[PHP-NOTES] note 130500 added to function.array-all

[email protected] ("Anonymous") Fri, 03 Oct 2025 01:19:36 +0000
Newsgroups php.notes
Message-ID <[email protected]>
<?php

function array_all(array $array, callable $callback): bool
{
    return array_reduce($array, fn($r, $e) => $r && $callback($e), true);
}

?>
----
Server IP: 45.112.84.4
Probable Submitter: 80.90.5.137 (proxied: 122.57.27.239)
----
Manual Page -- https://php.net/manual/en/function.array-all.php
Edit        -- https://main.php.net/note/edit/130500
Del: integrated  -- https://main.php.net/note/delete/130500/integrated
Del: useless     -- https://main.php.net/note/delete/130500/useless
Del: bad code    -- https://main.php.net/note/delete/130500/bad+code
Del: spam        -- https://main.php.net/note/delete/130500/spam
Del: non-english -- https://main.php.net/note/delete/130500/non-english
Del: in docs     -- https://main.php.net/note/delete/130500/in+docs
Del: other reasons-- https://main.php.net/note/delete/130500
Reject      -- https://main.php.net/note/reject/130500
Search      -- https://main.php.net/manage/user-notes.php