Syntax Syntax
Parameters Parameters
- $offset
-
(Required)
Return Return
(void)
Source Source
File: wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php
public function offsetUnset($offset)
{
unset($this->container[$offset]);
}