About 729,000 results
Open links in new tab
  1. 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 …

    Missing:

    • Examples

    Must include:

  2. PHP: Array Functions - Manual

    Letter u can be used twice in some functions (like array_udiff_uassoc), this means that you have to use 2 functions (one for value, one for index). Example: array_udiff_uassoc, …

    Missing:

    • Examples

    Must include:

  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 Array Cheat Sheet: A Complete Reference - Sling Academy

    Jan 13, 2024 · PHP has a abundance of array functions. Here are some commonly used ones: Arrays that contain other arrays are multidimensional: array ('apple', 'banana'), array ('carrot', …

  5. PHP Array Functions - Online Tutorials Library

    PHP supports simple and multi-dimensional arrays and can be either user created or created by another function. You can use these functions to modify, sort, add, remove or search elements …

  6. PHP Array Functions (with Examples) - Scientech Easy

    Mar 2, 2025 · PHP provides a vast range of built-in array functions that simplify array manipulation. These functions make easier when working with arrays, from simple operations …

  7. 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.

    Missing:

    • Examples

    Must include:

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

    Sep 6, 2023 · This article provides a guide on how to work with arrays in PHP, covering both basic and advanced examples. It also includes real-world examples, best practices, and an overview …

  9. PHP Array Functions - Scaler Topics

    Apr 24, 2023 · PHP provides many built-in functions for working with arrays, including functions for adding, removing, and modifying elements, as well as functions for searching, sorting, and …

  10. 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.

  11. Some results have been removed
Refresh