PHP编程(第3版 影印版)

PHP编程(第3版 影印版)
作 者: Kevin Tatroe Peter Macintyre Rasmus Lerdorf
出版社: 东南大学出版社
丛编项:
版权说明: 本书为公共版权或经版权方授权,请支持正版图书
标 签: PHP 程序设计 计算机/网络
ISBN 出版时间 包装 开本 页数 字数
未知 暂无 暂无 未知 0 暂无

作者简介

暂缺《PHP编程(第3版 影印版)》作者简介

内容简介

《PHP编程(第3版)(影印版)》将为你讲解在使用PHP 5.x最新特性创建高效web应用时所需要知道的一切内容。你将首先有个初步的印象,然后通过一些正确用法和常见错误的演示来深入了解语言的语法、编程技巧和其他细节。 如果你熟悉HTML,《PHP编程(第3版)(影印版)》作者塔特罗等的诸多风格提示和实践编程建议将可以帮助你成为一名顶尖PHP程序员。

图书目录

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