Update comments for split element counter

This commit is contained in:
Clemens Schwaighofer
2022-07-29 13:20:37 +09:00
parent 9a3ea2f7db
commit 24f553a17e

View File

@@ -11,9 +11,10 @@ namespace CoreLibs\Convert;
class Strings
{
/**
* return the elements in the split list
* return the number of elements in the split list
* 0 if nothing / invalid split
* 1 if no split character found
* n for the numbers in the split list
*
* @param string $split_format
* @param string $split_characters