array public
\Bitrix\Main\Text\Diff::getDiffScript(
array $a,
array $b
);
Non-static method gets two versions of array and returns script, required for converting first array into the second.
Parameters
Parameter | Description | Version |
$a | First array. | |
$b | Second array. | |
Example