Bundle an array of files into a zip file. This task takes the file or files that are passed in the array and compresses them into a zip file. Sources can be handles, urls, or a mix of both
Signature
public function zip(array
$sources,
[array
$store_options = ] )