Which of the following are the valid PHP data types?
What will be the output of the following code?
$var = 10;
function fn ()
{
$var = 20;
return $var;
}
fn ();
echo $var;
Which of the following multithreaded servers allow PHP as a plug-in?
Variables/functions in PHP don't work directly with:
Identify the invalid identifier
When defining identifier in PHP you should remember that
In php string data are
TFTP uses the services of ________.
In FTP, when we _______, it is copied from the client to the server.
In FTP, which category of commands lets a user switch directories and create or delete directories?