Explorar el Código

sync Japanese document with r17746 and r17749.

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@17766 44c647ce-9c0f-0410-b52a-842ac1e357ba
takagi hace 16 años
padre
commit
c172075c5e
Se han modificado 1 ficheros con 7 adiciones y 5 borrados
  1. 7 5
      documentation/manual/ja/module_specs/Zend_Cache-Backends.xml

+ 7 - 5
documentation/manual/ja/module_specs/Zend_Cache-Backends.xml

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- Reviewed: no -->
-<!-- EN-Revision: 17742 -->
+<!-- EN-Revision: 17749 -->
 <sect1 id="zend.cache.backends">
     <title><classname>Zend_Cache</classname> のバックエンド</title>
     <para>
@@ -207,8 +207,10 @@
                           <entry><emphasis>servers</emphasis></entry>
                           <entry><type>Array</type></entry>
                           <entry>
-                              array(array('host' => 'localhost', 'port' => 11211, 'persistent' => true, 'weight' => 1,
-                              'timeout' => 5, 'retry_interval' => 15, 'status' => true, 'failure_callback' => '' ))
+                              <command>array(array('host' => 'localhost', 'port' => 11211,
+                                  'persistent' => true, 'weight' => 1, 'timeout' => 5,
+                                  'retry_interval' => 15, 'status' => true,
+                                  'failure_callback' => '' ))</command>
                           </entry>
                           <entry>
                               memcached サーバの配列です。各 memcached サーバの情報は、
@@ -483,8 +485,8 @@ $cache = Zend_Cache::factory('Core', 'Two Levels');
             パラメータ <emphasis>customBackendNaming</emphasis> を <constant>TRUE</constant> とします。
         </para>
         <programlisting language="php"><![CDATA[
-$cache = Zend_Cache::factory('Core', 'Zend_Cache_Backend_ZendServer_Disk', $frontendOptions,
-$backendOptions, false, true);
+$cache = Zend_Cache::factory('Core', 'Zend_Cache_Backend_ZendServer_Disk',
+                             $frontendOptions, $backendOptions, false, true);
 ]]></programlisting>
         <para>
             このバックエンドにはオプションはありません。