vrana Mon Apr 3 16:11:40 2006 UTC
Modified files:
/phpdoc/en/reference/stream/functions stream-context-set-params.xml
Log:
Mention options
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/stream/functions/stream-context-set-params.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/en/reference/stream/functions/stream-context-set-params.xml
diff -u phpdoc/en/reference/stream/functions/stream-context-set-params.xml:1.2
phpdoc/en/reference/stream/functions/stream-context-set-params.xml:1.3
--- phpdoc/en/reference/stream/functions/stream-context-set-params.xml:1.2
Tue Nov 23 09:38:18 2004
+++ phpdoc/en/reference/stream/functions/stream-context-set-params.xml Mon Apr
3 16:11:40 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<refentry id="function.stream-context-set-params">
<refnamediv>
<refname>stream_context_set_params</refname>
@@ -32,6 +32,12 @@
Name of user-defined callback function to be called whenever a stream
triggers a notification.
</entry>
</row>
+ <row>
+ <entry><literal>options</literal></entry>
+ <entry>
+ Array of options as in <function>stream_context_create</function>.
+ </entry>
+ </row>
</tbody>
</tgroup>
</table>