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.
这是否会导致 500 错误?与执行时间和可用内容有关,还是我使用__DIR__不正确?
__DIR__
class MyClass { public $filepath = __DIR__ . "/../downloads"; }