2008-04-14 17:24:12 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2009-07-11 06:17:58 +00:00
|
|
|
<!-- $Revision$ -->
|
2008-04-14 17:24:12 +00:00
|
|
|
|
|
|
|
<reference xml:id="context" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
|
|
<title>Context options and parameters</title>
|
|
|
|
|
|
|
|
<partintro>
|
|
|
|
<para>
|
|
|
|
PHP offers various context options and parameters which can be used with all
|
2008-04-18 19:33:20 +00:00
|
|
|
filesystem and stream wrappers. The context is created with
|
2008-04-14 17:24:12 +00:00
|
|
|
<function>stream_context_create</function>. Options are set with
|
|
|
|
<function>stream_context_set_option</function> and parameters with
|
|
|
|
<function>stream_context_set_params</function>.
|
|
|
|
</para>
|
|
|
|
</partintro>
|
|
|
|
|
|
|
|
&language.context.socket;
|
|
|
|
&language.context.http;
|
|
|
|
&language.context.ftp;
|
|
|
|
&language.context.ssl;
|
|
|
|
&language.context.curl;
|
2009-01-13 11:47:36 +00:00
|
|
|
&language.context.phar;
|
2008-04-14 17:24:12 +00:00
|
|
|
&language.context.parameters;
|
2017-04-05 09:28:14 +00:00
|
|
|
&language.context.zip;
|
2008-04-14 17:24:12 +00:00
|
|
|
|
|
|
|
</reference>
|
|
|
|
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
|
|
Local variables:
|
|
|
|
mode: sgml
|
|
|
|
sgml-omittag:t
|
|
|
|
sgml-shorttag:t
|
|
|
|
sgml-minimize-attributes:nil
|
|
|
|
sgml-always-quote-attributes:t
|
|
|
|
sgml-indent-step:1
|
|
|
|
sgml-indent-data:t
|
|
|
|
indent-tabs-mode:nil
|
|
|
|
sgml-parent-document:nil
|
2009-09-25 07:04:39 +00:00
|
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
2008-04-14 17:24:12 +00:00
|
|
|
sgml-exposed-tags:nil
|
|
|
|
sgml-local-catalogs:nil
|
|
|
|
sgml-local-ecat-files:nil
|
|
|
|
End:
|
|
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
|
|
vim: et tw=78 syn=sgml
|
|
|
|
vi: ts=1 sw=1
|
|
|
|
-->
|
|
|
|
|