UNPKG

phpjs

Version:

php.js offers community built php functions in javascript

24 lines (18 loc) 426 B
<!-- Generated by Rakefile:build --> <strong> <a href="http://kevin.vanzonneveld.net" rel="nofollow">Kevin van Zonneveld</a> </strong> on 2008-10-06 12:00:40 <br /> @ Onno Marsmann: Fixed, thank you! <hr /> <strong> Onno Marsman </strong> on 2008-10-04 11:54:01 <br /> decoct('8') does not work correctly. A fix: <pre><code> function decoct(number) { return parseInt(number).toString(8); } </code></pre> <hr />