Voting

: three minus zero?
(Example: nine)

The Note You're Voting On

error at example dot com
14 years ago
It's worth noting that you must make sure to use the correct path when working with this function. I was using it to help with logging in an error handler and sometimes it would work - while other times it wouldn't. In the end it was because sometimes it was called from different paths resulting in a failure to write to the log file.

__DIR__ is your friend.

<< Back to user notes page

To Top