parent root
PHP: Context parameters - Manual
PHP 7.2.23 Release Announcement

Context parameters

Context parametersContext parameter listing

Description

These parameters can be set on a context using the stream_context_set_params() function.

Parameters

notification callable

A callable to be called when an event occurs on a stream.

See stream_notification_callback for more details.

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.
To Top
parent root