Rno:
456
Cikk címe:
Létező webcím!
Szerző neve:
Cikk (url) hivatkozása:
Kiadó(web oldal)neve:
Megjelenés dátuma:
Cikk:
Video:
Kép:
JavaScript:
CSS:
PHP:
Ruby:
Python:
Kérem válasszon...
Helyi hírek
Országos hírek
Történelem
Irodalom
Érdekességek
Cikk ajánló:
ftell — Returns the current position of the file read/write pointer Description ¶ int ftell ( resource $handle ) Returns the position of the file pointer referenced by handle. Parameters ¶ handle The file pointer must be valid, and must point to a file successfully opened by fopen() or popen(). ftell() gives undefined results for append-only streams (opened with ~!a~! flag).