84 Bytes
Development, Design, Applications, and the Web.
Development, Design, Applications, and the Web.
Posted by Richard Wong under Javascript, PHP
Kevin van Zonnevelhas has started the “Porting PHP to Javascript” project with the idea of porting crucial PHP functions into Javascript. The project has already ported 138 PHP functions and is continuously adding more.
For example:
For those of you writing a lot of PHP, this will make your life easier when you write Javascript. All you need to do is include php.js and you can use all the those ported PHP functions in Javascript.