Syntax Syntax
Return Return
(self)
Source Source
File: wp-includes/sodium_compat/src/Core32/SecretStream/State.php
public function counterReset() { $this->counter = 1; $this->_pad = str_repeat("\0", 4); return $this; }
Developer Resources, Tips, Tricks, Tutorials and Much more.
(self)
File: wp-includes/sodium_compat/src/Core32/SecretStream/State.php
public function counterReset() { $this->counter = 1; $this->_pad = str_repeat("\0", 4); return $this; }