You are here

public function ParagonIE_Sodium_Core32_Curve25519_Fe::offsetUnset in Automatic Updates 7

Same name and namespace in other branches
  1. 8 vendor/paragonie/sodium_compat/src/Core32/Curve25519/Fe.php \ParagonIE_Sodium_Core32_Curve25519_Fe::offsetUnset()

@internal You should not use this directly from another application

@psalm-suppress MixedArrayOffset

Parameters

mixed $offset:

Return value

void

File

vendor/paragonie/sodium_compat/src/Core32/Curve25519/Fe.php, line 139

Class

ParagonIE_Sodium_Core32_Curve25519_Fe
Class ParagonIE_Sodium_Core32_Curve25519_Fe

Code

public function offsetUnset($offset) {
  unset($this->container[$offset]);
}