php8.5
Home/ Manual/ language/ Context options and parameters

Context options and parameters

PHP offers various context options and parameters which can be used with all filesystem and stream wrappers. The context is created with stream_context_create. Options are set with stream_context_set_option and parameters with stream_context_set_params.

PHP offers various context options and parameters which can be used with all filesystem and stream wrappers. The context is created with stream_context_create(). Options are set with stream_context_set_option() and parameters with stream_context_set_params().

Socket Http Ftp Ssl Phar Parameters Zip Zlib

In this section

Source: language/context.xml · from the official PHP manual (php/doc-en)