update : 2015.11.03
php.shukuma.com

검색:
 
 
Retrieve an existing named counter as a resource.

counter_get_named

counter_get_named Retrieve an existing named counter as a resource.

설명

resource Counter::getNamed ( string $name )

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

인수

name
The counter name to search for.

반환값

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