Файловый менеджер - Редактировать - /home/tuudkjt/globeasy/wp-content/plugins/reviewx/vendor/wpdrill/core/src/DB/QueryBuilder/Raw.php
Назад
<?php namespace Rvx\WPDrill\DB\QueryBuilder; class Raw { /** * @var string */ protected $value; /** * @var array */ protected $bindings; public function __construct($value, $bindings = array()) { $this->value = (string) $value; $this->bindings = (array) $bindings; } public function getBindings() { return $this->bindings; } /** * @return string */ public function __toString() { return (string) $this->value; } }
| ver. 1.6 |
Github
|
.
| PHP 8.1.34 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка