PHP » GoLang |
login |
register |
about
|
GoLang stream_context_get_options
request it (282)
GoLang replacement for PHP's stream_context_get_options
[edit | history]
PHP stream_context_get_optionsPHP original manual for stream_context_get_options [ show | php.net ]stream_context_get_options(PHP 4 >= 4.3.0, PHP 5, PHP 7) stream_context_get_options — Retrieve options for a stream/wrapper/context Description
array stream_context_get_options
( resource
$stream_or_context
)Returns an array of options on the specified stream or context. Parameters
Return ValuesReturns an associative array with the options. Examples
Example #1 stream_context_get_options() example
<?php The above example will output something similar to: array(1) { ["http"]=> array(1) { ["method"]=> string(4) "POST" } } |
more
Recently updated
more
Most requested
more
Last requests
|