#php
Read more stories on Hashnode
Articles with this tag
If you're here, I know you must have seen words like, "PHP is dead", "Who learns PHP in 2021", believe me this sentences break my heart but it also...
Access modifiers are keywords in object-oriented languages that set the accessibility of classes, methods, and other members. Let me explain...
I will try to explain this concepts as clear as possible, don't worry if you've never used it just follow along. 😊 All examples below are in Php...
So many differences and little similarities between ISSET and EMPTY in php. ISSET Isset returns TRUE if the variable exists and has a value other than...