What does == mean in php?


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

Post New Answer

More PHP Interview Questions

What are the features of php?

0 Answers  


What are the uses of php language?

0 Answers  


How to upload any files extension in our database Ex.(.doc,.txt,mp4,mp3 etc.)in php

1 Answers  


Why die is used in php?

0 Answers  


What is query string php?

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  


Whether session will work if we disable cookies in client browser ?

10 Answers  


How to create a mysql connection in php?

0 Answers  


What is difference between explode() or split() in PHP?

0 Answers  


Can I learn php in a month?

0 Answers  


What is the use of limit in mysql?

0 Answers  


How can we submit a form without a submit button?

2 Answers   Rushmore Consultancy,


Categories