(PHP 5 >= 5.3.0, PHP 7)
Set the default stream context
resource stream_context_set_default ( array $options )
Set the default stream context which will be used whenever file operations (fopen(), file_get_contents(), etc...) are called without a context parameter. Uses the same syntax as stream_context_create().
Parameters:
options
The options to set for the default con