__toString() : string
<?php interface Stringable { /** * @return string */ public function __toString(); }