Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
puritys committed May 19, 2015
1 parent 0d06853 commit 387278a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This project's purpose is to implement some useful PHP functions for Node.js or

Second, Node.js is a event-driven language and it's method usually use asynchronous IO. Asynchronous IO is not a bad way for any web system. But sometimes, we want to make code be readable and easier to be maintained. The phplike support many synchroous functions for Node.js.

Phplike support synchronous function "exec", "curl", "fsockopen" executing without callback function. It can reduce the umber of callback functions, also will make the code easier to maintain, and phplike provide function cUrl which is just like php's function called curl. It will let you make a request synchronously.
Phplike support synchronous function "exec", "curl", "fsockopen" executing without callback function. It can reduce the umber of callback functions, also will make the code easier to maintain, and phplike provide the function cUrl which is just like php's function called curl. It will let you make a request synchronously.

* npm: https://npmjs.org/package/phplike
* All version: https://registry.npmjs.org/phplike
Expand Down Expand Up @@ -106,6 +106,10 @@ Completed PHP Method
* fwrite
* fread

**Mysql**

* mysqli_connect

**Others**

* time, date, mktime
Expand Down

0 comments on commit 387278a

Please sign in to comment.