You can deal with gaps in an array in all but one of the following ways. Which one is it?

You can deal with gaps in an array in all but one of the following ways. Which one is it?



Answer: Use the array_fill function to replace all gaps in the array with empty strings


Learn More :