stream_context_get_params
PHP 5 >= 5.3.0, PHP 7, PHP 8
stream_context_get_params - Retrieves parameters from a context
Code Examples
Example #1 stream_context_get_params example
Result: array(2) {
["notification"]=>
string(28) "stream_notification_callback"
["options"]=>
array(0) {
}
}