Browse Source

sync Japanese document with r15153, r15212.

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@15281 44c647ce-9c0f-0410-b52a-842ac1e357ba
takagi 16 years ago
parent
commit
0c8d16105b
1 changed files with 1 additions and 18 deletions
  1. 1 18
      documentation/manual/ja/module_specs/Zend_Filter-Set.xml

+ 1 - 18
documentation/manual/ja/module_specs/Zend_Filter-Set.xml

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- Reviewed: no -->
 <!-- Reviewed: no -->
-<!-- EN-Revision: 15103 -->
+<!-- EN-Revision: 15212 -->
 <sect1 id="zend.filter.set" xmlns:xi="http://www.w3.org/2001/XInclude">
 <sect1 id="zend.filter.set" xmlns:xi="http://www.w3.org/2001/XInclude">
 
 
     <title>標準のフィルタクラス群</title>
     <title>標準のフィルタクラス群</title>
@@ -95,23 +95,6 @@
         </para>
         </para>
     </sect2>
     </sect2>
 
 
-    <sect2 id="zend.filter.set.realpath">
-        <title>RealPath</title>
-        <para>
-            入力されたパスのすべてのシンボリックリンクを展開し、'/./'、'/../'
-            や余分な '/' の参照を解決して正規化された絶対パスを返します。
-            この結果、パスにはシンボリックリンクや
-            '/./' あるいは '/../' が含まれなくなります。
-        </para>
-        <para>
-            <classname>Zend_Filter_RealPath</classname> は、
-            ファイルが存在しないなどで失敗した場合に <code>FALSE</code> を返します。
-            BSD システムでは、パスの最後の部分だけが存在しない場合には
-            <classname>Zend_Filter_RealPath</classname> は失敗しません。しかし他のシステムではこのような場合も
-            <code>FALSE</code> を返します。
-        </para>
-    </sect2>
-
     <sect2 id="zend.filter.set.stringtolower">
     <sect2 id="zend.filter.set.stringtolower">
         <title>StringToLower</title>
         <title>StringToLower</title>
         <para>
         <para>