HandlerSocket-Plugin-for-MySQL icon indicating copy to clipboard operation
HandlerSocket-Plugin-for-MySQL copied to clipboard

executeMulti All record

Open FairPrice opened this issue 13 years ago • 0 comments

Example

$retval = $hs->executeMulti( array(array(1, '=', array('k1'), 1, 0), array(1, '=', array('k2'), 1, 0)));

var_dump($retval);

unset($hs);

Bring on the 1st recording, and how to display all the entries ?

array(array(1, '=', array('k1'), -2, 0)

Tried to specify -2 like work, as well as worked -1 but stopped. Someone tell me how to do ?

FairPrice avatar Oct 19 '12 07:10 FairPrice