Function __global->ldap_unescape

Definitions

sources/cns_ldap.php

  • Unescape data from LDAP. Technically this is not unescaping, it's just a character set conversion, but function is named to provide symmetry with cms_ldap_escape which does both escaping and character set conversion.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: string

Parameters

Name Type Default Set Range Description
$str string required parameter N/A N/A The escaped value

Return

  • The value
  • Type: string
  • Set: N/A
  • Range: N/A