PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

fgetcsv> <fflush
Last updated: Sun, 25 Nov 2007

view this page in

fgetc

(PHP 4, PHP 5)

fgetc — 파일포인터로부터 문자 가져오기

Description

string fgetc ( int $fp )

fp에 의해 가리켜진 파일로부터 한개의 문자를 포함한 문자열을 반환합니다. FALSE 나 EOF를 반환합니다.

이 파일포인터는 반드시 유효한 것이어야 하고,fopen()이나 popen() 또는 fsockopen()에 의해 성공적으로 열려진 파일을 가리켜야 합니다.

참조: fread(), fopen(), popen(), fsockopen(), 그리고 fgets().



add a note add a note User Contributed Notes
fgetc
There are no user contributed notes for this page.

fgetcsv> <fflush
Last updated: Sun, 25 Nov 2007
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites