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().
Returns the default stream context.