(PHP 4, PHP 5, PHP 7)
chdir — �ı�Ŀ¼
$directory
) : bool
�� PHP �ĵ�ǰĿ¼��Ϊ
directory��
directory�µĵ�ǰĿ¼
�ɹ�ʱ���� TRUE�� ������ʧ��ʱ���� FALSE��
Throws an error of level E_WARNING on failure.
Example #1 chdir() ����
<?php
// current directory
echo getcwd() . "\n";
chdir('public_html');
// current directory
echo getcwd() . "\n";
?>
�������̵���������ڣ�
/home/vincent /home/vincent/public_html
Note: ������ ��ȫģʽʱ�� PHP ����ִ�нű�ʱ��鱻�ű�������Ŀ¼�Ƿ��뱻ִ�еĽű�����ͬ�� UID�������ߣ���