PHPLights/Documentation/liblights/LsDBStmtPDO
From Linuxnetworks
< PHPLights | Documentation | liblights
Contents
Sypnosis
class LsDBStmtPDO extends LsDBStmt implements LsDBStmtIface { public function __destruct() public function execute( array $binds = array() ) public function & fetch( $style = LsDBStmt::Assoc ) public function nextResult() }
Description
Public functions
__destruct()
public function __destruct()
execute()
public function execute( array $binds = array() )
fetch()
public function & fetch( $style = LsDBStmt::Assoc )
nextResult()
public function nextResult()
Back to Overview