php logo
PHP trim function

Today we will see PHP trim which does this function where I can use it. This function removes white space from the beginning and end of a string by default.

Leer mas..
php logo
PHP faker package

In some projects, you may need to populate your database with information. For this purpose, you can use the Faker package, which you can find on the main Composer Packagist repository. These days, I believe it's almost necessary to use Composer in your project. You can learn more about Composer in this other post: https://blastcoding.com/que-es-composer/

Leer mas..
php logo
PHP pagination

This post will focus more on covering the fundamentals of how pagination is done in a programming language, and, of course, the language we will use is PHP.

Leer mas..
php logo
PHP array_key_exists function

The PHP function array_key_exists checks whether the given value exists as a key in the provided array.

Leer mas..
php logo
PHP array_is_list function

The PHP function array_is_list checks whether the provided array is a list. However, don't confuse this with the list function. What it means by "a list" is whether the array is indexed and starts at 0. This way, we can use list if the array meets these criteria.

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

Comments