Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://old.hcs.cmc.msu.ru/php/function.fgetc.html
Дата изменения: Sun Feb 3 22:38:44 2002 Дата индексирования: Mon Oct 1 21:05:49 2012 Кодировка: |
Returns a string containing a single character read from the file pointed to by fp. Returns FALSE on EOF.
The file pointer must be valid, and must point to a file successfully opened by fopen(), popen(), or fsockopen().
See also fread(), fopen(), popen(), fsockopen(), and fgets().