<?php $server = stream_socket_server('tcp://localhost:1337'); $a = stream_socket_client('tcp://localhost:1337'); $b = stream_socket_client('tcp://localhost:1337'); stream_context_set_option($a, 'test', 'name', 'a'); var_dump(stream_context_get_options($b));
You have javascript disabled. You will not be able to edit any code.