Home > PHP > Function > Gupnp > gupnp_context_unhost_path()

gupnp_context_unhost_path()

gupnp_context_unhost_path - Stop hosting

Syntax

bool gupnp_context_unhost_path (resource $context, string $server_path)

Arguments

  • context - A context identifier, returned by gupnp_context_new().
  • server_path - Web server path where the file or folder is hosted.

Description

Stop hosting the file or folder at server_path.

Version

PHP PECL gupnp >= 0.1.0

Return value

Returns TRUE on success or FALSE on failure.