Determines the differences between two sets of tags.
public static function UnbTag::GetDifferences ($tags1, $tags2, &$addedTags, &$removedTags, &$changedTags);
(array) First tag set. null
is accepted for an empty set.
(array) Second tag set. null
is accepted for an empty set.
(array) Array to store all tags that were added in the second set
(array) Array to store all tags that were removed in the second set
(array) Array to store all tags whose user data was changed in the second set
InvalidArgumentException | On invalid argument type or value. |
Member of class: UnbTag
Implementation file: tag.class.php, line 899
© 2011 Yves Goergen. UNB Components Homepage. Reference generated on 2011-02-22.