counter_bump_value
     counter_bump_value — 
      Change the current value of a counter resource.
     
     
    
     说明
     
      void counter_bump_value
       ( resource $counter
      , integer $offset
      )
     
      counter_bump_value() updates the current value of a
      counter resource.
     
     
    
     参数
     
      - 
       counter
       
 - 
 
        
         The counter resource to operate on.
        
       
 
      
      - 
       offset
       
 - 
        
         The amount by which to change the counter's value. Can be negative.