Skip to content

Instantly share code, notes, and snippets.

@blex18
Created March 8, 2016 15:08
Show Gist options
  • Save blex18/47cf91a6355b7bcfffb2 to your computer and use it in GitHub Desktop.
Save blex18/47cf91a6355b7bcfffb2 to your computer and use it in GitHub Desktop.
35863011
var page = require('webpage').create();
page.open('http://github.com/', function() {
page.render('/tmp/github.png');
phantom.exit();
});
<?php
$error = exec('/usr/bin/phantomjs so.js', $op, $code);
var_dump($error, $op, $code);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment