摘要:
<?php $s = str_repeat('1',1024); $b = &$s; // ref_count + 1 $m=memory_get_usage(); //获取当前占用内存 echo $m."\n"; //unset($s); //$s = null; // null 不占用内存 $m 阅读全文
posted @ 2020-07-08 18:11
这个名字怎么用不了
阅读(259)
评论(0)
推荐(0)
浙公网安备 33010602011771号