mb_internal_encoding

(PHP 4 >= 4.0.6, PHP 5, PHP 7)

mb_internal_encoding����/��ȡ�ڲ��ַ�����

˵��

mb_internal_encoding ([ string $encoding = mb_internal_encoding() ] ) : mixed

����/��ȡ�ڲ��ַ�����

����

encoding

encoding �ַ���������ʹ���� HTTP �����ַ�����ת����HTTP ����ַ�����ת����mbstring ģ��ϵ�к����ַ�����ת����Ĭ�ϱ��롣 You should notice that the internal encoding is totally different from the one for multibyte regex.

����ֵ

��������� encoding����ɹ�ʱ���� TRUE�� ������ʧ��ʱ���� FALSE�� In this case, the character encoding for multibyte regex is NOT changed. ���ʡ���� encoding���򷵻ص�ǰ���ַ��������ơ�

����

Example #1 mb_internal_encoding() ����

<?php
/* �����ڲ��ַ�����Ϊ UTF-8 */
mb_internal_encoding("UTF-8");

/* ��ʾ��ǰ���ڲ��ַ�����*/
echo mb_internal_encoding();
?>

�μ