unicode_encode
(PHP 5 CVS only)
unicode_encode -- Takes a unicode string and converts it to a string in the specified encoding
Descripción
string
unicode_encode ( unicode input, string encoding )
Aviso |
Esta función
no está documentada actualmente, solamente se encuentra
disponible la lista de parámetros. |
Lista de parámetros
- input
Its description
- encoding
Its description
Valores retornados
What the function returns, first on success, then on failure.
Ejemplos
Ejemplo 1. A unicode_encode() example
Any text that describes the purpose of t
<?php if ($anexample === true) { echo 'Use the PEAR Coding Standards'; } ?>
|
El resultado del ejemplo seria: Use the PEAR Coding Standards |
|