Syntax Syntax
Return Return
(string)
Source Source
File: wp-includes/sodium_compat/src/Core32/Int32.php
public function __toString()
{
try {
return $this->toString();
} catch (TypeError $ex) {
// PHP engine can't handle exceptions from __toString()
return '';
}
}