首頁
PHP
Tags
PHP教學
最新文章列表
中文(繁體)
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
當前位置:
首頁
>
函數類別大全
>
__halt_compiler
__halt_compiler
中斷編譯器的執行
名稱:
__halt_compiler
分類:
雜項
所屬語言:
php
一句話介紹:
停止編譯器執行。
相關內容
__halt_compiler 在PHP 中的作用:避免無關代碼被執行
5
__halt_compiler 與exit() 的區別與使用場景
9
同類函數
pack
pack
將數據打包成二進製字符串
usleep
usleep
以指定的微秒數延遲執行
php_strip_whitespace
php_strip_whitespace
返回刪除註釋和空格後的PHP源碼
sleep
sleep
延遲執行
sapi_windows_cp_get
sapi_windows_cp_get
獲取當前代碼頁
time_sleep_until
time_sleep_until
使腳本睡眠到指定的時間為止
connection_aborted
connection_aborted
檢查客戶端是否已斷開連接
sapi_windows_cp_is_utf8
sapi_windows_cp_is_utf8
指示代碼頁是否與UTF-8兼容
熱門文章
__halt_compiler 與exit() 的區別與使用場景
__halt_compiler 在PHP 中的作用:避免無關代碼被執行