Tutorials
Courses
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
21.3K+ articles
Python
21.3K+ articles
Experiences
16.6K+ articles
Interview Experiences
14.2K+ articles
JavaScript
12.1K+ articles
School Learning
11.5K+ articles
Java
10.0K+ articles
PHP
3.9K+ articles
PHP-function
2.3K+ articles
PHP-SplFileInfo
42 posts
Recent Articles
Popular Articles
PHP | SplFileObject fgets() Function
Last Updated: 28 April 2023
The SplFileObject::fgets() function is an inbuilt function of the Standard PHP Library (SPL) in PHP which is used to get a line from the file. Syntax: string SplFileObject...
read more
PHP
PHP-function
PHP-SplFileInfo
PHP | SplFileObject fgetss() Function
Last Updated: 05 March 2021
The SplFileObject::fgetss() function is an inbuilt function of Standard PHP Library (SPL) in PHP which is used to get line from file and strip HTML tags.Syntax: string Sp...
read more
PHP
PHP-function
PHP-SplFileInfo
PHP | SplFileObject flock() Function
Last Updated: 20 December 2018
The SplFileObject flock() function is an inbuilt function of Standard PHP Library (SPL) in PHP which is used to apply portable lock on the file.Syntax: bool SplFileObject:...
read more
Web Technologies
PHP
PHP-function
PHP-SplFileInfo
PHP | SplFileObject fputcsv() Function
Last Updated: 21 December 2018
The SplFileObject fputcsv() function is an inbuilt function of Standard PHP Library (SPL) in PHP which is used write a field array as a CSV line.Syntax: string SplFileObj...
read more
Web Technologies
PHP
PHP-function
PHP-SplFileInfo
PHP | SplFileObject ftell() Function
Last Updated: 20 December 2018
The SplFileObject::ftell() function is an inbuilt function of Standard PHP Library (SPL) in PHP which is used to return the position of the file pointer which specifies th...
read more
Web Technologies
PHP
PHP-function
PHP-SplFileInfo
PHP | SplFileObject fread() Function
Last Updated: 20 December 2018
The SplFileObject::fread() function is an inbuilt function of Standard PHP Library (SPL) in PHP which is used to reads the given number of bytes from the file.Syntax: stri...
read more
Web Technologies
PHP
PHP-function
PHP-SplFileInfo
PHP | SplFileObject fstat() Function
Last Updated: 20 December 2018
The SplFileObject::fstat() function is an inbuilt function of Standard PHP Library (SPL) in PHP which is used to give the information of the file.Syntax: array SplFileObje...
read more
Web Technologies
PHP
PHP-function
PHP-SplFileInfo
PHP | SplFileObject ftruncate() Function
Last Updated: 20 December 2018
The SplFileObject::ftruncate() function is an inbuilt function of Standard PHP Library (SPL) in PHP which is used to truncates the file size in bytes.Syntax: bool SplFileO...
read more
Web Technologies
PHP
PHP-function
PHP-SplFileInfo
PHP | SplFileObject fwrite() Function
Last Updated: 20 December 2018
The SplFileObject::fwrite() function is an inbuilt function of Standard PHP Library (SPL) in PHP which is used to write to the file.Syntax: int SplFileObject::fwrite( $str...
read more
Web Technologies
PHP
PHP-function
PHP-SplFileInfo
PHP | SplFileObject getMaxLineLen() Function
Last Updated: 20 December 2018
The SplFileObject::getMaxLineLen() function is an inbuilt function of Standard PHP Library (SPL) in PHP which is used to get maximum line length.Syntax: int SplFileObject:...
read more
Web Technologies
PHP
PHP-function
PHP-SplFileInfo
PHP | SplFileObject setMaxLineLen() Function
Last Updated: 20 December 2018
The SplFileObject::setMaxLineLen() function is an inbuilt function of Standard PHP Library (SPL) in PHP which is used to set the maximum length of line length.Syntax: void...
read more
Web Technologies
PHP
PHP-function
PHP-SplFileInfo
PHP | SplFileObject seek() Function
Last Updated: 24 December 2018
The SplFileObject::seek() function is an inbuilt function of Standard PHP Library (SPL) in PHP which is used to seek to specify the line.Syntax: void SplFileObject::seek( ...
read more
Web Technologies
PHP
PHP-function
PHP-SplFileInfo
PHP | SplFileObject rewind() Function
Last Updated: 08 March 2021
The SplFileObject::rewind() function is an inbuilt function of Standard PHP Library (SPL) in PHP which is used to Rewind the file to the first line. Syntax: void SplFileOb...
read more
Web Technologies
PHP
PHP-function
PHP-SplFileInfo
PHP SPL Data structures Complete Reference
Last Updated: 05 May 2025
Standard PHP Library (SPL) the collection of standard data structures. The SPL data structure grouped the contents according to their implementation.Example: Below program...
read more
Web Technologies
PHP
PHP-SplFileInfo
PHP SplFileObject fseek() Function
Last Updated: 28 April 2025
The SplFileObject::fseek() function is an inbuilt function of Standard PHP Library (SPL) in PHP that allows you to move the file pointer to a specified position within a f...
read more
PHP
PHP-function
PHP-SplFileInfo
1
2
3
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 !