PHP 5 Array Functions June 09, 2019 PHP Array Introduction The array functions allow you to access and manipulate arrays. Simple and multi-dimensional arrays are supported. Ins...
PHP 5 Calendar Functions June 09, 2019 PHP Calendar Introduction The calendar extension contains functions that simplifies converting between different calendar formats. It is bas...
PHP 5 Date/Time Functions June 09, 2019 PHP Date/Time Introduction The date/time functions allow you to get the date and time from the server where your PHP script runs. You can th...
PHP 5 Directory Functions June 09, 2019 PHP Directory Introduction The directory functions allow you to retrieve information about directories and their contents. Installation The ...
PHP 5 Error Functions June 09, 2019 PHP Error Introduction The error functions are used to deal with error handling and logging. The error functions allow us to define own erro...