全局变量是否可以在项目中的所有php页面上访问。 例如全球$连接;

I have seen in a Udemy Video. There instructor does not include or require the DB.php but they just called global $connection; in other php file and it works. How this is possible. Please help me.