Home > php教程 > php手册 > Php学习之php的基本概念

Php学习之php的基本概念

WBOY
Release: 2016-06-13 09:13:38
Original
1057 people have browsed it

Php学习之php的基本概念

初识php

1、 Php的基本概念

Php全写是personal home page 。Php是一种HTML的内嵌语言,语言风格类似于C语言,被广泛运用。目前由zend公司负责管理

2、 php6.0的发布,增加的新特性:

1、 更好的支持web2.0

2、 支持更好的unicode支持

3、 面向对象编程支持力度增加

4、 对xml编程支持

5、 Soap(简单对象协议)

3、 常见的开发工具

1、 Editplus

2、 Zend Studio

3、 Php Coder

4、 Phpedit

5、 Easyeclipse

6、 Dw(一般是用来开发静态网页的)

Lamp

在window开发(php代码)………(上传ssh)………linux

在软件开发中的非常重要的原则:编译环境和运行环境要一致。当然,php是解释性的语言不存在编译问题,所以就不存在编译环境问题。

4、 b/s 和 c/s的比较


Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template