Which function is used to check whether the file pointer reaches the end of the file or not
feof()
endof()
file_end()
SHOW ANSWERWhich function is used to check the existence of the file?
file_exists()
file_exist()
fexist()
SHOW ANSWERWhich function is identical to fwrite()?
fputs()
fgets()
putsf()
SHOW ANSWERWhich function return array in which each line is in the each array element?
file()
file_array()
farray()
SHOW ANSWERWhich function send the out put directly to the browser?
fpassthru()
file()
file_get_contents()
SHOW ANSWERWhich function return entire content of the file as string?
file_get_contents()
fpassthru()
file()
SHOW ANSWERWhich function is the combination of the fopen() and fpassthru()?
readfile()
file_get_contents()
file()
SHOW ANSWERPick out the odd one
fread()
readfile()
file_get_contents()
SHOW ANSWERThe process of moving the files from the client side to server side is known as:
uploading
downloading
clustering
SHOW ANSWERThe process of moving the files from the server side to client side is known as:
downloading
uploading
clustering
SHOW ANSWERWhich attribute of the form tag is specially used in file uploading process for encryption?
enctype
encrypt
multipart/form-data
SHOW ANSWERPick out the correct form tag attribute used in file uploadingPick out the correct form tag attribute used in file uploading?
enctype=multipart/form-data
enctype=multipath/form-data
enctype=multipath/form_data
SHOW ANSWERThe extension of a text file is:
.txt
.tst
.txe
SHOW ANSWER