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

Category: PHP Functions

1SMARTchicken - Code Made Easy

Category: PHP Functions

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

Category: PHP Functions

  • Tutorials (195)
  • Reference (2173)
  • Snippets (69)
  • Home
  • Reference
  • PHP Reference
  • PHP Functions
  • Page 3
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).

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 – asin() Function

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

The PHP asin() function returns the arc sine of a number.

PHP Reference

PHP – asinh() Function

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

The PHP asinh() function returns the inverse hyperbolic sine of a number.

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 – atan() Function

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

The PHP atan() function returns the arc tangent of arg as a numeric value between -Pi/2 and Pi/2 radians.

PHP Reference

PHP – atan2() Function

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

The PHP atan2() function returns the arc tangent of y/x, in radians, where x and y are the coordinates of a point (x,y).

← Previous 1 2 3 4 … 20 Next →

or View All Tags

Tutorials

  • HTML Tutorials (40)
  • CSS Tutorials (45)
    • CSS Flexbox (12)
  • JavaScript Tutorials (18)
  • jQuery Tutorials (13)
  • PHP Tutorials (0)
  • SQL Tutorials (0)
  • Python Tutorials (79)
    • Python File Handling (4)
    • Python and MySQL (11)
  • 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 (556)
    • JavaScript Selectors (7)
    • JavaScript Operators (12)
    • JavaScript Statements (17)
    • JavaScript Methods (285)
    • 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

contact2026@1smartchicken.com

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

Search for Code:

or View All Tags

Copyright © 2026 1SMARTchicken | All Rights Reserved.