PHP
downloads | documentation | faq | getting help | mailing lists | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

Counter::__construct> <Objective interface
Last updated: Fri, 22 Aug 2008

view this page in

The Counter class

Introducción

Represents a single counter object.

Class synopsis

Counter
class Counter {
__construct ( string $name [, integer $initial_value [, integer $flags ]] )
integer getValue ( void )
void bumpValue ( integer $offset )
void resetValue ( void )
mixed getMeta ( integer $attribute )
static Counter getNamed ( string $name )
static void setCounterClass ( string $name )
}

Table of Contents



add a note add a note User Contributed Notes
Counter
There are no user contributed notes for this page.

Counter::__construct> <Objective interface
Last updated: Fri, 22 Aug 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites