首页 php教程 php手册 php curl、fopen、file_get_contents实例代码

php curl、fopen、file_get_contents实例代码

May 25, 2016 pm 04:42 PM

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

21

22

23

24

//php curl实例代码如下:

  

session_write_close();

$pageurl = "http://www.phprm.com/index.html"

curl_setopt($ch, curlopt_returntransfer, 1); 

curl_setopt ($ch, curlopt_url, $pageurl ); 

$html = curl_exec ( $ch ); 

curl_close($ch);

//then you need to fix pathing to absolute 

$search = "/(src|href|background)="[^:,^>,^"]*"/i";

preg_match_all ( $search, $html, $a_matches );

  

//php fopen实例,代码如下:

  

$file = fopen("http://www.phprm.com/","r"); //读取远程文件

$file = fopen("a.txt","r");//读取本地文件

//php file_get_contents

$homepage = file_get_contents('http://www.phprm.com/'); //读取远程文本

echo $homepage;

:

// <= php 5

$file = file_get_contents(&#39;./people.txt&#39;, true);

// > php 5

$file = file_get_contents(&#39;./people.txt&#39;, file_use_include_path); //打开本地文本

登录后复制


本文地址:

转载随意,但请附上文章地址:-)

本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn

热AI工具

Undresser.AI Undress

Undresser.AI Undress

人工智能驱动的应用程序,用于创建逼真的裸体照片

AI Clothes Remover

AI Clothes Remover

用于从照片中去除衣服的在线人工智能工具。

Undress AI Tool

Undress AI Tool

免费脱衣服图片

Clothoff.io

Clothoff.io

AI脱衣机

Video Face Swap

Video Face Swap

使用我们完全免费的人工智能换脸工具轻松在任何视频中换脸!

热工具

记事本++7.3.1

记事本++7.3.1

好用且免费的代码编辑器

SublimeText3汉化版

SublimeText3汉化版

中文版,非常好用

禅工作室 13.0.1

禅工作室 13.0.1

功能强大的PHP集成开发环境

Dreamweaver CS6

Dreamweaver CS6

视觉化网页开发工具

SublimeText3 Mac版

SublimeText3 Mac版

神级代码编辑软件(SublimeText3)