Syntax Syntax
Return Return
(self)
Source Source
File: wp-includes/sodium_compat/src/Core32/SecretStream/State.php
public function incrementCounter()
{
++$this->counter;
return $this;
}
Developer Resources, Tips, Tricks, Tutorials and Much more.
(self)
File: wp-includes/sodium_compat/src/Core32/SecretStream/State.php
public function incrementCounter()
{
++$this->counter;
return $this;
}