PHP is a ______ typed language.
How many predefined exceptions does the Standard PHP Library (SPL) provide access to?
Which one is not an exception?
If session.use_cookie is set to 0, this results in use of _____________
Which of these does the date() function return for the current date and/or time?
What will be the output of the following PHP code?
<?php
echo (checkdate(4,31,2010) ? 'Valid' : 'Invalid');
?>
Which method is simply an object-oriented version of date()?
What will be the output of the following PHP code?
<?php
echo ucwords("i love my country");
?>
What is the output of the following PHP code?
<?php
$value = 'car';
$result = filter_var($value, FILTER_VALIDATE_BOOLEAN, FILTER_NULL_ON_FAILURE);
echo $result;
?>
Which of the following statements can be used to set the time zone in individual scripts?
OnSite
1 Openings
FullTime
Posted 17 days ago