Author name: Tutor Network Team

PHP interface Keyword

In this article, you will learn how to create an interface class in PHP. The interface keyword in PHP is used to create interfaces. The implements keyword is used to use interface with the class. examples of the INTERFACE function Example 1. In this example, we create and implement an interface.

PHP new Keyword

In this article, you will learn how to create a new object in PHP. The new keyword in PHP is used to create an object from a class. examples of the NEW function Example 1. In this example, we create an object and output the value of one of its properties.

PHP or Keyword

In this article, you will learn about OR keywords in PHP. The return value will be true if any one of the statements returns true, otherwise, it will return false. examples of the OR function Example 1. In this example, we return true if at least one of the statements is true.

PHP print Keyword

In this article, you will learn how to print output in PHP. The print keyword in PHP is used to output text. Print can only output one string at a time. examples of the PRINT function Example 1. In this example, we output some text.

en English
X
Scroll to Top