Skip to content

Instantly share code, notes, and snippets.

@katsube
Created October 1, 2022 10:50
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 katsube/d6cc3cdd37e39fa45864597fc670224e to your computer and use it in GitHub Desktop.
Save katsube/d6cc3cdd37e39fa45864597fc670224e to your computer and use it in GitHub Desktop.
<?php
$items = [1, 5, 10, 12, 25];
for($i=0; $i<count($items); $i++){
// ※ここを回答する※
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment