mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-03 11:47:51 +02:00
Update monstra/helpers/text.php
This commit is contained in:
@@ -230,6 +230,10 @@
|
|||||||
/**
|
/**
|
||||||
* Add's _1 to a string or increment the ending number to allow _2, _3, etc
|
* Add's _1 to a string or increment the ending number to allow _2, _3, etc
|
||||||
*
|
*
|
||||||
|
* <code>
|
||||||
|
* $str = Text::increment($str);
|
||||||
|
* </code>
|
||||||
|
*
|
||||||
* @param string $str String to increment
|
* @param string $str String to increment
|
||||||
* @param integer $first Start with
|
* @param integer $first Start with
|
||||||
* @param string $separator Separator
|
* @param string $separator Separator
|
||||||
|
Reference in New Issue
Block a user