php处理管道文件流
摘要:
<?php#!/usr/local/bin/php -qfunction read(){ $fp = fopen("php://stdin", "r"); while(!feof($fp)) { $tmp = fgets($fp, 255); $input = $input. $tmp; } ... 阅读全文
posted @ 2015-01-08 22:52 E猫 阅读(860) 评论(0) 推荐(0) 编辑
posted @ 2015-01-08 22:52 E猫 阅读(860) 评论(0) 推荐(0) 编辑