update : 2015.11.03
php.shukuma.com검색:
|
ftell(PHP 4, PHP 5, PHP 7) ftell — Returns the current position of the file read/write pointer 설명
int ftell
( resource
$handle
)
Returns the position of the file pointer referenced by 인수
반환값
Returns the position of the file pointer referenced by
If an error occurs, returns
예제
Example #1 ftell() example
<?php |