a) multiple occurences of 'name'
b) (unsecapd) comma seperated lists.
So for a vcard like "KEY:a,b\nKEY:c" getAttributesValues('KEY')
will return array('a', 'b', 'c').
public getAttributeValues ( string $name ) : array | ||
$name | string | The name of the attribute. |
return | array | Multiple values for an attribute. |