PHP Velho Oeste 2024

gupnp_context_unhost_path

(PECL gupnp >= 0.1.0)

gupnp_context_unhost_pathInterrompt l'hébergement

Description

gupnp_context_unhost_path ( resource $context , string $server_path ) : bool

Interrompt l'hébergement d'un fichier ou d'un dossier sur le chemin server_path.

Liste de paramètres

context

Un identifiant de contexte, retourné par la fonction gupnp_context_new().

server_path

Chemin du serveur Web où est localisé le fichier ou le dossier hébergé.

Valeurs de retour

Cette fonction retourne TRUE en cas de succès ou FALSE si une erreur survient.

Voir aussi

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top