PHP - Manual: gupnp_context_unhost_path
2024-12-22
(PECL gupnp >= 0.1.0)
gupnp_context_unhost_path — Stop hosting
$context
, string $server_path
) : bool
Stop hosting the file or folder at server_path
.
context
A context identifier, returned by gupnp_context_new().
server_path
Web server path where the file or folder is hosted.
成功时返回 TRUE
, 或者在失败时返回 FALSE
。
官方地址:https://www.php.net/manual/en/function.gupnp-context-unhost-path.php