php socket connect
$res = socket_connect($socket, $addr, $port);
enable socket in php
here are noobs instructions
go to your php installation directory in windows it can be something like this c:\xampp\php
the goto ext direction in it php\ext\
check if your have php_sockets.dll in that directory
after that open php.ini file which will be in your php folder
next search for ;extension=php_sockets.dll
if you find it then remove ; from it
if you not find it then search for extension=
and then below some extension add extension=php_sockets.dll
and finally restart your apache.
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us