Is php's 'include' a function or a statement?

前端 未结 9 2073
梦谈多话
梦谈多话 2020-11-29 10:57

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

9条回答
  •  抹茶落季
    2020-11-29 11:51

    Statements having only one parameter, can have also parenthesis, e.g:

    echo ('hello world'); 
    

提交回复
热议问题