Файловый менеджер - Редактировать - /home/lmsyaran/public_html/libraries/gantry5/vendor/rockettheme/toolbox/ArrayTraits/src/Serializable.php
Назад
<?php namespace RocketTheme\Toolbox\ArrayTraits; /** * Implements \Serializable interface. * * @package RocketTheme\Toolbox\ArrayTraits * @author RocketTheme * @license MIT * * @property array $items */ trait Serializable { /** * Returns string representation of the object. * * @return string Returns the string representation of the object. */ public function serialize() { return serialize($this->items); } /** * Called during unserialization of the object. * * @param string $serialized The string representation of the object. */ public function unserialize($serialized) { $this->items = unserialize($serialized); } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0.02 |
proxy
|
phpinfo
|
Настройка