150
150
</para >
151
151
</refsect1 >
152
152
153
- <refsect1 role =" examples" >
154
- &reftitle.examples;
155
- <para >
153
+ <refsect1 role =" examples" >
154
+ &reftitle.examples;
155
+ <para >
156
156
<example >
157
157
<title ><function >strptime</function > example</title >
158
158
<programlisting role =" php" >
@@ -166,9 +166,9 @@ echo "$strf\n";
166
166
print_r(strptime($strf, $format));
167
167
?>
168
168
]]>
169
- </programlisting >
170
- &example.outputs.similar;
171
- <screen >
169
+ </programlisting >
170
+ &example.outputs.similar;
171
+ <screen >
172
172
<![CDATA[
173
173
03/10/2004 15:54:19
174
174
@@ -185,46 +185,46 @@ Array
185
185
[unparsed] =>
186
186
)
187
187
]]>
188
- </screen >
189
- </example >
190
- </para >
191
- </refsect1 >
188
+ </screen >
189
+ </example >
190
+ </para >
191
+ </refsect1 >
192
192
193
- <refsect1 role =" notes" >
194
- &reftitle.notes;
195
- ¬e.no-windows;
196
- <note >
197
- <para >
198
- Internally, this function calls the <literal >strptime()</literal >
199
- function provided by the system's C library. This function can exhibit
200
- noticeably different behaviour across different operating systems. The
201
- use of <function >date_parse_from_format</function >, which does not
202
- suffer from these issues, is recommended.
203
- </para >
204
- </note >
205
- <note >
206
- <para >
207
- <literal >"tm_sec"</literal > includes any leap seconds (currently upto 2
208
- a year). For more information on leap seconds, see the <link
209
- xlink : href =" &url.wiki.leap-seconds; " >Wikipedia article
210
- on leap seconds</link >.
211
- </para >
212
- </note >
213
- </refsect1 >
193
+ <refsect1 role =" notes" >
194
+ &reftitle.notes;
195
+ ¬e.no-windows;
196
+ <note >
197
+ <para >
198
+ Internally, this function calls the <literal >strptime()</literal >
199
+ function provided by the system's C library. This function can exhibit
200
+ noticeably different behaviour across different operating systems. The
201
+ use of <function >date_parse_from_format</function >, which does not
202
+ suffer from these issues, is recommended.
203
+ </para >
204
+ </note >
205
+ <note >
206
+ <para >
207
+ <literal >"tm_sec"</literal > includes any leap seconds (currently upto 2
208
+ a year). For more information on leap seconds, see the <link
209
+ xlink : href =" &url.wiki.leap-seconds; " >Wikipedia article
210
+ on leap seconds</link >.
211
+ </para >
212
+ </note >
213
+ </refsect1 >
214
214
215
- <refsect1 role =" seealso" >
216
- &reftitle.seealso;
217
- <para >
218
- <simplelist >
219
- <member ><methodname >IntlDateFormatter::parse</methodname ></member >
220
- <member ><methodname >DateTime::createFromFormat</methodname ></member >
221
- <member ><function >checkdate</function ></member >
222
- <member ><function >strftime</function ></member >
223
- <member ><function >date_parse_from_format</function ></member >
224
- </simplelist >
225
- </para >
226
- </refsect1 >
227
- </refentry >
215
+ <refsect1 role =" seealso" >
216
+ &reftitle.seealso;
217
+ <para >
218
+ <simplelist >
219
+ <member ><methodname >IntlDateFormatter::parse</methodname ></member >
220
+ <member ><methodname >DateTime::createFromFormat</methodname ></member >
221
+ <member ><function >checkdate</function ></member >
222
+ <member ><function >strftime</function ></member >
223
+ <member ><function >date_parse_from_format</function ></member >
224
+ </simplelist >
225
+ </para >
226
+ </refsect1 >
227
+ </refentry >
228
228
<!-- Keep this comment at the end of the file
229
229
Local variables:
230
230
mode: sgml
0 commit comments