PHP function fgetc()
Availability in PHP 4.0
Gets character from file pointer
Parameters
| Parameter | Data type | Default value | Note |
|---|---|---|---|
$handle |
resource |
not |
Return values
string
a string containing a single character read from the file pointed to by handle. Returns false on EOF.