Voting

: min(two, five)?
(Example: nine)

The Note You're Voting On

Anonymous
5 years ago
Note that the function does NOT remove the escaping characters. If you do

<?php
str_getcsv
('"abc\"abc"')
?>

you'll get an array with a string(8) "abc\"abc", the \ will stay.

<< Back to user notes page

To Top