Zusammenfassung der Ressource
Frage 1
Frage
Which of the following variables is not a predefined variable?
Frage 2
Frage
The following piece of script will output:
<?
$email=’admin@gmail.com’;
$new=strstr($email, '@’')
print $new;
?>
Antworten
-
admin
-
admin@gmail
-
@gmail.com
-
gmail.com
Frage 3
Frage
To work with remote files in PHP you need to enable
Antworten
-
allow_url_fopen
-
allow_remote_files
-
both of above
-
none of above