PHP3 Manual | ||
---|---|---|
Prev | Next |
fgetc -- get character from file pointer
Returns a string containing a single character read from the file pointed to by fp. Returns FALSE on EOF (as does feof()).
The file pointer must be valid, and must point to a file successfully opened by fopen(), popen(), or fsockopen().
See also fopen(), popen(), fsockopen(), and fgets().
Prev | Home | Next |
feof | Up | fgets |