Tutorials
Courses
Go Premium
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
32.1K+ articles
DSA
20.0K+ articles
Misc
7.8K+ articles
PHP
3.8K+ articles
Image-Processing
756+ 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 mb_encode_numericentity() Function
Last Updated: 28 September 2023
The mb_encode_numericentity() function is an inbuilt function in PHP that is used to convert characters in a given string to their corresponding HTML numeric entity repres...
read more
PHP
PHP-function
PHP-Multibyte-String
PHP mb_convert_kana() Function
Last Updated: 28 September 2023
The mb_convert_kana() is an inbuilt function in PHP that is used to convert text into full-width and half-width.Syntax:mb_convert_kana($string,$mode, $encoding) : stringPa...
read more
PHP
PHP-function
PHP-Multibyte-String
PHP mb_http_output() Function
Last Updated: 28 April 2025
The mb_http_output() function is an inbuilt function in PHP that is used to set and retrieve the character encoding. This function allows you to specify a character encodi...
read more
PHP
PHP-function
PHP-Multibyte-String
PHP mb_eregi() Function
Last Updated: 03 October 2023
The mb_eregi() function is an inbuilt function in PHP that performs case-insensitive regular expression matches on a string having multibyte support. If the string pattern...
read more
PHP
PHP-function
PHP-Multibyte-String
PHP mb_ereg_search_regs() Function
Last Updated: 04 October 2023
The mb_ereg_search_regs() function is an inbuilt function in PHP that is used for regular expressions to match a given string. If the match is found, then it will return t...
read more
PHP
PHP-function
PHP-Multibyte-String
PHP mb_ereg_search_pos() Function
Last Updated: 13 September 2023
The mb_ereg_search_pos() is an inbuilt function in PHP that is used in regular expressions to match a given string. It searches for the first occurrence of a pattern in th...
read more
PHP
PHP-function
PHP-Multibyte-String
PHP readline_add_history() Function
Last Updated: 13 September 2023
The readline_add_history() is an inbuilt function in PHP that is used to add a line to the command line history.Syntax:readline_add_history($prompt): boolParameter:This fu...
read more
PHP
PHP-function
PHP mb_stripos() Function
Last Updated: 01 August 2023
The mb_stripos() function is an inbuilt case-insensitive function that finds the first occurrence of a substring in the string.Syntax:int|false mb_stripos( string $hay...
read more
PHP
PHP-function
PHP-Multibyte-String
PHP fdatasync() Function
Last Updated: 28 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
PHP-function
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
PHP-function
PHP-Filesystem
PHP 7 Closure call( ) Method
Last Updated: 07 June 2023
PHP 7 Closure::call() method can bind an object scope, along with calling the closure temporarily. It takes the argument as an object and a variable number of parameters t...
read more
PHP
PHP-function
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
PHP-function
PHP-Filesystem
PHP stream_set_write_buffer() Function
Last Updated: 19 May 2023
The stream_set_write_buffer() function is an inbuilt function in PHP that is used to set the buffer size for write operations on a given stream.Syntax:stream_set_write_buf...
read more
PHP
PHP-function
PHP openssl_get_md_methods() Function
Last Updated: 19 May 2023
The openssl_get_md_methods() function is an inbuilt function in PHP that is used to retrieve a list of available digest (message digest) methods supported by OpenSSL.Synta...
read more
PHP
PHP-function
PHP-OpenSSL
PHP openssl_cipher_key_length() Function
Last Updated: 28 April 2025
The openssl_cipher_key_length() function is an inbuilt function in PHP that is used to retrieve the key length required for a given cipher algorithm.Syntax:openssl_cipher_...
read more
PHP
PHP-function
PHP-OpenSSL
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 !