php
php
a. Create myFunction()
b. New_function myFunction()
c. function myFunction()
d. None of the above
a. id()
b. mdid()
c. uniqueid()
d. None of the above
4) Which of the following is the correct use of the strcmp() function in PHP?
8) Which of the following is the correct way to open the file "sample.txt" as
readable?
a. fopen("sample.txt", "r");
b. fopen("sample.txt", "r+");
c. fopen("sample.txt", "read");
d. fopen("sample.txt");
9) Which of the following function displays the information about PHP and its
configuration?
a. php_info()
b. phpinfo()
c. info()
d. None of the above
a. glob()
b. fold()
c. file()
d. None of the above