File manager - Edit - /home/autoph/public_html/connectv1/include/fpdf183/ex.php
Back
<?php require('mc_table.php'); function GenerateWord() { //Get a random word $nb=rand(3,10); $w=''; for($i=1;$i<=$nb;$i++) $w.=chr(rand(ord('a'),ord('z'))); return $w; } function GenerateSentence() { //Get a random sentence $nb=rand(1,10); $s=''; for($i=1;$i<=$nb;$i++) $s.=GenerateWord().' '; return substr($s,0,-1); } $pdf=new PDF_MC_Table(); $pdf->AddPage(); $pdf->SetFont('Arial','',14); //Table with 20 rows and 4 columns $pdf->SetWidths(array(30,50,30,40)); srand(microtime()*1000000); for($i=0;$i<20;$i++) $pdf->Row(array(GenerateSentence(),GenerateSentence(),GenerateSentence(),GenerateSentence())); $pdf->Output(); ?>
| ver. 1.4 |
.
| PHP 7.3.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings