Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parameters #24

Open
PeterPan73 opened this issue Aug 23, 2016 · 1 comment
Open

Parameters #24

PeterPan73 opened this issue Aug 23, 2016 · 1 comment

Comments

@PeterPan73
Copy link

Hi, I have the following problem. One part of parameters that we pass (like array) do not show in "echo $ objWSSE-> saveXML ();". How is that possible?
When I print_r array, keys and values are there, but when I "echo $ objWSSE-> saveXML ();" only one part there are the others gone. Any idea?

@elceka
Copy link

elceka commented Oct 7, 2016

Maybe, I don't know what you need, but maybe i know... :)

Try var_dump()

var_dump($objWSSE->saveXML());

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants