C语言 c++ php mysql nginx linux lnmp lamp lanmp memcache redis 面试 笔记 ppt 设计模式 问题 远程连接

  2014年3月6日
摘要: /** * http1.1 链接为 keep alive ,多个请求会重复用一个链接 * 立刻终止请求,返回,脚本继续在后台执行 * * @param string $endMessage */function endOutput($endMessage){ ignore_user_abort(true); set_time_limit(0); header("Connection: close"); header("Content-Length: ".strlen($endMessage)); echo $endMessage; echo str_re 阅读全文
posted @ 2014-03-06 12:29 思齐_ 阅读(150) 评论(0) 推荐(0)