함수 chdir()

함수 chdir()

1 Bash[ | ]

cd /tmp
pwd
# /tmp

2 PHP[ | ]

chdir('/tmp');
echo getcwd();
# /tmp

3 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}