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