Logo

Php Questions Set 62:

Quiz Mode

Which magic method is used to implement overloading in PHP?

1
2
3
4

Solution:

In PHP  the ______ function is used to read a single line from a file. 

1
2
3

Solution:

What does PHP stand for? 

1
2
3
4

Solution:

Which file extension is commonly used for PHP files?

1
2
3
4

Solution:

  Which one of the following PHP functions can be used to find files?
 

1
2
3
4

Solution:

  A stored program associated with a schedule is ______________ 

1
2
3
4

Solution:

 Which method is simply an object-oriented version of date()? 

1
2
3
4

Solution:

What does PHP stand for?

 

i) Personal Home Page
ii) Hypertext Preprocessor
iii) Pretext Hypertext Processor
iv) Preprocessor Home Page


1
2
3
4

Solution:

Which one of the following is the right description for the method getMessage()? 

1
2
3
4

Solution:

Which error reporting configuration would you use to report fatal run-time errors, fatal compile-time errors, and core errors?

1
2
3
4

Solution: