Logo

Php Questions Set 3:

Quiz Mode

  How many methods are available for the exception class? 

1
2
3
4

Solution:

 

What will be the output of the following PHP code?

  1. <?php
  2. echo chr(52);
  3. ?>

1
2
3
4

Solution:

What will be the output of the following PHP code?

1
2
3
4

Solution:

  Prior to which version of PHP did constructors took the name of the enclosing class. 

1
2
3
4

Solution:

Which PHP function is capable of reading a file into a string variable?

1
2
3
4

Solution:

Which of the following best describes the E_ERROR error level?

1
2
3
4

Solution:

If you omit the visibility keyword in your method declaration, by default the method will be declared as ____________ 

1
2
3
4

Solution:

Select the MySQL function that cannot be used to fetch data from a database.

1
2
3
4

Solution:

 Which logging option’s description is if an error occurs when writing to the syslog, send output to the system console?

1
2
3
4

Solution:

 The practice of separating the user from the true inner workings of an application through well-known interfaces is known as?

1
2
3
4

Solution: