Which is true about the singleton design pattern?


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

Post New Answer

More PHP Interview Questions

What are the array functions in php?

0 Answers  


what is hidden variable? what is its difference with the normal variable...

2 Answers   Shine,


Which is better mysql or sql?

0 Answers  


What is difference between action hook and filter hook?

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 7 backwards compatible?

0 Answers  


Write logic to print Floyd's triangle in PHP?

0 Answers  


Tell me what kind of things have you done on the social side?

0 Answers  


write a prog using insert,update,delete in this manner as output? name: phno. add button 1.name phno. edit button delete button 2.

0 Answers  


How to install PHP with --mcrypt and --mhash?

1 Answers  


Tell me what is the main difference between require() and require_once()?

0 Answers  


What is the expansion of LAMP?

0 Answers  


Categories