<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>爱周末 &#187; stristr</title>
	<atom:link href="http://zhoumo123.cn/tag/stristr/feed" rel="self" type="application/rss+xml" />
	<link>http://zhoumo123.cn</link>
	<description>知识分享，共同进步。zhoumo123.cn</description>
	<lastBuildDate>Thu, 07 Nov 2019 05:53:49 +0000</lastBuildDate>
	<language>zh-CN</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.0.1</generator>
	<item>
		<title>php 判断字符是否在字符串中stristr用法</title>
		<link>http://zhoumo123.cn/php/3263.html</link>
		<comments>http://zhoumo123.cn/php/3263.html#comments</comments>
		<pubDate>Mon, 07 Sep 2015 06:32:28 +0000</pubDate>
		<dc:creator><![CDATA[zhangc]]></dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[stristr]]></category>

		<guid isPermaLink="false">http://zhoumo123.cn/?p=3263</guid>
		<description><![CDATA[php中如何判断一个字符是否在另一个字符串中呢，一起看下 php stristr的用法。 (PHP 4, PHP 5) stristr — strstr() 函数的忽略大小写版本 说明 string stristr ( string $haystack , mixed $needle [, bool $before_needle = false ] ) 返回 haystack 字符串从 needle 第一次出现的位置开始到结尾的字符串。 参数 haystack 在该字符串中查找。 needle 如果 needle 不是一个字符串，那么它将被转换为整型并被视为字符顺序值。 before_need ...  <a href="http://zhoumo123.cn/php/3263.html">  阅读全文 </a>]]></description>
				<content:encoded><![CDATA[<p>php中如何判断一个字符是否在另一个字符串中呢，一起看下 php stristr的用法。</p>
<p>(PHP 4, PHP 5)<br />
stristr — strstr() 函数的忽略大小写版本</p>
<p><strong>说明</strong></p>
<p>string stristr ( string $haystack , mixed $needle [, bool $before_needle = false ] )<br />
返回 haystack 字符串从 needle 第一次出现的位置开始到结尾的字符串。</p>
<p><strong>参数</strong></p>
<p>haystack<br />
在该字符串中查找。</p>
<p>needle<br />
如果 needle 不是一个字符串，那么它将被转换为整型并被视为字符顺序值。</p>
<p>before_needle<br />
若为 TRUE，strstr() 将返回 needle 在 haystack 中的位置之前的部分(不包括 needle)。</p>
<p>参数 needle 和 haystack 将以不区分大小写的方式对待。</p>
<p><strong>返回值</strong></p>
<p>返回匹配的子字符串。如果 needle 未找到，返回 FALSE。</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://zhoumo123.cn/php/3263.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
