How many methods does the DateTime class have?
How many main types of filtering are present in PHP?
What should be used to refer to a method in the context of a class rather than an object you use?
The _____ function reads the contents of a directory into an array.
What will be the output of the following PHP code?
<?php
$i = "";
while($i)
{
print "hi";
}
print "hello";
?>
Which PHP function is used to return an array of various DNS resource records for a specific domain?
What will be the output of the following PHP code?
<?php
$url = "aniketh@example.com";
echo ltrim(strstr($url, "@"),"@");
?>
The attack which involves the insertion of malicious code into a page frequented by other users is known as _______________
Which one of the following statements can be used to establish port 80 connection with www.nachi.com?
Which __________ statement should be used to disable the use of the 'administrator' and 'janitor' classes?