mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Fix for bug #4942 and typo reportet by Len Goldstein.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@26010 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
04afd3b141
commit
a0289e8040
2 changed files with 3 additions and 3 deletions
|
@ -159,7 +159,7 @@
|
|||
<listitem><simpara>
|
||||
int recur_interval - recurrence interval</simpara></listitem>
|
||||
<listitem><simpara>
|
||||
datetime recur_endate - recurrence end date</simpara></listitem>
|
||||
datetime recur_enddate - recurrence end date</simpara></listitem>
|
||||
<listitem><simpara>
|
||||
int recur_data - recurrence data</simpara></listitem>
|
||||
</itemizedlist>
|
||||
|
@ -943,7 +943,7 @@
|
|||
<listitem><simpara>
|
||||
int recur_interval - recurrence interval</simpara></listitem>
|
||||
<listitem><simpara>
|
||||
datetime recur_endate - recurrence end date</simpara></listitem>
|
||||
datetime recur_enddate - recurrence end date</simpara></listitem>
|
||||
<listitem><simpara>
|
||||
int recur_data - recurrence data</simpara></listitem>
|
||||
</itemizedlist>
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
<example>
|
||||
<title>SWF example</title>
|
||||
<programlisting role="php">
|
||||
<php
|
||||
<?php
|
||||
swf_openfile ("test.swf", 256, 256, 30, 1, 1, 1);
|
||||
swf_ortho2 (-100, 100, -100, 100);
|
||||
swf_defineline (1, -70, 0, 70, 0, .2);
|
||||
|
|
Loading…
Reference in a new issue