<?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>set_time_limit &#8211; トモデジ  tomodigi.com</title>
	<atom:link href="https://tomodigi.com/tag/set_time_limit/feed/" rel="self" type="application/rss+xml" />
	<link>https://tomodigi.com</link>
	<description>デジタルもアナログも</description>
	<lastBuildDate>Thu, 22 Sep 2011 09:10:17 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>実行時間の最大値を制限 (PHP)</title>
		<link>https://tomodigi.com/web/%e5%ae%9f%e8%a1%8c%e6%99%82%e9%96%93%e3%81%ae%e6%9c%80%e5%a4%a7%e5%80%a4%e3%82%92%e5%88%b6%e9%99%90/</link>
					<comments>https://tomodigi.com/web/%e5%ae%9f%e8%a1%8c%e6%99%82%e9%96%93%e3%81%ae%e6%9c%80%e5%a4%a7%e5%80%a4%e3%82%92%e5%88%b6%e9%99%90/#respond</comments>
		
		<dc:creator><![CDATA[Tomo]]></dc:creator>
		<pubDate>Tue, 24 Feb 2009 13:42:29 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[WEB]]></category>
		<category><![CDATA[set_time_limit]]></category>
		<category><![CDATA[さくらインターネット]]></category>
		<guid isPermaLink="false">http://www.tomodigi.com/?p=25</guid>

					<description><![CDATA[時間のかかる処理を行った場合、Maximum execution time of 30 seconds exceededというエラーで止まることがあります。 こんなときは以下のように対処します。 set_time_lim &#8230; <a href="https://tomodigi.com/web/%e5%ae%9f%e8%a1%8c%e6%99%82%e9%96%93%e3%81%ae%e6%9c%80%e5%a4%a7%e5%80%a4%e3%82%92%e5%88%b6%e9%99%90/" class="more-link">続きを読む <span class="screen-reader-text">実行時間の最大値を制限 (PHP)</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>時間のかかる処理を行った場合、Maximum execution time of 30 seconds exceededというエラーで止まることがあります。<br />
こんなときは以下のように対処します。</p>
<pre>set_time_limit(60);</pre>
<p>（数値は制限時間、この場合は60秒）<br />
0をセットすることで、制限なしにもできますが、さくらインターネットのライトでPHPを使う場合は無視されている様子です。<br />
呼び出しごとにタイマーがリセットされるので、処理の途中で再度呼び出すことで制限時間を延ばすことができます。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://tomodigi.com/web/%e5%ae%9f%e8%a1%8c%e6%99%82%e9%96%93%e3%81%ae%e6%9c%80%e5%a4%a7%e5%80%a4%e3%82%92%e5%88%b6%e9%99%90/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
