linux停wordpress 调用 ftp_connect 函数失败

WBOY
Release: 2016-06-13 12:36:50
Original
785 people have browsed it

linux下wordpress 调用 ftp_connect 函数失败

本帖最后由 zhenbiny 于 2013-09-29 17:08:44 编辑 我直接在linux下使用yum install php 的方式安装了php,
写了如下代码:
connid = ftp_connect("192.168.123.30");执行成功。
但是wordpress 下通过跟踪代码,同样执行到ftp_connect("192.168.123.30") 就会失败
如果代码不该的情况下,
直接使用集成开发包lampp 运行wordpress,则该函数就可以执行成功。
请问到底是什么原因? 实在想不明白
谢谢大家!
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!