HttpQueryString::xlate

 public bool HttpQueryString::xlate ( string $ie , string $oe ) 

説明

Converts the query string from the source encoding ie to the target encoding oe. Warning Don't use any character set that can contain NUL bytes like UTF-16. Note: This method requires ext/iconv to be enabled and loaded.

戻り値

Returns TRUE on success or FALSE on failure.