Syntax Syntax
Return Return
(string)
Source Source
File: wp-includes/sodium_compat/src/Core/SecretStream/State.php
public function toString() { return $this->key . $this->getCounter() . $this->nonce . $this->_pad; }
Developer Resources, Tips, Tricks, Tutorials and Much more.
(string)
File: wp-includes/sodium_compat/src/Core/SecretStream/State.php
public function toString() { return $this->key . $this->getCounter() . $this->nonce . $this->_pad; }