Update comments for split element counter
This commit is contained in:
@@ -11,9 +11,10 @@ namespace CoreLibs\Convert;
|
|||||||
class Strings
|
class Strings
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* return the elements in the split list
|
* return the number of elements in the split list
|
||||||
* 0 if nothing / invalid split
|
* 0 if nothing / invalid split
|
||||||
* 1 if no split character found
|
* 1 if no split character found
|
||||||
|
* n for the numbers in the split list
|
||||||
*
|
*
|
||||||
* @param string $split_format
|
* @param string $split_format
|
||||||
* @param string $split_characters
|
* @param string $split_characters
|
||||||
|
|||||||
Reference in New Issue
Block a user