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
Misc
8.8K+ articles
PHP
3.9K+ articles
Image-Processing
755+ articles
PHP-Imagick
510+ articles
PHP-array
190+ articles
PHP-Gmagick
157+ articles
PHP- Reflection
105+ articles
PHP-DOM
81+ articles
PHP-function
2.3K+ posts
Recent Articles
Popular Articles
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
PHP mt_getrandmax() Function
Last Updated: 14 September 2023
The mt_getrandmax() is an inbuilt function in PHP that is used to return the largest possible value of random numbers.Syntaxmt_getrandmax(): intParameterThis function does...
read more
PHP
PHP-function
PHP token_name() Function
Last Updated: 25 August 2023
The token_name() function is an inbuilt function in PHP that is used to retrieve the textual representation of a given token identifier. In PHP, when you write code, it ge...
read more
PHP
PHP-function
PHP token_get_all() Function
Last Updated: 25 August 2023
The token_get_all() function is an inbuilt function in PHP that is used to tokenize a given PHP source code string into an array of tokens. This function is particularly u...
read more
PHP
PHP-function
PHP vfprintf() Function
Last Updated: 25 August 2023
The vfprintf() function is an inbuilt function in PHP that is used to write formatted information to a stream, such as a file or the output screen.Syntax:vfprintf(resource...
read more
PHP
PHP-function
PHP hebrev() Function
Last Updated: 24 October 2023
The hebrev() function is an inbuilt function in PHP that is used for converting Hebrew text from its logical representation to visual representation, which is commonly use...
read more
PHP
PHP-string
PHP-function
PHP stripcslashes() Function
Last Updated: 14 September 2023
The stripcslashes() is an inbuilt function in PHP that is used to remove backslashes that were added to escape certain characters in a string. It reverses the effect of th...
read more
PHP
PHP-string
PHP-function
PHP sprintf() Function
Last Updated: 30 April 2024
The sprintf() function is an inbuilt function in PHP that is used for formatting strings in a manner similar to the C language's printf() function. It allows you to create...
read more
PHP
PHP-string
PHP-function
PHP gmp_binomial() Function
Last Updated: 25 August 2023
The gmp_binomial() function is an inbuilt function in PHP that is used to calculate the binomial coefficients. The binomial coefficient, often denoted as "n choose k" or "...
read more
PHP
PHP-function
PHP-gmp
PHP gmp_perfect_power() Function
Last Updated: 28 April 2025
The gmp_perfect_power() function is an inbuilt function in PHP that is used to check the perfect power of the number.Syntax:gmp_perfect_power(GMP|int|string $num): boolPar...
read more
PHP
PHP-function
PHP-gmp
PHP gmp_lcm() Function
Last Updated: 28 April 2025
The gmp_lcm() is an inbuilt function in PHP that is used to calculate the least common multiple (LCM) of two or more integers. Syntax: gmp_lcm(GMP|int|string $num1, GMP|i...
read more
PHP
PHP-function
PHP-gmp
PHP gmp_init() Function
Last Updated: 28 April 2025
The gmp_init() function is an inbuilt function in PHP that is used to create a GMP number from different data types, including strings, integers, or other GMP objects. It'...
read more
PHP
PHP-function
PHP-gmp
PHP SplFileObject getCsvControl() Function
Last Updated: 28 April 2025
The SplFileObject::getCsvControl() is an inbuilt function in PHP that retrieves the current CSV control parameters for an instance of the SplFileObject class. These parame...
read more
PHP
PHP-file-handling
PHP-function
PHP SplFileObject fpassthru() Function
Last Updated: 28 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
PHP-function
PHP-SPL-Functions
PHP move_uploaded_file() Function
Last Updated: 28 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
PHP-function
PHP-Filesystem
1
2
3
4
...
153
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 !