stream_context_get_options

PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8
stream_context_get_options - Retrieve options for a stream/wrapper/context
Manual
Code Examples

Example #1 stream_context_get_options example

Result: array(1) { ["http"]=> array(1) { ["method"]=> string(4) "POST" } }
PHP Version:


Function stream_context_get_options:

Streams Functions

Most used PHP functions