PHP » PYTHON |
login |
register |
about
|
|
ob_iconv_handler(PHP 4 >= 4.0.5, PHP 5) ob_iconv_handler — Convert character encoding as output buffer handler Description
string ob_iconv_handler
( string $contents
, int $status
)
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(). ParametersSee ob_start() for information about this handler parameters. Return ValuesSee ob_start() for information about this handler return values. Examples
Example #1 ob_iconv_handler() example:
<?php
See Also
|
more
Recently updated
more
Most requested
more
Last requests
|