Query: iconv_set_encoding
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ICONV_SET_ENCODING(3) 1 ICONV_SET_ENCODING(3) iconv_set_encoding - Set current setting for character encoding conversionSYNOPSISbool iconv_set_encoding (string $type, string $charset)DESCRIPTIONChanges the value of the internal configuration variable specified by $type to $charset.PARAMETERSo $type - The value of $type can be any one of these: oinput_encoding ooutput_encoding ointernal_encoding o $charset - The character set.RETURN VALUESReturns TRUE on success or FALSE on failure.EXAMPLESExample #1 iconv_set_encoding(3) example <?php iconv_set_encoding("internal_encoding", "UTF-8"); iconv_set_encoding("output_encoding", "ISO-8859-1"); ?>SEE ALSOiconv_get_encoding(3), ob_iconv_handler(3). PHP Documentation Group ICONV_SET_ENCODING(3)
Related Man Pages |
---|
iconv_get_encoding(3) - php |
cubrid_client_encoding(3) - php |
imap_mime_header_decode(3) - php |
mb_detect_order(3) - php |
xml_parser_create_ns(3) - php |
Similar Topics in the Unix Linux Community |
---|
Simple rules of the UNIX.COM forums: |
Forum Video Tutorial: How to Use Code Tags |
Please Welcome Ravinder Singh to the Moderation Team |
Please Welcome Nicki Paul to the Moderator Team! |