reference/xsl/xsltprocessor/hasexsltsupport.xml
07e6a4aaa2d28b6218a362b05e573fb13267358d
...
...
@@ -5,27 +5,31 @@
5
5
<refname>XSLTProcessor::hasExsltSupport</refname>
6
6
<refpurpose>Determine if PHP has EXSLT support</refpurpose>
7
7
</refnamediv>
8
+

8
9
<refsect1 role="description">
9
10
&reftitle.description;
10
-
<classsynopsis>
11
-
<ooclass><classname>XSLTProcessor</classname></ooclass>
12
-
<methodsynopsis>
13
-
<type>bool</type>
14
-
<methodname>hasExsltSupport</methodname>
15
-
<void/>
16
-
</methodsynopsis>
17
-
</classsynopsis>
11
+
<methodsynopsis role="XSLTProcessor">
12
+
<modifier>public</modifier> <type>bool</type><methodname>XSLTProcessor::hasExsltSupport</methodname>
13
+
<void/>
14
+
</methodsynopsis>
18
15
<para>
19
-
This method determine if PHP was built with the <link
16
+
This method determines if PHP was built with the <link
20
17
xlink:href="&url.exsltlib;">EXSLT library</link>.
21
18
</para>
22
19
</refsect1>
20
+

21
+
<refsect1 role="parameters">
22
+
&reftitle.parameters;
23
+
&no.function.parameters;
24
+
</refsect1>
25
+

23
26
<refsect1 role="returnvalues">
24
27
&reftitle.returnvalues;
25
28
<para>
26
29
&return.success;
27
30
</para>
28
31
</refsect1>
32
+

29
33
<refsect1 role="examples">
30
34
&reftitle.examples;
31
35
<para>
...
...
@@ -48,8 +52,8 @@ if (!$proc->hasExsltSupport()) {
48
52
</example>
49
53
</para>
50
54
</refsect1>
51
-
</refentry>
52
55

56
+
</refentry>
53
57
<!-- Keep this comment at the end of the file
54
58
Local variables:
55
59
mode: sgml
56
60