ParagonIE_Sodium_Core_Curve25519_Fe::offsetExists() –

You appear to be a bot. Output may be restricted

Description

Usage

$bool = ParagonIE_Sodium_Core_Curve25519_Fe::offsetExists( $offset );

Parameters

$offset
( int ) required

Returns

bool

Source

File name: wordpress/wp-includes/sodium_compat/src/Core/Curve25519/Fe.php
Lines:

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

 View on GitHub View on Trac