Writing to standard error in PHP:
fwrite(STDERR, “hello error string\n”);
Useful for standalone PHP scripts.
Posted in PHP | No Comments »