? streamWrapper::url_stat
stream_bucket_append ?
Bejson.com
PHP Manual
Streams
Stream 函數(shù)
Stream 函數(shù)
目錄
stream_bucket_append
— Append bucket to brigade
stream_bucket_make_writeable
— Returns a bucket object from the brigade to operate on
stream_bucket_new
— Create a new bucket for use on the current stream
stream_bucket_prepend
— Prepend bucket to brigade
stream_context_create
— 創(chuàng)建資源流上下文
stream_context_get_default
— Retrieve the default stream context
stream_context_get_options
— 獲取資源流/數(shù)據(jù)包/上下文的參數(shù)
stream_context_get_params
— Retrieves parameters from a context
stream_context_set_default
— Set the default stream context
stream_context_set_option
— 對資源流、數(shù)據(jù)包或者上下文設(shè)置參數(shù)
stream_context_set_params
— Set parameters for a stream/wrapper/context
stream_copy_to_stream
— Copies data from one stream to another
stream_filter_append
— Attach a filter to a stream
stream_filter_prepend
— Attach a filter to a stream
stream_filter_register
— Register a user defined stream filter
stream_filter_remove
— 從資源流里移除某個過濾器
stream_get_contents
— 讀取資源流到一個字符串
stream_get_filters
— 獲取已注冊的數(shù)據(jù)流過濾器列表
stream_get_line
— 從資源流里讀取一行直到給定的定界符
stream_get_meta_data
— 從封裝協(xié)議文件指針中取得報頭/元數(shù)據(jù)
stream_get_transports
— 獲取已注冊的套接字傳輸協(xié)議列表
stream_get_wrappers
— 獲取已注冊的流類型
stream_is_local
— Checks if a stream is a local stream
stream_isatty
— Check if a stream is a TTY
stream_notification_callback
— A callback function for the notification context parameter
stream_register_wrapper
— 別名 stream_wrapper_register
stream_resolve_include_path
— Resolve filename against the include path
stream_select
— Runs the equivalent of the select() system call on the given arrays of streams with a timeout specified by seconds and microseconds
stream_set_blocking
— 為資源流設(shè)置阻塞或者阻塞模式
stream_set_chunk_size
— 設(shè)置資源流區(qū)塊大小
stream_set_read_buffer
— Set read file buffering on the given stream
stream_set_timeout
— Set timeout period on a stream
stream_set_write_buffer
— Sets write file buffering on the given stream
stream_socket_accept
— 接受由 stream_socket_server 創(chuàng)建的套接字連接
stream_socket_client
— Open Internet or Unix domain socket connection
stream_socket_enable_crypto
— Turns encryption on/off on an already connected socket
stream_socket_get_name
— 獲取本地或者遠(yuǎn)程的套接字名稱
stream_socket_pair
— 創(chuàng)建一對完全一樣的網(wǎng)絡(luò)套接字連接流
stream_socket_recvfrom
— Receives data from a socket, connected or not
stream_socket_sendto
— Sends a message to a socket, whether it is connected or not
stream_socket_server
— Create an Internet or Unix domain server socket
stream_socket_shutdown
— Shutdown a full-duplex connection
stream_supports_lock
— Tells whether the stream supports locking
stream_wrapper_register
— 注冊一個用 PHP 類實現(xiàn)的 URL 封裝協(xié)議
stream_wrapper_restore
— Restores a previously unregistered built-in wrapper
stream_wrapper_unregister
— Unregister a URL wrapper