Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@Floydian This does feel like home. I guess I CAN stop talking to my rubber duck xD
-
<?php
namespace Hello\There;
Class Friend {
__toString() {
return 'see what I did there? :sunglasses:';
}
}
<?php
Namespace Hello\There;
$friend = new Friend();
Related Rants
<?php echo "Hello.O"; ?>
random
hello
first rant
php