ソースを参照

[MANUAL] English:

- manual fixes

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@20174 44c647ce-9c0f-0410-b52a-842ac1e357ba
thomas 16 年 前
コミット
8bc87197b2

+ 1 - 1
documentation/manual/en/module_specs/Zend_File_Transfer-Introduction.xml

@@ -397,7 +397,7 @@ $names = $upload->getMimeType('foo');
                 Due to security reasons also the original data within $_FILES will be overridden
                 as soon as <classname>Zend_File_Transfer</classname> is initiated. When you want
                 to omit this behaviour and have the original data simply set the
-                <property>detectInfos</property> option to false at initiation.
+                <property>detectInfos</property> option to <constant>FALSE</constant> at initiation.
             </para>
 
             <para>