wenn ich an diese funktion
spCount = 1 übergebe
bekomme ich eine Fehlermeldung
warum
function block($text,$fontsize,$p,$offset,$xkorrelator,$korrelator,$spWidth,$spHeight,$spCount)
{
$anzahl=1;
$c=2;
//Zeilenanzahl bestimmen
while($c>0){
trim($text);
$x =10;
$y =385-$xkorrelator;
$w =($spWidth*$spCount)-($x*2);
$h =$anzahl *$fontsize;
$c =PDF_show_boxed($p,$text,$x,$y,$w,$h,"justify","blind");
++$anzahl;
}
//Text zeichnen
trim($text);
$x =10;
$y = $spHeight- $h -$offset-$korrelator-$absatz;
$w = ($spWidth*$spCount)-($x*2);
$c =PDF_show_boxed($p,$text,$x,$y,$w,$h,"justify");
--$anzahl;
$hoehe=$h+$offset;
return array("$hoehe","$anzahl");
}
[Editiert von admireproblem am 03-02-2002 um 18:02]
spCount = 1 übergebe
bekomme ich eine Fehlermeldung
warum
function block($text,$fontsize,$p,$offset,$xkorrelator,$korrelator,$spWidth,$spHeight,$spCount)
{
$anzahl=1;
$c=2;
//Zeilenanzahl bestimmen
while($c>0){
trim($text);
$x =10;
$y =385-$xkorrelator;
$w =($spWidth*$spCount)-($x*2);
$h =$anzahl *$fontsize;
$c =PDF_show_boxed($p,$text,$x,$y,$w,$h,"justify","blind");
++$anzahl;
}
//Text zeichnen
trim($text);
$x =10;
$y = $spHeight- $h -$offset-$korrelator-$absatz;
$w = ($spWidth*$spCount)-($x*2);
$c =PDF_show_boxed($p,$text,$x,$y,$w,$h,"justify");
--$anzahl;
$hoehe=$h+$offset;
return array("$hoehe","$anzahl");
}
[Editiert von admireproblem am 03-02-2002 um 18:02]
Kommentar