Voting

: min(two, two)?
(Example: nine)

The Note You're Voting On

cruzfern at chuchuwa dot com dot ar
19 years ago
The internal attributes (like createTimestamp, modifyTimestamp, etc), don't come by default (when the optional parameter attributes is not set). You have to specify it:

<?
$r=ldap_search($ds,$base,$filter,array("createTimestamp"));
?>

<< Back to user notes page

To Top