- Популярные видео
- Авто
- Видео-блоги
- ДТП, аварии
- Для маленьких
- Еда, напитки
- Животные
- Закон и право
- Знаменитости
- Игры
- Искусство
- Комедии
- Красота, мода
- Кулинария, рецепты
- Люди
- Мото
- Музыка
- Мультфильмы
- Наука, технологии
- Новости
- Образование
- Политика
- Праздники
- Приколы
- Природа
- Происшествия
- Путешествия
- Развлечения
- Ржач
- Семья
- Сериалы
- Спорт
- Стиль жизни
- ТВ передачи
- Танцы
- Технологии
- Товары
- Ужасы
- Фильмы
- Шоу-бизнес
- Юмор
Advance Practical PHP - Functions Explain - video #3 part 3
I am continuing with Functions. Again, PHP has more than 1000 built-in functions. I will discuss more about the built-in ‘Functions’ that PHP provides on another video.
There’s different types of functions like: type parameters, return types, variable scope, anonymous functions, and variadic functions.
A function is a block of statements that can be used repeatedly in a application. A function will take parameters, do some calculation and return the results.
Now, there’s a technique called “Type Hinting”. It explicitly states a type of declaration allowing you to enforce a specific type. Like “integer” or “string”
If you want to keep ‘type hinting’ and return a ‘NULL’ then PHP has this thing called ‘nullable return types’.
Видео Advance Practical PHP - Functions Explain - video #3 part 3 канала OldManPHP
There’s different types of functions like: type parameters, return types, variable scope, anonymous functions, and variadic functions.
A function is a block of statements that can be used repeatedly in a application. A function will take parameters, do some calculation and return the results.
Now, there’s a technique called “Type Hinting”. It explicitly states a type of declaration allowing you to enforce a specific type. Like “integer” or “string”
If you want to keep ‘type hinting’ and return a ‘NULL’ then PHP has this thing called ‘nullable return types’.
Видео Advance Practical PHP - Functions Explain - video #3 part 3 канала OldManPHP
Комментарии отсутствуют
Информация о видео
4 июня 2024 г. 21:32:55
00:22:34
Другие видео канала




















