Salut,
Je ne comprends pas le synopsys de la fction ldap_search :
resource ldap_search ( resource link_identifier, string base_dn, string filter [, array attributes [, int attrsonly [, int sizelimit [, int timelimit [, int deref]]]]] )
Si je veux utiliser timelimit (30) je dois bien faire ceci?
ldap_search ( resource link_identifier, string base_dn, string filter , array(attributes) ,0 ,0 ,30,0)
Merci.