If I add a path to the include_path, will the php function: is_file() then use this path to search for a filename that I pass to it?
Asked
Active
Viewed 680 times
2
-
2See also: http://stackoverflow.com/a/8461352/362536 As well as http://php.net/manual/en/function.stream-resolve-include-path.php – Brad Sep 06 '12 at 22:43
-
1Did you try it? What did it do? – Jocelyn Sep 06 '12 at 22:45
2 Answers
2
No. It only checks the passed absolute or relative path, it doesn't respect include paths

zerkms
- 249,484
- 69
- 436
- 539