bandwidthThrottle\tokenBucket\storage\IPCStorage::__construct PHP 메소드

__construct() 공개 메소드

You can create the key with PHP's function ftok().
public __construct ( integer $key )
$key integer The System V IPC key.
    public function __construct($key)
    {
        $this->key = $key;
        $this->attach();
    }