PHP » GoLang |
login |
register |
about
|
GoLang iconv_get_encoding
request it (424)
GoLang replacement for PHP's iconv_get_encoding
[edit | history]
iconv_get_encoding(PHP 4 >= 4.0.5, PHP 5, PHP 7) iconv_get_encoding — Retrieve internal configuration variables of iconv extension DescriptionRetrieve internal configuration variables of iconv extension. Parameters
Return Values
Returns the current value of the internal configuration variable if
successful or
If Examples
Example #1 iconv_get_encoding() example
<pre> The above example will output: Array ( [input_encoding] => ISO-8859-1 [output_encoding] => ISO-8859-1 [internal_encoding] => UTF-8 ) See Also
|
more
Recently updated
more
Most requested
more
Last requests
|