file-get-contents

file-get-contents

文章 3 浏览 83

预匹配问题

我有index.html ; 布拉布拉布拉 布拉布拉布拉 我需要获取 body 标记内的内容。尝试过 ]*>(.*?) \/body>/is", $site, $matches); print ($matches[1]);…

耳根太软 2024-11-24 14:31:26 1 0

为什么 PHP preg_replace {include 'date.php'} 不返回 php 并打印

为什么 PHP preg_replace {include 'date.php'} 不返回 php?没有eval如何解决? header('Content-Type:text/plain'); $str = "Today is {include 'da…

撑一把青伞 2024-11-19 22:02:47 3 0

file_get_contents 不起作用?

服务器:PHP 5.3 有问题的行: file_get_contents(http://subdomain.domain.com/Api/id); 在http://subdomain.domain.com/Api/id中我有这个: $newFee…

九公里浅绿 2024-11-19 15:02:10 4 0

使用 file_get_contents() 获取所有内容

我正在尝试使用 file_get_contents() 检索包含 XML 数据的网页。 $get_url_report = 'https://...'; // GET URL $str = file_get_contents($get_url_r…

策马西风 2024-11-19 10:40:33 5 0

file_get_contents和curl不起作用,tcp端口阻塞问题

我正在尝试编写一个 Joomla 模块,它将解析来自 springer api 的 json 数据。我对“file_get_contents”方法和其他替代方法有问题。我的问题是: 警告…

死开点丶别碍眼 2024-11-19 06:07:25 3 0

后台打开网页,显示页面已加载完成

当用户打开网页时,如何在服务器后台运行php脚本? 重要提示:用户不会注意到脚本何时完成并且不需要输出。 因此,用户通过访问网页来间接推动脚本,…

智商已欠费 2024-11-19 05:08:54 2 0

php 文件获取内容

我在同一台服务器上有 2 个域,并且我正在尝试访问权限为 777 的一个域上的文件。 我可以将 file_get_contents 与 url 一起使用,但不能与路径一起使…

深者入戏 2024-11-18 22:29:16 5 0

file_get_contents() 错误

我在 PHP 上使用 file_get_contents 并引发一些错误: 我的代码 #try to fetch from remote $this->remotePath = "http://some-hostname.com/blah/bla…

私野 2024-11-18 03:04:09 4 0

simplexml_load_file 不起作用

我下面有这段代码,它在我的远程托管服务器上运行良好,但由于某种原因不能在我的本地 Linux 机器上运行。我也尝试使用 file_get_contents 来获得宁静…

你怎么敢 2024-11-17 23:05:42 3 0

接受 url 或字符串的函数?

我有一个函数,我希望能够接受 html 字符串或 file_get_contents() 可以处理的资源。 我的基本想法是 function something($source){ $local = true; f…

心头的小情儿 2024-11-16 05:03:31 4 0

file_get_contents() 和特殊字符的问题

我正在使用 file_get_contents() 和包含特殊字符的 url。我从维基百科上挑选了一些网址进行检查。 我测试了我的“test1.php”

踏雪无痕 2024-11-15 04:43:41 4 0

获取 json 内容时出现问题

嗨,我正在尝试从 json 文件中获取内容,但我不能,我有很多麻烦来做到这一点,我的代码是:

影子的影子 2024-11-14 18:16:16 6 0

无法 file_get_contents 工作

我正在使用 facebook graph api 来检索登录用户的信息。 $facebookdata = json_decode(file_get_contents('https://graph.facebook.com/me?access_tok…

抚笙 2024-11-10 02:33:38 11 0

php file_get_contents 和文件长度的问题

我编写了一个简单的 api,将数据从一台服务器汇集到另一台服务器。它是一个非常简单的基于 $_GET 的 api,其中所有数据都作为 GET 数据附加到 url 中…

天冷不及心凉 2024-11-09 17:37:01 6 0

preg_match url 模式

由于我找不到问题的确切答案,我决定在这里寻求帮助,发布我的问题。因此,我有一个通过 file_get_contents 获取的页面内容,并希望 preg_match 此网…

只是一片海 2024-11-09 13:11:29 5 0
更多

推荐作者

卷耳

文章 0 评论 0

佚名

文章 0 评论 0

℉服软

文章 0 评论 0

qq_2gSKZM

文章 0 评论 0

凉宸

文章 0 评论 0

gyhjy

文章 0 评论 0

更多

友情链接

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文