public function C14N(
  bool $exclusive = false,
  bool $with_comments = false,
  ?darray $xpath = NULL,
  ?varray $ns_prefixes = NULL,
): string;
 
Parameters
- bool $exclusive = false
- bool $with_comments = false
- ?darray $xpath = NULL
- ?varray $ns_prefixes = NULL
Returns