Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
think
db
builder
Sqlite
PHP Class think\db\builder\Sqlite
Inheritance:
extends
Think\Db\Builder
Exibir arquivo
Open project: top-think/framework
Public Methods
Method
Description
parseLimit
(
$limit
) :
string
limit
Protected Methods
Method
Description
parseKey
(
string
$key
,
array
$options
= [] ) :
string
字段和表名处理
parseRand
( ) :
string
随机排序
Method Details
parseKey()
protected
method
字段和表名处理
protected
parseKey
(
string
$key
,
array
$options
= [] ) :
string
$key
string
$options
array
return
string
parseLimit()
public
method
limit
public
parseLimit
(
$limit
) :
string
return
string
parseRand()
protected
method
随机排序
protected
parseRand
( ) :
string
return
string