Re: [PHP] how to convert char into number

2005-05-28 Thread Burhan Khalid
Jeremy Reynolds wrote: What function do I use to convert an ASCII character into it's equivalent number? http://php.net/ord -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] how to convert char into number

2005-05-27 Thread Brian V Bonini
On Wed, 2005-05-25 at 16:01, Jeremy Reynolds wrote: > What function do I use to convert an ASCII character into it's > equivalent number? ord() -- s/:-[(/]/:-)/g BrianGnuPG -> KeyID: 0x04A4F0DC | Key Server: pgp.mit.edu

Re: [PHP] how to convert char into number

2005-05-27 Thread Brian V Bonini
On Wed, 2005-05-25 at 16:11, Jeremy Reynolds wrote: > What function do I use to convert an ASCII character into it's > equivalent number? > -- > Sorry, I think my spam filters got any responses. If you replied, > could you please resend it to me? ord() -- PHP General Mailing List (http://www.

Re: [PHP] how to convert char into number

2005-05-27 Thread Philip Hallstrom
What function do I use to convert an ASCII character into it's equivalent number? http://us2.php.net/ord int ord ( string string ) Returns the ASCII value of the first character of string. This function complements chr(). -- PHP General Mailing List (http://www.php.net/) To unsubscribe, vis

Re: [PHP] how to convert char into number

2005-05-27 Thread Rory Browne
www.php.net/chr or www.php.net/ord forget which is which - I always have to check. On 5/25/05, Jeremy Reynolds <[EMAIL PROTECTED]> wrote: > What function do I use to convert an ASCII character into it's > equivalent number? > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscrib

[PHP] how to convert char into number

2005-05-27 Thread Jeremy Reynolds
What function do I use to convert an ASCII character into it's equivalent number? -- Sorry, I think my spam filters got any responses. If you replied, could you please resend it to me? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] how to convert char into number

2005-05-27 Thread Jeremy Reynolds
What function do I use to convert an ASCII character into it's equivalent number? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php