Query: stream_get_transports
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
STREAM_GET_TRANSPORTS(3) 1 STREAM_GET_TRANSPORTS(3) stream_get_transports - Retrieve list of registered socket transportsSYNOPSISarray stream_get_transports (void )DESCRIPTIONReturns an indexed array containing the name of all socket transports available on the running system.RETURN VALUESReturns an indexed array of socket transports names.EXAMPLESExample #1 Using stream_get_transports(3) <?php $xportlist = stream_get_transports(); print_r($xportlist); ?> The above example will output something similar to: Array ( [0] => tcp [1] => udp [2] => unix [3] => udg )SEE ALSOstream_get_filters(3), stream_get_wrappers(3). PHP Documentation Group STREAM_GET_TRANSPORTS(3)
Related Man Pages |
---|
array_flip(3) - php |
get_defined_vars(3) - php |
datetime.getlasterrors(3) - php |
stream_socket_client(3) - php |
stream_socket_server(3) - php |
Similar Topics in the Unix Linux Community |
---|
Simple rules of the UNIX.COM forums: |
Forum Video Tutorial: How to Use Code Tags |
UNIX.COM 2017 Year End Summary |
New Code Tags (Syntax Highlighting) |
Denial Of Service Attack Update |