PHP Interface Inpsyde\MultilingualPress\Common\ArrayDiffer

Since: 3.0.0
Afficher le fichier Open project: inpsyde/multilingual-press

Méthodes publiques

Méthode Description
diff ( array $a, array $b ) : array Compares the given arrays and returns a new array holding the differences only.

Method Details

diff() public méthode

Compares the given arrays and returns a new array holding the differences only.
Since: 3.0.0
public diff ( array $a, array $b ) : array
$a array An array of values.
$b array Another array of values.
Résultat array The array holding the differences only.