Function __global->cns_group_cnsid_to_ldapcn
Definitions
sources/cns_ldap.php
- Find the named LDAP usergroup for an Conversr ID. Note that the returned MAY NOT ACTUALLY EXIST!
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: string
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $id | GROUP | No | No | required parameter | N/A | N/A | The Conversr ID |
Returns
- The named LDAP usergroup (null: none)
- Type: ?SHORT_TEXT
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Find the named LDAP usergroup for an Conversr ID. Note that the returned MAY NOT ACTUALLY EXIST!
*
* @param GROUP $id The Conversr ID
* @return ?SHORT_TEXT The named LDAP usergroup (null: none)
*/
function cns_group_cnsid_to_ldapcn(int $id) : ?string
* Find the named LDAP usergroup for an Conversr ID. Note that the returned MAY NOT ACTUALLY EXIST!
*
* @param GROUP $id The Conversr ID
* @return ?SHORT_TEXT The named LDAP usergroup (null: none)
*/
function cns_group_cnsid_to_ldapcn(int $id) : ?string

