PHP Doku:: Change query strings charset - function.httpquerystring-xlate.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzSonstige DiensteHTTPThe HttpQueryString classHttpQueryString::xlate

Ein Service von Reinhard Neidl - Webprogrammierung.

The HttpQueryString class

<<HttpQueryString::toString

The HttpRequest>>

HttpQueryString::xlate

(PECL pecl_http >= 0.25.0)

HttpQueryString::xlateChange query strings charset

Beschreibung

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

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

Warnung

Don't use any character set that can contain NUL bytes like UTF-16.

Hinweis:

This method requires ext/iconv to be enabled and loaded.

Parameter-Liste

ie

input encoding

oe

output encoding

Rückgabewerte

Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)