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
What is this code?
Moderator: General Moderators
- aceconcepts
- DevNet Resident
- Posts: 1424
- Joined: Mon Feb 06, 2006 11:26 am
- Location: London
Re: What is this code?
In what context?
Re: What is this code?
Its just a php file that has some variables set like this
$v01 = "\x6d\x64\x35";
whats the meaning of \x** ?
$v01 = "\x6d\x64\x35";
whats the meaning of \x** ?
Re: What is this code?
It's UTF character codes.