Stream_bucket_append function: Adding data to a queue
stream_bucket_make_writeable function: Returns a data object from the queue of operations
Stream_bucket_new function: Create a new data for the current queue
Stream_bucket_prepend function: Prepare data to queue
Stream_context_create function: Creating a data flow context
Stream_context_get_default function: Get the default data flow context
stream_context_get_options function: Get the Data flow settings
Stream_context_set_option function: Set the data stream, packet, or context
Stream_context_set_params function: Setting parameters for Data flow, packet, or context
Stream_copy_to_stream functions: Copying operations between data streams
Stream_filter_append function: Adding a filter to a data stream
stream_filter_prepend function: Adding filters for Data flow preparation
Stream_filter_register function: Registers a filter for a data stream and executes as a PHP class
Stream_filter_remove function: Removing filters from a data stream
stream_get_contents function: Reads the remaining data in the data stream into a string
Stream_get_filters function: Returns the list of data stream filters that have been registered
Stream_get_line function: Fetching rows from a data flow resource by a given delimiter
Stream_get_meta_data function: Get header/Meta data from encapsulated protocol file pointers
Stream_get_transports function: Returns the registered socket transfer list
Stream_get_wrappers function: Returns a list of registered data streams
Stream_register_wrapper function: Register a URL wrapper protocol implemented with PHP class
Stream_select function: Receives an array of data streams and waits for their state to change
stream_set_blocking function: Set a data stream to be blocked or non-clogging
Stream_set_timeout function: Timeout setting for data flow
Stream_set_write_buffer function: Set buffer for data flow
stream_socket_accept function: Accepts a socket connection created by the function Stream_ Socket_server ()
stream_socket_client function: Open a socket connection for a network or UNIX host
Stream_socket_enable_crypto function: Turn data encryption on or off for an already connected socket
Stream_socket_get_name function: Gets the name of the local or network socket
Stream_socket_pair function: Create two non-differentiated socket data stream connections
Stream_socket_recvfrom function: Gets data from the socket, regardless of whether it is connected or not
Stream_socket_sendto function: Sends data to the socket, regardless of whether it is connected or not
Stream_socket_server function: Create a network or UNIX socket server
Stream_wrapper_restore function: Recovering a pre-signed packet
Stream_wrapper_unregister function: Unregister a URL address pack
http://www.bkjia.com/PHPjc/327802.html www.bkjia.com true http://www.bkjia.com/PHPjc/327802.html techarticle stream_bucket_append function: Add data to the queue Stream_bucket_make_writeable function: Returns a data object Stream_bucket_new function from the queue of operations: Creates a ...