"함수 realpath()"의 두 판 사이의 차이

잔글 (Jmnote 사용자가 함수 realpath 문서를 함수 realpath() 문서로 옮겼습니다)
(차이 없음)

2015년 6월 8일 (월) 18:20 판


1 PHP

echo realpath('/etc/../var/');
// /var
chdir('/etc/httpd/');
echo realpath('conf/httpd.conf');
// /etc/httpd/conf/httpd.conf

2 같이 보기

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