PHP学习笔记 (1) 环境配置与代码调试_php技巧
一配置PHP环境
1、了解什么是PHP
PHP(“PHP: Hypertext Preprocessor”,超文本预处理器的字母缩写)
PHP,是英文超级文本预处理语言Hypertext Preprocessor的缩写。PHP 是一种 HTML 内嵌式的语言,是一种在服务器端执行的嵌入HTML文档的脚本语言,语言的风格有类似于C语言,被广泛的运用
2、PHP的背景和优势
PHP的发展背景
1)、1994年由Rasmus Lerdorf创建,开始是一个简单的Perl语言编写的程序,用统计他自己的网站的访问。
后来用C语言重新编写包括可以访问数据库。
2)、1995年 Lerdorf发布PHP/FI 1.0版本和2.0版本,并加入对mySQL的支持,从此建立了PHP在动态网页开发上的地位。
3)、1996年低,有15000个网站使用PHP/FI
4)、1997年中,有超过五万个网站是用PHP/FI开发。开发小组加入了 Zeev Suraski 及 Andi Gutmans 同年PHP3发布。
5)、200年PHP4.0问世,增加了许多新的特性。
6)、在2000年5月22日,以Zend Engine 1.0为基础的PHP 4正式释出,2004年7月13日则释出了PHP 5,PHP 5则使用了第二 代的Zend Engine[5]。PHP包含了许多新特色,像是强化的面向对象功能、引入PDO(PHP Data Objects,一个存取数据
库的延伸函数库)、以及许多效能上的增强。
7)、2008年PHP 5成为了PHP唯一的有在开发的PHP版本。将来的PHP 5.3将会加入Late static binding和一些其他的功能强
化。
优势在那里
1)、开放开源的: 开放源代码。
2)、PHP是免费的: 和其它技术相比,PHP本身免费。
3)、php的快捷性:
程序开发快,运行快,技术本身学习快。嵌入HTML:因为 PHP可以嵌入HTML语言,它相对于其他语言,编辑简单,实用性强,更适合初学者。
4)、跨平台性强:
由于PHP是运行在服务器端的脚本,可以运行在UNIX、LINUX、WINDOWS下。
5)、效率高:
PHP消耗相当少的系统资源。
6)、图像处理:
用PHP动态创建图像
7)、面向对象:
在php4,php5 中,面向对象方面都有了很大的改进,现在php完全可以用来开发大型商业程序。
8)、专业专注;
PHP支持脚本语言为主,同为类C语言。
PHP的技术应用
1)、伪静态和静态页面生成。
2)、过程缓存和数据库缓存。
3)、很好的支持W3C标准(DIV+CCS)
4)、可以大负荷。
5)、分布式
6)、支持MVC模型
7)、Ajax框架集成(Jquery框架集成)
8)、面向对象的编程的支持
二、配置 PHP 调试环境
1)、安装WAMP
所谓WAMP,是指在Windows系统(W)下安装Apache网页服务器(A)以及MySQL数据库(M)和PHP脚本引擎(P)而搭建起来的PHP网络服务器环境,当然,在LAMP环境肯定是比WAMP环境要好的,可是由于Windows的易用性,所以,我们在做前期开发或者测试某些CMS的时候,使用WAMP环境甚至很方便更实用一些。WAMP即这些单个软件共同组成了一个强大的Web应用程序平台。
下载WAMP最新帮Wamp5 http://9.scdx1.crsky.com/200711/WAMP5-v1.7.4.rar
2)、开发工具Zend Studio
推荐Zend Studio,这个不是免费版。Zend Studio是PHP 集成开发环境,具备功能强大的专业编辑工具和调试工具,支持PHP语法加亮显示,支持语法自动填充功能,支持书签功能,支持语法自动缩排和代码复制功能,内置一个强大的PHP代码调试工具,支持本地和远程两种调试模式,支持多种高级调试功能。
Zend Studio 8.0.1 正式版官方下载地址(未包含IBM i edition下载)
- windows版:http://downloads.zend.com/..ZendStudio-8.0.1.msi
- linux版(32位):http://downloads.zend…./ZendStudio-8.0.1-x86.tar.gz
- linux版(64位):http://downloads.zend….ZendStudio-8.0.1-x86_64.tar.gz
- 适用于Mac_OS_X的DMG安装格式:http://downloads.zend….ZendStudio-8.0.1.dmg
(学习笔记,理解肤浅。只供学习参考,如果不足敬请谅解)

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

