string
String cast handler.
None.
<?php$body = new http\Message\Body;$body->append("this\nis\nan\nexample!\n");echo $body;?>
Yields:
thisisanexample!