update : 2015.11.03
php.shukuma.com

검색:
 
 
Retrieve an existing named counter.

Counter::getNamed

Counter::getNamed Retrieve an existing named counter.

설명

static Counter Counter::getNamed ( string $name )

Counter::getNamed() returns an existing counter by name if that name exists, or NULL otherwise. This is a static function.

인수

name
The counter name to search for.

반환값

Counter::getNamed() returns an existing counter by name if that name exists, or NULL otherwise.