PHP equivalent of VBScript's Asc() function?

  • Thread starter Thread starter Matt
  • Start date Start date
M

Matt

Guest
I am busy porting code from ASP to PHP. what is the PHP equivalent of the VBScript Asc() function, which returns an integer of the ASCII value of that character?
and Chr() please, which is the opposite.
 
Back
Top