<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/css" href="http://www.fenixdocs.com/skins/common/feed.css?63"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>Fputs - Revision history</title>
		<link>http://www.fenixdocs.com/index.php?title=Fputs&amp;action=history</link>
		<description>Revision history for this page on the wiki</description>
		<language>en</language>
		<generator>MediaWiki 1.10.1</generator>
		<lastBuildDate>Sat, 02 May 2026 14:51:12 GMT</lastBuildDate>
		<item>
			<title>Sandman at 13:55, 26 June 2007</title>
			<link>http://www.fenixdocs.com/index.php?title=Fputs&amp;diff=2526&amp;oldid=prev</link>
			<description>&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:functions]]&lt;br /&gt;
[[Category:files]]&lt;br /&gt;
&lt;br /&gt;
==Definition==&lt;br /&gt;
'''INT''' fputs ( &amp;lt;'''INT''' filehandle&amp;gt; , &amp;lt;'''STRING''' line&amp;gt; )&lt;br /&gt;
&lt;br /&gt;
Writes a line to a certain file.&lt;br /&gt;
&lt;br /&gt;
== Parameters ==&lt;br /&gt;
{| &lt;br /&gt;
| '''INT''' filehandle || - The [[FileHandle]] of the file returned by [[fopen]]().&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Returns ==&lt;br /&gt;
'''INT''': Number of bytes written.&lt;br /&gt;
{|&lt;br /&gt;
| 0 || - There was an error.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;gt;0 || - Number of bytes written.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
The character '\' will be put in front of every newline character, so that [[fgets]]() reads the lines like they were written.&lt;/div&gt;</description>
			<pubDate>Tue, 26 Jun 2007 13:55:05 GMT</pubDate>			<dc:creator>Sandman</dc:creator>			<comments>http://www.fenixdocs.com/index.php/Talk:Fputs</comments>		</item>
	</channel>
</rss>