芝麻web文件管理V1.00
编辑当前文件:/home/strato/chroot/opt/RZphp80/includes/test/HTTP_Request2/_network/bug19934.php
* @copyright 2008-2020 Alexey Borzov
* @license http://opensource.org/licenses/BSD-3-Clause BSD 3-Clause License * @link http://pear.php.net/package/HTTP_Request2 */ for ($i = 0; $i < 20; $i++) { for ($j = 0; $j < 10; $j++) { echo str_repeat((string)$j, 98) . "\r\n"; } flush(); usleep(50000); }