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