how to use chdir to change to current directory?

前端 未结 3 1124
醉话见心
醉话见心 2020-12-19 09:33

I\'m trying to include a file from another directory and then change the chdir back to the current/original form.

chdir(\'/some/path\');
include(./file.php);         


        
3条回答
提交回复
热议问题