Returns a regular PHP array of all values used in this WireArray.
Unlike the WireArray::getArray()
method, this does not attempt to maintain original keys of the items. The returned array is reindexed from 0.
Usage
$array = $wireArray->getValues();
Return value
See Also
WireArray methods and properties
API reference based on ProcessWire core version 3.0.236