|
|||||||||||||
|
|||||||||||||
error_log(PHP 4, PHP 5) error_log — Send an error message somewhere Описание
bool error_log
( string $message
[, int $message_type
[, string $destination
[, string $extra_headers
]]] )
Sends an error message to the web server's error log, a TCP port or to a file. Список параметров
Возвращаемые значенияВозвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки. Примеры
Пример #1 error_log() examples
<?php | |||||||||||||
|
|||||||||||||