counter_get_named

counter_get_named Retrieve an existing named counter as a resource

Descrierea

Counter::getNamed ( string $name ) : resource

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

Parametri

name
The counter name to search for.

Valorile întoarse

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