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?