mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
add missing parameter
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@153708 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
677678e70a
commit
4f64b17060
3 changed files with 6 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/cpdf.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.cpdf-set-creator">
|
||||
<refnamediv>
|
||||
|
@ -10,6 +10,7 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>cpdf_set_creator</methodname>
|
||||
<methodparam><type>int</type><parameter>pdf_document</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>creator</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/cpdf.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.cpdf-set-keywords">
|
||||
<refnamediv>
|
||||
|
@ -10,6 +10,7 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>cpdf_set_keywords</methodname>
|
||||
<methodparam><type>int</type><parameter>pdf_document</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>keywords</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/cpdf.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.cpdf-set-title">
|
||||
<refnamediv>
|
||||
|
@ -10,6 +10,7 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>cpdf_set_title</methodname>
|
||||
<methodparam><type>int</type><parameter>pdf_document</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>title</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue