Sunday, May 18, 2014

How to fix Call to undefined function socket_create()?

How to fix Call to undefined function socket_create()?

If you're running WAMP, there are two basic ways to fix this. This error is caused by a simple WAMP/PHP configuration that you left out. What you want to do is pretty simple. Simply enable sockets in PHP.


For Detail

Thursday, May 8, 2014

Web Socket Tutorial for beginner

Installation 

The socket functions described here are part of an extension to PHP which must be enabled at compile time by giving the --enable-sockets option to configure.

http://www.webprogrammingtips.com/index.php/2015/09/10/web-socket-tutorial-for-beginner/