PHP File System fgets() is used to read a file one line at a time. False True False True 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_contents() file_get_content() file_content() file_contents() file_get_contents() file_get_content() file_content() file_contents() 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() filectime() fileatime() fileltime() filetime() filectime() fileatime() fileltime() ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which one of the following function outputs the contents of a string variable to the specified resource? filewrites() fwrite() fwrites() filewrite() filewrites() fwrite() fwrites() filewrite() ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which of the following functions reads the entire contents of a file?1. fgets()2. file_get_contents()3. fread()4. readfile()5. file() Option 3 and 5 Option 1, 3 and 4 Option 2, 4 and 5 Option 2 and 4 Option 3 and 5 Option 1, 3 and 4 Option 2, 4 and 5 Option 2 and 4 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