Файловый менеджер - Редактировать - /home/tuudkjt/globeasy/wp-content/plugins/reviewx/vendor/nahid/qarray/src/ArrayQuery.php
Назад
<?php namespace Rvx\Nahid\QArray; use Rvx\Nahid\QArray\QueryEngine; class ArrayQuery extends QueryEngine { /** * @var null|QueryEngine */ protected static $instance = null; public function __construct($data = []) { if (\is_array($data)) { $this->collect($data); } else { parent::__construct($data); } } public static function getInstance() { if (\is_null(static::$instance)) { static::$instance = new static(); } return static::$instance; } public function readPath($file) { return '{}'; } public function parseData($data) { return $this->collect([]); } }
| ver. 1.6 |
Github
|
.
| PHP 8.1.34 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка