Function __global->array_sum
Definitions
sources_custom/phpstub.php
- Add all the elements of an array.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $array | array | No | No | required parameter | N/A | N/A | In |
Returns
- The sum (float or integer)
- Type: mixed
- Set: N/A
- Range: N/A

