Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ojhaujjwal/5ae8069c60200be5699b03634366ba66 to your computer and use it in GitHub Desktop.
Save ojhaujjwal/5ae8069c60200be5699b03634366ba66 to your computer and use it in GitHub Desktop.
<?php
function uploadImages(iterable $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