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 5
PHP Reference

PHP – array_uintersect_assoc() Function

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

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

PHP Reference

PHP – array_uintersect_uassoc() Function

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

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

PHP Reference

PHP – array_unique() Function

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

The PHP array_unique() function removes duplicate values (the first appearance will be kept) from an array.

PHP Reference

PHP – array_unshift() Function

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

The PHP array_unshift() function inserts new elements to the beginning of an array. Numeric keys will start at 0. String keys will remain the same.

PHP Reference

PHP – array_walk() Function

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

The PHP array_walk() function runs each array element in a user-defined function with the array’s keys and values as parameters in the function.

PHP Reference

PHP – array_values() Function

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

The PHP array_values() function returns an array containing all the values of an array.

PHP Reference

PHP – array_walk_recursive() Function

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

The PHP array_walk_recursive() function runs each array element in a user-defined function with the array’s keys and values as parameters in the function.

PHP Reference

PHP – arsort() Function

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

The PHP arsort() function sorts an associative array in descending order, according to the value.

PHP Reference

PHP – asort() Function

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

The PHP asort() function sorts an associative array in ascending order, according to the value.

PHP Reference

PHP – compact() Function

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

The PHP compact() function creates an array from variables and their values. Any strings that does not match variable names will be skipped.

PHP Reference

PHP – count() Function

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

The PHP count() function returns the number of elements in an array.

PHP Reference

PHP – current() Function

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

The PHP current() function returns the value of the current element (every array has an internal pointer to the “current” element) in an array.

PHP Reference

PHP – end() Function

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

The PHP end() function moves the internal pointer to the last element in the array and outputs that element.

PHP Reference

PHP – extract() Function

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

The PHP extract() function uses array keys as variable names and values as variable values to import variables into the local symbol table from an array.

PHP Reference

PHP – in_array() Function

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

The PHP in_array() function searches an array for a specific value.

PHP Reference

PHP – key() Function

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

The PHP key() function returns the element key from the current internal pointer position and FALSE if there is an error.

PHP Reference

PHP – krsort() Function

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

The PHP krsort() function sorts an associative array in descending order, according to the key.

PHP Reference

PHP – ksort() Function

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

The PHP ksort() function sorts an associative array in ascending order, according to the key.

PHP Reference

PHP – list() Function

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

The PHP list() function is used to assign values to a list of variables in one operation.

PHP Reference

PHP – natcasesort() Function

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

The PHP natcasesort() function sorts an array by using a “natural order” (2 is less than the number 10) algorithm. This function is case-insensitive.

← Previous 1 … 4 5 6 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.