位置: 编程技术 - 正文
推荐整理分享PHP:stream_context_get_params()的用法_Stream函数,希望有所帮助,仅作参考,欢迎阅读内容。
文章相关热门搜索词:,内容如对您有帮助,希望把文章链接给更多的朋友!
(PHP 5 >= 5.3.0)
stream_context_get_params — Retrieves parameters from a context
说明 array stream_context_get_params ( resource $stream_or_context )Retrieves parameter and options information from the stream or context.
参数stream_or_context
A stream resource or a context resource
返回值Returns an associate array containing all context options and parameters.
范例
Example #1 stream_context_get_params() example
Basic usage example
<?php$ctx=stream_context_create();$params=array("notification"=>"stream_notification_callback");stream_context_set_params($ctx,$params);var_dump(stream_context_get_params($ctx));?>以上例程的输出类似于:
参见stream_context_set_option() - 对资源流、数据包或者上下文设置参数 stream_context_get_params() stream_context_set_params() - Set parameters for a stream/wrapper/context
PHP:stream_context_create()的用法_Stream函数 stream_context_create(PHP4=4.3.0,PHP5)stream_context_create创建资源流上下文说明resourcestream_context_create([array$options[,array$params]])创建病返回一个资源流上下文,该资
PHP:stream_context_get_options()的用法_Stream函数 stream_context_get_options(PHP4=4.3.0,PHP5)stream_context_get_options获取资源流/数据包/上下文的参数说明arraystream_context_get_options(resource$stream_or_context)返回指定资源流
PHP:spl_object_hash()的用法_spl函数 spl_object_hash(PHP5=5.2.0)spl_object_hash返回指定对象的hashid说明stringspl_object_hash(object$obj)本函数为指定对象返回一个唯一标识符。这个标识符可用于作为保存
标签: PHP:stream_context_get_params()的用法_Stream函数
本文链接地址:https://www.jiuchutong.com/biancheng/280603.html 转载请保留说明!友情链接: 武汉网站建设