:::

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 593 2015-10-19 09:23:42
2. Strings 487 2015-10-19 09:24:48
3. Variables 923 2015-10-19 09:27:31
4. If statements 507 2015-10-19 09:30:04
5. if / else statement 505 2015-10-19 09:35:31
6. Switch statements 539 2015-10-19 09:39:23
7. "Endswitch". Syntactic Sugar! 545 2015-10-19 09:44:06
8. Array 479 2015-10-19 09:47:10
8-1 unset:Deleting Array Elements 554 2015-10-19 09:50:31
9. 'For' Loop Syntax 486 2015-10-19 09:52:25
10. Loops + Arrays = ForEach 537 2015-10-19 09:55:20
11. While Loop Syntax 482 2015-10-19 10:01:06
12. Endwhile 507 2015-10-19 10:01:49
13. do/while 486 2015-10-19 10:04:35
14. strlen()/*string function*/ 484 2015-10-19 10:28:07
15. substr() 471 2015-10-19 10:21:24
16. strtoupper() and strtolower() 1456 2015-10-19 10:22:33
17. strpos() 1034 2015-10-19 10:27:21
18. round()/*math function*/ 503 2015-10-19 10:29:49
19. rand() 481 2015-10-19 10:32:24
20. array_push()/*Arry function*/ 548 2015-10-19 10:35:34
21. sort()和rsort() 477 2015-10-19 10:40:16
22. Function Syntax 515 2015-10-19 10:42:44
23. Parameters and Arguments(參數) 598 2015-10-19 10:50:51
24. Class/*Objects*/ 536 2015-10-19 10:58:55
25. construct 502 2015-10-19 11:03:17
26. Method 462 2015-10-19 11:06:09
27. extends(繼承) 535 2015-10-19 11:09:48
28. static 454 2015-10-19 11:13:44
:::

語系選擇