Unix and Linux Discussions Tagged with retrieve |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
2 |
2,477 |
Shell Programming and Scripting |
|
|
|
3 |
2,763 |
Programming |
|
|
|
1 |
2,206 |
UNIX for Advanced & Expert Users |
|
|
|
10 |
4,009 |
Shell Programming and Scripting |
|
|
|
1 |
2,048 |
Shell Programming and Scripting |
|
|
|
8 |
12,157 |
Shell Programming and Scripting |
|
|
|
1 |
3,558 |
Shell Programming and Scripting |
|
|
|
2 |
4,375 |
Shell Programming and Scripting |
|
|
|
1 |
2,474 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
11,081 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
3,612 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
9,108 |
Shell Programming and Scripting |
|
|
|
2 |
2,533 |
UNIX for Dummies Questions & Answers |
|
|
|
8 |
33,246 |
Cybersecurity |
|
|
|
3 |
5,593 |
IP Networking |
|
|
|
2 |
3,527 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
12,022 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
4,437 |
UNIX for Dummies Questions & Answers |
HTTPQUERYSTRING(3) 1 HTTPQUERYSTRING(3)
The HttpQueryString class
CLASS SYNOPSIS
HttpQueryString
HttpQueryStringArrayAccessSerializable
o final public HttpQueryString::__construct ([bool $global = true], [mixed $add])
o public mixed HttpQueryString::get NULL ([string $key], [mixed $type], [mixed $defval], [bool $delete = false])
o public HttpQueryString HttpQueryString::mod (mixed $params)
o public string HttpQueryString::set (mixed $params)
o static public HttpQueryString HttpQueryString::singleton ([bool $global = true])
o public array HttpQueryString::toArray (void )
o public string HttpQueryString::toString (void )
o public bool HttpQueryString::xlate (string $ie, string $oe)
CLASS MEMBERS
PROPERTIES
Instance Properties
+----------+-----------------------------+---+---+
|Modifiers | | | |
| | | | |
| | Type | | |
| | | | |
| | Name | | |
| | | | |
| | Description | | |
| | | | |
+----------+-----------------------------+---+---+
| private | | | |
| | | | |
| | array | | |
| | | | |
| | queryArray | | |
| | | | |
| | query parameters | | |
| | | | |
| private | | | |
| | | | |
| | string | | |
| | | | |
| | queryString | | |
| | | | |
| | serialized query parameters | | |
| | | | |
+----------+-----------------------------+---+---+
Static Properties
+----------+------------------+---+
|Modifiers | | |
| | | |
| | Type | |
| | | |
| | Name | |
| | | |
| | Description | |
| | | |
+----------+------------------+---+
| private | | |
| | | |
| | array | |
| | | |
| | instance | |
| | | |
| | holds singletons | |
| | | |
+----------+------------------+---+
PREDEFINED CONSTANTS
+-----+--------------------------------+---+
|Type | | |
| | | |
| | Name | |
| | | |
| | Description | |
| | | |
+-----+--------------------------------+---+
|int | | |
| | | |
| | TYPE_BOOL | |
| | | |
| | retrieve query param as bool | |
| | | |
|int | | |
| | | |
| | TYPE_INT | |
| | | |
| | retrieve query param as int | |
| | | |
|int | | |
| | | |
| | TYPE_FLOAT | |
| | | |
| | retrieve query param as float | |
| | | |
|int | | |
| | | |
| | TYPE_STRING | |
| | | |
| | retrieve query param as string | |
| | | |
|int | | |
| | | |
| | TYPE_ARRAY | |
| | | |
| | retrieve query param as array | |
| | | |
|int | | |
| | | |
| | TYPE_OBJECT | |
| | | |
| | retrieve query param as object | |
| | | |
+-----+--------------------------------+---+
PHP Documentation Group HTTPQUERYSTRING(3)