PHP中readfile()的理解

jackxiang 2010-3-15 17:38 | |
  今天发现了一个php函数readfile()执行速度要比include和require要快。
  
Function   Time (s)   Memory (b)

  32Kb File   1Mb File   32Kb File   1Mb File
file_get_contents   0.00152   0.00564   52480   1067856
fpassthru   0.00117   0.00184   20016   20032
fgets   0.00195   0.07190   30760   30768
file   0.00157   0.06464   87344   2185624
require_once   0.00225   0.08065   67992   2067696
include   0.00222   0.08202   67928   2067624
readfile   0.00117   0.00191   19192   19208
  具体用法如下:
  假设你有一个文本文件wade.txt,内容如下:
  hello wade,you are so cool!!!
  下面是具体的php代码:
  readfile.php
  <?php
     readfile("wade.txt");
  ?>
  如果你感到速度不错的话,可以用它来代替include和require了。

来源:http://blog.sina.com.cn/s/blog_4d8a2c970100evd2.html

作者:jackxiang@向东博客 专注WEB应用 构架之美 --- 构架之美,在于尽态极妍 | 应用之美,在于药到病除
地址:https://jackxiang.com/post/2818/
版权所有。转载时必须以链接形式注明作者和原始出处及本声明!

评论列表
发表评论

昵称

网址

电邮

打开HTML 打开UBB 打开表情 隐藏 记住我 [登入] [注册]