PHP File System flock() is used to unlock a file so that two or more people do not get access to it at the same time. True False True False ANSWER DOWNLOAD EXAMIANS APP
PHP File System The ........... function is used to read a single character from a file. fget() fgetc() fgetf() fgets() fget() fgetc() fgetf() fgets() ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which one of the following function operates similarly to fgets(), except that it also strips any HTML and PHP tags form the input? fgetsp() fgetsh() fgetsa() fgetss() fgetsp() fgetsh() fgetsa() fgetss() ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which one of the following function is capable of reading a specific number of characters form a file? filegets() fileget() fget() fgets() filegets() fileget() fget() fgets() ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which one of the following function outputs the contents of a string variable to the specified resource? fwrites() filewrites() filewrite() fwrite() fwrites() filewrites() filewrite() fwrite() ANSWER DOWNLOAD EXAMIANS APP
PHP File System The filesize() function returns the file size in ___________ bits bytes gigabytes kilobytes bits bytes gigabytes kilobytes ANSWER DOWNLOAD EXAMIANS APP