---
title: "array_find in PHP 8.4"
url: https://daily.dev/posts/array-find-in-php-8-4-jahe1yejh
source_url: https://stitcher.io/blog/array-find-in-php-84
type: article
source: "stitcher.io"
published: 2024-07-18T06:51:39.282Z
updated: 2024-08-23T16:08:46.023Z
tags: ["webdev", "php"]
reading_time: 3
upvotes: 92
comments: 8
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# array_find in PHP 8.4

**[stitcher.io](https://daily.dev/sources/stitcher)** · 3 min read · 92 upvotes · 8 comments

## Summary

PHP 8.4 introduces new functions such as array_find(), array_find_key(), array_any(), and array_all(). array_find() returns the first element that matches a callback condition, while array_find_key() returns the corresponding key. array_any() checks if at least one element satisfies the condition, and array_all() confirms if all elements do.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://stitcher.io/blog/array-find-in-php-84>

## Community discussion

Top comments from developers on daily.dev.

**@hamidreza\_mozhdeh** · 0 upvotes

> Thanks for sharing.

**@hafijul233** · 0 upvotes

> helpful.

**@zafari8** · 0 upvotes

> Thanks for sharing

**@zorainnoushad** · 0 upvotes

> Helpful

**@shazeedul** · 0 upvotes

> so much thanked

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments
- [CNCF Unveils Schedule for KubeCon \+ CloudNativeCon Europe 2026](https://daily.dev/posts/cncf-unveils-schedule-for-kubecon-cloudnativecon-europe-2026-ikhcoa5cb) · CNCF · 2 upvotes · 0 comments
- [CNCF Debuts KubeCon \+ CloudNativeCon Japan 2026 Schedule](https://daily.dev/posts/cncf-debuts-kubecon-cloudnativecon-japan-2026-schedule-xp5pyudub) · CNCF · 1 upvotes · 0 comments

---

Tags: [#webdev](https://daily.dev/tags/webdev), [#php](https://daily.dev/tags/php)

[View this post on daily.dev](https://daily.dev/posts/array-find-in-php-8-4-jahe1yejh)
