《PHP編程(第3版)(影印版)》將為你講解在使用PHP5.x最新特性創建高效web套用時所需要知道的一切內容。你將首先有個初步的印象,然後通過一些正確用法和常見錯誤的演示來深入了解語言的語法、編程技巧和其他細節。
基本介紹
- 書名:PHP編程
- 作者:塔特羅 (Tatroe K.)
- 出版社:東南大學出版社
- 頁數:514頁
- 開本:16
- 品牌:南京東南大學出版社
- 外文名:Programming PHP
- 類型:計算機與網際網路
- 出版日期:2013年10月1日
- 語種:簡體中文, 英語
- ISBN:9787564144562
基本介紹
內容簡介
作者簡介
圖書目錄
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