Function __global->cns_get_all_ldap_groups

Definitions

sources/cns_ldap.php

  • Get a list of usergroups on the LDAP server.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: array

Returns

  • The list of usergroups (string)
  • Type: array
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get a list of usergroups on the LDAP server.
 *
 * @return array The list of usergroups (string)
 */

function cns_get_all_ldap_groups() : array