運(yùn)行時(shí)配置

這些函數(shù)的行為受 php.ini 中的設(shè)置影響。

雜項(xiàng)配置選項(xiàng)
名字 默認(rèn) 可修改范圍 更新日志
ignore_user_abort "0" PHP_INI_ALL  
highlight.string "#DD0000" PHP_INI_ALL  
highlight.comment "#FF8000" PHP_INI_ALL  
highlight.keyword "#007700" PHP_INI_ALL  
highlight.bg "#FFFFFF" PHP_INI_ALL 在PHP 5.4.0.中已移除
highlight.html "#0000BB" PHP_INI_ALL  
highlight.html "#000000" PHP_INI_ALL  
browscap NULL PHP_INI_SYSTEM  
有關(guān) PHP_INI_* 樣式的更多詳情與定義,見 配置可被設(shè)定范圍。

這是配置指令的簡(jiǎn)短說明。

ignore_user_abort boolean

默認(rèn)值為 false 。 如果設(shè)置為 true ,在客戶端斷開連接后,腳本不會(huì)被中止。

參見 ignore_user_abort().

highlight.bg string
highlight.comment string
highlight.default string
highlight.html string
highlight.keyword string
highlight.string string

語法高亮的顏色??稍O(shè)置為 <font color="??????"> 中任何可接受的代碼。

browscap string

瀏覽器功能文件的位置和文件名 (例如 browscap.ini)。 參見 get_browser()。