PHP Options

From RadPHP XE2 Documentation
Jump to: navigation, search

Tools PathPDF.jpg Options PathPDF.jpg PHP Options

Use this page to specify PHP options, such as the default character set, and the  mbstring configuration options for dealing with multibyte encodings in PHP.

Item Description
Default Charset Specifies the default character set to use for PHP application development. The default is ISO-8859–1.
Language Specifies the default national language setting (NLS). The default value is   "neutral" .
Detect Order Specifies the default character encoding detection order. The default is  NULL .
HTTP Input Specifies the default HTTP input character encoding. The default is  "pass" .
HTTP Output Specifies the default HTTP output character encoding. The default is  "pass" .
Internal Encoding Specifies the default internal character encoding. The default is  NULL .
Script Encoding Specifies the default script encoding. The default is  NULL .
Substitute Character Specifies which character encoding to substitute for invalid character encoding. The default is  NULL .
Function Overload Overloads a set of singlebyte functions with the  mbstring multibyte counterparts. The default is  "0" .
Encoding Translation Uses a character encoding filter for incoming HTTP queries which converts input encoding to the internal character encoding. The default is  "0" .
Strict Detection Uses strict encoding detection. The default is  "0" .
Set these values on php.ini When checked, sets the MB String options specified on this page for the  php.ini file to use at runtime.

See the the “PHP Manual” for more information. Choose Help PathPDF.jpg PHP Help Contents PathPDF.jpg Function Reference PathPDF.jpg Multibyte String Functions.

Personal tools