ParagonIE_Sodium_Core32_ChaCha20_Ctx::offsetExists()
[ReturnTypeWillChange]{} Это метод класса: ParagonIE_Sodium_Core32_ChaCha20_Ctx{}
Хуков нет.
Возвращает
null
. Ничего.
Использование
$ParagonIE_Sodium_Core32_ChaCha20_Ctx = new ParagonIE_Sodium_Core32_ChaCha20_Ctx(); $ParagonIE_Sodium_Core32_ChaCha20_Ctx->offsetExists( $offset );
- $offset (обязательный)
- -
Код ParagonIE_Sodium_Core32_ChaCha20_Ctx::offsetExists() ParagonIE Sodium Core32 ChaCha20 Ctx::offsetExists WP 5.9.3
public function offsetExists($offset) { return isset($this->container[$offset]); }