chroot (PHP 4 >= 4.0.5) chroot -- Change the root directory Descriptionbool chroot ( string directory)
Changes the root directory of the current process to
directory. Gibt bei Erfolg TRUE zurück, im Fehlerfall FALSE..
This function is only available if your system supports it and
you're using the CLI, CGI or Embed SAPI.
Anmerkung: Diese Funktion ist auf Windows-Plattformen nicht implementiert.
|