HH\Lib\IO\server_output

Facebook Engineer?

This function is available as IO\server_output() in Facebook's www repository.

Return STDOUT for the server process

namespace HH\Lib\IO;

function server_output(): WriteHandle;

This is usually not the same thing as request output.

Returns