Blog
2017-10-01
You dont have to name ypur function ... it is little confusing. I do not know why I want create an Anonymous Function.
2017-09-30
This is how you retire values from the functions.
2017-09-30
The valuable used within the function stays within the function even of the name is the same.
2017-09-30
Whole Foods Market is now an Amazon Compnay. I went there today but other than this sign, I did not see any Amazon sign.
2017-09-29
If you do not know the number of arguments you are passing, you can use this function syntax.
2017-09-28
You need sometime to pass arguments (valuables) to the function.
2017-09-28
This enables PHP program to be modularized ... Useful function.
2017-09-28
Breaking the loop before the condition is met. I used to use this to avoid endless loop.
2017-09-28
This uses array to control the number of loops. Very confusing statement.