UNPKG

phpjs

Version:

php.js offers community built php functions in javascript

24 lines (19 loc) 475 B
<!-- Generated by Rakefile:build --> <strong> <a href="http://brett-zamir.me" rel="nofollow">Brett Zamir</a> </strong> on 2012-07-04 17:09:27 <br /> @CoursesWeb: I've applied your optimization to Git (faster on FF). Thanks! <hr /> <strong> <a href="http://www.coursesweb.net" rel="nofollow">CoursesWeb</a> </strong> on 2012-04-30 08:09:49 <br /> Hi, For is_bool, i use: <pre><code> function is_bool(obj) { return (obj === true || obj === false); } </code></pre> <hr />