php logo
PHP functions

Functions in PHP are blocks of code or subalgorithms that can be reused and help solve a specific task. Functions must be defined before they are called or referenced.

Leer mas..
php logo
PHP scandir function

The PHP scandir function will return an indexed array of the files and directories within the specified directory path.

Leer mas..
php logo
PHP chown function

Just as on Linux, chown (change owner) in PHP changes the owner of the specified file or directory.

Leer mas..
php logo
PHP chgrp function

Today we will see what the PHP function chgrp does. In this post, we will deviate a little from what is given on php.net. Why? This is because PHP, in many of its naming conventions, draws from those of Linux, and I believe that a better explanation is to talk about both.

Leer mas..
php logo
PHP dirname function

The dirname() function allows us to obtain the path of parent directories based on the specified path and level.

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

Comments