mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
More manual <void/>-ifying
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@54465 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
9e6c77c6dd
commit
9e38fb033f
3 changed files with 10 additions and 8 deletions
|
@ -207,7 +207,7 @@
|
|||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>int <function>dbplus_freealllocks</function></funcdef>
|
||||
<paramdef>void <parameter></parameter></paramdef>
|
||||
<void/>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
|
@ -983,5 +983,5 @@ sgml-exposed-tags:nil
|
|||
sgml-local-catalogs:nil
|
||||
sgml-local-ecat-files:nil
|
||||
End:
|
||||
vim: ts=1 sw=1 et syntax=sgml
|
||||
-->
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!-- $Revision: 1.17 $ -->
|
||||
<!-- $Revision: 1.18 $ -->
|
||||
<reference id="ref.ming">
|
||||
<title>Ming functions for Flash</title>
|
||||
<titleabbrev>Ming (flash)</titleabbrev>
|
||||
|
@ -309,7 +309,7 @@ header('Content-type: application/x-shockwave-flash');
|
|||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>void <function>swfmovie->remove</function></funcdef>
|
||||
<paramdef>ressource <parameter>instance</parameter></paramdef>
|
||||
<paramdef>resource <parameter>instance</parameter></paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
&warn.experimental.func;
|
||||
|
@ -428,7 +428,7 @@ header('Content-type: application/x-shockwave-flash');
|
|||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>void <function>swfmovie->nextframe</function></funcdef>
|
||||
<paramdef>void </paramdef>
|
||||
<void/>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
&warn.experimental.func;
|
||||
|
@ -3099,7 +3099,7 @@ $t = newSWFTextField(SWFTEXTFIELD_PASSWORD | SWFTEXTFIELD_NOEDIT);
|
|||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>void <function>swfsprite->nextframe</function></funcdef>
|
||||
<paramdef>void </paramdef>
|
||||
<void/>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
&warn.experimental.func;
|
||||
|
@ -4250,4 +4250,5 @@ sgml-exposed-tags:nil
|
|||
sgml-local-catalogs:nil
|
||||
sgml-local-ecat-files:nil
|
||||
End:
|
||||
vim: ts=1 sw=1 et syntax=sgml
|
||||
-->
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!-- $Revision: 1.55 $ -->
|
||||
<!-- $Revision: 1.56 $ -->
|
||||
<reference id="ref.mysql">
|
||||
<title>MySQL functions</title>
|
||||
<titleabbrev>MySQL</titleabbrev>
|
||||
|
@ -2023,7 +2023,7 @@ while ($i < mysql_num_rows ($result)) {
|
|||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>string <function>mysql_get_client_info</function></funcdef>
|
||||
<paramdef>void <parameter></parameter></paramdef>
|
||||
<void/>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
|
@ -2128,4 +2128,5 @@ sgml-exposed-tags:nil
|
|||
sgml-local-catalogs:nil
|
||||
sgml-local-ecat-files:nil
|
||||
End:
|
||||
vim: ts=1 sw=1 et syntax=sgml
|
||||
-->
|
||||
|
|
Loading…
Reference in a new issue