Skip to content
puritys edited this page Dec 21, 2014 · 1 revision

Example

var php = require('phplike/module');

php.exec('ls /');

php.exec('rm /tmp/xxx');  
Clone this wiki locally