UNPKG

phpjs

Version:

php.js offers community built php functions in javascript

24 lines (18 loc) 462 B
<!-- Generated by Rakefile:build --> <strong> <a href="http://kevin.vanzonneveld.net" rel="nofollow">Kevin van Zonneveld</a> </strong> on 2008-09-29 12:35:51 <br /> @ Onno Marsman: Function has been updated according to your proposal! <hr /> <strong> Onno Marsman </strong> on 2008-09-26 13:24:36 <br /> For when it's not a string e.g. strtoupper(6) : <pre><code> function strtoupper( str ) { return (str+'').toUpperCase(); } </code></pre> <hr />