用法
bool error_log ( string $message [, int $message_type [, string $destination [, string $extra_headers]]] )
定義和用法
它向 Web 服務器的錯誤日誌、TCP 端口或文件發送錯誤消息。
參數
Sr.No | 參數及說明 |
---|---|
1 |
message 應該記錄的錯誤消息。 |
2 | message_type 它說錯誤應該去哪裏。可能的消息類型如下 -
|
3 |
destination 目的地。其含義取決於如上所述的 message_type 參數。 |
4 |
extra_headers 額外的標題。當 message_type 參數設置為 1 時使用它。此消息類型使用與 mail() 相同的內部函數。 |
返回值
成功時返回 TRUE,失敗時返回 FALSE。
相關用法
- PHP error_log()用法及代碼示例
- PHP error_reporting()用法及代碼示例
- PHP error_get_last()用法及代碼示例
- PHP eregi_replace()用法及代碼示例
- PHP ereg()用法及代碼示例
- PHP ereg_replace()用法及代碼示例
- PHP eregi()用法及代碼示例
- PHP easter_days()用法及代碼示例
- PHP eval()用法及代碼示例
- PHP explode()用法及代碼示例
- PHP each()用法及代碼示例
- PHP easter_date()用法及代碼示例
- PHP end()用法及代碼示例
- PHP empty()用法及代碼示例
- PHP expm1()用法及代碼示例
- PHP exif_read_data()用法及代碼示例
- PHP extract()用法及代碼示例
- PHP exif_imagetype()用法及代碼示例
- PHP exit( )用法及代碼示例
注:本文由純淨天空篩選整理自 PHP - Function error_log()。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。