PHP References

PHP Array Function

The array function creates a new array in PHP. We can create the following types of arrays using this function. Indexed arrays – Simple arrays consisting of indexes in a sequence. Associative arrays – Arrays having keys and corresponding values. Multidimensional Arrays – Arrays having one or more arrays within it. Syntax Syntax of PHP …

PHP Array Function Read More »

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 »

en English
X
Scroll to Top