update : 2015.11.03
php.shukuma.com검색:
|
str_getcsv(PHP 5 >= 5.3.0) str_getcsv — Parse a CSV string into an array 설명
array str_getcsv
( string
$input
[, string $delimiter = ","
[, string $enclosure = '"'
[, string $escape = "\\"
]]] )Parses a string input for fields in CSV format and returns an array containing the fields read. 인수
반환값Returns an indexed array containing the fields read. |