array_key_first()

投稿日:2022-09-16 投稿者:PS カテゴリ:その他 タグ: , , ,

配列の先頭のキーを返す。

<?php // 書式
array_key_first(array $array): int|string|null