Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
配列の値を変更する方法を学習しようとしています。ファイル名のリストを生成する次のコードがあります。
foreach (glob("gallery/*/*.png") as $files) { echo "$files <br />"; }
これは次のようにフォーマットされた値を返します: gallery/folder/image.png
フォルダー名のみを返すように結果を変更するにはどうすればよいですか?