Trace Statements in PHP -


in c#/.net, can use trace.write or debug.write output application specific diagnostics. equivalent in php? echo outputting web page don't want.

you write data error_log using error_log() via second argument can select type of logging want, such file logging, system logging or email.


Comments

Popular posts from this blog

How to access named pipes using JavaScript in Firefox add-on? -

multithreading - OPAL (Open Phone Abstraction Library) Transport not terminated when reattaching thread? -

node.js - req param returns an empty array -