Tag Archives: string
June 22, 2011 at 5:06 pm | By maximem | In Tips
Easy string to array conversion
As you may know, in the C language a string is in fact an array of characters, terminated by the null character \0. In PHP, the idea is still here but it's a little bit different. Strings are not considered as ...
- Tags : array | conversion | hexadecimal | string
- [ 1 ] Comment
- Share On Twitter

Recent Comments