GoLang gupnp_context_unhost_path

request it (299)
GoLang replacement for PHP's gupnp_context_unhost_path [edit | history]



Do you know a GoLang replacement for PHP's gupnp_context_unhost_path? Write it!

PHP gupnp_context_unhost_path

PHP original manual for gupnp_context_unhost_path [ show | php.net ]

gupnp_context_unhost_path

(PECL gupnp >= 0.1.0)

gupnp_context_unhost_pathStop hosting

Description

bool gupnp_context_unhost_path ( resource $context , string $server_path )

Stop hosting the file or folder at server_path.

Parameters

context

A context identifier, returned by gupnp_context_new().

server_path

Web server path where the file or folder is hosted.

Return Values

Returns TRUE on success or FALSE on failure.

See Also