Logo

Php Questions Set 36:

Quiz Mode

 How many constants does the DateTime class have? 

1
2
3
4

Solution:

What will be the output of the following PHP code?

1
2
3
4

Solution:

What is the output of the following PHP code?

<?php echo ord('hi'); ?>

1
2
3
4

Solution:

How do you create a session in PHP?

1
2
3
4

Solution:

How does PHP recognize constructors?

1
2
3
4

Solution:

When you use the $_POST variable to collect data, the data is visible to whom?

1
2
3
4

Solution:

Which PHP function is used to filter multiple variables at once?

1
2
3
4

Solution:

The correct way to invoke a method in PHP is:

1
2
3
4

Solution:

Which of the following are valid function names?

1
2
3
4

Solution:

Which of these does not describe a validating filter?

1
2
3
4

Solution: