Home >php教程 >php手册 >php5与mysql5 web 开发技术详解-4 php控制结构和函数

php5与mysql5 web 开发技术详解-4 php控制结构和函数

WBOY
WBOYOriginal
2016-06-13 10:55:21870browse

内容较少,以后再补充充实。

1、分支结构

      if()

      if(){}elseif(){}

      switch语句:switch case

2、循环结构

       break与continue

       while

       do...while

       for

       foreach循环

3、包含控制

       include()/include_once()

       require()/require_once()

       eval() 比较重要。可以使字符串变为可执行的代码。

4、终止脚步执行的函数:

      exit()/dir() ,同一个函数,用法相同。

Statement:
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