GUPNP_CONTEXT_UNHOST_PATH(3) 1 GUPNP_CONTEXT_UNHOST_PATH(3)
gupnp_context_unhost_path - Stop hosting
SYNOPSIS
bool gupnp_context_unhost_path (resource $context, string $server_path)
DESCRIPTION
Stop hosting the file or folder at $server_path.
PARAMETERS
o $context
- A context identifier, returned by gupnp_context_new(3).
o $server_path
- Web server path where the file or folder is hosted.
RETURN VALUES
Returns TRUE on success or FALSE on failure.
SEE ALSO
gupnp_context_new(3), gupnp_context_host_path(3).
PHP Documentation Group GUPNP_CONTEXT_UNHOST_PATH(3)