-
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.
-
Mayumi Nakamura presented what PSPinc was at Seattle Executives Association this afternoon in from of 100 business owners and executives. We have shown the video below. Video Produced by http://www.rbcontentlab.com
-
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.
-
A man bought a chicken for $8, and sold it for $9. Later, he found someone wanted buy a chicken for $11, so he bought a chicken back for $10 and sold it for $11. How much did he make?
-
posted 2017-09-27 09:48
独り言
by
ウチクラ ケンイチ
Using Switch statement to determine the action.