Modern DOM library written in PHP for HTML documents
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

548 B

title
Document::C14NFile

Document::C14NFile — DISABLED

Description

public Document::C14NFile ( string $uri , bool $exclusive = false , bool $withComments = false , array|null $xpath = null , array|null $nsPrefixes = null ) : false

This function has been disabled and will always return false. \DOMDocument::C14NFile is an extremely slow and inefficient method to serialize DOM and never should be used. Documented to show difference from \DOMDocument.