Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16916 программистов и 1685 роботов. Сейчас ищут 2088 программистов ...
PEAR_Common::log
Вернуться к: PEAR_Common
PEAR_Common::log
PEAR_Common::log() – Logging method
Synopsis
require_once 'PEAR/common.php';
void PEAR_Common::log ( int $level , string $msg )
Logging method.
Parameter
- integer $level
-
log level (0 is quiet, higher is noisier)
- string $msg
-
message to write to the log
Note
This function can not be called statically.
Вернуться к: PEAR_Common