©
Dieses Dokument verwendet PHP-Handbuch für chinesische Websites Freigeben
Parameter Position | Type | Required | Default | Description |
---|---|---|---|---|
1 | string | No | empty | This is the default value to output if the
variable is empty. 这是变量为空的时候的默认输出。 |
This is used to set a default value for a variable. If the variable
is empty or unset, the given default value is printed instead.
Default takes one argument.
为空变量设置一个默认值。
当变量为空或者未分配的时候,将由给定的默认值替代输出。
Example 5-10. default
|