Is php a strongly typed language?


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

Post New Answer

More PHP Interview Questions

What does the unlink() function means?

0 Answers  


How do you connet mysql database with php?

0 Answers  


What is php array function?

0 Answers  


What php framework does wordpress use?

0 Answers  


How to upload a file (may be a .txt or a .doc file) from a php script/file?

1 Answers  


WWhat is the functionality of md5 function in PHP?

7 Answers   Tech Mahindra,


Is php dead 2019?

0 Answers  


What is the use of 'print' in php?

0 Answers  


What are the difference between overloading and overriding in oops?

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 difference between edit and update?

1 Answers  


How to include variables in double-quoted strings in php?

0 Answers  


Categories