Logo

Php Questions Set 63:

Quiz Mode

  How many ways can a session data be stored? 

1
2
3
4

Solution:

How many error levels are available in PHP?

1
2
3
4

Solution:

How many POSIX-style regular expression functions does PHP offer?

1
2
3
4

Solution:

  If $a = 12 what will be returned when ($a == 12) ? 5 : 1 is executed?
 

1
2
3
4

Solution:

 How many functions does PHP offer for searching strings using POSIX style regular expression? 

1
2
3
4

Solution:

Which of the following are examples of external data in web applications?

1
2
3
4

Solution:

 Which of the following PHP functions accepts any number of parameters? 

1
2
3
4

Solution:

Which PHP function can be used to get the current memory usage?

1
2
3
4

Solution:

 What will be the output of the following PHP code? 

 

<?php

echo str_pad("Salad", 5)." is good.";

?>

1
2
3
4

Solution:

Which PHP configuration setting causes the engine to disregard repeated error messages that occur within the same file and on the same line?

1
2
3
4

Solution: