get_included_files

PHP 4, PHP 5, PHP 7, PHP 8
get_included_files - Returns an array with the names of included or required files
Manual
Code Examples

Example #1 get_included_files example

Result: /path/to/abc.php /path/to/test1.php /path/to/test2.php /path/to/test3.php /path/to/test4.php
PHP Version: