PHP 8.2.30
Preview: array.js Size: 390 B
/opt/alt/alt-nodejs24/root/usr/lib/node_modules/npm/node_modules.bundled/diff/libesm/util/array.js

export function arrayEqual(a, b) {
    if (a.length !== b.length) {
        return false;
    }
    return arrayStartsWith(a, b);
}
export function arrayStartsWith(array, start) {
    if (start.length > array.length) {
        return false;
    }
    for (let i = 0; i < start.length; i++) {
        if (start[i] !== array[i]) {
            return false;
        }
    }
    return true;
}

Directory Contents

Dirs: 0 × Files: 4

Name Size Perms Modified Actions
390 B lrw-r--r-- 2026-02-23 07:38:44
Edit Download
1.45 KB lrw-r--r-- 2026-02-23 07:38:44
Edit Download
410 B lrw-r--r-- 2026-02-23 07:38:44
Edit Download
4.51 KB lrw-r--r-- 2026-02-23 07:38:44
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).