glob($string);
Return an array of pathnames matching a specific pattern.
// Find all CSV files in the /home/var/imports/ directory glob("/home/var/imports/hello-*.csv");
June 2024
Here’s detailed look at some of the most popular PHP frameworks, each of which can help speed up development, improve code organisation, and enhance application...
March 2024
As PHP continues to evolve, so do the threats that target its vulnerabilities. Ensuring robust PHP security practices is paramount to safeguarding sensitive data and...
→ Continue reading"PHP Security in 2024: navigating the evolving landscape"
December 2022
Laravel is a powerful and popular PHP framework designed to make web development easier and more efficient. This quick start guide will help you set...
→ Continue reading"Quick start guide for Laravel on a PHP server"