HttpQueryString::xlate(PECL pecl_http >= 0.25.0) HttpQueryString::xlate — Change query strings charset Описание
public
bool HttpQueryString::xlate
( string $ie
, string $oe
)
Converts the query string from the source encoding ie to the target encoding oe. Внимание
Don't use any character set that can contain NUL bytes like UTF-16.
Список параметров
Возвращаемые значенияВозвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки. |
||