File manager - Edit - /var/www/payraty/helpdesk/vendor/sentry/sentry/src/Serializer/SerializerInterface.php
Back
<?php declare(strict_types=1); namespace Sentry\Serializer; /** * Basic serializer for the event data. */ interface SerializerInterface { /** * Serialize an object (recursively) into something safe to be sent in an Event. * * @param mixed $value * * @return string|bool|float|int|object|mixed[]|null */ public function serialize($value); }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings