See what a string "really" contains?

61 views Asked by At

With phpdocx, I am retrieving a template variable from a *.docx file. However, when var_dump()-ing the string, I receive:

 string(46) "Name(/)Frage(/)rad:Ja(=>ja),Nein(=>nein)"

Obviously, the string's length is 40. How can I see, what else is stored in the string?

I think the ">" are the problem. They are being converted to > I think. Can I stop this behaviour?

Many thanks and best, Philip

0

There are 0 answers