PHP Classes

File: OOP-PHP/interface/interface_doc.md

Recommend this page to a friend!
  Classes of Kabir Hossain   Learn PHP   OOP-PHP/interface/interface_doc.md   Download  
File: OOP-PHP/interface/interface_doc.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: Learn PHP
Examples of PHP features using OOP or global code
Author: By
Last change:
Date: 3 days ago
Size: 208 bytes
 

Contents

Class file image Download

Interface: Interface is just a collection of function's declaration,there is no defination.

When a class implements an interface, the class must be used his all function and function parametre must be equal.