Home
XtGem-
Templates-
XtScript-
Translate this page
Powered by
Microsoft® Translator
Main Index
Predefined Functions
Scripts
Xtforum post
Short Url
strtolower
Make a string lowercase
[...] = optional ... = your value
[var $... = ]call strtolower $val=…
Example code
Show as text
<!--parser:xtscript--> var $input = FOOBAR var $output = call strtolower $val=$input print input = $input<br /> print output = $output <!--/parser:xtscript-->
Show as text
Example output
Reload
input = FOOBAR
output = foobar
Related pages
lcfirst
strtoupper
ucfirst
ucwords
Quick index
abs
addslashes
base64_decode
base64_encode
bin2hex
br2nl
ceil
chr
crc32
dechex
floor
hex2bin
hexdec
htmlspecialchars
lcfirst
ltrim
md5
mt_rand
nl2br
ord
pi
pow
rawurldecode
rawurlencode
round
rtrim
sha1
str_ireplace
str_pad
str_repeat
str_replace
str_shuffle
strip_tags
stripos
stripslashes
stristr
strlen
strpos
strrchr
strrev
strripos
strrpos
strstr
strtolower
strtoupper
substr
trim
ucfirst
ucwords
urldecode
urlencode
About us
Contact
Forum