From 06f945f27840b53e57795dadbc38e76f7e11ab1c Mon Sep 17 00:00:00 2001 From: Horus3 Date: Mon, 24 Feb 2014 16:42:14 +0100 Subject: init --- .../core/files/Http.Client.Adapter.Interface.html | 37 ++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 zend/documentation/api/core/files/Http.Client.Adapter.Interface.html (limited to 'zend/documentation/api/core/files/Http.Client.Adapter.Interface.html') diff --git a/zend/documentation/api/core/files/Http.Client.Adapter.Interface.html b/zend/documentation/api/core/files/Http.Client.Adapter.Interface.html new file mode 100644 index 0000000..4d1407c --- /dev/null +++ b/zend/documentation/api/core/files/Http.Client.Adapter.Interface.html @@ -0,0 +1,37 @@ + +Zend Gdata API Documentation

Http/Client/Adapter/Interface.php

+ Show: + PublicProtectedPrivateinherited
    + Table of Contents +
    Zend Framework

    LICENSE

    + +

    This source file is subject to the new BSD license that is bundled +with this package in the file LICENSE.txt. +It is also available through the world-wide-web at this URL: +http://framework.zend.com/license/new-bsd +If you did not receive a copy of the license and are unable to +obtain it through the world-wide-web, please send an email +to license@zend.com so we can send you a copy immediately.

    Category
    Zend +   +
    Copyright
    Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) +   +
    License
    New BSD License +   +
    Package
    Zend_Http +   +
    Subpackage
    Client_Adapter +   +
    Version
    $Id: Interface.php 24593 2012-01-05 20:35:02Z matthew $ +   +

    \Zend_Http_Client_Adapter_Interface

    Package: Zend\Http\Client\Adapter
    An interface description for Zend_Http_Client_Adapter classes.

    These classes are used as connectors for Zend_Http_Client, performing the +tasks of connecting, writing, reading and closing connection to the server.

    Category
    Zend +   +
    Copyright
    Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) +   +
    License
    New BSD License +   +

    Methods

    methodpublicclose() : void

    Close the connection to the server

    methodpublicconnect(string $host, int $port = 80, boolean $secure = false) : void

    Connect to the remote server

    Parameters
    NameTypeDescription
    $hoststring
    $portint
    $secureboolean
    methodpublicread() : string

    Read response from server

    Returns
    TypeDescription
    string
    methodpublicsetConfig(array $config = array()) : void

    Set the configuration array for the adapter

    Parameters
    NameTypeDescription
    $configarray
    methodpublicwrite(string $method, \Zend_Uri_Http $url, string $http_ver = '1.1', array $headers = array(), string $body = '') : string

    Send request to the remote server

    Parameters
    NameTypeDescription
    $methodstring
    $url\Zend_Uri_Http
    $http_verstring
    $headersarray
    $bodystring
    Returns
    TypeDescription
    stringRequest as text
    + Documentation was generated by + phpDocumentor + 2.0.0a12. + -- cgit v1.2.3