phpfile_get_contents

来源:undefined 2025-03-06 03:28:18 1018

$base = "phpfile_get_contents 写1000字";

$length = 1000;

$contents = "";

for($i = 0; $i < $length; $i++) {

$contents .= $base;

}

echo $contents;

?>

上一篇:svghtml 下一篇:removeattr

最新文章