stream_context_get_params Retrieves parameters from a context &reftitle.description; arraystream_context_get_params resourcestream_or_context Retrieves parameter and options information from the stream or context. &reftitle.parameters; stream_or_context A stream resource or a context resource &reftitle.returnvalues; Returns an associate array containing all context options and parameters. &reftitle.examples; <function>stream_context_get_params</function> example Basic usage example "stream_notification_callback"); stream_context_set_params($ctx, $params); var_dump(stream_context_get_params($ctx)); ?> ]]> &example.outputs.similar; string(28) "stream_notification_callback" ["options"]=> array(0) { } } ]]> &reftitle.seealso; stream_context_set_option stream_context_get_params stream_context_set_params