Pop\Db\Adapter\Sqlite::escape PHP 메소드

escape() 공개 메소드

Return the escaped string value.
public escape ( string $value ) : string
$value string
리턴 string
    public function escape($value)
    {
        return $this->connection->escapeString($value);
    }