CodeCharge Studio

Encoding Extension Property

Specify the PHP extension module to be used for encoding conversion.

Applies to

PHP Projects

Description:

You can use this property to specify which of the PHP extension modules is to be used for encoding conversion. This property can take the following values:

Value Description
iconv Specify if the iconv function of the iconv Extension should be used
mb Specify if the mb_convert_encoding function of the Multibyte string module should be used


On-line, printable versions and updates