Searched refs:returnarray (Results 1 – 2 of 2) sorted by relevance
453 $returnarray = array();467 $returnarray['genre'][] = $genrestring;483 …if (empty($returnarray['genre']) || !in_array(getid3_id3v1::LookupGenreName($element), $returnarra…484 $returnarray['genre'][] = getid3_id3v1::LookupGenreName($element);489 …if (empty($returnarray['genre']) || !in_array($element, $returnarray['genre'])) { // avoid duplica…490 $returnarray['genre'][] = $element;497 …if (empty($returnarray['genre']) || !in_array($genrestring, $returnarray['genre'])) { // avoid dup…498 $returnarray['genre'][] = $genrestring;502 return $returnarray;2689 function APICPictureTypeLookup($index, $returnarray=false) { argument[all …]
3213 * @param bool $returnarray3217 public static function APICPictureTypeLookup($index, $returnarray=false) { argument3241 if ($returnarray) {