<?php $myArray = ['yellow', 'green', 'red', 'purple']; $myString = 'banana is ?, apple is ?, tomato is ?'; vprintf( str_replace('?', '%s', $myString), $myArray );
You have javascript disabled. You will not be able to edit any code.