SOAP
[ class tree: SOAP ] [ index: SOAP ] [ all elements ]

Class: SOAP_Attachment

Source Location: /SOAP-0.13.0/SOAP/Value.php

Class Overview

SOAP_Value
   |
   --SOAP_Attachment

This class handles MIME attachements per W3C's Note on Soap Attachements at http://www.w3.org/TR/SOAP-attachments


Author(s):

Methods


Inherited Variables

Inherited Methods

Class: SOAP_Value

SOAP_Value::SOAP_Value()
Constructor.
SOAP_Value::serialize()
Serializes this value.

Class Details

[line 222]
This class handles MIME attachements per W3C's Note on Soap Attachements at http://www.w3.org/TR/SOAP-attachments
  • Author: Shane Caraveo <shane@php.net> Conversion to PEAR and updates
  • Access: public


[ Top ]


Method Detail

SOAP_Attachment (Constructor)   [line 234]

SOAP_Attachment SOAP_Attachment( [string $name = ''], [string $type = 'application/octet-stream'], string $filename, [string $file = null], [array $attributes = null])

Constructor.

Parameters:

string   $name   —  Name of the SOAP value <value_name>
string   $type   —  The attachment's MIME type.
string   $filename   —  The attachment's file name. Ignored if $file is provide.
string   $file   —  The attachment data.
array   $attributes   —  Attributes.

[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:47:18 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.