Is there a way to return all of the key value pairs from a result #500
Answered
by
happymacarts
happymacarts
asked this question in
Q&A
-
in a raw ldap query i would do something like this
and $arrayResults with have all my key pairs I need to output all of the keys from a given user and sometimes i do not know the names of each of the keys and not every user has all the same keys How can I return all of the public key value pairs for an ldaprecord object? if i do this
|
Beta Was this translation helpful? Give feedback.
Answered by
happymacarts
Dec 22, 2022
Replies: 1 comment
-
I found the answer for anyone else looking the answer is |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
happymacarts
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found the answer for anyone else looking the answer is
$result->attributesToArray()