xml_parser_free

(PHP 4, PHP 5, PHP 7, PHP 8)

xml_parser_freeCancella un parser XML

Descrizione

xml_parser_free(resource $parser): bool

Cancella il parser XML fornito.

Elenco dei parametri

parser
Un riferimento al parser XML da cancellare.

Valori restituiti

Questa funzione restituisce false se parser non si riferisce ad un parser valido, altrimenti cancella il parser e restituisce true.

add a note

User Contributed Notes

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