reference/url/constants.xml
a0ae28d3bc85f927c22649ebd9a590b921534b7d
...
...
@@ -5,13 +5,13 @@
5
5
&extension.constants;
6
6
<para>
7
7
The following constants are meant to be used with
8
-
<function>parse_url</function> and are available since PHP 5.1.2.
8
+
<function>parse_url</function>.
9
9
</para>
10
10
<variablelist>
11
11
<varlistentry xml:id="constant.php-url-scheme">
12
12
<term>
13
13
<constant>PHP_URL_SCHEME</constant>
14
-
(<type>integer</type>)
14
+
(<type>int</type>)
15
15
</term>
16
16
<listitem>
17
17
<simpara>
...
...
@@ -22,7 +22,7 @@
22
22
<varlistentry xml:id="constant.php-url-host">
23
23
<term>
24
24
<constant>PHP_URL_HOST</constant>
25
-
(<type>integer</type>)
25
+
(<type>int</type>)
26
26
</term>
27
27
<listitem>
28
28
<simpara>
...
...
@@ -33,7 +33,7 @@
33
33
<varlistentry xml:id="constant.php-url-port">
34
34
<term>
35
35
<constant>PHP_URL_PORT</constant>
36
-
(<type>integer</type>)
36
+
(<type>int</type>)
37
37
</term>
38
38
<listitem>
39
39
<simpara>
...
...
@@ -44,7 +44,7 @@
44
44
<varlistentry xml:id="constant.php-url-user">
45
45
<term>
46
46
<constant>PHP_URL_USER</constant>
47
-
(<type>integer</type>)
47
+
(<type>int</type>)
48
48
</term>
49
49
<listitem>
50
50
<simpara>
...
...
@@ -55,7 +55,7 @@
55
55
<varlistentry xml:id="constant.php-url-pass">
56
56
<term>
57
57
<constant>PHP_URL_PASS</constant>
58
-
(<type>integer</type>)
58
+
(<type>int</type>)
59
59
</term>
60
60
<listitem>
61
61
<simpara>
...
...
@@ -66,7 +66,7 @@
66
66
<varlistentry xml:id="constant.php-url-path">
67
67
<term>
68
68
<constant>PHP_URL_PATH</constant>
69
-
(<type>integer</type>)
69
+
(<type>int</type>)
70
70
</term>
71
71
<listitem>
72
72
<simpara>
...
...
@@ -77,7 +77,7 @@
77
77
<varlistentry xml:id="constant.php-url-query">
78
78
<term>
79
79
<constant>PHP_URL_QUERY</constant>
80
-
(<type>integer</type>)
80
+
(<type>int</type>)
81
81
</term>
82
82
<listitem>
83
83
<simpara>
...
...
@@ -88,7 +88,7 @@
88
88
<varlistentry xml:id="constant.php-url-fragment">
89
89
<term>
90
90
<constant>PHP_URL_FRAGMENT</constant>
91
-
(<type>integer</type>)
91
+
(<type>int</type>)
92
92
</term>
93
93
<listitem>
94
94
<simpara>
...
...
@@ -105,7 +105,7 @@
105
105
<varlistentry xml:id="constant.php-query-rfc1738">
106
106
<term>
107
107
<constant>PHP_QUERY_RFC1738</constant>
108
-
(<type>integer</type>)
108
+
(<type>int</type>)
109
109
</term>
110
110
<listitem>
111
111
<simpara>
...
...
@@ -119,7 +119,7 @@
119
119
<varlistentry xml:id="constant.php-query-rfc3986">
120
120
<term>
121
121
<constant>PHP_QUERY_RFC3986</constant>
122
-
(<type>integer</type>)
122
+
(<type>int</type>)
123
123
</term>
124
124
<listitem>
125
125
<simpara>
126
126