함수 realpath()

(함수 realpath에서 넘어옴)
  다른 뜻에 대해서는 리눅스 realpath 문서를 참조하십시오.

1 Bash[ | ]

realpath /etc/../var/
# /var
cd /etc/ssh
realpath ../hosts
# /etc/hosts

2 PHP[ | ]

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

3 같이 보기[ | ]

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