Page 1 of 1

What is this code?

Posted: Wed Nov 19, 2008 3:40 am
by prasht
Hello,

I havent seen such line before in php code, so what is this line? Encryption?

$xm = "\x53\105\x4c\105\103\x54\x20\ ......" ;


Thank you

Re: What is this code?

Posted: Wed Nov 19, 2008 3:42 am
by aceconcepts
In what context?

Re: What is this code?

Posted: Wed Nov 19, 2008 3:45 am
by prasht
Its just a php file that has some variables set like this
$v01 = "\x6d\x64\x35";

whats the meaning of \x** ?

Re: What is this code?

Posted: Wed Nov 19, 2008 4:18 am
by Eran
It's UTF character codes.