mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
return types corrected
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@33516 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f28e682818
commit
57b8ee1b18
1 changed files with 10 additions and 10 deletions
|
@ -149,7 +149,7 @@ fdf_close($fdf);
|
|||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>void <function>fdf_close</function></funcdef>
|
||||
<funcdef>boolean <function>fdf_close</function></funcdef>
|
||||
<paramdef>int <parameter>fdf_document</parameter></paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
|
@ -268,7 +268,7 @@ unlink("outtest.fdf");
|
|||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>void <function>fdf_set_value</function></funcdef>
|
||||
<funcdef>boolean <function>fdf_set_value</function></funcdef>
|
||||
<paramdef>int <parameter>fdf_document</parameter></paramdef>
|
||||
<paramdef>string <parameter>fieldname</parameter></paramdef>
|
||||
<paramdef>string <parameter>value</parameter></paramdef>
|
||||
|
@ -323,7 +323,7 @@ unlink("outtest.fdf");
|
|||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>void <function>fdf_set_ap</function></funcdef>
|
||||
<funcdef>boolean <function>fdf_set_ap</function></funcdef>
|
||||
<paramdef>int <parameter>fdf_document</parameter></paramdef>
|
||||
<paramdef>string <parameter>field_name</parameter></paramdef>
|
||||
<paramdef>int <parameter>face</parameter></paramdef>
|
||||
|
@ -349,7 +349,7 @@ unlink("outtest.fdf");
|
|||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>void <function>fdf_set_status</function></funcdef>
|
||||
<funcdef>boolean <function>fdf_set_status</function></funcdef>
|
||||
<paramdef>int <parameter>fdf_document</parameter></paramdef>
|
||||
<paramdef>string <parameter>status</parameter></paramdef>
|
||||
</funcprototype>
|
||||
|
@ -396,7 +396,7 @@ unlink("outtest.fdf");
|
|||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>void <function>fdf_set_file</function></funcdef>
|
||||
<funcdef>boolean <function>fdf_set_file</function></funcdef>
|
||||
<paramdef>int <parameter>fdf_document</parameter></paramdef>
|
||||
<paramdef>string <parameter>filename</parameter></paramdef>
|
||||
</funcprototype>
|
||||
|
@ -446,7 +446,7 @@ unlink("outtest.fdf");
|
|||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>void <function>fdf_set_flags</function></funcdef>
|
||||
<funcdef>boolean <function>fdf_set_flags</function></funcdef>
|
||||
<paramdef>int <parameter>fdf_document</parameter></paramdef>
|
||||
<paramdef>string <parameter>fieldname</parameter></paramdef>
|
||||
<paramdef>int <parameter>whichFlags</parameter></paramdef>
|
||||
|
@ -472,7 +472,7 @@ unlink("outtest.fdf");
|
|||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>void <function>fdf_set_opt</function></funcdef>
|
||||
<funcdef>boolean <function>fdf_set_opt</function></funcdef>
|
||||
<paramdef>int <parameter>fdf_document</parameter></paramdef>
|
||||
<paramdef>string <parameter>fieldname</parameter></paramdef>
|
||||
<paramdef>int <parameter>element</parameter></paramdef>
|
||||
|
@ -499,7 +499,7 @@ unlink("outtest.fdf");
|
|||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>void <function>fdf_set_submit_form_action</function></funcdef>
|
||||
<funcdef>boolean <function>fdf_set_submit_form_action</function></funcdef>
|
||||
<paramdef>int <parameter>fdf_document</parameter></paramdef>
|
||||
<paramdef>string <parameter>fieldname</parameter></paramdef>
|
||||
<paramdef>int <parameter>trigger</parameter></paramdef>
|
||||
|
@ -526,7 +526,7 @@ unlink("outtest.fdf");
|
|||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>void <function>fdf_set_javascript_action</function></funcdef>
|
||||
<funcdef>boolean <function>fdf_set_javascript_action</function></funcdef>
|
||||
<paramdef>int <parameter>fdf_document</parameter></paramdef>
|
||||
<paramdef>string <parameter>fieldname</parameter></paramdef>
|
||||
<paramdef>int <parameter>trigger</parameter></paramdef>
|
||||
|
@ -559,4 +559,4 @@ sgml-exposed-tags:nil
|
|||
sgml-local-catalogs:nil
|
||||
sgml-local-ecat-files:nil
|
||||
End:
|
||||
-->
|
||||
-->
|
||||
|
|
Loading…
Reference in a new issue