Query: stream_context_set_params
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
STREAM_CONTEXT_SET_PARAMS(3) 1 STREAM_CONTEXT_SET_PARAMS(3) stream_context_set_params - Set parameters for a stream/wrapper/contextSYNOPSISbool stream_context_set_params (resource $stream_or_context, array $params)DESCRIPTIONSets parameters on the specified context.PARAMETERSo $stream_or_context - The stream or context to apply the parameters too. o $params - An array of parameters to set. Note $params should be an associative array of the structure: $params['paramname'] = "paramvalue";.SUPPORTED PARAMETERS+-------------+---------------------------------------------------+ | Parameters | | | | | | | Purpose | | | | +-------------+---------------------------------------------------+ | | | |notification | | | | | | | Name of user-defined callback function to be | | | called whenever a stream triggers a notification. | | | | | | | | options | | | | | | | Array of options as in context options and | | | parameters. | | | | +-------------+---------------------------------------------------+RETURN VALUESReturns TRUE on success or FALSE on failure.SEE ALSOstream_notification_callback(3). PHP Documentation Group STREAM_CONTEXT_SET_PARAMS(3)
Related Man Pages |
---|
sqlsrv_query(3) - php |
stream_context_set_default(3) - php |
stream_context_get_default(3) - php |
cubrid_set_db_parameter(3) - php |
gupnp_service_proxy_add_notify(3) - php |
Similar Topics in the Unix Linux Community |
---|
Get Options and Parameters |
Kernal Parameters |
Array from cli input |
Passing parameters and accepting in Array |