parent root
PHP: counter_get_named - Manual
PHP 7.2.23 Release Announcement

counter_get_named

counter_get_named Retrieve an existing named counter as a resource

Description

Counter::getNamed ( string $name ) : resource

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

Parameters

name
The counter name to search for.

Return Values

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

add a noteadd a note

User Contributed Notes

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