| 
 | ldap_count_entriesCount the number of entries in a search Description
   int ldap_count_entries(LDAP\Connection  $ldap, LDAP\Result$result)Returns the number of entries stored in the result of previous search operations. Parameters
 
 Return Values
   Returns number of entries in the result, or  Changelog
 Examples
 Example #1 ldap_count_entries example Retrieve number of entries in the result. The above example will output something similar to: 
     int(1)
      |