-
posted 2017-09-30 17:01
独り言
by
ウチクラ ケンイチ
You dont have to name ypur function ... it is little confusing. I do not know why I want create an Anonymous Function.
-
posted 2017-09-30 13:56
独り言
by
ウチクラ ケンイチ
This is how you retire values from the functions.
-
posted 2017-09-30 12:10
独り言
by
ウチクラ ケンイチ
The valuable used within the function stays within the function even of the name is the same.
-
posted 2017-09-28 17:01
独り言
by
ウチクラ ケンイチ
If you do not know the number of arguments you are passing, you can use this function syntax.
-
posted 2017-09-28 12:11
独り言
by
ウチクラ ケンイチ
You need sometime to pass arguments (valuables) to the function.
-
posted 2017-09-28 11:35
独り言
by
ウチクラ ケンイチ
This enables PHP program to be modularized ... Useful function.
-
I have started to teach myself PHP programming. I used to program so this is just another high level language. The hardest thing is to find the environment where I can write PHP and test it. Lucky, PSPinc can provide me with the fully functional web space where I can test my program. If you are interested in learning PH...
-
posted 2017-09-27 19:08
独り言
by
ウチクラ ケンイチ
Breaking the loop before the condition is met. I used to use this to avoid endless loop.
-
posted 2017-09-27 17:00
独り言
by
ウチクラ ケンイチ
Another way to create a loop,
-
posted 2017-09-27 15:59
独り言
by
ウチクラ ケンイチ
Now we are learning loop statement.