Php/docs/internals2.counter.function.counter-create

来自菜鸟教程
跳转至:导航、​搜索

counter_create

counter_create 创建一个包含单个数值的计数器。


说明

counter_create ( string $name [, integer $initial_value [, integer $flags ]] ) : resource

创建一个包含单个数值的计数器。


参数

name
新的计数器名称。
initial_value
计数器的初值值. 默认为零(0)。
flags
新计数器的标志, 从形如 COUNTER_FLAG_* 的常量中选择。


返回值

返回计数器资源。