php的帮助文档,涉及到PHP的案例和基本语法,以及实际应用内容

源代码在线查看: language.control-structures.html

软件大小: 3633 K
上传用户: fengkuangyidao
关键词: php PHP 文档 实际应用
下载地址: 免注册下载 普通下载 VIP

相关代码

												 				  Control Structures				  				 				 				 Type Operators				 if				 Language Reference				 PHP Manual								  Control Structures				Table of Contentsifelseelseif/else ifAlternative syntax for control structureswhiledo-whileforforeachbreakcontinueswitchdeclarereturnrequireincluderequire_onceinclude_once												  				   Introduction				   				    Any PHP script is built out of a series of statements. A statement				    can be an assignment, a function call, a loop, a conditional				    statement or even a statement that does nothing (an empty				    statement). Statements usually end with a semicolon. In addition,				    statements can be grouped into a statement-group by encapsulating a				    group of statements with curly braces. A statement-group is a				    statement by itself as well. The various statement types are				    described in this chapter.				   				  								  								  								  								  								  								  								  								  								  								  								  								  								  												 								 								 								 				  				 								 Type Operators				 if				 Language Reference				 PHP Manual											

相关资源