Variable, Anonymous, Callable, Closure & Arrow Functions In PHP - Full PHP 8 Tutorial

Variable, Anonymous, Callable, Closure & Arrow Functions In PHP - Full PHP 8 Tutorial

Program With Gio

3 года назад

53,914 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Bora Kayalar
Bora Kayalar - 04.11.2023 19:44

Gio, I'm so sorry I found you late. You are the channel that offers the best php content I have ever seen.

Ответить
Alexander Shnaidman
Alexander Shnaidman - 28.10.2023 13:39

Very useful lesson!

Ответить
ilya
ilya - 28.09.2023 03:10

thank you!

Ответить
Gabry Os
Gabry Os - 10.09.2023 13:27

I really like this course, basically it takes every single topic and delves into the PHP documentation to cover the important topics and gives examples. Moreover, the rythm is quite fast, which means that you don't lose focus and, the videos are short and to the point, which means that for somene who is learning this while working and looking after a family, you can go and see (or review) a 5 minutes a 10 minutes video. Perfect and I can imagine this has been a lot of work

Ответить
Vitalii
Vitalii - 15.08.2023 10:48

These lessons are extremely useful for PHP learners. Thanks a million!

Ответить
just_
just_ - 08.08.2023 16:13

As a beginner, this is quite tough to grap coz using array map which you hvnt taught before is difficult...

Ответить
Axxion MarketPlace
Axxion MarketPlace - 27.07.2023 15:38

Thank you

Ответить
Kerem Ardicli
Kerem Ardicli - 26.07.2023 00:14

Plain perfect...

Ответить
Armando 2626
Armando 2626 - 08.07.2023 23:34

Another Perfection by you Gio.Thank you

Ответить
Jam
Jam - 29.06.2023 17:03

im already starting to get my hand on experience and caching up on PHP and this is only tutorial 25 I can only wonder what finishing the entire course will teach me! thank you for making this amazing PHP 8 tutorial

Ответить
Olga Farber
Olga Farber - 02.06.2023 01:22

wow! so thorough! thank you!💗

Ответить
Carlos Andres Aristizabal
Carlos Andres Aristizabal - 05.05.2023 03:53

Thanks for sharing your knowledge. This is without a doubt one of the best, if not the best PHP channel out there.

Ответить
Emeka Timothy Iloba
Emeka Timothy Iloba - 08.04.2023 10:21

PHP is here to stay!! Thanks man

Ответить
10 minutes of ASMR Vacation
10 minutes of ASMR Vacation - 06.03.2023 15:39

very hard to understand array fun inside arrr_map, why you complicate this so much ...

Ответить
Ahmed Almaazon
Ahmed Almaazon - 24.02.2023 18:57

Excellent work Gio, but this part could be done better.

Ответить
DaringBuddy CoC
DaringBuddy CoC - 09.02.2023 14:19

Is there a video about \Closure , first class callable in your channel? I have not found it.

Ответить
iqor imane
iqor imane - 27.12.2022 12:40

amazing content 👏

Ответить
Kirill Devope
Kirill Devope - 27.11.2022 20:45

isset is a function

Ответить
Benjamin Venezia
Benjamin Venezia - 08.11.2022 23:34

I want to thank you again for this amazing content.
You have a very thorough knowledge of the language, it is very impressive.
If it's not intrusive, is it possible to know your background? Have you passed the zend certification?

Thanks, I'll take note of everything!

Ответить
ינון אלבז
ינון אלבז - 15.10.2022 23:08

It makes me laugh to think that before this course I thought I knew PHP

Ответить
Olay Dede
Olay Dede - 02.10.2022 02:54

Great video. Thank you!

Ответить
Tio Jobs
Tio Jobs - 27.09.2022 21:48

A loved this content! Thanks for share Gio!

Ответить
Prajwal Siwakoti
Prajwal Siwakoti - 16.09.2022 08:17

so the concept of PHP closure and Js closure is different?

Ответить
Prajwal Siwakoti
Prajwal Siwakoti - 15.09.2022 12:43

i think a separate detail video about callbacks and closure would be great Gio

