API17

API17:JResponse::getBody

From Joomla! Documentation

Joomla 11.1 JResponse::getBody

Description

Return the body content.


public static function getBody ($toArray=false)
Parameter Type Default Description
$toArray boolean false Whether or not to return the body content as an array of strings or as a single string; defaults to false.

See also


User contributed notes

Code Examples