![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
|||||||||||
mb_detect_orderDescriptionmixed mb_detect_order ( [mixed encoding_list] )mb_detect_order() sets automatic character encoding detection order to encoding_list. It returns TRUE for success, FALSE for failure. encoding_list is array or comma separated list of character encoding. ("auto" is expanded to "ASCII, JIS, UTF-8, EUC-JP, SJIS") If encoding_list is omitted, it returns current character encoding detection order as array. This setting affects mb_detect_encoding() and mb_send_mail().
See also mb_internal_encoding(), mb_http_input(), mb_http_output() and mb_send_mail(). 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/ |
|