Re: [PHP-DEV] LDAP V3 Server Side Sorting

2001-05-16 Thread David Giffin
with the rest of LDAP Version 3 functionality. David On Wed, 16 May 2001, Stig Venaas wrote: On Tue, May 15, 2001 at 06:17:11PM -0700, David Giffin wrote: Hello, I added in a function to provide server side sorting on searches. This is a LDAP version 3 specific function, and uses

[PHP-DEV] LDAP V3 Server Side Sorting

2001-05-15 Thread David Giffin
to incorporate the code into php, but here is my first attempt. proto int ldap_sort_search(int link, string base_dn, string filter [, array attrs [, string sortstr [, int attrsonly [, int sizelimit [, int timelimit [, int deref]) Thanks, David Giffin