Ответить
Joseph John
Joseph John - 13.09.2022 22:37

if i can like this series twice i would, very informative, more than lot of paid courses on udemy, thumbs up. However, i would like you to create for laravel if possible, thank you

Ответить
Hex
Hex - 28.08.2022 15:28

Thanks man, awesome

Ответить
Ginca za
Ginca za - 28.07.2022 16:40

i hope callable/callback will be easier to understand later lol

Ответить
Ayham Al Jamal
Ayham Al Jamal - 24.05.2022 11:29

Clear thnx

Ответить
Ahmed Mahdy
Ahmed Mahdy - 10.05.2022 14:58

Thank you for sharing your valuable knowledge with us!

Ответить
Andrew Sokolovsky
Andrew Sokolovsky - 09.05.2022 00:01

Thank you man, I get a lot of new information!

Ответить
Zepp-Goes-Pro
Zepp-Goes-Pro - 24.04.2022 23:05

Master Gio tell more about this pls:

$sum = function (callable $callback, int|float ...$numbers): int|float {
return $callback(array_sum($numbers));
};

echo $sum('foo', 1, 2, 3, 4);

function foo($element) {
return $element * 2;
}

I am total noob right now and i can't get the order how it works =(

Ответить
Petru Guta Ciucur
Petru Guta Ciucur - 17.04.2022 17:54

This video lesson requires more viewings. Very well worked.

Ответить
Francisco Junior
Francisco Junior - 26.03.2022 03:11

It's awesome!

Ответить
Nate
Nate - 11.03.2022 12:32

passing callback function params by string name? why is this a feature? damn i hate php

Ответить
Mark Adams
Mark Adams - 03.02.2022 23:27

brother u do magic with this course ,really thank u and please continue for projects
love ur way on explanation really u are awesome

Ответить
Bren Irwin
Bren Irwin - 07.01.2022 17:20

Two minutes in and I've learned something new. Thanks for the video!

Ответить
Olezhon Nv
Olezhon Nv - 28.12.2021 21:46

Arrow functions are awfull! Really bad implementation!

PHP language devs are real dorks!

JS implementation is much better and readable!

Thet 'fn' before () is something stupid.

And there is one more thing.

call_user_func_array - who is that dork, that gave such stupid ending as '_array' ?

Ответить
Jessie Ren
Jessie Ren - 20.11.2021 17:23

That's so cool!
$sum = function(callable $callback, int|float ...$numbers): int|float{
return $callback(array_sum($numbers));
};
echo $sum ('foo',1,2,3);
function foo($element){
return $element *2;
}

Ответить
Jewgienij Brzozowski
Jewgienij Brzozowski - 18.11.2021 16:40

Is this syntax for calling function "creepy" for anyone else...by string, crazy:
array_map('callBack', $arr);

Ответить
Jewgienij Brzozowski
Jewgienij Brzozowski - 18.11.2021 16:37

Maybe in future Arrow functions like in ES6. That would be dope

Ответить
Aayush Mishra
Aayush Mishra - 12.09.2021 21:50

It was so hard for me to find this series but at last a good PHP course.

Ответить
[SHINSEKAI]
[SHINSEKAI] - 10.09.2021 14:21

thanks and whats this color theme ?

Ответить
Jessie Ren
Jessie Ren - 03.09.2021 13:08

I will thumb up all your tutorials, thank you sir.

Ответить
Ahzam Lathiya
Ahzam Lathiya - 19.08.2021 19:56

How to make class methods/static methods bind as variable functions? So that they can be passed in somewhere where entire function body is to be passed.

Thanks.

Ответить
YaroslawMenda
YaroslawMenda - 19.08.2021 13:18

Will you continue with your PHP lessons?

Ответить
YaroslawMenda
YaroslawMenda - 19.08.2021 13:15

Super

Ответить
mohammad
mohammad - 08.08.2021 15:36

really helpful, thank you sooo much

Ответить
Viorel Romeo Robu
Viorel Romeo Robu - 01.06.2021 09:07

Thanks for your hard work. These videos helped me understand better a lot of things.

Ответить