11
1
2
804
4
一,php的cli命令行是不使用php缓冲区的,在使用php-fpm时可以在php.ini中设置output_buffering = 4096,...
一丶 <?php $a=range[0,1000]; //$a在赋值时计算机会开辟一块内存地址 $b=$a; ...