What is the standard output function in php Cli mode?
代言
代言 2017-07-03 11:40:04
0
1
642

In a command line program of a resident process, I want to write the standard output and error output to different files.
I know that error_log can be output, but I don’t know if there is another corresponding one. Function
This is my first time asking, the description may be a bit confusing, thank you

代言
代言

reply all(1)
phpcn_u1582

CLI-specific constants:

STDIN

STDOUT

STDERR

Reference documentation: http://php.net/manual/zh/feat...

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template