πŸ“Š PHP
Q. Which function gets the current line number of a file handle?
  • (A) ftell()
  • (B) fline()
  • (C) fseek()
  • (D) readline()
πŸ’¬ Discuss
βœ… Correct Answer: (A) ftell()

Explanation: ftell() returns the current position in the file pointer.

Explanation by: Mr. Dubey
ftell() returns the current position in the file pointer.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
68
Total Visits
πŸ“½οΈ
9 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
85%
Success Rate