var_dump does not show full data

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • waqasahmed996
    New Member
    • Jun 2008
    • 160

    var_dump does not show full data

    Hi

    i am using var_dump, but after certain value it does not show full value and at the end it show like this

    string....... (length=4480)

    i want to get compete string. can anyone help me how can i do this. Let me know if i am not clear in my question
  • waqasahmed996
    New Member
    • Jun 2008
    • 160

    #2
    i could not understand one thing that at one server same data show result like this

    string '<diffgr:diffgr am xmlns:msdata="u rn:schemas-microsoft-com:xml-msdata" xmlns:diffgr="u rn:schemas-microsoft-com:xml-diffgram-v1"><Heiti xmlns="">

    and on another server same data show result like this

    string(18344) "1123421018061T orfufell210000R eykjavík01Reykj avík11234210180 63Torfufell2300 00Reykjavík01

    what could be problem then i second server. i need info in tags.
    Last edited by waqasahmed996; Oct 26 '12, 07:43 PM. Reason: i thought my problem is solved but actually it wasn't

    Comment

    Working...