julisana wrote in php 🤔curious

glob()

Can glob() be used to display anything that's not a certain extension?

for example...
if (!glob("*.php"))
{
...
}

Just curious.

Thanks!