SecureBlackbox 2020 PHP Edition

Questions / Feedback?

UseUTF8 Property

Enables or disables UTF8 file name conversions.

Object Oriented Interface

public function getUseUTF8();
public function setUseUTF8($value);

Procedural Interface

secureblackbox_ftpserver_get($res, 110 );
secureblackbox_ftpserver_set($res, 110, $value );

Default Value

true

Remarks

Use this property to enable and disable UTF8 file name conversion. The server typically adjusts to the right setting automatically, but you may use this property to enforce theneeded behaviour.

Data Type

Boolean

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 PHP Edition - Version 20.0 [Build 8154]