用 Node.js 实现的常用 PHP 函数
npm install --save php-helper
const php = require('php-helper')
const md5 = php.md5('123456')
const jsonObj = php.json_decode('{"name":"your name","age":11}')
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Latest commit | ||||
Use Node.js to implement PHP's common built-in functions.