mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-06 11:24:27 +02:00
links
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
<sect1 id="language.modifier.lower">
|
||||
<title>lower</title>
|
||||
<para>
|
||||
This is used to lowercase a variable.
|
||||
This is used to lowercase a variable.This is equivalent to the PHP
|
||||
<ulink url="&url.php-manual;strtolower">strtolower()</ulink> function.
|
||||
</para>
|
||||
<example>
|
||||
<title>lower</title>
|
||||
|
@@ -3,7 +3,8 @@
|
||||
<sect1 id="language.modifier.upper">
|
||||
<title>upper</title>
|
||||
<para>
|
||||
This is used to uppercase a variable.
|
||||
This is used to uppercase a variable. This is equivalent to the PHP
|
||||
<ulink url="&url.php-manual;strtoupper">strtoupper()</ulink> function.
|
||||
</para>
|
||||
<example>
|
||||
<title>upper</title>
|
||||
|
Reference in New Issue
Block a user