mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
added skeleton for missing function
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65164 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c96e2854ab
commit
09b97127cf
1 changed files with 24 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.27 $ -->
|
||||
<!-- $Revision: 1.28 $ -->
|
||||
<reference id="ref.mcal">
|
||||
<title>MCAL functions</title>
|
||||
<titleabbrev>MCAL</titleabbrev>
|
||||
|
@ -1307,6 +1307,29 @@
|
|||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<refentry id='function.mcal-week-of-year'>
|
||||
<refnamediv>
|
||||
<refname>mcal_week_of_year</refname>
|
||||
<refpurpose>
|
||||
Returns the week number of the given date
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>int <function>mcal_week_of_year</function></funcdef>
|
||||
<paramdef>int <parameter>day</parameter></paramdef>
|
||||
<paramdef>int <parameter>month</parameter></paramdef>
|
||||
<paramdef>int <parameter>year</parameter></paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
&warn.undocumented.func;
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
</reference>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
|
|
Loading…
Reference in a new issue