JavaScript get_required_files
!No description available for get_required_files. @php.js developers: Please update the function summary text file.
1 2 3 4 56 7 8 9 1011 | function get_required_files () { // !No description available for get_required_files. @php.js developers: Please update the function summary text file. // // version: 1109.2015 // discuss at: http://phpjs.org/functions/get_required_files // + original by: Brett Zamir (http://brett-zamir.me) // - depends on: get_included_files // * example 1: get_required_files(); // * returns 1: ['http://kevin.vanzonneveld.net/pj_tester.php'] return this.get_included_files();} |
Examples
Running
1 | get_required_files(); |
Should return
1 | ['http://kevin.vanzonneveld.net/pj_tester.php'] |
Dependencies
In order to use this function, you also need:
Open syntax issues
php.js uses JsLint to help us keep our code consistent and prevent some common bugs.
Eventually we want all code to pass or at least take into consideration most fixes suggested by JsLint, following this JsLint configuration we’ve decided on.
Authors
Thanks to the following developers, you get to have get_required_files goodness in JavaScript.
No comments yet. Be the first!
spread the word:
Use any PHP function in JavaScript
These kind folks have already donated: AYHAN BARI*, Nikita Ekshiyan, Nikita Ekshiyan, Petr Pavel, @HalfWinter, Paulo Freitas, Andros Peña Romo, @andorosu, Raimund Szabo, Nitin Gupta, @nikosdion, Anonymous, Anonymous and Shawn Houser.
<your name here>