How many types of Inheritances used in PHP and how we achieve it | PHP

As far PHP concern it only support single Inheritance in scripting.
we can also use interface to achieve multiple inheritance.