Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

enable socket in php

This answer assumes you do have a php_sockets.dll extension file accessible (in your PHP installation extension directory or where required);

If you're using windows, just uncomment the following line in your php.ini file:

;extension=php_sockets.dll

If you are missing the php_sockets.dll, you can download it from php.net.
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #enable #socket #php
ADD COMMENT
Topic
Name
1+5 =