Skip to content

function_truncate

Wesley de Groot edited this page Jul 31, 2018 · 36 revisions
                     _    _____ 
                    | |  / ____|
                    | |  | (___ 
                _   | |  \___  \
 ______    _   | |__| |  ____) |
|______|  (_)   \____/  |______/
                    v1.0.0 Final

Function truncate

_('.wrapper').truncate(length, truncation)



truncate is a object undefined?


🕸 Web Only

This function is only for websites


Parameter list

Type @var Description Required
object object Wrapper Required
string length length (default: 30) Required
string [truncation] truncation after the truncate (default: ...) Optional

Example:

_('.wrapper').truncate(length[, truncation])


Returns:

bool




Back to function list
Clone this wiki locally