stream_context_get_options
PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8
stream_context_get_options - Retrieve options for a stream/wrapper/context
Code Examples
Example #1 stream_context_get_options example
Result: array(1) {
["http"]=>
array(1) {
["method"]=>
string(4) "POST"
}
}