This commit is contained in:
pete_morgan
2006-03-16 05:04:42 +00:00
parent 19e18a4340
commit c1bb0dc73d

View File

@@ -3,7 +3,7 @@
<sect1 id="language.modifier.lower">
<title>lower</title>
<para>
This is used to lowercase a variable.This is equivalent to the PHP
This is used to lowercase a variable. This is equivalent to the PHP
<ulink url="&url.php-manual;strtolower">strtolower()</ulink> function.
</para>
<example>