#web-development
Read more stories on Hashnode
Articles with this tag
PHP is loosely typed,means automatically determines the datatype assigned to each variable. PHP data types: Data...
Recap The Previous blog said that a Class is the blueprint of a class and an object is an instance of class from that blueprint you can build...
Programming in PHP ยท Introduction In Object-oriented programming, we bundle or combine related functions and variables into something called a Class. ...