Method |
Description |
|
abs ( $obj = null ) |
|
|
bytes ( $obj = null, $decimals = 1, $dec = '.', $sep = ',' ) |
|
|
capitalize ( $obj ) |
|
|
cycle ( $obj = null ) |
|
|
date ( $obj = null, $format = 'Y-m-d' ) |
|
|
dump ( $obj = null ) |
|
|
e ( $obj = null, $force = false ) |
|
|
escape ( $obj = null, $force = false ) |
|
|
first ( $obj = null, $default = null ) |
|
|
format ( $obj, $args ) |
|
|
is_divisible_by ( $obj = null, $number = null ) |
|
|
is_empty ( $obj = null ) |
|
|
is_even ( $obj = null ) |
|
|
is_odd ( $obj = null ) |
|
|
join ( $obj = null, $glue = '' ) |
|
|
json_encode ( $obj = null ) |
|
|
keys ( $obj = null ) |
|
|
last ( $obj = null, $default = null ) |
|
|
length ( $obj = null ) |
|
|
lower ( $obj = null ) |
|
|
nl2br ( $obj = null, $is_xhtml = false ) |
|
|
number_format ( $obj = null, $decimals, $dec_point = '.', $thousands_sep = ',' ) |
|
|
range ( $lower = null, $upper = null, $step = 1 ) |
|
|
repeat ( $obj, $times = 2 ) |
|
|
replace ( $obj = null, $search = '', $replace = '', $regex = false ) |
|
|
strip_tags ( $obj = null, $allowableTags = '' ) |
|
|
title ( $obj = null ) |
|
|
trim ( $obj = null, $charlist = "
" ) |
|
|
truncate ( $obj = null, $length = 255, $preserve_words = false, $hellip = '…' ) |
|
|
unescape ( $obj = null ) |
|
|
upper ( $obj = null ) |
|
|
url_encode ( $obj = null ) |
|
|
word_wrap ( $obj = null, $width = 75, $break = "
", $cut = false ) |
|
|