glethro Posted September 13, 2013 Share Posted September 13, 2013 I'm not a PHP programmer and I have very little experience with PHP in general. However, I've got some code that I believe comes from a php module file. I was wondering if anyone could either explain what it does or provide an equivalent example in a different language (preferably in c or python). sub ASCIItoUnicode { return join('', map {($_, "\0")} split(//, $_[0])); } ... This isn't homework in any way, shape or form. Link to comment https://forums.phpfreaks.com/topic/282141-unsure-on-some-php-code/ Share on other sites More sharing options...
AbraCadaver Posted September 13, 2013 Share Posted September 13, 2013 ... This isn't homework in any way, shape or form. ... This also isn't PHP in any way, shape or form. Link to comment https://forums.phpfreaks.com/topic/282141-unsure-on-some-php-code/#findComment-1449424 Share on other sites More sharing options...
glethro Posted September 13, 2013 Author Share Posted September 13, 2013 haha thanks. probably perl then. Link to comment https://forums.phpfreaks.com/topic/282141-unsure-on-some-php-code/#findComment-1449425 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.