Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created October 26, 2021 15:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/e3505752e9864ff33b2e65ca56c0fd55 to your computer and use it in GitHub Desktop.
Save parzibyte/e3505752e9864ff33b2e65ca56c0fd55 to your computer and use it in GitHub Desktop.
<?php
$imagenes = glob("*.{jpg,png,gif}", GLOB_BRACE);
var_dump($imagenes);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment