You are here

protected function LdapQueryAdmin::arrayToCsv in Lightweight Directory Access Protocol (LDAP) 8.2

Same name and namespace in other branches
  1. 7.2 ldap_query/LdapQueryAdmin.class.php \LdapQueryAdmin::arrayToCsv()
  2. 7 ldap_query/LdapQueryAdmin.class.php \LdapQueryAdmin::arrayToCsv()

File

ldap_query/LdapQueryAdmin.class.php, line 294

Class

LdapQueryAdmin

Code

protected function arrayToCsv($array) {
  return join(",", $array);
}