Solved

What Function Returns a Line That Ends with a Specified

Question 75

Multiple Choice

What function returns a line that ends with a specified delimiter and moves the file pointer to the next line?


A) fgetcsv(handle, length[, delimiter, string_enclosure])
B) stream_get_line($handle, length, delimiter)
C) fgets(handle[, length])
D) fgetss(handle, length[, allowed_tags])

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions