<?php /** * Created by PhpStorm. * User: stanley-king * Date: 2017/4/27 * Time: 下午10:54 */ $i = 0; while(($ret = fcgi_accept()) >= 0) { echo $i++; fcgi_echo($contents); }