Skip to content

function_truncate

Wesley de Groot edited this page Oct 23, 2015 · 36 revisions
            	     _    _____ 
        	        | |  / ____|
    	            | |  | (___ 
	            _   | |  \___  \
 ______    _   | |__| |  ____) |
|______|  (_)   \____/  |______/

Function truncate

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


truncate is a object undefined?

Parameter list

Type @var Description Required
object object Wrapper Required
string length length Required
string truncation truncation Required
#### Example: `_('.wrapper').truncate(length[, truncation]);`

Returns:

Array



Back to function list

Clone this wiki locally