PHP » GoLang |
login |
register |
about
|
fgetc(PHP 4, PHP 5, PHP 7) fgetc — Gets 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
|
more
Recently updated
more
Most requested
more
Last requests
|