Stream output to client

suggest change
/**
 * Enables output buffer streaming. Calling this function
 * immediately flushes the buffer to the client, and any
 * subsequent output will be sent directly to the client.
 */
function _stream() {
    ob_implicit_flush(true);
    ob_end_flush();
}

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents