There are plenty of examples of both on the web. The php manual says \"The include() statement [...]\", which seems contradictory - if it\'s a statement shouldn\'t it not ha
Statements having only one parameter, can have also parenthesis, e.g:
echo ('hello world');