mirror of
				https://github.com/librenms/librenms.git
				synced 2024-10-07 16:52:45 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			92 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			92 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| $pdf->AddPage();
 | |
| $pdf->writeHTMLCell(0, 0, '', '', 'yeah', 0, 1, 0, true, '', true);
 |