Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /var/www/web28/html/wp-content/plugins/matomo/app/vendor/matomo/device-detector/Yaml/ |
Current File : //var/www/web28/html/wp-content/plugins/matomo/app/vendor/matomo/device-detector/Yaml/Symfony.php |
<?php /** * Device Detector - The Universal Device Detection library for parsing User Agents * * @link https://matomo.org * * @license http://www.gnu.org/licenses/lgpl.html LGPL v3 or later */ declare (strict_types=1); namespace DeviceDetector\Yaml; use Symfony\Component\Yaml\Yaml; class Symfony implements \DeviceDetector\Yaml\ParserInterface { /** * Parses the file with the given filename using Symfony Yaml parser and returns the converted content * * @param string $file * * @return mixed */ public function parseFile(string $file) { return Yaml::parseFile($file); } }
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare