The DateTime class has ___ constants.
[:alpha:] can also be specified as __________
Which one of the following variables cannot be used inside a static method?
What does SPL stand for?
The date() function returns ___ representation of the current date and/or time.
What does the acronym PHP stand for?
What will be the output of the following PHP code?
<?php
$num = 1;
$num1 = 2;
print $num . "+". $num1;
?>
Which function will return true if a variable is an array or false if it is not an array?
Which is the right way of declaring a variable in PHP?
i) $3hello
ii) $_hello
iii) $this
iv) $This
Which of these is the right way of declaring a variable in PHP?
i> $3hello
ii> $_hello
iii> $this
iv> $This