Resource Types
This extension has no resource types defined.
Predefined Constants
Since PHP 4.3.0 it is possible to identify at runtime which
iconv implementation is adopted by this extension.
Table 2. iconv constants
Name Type Description
ICONV_IMPL string The implementation name
ICONV_VERSION string The implementation version
Note: Writing implementation-dependent scripts with these
constants is strongly discouraged.
Since PHP 5.0.0, the following constants are also available:
Table 3. iconv constants available since PHP 5.0.0
Name Type Description
ICONV_MIME_DECODE_STRICT integer A bitmask used for iconv_mime_decode()
ICONV_MIME_DECODE_CONTINUE_ON_ERROR integer A bitmask used
for iconv_mime_decode()
See Also
See also GNU Recode functions.
Table of Contents
iconv_get_encoding -- Retrieve internal configuration variables
of iconv extension
iconv_mime_decode_headers -- Decodes multiple MIME header
fields at once
iconv_mime_decode -- Decodes a MIME header field
iconv_mime_encode -- Composes a MIME header field
iconv_set_encoding -- Set current setting for character
encoding conversion
iconv_strlen -- Returns the character count of string
iconv_strpos -- Finds position of first occurrence of a
needle within a haystack.
iconv_strrpos -- Finds the last occurrence of a needle within
the specified range of haystack.
iconv_substr -- Cut out part of a string
iconv -- Convert string to requested character encoding
ob_iconv_handler -- Convert character encoding as output
buffer handler
|