arne_anka Posted October 17, 2006 Share Posted October 17, 2006 hi,does anybody know an example or howto, describing how to create a php-array from c++?i need to read a textfile w/ c++, process it and give the results to php. the easiest way would imo be, to put the results in php-arrays and simply call unserialize() in php.any (other) ideas? Link to comment https://forums.phpfreaks.com/topic/24186-c-create-php-array-w-c/ Share on other sites More sharing options...
btherl Posted October 20, 2006 Share Posted October 20, 2006 A php extension would be ideal for this, but I think php extensions are C only, not C++ .. can anyone confirm this? The documentation for them is here:http://www.zend.com/php/internals/index.php Link to comment https://forums.phpfreaks.com/topic/24186-c-create-php-array-w-c/#findComment-111681 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.