|
|
@@ -9,28 +9,27 @@
|
|
|
</para>
|
|
|
|
|
|
<sect3 id="zend.filter.set.stringtoupper.options">
|
|
|
- <title>Supported options for Zend_Filter_StringToUpper</title>
|
|
|
+ <title>Zend_Filter_StringToUpper でサポートされるオプション</title>
|
|
|
|
|
|
<para>
|
|
|
- The following options are supported for
|
|
|
- <classname>Zend_Filter_StringToUpper</classname>:
|
|
|
+ <classname>Zend_Filter_StringToUpper</classname> では、下記のオプションがサポートされます。
|
|
|
</para>
|
|
|
|
|
|
<itemizedlist>
|
|
|
<listitem>
|
|
|
<para>
|
|
|
- <emphasis><property>encoding</property></emphasis>: This option can be used to
|
|
|
- set an encoding which has to be used.
|
|
|
+ <emphasis><property>encoding</property></emphasis>:
|
|
|
+ 使用されるべきエンコーディングを設定するためにこのオプションを使用します。
|
|
|
</para>
|
|
|
</listitem>
|
|
|
</itemizedlist>
|
|
|
</sect3>
|
|
|
|
|
|
<sect3 id="zend.filter.set.stringtoupper.basic">
|
|
|
- <title>Basic usage</title>
|
|
|
+ <title>基本的な使用法</title>
|
|
|
|
|
|
<para>
|
|
|
- This is a basic example for using the <classname>StringToUpper</classname> filter:
|
|
|
+ これは、<classname>StringToUpper</classname> フィルタを使用する基本的な例です。
|
|
|
</para>
|
|
|
|
|
|
<programlisting language="php"><![CDATA[
|
|
|
@@ -43,7 +42,7 @@ print $filter->filter('Sample');
|
|
|
</sect3>
|
|
|
|
|
|
<sect3 id="zend.filter.set.stringtoupper.encoding">
|
|
|
- <title>Different encoded strings</title>
|
|
|
+ <title>異なるエンコード文字列</title>
|
|
|
|
|
|
<para>
|
|
|
<classname>StringToLower</classname>フィルタの様に、
|