bool error_log ( string $message [, int $message_type = 0 [, string $destination [, string $extra_headers ]]] )
示例:
error_log("\r\n".'aa mm::::login==', 3, '/www/wwwroot/aac/log/errorLog11.log');
在平常调试问题时非常实用!
bool error_log ( string $message [, int $message_type = 0 [, string $destination [, string $extra_headers ]]] )
示例:
error_log("\r\n".'aa mm::::login==', 3, '/www/wwwroot/aac/log/errorLog11.log');
在平常调试问题时非常实用!