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.5K+ articles
Python
20.5K+ articles
Experiences
16.6K+ articles
Interview Experiences
14.1K+ articles
JavaScript
11.6K+ articles
School Learning
11.4K+ articles
Java
10.5K+ articles
PHP
3.9K+ articles
PHP-function
2.3K+ articles
PHP-SPL-Functions
6 posts
Recent Articles
Popular Articles
PHP iterator_count() Function
Last Updated: 22 September 2023
The iterator_count() function is an inbuilt function in PHP that is used to count the number of elements in an iterator. An iterator is an object that is a collection of e...
read more
PHP-function
PHP
PHP-SPL-Functions
PHP SplFileObject fpassthru() Function
Last Updated: 24 April 2025
The SplFileObject::fpassthru() is an inbuilt function in PHP that is used to output the contents of a file to the output buffer, typically the browser, without reading the...
read more
PHP-function
PHP
PHP-SPL-Functions
PHP iterator_apply() Function
Last Updated: 09 August 2023
The iterator_apply() function is an inbuilt function in PHP that is used to apply a user-defined callback function to each element of an iterator. It allows you to iterate...
read more
PHP-function
PHP
PHP-SPL-Functions
PHP iterator_to_array() Function
Last Updated: 01 May 2024
The iterator_to_array() function is an inbuilt function in PHP that is used to copy the iterator object (e.g. objects implementing the Iterator or IteratorAggregate interf...
read more
PHP-function
PHP
PHP-SPL-Functions
PHP class_uses() Function
Last Updated: 26 April 2023
The class_uses() function is an inbuilt function in PHP where the traits utilized by the given class, will be returned.Syntax:class_uses($object_or_class,$autoload = true)...
read more
PHP-function
PHP
PHP-SPL-Functions
PHP class_parents() Function
Last Updated: 28 March 2023
The class_parents() function is an inbuilt function in PHP where the parent class for the given class will be returned.Syntax:class_parents( object|string $object_or_cl...
read more
PHP-function
PHP
PHP-SPL-Functions
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 !