Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
fstat
fstat
Get file information through the opened file pointer
Name:
fstat
Category:
File system
Programming Language:
php
One-line Description:
Returns information about an open file.
Related
In-Depth Analysis of Popular PHP Monitoring Tools on GitHub to Boost Application Performance and Stability
1
How to Effectively Log Errors Using mysqli::$errno in PHP
5
In-Depth Guide to PHP Weak References and Their Practical Uses
8
How to Check If a Number Exists in an Array in PHP? Four Common Methods Explained
10
Similar Functions
realpath_cache_size
realpath_cache_size
Getthesizeoftherealp
fsync
fsync
Synchronizechangesto
filesize
filesize
Getfilesize
fnmatch
fnmatch
Matchfilenameswithpa
dirname
dirname
Returntothedirectory
lstat
lstat
Giveinformationabout
fscanf
fscanf
Formatinputfromafile
file_exists
file_exists
Checkifthefileordire
Popular Articles