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 |
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
How break and continue while loop in php?
What is csrf token in php?
what is the difference between php and my sql
What is the mysql injection?
Which php framework is fastest?
Differentiate between php5 and php7?
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?
How long does a session last in php?
How to open standard output as a file handle?
How can we upload a file in php?
Which function is used in php to count the total number of rows returned by any query?