PHP File System The filesize() function returns the file size in ___________ kilobytes gigabytes bits bytes kilobytes gigabytes bits bytes ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which function is useful when you want to output the executed command’s result? out_system() system() cmm() out_cmm() out_system() system() cmm() out_cmm() ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which one of the following function reads a directory into an Array? readdirectory() scandirectory() readdir() scandir() readdirectory() scandirectory() readdir() scandir() 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() fgets() filegets() fget() fileget() fgets() filegets() fget() 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. True False True False 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 Returns the first accessed time of the file Strips of the path and returns the folder name Strips of the path and returns the file name Returns the last accessed time of the file Returns the first accessed time of the file Strips of the path and returns the folder name ANSWER DOWNLOAD EXAMIANS APP