Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | Dalšà |
stream_context_get_default
Description
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().
options
must be an associative
array of associative arrays in the format
$arr['wrapper']['option'] = $value.
See also stream_context_create(), and Listing of supported wrappers with context options (N).
PÅ™edcházejÃcà | Domů | Dalšà |
stream_context_create | Nahoru |