Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
yii
sphinx
Connection
quoteIndexName
yii\sphinx\Connection::quoteIndexName PHP 메소드
Connection 1 문서
파일 보기
프로젝트 열기: yiisoft/yii2-sphinx
quoteIndexName()
공개
메소드
If the index name contains schema prefix, the prefix will also be properly quoted. If the index name is already quoted or contains special characters including '(', '[[' and '{{', then this method will do nothing.
public
quoteIndexName
(
string
$name
) :
string
$name
string
index name
리턴
string
the properly quoted index name
public function quoteIndexName($name) { return $this->getSchema()->quoteIndexName($name); }
Connection
createCommand
escapeMatchValue
getIndexSchema
getLastInsertID
quoteIndexName
quoteTableName