Name
fgetc
Synopsis
string fgetc(int handle
)
Returns the character at the marker for the file referenced by
handle
and moves the marker to the next
character. If the marker is at the end of the file, the function
returns false
.
Get Programming PHP, 3rd Edition now with O’Reilly online learning.
O’Reilly members experience live online training, plus books, videos, and digital content from 200+ publishers.