require_onceは書いたページだけが対象でしょうか?
例えば、example1.php、example2.php、example3.phpという3つのファイルがあったとします。
example1.phpにrequire_once(‘example2.php’)とし、
example3.phpにrequire_once(‘example1.php’)とした場合、
example3.phpではexample1.phpで定義した変数や関数と、example2.phpで定義した変数や関数の両方が使えるようになりますか?
それともexample3.phpに直接書き込んだexample1.phpの変数や関数しかつかえませんか?
progateのphp4-12のところで疑問に思ったので質問させていただきました。
回答2件
あなたの回答
tips
プレビュー