Is there a way in PHP ver 4.1.2 (Debian Stable PHP) to dump

Whether you are using Linux on the desktop or as a server, it's still good that you're using Linux. Linux related questions go here.

Moderator: General Moderators

Post Reply
myleow
Forum Contributor
Posts: 194
Joined: Mon Jun 21, 2004 7:05 pm
Location: California

Is there a way in PHP ver 4.1.2 (Debian Stable PHP) to dump

Post by myleow »

Header sent out by the server?

I processed the SyncML request and encoded it into WBXML format. I am getting into the trouble if sending it out to the client.

Is there a way to print_r or var_dump the header information that is being used to send the package back to the mobile phone?

In order to post a message back to the client, i just need to use echo $reply, right?

Thank you in advance
Regards
Mian


feyd | this topic was split from a thread in the Theory forum, I think due to server glitchiness
timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post by timvw »

You could also use a backport of a more recent version of php

For that you can look at http://www.apt-get.org
User avatar
Pyrite
Forum Regular
Posts: 769
Joined: Tue Sep 23, 2003 11:07 pm
Location: The Republic of Texas
Contact:

Post by Pyrite »

What does this have to do with Linux ?
Post Reply