php logo
PHP basename function

The basename() function returns the name of the last element in the given path. The suffix option allows us to remove any suffix it has.

Leer mas..
php logo
PHP pathinfo function

The pathinfo() function in PHP returns information about the path of a file or directory in the form of an associative array or a string, depending on the option chosen in $option.

Leer mas..
php logo
PHP chmod function

The chmod() function changes the mode of a file, but what does this mean? It means that we will be modifying the permissions of that file or directory.

Leer mas..
php logo
PHP DateInterval Class

PHP DateInterval Class represents an interval of time between two dates.

Leer mas..
php logo
PHP DateTimeZone Class

The DateTimeZone class is responsible for representing a timezone.

Leer mas..
la categoria en-php tiene 120 post/s
Last 4 post in same category

Comments