更改根目录:
<?php
// Change root directory
chroot("/path/to/chroot/");
// Get current directory
echo getcwd();
?>
结果:
/
chroot()函数将当前进程的根目录更改为目录,并将当前工作目录更改为"/"。
笔记:此功能需要root权限,并且仅适用于GNU和BSD系统,并且仅在使用CLI、CGI或Embed SAPI时可用。
笔记:此功能在 Windows 平台上未实现。
chroot(
directory)
Parameter | Description |
---|---|
directory | Required. Specifies the path to change the root directory to |
返回值: | 成功则为真。失败时为 FALSE。 |
---|---|
PHP 版本: | 4.0.5+ |
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!