\Gettext\UtilsCsvTrait

Summary

Methods
Properties
Constants
No public methods found
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
supportsCsvEscapeChar()
fgetcsv()
fputcsv()
$csvEscapeChar
N/A

Properties

$csvEscapeChar

$csvEscapeChar : 

Type

Methods

supportsCsvEscapeChar()

supportsCsvEscapeChar() : boolean

Check whether support the escape_char argument to fgetcsv/fputcsv or not

Returns

boolean

fgetcsv()

fgetcsv(resource  $handle, array  $options) : array

Parameters

resource $handle
array $options

Returns

array

fputcsv()

fputcsv(resource  $handle, array  $fields, array  $options) : boolean|integer

Parameters

resource $handle
array $fields
array $options

Returns

boolean|integer