mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fixed gmstrftime spelling (bug #44968)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@259532 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
1f877ba630
commit
2d234c1518
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.21 $ -->
|
||||
<!-- $Revision: 1.22 $ -->
|
||||
<refentry xml:id="function.strftime" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refnamediv>
|
||||
<refname>strftime</refname>
|
||||
|
@ -393,7 +393,7 @@ echo "1/3/2005 - %V,%G,%Y = " . strftime("%V,%G,%Y",strtotime("1/3/2005")) . "\n
|
|||
<member><function>setlocale</function></member>
|
||||
<member><function>mktime</function></member>
|
||||
<member><function>strptime</function></member>
|
||||
<member><function>gmtstrftime</function></member>
|
||||
<member><function>gmstrftime</function></member>
|
||||
<member><link xlink:href="&spec.strftime;">Open Group specification of <function>strftime</function></link></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue