unicode_encode

(PHP 5 CVS only)

unicode_encode -- Takes a unicode string and converts it to a string in the specified encoding

Descrizione

string unicode_encode ( unicode input, string encoding )

Avvertimento

Questa funzione, al momento non è documentata; è disponibile soltanto la lista degli argomenti.

Elenco dei parametri

input

Its description

encoding

Its description

Valori restituiti

What the function returns, first on success, then on failure.

Esempi

Esempio 1. A unicode_encode() example

Any text that describes the purpose of t

<?php
if ($anexample === true) {
    echo 
'Use the PEAR Coding Standards';
}
?>

Il precedente esempio visualizzerà:

Use the PEAR Coding Standards

Vedere anche:

unicode_decode()