Query: ob_iconv_handler
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
OB_ICONV_HANDLER(3) 1 OB_ICONV_HANDLER(3) ob_iconv_handler - Convert character encoding as output buffer handlerSYNOPSISstring ob_iconv_handler (string $contents, int $status)DESCRIPTIONConverts the string encoded in $internal_encoding to $output_encoding. $internal_encoding and $output_encoding should be defined in the php.ini file or in iconv_set_encoding(3).PARAMETERSSee ob_start(3) for information about this handler parameters.RETURN VALUESSee ob_start(3) for information about this handler return values.EXAMPLESExample #1 ob_iconv_handler(3) example: <?php iconv_set_encoding("internal_encoding", "UTF-8"); iconv_set_encoding("output_encoding", "ISO-8859-1"); ob_start("ob_iconv_handler"); // start output buffering ?>SEE ALSOiconv_get_encoding(3), iconv_set_encoding(3), output-control functions. PHP Documentation Group OB_ICONV_HANDLER(3)
Related Man Pages |
---|
ob_end_flush(3) - php |
mb_get_info(3) - php |
ob_get_flush(3) - php |
ob_iconv_handler(3) - php |
ob_list_handlers(3) - php |
Similar Topics in the Unix Linux Community |
---|
Access denied for user at localhost |