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.4K+ articles
DSA
22.8K+ articles
Python
21.3K+ articles
Experiences
16.6K+ articles
Misc
8.8K+ articles
PHP
3.9K+ articles
PHP-function
2.3K+ articles
PHP-Questions
423+ articles
PHP Programs
344+ articles
PHP-date-time
90+ articles
PHP-file-handling
176+ posts
Recent Articles
Popular Articles
PHP | chroot( ) Function
Last Updated: 11 July 2018
The chroot() function in PHP is an inbuilt function which is used to change the root directory of the current process to directory. The chroot() function changes the curre...
read more
Misc
Web Technologies
PHP
PHP-file-handling
PHP md5_file() Function
Last Updated: 21 June 2023
The md5_file() function is an inbuilt function in PHP which is used to generate the md5 hash value of a given file. This function returns a string on success otherwise it ...
read more
Misc
Web Technologies
PHP
PHP-file-handling
PHP | getcwd( ) Function
Last Updated: 11 July 2018
The getcwd() function in PHP is an inbuilt function which is used to return the current working directory. This function does not accepts any parameter and returns the cur...
read more
Misc
Web Technologies
PHP
PHP-file-handling
PHP-function
PHP | readdir() Function
Last Updated: 17 July 2018
The readdir() function in PHP is an inbuilt function which is used to return the name of the next entry in a directory. The method returns the filenames in the order as th...
read more
Misc
Web Technologies
PHP
PHP-file-handling
PHP-function
PHP | rewinddir() Function
Last Updated: 10 June 2022
The rewinddir() function is an inbuilt function in PHP which is used to rewind the directory handle. The rewinddir() function opens a directory and list its files, resets ...
read more
Misc
Web Technologies
PHP
PHP-file-handling
PHP-function
PHP | zip_close( ) Function
Last Updated: 17 July 2018
The zip_close() function is an inbuilt function in PHP which is used to close a zip archive file opened by the zip_open() function. The zip_close() causes the stream to be...
read more
Misc
Web Technologies
PHP
PHP-file-handling
PHP | zip_entry_close() Function
Last Updated: 18 July 2018
The zip_entry_close() function is an inbuilt function in PHP which is used to close a zip archive opened by the zip_entry_open() function. The zip_entry_close() causes the...
read more
Misc
Web Technologies
PHP
PHP-file-handling
PHP-function
PHP | zip_entry_compressedsize() Function
Last Updated: 14 March 2022
The zip_entry_compressedsize() function is an inbuilt function in PHP which is used to return the size of the compressed file in zip archive entry. It can be used to retri...
read more
Misc
Web Technologies
PHP
PHP-file-handling
PHP-function
PHP | zip_entry_compressionmethod() Function
Last Updated: 20 July 2018
The zip_entry_compressionmethod() function is an inbuilt function in PHP which is used to return the compression method of a file or a directory from a zip archive entry. ...
read more
Misc
Web Technologies
PHP
PHP-file-handling
PHP-function
PHP | zip_entry_filesize() Function
Last Updated: 25 July 2018
The zip_entry_filesize() function is an inbuilt function in PHP which is used to return the original file size of a zip archive entry before compression. The zip entry res...
read more
Misc
Web Technologies
PHP
PHP-file-handling
PHP-function
PHP | zip_entry_name() Function
Last Updated: 25 July 2018
The zip_entry_name() function is an inbuilt function in PHP which is used to return the name of a zip archive entry. The zip entry resource is to be read and sent as a par...
read more
Misc
Web Technologies
PHP
PHP-file-handling
PHP-function
PHP | zip_entry_open() Function
Last Updated: 12 April 2022
The zip_entry_open() function is an inbuilt function in PHP which is used to open a zip entry archive for reading. Opening a file or a directory in a zip archive with the ...
read more
Misc
Web Technologies
PHP
PHP-file-handling
PHP-function
PHP | zip_open() Function
Last Updated: 24 July 2018
The zip_open() function is an inbuilt function in PHP which is used to open a zip archive for reading. The zip_open() function creates a new stream and establishes a conne...
read more
Misc
Web Technologies
PHP
PHP-file-handling
PHP-function
PHP | zip_entry_read() Function
Last Updated: 26 July 2018
The zip_entry_read() function is an inbuilt function in PHP which is used to read the contents from an opened zip archive entry. The zip entry is being read and the number...
read more
Misc
Web Technologies
PHP
PHP-file-handling
PHP-function
PHP | zip_read() Function
Last Updated: 28 November 2022
The zip_read() function is an inbuilt function in PHP which is used to read an entity present in the opened zip archive. The zip resource is to be read and sent as paramet...
read more
Misc
Web Technologies
PHP
PHP-file-handling
PHP-function
1
2
3
4
...
12
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 !