mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
corrected doc bug #10335
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@48027 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
379ce1265a
commit
d520283ec5
1 changed files with 6 additions and 6 deletions
|
@ -1990,12 +1990,12 @@ pdf_close_image($pdf, $pim);
|
|||
<refsect1>
|
||||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>void <function>pdf_setdash</function></funcdef>
|
||||
<paramdef>int <parameter>pdf object</parameter></paramdef>
|
||||
<paramdef>double <parameter>w</parameter></paramdef>
|
||||
<paramdef>double <parameter>b</parameter></paramdef>
|
||||
</funcprototype>
|
||||
<funcprototype>
|
||||
<funcdef>void <function>pdf_setdash</function></funcdef>
|
||||
<paramdef>int <parameter>pdf object</parameter></paramdef>
|
||||
<paramdef>double <parameter>b</parameter></paramdef>
|
||||
<paramdef>double <parameter>w</parameter></paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
Set the current dash pattern to b black and w white units.
|
||||
|
|
Loading…
Reference in a new issue