标签: php memory stream wrapper
我正在做类似
$fh = @fopen( 'php://output', 'w' ); fwrite( $fh, $contents ); fclose($fh);
可以使用多少内存来写入数据?