mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-09 12:54:26 +02:00
put correct php function in example
This commit is contained in:
@@ -4,8 +4,8 @@
|
|||||||
<title>capitalize</title>
|
<title>capitalize</title>
|
||||||
<para>
|
<para>
|
||||||
This is used to capitalize the first letter of all words in a variable.
|
This is used to capitalize the first letter of all words in a variable.
|
||||||
This is similar to the PHP <ulink url="&url.php-manual;ucfirst">
|
This is similar to the PHP <ulink url="&url.php-manual;ucwords">
|
||||||
<varname>ucfirst()</varname></ulink> function.
|
<varname>ucwords()</varname></ulink> function.
|
||||||
</para>
|
</para>
|
||||||
<informaltable frame="all">
|
<informaltable frame="all">
|
||||||
<tgroup cols="5">
|
<tgroup cols="5">
|
||||||
|
Reference in New Issue
Block a user