faizulbari Posted February 3, 2007 Share Posted February 3, 2007 how can i convert a string ascii value array if string is "my name" i want a array = {109,121,32,.....} Link to comment https://forums.phpfreaks.com/topic/36919-solved-convert-string-to-char-ascii-value-array/ Share on other sites More sharing options...
hvle Posted February 3, 2007 Share Posted February 3, 2007 echo ord('c'); // 99 Link to comment https://forums.phpfreaks.com/topic/36919-solved-convert-string-to-char-ascii-value-array/#findComment-176123 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.