PHP » GoLang |
login |
register |
about
|
GoLang mb_convert_variables
request it (336)
GoLang replacement for PHP's mb_convert_variables
[edit | history]
mb_convert_variables(PHP 4 >= 4.0.6, PHP 5, PHP 7) mb_convert_variables — Convert character code in variable(s) Description
string mb_convert_variables
( string
$to_encoding
, mixed $from_encoding
, mixed &$vars
[, mixed &$...
] )
Converts
character encoding of variables mb_convert_variables() join strings in Array or Object to detect encoding, since encoding detection tends to fail for short strings. Therefore, it is impossible to mix encoding in single array or object. Parameters
Return Values
The character encoding before conversion for success,
or Examples
Example #1 mb_convert_variables() example
<?php |
more
Recently updated
more
Most requested
more
Last requests
|