update : 2015.11.03
php.shukuma.com검색:
|
fgetc(PHP 4, PHP 5, PHP 7) fgetc — Gets character from file pointer 설명
string fgetc
( resource
$handle
)Gets a character from the given file pointer. 반환값
Returns a string containing a single character read from the file pointed
to by 예제
Example #1 A fgetc() example
<?php 주의
참고
|