stream_context_get_default

 resource stream_context_get_default ([ array $options ] ) 

説明

Returns the default stream context which is used whenever file operations (fopen(), file_get_contents(), etc...) are called without a context parameter. Options for the default context can optionally be specified with this function using the same syntax as stream_context_create().

戻り値

A stream context resource.