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

PHP – sinh() Function

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

The PHP sinh() function returns the hyperbolic sine of a number, which is equal to (exp(number) – exp(-number))/2).

PHP Reference

PHP – sleep() Function

September 25, 2024 / PHP Functions, PHP Reference, Reference

The PHP sleep() function delays execution of the current script for a specified number of seconds.

PHP Reference

PHP – sort() Function

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

The PHP sort() function sorts an indexed array in ascending order.

PHP Reference

PHP – sizeof() Function

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

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

PHP Reference

PHP – sqrt() Function

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

The PHP sqrt() function returns the square root of a number.

PHP Reference

PHP – srand() Function

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

The PHP srand() function seeds the random number generator (rand()).

PHP Reference

PHP – stat() Function

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

The PHP stat() function returns information about a file. The informational array may contain the number index, the name index, or both.

PHP Reference

PHP – strftime() Function

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

The PHP strftime() function formats a local time and/or date according to locale settings.

PHP Reference

PHP – strptime() Function

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

The PHP strptime() function parses a time/date generated with strftime().

PHP Reference

PHP – strtotime() Function

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

The PHP strtotime() function parses an English textual datetime into a Unix timestamp (the number of seconds since January 1 1970 00:00:00 GMT).

PHP Reference

PHP – symlink() Function

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

The PHP symlink() function creates a symbolic link from the existing target with the specified name link.

PHP Reference

PHP – sys_getloadavg() Function

September 25, 2024 / PHP Functions, PHP Reference, Reference

The PHP sys_getloadavg() function returns the system load average as an array (three numbers) that are the average load over the last 1, 5 and 15 minutes.

PHP Reference

PHP – syslog() Function

August 19, 2024 / PHP Functions, PHP Reference, Reference / PHP Network

The PHP syslog() function generates a system log message.

PHP Reference

PHP – tan() Function

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

The PHP tan() function returns the tangent of a number.

PHP Reference

PHP – tanh() Function

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

The PHP tanh() function returns the hyperbolic tangent of a number, which is equal to sinh(x)/cosh(x).

PHP Reference

PHP – tempnam() Function

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

The PHP tempnam() function creates a temporary file with a unique name in the specified directory.

PHP Reference

PHP – time() Function

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

The PHP time() function returns the current time in the number of seconds since the Unix Epoch (January 1 1970 00:00:00 GMT).

PHP Reference

PHP – time_nanosleep() Function

September 25, 2024 / PHP Functions, PHP Reference, Reference

The PHP time_nanosleep() function delays execution of the current script for a specified number of seconds and nanoseconds.

PHP Reference

PHP – time_sleep_until() Function

September 25, 2024 / PHP Functions, PHP Reference, Reference

The PHP time_sleep_until() function is used to make a script sleep until the specified time.

PHP Reference

PHP – timezone_abbreviations_list() Function

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

The PHP timezone_abbreviations_list() returns an associative array containing dst, offset, and the timezone name.

← Previous 1 … 18 19 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.