Skip to content

Instantly share code, notes, and snippets.

/test.js Secret

Created August 1, 2014 16:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/0d209c0a35672a35690c to your computer and use it in GitHub Desktop.
Save anonymous/0d209c0a35672a35690c to your computer and use it in GitHub Desktop.
var page = require('webpage').create();
page.open('http://www.cnn.com', function () {
page.render('test.png');
phantom.exit();
});
<?php
Proc_Close(Proc_Open("phantomjs test.js &", Array (), $foo));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment