PHP libxml_set_streams_context Function

The libxml_set_streams_context — Set the streams context for the next libxml document load or write.

void libxml_set_streams_context ( resource $streams_context )

Sets the streams context for the next libxml document load or write.

Example -

ParameterDescription
streams_contextThe stream context resource (created with stream_context_create())

Return Values -

No value is returned.