PHP References

PHP String Functions

PHP Strings Functions

PHP Strings functions are part of the language. No installation is required to use these functions. In this reference, you will find all the useful string functions in PHP. Function Description addcslashes() Get a string with backslashes in front of the characters addslashes() Get a string with backslashes in front of predefined characters bin2hex() Convert …

PHP Strings Functions Read More »

PHP Regular Expression Functions and Symbols

PHP Regular Expression Functions and Symbols

Regular Expression functions allow you to search specific patterns in the string and replace them with some other pattern/string. On this page, you will find the regular expression functions, their relative information like special characters/symbols, and their meanings. Function Description preg_filter() Get string or array with pattern matches replaced, but only if matches were found …

PHP Regular Expression Functions and Symbols Read More »

Create-MySQL-Database-in-PHP

PHP MYSQL Functions

On this page, you will find all the methods available in PHP to interact with the database like MySQL. To install MySQLi in PHP, click on this link http://php.net/manual/en/mysqli.installation.php For runtime configurations of MySQLi click thie link  http://php.net/manual/en/mysqli.configuration.php MySQLi extension comes with PHP v5.0 Function Description affected_rows() Returns the number of affected rows in the previous …

PHP MYSQL Functions Read More »

PHP Math Functions

PHP Math Functions

Math functions deal with the integers and floating values in PHP. On this page, you will find a reference to the important and useful math functions in PHP. There is no installation required for these functions. These are the parts of the core PHP language. Function Description abs() Returns the absolute (positive) value of a …

PHP Math Functions Read More »

PHP Mail Functions

PHP Mail Functions

On this page, you will find the functions used to perform e-mail operations in PHP. No installation of the package is required as these functions are part of the core language. Function Description ezmlm_hash() Give the hash value needed by EZMLM mail() Used to send email right from the PHP Script Email functions in PHP

PHP JSON Functions

PHP JSON Functions

JSON stands for JavaScript Object Notation. You will find the PHP JSON functions on this page. There is no installation required for these functions. These functions are available within the PHP core language. Since PHP 7, the JSON parser is much improved and licensed under PHP. Function Description json_decode() Decode JSON string json_encode() Encode value …

PHP JSON Functions Read More »

en English
X
Scroll to Top