mb_http_output
(PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8)
mb_http_output — 設定/獲取 HTTP 輸出字元編碼
說明
設定/獲取 HTTP 輸出字元編碼。此函式被呼叫之後輸出的內容會被轉換成 encoding
。
參數
-
encoding
-
如果設定了
encoding
,mb_http_output() 設定 HTTP 輸出字元編碼為encoding
。如果省略了
encoding
,mb_http_output() 返回目前的 HTTP 輸出字元編碼。
返回值
如果省略了 encoding
,mb_http_output() 返回目前的 HTTP 輸出字元編碼。
否則成功時返回 true
, 或者在失敗時返回 false
。
參見
- mb_internal_encoding() - 設定/獲取內部字元編碼
- mb_http_input() - 檢測 HTTP 輸入字元編碼
- mb_detect_order() - 設定/獲取 字元編碼的檢測順序