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

Category: PHP Functions

1SMARTchicken - Code Made Easy

Category: PHP Functions

  • 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

Category: PHP Functions

  • Tutorials (168)
  • Reference (2172)
  • Snippets (69)
  • Home
  • Reference
  • PHP Reference
  • PHP Functions
  • Page 16
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 – localtime() Function

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

The PHP localtime() function returns the local time.

PHP Reference

PHP – log() Function

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

The PHP log() function returns the natural logarithm of a number, or the logarithm of number to base.

PHP Reference

PHP – log10() Function

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

The PHP log10() function returns the base-10 logarithm of a number.

PHP Reference

PHP – log1p() Function

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

The PHP log1p() function returns log(1+number), computed in a way that is accurate even when the value of number is close to zero.

PHP Reference

PHP – long2ip() Function

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

The PHP long2ip() function converts a long integer address into a string in IPv4 format.

PHP Reference

PHP – lstat() Function

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

The PHP lstat() function returns information about a file or symbolic link.

PHP Reference

PHP – mail() Function

September 24, 2024 / PHP Functions, PHP Reference, Reference / Email, PHP Mail

The PHP mail() function allows you to send emails directly from a script.

PHP Reference

PHP – max() Function

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

The PHP max() function returns the highest value in an array, or the highest value of several specified values.

PHP Reference

PHP – microtime() Function

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

The PHP microtime() function returns the current Unix timestamp with microseconds.

PHP Reference

PHP – min() Function

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

The PHP min() function returns the lowest value in an array, or the lowest value of several specified values.

PHP Reference

PHP – mkdir() Function

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

The PHP mkdir() function creates a directory specified by a pathname.

PHP Reference

PHP – mktime() Function

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

The PHP mktime() function returns the Unix timestamp for a date.

PHP Reference

PHP – mt_getrandmax() Function

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

The PHP mt_getrandmax() function returns the largest possible value that can be returned by mt_rand().

PHP Reference

PHP – mt_rand() Function

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

The PHP mt_rand() function generates a random integer using the Mersenne Twister algorithm.

PHP Reference

PHP – mt_srand() Function

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

The PHP mt_srand() function seeds the Mersenne Twister random number generator.

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.

PHP Reference

PHP – natsort() Function

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

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

PHP Reference

PHP – next() Function

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

The PHP next() function moves the internal pointer to, and outputs, the next element in the array.

PHP Reference

PHP – octdec() Function

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

The PHP octdec() function converts an octal number to a decimal number.

← Previous 1 … 15 16 17 … 20 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.