1.
PHP and HTML
|
|
679
2015-10-19 09:23:42
|
2.
Strings
|
|
547
2015-10-19 09:24:48
|
3.
Variables
|
|
969
2015-10-19 09:27:31
|
4.
If statements
|
|
560
2015-10-19 09:30:04
|
5.
if / else statement
|
|
517
2015-10-19 09:35:31
|
6.
Switch statements
|
|
549
2015-10-19 09:39:23
|
7.
"Endswitch". Syntactic Sugar!
|
|
599
2015-10-19 09:44:06
|
8.
Array
|
|
503
2015-10-19 09:47:10
|
8-1
unset:Deleting Array Elements
|
|
623
2015-10-19 09:50:31
|
9.
'For' Loop Syntax
|
|
544
2015-10-19 09:52:25
|
10.
Loops + Arrays = ForEach
|
|
556
2015-10-19 09:55:20
|
11.
While Loop Syntax
|
|
495
2015-10-19 10:01:06
|
12.
Endwhile
|
|
516
2015-10-19 10:01:49
|
13.
do/while
|
|
555
2015-10-19 10:04:35
|
14.
strlen()/*string function*/
|
|
528
2015-10-19 10:28:07
|
15.
substr()
|
|
539
2015-10-19 10:21:24
|
16.
strtoupper() and strtolower()
|
|
1520
2015-10-19 10:22:33
|
17.
strpos()
|
|
1044
2015-10-19 10:27:21
|
18.
round()/*math function*/
|
|
542
2015-10-19 10:29:49
|
19.
rand()
|
|
492
2015-10-19 10:32:24
|
20.
array_push()/*Arry function*/
|
|
571
2015-10-19 10:35:34
|
21.
sort()和rsort()
|
|
486
2015-10-19 10:40:16
|
22.
Function Syntax
|
|
530
2015-10-19 10:42:44
|
23.
Parameters and Arguments(參數)
|
|
651
2015-10-19 10:50:51
|
24.
Class/*Objects*/
|
|
563
2015-10-19 10:58:55
|
25.
construct
|
|
512
2015-10-19 11:03:17
|
26.
Method
|
|
523
2015-10-19 11:06:09
|
27.
extends(繼承)
|
|
543
2015-10-19 11:09:48
|
28.
static
|
|
513
2015-10-19 11:13:44
|