PHP File System The filesize() function returns the file size in ___________ kilobytes bits bytes gigabytes kilobytes bits bytes gigabytes ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which one of the following function is capable of reading a file into a string variable? file_contents() file_get_content() file_get_contents() file_content() file_contents() file_get_content() file_get_contents() file_content() ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which function is useful when you want to output the executed command’s result? cmm() out_system() out_cmm() system() cmm() out_system() out_cmm() system() ANSWER DOWNLOAD EXAMIANS APP
PHP File System The ............ function checks if the "end-of-file" (EOF) has been reached. feofs() f_of() feof() f_eof() feofs() f_of() feof() f_eof() 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() filegets() fgets() fileget() fget() filegets() fgets() ANSWER DOWNLOAD EXAMIANS APP
PHP File System What is the purpose of basename() function? Returns the first accessed time of the file Strips of the path and returns the folder name Returns the last accessed time of the file Strips of the path and returns the file name Returns the first accessed time of the file Strips of the path and returns the folder name Returns the last accessed time of the file Strips of the path and returns the file name ANSWER DOWNLOAD EXAMIANS APP