Home
last modified time | relevance | path

Searched refs:sth (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/lib/plugins/authpdo/
H A Dauth.php658 $sth = $this->pdo->prepare($sql);
669 $sth->bindValue($key, $value, PDO::PARAM_INT);
671 $sth->bindValue($key, $value);
676 $sth->execute();
682 $result = $sth->fetchAll();
684 $result = $sth->rowCount();
691 $hasnextrowset = $sth->nextRowset(); // run next rowset
704 $sth->closeCursor();