<?php
$file = 'index.php';
$content = '<?php
echo "Hello World!";
?>';
file_put_contents($file, $content);
?>
<?php
$file = 'index.php';
$content = '<?php
echo "Hello World!";
?>';
file_put_contents($file, $content);
?>
公眾號:1024技術圈
?? 提供互聯網知識和資訊,分享IT前沿技術,熱門資源,大廠面試題 ??