PHP funkce stream_context_create()
Dostupnost ve verzích: PHP 4.3.0
Create a streams context
Parametry
| Parametr | Datový typ | Výchozí hodnota | Poznámka |
|---|---|---|---|
$options |
array |
null, | Must be an associative array of associative arrays in the format $arr['wrapper']['option'] = $value. |
$params |
array |
null | Must be an associative array in the format $arr['parameter'] = $value. Refer to context parameters for a listing of standard stream parameters. |
Návratové hodnoty
resource
A stream context resource.