[PHP-DOC] cpdf.xml From: Martin Samesch (martin.samesch <email protected>)
Date: 08/29/00

Hi,

at some functions there's

<paramdef>int
<parameter><optional>mode</optional></parameter></paramdef>

However, later it says: "The last optional parameter determines the unit
length.", so shouldn't it be
               ^^^^
<paramdef>int
<parameter><optional>unit</optional></parameter></paramdef>

instead or is this correct?

Martin