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

Category: PHP Reference

1SMARTchicken - Code Made Easy

Category: PHP Reference

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

Category: PHP Reference

  • Tutorials (183)
  • Reference (2172)
  • Snippets (69)
  • Home
  • Reference
  • PHP Reference
  • Page 21
PHP Reference

PHP – set_error_handler() Function

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

The PHP set_error_handler() function sets a user-defined error handler function.

PHP Reference

PHP – set_exception_handler() Function

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

The PHP set_exception_handler() function sets a user-defined exception handler function and will stop executing after the exception handler is called.

PHP Reference

PHP – set_file_buffer() Function

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

The PHP set_file_buffer() function specifies the number of bytes to buffer on the given file.

PHP Reference

PHP – setcookie() Function

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

The PHP setcookie() function defines a cookie to be sent along with the rest of the HTTP headers.

PHP Reference

PHP – setrawcookie() Function

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

The PHP setrawcookie() function defines a cookie (without URL encoding) to be sent along with the rest of the HTTP headers.

PHP Reference

PHP – show_source() Function

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

The PHP show_source() function outputs a file with the PHP syntax highlighted. The syntax is highlighted by using HTML tags.

PHP Reference

PHP – shuffle() Function

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

The PHP shuffle() function randomizes the order of the elements in the array and assigns new keys. Existing keys are removed.

PHP Reference

PHP – sin() Function

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

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

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 – static Keyword

July 26, 2024 / PHP Keywords, PHP Reference, Reference / Keyword

The PHP static keyword is used to declare properties and methods of a class as static (can be used without creating an instance of the class).

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.

← Previous 1 … 20 21 22 23 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 (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 (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.