php man page for gupnp_context_new

Query: gupnp_context_new

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

GUPNP_CONTEXT_NEW(3)							 1						      GUPNP_CONTEXT_NEW(3)

gupnp_context_new - Create a new context

SYNOPSIS
resource gupnp_context_new ([string $host_ip], [int $port])
DESCRIPTION
Create a new context with the specified host_ip and port.
PARAMETERS
o $host_ip - The local host's IP address, or NULL to use the IP address of the first non-loopback network interface. o $port - Port to run on, or 0 if you don't care what port is used.
RETURN VALUES
A context identifier.
EXAMPLES
Example #1 Create new UPnP context <?php /* Create the UPnP context */ $context = gupnp_context_new(); if (!$context) { die("Error creating the GUPnP context "); } ?>
ERRORS
/EXCEPTIONS Issues E_WARNING with unable to create context. PHP Documentation Group GUPNP_CONTEXT_NEW(3)
Related Man Pages
copy(3) - php
finfo_buffer(3) - php
gupnp_control_point_callback_set(3) - php
gupnp_device_info_get_service(3) - php
gupnp_root_device_new(3) - php
Similar Topics in the Unix Linux Community
Rules for Homework &amp; Coursework Questions Forum
Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1)
New Code Tags (Syntax Highlighting)
Status of UNIX.COM Forum Transformation
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch