Could anyone provide some sort of documentation on the differences and or benefits of using
$sql = <<<SQL
SELECT COUNT(ParentGUID)
FROM siteobjects
SQL;
Instead of using just using.
$sql = "SELECT COUNT(ParentGUID)
FROM siteobjects";
Struggling to find any information on this due to searching for "<<