How to communicate with sockets in php?



How to communicate with sockets in php?..

Answer / php -

Refer This Link : -
http://www.devshed.com/c/a/PHP/Socket-Programming-With-PHP/

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More PHP Interview Questions

I went to an php interview yesterday.I got selected there.But,They asked me to sign bond by submitting my certificates for 2 years.Is it good or bad

7 Answers  


How break and continue while loop in php?

0 Answers  


What is csrf token in php?

0 Answers  


what is the difference between php and my sql

4 Answers  


What is the mysql injection?

0 Answers  


Which php framework is fastest?

0 Answers  


Differentiate between php5 and php7?

0 Answers  


if i give Limit for mysql query through php command line script like this for ex. $limit=500; $total_items = 1500; for($start=0;$start<$total_items;){ $command = "/usr/bin/php -q /home/sitename/public_html/admin/feedmanager/test.php feedid ".$_GET['feedid']." start ".$start." end ".$limit ; $start = $start+$limit; $command_result = system($command); } so it's execute command for 3 times so it give limit to sql query but if i have 27000 data so it takes long time? so my question is that is that any way from php command line script that i can use for collect all the data at once?

0 Answers  


How long does a session last in php?

0 Answers  


How to open standard output as a file handle?

0 Answers  


How can we upload a file in php?

0 Answers  


Which function is used in php to count the total number of rows returned by any query?

0 Answers  


Categories