Skip to content
yuduanchen edited this page Sep 12, 2014 · 1 revision

Get the current offset in the file, in bytes.

Description

public function tell(string $file [, int $buffer_len ]);

Parameters

string $file

string $buffer_len

Return Values

Returns Current offset, false on error.

Clone this wiki locally