February 2013
Intermediate to advanced
538 pages
20h 55m
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.
Read now
Unlock full access