Published on : August 05, 2020
Title : php.strtolower
Purpose : To convert the string to lowercase.
Syntax : [php.strtolower p1=’string’ o.set=variable name /]
Input Parameters :
p1 : Required. Specifies the string to convert
Return Value : Returns the lowercased string
Example :
Code : [php.strtolower p1=”Hello World” o.set=template.result /]
Output : string(11) “hello world”
Description : It converts the string into lower case