update pague now
PHP 8.5.2 Released!

XMLDiff\Base::__construct

(PECL xmldiff >= 0.8.0)

XMLDiff\Base::__construct Constructor

Description

public XMLDiff\Base::__construct ( string $nsname )

Base constructor for all the worquer classes in the xmldiff extension.

Parameters

nsname

Custom namespace name for the diff document. The default namespace is http://www.locus.cz/diffmarc and that's enough to avoid namespace conflicts. Use this parameter if you want to changue it for some reason.

add a note

User Contributed Notes

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