유용한 함수 get_included_files 정보
HTML 유용한 함수 get_included_files
본문
가끔 에디터로 프로그램 작업을 하다 보면
어떤 파일이 인클루드 되었는지 헷갈릴때가 있습니다.
그럴때 이전에 어떤 파일들이 include 나 require 되었는지 확인하는 함수 입니다.
get_included_files — Returns an array with the names of included or required files
array get_included_files ( void )
Gets the names of all files that have been included using include(), include_once(), require() or require_once(). 
사용법
$included_files = get_included_files();
foreach ($included_files as $filename) {
echo "$filename\n";
}
                    foreach ($included_files as $filename) {
echo "$filename\n";
}
                        
                추천
                
8
                
    8
댓글 7개

                
                    아니 이럴수가!!!!!!
추천 버튼이 없네요.
                    추천 버튼이 없네요.

                
                    아 이런 함수가 있었다니!! OTL 유용하겠습니다.                
                
                
            
                    
                
                    추천~!!                
                
                
            
                    
                
                    추천 버튼이 사라졌네요 ... 그래도 추천 !!!                
                
                
            
                    
                
                    추천 버튼이 사라진 고로 댓글로 추천합니당!!!                
                
                
            
                    
                
                    헐.함수의 세계의 끝은 대체 어디란말인가....
감사합니다!!
                    감사합니다!!

                
                    추천합니다.!                
                
                
            
                    