#php8
Read more stories on Hashnode
Articles with this tag
Namespace In PHP, namespaces are a way to organize and encapsulate code by grouping classes, functions, and constants under a specific name. This...
1.Return the Sum of Two Numbers Create a function that takes two numbers as arguments and returns their sum. Output: addition(3,2) 5 addition(-3,-6)...
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...
start why with php ยท what is php? Server side scripting language means it will be processed on the server(its an computer from server side)Html rendered...