Easy Tutorial
❮ Func Curl_Share_Close Php Preg_Filter ❯

PHP ftell() Function



Definition and Usage

The ftell() function returns the current position in the opened file.

It returns the current position of the file pointer, or FALSE on failure.

Syntax

Parameter Description
file Required. Specifies the opened file to be checked.

Example

The above code will output:


❮ Func Curl_Share_Close Php Preg_Filter ❯