We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 ?
The text was updated successfully, but these errors were encountered: