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.
サーバーではなくクライアントのパスを知る方法を知っている人はいますか..
サンプル私が使用したとき、私はLinuxサーバーを持っています:
$coredir = dirname(__FILE__) . "/"; var_dump($coredir);
次に、Windows pc で実行します。次のようになります。
/var/www/sweeeee
サーバーLinuxではなく、Windowsクライアントのパスを見つけるのを手伝ってください..
どうもありがとう!