Skip to content
  • Blog (1)
  • About Us
  • Tags
  • Donations
1SMARTchicken - Code Made Easy
  • Tutorials (168)
  • Reference (2172)
  • Snippets (69)

Tag: Array

1SMARTchicken - Code Made Easy

Tag: Array

  • Tutorials (168)
  • Reference (2172)
  • Snippets (69)
  • Blog (1)
  • About Us
  • Tags
  • Donations
1SMARTchicken - Code Made Easy
  • Tutorials (168)
  • Reference (2172)
  • Snippets (69)
1SMARTchicken - Code Made Easy

Tag: Array

  • Tutorials (168)
  • Reference (2172)
  • Snippets (69)
  • Home
  • Array
  • Page 4
PHP Reference

PHP – array_merge_recursive() Function

September 14, 2024 / PHP Functions, PHP Reference, Reference / Array, PHP Array

The PHP array_merge_recursive() function merges one or more arrays into one array. If two or more elements have the same key, a nested array is created.

PHP Reference

PHP – array_multisort() Function

September 14, 2024 / PHP Functions, PHP Reference, Reference / Array, PHP Array

The PHP array_multisort() function returns a sorted array from one or more arrays.

PHP Reference

PHP – array_pad() Function

September 14, 2024 / PHP Functions, PHP Reference, Reference / Array, PHP Array

The PHP array_pad() function inserts a specified number of elements, with a specified value, to an array.

PHP Reference

PHP – array_pop() Function

September 14, 2024 / PHP Functions, PHP Reference, Reference / Array, PHP Array

The PHP array_pop() function deletes the last element of an array.

PHP Reference

PHP – array_product() Function

September 14, 2024 / PHP Functions, PHP Reference, Reference / Array, PHP Array

The PHP array_product() function calculates and returns the product of an array.

PHP Reference

PHP – array_push() Function

September 14, 2024 / PHP Functions, PHP Reference, Reference / Array, PHP Array

The PHP array_push() function inserts one or more elements to the end of an array, using numeric keys for the new items even if the array uses string keys.

PHP Reference

PHP – array_rand() Function

September 14, 2024 / PHP Functions, PHP Reference, Reference / Array, PHP Array

The PHP array_rand() function returns a random key from the function, or an array of random keys if you specify the return of more than one key.

PHP Reference

PHP – array_reduce() Function

September 14, 2024 / PHP Functions, PHP Reference, Reference / Array, PHP Array

The PHP array_reduce() function sends the values in an array to a user-defined function, and returns a string.

PHP Reference

PHP – array_replace() Function

September 14, 2024 / PHP Functions, PHP Reference, Reference / Array, PHP Array

The PHP array_replace() function replaces the values of the first array with the values from following arrays.

PHP Reference

PHP – array_replace_recursive() Function

September 14, 2024 / PHP Functions, PHP Reference, Reference / Array, PHP Array

The PHP array_replace_recursive() function replaces the values of the first array with the values from following arrays recursively.

PHP Reference

PHP – array_reverse() Function

September 14, 2024 / PHP Functions, PHP Reference, Reference / Array, PHP Array

The PHP array_reverse() function returns an array in the reverse order.

PHP Reference

PHP – array_search() Function

September 14, 2024 / PHP Functions, PHP Reference, Reference / Array, PHP Array

The PHP array_search() function searches an array for a value and returns the key.

PHP Reference

PHP – array_shift() Function

September 14, 2024 / PHP Functions, PHP Reference, Reference / Array, PHP Array

The PHP array_shift() function removes the first element from an array, and returns the value of the removed element.

PHP Reference

PHP – array_slice() Function

September 14, 2024 / PHP Functions, PHP Reference, Reference / Array, PHP Array

The PHP array_slice() function returns selected parts of an array.

PHP Reference

PHP – array_splice() Function

September 14, 2024 / PHP Functions, PHP Reference, Reference / Array, PHP Array

The PHP array_splice() function removes selected elements from an array and replaces it with new elements.

PHP Reference

PHP – array_sum() Function

September 14, 2024 / PHP Functions, PHP Reference, Reference / Array, PHP Array

The PHP array_sum() function returns the sum of all the values in the array.

PHP Reference

PHP – array_udiff() Function

September 14, 2024 / PHP Functions, PHP Reference, Reference / Array, PHP Array

The PHP array_udiff() function compares the values of two or more arrays, and returns an array of entries from array1 not in the other array(s).

PHP Reference

PHP – array_udiff_assoc() Function

September 14, 2024 / PHP Functions, PHP Reference, Reference / Array, PHP Array

The PHP array_udiff_assoc() function compares the keys/values of two or more arrays, and returns an array of entries from array1 not in the other array(s).

PHP Reference

PHP – array_udiff_uassoc() Function

September 14, 2024 / PHP Functions, PHP Reference, Reference / Array, PHP Array

The PHP array_udiff_uassoc() function compares the keys/values of two or more arrays, and returns the entries from array1 not in the other array(s).

PHP Reference

PHP – array_uintersect() Function

September 14, 2024 / PHP Functions, PHP Reference, Reference / Array, PHP Array

The PHP array_uintersect() function compares the values of two or more arrays, and returns entries from array1 that exist in the other array(s).

← Previous 1 … 3 4 5 … 7 Next →

or View All Tags

Tutorials

  • HTML Tutorials (40)
  • CSS Tutorials (45)
  • CSS Flexbox (12)
  • JavaScript Tutorials (6)
  • jQuery Tutorials (13)
  • PHP Tutorials (0)
  • SQL Tutorials (0)
  • Python Tutorials (64)
  • WordPress Tutorials (0)

Reference

  • HTML Reference (244)
    • HTML Tags (107)
    • HTML Attributes (46)
    • HTML Events (76)
    • HTML Resources (15)
  • CSS Reference (309)
    • CSS Selectors (55)
    • CSS Properties (220)
    • CSS Functions (17)
    • CSS Resources (17)
  • JavaScript Reference (555)
    • JavaScript Selectors (7)
    • JavaScript Operators (12)
    • JavaScript Statements (17)
    • JavaScript Methods (284)
    • JavaScript Properties (162)
    • JavaScript RegExp (45)
    • JavaScript Resources (28)
  • jQuery Reference (220)
    • jQuery Selectors (54)
    • jQuery Methods (140)
    • jQuery Ajax Methods (16)
    • jQuery Properties (17)
    • jQuery Resources (9)
  • PHP Reference (460)
    • PHP Keywords (59)
    • PHP Functions (400)
    • PHP Constants (0)
    • PHP Resources (1)
  • SQL Reference (290)
    • SQL Keywords (59)
    • MySQL Functions (138)
    • SQL Server Functions (83)
    • SQL Resources (10)
  • Python Reference (94)
    • Python Methods (86)
    • Python Resources (8)
  • WordPress Reference (0)

Snippets

  • HTML Snippets (3)
  • CSS Snippets (12)
  • JavaScript Snippets (5)
  • jQuery Snippets (8)
  • PHP Snippets (1)
  • SQL Snippets (3)
  • Python Snippets (1)
  • WordPress Snippets (36)
1SMARTchicken - Code Made Easy

333 Washington Blvd.
Suite 126
Marina del Rey, CA 90292
United States

contact2025@1smartchicken.com

  • About Us
  • Privacy Policy
  • Cookie Policy
  • Terms & Conditions

Search for Code:

or View All Tags

Copyright © 2025 1SMARTchicken | All Rights Reserved.