Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ワークスペース: PHP 5.4、Apache 2.4
私のコード:
class Test{ private static $paths = array(); self::$paths = require __DIR__.'paths.php'; //another code }
これを使用することは可能ですか?私の目的は、アプリの多くのパスを含む配列を受け取る変数を作成することです。