![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
|||||||||||
L. iconv FunctionsIntroductionThis module contains an interface to iconv character set conversion facility. With this module, you can turn a string represented by a local character set into the one represented by another character set, which may be the Unicode character set. Supported character sets depend on the iconv implementation of your system. Note that the iconv function on some systems may not work as you expect. In such case, it'd be a good idea to install the GNU libiconv library. It will most likely end up with more consistent results. Since PHP 5.0.0, this extension comes with various utility functions that help you to write multilingual scripts. Let's have a look at the following sections to explore the new features. RequirementsYou will need nothing if the system you are using is one of the recent POSIX-compliant systems because standard C libraries that are supplied in them must provide iconv facility. Otherwise, you have to get the libiconv library installed in your system. InstallationTo use functions provided by this module, the PHP binary must be built with the following configure line: --with-iconv[=DIR].
Runtime ConfigurationThe behaviour of these functions is affected by settings in php.ini.
Table 1. Iconv configuration options
Resource TypesThis extension has no resource types defined. Predefined ConstantsSince PHP 4.3.0 it is possible to identify at runtime which iconv implementation is adopted by this extension. Table 2. iconv constants
Since PHP 5.0.0, the following constants are also available: Table 3. iconv constants available since PHP 5.0.0
See AlsoSee also GNU Recode functions.
Copyright © 1997 - 2007 by the PHP Documentation Group. This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later. A copy of the Open Publication License is distributed with this manual, the latest version is presently available at http://www.opencontent.org/openpub/. Please see full copyright text at http://www.php.net/manual/en/copyright.php Original version of the above documentation is available at http://www.php.net/manual/en/ |
|