本站消息

站长简介/公众号

  出租广告位,需要合作请联系站长

+关注
已关注

分类  

暂无分类

标签  

暂无标签

日期归档  

暂无数据

return php code as return value from php extension

发布于2023-05-25 21:15     阅读(1097)     评论(0)     点赞(5)     收藏(0)


I want to return the following php code :

(include "x.php");

as return value from my swig developed php extension. I have searched but found no specific answers. This return value will display as follows in the php script.

<?php
dl("myextension.dll");

my_extension_function(); /*this function call should output the following:
  (include "x.php"); in this php script*/

?>

Kindly help.

Regards,

KPM


解决方案


暂无回答



所属网站分类: 技术文章 > 问答

作者:黑洞官方问答小能手

链接:http://www.phpheidong.com/blog/article/546114/579109697124af954ba6/

来源:php黑洞网

任何形式的转载都请注明出处,如有侵权 一经发现 必将追究其法律责任

5 0
收藏该文
已收藏

评论内容:(最多支持255个字符)