ParagonIE_Sodium_Core_ChaCha20_Ctx::offsetExists() public WP 1.0
{} Это метод класса: ParagonIE_Sodium_Core_ChaCha20_Ctx{}
Хуков нет.
Возвращает
true/false.
Использование
$ParagonIE_Sodium_Core_ChaCha20_Ctx = new ParagonIE_Sodium_Core_ChaCha20_Ctx(); $ParagonIE_Sodium_Core_ChaCha20_Ctx->offsetExists( $offset );
- $offset(число) (обязательный)
- -
Код ParagonIE_Sodium_Core_ChaCha20_Ctx::offsetExists() ParagonIE Sodium Core ChaCha20 Ctx::offsetExists WP 5.6.2
public function offsetExists($offset)
{
return isset($this->container[$offset]);
}