# Chaining methods $content = $ua->get($uri)->content; print $content; # Providing content to 'print()' via method print $content->content;