sean Thu Oct 26 02:17:15 2006 UTC
Modified files:
/phpdoc/en/reference/filesystem/functions file-get-contents.xml
file-put-contents.xml
file.xml fopen.xml
Log:
add links to stream_context_create
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/filesystem/functions/file-get-contents.xml?r1=1.24&r2=1.25&diff_format=u
Index: phpdoc/en/reference/filesystem/functions/file-get-contents.xml
diff -u phpdoc/en/reference/filesystem/functions/file-get-contents.xml:1.24
phpdoc/en/reference/filesystem/functions/file-get-contents.xml:1.25
--- phpdoc/en/reference/filesystem/functions/file-get-contents.xml:1.24 Fri Jun
17 08:33:56 2005
+++ phpdoc/en/reference/filesystem/functions/file-get-contents.xml Thu Oct
26 02:17:14 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.24 $ -->
+<!-- $Revision: 1.25 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.130 -->
<refentry id="function.file-get-contents">
<refnamediv>
@@ -90,6 +90,7 @@
<member><function>readfile</function></member>
<member><function>file_put_contents</function></member>
<member><function>stream_get_contents</function></member>
+ <member><function>stream_context_create</function></member>
</simplelist>
</para>
</refsect1>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/filesystem/functions/file-put-contents.xml?r1=1.10&r2=1.11&diff_format=u
Index: phpdoc/en/reference/filesystem/functions/file-put-contents.xml
diff -u phpdoc/en/reference/filesystem/functions/file-put-contents.xml:1.10
phpdoc/en/reference/filesystem/functions/file-put-contents.xml:1.11
--- phpdoc/en/reference/filesystem/functions/file-put-contents.xml:1.10 Sat Aug
26 11:30:09 2006
+++ phpdoc/en/reference/filesystem/functions/file-put-contents.xml Thu Oct
26 02:17:14 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
<refentry id="function.file-put-contents">
<refnamediv>
<refname>file_put_contents</refname>
@@ -126,6 +126,7 @@
<member><function>fopen</function></member>
<member><function>fwrite</function></member>
<member><function>file_get_contents</function></member>
+ <member><function>stream_context_create</function></member>
</simplelist>
</para>
</refsect1>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/filesystem/functions/file.xml?r1=1.17&r2=1.18&diff_format=u
Index: phpdoc/en/reference/filesystem/functions/file.xml
diff -u phpdoc/en/reference/filesystem/functions/file.xml:1.17
phpdoc/en/reference/filesystem/functions/file.xml:1.18
--- phpdoc/en/reference/filesystem/functions/file.xml:1.17 Fri Oct 14
07:11:15 2005
+++ phpdoc/en/reference/filesystem/functions/file.xml Thu Oct 26 02:17:14 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.17 $ -->
+<!-- $Revision: 1.18 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
<refentry id="function.file">
<refnamediv>
@@ -71,7 +71,8 @@
See also <function>readfile</function>,
<function>fopen</function>, <function>fsockopen</function>,
<function>popen</function>, <function>file_get_contents</function>,
- and <function>include</function>.
+ <function>include</function>, and
+ <function>steream_context_create</function>
</para>
</refsect1>
</refentry>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/filesystem/functions/fopen.xml?r1=1.28&r2=1.29&diff_format=u
Index: phpdoc/en/reference/filesystem/functions/fopen.xml
diff -u phpdoc/en/reference/filesystem/functions/fopen.xml:1.28
phpdoc/en/reference/filesystem/functions/fopen.xml:1.29
--- phpdoc/en/reference/filesystem/functions/fopen.xml:1.28 Thu Oct 26
02:11:57 2006
+++ phpdoc/en/reference/filesystem/functions/fopen.xml Thu Oct 26 02:17:14 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.28 $ -->
+<!-- $Revision: 1.29 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
<refentry id="function.fopen">
<refnamediv>
@@ -264,8 +264,9 @@
<function>file</function>,
<function>file_exists</function>,
<function>is_readable</function>,
- <function>stream_set_timeout</function>, and
- <function>popen</function>.
+ <function>stream_set_timeout</function>,
+ <function>popen</function>, and
+ <function>stream_context_create</function>.
</simpara>
</refsect1>
</refentry>