duannuochi3549 2019-02-14 07:12
浏览 60
已采纳

调用未定义的函数xmlwriter_open_memory(),没有OOP

I am writing a school project in PHP but I am not using classes. I need to write the output to XML with wmlwriter_open_memory() and tried things like this:

$xml = xmlwriter_open_memory();

$xml = XMLWriter::xmlwriter_open_memory();

$xml = new XMLWriter();
...

But I get the call to undefined function error, but the curious thing is, I don't get the error when I remotely run in on the school server.

I am using PHP 7.2.15 and Ubuntu 18.04.1 LTS. Any ideas are appreciated.

  • 写回答

1条回答 默认 最新

  • dongzai5181 2019-02-16 08:40
    关注

    as @ThW has stated, I didn't have the extension installed, but my IDE recognized that the function exists, so that confused me the most.

    I've solved it by installing the php extension like this:

    sudo apt-get install php-xml
    

    and made sure that it is installed with this

    php -i | grep "xml"
    

    I found these commands here

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 乌班图ip地址配置及远程SSH
  • ¥15 怎么让点阵屏显示静态爱心,用keiluVision5写出让点阵屏显示静态爱心的代码,越快越好
  • ¥15 PSPICE制作一个加法器
  • ¥15 javaweb项目无法正常跳转
  • ¥15 VMBox虚拟机无法访问
  • ¥15 skd显示找不到头文件
  • ¥15 机器视觉中图片中长度与真实长度的关系
  • ¥15 fastreport table 怎么只让每页的最下面和最顶部有横线
  • ¥15 java 的protected权限 ,问题在注释里
  • ¥15 这个是哪里有问题啊?