In PHP, a while loop tests for the end of the file by using which function?

a. fputs()
b. fopen()
c. feof()
d. fgets()


c. feof()

Computer Science & Information Technology

You might also like to view...

The ini_get() function allows you to change __________ directives.

a. php.ini b. phpinfo c. my.ini d. httpd.conf

Computer Science & Information Technology

Why might you want to allow extra time for setting up the database in an anomaly-based system?

A. the installation procedure is usually complex and time consuming B. to add your own custom rule base C. it requires special hardware that must be custom built D. to allow a baseline of data to be compiled

Computer Science & Information Technology

When you create a new class using inheritance, you ____ the existing class.

A. stretch B. expand C. extend D. broaden

Computer Science & Information Technology

____________________ computing involves reducing the electricity consumed and environmental waste generated when using a computer.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology