php在线执行环境

<?php
$str="Hello World";
$handle=fopen("/tmp/a.txt","r+");
fwrite($handle,str_repeat($str.PHP_EOL, 10)); 
echo file_get_contents('/tmp/a.txt');

留下评论

通过 WordPress.com 设计一个这样的站点
从这里开始