UNPKG

phpjs

Version:

php.js offers community built php functions in javascript

11 lines (9 loc) 320 B
function die(status) { // http://kevin.vanzonneveld.net // + original by: Brett Zamir (http://brett-zamir.me) // - depends on: exit // % note 1: Should be considered expirimental. Please comment on this function. // * example 1: die(); // * returns 1: null return this.exit(status); }