What is the data type returned by APCUIterator::key() function? How does it behave in practice?
According to the official PHP documentation, the return value of the APCUIterator::key() method is a (string). This means that no matter what the initial format of the key in the cache is, the method will always convert it into a string before returning it.
APCUIterator::key