雜項函式
- 簡介
- 安裝/配置
- 預定義常量
- 雜項 函式
- connection_aborted — 檢查客戶端是否已經斷開
- connection_status — 返回連線的狀態位
- constant — 返回一個常量的值
- define — 定義一個常量
- defined — 檢查某個名稱的常量是否存在
- die — 等同於 exit
- eval — 把字串作為PHP程式碼執行
- exit — 輸出一個訊息並且退出目前指令碼
- get_browser — 獲取瀏覽器具有的功能
- __halt_compiler — 中斷編譯器的執行
- highlight_file — 語法高亮一個檔案
- highlight_string — 字串的語法高亮
- hrtime — 獲取系統的高精度時間
- ignore_user_abort — 設定客戶端斷開連線時是否中斷指令碼的執行
- pack — 將數據打包成二進制字串
- php_strip_whitespace — 返回刪除註釋和空格后的PHP原始碼
- sapi_windows_cp_conv — Convert string from one codepage to another
- sapi_windows_cp_get — Get current codepage
- sapi_windows_cp_is_utf8 — Indicates whether the codepage is UTF-8 compatible
- sapi_windows_cp_set — Set process codepage
- sapi_windows_generate_ctrl_event — Send a CTRL event to another process
- sapi_windows_set_ctrl_handler — Set or remove a CTRL event handler
- sapi_windows_vt100_support — Get or set VT100 support for the specified stream associated to an output buffer of a Windows console.
- show_source — 別名 highlight_file
- sleep — 延緩執行
- sys_getloadavg — 獲取系統的負載(load average)
- time_nanosleep — 延緩執行若干秒和納秒
- time_sleep_until — 使指令碼睡眠到指定的時間為止。
- uniqid — 產生一個唯一ID
- unpack — Unpack data from binary string
- usleep — 以指定的微秒數延遲執行
- 更新日誌