What is this code?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
prasht
Forum Newbie
Posts: 2
Joined: Wed Nov 19, 2008 3:37 am

What is this code?

Post 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
User avatar
aceconcepts
DevNet Resident
Posts: 1424
Joined: Mon Feb 06, 2006 11:26 am
Location: London

Re: What is this code?

Post by aceconcepts »

In what context?
prasht
Forum Newbie
Posts: 2
Joined: Wed Nov 19, 2008 3:37 am

Re: What is this code?

Post by prasht »

Its just a php file that has some variables set like this
$v01 = "\x6d\x64\x35";

whats the meaning of \x** ?
User avatar
Eran
DevNet Master
Posts: 3549
Joined: Fri Jan 18, 2008 12:36 am
Location: Israel, ME

Re: What is this code?

Post by Eran »

It's UTF character codes.
Post Reply