Author name: admin

PHP

Polymorphism in PHP

Polymorphism in PHP Polymorphism is derived from two Greek words. Poly (meaning many) and morph (meaning forms). Polymorphism is one […]

PHP

Object in PHP

Object in PHP An Object is an individual instance of the data structure defined by a class. We define a class once

PHP

Inheritance in php

Inheritance in PHP Inheritance is the php oops concept which is based around the concept of base classes or superclasses

PHP

PHP Multidimensional Array

PHP Multidimensional Array PHP Multidimensional Array : A multidimensional array is an array containing one or more arrays. PHP multidimensional

PHP

Classes in PHP

Classes in PHP : A class is a unit of programmer-defined data type that describes the characteristics and behaviors of

PHP

Access Specifier in PHP

Access Specifier in PHP Access specifier in php is part of encapsulation. Encapsulation can be achieve with the help of access

PHP

PHP Built in Functions

Learn PHP Built in Functions: Php built in functions are those functions which are pre-defined in library of php .

PHP

Date function in PHP

What is Date function in PHP ? The date() function in PHP  formats a local date and time, and returns

Scroll to Top