Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Swoole
Database
MySQLiRecord
PHP Class Swoole\Database\MySQLiRecord
Inheritance:
implements
Swoole\IDbRecord
显示文件
Open project: matyhtf/swoole_framework
Public Properties
Property
Type
Description
$result
mysqli_result
Public Methods
Method
Description
__call
(
$func
,
$params
)
__construct
(
$result
)
__get
(
$key
)
fetch
( )
fetchall
( )
free
( )
Method Details
__call()
public
method
public
__call
(
$func
,
$params
)
__construct()
public
method
public
__construct
(
$result
)
__get()
public
method
public
__get
(
$key
)
fetch()
public
method
public
fetch
( )
fetchall()
public
method
public
fetchall
( )
free()
public
method
public
free
( )
Property Details
$result
public_oe property
public
mysqli_result
$result
return
mysqli_result