Skip to content

Instantly share code, notes, and snippets.

@timbophillips
Created April 17, 2017 17:22
Show Gist options
  • Save timbophillips/62c00da9ad0a20d988abc8e644a74f2b to your computer and use it in GitHub Desktop.
Save timbophillips/62c00da9ad0a20d988abc8e644a74f2b to your computer and use it in GitHub Desktop.
simplest version with hardwired folder name in it
<?php echo json_encode(array_slice(scandir('./folder'),2)); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment