update : 2015.11.03
php.shukuma.com검색:
|
Counter::__constructCounter::__construct — Creates an instance of a Counter which maintains a single numeric value. 설명
Counter::__construct
( string
$name
[, integer $initial_value
[, integer $flags
]] )Creates an instance of a Counter which maintains a single numeric value. 인수
반환값Returns a Counter object on success. 오류/예외Counter::__construct() throws an Exception if something goes wrong. |