ParagonIE_Sodium_Core32_Int64::__toString() public WP 1.0
{} It's a method of the class: ParagonIE_Sodium_Core32_Int64{}
No Hooks.
Return
String
. Null. Nothing.
Usage
$ParagonIE_Sodium_Core32_Int64 = new ParagonIE_Sodium_Core32_Int64(); $ParagonIE_Sodium_Core32_Int64->__toString();
Code of ParagonIE_Sodium_Core32_Int64::__toString() ParagonIE Sodium Core32 Int64:: toString WP 5.7
public function __toString()
{
try {
return $this->toString();
} catch (TypeError $ex) {
// PHP engine can't handle exceptions from __toString()
return '';
}
}