Win11 system is the latest Windows operating system, and users may encounter some configuration problems when using it. Among them, configuring Python environment variables is a common requirement because it allows users to easily use Python commands from any location. This article will introduce how to configure Python environment variables in Win11 system so that users can use the Python programming language more conveniently. 1. [Right-click] this computer on the desktop, and select [Properties] in the menu item that opens; 2. Then, under related links, find and click [Advanced System Settings]; 3. In the system properties window, click [Environment] at the bottom Variables]; 4. In the environment variables window, under system variables, select [Path], and then click

Go language is a statically typed, compiled programming language developed by Google. It has a unique position among modern programming languages and is widely used in cloud computing, network programming, big data and other fields. As the Go language becomes more and more popular, more and more programmers are beginning to learn the Go language, hoping to master the features and application skills of this language. However, for learners with zero foundation, the environment configuration of Go language often becomes the first obstacle to their learning. Before learning the Go language, we first need to build a suitable

As an open source programming language, Go language is favored by more and more developers. Its simplicity, efficiency and cross-platform nature have been widely praised. Before learning and using the Go language, you first need to configure the environment in order to carry out development work smoothly. This article will provide you with a comprehensive Go language environment configuration guide and teach you step by step how to set up a development environment so that you can easily get started with Go language development. 1. Install Go language First, we need to download and install the latest version of Go language. You can find it on the Go official website

PyCharm is an integrated development environment (IDE) commonly used by many Python developers. It provides a wealth of functions and tools to facilitate developers to write, debug and test Python code efficiently. Before using PyCharm for development, an important step is to configure the PyCharm environment. This article will provide Python developers with a PyCharm environment configuration guide, including installing PyCharm, configuring the Python interpreter, setting up a virtual environment, etc. It will also come with tools.

Maven environment configuration tutorial: Quick start configuration steps Maven is a powerful project management tool that can help developers automatically build projects, manage dependencies, execute tests, etc. When learning and using Java development, configuring the Maven environment is an essential skill. This article will introduce you to how to quickly configure the Maven environment, including a series of steps such as installing Maven, configuring environment variables, creating projects, etc., and provide specific code examples to help you better understand. Step 1: Download and install Mave

With the rapid development of the Internet, developers' tasks have also become diverse and complex. Especially for PHP language developers, one of the most common problems faced during the development process is the error of data inconsistency between the development environment and the production environment. Therefore, how to handle these errors is an important issue that developers must face when developing PHP applications. The difference between development environment and production environment The first thing to make clear is that development environment and production environment are different, and they have different settings and configurations. in development environment

Mac computers are the favorite working platform of many developers, and Golang, as an efficient programming language, is also loved by more and more people. This article will introduce in detail how to configure and install the Golang development environment on a Mac computer, and provide specific code examples to help readers quickly get started and develop using Golang. Step 1: Download the Golang installation package. First, we need to download the Golang installation package from the official Golang website (https://golang.org/dl/).

How to solve the environment configuration problem in C++ development C++ is a high-level programming language widely used in system software, game development and other fields. When developing in C++, it is very important to correctly configure the development environment. However, due to the complexity of C++ and different operating system platforms, environment configuration issues often plague developers. In this article, we will introduce some methods to solve environment configuration problems in C++ development. First of all, before starting C++ development, you must first determine the IDE (Integrated Development Environment) required for development. Head
