Similar Collections


.

questions

Title
Performing automatic type variable conversion is an example of
This statement /* My PHP File */ is an example of
All variables in PHP are assigned with the
Get, Post, Cookies and Sessions all are examples of
A package is a set of related _________
Till which version of PHP, developers were forced to name their files in a global context?
Which of the following can you place inside a namespace?
Which one of the following is the correct way of declaring a namespace?
Which symbol is used to declare nested namespaces?
Which keyword can be used to fix the above error?
If I already had a Debug class in the main namespace. What will be the output of the following code?
Which one of the following statements is true for include_once() and require_once()?
Which one of the following statements is true for require() and require_once()?
Which function was introduced to help automate the inclusion of class files?
How many times can you define __autoload in a process?
Which one of the following functions will you use to check that the class exists before you work with it?
Which one of the following will you use to check the class of an object?
PHP 4 did not support instanceof. Instead, which function did it provide?
You use the get_class_methods() function to return the names of all the methods in the class. Which function will you use to print it on the screen?
If you call a method and it doesn’t exist it’ll cause a problem. To check the method which function will you use?
total questions: 162

Questions

162

Views

1524

Best Answers

299

Points

5