reference/memcache/memcache/connect.xml
756e0dd85815e12bc06b3b087b8f5319482bc088
...
...
@@ -71,20 +71,6 @@
71
71
</para>
72
72
</refsect1>
73
73

74
-
<refsect1 role="notes">
75
-
&reftitle.notes;
76
-
<warning>
77
-
<para>
78
-
When the <parameter>port</parameter> is unspecified, this method defaults to the
79
-
value set of the PHP ini directive
80
-
<link linkend="ini.memcache.default-port">memcache.default_port</link>
81
-
If this value was changed elsewhere in your application it might lead to
82
-
unexpected results: for this reason it is wise to always specify the port
83
-
explicitly in this method call.
84
-
</para>
85
-
</warning>
86
-
</refsect1>
87
-

88
74
<refsect1 role="returnvalues">
89
75
&reftitle.returnvalues;
90
76
<para>
...
...
@@ -117,6 +103,20 @@ $memcache->connect('memcache_host', 11211);
117
103
</para>
118
104
</refsect1>
119
105

106
+
<refsect1 role="notes">
107
+
&reftitle.notes;
108
+
<warning>
109
+
<para>
110
+
When the <parameter>port</parameter> is unspecified, this method defaults to the
111
+
value set of the PHP ini directive
112
+
<link linkend="ini.memcache.default-port">memcache.default_port</link>
113
+
If this value was changed elsewhere in your application it might lead to
114
+
unexpected results: for this reason it is wise to always specify the port
115
+
explicitly in this method call.
116
+
</para>
117
+
</warning>
118
+
</refsect1>
119
+

120
120
<refsect1 role="seealso">
121
121
&reftitle.seealso;
122
122
<para>
123
123