PHP Functions Tutorial - Learn PHP Programming

preview_player
Показать описание
Upgrade your Clever Techie learning experience:

UPDATE! (9/13/19) New features and improvements for Clever Techie Patreons:

1. Download full source code with detailed comments - easy to learn and understand code
2. Weekly source code file updates by Clever Techie - every time I learn new things about a topic I will add it to the source file and let you know about the update - keep up with the latest coding technologies
3. Library of custom Clever Techie functions with descriptive, easy to understand comments - skyrocket coding productivity, code more efficiently by using Clever library of custom re-usable functions
4. Syntax code summary - memorize and review previously learned code faster
4. Organized file structure - access all Clever Techie lessons, source code, graphics, diagrams and cheat sheet from a single workspace - no more searching around for previously covered material and source code - save enormous amount of time and effort
5. Outline of topics the source file covers - fast review of all previously learned coding lessons
6. Access to all full HD 1080p videos with no ads
7. Console input examples - interactive examples that make it easier to understand and learn coding
8. Access to updated PHP Programming Book by Clever Techie
9. Early access to Clever Techie videos

Subscribe to Clever Techie patreon:
PHP functions are groups of named code which we can call from anywhere within the program.

In this video we cover basic syntax for creating PHP functions as well as some advanced techniques like passing arguments by reference and using recursive functions.

We also go over data type declarations, default argument values and variable scope. Learning the techniques from this video will give you a good understanding of PHP functions.

`````````````````````````````````````````````````````````````````````````````````````````````
Hey guys, I'm now using Patreon to share improved and updated video lesson material. For a small fee you can access all the downloadable files from this lesson (source code, icons & graphics, cheat sheets) and everything else included in the video from the Patreon page. Additionally, you will get access to ALL Clever Techie videos in HD format with no ads. Thank you so much for supporting Clever Techie :)

Download this video's files here:

( You also get access to ALL source code and any downloadable content of ALL Clever Techie videos, as well as access to ALL videos in HD 1080p quality format with all video ads removed! )

``````````````````````````````````````````````````````````````````````````````````````````````

``````````````````````````````````````````````````````````````````````````````````````````````
Рекомендации по теме
Комментарии
Автор

The different colors makes so much of a difference in your videos! It aids the learning process. Great video!

keeezz
Автор

Great video man! You have covered 10 pages from my PHP book in a very good and understanding way! Keep uploading tutorials!

filipandonov
Автор

Good stuff. As a couple of others have noted, he mixes up parameters and arguments.

jfritz
Автор

Parameters and arguments are reversed definitions

CodeZealot
Автор

the parameters should be in the function definition and the arguments in the call

mek
Автор

Thank you so much. In your video i totally understand the flow of functions.

elmerchatto
Автор

i am a beginner but your parameters and arguments are swapped around!!
guess i am no longer a beginner

malyricstreve
Автор

Which text editor are you using? There is an area on the right side that looks like a browser. I don't get it. Is it the part of a browser or has the editor the server simulation?

ilkbaharkunduzu
Автор

I cannot thx u enough! Made it looked simple & clear.

sekoujabateh
Автор

You are so good for tutorial brothers. I'm full complete the video and easy understand .

mournmey
Автор

This is an amazing tutorial. I love it thanks.

yujiakutsu
Автор

Can I have a function in php which would take an argument and return a value? Just like in java (for example if I type "$a=function(arg1, arg2);" variable "a" would be assigned with a value the function returned. Or it's not possible? If no, how can I approach this problem if I need to store and later manipulate the value which is calculated by calling a function?
EDIT: nevermind, I figured, that a simple "return $var" at the end of the code does it.

garveziukas
Автор

very nice video, beautifully explained

dfordemo
Автор

what plateform(software) ur using in this video pls send name of the software....nice video

yogeshpouranik
Автор

Wow thank you so much for video I understanded very news of function

safara_umarov
Автор

Wow. I'm a beginner to php. This only gets more confusing everyday.

darkmatter
Автор

any recomended for u sir to understand programming language ? sorry im from management and i interest with PHP

tortoru
Автор

how to enable side window(showing output as like browser) in netbeans???

asifsiddique
Автор

that software's so handy, can tell me where can i download that or its a website serever?

PraffulBharti
Автор

and why do you write const without the define function?

mek