mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-07 03:44:26 +02:00
links
This commit is contained in:
@@ -3,7 +3,8 @@
|
|||||||
<sect1 id="language.modifier.lower">
|
<sect1 id="language.modifier.lower">
|
||||||
<title>lower</title>
|
<title>lower</title>
|
||||||
<para>
|
<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>
|
</para>
|
||||||
<example>
|
<example>
|
||||||
<title>lower</title>
|
<title>lower</title>
|
||||||
|
@@ -3,7 +3,8 @@
|
|||||||
<sect1 id="language.modifier.upper">
|
<sect1 id="language.modifier.upper">
|
||||||
<title>upper</title>
|
<title>upper</title>
|
||||||
<para>
|
<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>
|
</para>
|
||||||
<example>
|
<example>
|
||||||
<title>upper</title>
|
<title>upper</title>
|
||||||
|
Reference in New Issue
Block a user