PHP 的一个错误

PHP 的一个错误

 
  1. <?php
  2. $fp = fopen("file.txt""r");
  3. if(!$fpexit;
  4. while(!feof($fp)) { //if fp not a resource then the while will no end forever
  5.         echo fgets($fp);
  6. }

留下评论

邮箱地址不会被公开。 必填项已用*标注

此站点使用Akismet来减少垃圾评论。了解我们如何处理您的评论数据