Single Choice Not Set

QWhich one of the following function is capable of reading a specific number of characters form a file?

ID: #2413 Functions in PHP MCQ 564 views
Question Info
#2413Q ID
Not SetDifficulty
Functions in PHP MCQTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A fgets()
  • B fget()
  • C fileget()
  • D filegets()
Correct Answer

Explanation

Its prototype is string fgets(resource handle [, int length]). If the optional length parameter is omitted, 1024 character is assumed.

Share This Question

Challenge a friend or share with your study group.