protected function LdapQueryAdmin::arrayToCsv in Lightweight Directory Access Protocol (LDAP) 7.2
Same name and namespace in other branches
- 8.2 ldap_query/LdapQueryAdmin.class.php \LdapQueryAdmin::arrayToCsv()
- 7 ldap_query/LdapQueryAdmin.class.php \LdapQueryAdmin::arrayToCsv()
File
- ldap_query/
LdapQueryAdmin.class.php, line 331
Class
Code
protected function arrayToCsv($array) {
return join(",", $array);
}