reference/datetime/functions/date-sunrise.xml
5c951013ca04161992efed8b86fb40f55669958e
...
...
@@ -7,7 +7,13 @@
7
7
</refnamediv>
8
8

9
9
<refsynopsisdiv>
10
-
&warn.deprecated.function-8-1-0;
10
+
<warning>
11
+
<para>
12
+
This function has been <emphasis>DEPRECATED</emphasis> as of PHP 8.1.0.
13
+
Relying on this function is highly discouraged. Use
14
+
<function>date_sun_info</function> instead.
15
+
</para>
16
+
</warning>
11
17
</refsynopsisdiv>
12
18

13
19
<refsect1 role="description">
...
...
@@ -248,7 +254,6 @@ bool(false)
248
254
&reftitle.seealso;
249
255
<para>
250
256
<simplelist>
251
-
<member><function>date_sunset</function></member>
252
257
<member><function>date_sun_info</function></member>
253
258
</simplelist>
254
259
</para>
255
260