php man page for ob_iconv_handler

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 handler

SYNOPSIS
string ob_iconv_handler (string $contents, int $status)
DESCRIPTION
Converts 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).
PARAMETERS
See ob_start(3) for information about this handler parameters.
RETURN VALUES
See ob_start(3) for information about this handler return values.
EXAMPLES
Example #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 ALSO
iconv_get_encoding(3), iconv_set_encoding(3), output-control functions. PHP Documentation Group OB_ICONV_HANDLER(3)
Related Man Pages
iconv_get_encoding(3) - php
highlight_string(3) - php
iconv_mime_decode(3) - php
ob_get_flush(3) - php
ob_iconv_handler(3) - php
Similar Topics in the Unix Linux Community
Access denied for user at localhost