PHP:stream_get_contents()的用法 PHP
stream_get_contents
(PHP 5)
stream_get_contents — 读取资源流到一个字符串
说明
string stream_get_contents
( resource $handle
[, int $maxlength = -1
[, int $offset =
PHP:stream_filter_remove()的用法 PHP
stream_filter_remove
(PHP 5 >= 5.1.0)
stream_filter_remove — 从资源流里移除某个过滤器
说明
bool stream_filter_remove
( resource $stream_filter
)
移除之前
PHP:stream_encoding()的用法 PHP
stream_encoding
(No version information available, might only be in Git)
stream_encoding — 设置数据流的字符集
说明
bool stream_encoding
( resource $stream
[, string $enc
PHP:stream_context_set_option()的用法 PHP
stream_context_set_option
(PHP 4 >= 4.3.0, PHP 5)
stream_context_set_option — 对资源流、数据包或者上下文设置参数
说明
bool stream_context_set_option
( resource $
PHP:stream_context_get_params()的用法 PHP
stream_context_get_params
(PHP 5 >= 5.3.0)
stream_context_get_params — Retrieves parameters from a context
说明
array stream_context_get_params
( resource $stream_or_context
)
PHP:stream_context_create()的用法 PHP
stream_context_create
(PHP 4 >= 4.3.0, PHP 5)
stream_context_create — 创建资源流上下文
说明
resource stream_context_create
([ array $options
[, array $params
]] )
PHP:stream_context_get_options()的用法 PHP
stream_context_get_options
(PHP 4 >= 4.3.0, PHP 5)
stream_context_get_options — 获取资源流/数据包/上下文的参数
说明
array stream_context_get_options
( resource $str
PHP:spl_object_hash()的用法 PHP
spl_object_hash
(PHP 5 >= 5.2.0)
spl_object_hash —
返回指定对象的hash id
说明
string spl_object_hash
( object $obj
)
本函数为指定对象返回一个唯
PHP:spl_autoload()的用法 PHP
spl_autoload (PHP 5 = 5.1.2)
spl_autoload — __autoload()函数的默认实现 说明 void spl_autoload ( string $class_name [, stri...
PHP:spl_classes()的用法 PHP
spl_classes (PHP 5)
spl_classes — 返回所有可用的SPL类 说明 array spl_classes ( void ) 本函数返回当前所有可用的 SPL 类的数组。 参数 此函数没有参数。 返回值...