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?

  • @param object object Wrapper
  • @param string length length (default: 30)
  • @param string truncation truncation after the truncate (default: ...)
  • @return bool
  • @example _('.wrapper').truncate(length[, truncation]);
##### Example: `_('.wrapper').truncate(length[, truncation]);`



Back to function list

Clone this wiki locally