svn: /phpdoc/ja/trunk/reference/curl/ curlfile/construct.xml curlfile.xml
[email protected] (Yoshinari Takaoka)
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
mumumu Thu, 12 Mar 2020 09:11:53 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=349388
Log:
Document CURLFile property types and constructor defaults
Changed paths:
U phpdoc/ja/trunk/reference/curl/curlfile/construct.xml
U phpdoc/ja/trunk/reference/curl/curlfile.xml
Modified: phpdoc/ja/trunk/reference/curl/curlfile/construct.xml
===================================================================
--- phpdoc/ja/trunk/reference/curl/curlfile/construct.xml 2020-03-12 08:55:43 UTC (rev 349387)
+++ phpdoc/ja/trunk/reference/curl/curlfile/construct.xml 2020-03-12 09:11:53 UTC (rev 349388)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 336593 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 349387 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="curlfile.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
@@ -15,8 +16,8 @@
<methodsynopsis>
<modifier>public</modifier> <methodname>CURLFile::__construct</methodname>
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
- <methodparam choice="opt"><type>string</type><parameter>mimetype</parameter></methodparam>
- <methodparam choice="opt"><type>string</type><parameter>postname</parameter></methodparam>
+ <methodparam choice="opt"><type>string</type><parameter>mimetype</parameter><initializer>""</initializer></methodparam>
+ <methodparam choice="opt"><type>string</type><parameter>postname</parameter><initializer>""</initializer></methodparam>
</methodsynopsis>
<para>&style.procedural;</para>
<methodsynopsis>
Modified: phpdoc/ja/trunk/reference/curl/curlfile.xml
===================================================================
--- phpdoc/ja/trunk/reference/curl/curlfile.xml 2020-03-12 08:55:43 UTC (rev 349387)
+++ phpdoc/ja/trunk/reference/curl/curlfile.xml 2020-03-12 09:11:53 UTC (rev 349388)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 336593 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 349387 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<phpdoc:classref xml:id="class.curlfile" xmlns:phpdoc="http://php.net/ns/phpdoc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
@@ -36,14 +37,17 @@
<classsynopsisinfo role="comment">&Properties;</classsynopsisinfo>
<fieldsynopsis>
<modifier>public</modifier>
+ <type>mixed</type>
<varname linkend="curlfile.props.name">name</varname>
</fieldsynopsis>
<fieldsynopsis>
<modifier>public</modifier>
+ <type>mixed</type>
<varname linkend="curlfile.props.mime">mime</varname>
</fieldsynopsis>
<fieldsynopsis>
<modifier>public</modifier>
+ <type>mixed</type>
<varname linkend="curlfile.props.postname">postname</varname>
</fieldsynopsis>