Challenge: Filtering Users in Social Network Data with PHP 8
Explore PHP 8's functional additions by using new operators and string functions to retrieve and manipulate user data in a social network context. Understand how to use the nullsafe operator, nested ternary, arrow functions, and string helpers to filter users based on friend names and create dynamic friend lists.
We'll cover the following...
We'll cover the following...
This ...