PHP File System Which function is useful when you want to output the executed command’s result? cmm() system() out_system() out_cmm() cmm() system() out_system() out_cmm() ANSWER DOWNLOAD EXAMIANS APP
PHP File System What is the purpose of basename() function? Strips of the path and returns the file name Returns the last accessed time of the file Strips of the path and returns the folder name Returns the first accessed time of the file Strips of the path and returns the file name Returns the last accessed time of the file Strips of the path and returns the folder name Returns the first accessed time of the file ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which one of the following PHP function is used to determine a file’s last access time? fileltime() filectime() filetime() fileatime() fileltime() filectime() filetime() fileatime() ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which one of the following function outputs the contents of a string variable to the specified resource? fwrite() filewrite() fwrites() filewrites() fwrite() filewrite() fwrites() filewrites() ANSWER DOWNLOAD EXAMIANS APP
PHP File System The ........... function is used to read a single character from a file. fgets() fgetf() fget() fgetc() fgets() fgetf() fget() fgetc() ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which one of the following function is capable of reading a file into an array? file() arr_file() file_arr() arrfile() file() arr_file() file_arr() arrfile() ANSWER DOWNLOAD EXAMIANS APP