chdir — 디렉토리 변경 bool chdir ( string $directory )http://www.php.net/manual/kr/function.chdir.php > 더 보기 └ 접기 chroot bool chroot ( string $directory ) http://www.php.net/manual/kr/function.chroot.php 설명 ¶ bool chroot ( string $directory ) 현재 프로세스의 루트 디렉토리를 directory로 변경합니다. 이 함수는 시스템이 지원하고, CLI, CGI, Embed SAPI를 사용할 때만 사용할 수 있습니다. 또한, 이 함수는 루트 권한이 필요합니다. 인수 ¶ directory 새 디렉토리 반환값 ¶ 성공할 경우 TRUE를, 실..