reference/reflection/reflectionextension/istemporary.xml
ca840c9a6d665e60a7de48b57a5b6440c0d3b0c1
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="reflectionextension.istemporary" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>ReflectionExtension::isTemporary</refname>
...
...
@@ -9,15 +8,16 @@
9
8

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
13
-
<modifier>public</modifier> <type>void</type><methodname>ReflectionExtension::isTemporary</methodname>
14
-
<void />
11
+
<methodsynopsis role="ReflectionExtension">
12
+
<modifier>public</modifier> <type>bool</type><methodname>ReflectionExtension::isTemporary</methodname>
13
+
<void/>
15
14
</methodsynopsis>
16
15
<para>
17
-

16
+
Check whether the extension is temporary.
17
+
</para>
18
+
<para>
19
+
An extension is temporary when it is loaded with <function>dl</function>.
18
20
</para>
19
-

20
-
&warn.undocumented.func;
21
21

22
22
</refsect1>
23
23

...
...
@@ -44,7 +44,6 @@
44
44
</refsect1>
45
45

46
46
</refentry>
47
-

48
47
<!-- Keep this comment at the end of the file
49
48
Local variables:
50
49
mode: sgml
51
50