PHP Function Parameters - Named Arguments - Variadic Functions & Unpacking - Full PHP 8 Tutorial

Описание к видео PHP Function Parameters - Named Arguments - Variadic Functions & Unpacking - Full PHP 8 Tutorial

In this PHP tutorial, you will learn how to define parameters & pass arguments. You will learn how to unpack arguments using the splat operator & how to capture passed arguments into a single array using the splat operator. You will learn what the named arguments feature is and how to use it with examples. The named arguments feature was added in PHP 8.

SOME OF THE WAYS YOU CAN SUPPORT THE CHANNEL
👍 Smash the like button
🤝 Subscribe to the channel & turn the notifications on
💬 Post comments, any feedback is greatly appreciated
⭐ Become a Patreon:   / programwithgio  
THANK YOU!

LESSON 1.22
Course Outline - https://github.com/ggelashvili/learnp...
Course Playlist -    • Learn PHP The Right Way - Full PHP Tu...  

RESOURCES
Coercive typing with union types - https://www.php.net/manual/en/languag...
Named arguments - https://www.php.net/manual/en/functio...
RFC - https://wiki.php.net/rfc/named_params

CHAPTERS
00:00 - Function parameters
00:19 - Define function parameters
00:45 - Parameters vs arguments
01:04 - Type hinting
01:39 - Union types
02:25 - Default values
03:01 - Passing arguments by value vs by reference
04:00 - Variadic functions - splat operator - capture passed arguments
06:47 - Argument unpacking with splat (elipsis / three dot) operator
07:39 - PHP8 named arguments

Комментарии

Информация по комментариям в разработке