downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

socket_last_error> <socket_getsockname
[edit] Last updated: Fri, 24 May 2013

view this page in

socket_import_stream

(PHP 5 >= 5.4.0)

socket_import_streamImportar un flujo a stream

Descripción

resource socket_import_stream ( resource $stream )

Importa un flujo que encapsula un socket en un recurso de extensión de socket.

Parámetros

stream

El recurso de socket a importar.

Valores devueltos

Devuelve FALSE o NULL en caso de fallo.

Ejemplos

Ejemplo #1 Ejemplo de socket_import_stream()

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

Ver también



add a note add a note User Contributed Notes socket_import_stream - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites