parent root
PHP: counter_reset_value - Manual

counter_reset_value

counter_reset_value Reset the current value of a counter resource

Description

counter_reset_value ( resource $counter ) : void

counter_reset_value() resets the current value of a counter resource to its original initial value.

Parameters

counter
The counter resource to operate on.

See Also

add a noteadd a note

User Contributed Notes

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