正如我在查看 file_get_contents code>的file-get-contents.php“rel =”nofollow noreferrer“> http://php.net/manual/en/function.file-get-contents.php 函数,我注意到它需要一个名为 $ use_include_path code>的可选第二个参数,但是我无法理解它是什么用途以及如何更改
file_get_contents code>行为。 p>
\ 你可以给我一个例子来更好地理解它吗? p>
div>
As I was looking on http://php.net/manual/en/function.file-get-contents.php for the file_get_contents
function, I noticed that it takes an optional second parameter named $use_include_path
but I cannot understand what is the use and how changes the file_get_contents
behavior.
Can you provide me an example in order to understand it better?