Help for this page

Select Code to Download


  1. or download this
    entry = $AD_conn->nextEntry();
    
  2. or download this
        while ($entry ) {
    
    ...
    
            $entry = $AD_conn->nextEntry();
        }    # End of while loop