You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yerine <methodname>DatePeriod::createFromISO8601String</methodname>
37
+
durağan üretici yöntemi kullanılmalıdır.
36
38
</simpara>
37
39
</warning>
38
40
<para>
@@ -214,12 +216,12 @@ $period = new DatePeriod($iso);
214
216
foreach ($period as $date) {
215
217
echo $date->format('Y-m-d')."\n";
216
218
}
217
-
?>
218
219
]]>
219
220
</programlisting>
220
221
&example.outputs;
221
222
<screen>
222
223
<![CDATA[
224
+
Deprecated: Calling DatePeriod::__construct(string $isostr, int $options = 0) is deprecated, use DatePeriod::createFromISO8601String() instead in script on line 11
223
225
2012-07-01
224
226
2012-07-08
225
227
2012-07-15
@@ -249,7 +251,6 @@ $period = new DatePeriod($start, $interval, $end,
0 commit comments