is used to open a file for reading writing or appending content
openfile()
fileopen()
openf()
fopen()
Syntax to read a specified set of character in a file
fread("$file".1)
sread("$file".1)
read("$file".1)
cread("$file".1)
Valid
Invalid
Syntax for attempts to create an empty file
touch("$file")
create("$file")
empty("$file")
attempt("$file")
Checking the if writeable
is_writeable()
writeable()
writeable_is()
check_writeable()
use to tell the last line of a file
feof()
endoffile()
lastline()
lastfile()
the name or offset of the field being retrieved
Table
Row
Field
$result_query
The result resource that is being evaluated. This result comes from a call to mysql_query()
Table
ROw
$result_query
Field
The row number from the result that's being retrieved. Row numbers start at 0
$result_query
Field
Table
Row
Using the Global PHP $_FILES array you can upload files from a client computer to the remove server
True
False
Checking the file status if readable
check_read()
check_readable()
is_read()
is_readable()
Complete the syntax: move_upload_file(____, new location) ;
Type
File
Size
Location
Determine the file size
check_filesize()
is_filesize()
filesize_check()
filesize()
Complete the syntax: mysql_result($result_query, ____, field) ;
Column
Row
Name
Type
Syntax to open a file for appending
openfile("test.txt","a")
openf("test.txt","a")
fileopen("test.txt","a")
fopen("test.txt","a")
{"name":"Summative PHP", "url":"https://www.quiz-maker.com/Q3UQZY3RX","txt":"Checking for file existence, A function used to remove an existing file","img":"https://www.quiz-maker.com/3012/CDN/83-3962482/image-2022-11-16-234933635.png?sz=1200-00063024260773403919"}