У меня есть следующая строка:
"Test, User" < test@test.com >, "Another, Test" < another@test.com >, .........
Я хочу следующий результат:
array(
array('name' => 'Test, User', 'email' => 'test@test.com'),
array('name' => 'Another, Test', 'email' => 'another@test.com'),
...........
)