AbstractCollection::toArray

The toArray() method converts the collection to a plain array.

Description

public AbstractCollection::toArray(): array

Parameters

None

Return Value

Returns an array containing all the elements from the collection.

Exceptions

None

Source Code
If you find this project useful, consider leaving a on GitHub! Thank you!