stream_context_set_default

 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.