SplFixedArray::getIterator (PHP 8)SplFixedArray::getIterator — Retrieve the iterator to go through the array 说明 public SplFixedArray::getIterator(): Iterator Returns the iterator to go through the array. 参数 此函数没有参数。 返回值 An instance of an object implementing Iterator to go through the array.