Home > Backend Development > PHP Tutorial > 【求助】php 执行 phantomjs 如何把获取的html内容 输出到php的变量中去?

【求助】php 执行 phantomjs 如何把获取的html内容 输出到php的变量中去?

WBOY
Release: 2016-06-06 20:18:54
Original
1711 people have browsed it

php 执行 phantomjs 如何把获取的html内容 输出到php的变量中去?

PS:目前是这样的,php通过system执行phantomjs,把获取的html内容输出到txt文件中!
php可以通过读文件的方式获取到html内容,但是否能不输出txt文件直接获取到变量中?

回复内容:

php 执行 phantomjs 如何把获取的html内容 输出到php的变量中去?

PS:目前是这样的,php通过system执行phantomjs,把获取的html内容输出到txt文件中!
php可以通过读文件的方式获取到html内容,但是否能不输出txt文件直接获取到变量中?

据我所知通过命令行执行的这些东西会有地方可以拿到使用和输出的记录的吧.php读文件就ok了啊

求助,有没有人来相助!

phantomjs里可以发http请求吧? post给PHP啊,或者用文件管道。

试一试: getPageSource()

exec() 函数代替 system() 函数,exec() 的第二个参数 $output 是一个数组,可以接受命令的返回值,每行一个元素。

  • exec()

  • system()

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template