| API | Package | Subpackage | Class | Method | Reference | Last reviewed | Doc status |
|---|---|---|---|---|---|---|---|
Home |
Joomla.Framework |
Environment |
JResponse |
getBody |
getBody() |
Never | Work in Progress |
Return the body content
string|array getBody ( $toArray )
| $toArray | boolean | Whether or not to return the body content as an array of strings or as a single string; defaults to false |
Example