Does php support multiple inheritance?


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

Post New Answer

More PHP Interview Questions

What is dao in php?

0 Answers  


What is the use of header() function in php?

0 Answers  


What is the difference between explode () and split () functions in php?

0 Answers  


What is the use of return in php?

0 Answers  


How do you remove duplicates from an array?

0 Answers  


List some string function name in php?

0 Answers  


How to remove duplicate values from php array?

0 Answers  


What is Mcrypt used for?

0 Answers  


class Database { public static $_instance; public static function getInstance() { if(!isset(self::$_instance)) self::$_instance = new Database(DB_SERVER, DB_USER, DB_PASS, DB_NAME); print_r(self::$_instance); return self::$_instance; } } can any one explain "self::$_instance = new Database(DB_SERVER, DB_USER, DB_PASS, DB_NAME);" this line

1 Answers  


What is the difference between apache and tomcat?

0 Answers  


What is final keyword in php?

0 Answers  


Tell me what is the use of "enctype" attribute in a html form?

0 Answers  


Categories