$values ) { if( is_numeric($key) ) { $attribute .= ' '.$values; } else { if( ! empty($key) ) { $attribute .= ' '.$key.'="'.$values.'"'; } } } return $attribute; } }