PHPverse 2025

Voting

The Note You're Voting On

Mahmoud Saeed
3 years ago
It's worth mentioning that passing an empty array will NOT reset default options.

<?php
stream_context_set_default
(array()); // Does nothing.
?>

<< Back to user notes page

To Top