Files
doc-fr/reference/http/HttpRequest/construct.xml
Philip Olson b8e208fe9f syn with EN
git-svn-id: https://svn.php.net/repository/phpdoc/fr/trunk@260769 c90b9560-bf6c-de11-be94-00142212c4b1
2008-06-05 06:39:05 +00:00

85 lines
2.2 KiB
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.6 $ -->
<!-- EN-Revision: 1.4 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
<refentry xml:id="function.httprequest-construct" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>HttpRequest::__construct</refname>
<refpurpose>Constructeur de HttpRequest</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<modifier>public</modifier>
<type>void</type><methodname>HttpRequest::__construct</methodname>
<methodparam choice="opt"><type>string</type><parameter>url</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>request_method = HTTP_METH_GET</parameter></methodparam>
<methodparam choice="opt"><type>array</type><parameter>options</parameter></methodparam>
</methodsynopsis>
<para>
Instancie un nouvel objet HttpRequest.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>url</parameter></term>
<listitem>
<para>
L'URL cible de la requête
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>request_method</parameter></term>
<listitem>
<para>
la méthode de requête à utiliser
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>options</parameter></term>
<listitem>
<para>
un tableau associatif avec les options de la requête
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</refsect1>
<refsect1 role="errors">
&reftitle.errors;
<para>
Lance une exception HttpException.
</para>
</refsect1>
</refentry>
<!-- 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
sgml-default-dtd-file:"../../../../manual.ced"
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
-->