php 删除无效的换行符并从无效的源XML Feed返回
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 删除无效的换行符并从无效的源XML Feed返回相关的知识,希望对你有一定的参考价值。
<?php
/*
Script Name: getcleanfeed
Plugin URI: https://premium.wpmudev.org/
Description: Removes invalid line breaks and returns from source feed
Author: James Morris @ WPMUDEV
Author URI: https://premium.wpmudev.org/
License: GPLv2 or later
*/
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, "https://sourcesite.com/feed/");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
$output = curl_exec($ch);
curl_close($ch);
$string = str_replace(array("\r", "\n", "\r\n"), ' ', $output);
echo file_put_contents("outputfeed.xml", $string);
以上是关于php 删除无效的换行符并从无效的源XML Feed返回的主要内容,如果未能解决你的问题,请参考以下文章
dom4j: 生成XML时文本中回车换行无效
安装jdk1.9后报 Error:java: 无效的源发行版: 1.9
无效格式xml的最佳PHP解析器[重复]
从java中的字符串中删除无效的XML字符
Swift 3 使用无效的 XML 证书连接到服务器
CKReference .DeleteSelf 属性无效