whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
vendor
/
ua-parser
/
uap-php
/
src
/
Util
/
Logfile
/
Upload File:
files >> //home/kckglobal/www/portal/vendor/ua-parser/uap-php/src/Util/Logfile/ReaderInterface.php
<?php /** * ua-parser * * Copyright (c) 2011-2012 Dave Olsen, http://dmolsen.com * * Released under the MIT license */ namespace UAParser\Util\Logfile; interface ReaderInterface { public function test(string $line): bool; public function read(string $line): string; }
Copyright ©2021 || Defacer Indonesia