About 7,890,000 results
Open links in new tab
  1. PHP: Array Functions - Manual

    array_filter — Filters elements of an array using a callback function; array_find — Returns the first element satisfying a callback function; array_find_key — Returns the key of the first element …

  2. PHP Array Functions - W3Schools

    Simple and multi-dimensional arrays are supported. The array functions are part of the PHP core. There is no installation needed to use these functions. Deprecated from PHP 7.2. Returns the …

  3. PHP Array Functions - GeeksforGeeks

    Apr 14, 2025 · PHP provides a variety of powerful functions to work with arrays, making it easier to add, remove, sort, and manipulate data. Whether you're handling simple lists or complex …

  4. PHP 7 Array Functions - Tutorial Republic

    Here is a complete list of array functions belonging to the latest PHP 7. These functions are the part of the PHP core so you can use them within your script without any further installation. …

  5. PHP Array Functions - Online Tutorials Library

    PHP arrays are essential for storing, managing, and operating on sets of variables. PHP supports simple and multi-dimensional arrays and can be either user created or created by another …

  6. 10 PHP Array Functions And How To Use Them - DEV Community

    Mar 4, 2023 · Knowing how to use these functions can make it easier to write efficient and effective code, improve performance, and avoid errors when working with arrays in PHP.

  7. Array Functions - PHP Arrays - PHP Tutorial - PHP For Kids.com

    There are over 70 array functions available in PHP, but listed below are 40 of the most useful (and understandable) functions. Each function accepts different arguments in order to produce its …

  8. PHP Array Functions | Reference List of All Functions - Tuts Insider

    We utilized W3schools.com as a reference to build up this ultimate reference of all PHP arrays functions. We also consulted PHP.NET to compile an up-to-date and latest list of all PHP …

  9. How to Work with Arrays in PHP (with Advanced Examples)

    Sep 6, 2023 · Arrays are a fundamental data structure in PHP that allow you to store and manipulate collections of values. In this article, we will explore the basics of working with …

  10. Array functions in PHP - Scaler

    Apr 24, 2023 · PHP provides several array functions that can be used to manipulate arrays, including adding or removing elements, sorting elements, merging arrays, and more. For …

  11. Some results have been removed