PHP Class Swoole\Database\MySQLiRecord

Inheritance: implements Swoole\IDbRecord
Show file 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 property

public mysqli_result $result
return mysqli_result