Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > e7f98cc52094672001c3e6a04c417ebf > files > 43

php-pear-DB_ldap2-0.5.0-2mdv2010.0.noarch.rpm

<?php

$dbh->setErrorHandling(PEAR_ERROR_DIE);
$sth = $dbh->simpleQuery("objectClass=*");
print gettype($sth)."\n";

?>