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 fgets() is used to read a file one line at a time. True False True False ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which one of the following function is capable of reading a file into a string variable? file_content() file_get_contents() file_get_content() file_contents() file_content() file_get_contents() file_get_content() file_contents() ANSWER DOWNLOAD EXAMIANS APP
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. False True False True 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() fileatime() filetime() filectime() fileltime() fileatime() filetime() filectime() ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which function is useful when you want to output the executed command’s result? system() out_system() out_cmm() cmm() system() out_system() out_cmm() cmm() ANSWER DOWNLOAD EXAMIANS APP