Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ojhaujjwal/79c4ae8fbd7065728c170c1f276b27bc to your computer and use it in GitHub Desktop.
Save ojhaujjwal/79c4ae8fbd7065728c170c1f276b27bc to your computer and use it in GitHub Desktop.
<?php
function uploadImages(array $images) {
foreach ($images as $image) {
// code to upload image to somewhere
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment