<?php var_dump(str_getcsv('123;"Текст;Текст";2 3 4 3;"Текст;Текст";5555', ';'));
Standard input is empty
array(5) { [0]=> string(3) "123" [1]=> string(21) "Текст;Текст" [2]=> string(7) "2 3 4 3" [3]=> string(21) "Текст;Текст" [4]=> string(4) "5555" }
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!