Counter::getNamed
Counter::getNamed — 取回一个名称已存在的计数器。
说明
static
Counter::getNamed
( string
$name
) : Counter
Counter::getNamed() 通过名称查询一个已存在的计数器,不存在则返回NULL
。这是静态函数。
参数
-
name
- 要查询的计数器名称。
返回值
Counter::getNamed() 通过名称查询一个已存在的计数器,不存在则返回NULL
。

User Contributed Notes
There are no user contributed notes for this page.
备份地址:http://www.lvesu.com/blog/php/internals2.counter.counter-class.getNamed.php