0byt3m1n1
Path:
C:
/
BACKUPS
/
IDCARD-backup
/
id Code
/
vendor1
/
mpdf
/
mpdf
/
src
/
Output
/
[
Home
]
File: Destination.php
<?php namespace Mpdf\Output; class Destination { const FILE = 'F'; const DOWNLOAD = 'D'; const STRING_RETURN = 'S'; const INLINE = 'I'; }