unicode_encode
(PHP 5 CVS only)
unicode_encode -- Takes a unicode string and converts it to a string in the specified encoding
Beschreibung
string
unicode_encode ( unicode input, string encoding )
Warnung |
Diese Funktion ist bis jetzt
nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.
|
Parameter Liste
- input
Its description
- encoding
Its description
Rückgabewerte
What the function returns, first on success, then on failure.
Beispiele
Beispiel 1. A unicode_encode() example
Any text that describes the purpose of t
<?php if ($anexample === true) { echo 'Use the PEAR Coding Standards'; } ?>
|
Das oben gezeigte Beispiel erzeugt folgende
Ausgabe: Use the PEAR Coding Standards |
|