class ProcessPoolResults implements ArrayAccess (View source)
| protected array | $results | The results of the processes. |
| void | __construct(array $results)
Create a new process pool result set. | |
| Collection | collect()
Get the results as a collection. | |
| bool | offsetExists(int $offset)
Determine if the given array offset exists. | |
| mixed | offsetGet(int $offset)
Get the result at the given offset. | |
| void | offsetSet(int $offset, mixed $value)
Set the result at the given offset. | |
| void | offsetUnset(int $offset)
Unset the result at the given offset. |
Create a new process pool result set.
Get the results as a collection.
Determine if the given array offset exists.
Get the result at the given offset.
Set the result at the given offset.
Unset the result at the given offset.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/11.x/Illuminate/Process/ProcessPoolResults.html