cvs: peardoc /en/package/streams/stream-var intro.xml
[email protected] ("Ken Guest")
| Newsgroups | php.pear.doc |
|---|---|
| Message-ID | <cvskguest1199494337@cvsserver> |
kguest Sat Jan 5 00:52:17 2008 UTC
Modified files:
/peardoc/en/package/streams/stream-var intro.xml
Log:
some minor corrections regarding grammar and readability
http://cvs.php.net/viewvc.cgi/peardoc/en/package/streams/stream-var/intro.xml?r1=1.3&r2=1.4&diff_format=u
Index: peardoc/en/package/streams/stream-var/intro.xml
diff -u peardoc/en/package/streams/stream-var/intro.xml:1.3 peardoc/en/package/streams/stream-var/intro.xml:1.4
--- peardoc/en/package/streams/stream-var/intro.xml:1.3 Tue Feb 7 01:46:52 2006
+++ peardoc/en/package/streams/stream-var/intro.xml Sat Jan 5 00:52:17 2008
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<refentry id="package.streams.stream-var.intro">
<refnamediv>
<refname>Introduction</refname>
@@ -8,7 +8,7 @@
<title>Introduction to Stream_Var</title>
<para>
Stream_Var supplies a class that can be used as a wrapper
- for PHP'' stream functions. This allows you to access variables
+ for PHP's stream functions. This allows you to access variables
with <function>fopen</function>, <function>fclose</function>,
<function>fwrite</function>, <function>fread</function>,
<function>opendir</function> and all other filesystem functions.
@@ -35,7 +35,7 @@
not want to save the data before it can be processed by the class.
</para>
<para>
- This is, where Stream_Var can be used. Just register it as a wrapper
+ This is where Stream_Var can be used. Just register it as a wrapper
for <function>fopen</function> and pass <parameter>var://GLOBAL/yourVar</parameter>
as a parameter to the class.
</para>