PHP File System The filesize() function returns the file size in ___________ bits kilobytes gigabytes bytes bits kilobytes gigabytes bytes ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which one of the following PHP function is used to determine a file’s last access time? filectime() filetime() fileltime() fileatime() filectime() filetime() fileltime() fileatime() 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? fget() filegets() fgets() fileget() fget() filegets() fgets() fileget() ANSWER DOWNLOAD EXAMIANS APP
PHP File System Which one of the following function operates similarly to fgets(), except that it also strips any HTML and PHP tags form the input? fgetss() fgetsh() fgetsa() fgetsp() fgetss() fgetsh() fgetsa() fgetsp() 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
PHP File System Which one of the following function outputs the contents of a string variable to the specified resource? filewrite() fwrites() fwrite() filewrites() filewrite() fwrites() fwrite() filewrites() ANSWER DOWNLOAD EXAMIANS APP