You can use error_log to append to a specified file. error_log($myMessage, 3, 'my/file/path/log.txt'); Note that you need to have the 3 (message type) in ...
確定! 回上一頁