php logo
PHP array_pad function

The PHP function array_pad takes an array and extends it to a specific length by filling it with a specified value.

Leer mas..
php logo
PHP array_merge_recursive function

The function PHP array_merge_recursive Merge one or more arrays recursively

Leer mas..
php logo
PHP array_merge function

The PHP array_merge function combines 2 or more arrays, resulting in a new array.

Leer mas..
php logo
PHP Clean Code

There are quite a large number of tools for creating clean PHP code. In fact, people often complain that the code is not clean due to the code embedded in HTML. The code embedded in HTML is seen a lot in PHP, yes. The code can be made much clearer by separating both things as […]

Leer mas..
php logo
PHP current function

PHP current returns an element in an array, more specifically its value. All arrays have an internal pointer, which is initialized to the first element in the array. Therefore, current will have the value of the first element if next is not used. Originally, current was created to be used on objects as well, but […]

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