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

Category: Reference

1SMARTchicken - Code Made Easy

Category: Reference

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

  • Tutorials (168)
  • Reference (2172)
  • Snippets (69)
  • Home
  • Reference
  • Page 87
PHP Reference

PHP – restore_exception_handler() Function

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

The PHP restore_exception_handler() function restores the previous exception handler after changing it with the set_exception_handler() function.

PHP Reference

PHP – rewind() Function

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

The PHP rewind() function rewinds the position of the file pointer to the beginning of the file.

PHP Reference

PHP – return Keyword

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

The PHP return keyword ends a function and uses the result of an expression as the return value of the function.

PHP Reference

PHP – rewinddir() Function

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

The PHP rewinddir() function resets the directory handle created by opendir().

PHP Reference

PHP – rmdir() Function

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

The PHP rmdir() function removes an empty directory.

PHP Reference

PHP – round() Function

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

The PHP round() function rounds a floating-point number.

PHP Reference

PHP – rsort() Function

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

The PHP rsort() function sorts an indexed array in descending order.

PHP Reference

PHP – scandir() Function

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

The PHP scandir() function returns an array of files and directories of the specified directory.

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.

← Previous 1 … 86 87 88 … 109 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.