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/prefixed/opis/closure/ |
Current File : //var/www/web28/html/wp-content/plugins/matomo/app/vendor/prefixed/opis/closure/functions.php |
<?php /* =========================================================================== * Copyright (c) 2018-2021 Zindex Software * * Licensed under the MIT License * =========================================================================== */ namespace Matomo\Dependencies\Opis\Closure; /** * Serialize * * @param mixed $data * @return string */ function serialize($data) { SerializableClosure::enterContext(); SerializableClosure::wrapClosures($data); $data = \serialize($data); SerializableClosure::exitContext(); return $data; } /** * Unserialize * * @param string $data * @param array|null $options * @return mixed */ function unserialize($data, array $options = null) { SerializableClosure::enterContext(); $data = $options === null || \PHP_MAJOR_VERSION < 7 ? \unserialize($data) : \unserialize($data, $options); SerializableClosure::unwrapClosures($data); SerializableClosure::exitContext(); return $data; }
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare