<?php
$s
=
str_repeat
(
'1'
,255);
//产生由255个1组成的字符串
$m
=memory_get_usage();
//获取当前占用内存
unset(
);
$mm
//unset()后再查看当前占用内存
echo
-
;
?>