Answer:
D. Use the array_fill function to replace all gaps in the array with empty strings
Explanation:
The other method can be employed if one wants to deal with gaps in an PHP array except the Use of the array_fill function to replace all gaps in the array with empty strings.