socket_import_stream

(PHP 5 >= 5.4.0)

socket_import_streamImport a stream

Описание

resource socket_import_stream ( resource $stream )

Imports a stream that encapsulates a socket into a socket extension resource.

Список параметров

stream

The stream resource to import.

Возвращаемые значения

Returns FALSE or NULL on failure.

Примеры

Пример #1 socket_import_stream() example

<?php
$stream 
stream_socket_server("udp://0.0.0.0:58380"$errno$errstrSTREAM_SERVER_BIND); 
$sock   socket_import_stream($stream);
?>

Смотрите также

Коментарии

This function does not support SSL connections.

I have submitted a bug/enhacement request because of this: https://bugs.php.net/bug.php?id=70939
2015-11-18 22:34:18
http://php5.kiev.ua/manual/ru/function.socket-import-stream.html

    Поддержать сайт на родительском проекте КГБ