Daniel's collected open source and open data musings as a web developer, project manager and architect in Adelaide.
class foo { public function __toString() { return "Whee"; } }$f = new foo(); print (string)$f; print $f; print $f->__toString();
Object id #59WheeWhee
Post a Comment
No comments:
Post a Comment