XMLWriter::openUri

xmlwriter_open_uri

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0)

XMLWriter::openUri -- xmlwriter_open_uriCrée un nouveau xmlwriter, en utilisant l'URI source pour l'affichage

Description

Style orienté objet

XMLWriter::openUri ( string $uri ) : bool

Style procédural

xmlwriter_open_uri ( string $uri ) : resource

Crée un nouveau XMLWriter, en utilisant l'uri pour l'affichage.

Liste de paramètres

uri

L'URI de la ressource pour l'affichage.

Valeurs de retour

Style orienté objet : Cette fonction retourne TRUE en cas de succès ou FALSE si une erreur survient.

Style procédural : Retourne une ressource xmlwriter pour une utilisation future avec les fonctions xmlwriter en cas de succès, FALSE si une erreur survient.

Voir aussi