If you read the docu https://www.php.net/manual/en/class.ziparchive.php you will find the function statIndex() (https://www.php.net/manual/en/ziparchive.statindex.php). Use it instead of function getNameIndex().
statIndex()
getNameIndex()