ftell

(PHP 3, PHP 4 >= 4.0.0)

ftell -- Vracφ pozici v souboru

Popis

int ftell ( int fp)

Vracφ pozici v souboru odkazovanΘm deskriptorem fp; typicky offset ve streamu.

Pokud nastane chyba, vracφ FALSE.

Deskriptor souboru musφ b²t platn² a musφ ukazovat na soubor ·sp∞╣n∞ otev°en² pomocφ fopen(), popen(), nebo fsockopen().

Viz takΘ fopen(), popen(), fseek() a rewind().