Icicle\Concurrent\Sync\Semaphore::getSize PHP Method

getSize() public method

Gets the total number of locks on the semaphore (not the number of available locks).
public getSize ( ) : integer
return integer The total number of locks.
    public function getSize() : int;