# php2jsThis is an beginers modulefor some function that are available in php and has great use in js,
meanwhile its also an dependency module of jwplayer module.
# Usage```javascript
var php2js = require('php2js');
php2js.rawurlencode();
```# Dependencies 1. None.