Thursday, September 23, 2010

php.js

massive library for JavaScript that ports a bunch of common php functions:

http://phpjs.org/

WIN is going to use
  • addcslashesaddslashes
  • get_html_translation_table
  • html_entity_decode
  • htmlentities
  • htmlspecialchars
  • htmlspecialchars_decode
  • md5
  • sha1
  • mt_rand
  • base64_decode
  • base64_encode
  • parse_url
  • urlencode
  • urldecode
  • date
  • date_default_timezone_set
  • date_default_timezone_get
  • strtotime
  • time
  • timezone_abbreviations_list
  • utf8_decode
  • utf8_encode
Thanks to the php.js team!

No comments:

Post a Comment