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

유용한 함수 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 유용하겠습니다.
추천 버튼이 사라졌네요 ... 그래도 추천 !!!
추천 버튼이 사라진 고로 댓글로 추천합니당!!!
헐.함수의 세계의 끝은 대체 어디란말인가....

감사합니다!!

게시글 목록

번호 제목
1411
1410
1409
1407
1406
1404
1403
1399
1394
1391
1387
1385
1384
1382
1380
1378
1376
1374
1371
1368
1364
1360
1357
1356
1349
1347
1341
1339
1336
1334