zh.phpoc.com
Korean
English
Chinese
Russian
PHPoC Language Reference
170414
概要
语法
基本语法
资料类型(Types)
布尔值(Boolean)
整数(Integer)
浮点数(Floating Point Numbers)
字符串(String)
数组(Array)
自动型转换(Type Juggling)
变量(Variables)
常数(Constants)
运算符(Operators)
运算符优先顺序
算数运算符
分配算子
位运算符
比较运算符
递增/递减运算符
逻辑运算符
字符串运算符
条件运算符
控制构造(Control Structures)
if
else
elseif / else if
while
do-while
for
break
continue
switch
return
include
include_once
函数(Functions)
用户定义函数
函数的参数
函数返还值
内部函数
类和对象
命名空间(Namespaces)
附录
预定义常数(Predefined Constants)
关键词(Keyword)
有关内存(Restriction about Memory)
错误信息(Error Messages)
函数(Functions)
内部函数(Internal Functions)
PHPoC支持多样的内部函数。 有关内部函数的内容请参考
PHPoC Internal Functions
。
< 函数返还值
类和对象 >