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

PHP – define() Function

September 18, 2024 / PHP Functions, PHP Reference, Reference / Variable

The PHP define() function defines a constant.

PHP Reference

PHP – defined() Function

September 18, 2024 / PHP Functions, PHP Reference, Reference / Variable

The PHP defined() function checks whether a constant exists.

PHP Reference

PHP – die() Function

September 19, 2024 / PHP Functions, PHP Reference, Reference

The PHP die() function is an alias of the exit() function.

PHP Reference

PHP – dir() Function

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

The PHP dir() function returns an instance of the Directory class and is used to read a directory.

PHP Reference

PHP – dirname() Function

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

The PHP dirname() function returns the path of the parent directory.

PHP Reference

PHP – disk_free_space() Function

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

The PHP disk_free_space() function returns the free space, in bytes, of the specified filesystem or disk.

PHP Reference

PHP – disk_total_space() Function

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

The PHP disk_total_space() function returns the total size, in bytes, of the specified filesystem or disk.

PHP Reference

PHP – dns_check_record() Function

July 25, 2024 / PHP Functions, PHP Reference, Reference / PHP Network

The PHP dns_check_record() function is an alias of the checkdnsrr() function.

PHP Reference

PHP – dns_get_mx() Function

July 25, 2024 / PHP Functions, PHP Reference, Reference / PHP Network

The PHP dns_get_mx() function is an alias of the getmxrr() function.

PHP Reference

PHP – do Keyword

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

The PHP do keyword creates a loop which always runs at least once. It is used together with the while keyword to create a do…while loop.

PHP Reference

PHP – dns_get_record() Function

July 25, 2024 / PHP Functions, PHP Reference, Reference / PHP Network

The PHP dns_get_record() function gets the DNS resource records associated with the specified hostname.

PHP Reference

PHP – easter_date() Function

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

The PHP easter_date() function returns the Unix timestamp for midnight on Easter of the current year, or a given year if specified.

PHP Reference

PHP – easter_days() Function

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

The PHP easter_days() function returns the number of days after March 21, that the Easter Day is in the current year, or a given year if specified.

PHP Reference

PHP – echo Keyword

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

The PHP echo keyword is used to output text, and can output multiple strings separated by commas.

PHP Reference

PHP – else Keyword

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

The PHP else keyword specifies a block of code which should run when the condition of an if statement is not met.

PHP Reference

PHP – elseif Keyword

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

The PHP elseif keyword tests a new condition if the condition of a previous if or elseif statement was not met.

PHP Reference

PHP – empty Keyword

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

The PHP empty keyword acts as a function which returns true if a variable does not exist, or if its value is considered empty.

PHP Reference

PHP – end() Function

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

The PHP end() function moves the internal pointer to the last element in the array and outputs that element.

PHP Reference

PHP – enddeclare Keyword

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

The PHP enddeclare keyword is used to close a declare block which was started using the declare syntax.

PHP Reference

PHP – endfor Keyword

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

The PHP endfor keyword is used to close the code block of a for loop which was started using the for syntax.

← Previous 1 … 73 74 75 … 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.