You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
function League\Csv\delimiter_detect(Reader $csv, array $delimiters, $limit = 1): array
110
+
use function Csv\delimiter_detect;function Leaguedelimiter_detect(Reader $csv, array $delimiters, $limit = 1): array
111
111
~~~
112
112
113
113
The `delimiter_detect` function helps detect the possible delimiter character used by the CSV document. This function returns the number of CSV fields found in the document depending on the submitted delimiters given.
@@ -142,4 +142,4 @@ If the submitted delimiter **is invalid or not found** in the document, `0` will
142
142
143
143
<pclass="message-info">To detect the delimiters stats on the full CSV document you need to set <code>$limit</code> to <code>-1</code>.</p>
144
144
<pclass="message-notice">This function only returns hints. Only the CSV providers will validate the real CSV delimiter character.</p>
145
-
<pclass="message-warning">This function only test the delimiters you gave it.</p>
145
+
<pclass="message-warning">This function only test the delimiters you gave it.</p>
0 commit comments