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

Category: Reference

1SMARTchicken - Code Made Easy

Category: Reference

  • 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: Reference

  • Tutorials (195)
  • Reference (2173)
  • Snippets (69)
  • Home
  • Reference
  • Page 70
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 – as Keyword

July 25, 2024 / PHP Keywords, PHP Reference, Reference / Keyword, Loop, PHP Loop

The PHP as keyword is used by the foreach loop to establish which variables contain the key and value of an element.

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

PHP Reference

PHP – atanh() Function

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

The PHP atanh() function returns the inverse hyperbolic tangent of a number.

PHP Reference

PHP – base_convert() Function

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

The PHP base_convert() function converts a number from one number base to another.

PHP Reference

PHP – basename() Function

September 14, 2024 / PHP Functions, PHP Reference, Reference / PHP File System

The PHP basename() function returns the filename from a path.

PHP Reference

PHP – bindec() Function

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

The PHP bindec() function converts a binary number to a decimal number.

PHP Reference

PHP – break Keyword

July 25, 2024 / PHP Keywords, PHP Reference, Reference / Keyword, Loop, PHP Loop

The PHP break keyword is used to break out of for loops, foreach loops, while loops, do… while loops, and switch conditions.

PHP Reference

PHP – cal_days_in_month() Function

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

The PHP cal_days_in_month() function returns the number of days in a month for a specified year and calendar.

PHP Reference

PHP – cal_from_jd() Function

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

The PHP cal_from_jd() function converts a Julian Day Count into a date of a specified calendar.

PHP Reference

PHP – cal_info() Function

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

The PHP cal_info() function returns information about a specified calendar, or all calendars If the calendar parameter is omitted.

← Previous 1 … 69 70 71 … 109 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.