vendor/league/csv/srcfunctions.php

League.Csv (https://csv.thephpleague.com)

(c) Ignace Nyamagana Butera nyamsprod@gmail.com

For the full copyright and license information, please view the LICENSE file that was distributed with this source code.

Functions

bom_match()

bom_match(\League\Csv\string  $str) 

Returns the BOM sequence found at the start of the string.

If no valid BOM sequence is found an empty string is returned

Parameters

\League\Csv\string $str

delimiter_detect()

delimiter_detect(\League\Csv\Reader  $csv, array<mixed,string>  $delimiters, \League\Csv\int  $limit = 1) : array<mixed,integer>

Detect Delimiters usage in a {@link Reader} object.

Returns a associative array where each key represents a submitted delimiter and each value the number CSV fields found when processing at most $limit CSV records with the given delimiter

Parameters

\League\Csv\Reader $csv
array<mixed,string> $delimiters
\League\Csv\int $limit

Returns

array<mixed,integer>

is_iterable()

is_iterable(  $iterable) 

Tell whether the content of the variable is iterable.

Parameters

$iterable

is_nullable_int()

is_nullable_int(  $value) 

Tell whether the content of the variable is an int or null.

Parameters

$value

is_iterable()

is_iterable(  $iterable) 

Parameters

$iterable