str_getcsv

Definition

array str_getcsv ( string $input [, string $delimiter = ',' [, string $enclosure = '"' [, string $escape = '\' ]]] )

Description

Similar to fgetcsv() this functions parses a string as its input unlike fgetcsv() which takes a file as its input.

[More at php.net]

Parameters





loading


Share/bookmark - str_getcsv


Global comments