함수 file2ext()

Jmnote (토론 | 기여)님의 2021년 10월 13일 (수) 17:21 판 (새 문서: 분류: 파일 분류: 확장자 ==개요== * /etc/os-release → "" * /etc/httpd/conf/httpd.conf → conf ==PHP== <syntaxhighlight lang='php' run> echo pathinfo('/etc/httpd/...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요

  • /etc/os-release → ""
  • /etc/httpd/conf/httpd.conf → conf

2 PHP

echo pathinfo('/etc/httpd/conf/httpd.conf')['filename'];

3 같이 보기

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