|
Posted by Marek Kilimajer on 04/28/05 20:29
Vedanta Barooah wrote:
> Well that was simple, but this is what i am trying to solve:
>
> if you refer to the php documentation for ldap_open() function it says:
>
> resource ldap_search ( resource link_identifier, string base_dn,
> string filter [, array attributes [, int attrsonly [, int sizelimit [,
> int timelimit [, int deref]]]]])
>
> if you look at the 4th and the 6th arguments to the function
> attributes is an array while sizelimit is an int, i want to pass the
> sixth element without passing the 4th and the 5th ... how do i do
> that??
you can do it only with user defined functions. so the answer is no, you
can't do that.
Navigation:
[Reply to this message]
|