文章列表

内部(内置)函数

functions.internal

0 2021/06/08 【函数

返回值

functions.returning-values

0 2021/06/08 【函数

用户自定义函数

functions.user-defined

0 2021/06/08 【函数

可变函数

functions.variable-functions

0 2021/06/08 【函数

流程控制的替代语法

control-structures.alternative-syntax

0 2021/06/08 【流程控制

break

control-structures.break

0 2021/06/08 【流程控制

continue

control-structures.continue

0 2021/06/08 【流程控制

declare

control-structures.declare

0 2021/06/08 【流程控制

do-while

control-structures.do.while

0 2021/06/08 【流程控制

else

control-structures.else

0 2021/06/08 【流程控制

elseif/else if

control-structures.elseif

0 2021/06/08 【流程控制

for

control-structures.for

0 2021/06/08 【流程控制

foreach

control-structures.foreach

0 2021/06/08 【流程控制

goto

control-structures.goto

0 2021/06/08 【流程控制

if

control-structures.if

0 2021/06/08 【流程控制

简介

control-structures.intro

0 2021/06/08 【流程控制

match

control-structures.match

0 2021/06/08 【流程控制

switch

control-structures.switch

0 2021/06/08 【流程控制

while

control-structures.while

0 2021/06/08 【流程控制

include_once

function.include-once

0 2021/06/08 【流程控制

安全警告

function.include

0 2021/06/08 【流程控制

require_once

function.require-once

0 2021/06/08 【流程控制

require

function.require

0 2021/06/08 【流程控制

return

function.return

0 2021/06/08 【流程控制

算术运算符

language.operators.arithmetic

0 2021/06/08 【运算符

数组运算符

language.operators.array

0 2021/06/08 【运算符

赋值运算符

language.operators.assignment

0 2021/06/08 【运算符

位运算符

language.operators.bitwise

0 2021/06/08 【运算符

比较浮点数

language.operators.comparison

0 2021/06/08 【运算符

错误控制运算符

language.operators.errorcontrol

0 2021/06/08 【运算符

执行运算符

language.operators.execution

0 2021/06/08 【运算符

递增/递减运算符

language.operators.increment

0 2021/06/08 【运算符

逻辑运算符

language.operators.logical

0 2021/06/08 【运算符

运算符优先级

language.operators.precedence

0 2021/06/08 【运算符

字符串运算符

language.operators.string

0 2021/06/08 【运算符

类型运算符

language.operators.type

0 2021/06/08 【运算符

魔术常量

language.constants.predefined

0 2021/06/08 【常量

语法

language.constants.syntax

0 2021/06/08 【常量

Array 数组

language.types.array

0 2021/06/08 【类型

Boolean 布尔类型

language.types.boolean

0 2021/06/08 【类型

Callback / Callable 类型

language.types.callable

0 2021/06/08 【类型

类型声明

language.types.declarations

0 2021/06/08 【类型

浮点数的精度

language.types.float

0 2021/06/08 【类型

Integer 整型

language.types.integer

0 2021/06/08 【类型

简介

language.types.intro

0 2021/06/08 【类型

Iterable 可迭代对象

language.types.iterable

0 2021/06/08 【类型

NULL

language.types.null

0 2021/06/08 【类型

Numeric strings

language.types.numeric-strings

0 2021/06/08 【类型

Object 对象

language.types.object

0 2021/06/08 【类型

Resource 资源类型

language.types.resource

0 2021/06/08 【类型

String 字符串

language.types.string

0 2021/06/08 【类型

类型转换的判别

language.types.type-juggling

0 2021/06/08 【类型

注释

language.basic-syntax.comments

0 2021/06/08 【基本语法

指令分隔符

language.basic-syntax.instruction-separation

0 2021/06/08 【基本语法

从 HTML 中分离

language.basic-syntax.phpmode

0 2021/06/08 【基本语法

PHP 标记

language.basic-syntax.phptags

0 2021/06/08 【基本语法

1 2 3