Logo

Php Questions Set 25:

Quiz Mode

Which of the following are PHP frameworks?

1
2
3
4

Solution:

 Which version of PHP introduced E_STRICT Error level? 

1
2
3
4

Solution:

Which function is used to read the contents of a directory into an Array?

1
2
3
4

Solution:

Which function is used to read a file into a string variable?

1
2
3
4

Solution:

Which function is used to output the contents of a string variable to the specified resource?

1
2
3
4

Solution:

We can extend the exception base class , but cannot override any of the methods because they are declared as

1
2
3
4

Solution:

 If the directive session.cookie_lifetime is set to 3600, the cookie will live until ____________ 

1
2
3
4

Solution:

Which method enables you to calculate whether daylight saving time is in force at a specific date and time? 

1
2
3
4

Solution:

 Which one of the following functions are capable of reading a file into a string variable?

1
2
3
4

Solution:

Neglecting to set which of the following cookie will result in the cookie’s domain being set to the host name of the server which generated it. 

1
2
3
4

Solution: