|
ob_iconv_handler(PHP 4 >= 4.0.5, PHP 5) ob_iconv_handler — Convert character encoding as output buffer handler Описание
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(). Список параметровSee ob_start() for information about this handler parameters. Возвращаемые значенияSee ob_start() for information about this handler return values. Примеры
Пример #1 ob_iconv_handler() example:
<?php Смотрите также
|
|