摘要:設置或獲取內部字符集字符編碼用于輸入,輸出字符編碼轉換,默認的字符編碼由模塊字符串函數定義的。如果設置了編碼,則成功返回或失敗時返回。在這種情況下,對多字節字符編碼不改變正則表達式。
mb_internal_encoding
Description(PHP 4 >= 4.0.6, PHP 5, PHP 7)
mb_internal_encoding — Set/Get internal character encoding
設置或獲取內部字符集
mixed mb_internal_encoding ([ string $encoding = mb_internal_encoding() ] ) //Set/Get the internal character encodingParameters encoding
encoding is the character encoding name used for the HTTP input character encoding conversion, HTTP output character encoding conversion, and the default character encoding for string functions defined by the mbstring module. You should notice that the internal encoding is totally different from the one for multibyte regex.
字符編碼用于HTTP輸入,輸出字符編碼轉換,默認的字符編碼由mbstring模塊字符串函數定義的。你應該注意到內部編碼完全不同于多字節的正則表達式。
Return ValuesIf encoding is set, then Returns TRUE on success or FALSE on failure. In this case, the character encoding for multibyte regex is NOT changed. If encoding is omitted, then the current character encoding name is returned.
如果設置了編碼,則成功返回TRUE或失敗時返回FALSE。在這種情況下,對多字節字符編碼不改變正則表達式。如果省略編碼,則返回當前字符編碼名稱。
Examples文章參考http://php.net/manual/en/func...
轉載注明出處
文章版權歸作者所有,未經允許請勿轉載,若此文章存在違規行為,您可以聯系管理員刪除。
轉載請注明本文地址:http://specialneedsforspecialkids.com/yun/28183.html
摘要:大小寫不敏感地在字符串中查找一個字符串最后出現的位置基于字符數執行一個多字節安全的操作。的位置是從的開始進行統計的。使用的字符編碼名稱。如果省略了,則將使用內部編碼。如果沒有找到,它將返回。 mb_strripos (PHP 4 >= 4.0.6, PHP 5, PHP 7) mb_strrpos — Find position of last occurrence of a str...
摘要:第一個字符的位置是,第二個字符的位置是,以此類推。和不同的是,數字的值不會被當做字符的順序值。搜索位置的偏移。如果沒有提供該參數,將會使用。負數的會從字符串尾部開始統計。如果省略,則使用內部字符編碼。返回的中首次出現位置的數值。 mb_strpos (PHP 4 >= 4.0.6, PHP 5, PHP 7) mb_strpos — Find position of first oc...
摘要:查找字符串在一個字符串中最后出現的位置基于字符數執行一個多字節安全的操作。的位置是從的開始進行統計的。可以用于指定里從任意字符數開始進行搜索。負數的值將導致搜索會終止于指向末尾的任意點。如果省略,則使用內部字符編碼。如果沒有找到,它將返回。 mb_strrpos (PHP 4 >= 4.0.6, PHP 5, PHP 7) mb_strrpos — Find position of ...
摘要:對字符串進行大小寫轉換對一個進行大小寫轉換,轉換模式由指定。如果省略,則使用內部字符編碼。剩下的沒有提及的二進制位,全部為這個符號的碼。 mb_convert_case (PHP 4 >= 4.3.0, PHP 5, PHP 7) mb_convert_case — Perform case folding on a string mb_convert_case — 對字符串進行大小...
摘要:檢查字符串在指定的編碼里是否有效檢查指定的字節流在指定的編碼里是否有效。它能有效避免所謂的無效編碼攻擊。要檢查的字節流。成功時返回,或者在失敗時返回。輸出空輸出編碼的字符串設置文件編碼為博客園和。 mb_check_encoding (PHP 4 >= 4.4.3, PHP 5 >= 5.1.3, PHP 7) mb_check_encoding — Check if the str...
閱讀 2686·2021-09-22 15:58
閱讀 2230·2019-08-29 16:06
閱讀 898·2019-08-29 14:14
閱讀 2810·2019-08-29 13:48
閱讀 2451·2019-08-28 18:01
閱讀 1495·2019-08-28 17:52
閱讀 3318·2019-08-26 14:05
閱讀 1610·2019-08-26 13:50