PHP get index of last inserted item in array April 19, 2023 by Tarik Here is a linear (fastest) solution: end($a); $last_id=key($a);