added swf.xml and some new functions.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@25159 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Rui Hirokawa 2000-05-28 11:35:10 +00:00
parent d4a44e0aa1
commit ec8793f067
3 changed files with 5 additions and 5 deletions

View file

@ -460,7 +460,7 @@ echo "This spans\nmultiple lines. The newlines will be\noutput as well.";
<funcdef>array <function>explode</function></funcdef>
<paramdef>string <parameter>separator</parameter></paramdef>
<paramdef>string <parameter>string</parameter></paramdef>
<paramdef>int <parameter><optional>string</optional></parameter></paramdef>
<paramdef>int <parameter><optional>limit</optional></parameter></paramdef>
</funcsynopsis>
<para>
Returns an array of strings, each of which is a substring of

View file

@ -335,7 +335,7 @@ swf_closefile ();
<refnamediv>
<refname>swf_placeobject</refname>
<refpurpose>
Place and object onto the screen
Place an object onto the screen
</refpurpose>
</refnamediv>
<refsect1>
@ -358,7 +358,7 @@ swf_closefile ();
</para>
<para>
This uses the current mulcolor (specified by <function>swf_mulcolor</function>) and the
current addcolor (specified by <function>swf_addcolor</function> to color the object and
current addcolor (specified by <function>swf_addcolor</function>) to color the object and
it uses the current matrix to position the object.
</para>
<note>
@ -1453,7 +1453,7 @@ swf_closefile ();
</paramdef>
</funcsynopsis>
<para>
The <function>swf_definebitmap</function> function defines a bitmap given a GIF,
The <function>swf_definebitmap</function> function defines a bitmap given a GIF,
JPEG, RGB or FI image. The image will be converted into a Flash JPEG or Flash color
map format.
</para>

View file

@ -555,7 +555,7 @@ gzclose( $zd );
This function takes <parameter>data</parameter> compressed by
<function>gzcompress</function> and returns the orignial uncompressed
data or false on error.
The function will return an error if the uncompressed data is more then 256
The function will return an error if the uncompressed data is more than 256
times the lenght of the compressed input <parameter>data</parameter> or more
than the optional parameter <parameter>length</parameter>.
</para>