From 4589e94a92703bea8cc66428ae03850a4df77555 Mon Sep 17 00:00:00 2001
From: Mehdi Achour <didou@php.net>
Date: Fri, 21 May 2004 04:43:14 +0000
Subject: [PATCH] =?UTF-8?q?fix=20the=20protos=20here=20#=20thanks=20to=20F?=
 =?UTF-8?q?rank=20K=C3=B6nigstein?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@159218 c90b9560-bf6c-de11-be94-00142212c4b1
---
 reference/ming/functions/swfmovie.output.xml | 11 ++++++++---
 reference/ming/functions/swfmovie.save.xml   | 10 ++++++++--
 2 files changed, 16 insertions(+), 5 deletions(-)

diff --git a/reference/ming/functions/swfmovie.output.xml b/reference/ming/functions/swfmovie.output.xml
index 25a2c3e17b..c850922961 100644
--- a/reference/ming/functions/swfmovie.output.xml
+++ b/reference/ming/functions/swfmovie.output.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/ming.xml, last change in rev 1.24 -->
   <refentry id="function.swfmovie.output">
    <refnamediv>
@@ -9,8 +9,8 @@
    <refsect1>
     <title>Description</title>
      <methodsynopsis>
-      <type>void</type><methodname>swfmovie->output</methodname>
-      <void/>
+      <type>int</type><methodname>swfmovie->output</methodname>
+      <methodparam choice="opt"><type>int</type><parameter>compression</parameter></methodparam>
      </methodsynopsis>
     &warn.experimental.func;
     <para>
@@ -25,6 +25,11 @@ header('Content-type: application/x-shockwave-flash');
      </programlisting>
      convinces the browser to display this as a flash movie. 
     </para>
+    <para>
+     The <parameter>compression</parameter> level can be a value
+     between 0 and 9, defining the swf compression similar to
+     gzip compression.
+    </para>
     <simpara>
      See also
      <function>swfmovie->save</function>.
diff --git a/reference/ming/functions/swfmovie.save.xml b/reference/ming/functions/swfmovie.save.xml
index c943cab4b9..4ffed9ec16 100644
--- a/reference/ming/functions/swfmovie.save.xml
+++ b/reference/ming/functions/swfmovie.save.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/ming.xml, last change in rev 1.24 -->
   <refentry id="function.swfmovie.save">
    <refnamediv>
@@ -9,14 +9,20 @@
    <refsect1>
     <title>Description</title>
      <methodsynopsis>
-      <type>void</type><methodname>swfmovie->save</methodname>
+      <type>int</type><methodname>swfmovie->save</methodname>
       <methodparam><type>string</type><parameter>filename</parameter></methodparam>
+      <methodparam choice="opt"><type>int</type><parameter>compression</parameter></methodparam>
      </methodsynopsis>
     &warn.experimental.func;
     <para>
      <function>swfmovie->save</function> saves your movie to the
      file named <parameter>filename</parameter>. 
     </para>
+    <para>
+     The <parameter>compression</parameter> level can be a value 
+     between 0 and 9, defining the swf compression similar to gzip
+     compression.
+    </para>
     <simpara>
      See also
      <function>swfmovie->output</function>.