當(dāng)前位置: 首頁 > 下載站 > 學(xué)習(xí)資料 > php電子書 > 《PHP程序設(shè)計》中文版

《PHP程序設(shè)計》中文版
內(nèi)容簡介
《PHP編程(第3版)(影印版)》作者塔特羅等的諸多風(fēng)格提示和實踐編程建議將可以幫助你成為一名頂尖PHP程序員。
作者簡介
作者:(美國)塔特羅(Tatroe K.) (加拿大)麥金太爾(MacIntyre P.) (丹麥)勒多夫(Ixrdorf R.)Foreword
Preface
1. Introduction to PHP
What Does PHP
分類: 學(xué)習(xí)資料 / php電子書 | 發(fā)布時間: 2017-12-07 | 訪問量: 3118200 |
下載量: 619 |
更多>
最新下載
24小時閱讀排行榜
- 1 win11安裝程序無法創(chuàng)建新的系統(tǒng)分區(qū)怎么辦_win11系統(tǒng)分區(qū)創(chuàng)建失敗的解決方案
- 2 Linux命令行中ps命令的使用方法
- 3 Python pandas 性能優(yōu)化技巧
- 4 Linux tc命令流量控制使用方法
- 5 win11怎么更改用戶文件夾名稱 win11修改C盤用戶文件夾名稱教程
- 6 床墊上的尿漬怎么去除?
- 7 win10無法訪問您所在的單位網(wǎng)絡(luò)_無法訪問單位網(wǎng)絡(luò)的權(quán)限解決方法
- 8 win10提示“RPC服務(wù)器不可用”_RPC服務(wù)遠(yuǎn)程過程調(diào)用失敗錯誤修復(fù)
- 9 JAX自定義Module梯度計算指南:理解與實踐PyTree機(jī)制
- 10 win11麥克風(fēng)沒聲音或無法使用的解決辦法_Win11麥克風(fēng)無響應(yīng)問題修復(fù)指南
- 11 html超鏈接字體顏色修改需要什么代碼
- 12 win10網(wǎng)絡(luò)重置后無法上網(wǎng)_執(zhí)行網(wǎng)絡(luò)重置后斷網(wǎng)問題修復(fù)
- 13 win10更新后沒有聲音怎么辦_Win10更新后聲卡驅(qū)動問題修復(fù)
- 14 python安裝cv2模塊的方法
- 15 python如何改變工作目錄_python os模塊更改當(dāng)前工作目錄方法
更多>
最新教程
-
- Node.js 教程
- 2848 2025-08-28
-
- CSS3 教程
- 307490 2025-08-27
-
- Rust 教程
- 3502 2025-08-27
-
- Vue 教程
- 4235 2025-08-22
-
- PostgreSQL 教程
- 4395 2025-08-21
-
- Git 教程
- 3339 2025-08-21
下載首頁 / 學(xué)習(xí)資料 / php電子書
內(nèi)容簡介
《PHP編程(第3版)(影印版)》作者塔特羅等的諸多風(fēng)格提示和實踐編程建議將可以幫助你成為一名頂尖PHP程序員。
作者簡介
作者:(美國)塔特羅(Tatroe K.) (加拿大)麥金太爾(MacIntyre P.) (丹麥)勒多夫(Ixrdorf R.)Foreword
Preface
1. Introduction to PHP
What Does PHP Do?
A Brief History of PHP
The Evolution of PHP
The Widespread Use of PHP
Installing PHP
A Walk Through PHP
Configuration Page
Forms
Databases
Graphics
2. Language Basics
Lexical Structure
Case Sensitivity
Statements and Semicolons
Whitespace and Line Breaks
Comments
Literals
Identifiers
Keywords
Data Types
Integers
Floating-Point Numbers
Strings
Booleans
Arrays
Objects
Resources
Callbacks
NULL
Variables
Variable Variables
Variable References
Variable Scope
Garbage Collection
Expressions and Operators
Number of Operands
Operator Precedence
Operator Associativity
Implicit Casting
Arithmetic Operators
String Concatenation Operator
Auto-increment and Auto-decrement Operators
Comparison Operators
Bitwise Operators
Logical Operators
Casting Operators
Assignment Operators
Miscellaneous Operators
Flow-Control Statements
if
switch
while
for
foreach
try...catch
declare
exit and return
goto
Including Code
Embedding PHP in Web Pages
Standard (XML) Style
SGML Style
ASP Style
Script Style
Echoing Content Directly
3. Functions
Calling a Function
……
4. Strings
5. Arrays
6. Objects
7. Web Techniques
8. Databases
9. Graphics
10. PDF
11. XML
12. Security
13. Application Techniques
14. PHP on Disparate Platforms
15. Web Services
16. Debugging PHP
17. Dates and Times
Appendix: Function Reference
Index
《PHP編程(第3版)(影印版)》作者塔特羅等的諸多風(fēng)格提示和實踐編程建議將可以幫助你成為一名頂尖PHP程序員。
作者簡介
作者:(美國)塔特羅(Tatroe K.) (加拿大)麥金太爾(MacIntyre P.) (丹麥)勒多夫(Ixrdorf R.)Foreword
Preface
1. Introduction to PHP
What Does PHP Do?
A Brief History of PHP
The Evolution of PHP
The Widespread Use of PHP
Installing PHP
A Walk Through PHP
Configuration Page
Forms
Databases
Graphics
2. Language Basics
Lexical Structure
Case Sensitivity
Statements and Semicolons
Whitespace and Line Breaks
Comments
Literals
Identifiers
Keywords
Data Types
Integers
Floating-Point Numbers
Strings
Booleans
Arrays
Objects
Resources
Callbacks
NULL
Variables
Variable Variables
Variable References
Variable Scope
Garbage Collection
Expressions and Operators
Number of Operands
Operator Precedence
Operator Associativity
Implicit Casting
Arithmetic Operators
String Concatenation Operator
Auto-increment and Auto-decrement Operators
Comparison Operators
Bitwise Operators
Logical Operators
Casting Operators
Assignment Operators
Miscellaneous Operators
Flow-Control Statements
if
switch
while
for
foreach
try...catch
declare
exit and return
goto
Including Code
Embedding PHP in Web Pages
Standard (XML) Style
SGML Style
ASP Style
Script Style
Echoing Content Directly
3. Functions
Calling a Function
……
4. Strings
5. Arrays
6. Objects
7. Web Techniques
8. Databases
9. Graphics
10. PDF
11. XML
12. Security
13. Application Techniques
14. PHP on Disparate Platforms
15. Web Services
16. Debugging PHP
17. Dates and Times
Appendix: Function Reference
Index


本站所有資源都是由網(wǎng)友投搞發(fā)布,或轉(zhuǎn)載各大下載站,請自行檢測軟件的完整性!本站所有資源僅供學(xué)習(xí)與參考,請勿用于商業(yè)用途,否則產(chǎn)生的一切后果將由您自己承擔(dān)!如有侵權(quán)請聯(lián)系我們刪除下架,聯(lián)系方式:admin@php.cn
相關(guān)推薦


熱門下載

