PHP File System The filesize() function returns the file size in ___________ bytes bits kilobytes gigabytes bytes bits kilobytes gigabytes 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? fileget() fget() fgets() filegets() fileget() fget() fgets() filegets() ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which one of the following function is capable of reading a file into a string variable? file_get_content() file_content() file_get_contents() file_contents() file_get_content() file_content() file_get_contents() file_contents() ANSWER DOWNLOAD EXAMIANS APP
PHP File System What is the difference between stat() and fstat()? fstat() has nothing to do with files stat() has nothing to do with files fstat() is an alias of stat() While fstat() works on open file pointers, stat() works on files specified by pathname While stat() works on open file pointers, fstat() works on files specified by pathname fstat() has nothing to do with files stat() has nothing to do with files fstat() is an alias of stat() While fstat() works on open file pointers, stat() works on files specified by pathname While stat() works on open file pointers, fstat() works on files specified by pathname ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which one of the following PHP function is used to determine a file’s last access time? filetime() fileltime() fileatime() filectime() filetime() fileltime() fileatime() filectime() ANSWER DOWNLOAD EXAMIANS APP
PHP File System The ............ function checks if the "end-of-file" (EOF) has been reached. f_eof() f_of() feof() feofs() f_eof() f_of() feof() feofs() ANSWER DOWNLOAD EXAMIANS APP