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

PHP – include Keyword

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

The PHP include keyword is used to embed PHP code from another file. If the file is not found, a warning is shown and the program continues to run.

PHP Reference

PHP – include_once Keyword

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

The PHP include_once keyword is used to embed PHP code from another file. If the file is not found, a warning is shown and the program continues to run.

PHP Reference

PHP – inet_ntop() Function

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

The PHP inet_ntop() function converts a 32bit IPv4 or 128bit IPv6 address into a readable format.

PHP Reference

PHP – inet_pton() Function

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

The PHP inet_pton() function converts a readable IP address into a packed 32bit IPv4 or 128bit IPv6 format.

PHP Reference

PHP – instanceof Keyword

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

The PHP instanceof keyword is used to check if an object belongs to a class, and returns true if the object is an instance of the class or false if not.

PHP Reference

PHP – insteadof Keyword

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

The PHP insteadof keyword allows you to select from which trait a method should be taken if more than one trait has a method with the same name.

PHP Reference

PHP – intdiv() Function

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

The PHP intdiv() function is used for integer division.

PHP Reference

PHP – interface Keyword

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

The PHP interface keyword is used to create interfaces, which is a structure which defines a list of methods that must exist in a class.

PHP Reference

PHP – ip2long() Function

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

The PHP ip2long() function converts an IPv4 address into a long integer.

PHP Reference

PHP – is_dir() Function

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

The PHP is_dir() function checks whether the specified filename is a directory.

PHP Reference

PHP – is_executable() Function

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

The PHP is_executable() function checks whether the specified filename is executable.

PHP Reference

PHP – is_file() Function

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

The PHP is_file() function checks whether the specified filename is a regular file.

PHP Reference

PHP – is_finite() Function

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

The PHP is_finite() function checks whether a value is finite or not, and returns true (1) if the value is a finite number, or false/nothing if not.

PHP Reference

PHP – is_infinite() Function

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

The PHP is_infinite() function checks whether a value is infinite or not, and returns true (1) if the value is an infinite number, or false/nothing if not.

PHP Reference

PHP – is_link() Function

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

The PHP is_link() function checks whether the specified filename is a symbolic link.

PHP Reference

PHP – is_nan() Function

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

The PHP is_nan() function checks whether a value is ‘not a number’, and returns true (1) if the value is ‘not a number’ or false/nothing if it is a number.

PHP Reference

PHP – is_readable() Function

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

The PHP is_readable() function checks whether the specified filename is readable.

PHP Reference

PHP – is_uploaded_file() Function

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

The PHP is_uploaded_file() function checks whether the specified file is uploaded via HTTP POST.

PHP Reference

PHP – is_writable() Function

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

The PHP is_writable() function checks whether the specified filename is writable.

PHP Reference

PHP – jddayofweek() Function

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

The PHP jddayofweek() function returns the day of the week.

← Previous 1 … 81 82 83 … 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.