MCQOPTIONS
Saved Bookmarks
| 1. |
What is the simplest method of computing the sum of all the elements of an array? |
| A. | array_intersect() |
| B. | array_count() |
| C. | array_sum() |
| D. | array_value_count() |
| Answer» D. array_value_count() | |