테스트 사이트 - 개발 중인 베타 버전입니다

유용한 함수 get_included_files

가끔 에디터로 프로그램 작업을 하다 보면
 
어떤 파일이 인클루드 되었는지 헷갈릴때가 있습니다.
그럴때 이전에 어떤 파일들이 include 나 require 되었는지 확인하는 함수 입니다.
 
get_included_filesReturns 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"
;
}

댓글 작성

댓글을 작성하시려면 로그인이 필요합니다.

로그인하기

댓글 7개

아니 이럴수가!!!!!!


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

감사합니다!!

게시글 목록

번호 제목
1331
1324
1320
1318
1312
1310
1307
1298
1293
1290
1286
1282
1277
1273
1271
1268
1264
1262
1257
1255
1251
1246
1243
1240
1234
1233
1232
1228
1226
1223