-
$_allowRedirects
-
* Whether to allow redirects
* @var boolean
-
$_body
-
* Response body
* @var string
-
$_body
-
* Request body
* @var string
-
$_bodyDisallowed
-
* A list of methods that MUST NOT have a request body, per RFC 2616
* @var array
-
$_chunkLength
-
* Used by _readChunked(): remaining length of the current chunk
* @var string
-
$_code
-
* Return code
* @var string
-
$_cookies
-
* Cookies set in response
* @var array
-
$_headers
-
* Response headers
* @var array
-
$_http
-
* HTTP Version
* @var string
-
$_listeners
-
* Attached listeners
* @var array
-
$_listeners
-
* Attached listeners
* @var array
-
$_maxRedirects
-
* Maximum redirects allowed
* @var integer
-
$_method
-
* Type of request
* @var string
-
$_pass
-
* Basic Auth Password
* @var string
-
$_postData
-
* Post data
* @var array
-
$_postFiles
-
* Files to post
* @var array
-
$_protocol
-
* Protocol
* @var string
-
$_proxy_host
-
* Proxy server
* @var string
-
$_proxy_pass
-
* Proxy password
* @var string
-
$_proxy_port
-
* Proxy port
* @var integer
-
$_proxy_user
-
* Proxy username
* @var string
-
$_readTimeout
-
* Timeout for reading from socket (array(seconds, microseconds))
* @var array
-
$_redirects
-
* Current number of redirects
* @var integer
-
$_requestHeaders
-
* Request headers
* @var array
-
$_response
-
* HTTP_Response object
* @var object HTTP_Response
-
$_saveBody
-
* Whether to save response body in response object property
* @var bool
-
$_sock
-
* Socket object
* @var object Net_Socket
-
$_sock
-
* Socket object
* @var object
-
$_socketOptions
-
* Options to pass to Net_Socket::connect.
-
$_timeout
-
* Connection timeout.
-
$_toRead
-
* Bytes left to read from message-body
* @var null|int
-
$_url
-
* Instance of Net_URL
* @var object Net_URL
-
$_useBrackets
-
* Whether to append brackets [] to array variables
* @var bool
-
$_user
-
* Basic Auth Username
* @var string
-
_arrayMapRecursive
-
* Recursively applies the callback function to the value
*
* @param mixed Callback function
* @param mixed Value to process
* @access private
* @return mixed Processed value
-
_buildRequest
-
* Builds the request string
*
* @access private
* @return string The request string
-
_decodeGzip
-
* Decodes the message-body encoded by gzip
*
* The real decoding work is done by gzinflate() built-in function, this
* method only parses the header and checks data for compliance with
* RFC 1952
*
* @access private
* @param string gzip-encoded data
* @return string decoded data
-
_flattenArray
-
* Helper function to change the (probably multidimensional) associative array
* into the simple one.
-
_generateHostHeader
-
* Generates a Host header for HTTP/1.
-
_notify
-
* Notifies all registered listeners of an event.
-
_notify
-
* Notifies all registered listeners of an event.
-
_parseCookie
-
* Parse a Set-Cookie header to fill $_cookies array
*
* @access private
* @param string value of Set-Cookie header
-
_processHeader
-
* Processes the response header
*
* @access private
* @param string HTTP header
-
_readChunked
-
* Read a part of response body encoded with chunked Transfer-Encoding
*
* @access private
* @return string
-
__construct
-
-
__construct
-
-
__construct
-
PHP5 Constructor
-
__destruct
-
Deallocate and destroy a parser. all stack elements before shutting the parser down.
-
__toString
-
-
$anchor
-
Anchor
-
addCookie
-
* Appends a cookie to "Cookie:" header
*
* @param string $name cookie name
* @param string $value cookie value
* @access public
-
addFile
-
* Adds a file to upload
*
* This also changes content-type to 'multipart/form-data' for proper upload
*
* @access public
* @param string name of file-upload field
* @param mixed file name(s)
* @param mixed content-type(s) of file(s) being uploaded
* @return bool true on success
* @throws PEAR_Error
-
addHeader
-
* Adds a request header
*
* @param string Header name
* @param string Header value
* @access public
-
addPostData
-
* Adds postdata items
*
* @param string Post data name
* @param string Post data value
* @param bool Whether data is already urlencoded or not, default = not
* @access public
-
addQueryString
-
Adds a querystring item
-
addQueryString
-
* Adds a querystring parameter
*
* @param string Querystring parameter name
* @param string Querystring parameter value
* @param bool Whether the value is already urlencoded or not, default = not
* @access public
-
addRawPostData
-
* Adds raw postdata (DEPRECATED)
*
* @param string The data
* @param bool Whether data is preencoded or not, default = already encoded
* @access public
* @deprecated deprecated since 1.
-
addRawQueryString
-
Sets the querystring to literally what you supply
-
addRawQueryString
-
* Sets the querystring to literally what you supply
*
* @param string The querystring data.
-
allConceptNames
-
-
allIndividuals
-
-
allRoleNames
-
-
ALPHANUMERIC
-
-
ancestors
-
-
AND_OPERATOR
-
-
attach
-
* Adds a Listener to the list of listeners that are notified of
* the object's events
*
* @param object HTTP_Request_Listener instance to attach
* @return boolean whether the listener was successfully attached
* @access public
-
$yyerrcnt
-
-
$yyExpectedTokens
-
-
$yyFallback
-
The next table maps tokens into fallback tokens. like the following:
%fallback ID X Y Z.
-
$yyidx
-
-
$yyReduceMap
-
The following table contains a mapping of reduce action to method name that handles the reduction.
-
$yyRuleInfo
-
The following table contains information about every rule that is used during the reduce.
-
$yyRuleName
-
For tracing reduce actions, the names of all rules are required.
-
$yystack
-
-
$yyTokenName
-
For tracing shifts, the names of all terminals and nonterminals
-
$yyTraceFILE
-
-
$yyTracePrompt
-
String to prepend to debug output
-
$yy_action
-
-
$yy_default
-
-
$yy_lookahead
-
-
$yy_reduce_ofst
-
-
$yy_shift_ofst
-
-
YYERRORSYMBOL
-
-
YYERRSYMDT
-
-
YYFALLBACK
-
-
YYNOCODE
-
-
YYNRULE
-
-
YYNSTATE
-
-
YYSTACKDEPTH
-
-
yy_accept
-
The following is executed when the parser accepts
-
YY_ACCEPT_ACTION
-
-
yy_destructor
-
The following function deletes the value associated with a symbol.
-
YY_ERROR_ACTION
-
-
yy_find_reduce_action
-
Find the appropriate action for a parser given the non-terminal look-ahead token $iLookAhead.
-
yy_find_shift_action
-
Find the appropriate action for a parser given the terminal look-ahead token iLookAhead.
-
yy_get_expected_tokens
-
Based on the current state and parser stack, get a list of all
-
yy_is_expected_token
-
Based on the parser state and current parser stack, determine whether the lookahead token is possible.
-
YY_NO_ACTION
-
-
yy_parse_failed
-
The following code executes when the parse fails
-
yy_pop_parser_stack
-
Pop the parser's stack once.
-
yy_r0
-
-
yy_r1
-
-
yy_r2
-
-
yy_r3
-
-
yy_r4
-
-
yy_r5
-
-
yy_r6
-
-
yy_r7
-
-
yy_r8
-
-
yy_r9
-
-
yy_r10
-
-
yy_r11
-
-
yy_r12
-
-
yy_r13
-
-
yy_r14
-
-
yy_r15
-
-
yy_r16
-
-
yy_r17
-
-
yy_r18
-
-
yy_r19
-
-
yy_r20
-
-
yy_reduce
-
Perform a reduce action and the shift that must immediately follow the reduce.
-
YY_REDUCE_MAX
-
-
YY_REDUCE_USE_DFLT
-
-
yy_shift
-
Perform a shift action.
-
YY_SHIFT_MAX
-
-
YY_SHIFT_USE_DFLT
-
-
yy_syntax_error
-
The following code executes when a syntax error first occurs.
-
YY_SZ_ACTTAB
-