It's worth mentioning that passing an empty array will NOT reset default options.
<?php
stream_context_set_default(array()); // Does nothing.
?>
It's worth mentioning that passing an empty array will NOT reset default options.
<?php
stream_context_set_default(array()); // Does nothing.
?>