str_getcsv( string $input, string $delimiter = ',', string $enclosure = '"', string $escape = '\' )
Input a text filename of a comma seperated file, and parse it, returning the data as an array
Description Description
Parameters Parameters
- $input
-
(Required) filename
- $delimiter
-
(Optional)
Default value: ','
- $enclosure
-
(Optional)
Default value: '"'
- $escape
-
(Optional)
Default value: '\'
Return Return
(array) Array of strings that are parsed as comma seperated values
Source Source
File: includes/class-ld-semper-fi-module.php
Changelog Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |