芝麻web文件管理V1.00
编辑当前文件:/home/royashxg/www/wp-content/plugins/fluent-smtp/app/Services/DB/QueryBuilder/Raw.php
value = (string)$value; $this->bindings = (array)$bindings; } public function getBindings() { return $this->bindings; } /** * @return string */ public function __toString() { return (string) $this->value; } }