| The Counter classIntroductionRepresents a single counter object. Class synopsisCounter 
        class Counter
       { 
       __construct
       ( string  $name[, integer$initial_value[, integer$flags]] )
      integer getValue
       ( void
      ) 
       bumpValue
       ( integer  $offset)
      void resetValue
       ( void
      ) 
      mixed getMeta
       ( integer  $attribute)
      static
      Counter getNamed
       ( string  $name)
      static
      void setCounterClass
       ( string } $name)
 |