UNPKG

phpjs

Version:

php.js offers community built php functions in javascript

12 lines (11 loc) 492 B
function php_ini_scanned_files() { // http://kevin.vanzonneveld.net // + original by: Brett Zamir (http://brett-zamir.me) // % note 1: This comma-separated string of files contained in one directory must be manually set by the script to this.php_js.ini_scanned_files // * example 1: php_ini_scanned_files(); // * returns 1: 'myini.js,myini2.js' if (!this.php_js || !this.php_js.ini_scanned_files) { return false; } return this.php_js.ini_scanned_files; }