php-phantomjs中文文档用法示例集合

php-phantomjs中文用法示例集合.安装那些就不讲了,都是很简单的东西.
以下是对英文版的文档API整理的集合DEMO,根据自身选取对应内容组成页面即可

 
require 'vendor/autoload.php';
use JonnyW\PhantomJs\Client;//引入客户端
/*自定义模块*/
use JonnyW\PhantomJs\DependencyInjection\ServiceContainer;
$location = '/path/to/your/script/directory';//自定义模块所在文件夹
$serviceContainer = ServiceContainer::g

你可能感兴趣的:(php)