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

Class: XML_RPC2_Server_Input

Source Location: /XML_RPC2-1.1.2/XML/RPC2/Server/Input.php

Class Overview


Interface for feeding input to an XML_RPC2_Server


Author(s):

Copyright:

  • 2011 Sergio Carvalho

Methods


Inherited Variables

Inherited Methods


Class Details

[line 54]
Interface for feeding input to an XML_RPC2_Server

Classes to be used as input readers for XML_RPC2_Server instances should implement this interface



[ Top ]


Method Detail

isEmpty   [line 61]

boolean isEmpty( )

Return true if there is no input (input is empty)
  • Return: True iff there is no input
  • Access: public

[ Top ]

readRequest   [line 67]

string readRequest( )

Return the input as a string
  • Return: The Input
  • Access: public

[ Top ]


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