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!
Hello PHP people. Can anyone please tell me how to convert character to integer (ascii code that is)?
I know in C++ you can do it simply:
char c = 'a';
int ascii = c;