

MCQOPTIONS
Saved Bookmarks
1. |
Assume that your php file \'index.php\' in location c:/apache/htdocs/phptutor/index.php. If you used basename($_SERVER[\'PHP_SELF\']) function in your page, then what is the return value of this function ? |
A. | phptutor/index.php |
B. | phptutor |
C. | /index.php |
D. | index.php |
Answer» D. index.php | |