Function str_limit
Limit the number of characters in a string.
Located at mechanicious/Illuminate/Support/helpers.php
string |
$value |
|
integer |
$limit = 100 |
|
string |
$end = '...' |
string
|
Limit the number of characters in a string.
string |
$value |
|
integer |
$limit = 100 |
|
string |
$end = '...' |
string
|