March 2002
Intermediate to advanced
528 pages
21h 29m
English
chroot
bool chroot(string path)
Changes the root directory of the current process to
path. You cannot use chroot( ) to restore the root directory to /
when running PHP in a web server environment. Returns
true if the change was successful and
false if not.