File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
language/control-structures Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <!-- EN-Revision: dbf319f8b2d859edf2b1342014c4dbdf6333b81c Maintainer: takagi Status: ready -->
3
+ <!-- EN-Revision: 4d9330093873ef89ca333776af2581f12ecda2c7 Maintainer: takagi Status: ready -->
4
4
<!-- Credits: mumumu -->
5
5
6
6
<sect1 xml : id =" function.include" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
24
24
<constant >E_ERROR</constant >
25
25
を発行する点が異なります。
26
26
</simpara >
27
+ <simpara >
28
+ <literal >include</literal > と <literal >require</literal > は、
29
+ ファイルがアクセスできない場合、
30
+ 最終的に <constant >E_WARNING</constant > や <constant >E_ERROR</constant > を発生させる前に、
31
+ 追加の <constant >E_WARNING</constant > を発生させることに注意して下さい。
32
+ </simpara >
27
33
<simpara >
28
34
パスを指定した場合 —
29
35
絶対パス (Windows ならドライブレターあるいは
You can’t perform that action at this time.
0 commit comments