string(35) "Content-Type: text/html;charset=gbk">
当前位置:Gxlcms > PHP教程 > phpfile_get_contents函数的使用问题

phpfile_get_contents函数的使用问题

时间:2021-07-01 10:21:17 帮助过:27人阅读

  1. array(11) {
  2. [0]=>
  3. string(15) "HTTP/1.1 200 OK"
  4. [1]=>
  5. string(35) "Content-Type: text/html;charset=gbk"
  6. [2]=>
  7. string(17) "Connection: close"
  8. [3]=>
  9. string(13) "Server: nginx"
  10. [4]=>
  11. string(35) "Date: Fri, 29 Oct 2010 00:36:51 GMT"
  12. [5]=>
  13. string(26) "Vary: Host,Accept-Encoding"
  14. [6]=>
  15. string(14) "Pragma: Public"
  16. [7]=>
  17. string(26) "Cache-Control: max-age=300"
  18. [8]=>
  19. string(38) "Expires: Fri, 29 Oct 2010 00:41:53 GMT"
  20. [9]=>
  21. string(22) "Content-Encoding: gzip"
  22. [10]=>
  23. string(14) "FSS-Cache: HIT"
  24. }

人气教程排行