芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/qrafiqxcreativeagency.com/accounts/office/vendor/azjezz/psl/src/Psl/Dict/merge.php
$first * @param iterable
...$rest * * @return array
* * @no-named-arguments */ function merge(iterable $first, iterable ...$rest): array { /** @var list
> $iterables */ $iterables = [$first, ...$rest]; return flatten($iterables); }