:::

PHP(2015-10)

網站管理心得 建立日期 2015-10-19 08:27:58

PHP(全稱:PHP:Hypertext Preprocessor,即「PHP:超文字預處理器」)是一種開源的通用電腦手稿語言,尤其適用於網路開發並可嵌入HTML中使用。PHP的語法借鑑吸收C語言、Java和Perl等流行電腦語言的特點,易於一般程式設計師學習。PHP的主要目標是允許網路開發人員快速編寫動態頁面,但PHP也被用於其他很多領域。

 

 

 

1. PHP and HTML 506 2015-10-19 09:23:42
2. Strings 440 2015-10-19 09:24:48
3. Variables 485 2015-10-19 09:27:31
4. If statements 443 2015-10-19 09:30:04
5. if / else statement 455 2015-10-19 09:35:31
6. Switch statements 494 2015-10-19 09:39:23
7. "Endswitch". Syntactic Sugar! 472 2015-10-19 09:44:06
8. Array 433 2015-10-19 09:47:10
8-1 unset:Deleting Array Elements 514 2015-10-19 09:50:31
9. 'For' Loop Syntax 442 2015-10-19 09:52:25
10. Loops + Arrays = ForEach 479 2015-10-19 09:55:20
11. While Loop Syntax 444 2015-10-19 10:01:06
12. Endwhile 463 2015-10-19 10:01:49
13. do/while 444 2015-10-19 10:04:35
14. strlen()/*string function*/ 443 2015-10-19 10:28:07
15. substr() 428 2015-10-19 10:21:24
16. strtoupper() and strtolower() 1414 2015-10-19 10:22:33
17. strpos() 988 2015-10-19 10:27:21
18. round()/*math function*/ 451 2015-10-19 10:29:49
19. rand() 439 2015-10-19 10:32:24
20. array_push()/*Arry function*/ 473 2015-10-19 10:35:34
21. sort()和rsort() 434 2015-10-19 10:40:16
22. Function Syntax 471 2015-10-19 10:42:44
23. Parameters and Arguments(參數) 542 2015-10-19 10:50:51
24. Class/*Objects*/ 454 2015-10-19 10:58:55
25. construct 457 2015-10-19 11:03:17
26. Method 419 2015-10-19 11:06:09
27. extends(繼承) 495 2015-10-19 11:09:48
28. static 400 2015-10-19 11:13:44
:::

語系選擇