Jamm\Memory\IRedisServer::GetBit PHP Метод

GetBit() публичный Метод

Returns the bit value at offset in the string value stored at key
public GetBit ( string $key, integer $offset )
$key string
$offset integer
    public function GetBit($key, $offset);