Skip to content

function_truncate

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

Function truncate

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

truncate is a object undefined?

  • @param object object
  • @param string length (default: 30)
  • @param string truncation after the truncate (default: ...)
  • @return true
  • @example _('.wrapper').truncate(length, truncation);

    Back to function list

Clone this wiki locally