PHP Velho Oeste 2024

counter_get_value

counter_get_value Get the current value of a counter resource

Descrição

counter_get_value ( resource $counter ) : int

counter_get_value() returns the current value of a counter resource.

Parâmetros

counter
The counter resource to operate on.

Valor Retornado

counter_get_value() returns an integer.

Veja Também

add a note add a note

User Contributed Notes

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