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.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top