Author name: Tutor Network Team

PHP XML Parser Functions

PHP XML Parser Functions

On this page, you will find all the functions related to XML parser. However, they cannot perform the XML validation. Function Description utf8_decode() Decode an UTF-8 string to ISO-8859-1 utf8_encode() Encode an ISO-8859-1 string to UTF-8 xml_error_string() Returns an error string from the XML parser xml_get_current_byte_index() Returns the current byte index from the XML parser …

PHP XML Parser Functions Read More »

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

en English
X
Scroll to Top