reference/filesystem/functions/fileinode.xml
871a231f4a1caa5fb258ae53b1bb7d1fb2a0f949
...
...
@@ -9,7 +9,7 @@
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
-
<type>int</type><methodname>fileinode</methodname>
12
+
<type class="union"><type>int</type><type>false</type></type><methodname>fileinode</methodname>
13
13
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
14
14
</methodsynopsis>
15
15
<para>
...
...
@@ -40,6 +40,11 @@
40
40
</para>
41
41
</refsect1>
42
42

43
+
<refsect1 role="errors">
44
+
&reftitle.errors;
45
+
&fs.emits.warning.on.failure;
46
+
</refsect1>
47
+

43
48
<refsect1 role="examples">
44
49
&reftitle.examples;
45
50
<para>
...
...
@@ -59,11 +64,6 @@ if (getmyinode() == fileinode($filename)) {
59
64
</para>
60
65
</refsect1>
61
66

62
-
<refsect1 role="errors">
63
-
&reftitle.errors;
64
-
&fs.emits.warning.on.failure;
65
-
</refsect1>
66
-

67
67
<refsect1 role="notes">
68
68
&reftitle.notes;
69
69
&note.clearstatcache;
70
70