Example : <pre> <?php for($i=0;$i<=255;$i++){ $chr = chr($i); readfile("B.txt{$chr}A.txt"); }. Created a file called A.txt that is the standard file and ...
確定! 回上一頁