Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
ftell
ftell
Returns the location where the file pointer is read/write
Name:
ftell
Category:
File system
Programming Language:
php
One-line Description:
Returns the read/write position of the file pointer
Related
How to Use ftell and fread Together to Read Data from a Specific Position in a File?
1
Similar Functions
fnmatch
fnmatch
Matchfilenameswithpa
fscanf
fscanf
Formatinputfromafile
pclose
pclose
Closeprocessfilepoin
rmdir
rmdir
Deletedirectory
tmpfile
tmpfile
Createatemporaryfile
lstat
lstat
Giveinformationabout
filectime
filectime
Gettheinodemodificat
diskfreespace
diskfreespace
aliasfordisk_free_sp
Popular Articles
How to Use ftell and fread Together to Read Data from a Specific Position in a File?