ParagonIE_Sodium_Core_ChaCha20_Ctx::offsetExists

Advertisement

Syntax Syntax

ParagonIE_Sodium_Core_ChaCha20_Ctx::offsetExists( int $offset )

Parameters Parameters

$offset

(Required)

Return Return

(bool)

Source Source

File: wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php

    public function offsetExists($offset)
    {
        return isset($this->container[$offset]);
    }

Advertisement

Advertisement

Leave a Reply