What is the use of super-global arrays in php?


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

Post New Answer

More PHP Interview Questions

Is it possible to protect special characters in a query string?

0 Answers  


Does php 7 support multiple inheritance?

0 Answers  


What is the difference between php4 and php5?

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  


Is php is dying?

0 Answers  






Where sessions stored in PHP?

0 Answers  


What is the mysql injection?

0 Answers  


Which parts of php are case sensitive?

0 Answers  


How to apply Cake php ajax pagination?

1 Answers  


What are php libraries?

0 Answers  


What is the most common http method?

0 Answers  


How many php functions are there?

0 Answers  


Categories