PHP match expressionsPHP introduced match expressions with the release of PHP 8.0.0. The PHP match expressions can be used as an alternative to switch…Jul 14, 2021Jul 14, 2021
Remove a non empty directory in php (using Standard PHP Library)There are lot of useful inbuilt functions that comes with PHP interpreter. One such function is rmdir which allows us to delete a…Jul 11, 2021Jul 11, 2021
How to learn any web framework easilyLearning a web framework can be difficult, even if you have been programming for a long time. There are new terminologies to learn, new…Jul 11, 2021Jul 11, 2021