How to Write to STDERR in PHP
Writing to standard error in PHP:
fwrite(STDERR, “hello error string\n”);
Useful for standalone PHP scripts.
Categories: PHP
Writing to standard error in PHP:
fwrite(STDERR, “hello error string\n”);
Useful for standalone PHP scripts.
Recent Comments