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 |
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.
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
\League\Csv\Reader | $csv | |
array<mixed,string> | $delimiters | |
\League\Csv\int | $limit |