(PHP 4 >= 4.3.0, PHP 5, PHP 7)
stream_context_get_options — 锟斤拷取锟斤拷源锟斤拷/锟斤拷锟捷帮拷/锟斤拷锟斤拷锟侥的诧拷锟斤拷
$stream_or_context
) : array锟斤拷锟斤拷指锟斤拷锟斤拷源锟斤拷锟斤拷锟斤拷锟斤拷锟斤拷锟侥碉拷锟斤拷锟斤拷锟斤拷锟斤拷锟�
stream_or_context
锟斤拷取锟斤拷锟斤拷锟斤拷息锟斤拷 stream 锟斤拷锟斤拷 context 锟斤拷
锟斤拷锟斤拷一锟斤拷锟斤拷锟斤拷锟斤拷原锟斤拷锟斤拷锟侥癸拷锟斤拷锟斤拷锟介。
Example #1 stream_context_get_options() 锟斤拷锟斤拷锟斤拷
<?php
$params = array("method" => "POST");
stream_context_get_default(array("http" => $params));
var_dump(stream_context_get_options(stream_context_get_default()));
?>
锟斤拷锟斤拷锟斤拷锟教碉拷锟斤拷锟斤拷锟斤拷锟斤拷冢锟�
array(1) { ["http"]=> array(1) { ["method"]=> string(4) "POST" } }