PHP » PYTHON |
login |
register |
about
|
>>> print "Hello, World!".encode('rot13') "Uryyb, Jbeyq!" A full list of encodings are available at: http://docs.python.org/library/codecs.html#standard-encodings iconv(PHP 4 >= 4.0.5, PHP 5) iconv — Convert string to requested character encoding Description
string iconv
( string $in_charset
, string $out_charset
, string $str
)
Performs a character set conversion on the string str from in_charset to out_charset . Parameters
Return ValuesReturns the converted string or FALSE on failure. Examples
Example #1 iconv() example
<?php
|
more
Recently updated
more
Most requested
more
Last requests
|