limit_characters($str[, $n = 500[, $end_char = '…']])
Parameters: |
|
---|---|
Returns: |
Shortened string |
Return type: |
string |
Limits the string based on the character count. Will preserve complete words.
limit_characters($str[, $n = 500[, $end_char = '…']])
Parameters: |
|
---|---|
Returns: |
Shortened string |
Return type: |
string |
Limits the string based on the character count. Will preserve complete words.
Please login to continue.