PHP functions

Timezones supported by PHP

Timezones supported by PHP

On this page, you will find all the timezones supported by PHP. Timezones are enlisted according to their regions so you can find the desired one according to the region. Africa Africa/Abidjan Africa/Accra Africa/Addis_Ababa Africa/Algiers Africa/Asmara Africa/Asmera Africa/Bamako Africa/Bangui Africa/Banjul Africa/Bissau Africa/Blantyre Africa/Brazzaville Africa/Bujumbura Africa/Cairo Africa/Casablanca Africa/Ceuta Africa/Conakry Africa/Dakar Africa/Dar_es_Salaam Africa/Djibouti Africa/Douala Africa/El_Aaiun Africa/Freetown Africa/Gaborone …

Timezones supported by PHP Read More »

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 »

en English
X
Scroll to Top