Home > PHP > Function > > HttpQueryString::xlate()

HttpQueryString::xlate()

HttpQueryString::xlate - Change query strings charset

Syntax

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

Arguments

  • ie - input encoding
  • oe - output encoding

Description

Converts the query string from the source encoding ie to the target encoding oe.

Version

PHP PECL pecl_http >= 0.25.0

Return value

Returns TRUE on success or FALSE on failure.