|
fgetcGets character from file pointer Description
string fgetc
( resource
$handle
)Gets a character from the given file pointer. Parameters
Return Values
Returns a string containing a single character read from the file pointed
to by Warning
This function may
return Boolean Examples
Example #1 A fgetc example
<?php Notes
See Also
|