How to parse configuration file in php?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More PHP Interview Questions

Is php still relevant 2019?

0 Answers  


What is php resource type?

0 Answers  


How do you end a function in python?

0 Answers  


Tell me how to find the position of the first occurrence of a substring in a string?

0 Answers  


Write a program to show the joining of two strings in php?

0 Answers  






What is baseurl?

0 Answers  


How can you get web browser’s details using PHP?

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  


Is php faster than python?

0 Answers  


How does csrf attack work?

0 Answers  


How to create a table using php?

0 Answers  


Explain the difference between session and cookies in php?

0 Answers  


Categories