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

search for in the

stream_copy_to_stream> <stream_context_set_option
Last updated: Fri, 18 Jul 2008

view this page in

stream_context_set_params

(PHP 4 >= 4.3.0, PHP 5)

stream_context_set_params — Establecer parámetros para una secuencia/envoltura/contexto

Descripción

bool stream_context_set_params ( resource $secuencia_o_contexto , array $parametros )

parametros debe ser una matriz asociativa de la estructura: $parametros['nombre_parametro'] = "valor_parametro";.

Parámetros
Parámetros Propósito
notification Nombre de la llamada de retorno definida por el usuario a ser llamada cuando una secuencia genere una notificación.
options Matriz de opciones, tal como en stream_context_create().


add a note add a note User Contributed Notes
stream_context_set_params
There are no user contributed notes for this page.

stream_copy_to_stream> <stream_context_set_option
Last updated: Fri, 18 Jul 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites