Functions With Return Value | PHP for beginners | Learn PHP | PHP Programming | Learn PHP in 2020

preview_player
Показать описание
Hi guys, welcome to my PHP course for beginners in 2020.

Do you want to learn PHP from scratch? In this course, I will be going through all the basics of PHP. I will show you how you could use PHP in HTML code, what variables and data types are, all the different type of operators, control structures, user functions and built in functions and what the super globals are and how you could use them.

After learning all the basics topics, I want to focus on databases using MySQL because we will be creating a login system after.

In this episode, I want to talk a little bit about functions with return value. PHP return statement immediately terminates the execution of a function when it is called from within that function.
My official websites for questions or anything else:

If you are new to programming and you want to learn HTML5 and CSS3, I recommend you to follow the following course first:

Follow me on social media

Useful products for programming and recording that I use
Microphone I use:

My laptop stand:

External monitor:

Reading LED Desk lamp:

External Hard Drive to save projects:

Laptop I use:
Рекомендации по теме
Комментарии
Автор

You explain really well, usually I just watch the net ninja tutorials, finding his way of explanation the best, but I recently found your channel and super happy about it !

StubbsUkraine
Автор

You make great videos, but this wasn't very clear. You could have used a different name for the argument of the addByX functions, as using $x can be misleading. I would have also briefly described how the operators that you are using work. And you do a great job describing what happens when passing by value or by reference (ie. the final result), but a brief mention of the WHYs would have been appreciated.

phlame