Quantcast
Channel: Redips spideR Net» PHP
Viewing all articles
Browse latest Browse all 10

Write to a log file with PHP

$
0
0
As I caught myself in process of writing PHP "log" function several times I have finally decided to create a simple Logging PHP class. After Logging class initialization, first call of lwrite method will open log file implicitly and write line to the file. Every other lwrite will use already opened file pointer until closing file with lclose.

Viewing all articles
Browse latest Browse all 10

Trending Articles