<?php var_dump(str_getcsv("test; 1; 2; '34;34'; wtvr",";","'")); ?>
array(5) { [0]=> string(4) "test" [1]=> string(2) " 1" [2]=> string(2) " 2" [3]=> string(5) "34;34" [4]=> string(5) " wtvr" }
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!