Courses
Tutorials
Practice
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
37.5K+ articles
DSA
22.8K+ articles
Python
21.3K+ articles
Experiences
16.6K+ articles
Interview Experiences
14.1K+ articles
JavaScript
12.2K+ articles
School Learning
11.5K+ articles
Java
10.8K+ articles
PHP
3.9K+ articles
PHP-function
2.3K+ articles
PHP-Filesystem
10 posts
Recent Articles
Popular Articles
PHP move_uploaded_file() Function
Last Updated: 24 April 2025
The move_uploaded_file() function is an inbuilt function in PHP that is used to change the file destination. This function only works when the file is uploaded by the PHP ...
read more
PHP-function
PHP
PHP-Filesystem
PHP realpath_cache_get() Function
Last Updated: 19 May 2023
The realpath_cache_get() function is an inbuilt function in PHP that retrieves the current contents of the realpath cache. The realpath cache is used by PHP to store the r...
read more
PHP-function
PHP
PHP-Filesystem
PHP realpath_cache_size() Function
Last Updated: 19 May 2023
The realpath_cache_size() function is an inbuilt function in PHP that allows you to get or set the size of the realpath cache in bytes.Syntax:realpath_cache_size(): intPar...
read more
PHP-function
PHP
PHP-Filesystem
PHP fdatasync() Function
Last Updated: 24 April 2025
The fdatasync() function is an inbuilt function in PHP that is used to synchronize changes to a file's data with the underlying storage device. This function is similar to...
read more
PHP-function
PHP
PHP-Filesystem
PHP linkinfo() Function
Last Updated: 24 April 2025
The linkinfo() function is an inbuilt function in PHP that retrieves information related to the links. This function checks the link is pointed to by the path that exists....
read more
PHP-function
PHP
PHP-Filesystem
PHP fileinode() Function
Last Updated: 24 April 2025
The fileinode() function is an inbuilt function in PHP that returns the inode of the file.Syntax:fileinode(string $filename): int|falseParameter: This function has only on...
read more
PHP-function
PHP
PHP-Filesystem
PHP tempnam() Function
Last Updated: 24 April 2025
The tempnam() function is an inbuilt function in PHP that helps in creating a file having a unique file name by setting the access permission to 0600, having the specified...
read more
PHP-function
PHP
PHP-Filesystem
PHP filegroup() Function
Last Updated: 24 April 2025
The filegroup() is an inbuilt function in PHP that returns the filegroup. This function returns a group id that can resolve using posix_getgrigid() to a name.Syntax:filegr...
read more
PHP-function
PHP
PHP-Filesystem
PHP fileowner() Function
Last Updated: 24 April 2025
The fileowner() is an inbuilt function in PHP that returns the details for the file owner.Syntax:fileowner(string $filename): int|falseParameters: This function accepts a ...
read more
PHP-function
PHP
PHP-Filesystem
PHP fscanf() Function
Last Updated: 24 April 2025
The fscanf() function is an inbuilt function in PHP that parses the file's input according to format, i.e., it accepts the input from a file that is associated with the st...
read more
PHP-function
PHP
PHP-Filesystem
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !