diff --git a/api-docs/phpstorm-stubs/BcMath/Number.html b/api-docs/phpstorm-stubs/BcMath/Number.html index 5a633340..c0246bea 100644 --- a/api-docs/phpstorm-stubs/BcMath/Number.html +++ b/api-docs/phpstorm-stubs/BcMath/Number.html @@ -320,7 +320,7 @@

Details

- + __construct(string|int $num) @@ -354,7 +354,7 @@

Parameters

- + Number add(Number|string|int $num, int|null $scale = null) @@ -402,7 +402,7 @@

Return Value

- + Number sub(Number|string|int $num, int|null $scale = null) @@ -450,7 +450,7 @@

Return Value

- + Number mul(Number|string|int $num, int|null $scale = null) @@ -498,7 +498,7 @@

Return Value

- + Number div(Number|string|int $num, int|null $scale = null) @@ -546,7 +546,7 @@

Return Value

- + Number mod(Number|string|int $num, int|null $scale = null) @@ -594,7 +594,7 @@

Return Value

- + array divmod(Number|string|int $num, int|null $scale = null) @@ -642,7 +642,7 @@

Return Value

- + Number powmod(Number|string|int $exponent, Number|string|int $modulus, int|null $scale = null) @@ -695,7 +695,7 @@

Return Value

- + Number pow(Number|string|int $exponent, int|null $scale = null) @@ -743,7 +743,7 @@

Return Value

- + Number sqrt(int|null $scale = null) @@ -786,7 +786,7 @@

Return Value

- + Number floor() @@ -819,7 +819,7 @@

Return Value

- + Number ceil() @@ -852,7 +852,7 @@

Return Value

- + Number round(int $precision = 0, RoundingMode $mode = \RoundingMode::HalfAwayFromZero) @@ -900,7 +900,7 @@

Return Value

- + int compare(Number|string|int $num, int|null $scale = null) @@ -948,7 +948,7 @@

Return Value

- + string __toString() @@ -982,7 +982,7 @@

Return Value

- + array __serialize() @@ -1015,7 +1015,7 @@

Return Value

- + void __unserialize(array $data) diff --git a/api-docs/phpstorm-stubs/DOMAttr.html b/api-docs/phpstorm-stubs/DOMAttr.html index 1194c291..29ae53f2 100644 --- a/api-docs/phpstorm-stubs/DOMAttr.html +++ b/api-docs/phpstorm-stubs/DOMAttr.html @@ -206,7 +206,7 @@

Properties

- DOMNodeList + DOMNode> $childNodes @@ -256,7 +256,7 @@

Properties

- DOMNamedNodeMap|null + DOMAttr>|null $attributes @@ -1906,7 +1906,7 @@

Return Value

- + bool isId() @@ -1938,7 +1938,7 @@

Return Value

- + __construct(string $name, string $value = '') diff --git a/api-docs/phpstorm-stubs/DOMCdataSection.html b/api-docs/phpstorm-stubs/DOMCdataSection.html index f8e45233..58bee334 100644 --- a/api-docs/phpstorm-stubs/DOMCdataSection.html +++ b/api-docs/phpstorm-stubs/DOMCdataSection.html @@ -206,7 +206,7 @@

Properties

- DOMNodeList + DOMNode> $childNodes @@ -256,7 +256,7 @@

Properties

- DOMNamedNodeMap|null + DOMAttr>|null $attributes @@ -2048,7 +2048,7 @@

Return Value

string substringData(int $offset, int $count) @@ -2102,7 +2102,7 @@

Return Value

appendData(string $data) @@ -2138,7 +2138,7 @@

Parameters

bool insertData(int $offset, string $data) @@ -2190,7 +2190,7 @@

Return Value

bool deleteData(int $offset, int $count) @@ -2244,7 +2244,7 @@

Return Value

bool replaceData(int $offset, int $count, string $data) @@ -2305,7 +2305,7 @@

Return Value

void remove() @@ -2338,7 +2338,7 @@

Return Value

void before(DOMNode|string|null ...$nodes) @@ -2381,7 +2381,7 @@

Return Value

void after(DOMNode|string|null ...$nodes) @@ -2424,7 +2424,7 @@

Return Value

void replaceWith(DOMNode|string|null ...$nodes) @@ -2468,7 +2468,7 @@

Return Value

DOMText splitText(int $offset) @@ -2514,7 +2514,7 @@

Return Value

bool isWhitespaceInElementContent() @@ -2547,7 +2547,7 @@

Return Value

bool isElementContentWhitespace() @@ -2581,7 +2581,7 @@

Return Value

replaceWholeText($content) @@ -2615,7 +2615,7 @@

Parameters

- + __construct(string $data) diff --git a/api-docs/phpstorm-stubs/DOMCharacterData.html b/api-docs/phpstorm-stubs/DOMCharacterData.html index 1cd6d52e..ec7cbaa9 100644 --- a/api-docs/phpstorm-stubs/DOMCharacterData.html +++ b/api-docs/phpstorm-stubs/DOMCharacterData.html @@ -206,7 +206,7 @@

Properties

- DOMNodeList + DOMNode> $childNodes @@ -256,7 +256,7 @@

Properties

- DOMNamedNodeMap|null + DOMAttr>|null $attributes @@ -1968,7 +1968,7 @@

Return Value

- + string substringData(int $offset, int $count) @@ -2021,7 +2021,7 @@

Return Value

- + appendData(string $data) @@ -2056,7 +2056,7 @@

Parameters

- + bool insertData(int $offset, string $data) @@ -2107,7 +2107,7 @@

Return Value

- + bool deleteData(int $offset, int $count) @@ -2160,7 +2160,7 @@

Return Value

- + bool replaceData(int $offset, int $count, string $data) @@ -2220,7 +2220,7 @@

Return Value

- + void remove() @@ -2252,7 +2252,7 @@

Return Value

- + void before(DOMNode|string|null ...$nodes) @@ -2294,7 +2294,7 @@

Return Value

- + void after(DOMNode|string|null ...$nodes) @@ -2336,7 +2336,7 @@

Return Value

- + void replaceWith(DOMNode|string|null ...$nodes) diff --git a/api-docs/phpstorm-stubs/DOMChildNode.html b/api-docs/phpstorm-stubs/DOMChildNode.html index 70f5f647..06c6cba0 100644 --- a/api-docs/phpstorm-stubs/DOMChildNode.html +++ b/api-docs/phpstorm-stubs/DOMChildNode.html @@ -168,7 +168,7 @@

Details

- + void remove() @@ -201,7 +201,7 @@

Return Value

- + void before(DOMNode|string|null ...$nodes) @@ -244,7 +244,7 @@

Return Value

- + void after(DOMNode|string|null ...$nodes) @@ -287,7 +287,7 @@

Return Value

- + void replaceWith(DOMNode|string|null ...$nodes) diff --git a/api-docs/phpstorm-stubs/DOMComment.html b/api-docs/phpstorm-stubs/DOMComment.html index 588685a4..01c4264e 100644 --- a/api-docs/phpstorm-stubs/DOMComment.html +++ b/api-docs/phpstorm-stubs/DOMComment.html @@ -207,7 +207,7 @@

Properties

- DOMNodeList + DOMNode> $childNodes @@ -257,7 +257,7 @@

Properties

- DOMNamedNodeMap|null + DOMAttr>|null $attributes @@ -1993,7 +1993,7 @@

Return Value

string substringData(int $offset, int $count) @@ -2047,7 +2047,7 @@

Return Value

appendData(string $data) @@ -2083,7 +2083,7 @@

Parameters

bool insertData(int $offset, string $data) @@ -2135,7 +2135,7 @@

Return Value

bool deleteData(int $offset, int $count) @@ -2189,7 +2189,7 @@

Return Value

bool replaceData(int $offset, int $count, string $data) @@ -2250,7 +2250,7 @@

Return Value

void remove() @@ -2283,7 +2283,7 @@

Return Value

void before(DOMNode|string|null ...$nodes) @@ -2326,7 +2326,7 @@

Return Value

void after(DOMNode|string|null ...$nodes) @@ -2369,7 +2369,7 @@

Return Value

void replaceWith(DOMNode|string|null ...$nodes) @@ -2412,7 +2412,7 @@

Return Value

- + __construct(string $data = '') diff --git a/api-docs/phpstorm-stubs/DOMConfiguration.html b/api-docs/phpstorm-stubs/DOMConfiguration.html index 1696ab2e..27679e57 100644 --- a/api-docs/phpstorm-stubs/DOMConfiguration.html +++ b/api-docs/phpstorm-stubs/DOMConfiguration.html @@ -135,7 +135,7 @@

Details

- + setParameter($name, $value) @@ -174,7 +174,7 @@

Parameters

- + getParameter($name) @@ -208,7 +208,7 @@

Parameters

- + canSetParameter($name, $value) diff --git a/api-docs/phpstorm-stubs/DOMDocument.html b/api-docs/phpstorm-stubs/DOMDocument.html index ab050cb8..2a411d6c 100644 --- a/api-docs/phpstorm-stubs/DOMDocument.html +++ b/api-docs/phpstorm-stubs/DOMDocument.html @@ -207,7 +207,7 @@

Properties

- DOMNodeList + DOMNode> $childNodes @@ -257,7 +257,7 @@

Properties

- DOMNamedNodeMap|null + DOMAttr>|null $attributes diff --git a/api-docs/phpstorm-stubs/DOMDocumentFragment.html b/api-docs/phpstorm-stubs/DOMDocumentFragment.html index 54cb7de0..ead8898b 100644 --- a/api-docs/phpstorm-stubs/DOMDocumentFragment.html +++ b/api-docs/phpstorm-stubs/DOMDocumentFragment.html @@ -206,7 +206,7 @@

Properties

- DOMNodeList + DOMNode> $childNodes @@ -256,7 +256,7 @@

Properties

- DOMNamedNodeMap|null + DOMAttr>|null $attributes diff --git a/api-docs/phpstorm-stubs/DOMDocumentType.html b/api-docs/phpstorm-stubs/DOMDocumentType.html index 627c392e..ca7010af 100644 --- a/api-docs/phpstorm-stubs/DOMDocumentType.html +++ b/api-docs/phpstorm-stubs/DOMDocumentType.html @@ -206,7 +206,7 @@

Properties

- DOMNodeList + DOMNode> $childNodes @@ -256,7 +256,7 @@

Properties

- DOMNamedNodeMap|null + DOMAttr>|null $attributes @@ -373,7 +373,7 @@

Properties

- DOMNamedNodeMap + DOMEntity> $entities @@ -382,7 +382,7 @@

Properties

- DOMNamedNodeMap + DOMNotation> $notations diff --git a/api-docs/phpstorm-stubs/DOMElement.html b/api-docs/phpstorm-stubs/DOMElement.html index 2d5791a7..8bc7c830 100644 --- a/api-docs/phpstorm-stubs/DOMElement.html +++ b/api-docs/phpstorm-stubs/DOMElement.html @@ -205,7 +205,7 @@

Properties

- DOMNodeList + DOMNode> $childNodes @@ -251,7 +251,7 @@

Properties

- DOMNamedNodeMap + DOMAttr> $attributes @@ -2224,7 +2224,7 @@

Return Value

- + string getAttribute(string $qualifiedName) @@ -2269,7 +2269,7 @@

Return Value

- + DOMAttr|false setAttribute(string $qualifiedName, string $value) @@ -2320,7 +2320,7 @@

Return Value

- + bool removeAttribute(string $qualifiedName) @@ -2364,7 +2364,7 @@

Return Value

- + DOMAttr getAttributeNode(string $qualifiedName) @@ -2408,7 +2408,7 @@

Return Value

- + DOMAttr|null setAttributeNode(DOMAttr $attr) @@ -2452,7 +2452,7 @@

Return Value

- + bool removeAttributeNode(DOMAttr $attr) @@ -2496,7 +2496,7 @@

Return Value

- + DOMNodeList getElementsByTagName(string $qualifiedName) @@ -2542,7 +2542,7 @@

Return Value

- + string getAttributeNS(string $namespace, string $localName) @@ -2595,7 +2595,7 @@

Return Value

- + void setAttributeNS(string $namespace, string $qualifiedName, string $value) @@ -2653,7 +2653,7 @@

Return Value

- + void removeAttributeNS(string $namespace, string $localName) @@ -2704,7 +2704,7 @@

Return Value

- + DOMAttr getAttributeNodeNS(string $namespace, string $localName) @@ -2755,7 +2755,7 @@

Return Value

- + DOMAttr setAttributeNodeNS(DOMAttr $attr) @@ -2797,7 +2797,7 @@

Return Value

- + DOMNodeList getElementsByTagNameNS(string $namespace, string $localName) @@ -2851,7 +2851,7 @@

Return Value

- + bool hasAttribute(string $qualifiedName) @@ -2895,7 +2895,7 @@

Return Value

- + bool hasAttributeNS(string $namespace, string $localName) @@ -2946,7 +2946,7 @@

Return Value

- + void setIdAttribute(string $qualifiedName, bool $isId) @@ -2998,7 +2998,7 @@

Return Value

- + void setIdAttributeNS(string $namespace, string $qualifiedName, bool $isId) @@ -3057,7 +3057,7 @@

Return Value

- + void setIdAttributeNode(DOMAttr $attr, bool $isId) @@ -3109,7 +3109,7 @@

Return Value

- + void remove() @@ -3141,7 +3141,7 @@

Return Value

- + void before(DOMNode|string|null ...$nodes) @@ -3183,7 +3183,7 @@

Return Value

- + void after(DOMNode|string|null ...$nodes) @@ -3225,7 +3225,7 @@

Return Value

- + void replaceWith(DOMNode|string|null ...$nodes) @@ -3268,7 +3268,7 @@

Return Value

- + void append(DOMNode|string|null ...$nodes) @@ -3311,7 +3311,7 @@

Return Value

- + void prepend(DOMNode|string|null ...$nodes) @@ -3354,7 +3354,7 @@

Return Value

- + void replaceChildren(...$nodes) @@ -3398,7 +3398,7 @@

Return Value

- + __construct(string $qualifiedName, string|null $value = null, string $namespace = '') @@ -3450,7 +3450,7 @@

Exceptions

- + array getAttributeNames() @@ -3484,7 +3484,7 @@

Return Value

- + bool toggleAttribute(string $qualifiedName, bool|null $force = null) @@ -3533,7 +3533,7 @@

Return Value

- + DOMElement|null insertAdjacentElement(string $where, DOMElement $element) @@ -3582,7 +3582,7 @@

Return Value

- + void insertAdjacentText(string $where, string $data) diff --git a/api-docs/phpstorm-stubs/DOMEntity.html b/api-docs/phpstorm-stubs/DOMEntity.html index b491401e..22dae0ed 100644 --- a/api-docs/phpstorm-stubs/DOMEntity.html +++ b/api-docs/phpstorm-stubs/DOMEntity.html @@ -206,7 +206,7 @@

Properties

- DOMNodeList + DOMNode> $childNodes @@ -256,7 +256,7 @@

Properties

- DOMNamedNodeMap|null + DOMAttr>|null $attributes diff --git a/api-docs/phpstorm-stubs/DOMEntityReference.html b/api-docs/phpstorm-stubs/DOMEntityReference.html index 0502103f..f7ae62cc 100644 --- a/api-docs/phpstorm-stubs/DOMEntityReference.html +++ b/api-docs/phpstorm-stubs/DOMEntityReference.html @@ -206,7 +206,7 @@

Properties

- DOMNodeList + DOMNode> $childNodes @@ -256,7 +256,7 @@

Properties

- DOMNamedNodeMap|null + DOMAttr>|null $attributes @@ -1851,7 +1851,7 @@

Return Value

- + __construct(string $name) diff --git a/api-docs/phpstorm-stubs/DOMErrorHandler.html b/api-docs/phpstorm-stubs/DOMErrorHandler.html index b518194a..1f3b53e8 100644 --- a/api-docs/phpstorm-stubs/DOMErrorHandler.html +++ b/api-docs/phpstorm-stubs/DOMErrorHandler.html @@ -113,7 +113,7 @@

Details

- + handleError(DOMDomError $error) diff --git a/api-docs/phpstorm-stubs/DOMNamedNodeMap.html b/api-docs/phpstorm-stubs/DOMNamedNodeMap.html index 0717a746..335fb83b 100644 --- a/api-docs/phpstorm-stubs/DOMNamedNodeMap.html +++ b/api-docs/phpstorm-stubs/DOMNamedNodeMap.html @@ -122,7 +122,7 @@

Methods

- + void
setNamedItem(DOMNode $arg) @@ -214,7 +214,7 @@

Details

- + DOMNode|null getNamedItem(string $qualifiedName) @@ -259,8 +259,8 @@

Return Value

- - + + void setNamedItem(DOMNode $arg)

@@ -284,6 +284,15 @@

Parameters

+

Return Value

+ + + + + + +
void
+ @@ -293,7 +302,7 @@

Parameters

- + removeNamedItem($name) @@ -327,7 +336,7 @@

Parameters

- + DOMNode|null item(int $index) @@ -373,7 +382,7 @@

Return Value

- + DOMNode|null getNamedItemNS($namespaceURI = '', string|null $namespace, string $localName) @@ -430,7 +439,7 @@

Return Value

- + setNamedItemNS(DOMNode $arg) @@ -464,7 +473,7 @@

Parameters

- + removeNamedItemNS($namespace, $localName) @@ -503,7 +512,7 @@

Parameters

- + int count() @@ -540,7 +549,7 @@

Return Value

- + Traversable getIterator() diff --git a/api-docs/phpstorm-stubs/DOMNode.html b/api-docs/phpstorm-stubs/DOMNode.html index 4d3ed452..5530b676 100644 --- a/api-docs/phpstorm-stubs/DOMNode.html +++ b/api-docs/phpstorm-stubs/DOMNode.html @@ -202,7 +202,7 @@

Properties

- DOMNodeList + DOMNode> $childNodes @@ -247,7 +247,7 @@

Properties

- DOMNamedNodeMap|null + DOMAttr>|null $attributes diff --git a/api-docs/phpstorm-stubs/DOMNodeList.html b/api-docs/phpstorm-stubs/DOMNodeList.html index 9307fe3f..814cd91e 100644 --- a/api-docs/phpstorm-stubs/DOMNodeList.html +++ b/api-docs/phpstorm-stubs/DOMNodeList.html @@ -112,7 +112,7 @@

Methods

- DOMElement|DOMNode|DOMNameSpaceNode|null + TNode|null
item(int $index) @@ -150,8 +150,8 @@

Details

- - DOMElement|DOMNode|DOMNameSpaceNode|null + + TNode|null item(int $index)

@@ -181,7 +181,7 @@

Return Value

- + @@ -197,7 +197,7 @@

Return Value

- + int count() @@ -234,7 +234,7 @@

Return Value

- + Traversable getIterator() diff --git a/api-docs/phpstorm-stubs/DOMNotation.html b/api-docs/phpstorm-stubs/DOMNotation.html index 4203ed66..e2452b89 100644 --- a/api-docs/phpstorm-stubs/DOMNotation.html +++ b/api-docs/phpstorm-stubs/DOMNotation.html @@ -206,7 +206,7 @@

Properties

@@ -256,7 +256,7 @@

Properties

diff --git a/api-docs/phpstorm-stubs/DOMParentNode.html b/api-docs/phpstorm-stubs/DOMParentNode.html index 0f5a4b5b..b67a2459 100644 --- a/api-docs/phpstorm-stubs/DOMParentNode.html +++ b/api-docs/phpstorm-stubs/DOMParentNode.html @@ -169,7 +169,7 @@

Details

- + void append(DOMNode|string|null ...$nodes) @@ -213,7 +213,7 @@

Return Value

- + void prepend(DOMNode|string|null ...$nodes) @@ -257,7 +257,7 @@

Return Value

- + void replaceChildren(...$nodes) diff --git a/api-docs/phpstorm-stubs/DOMProcessingInstruction.html b/api-docs/phpstorm-stubs/DOMProcessingInstruction.html index a62b92f6..3dd18800 100644 --- a/api-docs/phpstorm-stubs/DOMProcessingInstruction.html +++ b/api-docs/phpstorm-stubs/DOMProcessingInstruction.html @@ -206,7 +206,7 @@

Properties

@@ -256,7 +256,7 @@

Properties

@@ -1869,7 +1869,7 @@

Return Value

- + __construct(string $name, string $value = '') diff --git a/api-docs/phpstorm-stubs/DOMStringExtend.html b/api-docs/phpstorm-stubs/DOMStringExtend.html index 79a11964..bee94469 100644 --- a/api-docs/phpstorm-stubs/DOMStringExtend.html +++ b/api-docs/phpstorm-stubs/DOMStringExtend.html @@ -124,7 +124,7 @@

Details

- + findOffset16($offset32) @@ -158,7 +158,7 @@

Parameters

- + findOffset32($offset16) diff --git a/api-docs/phpstorm-stubs/DOMText.html b/api-docs/phpstorm-stubs/DOMText.html index a83cf77d..c03b156c 100644 --- a/api-docs/phpstorm-stubs/DOMText.html +++ b/api-docs/phpstorm-stubs/DOMText.html @@ -207,7 +207,7 @@

Properties

@@ -257,7 +257,7 @@

Properties

@@ -2044,7 +2044,7 @@

Return Value

string substringData(int $offset, int $count) @@ -2098,7 +2098,7 @@

Return Value

appendData(string $data) @@ -2134,7 +2134,7 @@

Parameters

bool insertData(int $offset, string $data) @@ -2186,7 +2186,7 @@

Return Value

bool deleteData(int $offset, int $count) @@ -2240,7 +2240,7 @@

Return Value

bool replaceData(int $offset, int $count, string $data) @@ -2301,7 +2301,7 @@

Return Value

void remove() @@ -2334,7 +2334,7 @@

Return Value

void before(DOMNode|string|null ...$nodes) @@ -2377,7 +2377,7 @@

Return Value

void after(DOMNode|string|null ...$nodes) @@ -2420,7 +2420,7 @@

Return Value

void replaceWith(DOMNode|string|null ...$nodes) @@ -2463,7 +2463,7 @@

Return Value

- + DOMText splitText(int $offset) @@ -2508,7 +2508,7 @@

Return Value

- + bool isWhitespaceInElementContent() @@ -2540,7 +2540,7 @@

Return Value

- + bool isElementContentWhitespace() @@ -2573,7 +2573,7 @@

Return Value

- + replaceWholeText($content) @@ -2607,7 +2607,7 @@

Parameters

- + __construct(string $data = '') diff --git a/api-docs/phpstorm-stubs/DOMUserDataHandler.html b/api-docs/phpstorm-stubs/DOMUserDataHandler.html index d154472c..809db31a 100644 --- a/api-docs/phpstorm-stubs/DOMUserDataHandler.html +++ b/api-docs/phpstorm-stubs/DOMUserDataHandler.html @@ -113,7 +113,7 @@

Details

- + handle() diff --git a/api-docs/phpstorm-stubs/DOMXPath.html b/api-docs/phpstorm-stubs/DOMXPath.html index 95251f57..e0ebd4ef 100644 --- a/api-docs/phpstorm-stubs/DOMXPath.html +++ b/api-docs/phpstorm-stubs/DOMXPath.html @@ -199,7 +199,7 @@

Details

- + __construct(DOMDocument $document, bool $registerNodeNS = true) @@ -237,7 +237,7 @@

Parameters

- + bool registerNamespace(string $prefix, string $namespace) @@ -288,7 +288,7 @@

Return Value

- + mixed query(string $expression, DOMNode $contextNode = null, bool $registerNodeNS = true) @@ -350,7 +350,7 @@

Return Value

- + mixed evaluate(string $expression, DOMNode $contextNode = null, bool $registerNodeNS = true) @@ -398,7 +398,7 @@

Return Value

DOMElement|DOMNode|DOMNameSpaceNode|nullTNode|null

The node at the indexth position in the DOMNodeList, or null if that is not a valid index.

- DOMNodeList + DOMNode> $childNodes
- DOMNamedNodeMap|null + DOMAttr>|null $attributes
- DOMNodeList + DOMNode> $childNodes
- DOMNamedNodeMap|null + DOMAttr>|null $attributes
- DOMNodeList + DOMNode> $childNodes
- DOMNamedNodeMap|null + DOMAttr>|null $attributes
-
mixed

a typed result if possible or a DOMNodeList +

a typed result if possible or a DOMNodeList<DOMNode|DOMNameSpaceNode>|false containing all nodes matching the given XPath expression.

@@ -412,7 +412,7 @@

Return Value

- + void registerPhpFunctions(string|string[] $restrict = null) @@ -460,7 +460,7 @@

Return Value

- + void registerPhpFunctionNS(string $namespaceURI, string $name, callable $callable) @@ -514,7 +514,7 @@

Return Value

- + static string quote(string $str) diff --git a/api-docs/phpstorm-stubs/Dom.html b/api-docs/phpstorm-stubs/Dom.html index 4ad9501f..a969ee70 100644 --- a/api-docs/phpstorm-stubs/Dom.html +++ b/api-docs/phpstorm-stubs/Dom.html @@ -266,7 +266,7 @@

Functions

No description

diff --git a/api-docs/phpstorm-stubs/Dom/Attr.html b/api-docs/phpstorm-stubs/Dom/Attr.html index 81208705..091cc17d 100644 --- a/api-docs/phpstorm-stubs/Dom/Attr.html +++ b/api-docs/phpstorm-stubs/Dom/Attr.html @@ -230,7 +230,7 @@

Properties

- NodeList + Node> $childNodes @@ -650,7 +650,7 @@

Details

Node getRootNode(array $options = []) @@ -694,7 +694,7 @@

Return Value

bool hasChildNodes() @@ -728,7 +728,7 @@

Return Value

void normalize() @@ -762,7 +762,7 @@

Return Value

Node cloneNode(bool $deep = false) @@ -806,7 +806,7 @@

Return Value

bool isEqualNode(Node|null $otherNode) @@ -850,7 +850,7 @@

Return Value

bool isSameNode(Node|null $otherNode) @@ -894,7 +894,7 @@

Return Value

int compareDocumentPosition(Node $other) @@ -938,7 +938,7 @@

Return Value

bool contains(Node|null $other) @@ -982,7 +982,7 @@

Return Value

string|null lookupPrefix(string|null $namespace) @@ -1026,7 +1026,7 @@

Return Value

string|null lookupNamespaceURI(string|null $prefix) @@ -1070,7 +1070,7 @@

Return Value

bool isDefaultNamespace(string|null $namespace) @@ -1114,7 +1114,7 @@

Return Value

Node insertBefore(Node $node, Node|null $child) @@ -1163,7 +1163,7 @@

Return Value

Node appendChild(Node $node) @@ -1207,7 +1207,7 @@

Return Value

Node replaceChild(Node $node, Node $child) @@ -1256,7 +1256,7 @@

Return Value

Node removeChild(Node $child) @@ -1300,7 +1300,7 @@

Return Value

int getLineNo() @@ -1334,7 +1334,7 @@

Return Value

string getNodePath() @@ -1368,7 +1368,7 @@

Return Value

string|false C14N(bool $exclusive = false, bool $withComments = false, array|null $xpath = null, array|null $nsPrefixes = null) @@ -1427,7 +1427,7 @@

Return Value

int|false C14NFile(string $uri, bool $exclusive = false, bool $withComments = false, array|null $xpath = null, array|null $nsPrefixes = null) @@ -1491,7 +1491,7 @@

Return Value

array __sleep() @@ -1525,7 +1525,7 @@

Return Value

void __wakeup() @@ -1558,7 +1558,7 @@

Return Value

- + bool isId() @@ -1591,7 +1591,7 @@

Return Value

- + void rename(string|null $namespaceURI, string $qualifiedName) diff --git a/api-docs/phpstorm-stubs/Dom/CDATASection.html b/api-docs/phpstorm-stubs/Dom/CDATASection.html index b76260ca..649f0c4d 100644 --- a/api-docs/phpstorm-stubs/Dom/CDATASection.html +++ b/api-docs/phpstorm-stubs/Dom/CDATASection.html @@ -230,7 +230,7 @@

Properties

- NodeList + Node> $childNodes @@ -735,7 +735,7 @@

Details

Node getRootNode(array $options = []) @@ -779,7 +779,7 @@

Return Value

bool hasChildNodes() @@ -813,7 +813,7 @@

Return Value

void normalize() @@ -847,7 +847,7 @@

Return Value

Node cloneNode(bool $deep = false) @@ -891,7 +891,7 @@

Return Value

bool isEqualNode(Node|null $otherNode) @@ -935,7 +935,7 @@

Return Value

bool isSameNode(Node|null $otherNode) @@ -979,7 +979,7 @@

Return Value

int compareDocumentPosition(Node $other) @@ -1023,7 +1023,7 @@

Return Value

bool contains(Node|null $other) @@ -1067,7 +1067,7 @@

Return Value

string|null lookupPrefix(string|null $namespace) @@ -1111,7 +1111,7 @@

Return Value

string|null lookupNamespaceURI(string|null $prefix) @@ -1155,7 +1155,7 @@

Return Value

bool isDefaultNamespace(string|null $namespace) @@ -1199,7 +1199,7 @@

Return Value

Node insertBefore(Node $node, Node|null $child) @@ -1248,7 +1248,7 @@

Return Value

Node appendChild(Node $node) @@ -1292,7 +1292,7 @@

Return Value

Node replaceChild(Node $node, Node $child) @@ -1341,7 +1341,7 @@

Return Value

Node removeChild(Node $child) @@ -1385,7 +1385,7 @@

Return Value

int getLineNo() @@ -1419,7 +1419,7 @@

Return Value

string getNodePath() @@ -1453,7 +1453,7 @@

Return Value

string|false C14N(bool $exclusive = false, bool $withComments = false, array|null $xpath = null, array|null $nsPrefixes = null) @@ -1512,7 +1512,7 @@

Return Value

int|false C14NFile(string $uri, bool $exclusive = false, bool $withComments = false, array|null $xpath = null, array|null $nsPrefixes = null) @@ -1576,7 +1576,7 @@

Return Value

array __sleep() @@ -1610,7 +1610,7 @@

Return Value

void __wakeup() @@ -1644,7 +1644,7 @@

Return Value

string substringData(int $offset, int $count) @@ -1693,7 +1693,7 @@

Return Value

void appendData(string $data) @@ -1737,7 +1737,7 @@

Return Value

void insertData(int $offset, string $data) @@ -1786,7 +1786,7 @@

Return Value

void deleteData(int $offset, int $count) @@ -1835,7 +1835,7 @@

Return Value

void replaceData(int $offset, int $count, string $data) @@ -1889,7 +1889,7 @@

Return Value

void remove() @@ -1923,7 +1923,7 @@

Return Value

void before(Node|string ...$nodes) @@ -1967,7 +1967,7 @@

Return Value

void after(Node|string ...$nodes) @@ -2011,7 +2011,7 @@

Return Value

void replaceWith(Node|string ...$nodes) @@ -2055,7 +2055,7 @@

Return Value

Text splitText(int $offset) diff --git a/api-docs/phpstorm-stubs/Dom/CharacterData.html b/api-docs/phpstorm-stubs/Dom/CharacterData.html index 41b04e8c..2ced86e8 100644 --- a/api-docs/phpstorm-stubs/Dom/CharacterData.html +++ b/api-docs/phpstorm-stubs/Dom/CharacterData.html @@ -230,7 +230,7 @@

Properties

- NodeList + Node> $childNodes @@ -700,7 +700,7 @@

Details

Node getRootNode(array $options = []) @@ -744,7 +744,7 @@

Return Value

bool hasChildNodes() @@ -778,7 +778,7 @@

Return Value

void normalize() @@ -812,7 +812,7 @@

Return Value

Node cloneNode(bool $deep = false) @@ -856,7 +856,7 @@

Return Value

bool isEqualNode(Node|null $otherNode) @@ -900,7 +900,7 @@

Return Value

bool isSameNode(Node|null $otherNode) @@ -944,7 +944,7 @@

Return Value

int compareDocumentPosition(Node $other) @@ -988,7 +988,7 @@

Return Value

bool contains(Node|null $other) @@ -1032,7 +1032,7 @@

Return Value

string|null lookupPrefix(string|null $namespace) @@ -1076,7 +1076,7 @@

Return Value

string|null lookupNamespaceURI(string|null $prefix) @@ -1120,7 +1120,7 @@

Return Value

bool isDefaultNamespace(string|null $namespace) @@ -1164,7 +1164,7 @@

Return Value

Node insertBefore(Node $node, Node|null $child) @@ -1213,7 +1213,7 @@

Return Value

Node appendChild(Node $node) @@ -1257,7 +1257,7 @@

Return Value

Node replaceChild(Node $node, Node $child) @@ -1306,7 +1306,7 @@

Return Value

Node removeChild(Node $child) @@ -1350,7 +1350,7 @@

Return Value

int getLineNo() @@ -1384,7 +1384,7 @@

Return Value

string getNodePath() @@ -1418,7 +1418,7 @@

Return Value

string|false C14N(bool $exclusive = false, bool $withComments = false, array|null $xpath = null, array|null $nsPrefixes = null) @@ -1477,7 +1477,7 @@

Return Value

int|false C14NFile(string $uri, bool $exclusive = false, bool $withComments = false, array|null $xpath = null, array|null $nsPrefixes = null) @@ -1541,7 +1541,7 @@

Return Value

array __sleep() @@ -1575,7 +1575,7 @@

Return Value

void __wakeup() @@ -1608,7 +1608,7 @@

Return Value

- + string substringData(int $offset, int $count) @@ -1656,7 +1656,7 @@

Return Value

- + void appendData(string $data) @@ -1699,7 +1699,7 @@

Return Value

- + void insertData(int $offset, string $data) @@ -1747,7 +1747,7 @@

Return Value

- + void deleteData(int $offset, int $count) @@ -1795,7 +1795,7 @@

Return Value

- + void replaceData(int $offset, int $count, string $data) @@ -1848,7 +1848,7 @@

Return Value

- + void remove() @@ -1881,7 +1881,7 @@

Return Value

- + void before(Node|string ...$nodes) @@ -1924,7 +1924,7 @@

Return Value

- + void after(Node|string ...$nodes) @@ -1967,7 +1967,7 @@

Return Value

- + void replaceWith(Node|string ...$nodes) diff --git a/api-docs/phpstorm-stubs/Dom/ChildNode.html b/api-docs/phpstorm-stubs/Dom/ChildNode.html index 46e4e906..4ccb16f7 100644 --- a/api-docs/phpstorm-stubs/Dom/ChildNode.html +++ b/api-docs/phpstorm-stubs/Dom/ChildNode.html @@ -154,7 +154,7 @@

Details

- + void remove() @@ -187,7 +187,7 @@

Return Value

- + void before(Node|string ...$nodes) @@ -230,7 +230,7 @@

Return Value

- + void after(Node|string ...$nodes) @@ -273,7 +273,7 @@

Return Value

- + void replaceWith(Node|string ...$nodes) diff --git a/api-docs/phpstorm-stubs/Dom/Comment.html b/api-docs/phpstorm-stubs/Dom/Comment.html index d4b0cd9a..1c80198f 100644 --- a/api-docs/phpstorm-stubs/Dom/Comment.html +++ b/api-docs/phpstorm-stubs/Dom/Comment.html @@ -230,7 +230,7 @@

Properties

- NodeList + Node> $childNodes @@ -713,7 +713,7 @@

Details

Node getRootNode(array $options = []) @@ -757,7 +757,7 @@

Return Value

bool hasChildNodes() @@ -791,7 +791,7 @@

Return Value

void normalize() @@ -825,7 +825,7 @@

Return Value

Node cloneNode(bool $deep = false) @@ -869,7 +869,7 @@

Return Value

bool isEqualNode(Node|null $otherNode) @@ -913,7 +913,7 @@

Return Value

bool isSameNode(Node|null $otherNode) @@ -957,7 +957,7 @@

Return Value

int compareDocumentPosition(Node $other) @@ -1001,7 +1001,7 @@

Return Value

bool contains(Node|null $other) @@ -1045,7 +1045,7 @@

Return Value

string|null lookupPrefix(string|null $namespace) @@ -1089,7 +1089,7 @@

Return Value

string|null lookupNamespaceURI(string|null $prefix) @@ -1133,7 +1133,7 @@

Return Value

bool isDefaultNamespace(string|null $namespace) @@ -1177,7 +1177,7 @@

Return Value

Node insertBefore(Node $node, Node|null $child) @@ -1226,7 +1226,7 @@

Return Value

Node appendChild(Node $node) @@ -1270,7 +1270,7 @@

Return Value

Node replaceChild(Node $node, Node $child) @@ -1319,7 +1319,7 @@

Return Value

Node removeChild(Node $child) @@ -1363,7 +1363,7 @@

Return Value

int getLineNo() @@ -1397,7 +1397,7 @@

Return Value

string getNodePath() @@ -1431,7 +1431,7 @@

Return Value

string|false C14N(bool $exclusive = false, bool $withComments = false, array|null $xpath = null, array|null $nsPrefixes = null) @@ -1490,7 +1490,7 @@

Return Value

int|false C14NFile(string $uri, bool $exclusive = false, bool $withComments = false, array|null $xpath = null, array|null $nsPrefixes = null) @@ -1554,7 +1554,7 @@

Return Value

array __sleep() @@ -1588,7 +1588,7 @@

Return Value

void __wakeup() @@ -1622,7 +1622,7 @@

Return Value

string substringData(int $offset, int $count) @@ -1671,7 +1671,7 @@

Return Value

void appendData(string $data) @@ -1715,7 +1715,7 @@

Return Value

void insertData(int $offset, string $data) @@ -1764,7 +1764,7 @@

Return Value

void deleteData(int $offset, int $count) @@ -1813,7 +1813,7 @@

Return Value

void replaceData(int $offset, int $count, string $data) @@ -1867,7 +1867,7 @@

Return Value

void remove() @@ -1901,7 +1901,7 @@

Return Value

void before(Node|string ...$nodes) @@ -1945,7 +1945,7 @@

Return Value

void after(Node|string ...$nodes) @@ -1989,7 +1989,7 @@

Return Value

void replaceWith(Node|string ...$nodes) diff --git a/api-docs/phpstorm-stubs/Dom/Document.html b/api-docs/phpstorm-stubs/Dom/Document.html index d23a7d15..e2923259 100644 --- a/api-docs/phpstorm-stubs/Dom/Document.html +++ b/api-docs/phpstorm-stubs/Dom/Document.html @@ -230,7 +230,7 @@

Properties

- NodeList + Node> $childNodes @@ -966,7 +966,7 @@

Details

Node getRootNode(array $options = []) @@ -1010,7 +1010,7 @@

Return Value

bool hasChildNodes() @@ -1044,7 +1044,7 @@

Return Value

void normalize() @@ -1078,7 +1078,7 @@

Return Value

Node cloneNode(bool $deep = false) @@ -1122,7 +1122,7 @@

Return Value

bool isEqualNode(Node|null $otherNode) @@ -1166,7 +1166,7 @@

Return Value

bool isSameNode(Node|null $otherNode) @@ -1210,7 +1210,7 @@

Return Value

int compareDocumentPosition(Node $other) @@ -1254,7 +1254,7 @@

Return Value

bool contains(Node|null $other) @@ -1298,7 +1298,7 @@

Return Value

string|null lookupPrefix(string|null $namespace) @@ -1342,7 +1342,7 @@

Return Value

string|null lookupNamespaceURI(string|null $prefix) @@ -1386,7 +1386,7 @@

Return Value

bool isDefaultNamespace(string|null $namespace) @@ -1430,7 +1430,7 @@

Return Value

Node insertBefore(Node $node, Node|null $child) @@ -1479,7 +1479,7 @@

Return Value

Node appendChild(Node $node) @@ -1523,7 +1523,7 @@

Return Value

Node replaceChild(Node $node, Node $child) @@ -1572,7 +1572,7 @@

Return Value

Node removeChild(Node $child) @@ -1616,7 +1616,7 @@

Return Value

int getLineNo() @@ -1650,7 +1650,7 @@

Return Value

string getNodePath() @@ -1684,7 +1684,7 @@

Return Value

string|false C14N(bool $exclusive = false, bool $withComments = false, array|null $xpath = null, array|null $nsPrefixes = null) @@ -1743,7 +1743,7 @@

Return Value

int|false C14NFile(string $uri, bool $exclusive = false, bool $withComments = false, array|null $xpath = null, array|null $nsPrefixes = null) @@ -1807,7 +1807,7 @@

Return Value

array __sleep() @@ -1841,7 +1841,7 @@

Return Value

void __wakeup() @@ -1874,7 +1874,7 @@

Return Value

- + HTMLCollection getElementsByTagName(string $qualifiedName) @@ -1917,7 +1917,7 @@

Return Value

- + HTMLCollection getElementsByTagNameNS(string|null $namespace, string $localName) @@ -1965,7 +1965,7 @@

Return Value

- + Element createElement(string $localName) @@ -2008,7 +2008,7 @@

Return Value

- + Element createElementNS(string|null $namespace, string $qualifiedName) @@ -2056,7 +2056,7 @@

Return Value

- + DocumentFragment createDocumentFragment() @@ -2089,7 +2089,7 @@

Return Value

- + Text createTextNode(string $data) @@ -2132,7 +2132,7 @@

Return Value

- + CDATASection createCDATASection(string $data) @@ -2175,7 +2175,7 @@

Return Value

- + Comment createComment(string $data) @@ -2218,7 +2218,7 @@

Return Value

- + ProcessingInstruction createProcessingInstruction(string $target, string $data) @@ -2266,7 +2266,7 @@

Return Value

- + Node importNode(Node|null $node, bool $deep = false) @@ -2314,7 +2314,7 @@

Return Value

- + Node adoptNode(Node $node) @@ -2357,7 +2357,7 @@

Return Value

- + Attr createAttribute(string $localName) @@ -2400,7 +2400,7 @@

Return Value

- + Attr createAttributeNS(string|null $namespace, string $qualifiedName) @@ -2448,7 +2448,7 @@

Return Value

- + Element|null getElementById(string $elementId) @@ -2491,7 +2491,7 @@

Return Value

- + void registerNodeClass(string $baseClass, string|null $extendedClass) @@ -2539,7 +2539,7 @@

Return Value

- + bool schemaValidate(string $filename, int $flags = 0) @@ -2587,7 +2587,7 @@

Return Value

- + bool schemaValidateSource(string $source, int $flags = 0) @@ -2635,7 +2635,7 @@

Return Value

- + bool relaxNgValidate(string $filename) @@ -2678,7 +2678,7 @@

Return Value

- + bool relaxNgValidateSource(string $source) @@ -2721,7 +2721,7 @@

Return Value

- + void append(Node|string ...$nodes) @@ -2764,7 +2764,7 @@

Return Value

- + void prepend(Node|string ...$nodes) @@ -2807,7 +2807,7 @@

Return Value

- + void replaceChildren(Node|string ...$nodes) @@ -2850,7 +2850,7 @@

Return Value

- + Node importLegacyNode(DOMNode $node, bool $deep = false) @@ -2898,7 +2898,7 @@

Return Value

- + Element|null querySelector(string $selectors) @@ -2941,7 +2941,7 @@

Return Value

- + NodeList querySelectorAll(string $selectors) diff --git a/api-docs/phpstorm-stubs/Dom/DocumentFragment.html b/api-docs/phpstorm-stubs/Dom/DocumentFragment.html index 2496119f..7d87fc28 100644 --- a/api-docs/phpstorm-stubs/Dom/DocumentFragment.html +++ b/api-docs/phpstorm-stubs/Dom/DocumentFragment.html @@ -230,7 +230,7 @@

Properties

- NodeList + Node> $childNodes @@ -658,7 +658,7 @@

Details

Node getRootNode(array $options = []) @@ -702,7 +702,7 @@

Return Value

bool hasChildNodes() @@ -736,7 +736,7 @@

Return Value

void normalize() @@ -770,7 +770,7 @@

Return Value

Node cloneNode(bool $deep = false) @@ -814,7 +814,7 @@

Return Value

bool isEqualNode(Node|null $otherNode) @@ -858,7 +858,7 @@

Return Value

bool isSameNode(Node|null $otherNode) @@ -902,7 +902,7 @@

Return Value

int compareDocumentPosition(Node $other) @@ -946,7 +946,7 @@

Return Value

bool contains(Node|null $other) @@ -990,7 +990,7 @@

Return Value

string|null lookupPrefix(string|null $namespace) @@ -1034,7 +1034,7 @@

Return Value

string|null lookupNamespaceURI(string|null $prefix) @@ -1078,7 +1078,7 @@

Return Value

bool isDefaultNamespace(string|null $namespace) @@ -1122,7 +1122,7 @@

Return Value

Node insertBefore(Node $node, Node|null $child) @@ -1171,7 +1171,7 @@

Return Value

Node appendChild(Node $node) @@ -1215,7 +1215,7 @@

Return Value

Node replaceChild(Node $node, Node $child) @@ -1264,7 +1264,7 @@

Return Value

Node removeChild(Node $child) @@ -1308,7 +1308,7 @@

Return Value

int getLineNo() @@ -1342,7 +1342,7 @@

Return Value

string getNodePath() @@ -1376,7 +1376,7 @@

Return Value

string|false C14N(bool $exclusive = false, bool $withComments = false, array|null $xpath = null, array|null $nsPrefixes = null) @@ -1435,7 +1435,7 @@

Return Value

int|false C14NFile(string $uri, bool $exclusive = false, bool $withComments = false, array|null $xpath = null, array|null $nsPrefixes = null) @@ -1499,7 +1499,7 @@

Return Value

array __sleep() @@ -1533,7 +1533,7 @@

Return Value

void __wakeup() @@ -1566,7 +1566,7 @@

Return Value

- + bool appendXml(string $data) @@ -1609,7 +1609,7 @@

Return Value

- + void append(Node|string ...$nodes) @@ -1652,7 +1652,7 @@

Return Value

- + void prepend(Node|string ...$nodes) @@ -1695,7 +1695,7 @@

Return Value

- + void replaceChildren(Node|string ...$nodes) @@ -1738,7 +1738,7 @@

Return Value

- + Element|null querySelector(string $selectors) @@ -1781,7 +1781,7 @@

Return Value

- + NodeList querySelectorAll(string $selectors) diff --git a/api-docs/phpstorm-stubs/Dom/DocumentType.html b/api-docs/phpstorm-stubs/Dom/DocumentType.html index de4f160f..145d7045 100644 --- a/api-docs/phpstorm-stubs/Dom/DocumentType.html +++ b/api-docs/phpstorm-stubs/Dom/DocumentType.html @@ -230,7 +230,7 @@

Properties

- NodeList + Node> $childNodes @@ -663,7 +663,7 @@

Details

Node getRootNode(array $options = []) @@ -707,7 +707,7 @@

Return Value

bool hasChildNodes() @@ -741,7 +741,7 @@

Return Value

void normalize() @@ -775,7 +775,7 @@

Return Value

Node cloneNode(bool $deep = false) @@ -819,7 +819,7 @@

Return Value

bool isEqualNode(Node|null $otherNode) @@ -863,7 +863,7 @@

Return Value

bool isSameNode(Node|null $otherNode) @@ -907,7 +907,7 @@

Return Value

int compareDocumentPosition(Node $other) @@ -951,7 +951,7 @@

Return Value

bool contains(Node|null $other) @@ -995,7 +995,7 @@

Return Value

string|null lookupPrefix(string|null $namespace) @@ -1039,7 +1039,7 @@

Return Value

string|null lookupNamespaceURI(string|null $prefix) @@ -1083,7 +1083,7 @@

Return Value

bool isDefaultNamespace(string|null $namespace) @@ -1127,7 +1127,7 @@

Return Value

Node insertBefore(Node $node, Node|null $child) @@ -1176,7 +1176,7 @@

Return Value

Node appendChild(Node $node) @@ -1220,7 +1220,7 @@

Return Value

Node replaceChild(Node $node, Node $child) @@ -1269,7 +1269,7 @@

Return Value

Node removeChild(Node $child) @@ -1313,7 +1313,7 @@

Return Value

int getLineNo() @@ -1347,7 +1347,7 @@

Return Value

string getNodePath() @@ -1381,7 +1381,7 @@

Return Value

string|false C14N(bool $exclusive = false, bool $withComments = false, array|null $xpath = null, array|null $nsPrefixes = null) @@ -1440,7 +1440,7 @@

Return Value

int|false C14NFile(string $uri, bool $exclusive = false, bool $withComments = false, array|null $xpath = null, array|null $nsPrefixes = null) @@ -1504,7 +1504,7 @@

Return Value

array __sleep() @@ -1538,7 +1538,7 @@

Return Value

void __wakeup() @@ -1571,7 +1571,7 @@

Return Value

- + void remove() @@ -1604,7 +1604,7 @@

Return Value

- + void before(Node|string ...$nodes) @@ -1647,7 +1647,7 @@

Return Value

- + void after(Node|string ...$nodes) @@ -1690,7 +1690,7 @@

Return Value

- + void replaceWith(Node|string ...$nodes) diff --git a/api-docs/phpstorm-stubs/Dom/DtdNamedNodeMap.html b/api-docs/phpstorm-stubs/Dom/DtdNamedNodeMap.html index efb26324..2d60b5f8 100644 --- a/api-docs/phpstorm-stubs/Dom/DtdNamedNodeMap.html +++ b/api-docs/phpstorm-stubs/Dom/DtdNamedNodeMap.html @@ -166,7 +166,8 @@

Methods

getIterator() -

Retrieve an external iterator

+

No description

+
@@ -177,7 +178,7 @@

Details

- + Notation|null item(int $index) @@ -220,7 +221,7 @@

Return Value

- + Notation|null getNamedItem(string $qualifiedName) @@ -263,7 +264,7 @@

Return Value

- + Notation|null getNamedItemNS(string|null $namespace, string $localName) @@ -311,7 +312,7 @@

Return Value

- + int count() @@ -346,7 +347,7 @@

Return Value

- + Traversable getIterator() @@ -356,7 +357,8 @@

-

Retrieve an external iterator

+

No description

+
@@ -371,15 +373,6 @@

Return Value

-

Exceptions

- - - - - - -
Exception
-
diff --git a/api-docs/phpstorm-stubs/Dom/Element.html b/api-docs/phpstorm-stubs/Dom/Element.html index b18aa14f..daba9319 100644 --- a/api-docs/phpstorm-stubs/Dom/Element.html +++ b/api-docs/phpstorm-stubs/Dom/Element.html @@ -230,7 +230,7 @@

Properties

- NodeList + Node> $childNodes @@ -1116,7 +1116,7 @@

Details

Node getRootNode(array $options = []) @@ -1160,7 +1160,7 @@

Return Value

bool hasChildNodes() @@ -1194,7 +1194,7 @@

Return Value

void normalize() @@ -1228,7 +1228,7 @@

Return Value

Node cloneNode(bool $deep = false) @@ -1272,7 +1272,7 @@

Return Value

bool isEqualNode(Node|null $otherNode) @@ -1316,7 +1316,7 @@

Return Value

bool isSameNode(Node|null $otherNode) @@ -1360,7 +1360,7 @@

Return Value

int compareDocumentPosition(Node $other) @@ -1404,7 +1404,7 @@

Return Value

bool contains(Node|null $other) @@ -1448,7 +1448,7 @@

Return Value

string|null lookupPrefix(string|null $namespace) @@ -1492,7 +1492,7 @@

Return Value

string|null lookupNamespaceURI(string|null $prefix) @@ -1536,7 +1536,7 @@

Return Value

bool isDefaultNamespace(string|null $namespace) @@ -1580,7 +1580,7 @@

Return Value

Node insertBefore(Node $node, Node|null $child) @@ -1629,7 +1629,7 @@

Return Value

Node appendChild(Node $node) @@ -1673,7 +1673,7 @@

Return Value

Node replaceChild(Node $node, Node $child) @@ -1722,7 +1722,7 @@

Return Value

Node removeChild(Node $child) @@ -1766,7 +1766,7 @@

Return Value

int getLineNo() @@ -1800,7 +1800,7 @@

Return Value

string getNodePath() @@ -1834,7 +1834,7 @@

Return Value

string|false C14N(bool $exclusive = false, bool $withComments = false, array|null $xpath = null, array|null $nsPrefixes = null) @@ -1893,7 +1893,7 @@

Return Value

int|false C14NFile(string $uri, bool $exclusive = false, bool $withComments = false, array|null $xpath = null, array|null $nsPrefixes = null) @@ -1957,7 +1957,7 @@

Return Value

array __sleep() @@ -1991,7 +1991,7 @@

Return Value

void __wakeup() @@ -2024,7 +2024,7 @@

Return Value

- + bool hasAttributes() @@ -2057,7 +2057,7 @@

Return Value

- + array getAttributeNames() @@ -2090,7 +2090,7 @@

Return Value

- + string|null getAttribute(string $qualifiedName) @@ -2133,7 +2133,7 @@

Return Value

- + string|null getAttributeNS(string|null $namespace, string $localName) @@ -2181,7 +2181,7 @@

Return Value

- + void setAttribute(string $qualifiedName, string $value) @@ -2229,7 +2229,7 @@

Return Value

- + void setAttributeNS(string|null $namespace, string $qualifiedName, string $value) @@ -2282,7 +2282,7 @@

Return Value

- + void removeAttribute(string $qualifiedName) @@ -2325,7 +2325,7 @@

Return Value

- + void removeAttributeNS(string|null $namespace, string $localName) @@ -2373,7 +2373,7 @@

Return Value

- + bool toggleAttribute(string $qualifiedName, bool|null $force = null) @@ -2421,7 +2421,7 @@

Return Value

- + bool hasAttribute(string $qualifiedName) @@ -2464,7 +2464,7 @@

Return Value

- + bool hasAttributeNS(string|null $namespace, string $localName) @@ -2512,7 +2512,7 @@

Return Value

- + Attr|null getAttributeNode(string $qualifiedName) @@ -2555,7 +2555,7 @@

Return Value

- + Attr|null getAttributeNodeNS(string|null $namespace, string $localName) @@ -2603,7 +2603,7 @@

Return Value

- + Attr|null setAttributeNode(Attr $attr) @@ -2646,7 +2646,7 @@

Return Value

- + Attr|null setAttributeNodeNS(Attr $attr) @@ -2689,7 +2689,7 @@

Return Value

- + Attr removeAttributeNode(Attr $attr) @@ -2732,7 +2732,7 @@

Return Value

- + HTMLCollection getElementsByTagName(string $qualifiedName) @@ -2775,7 +2775,7 @@

Return Value

- + HTMLCollection getElementsByTagNameNS(string|null $namespace, string $localName) @@ -2823,7 +2823,7 @@

Return Value

- + Element|null insertAdjacentElement(AdjacentPosition $where, Element $element) @@ -2871,7 +2871,7 @@

Return Value

- + void insertAdjacentText(AdjacentPosition $where, string $data) @@ -2919,7 +2919,7 @@

Return Value

- + void setIdAttribute(string $qualifiedName, bool $isId) @@ -2967,7 +2967,7 @@

Return Value

- + void setIdAttributeNS(string|null $namespace, string $qualifiedName, bool $isId) @@ -3020,7 +3020,7 @@

Return Value

- + void setIdAttributeNode(Attr $attr, bool $isId) @@ -3068,7 +3068,7 @@

Return Value

- + void remove() @@ -3101,7 +3101,7 @@

Return Value

- + void before(Node|string ...$nodes) @@ -3144,7 +3144,7 @@

Return Value

- + void after(Node|string ...$nodes) @@ -3187,7 +3187,7 @@

Return Value

- + void replaceWith(Node|string ...$nodes) @@ -3230,7 +3230,7 @@

Return Value

- + void append(Node|string ...$nodes) @@ -3273,7 +3273,7 @@

Return Value

- + void prepend(Node|string ...$nodes) @@ -3316,7 +3316,7 @@

Return Value

- + void replaceChildren(Node|string ...$nodes) @@ -3359,7 +3359,7 @@

Return Value

- + Element|null querySelector(string $selectors) @@ -3402,7 +3402,7 @@

Return Value

- + NodeList querySelectorAll(string $selectors) @@ -3445,7 +3445,7 @@

Return Value

- + Element|null closest(string $selectors) @@ -3488,7 +3488,7 @@

Return Value

- + bool matches(string $selectors) @@ -3531,7 +3531,7 @@

Return Value

- + array getInScopeNamespaces() @@ -3564,7 +3564,7 @@

Return Value

- + array getDescendantNamespaces() @@ -3597,7 +3597,7 @@

Return Value

- + void rename(string|null $namespaceURI, string $qualifiedName) diff --git a/api-docs/phpstorm-stubs/Dom/Entity.html b/api-docs/phpstorm-stubs/Dom/Entity.html index a335f44c..81609d71 100644 --- a/api-docs/phpstorm-stubs/Dom/Entity.html +++ b/api-docs/phpstorm-stubs/Dom/Entity.html @@ -230,7 +230,7 @@

Properties

- NodeList + Node> $childNodes @@ -592,7 +592,7 @@

Details

Node getRootNode(array $options = []) @@ -636,7 +636,7 @@

Return Value

bool hasChildNodes() @@ -670,7 +670,7 @@

Return Value

void normalize() @@ -704,7 +704,7 @@

Return Value

Node cloneNode(bool $deep = false) @@ -748,7 +748,7 @@

Return Value

bool isEqualNode(Node|null $otherNode) @@ -792,7 +792,7 @@

Return Value

bool isSameNode(Node|null $otherNode) @@ -836,7 +836,7 @@

Return Value

int compareDocumentPosition(Node $other) @@ -880,7 +880,7 @@

Return Value

bool contains(Node|null $other) @@ -924,7 +924,7 @@

Return Value

string|null lookupPrefix(string|null $namespace) @@ -968,7 +968,7 @@

Return Value

string|null lookupNamespaceURI(string|null $prefix) @@ -1012,7 +1012,7 @@

Return Value

bool isDefaultNamespace(string|null $namespace) @@ -1056,7 +1056,7 @@

Return Value

Node insertBefore(Node $node, Node|null $child) @@ -1105,7 +1105,7 @@

Return Value

Node appendChild(Node $node) @@ -1149,7 +1149,7 @@

Return Value

Node replaceChild(Node $node, Node $child) @@ -1198,7 +1198,7 @@

Return Value

Node removeChild(Node $child) @@ -1242,7 +1242,7 @@

Return Value

int getLineNo() @@ -1276,7 +1276,7 @@

Return Value

string getNodePath() @@ -1310,7 +1310,7 @@

Return Value

string|false C14N(bool $exclusive = false, bool $withComments = false, array|null $xpath = null, array|null $nsPrefixes = null) @@ -1369,7 +1369,7 @@

Return Value

int|false C14NFile(string $uri, bool $exclusive = false, bool $withComments = false, array|null $xpath = null, array|null $nsPrefixes = null) @@ -1433,7 +1433,7 @@

Return Value

array __sleep() @@ -1467,7 +1467,7 @@

Return Value

void __wakeup() diff --git a/api-docs/phpstorm-stubs/Dom/EntityReference.html b/api-docs/phpstorm-stubs/Dom/EntityReference.html index c5e360cc..a0cdc19e 100644 --- a/api-docs/phpstorm-stubs/Dom/EntityReference.html +++ b/api-docs/phpstorm-stubs/Dom/EntityReference.html @@ -230,7 +230,7 @@

Properties

- NodeList + Node> $childNodes @@ -565,7 +565,7 @@

Details

Node getRootNode(array $options = []) @@ -609,7 +609,7 @@

Return Value

bool hasChildNodes() @@ -643,7 +643,7 @@

Return Value

void normalize() @@ -677,7 +677,7 @@

Return Value

Node cloneNode(bool $deep = false) @@ -721,7 +721,7 @@

Return Value

bool isEqualNode(Node|null $otherNode) @@ -765,7 +765,7 @@

Return Value

bool isSameNode(Node|null $otherNode) @@ -809,7 +809,7 @@

Return Value

int compareDocumentPosition(Node $other) @@ -853,7 +853,7 @@

Return Value

bool contains(Node|null $other) @@ -897,7 +897,7 @@

Return Value

string|null lookupPrefix(string|null $namespace) @@ -941,7 +941,7 @@

Return Value

string|null lookupNamespaceURI(string|null $prefix) @@ -985,7 +985,7 @@

Return Value

bool isDefaultNamespace(string|null $namespace) @@ -1029,7 +1029,7 @@

Return Value

Node insertBefore(Node $node, Node|null $child) @@ -1078,7 +1078,7 @@

Return Value

Node appendChild(Node $node) @@ -1122,7 +1122,7 @@

Return Value

Node replaceChild(Node $node, Node $child) @@ -1171,7 +1171,7 @@

Return Value

Node removeChild(Node $child) @@ -1215,7 +1215,7 @@

Return Value

int getLineNo() @@ -1249,7 +1249,7 @@

Return Value

string getNodePath() @@ -1283,7 +1283,7 @@

Return Value

string|false C14N(bool $exclusive = false, bool $withComments = false, array|null $xpath = null, array|null $nsPrefixes = null) @@ -1342,7 +1342,7 @@

Return Value

int|false C14NFile(string $uri, bool $exclusive = false, bool $withComments = false, array|null $xpath = null, array|null $nsPrefixes = null) @@ -1406,7 +1406,7 @@

Return Value

array __sleep() @@ -1440,7 +1440,7 @@

Return Value

void __wakeup() diff --git a/api-docs/phpstorm-stubs/Dom/HTMLCollection.html b/api-docs/phpstorm-stubs/Dom/HTMLCollection.html index a6c8b856..40d5ece5 100644 --- a/api-docs/phpstorm-stubs/Dom/HTMLCollection.html +++ b/api-docs/phpstorm-stubs/Dom/HTMLCollection.html @@ -155,7 +155,8 @@

Methods

getIterator() -

Retrieve an external iterator

+

No description

+
@@ -166,7 +167,7 @@

Details

- + Element|null item(int $index) @@ -209,7 +210,7 @@

Return Value

- + Element|null namedItem(string $key) @@ -252,7 +253,7 @@

Return Value

- + int count() @@ -287,7 +288,7 @@

Return Value

- + Traversable getIterator() @@ -297,7 +298,8 @@

-

Retrieve an external iterator

+

No description

+
@@ -312,15 +314,6 @@

Return Value

-

Exceptions

- - - - - - -
Exception
-
diff --git a/api-docs/phpstorm-stubs/Dom/HTMLDocument.html b/api-docs/phpstorm-stubs/Dom/HTMLDocument.html index bf3c0ecc..db0816cc 100644 --- a/api-docs/phpstorm-stubs/Dom/HTMLDocument.html +++ b/api-docs/phpstorm-stubs/Dom/HTMLDocument.html @@ -230,7 +230,7 @@

Properties

- NodeList + Node> $childNodes @@ -1093,7 +1093,7 @@

Details

Node getRootNode(array $options = []) @@ -1137,7 +1137,7 @@

Return Value

bool hasChildNodes() @@ -1171,7 +1171,7 @@

Return Value

void normalize() @@ -1205,7 +1205,7 @@

Return Value

Node cloneNode(bool $deep = false) @@ -1249,7 +1249,7 @@

Return Value

bool isEqualNode(Node|null $otherNode) @@ -1293,7 +1293,7 @@

Return Value

bool isSameNode(Node|null $otherNode) @@ -1337,7 +1337,7 @@

Return Value

int compareDocumentPosition(Node $other) @@ -1381,7 +1381,7 @@

Return Value

bool contains(Node|null $other) @@ -1425,7 +1425,7 @@

Return Value

string|null lookupPrefix(string|null $namespace) @@ -1469,7 +1469,7 @@

Return Value

string|null lookupNamespaceURI(string|null $prefix) @@ -1513,7 +1513,7 @@

Return Value

bool isDefaultNamespace(string|null $namespace) @@ -1557,7 +1557,7 @@

Return Value

Node insertBefore(Node $node, Node|null $child) @@ -1606,7 +1606,7 @@

Return Value

Node appendChild(Node $node) @@ -1650,7 +1650,7 @@

Return Value

Node replaceChild(Node $node, Node $child) @@ -1699,7 +1699,7 @@

Return Value

Node removeChild(Node $child) @@ -1743,7 +1743,7 @@

Return Value

int getLineNo() @@ -1777,7 +1777,7 @@

Return Value

string getNodePath() @@ -1811,7 +1811,7 @@

Return Value

string|false C14N(bool $exclusive = false, bool $withComments = false, array|null $xpath = null, array|null $nsPrefixes = null) @@ -1870,7 +1870,7 @@

Return Value

int|false C14NFile(string $uri, bool $exclusive = false, bool $withComments = false, array|null $xpath = null, array|null $nsPrefixes = null) @@ -1934,7 +1934,7 @@

Return Value

array __sleep() @@ -1968,7 +1968,7 @@

Return Value

void __wakeup() @@ -2002,7 +2002,7 @@

Return Value

HTMLCollection getElementsByTagName(string $qualifiedName) @@ -2046,7 +2046,7 @@

Return Value

HTMLCollection getElementsByTagNameNS(string|null $namespace, string $localName) @@ -2095,7 +2095,7 @@

Return Value

Element createElement(string $localName) @@ -2139,7 +2139,7 @@

Return Value

Element createElementNS(string|null $namespace, string $qualifiedName) @@ -2188,7 +2188,7 @@

Return Value

DocumentFragment createDocumentFragment() @@ -2222,7 +2222,7 @@

Return Value

Text createTextNode(string $data) @@ -2266,7 +2266,7 @@

Return Value

CDATASection createCDATASection(string $data) @@ -2310,7 +2310,7 @@

Return Value

Comment createComment(string $data) @@ -2354,7 +2354,7 @@

Return Value

ProcessingInstruction createProcessingInstruction(string $target, string $data) @@ -2403,7 +2403,7 @@

Return Value

Node importNode(Node|null $node, bool $deep = false) @@ -2452,7 +2452,7 @@

Return Value

Node adoptNode(Node $node) @@ -2496,7 +2496,7 @@

Return Value

Attr createAttribute(string $localName) @@ -2540,7 +2540,7 @@

Return Value

Attr createAttributeNS(string|null $namespace, string $qualifiedName) @@ -2589,7 +2589,7 @@

Return Value

Element|null getElementById(string $elementId) @@ -2633,7 +2633,7 @@

Return Value

void registerNodeClass(string $baseClass, string|null $extendedClass) @@ -2682,7 +2682,7 @@

Return Value

bool schemaValidate(string $filename, int $flags = 0) @@ -2731,7 +2731,7 @@

Return Value

bool schemaValidateSource(string $source, int $flags = 0) @@ -2780,7 +2780,7 @@

Return Value

bool relaxNgValidate(string $filename) @@ -2824,7 +2824,7 @@

Return Value

bool relaxNgValidateSource(string $source) @@ -2868,7 +2868,7 @@

Return Value

void append(Node|string ...$nodes) @@ -2912,7 +2912,7 @@

Return Value

void prepend(Node|string ...$nodes) @@ -2956,7 +2956,7 @@

Return Value

void replaceChildren(Node|string ...$nodes) @@ -3000,7 +3000,7 @@

Return Value

Node importLegacyNode(DOMNode $node, bool $deep = false) @@ -3049,7 +3049,7 @@

Return Value

Element|null querySelector(string $selectors) @@ -3093,7 +3093,7 @@

Return Value

NodeList querySelectorAll(string $selectors) @@ -3136,7 +3136,7 @@

Return Value

- + static HTMLDocument createEmpty(string $encoding = "UTF-8") @@ -3179,7 +3179,7 @@

Return Value

- + static HTMLDocument createFromFile(string $path, int $options = 0, string|null $overrideEncoding = null) @@ -3232,7 +3232,7 @@

Return Value

- + static HTMLDocument createFromString(string $source, int $options = 0, string|null $overrideEncoding = null) @@ -3285,7 +3285,7 @@

Return Value

- + string|false saveXml(Node|null $node = null, int $options = 0) @@ -3333,7 +3333,7 @@

Return Value

- + int|false saveXmlFile(string $filename, int $options = 0) @@ -3381,7 +3381,7 @@

Return Value

- + string saveHtml(Node|null $node = null) @@ -3424,7 +3424,7 @@

Return Value

- + int|false saveHtmlFile(string $filename) @@ -3467,7 +3467,7 @@

Return Value

- + int debugGetTemplateCount() diff --git a/api-docs/phpstorm-stubs/Dom/HTMLElement.html b/api-docs/phpstorm-stubs/Dom/HTMLElement.html index cf72d0e6..39b11260 100644 --- a/api-docs/phpstorm-stubs/Dom/HTMLElement.html +++ b/api-docs/phpstorm-stubs/Dom/HTMLElement.html @@ -230,7 +230,7 @@

Properties

- NodeList + Node> $childNodes @@ -1169,7 +1169,7 @@

Details

Node getRootNode(array $options = []) @@ -1213,7 +1213,7 @@

Return Value

bool hasChildNodes() @@ -1247,7 +1247,7 @@

Return Value

void normalize() @@ -1281,7 +1281,7 @@

Return Value

Node cloneNode(bool $deep = false) @@ -1325,7 +1325,7 @@

Return Value

bool isEqualNode(Node|null $otherNode) @@ -1369,7 +1369,7 @@

Return Value

bool isSameNode(Node|null $otherNode) @@ -1413,7 +1413,7 @@

Return Value

int compareDocumentPosition(Node $other) @@ -1457,7 +1457,7 @@

Return Value

bool contains(Node|null $other) @@ -1501,7 +1501,7 @@

Return Value

string|null lookupPrefix(string|null $namespace) @@ -1545,7 +1545,7 @@

Return Value

string|null lookupNamespaceURI(string|null $prefix) @@ -1589,7 +1589,7 @@

Return Value

bool isDefaultNamespace(string|null $namespace) @@ -1633,7 +1633,7 @@

Return Value

Node insertBefore(Node $node, Node|null $child) @@ -1682,7 +1682,7 @@

Return Value

Node appendChild(Node $node) @@ -1726,7 +1726,7 @@

Return Value

Node replaceChild(Node $node, Node $child) @@ -1775,7 +1775,7 @@

Return Value

Node removeChild(Node $child) @@ -1819,7 +1819,7 @@

Return Value

int getLineNo() @@ -1853,7 +1853,7 @@

Return Value

string getNodePath() @@ -1887,7 +1887,7 @@

Return Value

string|false C14N(bool $exclusive = false, bool $withComments = false, array|null $xpath = null, array|null $nsPrefixes = null) @@ -1946,7 +1946,7 @@

Return Value

int|false C14NFile(string $uri, bool $exclusive = false, bool $withComments = false, array|null $xpath = null, array|null $nsPrefixes = null) @@ -2010,7 +2010,7 @@

Return Value

array __sleep() @@ -2044,7 +2044,7 @@

Return Value

void __wakeup() @@ -2078,7 +2078,7 @@

Return Value

bool hasAttributes() @@ -2112,7 +2112,7 @@

Return Value

array getAttributeNames() @@ -2146,7 +2146,7 @@

Return Value

string|null getAttribute(string $qualifiedName) @@ -2190,7 +2190,7 @@

Return Value

string|null getAttributeNS(string|null $namespace, string $localName) @@ -2239,7 +2239,7 @@

Return Value

void setAttribute(string $qualifiedName, string $value) @@ -2288,7 +2288,7 @@

Return Value

void setAttributeNS(string|null $namespace, string $qualifiedName, string $value) @@ -2342,7 +2342,7 @@

Return Value

void removeAttribute(string $qualifiedName) @@ -2386,7 +2386,7 @@

Return Value

void removeAttributeNS(string|null $namespace, string $localName) @@ -2435,7 +2435,7 @@

Return Value

bool toggleAttribute(string $qualifiedName, bool|null $force = null) @@ -2484,7 +2484,7 @@

Return Value

bool hasAttribute(string $qualifiedName) @@ -2528,7 +2528,7 @@

Return Value

bool hasAttributeNS(string|null $namespace, string $localName) @@ -2577,7 +2577,7 @@

Return Value

Attr|null getAttributeNode(string $qualifiedName) @@ -2621,7 +2621,7 @@

Return Value

Attr|null getAttributeNodeNS(string|null $namespace, string $localName) @@ -2670,7 +2670,7 @@

Return Value

Attr|null setAttributeNode(Attr $attr) @@ -2714,7 +2714,7 @@

Return Value

Attr|null setAttributeNodeNS(Attr $attr) @@ -2758,7 +2758,7 @@

Return Value

Attr removeAttributeNode(Attr $attr) @@ -2802,7 +2802,7 @@

Return Value

HTMLCollection getElementsByTagName(string $qualifiedName) @@ -2846,7 +2846,7 @@

Return Value

HTMLCollection getElementsByTagNameNS(string|null $namespace, string $localName) @@ -2895,7 +2895,7 @@

Return Value

Element|null insertAdjacentElement(AdjacentPosition $where, Element $element) @@ -2944,7 +2944,7 @@

Return Value

void insertAdjacentText(AdjacentPosition $where, string $data) @@ -2993,7 +2993,7 @@

Return Value

void setIdAttribute(string $qualifiedName, bool $isId) @@ -3042,7 +3042,7 @@

Return Value

void setIdAttributeNS(string|null $namespace, string $qualifiedName, bool $isId) @@ -3096,7 +3096,7 @@

Return Value

void setIdAttributeNode(Attr $attr, bool $isId) @@ -3145,7 +3145,7 @@

Return Value

void remove() @@ -3179,7 +3179,7 @@

Return Value

void before(Node|string ...$nodes) @@ -3223,7 +3223,7 @@

Return Value

void after(Node|string ...$nodes) @@ -3267,7 +3267,7 @@

Return Value

void replaceWith(Node|string ...$nodes) @@ -3311,7 +3311,7 @@

Return Value

void append(Node|string ...$nodes) @@ -3355,7 +3355,7 @@

Return Value

void prepend(Node|string ...$nodes) @@ -3399,7 +3399,7 @@

Return Value

void replaceChildren(Node|string ...$nodes) @@ -3443,7 +3443,7 @@

Return Value

Element|null querySelector(string $selectors) @@ -3487,7 +3487,7 @@

Return Value

NodeList querySelectorAll(string $selectors) @@ -3531,7 +3531,7 @@

Return Value

Element|null closest(string $selectors) @@ -3575,7 +3575,7 @@

Return Value

bool matches(string $selectors) @@ -3619,7 +3619,7 @@

Return Value

array getInScopeNamespaces() @@ -3653,7 +3653,7 @@

Return Value

array getDescendantNamespaces() @@ -3687,7 +3687,7 @@

Return Value

void rename(string|null $namespaceURI, string $qualifiedName) diff --git a/api-docs/phpstorm-stubs/Dom/NamedNodeMap.html b/api-docs/phpstorm-stubs/Dom/NamedNodeMap.html index f62bedd9..a8c1c633 100644 --- a/api-docs/phpstorm-stubs/Dom/NamedNodeMap.html +++ b/api-docs/phpstorm-stubs/Dom/NamedNodeMap.html @@ -166,7 +166,8 @@

Methods

getIterator() -

Retrieve an external iterator

+

No description

+
@@ -177,7 +178,7 @@

Details

- + Attr|null item(int $index) @@ -220,7 +221,7 @@

Return Value

- + Attr|null getNamedItem(string $qualifiedName) @@ -263,7 +264,7 @@

Return Value

- + Attr|null getNamedItemNS(string|null $namespace, string $localName) @@ -311,7 +312,7 @@

Return Value

- + int count() @@ -346,7 +347,7 @@

Return Value

- + Traversable getIterator() @@ -356,7 +357,8 @@

-

Retrieve an external iterator

+

No description

+
@@ -371,15 +373,6 @@

Return Value

-

Exceptions

- - - - - - -
Exception
-
diff --git a/api-docs/phpstorm-stubs/Dom/Node.html b/api-docs/phpstorm-stubs/Dom/Node.html index 4d4b4439..f301e128 100644 --- a/api-docs/phpstorm-stubs/Dom/Node.html +++ b/api-docs/phpstorm-stubs/Dom/Node.html @@ -223,7 +223,7 @@

Properties

- NodeList + Node> $childNodes @@ -529,7 +529,7 @@

Details

- + Node getRootNode(array $options = []) @@ -572,7 +572,7 @@

Return Value

- + bool hasChildNodes() @@ -605,7 +605,7 @@

Return Value

- + void normalize() @@ -638,7 +638,7 @@

Return Value

- + Node cloneNode(bool $deep = false) @@ -681,7 +681,7 @@

Return Value

- + bool isEqualNode(Node|null $otherNode) @@ -724,7 +724,7 @@

Return Value

- + bool isSameNode(Node|null $otherNode) @@ -767,7 +767,7 @@

Return Value

- + int compareDocumentPosition(Node $other) @@ -810,7 +810,7 @@

Return Value

- + bool contains(Node|null $other) @@ -853,7 +853,7 @@

Return Value

- + string|null lookupPrefix(string|null $namespace) @@ -896,7 +896,7 @@

Return Value

- + string|null lookupNamespaceURI(string|null $prefix) @@ -939,7 +939,7 @@

Return Value

- + bool isDefaultNamespace(string|null $namespace) @@ -982,7 +982,7 @@

Return Value

- + Node insertBefore(Node $node, Node|null $child) @@ -1030,7 +1030,7 @@

Return Value

- + Node appendChild(Node $node) @@ -1073,7 +1073,7 @@

Return Value

- + Node replaceChild(Node $node, Node $child) @@ -1121,7 +1121,7 @@

Return Value

- + Node removeChild(Node $child) @@ -1164,7 +1164,7 @@

Return Value

- + int getLineNo() @@ -1197,7 +1197,7 @@

Return Value

- + string getNodePath() @@ -1230,7 +1230,7 @@

Return Value

- + string|false C14N(bool $exclusive = false, bool $withComments = false, array|null $xpath = null, array|null $nsPrefixes = null) @@ -1288,7 +1288,7 @@

Return Value

- + int|false C14NFile(string $uri, bool $exclusive = false, bool $withComments = false, array|null $xpath = null, array|null $nsPrefixes = null) @@ -1351,7 +1351,7 @@

Return Value

- + array __sleep() @@ -1384,7 +1384,7 @@

Return Value

- + void __wakeup() diff --git a/api-docs/phpstorm-stubs/Dom/NodeList.html b/api-docs/phpstorm-stubs/Dom/NodeList.html index 49d79d77..635d3377 100644 --- a/api-docs/phpstorm-stubs/Dom/NodeList.html +++ b/api-docs/phpstorm-stubs/Dom/NodeList.html @@ -133,7 +133,8 @@

Methods

getIterator() -

Retrieve an external iterator

+

No description

+
@@ -155,7 +156,7 @@

Details

- + int count() @@ -190,7 +191,7 @@

Return Value

- + Traversable getIterator() @@ -200,7 +201,8 @@

-

Retrieve an external iterator

+

No description

+
@@ -215,15 +217,6 @@

Return Value

-

Exceptions

- - - - - - -
Exception
-
@@ -232,7 +225,7 @@

Exceptions

- + Node|null item(int $index) diff --git a/api-docs/phpstorm-stubs/Dom/Notation.html b/api-docs/phpstorm-stubs/Dom/Notation.html index 8ce276f6..d5ca0557 100644 --- a/api-docs/phpstorm-stubs/Dom/Notation.html +++ b/api-docs/phpstorm-stubs/Dom/Notation.html @@ -230,7 +230,7 @@

Properties

- NodeList + Node> $childNodes @@ -583,7 +583,7 @@

Details

Node getRootNode(array $options = []) @@ -627,7 +627,7 @@

Return Value

bool hasChildNodes() @@ -661,7 +661,7 @@

Return Value

void normalize() @@ -695,7 +695,7 @@

Return Value

Node cloneNode(bool $deep = false) @@ -739,7 +739,7 @@

Return Value

bool isEqualNode(Node|null $otherNode) @@ -783,7 +783,7 @@

Return Value

bool isSameNode(Node|null $otherNode) @@ -827,7 +827,7 @@

Return Value

int compareDocumentPosition(Node $other) @@ -871,7 +871,7 @@

Return Value

bool contains(Node|null $other) @@ -915,7 +915,7 @@

Return Value

string|null lookupPrefix(string|null $namespace) @@ -959,7 +959,7 @@

Return Value

string|null lookupNamespaceURI(string|null $prefix) @@ -1003,7 +1003,7 @@

Return Value

bool isDefaultNamespace(string|null $namespace) @@ -1047,7 +1047,7 @@

Return Value

Node insertBefore(Node $node, Node|null $child) @@ -1096,7 +1096,7 @@

Return Value

Node appendChild(Node $node) @@ -1140,7 +1140,7 @@

Return Value

Node replaceChild(Node $node, Node $child) @@ -1189,7 +1189,7 @@

Return Value

Node removeChild(Node $child) @@ -1233,7 +1233,7 @@

Return Value

int getLineNo() @@ -1267,7 +1267,7 @@

Return Value

string getNodePath() @@ -1301,7 +1301,7 @@

Return Value

string|false C14N(bool $exclusive = false, bool $withComments = false, array|null $xpath = null, array|null $nsPrefixes = null) @@ -1360,7 +1360,7 @@

Return Value

int|false C14NFile(string $uri, bool $exclusive = false, bool $withComments = false, array|null $xpath = null, array|null $nsPrefixes = null) @@ -1424,7 +1424,7 @@

Return Value

array __sleep() @@ -1458,7 +1458,7 @@

Return Value

void __wakeup() diff --git a/api-docs/phpstorm-stubs/Dom/ParentNode.html b/api-docs/phpstorm-stubs/Dom/ParentNode.html index 6446c559..1b733eb7 100644 --- a/api-docs/phpstorm-stubs/Dom/ParentNode.html +++ b/api-docs/phpstorm-stubs/Dom/ParentNode.html @@ -165,7 +165,7 @@

Details

- + void append(Node|string ...$nodes) @@ -208,7 +208,7 @@

Return Value

- + void prepend(Node|string ...$nodes) @@ -251,7 +251,7 @@

Return Value

- + void replaceChildren(Node|string ...$nodes) @@ -294,7 +294,7 @@

Return Value

- + Element|null querySelector(string $selectors) @@ -337,7 +337,7 @@

Return Value

- + NodeList querySelectorAll(string $selectors) diff --git a/api-docs/phpstorm-stubs/Dom/ProcessingInstruction.html b/api-docs/phpstorm-stubs/Dom/ProcessingInstruction.html index 7498cb0b..ca0878a2 100644 --- a/api-docs/phpstorm-stubs/Dom/ProcessingInstruction.html +++ b/api-docs/phpstorm-stubs/Dom/ProcessingInstruction.html @@ -230,7 +230,7 @@

Properties

- NodeList + Node> $childNodes @@ -722,7 +722,7 @@

Details

Node getRootNode(array $options = []) @@ -766,7 +766,7 @@

Return Value

bool hasChildNodes() @@ -800,7 +800,7 @@

Return Value

void normalize() @@ -834,7 +834,7 @@

Return Value

Node cloneNode(bool $deep = false) @@ -878,7 +878,7 @@

Return Value

bool isEqualNode(Node|null $otherNode) @@ -922,7 +922,7 @@

Return Value

bool isSameNode(Node|null $otherNode) @@ -966,7 +966,7 @@

Return Value

int compareDocumentPosition(Node $other) @@ -1010,7 +1010,7 @@

Return Value

bool contains(Node|null $other) @@ -1054,7 +1054,7 @@

Return Value

string|null lookupPrefix(string|null $namespace) @@ -1098,7 +1098,7 @@

Return Value

string|null lookupNamespaceURI(string|null $prefix) @@ -1142,7 +1142,7 @@

Return Value

bool isDefaultNamespace(string|null $namespace) @@ -1186,7 +1186,7 @@

Return Value

Node insertBefore(Node $node, Node|null $child) @@ -1235,7 +1235,7 @@

Return Value

Node appendChild(Node $node) @@ -1279,7 +1279,7 @@

Return Value

Node replaceChild(Node $node, Node $child) @@ -1328,7 +1328,7 @@

Return Value

Node removeChild(Node $child) @@ -1372,7 +1372,7 @@

Return Value

int getLineNo() @@ -1406,7 +1406,7 @@

Return Value

string getNodePath() @@ -1440,7 +1440,7 @@

Return Value

string|false C14N(bool $exclusive = false, bool $withComments = false, array|null $xpath = null, array|null $nsPrefixes = null) @@ -1499,7 +1499,7 @@

Return Value

int|false C14NFile(string $uri, bool $exclusive = false, bool $withComments = false, array|null $xpath = null, array|null $nsPrefixes = null) @@ -1563,7 +1563,7 @@

Return Value

array __sleep() @@ -1597,7 +1597,7 @@

Return Value

void __wakeup() @@ -1631,7 +1631,7 @@

Return Value

string substringData(int $offset, int $count) @@ -1680,7 +1680,7 @@

Return Value

void appendData(string $data) @@ -1724,7 +1724,7 @@

Return Value

void insertData(int $offset, string $data) @@ -1773,7 +1773,7 @@

Return Value

void deleteData(int $offset, int $count) @@ -1822,7 +1822,7 @@

Return Value

void replaceData(int $offset, int $count, string $data) @@ -1876,7 +1876,7 @@

Return Value

void remove() @@ -1910,7 +1910,7 @@

Return Value

void before(Node|string ...$nodes) @@ -1954,7 +1954,7 @@

Return Value

void after(Node|string ...$nodes) @@ -1998,7 +1998,7 @@

Return Value

void replaceWith(Node|string ...$nodes) diff --git a/api-docs/phpstorm-stubs/Dom/Text.html b/api-docs/phpstorm-stubs/Dom/Text.html index 14e81738..5533c4df 100644 --- a/api-docs/phpstorm-stubs/Dom/Text.html +++ b/api-docs/phpstorm-stubs/Dom/Text.html @@ -230,7 +230,7 @@

Properties

- NodeList + Node> $childNodes @@ -733,7 +733,7 @@

Details

Node getRootNode(array $options = []) @@ -777,7 +777,7 @@

Return Value

bool hasChildNodes() @@ -811,7 +811,7 @@

Return Value

void normalize() @@ -845,7 +845,7 @@

Return Value

Node cloneNode(bool $deep = false) @@ -889,7 +889,7 @@

Return Value

bool isEqualNode(Node|null $otherNode) @@ -933,7 +933,7 @@

Return Value

bool isSameNode(Node|null $otherNode) @@ -977,7 +977,7 @@

Return Value

int compareDocumentPosition(Node $other) @@ -1021,7 +1021,7 @@

Return Value

bool contains(Node|null $other) @@ -1065,7 +1065,7 @@

Return Value

string|null lookupPrefix(string|null $namespace) @@ -1109,7 +1109,7 @@

Return Value

string|null lookupNamespaceURI(string|null $prefix) @@ -1153,7 +1153,7 @@

Return Value

bool isDefaultNamespace(string|null $namespace) @@ -1197,7 +1197,7 @@

Return Value

Node insertBefore(Node $node, Node|null $child) @@ -1246,7 +1246,7 @@

Return Value

Node appendChild(Node $node) @@ -1290,7 +1290,7 @@

Return Value

Node replaceChild(Node $node, Node $child) @@ -1339,7 +1339,7 @@

Return Value

Node removeChild(Node $child) @@ -1383,7 +1383,7 @@

Return Value

int getLineNo() @@ -1417,7 +1417,7 @@

Return Value

string getNodePath() @@ -1451,7 +1451,7 @@

Return Value

string|false C14N(bool $exclusive = false, bool $withComments = false, array|null $xpath = null, array|null $nsPrefixes = null) @@ -1510,7 +1510,7 @@

Return Value

int|false C14NFile(string $uri, bool $exclusive = false, bool $withComments = false, array|null $xpath = null, array|null $nsPrefixes = null) @@ -1574,7 +1574,7 @@

Return Value

array __sleep() @@ -1608,7 +1608,7 @@

Return Value

void __wakeup() @@ -1642,7 +1642,7 @@

Return Value

string substringData(int $offset, int $count) @@ -1691,7 +1691,7 @@

Return Value

void appendData(string $data) @@ -1735,7 +1735,7 @@

Return Value

void insertData(int $offset, string $data) @@ -1784,7 +1784,7 @@

Return Value

void deleteData(int $offset, int $count) @@ -1833,7 +1833,7 @@

Return Value

void replaceData(int $offset, int $count, string $data) @@ -1887,7 +1887,7 @@

Return Value

void remove() @@ -1921,7 +1921,7 @@

Return Value

void before(Node|string ...$nodes) @@ -1965,7 +1965,7 @@

Return Value

void after(Node|string ...$nodes) @@ -2009,7 +2009,7 @@

Return Value

void replaceWith(Node|string ...$nodes) @@ -2052,7 +2052,7 @@

Return Value

- + Text splitText(int $offset) diff --git a/api-docs/phpstorm-stubs/Dom/TokenList.html b/api-docs/phpstorm-stubs/Dom/TokenList.html index 8d4c8d96..1cebf9a1 100644 --- a/api-docs/phpstorm-stubs/Dom/TokenList.html +++ b/api-docs/phpstorm-stubs/Dom/TokenList.html @@ -230,7 +230,7 @@

Details

- + string|null item(int $index) @@ -273,7 +273,7 @@

Return Value

- + bool contains(string $token) @@ -316,7 +316,7 @@

Return Value

- + void add(string ...$tokens) @@ -359,7 +359,7 @@

Return Value

- + void remove(string ...$tokens) @@ -402,7 +402,7 @@

Return Value

- + bool toggle(string $token, bool|null $force = null) @@ -450,7 +450,7 @@

Return Value

- + bool replace(string $token, string $newToken) @@ -498,7 +498,7 @@

Return Value

- + bool supports(string $token) @@ -541,7 +541,7 @@

Return Value

- + int count() @@ -576,7 +576,7 @@

Return Value

- + Traversable getIterator() diff --git a/api-docs/phpstorm-stubs/Dom/XMLDocument.html b/api-docs/phpstorm-stubs/Dom/XMLDocument.html index 22d9b63f..2b07d6e0 100644 --- a/api-docs/phpstorm-stubs/Dom/XMLDocument.html +++ b/api-docs/phpstorm-stubs/Dom/XMLDocument.html @@ -230,7 +230,7 @@

Properties

- NodeList + Node> $childNodes @@ -1129,7 +1129,7 @@

Details

Node getRootNode(array $options = []) @@ -1173,7 +1173,7 @@

Return Value

bool hasChildNodes() @@ -1207,7 +1207,7 @@

Return Value

void normalize() @@ -1241,7 +1241,7 @@

Return Value

Node cloneNode(bool $deep = false) @@ -1285,7 +1285,7 @@

Return Value

bool isEqualNode(Node|null $otherNode) @@ -1329,7 +1329,7 @@

Return Value

bool isSameNode(Node|null $otherNode) @@ -1373,7 +1373,7 @@

Return Value

int compareDocumentPosition(Node $other) @@ -1417,7 +1417,7 @@

Return Value

bool contains(Node|null $other) @@ -1461,7 +1461,7 @@

Return Value

string|null lookupPrefix(string|null $namespace) @@ -1505,7 +1505,7 @@

Return Value

string|null lookupNamespaceURI(string|null $prefix) @@ -1549,7 +1549,7 @@

Return Value

bool isDefaultNamespace(string|null $namespace) @@ -1593,7 +1593,7 @@

Return Value

Node insertBefore(Node $node, Node|null $child) @@ -1642,7 +1642,7 @@

Return Value

Node appendChild(Node $node) @@ -1686,7 +1686,7 @@

Return Value

Node replaceChild(Node $node, Node $child) @@ -1735,7 +1735,7 @@

Return Value

Node removeChild(Node $child) @@ -1779,7 +1779,7 @@

Return Value

int getLineNo() @@ -1813,7 +1813,7 @@

Return Value

string getNodePath() @@ -1847,7 +1847,7 @@

Return Value

string|false C14N(bool $exclusive = false, bool $withComments = false, array|null $xpath = null, array|null $nsPrefixes = null) @@ -1906,7 +1906,7 @@

Return Value

int|false C14NFile(string $uri, bool $exclusive = false, bool $withComments = false, array|null $xpath = null, array|null $nsPrefixes = null) @@ -1970,7 +1970,7 @@

Return Value

array __sleep() @@ -2004,7 +2004,7 @@

Return Value

void __wakeup() @@ -2038,7 +2038,7 @@

Return Value

HTMLCollection getElementsByTagName(string $qualifiedName) @@ -2082,7 +2082,7 @@

Return Value

HTMLCollection getElementsByTagNameNS(string|null $namespace, string $localName) @@ -2131,7 +2131,7 @@

Return Value

Element createElement(string $localName) @@ -2175,7 +2175,7 @@

Return Value

Element createElementNS(string|null $namespace, string $qualifiedName) @@ -2224,7 +2224,7 @@

Return Value

DocumentFragment createDocumentFragment() @@ -2258,7 +2258,7 @@

Return Value

Text createTextNode(string $data) @@ -2302,7 +2302,7 @@

Return Value

CDATASection createCDATASection(string $data) @@ -2346,7 +2346,7 @@

Return Value

Comment createComment(string $data) @@ -2390,7 +2390,7 @@

Return Value

ProcessingInstruction createProcessingInstruction(string $target, string $data) @@ -2439,7 +2439,7 @@

Return Value

Node importNode(Node|null $node, bool $deep = false) @@ -2488,7 +2488,7 @@

Return Value

Node adoptNode(Node $node) @@ -2532,7 +2532,7 @@

Return Value

Attr createAttribute(string $localName) @@ -2576,7 +2576,7 @@

Return Value

Attr createAttributeNS(string|null $namespace, string $qualifiedName) @@ -2625,7 +2625,7 @@

Return Value

Element|null getElementById(string $elementId) @@ -2669,7 +2669,7 @@

Return Value

void registerNodeClass(string $baseClass, string|null $extendedClass) @@ -2718,7 +2718,7 @@

Return Value

bool schemaValidate(string $filename, int $flags = 0) @@ -2767,7 +2767,7 @@

Return Value

bool schemaValidateSource(string $source, int $flags = 0) @@ -2816,7 +2816,7 @@

Return Value

bool relaxNgValidate(string $filename) @@ -2860,7 +2860,7 @@

Return Value

bool relaxNgValidateSource(string $source) @@ -2904,7 +2904,7 @@

Return Value

void append(Node|string ...$nodes) @@ -2948,7 +2948,7 @@

Return Value

void prepend(Node|string ...$nodes) @@ -2992,7 +2992,7 @@

Return Value

void replaceChildren(Node|string ...$nodes) @@ -3036,7 +3036,7 @@

Return Value

Node importLegacyNode(DOMNode $node, bool $deep = false) @@ -3085,7 +3085,7 @@

Return Value

Element|null querySelector(string $selectors) @@ -3129,7 +3129,7 @@

Return Value

NodeList querySelectorAll(string $selectors) @@ -3172,7 +3172,7 @@

Return Value

- + static XMLDocument createEmpty(string $version = "1.0", string $encoding = "UTF-8") @@ -3220,7 +3220,7 @@

Return Value

- + static XMLDocument createFromFile(string $path, int $options = 0, string|null $overrideEncoding = null) @@ -3273,7 +3273,7 @@

Return Value

- + static XMLDocument createFromString(string $source, int $options = 0, string|null $overrideEncoding = null) @@ -3326,7 +3326,7 @@

Return Value

- + EntityReference createEntityReference(string $name) @@ -3369,7 +3369,7 @@

Return Value

- + bool validate() @@ -3402,7 +3402,7 @@

Return Value

- + int xinclude(int $options = 0) @@ -3445,7 +3445,7 @@

Return Value

- + string|false saveXml(Node|null $node = null, int $options = 0) @@ -3493,7 +3493,7 @@

Return Value

- + int|false saveXmlFile(string $filename, int $options = 0) diff --git a/api-docs/phpstorm-stubs/Dom/XPath.html b/api-docs/phpstorm-stubs/Dom/XPath.html index 48951d52..c81cc2d9 100644 --- a/api-docs/phpstorm-stubs/Dom/XPath.html +++ b/api-docs/phpstorm-stubs/Dom/XPath.html @@ -210,7 +210,7 @@

Details

- + __construct(Document $document, bool $registerNodeNS = true) @@ -249,7 +249,7 @@

Parameters

- + NodeList evaluate(string $expression, Node|null $contextNode = null, bool $registerNodeNS = true) @@ -302,7 +302,7 @@

Return Value

- + NodeList query(string $expression, Node|null $contextNode = null, bool $registerNodeNS = true) @@ -355,7 +355,7 @@

Return Value

- + bool registerNamespace(string $prefix, string $namespace) @@ -403,7 +403,7 @@

Return Value

- + void registerPhpFunctions(string|array|null $restrict = null) @@ -446,7 +446,7 @@

Return Value

- + void registerPhpFunctionNS(string $namespaceURI, string $name, callable $callable) @@ -499,7 +499,7 @@

Return Value

- + static string quote(string $str) diff --git a/api-docs/phpstorm-stubs/Random/CryptoSafeEngine.html b/api-docs/phpstorm-stubs/Random/CryptoSafeEngine.html index 93c9ee21..64b30ff1 100644 --- a/api-docs/phpstorm-stubs/Random/CryptoSafeEngine.html +++ b/api-docs/phpstorm-stubs/Random/CryptoSafeEngine.html @@ -123,7 +123,7 @@

Details

string generate() diff --git a/api-docs/phpstorm-stubs/Random/Engine.html b/api-docs/phpstorm-stubs/Random/Engine.html index 70c9e962..4390c155 100644 --- a/api-docs/phpstorm-stubs/Random/Engine.html +++ b/api-docs/phpstorm-stubs/Random/Engine.html @@ -121,7 +121,7 @@

Details

- + string generate() diff --git a/api-docs/phpstorm-stubs/Random/Engine/Mt19937.html b/api-docs/phpstorm-stubs/Random/Engine/Mt19937.html index 41b4270f..f7e91022 100644 --- a/api-docs/phpstorm-stubs/Random/Engine/Mt19937.html +++ b/api-docs/phpstorm-stubs/Random/Engine/Mt19937.html @@ -165,7 +165,7 @@

Details

- + __construct(int|null $seed = null, int $mode = MT_RAND_MT19937) @@ -204,7 +204,7 @@

Parameters

- + string generate() @@ -237,7 +237,7 @@

Return Value

- + array __serialize() @@ -270,7 +270,7 @@

Return Value

- + void __unserialize(array $data) @@ -313,7 +313,7 @@

Return Value

- + array __debugInfo() diff --git a/api-docs/phpstorm-stubs/Random/Engine/PcgOneseq128XslRr64.html b/api-docs/phpstorm-stubs/Random/Engine/PcgOneseq128XslRr64.html index e99554ac..63bb72ee 100644 --- a/api-docs/phpstorm-stubs/Random/Engine/PcgOneseq128XslRr64.html +++ b/api-docs/phpstorm-stubs/Random/Engine/PcgOneseq128XslRr64.html @@ -176,7 +176,7 @@

Details

- + __construct(string|int|null $seed = null) @@ -210,7 +210,7 @@

Parameters

- + string generate() @@ -243,7 +243,7 @@

Return Value

- + void jump(int $advance) @@ -286,7 +286,7 @@

Return Value

- + array __serialize() @@ -319,7 +319,7 @@

Return Value

- + void __unserialize(array $data) @@ -362,7 +362,7 @@

Return Value

- + array __debugInfo() diff --git a/api-docs/phpstorm-stubs/Random/Engine/Secure.html b/api-docs/phpstorm-stubs/Random/Engine/Secure.html index 79fde42c..dc7d38bb 100644 --- a/api-docs/phpstorm-stubs/Random/Engine/Secure.html +++ b/api-docs/phpstorm-stubs/Random/Engine/Secure.html @@ -121,7 +121,7 @@

Details

- + string generate() diff --git a/api-docs/phpstorm-stubs/Random/Engine/Xoshiro256StarStar.html b/api-docs/phpstorm-stubs/Random/Engine/Xoshiro256StarStar.html index 7b1df24e..ca29370e 100644 --- a/api-docs/phpstorm-stubs/Random/Engine/Xoshiro256StarStar.html +++ b/api-docs/phpstorm-stubs/Random/Engine/Xoshiro256StarStar.html @@ -187,7 +187,7 @@

Details

- + __construct(string|int|null $seed = null) @@ -221,7 +221,7 @@

Parameters

- + string generate() @@ -254,7 +254,7 @@

Return Value

- + void jump() @@ -287,7 +287,7 @@

Return Value

- + void jumpLong() @@ -320,7 +320,7 @@

Return Value

- + array __serialize() @@ -353,7 +353,7 @@

Return Value

- + void __unserialize(array $data) @@ -396,7 +396,7 @@

Return Value

- + array __debugInfo() diff --git a/api-docs/phpstorm-stubs/Random/Randomizer.html b/api-docs/phpstorm-stubs/Random/Randomizer.html index aaf22789..05db9a83 100644 --- a/api-docs/phpstorm-stubs/Random/Randomizer.html +++ b/api-docs/phpstorm-stubs/Random/Randomizer.html @@ -256,7 +256,7 @@

Details

- + __construct(Engine|null $engine = null) @@ -290,7 +290,7 @@

Parameters

- + int nextInt() @@ -323,7 +323,7 @@

Return Value

- + int getInt(int $min, int $max) @@ -371,7 +371,7 @@

Return Value

- + string getBytes(int $length) @@ -414,7 +414,7 @@

Return Value

- + array shuffleArray(array $array) @@ -457,7 +457,7 @@

Return Value

- + string shuffleBytes(string $bytes) @@ -500,7 +500,7 @@

Return Value

- + array pickArrayKeys(array $array, int $num) @@ -548,7 +548,7 @@

Return Value

- + array __serialize() @@ -581,7 +581,7 @@

Return Value

- + void __unserialize(array $data) @@ -624,7 +624,7 @@

Return Value

- + float nextFloat() @@ -658,7 +658,7 @@

Return Value

- + float getFloat(float $min, float $max, IntervalBoundary $boundary = IntervalBoundary::ClosedOpen) @@ -712,7 +712,7 @@

Return Value

- + string getBytesFromString(string $string, int $length) diff --git a/api-docs/phpstorm-stubs/StubTests/Model/BasePHPClass.html b/api-docs/phpstorm-stubs/StubTests/Model/BasePHPClass.html index 90e40480..9a0727ce 100644 --- a/api-docs/phpstorm-stubs/StubTests/Model/BasePHPClass.html +++ b/api-docs/phpstorm-stubs/StubTests/Model/BasePHPClass.html @@ -231,7 +231,7 @@

Properties

- + Template> $templateTypes @@ -614,7 +614,7 @@

Details

protected collectTags(Node $node) diff --git a/api-docs/phpstorm-stubs/StubTests/Model/BasePHPElement.html b/api-docs/phpstorm-stubs/StubTests/Model/BasePHPElement.html index 0888a760..2044c658 100644 --- a/api-docs/phpstorm-stubs/StubTests/Model/BasePHPElement.html +++ b/api-docs/phpstorm-stubs/StubTests/Model/BasePHPElement.html @@ -231,7 +231,7 @@

Properties

- + Template> $templateTypes @@ -499,7 +499,7 @@

Details

protected collectTags(Node $node) diff --git a/api-docs/phpstorm-stubs/StubTests/Model/CommonUtils.html b/api-docs/phpstorm-stubs/StubTests/Model/CommonUtils.html index cab722d1..ae1f53ff 100644 --- a/api-docs/phpstorm-stubs/StubTests/Model/CommonUtils.html +++ b/api-docs/phpstorm-stubs/StubTests/Model/CommonUtils.html @@ -113,10 +113,10 @@

Methods

- + static S>
- array_flat_map(array $array, $callback) + array_flat_map(array $array, callable $callback)

No description

@@ -178,9 +178,9 @@

Return Value

- - - array_flat_map(array $array, $callback) + + static S> + array_flat_map(array $array, callable $callback)

@@ -201,13 +201,22 @@

Parameters

- + callable $callback +

Return Value

+ + + + + + +
S>
+ diff --git a/api-docs/phpstorm-stubs/StubTests/Model/PHPClass.html b/api-docs/phpstorm-stubs/StubTests/Model/PHPClass.html index 4e56b5e9..cbf486b0 100644 --- a/api-docs/phpstorm-stubs/StubTests/Model/PHPClass.html +++ b/api-docs/phpstorm-stubs/StubTests/Model/PHPClass.html @@ -231,7 +231,7 @@

Properties

- + Template> $templateTypes @@ -677,7 +677,7 @@

Details

protected collectTags(Node $node) diff --git a/api-docs/phpstorm-stubs/StubTests/Model/PHPClassConstant.html b/api-docs/phpstorm-stubs/StubTests/Model/PHPClassConstant.html index 510a37ea..94d570dc 100644 --- a/api-docs/phpstorm-stubs/StubTests/Model/PHPClassConstant.html +++ b/api-docs/phpstorm-stubs/StubTests/Model/PHPClassConstant.html @@ -231,7 +231,7 @@

Properties

- + Template> $templateTypes @@ -546,7 +546,7 @@

Details

protected collectTags(Node $node) diff --git a/api-docs/phpstorm-stubs/StubTests/Model/PHPConstant.html b/api-docs/phpstorm-stubs/StubTests/Model/PHPConstant.html index d48346c4..a251442a 100644 --- a/api-docs/phpstorm-stubs/StubTests/Model/PHPConstant.html +++ b/api-docs/phpstorm-stubs/StubTests/Model/PHPConstant.html @@ -231,7 +231,7 @@

Properties

- + Template> $templateTypes @@ -538,7 +538,7 @@

Details

protected collectTags(Node $node) diff --git a/api-docs/phpstorm-stubs/StubTests/Model/PHPConstantDeclaration.html b/api-docs/phpstorm-stubs/StubTests/Model/PHPConstantDeclaration.html index d23f32cd..edd9e7ab 100644 --- a/api-docs/phpstorm-stubs/StubTests/Model/PHPConstantDeclaration.html +++ b/api-docs/phpstorm-stubs/StubTests/Model/PHPConstantDeclaration.html @@ -231,7 +231,7 @@

Properties

- + Template> $templateTypes @@ -539,7 +539,7 @@

Details

protected collectTags(Node $node) diff --git a/api-docs/phpstorm-stubs/StubTests/Model/PHPDefineConstant.html b/api-docs/phpstorm-stubs/StubTests/Model/PHPDefineConstant.html index 73a37459..2caa3a45 100644 --- a/api-docs/phpstorm-stubs/StubTests/Model/PHPDefineConstant.html +++ b/api-docs/phpstorm-stubs/StubTests/Model/PHPDefineConstant.html @@ -231,7 +231,7 @@

Properties

- + Template> $templateTypes @@ -539,7 +539,7 @@

Details

protected collectTags(Node $node) diff --git a/api-docs/phpstorm-stubs/StubTests/Model/PHPDocElement.html b/api-docs/phpstorm-stubs/StubTests/Model/PHPDocElement.html index 1f07324e..83462db6 100644 --- a/api-docs/phpstorm-stubs/StubTests/Model/PHPDocElement.html +++ b/api-docs/phpstorm-stubs/StubTests/Model/PHPDocElement.html @@ -209,7 +209,7 @@

Properties

- + Template> $templateTypes @@ -241,7 +241,7 @@

Details

- + protected collectTags(Node $node) diff --git a/api-docs/phpstorm-stubs/StubTests/Model/PHPEnum.html b/api-docs/phpstorm-stubs/StubTests/Model/PHPEnum.html index f1f14f31..083e6d20 100644 --- a/api-docs/phpstorm-stubs/StubTests/Model/PHPEnum.html +++ b/api-docs/phpstorm-stubs/StubTests/Model/PHPEnum.html @@ -231,7 +231,7 @@

Properties

- + Template> $templateTypes @@ -714,7 +714,7 @@

Details

protected collectTags(Node $node) diff --git a/api-docs/phpstorm-stubs/StubTests/Model/PHPEnumCase.html b/api-docs/phpstorm-stubs/StubTests/Model/PHPEnumCase.html index 6f6aa9e3..3e1fc41a 100644 --- a/api-docs/phpstorm-stubs/StubTests/Model/PHPEnumCase.html +++ b/api-docs/phpstorm-stubs/StubTests/Model/PHPEnumCase.html @@ -231,7 +231,7 @@

Properties

- + Template> $templateTypes @@ -560,7 +560,7 @@

Details

protected collectTags(Node $node) diff --git a/api-docs/phpstorm-stubs/StubTests/Model/PHPFunction.html b/api-docs/phpstorm-stubs/StubTests/Model/PHPFunction.html index 60af66d8..f665429b 100644 --- a/api-docs/phpstorm-stubs/StubTests/Model/PHPFunction.html +++ b/api-docs/phpstorm-stubs/StubTests/Model/PHPFunction.html @@ -231,7 +231,7 @@

Properties

- + Template> $templateTypes @@ -588,6 +588,17 @@

Methods

+
+ static string[] +
+
+ handleType(Type|null $type) + +

No description

+
+
+
+
static bool
@@ -618,7 +629,7 @@

Details

protected collectTags(Node $node) @@ -652,7 +663,7 @@

Parameters

- + BasePHPElement readObjectFromReflection(Reflector $reflectionObject) @@ -695,7 +706,7 @@

Return Value

- + BasePHPElement readObjectFromStubNode(Node $node) @@ -747,7 +758,7 @@

Exceptions

- + readMutedProblems(stdClass|array $jsonData) @@ -1221,7 +1232,7 @@

Parameters

- + protected checkIfReturnTypeIsTentative(FunctionLike $node) @@ -1255,7 +1266,7 @@

Parameters

- + protected checkReturnTag() @@ -1273,13 +1284,56 @@

+

+
+ +
+
+

+ + static protected string[] + handleType(Type|null $type) + +

+
+ + + +
+

No description

+ +
+
+

Parameters

+ + + + + + + +
Type|null$type
+ + +

Return Value

+ + + + + + +
string[]
+ + + +

- + static bool hasTentativeReturnTypeAttribute(FunctionLike $node) @@ -1322,7 +1376,7 @@

Return Value

- + getParameter(string $parameterName) diff --git a/api-docs/phpstorm-stubs/StubTests/Model/PHPInterface.html b/api-docs/phpstorm-stubs/StubTests/Model/PHPInterface.html index 9a83f95e..334f2aa2 100644 --- a/api-docs/phpstorm-stubs/StubTests/Model/PHPInterface.html +++ b/api-docs/phpstorm-stubs/StubTests/Model/PHPInterface.html @@ -231,7 +231,7 @@

Properties

- + Template> $templateTypes @@ -628,7 +628,7 @@

Details

protected collectTags(Node $node) diff --git a/api-docs/phpstorm-stubs/StubTests/Model/PHPMethod.html b/api-docs/phpstorm-stubs/StubTests/Model/PHPMethod.html index b3db15ac..a508be1c 100644 --- a/api-docs/phpstorm-stubs/StubTests/Model/PHPMethod.html +++ b/api-docs/phpstorm-stubs/StubTests/Model/PHPMethod.html @@ -231,7 +231,7 @@

Properties

- + Template> $templateTypes @@ -637,6 +637,18 @@

Methods

No description

+
+
+
+ static string[] +
+
+ handleType(Type|null $type) + +

No description

+
+
@@ -672,7 +684,7 @@

Details

protected collectTags(Node $node) @@ -1276,7 +1288,7 @@

Parameters

protected checkIfReturnTypeIsTentative(FunctionLike $node) @@ -1311,7 +1323,7 @@

Parameters

protected checkReturnTag() @@ -1329,6 +1341,50 @@

+

+
+ +
+
+

+ + static protected string[] + handleType(Type|null $type) + +

+
+ + + +
+

No description

+ +
+
+

Parameters

+ + + + + + + +
Type|null$type
+ + +

Return Value

+ + + + + + +
string[]
+ + + +
@@ -1336,7 +1392,7 @@

static bool hasTentativeReturnTypeAttribute(FunctionLike $node) @@ -1380,7 +1436,7 @@

Return Value

getParameter(string $parameterName) diff --git a/api-docs/phpstorm-stubs/StubTests/Model/PHPNamespacedElement.html b/api-docs/phpstorm-stubs/StubTests/Model/PHPNamespacedElement.html index 9f8d267d..744afc34 100644 --- a/api-docs/phpstorm-stubs/StubTests/Model/PHPNamespacedElement.html +++ b/api-docs/phpstorm-stubs/StubTests/Model/PHPNamespacedElement.html @@ -231,7 +231,7 @@

Properties

- + Template> $templateTypes @@ -531,7 +531,7 @@

Details

protected collectTags(Node $node) diff --git a/api-docs/phpstorm-stubs/StubTests/Model/PHPParameter.html b/api-docs/phpstorm-stubs/StubTests/Model/PHPParameter.html index d50fdf62..afbd21e4 100644 --- a/api-docs/phpstorm-stubs/StubTests/Model/PHPParameter.html +++ b/api-docs/phpstorm-stubs/StubTests/Model/PHPParameter.html @@ -231,7 +231,7 @@

Properties

- + Template> $templateTypes @@ -609,7 +609,7 @@

Details

protected collectTags(Node $node) diff --git a/api-docs/phpstorm-stubs/StubTests/Model/PHPProperty.html b/api-docs/phpstorm-stubs/StubTests/Model/PHPProperty.html index 9367a754..df52f1c3 100644 --- a/api-docs/phpstorm-stubs/StubTests/Model/PHPProperty.html +++ b/api-docs/phpstorm-stubs/StubTests/Model/PHPProperty.html @@ -231,7 +231,7 @@

Properties

- + Template> $templateTypes @@ -593,7 +593,7 @@

Details

protected collectTags(Node $node) diff --git a/api-docs/phpstorm-stubs/StubTests/StubsTypeHintsTest.html b/api-docs/phpstorm-stubs/StubTests/StubsTypeHintsTest.html index 71595ab7..92e2bf2d 100644 --- a/api-docs/phpstorm-stubs/StubTests/StubsTypeHintsTest.html +++ b/api-docs/phpstorm-stubs/StubTests/StubsTypeHintsTest.html @@ -885,7 +885,7 @@

Return Value

- + static void setUpBeforeClass() @@ -918,7 +918,7 @@

Return Value

- + testFunctionsReturnTypeHints(string|null $functionId) @@ -952,7 +952,7 @@

Parameters

- + testFunctionsParametersTypeHints(string|null $functionId, string|null $parameterName) @@ -991,7 +991,7 @@

Parameters

- + testClassMethodsReturnTypeHints(string|null $classId, string|null $methodName) @@ -1030,7 +1030,7 @@

Parameters

- + testInterfaceMethodsReturnTypeHints(string|null $classId, string|null $methodName) @@ -1069,7 +1069,7 @@

Parameters

- + testEnumMethodsReturnTypeHints(string|null $classId, string|null $methodName) @@ -1108,7 +1108,7 @@

Parameters

- + testClassMethodsParametersTypeHints(string|null $classId, string|null $methodName, string|null $parameterName) @@ -1152,7 +1152,7 @@

Parameters

- + testInterfaceMethodsParametersTypeHints(string|null $classId, string|null $methodName, string|null $parameterName) @@ -1196,7 +1196,7 @@

Parameters

- + testEnumMethodsParametersTypeHints(string|null $classId, string|null $methodName, string|null $parameterName) @@ -1240,7 +1240,7 @@

Parameters

- + testClassMethodScalarTypeHintsInParametersMatchReflection(string|null $classHash, string|null $methodHash, string|null $parameterName) @@ -1284,7 +1284,7 @@

Parameters

- + testInterfaceMethodScalarTypeHintsInParametersMatchReflection(string|null $classHash, string|null $methodHash, string|null $parameterName) @@ -1328,7 +1328,7 @@

Parameters

- + testEnumMethodScalarTypeHintsInParametersMatchReflection(string|null $classHash, string|null $methodHash, string|null $parameterName) @@ -1372,7 +1372,7 @@

Parameters

- + testClassMethodNullableTypeHintsInParametersMatchReflection(string|null $classHash, string|null $methodHash, string|null $parameterName) @@ -1416,7 +1416,7 @@

Parameters

- + testInterfaceMethodNullableTypeHintsInParametersMatchReflection(string|null $classHash, string|null $methodHash, string|null $parameterName) @@ -1460,7 +1460,7 @@

Parameters

- + testEnumMethodNullableTypeHintsInParametersMatchReflection(string|null $classHash, string|null $methodHash, string|null $parameterName) @@ -1504,7 +1504,7 @@

Parameters

- + testClassMethodUnionTypeHintsInParametersMatchReflection(string|null $classHash, string|null $methodHash, string|null $parameterName) @@ -1548,7 +1548,7 @@

Parameters

- + testInterfaceMethodUnionTypeHintsInParametersMatchReflection(string|null $classHash, string|null $methodHash, string|null $parameterName) @@ -1592,7 +1592,7 @@

Parameters

- + testEnumMethodUnionTypeHintsInParametersMatchReflection(string|null $classHash, string|null $methodHash, string|null $parameterName) @@ -1636,7 +1636,7 @@

Parameters

- + static testSignatureTypeHintsConformPhpDocInFunctions(string $functionId) @@ -1670,7 +1670,7 @@

Parameters

- + static testClassesMethodsSignatureTypeHintsConformPhpDocInMethods(string $classId, string $functionId) @@ -1709,7 +1709,7 @@

Parameters

- + static testInterfacesMethodsSignatureTypeHintsConformPhpDocInMethods(string $classId, string $functionId) @@ -1748,7 +1748,7 @@

Parameters

- + testEnumsMethodsSignatureTypeHintsConformPhpDocInMethods(string|null $classId, string|null $functionId) diff --git a/api-docs/phpstorm-stubs/[Global_Namespace].html b/api-docs/phpstorm-stubs/[Global_Namespace].html index 8ac7a73f..59c731fc 100644 --- a/api-docs/phpstorm-stubs/[Global_Namespace].html +++ b/api-docs/phpstorm-stubs/[Global_Namespace].html @@ -43951,7 +43951,7 @@

Functions

No description

@@ -44443,7 +44443,7 @@

Functions

No description

@@ -44618,6 +44618,21 @@

Functions

+
+
+
+ bool +
+
+ pg_set_chunked_rows_size(Connection $connection, int $size)
+ Since: 8.4 +
+

No description

+
+
+ +
diff --git a/api-docs/phpstorm-stubs/doc-index.html b/api-docs/phpstorm-stubs/doc-index.html index a4f814f4..757390f7 100644 --- a/api-docs/phpstorm-stubs/doc-index.html +++ b/api-docs/phpstorm-stubs/doc-index.html @@ -7763,7 +7763,7 @@

A

DtdNamedNodeMap::getNamedItemNS() — Method in class DtdNamedNodeMap
DtdNamedNodeMap::getIterator() — Method in class DtdNamedNodeMap
-

Retrieve an external iterator

+
Element::getAttributeNames() — Method in class Element
Element::getAttribute() — Method in class Element
@@ -7783,13 +7783,13 @@

A

Element::getDescendantNamespaces() — Method in class Element
HTMLCollection::getIterator() — Method in class HTMLCollection
-

Retrieve an external iterator

+
NamedNodeMap::getNamedItem() — Method in class NamedNodeMap
NamedNodeMap::getNamedItemNS() — Method in class NamedNodeMap
NamedNodeMap::getIterator() — Method in class NamedNodeMap
-

Retrieve an external iterator

+
Node::getRootNode() — Method in class Node
Node::getLineNo() — Method in class Node
@@ -7797,7 +7797,7 @@

A

Node::getNodePath() — Method in class Node
NodeList::getIterator() — Method in class NodeList
-

Retrieve an external iterator

+
TokenList::getIterator() — Method in class TokenList

Retrieve an external iterator

Deque::getIterator() — Method in class Deque
@@ -12612,6 +12612,8 @@

A

PHPDocElement#hasInternalMetaTag — Property in class PHPDocElement
$ PHPFunction#hasTentativeReturnTypeProperty in class PHPFunction
+
+PHPFunction::handleType() — Method in class PHPFunction
PHPFunction::hasTentativeReturnTypeAttribute() — Method in class PHPFunction
diff --git a/api-docs/phpstorm-stubs/doctum-search.json b/api-docs/phpstorm-stubs/doctum-search.json index 70bcf837..b713388f 100644 --- a/api-docs/phpstorm-stubs/doctum-search.json +++ b/api-docs/phpstorm-stubs/doctum-search.json @@ -1 +1 @@ -{"items":[{"t":"F","n":"Brotli\\compress","p":"Brotli.html#function_compress","d":"

This function compress a string using brotli algorithm.

"},{"t":"F","n":"Brotli\\compress_add","p":"Brotli.html#function_compress_add","d":"

Initialize an incremental brotli compress context.

"},{"t":"F","n":"Brotli\\compress_init","p":"Brotli.html#function_compress_init","d":"

Initialize an incremental brotli compress context.

"},{"t":"F","n":"Brotli\\uncompress","p":"Brotli.html#function_uncompress","d":"

This function uncompresses a string compressed with brotli algorithm.

"},{"t":"F","n":"Brotli\\uncompress_add","p":"Brotli.html#function_uncompress_add","d":"

Initialize an incremental brotli compress context.

"},{"t":"F","n":"Brotli\\uncompress_init","p":"Brotli.html#function_uncompress_init","d":"

Initialize an incremental brotli uncompress context.

"},{"t":"F","n":"Couchbase\\basicDecoderV1","p":"Couchbase.html#function_basicDecoderV1","d":"

Decodes value according to Common Flags (RFC-20)

"},{"t":"F","n":"Couchbase\\basicEncoderV1","p":"Couchbase.html#function_basicEncoderV1","d":"

Encodes value according to Common Flags (RFC-20)

"},{"t":"F","n":"Couchbase\\defaultDecoder","p":"Couchbase.html#function_defaultDecoder","d":"

Decodes value using \\Couchbase\\basicDecoderV1.

"},{"t":"F","n":"Couchbase\\defaultEncoder","p":"Couchbase.html#function_defaultEncoder","d":"

Encodes value using \\Couchbase\\basicDecoderV1.

"},{"t":"F","n":"Couchbase\\fastlzCompress","p":"Couchbase.html#function_fastlzCompress","d":"

Compress input using FastLZ algorithm.

"},{"t":"F","n":"Couchbase\\fastlzDecompress","p":"Couchbase.html#function_fastlzDecompress","d":"

Decompress input using FastLZ algorithm.

"},{"t":"F","n":"Couchbase\\passthruDecoder","p":"Couchbase.html#function_passthruDecoder","d":"

Returns value as it received from the server without any transformations.

"},{"t":"F","n":"Couchbase\\passthruEncoder","p":"Couchbase.html#function_passthruEncoder","d":"

Returns the value, which has been passed and zero as flags and datatype.

"},{"t":"F","n":"Couchbase\\zlibCompress","p":"Couchbase.html#function_zlibCompress","d":"

Compress input using zlib. Raises Exception when extension compiled without zlib support.

"},{"t":"F","n":"Couchbase\\zlibDecompress","p":"Couchbase.html#function_zlibDecompress","d":"

Compress input using zlib. Raises Exception when extension compiled without zlib support.

"},{"t":"F","n":"Dom\\import_simplexml","p":"Dom.html#function_import_simplexml","d":""},{"t":"F","n":"MongoDB\\BSON\\fromJSON","p":"MongoDB/BSON.html#function_fromJSON","d":"

Returns the BSON representation of a JSON value\nConverts an extended JSON string to its BSON representation.

"},{"t":"F","n":"MongoDB\\BSON\\fromPHP","p":"MongoDB/BSON.html#function_fromPHP","d":"

Returns the BSON representation of a PHP value\nSerializes a PHP array or object (e.g. document) to its BSON representation. The returned binary string will describe a BSON document.

"},{"t":"F","n":"MongoDB\\BSON\\toCanonicalExtendedJSON","p":"MongoDB/BSON.html#function_toCanonicalExtendedJSON","d":"

Converts a BSON string to its Canonical Extended JSON representation.

"},{"t":"F","n":"MongoDB\\BSON\\toJSON","p":"MongoDB/BSON.html#function_toJSON","d":"

Returns the JSON representation of a BSON value\nConverts a BSON string to its extended JSON representation.

"},{"t":"F","n":"MongoDB\\BSON\\toPHP","p":"MongoDB/BSON.html#function_toPHP","d":"

Returns the PHP representation of a BSON value\nUnserializes a BSON document (i.e. binary string) to its PHP representation.

"},{"t":"F","n":"MongoDB\\BSON\\toRelaxedExtendedJSON","p":"MongoDB/BSON.html#function_toRelaxedExtendedJSON","d":"

Converts a BSON string to its \u00bb Relaxed Extended JSON representation.

"},{"t":"F","n":"MongoDB\\Driver\\Monitoring\\addSubscriber","p":"MongoDB/Driver/Monitoring.html#function_addSubscriber","d":"

Registers a new monitoring event subscriber with the driver.

"},{"t":"F","n":"MongoDB\\Driver\\Monitoring\\removeSubscriber","p":"MongoDB/Driver/Monitoring.html#function_removeSubscriber","d":"

Unregisters an existing monitoring event subscriber from the driver.

"},{"t":"F","n":"OpenTelemetry\\Instrumentation\\hook","p":"OpenTelemetry/Instrumentation.html#function_hook","d":""},{"t":"F","n":"Sodium\\add","p":"Sodium.html#function_add","d":"

Add the right operand to the left

"},{"t":"F","n":"Sodium\\bin2hex","p":"Sodium.html#function_bin2hex","d":"

Convert to hex without side-chanels

"},{"t":"F","n":"Sodium\\compare","p":"Sodium.html#function_compare","d":"

Compare two strings in constant time

"},{"t":"F","n":"Sodium\\crypto_aead_aes256gcm_decrypt","p":"Sodium.html#function_crypto_aead_aes256gcm_decrypt","d":"

Authenticated Encryption with Associated Data (decrypt)\nAES-256-GCM

"},{"t":"F","n":"Sodium\\crypto_aead_aes256gcm_encrypt","p":"Sodium.html#function_crypto_aead_aes256gcm_encrypt","d":"

Authenticated Encryption with Associated Data (encrypt)\nAES-256-GCM

"},{"t":"F","n":"Sodium\\crypto_aead_aes256gcm_is_available","p":"Sodium.html#function_crypto_aead_aes256gcm_is_available","d":"

Can you access AES-256-GCM? This is only available if you have supported\nhardware.

"},{"t":"F","n":"Sodium\\crypto_aead_chacha20poly1305_decrypt","p":"Sodium.html#function_crypto_aead_chacha20poly1305_decrypt","d":"

Authenticated Encryption with Associated Data (decrypt)\nChaCha20 + Poly1305

"},{"t":"F","n":"Sodium\\crypto_aead_chacha20poly1305_encrypt","p":"Sodium.html#function_crypto_aead_chacha20poly1305_encrypt","d":"

Authenticated Encryption with Associated Data (encrypt)\nChaCha20 + Poly1305

"},{"t":"F","n":"Sodium\\crypto_auth","p":"Sodium.html#function_crypto_auth","d":"

Secret-key message authentication\nHMAC SHA-512/256

"},{"t":"F","n":"Sodium\\crypto_auth_verify","p":"Sodium.html#function_crypto_auth_verify","d":"

Secret-key message verification\nHMAC SHA-512/256

"},{"t":"F","n":"Sodium\\crypto_box","p":"Sodium.html#function_crypto_box","d":"

Public-key authenticated encryption (encrypt)\nX25519 + Xsalsa20 + Poly1305

"},{"t":"F","n":"Sodium\\crypto_box_keypair","p":"Sodium.html#function_crypto_box_keypair","d":"

Generate an X25519 keypair for use with the crypto_box API

"},{"t":"F","n":"Sodium\\crypto_box_keypair_from_secretkey_and_publickey","p":"Sodium.html#function_crypto_box_keypair_from_secretkey_and_publickey","d":"

Create an X25519 keypair from an X25519 secret key and X25519 public key

"},{"t":"F","n":"Sodium\\crypto_box_open","p":"Sodium.html#function_crypto_box_open","d":"

Public-key authenticated encryption (decrypt)\nX25519 + Xsalsa20 + Poly1305

"},{"t":"F","n":"Sodium\\crypto_box_publickey","p":"Sodium.html#function_crypto_box_publickey","d":"

Get an X25519 public key from an X25519 keypair

"},{"t":"F","n":"Sodium\\crypto_box_publickey_from_secretkey","p":"Sodium.html#function_crypto_box_publickey_from_secretkey","d":"

Derive an X25519 public key from an X25519 secret key

"},{"t":"F","n":"Sodium\\crypto_box_seal","p":"Sodium.html#function_crypto_box_seal","d":"

Anonymous public-key encryption (encrypt)\nX25519 + Xsalsa20 + Poly1305 + BLAKE2b

"},{"t":"F","n":"Sodium\\crypto_box_seal_open","p":"Sodium.html#function_crypto_box_seal_open","d":"

Anonymous public-key encryption (decrypt)\nX25519 + Xsalsa20 + Poly1305 + BLAKE2b

"},{"t":"F","n":"Sodium\\crypto_box_secretkey","p":"Sodium.html#function_crypto_box_secretkey","d":"

Extract the X25519 secret key from an X25519 keypair

"},{"t":"F","n":"Sodium\\crypto_box_seed_keypair","p":"Sodium.html#function_crypto_box_seed_keypair","d":"

Derive an X25519 keypair for use with the crypto_box API from a seed

"},{"t":"F","n":"Sodium\\crypto_generichash","p":"Sodium.html#function_crypto_generichash","d":"

Fast and secure cryptographic hash

"},{"t":"F","n":"Sodium\\crypto_generichash_final","p":"Sodium.html#function_crypto_generichash_final","d":"

Get the final hash\nBLAKE2b

"},{"t":"F","n":"Sodium\\crypto_generichash_init","p":"Sodium.html#function_crypto_generichash_init","d":"

Create a new hash state (e.g. to use for streams)\nBLAKE2b

"},{"t":"F","n":"Sodium\\crypto_generichash_update","p":"Sodium.html#function_crypto_generichash_update","d":"

Update the hash state with some data\nBLAKE2b

"},{"t":"F","n":"Sodium\\crypto_kx","p":"Sodium.html#function_crypto_kx","d":"

Elliptic Curve Diffie Hellman Key Exchange\nX25519

"},{"t":"F","n":"Sodium\\crypto_pwhash","p":"Sodium.html#function_crypto_pwhash","d":"

Secure password-based key derivation function\nArgon2i

"},{"t":"F","n":"Sodium\\crypto_pwhash_scryptsalsa208sha256","p":"Sodium.html#function_crypto_pwhash_scryptsalsa208sha256","d":"

Secure password-based key derivation function\nScrypt

"},{"t":"F","n":"Sodium\\crypto_pwhash_scryptsalsa208sha256_str","p":"Sodium.html#function_crypto_pwhash_scryptsalsa208sha256_str","d":"

Get a formatted password hash (for storage)\nScrypt

"},{"t":"F","n":"Sodium\\crypto_pwhash_scryptsalsa208sha256_str_verify","p":"Sodium.html#function_crypto_pwhash_scryptsalsa208sha256_str_verify","d":"

Verify a password against a hash\nScrypt

"},{"t":"F","n":"Sodium\\crypto_pwhash_str","p":"Sodium.html#function_crypto_pwhash_str","d":"

Get a formatted password hash (for storage)\nArgon2i

"},{"t":"F","n":"Sodium\\crypto_pwhash_str_verify","p":"Sodium.html#function_crypto_pwhash_str_verify","d":"

Verify a password against a hash\nArgon2i

"},{"t":"F","n":"Sodium\\crypto_scalarmult","p":"Sodium.html#function_crypto_scalarmult","d":"

Elliptic Curve Diffie Hellman over Curve25519\nX25519

"},{"t":"F","n":"Sodium\\crypto_scalarmult_base","p":"Sodium.html#function_crypto_scalarmult_base","d":"

Scalar multiplication of the base point and your key

"},{"t":"F","n":"Sodium\\crypto_secretbox","p":"Sodium.html#function_crypto_secretbox","d":"

Authenticated secret-key encryption (encrypt)\nXsals20 + Poly1305

"},{"t":"F","n":"Sodium\\crypto_secretbox_open","p":"Sodium.html#function_crypto_secretbox_open","d":"

Authenticated secret-key encryption (decrypt)\nXsals20 + Poly1305

"},{"t":"F","n":"Sodium\\crypto_shorthash","p":"Sodium.html#function_crypto_shorthash","d":"

A short keyed hash suitable for data structures\nSipHash-2-4

"},{"t":"F","n":"Sodium\\crypto_sign","p":"Sodium.html#function_crypto_sign","d":"

Digital Signature\nEd25519

"},{"t":"F","n":"Sodium\\crypto_sign_detached","p":"Sodium.html#function_crypto_sign_detached","d":"

Digital Signature (detached)\nEd25519

"},{"t":"F","n":"Sodium\\crypto_sign_ed25519_pk_to_curve25519","p":"Sodium.html#function_crypto_sign_ed25519_pk_to_curve25519","d":"

Convert an Ed25519 public key to an X25519 public key

"},{"t":"F","n":"Sodium\\crypto_sign_ed25519_sk_to_curve25519","p":"Sodium.html#function_crypto_sign_ed25519_sk_to_curve25519","d":"

Convert an Ed25519 secret key to an X25519 secret key

"},{"t":"F","n":"Sodium\\crypto_sign_keypair","p":"Sodium.html#function_crypto_sign_keypair","d":"

Generate an Ed25519 keypair for use with the crypto_sign API

"},{"t":"F","n":"Sodium\\crypto_sign_keypair_from_secretkey_and_publickey","p":"Sodium.html#function_crypto_sign_keypair_from_secretkey_and_publickey","d":"

Create an Ed25519 keypair from an Ed25519 secret key + Ed25519 public key

"},{"t":"F","n":"Sodium\\crypto_sign_open","p":"Sodium.html#function_crypto_sign_open","d":"

Verify a signed message and return the plaintext

"},{"t":"F","n":"Sodium\\crypto_sign_publickey","p":"Sodium.html#function_crypto_sign_publickey","d":"

Get the public key from an Ed25519 keypair

"},{"t":"F","n":"Sodium\\crypto_sign_publickey_from_secretkey","p":"Sodium.html#function_crypto_sign_publickey_from_secretkey","d":"

Derive an Ed25519 public key from an Ed25519 secret key

"},{"t":"F","n":"Sodium\\crypto_sign_secretkey","p":"Sodium.html#function_crypto_sign_secretkey","d":"

Get the secret key from an Ed25519 keypair

"},{"t":"F","n":"Sodium\\crypto_sign_seed_keypair","p":"Sodium.html#function_crypto_sign_seed_keypair","d":"

Derive an Ed25519 keypair for use with the crypto_sign API from a seed

"},{"t":"F","n":"Sodium\\crypto_sign_verify_detached","p":"Sodium.html#function_crypto_sign_verify_detached","d":"

Verify a detached signature

"},{"t":"F","n":"Sodium\\crypto_stream","p":"Sodium.html#function_crypto_stream","d":"

Create a keystream from a key and nonce\nXsalsa20

"},{"t":"F","n":"Sodium\\crypto_stream_xor","p":"Sodium.html#function_crypto_stream_xor","d":"

Encrypt a message using a stream cipher\nXsalsa20

"},{"t":"F","n":"Sodium\\hex2bin","p":"Sodium.html#function_hex2bin","d":"

Convert from hex without side-chanels

"},{"t":"F","n":"Sodium\\increment","p":"Sodium.html#function_increment","d":"

Increment a string in little-endian

"},{"t":"F","n":"Sodium\\library_version_major","p":"Sodium.html#function_library_version_major","d":"

Get the true major version of libsodium

"},{"t":"F","n":"Sodium\\library_version_minor","p":"Sodium.html#function_library_version_minor","d":"

Get the true minor version of libsodium

"},{"t":"F","n":"Sodium\\memcmp","p":"Sodium.html#function_memcmp","d":"

Compare two strings in constant time

"},{"t":"F","n":"Sodium\\memzero","p":"Sodium.html#function_memzero","d":"

Wipe a buffer

"},{"t":"F","n":"Sodium\\randombytes_buf","p":"Sodium.html#function_randombytes_buf","d":"

Generate a string of random bytes\n/dev/urandom

"},{"t":"F","n":"Sodium\\randombytes_random16","p":"Sodium.html#function_randombytes_random16","d":"

Generate a 16-bit integer\n/dev/urandom

"},{"t":"F","n":"Sodium\\randombytes_uniform","p":"Sodium.html#function_randombytes_uniform","d":"

Generate an unbiased random integer between 0 and a specified value\n/dev/urandom

"},{"t":"F","n":"Sodium\\version_string","p":"Sodium.html#function_version_string","d":"

Get the version string

"},{"t":"F","n":"Zstd\\compress","p":"Zstd.html#function_compress","d":"

Zstandard compression.

"},{"t":"F","n":"Zstd\\compress_dict","p":"Zstd.html#function_compress_dict","d":"

Zstandard compression using a digested dictionary.

"},{"t":"F","n":"Zstd\\uncompress","p":"Zstd.html#function_uncompress","d":"

Zstandard decompression.

"},{"t":"F","n":"Zstd\\uncompress_dict","p":"Zstd.html#function_uncompress_dict","d":"

Zstandard decompression using a digested dictionary.

"},{"t":"F","n":"\\GEOSLineMerge","p":"[Global_Namespace].html#function_GEOSLineMerge","d":""},{"t":"F","n":"\\GEOSPolygonize","p":"[Global_Namespace].html#function_GEOSPolygonize","d":""},{"t":"F","n":"\\GEOSRelateMatch","p":"[Global_Namespace].html#function_GEOSRelateMatch","d":""},{"t":"F","n":"\\GEOSSharedPaths","p":"[Global_Namespace].html#function_GEOSSharedPaths","d":""},{"t":"F","n":"\\GEOSVersion","p":"[Global_Namespace].html#function_GEOSVersion","d":""},{"t":"F","n":"\\PDF_activate_item","p":"[Global_Namespace].html#function_PDF_activate_item","d":"

Activates a previously created structure element or other content item.

"},{"t":"F","n":"\\PDF_add_launchlink","p":"[Global_Namespace].html#function_PDF_add_launchlink","d":"

Add launch annotation for current page [deprecated].

"},{"t":"F","n":"\\PDF_add_locallink","p":"[Global_Namespace].html#function_PDF_add_locallink","d":"

Add a link annotation to a target within the current PDF file.

"},{"t":"F","n":"\\PDF_add_nameddest","p":"[Global_Namespace].html#function_PDF_add_nameddest","d":"

Creates a named destination on an arbitrary page in the current document.

"},{"t":"F","n":"\\PDF_add_note","p":"[Global_Namespace].html#function_PDF_add_note","d":"

Sets an annotation for the current page.

"},{"t":"F","n":"\\PDF_add_pdflink","p":"[Global_Namespace].html#function_PDF_add_pdflink","d":"

Add a file link annotation to a PDF target.

"},{"t":"F","n":"\\PDF_add_table_cell","p":"[Global_Namespace].html#function_PDF_add_table_cell","d":"

Adds a cell to a new or existing table.

"},{"t":"F","n":"\\PDF_add_textflow","p":"[Global_Namespace].html#function_PDF_add_textflow","d":"

Creates a Textflow object, or adds text and explicit options to an existing Textflow.

"},{"t":"F","n":"\\PDF_add_thumbnail","p":"[Global_Namespace].html#function_PDF_add_thumbnail","d":"

Adds an existing image as thumbnail for the current page.

"},{"t":"F","n":"\\PDF_add_weblink","p":"[Global_Namespace].html#function_PDF_add_weblink","d":"

Adds a weblink annotation to a target url on the Web.

"},{"t":"F","n":"\\PDF_arc","p":"[Global_Namespace].html#function_PDF_arc","d":"

Adds a counterclockwise circular arc

"},{"t":"F","n":"\\PDF_arcn","p":"[Global_Namespace].html#function_PDF_arcn","d":"

Except for the drawing direction, this function behaves exactly like PDF_arc().

"},{"t":"F","n":"\\PDF_attach_file","p":"[Global_Namespace].html#function_PDF_attach_file","d":"

Adds a file attachment annotation.

"},{"t":"F","n":"\\PDF_begin_document","p":"[Global_Namespace].html#function_PDF_begin_document","d":"

Creates a new PDF file subject to various options.

"},{"t":"F","n":"\\PDF_begin_font","p":"[Global_Namespace].html#function_PDF_begin_font","d":"

Starts a Type 3 font definition.

"},{"t":"F","n":"\\PDF_begin_glyph","p":"[Global_Namespace].html#function_PDF_begin_glyph","d":"

Starts a glyph definition for a Type 3 font.

"},{"t":"F","n":"\\PDF_begin_item","p":"[Global_Namespace].html#function_PDF_begin_item","d":"

Opens a structure element or other content item with attributes supplied as options.

"},{"t":"F","n":"\\PDF_begin_layer","p":"[Global_Namespace].html#function_PDF_begin_layer","d":"

Starts a layer for subsequent output on the page.

"},{"t":"F","n":"\\PDF_begin_page","p":"[Global_Namespace].html#function_PDF_begin_page","d":"

Adds a new page to the document.

"},{"t":"F","n":"\\PDF_begin_page_ext","p":"[Global_Namespace].html#function_PDF_begin_page_ext","d":"

Adds a new page to the document, and specifies various options. The parameters width and height are the dimensions of the new page in points.

"},{"t":"F","n":"\\PDF_begin_pattern","p":"[Global_Namespace].html#function_PDF_begin_pattern","d":"

Starts a new pattern definition.

"},{"t":"F","n":"\\PDF_begin_template","p":"[Global_Namespace].html#function_PDF_begin_template","d":"

Start template definition [deprecated]

"},{"t":"F","n":"\\PDF_begin_template_ext","p":"[Global_Namespace].html#function_PDF_begin_template_ext","d":"

Starts a new template definition.

"},{"t":"F","n":"\\PDF_circle","p":"[Global_Namespace].html#function_PDF_circle","d":"

Draw a circle

"},{"t":"F","n":"\\PDF_clip","p":"[Global_Namespace].html#function_PDF_clip","d":"

Clip to current path

"},{"t":"F","n":"\\PDF_close","p":"[Global_Namespace].html#function_PDF_close","d":"

Close pdf resource [deprecated]

"},{"t":"F","n":"\\PDF_close_image","p":"[Global_Namespace].html#function_PDF_close_image","d":"

Close image

"},{"t":"F","n":"\\PDF_close_pdi","p":"[Global_Namespace].html#function_PDF_close_pdi","d":"

Close the input pdf document [deprecated]

"},{"t":"F","n":"\\PDF_close_pdi_document","p":"[Global_Namespace].html#function_PDF_close_pdi_document","d":""},{"t":"F","n":"\\PDF_close_pdi_page","p":"[Global_Namespace].html#function_PDF_close_pdi_page","d":"

Closes the page handle, and frees all page-related resources

"},{"t":"F","n":"\\PDF_closepath","p":"[Global_Namespace].html#function_PDF_closepath","d":"

Close current path

"},{"t":"F","n":"\\PDF_closepath_fill_stroke","p":"[Global_Namespace].html#function_PDF_closepath_fill_stroke","d":"

Close, fill and stroke current path

"},{"t":"F","n":"\\PDF_closepath_stroke","p":"[Global_Namespace].html#function_PDF_closepath_stroke","d":"

Close and stroke path

"},{"t":"F","n":"\\PDF_concat","p":"[Global_Namespace].html#function_PDF_concat","d":"

Concatenate a matrix to the ctm

"},{"t":"F","n":"\\PDF_continue_text","p":"[Global_Namespace].html#function_PDF_continue_text","d":"

Output text in next line

"},{"t":"F","n":"\\PDF_create_3dview","p":"[Global_Namespace].html#function_PDF_create_3dview","d":"

Create 3d view

"},{"t":"F","n":"\\PDF_create_action","p":"[Global_Namespace].html#function_PDF_create_action","d":"

Create action for objects or events

"},{"t":"F","n":"\\PDF_create_annotation","p":"[Global_Namespace].html#function_PDF_create_annotation","d":"

Create rectangular annotation

"},{"t":"F","n":"\\PDF_create_bookmark","p":"[Global_Namespace].html#function_PDF_create_bookmark","d":"

Create bookmar

"},{"t":"F","n":"\\PDF_create_field","p":"[Global_Namespace].html#function_PDF_create_field","d":"

Create form field

"},{"t":"F","n":"\\PDF_create_fieldgroup","p":"[Global_Namespace].html#function_PDF_create_fieldgroup","d":"

Create form field group

"},{"t":"F","n":"\\PDF_create_gstate","p":"[Global_Namespace].html#function_PDF_create_gstate","d":"

Create graphics state object

"},{"t":"F","n":"\\PDF_create_pvf","p":"[Global_Namespace].html#function_PDF_create_pvf","d":"

Create pdflib virtual file

"},{"t":"F","n":"\\PDF_create_textflow","p":"[Global_Namespace].html#function_PDF_create_textflow","d":"

Create textflow object

"},{"t":"F","n":"\\PDF_curveto","p":"[Global_Namespace].html#function_PDF_curveto","d":"

Draw bezier curve

"},{"t":"F","n":"\\PDF_define_layer","p":"[Global_Namespace].html#function_PDF_define_layer","d":"

Create layer definition

"},{"t":"F","n":"\\PDF_delete","p":"[Global_Namespace].html#function_PDF_delete","d":""},{"t":"F","n":"\\PDF_delete_pvf","p":"[Global_Namespace].html#function_PDF_delete_pvf","d":"

Delete pdflib virtual file

"},{"t":"F","n":"\\PDF_delete_table","p":"[Global_Namespace].html#function_PDF_delete_table","d":""},{"t":"F","n":"\\PDF_delete_textflow","p":"[Global_Namespace].html#function_PDF_delete_textflow","d":""},{"t":"F","n":"\\PDF_encoding_set_char","p":"[Global_Namespace].html#function_PDF_encoding_set_char","d":""},{"t":"F","n":"\\PDF_end_document","p":"[Global_Namespace].html#function_PDF_end_document","d":""},{"t":"F","n":"\\PDF_end_font","p":"[Global_Namespace].html#function_PDF_end_font","d":""},{"t":"F","n":"\\PDF_end_glyph","p":"[Global_Namespace].html#function_PDF_end_glyph","d":""},{"t":"F","n":"\\PDF_end_item","p":"[Global_Namespace].html#function_PDF_end_item","d":""},{"t":"F","n":"\\PDF_end_layer","p":"[Global_Namespace].html#function_PDF_end_layer","d":""},{"t":"F","n":"\\PDF_end_page","p":"[Global_Namespace].html#function_PDF_end_page","d":""},{"t":"F","n":"\\PDF_end_page_ext","p":"[Global_Namespace].html#function_PDF_end_page_ext","d":""},{"t":"F","n":"\\PDF_end_pattern","p":"[Global_Namespace].html#function_PDF_end_pattern","d":""},{"t":"F","n":"\\PDF_end_template","p":"[Global_Namespace].html#function_PDF_end_template","d":""},{"t":"F","n":"\\PDF_endpath","p":"[Global_Namespace].html#function_PDF_endpath","d":""},{"t":"F","n":"\\PDF_fill","p":"[Global_Namespace].html#function_PDF_fill","d":""},{"t":"F","n":"\\PDF_fill_imageblock","p":"[Global_Namespace].html#function_PDF_fill_imageblock","d":""},{"t":"F","n":"\\PDF_fill_pdfblock","p":"[Global_Namespace].html#function_PDF_fill_pdfblock","d":""},{"t":"F","n":"\\PDF_fill_stroke","p":"[Global_Namespace].html#function_PDF_fill_stroke","d":""},{"t":"F","n":"\\PDF_fill_textblock","p":"[Global_Namespace].html#function_PDF_fill_textblock","d":""},{"t":"F","n":"\\PDF_findfont","p":"[Global_Namespace].html#function_PDF_findfont","d":""},{"t":"F","n":"\\PDF_fit_image","p":"[Global_Namespace].html#function_PDF_fit_image","d":""},{"t":"F","n":"\\PDF_fit_pdi_page","p":"[Global_Namespace].html#function_PDF_fit_pdi_page","d":""},{"t":"F","n":"\\PDF_fit_table","p":"[Global_Namespace].html#function_PDF_fit_table","d":""},{"t":"F","n":"\\PDF_fit_textflow","p":"[Global_Namespace].html#function_PDF_fit_textflow","d":""},{"t":"F","n":"\\PDF_fit_textline","p":"[Global_Namespace].html#function_PDF_fit_textline","d":""},{"t":"F","n":"\\PDF_get_apiname","p":"[Global_Namespace].html#function_PDF_get_apiname","d":""},{"t":"F","n":"\\PDF_get_buffer","p":"[Global_Namespace].html#function_PDF_get_buffer","d":""},{"t":"F","n":"\\PDF_get_errmsg","p":"[Global_Namespace].html#function_PDF_get_errmsg","d":""},{"t":"F","n":"\\PDF_get_errnum","p":"[Global_Namespace].html#function_PDF_get_errnum","d":""},{"t":"F","n":"\\PDF_get_majorversion","p":"[Global_Namespace].html#function_PDF_get_majorversion","d":""},{"t":"F","n":"\\PDF_get_minorversion","p":"[Global_Namespace].html#function_PDF_get_minorversion","d":""},{"t":"F","n":"\\PDF_get_option","p":"[Global_Namespace].html#function_PDF_get_option","d":""},{"t":"F","n":"\\PDF_get_parameter","p":"[Global_Namespace].html#function_PDF_get_parameter","d":""},{"t":"F","n":"\\PDF_get_pdi_parameter","p":"[Global_Namespace].html#function_PDF_get_pdi_parameter","d":""},{"t":"F","n":"\\PDF_get_pdi_value","p":"[Global_Namespace].html#function_PDF_get_pdi_value","d":""},{"t":"F","n":"\\PDF_get_string","p":"[Global_Namespace].html#function_PDF_get_string","d":""},{"t":"F","n":"\\PDF_get_value","p":"[Global_Namespace].html#function_PDF_get_value","d":""},{"t":"F","n":"\\PDF_info_font","p":"[Global_Namespace].html#function_PDF_info_font","d":""},{"t":"F","n":"\\PDF_info_graphics","p":"[Global_Namespace].html#function_PDF_info_graphics","d":""},{"t":"F","n":"\\PDF_info_image","p":"[Global_Namespace].html#function_PDF_info_image","d":""},{"t":"F","n":"\\PDF_info_matchbox","p":"[Global_Namespace].html#function_PDF_info_matchbox","d":""},{"t":"F","n":"\\PDF_info_path","p":"[Global_Namespace].html#function_PDF_info_path","d":""},{"t":"F","n":"\\PDF_info_pdi_page","p":"[Global_Namespace].html#function_PDF_info_pdi_page","d":""},{"t":"F","n":"\\PDF_info_pvf","p":"[Global_Namespace].html#function_PDF_info_pvf","d":""},{"t":"F","n":"\\PDF_info_table","p":"[Global_Namespace].html#function_PDF_info_table","d":""},{"t":"F","n":"\\PDF_info_textflow","p":"[Global_Namespace].html#function_PDF_info_textflow","d":""},{"t":"F","n":"\\PDF_info_textline","p":"[Global_Namespace].html#function_PDF_info_textline","d":""},{"t":"F","n":"\\PDF_initgraphics","p":"[Global_Namespace].html#function_PDF_initgraphics","d":""},{"t":"F","n":"\\PDF_lineto","p":"[Global_Namespace].html#function_PDF_lineto","d":""},{"t":"F","n":"\\PDF_load_3ddata","p":"[Global_Namespace].html#function_PDF_load_3ddata","d":""},{"t":"F","n":"\\PDF_load_font","p":"[Global_Namespace].html#function_PDF_load_font","d":""},{"t":"F","n":"\\PDF_load_iccprofile","p":"[Global_Namespace].html#function_PDF_load_iccprofile","d":""},{"t":"F","n":"\\PDF_load_image","p":"[Global_Namespace].html#function_PDF_load_image","d":""},{"t":"F","n":"\\PDF_makespotcolor","p":"[Global_Namespace].html#function_PDF_makespotcolor","d":""},{"t":"F","n":"\\PDF_moveto","p":"[Global_Namespace].html#function_PDF_moveto","d":""},{"t":"F","n":"\\PDF_new","p":"[Global_Namespace].html#function_PDF_new","d":""},{"t":"F","n":"\\PDF_open_ccitt","p":"[Global_Namespace].html#function_PDF_open_ccitt","d":""},{"t":"F","n":"\\PDF_open_file","p":"[Global_Namespace].html#function_PDF_open_file","d":""},{"t":"F","n":"\\PDF_open_image","p":"[Global_Namespace].html#function_PDF_open_image","d":""},{"t":"F","n":"\\PDF_open_image_file","p":"[Global_Namespace].html#function_PDF_open_image_file","d":""},{"t":"F","n":"\\PDF_open_memory_image","p":"[Global_Namespace].html#function_PDF_open_memory_image","d":""},{"t":"F","n":"\\PDF_open_pdi","p":"[Global_Namespace].html#function_PDF_open_pdi","d":""},{"t":"F","n":"\\PDF_open_pdi_document","p":"[Global_Namespace].html#function_PDF_open_pdi_document","d":""},{"t":"F","n":"\\PDF_open_pdi_page","p":"[Global_Namespace].html#function_PDF_open_pdi_page","d":""},{"t":"F","n":"\\PDF_pcos_get_number","p":"[Global_Namespace].html#function_PDF_pcos_get_number","d":""},{"t":"F","n":"\\PDF_pcos_get_stream","p":"[Global_Namespace].html#function_PDF_pcos_get_stream","d":""},{"t":"F","n":"\\PDF_pcos_get_string","p":"[Global_Namespace].html#function_PDF_pcos_get_string","d":""},{"t":"F","n":"\\PDF_place_image","p":"[Global_Namespace].html#function_PDF_place_image","d":""},{"t":"F","n":"\\PDF_place_pdi_page","p":"[Global_Namespace].html#function_PDF_place_pdi_page","d":""},{"t":"F","n":"\\PDF_process_pdi","p":"[Global_Namespace].html#function_PDF_process_pdi","d":""},{"t":"F","n":"\\PDF_rect","p":"[Global_Namespace].html#function_PDF_rect","d":""},{"t":"F","n":"\\PDF_restore","p":"[Global_Namespace].html#function_PDF_restore","d":""},{"t":"F","n":"\\PDF_resume_page","p":"[Global_Namespace].html#function_PDF_resume_page","d":""},{"t":"F","n":"\\PDF_rotate","p":"[Global_Namespace].html#function_PDF_rotate","d":""},{"t":"F","n":"\\PDF_save","p":"[Global_Namespace].html#function_PDF_save","d":""},{"t":"F","n":"\\PDF_scale","p":"[Global_Namespace].html#function_PDF_scale","d":""},{"t":"F","n":"\\PDF_set_border_color","p":"[Global_Namespace].html#function_PDF_set_border_color","d":""},{"t":"F","n":"\\PDF_set_border_dash","p":"[Global_Namespace].html#function_PDF_set_border_dash","d":""},{"t":"F","n":"\\PDF_set_border_style","p":"[Global_Namespace].html#function_PDF_set_border_style","d":""},{"t":"F","n":"\\PDF_set_gstate","p":"[Global_Namespace].html#function_PDF_set_gstate","d":""},{"t":"F","n":"\\PDF_set_info","p":"[Global_Namespace].html#function_PDF_set_info","d":""},{"t":"F","n":"\\PDF_set_layer_dependency","p":"[Global_Namespace].html#function_PDF_set_layer_dependency","d":""},{"t":"F","n":"\\PDF_set_option","p":"[Global_Namespace].html#function_PDF_set_option","d":""},{"t":"F","n":"\\PDF_set_parameter","p":"[Global_Namespace].html#function_PDF_set_parameter","d":""},{"t":"F","n":"\\PDF_set_text_option","p":"[Global_Namespace].html#function_PDF_set_text_option","d":""},{"t":"F","n":"\\PDF_set_text_pos","p":"[Global_Namespace].html#function_PDF_set_text_pos","d":""},{"t":"F","n":"\\PDF_set_value","p":"[Global_Namespace].html#function_PDF_set_value","d":""},{"t":"F","n":"\\PDF_setcolor","p":"[Global_Namespace].html#function_PDF_setcolor","d":""},{"t":"F","n":"\\PDF_setdash","p":"[Global_Namespace].html#function_PDF_setdash","d":""},{"t":"F","n":"\\PDF_setdashpattern","p":"[Global_Namespace].html#function_PDF_setdashpattern","d":""},{"t":"F","n":"\\PDF_setflat","p":"[Global_Namespace].html#function_PDF_setflat","d":""},{"t":"F","n":"\\PDF_setfont","p":"[Global_Namespace].html#function_PDF_setfont","d":""},{"t":"F","n":"\\PDF_setgray","p":"[Global_Namespace].html#function_PDF_setgray","d":""},{"t":"F","n":"\\PDF_setgray_fill","p":"[Global_Namespace].html#function_PDF_setgray_fill","d":""},{"t":"F","n":"\\PDF_setgray_stroke","p":"[Global_Namespace].html#function_PDF_setgray_stroke","d":""},{"t":"F","n":"\\PDF_setlinecap","p":"[Global_Namespace].html#function_PDF_setlinecap","d":""},{"t":"F","n":"\\PDF_setlinejoin","p":"[Global_Namespace].html#function_PDF_setlinejoin","d":""},{"t":"F","n":"\\PDF_setlinewidth","p":"[Global_Namespace].html#function_PDF_setlinewidth","d":""},{"t":"F","n":"\\PDF_setmatrix","p":"[Global_Namespace].html#function_PDF_setmatrix","d":""},{"t":"F","n":"\\PDF_setmiterlimit","p":"[Global_Namespace].html#function_PDF_setmiterlimit","d":""},{"t":"F","n":"\\PDF_setrgbcolor","p":"[Global_Namespace].html#function_PDF_setrgbcolor","d":""},{"t":"F","n":"\\PDF_setrgbcolor_fill","p":"[Global_Namespace].html#function_PDF_setrgbcolor_fill","d":""},{"t":"F","n":"\\PDF_setrgbcolor_stroke","p":"[Global_Namespace].html#function_PDF_setrgbcolor_stroke","d":""},{"t":"F","n":"\\PDF_shading","p":"[Global_Namespace].html#function_PDF_shading","d":""},{"t":"F","n":"\\PDF_shading_pattern","p":"[Global_Namespace].html#function_PDF_shading_pattern","d":""},{"t":"F","n":"\\PDF_shfill","p":"[Global_Namespace].html#function_PDF_shfill","d":""},{"t":"F","n":"\\PDF_show","p":"[Global_Namespace].html#function_PDF_show","d":""},{"t":"F","n":"\\PDF_show_boxed","p":"[Global_Namespace].html#function_PDF_show_boxed","d":""},{"t":"F","n":"\\PDF_show_xy","p":"[Global_Namespace].html#function_PDF_show_xy","d":""},{"t":"F","n":"\\PDF_skew","p":"[Global_Namespace].html#function_PDF_skew","d":""},{"t":"F","n":"\\PDF_stringwidth","p":"[Global_Namespace].html#function_PDF_stringwidth","d":""},{"t":"F","n":"\\PDF_stroke","p":"[Global_Namespace].html#function_PDF_stroke","d":""},{"t":"F","n":"\\PDF_suspend_page","p":"[Global_Namespace].html#function_PDF_suspend_page","d":""},{"t":"F","n":"\\PDF_translate","p":"[Global_Namespace].html#function_PDF_translate","d":""},{"t":"F","n":"\\PDF_utf16_to_utf8","p":"[Global_Namespace].html#function_PDF_utf16_to_utf8","d":""},{"t":"F","n":"\\PDF_utf32_to_utf16","p":"[Global_Namespace].html#function_PDF_utf32_to_utf16","d":""},{"t":"F","n":"\\PDF_utf8_to_utf16","p":"[Global_Namespace].html#function_PDF_utf8_to_utf16","d":""},{"t":"F","n":"\\PS_UNRESERVE_PREFIX___halt_compiler","p":"[Global_Namespace].html#function_PS_UNRESERVE_PREFIX___halt_compiler","d":"

(PHP 5.1)
\nHalts the execution of the compiler. This can be useful to embed data in PHP scripts, like the installation files.

"},{"t":"F","n":"\\PS_UNRESERVE_PREFIX_array","p":"[Global_Namespace].html#function_PS_UNRESERVE_PREFIX_array","d":"

Creates an array.

"},{"t":"F","n":"\\PS_UNRESERVE_PREFIX_die","p":"[Global_Namespace].html#function_PS_UNRESERVE_PREFIX_die","d":"

Terminates execution of the script. Shutdown functions and object destructors will always be executed even if exit is called.

\n

die is a language construct and it can be called without parentheses if no status is passed.

"},{"t":"F","n":"\\PS_UNRESERVE_PREFIX_empty","p":"[Global_Namespace].html#function_PS_UNRESERVE_PREFIX_empty","d":"

Determine whether a variable is considered to be empty. A variable is considered empty if it does not exist or if its value\nequals FALSE. empty() does not generate a warning if the variable does not exist.

"},{"t":"F","n":"\\PS_UNRESERVE_PREFIX_eval","p":"[Global_Namespace].html#function_PS_UNRESERVE_PREFIX_eval","d":"

Evaluates the given code as PHP.

\n

Caution: The eval() language construct is very dangerous because it allows execution of arbitrary PHP code. Its use thus is\ndiscouraged. If you have carefully verified that there is no other option than to use this construct, pay special attention not to\npass any user provided data into it without properly validating it beforehand.

"},{"t":"F","n":"\\PS_UNRESERVE_PREFIX_exit","p":"[Global_Namespace].html#function_PS_UNRESERVE_PREFIX_exit","d":"

Terminates execution of the script. Shutdown functions and object destructors will always be executed even if exit is called.

\n

exit is a language construct and it can be called without parentheses if no status is passed.

"},{"t":"F","n":"\\PS_UNRESERVE_PREFIX_isset","p":"[Global_Namespace].html#function_PS_UNRESERVE_PREFIX_isset","d":"

Determine if a variable is set and is not NULL.

\n

If a variable has been unset with unset(), it will no longer be set. isset() will return FALSE if testing a variable\nthat has been set to NULL. Also note that a null character (\"\\0\") is not equivalent to the PHP NULL constant.

\n

If multiple parameters are supplied then isset() will return TRUE only if all of the parameters are set."},{"t":"F","n":"\\PS_UNRESERVE_PREFIX_list","p":"[Global_Namespace].html#function_PS_UNRESERVE_PREFIX_list","d":"

Assigns a list of variables in one operation.

"},{"t":"F","n":"\\PS_UNRESERVE_PREFIX_unset","p":"[Global_Namespace].html#function_PS_UNRESERVE_PREFIX_unset","d":"

Destroys the specified variables.

\n

The behavior of unset() inside of a function can vary depending on what type of variable you are attempting to destroy.

"},{"t":"F","n":"\\SQLSRV_PHPTYPE_STREAM","p":"[Global_Namespace].html#function_SQLSRV_PHPTYPE_STREAM","d":"

Specifies the encoding of a stream of data from the server.

"},{"t":"F","n":"\\SQLSRV_PHPTYPE_STRING","p":"[Global_Namespace].html#function_SQLSRV_PHPTYPE_STRING","d":"

Specifies the encoding of a string being received form the server.

"},{"t":"F","n":"\\SQLSRV_SQLTYPE_BINARY","p":"[Global_Namespace].html#function_SQLSRV_SQLTYPE_BINARY","d":"

Specifies a SQL Server binary field.

"},{"t":"F","n":"\\SQLSRV_SQLTYPE_CHAR","p":"[Global_Namespace].html#function_SQLSRV_SQLTYPE_CHAR","d":"

Specifies a SQL Server char field.

"},{"t":"F","n":"\\SQLSRV_SQLTYPE_DECIMAL","p":"[Global_Namespace].html#function_SQLSRV_SQLTYPE_DECIMAL","d":"

Specifies a SQL Server decimal field.

"},{"t":"F","n":"\\SQLSRV_SQLTYPE_NCHAR","p":"[Global_Namespace].html#function_SQLSRV_SQLTYPE_NCHAR","d":"

Specifies a SQL Server nchar field.

"},{"t":"F","n":"\\SQLSRV_SQLTYPE_NUMERIC","p":"[Global_Namespace].html#function_SQLSRV_SQLTYPE_NUMERIC","d":"

Specifies a SQL Server numeric field.

"},{"t":"F","n":"\\SQLSRV_SQLTYPE_NVARCHAR","p":"[Global_Namespace].html#function_SQLSRV_SQLTYPE_NVARCHAR","d":"

Specifies a SQL Server nvarchar field.

"},{"t":"F","n":"\\SQLSRV_SQLTYPE_VARBINARY","p":"[Global_Namespace].html#function_SQLSRV_SQLTYPE_VARBINARY","d":"

Specifies a SQL Server varbinary field.

"},{"t":"F","n":"\\SQLSRV_SQLTYPE_VARCHAR","p":"[Global_Namespace].html#function_SQLSRV_SQLTYPE_VARCHAR","d":"

Specifies a SQL Server varchar filed.

"},{"t":"F","n":"\\_","p":"[Global_Namespace].html#function__","d":"

Lookup a message in the current domain

"},{"t":"F","n":"\\abs","p":"[Global_Namespace].html#function_abs","d":"

Absolute value

"},{"t":"F","n":"\\accelerator_set_status","p":"[Global_Namespace].html#function_accelerator_set_status","d":"

Disable/enable the Code Acceleration functionality at run time.

"},{"t":"F","n":"\\acos","p":"[Global_Namespace].html#function_acos","d":"

Arc cosine

"},{"t":"F","n":"\\acosh","p":"[Global_Namespace].html#function_acosh","d":"

Inverse hyperbolic cosine

"},{"t":"F","n":"\\addcslashes","p":"[Global_Namespace].html#function_addcslashes","d":"

Quote string with slashes in a C style

"},{"t":"F","n":"\\addslashes","p":"[Global_Namespace].html#function_addslashes","d":"

Quote string with slashes

"},{"t":"F","n":"\\apache_child_terminate","p":"[Global_Namespace].html#function_apache_child_terminate","d":"

Terminate apache process after this request\napache_child_terminate() will register the Apache process executing the current PHP request for termination once execution of PHP code is completed. It may be used to terminate a process after a script with high memory consumption has been run as memory will usually only be freed internally but not given back to the operating system.

"},{"t":"F","n":"\\apache_get_modules","p":"[Global_Namespace].html#function_apache_get_modules","d":"

Get a list of loaded Apache modules

"},{"t":"F","n":"\\apache_get_version","p":"[Global_Namespace].html#function_apache_get_version","d":"

Fetch the Apache version

"},{"t":"F","n":"\\apache_getenv","p":"[Global_Namespace].html#function_apache_getenv","d":"

Get an Apache subprocess_env variable\nRetrieve an Apache environment variable specified by $variable.

"},{"t":"F","n":"\\apache_lookup_uri","p":"[Global_Namespace].html#function_apache_lookup_uri","d":"

Perform a partial request for the specified URI and return all info about it\nThis performs a partial request for a URI. It goes just far enough to obtain all the important information about the given resource.

"},{"t":"F","n":"\\apache_note","p":"[Global_Namespace].html#function_apache_note","d":"

Get and set apache request notes\nThis function is a wrapper for Apache's table_get and table_set. It edits the table of notes that exists during a request. The table's purpose is to allow Apache modules to communicate.

"},{"t":"F","n":"\\apache_request_headers","p":"[Global_Namespace].html#function_apache_request_headers","d":"

Fetches all HTTP request headers from the current request

"},{"t":"F","n":"\\apache_reset_timeout","p":"[Global_Namespace].html#function_apache_reset_timeout","d":"

Reset the Apache write timer\napache_reset_timeout() resets the Apache write timer, which defaults to 300 seconds. With set_time_limit(0); ignore_user_abort(true) and periodic apache_reset_timeout() calls, Apache can theoretically run forever.

"},{"t":"F","n":"\\apache_response_headers","p":"[Global_Namespace].html#function_apache_response_headers","d":"

Fetch all HTTP response headers

"},{"t":"F","n":"\\apache_setenv","p":"[Global_Namespace].html#function_apache_setenv","d":"

Sets the value of the Apache environment variable specified by variable.

"},{"t":"F","n":"\\apc_add","p":"[Global_Namespace].html#function_apc_add","d":"

Caches a variable in the data store, only if it's not already stored

"},{"t":"F","n":"\\apc_bin_dump","p":"[Global_Namespace].html#function_apc_bin_dump","d":"

Returns a binary dump of the given files and user variables from the APC cache

"},{"t":"F","n":"\\apc_bin_dumpfile","p":"[Global_Namespace].html#function_apc_bin_dumpfile","d":"

Output a binary dump of the given files and user variables from the APC cache to the named file

"},{"t":"F","n":"\\apc_bin_load","p":"[Global_Namespace].html#function_apc_bin_load","d":"

Load the given binary dump into the APC file/user cache

"},{"t":"F","n":"\\apc_bin_loadfile","p":"[Global_Namespace].html#function_apc_bin_loadfile","d":"

Load the given binary dump from the named file into the APC file/user cache

"},{"t":"F","n":"\\apc_cache_info","p":"[Global_Namespace].html#function_apc_cache_info","d":"

Retrieves cached information and meta-data from APC's data store

"},{"t":"F","n":"\\apc_cas","p":"[Global_Namespace].html#function_apc_cas","d":"

Updates an old value with a new value

"},{"t":"F","n":"\\apc_clear_cache","p":"[Global_Namespace].html#function_apc_clear_cache","d":"

Clears the APC cache

"},{"t":"F","n":"\\apc_compile_file","p":"[Global_Namespace].html#function_apc_compile_file","d":"

Stores a file in the bytecode cache, bypassing all filters

"},{"t":"F","n":"\\apc_dec","p":"[Global_Namespace].html#function_apc_dec","d":"

Decrease a stored number

"},{"t":"F","n":"\\apc_define_constants","p":"[Global_Namespace].html#function_apc_define_constants","d":"

Defines a set of constants for retrieval and mass-definition

"},{"t":"F","n":"\\apc_delete","p":"[Global_Namespace].html#function_apc_delete","d":"

Removes a stored variable from the cache

"},{"t":"F","n":"\\apc_delete_file","p":"[Global_Namespace].html#function_apc_delete_file","d":"

Deletes the given files from the opcode cache

"},{"t":"F","n":"\\apc_exists","p":"[Global_Namespace].html#function_apc_exists","d":"

Checks if APC key exists

"},{"t":"F","n":"\\apc_fetch","p":"[Global_Namespace].html#function_apc_fetch","d":"

Fetch a stored variable from the cache

"},{"t":"F","n":"\\apc_inc","p":"[Global_Namespace].html#function_apc_inc","d":"

Increase a stored number

"},{"t":"F","n":"\\apc_load_constants","p":"[Global_Namespace].html#function_apc_load_constants","d":"

Loads a set of constants from the cache

"},{"t":"F","n":"\\apc_sma_info","p":"[Global_Namespace].html#function_apc_sma_info","d":"

Retrieves APC's Shared Memory Allocation information

"},{"t":"F","n":"\\apc_store","p":"[Global_Namespace].html#function_apc_store","d":"

Cache a variable in the data store

"},{"t":"F","n":"\\apcu_add","p":"[Global_Namespace].html#function_apcu_add","d":"

Caches a variable in the data store, only if it's not already stored

"},{"t":"F","n":"\\apcu_cache_info","p":"[Global_Namespace].html#function_apcu_cache_info","d":"

Retrieves cached information from APCu's data store

"},{"t":"F","n":"\\apcu_cas","p":"[Global_Namespace].html#function_apcu_cas","d":"

Updates an old value with a new value

"},{"t":"F","n":"\\apcu_clear_cache","p":"[Global_Namespace].html#function_apcu_clear_cache","d":"

Clears the APCu cache

"},{"t":"F","n":"\\apcu_dec","p":"[Global_Namespace].html#function_apcu_dec","d":"

Decrease a stored number

"},{"t":"F","n":"\\apcu_delete","p":"[Global_Namespace].html#function_apcu_delete","d":"

Removes a stored variable from the cache

"},{"t":"F","n":"\\apcu_enabled","p":"[Global_Namespace].html#function_apcu_enabled","d":"

Whether APCu is usable in the current environment

"},{"t":"F","n":"\\apcu_entry","p":"[Global_Namespace].html#function_apcu_entry","d":"

Atomically fetch or generate a cache entry

"},{"t":"F","n":"\\apcu_exists","p":"[Global_Namespace].html#function_apcu_exists","d":"

Checks if APCu key exists

"},{"t":"F","n":"\\apcu_fetch","p":"[Global_Namespace].html#function_apcu_fetch","d":"

Fetch a stored variable from the cache

"},{"t":"F","n":"\\apcu_inc","p":"[Global_Namespace].html#function_apcu_inc","d":"

Increase a stored number

"},{"t":"F","n":"\\apcu_key_info","p":"[Global_Namespace].html#function_apcu_key_info","d":""},{"t":"F","n":"\\apcu_sma_info","p":"[Global_Namespace].html#function_apcu_sma_info","d":"

Retrieves APCu Shared Memory Allocation information

"},{"t":"F","n":"\\apcu_store","p":"[Global_Namespace].html#function_apcu_store","d":"

Cache a variable in the data store

"},{"t":"F","n":"\\array_all","p":"[Global_Namespace].html#function_array_all","d":""},{"t":"F","n":"\\array_any","p":"[Global_Namespace].html#function_array_any","d":""},{"t":"F","n":"\\array_change_key_case","p":"[Global_Namespace].html#function_array_change_key_case","d":"

Changes the case of all keys in an array

"},{"t":"F","n":"\\array_chunk","p":"[Global_Namespace].html#function_array_chunk","d":"

Split an array into chunks

"},{"t":"F","n":"\\array_column","p":"[Global_Namespace].html#function_array_column","d":"

Return the values from a single column in the input array

"},{"t":"F","n":"\\array_combine","p":"[Global_Namespace].html#function_array_combine","d":"

Creates an array by using one array for keys and another for its values

"},{"t":"F","n":"\\array_count_values","p":"[Global_Namespace].html#function_array_count_values","d":"

Counts all the values of an array

"},{"t":"F","n":"\\array_diff","p":"[Global_Namespace].html#function_array_diff","d":"

Computes the difference of arrays

"},{"t":"F","n":"\\array_diff_assoc","p":"[Global_Namespace].html#function_array_diff_assoc","d":"

Computes the difference of arrays with additional index check

"},{"t":"F","n":"\\array_diff_key","p":"[Global_Namespace].html#function_array_diff_key","d":"

Computes the difference of arrays using keys for comparison

"},{"t":"F","n":"\\array_diff_uassoc","p":"[Global_Namespace].html#function_array_diff_uassoc","d":"

Computes the difference of arrays with additional index check which is performed by a user supplied callback function

"},{"t":"F","n":"\\array_diff_ukey","p":"[Global_Namespace].html#function_array_diff_ukey","d":"

Computes the difference of arrays using a callback function on the keys for comparison

"},{"t":"F","n":"\\array_fill","p":"[Global_Namespace].html#function_array_fill","d":"

Fill an array with values

"},{"t":"F","n":"\\array_fill_keys","p":"[Global_Namespace].html#function_array_fill_keys","d":"

Fill an array with values, specifying keys

"},{"t":"F","n":"\\array_filter","p":"[Global_Namespace].html#function_array_filter","d":"

Iterates over each value in the array\npassing them to the callback function.

"},{"t":"F","n":"\\array_find","p":"[Global_Namespace].html#function_array_find","d":""},{"t":"F","n":"\\array_find_key","p":"[Global_Namespace].html#function_array_find_key","d":""},{"t":"F","n":"\\array_flip","p":"[Global_Namespace].html#function_array_flip","d":"

Exchanges all keys with their associated values in an array

"},{"t":"F","n":"\\array_intersect","p":"[Global_Namespace].html#function_array_intersect","d":"

Computes the intersection of arrays

"},{"t":"F","n":"\\array_intersect_assoc","p":"[Global_Namespace].html#function_array_intersect_assoc","d":"

Computes the intersection of arrays with additional index check

"},{"t":"F","n":"\\array_intersect_key","p":"[Global_Namespace].html#function_array_intersect_key","d":"

Computes the intersection of arrays using keys for comparison

"},{"t":"F","n":"\\array_intersect_uassoc","p":"[Global_Namespace].html#function_array_intersect_uassoc","d":"

Computes the intersection of arrays with additional index check, compares indexes by a callback function

"},{"t":"F","n":"\\array_intersect_ukey","p":"[Global_Namespace].html#function_array_intersect_ukey","d":"

Computes the intersection of arrays using a callback function on the keys for comparison

"},{"t":"F","n":"\\array_is_list","p":"[Global_Namespace].html#function_array_is_list","d":""},{"t":"F","n":"\\array_key_exists","p":"[Global_Namespace].html#function_array_key_exists","d":"

Checks if the given key or index exists in the array

"},{"t":"F","n":"\\array_key_first","p":"[Global_Namespace].html#function_array_key_first","d":"

Gets the first key of an array

"},{"t":"F","n":"\\array_key_last","p":"[Global_Namespace].html#function_array_key_last","d":"

Gets the last key of an array

"},{"t":"F","n":"\\array_keys","p":"[Global_Namespace].html#function_array_keys","d":"

Return all the keys or a subset of the keys of an array

"},{"t":"F","n":"\\array_map","p":"[Global_Namespace].html#function_array_map","d":"

Applies the callback to the elements of the given arrays

"},{"t":"F","n":"\\array_merge","p":"[Global_Namespace].html#function_array_merge","d":"

Merges the elements of one or more arrays together (if the input arrays have the same string keys, then the later value for that key will overwrite the previous one; if the arrays contain numeric keys, the later value will be appended)\nSince 7.4.0 this function can be called without any parameter, and it will return empty array.

"},{"t":"F","n":"\\array_merge_recursive","p":"[Global_Namespace].html#function_array_merge_recursive","d":"

Merge two or more arrays recursively

"},{"t":"F","n":"\\array_multisort","p":"[Global_Namespace].html#function_array_multisort","d":"

Sort multiple or multi-dimensional arrays

"},{"t":"F","n":"\\array_pad","p":"[Global_Namespace].html#function_array_pad","d":"

Pad array to the specified length with a value

"},{"t":"F","n":"\\array_pop","p":"[Global_Namespace].html#function_array_pop","d":"

Pop the element off the end of array

"},{"t":"F","n":"\\array_product","p":"[Global_Namespace].html#function_array_product","d":"

Calculate the product of values in an array

"},{"t":"F","n":"\\array_push","p":"[Global_Namespace].html#function_array_push","d":"

Push elements onto the end of array\nSince 7.3.0 this function can be called with only one parameter.

"},{"t":"F","n":"\\array_rand","p":"[Global_Namespace].html#function_array_rand","d":"

Pick one or more random keys out of an array

"},{"t":"F","n":"\\array_reduce","p":"[Global_Namespace].html#function_array_reduce","d":"

Iteratively reduce the array to a single value using a callback function

"},{"t":"F","n":"\\array_replace","p":"[Global_Namespace].html#function_array_replace","d":"

array_replace() replaces the values of the first array with the same values from all the following arrays.

"},{"t":"F","n":"\\array_replace_recursive","p":"[Global_Namespace].html#function_array_replace_recursive","d":"

Replaces elements from passed arrays into the first array recursively

"},{"t":"F","n":"\\array_reverse","p":"[Global_Namespace].html#function_array_reverse","d":"

Return an array with elements in reverse order

"},{"t":"F","n":"\\array_search","p":"[Global_Namespace].html#function_array_search","d":"

Searches the array for a given value and returns the first corresponding key if successful

"},{"t":"F","n":"\\array_shift","p":"[Global_Namespace].html#function_array_shift","d":"

Shift an element off the beginning of array

"},{"t":"F","n":"\\array_slice","p":"[Global_Namespace].html#function_array_slice","d":"

Extract a slice of the array

"},{"t":"F","n":"\\array_splice","p":"[Global_Namespace].html#function_array_splice","d":"

Remove a portion of the array and replace it with something else

"},{"t":"F","n":"\\array_sum","p":"[Global_Namespace].html#function_array_sum","d":"

Calculate the sum of values in an array

"},{"t":"F","n":"\\array_udiff","p":"[Global_Namespace].html#function_array_udiff","d":"

Computes the difference of arrays by using a callback function for data comparison

"},{"t":"F","n":"\\array_udiff_assoc","p":"[Global_Namespace].html#function_array_udiff_assoc","d":"

Computes the difference of arrays with additional index check, compares data by a callback function

"},{"t":"F","n":"\\array_udiff_uassoc","p":"[Global_Namespace].html#function_array_udiff_uassoc","d":"

Computes the difference of arrays with additional index check, compares data and indexes by a callback function

"},{"t":"F","n":"\\array_uintersect","p":"[Global_Namespace].html#function_array_uintersect","d":"

Computes the intersection of arrays, compares data by a callback function

"},{"t":"F","n":"\\array_uintersect_assoc","p":"[Global_Namespace].html#function_array_uintersect_assoc","d":"

Computes the intersection of arrays with additional index check, compares data by a callback function

"},{"t":"F","n":"\\array_uintersect_uassoc","p":"[Global_Namespace].html#function_array_uintersect_uassoc","d":"

Computes the intersection of arrays with additional index check, compares data and indexes by separate callback functions

"},{"t":"F","n":"\\array_unique","p":"[Global_Namespace].html#function_array_unique","d":"

Removes duplicate values from an array

"},{"t":"F","n":"\\array_unshift","p":"[Global_Namespace].html#function_array_unshift","d":"

Prepend elements to the beginning of an array\nSince 7.3.0 this function can be called with only one parameter.

"},{"t":"F","n":"\\array_values","p":"[Global_Namespace].html#function_array_values","d":"

Return all the values of an array

"},{"t":"F","n":"\\array_walk","p":"[Global_Namespace].html#function_array_walk","d":"

Apply a user function to every member of an array

"},{"t":"F","n":"\\array_walk_recursive","p":"[Global_Namespace].html#function_array_walk_recursive","d":"

Apply a user function recursively to every member of an array

"},{"t":"F","n":"\\arsort","p":"[Global_Namespace].html#function_arsort","d":"

Sort an array in reverse order and maintain index association

"},{"t":"F","n":"\\asin","p":"[Global_Namespace].html#function_asin","d":"

Arc sine

"},{"t":"F","n":"\\asinh","p":"[Global_Namespace].html#function_asinh","d":"

Inverse hyperbolic sine

"},{"t":"F","n":"\\asort","p":"[Global_Namespace].html#function_asort","d":"

Sort an array and maintain index association

"},{"t":"F","n":"\\assert","p":"[Global_Namespace].html#function_assert","d":"

Checks if assertion is FALSE

"},{"t":"F","n":"\\assert_options","p":"[Global_Namespace].html#function_assert_options","d":"

Set/get the various assert flags

"},{"t":"F","n":"\\atan","p":"[Global_Namespace].html#function_atan","d":"

Arc tangent

"},{"t":"F","n":"\\atan2","p":"[Global_Namespace].html#function_atan2","d":"

Arc tangent of two variables

"},{"t":"F","n":"\\atanh","p":"[Global_Namespace].html#function_atanh","d":"

Inverse hyperbolic tangent

"},{"t":"F","n":"\\base64_decode","p":"[Global_Namespace].html#function_base64_decode","d":"

Decodes data encoded with MIME base64

"},{"t":"F","n":"\\base64_encode","p":"[Global_Namespace].html#function_base64_encode","d":"

Encodes data with MIME base64

"},{"t":"F","n":"\\base_convert","p":"[Global_Namespace].html#function_base_convert","d":"

Convert a number between arbitrary bases

"},{"t":"F","n":"\\basename","p":"[Global_Namespace].html#function_basename","d":"

Returns trailing name component of path

"},{"t":"F","n":"\\bcadd","p":"[Global_Namespace].html#function_bcadd","d":"

Add two arbitrary precision numbers

"},{"t":"F","n":"\\bcceil","p":"[Global_Namespace].html#function_bcceil","d":""},{"t":"F","n":"\\bccomp","p":"[Global_Namespace].html#function_bccomp","d":"

Compare two arbitrary precision numbers

"},{"t":"F","n":"\\bcdiv","p":"[Global_Namespace].html#function_bcdiv","d":"

Divide two arbitrary precision numbers

"},{"t":"F","n":"\\bcdivmod","p":"[Global_Namespace].html#function_bcdivmod","d":""},{"t":"F","n":"\\bcfloor","p":"[Global_Namespace].html#function_bcfloor","d":""},{"t":"F","n":"\\bcmod","p":"[Global_Namespace].html#function_bcmod","d":"

Get modulus of an arbitrary precision number

"},{"t":"F","n":"\\bcmul","p":"[Global_Namespace].html#function_bcmul","d":"

Multiply two arbitrary precision numbers

"},{"t":"F","n":"\\bcpow","p":"[Global_Namespace].html#function_bcpow","d":"

Raise an arbitrary precision number to another

"},{"t":"F","n":"\\bcpowmod","p":"[Global_Namespace].html#function_bcpowmod","d":"

Raise an arbitrary precision number to another, reduced by a specified modulus

"},{"t":"F","n":"\\bcround","p":"[Global_Namespace].html#function_bcround","d":""},{"t":"F","n":"\\bcscale","p":"[Global_Namespace].html#function_bcscale","d":"

Set default scale parameter for all bc math functions

"},{"t":"F","n":"\\bcsqrt","p":"[Global_Namespace].html#function_bcsqrt","d":"

Get the square root of an arbitrary precision number

"},{"t":"F","n":"\\bcsub","p":"[Global_Namespace].html#function_bcsub","d":"

Subtract one arbitrary precision number from another

"},{"t":"F","n":"\\bin2hex","p":"[Global_Namespace].html#function_bin2hex","d":"

Convert binary data into hexadecimal representation

"},{"t":"F","n":"\\bind_textdomain_codeset","p":"[Global_Namespace].html#function_bind_textdomain_codeset","d":"

Specify the character encoding in which the messages from the DOMAIN message catalog will be returned

"},{"t":"F","n":"\\bindec","p":"[Global_Namespace].html#function_bindec","d":"

Binary to decimal

"},{"t":"F","n":"\\bindtextdomain","p":"[Global_Namespace].html#function_bindtextdomain","d":"

Sets the path for a domain

"},{"t":"F","n":"\\boolval","p":"[Global_Namespace].html#function_boolval","d":"

(PHP 5.5.0)
\nGet the boolean value of a variable

"},{"t":"F","n":"\\brotli_compress","p":"[Global_Namespace].html#function_brotli_compress","d":"

This function compress a string using brotli algorithm.

"},{"t":"F","n":"\\brotli_compress_add","p":"[Global_Namespace].html#function_brotli_compress_add","d":"

Initialize an incremental brotli compress context.

"},{"t":"F","n":"\\brotli_compress_init","p":"[Global_Namespace].html#function_brotli_compress_init","d":"

Initialize an incremental brotli compress context.

"},{"t":"F","n":"\\brotli_uncompress","p":"[Global_Namespace].html#function_brotli_uncompress","d":"

This function uncompresses a string compressed with brotli algorithm.

"},{"t":"F","n":"\\brotli_uncompress_add","p":"[Global_Namespace].html#function_brotli_uncompress_add","d":"

Initialize an incremental brotli compress context.

"},{"t":"F","n":"\\brotli_uncompress_init","p":"[Global_Namespace].html#function_brotli_uncompress_init","d":"

Initialize an incremental brotli uncompress context.

"},{"t":"F","n":"\\bzclose","p":"[Global_Namespace].html#function_bzclose","d":"

Close a bzip2 file

"},{"t":"F","n":"\\bzcompress","p":"[Global_Namespace].html#function_bzcompress","d":"

Compress a string into bzip2 encoded data

"},{"t":"F","n":"\\bzdecompress","p":"[Global_Namespace].html#function_bzdecompress","d":"

Decompresses bzip2 encoded data

"},{"t":"F","n":"\\bzerrno","p":"[Global_Namespace].html#function_bzerrno","d":"

Returns a bzip2 error number

"},{"t":"F","n":"\\bzerror","p":"[Global_Namespace].html#function_bzerror","d":"

Returns the bzip2 error number and error string in an array

"},{"t":"F","n":"\\bzerrstr","p":"[Global_Namespace].html#function_bzerrstr","d":"

Returns a bzip2 error string

"},{"t":"F","n":"\\bzflush","p":"[Global_Namespace].html#function_bzflush","d":"

Force a write of all buffered data

"},{"t":"F","n":"\\bzopen","p":"[Global_Namespace].html#function_bzopen","d":"

Opens a bzip2 compressed file

"},{"t":"F","n":"\\bzread","p":"[Global_Namespace].html#function_bzread","d":"

Binary safe bzip2 file read

"},{"t":"F","n":"\\bzwrite","p":"[Global_Namespace].html#function_bzwrite","d":"

Binary safe bzip2 file write

"},{"t":"F","n":"\\cal_days_in_month","p":"[Global_Namespace].html#function_cal_days_in_month","d":"

Return the number of days in a month for a given year and calendar

"},{"t":"F","n":"\\cal_from_jd","p":"[Global_Namespace].html#function_cal_from_jd","d":"

Converts from Julian Day Count to a supported calendar

"},{"t":"F","n":"\\cal_info","p":"[Global_Namespace].html#function_cal_info","d":"

Returns information about a particular calendar

"},{"t":"F","n":"\\cal_to_jd","p":"[Global_Namespace].html#function_cal_to_jd","d":"

Converts from a supported calendar to Julian Day Count

"},{"t":"F","n":"\\call_user_func","p":"[Global_Namespace].html#function_call_user_func","d":"

Call the callback given by the first parameter

"},{"t":"F","n":"\\call_user_func_array","p":"[Global_Namespace].html#function_call_user_func_array","d":"

Call a callback with an array of parameters

"},{"t":"F","n":"\\call_user_method","p":"[Global_Namespace].html#function_call_user_method","d":"

Call a user method on an specific object

"},{"t":"F","n":"\\call_user_method_array","p":"[Global_Namespace].html#function_call_user_method_array","d":"

Call a user method given with an array of parameters

"},{"t":"F","n":"\\ceil","p":"[Global_Namespace].html#function_ceil","d":"

Round fractions up

"},{"t":"F","n":"\\chdir","p":"[Global_Namespace].html#function_chdir","d":"

Change directory

"},{"t":"F","n":"\\checkdate","p":"[Global_Namespace].html#function_checkdate","d":"

Validate a Gregorian date

"},{"t":"F","n":"\\checkdnsrr","p":"[Global_Namespace].html#function_checkdnsrr","d":"

Check DNS records corresponding to a given Internet host name or IP address

"},{"t":"F","n":"\\chgrp","p":"[Global_Namespace].html#function_chgrp","d":"

Changes file group

"},{"t":"F","n":"\\chmod","p":"[Global_Namespace].html#function_chmod","d":"

Changes file mode

"},{"t":"F","n":"\\chop","p":"[Global_Namespace].html#function_chop","d":"

Alias:\n{rtrim}

"},{"t":"F","n":"\\chown","p":"[Global_Namespace].html#function_chown","d":"

Changes file owner

"},{"t":"F","n":"\\chr","p":"[Global_Namespace].html#function_chr","d":"

Generate a single-byte string from a number

"},{"t":"F","n":"\\chroot","p":"[Global_Namespace].html#function_chroot","d":"

Change the root directory

"},{"t":"F","n":"\\chunk_split","p":"[Global_Namespace].html#function_chunk_split","d":"

Split a string into smaller chunks

"},{"t":"F","n":"\\class_implements","p":"[Global_Namespace].html#function_class_implements","d":"

Return the interfaces which are implemented by the given class

"},{"t":"F","n":"\\class_parents","p":"[Global_Namespace].html#function_class_parents","d":"

Return the parent classes of the given class

"},{"t":"F","n":"\\class_uses","p":"[Global_Namespace].html#function_class_uses","d":"

Return the traits used by the given class

"},{"t":"F","n":"\\clearstatcache","p":"[Global_Namespace].html#function_clearstatcache","d":"

Clears file status cache

"},{"t":"F","n":"\\cli_get_process_title","p":"[Global_Namespace].html#function_cli_get_process_title","d":"

Returns the current process title, as set by cli_set_process_title(). Note that this may not exactly match what is shown in ps or top, depending on your operating system.

"},{"t":"F","n":"\\cli_set_process_title","p":"[Global_Namespace].html#function_cli_set_process_title","d":"

Sets the process title

"},{"t":"F","n":"\\closedir","p":"[Global_Namespace].html#function_closedir","d":"

Close directory handle

"},{"t":"F","n":"\\closelog","p":"[Global_Namespace].html#function_closelog","d":"

Close connection to system logger

"},{"t":"F","n":"\\collator_asort","p":"[Global_Namespace].html#function_collator_asort","d":"

(PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
\nSort array maintaining index association

"},{"t":"F","n":"\\collator_compare","p":"[Global_Namespace].html#function_collator_compare","d":"

(PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
\nCompare two Unicode strings

"},{"t":"F","n":"\\collator_create","p":"[Global_Namespace].html#function_collator_create","d":"

(PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
\nCreate a collator

"},{"t":"F","n":"\\collator_get_attribute","p":"[Global_Namespace].html#function_collator_get_attribute","d":"

(PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
\nGet collation attribute value

"},{"t":"F","n":"\\collator_get_error_code","p":"[Global_Namespace].html#function_collator_get_error_code","d":"

(PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
\nGet collator's last error code

"},{"t":"F","n":"\\collator_get_error_message","p":"[Global_Namespace].html#function_collator_get_error_message","d":"

(PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
\nGet text for collator's last error code

"},{"t":"F","n":"\\collator_get_locale","p":"[Global_Namespace].html#function_collator_get_locale","d":"

(PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
\nGet the locale name of the collator

"},{"t":"F","n":"\\collator_get_sort_key","p":"[Global_Namespace].html#function_collator_get_sort_key","d":"

(PHP 5 >= 5.3.2, PHP 7, PECL intl >= 1.0.3)
\nGet sorting key for a string

"},{"t":"F","n":"\\collator_get_strength","p":"[Global_Namespace].html#function_collator_get_strength","d":"

(PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
\nGet current collation strength

"},{"t":"F","n":"\\collator_set_attribute","p":"[Global_Namespace].html#function_collator_set_attribute","d":"

(PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
\nSet collation attribute

"},{"t":"F","n":"\\collator_set_strength","p":"[Global_Namespace].html#function_collator_set_strength","d":"

(PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
\nSet collation strength

"},{"t":"F","n":"\\collator_sort","p":"[Global_Namespace].html#function_collator_sort","d":"

(PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
\nSort array using specified collator

"},{"t":"F","n":"\\collator_sort_with_sort_keys","p":"[Global_Namespace].html#function_collator_sort_with_sort_keys","d":"

(PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
\nSort array using specified collator and sort keys

"},{"t":"F","n":"\\com_create_guid","p":"[Global_Namespace].html#function_com_create_guid","d":"

(PHP 5, PHP 7)
\nGenerate a globally unique identifier (GUID)

"},{"t":"F","n":"\\com_event_sink","p":"[Global_Namespace].html#function_com_event_sink","d":"

(PHP 4 >= 4.2.0, PHP 5, PHP 7)
\nConnect events from a COM object to a PHP object

"},{"t":"F","n":"\\com_get_active_object","p":"[Global_Namespace].html#function_com_get_active_object","d":"

(PHP 5, PHP 7)
\nReturns a handle to an already running instance of a COM object

"},{"t":"F","n":"\\com_load_typelib","p":"[Global_Namespace].html#function_com_load_typelib","d":"

(PHP 4 >= 4.1.0, PHP 5, PHP 7)
\nLoads a Typelib

"},{"t":"F","n":"\\com_message_pump","p":"[Global_Namespace].html#function_com_message_pump","d":"

(PHP 4 >= 4.2.0, PHP 5, PHP 7)
\nProcess COM messages, sleeping for up to timeoutms milliseconds

"},{"t":"F","n":"\\com_print_typeinfo","p":"[Global_Namespace].html#function_com_print_typeinfo","d":"

(PHP 4 >= 4.2.0, PHP 5, PHP 7)
\nPrint out a PHP class definition for a dispatchable interface

"},{"t":"F","n":"\\compact","p":"[Global_Namespace].html#function_compact","d":"

Create array containing variables and their values

"},{"t":"F","n":"\\config_get_hash","p":"[Global_Namespace].html#function_config_get_hash","d":"

Returns an array of ALL valid ini options with values and is not the same as ini_get_all() which returns only\nregistered ini options. Only useful for devs to debug php.ini scanner/parser!

"},{"t":"F","n":"\\confirm_pdo_ibm_compiled","p":"[Global_Namespace].html#function_confirm_pdo_ibm_compiled","d":null},{"t":"F","n":"\\connection_aborted","p":"[Global_Namespace].html#function_connection_aborted","d":"

Check whether client disconnected

"},{"t":"F","n":"\\connection_status","p":"[Global_Namespace].html#function_connection_status","d":"

Returns connection status bitfield

"},{"t":"F","n":"\\constant","p":"[Global_Namespace].html#function_constant","d":"

Returns the value of a constant

"},{"t":"F","n":"\\convert_cyr_string","p":"[Global_Namespace].html#function_convert_cyr_string","d":"

Convert from one Cyrillic character set to another

"},{"t":"F","n":"\\convert_uudecode","p":"[Global_Namespace].html#function_convert_uudecode","d":"

Decode a uuencoded string

"},{"t":"F","n":"\\convert_uuencode","p":"[Global_Namespace].html#function_convert_uuencode","d":"

Uuencode a string

"},{"t":"F","n":"\\copy","p":"[Global_Namespace].html#function_copy","d":"

Copies file

"},{"t":"F","n":"\\cos","p":"[Global_Namespace].html#function_cos","d":"Cosine"},{"t":"F","n":"\\cosh","p":"[Global_Namespace].html#function_cosh","d":"

Hyperbolic cosine

"},{"t":"F","n":"\\count","p":"[Global_Namespace].html#function_count","d":"

Counts all elements in an array, or something in an object.

"},{"t":"F","n":"\\count_chars","p":"[Global_Namespace].html#function_count_chars","d":"

Return information about characters used in a string

"},{"t":"F","n":"\\crc32","p":"[Global_Namespace].html#function_crc32","d":"

Calculates the crc32 polynomial of a string

"},{"t":"F","n":"\\crypt","p":"[Global_Namespace].html#function_crypt","d":"

One-way string encryption (hashing)

"},{"t":"F","n":"\\ctype_alnum","p":"[Global_Namespace].html#function_ctype_alnum","d":"

Check for alphanumeric character(s)

"},{"t":"F","n":"\\ctype_alpha","p":"[Global_Namespace].html#function_ctype_alpha","d":"

Check for alphabetic character(s)

"},{"t":"F","n":"\\ctype_cntrl","p":"[Global_Namespace].html#function_ctype_cntrl","d":"

Check for control character(s)

"},{"t":"F","n":"\\ctype_digit","p":"[Global_Namespace].html#function_ctype_digit","d":"

Check for numeric character(s)

"},{"t":"F","n":"\\ctype_graph","p":"[Global_Namespace].html#function_ctype_graph","d":"

Check for any printable character(s) except space

"},{"t":"F","n":"\\ctype_lower","p":"[Global_Namespace].html#function_ctype_lower","d":"

Check for lowercase character(s)

"},{"t":"F","n":"\\ctype_print","p":"[Global_Namespace].html#function_ctype_print","d":"

Check for printable character(s)

"},{"t":"F","n":"\\ctype_punct","p":"[Global_Namespace].html#function_ctype_punct","d":"

Check for any printable character which is not whitespace or an\nalphanumeric character

"},{"t":"F","n":"\\ctype_space","p":"[Global_Namespace].html#function_ctype_space","d":"

Check for whitespace character(s)

"},{"t":"F","n":"\\ctype_upper","p":"[Global_Namespace].html#function_ctype_upper","d":"

Check for uppercase character(s)

"},{"t":"F","n":"\\ctype_xdigit","p":"[Global_Namespace].html#function_ctype_xdigit","d":"

Check for character(s) representing a hexadecimal digit

"},{"t":"F","n":"\\cubrid_affected_rows","p":"[Global_Namespace].html#function_cubrid_affected_rows","d":"

(PHP 5, CUBRID >= 8.3.0)
\nReturn the number of rows affected by the last SQL statement

"},{"t":"F","n":"\\cubrid_bind","p":"[Global_Namespace].html#function_cubrid_bind","d":"

(PHP 5, CUBRID >= 8.3.0)
\nBind variables to a prepared statement as parameters

"},{"t":"F","n":"\\cubrid_client_encoding","p":"[Global_Namespace].html#function_cubrid_client_encoding","d":"

(PHP 5, CUBRID >= 8.3.0)
\nReturn the current CUBRID connection charset

"},{"t":"F","n":"\\cubrid_close","p":"[Global_Namespace].html#function_cubrid_close","d":"

(PHP 5, CUBRID >= 8.3.0)
\nClose CUBRID connection. Same as cubrid_disconnect().

"},{"t":"F","n":"\\cubrid_close_prepare","p":"[Global_Namespace].html#function_cubrid_close_prepare","d":"

(PHP 5, CUBRID >= 8.3.0)
\nClose the request handle. Same as cubrid_close_request().

"},{"t":"F","n":"\\cubrid_close_request","p":"[Global_Namespace].html#function_cubrid_close_request","d":"

(PHP 5, CUBRID >= 8.3.0)
\nClose the request handle. Same as cubrid_close_prepare().

"},{"t":"F","n":"\\cubrid_col_get","p":"[Global_Namespace].html#function_cubrid_col_get","d":"

(PHP 5, CUBRID >= 8.3.0)
\nGet contents of collection type column using OID

"},{"t":"F","n":"\\cubrid_col_size","p":"[Global_Namespace].html#function_cubrid_col_size","d":"

(PHP 5, CUBRID >= 8.3.0)
\nGet the number of elements in collection type column using OID

"},{"t":"F","n":"\\cubrid_column_names","p":"[Global_Namespace].html#function_cubrid_column_names","d":"

(PHP 5, CUBRID >= 8.3.0)
\nGet the column names in result

"},{"t":"F","n":"\\cubrid_column_types","p":"[Global_Namespace].html#function_cubrid_column_types","d":"

(PHP 5, CUBRID >= 8.3.0)
\nGet column types in result

"},{"t":"F","n":"\\cubrid_commit","p":"[Global_Namespace].html#function_cubrid_commit","d":"

(PHP 5, CUBRID >= 8.3.0)
\nCommit a transaction

"},{"t":"F","n":"\\cubrid_connect","p":"[Global_Namespace].html#function_cubrid_connect","d":"

(PHP 5, CUBRID >= 8.3.1)
\nOpen a connection to a CUBRID Server

"},{"t":"F","n":"\\cubrid_connect_with_url","p":"[Global_Namespace].html#function_cubrid_connect_with_url","d":"

(PHP 5, CUBRID >= 8.3.1)
\nEstablish the environment for connecting to CUBRID server.

"},{"t":"F","n":"\\cubrid_current_oid","p":"[Global_Namespace].html#function_cubrid_current_oid","d":"

(PHP 5, CUBRID >= 8.3.0)
\nGet OID of the current cursor location

"},{"t":"F","n":"\\cubrid_data_seek","p":"[Global_Namespace].html#function_cubrid_data_seek","d":"

(PHP 5, CUBRID >= 8.3.0)
\nMove the internal row pointer of the CUBRID result

"},{"t":"F","n":"\\cubrid_db_name","p":"[Global_Namespace].html#function_cubrid_db_name","d":"

(PHP 5, CUBRID >= 8.3.1)
\nGet db name from results of cubrid_list_dbs

"},{"t":"F","n":"\\cubrid_db_parameter","p":"[Global_Namespace].html#function_cubrid_db_parameter","d":"

(PHP 5, CUBRID >= 8.3.1)
\nGet result data

"},{"t":"F","n":"\\cubrid_disconnect","p":"[Global_Namespace].html#function_cubrid_disconnect","d":"

(PHP 5, CUBRID >= 8.3.0)
\nClose CUBRID connection. Same as cubrid_close().

"},{"t":"F","n":"\\cubrid_drop","p":"[Global_Namespace].html#function_cubrid_drop","d":"

(PHP 5, CUBRID >= 8.3.0)
\nDelete an instance using OID

"},{"t":"F","n":"\\cubrid_errno","p":"[Global_Namespace].html#function_cubrid_errno","d":"

(PHP 5, CUBRID >= 8.3.1)
\nReturns the numerical value of the error message from previous\nCUBRID operation. Same as cubrid_error_code();

"},{"t":"F","n":"\\cubrid_error","p":"[Global_Namespace].html#function_cubrid_error","d":"

(PHP 5, CUBRID >= 8.3.1)
\nGet the error message. Same as cubrid_error_msg();

"},{"t":"F","n":"\\cubrid_error_code","p":"[Global_Namespace].html#function_cubrid_error_code","d":"

(PHP 5, CUBRID >= 8.3.0)
\nGet error code for the most recent function call.

"},{"t":"F","n":"\\cubrid_error_code_facility","p":"[Global_Namespace].html#function_cubrid_error_code_facility","d":"

(PHP 5, CUBRID >= 8.3.0)
\nGet the facility code of error

"},{"t":"F","n":"\\cubrid_error_msg","p":"[Global_Namespace].html#function_cubrid_error_msg","d":"

(PHP 5, CUBRID >= 8.3.0)
\nGet last error message for the most recent function call.

"},{"t":"F","n":"\\cubrid_execute","p":"[Global_Namespace].html#function_cubrid_execute","d":"

(PHP 5, CUBRID >= 8.3.0)
\nExecute a prepared SQL statement

"},{"t":"F","n":"\\cubrid_fetch","p":"[Global_Namespace].html#function_cubrid_fetch","d":"

(PHP 5, CUBRID >= 8.3.0)
\nFetch the next row from a result set

"},{"t":"F","n":"\\cubrid_fetch_array","p":"[Global_Namespace].html#function_cubrid_fetch_array","d":"

(PHP 5, CUBRID >= 8.3.0)
\nFetch a result row as an associative array, a numeric array, or both

"},{"t":"F","n":"\\cubrid_fetch_assoc","p":"[Global_Namespace].html#function_cubrid_fetch_assoc","d":"

(PHP 5, CUBRID >= 8.3.0)
\nReturn the associative array that corresponds to the fetched row

"},{"t":"F","n":"\\cubrid_fetch_field","p":"[Global_Namespace].html#function_cubrid_fetch_field","d":"

(PHP 5, CUBRID >= 8.3.1)
\nGet column information from a result and return as an object

"},{"t":"F","n":"\\cubrid_fetch_lengths","p":"[Global_Namespace].html#function_cubrid_fetch_lengths","d":"

(PHP 5, CUBRID >= 8.3.0)
\nReturn an array with the lengths of the values of\neach field from the current row

"},{"t":"F","n":"\\cubrid_fetch_object","p":"[Global_Namespace].html#function_cubrid_fetch_object","d":"

(PHP 5, CUBRID >= 8.3.0)
\nFetch the next row and return it as an object

"},{"t":"F","n":"\\cubrid_fetch_row","p":"[Global_Namespace].html#function_cubrid_fetch_row","d":"

(PHP 5, CUBRID >= 8.3.0)
\nReturn a numerical array with the values of the current row

"},{"t":"F","n":"\\cubrid_field_flags","p":"[Global_Namespace].html#function_cubrid_field_flags","d":"

(PHP 5, CUBRID >= 8.3.0)
\nReturn a string with the flags of the given field offset

"},{"t":"F","n":"\\cubrid_field_len","p":"[Global_Namespace].html#function_cubrid_field_len","d":"

(PHP 5, CUBRID >= 8.3.0)
\nGet the maximum length of the specified field

"},{"t":"F","n":"\\cubrid_field_name","p":"[Global_Namespace].html#function_cubrid_field_name","d":"

(PHP 5, CUBRID >= 8.3.0)
\nReturn the name of the specified field index

"},{"t":"F","n":"\\cubrid_field_seek","p":"[Global_Namespace].html#function_cubrid_field_seek","d":"

(PHP 5, CUBRID >= 8.3.0)
\nMove the result set cursor to the specified field offset

"},{"t":"F","n":"\\cubrid_field_table","p":"[Global_Namespace].html#function_cubrid_field_table","d":"

(PHP 5, CUBRID >= 8.3.0)
\nReturn the name of the table of the specified field

"},{"t":"F","n":"\\cubrid_field_type","p":"[Global_Namespace].html#function_cubrid_field_type","d":"

(PHP 5, CUBRID >= 8.3.0)
\nReturn the type of the column corresponding to the given field offset

"},{"t":"F","n":"\\cubrid_free_result","p":"[Global_Namespace].html#function_cubrid_free_result","d":"

(PHP 5, CUBRID >= 8.3.0)
\nFree the memory occupied by the result data

"},{"t":"F","n":"\\cubrid_get","p":"[Global_Namespace].html#function_cubrid_get","d":"

(PHP 5, CUBRID >= 8.3.0)
\nGet a column using OID

"},{"t":"F","n":"\\cubrid_get_autocommit","p":"[Global_Namespace].html#function_cubrid_get_autocommit","d":"

(PHP 5, CUBRID >= 8.4.0)
\nGet auto-commit mode of the connection

"},{"t":"F","n":"\\cubrid_get_charset","p":"[Global_Namespace].html#function_cubrid_get_charset","d":"

(PHP 5, CUBRID >= 8.3.0)
\nReturn the current CUBRID connection charset

"},{"t":"F","n":"\\cubrid_get_class_name","p":"[Global_Namespace].html#function_cubrid_get_class_name","d":"

(PHP 5, CUBRID >= 8.3.0)
\nGet the class name using OID

"},{"t":"F","n":"\\cubrid_get_client_info","p":"[Global_Namespace].html#function_cubrid_get_client_info","d":"

(PHP 5, CUBRID >= 8.3.0)
\nReturn the client library version

"},{"t":"F","n":"\\cubrid_get_db_parameter","p":"[Global_Namespace].html#function_cubrid_get_db_parameter","d":"

(PHP 5, CUBRID >= 8.3.0)
\nReturns the CUBRID database parameters

"},{"t":"F","n":"\\cubrid_get_query_timeout","p":"[Global_Namespace].html#function_cubrid_get_query_timeout","d":"

(PHP 5, CUBRID >= 8.4.1)
\nGet the query timeout value of the request

"},{"t":"F","n":"\\cubrid_get_server_info","p":"[Global_Namespace].html#function_cubrid_get_server_info","d":"

(PHP 5, CUBRID >= 8.3.0)
\nReturn the CUBRID server version

"},{"t":"F","n":"\\cubrid_insert_id","p":"[Global_Namespace].html#function_cubrid_insert_id","d":"

(PHP 5, CUBRID >= 8.3.0)
\nReturn the ID generated for the last updated AUTO_INCREMENT column

"},{"t":"F","n":"\\cubrid_is_instance","p":"[Global_Namespace].html#function_cubrid_is_instance","d":"

(PHP 5, CUBRID >= 8.3.0)
\nCheck whether the instance pointed by OID exists

"},{"t":"F","n":"\\cubrid_list_dbs","p":"[Global_Namespace].html#function_cubrid_list_dbs","d":"

(PHP 5, CUBRID >= 8.3.0)
\nReturn an array with the list of all existing CUBRID databases

"},{"t":"F","n":"\\cubrid_lob2_bind","p":"[Global_Namespace].html#function_cubrid_lob2_bind","d":"

(PHP 5, CUBRID >= 8.4.1)
\nBind a lob object or a string as a lob object to a\nprepared statement as parameters.

"},{"t":"F","n":"\\cubrid_lob2_close","p":"[Global_Namespace].html#function_cubrid_lob2_close","d":"

(PHP 5, CUBRID >= 8.4.1)
\nClose BLOB/CLOB data

"},{"t":"F","n":"\\cubrid_lob2_export","p":"[Global_Namespace].html#function_cubrid_lob2_export","d":"

(PHP 5, CUBRID >= 8.4.1)
\nExport the lob object to a file.

"},{"t":"F","n":"\\cubrid_lob2_import","p":"[Global_Namespace].html#function_cubrid_lob2_import","d":"

(PHP 5, CUBRID >= 8.4.1)
\nImport the lob object from a file.

"},{"t":"F","n":"\\cubrid_lob2_new","p":"[Global_Namespace].html#function_cubrid_lob2_new","d":"

(PHP 5, CUBRID >= 8.4.1)
\nCreate a lob object.

"},{"t":"F","n":"\\cubrid_lob2_read","p":"[Global_Namespace].html#function_cubrid_lob2_read","d":"

(PHP 5, CUBRID >= 8.4.1)
\nRead from BLOB/CLOB data.

"},{"t":"F","n":"\\cubrid_lob2_seek","p":"[Global_Namespace].html#function_cubrid_lob2_seek","d":"

(PHP 5, CUBRID >= 8.4.1)
\nMove the cursor of a lob object.

"},{"t":"F","n":"\\cubrid_lob2_seek64","p":"[Global_Namespace].html#function_cubrid_lob2_seek64","d":"

(PHP 5, CUBRID >= 8.4.1)
\nMove the cursor of a lob object.

"},{"t":"F","n":"\\cubrid_lob2_size","p":"[Global_Namespace].html#function_cubrid_lob2_size","d":"

(PHP 5, CUBRID >= 8.4.1)
\nGet a lob object's size.

"},{"t":"F","n":"\\cubrid_lob2_size64","p":"[Global_Namespace].html#function_cubrid_lob2_size64","d":"

(PHP 5, CUBRID >= 8.4.1)
\nGet a lob object's size.

"},{"t":"F","n":"\\cubrid_lob2_tell","p":"[Global_Namespace].html#function_cubrid_lob2_tell","d":"

(PHP 5, CUBRID >= 8.4.1)
\nTell the cursor position of the LOB object.

"},{"t":"F","n":"\\cubrid_lob2_tell64","p":"[Global_Namespace].html#function_cubrid_lob2_tell64","d":"

(PHP 5, CUBRID >= 8.4.1)
\nTell the cursor position of the LOB object.

"},{"t":"F","n":"\\cubrid_lob2_write","p":"[Global_Namespace].html#function_cubrid_lob2_write","d":"

(PHP 5, CUBRID >= 8.4.0)
\nWrite a string into the LOB large object

"},{"t":"F","n":"\\cubrid_lob_close","p":"[Global_Namespace].html#function_cubrid_lob_close","d":"

(PHP 5, CUBRID >= 8.3.1)
\nClose BLOB/CLOB data

"},{"t":"F","n":"\\cubrid_lob_export","p":"[Global_Namespace].html#function_cubrid_lob_export","d":"

(PHP 5, CUBRID >= 8.3.1)
\nExport BLOB/CLOB data to file

"},{"t":"F","n":"\\cubrid_lob_get","p":"[Global_Namespace].html#function_cubrid_lob_get","d":"

(PHP 5, CUBRID >= 8.3.1)
\ncubrid_lob_get() is used to get BLOB/CLOB meta info from\nCUBRID database. CUBRID gets BLOB/CLOB by executing the SQL statement,\nand returns all LOBs as a resource array. Be sure that the SQL\nretrieves only one column and its data type is BLOB or CLOB.

"},{"t":"F","n":"\\cubrid_lob_send","p":"[Global_Namespace].html#function_cubrid_lob_send","d":"

(PHP 5, CUBRID >= 8.3.1)
\nRead BLOB/CLOB data and send straight to browser

"},{"t":"F","n":"\\cubrid_lob_size","p":"[Global_Namespace].html#function_cubrid_lob_size","d":"

(PHP 5, CUBRID >= 8.3.1)
\nGet BLOB/CLOB data size

"},{"t":"F","n":"\\cubrid_lock_read","p":"[Global_Namespace].html#function_cubrid_lock_read","d":"

(PHP 5, CUBRID >= 8.3.0)
\nSet a read lock on the given OID

"},{"t":"F","n":"\\cubrid_lock_write","p":"[Global_Namespace].html#function_cubrid_lock_write","d":"

(PHP 5, CUBRID >= 8.3.0)
\nSet a write lock on the given OID

"},{"t":"F","n":"\\cubrid_move_cursor","p":"[Global_Namespace].html#function_cubrid_move_cursor","d":"

(PHP 5, CUBRID >= 8.3.0)
\nMove the cursor in the result

"},{"t":"F","n":"\\cubrid_next_result","p":"[Global_Namespace].html#function_cubrid_next_result","d":"

(PHP 5, CUBRID >= 8.4.0)
\nGet result of next query when executing multiple SQL statements

"},{"t":"F","n":"\\cubrid_num_cols","p":"[Global_Namespace].html#function_cubrid_num_cols","d":"

(PHP 5, CUBRID >= 8.3.0)
\nReturn the number of columns in the result set

"},{"t":"F","n":"\\cubrid_num_fields","p":"[Global_Namespace].html#function_cubrid_num_fields","d":"

(PHP 5, CUBRID >= 8.3.0)
\nReturn the number of columns in the result set

"},{"t":"F","n":"\\cubrid_num_rows","p":"[Global_Namespace].html#function_cubrid_num_rows","d":"

(PHP 5, CUBRID >= 8.3.0)
\nGet the number of rows in the result set

"},{"t":"F","n":"\\cubrid_pconnect","p":"[Global_Namespace].html#function_cubrid_pconnect","d":"

(PHP 5, CUBRID >= 8.3.1)
\nOpen a persistent connection to a CUBRID server

"},{"t":"F","n":"\\cubrid_pconnect_with_url","p":"[Global_Namespace].html#function_cubrid_pconnect_with_url","d":"

(PHP 5, CUBRID >= 8.3.1)
\nOpen a persistent connection to CUBRID server

"},{"t":"F","n":"\\cubrid_ping","p":"[Global_Namespace].html#function_cubrid_ping","d":"

(PHP 5, CUBRID >= 8.3.1)
\nPing a server connection or reconnect if there is no connection

"},{"t":"F","n":"\\cubrid_prepare","p":"[Global_Namespace].html#function_cubrid_prepare","d":"

(PHP 5, CUBRID >= 8.3.0)
\nPrepare an SQL statement for execution

"},{"t":"F","n":"\\cubrid_put","p":"[Global_Namespace].html#function_cubrid_put","d":"

(PHP 5, CUBRID >= 8.3.0)
\nUpdate a column using OID

"},{"t":"F","n":"\\cubrid_query","p":"[Global_Namespace].html#function_cubrid_query","d":"

(PHP 5, CUBRID >= 8.3.1)
\nSend a CUBRID query

"},{"t":"F","n":"\\cubrid_real_escape_string","p":"[Global_Namespace].html#function_cubrid_real_escape_string","d":"

(PHP 5, CUBRID >= 8.3.0)
\nEscapes special characters in a string for use in an SQL statement

"},{"t":"F","n":"\\cubrid_result","p":"[Global_Namespace].html#function_cubrid_result","d":"

(PHP 5, CUBRID >= 8.3.0)
\nReturn the value of a specific field in a specific row

"},{"t":"F","n":"\\cubrid_rollback","p":"[Global_Namespace].html#function_cubrid_rollback","d":"

(PHP 5, CUBRID >= 8.3.0)
\nRoll back a transaction

"},{"t":"F","n":"\\cubrid_schema","p":"[Global_Namespace].html#function_cubrid_schema","d":"

(PHP 5, CUBRID >= 8.3.0)
\nGet the requested schema information

"},{"t":"F","n":"\\cubrid_seq_add","p":"[Global_Namespace].html#function_cubrid_seq_add","d":"

(PHP 5, CUBRID >= 8.3.0)
\nInsert a single element to set type column using OID

"},{"t":"F","n":"\\cubrid_seq_drop","p":"[Global_Namespace].html#function_cubrid_seq_drop","d":"

(PHP 5, CUBRID >= 8.3.0)
\nDelete an element from sequence type column using OID

"},{"t":"F","n":"\\cubrid_seq_insert","p":"[Global_Namespace].html#function_cubrid_seq_insert","d":"

(PHP 5, CUBRID >= 8.3.0)
\nInsert an element to a sequence type column using OID

"},{"t":"F","n":"\\cubrid_seq_put","p":"[Global_Namespace].html#function_cubrid_seq_put","d":"

(PHP 5, CUBRID >= 8.3.0)
\nUpdate the element value of sequence type column using OID

"},{"t":"F","n":"\\cubrid_set_add","p":"[Global_Namespace].html#function_cubrid_set_add","d":"

(PHP 5, CUBRID >= 8.3.0)
\nInsert a single element to set type column using OID

"},{"t":"F","n":"\\cubrid_set_autocommit","p":"[Global_Namespace].html#function_cubrid_set_autocommit","d":"

(PHP 5, CUBRID >= 8.4.0)
\nSet auto-commit mode of the connection

"},{"t":"F","n":"\\cubrid_set_db_parameter","p":"[Global_Namespace].html#function_cubrid_set_db_parameter","d":"

(PHP 5, CUBRID >= 8.4.0)
\nSets the CUBRID database parameters

"},{"t":"F","n":"\\cubrid_set_drop","p":"[Global_Namespace].html#function_cubrid_set_drop","d":"

(PHP 5, CUBRID >= 8.3.0)
\nDelete an element from set type column using OID

"},{"t":"F","n":"\\cubrid_set_query_timeout","p":"[Global_Namespace].html#function_cubrid_set_query_timeout","d":"

(PHP 5, CUBRID >= 8.4.1)
\nSet the query timeout value of the request

"},{"t":"F","n":"\\cubrid_unbuffered_query","p":"[Global_Namespace].html#function_cubrid_unbuffered_query","d":"

(PHP 5, CUBRID >= 8.3.0)
\nPerform a query without fetching the results into memory

"},{"t":"F","n":"\\cubrid_version","p":"[Global_Namespace].html#function_cubrid_version","d":"

(PHP 5, CUBRID >= 8.3.0)
\nGet the CUBRID PHP module's version

"},{"t":"F","n":"\\curl_close","p":"[Global_Namespace].html#function_curl_close","d":"

Close a cURL session

"},{"t":"F","n":"\\curl_copy_handle","p":"[Global_Namespace].html#function_curl_copy_handle","d":"

Copy a cURL handle along with all of its preferences

"},{"t":"F","n":"\\curl_errno","p":"[Global_Namespace].html#function_curl_errno","d":"

Return the last error number

"},{"t":"F","n":"\\curl_error","p":"[Global_Namespace].html#function_curl_error","d":"

Return a string containing the last error for the current session

"},{"t":"F","n":"\\curl_escape","p":"[Global_Namespace].html#function_curl_escape","d":"

URL encodes the given string

"},{"t":"F","n":"\\curl_exec","p":"[Global_Namespace].html#function_curl_exec","d":"

Perform a cURL session

"},{"t":"F","n":"\\curl_file_create","p":"[Global_Namespace].html#function_curl_file_create","d":"

(PHP 5 >= 5.5.0)
\nCreate a CURLFile object

"},{"t":"F","n":"\\curl_getinfo","p":"[Global_Namespace].html#function_curl_getinfo","d":"

Get information regarding a specific transfer

"},{"t":"F","n":"\\curl_init","p":"[Global_Namespace].html#function_curl_init","d":"

Initialize a cURL session

"},{"t":"F","n":"\\curl_multi_add_handle","p":"[Global_Namespace].html#function_curl_multi_add_handle","d":"

Add a normal cURL handle to a cURL multi handle

"},{"t":"F","n":"\\curl_multi_close","p":"[Global_Namespace].html#function_curl_multi_close","d":"

Close a set of cURL handles

"},{"t":"F","n":"\\curl_multi_errno","p":"[Global_Namespace].html#function_curl_multi_errno","d":"

Return the last multi curl error number

"},{"t":"F","n":"\\curl_multi_exec","p":"[Global_Namespace].html#function_curl_multi_exec","d":"

Run the sub-connections of the current cURL handle

"},{"t":"F","n":"\\curl_multi_getcontent","p":"[Global_Namespace].html#function_curl_multi_getcontent","d":"

Return the content of a cURL handle if CURLOPT_RETURNTRANSFER is set

"},{"t":"F","n":"\\curl_multi_info_read","p":"[Global_Namespace].html#function_curl_multi_info_read","d":"

Get information about the current transfers

"},{"t":"F","n":"\\curl_multi_init","p":"[Global_Namespace].html#function_curl_multi_init","d":"

Returns a new cURL multi handle

"},{"t":"F","n":"\\curl_multi_remove_handle","p":"[Global_Namespace].html#function_curl_multi_remove_handle","d":"

Remove a multi handle from a set of cURL handles

"},{"t":"F","n":"\\curl_multi_select","p":"[Global_Namespace].html#function_curl_multi_select","d":"

Wait for activity on any curl_multi connection

"},{"t":"F","n":"\\curl_multi_setopt","p":"[Global_Namespace].html#function_curl_multi_setopt","d":"

(PHP 5 >=5.5.0)
\nSet an option for the cURL multi handle

"},{"t":"F","n":"\\curl_multi_strerror","p":"[Global_Namespace].html#function_curl_multi_strerror","d":"

(PHP 5 >=5.5.0)
\nReturn string describing error code

"},{"t":"F","n":"\\curl_pause","p":"[Global_Namespace].html#function_curl_pause","d":"

(PHP 5 >=5.5.0)
\nPause and unpause a connection

"},{"t":"F","n":"\\curl_reset","p":"[Global_Namespace].html#function_curl_reset","d":"

(PHP 5 >=5.5.0)
\nReset all options of a libcurl session handle

"},{"t":"F","n":"\\curl_setopt","p":"[Global_Namespace].html#function_curl_setopt","d":"

Set an option for a cURL transfer

"},{"t":"F","n":"\\curl_setopt_array","p":"[Global_Namespace].html#function_curl_setopt_array","d":"

Set multiple options for a cURL transfer

"},{"t":"F","n":"\\curl_share_close","p":"[Global_Namespace].html#function_curl_share_close","d":"

(PHP 5 >=5.5.0)
\nClose a cURL share handle

"},{"t":"F","n":"\\curl_share_errno","p":"[Global_Namespace].html#function_curl_share_errno","d":"

Return the last share curl error number

"},{"t":"F","n":"\\curl_share_init","p":"[Global_Namespace].html#function_curl_share_init","d":"

(PHP 5 >=5.5.0)
\nInitialize a cURL share handle

"},{"t":"F","n":"\\curl_share_setopt","p":"[Global_Namespace].html#function_curl_share_setopt","d":"

(PHP 5 >=5.5.0)
\nSet an option for a cURL share handle.

"},{"t":"F","n":"\\curl_share_strerror","p":"[Global_Namespace].html#function_curl_share_strerror","d":"

Return string describing the given error code

"},{"t":"F","n":"\\curl_strerror","p":"[Global_Namespace].html#function_curl_strerror","d":"

(PHP 5 >=5.5.0)
\nReturn string describing the given error code

"},{"t":"F","n":"\\curl_unescape","p":"[Global_Namespace].html#function_curl_unescape","d":"

(PHP 5 >=5.5.0)
\nDecodes the given URL encoded string

"},{"t":"F","n":"\\curl_upkeep","p":"[Global_Namespace].html#function_curl_upkeep","d":""},{"t":"F","n":"\\curl_version","p":"[Global_Namespace].html#function_curl_version","d":"

Gets cURL version information

"},{"t":"F","n":"\\current","p":"[Global_Namespace].html#function_current","d":"

Return the current element in an array

"},{"t":"F","n":"\\date","p":"[Global_Namespace].html#function_date","d":"

Format a local time/date

"},{"t":"F","n":"\\date_add","p":"[Global_Namespace].html#function_date_add","d":"

Alias:\n{DateTime

"},{"t":"F","n":"\\date_create","p":"[Global_Namespace].html#function_date_create","d":"

Returns new DateTime object

"},{"t":"F","n":"\\date_create_from_format","p":"[Global_Namespace].html#function_date_create_from_format","d":"

Alias:\n{DateTime

"},{"t":"F","n":"\\date_create_immutable","p":"[Global_Namespace].html#function_date_create_immutable","d":"

(PHP 5.5)
\nAlias:\n{DateTimeImmutable new DateTimeImmutable object

"},{"t":"F","n":"\\date_create_immutable_from_format","p":"[Global_Namespace].html#function_date_create_immutable_from_format","d":"

Returns new DateTimeImmutable object formatted according to the specified format

"},{"t":"F","n":"\\date_date_set","p":"[Global_Namespace].html#function_date_date_set","d":"

Alias:\n{DateTime

"},{"t":"F","n":"\\date_default_timezone_get","p":"[Global_Namespace].html#function_date_default_timezone_get","d":"

Gets the default timezone used by all date/time functions in a script

"},{"t":"F","n":"\\date_default_timezone_set","p":"[Global_Namespace].html#function_date_default_timezone_set","d":"

Sets the default timezone used by all date/time functions in a script

"},{"t":"F","n":"\\date_diff","p":"[Global_Namespace].html#function_date_diff","d":"

Returns the difference between two datetime objects\nAlias:\n{DateTime

"},{"t":"F","n":"\\date_format","p":"[Global_Namespace].html#function_date_format","d":"

Alias:\n{DateTime

"},{"t":"F","n":"\\date_get_last_errors","p":"[Global_Namespace].html#function_date_get_last_errors","d":"

Returns the warnings and errors\nAlias:\n{DateTime

"},{"t":"F","n":"\\date_interval_create_from_date_string","p":"[Global_Namespace].html#function_date_interval_create_from_date_string","d":"

Alias:\n{DateInterval

"},{"t":"F","n":"\\date_interval_format","p":"[Global_Namespace].html#function_date_interval_format","d":"

Alias:\n{DateInterval

"},{"t":"F","n":"\\date_isodate_set","p":"[Global_Namespace].html#function_date_isodate_set","d":"

Alias:\n{DateTime

"},{"t":"F","n":"\\date_modify","p":"[Global_Namespace].html#function_date_modify","d":"

Alter the timestamp of a DateTime object by incrementing or decrementing\nin a format accepted by strtotime().

"},{"t":"F","n":"\\date_offset_get","p":"[Global_Namespace].html#function_date_offset_get","d":"

Alias:\n{DateTime

"},{"t":"F","n":"\\date_parse","p":"[Global_Namespace].html#function_date_parse","d":"

Returns associative array with detailed info about given date

"},{"t":"F","n":"\\date_parse_from_format","p":"[Global_Namespace].html#function_date_parse_from_format","d":"

Get info about given date formatted according to the specified format

"},{"t":"F","n":"\\date_sub","p":"[Global_Namespace].html#function_date_sub","d":"

Subtracts an amount of days, months, years, hours, minutes and seconds from a datetime object\nAlias:\n{DateTime

"},{"t":"F","n":"\\date_sun_info","p":"[Global_Namespace].html#function_date_sun_info","d":"

Returns an array with information about sunset/sunrise and twilight begin/end

"},{"t":"F","n":"\\date_sunrise","p":"[Global_Namespace].html#function_date_sunrise","d":"

Returns time of sunrise for a given day and location

"},{"t":"F","n":"\\date_sunset","p":"[Global_Namespace].html#function_date_sunset","d":"

Returns time of sunset for a given day and location

"},{"t":"F","n":"\\date_time_set","p":"[Global_Namespace].html#function_date_time_set","d":"

Alias:\n{DateTime

"},{"t":"F","n":"\\date_timestamp_get","p":"[Global_Namespace].html#function_date_timestamp_get","d":"

Gets the unix timestamp\nAlias:\n{DateTime

"},{"t":"F","n":"\\date_timestamp_set","p":"[Global_Namespace].html#function_date_timestamp_set","d":"

Sets the date and time based on an unix timestamp\nAlias:\n{DateTime

"},{"t":"F","n":"\\date_timezone_get","p":"[Global_Namespace].html#function_date_timezone_get","d":"

Alias:\n{DateTime

"},{"t":"F","n":"\\date_timezone_set","p":"[Global_Namespace].html#function_date_timezone_set","d":"

Sets the time zone for the datetime object\nAlias:\n{DateTime

"},{"t":"F","n":"\\datefmt_create","p":"[Global_Namespace].html#function_datefmt_create","d":"

(PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
\nCreate a date formatter

"},{"t":"F","n":"\\datefmt_format","p":"[Global_Namespace].html#function_datefmt_format","d":"

(PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
\nFormat the date/time value as a string

"},{"t":"F","n":"\\datefmt_format_object","p":"[Global_Namespace].html#function_datefmt_format_object","d":"

(PHP 5 >= 5.5.0, PECL intl >= 3.0.0)
\nFormats an object

"},{"t":"F","n":"\\datefmt_get_calendar","p":"[Global_Namespace].html#function_datefmt_get_calendar","d":"

(PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
\nGet the calendar type used for the IntlDateFormatter

"},{"t":"F","n":"\\datefmt_get_calendar_object","p":"[Global_Namespace].html#function_datefmt_get_calendar_object","d":"

(PHP 5 >= 5.3.0, PECL intl >= 3.0.0)
\nGet copy of formatter's calendar object

"},{"t":"F","n":"\\datefmt_get_datetype","p":"[Global_Namespace].html#function_datefmt_get_datetype","d":"

(PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
\nGet the datetype used for the IntlDateFormatter

"},{"t":"F","n":"\\datefmt_get_error_code","p":"[Global_Namespace].html#function_datefmt_get_error_code","d":"

(PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
\nGet the error code from last operation

"},{"t":"F","n":"\\datefmt_get_error_message","p":"[Global_Namespace].html#function_datefmt_get_error_message","d":"

(PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
\nGet the error text from the last operation.

"},{"t":"F","n":"\\datefmt_get_locale","p":"[Global_Namespace].html#function_datefmt_get_locale","d":"

(PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
\nGet the locale used by formatter

"},{"t":"F","n":"\\datefmt_get_pattern","p":"[Global_Namespace].html#function_datefmt_get_pattern","d":"

(PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
\nGet the pattern used for the IntlDateFormatter

"},{"t":"F","n":"\\datefmt_get_timetype","p":"[Global_Namespace].html#function_datefmt_get_timetype","d":"

(PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
\nGet the timetype used for the IntlDateFormatter

"},{"t":"F","n":"\\datefmt_get_timezone","p":"[Global_Namespace].html#function_datefmt_get_timezone","d":"

(PHP 5 >= 5.5.0, PECL intl >= 3.0.0)
\nGet formatter's timezone

"},{"t":"F","n":"\\datefmt_get_timezone_id","p":"[Global_Namespace].html#function_datefmt_get_timezone_id","d":"

(PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
\nGet the timezone-id used for the IntlDateFormatter

"},{"t":"F","n":"\\datefmt_is_lenient","p":"[Global_Namespace].html#function_datefmt_is_lenient","d":"

(PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
\nGet the lenient used for the IntlDateFormatter

"},{"t":"F","n":"\\datefmt_localtime","p":"[Global_Namespace].html#function_datefmt_localtime","d":"

(PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
\nParse string to a field-based time value

"},{"t":"F","n":"\\datefmt_parse","p":"[Global_Namespace].html#function_datefmt_parse","d":"

(PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
\nParse string to a timestamp value

"},{"t":"F","n":"\\datefmt_set_calendar","p":"[Global_Namespace].html#function_datefmt_set_calendar","d":"

(PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
\nsets the calendar used to the appropriate calendar, which must be

"},{"t":"F","n":"\\datefmt_set_lenient","p":"[Global_Namespace].html#function_datefmt_set_lenient","d":"

(PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
\nSet the leniency of the parser

"},{"t":"F","n":"\\datefmt_set_pattern","p":"[Global_Namespace].html#function_datefmt_set_pattern","d":"

(PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
\nSet the pattern used for the IntlDateFormatter

"},{"t":"F","n":"\\datefmt_set_timezone","p":"[Global_Namespace].html#function_datefmt_set_timezone","d":"

(PHP 5 >= 5.5.0, PECL intl >= 3.0.0)
\nSets formatter's timezone

"},{"t":"F","n":"\\datefmt_set_timezone_id","p":"[Global_Namespace].html#function_datefmt_set_timezone_id","d":"

(PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
\nSets the time zone to use

"},{"t":"F","n":"\\db2_autocommit","p":"[Global_Namespace].html#function_db2_autocommit","d":"

Returns or sets the AUTOCOMMIT state for a database connection

"},{"t":"F","n":"\\db2_bind_param","p":"[Global_Namespace].html#function_db2_bind_param","d":"

Binds a PHP variable to an SQL statement parameter

"},{"t":"F","n":"\\db2_client_info","p":"[Global_Namespace].html#function_db2_client_info","d":"

Returns an object with properties that describe the DB2 database client

"},{"t":"F","n":"\\db2_close","p":"[Global_Namespace].html#function_db2_close","d":"

Closes a database connection

"},{"t":"F","n":"\\db2_column_privileges","p":"[Global_Namespace].html#function_db2_column_privileges","d":"

Returns a result set listing the columns and associated privileges for a table

"},{"t":"F","n":"\\db2_columnprivileges","p":"[Global_Namespace].html#function_db2_columnprivileges","d":null},{"t":"F","n":"\\db2_columns","p":"[Global_Namespace].html#function_db2_columns","d":"

Returns a result set listing the columns and associated metadata for a table

"},{"t":"F","n":"\\db2_commit","p":"[Global_Namespace].html#function_db2_commit","d":"

Commits a transaction

"},{"t":"F","n":"\\db2_conn_error","p":"[Global_Namespace].html#function_db2_conn_error","d":"

Returns a string containing the SQLSTATE returned by the last connection attempt

"},{"t":"F","n":"\\db2_conn_errormsg","p":"[Global_Namespace].html#function_db2_conn_errormsg","d":"

Returns the last connection error message and SQLCODE value

"},{"t":"F","n":"\\db2_connect","p":"[Global_Namespace].html#function_db2_connect","d":"

Returns a connection to a database

"},{"t":"F","n":"\\db2_cursor_type","p":"[Global_Namespace].html#function_db2_cursor_type","d":"

Returns the cursor type used by a statement resource

"},{"t":"F","n":"\\db2_escape_string","p":"[Global_Namespace].html#function_db2_escape_string","d":"

Used to escape certain characters

"},{"t":"F","n":"\\db2_exec","p":"[Global_Namespace].html#function_db2_exec","d":"

Executes an SQL statement directly

"},{"t":"F","n":"\\db2_execute","p":"[Global_Namespace].html#function_db2_execute","d":"

Executes a prepared SQL statement

"},{"t":"F","n":"\\db2_fetch_array","p":"[Global_Namespace].html#function_db2_fetch_array","d":"

Returns an array, indexed by column position, representing a row in a result set

"},{"t":"F","n":"\\db2_fetch_assoc","p":"[Global_Namespace].html#function_db2_fetch_assoc","d":"

Returns an array, indexed by column name, representing a row in a result set

"},{"t":"F","n":"\\db2_fetch_both","p":"[Global_Namespace].html#function_db2_fetch_both","d":"

Returns an array, indexed by both column name and position, representing a row in a result set

"},{"t":"F","n":"\\db2_fetch_object","p":"[Global_Namespace].html#function_db2_fetch_object","d":"

Returns an object with properties representing columns in the fetched row

"},{"t":"F","n":"\\db2_fetch_row","p":"[Global_Namespace].html#function_db2_fetch_row","d":"

Sets the result set pointer to the next row or requested row

"},{"t":"F","n":"\\db2_field_display_size","p":"[Global_Namespace].html#function_db2_field_display_size","d":"

Returns the maximum number of bytes required to display a column

"},{"t":"F","n":"\\db2_field_name","p":"[Global_Namespace].html#function_db2_field_name","d":"

Returns the name of the column in the result set

"},{"t":"F","n":"\\db2_field_num","p":"[Global_Namespace].html#function_db2_field_num","d":"

Returns the position of the named column in a result set

"},{"t":"F","n":"\\db2_field_precision","p":"[Global_Namespace].html#function_db2_field_precision","d":"

Returns the precision of the indicated column in a result set

"},{"t":"F","n":"\\db2_field_scale","p":"[Global_Namespace].html#function_db2_field_scale","d":"

Returns the scale of the indicated column in a result set

"},{"t":"F","n":"\\db2_field_type","p":"[Global_Namespace].html#function_db2_field_type","d":"

Returns the data type of the indicated column in a result set

"},{"t":"F","n":"\\db2_field_width","p":"[Global_Namespace].html#function_db2_field_width","d":"

Returns the width of the current value of the indicated column in a result set

"},{"t":"F","n":"\\db2_foreign_keys","p":"[Global_Namespace].html#function_db2_foreign_keys","d":"

Returns a result set listing the foreign keys for a table

"},{"t":"F","n":"\\db2_foreignkeys","p":"[Global_Namespace].html#function_db2_foreignkeys","d":null},{"t":"F","n":"\\db2_free_result","p":"[Global_Namespace].html#function_db2_free_result","d":"

Frees resources associated with a result set

"},{"t":"F","n":"\\db2_free_stmt","p":"[Global_Namespace].html#function_db2_free_stmt","d":"

Frees resources associated with the indicated statement resource

"},{"t":"F","n":"\\db2_get_option","p":"[Global_Namespace].html#function_db2_get_option","d":"

Retrieves an option value for a statement resource or a connection resource

"},{"t":"F","n":"\\db2_last_insert_id","p":"[Global_Namespace].html#function_db2_last_insert_id","d":"

Returns the auto generated ID of the last insert query that successfully executed on this connection.

"},{"t":"F","n":"\\db2_lob_read","p":"[Global_Namespace].html#function_db2_lob_read","d":"

Gets a user defined size of LOB files with each invocation

"},{"t":"F","n":"\\db2_next_result","p":"[Global_Namespace].html#function_db2_next_result","d":"

Requests the next result set from a stored procedure

"},{"t":"F","n":"\\db2_num_fields","p":"[Global_Namespace].html#function_db2_num_fields","d":"

Returns the number of fields contained in a result set

"},{"t":"F","n":"\\db2_num_rows","p":"[Global_Namespace].html#function_db2_num_rows","d":"

Returns the number of rows affected by an SQL statement

"},{"t":"F","n":"\\db2_pclose","p":"[Global_Namespace].html#function_db2_pclose","d":"

Closes a persistent database connection

"},{"t":"F","n":"\\db2_pconnect","p":"[Global_Namespace].html#function_db2_pconnect","d":"

Returns a persistent connection to a database

"},{"t":"F","n":"\\db2_prepare","p":"[Global_Namespace].html#function_db2_prepare","d":"

Prepares an SQL statement to be executed

"},{"t":"F","n":"\\db2_primary_keys","p":"[Global_Namespace].html#function_db2_primary_keys","d":"

Returns a result set listing primary keys for a table

"},{"t":"F","n":"\\db2_primarykeys","p":"[Global_Namespace].html#function_db2_primarykeys","d":null},{"t":"F","n":"\\db2_procedure_columns","p":"[Global_Namespace].html#function_db2_procedure_columns","d":"

Returns a result set listing stored procedure parameters

"},{"t":"F","n":"\\db2_procedurecolumns","p":"[Global_Namespace].html#function_db2_procedurecolumns","d":null},{"t":"F","n":"\\db2_procedures","p":"[Global_Namespace].html#function_db2_procedures","d":"

Returns a result set listing the stored procedures registered in a database

"},{"t":"F","n":"\\db2_result","p":"[Global_Namespace].html#function_db2_result","d":"

Returns a single column from a row in the result set

"},{"t":"F","n":"\\db2_rollback","p":"[Global_Namespace].html#function_db2_rollback","d":"

Rolls back a transaction

"},{"t":"F","n":"\\db2_server_info","p":"[Global_Namespace].html#function_db2_server_info","d":"

Returns an object with properties that describe the DB2 database server

"},{"t":"F","n":"\\db2_set_option","p":"[Global_Namespace].html#function_db2_set_option","d":"

Set options for connection or statement resources

"},{"t":"F","n":"\\db2_setoption","p":"[Global_Namespace].html#function_db2_setoption","d":null},{"t":"F","n":"\\db2_special_columns","p":"[Global_Namespace].html#function_db2_special_columns","d":"

Returns a result set listing the unique row identifier columns for a table

"},{"t":"F","n":"\\db2_specialcolumns","p":"[Global_Namespace].html#function_db2_specialcolumns","d":null},{"t":"F","n":"\\db2_statistics","p":"[Global_Namespace].html#function_db2_statistics","d":"

Returns a result set listing the index and statistics for a table

"},{"t":"F","n":"\\db2_stmt_error","p":"[Global_Namespace].html#function_db2_stmt_error","d":"

Returns a string containing the SQLSTATE returned by an SQL statement

"},{"t":"F","n":"\\db2_stmt_errormsg","p":"[Global_Namespace].html#function_db2_stmt_errormsg","d":"

Returns a string containing the last SQL statement error message

"},{"t":"F","n":"\\db2_table_privileges","p":"[Global_Namespace].html#function_db2_table_privileges","d":"

Returns a result set listing the tables and associated privileges in a database

"},{"t":"F","n":"\\db2_tableprivileges","p":"[Global_Namespace].html#function_db2_tableprivileges","d":null},{"t":"F","n":"\\db2_tables","p":"[Global_Namespace].html#function_db2_tables","d":"

Returns a result set listing the tables and associated metadata in a database

"},{"t":"F","n":"\\dba_close","p":"[Global_Namespace].html#function_dba_close","d":"

Close a DBA database

"},{"t":"F","n":"\\dba_delete","p":"[Global_Namespace].html#function_dba_delete","d":"

Delete DBA entry specified by key

"},{"t":"F","n":"\\dba_exists","p":"[Global_Namespace].html#function_dba_exists","d":"

Check whether key exists

"},{"t":"F","n":"\\dba_fetch","p":"[Global_Namespace].html#function_dba_fetch","d":"

Fetch data specified by key

"},{"t":"F","n":"\\dba_firstkey","p":"[Global_Namespace].html#function_dba_firstkey","d":"

Fetch first key

"},{"t":"F","n":"\\dba_handlers","p":"[Global_Namespace].html#function_dba_handlers","d":"

List all the handlers available

"},{"t":"F","n":"\\dba_insert","p":"[Global_Namespace].html#function_dba_insert","d":"

Insert entry

"},{"t":"F","n":"\\dba_key_split","p":"[Global_Namespace].html#function_dba_key_split","d":"

Splits a key in string representation into array representation

"},{"t":"F","n":"\\dba_list","p":"[Global_Namespace].html#function_dba_list","d":"

List all open database files

"},{"t":"F","n":"\\dba_nextkey","p":"[Global_Namespace].html#function_dba_nextkey","d":"

Fetch next key

"},{"t":"F","n":"\\dba_open","p":"[Global_Namespace].html#function_dba_open","d":null},{"t":"F","n":"\\dba_optimize","p":"[Global_Namespace].html#function_dba_optimize","d":"

Optimize database

"},{"t":"F","n":"\\dba_popen","p":"[Global_Namespace].html#function_dba_popen","d":null},{"t":"F","n":"\\dba_replace","p":"[Global_Namespace].html#function_dba_replace","d":"

Replace or insert entry

"},{"t":"F","n":"\\dba_sync","p":"[Global_Namespace].html#function_dba_sync","d":"

Synchronize database

"},{"t":"F","n":"\\dcgettext","p":"[Global_Namespace].html#function_dcgettext","d":"

Overrides the domain for a single lookup

"},{"t":"F","n":"\\dcngettext","p":"[Global_Namespace].html#function_dcngettext","d":"

Plural version of dcgettext

"},{"t":"F","n":"\\debug_zval_dump","p":"[Global_Namespace].html#function_debug_zval_dump","d":"

Dumps a string representation of an internal zend value to output

"},{"t":"F","n":"\\debugger_connect","p":"[Global_Namespace].html#function_debugger_connect","d":null},{"t":"F","n":"\\debugger_connector_pid","p":"[Global_Namespace].html#function_debugger_connector_pid","d":null},{"t":"F","n":"\\debugger_get_server_start_time","p":"[Global_Namespace].html#function_debugger_get_server_start_time","d":null},{"t":"F","n":"\\debugger_print","p":"[Global_Namespace].html#function_debugger_print","d":null},{"t":"F","n":"\\debugger_start_debug","p":"[Global_Namespace].html#function_debugger_start_debug","d":null},{"t":"F","n":"\\decbin","p":"[Global_Namespace].html#function_decbin","d":"

Decimal to binary

"},{"t":"F","n":"\\dechex","p":"[Global_Namespace].html#function_dechex","d":"

Decimal to hexadecimal

"},{"t":"F","n":"\\decoct","p":"[Global_Namespace].html#function_decoct","d":"

Decimal to octal

"},{"t":"F","n":"\\defer","p":"[Global_Namespace].html#function_defer","d":"

Defers the execution of a callback function until the surrounding function of a coroutine returns.

"},{"t":"F","n":"\\define_syslog_variables","p":"[Global_Namespace].html#function_define_syslog_variables","d":"

Initializes all syslog related variables

"},{"t":"F","n":"\\deflate_add","p":"[Global_Namespace].html#function_deflate_add","d":"

Incrementally deflate data

"},{"t":"F","n":"\\deflate_init","p":"[Global_Namespace].html#function_deflate_init","d":"

Initialize an incremental deflate context

"},{"t":"F","n":"\\deg2rad","p":"[Global_Namespace].html#function_deg2rad","d":"

Converts the number in degrees to the radian equivalent

"},{"t":"F","n":"\\dgettext","p":"[Global_Namespace].html#function_dgettext","d":"

Override the current domain

"},{"t":"F","n":"\\dio_close","p":"[Global_Namespace].html#function_dio_close","d":"

Closes the file descriptor given by fd.

"},{"t":"F","n":"\\dio_fcntl","p":"[Global_Namespace].html#function_dio_fcntl","d":"

The dio_fcntl() function performs the operation specified by cmd on the file descriptor fd.

"},{"t":"F","n":"\\dio_open","p":"[Global_Namespace].html#function_dio_open","d":"

Opens a file (creating it if necessary) at a lower level than theC library input/ouput stream functions allow

"},{"t":"F","n":"\\dio_raw","p":"[Global_Namespace].html#function_dio_raw","d":"

Opens a raw direct IO stream.

"},{"t":"F","n":"\\dio_read","p":"[Global_Namespace].html#function_dio_read","d":"

Reads bytes from a file descriptor.

"},{"t":"F","n":"\\dio_seek","p":"[Global_Namespace].html#function_dio_seek","d":"

Seeks to pos on fd from whence

"},{"t":"F","n":"\\dio_serial","p":"[Global_Namespace].html#function_dio_serial","d":"

Opens a serial direct IO stream.

"},{"t":"F","n":"\\dio_stat","p":"[Global_Namespace].html#function_dio_stat","d":"

Gets stat information about the file descriptor fd

"},{"t":"F","n":"\\dio_tcsetattr","p":"[Global_Namespace].html#function_dio_tcsetattr","d":"

Sets terminal attributes and baud rate for a serial port

"},{"t":"F","n":"\\dio_truncate","p":"[Global_Namespace].html#function_dio_truncate","d":"

Truncates a file to at most offset bytes in size.

"},{"t":"F","n":"\\dio_write","p":"[Global_Namespace].html#function_dio_write","d":"

Writes data to fd with optional truncation at length

"},{"t":"F","n":"\\dir","p":"[Global_Namespace].html#function_dir","d":"

Return an instance of the Directory class

"},{"t":"F","n":"\\dirname","p":"[Global_Namespace].html#function_dirname","d":"

Returns a parent directory's path

"},{"t":"F","n":"\\disk_free_space","p":"[Global_Namespace].html#function_disk_free_space","d":"

Returns available space in directory

"},{"t":"F","n":"\\disk_total_space","p":"[Global_Namespace].html#function_disk_total_space","d":"

Returns the total size of a filesystem or disk partition

"},{"t":"F","n":"\\diskfreespace","p":"[Global_Namespace].html#function_diskfreespace","d":"

Alias of {disk_free_space}

"},{"t":"F","n":"\\dl","p":"[Global_Namespace].html#function_dl","d":"

Loads a php extension at runtime

"},{"t":"F","n":"\\dngettext","p":"[Global_Namespace].html#function_dngettext","d":"

Plural version of dgettext

"},{"t":"F","n":"\\dns_check_record","p":"[Global_Namespace].html#function_dns_check_record","d":"

Alias:\n{checkdnsrr}

"},{"t":"F","n":"\\dns_get_mx","p":"[Global_Namespace].html#function_dns_get_mx","d":"

Alias:\n{getmxrr}

"},{"t":"F","n":"\\dns_get_record","p":"[Global_Namespace].html#function_dns_get_record","d":"

Fetch DNS Resource Records associated with a hostname

"},{"t":"F","n":"\\dom_import_simplexml","p":"[Global_Namespace].html#function_dom_import_simplexml","d":"

Gets a DOMElement object from a SimpleXMLElement object

"},{"t":"F","n":"\\doubleval","p":"[Global_Namespace].html#function_doubleval","d":"

(PHP 4.2.0, PHP 5)
\nAlias:\n{floatval}\nGet float value of a variable

"},{"t":"F","n":"\\easter_date","p":"[Global_Namespace].html#function_easter_date","d":"

Get Unix timestamp for midnight on Easter of a given year

"},{"t":"F","n":"\\easter_days","p":"[Global_Namespace].html#function_easter_days","d":"

Get number of days after March 21 on which Easter falls for a given year

"},{"t":"F","n":"\\eio_busy","p":"[Global_Namespace].html#function_eio_busy","d":"

Artificially increase load. Could be useful in tests, benchmarking

"},{"t":"F","n":"\\eio_cancel","p":"[Global_Namespace].html#function_eio_cancel","d":"

Cancels a request

"},{"t":"F","n":"\\eio_chmod","p":"[Global_Namespace].html#function_eio_chmod","d":"

Change file/directory permissions

"},{"t":"F","n":"\\eio_chown","p":"[Global_Namespace].html#function_eio_chown","d":"

Change file/directory permissions

"},{"t":"F","n":"\\eio_close","p":"[Global_Namespace].html#function_eio_close","d":"

Close file

"},{"t":"F","n":"\\eio_custom","p":"[Global_Namespace].html#function_eio_custom","d":"

Execute custom request like any other eio_* call

"},{"t":"F","n":"\\eio_dup2","p":"[Global_Namespace].html#function_eio_dup2","d":"

Duplicate a file descriptor

"},{"t":"F","n":"\\eio_event_loop","p":"[Global_Namespace].html#function_eio_event_loop","d":"

Polls libeio until all requests proceeded

"},{"t":"F","n":"\\eio_fallocate","p":"[Global_Namespace].html#function_eio_fallocate","d":"

Allows the caller to directly manipulate the allocated disk space for a file

"},{"t":"F","n":"\\eio_fchmod","p":"[Global_Namespace].html#function_eio_fchmod","d":"

Change file permissions

"},{"t":"F","n":"\\eio_fchown","p":"[Global_Namespace].html#function_eio_fchown","d":"

Change file ownership

"},{"t":"F","n":"\\eio_fdatasync","p":"[Global_Namespace].html#function_eio_fdatasync","d":"

Synchronize a file's in-core state with storage device

"},{"t":"F","n":"\\eio_fstat","p":"[Global_Namespace].html#function_eio_fstat","d":"

Get file status

"},{"t":"F","n":"\\eio_fstatvfs","p":"[Global_Namespace].html#function_eio_fstatvfs","d":"

Get file system statistics

"},{"t":"F","n":"\\eio_fsync","p":"[Global_Namespace].html#function_eio_fsync","d":"

Synchronize a file's in-core state with storage device

"},{"t":"F","n":"\\eio_ftruncate","p":"[Global_Namespace].html#function_eio_ftruncate","d":"

Truncate a file

"},{"t":"F","n":"\\eio_futime","p":"[Global_Namespace].html#function_eio_futime","d":"

Change file last access and modification times

"},{"t":"F","n":"\\eio_get_event_stream","p":"[Global_Namespace].html#function_eio_get_event_stream","d":"

Get stream representing a variable used in internal communications with libeio

"},{"t":"F","n":"\\eio_get_last_error","p":"[Global_Namespace].html#function_eio_get_last_error","d":"

Returns string describing the last error associated with a request resource

"},{"t":"F","n":"\\eio_grp","p":"[Global_Namespace].html#function_eio_grp","d":"

Creates a request group

"},{"t":"F","n":"\\eio_grp_add","p":"[Global_Namespace].html#function_eio_grp_add","d":"

Adds a request to the request group

"},{"t":"F","n":"\\eio_grp_cancel","p":"[Global_Namespace].html#function_eio_grp_cancel","d":"

Cancels a request group

"},{"t":"F","n":"\\eio_grp_limit","p":"[Global_Namespace].html#function_eio_grp_limit","d":"

Set group limit

"},{"t":"F","n":"\\eio_link","p":"[Global_Namespace].html#function_eio_link","d":"

Create a hardlink for file

"},{"t":"F","n":"\\eio_lstat","p":"[Global_Namespace].html#function_eio_lstat","d":"

Get file status

"},{"t":"F","n":"\\eio_mkdir","p":"[Global_Namespace].html#function_eio_mkdir","d":"

Create directory

"},{"t":"F","n":"\\eio_mknod","p":"[Global_Namespace].html#function_eio_mknod","d":"

Create a special or ordinary file

"},{"t":"F","n":"\\eio_nop","p":"[Global_Namespace].html#function_eio_nop","d":"

Does nothing, except go through the whole request cycle

"},{"t":"F","n":"\\eio_npending","p":"[Global_Namespace].html#function_eio_npending","d":"

Returns number of finished, but unhandled requests

"},{"t":"F","n":"\\eio_nready","p":"[Global_Namespace].html#function_eio_nready","d":"

Returns number of not-yet handled requests

"},{"t":"F","n":"\\eio_nreqs","p":"[Global_Namespace].html#function_eio_nreqs","d":"

Returns number of requests to be processed

"},{"t":"F","n":"\\eio_nthreads","p":"[Global_Namespace].html#function_eio_nthreads","d":"

Returns number of threads currently in use

"},{"t":"F","n":"\\eio_open","p":"[Global_Namespace].html#function_eio_open","d":"

Opens a file

"},{"t":"F","n":"\\eio_poll","p":"[Global_Namespace].html#function_eio_poll","d":"

Can be to be called whenever there are pending requests that need finishing

"},{"t":"F","n":"\\eio_read","p":"[Global_Namespace].html#function_eio_read","d":"

Read from a file descriptor at given offset

"},{"t":"F","n":"\\eio_readahead","p":"[Global_Namespace].html#function_eio_readahead","d":"

Perform file readahead into page cache

"},{"t":"F","n":"\\eio_readdir","p":"[Global_Namespace].html#function_eio_readdir","d":"

Reads through a whole directory

"},{"t":"F","n":"\\eio_readlink","p":"[Global_Namespace].html#function_eio_readlink","d":"

Read value of a symbolic link

"},{"t":"F","n":"\\eio_realpath","p":"[Global_Namespace].html#function_eio_realpath","d":"

Get the canonicalized absolute pathname

"},{"t":"F","n":"\\eio_rename","p":"[Global_Namespace].html#function_eio_rename","d":"

Change the name or location of a file

"},{"t":"F","n":"\\eio_rmdir","p":"[Global_Namespace].html#function_eio_rmdir","d":"

Remove a directory

"},{"t":"F","n":"\\eio_seek","p":"[Global_Namespace].html#function_eio_seek","d":"

Repositions the offset of the open file associated with the fd argument to the argument offset according to the directive whence

"},{"t":"F","n":"\\eio_sendfile","p":"[Global_Namespace].html#function_eio_sendfile","d":"

Transfer data between file descriptors

"},{"t":"F","n":"\\eio_set_max_idle","p":"[Global_Namespace].html#function_eio_set_max_idle","d":"

Set maximum number of idle threads

"},{"t":"F","n":"\\eio_set_max_parallel","p":"[Global_Namespace].html#function_eio_set_max_parallel","d":"

Set maximum parallel threads

"},{"t":"F","n":"\\eio_set_max_poll_reqs","p":"[Global_Namespace].html#function_eio_set_max_poll_reqs","d":"

Set maximum number of requests processed in a poll

"},{"t":"F","n":"\\eio_set_max_poll_time","p":"[Global_Namespace].html#function_eio_set_max_poll_time","d":"

Set maximum poll time

"},{"t":"F","n":"\\eio_set_min_parallel","p":"[Global_Namespace].html#function_eio_set_min_parallel","d":"

Set minimum parallel thread number

"},{"t":"F","n":"\\eio_stat","p":"[Global_Namespace].html#function_eio_stat","d":"

Get file status

"},{"t":"F","n":"\\eio_statvfs","p":"[Global_Namespace].html#function_eio_statvfs","d":"

Get file system statistics

"},{"t":"F","n":"\\eio_symlink","p":"[Global_Namespace].html#function_eio_symlink","d":"

Create a symbolic link

"},{"t":"F","n":"\\eio_sync","p":"[Global_Namespace].html#function_eio_sync","d":"

Commit buffer cache to disk

"},{"t":"F","n":"\\eio_sync_file_range","p":"[Global_Namespace].html#function_eio_sync_file_range","d":"

Sync a file segment with disk

"},{"t":"F","n":"\\eio_syncfs","p":"[Global_Namespace].html#function_eio_syncfs","d":"

Calls Linux' syncfs syscall, if available

"},{"t":"F","n":"\\eio_truncate","p":"[Global_Namespace].html#function_eio_truncate","d":"

Truncate a file

"},{"t":"F","n":"\\eio_unlink","p":"[Global_Namespace].html#function_eio_unlink","d":"

Delete a name and possibly the file it refers to

"},{"t":"F","n":"\\eio_utime","p":"[Global_Namespace].html#function_eio_utime","d":"

Change file last access and modification times

"},{"t":"F","n":"\\eio_write","p":"[Global_Namespace].html#function_eio_write","d":"

Write to file

"},{"t":"F","n":"\\enchant_broker_describe","p":"[Global_Namespace].html#function_enchant_broker_describe","d":"

(PHP 5 >= 5.3.0, PECL enchant >= 0.1.0)
\nEnumerates the Enchant providers

"},{"t":"F","n":"\\enchant_broker_dict_exists","p":"[Global_Namespace].html#function_enchant_broker_dict_exists","d":"

(PHP 5 >= 5.3.0, PECL enchant >= 0.1.0 )
\nWhether a dictionary exists or not. Using non-empty tag

"},{"t":"F","n":"\\enchant_broker_free","p":"[Global_Namespace].html#function_enchant_broker_free","d":"

Free the broker resource and its dictionaries

"},{"t":"F","n":"\\enchant_broker_free_dict","p":"[Global_Namespace].html#function_enchant_broker_free_dict","d":"

(PHP 5 >= 5.3.0, PECL enchant >= 0.1.0 )
\nFree a dictionary resource

"},{"t":"F","n":"\\enchant_broker_get_dict_path","p":"[Global_Namespace].html#function_enchant_broker_get_dict_path","d":"

Get the directory path for a given backend

"},{"t":"F","n":"\\enchant_broker_get_error","p":"[Global_Namespace].html#function_enchant_broker_get_error","d":"

(PHP 5 >= 5.3.0, PECL enchant >= 0.1.0 )
\nReturns the last error of the broker

"},{"t":"F","n":"\\enchant_broker_init","p":"[Global_Namespace].html#function_enchant_broker_init","d":"

(PHP 5 >= 5.3.0, PECL enchant >= 0.1.0 )
\ncreate a new broker object capable of requesting

"},{"t":"F","n":"\\enchant_broker_list_dicts","p":"[Global_Namespace].html#function_enchant_broker_list_dicts","d":"

(PHP 5 >= 5.3.0, PECL enchant >= 1.0.1)
\nReturns a list of available dictionaries

"},{"t":"F","n":"\\enchant_broker_request_dict","p":"[Global_Namespace].html#function_enchant_broker_request_dict","d":"

(PHP 5 >= 5.3.0, PECL enchant >= 0.1.0 )
\ncreate a new dictionary using a tag

"},{"t":"F","n":"\\enchant_broker_request_pwl_dict","p":"[Global_Namespace].html#function_enchant_broker_request_pwl_dict","d":"

(PHP 5 >= 5.3.0, PECL enchant >= 0.1.0 )
\ncreates a dictionary using a PWL file

"},{"t":"F","n":"\\enchant_broker_set_dict_path","p":"[Global_Namespace].html#function_enchant_broker_set_dict_path","d":"

Set the directory path for a given backend

"},{"t":"F","n":"\\enchant_broker_set_ordering","p":"[Global_Namespace].html#function_enchant_broker_set_ordering","d":"

(PHP 5 >= 5.3.0, PECL enchant >= 0.1.0 )
\nDeclares a preference of dictionaries to use for the language

"},{"t":"F","n":"\\enchant_dict_add","p":"[Global_Namespace].html#function_enchant_dict_add","d":"

(PHP 8)
\nAdd a word to personal word list

"},{"t":"F","n":"\\enchant_dict_add_to_personal","p":"[Global_Namespace].html#function_enchant_dict_add_to_personal","d":"

(PHP 5 >= 5.3.0, PECL enchant >= 0.1.0 )
\nadd a word to personal word list

"},{"t":"F","n":"\\enchant_dict_add_to_session","p":"[Global_Namespace].html#function_enchant_dict_add_to_session","d":"

(PHP 5 >= 5.3.0, PECL enchant >= 0.1.0 )
\nadd 'word' to this spell-checking session

"},{"t":"F","n":"\\enchant_dict_check","p":"[Global_Namespace].html#function_enchant_dict_check","d":"

(PHP 5 >= 5.3.0, PECL enchant >= 0.1.0 )
\nCheck whether a word is correctly spelled or not

"},{"t":"F","n":"\\enchant_dict_describe","p":"[Global_Namespace].html#function_enchant_dict_describe","d":"

(PHP 5 >= 5.3.0, PECL enchant >= 0.1.0 )
\nDescribes an individual dictionary

"},{"t":"F","n":"\\enchant_dict_get_error","p":"[Global_Namespace].html#function_enchant_dict_get_error","d":"

(PHP 5 >= 5.3.0, PECL enchant >= 0.1.0 )
\nReturns the last error of the current spelling-session

"},{"t":"F","n":"\\enchant_dict_is_added","p":"[Global_Namespace].html#function_enchant_dict_is_added","d":"

(PHP 8)
\nWhether or not 'word' exists in this spelling-session

"},{"t":"F","n":"\\enchant_dict_is_in_session","p":"[Global_Namespace].html#function_enchant_dict_is_in_session","d":"

(PHP 5 >= 5.3.0, PECL enchant >= 0.1.0 )
\nwhether or not 'word' exists in this spelling-session

"},{"t":"F","n":"\\enchant_dict_quick_check","p":"[Global_Namespace].html#function_enchant_dict_quick_check","d":"

(PHP 5 >= 5.3.0, PECL enchant:0.2.0-1.0.1)
\nCheck the word is correctly spelled and provide suggestions

"},{"t":"F","n":"\\enchant_dict_store_replacement","p":"[Global_Namespace].html#function_enchant_dict_store_replacement","d":"

(PHP 5 >= 5.3.0, PECL enchant >= 0.1.0 )
\nAdd a correction for a word

"},{"t":"F","n":"\\enchant_dict_suggest","p":"[Global_Namespace].html#function_enchant_dict_suggest","d":"

(PHP 5 >= 5.3.0, PECL enchant >= 0.1.0 )
\nWill return a list of values if any of those pre-conditions are not met

"},{"t":"F","n":"\\end","p":"[Global_Namespace].html#function_end","d":"

Set the internal pointer of an array to its last element

"},{"t":"F","n":"\\ereg","p":"[Global_Namespace].html#function_ereg","d":"

Regular expression match

"},{"t":"F","n":"\\ereg_replace","p":"[Global_Namespace].html#function_ereg_replace","d":"

Replace regular expression

"},{"t":"F","n":"\\eregi","p":"[Global_Namespace].html#function_eregi","d":"

Case insensitive regular expression match

"},{"t":"F","n":"\\eregi_replace","p":"[Global_Namespace].html#function_eregi_replace","d":"

Replace regular expression case insensitive

"},{"t":"F","n":"\\error_clear_last","p":"[Global_Namespace].html#function_error_clear_last","d":"

Clear the most recent error

"},{"t":"F","n":"\\error_get_last","p":"[Global_Namespace].html#function_error_get_last","d":"

Get the last occurred error

"},{"t":"F","n":"\\error_log","p":"[Global_Namespace].html#function_error_log","d":"

Send an error message to the defined error handling routines

"},{"t":"F","n":"\\escapeshellarg","p":"[Global_Namespace].html#function_escapeshellarg","d":"

Escape a string to be used as a shell argument

"},{"t":"F","n":"\\escapeshellcmd","p":"[Global_Namespace].html#function_escapeshellcmd","d":"

Escape shell metacharacters

"},{"t":"F","n":"\\event_add","p":"[Global_Namespace].html#function_event_add","d":"

Add an event to the set of monitored events

\n

(PECL libevent >= 0.0.1)

"},{"t":"F","n":"\\event_base_free","p":"[Global_Namespace].html#function_event_base_free","d":"

Destroy event base

\n

(PECL libevent >= 0.0.1)

"},{"t":"F","n":"\\event_base_loop","p":"[Global_Namespace].html#function_event_base_loop","d":"

Handle events

\n

(PECL libevent >= 0.0.1)

"},{"t":"F","n":"\\event_base_loopbreak","p":"[Global_Namespace].html#function_event_base_loopbreak","d":"

Tells the event_base to exit its loop immediately.

\n

(PECL libevent >= 0.0.1)

"},{"t":"F","n":"\\event_base_loopexit","p":"[Global_Namespace].html#function_event_base_loopexit","d":"

Tells an event_base to stop looping after a given time has elapsed

\n

(PECL libevent >= 0.0.1)

"},{"t":"F","n":"\\event_base_new","p":"[Global_Namespace].html#function_event_base_new","d":"

Create and initialize new event base

"},{"t":"F","n":"\\event_base_priority_init","p":"[Global_Namespace].html#function_event_base_priority_init","d":"

Set the number of different event priority levels

\n

(PECL libevent >= 0.0.2)

"},{"t":"F","n":"\\event_base_set","p":"[Global_Namespace].html#function_event_base_set","d":"

Associate event base with an event

\n

(PECL libevent >= 0.0.1)

"},{"t":"F","n":"\\event_buffer_base_set","p":"[Global_Namespace].html#function_event_buffer_base_set","d":"

Associate buffered event with an event base

\n

(PECL libevent >= 0.0.1)

"},{"t":"F","n":"\\event_buffer_disable","p":"[Global_Namespace].html#function_event_buffer_disable","d":"

Disable a buffered event

\n

(PECL libevent >= 0.0.1)

"},{"t":"F","n":"\\event_buffer_enable","p":"[Global_Namespace].html#function_event_buffer_enable","d":"

Enables the specified buffered event.

\n

(PECL libevent >= 0.0.1)

"},{"t":"F","n":"\\event_buffer_fd_set","p":"[Global_Namespace].html#function_event_buffer_fd_set","d":"

Changes the file descriptor on which the buffered event operates.

\n

(PECL libevent >= 0.0.1)

"},{"t":"F","n":"\\event_buffer_free","p":"[Global_Namespace].html#function_event_buffer_free","d":"

Destroys the specified buffered event and frees all the resources associated.

\n

(PECL libevent >= 0.0.1)

"},{"t":"F","n":"\\event_buffer_new","p":"[Global_Namespace].html#function_event_buffer_new","d":"

Create new buffered event

\n

(PECL libevent >= 0.0.1)

"},{"t":"F","n":"\\event_buffer_priority_set","p":"[Global_Namespace].html#function_event_buffer_priority_set","d":"

Assign a priority to a buffered event. Use it after\ninitializing event, but before adding an event to the event_base.

\n

(PECL libevent >= 0.0.1)

"},{"t":"F","n":"\\event_buffer_read","p":"[Global_Namespace].html#function_event_buffer_read","d":"

Reads data from the input buffer of the buffered event.

\n

(PECL libevent >= 0.0.1)

"},{"t":"F","n":"\\event_buffer_set_callback","p":"[Global_Namespace].html#function_event_buffer_set_callback","d":"

Set or reset callbacks for a buffered event

\n

(PECL libevent >= 0.0.4)

"},{"t":"F","n":"\\event_buffer_timeout_set","p":"[Global_Namespace].html#function_event_buffer_timeout_set","d":"

Sets the read and write timeouts for the specified buffered event.

\n

(PECL libevent >= 0.0.1)

"},{"t":"F","n":"\\event_buffer_watermark_set","p":"[Global_Namespace].html#function_event_buffer_watermark_set","d":"

Set the watermarks for read and write events.

\n

(PECL libevent >= 0.0.1)

"},{"t":"F","n":"\\event_buffer_write","p":"[Global_Namespace].html#function_event_buffer_write","d":"

Writes data to the specified buffered event.

\n

(PECL libevent >= 0.0.1)

"},{"t":"F","n":"\\event_del","p":"[Global_Namespace].html#function_event_del","d":"

Remove an event from the set of monitored events.

\n

(PECL libevent >= 0.0.1)

"},{"t":"F","n":"\\event_free","p":"[Global_Namespace].html#function_event_free","d":"

Free event resource.

\n

(PECL libevent >= 0.0.1)

"},{"t":"F","n":"\\event_new","p":"[Global_Namespace].html#function_event_new","d":"

Creates and returns a new event resource.

\n

(PECL libevent >= 0.0.1)

"},{"t":"F","n":"\\event_set","p":"[Global_Namespace].html#function_event_set","d":"

Prepares the event to be used in event_add().

\n

(PECL libevent >= 0.0.1)

"},{"t":"F","n":"\\event_timer_add","p":"[Global_Namespace].html#function_event_timer_add","d":"

Alias of event_add().

"},{"t":"F","n":"\\event_timer_del","p":"[Global_Namespace].html#function_event_timer_del","d":"

Alias of event_del().

"},{"t":"F","n":"\\event_timer_new","p":"[Global_Namespace].html#function_event_timer_new","d":"

Alias of event_new().

"},{"t":"F","n":"\\event_timer_pending","p":"[Global_Namespace].html#function_event_timer_pending","d":"

Checks if a specific event is pending or scheduled.

"},{"t":"F","n":"\\event_timer_set","p":"[Global_Namespace].html#function_event_timer_set","d":"

Prepares the timer event to be used in event_add().

"},{"t":"F","n":"\\exec","p":"[Global_Namespace].html#function_exec","d":"

Execute an external program

"},{"t":"F","n":"\\exif_imagetype","p":"[Global_Namespace].html#function_exif_imagetype","d":"

Determine the type of an image

"},{"t":"F","n":"\\exif_read_data","p":"[Global_Namespace].html#function_exif_read_data","d":"

Reads the EXIF headers from JPEG or TIFF

"},{"t":"F","n":"\\exif_tagname","p":"[Global_Namespace].html#function_exif_tagname","d":"

Get the header name for an index

"},{"t":"F","n":"\\exif_thumbnail","p":"[Global_Namespace].html#function_exif_thumbnail","d":"

Retrieve the embedded thumbnail of a TIFF or JPEG image

"},{"t":"F","n":"\\exp","p":"[Global_Namespace].html#function_exp","d":"

Calculates the exponent of e

"},{"t":"F","n":"\\expect_expectl","p":"[Global_Namespace].html#function_expect_expectl","d":"

Waits until the output from a process matches one of the patterns, a specified time period has passed,\nor an EOF is seen.

"},{"t":"F","n":"\\expect_popen","p":"[Global_Namespace].html#function_expect_popen","d":"

Execute command via Bourne shell, and open the PTY stream to the process

"},{"t":"F","n":"\\explode","p":"[Global_Namespace].html#function_explode","d":"

Split a string by a string

"},{"t":"F","n":"\\expm1","p":"[Global_Namespace].html#function_expm1","d":"

Returns exp(number) - 1, computed in a way that is accurate even\nwhen the value of number is close to zero

"},{"t":"F","n":"\\extract","p":"[Global_Namespace].html#function_extract","d":"

Import variables into the current symbol table from an array

"},{"t":"F","n":"\\ezmlm_hash","p":"[Global_Namespace].html#function_ezmlm_hash","d":"

Calculate the hash value needed by EZMLM

"},{"t":"F","n":"\\fann_cascadetrain_on_data","p":"[Global_Namespace].html#function_fann_cascadetrain_on_data","d":"

Trains on an entire dataset, for a period of time using the Cascade2 training algorithm

"},{"t":"F","n":"\\fann_cascadetrain_on_file","p":"[Global_Namespace].html#function_fann_cascadetrain_on_file","d":"

Trains on an entire dataset read from file, for a period of time using the Cascade2 training algorithm.

"},{"t":"F","n":"\\fann_clear_scaling_params","p":"[Global_Namespace].html#function_fann_clear_scaling_params","d":"

Clears scaling parameters

"},{"t":"F","n":"\\fann_copy","p":"[Global_Namespace].html#function_fann_copy","d":"

Creates a copy of a fann structure

"},{"t":"F","n":"\\fann_create_from_file","p":"[Global_Namespace].html#function_fann_create_from_file","d":"

Constructs a backpropagation neural network from a configuration file

"},{"t":"F","n":"\\fann_create_shortcut","p":"[Global_Namespace].html#function_fann_create_shortcut","d":"

Creates a standard backpropagation neural network which is not fully connectected and has shortcut connections

"},{"t":"F","n":"\\fann_create_shortcut_array","p":"[Global_Namespace].html#function_fann_create_shortcut_array","d":"

Creates a standard backpropagation neural network which is not fully connectected and has shortcut connections

"},{"t":"F","n":"\\fann_create_sparse","p":"[Global_Namespace].html#function_fann_create_sparse","d":"

Creates a standard backpropagation neural network, which is not fully connected

"},{"t":"F","n":"\\fann_create_sparse_array","p":"[Global_Namespace].html#function_fann_create_sparse_array","d":"

Creates a standard backpropagation neural network, which is not fully connected using an array of layer sizes

"},{"t":"F","n":"\\fann_create_standard","p":"[Global_Namespace].html#function_fann_create_standard","d":"

Creates a standard fully connected backpropagation neural network

"},{"t":"F","n":"\\fann_create_standard_array","p":"[Global_Namespace].html#function_fann_create_standard_array","d":"

Creates a standard fully connected backpropagation neural network using an array of layer sizes

"},{"t":"F","n":"\\fann_create_train","p":"[Global_Namespace].html#function_fann_create_train","d":"

Creates an empty training data struct

"},{"t":"F","n":"\\fann_create_train_from_callback","p":"[Global_Namespace].html#function_fann_create_train_from_callback","d":"

Creates the training data struct from a user supplied function

"},{"t":"F","n":"\\fann_descale_input","p":"[Global_Namespace].html#function_fann_descale_input","d":"

Scale data in input vector after get it from ann based on previously calculated parameters

"},{"t":"F","n":"\\fann_descale_output","p":"[Global_Namespace].html#function_fann_descale_output","d":"

Scale data in output vector after get it from ann based on previously calculated parameters

"},{"t":"F","n":"\\fann_descale_train","p":"[Global_Namespace].html#function_fann_descale_train","d":"

Descale input and output data based on previously calculated parameters

"},{"t":"F","n":"\\fann_destroy","p":"[Global_Namespace].html#function_fann_destroy","d":"

Destroys the entire network and properly freeing all the associated memory

"},{"t":"F","n":"\\fann_destroy_train","p":"[Global_Namespace].html#function_fann_destroy_train","d":"

Destructs the training data

"},{"t":"F","n":"\\fann_duplicate_train_data","p":"[Global_Namespace].html#function_fann_duplicate_train_data","d":"

Returns an exact copy of a fann train data

"},{"t":"F","n":"\\fann_get_MSE","p":"[Global_Namespace].html#function_fann_get_MSE","d":"

Reads the mean square error from the network

"},{"t":"F","n":"\\fann_get_activation_function","p":"[Global_Namespace].html#function_fann_get_activation_function","d":"

Returns the activation function

"},{"t":"F","n":"\\fann_get_activation_steepness","p":"[Global_Namespace].html#function_fann_get_activation_steepness","d":"

Returns the activation steepness for supplied neuron and layer number

"},{"t":"F","n":"\\fann_get_bias_array","p":"[Global_Namespace].html#function_fann_get_bias_array","d":"

Get the number of bias in each layer in the network

"},{"t":"F","n":"\\fann_get_bit_fail","p":"[Global_Namespace].html#function_fann_get_bit_fail","d":"

The number of fail bits

"},{"t":"F","n":"\\fann_get_bit_fail_limit","p":"[Global_Namespace].html#function_fann_get_bit_fail_limit","d":"

Returns the bit fail limit used during training

"},{"t":"F","n":"\\fann_get_cascade_activation_functions","p":"[Global_Namespace].html#function_fann_get_cascade_activation_functions","d":"

Returns the cascade activation functions

"},{"t":"F","n":"\\fann_get_cascade_activation_functions_count","p":"[Global_Namespace].html#function_fann_get_cascade_activation_functions_count","d":"

Returns the number of cascade activation functions

"},{"t":"F","n":"\\fann_get_cascade_activation_steepnesses","p":"[Global_Namespace].html#function_fann_get_cascade_activation_steepnesses","d":"

Returns the cascade activation steepnesses

"},{"t":"F","n":"\\fann_get_cascade_activation_steepnesses_count","p":"[Global_Namespace].html#function_fann_get_cascade_activation_steepnesses_count","d":"

The number of activation steepnesses

"},{"t":"F","n":"\\fann_get_cascade_candidate_change_fraction","p":"[Global_Namespace].html#function_fann_get_cascade_candidate_change_fraction","d":"

Returns the cascade candidate change fraction

"},{"t":"F","n":"\\fann_get_cascade_candidate_limit","p":"[Global_Namespace].html#function_fann_get_cascade_candidate_limit","d":"

Return the candidate limit

"},{"t":"F","n":"\\fann_get_cascade_candidate_stagnation_epochs","p":"[Global_Namespace].html#function_fann_get_cascade_candidate_stagnation_epochs","d":"

Returns the number of cascade candidate stagnation epochs

"},{"t":"F","n":"\\fann_get_cascade_max_cand_epochs","p":"[Global_Namespace].html#function_fann_get_cascade_max_cand_epochs","d":"

Returns the maximum candidate epochs

"},{"t":"F","n":"\\fann_get_cascade_max_out_epochs","p":"[Global_Namespace].html#function_fann_get_cascade_max_out_epochs","d":"

Returns the maximum out epochs

"},{"t":"F","n":"\\fann_get_cascade_min_cand_epochs","p":"[Global_Namespace].html#function_fann_get_cascade_min_cand_epochs","d":"

Returns the minimum candidate epochs

"},{"t":"F","n":"\\fann_get_cascade_min_out_epochs","p":"[Global_Namespace].html#function_fann_get_cascade_min_out_epochs","d":"

Returns the minimum out epochs

"},{"t":"F","n":"\\fann_get_cascade_num_candidate_groups","p":"[Global_Namespace].html#function_fann_get_cascade_num_candidate_groups","d":"

Returns the number of candidate groups

"},{"t":"F","n":"\\fann_get_cascade_num_candidates","p":"[Global_Namespace].html#function_fann_get_cascade_num_candidates","d":"

Returns the number of candidates used during training

"},{"t":"F","n":"\\fann_get_cascade_output_change_fraction","p":"[Global_Namespace].html#function_fann_get_cascade_output_change_fraction","d":"

Returns the cascade output change fraction

"},{"t":"F","n":"\\fann_get_cascade_output_stagnation_epochs","p":"[Global_Namespace].html#function_fann_get_cascade_output_stagnation_epochs","d":"

Returns the number of cascade output stagnation epochs

"},{"t":"F","n":"\\fann_get_cascade_weight_multiplier","p":"[Global_Namespace].html#function_fann_get_cascade_weight_multiplier","d":"

Returns the weight multiplier

"},{"t":"F","n":"\\fann_get_connection_array","p":"[Global_Namespace].html#function_fann_get_connection_array","d":"

Get connections in the network

"},{"t":"F","n":"\\fann_get_connection_rate","p":"[Global_Namespace].html#function_fann_get_connection_rate","d":"

Get the connection rate used when the network was created

"},{"t":"F","n":"\\fann_get_errno","p":"[Global_Namespace].html#function_fann_get_errno","d":"

Returns the last error number

"},{"t":"F","n":"\\fann_get_errstr","p":"[Global_Namespace].html#function_fann_get_errstr","d":"

Returns the last errstr

"},{"t":"F","n":"\\fann_get_layer_array","p":"[Global_Namespace].html#function_fann_get_layer_array","d":"

Get the number of neurons in each layer in the network

"},{"t":"F","n":"\\fann_get_learning_momentum","p":"[Global_Namespace].html#function_fann_get_learning_momentum","d":"

Returns the learning momentum

"},{"t":"F","n":"\\fann_get_learning_rate","p":"[Global_Namespace].html#function_fann_get_learning_rate","d":"

Returns the learning rate

"},{"t":"F","n":"\\fann_get_network_type","p":"[Global_Namespace].html#function_fann_get_network_type","d":"

Get the type of neural network it was created as

"},{"t":"F","n":"\\fann_get_num_input","p":"[Global_Namespace].html#function_fann_get_num_input","d":"

Get the number of input neurons

"},{"t":"F","n":"\\fann_get_num_layers","p":"[Global_Namespace].html#function_fann_get_num_layers","d":"

Get the number of layers in the neural network

"},{"t":"F","n":"\\fann_get_num_output","p":"[Global_Namespace].html#function_fann_get_num_output","d":"

Get the number of output neurons

"},{"t":"F","n":"\\fann_get_quickprop_decay","p":"[Global_Namespace].html#function_fann_get_quickprop_decay","d":"

Returns the decay which is a factor that weights should decrease in each iteration during quickprop training

"},{"t":"F","n":"\\fann_get_quickprop_mu","p":"[Global_Namespace].html#function_fann_get_quickprop_mu","d":"

Returns the mu factor

"},{"t":"F","n":"\\fann_get_rprop_decrease_factor","p":"[Global_Namespace].html#function_fann_get_rprop_decrease_factor","d":"

Returns the increase factor used during RPROP training

"},{"t":"F","n":"\\fann_get_rprop_delta_max","p":"[Global_Namespace].html#function_fann_get_rprop_delta_max","d":"

Returns the maximum step-size

"},{"t":"F","n":"\\fann_get_rprop_delta_min","p":"[Global_Namespace].html#function_fann_get_rprop_delta_min","d":"

Returns the minimum step-size

"},{"t":"F","n":"\\fann_get_rprop_delta_zero","p":"[Global_Namespace].html#function_fann_get_rprop_delta_zero","d":"

Returns the initial step-size

"},{"t":"F","n":"\\fann_get_rprop_increase_factor","p":"[Global_Namespace].html#function_fann_get_rprop_increase_factor","d":"

Returns the increase factor used during RPROP training

"},{"t":"F","n":"\\fann_get_sarprop_step_error_shift","p":"[Global_Namespace].html#function_fann_get_sarprop_step_error_shift","d":"

Returns the sarprop step error shift

"},{"t":"F","n":"\\fann_get_sarprop_step_error_threshold_factor","p":"[Global_Namespace].html#function_fann_get_sarprop_step_error_threshold_factor","d":"

Returns the sarprop step error threshold factor

"},{"t":"F","n":"\\fann_get_sarprop_temperature","p":"[Global_Namespace].html#function_fann_get_sarprop_temperature","d":"

Returns the sarprop temperature

"},{"t":"F","n":"\\fann_get_sarprop_weight_decay_shift","p":"[Global_Namespace].html#function_fann_get_sarprop_weight_decay_shift","d":"

Returns the sarprop weight decay shift

"},{"t":"F","n":"\\fann_get_total_connections","p":"[Global_Namespace].html#function_fann_get_total_connections","d":"

Get the total number of connections in the entire network

"},{"t":"F","n":"\\fann_get_total_neurons","p":"[Global_Namespace].html#function_fann_get_total_neurons","d":"

Get the total number of neurons in the entire network

"},{"t":"F","n":"\\fann_get_train_error_function","p":"[Global_Namespace].html#function_fann_get_train_error_function","d":"

Returns the error function used during training

"},{"t":"F","n":"\\fann_get_train_stop_function","p":"[Global_Namespace].html#function_fann_get_train_stop_function","d":"

Returns the stop function used during training

"},{"t":"F","n":"\\fann_get_training_algorithm","p":"[Global_Namespace].html#function_fann_get_training_algorithm","d":"

Returns the training algorithm

"},{"t":"F","n":"\\fann_init_weights","p":"[Global_Namespace].html#function_fann_init_weights","d":"

Initialize the weights using Widrow + Nguyen\u2019s algorithm

"},{"t":"F","n":"\\fann_length_train_data","p":"[Global_Namespace].html#function_fann_length_train_data","d":"

Returns the number of training patterns in the train data

"},{"t":"F","n":"\\fann_merge_train_data","p":"[Global_Namespace].html#function_fann_merge_train_data","d":"

Merges the train data

"},{"t":"F","n":"\\fann_num_input_train_data","p":"[Global_Namespace].html#function_fann_num_input_train_data","d":"

Returns the number of inputs in each of the training patterns in the train data

"},{"t":"F","n":"\\fann_num_output_train_data","p":"[Global_Namespace].html#function_fann_num_output_train_data","d":"

Returns the number of outputs in each of the training patterns in the train data

"},{"t":"F","n":"\\fann_print_error","p":"[Global_Namespace].html#function_fann_print_error","d":"

Prints the error string

"},{"t":"F","n":"\\fann_randomize_weights","p":"[Global_Namespace].html#function_fann_randomize_weights","d":"

Give each connection a random weight between min_weight and max_weight

"},{"t":"F","n":"\\fann_read_train_from_file","p":"[Global_Namespace].html#function_fann_read_train_from_file","d":"

Reads a file that stores training data

"},{"t":"F","n":"\\fann_reset_MSE","p":"[Global_Namespace].html#function_fann_reset_MSE","d":"

Resets the mean square error from the network

"},{"t":"F","n":"\\fann_reset_errno","p":"[Global_Namespace].html#function_fann_reset_errno","d":"

Resets the last error number

"},{"t":"F","n":"\\fann_reset_errstr","p":"[Global_Namespace].html#function_fann_reset_errstr","d":"

Resets the last error string

"},{"t":"F","n":"\\fann_run","p":"[Global_Namespace].html#function_fann_run","d":"

Will run input through the neural network

"},{"t":"F","n":"\\fann_save","p":"[Global_Namespace].html#function_fann_save","d":"

Saves the entire network to a configuration file

"},{"t":"F","n":"\\fann_save_train","p":"[Global_Namespace].html#function_fann_save_train","d":"

Save the training structure to a file

"},{"t":"F","n":"\\fann_scale_input","p":"[Global_Namespace].html#function_fann_scale_input","d":"

Scale data in input vector before feed it to ann based on previously calculated parameters

"},{"t":"F","n":"\\fann_scale_input_train_data","p":"[Global_Namespace].html#function_fann_scale_input_train_data","d":"

Scales the inputs in the training data to the specified range

"},{"t":"F","n":"\\fann_scale_output","p":"[Global_Namespace].html#function_fann_scale_output","d":"

Scale data in output vector before feed it to ann based on previously calculated parameters

"},{"t":"F","n":"\\fann_scale_output_train_data","p":"[Global_Namespace].html#function_fann_scale_output_train_data","d":"

Scales the outputs in the training data to the specified range

"},{"t":"F","n":"\\fann_scale_train","p":"[Global_Namespace].html#function_fann_scale_train","d":"

Scale input and output data based on previously calculated parameters

"},{"t":"F","n":"\\fann_scale_train_data","p":"[Global_Namespace].html#function_fann_scale_train_data","d":"

Scales the inputs and outputs in the training data to the specified range

"},{"t":"F","n":"\\fann_set_activation_function","p":"[Global_Namespace].html#function_fann_set_activation_function","d":"

Sets the activation function for supplied neuron and layer

"},{"t":"F","n":"\\fann_set_activation_function_hidden","p":"[Global_Namespace].html#function_fann_set_activation_function_hidden","d":"

Sets the activation function for all of the hidden layers

"},{"t":"F","n":"\\fann_set_activation_function_layer","p":"[Global_Namespace].html#function_fann_set_activation_function_layer","d":"

Sets the activation function for all the neurons in the supplied layer.

"},{"t":"F","n":"\\fann_set_activation_function_output","p":"[Global_Namespace].html#function_fann_set_activation_function_output","d":"

Sets the activation function for the output layer

"},{"t":"F","n":"\\fann_set_activation_steepness","p":"[Global_Namespace].html#function_fann_set_activation_steepness","d":"

Sets the activation steepness for supplied neuron and layer number

"},{"t":"F","n":"\\fann_set_activation_steepness_hidden","p":"[Global_Namespace].html#function_fann_set_activation_steepness_hidden","d":"

Sets the steepness of the activation steepness for all neurons in the all hidden layers

"},{"t":"F","n":"\\fann_set_activation_steepness_layer","p":"[Global_Namespace].html#function_fann_set_activation_steepness_layer","d":"

Sets the activation steepness for all of the neurons in the supplied layer number

"},{"t":"F","n":"\\fann_set_activation_steepness_output","p":"[Global_Namespace].html#function_fann_set_activation_steepness_output","d":"

Sets the steepness of the activation steepness in the output layer

"},{"t":"F","n":"\\fann_set_bit_fail_limit","p":"[Global_Namespace].html#function_fann_set_bit_fail_limit","d":"

Set the bit fail limit used during training

"},{"t":"F","n":"\\fann_set_callback","p":"[Global_Namespace].html#function_fann_set_callback","d":"

Sets the callback function for use during training

"},{"t":"F","n":"\\fann_set_cascade_activation_functions","p":"[Global_Namespace].html#function_fann_set_cascade_activation_functions","d":"

Sets the array of cascade candidate activation functions

"},{"t":"F","n":"\\fann_set_cascade_activation_steepnesses","p":"[Global_Namespace].html#function_fann_set_cascade_activation_steepnesses","d":"

Sets the array of cascade candidate activation steepnesses

"},{"t":"F","n":"\\fann_set_cascade_candidate_change_fraction","p":"[Global_Namespace].html#function_fann_set_cascade_candidate_change_fraction","d":"

Sets the cascade candidate change fraction

"},{"t":"F","n":"\\fann_set_cascade_candidate_limit","p":"[Global_Namespace].html#function_fann_set_cascade_candidate_limit","d":"

Sets the candidate limit

"},{"t":"F","n":"\\fann_set_cascade_candidate_stagnation_epochs","p":"[Global_Namespace].html#function_fann_set_cascade_candidate_stagnation_epochs","d":"

Sets the number of cascade candidate stagnation epochs

"},{"t":"F","n":"\\fann_set_cascade_max_cand_epochs","p":"[Global_Namespace].html#function_fann_set_cascade_max_cand_epochs","d":"

Sets the max candidate epochs

"},{"t":"F","n":"\\fann_set_cascade_max_out_epochs","p":"[Global_Namespace].html#function_fann_set_cascade_max_out_epochs","d":"

Sets the maximum out epochs

"},{"t":"F","n":"\\fann_set_cascade_min_cand_epochs","p":"[Global_Namespace].html#function_fann_set_cascade_min_cand_epochs","d":"

Sets the min candidate epochs

"},{"t":"F","n":"\\fann_set_cascade_min_out_epochs","p":"[Global_Namespace].html#function_fann_set_cascade_min_out_epochs","d":"

Sets the minimum out epochs

"},{"t":"F","n":"\\fann_set_cascade_num_candidate_groups","p":"[Global_Namespace].html#function_fann_set_cascade_num_candidate_groups","d":"

Sets the number of candidate groups

"},{"t":"F","n":"\\fann_set_cascade_output_change_fraction","p":"[Global_Namespace].html#function_fann_set_cascade_output_change_fraction","d":"

Sets the cascade output change fraction

"},{"t":"F","n":"\\fann_set_cascade_output_stagnation_epochs","p":"[Global_Namespace].html#function_fann_set_cascade_output_stagnation_epochs","d":"

Sets the number of cascade output stagnation epochs

"},{"t":"F","n":"\\fann_set_cascade_weight_multiplier","p":"[Global_Namespace].html#function_fann_set_cascade_weight_multiplier","d":"

Sets the weight multiplier

"},{"t":"F","n":"\\fann_set_error_log","p":"[Global_Namespace].html#function_fann_set_error_log","d":"

Sets where the errors are logged to

"},{"t":"F","n":"\\fann_set_input_scaling_params","p":"[Global_Namespace].html#function_fann_set_input_scaling_params","d":"

Calculate input scaling parameters for future use based on training data

"},{"t":"F","n":"\\fann_set_learning_momentum","p":"[Global_Namespace].html#function_fann_set_learning_momentum","d":"

Sets the learning momentum

"},{"t":"F","n":"\\fann_set_learning_rate","p":"[Global_Namespace].html#function_fann_set_learning_rate","d":"

Sets the learning rate

"},{"t":"F","n":"\\fann_set_output_scaling_params","p":"[Global_Namespace].html#function_fann_set_output_scaling_params","d":"

Calculate output scaling parameters for future use based on training data

"},{"t":"F","n":"\\fann_set_quickprop_decay","p":"[Global_Namespace].html#function_fann_set_quickprop_decay","d":"

Sets the quickprop decay factor

"},{"t":"F","n":"\\fann_set_quickprop_mu","p":"[Global_Namespace].html#function_fann_set_quickprop_mu","d":"

Sets the quickprop mu factor

"},{"t":"F","n":"\\fann_set_rprop_decrease_factor","p":"[Global_Namespace].html#function_fann_set_rprop_decrease_factor","d":"

Sets the decrease factor used during RPROP training

"},{"t":"F","n":"\\fann_set_rprop_delta_max","p":"[Global_Namespace].html#function_fann_set_rprop_delta_max","d":"

Sets the maximum step-size

"},{"t":"F","n":"\\fann_set_rprop_delta_min","p":"[Global_Namespace].html#function_fann_set_rprop_delta_min","d":"

Sets the minimum step-size

"},{"t":"F","n":"\\fann_set_rprop_delta_zero","p":"[Global_Namespace].html#function_fann_set_rprop_delta_zero","d":"

Sets the initial step-size

"},{"t":"F","n":"\\fann_set_rprop_increase_factor","p":"[Global_Namespace].html#function_fann_set_rprop_increase_factor","d":"

Sets the increase factor used during RPROP training

"},{"t":"F","n":"\\fann_set_sarprop_step_error_shift","p":"[Global_Namespace].html#function_fann_set_sarprop_step_error_shift","d":"

Sets the sarprop step error shift

"},{"t":"F","n":"\\fann_set_sarprop_step_error_threshold_factor","p":"[Global_Namespace].html#function_fann_set_sarprop_step_error_threshold_factor","d":"

Sets the sarprop step error threshold factor

"},{"t":"F","n":"\\fann_set_sarprop_temperature","p":"[Global_Namespace].html#function_fann_set_sarprop_temperature","d":"

Sets the sarprop temperature

"},{"t":"F","n":"\\fann_set_sarprop_weight_decay_shift","p":"[Global_Namespace].html#function_fann_set_sarprop_weight_decay_shift","d":"

Sets the sarprop weight decay shift

"},{"t":"F","n":"\\fann_set_scaling_params","p":"[Global_Namespace].html#function_fann_set_scaling_params","d":"

Calculate input and output scaling parameters for future use based on training data

"},{"t":"F","n":"\\fann_set_train_error_function","p":"[Global_Namespace].html#function_fann_set_train_error_function","d":"

Sets the error function used during training

"},{"t":"F","n":"\\fann_set_train_stop_function","p":"[Global_Namespace].html#function_fann_set_train_stop_function","d":"

Sets the stop function used during training

"},{"t":"F","n":"\\fann_set_training_algorithm","p":"[Global_Namespace].html#function_fann_set_training_algorithm","d":"

Sets the training algorithm

"},{"t":"F","n":"\\fann_set_weight","p":"[Global_Namespace].html#function_fann_set_weight","d":"

Set a connection in the network

"},{"t":"F","n":"\\fann_set_weight_array","p":"[Global_Namespace].html#function_fann_set_weight_array","d":"

Set connections in the network

"},{"t":"F","n":"\\fann_shuffle_train_data","p":"[Global_Namespace].html#function_fann_shuffle_train_data","d":"

Shuffles training data, randomizing the order

"},{"t":"F","n":"\\fann_subset_train_data","p":"[Global_Namespace].html#function_fann_subset_train_data","d":"

Returns an copy of a subset of the train data

"},{"t":"F","n":"\\fann_test","p":"[Global_Namespace].html#function_fann_test","d":"

Test with a set of inputs, and a set of desired outputs

"},{"t":"F","n":"\\fann_test_data","p":"[Global_Namespace].html#function_fann_test_data","d":"

Test a set of training data and calculates the MSE for the training data

"},{"t":"F","n":"\\fann_train","p":"[Global_Namespace].html#function_fann_train","d":"

Train one iteration with a set of inputs, and a set of desired outputs

"},{"t":"F","n":"\\fann_train_epoch","p":"[Global_Namespace].html#function_fann_train_epoch","d":"

Train one epoch with a set of training data

"},{"t":"F","n":"\\fann_train_on_data","p":"[Global_Namespace].html#function_fann_train_on_data","d":"

Trains on an entire dataset for a period of time

"},{"t":"F","n":"\\fann_train_on_file","p":"[Global_Namespace].html#function_fann_train_on_file","d":"

Trains on an entire dataset, which is read from file, for a period of time

"},{"t":"F","n":"\\fastcgi_finish_request","p":"[Global_Namespace].html#function_fastcgi_finish_request","d":"

This function flushes all response data to the client and finishes the request.

"},{"t":"F","n":"\\fbird_add_user","p":"[Global_Namespace].html#function_fbird_add_user","d":"

This is an alias of ibase_add_user\nAdd a user to a security database (only for IB6 or later)

"},{"t":"F","n":"\\fbird_affected_rows","p":"[Global_Namespace].html#function_fbird_affected_rows","d":"

This is an alias of ibase_affected_rows\nReturn the number of rows that were affected by the previous query

"},{"t":"F","n":"\\fbird_backup","p":"[Global_Namespace].html#function_fbird_backup","d":"

This is an alias of ibase_backup\nInitiates a backup task in the service manager and returns immediately

"},{"t":"F","n":"\\fbird_blob_add","p":"[Global_Namespace].html#function_fbird_blob_add","d":"

This is an alias of ibase_blob_add\nAdd data into a newly created blob

"},{"t":"F","n":"\\fbird_blob_cancel","p":"[Global_Namespace].html#function_fbird_blob_cancel","d":"

This is an alias of ibase_blob_cancel\nCancel creating blob

"},{"t":"F","n":"\\fbird_blob_close","p":"[Global_Namespace].html#function_fbird_blob_close","d":"

This is an alias of ibase_blob_close\nClose blob

"},{"t":"F","n":"\\fbird_blob_create","p":"[Global_Namespace].html#function_fbird_blob_create","d":"

This is an alias of ibase_blob_create\nCreate a new blob for adding data

"},{"t":"F","n":"\\fbird_blob_echo","p":"[Global_Namespace].html#function_fbird_blob_echo","d":"

This is an alias of ibase_blob_echo\nOutput blob contents to browser

"},{"t":"F","n":"\\fbird_blob_get","p":"[Global_Namespace].html#function_fbird_blob_get","d":"

This is an alias of ibase_blob_get\nGet len bytes data from open blob

"},{"t":"F","n":"\\fbird_blob_import","p":"[Global_Namespace].html#function_fbird_blob_import","d":"

This is an alias of ibase_blob_import\nCreate blob, copy file in it, and close it

"},{"t":"F","n":"\\fbird_blob_info","p":"[Global_Namespace].html#function_fbird_blob_info","d":"

This is an alias of ibase_blob_info\nReturn blob length and other useful info

"},{"t":"F","n":"\\fbird_blob_open","p":"[Global_Namespace].html#function_fbird_blob_open","d":"

This is an alias of ibase_blob_open\nOpen blob for retrieving data parts

"},{"t":"F","n":"\\fbird_close","p":"[Global_Namespace].html#function_fbird_close","d":"

This is an alias of ibase_close\nClose a connection to an InterBase database

"},{"t":"F","n":"\\fbird_commit","p":"[Global_Namespace].html#function_fbird_commit","d":"

This is an alias of ibase_commit\nCommit a transaction

"},{"t":"F","n":"\\fbird_commit_ret","p":"[Global_Namespace].html#function_fbird_commit_ret","d":"

This is an alias of ibase_commit_ret\nCommit a transaction without closing it

"},{"t":"F","n":"\\fbird_connect","p":"[Global_Namespace].html#function_fbird_connect","d":"

This is an alias of ibase_connect\nOpen a connection to an InterBase database

"},{"t":"F","n":"\\fbird_db_info","p":"[Global_Namespace].html#function_fbird_db_info","d":"

This is an alias of ibase_db_info\nRequest statistics about a database

"},{"t":"F","n":"\\fbird_delete_user","p":"[Global_Namespace].html#function_fbird_delete_user","d":"

This is an alias of ibase_delete_user\nDelete a user from a security database (only for IB6 or later)

"},{"t":"F","n":"\\fbird_drop_db","p":"[Global_Namespace].html#function_fbird_drop_db","d":"

This is an alias of ibase_drop_db\nDrops a database

"},{"t":"F","n":"\\fbird_errcode","p":"[Global_Namespace].html#function_fbird_errcode","d":"

This is an alias of ibase_errcode\nReturn an error code

"},{"t":"F","n":"\\fbird_errmsg","p":"[Global_Namespace].html#function_fbird_errmsg","d":"

This is an alias of ibase_errmsg\nReturn error messages

"},{"t":"F","n":"\\fbird_execute","p":"[Global_Namespace].html#function_fbird_execute","d":"

This is an alias of ibase_execute\nExecute a previously prepared query

"},{"t":"F","n":"\\fbird_fetch_assoc","p":"[Global_Namespace].html#function_fbird_fetch_assoc","d":"

This is an alias of ibase_fetch_assoc\nFetch a result row from a query as an associative array

"},{"t":"F","n":"\\fbird_fetch_object","p":"[Global_Namespace].html#function_fbird_fetch_object","d":"

This is an alias of ibase_fetch_object\nGet an object from a InterBase database

"},{"t":"F","n":"\\fbird_fetch_row","p":"[Global_Namespace].html#function_fbird_fetch_row","d":"

This is an alias of ibase_fetch_row\nFetch a row from an InterBase database

"},{"t":"F","n":"\\fbird_field_info","p":"[Global_Namespace].html#function_fbird_field_info","d":"

This is an alias of ibase_field_info\nGet information about a field

"},{"t":"F","n":"\\fbird_free_event_handler","p":"[Global_Namespace].html#function_fbird_free_event_handler","d":"

This is an alias of ibase_free_event_handler\nCancels a registered event handler

"},{"t":"F","n":"\\fbird_free_query","p":"[Global_Namespace].html#function_fbird_free_query","d":"

This is an alias of ibase_free_query\nFree memory allocated by a prepared query

"},{"t":"F","n":"\\fbird_free_result","p":"[Global_Namespace].html#function_fbird_free_result","d":"

This is an alias of ibase_free_result\nFree a result set

"},{"t":"F","n":"\\fbird_gen_id","p":"[Global_Namespace].html#function_fbird_gen_id","d":"

This is an alias of ibase_gen_id\nIncrements the named generator and returns its new value

"},{"t":"F","n":"\\fbird_maintain_db","p":"[Global_Namespace].html#function_fbird_maintain_db","d":"

This is an alias of ibase_maintain_db\nExecute a maintenance command on the database server

"},{"t":"F","n":"\\fbird_modify_user","p":"[Global_Namespace].html#function_fbird_modify_user","d":"

This is an alias of ibase_modify_user\nModify a user to a security database (only for IB6 or later)

"},{"t":"F","n":"\\fbird_name_result","p":"[Global_Namespace].html#function_fbird_name_result","d":"

This is an alias of ibase_name_result\nAssigns a name to a result set

"},{"t":"F","n":"\\fbird_num_fields","p":"[Global_Namespace].html#function_fbird_num_fields","d":"

This is an alias of ibase_num_fields\nGet the number of fields in a result set

"},{"t":"F","n":"\\fbird_num_params","p":"[Global_Namespace].html#function_fbird_num_params","d":"

This is an alias of ibase_num_params\nReturn the number of parameters in a prepared query

"},{"t":"F","n":"\\fbird_param_info","p":"[Global_Namespace].html#function_fbird_param_info","d":"

This is an alias of ibase_param_info\nReturn information about a parameter in a prepared query

"},{"t":"F","n":"\\fbird_pconnect","p":"[Global_Namespace].html#function_fbird_pconnect","d":"

This is an alias of ibase_pconnect\nOpen a persistent connection to an InterBase database

"},{"t":"F","n":"\\fbird_prepare","p":"[Global_Namespace].html#function_fbird_prepare","d":"

This is an alias of ibase_prepare\nPrepare a query for later binding of parameter placeholders and execution

"},{"t":"F","n":"\\fbird_query","p":"[Global_Namespace].html#function_fbird_query","d":"

This is an alias of ibase_query\nExecute a query on an InterBase database

"},{"t":"F","n":"\\fbird_restore","p":"[Global_Namespace].html#function_fbird_restore","d":"

This is an alias of ibase_restore\nInitiates a restore task in the service manager and returns immediately

"},{"t":"F","n":"\\fbird_rollback","p":"[Global_Namespace].html#function_fbird_rollback","d":"

This is an alias of ibase_rollback\nRoll back a transaction

"},{"t":"F","n":"\\fbird_rollback_ret","p":"[Global_Namespace].html#function_fbird_rollback_ret","d":"

This is an alias of ibase_rollback_ret\nRoll back a transaction without closing it

"},{"t":"F","n":"\\fbird_server_info","p":"[Global_Namespace].html#function_fbird_server_info","d":"

This is an alias of ibase_server_info\nRequest information about a database server

"},{"t":"F","n":"\\fbird_service_attach","p":"[Global_Namespace].html#function_fbird_service_attach","d":"

This is an alias of ibase_service_attach\nConnect to the service manager

"},{"t":"F","n":"\\fbird_service_detach","p":"[Global_Namespace].html#function_fbird_service_detach","d":"

This is an alias of ibase_service_detach\nDisconnect from the service manager

"},{"t":"F","n":"\\fbird_set_event_handler","p":"[Global_Namespace].html#function_fbird_set_event_handler","d":"

This is an alias of ibase_set_event_handler\nRegister a callback function to be called when events are posted

"},{"t":"F","n":"\\fbird_trans","p":"[Global_Namespace].html#function_fbird_trans","d":"

This is an alias of ibase_trans\nBegin a transaction

"},{"t":"F","n":"\\fbird_wait_event","p":"[Global_Namespace].html#function_fbird_wait_event","d":"

This is an alias of ibase_wait_event\nWait for an event to be posted by the database

"},{"t":"F","n":"\\fclose","p":"[Global_Namespace].html#function_fclose","d":"

Closes an open file pointer

"},{"t":"F","n":"\\fdatasync","p":"[Global_Namespace].html#function_fdatasync","d":"

Sync file data only to storage. Similar to fsync but does not flush modified metadata. POSIX only, aliased to fsync on Win32.

"},{"t":"F","n":"\\fdiv","p":"[Global_Namespace].html#function_fdiv","d":"

Performs a floating-point division under\nIEEE 754 semantics. Division by zero is considered well-defined and\nwill return one of Inf, -Inf or NaN.

"},{"t":"F","n":"\\feof","p":"[Global_Namespace].html#function_feof","d":"

Tests for end-of-file on a file pointer

"},{"t":"F","n":"\\fflush","p":"[Global_Namespace].html#function_fflush","d":"

Flushes the output to a file

"},{"t":"F","n":"\\fgetc","p":"[Global_Namespace].html#function_fgetc","d":"

Gets character from file pointer

"},{"t":"F","n":"\\fgetcsv","p":"[Global_Namespace].html#function_fgetcsv","d":"

Gets line from file pointer and parse for CSV fields

"},{"t":"F","n":"\\fgets","p":"[Global_Namespace].html#function_fgets","d":"

Gets line from file pointer

"},{"t":"F","n":"\\fgetss","p":"[Global_Namespace].html#function_fgetss","d":"

Gets line from file pointer and strip HTML tags

"},{"t":"F","n":"\\file","p":"[Global_Namespace].html#function_file","d":"

Reads entire file into an array

"},{"t":"F","n":"\\file_exists","p":"[Global_Namespace].html#function_file_exists","d":"

Checks whether a file or directory exists

"},{"t":"F","n":"\\file_get_contents","p":"[Global_Namespace].html#function_file_get_contents","d":"

Reads entire file into a string

"},{"t":"F","n":"\\file_put_contents","p":"[Global_Namespace].html#function_file_put_contents","d":"

Write a string to a file

"},{"t":"F","n":"\\fileatime","p":"[Global_Namespace].html#function_fileatime","d":"

Gets last access time of file

"},{"t":"F","n":"\\filectime","p":"[Global_Namespace].html#function_filectime","d":"

Gets inode change time of file

"},{"t":"F","n":"\\filegroup","p":"[Global_Namespace].html#function_filegroup","d":"

Gets file group

"},{"t":"F","n":"\\fileinode","p":"[Global_Namespace].html#function_fileinode","d":"

Gets file inode

"},{"t":"F","n":"\\filemtime","p":"[Global_Namespace].html#function_filemtime","d":"

Gets file modification time

"},{"t":"F","n":"\\fileowner","p":"[Global_Namespace].html#function_fileowner","d":"

Gets file owner

"},{"t":"F","n":"\\fileperms","p":"[Global_Namespace].html#function_fileperms","d":"

Gets file permissions

"},{"t":"F","n":"\\filesize","p":"[Global_Namespace].html#function_filesize","d":"

Gets file size

"},{"t":"F","n":"\\filetype","p":"[Global_Namespace].html#function_filetype","d":"

Gets file type

"},{"t":"F","n":"\\filter_has_var","p":"[Global_Namespace].html#function_filter_has_var","d":"

Checks if variable of specified type exists

"},{"t":"F","n":"\\filter_id","p":"[Global_Namespace].html#function_filter_id","d":"

Returns the filter ID belonging to a named filter

"},{"t":"F","n":"\\filter_input","p":"[Global_Namespace].html#function_filter_input","d":"

Gets a specific external variable by name and optionally filters it

"},{"t":"F","n":"\\filter_input_array","p":"[Global_Namespace].html#function_filter_input_array","d":"

Gets external variables and optionally filters them

"},{"t":"F","n":"\\filter_list","p":"[Global_Namespace].html#function_filter_list","d":"

Returns a list of all supported filters

"},{"t":"F","n":"\\filter_var","p":"[Global_Namespace].html#function_filter_var","d":"

Filters a variable with a specified filter

"},{"t":"F","n":"\\filter_var_array","p":"[Global_Namespace].html#function_filter_var_array","d":"

Gets multiple variables and optionally filters them

"},{"t":"F","n":"\\finfo_buffer","p":"[Global_Namespace].html#function_finfo_buffer","d":"

(PHP 5 >= 5.3.0, PECL fileinfo >= 0.1.0)
\nReturn information about a string buffer

"},{"t":"F","n":"\\finfo_close","p":"[Global_Namespace].html#function_finfo_close","d":"

(PHP >= 5.3.0, PECL fileinfo >= 0.1.0)
\nClose fileinfo resource

"},{"t":"F","n":"\\finfo_file","p":"[Global_Namespace].html#function_finfo_file","d":"

(PHP >= 5.3.0, PECL fileinfo >= 0.1.0)
\nReturn information about a file

"},{"t":"F","n":"\\finfo_open","p":"[Global_Namespace].html#function_finfo_open","d":"

(PHP >= 5.3.0, PECL fileinfo >= 0.1.0)
\nCreate a new fileinfo resource

"},{"t":"F","n":"\\finfo_set_flags","p":"[Global_Namespace].html#function_finfo_set_flags","d":"

(PHP >= 5.3.0, PECL fileinfo >= 0.1.0)
\nSet libmagic configuration options

"},{"t":"F","n":"\\floatval","p":"[Global_Namespace].html#function_floatval","d":"

Get float value of a variable

"},{"t":"F","n":"\\flock","p":"[Global_Namespace].html#function_flock","d":"

Portable advisory file locking

"},{"t":"F","n":"\\floor","p":"[Global_Namespace].html#function_floor","d":"

Round fractions down

"},{"t":"F","n":"\\flush","p":"[Global_Namespace].html#function_flush","d":"

Flush system output buffer

"},{"t":"F","n":"\\fmod","p":"[Global_Namespace].html#function_fmod","d":"

Returns the floating point remainder (modulo) of the division\nof the arguments

"},{"t":"F","n":"\\fnmatch","p":"[Global_Namespace].html#function_fnmatch","d":"

Match filename against a pattern

"},{"t":"F","n":"\\fopen","p":"[Global_Namespace].html#function_fopen","d":"

Opens file or URL

"},{"t":"F","n":"\\forward_static_call","p":"[Global_Namespace].html#function_forward_static_call","d":"

Call a static method

"},{"t":"F","n":"\\forward_static_call_array","p":"[Global_Namespace].html#function_forward_static_call_array","d":"

Call a static method and pass the arguments as array

"},{"t":"F","n":"\\fpassthru","p":"[Global_Namespace].html#function_fpassthru","d":"

Output all remaining data on a file pointer

"},{"t":"F","n":"\\fpm_get_status","p":"[Global_Namespace].html#function_fpm_get_status","d":"

Returns FPM status info array

"},{"t":"F","n":"\\fpow","p":"[Global_Namespace].html#function_fpow","d":""},{"t":"F","n":"\\fprintf","p":"[Global_Namespace].html#function_fprintf","d":"

Write a formatted string to a stream

"},{"t":"F","n":"\\fputcsv","p":"[Global_Namespace].html#function_fputcsv","d":"

Format line as CSV and write to file pointer

"},{"t":"F","n":"\\fputs","p":"[Global_Namespace].html#function_fputs","d":"

Alias:\n{fwrite}

"},{"t":"F","n":"\\frankenphp_finish_request","p":"[Global_Namespace].html#function_frankenphp_finish_request","d":"

Flushes all response data to the client and finishes the request.

"},{"t":"F","n":"\\frankenphp_handle_request","p":"[Global_Namespace].html#function_frankenphp_handle_request","d":"

Handles an HTTP request with the provided callbacl.

"},{"t":"F","n":"\\frankenphp_request_headers","p":"[Global_Namespace].html#function_frankenphp_request_headers","d":"

Fetches all HTTP request headers from the current request.

"},{"t":"F","n":"\\frankenphp_response_headers","p":"[Global_Namespace].html#function_frankenphp_response_headers","d":"

Fetches all HTTP response headers.

"},{"t":"F","n":"\\fread","p":"[Global_Namespace].html#function_fread","d":"

Binary-safe file read

"},{"t":"F","n":"\\frenchtojd","p":"[Global_Namespace].html#function_frenchtojd","d":"

Converts a date from the French Republican Calendar to a Julian Day Count

"},{"t":"F","n":"\\fscanf","p":"[Global_Namespace].html#function_fscanf","d":"

Parses input from a file according to a format

"},{"t":"F","n":"\\fseek","p":"[Global_Namespace].html#function_fseek","d":"

Seeks on a file pointer

"},{"t":"F","n":"\\fsockopen","p":"[Global_Namespace].html#function_fsockopen","d":"

Open Internet or Unix domain socket connection

"},{"t":"F","n":"\\fstat","p":"[Global_Namespace].html#function_fstat","d":"

Gets information about a file using an open file pointer

"},{"t":"F","n":"\\fsync","p":"[Global_Namespace].html#function_fsync","d":"

Sync file to storage. Similar to fflush() but blocks until OS buffers have flushed.

"},{"t":"F","n":"\\ftell","p":"[Global_Namespace].html#function_ftell","d":"

Returns the current position of the file read/write pointer

"},{"t":"F","n":"\\ftok","p":"[Global_Namespace].html#function_ftok","d":"

Convert a pathname and a project identifier to a System V IPC key

"},{"t":"F","n":"\\ftp_alloc","p":"[Global_Namespace].html#function_ftp_alloc","d":"

Allocates space for a file to be uploaded

"},{"t":"F","n":"\\ftp_append","p":"[Global_Namespace].html#function_ftp_append","d":"

append the contents of a file to another file on the ftp server

"},{"t":"F","n":"\\ftp_cdup","p":"[Global_Namespace].html#function_ftp_cdup","d":"

Changes to the parent directory

"},{"t":"F","n":"\\ftp_chdir","p":"[Global_Namespace].html#function_ftp_chdir","d":"

Changes the current directory on a FTP server

"},{"t":"F","n":"\\ftp_chmod","p":"[Global_Namespace].html#function_ftp_chmod","d":"

Set permissions on a file via FTP

"},{"t":"F","n":"\\ftp_close","p":"[Global_Namespace].html#function_ftp_close","d":"

Closes an FTP connection

"},{"t":"F","n":"\\ftp_connect","p":"[Global_Namespace].html#function_ftp_connect","d":"

Opens an FTP connection

"},{"t":"F","n":"\\ftp_delete","p":"[Global_Namespace].html#function_ftp_delete","d":"

Deletes a file on the FTP server

"},{"t":"F","n":"\\ftp_exec","p":"[Global_Namespace].html#function_ftp_exec","d":"

Requests execution of a command on the FTP server

"},{"t":"F","n":"\\ftp_fget","p":"[Global_Namespace].html#function_ftp_fget","d":"

Downloads a file from the FTP server and saves to an open file

"},{"t":"F","n":"\\ftp_fput","p":"[Global_Namespace].html#function_ftp_fput","d":"

Uploads from an open file to the FTP server

"},{"t":"F","n":"\\ftp_get","p":"[Global_Namespace].html#function_ftp_get","d":"

Downloads a file from the FTP server

"},{"t":"F","n":"\\ftp_get_option","p":"[Global_Namespace].html#function_ftp_get_option","d":"

Retrieves various runtime behaviours of the current FTP stream

"},{"t":"F","n":"\\ftp_login","p":"[Global_Namespace].html#function_ftp_login","d":"

Logs in to an FTP connection

"},{"t":"F","n":"\\ftp_mdtm","p":"[Global_Namespace].html#function_ftp_mdtm","d":"

Returns the last modified time of the given file

"},{"t":"F","n":"\\ftp_mkdir","p":"[Global_Namespace].html#function_ftp_mkdir","d":"

Creates a directory

"},{"t":"F","n":"\\ftp_mlsd","p":"[Global_Namespace].html#function_ftp_mlsd","d":"

returns a list of files in the given directory

"},{"t":"F","n":"\\ftp_nb_continue","p":"[Global_Namespace].html#function_ftp_nb_continue","d":"

Continues retrieving/sending a file (non-blocking)

"},{"t":"F","n":"\\ftp_nb_fget","p":"[Global_Namespace].html#function_ftp_nb_fget","d":"

Retrieves a file from the FTP server and writes it to an open file (non-blocking)

"},{"t":"F","n":"\\ftp_nb_fput","p":"[Global_Namespace].html#function_ftp_nb_fput","d":"

Stores a file from an open file to the FTP server (non-blocking)

"},{"t":"F","n":"\\ftp_nb_get","p":"[Global_Namespace].html#function_ftp_nb_get","d":"

Retrieves a file from the FTP server and writes it to a local file (non-blocking)

"},{"t":"F","n":"\\ftp_nb_put","p":"[Global_Namespace].html#function_ftp_nb_put","d":"

Stores a file on the FTP server (non-blocking)

"},{"t":"F","n":"\\ftp_nlist","p":"[Global_Namespace].html#function_ftp_nlist","d":"

Returns a list of files in the given directory

"},{"t":"F","n":"\\ftp_pasv","p":"[Global_Namespace].html#function_ftp_pasv","d":"

Turns passive mode on or off

"},{"t":"F","n":"\\ftp_put","p":"[Global_Namespace].html#function_ftp_put","d":"

Uploads a file to the FTP server

"},{"t":"F","n":"\\ftp_pwd","p":"[Global_Namespace].html#function_ftp_pwd","d":"

Returns the current directory name

"},{"t":"F","n":"\\ftp_quit","p":"[Global_Namespace].html#function_ftp_quit","d":"

Alias of ftp_close

"},{"t":"F","n":"\\ftp_raw","p":"[Global_Namespace].html#function_ftp_raw","d":"

Sends an arbitrary command to an FTP server

"},{"t":"F","n":"\\ftp_rawlist","p":"[Global_Namespace].html#function_ftp_rawlist","d":"

Returns a detailed list of files in the given directory

"},{"t":"F","n":"\\ftp_rename","p":"[Global_Namespace].html#function_ftp_rename","d":"

Renames a file or a directory on the FTP server

"},{"t":"F","n":"\\ftp_rmdir","p":"[Global_Namespace].html#function_ftp_rmdir","d":"

Removes a directory

"},{"t":"F","n":"\\ftp_set_option","p":"[Global_Namespace].html#function_ftp_set_option","d":"

Set miscellaneous runtime FTP options

"},{"t":"F","n":"\\ftp_site","p":"[Global_Namespace].html#function_ftp_site","d":"

Sends a SITE command to the server

"},{"t":"F","n":"\\ftp_size","p":"[Global_Namespace].html#function_ftp_size","d":"

Returns the size of the given file

"},{"t":"F","n":"\\ftp_ssl_connect","p":"[Global_Namespace].html#function_ftp_ssl_connect","d":"

Opens a Secure SSL-FTP connection

"},{"t":"F","n":"\\ftp_systype","p":"[Global_Namespace].html#function_ftp_systype","d":"

Returns the system type identifier of the remote FTP server

"},{"t":"F","n":"\\ftruncate","p":"[Global_Namespace].html#function_ftruncate","d":"

Truncates a file to a given length

"},{"t":"F","n":"\\fwrite","p":"[Global_Namespace].html#function_fwrite","d":"

Binary-safe file write

"},{"t":"F","n":"\\gd_info","p":"[Global_Namespace].html#function_gd_info","d":"

Retrieve information about the currently installed GD library

"},{"t":"F","n":"\\gearman_bugreport","p":"[Global_Namespace].html#function_gearman_bugreport","d":null},{"t":"F","n":"\\gearman_client_add_options","p":"[Global_Namespace].html#function_gearman_client_add_options","d":""},{"t":"F","n":"\\gearman_client_add_server","p":"[Global_Namespace].html#function_gearman_client_add_server","d":""},{"t":"F","n":"\\gearman_client_add_servers","p":"[Global_Namespace].html#function_gearman_client_add_servers","d":""},{"t":"F","n":"\\gearman_client_add_task","p":"[Global_Namespace].html#function_gearman_client_add_task","d":""},{"t":"F","n":"\\gearman_client_add_task_background","p":"[Global_Namespace].html#function_gearman_client_add_task_background","d":""},{"t":"F","n":"\\gearman_client_add_task_high","p":"[Global_Namespace].html#function_gearman_client_add_task_high","d":""},{"t":"F","n":"\\gearman_client_add_task_high_background","p":"[Global_Namespace].html#function_gearman_client_add_task_high_background","d":""},{"t":"F","n":"\\gearman_client_add_task_low","p":"[Global_Namespace].html#function_gearman_client_add_task_low","d":""},{"t":"F","n":"\\gearman_client_add_task_low_background","p":"[Global_Namespace].html#function_gearman_client_add_task_low_background","d":""},{"t":"F","n":"\\gearman_client_add_task_status","p":"[Global_Namespace].html#function_gearman_client_add_task_status","d":""},{"t":"F","n":"\\gearman_client_clear_fn","p":"[Global_Namespace].html#function_gearman_client_clear_fn","d":""},{"t":"F","n":"\\gearman_client_clone","p":"[Global_Namespace].html#function_gearman_client_clone","d":""},{"t":"F","n":"\\gearman_client_context","p":"[Global_Namespace].html#function_gearman_client_context","d":""},{"t":"F","n":"\\gearman_client_create","p":"[Global_Namespace].html#function_gearman_client_create","d":""},{"t":"F","n":"\\gearman_client_do","p":"[Global_Namespace].html#function_gearman_client_do","d":""},{"t":"F","n":"\\gearman_client_do_background","p":"[Global_Namespace].html#function_gearman_client_do_background","d":""},{"t":"F","n":"\\gearman_client_do_high","p":"[Global_Namespace].html#function_gearman_client_do_high","d":""},{"t":"F","n":"\\gearman_client_do_high_background","p":"[Global_Namespace].html#function_gearman_client_do_high_background","d":""},{"t":"F","n":"\\gearman_client_do_job_handle","p":"[Global_Namespace].html#function_gearman_client_do_job_handle","d":""},{"t":"F","n":"\\gearman_client_do_low","p":"[Global_Namespace].html#function_gearman_client_do_low","d":""},{"t":"F","n":"\\gearman_client_do_low_background","p":"[Global_Namespace].html#function_gearman_client_do_low_background","d":""},{"t":"F","n":"\\gearman_client_do_normal","p":"[Global_Namespace].html#function_gearman_client_do_normal","d":""},{"t":"F","n":"\\gearman_client_do_status","p":"[Global_Namespace].html#function_gearman_client_do_status","d":""},{"t":"F","n":"\\gearman_client_echo","p":"[Global_Namespace].html#function_gearman_client_echo","d":""},{"t":"F","n":"\\gearman_client_errno","p":"[Global_Namespace].html#function_gearman_client_errno","d":""},{"t":"F","n":"\\gearman_client_error","p":"[Global_Namespace].html#function_gearman_client_error","d":""},{"t":"F","n":"\\gearman_client_job_status","p":"[Global_Namespace].html#function_gearman_client_job_status","d":""},{"t":"F","n":"\\gearman_client_options","p":"[Global_Namespace].html#function_gearman_client_options","d":""},{"t":"F","n":"\\gearman_client_remove_options","p":"[Global_Namespace].html#function_gearman_client_remove_options","d":""},{"t":"F","n":"\\gearman_client_return_code","p":"[Global_Namespace].html#function_gearman_client_return_code","d":""},{"t":"F","n":"\\gearman_client_run_tasks","p":"[Global_Namespace].html#function_gearman_client_run_tasks","d":""},{"t":"F","n":"\\gearman_client_set_complete_fn","p":"[Global_Namespace].html#function_gearman_client_set_complete_fn","d":""},{"t":"F","n":"\\gearman_client_set_context","p":"[Global_Namespace].html#function_gearman_client_set_context","d":""},{"t":"F","n":"\\gearman_client_set_created_fn","p":"[Global_Namespace].html#function_gearman_client_set_created_fn","d":""},{"t":"F","n":"\\gearman_client_set_data_fn","p":"[Global_Namespace].html#function_gearman_client_set_data_fn","d":""},{"t":"F","n":"\\gearman_client_set_exception_fn","p":"[Global_Namespace].html#function_gearman_client_set_exception_fn","d":""},{"t":"F","n":"\\gearman_client_set_fail_fn","p":"[Global_Namespace].html#function_gearman_client_set_fail_fn","d":""},{"t":"F","n":"\\gearman_client_set_options","p":"[Global_Namespace].html#function_gearman_client_set_options","d":""},{"t":"F","n":"\\gearman_client_set_status_fn","p":"[Global_Namespace].html#function_gearman_client_set_status_fn","d":""},{"t":"F","n":"\\gearman_client_set_timeout","p":"[Global_Namespace].html#function_gearman_client_set_timeout","d":""},{"t":"F","n":"\\gearman_client_set_warning_fn","p":"[Global_Namespace].html#function_gearman_client_set_warning_fn","d":""},{"t":"F","n":"\\gearman_client_set_workload_fn","p":"[Global_Namespace].html#function_gearman_client_set_workload_fn","d":""},{"t":"F","n":"\\gearman_client_timeout","p":"[Global_Namespace].html#function_gearman_client_timeout","d":""},{"t":"F","n":"\\gearman_client_wait","p":"[Global_Namespace].html#function_gearman_client_wait","d":""},{"t":"F","n":"\\gearman_job_function_name","p":"[Global_Namespace].html#function_gearman_job_function_name","d":""},{"t":"F","n":"\\gearman_job_handle","p":"[Global_Namespace].html#function_gearman_job_handle","d":"

Get the job handle

"},{"t":"F","n":"\\gearman_job_return_code","p":"[Global_Namespace].html#function_gearman_job_return_code","d":""},{"t":"F","n":"\\gearman_job_send_complete","p":"[Global_Namespace].html#function_gearman_job_send_complete","d":""},{"t":"F","n":"\\gearman_job_send_data","p":"[Global_Namespace].html#function_gearman_job_send_data","d":""},{"t":"F","n":"\\gearman_job_send_exception","p":"[Global_Namespace].html#function_gearman_job_send_exception","d":""},{"t":"F","n":"\\gearman_job_send_fail","p":"[Global_Namespace].html#function_gearman_job_send_fail","d":""},{"t":"F","n":"\\gearman_job_send_status","p":"[Global_Namespace].html#function_gearman_job_send_status","d":""},{"t":"F","n":"\\gearman_job_send_warning","p":"[Global_Namespace].html#function_gearman_job_send_warning","d":""},{"t":"F","n":"\\gearman_job_unique","p":"[Global_Namespace].html#function_gearman_job_unique","d":""},{"t":"F","n":"\\gearman_job_workload","p":"[Global_Namespace].html#function_gearman_job_workload","d":""},{"t":"F","n":"\\gearman_job_workload_size","p":"[Global_Namespace].html#function_gearman_job_workload_size","d":""},{"t":"F","n":"\\gearman_task_data","p":"[Global_Namespace].html#function_gearman_task_data","d":""},{"t":"F","n":"\\gearman_task_data_size","p":"[Global_Namespace].html#function_gearman_task_data_size","d":""},{"t":"F","n":"\\gearman_task_denominator","p":"[Global_Namespace].html#function_gearman_task_denominator","d":""},{"t":"F","n":"\\gearman_task_function_name","p":"[Global_Namespace].html#function_gearman_task_function_name","d":""},{"t":"F","n":"\\gearman_task_is_known","p":"[Global_Namespace].html#function_gearman_task_is_known","d":""},{"t":"F","n":"\\gearman_task_is_running","p":"[Global_Namespace].html#function_gearman_task_is_running","d":""},{"t":"F","n":"\\gearman_task_job_handle","p":"[Global_Namespace].html#function_gearman_task_job_handle","d":""},{"t":"F","n":"\\gearman_task_numerator","p":"[Global_Namespace].html#function_gearman_task_numerator","d":""},{"t":"F","n":"\\gearman_task_recv_data","p":"[Global_Namespace].html#function_gearman_task_recv_data","d":""},{"t":"F","n":"\\gearman_task_return_code","p":"[Global_Namespace].html#function_gearman_task_return_code","d":""},{"t":"F","n":"\\gearman_task_send_workload","p":"[Global_Namespace].html#function_gearman_task_send_workload","d":""},{"t":"F","n":"\\gearman_task_unique","p":"[Global_Namespace].html#function_gearman_task_unique","d":""},{"t":"F","n":"\\gearman_verbose_name","p":"[Global_Namespace].html#function_gearman_verbose_name","d":""},{"t":"F","n":"\\gearman_version","p":"[Global_Namespace].html#function_gearman_version","d":null},{"t":"F","n":"\\gearman_worker_add_function","p":"[Global_Namespace].html#function_gearman_worker_add_function","d":""},{"t":"F","n":"\\gearman_worker_add_options","p":"[Global_Namespace].html#function_gearman_worker_add_options","d":""},{"t":"F","n":"\\gearman_worker_add_server","p":"[Global_Namespace].html#function_gearman_worker_add_server","d":""},{"t":"F","n":"\\gearman_worker_add_servers","p":"[Global_Namespace].html#function_gearman_worker_add_servers","d":""},{"t":"F","n":"\\gearman_worker_clone","p":"[Global_Namespace].html#function_gearman_worker_clone","d":""},{"t":"F","n":"\\gearman_worker_create","p":"[Global_Namespace].html#function_gearman_worker_create","d":null},{"t":"F","n":"\\gearman_worker_echo","p":"[Global_Namespace].html#function_gearman_worker_echo","d":""},{"t":"F","n":"\\gearman_worker_errno","p":"[Global_Namespace].html#function_gearman_worker_errno","d":""},{"t":"F","n":"\\gearman_worker_error","p":"[Global_Namespace].html#function_gearman_worker_error","d":""},{"t":"F","n":"\\gearman_worker_grab_job","p":"[Global_Namespace].html#function_gearman_worker_grab_job","d":""},{"t":"F","n":"\\gearman_worker_options","p":"[Global_Namespace].html#function_gearman_worker_options","d":""},{"t":"F","n":"\\gearman_worker_register","p":"[Global_Namespace].html#function_gearman_worker_register","d":""},{"t":"F","n":"\\gearman_worker_remove_options","p":"[Global_Namespace].html#function_gearman_worker_remove_options","d":""},{"t":"F","n":"\\gearman_worker_return_code","p":"[Global_Namespace].html#function_gearman_worker_return_code","d":""},{"t":"F","n":"\\gearman_worker_set_options","p":"[Global_Namespace].html#function_gearman_worker_set_options","d":""},{"t":"F","n":"\\gearman_worker_set_timeout","p":"[Global_Namespace].html#function_gearman_worker_set_timeout","d":""},{"t":"F","n":"\\gearman_worker_timeout","p":"[Global_Namespace].html#function_gearman_worker_timeout","d":""},{"t":"F","n":"\\gearman_worker_unregister","p":"[Global_Namespace].html#function_gearman_worker_unregister","d":""},{"t":"F","n":"\\gearman_worker_unregister_all","p":"[Global_Namespace].html#function_gearman_worker_unregister_all","d":""},{"t":"F","n":"\\gearman_worker_wait","p":"[Global_Namespace].html#function_gearman_worker_wait","d":""},{"t":"F","n":"\\gearman_worker_work","p":"[Global_Namespace].html#function_gearman_worker_work","d":""},{"t":"F","n":"\\geoip_asnum_by_name","p":"[Global_Namespace].html#function_geoip_asnum_by_name","d":"

(PECL geoip >= 1.1.0)

\n

\nThe geoip_asnum_by_name() function will return the Autonomous System Numbers (ASN) associated with an IP address."},{"t":"F","n":"\\geoip_continent_code_by_name","p":"[Global_Namespace].html#function_geoip_continent_code_by_name","d":"

(PECL geoip >= 1.0.3)
\nGet the two letter continent code

"},{"t":"F","n":"\\geoip_country_code3_by_name","p":"[Global_Namespace].html#function_geoip_country_code3_by_name","d":"

(PECL geoip >= 0.2.0)
\nGet the three letter country code

"},{"t":"F","n":"\\geoip_country_code_by_name","p":"[Global_Namespace].html#function_geoip_country_code_by_name","d":"

(PECL geoip >= 0.2.0)
\nGet the two letter country code

"},{"t":"F","n":"\\geoip_country_name_by_name","p":"[Global_Namespace].html#function_geoip_country_name_by_name","d":"

(PECL geoip >= 0.2.0)
\nGet the full country name

"},{"t":"F","n":"\\geoip_database_info","p":"[Global_Namespace].html#function_geoip_database_info","d":"

(PECL geoip >= 0.2.0)
\nGet GeoIP Database information

"},{"t":"F","n":"\\geoip_db_avail","p":"[Global_Namespace].html#function_geoip_db_avail","d":"

(PECL geoip >= 1.0.1)
\nDetermine if GeoIP Database is available

"},{"t":"F","n":"\\geoip_db_filename","p":"[Global_Namespace].html#function_geoip_db_filename","d":"

(PECL geoip >= 1.0.1)
\nReturns the filename of the corresponding GeoIP Database

"},{"t":"F","n":"\\geoip_db_get_all_info","p":"[Global_Namespace].html#function_geoip_db_get_all_info","d":"

(PECL geoip >= 1.0.1)
\nReturns detailed information about all GeoIP database types

"},{"t":"F","n":"\\geoip_id_by_name","p":"[Global_Namespace].html#function_geoip_id_by_name","d":"

(PECL geoip >= 0.2.0)
\nGet the Internet connection type

"},{"t":"F","n":"\\geoip_isp_by_name","p":"[Global_Namespace].html#function_geoip_isp_by_name","d":"

(PECL geoip >= 1.0.2)
\nGet the Internet Service Provider (ISP) name

"},{"t":"F","n":"\\geoip_netspeedcell_by_name","p":"[Global_Namespace].html#function_geoip_netspeedcell_by_name","d":"

(PECL geoip >= 1.1.0)

\n

\nThe geoip_netspeedcell_by_name() function will return the Internet connection type and speed corresponding to a hostname or an IP address.
\n
\nThis function is only available if using GeoIP Library version 1.4.8 or newer.
\n
\nThis function is currently only available to users who have bought a commercial GeoIP NetSpeedCell Edition. A warning will be issued if the proper database cannot be located.
\n
\nThe return value is a string, common values are:
\n- Cable/DSL
\n- Dialup
\n- Cellular
\n- Corporate
\n

"},{"t":"F","n":"\\geoip_org_by_name","p":"[Global_Namespace].html#function_geoip_org_by_name","d":"

(PECL geoip >= 0.2.0)
\nGet the organization name

"},{"t":"F","n":"\\geoip_record_by_name","p":"[Global_Namespace].html#function_geoip_record_by_name","d":"

(PECL geoip >= 0.2.0)
\nReturns the detailed City information found in the GeoIP Database

"},{"t":"F","n":"\\geoip_region_by_name","p":"[Global_Namespace].html#function_geoip_region_by_name","d":"

(PECL geoip >= 0.2.0)
\nGet the country code and region

"},{"t":"F","n":"\\geoip_region_name_by_code","p":"[Global_Namespace].html#function_geoip_region_name_by_code","d":"

(PECL geoip >= 1.0.4)
\nReturns the region name for some country and region code combo

"},{"t":"F","n":"\\geoip_setup_custom_directory","p":"[Global_Namespace].html#function_geoip_setup_custom_directory","d":"

(PECL geoip >= 1.1.0)

\n

\nThe geoip_setup_custom_directory() function will change the default directory of the GeoIP database. This is equivalent to changing geoip.custom_directory\n

"},{"t":"F","n":"\\geoip_time_zone_by_country_and_region","p":"[Global_Namespace].html#function_geoip_time_zone_by_country_and_region","d":"

(PECL geoip >= 1.0.4)
\nReturns the time zone for some country and region code combo

"},{"t":"F","n":"\\get_browser","p":"[Global_Namespace].html#function_get_browser","d":"

Tells what the user's browser is capable of

"},{"t":"F","n":"\\get_call_stack","p":"[Global_Namespace].html#function_get_call_stack","d":null},{"t":"F","n":"\\get_cfg_var","p":"[Global_Namespace].html#function_get_cfg_var","d":"

Gets the value of a PHP configuration option

"},{"t":"F","n":"\\get_current_user","p":"[Global_Namespace].html#function_get_current_user","d":"

Gets the name of the owner of the current PHP script

"},{"t":"F","n":"\\get_debug_type","p":"[Global_Namespace].html#function_get_debug_type","d":"

Get the type or object name of a variable

"},{"t":"F","n":"\\get_headers","p":"[Global_Namespace].html#function_get_headers","d":"

Fetches all the headers sent by the server in response to an HTTP request

"},{"t":"F","n":"\\get_html_translation_table","p":"[Global_Namespace].html#function_get_html_translation_table","d":"

Returns the translation table used by htmlspecialchars and htmlentities

"},{"t":"F","n":"\\get_include_path","p":"[Global_Namespace].html#function_get_include_path","d":"

Gets the current include_path configuration option

"},{"t":"F","n":"\\get_magic_quotes_gpc","p":"[Global_Namespace].html#function_get_magic_quotes_gpc","d":"

Gets the current configuration setting of magic quotes gpc

"},{"t":"F","n":"\\get_magic_quotes_runtime","p":"[Global_Namespace].html#function_get_magic_quotes_runtime","d":"

Gets the current active configuration setting of magic_quotes_runtime

"},{"t":"F","n":"\\get_mangled_object_vars","p":"[Global_Namespace].html#function_get_mangled_object_vars","d":"

It returns the same result as (array) $object, with the\nexception that it ignores overloaded array casts, such as used by\nArrayObject.

"},{"t":"F","n":"\\get_meta_tags","p":"[Global_Namespace].html#function_get_meta_tags","d":"

Extracts all meta tag content attributes from a file and returns an array

"},{"t":"F","n":"\\get_resource_id","p":"[Global_Namespace].html#function_get_resource_id","d":"

A more obvious and type-safe form of "(int) $resource"

"},{"t":"F","n":"\\getallheaders","p":"[Global_Namespace].html#function_getallheaders","d":"

Fetches all HTTP headers from the current request.

"},{"t":"F","n":"\\getcwd","p":"[Global_Namespace].html#function_getcwd","d":"

Gets the current working directory

"},{"t":"F","n":"\\getdate","p":"[Global_Namespace].html#function_getdate","d":"

Get date/time information

"},{"t":"F","n":"\\getdir","p":"[Global_Namespace].html#function_getdir","d":"

Alias of dir()

"},{"t":"F","n":"\\getenv","p":"[Global_Namespace].html#function_getenv","d":"

Gets the value of an environment variable

"},{"t":"F","n":"\\gethostbyaddr","p":"[Global_Namespace].html#function_gethostbyaddr","d":"

Get the Internet host name corresponding to a given IP address

"},{"t":"F","n":"\\gethostbyname","p":"[Global_Namespace].html#function_gethostbyname","d":"

Get the IPv4 address corresponding to a given Internet host name

"},{"t":"F","n":"\\gethostbynamel","p":"[Global_Namespace].html#function_gethostbynamel","d":"

Get a list of IPv4 addresses corresponding to a given Internet host\nname

"},{"t":"F","n":"\\gethostname","p":"[Global_Namespace].html#function_gethostname","d":"

Gets the host name

"},{"t":"F","n":"\\getimagesize","p":"[Global_Namespace].html#function_getimagesize","d":"

Get the size of an image

"},{"t":"F","n":"\\getimagesizefromstring","p":"[Global_Namespace].html#function_getimagesizefromstring","d":"

Get the size of an image from a string.

"},{"t":"F","n":"\\getlastmod","p":"[Global_Namespace].html#function_getlastmod","d":"

Gets time of last page modification

"},{"t":"F","n":"\\getmxrr","p":"[Global_Namespace].html#function_getmxrr","d":"

Get MX records corresponding to a given Internet host name

"},{"t":"F","n":"\\getmygid","p":"[Global_Namespace].html#function_getmygid","d":"

Get PHP script owner's GID

"},{"t":"F","n":"\\getmyinode","p":"[Global_Namespace].html#function_getmyinode","d":"

Gets the inode of the current script

"},{"t":"F","n":"\\getmypid","p":"[Global_Namespace].html#function_getmypid","d":"

Gets PHP's process ID

"},{"t":"F","n":"\\getmyuid","p":"[Global_Namespace].html#function_getmyuid","d":"

Gets PHP script owner's UID

"},{"t":"F","n":"\\getopt","p":"[Global_Namespace].html#function_getopt","d":"

Gets options from the command line argument list

"},{"t":"F","n":"\\getprotobyname","p":"[Global_Namespace].html#function_getprotobyname","d":"

Get protocol number associated with protocol name

"},{"t":"F","n":"\\getprotobynumber","p":"[Global_Namespace].html#function_getprotobynumber","d":"

Get protocol name associated with protocol number

"},{"t":"F","n":"\\getrandmax","p":"[Global_Namespace].html#function_getrandmax","d":"

Show largest possible random value

"},{"t":"F","n":"\\getrusage","p":"[Global_Namespace].html#function_getrusage","d":"

Gets the current resource usages

"},{"t":"F","n":"\\getservbyname","p":"[Global_Namespace].html#function_getservbyname","d":"

Get port number associated with an Internet service and protocol

"},{"t":"F","n":"\\getservbyport","p":"[Global_Namespace].html#function_getservbyport","d":"

Get Internet service which corresponds to port and protocol

"},{"t":"F","n":"\\gettext","p":"[Global_Namespace].html#function_gettext","d":"

Lookup a message in the current domain

"},{"t":"F","n":"\\gettimeofday","p":"[Global_Namespace].html#function_gettimeofday","d":"

Get current time

"},{"t":"F","n":"\\gettype","p":"[Global_Namespace].html#function_gettype","d":"

Get the type of a variable

"},{"t":"F","n":"\\glob","p":"[Global_Namespace].html#function_glob","d":"

Find pathnames matching a pattern

"},{"t":"F","n":"\\gmdate","p":"[Global_Namespace].html#function_gmdate","d":"

Format a GMT/UTC date/time

"},{"t":"F","n":"\\gmmktime","p":"[Global_Namespace].html#function_gmmktime","d":"

Get Unix timestamp for a GMT date

"},{"t":"F","n":"\\gmp_abs","p":"[Global_Namespace].html#function_gmp_abs","d":"

Absolute value

"},{"t":"F","n":"\\gmp_add","p":"[Global_Namespace].html#function_gmp_add","d":"

Add numbers

"},{"t":"F","n":"\\gmp_and","p":"[Global_Namespace].html#function_gmp_and","d":"

Bitwise AND

"},{"t":"F","n":"\\gmp_binomial","p":"[Global_Namespace].html#function_gmp_binomial","d":"

Calculates binomial coefficient

"},{"t":"F","n":"\\gmp_clrbit","p":"[Global_Namespace].html#function_gmp_clrbit","d":"

Clear bit

"},{"t":"F","n":"\\gmp_cmp","p":"[Global_Namespace].html#function_gmp_cmp","d":"

Compare numbers

"},{"t":"F","n":"\\gmp_com","p":"[Global_Namespace].html#function_gmp_com","d":"

Calculates one's complement

"},{"t":"F","n":"\\gmp_div","p":"[Global_Namespace].html#function_gmp_div","d":"

Divide numbers

"},{"t":"F","n":"\\gmp_div_q","p":"[Global_Namespace].html#function_gmp_div_q","d":"

Divide numbers

"},{"t":"F","n":"\\gmp_div_qr","p":"[Global_Namespace].html#function_gmp_div_qr","d":"

Divide numbers and get quotient and remainder

"},{"t":"F","n":"\\gmp_div_r","p":"[Global_Namespace].html#function_gmp_div_r","d":"

Remainder of the division of numbers

"},{"t":"F","n":"\\gmp_divexact","p":"[Global_Namespace].html#function_gmp_divexact","d":"

Exact division of numbers

"},{"t":"F","n":"\\gmp_export","p":"[Global_Namespace].html#function_gmp_export","d":"

Export to a binary string

"},{"t":"F","n":"\\gmp_fact","p":"[Global_Namespace].html#function_gmp_fact","d":"Factorial"},{"t":"F","n":"\\gmp_gcd","p":"[Global_Namespace].html#function_gmp_gcd","d":"

Calculate GCD

"},{"t":"F","n":"\\gmp_gcdext","p":"[Global_Namespace].html#function_gmp_gcdext","d":"

Calculate GCD and multipliers

"},{"t":"F","n":"\\gmp_hamdist","p":"[Global_Namespace].html#function_gmp_hamdist","d":"

Hamming distance

"},{"t":"F","n":"\\gmp_import","p":"[Global_Namespace].html#function_gmp_import","d":"

Import from a binary string

"},{"t":"F","n":"\\gmp_init","p":"[Global_Namespace].html#function_gmp_init","d":"

Create GMP number

"},{"t":"F","n":"\\gmp_intval","p":"[Global_Namespace].html#function_gmp_intval","d":"

Convert GMP number to integer

"},{"t":"F","n":"\\gmp_invert","p":"[Global_Namespace].html#function_gmp_invert","d":"

Inverse by modulo

"},{"t":"F","n":"\\gmp_jacobi","p":"[Global_Namespace].html#function_gmp_jacobi","d":"

Jacobi symbol

"},{"t":"F","n":"\\gmp_kronecker","p":"[Global_Namespace].html#function_gmp_kronecker","d":"

Computes the Kronecker symbol

"},{"t":"F","n":"\\gmp_lcm","p":"[Global_Namespace].html#function_gmp_lcm","d":"

Computes the least common multiple of A and B

"},{"t":"F","n":"\\gmp_legendre","p":"[Global_Namespace].html#function_gmp_legendre","d":"

Legendre symbol

"},{"t":"F","n":"\\gmp_mod","p":"[Global_Namespace].html#function_gmp_mod","d":"

Modulo operation

"},{"t":"F","n":"\\gmp_mul","p":"[Global_Namespace].html#function_gmp_mul","d":"

Multiply numbers

"},{"t":"F","n":"\\gmp_neg","p":"[Global_Namespace].html#function_gmp_neg","d":"

Negate number

"},{"t":"F","n":"\\gmp_nextprime","p":"[Global_Namespace].html#function_gmp_nextprime","d":"

Find next prime number

"},{"t":"F","n":"\\gmp_or","p":"[Global_Namespace].html#function_gmp_or","d":"

Bitwise OR

"},{"t":"F","n":"\\gmp_perfect_power","p":"[Global_Namespace].html#function_gmp_perfect_power","d":"

Perfect power check

"},{"t":"F","n":"\\gmp_perfect_square","p":"[Global_Namespace].html#function_gmp_perfect_square","d":"

Perfect square check

"},{"t":"F","n":"\\gmp_popcount","p":"[Global_Namespace].html#function_gmp_popcount","d":"

Population count

"},{"t":"F","n":"\\gmp_pow","p":"[Global_Namespace].html#function_gmp_pow","d":"

Raise number into power

"},{"t":"F","n":"\\gmp_powm","p":"[Global_Namespace].html#function_gmp_powm","d":"

Raise number into power with modulo

"},{"t":"F","n":"\\gmp_prob_prime","p":"[Global_Namespace].html#function_gmp_prob_prime","d":"

Check if number is "probably prime"

"},{"t":"F","n":"\\gmp_random","p":"[Global_Namespace].html#function_gmp_random","d":"

Random number

"},{"t":"F","n":"\\gmp_random_bits","p":"[Global_Namespace].html#function_gmp_random_bits","d":"

Random number

"},{"t":"F","n":"\\gmp_random_range","p":"[Global_Namespace].html#function_gmp_random_range","d":"

Random number

"},{"t":"F","n":"\\gmp_random_seed","p":"[Global_Namespace].html#function_gmp_random_seed","d":"

Sets the RNG seed

"},{"t":"F","n":"\\gmp_root","p":"[Global_Namespace].html#function_gmp_root","d":"

Takes the nth root of a and returns the integer component of the result.

"},{"t":"F","n":"\\gmp_rootrem","p":"[Global_Namespace].html#function_gmp_rootrem","d":"

Takes the nth root of a and returns the integer component and remainder of the result.

"},{"t":"F","n":"\\gmp_scan0","p":"[Global_Namespace].html#function_gmp_scan0","d":"

Scan for 0

"},{"t":"F","n":"\\gmp_scan1","p":"[Global_Namespace].html#function_gmp_scan1","d":"

Scan for 1

"},{"t":"F","n":"\\gmp_setbit","p":"[Global_Namespace].html#function_gmp_setbit","d":"

Set bit

"},{"t":"F","n":"\\gmp_sign","p":"[Global_Namespace].html#function_gmp_sign","d":"

Sign of number

"},{"t":"F","n":"\\gmp_sqrt","p":"[Global_Namespace].html#function_gmp_sqrt","d":"

Calculate square root

"},{"t":"F","n":"\\gmp_sqrtrem","p":"[Global_Namespace].html#function_gmp_sqrtrem","d":"

Square root with remainder

"},{"t":"F","n":"\\gmp_strval","p":"[Global_Namespace].html#function_gmp_strval","d":"

Convert GMP number to string

"},{"t":"F","n":"\\gmp_sub","p":"[Global_Namespace].html#function_gmp_sub","d":"

Subtract numbers

"},{"t":"F","n":"\\gmp_testbit","p":"[Global_Namespace].html#function_gmp_testbit","d":"

Tests if a bit is set

"},{"t":"F","n":"\\gmp_xor","p":"[Global_Namespace].html#function_gmp_xor","d":"

Bitwise XOR

"},{"t":"F","n":"\\gmstrftime","p":"[Global_Namespace].html#function_gmstrftime","d":"

Format a GMT/UTC time/date according to locale settings

"},{"t":"F","n":"\\gnupg_adddecryptkey","p":"[Global_Namespace].html#function_gnupg_adddecryptkey","d":"

Add a key for decryption

"},{"t":"F","n":"\\gnupg_addencryptkey","p":"[Global_Namespace].html#function_gnupg_addencryptkey","d":"

Add a key for encryption

"},{"t":"F","n":"\\gnupg_addsignkey","p":"[Global_Namespace].html#function_gnupg_addsignkey","d":"

Add a key for signing

"},{"t":"F","n":"\\gnupg_cleardecryptkeys","p":"[Global_Namespace].html#function_gnupg_cleardecryptkeys","d":"

Removes all keys which were set for decryption before

"},{"t":"F","n":"\\gnupg_clearencryptkeys","p":"[Global_Namespace].html#function_gnupg_clearencryptkeys","d":"

Removes all keys which were set for encryption before

"},{"t":"F","n":"\\gnupg_clearsignkeys","p":"[Global_Namespace].html#function_gnupg_clearsignkeys","d":"

Removes all keys which were set for signing before

"},{"t":"F","n":"\\gnupg_decrypt","p":"[Global_Namespace].html#function_gnupg_decrypt","d":"

Decrypts a given text

"},{"t":"F","n":"\\gnupg_decryptverify","p":"[Global_Namespace].html#function_gnupg_decryptverify","d":"

Decrypts and verifies a given text and returns information about the signature.

"},{"t":"F","n":"\\gnupg_deletekey","p":"[Global_Namespace].html#function_gnupg_deletekey","d":null},{"t":"F","n":"\\gnupg_encrypt","p":"[Global_Namespace].html#function_gnupg_encrypt","d":"

Encrypts a given text

"},{"t":"F","n":"\\gnupg_encryptsign","p":"[Global_Namespace].html#function_gnupg_encryptsign","d":"

Encrypts and signs a given text

"},{"t":"F","n":"\\gnupg_export","p":"[Global_Namespace].html#function_gnupg_export","d":"

Exports a key

"},{"t":"F","n":"\\gnupg_getengineinfo","p":"[Global_Namespace].html#function_gnupg_getengineinfo","d":null},{"t":"F","n":"\\gnupg_geterror","p":"[Global_Namespace].html#function_gnupg_geterror","d":"

Returns the errortext, if a function fails

"},{"t":"F","n":"\\gnupg_geterrorinfo","p":"[Global_Namespace].html#function_gnupg_geterrorinfo","d":null},{"t":"F","n":"\\gnupg_getprotocol","p":"[Global_Namespace].html#function_gnupg_getprotocol","d":"

Returns the currently active protocol for all operations

"},{"t":"F","n":"\\gnupg_gettrustlist","p":"[Global_Namespace].html#function_gnupg_gettrustlist","d":null},{"t":"F","n":"\\gnupg_import","p":"[Global_Namespace].html#function_gnupg_import","d":"

Imports a key

"},{"t":"F","n":"\\gnupg_init","p":"[Global_Namespace].html#function_gnupg_init","d":"

Initialize a connection

"},{"t":"F","n":"\\gnupg_keyinfo","p":"[Global_Namespace].html#function_gnupg_keyinfo","d":"

Returns an array with information about all keys that matches the given pattern

"},{"t":"F","n":"\\gnupg_listsignatures","p":"[Global_Namespace].html#function_gnupg_listsignatures","d":null},{"t":"F","n":"\\gnupg_setarmor","p":"[Global_Namespace].html#function_gnupg_setarmor","d":"

Toggle armored output

"},{"t":"F","n":"\\gnupg_seterrormode","p":"[Global_Namespace].html#function_gnupg_seterrormode","d":"

Sets the mode for error_reporting

"},{"t":"F","n":"\\gnupg_setsignmode","p":"[Global_Namespace].html#function_gnupg_setsignmode","d":"

Sets the mode for signing

"},{"t":"F","n":"\\gnupg_sign","p":"[Global_Namespace].html#function_gnupg_sign","d":"

Signs a given text

"},{"t":"F","n":"\\gnupg_verify","p":"[Global_Namespace].html#function_gnupg_verify","d":"

Verifies a signed text

"},{"t":"F","n":"\\go","p":"[Global_Namespace].html#function_go","d":"

This function is an alias of function swoole_coroutine_create(); it's available only when directive\n"swoole.use_shortname" is not explicitly turned off.

"},{"t":"F","n":"\\grapheme_extract","p":"[Global_Namespace].html#function_grapheme_extract","d":"

(PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
\nFunction to extract a sequence of default grapheme clusters from a text buffer, which must be encoded in UTF-8.

"},{"t":"F","n":"\\grapheme_str_split","p":"[Global_Namespace].html#function_grapheme_str_split","d":""},{"t":"F","n":"\\grapheme_stripos","p":"[Global_Namespace].html#function_grapheme_stripos","d":"

(PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
\nFind position (in grapheme units) of first occurrence of a case-insensitive string

"},{"t":"F","n":"\\grapheme_stristr","p":"[Global_Namespace].html#function_grapheme_stristr","d":"

(PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
\nReturns part of haystack string from the first occurrence of case-insensitive needle to the end of haystack.

"},{"t":"F","n":"\\grapheme_strlen","p":"[Global_Namespace].html#function_grapheme_strlen","d":"

(PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
\nGet string length in grapheme units

"},{"t":"F","n":"\\grapheme_strpos","p":"[Global_Namespace].html#function_grapheme_strpos","d":"

(PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
\nFind position (in grapheme units) of first occurrence of a string

"},{"t":"F","n":"\\grapheme_strripos","p":"[Global_Namespace].html#function_grapheme_strripos","d":"

(PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
\nFind position (in grapheme units) of last occurrence of a case-insensitive string

"},{"t":"F","n":"\\grapheme_strrpos","p":"[Global_Namespace].html#function_grapheme_strrpos","d":"

(PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
\nFind position (in grapheme units) of last occurrence of a string

"},{"t":"F","n":"\\grapheme_strstr","p":"[Global_Namespace].html#function_grapheme_strstr","d":"

(PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
\nReturns part of haystack string from the first occurrence of needle to the end of haystack.

"},{"t":"F","n":"\\grapheme_substr","p":"[Global_Namespace].html#function_grapheme_substr","d":"

(PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
\nReturn part of a string

"},{"t":"F","n":"\\gregoriantojd","p":"[Global_Namespace].html#function_gregoriantojd","d":"

Converts a Gregorian date to Julian Day Count

"},{"t":"F","n":"\\gzclose","p":"[Global_Namespace].html#function_gzclose","d":"

Close an open gz-file pointer

"},{"t":"F","n":"\\gzcompress","p":"[Global_Namespace].html#function_gzcompress","d":"

Compress a string

"},{"t":"F","n":"\\gzdecode","p":"[Global_Namespace].html#function_gzdecode","d":"

Decodes a gzip compressed string

"},{"t":"F","n":"\\gzdeflate","p":"[Global_Namespace].html#function_gzdeflate","d":"

Deflate a string

"},{"t":"F","n":"\\gzencode","p":"[Global_Namespace].html#function_gzencode","d":"

Create a gzip compressed string

"},{"t":"F","n":"\\gzeof","p":"[Global_Namespace].html#function_gzeof","d":"

Test for EOF on a gz-file pointer

"},{"t":"F","n":"\\gzfile","p":"[Global_Namespace].html#function_gzfile","d":"

Read entire gz-file into an array

"},{"t":"F","n":"\\gzgetc","p":"[Global_Namespace].html#function_gzgetc","d":"

Get character from gz-file pointer

"},{"t":"F","n":"\\gzgets","p":"[Global_Namespace].html#function_gzgets","d":"

Get line from file pointer

"},{"t":"F","n":"\\gzgetss","p":"[Global_Namespace].html#function_gzgetss","d":"

Get line from gz-file pointer and strip HTML tags

"},{"t":"F","n":"\\gzinflate","p":"[Global_Namespace].html#function_gzinflate","d":"

Inflate a deflated string

"},{"t":"F","n":"\\gzopen","p":"[Global_Namespace].html#function_gzopen","d":"

Open gz-file

"},{"t":"F","n":"\\gzpassthru","p":"[Global_Namespace].html#function_gzpassthru","d":"

Output all remaining data on a gz-file pointer

"},{"t":"F","n":"\\gzputs","p":"[Global_Namespace].html#function_gzputs","d":"

Alias of gzwrite

"},{"t":"F","n":"\\gzread","p":"[Global_Namespace].html#function_gzread","d":"

Binary-safe gz-file read

"},{"t":"F","n":"\\gzrewind","p":"[Global_Namespace].html#function_gzrewind","d":"

Rewind the position of a gz-file pointer

"},{"t":"F","n":"\\gzseek","p":"[Global_Namespace].html#function_gzseek","d":"

Seek on a gz-file pointer

"},{"t":"F","n":"\\gztell","p":"[Global_Namespace].html#function_gztell","d":"

Tell gz-file pointer read/write position

"},{"t":"F","n":"\\gzuncompress","p":"[Global_Namespace].html#function_gzuncompress","d":"

Uncompress a compressed string

"},{"t":"F","n":"\\gzwrite","p":"[Global_Namespace].html#function_gzwrite","d":"

Binary-safe gz-file write

"},{"t":"F","n":"\\hash","p":"[Global_Namespace].html#function_hash","d":"

(PHP 5 >= 5.1.2, PECL hash >= 1.1)
\nGenerate a hash value (message digest)

"},{"t":"F","n":"\\hash_algos","p":"[Global_Namespace].html#function_hash_algos","d":"

(PHP 5 >= 5.1.2, PECL hash >= 1.1)
\nReturn a list of registered hashing algorithms

"},{"t":"F","n":"\\hash_copy","p":"[Global_Namespace].html#function_hash_copy","d":"

Copy hashing context

"},{"t":"F","n":"\\hash_equals","p":"[Global_Namespace].html#function_hash_equals","d":"

Timing attack safe string comparison

"},{"t":"F","n":"\\hash_file","p":"[Global_Namespace].html#function_hash_file","d":"

(PHP 5 >= 5.1.2, PECL hash >= 1.1)
\nGenerate a hash value using the contents of a given file

"},{"t":"F","n":"\\hash_final","p":"[Global_Namespace].html#function_hash_final","d":"

(PHP 5 >= 5.1.2, PECL hash >= 1.1)
\nFinalize an incremental hash and return resulting digest

"},{"t":"F","n":"\\hash_hkdf","p":"[Global_Namespace].html#function_hash_hkdf","d":"

Generate a hkdf key derivation of a supplied key input

"},{"t":"F","n":"\\hash_hmac","p":"[Global_Namespace].html#function_hash_hmac","d":"

(PHP 5 >= 5.1.2, PECL hash >= 1.1)
\nGenerate a keyed hash value using the HMAC method

"},{"t":"F","n":"\\hash_hmac_algos","p":"[Global_Namespace].html#function_hash_hmac_algos","d":"

Return a list of registered hashing algorithms suitable for hash_hmac

"},{"t":"F","n":"\\hash_hmac_file","p":"[Global_Namespace].html#function_hash_hmac_file","d":"

(PHP 5 >= 5.1.2, PECL hash >= 1.1)
\nGenerate a keyed hash value using the HMAC method and the contents of a given file

"},{"t":"F","n":"\\hash_init","p":"[Global_Namespace].html#function_hash_init","d":"

(PHP 5 >= 5.1.2, PECL hash >= 1.1)
\nInitialize an incremental hashing context

"},{"t":"F","n":"\\hash_pbkdf2","p":"[Global_Namespace].html#function_hash_pbkdf2","d":"

Generate a PBKDF2 key derivation of a supplied password

"},{"t":"F","n":"\\hash_update","p":"[Global_Namespace].html#function_hash_update","d":"

(PHP 5 >= 5.1.2, PECL hash >= 1.1)
\nPump data into an active hashing context

"},{"t":"F","n":"\\hash_update_file","p":"[Global_Namespace].html#function_hash_update_file","d":"

(PHP 5 >= 5.1.2, PECL hash >= 1.1)
\nPump data into an active hashing context from a file

"},{"t":"F","n":"\\hash_update_stream","p":"[Global_Namespace].html#function_hash_update_stream","d":"

(PHP 5 >= 5.1.2, PECL hash >= 1.1)
\nPump data into an active hashing context from an open stream

"},{"t":"F","n":"\\header","p":"[Global_Namespace].html#function_header","d":"

Send a raw HTTP header

"},{"t":"F","n":"\\header_register_callback","p":"[Global_Namespace].html#function_header_register_callback","d":"

Registers a function that will be called when PHP starts sending output.

"},{"t":"F","n":"\\header_remove","p":"[Global_Namespace].html#function_header_remove","d":"

Remove previously set headers

"},{"t":"F","n":"\\headers_list","p":"[Global_Namespace].html#function_headers_list","d":"

Returns a list of response headers sent (or ready to send)

"},{"t":"F","n":"\\headers_send","p":"[Global_Namespace].html#function_headers_send","d":"

Sends HTTP response headers immediately.

"},{"t":"F","n":"\\headers_sent","p":"[Global_Namespace].html#function_headers_sent","d":"

Checks if or where headers have been sent

"},{"t":"F","n":"\\hebrev","p":"[Global_Namespace].html#function_hebrev","d":"

Convert logical Hebrew text to visual text

"},{"t":"F","n":"\\hebrevc","p":"[Global_Namespace].html#function_hebrevc","d":"

Convert logical Hebrew text to visual text with newline conversion

"},{"t":"F","n":"\\hex2bin","p":"[Global_Namespace].html#function_hex2bin","d":"

Convert hexadecimal string to its binary representation.

"},{"t":"F","n":"\\hexdec","p":"[Global_Namespace].html#function_hexdec","d":"

Hexadecimal to decimal

"},{"t":"F","n":"\\highlight_file","p":"[Global_Namespace].html#function_highlight_file","d":"

Syntax highlighting of a file

"},{"t":"F","n":"\\highlight_string","p":"[Global_Namespace].html#function_highlight_string","d":"

Syntax highlighting of a string

"},{"t":"F","n":"\\hrtime","p":"[Global_Namespace].html#function_hrtime","d":"

Get the system's high resolution time

"},{"t":"F","n":"\\html_entity_decode","p":"[Global_Namespace].html#function_html_entity_decode","d":"

Convert HTML entities to their corresponding characters

"},{"t":"F","n":"\\htmlentities","p":"[Global_Namespace].html#function_htmlentities","d":"

Convert all applicable characters to HTML entities

"},{"t":"F","n":"\\htmlspecialchars","p":"[Global_Namespace].html#function_htmlspecialchars","d":"

Convert special characters to HTML entities

"},{"t":"F","n":"\\htmlspecialchars_decode","p":"[Global_Namespace].html#function_htmlspecialchars_decode","d":"

Convert special HTML entities back to characters

"},{"t":"F","n":"\\http_build_cookie","p":"[Global_Namespace].html#function_http_build_cookie","d":"

(PECL pecl_http >= 1.2.0)
\nBuild cookie string

"},{"t":"F","n":"\\http_build_query","p":"[Global_Namespace].html#function_http_build_query","d":"

Generate URL-encoded query string

"},{"t":"F","n":"\\http_build_str","p":"[Global_Namespace].html#function_http_build_str","d":"

(PECL pecl_http >= 0.23.0)
\nBuild query string

"},{"t":"F","n":"\\http_build_url","p":"[Global_Namespace].html#function_http_build_url","d":"

(PECL pecl_http >= 0.21.0)
\nBuild an URL

"},{"t":"F","n":"\\http_cache_etag","p":"[Global_Namespace].html#function_http_cache_etag","d":"

(PECL pecl_http >= 0.1.0)
\nCaching by ETag

"},{"t":"F","n":"\\http_cache_last_modified","p":"[Global_Namespace].html#function_http_cache_last_modified","d":"

(PECL pecl_http >= 0.1.0)
\nCaching by last modification

"},{"t":"F","n":"\\http_chunked_decode","p":"[Global_Namespace].html#function_http_chunked_decode","d":"

(PECL pecl_http >= 0.1.0)
\nDecode chunked-encoded data

"},{"t":"F","n":"\\http_clear_last_response_headers","p":"[Global_Namespace].html#function_http_clear_last_response_headers","d":""},{"t":"F","n":"\\http_date","p":"[Global_Namespace].html#function_http_date","d":"

(PECL pecl_http >= 0.1.0)
\nCompose HTTP RFC compliant date

"},{"t":"F","n":"\\http_deflate","p":"[Global_Namespace].html#function_http_deflate","d":"

(PECL pecl_http >= 0.15.0)
\nDeflate data

"},{"t":"F","n":"\\http_get","p":"[Global_Namespace].html#function_http_get","d":"

(PECL pecl_http >= 0.1.0)
\nPerform GET request

"},{"t":"F","n":"\\http_get_last_response_headers","p":"[Global_Namespace].html#function_http_get_last_response_headers","d":""},{"t":"F","n":"\\http_get_request_body","p":"[Global_Namespace].html#function_http_get_request_body","d":"

(PECL pecl_http >= 0.10.0)
\nGet request body as string

"},{"t":"F","n":"\\http_get_request_body_stream","p":"[Global_Namespace].html#function_http_get_request_body_stream","d":"

(PECL pecl_http >= 0.22.0)
\nGet request body as stream

"},{"t":"F","n":"\\http_get_request_headers","p":"[Global_Namespace].html#function_http_get_request_headers","d":"

(PECL pecl_http >= 0.10.0)
\nGet request headers as array

"},{"t":"F","n":"\\http_head","p":"[Global_Namespace].html#function_http_head","d":"

(PECL pecl_http >= 0.1.0)
\nPerform HEAD request

"},{"t":"F","n":"\\http_inflate","p":"[Global_Namespace].html#function_http_inflate","d":"

(PECL pecl_http >= 0.15.0)
\nInflate data

"},{"t":"F","n":"\\http_match_etag","p":"[Global_Namespace].html#function_http_match_etag","d":"

(PECL pecl_http >= 0.1.0)
\nMatch ETag

"},{"t":"F","n":"\\http_match_modified","p":"[Global_Namespace].html#function_http_match_modified","d":"

(PECL pecl_http >= 0.1.0)
\nMatch last modification

"},{"t":"F","n":"\\http_match_request_header","p":"[Global_Namespace].html#function_http_match_request_header","d":"

(PECL pecl_http >= 0.10.0)
\nMatch any header

"},{"t":"F","n":"\\http_negotiate_charset","p":"[Global_Namespace].html#function_http_negotiate_charset","d":"

(PECL pecl_http >= 0.1.0)
\nNegotiate clients preferred character set

"},{"t":"F","n":"\\http_negotiate_content_type","p":"[Global_Namespace].html#function_http_negotiate_content_type","d":"

(PECL pecl_http >= 0.19.0)
\nNegotiate clients preferred content type

"},{"t":"F","n":"\\http_negotiate_language","p":"[Global_Namespace].html#function_http_negotiate_language","d":"

(PECL pecl_http >= 0.1.0)
\nNegotiate clients preferred language

"},{"t":"F","n":"\\http_parse_cookie","p":"[Global_Namespace].html#function_http_parse_cookie","d":"

(PECL pecl_http >= 0.20.0)
\nParse HTTP cookie

"},{"t":"F","n":"\\http_parse_headers","p":"[Global_Namespace].html#function_http_parse_headers","d":"

(PECL pecl_http >= 0.10.0)
\nParse HTTP headers

"},{"t":"F","n":"\\http_parse_message","p":"[Global_Namespace].html#function_http_parse_message","d":"

(PECL pecl_http >= 0.12.0)
\nParse HTTP messages

"},{"t":"F","n":"\\http_parse_params","p":"[Global_Namespace].html#function_http_parse_params","d":"

(PECL pecl_http >= 1.0.0)
\nParse parameter list

"},{"t":"F","n":"\\http_persistent_handles_clean","p":"[Global_Namespace].html#function_http_persistent_handles_clean","d":"

(PECL pecl_http >= 1.5.0)
\nClean up persistent handles

"},{"t":"F","n":"\\http_persistent_handles_count","p":"[Global_Namespace].html#function_http_persistent_handles_count","d":"

(PECL pecl_http >= 1.5.0)
\nStat persistent handles

"},{"t":"F","n":"\\http_persistent_handles_ident","p":"[Global_Namespace].html#function_http_persistent_handles_ident","d":"

(PECL pecl_http >= 1.5.0)
\nGet/set ident of persistent handles

"},{"t":"F","n":"\\http_post_data","p":"[Global_Namespace].html#function_http_post_data","d":"

(PECL pecl_http >= 0.1.0)
\nPerform POST request with pre-encoded data

"},{"t":"F","n":"\\http_post_fields","p":"[Global_Namespace].html#function_http_post_fields","d":"

(PECL pecl_http >= 0.10.0)
\nPerform POST request with data to be encoded

"},{"t":"F","n":"\\http_put_data","p":"[Global_Namespace].html#function_http_put_data","d":"

(PECL pecl_http >= 0.25.0)
\nPerform PUT request with data

"},{"t":"F","n":"\\http_put_file","p":"[Global_Namespace].html#function_http_put_file","d":"

(PECL pecl_http >= 0.10.0)
\nPerform PUT request with file

"},{"t":"F","n":"\\http_put_stream","p":"[Global_Namespace].html#function_http_put_stream","d":"

(PECL pecl_http >= 0.10.0)
\nPerform PUT request with stream

"},{"t":"F","n":"\\http_redirect","p":"[Global_Namespace].html#function_http_redirect","d":"

(PECL pecl_http >= 0.1.0)
\nIssue HTTP redirect

"},{"t":"F","n":"\\http_request","p":"[Global_Namespace].html#function_http_request","d":"

(PECL pecl_http >= 1.0.0)
\nPerform custom request

"},{"t":"F","n":"\\http_request_body_encode","p":"[Global_Namespace].html#function_http_request_body_encode","d":"

(PECL pecl_http >= 1.0.0)
\nEncode request body

"},{"t":"F","n":"\\http_request_method_exists","p":"[Global_Namespace].html#function_http_request_method_exists","d":"

(PECL pecl_http >= 0.10.0)
\nCheck whether request method exists

"},{"t":"F","n":"\\http_request_method_name","p":"[Global_Namespace].html#function_http_request_method_name","d":"

(PECL pecl_http >= 0.10.0)
\nGet request method name

"},{"t":"F","n":"\\http_request_method_register","p":"[Global_Namespace].html#function_http_request_method_register","d":"

(PECL pecl_http >= 0.10.0)
\nRegister request method

"},{"t":"F","n":"\\http_request_method_unregister","p":"[Global_Namespace].html#function_http_request_method_unregister","d":"

(PECL pecl_http >= 0.10.0)
\nUnregister request method

"},{"t":"F","n":"\\http_response_code","p":"[Global_Namespace].html#function_http_response_code","d":"

Get or Set the HTTP response code

"},{"t":"F","n":"\\http_send_content_disposition","p":"[Global_Namespace].html#function_http_send_content_disposition","d":"

(PECL pecl_http >= 0.10.0)
\nSend Content-Disposition

"},{"t":"F","n":"\\http_send_content_type","p":"[Global_Namespace].html#function_http_send_content_type","d":"

(PECL pecl_http >= 0.10.0)
\nSend Content-Type

"},{"t":"F","n":"\\http_send_data","p":"[Global_Namespace].html#function_http_send_data","d":"

(PECL pecl_http >= 0.1.0)
\nSend arbitrary data

"},{"t":"F","n":"\\http_send_file","p":"[Global_Namespace].html#function_http_send_file","d":"

(PECL pecl_http >= 0.1.0)
\nSend file

"},{"t":"F","n":"\\http_send_last_modified","p":"[Global_Namespace].html#function_http_send_last_modified","d":"

(PECL pecl_http >= 0.1.0)
\nSend Last-Modified

"},{"t":"F","n":"\\http_send_status","p":"[Global_Namespace].html#function_http_send_status","d":"

(PECL pecl_http >= 0.1.0)
\nSend HTTP response status

"},{"t":"F","n":"\\http_send_stream","p":"[Global_Namespace].html#function_http_send_stream","d":"

(PECL pecl_http >= 0.1.0)
\nSend stream

"},{"t":"F","n":"\\http_support","p":"[Global_Namespace].html#function_http_support","d":"

(PECL pecl_http >= 0.15.0)
\nCheck built-in HTTP support

"},{"t":"F","n":"\\http_throttle","p":"[Global_Namespace].html#function_http_throttle","d":"

(PECL pecl_http >= 0.10.0)
\nHTTP throttling

"},{"t":"F","n":"\\hypot","p":"[Global_Namespace].html#function_hypot","d":"

Calculate the length of the hypotenuse of a right-angle triangle

"},{"t":"F","n":"\\ibase_add_user","p":"[Global_Namespace].html#function_ibase_add_user","d":"

Add a user to a security database (only for IB6 or later)

"},{"t":"F","n":"\\ibase_affected_rows","p":"[Global_Namespace].html#function_ibase_affected_rows","d":"

Return the number of rows that were affected by the previous query

"},{"t":"F","n":"\\ibase_backup","p":"[Global_Namespace].html#function_ibase_backup","d":"

Initiates a backup task in the service manager and returns immediately

"},{"t":"F","n":"\\ibase_blob_add","p":"[Global_Namespace].html#function_ibase_blob_add","d":"

Add data into a newly created blob

"},{"t":"F","n":"\\ibase_blob_cancel","p":"[Global_Namespace].html#function_ibase_blob_cancel","d":"

Cancel creating blob

"},{"t":"F","n":"\\ibase_blob_close","p":"[Global_Namespace].html#function_ibase_blob_close","d":"

Close blob

"},{"t":"F","n":"\\ibase_blob_create","p":"[Global_Namespace].html#function_ibase_blob_create","d":"

Create a new blob for adding data

"},{"t":"F","n":"\\ibase_blob_echo","p":"[Global_Namespace].html#function_ibase_blob_echo","d":"

Output blob contents to browser

"},{"t":"F","n":"\\ibase_blob_get","p":"[Global_Namespace].html#function_ibase_blob_get","d":"

Get len bytes data from open blob

"},{"t":"F","n":"\\ibase_blob_import","p":"[Global_Namespace].html#function_ibase_blob_import","d":"

Create blob, copy file in it, and close it

"},{"t":"F","n":"\\ibase_blob_info","p":"[Global_Namespace].html#function_ibase_blob_info","d":"

Return blob length and other useful info

"},{"t":"F","n":"\\ibase_blob_open","p":"[Global_Namespace].html#function_ibase_blob_open","d":"

Open blob for retrieving data parts

"},{"t":"F","n":"\\ibase_close","p":"[Global_Namespace].html#function_ibase_close","d":"

Close a connection to an InterBase database

"},{"t":"F","n":"\\ibase_commit","p":"[Global_Namespace].html#function_ibase_commit","d":"

Commit a transaction

"},{"t":"F","n":"\\ibase_commit_ret","p":"[Global_Namespace].html#function_ibase_commit_ret","d":"

Commit a transaction without closing it

"},{"t":"F","n":"\\ibase_connect","p":"[Global_Namespace].html#function_ibase_connect","d":"

Open a connection to an InterBase database

"},{"t":"F","n":"\\ibase_db_info","p":"[Global_Namespace].html#function_ibase_db_info","d":"

Request statistics about a database

"},{"t":"F","n":"\\ibase_delete_user","p":"[Global_Namespace].html#function_ibase_delete_user","d":"

Delete a user from a security database (only for IB6 or later)

"},{"t":"F","n":"\\ibase_drop_db","p":"[Global_Namespace].html#function_ibase_drop_db","d":"

Drops a database

"},{"t":"F","n":"\\ibase_errcode","p":"[Global_Namespace].html#function_ibase_errcode","d":"

Return an error code

"},{"t":"F","n":"\\ibase_errmsg","p":"[Global_Namespace].html#function_ibase_errmsg","d":"

Return error messages

"},{"t":"F","n":"\\ibase_execute","p":"[Global_Namespace].html#function_ibase_execute","d":"

Execute a previously prepared query

"},{"t":"F","n":"\\ibase_fetch_assoc","p":"[Global_Namespace].html#function_ibase_fetch_assoc","d":"

Fetch a result row from a query as an associative array

"},{"t":"F","n":"\\ibase_fetch_object","p":"[Global_Namespace].html#function_ibase_fetch_object","d":"

Get an object from a InterBase database

"},{"t":"F","n":"\\ibase_fetch_row","p":"[Global_Namespace].html#function_ibase_fetch_row","d":"

Fetch a row from an InterBase database

"},{"t":"F","n":"\\ibase_field_info","p":"[Global_Namespace].html#function_ibase_field_info","d":"

Get information about a field

"},{"t":"F","n":"\\ibase_free_event_handler","p":"[Global_Namespace].html#function_ibase_free_event_handler","d":"

Cancels a registered event handler

"},{"t":"F","n":"\\ibase_free_query","p":"[Global_Namespace].html#function_ibase_free_query","d":"

Free memory allocated by a prepared query

"},{"t":"F","n":"\\ibase_free_result","p":"[Global_Namespace].html#function_ibase_free_result","d":"

Free a result set

"},{"t":"F","n":"\\ibase_gen_id","p":"[Global_Namespace].html#function_ibase_gen_id","d":"

Increments the named generator and returns its new value

"},{"t":"F","n":"\\ibase_maintain_db","p":"[Global_Namespace].html#function_ibase_maintain_db","d":"

Execute a maintenance command on the database server

"},{"t":"F","n":"\\ibase_modify_user","p":"[Global_Namespace].html#function_ibase_modify_user","d":"

Modify a user to a security database (only for IB6 or later)

"},{"t":"F","n":"\\ibase_name_result","p":"[Global_Namespace].html#function_ibase_name_result","d":"

Assigns a name to a result set

"},{"t":"F","n":"\\ibase_num_fields","p":"[Global_Namespace].html#function_ibase_num_fields","d":"

Get the number of fields in a result set

"},{"t":"F","n":"\\ibase_num_params","p":"[Global_Namespace].html#function_ibase_num_params","d":"

Return the number of parameters in a prepared query

"},{"t":"F","n":"\\ibase_param_info","p":"[Global_Namespace].html#function_ibase_param_info","d":"

Return information about a parameter in a prepared query

"},{"t":"F","n":"\\ibase_pconnect","p":"[Global_Namespace].html#function_ibase_pconnect","d":"

Open a persistent connection to an InterBase database

"},{"t":"F","n":"\\ibase_prepare","p":"[Global_Namespace].html#function_ibase_prepare","d":"

Prepare a query for later binding of parameter placeholders and execution

"},{"t":"F","n":"\\ibase_query","p":"[Global_Namespace].html#function_ibase_query","d":"

Execute a query on an InterBase database

"},{"t":"F","n":"\\ibase_restore","p":"[Global_Namespace].html#function_ibase_restore","d":"

Initiates a restore task in the service manager and returns immediately

"},{"t":"F","n":"\\ibase_rollback","p":"[Global_Namespace].html#function_ibase_rollback","d":"

Roll back a transaction

"},{"t":"F","n":"\\ibase_rollback_ret","p":"[Global_Namespace].html#function_ibase_rollback_ret","d":"

Roll back a transaction without closing it

"},{"t":"F","n":"\\ibase_server_info","p":"[Global_Namespace].html#function_ibase_server_info","d":"

Request information about a database server

"},{"t":"F","n":"\\ibase_service_attach","p":"[Global_Namespace].html#function_ibase_service_attach","d":"

Connect to the service manager

"},{"t":"F","n":"\\ibase_service_detach","p":"[Global_Namespace].html#function_ibase_service_detach","d":"

Disconnect from the service manager

"},{"t":"F","n":"\\ibase_set_event_handler","p":"[Global_Namespace].html#function_ibase_set_event_handler","d":"

Register a callback function to be called when events are posted

"},{"t":"F","n":"\\ibase_trans","p":"[Global_Namespace].html#function_ibase_trans","d":"

Begin a transaction

"},{"t":"F","n":"\\ibase_wait_event","p":"[Global_Namespace].html#function_ibase_wait_event","d":"

Wait for an event to be posted by the database

"},{"t":"F","n":"\\iconv","p":"[Global_Namespace].html#function_iconv","d":"

Convert string to requested character encoding

"},{"t":"F","n":"\\iconv_get_encoding","p":"[Global_Namespace].html#function_iconv_get_encoding","d":"

Retrieve internal configuration variables of iconv extension

"},{"t":"F","n":"\\iconv_mime_decode","p":"[Global_Namespace].html#function_iconv_mime_decode","d":"

Decodes a MIME header field

"},{"t":"F","n":"\\iconv_mime_decode_headers","p":"[Global_Namespace].html#function_iconv_mime_decode_headers","d":"

Decodes multiple MIME header fields at once

"},{"t":"F","n":"\\iconv_mime_encode","p":"[Global_Namespace].html#function_iconv_mime_encode","d":"

Composes a MIME header field

"},{"t":"F","n":"\\iconv_set_encoding","p":"[Global_Namespace].html#function_iconv_set_encoding","d":"

Set current setting for character encoding conversion

"},{"t":"F","n":"\\iconv_strlen","p":"[Global_Namespace].html#function_iconv_strlen","d":"

Returns the character count of string

"},{"t":"F","n":"\\iconv_strpos","p":"[Global_Namespace].html#function_iconv_strpos","d":"

Finds position of first occurrence of a needle within a haystack

"},{"t":"F","n":"\\iconv_strrpos","p":"[Global_Namespace].html#function_iconv_strrpos","d":"

Finds the last occurrence of a needle within a haystack

"},{"t":"F","n":"\\iconv_substr","p":"[Global_Namespace].html#function_iconv_substr","d":"

Cut out part of a string

"},{"t":"F","n":"\\idate","p":"[Global_Namespace].html#function_idate","d":"

Format a local time/date as integer

"},{"t":"F","n":"\\idn_to_ascii","p":"[Global_Namespace].html#function_idn_to_ascii","d":"

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.2, PHP 7, PECL idn >= 0.1)
\nConvert domain name to IDNA ASCII form.

"},{"t":"F","n":"\\idn_to_utf8","p":"[Global_Namespace].html#function_idn_to_utf8","d":"

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.2, PHP 7, PECL idn >= 0.1)
\nConvert domain name from IDNA ASCII to Unicode.

"},{"t":"F","n":"\\igbinary_serialize","p":"[Global_Namespace].html#function_igbinary_serialize","d":"

Generates a storable representation of a value.

"},{"t":"F","n":"\\igbinary_unserialize","p":"[Global_Namespace].html#function_igbinary_unserialize","d":"

Creates a PHP value from a stored representation.

"},{"t":"F","n":"\\ignore_user_abort","p":"[Global_Namespace].html#function_ignore_user_abort","d":"

Set whether a client disconnect should abort script execution

"},{"t":"F","n":"\\image2wbmp","p":"[Global_Namespace].html#function_image2wbmp","d":"

Output image to browser or file

"},{"t":"F","n":"\\image_type_to_extension","p":"[Global_Namespace].html#function_image_type_to_extension","d":"

Get file extension for image type

"},{"t":"F","n":"\\image_type_to_mime_type","p":"[Global_Namespace].html#function_image_type_to_mime_type","d":"

Get Mime-Type for image-type returned by getimagesize, exif_read_data, exif_thumbnail, exif_imagetype

"},{"t":"F","n":"\\imageaffine","p":"[Global_Namespace].html#function_imageaffine","d":"

Return an image containing the affine tramsformed src image, using an optional clipping area

"},{"t":"F","n":"\\imageaffinematrixconcat","p":"[Global_Namespace].html#function_imageaffinematrixconcat","d":"

Concat two matrices (as in doing many ops in one go)

"},{"t":"F","n":"\\imageaffinematrixget","p":"[Global_Namespace].html#function_imageaffinematrixget","d":"

Return an image containing the affine tramsformed src image, using an optional clipping area

"},{"t":"F","n":"\\imagealphablending","p":"[Global_Namespace].html#function_imagealphablending","d":"

Set the blending mode for an image

"},{"t":"F","n":"\\imageantialias","p":"[Global_Namespace].html#function_imageantialias","d":"

Should antialias functions be used or not.
\nBefore 7.2.0 it's only available if PHP iscompiled with the bundled version of the GD library.

"},{"t":"F","n":"\\imagearc","p":"[Global_Namespace].html#function_imagearc","d":"

Draws an arc

"},{"t":"F","n":"\\imageavif","p":"[Global_Namespace].html#function_imageavif","d":"

Outputs or saves a AVIF Raster image from the given image

"},{"t":"F","n":"\\imagebmp","p":"[Global_Namespace].html#function_imagebmp","d":"

Outputs or saves a BMP version of the given image.

"},{"t":"F","n":"\\imagechar","p":"[Global_Namespace].html#function_imagechar","d":"

Draw a character horizontally

"},{"t":"F","n":"\\imagecharup","p":"[Global_Namespace].html#function_imagecharup","d":"

Draw a character vertically

"},{"t":"F","n":"\\imagecolorallocate","p":"[Global_Namespace].html#function_imagecolorallocate","d":"

Allocate a color for an image

"},{"t":"F","n":"\\imagecolorallocatealpha","p":"[Global_Namespace].html#function_imagecolorallocatealpha","d":"

Allocate a color for an image

"},{"t":"F","n":"\\imagecolorat","p":"[Global_Namespace].html#function_imagecolorat","d":"

Get the index of the color of a pixel

"},{"t":"F","n":"\\imagecolorclosest","p":"[Global_Namespace].html#function_imagecolorclosest","d":"

Get the index of the closest color to the specified color

"},{"t":"F","n":"\\imagecolorclosestalpha","p":"[Global_Namespace].html#function_imagecolorclosestalpha","d":"

Get the index of the closest color to the specified color + alpha

"},{"t":"F","n":"\\imagecolorclosesthwb","p":"[Global_Namespace].html#function_imagecolorclosesthwb","d":"

Get the index of the color which has the hue, white and blackness

"},{"t":"F","n":"\\imagecolordeallocate","p":"[Global_Namespace].html#function_imagecolordeallocate","d":"

De-allocate a color for an image

"},{"t":"F","n":"\\imagecolorexact","p":"[Global_Namespace].html#function_imagecolorexact","d":"

Get the index of the specified color

"},{"t":"F","n":"\\imagecolorexactalpha","p":"[Global_Namespace].html#function_imagecolorexactalpha","d":"

Get the index of the specified color + alpha

"},{"t":"F","n":"\\imagecolormatch","p":"[Global_Namespace].html#function_imagecolormatch","d":"

Makes the colors of the palette version of an image more closely match the true color version

"},{"t":"F","n":"\\imagecolorresolve","p":"[Global_Namespace].html#function_imagecolorresolve","d":"

Get the index of the specified color or its closest possible alternative

"},{"t":"F","n":"\\imagecolorresolvealpha","p":"[Global_Namespace].html#function_imagecolorresolvealpha","d":"

Get the index of the specified color + alpha or its closest possible alternative

"},{"t":"F","n":"\\imagecolorset","p":"[Global_Namespace].html#function_imagecolorset","d":"

Set the color for the specified palette index

"},{"t":"F","n":"\\imagecolorsforindex","p":"[Global_Namespace].html#function_imagecolorsforindex","d":"

Get the colors for an index

"},{"t":"F","n":"\\imagecolorstotal","p":"[Global_Namespace].html#function_imagecolorstotal","d":"

Find out the number of colors in an image's palette

"},{"t":"F","n":"\\imagecolortransparent","p":"[Global_Namespace].html#function_imagecolortransparent","d":"

Define a color as transparent

"},{"t":"F","n":"\\imageconvolution","p":"[Global_Namespace].html#function_imageconvolution","d":"

Apply a 3x3 convolution matrix, using coefficient and offset

"},{"t":"F","n":"\\imagecopy","p":"[Global_Namespace].html#function_imagecopy","d":"

Copy part of an image

"},{"t":"F","n":"\\imagecopymerge","p":"[Global_Namespace].html#function_imagecopymerge","d":"

Copy and merge part of an image

"},{"t":"F","n":"\\imagecopymergegray","p":"[Global_Namespace].html#function_imagecopymergegray","d":"

Copy and merge part of an image with gray scale

"},{"t":"F","n":"\\imagecopyresampled","p":"[Global_Namespace].html#function_imagecopyresampled","d":"

Copy and resize part of an image with resampling

"},{"t":"F","n":"\\imagecopyresized","p":"[Global_Namespace].html#function_imagecopyresized","d":"

Copy and resize part of an image

"},{"t":"F","n":"\\imagecreate","p":"[Global_Namespace].html#function_imagecreate","d":"

Create a new palette based image

"},{"t":"F","n":"\\imagecreatefromavif","p":"[Global_Namespace].html#function_imagecreatefromavif","d":"

Create a new image from file or URL

"},{"t":"F","n":"\\imagecreatefrombmp","p":"[Global_Namespace].html#function_imagecreatefrombmp","d":"

imagecreatefrombmp() returns an image identifier representing the image obtained from the given filename.

"},{"t":"F","n":"\\imagecreatefromgd","p":"[Global_Namespace].html#function_imagecreatefromgd","d":"

Create a new image from GD file or URL

"},{"t":"F","n":"\\imagecreatefromgd2","p":"[Global_Namespace].html#function_imagecreatefromgd2","d":"

Create a new image from GD2 file or URL

"},{"t":"F","n":"\\imagecreatefromgd2part","p":"[Global_Namespace].html#function_imagecreatefromgd2part","d":"

Create a new image from a given part of GD2 file or URL

"},{"t":"F","n":"\\imagecreatefromgif","p":"[Global_Namespace].html#function_imagecreatefromgif","d":"

Create a new image from file or URL

"},{"t":"F","n":"\\imagecreatefromjpeg","p":"[Global_Namespace].html#function_imagecreatefromjpeg","d":"

Create a new image from file or URL

"},{"t":"F","n":"\\imagecreatefrompng","p":"[Global_Namespace].html#function_imagecreatefrompng","d":"

Create a new image from file or URL

"},{"t":"F","n":"\\imagecreatefromstring","p":"[Global_Namespace].html#function_imagecreatefromstring","d":"

Create a new image from the image stream in the string

"},{"t":"F","n":"\\imagecreatefromtga","p":"[Global_Namespace].html#function_imagecreatefromtga","d":""},{"t":"F","n":"\\imagecreatefromwbmp","p":"[Global_Namespace].html#function_imagecreatefromwbmp","d":"

Create a new image from file or URL

"},{"t":"F","n":"\\imagecreatefromwebp","p":"[Global_Namespace].html#function_imagecreatefromwebp","d":"

Create a new image from file or URL

"},{"t":"F","n":"\\imagecreatefromxbm","p":"[Global_Namespace].html#function_imagecreatefromxbm","d":"

Create a new image from file or URL

"},{"t":"F","n":"\\imagecreatefromxpm","p":"[Global_Namespace].html#function_imagecreatefromxpm","d":"

Create a new image from file or URL

"},{"t":"F","n":"\\imagecreatetruecolor","p":"[Global_Namespace].html#function_imagecreatetruecolor","d":"

Create a new true color image

"},{"t":"F","n":"\\imagecrop","p":"[Global_Namespace].html#function_imagecrop","d":"

Crop an image using the given coordinates and size, x, y, width and height

"},{"t":"F","n":"\\imagecropauto","p":"[Global_Namespace].html#function_imagecropauto","d":"

Crop an image automatically using one of the available modes

"},{"t":"F","n":"\\imagedashedline","p":"[Global_Namespace].html#function_imagedashedline","d":"

Draw a dashed line

"},{"t":"F","n":"\\imagedestroy","p":"[Global_Namespace].html#function_imagedestroy","d":"

Destroy an image

"},{"t":"F","n":"\\imageellipse","p":"[Global_Namespace].html#function_imageellipse","d":"

Draw an ellipse

"},{"t":"F","n":"\\imagefill","p":"[Global_Namespace].html#function_imagefill","d":"

Flood fill

"},{"t":"F","n":"\\imagefilledarc","p":"[Global_Namespace].html#function_imagefilledarc","d":"

Draw a partial arc and fill it

"},{"t":"F","n":"\\imagefilledellipse","p":"[Global_Namespace].html#function_imagefilledellipse","d":"

Draw a filled ellipse

"},{"t":"F","n":"\\imagefilledpolygon","p":"[Global_Namespace].html#function_imagefilledpolygon","d":"

Draw a filled polygon

"},{"t":"F","n":"\\imagefilledrectangle","p":"[Global_Namespace].html#function_imagefilledrectangle","d":"

Draw a filled rectangle

"},{"t":"F","n":"\\imagefilltoborder","p":"[Global_Namespace].html#function_imagefilltoborder","d":"

Flood fill to specific color

"},{"t":"F","n":"\\imagefilter","p":"[Global_Namespace].html#function_imagefilter","d":"

Applies a filter to an image

"},{"t":"F","n":"\\imageflip","p":"[Global_Namespace].html#function_imageflip","d":"

Flips an image using a given mode

"},{"t":"F","n":"\\imagefontheight","p":"[Global_Namespace].html#function_imagefontheight","d":"

Get font height

"},{"t":"F","n":"\\imagefontwidth","p":"[Global_Namespace].html#function_imagefontwidth","d":"

Get font width

"},{"t":"F","n":"\\imageftbbox","p":"[Global_Namespace].html#function_imageftbbox","d":"

Give the bounding box of a text using fonts via freetype2

"},{"t":"F","n":"\\imagefttext","p":"[Global_Namespace].html#function_imagefttext","d":"

Write text to the image using fonts using FreeType 2

"},{"t":"F","n":"\\imagegammacorrect","p":"[Global_Namespace].html#function_imagegammacorrect","d":"

Apply a gamma correction to a GD image

"},{"t":"F","n":"\\imagegd","p":"[Global_Namespace].html#function_imagegd","d":"

Output GD image to browser or file.
\nSince 7.2.0 allows to output truecolor images.

"},{"t":"F","n":"\\imagegd2","p":"[Global_Namespace].html#function_imagegd2","d":"

Output GD2 image to browser or file

"},{"t":"F","n":"\\imagegetclip","p":"[Global_Namespace].html#function_imagegetclip","d":"

imagegetclip() retrieves the current clipping rectangle, i.e. the area beyond which no pixels will be drawn.

"},{"t":"F","n":"\\imagegetinterpolation","p":"[Global_Namespace].html#function_imagegetinterpolation","d":"

Gets the currently set interpolation method of the image.

"},{"t":"F","n":"\\imagegif","p":"[Global_Namespace].html#function_imagegif","d":"

Output image to browser or file

"},{"t":"F","n":"\\imagegrabscreen","p":"[Global_Namespace].html#function_imagegrabscreen","d":"

Captures the whole screen

"},{"t":"F","n":"\\imagegrabwindow","p":"[Global_Namespace].html#function_imagegrabwindow","d":"

Captures a window

"},{"t":"F","n":"\\imageinterlace","p":"[Global_Namespace].html#function_imageinterlace","d":"

Enable or disable interlace

"},{"t":"F","n":"\\imageistruecolor","p":"[Global_Namespace].html#function_imageistruecolor","d":"

Finds whether an image is a truecolor image

"},{"t":"F","n":"\\imagejpeg","p":"[Global_Namespace].html#function_imagejpeg","d":"

Output image to browser or file

"},{"t":"F","n":"\\imagelayereffect","p":"[Global_Namespace].html#function_imagelayereffect","d":"

Set the alpha blending flag to use the bundled libgd layering effects

"},{"t":"F","n":"\\imageline","p":"[Global_Namespace].html#function_imageline","d":"

Draw a line

"},{"t":"F","n":"\\imageloadfont","p":"[Global_Namespace].html#function_imageloadfont","d":"

Load a new font

"},{"t":"F","n":"\\imageopenpolygon","p":"[Global_Namespace].html#function_imageopenpolygon","d":"

imageopenpolygon() draws an open polygon on the given image. Contrary to {imagepolygon()}, no line is drawn between the last and the first point.

"},{"t":"F","n":"\\imagepalettecopy","p":"[Global_Namespace].html#function_imagepalettecopy","d":"

Copy the palette from one image to another

"},{"t":"F","n":"\\imagepalettetotruecolor","p":"[Global_Namespace].html#function_imagepalettetotruecolor","d":"

Converts a palette based image to true color

"},{"t":"F","n":"\\imagepng","p":"[Global_Namespace].html#function_imagepng","d":"

Output a PNG image to either the browser or a file

"},{"t":"F","n":"\\imagepolygon","p":"[Global_Namespace].html#function_imagepolygon","d":"

Draws a polygon

"},{"t":"F","n":"\\imagepsbbox","p":"[Global_Namespace].html#function_imagepsbbox","d":"

Give the bounding box of a text rectangle using PostScript Type1 fonts

"},{"t":"F","n":"\\imagepsencodefont","p":"[Global_Namespace].html#function_imagepsencodefont","d":"

Change the character encoding vector of a font

"},{"t":"F","n":"\\imagepsextendfont","p":"[Global_Namespace].html#function_imagepsextendfont","d":"

Extend or condense a font

"},{"t":"F","n":"\\imagepsfreefont","p":"[Global_Namespace].html#function_imagepsfreefont","d":"

Free memory used by a PostScript Type 1 font

"},{"t":"F","n":"\\imagepsloadfont","p":"[Global_Namespace].html#function_imagepsloadfont","d":"

Load a PostScript Type 1 font from file

"},{"t":"F","n":"\\imagepsslantfont","p":"[Global_Namespace].html#function_imagepsslantfont","d":"

Slant a font

"},{"t":"F","n":"\\imagepstext","p":"[Global_Namespace].html#function_imagepstext","d":"

Draws a text over an image using PostScript Type1 fonts

"},{"t":"F","n":"\\imagerectangle","p":"[Global_Namespace].html#function_imagerectangle","d":"

Draw a rectangle

"},{"t":"F","n":"\\imageresolution","p":"[Global_Namespace].html#function_imageresolution","d":""},{"t":"F","n":"\\imagerotate","p":"[Global_Namespace].html#function_imagerotate","d":"

Rotate an image with a given angle

"},{"t":"F","n":"\\imagesavealpha","p":"[Global_Namespace].html#function_imagesavealpha","d":"

Set the flag to save full alpha channel information (as opposed to single-color transparency) when saving PNG images

"},{"t":"F","n":"\\imagescale","p":"[Global_Namespace].html#function_imagescale","d":""},{"t":"F","n":"\\imagesetbrush","p":"[Global_Namespace].html#function_imagesetbrush","d":"

Set the brush image for line drawing

"},{"t":"F","n":"\\imagesetclip","p":"[Global_Namespace].html#function_imagesetclip","d":"

imagesetclip() sets the current clipping rectangle, i.e. the area beyond which no pixels will be drawn.

"},{"t":"F","n":"\\imagesetinterpolation","p":"[Global_Namespace].html#function_imagesetinterpolation","d":"

Set the interpolation method

"},{"t":"F","n":"\\imagesetpixel","p":"[Global_Namespace].html#function_imagesetpixel","d":"

Set a single pixel

"},{"t":"F","n":"\\imagesetstyle","p":"[Global_Namespace].html#function_imagesetstyle","d":"

Set the style for line drawing

"},{"t":"F","n":"\\imagesetthickness","p":"[Global_Namespace].html#function_imagesetthickness","d":"

Set the thickness for line drawing

"},{"t":"F","n":"\\imagesettile","p":"[Global_Namespace].html#function_imagesettile","d":"

Set the tile image for filling

"},{"t":"F","n":"\\imagestring","p":"[Global_Namespace].html#function_imagestring","d":"

Draw a string horizontally

"},{"t":"F","n":"\\imagestringup","p":"[Global_Namespace].html#function_imagestringup","d":"

Draw a string vertically

"},{"t":"F","n":"\\imagesx","p":"[Global_Namespace].html#function_imagesx","d":"

Get image width

"},{"t":"F","n":"\\imagesy","p":"[Global_Namespace].html#function_imagesy","d":"

Get image height

"},{"t":"F","n":"\\imagetruecolortopalette","p":"[Global_Namespace].html#function_imagetruecolortopalette","d":"

Convert a true color image to a palette image

"},{"t":"F","n":"\\imagettfbbox","p":"[Global_Namespace].html#function_imagettfbbox","d":"

Give the bounding box of a text using TrueType fonts

"},{"t":"F","n":"\\imagettftext","p":"[Global_Namespace].html#function_imagettftext","d":"

Write text to the image using TrueType fonts

"},{"t":"F","n":"\\imagetypes","p":"[Global_Namespace].html#function_imagetypes","d":"

Return the image types supported by this PHP build

"},{"t":"F","n":"\\imagewbmp","p":"[Global_Namespace].html#function_imagewbmp","d":"

Output image to browser or file

"},{"t":"F","n":"\\imagewebp","p":"[Global_Namespace].html#function_imagewebp","d":"

Output a WebP image to browser or file

"},{"t":"F","n":"\\imagexbm","p":"[Global_Namespace].html#function_imagexbm","d":"

Output XBM image to browser or file

"},{"t":"F","n":"\\imap_8bit","p":"[Global_Namespace].html#function_imap_8bit","d":"

Convert an 8bit string to a quoted-printable string

"},{"t":"F","n":"\\imap_alerts","p":"[Global_Namespace].html#function_imap_alerts","d":"

Returns all IMAP alert messages that have occurred

"},{"t":"F","n":"\\imap_append","p":"[Global_Namespace].html#function_imap_append","d":"

Append a string message to a specified mailbox

"},{"t":"F","n":"\\imap_base64","p":"[Global_Namespace].html#function_imap_base64","d":"

Decode BASE64 encoded text

"},{"t":"F","n":"\\imap_binary","p":"[Global_Namespace].html#function_imap_binary","d":"

Convert an 8bit string to a base64 string

"},{"t":"F","n":"\\imap_body","p":"[Global_Namespace].html#function_imap_body","d":"

Read the message body

"},{"t":"F","n":"\\imap_bodystruct","p":"[Global_Namespace].html#function_imap_bodystruct","d":"

Read the structure of a specified body section of a specific message

"},{"t":"F","n":"\\imap_check","p":"[Global_Namespace].html#function_imap_check","d":"

Check current mailbox

"},{"t":"F","n":"\\imap_clearflag_full","p":"[Global_Namespace].html#function_imap_clearflag_full","d":"

Clears flags on messages

"},{"t":"F","n":"\\imap_close","p":"[Global_Namespace].html#function_imap_close","d":"

Close an IMAP stream

"},{"t":"F","n":"\\imap_create","p":"[Global_Namespace].html#function_imap_create","d":"

Alias of imap_createmailbox

"},{"t":"F","n":"\\imap_createmailbox","p":"[Global_Namespace].html#function_imap_createmailbox","d":"

Create a new mailbox

"},{"t":"F","n":"\\imap_delete","p":"[Global_Namespace].html#function_imap_delete","d":"

Mark a message for deletion from current mailbox

"},{"t":"F","n":"\\imap_deletemailbox","p":"[Global_Namespace].html#function_imap_deletemailbox","d":"

Delete a mailbox

"},{"t":"F","n":"\\imap_errors","p":"[Global_Namespace].html#function_imap_errors","d":"

Returns all of the IMAP errors that have occurred

"},{"t":"F","n":"\\imap_expunge","p":"[Global_Namespace].html#function_imap_expunge","d":"

Delete all messages marked for deletion

"},{"t":"F","n":"\\imap_fetch_overview","p":"[Global_Namespace].html#function_imap_fetch_overview","d":"

Read an overview of the information in the headers of the given message

"},{"t":"F","n":"\\imap_fetchbody","p":"[Global_Namespace].html#function_imap_fetchbody","d":"

Fetch a particular section of the body of the message

"},{"t":"F","n":"\\imap_fetchheader","p":"[Global_Namespace].html#function_imap_fetchheader","d":"

Returns header for a message

"},{"t":"F","n":"\\imap_fetchmime","p":"[Global_Namespace].html#function_imap_fetchmime","d":"

Fetch MIME headers for a particular section of the message

"},{"t":"F","n":"\\imap_fetchstructure","p":"[Global_Namespace].html#function_imap_fetchstructure","d":"

Read the structure of a particular message

"},{"t":"F","n":"\\imap_fetchtext","p":"[Global_Namespace].html#function_imap_fetchtext","d":"

(PHP 4, PHP 5)
\nAlias of imap_body()

"},{"t":"F","n":"\\imap_gc","p":"[Global_Namespace].html#function_imap_gc","d":"

Clears IMAP cache

"},{"t":"F","n":"\\imap_get_quota","p":"[Global_Namespace].html#function_imap_get_quota","d":"

Retrieve the quota level settings, and usage statics per mailbox

"},{"t":"F","n":"\\imap_get_quotaroot","p":"[Global_Namespace].html#function_imap_get_quotaroot","d":"

Retrieve the quota settings per user

"},{"t":"F","n":"\\imap_getacl","p":"[Global_Namespace].html#function_imap_getacl","d":"

Gets the ACL for a given mailbox

"},{"t":"F","n":"\\imap_getannotation","p":"[Global_Namespace].html#function_imap_getannotation","d":""},{"t":"F","n":"\\imap_getmailboxes","p":"[Global_Namespace].html#function_imap_getmailboxes","d":"

Read the list of mailboxes, returning detailed information on each one

"},{"t":"F","n":"\\imap_getsubscribed","p":"[Global_Namespace].html#function_imap_getsubscribed","d":"

List all the subscribed mailboxes

"},{"t":"F","n":"\\imap_header","p":"[Global_Namespace].html#function_imap_header","d":"

Alias of imap_headerinfo

"},{"t":"F","n":"\\imap_headerinfo","p":"[Global_Namespace].html#function_imap_headerinfo","d":"

Read the header of the message

"},{"t":"F","n":"\\imap_headers","p":"[Global_Namespace].html#function_imap_headers","d":"

Returns headers for all messages in a mailbox

"},{"t":"F","n":"\\imap_is_open","p":"[Global_Namespace].html#function_imap_is_open","d":""},{"t":"F","n":"\\imap_last_error","p":"[Global_Namespace].html#function_imap_last_error","d":"

Gets the last IMAP error that occurred during this page request

"},{"t":"F","n":"\\imap_list","p":"[Global_Namespace].html#function_imap_list","d":"

Read the list of mailboxes

"},{"t":"F","n":"\\imap_listmailbox","p":"[Global_Namespace].html#function_imap_listmailbox","d":"

Alias of imap_list

"},{"t":"F","n":"\\imap_listscan","p":"[Global_Namespace].html#function_imap_listscan","d":"

Returns the list of mailboxes that matches the given text

"},{"t":"F","n":"\\imap_listsubscribed","p":"[Global_Namespace].html#function_imap_listsubscribed","d":"

Alias of imap_lsub

"},{"t":"F","n":"\\imap_lsub","p":"[Global_Namespace].html#function_imap_lsub","d":"

List all the subscribed mailboxes

"},{"t":"F","n":"\\imap_mail","p":"[Global_Namespace].html#function_imap_mail","d":"

Send an email message

"},{"t":"F","n":"\\imap_mail_compose","p":"[Global_Namespace].html#function_imap_mail_compose","d":"

Create a MIME message based on given envelope and body sections

"},{"t":"F","n":"\\imap_mail_copy","p":"[Global_Namespace].html#function_imap_mail_copy","d":"

Copy specified messages to a mailbox

"},{"t":"F","n":"\\imap_mail_move","p":"[Global_Namespace].html#function_imap_mail_move","d":"

Move specified messages to a mailbox

"},{"t":"F","n":"\\imap_mailboxmsginfo","p":"[Global_Namespace].html#function_imap_mailboxmsginfo","d":"

Get information about the current mailbox

"},{"t":"F","n":"\\imap_mime_header_decode","p":"[Global_Namespace].html#function_imap_mime_header_decode","d":"

Decode MIME header elements

"},{"t":"F","n":"\\imap_msgno","p":"[Global_Namespace].html#function_imap_msgno","d":"

Gets the message sequence number for the given UID

"},{"t":"F","n":"\\imap_mutf7_to_utf8","p":"[Global_Namespace].html#function_imap_mutf7_to_utf8","d":"

Decode a modified UTF-7 string to UTF-8

"},{"t":"F","n":"\\imap_myrights","p":"[Global_Namespace].html#function_imap_myrights","d":""},{"t":"F","n":"\\imap_num_msg","p":"[Global_Namespace].html#function_imap_num_msg","d":"

Gets the number of messages in the current mailbox

"},{"t":"F","n":"\\imap_num_recent","p":"[Global_Namespace].html#function_imap_num_recent","d":"

Gets the number of recent messages in current mailbox

"},{"t":"F","n":"\\imap_open","p":"[Global_Namespace].html#function_imap_open","d":"

Open an IMAP stream to a mailbox

"},{"t":"F","n":"\\imap_ping","p":"[Global_Namespace].html#function_imap_ping","d":"

Check if the IMAP stream is still active

"},{"t":"F","n":"\\imap_qprint","p":"[Global_Namespace].html#function_imap_qprint","d":"

Convert a quoted-printable string to an 8 bit string

"},{"t":"F","n":"\\imap_rename","p":"[Global_Namespace].html#function_imap_rename","d":"

Alias of imap_renamemailbox

"},{"t":"F","n":"\\imap_renamemailbox","p":"[Global_Namespace].html#function_imap_renamemailbox","d":"

Rename an old mailbox to new mailbox

"},{"t":"F","n":"\\imap_reopen","p":"[Global_Namespace].html#function_imap_reopen","d":"

Reopen IMAP stream to new mailbox

"},{"t":"F","n":"\\imap_rfc822_parse_adrlist","p":"[Global_Namespace].html#function_imap_rfc822_parse_adrlist","d":"

Parses an address string

"},{"t":"F","n":"\\imap_rfc822_parse_headers","p":"[Global_Namespace].html#function_imap_rfc822_parse_headers","d":"

Parse mail headers from a string

"},{"t":"F","n":"\\imap_rfc822_write_address","p":"[Global_Namespace].html#function_imap_rfc822_write_address","d":"

Returns a properly formatted email address given the mailbox, host, and personal info

"},{"t":"F","n":"\\imap_savebody","p":"[Global_Namespace].html#function_imap_savebody","d":"

Save a specific body section to a file

"},{"t":"F","n":"\\imap_scan","p":"[Global_Namespace].html#function_imap_scan","d":"

Alias of imap_listscan

"},{"t":"F","n":"\\imap_scanmailbox","p":"[Global_Namespace].html#function_imap_scanmailbox","d":"

Alias of imap_listscan

"},{"t":"F","n":"\\imap_search","p":"[Global_Namespace].html#function_imap_search","d":"

This function returns an array of messages matching the given search criteria

"},{"t":"F","n":"\\imap_set_quota","p":"[Global_Namespace].html#function_imap_set_quota","d":"

Sets a quota for a given mailbox

"},{"t":"F","n":"\\imap_setacl","p":"[Global_Namespace].html#function_imap_setacl","d":"

Sets the ACL for a given mailbox

"},{"t":"F","n":"\\imap_setannotation","p":"[Global_Namespace].html#function_imap_setannotation","d":""},{"t":"F","n":"\\imap_setflag_full","p":"[Global_Namespace].html#function_imap_setflag_full","d":"

Sets flags on messages

"},{"t":"F","n":"\\imap_sort","p":"[Global_Namespace].html#function_imap_sort","d":"

Gets and sort messages

"},{"t":"F","n":"\\imap_status","p":"[Global_Namespace].html#function_imap_status","d":"

Returns status information on a mailbox

"},{"t":"F","n":"\\imap_status_current","p":"[Global_Namespace].html#function_imap_status_current","d":""},{"t":"F","n":"\\imap_subscribe","p":"[Global_Namespace].html#function_imap_subscribe","d":"

Subscribe to a mailbox

"},{"t":"F","n":"\\imap_thread","p":"[Global_Namespace].html#function_imap_thread","d":"

Returns a tree of threaded message

"},{"t":"F","n":"\\imap_timeout","p":"[Global_Namespace].html#function_imap_timeout","d":"

Set or fetch imap timeout

"},{"t":"F","n":"\\imap_uid","p":"[Global_Namespace].html#function_imap_uid","d":"

This function returns the UID for the given message sequence number

"},{"t":"F","n":"\\imap_undelete","p":"[Global_Namespace].html#function_imap_undelete","d":"

Unmark the message which is marked deleted

"},{"t":"F","n":"\\imap_unsubscribe","p":"[Global_Namespace].html#function_imap_unsubscribe","d":"

Unsubscribe from a mailbox

"},{"t":"F","n":"\\imap_utf7_decode","p":"[Global_Namespace].html#function_imap_utf7_decode","d":"

Decodes a modified UTF-7 encoded string

"},{"t":"F","n":"\\imap_utf7_encode","p":"[Global_Namespace].html#function_imap_utf7_encode","d":"

Converts ISO-8859-1 string to modified UTF-7 text

"},{"t":"F","n":"\\imap_utf8","p":"[Global_Namespace].html#function_imap_utf8","d":"

Converts MIME-encoded text to UTF-8

"},{"t":"F","n":"\\imap_utf8_to_mutf7","p":"[Global_Namespace].html#function_imap_utf8_to_mutf7","d":"

Encode a UTF-8 string to modified UTF-7

"},{"t":"F","n":"\\implode","p":"[Global_Namespace].html#function_implode","d":"

Join array elements with a string

"},{"t":"F","n":"\\import_request_variables","p":"[Global_Namespace].html#function_import_request_variables","d":"

Import GET/POST/Cookie variables into the global scope

"},{"t":"F","n":"\\in_array","p":"[Global_Namespace].html#function_in_array","d":"

Checks if a value exists in an array

"},{"t":"F","n":"\\inet_ntop","p":"[Global_Namespace].html#function_inet_ntop","d":"

Converts a packed internet address to a human readable representation

"},{"t":"F","n":"\\inet_pton","p":"[Global_Namespace].html#function_inet_pton","d":"

Converts a human readable IP address to its packed in_addr representation

"},{"t":"F","n":"\\inflate_add","p":"[Global_Namespace].html#function_inflate_add","d":"

Incrementally inflate encoded data

"},{"t":"F","n":"\\inflate_get_read_len","p":"[Global_Namespace].html#function_inflate_get_read_len","d":"

Get number of bytes read so far

"},{"t":"F","n":"\\inflate_get_status","p":"[Global_Namespace].html#function_inflate_get_status","d":"

Get decompression status

"},{"t":"F","n":"\\inflate_init","p":"[Global_Namespace].html#function_inflate_init","d":"

Initialize an incremental inflate context

"},{"t":"F","n":"\\ini_alter","p":"[Global_Namespace].html#function_ini_alter","d":"

Alias:\n{ini_set}

"},{"t":"F","n":"\\ini_get","p":"[Global_Namespace].html#function_ini_get","d":"

Gets the value of a configuration option

"},{"t":"F","n":"\\ini_get_all","p":"[Global_Namespace].html#function_ini_get_all","d":"

Gets all configuration options

"},{"t":"F","n":"\\ini_parse_quantity","p":"[Global_Namespace].html#function_ini_parse_quantity","d":""},{"t":"F","n":"\\ini_restore","p":"[Global_Namespace].html#function_ini_restore","d":"

Restores the value of a configuration option

"},{"t":"F","n":"\\ini_set","p":"[Global_Namespace].html#function_ini_set","d":"

Sets the value of a configuration option

"},{"t":"F","n":"\\inotify_add_watch","p":"[Global_Namespace].html#function_inotify_add_watch","d":"

(PHP >= 5.2.0, PECL inotify >= 0.1.2)
\nAdd a watch to an initialized inotify instance

"},{"t":"F","n":"\\inotify_init","p":"[Global_Namespace].html#function_inotify_init","d":"

(PHP >= 5.2.0, PECL inotify >= 0.1.2)
\nInitialize an inotify instance for use with {inotify_add_watch}

"},{"t":"F","n":"\\inotify_queue_len","p":"[Global_Namespace].html#function_inotify_queue_len","d":"

(PHP >= 5.2.0, PECL inotify >= 0.1.2)
\nThis function allows to know if {inotify_read} will block or not.

"},{"t":"F","n":"\\inotify_read","p":"[Global_Namespace].html#function_inotify_read","d":"

(PHP >= 5.2.0, PECL inotify >= 0.1.2)
\nRead inotify events from an inotify instance.

"},{"t":"F","n":"\\inotify_rm_watch","p":"[Global_Namespace].html#function_inotify_rm_watch","d":"

(PHP >= 5.2.0, PECL inotify >= 0.1.2)
\nRemoves the watch $watch_descriptor from the inotify instance $inotify_instance.

"},{"t":"F","n":"\\intcal_get_maximum","p":"[Global_Namespace].html#function_intcal_get_maximum","d":"

(PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
\nGet the global maximum value for a field

"},{"t":"F","n":"\\intdiv","p":"[Global_Namespace].html#function_intdiv","d":"

Integer division

"},{"t":"F","n":"\\intl_error_name","p":"[Global_Namespace].html#function_intl_error_name","d":"

(PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
\nGet symbolic name for a given error code

"},{"t":"F","n":"\\intl_get","p":"[Global_Namespace].html#function_intl_get","d":"

(PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
\nGet the value for a field

"},{"t":"F","n":"\\intl_get_error_code","p":"[Global_Namespace].html#function_intl_get_error_code","d":"

(PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
\nGet the last error code

"},{"t":"F","n":"\\intl_get_error_message","p":"[Global_Namespace].html#function_intl_get_error_message","d":"

(PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
\nGet description of the last error

"},{"t":"F","n":"\\intl_is_failure","p":"[Global_Namespace].html#function_intl_is_failure","d":"

(PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
\nCheck whether the given error code indicates failure

"},{"t":"F","n":"\\intlcal_add","p":"[Global_Namespace].html#function_intlcal_add","d":"

(PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
\nAdd a (signed) amount of time to a field

"},{"t":"F","n":"\\intlcal_after","p":"[Global_Namespace].html#function_intlcal_after","d":"

(PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
\nWhether this object's time is after that of the passed object\nhttps://secure.php.net/manual/en/intlcalendar.after.php

"},{"t":"F","n":"\\intlcal_before","p":"[Global_Namespace].html#function_intlcal_before","d":"

(PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
\nWhether this object's time is before that of the passed object

"},{"t":"F","n":"\\intlcal_clear","p":"[Global_Namespace].html#function_intlcal_clear","d":"

(PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
\nClear a field or all fields

"},{"t":"F","n":"\\intlcal_create_instance","p":"[Global_Namespace].html#function_intlcal_create_instance","d":"

(PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
\nCreate a new IntlCalendar

"},{"t":"F","n":"\\intlcal_equals","p":"[Global_Namespace].html#function_intlcal_equals","d":"

(PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
\nCompare time of two IntlCalendar objects for equality

"},{"t":"F","n":"\\intlcal_field_difference","p":"[Global_Namespace].html#function_intlcal_field_difference","d":"

(PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
\nCalculate difference between given time and this object's time

"},{"t":"F","n":"\\intlcal_from_date_time","p":"[Global_Namespace].html#function_intlcal_from_date_time","d":"

(PHP 5 >=5.5.0 PECL intl >= 3.0.0a2)
\nCreate an IntlCalendar from a DateTime object or string

"},{"t":"F","n":"\\intlcal_get","p":"[Global_Namespace].html#function_intlcal_get","d":"

(PHP >= 5.5.0, PECL intl >= 3.0.0a1)
\nGets the value for a specific field.

"},{"t":"F","n":"\\intlcal_get_actual_maximum","p":"[Global_Namespace].html#function_intlcal_get_actual_maximum","d":"

(PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
\nThe maximum value for a field, considering the object's current time

"},{"t":"F","n":"\\intlcal_get_actual_minimum","p":"[Global_Namespace].html#function_intlcal_get_actual_minimum","d":"

(PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
\nThe minimum value for a field, considering the object's current time

"},{"t":"F","n":"\\intlcal_get_available_locales","p":"[Global_Namespace].html#function_intlcal_get_available_locales","d":"

(PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
\nGet array of locales for which there is data

"},{"t":"F","n":"\\intlcal_get_day_of_week_type","p":"[Global_Namespace].html#function_intlcal_get_day_of_week_type","d":"

(PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)

"},{"t":"F","n":"\\intlcal_get_error_code","p":"[Global_Namespace].html#function_intlcal_get_error_code","d":"

(PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
\nGet last error code on the object

"},{"t":"F","n":"\\intlcal_get_error_message","p":"[Global_Namespace].html#function_intlcal_get_error_message","d":"

(PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
\nGet last error message on the object

"},{"t":"F","n":"\\intlcal_get_first_day_of_week","p":"[Global_Namespace].html#function_intlcal_get_first_day_of_week","d":"

(PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
\nGet the first day of the week for the calendar's locale

"},{"t":"F","n":"\\intlcal_get_greatest_minimum","p":"[Global_Namespace].html#function_intlcal_get_greatest_minimum","d":"

(PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
\nGet the largest local minimum value for a field

"},{"t":"F","n":"\\intlcal_get_keyword_values_for_locale","p":"[Global_Namespace].html#function_intlcal_get_keyword_values_for_locale","d":"

(PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
\nGet set of locale keyword values

"},{"t":"F","n":"\\intlcal_get_least_maximum","p":"[Global_Namespace].html#function_intlcal_get_least_maximum","d":"

(PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
\nGet the smallest local maximum for a field

"},{"t":"F","n":"\\intlcal_get_locale","p":"[Global_Namespace].html#function_intlcal_get_locale","d":"

(PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
\nGet the locale associated with the object

"},{"t":"F","n":"\\intlcal_get_maximum","p":"[Global_Namespace].html#function_intlcal_get_maximum","d":"

(PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
\nGet the global maximum value for a field

"},{"t":"F","n":"\\intlcal_get_minimal_days_in_first_week","p":"[Global_Namespace].html#function_intlcal_get_minimal_days_in_first_week","d":"

(PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)

"},{"t":"F","n":"\\intlcal_get_minimum","p":"[Global_Namespace].html#function_intlcal_get_minimum","d":"

(PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
\nGet the global minimum value for a field

"},{"t":"F","n":"\\intlcal_get_now","p":"[Global_Namespace].html#function_intlcal_get_now","d":"

(PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
\nGet number representing the current time

"},{"t":"F","n":"\\intlcal_get_repeated_wall_time_option","p":"[Global_Namespace].html#function_intlcal_get_repeated_wall_time_option","d":"

(PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
\nGet behavior for handling repeating wall time

"},{"t":"F","n":"\\intlcal_get_skipped_wall_time_option","p":"[Global_Namespace].html#function_intlcal_get_skipped_wall_time_option","d":"

(PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
\nGet behavior for handling skipped wall time

"},{"t":"F","n":"\\intlcal_get_time","p":"[Global_Namespace].html#function_intlcal_get_time","d":"

(PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
\nGet time currently represented by the object

"},{"t":"F","n":"\\intlcal_get_time_zone","p":"[Global_Namespace].html#function_intlcal_get_time_zone","d":"

(PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
\nGet the object's timezone

"},{"t":"F","n":"\\intlcal_get_type","p":"[Global_Namespace].html#function_intlcal_get_type","d":"

(PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
\nGet the calendar type

"},{"t":"F","n":"\\intlcal_get_weekend_transition","p":"[Global_Namespace].html#function_intlcal_get_weekend_transition","d":"

(PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
\nGet time of the day at which weekend begins or ends

"},{"t":"F","n":"\\intlcal_greates_minimum","p":"[Global_Namespace].html#function_intlcal_greates_minimum","d":"

(PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
\nGet the largest local minimum value for a field

"},{"t":"F","n":"\\intlcal_in_daylight_time","p":"[Global_Namespace].html#function_intlcal_in_daylight_time","d":"

(PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
\nWhether the object's time is in Daylight Savings Time

"},{"t":"F","n":"\\intlcal_is_equivalent_to","p":"[Global_Namespace].html#function_intlcal_is_equivalent_to","d":"

(PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
\nWhether another calendar is equal but for a different time

"},{"t":"F","n":"\\intlcal_is_lenient","p":"[Global_Namespace].html#function_intlcal_is_lenient","d":"

(PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
\nWhether date/time interpretation is in lenient mode

"},{"t":"F","n":"\\intlcal_is_set","p":"[Global_Namespace].html#function_intlcal_is_set","d":"

(PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
\nWhether a field is set

"},{"t":"F","n":"\\intlcal_is_weekend","p":"[Global_Namespace].html#function_intlcal_is_weekend","d":"

(PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
\nWhether a certain date/time is in the weekend

"},{"t":"F","n":"\\intlcal_roll","p":"[Global_Namespace].html#function_intlcal_roll","d":"

(PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
\nAdd value to field without carrying into more significant fields

"},{"t":"F","n":"\\intlcal_set","p":"[Global_Namespace].html#function_intlcal_set","d":"

(PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
\nSet a time field or several common fields at once

"},{"t":"F","n":"\\intlcal_set_first_day_of_week","p":"[Global_Namespace].html#function_intlcal_set_first_day_of_week","d":"

(PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
\nSet the day on which the week is deemed to start

"},{"t":"F","n":"\\intlcal_set_lenient","p":"[Global_Namespace].html#function_intlcal_set_lenient","d":"

(PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
\nSet whether date/time interpretation is to be lenient

"},{"t":"F","n":"\\intlcal_set_minimal_days_in_first_week","p":"[Global_Namespace].html#function_intlcal_set_minimal_days_in_first_week","d":"

Set minimal number of days the first week in a year or month can have

"},{"t":"F","n":"\\intlcal_set_repeated_wall_time_option","p":"[Global_Namespace].html#function_intlcal_set_repeated_wall_time_option","d":"

(PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
\nSet behavior for handling repeating wall times at negative timezone offset transitions

"},{"t":"F","n":"\\intlcal_set_skipped_wall_time_option","p":"[Global_Namespace].html#function_intlcal_set_skipped_wall_time_option","d":"

(PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
\nSet behavior for handling skipped wall times at positive timezone offset transitions

"},{"t":"F","n":"\\intlcal_set_time","p":"[Global_Namespace].html#function_intlcal_set_time","d":"

(PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
\nSet the calendar time in milliseconds since the epoch

"},{"t":"F","n":"\\intlcal_set_time_zone","p":"[Global_Namespace].html#function_intlcal_set_time_zone","d":"

(PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
\nSet the timezone used by this calendar

"},{"t":"F","n":"\\intlcal_to_date_time","p":"[Global_Namespace].html#function_intlcal_to_date_time","d":"

(PHP 5 >=5.5.0 PECL intl >= 3.0.0a2)
\nConvert an IntlCalendar into a DateTime object

"},{"t":"F","n":"\\intlgregcal_create_instance","p":"[Global_Namespace].html#function_intlgregcal_create_instance","d":"

(PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)

"},{"t":"F","n":"\\intlgregcal_get_gregorian_change","p":"[Global_Namespace].html#function_intlgregcal_get_gregorian_change","d":""},{"t":"F","n":"\\intlgregcal_is_leap_year","p":"[Global_Namespace].html#function_intlgregcal_is_leap_year","d":""},{"t":"F","n":"\\intlgregcal_set_gregorian_change","p":"[Global_Namespace].html#function_intlgregcal_set_gregorian_change","d":""},{"t":"F","n":"\\intltz_count_equivalent_ids","p":"[Global_Namespace].html#function_intltz_count_equivalent_ids","d":"

(PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
\nGet the number of IDs in the equivalency group that includes the given ID

"},{"t":"F","n":"\\intltz_create_default","p":"[Global_Namespace].html#function_intltz_create_default","d":""},{"t":"F","n":"\\intltz_create_enumeration","p":"[Global_Namespace].html#function_intltz_create_enumeration","d":"

(PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)

"},{"t":"F","n":"\\intltz_create_time_zone","p":"[Global_Namespace].html#function_intltz_create_time_zone","d":"

(PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)

"},{"t":"F","n":"\\intltz_create_time_zone_id_enumeration","p":"[Global_Namespace].html#function_intltz_create_time_zone_id_enumeration","d":""},{"t":"F","n":"\\intltz_from_date_time_zone","p":"[Global_Namespace].html#function_intltz_from_date_time_zone","d":"

(PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)

"},{"t":"F","n":"\\intltz_getGMT","p":"[Global_Namespace].html#function_intltz_getGMT","d":"

(PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
\nCreate GMT (UTC) timezone

"},{"t":"F","n":"\\intltz_get_canonical_id","p":"[Global_Namespace].html#function_intltz_get_canonical_id","d":"

(PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
\nGet the canonical system timezone ID or the normalized custom time zone ID for the given time zone ID

"},{"t":"F","n":"\\intltz_get_display_name","p":"[Global_Namespace].html#function_intltz_get_display_name","d":"

(PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
\nGet a name of this time zone suitable for presentation to the user

"},{"t":"F","n":"\\intltz_get_dst_savings","p":"[Global_Namespace].html#function_intltz_get_dst_savings","d":"

(PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
\nGet the amount of time to be added to local standard time to get local wall clock time

"},{"t":"F","n":"\\intltz_get_equivalent_id","p":"[Global_Namespace].html#function_intltz_get_equivalent_id","d":"

(PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
\nGet an ID in the equivalency group that includes the given ID

"},{"t":"F","n":"\\intltz_get_error_code","p":"[Global_Namespace].html#function_intltz_get_error_code","d":"

(PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
\nGet last error code on the object

"},{"t":"F","n":"\\intltz_get_error_message","p":"[Global_Namespace].html#function_intltz_get_error_message","d":"

(PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
\nGet last error message on the object

"},{"t":"F","n":"\\intltz_get_gmt","p":"[Global_Namespace].html#function_intltz_get_gmt","d":""},{"t":"F","n":"\\intltz_get_iana_id","p":"[Global_Namespace].html#function_intltz_get_iana_id","d":""},{"t":"F","n":"\\intltz_get_id","p":"[Global_Namespace].html#function_intltz_get_id","d":"

(PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
\nGet timezone ID

"},{"t":"F","n":"\\intltz_get_id_for_windows_id","p":"[Global_Namespace].html#function_intltz_get_id_for_windows_id","d":null},{"t":"F","n":"\\intltz_get_offset","p":"[Global_Namespace].html#function_intltz_get_offset","d":"

(PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
\nGet the time zone raw and GMT offset for the given moment in time

"},{"t":"F","n":"\\intltz_get_raw_offset","p":"[Global_Namespace].html#function_intltz_get_raw_offset","d":"

Get the raw GMT offset (before taking daylight savings time into account

"},{"t":"F","n":"\\intltz_get_region","p":"[Global_Namespace].html#function_intltz_get_region","d":""},{"t":"F","n":"\\intltz_get_tz_data_version","p":"[Global_Namespace].html#function_intltz_get_tz_data_version","d":"

(PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
\nGet the timezone data version currently used by ICU

"},{"t":"F","n":"\\intltz_get_unknown","p":"[Global_Namespace].html#function_intltz_get_unknown","d":""},{"t":"F","n":"\\intltz_get_windows_id","p":"[Global_Namespace].html#function_intltz_get_windows_id","d":null},{"t":"F","n":"\\intltz_has_same_rules","p":"[Global_Namespace].html#function_intltz_has_same_rules","d":"

(PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
\nCheck if this zone has the same rules and offset as another zone

"},{"t":"F","n":"\\intltz_to_date_time_zone","p":"[Global_Namespace].html#function_intltz_to_date_time_zone","d":"

(PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
\nConvert to DateTimeZone object

"},{"t":"F","n":"\\intltz_use_daylight_time","p":"[Global_Namespace].html#function_intltz_use_daylight_time","d":"

(PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
\nCheck if this time zone uses daylight savings time

"},{"t":"F","n":"\\intlz_create_default","p":"[Global_Namespace].html#function_intlz_create_default","d":"

(PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
\nCreate a new copy of the default timezone for this host

"},{"t":"F","n":"\\intval","p":"[Global_Namespace].html#function_intval","d":"

Get the integer value of a variable

"},{"t":"F","n":"\\ip2long","p":"[Global_Namespace].html#function_ip2long","d":"

Converts a string containing an (IPv4) Internet Protocol dotted address into a long integer

"},{"t":"F","n":"\\iptcembed","p":"[Global_Namespace].html#function_iptcembed","d":"

Embeds binary IPTC data into a JPEG image.

"},{"t":"F","n":"\\iptcparse","p":"[Global_Namespace].html#function_iptcparse","d":"

Parse a binary IPTC block into single tags.

"},{"t":"F","n":"\\is_array","p":"[Global_Namespace].html#function_is_array","d":"

Finds whether a variable is an array

"},{"t":"F","n":"\\is_bool","p":"[Global_Namespace].html#function_is_bool","d":"

Finds out whether a variable is a boolean

"},{"t":"F","n":"\\is_callable","p":"[Global_Namespace].html#function_is_callable","d":"

Verify that the contents of a variable can be called as a function

"},{"t":"F","n":"\\is_countable","p":"[Global_Namespace].html#function_is_countable","d":"

Verify that the contents of a variable is a countable value

"},{"t":"F","n":"\\is_dir","p":"[Global_Namespace].html#function_is_dir","d":"

Tells whether the filename is a directory

"},{"t":"F","n":"\\is_double","p":"[Global_Namespace].html#function_is_double","d":"

Alias:\n{is_float}

"},{"t":"F","n":"\\is_executable","p":"[Global_Namespace].html#function_is_executable","d":"

Tells whether the filename is executable

"},{"t":"F","n":"\\is_file","p":"[Global_Namespace].html#function_is_file","d":"

Tells whether the filename is a regular file

"},{"t":"F","n":"\\is_finite","p":"[Global_Namespace].html#function_is_finite","d":"

Finds whether a value is a legal finite number

"},{"t":"F","n":"\\is_float","p":"[Global_Namespace].html#function_is_float","d":"

Finds whether the type of a variable is float

"},{"t":"F","n":"\\is_infinite","p":"[Global_Namespace].html#function_is_infinite","d":"

Finds whether a value is infinite

"},{"t":"F","n":"\\is_int","p":"[Global_Namespace].html#function_is_int","d":"

Find whether the type of a variable is integer

"},{"t":"F","n":"\\is_integer","p":"[Global_Namespace].html#function_is_integer","d":"

Alias:\n{is_int}

"},{"t":"F","n":"\\is_iterable","p":"[Global_Namespace].html#function_is_iterable","d":"

Verify that the contents of a variable is accepted by the iterable pseudo-type, i.e. that it is an array or an object implementing Traversable

"},{"t":"F","n":"\\is_link","p":"[Global_Namespace].html#function_is_link","d":"

Tells whether the filename is a symbolic link

"},{"t":"F","n":"\\is_long","p":"[Global_Namespace].html#function_is_long","d":"

Alias:\n{is_int}

"},{"t":"F","n":"\\is_nan","p":"[Global_Namespace].html#function_is_nan","d":"

Finds whether a value is not a number

"},{"t":"F","n":"\\is_null","p":"[Global_Namespace].html#function_is_null","d":"

Finds whether a variable is null.

"},{"t":"F","n":"\\is_numeric","p":"[Global_Namespace].html#function_is_numeric","d":"

Finds whether a variable is a number or a numeric string

"},{"t":"F","n":"\\is_object","p":"[Global_Namespace].html#function_is_object","d":"

Finds whether a variable is an object

"},{"t":"F","n":"\\is_readable","p":"[Global_Namespace].html#function_is_readable","d":"

Tells whether a file or a directory exists and is readable

"},{"t":"F","n":"\\is_real","p":"[Global_Namespace].html#function_is_real","d":"

Alias:\n{is_float}

"},{"t":"F","n":"\\is_resource","p":"[Global_Namespace].html#function_is_resource","d":"

Finds whether a variable is a resource

"},{"t":"F","n":"\\is_scalar","p":"[Global_Namespace].html#function_is_scalar","d":"

Finds whether a variable is a scalar

"},{"t":"F","n":"\\is_soap_fault","p":"[Global_Namespace].html#function_is_soap_fault","d":"

Checks if a SOAP call has failed

"},{"t":"F","n":"\\is_string","p":"[Global_Namespace].html#function_is_string","d":"

Find whether the type of a variable is string

"},{"t":"F","n":"\\is_uploaded_file","p":"[Global_Namespace].html#function_is_uploaded_file","d":"

Tells whether the file was uploaded via HTTP POST

"},{"t":"F","n":"\\is_writable","p":"[Global_Namespace].html#function_is_writable","d":"

Tells whether the filename is writable

"},{"t":"F","n":"\\is_writeable","p":"[Global_Namespace].html#function_is_writeable","d":"

Alias:\n{is_writable}

"},{"t":"F","n":"\\iterator_apply","p":"[Global_Namespace].html#function_iterator_apply","d":"

Call a function for every element in an iterator

"},{"t":"F","n":"\\iterator_count","p":"[Global_Namespace].html#function_iterator_count","d":"

Count the elements in an iterator

"},{"t":"F","n":"\\iterator_to_array","p":"[Global_Namespace].html#function_iterator_to_array","d":"

Copy the iterator into an array

"},{"t":"F","n":"\\java","p":"[Global_Namespace].html#function_java","d":"

Create Java object

"},{"t":"F","n":"\\java_last_exception_clear","p":"[Global_Namespace].html#function_java_last_exception_clear","d":"

Clear last Java exception object record.

"},{"t":"F","n":"\\java_last_exception_get","p":"[Global_Namespace].html#function_java_last_exception_get","d":"

Return Java exception object for last exception

"},{"t":"F","n":"\\java_reload","p":"[Global_Namespace].html#function_java_reload","d":"

Reload Jar's that were dynamically loaded

"},{"t":"F","n":"\\java_require","p":"[Global_Namespace].html#function_java_require","d":"

Add to Java's classpath in runtime

"},{"t":"F","n":"\\java_set_encoding","p":"[Global_Namespace].html#function_java_set_encoding","d":"

Set encoding for strings received by Java from PHP. Default is UTF-8.

"},{"t":"F","n":"\\java_set_ignore_case","p":"[Global_Namespace].html#function_java_set_ignore_case","d":"

Set case sensitivity for Java calls.

"},{"t":"F","n":"\\java_throw_exceptions","p":"[Global_Namespace].html#function_java_throw_exceptions","d":"

Control if exceptions are thrown on Java exception. Only for PHP5.

"},{"t":"F","n":"\\jddayofweek","p":"[Global_Namespace].html#function_jddayofweek","d":"

Returns the day of the week

"},{"t":"F","n":"\\jdmonthname","p":"[Global_Namespace].html#function_jdmonthname","d":"

Returns a month name

"},{"t":"F","n":"\\jdtofrench","p":"[Global_Namespace].html#function_jdtofrench","d":"

Converts a Julian Day Count to the French Republican Calendar

"},{"t":"F","n":"\\jdtogregorian","p":"[Global_Namespace].html#function_jdtogregorian","d":"

Converts Julian Day Count to Gregorian date

"},{"t":"F","n":"\\jdtojewish","p":"[Global_Namespace].html#function_jdtojewish","d":"

Converts a Julian day count to a Jewish calendar date

"},{"t":"F","n":"\\jdtojulian","p":"[Global_Namespace].html#function_jdtojulian","d":"

Converts a Julian Day Count to a Julian Calendar Date

"},{"t":"F","n":"\\jdtounix","p":"[Global_Namespace].html#function_jdtounix","d":"

Convert Julian Day to Unix timestamp

"},{"t":"F","n":"\\jewishtojd","p":"[Global_Namespace].html#function_jewishtojd","d":"

Converts a date in the Jewish Calendar to Julian Day Count

"},{"t":"F","n":"\\jobqueue_license_info","p":"[Global_Namespace].html#function_jobqueue_license_info","d":"

returns array containing following fields:\n"license_ok" - whether license allows use of JobQueue\n"expires" - license expiration date

"},{"t":"F","n":"\\join","p":"[Global_Namespace].html#function_join","d":"

Alias:\n{implode}

"},{"t":"F","n":"\\jpeg2wbmp","p":"[Global_Namespace].html#function_jpeg2wbmp","d":"

Convert JPEG image file to WBMP image file

"},{"t":"F","n":"\\json_decode","p":"[Global_Namespace].html#function_json_decode","d":"

(PHP 5 >= 5.2.0, PECL json >= 1.2.0)
\nDecodes a JSON string

"},{"t":"F","n":"\\json_encode","p":"[Global_Namespace].html#function_json_encode","d":"

(PHP 5 >= 5.2.0, PECL json >= 1.2.0)
\nReturns the JSON representation of a value

"},{"t":"F","n":"\\json_last_error","p":"[Global_Namespace].html#function_json_last_error","d":"

Returns the last error occurred

"},{"t":"F","n":"\\json_last_error_msg","p":"[Global_Namespace].html#function_json_last_error_msg","d":"

Returns the error string of the last json_encode() or json_decode() call, which did not specify JSON_THROW_ON_ERROR.

"},{"t":"F","n":"\\json_validate","p":"[Global_Namespace].html#function_json_validate","d":""},{"t":"F","n":"\\juliantojd","p":"[Global_Namespace].html#function_juliantojd","d":"

Converts a Julian Calendar date to Julian Day Count

"},{"t":"F","n":"\\kafka_err2name","p":"[Global_Namespace].html#function_kafka_err2name","d":"

Returns the name of the error

"},{"t":"F","n":"\\kafka_err2str","p":"[Global_Namespace].html#function_kafka_err2str","d":"

Returns the error message of an error code

"},{"t":"F","n":"\\kafka_get_err_descs","p":"[Global_Namespace].html#function_kafka_get_err_descs","d":"

Returns the full list of error codes.

"},{"t":"F","n":"\\kafka_offset_tail","p":"[Global_Namespace].html#function_kafka_offset_tail","d":"

Returns an offset value that is $offset before the tail of the topic

"},{"t":"F","n":"\\kafka_thread_cnt","p":"[Global_Namespace].html#function_kafka_thread_cnt","d":"

Retrieve the current number of threads in use by librdkafka.

"},{"t":"F","n":"\\key","p":"[Global_Namespace].html#function_key","d":"

Fetch a key from an array

"},{"t":"F","n":"\\key_exists","p":"[Global_Namespace].html#function_key_exists","d":"

Checks if the given key or index exists in the array. The name of this function is array_key_exists() in PHP > 4.0.6.

"},{"t":"F","n":"\\krsort","p":"[Global_Namespace].html#function_krsort","d":"

Sort an array by key in reverse order

"},{"t":"F","n":"\\ksort","p":"[Global_Namespace].html#function_ksort","d":"

Sort an array by key

"},{"t":"F","n":"\\lcfirst","p":"[Global_Namespace].html#function_lcfirst","d":"

Make a string's first character lowercase

"},{"t":"F","n":"\\lcg_value","p":"[Global_Namespace].html#function_lcg_value","d":"

Combined linear congruential generator

"},{"t":"F","n":"\\lchgrp","p":"[Global_Namespace].html#function_lchgrp","d":"

Changes group ownership of symlink

"},{"t":"F","n":"\\lchown","p":"[Global_Namespace].html#function_lchown","d":"

Changes user ownership of symlink

"},{"t":"F","n":"\\ldap_8859_to_t61","p":"[Global_Namespace].html#function_ldap_8859_to_t61","d":"

Translate 8859 characters to t61 characters

"},{"t":"F","n":"\\ldap_add","p":"[Global_Namespace].html#function_ldap_add","d":"

Add entries to LDAP directory

"},{"t":"F","n":"\\ldap_add_ext","p":"[Global_Namespace].html#function_ldap_add_ext","d":"

Add entries to LDAP directory\nDoes the same thing as ldap_add() but returns the LDAP result resource to be parsed with ldap_parse_result().

"},{"t":"F","n":"\\ldap_bind","p":"[Global_Namespace].html#function_ldap_bind","d":"

Bind to LDAP directory

"},{"t":"F","n":"\\ldap_bind_ext","p":"[Global_Namespace].html#function_ldap_bind_ext","d":"

Bind to LDAP directory\nDoes the same thing as ldap_bind() but returns the LDAP result resource to be parsed with ldap_parse_result().

"},{"t":"F","n":"\\ldap_close","p":"[Global_Namespace].html#function_ldap_close","d":"

Alias of ldap_unbind

"},{"t":"F","n":"\\ldap_compare","p":"[Global_Namespace].html#function_ldap_compare","d":"

Compare value of attribute found in entry specified with DN

"},{"t":"F","n":"\\ldap_connect","p":"[Global_Namespace].html#function_ldap_connect","d":"

Connect to an LDAP server

"},{"t":"F","n":"\\ldap_control_paged_result","p":"[Global_Namespace].html#function_ldap_control_paged_result","d":"

Send LDAP pagination control

"},{"t":"F","n":"\\ldap_control_paged_result_response","p":"[Global_Namespace].html#function_ldap_control_paged_result_response","d":"

Retrieve the LDAP pagination cookie

"},{"t":"F","n":"\\ldap_count_entries","p":"[Global_Namespace].html#function_ldap_count_entries","d":"

Count the number of entries in a search

"},{"t":"F","n":"\\ldap_count_references","p":"[Global_Namespace].html#function_ldap_count_references","d":""},{"t":"F","n":"\\ldap_delete","p":"[Global_Namespace].html#function_ldap_delete","d":"

Delete an entry from a directory

"},{"t":"F","n":"\\ldap_delete_ext","p":"[Global_Namespace].html#function_ldap_delete_ext","d":"

Delete an entry from a directory\nDoes the same thing as ldap_delete() but returns the LDAP result resource to be parsed with ldap_parse_result().

"},{"t":"F","n":"\\ldap_dn2ufn","p":"[Global_Namespace].html#function_ldap_dn2ufn","d":"

Convert DN to User Friendly Naming format

"},{"t":"F","n":"\\ldap_err2str","p":"[Global_Namespace].html#function_ldap_err2str","d":"

Convert LDAP error number into string error message

"},{"t":"F","n":"\\ldap_errno","p":"[Global_Namespace].html#function_ldap_errno","d":"

Return the LDAP error number of the last LDAP command

"},{"t":"F","n":"\\ldap_error","p":"[Global_Namespace].html#function_ldap_error","d":"

Return the LDAP error message of the last LDAP command

"},{"t":"F","n":"\\ldap_escape","p":"[Global_Namespace].html#function_ldap_escape","d":"

Escape a string for use in an LDAP filter or DN

"},{"t":"F","n":"\\ldap_exop","p":"[Global_Namespace].html#function_ldap_exop","d":"

Performs an extended operation on the specified link with reqoid the OID of the operation and reqdata the data.

"},{"t":"F","n":"\\ldap_exop_passwd","p":"[Global_Namespace].html#function_ldap_exop_passwd","d":"

PASSWD extended operation helper

"},{"t":"F","n":"\\ldap_exop_refresh","p":"[Global_Namespace].html#function_ldap_exop_refresh","d":"

Refresh extended operation helper

"},{"t":"F","n":"\\ldap_exop_sync","p":"[Global_Namespace].html#function_ldap_exop_sync","d":""},{"t":"F","n":"\\ldap_exop_whoami","p":"[Global_Namespace].html#function_ldap_exop_whoami","d":"

WHOAMI extended operation helper

"},{"t":"F","n":"\\ldap_explode_dn","p":"[Global_Namespace].html#function_ldap_explode_dn","d":"

Splits DN into its component parts

"},{"t":"F","n":"\\ldap_first_attribute","p":"[Global_Namespace].html#function_ldap_first_attribute","d":"

Return first attribute

"},{"t":"F","n":"\\ldap_first_entry","p":"[Global_Namespace].html#function_ldap_first_entry","d":"

Return first result id

"},{"t":"F","n":"\\ldap_first_reference","p":"[Global_Namespace].html#function_ldap_first_reference","d":"

Return first reference

"},{"t":"F","n":"\\ldap_free_result","p":"[Global_Namespace].html#function_ldap_free_result","d":"

Free result memory

"},{"t":"F","n":"\\ldap_get_attributes","p":"[Global_Namespace].html#function_ldap_get_attributes","d":"

Get attributes from a search result entry

"},{"t":"F","n":"\\ldap_get_dn","p":"[Global_Namespace].html#function_ldap_get_dn","d":"

Get the DN of a result entry

"},{"t":"F","n":"\\ldap_get_entries","p":"[Global_Namespace].html#function_ldap_get_entries","d":"

Get all result entries

"},{"t":"F","n":"\\ldap_get_option","p":"[Global_Namespace].html#function_ldap_get_option","d":"

Get the current value for given option

"},{"t":"F","n":"\\ldap_get_values","p":"[Global_Namespace].html#function_ldap_get_values","d":"

Get all values from a result entry

"},{"t":"F","n":"\\ldap_get_values_len","p":"[Global_Namespace].html#function_ldap_get_values_len","d":"

Get all binary values from a result entry

"},{"t":"F","n":"\\ldap_list","p":"[Global_Namespace].html#function_ldap_list","d":"

Single-level search

"},{"t":"F","n":"\\ldap_mod_add","p":"[Global_Namespace].html#function_ldap_mod_add","d":"

Add attribute values to current attributes

"},{"t":"F","n":"\\ldap_mod_add_ext","p":"[Global_Namespace].html#function_ldap_mod_add_ext","d":"

Add attribute values to current attributes\nDoes the same thing as ldap_mod_add() but returns the LDAP result resource to be parsed with ldap_parse_result().

"},{"t":"F","n":"\\ldap_mod_del","p":"[Global_Namespace].html#function_ldap_mod_del","d":"

Delete attribute values from current attributes

"},{"t":"F","n":"\\ldap_mod_del_ext","p":"[Global_Namespace].html#function_ldap_mod_del_ext","d":"

Delete attribute values from current attributes\nDoes the same thing as ldap_mod_del() but returns the LDAP result resource to be parsed with ldap_parse_result().

"},{"t":"F","n":"\\ldap_mod_replace","p":"[Global_Namespace].html#function_ldap_mod_replace","d":"

Replace attribute values with new ones

"},{"t":"F","n":"\\ldap_mod_replace_ext","p":"[Global_Namespace].html#function_ldap_mod_replace_ext","d":"

Replace attribute values with new ones\nDoes the same thing as ldap_mod_replace() but returns the LDAP result resource to be parsed with ldap_parse_result().

"},{"t":"F","n":"\\ldap_modify","p":"[Global_Namespace].html#function_ldap_modify","d":"

This function is an alias of: ldap_mod_replace().

"},{"t":"F","n":"\\ldap_modify_batch","p":"[Global_Namespace].html#function_ldap_modify_batch","d":"

(PHP 5.4 >= 5.4.26, PHP 5.5 >= 5.5.10, PHP 5.6 >= 5.6.0)\nBatch and execute modifications on an LDAP entry

"},{"t":"F","n":"\\ldap_next_attribute","p":"[Global_Namespace].html#function_ldap_next_attribute","d":"

Get the next attribute in result

"},{"t":"F","n":"\\ldap_next_entry","p":"[Global_Namespace].html#function_ldap_next_entry","d":"

Get next result entry

"},{"t":"F","n":"\\ldap_next_reference","p":"[Global_Namespace].html#function_ldap_next_reference","d":"

Get next reference

"},{"t":"F","n":"\\ldap_parse_exop","p":"[Global_Namespace].html#function_ldap_parse_exop","d":"

Parse LDAP extended operation data from result object result

"},{"t":"F","n":"\\ldap_parse_reference","p":"[Global_Namespace].html#function_ldap_parse_reference","d":"

Extract information from reference entry

"},{"t":"F","n":"\\ldap_parse_result","p":"[Global_Namespace].html#function_ldap_parse_result","d":"

Extract information from result

"},{"t":"F","n":"\\ldap_read","p":"[Global_Namespace].html#function_ldap_read","d":"

Read an entry

"},{"t":"F","n":"\\ldap_rename","p":"[Global_Namespace].html#function_ldap_rename","d":"

Modify the name of an entry

"},{"t":"F","n":"\\ldap_rename_ext","p":"[Global_Namespace].html#function_ldap_rename_ext","d":"

Modify the name of an entry\nDoes the same thing as ldap_rename() but returns the LDAP result resource to be parsed with ldap_parse_result().

"},{"t":"F","n":"\\ldap_sasl_bind","p":"[Global_Namespace].html#function_ldap_sasl_bind","d":"

Bind to LDAP directory using SASL

"},{"t":"F","n":"\\ldap_search","p":"[Global_Namespace].html#function_ldap_search","d":"

Search LDAP tree

"},{"t":"F","n":"\\ldap_set_option","p":"[Global_Namespace].html#function_ldap_set_option","d":"

Set the value of the given option

"},{"t":"F","n":"\\ldap_set_rebind_proc","p":"[Global_Namespace].html#function_ldap_set_rebind_proc","d":"

Set a callback function to do re-binds on referral chasing

"},{"t":"F","n":"\\ldap_sort","p":"[Global_Namespace].html#function_ldap_sort","d":"

Sort LDAP result entries

"},{"t":"F","n":"\\ldap_start_tls","p":"[Global_Namespace].html#function_ldap_start_tls","d":"

Start TLS

"},{"t":"F","n":"\\ldap_t61_to_8859","p":"[Global_Namespace].html#function_ldap_t61_to_8859","d":"

Translate t61 characters to 8859 characters

"},{"t":"F","n":"\\ldap_unbind","p":"[Global_Namespace].html#function_ldap_unbind","d":"

Unbind from LDAP directory

"},{"t":"F","n":"\\levenshtein","p":"[Global_Namespace].html#function_levenshtein","d":"

Calculate Levenshtein distance between two strings

"},{"t":"F","n":"\\libvirt_check_version","p":"[Global_Namespace].html#function_libvirt_check_version","d":"

Function is used to check major, minor and micro (also sometimes called release) versions of libvirt-php\nor libvirt itself. This could useful when you want your application to support only versions of libvirt\nor libvirt-php higher than some version specified

"},{"t":"F","n":"\\libvirt_connect","p":"[Global_Namespace].html#function_libvirt_connect","d":"

Function is used to connect to the specified libvirt daemon using the specified URL, user can also set the readonly\nflag and/or set credentials for connection

"},{"t":"F","n":"\\libvirt_connect_get_all_domain_stats","p":"[Global_Namespace].html#function_libvirt_connect_get_all_domain_stats","d":"

Query statistics for all domains on a given connection

"},{"t":"F","n":"\\libvirt_connect_get_capabilities","p":"[Global_Namespace].html#function_libvirt_connect_get_capabilities","d":"

Function is used to get the capabilities information from the connection

"},{"t":"F","n":"\\libvirt_connect_get_emulator","p":"[Global_Namespace].html#function_libvirt_connect_get_emulator","d":"

Function is used to get the emulator for requested connection/architecture

"},{"t":"F","n":"\\libvirt_connect_get_encrypted","p":"[Global_Namespace].html#function_libvirt_connect_get_encrypted","d":"

Function is used to get the information whether the connection is encrypted or not

"},{"t":"F","n":"\\libvirt_connect_get_hostname","p":"[Global_Namespace].html#function_libvirt_connect_get_hostname","d":"

Function is used to get the hostname of the guest associated with the connection

"},{"t":"F","n":"\\libvirt_connect_get_hypervisor","p":"[Global_Namespace].html#function_libvirt_connect_get_hypervisor","d":"

Function is used to get the information about the hypervisor on the connection identified by the connection pointer

"},{"t":"F","n":"\\libvirt_connect_get_information","p":"[Global_Namespace].html#function_libvirt_connect_get_information","d":"

Function is used to get the information about the connection

"},{"t":"F","n":"\\libvirt_connect_get_machine_types","p":"[Global_Namespace].html#function_libvirt_connect_get_machine_types","d":"

Function is used to get machine types supported by hypervisor on the connection

"},{"t":"F","n":"\\libvirt_connect_get_maxvcpus","p":"[Global_Namespace].html#function_libvirt_connect_get_maxvcpus","d":"

Function is used to get maximum number of VCPUs per VM on the hypervisor connection

"},{"t":"F","n":"\\libvirt_connect_get_nic_models","p":"[Global_Namespace].html#function_libvirt_connect_get_nic_models","d":"

Function is used to get NIC models for requested connection/architecture

"},{"t":"F","n":"\\libvirt_connect_get_secure","p":"[Global_Namespace].html#function_libvirt_connect_get_secure","d":"

Function is used to get the information whether the connection is secure or not

"},{"t":"F","n":"\\libvirt_connect_get_soundhw_models","p":"[Global_Namespace].html#function_libvirt_connect_get_soundhw_models","d":"

Function is used to get sound hardware models for requested connection/architecture

"},{"t":"F","n":"\\libvirt_connect_get_sysinfo","p":"[Global_Namespace].html#function_libvirt_connect_get_sysinfo","d":"

Function is used to get the system information from connection if available

"},{"t":"F","n":"\\libvirt_connect_get_uri","p":"[Global_Namespace].html#function_libvirt_connect_get_uri","d":"

Function is used to get the connection URI. This is useful to check the hypervisor type of host machine\nwhen using "null" uri to libvirt_connect()

"},{"t":"F","n":"\\libvirt_domain_attach_device","p":"[Global_Namespace].html#function_libvirt_domain_attach_device","d":"

Function is used to attach a virtual device to a domain

"},{"t":"F","n":"\\libvirt_domain_block_commit","p":"[Global_Namespace].html#function_libvirt_domain_block_commit","d":"

Function is used to commit block job

"},{"t":"F","n":"\\libvirt_domain_block_job_abort","p":"[Global_Namespace].html#function_libvirt_domain_block_job_abort","d":"

Function is used to abort block job

"},{"t":"F","n":"\\libvirt_domain_block_job_info","p":"[Global_Namespace].html#function_libvirt_domain_block_job_info","d":"

Function is used to attach a virtual device to a domain

"},{"t":"F","n":"\\libvirt_domain_block_job_set_speed","p":"[Global_Namespace].html#function_libvirt_domain_block_job_set_speed","d":"

Function is used to set speed of block job

"},{"t":"F","n":"\\libvirt_domain_block_resize","p":"[Global_Namespace].html#function_libvirt_domain_block_resize","d":"

Function is used to resize the domain's block device

"},{"t":"F","n":"\\libvirt_domain_block_stats","p":"[Global_Namespace].html#function_libvirt_domain_block_stats","d":"

Function is used to get the domain's block stats

"},{"t":"F","n":"\\libvirt_domain_change_boot_devices","p":"[Global_Namespace].html#function_libvirt_domain_change_boot_devices","d":"

Function is used to change the domain boot devices

"},{"t":"F","n":"\\libvirt_domain_change_memory","p":"[Global_Namespace].html#function_libvirt_domain_change_memory","d":"

Function is used to change the domain memory allocation

"},{"t":"F","n":"\\libvirt_domain_change_vcpus","p":"[Global_Namespace].html#function_libvirt_domain_change_vcpus","d":"

Function is used to change the VCPU count for the domain

"},{"t":"F","n":"\\libvirt_domain_core_dump","p":"[Global_Namespace].html#function_libvirt_domain_core_dump","d":"

Function is used to dump core of the domain identified by it's resource

"},{"t":"F","n":"\\libvirt_domain_create","p":"[Global_Namespace].html#function_libvirt_domain_create","d":"

Function is used to create the domain identified by it's resource

"},{"t":"F","n":"\\libvirt_domain_create_xml","p":"[Global_Namespace].html#function_libvirt_domain_create_xml","d":"

Function is used to create the domain identified by it's resource

"},{"t":"F","n":"\\libvirt_domain_define_xml","p":"[Global_Namespace].html#function_libvirt_domain_define_xml","d":"

Function is used to define the domain from XML string

"},{"t":"F","n":"\\libvirt_domain_destroy","p":"[Global_Namespace].html#function_libvirt_domain_destroy","d":"

Function is used to destroy the domain identified by it's resource

"},{"t":"F","n":"\\libvirt_domain_detach_device","p":"[Global_Namespace].html#function_libvirt_domain_detach_device","d":"

Function is used to detach a virtual device from a domain

"},{"t":"F","n":"\\libvirt_domain_disk_add","p":"[Global_Namespace].html#function_libvirt_domain_disk_add","d":"

Function is used to add the disk to the virtual machine using set of API functions to make it as simple\nas possible for the user

"},{"t":"F","n":"\\libvirt_domain_disk_remove","p":"[Global_Namespace].html#function_libvirt_domain_disk_remove","d":"

Function is used to remove the disk from the virtual machine using set of API functions to make it\nas simple as possible

"},{"t":"F","n":"\\libvirt_domain_get_autostart","p":"[Global_Namespace].html#function_libvirt_domain_get_autostart","d":"

Function is getting the autostart value for the domain

"},{"t":"F","n":"\\libvirt_domain_get_block_info","p":"[Global_Namespace].html#function_libvirt_domain_get_block_info","d":"

Function is used to get the domain's block device information

"},{"t":"F","n":"\\libvirt_domain_get_connect","p":"[Global_Namespace].html#function_libvirt_domain_get_connect","d":"

Function is used to get the domain's connection resource. This function should not be used!

"},{"t":"F","n":"\\libvirt_domain_get_counts","p":"[Global_Namespace].html#function_libvirt_domain_get_counts","d":"

Function is getting domain counts for all, active and inactive domains

"},{"t":"F","n":"\\libvirt_domain_get_disk_devices","p":"[Global_Namespace].html#function_libvirt_domain_get_disk_devices","d":"

Function is used to get disk devices for the domain

"},{"t":"F","n":"\\libvirt_domain_get_id","p":"[Global_Namespace].html#function_libvirt_domain_get_id","d":"

Function is used to get the domain's ID, applicable to running guests only

"},{"t":"F","n":"\\libvirt_domain_get_info","p":"[Global_Namespace].html#function_libvirt_domain_get_info","d":"

Function is used to get the domain's information

"},{"t":"F","n":"\\libvirt_domain_get_interface_devices","p":"[Global_Namespace].html#function_libvirt_domain_get_interface_devices","d":"

Function is used to get network interface devices for the domain

"},{"t":"F","n":"\\libvirt_domain_get_job_info","p":"[Global_Namespace].html#function_libvirt_domain_get_job_info","d":"

Function is used get job information for the domain

"},{"t":"F","n":"\\libvirt_domain_get_metadata","p":"[Global_Namespace].html#function_libvirt_domain_get_metadata","d":"

Function retrieve appropriate domain element given by $type

"},{"t":"F","n":"\\libvirt_domain_get_name","p":"[Global_Namespace].html#function_libvirt_domain_get_name","d":"

Function is used to get domain name from it's resource

"},{"t":"F","n":"\\libvirt_domain_get_network_info","p":"[Global_Namespace].html#function_libvirt_domain_get_network_info","d":"

Function is used to get the domain's network information

"},{"t":"F","n":"\\libvirt_domain_get_next_dev_ids","p":"[Global_Namespace].html#function_libvirt_domain_get_next_dev_ids","d":"

This functions can be used to get the next free slot if you intend to add a new device identified\nby slot to the domain, e.g. NIC device

"},{"t":"F","n":"\\libvirt_domain_get_screen_dimensions","p":"[Global_Namespace].html#function_libvirt_domain_get_screen_dimensions","d":"

Function get screen dimensions of the VNC window

"},{"t":"F","n":"\\libvirt_domain_get_screenshot","p":"[Global_Namespace].html#function_libvirt_domain_get_screenshot","d":"

Function uses gvnccapture (if available) to get the screenshot of the running domain

"},{"t":"F","n":"\\libvirt_domain_get_screenshot_api","p":"[Global_Namespace].html#function_libvirt_domain_get_screenshot_api","d":"

Function is trying to get domain screenshot using libvirt virGetDomainScreenshot() API if available

"},{"t":"F","n":"\\libvirt_domain_get_uuid","p":"[Global_Namespace].html#function_libvirt_domain_get_uuid","d":"

Function is used to get the domain's UUID in binary format

"},{"t":"F","n":"\\libvirt_domain_get_uuid_string","p":"[Global_Namespace].html#function_libvirt_domain_get_uuid_string","d":"

Function is used to get the domain's UUID in string format

"},{"t":"F","n":"\\libvirt_domain_get_xml_desc","p":"[Global_Namespace].html#function_libvirt_domain_get_xml_desc","d":"

Function is used to get the domain's XML description

"},{"t":"F","n":"\\libvirt_domain_has_current_snapshot","p":"[Global_Namespace].html#function_libvirt_domain_has_current_snapshot","d":"

Function is used to get the information whether domain has the current snapshot

"},{"t":"F","n":"\\libvirt_domain_interface_addresses","p":"[Global_Namespace].html#function_libvirt_domain_interface_addresses","d":"

Function is used to get network interface addresses for the domain

"},{"t":"F","n":"\\libvirt_domain_interface_stats","p":"[Global_Namespace].html#function_libvirt_domain_interface_stats","d":"

Function is used to get the domain's interface stats

"},{"t":"F","n":"\\libvirt_domain_is_active","p":"[Global_Namespace].html#function_libvirt_domain_is_active","d":"

Function is getting information whether domain identified by resource is active or not

"},{"t":"F","n":"\\libvirt_domain_is_persistent","p":"[Global_Namespace].html#function_libvirt_domain_is_persistent","d":"

Function to get information whether domain is persistent or not

"},{"t":"F","n":"\\libvirt_domain_lookup_by_id","p":"[Global_Namespace].html#function_libvirt_domain_lookup_by_id","d":"

Function is used to get domain by it's ID, applicable only to running guests

"},{"t":"F","n":"\\libvirt_domain_lookup_by_name","p":"[Global_Namespace].html#function_libvirt_domain_lookup_by_name","d":"

Function is used to lookup for domain by it's name

"},{"t":"F","n":"\\libvirt_domain_lookup_by_uuid","p":"[Global_Namespace].html#function_libvirt_domain_lookup_by_uuid","d":"

Function is used to lookup for domain by it's UUID in the binary format

"},{"t":"F","n":"\\libvirt_domain_lookup_by_uuid_string","p":"[Global_Namespace].html#function_libvirt_domain_lookup_by_uuid_string","d":"

Function is used to get the domain by it's UUID that's accepted in string format

"},{"t":"F","n":"\\libvirt_domain_managedsave","p":"[Global_Namespace].html#function_libvirt_domain_managedsave","d":"

Function is used to managed save the domain (domain was unloaded from memory and it state saved to disk)\nidentified by it's resource

"},{"t":"F","n":"\\libvirt_domain_memory_peek","p":"[Global_Namespace].html#function_libvirt_domain_memory_peek","d":"

Function is used to get the domain's memory peek value

"},{"t":"F","n":"\\libvirt_domain_memory_stats","p":"[Global_Namespace].html#function_libvirt_domain_memory_stats","d":"

Function is used to get the domain's memory stats

"},{"t":"F","n":"\\libvirt_domain_migrate","p":"[Global_Namespace].html#function_libvirt_domain_migrate","d":"

Function is used migrate domain to another domain

"},{"t":"F","n":"\\libvirt_domain_migrate_to_uri","p":"[Global_Namespace].html#function_libvirt_domain_migrate_to_uri","d":"

Function is used migrate domain to another libvirt daemon specified by it's URI

"},{"t":"F","n":"\\libvirt_domain_migrate_to_uri2","p":"[Global_Namespace].html#function_libvirt_domain_migrate_to_uri2","d":"

Function is used migrate domain to another libvirt daemon specified by it's URI

"},{"t":"F","n":"\\libvirt_domain_new","p":"[Global_Namespace].html#function_libvirt_domain_new","d":"

Function is used to install a new virtual machine to the machine

"},{"t":"F","n":"\\libvirt_domain_new_get_vnc","p":"[Global_Namespace].html#function_libvirt_domain_new_get_vnc","d":"

Function is used to get the VNC server location for the newly created domain (newly started installation)

"},{"t":"F","n":"\\libvirt_domain_nic_add","p":"[Global_Namespace].html#function_libvirt_domain_nic_add","d":"

Function is used to add the NIC card to the virtual machine using set of API functions to make it as simple\nas possible for the user

"},{"t":"F","n":"\\libvirt_domain_nic_remove","p":"[Global_Namespace].html#function_libvirt_domain_nic_remove","d":"

Function is used to remove the NIC from the virtual machine using set of API functions to make it\nas simple as possible

"},{"t":"F","n":"\\libvirt_domain_qemu_agent_command","p":"[Global_Namespace].html#function_libvirt_domain_qemu_agent_command","d":"

Function is used to send qemu-ga command

"},{"t":"F","n":"\\libvirt_domain_reboot","p":"[Global_Namespace].html#function_libvirt_domain_reboot","d":"

Function is used to reboot the domain identified by it's resource

"},{"t":"F","n":"\\libvirt_domain_reset","p":"[Global_Namespace].html#function_libvirt_domain_reset","d":"

Function is used to reset the domain identified by its resource

"},{"t":"F","n":"\\libvirt_domain_resume","p":"[Global_Namespace].html#function_libvirt_domain_resume","d":"

Function is used to resume the domain identified by it's resource

"},{"t":"F","n":"\\libvirt_domain_send_key_api","p":"[Global_Namespace].html#function_libvirt_domain_send_key_api","d":"

Function sends keys to domain via libvirt API

"},{"t":"F","n":"\\libvirt_domain_send_keys","p":"[Global_Namespace].html#function_libvirt_domain_send_keys","d":"

Function sends keys to the domain's VNC window

"},{"t":"F","n":"\\libvirt_domain_send_pointer_event","p":"[Global_Namespace].html#function_libvirt_domain_send_pointer_event","d":"

Function sends keys to the domain's VNC window

"},{"t":"F","n":"\\libvirt_domain_set_autostart","p":"[Global_Namespace].html#function_libvirt_domain_set_autostart","d":"

Function is setting the autostart value for the domain

"},{"t":"F","n":"\\libvirt_domain_set_max_memory","p":"[Global_Namespace].html#function_libvirt_domain_set_max_memory","d":"

Function to set max memory for domain

"},{"t":"F","n":"\\libvirt_domain_set_memory","p":"[Global_Namespace].html#function_libvirt_domain_set_memory","d":"

Function to set memory for domain

"},{"t":"F","n":"\\libvirt_domain_set_memory_flags","p":"[Global_Namespace].html#function_libvirt_domain_set_memory_flags","d":"

Function to set max memory for domain

"},{"t":"F","n":"\\libvirt_domain_set_metadata","p":"[Global_Namespace].html#function_libvirt_domain_set_metadata","d":"

Function sets the appropriate domain element given by $type to the value of $metadata. No new lines are permitted

"},{"t":"F","n":"\\libvirt_domain_shutdown","p":"[Global_Namespace].html#function_libvirt_domain_shutdown","d":"

Function is used to shutdown the domain identified by it's resource

"},{"t":"F","n":"\\libvirt_domain_snapshot_create","p":"[Global_Namespace].html#function_libvirt_domain_snapshot_create","d":"

This function creates the domain snapshot for the domain identified by it's resource

"},{"t":"F","n":"\\libvirt_domain_snapshot_current","p":"[Global_Namespace].html#function_libvirt_domain_snapshot_current","d":"

Function is used to lookup the current snapshot for given domain

"},{"t":"F","n":"\\libvirt_domain_snapshot_delete","p":"[Global_Namespace].html#function_libvirt_domain_snapshot_delete","d":"

Function is used to revert the domain state to the state identified by the snapshot

"},{"t":"F","n":"\\libvirt_domain_snapshot_get_xml","p":"[Global_Namespace].html#function_libvirt_domain_snapshot_get_xml","d":"

Function is used to get the XML description of the snapshot identified by it's resource

"},{"t":"F","n":"\\libvirt_domain_snapshot_lookup_by_name","p":"[Global_Namespace].html#function_libvirt_domain_snapshot_lookup_by_name","d":"

This functions is used to lookup for the snapshot by it's name

"},{"t":"F","n":"\\libvirt_domain_snapshot_revert","p":"[Global_Namespace].html#function_libvirt_domain_snapshot_revert","d":"

Function is used to revert the domain state to the state identified by the snapshot

"},{"t":"F","n":"\\libvirt_domain_suspend","p":"[Global_Namespace].html#function_libvirt_domain_suspend","d":"

Function is used to suspend the domain identified by it's resource

"},{"t":"F","n":"\\libvirt_domain_undefine","p":"[Global_Namespace].html#function_libvirt_domain_undefine","d":"

Function is used to undefine the domain identified by it's resource

"},{"t":"F","n":"\\libvirt_domain_undefine_flags","p":"[Global_Namespace].html#function_libvirt_domain_undefine_flags","d":"

Function is used to undefine(with flags) the domain identified by it's resource

"},{"t":"F","n":"\\libvirt_domain_update_device","p":"[Global_Namespace].html#function_libvirt_domain_update_device","d":"

Function is used to update the domain's devices from the XML string

"},{"t":"F","n":"\\libvirt_domain_xml_from_native","p":"[Global_Namespace].html#function_libvirt_domain_xml_from_native","d":"

Function is used to convert native configuration data to libvirt domain XML

"},{"t":"F","n":"\\libvirt_domain_xml_to_native","p":"[Global_Namespace].html#function_libvirt_domain_xml_to_native","d":"

Function is used to convert libvirt domain XML to native configuration

"},{"t":"F","n":"\\libvirt_domain_xml_xpath","p":"[Global_Namespace].html#function_libvirt_domain_xml_xpath","d":"

Function is used to get the result of xPath expression that's run against the domain

"},{"t":"F","n":"\\libvirt_get_iso_images","p":"[Global_Namespace].html#function_libvirt_get_iso_images","d":"

Function to get the ISO images on path and return them in the array

"},{"t":"F","n":"\\libvirt_get_last_error","p":"[Global_Namespace].html#function_libvirt_get_last_error","d":"

This function is used to get the last error coming either from libvirt or the PHP extension itself

"},{"t":"F","n":"\\libvirt_get_last_error_code","p":"[Global_Namespace].html#function_libvirt_get_last_error_code","d":"

This function is used to get the last error code coming either from libvirt or the PHP extension itself

"},{"t":"F","n":"\\libvirt_get_last_error_domain","p":"[Global_Namespace].html#function_libvirt_get_last_error_domain","d":"

This function is used to get the what part of the library raised the last error

"},{"t":"F","n":"\\libvirt_has_feature","p":"[Global_Namespace].html#function_libvirt_has_feature","d":"

Function to check for feature existence for working libvirt instance

"},{"t":"F","n":"\\libvirt_image_create","p":"[Global_Namespace].html#function_libvirt_image_create","d":"

Function is used to create the image of desired name, size and format.

"},{"t":"F","n":"\\libvirt_image_remove","p":"[Global_Namespace].html#function_libvirt_image_remove","d":"

Function is used to create the image of desired name, size and format.

"},{"t":"F","n":"\\libvirt_list_active_domain_ids","p":"[Global_Namespace].html#function_libvirt_list_active_domain_ids","d":"

Function is used to list active domain IDs on the connection

"},{"t":"F","n":"\\libvirt_list_active_domains","p":"[Global_Namespace].html#function_libvirt_list_active_domains","d":"

Function is used to list active domain names on the connection

"},{"t":"F","n":"\\libvirt_list_active_storagepools","p":"[Global_Namespace].html#function_libvirt_list_active_storagepools","d":"

Function is used to list active storage pools on the connection

"},{"t":"F","n":"\\libvirt_list_all_networks","p":"[Global_Namespace].html#function_libvirt_list_all_networks","d":"

Function is used to list networks on the connection

"},{"t":"F","n":"\\libvirt_list_all_nwfilters","p":"[Global_Namespace].html#function_libvirt_list_all_nwfilters","d":"

Function is used to list nwfilters on the connection

"},{"t":"F","n":"\\libvirt_list_domain_resources","p":"[Global_Namespace].html#function_libvirt_list_domain_resources","d":"

Function is used to list domain resources on the connection

"},{"t":"F","n":"\\libvirt_list_domain_snapshots","p":"[Global_Namespace].html#function_libvirt_list_domain_snapshots","d":"

Function is used to list domain snapshots for the domain specified by it's resource

"},{"t":"F","n":"\\libvirt_list_domains","p":"[Global_Namespace].html#function_libvirt_list_domains","d":"

Function is used to list domains on the connection

"},{"t":"F","n":"\\libvirt_list_inactive_domains","p":"[Global_Namespace].html#function_libvirt_list_inactive_domains","d":"

Function is used to list inactive domain names on the connection

"},{"t":"F","n":"\\libvirt_list_inactive_storagepools","p":"[Global_Namespace].html#function_libvirt_list_inactive_storagepools","d":"

Function is used to list inactive storage pools on the connection

"},{"t":"F","n":"\\libvirt_list_networks","p":"[Global_Namespace].html#function_libvirt_list_networks","d":"

Function is used to list networks on the connection

"},{"t":"F","n":"\\libvirt_list_nodedevs","p":"[Global_Namespace].html#function_libvirt_list_nodedevs","d":"

Function is used to list node devices on the connection

"},{"t":"F","n":"\\libvirt_list_nwfilters","p":"[Global_Namespace].html#function_libvirt_list_nwfilters","d":"

Function is used to list nwfilters on the connection

"},{"t":"F","n":"\\libvirt_list_storagepools","p":"[Global_Namespace].html#function_libvirt_list_storagepools","d":"

Function is used to list storage pools on the connection

"},{"t":"F","n":"\\libvirt_logfile_set","p":"[Global_Namespace].html#function_libvirt_logfile_set","d":"

Function to set the log file for the libvirt module instance

"},{"t":"F","n":"\\libvirt_network_define_xml","p":"[Global_Namespace].html#function_libvirt_network_define_xml","d":"

Function is used to define a new virtual network based on the XML description

"},{"t":"F","n":"\\libvirt_network_get","p":"[Global_Namespace].html#function_libvirt_network_get","d":"

Function is used to get the network resource from name

"},{"t":"F","n":"\\libvirt_network_get_active","p":"[Global_Namespace].html#function_libvirt_network_get_active","d":"

Function is used to get the activity state of the network

"},{"t":"F","n":"\\libvirt_network_get_autostart","p":"[Global_Namespace].html#function_libvirt_network_get_autostart","d":"

Function is getting the autostart value for the network

"},{"t":"F","n":"\\libvirt_network_get_bridge","p":"[Global_Namespace].html#function_libvirt_network_get_bridge","d":"

Function is used to get the bridge associated with the network

"},{"t":"F","n":"\\libvirt_network_get_information","p":"[Global_Namespace].html#function_libvirt_network_get_information","d":"

Function is used to get the network information

"},{"t":"F","n":"\\libvirt_network_get_name","p":"[Global_Namespace].html#function_libvirt_network_get_name","d":"

Function is used to get network's name

"},{"t":"F","n":"\\libvirt_network_get_uuid","p":"[Global_Namespace].html#function_libvirt_network_get_uuid","d":"

Function is used to get network's UUID in binary format

"},{"t":"F","n":"\\libvirt_network_get_uuid_string","p":"[Global_Namespace].html#function_libvirt_network_get_uuid_string","d":"

Function is used to get network's UUID in string format

"},{"t":"F","n":"\\libvirt_network_get_xml_desc","p":"[Global_Namespace].html#function_libvirt_network_get_xml_desc","d":"

Function is used to get the XML description for the network

"},{"t":"F","n":"\\libvirt_network_set_active","p":"[Global_Namespace].html#function_libvirt_network_set_active","d":"

Function is used to set the activity state of the network

"},{"t":"F","n":"\\libvirt_network_set_autostart","p":"[Global_Namespace].html#function_libvirt_network_set_autostart","d":"

Function is setting the autostart value for the network

"},{"t":"F","n":"\\libvirt_network_undefine","p":"[Global_Namespace].html#function_libvirt_network_undefine","d":"

Function is used to undefine already defined network

"},{"t":"F","n":"\\libvirt_node_get_cpu_stats","p":"[Global_Namespace].html#function_libvirt_node_get_cpu_stats","d":"

Function is used to get the CPU stats per nodes

"},{"t":"F","n":"\\libvirt_node_get_cpu_stats_for_each_cpu","p":"[Global_Namespace].html#function_libvirt_node_get_cpu_stats_for_each_cpu","d":"

Function is used to get the CPU stats for each CPU on the host node

"},{"t":"F","n":"\\libvirt_node_get_free_memory","p":"[Global_Namespace].html#function_libvirt_node_get_free_memory","d":"

Function is used to get free memory available on the node

"},{"t":"F","n":"\\libvirt_node_get_info","p":"[Global_Namespace].html#function_libvirt_node_get_info","d":"

Function is used to get the information about host node, mainly total memory installed,\ntotal CPUs installed and model information are useful

"},{"t":"F","n":"\\libvirt_node_get_mem_stats","p":"[Global_Namespace].html#function_libvirt_node_get_mem_stats","d":"

Function is used to get the memory stats per node

"},{"t":"F","n":"\\libvirt_nodedev_capabilities","p":"[Global_Namespace].html#function_libvirt_nodedev_capabilities","d":"

Function is used to list node devices by capabilities

"},{"t":"F","n":"\\libvirt_nodedev_get","p":"[Global_Namespace].html#function_libvirt_nodedev_get","d":"

Function is used to get the node device by it's name

"},{"t":"F","n":"\\libvirt_nodedev_get_information","p":"[Global_Namespace].html#function_libvirt_nodedev_get_information","d":"

Function is used to get the node device's information

"},{"t":"F","n":"\\libvirt_nodedev_get_xml_desc","p":"[Global_Namespace].html#function_libvirt_nodedev_get_xml_desc","d":"

Function is used to get the node device's XML description

"},{"t":"F","n":"\\libvirt_nwfilter_define_xml","p":"[Global_Namespace].html#function_libvirt_nwfilter_define_xml","d":"

Function is used to define a new nwfilter based on the XML description

"},{"t":"F","n":"\\libvirt_nwfilter_get_name","p":"[Global_Namespace].html#function_libvirt_nwfilter_get_name","d":"

Function is used to get nwfilter's name

"},{"t":"F","n":"\\libvirt_nwfilter_get_uuid","p":"[Global_Namespace].html#function_libvirt_nwfilter_get_uuid","d":"

Function is used to get nwfilter's UUID in binary format

"},{"t":"F","n":"\\libvirt_nwfilter_get_uuid_string","p":"[Global_Namespace].html#function_libvirt_nwfilter_get_uuid_string","d":"

Function is used to get nwfilter's UUID in string format

"},{"t":"F","n":"\\libvirt_nwfilter_get_xml_desc","p":"[Global_Namespace].html#function_libvirt_nwfilter_get_xml_desc","d":"

Function is used to lookup for nwfilter identified by UUID string

"},{"t":"F","n":"\\libvirt_nwfilter_lookup_by_name","p":"[Global_Namespace].html#function_libvirt_nwfilter_lookup_by_name","d":"

This functions is used to lookup for the nwfilter by it's name

"},{"t":"F","n":"\\libvirt_nwfilter_lookup_by_uuid_string","p":"[Global_Namespace].html#function_libvirt_nwfilter_lookup_by_uuid_string","d":"

Function is used to lookup for nwfilter identified by UUID string

"},{"t":"F","n":"\\libvirt_nwfilter_undefine","p":"[Global_Namespace].html#function_libvirt_nwfilter_undefine","d":"

Function is used to undefine already defined nwfilter

"},{"t":"F","n":"\\libvirt_print_binding_resources","p":"[Global_Namespace].html#function_libvirt_print_binding_resources","d":"

Function to print the binding resources, although the resource information are printed,\nthey are returned in the return_value

"},{"t":"F","n":"\\libvirt_storagepool_build","p":"[Global_Namespace].html#function_libvirt_storagepool_build","d":"

Function is used to Build the underlying storage pool, e.g. create the destination directory for NFS

"},{"t":"F","n":"\\libvirt_storagepool_create","p":"[Global_Namespace].html#function_libvirt_storagepool_create","d":"

Function is used to create/start the storage pool

"},{"t":"F","n":"\\libvirt_storagepool_define_xml","p":"[Global_Namespace].html#function_libvirt_storagepool_define_xml","d":"

Function is used to define the storage pool from XML string and return it's resource

"},{"t":"F","n":"\\libvirt_storagepool_delete","p":"[Global_Namespace].html#function_libvirt_storagepool_delete","d":"

Function is used to Delete the underlying storage pool, e.g. remove the destination directory for NFS

"},{"t":"F","n":"\\libvirt_storagepool_destroy","p":"[Global_Namespace].html#function_libvirt_storagepool_destroy","d":"

Function is used to destroy the storage pool

"},{"t":"F","n":"\\libvirt_storagepool_get_autostart","p":"[Global_Namespace].html#function_libvirt_storagepool_get_autostart","d":"

Function is used to get autostart of the storage pool

"},{"t":"F","n":"\\libvirt_storagepool_get_info","p":"[Global_Namespace].html#function_libvirt_storagepool_get_info","d":"

Function is used to get information about the storage pool

"},{"t":"F","n":"\\libvirt_storagepool_get_name","p":"[Global_Namespace].html#function_libvirt_storagepool_get_name","d":"

Function is used to get storage pool name from the storage pool resource

"},{"t":"F","n":"\\libvirt_storagepool_get_uuid_string","p":"[Global_Namespace].html#function_libvirt_storagepool_get_uuid_string","d":"

Function is used to get storage pool by UUID string

"},{"t":"F","n":"\\libvirt_storagepool_get_volume_count","p":"[Global_Namespace].html#function_libvirt_storagepool_get_volume_count","d":"

Function is used to get storage volume count in the storage pool

"},{"t":"F","n":"\\libvirt_storagepool_get_xml_desc","p":"[Global_Namespace].html#function_libvirt_storagepool_get_xml_desc","d":"

Function is used to get the XML description for the storage pool identified by res

"},{"t":"F","n":"\\libvirt_storagepool_is_active","p":"[Global_Namespace].html#function_libvirt_storagepool_is_active","d":"

Function is used to get information whether storage pool is active or not

"},{"t":"F","n":"\\libvirt_storagepool_list_volumes","p":"[Global_Namespace].html#function_libvirt_storagepool_list_volumes","d":"

Function is used to list volumes in the specified storage pool

"},{"t":"F","n":"\\libvirt_storagepool_lookup_by_name","p":"[Global_Namespace].html#function_libvirt_storagepool_lookup_by_name","d":"

Function is used to lookup for storage pool by it's name

"},{"t":"F","n":"\\libvirt_storagepool_lookup_by_uuid_string","p":"[Global_Namespace].html#function_libvirt_storagepool_lookup_by_uuid_string","d":"

Function is used to lookup for storage pool identified by UUID string

"},{"t":"F","n":"\\libvirt_storagepool_lookup_by_volume","p":"[Global_Namespace].html#function_libvirt_storagepool_lookup_by_volume","d":"

Function is used to lookup for storage pool by a volume

"},{"t":"F","n":"\\libvirt_storagepool_refresh","p":"[Global_Namespace].html#function_libvirt_storagepool_refresh","d":"

Function is used to refresh the storage pool information

"},{"t":"F","n":"\\libvirt_storagepool_set_autostart","p":"[Global_Namespace].html#function_libvirt_storagepool_set_autostart","d":"

Function is used to set autostart of the storage pool

"},{"t":"F","n":"\\libvirt_storagepool_undefine","p":"[Global_Namespace].html#function_libvirt_storagepool_undefine","d":"

Function is used to undefine the storage pool identified by it's resource

"},{"t":"F","n":"\\libvirt_storagevolume_create_xml","p":"[Global_Namespace].html#function_libvirt_storagevolume_create_xml","d":"

Function is used to create the new storage pool and return the handle to new storage pool

"},{"t":"F","n":"\\libvirt_storagevolume_create_xml_from","p":"[Global_Namespace].html#function_libvirt_storagevolume_create_xml_from","d":"

Function is used to clone the new storage volume into pool from the original volume

"},{"t":"F","n":"\\libvirt_storagevolume_delete","p":"[Global_Namespace].html#function_libvirt_storagevolume_delete","d":"

Function is used to delete to volume identified by it's resource

"},{"t":"F","n":"\\libvirt_storagevolume_download","p":"[Global_Namespace].html#function_libvirt_storagevolume_download","d":"

Function is used to download volume identified by it's resource

"},{"t":"F","n":"\\libvirt_storagevolume_get_info","p":"[Global_Namespace].html#function_libvirt_storagevolume_get_info","d":"

Function is used to get the storage volume information

"},{"t":"F","n":"\\libvirt_storagevolume_get_name","p":"[Global_Namespace].html#function_libvirt_storagevolume_get_name","d":"

Function is used to get the storage volume name

"},{"t":"F","n":"\\libvirt_storagevolume_get_path","p":"[Global_Namespace].html#function_libvirt_storagevolume_get_path","d":"

Function is used to get the storage volume path

"},{"t":"F","n":"\\libvirt_storagevolume_get_xml_desc","p":"[Global_Namespace].html#function_libvirt_storagevolume_get_xml_desc","d":"

Function is used to get the storage volume XML description

"},{"t":"F","n":"\\libvirt_storagevolume_lookup_by_name","p":"[Global_Namespace].html#function_libvirt_storagevolume_lookup_by_name","d":"

Function is used to lookup for storage volume by it's name

"},{"t":"F","n":"\\libvirt_storagevolume_lookup_by_path","p":"[Global_Namespace].html#function_libvirt_storagevolume_lookup_by_path","d":"

Function is used to lookup for storage volume by it's path

"},{"t":"F","n":"\\libvirt_storagevolume_resize","p":"[Global_Namespace].html#function_libvirt_storagevolume_resize","d":"

Function is used to resize volume identified by it's resource

"},{"t":"F","n":"\\libvirt_storagevolume_upload","p":"[Global_Namespace].html#function_libvirt_storagevolume_upload","d":"

Function is used to upload volume identified by it's resource

"},{"t":"F","n":"\\libvirt_stream_abort","p":"[Global_Namespace].html#function_libvirt_stream_abort","d":"

Function is used to abort transfer

"},{"t":"F","n":"\\libvirt_stream_close","p":"[Global_Namespace].html#function_libvirt_stream_close","d":"

Function is used to close stream

"},{"t":"F","n":"\\libvirt_stream_create","p":"[Global_Namespace].html#function_libvirt_stream_create","d":"

Function is used to create new stream from libvirt conn

"},{"t":"F","n":"\\libvirt_stream_finish","p":"[Global_Namespace].html#function_libvirt_stream_finish","d":"

Function is used to finish transfer

"},{"t":"F","n":"\\libvirt_stream_recv","p":"[Global_Namespace].html#function_libvirt_stream_recv","d":"

Function is used to close stream from libvirt conn

"},{"t":"F","n":"\\libvirt_stream_send","p":"[Global_Namespace].html#function_libvirt_stream_send","d":"

Function is used to close stream from libvirt conn

"},{"t":"F","n":"\\libvirt_version","p":"[Global_Namespace].html#function_libvirt_version","d":"

Function is used to get libvirt, driver and libvirt-php version numbers. Can be used for information purposes,\nfor version checking please use libvirt_check_version() defined below

"},{"t":"F","n":"\\libxml_clear_errors","p":"[Global_Namespace].html#function_libxml_clear_errors","d":"

Clear libxml error buffer

"},{"t":"F","n":"\\libxml_disable_entity_loader","p":"[Global_Namespace].html#function_libxml_disable_entity_loader","d":"

Disable the ability to load external entities

"},{"t":"F","n":"\\libxml_get_errors","p":"[Global_Namespace].html#function_libxml_get_errors","d":"

Retrieve array of errors

"},{"t":"F","n":"\\libxml_get_external_entity_loader","p":"[Global_Namespace].html#function_libxml_get_external_entity_loader","d":"

Returns the currently installed external entity loader, i.e. the value which was passed to\nlibxml_set_external_entity_loader() or null if no loader was installed and the default entity loader will be used.

"},{"t":"F","n":"\\libxml_get_last_error","p":"[Global_Namespace].html#function_libxml_get_last_error","d":"

Retrieve last error from libxml

"},{"t":"F","n":"\\libxml_set_external_entity_loader","p":"[Global_Namespace].html#function_libxml_set_external_entity_loader","d":"

Changes the default external entity loader

"},{"t":"F","n":"\\libxml_set_streams_context","p":"[Global_Namespace].html#function_libxml_set_streams_context","d":"

Set the streams context for the next libxml document load or write

"},{"t":"F","n":"\\libxml_use_internal_errors","p":"[Global_Namespace].html#function_libxml_use_internal_errors","d":"

Disable libxml errors and allow user to fetch error information as needed

"},{"t":"F","n":"\\link","p":"[Global_Namespace].html#function_link","d":"

Create a hard link

"},{"t":"F","n":"\\linkinfo","p":"[Global_Namespace].html#function_linkinfo","d":"

Gets information about a link

"},{"t":"F","n":"\\locale_accept_from_http","p":"[Global_Namespace].html#function_locale_accept_from_http","d":"

(PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
\nTries to find out best available locale based on HTTP "Accept-Language" header

"},{"t":"F","n":"\\locale_canonicalize","p":"[Global_Namespace].html#function_locale_canonicalize","d":"

Canonicalize the locale string

"},{"t":"F","n":"\\locale_compose","p":"[Global_Namespace].html#function_locale_compose","d":"

(PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
\nReturns a correctly ordered and delimited locale ID

"},{"t":"F","n":"\\locale_filter_matches","p":"[Global_Namespace].html#function_locale_filter_matches","d":"

(PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
\nChecks if a language tag filter matches with locale

"},{"t":"F","n":"\\locale_get_all_variants","p":"[Global_Namespace].html#function_locale_get_all_variants","d":"

(PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
\nGets the variants for the input locale

"},{"t":"F","n":"\\locale_get_default","p":"[Global_Namespace].html#function_locale_get_default","d":"

Gets the default locale value from the intl global 'default_locale'

"},{"t":"F","n":"\\locale_get_display_language","p":"[Global_Namespace].html#function_locale_get_display_language","d":"

(PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
\nReturns an appropriately localized display name for language of the inputlocale

"},{"t":"F","n":"\\locale_get_display_name","p":"[Global_Namespace].html#function_locale_get_display_name","d":"

(PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
\nReturns an appropriately localized display name for the input locale

"},{"t":"F","n":"\\locale_get_display_region","p":"[Global_Namespace].html#function_locale_get_display_region","d":"

(PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
\nReturns an appropriately localized display name for region of the input locale

"},{"t":"F","n":"\\locale_get_display_script","p":"[Global_Namespace].html#function_locale_get_display_script","d":"

(PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
\nReturns an appropriately localized display name for script of the input locale

"},{"t":"F","n":"\\locale_get_display_variant","p":"[Global_Namespace].html#function_locale_get_display_variant","d":"

(PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
\nReturns an appropriately localized display name for variants of the input locale

"},{"t":"F","n":"\\locale_get_keywords","p":"[Global_Namespace].html#function_locale_get_keywords","d":"

(PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
\nGets the keywords for the input locale

"},{"t":"F","n":"\\locale_get_primary_language","p":"[Global_Namespace].html#function_locale_get_primary_language","d":"

(PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
\nGets the primary language for the input locale

"},{"t":"F","n":"\\locale_get_region","p":"[Global_Namespace].html#function_locale_get_region","d":"

(PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
\nGets the region for the input locale

"},{"t":"F","n":"\\locale_get_script","p":"[Global_Namespace].html#function_locale_get_script","d":"

(PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
\nGets the script for the input locale

"},{"t":"F","n":"\\locale_lookup","p":"[Global_Namespace].html#function_locale_lookup","d":"

(PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
\nSearches the language tag list for the best match to the language

"},{"t":"F","n":"\\locale_parse","p":"[Global_Namespace].html#function_locale_parse","d":"

(PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
\nReturns a key-value array of locale ID subtag elements.

"},{"t":"F","n":"\\locale_set_default","p":"[Global_Namespace].html#function_locale_set_default","d":"

(PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
\nSet the default runtime Locale

"},{"t":"F","n":"\\localeconv","p":"[Global_Namespace].html#function_localeconv","d":"

Get numeric formatting information

"},{"t":"F","n":"\\localtime","p":"[Global_Namespace].html#function_localtime","d":"

Get the local time

"},{"t":"F","n":"\\log","p":"[Global_Namespace].html#function_log","d":"

Natural logarithm

"},{"t":"F","n":"\\log10","p":"[Global_Namespace].html#function_log10","d":"

Base-10 logarithm

"},{"t":"F","n":"\\log1p","p":"[Global_Namespace].html#function_log1p","d":"

Returns log(1 + number), computed in a way that is accurate even when\nthe value of number is close to zero

"},{"t":"F","n":"\\long2ip","p":"[Global_Namespace].html#function_long2ip","d":"

Converts an long integer address into a string in (IPv4) internet standard dotted format

"},{"t":"F","n":"\\lstat","p":"[Global_Namespace].html#function_lstat","d":"

Gives information about a file or symbolic link

"},{"t":"F","n":"\\ltrim","p":"[Global_Namespace].html#function_ltrim","d":"

Strip whitespace (or other characters) from the beginning of a string

"},{"t":"F","n":"\\lzf_compress","p":"[Global_Namespace].html#function_lzf_compress","d":"

Compresses the given data string using LZF encoding.

"},{"t":"F","n":"\\lzf_decompress","p":"[Global_Namespace].html#function_lzf_decompress","d":"

Decompresses the given data string containing lzf encoded data.

"},{"t":"F","n":"\\lzf_optimized_for","p":"[Global_Namespace].html#function_lzf_optimized_for","d":"

Determines what was LZF extension optimized for during compilation.

"},{"t":"F","n":"\\magic_quotes_runtime","p":"[Global_Namespace].html#function_magic_quotes_runtime","d":"

Alias:\n{set_magic_quotes_runtime}

"},{"t":"F","n":"\\mail","p":"[Global_Namespace].html#function_mail","d":"

Send mail

"},{"t":"F","n":"\\mailparse_determine_best_xfer_encoding","p":"[Global_Namespace].html#function_mailparse_determine_best_xfer_encoding","d":"

(PECL mailparse >= 0.9.0)
\nFigures out the best way of encoding the content read from the given file pointer.

"},{"t":"F","n":"\\mailparse_msg_create","p":"[Global_Namespace].html#function_mailparse_msg_create","d":"

(PECL mailparse >= 0.9.0)
\nCreate a MIME mail resource.

"},{"t":"F","n":"\\mailparse_msg_extract_part","p":"[Global_Namespace].html#function_mailparse_msg_extract_part","d":"

(PECL mailparse >= 0.9.0)
\nExtracts/decodes a message section

"},{"t":"F","n":"\\mailparse_msg_extract_part_file","p":"[Global_Namespace].html#function_mailparse_msg_extract_part_file","d":"

(PECL mailparse >= 0.9.0)
\nExtracts/decodes a message section from the supplied filename.

"},{"t":"F","n":"\\mailparse_msg_extract_whole_part_file","p":"[Global_Namespace].html#function_mailparse_msg_extract_whole_part_file","d":"

(PECL mailparse >= 0.9.0)
\nExtracts a message section including headers without decoding the transfer encoding

"},{"t":"F","n":"\\mailparse_msg_free","p":"[Global_Namespace].html#function_mailparse_msg_free","d":"

(PECL mailparse >= 0.9.0)
\nFrees a MIME resource.

"},{"t":"F","n":"\\mailparse_msg_get_part","p":"[Global_Namespace].html#function_mailparse_msg_get_part","d":"

(PECL mailparse >= 0.9.0)
\nReturns a handle on a given section in a mimemessage

"},{"t":"F","n":"\\mailparse_msg_get_part_data","p":"[Global_Namespace].html#function_mailparse_msg_get_part_data","d":"

(PECL mailparse >= 0.9.0)
\nReturns an associative array of info about the message

"},{"t":"F","n":"\\mailparse_msg_get_structure","p":"[Global_Namespace].html#function_mailparse_msg_get_structure","d":"

(PECL mailparse >= 0.9.0)
\nReturns an array of mime section names in the supplied message

"},{"t":"F","n":"\\mailparse_msg_parse","p":"[Global_Namespace].html#function_mailparse_msg_parse","d":"

(PECL mailparse >= 0.9.0)
\nIncrementally parse data into the supplied mime mail resource.

"},{"t":"F","n":"\\mailparse_msg_parse_file","p":"[Global_Namespace].html#function_mailparse_msg_parse_file","d":"

(PECL mailparse >= 0.9.0)
\nParses a file. This is the optimal way of parsing a mail file that you have on disk.

"},{"t":"F","n":"\\mailparse_rfc822_parse_addresses","p":"[Global_Namespace].html#function_mailparse_rfc822_parse_addresses","d":"

(PECL mailparse >= 0.9.0)
\nParses a http://www.faqs.org/rfcs/rfc822 RFC 822 compliant recipient list, such as that found in the To: header.

"},{"t":"F","n":"\\mailparse_stream_encode","p":"[Global_Namespace].html#function_mailparse_stream_encode","d":"

(PECL mailparse >= 0.9.0)
\nStreams data from the source file pointer, apply encoding and write to the destination file pointer.

"},{"t":"F","n":"\\mailparse_uudecode_all","p":"[Global_Namespace].html#function_mailparse_uudecode_all","d":"

(PECL mailparse >= 0.9.0)
\nScans the data from the given file pointer and extract each embedded uuencoded file into a temporary file.

"},{"t":"F","n":"\\max","p":"[Global_Namespace].html#function_max","d":"

Find highest value

"},{"t":"F","n":"\\mb_check_encoding","p":"[Global_Namespace].html#function_mb_check_encoding","d":"

Check if the string is valid for the specified encoding

"},{"t":"F","n":"\\mb_chr","p":"[Global_Namespace].html#function_mb_chr","d":"

Get a specific character.

"},{"t":"F","n":"\\mb_convert_case","p":"[Global_Namespace].html#function_mb_convert_case","d":"

Perform case folding on a string

"},{"t":"F","n":"\\mb_convert_encoding","p":"[Global_Namespace].html#function_mb_convert_encoding","d":"

Convert character encoding

"},{"t":"F","n":"\\mb_convert_kana","p":"[Global_Namespace].html#function_mb_convert_kana","d":"

Convert "kana" one from another ("zen-kaku", "han-kaku" and more)

"},{"t":"F","n":"\\mb_convert_variables","p":"[Global_Namespace].html#function_mb_convert_variables","d":"

Convert character code in variable(s)

"},{"t":"F","n":"\\mb_decode_mimeheader","p":"[Global_Namespace].html#function_mb_decode_mimeheader","d":"

Decode string in MIME header field

"},{"t":"F","n":"\\mb_decode_numericentity","p":"[Global_Namespace].html#function_mb_decode_numericentity","d":"

Decode HTML numeric string reference to character

"},{"t":"F","n":"\\mb_detect_encoding","p":"[Global_Namespace].html#function_mb_detect_encoding","d":"

Detect character encoding

"},{"t":"F","n":"\\mb_detect_order","p":"[Global_Namespace].html#function_mb_detect_order","d":"

Set/Get character encoding detection order

"},{"t":"F","n":"\\mb_encode_mimeheader","p":"[Global_Namespace].html#function_mb_encode_mimeheader","d":"

Encode string for MIME header

"},{"t":"F","n":"\\mb_encode_numericentity","p":"[Global_Namespace].html#function_mb_encode_numericentity","d":"

Encode character to HTML numeric string reference

"},{"t":"F","n":"\\mb_encoding_aliases","p":"[Global_Namespace].html#function_mb_encoding_aliases","d":"

Get aliases of a known encoding type

"},{"t":"F","n":"\\mb_ereg","p":"[Global_Namespace].html#function_mb_ereg","d":"

Regular expression match with multibyte support

"},{"t":"F","n":"\\mb_ereg_match","p":"[Global_Namespace].html#function_mb_ereg_match","d":"

Regular expression match for multibyte string

"},{"t":"F","n":"\\mb_ereg_replace","p":"[Global_Namespace].html#function_mb_ereg_replace","d":"

Replace regular expression with multibyte support

"},{"t":"F","n":"\\mb_ereg_replace_callback","p":"[Global_Namespace].html#function_mb_ereg_replace_callback","d":"

Perform a regular expresssion seach and replace with multibyte support using a callback

"},{"t":"F","n":"\\mb_ereg_search","p":"[Global_Namespace].html#function_mb_ereg_search","d":"

Multibyte regular expression match for predefined multibyte string

"},{"t":"F","n":"\\mb_ereg_search_getpos","p":"[Global_Namespace].html#function_mb_ereg_search_getpos","d":"

Returns start point for next regular expression match

"},{"t":"F","n":"\\mb_ereg_search_getregs","p":"[Global_Namespace].html#function_mb_ereg_search_getregs","d":"

Retrieve the result from the last multibyte regular expression match

"},{"t":"F","n":"\\mb_ereg_search_init","p":"[Global_Namespace].html#function_mb_ereg_search_init","d":"

Setup string and regular expression for a multibyte regular expression match

"},{"t":"F","n":"\\mb_ereg_search_pos","p":"[Global_Namespace].html#function_mb_ereg_search_pos","d":"

Returns position and length of a matched part of the multibyte regular expression for a predefined multibyte string

"},{"t":"F","n":"\\mb_ereg_search_regs","p":"[Global_Namespace].html#function_mb_ereg_search_regs","d":"

Returns the matched part of a multibyte regular expression

"},{"t":"F","n":"\\mb_ereg_search_setpos","p":"[Global_Namespace].html#function_mb_ereg_search_setpos","d":"

Set start point of next regular expression match

"},{"t":"F","n":"\\mb_eregi","p":"[Global_Namespace].html#function_mb_eregi","d":"

Regular expression match ignoring case with multibyte support

"},{"t":"F","n":"\\mb_eregi_replace","p":"[Global_Namespace].html#function_mb_eregi_replace","d":"

Replace regular expression with multibyte support ignoring case

"},{"t":"F","n":"\\mb_get_info","p":"[Global_Namespace].html#function_mb_get_info","d":"

Get internal settings of mbstring

"},{"t":"F","n":"\\mb_http_input","p":"[Global_Namespace].html#function_mb_http_input","d":"

Detect HTTP input character encoding

"},{"t":"F","n":"\\mb_http_output","p":"[Global_Namespace].html#function_mb_http_output","d":"

Set/Get HTTP output character encoding

"},{"t":"F","n":"\\mb_internal_encoding","p":"[Global_Namespace].html#function_mb_internal_encoding","d":"

Set/Get internal character encoding

"},{"t":"F","n":"\\mb_language","p":"[Global_Namespace].html#function_mb_language","d":"

Set/Get current language

"},{"t":"F","n":"\\mb_lcfirst","p":"[Global_Namespace].html#function_mb_lcfirst","d":""},{"t":"F","n":"\\mb_list_encodings","p":"[Global_Namespace].html#function_mb_list_encodings","d":"

Returns an array of all supported encodings

"},{"t":"F","n":"\\mb_ltrim","p":"[Global_Namespace].html#function_mb_ltrim","d":""},{"t":"F","n":"\\mb_ord","p":"[Global_Namespace].html#function_mb_ord","d":"

Get code point of character

"},{"t":"F","n":"\\mb_output_handler","p":"[Global_Namespace].html#function_mb_output_handler","d":"

Callback function converts character encoding in output buffer

"},{"t":"F","n":"\\mb_parse_str","p":"[Global_Namespace].html#function_mb_parse_str","d":"

Parse GET/POST/COOKIE data and set global variable

"},{"t":"F","n":"\\mb_preferred_mime_name","p":"[Global_Namespace].html#function_mb_preferred_mime_name","d":"

Get MIME charset string

"},{"t":"F","n":"\\mb_regex_encoding","p":"[Global_Namespace].html#function_mb_regex_encoding","d":"

Returns current encoding for multibyte regex as string

"},{"t":"F","n":"\\mb_regex_set_options","p":"[Global_Namespace].html#function_mb_regex_set_options","d":"

Set/Get the default options for mbregex functions

"},{"t":"F","n":"\\mb_rtrim","p":"[Global_Namespace].html#function_mb_rtrim","d":""},{"t":"F","n":"\\mb_scrub","p":"[Global_Namespace].html#function_mb_scrub","d":"

Scrub broken multibyte strings.

"},{"t":"F","n":"\\mb_send_mail","p":"[Global_Namespace].html#function_mb_send_mail","d":"

Send encoded mail

"},{"t":"F","n":"\\mb_split","p":"[Global_Namespace].html#function_mb_split","d":"

Split multibyte string using regular expression

"},{"t":"F","n":"\\mb_str_pad","p":"[Global_Namespace].html#function_mb_str_pad","d":""},{"t":"F","n":"\\mb_str_split","p":"[Global_Namespace].html#function_mb_str_split","d":"

Function performs string splitting to an array of defined size chunks.

"},{"t":"F","n":"\\mb_strcut","p":"[Global_Namespace].html#function_mb_strcut","d":"

Get part of string

"},{"t":"F","n":"\\mb_strimwidth","p":"[Global_Namespace].html#function_mb_strimwidth","d":"

Get truncated string with specified width

"},{"t":"F","n":"\\mb_stripos","p":"[Global_Namespace].html#function_mb_stripos","d":"

Finds position of first occurrence of a string within another, case insensitive

"},{"t":"F","n":"\\mb_stristr","p":"[Global_Namespace].html#function_mb_stristr","d":"

Finds first occurrence of a string within another, case insensitive

"},{"t":"F","n":"\\mb_strlen","p":"[Global_Namespace].html#function_mb_strlen","d":"

Get string length

"},{"t":"F","n":"\\mb_strpos","p":"[Global_Namespace].html#function_mb_strpos","d":"

Find position of first occurrence of string in a string

"},{"t":"F","n":"\\mb_strrchr","p":"[Global_Namespace].html#function_mb_strrchr","d":"

Finds the last occurrence of a character in a string within another

"},{"t":"F","n":"\\mb_strrichr","p":"[Global_Namespace].html#function_mb_strrichr","d":"

Finds the last occurrence of a character in a string within another, case insensitive

"},{"t":"F","n":"\\mb_strripos","p":"[Global_Namespace].html#function_mb_strripos","d":"

Finds position of last occurrence of a string within another, case insensitive

"},{"t":"F","n":"\\mb_strrpos","p":"[Global_Namespace].html#function_mb_strrpos","d":"

Find position of last occurrence of a string in a string

"},{"t":"F","n":"\\mb_strstr","p":"[Global_Namespace].html#function_mb_strstr","d":"

Finds first occurrence of a string within another

"},{"t":"F","n":"\\mb_strtolower","p":"[Global_Namespace].html#function_mb_strtolower","d":"

Make a string lowercase

"},{"t":"F","n":"\\mb_strtoupper","p":"[Global_Namespace].html#function_mb_strtoupper","d":"

Make a string uppercase

"},{"t":"F","n":"\\mb_strwidth","p":"[Global_Namespace].html#function_mb_strwidth","d":"

Return width of string

"},{"t":"F","n":"\\mb_substitute_character","p":"[Global_Namespace].html#function_mb_substitute_character","d":"

Set/Get substitution character

"},{"t":"F","n":"\\mb_substr","p":"[Global_Namespace].html#function_mb_substr","d":"

Get part of string

"},{"t":"F","n":"\\mb_substr_count","p":"[Global_Namespace].html#function_mb_substr_count","d":"

Count the number of substring occurrences

"},{"t":"F","n":"\\mb_trim","p":"[Global_Namespace].html#function_mb_trim","d":""},{"t":"F","n":"\\mb_ucfirst","p":"[Global_Namespace].html#function_mb_ucfirst","d":""},{"t":"F","n":"\\mbereg","p":"[Global_Namespace].html#function_mbereg","d":""},{"t":"F","n":"\\mbereg_match","p":"[Global_Namespace].html#function_mbereg_match","d":""},{"t":"F","n":"\\mbereg_replace","p":"[Global_Namespace].html#function_mbereg_replace","d":""},{"t":"F","n":"\\mbereg_search","p":"[Global_Namespace].html#function_mbereg_search","d":""},{"t":"F","n":"\\mbereg_search_getpos","p":"[Global_Namespace].html#function_mbereg_search_getpos","d":""},{"t":"F","n":"\\mbereg_search_getregs","p":"[Global_Namespace].html#function_mbereg_search_getregs","d":""},{"t":"F","n":"\\mbereg_search_init","p":"[Global_Namespace].html#function_mbereg_search_init","d":""},{"t":"F","n":"\\mbereg_search_pos","p":"[Global_Namespace].html#function_mbereg_search_pos","d":""},{"t":"F","n":"\\mbereg_search_regs","p":"[Global_Namespace].html#function_mbereg_search_regs","d":""},{"t":"F","n":"\\mbereg_search_setpos","p":"[Global_Namespace].html#function_mbereg_search_setpos","d":""},{"t":"F","n":"\\mberegi","p":"[Global_Namespace].html#function_mberegi","d":""},{"t":"F","n":"\\mberegi_replace","p":"[Global_Namespace].html#function_mberegi_replace","d":""},{"t":"F","n":"\\mbregex_encoding","p":"[Global_Namespace].html#function_mbregex_encoding","d":""},{"t":"F","n":"\\mbsplit","p":"[Global_Namespace].html#function_mbsplit","d":""},{"t":"F","n":"\\mcrypt_cbc","p":"[Global_Namespace].html#function_mcrypt_cbc","d":"

Encrypt/decrypt data in CBC mode

"},{"t":"F","n":"\\mcrypt_cfb","p":"[Global_Namespace].html#function_mcrypt_cfb","d":"

Encrypt/decrypt data in CFB mode

"},{"t":"F","n":"\\mcrypt_create_iv","p":"[Global_Namespace].html#function_mcrypt_create_iv","d":"

Creates an initialization vector (IV) from a random source

"},{"t":"F","n":"\\mcrypt_decrypt","p":"[Global_Namespace].html#function_mcrypt_decrypt","d":"

Decrypts crypttext with given parameters

"},{"t":"F","n":"\\mcrypt_ecb","p":"[Global_Namespace].html#function_mcrypt_ecb","d":"

Encrypt/decrypt data in ECB mode

"},{"t":"F","n":"\\mcrypt_enc_get_algorithms_name","p":"[Global_Namespace].html#function_mcrypt_enc_get_algorithms_name","d":"

Returns the name of the opened algorithm

"},{"t":"F","n":"\\mcrypt_enc_get_block_size","p":"[Global_Namespace].html#function_mcrypt_enc_get_block_size","d":"

Returns the blocksize of the opened algorithm

"},{"t":"F","n":"\\mcrypt_enc_get_iv_size","p":"[Global_Namespace].html#function_mcrypt_enc_get_iv_size","d":"

Returns the size of the IV of the opened algorithm

"},{"t":"F","n":"\\mcrypt_enc_get_key_size","p":"[Global_Namespace].html#function_mcrypt_enc_get_key_size","d":"

Returns the maximum supported keysize of the opened mode

"},{"t":"F","n":"\\mcrypt_enc_get_modes_name","p":"[Global_Namespace].html#function_mcrypt_enc_get_modes_name","d":"

Returns the name of the opened mode

"},{"t":"F","n":"\\mcrypt_enc_get_supported_key_sizes","p":"[Global_Namespace].html#function_mcrypt_enc_get_supported_key_sizes","d":"

Returns an array with the supported keysizes of the opened algorithm

"},{"t":"F","n":"\\mcrypt_enc_is_block_algorithm","p":"[Global_Namespace].html#function_mcrypt_enc_is_block_algorithm","d":"

Checks whether the algorithm of the opened mode is a block algorithm

"},{"t":"F","n":"\\mcrypt_enc_is_block_algorithm_mode","p":"[Global_Namespace].html#function_mcrypt_enc_is_block_algorithm_mode","d":"

Checks whether the encryption of the opened mode works on blocks

"},{"t":"F","n":"\\mcrypt_enc_is_block_mode","p":"[Global_Namespace].html#function_mcrypt_enc_is_block_mode","d":"

Checks whether the opened mode outputs blocks

"},{"t":"F","n":"\\mcrypt_enc_self_test","p":"[Global_Namespace].html#function_mcrypt_enc_self_test","d":"

Runs a self test on the opened module

"},{"t":"F","n":"\\mcrypt_encrypt","p":"[Global_Namespace].html#function_mcrypt_encrypt","d":"

Encrypts plaintext with given parameters

"},{"t":"F","n":"\\mcrypt_generic","p":"[Global_Namespace].html#function_mcrypt_generic","d":"

This function encrypts data

"},{"t":"F","n":"\\mcrypt_generic_deinit","p":"[Global_Namespace].html#function_mcrypt_generic_deinit","d":"

This function deinitializes an encryption module

"},{"t":"F","n":"\\mcrypt_generic_end","p":"[Global_Namespace].html#function_mcrypt_generic_end","d":"

This function terminates encryption

"},{"t":"F","n":"\\mcrypt_generic_init","p":"[Global_Namespace].html#function_mcrypt_generic_init","d":"

This function initializes all buffers needed for encryption

"},{"t":"F","n":"\\mcrypt_get_block_size","p":"[Global_Namespace].html#function_mcrypt_get_block_size","d":"

Get the block size of the specified cipher

"},{"t":"F","n":"\\mcrypt_get_cipher_name","p":"[Global_Namespace].html#function_mcrypt_get_cipher_name","d":"

Get the name of the specified cipher

"},{"t":"F","n":"\\mcrypt_get_iv_size","p":"[Global_Namespace].html#function_mcrypt_get_iv_size","d":"

Returns the size of the IV belonging to a specific cipher/mode combination

"},{"t":"F","n":"\\mcrypt_get_key_size","p":"[Global_Namespace].html#function_mcrypt_get_key_size","d":"

Get the key size of the specified cipher

"},{"t":"F","n":"\\mcrypt_list_algorithms","p":"[Global_Namespace].html#function_mcrypt_list_algorithms","d":"

Gets an array of all supported ciphers

"},{"t":"F","n":"\\mcrypt_list_modes","p":"[Global_Namespace].html#function_mcrypt_list_modes","d":"

Gets an array of all supported modes

"},{"t":"F","n":"\\mcrypt_module_close","p":"[Global_Namespace].html#function_mcrypt_module_close","d":"

Closes the mcrypt module

"},{"t":"F","n":"\\mcrypt_module_get_algo_block_size","p":"[Global_Namespace].html#function_mcrypt_module_get_algo_block_size","d":"

Returns the blocksize of the specified algorithm

"},{"t":"F","n":"\\mcrypt_module_get_algo_key_size","p":"[Global_Namespace].html#function_mcrypt_module_get_algo_key_size","d":"

Returns the maximum supported keysize of the opened mode

"},{"t":"F","n":"\\mcrypt_module_get_supported_key_sizes","p":"[Global_Namespace].html#function_mcrypt_module_get_supported_key_sizes","d":"

Returns an array with the supported keysizes of the opened algorithm

"},{"t":"F","n":"\\mcrypt_module_is_block_algorithm","p":"[Global_Namespace].html#function_mcrypt_module_is_block_algorithm","d":"

This function checks whether the specified algorithm is a block algorithm

"},{"t":"F","n":"\\mcrypt_module_is_block_algorithm_mode","p":"[Global_Namespace].html#function_mcrypt_module_is_block_algorithm_mode","d":"

Returns if the specified module is a block algorithm or not

"},{"t":"F","n":"\\mcrypt_module_is_block_mode","p":"[Global_Namespace].html#function_mcrypt_module_is_block_mode","d":"

Returns if the specified mode outputs blocks or not

"},{"t":"F","n":"\\mcrypt_module_open","p":"[Global_Namespace].html#function_mcrypt_module_open","d":"

Opens the module of the algorithm and the mode to be used

"},{"t":"F","n":"\\mcrypt_module_self_test","p":"[Global_Namespace].html#function_mcrypt_module_self_test","d":"

This function runs a self test on the specified module

"},{"t":"F","n":"\\mcrypt_ofb","p":"[Global_Namespace].html#function_mcrypt_ofb","d":"

Encrypt/decrypt data in OFB mode

"},{"t":"F","n":"\\md5","p":"[Global_Namespace].html#function_md5","d":"

Calculate the md5 hash of a string

"},{"t":"F","n":"\\md5_file","p":"[Global_Namespace].html#function_md5_file","d":"

Calculates the md5 hash of a given file

"},{"t":"F","n":"\\mdecrypt_generic","p":"[Global_Namespace].html#function_mdecrypt_generic","d":"

Decrypts data

"},{"t":"F","n":"\\memcache_add","p":"[Global_Namespace].html#function_memcache_add","d":null},{"t":"F","n":"\\memcache_add_server","p":"[Global_Namespace].html#function_memcache_add_server","d":null},{"t":"F","n":"\\memcache_append","p":"[Global_Namespace].html#function_memcache_append","d":null},{"t":"F","n":"\\memcache_cas","p":"[Global_Namespace].html#function_memcache_cas","d":null},{"t":"F","n":"\\memcache_close","p":"[Global_Namespace].html#function_memcache_close","d":null},{"t":"F","n":"\\memcache_connect","p":"[Global_Namespace].html#function_memcache_connect","d":"

(PECL memcache >= 0.2.0)
\nMemcache::connect \u2014 Open memcached server connection

"},{"t":"F","n":"\\memcache_debug","p":"[Global_Namespace].html#function_memcache_debug","d":"

(PECL memcache >= 0.2.0)
\nTurn debug output on/off

"},{"t":"F","n":"\\memcache_decrement","p":"[Global_Namespace].html#function_memcache_decrement","d":null},{"t":"F","n":"\\memcache_delete","p":"[Global_Namespace].html#function_memcache_delete","d":null},{"t":"F","n":"\\memcache_flush","p":"[Global_Namespace].html#function_memcache_flush","d":null},{"t":"F","n":"\\memcache_get","p":"[Global_Namespace].html#function_memcache_get","d":null},{"t":"F","n":"\\memcache_get_extended_stats","p":"[Global_Namespace].html#function_memcache_get_extended_stats","d":null},{"t":"F","n":"\\memcache_get_server_status","p":"[Global_Namespace].html#function_memcache_get_server_status","d":null},{"t":"F","n":"\\memcache_get_stats","p":"[Global_Namespace].html#function_memcache_get_stats","d":null},{"t":"F","n":"\\memcache_get_version","p":"[Global_Namespace].html#function_memcache_get_version","d":null},{"t":"F","n":"\\memcache_increment","p":"[Global_Namespace].html#function_memcache_increment","d":null},{"t":"F","n":"\\memcache_pconnect","p":"[Global_Namespace].html#function_memcache_pconnect","d":"

(PECL memcache >= 0.4.0)\nMemcache::pconnect \u2014 Open memcached server persistent connection

"},{"t":"F","n":"\\memcache_prepend","p":"[Global_Namespace].html#function_memcache_prepend","d":null},{"t":"F","n":"\\memcache_replace","p":"[Global_Namespace].html#function_memcache_replace","d":null},{"t":"F","n":"\\memcache_set","p":"[Global_Namespace].html#function_memcache_set","d":null},{"t":"F","n":"\\memcache_set_compress_threshold","p":"[Global_Namespace].html#function_memcache_set_compress_threshold","d":null},{"t":"F","n":"\\memcache_set_failure_callback","p":"[Global_Namespace].html#function_memcache_set_failure_callback","d":null},{"t":"F","n":"\\memcache_set_server_params","p":"[Global_Namespace].html#function_memcache_set_server_params","d":null},{"t":"F","n":"\\meminfo_dump","p":"[Global_Namespace].html#function_meminfo_dump","d":""},{"t":"F","n":"\\memory_get_peak_usage","p":"[Global_Namespace].html#function_memory_get_peak_usage","d":"

Returns the peak of memory allocated by PHP

"},{"t":"F","n":"\\memory_get_usage","p":"[Global_Namespace].html#function_memory_get_usage","d":"

Returns the amount of memory allocated to PHP

"},{"t":"F","n":"\\memory_reset_peak_usage","p":"[Global_Namespace].html#function_memory_reset_peak_usage","d":""},{"t":"F","n":"\\metaphone","p":"[Global_Namespace].html#function_metaphone","d":"

Calculate the metaphone key of a string

"},{"t":"F","n":"\\mhash","p":"[Global_Namespace].html#function_mhash","d":"

Computes hash

"},{"t":"F","n":"\\mhash_count","p":"[Global_Namespace].html#function_mhash_count","d":"

Gets the highest available hash ID

"},{"t":"F","n":"\\mhash_get_block_size","p":"[Global_Namespace].html#function_mhash_get_block_size","d":"

Gets the block size of the specified hash

"},{"t":"F","n":"\\mhash_get_hash_name","p":"[Global_Namespace].html#function_mhash_get_hash_name","d":"

Gets the name of the specified hash

"},{"t":"F","n":"\\mhash_keygen_s2k","p":"[Global_Namespace].html#function_mhash_keygen_s2k","d":"

Generates a key

"},{"t":"F","n":"\\microtime","p":"[Global_Namespace].html#function_microtime","d":"

Return current Unix timestamp with microseconds

"},{"t":"F","n":"\\mime_content_type","p":"[Global_Namespace].html#function_mime_content_type","d":"

Detect MIME Content-type for a file

"},{"t":"F","n":"\\min","p":"[Global_Namespace].html#function_min","d":"

Find lowest value

"},{"t":"F","n":"\\ming_keypress","p":"[Global_Namespace].html#function_ming_keypress","d":"

Returns the action flag for keyPress(char)

"},{"t":"F","n":"\\ming_setcubicthreshold","p":"[Global_Namespace].html#function_ming_setcubicthreshold","d":"

Set cubic threshold

"},{"t":"F","n":"\\ming_setscale","p":"[Global_Namespace].html#function_ming_setscale","d":"

Set the global scaling factor.

"},{"t":"F","n":"\\ming_setswfcompression","p":"[Global_Namespace].html#function_ming_setswfcompression","d":"

Sets the SWF output compression

"},{"t":"F","n":"\\ming_useconstants","p":"[Global_Namespace].html#function_ming_useconstants","d":"

Use constant pool

"},{"t":"F","n":"\\ming_useswfversion","p":"[Global_Namespace].html#function_ming_useswfversion","d":"

Sets the SWF version

"},{"t":"F","n":"\\mkdir","p":"[Global_Namespace].html#function_mkdir","d":"

Attempts to create the directory specified by pathname.

"},{"t":"F","n":"\\mktime","p":"[Global_Namespace].html#function_mktime","d":"

Get Unix timestamp for a date

"},{"t":"F","n":"\\money_format","p":"[Global_Namespace].html#function_money_format","d":"

Formats a number as a currency string

"},{"t":"F","n":"\\monitor_custom_event","p":"[Global_Namespace].html#function_monitor_custom_event","d":"

Creates a custom event with class $class, text $text and possibly severity and other user data

"},{"t":"F","n":"\\monitor_httperror_event","p":"[Global_Namespace].html#function_monitor_httperror_event","d":"

Create an HTTPERROR event

"},{"t":"F","n":"\\monitor_license_info","p":"[Global_Namespace].html#function_monitor_license_info","d":"

Returns an array containing information about

\n
  • module loading status (and cause of error if module failed to load)\n
  • module license status (and cause of error if license not valid)"},{"t":"F","n":"\\monitor_pass_error","p":"[Global_Namespace].html#function_monitor_pass_error","d":"

    Should be called from a custom error handler to pass the error to the monitor.

    "},{"t":"F","n":"\\monitor_set_aggregation_hint","p":"[Global_Namespace].html#function_monitor_set_aggregation_hint","d":"

    Limited in the database to 255 chars

    "},{"t":"F","n":"\\move_uploaded_file","p":"[Global_Namespace].html#function_move_uploaded_file","d":"

    Moves an uploaded file to a new location

    "},{"t":"F","n":"\\mqseries_back","p":"[Global_Namespace].html#function_mqseries_back","d":""},{"t":"F","n":"\\mqseries_begin","p":"[Global_Namespace].html#function_mqseries_begin","d":""},{"t":"F","n":"\\mqseries_close","p":"[Global_Namespace].html#function_mqseries_close","d":""},{"t":"F","n":"\\mqseries_cmit","p":"[Global_Namespace].html#function_mqseries_cmit","d":""},{"t":"F","n":"\\mqseries_conn","p":"[Global_Namespace].html#function_mqseries_conn","d":""},{"t":"F","n":"\\mqseries_connx","p":"[Global_Namespace].html#function_mqseries_connx","d":""},{"t":"F","n":"\\mqseries_disc","p":"[Global_Namespace].html#function_mqseries_disc","d":""},{"t":"F","n":"\\mqseries_get","p":"[Global_Namespace].html#function_mqseries_get","d":""},{"t":"F","n":"\\mqseries_inq","p":"[Global_Namespace].html#function_mqseries_inq","d":""},{"t":"F","n":"\\mqseries_open","p":"[Global_Namespace].html#function_mqseries_open","d":""},{"t":"F","n":"\\mqseries_put","p":"[Global_Namespace].html#function_mqseries_put","d":""},{"t":"F","n":"\\mqseries_put1","p":"[Global_Namespace].html#function_mqseries_put1","d":""},{"t":"F","n":"\\mqseries_set","p":"[Global_Namespace].html#function_mqseries_set","d":""},{"t":"F","n":"\\mqseries_strerror","p":"[Global_Namespace].html#function_mqseries_strerror","d":""},{"t":"F","n":"\\ms_GetErrorObj","p":"[Global_Namespace].html#function_ms_GetErrorObj","d":"

    Returns a reference to the head of the list of errorObj.

    "},{"t":"F","n":"\\ms_GetVersion","p":"[Global_Namespace].html#function_ms_GetVersion","d":"

    Returns the MapServer version and options in a string. This\nstring can be parsed to find out which modules were compiled in,\netc.

    "},{"t":"F","n":"\\ms_GetVersionInt","p":"[Global_Namespace].html#function_ms_GetVersionInt","d":"

    Returns the MapServer version number (x.y.z) as an integer\n(x10000 + y100 + z). (New in v5.0) e.g. V5.4.3 would return\n50403.

    "},{"t":"F","n":"\\ms_ResetErrorList","p":"[Global_Namespace].html#function_ms_ResetErrorList","d":"

    Clear the current error list.

    "},{"t":"F","n":"\\ms_TokenizeMap","p":"[Global_Namespace].html#function_ms_TokenizeMap","d":"

    Preparses a mapfile through the MapServer parser and return an\narray with one item for each token from the mapfile. Strings,\nlogical expressions, regex expressions and comments are returned\nas individual tokens.

    "},{"t":"F","n":"\\ms_iogetStdoutBufferBytes","p":"[Global_Namespace].html#function_ms_iogetStdoutBufferBytes","d":"

    Writes the current buffer to stdout. The PHP header() function\nshould be used to set the documents's content-type prior to\ncalling the function. Returns the number of bytes written if\noutput is sent to stdout. See :ref:mapscript_ows for more info.

    "},{"t":"F","n":"\\ms_iogetstdoutbufferstring","p":"[Global_Namespace].html#function_ms_iogetstdoutbufferstring","d":"

    Fetch the current stdout buffer contents as a string. This method\ndoes not clear the buffer.

    "},{"t":"F","n":"\\ms_ioinstallstdinfrombuffer","p":"[Global_Namespace].html#function_ms_ioinstallstdinfrombuffer","d":"

    Installs a mapserver IO handler directing future stdin reading\n(ie. post request capture) to come from a buffer.

    "},{"t":"F","n":"\\ms_ioinstallstdouttobuffer","p":"[Global_Namespace].html#function_ms_ioinstallstdouttobuffer","d":"

    Installs a mapserver IO handler directing future stdout output\nto a memory buffer.

    "},{"t":"F","n":"\\ms_ioresethandlers","p":"[Global_Namespace].html#function_ms_ioresethandlers","d":"

    Resets the default stdin and stdout handlers in place of "buffer"\nbased handlers.

    "},{"t":"F","n":"\\ms_iostripstdoutbuffercontentheaders","p":"[Global_Namespace].html#function_ms_iostripstdoutbuffercontentheaders","d":"

    Strip all the Content-* headers off the stdout buffer if it has\nsome.

    "},{"t":"F","n":"\\ms_iostripstdoutbuffercontenttype","p":"[Global_Namespace].html#function_ms_iostripstdoutbuffercontenttype","d":"

    Strip the Content-type header off the stdout buffer if it has one,\nand if a content type is found it is return. Otherwise return\nfalse.

    "},{"t":"F","n":"\\msg_get_queue","p":"[Global_Namespace].html#function_msg_get_queue","d":"

    Create or attach to a message queue

    "},{"t":"F","n":"\\msg_queue_exists","p":"[Global_Namespace].html#function_msg_queue_exists","d":"

    Check whether a message queue exists

    "},{"t":"F","n":"\\msg_receive","p":"[Global_Namespace].html#function_msg_receive","d":"

    Receive a message from a message queue

    "},{"t":"F","n":"\\msg_remove_queue","p":"[Global_Namespace].html#function_msg_remove_queue","d":"

    Destroy a message queue

    "},{"t":"F","n":"\\msg_send","p":"[Global_Namespace].html#function_msg_send","d":"

    Send a message to a message queue

    "},{"t":"F","n":"\\msg_set_queue","p":"[Global_Namespace].html#function_msg_set_queue","d":"

    Set information in the message queue data structure

    "},{"t":"F","n":"\\msg_stat_queue","p":"[Global_Namespace].html#function_msg_stat_queue","d":"

    Returns information from the message queue data structure

    "},{"t":"F","n":"\\msgfmt_create","p":"[Global_Namespace].html#function_msgfmt_create","d":"

    Constructs a new message formatter

    "},{"t":"F","n":"\\msgfmt_format","p":"[Global_Namespace].html#function_msgfmt_format","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nFormat the message

    "},{"t":"F","n":"\\msgfmt_format_message","p":"[Global_Namespace].html#function_msgfmt_format_message","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nQuick format message

    "},{"t":"F","n":"\\msgfmt_get_error_code","p":"[Global_Namespace].html#function_msgfmt_get_error_code","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet the error code from last operation

    "},{"t":"F","n":"\\msgfmt_get_error_message","p":"[Global_Namespace].html#function_msgfmt_get_error_message","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet the error text from the last operation

    "},{"t":"F","n":"\\msgfmt_get_locale","p":"[Global_Namespace].html#function_msgfmt_get_locale","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet the locale for which the formatter was created.

    "},{"t":"F","n":"\\msgfmt_get_pattern","p":"[Global_Namespace].html#function_msgfmt_get_pattern","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet the pattern used by the formatter

    "},{"t":"F","n":"\\msgfmt_parse","p":"[Global_Namespace].html#function_msgfmt_parse","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nParse input string according to pattern

    "},{"t":"F","n":"\\msgfmt_parse_message","p":"[Global_Namespace].html#function_msgfmt_parse_message","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nQuick parse input string

    "},{"t":"F","n":"\\msgfmt_set_pattern","p":"[Global_Namespace].html#function_msgfmt_set_pattern","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nSet the pattern used by the formatter

    "},{"t":"F","n":"\\msgpack_pack","p":"[Global_Namespace].html#function_msgpack_pack","d":"

    Alias of msgpack_serialize

    "},{"t":"F","n":"\\msgpack_serialize","p":"[Global_Namespace].html#function_msgpack_serialize","d":"

    Serialize a variable into msgpack format

    "},{"t":"F","n":"\\msgpack_unpack","p":"[Global_Namespace].html#function_msgpack_unpack","d":"

    Alias of msgpack_unserialize

    "},{"t":"F","n":"\\msgpack_unserialize","p":"[Global_Namespace].html#function_msgpack_unserialize","d":"

    Unserialize $str

    "},{"t":"F","n":"\\mssql_bind","p":"[Global_Namespace].html#function_mssql_bind","d":"

    (PHP 4 >= 4.0.7, PHP 5, PECL odbtp >= 1.1.1)
    \nAdds a parameter to a stored procedure or a remote stored procedure

    "},{"t":"F","n":"\\mssql_close","p":"[Global_Namespace].html#function_mssql_close","d":"

    (PHP 4, PHP 5, PECL odbtp >= 1.1.1)
    \nClose MS SQL Server connection

    "},{"t":"F","n":"\\mssql_connect","p":"[Global_Namespace].html#function_mssql_connect","d":"

    (PHP 4, PHP 5, PECL odbtp >= 1.1.1)
    \nOpen MS SQL server connection

    "},{"t":"F","n":"\\mssql_data_seek","p":"[Global_Namespace].html#function_mssql_data_seek","d":"

    (PHP 4, PHP 5, PECL odbtp >= 1.1.1)
    \nMoves internal row pointer

    "},{"t":"F","n":"\\mssql_execute","p":"[Global_Namespace].html#function_mssql_execute","d":"

    (PHP 4 >= 4.0.7, PHP 5, PECL odbtp >= 1.1.1)
    \nExecutes a stored procedure on a MS SQL server database

    "},{"t":"F","n":"\\mssql_fetch_array","p":"[Global_Namespace].html#function_mssql_fetch_array","d":"

    (PHP 4, PHP 5, PECL odbtp >= 1.1.1)
    \nFetch a result row as an associative array, a numeric array, or both

    "},{"t":"F","n":"\\mssql_fetch_assoc","p":"[Global_Namespace].html#function_mssql_fetch_assoc","d":"

    (PHP 4 >= 4.2.0, PHP 5, PECL odbtp >= 1.1.1)
    \nReturns an associative array of the current row in the result

    "},{"t":"F","n":"\\mssql_fetch_batch","p":"[Global_Namespace].html#function_mssql_fetch_batch","d":"

    (PHP 4 >= 4.0.4, PHP 5, PECL odbtp >= 1.1.1)
    \nReturns the next batch of records

    "},{"t":"F","n":"\\mssql_fetch_field","p":"[Global_Namespace].html#function_mssql_fetch_field","d":"

    (PHP 4, PHP 5, PECL odbtp >= 1.1.1)
    \nGet field information

    "},{"t":"F","n":"\\mssql_fetch_object","p":"[Global_Namespace].html#function_mssql_fetch_object","d":"

    (PHP 4, PHP 5, PECL odbtp >= 1.1.1)
    \nFetch row as object

    "},{"t":"F","n":"\\mssql_fetch_row","p":"[Global_Namespace].html#function_mssql_fetch_row","d":"

    (PHP 4, PHP 5, PECL odbtp >= 1.1.1)
    \nGet row as enumerated array

    "},{"t":"F","n":"\\mssql_field_length","p":"[Global_Namespace].html#function_mssql_field_length","d":"

    (PHP 4, PHP 5, PECL odbtp >= 1.1.1)
    \nGet the length of a field

    "},{"t":"F","n":"\\mssql_field_name","p":"[Global_Namespace].html#function_mssql_field_name","d":"

    (PHP 4, PHP 5, PECL odbtp >= 1.1.1)
    \nGet the name of a field

    "},{"t":"F","n":"\\mssql_field_seek","p":"[Global_Namespace].html#function_mssql_field_seek","d":"

    (PHP 4, PHP 5, PECL odbtp >= 1.1.1)
    \nSeeks to the specified field offset

    "},{"t":"F","n":"\\mssql_field_type","p":"[Global_Namespace].html#function_mssql_field_type","d":"

    (PHP 4, PHP 5, PECL odbtp >= 1.1.1)
    \nGets the type of a field

    "},{"t":"F","n":"\\mssql_free_result","p":"[Global_Namespace].html#function_mssql_free_result","d":"

    (PHP 4, PHP 5, PECL odbtp >= 1.1.1)
    \nFree result memory

    "},{"t":"F","n":"\\mssql_free_statement","p":"[Global_Namespace].html#function_mssql_free_statement","d":"

    (PHP 4 >= 4.3.2, PHP 5, PECL odbtp >= 1.1.1)
    \nFree statement memory

    "},{"t":"F","n":"\\mssql_get_last_message","p":"[Global_Namespace].html#function_mssql_get_last_message","d":"

    (PHP 4, PHP 5, PECL odbtp >= 1.1.1)
    \nReturns the last message from the server

    "},{"t":"F","n":"\\mssql_guid_string","p":"[Global_Namespace].html#function_mssql_guid_string","d":"

    (PHP 4 >= 4.0.7, PHP 5, PECL odbtp >= 1.1.1)
    \nConverts a 16 byte binary GUID to a string

    "},{"t":"F","n":"\\mssql_init","p":"[Global_Namespace].html#function_mssql_init","d":"

    (PHP 4 >= 4.0.7, PHP 5, PECL odbtp >= 1.1.1)
    \nInitializes a stored procedure or a remote stored procedure

    "},{"t":"F","n":"\\mssql_min_error_severity","p":"[Global_Namespace].html#function_mssql_min_error_severity","d":"

    (PHP 4, PHP 5, PECL odbtp >= 1.1.1)
    \nSets the minimum error severity

    "},{"t":"F","n":"\\mssql_min_message_severity","p":"[Global_Namespace].html#function_mssql_min_message_severity","d":"

    (PHP 4, PHP 5, PECL odbtp >= 1.1.1)
    \nSets the minimum message severity

    "},{"t":"F","n":"\\mssql_next_result","p":"[Global_Namespace].html#function_mssql_next_result","d":"

    (PHP 4 >= 4.0.5, PHP 5, PECL odbtp >= 1.1.1)
    \nMove the internal result pointer to the next result

    "},{"t":"F","n":"\\mssql_num_fields","p":"[Global_Namespace].html#function_mssql_num_fields","d":"

    (PHP 4, PHP 5, PECL odbtp >= 1.1.1)
    \nGets the number of fields in result

    "},{"t":"F","n":"\\mssql_num_rows","p":"[Global_Namespace].html#function_mssql_num_rows","d":"

    (PHP 4, PHP 5, PECL odbtp >= 1.1.1)
    \nGets the number of rows in result

    "},{"t":"F","n":"\\mssql_pconnect","p":"[Global_Namespace].html#function_mssql_pconnect","d":"

    (PHP 4, PHP 5, PECL odbtp >= 1.1.1)
    \nOpen persistent MS SQL connection

    "},{"t":"F","n":"\\mssql_query","p":"[Global_Namespace].html#function_mssql_query","d":"

    (PHP 4, PHP 5, PECL odbtp >= 1.1.1)
    \nSend MS SQL query

    "},{"t":"F","n":"\\mssql_result","p":"[Global_Namespace].html#function_mssql_result","d":"

    (PHP 4, PHP 5, PECL odbtp >= 1.1.1)
    \nGet result data

    "},{"t":"F","n":"\\mssql_rows_affected","p":"[Global_Namespace].html#function_mssql_rows_affected","d":"

    (PHP 4 >= 4.0.4, PHP 5, PECL odbtp >= 1.1.1)
    \nReturns the number of records affected by the query

    "},{"t":"F","n":"\\mssql_select_db","p":"[Global_Namespace].html#function_mssql_select_db","d":"

    (PHP 4, PHP 5, PECL odbtp >= 1.1.1)
    \nSelect MS SQL database

    "},{"t":"F","n":"\\mt_getrandmax","p":"[Global_Namespace].html#function_mt_getrandmax","d":"

    Show largest possible random value

    "},{"t":"F","n":"\\mt_rand","p":"[Global_Namespace].html#function_mt_rand","d":"

    Generate a random value via the Mersenne Twister Random Number Generator

    "},{"t":"F","n":"\\mt_srand","p":"[Global_Namespace].html#function_mt_srand","d":"

    Seeds the Mersenne Twister Random Number Generator

    "},{"t":"F","n":"\\mysql","p":"[Global_Namespace].html#function_mysql","d":""},{"t":"F","n":"\\mysql_affected_rows","p":"[Global_Namespace].html#function_mysql_affected_rows","d":"

    Get number of affected rows in previous MySQL operation

    "},{"t":"F","n":"\\mysql_client_encoding","p":"[Global_Namespace].html#function_mysql_client_encoding","d":"

    Returns the name of the character set

    "},{"t":"F","n":"\\mysql_close","p":"[Global_Namespace].html#function_mysql_close","d":"

    Close MySQL connection

    "},{"t":"F","n":"\\mysql_connect","p":"[Global_Namespace].html#function_mysql_connect","d":"

    Open a connection to a MySQL Server

    "},{"t":"F","n":"\\mysql_data_seek","p":"[Global_Namespace].html#function_mysql_data_seek","d":"

    Move internal result pointer

    "},{"t":"F","n":"\\mysql_db_name","p":"[Global_Namespace].html#function_mysql_db_name","d":"

    Retrieves database name from the call to {mysql_list_dbs}

    "},{"t":"F","n":"\\mysql_db_query","p":"[Global_Namespace].html#function_mysql_db_query","d":"

    Selects a database and executes a query on it

    "},{"t":"F","n":"\\mysql_dbname","p":"[Global_Namespace].html#function_mysql_dbname","d":""},{"t":"F","n":"\\mysql_errno","p":"[Global_Namespace].html#function_mysql_errno","d":"

    Returns the numerical value of the error message from previous MySQL operation

    "},{"t":"F","n":"\\mysql_error","p":"[Global_Namespace].html#function_mysql_error","d":"

    Returns the text of the error message from previous MySQL operation

    "},{"t":"F","n":"\\mysql_escape_string","p":"[Global_Namespace].html#function_mysql_escape_string","d":"

    Escapes a string for use in a mysql_query

    "},{"t":"F","n":"\\mysql_fetch_array","p":"[Global_Namespace].html#function_mysql_fetch_array","d":"

    Fetch a result row as an associative array, a numeric array, or both

    "},{"t":"F","n":"\\mysql_fetch_assoc","p":"[Global_Namespace].html#function_mysql_fetch_assoc","d":"

    Fetch a result row as an associative array

    "},{"t":"F","n":"\\mysql_fetch_field","p":"[Global_Namespace].html#function_mysql_fetch_field","d":"

    Get column information from a result and return as an object

    "},{"t":"F","n":"\\mysql_fetch_lengths","p":"[Global_Namespace].html#function_mysql_fetch_lengths","d":"

    Get the length of each output in a result

    "},{"t":"F","n":"\\mysql_fetch_object","p":"[Global_Namespace].html#function_mysql_fetch_object","d":""},{"t":"F","n":"\\mysql_fetch_row","p":"[Global_Namespace].html#function_mysql_fetch_row","d":"

    Get a result row as an enumerated array

    "},{"t":"F","n":"\\mysql_field_flags","p":"[Global_Namespace].html#function_mysql_field_flags","d":"

    Get the flags associated with the specified field in a result

    "},{"t":"F","n":"\\mysql_field_len","p":"[Global_Namespace].html#function_mysql_field_len","d":"

    Returns the length of the specified field

    "},{"t":"F","n":"\\mysql_field_name","p":"[Global_Namespace].html#function_mysql_field_name","d":"

    Get the name of the specified field in a result

    "},{"t":"F","n":"\\mysql_field_seek","p":"[Global_Namespace].html#function_mysql_field_seek","d":"

    Set result pointer to a specified field offset

    "},{"t":"F","n":"\\mysql_field_table","p":"[Global_Namespace].html#function_mysql_field_table","d":"

    Get name of the table the specified field is in

    "},{"t":"F","n":"\\mysql_field_type","p":"[Global_Namespace].html#function_mysql_field_type","d":"

    Get the type of the specified field in a result

    "},{"t":"F","n":"\\mysql_fieldflags","p":"[Global_Namespace].html#function_mysql_fieldflags","d":""},{"t":"F","n":"\\mysql_fieldlen","p":"[Global_Namespace].html#function_mysql_fieldlen","d":""},{"t":"F","n":"\\mysql_fieldname","p":"[Global_Namespace].html#function_mysql_fieldname","d":""},{"t":"F","n":"\\mysql_fieldtable","p":"[Global_Namespace].html#function_mysql_fieldtable","d":""},{"t":"F","n":"\\mysql_fieldtype","p":"[Global_Namespace].html#function_mysql_fieldtype","d":""},{"t":"F","n":"\\mysql_free_result","p":"[Global_Namespace].html#function_mysql_free_result","d":"

    Free result memory

    "},{"t":"F","n":"\\mysql_freeresult","p":"[Global_Namespace].html#function_mysql_freeresult","d":""},{"t":"F","n":"\\mysql_get_client_info","p":"[Global_Namespace].html#function_mysql_get_client_info","d":"

    Get MySQL client info

    "},{"t":"F","n":"\\mysql_get_host_info","p":"[Global_Namespace].html#function_mysql_get_host_info","d":"

    Get MySQL host info

    "},{"t":"F","n":"\\mysql_get_proto_info","p":"[Global_Namespace].html#function_mysql_get_proto_info","d":"

    Get MySQL protocol info

    "},{"t":"F","n":"\\mysql_get_server_info","p":"[Global_Namespace].html#function_mysql_get_server_info","d":"

    Get MySQL server info

    "},{"t":"F","n":"\\mysql_info","p":"[Global_Namespace].html#function_mysql_info","d":"

    Get information about the most recent query

    "},{"t":"F","n":"\\mysql_insert_id","p":"[Global_Namespace].html#function_mysql_insert_id","d":"

    Get the ID generated in the last query

    "},{"t":"F","n":"\\mysql_list_dbs","p":"[Global_Namespace].html#function_mysql_list_dbs","d":"

    List databases available on a MySQL server

    "},{"t":"F","n":"\\mysql_list_fields","p":"[Global_Namespace].html#function_mysql_list_fields","d":"

    List MySQL table fields

    "},{"t":"F","n":"\\mysql_list_processes","p":"[Global_Namespace].html#function_mysql_list_processes","d":"

    List MySQL processes

    "},{"t":"F","n":"\\mysql_list_tables","p":"[Global_Namespace].html#function_mysql_list_tables","d":"

    List tables in a MySQL database

    "},{"t":"F","n":"\\mysql_listdbs","p":"[Global_Namespace].html#function_mysql_listdbs","d":""},{"t":"F","n":"\\mysql_listfields","p":"[Global_Namespace].html#function_mysql_listfields","d":""},{"t":"F","n":"\\mysql_listtables","p":"[Global_Namespace].html#function_mysql_listtables","d":""},{"t":"F","n":"\\mysql_num_fields","p":"[Global_Namespace].html#function_mysql_num_fields","d":"

    Get number of fields in result

    "},{"t":"F","n":"\\mysql_num_rows","p":"[Global_Namespace].html#function_mysql_num_rows","d":"

    Get number of rows in result

    "},{"t":"F","n":"\\mysql_numfields","p":"[Global_Namespace].html#function_mysql_numfields","d":""},{"t":"F","n":"\\mysql_numrows","p":"[Global_Namespace].html#function_mysql_numrows","d":"

    (PHP 4, PHP 5)\nAlias of mysql_num_rows()

    "},{"t":"F","n":"\\mysql_pconnect","p":"[Global_Namespace].html#function_mysql_pconnect","d":"

    Open a persistent connection to a MySQL server

    "},{"t":"F","n":"\\mysql_ping","p":"[Global_Namespace].html#function_mysql_ping","d":"

    Ping a server connection or reconnect if there is no connection

    "},{"t":"F","n":"\\mysql_query","p":"[Global_Namespace].html#function_mysql_query","d":"

    Send a MySQL query

    "},{"t":"F","n":"\\mysql_real_escape_string","p":"[Global_Namespace].html#function_mysql_real_escape_string","d":"

    Escapes special characters in a string for use in an SQL statement

    "},{"t":"F","n":"\\mysql_result","p":"[Global_Namespace].html#function_mysql_result","d":"

    Get result data

    "},{"t":"F","n":"\\mysql_select_db","p":"[Global_Namespace].html#function_mysql_select_db","d":"

    Select a MySQL database

    "},{"t":"F","n":"\\mysql_selectdb","p":"[Global_Namespace].html#function_mysql_selectdb","d":""},{"t":"F","n":"\\mysql_set_charset","p":"[Global_Namespace].html#function_mysql_set_charset","d":"

    Sets the client character set

    "},{"t":"F","n":"\\mysql_stat","p":"[Global_Namespace].html#function_mysql_stat","d":"

    Get current system status

    "},{"t":"F","n":"\\mysql_table_name","p":"[Global_Namespace].html#function_mysql_table_name","d":""},{"t":"F","n":"\\mysql_tablename","p":"[Global_Namespace].html#function_mysql_tablename","d":"

    Get table name of field

    "},{"t":"F","n":"\\mysql_thread_id","p":"[Global_Namespace].html#function_mysql_thread_id","d":"

    Return the current thread ID

    "},{"t":"F","n":"\\mysql_unbuffered_query","p":"[Global_Namespace].html#function_mysql_unbuffered_query","d":""},{"t":"F","n":"\\mysqli_affected_rows","p":"[Global_Namespace].html#function_mysqli_affected_rows","d":"

    Gets the number of affected rows in a previous MySQL operation

    "},{"t":"F","n":"\\mysqli_autocommit","p":"[Global_Namespace].html#function_mysqli_autocommit","d":"

    Turns on or off auto-committing database modifications

    "},{"t":"F","n":"\\mysqli_begin_transaction","p":"[Global_Namespace].html#function_mysqli_begin_transaction","d":"

    Starts a transaction

    "},{"t":"F","n":"\\mysqli_bind_param","p":"[Global_Namespace].html#function_mysqli_bind_param","d":"

    Alias for mysqli_stmt_bind_param

    "},{"t":"F","n":"\\mysqli_bind_result","p":"[Global_Namespace].html#function_mysqli_bind_result","d":"

    Alias for mysqli_stmt_bind_result

    "},{"t":"F","n":"\\mysqli_change_user","p":"[Global_Namespace].html#function_mysqli_change_user","d":"

    Changes the user of the specified database connection

    "},{"t":"F","n":"\\mysqli_character_set_name","p":"[Global_Namespace].html#function_mysqli_character_set_name","d":"

    Returns the current character set of the database connection

    "},{"t":"F","n":"\\mysqli_client_encoding","p":"[Global_Namespace].html#function_mysqli_client_encoding","d":"

    Alias of mysqli_character_set_name

    "},{"t":"F","n":"\\mysqli_close","p":"[Global_Namespace].html#function_mysqli_close","d":"

    Closes a previously opened database connection

    "},{"t":"F","n":"\\mysqli_commit","p":"[Global_Namespace].html#function_mysqli_commit","d":"

    Commits the current transaction

    "},{"t":"F","n":"\\mysqli_connect","p":"[Global_Namespace].html#function_mysqli_connect","d":"

    Open a new connection to the MySQL server\nAlias of mysqli::__construct

    "},{"t":"F","n":"\\mysqli_connect_errno","p":"[Global_Namespace].html#function_mysqli_connect_errno","d":"

    Returns the error code from last connect call

    "},{"t":"F","n":"\\mysqli_connect_error","p":"[Global_Namespace].html#function_mysqli_connect_error","d":"

    Returns a string description of the last connect error

    "},{"t":"F","n":"\\mysqli_data_seek","p":"[Global_Namespace].html#function_mysqli_data_seek","d":"

    Adjusts the result pointer to an arbitrary row in the result

    "},{"t":"F","n":"\\mysqli_debug","p":"[Global_Namespace].html#function_mysqli_debug","d":"

    Performs debugging operations using the Fred Fish debugging library.

    "},{"t":"F","n":"\\mysqli_dump_debug_info","p":"[Global_Namespace].html#function_mysqli_dump_debug_info","d":"

    Dump debugging information into the log

    "},{"t":"F","n":"\\mysqli_errno","p":"[Global_Namespace].html#function_mysqli_errno","d":"

    Returns the error code for the most recent function call

    "},{"t":"F","n":"\\mysqli_error","p":"[Global_Namespace].html#function_mysqli_error","d":"

    Returns a string description of the last error

    "},{"t":"F","n":"\\mysqli_error_list","p":"[Global_Namespace].html#function_mysqli_error_list","d":"

    Returns a list of errors from the last command executed

    "},{"t":"F","n":"\\mysqli_escape_string","p":"[Global_Namespace].html#function_mysqli_escape_string","d":"

    Alias of mysqli_real_escape_string

    "},{"t":"F","n":"\\mysqli_execute","p":"[Global_Namespace].html#function_mysqli_execute","d":"

    Executes a prepared statement\nAlias for mysqli_stmt_execute

    "},{"t":"F","n":"\\mysqli_execute_query","p":"[Global_Namespace].html#function_mysqli_execute_query","d":"

    Prepares the SQL query, binds parameters, and executes it. The\nmysqli::execute_query() method is a shortcut for mysqli::prepare(),\nmysqli_stmt::bind_param(), mysqli_stmt::execute(), and\nmysqli_stmt::get_result().

    \n

    The statement template can contain zero or more question mark (?)\nparameter markers\u2060\u2014also called placeholders. The parameter values must be\nprovided as an array using params parameter.

    \n

    A prepared statement is created under the hood but it's never exposed\noutside of the function. It's impossible to access properties of the\nstatement as one would do with the mysqli_stmt object. Due to this\nlimitation, the status information is copied to the mysqli object and is\navailable using its methods, e.g. mysqli_affected_rows() or\nmysqli_error().

    "},{"t":"F","n":"\\mysqli_fetch","p":"[Global_Namespace].html#function_mysqli_fetch","d":"

    Alias for mysqli_stmt_fetch

    "},{"t":"F","n":"\\mysqli_fetch_all","p":"[Global_Namespace].html#function_mysqli_fetch_all","d":"

    Fetch all result rows as an associative array, a numeric array, or both

    "},{"t":"F","n":"\\mysqli_fetch_array","p":"[Global_Namespace].html#function_mysqli_fetch_array","d":"

    Fetch the next row of a result set as an associative, a numeric array, or both

    "},{"t":"F","n":"\\mysqli_fetch_assoc","p":"[Global_Namespace].html#function_mysqli_fetch_assoc","d":"

    Fetch the next row of a result set as an associative array

    "},{"t":"F","n":"\\mysqli_fetch_column","p":"[Global_Namespace].html#function_mysqli_fetch_column","d":"

    Fetch a single column from the next row of a result set

    "},{"t":"F","n":"\\mysqli_fetch_field","p":"[Global_Namespace].html#function_mysqli_fetch_field","d":"

    Returns the next field in the result set

    "},{"t":"F","n":"\\mysqli_fetch_field_direct","p":"[Global_Namespace].html#function_mysqli_fetch_field_direct","d":"

    Fetch meta-data for a single field

    "},{"t":"F","n":"\\mysqli_fetch_fields","p":"[Global_Namespace].html#function_mysqli_fetch_fields","d":"

    Returns an array of objects representing the fields in a result set

    "},{"t":"F","n":"\\mysqli_fetch_lengths","p":"[Global_Namespace].html#function_mysqli_fetch_lengths","d":"

    Returns the lengths of the columns of the current row in the result set

    "},{"t":"F","n":"\\mysqli_fetch_object","p":"[Global_Namespace].html#function_mysqli_fetch_object","d":""},{"t":"F","n":"\\mysqli_fetch_row","p":"[Global_Namespace].html#function_mysqli_fetch_row","d":"

    Fetch the next row of a result set as an enumerated array

    "},{"t":"F","n":"\\mysqli_field_count","p":"[Global_Namespace].html#function_mysqli_field_count","d":"

    Returns the number of columns for the most recent query

    "},{"t":"F","n":"\\mysqli_field_seek","p":"[Global_Namespace].html#function_mysqli_field_seek","d":"

    Set result pointer to a specified field offset

    "},{"t":"F","n":"\\mysqli_field_tell","p":"[Global_Namespace].html#function_mysqli_field_tell","d":"

    Get current field offset of a result pointer

    "},{"t":"F","n":"\\mysqli_free_result","p":"[Global_Namespace].html#function_mysqli_free_result","d":"

    Frees the memory associated with a result

    "},{"t":"F","n":"\\mysqli_get_cache_stats","p":"[Global_Namespace].html#function_mysqli_get_cache_stats","d":"

    Returns client Zval cache statistics\nAvailable only with mysqlnd.

    "},{"t":"F","n":"\\mysqli_get_charset","p":"[Global_Namespace].html#function_mysqli_get_charset","d":"

    Returns a character set object

    "},{"t":"F","n":"\\mysqli_get_client_info","p":"[Global_Namespace].html#function_mysqli_get_client_info","d":"

    Get MySQL client info

    "},{"t":"F","n":"\\mysqli_get_client_stats","p":"[Global_Namespace].html#function_mysqli_get_client_stats","d":"

    Returns client per-process statistics

    "},{"t":"F","n":"\\mysqli_get_client_version","p":"[Global_Namespace].html#function_mysqli_get_client_version","d":"

    Returns the MySQL client version as an integer

    "},{"t":"F","n":"\\mysqli_get_connection_stats","p":"[Global_Namespace].html#function_mysqli_get_connection_stats","d":"

    Returns statistics about the client connection

    "},{"t":"F","n":"\\mysqli_get_host_info","p":"[Global_Namespace].html#function_mysqli_get_host_info","d":"

    Returns a string representing the type of connection used

    "},{"t":"F","n":"\\mysqli_get_links_stats","p":"[Global_Namespace].html#function_mysqli_get_links_stats","d":"

    Return information about open and cached links

    "},{"t":"F","n":"\\mysqli_get_metadata","p":"[Global_Namespace].html#function_mysqli_get_metadata","d":"

    Alias for mysqli_stmt_result_metadata

    "},{"t":"F","n":"\\mysqli_get_proto_info","p":"[Global_Namespace].html#function_mysqli_get_proto_info","d":"

    Returns the version of the MySQL protocol used

    "},{"t":"F","n":"\\mysqli_get_server_info","p":"[Global_Namespace].html#function_mysqli_get_server_info","d":"

    Returns the version of the MySQL server

    "},{"t":"F","n":"\\mysqli_get_server_version","p":"[Global_Namespace].html#function_mysqli_get_server_version","d":"

    Returns the version of the MySQL server as an integer

    "},{"t":"F","n":"\\mysqli_get_warnings","p":"[Global_Namespace].html#function_mysqli_get_warnings","d":"

    Get result of SHOW WARNINGS

    "},{"t":"F","n":"\\mysqli_info","p":"[Global_Namespace].html#function_mysqli_info","d":"

    Retrieves information about the most recently executed query

    "},{"t":"F","n":"\\mysqli_init","p":"[Global_Namespace].html#function_mysqli_init","d":"

    Initializes MySQLi and returns a resource for use with mysqli_real_connect()

    "},{"t":"F","n":"\\mysqli_insert_id","p":"[Global_Namespace].html#function_mysqli_insert_id","d":"

    Returns the value generated for an AUTO_INCREMENT column by the last query

    "},{"t":"F","n":"\\mysqli_kill","p":"[Global_Namespace].html#function_mysqli_kill","d":"

    Asks the server to kill a MySQL thread

    "},{"t":"F","n":"\\mysqli_more_results","p":"[Global_Namespace].html#function_mysqli_more_results","d":"

    Check if there are any more query results from a multi query

    "},{"t":"F","n":"\\mysqli_multi_query","p":"[Global_Namespace].html#function_mysqli_multi_query","d":"

    Performs one or more queries on the database

    "},{"t":"F","n":"\\mysqli_next_result","p":"[Global_Namespace].html#function_mysqli_next_result","d":"

    Prepare next result from multi_query

    "},{"t":"F","n":"\\mysqli_num_fields","p":"[Global_Namespace].html#function_mysqli_num_fields","d":"

    Gets the number of fields in the result set

    "},{"t":"F","n":"\\mysqli_num_rows","p":"[Global_Namespace].html#function_mysqli_num_rows","d":"

    Gets the number of rows in a result

    "},{"t":"F","n":"\\mysqli_options","p":"[Global_Namespace].html#function_mysqli_options","d":"

    Set options

    "},{"t":"F","n":"\\mysqli_param_count","p":"[Global_Namespace].html#function_mysqli_param_count","d":"

    Alias for mysqli_stmt_param_count

    "},{"t":"F","n":"\\mysqli_ping","p":"[Global_Namespace].html#function_mysqli_ping","d":"

    Pings a server connection, or tries to reconnect if the connection has gone down

    "},{"t":"F","n":"\\mysqli_poll","p":"[Global_Namespace].html#function_mysqli_poll","d":"

    Poll connections

    "},{"t":"F","n":"\\mysqli_prepare","p":"[Global_Namespace].html#function_mysqli_prepare","d":"

    Prepares an SQL statement for execution

    "},{"t":"F","n":"\\mysqli_query","p":"[Global_Namespace].html#function_mysqli_query","d":"

    Performs a query on the database

    "},{"t":"F","n":"\\mysqli_real_connect","p":"[Global_Namespace].html#function_mysqli_real_connect","d":"

    Opens a connection to a mysql server

    "},{"t":"F","n":"\\mysqli_real_escape_string","p":"[Global_Namespace].html#function_mysqli_real_escape_string","d":"

    Escapes special characters in a string for use in an SQL statement, taking into account the current charset of the connection

    "},{"t":"F","n":"\\mysqli_real_query","p":"[Global_Namespace].html#function_mysqli_real_query","d":"

    Execute an SQL query

    "},{"t":"F","n":"\\mysqli_reap_async_query","p":"[Global_Namespace].html#function_mysqli_reap_async_query","d":"

    Get result from async query\nAvailable only with mysqlnd.

    "},{"t":"F","n":"\\mysqli_refresh","p":"[Global_Namespace].html#function_mysqli_refresh","d":"

    Flushes tables or caches, or resets the replication server information

    "},{"t":"F","n":"\\mysqli_release_savepoint","p":"[Global_Namespace].html#function_mysqli_release_savepoint","d":"

    Removes the named savepoint from the set of savepoints of the current transaction

    "},{"t":"F","n":"\\mysqli_report","p":"[Global_Namespace].html#function_mysqli_report","d":"

    Enables or disables internal report functions

    "},{"t":"F","n":"\\mysqli_rollback","p":"[Global_Namespace].html#function_mysqli_rollback","d":"

    Rolls back current transaction

    "},{"t":"F","n":"\\mysqli_savepoint","p":"[Global_Namespace].html#function_mysqli_savepoint","d":"

    Set a named transaction savepoint

    "},{"t":"F","n":"\\mysqli_select_db","p":"[Global_Namespace].html#function_mysqli_select_db","d":"

    Selects the default database for database queries

    "},{"t":"F","n":"\\mysqli_send_long_data","p":"[Global_Namespace].html#function_mysqli_send_long_data","d":"

    Alias for mysqli_stmt_send_long_data

    "},{"t":"F","n":"\\mysqli_set_charset","p":"[Global_Namespace].html#function_mysqli_set_charset","d":"

    Sets the client character set

    "},{"t":"F","n":"\\mysqli_set_local_infile_default","p":"[Global_Namespace].html#function_mysqli_set_local_infile_default","d":"

    Unsets user defined handler for load local infile command

    "},{"t":"F","n":"\\mysqli_set_local_infile_handler","p":"[Global_Namespace].html#function_mysqli_set_local_infile_handler","d":"

    Set callback function for LOAD DATA LOCAL INFILE command

    "},{"t":"F","n":"\\mysqli_set_opt","p":"[Global_Namespace].html#function_mysqli_set_opt","d":"

    Alias of mysqli_options

    "},{"t":"F","n":"\\mysqli_sqlstate","p":"[Global_Namespace].html#function_mysqli_sqlstate","d":"

    Returns the SQLSTATE error from previous MySQL operation

    "},{"t":"F","n":"\\mysqli_ssl_set","p":"[Global_Namespace].html#function_mysqli_ssl_set","d":"

    Used for establishing secure connections using SSL

    "},{"t":"F","n":"\\mysqli_stat","p":"[Global_Namespace].html#function_mysqli_stat","d":"

    Gets the current system status

    "},{"t":"F","n":"\\mysqli_stmt_affected_rows","p":"[Global_Namespace].html#function_mysqli_stmt_affected_rows","d":"

    Returns the total number of rows changed, deleted, inserted, or matched by the last statement executed

    "},{"t":"F","n":"\\mysqli_stmt_attr_get","p":"[Global_Namespace].html#function_mysqli_stmt_attr_get","d":"

    Used to get the current value of a statement attribute

    "},{"t":"F","n":"\\mysqli_stmt_attr_set","p":"[Global_Namespace].html#function_mysqli_stmt_attr_set","d":"

    Used to modify the behavior of a prepared statement

    "},{"t":"F","n":"\\mysqli_stmt_bind_param","p":"[Global_Namespace].html#function_mysqli_stmt_bind_param","d":"

    Binds variables to a prepared statement as parameters

    "},{"t":"F","n":"\\mysqli_stmt_bind_result","p":"[Global_Namespace].html#function_mysqli_stmt_bind_result","d":"

    Binds variables to a prepared statement for result storage

    "},{"t":"F","n":"\\mysqli_stmt_close","p":"[Global_Namespace].html#function_mysqli_stmt_close","d":"

    Closes a prepared statement

    "},{"t":"F","n":"\\mysqli_stmt_data_seek","p":"[Global_Namespace].html#function_mysqli_stmt_data_seek","d":"

    Seeks to an arbitrary row in statement result set

    "},{"t":"F","n":"\\mysqli_stmt_errno","p":"[Global_Namespace].html#function_mysqli_stmt_errno","d":"

    Returns the error code for the most recent statement call

    "},{"t":"F","n":"\\mysqli_stmt_error","p":"[Global_Namespace].html#function_mysqli_stmt_error","d":"

    Returns a string description for last statement error

    "},{"t":"F","n":"\\mysqli_stmt_error_list","p":"[Global_Namespace].html#function_mysqli_stmt_error_list","d":"

    Returns a list of errors from the last statement executed

    "},{"t":"F","n":"\\mysqli_stmt_execute","p":"[Global_Namespace].html#function_mysqli_stmt_execute","d":"

    Executes a prepared statement

    "},{"t":"F","n":"\\mysqli_stmt_fetch","p":"[Global_Namespace].html#function_mysqli_stmt_fetch","d":"

    Fetch results from a prepared statement into the bound variables

    "},{"t":"F","n":"\\mysqli_stmt_field_count","p":"[Global_Namespace].html#function_mysqli_stmt_field_count","d":"

    Returns the number of fields in the given statement

    "},{"t":"F","n":"\\mysqli_stmt_free_result","p":"[Global_Namespace].html#function_mysqli_stmt_free_result","d":"

    Frees stored result memory for the given statement handle

    "},{"t":"F","n":"\\mysqli_stmt_get_result","p":"[Global_Namespace].html#function_mysqli_stmt_get_result","d":"

    Gets a result set from a prepared statement as a mysqli_result object

    "},{"t":"F","n":"\\mysqli_stmt_get_warnings","p":"[Global_Namespace].html#function_mysqli_stmt_get_warnings","d":"

    Get result of SHOW WARNINGS

    "},{"t":"F","n":"\\mysqli_stmt_init","p":"[Global_Namespace].html#function_mysqli_stmt_init","d":"

    Initializes a statement and returns an object for use with mysqli_stmt_prepare

    "},{"t":"F","n":"\\mysqli_stmt_insert_id","p":"[Global_Namespace].html#function_mysqli_stmt_insert_id","d":"

    Get the ID generated from the previous INSERT operation

    "},{"t":"F","n":"\\mysqli_stmt_more_results","p":"[Global_Namespace].html#function_mysqli_stmt_more_results","d":"

    Check if there are more query results from a multiple query

    "},{"t":"F","n":"\\mysqli_stmt_next_result","p":"[Global_Namespace].html#function_mysqli_stmt_next_result","d":"

    Reads the next result from a multiple query

    "},{"t":"F","n":"\\mysqli_stmt_num_rows","p":"[Global_Namespace].html#function_mysqli_stmt_num_rows","d":"

    Return the number of rows in statements result set

    "},{"t":"F","n":"\\mysqli_stmt_param_count","p":"[Global_Namespace].html#function_mysqli_stmt_param_count","d":"

    Returns the number of parameter for the given statement

    "},{"t":"F","n":"\\mysqli_stmt_prepare","p":"[Global_Namespace].html#function_mysqli_stmt_prepare","d":"

    Prepares an SQL statement for execution

    "},{"t":"F","n":"\\mysqli_stmt_reset","p":"[Global_Namespace].html#function_mysqli_stmt_reset","d":"

    Resets a prepared statement

    "},{"t":"F","n":"\\mysqli_stmt_result_metadata","p":"[Global_Namespace].html#function_mysqli_stmt_result_metadata","d":"

    Returns result set metadata from a prepared statement

    "},{"t":"F","n":"\\mysqli_stmt_send_long_data","p":"[Global_Namespace].html#function_mysqli_stmt_send_long_data","d":"

    Send data in blocks

    "},{"t":"F","n":"\\mysqli_stmt_sqlstate","p":"[Global_Namespace].html#function_mysqli_stmt_sqlstate","d":"

    Returns SQLSTATE error from previous statement operation

    "},{"t":"F","n":"\\mysqli_stmt_store_result","p":"[Global_Namespace].html#function_mysqli_stmt_store_result","d":"

    Transfers a result set from a prepared statement

    "},{"t":"F","n":"\\mysqli_store_result","p":"[Global_Namespace].html#function_mysqli_store_result","d":"

    Transfers a result set from the last query

    "},{"t":"F","n":"\\mysqli_thread_id","p":"[Global_Namespace].html#function_mysqli_thread_id","d":"

    Returns the thread ID for the current connection

    "},{"t":"F","n":"\\mysqli_thread_safe","p":"[Global_Namespace].html#function_mysqli_thread_safe","d":"

    Returns whether thread safety is given or not

    "},{"t":"F","n":"\\mysqli_use_result","p":"[Global_Namespace].html#function_mysqli_use_result","d":"

    Initiate a result set retrieval

    "},{"t":"F","n":"\\mysqli_warning_count","p":"[Global_Namespace].html#function_mysqli_warning_count","d":"

    Returns the number of warnings from the last query for the given link

    "},{"t":"F","n":"\\natcasesort","p":"[Global_Namespace].html#function_natcasesort","d":"

    Sort an array using a case insensitive "natural order" algorithm

    "},{"t":"F","n":"\\natsort","p":"[Global_Namespace].html#function_natsort","d":"

    Sort an array using a "natural order" algorithm

    "},{"t":"F","n":"\\ncurses_addch","p":"[Global_Namespace].html#function_ncurses_addch","d":"

    Add character at current position and advance cursor

    "},{"t":"F","n":"\\ncurses_addchnstr","p":"[Global_Namespace].html#function_ncurses_addchnstr","d":"

    Add attributed string with specified length at current position

    "},{"t":"F","n":"\\ncurses_addchstr","p":"[Global_Namespace].html#function_ncurses_addchstr","d":"

    Add attributed string at current position

    "},{"t":"F","n":"\\ncurses_addnstr","p":"[Global_Namespace].html#function_ncurses_addnstr","d":"

    Add string with specified length at current position

    "},{"t":"F","n":"\\ncurses_addstr","p":"[Global_Namespace].html#function_ncurses_addstr","d":"

    Output text at current position

    "},{"t":"F","n":"\\ncurses_assume_default_colors","p":"[Global_Namespace].html#function_ncurses_assume_default_colors","d":"

    Define default colors for color 0

    "},{"t":"F","n":"\\ncurses_attroff","p":"[Global_Namespace].html#function_ncurses_attroff","d":"

    Turn off the given attributes

    "},{"t":"F","n":"\\ncurses_attron","p":"[Global_Namespace].html#function_ncurses_attron","d":"

    Turn on the given attributes

    "},{"t":"F","n":"\\ncurses_attrset","p":"[Global_Namespace].html#function_ncurses_attrset","d":"

    Set given attributes

    "},{"t":"F","n":"\\ncurses_baudrate","p":"[Global_Namespace].html#function_ncurses_baudrate","d":"

    Returns baudrate of terminal

    "},{"t":"F","n":"\\ncurses_beep","p":"[Global_Namespace].html#function_ncurses_beep","d":"

    Let the terminal beep

    "},{"t":"F","n":"\\ncurses_bkgd","p":"[Global_Namespace].html#function_ncurses_bkgd","d":"

    Set background property for terminal screen

    "},{"t":"F","n":"\\ncurses_bkgdset","p":"[Global_Namespace].html#function_ncurses_bkgdset","d":"

    Control screen background

    "},{"t":"F","n":"\\ncurses_border","p":"[Global_Namespace].html#function_ncurses_border","d":"

    Draw a border around the screen using attributed characters

    "},{"t":"F","n":"\\ncurses_bottom_panel","p":"[Global_Namespace].html#function_ncurses_bottom_panel","d":"

    Moves a visible panel to the bottom of the stack

    "},{"t":"F","n":"\\ncurses_can_change_color","p":"[Global_Namespace].html#function_ncurses_can_change_color","d":"

    Check if we can change terminals colors

    "},{"t":"F","n":"\\ncurses_cbreak","p":"[Global_Namespace].html#function_ncurses_cbreak","d":"

    Switch of input buffering

    "},{"t":"F","n":"\\ncurses_clear","p":"[Global_Namespace].html#function_ncurses_clear","d":"

    Clear screen

    "},{"t":"F","n":"\\ncurses_clrtobot","p":"[Global_Namespace].html#function_ncurses_clrtobot","d":"

    Clear screen from current position to bottom

    "},{"t":"F","n":"\\ncurses_clrtoeol","p":"[Global_Namespace].html#function_ncurses_clrtoeol","d":"

    Clear screen from current position to end of line

    "},{"t":"F","n":"\\ncurses_color_content","p":"[Global_Namespace].html#function_ncurses_color_content","d":"

    Gets the RGB value for color

    "},{"t":"F","n":"\\ncurses_color_set","p":"[Global_Namespace].html#function_ncurses_color_set","d":"

    Set fore- and background color

    "},{"t":"F","n":"\\ncurses_curs_set","p":"[Global_Namespace].html#function_ncurses_curs_set","d":"

    Set cursor state

    "},{"t":"F","n":"\\ncurses_def_prog_mode","p":"[Global_Namespace].html#function_ncurses_def_prog_mode","d":"

    Saves terminals (program) mode

    "},{"t":"F","n":"\\ncurses_def_shell_mode","p":"[Global_Namespace].html#function_ncurses_def_shell_mode","d":"

    Saves terminals (shell) mode

    "},{"t":"F","n":"\\ncurses_define_key","p":"[Global_Namespace].html#function_ncurses_define_key","d":"

    Define a keycode

    "},{"t":"F","n":"\\ncurses_del_panel","p":"[Global_Namespace].html#function_ncurses_del_panel","d":"

    Remove panel from the stack and delete it (but not the associated window)

    "},{"t":"F","n":"\\ncurses_delay_output","p":"[Global_Namespace].html#function_ncurses_delay_output","d":"

    Delay output on terminal using padding characters

    "},{"t":"F","n":"\\ncurses_delch","p":"[Global_Namespace].html#function_ncurses_delch","d":"

    Delete character at current position, move rest of line left

    "},{"t":"F","n":"\\ncurses_deleteln","p":"[Global_Namespace].html#function_ncurses_deleteln","d":"

    Delete line at current position, move rest of screen up

    "},{"t":"F","n":"\\ncurses_delwin","p":"[Global_Namespace].html#function_ncurses_delwin","d":"

    Delete a ncurses window

    "},{"t":"F","n":"\\ncurses_doupdate","p":"[Global_Namespace].html#function_ncurses_doupdate","d":"

    Write all prepared refreshes to terminal

    "},{"t":"F","n":"\\ncurses_echo","p":"[Global_Namespace].html#function_ncurses_echo","d":"

    Activate keyboard input echo

    "},{"t":"F","n":"\\ncurses_echochar","p":"[Global_Namespace].html#function_ncurses_echochar","d":"

    Single character output including refresh

    "},{"t":"F","n":"\\ncurses_end","p":"[Global_Namespace].html#function_ncurses_end","d":"

    Stop using ncurses, clean up the screen

    "},{"t":"F","n":"\\ncurses_erase","p":"[Global_Namespace].html#function_ncurses_erase","d":"

    Erase terminal screen

    "},{"t":"F","n":"\\ncurses_erasechar","p":"[Global_Namespace].html#function_ncurses_erasechar","d":"

    Returns current erase character

    "},{"t":"F","n":"\\ncurses_filter","p":"[Global_Namespace].html#function_ncurses_filter","d":"

    Set LINES for iniscr() and newterm() to 1

    "},{"t":"F","n":"\\ncurses_flash","p":"[Global_Namespace].html#function_ncurses_flash","d":"

    Flash terminal screen (visual bell)

    "},{"t":"F","n":"\\ncurses_flushinp","p":"[Global_Namespace].html#function_ncurses_flushinp","d":"

    Flush keyboard input buffer

    "},{"t":"F","n":"\\ncurses_getch","p":"[Global_Namespace].html#function_ncurses_getch","d":"

    Read a character from keyboard

    "},{"t":"F","n":"\\ncurses_getmaxyx","p":"[Global_Namespace].html#function_ncurses_getmaxyx","d":"

    Returns the size of a window

    "},{"t":"F","n":"\\ncurses_getmouse","p":"[Global_Namespace].html#function_ncurses_getmouse","d":"

    Reads mouse event

    "},{"t":"F","n":"\\ncurses_getyx","p":"[Global_Namespace].html#function_ncurses_getyx","d":"

    Returns the current cursor position for a window

    "},{"t":"F","n":"\\ncurses_halfdelay","p":"[Global_Namespace].html#function_ncurses_halfdelay","d":"

    Put terminal into halfdelay mode

    "},{"t":"F","n":"\\ncurses_has_colors","p":"[Global_Namespace].html#function_ncurses_has_colors","d":"

    Check if terminal has colors

    "},{"t":"F","n":"\\ncurses_has_ic","p":"[Global_Namespace].html#function_ncurses_has_ic","d":"

    Check for insert- and delete-capabilities

    "},{"t":"F","n":"\\ncurses_has_il","p":"[Global_Namespace].html#function_ncurses_has_il","d":"

    Check for line insert- and delete-capabilities

    "},{"t":"F","n":"\\ncurses_has_key","p":"[Global_Namespace].html#function_ncurses_has_key","d":"

    Check for presence of a function key on terminal keyboard

    "},{"t":"F","n":"\\ncurses_hide_panel","p":"[Global_Namespace].html#function_ncurses_hide_panel","d":"

    Remove panel from the stack, making it invisible

    "},{"t":"F","n":"\\ncurses_hline","p":"[Global_Namespace].html#function_ncurses_hline","d":"

    Draw a horizontal line at current position using an attributed character and max. n characters long

    "},{"t":"F","n":"\\ncurses_inch","p":"[Global_Namespace].html#function_ncurses_inch","d":"

    Get character and attribute at current position

    "},{"t":"F","n":"\\ncurses_init","p":"[Global_Namespace].html#function_ncurses_init","d":"

    Initialize ncurses

    "},{"t":"F","n":"\\ncurses_init_color","p":"[Global_Namespace].html#function_ncurses_init_color","d":"

    Set new RGB value for color

    "},{"t":"F","n":"\\ncurses_init_pair","p":"[Global_Namespace].html#function_ncurses_init_pair","d":"

    Allocate a color pair

    "},{"t":"F","n":"\\ncurses_insch","p":"[Global_Namespace].html#function_ncurses_insch","d":"

    Insert character moving rest of line including character at current position

    "},{"t":"F","n":"\\ncurses_insdelln","p":"[Global_Namespace].html#function_ncurses_insdelln","d":"

    Insert lines before current line scrolling down (negative numbers delete and scroll up)

    "},{"t":"F","n":"\\ncurses_insertln","p":"[Global_Namespace].html#function_ncurses_insertln","d":"

    Insert a line, move rest of screen down

    "},{"t":"F","n":"\\ncurses_insstr","p":"[Global_Namespace].html#function_ncurses_insstr","d":"

    Insert string at current position, moving rest of line right

    "},{"t":"F","n":"\\ncurses_instr","p":"[Global_Namespace].html#function_ncurses_instr","d":"

    Reads string from terminal screen

    "},{"t":"F","n":"\\ncurses_isendwin","p":"[Global_Namespace].html#function_ncurses_isendwin","d":"

    Ncurses is in endwin mode, normal screen output may be performed

    "},{"t":"F","n":"\\ncurses_keyok","p":"[Global_Namespace].html#function_ncurses_keyok","d":"

    Enable or disable a keycode

    "},{"t":"F","n":"\\ncurses_keypad","p":"[Global_Namespace].html#function_ncurses_keypad","d":"

    Turns keypad on or off

    "},{"t":"F","n":"\\ncurses_killchar","p":"[Global_Namespace].html#function_ncurses_killchar","d":"

    Returns current line kill character

    "},{"t":"F","n":"\\ncurses_longname","p":"[Global_Namespace].html#function_ncurses_longname","d":"

    Returns terminals description

    "},{"t":"F","n":"\\ncurses_meta","p":"[Global_Namespace].html#function_ncurses_meta","d":"

    Enables/Disable 8-bit meta key information

    "},{"t":"F","n":"\\ncurses_mouse_trafo","p":"[Global_Namespace].html#function_ncurses_mouse_trafo","d":"

    Transforms coordinates

    "},{"t":"F","n":"\\ncurses_mouseinterval","p":"[Global_Namespace].html#function_ncurses_mouseinterval","d":"

    Set timeout for mouse button clicks

    "},{"t":"F","n":"\\ncurses_mousemask","p":"[Global_Namespace].html#function_ncurses_mousemask","d":"

    Sets mouse options

    "},{"t":"F","n":"\\ncurses_move","p":"[Global_Namespace].html#function_ncurses_move","d":"

    Move output position

    "},{"t":"F","n":"\\ncurses_move_panel","p":"[Global_Namespace].html#function_ncurses_move_panel","d":"

    Moves a panel so that its upper-left corner is at [startx, starty]

    "},{"t":"F","n":"\\ncurses_mvaddch","p":"[Global_Namespace].html#function_ncurses_mvaddch","d":"

    Move current position and add character

    "},{"t":"F","n":"\\ncurses_mvaddchnstr","p":"[Global_Namespace].html#function_ncurses_mvaddchnstr","d":"

    Move position and add attributed string with specified length

    "},{"t":"F","n":"\\ncurses_mvaddchstr","p":"[Global_Namespace].html#function_ncurses_mvaddchstr","d":"

    Move position and add attributed string

    "},{"t":"F","n":"\\ncurses_mvaddnstr","p":"[Global_Namespace].html#function_ncurses_mvaddnstr","d":"

    Move position and add string with specified length

    "},{"t":"F","n":"\\ncurses_mvaddstr","p":"[Global_Namespace].html#function_ncurses_mvaddstr","d":"

    Move position and add string

    "},{"t":"F","n":"\\ncurses_mvcur","p":"[Global_Namespace].html#function_ncurses_mvcur","d":"

    Move cursor immediately

    "},{"t":"F","n":"\\ncurses_mvdelch","p":"[Global_Namespace].html#function_ncurses_mvdelch","d":"

    Move position and delete character, shift rest of line left

    "},{"t":"F","n":"\\ncurses_mvgetch","p":"[Global_Namespace].html#function_ncurses_mvgetch","d":"

    Move position and get character at new position

    "},{"t":"F","n":"\\ncurses_mvhline","p":"[Global_Namespace].html#function_ncurses_mvhline","d":"

    Set new position and draw a horizontal line using an attributed character and max. n characters long

    "},{"t":"F","n":"\\ncurses_mvinch","p":"[Global_Namespace].html#function_ncurses_mvinch","d":"

    Move position and get attributed character at new position

    "},{"t":"F","n":"\\ncurses_mvwaddstr","p":"[Global_Namespace].html#function_ncurses_mvwaddstr","d":"

    Add string at new position in window

    "},{"t":"F","n":"\\ncurses_napms","p":"[Global_Namespace].html#function_ncurses_napms","d":"Sleep"},{"t":"F","n":"\\ncurses_new_panel","p":"[Global_Namespace].html#function_ncurses_new_panel","d":"

    Create a new panel and associate it with window

    "},{"t":"F","n":"\\ncurses_newpad","p":"[Global_Namespace].html#function_ncurses_newpad","d":"

    Creates a new pad (window)

    "},{"t":"F","n":"\\ncurses_newwin","p":"[Global_Namespace].html#function_ncurses_newwin","d":"

    Create a new window

    "},{"t":"F","n":"\\ncurses_nl","p":"[Global_Namespace].html#function_ncurses_nl","d":"

    Translate newline and carriage return / line feed

    "},{"t":"F","n":"\\ncurses_nocbreak","p":"[Global_Namespace].html#function_ncurses_nocbreak","d":"

    Switch terminal to cooked mode

    "},{"t":"F","n":"\\ncurses_noecho","p":"[Global_Namespace].html#function_ncurses_noecho","d":"

    Switch off keyboard input echo

    "},{"t":"F","n":"\\ncurses_nonl","p":"[Global_Namespace].html#function_ncurses_nonl","d":"

    Do not translate newline and carriage return / line feed

    "},{"t":"F","n":"\\ncurses_noqiflush","p":"[Global_Namespace].html#function_ncurses_noqiflush","d":"

    Do not flush on signal characters

    "},{"t":"F","n":"\\ncurses_noraw","p":"[Global_Namespace].html#function_ncurses_noraw","d":"

    Switch terminal out of raw mode

    "},{"t":"F","n":"\\ncurses_pair_content","p":"[Global_Namespace].html#function_ncurses_pair_content","d":"

    Gets the RGB value for color

    "},{"t":"F","n":"\\ncurses_panel_above","p":"[Global_Namespace].html#function_ncurses_panel_above","d":"

    Returns the panel above panel

    "},{"t":"F","n":"\\ncurses_panel_below","p":"[Global_Namespace].html#function_ncurses_panel_below","d":"

    Returns the panel below panel

    "},{"t":"F","n":"\\ncurses_panel_window","p":"[Global_Namespace].html#function_ncurses_panel_window","d":"

    Returns the window associated with panel

    "},{"t":"F","n":"\\ncurses_pnoutrefresh","p":"[Global_Namespace].html#function_ncurses_pnoutrefresh","d":"

    Copies a region from a pad into the virtual screen

    "},{"t":"F","n":"\\ncurses_prefresh","p":"[Global_Namespace].html#function_ncurses_prefresh","d":"

    Copies a region from a pad into the virtual screen

    "},{"t":"F","n":"\\ncurses_putp","p":"[Global_Namespace].html#function_ncurses_putp","d":"

    Apply padding information to the string and output it

    "},{"t":"F","n":"\\ncurses_qiflush","p":"[Global_Namespace].html#function_ncurses_qiflush","d":"

    Flush on signal characters

    "},{"t":"F","n":"\\ncurses_raw","p":"[Global_Namespace].html#function_ncurses_raw","d":"

    Switch terminal into raw mode

    "},{"t":"F","n":"\\ncurses_refresh","p":"[Global_Namespace].html#function_ncurses_refresh","d":"

    Refresh screen

    "},{"t":"F","n":"\\ncurses_replace_panel","p":"[Global_Namespace].html#function_ncurses_replace_panel","d":"

    Replaces the window associated with panel

    "},{"t":"F","n":"\\ncurses_reset_prog_mode","p":"[Global_Namespace].html#function_ncurses_reset_prog_mode","d":"

    Resets the prog mode saved by def_prog_mode

    "},{"t":"F","n":"\\ncurses_reset_shell_mode","p":"[Global_Namespace].html#function_ncurses_reset_shell_mode","d":"

    Resets the shell mode saved by def_shell_mode

    "},{"t":"F","n":"\\ncurses_resetty","p":"[Global_Namespace].html#function_ncurses_resetty","d":"

    Restores saved terminal state

    "},{"t":"F","n":"\\ncurses_savetty","p":"[Global_Namespace].html#function_ncurses_savetty","d":"

    Saves terminal state

    "},{"t":"F","n":"\\ncurses_scr_dump","p":"[Global_Namespace].html#function_ncurses_scr_dump","d":"

    Dump screen content to file

    "},{"t":"F","n":"\\ncurses_scr_init","p":"[Global_Namespace].html#function_ncurses_scr_init","d":"

    Initialize screen from file dump

    "},{"t":"F","n":"\\ncurses_scr_restore","p":"[Global_Namespace].html#function_ncurses_scr_restore","d":"

    Restore screen from file dump

    "},{"t":"F","n":"\\ncurses_scr_set","p":"[Global_Namespace].html#function_ncurses_scr_set","d":"

    Inherit screen from file dump

    "},{"t":"F","n":"\\ncurses_scrl","p":"[Global_Namespace].html#function_ncurses_scrl","d":"

    Scroll window content up or down without changing current position

    "},{"t":"F","n":"\\ncurses_show_panel","p":"[Global_Namespace].html#function_ncurses_show_panel","d":"

    Places an invisible panel on top of the stack, making it visible

    "},{"t":"F","n":"\\ncurses_slk_attr","p":"[Global_Namespace].html#function_ncurses_slk_attr","d":"

    Returns current soft label key attribute

    "},{"t":"F","n":"\\ncurses_slk_attroff","p":"[Global_Namespace].html#function_ncurses_slk_attroff","d":"

    Turn off the given attributes for soft function-key labels

    "},{"t":"F","n":"\\ncurses_slk_attron","p":"[Global_Namespace].html#function_ncurses_slk_attron","d":"

    Turn on the given attributes for soft function-key labels

    "},{"t":"F","n":"\\ncurses_slk_attrset","p":"[Global_Namespace].html#function_ncurses_slk_attrset","d":"

    Set given attributes for soft function-key labels

    "},{"t":"F","n":"\\ncurses_slk_clear","p":"[Global_Namespace].html#function_ncurses_slk_clear","d":"

    Clears soft labels from screen

    "},{"t":"F","n":"\\ncurses_slk_color","p":"[Global_Namespace].html#function_ncurses_slk_color","d":"

    Sets color for soft label keys

    "},{"t":"F","n":"\\ncurses_slk_init","p":"[Global_Namespace].html#function_ncurses_slk_init","d":"

    Initializes soft label key functions

    "},{"t":"F","n":"\\ncurses_slk_noutrefresh","p":"[Global_Namespace].html#function_ncurses_slk_noutrefresh","d":"

    Copies soft label keys to virtual screen

    "},{"t":"F","n":"\\ncurses_slk_refresh","p":"[Global_Namespace].html#function_ncurses_slk_refresh","d":"

    Copies soft label keys to screen

    "},{"t":"F","n":"\\ncurses_slk_restore","p":"[Global_Namespace].html#function_ncurses_slk_restore","d":"

    Restores soft label keys

    "},{"t":"F","n":"\\ncurses_slk_set","p":"[Global_Namespace].html#function_ncurses_slk_set","d":"

    Sets function key labels

    "},{"t":"F","n":"\\ncurses_slk_touch","p":"[Global_Namespace].html#function_ncurses_slk_touch","d":"

    Forces output when ncurses_slk_noutrefresh is performed

    "},{"t":"F","n":"\\ncurses_standend","p":"[Global_Namespace].html#function_ncurses_standend","d":"

    Stop using 'standout' attribute

    "},{"t":"F","n":"\\ncurses_standout","p":"[Global_Namespace].html#function_ncurses_standout","d":"

    Start using 'standout' attribute

    "},{"t":"F","n":"\\ncurses_start_color","p":"[Global_Namespace].html#function_ncurses_start_color","d":"

    Start using colors

    "},{"t":"F","n":"\\ncurses_termattrs","p":"[Global_Namespace].html#function_ncurses_termattrs","d":"

    Returns a logical OR of all attribute flags supported by terminal

    "},{"t":"F","n":"\\ncurses_termname","p":"[Global_Namespace].html#function_ncurses_termname","d":"

    Returns terminals (short)-name

    "},{"t":"F","n":"\\ncurses_timeout","p":"[Global_Namespace].html#function_ncurses_timeout","d":"

    Set timeout for special key sequences

    "},{"t":"F","n":"\\ncurses_top_panel","p":"[Global_Namespace].html#function_ncurses_top_panel","d":"

    Moves a visible panel to the top of the stack

    "},{"t":"F","n":"\\ncurses_typeahead","p":"[Global_Namespace].html#function_ncurses_typeahead","d":"

    Specify different filedescriptor for typeahead checking

    "},{"t":"F","n":"\\ncurses_ungetch","p":"[Global_Namespace].html#function_ncurses_ungetch","d":"

    Put a character back into the input stream

    "},{"t":"F","n":"\\ncurses_ungetmouse","p":"[Global_Namespace].html#function_ncurses_ungetmouse","d":"

    Pushes mouse event to queue

    "},{"t":"F","n":"\\ncurses_update_panels","p":"[Global_Namespace].html#function_ncurses_update_panels","d":"

    Refreshes the virtual screen to reflect the relations between panels in the stack

    "},{"t":"F","n":"\\ncurses_use_default_colors","p":"[Global_Namespace].html#function_ncurses_use_default_colors","d":"

    Assign terminal default colors to color id -1

    "},{"t":"F","n":"\\ncurses_use_env","p":"[Global_Namespace].html#function_ncurses_use_env","d":"

    Control use of environment information about terminal size

    "},{"t":"F","n":"\\ncurses_use_extended_names","p":"[Global_Namespace].html#function_ncurses_use_extended_names","d":"

    Control use of extended names in terminfo descriptions

    "},{"t":"F","n":"\\ncurses_vidattr","p":"[Global_Namespace].html#function_ncurses_vidattr","d":"

    Display the string on the terminal in the video attribute mode

    "},{"t":"F","n":"\\ncurses_vline","p":"[Global_Namespace].html#function_ncurses_vline","d":"

    Draw a vertical line at current position using an attributed character and max. n characters long

    "},{"t":"F","n":"\\ncurses_waddch","p":"[Global_Namespace].html#function_ncurses_waddch","d":"

    Adds character at current position in a window and advance cursor

    "},{"t":"F","n":"\\ncurses_waddstr","p":"[Global_Namespace].html#function_ncurses_waddstr","d":"

    Outputs text at current position in window

    "},{"t":"F","n":"\\ncurses_wattroff","p":"[Global_Namespace].html#function_ncurses_wattroff","d":"

    Turns off attributes for a window

    "},{"t":"F","n":"\\ncurses_wattron","p":"[Global_Namespace].html#function_ncurses_wattron","d":"

    Turns on attributes for a window

    "},{"t":"F","n":"\\ncurses_wattrset","p":"[Global_Namespace].html#function_ncurses_wattrset","d":"

    Set the attributes for a window

    "},{"t":"F","n":"\\ncurses_wborder","p":"[Global_Namespace].html#function_ncurses_wborder","d":"

    Draws a border around the window using attributed characters

    "},{"t":"F","n":"\\ncurses_wclear","p":"[Global_Namespace].html#function_ncurses_wclear","d":"

    Clears window

    "},{"t":"F","n":"\\ncurses_wcolor_set","p":"[Global_Namespace].html#function_ncurses_wcolor_set","d":"

    Sets windows color pairings

    "},{"t":"F","n":"\\ncurses_werase","p":"[Global_Namespace].html#function_ncurses_werase","d":"

    Erase window contents

    "},{"t":"F","n":"\\ncurses_wgetch","p":"[Global_Namespace].html#function_ncurses_wgetch","d":"

    Reads a character from keyboard (window)

    "},{"t":"F","n":"\\ncurses_whline","p":"[Global_Namespace].html#function_ncurses_whline","d":"

    Draws a horizontal line in a window at current position using an attributed character and max. n characters long

    "},{"t":"F","n":"\\ncurses_wmouse_trafo","p":"[Global_Namespace].html#function_ncurses_wmouse_trafo","d":"

    Transforms window/stdscr coordinates

    "},{"t":"F","n":"\\ncurses_wmove","p":"[Global_Namespace].html#function_ncurses_wmove","d":"

    Moves windows output position

    "},{"t":"F","n":"\\ncurses_wnoutrefresh","p":"[Global_Namespace].html#function_ncurses_wnoutrefresh","d":"

    Copies window to virtual screen

    "},{"t":"F","n":"\\ncurses_wrefresh","p":"[Global_Namespace].html#function_ncurses_wrefresh","d":"

    Refresh window on terminal screen

    "},{"t":"F","n":"\\ncurses_wstandend","p":"[Global_Namespace].html#function_ncurses_wstandend","d":"

    End standout mode for a window

    "},{"t":"F","n":"\\ncurses_wstandout","p":"[Global_Namespace].html#function_ncurses_wstandout","d":"

    Enter standout mode for a window

    "},{"t":"F","n":"\\ncurses_wvline","p":"[Global_Namespace].html#function_ncurses_wvline","d":"

    Draws a vertical line in a window at current position using an attributed character and max. n characters long

    "},{"t":"F","n":"\\net_get_interfaces","p":"[Global_Namespace].html#function_net_get_interfaces","d":""},{"t":"F","n":"\\newrelic_accept_distributed_trace_headers","p":"[Global_Namespace].html#function_newrelic_accept_distributed_trace_headers","d":"

    Accepts an array of distributed trace headers.

    "},{"t":"F","n":"\\newrelic_accept_distributed_trace_payload","p":"[Global_Namespace].html#function_newrelic_accept_distributed_trace_payload","d":"

    Accepts a distributed trace payload.

    "},{"t":"F","n":"\\newrelic_accept_distributed_trace_payload_httpsafe","p":"[Global_Namespace].html#function_newrelic_accept_distributed_trace_payload_httpsafe","d":"

    Accepts a distributed trace payload that includes an HTTPSafe (Base64 encoded) JSON string.

    "},{"t":"F","n":"\\newrelic_add_custom_parameter","p":"[Global_Namespace].html#function_newrelic_add_custom_parameter","d":"

    Attaches a custom attribute (key/value pair) to the current transaction and the current span (if enabled).

    "},{"t":"F","n":"\\newrelic_add_custom_span_parameter","p":"[Global_Namespace].html#function_newrelic_add_custom_span_parameter","d":"

    Attaches a custom attribute (key/value pair) to the current span.

    "},{"t":"F","n":"\\newrelic_add_custom_tracer","p":"[Global_Namespace].html#function_newrelic_add_custom_tracer","d":"

    Specify functions or methods for the agent to instrument with custom instrumentation.

    "},{"t":"F","n":"\\newrelic_background_job","p":"[Global_Namespace].html#function_newrelic_background_job","d":"

    Manually specify that a transaction is a background job or a web transaction.

    "},{"t":"F","n":"\\newrelic_capture_params","p":"[Global_Namespace].html#function_newrelic_capture_params","d":"

    Enable or disable the capture of URL parameters.

    "},{"t":"F","n":"\\newrelic_create_distributed_trace_payload","p":"[Global_Namespace].html#function_newrelic_create_distributed_trace_payload","d":"

    Creates a distributed trace payload.

    "},{"t":"F","n":"\\newrelic_custom_metric","p":"[Global_Namespace].html#function_newrelic_custom_metric","d":"

    Add a custom metric (in milliseconds) to time a component of your app not captured by default.

    "},{"t":"F","n":"\\newrelic_disable_autorum","p":"[Global_Namespace].html#function_newrelic_disable_autorum","d":"

    Disable automatic injection of the browser monitoring snippet on particular pages.

    "},{"t":"F","n":"\\newrelic_enable_params","p":"[Global_Namespace].html#function_newrelic_enable_params","d":null},{"t":"F","n":"\\newrelic_end_of_transaction","p":"[Global_Namespace].html#function_newrelic_end_of_transaction","d":"

    Stop timing the current transaction, but continue instrumenting it.

    "},{"t":"F","n":"\\newrelic_end_transaction","p":"[Global_Namespace].html#function_newrelic_end_transaction","d":"

    Stop instrumenting the current transaction immediately.

    "},{"t":"F","n":"\\newrelic_get_browser_timing_footer","p":"[Global_Namespace].html#function_newrelic_get_browser_timing_footer","d":"

    Returns a browser monitoring snippet to inject at the end of the HTML output.

    "},{"t":"F","n":"\\newrelic_get_browser_timing_header","p":"[Global_Namespace].html#function_newrelic_get_browser_timing_header","d":"

    Returns a browser monitoring snippet to inject in the head of your HTML output.

    "},{"t":"F","n":"\\newrelic_get_linking_metadata","p":"[Global_Namespace].html#function_newrelic_get_linking_metadata","d":"

    Returns a collection of metadata necessary for linking data to a trace or an entity.

    "},{"t":"F","n":"\\newrelic_get_trace_metadata","p":"[Global_Namespace].html#function_newrelic_get_trace_metadata","d":"

    Returns an associative array containing the identifiers of the current trace and the parent span.

    "},{"t":"F","n":"\\newrelic_ignore_apdex","p":"[Global_Namespace].html#function_newrelic_ignore_apdex","d":"

    Ignore the current transaction when calculating Apdex.

    "},{"t":"F","n":"\\newrelic_ignore_transaction","p":"[Global_Namespace].html#function_newrelic_ignore_transaction","d":"

    Do not instrument the current transaction.

    "},{"t":"F","n":"\\newrelic_insert_distributed_trace_headers","p":"[Global_Namespace].html#function_newrelic_insert_distributed_trace_headers","d":"

    Inserts W3C Trace Context headers and New Relic Distributed Tracing headers into an outbound array of headers.

    "},{"t":"F","n":"\\newrelic_is_sampled","p":"[Global_Namespace].html#function_newrelic_is_sampled","d":"

    Returns a value indicating whether or not the current transaction is marked as sampled.

    "},{"t":"F","n":"\\newrelic_name_transaction","p":"[Global_Namespace].html#function_newrelic_name_transaction","d":"

    Set custom name for current transaction.

    "},{"t":"F","n":"\\newrelic_notice_error","p":"[Global_Namespace].html#function_newrelic_notice_error","d":"

    Use these calls to collect errors that the PHP agent does not collect automatically and to set the callback for\nyour own error and exception handler.

    "},{"t":"F","n":"\\newrelic_record_custom_event","p":"[Global_Namespace].html#function_newrelic_record_custom_event","d":"

    Record a custom event with the given name and attributes

    "},{"t":"F","n":"\\newrelic_record_datastore_segment","p":"[Global_Namespace].html#function_newrelic_record_datastore_segment","d":"

    Records a datastore segment.

    "},{"t":"F","n":"\\newrelic_set_appname","p":"[Global_Namespace].html#function_newrelic_set_appname","d":"

    Set the New Relic application name, which the New Relic UI uses to connect your data to the correct application.

    "},{"t":"F","n":"\\newrelic_set_user_attributes","p":"[Global_Namespace].html#function_newrelic_set_user_attributes","d":"

    Create user-related custom attributes. newrelic_add_custom_parameter is more flexible.

    "},{"t":"F","n":"\\newrelic_set_user_id","p":"[Global_Namespace].html#function_newrelic_set_user_id","d":"

    Associate a unique user ID with the current transaction.

    "},{"t":"F","n":"\\newrelic_start_transaction","p":"[Global_Namespace].html#function_newrelic_start_transaction","d":"

    Start a new transaction manually. Usually used after manually ending a transaction with\nnewrelic_end_transaction(),\nfor example when separating tasks in a job queue manager. When instrumenting this new transaction, the agent\nperforms the same operations as when the script first started.

    "},{"t":"F","n":"\\next","p":"[Global_Namespace].html#function_next","d":"

    Advance the internal array pointer of an array

    "},{"t":"F","n":"\\ngettext","p":"[Global_Namespace].html#function_ngettext","d":"

    Plural version of gettext

    "},{"t":"F","n":"\\nl2br","p":"[Global_Namespace].html#function_nl2br","d":"

    Inserts HTML line breaks before all newlines in a string

    "},{"t":"F","n":"\\nl_langinfo","p":"[Global_Namespace].html#function_nl_langinfo","d":"

    Query language and locale information

    "},{"t":"F","n":"\\normalizer_get_raw_decomposition","p":"[Global_Namespace].html#function_normalizer_get_raw_decomposition","d":"

    Gets the Decomposition_Mapping property for the given UTF-8 encoded code point

    "},{"t":"F","n":"\\normalizer_is_normalized","p":"[Global_Namespace].html#function_normalizer_is_normalized","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nChecks if the provided string is already in the specified normalization\nform.

    "},{"t":"F","n":"\\normalizer_normalize","p":"[Global_Namespace].html#function_normalizer_normalize","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nNormalizes the input provided and returns the normalized string

    "},{"t":"F","n":"\\number_format","p":"[Global_Namespace].html#function_number_format","d":"

    Format a number with grouped thousands

    "},{"t":"F","n":"\\numfmt_create","p":"[Global_Namespace].html#function_numfmt_create","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nCreate a number formatter

    "},{"t":"F","n":"\\numfmt_format","p":"[Global_Namespace].html#function_numfmt_format","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nFormat a number

    "},{"t":"F","n":"\\numfmt_format_currency","p":"[Global_Namespace].html#function_numfmt_format_currency","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nFormat a currency value

    "},{"t":"F","n":"\\numfmt_get_attribute","p":"[Global_Namespace].html#function_numfmt_get_attribute","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet an attribute

    "},{"t":"F","n":"\\numfmt_get_error_code","p":"[Global_Namespace].html#function_numfmt_get_error_code","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet formatter's last error code.

    "},{"t":"F","n":"\\numfmt_get_error_message","p":"[Global_Namespace].html#function_numfmt_get_error_message","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet formatter's last error message.

    "},{"t":"F","n":"\\numfmt_get_locale","p":"[Global_Namespace].html#function_numfmt_get_locale","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet formatter locale

    "},{"t":"F","n":"\\numfmt_get_pattern","p":"[Global_Namespace].html#function_numfmt_get_pattern","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet formatter pattern

    "},{"t":"F","n":"\\numfmt_get_symbol","p":"[Global_Namespace].html#function_numfmt_get_symbol","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet a symbol value

    "},{"t":"F","n":"\\numfmt_get_text_attribute","p":"[Global_Namespace].html#function_numfmt_get_text_attribute","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet a text attribute

    "},{"t":"F","n":"\\numfmt_parse","p":"[Global_Namespace].html#function_numfmt_parse","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nParse a number

    "},{"t":"F","n":"\\numfmt_parse_currency","p":"[Global_Namespace].html#function_numfmt_parse_currency","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nParse a currency number

    "},{"t":"F","n":"\\numfmt_set_attribute","p":"[Global_Namespace].html#function_numfmt_set_attribute","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nSet an attribute

    "},{"t":"F","n":"\\numfmt_set_pattern","p":"[Global_Namespace].html#function_numfmt_set_pattern","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nSet formatter pattern

    "},{"t":"F","n":"\\numfmt_set_symbol","p":"[Global_Namespace].html#function_numfmt_set_symbol","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nSet a symbol value

    "},{"t":"F","n":"\\numfmt_set_text_attribute","p":"[Global_Namespace].html#function_numfmt_set_text_attribute","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nSet a text attribute

    "},{"t":"F","n":"\\oauth_get_sbs","p":"[Global_Namespace].html#function_oauth_get_sbs","d":"

    Generate a Signature Base String

    "},{"t":"F","n":"\\oauth_urlencode","p":"[Global_Namespace].html#function_oauth_urlencode","d":"

    Encode a URI to RFC 3986

    "},{"t":"F","n":"\\ob_clean","p":"[Global_Namespace].html#function_ob_clean","d":"

    Clean (erase) the output buffer

    "},{"t":"F","n":"\\ob_deflatehandler","p":"[Global_Namespace].html#function_ob_deflatehandler","d":"

    (PECL pecl_http >= 0.21.0)
    \nDeflate output handler

    "},{"t":"F","n":"\\ob_end_clean","p":"[Global_Namespace].html#function_ob_end_clean","d":"

    Clean (erase) the output buffer and turn off output buffering

    "},{"t":"F","n":"\\ob_end_flush","p":"[Global_Namespace].html#function_ob_end_flush","d":"

    Flush (send) the output buffer and turn off output buffering

    "},{"t":"F","n":"\\ob_etaghandler","p":"[Global_Namespace].html#function_ob_etaghandler","d":"

    (PECL pecl_http >= 0.10.0)
    \nETag output handler

    "},{"t":"F","n":"\\ob_flush","p":"[Global_Namespace].html#function_ob_flush","d":"

    Flush (send) the output buffer

    "},{"t":"F","n":"\\ob_get_clean","p":"[Global_Namespace].html#function_ob_get_clean","d":"

    Get current buffer contents and delete current output buffer

    "},{"t":"F","n":"\\ob_get_contents","p":"[Global_Namespace].html#function_ob_get_contents","d":"

    Return the contents of the output buffer

    "},{"t":"F","n":"\\ob_get_flush","p":"[Global_Namespace].html#function_ob_get_flush","d":"

    Flush the output buffer, return it as a string and turn off output buffering

    "},{"t":"F","n":"\\ob_get_length","p":"[Global_Namespace].html#function_ob_get_length","d":"

    Return the length of the output buffer

    "},{"t":"F","n":"\\ob_get_level","p":"[Global_Namespace].html#function_ob_get_level","d":"

    Return the nesting level of the output buffering mechanism

    "},{"t":"F","n":"\\ob_get_status","p":"[Global_Namespace].html#function_ob_get_status","d":"

    Get status of output buffers

    "},{"t":"F","n":"\\ob_gzhandler","p":"[Global_Namespace].html#function_ob_gzhandler","d":"

    ob_start callback function to gzip output buffer

    "},{"t":"F","n":"\\ob_iconv_handler","p":"[Global_Namespace].html#function_ob_iconv_handler","d":"

    Convert character encoding as output buffer handler

    "},{"t":"F","n":"\\ob_implicit_flush","p":"[Global_Namespace].html#function_ob_implicit_flush","d":"

    Turn implicit flush on/off

    "},{"t":"F","n":"\\ob_inflatehandler","p":"[Global_Namespace].html#function_ob_inflatehandler","d":"

    (PECL pecl_http >= 0.21.0)
    \nInflate output handler

    "},{"t":"F","n":"\\ob_list_handlers","p":"[Global_Namespace].html#function_ob_list_handlers","d":"

    List all output handlers in use

    "},{"t":"F","n":"\\ob_start","p":"[Global_Namespace].html#function_ob_start","d":"

    Turn on output buffering

    "},{"t":"F","n":"\\ob_tidyhandler","p":"[Global_Namespace].html#function_ob_tidyhandler","d":"

    ob_start callback function to repair the buffer

    "},{"t":"F","n":"\\oci_bind_array_by_name","p":"[Global_Namespace].html#function_oci_bind_array_by_name","d":"

    (PHP 5 >= 5.1.2, PECL OCI8 >= 1.2.0)
    \nBinds a PHP array to an Oracle PL/SQL array parameter

    "},{"t":"F","n":"\\oci_bind_by_name","p":"[Global_Namespace].html#function_oci_bind_by_name","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nBinds a PHP variable to an Oracle placeholder

    "},{"t":"F","n":"\\oci_cancel","p":"[Global_Namespace].html#function_oci_cancel","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nCancels reading from cursor

    "},{"t":"F","n":"\\oci_client_version","p":"[Global_Namespace].html#function_oci_client_version","d":"

    (PHP 5.3.7, PECL OCI8 >= 1.4.6)
    \nReturns the Oracle client library version

    "},{"t":"F","n":"\\oci_close","p":"[Global_Namespace].html#function_oci_close","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nCloses an Oracle connection

    "},{"t":"F","n":"\\oci_commit","p":"[Global_Namespace].html#function_oci_commit","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nCommits the outstanding database transaction

    "},{"t":"F","n":"\\oci_connect","p":"[Global_Namespace].html#function_oci_connect","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nConnect to an Oracle database

    "},{"t":"F","n":"\\oci_define_by_name","p":"[Global_Namespace].html#function_oci_define_by_name","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nAssociates a PHP variable with a column for query fetches

    "},{"t":"F","n":"\\oci_error","p":"[Global_Namespace].html#function_oci_error","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nReturns the last error found

    "},{"t":"F","n":"\\oci_execute","p":"[Global_Namespace].html#function_oci_execute","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nExecutes a statement

    "},{"t":"F","n":"\\oci_fetch","p":"[Global_Namespace].html#function_oci_fetch","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nFetches the next row from a query into internal buffers

    "},{"t":"F","n":"\\oci_fetch_all","p":"[Global_Namespace].html#function_oci_fetch_all","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nFetches multiple rows from a query into a two-dimensional array

    "},{"t":"F","n":"\\oci_fetch_array","p":"[Global_Namespace].html#function_oci_fetch_array","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nReturns the next row from a query as an associative or numeric array

    "},{"t":"F","n":"\\oci_fetch_assoc","p":"[Global_Namespace].html#function_oci_fetch_assoc","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nReturns the next row from a query as an associative array

    "},{"t":"F","n":"\\oci_fetch_object","p":"[Global_Namespace].html#function_oci_fetch_object","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nReturns the next row from a query as an object

    "},{"t":"F","n":"\\oci_fetch_row","p":"[Global_Namespace].html#function_oci_fetch_row","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nReturns the next row from a query as a numeric array

    "},{"t":"F","n":"\\oci_field_is_null","p":"[Global_Namespace].html#function_oci_field_is_null","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nChecks if a field in the currently fetched row NULL

    "},{"t":"F","n":"\\oci_field_name","p":"[Global_Namespace].html#function_oci_field_name","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nReturns the name of a field from the statement

    "},{"t":"F","n":"\\oci_field_precision","p":"[Global_Namespace].html#function_oci_field_precision","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nTell the precision of a field

    "},{"t":"F","n":"\\oci_field_scale","p":"[Global_Namespace].html#function_oci_field_scale","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nTell the scale of the field

    "},{"t":"F","n":"\\oci_field_size","p":"[Global_Namespace].html#function_oci_field_size","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nReturns field's size

    "},{"t":"F","n":"\\oci_field_type","p":"[Global_Namespace].html#function_oci_field_type","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nReturns field's data type

    "},{"t":"F","n":"\\oci_field_type_raw","p":"[Global_Namespace].html#function_oci_field_type_raw","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nTell the raw Oracle data type of the field

    "},{"t":"F","n":"\\oci_free_cursor","p":"[Global_Namespace].html#function_oci_free_cursor","d":"

    Alias of {oci_free_statement()}

    "},{"t":"F","n":"\\oci_free_descriptor","p":"[Global_Namespace].html#function_oci_free_descriptor","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nFrees a descriptor

    "},{"t":"F","n":"\\oci_free_statement","p":"[Global_Namespace].html#function_oci_free_statement","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nFrees all resources associated with statement or cursor

    "},{"t":"F","n":"\\oci_get_implicit_resultset","p":"[Global_Namespace].html#function_oci_get_implicit_resultset","d":"

    (PECL OCI8 >= 2.0.0)
    \nReturns the next child statement resource from a parent statement resource that has Oracle Database 12c Implicit Result Sets

    "},{"t":"F","n":"\\oci_internal_debug","p":"[Global_Namespace].html#function_oci_internal_debug","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nEnables or disables internal debug output

    "},{"t":"F","n":"\\oci_lob_copy","p":"[Global_Namespace].html#function_oci_lob_copy","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nCopies large object

    "},{"t":"F","n":"\\oci_lob_is_equal","p":"[Global_Namespace].html#function_oci_lob_is_equal","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nCompares two LOB/FILE locators for equality

    "},{"t":"F","n":"\\oci_new_collection","p":"[Global_Namespace].html#function_oci_new_collection","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nAllocates new collection object

    "},{"t":"F","n":"\\oci_new_connect","p":"[Global_Namespace].html#function_oci_new_connect","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nConnect to the Oracle server using a unique connection

    "},{"t":"F","n":"\\oci_new_cursor","p":"[Global_Namespace].html#function_oci_new_cursor","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nAllocates and returns a new cursor (statement handle)

    "},{"t":"F","n":"\\oci_new_descriptor","p":"[Global_Namespace].html#function_oci_new_descriptor","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nInitializes a new empty LOB or FILE descriptor

    "},{"t":"F","n":"\\oci_num_fields","p":"[Global_Namespace].html#function_oci_num_fields","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nReturns the number of result columns in a statement

    "},{"t":"F","n":"\\oci_num_rows","p":"[Global_Namespace].html#function_oci_num_rows","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nReturns number of rows affected during statement execution

    "},{"t":"F","n":"\\oci_parse","p":"[Global_Namespace].html#function_oci_parse","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nPrepares an Oracle statement for execution

    "},{"t":"F","n":"\\oci_password_change","p":"[Global_Namespace].html#function_oci_password_change","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nChanges password of Oracle's user

    "},{"t":"F","n":"\\oci_pconnect","p":"[Global_Namespace].html#function_oci_pconnect","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nConnect to an Oracle database using a persistent connection

    "},{"t":"F","n":"\\oci_register_taf_callback","p":"[Global_Namespace].html#function_oci_register_taf_callback","d":"

    Register a user-defined callback function for Oracle Database TAF.

    "},{"t":"F","n":"\\oci_result","p":"[Global_Namespace].html#function_oci_result","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nReturns field's value from the fetched row

    "},{"t":"F","n":"\\oci_rollback","p":"[Global_Namespace].html#function_oci_rollback","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nRolls back the outstanding database transaction

    "},{"t":"F","n":"\\oci_server_version","p":"[Global_Namespace].html#function_oci_server_version","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nReturns the Oracle Database version

    "},{"t":"F","n":"\\oci_set_action","p":"[Global_Namespace].html#function_oci_set_action","d":"

    (PHP 5.3.2, PECL OCI8 >= 1.4.0)
    \nSets the action name

    "},{"t":"F","n":"\\oci_set_call_timeout","p":"[Global_Namespace].html#function_oci_set_call_timeout","d":"

    (PHP 7.2 >= 7.2.14, PHP 8, PHP 7 >= 7.3.1, PHP 8, PECL OCI8 >= 2.2.0)
    \nSets a millisecond timeout for database calls

    "},{"t":"F","n":"\\oci_set_client_identifier","p":"[Global_Namespace].html#function_oci_set_client_identifier","d":"

    (PHP 5.3.2, PECL OCI8 >= 1.4.0)
    \nSets the client identifier

    "},{"t":"F","n":"\\oci_set_client_info","p":"[Global_Namespace].html#function_oci_set_client_info","d":"

    (PHP 5.3.2, PECL OCI8 >= 1.4.0)
    \nSets the client information

    "},{"t":"F","n":"\\oci_set_db_operation","p":"[Global_Namespace].html#function_oci_set_db_operation","d":"

    (PHP 7 >== 7.2.14, PHP 8, PHP 7 >= 7.3.1, PHP 8, PECL OCI8 >= 2.2.0)\nSets the database operation

    "},{"t":"F","n":"\\oci_set_edition","p":"[Global_Namespace].html#function_oci_set_edition","d":"

    (PHP 5.3.2, PECL OCI8 >= 1.4.0)
    \nSets the database edition

    "},{"t":"F","n":"\\oci_set_module_name","p":"[Global_Namespace].html#function_oci_set_module_name","d":"

    (PHP 5.3.2, PECL OCI8 >= 1.4.0)
    \nSets the module name

    "},{"t":"F","n":"\\oci_set_prefetch","p":"[Global_Namespace].html#function_oci_set_prefetch","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nSets number of rows to be prefetched by queries

    "},{"t":"F","n":"\\oci_set_prefetch_lob","p":"[Global_Namespace].html#function_oci_set_prefetch_lob","d":"

    Sets the size of the LOB column that will be prefetched by OCI8 when executing a query.

    "},{"t":"F","n":"\\oci_statement_type","p":"[Global_Namespace].html#function_oci_statement_type","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nReturns the type of a statement

    "},{"t":"F","n":"\\oci_unregister_taf_callback","p":"[Global_Namespace].html#function_oci_unregister_taf_callback","d":"

    Unregister a user-defined callback function for Oracle Database TAF.

    "},{"t":"F","n":"\\ocibindbyname","p":"[Global_Namespace].html#function_ocibindbyname","d":"

    (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of {oci_bind_by_name}

    "},{"t":"F","n":"\\ocicancel","p":"[Global_Namespace].html#function_ocicancel","d":"

    (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of {oci_cancel}

    "},{"t":"F","n":"\\ocicloselob","p":"[Global_Namespace].html#function_ocicloselob","d":"

    (PHP 4 >= 4.0.6, PECL OCI8 1.0)\nAlias of {OCI-Lob::close()}

    "},{"t":"F","n":"\\ocicollappend","p":"[Global_Namespace].html#function_ocicollappend","d":"

    (PHP 4 >= 4.0.6, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of\n(OCI_Collection::append)

    "},{"t":"F","n":"\\ocicollassign","p":"[Global_Namespace].html#function_ocicollassign","d":"

    (PHP 4 >= 4.0.6, PECL OCI8 1.0)\nAlias of {OCI-Collection::assign()}\nAssigns a value to the collection from another existing collection

    "},{"t":"F","n":"\\ocicollassignelem","p":"[Global_Namespace].html#function_ocicollassignelem","d":"

    (PHP 4 >= 4.0.6, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of {OCI_Collection::assignElem}

    "},{"t":"F","n":"\\ocicollgetelem","p":"[Global_Namespace].html#function_ocicollgetelem","d":"

    (PHP 4 >= 4.0.6, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of\n{OCI_COLLection::getElem}

    "},{"t":"F","n":"\\ocicollmax","p":"[Global_Namespace].html#function_ocicollmax","d":"

    (PHP 4 >= 4.0.6, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of\n{OCI_COLLection::max}

    "},{"t":"F","n":"\\ocicollsize","p":"[Global_Namespace].html#function_ocicollsize","d":"

    (PHP 4 >= 4.0.6, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of\n{OCI_COLLection::size}

    "},{"t":"F","n":"\\ocicolltrim","p":"[Global_Namespace].html#function_ocicolltrim","d":"

    (PHP 4 >= 4.0.6, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of\n{OCI_Collection::trim}

    "},{"t":"F","n":"\\ocicolumnisnull","p":"[Global_Namespace].html#function_ocicolumnisnull","d":"

    (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of {oci_field_is_null}

    "},{"t":"F","n":"\\ocicolumnname","p":"[Global_Namespace].html#function_ocicolumnname","d":"

    (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of {oci_field_name}

    "},{"t":"F","n":"\\ocicolumnprecision","p":"[Global_Namespace].html#function_ocicolumnprecision","d":"

    (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of {oci_field_precision}

    "},{"t":"F","n":"\\ocicolumnscale","p":"[Global_Namespace].html#function_ocicolumnscale","d":"

    (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of {oci_field_scale}

    "},{"t":"F","n":"\\ocicolumnsize","p":"[Global_Namespace].html#function_ocicolumnsize","d":"

    (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of {oci_field_size}

    "},{"t":"F","n":"\\ocicolumntype","p":"[Global_Namespace].html#function_ocicolumntype","d":"

    (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of {oci_field_type}

    "},{"t":"F","n":"\\ocicolumntyperaw","p":"[Global_Namespace].html#function_ocicolumntyperaw","d":"

    (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of {oci_field_type_raw}

    "},{"t":"F","n":"\\ocicommit","p":"[Global_Namespace].html#function_ocicommit","d":"

    (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of\n{oci_commit}

    "},{"t":"F","n":"\\ocidefinebyname","p":"[Global_Namespace].html#function_ocidefinebyname","d":"

    (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of {oci_define_by_name}

    "},{"t":"F","n":"\\ocierror","p":"[Global_Namespace].html#function_ocierror","d":"

    (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of\n{oci_error}

    "},{"t":"F","n":"\\ociexecute","p":"[Global_Namespace].html#function_ociexecute","d":"

    (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of {oci_execute}

    "},{"t":"F","n":"\\ocifetch","p":"[Global_Namespace].html#function_ocifetch","d":"

    (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of {oci_fetch}

    "},{"t":"F","n":"\\ocifetchinto","p":"[Global_Namespace].html#function_ocifetchinto","d":"

    (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
    \nObsolete variant of {oci_fetch_array}, {oci_fetch_object},\n{@see oci_fetch_assoc} and\n{oci_fetch_row}

    "},{"t":"F","n":"\\ocifetchstatement","p":"[Global_Namespace].html#function_ocifetchstatement","d":"

    (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of {oci_fetch_all}

    "},{"t":"F","n":"\\ocifreecollection","p":"[Global_Namespace].html#function_ocifreecollection","d":"

    (PHP 4 >= 4.0.7, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of {OCI_Collection::free}

    "},{"t":"F","n":"\\ocifreecursor","p":"[Global_Namespace].html#function_ocifreecursor","d":"

    (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of\n{oci_free_statement}

    "},{"t":"F","n":"\\ocifreedesc","p":"[Global_Namespace].html#function_ocifreedesc","d":"

    (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of\n{OCI-Lob::free}

    "},{"t":"F","n":"\\ocifreestatement","p":"[Global_Namespace].html#function_ocifreestatement","d":"

    (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of {oci_free_statement}

    "},{"t":"F","n":"\\ociinternaldebug","p":"[Global_Namespace].html#function_ociinternaldebug","d":"

    (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of {oci_internal_debug}

    "},{"t":"F","n":"\\ociloadlob","p":"[Global_Namespace].html#function_ociloadlob","d":"

    (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of\n{OCI_Lob::load}

    "},{"t":"F","n":"\\ocilogoff","p":"[Global_Namespace].html#function_ocilogoff","d":"

    (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of {oci_close}

    "},{"t":"F","n":"\\ocilogon","p":"[Global_Namespace].html#function_ocilogon","d":"

    (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of {oci_connect}

    "},{"t":"F","n":"\\ocinewcollection","p":"[Global_Namespace].html#function_ocinewcollection","d":"

    (PHP 4 >= 4.0.6, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of\n{oci_new_collection}

    "},{"t":"F","n":"\\ocinewcursor","p":"[Global_Namespace].html#function_ocinewcursor","d":"

    (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of {oci_new_cursor}

    "},{"t":"F","n":"\\ocinewdescriptor","p":"[Global_Namespace].html#function_ocinewdescriptor","d":"

    (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of\n{oci_new_descriptor}

    "},{"t":"F","n":"\\ocinlogon","p":"[Global_Namespace].html#function_ocinlogon","d":"

    (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of\n{oci_new_connect}

    "},{"t":"F","n":"\\ocinumcols","p":"[Global_Namespace].html#function_ocinumcols","d":"

    (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of {oci_num_fields}

    "},{"t":"F","n":"\\ociparse","p":"[Global_Namespace].html#function_ociparse","d":"

    (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of {oci_parse}

    "},{"t":"F","n":"\\ocipasswordchange","p":"[Global_Namespace].html#function_ocipasswordchange","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nChanges password of Oracle's user

    "},{"t":"F","n":"\\ociplogon","p":"[Global_Namespace].html#function_ociplogon","d":"

    (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of\n{oci_pconnect}

    "},{"t":"F","n":"\\ociresult","p":"[Global_Namespace].html#function_ociresult","d":"

    (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of {oci_result}

    "},{"t":"F","n":"\\ocirollback","p":"[Global_Namespace].html#function_ocirollback","d":"

    (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of\n{oci_rollback}

    "},{"t":"F","n":"\\ocirowcount","p":"[Global_Namespace].html#function_ocirowcount","d":"

    (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of {oci_num_rows}

    "},{"t":"F","n":"\\ocisavelob","p":"[Global_Namespace].html#function_ocisavelob","d":"

    (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of\n{OCI-Lob::save}

    "},{"t":"F","n":"\\ocisavelobfile","p":"[Global_Namespace].html#function_ocisavelobfile","d":"

    (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of\n{OCI_Lob::import}

    "},{"t":"F","n":"\\ociserverversion","p":"[Global_Namespace].html#function_ociserverversion","d":"

    (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of {oci_server_version}

    "},{"t":"F","n":"\\ocisetprefetch","p":"[Global_Namespace].html#function_ocisetprefetch","d":"

    (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of {oci_set_prefetch}

    "},{"t":"F","n":"\\ocistatementtype","p":"[Global_Namespace].html#function_ocistatementtype","d":"

    (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of {oci_statement_type}

    "},{"t":"F","n":"\\ociwritelobtofile","p":"[Global_Namespace].html#function_ociwritelobtofile","d":"

    (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of\n{OCI_Lob::export}

    "},{"t":"F","n":"\\ociwritetemporarylob","p":"[Global_Namespace].html#function_ociwritetemporarylob","d":"

    (PHP 4 >= 4.0.6, PECL OCI8 1.0)\nWrites a temporary large object\nAlias of {OCI-Lob::writeTemporary()}

    "},{"t":"F","n":"\\octdec","p":"[Global_Namespace].html#function_octdec","d":"

    Octal to decimal

    "},{"t":"F","n":"\\odbc_autocommit","p":"[Global_Namespace].html#function_odbc_autocommit","d":"

    Toggle autocommit behaviour

    "},{"t":"F","n":"\\odbc_binmode","p":"[Global_Namespace].html#function_odbc_binmode","d":"

    Handling of binary column data

    "},{"t":"F","n":"\\odbc_close","p":"[Global_Namespace].html#function_odbc_close","d":"

    Close an ODBC connection

    "},{"t":"F","n":"\\odbc_close_all","p":"[Global_Namespace].html#function_odbc_close_all","d":"

    Close all ODBC connections

    "},{"t":"F","n":"\\odbc_columnprivileges","p":"[Global_Namespace].html#function_odbc_columnprivileges","d":"

    Lists columns and associated privileges for the given table

    "},{"t":"F","n":"\\odbc_columns","p":"[Global_Namespace].html#function_odbc_columns","d":"

    Lists the column names in specified tables

    "},{"t":"F","n":"\\odbc_commit","p":"[Global_Namespace].html#function_odbc_commit","d":"

    Commit an ODBC transaction

    "},{"t":"F","n":"\\odbc_connect","p":"[Global_Namespace].html#function_odbc_connect","d":"

    Connect to a datasource

    "},{"t":"F","n":"\\odbc_connection_string_is_quoted","p":"[Global_Namespace].html#function_odbc_connection_string_is_quoted","d":null},{"t":"F","n":"\\odbc_connection_string_quote","p":"[Global_Namespace].html#function_odbc_connection_string_quote","d":null},{"t":"F","n":"\\odbc_connection_string_should_quote","p":"[Global_Namespace].html#function_odbc_connection_string_should_quote","d":null},{"t":"F","n":"\\odbc_cursor","p":"[Global_Namespace].html#function_odbc_cursor","d":"

    Get cursorname

    "},{"t":"F","n":"\\odbc_data_source","p":"[Global_Namespace].html#function_odbc_data_source","d":"

    Returns information about a current connection

    "},{"t":"F","n":"\\odbc_do","p":"[Global_Namespace].html#function_odbc_do","d":"

    Alias of odbc_exec

    "},{"t":"F","n":"\\odbc_error","p":"[Global_Namespace].html#function_odbc_error","d":"

    Get the last error code

    "},{"t":"F","n":"\\odbc_errormsg","p":"[Global_Namespace].html#function_odbc_errormsg","d":"

    Get the last error message

    "},{"t":"F","n":"\\odbc_exec","p":"[Global_Namespace].html#function_odbc_exec","d":"

    Prepare and execute an SQL statement

    "},{"t":"F","n":"\\odbc_execute","p":"[Global_Namespace].html#function_odbc_execute","d":"

    Execute a prepared statement

    "},{"t":"F","n":"\\odbc_fetch_array","p":"[Global_Namespace].html#function_odbc_fetch_array","d":"

    Fetch a result row as an associative array

    "},{"t":"F","n":"\\odbc_fetch_into","p":"[Global_Namespace].html#function_odbc_fetch_into","d":"

    Fetch one result row into array

    "},{"t":"F","n":"\\odbc_fetch_object","p":"[Global_Namespace].html#function_odbc_fetch_object","d":"

    Fetch a result row as an object

    "},{"t":"F","n":"\\odbc_fetch_row","p":"[Global_Namespace].html#function_odbc_fetch_row","d":"

    Fetch a row

    "},{"t":"F","n":"\\odbc_field_len","p":"[Global_Namespace].html#function_odbc_field_len","d":"

    Get the length (precision) of a field

    "},{"t":"F","n":"\\odbc_field_name","p":"[Global_Namespace].html#function_odbc_field_name","d":"

    Get the columnname

    "},{"t":"F","n":"\\odbc_field_num","p":"[Global_Namespace].html#function_odbc_field_num","d":"

    Return column number

    "},{"t":"F","n":"\\odbc_field_precision","p":"[Global_Namespace].html#function_odbc_field_precision","d":"

    Alias of odbc_field_len

    "},{"t":"F","n":"\\odbc_field_scale","p":"[Global_Namespace].html#function_odbc_field_scale","d":"

    Get the scale of a field

    "},{"t":"F","n":"\\odbc_field_type","p":"[Global_Namespace].html#function_odbc_field_type","d":"

    Datatype of a field

    "},{"t":"F","n":"\\odbc_foreignkeys","p":"[Global_Namespace].html#function_odbc_foreignkeys","d":"

    Retrieves a list of foreign keys

    "},{"t":"F","n":"\\odbc_free_result","p":"[Global_Namespace].html#function_odbc_free_result","d":"

    Free resources associated with a result

    "},{"t":"F","n":"\\odbc_gettypeinfo","p":"[Global_Namespace].html#function_odbc_gettypeinfo","d":"

    Retrieves information about data types supported by the data source

    "},{"t":"F","n":"\\odbc_longreadlen","p":"[Global_Namespace].html#function_odbc_longreadlen","d":"

    Handling of LONG columns

    "},{"t":"F","n":"\\odbc_next_result","p":"[Global_Namespace].html#function_odbc_next_result","d":"

    Checks if multiple results are available

    "},{"t":"F","n":"\\odbc_num_fields","p":"[Global_Namespace].html#function_odbc_num_fields","d":"

    Number of columns in a result

    "},{"t":"F","n":"\\odbc_num_rows","p":"[Global_Namespace].html#function_odbc_num_rows","d":"

    Number of rows in a result

    "},{"t":"F","n":"\\odbc_pconnect","p":"[Global_Namespace].html#function_odbc_pconnect","d":"

    Open a persistent database connection

    "},{"t":"F","n":"\\odbc_prepare","p":"[Global_Namespace].html#function_odbc_prepare","d":"

    Prepares a statement for execution

    "},{"t":"F","n":"\\odbc_primarykeys","p":"[Global_Namespace].html#function_odbc_primarykeys","d":"

    Gets the primary keys for a table

    "},{"t":"F","n":"\\odbc_procedurecolumns","p":"[Global_Namespace].html#function_odbc_procedurecolumns","d":"

    Retrieve information about parameters to procedures

    "},{"t":"F","n":"\\odbc_procedures","p":"[Global_Namespace].html#function_odbc_procedures","d":"

    Get the list of procedures stored in a specific data source

    "},{"t":"F","n":"\\odbc_result","p":"[Global_Namespace].html#function_odbc_result","d":"

    Get result data

    "},{"t":"F","n":"\\odbc_result_all","p":"[Global_Namespace].html#function_odbc_result_all","d":"

    Print result as HTML table

    "},{"t":"F","n":"\\odbc_rollback","p":"[Global_Namespace].html#function_odbc_rollback","d":"

    Rollback a transaction

    "},{"t":"F","n":"\\odbc_setoption","p":"[Global_Namespace].html#function_odbc_setoption","d":"

    Adjust ODBC settings

    "},{"t":"F","n":"\\odbc_specialcolumns","p":"[Global_Namespace].html#function_odbc_specialcolumns","d":"

    Retrieves special columns

    "},{"t":"F","n":"\\odbc_statistics","p":"[Global_Namespace].html#function_odbc_statistics","d":"

    Retrieve statistics about a table

    "},{"t":"F","n":"\\odbc_tableprivileges","p":"[Global_Namespace].html#function_odbc_tableprivileges","d":"

    Lists tables and the privileges associated with each table

    "},{"t":"F","n":"\\odbc_tables","p":"[Global_Namespace].html#function_odbc_tables","d":"

    Get the list of table names stored in a specific data source

    "},{"t":"F","n":"\\opcache_compile_file","p":"[Global_Namespace].html#function_opcache_compile_file","d":"

    (PHP 5 >= 5.5.5, PECL ZendOpcache >= 7.0.2 )
    \nCompiles and caches a PHP script without executing it

    "},{"t":"F","n":"\\opcache_get_configuration","p":"[Global_Namespace].html#function_opcache_get_configuration","d":"

    (PHP 5 >= 5.5.5, PECL ZendOpcache >= 7.0.2 )
    \nGet configuration information about the cache

    "},{"t":"F","n":"\\opcache_get_status","p":"[Global_Namespace].html#function_opcache_get_status","d":"

    (PHP 5 >= 5.5.5, PECL ZendOpcache >= 7.0.2 )
    \nGet status information about the cache

    "},{"t":"F","n":"\\opcache_invalidate","p":"[Global_Namespace].html#function_opcache_invalidate","d":"

    (PHP 5 >= 5.5.0, PECL ZendOpcache >= 7.0.0 )
    \nInvalidates a cached script

    "},{"t":"F","n":"\\opcache_is_script_cached","p":"[Global_Namespace].html#function_opcache_is_script_cached","d":"

    (PHP 5 >= 5.6, PECL ZendOpcache >= 7.0.4 )
    \nThis function checks if a PHP script has been cached in OPCache.

    "},{"t":"F","n":"\\opcache_jit_blacklist","p":"[Global_Namespace].html#function_opcache_jit_blacklist","d":""},{"t":"F","n":"\\opcache_reset","p":"[Global_Namespace].html#function_opcache_reset","d":"

    (PHP 5 >= 5.5.0, PECL ZendOpcache >= 7.0.0 )
    \nResets the contents of the opcode cache

    "},{"t":"F","n":"\\opendir","p":"[Global_Namespace].html#function_opendir","d":"

    Open directory handle

    "},{"t":"F","n":"\\openlog","p":"[Global_Namespace].html#function_openlog","d":"

    Open connection to system logger

    "},{"t":"F","n":"\\openssl_cipher_iv_length","p":"[Global_Namespace].html#function_openssl_cipher_iv_length","d":"

    (PHP 5 >= PHP 5.3.3)
    \nGets the cipher iv length

    "},{"t":"F","n":"\\openssl_cipher_key_length","p":"[Global_Namespace].html#function_openssl_cipher_key_length","d":"

    This function works in exactly the same way as openssl_cipher_iv_length but for a key length. This is especially\nuseful to make sure that the right key length is provided to openssl_encrypt and openssl_decrypt.

    "},{"t":"F","n":"\\openssl_cms_decrypt","p":"[Global_Namespace].html#function_openssl_cms_decrypt","d":"

    Decrypts the S/MIME message in the file and outputs the results to the supplied file.

    "},{"t":"F","n":"\\openssl_cms_encrypt","p":"[Global_Namespace].html#function_openssl_cms_encrypt","d":"

    Encrypts the message in the file with the certificates and outputs the result to the supplied file.

    "},{"t":"F","n":"\\openssl_cms_read","p":"[Global_Namespace].html#function_openssl_cms_read","d":"

    Exports the CMS file to an array of PEM certificates.

    "},{"t":"F","n":"\\openssl_cms_sign","p":"[Global_Namespace].html#function_openssl_cms_sign","d":"

    Signs the MIME message in the file with a cert and key and output the result to the supplied file.

    "},{"t":"F","n":"\\openssl_cms_verify","p":"[Global_Namespace].html#function_openssl_cms_verify","d":"

    Verifies that the data block is intact, the signer is who they say they are, and returns the certs of the signers.

    "},{"t":"F","n":"\\openssl_csr_export","p":"[Global_Namespace].html#function_openssl_csr_export","d":"

    Exports a CSR as a string

    "},{"t":"F","n":"\\openssl_csr_export_to_file","p":"[Global_Namespace].html#function_openssl_csr_export_to_file","d":"

    Exports a CSR to a file

    "},{"t":"F","n":"\\openssl_csr_get_public_key","p":"[Global_Namespace].html#function_openssl_csr_get_public_key","d":"

    Returns the public key of a CERT

    "},{"t":"F","n":"\\openssl_csr_get_subject","p":"[Global_Namespace].html#function_openssl_csr_get_subject","d":"

    Returns the subject of a CERT

    "},{"t":"F","n":"\\openssl_csr_new","p":"[Global_Namespace].html#function_openssl_csr_new","d":"

    Generates a CSR

    "},{"t":"F","n":"\\openssl_csr_sign","p":"[Global_Namespace].html#function_openssl_csr_sign","d":"

    Sign a CSR with another certificate (or itself) and generate a certificate

    "},{"t":"F","n":"\\openssl_decrypt","p":"[Global_Namespace].html#function_openssl_decrypt","d":"

    Decrypts data

    "},{"t":"F","n":"\\openssl_dh_compute_key","p":"[Global_Namespace].html#function_openssl_dh_compute_key","d":"

    Computes shared secret for public value of remote DH key and local DH key

    "},{"t":"F","n":"\\openssl_digest","p":"[Global_Namespace].html#function_openssl_digest","d":"

    Computes a digest

    "},{"t":"F","n":"\\openssl_encrypt","p":"[Global_Namespace].html#function_openssl_encrypt","d":"

    Encrypts data

    "},{"t":"F","n":"\\openssl_error_string","p":"[Global_Namespace].html#function_openssl_error_string","d":"

    Return openSSL error message

    "},{"t":"F","n":"\\openssl_free_key","p":"[Global_Namespace].html#function_openssl_free_key","d":"

    Free key resource

    "},{"t":"F","n":"\\openssl_get_cert_locations","p":"[Global_Namespace].html#function_openssl_get_cert_locations","d":"

    Retrieve the available certificate locations

    "},{"t":"F","n":"\\openssl_get_cipher_methods","p":"[Global_Namespace].html#function_openssl_get_cipher_methods","d":"

    Gets available cipher methods

    "},{"t":"F","n":"\\openssl_get_curve_names","p":"[Global_Namespace].html#function_openssl_get_curve_names","d":null},{"t":"F","n":"\\openssl_get_md_methods","p":"[Global_Namespace].html#function_openssl_get_md_methods","d":"

    Gets available digest methods

    "},{"t":"F","n":"\\openssl_get_privatekey","p":"[Global_Namespace].html#function_openssl_get_privatekey","d":"

    Alias of openssl_pkey_get_private

    "},{"t":"F","n":"\\openssl_get_publickey","p":"[Global_Namespace].html#function_openssl_get_publickey","d":"

    Alias of openssl_pkey_get_public

    "},{"t":"F","n":"\\openssl_open","p":"[Global_Namespace].html#function_openssl_open","d":"

    Open sealed data

    "},{"t":"F","n":"\\openssl_pbkdf2","p":"[Global_Namespace].html#function_openssl_pbkdf2","d":"

    Generates a PKCS5 v2 PBKDF2 string, defaults to SHA-1

    "},{"t":"F","n":"\\openssl_pkcs12_export","p":"[Global_Namespace].html#function_openssl_pkcs12_export","d":"

    Exports a PKCS#12 Compatible Certificate Store File to variable.

    "},{"t":"F","n":"\\openssl_pkcs12_export_to_file","p":"[Global_Namespace].html#function_openssl_pkcs12_export_to_file","d":"

    Exports a PKCS#12 Compatible Certificate Store File

    "},{"t":"F","n":"\\openssl_pkcs12_read","p":"[Global_Namespace].html#function_openssl_pkcs12_read","d":"

    Parse a PKCS#12 Certificate Store into an array

    "},{"t":"F","n":"\\openssl_pkcs7_decrypt","p":"[Global_Namespace].html#function_openssl_pkcs7_decrypt","d":"

    Decrypts an S/MIME encrypted message

    "},{"t":"F","n":"\\openssl_pkcs7_encrypt","p":"[Global_Namespace].html#function_openssl_pkcs7_encrypt","d":"

    Encrypt an S/MIME message

    "},{"t":"F","n":"\\openssl_pkcs7_read","p":"[Global_Namespace].html#function_openssl_pkcs7_read","d":""},{"t":"F","n":"\\openssl_pkcs7_sign","p":"[Global_Namespace].html#function_openssl_pkcs7_sign","d":"

    Sign an S/MIME message

    "},{"t":"F","n":"\\openssl_pkcs7_verify","p":"[Global_Namespace].html#function_openssl_pkcs7_verify","d":"

    Verifies the signature of an S/MIME signed message

    "},{"t":"F","n":"\\openssl_pkey_derive","p":"[Global_Namespace].html#function_openssl_pkey_derive","d":""},{"t":"F","n":"\\openssl_pkey_export","p":"[Global_Namespace].html#function_openssl_pkey_export","d":"

    Gets an exportable representation of a key into a string

    "},{"t":"F","n":"\\openssl_pkey_export_to_file","p":"[Global_Namespace].html#function_openssl_pkey_export_to_file","d":"

    Gets an exportable representation of a key into a file

    "},{"t":"F","n":"\\openssl_pkey_free","p":"[Global_Namespace].html#function_openssl_pkey_free","d":"

    Frees a private key

    "},{"t":"F","n":"\\openssl_pkey_get_details","p":"[Global_Namespace].html#function_openssl_pkey_get_details","d":"

    Returns an array with the key details

    "},{"t":"F","n":"\\openssl_pkey_get_private","p":"[Global_Namespace].html#function_openssl_pkey_get_private","d":"

    Get a private key

    "},{"t":"F","n":"\\openssl_pkey_get_public","p":"[Global_Namespace].html#function_openssl_pkey_get_public","d":"

    Extract public key from certificate and prepare it for use

    "},{"t":"F","n":"\\openssl_pkey_new","p":"[Global_Namespace].html#function_openssl_pkey_new","d":"

    Generates a new private key

    "},{"t":"F","n":"\\openssl_private_decrypt","p":"[Global_Namespace].html#function_openssl_private_decrypt","d":"

    Decrypts data with private key

    "},{"t":"F","n":"\\openssl_private_encrypt","p":"[Global_Namespace].html#function_openssl_private_encrypt","d":"

    Encrypts data with private key

    "},{"t":"F","n":"\\openssl_public_decrypt","p":"[Global_Namespace].html#function_openssl_public_decrypt","d":"

    Decrypts data with public key

    "},{"t":"F","n":"\\openssl_public_encrypt","p":"[Global_Namespace].html#function_openssl_public_encrypt","d":"

    Encrypts data with public key

    "},{"t":"F","n":"\\openssl_random_pseudo_bytes","p":"[Global_Namespace].html#function_openssl_random_pseudo_bytes","d":"

    Generates a string of pseudo-random bytes, with the number of bytes determined by the length parameter.

    "},{"t":"F","n":"\\openssl_seal","p":"[Global_Namespace].html#function_openssl_seal","d":"

    Seal (encrypt) data

    "},{"t":"F","n":"\\openssl_sign","p":"[Global_Namespace].html#function_openssl_sign","d":"

    Generate signature

    "},{"t":"F","n":"\\openssl_spki_export","p":"[Global_Namespace].html#function_openssl_spki_export","d":"

    Exports a valid PEM formatted public key signed public key and challenge

    "},{"t":"F","n":"\\openssl_spki_export_challenge","p":"[Global_Namespace].html#function_openssl_spki_export_challenge","d":"

    Exports the challenge associated with a signed public key and challenge

    "},{"t":"F","n":"\\openssl_spki_new","p":"[Global_Namespace].html#function_openssl_spki_new","d":"

    Generate a new signed public key and challenge

    "},{"t":"F","n":"\\openssl_spki_verify","p":"[Global_Namespace].html#function_openssl_spki_verify","d":"

    Verifies a signed public key and challenge

    "},{"t":"F","n":"\\openssl_verify","p":"[Global_Namespace].html#function_openssl_verify","d":"

    Verify signature

    "},{"t":"F","n":"\\openssl_x509_check_private_key","p":"[Global_Namespace].html#function_openssl_x509_check_private_key","d":"

    Checks if a private key corresponds to a certificate

    "},{"t":"F","n":"\\openssl_x509_checkpurpose","p":"[Global_Namespace].html#function_openssl_x509_checkpurpose","d":"

    Verifies if a certificate can be used for a particular purpose

    "},{"t":"F","n":"\\openssl_x509_export","p":"[Global_Namespace].html#function_openssl_x509_export","d":"

    Exports a certificate as a string

    "},{"t":"F","n":"\\openssl_x509_export_to_file","p":"[Global_Namespace].html#function_openssl_x509_export_to_file","d":"

    Exports a certificate to file

    "},{"t":"F","n":"\\openssl_x509_fingerprint","p":"[Global_Namespace].html#function_openssl_x509_fingerprint","d":""},{"t":"F","n":"\\openssl_x509_free","p":"[Global_Namespace].html#function_openssl_x509_free","d":"

    Free certificate resource

    "},{"t":"F","n":"\\openssl_x509_parse","p":"[Global_Namespace].html#function_openssl_x509_parse","d":"

    Parse an X509 certificate and return the information as an array

    "},{"t":"F","n":"\\openssl_x509_read","p":"[Global_Namespace].html#function_openssl_x509_read","d":"

    Parse an X.509 certificate and return a resource identifier for\nit

    "},{"t":"F","n":"\\openssl_x509_verify","p":"[Global_Namespace].html#function_openssl_x509_verify","d":"

    Verifies digital signature of x509 certificate against a public key

    "},{"t":"F","n":"\\ord","p":"[Global_Namespace].html#function_ord","d":"

    Convert the first byte of a string to a value between 0 and 255

    "},{"t":"F","n":"\\output_add_rewrite_var","p":"[Global_Namespace].html#function_output_add_rewrite_var","d":"

    Add URL rewriter values

    "},{"t":"F","n":"\\output_cache_disable","p":"[Global_Namespace].html#function_output_cache_disable","d":"

    Disables output caching for currently running scripts.

    "},{"t":"F","n":"\\output_cache_disable_compression","p":"[Global_Namespace].html#function_output_cache_disable_compression","d":"

    Does not allow the cache to perform compression on the output of the current page.

    "},{"t":"F","n":"\\output_cache_exists","p":"[Global_Namespace].html#function_output_cache_exists","d":"

    If data for assigned key exists, this function outputs it and returns a value of true.

    "},{"t":"F","n":"\\output_cache_fetch","p":"[Global_Namespace].html#function_output_cache_fetch","d":"

    Gets the code\u2019s return value from the cache if it is there, if not - run function and cache the value.

    "},{"t":"F","n":"\\output_cache_get","p":"[Global_Namespace].html#function_output_cache_get","d":"

    Gets cached data according to the assigned key.

    "},{"t":"F","n":"\\output_cache_output","p":"[Global_Namespace].html#function_output_cache_output","d":"

    If they cache for the key exists, output it, otherwise capture expression output, cache and pass it out.

    "},{"t":"F","n":"\\output_cache_put","p":"[Global_Namespace].html#function_output_cache_put","d":"

    Puts data in cache according to the assigned key.

    "},{"t":"F","n":"\\output_cache_remove","p":"[Global_Namespace].html#function_output_cache_remove","d":"

    Removes all the cache data for the given filename.

    "},{"t":"F","n":"\\output_cache_remove_key","p":"[Global_Namespace].html#function_output_cache_remove_key","d":"

    Remove item from PHP API cache by key

    "},{"t":"F","n":"\\output_cache_remove_url","p":"[Global_Namespace].html#function_output_cache_remove_url","d":"

    Remove cache data for the script with given URL (all dependent data is removed)

    "},{"t":"F","n":"\\output_cache_stop","p":"[Global_Namespace].html#function_output_cache_stop","d":"

    If output was captured by output_cache_exists, this function stops the output capture and stores\nthe data under the key that was given to output_cache_exists().

    "},{"t":"F","n":"\\output_reset_rewrite_vars","p":"[Global_Namespace].html#function_output_reset_rewrite_vars","d":"

    Reset URL rewriter values

    \n\n\n\n\n\n"},{"t":"F","n":"\\pack","p":"[Global_Namespace].html#function_pack","d":"

    Pack data into binary string

    "},{"t":"F","n":"\\pam_auth","p":"[Global_Namespace].html#function_pam_auth","d":"

    Authorize against a PAM unix database.

    "},{"t":"F","n":"\\pam_chpass","p":"[Global_Namespace].html#function_pam_chpass","d":"

    Change a password for a PAM unix account.

    "},{"t":"F","n":"\\parse_ini_file","p":"[Global_Namespace].html#function_parse_ini_file","d":"

    Parse a configuration file

    "},{"t":"F","n":"\\parse_ini_string","p":"[Global_Namespace].html#function_parse_ini_string","d":"

    Parse a configuration string

    "},{"t":"F","n":"\\parse_str","p":"[Global_Namespace].html#function_parse_str","d":"

    Parses the string into variables

    "},{"t":"F","n":"\\parse_url","p":"[Global_Namespace].html#function_parse_url","d":"

    Parse a URL and return its components

    "},{"t":"F","n":"\\passthru","p":"[Global_Namespace].html#function_passthru","d":"

    Execute an external program and display raw output

    "},{"t":"F","n":"\\password_algos","p":"[Global_Namespace].html#function_password_algos","d":"

    Return a complete list of all registered password hashing algorithms.

    "},{"t":"F","n":"\\password_get_info","p":"[Global_Namespace].html#function_password_get_info","d":"

    Returns information about the given hash

    "},{"t":"F","n":"\\password_hash","p":"[Global_Namespace].html#function_password_hash","d":"

    (PHP 5 >= 5.5.0, PHP 5)

    "},{"t":"F","n":"\\password_needs_rehash","p":"[Global_Namespace].html#function_password_needs_rehash","d":"

    Checks if the given hash matches the given options.

    "},{"t":"F","n":"\\password_verify","p":"[Global_Namespace].html#function_password_verify","d":"

    Checks if the given hash matches the given options.

    "},{"t":"F","n":"\\pathinfo","p":"[Global_Namespace].html#function_pathinfo","d":"

    Returns information about a file path

    "},{"t":"F","n":"\\pclose","p":"[Global_Namespace].html#function_pclose","d":"

    Closes process file pointer

    "},{"t":"F","n":"\\pcntl_alarm","p":"[Global_Namespace].html#function_pcntl_alarm","d":"

    Set an alarm clock for delivery of a signal

    "},{"t":"F","n":"\\pcntl_async_signals","p":"[Global_Namespace].html#function_pcntl_async_signals","d":"

    Enable/disable asynchronous signal handling or return the old setting.
    \nIf the enable parameter is omitted, it returns whether asynchronous\nsignal handling is enabled.

    "},{"t":"F","n":"\\pcntl_errno","p":"[Global_Namespace].html#function_pcntl_errno","d":"

    Alias of pcntl_get_last_error

    "},{"t":"F","n":"\\pcntl_exec","p":"[Global_Namespace].html#function_pcntl_exec","d":"

    Executes specified program in current process space

    "},{"t":"F","n":"\\pcntl_fork","p":"[Global_Namespace].html#function_pcntl_fork","d":"

    Forks the currently running process

    "},{"t":"F","n":"\\pcntl_get_last_error","p":"[Global_Namespace].html#function_pcntl_get_last_error","d":"

    Retrieve the error number set by the last pcntl function which failed

    "},{"t":"F","n":"\\pcntl_getcpu","p":"[Global_Namespace].html#function_pcntl_getcpu","d":""},{"t":"F","n":"\\pcntl_getcpuaffinity","p":"[Global_Namespace].html#function_pcntl_getcpuaffinity","d":""},{"t":"F","n":"\\pcntl_getpriority","p":"[Global_Namespace].html#function_pcntl_getpriority","d":"

    Get the priority of any process

    "},{"t":"F","n":"\\pcntl_setcpuaffinity","p":"[Global_Namespace].html#function_pcntl_setcpuaffinity","d":""},{"t":"F","n":"\\pcntl_setpriority","p":"[Global_Namespace].html#function_pcntl_setpriority","d":"

    Change the priority of any process

    "},{"t":"F","n":"\\pcntl_signal","p":"[Global_Namespace].html#function_pcntl_signal","d":"

    Installs a signal handler

    "},{"t":"F","n":"\\pcntl_signal_dispatch","p":"[Global_Namespace].html#function_pcntl_signal_dispatch","d":"

    Calls signal handlers for pending signals

    "},{"t":"F","n":"\\pcntl_signal_get_handler","p":"[Global_Namespace].html#function_pcntl_signal_get_handler","d":"

    Get the current handler for specified signal.

    "},{"t":"F","n":"\\pcntl_sigprocmask","p":"[Global_Namespace].html#function_pcntl_sigprocmask","d":"

    Sets and retrieves blocked signals

    "},{"t":"F","n":"\\pcntl_sigtimedwait","p":"[Global_Namespace].html#function_pcntl_sigtimedwait","d":"

    Waits for signals, with a timeout

    "},{"t":"F","n":"\\pcntl_sigwaitinfo","p":"[Global_Namespace].html#function_pcntl_sigwaitinfo","d":"

    Waits for signals

    "},{"t":"F","n":"\\pcntl_strerror","p":"[Global_Namespace].html#function_pcntl_strerror","d":"

    Retrieve the system error message associated with the given errno

    "},{"t":"F","n":"\\pcntl_unshare","p":"[Global_Namespace].html#function_pcntl_unshare","d":""},{"t":"F","n":"\\pcntl_wait","p":"[Global_Namespace].html#function_pcntl_wait","d":"

    Waits on or returns the status of a forked child

    "},{"t":"F","n":"\\pcntl_waitid","p":"[Global_Namespace].html#function_pcntl_waitid","d":""},{"t":"F","n":"\\pcntl_waitpid","p":"[Global_Namespace].html#function_pcntl_waitpid","d":"

    Waits on or returns the status of a forked child

    "},{"t":"F","n":"\\pcntl_wexitstatus","p":"[Global_Namespace].html#function_pcntl_wexitstatus","d":"

    Returns the return code of a terminated child

    "},{"t":"F","n":"\\pcntl_wifcontinued","p":"[Global_Namespace].html#function_pcntl_wifcontinued","d":""},{"t":"F","n":"\\pcntl_wifexited","p":"[Global_Namespace].html#function_pcntl_wifexited","d":"

    Checks if status code represents a normal exit

    "},{"t":"F","n":"\\pcntl_wifsignaled","p":"[Global_Namespace].html#function_pcntl_wifsignaled","d":"

    Checks whether the status code represents a termination due to a signal

    "},{"t":"F","n":"\\pcntl_wifstopped","p":"[Global_Namespace].html#function_pcntl_wifstopped","d":"

    Checks whether the child process is currently stopped

    "},{"t":"F","n":"\\pcntl_wstopsig","p":"[Global_Namespace].html#function_pcntl_wstopsig","d":"

    Returns the signal which caused the child to stop

    "},{"t":"F","n":"\\pcntl_wtermsig","p":"[Global_Namespace].html#function_pcntl_wtermsig","d":"

    Returns the signal which caused the child to terminate

    "},{"t":"F","n":"\\pdo_drivers","p":"[Global_Namespace].html#function_pdo_drivers","d":"

    (PHP 5 >= 5.1.3, PHP 7, PECL pdo >= 1.0.3)
    \nReturn an array of available PDO drivers

    "},{"t":"F","n":"\\pfsockopen","p":"[Global_Namespace].html#function_pfsockopen","d":"

    Open persistent Internet or Unix domain socket connection

    "},{"t":"F","n":"\\pg_affected_rows","p":"[Global_Namespace].html#function_pg_affected_rows","d":"

    Returns number of affected records (tuples)

    "},{"t":"F","n":"\\pg_cancel_query","p":"[Global_Namespace].html#function_pg_cancel_query","d":"

    Cancel an asynchronous query

    "},{"t":"F","n":"\\pg_change_password","p":"[Global_Namespace].html#function_pg_change_password","d":""},{"t":"F","n":"\\pg_client_encoding","p":"[Global_Namespace].html#function_pg_client_encoding","d":"

    Gets the client encoding

    "},{"t":"F","n":"\\pg_clientencoding","p":"[Global_Namespace].html#function_pg_clientencoding","d":""},{"t":"F","n":"\\pg_close","p":"[Global_Namespace].html#function_pg_close","d":"

    Closes a PostgreSQL connection

    "},{"t":"F","n":"\\pg_cmdtuples","p":"[Global_Namespace].html#function_pg_cmdtuples","d":""},{"t":"F","n":"\\pg_connect","p":"[Global_Namespace].html#function_pg_connect","d":"

    Open a PostgreSQL connection

    "},{"t":"F","n":"\\pg_connect_poll","p":"[Global_Namespace].html#function_pg_connect_poll","d":"

    Poll the status of an in-progress asynchronous PostgreSQL connection attempt.

    "},{"t":"F","n":"\\pg_connection_busy","p":"[Global_Namespace].html#function_pg_connection_busy","d":"

    Get connection is busy or not

    "},{"t":"F","n":"\\pg_connection_reset","p":"[Global_Namespace].html#function_pg_connection_reset","d":"

    Reset connection (reconnect)

    "},{"t":"F","n":"\\pg_connection_status","p":"[Global_Namespace].html#function_pg_connection_status","d":"

    Get connection status

    "},{"t":"F","n":"\\pg_consume_input","p":"[Global_Namespace].html#function_pg_consume_input","d":"

    Reads input on the connection

    "},{"t":"F","n":"\\pg_convert","p":"[Global_Namespace].html#function_pg_convert","d":"

    Convert associative array values into suitable for SQL statement

    "},{"t":"F","n":"\\pg_copy_from","p":"[Global_Namespace].html#function_pg_copy_from","d":"

    Insert records into a table from an array

    "},{"t":"F","n":"\\pg_copy_to","p":"[Global_Namespace].html#function_pg_copy_to","d":"

    Copy a table to an array

    "},{"t":"F","n":"\\pg_dbname","p":"[Global_Namespace].html#function_pg_dbname","d":"

    Get the database name

    "},{"t":"F","n":"\\pg_delete","p":"[Global_Namespace].html#function_pg_delete","d":"

    Deletes records

    "},{"t":"F","n":"\\pg_end_copy","p":"[Global_Namespace].html#function_pg_end_copy","d":"

    Sync with PostgreSQL backend

    "},{"t":"F","n":"\\pg_enter_pipeline_mode","p":"[Global_Namespace].html#function_pg_enter_pipeline_mode","d":""},{"t":"F","n":"\\pg_errormessage","p":"[Global_Namespace].html#function_pg_errormessage","d":""},{"t":"F","n":"\\pg_escape_bytea","p":"[Global_Namespace].html#function_pg_escape_bytea","d":"

    Escape a string for insertion into a bytea field

    "},{"t":"F","n":"\\pg_escape_identifier","p":"[Global_Namespace].html#function_pg_escape_identifier","d":"

    Escape a identifier for insertion into a text field

    "},{"t":"F","n":"\\pg_escape_literal","p":"[Global_Namespace].html#function_pg_escape_literal","d":"

    Escape a literal for insertion into a text field

    "},{"t":"F","n":"\\pg_escape_string","p":"[Global_Namespace].html#function_pg_escape_string","d":"

    Escape a string for query

    "},{"t":"F","n":"\\pg_exec","p":"[Global_Namespace].html#function_pg_exec","d":""},{"t":"F","n":"\\pg_execute","p":"[Global_Namespace].html#function_pg_execute","d":"

    Sends a request to execute a prepared statement with given parameters, and waits for the result.

    "},{"t":"F","n":"\\pg_exit_pipeline_mode","p":"[Global_Namespace].html#function_pg_exit_pipeline_mode","d":""},{"t":"F","n":"\\pg_fetch_all","p":"[Global_Namespace].html#function_pg_fetch_all","d":"

    Fetches all rows from a result as an array

    "},{"t":"F","n":"\\pg_fetch_all_columns","p":"[Global_Namespace].html#function_pg_fetch_all_columns","d":"

    Fetches all rows in a particular result column as an array

    "},{"t":"F","n":"\\pg_fetch_array","p":"[Global_Namespace].html#function_pg_fetch_array","d":"

    Fetch a row as an array

    "},{"t":"F","n":"\\pg_fetch_assoc","p":"[Global_Namespace].html#function_pg_fetch_assoc","d":"

    Fetch a row as an associative array

    "},{"t":"F","n":"\\pg_fetch_object","p":"[Global_Namespace].html#function_pg_fetch_object","d":"

    Fetch a row as an object

    "},{"t":"F","n":"\\pg_fetch_result","p":"[Global_Namespace].html#function_pg_fetch_result","d":"

    Returns values from a result resource

    "},{"t":"F","n":"\\pg_fetch_row","p":"[Global_Namespace].html#function_pg_fetch_row","d":"

    Get a row as an enumerated array

    "},{"t":"F","n":"\\pg_field_is_null","p":"[Global_Namespace].html#function_pg_field_is_null","d":"

    Test if a field is SQL NULL

    "},{"t":"F","n":"\\pg_field_name","p":"[Global_Namespace].html#function_pg_field_name","d":"

    Returns the name of a field

    "},{"t":"F","n":"\\pg_field_num","p":"[Global_Namespace].html#function_pg_field_num","d":"

    Returns the field number of the named field

    "},{"t":"F","n":"\\pg_field_prtlen","p":"[Global_Namespace].html#function_pg_field_prtlen","d":"

    Returns the printed length

    "},{"t":"F","n":"\\pg_field_size","p":"[Global_Namespace].html#function_pg_field_size","d":"

    Returns the internal storage size of the named field

    "},{"t":"F","n":"\\pg_field_table","p":"[Global_Namespace].html#function_pg_field_table","d":"

    Returns the name or oid of the tables field

    "},{"t":"F","n":"\\pg_field_type","p":"[Global_Namespace].html#function_pg_field_type","d":"

    Returns the type name for the corresponding field number

    "},{"t":"F","n":"\\pg_field_type_oid","p":"[Global_Namespace].html#function_pg_field_type_oid","d":"

    Returns the type ID (OID) for the corresponding field number

    "},{"t":"F","n":"\\pg_fieldisnull","p":"[Global_Namespace].html#function_pg_fieldisnull","d":""},{"t":"F","n":"\\pg_fieldname","p":"[Global_Namespace].html#function_pg_fieldname","d":""},{"t":"F","n":"\\pg_fieldnum","p":"[Global_Namespace].html#function_pg_fieldnum","d":""},{"t":"F","n":"\\pg_fieldprtlen","p":"[Global_Namespace].html#function_pg_fieldprtlen","d":""},{"t":"F","n":"\\pg_fieldsize","p":"[Global_Namespace].html#function_pg_fieldsize","d":""},{"t":"F","n":"\\pg_fieldtype","p":"[Global_Namespace].html#function_pg_fieldtype","d":""},{"t":"F","n":"\\pg_flush","p":"[Global_Namespace].html#function_pg_flush","d":"

    Flush outbound query data on the connection

    "},{"t":"F","n":"\\pg_free_result","p":"[Global_Namespace].html#function_pg_free_result","d":"

    Free result memory

    "},{"t":"F","n":"\\pg_freeresult","p":"[Global_Namespace].html#function_pg_freeresult","d":""},{"t":"F","n":"\\pg_get_notify","p":"[Global_Namespace].html#function_pg_get_notify","d":"

    Gets SQL NOTIFY message

    "},{"t":"F","n":"\\pg_get_pid","p":"[Global_Namespace].html#function_pg_get_pid","d":"

    Gets the backend's process ID

    "},{"t":"F","n":"\\pg_get_result","p":"[Global_Namespace].html#function_pg_get_result","d":"

    Get asynchronous query result

    "},{"t":"F","n":"\\pg_getlastoid","p":"[Global_Namespace].html#function_pg_getlastoid","d":""},{"t":"F","n":"\\pg_host","p":"[Global_Namespace].html#function_pg_host","d":"

    Returns the host name associated with the connection

    "},{"t":"F","n":"\\pg_insert","p":"[Global_Namespace].html#function_pg_insert","d":"

    Insert array into table

    "},{"t":"F","n":"\\pg_jit","p":"[Global_Namespace].html#function_pg_jit","d":""},{"t":"F","n":"\\pg_last_error","p":"[Global_Namespace].html#function_pg_last_error","d":"

    Get the last error message string of a connection

    "},{"t":"F","n":"\\pg_last_notice","p":"[Global_Namespace].html#function_pg_last_notice","d":"

    Returns the last notice message from PostgreSQL server

    "},{"t":"F","n":"\\pg_last_oid","p":"[Global_Namespace].html#function_pg_last_oid","d":"

    Returns the last row's OID

    "},{"t":"F","n":"\\pg_lo_close","p":"[Global_Namespace].html#function_pg_lo_close","d":"

    Close a large object

    "},{"t":"F","n":"\\pg_lo_create","p":"[Global_Namespace].html#function_pg_lo_create","d":"

    Create a large object

    "},{"t":"F","n":"\\pg_lo_export","p":"[Global_Namespace].html#function_pg_lo_export","d":"

    Export a large object to file

    "},{"t":"F","n":"\\pg_lo_import","p":"[Global_Namespace].html#function_pg_lo_import","d":"

    Import a large object from file

    "},{"t":"F","n":"\\pg_lo_open","p":"[Global_Namespace].html#function_pg_lo_open","d":"

    Open a large object

    "},{"t":"F","n":"\\pg_lo_read","p":"[Global_Namespace].html#function_pg_lo_read","d":"

    Read a large object

    "},{"t":"F","n":"\\pg_lo_read_all","p":"[Global_Namespace].html#function_pg_lo_read_all","d":"

    Reads an entire large object and send straight to browser

    "},{"t":"F","n":"\\pg_lo_seek","p":"[Global_Namespace].html#function_pg_lo_seek","d":"

    Seeks position within a large object

    "},{"t":"F","n":"\\pg_lo_tell","p":"[Global_Namespace].html#function_pg_lo_tell","d":"

    Returns current seek position a of large object

    "},{"t":"F","n":"\\pg_lo_truncate","p":"[Global_Namespace].html#function_pg_lo_truncate","d":"

    Truncates a large object

    "},{"t":"F","n":"\\pg_lo_unlink","p":"[Global_Namespace].html#function_pg_lo_unlink","d":"

    Delete a large object

    "},{"t":"F","n":"\\pg_lo_write","p":"[Global_Namespace].html#function_pg_lo_write","d":"

    Write to a large object

    "},{"t":"F","n":"\\pg_loclose","p":"[Global_Namespace].html#function_pg_loclose","d":""},{"t":"F","n":"\\pg_locreate","p":"[Global_Namespace].html#function_pg_locreate","d":""},{"t":"F","n":"\\pg_loexport","p":"[Global_Namespace].html#function_pg_loexport","d":""},{"t":"F","n":"\\pg_loimport","p":"[Global_Namespace].html#function_pg_loimport","d":""},{"t":"F","n":"\\pg_loopen","p":"[Global_Namespace].html#function_pg_loopen","d":""},{"t":"F","n":"\\pg_loread","p":"[Global_Namespace].html#function_pg_loread","d":""},{"t":"F","n":"\\pg_loreadall","p":"[Global_Namespace].html#function_pg_loreadall","d":""},{"t":"F","n":"\\pg_lounlink","p":"[Global_Namespace].html#function_pg_lounlink","d":""},{"t":"F","n":"\\pg_lowrite","p":"[Global_Namespace].html#function_pg_lowrite","d":""},{"t":"F","n":"\\pg_meta_data","p":"[Global_Namespace].html#function_pg_meta_data","d":"

    Get meta data for table

    "},{"t":"F","n":"\\pg_num_fields","p":"[Global_Namespace].html#function_pg_num_fields","d":"

    Returns the number of fields in a result

    "},{"t":"F","n":"\\pg_num_rows","p":"[Global_Namespace].html#function_pg_num_rows","d":"

    Returns the number of rows in a result

    "},{"t":"F","n":"\\pg_numfields","p":"[Global_Namespace].html#function_pg_numfields","d":""},{"t":"F","n":"\\pg_numrows","p":"[Global_Namespace].html#function_pg_numrows","d":""},{"t":"F","n":"\\pg_options","p":"[Global_Namespace].html#function_pg_options","d":"

    Get the options associated with the connection

    "},{"t":"F","n":"\\pg_parameter_status","p":"[Global_Namespace].html#function_pg_parameter_status","d":"

    Looks up a current parameter setting of the server.

    "},{"t":"F","n":"\\pg_pconnect","p":"[Global_Namespace].html#function_pg_pconnect","d":"

    Open a persistent PostgreSQL connection

    "},{"t":"F","n":"\\pg_ping","p":"[Global_Namespace].html#function_pg_ping","d":"

    Ping database connection

    "},{"t":"F","n":"\\pg_pipeline_status","p":"[Global_Namespace].html#function_pg_pipeline_status","d":""},{"t":"F","n":"\\pg_pipeline_sync","p":"[Global_Namespace].html#function_pg_pipeline_sync","d":""},{"t":"F","n":"\\pg_port","p":"[Global_Namespace].html#function_pg_port","d":"

    Return the port number associated with the connection

    "},{"t":"F","n":"\\pg_prepare","p":"[Global_Namespace].html#function_pg_prepare","d":"

    Submits a request to create a prepared statement with the\ngiven parameters, and waits for completion.

    "},{"t":"F","n":"\\pg_put_copy_data","p":"[Global_Namespace].html#function_pg_put_copy_data","d":""},{"t":"F","n":"\\pg_put_copy_end","p":"[Global_Namespace].html#function_pg_put_copy_end","d":""},{"t":"F","n":"\\pg_put_line","p":"[Global_Namespace].html#function_pg_put_line","d":"

    Send a NULL-terminated string to PostgreSQL backend

    "},{"t":"F","n":"\\pg_query","p":"[Global_Namespace].html#function_pg_query","d":"

    Execute a query

    "},{"t":"F","n":"\\pg_query_params","p":"[Global_Namespace].html#function_pg_query_params","d":"

    Submits a command to the server and waits for the result, with the ability to pass parameters separately from the SQL command text.

    "},{"t":"F","n":"\\pg_result","p":"[Global_Namespace].html#function_pg_result","d":""},{"t":"F","n":"\\pg_result_error","p":"[Global_Namespace].html#function_pg_result_error","d":"

    Get error message associated with result

    "},{"t":"F","n":"\\pg_result_error_field","p":"[Global_Namespace].html#function_pg_result_error_field","d":"

    Returns an individual field of an error report.

    "},{"t":"F","n":"\\pg_result_memory_size","p":"[Global_Namespace].html#function_pg_result_memory_size","d":""},{"t":"F","n":"\\pg_result_seek","p":"[Global_Namespace].html#function_pg_result_seek","d":"

    Set internal row offset in result resource

    "},{"t":"F","n":"\\pg_result_status","p":"[Global_Namespace].html#function_pg_result_status","d":"

    Get status of query result

    "},{"t":"F","n":"\\pg_select","p":"[Global_Namespace].html#function_pg_select","d":"

    Select records

    "},{"t":"F","n":"\\pg_send_execute","p":"[Global_Namespace].html#function_pg_send_execute","d":"

    Sends a request to execute a prepared statement with given parameters, without waiting for the result(s).

    "},{"t":"F","n":"\\pg_send_prepare","p":"[Global_Namespace].html#function_pg_send_prepare","d":"

    Sends a request to create a prepared statement with the given parameters, without waiting for completion.

    "},{"t":"F","n":"\\pg_send_query","p":"[Global_Namespace].html#function_pg_send_query","d":"

    Sends asynchronous query

    "},{"t":"F","n":"\\pg_send_query_params","p":"[Global_Namespace].html#function_pg_send_query_params","d":"

    Submits a command and separate parameters to the server without waiting for the result(s).

    "},{"t":"F","n":"\\pg_set_client_encoding","p":"[Global_Namespace].html#function_pg_set_client_encoding","d":"

    Set the client encoding

    "},{"t":"F","n":"\\pg_set_error_context_visibility","p":"[Global_Namespace].html#function_pg_set_error_context_visibility","d":""},{"t":"F","n":"\\pg_set_error_verbosity","p":"[Global_Namespace].html#function_pg_set_error_verbosity","d":"

    Determines the verbosity of messages returned by pg_last_error\nand pg_result_error.

    "},{"t":"F","n":"\\pg_setclientencoding","p":"[Global_Namespace].html#function_pg_setclientencoding","d":""},{"t":"F","n":"\\pg_socket","p":"[Global_Namespace].html#function_pg_socket","d":"

    Get a read only handle to the socket underlying a PostgreSQL connection

    "},{"t":"F","n":"\\pg_socket_poll","p":"[Global_Namespace].html#function_pg_socket_poll","d":""},{"t":"F","n":"\\pg_trace","p":"[Global_Namespace].html#function_pg_trace","d":"

    Enable tracing a PostgreSQL connection

    "},{"t":"F","n":"\\pg_transaction_status","p":"[Global_Namespace].html#function_pg_transaction_status","d":"

    Returns the current in-transaction status of the server.

    "},{"t":"F","n":"\\pg_tty","p":"[Global_Namespace].html#function_pg_tty","d":"

    Return the TTY name associated with the connection

    "},{"t":"F","n":"\\pg_unescape_bytea","p":"[Global_Namespace].html#function_pg_unescape_bytea","d":"

    Unescape binary for bytea type

    "},{"t":"F","n":"\\pg_untrace","p":"[Global_Namespace].html#function_pg_untrace","d":"

    Disable tracing of a PostgreSQL connection

    "},{"t":"F","n":"\\pg_update","p":"[Global_Namespace].html#function_pg_update","d":"

    Update table

    "},{"t":"F","n":"\\pg_version","p":"[Global_Namespace].html#function_pg_version","d":"

    Returns an array with client, protocol and server version (when available)

    "},{"t":"F","n":"\\php_egg_logo_guid","p":"[Global_Namespace].html#function_php_egg_logo_guid","d":""},{"t":"F","n":"\\php_ini_loaded_file","p":"[Global_Namespace].html#function_php_ini_loaded_file","d":"

    Retrieve a path to the loaded php.ini file

    "},{"t":"F","n":"\\php_ini_scanned_files","p":"[Global_Namespace].html#function_php_ini_scanned_files","d":"

    Return a list of .ini files parsed from the additional ini dir

    "},{"t":"F","n":"\\php_logo_guid","p":"[Global_Namespace].html#function_php_logo_guid","d":"

    Gets the logo guid

    "},{"t":"F","n":"\\php_real_logo_guid","p":"[Global_Namespace].html#function_php_real_logo_guid","d":""},{"t":"F","n":"\\php_sapi_name","p":"[Global_Namespace].html#function_php_sapi_name","d":"

    Returns the type of interface between web server and PHP

    "},{"t":"F","n":"\\php_strip_whitespace","p":"[Global_Namespace].html#function_php_strip_whitespace","d":"

    Return source with stripped comments and whitespace

    "},{"t":"F","n":"\\php_uname","p":"[Global_Namespace].html#function_php_uname","d":"

    Returns information about the operating system PHP is running on

    "},{"t":"F","n":"\\phpcredits","p":"[Global_Namespace].html#function_phpcredits","d":"

    Prints out the credits for PHP

    "},{"t":"F","n":"\\phpdbg_break_file","p":"[Global_Namespace].html#function_phpdbg_break_file","d":null},{"t":"F","n":"\\phpdbg_break_function","p":"[Global_Namespace].html#function_phpdbg_break_function","d":null},{"t":"F","n":"\\phpdbg_break_method","p":"[Global_Namespace].html#function_phpdbg_break_method","d":null},{"t":"F","n":"\\phpdbg_break_next","p":"[Global_Namespace].html#function_phpdbg_break_next","d":null},{"t":"F","n":"\\phpdbg_clear","p":"[Global_Namespace].html#function_phpdbg_clear","d":null},{"t":"F","n":"\\phpdbg_color","p":"[Global_Namespace].html#function_phpdbg_color","d":null},{"t":"F","n":"\\phpdbg_end_oplog","p":"[Global_Namespace].html#function_phpdbg_end_oplog","d":null},{"t":"F","n":"\\phpdbg_exec","p":"[Global_Namespace].html#function_phpdbg_exec","d":""},{"t":"F","n":"\\phpdbg_get_executable","p":"[Global_Namespace].html#function_phpdbg_get_executable","d":null},{"t":"F","n":"\\phpdbg_prompt","p":"[Global_Namespace].html#function_phpdbg_prompt","d":null},{"t":"F","n":"\\phpdbg_start_oplog","p":"[Global_Namespace].html#function_phpdbg_start_oplog","d":null},{"t":"F","n":"\\phpinfo","p":"[Global_Namespace].html#function_phpinfo","d":"

    Outputs information about PHP's configuration

    "},{"t":"F","n":"\\phpversion","p":"[Global_Namespace].html#function_phpversion","d":"

    Gets the current PHP version

    "},{"t":"F","n":"\\pi","p":"[Global_Namespace].html#function_pi","d":"

    Get value of pi

    "},{"t":"F","n":"\\png2wbmp","p":"[Global_Namespace].html#function_png2wbmp","d":"

    Convert PNG image file to WBMP image file

    "},{"t":"F","n":"\\popen","p":"[Global_Namespace].html#function_popen","d":"

    Opens process file pointer

    "},{"t":"F","n":"\\pos","p":"[Global_Namespace].html#function_pos","d":"

    Alias:\n{current}

    "},{"t":"F","n":"\\posix_access","p":"[Global_Namespace].html#function_posix_access","d":"

    Determine accessibility of a file

    "},{"t":"F","n":"\\posix_ctermid","p":"[Global_Namespace].html#function_posix_ctermid","d":"

    Get path name of controlling terminal

    "},{"t":"F","n":"\\posix_eaccess","p":"[Global_Namespace].html#function_posix_eaccess","d":""},{"t":"F","n":"\\posix_errno","p":"[Global_Namespace].html#function_posix_errno","d":"

    Alias of posix_get_last_error

    "},{"t":"F","n":"\\posix_get_last_error","p":"[Global_Namespace].html#function_posix_get_last_error","d":"

    Retrieve the error number set by the last posix function that failed

    "},{"t":"F","n":"\\posix_getcwd","p":"[Global_Namespace].html#function_posix_getcwd","d":"

    Pathname of current directory

    "},{"t":"F","n":"\\posix_getegid","p":"[Global_Namespace].html#function_posix_getegid","d":"

    Return the effective group ID of the current process

    "},{"t":"F","n":"\\posix_geteuid","p":"[Global_Namespace].html#function_posix_geteuid","d":"

    Return the effective user ID of the current process

    "},{"t":"F","n":"\\posix_getgid","p":"[Global_Namespace].html#function_posix_getgid","d":"

    Return the real group ID of the current process

    "},{"t":"F","n":"\\posix_getgrgid","p":"[Global_Namespace].html#function_posix_getgrgid","d":"

    Return info about a group by group id

    "},{"t":"F","n":"\\posix_getgrnam","p":"[Global_Namespace].html#function_posix_getgrnam","d":"

    Return info about a group by name

    "},{"t":"F","n":"\\posix_getgroups","p":"[Global_Namespace].html#function_posix_getgroups","d":"

    Return the group set of the current process

    "},{"t":"F","n":"\\posix_getlogin","p":"[Global_Namespace].html#function_posix_getlogin","d":"

    Return login name

    "},{"t":"F","n":"\\posix_getpgid","p":"[Global_Namespace].html#function_posix_getpgid","d":"

    Get process group id for job control

    "},{"t":"F","n":"\\posix_getpgrp","p":"[Global_Namespace].html#function_posix_getpgrp","d":"

    Return the current process group identifier

    "},{"t":"F","n":"\\posix_getpid","p":"[Global_Namespace].html#function_posix_getpid","d":"

    Return the current process identifier

    "},{"t":"F","n":"\\posix_getppid","p":"[Global_Namespace].html#function_posix_getppid","d":"

    Return the parent process identifier

    "},{"t":"F","n":"\\posix_getpwnam","p":"[Global_Namespace].html#function_posix_getpwnam","d":"

    Return info about a user by username

    "},{"t":"F","n":"\\posix_getpwuid","p":"[Global_Namespace].html#function_posix_getpwuid","d":"

    Return info about a user by user id

    "},{"t":"F","n":"\\posix_getrlimit","p":"[Global_Namespace].html#function_posix_getrlimit","d":"

    Return info about system resource limits

    "},{"t":"F","n":"\\posix_getsid","p":"[Global_Namespace].html#function_posix_getsid","d":"

    Get the current sid of the process

    "},{"t":"F","n":"\\posix_getuid","p":"[Global_Namespace].html#function_posix_getuid","d":"

    Return the real user ID of the current process

    "},{"t":"F","n":"\\posix_initgroups","p":"[Global_Namespace].html#function_posix_initgroups","d":"

    Calculate the group access list

    "},{"t":"F","n":"\\posix_isatty","p":"[Global_Namespace].html#function_posix_isatty","d":"

    Determine if a file descriptor is an interactive terminal

    "},{"t":"F","n":"\\posix_kill","p":"[Global_Namespace].html#function_posix_kill","d":"

    Send a signal to a process

    "},{"t":"F","n":"\\posix_mkfifo","p":"[Global_Namespace].html#function_posix_mkfifo","d":"

    Create a fifo special file (a named pipe)

    "},{"t":"F","n":"\\posix_mknod","p":"[Global_Namespace].html#function_posix_mknod","d":"

    Create a special or ordinary file (POSIX.1)

    "},{"t":"F","n":"\\posix_setegid","p":"[Global_Namespace].html#function_posix_setegid","d":"

    Set the effective GID of the current process

    "},{"t":"F","n":"\\posix_seteuid","p":"[Global_Namespace].html#function_posix_seteuid","d":"

    Set the effective UID of the current process

    "},{"t":"F","n":"\\posix_setgid","p":"[Global_Namespace].html#function_posix_setgid","d":"

    Set the GID of the current process

    "},{"t":"F","n":"\\posix_setpgid","p":"[Global_Namespace].html#function_posix_setpgid","d":"

    Set process group id for job control

    "},{"t":"F","n":"\\posix_setrlimit","p":"[Global_Namespace].html#function_posix_setrlimit","d":"

    Set system resource limits

    "},{"t":"F","n":"\\posix_setsid","p":"[Global_Namespace].html#function_posix_setsid","d":"

    Make the current process a session leader

    "},{"t":"F","n":"\\posix_setuid","p":"[Global_Namespace].html#function_posix_setuid","d":"

    Set the UID of the current process

    "},{"t":"F","n":"\\posix_strerror","p":"[Global_Namespace].html#function_posix_strerror","d":"

    Retrieve the system error message associated with the given errno

    "},{"t":"F","n":"\\posix_sysconf","p":"[Global_Namespace].html#function_posix_sysconf","d":""},{"t":"F","n":"\\posix_times","p":"[Global_Namespace].html#function_posix_times","d":"

    Get process times

    "},{"t":"F","n":"\\posix_ttyname","p":"[Global_Namespace].html#function_posix_ttyname","d":"

    Determine terminal device name

    "},{"t":"F","n":"\\posix_uname","p":"[Global_Namespace].html#function_posix_uname","d":"

    Get system name

    "},{"t":"F","n":"\\pow","p":"[Global_Namespace].html#function_pow","d":"

    Exponential expression

    "},{"t":"F","n":"\\preg_filter","p":"[Global_Namespace].html#function_preg_filter","d":"

    Perform a regular expression search and replace

    "},{"t":"F","n":"\\preg_grep","p":"[Global_Namespace].html#function_preg_grep","d":"

    Return array entries that match the pattern

    "},{"t":"F","n":"\\preg_last_error","p":"[Global_Namespace].html#function_preg_last_error","d":"

    Returns the error code of the last PCRE regex execution

    "},{"t":"F","n":"\\preg_last_error_msg","p":"[Global_Namespace].html#function_preg_last_error_msg","d":"

    Returns the error message of the last PCRE regex execution

    "},{"t":"F","n":"\\preg_match","p":"[Global_Namespace].html#function_preg_match","d":"

    Perform a regular expression match

    "},{"t":"F","n":"\\preg_match_all","p":"[Global_Namespace].html#function_preg_match_all","d":"

    Perform a global regular expression match

    "},{"t":"F","n":"\\preg_quote","p":"[Global_Namespace].html#function_preg_quote","d":"

    Quote regular expression characters

    "},{"t":"F","n":"\\preg_replace","p":"[Global_Namespace].html#function_preg_replace","d":"

    Perform a regular expression search and replace

    "},{"t":"F","n":"\\preg_replace_callback","p":"[Global_Namespace].html#function_preg_replace_callback","d":"

    Perform a regular expression search and replace using a callback

    "},{"t":"F","n":"\\preg_replace_callback_array","p":"[Global_Namespace].html#function_preg_replace_callback_array","d":"

    Perform a regular expression search and replace using callbacks

    "},{"t":"F","n":"\\preg_split","p":"[Global_Namespace].html#function_preg_split","d":"

    Split string by a regular expression

    "},{"t":"F","n":"\\prev","p":"[Global_Namespace].html#function_prev","d":"

    Rewind the internal array pointer

    "},{"t":"F","n":"\\print_r","p":"[Global_Namespace].html#function_print_r","d":"

    Prints human-readable information about a variable

    "},{"t":"F","n":"\\printf","p":"[Global_Namespace].html#function_printf","d":"

    Output a formatted string

    "},{"t":"F","n":"\\proc_close","p":"[Global_Namespace].html#function_proc_close","d":"

    Close a process opened by {proc_open} and return the exit code of that process

    "},{"t":"F","n":"\\proc_get_status","p":"[Global_Namespace].html#function_proc_get_status","d":"

    Get information about a process opened by {proc_open}

    "},{"t":"F","n":"\\proc_nice","p":"[Global_Namespace].html#function_proc_nice","d":"

    Change the priority of the current process.
    \nSince 7.2.0 supported on Windows platforms.

    "},{"t":"F","n":"\\proc_open","p":"[Global_Namespace].html#function_proc_open","d":"

    Execute a command and open file pointers for input/output

    "},{"t":"F","n":"\\proc_terminate","p":"[Global_Namespace].html#function_proc_terminate","d":"

    Kills a process opened by proc_open

    "},{"t":"F","n":"\\pspell_add_to_personal","p":"[Global_Namespace].html#function_pspell_add_to_personal","d":"

    Add the word to a personal wordlist

    "},{"t":"F","n":"\\pspell_add_to_session","p":"[Global_Namespace].html#function_pspell_add_to_session","d":"

    Add the word to the wordlist in the current session

    "},{"t":"F","n":"\\pspell_check","p":"[Global_Namespace].html#function_pspell_check","d":"

    Check a word

    "},{"t":"F","n":"\\pspell_clear_session","p":"[Global_Namespace].html#function_pspell_clear_session","d":"

    Clear the current session

    "},{"t":"F","n":"\\pspell_config_create","p":"[Global_Namespace].html#function_pspell_config_create","d":"

    Create a config used to open a dictionary

    "},{"t":"F","n":"\\pspell_config_data_dir","p":"[Global_Namespace].html#function_pspell_config_data_dir","d":"

    location of language data files

    "},{"t":"F","n":"\\pspell_config_dict_dir","p":"[Global_Namespace].html#function_pspell_config_dict_dir","d":"

    Location of the main word list

    "},{"t":"F","n":"\\pspell_config_ignore","p":"[Global_Namespace].html#function_pspell_config_ignore","d":"

    Ignore words less than N characters long

    "},{"t":"F","n":"\\pspell_config_mode","p":"[Global_Namespace].html#function_pspell_config_mode","d":"

    Change the mode number of suggestions returned

    "},{"t":"F","n":"\\pspell_config_personal","p":"[Global_Namespace].html#function_pspell_config_personal","d":"

    Set a file that contains personal wordlist

    "},{"t":"F","n":"\\pspell_config_repl","p":"[Global_Namespace].html#function_pspell_config_repl","d":"

    Set a file that contains replacement pairs

    "},{"t":"F","n":"\\pspell_config_runtogether","p":"[Global_Namespace].html#function_pspell_config_runtogether","d":"

    Consider run-together words as valid compounds

    "},{"t":"F","n":"\\pspell_config_save_repl","p":"[Global_Namespace].html#function_pspell_config_save_repl","d":"

    Determine whether to save a replacement pairs list\nalong with the wordlist

    "},{"t":"F","n":"\\pspell_new","p":"[Global_Namespace].html#function_pspell_new","d":"

    Load a new dictionary

    "},{"t":"F","n":"\\pspell_new_config","p":"[Global_Namespace].html#function_pspell_new_config","d":"

    Load a new dictionary with settings based on a given config

    "},{"t":"F","n":"\\pspell_new_personal","p":"[Global_Namespace].html#function_pspell_new_personal","d":"

    Load a new dictionary with personal wordlist

    "},{"t":"F","n":"\\pspell_save_wordlist","p":"[Global_Namespace].html#function_pspell_save_wordlist","d":"

    Save the personal wordlist to a file

    "},{"t":"F","n":"\\pspell_store_replacement","p":"[Global_Namespace].html#function_pspell_store_replacement","d":"

    Store a replacement pair for a word

    "},{"t":"F","n":"\\pspell_suggest","p":"[Global_Namespace].html#function_pspell_suggest","d":"

    Suggest spellings of a word

    "},{"t":"F","n":"\\putenv","p":"[Global_Namespace].html#function_putenv","d":"

    Sets the value of an environment variable

    "},{"t":"F","n":"\\quoted_printable_decode","p":"[Global_Namespace].html#function_quoted_printable_decode","d":"

    Convert a quoted-printable string to an 8 bit string

    "},{"t":"F","n":"\\quoted_printable_encode","p":"[Global_Namespace].html#function_quoted_printable_encode","d":"

    Convert a 8 bit string to a quoted-printable string

    "},{"t":"F","n":"\\quotemeta","p":"[Global_Namespace].html#function_quotemeta","d":"

    Quote meta characters

    "},{"t":"F","n":"\\rad2deg","p":"[Global_Namespace].html#function_rad2deg","d":"

    Converts the radian number to the equivalent number in degrees

    "},{"t":"F","n":"\\radius_acct_open","p":"[Global_Namespace].html#function_radius_acct_open","d":"

    Creates a Radius handle for accounting

    "},{"t":"F","n":"\\radius_add_server","p":"[Global_Namespace].html#function_radius_add_server","d":"

    radius_add_server() may be called multiple times, and it may be used together with {radius_config()}. At most 10 servers may be specified. When multiple servers are given, they are tried in round-robin fashion until a valid response is received, or until each server's max_tries limit has been reached.

    "},{"t":"F","n":"\\radius_auth_open","p":"[Global_Namespace].html#function_radius_auth_open","d":"

    Creates a Radius handle for authentication

    "},{"t":"F","n":"\\radius_close","p":"[Global_Namespace].html#function_radius_close","d":"

    Free all resources. It is not needed to call this function because php frees all resources at the end of each request.

    "},{"t":"F","n":"\\radius_config","p":"[Global_Namespace].html#function_radius_config","d":"

    Before issuing any Radius requests, the library must be made aware of the servers it can contact. The easiest way to configure the library is to call radius_config(). radius_config() causes the library to read a configuration file whose format is described in radius.conf.

    "},{"t":"F","n":"\\radius_create_request","p":"[Global_Namespace].html#function_radius_create_request","d":"

    A Radius request consists of a code specifying the kind of request, and zero or more attributes which provide additional information. To begin constructing a new request, call radius_create_request().
    \nNote: Attention: You must call this function, before you can put any attribute!

    "},{"t":"F","n":"\\rand","p":"[Global_Namespace].html#function_rand","d":"

    Generate a random integer

    "},{"t":"F","n":"\\random_bytes","p":"[Global_Namespace].html#function_random_bytes","d":"

    Generates cryptographically secure pseudo-random bytes

    "},{"t":"F","n":"\\random_int","p":"[Global_Namespace].html#function_random_int","d":"

    Generates cryptographically secure pseudo-random integers

    "},{"t":"F","n":"\\range","p":"[Global_Namespace].html#function_range","d":"

    Create an array containing a range of elements

    "},{"t":"F","n":"\\rawurldecode","p":"[Global_Namespace].html#function_rawurldecode","d":"

    Decode URL-encoded strings

    "},{"t":"F","n":"\\rawurlencode","p":"[Global_Namespace].html#function_rawurlencode","d":"

    URL-encode according to RFC 3986

    "},{"t":"F","n":"\\rd_kafka_err2str","p":"[Global_Namespace].html#function_rd_kafka_err2str","d":""},{"t":"F","n":"\\rd_kafka_errno","p":"[Global_Namespace].html#function_rd_kafka_errno","d":""},{"t":"F","n":"\\rd_kafka_errno2err","p":"[Global_Namespace].html#function_rd_kafka_errno2err","d":""},{"t":"F","n":"\\rd_kafka_get_err_descs","p":"[Global_Namespace].html#function_rd_kafka_get_err_descs","d":"

    Returns the full list of error codes.

    "},{"t":"F","n":"\\rd_kafka_offset_tail","p":"[Global_Namespace].html#function_rd_kafka_offset_tail","d":""},{"t":"F","n":"\\rd_kafka_thread_cnt","p":"[Global_Namespace].html#function_rd_kafka_thread_cnt","d":"

    Retrieve the current number of threads in use by librdkafka.

    "},{"t":"F","n":"\\read_exif_data","p":"[Global_Namespace].html#function_read_exif_data","d":"

    Alias of exif_read_data

    "},{"t":"F","n":"\\readdir","p":"[Global_Namespace].html#function_readdir","d":"

    Read entry from directory handle

    "},{"t":"F","n":"\\readfile","p":"[Global_Namespace].html#function_readfile","d":"

    Outputs a file

    "},{"t":"F","n":"\\readgzfile","p":"[Global_Namespace].html#function_readgzfile","d":"

    Output a gz-file

    "},{"t":"F","n":"\\readline","p":"[Global_Namespace].html#function_readline","d":"

    Reads a line

    "},{"t":"F","n":"\\readline_add_history","p":"[Global_Namespace].html#function_readline_add_history","d":"

    Adds a line to the history

    "},{"t":"F","n":"\\readline_callback_handler_install","p":"[Global_Namespace].html#function_readline_callback_handler_install","d":"

    Initializes the readline callback interface and terminal, prints the prompt and returns immediately

    "},{"t":"F","n":"\\readline_callback_handler_remove","p":"[Global_Namespace].html#function_readline_callback_handler_remove","d":"

    Removes a previously installed callback handler and restores terminal settings

    "},{"t":"F","n":"\\readline_callback_read_char","p":"[Global_Namespace].html#function_readline_callback_read_char","d":"

    Reads a character and informs the readline callback interface when a line is received

    "},{"t":"F","n":"\\readline_clear_history","p":"[Global_Namespace].html#function_readline_clear_history","d":"

    Clears the history

    "},{"t":"F","n":"\\readline_completion_function","p":"[Global_Namespace].html#function_readline_completion_function","d":"

    Registers a completion function

    "},{"t":"F","n":"\\readline_info","p":"[Global_Namespace].html#function_readline_info","d":"

    Gets/sets various internal readline variables

    "},{"t":"F","n":"\\readline_list_history","p":"[Global_Namespace].html#function_readline_list_history","d":"

    Lists the history

    "},{"t":"F","n":"\\readline_on_new_line","p":"[Global_Namespace].html#function_readline_on_new_line","d":"

    Inform readline that the cursor has moved to a new line

    "},{"t":"F","n":"\\readline_read_history","p":"[Global_Namespace].html#function_readline_read_history","d":"

    Reads the history

    "},{"t":"F","n":"\\readline_redisplay","p":"[Global_Namespace].html#function_readline_redisplay","d":"

    Redraws the display

    "},{"t":"F","n":"\\readline_write_history","p":"[Global_Namespace].html#function_readline_write_history","d":"

    Writes the history

    "},{"t":"F","n":"\\readlink","p":"[Global_Namespace].html#function_readlink","d":"

    Returns the target of a symbolic link

    "},{"t":"F","n":"\\realpath","p":"[Global_Namespace].html#function_realpath","d":"

    Returns canonicalized absolute pathname

    "},{"t":"F","n":"\\realpath_cache_get","p":"[Global_Namespace].html#function_realpath_cache_get","d":"

    Get the contents of the realpath cache.

    "},{"t":"F","n":"\\realpath_cache_size","p":"[Global_Namespace].html#function_realpath_cache_size","d":"

    Get the amount of memory used by the realpath cache.

    "},{"t":"F","n":"\\recode","p":"[Global_Namespace].html#function_recode","d":"

    Alias of recode_string

    "},{"t":"F","n":"\\recode_file","p":"[Global_Namespace].html#function_recode_file","d":"

    Recode from file to file according to recode request

    "},{"t":"F","n":"\\recode_string","p":"[Global_Namespace].html#function_recode_string","d":"

    Recode a string according to a recode request

    "},{"t":"F","n":"\\register_event_handler","p":"[Global_Namespace].html#function_register_event_handler","d":"

    Allow you to register a user function as an event handler.When a monitor event is triggerd\nall the user event handler are called and the return value from the handler is saved in\nan array keyed by the name the event handler was registered under. The event handlers\nresults array is saved in the event_extra_data table.

    "},{"t":"F","n":"\\register_shutdown_function","p":"[Global_Namespace].html#function_register_shutdown_function","d":"

    Register a function for execution on shutdown

    "},{"t":"F","n":"\\register_tick_function","p":"[Global_Namespace].html#function_register_tick_function","d":"

    Register a function for execution on each tick

    "},{"t":"F","n":"\\rename","p":"[Global_Namespace].html#function_rename","d":"

    Renames a file or directory

    "},{"t":"F","n":"\\request_parse_body","p":"[Global_Namespace].html#function_request_parse_body","d":""},{"t":"F","n":"\\reset","p":"[Global_Namespace].html#function_reset","d":"

    Set the internal pointer of an array to its first element

    "},{"t":"F","n":"\\resourcebundle_count","p":"[Global_Namespace].html#function_resourcebundle_count","d":"

    (PHP >= 5.3.2, PECL intl >= 2.0.0)
    \nGet number of elements in the bundle

    "},{"t":"F","n":"\\resourcebundle_create","p":"[Global_Namespace].html#function_resourcebundle_create","d":"

    (PHP >= 5.3.2, PECL intl >= 2.0.0)
    \nCreate a resource bundle

    "},{"t":"F","n":"\\resourcebundle_get","p":"[Global_Namespace].html#function_resourcebundle_get","d":"

    (PHP >= 5.3.2, PECL intl >= 2.0.0)
    \nGet data from the bundle

    "},{"t":"F","n":"\\resourcebundle_get_error_code","p":"[Global_Namespace].html#function_resourcebundle_get_error_code","d":"

    (PHP >= 5.3.2, PECL intl >= 2.0.0)
    \nGet bundle's last error code.

    "},{"t":"F","n":"\\resourcebundle_get_error_message","p":"[Global_Namespace].html#function_resourcebundle_get_error_message","d":"

    (PHP >= 5.3.2, PECL intl >= 2.0.0)
    \nGet bundle's last error message.

    "},{"t":"F","n":"\\resourcebundle_locales","p":"[Global_Namespace].html#function_resourcebundle_locales","d":"

    (PHP >= 5.3.2, PECL intl >= 2.0.0)
    \nGet supported locales

    "},{"t":"F","n":"\\restore_include_path","p":"[Global_Namespace].html#function_restore_include_path","d":"

    Restores the value of the include_path configuration option

    "},{"t":"F","n":"\\rewind","p":"[Global_Namespace].html#function_rewind","d":"

    Rewind the position of a file pointer

    "},{"t":"F","n":"\\rewinddir","p":"[Global_Namespace].html#function_rewinddir","d":"

    Rewind directory handle

    "},{"t":"F","n":"\\rmdir","p":"[Global_Namespace].html#function_rmdir","d":"

    Removes directory

    "},{"t":"F","n":"\\round","p":"[Global_Namespace].html#function_round","d":"

    Returns the rounded value of val to specified precision (number of digits after the decimal point).

    "},{"t":"F","n":"\\rpmaddtag","p":"[Global_Namespace].html#function_rpmaddtag","d":"

    Add an additional retrieved tag in subsequent queries.

    "},{"t":"F","n":"\\rpmdbinfo","p":"[Global_Namespace].html#function_rpmdbinfo","d":"

    Retrieve information about an installed package, from the system RPM database.

    "},{"t":"F","n":"\\rpmdbsearch","p":"[Global_Namespace].html#function_rpmdbsearch","d":"

    Retriev information from the local RPM database.

    "},{"t":"F","n":"\\rpminfo","p":"[Global_Namespace].html#function_rpminfo","d":"

    Retrieve information from a RPM file, reading its metadata.

    "},{"t":"F","n":"\\rpmvercmp","p":"[Global_Namespace].html#function_rpmvercmp","d":"

    Compare two RPM evr (epoch:version-release) strings

    "},{"t":"F","n":"\\rrd_create","p":"[Global_Namespace].html#function_rrd_create","d":"

    Creates rrd database file

    "},{"t":"F","n":"\\rrd_disconnect","p":"[Global_Namespace].html#function_rrd_disconnect","d":"

    Close any outstanding connection to rrd caching daemon

    \nThis function is automatically called when the whole PHP process is terminated. It depends on used SAPI. For example, it's called automatically at the end of command line script.

    \nIt's up user whether he wants to call this function at the end of every request or otherwise.

    "},{"t":"F","n":"\\rrd_error","p":"[Global_Namespace].html#function_rrd_error","d":"

    Gets latest error message

    "},{"t":"F","n":"\\rrd_fetch","p":"[Global_Namespace].html#function_rrd_fetch","d":"

    Gets data for graph output from RRD database file as array. This function has same result as rrd_graph(), but fetched data are returned as array, no image file is created.

    "},{"t":"F","n":"\\rrd_first","p":"[Global_Namespace].html#function_rrd_first","d":"

    Gets the timestamp of the first sample from from the specified RRA of the RRD file.

    "},{"t":"F","n":"\\rrd_graph","p":"[Global_Namespace].html#function_rrd_graph","d":"

    Creates image from a data.

    "},{"t":"F","n":"\\rrd_info","p":"[Global_Namespace].html#function_rrd_info","d":"

    Returns information about particular RRD database file.

    "},{"t":"F","n":"\\rrd_last","p":"[Global_Namespace].html#function_rrd_last","d":"

    Returns the UNIX timestamp of the most recent update of the RRD database.

    "},{"t":"F","n":"\\rrd_lastupdate","p":"[Global_Namespace].html#function_rrd_lastupdate","d":"

    Gets array of the UNIX timestamp and the values stored for each date in the most recent update of the RRD database file.

    "},{"t":"F","n":"\\rrd_restore","p":"[Global_Namespace].html#function_rrd_restore","d":"

    Restores the RRD file from the XML dump.

    "},{"t":"F","n":"\\rrd_tune","p":"[Global_Namespace].html#function_rrd_tune","d":"

    Change some options in the RRD dabase header file. E.g. renames the source for the data etc.

    "},{"t":"F","n":"\\rrd_update","p":"[Global_Namespace].html#function_rrd_update","d":"

    Updates the RRD database file. The input data is time interpolated according to the properties of the RRD database file.

    "},{"t":"F","n":"\\rrd_version","p":"[Global_Namespace].html#function_rrd_version","d":"

    Returns information about underlying rrdtool library.

    "},{"t":"F","n":"\\rrd_xport","p":"[Global_Namespace].html#function_rrd_xport","d":"

    Exports the information about RRD database file. This data can be converted to XML file via user space PHP script and then restored back as RRD database file.

    "},{"t":"F","n":"\\rrdc_disconnect","p":"[Global_Namespace].html#function_rrdc_disconnect","d":"

    Close any outstanding connection to rrd caching daemon.

    "},{"t":"F","n":"\\rsort","p":"[Global_Namespace].html#function_rsort","d":"

    Sort an array in reverse order

    "},{"t":"F","n":"\\rtrim","p":"[Global_Namespace].html#function_rtrim","d":"

    Strip whitespace (or other characters) from the end of a string.

    "},{"t":"F","n":"\\sapi_windows_cp_conv","p":"[Global_Namespace].html#function_sapi_windows_cp_conv","d":"

    Convert string from one codepage to another

    "},{"t":"F","n":"\\sapi_windows_cp_get","p":"[Global_Namespace].html#function_sapi_windows_cp_get","d":"

    Get process codepage

    "},{"t":"F","n":"\\sapi_windows_cp_is_utf8","p":"[Global_Namespace].html#function_sapi_windows_cp_is_utf8","d":"

    Indicates whether the codepage is utf-8 compatible

    "},{"t":"F","n":"\\sapi_windows_cp_set","p":"[Global_Namespace].html#function_sapi_windows_cp_set","d":"

    Set process codepage

    "},{"t":"F","n":"\\sapi_windows_generate_ctrl_event","p":"[Global_Namespace].html#function_sapi_windows_generate_ctrl_event","d":"

    Send a CTRL event to another process.

    "},{"t":"F","n":"\\sapi_windows_set_ctrl_handler","p":"[Global_Namespace].html#function_sapi_windows_set_ctrl_handler","d":"

    Set or remove a CTRL event handler, which allows Windows CLI processes to intercept or ignore CTRL+C and CTRL+BREAK events.

    "},{"t":"F","n":"\\sapi_windows_vt100_support","p":"[Global_Namespace].html#function_sapi_windows_vt100_support","d":"

    Get or set VT100 support for the specified stream associated to an output buffer of a Windows console.

    "},{"t":"F","n":"\\scandir","p":"[Global_Namespace].html#function_scandir","d":"

    List files and directories inside the specified path

    "},{"t":"F","n":"\\sem_acquire","p":"[Global_Namespace].html#function_sem_acquire","d":"

    Acquire a semaphore

    "},{"t":"F","n":"\\sem_get","p":"[Global_Namespace].html#function_sem_get","d":"

    Get a semaphore id

    "},{"t":"F","n":"\\sem_release","p":"[Global_Namespace].html#function_sem_release","d":"

    Release a semaphore

    "},{"t":"F","n":"\\sem_remove","p":"[Global_Namespace].html#function_sem_remove","d":"

    Remove a semaphore

    "},{"t":"F","n":"\\serialize","p":"[Global_Namespace].html#function_serialize","d":"

    Generates a storable representation of a value

    "},{"t":"F","n":"\\session_abort","p":"[Global_Namespace].html#function_session_abort","d":"

    (PHP 5 >= 5.6.0)
    \nDiscard session array changes and finish session

    "},{"t":"F","n":"\\session_cache_expire","p":"[Global_Namespace].html#function_session_cache_expire","d":"

    Return current cache expire

    "},{"t":"F","n":"\\session_cache_limiter","p":"[Global_Namespace].html#function_session_cache_limiter","d":"

    Get and/or set the current cache limiter

    "},{"t":"F","n":"\\session_commit","p":"[Global_Namespace].html#function_session_commit","d":"

    Alias of session_write_close

    "},{"t":"F","n":"\\session_create_id","p":"[Global_Namespace].html#function_session_create_id","d":"

    Create new session id

    "},{"t":"F","n":"\\session_decode","p":"[Global_Namespace].html#function_session_decode","d":"

    Decodes session data from a string

    "},{"t":"F","n":"\\session_destroy","p":"[Global_Namespace].html#function_session_destroy","d":"

    Destroys all data registered to a session

    "},{"t":"F","n":"\\session_encode","p":"[Global_Namespace].html#function_session_encode","d":"

    Encodes the current session data as a string

    "},{"t":"F","n":"\\session_gc","p":"[Global_Namespace].html#function_session_gc","d":"

    Perform session data garbage collection

    "},{"t":"F","n":"\\session_get_cookie_params","p":"[Global_Namespace].html#function_session_get_cookie_params","d":"

    Get the session cookie parameters

    "},{"t":"F","n":"\\session_id","p":"[Global_Namespace].html#function_session_id","d":"

    Get and/or set the current session id

    "},{"t":"F","n":"\\session_is_registered","p":"[Global_Namespace].html#function_session_is_registered","d":"

    Find out whether a global variable is registered in a session

    "},{"t":"F","n":"\\session_module_name","p":"[Global_Namespace].html#function_session_module_name","d":"

    Get and/or set the current session module.
    \nSince 7.2.0 it is forbidden to set the module name to "user".

    "},{"t":"F","n":"\\session_name","p":"[Global_Namespace].html#function_session_name","d":"

    Get and/or set the current session name.
    \nBefore 7.2.0 checked cookie status and since 7.2.0 checks both cookie and session status to avoid PHP crash.

    "},{"t":"F","n":"\\session_regenerate_id","p":"[Global_Namespace].html#function_session_regenerate_id","d":"

    Update the current session id with a newly generated one

    "},{"t":"F","n":"\\session_register","p":"[Global_Namespace].html#function_session_register","d":"

    Register one or more global variables with the current session

    "},{"t":"F","n":"\\session_register_shutdown","p":"[Global_Namespace].html#function_session_register_shutdown","d":"

    PHP > 5.4.0
    \nSession shutdown function

    "},{"t":"F","n":"\\session_reset","p":"[Global_Namespace].html#function_session_reset","d":"

    (PHP 5 >= 5.6.0)
    \nRe-initialize session array with original values

    "},{"t":"F","n":"\\session_save_path","p":"[Global_Namespace].html#function_session_save_path","d":"

    Get and/or set the current session save path

    "},{"t":"F","n":"\\session_set_cookie_params","p":"[Global_Namespace].html#function_session_set_cookie_params","d":"

    Set the session cookie parameters

    "},{"t":"F","n":"\\session_set_save_handler","p":"[Global_Namespace].html#function_session_set_save_handler","d":"

    (PHP 5.4)
    \nSets user-level session storage functions

    "},{"t":"F","n":"\\session_start","p":"[Global_Namespace].html#function_session_start","d":"

    Initialize session data

    "},{"t":"F","n":"\\session_status","p":"[Global_Namespace].html#function_session_status","d":"

    (PHP 5 >= 5.4.0)
    \nReturns the current session status

    "},{"t":"F","n":"\\session_unregister","p":"[Global_Namespace].html#function_session_unregister","d":"

    Unregister a global variable from the current session

    "},{"t":"F","n":"\\session_unset","p":"[Global_Namespace].html#function_session_unset","d":"

    Free all session variables

    "},{"t":"F","n":"\\session_write_close","p":"[Global_Namespace].html#function_session_write_close","d":"

    Write session data and end session

    "},{"t":"F","n":"\\set_file_buffer","p":"[Global_Namespace].html#function_set_file_buffer","d":"

    Alias:\n{stream_set_write_buffer}

    \n

    Sets the buffering for write operations on the given stream to buffer bytes."},{"t":"F","n":"\\set_include_path","p":"[Global_Namespace].html#function_set_include_path","d":"

    Sets the include_path configuration option

    "},{"t":"F","n":"\\set_job_failed","p":"[Global_Namespace].html#function_set_job_failed","d":"

    causes a job to fail logically\ncan be used to indicate an error in the script logic (e.g. database connection problem)

    "},{"t":"F","n":"\\set_magic_quotes_runtime","p":"[Global_Namespace].html#function_set_magic_quotes_runtime","d":"

    Sets the current active configuration setting of magic_quotes_runtime

    "},{"t":"F","n":"\\set_socket_blocking","p":"[Global_Namespace].html#function_set_socket_blocking","d":"

    Alias:\n{stream_set_blocking}

    \n

    Sets blocking or non-blocking mode on a stream."},{"t":"F","n":"\\set_time_limit","p":"[Global_Namespace].html#function_set_time_limit","d":"

    Limits the maximum execution time

    "},{"t":"F","n":"\\setcookie","p":"[Global_Namespace].html#function_setcookie","d":"

    Send a cookie

    "},{"t":"F","n":"\\setlocale","p":"[Global_Namespace].html#function_setlocale","d":"

    Set locale information

    "},{"t":"F","n":"\\setrawcookie","p":"[Global_Namespace].html#function_setrawcookie","d":"

    Send a cookie without urlencoding the cookie value

    "},{"t":"F","n":"\\settype","p":"[Global_Namespace].html#function_settype","d":"

    Set the type of a variable

    "},{"t":"F","n":"\\sha1","p":"[Global_Namespace].html#function_sha1","d":"

    Calculate the sha1 hash of a string

    "},{"t":"F","n":"\\sha1_file","p":"[Global_Namespace].html#function_sha1_file","d":"

    Calculate the sha1 hash of a file

    "},{"t":"F","n":"\\shell_exec","p":"[Global_Namespace].html#function_shell_exec","d":"

    Execute command via shell and return the complete output as a string

    "},{"t":"F","n":"\\shm_attach","p":"[Global_Namespace].html#function_shm_attach","d":"

    Creates or open a shared memory segment

    "},{"t":"F","n":"\\shm_detach","p":"[Global_Namespace].html#function_shm_detach","d":"

    Disconnects from shared memory segment

    "},{"t":"F","n":"\\shm_get_var","p":"[Global_Namespace].html#function_shm_get_var","d":"

    Returns a variable from shared memory

    "},{"t":"F","n":"\\shm_has_var","p":"[Global_Namespace].html#function_shm_has_var","d":"

    Check whether a specific entry exists

    "},{"t":"F","n":"\\shm_put_var","p":"[Global_Namespace].html#function_shm_put_var","d":"

    Inserts or updates a variable in shared memory

    "},{"t":"F","n":"\\shm_remove","p":"[Global_Namespace].html#function_shm_remove","d":"

    Removes shared memory from Unix systems

    "},{"t":"F","n":"\\shm_remove_var","p":"[Global_Namespace].html#function_shm_remove_var","d":"

    Removes a variable from shared memory

    "},{"t":"F","n":"\\shmop_close","p":"[Global_Namespace].html#function_shmop_close","d":"

    Close shared memory block

    "},{"t":"F","n":"\\shmop_delete","p":"[Global_Namespace].html#function_shmop_delete","d":"

    Delete shared memory block

    "},{"t":"F","n":"\\shmop_open","p":"[Global_Namespace].html#function_shmop_open","d":"

    Create or open shared memory block

    "},{"t":"F","n":"\\shmop_read","p":"[Global_Namespace].html#function_shmop_read","d":"

    Read data from shared memory block

    "},{"t":"F","n":"\\shmop_size","p":"[Global_Namespace].html#function_shmop_size","d":"

    Get size of shared memory block

    "},{"t":"F","n":"\\shmop_write","p":"[Global_Namespace].html#function_shmop_write","d":"

    Write data into shared memory block

    "},{"t":"F","n":"\\show_source","p":"[Global_Namespace].html#function_show_source","d":"

    Alias:\n{highlight_file}

    "},{"t":"F","n":"\\shuffle","p":"[Global_Namespace].html#function_shuffle","d":"

    Shuffle an array

    "},{"t":"F","n":"\\simdjson_decode","p":"[Global_Namespace].html#function_simdjson_decode","d":"

    Takes a JSON encoded string and converts it into a PHP variable.

    "},{"t":"F","n":"\\simdjson_is_valid","p":"[Global_Namespace].html#function_simdjson_is_valid","d":"

    Returns true if json is valid.

    "},{"t":"F","n":"\\simdjson_key_count","p":"[Global_Namespace].html#function_simdjson_key_count","d":"

    Parses $json and returns the number of keys in $json matching the JSON pointer $key

    "},{"t":"F","n":"\\simdjson_key_exists","p":"[Global_Namespace].html#function_simdjson_key_exists","d":"

    Returns true if the JSON pointer $key could be found.

    "},{"t":"F","n":"\\simdjson_key_value","p":"[Global_Namespace].html#function_simdjson_key_value","d":"

    Returns the value at the json pointer $key

    "},{"t":"F","n":"\\similar_text","p":"[Global_Namespace].html#function_similar_text","d":"

    Calculate the similarity between two strings

    "},{"t":"F","n":"\\simplexml_import_dom","p":"[Global_Namespace].html#function_simplexml_import_dom","d":"

    Get a SimpleXMLElement object from a DOM node.

    "},{"t":"F","n":"\\simplexml_load_file","p":"[Global_Namespace].html#function_simplexml_load_file","d":"

    Interprets an XML file into an object

    "},{"t":"F","n":"\\simplexml_load_string","p":"[Global_Namespace].html#function_simplexml_load_string","d":"

    Interprets a string of XML into an object

    "},{"t":"F","n":"\\sin","p":"[Global_Namespace].html#function_sin","d":"Sine"},{"t":"F","n":"\\sinh","p":"[Global_Namespace].html#function_sinh","d":"

    Hyperbolic sine

    "},{"t":"F","n":"\\sizeof","p":"[Global_Namespace].html#function_sizeof","d":"

    Alias:\n{\\count}

    "},{"t":"F","n":"\\sleep","p":"[Global_Namespace].html#function_sleep","d":"

    Delays the program execution for the given number of seconds

    "},{"t":"F","n":"\\snappy_compress","p":"[Global_Namespace].html#function_snappy_compress","d":""},{"t":"F","n":"\\snappy_uncompress","p":"[Global_Namespace].html#function_snappy_uncompress","d":""},{"t":"F","n":"\\snmp2_get","p":"[Global_Namespace].html#function_snmp2_get","d":"

    Fetch an SNMP object

    "},{"t":"F","n":"\\snmp2_getnext","p":"[Global_Namespace].html#function_snmp2_getnext","d":"

    Fetch the SNMP object which follows the given object id

    "},{"t":"F","n":"\\snmp2_real_walk","p":"[Global_Namespace].html#function_snmp2_real_walk","d":"

    Return all objects including their respective object ID within the specified one

    "},{"t":"F","n":"\\snmp2_set","p":"[Global_Namespace].html#function_snmp2_set","d":"

    Set the value of an SNMP object

    "},{"t":"F","n":"\\snmp2_walk","p":"[Global_Namespace].html#function_snmp2_walk","d":"

    Fetch all the SNMP objects from an agent

    "},{"t":"F","n":"\\snmp3_get","p":"[Global_Namespace].html#function_snmp3_get","d":"

    Fetch an SNMP object

    "},{"t":"F","n":"\\snmp3_getnext","p":"[Global_Namespace].html#function_snmp3_getnext","d":"

    Fetch the SNMP object which follows the given object id

    "},{"t":"F","n":"\\snmp3_real_walk","p":"[Global_Namespace].html#function_snmp3_real_walk","d":"

    Return all objects including their respective object ID within the specified one

    "},{"t":"F","n":"\\snmp3_set","p":"[Global_Namespace].html#function_snmp3_set","d":"

    Set the value of an SNMP object

    "},{"t":"F","n":"\\snmp3_walk","p":"[Global_Namespace].html#function_snmp3_walk","d":"

    Fetch all the SNMP objects from an agent

    "},{"t":"F","n":"\\snmp_get_quick_print","p":"[Global_Namespace].html#function_snmp_get_quick_print","d":"

    Fetches the current value of the UCD library's quick_print setting

    "},{"t":"F","n":"\\snmp_get_valueretrieval","p":"[Global_Namespace].html#function_snmp_get_valueretrieval","d":"

    Return the method how the SNMP values will be returned

    "},{"t":"F","n":"\\snmp_read_mib","p":"[Global_Namespace].html#function_snmp_read_mib","d":"

    Reads and parses a MIB file into the active MIB tree

    "},{"t":"F","n":"\\snmp_set_enum_print","p":"[Global_Namespace].html#function_snmp_set_enum_print","d":"

    Return all values that are enums with their enum value instead of the raw integer

    "},{"t":"F","n":"\\snmp_set_oid_numeric_print","p":"[Global_Namespace].html#function_snmp_set_oid_numeric_print","d":"

    Set the oid output format

    "},{"t":"F","n":"\\snmp_set_oid_output_format","p":"[Global_Namespace].html#function_snmp_set_oid_output_format","d":"

    Set the OID output format

    "},{"t":"F","n":"\\snmp_set_quick_print","p":"[Global_Namespace].html#function_snmp_set_quick_print","d":"

    Set the value of quick_print within the UCD SNMP library

    "},{"t":"F","n":"\\snmp_set_valueretrieval","p":"[Global_Namespace].html#function_snmp_set_valueretrieval","d":"

    Specify the method how the SNMP values will be returned

    "},{"t":"F","n":"\\snmpget","p":"[Global_Namespace].html#function_snmpget","d":"

    Fetch an SNMP object

    "},{"t":"F","n":"\\snmpgetnext","p":"[Global_Namespace].html#function_snmpgetnext","d":"

    Fetch the SNMP object which follows the given object id

    "},{"t":"F","n":"\\snmprealwalk","p":"[Global_Namespace].html#function_snmprealwalk","d":"

    Return all objects including their respective object ID within the specified one

    "},{"t":"F","n":"\\snmpset","p":"[Global_Namespace].html#function_snmpset","d":"

    Set the value of an SNMP object

    "},{"t":"F","n":"\\snmpwalk","p":"[Global_Namespace].html#function_snmpwalk","d":"

    Fetch all the SNMP objects from an agent

    "},{"t":"F","n":"\\snmpwalkoid","p":"[Global_Namespace].html#function_snmpwalkoid","d":"

    Query for a tree of information about a network entity

    "},{"t":"F","n":"\\socket_accept","p":"[Global_Namespace].html#function_socket_accept","d":"

    Accepts a connection on a socket

    "},{"t":"F","n":"\\socket_addrinfo_bind","p":"[Global_Namespace].html#function_socket_addrinfo_bind","d":"

    (PHP 7 >= 7.2.0)
    \nCreate a Socket resource, and bind it to the provided AddrInfo resource.
    \nThe return value of this function may be used with {socket_listen()}.

    "},{"t":"F","n":"\\socket_addrinfo_connect","p":"[Global_Namespace].html#function_socket_addrinfo_connect","d":"

    Create a Socket resource, and connect it to the provided AddrInfo resource.
    \nThe return value of this function may be used with the rest of the socket functions.

    "},{"t":"F","n":"\\socket_addrinfo_explain","p":"[Global_Namespace].html#function_socket_addrinfo_explain","d":"

    (PHP 7 >= 7.2.0)
    \nGet information about addrinfo

    "},{"t":"F","n":"\\socket_addrinfo_lookup","p":"[Global_Namespace].html#function_socket_addrinfo_lookup","d":"

    (PHP 7 >= 7.2.0)
    \nGet array with contents of getaddrinfo about the given hostname.

    "},{"t":"F","n":"\\socket_atmark","p":"[Global_Namespace].html#function_socket_atmark","d":""},{"t":"F","n":"\\socket_bind","p":"[Global_Namespace].html#function_socket_bind","d":"

    Binds a name to a socket

    "},{"t":"F","n":"\\socket_clear_error","p":"[Global_Namespace].html#function_socket_clear_error","d":"

    Clears the error on the socket or the last error code

    "},{"t":"F","n":"\\socket_close","p":"[Global_Namespace].html#function_socket_close","d":"

    Closes a socket resource

    "},{"t":"F","n":"\\socket_cmsg_space","p":"[Global_Namespace].html#function_socket_cmsg_space","d":"

    Calculate message buffer size

    "},{"t":"F","n":"\\socket_connect","p":"[Global_Namespace].html#function_socket_connect","d":"

    Initiates a connection on a socket

    "},{"t":"F","n":"\\socket_create","p":"[Global_Namespace].html#function_socket_create","d":"

    Create a socket (endpoint for communication)

    "},{"t":"F","n":"\\socket_create_listen","p":"[Global_Namespace].html#function_socket_create_listen","d":"

    Opens a socket on port to accept connections

    "},{"t":"F","n":"\\socket_create_pair","p":"[Global_Namespace].html#function_socket_create_pair","d":"

    Creates a pair of indistinguishable sockets and stores them in an array

    "},{"t":"F","n":"\\socket_export_stream","p":"[Global_Namespace].html#function_socket_export_stream","d":""},{"t":"F","n":"\\socket_get_option","p":"[Global_Namespace].html#function_socket_get_option","d":"

    Gets socket options for the socket

    "},{"t":"F","n":"\\socket_get_status","p":"[Global_Namespace].html#function_socket_get_status","d":"

    Alias:\n{stream_get_meta_data}\nRetrieves header/meta data from streams/file pointers

    "},{"t":"F","n":"\\socket_getopt","p":"[Global_Namespace].html#function_socket_getopt","d":"

    Alias of {socket_get_option}

    "},{"t":"F","n":"\\socket_getpeername","p":"[Global_Namespace].html#function_socket_getpeername","d":"

    Queries the remote side of the given socket which may either result in host/port or in a Unix filesystem path, dependent on its type

    "},{"t":"F","n":"\\socket_getsockname","p":"[Global_Namespace].html#function_socket_getsockname","d":"

    Queries the local side of the given socket which may either result in host/port or in a Unix filesystem path, dependent on its type

    "},{"t":"F","n":"\\socket_import_stream","p":"[Global_Namespace].html#function_socket_import_stream","d":"

    Import a stream

    "},{"t":"F","n":"\\socket_last_error","p":"[Global_Namespace].html#function_socket_last_error","d":"

    Returns the last error on the socket

    "},{"t":"F","n":"\\socket_listen","p":"[Global_Namespace].html#function_socket_listen","d":"

    Listens for a connection on a socket

    "},{"t":"F","n":"\\socket_read","p":"[Global_Namespace].html#function_socket_read","d":"

    Reads a maximum of length bytes from a socket

    "},{"t":"F","n":"\\socket_recv","p":"[Global_Namespace].html#function_socket_recv","d":"

    Receives data from a connected socket

    "},{"t":"F","n":"\\socket_recvfrom","p":"[Global_Namespace].html#function_socket_recvfrom","d":"

    Receives data from a socket whether or not it is connection-oriented

    "},{"t":"F","n":"\\socket_recvmsg","p":"[Global_Namespace].html#function_socket_recvmsg","d":"

    Read a message

    "},{"t":"F","n":"\\socket_select","p":"[Global_Namespace].html#function_socket_select","d":"

    Runs the select() system call on the given arrays of sockets with a specified timeout

    "},{"t":"F","n":"\\socket_send","p":"[Global_Namespace].html#function_socket_send","d":"

    Sends data to a connected socket

    "},{"t":"F","n":"\\socket_sendmsg","p":"[Global_Namespace].html#function_socket_sendmsg","d":"

    (PHP 5 >=5.5.0)
    \nSend a message

    "},{"t":"F","n":"\\socket_sendto","p":"[Global_Namespace].html#function_socket_sendto","d":"

    Sends a message to a socket, whether it is connected or not

    "},{"t":"F","n":"\\socket_set_block","p":"[Global_Namespace].html#function_socket_set_block","d":"

    Sets blocking mode on a socket resource

    "},{"t":"F","n":"\\socket_set_blocking","p":"[Global_Namespace].html#function_socket_set_blocking","d":"

    Alias:\n{stream_set_blocking}

    "},{"t":"F","n":"\\socket_set_nonblock","p":"[Global_Namespace].html#function_socket_set_nonblock","d":"

    Sets nonblocking mode for file descriptor fd

    "},{"t":"F","n":"\\socket_set_option","p":"[Global_Namespace].html#function_socket_set_option","d":"

    Sets socket options for the socket

    "},{"t":"F","n":"\\socket_set_timeout","p":"[Global_Namespace].html#function_socket_set_timeout","d":"

    Alias:\n{stream_set_timeout}\nSet timeout period on a stream

    "},{"t":"F","n":"\\socket_setopt","p":"[Global_Namespace].html#function_socket_setopt","d":"

    Alias of {socket_set_option}

    "},{"t":"F","n":"\\socket_shutdown","p":"[Global_Namespace].html#function_socket_shutdown","d":"

    Shuts down a socket for receiving, sending, or both

    "},{"t":"F","n":"\\socket_strerror","p":"[Global_Namespace].html#function_socket_strerror","d":"

    Return a string describing a socket error

    "},{"t":"F","n":"\\socket_write","p":"[Global_Namespace].html#function_socket_write","d":"

    Write to a socket

    "},{"t":"F","n":"\\socket_wsaprotocol_info_export","p":"[Global_Namespace].html#function_socket_wsaprotocol_info_export","d":"

    Exports the WSAPROTOCOL_INFO Structure

    "},{"t":"F","n":"\\socket_wsaprotocol_info_import","p":"[Global_Namespace].html#function_socket_wsaprotocol_info_import","d":"

    Imports a Socket from another Process

    "},{"t":"F","n":"\\socket_wsaprotocol_info_release","p":"[Global_Namespace].html#function_socket_wsaprotocol_info_release","d":"

    Releases an exported WSAPROTOCOL_INFO Structure

    "},{"t":"F","n":"\\sodium_add","p":"[Global_Namespace].html#function_sodium_add","d":"

    Add the right operand to the left

    "},{"t":"F","n":"\\sodium_base642bin","p":"[Global_Namespace].html#function_sodium_base642bin","d":""},{"t":"F","n":"\\sodium_bin2base64","p":"[Global_Namespace].html#function_sodium_bin2base64","d":""},{"t":"F","n":"\\sodium_bin2hex","p":"[Global_Namespace].html#function_sodium_bin2hex","d":"

    Convert to hex without side-chanels

    "},{"t":"F","n":"\\sodium_compare","p":"[Global_Namespace].html#function_sodium_compare","d":"

    Compare two strings in constant time

    "},{"t":"F","n":"\\sodium_crypto_aead_aegis128l_decrypt","p":"[Global_Namespace].html#function_sodium_crypto_aead_aegis128l_decrypt","d":""},{"t":"F","n":"\\sodium_crypto_aead_aegis128l_encrypt","p":"[Global_Namespace].html#function_sodium_crypto_aead_aegis128l_encrypt","d":""},{"t":"F","n":"\\sodium_crypto_aead_aegis128l_keygen","p":"[Global_Namespace].html#function_sodium_crypto_aead_aegis128l_keygen","d":""},{"t":"F","n":"\\sodium_crypto_aead_aegis256_decrypt","p":"[Global_Namespace].html#function_sodium_crypto_aead_aegis256_decrypt","d":""},{"t":"F","n":"\\sodium_crypto_aead_aegis256_encrypt","p":"[Global_Namespace].html#function_sodium_crypto_aead_aegis256_encrypt","d":""},{"t":"F","n":"\\sodium_crypto_aead_aegis256_keygen","p":"[Global_Namespace].html#function_sodium_crypto_aead_aegis256_keygen","d":""},{"t":"F","n":"\\sodium_crypto_aead_aes256gcm_decrypt","p":"[Global_Namespace].html#function_sodium_crypto_aead_aes256gcm_decrypt","d":"

    Authenticated Encryption with Associated Data (decrypt)\nAES-256-GCM

    "},{"t":"F","n":"\\sodium_crypto_aead_aes256gcm_encrypt","p":"[Global_Namespace].html#function_sodium_crypto_aead_aes256gcm_encrypt","d":"

    Authenticated Encryption with Associated Data (encrypt)\nAES-256-GCM

    "},{"t":"F","n":"\\sodium_crypto_aead_aes256gcm_is_available","p":"[Global_Namespace].html#function_sodium_crypto_aead_aes256gcm_is_available","d":"

    Can you access AES-256-GCM? This is only available if you have supported\nhardware.

    "},{"t":"F","n":"\\sodium_crypto_aead_aes256gcm_keygen","p":"[Global_Namespace].html#function_sodium_crypto_aead_aes256gcm_keygen","d":"

    Creates a random key

    "},{"t":"F","n":"\\sodium_crypto_aead_chacha20poly1305_decrypt","p":"[Global_Namespace].html#function_sodium_crypto_aead_chacha20poly1305_decrypt","d":"

    Authenticated Encryption with Associated Data (decrypt)\nChaCha20 + Poly1305

    "},{"t":"F","n":"\\sodium_crypto_aead_chacha20poly1305_encrypt","p":"[Global_Namespace].html#function_sodium_crypto_aead_chacha20poly1305_encrypt","d":"

    Authenticated Encryption with Associated Data (encrypt)\nChaCha20 + Poly1305

    "},{"t":"F","n":"\\sodium_crypto_aead_chacha20poly1305_ietf_decrypt","p":"[Global_Namespace].html#function_sodium_crypto_aead_chacha20poly1305_ietf_decrypt","d":"

    Authenticated Encryption with Associated Data (decrypt)\nChaCha20 + Poly1305 (IETF version)

    "},{"t":"F","n":"\\sodium_crypto_aead_chacha20poly1305_ietf_encrypt","p":"[Global_Namespace].html#function_sodium_crypto_aead_chacha20poly1305_ietf_encrypt","d":"

    Authenticated Encryption with Associated Data (encrypt)\nChaCha20 + Poly1305 (IETF version)

    "},{"t":"F","n":"\\sodium_crypto_aead_chacha20poly1305_ietf_keygen","p":"[Global_Namespace].html#function_sodium_crypto_aead_chacha20poly1305_ietf_keygen","d":"

    Creates a random key

    "},{"t":"F","n":"\\sodium_crypto_aead_chacha20poly1305_keygen","p":"[Global_Namespace].html#function_sodium_crypto_aead_chacha20poly1305_keygen","d":"

    Creates a random key\nIt is equivalent to calling random_bytes() but improves code clarity and can\nprevent misuse by ensuring that the provided key length is always be correct.

    "},{"t":"F","n":"\\sodium_crypto_aead_xchacha20poly1305_ietf_decrypt","p":"[Global_Namespace].html#function_sodium_crypto_aead_xchacha20poly1305_ietf_decrypt","d":""},{"t":"F","n":"\\sodium_crypto_aead_xchacha20poly1305_ietf_encrypt","p":"[Global_Namespace].html#function_sodium_crypto_aead_xchacha20poly1305_ietf_encrypt","d":""},{"t":"F","n":"\\sodium_crypto_aead_xchacha20poly1305_ietf_keygen","p":"[Global_Namespace].html#function_sodium_crypto_aead_xchacha20poly1305_ietf_keygen","d":""},{"t":"F","n":"\\sodium_crypto_auth","p":"[Global_Namespace].html#function_sodium_crypto_auth","d":"

    Secret-key message authentication\nHMAC SHA-512/256

    "},{"t":"F","n":"\\sodium_crypto_auth_keygen","p":"[Global_Namespace].html#function_sodium_crypto_auth_keygen","d":"

    Get random bytes for key

    "},{"t":"F","n":"\\sodium_crypto_auth_verify","p":"[Global_Namespace].html#function_sodium_crypto_auth_verify","d":"

    Secret-key message verification\nHMAC SHA-512/256

    "},{"t":"F","n":"\\sodium_crypto_box","p":"[Global_Namespace].html#function_sodium_crypto_box","d":"

    Public-key authenticated encryption (encrypt)\nX25519 + Xsalsa20 + Poly1305

    "},{"t":"F","n":"\\sodium_crypto_box_keypair","p":"[Global_Namespace].html#function_sodium_crypto_box_keypair","d":"

    Generate an X25519 keypair for use with the sodium_crypto_box API

    "},{"t":"F","n":"\\sodium_crypto_box_keypair_from_secretkey_and_publickey","p":"[Global_Namespace].html#function_sodium_crypto_box_keypair_from_secretkey_and_publickey","d":"

    Create an X25519 keypair from an X25519 secret key and X25519 public key

    "},{"t":"F","n":"\\sodium_crypto_box_open","p":"[Global_Namespace].html#function_sodium_crypto_box_open","d":"

    Public-key authenticated encryption (decrypt)\nX25519 + Xsalsa20 + Poly1305

    "},{"t":"F","n":"\\sodium_crypto_box_publickey","p":"[Global_Namespace].html#function_sodium_crypto_box_publickey","d":"

    Get an X25519 public key from an X25519 keypair

    "},{"t":"F","n":"\\sodium_crypto_box_publickey_from_secretkey","p":"[Global_Namespace].html#function_sodium_crypto_box_publickey_from_secretkey","d":"

    Derive an X25519 public key from an X25519 secret key

    "},{"t":"F","n":"\\sodium_crypto_box_seal","p":"[Global_Namespace].html#function_sodium_crypto_box_seal","d":"

    Anonymous public-key encryption (encrypt)\nX25519 + Xsalsa20 + Poly1305 + BLAKE2b

    "},{"t":"F","n":"\\sodium_crypto_box_seal_open","p":"[Global_Namespace].html#function_sodium_crypto_box_seal_open","d":"

    Anonymous public-key encryption (decrypt)\nX25519 + Xsalsa20 + Poly1305 + BLAKE2b

    "},{"t":"F","n":"\\sodium_crypto_box_secretkey","p":"[Global_Namespace].html#function_sodium_crypto_box_secretkey","d":"

    Extract the X25519 secret key from an X25519 keypair

    "},{"t":"F","n":"\\sodium_crypto_box_seed_keypair","p":"[Global_Namespace].html#function_sodium_crypto_box_seed_keypair","d":"

    Derive an X25519 keypair for use with the sodium_crypto_box API from a seed

    "},{"t":"F","n":"\\sodium_crypto_core_ristretto255_add","p":"[Global_Namespace].html#function_sodium_crypto_core_ristretto255_add","d":null},{"t":"F","n":"\\sodium_crypto_core_ristretto255_from_hash","p":"[Global_Namespace].html#function_sodium_crypto_core_ristretto255_from_hash","d":null},{"t":"F","n":"\\sodium_crypto_core_ristretto255_is_valid_point","p":"[Global_Namespace].html#function_sodium_crypto_core_ristretto255_is_valid_point","d":null},{"t":"F","n":"\\sodium_crypto_core_ristretto255_random","p":"[Global_Namespace].html#function_sodium_crypto_core_ristretto255_random","d":null},{"t":"F","n":"\\sodium_crypto_core_ristretto255_scalar_add","p":"[Global_Namespace].html#function_sodium_crypto_core_ristretto255_scalar_add","d":null},{"t":"F","n":"\\sodium_crypto_core_ristretto255_scalar_complement","p":"[Global_Namespace].html#function_sodium_crypto_core_ristretto255_scalar_complement","d":null},{"t":"F","n":"\\sodium_crypto_core_ristretto255_scalar_invert","p":"[Global_Namespace].html#function_sodium_crypto_core_ristretto255_scalar_invert","d":null},{"t":"F","n":"\\sodium_crypto_core_ristretto255_scalar_mul","p":"[Global_Namespace].html#function_sodium_crypto_core_ristretto255_scalar_mul","d":null},{"t":"F","n":"\\sodium_crypto_core_ristretto255_scalar_negate","p":"[Global_Namespace].html#function_sodium_crypto_core_ristretto255_scalar_negate","d":null},{"t":"F","n":"\\sodium_crypto_core_ristretto255_scalar_random","p":"[Global_Namespace].html#function_sodium_crypto_core_ristretto255_scalar_random","d":null},{"t":"F","n":"\\sodium_crypto_core_ristretto255_scalar_reduce","p":"[Global_Namespace].html#function_sodium_crypto_core_ristretto255_scalar_reduce","d":null},{"t":"F","n":"\\sodium_crypto_core_ristretto255_scalar_sub","p":"[Global_Namespace].html#function_sodium_crypto_core_ristretto255_scalar_sub","d":null},{"t":"F","n":"\\sodium_crypto_core_ristretto255_sub","p":"[Global_Namespace].html#function_sodium_crypto_core_ristretto255_sub","d":null},{"t":"F","n":"\\sodium_crypto_generichash","p":"[Global_Namespace].html#function_sodium_crypto_generichash","d":"

    Fast and secure cryptographic hash

    "},{"t":"F","n":"\\sodium_crypto_generichash_final","p":"[Global_Namespace].html#function_sodium_crypto_generichash_final","d":"

    Get the final hash\nBLAKE2b

    "},{"t":"F","n":"\\sodium_crypto_generichash_init","p":"[Global_Namespace].html#function_sodium_crypto_generichash_init","d":"

    Create a new hash state (e.g. to use for streams)\nBLAKE2b

    "},{"t":"F","n":"\\sodium_crypto_generichash_keygen","p":"[Global_Namespace].html#function_sodium_crypto_generichash_keygen","d":"

    Get random bytes for key

    "},{"t":"F","n":"\\sodium_crypto_generichash_update","p":"[Global_Namespace].html#function_sodium_crypto_generichash_update","d":"

    Update the hash state with some data\nBLAKE2b

    "},{"t":"F","n":"\\sodium_crypto_kdf_derive_from_key","p":"[Global_Namespace].html#function_sodium_crypto_kdf_derive_from_key","d":""},{"t":"F","n":"\\sodium_crypto_kdf_keygen","p":"[Global_Namespace].html#function_sodium_crypto_kdf_keygen","d":"

    Get random bytes for key

    "},{"t":"F","n":"\\sodium_crypto_kx","p":"[Global_Namespace].html#function_sodium_crypto_kx","d":"

    Elliptic Curve Diffie Hellman Key Exchange\nX25519

    "},{"t":"F","n":"\\sodium_crypto_kx_client_session_keys","p":"[Global_Namespace].html#function_sodium_crypto_kx_client_session_keys","d":""},{"t":"F","n":"\\sodium_crypto_kx_keypair","p":"[Global_Namespace].html#function_sodium_crypto_kx_keypair","d":""},{"t":"F","n":"\\sodium_crypto_kx_publickey","p":"[Global_Namespace].html#function_sodium_crypto_kx_publickey","d":""},{"t":"F","n":"\\sodium_crypto_kx_secretkey","p":"[Global_Namespace].html#function_sodium_crypto_kx_secretkey","d":""},{"t":"F","n":"\\sodium_crypto_kx_seed_keypair","p":"[Global_Namespace].html#function_sodium_crypto_kx_seed_keypair","d":""},{"t":"F","n":"\\sodium_crypto_kx_server_session_keys","p":"[Global_Namespace].html#function_sodium_crypto_kx_server_session_keys","d":""},{"t":"F","n":"\\sodium_crypto_pwhash","p":"[Global_Namespace].html#function_sodium_crypto_pwhash","d":"

    Secure password-based key derivation function\nArgon2i

    "},{"t":"F","n":"\\sodium_crypto_pwhash_scryptsalsa208sha256","p":"[Global_Namespace].html#function_sodium_crypto_pwhash_scryptsalsa208sha256","d":"

    Secure password-based key derivation function\nScrypt

    "},{"t":"F","n":"\\sodium_crypto_pwhash_scryptsalsa208sha256_str","p":"[Global_Namespace].html#function_sodium_crypto_pwhash_scryptsalsa208sha256_str","d":"

    Get a formatted password hash (for storage)\nScrypt

    "},{"t":"F","n":"\\sodium_crypto_pwhash_scryptsalsa208sha256_str_verify","p":"[Global_Namespace].html#function_sodium_crypto_pwhash_scryptsalsa208sha256_str_verify","d":"

    Verify a password against a hash\nScrypt

    "},{"t":"F","n":"\\sodium_crypto_pwhash_str","p":"[Global_Namespace].html#function_sodium_crypto_pwhash_str","d":"

    Get a formatted password hash (for storage)\nArgon2i

    "},{"t":"F","n":"\\sodium_crypto_pwhash_str_needs_rehash","p":"[Global_Namespace].html#function_sodium_crypto_pwhash_str_needs_rehash","d":""},{"t":"F","n":"\\sodium_crypto_pwhash_str_verify","p":"[Global_Namespace].html#function_sodium_crypto_pwhash_str_verify","d":"

    Verify a password against a hash\nArgon2i

    "},{"t":"F","n":"\\sodium_crypto_scalarmult","p":"[Global_Namespace].html#function_sodium_crypto_scalarmult","d":"

    Elliptic Curve Diffie Hellman over Curve25519\nX25519

    "},{"t":"F","n":"\\sodium_crypto_scalarmult_base","p":"[Global_Namespace].html#function_sodium_crypto_scalarmult_base","d":"

    Scalar multiplication of the base point and your key

    "},{"t":"F","n":"\\sodium_crypto_scalarmult_ristretto255","p":"[Global_Namespace].html#function_sodium_crypto_scalarmult_ristretto255","d":null},{"t":"F","n":"\\sodium_crypto_scalarmult_ristretto255_base","p":"[Global_Namespace].html#function_sodium_crypto_scalarmult_ristretto255_base","d":null},{"t":"F","n":"\\sodium_crypto_secretbox","p":"[Global_Namespace].html#function_sodium_crypto_secretbox","d":"

    Authenticated secret-key encryption (encrypt)\nXsals20 + Poly1305

    "},{"t":"F","n":"\\sodium_crypto_secretbox_keygen","p":"[Global_Namespace].html#function_sodium_crypto_secretbox_keygen","d":"

    Creates a random key

    "},{"t":"F","n":"\\sodium_crypto_secretbox_open","p":"[Global_Namespace].html#function_sodium_crypto_secretbox_open","d":"

    Authenticated secret-key encryption (decrypt)\nXsals20 + Poly1305

    "},{"t":"F","n":"\\sodium_crypto_secretstream_xchacha20poly1305_init_pull","p":"[Global_Namespace].html#function_sodium_crypto_secretstream_xchacha20poly1305_init_pull","d":""},{"t":"F","n":"\\sodium_crypto_secretstream_xchacha20poly1305_init_push","p":"[Global_Namespace].html#function_sodium_crypto_secretstream_xchacha20poly1305_init_push","d":""},{"t":"F","n":"\\sodium_crypto_secretstream_xchacha20poly1305_keygen","p":"[Global_Namespace].html#function_sodium_crypto_secretstream_xchacha20poly1305_keygen","d":""},{"t":"F","n":"\\sodium_crypto_secretstream_xchacha20poly1305_pull","p":"[Global_Namespace].html#function_sodium_crypto_secretstream_xchacha20poly1305_pull","d":null},{"t":"F","n":"\\sodium_crypto_secretstream_xchacha20poly1305_push","p":"[Global_Namespace].html#function_sodium_crypto_secretstream_xchacha20poly1305_push","d":null},{"t":"F","n":"\\sodium_crypto_secretstream_xchacha20poly1305_rekey","p":"[Global_Namespace].html#function_sodium_crypto_secretstream_xchacha20poly1305_rekey","d":""},{"t":"F","n":"\\sodium_crypto_shorthash","p":"[Global_Namespace].html#function_sodium_crypto_shorthash","d":"

    A short keyed hash suitable for data structures\nSipHash-2-4

    "},{"t":"F","n":"\\sodium_crypto_shorthash_keygen","p":"[Global_Namespace].html#function_sodium_crypto_shorthash_keygen","d":"

    Get random bytes for key

    "},{"t":"F","n":"\\sodium_crypto_sign","p":"[Global_Namespace].html#function_sodium_crypto_sign","d":"

    Digital Signature\nEd25519

    "},{"t":"F","n":"\\sodium_crypto_sign_detached","p":"[Global_Namespace].html#function_sodium_crypto_sign_detached","d":"

    Digital Signature (detached)\nEd25519

    "},{"t":"F","n":"\\sodium_crypto_sign_ed25519_pk_to_curve25519","p":"[Global_Namespace].html#function_sodium_crypto_sign_ed25519_pk_to_curve25519","d":"

    Convert an Ed25519 public key to an X25519 public key

    "},{"t":"F","n":"\\sodium_crypto_sign_ed25519_sk_to_curve25519","p":"[Global_Namespace].html#function_sodium_crypto_sign_ed25519_sk_to_curve25519","d":"

    Convert an Ed25519 secret key to an X25519 secret key

    "},{"t":"F","n":"\\sodium_crypto_sign_keypair","p":"[Global_Namespace].html#function_sodium_crypto_sign_keypair","d":"

    Generate an Ed25519 keypair for use with the crypto_sign API

    "},{"t":"F","n":"\\sodium_crypto_sign_keypair_from_secretkey_and_publickey","p":"[Global_Namespace].html#function_sodium_crypto_sign_keypair_from_secretkey_and_publickey","d":"

    Create an Ed25519 keypair from an Ed25519 secret key + Ed25519 public key

    "},{"t":"F","n":"\\sodium_crypto_sign_open","p":"[Global_Namespace].html#function_sodium_crypto_sign_open","d":"

    Verify a signed message and return the plaintext

    "},{"t":"F","n":"\\sodium_crypto_sign_publickey","p":"[Global_Namespace].html#function_sodium_crypto_sign_publickey","d":"

    Get the public key from an Ed25519 keypair

    "},{"t":"F","n":"\\sodium_crypto_sign_publickey_from_secretkey","p":"[Global_Namespace].html#function_sodium_crypto_sign_publickey_from_secretkey","d":"

    Derive an Ed25519 public key from an Ed25519 secret key

    "},{"t":"F","n":"\\sodium_crypto_sign_secretkey","p":"[Global_Namespace].html#function_sodium_crypto_sign_secretkey","d":"

    Get the secret key from an Ed25519 keypair

    "},{"t":"F","n":"\\sodium_crypto_sign_seed_keypair","p":"[Global_Namespace].html#function_sodium_crypto_sign_seed_keypair","d":"

    Derive an Ed25519 keypair for use with the crypto_sign API from a seed

    "},{"t":"F","n":"\\sodium_crypto_sign_verify_detached","p":"[Global_Namespace].html#function_sodium_crypto_sign_verify_detached","d":"

    Verify a detached signature

    "},{"t":"F","n":"\\sodium_crypto_stream","p":"[Global_Namespace].html#function_sodium_crypto_stream","d":"

    Create a keystream from a key and nonce\nXsalsa20

    "},{"t":"F","n":"\\sodium_crypto_stream_keygen","p":"[Global_Namespace].html#function_sodium_crypto_stream_keygen","d":"

    Get random bytes for key

    "},{"t":"F","n":"\\sodium_crypto_stream_xchacha20","p":"[Global_Namespace].html#function_sodium_crypto_stream_xchacha20","d":null},{"t":"F","n":"\\sodium_crypto_stream_xchacha20_keygen","p":"[Global_Namespace].html#function_sodium_crypto_stream_xchacha20_keygen","d":null},{"t":"F","n":"\\sodium_crypto_stream_xchacha20_xor","p":"[Global_Namespace].html#function_sodium_crypto_stream_xchacha20_xor","d":null},{"t":"F","n":"\\sodium_crypto_stream_xchacha20_xor_ic","p":"[Global_Namespace].html#function_sodium_crypto_stream_xchacha20_xor_ic","d":null},{"t":"F","n":"\\sodium_crypto_stream_xor","p":"[Global_Namespace].html#function_sodium_crypto_stream_xor","d":"

    Encrypt a message using a stream cipher\nXsalsa20

    "},{"t":"F","n":"\\sodium_hex2bin","p":"[Global_Namespace].html#function_sodium_hex2bin","d":"

    Convert from hex without side-chanels

    "},{"t":"F","n":"\\sodium_increment","p":"[Global_Namespace].html#function_sodium_increment","d":"

    Increment a string in little-endian

    "},{"t":"F","n":"\\sodium_library_version_major","p":"[Global_Namespace].html#function_sodium_library_version_major","d":"

    Get the true major version of libsodium

    "},{"t":"F","n":"\\sodium_library_version_minor","p":"[Global_Namespace].html#function_sodium_library_version_minor","d":"

    Get the true minor version of libsodium

    "},{"t":"F","n":"\\sodium_memcmp","p":"[Global_Namespace].html#function_sodium_memcmp","d":"

    Compare two strings in constant time

    "},{"t":"F","n":"\\sodium_memzero","p":"[Global_Namespace].html#function_sodium_memzero","d":"

    Wipe a buffer

    "},{"t":"F","n":"\\sodium_pad","p":"[Global_Namespace].html#function_sodium_pad","d":"

    Add padding data

    "},{"t":"F","n":"\\sodium_randombytes_buf","p":"[Global_Namespace].html#function_sodium_randombytes_buf","d":"

    Generate a string of random bytes\n/dev/urandom

    "},{"t":"F","n":"\\sodium_randombytes_random16","p":"[Global_Namespace].html#function_sodium_randombytes_random16","d":"

    Generate a 16-bit integer\n/dev/urandom

    "},{"t":"F","n":"\\sodium_randombytes_uniform","p":"[Global_Namespace].html#function_sodium_randombytes_uniform","d":"

    Generate an unbiased random integer between 0 and a specified value\n/dev/urandom

    "},{"t":"F","n":"\\sodium_unpad","p":"[Global_Namespace].html#function_sodium_unpad","d":"

    Remove padding data

    "},{"t":"F","n":"\\sodium_version_string","p":"[Global_Namespace].html#function_sodium_version_string","d":"

    Get the version string

    "},{"t":"F","n":"\\solr_get_version","p":"[Global_Namespace].html#function_solr_get_version","d":"

    (PECL solr >= 0.9.1)
    \nReturns the current version of the Apache Solr extension

    "},{"t":"F","n":"\\sort","p":"[Global_Namespace].html#function_sort","d":"

    Sort an array

    "},{"t":"F","n":"\\soundex","p":"[Global_Namespace].html#function_soundex","d":"

    Calculate the soundex key of a string

    "},{"t":"F","n":"\\spl_autoload","p":"[Global_Namespace].html#function_spl_autoload","d":"

    Default implementation for __autoload()

    "},{"t":"F","n":"\\spl_autoload_call","p":"[Global_Namespace].html#function_spl_autoload_call","d":"

    Try all registered __autoload() functions to load the requested class

    "},{"t":"F","n":"\\spl_autoload_extensions","p":"[Global_Namespace].html#function_spl_autoload_extensions","d":"

    Register and return default file extensions for spl_autoload

    "},{"t":"F","n":"\\spl_autoload_functions","p":"[Global_Namespace].html#function_spl_autoload_functions","d":"

    Return all registered __autoload() functions

    "},{"t":"F","n":"\\spl_autoload_register","p":"[Global_Namespace].html#function_spl_autoload_register","d":"

    Register given function as __autoload() implementation

    "},{"t":"F","n":"\\spl_autoload_unregister","p":"[Global_Namespace].html#function_spl_autoload_unregister","d":"

    Unregister given function as __autoload() implementation

    "},{"t":"F","n":"\\spl_classes","p":"[Global_Namespace].html#function_spl_classes","d":"

    Return available SPL classes

    "},{"t":"F","n":"\\spl_object_hash","p":"[Global_Namespace].html#function_spl_object_hash","d":"

    Return hash id for given object

    "},{"t":"F","n":"\\spl_object_id","p":"[Global_Namespace].html#function_spl_object_id","d":"

    return the integer object handle for given object

    "},{"t":"F","n":"\\split","p":"[Global_Namespace].html#function_split","d":"

    Split string into array by regular expression

    "},{"t":"F","n":"\\spliti","p":"[Global_Namespace].html#function_spliti","d":"

    Split string into array by regular expression case insensitive

    "},{"t":"F","n":"\\sprintf","p":"[Global_Namespace].html#function_sprintf","d":"

    Return a formatted string

    "},{"t":"F","n":"\\sql_regcase","p":"[Global_Namespace].html#function_sql_regcase","d":"

    Make regular expression for case insensitive match

    "},{"t":"F","n":"\\sqlite_array_query","p":"[Global_Namespace].html#function_sqlite_array_query","d":"

    (PHP 5, PECL sqlite >= 1.0.0)
    \nExecute a query against a given database and returns an array

    "},{"t":"F","n":"\\sqlite_busy_timeout","p":"[Global_Namespace].html#function_sqlite_busy_timeout","d":"

    (PHP 5, PECL sqlite >= 1.0.0)
    \nSet busy timeout duration, or disable busy handlers

    "},{"t":"F","n":"\\sqlite_changes","p":"[Global_Namespace].html#function_sqlite_changes","d":"

    (PHP 5, PECL sqlite >= 1.0.0)
    \nReturns the number of rows that were changed by the most\nrecent SQL statement

    "},{"t":"F","n":"\\sqlite_close","p":"[Global_Namespace].html#function_sqlite_close","d":"

    (PHP 5, PECL sqlite >= 1.0.0)
    \nCloses an open SQLite database

    "},{"t":"F","n":"\\sqlite_column","p":"[Global_Namespace].html#function_sqlite_column","d":"

    (PHP 5, PECL sqlite >= 1.0.0)
    \nFetches a column from the current row of a result set

    "},{"t":"F","n":"\\sqlite_create_aggregate","p":"[Global_Namespace].html#function_sqlite_create_aggregate","d":"

    (PHP 5, PECL sqlite >= 1.0.0)
    \nRegister an aggregating UDF for use in SQL statements

    "},{"t":"F","n":"\\sqlite_create_function","p":"[Global_Namespace].html#function_sqlite_create_function","d":"

    (PHP 5, sqlite >= 1.0.0)
    \nRegisters a "regular" User Defined Function for use in SQL statements

    "},{"t":"F","n":"\\sqlite_current","p":"[Global_Namespace].html#function_sqlite_current","d":"

    (PHP 5, PECL sqlite >= 1.0.0)
    \nFetches the current row from a result set as an array

    "},{"t":"F","n":"\\sqlite_error_string","p":"[Global_Namespace].html#function_sqlite_error_string","d":"

    (PHP 5, PECL sqlite >= 1.0.0)
    \nReturns the textual description of an error code

    "},{"t":"F","n":"\\sqlite_escape_string","p":"[Global_Namespace].html#function_sqlite_escape_string","d":"

    (PHP 5, PECL sqlite >= 1.0.0)
    \nEscapes a string for use as a query parameter

    "},{"t":"F","n":"\\sqlite_exec","p":"[Global_Namespace].html#function_sqlite_exec","d":"

    (PHP 5, PECL sqlite >= 1.0.3)
    \nExecutes a result-less query against a given database

    "},{"t":"F","n":"\\sqlite_factory","p":"[Global_Namespace].html#function_sqlite_factory","d":"

    Opens a SQLite database and returns a SQLiteDatabase object

    "},{"t":"F","n":"\\sqlite_fetch_all","p":"[Global_Namespace].html#function_sqlite_fetch_all","d":"

    (PHP 5, PECL sqlite >= 1.0.0)
    \nFetches all rows from a result set as an array of arrays

    "},{"t":"F","n":"\\sqlite_fetch_array","p":"[Global_Namespace].html#function_sqlite_fetch_array","d":"

    (PHP 5, PECL sqlite >= 1.0.0)
    \nFetches the next row from a result set as an array

    "},{"t":"F","n":"\\sqlite_fetch_column_types","p":"[Global_Namespace].html#function_sqlite_fetch_column_types","d":"

    Return an array of column types from a particular table

    "},{"t":"F","n":"\\sqlite_fetch_object","p":"[Global_Namespace].html#function_sqlite_fetch_object","d":"

    Fetches the next row from a result set as an object

    "},{"t":"F","n":"\\sqlite_fetch_single","p":"[Global_Namespace].html#function_sqlite_fetch_single","d":"

    (PHP 5, PECL sqlite >= 1.0.1)
    \nFetches the first column of a result set as a string

    "},{"t":"F","n":"\\sqlite_fetch_string","p":"[Global_Namespace].html#function_sqlite_fetch_string","d":"

    (PHP 5, PECL sqlite >= 1.0.0)
    \nAlias:\n{sqlite_fetch_single}

    "},{"t":"F","n":"\\sqlite_field_name","p":"[Global_Namespace].html#function_sqlite_field_name","d":"

    (PHP 5, PECL sqlite >= 1.0.0)
    \nReturns the name of a particular field

    "},{"t":"F","n":"\\sqlite_has_more","p":"[Global_Namespace].html#function_sqlite_has_more","d":"

    (PHP 5, PECL sqlite >= 1.0.0)
    \nFinds whether or not more rows are available

    "},{"t":"F","n":"\\sqlite_has_prev","p":"[Global_Namespace].html#function_sqlite_has_prev","d":"

    Returns whether or not a previous row is available

    "},{"t":"F","n":"\\sqlite_last_error","p":"[Global_Namespace].html#function_sqlite_last_error","d":"

    (PHP 5, PECL sqlite >= 1.0.0)
    \nReturns the error code of the last error for a database

    "},{"t":"F","n":"\\sqlite_last_insert_rowid","p":"[Global_Namespace].html#function_sqlite_last_insert_rowid","d":"

    (PHP 5, PECL sqlite >= 1.0.0)
    \nReturns the rowid of the most recently inserted row

    "},{"t":"F","n":"\\sqlite_libencoding","p":"[Global_Namespace].html#function_sqlite_libencoding","d":"

    (PHP 5, PECL sqlite >= 1.0.0)
    \nReturns the encoding of the linked SQLite library

    "},{"t":"F","n":"\\sqlite_libversion","p":"[Global_Namespace].html#function_sqlite_libversion","d":"

    (PHP 5, PECL sqlite >= 1.0.0)
    \nReturns the version of the linked SQLite library

    "},{"t":"F","n":"\\sqlite_next","p":"[Global_Namespace].html#function_sqlite_next","d":"

    (PHP 5, PECL sqlite >= 1.0.0)
    \nSeek to the next row number

    "},{"t":"F","n":"\\sqlite_num_fields","p":"[Global_Namespace].html#function_sqlite_num_fields","d":"

    (PHP 5, PECL sqlite >= 1.0.0)
    \nReturns the number of fields in a result set

    "},{"t":"F","n":"\\sqlite_num_rows","p":"[Global_Namespace].html#function_sqlite_num_rows","d":"

    (PHP 5, PECL sqlite >= 1.0.0)
    \nReturns the number of rows in a buffered result set

    "},{"t":"F","n":"\\sqlite_open","p":"[Global_Namespace].html#function_sqlite_open","d":"

    (PHP 5, PECL sqlite >= 1.0.0)
    \nOpens a SQLite database and create the database if it does not exist

    "},{"t":"F","n":"\\sqlite_popen","p":"[Global_Namespace].html#function_sqlite_popen","d":"

    (PHP 5, PECL sqlite >= 1.0.0)
    \nOpens a persistent handle to an SQLite database and create the database if it does not exist

    "},{"t":"F","n":"\\sqlite_prev","p":"[Global_Namespace].html#function_sqlite_prev","d":"

    Seek to the previous row number of a result set

    "},{"t":"F","n":"\\sqlite_query","p":"[Global_Namespace].html#function_sqlite_query","d":"

    (PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)
    \nExecutes a query against a given database and returns a result handle\nthere are two signatures with $query first and with $dbhandle first.

    "},{"t":"F","n":"\\sqlite_rewind","p":"[Global_Namespace].html#function_sqlite_rewind","d":"

    (PHP 5, PECL sqlite >= 1.0.0)
    \nSeek to the first row number

    "},{"t":"F","n":"\\sqlite_seek","p":"[Global_Namespace].html#function_sqlite_seek","d":"

    (PHP 5, PECL sqlite >= 1.0.0)
    \nSeek to a particular row number of a buffered result set

    "},{"t":"F","n":"\\sqlite_single_query","p":"[Global_Namespace].html#function_sqlite_single_query","d":"

    (PHP 5, PECL sqlite >= 1.0.1)
    \nExecutes a query and returns either an array for one single column or the value of the first row

    "},{"t":"F","n":"\\sqlite_udf_decode_binary","p":"[Global_Namespace].html#function_sqlite_udf_decode_binary","d":"

    (PHP 5, PECL sqlite >= 1.0.0)
    \nDecode binary data passed as parameters to an UDF

    "},{"t":"F","n":"\\sqlite_udf_encode_binary","p":"[Global_Namespace].html#function_sqlite_udf_encode_binary","d":"

    (PHP 5, PECL sqlite >= 1.0.0)
    \nEncode binary data before returning it from an UDF

    "},{"t":"F","n":"\\sqlite_unbuffered_query","p":"[Global_Namespace].html#function_sqlite_unbuffered_query","d":"

    (PHP 5, PECL sqlite >= 1.0.0)
    \nExecute a query that does not prefetch and buffer all data

    "},{"t":"F","n":"\\sqlite_valid","p":"[Global_Namespace].html#function_sqlite_valid","d":"

    Returns whether more rows are available

    "},{"t":"F","n":"\\sqlsrv_begin_transaction","p":"[Global_Namespace].html#function_sqlsrv_begin_transaction","d":"

    Begins a database transaction.

    "},{"t":"F","n":"\\sqlsrv_cancel","p":"[Global_Namespace].html#function_sqlsrv_cancel","d":"

    Cancels a statement; discards any pending results for the statement.

    "},{"t":"F","n":"\\sqlsrv_client_info","p":"[Global_Namespace].html#function_sqlsrv_client_info","d":"

    Provides information about the client.

    "},{"t":"F","n":"\\sqlsrv_close","p":"[Global_Namespace].html#function_sqlsrv_close","d":"

    Closes a connection. Frees all resources associated with the connection.

    "},{"t":"F","n":"\\sqlsrv_commit","p":"[Global_Namespace].html#function_sqlsrv_commit","d":"

    Commits a transaction that was begun with sqlsrv_begin_transaction.

    "},{"t":"F","n":"\\sqlsrv_configure","p":"[Global_Namespace].html#function_sqlsrv_configure","d":"

    Changes the driver error handling and logging configurations.

    "},{"t":"F","n":"\\sqlsrv_connect","p":"[Global_Namespace].html#function_sqlsrv_connect","d":"

    Creates and opens a connection.

    "},{"t":"F","n":"\\sqlsrv_errors","p":"[Global_Namespace].html#function_sqlsrv_errors","d":"

    Returns error and/or warning information about the last operation.

    "},{"t":"F","n":"\\sqlsrv_execute","p":"[Global_Namespace].html#function_sqlsrv_execute","d":"

    Executes a statement prepared with {sqlsrv_prepare}

    "},{"t":"F","n":"\\sqlsrv_fetch","p":"[Global_Namespace].html#function_sqlsrv_fetch","d":"

    Makes the next row in a result set available for reading.

    "},{"t":"F","n":"\\sqlsrv_fetch_array","p":"[Global_Namespace].html#function_sqlsrv_fetch_array","d":"

    Retrieves the next row of data as a numerically indexed array, an associative array, or both.

    "},{"t":"F","n":"\\sqlsrv_fetch_object","p":"[Global_Namespace].html#function_sqlsrv_fetch_object","d":"

    Retrieves the next row of data as an object.

    "},{"t":"F","n":"\\sqlsrv_field_metadata","p":"[Global_Namespace].html#function_sqlsrv_field_metadata","d":"

    Returns field metadata.

    "},{"t":"F","n":"\\sqlsrv_free_stmt","p":"[Global_Namespace].html#function_sqlsrv_free_stmt","d":"

    Closes a statement. Frees all resources associated with the statement.

    "},{"t":"F","n":"\\sqlsrv_get_config","p":"[Global_Namespace].html#function_sqlsrv_get_config","d":"

    Returns the current value of the specified configuration setting.

    "},{"t":"F","n":"\\sqlsrv_get_field","p":"[Global_Namespace].html#function_sqlsrv_get_field","d":"

    Retrieves a field in the current row by index. The PHP return type can be specified.

    "},{"t":"F","n":"\\sqlsrv_has_rows","p":"[Global_Namespace].html#function_sqlsrv_has_rows","d":"

    Detects if a result set has one or more rows.

    "},{"t":"F","n":"\\sqlsrv_next_result","p":"[Global_Namespace].html#function_sqlsrv_next_result","d":"

    Makes the next result of the specified statement active.

    "},{"t":"F","n":"\\sqlsrv_num_fields","p":"[Global_Namespace].html#function_sqlsrv_num_fields","d":"

    Retrieves the number of fields (columns) on a statemen.

    "},{"t":"F","n":"\\sqlsrv_num_rows","p":"[Global_Namespace].html#function_sqlsrv_num_rows","d":"

    Retrieves the number of rows in a result set.

    "},{"t":"F","n":"\\sqlsrv_prepare","p":"[Global_Namespace].html#function_sqlsrv_prepare","d":"

    Prepares a Transact-SQL query without executing it. Implicitly binds parameters.

    "},{"t":"F","n":"\\sqlsrv_query","p":"[Global_Namespace].html#function_sqlsrv_query","d":"

    Prepares and executes a Transact-SQL query.

    "},{"t":"F","n":"\\sqlsrv_rollback","p":"[Global_Namespace].html#function_sqlsrv_rollback","d":"

    Rolls back a transaction that was begun with {sqlsrv_begin_transaction}.

    "},{"t":"F","n":"\\sqlsrv_rows_affected","p":"[Global_Namespace].html#function_sqlsrv_rows_affected","d":"

    Returns the number of modified rows.

    "},{"t":"F","n":"\\sqlsrv_send_stream_data","p":"[Global_Namespace].html#function_sqlsrv_send_stream_data","d":"

    Sends up to eight kilobytes (8 KB) of data to the server with each call to the function.

    "},{"t":"F","n":"\\sqlsrv_server_info","p":"[Global_Namespace].html#function_sqlsrv_server_info","d":"

    Returns information about the server.

    "},{"t":"F","n":"\\sqrt","p":"[Global_Namespace].html#function_sqrt","d":"

    Square root

    "},{"t":"F","n":"\\srand","p":"[Global_Namespace].html#function_srand","d":"

    Seed the random number generator

    \n

    Note: As of PHP 7.1.0, {srand()} has been made\nan alias of {mt_srand()}."},{"t":"F","n":"\\sscanf","p":"[Global_Namespace].html#function_sscanf","d":"

    Parses input from a string according to a format

    "},{"t":"F","n":"\\ssh2_auth_agent","p":"[Global_Namespace].html#function_ssh2_auth_agent","d":"

    (PECL ssh2 >= 0.12)
    \nssh2_auth_agent \u2014 Authenticate over SSH using the ssh agent

    "},{"t":"F","n":"\\ssh2_auth_hostbased_file","p":"[Global_Namespace].html#function_ssh2_auth_hostbased_file","d":"

    (PECL ssh2 >= 0.9.0)
    \nAuthenticate using a public hostkey

    "},{"t":"F","n":"\\ssh2_auth_none","p":"[Global_Namespace].html#function_ssh2_auth_none","d":"

    (PECL ssh2 >= 0.9.0)
    \nAuthenticate as "none"

    "},{"t":"F","n":"\\ssh2_auth_password","p":"[Global_Namespace].html#function_ssh2_auth_password","d":"

    (PECL ssh2 >= 0.9.0)
    \nAuthenticate over SSH using a plain password

    "},{"t":"F","n":"\\ssh2_auth_pubkey_file","p":"[Global_Namespace].html#function_ssh2_auth_pubkey_file","d":"

    (PECL ssh2 >= 0.9.0)
    \nAuthenticate using a public key

    "},{"t":"F","n":"\\ssh2_connect","p":"[Global_Namespace].html#function_ssh2_connect","d":"

    (PECL ssh2 >= 0.9.0)
    \nConnect to an SSH server

    "},{"t":"F","n":"\\ssh2_disconnect","p":"[Global_Namespace].html#function_ssh2_disconnect","d":"

    (PECL ssh2 >= 1.0)
    \nClose a connection to a remote SSH server

    "},{"t":"F","n":"\\ssh2_exec","p":"[Global_Namespace].html#function_ssh2_exec","d":"

    (PECL ssh2 >= 0.9.0)
    \nExecute a command on a remote server

    "},{"t":"F","n":"\\ssh2_fetch_stream","p":"[Global_Namespace].html#function_ssh2_fetch_stream","d":"

    (PECL ssh2 >= 0.9.0)
    \nFetch an extended data stream

    "},{"t":"F","n":"\\ssh2_fingerprint","p":"[Global_Namespace].html#function_ssh2_fingerprint","d":"

    (PECL ssh2 >= 0.9.0)
    \nRetrieve fingerprint of remote server

    "},{"t":"F","n":"\\ssh2_forward_accept","p":"[Global_Namespace].html#function_ssh2_forward_accept","d":null},{"t":"F","n":"\\ssh2_forward_listen","p":"[Global_Namespace].html#function_ssh2_forward_listen","d":null},{"t":"F","n":"\\ssh2_methods_negotiated","p":"[Global_Namespace].html#function_ssh2_methods_negotiated","d":"

    (PECL ssh2 >= 0.9.0)
    \nReturn list of negotiated methods

    "},{"t":"F","n":"\\ssh2_poll","p":"[Global_Namespace].html#function_ssh2_poll","d":""},{"t":"F","n":"\\ssh2_publickey_add","p":"[Global_Namespace].html#function_ssh2_publickey_add","d":"

    (PECL ssh2 >= 0.10)
    \nAdd an authorized publickey

    "},{"t":"F","n":"\\ssh2_publickey_init","p":"[Global_Namespace].html#function_ssh2_publickey_init","d":"

    (PECL ssh2 >= 0.10)
    \nInitialize Publickey subsystem

    "},{"t":"F","n":"\\ssh2_publickey_list","p":"[Global_Namespace].html#function_ssh2_publickey_list","d":"

    (PECL ssh2 >= 0.10)
    \nList currently authorized publickeys

    "},{"t":"F","n":"\\ssh2_publickey_remove","p":"[Global_Namespace].html#function_ssh2_publickey_remove","d":"

    (PECL ssh2 >= 0.10)
    \nRemove an authorized publickey

    "},{"t":"F","n":"\\ssh2_scp_recv","p":"[Global_Namespace].html#function_ssh2_scp_recv","d":"

    (PECL ssh2 >= 0.9.0)
    \nRequest a file via SCP

    "},{"t":"F","n":"\\ssh2_scp_send","p":"[Global_Namespace].html#function_ssh2_scp_send","d":"

    (PECL ssh2 >= 0.9.0)
    \nSend a file via SCP

    "},{"t":"F","n":"\\ssh2_send_eof","p":"[Global_Namespace].html#function_ssh2_send_eof","d":"

    (PECL ssh2 >= 1.0)
    \nSend end-of-file signal through an SSH2 channel

    "},{"t":"F","n":"\\ssh2_sftp","p":"[Global_Namespace].html#function_ssh2_sftp","d":"

    (PECL ssh2 >= 0.9.0)
    \nInitialize SFTP subsystem

    "},{"t":"F","n":"\\ssh2_sftp_chmod","p":"[Global_Namespace].html#function_ssh2_sftp_chmod","d":"

    (PECL ssh2 >= 0.12)
    \nssh2_sftp_chmod \u2014 Changes file mode

    "},{"t":"F","n":"\\ssh2_sftp_lstat","p":"[Global_Namespace].html#function_ssh2_sftp_lstat","d":"

    (PECL ssh2 >= 0.9.0)
    \nStat a symbolic link

    "},{"t":"F","n":"\\ssh2_sftp_mkdir","p":"[Global_Namespace].html#function_ssh2_sftp_mkdir","d":"

    (PECL ssh2 >= 0.9.0)
    \nCreate a directory

    "},{"t":"F","n":"\\ssh2_sftp_readlink","p":"[Global_Namespace].html#function_ssh2_sftp_readlink","d":"

    (PECL ssh2 >= 0.9.0)
    \nReturn the target of a symbolic link

    "},{"t":"F","n":"\\ssh2_sftp_realpath","p":"[Global_Namespace].html#function_ssh2_sftp_realpath","d":"

    (PECL ssh2 >= 0.9.0)
    \nResolve the realpath of a provided path string

    "},{"t":"F","n":"\\ssh2_sftp_rename","p":"[Global_Namespace].html#function_ssh2_sftp_rename","d":"

    (PECL ssh2 >= 0.9.0)
    \nRename a remote file

    "},{"t":"F","n":"\\ssh2_sftp_rmdir","p":"[Global_Namespace].html#function_ssh2_sftp_rmdir","d":"

    (PECL ssh2 >= 0.9.0)
    \nRemove a directory

    "},{"t":"F","n":"\\ssh2_sftp_stat","p":"[Global_Namespace].html#function_ssh2_sftp_stat","d":"

    (PECL ssh2 >= 0.9.0)
    \nStat a file on a remote filesystem

    "},{"t":"F","n":"\\ssh2_sftp_symlink","p":"[Global_Namespace].html#function_ssh2_sftp_symlink","d":"

    (PECL ssh2 >= 0.9.0)
    \nCreate a symlink

    "},{"t":"F","n":"\\ssh2_sftp_unlink","p":"[Global_Namespace].html#function_ssh2_sftp_unlink","d":"

    (PECL ssh2 >= 0.9.0)
    \nDelete a file

    "},{"t":"F","n":"\\ssh2_shell","p":"[Global_Namespace].html#function_ssh2_shell","d":"

    (PECL ssh2 >= 0.9.0)
    \nRequest an interactive shell

    "},{"t":"F","n":"\\ssh2_tunnel","p":"[Global_Namespace].html#function_ssh2_tunnel","d":"

    (PECL ssh2 >= 0.9.0)
    \nOpen a tunnel through a remote server

    "},{"t":"F","n":"\\stat","p":"[Global_Namespace].html#function_stat","d":"

    Gives information about a file

    "},{"t":"F","n":"\\stats_absolute_deviation","p":"[Global_Namespace].html#function_stats_absolute_deviation","d":"

    Returns the absolute deviation of the values in a, or FALSE if a is empty or is not an array.

    "},{"t":"F","n":"\\stats_cdf_beta","p":"[Global_Namespace].html#function_stats_cdf_beta","d":"

    Returns CDF, x, alpha, or beta, determined by which.

    "},{"t":"F","n":"\\stats_cdf_binomial","p":"[Global_Namespace].html#function_stats_cdf_binomial","d":"

    Returns CDF, x, n, or p, determined by which.

    "},{"t":"F","n":"\\stats_cdf_cauchy","p":"[Global_Namespace].html#function_stats_cdf_cauchy","d":"

    Returns CDF, x, x0, or gamma, determined by which.

    "},{"t":"F","n":"\\stats_cdf_chisquare","p":"[Global_Namespace].html#function_stats_cdf_chisquare","d":"

    Returns CDF, x, or k, determined by which.

    "},{"t":"F","n":"\\stats_cdf_exponential","p":"[Global_Namespace].html#function_stats_cdf_exponential","d":"

    Returns CDF, x, or lambda, determined by which.

    "},{"t":"F","n":"\\stats_cdf_f","p":"[Global_Namespace].html#function_stats_cdf_f","d":"

    Returns CDF, x, d1, or d2, determined by which.

    "},{"t":"F","n":"\\stats_cdf_gamma","p":"[Global_Namespace].html#function_stats_cdf_gamma","d":"

    Returns CDF, x, k, or theta, determined by which.

    "},{"t":"F","n":"\\stats_cdf_laplace","p":"[Global_Namespace].html#function_stats_cdf_laplace","d":"

    Returns CDF, x, mu, or b, determined by which.

    "},{"t":"F","n":"\\stats_cdf_logistic","p":"[Global_Namespace].html#function_stats_cdf_logistic","d":"

    Returns CDF, x, mu, or s, determined by which.

    "},{"t":"F","n":"\\stats_cdf_negative_binomial","p":"[Global_Namespace].html#function_stats_cdf_negative_binomial","d":"

    Returns CDF, x, r, or p, determined by which.

    "},{"t":"F","n":"\\stats_cdf_noncentral_chisquare","p":"[Global_Namespace].html#function_stats_cdf_noncentral_chisquare","d":"

    Returns CDF, x, k, or lambda, determined by which.

    "},{"t":"F","n":"\\stats_cdf_noncentral_f","p":"[Global_Namespace].html#function_stats_cdf_noncentral_f","d":"

    Returns CDF, x, nu1, nu2, or lambda, determined by which.

    "},{"t":"F","n":"\\stats_cdf_noncentral_t","p":"[Global_Namespace].html#function_stats_cdf_noncentral_t","d":"

    Returns CDF, x, nu, or mu, determined by which.

    "},{"t":"F","n":"\\stats_cdf_normal","p":"[Global_Namespace].html#function_stats_cdf_normal","d":"

    Returns CDF, x, mu, or sigma, determined by which.

    "},{"t":"F","n":"\\stats_cdf_poisson","p":"[Global_Namespace].html#function_stats_cdf_poisson","d":"

    Returns CDF, x, or lambda, determined by which.

    "},{"t":"F","n":"\\stats_cdf_t","p":"[Global_Namespace].html#function_stats_cdf_t","d":"

    Returns CDF, x, or nu, determined by which.

    "},{"t":"F","n":"\\stats_cdf_uniform","p":"[Global_Namespace].html#function_stats_cdf_uniform","d":"

    Returns CDF, x, a, or b, determined by which.

    "},{"t":"F","n":"\\stats_cdf_weibull","p":"[Global_Namespace].html#function_stats_cdf_weibull","d":"

    Returns CDF, x, k, or lambda, determined by which.

    "},{"t":"F","n":"\\stats_covariance","p":"[Global_Namespace].html#function_stats_covariance","d":"

    Returns the covariance of a and b, or FALSE on failure.

    "},{"t":"F","n":"\\stats_dens_beta","p":"[Global_Namespace].html#function_stats_dens_beta","d":"

    The probability density at x or FALSE for failure.

    "},{"t":"F","n":"\\stats_dens_cauchy","p":"[Global_Namespace].html#function_stats_dens_cauchy","d":"

    The probability density at x or FALSE for failure.

    "},{"t":"F","n":"\\stats_dens_chisquare","p":"[Global_Namespace].html#function_stats_dens_chisquare","d":"

    The probability density at x or FALSE for failure.

    "},{"t":"F","n":"\\stats_dens_exponential","p":"[Global_Namespace].html#function_stats_dens_exponential","d":"

    The probability density at x or FALSE for failure.

    "},{"t":"F","n":"\\stats_dens_f","p":"[Global_Namespace].html#function_stats_dens_f","d":"

    The probability density at x or FALSE for failure.

    "},{"t":"F","n":"\\stats_dens_gamma","p":"[Global_Namespace].html#function_stats_dens_gamma","d":"

    The probability density at x or FALSE for failure.

    "},{"t":"F","n":"\\stats_dens_laplace","p":"[Global_Namespace].html#function_stats_dens_laplace","d":"

    The probability density at x or FALSE for failure.

    "},{"t":"F","n":"\\stats_dens_logistic","p":"[Global_Namespace].html#function_stats_dens_logistic","d":"

    The probability density at x or FALSE for failure.

    "},{"t":"F","n":"\\stats_dens_normal","p":"[Global_Namespace].html#function_stats_dens_normal","d":"

    The probability density at x or FALSE for failure.

    "},{"t":"F","n":"\\stats_dens_pmf_binomial","p":"[Global_Namespace].html#function_stats_dens_pmf_binomial","d":"

    The probability mass at x or FALSE for failure.

    "},{"t":"F","n":"\\stats_dens_pmf_hypergeometric","p":"[Global_Namespace].html#function_stats_dens_pmf_hypergeometric","d":"

    The probability mass at n1 or FALSE for failure.

    "},{"t":"F","n":"\\stats_dens_pmf_negative_binomial","p":"[Global_Namespace].html#function_stats_dens_pmf_negative_binomial","d":"

    The probability mass at x or FALSE for failure.

    "},{"t":"F","n":"\\stats_dens_pmf_poisson","p":"[Global_Namespace].html#function_stats_dens_pmf_poisson","d":"

    The probability mass at x or FALSE for failure.

    "},{"t":"F","n":"\\stats_dens_t","p":"[Global_Namespace].html#function_stats_dens_t","d":"

    The probability density at x or FALSE for failure.

    "},{"t":"F","n":"\\stats_dens_uniform","p":"[Global_Namespace].html#function_stats_dens_uniform","d":"

    The probability density at x or FALSE for failure.

    "},{"t":"F","n":"\\stats_dens_weibull","p":"[Global_Namespace].html#function_stats_dens_weibull","d":"

    The probability density at x or FALSE for failure.

    "},{"t":"F","n":"\\stats_harmonic_mean","p":"[Global_Namespace].html#function_stats_harmonic_mean","d":"

    Returns the harmonic mean of the values in a, or FALSE if a is empty or is not an array.

    "},{"t":"F","n":"\\stats_kurtosis","p":"[Global_Namespace].html#function_stats_kurtosis","d":"

    Returns the kurtosis of the values in a, or FALSE if a is empty or is not an array.

    "},{"t":"F","n":"\\stats_rand_gen_beta","p":"[Global_Namespace].html#function_stats_rand_gen_beta","d":"

    A random deviate

    "},{"t":"F","n":"\\stats_rand_gen_chisquare","p":"[Global_Namespace].html#function_stats_rand_gen_chisquare","d":"

    A random deviate

    "},{"t":"F","n":"\\stats_rand_gen_exponential","p":"[Global_Namespace].html#function_stats_rand_gen_exponential","d":"

    A random deviate

    "},{"t":"F","n":"\\stats_rand_gen_f","p":"[Global_Namespace].html#function_stats_rand_gen_f","d":"

    A random deviate

    "},{"t":"F","n":"\\stats_rand_gen_funiform","p":"[Global_Namespace].html#function_stats_rand_gen_funiform","d":"

    A random deviate

    "},{"t":"F","n":"\\stats_rand_gen_gamma","p":"[Global_Namespace].html#function_stats_rand_gen_gamma","d":"

    A random deviate

    "},{"t":"F","n":"\\stats_rand_gen_ibinomial","p":"[Global_Namespace].html#function_stats_rand_gen_ibinomial","d":"

    A random deviate

    "},{"t":"F","n":"\\stats_rand_gen_ibinomial_negative","p":"[Global_Namespace].html#function_stats_rand_gen_ibinomial_negative","d":"

    A random deviate, which is the number of failure.

    "},{"t":"F","n":"\\stats_rand_gen_int","p":"[Global_Namespace].html#function_stats_rand_gen_int","d":"

    A random integer

    "},{"t":"F","n":"\\stats_rand_gen_ipoisson","p":"[Global_Namespace].html#function_stats_rand_gen_ipoisson","d":"

    A random deviate

    "},{"t":"F","n":"\\stats_rand_gen_iuniform","p":"[Global_Namespace].html#function_stats_rand_gen_iuniform","d":"

    A random integer

    "},{"t":"F","n":"\\stats_rand_gen_noncentral_f","p":"[Global_Namespace].html#function_stats_rand_gen_noncentral_f","d":"

    A random deviate

    "},{"t":"F","n":"\\stats_rand_gen_noncentral_t","p":"[Global_Namespace].html#function_stats_rand_gen_noncentral_t","d":"

    A random deviate

    "},{"t":"F","n":"\\stats_rand_gen_normal","p":"[Global_Namespace].html#function_stats_rand_gen_normal","d":"

    A random deviate

    "},{"t":"F","n":"\\stats_rand_gen_t","p":"[Global_Namespace].html#function_stats_rand_gen_t","d":"

    A random deviate

    "},{"t":"F","n":"\\stats_rand_get_seeds","p":"[Global_Namespace].html#function_stats_rand_get_seeds","d":"

    Returns an array of two integers.

    "},{"t":"F","n":"\\stats_rand_phrase_to_seeds","p":"[Global_Namespace].html#function_stats_rand_phrase_to_seeds","d":"

    Returns an array of two integers.

    "},{"t":"F","n":"\\stats_rand_ranf","p":"[Global_Namespace].html#function_stats_rand_ranf","d":"

    A random floating point number

    "},{"t":"F","n":"\\stats_rand_setall","p":"[Global_Namespace].html#function_stats_rand_setall","d":"

    No values are returned.

    "},{"t":"F","n":"\\stats_skew","p":"[Global_Namespace].html#function_stats_skew","d":"

    Returns the skewness of the values in a, or FALSE if a is empty or is not an array.

    "},{"t":"F","n":"\\stats_standard_deviation","p":"[Global_Namespace].html#function_stats_standard_deviation","d":"

    Returns the standard deviation on success; FALSE on failure.

    "},{"t":"F","n":"\\stats_stat_binomial_coef","p":"[Global_Namespace].html#function_stats_stat_binomial_coef","d":"

    Returns the binomial coefficient

    "},{"t":"F","n":"\\stats_stat_correlation","p":"[Global_Namespace].html#function_stats_stat_correlation","d":"

    Returns the Pearson correlation coefficient between arr1 and arr2, or FALSE on failure.

    "},{"t":"F","n":"\\stats_stat_factorial","p":"[Global_Namespace].html#function_stats_stat_factorial","d":"

    The factorial of n.

    "},{"t":"F","n":"\\stats_stat_independent_t","p":"[Global_Namespace].html#function_stats_stat_independent_t","d":"

    Returns the t-value, or FALSE if failure.

    "},{"t":"F","n":"\\stats_stat_innerproduct","p":"[Global_Namespace].html#function_stats_stat_innerproduct","d":"

    Returns the inner product of arr1 and arr2, or FALSE on failure.

    "},{"t":"F","n":"\\stats_stat_paired_t","p":"[Global_Namespace].html#function_stats_stat_paired_t","d":"

    Returns the t-value, or FALSE if failure.

    "},{"t":"F","n":"\\stats_stat_percentile","p":"[Global_Namespace].html#function_stats_stat_percentile","d":"

    Returns the percentile values of the input array.

    "},{"t":"F","n":"\\stats_stat_powersum","p":"[Global_Namespace].html#function_stats_stat_powersum","d":"

    Returns the power sum of the input array.

    "},{"t":"F","n":"\\stats_variance","p":"[Global_Namespace].html#function_stats_variance","d":"

    Returns the variance on success; FALSE on failure.

    "},{"t":"F","n":"\\stomp_abort","p":"[Global_Namespace].html#function_stomp_abort","d":"

    Rolls back a transaction in progress

    "},{"t":"F","n":"\\stomp_ack","p":"[Global_Namespace].html#function_stomp_ack","d":"

    Acknowledge consumption of a message from a subscription using client acknowledgment

    "},{"t":"F","n":"\\stomp_begin","p":"[Global_Namespace].html#function_stomp_begin","d":"

    Starts a transaction

    "},{"t":"F","n":"\\stomp_close","p":"[Global_Namespace].html#function_stomp_close","d":"

    Closes stomp connection

    "},{"t":"F","n":"\\stomp_commit","p":"[Global_Namespace].html#function_stomp_commit","d":"

    Commits a transaction in progress

    "},{"t":"F","n":"\\stomp_connect","p":"[Global_Namespace].html#function_stomp_connect","d":"

    Opens a connection

    "},{"t":"F","n":"\\stomp_error","p":"[Global_Namespace].html#function_stomp_error","d":"

    Gets the last stomp error

    "},{"t":"F","n":"\\stomp_get_session_id","p":"[Global_Namespace].html#function_stomp_get_session_id","d":"

    Gets the current stomp session ID

    "},{"t":"F","n":"\\stomp_get_timeout","p":"[Global_Namespace].html#function_stomp_get_timeout","d":"

    Get timeout

    "},{"t":"F","n":"\\stomp_has_frame","p":"[Global_Namespace].html#function_stomp_has_frame","d":"

    Indicates whether or not there is a frame ready to read

    "},{"t":"F","n":"\\stomp_read_frame","p":"[Global_Namespace].html#function_stomp_read_frame","d":"

    Reads the next frame

    "},{"t":"F","n":"\\stomp_send","p":"[Global_Namespace].html#function_stomp_send","d":"

    Sends a message to a destination in the messaging system

    "},{"t":"F","n":"\\stomp_set_timeout","p":"[Global_Namespace].html#function_stomp_set_timeout","d":"

    Set timeout

    "},{"t":"F","n":"\\stomp_subscribe","p":"[Global_Namespace].html#function_stomp_subscribe","d":"

    Registers to listen to a given destination

    "},{"t":"F","n":"\\stomp_unsubscribe","p":"[Global_Namespace].html#function_stomp_unsubscribe","d":"

    Removes an existing subscription

    "},{"t":"F","n":"\\stomp_version","p":"[Global_Namespace].html#function_stomp_version","d":"

    Get the current version of the stomp extension

    "},{"t":"F","n":"\\str_getcsv","p":"[Global_Namespace].html#function_str_getcsv","d":"

    Parse a CSV string into an array

    "},{"t":"F","n":"\\str_ireplace","p":"[Global_Namespace].html#function_str_ireplace","d":"

    Case-insensitive version of str_replace.

    "},{"t":"F","n":"\\str_pad","p":"[Global_Namespace].html#function_str_pad","d":"

    Pad a string to a certain length with another string

    "},{"t":"F","n":"\\str_repeat","p":"[Global_Namespace].html#function_str_repeat","d":"

    Repeat a string

    "},{"t":"F","n":"\\str_replace","p":"[Global_Namespace].html#function_str_replace","d":"

    Replace all occurrences of the search string with the replacement string

    "},{"t":"F","n":"\\str_rot13","p":"[Global_Namespace].html#function_str_rot13","d":"

    Perform the rot13 transform on a string

    "},{"t":"F","n":"\\str_shuffle","p":"[Global_Namespace].html#function_str_shuffle","d":"

    Randomly shuffles a string

    "},{"t":"F","n":"\\str_split","p":"[Global_Namespace].html#function_str_split","d":"

    Convert a string to an array

    "},{"t":"F","n":"\\str_word_count","p":"[Global_Namespace].html#function_str_word_count","d":"

    Return information about words used in a string

    "},{"t":"F","n":"\\strchr","p":"[Global_Namespace].html#function_strchr","d":"

    Alias:\n{strstr}

    "},{"t":"F","n":"\\strcoll","p":"[Global_Namespace].html#function_strcoll","d":"

    Locale based string comparison

    "},{"t":"F","n":"\\strcspn","p":"[Global_Namespace].html#function_strcspn","d":"

    Find length of initial segment not matching mask

    "},{"t":"F","n":"\\stream_bucket_append","p":"[Global_Namespace].html#function_stream_bucket_append","d":"

    Append bucket to brigade

    "},{"t":"F","n":"\\stream_bucket_make_writeable","p":"[Global_Namespace].html#function_stream_bucket_make_writeable","d":"

    Return a bucket object from the brigade for operating on

    "},{"t":"F","n":"\\stream_bucket_new","p":"[Global_Namespace].html#function_stream_bucket_new","d":"

    Create a new bucket for use on the current stream

    "},{"t":"F","n":"\\stream_bucket_prepend","p":"[Global_Namespace].html#function_stream_bucket_prepend","d":"

    Prepend bucket to brigade

    "},{"t":"F","n":"\\stream_context_create","p":"[Global_Namespace].html#function_stream_context_create","d":"

    Create a stream context

    "},{"t":"F","n":"\\stream_context_get_default","p":"[Global_Namespace].html#function_stream_context_get_default","d":"

    Retreive the default stream context

    "},{"t":"F","n":"\\stream_context_get_options","p":"[Global_Namespace].html#function_stream_context_get_options","d":"

    Retrieve options for a stream/wrapper/context

    "},{"t":"F","n":"\\stream_context_get_params","p":"[Global_Namespace].html#function_stream_context_get_params","d":"

    Retrieves parameters from a context

    "},{"t":"F","n":"\\stream_context_set_default","p":"[Global_Namespace].html#function_stream_context_set_default","d":"

    Set the default stream context

    "},{"t":"F","n":"\\stream_context_set_option","p":"[Global_Namespace].html#function_stream_context_set_option","d":"

    Sets an option for a stream/wrapper/context

    "},{"t":"F","n":"\\stream_context_set_options","p":"[Global_Namespace].html#function_stream_context_set_options","d":""},{"t":"F","n":"\\stream_context_set_params","p":"[Global_Namespace].html#function_stream_context_set_params","d":"

    Set parameters for a stream/wrapper/context

    "},{"t":"F","n":"\\stream_copy_to_stream","p":"[Global_Namespace].html#function_stream_copy_to_stream","d":"

    Copies data from one stream to another

    "},{"t":"F","n":"\\stream_filter_append","p":"[Global_Namespace].html#function_stream_filter_append","d":"

    Attach a filter to a stream

    "},{"t":"F","n":"\\stream_filter_prepend","p":"[Global_Namespace].html#function_stream_filter_prepend","d":"

    Attach a filter to a stream

    "},{"t":"F","n":"\\stream_filter_register","p":"[Global_Namespace].html#function_stream_filter_register","d":"

    Register a user defined stream filter

    "},{"t":"F","n":"\\stream_filter_remove","p":"[Global_Namespace].html#function_stream_filter_remove","d":"

    Remove a filter from a stream

    "},{"t":"F","n":"\\stream_get_contents","p":"[Global_Namespace].html#function_stream_get_contents","d":"

    Reads remainder of a stream into a string

    "},{"t":"F","n":"\\stream_get_filters","p":"[Global_Namespace].html#function_stream_get_filters","d":"

    Retrieve list of registered filters

    "},{"t":"F","n":"\\stream_get_line","p":"[Global_Namespace].html#function_stream_get_line","d":"

    Gets line from stream resource up to a given delimiter

    "},{"t":"F","n":"\\stream_get_meta_data","p":"[Global_Namespace].html#function_stream_get_meta_data","d":"

    Retrieves header/meta data from streams/file pointers

    "},{"t":"F","n":"\\stream_get_transports","p":"[Global_Namespace].html#function_stream_get_transports","d":"

    Retrieve list of registered socket transports

    "},{"t":"F","n":"\\stream_get_wrappers","p":"[Global_Namespace].html#function_stream_get_wrappers","d":"

    Retrieve list of registered streams

    "},{"t":"F","n":"\\stream_is_local","p":"[Global_Namespace].html#function_stream_is_local","d":"

    Checks if a stream is a local stream

    "},{"t":"F","n":"\\stream_isatty","p":"[Global_Namespace].html#function_stream_isatty","d":"

    Check if a stream is a TTY

    "},{"t":"F","n":"\\stream_register_wrapper","p":"[Global_Namespace].html#function_stream_register_wrapper","d":"

    Alias:\n{stream_wrapper_register}

    \n

    Register a URL wrapper implemented as a PHP class

    "},{"t":"F","n":"\\stream_resolve_include_path","p":"[Global_Namespace].html#function_stream_resolve_include_path","d":"

    Resolve filename against the include path according to the same rules as fopen()/include().

    "},{"t":"F","n":"\\stream_select","p":"[Global_Namespace].html#function_stream_select","d":"

    Runs the equivalent of the select() system call on the given\narrays of streams with a timeout specified by tv_sec and tv_usec

    "},{"t":"F","n":"\\stream_set_blocking","p":"[Global_Namespace].html#function_stream_set_blocking","d":"

    Set blocking/non-blocking mode on a stream

    "},{"t":"F","n":"\\stream_set_chunk_size","p":"[Global_Namespace].html#function_stream_set_chunk_size","d":"

    Set the stream chunk size.

    "},{"t":"F","n":"\\stream_set_read_buffer","p":"[Global_Namespace].html#function_stream_set_read_buffer","d":"

    Sets read file buffering on the given stream

    "},{"t":"F","n":"\\stream_set_timeout","p":"[Global_Namespace].html#function_stream_set_timeout","d":"

    Set timeout period on a stream

    "},{"t":"F","n":"\\stream_set_write_buffer","p":"[Global_Namespace].html#function_stream_set_write_buffer","d":"

    Sets write file buffering on the given stream

    "},{"t":"F","n":"\\stream_socket_accept","p":"[Global_Namespace].html#function_stream_socket_accept","d":"

    Accept a connection on a socket created by {stream_socket_server}

    "},{"t":"F","n":"\\stream_socket_client","p":"[Global_Namespace].html#function_stream_socket_client","d":"

    Open Internet or Unix domain socket connection

    "},{"t":"F","n":"\\stream_socket_enable_crypto","p":"[Global_Namespace].html#function_stream_socket_enable_crypto","d":"

    Turns encryption on/off on an already connected socket

    "},{"t":"F","n":"\\stream_socket_get_name","p":"[Global_Namespace].html#function_stream_socket_get_name","d":"

    Retrieve the name of the local or remote sockets

    "},{"t":"F","n":"\\stream_socket_pair","p":"[Global_Namespace].html#function_stream_socket_pair","d":"

    Creates a pair of connected, indistinguishable socket streams

    "},{"t":"F","n":"\\stream_socket_recvfrom","p":"[Global_Namespace].html#function_stream_socket_recvfrom","d":"

    Receives data from a socket, connected or not

    "},{"t":"F","n":"\\stream_socket_sendto","p":"[Global_Namespace].html#function_stream_socket_sendto","d":"

    Sends a message to a socket, whether it is connected or not

    "},{"t":"F","n":"\\stream_socket_server","p":"[Global_Namespace].html#function_stream_socket_server","d":"

    Create an Internet or Unix domain server socket

    "},{"t":"F","n":"\\stream_socket_shutdown","p":"[Global_Namespace].html#function_stream_socket_shutdown","d":"

    Shutdown a full-duplex connection

    "},{"t":"F","n":"\\stream_supports_lock","p":"[Global_Namespace].html#function_stream_supports_lock","d":"

    Tells whether the stream supports locking.

    "},{"t":"F","n":"\\stream_wrapper_register","p":"[Global_Namespace].html#function_stream_wrapper_register","d":"

    Register a URL wrapper implemented as a PHP class

    "},{"t":"F","n":"\\stream_wrapper_restore","p":"[Global_Namespace].html#function_stream_wrapper_restore","d":"

    Restores a previously unregistered built-in wrapper

    "},{"t":"F","n":"\\stream_wrapper_unregister","p":"[Global_Namespace].html#function_stream_wrapper_unregister","d":"

    Unregister a URL wrapper

    "},{"t":"F","n":"\\strftime","p":"[Global_Namespace].html#function_strftime","d":"

    Format a local time/date according to locale settings\nThe following characters are recognized in the\nformat parameter string

    \n
    VersionDescription
    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
    formatDescriptionExample returned values\nDay
    %aAn abbreviated textual representation of the daySun through Sat
    %AA full textual representation of the daySunday through Saturday
    %dTwo-digit day of the month (with leading zeros)01 to 31
    %eDay of the month, with a space preceding single digits 1 to 31
    %jDay of the year, 3 digits with leading zeros001 to 366
    %uISO-8601 numeric representation of the day of the week1 (for Monday) though 7 (for Sunday)
    %wNumeric representation of the day of the week0 (for Sunday) through 6 (for Saturday)
    Week
    %UWeek number of the given year, starting with the first\nSunday as the first week13 (for the 13th full week of the year)
    %VISO-8601:1988 week number of the given year, starting with\nthe first week of the year with at least 4 weekdays, with Monday\nbeing the start of the week01 through 53 (where 53\naccounts for an overlapping week)
    %WA numeric representation of the week of the year, starting\nwith the first Monday as the first week46 (for the 46th week of the year beginning\nwith a Monday)
    Month
    %bAbbreviated month name, based on the localeJan through Dec
    %BFull month name, based on the localeJanuary through December
    %hAbbreviated month name, based on the locale (an alias of %b)Jan through Dec
    %mTwo digit representation of the month01 (for January) through 12 (for December)
    Year
    %CTwo digit representation of the century (year divided by 100, truncated to an integer)19 for the 20th Century
    %gTwo digit representation of the year going by ISO-8601:1988 standards (see %V)Example: 09 for the week of January 6, 2009
    %GThe full four-digit version of %gExample: 2008 for the week of January 3, 2009
    %yTwo digit representation of the yearExample: 09 for 2009, 79 for 1979
    %YFour digit representation for the yearExample: 2038
    Time
    %HTwo digit representation of the hour in 24-hour format00 through 23
    %ITwo digit representation of the hour in 12-hour format01 through 12
    %l (lower-case 'L')Hour in 12-hour format, with a space preceding single digits 1 through 12
    %MTwo digit representation of the minute00 through 59
    %pUPPER-CASE 'AM' or 'PM' based on the given timeExample: AM for 00:31, PM for 22:23
    %Plower-case 'am' or 'pm' based on the given timeExample: am for 00:31, pm for 22:23
    %rSame as \"%I:%M:%S %p\"Example: 09:34:17 PM for 21:34:17
    %RSame as \"%H:%M\"Example: 00:35 for 12:35 AM, 16:44 for 4:44 PM
    %STwo digit representation of the second00 through 59
    %TSame as \"%H:%M:%S\"Example: 21:34:17 for 09:34:17 PM
    %XPreferred time representation based on locale, without the dateExample: 03:59:16 or 15:59:16
    %zEither the time zone offset from UTC or the abbreviation (depends\non operating system)Example: -0500 or EST for Eastern Time
    %ZThe time zone offset/abbreviation option NOT given by %z (depends\non operating system)Example: -0500 or EST for Eastern Time
    Time and Date Stamps
    %cPreferred date and time stamp based on localExample: Tue Feb 5 00:45:10 2009 for\nFebruary 4, 2009 at 12:45:10 AM
    %DSame as \"%m/%d/%y\"Example: 02/05/09 for February 5, 2009
    %FSame as \"%Y-%m-%d\" (commonly used in database datestamps)Example: 2009-02-05 for February 5, 2009
    %sUnix Epoch Time timestamp (same as the time\nfunction)Example: 305815200 for September 10, 1979 08:40:00 AM
    %xPreferred date representation based on locale, without the timeExample: 02/05/09 for February 5, 2009
    Miscellaneous
    %nA newline character (\"\\n\")---
    %tA Tab character (\"\\t\")---
    %%A literal percentage character (\"%\")---
    \n

    \nMaximum length of this parameter is 1023 characters."},{"t":"F","n":"\\strip_tags","p":"[Global_Namespace].html#function_strip_tags","d":"

    Strip HTML and PHP tags from a string

    "},{"t":"F","n":"\\stripcslashes","p":"[Global_Namespace].html#function_stripcslashes","d":"

    Un-quote string quoted with addcslashes

    "},{"t":"F","n":"\\stripos","p":"[Global_Namespace].html#function_stripos","d":"

    Find position of first occurrence of a case-insensitive string

    "},{"t":"F","n":"\\stripslashes","p":"[Global_Namespace].html#function_stripslashes","d":"

    Un-quotes a quoted string

    "},{"t":"F","n":"\\stristr","p":"[Global_Namespace].html#function_stristr","d":"

    Case-insensitive strstr

    "},{"t":"F","n":"\\strnatcasecmp","p":"[Global_Namespace].html#function_strnatcasecmp","d":"

    Case insensitive string comparisons using a "natural order" algorithm

    "},{"t":"F","n":"\\strnatcmp","p":"[Global_Namespace].html#function_strnatcmp","d":"

    String comparisons using a "natural order" algorithm

    "},{"t":"F","n":"\\strpbrk","p":"[Global_Namespace].html#function_strpbrk","d":"

    Search a string for any of a set of characters

    "},{"t":"F","n":"\\strpos","p":"[Global_Namespace].html#function_strpos","d":"

    Find the position of the first occurrence of a substring in a string

    "},{"t":"F","n":"\\strptime","p":"[Global_Namespace].html#function_strptime","d":"

    Parse a time/date generated with strftime

    "},{"t":"F","n":"\\strrchr","p":"[Global_Namespace].html#function_strrchr","d":"

    Find the last occurrence of a character in a string

    "},{"t":"F","n":"\\strrev","p":"[Global_Namespace].html#function_strrev","d":"

    Reverse a string

    "},{"t":"F","n":"\\strripos","p":"[Global_Namespace].html#function_strripos","d":"

    Find position of last occurrence of a case-insensitive string in a string

    "},{"t":"F","n":"\\strrpos","p":"[Global_Namespace].html#function_strrpos","d":"

    Find the position of the last occurrence of a substring in a string

    "},{"t":"F","n":"\\strspn","p":"[Global_Namespace].html#function_strspn","d":"

    Finds the length of the initial segment of a string consisting\nentirely of characters contained within a given mask.

    "},{"t":"F","n":"\\strstr","p":"[Global_Namespace].html#function_strstr","d":"

    Find the first occurrence of a string

    "},{"t":"F","n":"\\strtok","p":"[Global_Namespace].html#function_strtok","d":"

    Tokenize string\nNote that only the first call to strtok uses the string argument.

    "},{"t":"F","n":"\\strtolower","p":"[Global_Namespace].html#function_strtolower","d":"

    Make a string lowercase

    "},{"t":"F","n":"\\strtotime","p":"[Global_Namespace].html#function_strtotime","d":"

    Parse about any English textual datetime description into a Unix timestamp

    "},{"t":"F","n":"\\strtoupper","p":"[Global_Namespace].html#function_strtoupper","d":"

    Make a string uppercase

    "},{"t":"F","n":"\\strtr","p":"[Global_Namespace].html#function_strtr","d":"

    Translate certain characters

    "},{"t":"F","n":"\\strval","p":"[Global_Namespace].html#function_strval","d":"

    Get string value of a variable

    "},{"t":"F","n":"\\substr","p":"[Global_Namespace].html#function_substr","d":"

    Return part of a string or false on failure. For PHP8.0+ only string is returned

    "},{"t":"F","n":"\\substr_compare","p":"[Global_Namespace].html#function_substr_compare","d":"

    Binary safe comparison of two strings from an offset, up to length characters

    "},{"t":"F","n":"\\substr_count","p":"[Global_Namespace].html#function_substr_count","d":"

    Count the number of substring occurrences

    "},{"t":"F","n":"\\substr_replace","p":"[Global_Namespace].html#function_substr_replace","d":"

    Replace text within a portion of a string

    "},{"t":"F","n":"\\suhosin_encrypt_cookie","p":"[Global_Namespace].html#function_suhosin_encrypt_cookie","d":"

    Encrypts a cookie value according to current cookie encrpytion setting

    "},{"t":"F","n":"\\suhosin_get_raw_cookies","p":"[Global_Namespace].html#function_suhosin_get_raw_cookies","d":"

    Returns an array containing the raw cookie values

    "},{"t":"F","n":"\\svn_add","p":"[Global_Namespace].html#function_svn_add","d":"

    (PECL svn >= 0.1.0)
    \nSchedules the addition of an item in a working directory

    "},{"t":"F","n":"\\svn_auth_get_parameter","p":"[Global_Namespace].html#function_svn_auth_get_parameter","d":"

    (PECL svn >= 0.1.0)
    \nRetrieves authentication parameter

    "},{"t":"F","n":"\\svn_auth_set_parameter","p":"[Global_Namespace].html#function_svn_auth_set_parameter","d":"

    (PECL svn >= 0.1.0)
    \nSets an authentication parameter

    "},{"t":"F","n":"\\svn_blame","p":"[Global_Namespace].html#function_svn_blame","d":"

    (PECL svn >= 0.3.0)
    \nGet the SVN blame for a file

    "},{"t":"F","n":"\\svn_cat","p":"[Global_Namespace].html#function_svn_cat","d":"

    (PECL svn >= 0.1.0)
    \nReturns the contents of a file in a repository

    "},{"t":"F","n":"\\svn_checkout","p":"[Global_Namespace].html#function_svn_checkout","d":"

    (PECL svn >= 0.1.0)
    \nChecks out a working copy from the repository

    "},{"t":"F","n":"\\svn_cleanup","p":"[Global_Namespace].html#function_svn_cleanup","d":"

    (PECL svn >= 0.1.0)
    \nRecursively cleanup a working copy directory, finishing incomplete operations and removing locks

    "},{"t":"F","n":"\\svn_client_version","p":"[Global_Namespace].html#function_svn_client_version","d":"

    (PECL svn >= 0.1.0)
    \nReturns the version of the SVN client libraries

    "},{"t":"F","n":"\\svn_commit","p":"[Global_Namespace].html#function_svn_commit","d":"

    (PECL svn >= 0.1.0)
    \nSends changes from the local working copy to the repository

    "},{"t":"F","n":"\\svn_config_ensure","p":"[Global_Namespace].html#function_svn_config_ensure","d":null},{"t":"F","n":"\\svn_copy","p":"[Global_Namespace].html#function_svn_copy","d":null},{"t":"F","n":"\\svn_delete","p":"[Global_Namespace].html#function_svn_delete","d":"

    (PECL svn >= 0.4.0)
    \nDelete items from a working copy or repository.

    "},{"t":"F","n":"\\svn_diff","p":"[Global_Namespace].html#function_svn_diff","d":"

    (PECL svn >= 0.1.0)
    \nRecursively diffs two paths

    "},{"t":"F","n":"\\svn_export","p":"[Global_Namespace].html#function_svn_export","d":"

    (PECL svn >= 0.3.0)
    \nExport the contents of a SVN directory

    "},{"t":"F","n":"\\svn_fs_abort_txn","p":"[Global_Namespace].html#function_svn_fs_abort_txn","d":"

    (PECL svn >= 0.2.0)
    \nAbort a transaction, returns true if everything is okay, false otherwise

    "},{"t":"F","n":"\\svn_fs_apply_text","p":"[Global_Namespace].html#function_svn_fs_apply_text","d":"

    (PECL svn >= 0.2.0)
    \nCreates and returns a stream that will be used to replace

    "},{"t":"F","n":"\\svn_fs_begin_txn2","p":"[Global_Namespace].html#function_svn_fs_begin_txn2","d":"

    (PECL svn >= 0.2.0)
    \nCreate a new transaction

    "},{"t":"F","n":"\\svn_fs_change_node_prop","p":"[Global_Namespace].html#function_svn_fs_change_node_prop","d":"

    (PECL svn >= 0.2.0)
    \nReturn true if everything is ok, false otherwise

    "},{"t":"F","n":"\\svn_fs_check_path","p":"[Global_Namespace].html#function_svn_fs_check_path","d":"

    (PECL svn >= 0.1.0)
    \nDetermines what kind of item lives at path in a given repository fsroot

    "},{"t":"F","n":"\\svn_fs_contents_changed","p":"[Global_Namespace].html#function_svn_fs_contents_changed","d":"

    (PECL svn >= 0.2.0)
    \nReturn true if content is different, false otherwise

    "},{"t":"F","n":"\\svn_fs_copy","p":"[Global_Namespace].html#function_svn_fs_copy","d":"

    (PECL svn >= 0.2.0)
    \nCopies a file or a directory, returns true if all is ok, false otherwise

    "},{"t":"F","n":"\\svn_fs_delete","p":"[Global_Namespace].html#function_svn_fs_delete","d":"

    (PECL svn >= 0.2.0)
    \nDeletes a file or a directory, return true if all is ok, false otherwise

    "},{"t":"F","n":"\\svn_fs_dir_entries","p":"[Global_Namespace].html#function_svn_fs_dir_entries","d":"

    (PECL svn >= 0.1.0)
    \nEnumerates the directory entries under path; returns a hash of dir names to file type

    "},{"t":"F","n":"\\svn_fs_file_contents","p":"[Global_Namespace].html#function_svn_fs_file_contents","d":"

    (PECL svn >= 0.1.0)
    \nReturns a stream to access the contents of a file from a given version of the fs

    "},{"t":"F","n":"\\svn_fs_file_length","p":"[Global_Namespace].html#function_svn_fs_file_length","d":"

    (PECL svn >= 0.1.0)
    \nReturns the length of a file from a given version of the fs

    "},{"t":"F","n":"\\svn_fs_is_dir","p":"[Global_Namespace].html#function_svn_fs_is_dir","d":"

    (PECL svn >= 0.2.0)
    \nReturn true if the path points to a directory, false otherwise

    "},{"t":"F","n":"\\svn_fs_is_file","p":"[Global_Namespace].html#function_svn_fs_is_file","d":"

    (PECL svn >= 0.2.0)
    \nReturn true if the path points to a file, false otherwise

    "},{"t":"F","n":"\\svn_fs_make_dir","p":"[Global_Namespace].html#function_svn_fs_make_dir","d":"

    (PECL svn >= 0.2.0)
    \nCreates a new empty directory, returns true if all is ok, false otherwise

    "},{"t":"F","n":"\\svn_fs_make_file","p":"[Global_Namespace].html#function_svn_fs_make_file","d":"

    (PECL svn >= 0.2.0)
    \nCreates a new empty file, returns true if all is ok, false otherwise

    "},{"t":"F","n":"\\svn_fs_node_created_rev","p":"[Global_Namespace].html#function_svn_fs_node_created_rev","d":"

    (PECL svn >= 0.1.0)
    \nReturns the revision in which path under fsroot was created

    "},{"t":"F","n":"\\svn_fs_node_prop","p":"[Global_Namespace].html#function_svn_fs_node_prop","d":"

    (PECL svn >= 0.1.0)
    \nReturns the value of a property for a node

    "},{"t":"F","n":"\\svn_fs_props_changed","p":"[Global_Namespace].html#function_svn_fs_props_changed","d":"

    (PECL svn >= 0.2.0)
    \nReturn true if props are different, false otherwise

    "},{"t":"F","n":"\\svn_fs_revision_prop","p":"[Global_Namespace].html#function_svn_fs_revision_prop","d":"

    (PECL svn >= 0.1.0)
    \nFetches the value of a named property

    "},{"t":"F","n":"\\svn_fs_revision_root","p":"[Global_Namespace].html#function_svn_fs_revision_root","d":"

    (PECL svn >= 0.1.0)
    \nGet a handle on a specific version of the repository root

    "},{"t":"F","n":"\\svn_fs_txn_root","p":"[Global_Namespace].html#function_svn_fs_txn_root","d":"

    (PECL svn >= 0.2.0)
    \nCreates and returns a transaction root

    "},{"t":"F","n":"\\svn_fs_youngest_rev","p":"[Global_Namespace].html#function_svn_fs_youngest_rev","d":"

    (PECL svn >= 0.1.0)
    \nReturns the number of the youngest revision in the filesystem

    "},{"t":"F","n":"\\svn_import","p":"[Global_Namespace].html#function_svn_import","d":"

    (PECL svn >= 0.2.0)
    \nImports an unversioned path into a repository

    "},{"t":"F","n":"\\svn_info","p":"[Global_Namespace].html#function_svn_info","d":null},{"t":"F","n":"\\svn_lock","p":"[Global_Namespace].html#function_svn_lock","d":null},{"t":"F","n":"\\svn_log","p":"[Global_Namespace].html#function_svn_log","d":"

    (PECL svn >= 0.1.0)
    \nReturns the commit log messages of a repository URL

    "},{"t":"F","n":"\\svn_ls","p":"[Global_Namespace].html#function_svn_ls","d":"

    (PECL svn >= 0.1.0)
    \nReturns list of directory contents in repository URL, optionally at revision number

    "},{"t":"F","n":"\\svn_mkdir","p":"[Global_Namespace].html#function_svn_mkdir","d":"

    (PECL svn >= 0.4.0)
    \nCreates a directory in a working copy or repository

    "},{"t":"F","n":"\\svn_move","p":"[Global_Namespace].html#function_svn_move","d":""},{"t":"F","n":"\\svn_propget","p":"[Global_Namespace].html#function_svn_propget","d":""},{"t":"F","n":"\\svn_proplist","p":"[Global_Namespace].html#function_svn_proplist","d":""},{"t":"F","n":"\\svn_repos_create","p":"[Global_Namespace].html#function_svn_repos_create","d":"

    (PECL svn >= 0.1.0)
    \nCreate a new subversion repository at path

    "},{"t":"F","n":"\\svn_repos_fs","p":"[Global_Namespace].html#function_svn_repos_fs","d":"

    (PECL svn >= 0.1.0)
    \nGets a handle on the filesystem for a repository

    "},{"t":"F","n":"\\svn_repos_fs_begin_txn_for_commit","p":"[Global_Namespace].html#function_svn_repos_fs_begin_txn_for_commit","d":"

    (PECL svn >= 0.2.0)
    \nCreate a new transaction

    "},{"t":"F","n":"\\svn_repos_fs_commit_txn","p":"[Global_Namespace].html#function_svn_repos_fs_commit_txn","d":"

    (PECL svn >= 0.2.0)
    \nCommits a transaction and returns the new revision

    "},{"t":"F","n":"\\svn_repos_hotcopy","p":"[Global_Namespace].html#function_svn_repos_hotcopy","d":"

    (PECL svn >= 0.1.0)
    \nMake a hot-copy of the repos at repospath; copy it to destpath

    "},{"t":"F","n":"\\svn_repos_open","p":"[Global_Namespace].html#function_svn_repos_open","d":"

    (PECL svn >= 0.1.0)
    \nOpen a shared lock on a repository.

    "},{"t":"F","n":"\\svn_repos_recover","p":"[Global_Namespace].html#function_svn_repos_recover","d":"

    (PECL svn >= 0.1.0)
    \nRun recovery procedures on the repository located at path.

    "},{"t":"F","n":"\\svn_resolved","p":"[Global_Namespace].html#function_svn_resolved","d":null},{"t":"F","n":"\\svn_revert","p":"[Global_Namespace].html#function_svn_revert","d":"

    (PECL svn >= 0.3.0)
    \nRevert changes to the working copy

    "},{"t":"F","n":"\\svn_status","p":"[Global_Namespace].html#function_svn_status","d":"

    (PECL svn >= 0.1.0)
    \nReturns the status of working copy files and directories

    "},{"t":"F","n":"\\svn_switch","p":"[Global_Namespace].html#function_svn_switch","d":null},{"t":"F","n":"\\svn_unlock","p":"[Global_Namespace].html#function_svn_unlock","d":null},{"t":"F","n":"\\svn_update","p":"[Global_Namespace].html#function_svn_update","d":"

    (PECL svn >= 0.1.0)
    \nUpdate working copy

    "},{"t":"F","n":"\\swoole_async_dns_lookup_coro","p":"[Global_Namespace].html#function_swoole_async_dns_lookup_coro","d":""},{"t":"F","n":"\\swoole_async_set","p":"[Global_Namespace].html#function_swoole_async_set","d":""},{"t":"F","n":"\\swoole_clear_dns_cache","p":"[Global_Namespace].html#function_swoole_clear_dns_cache","d":""},{"t":"F","n":"\\swoole_clear_error","p":"[Global_Namespace].html#function_swoole_clear_error","d":""},{"t":"F","n":"\\swoole_client_select","p":"[Global_Namespace].html#function_swoole_client_select","d":""},{"t":"F","n":"\\swoole_coroutine_create","p":"[Global_Namespace].html#function_swoole_coroutine_create","d":""},{"t":"F","n":"\\swoole_coroutine_defer","p":"[Global_Namespace].html#function_swoole_coroutine_defer","d":"

    Defers the execution of a callback function until the surrounding function of a coroutine returns.

    "},{"t":"F","n":"\\swoole_coroutine_socketpair","p":"[Global_Namespace].html#function_swoole_coroutine_socketpair","d":""},{"t":"F","n":"\\swoole_cpu_num","p":"[Global_Namespace].html#function_swoole_cpu_num","d":"

    Gets the number of CPU cores.

    "},{"t":"F","n":"\\swoole_errno","p":"[Global_Namespace].html#function_swoole_errno","d":""},{"t":"F","n":"\\swoole_error_log","p":"[Global_Namespace].html#function_swoole_error_log","d":""},{"t":"F","n":"\\swoole_error_log_ex","p":"[Global_Namespace].html#function_swoole_error_log_ex","d":""},{"t":"F","n":"\\swoole_event_add","p":"[Global_Namespace].html#function_swoole_event_add","d":""},{"t":"F","n":"\\swoole_event_cycle","p":"[Global_Namespace].html#function_swoole_event_cycle","d":""},{"t":"F","n":"\\swoole_event_defer","p":"[Global_Namespace].html#function_swoole_event_defer","d":"

    This function is an alias of method \\Swoole\\Event::defer().

    "},{"t":"F","n":"\\swoole_event_del","p":"[Global_Namespace].html#function_swoole_event_del","d":""},{"t":"F","n":"\\swoole_event_dispatch","p":"[Global_Namespace].html#function_swoole_event_dispatch","d":""},{"t":"F","n":"\\swoole_event_exit","p":"[Global_Namespace].html#function_swoole_event_exit","d":""},{"t":"F","n":"\\swoole_event_isset","p":"[Global_Namespace].html#function_swoole_event_isset","d":""},{"t":"F","n":"\\swoole_event_set","p":"[Global_Namespace].html#function_swoole_event_set","d":""},{"t":"F","n":"\\swoole_event_wait","p":"[Global_Namespace].html#function_swoole_event_wait","d":""},{"t":"F","n":"\\swoole_event_write","p":"[Global_Namespace].html#function_swoole_event_write","d":""},{"t":"F","n":"\\swoole_get_local_ip","p":"[Global_Namespace].html#function_swoole_get_local_ip","d":""},{"t":"F","n":"\\swoole_get_local_mac","p":"[Global_Namespace].html#function_swoole_get_local_mac","d":""},{"t":"F","n":"\\swoole_get_mime_type","p":"[Global_Namespace].html#function_swoole_get_mime_type","d":""},{"t":"F","n":"\\swoole_get_object_by_handle","p":"[Global_Namespace].html#function_swoole_get_object_by_handle","d":""},{"t":"F","n":"\\swoole_get_objects","p":"[Global_Namespace].html#function_swoole_get_objects","d":"

    Get all PHP objects of current call stack.

    "},{"t":"F","n":"\\swoole_get_vm_status","p":"[Global_Namespace].html#function_swoole_get_vm_status","d":"

    Get status information of current call stack.

    "},{"t":"F","n":"\\swoole_hashcode","p":"[Global_Namespace].html#function_swoole_hashcode","d":""},{"t":"F","n":"\\swoole_ignore_error","p":"[Global_Namespace].html#function_swoole_ignore_error","d":""},{"t":"F","n":"\\swoole_internal_call_user_shutdown_begin","p":"[Global_Namespace].html#function_swoole_internal_call_user_shutdown_begin","d":""},{"t":"F","n":"\\swoole_last_error","p":"[Global_Namespace].html#function_swoole_last_error","d":""},{"t":"F","n":"\\swoole_mime_type_add","p":"[Global_Namespace].html#function_swoole_mime_type_add","d":""},{"t":"F","n":"\\swoole_mime_type_delete","p":"[Global_Namespace].html#function_swoole_mime_type_delete","d":""},{"t":"F","n":"\\swoole_mime_type_exists","p":"[Global_Namespace].html#function_swoole_mime_type_exists","d":""},{"t":"F","n":"\\swoole_mime_type_get","p":"[Global_Namespace].html#function_swoole_mime_type_get","d":""},{"t":"F","n":"\\swoole_mime_type_list","p":"[Global_Namespace].html#function_swoole_mime_type_list","d":""},{"t":"F","n":"\\swoole_mime_type_set","p":"[Global_Namespace].html#function_swoole_mime_type_set","d":""},{"t":"F","n":"\\swoole_select","p":"[Global_Namespace].html#function_swoole_select","d":""},{"t":"F","n":"\\swoole_set_process_name","p":"[Global_Namespace].html#function_swoole_set_process_name","d":""},{"t":"F","n":"\\swoole_strerror","p":"[Global_Namespace].html#function_swoole_strerror","d":""},{"t":"F","n":"\\swoole_substr_json_decode","p":"[Global_Namespace].html#function_swoole_substr_json_decode","d":""},{"t":"F","n":"\\swoole_substr_unserialize","p":"[Global_Namespace].html#function_swoole_substr_unserialize","d":""},{"t":"F","n":"\\swoole_test_kernel_coroutine","p":"[Global_Namespace].html#function_swoole_test_kernel_coroutine","d":""},{"t":"F","n":"\\swoole_timer_after","p":"[Global_Namespace].html#function_swoole_timer_after","d":"

    This function is an alias of method \\Swoole\\Timer::after().

    "},{"t":"F","n":"\\swoole_timer_clear","p":"[Global_Namespace].html#function_swoole_timer_clear","d":"

    This function is an alias of method \\Swoole\\Timer::clear().

    "},{"t":"F","n":"\\swoole_timer_clear_all","p":"[Global_Namespace].html#function_swoole_timer_clear_all","d":"

    This function is an alias of method \\Swoole\\Timer::clearAll().

    "},{"t":"F","n":"\\swoole_timer_exists","p":"[Global_Namespace].html#function_swoole_timer_exists","d":"

    This function is an alias of method \\Swoole\\Timer::exists().

    "},{"t":"F","n":"\\swoole_timer_info","p":"[Global_Namespace].html#function_swoole_timer_info","d":"

    This function is an alias of method \\Swoole\\Timer::info().

    "},{"t":"F","n":"\\swoole_timer_list","p":"[Global_Namespace].html#function_swoole_timer_list","d":"

    This function is an alias of method \\Swoole\\Timer::list().

    "},{"t":"F","n":"\\swoole_timer_set","p":"[Global_Namespace].html#function_swoole_timer_set","d":"

    This function is an alias of method \\Swoole\\Timer::set().

    "},{"t":"F","n":"\\swoole_timer_stats","p":"[Global_Namespace].html#function_swoole_timer_stats","d":"

    This function is an alias of method \\Swoole\\Timer::stats().

    "},{"t":"F","n":"\\swoole_timer_tick","p":"[Global_Namespace].html#function_swoole_timer_tick","d":"

    This function is an alias of method \\Swoole\\Timer::tick().

    "},{"t":"F","n":"\\swoole_version","p":"[Global_Namespace].html#function_swoole_version","d":"

    Gets the current Swoole version. This information is also available in the predefined constant SWOOLE_VERSION.

    "},{"t":"F","n":"\\sybase_affected_rows","p":"[Global_Namespace].html#function_sybase_affected_rows","d":"

    Gets number of affected rows in last query

    "},{"t":"F","n":"\\sybase_close","p":"[Global_Namespace].html#function_sybase_close","d":"

    Closes a Sybase connection

    "},{"t":"F","n":"\\sybase_connect","p":"[Global_Namespace].html#function_sybase_connect","d":"

    Opens a Sybase server connection

    "},{"t":"F","n":"\\sybase_data_seek","p":"[Global_Namespace].html#function_sybase_data_seek","d":"

    Moves internal row pointer

    "},{"t":"F","n":"\\sybase_deadlock_retry_count","p":"[Global_Namespace].html#function_sybase_deadlock_retry_count","d":"

    Sets the deadlock retry count

    "},{"t":"F","n":"\\sybase_fetch_array","p":"[Global_Namespace].html#function_sybase_fetch_array","d":"

    Fetch row as array

    "},{"t":"F","n":"\\sybase_fetch_assoc","p":"[Global_Namespace].html#function_sybase_fetch_assoc","d":"

    Fetch a result row as an associative array

    "},{"t":"F","n":"\\sybase_fetch_field","p":"[Global_Namespace].html#function_sybase_fetch_field","d":"

    Get field information from a result

    "},{"t":"F","n":"\\sybase_fetch_object","p":"[Global_Namespace].html#function_sybase_fetch_object","d":"

    Fetch a row as an object

    "},{"t":"F","n":"\\sybase_fetch_row","p":"[Global_Namespace].html#function_sybase_fetch_row","d":"

    Get a result row as an enumerated array

    "},{"t":"F","n":"\\sybase_field_seek","p":"[Global_Namespace].html#function_sybase_field_seek","d":"

    Sets field offset

    "},{"t":"F","n":"\\sybase_free_result","p":"[Global_Namespace].html#function_sybase_free_result","d":"

    Frees result memory

    "},{"t":"F","n":"\\sybase_get_last_message","p":"[Global_Namespace].html#function_sybase_get_last_message","d":"

    Returns the last message from the server

    "},{"t":"F","n":"\\sybase_min_client_severity","p":"[Global_Namespace].html#function_sybase_min_client_severity","d":"

    Sets minimum client severity

    "},{"t":"F","n":"\\sybase_min_server_severity","p":"[Global_Namespace].html#function_sybase_min_server_severity","d":"

    Sets minimum server severity

    "},{"t":"F","n":"\\sybase_num_fields","p":"[Global_Namespace].html#function_sybase_num_fields","d":"

    Gets the number of fields in a result set

    "},{"t":"F","n":"\\sybase_num_rows","p":"[Global_Namespace].html#function_sybase_num_rows","d":"

    Get number of rows in a result set

    "},{"t":"F","n":"\\sybase_pconnect","p":"[Global_Namespace].html#function_sybase_pconnect","d":"

    Open persistent Sybase connection

    "},{"t":"F","n":"\\sybase_query","p":"[Global_Namespace].html#function_sybase_query","d":"

    Sends a Sybase query

    "},{"t":"F","n":"\\sybase_result","p":"[Global_Namespace].html#function_sybase_result","d":"

    Get result data

    "},{"t":"F","n":"\\sybase_select_db","p":"[Global_Namespace].html#function_sybase_select_db","d":"

    Selects a Sybase database

    "},{"t":"F","n":"\\sybase_set_message_handler","p":"[Global_Namespace].html#function_sybase_set_message_handler","d":"

    Sets the handler called when a server message is raised

    "},{"t":"F","n":"\\sybase_unbuffered_query","p":"[Global_Namespace].html#function_sybase_unbuffered_query","d":"

    Send a Sybase query and do not block

    "},{"t":"F","n":"\\symlink","p":"[Global_Namespace].html#function_symlink","d":"

    Creates a symbolic link

    "},{"t":"F","n":"\\sys_get_temp_dir","p":"[Global_Namespace].html#function_sys_get_temp_dir","d":"

    Returns directory path used for temporary files

    "},{"t":"F","n":"\\sys_getloadavg","p":"[Global_Namespace].html#function_sys_getloadavg","d":"

    Gets system load average

    "},{"t":"F","n":"\\syslog","p":"[Global_Namespace].html#function_syslog","d":"

    Generate a system log message

    "},{"t":"F","n":"\\system","p":"[Global_Namespace].html#function_system","d":"

    Execute an external program and display the output

    "},{"t":"F","n":"\\tan","p":"[Global_Namespace].html#function_tan","d":"Tangent"},{"t":"F","n":"\\tanh","p":"[Global_Namespace].html#function_tanh","d":"

    Hyperbolic tangent

    "},{"t":"F","n":"\\tempnam","p":"[Global_Namespace].html#function_tempnam","d":"

    Create file with unique file name

    "},{"t":"F","n":"\\textdomain","p":"[Global_Namespace].html#function_textdomain","d":"

    Sets the default domain

    "},{"t":"F","n":"\\tidy_access_count","p":"[Global_Namespace].html#function_tidy_access_count","d":"

    (PHP 5, PECL tidy >= 0.5.2)
    \nReturns the Number of Tidy accessibility warnings encountered for specified document

    "},{"t":"F","n":"\\tidy_clean_repair","p":"[Global_Namespace].html#function_tidy_clean_repair","d":"

    (PHP 5, PECL tidy >= 0.5.2)
    \nExecute configured cleanup and repair operations on parsed markup

    "},{"t":"F","n":"\\tidy_config_count","p":"[Global_Namespace].html#function_tidy_config_count","d":"

    (PHP 5, PECL tidy >= 0.5.2)
    \nReturns the Number of Tidy configuration errors encountered for specified document

    "},{"t":"F","n":"\\tidy_diagnose","p":"[Global_Namespace].html#function_tidy_diagnose","d":"

    (PHP 5, PECL tidy >= 0.5.2)
    \nRun configured diagnostics on parsed and repaired markup

    "},{"t":"F","n":"\\tidy_error_count","p":"[Global_Namespace].html#function_tidy_error_count","d":"

    (PHP 5, PECL tidy >= 0.5.2)
    \nReturns the Number of Tidy errors encountered for specified document

    "},{"t":"F","n":"\\tidy_get_body","p":"[Global_Namespace].html#function_tidy_get_body","d":"

    (PHP 5, PECL tidy 0.5.2-1.0)
    \nReturns a tidyNode object starting from the <body> tag of the tidy parse tree

    "},{"t":"F","n":"\\tidy_get_config","p":"[Global_Namespace].html#function_tidy_get_config","d":"

    (PHP 5, PECL tidy >= 0.7.0)
    \nGet current Tidy configuration

    "},{"t":"F","n":"\\tidy_get_error_buffer","p":"[Global_Namespace].html#function_tidy_get_error_buffer","d":"

    (PHP 5, PECL tidy >= 0.5.2)
    \nReturn warnings and errors which occurred parsing the specified document

    "},{"t":"F","n":"\\tidy_get_head","p":"[Global_Namespace].html#function_tidy_get_head","d":"

    (PHP 5, PECL tidy 0.5.2-1.0.0)
    \nReturns a tidyNode object starting from the <head> tag of the tidy parse tree

    "},{"t":"F","n":"\\tidy_get_html","p":"[Global_Namespace].html#function_tidy_get_html","d":"

    (PHP 5, PECL tidy 0.5.2-1.0.0)
    \nReturns a tidyNode object starting from the <html> tag of the tidy parse tree

    "},{"t":"F","n":"\\tidy_get_html_ver","p":"[Global_Namespace].html#function_tidy_get_html_ver","d":"

    (PHP 5, PECL tidy >= 0.5.2)
    \nGet the Detected HTML version for the specified document

    "},{"t":"F","n":"\\tidy_get_opt_doc","p":"[Global_Namespace].html#function_tidy_get_opt_doc","d":"

    Returns the documentation for the given option name

    "},{"t":"F","n":"\\tidy_get_output","p":"[Global_Namespace].html#function_tidy_get_output","d":"

    (PHP 5, PECL tidy >= 0.5.2)
    \nReturn a string representing the parsed tidy markup

    "},{"t":"F","n":"\\tidy_get_release","p":"[Global_Namespace].html#function_tidy_get_release","d":"

    (PHP 5, PECL tidy >= 0.5.2)
    \nGet release date (version) for Tidy library

    "},{"t":"F","n":"\\tidy_get_root","p":"[Global_Namespace].html#function_tidy_get_root","d":"

    (PHP 5, PECL tidy 0.5.2-1.0.0)
    \nReturns a tidyNode object representing the root of the tidy parse tree

    "},{"t":"F","n":"\\tidy_get_status","p":"[Global_Namespace].html#function_tidy_get_status","d":"

    (PHP 5, PECL tidy >= 0.5.2)
    \nGet status of specified document

    "},{"t":"F","n":"\\tidy_getopt","p":"[Global_Namespace].html#function_tidy_getopt","d":"

    (PHP 5, PECL tidy >= 0.5.2)
    \nReturns the value of the specified configuration option for the tidy document

    "},{"t":"F","n":"\\tidy_is_xhtml","p":"[Global_Namespace].html#function_tidy_is_xhtml","d":"

    (PHP 5, PECL tidy >= 0.5.2)
    \nIndicates if the document is a XHTML document

    "},{"t":"F","n":"\\tidy_is_xml","p":"[Global_Namespace].html#function_tidy_is_xml","d":"

    (PHP 5, PECL tidy >= 0.5.2)
    \nIndicates if the document is a generic (non HTML/XHTML) XML document

    "},{"t":"F","n":"\\tidy_parse_file","p":"[Global_Namespace].html#function_tidy_parse_file","d":"

    (PHP 5, PECL tidy >= 0.5.2)
    \nParse markup in file or URI

    "},{"t":"F","n":"\\tidy_parse_string","p":"[Global_Namespace].html#function_tidy_parse_string","d":"

    (PHP 5, PECL tidy >= 0.5.2)
    \nParse a document stored in a string

    "},{"t":"F","n":"\\tidy_repair_file","p":"[Global_Namespace].html#function_tidy_repair_file","d":"

    (PHP 5, PECL tidy >= 0.7.0)
    \nRepair a file and return it as a string

    "},{"t":"F","n":"\\tidy_repair_string","p":"[Global_Namespace].html#function_tidy_repair_string","d":"

    (PHP 5, PECL tidy >= 0.7.0)
    \nRepair a string using an optionally provided configuration file

    "},{"t":"F","n":"\\tidy_warning_count","p":"[Global_Namespace].html#function_tidy_warning_count","d":"

    (PHP 5, PECL tidy >= 0.5.2)
    \nReturns the Number of Tidy warnings encountered for specified document

    "},{"t":"F","n":"\\time","p":"[Global_Namespace].html#function_time","d":"

    Return current Unix timestamp

    "},{"t":"F","n":"\\time_nanosleep","p":"[Global_Namespace].html#function_time_nanosleep","d":"

    Delay for a number of seconds and nanoseconds

    "},{"t":"F","n":"\\time_sleep_until","p":"[Global_Namespace].html#function_time_sleep_until","d":"

    Make the script sleep until the specified time

    "},{"t":"F","n":"\\timezone_abbreviations_list","p":"[Global_Namespace].html#function_timezone_abbreviations_list","d":"

    Returns associative array containing dst, offset and the timezone name\nAlias:\n{DateTimeZone

    "},{"t":"F","n":"\\timezone_identifiers_list","p":"[Global_Namespace].html#function_timezone_identifiers_list","d":"

    Returns a numerically indexed array containing all defined timezone identifiers\nAlias:\n{DateTimeZone

    "},{"t":"F","n":"\\timezone_location_get","p":"[Global_Namespace].html#function_timezone_location_get","d":"

    Alias:\n{DateTimeZone

    "},{"t":"F","n":"\\timezone_name_from_abbr","p":"[Global_Namespace].html#function_timezone_name_from_abbr","d":"

    Returns the timezone name from abbreviation

    "},{"t":"F","n":"\\timezone_name_get","p":"[Global_Namespace].html#function_timezone_name_get","d":"

    Alias:\n{DateTimeZone

    "},{"t":"F","n":"\\timezone_offset_get","p":"[Global_Namespace].html#function_timezone_offset_get","d":"

    Alias:\nDateTimeZone

    "},{"t":"F","n":"\\timezone_open","p":"[Global_Namespace].html#function_timezone_open","d":"

    Returns new DateTimeZone object

    "},{"t":"F","n":"\\timezone_transitions_get","p":"[Global_Namespace].html#function_timezone_transitions_get","d":"

    Returns all transitions for the timezone\nAlias:\n{DateTimeZone

    "},{"t":"F","n":"\\timezone_version_get","p":"[Global_Namespace].html#function_timezone_version_get","d":"

    Gets the version of the timezonedb

    "},{"t":"F","n":"\\tmpfile","p":"[Global_Namespace].html#function_tmpfile","d":"

    Creates a temporary file

    "},{"t":"F","n":"\\token_get_all","p":"[Global_Namespace].html#function_token_get_all","d":"

    Split given source into PHP tokens

    "},{"t":"F","n":"\\token_name","p":"[Global_Namespace].html#function_token_name","d":"

    Get the symbolic name of a given PHP token

    "},{"t":"F","n":"\\touch","p":"[Global_Namespace].html#function_touch","d":"

    Sets access and modification time of file

    "},{"t":"F","n":"\\transliterator_create","p":"[Global_Namespace].html#function_transliterator_create","d":"

    (PHP >= 5.4.0, PECL intl >= 2.0.0)
    \nCreate a transliterator

    "},{"t":"F","n":"\\transliterator_create_from_rules","p":"[Global_Namespace].html#function_transliterator_create_from_rules","d":"

    (PHP >= 5.4.0, PECL intl >= 2.0.0)
    \nCreate transliterator from rules

    "},{"t":"F","n":"\\transliterator_create_inverse","p":"[Global_Namespace].html#function_transliterator_create_inverse","d":"

    (PHP >= 5.4.0, PECL intl >= 2.0.0)
    \nCreate an inverse transliterator

    "},{"t":"F","n":"\\transliterator_get_error_code","p":"[Global_Namespace].html#function_transliterator_get_error_code","d":"

    (PHP >= 5.4.0, PECL intl >= 2.0.0)
    \nGet last error code

    "},{"t":"F","n":"\\transliterator_get_error_message","p":"[Global_Namespace].html#function_transliterator_get_error_message","d":"

    (PHP >= 5.4.0, PECL intl >= 2.0.0)
    \nGet last error message

    "},{"t":"F","n":"\\transliterator_list_ids","p":"[Global_Namespace].html#function_transliterator_list_ids","d":"

    (PHP >= 5.4.0, PECL intl >= 2.0.0)
    \nGet transliterator IDs

    "},{"t":"F","n":"\\transliterator_transliterate","p":"[Global_Namespace].html#function_transliterator_transliterate","d":"

    (PHP >= 5.4.0, PECL intl >= 2.0.0)
    \nTransliterate a string

    "},{"t":"F","n":"\\trim","p":"[Global_Namespace].html#function_trim","d":"

    Strip whitespace (or other characters) from the beginning and end of a string

    "},{"t":"F","n":"\\uasort","p":"[Global_Namespace].html#function_uasort","d":"

    Sort an array with a user-defined comparison function and maintain index association

    "},{"t":"F","n":"\\ucfirst","p":"[Global_Namespace].html#function_ucfirst","d":"

    Make a string's first character uppercase

    "},{"t":"F","n":"\\ucwords","p":"[Global_Namespace].html#function_ucwords","d":"

    Uppercase the first character of each word in a string

    "},{"t":"F","n":"\\uksort","p":"[Global_Namespace].html#function_uksort","d":"

    Sort an array by keys using a user-defined comparison function

    "},{"t":"F","n":"\\umask","p":"[Global_Namespace].html#function_umask","d":"

    Changes the current umask

    "},{"t":"F","n":"\\uniqid","p":"[Global_Namespace].html#function_uniqid","d":"

    Generate a unique ID

    "},{"t":"F","n":"\\unixtojd","p":"[Global_Namespace].html#function_unixtojd","d":"

    Convert Unix timestamp to Julian Day

    "},{"t":"F","n":"\\unlink","p":"[Global_Namespace].html#function_unlink","d":"

    Deletes a file

    "},{"t":"F","n":"\\unpack","p":"[Global_Namespace].html#function_unpack","d":"

    Unpack data from binary string

    "},{"t":"F","n":"\\unregister_event_handler","p":"[Global_Namespace].html#function_unregister_event_handler","d":"

    Allow you to unregister an event handler.

    "},{"t":"F","n":"\\unregister_tick_function","p":"[Global_Namespace].html#function_unregister_tick_function","d":"

    De-register a function for execution on each tick

    "},{"t":"F","n":"\\unserialize","p":"[Global_Namespace].html#function_unserialize","d":"

    Creates a PHP value from a stored representation

    "},{"t":"F","n":"\\uopz_add_function","p":"[Global_Namespace].html#function_uopz_add_function","d":"

    Adds non-existent method

    "},{"t":"F","n":"\\uopz_allow_exit","p":"[Global_Namespace].html#function_uopz_allow_exit","d":"

    Allows control over disabled exit opcode

    "},{"t":"F","n":"\\uopz_call_user_func","p":"[Global_Namespace].html#function_uopz_call_user_func","d":null},{"t":"F","n":"\\uopz_call_user_func_array","p":"[Global_Namespace].html#function_uopz_call_user_func_array","d":null},{"t":"F","n":"\\uopz_del_function","p":"[Global_Namespace].html#function_uopz_del_function","d":"

    Deletes previously added method

    "},{"t":"F","n":"\\uopz_extend","p":"[Global_Namespace].html#function_uopz_extend","d":"

    Extend a class at runtime

    "},{"t":"F","n":"\\uopz_flags","p":"[Global_Namespace].html#function_uopz_flags","d":"

    Get or set flags on function or class

    "},{"t":"F","n":"\\uopz_get_exit_status","p":"[Global_Namespace].html#function_uopz_get_exit_status","d":"

    Retrieve the last set exit status

    "},{"t":"F","n":"\\uopz_get_hook","p":"[Global_Namespace].html#function_uopz_get_hook","d":"

    Gets previously set hook on method

    "},{"t":"F","n":"\\uopz_get_mock","p":"[Global_Namespace].html#function_uopz_get_mock","d":"

    Get the current mock for a class

    "},{"t":"F","n":"\\uopz_get_property","p":"[Global_Namespace].html#function_uopz_get_property","d":"

    Gets the value of a static class property, if class is given, or the value of an instance property, if instance is given

    "},{"t":"F","n":"\\uopz_get_return","p":"[Global_Namespace].html#function_uopz_get_return","d":"

    Gets a previous set return value for a function

    "},{"t":"F","n":"\\uopz_get_static","p":"[Global_Namespace].html#function_uopz_get_static","d":"

    Gets the static variables from function or method scope

    "},{"t":"F","n":"\\uopz_implement","p":"[Global_Namespace].html#function_uopz_implement","d":"

    Implements an interface at runtime

    "},{"t":"F","n":"\\uopz_redefine","p":"[Global_Namespace].html#function_uopz_redefine","d":"

    Redefine a constant

    "},{"t":"F","n":"\\uopz_set_hook","p":"[Global_Namespace].html#function_uopz_set_hook","d":"

    Sets hook to execute when entering a function or method

    "},{"t":"F","n":"\\uopz_set_mock","p":"[Global_Namespace].html#function_uopz_set_mock","d":"

    Use mock instead of class for new objects

    "},{"t":"F","n":"\\uopz_set_property","p":"[Global_Namespace].html#function_uopz_set_property","d":"

    Sets the value of an existing static class property, if class is given, or the value of an existing instance property, if instance is given

    "},{"t":"F","n":"\\uopz_set_return","p":"[Global_Namespace].html#function_uopz_set_return","d":"

    Provide a return value for an existing function

    "},{"t":"F","n":"\\uopz_set_static","p":"[Global_Namespace].html#function_uopz_set_static","d":"

    Sets the static variables in function or method scope

    "},{"t":"F","n":"\\uopz_undefine","p":"[Global_Namespace].html#function_uopz_undefine","d":"

    Undefine a constant

    "},{"t":"F","n":"\\uopz_unset_hook","p":"[Global_Namespace].html#function_uopz_unset_hook","d":"

    Removes previously set hook on function or method

    "},{"t":"F","n":"\\uopz_unset_mock","p":"[Global_Namespace].html#function_uopz_unset_mock","d":"

    Unset previously set mock

    "},{"t":"F","n":"\\uopz_unset_return","p":"[Global_Namespace].html#function_uopz_unset_return","d":"

    Unsets a previously set return value for a function

    "},{"t":"F","n":"\\uploadprogress_get_contents","p":"[Global_Namespace].html#function_uploadprogress_get_contents","d":""},{"t":"F","n":"\\uploadprogress_get_info","p":"[Global_Namespace].html#function_uploadprogress_get_info","d":""},{"t":"F","n":"\\urldecode","p":"[Global_Namespace].html#function_urldecode","d":"

    Decodes URL-encoded string

    "},{"t":"F","n":"\\urlencode","p":"[Global_Namespace].html#function_urlencode","d":"

    URL-encodes string

    "},{"t":"F","n":"\\use_soap_error_handler","p":"[Global_Namespace].html#function_use_soap_error_handler","d":"

    Set whether to use the SOAP error handler

    "},{"t":"F","n":"\\usleep","p":"[Global_Namespace].html#function_usleep","d":"

    Delay execution in microseconds

    "},{"t":"F","n":"\\usort","p":"[Global_Namespace].html#function_usort","d":"

    Sort an array by values using a user-defined comparison function

    "},{"t":"F","n":"\\utf8_decode","p":"[Global_Namespace].html#function_utf8_decode","d":"

    Converts a string with ISO-8859-1 characters encoded with UTF-8\nto single-byte ISO-8859-1

    "},{"t":"F","n":"\\utf8_encode","p":"[Global_Namespace].html#function_utf8_encode","d":"

    Encodes an ISO-8859-1 string to UTF-8

    "},{"t":"F","n":"\\uuid_compare","p":"[Global_Namespace].html#function_uuid_compare","d":"

    Compare two UUIDs

    "},{"t":"F","n":"\\uuid_create","p":"[Global_Namespace].html#function_uuid_create","d":"

    Generate a new UUID

    "},{"t":"F","n":"\\uuid_generate_md5","p":"[Global_Namespace].html#function_uuid_generate_md5","d":"

    Generate a MD5 hashed (predictable) UUID based on a well-known UUID

    "},{"t":"F","n":"\\uuid_generate_sha1","p":"[Global_Namespace].html#function_uuid_generate_sha1","d":"

    Generate a SHA1 hashed (predictable) UUID based on a well-known UUID

    "},{"t":"F","n":"\\uuid_is_null","p":"[Global_Namespace].html#function_uuid_is_null","d":"

    Check wheter an UUID is the NULL UUID 00000000-0000-0000-0000-000000000000

    "},{"t":"F","n":"\\uuid_is_valid","p":"[Global_Namespace].html#function_uuid_is_valid","d":"

    Check whether a given UUID string is a valid UUID

    "},{"t":"F","n":"\\uuid_mac","p":"[Global_Namespace].html#function_uuid_mac","d":"

    Get UUID creator network MAC address

    "},{"t":"F","n":"\\uuid_parse","p":"[Global_Namespace].html#function_uuid_parse","d":"

    Converts a UUID string to the binary representation

    "},{"t":"F","n":"\\uuid_time","p":"[Global_Namespace].html#function_uuid_time","d":"

    Extract creation time from a time based UUID as UNIX timestamp

    "},{"t":"F","n":"\\uuid_type","p":"[Global_Namespace].html#function_uuid_type","d":"

    Return the UUIDs type

    "},{"t":"F","n":"\\uuid_unparse","p":"[Global_Namespace].html#function_uuid_unparse","d":"

    Converts a UUID binary string to the human readable string

    "},{"t":"F","n":"\\uuid_variant","p":"[Global_Namespace].html#function_uuid_variant","d":"

    Return the UUIDs variant

    "},{"t":"F","n":"\\uv_accept","p":"[Global_Namespace].html#function_uv_accept","d":"

    Accepts a connection on a socket.

    "},{"t":"F","n":"\\uv_async_init","p":"[Global_Namespace].html#function_uv_async_init","d":"

    Setup async callback.

    "},{"t":"F","n":"\\uv_async_send","p":"[Global_Namespace].html#function_uv_async_send","d":"

    Send async callback immediately.

    "},{"t":"F","n":"\\uv_chdir","p":"[Global_Namespace].html#function_uv_chdir","d":"

    Change working directory.

    "},{"t":"F","n":"\\uv_check_init","p":"[Global_Namespace].html#function_uv_check_init","d":"

    Setup check.

    "},{"t":"F","n":"\\uv_check_start","p":"[Global_Namespace].html#function_uv_check_start","d":"

    Stats check loop callback. (after loop callback)

    "},{"t":"F","n":"\\uv_check_stop","p":"[Global_Namespace].html#function_uv_check_stop","d":"

    Stop check callback.

    "},{"t":"F","n":"\\uv_close","p":"[Global_Namespace].html#function_uv_close","d":"

    Close uv handle.

    "},{"t":"F","n":"\\uv_cpu_info","p":"[Global_Namespace].html#function_uv_cpu_info","d":"

    Returns current cpu informations.

    "},{"t":"F","n":"\\uv_default_loop","p":"[Global_Namespace].html#function_uv_default_loop","d":"

    Return default loop handle.

    "},{"t":"F","n":"\\uv_err_name","p":"[Global_Namespace].html#function_uv_err_name","d":"

    Get error code name.

    "},{"t":"F","n":"\\uv_exepath","p":"[Global_Namespace].html#function_uv_exepath","d":"

    Returns current exepath. basically this will returns current php path.

    "},{"t":"F","n":"\\uv_fs_chmod","p":"[Global_Namespace].html#function_uv_fs_chmod","d":"

    Async chmod.

    "},{"t":"F","n":"\\uv_fs_chown","p":"[Global_Namespace].html#function_uv_fs_chown","d":"

    Async chown.

    "},{"t":"F","n":"\\uv_fs_close","p":"[Global_Namespace].html#function_uv_fs_close","d":"

    Close specified file descriptor.

    "},{"t":"F","n":"\\uv_fs_event_init","p":"[Global_Namespace].html#function_uv_fs_event_init","d":"

    Initialize fs event.

    "},{"t":"F","n":"\\uv_fs_fchmod","p":"[Global_Namespace].html#function_uv_fs_fchmod","d":"

    Async fchmod.

    "},{"t":"F","n":"\\uv_fs_fchown","p":"[Global_Namespace].html#function_uv_fs_fchown","d":"

    Async fchown.

    "},{"t":"F","n":"\\uv_fs_fdatasync","p":"[Global_Namespace].html#function_uv_fs_fdatasync","d":"

    Async fdatasync.

    "},{"t":"F","n":"\\uv_fs_fstat","p":"[Global_Namespace].html#function_uv_fs_fstat","d":"

    Async fstat.

    "},{"t":"F","n":"\\uv_fs_fsync","p":"[Global_Namespace].html#function_uv_fs_fsync","d":"

    Async fsync.

    "},{"t":"F","n":"\\uv_fs_ftruncate","p":"[Global_Namespace].html#function_uv_fs_ftruncate","d":"

    Async ftruncate.

    "},{"t":"F","n":"\\uv_fs_futime","p":"[Global_Namespace].html#function_uv_fs_futime","d":"

    Async futime.

    "},{"t":"F","n":"\\uv_fs_link","p":"[Global_Namespace].html#function_uv_fs_link","d":"

    Async link.

    "},{"t":"F","n":"\\uv_fs_lstat","p":"[Global_Namespace].html#function_uv_fs_lstat","d":"

    Async lstat.

    "},{"t":"F","n":"\\uv_fs_mkdir","p":"[Global_Namespace].html#function_uv_fs_mkdir","d":"

    Async mkdir.

    "},{"t":"F","n":"\\uv_fs_open","p":"[Global_Namespace].html#function_uv_fs_open","d":"

    Open specified file.

    "},{"t":"F","n":"\\uv_fs_poll_init","p":"[Global_Namespace].html#function_uv_fs_poll_init","d":""},{"t":"F","n":"\\uv_fs_poll_start","p":"[Global_Namespace].html#function_uv_fs_poll_start","d":""},{"t":"F","n":"\\uv_fs_poll_stop","p":"[Global_Namespace].html#function_uv_fs_poll_stop","d":""},{"t":"F","n":"\\uv_fs_read","p":"[Global_Namespace].html#function_uv_fs_read","d":"

    Async read.

    "},{"t":"F","n":"\\uv_fs_readdir","p":"[Global_Namespace].html#function_uv_fs_readdir","d":"

    Async readdir.

    "},{"t":"F","n":"\\uv_fs_readlink","p":"[Global_Namespace].html#function_uv_fs_readlink","d":"

    Async readlink.

    "},{"t":"F","n":"\\uv_fs_rename","p":"[Global_Namespace].html#function_uv_fs_rename","d":"

    Async rename.

    "},{"t":"F","n":"\\uv_fs_rmdir","p":"[Global_Namespace].html#function_uv_fs_rmdir","d":"

    Async rmdir.

    "},{"t":"F","n":"\\uv_fs_sendfile","p":"[Global_Namespace].html#function_uv_fs_sendfile","d":"

    Async sendfile.

    "},{"t":"F","n":"\\uv_fs_stat","p":"[Global_Namespace].html#function_uv_fs_stat","d":"

    Async stat.

    "},{"t":"F","n":"\\uv_fs_symlink","p":"[Global_Namespace].html#function_uv_fs_symlink","d":"

    Async symlink.

    "},{"t":"F","n":"\\uv_fs_unlink","p":"[Global_Namespace].html#function_uv_fs_unlink","d":"

    Async unlink.

    "},{"t":"F","n":"\\uv_fs_utime","p":"[Global_Namespace].html#function_uv_fs_utime","d":"

    Async utime.

    "},{"t":"F","n":"\\uv_fs_write","p":"[Global_Namespace].html#function_uv_fs_write","d":"

    Write buffer to specified file descriptor.

    "},{"t":"F","n":"\\uv_get_free_memory","p":"[Global_Namespace].html#function_uv_get_free_memory","d":"

    Returns current free memory size.

    "},{"t":"F","n":"\\uv_get_total_memory","p":"[Global_Namespace].html#function_uv_get_total_memory","d":"

    Returns total memory size.

    "},{"t":"F","n":"\\uv_getaddrinfo","p":"[Global_Namespace].html#function_uv_getaddrinfo","d":""},{"t":"F","n":"\\uv_guess_handle","p":"[Global_Namespace].html#function_uv_guess_handle","d":""},{"t":"F","n":"\\uv_hrtime","p":"[Global_Namespace].html#function_uv_hrtime","d":""},{"t":"F","n":"\\uv_idle_init","p":"[Global_Namespace].html#function_uv_idle_init","d":"

    Initialize uv idle handle.

    "},{"t":"F","n":"\\uv_idle_start","p":"[Global_Namespace].html#function_uv_idle_start","d":"

    start idle callback.

    "},{"t":"F","n":"\\uv_idle_stop","p":"[Global_Namespace].html#function_uv_idle_stop","d":"

    Stop idle callback.

    "},{"t":"F","n":"\\uv_interface_addresses","p":"[Global_Namespace].html#function_uv_interface_addresses","d":""},{"t":"F","n":"\\uv_ip4_addr","p":"[Global_Namespace].html#function_uv_ip4_addr","d":"

    Create a ipv4 sockaddr.

    "},{"t":"F","n":"\\uv_ip4_name","p":"[Global_Namespace].html#function_uv_ip4_name","d":""},{"t":"F","n":"\\uv_ip6_addr","p":"[Global_Namespace].html#function_uv_ip6_addr","d":"

    Create a ipv6 sockaddr.

    "},{"t":"F","n":"\\uv_ip6_name","p":"[Global_Namespace].html#function_uv_ip6_name","d":""},{"t":"F","n":"\\uv_is_active","p":"[Global_Namespace].html#function_uv_is_active","d":""},{"t":"F","n":"\\uv_is_closing","p":"[Global_Namespace].html#function_uv_is_closing","d":""},{"t":"F","n":"\\uv_is_readable","p":"[Global_Namespace].html#function_uv_is_readable","d":""},{"t":"F","n":"\\uv_is_writable","p":"[Global_Namespace].html#function_uv_is_writable","d":""},{"t":"F","n":"\\uv_kill","p":"[Global_Namespace].html#function_uv_kill","d":"

    Send signal to specified pid.

    "},{"t":"F","n":"\\uv_last_error","p":"[Global_Namespace].html#function_uv_last_error","d":"

    Get last error code.

    "},{"t":"F","n":"\\uv_listen","p":"[Global_Namespace].html#function_uv_listen","d":"

    Listens for a connection on a uv handle.

    "},{"t":"F","n":"\\uv_loadavg","p":"[Global_Namespace].html#function_uv_loadavg","d":"

    Returns current loadaverage.

    "},{"t":"F","n":"\\uv_loop_delete","p":"[Global_Namespace].html#function_uv_loop_delete","d":"

    Delete specified loop.

    "},{"t":"F","n":"\\uv_loop_new","p":"[Global_Namespace].html#function_uv_loop_new","d":"

    Create a new loop handle.

    "},{"t":"F","n":"\\uv_mutex_init","p":"[Global_Namespace].html#function_uv_mutex_init","d":"

    Initialize mutex.

    "},{"t":"F","n":"\\uv_mutex_lock","p":"[Global_Namespace].html#function_uv_mutex_lock","d":"

    Lock mutex.

    "},{"t":"F","n":"\\uv_mutex_trylock","p":"[Global_Namespace].html#function_uv_mutex_trylock","d":""},{"t":"F","n":"\\uv_now","p":"[Global_Namespace].html#function_uv_now","d":""},{"t":"F","n":"\\uv_pipe_bind","p":"[Global_Namespace].html#function_uv_pipe_bind","d":"

    Create a named pipe.

    "},{"t":"F","n":"\\uv_pipe_connect","p":"[Global_Namespace].html#function_uv_pipe_connect","d":"

    Connect to named pipe.

    "},{"t":"F","n":"\\uv_pipe_init","p":"[Global_Namespace].html#function_uv_pipe_init","d":"

    Initialize pipe.

    "},{"t":"F","n":"\\uv_pipe_open","p":"[Global_Namespace].html#function_uv_pipe_open","d":"

    Open a pipe.

    "},{"t":"F","n":"\\uv_pipe_pending_instances","p":"[Global_Namespace].html#function_uv_pipe_pending_instances","d":""},{"t":"F","n":"\\uv_poll_init","p":"[Global_Namespace].html#function_uv_poll_init","d":"

    Initialize poll.

    "},{"t":"F","n":"\\uv_poll_start","p":"[Global_Namespace].html#function_uv_poll_start","d":"

    Start polling.

    "},{"t":"F","n":"\\uv_poll_stop","p":"[Global_Namespace].html#function_uv_poll_stop","d":""},{"t":"F","n":"\\uv_prepare_init","p":"[Global_Namespace].html#function_uv_prepare_init","d":"

    Initialize prepare.

    "},{"t":"F","n":"\\uv_prepare_start","p":"[Global_Namespace].html#function_uv_prepare_start","d":"

    Setup prepare loop callback. (pre loop callback)

    "},{"t":"F","n":"\\uv_prepare_stop","p":"[Global_Namespace].html#function_uv_prepare_stop","d":"

    Stop prepare callback.

    "},{"t":"F","n":"\\uv_process_kill","p":"[Global_Namespace].html#function_uv_process_kill","d":"

    Send signal to specified uv process.

    "},{"t":"F","n":"\\uv_queue_work","p":"[Global_Namespace].html#function_uv_queue_work","d":"

    Execute callbacks in another thread (requires Thread Safe enabled PHP).

    "},{"t":"F","n":"\\uv_read_start","p":"[Global_Namespace].html#function_uv_read_start","d":"

    Starts read callback for uv streams.

    "},{"t":"F","n":"\\uv_read_stop","p":"[Global_Namespace].html#function_uv_read_stop","d":"

    Stop read callback.

    "},{"t":"F","n":"\\uv_ref","p":"[Global_Namespace].html#function_uv_ref","d":"

    Increment reference count.

    "},{"t":"F","n":"\\uv_resident_set_memory","p":"[Global_Namespace].html#function_uv_resident_set_memory","d":""},{"t":"F","n":"\\uv_run","p":"[Global_Namespace].html#function_uv_run","d":"

    Run event loop.

    "},{"t":"F","n":"\\uv_run_once","p":"[Global_Namespace].html#function_uv_run_once","d":""},{"t":"F","n":"\\uv_rwlock_init","p":"[Global_Namespace].html#function_uv_rwlock_init","d":"

    Initialize rwlock.

    "},{"t":"F","n":"\\uv_rwlock_rdlock","p":"[Global_Namespace].html#function_uv_rwlock_rdlock","d":"

    Set read lock.

    "},{"t":"F","n":"\\uv_rwlock_rdunlock","p":"[Global_Namespace].html#function_uv_rwlock_rdunlock","d":"

    Unlock read lock.

    "},{"t":"F","n":"\\uv_rwlock_tryrdlock","p":"[Global_Namespace].html#function_uv_rwlock_tryrdlock","d":""},{"t":"F","n":"\\uv_rwlock_trywrlock","p":"[Global_Namespace].html#function_uv_rwlock_trywrlock","d":""},{"t":"F","n":"\\uv_rwlock_wrlock","p":"[Global_Namespace].html#function_uv_rwlock_wrlock","d":"

    Set write lock.

    "},{"t":"F","n":"\\uv_rwlock_wrunlock","p":"[Global_Namespace].html#function_uv_rwlock_wrunlock","d":"

    Unlock write lock.

    "},{"t":"F","n":"\\uv_sem_init","p":"[Global_Namespace].html#function_uv_sem_init","d":"

    Initialize semaphore.

    "},{"t":"F","n":"\\uv_sem_post","p":"[Global_Namespace].html#function_uv_sem_post","d":"

    Post semaphore.

    "},{"t":"F","n":"\\uv_sem_trywait","p":"[Global_Namespace].html#function_uv_sem_trywait","d":""},{"t":"F","n":"\\uv_sem_wait","p":"[Global_Namespace].html#function_uv_sem_wait","d":""},{"t":"F","n":"\\uv_shutdown","p":"[Global_Namespace].html#function_uv_shutdown","d":"

    Shutdown uv handle.

    "},{"t":"F","n":"\\uv_signal_stop","p":"[Global_Namespace].html#function_uv_signal_stop","d":""},{"t":"F","n":"\\uv_spawn","p":"[Global_Namespace].html#function_uv_spawn","d":""},{"t":"F","n":"\\uv_stdio_new","p":"[Global_Namespace].html#function_uv_stdio_new","d":""},{"t":"F","n":"\\uv_stop","p":"[Global_Namespace].html#function_uv_stop","d":""},{"t":"F","n":"\\uv_strerror","p":"[Global_Namespace].html#function_uv_strerror","d":"

    Get error message.

    "},{"t":"F","n":"\\uv_tcp_bind","p":"[Global_Namespace].html#function_uv_tcp_bind","d":"

    Binds a name to a socket.

    "},{"t":"F","n":"\\uv_tcp_bind6","p":"[Global_Namespace].html#function_uv_tcp_bind6","d":"

    Binds a name to a socket.

    "},{"t":"F","n":"\\uv_tcp_connect","p":"[Global_Namespace].html#function_uv_tcp_connect","d":"

    Connect to specified ip address and port.

    "},{"t":"F","n":"\\uv_tcp_connect6","p":"[Global_Namespace].html#function_uv_tcp_connect6","d":"

    Connect to specified ip address and port.

    "},{"t":"F","n":"\\uv_tcp_getpeername","p":"[Global_Namespace].html#function_uv_tcp_getpeername","d":""},{"t":"F","n":"\\uv_tcp_getsockname","p":"[Global_Namespace].html#function_uv_tcp_getsockname","d":""},{"t":"F","n":"\\uv_tcp_init","p":"[Global_Namespace].html#function_uv_tcp_init","d":"

    Create a tcp socket.

    "},{"t":"F","n":"\\uv_tcp_nodelay","p":"[Global_Namespace].html#function_uv_tcp_nodelay","d":"

    Set Nagel's flags for specified tcp stream.

    "},{"t":"F","n":"\\uv_timer_again","p":"[Global_Namespace].html#function_uv_timer_again","d":"

    Restart timer.

    "},{"t":"F","n":"\\uv_timer_get_repeat","p":"[Global_Namespace].html#function_uv_timer_get_repeat","d":"

    Returns repeat interval.

    "},{"t":"F","n":"\\uv_timer_init","p":"[Global_Namespace].html#function_uv_timer_init","d":"

    Initialize timer handle.

    "},{"t":"F","n":"\\uv_timer_set_repeat","p":"[Global_Namespace].html#function_uv_timer_set_repeat","d":"

    Set repeat count.

    "},{"t":"F","n":"\\uv_timer_start","p":"[Global_Namespace].html#function_uv_timer_start","d":"

    Initialize timer handle.

    "},{"t":"F","n":"\\uv_timer_stop","p":"[Global_Namespace].html#function_uv_timer_stop","d":"

    stop specified timer.

    "},{"t":"F","n":"\\uv_tty_get_winsize","p":"[Global_Namespace].html#function_uv_tty_get_winsize","d":""},{"t":"F","n":"\\uv_tty_init","p":"[Global_Namespace].html#function_uv_tty_init","d":"

    Initialize TTY. you have to open tty your hand.

    "},{"t":"F","n":"\\uv_tty_reset_mode","p":"[Global_Namespace].html#function_uv_tty_reset_mode","d":""},{"t":"F","n":"\\uv_tty_set_mode","p":"[Global_Namespace].html#function_uv_tty_set_mode","d":""},{"t":"F","n":"\\uv_udp_bind","p":"[Global_Namespace].html#function_uv_udp_bind","d":"

    Listens for a connection on a uv udp handle.

    "},{"t":"F","n":"\\uv_udp_bind6","p":"[Global_Namespace].html#function_uv_udp_bind6","d":"

    Listens for a connection on a uv udp handle.

    "},{"t":"F","n":"\\uv_udp_getsockname","p":"[Global_Namespace].html#function_uv_udp_getsockname","d":""},{"t":"F","n":"\\uv_udp_init","p":"[Global_Namespace].html#function_uv_udp_init","d":"

    Create a udp socket.

    "},{"t":"F","n":"\\uv_udp_recv_start","p":"[Global_Namespace].html#function_uv_udp_recv_start","d":"

    Start receive callback.

    "},{"t":"F","n":"\\uv_udp_recv_stop","p":"[Global_Namespace].html#function_uv_udp_recv_stop","d":"

    Stop receive callback.

    "},{"t":"F","n":"\\uv_udp_send","p":"[Global_Namespace].html#function_uv_udp_send","d":"

    Send buffer to specified address.

    "},{"t":"F","n":"\\uv_udp_send6","p":"[Global_Namespace].html#function_uv_udp_send6","d":"

    Send buffer to specified address.

    "},{"t":"F","n":"\\uv_udp_set_broadcast","p":"[Global_Namespace].html#function_uv_udp_set_broadcast","d":"

    Set udp broadcast.

    "},{"t":"F","n":"\\uv_udp_set_membership","p":"[Global_Namespace].html#function_uv_udp_set_membership","d":"

    Join or leave udp muticast group.

    "},{"t":"F","n":"\\uv_udp_set_multicast_loop","p":"[Global_Namespace].html#function_uv_udp_set_multicast_loop","d":"

    Set multicast loop.

    "},{"t":"F","n":"\\uv_udp_set_multicast_ttl","p":"[Global_Namespace].html#function_uv_udp_set_multicast_ttl","d":"

    Set multicast ttl.

    "},{"t":"F","n":"\\uv_unref","p":"[Global_Namespace].html#function_uv_unref","d":"

    Decrement reference.

    "},{"t":"F","n":"\\uv_update_time","p":"[Global_Namespace].html#function_uv_update_time","d":""},{"t":"F","n":"\\uv_uptime","p":"[Global_Namespace].html#function_uv_uptime","d":"

    Returns current uptime.

    "},{"t":"F","n":"\\uv_walk","p":"[Global_Namespace].html#function_uv_walk","d":""},{"t":"F","n":"\\uv_write","p":"[Global_Namespace].html#function_uv_write","d":"

    Send buffer to specified uv stream.

    "},{"t":"F","n":"\\uv_write2","p":"[Global_Namespace].html#function_uv_write2","d":""},{"t":"F","n":"\\var_dump","p":"[Global_Namespace].html#function_var_dump","d":"

    Dumps information about a variable

    "},{"t":"F","n":"\\var_export","p":"[Global_Namespace].html#function_var_export","d":"

    Outputs or returns a parsable string representation of a variable

    "},{"t":"F","n":"\\variant_abs","p":"[Global_Namespace].html#function_variant_abs","d":"

    (PHP 5, PHP 7)
    \nReturns the absolute value of a variant

    "},{"t":"F","n":"\\variant_add","p":"[Global_Namespace].html#function_variant_add","d":"

    (PHP 5, PHP 7)
    \n"Adds" two variant values together and returns the result

    "},{"t":"F","n":"\\variant_and","p":"[Global_Namespace].html#function_variant_and","d":"

    (PHP 5, PHP 7)
    \nPerforms a bitwise AND operation between two variants

    "},{"t":"F","n":"\\variant_cast","p":"[Global_Namespace].html#function_variant_cast","d":"

    (PHP 5, PHP 7)
    \nConvert a variant into a new variant object of another type

    "},{"t":"F","n":"\\variant_cat","p":"[Global_Namespace].html#function_variant_cat","d":"

    (PHP 5, PHP 7)
    \nConcatenates two variant values together and returns the result

    "},{"t":"F","n":"\\variant_cmp","p":"[Global_Namespace].html#function_variant_cmp","d":"

    (PHP 5, PHP 7)
    \nCompares two variants

    "},{"t":"F","n":"\\variant_date_from_timestamp","p":"[Global_Namespace].html#function_variant_date_from_timestamp","d":"

    (PHP 5, PHP 7)
    \nReturns a variant date representation of a Unix timestamp

    "},{"t":"F","n":"\\variant_date_to_timestamp","p":"[Global_Namespace].html#function_variant_date_to_timestamp","d":"

    (PHP 5, PHP 7)
    \nConverts a variant date/time value to Unix timestamp

    "},{"t":"F","n":"\\variant_div","p":"[Global_Namespace].html#function_variant_div","d":"

    (PHP 5, PHP 7)
    \nReturns the result from dividing two variants

    "},{"t":"F","n":"\\variant_eqv","p":"[Global_Namespace].html#function_variant_eqv","d":"

    (PHP 5, PHP 7)
    \nPerforms a bitwise equivalence on two variants

    "},{"t":"F","n":"\\variant_fix","p":"[Global_Namespace].html#function_variant_fix","d":"

    (PHP 5, PHP 7)
    \nReturns the integer portion of a variant

    "},{"t":"F","n":"\\variant_get_type","p":"[Global_Namespace].html#function_variant_get_type","d":"

    (PHP 5, PHP 7)
    \nReturns the type of a variant object

    "},{"t":"F","n":"\\variant_idiv","p":"[Global_Namespace].html#function_variant_idiv","d":"

    (PHP 5, PHP 7)
    \nConverts variants to integers and then returns the result from dividing them

    "},{"t":"F","n":"\\variant_imp","p":"[Global_Namespace].html#function_variant_imp","d":"

    (PHP 5, PHP 7)
    \nPerforms a bitwise implication on two variants

    "},{"t":"F","n":"\\variant_int","p":"[Global_Namespace].html#function_variant_int","d":"

    (PHP 5, PHP 7)
    \nReturns the integer portion of a variant

    "},{"t":"F","n":"\\variant_mod","p":"[Global_Namespace].html#function_variant_mod","d":"

    (PHP 5, PHP 7)
    \nDivides two variants and returns only the remainder

    "},{"t":"F","n":"\\variant_mul","p":"[Global_Namespace].html#function_variant_mul","d":"

    (PHP 5, PHP 7)
    \nMultiplies the values of the two variants

    "},{"t":"F","n":"\\variant_neg","p":"[Global_Namespace].html#function_variant_neg","d":"

    (PHP 5, PHP 7)
    \nPerforms logical negation on a variant

    "},{"t":"F","n":"\\variant_not","p":"[Global_Namespace].html#function_variant_not","d":"

    (PHP 5, PHP 7)
    \nPerforms bitwise not negation on a variant

    "},{"t":"F","n":"\\variant_or","p":"[Global_Namespace].html#function_variant_or","d":"

    (PHP 5, PHP 7)
    \nPerforms a logical disjunction on two variants

    "},{"t":"F","n":"\\variant_pow","p":"[Global_Namespace].html#function_variant_pow","d":"

    (PHP 5, PHP 7)
    \nReturns the result of performing the power function with two variants

    "},{"t":"F","n":"\\variant_round","p":"[Global_Namespace].html#function_variant_round","d":"

    (PHP 5, PHP 7)
    \nRounds a variant to the specified number of decimal places

    "},{"t":"F","n":"\\variant_set","p":"[Global_Namespace].html#function_variant_set","d":"

    (PHP 5, PHP 7)
    \nAssigns a new value for a variant object

    "},{"t":"F","n":"\\variant_set_type","p":"[Global_Namespace].html#function_variant_set_type","d":"

    (PHP 5, PHP 7)
    \nConvert a variant into another type "in-place"

    "},{"t":"F","n":"\\variant_sub","p":"[Global_Namespace].html#function_variant_sub","d":"

    (PHP 5, PHP 7)
    \nSubtracts the value of the right variant from the left variant value

    "},{"t":"F","n":"\\variant_xor","p":"[Global_Namespace].html#function_variant_xor","d":"

    (PHP 5, PHP 7)
    \nPerforms a logical exclusion on two variants

    "},{"t":"F","n":"\\version_compare","p":"[Global_Namespace].html#function_version_compare","d":"

    Compares two "PHP-standardized" version number strings

    "},{"t":"F","n":"\\vfprintf","p":"[Global_Namespace].html#function_vfprintf","d":"

    Write a formatted string to a stream

    "},{"t":"F","n":"\\virtual","p":"[Global_Namespace].html#function_virtual","d":"

    Perform an Apache sub-request\nvirtual() is an Apache-specific function which is similar to in mod_include. It performs an Apache sub-request. It is useful for including CGI scripts or .shtml files, or anything else that you would parse through Apache. Note that for a CGI script, the script must generate valid CGI headers. At the minimum that means it must generate a Content-Type header.

    "},{"t":"F","n":"\\vprintf","p":"[Global_Namespace].html#function_vprintf","d":"

    Output a formatted string

    "},{"t":"F","n":"\\vsprintf","p":"[Global_Namespace].html#function_vsprintf","d":"

    Return a formatted string

    "},{"t":"F","n":"\\wb_call_function","p":"[Global_Namespace].html#function_wb_call_function","d":"

    Calls the DLL function pointed by address.

    "},{"t":"F","n":"\\wb_create_font","p":"[Global_Namespace].html#function_wb_create_font","d":"

    Creates a new font. name is the font name, height is its height in points (not pixels), and color is a RGB color value. flags can be a combination of the following values:.

    "},{"t":"F","n":"\\wb_create_image","p":"[Global_Namespace].html#function_wb_create_image","d":"

    Creates a true-color image measuring width by height pixels.

    "},{"t":"F","n":"\\wb_create_mask","p":"[Global_Namespace].html#function_wb_create_mask","d":"

    Creates a transparency mask of a true-color bitmap.

    "},{"t":"F","n":"\\wb_create_timer","p":"[Global_Namespace].html#function_wb_create_timer","d":"

    Creates a timer in the specified window.

    "},{"t":"F","n":"\\wb_create_window","p":"[Global_Namespace].html#function_wb_create_window","d":"

    Creates a window of class wclass. Click here for a list of the available window classes.

    "},{"t":"F","n":"\\wb_delete_items","p":"[Global_Namespace].html#function_wb_delete_items","d":"

    Deletes an item, a range of items, or all items from a control. Returns TRUE on success or FALSE if an error occurs.

    "},{"t":"F","n":"\\wb_destroy_control","p":"[Global_Namespace].html#function_wb_destroy_control","d":"

    Destroys a control created by wb_create_control().

    "},{"t":"F","n":"\\wb_destroy_font","p":"[Global_Namespace].html#function_wb_destroy_font","d":"

    Destroys a font.

    "},{"t":"F","n":"\\wb_destroy_image","p":"[Global_Namespace].html#function_wb_destroy_image","d":"

    Destroys an image created by wb_create_image(), wb_create_mask() or wb_load_image().

    "},{"t":"F","n":"\\wb_destroy_timer","p":"[Global_Namespace].html#function_wb_destroy_timer","d":"

    Destroys a timer created with wb_create_timer().

    "},{"t":"F","n":"\\wb_destroy_window","p":"[Global_Namespace].html#function_wb_destroy_window","d":"

    Destroys a window created by wb_create_window().

    "},{"t":"F","n":"\\wb_draw_ellipse","p":"[Global_Namespace].html#function_wb_draw_ellipse","d":"

    Draws a filled or hollow rectangle.

    "},{"t":"F","n":"\\wb_draw_image","p":"[Global_Namespace].html#function_wb_draw_image","d":"

    Draws a bitmap. The first parameter, target, may be a WinBinder object, a window handle, a drawing surface or another bitmap.

    "},{"t":"F","n":"\\wb_draw_line","p":"[Global_Namespace].html#function_wb_draw_line","d":"

    Draws a straight line. The first parameter, target, may be a WinBinder object, a window handle, a drawing surface or a bitmap.

    "},{"t":"F","n":"\\wb_draw_point","p":"[Global_Namespace].html#function_wb_draw_point","d":"

    Draws a point of color, setting the RGB color value of the pixel that exists at the given coordinates.

    "},{"t":"F","n":"\\wb_draw_rect","p":"[Global_Namespace].html#function_wb_draw_rect","d":"

    Draws a filled or hollow rectangle.

    "},{"t":"F","n":"\\wb_draw_text","p":"[Global_Namespace].html#function_wb_draw_text","d":"

    Draws a string. The first parameter, target, may be a WinBinder object, a window handle, a drawing surface or a bitmap.

    "},{"t":"F","n":"\\wb_exec","p":"[Global_Namespace].html#function_wb_exec","d":"

    Opens or executes a command. The string passed to this function can be one of the following:.

    "},{"t":"F","n":"\\wb_find_file","p":"[Global_Namespace].html#function_wb_find_file","d":"

    Looks for a file in the Windows and System directories, in this order.

    "},{"t":"F","n":"\\wb_get_address","p":"[Global_Namespace].html#function_wb_get_address","d":"

    Returns the address (as an integer pointer) of the variable var.

    "},{"t":"F","n":"\\wb_get_class","p":"[Global_Namespace].html#function_wb_get_class","d":"

    Returns an integer that corresponds to the class of the object (control, window or menu) passed as the parameter.

    "},{"t":"F","n":"\\wb_get_control","p":"[Global_Namespace].html#function_wb_get_control","d":"

    Returns an integer handle that corresponds to the WinBinder object (control, toolbar item or menu item) wbobject that has the supplied identifier id.

    "},{"t":"F","n":"\\wb_get_enabled","p":"[Global_Namespace].html#function_wb_get_enabled","d":"

    Returns TRUE if wbobject is enabled or FALSE otherwise.

    "},{"t":"F","n":"\\wb_get_enum_callback","p":"[Global_Namespace].html#function_wb_get_enum_callback","d":"

    Enumerate windows, i think: https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-enumwindows

    "},{"t":"F","n":"\\wb_get_focus","p":"[Global_Namespace].html#function_wb_get_focus","d":"

    Returns a handle to the window or control that has the keyboard focus.

    "},{"t":"F","n":"\\wb_get_function_address","p":"[Global_Namespace].html#function_wb_get_function_address","d":"

    Returns the address of a library function. fname is the function name and idlib identifies a library already loaded.

    "},{"t":"F","n":"\\wb_get_hook_callback","p":"[Global_Namespace].html#function_wb_get_hook_callback","d":"

    Unused, i think its https://docs.microsoft.com/en-us/windows/win32/api/winuser/nc-winuser-hookproc

    "},{"t":"F","n":"\\wb_get_id","p":"[Global_Namespace].html#function_wb_get_id","d":"

    Returns the integer identifier of the wbobject control.

    "},{"t":"F","n":"\\wb_get_image_data","p":"[Global_Namespace].html#function_wb_get_image_data","d":"

    Returns a string of data containing a copy of the internal true-color representation of the given image.

    "},{"t":"F","n":"\\wb_get_instance","p":"[Global_Namespace].html#function_wb_get_instance","d":"

    Detects a running instance of a WinBinder application.

    "},{"t":"F","n":"\\wb_get_item_count","p":"[Global_Namespace].html#function_wb_get_item_count","d":"

    Returns the number of items of wbobject.

    "},{"t":"F","n":"\\wb_get_item_list","p":"[Global_Namespace].html#function_wb_get_item_list","d":"

    Returns an array with a list of the child controls in window or control wbobject. Each element is an integer identifier that represents a WinBinder object.

    "},{"t":"F","n":"\\wb_get_level","p":"[Global_Namespace].html#function_wb_get_level","d":"

    Retrieves an integer representing the level of a control item.

    "},{"t":"F","n":"\\wb_get_midi_callback","p":"[Global_Namespace].html#function_wb_get_midi_callback","d":"

    returns a pointer to MidiOutProc (can also be used for MidiInProc, WaveInProc, WaveOutProc\nor any similar callback) for use with functions like midiOutOpen.

    "},{"t":"F","n":"\\wb_get_parent","p":"[Global_Namespace].html#function_wb_get_parent","d":"

    Returns the handle of the control parent if item specifies a control, or the node parent if item specifies a treeview node.

    "},{"t":"F","n":"\\wb_get_pixel","p":"[Global_Namespace].html#function_wb_get_pixel","d":"

    Returns the RGB color value of the pixel at the given coordinates. The first parameter, source, may be a WinBinder object, a window handle, a drawing surface or a bitmap.

    "},{"t":"F","n":"\\wb_get_position","p":"[Global_Namespace].html#function_wb_get_position","d":"

    Returns an array with the position of the control or window related to its parent, in pixels.

    "},{"t":"F","n":"\\wb_get_registry_key","p":"[Global_Namespace].html#function_wb_get_registry_key","d":"

    Reads a string or integer value from the Windows registry item referenced by key, subkey and entry.

    "},{"t":"F","n":"\\wb_get_selected","p":"[Global_Namespace].html#function_wb_get_selected","d":"

    Returns a value or array with the indices or identifiers of the selected elements or items in wbobject.

    "},{"t":"F","n":"\\wb_get_size","p":"[Global_Namespace].html#function_wb_get_size","d":"

    Gets the dimensions of a control, window, image or string.

    "},{"t":"F","n":"\\wb_get_state","p":"[Global_Namespace].html#function_wb_get_state","d":"

    Retrieves an integer representing the current state of a control item.

    "},{"t":"F","n":"\\wb_get_system_info","p":"[Global_Namespace].html#function_wb_get_system_info","d":"

    Returns information about the current system and application, according to the string info.

    "},{"t":"F","n":"\\wb_get_value","p":"[Global_Namespace].html#function_wb_get_value","d":"

    Retrieves the value of a control or control item. The item and subitem parameters are set to -1 if absent.

    "},{"t":"F","n":"\\wb_get_visible","p":"[Global_Namespace].html#function_wb_get_visible","d":"

    Tells whether an object is visible. Returns TRUE if wbobject is visible and FALSE otherwise.

    "},{"t":"F","n":"\\wb_load_image","p":"[Global_Namespace].html#function_wb_load_image","d":"

    Loads the image, icon or cursor file filename from disk and returns a handle to it.

    "},{"t":"F","n":"\\wb_load_library","p":"[Global_Namespace].html#function_wb_load_library","d":"

    Loads a DLL into memory. Returns an integer identifying libname. If libname is NULL then returns the identifier of the last library returned. The function accepts fully qualified and raw names. Returns NULL if no library was found.

    "},{"t":"F","n":"\\wb_main_loop","p":"[Global_Namespace].html#function_wb_main_loop","d":"

    Enters the Windows main loop.

    "},{"t":"F","n":"\\wb_message_box","p":"[Global_Namespace].html#function_wb_message_box","d":"

    Creates and displays a message box under the style supplied and returns a value according to the button pressed.

    "},{"t":"F","n":"\\wb_peek","p":"[Global_Namespace].html#function_wb_peek","d":"

    Gets the contents of a memory area pointed by address.

    "},{"t":"F","n":"\\wb_play_sound","p":"[Global_Namespace].html#function_wb_play_sound","d":"

    Loads and plays a sound file or system sound.

    "},{"t":"F","n":"\\wb_poke","p":"[Global_Namespace].html#function_wb_poke","d":"

    Sets the contents of a memory area pointed by address.

    "},{"t":"F","n":"\\wb_refresh","p":"[Global_Namespace].html#function_wb_refresh","d":"

    Refreshes or redraws the WinBinder object wbobject, forcing an immediate redraw if the parameter now is TRUE (the default).

    "},{"t":"F","n":"\\wb_release_library","p":"[Global_Namespace].html#function_wb_release_library","d":"

    Releases the DLL identified by idlib from memory. The idlib identifier must have been obtained with a call to wb_load_library().

    "},{"t":"F","n":"\\wb_save_image","p":"[Global_Namespace].html#function_wb_save_image","d":"

    Saves the bitmap image to file filename.

    "},{"t":"F","n":"\\wb_send_message","p":"[Global_Namespace].html#function_wb_send_message","d":"

    Sends a Windows message to the HWND handle of the WinBinder object wbobject.

    "},{"t":"F","n":"\\wb_set_area","p":"[Global_Namespace].html#function_wb_set_area","d":"

    Sets a specific area in a window. Possible values for type are:.

    "},{"t":"F","n":"\\wb_set_cursor","p":"[Global_Namespace].html#function_wb_set_cursor","d":"

    Set or change the mouse cursor shape of a window, control, a whole class or application-wide. *\nThe cursor can be set for any window class and for control classes ImageButton, InvisibleArea (deprecated), HyperLink and EditBox.

    "},{"t":"F","n":"\\wb_set_enabled","p":"[Global_Namespace].html#function_wb_set_enabled","d":"

    Enables or disables control according to the value of enabled.

    "},{"t":"F","n":"\\wb_set_focus","p":"[Global_Namespace].html#function_wb_set_focus","d":"

    Assigns the keyboard focus to wbobject. Returns TRUE on success or FALSE if an error occurs.

    "},{"t":"F","n":"\\wb_set_font","p":"[Global_Namespace].html#function_wb_set_font","d":"

    Sets the font of control. font is a unique integer value returned by wb_create_font().

    "},{"t":"F","n":"\\wb_set_handler","p":"[Global_Namespace].html#function_wb_set_handler","d":"

    Assigns the callback function fn_handler to window.

    "},{"t":"F","n":"\\wb_set_image","p":"[Global_Namespace].html#function_wb_set_image","d":"

    Assigns the image source to the WinBinder object wbobject.

    "},{"t":"F","n":"\\wb_set_item_image","p":"[Global_Namespace].html#function_wb_set_item_image","d":"

    Retrieves a portion of the image already assigned to a control and assigns it to a item (and optional subitem).

    "},{"t":"F","n":"\\wb_set_location","p":"[Global_Namespace].html#function_wb_set_location","d":"

    Sets the location of an HTMLControl or sends a special command to it.

    "},{"t":"F","n":"\\wb_set_position","p":"[Global_Namespace].html#function_wb_set_position","d":"

    Moves the object wbobject to the coordinates xpos, ypos in relation to its parent window.

    "},{"t":"F","n":"\\wb_set_range","p":"[Global_Namespace].html#function_wb_set_range","d":"

    Sets the valid range of values (vmin and vmax) of a control. Valid classes are Gauge, ScrollBar, Slider and Spinner.

    "},{"t":"F","n":"\\wb_set_registry_key","p":"[Global_Namespace].html#function_wb_set_registry_key","d":"

    Reads a string or integer value from the Windows registry item referenced by key, subkey and entry.

    "},{"t":"F","n":"\\wb_set_size","p":"[Global_Namespace].html#function_wb_set_size","d":"

    Sizes the object wbobject to width and height pixels.

    "},{"t":"F","n":"\\wb_set_state","p":"[Global_Namespace].html#function_wb_set_state","d":"

    Sets the state of a control item (a treeview node). Returns TRUE on success or FALSE if an error occurs.

    "},{"t":"F","n":"\\wb_set_style","p":"[Global_Namespace].html#function_wb_set_style","d":"

    Sets or resets one or more styles of the WinBinder object wbobject.

    "},{"t":"F","n":"\\wb_set_visible","p":"[Global_Namespace].html#function_wb_set_visible","d":"

    Shows or hides the WinBinder object wbobject according to the value of visible.

    "},{"t":"F","n":"\\wb_sort","p":"[Global_Namespace].html#function_wb_sort","d":"

    Sorts the contents of a control, a control item, a ListView column or a sub-item.

    "},{"t":"F","n":"\\wb_stop_sound","p":"[Global_Namespace].html#function_wb_stop_sound","d":"

    Stops one or more sounds that were started with wb_play_sound().

    "},{"t":"F","n":"\\wb_sys_dlg_color","p":"[Global_Namespace].html#function_wb_sys_dlg_color","d":"

    Displays the standard Select Color dialog box. Returns a RGB value which is the selected color value or NOCOLOR if the dialog box was canceled. Returns NULL if not successful.

    "},{"t":"F","n":"\\wb_sys_dlg_path","p":"[Global_Namespace].html#function_wb_sys_dlg_path","d":"

    Displays the standard Select Path dialog box. Returns the name of the selected path, if any, or a blank string if the dialog box was canceled. Returns NULL if not successful.

    "},{"t":"F","n":"\\wb_wait","p":"[Global_Namespace].html#function_wb_wait","d":"

    This function creates a delay and verifies if mouse buttons are pressed and/or the keyboard state.

    "},{"t":"F","n":"\\wbtemp_clear_listview_columns","p":"[Global_Namespace].html#function_wbtemp_clear_listview_columns","d":""},{"t":"F","n":"\\wbtemp_create_control","p":"[Global_Namespace].html#function_wbtemp_create_control","d":""},{"t":"F","n":"\\wbtemp_create_item","p":"[Global_Namespace].html#function_wbtemp_create_item","d":""},{"t":"F","n":"\\wbtemp_create_listview_column","p":"[Global_Namespace].html#function_wbtemp_create_listview_column","d":""},{"t":"F","n":"\\wbtemp_create_listview_item","p":"[Global_Namespace].html#function_wbtemp_create_listview_item","d":""},{"t":"F","n":"\\wbtemp_create_menu","p":"[Global_Namespace].html#function_wbtemp_create_menu","d":""},{"t":"F","n":"\\wbtemp_create_statusbar_items","p":"[Global_Namespace].html#function_wbtemp_create_statusbar_items","d":""},{"t":"F","n":"\\wbtemp_create_toolbar","p":"[Global_Namespace].html#function_wbtemp_create_toolbar","d":""},{"t":"F","n":"\\wbtemp_create_treeview_item","p":"[Global_Namespace].html#function_wbtemp_create_treeview_item","d":""},{"t":"F","n":"\\wbtemp_get_listview_columns","p":"[Global_Namespace].html#function_wbtemp_get_listview_columns","d":"

    Get the number of columns in the pwbo control,

    "},{"t":"F","n":"\\wbtemp_get_listview_item_checked","p":"[Global_Namespace].html#function_wbtemp_get_listview_item_checked","d":"

    Return TRUE if the item's checkbox is checked

    "},{"t":"F","n":"\\wbtemp_get_listview_text","p":"[Global_Namespace].html#function_wbtemp_get_listview_text","d":""},{"t":"F","n":"\\wbtemp_get_menu_item_checked","p":"[Global_Namespace].html#function_wbtemp_get_menu_item_checked","d":""},{"t":"F","n":"\\wbtemp_get_text","p":"[Global_Namespace].html#function_wbtemp_get_text","d":""},{"t":"F","n":"\\wbtemp_get_treeview_item_text","p":"[Global_Namespace].html#function_wbtemp_get_treeview_item_text","d":""},{"t":"F","n":"\\wbtemp_select_all_listview_items","p":"[Global_Namespace].html#function_wbtemp_select_all_listview_items","d":""},{"t":"F","n":"\\wbtemp_select_listview_item","p":"[Global_Namespace].html#function_wbtemp_select_listview_item","d":""},{"t":"F","n":"\\wbtemp_select_tab","p":"[Global_Namespace].html#function_wbtemp_select_tab","d":""},{"t":"F","n":"\\wbtemp_set_accel_table","p":"[Global_Namespace].html#function_wbtemp_set_accel_table","d":""},{"t":"F","n":"\\wbtemp_set_listview_item_checked","p":"[Global_Namespace].html#function_wbtemp_set_listview_item_checked","d":""},{"t":"F","n":"\\wbtemp_set_listview_item_text","p":"[Global_Namespace].html#function_wbtemp_set_listview_item_text","d":""},{"t":"F","n":"\\wbtemp_set_menu_item_checked","p":"[Global_Namespace].html#function_wbtemp_set_menu_item_checked","d":""},{"t":"F","n":"\\wbtemp_set_menu_item_image","p":"[Global_Namespace].html#function_wbtemp_set_menu_item_image","d":""},{"t":"F","n":"\\wbtemp_set_menu_item_selected","p":"[Global_Namespace].html#function_wbtemp_set_menu_item_selected","d":""},{"t":"F","n":"\\wbtemp_set_text","p":"[Global_Namespace].html#function_wbtemp_set_text","d":""},{"t":"F","n":"\\wbtemp_set_treeview_item_selected","p":"[Global_Namespace].html#function_wbtemp_set_treeview_item_selected","d":""},{"t":"F","n":"\\wbtemp_set_treeview_item_text","p":"[Global_Namespace].html#function_wbtemp_set_treeview_item_text","d":""},{"t":"F","n":"\\wbtemp_set_treeview_item_value","p":"[Global_Namespace].html#function_wbtemp_set_treeview_item_value","d":""},{"t":"F","n":"\\wbtemp_set_value","p":"[Global_Namespace].html#function_wbtemp_set_value","d":""},{"t":"F","n":"\\wbtemp_sys_dlg_open","p":"[Global_Namespace].html#function_wbtemp_sys_dlg_open","d":""},{"t":"F","n":"\\wbtemp_sys_dlg_save","p":"[Global_Namespace].html#function_wbtemp_sys_dlg_save","d":""},{"t":"F","n":"\\wddx_add_vars","p":"[Global_Namespace].html#function_wddx_add_vars","d":"

    Add variables to a WDDX packet with the specified ID

    "},{"t":"F","n":"\\wddx_deserialize","p":"[Global_Namespace].html#function_wddx_deserialize","d":"

    Unserializes a WDDX packet

    "},{"t":"F","n":"\\wddx_packet_end","p":"[Global_Namespace].html#function_wddx_packet_end","d":"

    Ends a WDDX packet with the specified ID

    "},{"t":"F","n":"\\wddx_packet_start","p":"[Global_Namespace].html#function_wddx_packet_start","d":"

    Starts a new WDDX packet with structure inside it

    "},{"t":"F","n":"\\wddx_serialize_value","p":"[Global_Namespace].html#function_wddx_serialize_value","d":"

    Serialize a single value into a WDDX packet

    "},{"t":"F","n":"\\wddx_serialize_vars","p":"[Global_Namespace].html#function_wddx_serialize_vars","d":"

    Serialize variables into a WDDX packet

    "},{"t":"F","n":"\\win32_continue_service","p":"[Global_Namespace].html#function_win32_continue_service","d":"

    resumes a paused service

    "},{"t":"F","n":"\\win32_create_service","p":"[Global_Namespace].html#function_win32_create_service","d":"

    Creates a new service entry in the SCM database

    "},{"t":"F","n":"\\win32_delete_service","p":"[Global_Namespace].html#function_win32_delete_service","d":"

    Deletes a service entry from the SCM database\nThis function really just marks the service for deletion. If other processes (such as the Services Applet) are\nopen, then the deletion will be deferred until those applications are closed. If a service is marked for deletion,\nfurther attempts to delete it will fail, and attempts to create a new service with that name will also fail.

    "},{"t":"F","n":"\\win32_get_last_control_message","p":"[Global_Namespace].html#function_win32_get_last_control_message","d":"

    Returns the last control message that was sent to this service\nWhen running as a service you should periodically check this to determine if your service needs to stop running.

    "},{"t":"F","n":"\\win32_pause_service","p":"[Global_Namespace].html#function_win32_pause_service","d":"

    Pauses a named service. Requires administrative privileges.

    "},{"t":"F","n":"\\win32_query_service_status","p":"[Global_Namespace].html#function_win32_query_service_status","d":"

    Queries the current status for a service, returning an array of information.

    "},{"t":"F","n":"\\win32_set_service_status","p":"[Global_Namespace].html#function_win32_set_service_status","d":"

    Update the service status\nInforms the SCM of the current status of a running service. This call is only valid for a running service process.

    "},{"t":"F","n":"\\win32_start_service","p":"[Global_Namespace].html#function_win32_start_service","d":"

    Starts a service\nAttempts to start the named service. Usually requires administrative privileges.

    "},{"t":"F","n":"\\win32_start_service_ctrl_dispatcher","p":"[Global_Namespace].html#function_win32_start_service_ctrl_dispatcher","d":"

    Registers the script with the SCM, so that it can act as the service with the given name\nWhen launched via the Service Control Manager, a service process is required to "check-in" with it to establish\nservice monitoring and communication facilities. This function performs the check-in by spawning a thread to handle\nthe lower-level communication with the service control manager.

    "},{"t":"F","n":"\\win32_stop_service","p":"[Global_Namespace].html#function_win32_stop_service","d":"

    Stops a named service. Requires administrative privileges.

    "},{"t":"F","n":"\\wincache_fcache_fileinfo","p":"[Global_Namespace].html#function_wincache_fcache_fileinfo","d":"

    (PHP 5.2+; PECL wincache >= 1.0.0)
    \nRetrieves information about files cached in the file cache

    "},{"t":"F","n":"\\wincache_fcache_meminfo","p":"[Global_Namespace].html#function_wincache_fcache_meminfo","d":"

    (PHP 5.2+; PECL wincache >= 1.0.0)
    \nRetrieves information about memory usage by file cache.

    "},{"t":"F","n":"\\wincache_lock","p":"[Global_Namespace].html#function_wincache_lock","d":"

    (PHP 5.2+; PECL wincache >= 1.1.0)
    \nObtains an exclusive lock on a given key.

    "},{"t":"F","n":"\\wincache_ocache_fileinfo","p":"[Global_Namespace].html#function_wincache_ocache_fileinfo","d":"

    (PHP 5.2+; PECL wincache >= 1.0.0)
    \nRetrieves information about opcode cache content and its usage

    "},{"t":"F","n":"\\wincache_ocache_meminfo","p":"[Global_Namespace].html#function_wincache_ocache_meminfo","d":"

    (PHP 5.2+; PECL wincache >= 1.0.0)
    \nRetrieves information about memory usage by opcode cache.

    "},{"t":"F","n":"\\wincache_refresh_if_changed","p":"[Global_Namespace].html#function_wincache_refresh_if_changed","d":"

    (PHP 5.2+; PECL wincache >= 1.0.0)
    \nRefreshes the cache entries for the files, whose names were passed in the input argument.

    "},{"t":"F","n":"\\wincache_rplist_fileinfo","p":"[Global_Namespace].html#function_wincache_rplist_fileinfo","d":"

    (PHP 5.2+; PECL wincache >= 1.0.0)
    \nRetrieves information about cached mappings between relative file paths and\ncorresponding absolute file paths.

    "},{"t":"F","n":"\\wincache_rplist_meminfo","p":"[Global_Namespace].html#function_wincache_rplist_meminfo","d":"

    (PHP 5.2+; PECL wincache >= 1.0.0)
    \nRetrieves information about memory usage by resolve file path cache.

    "},{"t":"F","n":"\\wincache_scache_info","p":"[Global_Namespace].html#function_wincache_scache_info","d":"

    (PHP 5.2+; PECL wincache >= 1.1.0)
    \nRetrieves information about session cache content and its usage.

    "},{"t":"F","n":"\\wincache_scache_meminfo","p":"[Global_Namespace].html#function_wincache_scache_meminfo","d":"

    (PHP 5.2+; PECL wincache >= 1.1.0)
    \nRetrieves information about memory usage by session cache.

    "},{"t":"F","n":"\\wincache_ucache_add","p":"[Global_Namespace].html#function_wincache_ucache_add","d":"

    (PHP 5.2+; PECL wincache >= 1.1.0)
    \nAdds a variable in user cache, only if this variable doesn't already exist in the cache.

    "},{"t":"F","n":"\\wincache_ucache_cas","p":"[Global_Namespace].html#function_wincache_ucache_cas","d":"

    (PHP 5.2+; PECL wincache >= 1.1.0)
    \nCompares the variable associated with the key with old_value\nand if it matches then assigns the new_value to it.

    "},{"t":"F","n":"\\wincache_ucache_clear","p":"[Global_Namespace].html#function_wincache_ucache_clear","d":"

    (PHP 5.2+; PECL wincache >= 1.1.0)
    \nClears/deletes all the values stored in the user cache.

    "},{"t":"F","n":"\\wincache_ucache_dec","p":"[Global_Namespace].html#function_wincache_ucache_dec","d":"

    (PHP 5.2+; PECL wincache >= 1.1.0)
    \nDecrements the value associated with the key by 1 or as specified by dec_by.

    "},{"t":"F","n":"\\wincache_ucache_delete","p":"[Global_Namespace].html#function_wincache_ucache_delete","d":"

    (PHP 5.2+; PECL wincache >= 1.1.0)
    \nDeletes the elements in the user cache pointed by key.

    "},{"t":"F","n":"\\wincache_ucache_exists","p":"[Global_Namespace].html#function_wincache_ucache_exists","d":"

    (PHP 5.2+; PECL wincache >= 1.1.0)
    \nChecks if a variable with the key exists in the user cache or not.

    "},{"t":"F","n":"\\wincache_ucache_get","p":"[Global_Namespace].html#function_wincache_ucache_get","d":"

    (PHP 5.2+; PECL wincache >= 1.1.0)
    \nGets a variable stored in the user cache.

    "},{"t":"F","n":"\\wincache_ucache_inc","p":"[Global_Namespace].html#function_wincache_ucache_inc","d":"

    (PHP 5.2+; PECL wincache >= 1.1.0)
    \nIncrements the value associated with the key by 1 or as specified by inc_by.

    "},{"t":"F","n":"\\wincache_ucache_info","p":"[Global_Namespace].html#function_wincache_ucache_info","d":"

    (PHP 5.2+; PECL wincache >= 1.1.0)
    \nRetrieves information about data stored in the user cache.

    "},{"t":"F","n":"\\wincache_ucache_meminfo","p":"[Global_Namespace].html#function_wincache_ucache_meminfo","d":"

    (PHP 5.2+; PECL wincache >= 1.1.0)
    \nRetrieves information about memory usage by user cache.

    "},{"t":"F","n":"\\wincache_ucache_set","p":"[Global_Namespace].html#function_wincache_ucache_set","d":"

    (PHP 5.2+; PECL wincache >= 1.1.0)
    \nAdds a variable in user cache and overwrites a variable if it already exists in the cache.

    "},{"t":"F","n":"\\wincache_unlock","p":"[Global_Namespace].html#function_wincache_unlock","d":"

    (PHP 5.2+; PECL wincache >= 1.1.0)
    \nReleases an exclusive lock that was obtained on a given key by using wincache_lock().

    "},{"t":"F","n":"\\wordwrap","p":"[Global_Namespace].html#function_wordwrap","d":"

    Wraps a string to a given number of characters

    "},{"t":"F","n":"\\xcache_asm","p":"[Global_Namespace].html#function_xcache_asm","d":""},{"t":"F","n":"\\xcache_clear_cache","p":"[Global_Namespace].html#function_xcache_clear_cache","d":"

    Clear cache by id on specified cache type

    "},{"t":"F","n":"\\xcache_coredump","p":"[Global_Namespace].html#function_xcache_coredump","d":""},{"t":"F","n":"\\xcache_count","p":"[Global_Namespace].html#function_xcache_count","d":"

    Return count of cache on specified cache type

    "},{"t":"F","n":"\\xcache_coverager_decode","p":"[Global_Namespace].html#function_xcache_coverager_decode","d":""},{"t":"F","n":"\\xcache_coverager_get","p":"[Global_Namespace].html#function_xcache_coverager_get","d":""},{"t":"F","n":"\\xcache_coverager_start","p":"[Global_Namespace].html#function_xcache_coverager_start","d":""},{"t":"F","n":"\\xcache_coverager_stop","p":"[Global_Namespace].html#function_xcache_coverager_stop","d":""},{"t":"F","n":"\\xcache_dasm_file","p":"[Global_Namespace].html#function_xcache_dasm_file","d":"

    Disassemble file into opcode array by filename

    "},{"t":"F","n":"\\xcache_dasm_string","p":"[Global_Namespace].html#function_xcache_dasm_string","d":"

    Disassemble php code into opcode array

    "},{"t":"F","n":"\\xcache_dec","p":"[Global_Namespace].html#function_xcache_dec","d":"

    Decrease an int counter in cache by specified name, create it if not exists

    "},{"t":"F","n":"\\xcache_decode","p":"[Global_Namespace].html#function_xcache_decode","d":"

    Decode(load) opcode from XCache encoded format file

    "},{"t":"F","n":"\\xcache_encode","p":"[Global_Namespace].html#function_xcache_encode","d":"

    Encode php file into XCache opcode encoded format

    "},{"t":"F","n":"\\xcache_get","p":"[Global_Namespace].html#function_xcache_get","d":"

    Get cached data by specified name

    "},{"t":"F","n":"\\xcache_get_data_type","p":"[Global_Namespace].html#function_xcache_get_data_type","d":""},{"t":"F","n":"\\xcache_get_op_spec","p":"[Global_Namespace].html#function_xcache_get_op_spec","d":""},{"t":"F","n":"\\xcache_get_op_type","p":"[Global_Namespace].html#function_xcache_get_op_type","d":""},{"t":"F","n":"\\xcache_get_opcode","p":"[Global_Namespace].html#function_xcache_get_opcode","d":""},{"t":"F","n":"\\xcache_get_opcode_spec","p":"[Global_Namespace].html#function_xcache_get_opcode_spec","d":""},{"t":"F","n":"\\xcache_inc","p":"[Global_Namespace].html#function_xcache_inc","d":"

    Increase an int counter in cache by specified name, create it if not exists

    "},{"t":"F","n":"\\xcache_info","p":"[Global_Namespace].html#function_xcache_info","d":"

    Get cache info by id on specified cache type

    "},{"t":"F","n":"\\xcache_is_autoglobal","p":"[Global_Namespace].html#function_xcache_is_autoglobal","d":""},{"t":"F","n":"\\xcache_isset","p":"[Global_Namespace].html#function_xcache_isset","d":"

    Check if an entry exists in cache by specified name

    "},{"t":"F","n":"\\xcache_list","p":"[Global_Namespace].html#function_xcache_list","d":"

    Get cache entries list by id on specified cache type

    "},{"t":"F","n":"\\xcache_set","p":"[Global_Namespace].html#function_xcache_set","d":"

    Store data to cache by specified name

    "},{"t":"F","n":"\\xcache_unset","p":"[Global_Namespace].html#function_xcache_unset","d":"

    Unset existing data in cache by specified name

    "},{"t":"F","n":"\\xcache_unset_by_prefix","p":"[Global_Namespace].html#function_xcache_unset_by_prefix","d":"

    Unset existing data in cache by specified prefix

    "},{"t":"F","n":"\\xdebug_break","p":"[Global_Namespace].html#function_xdebug_break","d":"

    This function makes the debugger break on the specific line as if a normal file/line breakpoint was set on this line.

    "},{"t":"F","n":"\\xdebug_call_class","p":"[Global_Namespace].html#function_xdebug_call_class","d":"

    This function returns the name of the class that defined the current method, NULL if the stack frame does not exist,\nor FALSE if no class is associated with this call.

    "},{"t":"F","n":"\\xdebug_call_file","p":"[Global_Namespace].html#function_xdebug_call_file","d":"

    This function returns the filename from where the current function/method was executed from, or NULL\nif the stack frame does not exist

    "},{"t":"F","n":"\\xdebug_call_function","p":"[Global_Namespace].html#function_xdebug_call_function","d":"

    This function returns the name of the current function/method, NULL if the stack frame does not exist, or FALSE\nif the stack frame has no function/method information

    "},{"t":"F","n":"\\xdebug_call_line","p":"[Global_Namespace].html#function_xdebug_call_line","d":"

    This function returns the line number from where the current function/method was called from, or NULL\nif the stack frame does not exist

    "},{"t":"F","n":"\\xdebug_clear_aggr_profiling_data","p":"[Global_Namespace].html#function_xdebug_clear_aggr_profiling_data","d":""},{"t":"F","n":"\\xdebug_code_coverage_started","p":"[Global_Namespace].html#function_xdebug_code_coverage_started","d":"

    Returns whether code coverage is active.

    "},{"t":"F","n":"\\xdebug_connect_to_client","p":"[Global_Namespace].html#function_xdebug_connect_to_client","d":null},{"t":"F","n":"\\xdebug_debug_zval","p":"[Global_Namespace].html#function_xdebug_debug_zval","d":"

    This function displays structured information about one or more variables that includes its type, value and refcount information.

    "},{"t":"F","n":"\\xdebug_debug_zval_stdout","p":"[Global_Namespace].html#function_xdebug_debug_zval_stdout","d":"

    This function displays structured information about one or more variables that includes its type,\nvalue and refcount information.

    "},{"t":"F","n":"\\xdebug_disable","p":"[Global_Namespace].html#function_xdebug_disable","d":"

    Disable showing stack traces on error conditions.

    "},{"t":"F","n":"\\xdebug_dump_aggr_profiling_data","p":"[Global_Namespace].html#function_xdebug_dump_aggr_profiling_data","d":""},{"t":"F","n":"\\xdebug_dump_superglobals","p":"[Global_Namespace].html#function_xdebug_dump_superglobals","d":"

    This function dumps the values of the elements of the super globals\nas specified with the xdebug.dump.* php.ini settings.

    "},{"t":"F","n":"\\xdebug_enable","p":"[Global_Namespace].html#function_xdebug_enable","d":"

    Enable showing stack traces on error conditions.

    "},{"t":"F","n":"\\xdebug_get_code_coverage","p":"[Global_Namespace].html#function_xdebug_get_code_coverage","d":"

    Returns a structure which contains information about which lines\nwere executed in your script (including include files).

    "},{"t":"F","n":"\\xdebug_get_collected_errors","p":"[Global_Namespace].html#function_xdebug_get_collected_errors","d":"

    This function returns all errors from the collection buffer that contains all errors that were stored there when error collection was started with xdebug_start_error_collection().

    "},{"t":"F","n":"\\xdebug_get_declared_vars","p":"[Global_Namespace].html#function_xdebug_get_declared_vars","d":"

    Returns an array where each element is a variable name which is defined in the current scope.

    "},{"t":"F","n":"\\xdebug_get_formatted_function_stack","p":"[Global_Namespace].html#function_xdebug_get_formatted_function_stack","d":null},{"t":"F","n":"\\xdebug_get_function_count","p":"[Global_Namespace].html#function_xdebug_get_function_count","d":"

    Returns the number of functions called, including constructors, desctructors and methods.

    "},{"t":"F","n":"\\xdebug_get_function_stack","p":"[Global_Namespace].html#function_xdebug_get_function_stack","d":"

    Returns an array which resembles the stack trace up to this point.

    "},{"t":"F","n":"\\xdebug_get_gc_run_count","p":"[Global_Namespace].html#function_xdebug_get_gc_run_count","d":""},{"t":"F","n":"\\xdebug_get_gc_total_collected_roots","p":"[Global_Namespace].html#function_xdebug_get_gc_total_collected_roots","d":""},{"t":"F","n":"\\xdebug_get_gcstats_filename","p":"[Global_Namespace].html#function_xdebug_get_gcstats_filename","d":"

    Returns the name of the file which is used to save garbage collection information to, or false if\nstatistics collection is not active.

    "},{"t":"F","n":"\\xdebug_get_headers","p":"[Global_Namespace].html#function_xdebug_get_headers","d":"

    Returns all the headers that are set with PHP's header() function,\nor any other header set internally within PHP (such as through setcookie()), as an array.

    "},{"t":"F","n":"\\xdebug_get_monitored_functions","p":"[Global_Namespace].html#function_xdebug_get_monitored_functions","d":"

    Returns a structure which contains information about where the monitored functions were executed in your script.

    "},{"t":"F","n":"\\xdebug_get_profiler_filename","p":"[Global_Namespace].html#function_xdebug_get_profiler_filename","d":"

    Returns the name of the file which is used to save profile information to.

    "},{"t":"F","n":"\\xdebug_get_stack_depth","p":"[Global_Namespace].html#function_xdebug_get_stack_depth","d":"

    Returns the stack depth level.

    "},{"t":"F","n":"\\xdebug_get_tracefile_name","p":"[Global_Namespace].html#function_xdebug_get_tracefile_name","d":"

    Returns the name of the file which is used to trace the output of this script too.

    "},{"t":"F","n":"\\xdebug_info","p":"[Global_Namespace].html#function_xdebug_info","d":"

    Show diagnostic information

    "},{"t":"F","n":"\\xdebug_is_debugger_active","p":"[Global_Namespace].html#function_xdebug_is_debugger_active","d":"

    Returns whether a debugging session is active.

    "},{"t":"F","n":"\\xdebug_is_enabled","p":"[Global_Namespace].html#function_xdebug_is_enabled","d":"

    Return whether stack traces would be shown in case of an error or not.

    "},{"t":"F","n":"\\xdebug_memory_usage","p":"[Global_Namespace].html#function_xdebug_memory_usage","d":"

    Returns the current amount of memory the script uses.

    "},{"t":"F","n":"\\xdebug_notify","p":"[Global_Namespace].html#function_xdebug_notify","d":null},{"t":"F","n":"\\xdebug_peak_memory_usage","p":"[Global_Namespace].html#function_xdebug_peak_memory_usage","d":"

    Returns the maximum amount of memory the script used until now.

    "},{"t":"F","n":"\\xdebug_print_function_stack","p":"[Global_Namespace].html#function_xdebug_print_function_stack","d":"

    Displays the current function stack, in a similar way as what Xdebug would display in an error situation.

    "},{"t":"F","n":"\\xdebug_set_filter","p":"[Global_Namespace].html#function_xdebug_set_filter","d":""},{"t":"F","n":"\\xdebug_start_code_coverage","p":"[Global_Namespace].html#function_xdebug_start_code_coverage","d":"

    This function starts gathering the information for code coverage.

    "},{"t":"F","n":"\\xdebug_start_error_collection","p":"[Global_Namespace].html#function_xdebug_start_error_collection","d":"

    Starts recording all notices, warnings and errors and prevents their display

    "},{"t":"F","n":"\\xdebug_start_function_monitor","p":"[Global_Namespace].html#function_xdebug_start_function_monitor","d":"

    This function starts the monitoring of functions that were given in a list as argument to this function.

    "},{"t":"F","n":"\\xdebug_start_gcstats","p":"[Global_Namespace].html#function_xdebug_start_gcstats","d":""},{"t":"F","n":"\\xdebug_start_trace","p":"[Global_Namespace].html#function_xdebug_start_trace","d":"

    Start tracing function calls from this point to the file in the trace_file parameter.

    "},{"t":"F","n":"\\xdebug_stop_code_coverage","p":"[Global_Namespace].html#function_xdebug_stop_code_coverage","d":"

    This function stops collecting information, the information in memory will be destroyed.

    "},{"t":"F","n":"\\xdebug_stop_error_collection","p":"[Global_Namespace].html#function_xdebug_stop_error_collection","d":"

    When this function is executed, error collection as started by xdebug_start_error_collection() is aborted.

    "},{"t":"F","n":"\\xdebug_stop_function_monitor","p":"[Global_Namespace].html#function_xdebug_stop_function_monitor","d":"

    This function stops the function monitor.

    "},{"t":"F","n":"\\xdebug_stop_gcstats","p":"[Global_Namespace].html#function_xdebug_stop_gcstats","d":"

    Stop garbage collection statistics collection and closes the output file.

    "},{"t":"F","n":"\\xdebug_stop_trace","p":"[Global_Namespace].html#function_xdebug_stop_trace","d":"

    Stop tracing function calls and closes the trace file.

    "},{"t":"F","n":"\\xdebug_time_index","p":"[Global_Namespace].html#function_xdebug_time_index","d":"

    Returns the current time index since the starting of the script in seconds.

    "},{"t":"F","n":"\\xdebug_var_dump","p":"[Global_Namespace].html#function_xdebug_var_dump","d":"

    This function displays structured information about one or more expressions that includes its type and value.

    "},{"t":"F","n":"\\xdiff_file_bdiff","p":"[Global_Namespace].html#function_xdiff_file_bdiff","d":"

    Make binary diff of two files

    "},{"t":"F","n":"\\xdiff_file_bdiff_size","p":"[Global_Namespace].html#function_xdiff_file_bdiff_size","d":"

    Read a size of file created by applying a binary diff

    "},{"t":"F","n":"\\xdiff_file_bpatch","p":"[Global_Namespace].html#function_xdiff_file_bpatch","d":"

    Patch a file with a binary diff

    "},{"t":"F","n":"\\xdiff_file_diff","p":"[Global_Namespace].html#function_xdiff_file_diff","d":"

    Make unified diff of two files

    "},{"t":"F","n":"\\xdiff_file_diff_binary","p":"[Global_Namespace].html#function_xdiff_file_diff_binary","d":"

    Alias of xdiff_file_bdiff

    "},{"t":"F","n":"\\xdiff_file_merge3","p":"[Global_Namespace].html#function_xdiff_file_merge3","d":"

    Merge 3 files into one

    "},{"t":"F","n":"\\xdiff_file_patch","p":"[Global_Namespace].html#function_xdiff_file_patch","d":"

    Patch a file with an unified diff

    "},{"t":"F","n":"\\xdiff_file_patch_binary","p":"[Global_Namespace].html#function_xdiff_file_patch_binary","d":"

    Alias of xdiff_file_bpatch

    "},{"t":"F","n":"\\xdiff_file_rabdiff","p":"[Global_Namespace].html#function_xdiff_file_rabdiff","d":"

    Make binary diff of two files using the Rabin's polynomial fingerprinting algorithm

    "},{"t":"F","n":"\\xdiff_string_bdiff","p":"[Global_Namespace].html#function_xdiff_string_bdiff","d":"

    Make binary diff of two strings

    "},{"t":"F","n":"\\xdiff_string_bdiff_size","p":"[Global_Namespace].html#function_xdiff_string_bdiff_size","d":"

    Read a size of file created by applying a binary diff

    "},{"t":"F","n":"\\xdiff_string_bpatch","p":"[Global_Namespace].html#function_xdiff_string_bpatch","d":"

    Patch a string with a binary diff

    "},{"t":"F","n":"\\xdiff_string_diff","p":"[Global_Namespace].html#function_xdiff_string_diff","d":"

    Make unified diff of two strings

    "},{"t":"F","n":"\\xdiff_string_diff_binary","p":"[Global_Namespace].html#function_xdiff_string_diff_binary","d":"

    Alias of xdiff_string_bdiff

    "},{"t":"F","n":"\\xdiff_string_merge3","p":"[Global_Namespace].html#function_xdiff_string_merge3","d":"

    Merge 3 strings into one

    "},{"t":"F","n":"\\xdiff_string_patch","p":"[Global_Namespace].html#function_xdiff_string_patch","d":"

    Patch a string with an unified diff

    "},{"t":"F","n":"\\xdiff_string_patch_binary","p":"[Global_Namespace].html#function_xdiff_string_patch_binary","d":"

    Alias of xdiff_string_bpatch

    "},{"t":"F","n":"\\xdiff_string_rabdiff","p":"[Global_Namespace].html#function_xdiff_string_rabdiff","d":"

    Make binary diff of two strings using the Rabin's polynomial fingerprinting algorithm

    "},{"t":"F","n":"\\xhprof_disable","p":"[Global_Namespace].html#function_xhprof_disable","d":"

    (PHP >= 5.2.0, PECL xhprof >= 0.9.0)
    \nStops the profiler, and returns xhprof data from the run.

    "},{"t":"F","n":"\\xhprof_enable","p":"[Global_Namespace].html#function_xhprof_enable","d":"

    (PHP >= 5.2.0, PECL xhprof >= 0.9.0)
    \nStart xhprof profiler.

    "},{"t":"F","n":"\\xhprof_sample_disable","p":"[Global_Namespace].html#function_xhprof_sample_disable","d":"

    (PHP >= 5.2.0, PECL xhprof >= 0.9.0)
    \nStops the sample mode xhprof profiler, and returns xhprof data from the run.

    "},{"t":"F","n":"\\xhprof_sample_enable","p":"[Global_Namespace].html#function_xhprof_sample_enable","d":"

    (PHP >= 5.2.0, PECL xhprof >= 0.9.0)
    \nStarts profiling in sample mode, which is a lighter weight version of {xhprof_enable()}. The sampling interval\nis 0.1 seconds, and samples record the full function call stack. The main use case is when lower overhead is\nrequired when doing performance monitoring and diagnostics.

    "},{"t":"F","n":"\\xml_error_string","p":"[Global_Namespace].html#function_xml_error_string","d":"

    Get XML parser error string

    "},{"t":"F","n":"\\xml_get_current_byte_index","p":"[Global_Namespace].html#function_xml_get_current_byte_index","d":"

    Get current byte index for an XML parser

    "},{"t":"F","n":"\\xml_get_current_column_number","p":"[Global_Namespace].html#function_xml_get_current_column_number","d":"

    Get current column number for an XML parser

    "},{"t":"F","n":"\\xml_get_current_line_number","p":"[Global_Namespace].html#function_xml_get_current_line_number","d":"

    Get current line number for an XML parser

    "},{"t":"F","n":"\\xml_get_error_code","p":"[Global_Namespace].html#function_xml_get_error_code","d":"

    Get XML parser error code

    "},{"t":"F","n":"\\xml_parse","p":"[Global_Namespace].html#function_xml_parse","d":"

    Start parsing an XML document

    "},{"t":"F","n":"\\xml_parse_into_struct","p":"[Global_Namespace].html#function_xml_parse_into_struct","d":"

    Parse XML data into an array structure

    "},{"t":"F","n":"\\xml_parser_create","p":"[Global_Namespace].html#function_xml_parser_create","d":"

    Create an XML parser

    "},{"t":"F","n":"\\xml_parser_create_ns","p":"[Global_Namespace].html#function_xml_parser_create_ns","d":"

    Create an XML parser with namespace support

    "},{"t":"F","n":"\\xml_parser_free","p":"[Global_Namespace].html#function_xml_parser_free","d":"

    Free an XML parser

    "},{"t":"F","n":"\\xml_parser_get_option","p":"[Global_Namespace].html#function_xml_parser_get_option","d":"

    Get options from an XML parser

    "},{"t":"F","n":"\\xml_parser_set_option","p":"[Global_Namespace].html#function_xml_parser_set_option","d":"

    Set options in an XML parser

    "},{"t":"F","n":"\\xml_set_character_data_handler","p":"[Global_Namespace].html#function_xml_set_character_data_handler","d":"

    Set up character data handler

    "},{"t":"F","n":"\\xml_set_default_handler","p":"[Global_Namespace].html#function_xml_set_default_handler","d":"

    Set up default handler

    "},{"t":"F","n":"\\xml_set_element_handler","p":"[Global_Namespace].html#function_xml_set_element_handler","d":"

    Set up start and end element handlers

    "},{"t":"F","n":"\\xml_set_end_namespace_decl_handler","p":"[Global_Namespace].html#function_xml_set_end_namespace_decl_handler","d":"

    Set up end namespace declaration handler

    "},{"t":"F","n":"\\xml_set_external_entity_ref_handler","p":"[Global_Namespace].html#function_xml_set_external_entity_ref_handler","d":"

    Set up external entity reference handler

    "},{"t":"F","n":"\\xml_set_notation_decl_handler","p":"[Global_Namespace].html#function_xml_set_notation_decl_handler","d":"

    Set up notation declaration handler

    "},{"t":"F","n":"\\xml_set_object","p":"[Global_Namespace].html#function_xml_set_object","d":"

    Use XML Parser within an object

    "},{"t":"F","n":"\\xml_set_processing_instruction_handler","p":"[Global_Namespace].html#function_xml_set_processing_instruction_handler","d":"

    Set up processing instruction (PI) handler

    "},{"t":"F","n":"\\xml_set_start_namespace_decl_handler","p":"[Global_Namespace].html#function_xml_set_start_namespace_decl_handler","d":"

    Set up start namespace declaration handler

    "},{"t":"F","n":"\\xml_set_unparsed_entity_decl_handler","p":"[Global_Namespace].html#function_xml_set_unparsed_entity_decl_handler","d":"

    Set up unparsed entity declaration handler

    "},{"t":"F","n":"\\xmlrpc_decode","p":"[Global_Namespace].html#function_xmlrpc_decode","d":"

    Decodes XML into native PHP types

    "},{"t":"F","n":"\\xmlrpc_decode_request","p":"[Global_Namespace].html#function_xmlrpc_decode_request","d":"

    Decodes XML into native PHP types

    "},{"t":"F","n":"\\xmlrpc_encode","p":"[Global_Namespace].html#function_xmlrpc_encode","d":"

    Generates XML for a PHP value

    "},{"t":"F","n":"\\xmlrpc_encode_request","p":"[Global_Namespace].html#function_xmlrpc_encode_request","d":"

    Generates XML for a method request

    "},{"t":"F","n":"\\xmlrpc_get_type","p":"[Global_Namespace].html#function_xmlrpc_get_type","d":"

    Gets xmlrpc type for a PHP value

    "},{"t":"F","n":"\\xmlrpc_is_fault","p":"[Global_Namespace].html#function_xmlrpc_is_fault","d":"

    Determines if an array value represents an XMLRPC fault

    "},{"t":"F","n":"\\xmlrpc_parse_method_descriptions","p":"[Global_Namespace].html#function_xmlrpc_parse_method_descriptions","d":"

    Decodes XML into a list of method descriptions

    "},{"t":"F","n":"\\xmlrpc_server_add_introspection_data","p":"[Global_Namespace].html#function_xmlrpc_server_add_introspection_data","d":"

    Adds introspection documentation

    "},{"t":"F","n":"\\xmlrpc_server_call_method","p":"[Global_Namespace].html#function_xmlrpc_server_call_method","d":"

    Parses XML requests and call methods

    "},{"t":"F","n":"\\xmlrpc_server_create","p":"[Global_Namespace].html#function_xmlrpc_server_create","d":"

    Creates an xmlrpc server

    "},{"t":"F","n":"\\xmlrpc_server_destroy","p":"[Global_Namespace].html#function_xmlrpc_server_destroy","d":"

    Destroys server resources

    "},{"t":"F","n":"\\xmlrpc_server_register_introspection_callback","p":"[Global_Namespace].html#function_xmlrpc_server_register_introspection_callback","d":"

    Register a PHP function to generate documentation

    "},{"t":"F","n":"\\xmlrpc_server_register_method","p":"[Global_Namespace].html#function_xmlrpc_server_register_method","d":"

    Register a PHP function to resource method matching method_name

    "},{"t":"F","n":"\\xmlrpc_set_type","p":"[Global_Namespace].html#function_xmlrpc_set_type","d":"

    Sets xmlrpc type, base64 or datetime, for a PHP string value

    "},{"t":"F","n":"\\xmlwriter_end_attribute","p":"[Global_Namespace].html#function_xmlwriter_end_attribute","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nEnd attribute

    "},{"t":"F","n":"\\xmlwriter_end_cdata","p":"[Global_Namespace].html#function_xmlwriter_end_cdata","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nEnd current CDATA

    "},{"t":"F","n":"\\xmlwriter_end_comment","p":"[Global_Namespace].html#function_xmlwriter_end_comment","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 1.0.0)
    \nCreate end comment

    "},{"t":"F","n":"\\xmlwriter_end_document","p":"[Global_Namespace].html#function_xmlwriter_end_document","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nEnd current document

    "},{"t":"F","n":"\\xmlwriter_end_dtd","p":"[Global_Namespace].html#function_xmlwriter_end_dtd","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nEnd current DTD

    "},{"t":"F","n":"\\xmlwriter_end_dtd_attlist","p":"[Global_Namespace].html#function_xmlwriter_end_dtd_attlist","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nEnd current DTD AttList

    "},{"t":"F","n":"\\xmlwriter_end_dtd_element","p":"[Global_Namespace].html#function_xmlwriter_end_dtd_element","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nEnd current DTD element

    "},{"t":"F","n":"\\xmlwriter_end_dtd_entity","p":"[Global_Namespace].html#function_xmlwriter_end_dtd_entity","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nEnd current DTD Entity

    "},{"t":"F","n":"\\xmlwriter_end_element","p":"[Global_Namespace].html#function_xmlwriter_end_element","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nEnd current element

    "},{"t":"F","n":"\\xmlwriter_end_pi","p":"[Global_Namespace].html#function_xmlwriter_end_pi","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nEnd current PI

    "},{"t":"F","n":"\\xmlwriter_flush","p":"[Global_Namespace].html#function_xmlwriter_flush","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 1.0.0)
    \nFlush current buffer

    "},{"t":"F","n":"\\xmlwriter_full_end_element","p":"[Global_Namespace].html#function_xmlwriter_full_end_element","d":"

    (PHP 5 >= 5.2.0, PECL xmlwriter >= 2.0.4)
    \nEnd current element

    "},{"t":"F","n":"\\xmlwriter_open_memory","p":"[Global_Namespace].html#function_xmlwriter_open_memory","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nCreate new xmlwriter using memory for string output

    "},{"t":"F","n":"\\xmlwriter_open_uri","p":"[Global_Namespace].html#function_xmlwriter_open_uri","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nCreate new xmlwriter using source uri for output

    "},{"t":"F","n":"\\xmlwriter_output_memory","p":"[Global_Namespace].html#function_xmlwriter_output_memory","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nReturns current buffer

    "},{"t":"F","n":"\\xmlwriter_set_indent","p":"[Global_Namespace].html#function_xmlwriter_set_indent","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nToggle indentation on/off

    "},{"t":"F","n":"\\xmlwriter_set_indent_string","p":"[Global_Namespace].html#function_xmlwriter_set_indent_string","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nSet string used for indenting

    "},{"t":"F","n":"\\xmlwriter_start_attribute","p":"[Global_Namespace].html#function_xmlwriter_start_attribute","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nCreate start attribute

    "},{"t":"F","n":"\\xmlwriter_start_attribute_ns","p":"[Global_Namespace].html#function_xmlwriter_start_attribute_ns","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nCreate start namespaced attribute

    "},{"t":"F","n":"\\xmlwriter_start_cdata","p":"[Global_Namespace].html#function_xmlwriter_start_cdata","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nCreate start CDATA tag

    "},{"t":"F","n":"\\xmlwriter_start_comment","p":"[Global_Namespace].html#function_xmlwriter_start_comment","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 1.0.0)
    \nCreate start comment

    "},{"t":"F","n":"\\xmlwriter_start_document","p":"[Global_Namespace].html#function_xmlwriter_start_document","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nCreate document tag

    "},{"t":"F","n":"\\xmlwriter_start_dtd","p":"[Global_Namespace].html#function_xmlwriter_start_dtd","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nCreate start DTD tag

    "},{"t":"F","n":"\\xmlwriter_start_dtd_attlist","p":"[Global_Namespace].html#function_xmlwriter_start_dtd_attlist","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nCreate start DTD AttList

    "},{"t":"F","n":"\\xmlwriter_start_dtd_element","p":"[Global_Namespace].html#function_xmlwriter_start_dtd_element","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nCreate start DTD element

    "},{"t":"F","n":"\\xmlwriter_start_dtd_entity","p":"[Global_Namespace].html#function_xmlwriter_start_dtd_entity","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nCreate start DTD Entity

    "},{"t":"F","n":"\\xmlwriter_start_element","p":"[Global_Namespace].html#function_xmlwriter_start_element","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nCreate start element tag

    "},{"t":"F","n":"\\xmlwriter_start_element_ns","p":"[Global_Namespace].html#function_xmlwriter_start_element_ns","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nCreate start namespaced element tag

    "},{"t":"F","n":"\\xmlwriter_start_pi","p":"[Global_Namespace].html#function_xmlwriter_start_pi","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nCreate start PI tag

    "},{"t":"F","n":"\\xmlwriter_text","p":"[Global_Namespace].html#function_xmlwriter_text","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nWrite text

    "},{"t":"F","n":"\\xmlwriter_write_attribute","p":"[Global_Namespace].html#function_xmlwriter_write_attribute","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nWrite full attribute

    "},{"t":"F","n":"\\xmlwriter_write_attribute_ns","p":"[Global_Namespace].html#function_xmlwriter_write_attribute_ns","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nWrite full namespaced attribute

    "},{"t":"F","n":"\\xmlwriter_write_cdata","p":"[Global_Namespace].html#function_xmlwriter_write_cdata","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nWrite full CDATA tag

    "},{"t":"F","n":"\\xmlwriter_write_comment","p":"[Global_Namespace].html#function_xmlwriter_write_comment","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nWrite full comment tag

    "},{"t":"F","n":"\\xmlwriter_write_dtd","p":"[Global_Namespace].html#function_xmlwriter_write_dtd","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nWrite full DTD tag

    "},{"t":"F","n":"\\xmlwriter_write_dtd_attlist","p":"[Global_Namespace].html#function_xmlwriter_write_dtd_attlist","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nWrite full DTD AttList tag

    "},{"t":"F","n":"\\xmlwriter_write_dtd_element","p":"[Global_Namespace].html#function_xmlwriter_write_dtd_element","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nWrite full DTD element tag

    "},{"t":"F","n":"\\xmlwriter_write_dtd_entity","p":"[Global_Namespace].html#function_xmlwriter_write_dtd_entity","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nWrite full DTD Entity tag

    "},{"t":"F","n":"\\xmlwriter_write_element","p":"[Global_Namespace].html#function_xmlwriter_write_element","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nWrite full element tag

    "},{"t":"F","n":"\\xmlwriter_write_element_ns","p":"[Global_Namespace].html#function_xmlwriter_write_element_ns","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nWrite full namespaced element tag

    "},{"t":"F","n":"\\xmlwriter_write_pi","p":"[Global_Namespace].html#function_xmlwriter_write_pi","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nWrites a PI

    "},{"t":"F","n":"\\xmlwriter_write_raw","p":"[Global_Namespace].html#function_xmlwriter_write_raw","d":"

    (PHP 5 >= 5.2.0, PECL xmlwriter >= 2.0.4)
    \nWrite a raw XML text

    "},{"t":"F","n":"\\xxtea_decrypt","p":"[Global_Namespace].html#function_xxtea_decrypt","d":"

    Decrypts data.

    "},{"t":"F","n":"\\xxtea_encrypt","p":"[Global_Namespace].html#function_xxtea_encrypt","d":"

    Encrypts data.

    "},{"t":"F","n":"\\yaml_emit","p":"[Global_Namespace].html#function_yaml_emit","d":"

    (PHP 5 >= 5.2.0, PECL yaml >= 0.5.0)

    "},{"t":"F","n":"\\yaml_emit_file","p":"[Global_Namespace].html#function_yaml_emit_file","d":"

    (PHP 5 >= 5.2.0, PECL yaml >= 0.5.0)
    \nSend the YAML representation of a value to a file

    "},{"t":"F","n":"\\yaml_parse","p":"[Global_Namespace].html#function_yaml_parse","d":"

    (PHP 5 >= 5.2.0, PECL yaml >= 0.4.0)
    \nParse a YAML stream

    "},{"t":"F","n":"\\yaml_parse_file","p":"[Global_Namespace].html#function_yaml_parse_file","d":"

    (PHP 5 >= 5.2.0, PECL yaml >= 0.4.0)
    \nParse a YAML stream from a file

    "},{"t":"F","n":"\\yaml_parse_url","p":"[Global_Namespace].html#function_yaml_parse_url","d":"

    (PHP 5 >= 5.2.0, PECL yaml >= 0.4.0)
    \nParse a Yaml stream from a URL

    "},{"t":"F","n":"\\zem_get_extension_info_by_id","p":"[Global_Namespace].html#function_zem_get_extension_info_by_id","d":null},{"t":"F","n":"\\zem_get_extension_info_by_name","p":"[Global_Namespace].html#function_zem_get_extension_info_by_name","d":null},{"t":"F","n":"\\zem_get_extensions_info","p":"[Global_Namespace].html#function_zem_get_extensions_info","d":null},{"t":"F","n":"\\zem_get_license_info","p":"[Global_Namespace].html#function_zem_get_license_info","d":null},{"t":"F","n":"\\zend_current_obfuscation_level","p":"[Global_Namespace].html#function_zend_current_obfuscation_level","d":"

    Returns the current obfuscation level support (set by zend_optimizer.obfuscation_level_support)

    "},{"t":"F","n":"\\zend_disk_cache_clear","p":"[Global_Namespace].html#function_zend_disk_cache_clear","d":"

    Clear the entire Disk Memory cache or just the provided namespace.

    "},{"t":"F","n":"\\zend_disk_cache_delete","p":"[Global_Namespace].html#function_zend_disk_cache_delete","d":"

    Delete a key from the cache

    "},{"t":"F","n":"\\zend_disk_cache_fetch","p":"[Global_Namespace].html#function_zend_disk_cache_fetch","d":"

    Retrieves data stored in the Shared Memory Cache

    "},{"t":"F","n":"\\zend_disk_cache_info","p":"[Global_Namespace].html#function_zend_disk_cache_info","d":"

    Provide the user information about the memory data cache

    "},{"t":"F","n":"\\zend_disk_cache_store","p":"[Global_Namespace].html#function_zend_disk_cache_store","d":"

    Stores a serializable variable into Disk Cache

    "},{"t":"F","n":"\\zend_get_id","p":"[Global_Namespace].html#function_zend_get_id","d":"

    Returns array of the host ids. If all_ids is true, then all IDs are returned, otehrwise only IDs considered "primary" are returned.

    "},{"t":"F","n":"\\zend_is_configuration_changed","p":"[Global_Namespace].html#function_zend_is_configuration_changed","d":null},{"t":"F","n":"\\zend_loader_current_file","p":"[Global_Namespace].html#function_zend_loader_current_file","d":"

    Returns the name of the file currently being executed.

    "},{"t":"F","n":"\\zend_loader_enabled","p":"[Global_Namespace].html#function_zend_loader_enabled","d":"

    Shown if loader is enabled

    "},{"t":"F","n":"\\zend_loader_file_encoded","p":"[Global_Namespace].html#function_zend_loader_file_encoded","d":"

    Returns true if the current file is a Zend-encoded file.

    "},{"t":"F","n":"\\zend_loader_file_licensed","p":"[Global_Namespace].html#function_zend_loader_file_licensed","d":"

    Returns license (array with fields) if the current file has a valid license and is encoded, otherwise it returns false.

    "},{"t":"F","n":"\\zend_loader_install_license","p":"[Global_Namespace].html#function_zend_loader_install_license","d":"

    Dynamically loads a license for applications encoded with Zend SafeGuard. The Override controls if it will override old licenses for the same product.

    "},{"t":"F","n":"\\zend_logo_guid","p":"[Global_Namespace].html#function_zend_logo_guid","d":"

    Gets the Zend guid

    "},{"t":"F","n":"\\zend_obfuscate_class_name","p":"[Global_Namespace].html#function_zend_obfuscate_class_name","d":"

    Obfuscate and return the given class name with the internal obfuscation function.

    "},{"t":"F","n":"\\zend_obfuscate_function_name","p":"[Global_Namespace].html#function_zend_obfuscate_function_name","d":"

    Obfuscate and return the given function name with the internal obfuscation function.

    "},{"t":"F","n":"\\zend_optimizer_version","p":"[Global_Namespace].html#function_zend_optimizer_version","d":"

    Returns Optimizer version. Alias: zend_loader_version()

    "},{"t":"F","n":"\\zend_runtime_obfuscate","p":"[Global_Namespace].html#function_zend_runtime_obfuscate","d":"

    Start runtime-obfuscation support that allows limited mixing of obfuscated and un-obfuscated code.

    "},{"t":"F","n":"\\zend_send_buffer","p":"[Global_Namespace].html#function_zend_send_buffer","d":"

    Send a buffer using ZDS

    "},{"t":"F","n":"\\zend_send_file","p":"[Global_Namespace].html#function_zend_send_file","d":"

    Send a file using ZDS

    "},{"t":"F","n":"\\zend_set_configuration_changed","p":"[Global_Namespace].html#function_zend_set_configuration_changed","d":null},{"t":"F","n":"\\zend_shm_cache_clear","p":"[Global_Namespace].html#function_zend_shm_cache_clear","d":"

    Clear the entire Shared Memory cache or just the provided namespace.

    "},{"t":"F","n":"\\zend_shm_cache_delete","p":"[Global_Namespace].html#function_zend_shm_cache_delete","d":"

    Delete a key from the Shared Memory cache

    "},{"t":"F","n":"\\zend_shm_cache_fetch","p":"[Global_Namespace].html#function_zend_shm_cache_fetch","d":"

    Retrieves data stored in the Shared Memory Cache.

    "},{"t":"F","n":"\\zend_shm_cache_info","p":"[Global_Namespace].html#function_zend_shm_cache_info","d":"

    Provide the user information about the memory data cache

    "},{"t":"F","n":"\\zend_shm_cache_store","p":"[Global_Namespace].html#function_zend_shm_cache_store","d":"

    Stores a serializable variable into Shared Memory Cache

    "},{"t":"F","n":"\\zip_close","p":"[Global_Namespace].html#function_zip_close","d":"

    (PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PECL zip >= 1.0.0)
    \nClose a ZIP file archive

    "},{"t":"F","n":"\\zip_entry_close","p":"[Global_Namespace].html#function_zip_entry_close","d":"

    (PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PECL zip >= 1.0.0)
    \nClose a directory entry

    "},{"t":"F","n":"\\zip_entry_compressedsize","p":"[Global_Namespace].html#function_zip_entry_compressedsize","d":"

    (PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PECL zip >= 1.0.0)
    \nRetrieve the compressed size of a directory entry

    "},{"t":"F","n":"\\zip_entry_compressionmethod","p":"[Global_Namespace].html#function_zip_entry_compressionmethod","d":"

    (PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PECL zip >= 1.0.0)
    \nRetrieve the compression method of a directory entry

    "},{"t":"F","n":"\\zip_entry_filesize","p":"[Global_Namespace].html#function_zip_entry_filesize","d":"

    (PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PECL zip >= 1.0.0)
    \nRetrieve the actual file size of a directory entry

    "},{"t":"F","n":"\\zip_entry_name","p":"[Global_Namespace].html#function_zip_entry_name","d":"

    (PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PECL zip >= 1.0.0)
    \nRetrieve the name of a directory entry

    "},{"t":"F","n":"\\zip_entry_open","p":"[Global_Namespace].html#function_zip_entry_open","d":"

    (PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PECL zip >= 1.0.0)
    \nOpen a directory entry for reading

    "},{"t":"F","n":"\\zip_entry_read","p":"[Global_Namespace].html#function_zip_entry_read","d":"

    (PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PECL zip >= 1.0.0)
    \nRead from an open directory entry

    "},{"t":"F","n":"\\zip_open","p":"[Global_Namespace].html#function_zip_open","d":"

    (PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PECL zip >= 1.0.0)
    \nOpen a ZIP file archive

    "},{"t":"F","n":"\\zip_read","p":"[Global_Namespace].html#function_zip_read","d":"

    (PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PECL zip >= 1.0.0)
    \nRead next entry in a ZIP file archive

    "},{"t":"F","n":"\\zlib_decode","p":"[Global_Namespace].html#function_zlib_decode","d":"

    Uncompress any raw/gzip/zlib encoded data

    "},{"t":"F","n":"\\zlib_encode","p":"[Global_Namespace].html#function_zlib_encode","d":"

    Compress data with the specified encoding

    "},{"t":"F","n":"\\zlib_get_coding_type","p":"[Global_Namespace].html#function_zlib_get_coding_type","d":"

    Returns the coding type used for output compression

    "},{"t":"F","n":"\\zstd_compress","p":"[Global_Namespace].html#function_zstd_compress","d":"

    Zstandard compression.

    "},{"t":"F","n":"\\zstd_compress_dict","p":"[Global_Namespace].html#function_zstd_compress_dict","d":"

    Zstandard compression using a digested dictionary.

    "},{"t":"F","n":"\\zstd_compress_usingcdict","p":"[Global_Namespace].html#function_zstd_compress_usingcdict","d":"

    Zstandard decompression using a digested dictionary.

    "},{"t":"F","n":"\\zstd_decompress_dict","p":"[Global_Namespace].html#function_zstd_decompress_dict","d":"

    Zstandard decompression using a digested dictionary.

    "},{"t":"F","n":"\\zstd_decompress_usingcdict","p":"[Global_Namespace].html#function_zstd_decompress_usingcdict","d":"

    Zstandard decompression using a digested dictionary.

    "},{"t":"F","n":"\\zstd_uncompress","p":"[Global_Namespace].html#function_zstd_uncompress","d":"

    Zstandard decompression.

    "},{"t":"F","n":"\\zstd_uncompress_dict","p":"[Global_Namespace].html#function_zstd_uncompress_dict","d":"

    Zstandard decompression using a digested dictionary.

    "},{"t":"F","n":"\\zstd_uncompress_usingcdict","p":"[Global_Namespace].html#function_zstd_uncompress_usingcdict","d":"

    Zstandard decompression using a digested dictionary.

    "},{"t":"F","n":"ast\\get_kind_name","p":"ast.html#function_get_kind_name","d":""},{"t":"F","n":"ast\\get_metadata","p":"ast.html#function_get_metadata","d":"

    Provides metadata for the AST kinds.

    "},{"t":"F","n":"ast\\get_supported_versions","p":"ast.html#function_get_supported_versions","d":"

    Returns currently supported AST versions.

    "},{"t":"F","n":"ast\\kind_uses_flags","p":"ast.html#function_kind_uses_flags","d":""},{"t":"F","n":"ast\\parse_code","p":"ast.html#function_parse_code","d":"

    Parses code string and returns an AST root node.

    "},{"t":"F","n":"ast\\parse_file","p":"ast.html#function_parse_file","d":"

    Parses code from a file and returns an AST root node.

    "},{"t":"F","n":"mysql_xdevapi\\expression","p":"mysql_xdevapi.html#function_expression","d":""},{"t":"F","n":"mysql_xdevapi\\getSession","p":"mysql_xdevapi.html#function_getSession","d":""},{"t":"F","n":"parallel\\bootstrap","p":"parallel.html#function_bootstrap","d":"

    Shall use the provided file to bootstrap all runtimes created for automatic scheduling via run().

    "},{"t":"F","n":"parallel\\count","p":"parallel.html#function_count","d":""},{"t":"F","n":"parallel\\run","p":"parallel.html#function_run","d":""},{"t":"F","n":"pcov\\clear","p":"pcov.html#function_clear","d":"

    (PHP >= 7.0, PECL pcov >= 1.0.0)
    \nShall clear stored information

    "},{"t":"F","n":"pcov\\collect","p":"pcov.html#function_collect","d":"

    (PHP >= 7.0, PECL pcov >= 1.0.0)
    \nShall collect coverage information

    "},{"t":"F","n":"pcov\\memory","p":"pcov.html#function_memory","d":"

    (PHP >= 7.0, PECL pcov >= 1.0.0)
    \nShall return the current size of the trace and cfg arena

    "},{"t":"F","n":"pcov\\start","p":"pcov.html#function_start","d":"

    (PHP >= 7.0, PECL pcov >= 1.0.0)
    \nShall start recording coverage information

    "},{"t":"F","n":"pcov\\stop","p":"pcov.html#function_stop","d":"

    (PHP >= 7.0, PECL pcov >= 1.0.0)
    \nShall stop recording coverage information

    "},{"t":"F","n":"pcov\\waiting","p":"pcov.html#function_waiting","d":"

    (PHP >= 7.0, PECL pcov >= 1.0.0)
    \nShall return list of files waiting to be collected

    "},{"t":"C","n":"AMQPBasicProperties","p":"AMQPBasicProperties.html","d":"

    stub class representing AMQPBasicProperties from pecl-amqp

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"AMQPChannel","p":"AMQPChannel.html","d":"

    stub class representing AMQPChannel from pecl-amqp

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"AMQPChannelException","p":"AMQPChannelException.html","d":"

    stub class representing AMQPChannelException from pecl-amqp

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"AMQPConnection","p":"AMQPConnection.html","d":"

    stub class representing AMQPConnection from pecl-amqp

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"AMQPConnectionException","p":"AMQPConnectionException.html","d":"

    stub class representing AMQPConnectionException from pecl-amqp

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"AMQPDecimal","p":"AMQPDecimal.html","d":"

    stub class representing AMQPDecimal from pecl-amqp

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"AMQPEnvelope","p":"AMQPEnvelope.html","d":"

    stub class representing AMQPEnvelope from pecl-amqp

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"AMQPEnvelopeException","p":"AMQPEnvelopeException.html","d":"

    stub class representing AMQPEnvelopeException from pecl-amqp

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"AMQPException","p":"AMQPException.html","d":"

    stub class representing AMQPException from pecl-amqp

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"AMQPExchange","p":"AMQPExchange.html","d":"

    stub class representing AMQPExchange from pecl-amqp

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"AMQPExchangeException","p":"AMQPExchangeException.html","d":"

    stub class representing AMQPExchangeException from pecl-amqp

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"AMQPExchangeValue","p":"AMQPExchangeValue.html","d":"

    stub class representing AMQPExchangeValue from pecl-amqp

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"AMQPQueue","p":"AMQPQueue.html","d":"

    stub class representing AMQPQueue from pecl-amqp

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"AMQPQueueException","p":"AMQPQueueException.html","d":"

    stub class representing AMQPQueueException from pecl-amqp

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"AMQPTimestamp","p":"AMQPTimestamp.html","d":"

    stub class representing AMQPTimestamp from pecl-amqp

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"AMQPValue","p":"AMQPValue.html","d":"

    Interface representing AMQP values

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"AMQPValueException","p":"AMQPValueException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"APCIterator","p":"APCIterator.html","d":"

    The APCIterator class

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"APCUIterator","p":"APCUIterator.html","d":"

    The APCUIterator class

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"AddressInfo","p":"AddressInfo.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Aerospike","p":"Aerospike.html","d":"

    The Aerospike client class

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Aerospike\\Bytes","p":"Aerospike/Bytes.html","d":"

    \\Aerospike\\Bytes is a utility for wrapping PHP strings containing\npotentially harmful bytes such as \\0. By wrapping the binary-string, the\nAerospike client will serialize the data into an as_bytes rather than an\nas_string.

    ","f":{"n":"Aerospike","p":"Aerospike.html"}},{"t":"C","n":"AllowDynamicProperties","p":"AllowDynamicProperties.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"AppendIterator","p":"AppendIterator.html","d":"

    An Iterator that iterates over several iterators one after the other.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ArgumentCountError","p":"ArgumentCountError.html","d":"

    ArgumentCountError is thrown when too few arguments are passed to a user\ndefined routine.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ArithmeticError","p":"ArithmeticError.html","d":"

    ArithmeticError is thrown when an error occurs while performing mathematical operations.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ArrayAccess","p":"ArrayAccess.html","d":"

    Interface to provide accessing objects as arrays.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ArrayIterator","p":"ArrayIterator.html","d":"

    This iterator allows to unset and modify values and keys while iterating\nover Arrays and Objects.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ArrayObject","p":"ArrayObject.html","d":"

    This class allows objects to work as arrays.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"AssertionError","p":"AssertionError.html","d":"

    AssertionError is thrown when an assertion made via {assert()} fails.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Attribute","p":"Attribute.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"BackedEnum","p":"BackedEnum.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"BadFunctionCallException","p":"BadFunctionCallException.html","d":"

    Exception thrown if a callback refers to an undefined function or if some\narguments are missing.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"BadMethodCallException","p":"BadMethodCallException.html","d":"

    Exception thrown if a callback refers to an undefined method or if some\narguments are missing.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"BcMath\\Number","p":"BcMath/Number.html","d":"","f":{"n":"BcMath","p":"BcMath.html"}},{"t":"C","n":"BlackfireProbe","p":"BlackfireProbe.html","d":"

    Blackfire extension stubs.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"COM","p":"COM.html","d":"

    The COM class allows you to instantiate an OLE compatible COM object and call its methods and access its properties.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"CURLFile","p":"CURLFile.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"CURLStringFile","p":"CURLStringFile.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"CachingIterator","p":"CachingIterator.html","d":"

    This object supports cached iteration over another iterator.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"CallbackFilterIterator","p":"CallbackFilterIterator.html","d":"

    Filtered iterator using the callback to determine which items are accepted or rejected.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Cassandra","p":"Cassandra.html","d":"

    The main entry point to the PHP Driver for Apache Cassandra.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Cassandra\\Aggregate","p":"Cassandra/Aggregate.html","d":"

    A PHP representation of an aggregate

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\BatchStatement","p":"Cassandra/BatchStatement.html","d":"

    Batch statements are used to execute a series of simple or prepared\nstatements.

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\Bigint","p":"Cassandra/Bigint.html","d":"

    A PHP representation of the CQL bigint datatype

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\Blob","p":"Cassandra/Blob.html","d":"

    A PHP representation of the CQL blob datatype

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\Cluster","p":"Cassandra/Cluster.html","d":"

    Cluster object is used to create Sessions.

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\Cluster\\Builder","p":"Cassandra/Cluster/Builder.html","d":"

    Cluster builder allows fluent configuration of the cluster instance.

    ","f":{"n":"Cassandra\\Cluster","p":"Cassandra/Cluster.html"}},{"t":"C","n":"Cassandra\\Collection","p":"Cassandra/Collection.html","d":"

    A PHP representation of the CQL list datatype

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\Column","p":"Cassandra/Column.html","d":"

    A PHP representation of a column

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\Custom","p":"Cassandra/Custom.html","d":"

    A class for representing custom values.

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\Date","p":"Cassandra/Date.html","d":"

    A PHP representation of the CQL date type.

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\Decimal","p":"Cassandra/Decimal.html","d":"

    A PHP representation of the CQL decimal datatype

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\DefaultAggregate","p":"Cassandra/DefaultAggregate.html","d":"

    A PHP representation of an aggregate

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\DefaultCluster","p":"Cassandra/DefaultCluster.html","d":"

    Default cluster implementation.

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\DefaultColumn","p":"Cassandra/DefaultColumn.html","d":"

    A PHP representation of a column

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\DefaultFunction","p":"Cassandra/DefaultFunction.html","d":"

    A PHP representation of a public function

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\DefaultIndex","p":"Cassandra/DefaultIndex.html","d":"

    A PHP representation of an index

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\DefaultKeyspace","p":"Cassandra/DefaultKeyspace.html","d":"

    A PHP representation of a keyspace

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\DefaultMaterializedView","p":"Cassandra/DefaultMaterializedView.html","d":"

    A PHP representation of a materialized view

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\DefaultSchema","p":"Cassandra/DefaultSchema.html","d":"

    A PHP representation of a schema

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\DefaultSession","p":"Cassandra/DefaultSession.html","d":"

    A session is used to prepare and execute statements.

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\DefaultTable","p":"Cassandra/DefaultTable.html","d":"

    A PHP representation of a table

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\Duration","p":"Cassandra/Duration.html","d":"

    A PHP representation of the CQL duration datatype

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\Exception","p":"Cassandra/Exception.html","d":"

    An interface implemented by all exceptions thrown by the PHP Driver.

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\Exception\\AlreadyExistsException","p":"Cassandra/Exception/AlreadyExistsException.html","d":"

    AlreadyExistsException is raised when attempting to re-create existing keyspace.

    ","f":{"n":"Cassandra\\Exception","p":"Cassandra/Exception.html"}},{"t":"C","n":"Cassandra\\Exception\\AuthenticationException","p":"Cassandra/Exception/AuthenticationException.html","d":"

    AuthenticationException is raised when client was not configured with valid\nauthentication credentials.

    ","f":{"n":"Cassandra\\Exception","p":"Cassandra/Exception.html"}},{"t":"C","n":"Cassandra\\Exception\\ConfigurationException","p":"Cassandra/Exception/ConfigurationException.html","d":"

    ConfigurationException is raised when query is syntactically correct but\ninvalid because of some configuration issue.

    ","f":{"n":"Cassandra\\Exception","p":"Cassandra/Exception.html"}},{"t":"C","n":"Cassandra\\Exception\\DivideByZeroException","p":"Cassandra/Exception/DivideByZeroException.html","d":"

    Cassandra domain exception.

    ","f":{"n":"Cassandra\\Exception","p":"Cassandra/Exception.html"}},{"t":"C","n":"Cassandra\\Exception\\DomainException","p":"Cassandra/Exception/DomainException.html","d":"

    Cassandra domain exception.

    ","f":{"n":"Cassandra\\Exception","p":"Cassandra/Exception.html"}},{"t":"C","n":"Cassandra\\Exception\\ExecutionException","p":"Cassandra/Exception/ExecutionException.html","d":"

    ExecutionException is raised when something went wrong during request execution.

    ","f":{"n":"Cassandra\\Exception","p":"Cassandra/Exception.html"}},{"t":"C","n":"Cassandra\\Exception\\InvalidArgumentException","p":"Cassandra/Exception/InvalidArgumentException.html","d":"

    Cassandra invalid argument exception.

    ","f":{"n":"Cassandra\\Exception","p":"Cassandra/Exception.html"}},{"t":"C","n":"Cassandra\\Exception\\InvalidQueryException","p":"Cassandra/Exception/InvalidQueryException.html","d":"

    InvalidQueryException is raised when query is syntactically correct but invalid.

    ","f":{"n":"Cassandra\\Exception","p":"Cassandra/Exception.html"}},{"t":"C","n":"Cassandra\\Exception\\InvalidSyntaxException","p":"Cassandra/Exception/InvalidSyntaxException.html","d":"

    InvalidSyntaxException is raised when CQL in the request is syntactically incorrect.

    ","f":{"n":"Cassandra\\Exception","p":"Cassandra/Exception.html"}},{"t":"C","n":"Cassandra\\Exception\\IsBootstrappingException","p":"Cassandra/Exception/IsBootstrappingException.html","d":"

    IsBootstrappingException is raised when a node is bootstrapping.

    ","f":{"n":"Cassandra\\Exception","p":"Cassandra/Exception.html"}},{"t":"C","n":"Cassandra\\Exception\\LogicException","p":"Cassandra/Exception/LogicException.html","d":"

    Cassandra logic exception.

    ","f":{"n":"Cassandra\\Exception","p":"Cassandra/Exception.html"}},{"t":"C","n":"Cassandra\\Exception\\OverloadedException","p":"Cassandra/Exception/OverloadedException.html","d":"

    OverloadedException is raised when a node is overloaded.

    ","f":{"n":"Cassandra\\Exception","p":"Cassandra/Exception.html"}},{"t":"C","n":"Cassandra\\Exception\\ProtocolException","p":"Cassandra/Exception/ProtocolException.html","d":"

    ProtocolException is raised when a client did not follow server's protocol,\ne.g. sending a QUERY message before STARTUP. Seeing this error can be\nconsidered a bug.

    ","f":{"n":"Cassandra\\Exception","p":"Cassandra/Exception.html"}},{"t":"C","n":"Cassandra\\Exception\\RangeException","p":"Cassandra/Exception/RangeException.html","d":"

    Cassandra domain exception.

    ","f":{"n":"Cassandra\\Exception","p":"Cassandra/Exception.html"}},{"t":"C","n":"Cassandra\\Exception\\ReadTimeoutException","p":"Cassandra/Exception/ReadTimeoutException.html","d":"

    ReadTimeoutException is raised when a coordinator failed to receive acks\nfrom the required number of replica nodes in time during a read.

    ","f":{"n":"Cassandra\\Exception","p":"Cassandra/Exception.html"}},{"t":"C","n":"Cassandra\\Exception\\RuntimeException","p":"Cassandra/Exception/RuntimeException.html","d":"

    Cassandra runtime exception.

    ","f":{"n":"Cassandra\\Exception","p":"Cassandra/Exception.html"}},{"t":"C","n":"Cassandra\\Exception\\ServerException","p":"Cassandra/Exception/ServerException.html","d":"

    ServerException is raised when something unexpected happened on the server.

    ","f":{"n":"Cassandra\\Exception","p":"Cassandra/Exception.html"}},{"t":"C","n":"Cassandra\\Exception\\TimeoutException","p":"Cassandra/Exception/TimeoutException.html","d":"

    TimeoutException is generally raised when a future did not resolve\nwithin a given time interval.

    ","f":{"n":"Cassandra\\Exception","p":"Cassandra/Exception.html"}},{"t":"C","n":"Cassandra\\Exception\\TruncateException","p":"Cassandra/Exception/TruncateException.html","d":"

    TruncateException is raised when something went wrong during table\ntruncation.

    ","f":{"n":"Cassandra\\Exception","p":"Cassandra/Exception.html"}},{"t":"C","n":"Cassandra\\Exception\\UnauthorizedException","p":"Cassandra/Exception/UnauthorizedException.html","d":"

    UnauthorizedException is raised when the current user doesn't have\nsufficient permissions to access data.

    ","f":{"n":"Cassandra\\Exception","p":"Cassandra/Exception.html"}},{"t":"C","n":"Cassandra\\Exception\\UnavailableException","p":"Cassandra/Exception/UnavailableException.html","d":"

    UnavailableException is raised when a coordinator detected that there aren't\nenough replica nodes available to fulfill the request.

    ","f":{"n":"Cassandra\\Exception","p":"Cassandra/Exception.html"}},{"t":"C","n":"Cassandra\\Exception\\UnpreparedException","p":"Cassandra/Exception/UnpreparedException.html","d":"

    UnpreparedException is raised when a given prepared statement id does not\nexist on the server. The driver should be automatically re-preparing the\nstatement in this case. Seeing this error could be considered a bug.

    ","f":{"n":"Cassandra\\Exception","p":"Cassandra/Exception.html"}},{"t":"C","n":"Cassandra\\Exception\\ValidationException","p":"Cassandra/Exception/ValidationException.html","d":"

    ValidationException is raised on invalid request, before even attempting to\nexecute it.

    ","f":{"n":"Cassandra\\Exception","p":"Cassandra/Exception.html"}},{"t":"C","n":"Cassandra\\Exception\\WriteTimeoutException","p":"Cassandra/Exception/WriteTimeoutException.html","d":"

    WriteTimeoutException is raised when a coordinator failed to receive acks\nfrom the required number of replica nodes in time during a write.

    ","f":{"n":"Cassandra\\Exception","p":"Cassandra/Exception.html"}},{"t":"C","n":"Cassandra\\ExecutionOptions","p":"Cassandra/ExecutionOptions.html","d":"

    Request execution options.

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\Float_","p":"Cassandra/Float_.html","d":"

    A PHP representation of the CQL float datatype

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\Function_","p":"Cassandra/Function_.html","d":"

    A PHP representation of a function

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\Future","p":"Cassandra/Future.html","d":"

    Futures are returns from asynchronous methods.

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\FutureClose","p":"Cassandra/FutureClose.html","d":"

    A future returned from Session::closeAsync().

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\FuturePreparedStatement","p":"Cassandra/FuturePreparedStatement.html","d":"

    A future returned from Session::prepareAsync()\nThis future will resolve with a PreparedStatement or an exception.

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\FutureRows","p":"Cassandra/FutureRows.html","d":"

    This future results is resolved with Rows.

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\FutureSession","p":"Cassandra/FutureSession.html","d":"

    A future that resolves with Session.

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\FutureValue","p":"Cassandra/FutureValue.html","d":"

    A future that always resolves in a value.

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\Index","p":"Cassandra/Index.html","d":"

    A PHP representation of an index

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\Inet","p":"Cassandra/Inet.html","d":"

    A PHP representation of the CQL inet datatype

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\Keyspace","p":"Cassandra/Keyspace.html","d":"

    A PHP representation of a keyspace

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\Map","p":"Cassandra/Map.html","d":"

    A PHP representation of the CQL map datatype

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\MaterializedView","p":"Cassandra/MaterializedView.html","d":"

    A PHP representation of a materialized view

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\Numeric","p":"Cassandra/Numeric.html","d":"

    Common interface implemented by all numeric types, providing basic\narithmetic functions.

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\PreparedStatement","p":"Cassandra/PreparedStatement.html","d":"

    Prepared statements are faster to execute because the server doesn't need\nto process a statement's CQL during the execution.

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\RetryPolicy","p":"Cassandra/RetryPolicy.html","d":"

    Interface for retry policies.

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\RetryPolicy\\DefaultPolicy","p":"Cassandra/RetryPolicy/DefaultPolicy.html","d":"

    The default retry policy. This policy retries a query, using the\nrequest's original consistency level, in the following cases:

    ","f":{"n":"Cassandra\\RetryPolicy","p":"Cassandra/RetryPolicy.html"}},{"t":"C","n":"Cassandra\\RetryPolicy\\DowngradingConsistency","p":"Cassandra/RetryPolicy/DowngradingConsistency.html","d":"

    A retry policy that will downgrade the consistency of a request in\nan attempt to save a request in cases where there is any chance of success. A\nwrite request will succeed if there is at least a single copy persisted and a\nread request will succeed if there is some data available even if it increases\nthe risk of reading stale data. This policy will retry in the same scenarios as\nthe default policy, and it will also retry in the following case:

    ","f":{"n":"Cassandra\\RetryPolicy","p":"Cassandra/RetryPolicy.html"}},{"t":"C","n":"Cassandra\\RetryPolicy\\Fallthrough","p":"Cassandra/RetryPolicy/Fallthrough.html","d":"

    A retry policy that never retries and allows all errors to fallthrough.

    ","f":{"n":"Cassandra\\RetryPolicy","p":"Cassandra/RetryPolicy.html"}},{"t":"C","n":"Cassandra\\RetryPolicy\\Logging","p":"Cassandra/RetryPolicy/Logging.html","d":"

    A retry policy that logs the decisions of its child policy.

    ","f":{"n":"Cassandra\\RetryPolicy","p":"Cassandra/RetryPolicy.html"}},{"t":"C","n":"Cassandra\\Rows","p":"Cassandra/Rows.html","d":"

    Rows represent a result of statement execution.

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\SSLOptions","p":"Cassandra/SSLOptions.html","d":"

    SSL options for Cluster.

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\SSLOptions\\Builder","p":"Cassandra/SSLOptions/Builder.html","d":"

    SSLOptions builder allows fluent configuration of ssl options.

    ","f":{"n":"Cassandra\\SSLOptions","p":"Cassandra/SSLOptions.html"}},{"t":"C","n":"Cassandra\\Schema","p":"Cassandra/Schema.html","d":"

    A PHP representation of a schema

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\Session","p":"Cassandra/Session.html","d":"

    A session is used to prepare and execute statements.

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\Set","p":"Cassandra/Set.html","d":"

    A PHP representation of the CQL set datatype

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\SimpleStatement","p":"Cassandra/SimpleStatement.html","d":"

    Simple statements can be executed using a Session instance.

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\Smallint","p":"Cassandra/Smallint.html","d":"

    A PHP representation of the CQL smallint datatype.

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\Statement","p":"Cassandra/Statement.html","d":"

    All statements implement this common interface.

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\Table","p":"Cassandra/Table.html","d":"

    A PHP representation of a table

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\Time","p":"Cassandra/Time.html","d":"

    A PHP representation of the CQL time type.

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\Timestamp","p":"Cassandra/Timestamp.html","d":"

    A PHP representation of the CQL timestamp datatype

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\TimestampGenerator","p":"Cassandra/TimestampGenerator.html","d":"

    Interface for timestamp generators.

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\TimestampGenerator\\Monotonic","p":"Cassandra/TimestampGenerator/Monotonic.html","d":"

    A timestamp generator that generates monotonically increasing timestamps\nclient-side. The timestamps generated have a microsecond granularity with\nthe sub-millisecond part generated using a counter. The implementation\nguarantees that no more than 1000 timestamps will be generated for a given\nclock tick even if shared by multiple session objects. If that rate is\nexceeded then a warning is logged and timestamps stop incrementing until\nthe next clock tick.

    ","f":{"n":"Cassandra\\TimestampGenerator","p":"Cassandra/TimestampGenerator.html"}},{"t":"C","n":"Cassandra\\TimestampGenerator\\ServerSide","p":"Cassandra/TimestampGenerator/ServerSide.html","d":"

    A timestamp generator that allows the server-side to assign timestamps.

    ","f":{"n":"Cassandra\\TimestampGenerator","p":"Cassandra/TimestampGenerator.html"}},{"t":"C","n":"Cassandra\\Timeuuid","p":"Cassandra/Timeuuid.html","d":"

    A PHP representation of the CQL timeuuid datatype

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\Tinyint","p":"Cassandra/Tinyint.html","d":"

    A PHP representation of the CQL tinyint datatype.

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\Tuple","p":"Cassandra/Tuple.html","d":"

    A PHP representation of the CQL tuple datatype

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\Type","p":"Cassandra/Type.html","d":"

    Cluster object is used to create Sessions.

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\Type\\Collection","p":"Cassandra/Type/Collection.html","d":"

    A class that represents the list type. The list type contains the type of the\nelements contain in the list.

    ","f":{"n":"Cassandra\\Type","p":"Cassandra/Type.html"}},{"t":"C","n":"Cassandra\\Type\\Custom","p":"Cassandra/Type/Custom.html","d":"

    A class that represents a custom type.

    ","f":{"n":"Cassandra\\Type","p":"Cassandra/Type.html"}},{"t":"C","n":"Cassandra\\Type\\Map","p":"Cassandra/Type/Map.html","d":"

    A class that represents the map type. The map type contains two types that\nrepresents the types of the key and value contained in the map.

    ","f":{"n":"Cassandra\\Type","p":"Cassandra/Type.html"}},{"t":"C","n":"Cassandra\\Type\\Scalar","p":"Cassandra/Type/Scalar.html","d":"

    A class that represents a primitive type (e.g. varchar or bigint)

    ","f":{"n":"Cassandra\\Type","p":"Cassandra/Type.html"}},{"t":"C","n":"Cassandra\\Type\\Set","p":"Cassandra/Type/Set.html","d":"

    A class that represents the set type. The set type contains the type of the\nelements contain in the set.

    ","f":{"n":"Cassandra\\Type","p":"Cassandra/Type.html"}},{"t":"C","n":"Cassandra\\Type\\Tuple","p":"Cassandra/Type/Tuple.html","d":"

    A class that represents the tuple type. The tuple type is able to represent\na composite type of one or more types accessed by index.

    ","f":{"n":"Cassandra\\Type","p":"Cassandra/Type.html"}},{"t":"C","n":"Cassandra\\Type\\UserType","p":"Cassandra/Type/UserType.html","d":"

    A class that represents a user type. The user type is able to represent a\ncomposite type of one or more types accessed by name.

    ","f":{"n":"Cassandra\\Type","p":"Cassandra/Type.html"}},{"t":"C","n":"Cassandra\\UserTypeValue","p":"Cassandra/UserTypeValue.html","d":"

    A PHP representation of the CQL UDT datatype

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\Uuid","p":"Cassandra/Uuid.html","d":"

    A PHP representation of the CQL uuid datatype

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\UuidInterface","p":"Cassandra/UuidInterface.html","d":"

    A PHP representation of the CQL uuid datatype

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\Value","p":"Cassandra/Value.html","d":"

    Common interface implemented by all Cassandra value types.

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\Varint","p":"Cassandra/Varint.html","d":"

    A PHP representation of the CQL varint datatype

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"ClosedGeneratorException","p":"ClosedGeneratorException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Closure","p":"Closure.html","d":"

    Class used to represent anonymous functions.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Collator","p":"Collator.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Collectable","p":"Collectable.html","d":"

    (PECL pthreads >= 2.0.8)
    \nRepresents a garbage-collectable object.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"CompileError","p":"CompileError.html","d":"

    Class CompileError

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Couchbase\\AnalyticsEncryptionLevel","p":"Couchbase/AnalyticsEncryptionLevel.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\AnalyticsException","p":"Couchbase/AnalyticsException.html","d":"

    Thrown for exceptions that originate from analytics operations.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\AnalyticsIndexManager","p":"Couchbase/AnalyticsIndexManager.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\AnalyticsLink","p":"Couchbase/AnalyticsLink.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\AnalyticsLinkType","p":"Couchbase/AnalyticsLinkType.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\AnalyticsOptions","p":"Couchbase/AnalyticsOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\AnalyticsQuery","p":"Couchbase/AnalyticsQuery.html","d":"

    Represents a Analytics query (currently experimental support).

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\AnalyticsResult","p":"Couchbase/AnalyticsResult.html","d":"

    Interface for retrieving results from analytics queries.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\AppendOptions","p":"Couchbase/AppendOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\AuthenticationException","p":"Couchbase/AuthenticationException.html","d":"

    Occurs when authentication has failed.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\Authenticator","p":"Couchbase/Authenticator.html","d":"

    Interface of authentication containers.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\AzureBlobExternalAnalyticsLink","p":"Couchbase/AzureBlobExternalAnalyticsLink.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\BadInputException","p":"Couchbase/BadInputException.html","d":"

    Occurs when an operation is attempted with bad input.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\BaseException","p":"Couchbase/BaseException.html","d":"

    Base exception for exceptions that are thrown originating from Couchbase operations.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\BinaryCollection","p":"Couchbase/BinaryCollection.html","d":"

    BinaryCollection is an object containing functionality for performing KeyValue operations against the server with binary documents.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\BindingsException","p":"Couchbase/BindingsException.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\BooleanFieldSearchQuery","p":"Couchbase/BooleanFieldSearchQuery.html","d":"

    A FTS query that queries fields explicitly indexed as boolean.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\BooleanSearchQuery","p":"Couchbase/BooleanSearchQuery.html","d":"

    A compound FTS query that allows various combinations of sub-queries.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\Bucket","p":"Couchbase/Bucket.html","d":"

    Bucket is an object containing functionality for performing bucket level operations\nagainst a cluster and for access to scopes and collections.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\BucketManager","p":"Couchbase/BucketManager.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\BucketMissingException","p":"Couchbase/BucketMissingException.html","d":"

    Occurs when the specified bucket does not exist.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\BucketSettings","p":"Couchbase/BucketSettings.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\CasMismatchException","p":"Couchbase/CasMismatchException.html","d":"

    Occurs when an operation has been performed with a cas value that does not the value on the server.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\ClassicAuthenticator","p":"Couchbase/ClassicAuthenticator.html","d":"

    Authenticator based on login/password credentials.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\Cluster","p":"Couchbase/Cluster.html","d":"

    Cluster is an object containing functionality for performing cluster level operations\nagainst a cluster and for access to buckets.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\ClusterManager","p":"Couchbase/ClusterManager.html","d":"

    Provides management capabilities for a Couchbase Server Cluster

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\ClusterOptions","p":"Couchbase/ClusterOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\Collection","p":"Couchbase/Collection.html","d":"

    Collection is an object containing functionality for performing KeyValue operations against the server.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\CollectionManager","p":"Couchbase/CollectionManager.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\CollectionMissingException","p":"Couchbase/CollectionMissingException.html","d":"

    Occurs when the specified collection does not exist.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\CollectionSpec","p":"Couchbase/CollectionSpec.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\ConjunctionSearchQuery","p":"Couchbase/ConjunctionSearchQuery.html","d":"

    A compound FTS query that performs a logical AND between all its sub-queries (conjunction).

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\ConnectAnalyticsLinkOptions","p":"Couchbase/ConnectAnalyticsLinkOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\Coordinate","p":"Couchbase/Coordinate.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\CouchbaseRemoteAnalyticsLink","p":"Couchbase/CouchbaseRemoteAnalyticsLink.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\CounterResult","p":"Couchbase/CounterResult.html","d":"

    Interface for results created by the counter operation.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\CreateAnalyticsDatasetOptions","p":"Couchbase/CreateAnalyticsDatasetOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\CreateAnalyticsDataverseOptions","p":"Couchbase/CreateAnalyticsDataverseOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\CreateAnalyticsIndexOptions","p":"Couchbase/CreateAnalyticsIndexOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\CreateAnalyticsLinkOptions","p":"Couchbase/CreateAnalyticsLinkOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\CreateQueryIndexOptions","p":"Couchbase/CreateQueryIndexOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\CreateQueryPrimaryIndexOptions","p":"Couchbase/CreateQueryPrimaryIndexOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\DateRangeFacetResult","p":"Couchbase/DateRangeFacetResult.html","d":"

    A range (or bucket) for a date range facet result. Counts the number of matches\nthat fall into the named range (which can overlap with other user-defined ranges).

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\DateRangeSearchFacet","p":"Couchbase/DateRangeSearchFacet.html","d":"

    A facet that categorizes hits inside date ranges (or buckets) provided by the user.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\DateRangeSearchQuery","p":"Couchbase/DateRangeSearchQuery.html","d":"

    A FTS query that matches documents on a range of values. At least one bound is required, and the\ninclusiveness of each bound can be configured.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\DecrementOptions","p":"Couchbase/DecrementOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\DesignDocument","p":"Couchbase/DesignDocument.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\DisconnectAnalyticsLinkOptions","p":"Couchbase/DisconnectAnalyticsLinkOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\DisjunctionSearchQuery","p":"Couchbase/DisjunctionSearchQuery.html","d":"

    A compound FTS query that performs a logical OR between all its sub-queries (disjunction). It requires that a\nminimum of the queries match. The minimum is configurable (default 1).

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\DmlFailureException","p":"Couchbase/DmlFailureException.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\DocIdSearchQuery","p":"Couchbase/DocIdSearchQuery.html","d":"

    A FTS query that matches on Couchbase document IDs. Useful to restrict the search space to a list of keys (by using\nthis in a compound query).

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\Document","p":"Couchbase/Document.html","d":"

    Represents Couchbase Document, which stores metadata and the value.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\DocumentFragment","p":"Couchbase/DocumentFragment.html","d":"

    A fragment of a JSON Document returned by the sub-document API.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\DocumentNotFoundException","p":"Couchbase/DocumentNotFoundException.html","d":"

    Occurs when the requested document could not be found.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\DropAnalyticsDatasetOptions","p":"Couchbase/DropAnalyticsDatasetOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\DropAnalyticsDataverseOptions","p":"Couchbase/DropAnalyticsDataverseOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\DropAnalyticsIndexOptions","p":"Couchbase/DropAnalyticsIndexOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\DropAnalyticsLinkOptions","p":"Couchbase/DropAnalyticsLinkOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\DropQueryIndexOptions","p":"Couchbase/DropQueryIndexOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\DropQueryPrimaryIndexOptions","p":"Couchbase/DropQueryPrimaryIndexOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\DropUserOptions","p":"Couchbase/DropUserOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\DurabilityException","p":"Couchbase/DurabilityException.html","d":"

    Occurs when the specified durability could not be met for a mutation operation.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\DurabilityLevel","p":"Couchbase/DurabilityLevel.html","d":"

    An object which contains levels of durability that can be enforced when\nusing mutation operations.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\EncryptionSettings","p":"Couchbase/EncryptionSettings.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\EvictionPolicy","p":"Couchbase/EvictionPolicy.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\Exception","p":"Couchbase/Exception.html","d":"

    Exception represeting all errors generated by the extension

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\ExistsOptions","p":"Couchbase/ExistsOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\ExistsResult","p":"Couchbase/ExistsResult.html","d":"

    Interface for results created by the exists operation.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\GeoBoundingBoxSearchQuery","p":"Couchbase/GeoBoundingBoxSearchQuery.html","d":"

    A FTS query which allows to match geo bounding boxes.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\GeoDistanceSearchQuery","p":"Couchbase/GeoDistanceSearchQuery.html","d":"

    A FTS query that finds all matches from a given location (point) within the given distance.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\GeoPolygonQuery","p":"Couchbase/GeoPolygonQuery.html","d":"

    A FTS query that finds all matches within the given polygon area.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\GetAllReplicasOptions","p":"Couchbase/GetAllReplicasOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\GetAllUsersOptions","p":"Couchbase/GetAllUsersOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\GetAnalyticsLinksOptions","p":"Couchbase/GetAnalyticsLinksOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\GetAndLockOptions","p":"Couchbase/GetAndLockOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\GetAndTouchOptions","p":"Couchbase/GetAndTouchOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\GetAnyReplicaOptions","p":"Couchbase/GetAnyReplicaOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\GetOptions","p":"Couchbase/GetOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\GetReplicaResult","p":"Couchbase/GetReplicaResult.html","d":"

    Interface for results created by the getReplica operation.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\GetResult","p":"Couchbase/GetResult.html","d":"

    Interface for results created by the get operation.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\GetUserOptions","p":"Couchbase/GetUserOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\Group","p":"Couchbase/Group.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\HttpException","p":"Couchbase/HttpException.html","d":"

    Thrown for exceptions that originate from underlying Http operations.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\IncrementOptions","p":"Couchbase/IncrementOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\IndexFailureException","p":"Couchbase/IndexFailureException.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\IndexNotFoundException","p":"Couchbase/IndexNotFoundException.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\InsertOptions","p":"Couchbase/InsertOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\InvalidConfigurationException","p":"Couchbase/InvalidConfigurationException.html","d":"

    Occurs when an invalid configuration has been specified for an operation.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\InvalidRangeException","p":"Couchbase/InvalidRangeException.html","d":"

    Occurs when a sub-document counter operation is performed and the specified delta is not valid.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\InvalidStateException","p":"Couchbase/InvalidStateException.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\KeyDeletedException","p":"Couchbase/KeyDeletedException.html","d":"

    Occurs when a multi-operation sub-document operation is performed on a soft-deleted document.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\KeyExistsException","p":"Couchbase/KeyExistsException.html","d":"

    Occurs when an attempt is made to insert a document but a document with that key already exists.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\KeyLockedException","p":"Couchbase/KeyLockedException.html","d":"

    Occurs when a mutation operation is attempted against a document that is locked.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\KeyValueException","p":"Couchbase/KeyValueException.html","d":"

    Base for exceptions that originate from key value operations

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\KeyspaceNotFoundException","p":"Couchbase/KeyspaceNotFoundException.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\LoggingMeter","p":"Couchbase/LoggingMeter.html","d":"

    Implements a default meter which logs metrics on a regular basis. Note that\nto reduce the performance impact of using this meter, this class is not\nactually used by the SDK, and simply acts as a placeholder which triggers a\nnative implementation to be used instead.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\LookupCountSpec","p":"Couchbase/LookupCountSpec.html","d":"

    Indicates to retrieve the count of array items or dictionary keys within a path in a document.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\LookupExistsSpec","p":"Couchbase/LookupExistsSpec.html","d":"

    Indicates to check if a path exists in a document.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\LookupGetFullSpec","p":"Couchbase/LookupGetFullSpec.html","d":"

    Indicates to retreive a whole document.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\LookupGetSpec","p":"Couchbase/LookupGetSpec.html","d":"

    Indicates a path for a value to be retrieved from a document.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\LookupInBuilder","p":"Couchbase/LookupInBuilder.html","d":"

    A builder for subdocument lookups. In order to perform the final set of operations, use the\nexecute() method.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\LookupInOptions","p":"Couchbase/LookupInOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\LookupInResult","p":"Couchbase/LookupInResult.html","d":"

    Interface for results created by the lookupIn operation.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\LookupInSpec","p":"Couchbase/LookupInSpec.html","d":"

    LookupInSpec is an interface for providing subdocument lookup operations.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\MatchAllSearchQuery","p":"Couchbase/MatchAllSearchQuery.html","d":"

    A FTS query that matches all indexed documents (usually for debugging purposes).

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\MatchNoneSearchQuery","p":"Couchbase/MatchNoneSearchQuery.html","d":"

    A FTS query that matches 0 document (usually for debugging purposes).

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\MatchPhraseSearchQuery","p":"Couchbase/MatchPhraseSearchQuery.html","d":"

    A FTS query that matches several given terms (a "phrase"), applying further processing\nlike analyzers to them.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\MatchSearchQuery","p":"Couchbase/MatchSearchQuery.html","d":"

    A FTS query that matches a given term, applying further processing to it\nlike analyzers, stemming and even #fuzziness(int).

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\Meter","p":"Couchbase/Meter.html","d":"

    Providers an interface to create value recorders for recording metrics.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\MutateArrayAddUniqueSpec","p":"Couchbase/MutateArrayAddUniqueSpec.html","d":"

    Indicates to add a value into an array at a path in a document so long as that value does not already exist\nin the array.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\MutateArrayAppendSpec","p":"Couchbase/MutateArrayAppendSpec.html","d":"

    Indicates to append a value to an array at a path in a document.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\MutateArrayInsertSpec","p":"Couchbase/MutateArrayInsertSpec.html","d":"

    Indicates to insert a value into an array at a path in a document.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\MutateArrayPrependSpec","p":"Couchbase/MutateArrayPrependSpec.html","d":"

    Indicates to prepend a value to an array at a path in a document.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\MutateCounterSpec","p":"Couchbase/MutateCounterSpec.html","d":"

    Indicates to increment or decrement a counter value at a path in a document.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\MutateInBuilder","p":"Couchbase/MutateInBuilder.html","d":"

    A builder for subdocument mutations. In order to perform the final set of operations, use the\nexecute() method.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\MutateInOptions","p":"Couchbase/MutateInOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\MutateInResult","p":"Couchbase/MutateInResult.html","d":"

    Interface for results created by the mutateIn operation.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\MutateInSpec","p":"Couchbase/MutateInSpec.html","d":"

    MutateInSpec is an interface for providing subdocument mutation operations.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\MutateInsertSpec","p":"Couchbase/MutateInsertSpec.html","d":"

    Indicates to insert a value at a path in a document.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\MutateRemoveSpec","p":"Couchbase/MutateRemoveSpec.html","d":"

    Indicates to remove a value at a path in a document.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\MutateReplaceSpec","p":"Couchbase/MutateReplaceSpec.html","d":"

    Indicates to replace a value at a path if it doesn't exist in a document.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\MutateUpsertSpec","p":"Couchbase/MutateUpsertSpec.html","d":"

    Indicates to replace a value at a path if it doesn't exist, otherwise create the path, in a document.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\MutationResult","p":"Couchbase/MutationResult.html","d":"

    Interface for results created by operations that perform mutations.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\MutationState","p":"Couchbase/MutationState.html","d":"

    MutationState is an object which holds and aggregates mutation tokens across operations.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\MutationToken","p":"Couchbase/MutationToken.html","d":"

    An object which contains meta information of the document needed to enforce query consistency.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\N1qlIndex","p":"Couchbase/N1qlIndex.html","d":"

    Represents N1QL index definition

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\N1qlQuery","p":"Couchbase/N1qlQuery.html","d":"

    Represents a N1QL query

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\NetworkException","p":"Couchbase/NetworkException.html","d":"

    Occurs when various generic network errors occur.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\NoopMeter","p":"Couchbase/NoopMeter.html","d":"

    Implements a no-op meter which performs no metrics instrumentation. Note that\nto reduce the performance impact of using this meter, this class is not\nactually used by the SDK, and simply acts as a placeholder which triggers a\nnative implementation to be used instead.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\NoopTracer","p":"Couchbase/NoopTracer.html","d":"

    Implements a no-op tracer which performs no work. Note that to reduce the\nperformance impact of using this tracer, this class is not actually\nused by the SDK, and simply acts as a placeholder which triggers a\nnative implementation to be used instead.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\NumericRangeFacetResult","p":"Couchbase/NumericRangeFacetResult.html","d":"

    A range (or bucket) for a numeric range facet result. Counts the number of matches\nthat fall into the named range (which can overlap with other user-defined ranges).

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\NumericRangeSearchFacet","p":"Couchbase/NumericRangeSearchFacet.html","d":"

    A facet that categorizes hits into numerical ranges (or buckets) provided by the user.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\NumericRangeSearchQuery","p":"Couchbase/NumericRangeSearchQuery.html","d":"

    A FTS query that matches documents on a range of values. At least one bound is required, and the\ninclusiveness of each bound can be configured.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\Origin","p":"Couchbase/Origin.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\ParsingFailureException","p":"Couchbase/ParsingFailureException.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\PartialViewException","p":"Couchbase/PartialViewException.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\PasswordAuthenticator","p":"Couchbase/PasswordAuthenticator.html","d":"

    Authenticator based on RBAC feature of Couchbase Server 5+.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\PathExistsException","p":"Couchbase/PathExistsException.html","d":"

    Occurs when a sub-document operation expects a path not to exists, but the path was found in the document.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\PathNotFoundException","p":"Couchbase/PathNotFoundException.html","d":"

    Occurs when a sub-document operation targets a path which does not exist in the specified document.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\PhraseSearchQuery","p":"Couchbase/PhraseSearchQuery.html","d":"

    A FTS query that matches several terms (a "phrase") as is. The order of the terms mater and no further processing is\napplied to them, so they must appear in the index exactly as provided. Usually for debugging purposes, prefer\nMatchPhraseQuery.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\PlanningFailureException","p":"Couchbase/PlanningFailureException.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\PrefixSearchQuery","p":"Couchbase/PrefixSearchQuery.html","d":"

    A FTS query that allows for simple matching on a given prefix.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\PreparedStatementException","p":"Couchbase/PreparedStatementException.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\PrependOptions","p":"Couchbase/PrependOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\QueryErrorException","p":"Couchbase/QueryErrorException.html","d":"

    Thrown for exceptions that originate from query operations.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\QueryException","p":"Couchbase/QueryException.html","d":"

    Thrown for exceptions that originate from query operations.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\QueryIndex","p":"Couchbase/QueryIndex.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\QueryIndexManager","p":"Couchbase/QueryIndexManager.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\QueryMetaData","p":"Couchbase/QueryMetaData.html","d":"

    Interface for retrieving metadata such as errors and metrics generated during N1QL queries.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\QueryOptions","p":"Couchbase/QueryOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\QueryProfile","p":"Couchbase/QueryProfile.html","d":"

    Set of values for setting the profile mode of a query.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\QueryResult","p":"Couchbase/QueryResult.html","d":"

    Interface for retrieving results from N1QL queries.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\QueryScanConsistency","p":"Couchbase/QueryScanConsistency.html","d":"

    Set of values for the scan consistency level of a query.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\QueryServiceException","p":"Couchbase/QueryServiceException.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\QueryStringSearchQuery","p":"Couchbase/QueryStringSearchQuery.html","d":"

    A FTS query that performs a search according to the "string query" syntax.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\QuotaLimitedException","p":"Couchbase/QuotaLimitedException.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\RateLimitedException","p":"Couchbase/RateLimitedException.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\RegexpSearchQuery","p":"Couchbase/RegexpSearchQuery.html","d":"

    A FTS query that allows for simple matching of regular expressions.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\RemoveOptions","p":"Couchbase/RemoveOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\ReplaceAnalyticsLinkOptions","p":"Couchbase/ReplaceAnalyticsLinkOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\ReplaceOptions","p":"Couchbase/ReplaceOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\RequestCanceledException","p":"Couchbase/RequestCanceledException.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\RequestSpan","p":"Couchbase/RequestSpan.html","d":"

    Represents a span of time an event occurs over.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\RequestTracer","p":"Couchbase/RequestTracer.html","d":"

    Represents a tracer capable of creating trace spans.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\Result","p":"Couchbase/Result.html","d":"

    Base interface for all results generated by KV operations.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\Role","p":"Couchbase/Role.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\RoleAndDescription","p":"Couchbase/RoleAndDescription.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\RoleAndOrigin","p":"Couchbase/RoleAndOrigin.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\S3ExternalAnalyticsLink","p":"Couchbase/S3ExternalAnalyticsLink.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\Scope","p":"Couchbase/Scope.html","d":"

    Scope is an object for providing access to collections.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\ScopeMissingException","p":"Couchbase/ScopeMissingException.html","d":"

    Occurs when the specified scope does not exist.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\ScopeSpec","p":"Couchbase/ScopeSpec.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\SearchException","p":"Couchbase/SearchException.html","d":"

    Thrown for exceptions that originate from search operations.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\SearchFacet","p":"Couchbase/SearchFacet.html","d":"

    Common interface for all search facets

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\SearchFacetResult","p":"Couchbase/SearchFacetResult.html","d":"

    Interface representing facet results.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\SearchHighlightMode","p":"Couchbase/SearchHighlightMode.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\SearchIndex","p":"Couchbase/SearchIndex.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\SearchIndexManager","p":"Couchbase/SearchIndexManager.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\SearchMetaData","p":"Couchbase/SearchMetaData.html","d":"

    Interface for retrieving metadata such as error counts and metrics generated during search queries.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\SearchOptions","p":"Couchbase/SearchOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\SearchQuery","p":"Couchbase/SearchQuery.html","d":"

    Common interface for all classes, which could be used as a body of SearchQuery

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\SearchQueryPart","p":"Couchbase/SearchQueryPart.html","d":"

    Common interface for all classes, which could be used as a body of SearchQuery

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\SearchResult","p":"Couchbase/SearchResult.html","d":"

    Interface for retrieving results from search queries.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\SearchSort","p":"Couchbase/SearchSort.html","d":"

    Base interface for all FTS sort options in querying.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\SearchSortField","p":"Couchbase/SearchSortField.html","d":"

    Sort by a field in the hits.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\SearchSortGeoDistance","p":"Couchbase/SearchSortGeoDistance.html","d":"

    Sort by a location and unit in the hits.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\SearchSortId","p":"Couchbase/SearchSortId.html","d":"

    Sort by the document identifier.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\SearchSortMissing","p":"Couchbase/SearchSortMissing.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\SearchSortMode","p":"Couchbase/SearchSortMode.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\SearchSortScore","p":"Couchbase/SearchSortScore.html","d":"

    Sort by the hit score.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\SearchSortType","p":"Couchbase/SearchSortType.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\ServiceMissingException","p":"Couchbase/ServiceMissingException.html","d":"

    Occurs when the requested service is not available.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\SpatialViewQuery","p":"Couchbase/SpatialViewQuery.html","d":"

    Represents spatial Couchbase Map/Reduce View query

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\StorageBackend","p":"Couchbase/StorageBackend.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\StoreSemantics","p":"Couchbase/StoreSemantics.html","d":"

    An object which contains how to define the document level action to take\nduring a MutateIn operation.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\SubdocumentException","p":"Couchbase/SubdocumentException.html","d":"

    Occurs when a subdocument operation could not be completed.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\TempFailException","p":"Couchbase/TempFailException.html","d":"

    Occurs when an operation has failed for a reason that is temporary.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\TermFacetResult","p":"Couchbase/TermFacetResult.html","d":"

    A range (or bucket) for a term search facet result.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\TermRangeSearchQuery","p":"Couchbase/TermRangeSearchQuery.html","d":"

    A FTS query that matches documents on a range of values. At least one bound is required, and the\ninclusiveness of each bound can be configured.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\TermSearchFacet","p":"Couchbase/TermSearchFacet.html","d":"

    A facet that gives the number of occurrences of the most recurring terms in all hits.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\TermSearchQuery","p":"Couchbase/TermSearchQuery.html","d":"

    A facet that gives the number of occurrences of the most recurring terms in all hits.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\ThresholdLoggingTracer","p":"Couchbase/ThresholdLoggingTracer.html","d":"

    This implements a basic default tracer which keeps track of operations\nwhich falls outside a specified threshold. Note that to reduce the\nperformance impact of using this tracer, this class is not actually\nused by the SDK, and simply acts as a placeholder which triggers a\nnative implementation to be used instead.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\TimeoutException","p":"Couchbase/TimeoutException.html","d":"

    Occurs when an operation does not receive a response in a timely manner.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\TouchOptions","p":"Couchbase/TouchOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\UnlockOptions","p":"Couchbase/UnlockOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\UpsertOptions","p":"Couchbase/UpsertOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\UpsertUserOptions","p":"Couchbase/UpsertUserOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\User","p":"Couchbase/User.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\UserAndMetadata","p":"Couchbase/UserAndMetadata.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\UserManager","p":"Couchbase/UserManager.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\UserSettings","p":"Couchbase/UserSettings.html","d":"

    Represents settings for new/updated user.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\ValueRecorder","p":"Couchbase/ValueRecorder.html","d":"

    Provides an interface for recording values.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\ValueTooBigException","p":"Couchbase/ValueTooBigException.html","d":"

    Occurs when a document has gone over the maximum size allowed by the server.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\View","p":"Couchbase/View.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\ViewConsistency","p":"Couchbase/ViewConsistency.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\ViewException","p":"Couchbase/ViewException.html","d":"

    Thrown for exceptions that originate from view operations.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\ViewIndexManager","p":"Couchbase/ViewIndexManager.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\ViewMetaData","p":"Couchbase/ViewMetaData.html","d":"

    Interface for retrieving metadata generated during view queries.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\ViewOptions","p":"Couchbase/ViewOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\ViewOrdering","p":"Couchbase/ViewOrdering.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\ViewQuery","p":"Couchbase/ViewQuery.html","d":"

    Represents regular Couchbase Map/Reduce View query

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\ViewQueryEncodable","p":"Couchbase/ViewQueryEncodable.html","d":"

    Common interface for all View queries

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\ViewResult","p":"Couchbase/ViewResult.html","d":"

    Interface for retrieving results from view queries.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\ViewRow","p":"Couchbase/ViewRow.html","d":"

    Object for accessing a row returned as a part of the results from a viery query.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\WatchQueryIndexesOptions","p":"Couchbase/WatchQueryIndexesOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\WildcardSearchQuery","p":"Couchbase/WildcardSearchQuery.html","d":"

    A FTS query that allows for simple matching using wildcard characters (* and ?).

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Countable","p":"Countable.html","d":"

    Classes implementing Countable can be used with the\ncount function.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Crypto\\Base64","p":"Crypto/Base64.html","d":"

    Class for base64 encoding and docoding

    ","f":{"n":"Crypto","p":"Crypto.html"}},{"t":"C","n":"Crypto\\Base64Exception","p":"Crypto/Base64Exception.html","d":"

    Exception class for base64 errors

    ","f":{"n":"Crypto","p":"Crypto.html"}},{"t":"C","n":"Crypto\\CMAC","p":"Crypto/CMAC.html","d":"

    Class providing CMAC functionality

    ","f":{"n":"Crypto","p":"Crypto.html"}},{"t":"C","n":"Crypto\\Cipher","p":"Crypto/Cipher.html","d":"

    Class providing cipher algorithms

    ","f":{"n":"Crypto","p":"Crypto.html"}},{"t":"C","n":"Crypto\\CipherException","p":"Crypto/CipherException.html","d":"

    Exception class for cipher errors

    ","f":{"n":"Crypto","p":"Crypto.html"}},{"t":"C","n":"Crypto\\HMAC","p":"Crypto/HMAC.html","d":"

    Class providing HMAC functionality

    ","f":{"n":"Crypto","p":"Crypto.html"}},{"t":"C","n":"Crypto\\Hash","p":"Crypto/Hash.html","d":"

    Class providing hash algorithms

    ","f":{"n":"Crypto","p":"Crypto.html"}},{"t":"C","n":"Crypto\\HashException","p":"Crypto/HashException.html","d":"

    Exception class for hash errors

    ","f":{"n":"Crypto","p":"Crypto.html"}},{"t":"C","n":"Crypto\\KDF","p":"Crypto/KDF.html","d":"

    Abstract class for KDF subclasses

    ","f":{"n":"Crypto","p":"Crypto.html"}},{"t":"C","n":"Crypto\\KDFException","p":"Crypto/KDFException.html","d":"

    Exception class for KDF errors

    ","f":{"n":"Crypto","p":"Crypto.html"}},{"t":"C","n":"Crypto\\MAC","p":"Crypto/MAC.html","d":"

    Abstract class for MAC subclasses

    ","f":{"n":"Crypto","p":"Crypto.html"}},{"t":"C","n":"Crypto\\MACException","p":"Crypto/MACException.html","d":"

    Exception class for MAC errors

    ","f":{"n":"Crypto","p":"Crypto.html"}},{"t":"C","n":"Crypto\\PBKDF2","p":"Crypto/PBKDF2.html","d":"

    Class providing PBKDF2 functionality

    ","f":{"n":"Crypto","p":"Crypto.html"}},{"t":"C","n":"Crypto\\PBKDF2Exception","p":"Crypto/PBKDF2Exception.html","d":"

    Exception class for PBKDF2 errors

    ","f":{"n":"Crypto","p":"Crypto.html"}},{"t":"C","n":"Crypto\\Rand","p":"Crypto/Rand.html","d":"

    Class for generating random numbers

    ","f":{"n":"Crypto","p":"Crypto.html"}},{"t":"C","n":"Crypto\\RandException","p":"Crypto/RandException.html","d":"

    Exception class for rand errors

    ","f":{"n":"Crypto","p":"Crypto.html"}},{"t":"C","n":"CurlHandle","p":"CurlHandle.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"CurlMultiHandle","p":"CurlMultiHandle.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"CurlShareHandle","p":"CurlShareHandle.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DOMAttr","p":"DOMAttr.html","d":"

    The DOMAttr interface represents an attribute in an DOMElement object.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DOMCdataSection","p":"DOMCdataSection.html","d":"

    The DOMCdataSection inherits from DOMText for textural representation of CData constructs.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DOMCharacterData","p":"DOMCharacterData.html","d":"

    The DOMCharacterData class represents nodes with character data.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DOMChildNode","p":"DOMChildNode.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DOMComment","p":"DOMComment.html","d":"

    The DOMComment class represents comment nodes,\ncharacters delimited by lt;!-- and -->.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DOMConfiguration","p":"DOMConfiguration.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DOMDocument","p":"DOMDocument.html","d":"

    The DOMDocument class represents an entire HTML or XML\ndocument; serves as the root of the document tree.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DOMDocumentFragment","p":"DOMDocumentFragment.html","d":"

    The DOMDocumentFragment class

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DOMDocumentType","p":"DOMDocumentType.html","d":"

    The DOMDocumentType class

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DOMDomError","p":"DOMDomError.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DOMElement","p":"DOMElement.html","d":"

    The DOMElement class

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DOMEntity","p":"DOMEntity.html","d":"

    The DOMEntity class represents a known entity, either parsed or unparsed, in an XML document.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DOMEntityReference","p":"DOMEntityReference.html","d":"

    Extends DOMNode.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DOMErrorHandler","p":"DOMErrorHandler.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DOMException","p":"DOMException.html","d":"

    DOM operations raise exceptions under particular circumstances, i.e.,\nwhen an operation is impossible to perform for logical reasons.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DOMImplementation","p":"DOMImplementation.html","d":"

    The DOMImplementation interface provides a number\nof methods for performing operations that are independent of any\nparticular instance of the document object model.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DOMImplementationList","p":"DOMImplementationList.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DOMImplementationSource","p":"DOMImplementationSource.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DOMLocator","p":"DOMLocator.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DOMNameList","p":"DOMNameList.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DOMNameSpaceNode","p":"DOMNameSpaceNode.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DOMNamedNodeMap","p":"DOMNamedNodeMap.html","d":"

    The DOMNamedNodeMap class

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DOMNode","p":"DOMNode.html","d":"

    The DOMNode class

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DOMNodeList","p":"DOMNodeList.html","d":"

    The DOMNodeList class

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DOMNotation","p":"DOMNotation.html","d":"

    The DOMNotation class

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DOMParentNode","p":"DOMParentNode.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DOMProcessingInstruction","p":"DOMProcessingInstruction.html","d":"

    The DOMProcessingInstruction class

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DOMStringExtend","p":"DOMStringExtend.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DOMStringList","p":"DOMStringList.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DOMText","p":"DOMText.html","d":"

    The DOMText class inherits from DOMCharacterData and represents the textual content of\na DOMElement or DOMAttr.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DOMTypeinfo","p":"DOMTypeinfo.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DOMUserDataHandler","p":"DOMUserDataHandler.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DOMXPath","p":"DOMXPath.html","d":"

    The DOMXPath class (supports XPath 1.0)

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DOTNET","p":"DOTNET.html","d":"

    The DOTNET class allows you to instantiate a class from a .Net assembly and call its methods and access its properties.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DateError","p":"DateError.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DateException","p":"DateException.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DateInterval","p":"DateInterval.html","d":"

    Representation of date interval. A date interval stores either a fixed amount of\ntime (in years, months, days, hours etc) or a relative time string in the format\nthat DateTime's constructor supports.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DateInvalidOperationException","p":"DateInvalidOperationException.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DateInvalidTimeZoneException","p":"DateInvalidTimeZoneException.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DateMalformedIntervalStringException","p":"DateMalformedIntervalStringException.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DateMalformedPeriodStringException","p":"DateMalformedPeriodStringException.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DateMalformedStringException","p":"DateMalformedStringException.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DateObjectError","p":"DateObjectError.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DatePeriod","p":"DatePeriod.html","d":"

    Representation of date period.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DateRangeError","p":"DateRangeError.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DateTime","p":"DateTime.html","d":"

    Representation of date and time.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DateTimeImmutable","p":"DateTimeImmutable.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DateTimeInterface","p":"DateTimeInterface.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DateTimeZone","p":"DateTimeZone.html","d":"

    Representation of time zone

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Dba\\Connection","p":"Dba/Connection.html","d":"","f":{"n":"Dba","p":"Dba.html"}},{"t":"C","n":"Decimal\\Decimal","p":"Decimal/Decimal.html","d":null,"f":{"n":"Decimal","p":"Decimal.html"}},{"t":"C","n":"DeflateContext","p":"DeflateContext.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Deprecated","p":"Deprecated.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Directory","p":"Directory.html","d":"

    Instances of Directory are created by calling the dir() function, not by the new operator.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DirectoryIterator","p":"DirectoryIterator.html","d":"

    The DirectoryIterator class provides a simple interface for viewing\nthe contents of filesystem directories.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DivisionByZeroError","p":"DivisionByZeroError.html","d":"

    DivisionByZeroError is thrown when an attempt is made to divide a number by zero.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Dom\\Attr","p":"Dom/Attr.html","d":"","f":{"n":"Dom","p":"Dom.html"}},{"t":"C","n":"Dom\\BrokenRandomEngineError","p":"Dom/BrokenRandomEngineError.html","d":"","f":{"n":"Dom","p":"Dom.html"}},{"t":"C","n":"Dom\\CDATASection","p":"Dom/CDATASection.html","d":"","f":{"n":"Dom","p":"Dom.html"}},{"t":"C","n":"Dom\\CharacterData","p":"Dom/CharacterData.html","d":"","f":{"n":"Dom","p":"Dom.html"}},{"t":"C","n":"Dom\\ChildNode","p":"Dom/ChildNode.html","d":"","f":{"n":"Dom","p":"Dom.html"}},{"t":"C","n":"Dom\\Comment","p":"Dom/Comment.html","d":"","f":{"n":"Dom","p":"Dom.html"}},{"t":"C","n":"Dom\\Document","p":"Dom/Document.html","d":"","f":{"n":"Dom","p":"Dom.html"}},{"t":"C","n":"Dom\\DocumentFragment","p":"Dom/DocumentFragment.html","d":"","f":{"n":"Dom","p":"Dom.html"}},{"t":"C","n":"Dom\\DocumentType","p":"Dom/DocumentType.html","d":"","f":{"n":"Dom","p":"Dom.html"}},{"t":"C","n":"Dom\\DtdNamedNodeMap","p":"Dom/DtdNamedNodeMap.html","d":"","f":{"n":"Dom","p":"Dom.html"}},{"t":"C","n":"Dom\\Element","p":"Dom/Element.html","d":"","f":{"n":"Dom","p":"Dom.html"}},{"t":"C","n":"Dom\\Entity","p":"Dom/Entity.html","d":"","f":{"n":"Dom","p":"Dom.html"}},{"t":"C","n":"Dom\\EntityReference","p":"Dom/EntityReference.html","d":"","f":{"n":"Dom","p":"Dom.html"}},{"t":"C","n":"Dom\\HTMLCollection","p":"Dom/HTMLCollection.html","d":"","f":{"n":"Dom","p":"Dom.html"}},{"t":"C","n":"Dom\\HTMLDocument","p":"Dom/HTMLDocument.html","d":"","f":{"n":"Dom","p":"Dom.html"}},{"t":"C","n":"Dom\\HTMLElement","p":"Dom/HTMLElement.html","d":"","f":{"n":"Dom","p":"Dom.html"}},{"t":"C","n":"Dom\\Implementation","p":"Dom/Implementation.html","d":"","f":{"n":"Dom","p":"Dom.html"}},{"t":"C","n":"Dom\\Mysql","p":"Dom/Mysql.html","d":"","f":{"n":"Dom","p":"Dom.html"}},{"t":"C","n":"Dom\\NamedNodeMap","p":"Dom/NamedNodeMap.html","d":"","f":{"n":"Dom","p":"Dom.html"}},{"t":"C","n":"Dom\\NamespaceInfo","p":"Dom/NamespaceInfo.html","d":"","f":{"n":"Dom","p":"Dom.html"}},{"t":"C","n":"Dom\\Node","p":"Dom/Node.html","d":"","f":{"n":"Dom","p":"Dom.html"}},{"t":"C","n":"Dom\\NodeList","p":"Dom/NodeList.html","d":"","f":{"n":"Dom","p":"Dom.html"}},{"t":"C","n":"Dom\\Notation","p":"Dom/Notation.html","d":"","f":{"n":"Dom","p":"Dom.html"}},{"t":"C","n":"Dom\\ParentNode","p":"Dom/ParentNode.html","d":"","f":{"n":"Dom","p":"Dom.html"}},{"t":"C","n":"Dom\\ProcessingInstruction","p":"Dom/ProcessingInstruction.html","d":"","f":{"n":"Dom","p":"Dom.html"}},{"t":"C","n":"Dom\\RandomError","p":"Dom/RandomError.html","d":"","f":{"n":"Dom","p":"Dom.html"}},{"t":"C","n":"Dom\\RandomException","p":"Dom/RandomException.html","d":"","f":{"n":"Dom","p":"Dom.html"}},{"t":"C","n":"Dom\\Sqlite","p":"Dom/Sqlite.html","d":"","f":{"n":"Dom","p":"Dom.html"}},{"t":"C","n":"Dom\\Text","p":"Dom/Text.html","d":"","f":{"n":"Dom","p":"Dom.html"}},{"t":"C","n":"Dom\\TokenList","p":"Dom/TokenList.html","d":"","f":{"n":"Dom","p":"Dom.html"}},{"t":"C","n":"Dom\\XMLDocument","p":"Dom/XMLDocument.html","d":"","f":{"n":"Dom","p":"Dom.html"}},{"t":"C","n":"Dom\\XPath","p":"Dom/XPath.html","d":"","f":{"n":"Dom","p":"Dom.html"}},{"t":"C","n":"DomainException","p":"DomainException.html","d":"

    Exception thrown if a value does not adhere to a defined valid data domain.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Ds\\Collection","p":"Ds/Collection.html","d":"

    Collection is the base interface which covers functionality common to all\nthe data structures in this library. It guarantees that all structures\nare traversable, countable, and can be converted to json using\njson_encode().

    ","f":{"n":"Ds","p":"Ds.html"}},{"t":"C","n":"Ds\\Deque","p":"Ds/Deque.html","d":"","f":{"n":"Ds","p":"Ds.html"}},{"t":"C","n":"Ds\\Hashable","p":"Ds/Hashable.html","d":"

    Hashable is an interface which allows objects to be used as keys. It\u2019s\nan alternative to spl_object_hash(), which determines an object\u2019s hash\nbased on its handle: this means that two objects that are considered\nequal by an implicit definition would not treated as equal because they\nare not the same instance.

    ","f":{"n":"Ds","p":"Ds.html"}},{"t":"C","n":"Ds\\Map","p":"Ds/Map.html","d":"","f":{"n":"Ds","p":"Ds.html"}},{"t":"C","n":"Ds\\Pair","p":"Ds/Pair.html","d":"

    A pair is used by Ds\\Map to pair keys with values.

    ","f":{"n":"Ds","p":"Ds.html"}},{"t":"C","n":"Ds\\PriorityQueue","p":"Ds/PriorityQueue.html","d":"

    A PriorityQueue is very similar to a Queue. Values are pushed into the\nqueue with an assigned priority, and the value with the highest priority\nwill always be at the front of the queue.

    ","f":{"n":"Ds","p":"Ds.html"}},{"t":"C","n":"Ds\\Queue","p":"Ds/Queue.html","d":"

    A Queue is a \u201cfirst in, first out\u201d or \u201cFIFO\u201d collection that only allows\naccess to the value at the front of the queue and iterates in that order,\ndestructively.

    ","f":{"n":"Ds","p":"Ds.html"}},{"t":"C","n":"Ds\\Sequence","p":"Ds/Sequence.html","d":"

    A Sequence describes the behaviour of values arranged in a single,\nlinear dimension. Some languages refer to this as a "List". It\u2019s\nsimilar to an array that uses incremental integer keys, with the\nexception of a few characteristics:

    \n
      \n
    • Values will always be indexed as [0, 1, 2, \u2026, size - 1].
    • \n
    • Only allowed to access values by index in the range [0, size - 1].
    • \n
    \n


    \nUse cases:

    \n
      \n
    • Wherever you would use an array as a list (not concerned with keys).
    • \n
    • A more efficient alternative to SplDoublyLinkedList and SplFixedArray.
    • \n
    ","f":{"n":"Ds","p":"Ds.html"}},{"t":"C","n":"Ds\\Set","p":"Ds/Set.html","d":"

    A Set is a sequence of unique values. This implementation uses the same\nhash table as Ds\\Map, where values are used as keys and the mapped value\nis ignored.

    ","f":{"n":"Ds","p":"Ds.html"}},{"t":"C","n":"Ds\\Stack","p":"Ds/Stack.html","d":"

    A Stack is a \u201clast in, first out\u201d or \u201cLIFO\u201d collection that only allows\naccess to the value at the top of the structure and iterates in that\norder, destructively.

    ","f":{"n":"Ds","p":"Ds.html"}},{"t":"C","n":"Ds\\Vector","p":"Ds/Vector.html","d":"

    A Vector is a sequence of values in a contiguous buffer that grows and\nshrinks automatically. It\u2019s the most efficient sequential structure\nbecause a value\u2019s index is a direct mapping to its index in the buffer,\nand the growth factor isn't bound to a specific multiple or exponent.

    ","f":{"n":"Ds","p":"Ds.html"}},{"t":"C","n":"Elastic\\Apm\\CustomErrorData","p":"Elastic/Apm/CustomErrorData.html","d":"

    Data to create custom error event

    ","f":{"n":"Elastic\\Apm","p":"Elastic/Apm.html"}},{"t":"C","n":"Elastic\\Apm\\DistributedTracingData","p":"Elastic/Apm/DistributedTracingData.html","d":null,"f":{"n":"Elastic\\Apm","p":"Elastic/Apm.html"}},{"t":"C","n":"Elastic\\Apm\\ElasticApm","p":"Elastic/Apm/ElasticApm.html","d":"

    Class ElasticApm is a facade (as in Facade design pattern) to the rest of Elastic APM public API.

    ","f":{"n":"Elastic\\Apm","p":"Elastic/Apm.html"}},{"t":"C","n":"Elastic\\Apm\\ExecutionSegmentContextInterface","p":"Elastic/Apm/ExecutionSegmentContextInterface.html","d":"

    This interface has functionality shared between Transaction and Span contexts'.

    ","f":{"n":"Elastic\\Apm","p":"Elastic/Apm.html"}},{"t":"C","n":"Elastic\\Apm\\ExecutionSegmentInterface","p":"Elastic/Apm/ExecutionSegmentInterface.html","d":"

    This interface has functionality shared between Transaction and Span.

    ","f":{"n":"Elastic\\Apm","p":"Elastic/Apm.html"}},{"t":"C","n":"Elastic\\Apm\\SpanContextDbInterface","p":"Elastic/Apm/SpanContextDbInterface.html","d":null,"f":{"n":"Elastic\\Apm","p":"Elastic/Apm.html"}},{"t":"C","n":"Elastic\\Apm\\SpanContextDestinationInterface","p":"Elastic/Apm/SpanContextDestinationInterface.html","d":"

    An object containing contextual data about the destination for spans

    ","f":{"n":"Elastic\\Apm","p":"Elastic/Apm.html"}},{"t":"C","n":"Elastic\\Apm\\SpanContextHttpInterface","p":"Elastic/Apm/SpanContextHttpInterface.html","d":null,"f":{"n":"Elastic\\Apm","p":"Elastic/Apm.html"}},{"t":"C","n":"Elastic\\Apm\\SpanContextInterface","p":"Elastic/Apm/SpanContextInterface.html","d":null,"f":{"n":"Elastic\\Apm","p":"Elastic/Apm.html"}},{"t":"C","n":"Elastic\\Apm\\SpanInterface","p":"Elastic/Apm/SpanInterface.html","d":null,"f":{"n":"Elastic\\Apm","p":"Elastic/Apm.html"}},{"t":"C","n":"Elastic\\Apm\\TransactionBuilderInterface","p":"Elastic/Apm/TransactionBuilderInterface.html","d":"

    Class to gather optional parameters to start a new transaction

    ","f":{"n":"Elastic\\Apm","p":"Elastic/Apm.html"}},{"t":"C","n":"Elastic\\Apm\\TransactionContextInterface","p":"Elastic/Apm/TransactionContextInterface.html","d":null,"f":{"n":"Elastic\\Apm","p":"Elastic/Apm.html"}},{"t":"C","n":"Elastic\\Apm\\TransactionContextRequestInterface","p":"Elastic/Apm/TransactionContextRequestInterface.html","d":null,"f":{"n":"Elastic\\Apm","p":"Elastic/Apm.html"}},{"t":"C","n":"Elastic\\Apm\\TransactionContextRequestUrlInterface","p":"Elastic/Apm/TransactionContextRequestUrlInterface.html","d":null,"f":{"n":"Elastic\\Apm","p":"Elastic/Apm.html"}},{"t":"C","n":"Elastic\\Apm\\TransactionInterface","p":"Elastic/Apm/TransactionInterface.html","d":null,"f":{"n":"Elastic\\Apm","p":"Elastic/Apm.html"}},{"t":"C","n":"EmptyIterator","p":"EmptyIterator.html","d":"

    The EmptyIterator class for an empty iterator.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"EnchantBroker","p":"EnchantBroker.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"EnchantDictionary","p":"EnchantDictionary.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Error","p":"Error.html","d":"

    Error is the base class for all internal PHP error exceptions.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ErrorException","p":"ErrorException.html","d":"

    An Error Exception.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Ev","p":"Ev.html","d":"

    Ev is a singleton providing access to the default loop and to some common operations.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"EvCheck","p":"EvCheck.html","d":"

    Class EvCheck

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"EvChild","p":"EvChild.html","d":"

    Class EvChild

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"EvEmbed","p":"EvEmbed.html","d":"

    Class EvEmbed

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"EvFork","p":"EvFork.html","d":"

    Class EvFork

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"EvIdle","p":"EvIdle.html","d":"

    Class EvIdle

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"EvIo","p":"EvIo.html","d":"

    Class EvIo

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"EvLoop","p":"EvLoop.html","d":"

    Class EvLoop

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"EvPeriodic","p":"EvPeriodic.html","d":"

    Class EvPeriodic

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"EvPrepare","p":"EvPrepare.html","d":"

    Class EvPrepare

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"EvSignal","p":"EvSignal.html","d":"

    Class EvSignal

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"EvStat","p":"EvStat.html","d":"

    Class EvStat

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"EvTimer","p":"EvTimer.html","d":"

    Class EvTimer

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"EvWatcher","p":"EvWatcher.html","d":"

    Class EvWatcher

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Event","p":"Event.html","d":"Event.","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"EventBase","p":"EventBase.html","d":"EventBase.","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"EventBuffer","p":"EventBuffer.html","d":"EventBuffer.","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"EventBufferEvent","p":"EventBufferEvent.html","d":"EventBufferEvent.","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"EventConfig","p":"EventConfig.html","d":"EventConfig.","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"EventDnsBase","p":"EventDnsBase.html","d":"EventDnsBase.","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"EventHttp","p":"EventHttp.html","d":"EventHttp.","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"EventHttpConnection","p":"EventHttpConnection.html","d":"EventHttpConnection.","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"EventHttpRequest","p":"EventHttpRequest.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"EventListener","p":"EventListener.html","d":"EventListener.","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"EventSslContext","p":"EventSslContext.html","d":"EventSslContext.","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"EventUtil","p":"EventUtil.html","d":"EventUtil.","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Exception","p":"Exception.html","d":"

    Exception is the base class for\nall Exceptions.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"FANNConnection","p":"FANNConnection.html","d":"

    Class FANNConnection

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"FFI","p":"FFI.html","d":"

    FFI class provides access to a simple way to call native functions,\naccess native variables and create/access data structures defined\nin C language.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"FFI\\CData","p":"FFI/CData.html","d":"

    Proxy object that provides access to compiled structures.

    ","f":{"n":"FFI","p":"FFI.html"}},{"t":"C","n":"FFI\\CType","p":"FFI/CType.html","d":"

    Class containing C type information.

    ","f":{"n":"FFI","p":"FFI.html"}},{"t":"C","n":"FFI\\Exception","p":"FFI/Exception.html","d":"

    General FFI exception.

    ","f":{"n":"FFI","p":"FFI.html"}},{"t":"C","n":"FFI\\ParserException","p":"FFI/ParserException.html","d":"

    An exception that occurs when parsing invalid header files.

    ","f":{"n":"FFI","p":"FFI.html"}},{"t":"C","n":"FTP\\Connection","p":"FTP/Connection.html","d":"","f":{"n":"FTP","p":"FTP.html"}},{"t":"C","n":"Fiber","p":"Fiber.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"FiberError","p":"FiberError.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"FilesystemIterator","p":"FilesystemIterator.html","d":"

    The Filesystem iterator

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"FilterIterator","p":"FilterIterator.html","d":"

    This abstract iterator filters out unwanted values. This class should be extended to\nimplement custom iterator filters. The FilterIterator::accept\nmust be implemented in the subclass.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"GEOSGeometry","p":"GEOSGeometry.html","d":"

    Class GEOSGeometry

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"GEOSWKBReader","p":"GEOSWKBReader.html","d":"

    Class GEOSWKBReader

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"GEOSWKBWriter","p":"GEOSWKBWriter.html","d":"

    Class GEOSWKBWriter

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"GEOSWKTReader","p":"GEOSWKTReader.html","d":"

    Class GEOSWKTReader

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"GEOSWKTWriter","p":"GEOSWKTWriter.html","d":"

    Class GEOSWKTWriter

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"GMP","p":"GMP.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"GdFont","p":"GdFont.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"GdImage","p":"GdImage.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"GearmanClient","p":"GearmanClient.html","d":"

    Class: GearmanClient

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"GearmanException","p":"GearmanException.html","d":"

    Class: GearmanException

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"GearmanJob","p":"GearmanJob.html","d":"

    Class: GearmanJob

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"GearmanTask","p":"GearmanTask.html","d":"

    Class: GearmanTask

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"GearmanWorker","p":"GearmanWorker.html","d":"

    Class: GearmanWorker

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Generator","p":"Generator.html","d":"

    Generator objects are returned from generators, cannot be instantiated via new.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"GlobIterator","p":"GlobIterator.html","d":"

    Iterates through a file system in a similar fashion to\nglob.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Gmagick","p":"Gmagick.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"GmagickDraw","p":"GmagickDraw.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"GmagickException","p":"GmagickException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"GmagickPixel","p":"GmagickPixel.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"GmagickPixelException","p":"GmagickPixelException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Grpc\\Call","p":"Grpc/Call.html","d":"

    Class Call

    ","f":{"n":"Grpc","p":"Grpc.html"}},{"t":"C","n":"Grpc\\CallCredentials","p":"Grpc/CallCredentials.html","d":"

    Class CallCredentials

    ","f":{"n":"Grpc","p":"Grpc.html"}},{"t":"C","n":"Grpc\\Channel","p":"Grpc/Channel.html","d":"

    Class Channel

    ","f":{"n":"Grpc","p":"Grpc.html"}},{"t":"C","n":"Grpc\\ChannelCredentials","p":"Grpc/ChannelCredentials.html","d":"

    Class ChannelCredentials

    ","f":{"n":"Grpc","p":"Grpc.html"}},{"t":"C","n":"Grpc\\Server","p":"Grpc/Server.html","d":"

    Class Server

    ","f":{"n":"Grpc","p":"Grpc.html"}},{"t":"C","n":"Grpc\\ServerCredentials","p":"Grpc/ServerCredentials.html","d":"

    Class ServerCredentials

    ","f":{"n":"Grpc","p":"Grpc.html"}},{"t":"C","n":"Grpc\\Timeval","p":"Grpc/Timeval.html","d":"

    Class Timeval

    ","f":{"n":"Grpc","p":"Grpc.html"}},{"t":"C","n":"HashContext","p":"HashContext.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"HttpDeflateStream","p":"HttpDeflateStream.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"HttpEncodingException","p":"HttpEncodingException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"HttpException","p":"HttpException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"HttpHeaderException","p":"HttpHeaderException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"HttpInflateStream","p":"HttpInflateStream.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"HttpInvalidParamException","p":"HttpInvalidParamException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"HttpMalformedHeadersException","p":"HttpMalformedHeadersException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"HttpMessage","p":"HttpMessage.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"HttpMessageTypeException","p":"HttpMessageTypeException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"HttpQueryString","p":"HttpQueryString.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"HttpQueryStringException","p":"HttpQueryStringException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"HttpRequest","p":"HttpRequest.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"HttpRequestDataShare","p":"HttpRequestDataShare.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"HttpRequestException","p":"HttpRequestException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"HttpRequestMethodException","p":"HttpRequestMethodException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"HttpRequestPool","p":"HttpRequestPool.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"HttpRequestPoolException","p":"HttpRequestPoolException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"HttpResponse","p":"HttpResponse.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"HttpResponseException","p":"HttpResponseException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"HttpRuntimeException","p":"HttpRuntimeException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"HttpSocketException","p":"HttpSocketException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"HttpUrlException","p":"HttpUrlException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"HttpUtil","p":"HttpUtil.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"IMAP\\Connection","p":"IMAP/Connection.html","d":"","f":{"n":"IMAP","p":"IMAP.html"}},{"t":"C","n":"Imagick","p":"Imagick.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ImagickDraw","p":"ImagickDraw.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ImagickDrawException","p":"ImagickDrawException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ImagickException","p":"ImagickException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ImagickKernel","p":"ImagickKernel.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ImagickKernelException","p":"ImagickKernelException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ImagickPixel","p":"ImagickPixel.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ImagickPixelException","p":"ImagickPixelException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ImagickPixelIterator","p":"ImagickPixelIterator.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ImagickPixelIteratorException","p":"ImagickPixelIteratorException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"InfiniteIterator","p":"InfiniteIterator.html","d":"

    The InfiniteIterator allows one to\ninfinitely iterate over an iterator without having to manually\nrewind the iterator upon reaching its end.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"InflateContext","p":"InflateContext.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"IntBackedEnum","p":"IntBackedEnum.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"InternalIterator","p":"InternalIterator.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"IntlBreakIterator","p":"IntlBreakIterator.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"IntlCalendar","p":"IntlCalendar.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"IntlChar","p":"IntlChar.html","d":"

    IntlChar provides access to a number of utility methods that can be used to access information about Unicode characters.

    \n

    The methods and constants adhere closely to the names and behavior used by the underlying ICU library.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"IntlCodePointBreakIterator","p":"IntlCodePointBreakIterator.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"IntlDateFormatter","p":"IntlDateFormatter.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"IntlDatePatternGenerator","p":"IntlDatePatternGenerator.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"IntlException","p":"IntlException.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"IntlGregorianCalendar","p":"IntlGregorianCalendar.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"IntlIterator","p":"IntlIterator.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"IntlPartsIterator","p":"IntlPartsIterator.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"IntlRuleBasedBreakIterator","p":"IntlRuleBasedBreakIterator.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"IntlTimeZone","p":"IntlTimeZone.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"InvalidArgumentException","p":"InvalidArgumentException.html","d":"

    Exception thrown if an argument is not of the expected type.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Iterator","p":"Iterator.html","d":"

    Interface for external iterators or objects that can be iterated\nthemselves internally.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"IteratorAggregate","p":"IteratorAggregate.html","d":"

    Interface to create an external Iterator.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"IteratorIterator","p":"IteratorIterator.html","d":"

    This iterator wrapper allows the conversion of anything that is\nTraversable into an Iterator.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"JavaException","p":"JavaException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"JetBrains\\PHPStormStub\\PhpStormStubsMap","p":"JetBrains/PHPStormStub/PhpStormStubsMap.html","d":"

    This is a generated file, do not modify it directly!

    ","f":{"n":"JetBrains\\PHPStormStub","p":"JetBrains/PHPStormStub.html"}},{"t":"C","n":"JetBrains\\PhpStorm\\ArrayShape","p":"JetBrains/PhpStorm/ArrayShape.html","d":"

    The attribute specifies possible array keys and their types.

    ","f":{"n":"JetBrains\\PhpStorm","p":"JetBrains/PhpStorm.html"}},{"t":"C","n":"JetBrains\\PhpStorm\\Deprecated","p":"JetBrains/PhpStorm/Deprecated.html","d":null,"f":{"n":"JetBrains\\PhpStorm","p":"JetBrains/PhpStorm.html"}},{"t":"C","n":"JetBrains\\PhpStorm\\ExpectedValues","p":"JetBrains/PhpStorm/ExpectedValues.html","d":"

    The attribute specifies the expected values of an entity: return values for functions and arguments' values for methods.

    ","f":{"n":"JetBrains\\PhpStorm","p":"JetBrains/PhpStorm.html"}},{"t":"C","n":"JetBrains\\PhpStorm\\Immutable","p":"JetBrains/PhpStorm/Immutable.html","d":"

    Mark a property (or all class properties in the case of a class) as immutable.

    ","f":{"n":"JetBrains\\PhpStorm","p":"JetBrains/PhpStorm.html"}},{"t":"C","n":"JetBrains\\PhpStorm\\Internal\\LanguageLevelTypeAware","p":"JetBrains/PhpStorm/Internal/LanguageLevelTypeAware.html","d":"

    For PhpStorm internal use only

    ","f":{"n":"JetBrains\\PhpStorm\\Internal","p":"JetBrains/PhpStorm/Internal.html"}},{"t":"C","n":"JetBrains\\PhpStorm\\Internal\\PhpStormStubsElementAvailable","p":"JetBrains/PhpStorm/Internal/PhpStormStubsElementAvailable.html","d":"

    For PhpStorm internal use only

    ","f":{"n":"JetBrains\\PhpStorm\\Internal","p":"JetBrains/PhpStorm/Internal.html"}},{"t":"C","n":"JetBrains\\PhpStorm\\Internal\\ReturnTypeContract","p":"JetBrains/PhpStorm/Internal/ReturnTypeContract.html","d":"

    For PhpStorm internal use only

    ","f":{"n":"JetBrains\\PhpStorm\\Internal","p":"JetBrains/PhpStorm/Internal.html"}},{"t":"C","n":"JetBrains\\PhpStorm\\Internal\\TentativeType","p":"JetBrains/PhpStorm/Internal/TentativeType.html","d":"

    For PhpStorm internal use only

    ","f":{"n":"JetBrains\\PhpStorm\\Internal","p":"JetBrains/PhpStorm/Internal.html"}},{"t":"C","n":"JetBrains\\PhpStorm\\Language","p":"JetBrains/PhpStorm/Language.html","d":"

    Specifies that the parameter is a string that represents source code in a different language.

    ","f":{"n":"JetBrains\\PhpStorm","p":"JetBrains/PhpStorm.html"}},{"t":"C","n":"JetBrains\\PhpStorm\\NoReturn","p":"JetBrains/PhpStorm/NoReturn.html","d":"

    You can use this facility to mark the function as halting the execution flow.

    ","f":{"n":"JetBrains\\PhpStorm","p":"JetBrains/PhpStorm.html"}},{"t":"C","n":"JetBrains\\PhpStorm\\ObjectShape","p":"JetBrains/PhpStorm/ObjectShape.html","d":"

    The attribute specifies possible object field names and their types.

    ","f":{"n":"JetBrains\\PhpStorm","p":"JetBrains/PhpStorm.html"}},{"t":"C","n":"JetBrains\\PhpStorm\\Pure","p":"JetBrains/PhpStorm/Pure.html","d":"

    The attribute marks the function that has no impact on the program state or passed parameters used after the function execution.

    ","f":{"n":"JetBrains\\PhpStorm","p":"JetBrains/PhpStorm.html"}},{"t":"C","n":"JsonException","p":"JsonException.html","d":"

    Class JsonException

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"JsonIncrementalParser","p":"JsonIncrementalParser.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"JsonSerializable","p":"JsonSerializable.html","d":"

    Objects implementing JsonSerializable\ncan customize their JSON representation when encoded with\njson_encode.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Judy","p":"Judy.html","d":"

    Class Judy.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"LDAP\\Connection","p":"LDAP/Connection.html","d":"","f":{"n":"LDAP","p":"LDAP.html"}},{"t":"C","n":"LDAP\\Result","p":"LDAP/Result.html","d":"","f":{"n":"LDAP","p":"LDAP.html"}},{"t":"C","n":"LDAP\\ResultEntry","p":"LDAP/ResultEntry.html","d":"","f":{"n":"LDAP","p":"LDAP.html"}},{"t":"C","n":"LengthException","p":"LengthException.html","d":"

    Exception thrown if a length is invalid.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"LevelDB","p":"LevelDB.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"LevelDBException","p":"LevelDBException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"LevelDBIterator","p":"LevelDBIterator.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"LevelDBSnapshot","p":"LevelDBSnapshot.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"LevelDBWriteBatch","p":"LevelDBWriteBatch.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"LibXMLError","p":"LibXMLError.html","d":"

    Contains various information about errors thrown by libxml. The error codes\nare described within the official\nxmlError API documentation.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"LimitIterator","p":"LimitIterator.html","d":"

    The LimitIterator class allows iteration over\na limited subset of items in an Iterator.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Locale","p":"Locale.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"LogicException","p":"LogicException.html","d":"

    Exception that represents error in the program logic. This kind of\nexception should lead directly to a fix in your code.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Lua","p":"Lua.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"LuaSandbox","p":"LuaSandbox.html","d":"

    The LuaSandbox class creates a Lua environment and allows for execution of Lua code.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"LuaSandboxError","p":"LuaSandboxError.html","d":"

    Base class for LuaSandbox exceptions.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"LuaSandboxErrorError","p":"LuaSandboxErrorError.html","d":"

    Exception thrown when Lua encounters an error inside an error handler.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"LuaSandboxFatalError","p":"LuaSandboxFatalError.html","d":"

    Uncatchable LuaSandbox exceptions.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"LuaSandboxFunction","p":"LuaSandboxFunction.html","d":"

    Represents a Lua function, allowing it to be called from PHP.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"LuaSandboxMemoryError","p":"LuaSandboxMemoryError.html","d":"

    Exception thrown when Lua cannot allocate memory.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"LuaSandboxRuntimeError","p":"LuaSandboxRuntimeError.html","d":"

    Catchable LuaSandbox runtime exceptions.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"LuaSandboxSyntaxError","p":"LuaSandboxSyntaxError.html","d":"

    Exception thrown when Lua code cannot be parsed.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"LuaSandboxTimeoutError","p":"LuaSandboxTimeoutError.html","d":"

    Exception thrown when the configured CPU time limit is exceeded.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Memcache","p":"Memcache.html","d":"

    Represents a connection to a set of memcache servers.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MemcachePool","p":"MemcachePool.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Memcached","p":"Memcached.html","d":"

    Represents a connection to a set of memcached servers.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MemcachedException","p":"MemcachedException.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MessageFormatter","p":"MessageFormatter.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MessagePack","p":"MessagePack.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MessagePackUnpacker","p":"MessagePackUnpacker.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Mongo","p":"Mongo.html","d":"

    The connection point between MongoDB and PHP.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MongoBinData","p":"MongoBinData.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MongoClient","p":"MongoClient.html","d":"

    A connection between PHP and MongoDB. This class is used to create and manage connections\nSee MongoClient::__construct() and the section on connecting for more information about creating connections.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MongoCode","p":"MongoCode.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MongoCollection","p":"MongoCollection.html","d":"

    Represents a database collection.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MongoCommandCursor","p":"MongoCommandCursor.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MongoConnectionException","p":"MongoConnectionException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MongoCursor","p":"MongoCursor.html","d":"

    Result object for database query.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MongoCursorException","p":"MongoCursorException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MongoCursorInterface","p":"MongoCursorInterface.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MongoCursorTimeoutException","p":"MongoCursorTimeoutException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MongoDB","p":"MongoDB.html","d":"

    Instances of this class are used to interact with a database.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MongoDBRef","p":"MongoDBRef.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MongoDB\\BSON\\Binary","p":"MongoDB/BSON/Binary.html","d":"

    Class Binary

    ","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"C","n":"MongoDB\\BSON\\BinaryInterface","p":"MongoDB/BSON/BinaryInterface.html","d":"

    This interface is implemented by MongoDB\\BSON\\Binary but may also be used for type-hinting and userland classes.

    ","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"C","n":"MongoDB\\BSON\\DBPointer","p":"MongoDB/BSON/DBPointer.html","d":"

    BSON type for the "DbPointer" type. This BSON type is deprecated, and this class can not be instantiated. It will be created from a\nBSON symbol type while converting BSON to PHP, and can also be converted back into BSON while storing documents in the database.

    ","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"C","n":"MongoDB\\BSON\\Decimal128","p":"MongoDB/BSON/Decimal128.html","d":"

    BSON type for the Decimal128 floating-point format, which supports numbers with up to 34 decimal digits (i.e. significant digits) and an exponent range of \u22126143 to +6144.

    ","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"C","n":"MongoDB\\BSON\\Decimal128Interface","p":"MongoDB/BSON/Decimal128Interface.html","d":"

    This interface is implemented by MongoDB\\BSON\\Decimal128 but may also be used for type-hinting and userland classes.

    ","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"C","n":"MongoDB\\BSON\\Document","p":"MongoDB/BSON/Document.html","d":"","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"C","n":"MongoDB\\BSON\\Int64","p":"MongoDB/BSON/Int64.html","d":"

    BSON type for a 64-bit integer.

    ","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"C","n":"MongoDB\\BSON\\Iterator","p":"MongoDB/BSON/Iterator.html","d":"","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"C","n":"MongoDB\\BSON\\Javascript","p":"MongoDB/BSON/Javascript.html","d":"

    Class Javascript

    ","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"C","n":"MongoDB\\BSON\\JavascriptInterface","p":"MongoDB/BSON/JavascriptInterface.html","d":"

    Interface JavascriptInterface

    ","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"C","n":"MongoDB\\BSON\\MaxKey","p":"MongoDB/BSON/MaxKey.html","d":"

    Class MaxKey

    ","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"C","n":"MongoDB\\BSON\\MaxKeyInterface","p":"MongoDB/BSON/MaxKeyInterface.html","d":"

    This interface is implemented by MongoDB\\BSON\\MaxKey but may also be used for type-hinting and userland classes.

    ","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"C","n":"MongoDB\\BSON\\MinKey","p":"MongoDB/BSON/MinKey.html","d":"

    Class MinKey

    ","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"C","n":"MongoDB\\BSON\\MinKeyInterface","p":"MongoDB/BSON/MinKeyInterface.html","d":"

    This interface is implemented by MongoDB\\BSON\\MinKey but may also be used for type-hinting and userland classes.

    ","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"C","n":"MongoDB\\BSON\\ObjectId","p":"MongoDB/BSON/ObjectId.html","d":"

    Class ObjectId

    ","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"C","n":"MongoDB\\BSON\\ObjectIdInterface","p":"MongoDB/BSON/ObjectIdInterface.html","d":"

    This interface is implemented by MongoDB\\BSON\\ObjectId but may also be used for type-hinting and userland classes.

    ","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"C","n":"MongoDB\\BSON\\PackedArray","p":"MongoDB/BSON/PackedArray.html","d":"","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"C","n":"MongoDB\\BSON\\Persistable","p":"MongoDB/BSON/Persistable.html","d":"

    Classes may implement this interface to take advantage of automatic ODM (object document mapping) behavior in the driver.

    ","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"C","n":"MongoDB\\BSON\\Regex","p":"MongoDB/BSON/Regex.html","d":"

    Class Regex

    ","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"C","n":"MongoDB\\BSON\\RegexInterface","p":"MongoDB/BSON/RegexInterface.html","d":"","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"C","n":"MongoDB\\BSON\\Serializable","p":"MongoDB/BSON/Serializable.html","d":"

    Classes that implement this interface may return data to be serialized as a BSON array or document in lieu of the object's public properties

    ","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"C","n":"MongoDB\\BSON\\Symbol","p":"MongoDB/BSON/Symbol.html","d":"

    BSON type for the "Symbol" type. This BSON type is deprecated, and this class can not be instantiated. It will be created from a\nBSON symbol type while converting BSON to PHP, and can also be converted back into BSON while storing documents in the database.

    ","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"C","n":"MongoDB\\BSON\\Timestamp","p":"MongoDB/BSON/Timestamp.html","d":"

    Represents a BSON timestamp, which is an internal MongoDB type not intended for general date storage.

    ","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"C","n":"MongoDB\\BSON\\TimestampInterface","p":"MongoDB/BSON/TimestampInterface.html","d":"

    Interface TimestampInterface

    ","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"C","n":"MongoDB\\BSON\\Type","p":"MongoDB/BSON/Type.html","d":"

    Interface Type

    ","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"C","n":"MongoDB\\BSON\\UTCDateTime","p":"MongoDB/BSON/UTCDateTime.html","d":"

    Represents a BSON date.

    ","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"C","n":"MongoDB\\BSON\\UTCDateTimeInterface","p":"MongoDB/BSON/UTCDateTimeInterface.html","d":"

    This interface is implemented by MongoDB\\BSON\\UTCDateTime but may also be used for type-hinting and userland classes.

    ","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"C","n":"MongoDB\\BSON\\Undefined","p":"MongoDB/BSON/Undefined.html","d":"

    BSON type for the "Undefined" type. This BSON type is deprecated, and this class can not be instantiated. It will be created\nfrom a BSON undefined type while converting BSON to PHP, and can also be converted back into BSON while storing documents in the database.

    ","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"C","n":"MongoDB\\BSON\\Unserializable","p":"MongoDB/BSON/Unserializable.html","d":"

    Classes that implement this interface may be specified in a type map for unserializing BSON arrays and documents (both root and embedded).

    ","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"C","n":"MongoDB\\Driver\\BulkWrite","p":"MongoDB/Driver/BulkWrite.html","d":"

    The BulkWrite collects one or more write operations that should be sent to the server.

    ","f":{"n":"MongoDB\\Driver","p":"MongoDB/Driver.html"}},{"t":"C","n":"MongoDB\\Driver\\ClientEncryption","p":"MongoDB/Driver/ClientEncryption.html","d":"

    The MongoDB\\Driver\\ClientEncryption class handles creation of data keys for client-side encryption, as well as manually encrypting and decrypting values.

    ","f":{"n":"MongoDB\\Driver","p":"MongoDB/Driver.html"}},{"t":"C","n":"MongoDB\\Driver\\Command","p":"MongoDB/Driver/Command.html","d":"

    The MongoDB\\Driver\\Command class is a value object that represents a database command.

    ","f":{"n":"MongoDB\\Driver","p":"MongoDB/Driver.html"}},{"t":"C","n":"MongoDB\\Driver\\Cursor","p":"MongoDB/Driver/Cursor.html","d":"

    The MongoDB\\Driver\\Cursor class encapsulates the results of a MongoDB command or query and may be returned by MongoDB\\Driver\\Manager::executeCommand() or MongoDB\\Driver\\Manager::executeQuery(), respectively.

    ","f":{"n":"MongoDB\\Driver","p":"MongoDB/Driver.html"}},{"t":"C","n":"MongoDB\\Driver\\CursorId","p":"MongoDB/Driver/CursorId.html","d":"

    Class CursorId

    ","f":{"n":"MongoDB\\Driver","p":"MongoDB/Driver.html"}},{"t":"C","n":"MongoDB\\Driver\\CursorInterface","p":"MongoDB/Driver/CursorInterface.html","d":"

    This interface is implemented by MongoDB\\Driver\\Cursor but may also be used for type-hinting and userland classes.

    ","f":{"n":"MongoDB\\Driver","p":"MongoDB/Driver.html"}},{"t":"C","n":"MongoDB\\Driver\\Exception\\AuthenticationException","p":"MongoDB/Driver/Exception/AuthenticationException.html","d":"

    Thrown when the driver fails to authenticate with the server.

    ","f":{"n":"MongoDB\\Driver\\Exception","p":"MongoDB/Driver/Exception.html"}},{"t":"C","n":"MongoDB\\Driver\\Exception\\BulkWriteException","p":"MongoDB/Driver/Exception/BulkWriteException.html","d":"

    Thrown when a bulk write operation fails.

    ","f":{"n":"MongoDB\\Driver\\Exception","p":"MongoDB/Driver/Exception.html"}},{"t":"C","n":"MongoDB\\Driver\\Exception\\CommandException","p":"MongoDB/Driver/Exception/CommandException.html","d":"

    Thrown when a command fails

    ","f":{"n":"MongoDB\\Driver\\Exception","p":"MongoDB/Driver/Exception.html"}},{"t":"C","n":"MongoDB\\Driver\\Exception\\ConnectionException","p":"MongoDB/Driver/Exception/ConnectionException.html","d":"

    Base class for exceptions thrown when the driver fails to establish a database connection.

    ","f":{"n":"MongoDB\\Driver\\Exception","p":"MongoDB/Driver/Exception.html"}},{"t":"C","n":"MongoDB\\Driver\\Exception\\ConnectionTimeoutException","p":"MongoDB/Driver/Exception/ConnectionTimeoutException.html","d":"

    Thrown when the driver fails to establish a database connection within a specified time limit (e.g. connectTimeoutMS).

    ","f":{"n":"MongoDB\\Driver\\Exception","p":"MongoDB/Driver/Exception.html"}},{"t":"C","n":"MongoDB\\Driver\\Exception\\EncryptionException","p":"MongoDB/Driver/Exception/EncryptionException.html","d":"

    Base class for exceptions thrown during client-side encryption.

    ","f":{"n":"MongoDB\\Driver\\Exception","p":"MongoDB/Driver/Exception.html"}},{"t":"C","n":"MongoDB\\Driver\\Exception\\Exception","p":"MongoDB/Driver/Exception/Exception.html","d":"

    Common interface for all driver exceptions. This may be used to catch only exceptions originating from the driver itself.

    ","f":{"n":"MongoDB\\Driver\\Exception","p":"MongoDB/Driver/Exception.html"}},{"t":"C","n":"MongoDB\\Driver\\Exception\\ExecutionTimeoutException","p":"MongoDB/Driver/Exception/ExecutionTimeoutException.html","d":"

    Thrown when a query or command fails to complete within a specified time limit (e.g. maxTimeMS).

    ","f":{"n":"MongoDB\\Driver\\Exception","p":"MongoDB/Driver/Exception.html"}},{"t":"C","n":"MongoDB\\Driver\\Exception\\InvalidArgumentException","p":"MongoDB/Driver/Exception/InvalidArgumentException.html","d":"

    Thrown when a driver method is given invalid arguments (e.g. invalid option types).

    ","f":{"n":"MongoDB\\Driver\\Exception","p":"MongoDB/Driver/Exception.html"}},{"t":"C","n":"MongoDB\\Driver\\Exception\\LogicException","p":"MongoDB/Driver/Exception/LogicException.html","d":"

    Thrown when the driver is incorrectly used (e.g. rewinding a cursor).

    ","f":{"n":"MongoDB\\Driver\\Exception","p":"MongoDB/Driver/Exception.html"}},{"t":"C","n":"MongoDB\\Driver\\Exception\\RuntimeException","p":"MongoDB/Driver/Exception/RuntimeException.html","d":"

    Thrown when the driver encounters a runtime error (e.g. internal error from \u00bb libmongoc).

    ","f":{"n":"MongoDB\\Driver\\Exception","p":"MongoDB/Driver/Exception.html"}},{"t":"C","n":"MongoDB\\Driver\\Exception\\SSLConnectionException","p":"MongoDB/Driver/Exception/SSLConnectionException.html","d":"

    Thrown when the driver fails to establish an SSL connection with the server.

    ","f":{"n":"MongoDB\\Driver\\Exception","p":"MongoDB/Driver/Exception.html"}},{"t":"C","n":"MongoDB\\Driver\\Exception\\ServerException","p":"MongoDB/Driver/Exception/ServerException.html","d":"

    Base class for exceptions thrown by the server. The code of this exception and its subclasses will correspond to the original\nerror code from the server.

    ","f":{"n":"MongoDB\\Driver\\Exception","p":"MongoDB/Driver/Exception.html"}},{"t":"C","n":"MongoDB\\Driver\\Exception\\UnexpectedValueException","p":"MongoDB/Driver/Exception/UnexpectedValueException.html","d":"

    Thrown when the driver encounters an unexpected value (e.g. during BSON serialization or deserialization).

    ","f":{"n":"MongoDB\\Driver\\Exception","p":"MongoDB/Driver/Exception.html"}},{"t":"C","n":"MongoDB\\Driver\\Exception\\WriteConcernException","p":"MongoDB/Driver/Exception/WriteConcernException.html","d":null,"f":{"n":"MongoDB\\Driver\\Exception","p":"MongoDB/Driver/Exception.html"}},{"t":"C","n":"MongoDB\\Driver\\Exception\\WriteException","p":"MongoDB/Driver/Exception/WriteException.html","d":"

    Base class for exceptions thrown by a failed write operation.

    ","f":{"n":"MongoDB\\Driver\\Exception","p":"MongoDB/Driver/Exception.html"}},{"t":"C","n":"MongoDB\\Driver\\Manager","p":"MongoDB/Driver/Manager.html","d":"

    The MongoDB\\Driver\\Manager is the main entry point to the extension. It is responsible for maintaining connections to MongoDB (be it standalone server, replica set, or sharded cluster).

    ","f":{"n":"MongoDB\\Driver","p":"MongoDB/Driver.html"}},{"t":"C","n":"MongoDB\\Driver\\Monitoring\\CommandFailedEvent","p":"MongoDB/Driver/Monitoring/CommandFailedEvent.html","d":"

    Encapsulates information about a failed command.

    ","f":{"n":"MongoDB\\Driver\\Monitoring","p":"MongoDB/Driver/Monitoring.html"}},{"t":"C","n":"MongoDB\\Driver\\Monitoring\\CommandStartedEvent","p":"MongoDB/Driver/Monitoring/CommandStartedEvent.html","d":"

    Encapsulates information about a failed command.

    ","f":{"n":"MongoDB\\Driver\\Monitoring","p":"MongoDB/Driver/Monitoring.html"}},{"t":"C","n":"MongoDB\\Driver\\Monitoring\\CommandSubscriber","p":"MongoDB/Driver/Monitoring/CommandSubscriber.html","d":"

    Classes may implement this interface to register an event subscriber that is notified for each started, successful, and failed command event.

    ","f":{"n":"MongoDB\\Driver\\Monitoring","p":"MongoDB/Driver/Monitoring.html"}},{"t":"C","n":"MongoDB\\Driver\\Monitoring\\CommandSucceededEvent","p":"MongoDB/Driver/Monitoring/CommandSucceededEvent.html","d":"

    Encapsulates information about a successful command.

    ","f":{"n":"MongoDB\\Driver\\Monitoring","p":"MongoDB/Driver/Monitoring.html"}},{"t":"C","n":"MongoDB\\Driver\\Monitoring\\LogSubscriber","p":"MongoDB/Driver/Monitoring/LogSubscriber.html","d":"","f":{"n":"MongoDB\\Driver\\Monitoring","p":"MongoDB/Driver/Monitoring.html"}},{"t":"C","n":"MongoDB\\Driver\\Monitoring\\SDAMSubscriber","p":"MongoDB/Driver/Monitoring/SDAMSubscriber.html","d":"","f":{"n":"MongoDB\\Driver\\Monitoring","p":"MongoDB/Driver/Monitoring.html"}},{"t":"C","n":"MongoDB\\Driver\\Monitoring\\ServerChangedEvent","p":"MongoDB/Driver/Monitoring/ServerChangedEvent.html","d":"","f":{"n":"MongoDB\\Driver\\Monitoring","p":"MongoDB/Driver/Monitoring.html"}},{"t":"C","n":"MongoDB\\Driver\\Monitoring\\ServerClosedEvent","p":"MongoDB/Driver/Monitoring/ServerClosedEvent.html","d":"","f":{"n":"MongoDB\\Driver\\Monitoring","p":"MongoDB/Driver/Monitoring.html"}},{"t":"C","n":"MongoDB\\Driver\\Monitoring\\ServerHeartbeatFailedEvent","p":"MongoDB/Driver/Monitoring/ServerHeartbeatFailedEvent.html","d":"","f":{"n":"MongoDB\\Driver\\Monitoring","p":"MongoDB/Driver/Monitoring.html"}},{"t":"C","n":"MongoDB\\Driver\\Monitoring\\ServerHeartbeatStartedEvent","p":"MongoDB/Driver/Monitoring/ServerHeartbeatStartedEvent.html","d":"","f":{"n":"MongoDB\\Driver\\Monitoring","p":"MongoDB/Driver/Monitoring.html"}},{"t":"C","n":"MongoDB\\Driver\\Monitoring\\ServerHeartbeatSucceededEvent","p":"MongoDB/Driver/Monitoring/ServerHeartbeatSucceededEvent.html","d":"","f":{"n":"MongoDB\\Driver\\Monitoring","p":"MongoDB/Driver/Monitoring.html"}},{"t":"C","n":"MongoDB\\Driver\\Monitoring\\ServerOpeningEvent","p":"MongoDB/Driver/Monitoring/ServerOpeningEvent.html","d":"","f":{"n":"MongoDB\\Driver\\Monitoring","p":"MongoDB/Driver/Monitoring.html"}},{"t":"C","n":"MongoDB\\Driver\\Monitoring\\Subscriber","p":"MongoDB/Driver/Monitoring/Subscriber.html","d":"

    Base interface for event subscribers.

    ","f":{"n":"MongoDB\\Driver\\Monitoring","p":"MongoDB/Driver/Monitoring.html"}},{"t":"C","n":"MongoDB\\Driver\\Monitoring\\TopologyChangedEvent","p":"MongoDB/Driver/Monitoring/TopologyChangedEvent.html","d":"","f":{"n":"MongoDB\\Driver\\Monitoring","p":"MongoDB/Driver/Monitoring.html"}},{"t":"C","n":"MongoDB\\Driver\\Monitoring\\TopologyClosedEvent","p":"MongoDB/Driver/Monitoring/TopologyClosedEvent.html","d":"","f":{"n":"MongoDB\\Driver\\Monitoring","p":"MongoDB/Driver/Monitoring.html"}},{"t":"C","n":"MongoDB\\Driver\\Monitoring\\TopologyOpeningEvent","p":"MongoDB/Driver/Monitoring/TopologyOpeningEvent.html","d":"","f":{"n":"MongoDB\\Driver\\Monitoring","p":"MongoDB/Driver/Monitoring.html"}},{"t":"C","n":"MongoDB\\Driver\\Query","p":"MongoDB/Driver/Query.html","d":"

    The MongoDB\\Driver\\Query class is a value object that represents a database query.

    ","f":{"n":"MongoDB\\Driver","p":"MongoDB/Driver.html"}},{"t":"C","n":"MongoDB\\Driver\\ReadConcern","p":"MongoDB/Driver/ReadConcern.html","d":"

    MongoDB\\Driver\\ReadConcern controls the level of isolation for read operations for replica sets and replica set shards. This option requires the WiredTiger storage engine and MongoDB 3.2 or later.

    ","f":{"n":"MongoDB\\Driver","p":"MongoDB/Driver.html"}},{"t":"C","n":"MongoDB\\Driver\\ReadPreference","p":"MongoDB/Driver/ReadPreference.html","d":"

    Class ReadPreference

    ","f":{"n":"MongoDB\\Driver","p":"MongoDB/Driver.html"}},{"t":"C","n":"MongoDB\\Driver\\Server","p":"MongoDB/Driver/Server.html","d":"","f":{"n":"MongoDB\\Driver","p":"MongoDB/Driver.html"}},{"t":"C","n":"MongoDB\\Driver\\ServerApi","p":"MongoDB/Driver/ServerApi.html","d":null,"f":{"n":"MongoDB\\Driver","p":"MongoDB/Driver.html"}},{"t":"C","n":"MongoDB\\Driver\\ServerDescription","p":"MongoDB/Driver/ServerDescription.html","d":"","f":{"n":"MongoDB\\Driver","p":"MongoDB/Driver.html"}},{"t":"C","n":"MongoDB\\Driver\\Session","p":"MongoDB/Driver/Session.html","d":"

    Class Session

    ","f":{"n":"MongoDB\\Driver","p":"MongoDB/Driver.html"}},{"t":"C","n":"MongoDB\\Driver\\TopologyDescription","p":"MongoDB/Driver/TopologyDescription.html","d":"","f":{"n":"MongoDB\\Driver","p":"MongoDB/Driver.html"}},{"t":"C","n":"MongoDB\\Driver\\WriteConcern","p":"MongoDB/Driver/WriteConcern.html","d":"

    WriteConcern controls the acknowledgment of a write operation, specifies the level of write guarantee for Replica Sets.

    ","f":{"n":"MongoDB\\Driver","p":"MongoDB/Driver.html"}},{"t":"C","n":"MongoDB\\Driver\\WriteConcernError","p":"MongoDB/Driver/WriteConcernError.html","d":"

    The MongoDB\\Driver\\WriteConcernError class encapsulates information about a write concern error and may be returned by MongoDB\\Driver\\WriteResult::getWriteConcernError().

    ","f":{"n":"MongoDB\\Driver","p":"MongoDB/Driver.html"}},{"t":"C","n":"MongoDB\\Driver\\WriteError","p":"MongoDB/Driver/WriteError.html","d":"

    The MongoDB\\Driver\\WriteError class encapsulates information about a write error and may be returned as an array element from MongoDB\\Driver\\WriteResult::getWriteErrors().

    ","f":{"n":"MongoDB\\Driver","p":"MongoDB/Driver.html"}},{"t":"C","n":"MongoDB\\Driver\\WriteResult","p":"MongoDB/Driver/WriteResult.html","d":"

    The MongoDB\\Driver\\WriteResult class encapsulates information about an executed MongoDB\\Driver\\BulkWrite and may be returned by MongoDB\\Driver\\Manager::executeBulkWrite().

    ","f":{"n":"MongoDB\\Driver","p":"MongoDB/Driver.html"}},{"t":"C","n":"MongoDate","p":"MongoDate.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MongoDuplicateKeyException","p":"MongoDuplicateKeyException.html","d":"

    (PECL mongo >= 1.5.0)

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MongoException","p":"MongoException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MongoExecutionTimeoutException","p":"MongoExecutionTimeoutException.html","d":"

    (PECL mongo >= 1.5.0)

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MongoGridFS","p":"MongoGridFS.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MongoGridFSCursor","p":"MongoGridFSCursor.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MongoGridFSException","p":"MongoGridFSException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MongoGridFSFile","p":"MongoGridFSFile.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MongoId","p":"MongoId.html","d":"

    A unique identifier created for database objects.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MongoInt32","p":"MongoInt32.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MongoInt64","p":"MongoInt64.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MongoLog","p":"MongoLog.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MongoMaxKey","p":"MongoMaxKey.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MongoMinKey","p":"MongoMinKey.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MongoPool","p":"MongoPool.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MongoProtocolException","p":"MongoProtocolException.html","d":"

    (PECL mongo >= 1.5.0)

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MongoRegex","p":"MongoRegex.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MongoResultException","p":"MongoResultException.html","d":"

    (PECL mongo >= 1.3.0)

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MongoTimestamp","p":"MongoTimestamp.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MongoUpdateBatch","p":"MongoUpdateBatch.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MongoWriteBatch","p":"MongoWriteBatch.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MongoWriteConcernException","p":"MongoWriteConcernException.html","d":"

    (PECL mongo >= 1.5.0)

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Mosquitto\\Client","p":"Mosquitto/Client.html","d":"","f":{"n":"Mosquitto","p":"Mosquitto.html"}},{"t":"C","n":"Mosquitto\\Exception","p":"Mosquitto/Exception.html","d":"","f":{"n":"Mosquitto","p":"Mosquitto.html"}},{"t":"C","n":"Mosquitto\\Message","p":"Mosquitto/Message.html","d":"","f":{"n":"Mosquitto","p":"Mosquitto.html"}},{"t":"C","n":"MultipleIterator","p":"MultipleIterator.html","d":"

    An Iterator that sequentially iterates over all attached iterators

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"NoRewindIterator","p":"NoRewindIterator.html","d":"

    This iterator cannot be rewinded.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Normalizer","p":"Normalizer.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"NumberFormatter","p":"NumberFormatter.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"OAuth","p":"OAuth.html","d":"

    The OAuth extension provides a simple interface to interact with data providers using the OAuth HTTP specification to protect private resources.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"OAuthException","p":"OAuthException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"OAuthProvider","p":"OAuthProvider.html","d":"

    Manages an OAuth provider class.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"OCICollection","p":"OCICollection.html","d":"

    OCI8 Collection functionality.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"OCILob","p":"OCILob.html","d":"

    OCI8 LOB functionality for large binary (BLOB) and character (CLOB) objects.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"OCI_Collection","p":"OCI_Collection.html","d":"

    OCI8 Collection functionality.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"OCI_Lob","p":"OCI_Lob.html","d":"

    OCI8 LOB functionality for large binary (BLOB) and character (CLOB) objects.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"OpenSSLAsymmetricKey","p":"OpenSSLAsymmetricKey.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"OpenSSLCertificate","p":"OpenSSLCertificate.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"OpenSSLCertificateSigningRequest","p":"OpenSSLCertificateSigningRequest.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"OutOfBoundsException","p":"OutOfBoundsException.html","d":"

    Exception thrown if a value is not a valid key. This represents errors\nthat cannot be detected at compile time.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"OutOfRangeException","p":"OutOfRangeException.html","d":"

    Exception thrown when an illegal index was requested. This represents\nerrors that should be detected at compile time.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"OuterIterator","p":"OuterIterator.html","d":"

    Classes implementing OuterIterator can be used to iterate\nover iterators.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"OverflowException","p":"OverflowException.html","d":"

    Exception thrown when adding an element to a full container.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Override","p":"Override.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"OwsrequestObj","p":"OwsrequestObj.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"PDFlib","p":"PDFlib.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"PDFlibException","p":"PDFlibException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"PDO","p":"PDO.html","d":"

    Represents a connection between PHP and a database server.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"PDOException","p":"PDOException.html","d":"

    Represents an error raised by PDO. You should not throw a\nPDOException from your own code.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"PDORow","p":"PDORow.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"PDOStatement","p":"PDOStatement.html","d":"

    (PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 1.0.0)
    \nRepresents a prepared statement and, after the statement is executed, an\nassociated result set.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"PSpell\\Config","p":"PSpell/Config.html","d":"

    A fully opaque class which replaces a pspell config resource as of PHP 8.1.0.

    ","f":{"n":"PSpell","p":"PSpell.html"}},{"t":"C","n":"PSpell\\Dictionary","p":"PSpell/Dictionary.html","d":"

    A fully opaque class which replaces a pspell resource as of PHP 8.1.0.

    ","f":{"n":"PSpell","p":"PSpell.html"}},{"t":"C","n":"ParentIterator","p":"ParentIterator.html","d":"

    This extended FilterIterator allows a recursive iteration using RecursiveIteratorIterator that only shows those elements which have children.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Parle\\ErrorInfo","p":"Parle/ErrorInfo.html","d":null,"f":{"n":"Parle","p":"Parle.html"}},{"t":"C","n":"Parle\\Lexer","p":"Parle/Lexer.html","d":"

    Single state lexer class.

    ","f":{"n":"Parle","p":"Parle.html"}},{"t":"C","n":"Parle\\LexerException","p":"Parle/LexerException.html","d":null,"f":{"n":"Parle","p":"Parle.html"}},{"t":"C","n":"Parle\\Parser","p":"Parle/Parser.html","d":"

    Parser class.

    ","f":{"n":"Parle","p":"Parle.html"}},{"t":"C","n":"Parle\\ParserException","p":"Parle/ParserException.html","d":null,"f":{"n":"Parle","p":"Parle.html"}},{"t":"C","n":"Parle\\RLexer","p":"Parle/RLexer.html","d":"

    Multistate lexer class.

    ","f":{"n":"Parle","p":"Parle.html"}},{"t":"C","n":"Parle\\RParser","p":"Parle/RParser.html","d":null,"f":{"n":"Parle","p":"Parle.html"}},{"t":"C","n":"Parle\\Stack","p":"Parle/Stack.html","d":"","f":{"n":"Parle","p":"Parle.html"}},{"t":"C","n":"Parle\\Token","p":"Parle/Token.html","d":null,"f":{"n":"Parle","p":"Parle.html"}},{"t":"C","n":"ParseError","p":"ParseError.html","d":"

    ParseError is thrown when an error occurs while parsing PHP code, such as when {eval()} is called.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Pdo\\Mysql","p":"Pdo/Mysql.html","d":"","f":{"n":"Pdo","p":"Pdo.html"}},{"t":"C","n":"Pdo\\Sqlite","p":"Pdo/Sqlite.html","d":"","f":{"n":"Pdo","p":"Pdo.html"}},{"t":"C","n":"PgSql\\Connection","p":"PgSql/Connection.html","d":"

    A fully opaque class which replaces a pgsql link resource as of PHP 8.1.0.

    ","f":{"n":"PgSql","p":"PgSql.html"}},{"t":"C","n":"PgSql\\Lob","p":"PgSql/Lob.html","d":"

    A fully opaque class which replaces a pgsql large object resource as of PHP 8.1.0.

    ","f":{"n":"PgSql","p":"PgSql.html"}},{"t":"C","n":"PgSql\\Result","p":"PgSql/Result.html","d":"

    A fully opaque class which replaces a pgsql result resource as of PHP 8.1.0.

    ","f":{"n":"PgSql","p":"PgSql.html"}},{"t":"C","n":"Phar","p":"Phar.html","d":"

    The Phar class provides a high-level interface to accessing and creating\nphar archives.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"PharData","p":"PharData.html","d":"

    The PharData class provides a high-level interface to accessing and creating\nnon-executable tar and zip archives. Because these archives do not contain\na stub and cannot be executed by the phar extension, it is possible to create\nand manipulate regular zip and tar files using the PharData class even if\nphar.readonly php.ini setting is 1.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"PharException","p":"PharException.html","d":"

    The PharException class provides a phar-specific exception class\nfor try/catch blocks.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"PharFileInfo","p":"PharFileInfo.html","d":"

    The PharFileInfo class provides a high-level interface to the contents\nand attributes of a single file within a phar archive.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"PhpToken","p":"PhpToken.html","d":"

    A class for working with PHP tokens, which is an alternative to\nthe {token_get_all()} function.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Pool","p":"Pool.html","d":"

    (PECL pthreads >= 2.0.0)
    \nA Pool is a container for, and controller of, an adjustable number of\nWorkers.
    \nPooling provides a higher level abstraction of the Worker functionality,\nincluding the management of references in the way required by pthreads.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"RRDCreator","p":"RRDCreator.html","d":"

    Class for creation of RRD database file.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"RRDGraph","p":"RRDGraph.html","d":"

    Class for exporting data from RRD database to image file.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"RRDUpdater","p":"RRDUpdater.html","d":"

    Class for updating RDD database file.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Random\\BrokenRandomEngineError","p":"Random/BrokenRandomEngineError.html","d":"","f":{"n":"Random","p":"Random.html"}},{"t":"C","n":"Random\\CryptoSafeEngine","p":"Random/CryptoSafeEngine.html","d":"","f":{"n":"Random","p":"Random.html"}},{"t":"C","n":"Random\\Engine","p":"Random/Engine.html","d":"","f":{"n":"Random","p":"Random.html"}},{"t":"C","n":"Random\\Engine\\Mt19937","p":"Random/Engine/Mt19937.html","d":"","f":{"n":"Random\\Engine","p":"Random/Engine.html"}},{"t":"C","n":"Random\\Engine\\PcgOneseq128XslRr64","p":"Random/Engine/PcgOneseq128XslRr64.html","d":"","f":{"n":"Random\\Engine","p":"Random/Engine.html"}},{"t":"C","n":"Random\\Engine\\Secure","p":"Random/Engine/Secure.html","d":"","f":{"n":"Random\\Engine","p":"Random/Engine.html"}},{"t":"C","n":"Random\\Engine\\Xoshiro256StarStar","p":"Random/Engine/Xoshiro256StarStar.html","d":"","f":{"n":"Random\\Engine","p":"Random/Engine.html"}},{"t":"C","n":"Random\\RandomError","p":"Random/RandomError.html","d":"","f":{"n":"Random","p":"Random.html"}},{"t":"C","n":"Random\\RandomException","p":"Random/RandomException.html","d":"","f":{"n":"Random","p":"Random.html"}},{"t":"C","n":"Random\\Randomizer","p":"Random/Randomizer.html","d":"","f":{"n":"Random","p":"Random.html"}},{"t":"C","n":"RangeException","p":"RangeException.html","d":"

    Exception thrown to indicate range errors during program execution.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"RarArchive","p":"RarArchive.html","d":"

    This class represents a RAR archive, which may be formed by several volumes (parts) and which contains a number of\nRAR entries (i.e., files, directories and other special objects such as symbolic links).

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"RarEntry","p":"RarEntry.html","d":"

    A RAR entry, representing a directory or a compressed file inside a RAR archive

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"RarException","p":"RarException.html","d":"

    This class serves two purposes:\nit is the type of the exceptions thrown by the RAR extension functions and methods and it allows, through static\nmethods to query and define the error behaviour of the extension, i.e., whether exceptions are thrown or only\nwarnings are emitted.
    \nThe following error codes are used:

      \n
    • -1 - error outside UnRAR library
    • \n
    • 11 - insufficient memory
    • \n
    • 12 - bad data
    • \n
    • 13 - bad archive
    • \n
    • 14 - unknown format
    • \n
    • 15 - file open error
    • \n
    • 16 - file create error
    • \n
    • 17 - file close error
    • \n
    • 18 - read error
    • \n
    • 19 - write error
    • \n
    • 20 - buffer too small
    • \n
    • 21 - unkown RAR error
    • \n
    • 22 - password required but not given
    • \n

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"RdKafka","p":"RdKafka.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"RdKafka\\Conf","p":"RdKafka/Conf.html","d":"

    Configuration reference: https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md

    ","f":{"n":"RdKafka","p":"RdKafka.html"}},{"t":"C","n":"RdKafka\\Consumer","p":"RdKafka/Consumer.html","d":null,"f":{"n":"RdKafka","p":"RdKafka.html"}},{"t":"C","n":"RdKafka\\ConsumerTopic","p":"RdKafka/ConsumerTopic.html","d":null,"f":{"n":"RdKafka","p":"RdKafka.html"}},{"t":"C","n":"RdKafka\\Exception","p":"RdKafka/Exception.html","d":null,"f":{"n":"RdKafka","p":"RdKafka.html"}},{"t":"C","n":"RdKafka\\KafkaConsumer","p":"RdKafka/KafkaConsumer.html","d":null,"f":{"n":"RdKafka","p":"RdKafka.html"}},{"t":"C","n":"RdKafka\\KafkaConsumerTopic","p":"RdKafka/KafkaConsumerTopic.html","d":null,"f":{"n":"RdKafka","p":"RdKafka.html"}},{"t":"C","n":"RdKafka\\KafkaErrorException","p":"RdKafka/KafkaErrorException.html","d":null,"f":{"n":"RdKafka","p":"RdKafka.html"}},{"t":"C","n":"RdKafka\\Message","p":"RdKafka/Message.html","d":null,"f":{"n":"RdKafka","p":"RdKafka.html"}},{"t":"C","n":"RdKafka\\Metadata","p":"RdKafka/Metadata.html","d":null,"f":{"n":"RdKafka","p":"RdKafka.html"}},{"t":"C","n":"RdKafka\\Metadata\\Broker","p":"RdKafka/Metadata/Broker.html","d":null,"f":{"n":"RdKafka\\Metadata","p":"RdKafka/Metadata.html"}},{"t":"C","n":"RdKafka\\Metadata\\Collection","p":"RdKafka/Metadata/Collection.html","d":null,"f":{"n":"RdKafka\\Metadata","p":"RdKafka/Metadata.html"}},{"t":"C","n":"RdKafka\\Metadata\\Partition","p":"RdKafka/Metadata/Partition.html","d":null,"f":{"n":"RdKafka\\Metadata","p":"RdKafka/Metadata.html"}},{"t":"C","n":"RdKafka\\Metadata\\Topic","p":"RdKafka/Metadata/Topic.html","d":null,"f":{"n":"RdKafka\\Metadata","p":"RdKafka/Metadata.html"}},{"t":"C","n":"RdKafka\\Producer","p":"RdKafka/Producer.html","d":null,"f":{"n":"RdKafka","p":"RdKafka.html"}},{"t":"C","n":"RdKafka\\ProducerTopic","p":"RdKafka/ProducerTopic.html","d":null,"f":{"n":"RdKafka","p":"RdKafka.html"}},{"t":"C","n":"RdKafka\\Queue","p":"RdKafka/Queue.html","d":null,"f":{"n":"RdKafka","p":"RdKafka.html"}},{"t":"C","n":"RdKafka\\Topic","p":"RdKafka/Topic.html","d":null,"f":{"n":"RdKafka","p":"RdKafka.html"}},{"t":"C","n":"RdKafka\\TopicConf","p":"RdKafka/TopicConf.html","d":"

    Configuration reference: https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md

    ","f":{"n":"RdKafka","p":"RdKafka.html"}},{"t":"C","n":"RdKafka\\TopicPartition","p":"RdKafka/TopicPartition.html","d":null,"f":{"n":"RdKafka","p":"RdKafka.html"}},{"t":"C","n":"RecursiveArrayIterator","p":"RecursiveArrayIterator.html","d":"

    This iterator allows to unset and modify values and keys while iterating over Arrays and Objects\nin the same way as the ArrayIterator. Additionally it is possible to iterate\nover the current iterator entry.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"RecursiveCachingIterator","p":"RecursiveCachingIterator.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"RecursiveCallbackFilterIterator","p":"RecursiveCallbackFilterIterator.html","d":"

    (PHP 5 >= 5.4.0)
    \nRecursiveCallbackFilterIterator from a RecursiveIterator

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"RecursiveDirectoryIterator","p":"RecursiveDirectoryIterator.html","d":"

    The RecursiveDirectoryIterator provides\nan interface for iterating recursively over filesystem directories.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"RecursiveFilterIterator","p":"RecursiveFilterIterator.html","d":"

    This abstract iterator filters out unwanted values for a RecursiveIterator.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"RecursiveIterator","p":"RecursiveIterator.html","d":"

    Classes implementing RecursiveIterator can be used to iterate\nover iterators recursively.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"RecursiveIteratorIterator","p":"RecursiveIteratorIterator.html","d":"

    Can be used to iterate through recursive iterators.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"RecursiveRegexIterator","p":"RecursiveRegexIterator.html","d":"

    This recursive iterator can filter another recursive iterator via a regular expression.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"RecursiveTreeIterator","p":"RecursiveTreeIterator.html","d":"

    Allows iterating over a RecursiveIterator to generate an ASCII graphic tree.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Redis","p":"Redis.html","d":"

    Helper autocomplete for php redis extension

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"RedisArray","p":"RedisArray.html","d":"

    Helper autocomplete for php redis extension

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"RedisCluster","p":"RedisCluster.html","d":"

    Helper autocomplete for php redis cluster extension.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"RedisClusterException","p":"RedisClusterException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"RedisException","p":"RedisException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"RedisSentinel","p":"RedisSentinel.html","d":"

    Helper autocomplete for phpredis extension

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Reflection","p":"Reflection.html","d":"

    The reflection class.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ReflectionAttribute","p":"ReflectionAttribute.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ReflectionClass","p":"ReflectionClass.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ReflectionClassConstant","p":"ReflectionClassConstant.html","d":"

    The ReflectionClassConstant class reports information about a class constant.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ReflectionConstant","p":"ReflectionConstant.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ReflectionEnum","p":"ReflectionEnum.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ReflectionEnumBackedCase","p":"ReflectionEnumBackedCase.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ReflectionEnumUnitCase","p":"ReflectionEnumUnitCase.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ReflectionException","p":"ReflectionException.html","d":"

    The ReflectionException class.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ReflectionExtension","p":"ReflectionExtension.html","d":"

    The ReflectionExtension class reports information about an extension.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ReflectionFiber","p":"ReflectionFiber.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ReflectionFunction","p":"ReflectionFunction.html","d":"

    The ReflectionFunction class reports\ninformation about a function.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ReflectionFunctionAbstract","p":"ReflectionFunctionAbstract.html","d":"

    A parent class to ReflectionFunction, read its\ndescription for details.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ReflectionGenerator","p":"ReflectionGenerator.html","d":"

    The ReflectionGenerator class reports information about a generator.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ReflectionIntersectionType","p":"ReflectionIntersectionType.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ReflectionMethod","p":"ReflectionMethod.html","d":"

    The ReflectionMethod class reports\ninformation about a method.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ReflectionNamedType","p":"ReflectionNamedType.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ReflectionObject","p":"ReflectionObject.html","d":"

    The ReflectionObject class reports\ninformation about an object.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ReflectionParameter","p":"ReflectionParameter.html","d":"

    The ReflectionParameter class retrieves\ninformation about function's or method's parameters.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ReflectionProperty","p":"ReflectionProperty.html","d":"

    The ReflectionProperty class reports information about a classes\nproperties.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ReflectionReference","p":"ReflectionReference.html","d":"

    The ReflectionReference class provides information about a reference.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ReflectionType","p":"ReflectionType.html","d":"

    The ReflectionType class reports information about a function's parameters.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ReflectionUnionType","p":"ReflectionUnionType.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ReflectionZendExtension","p":"ReflectionZendExtension.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Reflector","p":"Reflector.html","d":"

    Reflector is an interface implemented by all\nexportable Reflection classes.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"RegexIterator","p":"RegexIterator.html","d":"

    This iterator can be used to filter another iterator based on a regular expression.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Relay\\Cluster","p":"Relay/Cluster.html","d":"

    Relay Cluster client.

    ","f":{"n":"Relay","p":"Relay.html"}},{"t":"C","n":"Relay\\Event","p":"Relay/Event.html","d":"

    Relay event class.

    ","f":{"n":"Relay","p":"Relay.html"}},{"t":"C","n":"Relay\\Event\\Flushed","p":"Relay/Event/Flushed.html","d":"

    Relay flushed event class.

    ","f":{"n":"Relay\\Event","p":"Relay/Event.html"}},{"t":"C","n":"Relay\\Event\\Invalidated","p":"Relay/Event/Invalidated.html","d":"

    Relay invalidated event class.

    ","f":{"n":"Relay\\Event","p":"Relay/Event.html"}},{"t":"C","n":"Relay\\Exception","p":"Relay/Exception.html","d":"

    Generic Relay exception.

    ","f":{"n":"Relay","p":"Relay.html"}},{"t":"C","n":"Relay\\Relay","p":"Relay/Relay.html","d":"

    Relay client.

    ","f":{"n":"Relay","p":"Relay.html"}},{"t":"C","n":"Relay\\Sentinel","p":"Relay/Sentinel.html","d":"

    Relay Sentinel client.

    ","f":{"n":"Relay","p":"Relay.html"}},{"t":"C","n":"Relay\\Table","p":"Relay/Table.html","d":"

    Relay Table is a persistent per-worker hash table that can store arbitrary data.

    ","f":{"n":"Relay","p":"Relay.html"}},{"t":"C","n":"RequestParseBodyException","p":"RequestParseBodyException.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ResourceBundle","p":"ResourceBundle.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ReturnTypeWillChange","p":"ReturnTypeWillChange.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"RuntimeException","p":"RuntimeException.html","d":"

    Exception thrown if an error which can only be found on runtime occurs.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SNMP","p":"SNMP.html","d":"

    Represents SNMP session.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SNMPException","p":"SNMPException.html","d":"

    Represents an error raised by SNMP. You should not throw a\nSNMPException from your own code.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SQLite3","p":"SQLite3.html","d":"

    A class that interfaces SQLite 3 databases.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SQLite3Exception","p":"SQLite3Exception.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SQLite3Result","p":"SQLite3Result.html","d":"

    A class that handles result sets for the SQLite 3 extension.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SQLite3Stmt","p":"SQLite3Stmt.html","d":"

    A class that handles prepared statements for the SQLite 3 extension.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SQLiteDatabase","p":"SQLiteDatabase.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SQLiteException","p":"SQLiteException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SQLiteResult","p":"SQLiteResult.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SQLiteUnbuffered","p":"SQLiteUnbuffered.html","d":"

    Represents an unbuffered SQLite result set. Unbuffered results sets are sequential, forward-seeking only.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SVM","p":"SVM.html","d":"

    Support Vector Machine Library

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SVMModel","p":"SVMModel.html","d":"

    The SVMModel is the end result of the training process. It can be used to classify previously unseen data.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SWFAction","p":"SWFAction.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SWFBitmap","p":"SWFBitmap.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SWFButton","p":"SWFButton.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SWFDisplayItem","p":"SWFDisplayItem.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SWFFill","p":"SWFFill.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SWFFont","p":"SWFFont.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SWFFontChar","p":"SWFFontChar.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SWFGradient","p":"SWFGradient.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SWFMorph","p":"SWFMorph.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SWFMovie","p":"SWFMovie.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SWFShape","p":"SWFShape.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SWFSound","p":"SWFSound.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SWFSoundInstance","p":"SWFSoundInstance.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SWFSprite","p":"SWFSprite.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SWFText","p":"SWFText.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SWFTextField","p":"SWFTextField.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SWFVideoStream","p":"SWFVideoStream.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Saxon\\SaxonProcessor","p":"Saxon/SaxonProcessor.html","d":"","f":{"n":"Saxon","p":"Saxon.html"}},{"t":"C","n":"Saxon\\SchemaValidator","p":"Saxon/SchemaValidator.html","d":"","f":{"n":"Saxon","p":"Saxon.html"}},{"t":"C","n":"Saxon\\XPathProcessor","p":"Saxon/XPathProcessor.html","d":"","f":{"n":"Saxon","p":"Saxon.html"}},{"t":"C","n":"Saxon\\XQueryProcessor","p":"Saxon/XQueryProcessor.html","d":"","f":{"n":"Saxon","p":"Saxon.html"}},{"t":"C","n":"Saxon\\XdmAtomicValue","p":"Saxon/XdmAtomicValue.html","d":"","f":{"n":"Saxon","p":"Saxon.html"}},{"t":"C","n":"Saxon\\XdmItem","p":"Saxon/XdmItem.html","d":"","f":{"n":"Saxon","p":"Saxon.html"}},{"t":"C","n":"Saxon\\XdmNode","p":"Saxon/XdmNode.html","d":"","f":{"n":"Saxon","p":"Saxon.html"}},{"t":"C","n":"Saxon\\XdmValue","p":"Saxon/XdmValue.html","d":"","f":{"n":"Saxon","p":"Saxon.html"}},{"t":"C","n":"Saxon\\Xslt30Processor","p":"Saxon/Xslt30Processor.html","d":"","f":{"n":"Saxon","p":"Saxon.html"}},{"t":"C","n":"Saxon\\XsltProcessor","p":"Saxon/XsltProcessor.html","d":"","f":{"n":"Saxon","p":"Saxon.html"}},{"t":"C","n":"SeekableIterator","p":"SeekableIterator.html","d":"

    The Seekable iterator.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SensitiveParameter","p":"SensitiveParameter.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SensitiveParameterValue","p":"SensitiveParameterValue.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Serializable","p":"Serializable.html","d":"

    Interface for customized serializing.
    \nAs of PHP 8.1.0, a class which implements Serializable without also implementing __serialize() and __unserialize()\nwill generate a deprecation warning.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SessionHandler","p":"SessionHandler.html","d":"

    SessionHandler a special class that can\nbe used to expose the current internal PHP session\nsave handler by inheritance. There are six methods\nwhich wrap the six internal session save handler\ncallbacks (open, close, read, write, destroy and gc).

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SessionHandlerInterface","p":"SessionHandlerInterface.html","d":"

    SessionHandlerInterface is an interface which defines\na prototype for creating a custom session handler.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SessionIdInterface","p":"SessionIdInterface.html","d":"SessionIdInterface","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SessionUpdateTimestampHandlerInterface","p":"SessionUpdateTimestampHandlerInterface.html","d":"

    SessionUpdateTimestampHandlerInterface is an interface which\ndefines a prototype for updating the life time of an existing session.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Shmop","p":"Shmop.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SimdJsonException","p":"SimdJsonException.html","d":"

    An error thrown by simdjson when processing json.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SimdJsonValueError","p":"SimdJsonValueError.html","d":"

    Thrown for error conditions on fields such as $depth that are not expected to be\nfrom user-provided JSON, with similar behavior to php 8.0.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SimpleKafkaClient","p":"SimpleKafkaClient.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SimpleKafkaClient\\Configuration","p":"SimpleKafkaClient/Configuration.html","d":null,"f":{"n":"SimpleKafkaClient","p":"SimpleKafkaClient.html"}},{"t":"C","n":"SimpleKafkaClient\\Consumer","p":"SimpleKafkaClient/Consumer.html","d":null,"f":{"n":"SimpleKafkaClient","p":"SimpleKafkaClient.html"}},{"t":"C","n":"SimpleKafkaClient\\ConsumerTopic","p":"SimpleKafkaClient/ConsumerTopic.html","d":null,"f":{"n":"SimpleKafkaClient","p":"SimpleKafkaClient.html"}},{"t":"C","n":"SimpleKafkaClient\\Exception","p":"SimpleKafkaClient/Exception.html","d":null,"f":{"n":"SimpleKafkaClient","p":"SimpleKafkaClient.html"}},{"t":"C","n":"SimpleKafkaClient\\KafkaErrorException","p":"SimpleKafkaClient/KafkaErrorException.html","d":null,"f":{"n":"SimpleKafkaClient","p":"SimpleKafkaClient.html"}},{"t":"C","n":"SimpleKafkaClient\\Message","p":"SimpleKafkaClient/Message.html","d":null,"f":{"n":"SimpleKafkaClient","p":"SimpleKafkaClient.html"}},{"t":"C","n":"SimpleKafkaClient\\Metadata","p":"SimpleKafkaClient/Metadata.html","d":null,"f":{"n":"SimpleKafkaClient","p":"SimpleKafkaClient.html"}},{"t":"C","n":"SimpleKafkaClient\\Metadata\\Broker","p":"SimpleKafkaClient/Metadata/Broker.html","d":null,"f":{"n":"SimpleKafkaClient\\Metadata","p":"SimpleKafkaClient/Metadata.html"}},{"t":"C","n":"SimpleKafkaClient\\Metadata\\Collection","p":"SimpleKafkaClient/Metadata/Collection.html","d":null,"f":{"n":"SimpleKafkaClient\\Metadata","p":"SimpleKafkaClient/Metadata.html"}},{"t":"C","n":"SimpleKafkaClient\\Metadata\\Partition","p":"SimpleKafkaClient/Metadata/Partition.html","d":null,"f":{"n":"SimpleKafkaClient\\Metadata","p":"SimpleKafkaClient/Metadata.html"}},{"t":"C","n":"SimpleKafkaClient\\Metadata\\Topic","p":"SimpleKafkaClient/Metadata/Topic.html","d":null,"f":{"n":"SimpleKafkaClient\\Metadata","p":"SimpleKafkaClient/Metadata.html"}},{"t":"C","n":"SimpleKafkaClient\\Producer","p":"SimpleKafkaClient/Producer.html","d":null,"f":{"n":"SimpleKafkaClient","p":"SimpleKafkaClient.html"}},{"t":"C","n":"SimpleKafkaClient\\ProducerTopic","p":"SimpleKafkaClient/ProducerTopic.html","d":null,"f":{"n":"SimpleKafkaClient","p":"SimpleKafkaClient.html"}},{"t":"C","n":"SimpleKafkaClient\\Topic","p":"SimpleKafkaClient/Topic.html","d":null,"f":{"n":"SimpleKafkaClient","p":"SimpleKafkaClient.html"}},{"t":"C","n":"SimpleKafkaClient\\TopicPartition","p":"SimpleKafkaClient/TopicPartition.html","d":null,"f":{"n":"SimpleKafkaClient","p":"SimpleKafkaClient.html"}},{"t":"C","n":"SimpleXMLElement","p":"SimpleXMLElement.html","d":"

    Represents an element in an XML document.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SimpleXMLIterator","p":"SimpleXMLIterator.html","d":"

    The SimpleXMLIterator provides recursive iteration over all nodes of a SimpleXMLElement object.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SoapClient","p":"SoapClient.html","d":"

    The SoapClient class provides a client for SOAP 1.1, SOAP 1.2 servers. It can be used in WSDL\nor non-WSDL mode.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SoapFault","p":"SoapFault.html","d":"

    Represents a SOAP fault.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SoapHeader","p":"SoapHeader.html","d":"

    Represents a SOAP header.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SoapParam","p":"SoapParam.html","d":"

    Represents parameter to a SOAP call.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SoapServer","p":"SoapServer.html","d":"

    The SoapServer class provides a server for the SOAP 1.1 and SOAP 1.2 protocols. It can be used with or without a WSDL service description.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SoapVar","p":"SoapVar.html","d":"

    A class representing a variable or object for use with SOAP services.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Soap\\Sdl","p":"Soap/Sdl.html","d":"","f":{"n":"Soap","p":"Soap.html"}},{"t":"C","n":"Soap\\Url","p":"Soap/Url.html","d":"","f":{"n":"Soap","p":"Soap.html"}},{"t":"C","n":"Socket","p":"Socket.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SodiumException","p":"SodiumException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SolrClient","p":"SolrClient.html","d":"

    (PECL solr >= 0.9.2)
    \nClass SolrClient
    \nThis class is used to send requests to a Solr server. Currently, cloning and serialization of SolrClient instances is\nnot supported.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SolrClientException","p":"SolrClientException.html","d":"

    (PECL solr >= 0.9.2)
    \nClass SolrClientException
    \nAn exception thrown when there is an error while making a request to the server from the client.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SolrCollapseFunction","p":"SolrCollapseFunction.html","d":"

    (PECL solr >= 2.2.0)
    \nClass SolrCollapseFunction

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SolrDisMaxQuery","p":"SolrDisMaxQuery.html","d":"

    (PECL solr >= 2.1.0)
    \nVersion not present on php.net documentation, determined here by using PECL solr changelog:\nhttps://pecl.php.net/package-changelog.php?package=solr&release=2.1.0
    \nClass SolrDisMaxQuery

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SolrDocument","p":"SolrDocument.html","d":"

    (PECL solr >= 0.9.2)
    \nClass SolrDocument
    \nThis class represents a Solr document retrieved from a query response.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SolrDocumentField","p":"SolrDocumentField.html","d":"

    (PECL solr >= 0.9.2)
    \nClass SolrDocumentField
    \nThis class represents a field in a Solr document. All its properties are read-only.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SolrException","p":"SolrException.html","d":"

    (PECL solr >= 0.9.2)
    \nClass SolrException
    \nThis is the base class for all exception thrown by the Solr extension classes.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SolrGenericResponse","p":"SolrGenericResponse.html","d":"

    (PECL solr >= 0.9.2)
    \nClass SolrGenericResponse
    \nThis class represents a response from the solr server.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SolrIllegalArgumentException","p":"SolrIllegalArgumentException.html","d":"

    (PECL solr >= 0.9.2)
    \nClass SolrIllegalArgumentException
    \nThis object is thrown when an illegal or invalid argument is passed to a method.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SolrIllegalOperationException","p":"SolrIllegalOperationException.html","d":"

    (PECL solr >= 0.9.2)
    \nClass SolrIllegalOperationException
    \nThis object is thrown when an illegal or unsupported operation is performed on an object.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SolrInputDocument","p":"SolrInputDocument.html","d":"

    (PECL solr >= 0.9.2)
    \nClass SolrInputDocument
    \nThis class represents a Solr document that is about to be submitted to the Solr index.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SolrMissingMandatoryParameterException","p":"SolrMissingMandatoryParameterException.html","d":"

    (PECL solr >= 2.2.0)
    \nClass SolrMissingMandatoryParameterException

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SolrModifiableParams","p":"SolrModifiableParams.html","d":"

    (PECL solr >= 0.9.2)
    \nClass SolrModifiableParams
    \nThis class represents a collection of name-value pairs sent to the Solr server during a request.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SolrObject","p":"SolrObject.html","d":"

    (PECL solr >= 0.9.2)
    \nClass SolrObject
    \nThis class represents an object whose properties can also by accessed using the array syntax. All its properties are\nread-only.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SolrParams","p":"SolrParams.html","d":"

    (PECL solr >= 0.9.2)
    \nClass SolrParams
    \nThis class represents a a collection of name-value pairs sent to the Solr server during a request.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SolrPingResponse","p":"SolrPingResponse.html","d":"

    (PECL solr >= 0.9.2)
    \nClass SolrPingResponse
    \nThis class represents a response to a ping request to the server

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SolrQuery","p":"SolrQuery.html","d":"

    (PECL solr >= 0.9.2)
    \nClass SolrQuery
    \nThis class represents a collection of name-value pairs sent to the Solr server during a request.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SolrQueryResponse","p":"SolrQueryResponse.html","d":"

    (PECL solr >= 0.9.2)
    \nClass SolrQueryResponse
    \nThis class represents a response to a query request.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SolrResponse","p":"SolrResponse.html","d":"

    (PECL solr >= 0.9.2)
    \nClass SolrResponse
    \nThis class represents a response from the Solr server.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SolrServerException","p":"SolrServerException.html","d":"

    (PECL solr >= 1.1.0, >=2.0.0)
    \nClass SolrServerException
    \nAn exception thrown when there is an error produced by the Solr Server itself.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SolrUpdateResponse","p":"SolrUpdateResponse.html","d":"

    (PECL solr >= 0.9.2)
    \nClass SolrUpdateResponse
    \nThis class represents a response to an update request.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SolrUtils","p":"SolrUtils.html","d":"

    (PECL solr >= 0.9.2)
    \nClass SolrUtils
    \nContains utility methods for retrieving the current extension version and preparing query phrases.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SplBool","p":"SplBool.html","d":"

    The SplBool class is used to enforce strong typing of the bool type.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SplDoublyLinkedList","p":"SplDoublyLinkedList.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SplEnum","p":"SplEnum.html","d":"

    SplEnum gives the ability to emulate and create enumeration objects natively in PHP.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SplFileInfo","p":"SplFileInfo.html","d":"

    The SplFileInfo class offers a high-level object oriented interface to\ninformation for an individual file.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SplFileObject","p":"SplFileObject.html","d":"

    The SplFileObject class offers an object oriented interface for a file.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SplFixedArray","p":"SplFixedArray.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SplFloat","p":"SplFloat.html","d":"

    The SplFloat class is used to enforce strong typing of the float type.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SplHeap","p":"SplHeap.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SplInt","p":"SplInt.html","d":"

    The SplInt class is used to enforce strong typing of the integer type.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SplMaxHeap","p":"SplMaxHeap.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SplMinHeap","p":"SplMinHeap.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SplObjectStorage","p":"SplObjectStorage.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SplObserver","p":"SplObserver.html","d":"

    The SplObserver interface is used alongside\nSplSubject to implement the Observer Design Pattern.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SplPriorityQueue","p":"SplPriorityQueue.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SplQueue","p":"SplQueue.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SplStack","p":"SplStack.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SplString","p":"SplString.html","d":"

    The SplString class is used to enforce strong typing of the string type.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SplSubject","p":"SplSubject.html","d":"

    The SplSubject interface is used alongside\nSplObserver to implement the Observer Design Pattern.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SplTempFileObject","p":"SplTempFileObject.html","d":"

    The SplTempFileObject class offers an object oriented interface for a temporary file.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SplType","p":"SplType.html","d":"

    Abstract parent class for all SPL types.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Spoofchecker","p":"Spoofchecker.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Stomp","p":"Stomp.html","d":"

    Stubs for stomp\nhttps://pecl.php.net/package/stomp

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"StompException","p":"StompException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"StompFrame","p":"StompFrame.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"StreamBucket","p":"StreamBucket.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"StringBackedEnum","p":"StringBackedEnum.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Stringable","p":"Stringable.html","d":"

    Stringable interface denotes a class as having a __toString() method.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"StubTests\\AbstractBaseStubsTestCase","p":"StubTests/AbstractBaseStubsTestCase.html","d":null,"f":{"n":"StubTests","p":"StubTests.html"}},{"t":"C","n":"StubTests\\BaseClassesTest","p":"StubTests/BaseClassesTest.html","d":null,"f":{"n":"StubTests","p":"StubTests.html"}},{"t":"C","n":"StubTests\\BaseConstantsTest","p":"StubTests/BaseConstantsTest.html","d":null,"f":{"n":"StubTests","p":"StubTests.html"}},{"t":"C","n":"StubTests\\BaseEnumsTest","p":"StubTests/BaseEnumsTest.html","d":null,"f":{"n":"StubTests","p":"StubTests.html"}},{"t":"C","n":"StubTests\\BaseFunctionsTest","p":"StubTests/BaseFunctionsTest.html","d":null,"f":{"n":"StubTests","p":"StubTests.html"}},{"t":"C","n":"StubTests\\BaseInterfacesTest","p":"StubTests/BaseInterfacesTest.html","d":null,"f":{"n":"StubTests","p":"StubTests.html"}},{"t":"C","n":"StubTests\\CheckStubMapTest","p":"StubTests/CheckStubMapTest.html","d":null,"f":{"n":"StubTests","p":"StubTests.html"}},{"t":"C","n":"StubTests\\CodeStyle\\BracesOneLineFixer","p":"StubTests/CodeStyle/BracesOneLineFixer.html","d":null,"f":{"n":"StubTests\\CodeStyle","p":"StubTests/CodeStyle.html"}},{"t":"C","n":"StubTests\\Model\\BasePHPClass","p":"StubTests/Model/BasePHPClass.html","d":null,"f":{"n":"StubTests\\Model","p":"StubTests/Model.html"}},{"t":"C","n":"StubTests\\Model\\BasePHPElement","p":"StubTests/Model/BasePHPElement.html","d":null,"f":{"n":"StubTests\\Model","p":"StubTests/Model.html"}},{"t":"C","n":"StubTests\\Model\\CommonUtils","p":"StubTests/Model/CommonUtils.html","d":null,"f":{"n":"StubTests\\Model","p":"StubTests/Model.html"}},{"t":"C","n":"StubTests\\Model\\PHPClass","p":"StubTests/Model/PHPClass.html","d":null,"f":{"n":"StubTests\\Model","p":"StubTests/Model.html"}},{"t":"C","n":"StubTests\\Model\\PHPClassConstant","p":"StubTests/Model/PHPClassConstant.html","d":null,"f":{"n":"StubTests\\Model","p":"StubTests/Model.html"}},{"t":"C","n":"StubTests\\Model\\PHPConstant","p":"StubTests/Model/PHPConstant.html","d":null,"f":{"n":"StubTests\\Model","p":"StubTests/Model.html"}},{"t":"C","n":"StubTests\\Model\\PHPConstantDeclaration","p":"StubTests/Model/PHPConstantDeclaration.html","d":null,"f":{"n":"StubTests\\Model","p":"StubTests/Model.html"}},{"t":"C","n":"StubTests\\Model\\PHPDefineConstant","p":"StubTests/Model/PHPDefineConstant.html","d":null,"f":{"n":"StubTests\\Model","p":"StubTests/Model.html"}},{"t":"T","n":"StubTests\\Model\\PHPDocElement","p":"StubTests/Model/PHPDocElement.html","d":null,"f":{"n":"StubTests\\Model","p":"StubTests/Model.html"}},{"t":"C","n":"StubTests\\Model\\PHPEnum","p":"StubTests/Model/PHPEnum.html","d":null,"f":{"n":"StubTests\\Model","p":"StubTests/Model.html"}},{"t":"C","n":"StubTests\\Model\\PHPEnumCase","p":"StubTests/Model/PHPEnumCase.html","d":null,"f":{"n":"StubTests\\Model","p":"StubTests/Model.html"}},{"t":"C","n":"StubTests\\Model\\PHPFunction","p":"StubTests/Model/PHPFunction.html","d":null,"f":{"n":"StubTests\\Model","p":"StubTests/Model.html"}},{"t":"C","n":"StubTests\\Model\\PHPInterface","p":"StubTests/Model/PHPInterface.html","d":null,"f":{"n":"StubTests\\Model","p":"StubTests/Model.html"}},{"t":"C","n":"StubTests\\Model\\PHPMethod","p":"StubTests/Model/PHPMethod.html","d":null,"f":{"n":"StubTests\\Model","p":"StubTests/Model.html"}},{"t":"C","n":"StubTests\\Model\\PHPNamespacedElement","p":"StubTests/Model/PHPNamespacedElement.html","d":null,"f":{"n":"StubTests\\Model","p":"StubTests/Model.html"}},{"t":"C","n":"StubTests\\Model\\PHPParameter","p":"StubTests/Model/PHPParameter.html","d":null,"f":{"n":"StubTests\\Model","p":"StubTests/Model.html"}},{"t":"C","n":"StubTests\\Model\\PHPProperty","p":"StubTests/Model/PHPProperty.html","d":null,"f":{"n":"StubTests\\Model","p":"StubTests/Model.html"}},{"t":"C","n":"StubTests\\Model\\PhpVersions","p":"StubTests/Model/PhpVersions.html","d":null,"f":{"n":"StubTests\\Model","p":"StubTests/Model.html"}},{"t":"C","n":"StubTests\\Model\\StubProblemType","p":"StubTests/Model/StubProblemType.html","d":null,"f":{"n":"StubTests\\Model","p":"StubTests/Model.html"}},{"t":"C","n":"StubTests\\Model\\StubsContainer","p":"StubTests/Model/StubsContainer.html","d":null,"f":{"n":"StubTests\\Model","p":"StubTests/Model.html"}},{"t":"C","n":"StubTests\\Model\\Tags\\RemovedTag","p":"StubTests/Model/Tags/RemovedTag.html","d":null,"f":{"n":"StubTests\\Model\\Tags","p":"StubTests/Model/Tags.html"}},{"t":"C","n":"StubTests\\Parsers\\DocFactoryProvider","p":"StubTests/Parsers/DocFactoryProvider.html","d":null,"f":{"n":"StubTests\\Parsers","p":"StubTests/Parsers.html"}},{"t":"C","n":"StubTests\\Parsers\\ExpectedFunctionArgumentsInfo","p":"StubTests/Parsers/ExpectedFunctionArgumentsInfo.html","d":null,"f":{"n":"StubTests\\Parsers","p":"StubTests/Parsers.html"}},{"t":"C","n":"StubTests\\Parsers\\MetaExpectedArgumentsCollector","p":"StubTests/Parsers/MetaExpectedArgumentsCollector.html","d":null,"f":{"n":"StubTests\\Parsers","p":"StubTests/Parsers.html"}},{"t":"C","n":"StubTests\\Parsers\\PHPReflectionParser","p":"StubTests/Parsers/PHPReflectionParser.html","d":null,"f":{"n":"StubTests\\Parsers","p":"StubTests/Parsers.html"}},{"t":"C","n":"StubTests\\Parsers\\ParserUtils","p":"StubTests/Parsers/ParserUtils.html","d":null,"f":{"n":"StubTests\\Parsers","p":"StubTests/Parsers.html"}},{"t":"C","n":"StubTests\\Parsers\\StubsParserErrorHandler","p":"StubTests/Parsers/StubsParserErrorHandler.html","d":null,"f":{"n":"StubTests\\Parsers","p":"StubTests/Parsers.html"}},{"t":"C","n":"StubTests\\Parsers\\Visitors\\CoreStubASTVisitor","p":"StubTests/Parsers/Visitors/CoreStubASTVisitor.html","d":null,"f":{"n":"StubTests\\Parsers\\Visitors","p":"StubTests/Parsers/Visitors.html"}},{"t":"C","n":"StubTests\\Parsers\\Visitors\\MetaOverrideFunctionsParser","p":"StubTests/Parsers/Visitors/MetaOverrideFunctionsParser.html","d":null,"f":{"n":"StubTests\\Parsers\\Visitors","p":"StubTests/Parsers/Visitors.html"}},{"t":"C","n":"StubTests\\Parsers\\Visitors\\ParentConnector","p":"StubTests/Parsers/Visitors/ParentConnector.html","d":"

    The visitor is required to provide "parent" attribute to nodes

    ","f":{"n":"StubTests\\Parsers\\Visitors","p":"StubTests/Parsers/Visitors.html"}},{"t":"C","n":"StubTests\\StubsCompositeMixedReturnTypeTest","p":"StubTests/StubsCompositeMixedReturnTypeTest.html","d":null,"f":{"n":"StubTests","p":"StubTests.html"}},{"t":"C","n":"StubTests\\StubsConstantsAndParametersValuesTest","p":"StubTests/StubsConstantsAndParametersValuesTest.html","d":null,"f":{"n":"StubTests","p":"StubTests.html"}},{"t":"C","n":"StubTests\\StubsForbiddenTypeHintsTest","p":"StubTests/StubsForbiddenTypeHintsTest.html","d":null,"f":{"n":"StubTests","p":"StubTests.html"}},{"t":"C","n":"StubTests\\StubsMetaExpectedArgumentsTest","p":"StubTests/StubsMetaExpectedArgumentsTest.html","d":null,"f":{"n":"StubTests","p":"StubTests.html"}},{"t":"C","n":"StubTests\\StubsMetaInternalTagTest","p":"StubTests/StubsMetaInternalTagTest.html","d":null,"f":{"n":"StubTests","p":"StubTests.html"}},{"t":"C","n":"StubTests\\StubsParameterNamesTest","p":"StubTests/StubsParameterNamesTest.html","d":null,"f":{"n":"StubTests","p":"StubTests.html"}},{"t":"C","n":"StubTests\\StubsPhp81Tests","p":"StubTests/StubsPhp81Tests.html","d":null,"f":{"n":"StubTests","p":"StubTests.html"}},{"t":"C","n":"StubTests\\StubsPhpDocTest","p":"StubTests/StubsPhpDocTest.html","d":null,"f":{"n":"StubTests","p":"StubTests.html"}},{"t":"C","n":"StubTests\\StubsReflectionClassesTest","p":"StubTests/StubsReflectionClassesTest.html","d":"

    Class to test typehints of some Reflection* classes as reflection for these classes returns null.

    ","f":{"n":"StubTests","p":"StubTests.html"}},{"t":"C","n":"StubTests\\StubsStructureTest","p":"StubTests/StubsStructureTest.html","d":null,"f":{"n":"StubTests","p":"StubTests.html"}},{"t":"C","n":"StubTests\\StubsTypeHintsTest","p":"StubTests/StubsTypeHintsTest.html","d":null,"f":{"n":"StubTests","p":"StubTests.html"}},{"t":"C","n":"StubTests\\TestData\\Providers\\EntitiesFilter","p":"StubTests/TestData/Providers/EntitiesFilter.html","d":null,"f":{"n":"StubTests\\TestData\\Providers","p":"StubTests/TestData/Providers.html"}},{"t":"C","n":"StubTests\\TestData\\Providers\\PhpStormStubsSingleton","p":"StubTests/TestData/Providers/PhpStormStubsSingleton.html","d":null,"f":{"n":"StubTests\\TestData\\Providers","p":"StubTests/TestData/Providers.html"}},{"t":"C","n":"StubTests\\TestData\\Providers\\ReflectionStubsSingleton","p":"StubTests/TestData/Providers/ReflectionStubsSingleton.html","d":null,"f":{"n":"StubTests\\TestData\\Providers","p":"StubTests/TestData/Providers.html"}},{"t":"C","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionClassesTestDataProviders","p":"StubTests/TestData/Providers/Reflection/ReflectionClassesTestDataProviders.html","d":null,"f":{"n":"StubTests\\TestData\\Providers\\Reflection","p":"StubTests/TestData/Providers/Reflection.html"}},{"t":"C","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionConstantsProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionConstantsProvider.html","d":null,"f":{"n":"StubTests\\TestData\\Providers\\Reflection","p":"StubTests/TestData/Providers/Reflection.html"}},{"t":"C","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionFunctionsProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionFunctionsProvider.html","d":null,"f":{"n":"StubTests\\TestData\\Providers\\Reflection","p":"StubTests/TestData/Providers/Reflection.html"}},{"t":"C","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionMethodsProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionMethodsProvider.html","d":null,"f":{"n":"StubTests\\TestData\\Providers\\Reflection","p":"StubTests/TestData/Providers/Reflection.html"}},{"t":"C","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionParametersProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionParametersProvider.html","d":null,"f":{"n":"StubTests\\TestData\\Providers\\Reflection","p":"StubTests/TestData/Providers/Reflection.html"}},{"t":"C","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionPropertiesProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionPropertiesProvider.html","d":null,"f":{"n":"StubTests\\TestData\\Providers\\Reflection","p":"StubTests/TestData/Providers/Reflection.html"}},{"t":"C","n":"StubTests\\TestData\\Providers\\Stubs\\PhpCoreStubsProvider","p":"StubTests/TestData/Providers/Stubs/PhpCoreStubsProvider.html","d":null,"f":{"n":"StubTests\\TestData\\Providers\\Stubs","p":"StubTests/TestData/Providers/Stubs.html"}},{"t":"C","n":"StubTests\\TestData\\Providers\\Stubs\\StubConstantsProvider","p":"StubTests/TestData/Providers/Stubs/StubConstantsProvider.html","d":null,"f":{"n":"StubTests\\TestData\\Providers\\Stubs","p":"StubTests/TestData/Providers/Stubs.html"}},{"t":"C","n":"StubTests\\TestData\\Providers\\Stubs\\StubMethodsProvider","p":"StubTests/TestData/Providers/Stubs/StubMethodsProvider.html","d":null,"f":{"n":"StubTests\\TestData\\Providers\\Stubs","p":"StubTests/TestData/Providers/Stubs.html"}},{"t":"C","n":"StubTests\\TestData\\Providers\\Stubs\\StubsCompositeMixedProvider","p":"StubTests/TestData/Providers/Stubs/StubsCompositeMixedProvider.html","d":null,"f":{"n":"StubTests\\TestData\\Providers\\Stubs","p":"StubTests/TestData/Providers/Stubs.html"}},{"t":"C","n":"StubTests\\TestData\\Providers\\Stubs\\StubsParametersProvider","p":"StubTests/TestData/Providers/Stubs/StubsParametersProvider.html","d":null,"f":{"n":"StubTests\\TestData\\Providers\\Stubs","p":"StubTests/TestData/Providers/Stubs.html"}},{"t":"C","n":"StubTests\\TestData\\Providers\\Stubs\\StubsTestDataProviders","p":"StubTests/TestData/Providers/Stubs/StubsTestDataProviders.html","d":null,"f":{"n":"StubTests\\TestData\\Providers\\Stubs","p":"StubTests/TestData/Providers/Stubs.html"}},{"t":"C","n":"StubTests\\Tools\\ModelAutoloader","p":"StubTests/Tools/ModelAutoloader.html","d":null,"f":{"n":"StubTests\\Tools","p":"StubTests/Tools.html"}},{"t":"C","n":"Svn","p":"Svn.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SvnNode","p":"SvnNode.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SvnWc","p":"SvnWc.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SvnWcSchedule","p":"SvnWcSchedule.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Swoole\\Atomic","p":"Swoole/Atomic.html","d":null,"f":{"n":"Swoole","p":"Swoole.html"}},{"t":"C","n":"Swoole\\Atomic\\Long","p":"Swoole/Atomic/Long.html","d":null,"f":{"n":"Swoole\\Atomic","p":"Swoole/Atomic.html"}},{"t":"C","n":"Swoole\\Client","p":"Swoole/Client.html","d":null,"f":{"n":"Swoole","p":"Swoole.html"}},{"t":"C","n":"Swoole\\Client\\Exception","p":"Swoole/Client/Exception.html","d":null,"f":{"n":"Swoole\\Client","p":"Swoole/Client.html"}},{"t":"C","n":"Swoole\\Connection\\Iterator","p":"Swoole/Connection/Iterator.html","d":null,"f":{"n":"Swoole\\Connection","p":"Swoole/Connection.html"}},{"t":"C","n":"Swoole\\Coroutine","p":"Swoole/Coroutine.html","d":null,"f":{"n":"Swoole","p":"Swoole.html"}},{"t":"C","n":"Swoole\\Coroutine\\Channel","p":"Swoole/Coroutine/Channel.html","d":null,"f":{"n":"Swoole\\Coroutine","p":"Swoole/Coroutine.html"}},{"t":"C","n":"Swoole\\Coroutine\\Client","p":"Swoole/Coroutine/Client.html","d":null,"f":{"n":"Swoole\\Coroutine","p":"Swoole/Coroutine.html"}},{"t":"C","n":"Swoole\\Coroutine\\Context","p":"Swoole/Coroutine/Context.html","d":null,"f":{"n":"Swoole\\Coroutine","p":"Swoole/Coroutine.html"}},{"t":"C","n":"Swoole\\Coroutine\\Curl\\Exception","p":"Swoole/Coroutine/Curl/Exception.html","d":null,"f":{"n":"Swoole\\Coroutine\\Curl","p":"Swoole/Coroutine/Curl.html"}},{"t":"C","n":"Swoole\\Coroutine\\Http2\\Client","p":"Swoole/Coroutine/Http2/Client.html","d":null,"f":{"n":"Swoole\\Coroutine\\Http2","p":"Swoole/Coroutine/Http2.html"}},{"t":"C","n":"Swoole\\Coroutine\\Http2\\Client\\Exception","p":"Swoole/Coroutine/Http2/Client/Exception.html","d":null,"f":{"n":"Swoole\\Coroutine\\Http2\\Client","p":"Swoole/Coroutine/Http2/Client.html"}},{"t":"C","n":"Swoole\\Coroutine\\Http\\Client","p":"Swoole/Coroutine/Http/Client.html","d":null,"f":{"n":"Swoole\\Coroutine\\Http","p":"Swoole/Coroutine/Http.html"}},{"t":"C","n":"Swoole\\Coroutine\\Http\\Client\\Exception","p":"Swoole/Coroutine/Http/Client/Exception.html","d":null,"f":{"n":"Swoole\\Coroutine\\Http\\Client","p":"Swoole/Coroutine/Http/Client.html"}},{"t":"C","n":"Swoole\\Coroutine\\Http\\Server","p":"Swoole/Coroutine/Http/Server.html","d":null,"f":{"n":"Swoole\\Coroutine\\Http","p":"Swoole/Coroutine/Http.html"}},{"t":"C","n":"Swoole\\Coroutine\\Iterator","p":"Swoole/Coroutine/Iterator.html","d":null,"f":{"n":"Swoole\\Coroutine","p":"Swoole/Coroutine.html"}},{"t":"C","n":"Swoole\\Coroutine\\MySQL","p":"Swoole/Coroutine/MySQL.html","d":null,"f":{"n":"Swoole\\Coroutine","p":"Swoole/Coroutine.html"}},{"t":"C","n":"Swoole\\Coroutine\\MySQL\\Exception","p":"Swoole/Coroutine/MySQL/Exception.html","d":null,"f":{"n":"Swoole\\Coroutine\\MySQL","p":"Swoole/Coroutine/MySQL.html"}},{"t":"C","n":"Swoole\\Coroutine\\MySQL\\Statement","p":"Swoole/Coroutine/MySQL/Statement.html","d":null,"f":{"n":"Swoole\\Coroutine\\MySQL","p":"Swoole/Coroutine/MySQL.html"}},{"t":"C","n":"Swoole\\Coroutine\\Redis","p":"Swoole/Coroutine/Redis.html","d":null,"f":{"n":"Swoole\\Coroutine","p":"Swoole/Coroutine.html"}},{"t":"C","n":"Swoole\\Coroutine\\Scheduler","p":"Swoole/Coroutine/Scheduler.html","d":null,"f":{"n":"Swoole\\Coroutine","p":"Swoole/Coroutine.html"}},{"t":"C","n":"Swoole\\Coroutine\\Socket","p":"Swoole/Coroutine/Socket.html","d":null,"f":{"n":"Swoole\\Coroutine","p":"Swoole/Coroutine.html"}},{"t":"C","n":"Swoole\\Coroutine\\Socket\\Exception","p":"Swoole/Coroutine/Socket/Exception.html","d":null,"f":{"n":"Swoole\\Coroutine\\Socket","p":"Swoole/Coroutine/Socket.html"}},{"t":"C","n":"Swoole\\Coroutine\\System","p":"Swoole/Coroutine/System.html","d":null,"f":{"n":"Swoole\\Coroutine","p":"Swoole/Coroutine.html"}},{"t":"C","n":"Swoole\\Error","p":"Swoole/Error.html","d":null,"f":{"n":"Swoole","p":"Swoole.html"}},{"t":"C","n":"Swoole\\Event","p":"Swoole/Event.html","d":null,"f":{"n":"Swoole","p":"Swoole.html"}},{"t":"C","n":"Swoole\\Exception","p":"Swoole/Exception.html","d":null,"f":{"n":"Swoole","p":"Swoole.html"}},{"t":"C","n":"Swoole\\ExitException","p":"Swoole/ExitException.html","d":null,"f":{"n":"Swoole","p":"Swoole.html"}},{"t":"C","n":"Swoole\\Http2\\Request","p":"Swoole/Http2/Request.html","d":null,"f":{"n":"Swoole\\Http2","p":"Swoole/Http2.html"}},{"t":"C","n":"Swoole\\Http2\\Response","p":"Swoole/Http2/Response.html","d":null,"f":{"n":"Swoole\\Http2","p":"Swoole/Http2.html"}},{"t":"C","n":"Swoole\\Http\\Request","p":"Swoole/Http/Request.html","d":null,"f":{"n":"Swoole\\Http","p":"Swoole/Http.html"}},{"t":"C","n":"Swoole\\Http\\Response","p":"Swoole/Http/Response.html","d":null,"f":{"n":"Swoole\\Http","p":"Swoole/Http.html"}},{"t":"C","n":"Swoole\\Http\\Server","p":"Swoole/Http/Server.html","d":null,"f":{"n":"Swoole\\Http","p":"Swoole/Http.html"}},{"t":"C","n":"Swoole\\Lock","p":"Swoole/Lock.html","d":null,"f":{"n":"Swoole","p":"Swoole.html"}},{"t":"C","n":"Swoole\\Process","p":"Swoole/Process.html","d":null,"f":{"n":"Swoole","p":"Swoole.html"}},{"t":"C","n":"Swoole\\Process\\Pool","p":"Swoole/Process/Pool.html","d":null,"f":{"n":"Swoole\\Process","p":"Swoole/Process.html"}},{"t":"C","n":"Swoole\\Redis\\Server","p":"Swoole/Redis/Server.html","d":null,"f":{"n":"Swoole\\Redis","p":"Swoole/Redis.html"}},{"t":"C","n":"Swoole\\Runtime","p":"Swoole/Runtime.html","d":null,"f":{"n":"Swoole","p":"Swoole.html"}},{"t":"C","n":"Swoole\\Server","p":"Swoole/Server.html","d":null,"f":{"n":"Swoole","p":"Swoole.html"}},{"t":"C","n":"Swoole\\Server\\Event","p":"Swoole/Server/Event.html","d":null,"f":{"n":"Swoole\\Server","p":"Swoole/Server.html"}},{"t":"C","n":"Swoole\\Server\\Packet","p":"Swoole/Server/Packet.html","d":null,"f":{"n":"Swoole\\Server","p":"Swoole/Server.html"}},{"t":"C","n":"Swoole\\Server\\PipeMessage","p":"Swoole/Server/PipeMessage.html","d":null,"f":{"n":"Swoole\\Server","p":"Swoole/Server.html"}},{"t":"C","n":"Swoole\\Server\\Port","p":"Swoole/Server/Port.html","d":null,"f":{"n":"Swoole\\Server","p":"Swoole/Server.html"}},{"t":"C","n":"Swoole\\Server\\StatusInfo","p":"Swoole/Server/StatusInfo.html","d":null,"f":{"n":"Swoole\\Server","p":"Swoole/Server.html"}},{"t":"C","n":"Swoole\\Server\\Task","p":"Swoole/Server/Task.html","d":null,"f":{"n":"Swoole\\Server","p":"Swoole/Server.html"}},{"t":"C","n":"Swoole\\Server\\TaskResult","p":"Swoole/Server/TaskResult.html","d":null,"f":{"n":"Swoole\\Server","p":"Swoole/Server.html"}},{"t":"C","n":"Swoole\\Table","p":"Swoole/Table.html","d":null,"f":{"n":"Swoole","p":"Swoole.html"}},{"t":"C","n":"Swoole\\Timer","p":"Swoole/Timer.html","d":null,"f":{"n":"Swoole","p":"Swoole.html"}},{"t":"C","n":"Swoole\\Timer\\Iterator","p":"Swoole/Timer/Iterator.html","d":"","f":{"n":"Swoole\\Timer","p":"Swoole/Timer.html"}},{"t":"C","n":"Swoole\\WebSocket\\CloseFrame","p":"Swoole/WebSocket/CloseFrame.html","d":null,"f":{"n":"Swoole\\WebSocket","p":"Swoole/WebSocket.html"}},{"t":"C","n":"Swoole\\WebSocket\\Frame","p":"Swoole/WebSocket/Frame.html","d":null,"f":{"n":"Swoole\\WebSocket","p":"Swoole/WebSocket.html"}},{"t":"C","n":"Swoole\\WebSocket\\Server","p":"Swoole/WebSocket/Server.html","d":null,"f":{"n":"Swoole\\WebSocket","p":"Swoole/WebSocket.html"}},{"t":"C","n":"SyncEvent","p":"SyncEvent.html","d":"SyncEvent","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SyncMutex","p":"SyncMutex.html","d":"SyncMutex","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SyncReaderWriter","p":"SyncReaderWriter.html","d":"SyncReaderWriter","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SyncSemaphore","p":"SyncSemaphore.html","d":"SyncSemaphore","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SyncSharedMemory","p":"SyncSharedMemory.html","d":"SyncSharedMemory","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SysvMessageQueue","p":"SysvMessageQueue.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SysvSemaphore","p":"SysvSemaphore.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SysvSharedMemory","p":"SysvSharedMemory.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Thread","p":"Thread.html","d":"

    (PECL pthreads >= 2.0.0)
    \nWhen the start method of a Thread is invoked, the run method code will be\nexecuted in separate Thread, in parallel.
    \nAfter the run method is executed the Thread will exit immediately, it will\nbe joined with the creating Thread at the appropriate time.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Threaded","p":"Threaded.html","d":"

    Threaded objects form the basis of pthreads ability to execute user code\nin parallel; they expose synchronization methods and various useful\ninterfaces.
    \nThreaded objects, most importantly, provide implicit safety for the programmer;\nall operations on the object scope are safe.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Throwable","p":"Throwable.html","d":"

    Throwable is the base interface for any object that can be thrown via a throw statement in PHP 7,\nincluding Error and Exception.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Transliterator","p":"Transliterator.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Traversable","p":"Traversable.html","d":"

    Interface to detect if a class is traversable using foreach.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"TypeError","p":"TypeError.html","d":"

    There are three scenarios where a TypeError may be thrown.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"UConverter","p":"UConverter.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"UV","p":"UV.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"UVAddrinfo","p":"UVAddrinfo.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"UVAsync","p":"UVAsync.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"UVCheck","p":"UVCheck.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"UVFs","p":"UVFs.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"UVFsEvent","p":"UVFsEvent.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"UVFsPoll","p":"UVFsPoll.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"UVIdle","p":"UVIdle.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"UVLock","p":"UVLock.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"UVLoop","p":"UVLoop.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"UVPipe","p":"UVPipe.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"UVPoll","p":"UVPoll.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"UVPrepare","p":"UVPrepare.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"UVProcess","p":"UVProcess.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"UVSignal","p":"UVSignal.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"UVSockAddr","p":"UVSockAddr.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"UVSockAddrIPv4","p":"UVSockAddrIPv4.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"UVSockAddrIPv6","p":"UVSockAddrIPv6.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"UVStdio","p":"UVStdio.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"UVStream","p":"UVStream.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"UVTcp","p":"UVTcp.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"UVTimer","p":"UVTimer.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"UVTty","p":"UVTty.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"UVUdp","p":"UVUdp.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"UVWork","p":"UVWork.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"UnderflowException","p":"UnderflowException.html","d":"

    Exception thrown when performing an invalid operation on an empty container, such as removing an element.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"UnexpectedValueException","p":"UnexpectedValueException.html","d":"

    Exception thrown if a value does not match with a set of values. Typically\nthis happens when a function calls another function and expects the return\nvalue to be of a certain type or value not including arithmetic or buffer\nrelated errors.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"UnhandledMatchError","p":"UnhandledMatchError.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"UnitEnum","p":"UnitEnum.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"V8Js","p":"V8Js.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"V8JsMemoryLimitException","p":"V8JsMemoryLimitException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"V8JsScriptException","p":"V8JsScriptException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"V8JsTimeLimitException","p":"V8JsTimeLimitException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"VARIANT","p":"VARIANT.html","d":"

    The VARIANT is COM's equivalent of the PHP zval; it is a structure that can contain a value with a range of different possible types. The VARIANT class provided by the COM extension allows you to have more control over the way that PHP passes values to and from COM.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ValueError","p":"ValueError.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Volatile","p":"Volatile.html","d":"

    (PECL pthreads >= 3.0.0)
    \nThe Volatile class is new to pthreads v3. Its introduction is a consequence of\nthe new immutability semantics of Threaded members of Threaded classes. The\nVolatile class enables for mutability of its Threaded members, and is also\nused to store PHP arrays in Threaded contexts.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Vtiful\\Kernel\\Excel","p":"Vtiful/Kernel/Excel.html","d":"

    Class Excel

    ","f":{"n":"Vtiful\\Kernel","p":"Vtiful/Kernel.html"}},{"t":"C","n":"Vtiful\\Kernel\\Format","p":"Vtiful/Kernel/Format.html","d":"

    Class Format

    ","f":{"n":"Vtiful\\Kernel","p":"Vtiful/Kernel.html"}},{"t":"C","n":"WeakMap","p":"WeakMap.html","d":"

    Weak maps allow creating a map from objects to arbitrary values\n(similar to SplObjectStorage) without preventing the objects that are used\nas keys from being garbage collected. If an object key is garbage collected,\nit will simply be removed from the map.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"WeakReference","p":"WeakReference.html","d":"

    Weak references allow the programmer to retain a reference to an\nobject which does not prevent the object from being destroyed.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Worker","p":"Worker.html","d":"

    (PECL pthreads >= 2.0.0)
    \nWorker Threads have a persistent context, as such should be used over\nThreads in most cases.
    \nWhen a Worker is started, the run method will be executed, but the Thread will\nnot leave until one of the following conditions are met:

      \n
    • the Worker goes out of scope (no more references remain)
    • \n
    • the programmer calls shutdown
    • \n
    • the script dies
    \nThis means the programmer can reuse the context throughout execution; placing\nobjects on the stack of the Worker will cause the Worker to execute the stacked\nobjects run method.","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"XMLParser","p":"XMLParser.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"XMLReader","p":"XMLReader.html","d":"

    The XMLReader extension is an XML Pull parser. The reader acts as a\ncursor going forward on the document stream and stopping at each node\non the way.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"XMLWriter","p":"XMLWriter.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"XSLTProcessor","p":"XSLTProcessor.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"XXTEA","p":"XXTEA.html","d":"

    Stubs for XXTEA\nhttps://pecl.php.net/package/xxtea.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yaf\\Action_Abstract","p":"Yaf/Action_Abstract.html","d":"

    A action can be defined in a separate file in Yaf(see \\Yaf\\Controller_Abstract). that is a action method can also be a \\Yaf\\Action_Abstract class.

    \n


    \n

    Since there should be a entry point which can be called by Yaf (as of PHP 5.3, there is a new magic method __invoke, but Yaf is not only works with PHP 5.3+, Yaf choose another magic method execute), you must implement the abstract method \\Yaf\\Action_Abstract::execute() in your custom action class.

    ","f":{"n":"Yaf","p":"Yaf.html"}},{"t":"C","n":"Yaf\\Application","p":"Yaf/Application.html","d":"

    \\Yaf\\Application provides a bootstrapping facility for applications which provides reusable resources, common- and module-based bootstrap classes and dependency checking.

    ","f":{"n":"Yaf","p":"Yaf.html"}},{"t":"C","n":"Yaf\\Bootstrap_Abstract","p":"Yaf/Bootstrap_Abstract.html","d":"

    Bootstrap is a mechanism used to do some initial config before a Application run.

    \n

    User may define their own Bootstrap class by inheriting \\Yaf\\Bootstrap_Abstract

    \n

    Any method declared in Bootstrap class with leading \"_init\", will be called by \\Yaf\\Application::bootstrap() one by one according to their defined order

    ","f":{"n":"Yaf","p":"Yaf.html"}},{"t":"C","n":"Yaf\\Config\\Ini","p":"Yaf/Config/Ini.html","d":"

    \\Yaf\\Config\\Ini enables developers to store configuration data in a familiar INI format and read them in the application by using nested object property syntax. The INI format is specialized to provide both the ability to have a hierarchy of configuration data keys and inheritance between configuration data sections. Configuration data hierarchies are supported by separating the keys with the dot or period character (\".\"). A section may extend or inherit from another section by following the section name with a colon character (\":\") and the name of the section from which data are to be inherited.


    \nNote:\n

    \\Yaf\\Config\\Ini utilizes the \u00bb parse_ini_file() PHP function. Please review this documentation to be aware of its specific behaviors, which propagate to \\Yaf\\Config\\Ini, such as how the special values of \"TRUE\", \"FALSE\", \"yes\", \"no\", and \"NULL\" are handled.

    ","f":{"n":"Yaf\\Config","p":"Yaf/Config.html"}},{"t":"C","n":"Yaf\\Config\\Simple","p":"Yaf/Config/Simple.html","d":"","f":{"n":"Yaf\\Config","p":"Yaf/Config.html"}},{"t":"C","n":"Yaf\\Config_Abstract","p":"Yaf/Config_Abstract.html","d":"","f":{"n":"Yaf","p":"Yaf.html"}},{"t":"C","n":"Yaf\\Controller_Abstract","p":"Yaf/Controller_Abstract.html","d":"

    \\Yaf\\Controller_Abstract is the heart of Yaf's system. MVC stands for Model-View-Controller and is a design pattern targeted at separating application logic from display logic.

    \n


    \n

    Every custom controller shall inherit \\Yaf\\Controller_Abstract.

    \n


    \n

    You will find that you can not define __construct function for your custom controller, thus, \\Yaf\\Controller_Abstract provides a magic method: \\Yaf\\Controller_Abstract::init().

    \n


    \n

    If you have defined a init() method in your custom controller, it will be called as long as the controller was instantiated.

    \n


    \n

    Action may have arguments, when a request coming, if there are the same name variable in the request parameters(see \\Yaf\\Request_Abstract::getParam()) after routed, Yaf will pass them to the action method (see \\Yaf\\Action_Abstract::execute()).

    \n


    \nNote:

    \n

    These arguments are directly fetched without filtering, it should be carefully processed before use them.

    ","f":{"n":"Yaf","p":"Yaf.html"}},{"t":"C","n":"Yaf\\Dispatcher","p":"Yaf/Dispatcher.html","d":"

    \\Yaf\\Dispatcher purpose is to initialize the request environment, route the incoming request, and then dispatch any discovered actions; it aggregates any responses and returns them when the process is complete.


    \n

    \\Yaf\\Dispatcher also implements the Singleton pattern, meaning only a single instance of it may be available at any given time. This allows it to also act as a registry on which the other objects in the dispatch process may draw.

    ","f":{"n":"Yaf","p":"Yaf.html"}},{"t":"C","n":"Yaf\\Exception","p":"Yaf/Exception.html","d":"","f":{"n":"Yaf","p":"Yaf.html"}},{"t":"C","n":"Yaf\\Exception\\DispatchFailed","p":"Yaf/Exception/DispatchFailed.html","d":"","f":{"n":"Yaf\\Exception","p":"Yaf/Exception.html"}},{"t":"C","n":"Yaf\\Exception\\LoadFailed","p":"Yaf/Exception/LoadFailed.html","d":"","f":{"n":"Yaf\\Exception","p":"Yaf/Exception.html"}},{"t":"C","n":"Yaf\\Exception\\LoadFailed\\Action","p":"Yaf/Exception/LoadFailed/Action.html","d":"","f":{"n":"Yaf\\Exception\\LoadFailed","p":"Yaf/Exception/LoadFailed.html"}},{"t":"C","n":"Yaf\\Exception\\LoadFailed\\Controller","p":"Yaf/Exception/LoadFailed/Controller.html","d":"","f":{"n":"Yaf\\Exception\\LoadFailed","p":"Yaf/Exception/LoadFailed.html"}},{"t":"C","n":"Yaf\\Exception\\LoadFailed\\Module","p":"Yaf/Exception/LoadFailed/Module.html","d":"","f":{"n":"Yaf\\Exception\\LoadFailed","p":"Yaf/Exception/LoadFailed.html"}},{"t":"C","n":"Yaf\\Exception\\LoadFailed\\View","p":"Yaf/Exception/LoadFailed/View.html","d":"","f":{"n":"Yaf\\Exception\\LoadFailed","p":"Yaf/Exception/LoadFailed.html"}},{"t":"C","n":"Yaf\\Exception\\RouterFailed","p":"Yaf/Exception/RouterFailed.html","d":"","f":{"n":"Yaf\\Exception","p":"Yaf/Exception.html"}},{"t":"C","n":"Yaf\\Exception\\StartupError","p":"Yaf/Exception/StartupError.html","d":"","f":{"n":"Yaf\\Exception","p":"Yaf/Exception.html"}},{"t":"C","n":"Yaf\\Exception\\TypeError","p":"Yaf/Exception/TypeError.html","d":"","f":{"n":"Yaf\\Exception","p":"Yaf/Exception.html"}},{"t":"C","n":"Yaf\\Loader","p":"Yaf/Loader.html","d":"

    \\Yaf\\Loader introduces a comprehensive autoloading solution for Yaf.

    \n


    \n

    The first time an instance of \\Yaf\\Application is retrieved, \\Yaf\\Loader will instance a singleton, and registers itself with spl_autoload. You retrieve an instance using the \\Yaf\\Loader::getInstance()

    \n


    \n

    \\Yaf\\Loader attempt to load a class only one shot, if failed, depend on yaf.use_spl_autoload, if this config is On \\Yaf\\Loader::autoload() will return FALSE, thus give the chance to other autoload function. if it is Off (by default), \\Yaf\\Loader::autoload() will return TRUE, and more important is that a very useful warning will be triggered (very useful to find out why a class could not be loaded).

    \n


    \nNote:

    \n

    Please keep yaf.use_spl_autoload Off unless there is some library have their own autoload mechanism and impossible to rewrite it.

    \n


    \n

    If you want \\Yaf\\Loader search some classes(libraries) in the local class directory(which is defined in application.ini, and by default, it is application.directory . \"/library\"), you should register the class prefix using the \\Yaf\\Loader::registerLocalNameSpace()

    ","f":{"n":"Yaf","p":"Yaf.html"}},{"t":"C","n":"Yaf\\Plugin_Abstract","p":"Yaf/Plugin_Abstract.html","d":"

    Plugins allow for easy extensibility and customization of the framework.

    \n


    \n

    Plugins are classes. The actual class definition will vary based on the component -- you may need to implement this interface, but the fact remains that the plugin is itself a class.

    \n


    \n

    A plugin could be loaded into Yaf by using \\Yaf\\Dispatcher::registerPlugin(), after registered, All the methods which the plugin implemented according to this interface, will be called at the proper time.

    ","f":{"n":"Yaf","p":"Yaf.html"}},{"t":"C","n":"Yaf\\Registry","p":"Yaf/Registry.html","d":"

    All methods of \\Yaf\\Registry declared as static, making it universally accessible. This provides the ability to get or set any custom data from anyway in your code as necessary.

    ","f":{"n":"Yaf","p":"Yaf.html"}},{"t":"C","n":"Yaf\\Request\\Http","p":"Yaf/Request/Http.html","d":"","f":{"n":"Yaf\\Request","p":"Yaf/Request.html"}},{"t":"C","n":"Yaf\\Request\\Simple","p":"Yaf/Request/Simple.html","d":"

    \\Yaf\\Request\\Simple is particularly used for test purpose. ie. simulate a spacial request under CLI mode.

    ","f":{"n":"Yaf\\Request","p":"Yaf/Request.html"}},{"t":"C","n":"Yaf\\Request_Abstract","p":"Yaf/Request_Abstract.html","d":"","f":{"n":"Yaf","p":"Yaf.html"}},{"t":"C","n":"Yaf\\Response\\Cli","p":"Yaf/Response/Cli.html","d":null,"f":{"n":"Yaf\\Response","p":"Yaf/Response.html"}},{"t":"C","n":"Yaf\\Response\\Http","p":"Yaf/Response/Http.html","d":null,"f":{"n":"Yaf\\Response","p":"Yaf/Response.html"}},{"t":"C","n":"Yaf\\Response_Abstract","p":"Yaf/Response_Abstract.html","d":"","f":{"n":"Yaf","p":"Yaf.html"}},{"t":"C","n":"Yaf\\Route\\Map","p":"Yaf/Route/Map.html","d":"

    \\Yaf\\Route\\Map is a built-in route, it simply convert a URI endpoint (that part of the URI which comes after the base URI: see \\Yaf\\Request_Abstract::setBaseUri()) to a controller name or action name(depends on the parameter passed to \\Yaf\\Route\\Map::__construct()) in following rule: A => controller A. A/B/C => controller A_B_C. A/B/C/D/E => controller A_B_C_D_E.

    \n


    \n

    If the second parameter of \\Yaf\\Route\\Map::__construct() is specified, then only the part before delimiter of URI will used to routing, the part after it is used to routing request parameters (see the example section of \\Yaf\\Route\\Map::__construct()).

    ","f":{"n":"Yaf\\Route","p":"Yaf/Route.html"}},{"t":"C","n":"Yaf\\Route\\Regex","p":"Yaf/Route/Regex.html","d":"

    \\Yaf\\Route\\Regex is the most flexible route among the Yaf built-in routes.

    ","f":{"n":"Yaf\\Route","p":"Yaf/Route.html"}},{"t":"C","n":"Yaf\\Route\\Rewrite","p":"Yaf/Route/Rewrite.html","d":"

    For usage, please see the example section of \\Yaf\\Route\\Rewrite::__construct()

    ","f":{"n":"Yaf\\Route","p":"Yaf/Route.html"}},{"t":"C","n":"Yaf\\Route\\Simple","p":"Yaf/Route/Simple.html","d":"

    \\Yaf\\Route\\Simple will match the query string, and find the route info.

    \n


    \n

    all you need to do is tell \\Yaf\\Route\\Simple what key in the $_GET is module, what key is controller, and what key is action.

    \n


    \n

    \\Yaf\\Route\\Simple::route() will always return TRUE, so it is important put \\Yaf\\Route\\Simple in the front of the Route stack, otherwise all the other routes will not be called

    ","f":{"n":"Yaf\\Route","p":"Yaf/Route.html"}},{"t":"C","n":"Yaf\\Route\\Supervar","p":"Yaf/Route/Supervar.html","d":"","f":{"n":"Yaf\\Route","p":"Yaf/Route.html"}},{"t":"C","n":"Yaf\\Route_Interface","p":"Yaf/Route_Interface.html","d":"

    \\Yaf\\Route_Interface used for developer defined their custom route.

    ","f":{"n":"Yaf","p":"Yaf.html"}},{"t":"C","n":"Yaf\\Route_Static","p":"Yaf/Route_Static.html","d":"

    by default, \\Yaf\\Router only have a \\Yaf\\Route_Static as its default route.

    \n


    \n

    \\Yaf\\Route_Static is designed to handle 80% of normal requirements.

    \n


    \nNote:

    \n

    it is unnecessary to instance a \\Yaf\\Route_Static, also unnecessary to add it into \\Yaf\\Router's routes stack, since there is always be one in \\Yaf\\Router's routes stack, and always be called at the last time.

    ","f":{"n":"Yaf","p":"Yaf.html"}},{"t":"C","n":"Yaf\\Router","p":"Yaf/Router.html","d":"

    \\Yaf\\Router is the standard framework router. Routing is the process of taking a URI endpoint (that part of the URI which comes after the base URI: see \\Yaf\\Request_Abstract::setBaseUri()) and decomposing it into parameters to determine which module, controller, and action of that controller should receive the request. This values of the module, controller, action and other parameters are packaged into a \\Yaf\\Request_Abstract object which is then processed by \\Yaf\\Dispatcher. Routing occurs only once: when the request is initially received and before the first controller is dispatched. \\Yaf\\Router is designed to allow for mod_rewrite-like functionality using pure PHP structures. It is very loosely based on Ruby on Rails routing and does not require any prior knowledge of webserver URL rewriting

    \n


    \nDefault Route\n

    \n

    \\Yaf\\Router comes pre-configured with a default route \\Yaf\\Route_Static, which will match URIs in the shape of controller/action. Additionally, a module name may be specified as the first path element, allowing URIs of the form module/controller/action. Finally, it will also match any additional parameters appended to the URI by default - controller/action/var1/value1/var2/value2.

    \n


    \nNote:

    \n

    Module name must be defined in config, considering application.module=\"Index,Foo,Bar\", in this case, only index, foo and bar can be considered as a module name. if doesn't config, there is only one module named \"Index\".

    \n


    \n

    ** See examples by opening the external documentation

    ","f":{"n":"Yaf","p":"Yaf.html"}},{"t":"C","n":"Yaf\\Session","p":"Yaf/Session.html","d":"","f":{"n":"Yaf","p":"Yaf.html"}},{"t":"C","n":"Yaf\\View\\Simple","p":"Yaf/View/Simple.html","d":"

    \\Yaf\\View\\Simple is the built-in template engine in Yaf, it is a simple but fast template engine, and only support PHP script template.

    ","f":{"n":"Yaf\\View","p":"Yaf/View.html"}},{"t":"C","n":"Yaf\\View_Interface","p":"Yaf/View_Interface.html","d":"

    Yaf provides a ability for developers to use custom view engine instead of build-in engine which is \\Yaf\\View\\Simple. There is a example to explain how to do this, please see \\Yaf\\Dispatcher::setView()

    ","f":{"n":"Yaf","p":"Yaf.html"}},{"t":"C","n":"Yaf_Action_Abstract","p":"Yaf_Action_Abstract.html","d":"

    A action can be defined in a separate file in Yaf(see Yaf_Controller_Abstract). that is a action method can also be a Yaf_Action_Abstract class.

    \n


    \n

    Since there should be a entry point which can be called by Yaf (as of PHP 5.3, there is a new magic method __invoke, but Yaf is not only works with PHP 5.3+, Yaf choose another magic method execute), you must implement the abstract method Yaf_Action_Abstract::execute() in your custom action class.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yaf_Application","p":"Yaf_Application.html","d":"

    Yaf_Application provides a bootstrapping facility for applications which provides reusable resources, common- and module-based bootstrap classes and dependency checking.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yaf_Bootstrap_Abstract","p":"Yaf_Bootstrap_Abstract.html","d":"

    Bootstrap is a mechanism used to do some initial config before a Application run.

    \n

    User may define their own Bootstrap class by inheriting Yaf_Bootstrap_Abstract

    \n

    Any method declared in Bootstrap class with leading \"_init\", will be called by Yaf_Application::bootstrap() one by one according to their defined order

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yaf_Config_Abstract","p":"Yaf_Config_Abstract.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yaf_Config_Ini","p":"Yaf_Config_Ini.html","d":"

    Yaf_Config_Ini enables developers to store configuration data in a familiar INI format and read them in the application by using nested object property syntax. The INI format is specialized to provide both the ability to have a hierarchy of configuration data keys and inheritance between configuration data sections. Configuration data hierarchies are supported by separating the keys with the dot or period character (\".\"). A section may extend or inherit from another section by following the section name with a colon character (\":\") and the name of the section from which data are to be inherited.


    \nNote:\n

    Yaf_Config_Ini utilizes the \u00bb parse_ini_file() PHP function. Please review this documentation to be aware of its specific behaviors, which propagate to Yaf_Config_Ini, such as how the special values of \"TRUE\", \"FALSE\", \"yes\", \"no\", and \"NULL\" are handled.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yaf_Config_Simple","p":"Yaf_Config_Simple.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yaf_Controller_Abstract","p":"Yaf_Controller_Abstract.html","d":"

    Yaf_Controller_Abstract is the heart of Yaf's system. MVC stands for Model-View-Controller and is a design pattern targeted at separating application logic from display logic.

    \n


    \n

    Every custom controller shall inherit Yaf_Controller_Abstract.

    \n


    \n

    You will find that you can not define __construct function for your custom controller, thus, Yaf_Controller_Abstract provides a magic method: Yaf_Controller_Abstract::init().

    \n


    \n

    If you have defined a init() method in your custom controller, it will be called as long as the controller was instantiated.

    \n


    \n

    Action may have arguments, when a request coming, if there are the same name variable in the request parameters(see Yaf_Request_Abstract::getParam()) after routed, Yaf will pass them to the action method (see Yaf_Action_Abstract::execute()).

    \n


    \nNote:

    \n

    These arguments are directly fetched without filtering, it should be carefully processed before use them.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yaf_Dispatcher","p":"Yaf_Dispatcher.html","d":"

    Yaf_Dispatcher purpose is to initialize the request environment, route the incoming request, and then dispatch any discovered actions; it aggregates any responses and returns them when the process is complete.


    \n

    Yaf_Dispatcher also implements the Singleton pattern, meaning only a single instance of it may be available at any given time. This allows it to also act as a registry on which the other objects in the dispatch process may draw.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yaf_Exception","p":"Yaf_Exception.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yaf_Exception_DispatchFailed","p":"Yaf_Exception_DispatchFailed.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yaf_Exception_LoadFailed","p":"Yaf_Exception_LoadFailed.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yaf_Exception_LoadFailed_Action","p":"Yaf_Exception_LoadFailed_Action.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yaf_Exception_LoadFailed_Controller","p":"Yaf_Exception_LoadFailed_Controller.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yaf_Exception_LoadFailed_Module","p":"Yaf_Exception_LoadFailed_Module.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yaf_Exception_LoadFailed_View","p":"Yaf_Exception_LoadFailed_View.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yaf_Exception_RouterFailed","p":"Yaf_Exception_RouterFailed.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yaf_Exception_StartupError","p":"Yaf_Exception_StartupError.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yaf_Exception_TypeError","p":"Yaf_Exception_TypeError.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yaf_Loader","p":"Yaf_Loader.html","d":"

    Yaf_Loader introduces a comprehensive autoloading solution for Yaf.

    \n


    \n

    The first time an instance of Yaf_Application is retrieved, Yaf_Loader will instance a singleton, and registers itself with spl_autoload. You retrieve an instance using the Yaf_Loader::getInstance()

    \n


    \n

    Yaf_Loader attempt to load a class only one shot, if failed, depend on yaf.use_spl_autoload, if this config is On Yaf_Loader::autoload() will return FALSE, thus give the chance to other autoload function. if it is Off (by default), Yaf_Loader::autoload() will return TRUE, and more important is that a very useful warning will be triggered (very useful to find out why a class could not be loaded).

    \n


    \nNote:

    \n

    Please keep yaf.use_spl_autoload Off unless there is some library have their own autoload mechanism and impossible to rewrite it.

    \n


    \n

    If you want Yaf_Loader search some classes(libraries) in the local class directory(which is defined in application.ini, and by default, it is application.directory . \"/library\"), you should register the class prefix using the Yaf_Loader::registerLocalNameSpace()

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yaf_Plugin_Abstract","p":"Yaf_Plugin_Abstract.html","d":"

    Plugins allow for easy extensibility and customization of the framework.

    \n


    \n

    Plugins are classes. The actual class definition will vary based on the component -- you may need to implement this interface, but the fact remains that the plugin is itself a class.

    \n


    \n

    A plugin could be loaded into Yaf by using Yaf_Dispatcher::registerPlugin(), after registered, All the methods which the plugin implemented according to this interface, will be called at the proper time.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yaf_Registry","p":"Yaf_Registry.html","d":"

    All methods of Yaf_Registry declared as static, making it universally accessible. This provides the ability to get or set any custom data from anyway in your code as necessary.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yaf_Request_Abstract","p":"Yaf_Request_Abstract.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yaf_Request_Http","p":"Yaf_Request_Http.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yaf_Request_Simple","p":"Yaf_Request_Simple.html","d":"

    Yaf_Request_Simple is particularly used for test purpose. ie. simulate a spacial request under CLI mode.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yaf_Response_Abstract","p":"Yaf_Response_Abstract.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yaf_Response_Cli","p":"Yaf_Response_Cli.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yaf_Response_Http","p":"Yaf_Response_Http.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yaf_Route_Interface","p":"Yaf_Route_Interface.html","d":"

    Yaf_Route_Interface used for developer defined their custom route.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yaf_Route_Map","p":"Yaf_Route_Map.html","d":"

    Yaf_Route_Map is a built-in route, it simply convert a URI endpoint (that part of the URI which comes after the base URI: see Yaf_Request_Abstract::setBaseUri()) to a controller name or action name(depends on the parameter passed to Yaf_Route_Map::__construct()) in following rule: A => controller A. A/B/C => controller A_B_C. A/B/C/D/E => controller A_B_C_D_E.

    \n


    \n

    If the second parameter of Yaf_Route_Map::__construct() is specified, then only the part before delimiter of URI will used to routing, the part after it is used to routing request parameters (see the example section of Yaf_Route_Map::__construct()).

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yaf_Route_Regex","p":"Yaf_Route_Regex.html","d":"

    Yaf_Route_Regex is the most flexible route among the Yaf built-in routes.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yaf_Route_Rewrite","p":"Yaf_Route_Rewrite.html","d":"

    For usage, please see the example section of Yaf_Route_Rewrite::__construct()

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yaf_Route_Simple","p":"Yaf_Route_Simple.html","d":"

    Yaf_Route_Simple will match the query string, and find the route info.

    \n


    \n

    all you need to do is tell Yaf_Route_Simple what key in the $_GET is module, what key is controller, and what key is action.

    \n


    \n

    Yaf_Route_Simple::route() will always return TRUE, so it is important put Yaf_Route_Simple in the front of the Route stack, otherwise all the other routes will not be called

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yaf_Route_Static","p":"Yaf_Route_Static.html","d":"

    by default, Yaf_Router only have a Yaf_Route_Static as its default route.

    \n


    \n

    Yaf_Route_Static is designed to handle 80% of normal requirements.

    \n


    \nNote:

    \n

    it is unnecessary to instance a Yaf_Route_Static, also unnecessary to add it into Yaf_Router's routes stack, since there is always be one in Yaf_Router's routes stack, and always be called at the last time.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yaf_Route_Supervar","p":"Yaf_Route_Supervar.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yaf_Router","p":"Yaf_Router.html","d":"

    Yaf_Router is the standard framework router. Routing is the process of taking a URI endpoint (that part of the URI which comes after the base URI: see Yaf_Request_Abstract::setBaseUri()) and decomposing it into parameters to determine which module, controller, and action of that controller should receive the request. This values of the module, controller, action and other parameters are packaged into a Yaf_Request_Abstract object which is then processed by Yaf_Dispatcher. Routing occurs only once: when the request is initially received and before the first controller is dispatched. Yaf_Router is designed to allow for mod_rewrite-like functionality using pure PHP structures. It is very loosely based on Ruby on Rails routing and does not require any prior knowledge of webserver URL rewriting

    \n


    \nDefault Route\n

    \n

    Yaf_Router comes pre-configured with a default route Yaf_Route_Static, which will match URIs in the shape of controller/action. Additionally, a module name may be specified as the first path element, allowing URIs of the form module/controller/action. Finally, it will also match any additional parameters appended to the URI by default - controller/action/var1/value1/var2/value2.

    \n


    \nNote:

    \n

    Module name must be defined in config, considering application.module=\"Index,Foo,Bar\", in this case, only index, foo and bar can be considered as a module name. if doesn't config, there is only one module named \"Index\".

    \n


    \n

    ** See examples by opening the external documentation

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yaf_Session","p":"Yaf_Session.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yaf_View_Interface","p":"Yaf_View_Interface.html","d":"

    Yaf provides a ability for developers to use custom view engine instead of build-in engine which is Yaf_View_Simple. There is a example to explain how to do this, please see Yaf_Dispatcher::setView()

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yaf_View_Simple","p":"Yaf_View_Simple.html","d":"

    Yaf_View_Simple is the built-in template engine in Yaf, it is a simple but fast template engine, and only support PHP script template.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yar_Client","p":"Yar_Client.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yar_Client_Exception","p":"Yar_Client_Exception.html","d":"

    Class Yar_Client_Exception\nDate 2018/6/9 \u4e0b\u53483:05

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yar_Client_Packager_Exception","p":"Yar_Client_Packager_Exception.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yar_Client_Protocol_Exception","p":"Yar_Client_Protocol_Exception.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yar_Client_Transport_Exception","p":"Yar_Client_Transport_Exception.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yar_Concurrent_Client","p":"Yar_Concurrent_Client.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yar_Server","p":"Yar_Server.html","d":"

    Class Yar_Server\nDate 2018/6/9 \u4e0b\u53483:02

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yar_Server_Exception","p":"Yar_Server_Exception.html","d":"

    Class Yar_Server_Exception\nDate 2018/6/9 \u4e0b\u53483:06

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yar_Server_Output_Exception","p":"Yar_Server_Output_Exception.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yar_Server_Packager_Exception","p":"Yar_Server_Packager_Exception.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yar_Server_Protocol_Exception","p":"Yar_Server_Protocol_Exception.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yar_Server_Request_Exception","p":"Yar_Server_Request_Exception.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ZMQ","p":"ZMQ.html","d":"

    Class ZMQ

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ZMQContext","p":"ZMQContext.html","d":"

    Class ZMQContext

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ZMQContextException","p":"ZMQContextException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ZMQDevice","p":"ZMQDevice.html","d":"

    Class ZMQDevice

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ZMQDeviceException","p":"ZMQDeviceException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ZMQException","p":"ZMQException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ZMQPoll","p":"ZMQPoll.html","d":"

    Class ZMQPoll

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ZMQPollException","p":"ZMQPollException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ZMQSocket","p":"ZMQSocket.html","d":"

    Class ZMQSocket

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ZMQSocketException","p":"ZMQSocketException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ZendAPI_Job","p":"ZendAPI_Job.html","d":"

    Describing a job in a queue\nIn order to add/modify a job in the queue, a Job class must be created/retrieved and than saved in a queue

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ZendAPI_Queue","p":"ZendAPI_Queue.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ZipArchive","p":"ZipArchive.html","d":"

    A file archive, compressed with Zip.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Zookeeper","p":"Zookeeper.html","d":"

    Zookeeper class.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ZookeeperAuthenticationException","p":"ZookeeperAuthenticationException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ZookeeperConnectionException","p":"ZookeeperConnectionException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ZookeeperException","p":"ZookeeperException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ZookeeperMarshallingException","p":"ZookeeperMarshallingException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ZookeeperNoNodeException","p":"ZookeeperNoNodeException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ZookeeperOperationTimeoutException","p":"ZookeeperOperationTimeoutException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ZookeeperSessionException","p":"ZookeeperSessionException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"__PHP_Incomplete_Class","p":"__PHP_Incomplete_Class.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"___PHPSTORM_HELPERS\\PS_UNRESERVE_PREFIX_static","p":"___PHPSTORM_HELPERS/PS_UNRESERVE_PREFIX_static.html","d":null,"f":{"n":"___PHPSTORM_HELPERS","p":"___PHPSTORM_HELPERS.html"}},{"t":"C","n":"___PHPSTORM_HELPERS\\PS_UNRESERVE_PREFIX_this","p":"___PHPSTORM_HELPERS/PS_UNRESERVE_PREFIX_this.html","d":null,"f":{"n":"___PHPSTORM_HELPERS","p":"___PHPSTORM_HELPERS.html"}},{"t":"C","n":"___PHPSTORM_HELPERS\\object","p":"___PHPSTORM_HELPERS/object.html","d":null,"f":{"n":"___PHPSTORM_HELPERS","p":"___PHPSTORM_HELPERS.html"}},{"t":"C","n":"ast\\Metadata","p":"ast/Metadata.html","d":"

    Metadata entry for a single AST kind, as returned by ast\\get_metadata().

    ","f":{"n":"ast","p":"ast.html"}},{"t":"C","n":"ast\\Node","p":"ast/Node.html","d":"

    This class describes a single node in a PHP AST.

    ","f":{"n":"ast","p":"ast.html"}},{"t":"C","n":"classObj","p":"classObj.html","d":"

    Class Objects can be returned by the layerObj_ class, or can be\ncreated using:

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"clusterObj","p":"clusterObj.html","d":"

    Instance of clusterObj is always embedded inside the layerObj_.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"colorObj","p":"colorObj.html","d":"

    Instances of colorObj are always embedded inside other classes.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"com_exception","p":"com_exception.html","d":"

    This extension will throw instances of the class com_exception whenever there is a potentially fatal error reported by COM. All COM exceptions have a well-defined code property that corresponds to the HRESULT return value from the various COM operations. You may use this code to make programmatic decisions on how to handle the exception.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"errorObj","p":"errorObj.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ffmpeg_animated_gif","p":"ffmpeg_animated_gif.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ffmpeg_frame","p":"ffmpeg_frame.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ffmpeg_movie","p":"ffmpeg_movie.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"finfo","p":"finfo.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"gnupg","p":"gnupg.html","d":"

    GNUPG Encryption Class

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"gnupg_keylistiterator","p":"gnupg_keylistiterator.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"gridObj","p":"gridObj.html","d":"

    The grid is always embedded inside a layer object defined as\na grid (layer->connectiontype = MS_GRATICULE)\n(for more docs : https://github.com/mapserver/mapserver/wiki/MapServerGrid)\nA layer can become a grid layer by adding a grid object to it using :\nms_newGridObj(layerObj layer)\n$oLayer = ms_newlayerobj($oMap);\n$oLayer->set("name", "GRID");\nms_newgridobj($oLayer);\n$oLayer->grid->set("labelformat", "DDMMSS");

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"hashTableObj","p":"hashTableObj.html","d":"

    Instance of hashTableObj is always embedded inside the classObj,\nlayerObj, mapObj and webObj. It is uses a read only.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"http\\Client","p":"http/Client.html","d":"

    The HTTP client. See http\\Client\\Curl's options which is the only driver currently supported.

    ","f":{"n":"http","p":"http.html"}},{"t":"C","n":"http\\Client\\Curl\\User","p":"http/Client/Curl/User.html","d":"

    Interface to an user event loop implementation for http\\Client::configure()'s $use_eventloop option.

    ","f":{"n":"http\\Client\\Curl","p":"http/Client/Curl.html"}},{"t":"C","n":"http\\Client\\Request","p":"http/Client/Request.html","d":"

    The http\\Client\\Request class provides an HTTP message implementation tailored to represent a request message to be sent by the client.

    ","f":{"n":"http\\Client","p":"http/Client.html"}},{"t":"C","n":"http\\Client\\Response","p":"http/Client/Response.html","d":"

    The http\\Client\\Response class represents an HTTP message the client returns as answer from a server to an http\\Client\\Request.

    ","f":{"n":"http\\Client","p":"http/Client.html"}},{"t":"C","n":"http\\Cookie","p":"http/Cookie.html","d":"

    A class representing a list of cookies with specific attributes.

    ","f":{"n":"http","p":"http.html"}},{"t":"C","n":"http\\Encoding\\Stream","p":"http/Encoding/Stream.html","d":"

    Base class for encoding stream implementations.

    ","f":{"n":"http\\Encoding","p":"http/Encoding.html"}},{"t":"C","n":"http\\Encoding\\Stream\\Debrotli","p":"http/Encoding/Stream/Debrotli.html","d":"

    A brotli decoding stream.

    ","f":{"n":"http\\Encoding\\Stream","p":"http/Encoding/Stream.html"}},{"t":"C","n":"http\\Encoding\\Stream\\Dechunk","p":"http/Encoding/Stream/Dechunk.html","d":"

    A stream decoding data encoded with chunked transfer encoding.

    ","f":{"n":"http\\Encoding\\Stream","p":"http/Encoding/Stream.html"}},{"t":"C","n":"http\\Encoding\\Stream\\Deflate","p":"http/Encoding/Stream/Deflate.html","d":"

    A deflate stream supporting deflate, zlib and gzip encodings.

    ","f":{"n":"http\\Encoding\\Stream","p":"http/Encoding/Stream.html"}},{"t":"C","n":"http\\Encoding\\Stream\\Enbrotli","p":"http/Encoding/Stream/Enbrotli.html","d":"

    A brotli encoding stream.

    ","f":{"n":"http\\Encoding\\Stream","p":"http/Encoding/Stream.html"}},{"t":"C","n":"http\\Encoding\\Stream\\Inflate","p":"http/Encoding/Stream/Inflate.html","d":"

    A inflate stream supporting deflate, zlib and gzip encodings.

    ","f":{"n":"http\\Encoding\\Stream","p":"http/Encoding/Stream.html"}},{"t":"C","n":"http\\Env","p":"http/Env.html","d":"

    The http\\Env class provides static methods to manipulate and inspect the server's current request's HTTP environment.

    ","f":{"n":"http","p":"http.html"}},{"t":"C","n":"http\\Env\\Request","p":"http/Env/Request.html","d":"

    The http\\Env\\Request class' instances represent the server's current HTTP request.

    ","f":{"n":"http\\Env","p":"http/Env.html"}},{"t":"C","n":"http\\Env\\Response","p":"http/Env/Response.html","d":"

    The http\\Env\\Response class' instances represent the server's current HTTP response.

    ","f":{"n":"http\\Env","p":"http/Env.html"}},{"t":"C","n":"http\\Env\\Url","p":"http/Env/Url.html","d":"

    URL class using the HTTP environment by default.

    ","f":{"n":"http\\Env","p":"http/Env.html"}},{"t":"C","n":"http\\Exception","p":"http/Exception.html","d":"

    The http extension's Exception interface.

    ","f":{"n":"http","p":"http.html"}},{"t":"C","n":"http\\Exception\\BadConversionException","p":"http/Exception/BadConversionException.html","d":"

    A bad conversion (e.g. character conversion) was encountered.

    ","f":{"n":"http\\Exception","p":"http/Exception.html"}},{"t":"C","n":"http\\Exception\\BadHeaderException","p":"http/Exception/BadHeaderException.html","d":"

    A bad HTTP header was encountered.

    ","f":{"n":"http\\Exception","p":"http/Exception.html"}},{"t":"C","n":"http\\Exception\\BadMessageException","p":"http/Exception/BadMessageException.html","d":"

    A bad HTTP message was encountered.

    ","f":{"n":"http\\Exception","p":"http/Exception.html"}},{"t":"C","n":"http\\Exception\\BadMethodCallException","p":"http/Exception/BadMethodCallException.html","d":"

    A method was called on an object, which was in an invalid or unexpected state.

    ","f":{"n":"http\\Exception","p":"http/Exception.html"}},{"t":"C","n":"http\\Exception\\BadQueryStringException","p":"http/Exception/BadQueryStringException.html","d":"

    A bad querystring was encountered.

    ","f":{"n":"http\\Exception","p":"http/Exception.html"}},{"t":"C","n":"http\\Exception\\BadUrlException","p":"http/Exception/BadUrlException.html","d":"

    A bad HTTP URL was encountered.

    ","f":{"n":"http\\Exception","p":"http/Exception.html"}},{"t":"C","n":"http\\Exception\\InvalidArgumentException","p":"http/Exception/InvalidArgumentException.html","d":"

    One or more invalid arguments were passed to a method.

    ","f":{"n":"http\\Exception","p":"http/Exception.html"}},{"t":"C","n":"http\\Exception\\RuntimeException","p":"http/Exception/RuntimeException.html","d":"

    A generic runtime exception.

    ","f":{"n":"http\\Exception","p":"http/Exception.html"}},{"t":"C","n":"http\\Exception\\UnexpectedValueException","p":"http/Exception/UnexpectedValueException.html","d":"

    An unexpected value was encountered.

    ","f":{"n":"http\\Exception","p":"http/Exception.html"}},{"t":"C","n":"http\\Header","p":"http/Header.html","d":"

    The http\\Header class provides methods to manipulate, match, negotiate and serialize HTTP headers.

    ","f":{"n":"http","p":"http.html"}},{"t":"C","n":"http\\Header\\Parser","p":"http/Header/Parser.html","d":"

    The parser which is underlying http\\Header and http\\Message.

    ","f":{"n":"http\\Header","p":"http/Header.html"}},{"t":"C","n":"http\\Message","p":"http/Message.html","d":"

    The message class builds the foundation for any request and response message.

    ","f":{"n":"http","p":"http.html"}},{"t":"C","n":"http\\Message\\Body","p":"http/Message/Body.html","d":"

    The message body, represented as a PHP (temporary) stream.

    ","f":{"n":"http\\Message","p":"http/Message.html"}},{"t":"C","n":"http\\Message\\Parser","p":"http/Message/Parser.html","d":"

    The parser which is underlying http\\Message.

    ","f":{"n":"http\\Message","p":"http/Message.html"}},{"t":"C","n":"http\\Params","p":"http/Params.html","d":"

    Parse, interpret and compose HTTP (header) parameters.

    ","f":{"n":"http","p":"http.html"}},{"t":"C","n":"http\\QueryString","p":"http/QueryString.html","d":"

    The http\\QueryString class provides versatile facilities to retrieve, use and manipulate query strings and form data.

    ","f":{"n":"http","p":"http.html"}},{"t":"C","n":"http\\Url","p":"http/Url.html","d":"

    The http\\Url class provides versatile means to parse, construct and manipulate URLs.

    ","f":{"n":"http","p":"http.html"}},{"t":"C","n":"imageObj","p":"imageObj.html","d":"

    Instances of imageObj are always created by the mapObj_ class methods.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"iterable","p":"iterable.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"java","p":"java.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"labelObj","p":"labelObj.html","d":"

    labelObj are always embedded inside other classes.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"labelcacheMemberObj","p":"labelcacheMemberObj.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"labelcacheObj","p":"labelcacheObj.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"layerObj","p":"layerObj.html","d":"

    Layer Objects can be returned by the mapObj_ class, or can be\ncreated using:\nA second optional argument can be given to ms_newLayerObj() to create\nthe new layer as a copy of an existing layer. If a layer is given as\nargument then all members of a this layer will be copied in the new\nlayer created.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"legendObj","p":"legendObj.html","d":"

    Instances of legendObj are always are always embedded inside the mapObj_.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"lineObj","p":"lineObj.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"mapObj","p":"mapObj.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"mysql_xdevapi\\BaseResult","p":"mysql_xdevapi/BaseResult.html","d":"

    Interface BaseResult

    ","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"C","n":"mysql_xdevapi\\Collection","p":"mysql_xdevapi/Collection.html","d":"

    Class Collection

    ","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"C","n":"mysql_xdevapi\\CollectionAdd","p":"mysql_xdevapi/CollectionAdd.html","d":"

    Class CollectionAdd

    ","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"C","n":"mysql_xdevapi\\CollectionFind","p":"mysql_xdevapi/CollectionFind.html","d":"

    Class CollectionFind

    ","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"C","n":"mysql_xdevapi\\CollectionModify","p":"mysql_xdevapi/CollectionModify.html","d":"

    Class CollectionModify

    ","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"C","n":"mysql_xdevapi\\CollectionRemove","p":"mysql_xdevapi/CollectionRemove.html","d":null,"f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"C","n":"mysql_xdevapi\\ColumnResult","p":"mysql_xdevapi/ColumnResult.html","d":"

    Class ColumnResult

    ","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"C","n":"mysql_xdevapi\\CrudOperationBindable","p":"mysql_xdevapi/CrudOperationBindable.html","d":"

    Interface CrudOperationBindable

    ","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"C","n":"mysql_xdevapi\\CrudOperationLimitable","p":"mysql_xdevapi/CrudOperationLimitable.html","d":"

    Interface CrudOperationLimitable

    ","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"C","n":"mysql_xdevapi\\CrudOperationSkippable","p":"mysql_xdevapi/CrudOperationSkippable.html","d":"

    Interface CrudOperationSkippable

    ","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"C","n":"mysql_xdevapi\\CrudOperationSortable","p":"mysql_xdevapi/CrudOperationSortable.html","d":"

    Interface CrudOperationSortable

    ","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"C","n":"mysql_xdevapi\\DatabaseObject","p":"mysql_xdevapi/DatabaseObject.html","d":"

    Interface DatabaseObject

    ","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"C","n":"mysql_xdevapi\\DocResult","p":"mysql_xdevapi/DocResult.html","d":"

    Class DocResult

    ","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"C","n":"mysql_xdevapi\\Exception","p":"mysql_xdevapi/Exception.html","d":"

    Class Exception

    ","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"C","n":"mysql_xdevapi\\Executable","p":"mysql_xdevapi/Executable.html","d":"

    Interface Executable

    ","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"C","n":"mysql_xdevapi\\ExecutionStatus","p":"mysql_xdevapi/ExecutionStatus.html","d":"

    Class ExecutionStatus

    ","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"C","n":"mysql_xdevapi\\Expression","p":"mysql_xdevapi/Expression.html","d":"

    Class Expression

    ","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"C","n":"mysql_xdevapi\\Result","p":"mysql_xdevapi/Result.html","d":"

    Class Result

    ","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"C","n":"mysql_xdevapi\\RowResult","p":"mysql_xdevapi/RowResult.html","d":"

    Class RowResult

    ","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"C","n":"mysql_xdevapi\\Schema","p":"mysql_xdevapi/Schema.html","d":"

    Class Schema

    ","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"C","n":"mysql_xdevapi\\SchemaObject","p":"mysql_xdevapi/SchemaObject.html","d":"

    Interface SchemaObject

    ","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"C","n":"mysql_xdevapi\\Session","p":"mysql_xdevapi/Session.html","d":"

    Class Session

    ","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"C","n":"mysql_xdevapi\\SqlStatement","p":"mysql_xdevapi/SqlStatement.html","d":"

    Class SqlStatement

    ","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"C","n":"mysql_xdevapi\\SqlStatementResult","p":"mysql_xdevapi/SqlStatementResult.html","d":"

    Class SqlStatementResult

    ","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"C","n":"mysql_xdevapi\\Statement","p":"mysql_xdevapi/Statement.html","d":"

    Class Statement

    ","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"C","n":"mysql_xdevapi\\Table","p":"mysql_xdevapi/Table.html","d":"

    Class Table

    ","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"C","n":"mysql_xdevapi\\TableDelete","p":"mysql_xdevapi/TableDelete.html","d":"

    Class TableDelete

    ","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"C","n":"mysql_xdevapi\\TableInsert","p":"mysql_xdevapi/TableInsert.html","d":"

    Class TableInsert

    ","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"C","n":"mysql_xdevapi\\TableSelect","p":"mysql_xdevapi/TableSelect.html","d":"

    Class TableSelect

    ","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"C","n":"mysql_xdevapi\\TableUpdate","p":"mysql_xdevapi/TableUpdate.html","d":"

    Class TableUpdate

    ","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"C","n":"mysql_xdevapi\\Warning","p":"mysql_xdevapi/Warning.html","d":"

    Class Warning

    ","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"C","n":"mysql_xdevapi\\XSession","p":"mysql_xdevapi/XSession.html","d":"

    Class XSession

    ","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"C","n":"mysqli","p":"mysqli.html","d":"

    Represents a connection between PHP and a MySQL database.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"mysqli_driver","p":"mysqli_driver.html","d":"

    MySQLi Driver.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"mysqli_result","p":"mysqli_result.html","d":"

    Represents the result set obtained from a query against the database.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"mysqli_sql_exception","p":"mysqli_sql_exception.html","d":"mysqli_sql_exception","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"mysqli_stmt","p":"mysqli_stmt.html","d":"

    Represents a prepared statement.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"mysqli_warning","p":"mysqli_warning.html","d":"

    Represents one or more MySQL warnings.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"newrelic\\DistributedTracePayload","p":"newrelic/DistributedTracePayload.html","d":"

    This object has two methods that will render a distributed trace payload as text.

    ","f":{"n":"newrelic","p":"newrelic.html"}},{"t":"C","n":"outputformatObj","p":"outputformatObj.html","d":"

    Instance of outputformatObj is always embedded inside the mapObj_.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"parallel\\Channel","p":"parallel/Channel.html","d":"

    Unbuffered Channels

    \n
    \n

    An unbuffered channel will block on calls to Channel::send() until there is a receiver, and block on calls\nto Channel::recv() until there is a sender. This means an unbuffered channel is not only a way to share\ndata among tasks but also a simple method of synchronization.

    ","f":{"n":"parallel","p":"parallel.html"}},{"t":"C","n":"parallel\\Channel\\Error","p":"parallel/Channel/Error.html","d":null,"f":{"n":"parallel\\Channel","p":"parallel/Channel.html"}},{"t":"C","n":"parallel\\Channel\\Error\\Closed","p":"parallel/Channel/Error/Closed.html","d":null,"f":{"n":"parallel\\Channel\\Error","p":"parallel/Channel/Error.html"}},{"t":"C","n":"parallel\\Channel\\Error\\Existence","p":"parallel/Channel/Error/Existence.html","d":null,"f":{"n":"parallel\\Channel\\Error","p":"parallel/Channel/Error.html"}},{"t":"C","n":"parallel\\Channel\\Error\\IllegalValue","p":"parallel/Channel/Error/IllegalValue.html","d":null,"f":{"n":"parallel\\Channel\\Error","p":"parallel/Channel/Error.html"}},{"t":"C","n":"parallel\\Error","p":"parallel/Error.html","d":null,"f":{"n":"parallel","p":"parallel.html"}},{"t":"C","n":"parallel\\Events","p":"parallel/Events.html","d":"

    The Event Loop

    \n
    \n

    The Event loop monitors the state of sets of futures and or channels (targets) in order to perform read\n(Future::value(), Channel::recv()) and write (Channel::send()) operations as the targets become available and the\noperations may be performed without blocking the event loop.

    ","f":{"n":"parallel","p":"parallel.html"}},{"t":"C","n":"parallel\\Events\\Error","p":"parallel/Events/Error.html","d":null,"f":{"n":"parallel\\Events","p":"parallel/Events.html"}},{"t":"C","n":"parallel\\Events\\Error\\Existence","p":"parallel/Events/Error/Existence.html","d":null,"f":{"n":"parallel\\Events\\Error","p":"parallel/Events/Error.html"}},{"t":"C","n":"parallel\\Events\\Error\\Timeout","p":"parallel/Events/Error/Timeout.html","d":null,"f":{"n":"parallel\\Events\\Error","p":"parallel/Events/Error.html"}},{"t":"C","n":"parallel\\Events\\Event","p":"parallel/Events/Event.html","d":"

    When an Event is returned, Event::$object shall be removed from the loop that returned it, should the event be a\nwrite event the Input for Event::$source shall also be removed.

    ","f":{"n":"parallel\\Events","p":"parallel/Events.html"}},{"t":"C","n":"parallel\\Events\\Event\\Error","p":"parallel/Events/Event/Error.html","d":null,"f":{"n":"parallel\\Events\\Event","p":"parallel/Events/Event.html"}},{"t":"C","n":"parallel\\Events\\Event\\Type","p":"parallel/Events/Event/Type.html","d":null,"f":{"n":"parallel\\Events\\Event","p":"parallel/Events/Event.html"}},{"t":"C","n":"parallel\\Events\\Input","p":"parallel/Events/Input.html","d":"

    Events Input

    \n
    \n

    An Input object is a container for data that the \\parallel\\Events object will write to \\parallel\\Channel\nobjects as they become available. Multiple event loops may share an Input container - parallel does not verify the\ncontents of the container when it is set as the input for a \\parallel\\Events object.

    ","f":{"n":"parallel\\Events","p":"parallel/Events.html"}},{"t":"C","n":"parallel\\Events\\Input\\Error","p":"parallel/Events/Input/Error.html","d":null,"f":{"n":"parallel\\Events\\Input","p":"parallel/Events/Input.html"}},{"t":"C","n":"parallel\\Events\\Input\\Error\\Existence","p":"parallel/Events/Input/Error/Existence.html","d":null,"f":{"n":"parallel\\Events\\Input\\Error","p":"parallel/Events/Input/Error.html"}},{"t":"C","n":"parallel\\Events\\Input\\Error\\IllegalValue","p":"parallel/Events/Input/Error/IllegalValue.html","d":null,"f":{"n":"parallel\\Events\\Input\\Error","p":"parallel/Events/Input/Error.html"}},{"t":"C","n":"parallel\\Future","p":"parallel/Future.html","d":"

    A Future represents the return value or uncaught exception from a task, and exposes an API for cancellation.

    ","f":{"n":"parallel","p":"parallel.html"}},{"t":"C","n":"parallel\\Future\\Error","p":"parallel/Future/Error.html","d":null,"f":{"n":"parallel\\Future","p":"parallel/Future.html"}},{"t":"C","n":"parallel\\Future\\Error\\Cancelled","p":"parallel/Future/Error/Cancelled.html","d":null,"f":{"n":"parallel\\Future\\Error","p":"parallel/Future/Error.html"}},{"t":"C","n":"parallel\\Future\\Error\\Foreign","p":"parallel/Future/Error/Foreign.html","d":null,"f":{"n":"parallel\\Future\\Error","p":"parallel/Future/Error.html"}},{"t":"C","n":"parallel\\Future\\Error\\Killed","p":"parallel/Future/Error/Killed.html","d":null,"f":{"n":"parallel\\Future\\Error","p":"parallel/Future/Error.html"}},{"t":"C","n":"parallel\\Runtime","p":"parallel/Runtime.html","d":"

    Each runtime represents a single PHP thread, the thread is created (and bootstrapped) upon construction. The thread\nthen waits for tasks to be scheduled: Scheduled tasks will be executed FIFO and then the thread will resume waiting\nuntil more tasks are scheduled, or it's closed, killed, or destroyed by the normal scoping rules of PHP objects.

    ","f":{"n":"parallel","p":"parallel.html"}},{"t":"C","n":"parallel\\Runtime\\Error","p":"parallel/Runtime/Error.html","d":null,"f":{"n":"parallel\\Runtime","p":"parallel/Runtime.html"}},{"t":"C","n":"parallel\\Runtime\\Error\\Bootstrap","p":"parallel/Runtime/Error/Bootstrap.html","d":null,"f":{"n":"parallel\\Runtime\\Error","p":"parallel/Runtime/Error.html"}},{"t":"C","n":"parallel\\Runtime\\Error\\Closed","p":"parallel/Runtime/Error/Closed.html","d":null,"f":{"n":"parallel\\Runtime\\Error","p":"parallel/Runtime/Error.html"}},{"t":"C","n":"parallel\\Runtime\\Error\\IllegalFunction","p":"parallel/Runtime/Error/IllegalFunction.html","d":null,"f":{"n":"parallel\\Runtime\\Error","p":"parallel/Runtime/Error.html"}},{"t":"C","n":"parallel\\Runtime\\Error\\IllegalInstruction","p":"parallel/Runtime/Error/IllegalInstruction.html","d":null,"f":{"n":"parallel\\Runtime\\Error","p":"parallel/Runtime/Error.html"}},{"t":"C","n":"parallel\\Runtime\\Error\\IllegalParameter","p":"parallel/Runtime/Error/IllegalParameter.html","d":null,"f":{"n":"parallel\\Runtime\\Error","p":"parallel/Runtime/Error.html"}},{"t":"C","n":"parallel\\Runtime\\Error\\IllegalReturn","p":"parallel/Runtime/Error/IllegalReturn.html","d":null,"f":{"n":"parallel\\Runtime\\Error","p":"parallel/Runtime/Error.html"}},{"t":"C","n":"parallel\\Runtime\\Error\\IllegalVariable","p":"parallel/Runtime/Error/IllegalVariable.html","d":null,"f":{"n":"parallel\\Runtime\\Error","p":"parallel/Runtime/Error.html"}},{"t":"C","n":"parallel\\Runtime\\Error\\Killed","p":"parallel/Runtime/Error/Killed.html","d":null,"f":{"n":"parallel\\Runtime\\Error","p":"parallel/Runtime/Error.html"}},{"t":"C","n":"parallel\\Runtime\\Object\\Unavailable","p":"parallel/Runtime/Object/Unavailable.html","d":null,"f":{"n":"parallel\\Runtime\\Object","p":"parallel/Runtime/Object.html"}},{"t":"C","n":"parallel\\Runtime\\Type\\Unavailable","p":"parallel/Runtime/Type/Unavailable.html","d":null,"f":{"n":"parallel\\Runtime\\Type","p":"parallel/Runtime/Type.html"}},{"t":"C","n":"parallel\\Sync","p":"parallel/Sync.html","d":"

    The Sync class provides access to low level synchronization primitives, mutex, condition variables, and allows the\nimplementation of semaphores.

    ","f":{"n":"parallel","p":"parallel.html"}},{"t":"C","n":"parallel\\Sync\\Error","p":"parallel/Sync/Error.html","d":null,"f":{"n":"parallel\\Sync","p":"parallel/Sync.html"}},{"t":"C","n":"parallel\\Sync\\Error\\IllegalValue","p":"parallel/Sync/Error/IllegalValue.html","d":null,"f":{"n":"parallel\\Sync\\Error","p":"parallel/Sync/Error.html"}},{"t":"C","n":"php_user_filter","p":"php_user_filter.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"pointObj","p":"pointObj.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"pq\\COPY","p":"pq/COPY.html","d":"

    Fast import/export using COPY.

    ","f":{"n":"pq","p":"pq.html"}},{"t":"C","n":"pq\\Cancel","p":"pq/Cancel.html","d":"

    Request cancellation of an asynchronous query.

    ","f":{"n":"pq","p":"pq.html"}},{"t":"C","n":"pq\\Connection","p":"pq/Connection.html","d":"

    The connection to the PostgreSQL server.

    ","f":{"n":"pq","p":"pq.html"}},{"t":"C","n":"pq\\Converter","p":"pq/Converter.html","d":"

    Interface for type conversions.

    ","f":{"n":"pq","p":"pq.html"}},{"t":"C","n":"pq\\Cursor","p":"pq/Cursor.html","d":"

    Declare a cursor.

    ","f":{"n":"pq","p":"pq.html"}},{"t":"C","n":"pq\\DateTime","p":"pq/DateTime.html","d":"

    A simple DateTime wrapper with predefined formats which supports stringification and JSON.

    ","f":{"n":"pq","p":"pq.html"}},{"t":"C","n":"pq\\Exception","p":"pq/Exception.html","d":"

    A base interface for all pq\\Exception classes.

    ","f":{"n":"pq","p":"pq.html"}},{"t":"C","n":"pq\\Exception\\BadMethodCallException","p":"pq/Exception/BadMethodCallException.html","d":"

    A method call was not expected.

    ","f":{"n":"pq\\Exception","p":"pq/Exception.html"}},{"t":"C","n":"pq\\Exception\\DomainException","p":"pq/Exception/DomainException.html","d":"

    Implementation or SQL syntax error.

    ","f":{"n":"pq\\Exception","p":"pq/Exception.html"}},{"t":"C","n":"pq\\Exception\\InvalidArgumentException","p":"pq/Exception/InvalidArgumentException.html","d":"

    An invalid argument was passed to a method.

    ","f":{"n":"pq\\Exception","p":"pq/Exception.html"}},{"t":"C","n":"pq\\Exception\\RuntimeException","p":"pq/Exception/RuntimeException.html","d":"

    A runtime exception occurred.

    ","f":{"n":"pq\\Exception","p":"pq/Exception.html"}},{"t":"C","n":"pq\\LOB","p":"pq/LOB.html","d":"

    A large object.

    ","f":{"n":"pq","p":"pq.html"}},{"t":"C","n":"pq\\Result","p":"pq/Result.html","d":"

    A query result.

    ","f":{"n":"pq","p":"pq.html"}},{"t":"C","n":"pq\\Statement","p":"pq/Statement.html","d":"

    A named prepared statement.

    ","f":{"n":"pq","p":"pq.html"}},{"t":"C","n":"pq\\Transaction","p":"pq/Transaction.html","d":"

    A database transaction.

    ","f":{"n":"pq","p":"pq.html"}},{"t":"C","n":"pq\\Types","p":"pq/Types.html","d":"

    Accessor to the PostgreSQL pg_type relation.

    ","f":{"n":"pq","p":"pq.html"}},{"t":"C","n":"projectionObj","p":"projectionObj.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"querymapObj","p":"querymapObj.html","d":"

    Instances of querymapObj are always are always embedded inside the\nmapObj_.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"rectObj","p":"rectObj.html","d":"

    rectObj are sometimes embedded inside other objects. New ones can\nalso be created with:

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"referenceMapObj","p":"referenceMapObj.html","d":"

    Instances of referenceMapObj are always embedded inside the mapObj_.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"resultObj","p":"resultObj.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"scalebarObj","p":"scalebarObj.html","d":"

    Instances of scalebarObj are always embedded inside the mapObj_.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"shapeObj","p":"shapeObj.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"shapefileObj","p":"shapefileObj.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"stdClass","p":"stdClass.html","d":"

    Created by typecasting to object.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"styleObj","p":"styleObj.html","d":"

    Instances of styleObj are always embedded inside a classObj or labelObj.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"symbolObj","p":"symbolObj.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"tidy","p":"tidy.html","d":"

    An HTML node in an HTML file, as detected by tidy.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"tidyNode","p":"tidyNode.html","d":"

    An HTML node in an HTML file, as detected by tidy.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"webObj","p":"webObj.html","d":"

    Instances of webObj are always are always embedded inside the mapObj_.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"I","n":"AMQPValue","p":"AMQPValue.html","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"I","n":"ArrayAccess","p":"ArrayAccess.html","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"I","n":"BackedEnum","p":"BackedEnum.html","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"I","n":"Cassandra\\Aggregate","p":"Cassandra/Aggregate.html","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"I","n":"Cassandra\\Cluster","p":"Cassandra/Cluster.html","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"I","n":"Cassandra\\Column","p":"Cassandra/Column.html","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"I","n":"Cassandra\\Exception","p":"Cassandra/Exception.html","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"I","n":"Cassandra\\Function_","p":"Cassandra/Function_.html","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"I","n":"Cassandra\\Future","p":"Cassandra/Future.html","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"I","n":"Cassandra\\Index","p":"Cassandra/Index.html","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"I","n":"Cassandra\\Keyspace","p":"Cassandra/Keyspace.html","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"I","n":"Cassandra\\Numeric","p":"Cassandra/Numeric.html","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"I","n":"Cassandra\\RetryPolicy","p":"Cassandra/RetryPolicy.html","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"I","n":"Cassandra\\Schema","p":"Cassandra/Schema.html","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"I","n":"Cassandra\\Session","p":"Cassandra/Session.html","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"I","n":"Cassandra\\Statement","p":"Cassandra/Statement.html","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"I","n":"Cassandra\\Table","p":"Cassandra/Table.html","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"I","n":"Cassandra\\TimestampGenerator","p":"Cassandra/TimestampGenerator.html","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"I","n":"Cassandra\\UuidInterface","p":"Cassandra/UuidInterface.html","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"I","n":"Cassandra\\Value","p":"Cassandra/Value.html","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"I","n":"Collectable","p":"Collectable.html","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"I","n":"Couchbase\\AnalyticsEncryptionLevel","p":"Couchbase/AnalyticsEncryptionLevel.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\AnalyticsLink","p":"Couchbase/AnalyticsLink.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\AnalyticsLinkType","p":"Couchbase/AnalyticsLinkType.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\AnalyticsResult","p":"Couchbase/AnalyticsResult.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\Authenticator","p":"Couchbase/Authenticator.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\CounterResult","p":"Couchbase/CounterResult.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\DateRangeFacetResult","p":"Couchbase/DateRangeFacetResult.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\DurabilityLevel","p":"Couchbase/DurabilityLevel.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\EvictionPolicy","p":"Couchbase/EvictionPolicy.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\ExistsResult","p":"Couchbase/ExistsResult.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\GetReplicaResult","p":"Couchbase/GetReplicaResult.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\GetResult","p":"Couchbase/GetResult.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\LookupInResult","p":"Couchbase/LookupInResult.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\LookupInSpec","p":"Couchbase/LookupInSpec.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\Meter","p":"Couchbase/Meter.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\MutateInResult","p":"Couchbase/MutateInResult.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\MutateInSpec","p":"Couchbase/MutateInSpec.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\MutationResult","p":"Couchbase/MutationResult.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\MutationToken","p":"Couchbase/MutationToken.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\NumericRangeFacetResult","p":"Couchbase/NumericRangeFacetResult.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\QueryMetaData","p":"Couchbase/QueryMetaData.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\QueryProfile","p":"Couchbase/QueryProfile.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\QueryResult","p":"Couchbase/QueryResult.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\QueryScanConsistency","p":"Couchbase/QueryScanConsistency.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\RequestSpan","p":"Couchbase/RequestSpan.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\RequestTracer","p":"Couchbase/RequestTracer.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\Result","p":"Couchbase/Result.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\SearchFacet","p":"Couchbase/SearchFacet.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\SearchFacetResult","p":"Couchbase/SearchFacetResult.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\SearchHighlightMode","p":"Couchbase/SearchHighlightMode.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\SearchMetaData","p":"Couchbase/SearchMetaData.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\SearchQuery","p":"Couchbase/SearchQuery.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\SearchQueryPart","p":"Couchbase/SearchQueryPart.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\SearchResult","p":"Couchbase/SearchResult.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\SearchSort","p":"Couchbase/SearchSort.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\SearchSortMissing","p":"Couchbase/SearchSortMissing.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\SearchSortMode","p":"Couchbase/SearchSortMode.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\SearchSortType","p":"Couchbase/SearchSortType.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\StorageBackend","p":"Couchbase/StorageBackend.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\StoreSemantics","p":"Couchbase/StoreSemantics.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\TermFacetResult","p":"Couchbase/TermFacetResult.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\ValueRecorder","p":"Couchbase/ValueRecorder.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\ViewConsistency","p":"Couchbase/ViewConsistency.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\ViewMetaData","p":"Couchbase/ViewMetaData.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\ViewOrdering","p":"Couchbase/ViewOrdering.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\ViewQueryEncodable","p":"Couchbase/ViewQueryEncodable.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\ViewResult","p":"Couchbase/ViewResult.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Countable","p":"Countable.html","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"I","n":"DOMChildNode","p":"DOMChildNode.html","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"I","n":"DOMParentNode","p":"DOMParentNode.html","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"I","n":"DateTimeInterface","p":"DateTimeInterface.html","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"I","n":"Dom\\ChildNode","p":"Dom/ChildNode.html","f":{"n":"Dom","p":"Dom.html"}},{"t":"I","n":"Dom\\ParentNode","p":"Dom/ParentNode.html","f":{"n":"Dom","p":"Dom.html"}},{"t":"I","n":"Ds\\Collection","p":"Ds/Collection.html","f":{"n":"Ds","p":"Ds.html"}},{"t":"I","n":"Ds\\Hashable","p":"Ds/Hashable.html","f":{"n":"Ds","p":"Ds.html"}},{"t":"I","n":"Ds\\Sequence","p":"Ds/Sequence.html","f":{"n":"Ds","p":"Ds.html"}},{"t":"I","n":"Elastic\\Apm\\ExecutionSegmentContextInterface","p":"Elastic/Apm/ExecutionSegmentContextInterface.html","f":{"n":"Elastic\\Apm","p":"Elastic/Apm.html"}},{"t":"I","n":"Elastic\\Apm\\ExecutionSegmentInterface","p":"Elastic/Apm/ExecutionSegmentInterface.html","f":{"n":"Elastic\\Apm","p":"Elastic/Apm.html"}},{"t":"I","n":"Elastic\\Apm\\SpanContextDbInterface","p":"Elastic/Apm/SpanContextDbInterface.html","f":{"n":"Elastic\\Apm","p":"Elastic/Apm.html"}},{"t":"I","n":"Elastic\\Apm\\SpanContextDestinationInterface","p":"Elastic/Apm/SpanContextDestinationInterface.html","f":{"n":"Elastic\\Apm","p":"Elastic/Apm.html"}},{"t":"I","n":"Elastic\\Apm\\SpanContextHttpInterface","p":"Elastic/Apm/SpanContextHttpInterface.html","f":{"n":"Elastic\\Apm","p":"Elastic/Apm.html"}},{"t":"I","n":"Elastic\\Apm\\SpanContextInterface","p":"Elastic/Apm/SpanContextInterface.html","f":{"n":"Elastic\\Apm","p":"Elastic/Apm.html"}},{"t":"I","n":"Elastic\\Apm\\SpanInterface","p":"Elastic/Apm/SpanInterface.html","f":{"n":"Elastic\\Apm","p":"Elastic/Apm.html"}},{"t":"I","n":"Elastic\\Apm\\TransactionBuilderInterface","p":"Elastic/Apm/TransactionBuilderInterface.html","f":{"n":"Elastic\\Apm","p":"Elastic/Apm.html"}},{"t":"I","n":"Elastic\\Apm\\TransactionContextInterface","p":"Elastic/Apm/TransactionContextInterface.html","f":{"n":"Elastic\\Apm","p":"Elastic/Apm.html"}},{"t":"I","n":"Elastic\\Apm\\TransactionContextRequestInterface","p":"Elastic/Apm/TransactionContextRequestInterface.html","f":{"n":"Elastic\\Apm","p":"Elastic/Apm.html"}},{"t":"I","n":"Elastic\\Apm\\TransactionContextRequestUrlInterface","p":"Elastic/Apm/TransactionContextRequestUrlInterface.html","f":{"n":"Elastic\\Apm","p":"Elastic/Apm.html"}},{"t":"I","n":"Elastic\\Apm\\TransactionInterface","p":"Elastic/Apm/TransactionInterface.html","f":{"n":"Elastic\\Apm","p":"Elastic/Apm.html"}},{"t":"I","n":"IntBackedEnum","p":"IntBackedEnum.html","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"I","n":"Iterator","p":"Iterator.html","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"I","n":"IteratorAggregate","p":"IteratorAggregate.html","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"I","n":"JsonSerializable","p":"JsonSerializable.html","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"I","n":"MongoCursorInterface","p":"MongoCursorInterface.html","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"I","n":"MongoDB\\BSON\\BinaryInterface","p":"MongoDB/BSON/BinaryInterface.html","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"I","n":"MongoDB\\BSON\\Decimal128Interface","p":"MongoDB/BSON/Decimal128Interface.html","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"I","n":"MongoDB\\BSON\\JavascriptInterface","p":"MongoDB/BSON/JavascriptInterface.html","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"I","n":"MongoDB\\BSON\\MaxKeyInterface","p":"MongoDB/BSON/MaxKeyInterface.html","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"I","n":"MongoDB\\BSON\\MinKeyInterface","p":"MongoDB/BSON/MinKeyInterface.html","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"I","n":"MongoDB\\BSON\\ObjectIdInterface","p":"MongoDB/BSON/ObjectIdInterface.html","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"I","n":"MongoDB\\BSON\\Persistable","p":"MongoDB/BSON/Persistable.html","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"I","n":"MongoDB\\BSON\\RegexInterface","p":"MongoDB/BSON/RegexInterface.html","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"I","n":"MongoDB\\BSON\\Serializable","p":"MongoDB/BSON/Serializable.html","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"I","n":"MongoDB\\BSON\\TimestampInterface","p":"MongoDB/BSON/TimestampInterface.html","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"I","n":"MongoDB\\BSON\\Type","p":"MongoDB/BSON/Type.html","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"I","n":"MongoDB\\BSON\\UTCDateTimeInterface","p":"MongoDB/BSON/UTCDateTimeInterface.html","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"I","n":"MongoDB\\BSON\\Unserializable","p":"MongoDB/BSON/Unserializable.html","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"I","n":"MongoDB\\Driver\\CursorInterface","p":"MongoDB/Driver/CursorInterface.html","f":{"n":"MongoDB\\Driver","p":"MongoDB/Driver.html"}},{"t":"I","n":"MongoDB\\Driver\\Exception\\Exception","p":"MongoDB/Driver/Exception/Exception.html","f":{"n":"MongoDB\\Driver\\Exception","p":"MongoDB/Driver/Exception.html"}},{"t":"I","n":"MongoDB\\Driver\\Monitoring\\CommandSubscriber","p":"MongoDB/Driver/Monitoring/CommandSubscriber.html","f":{"n":"MongoDB\\Driver\\Monitoring","p":"MongoDB/Driver/Monitoring.html"}},{"t":"I","n":"MongoDB\\Driver\\Monitoring\\LogSubscriber","p":"MongoDB/Driver/Monitoring/LogSubscriber.html","f":{"n":"MongoDB\\Driver\\Monitoring","p":"MongoDB/Driver/Monitoring.html"}},{"t":"I","n":"MongoDB\\Driver\\Monitoring\\SDAMSubscriber","p":"MongoDB/Driver/Monitoring/SDAMSubscriber.html","f":{"n":"MongoDB\\Driver\\Monitoring","p":"MongoDB/Driver/Monitoring.html"}},{"t":"I","n":"MongoDB\\Driver\\Monitoring\\Subscriber","p":"MongoDB/Driver/Monitoring/Subscriber.html","f":{"n":"MongoDB\\Driver\\Monitoring","p":"MongoDB/Driver/Monitoring.html"}},{"t":"I","n":"OuterIterator","p":"OuterIterator.html","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"I","n":"Random\\CryptoSafeEngine","p":"Random/CryptoSafeEngine.html","f":{"n":"Random","p":"Random.html"}},{"t":"I","n":"Random\\Engine","p":"Random/Engine.html","f":{"n":"Random","p":"Random.html"}},{"t":"I","n":"RecursiveIterator","p":"RecursiveIterator.html","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"I","n":"Reflector","p":"Reflector.html","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"I","n":"SeekableIterator","p":"SeekableIterator.html","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"I","n":"Serializable","p":"Serializable.html","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"I","n":"SessionHandlerInterface","p":"SessionHandlerInterface.html","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"I","n":"SessionIdInterface","p":"SessionIdInterface.html","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"I","n":"SessionUpdateTimestampHandlerInterface","p":"SessionUpdateTimestampHandlerInterface.html","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"I","n":"SplObserver","p":"SplObserver.html","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"I","n":"SplSubject","p":"SplSubject.html","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"I","n":"StringBackedEnum","p":"StringBackedEnum.html","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"I","n":"Stringable","p":"Stringable.html","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"I","n":"StubTests\\Model\\StubProblemType","p":"StubTests/Model/StubProblemType.html","f":{"n":"StubTests\\Model","p":"StubTests/Model.html"}},{"t":"I","n":"Throwable","p":"Throwable.html","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"I","n":"Traversable","p":"Traversable.html","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"I","n":"UnitEnum","p":"UnitEnum.html","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"I","n":"Yaf\\Route_Interface","p":"Yaf/Route_Interface.html","f":{"n":"Yaf","p":"Yaf.html"}},{"t":"I","n":"Yaf\\View_Interface","p":"Yaf/View_Interface.html","f":{"n":"Yaf","p":"Yaf.html"}},{"t":"I","n":"Yaf_Route_Interface","p":"Yaf_Route_Interface.html","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"I","n":"Yaf_View_Interface","p":"Yaf_View_Interface.html","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"I","n":"http\\Client\\Curl\\User","p":"http/Client/Curl/User.html","f":{"n":"http\\Client\\Curl","p":"http/Client/Curl.html"}},{"t":"I","n":"http\\Exception","p":"http/Exception.html","f":{"n":"http","p":"http.html"}},{"t":"I","n":"iterable","p":"iterable.html","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"I","n":"mysql_xdevapi\\BaseResult","p":"mysql_xdevapi/BaseResult.html","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"I","n":"mysql_xdevapi\\CrudOperationBindable","p":"mysql_xdevapi/CrudOperationBindable.html","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"I","n":"mysql_xdevapi\\CrudOperationLimitable","p":"mysql_xdevapi/CrudOperationLimitable.html","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"I","n":"mysql_xdevapi\\CrudOperationSkippable","p":"mysql_xdevapi/CrudOperationSkippable.html","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"I","n":"mysql_xdevapi\\CrudOperationSortable","p":"mysql_xdevapi/CrudOperationSortable.html","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"I","n":"mysql_xdevapi\\DatabaseObject","p":"mysql_xdevapi/DatabaseObject.html","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"I","n":"mysql_xdevapi\\Executable","p":"mysql_xdevapi/Executable.html","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"I","n":"mysql_xdevapi\\SchemaObject","p":"mysql_xdevapi/SchemaObject.html","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"I","n":"pq\\Converter","p":"pq/Converter.html","f":{"n":"pq","p":"pq.html"}},{"t":"I","n":"pq\\Exception","p":"pq/Exception.html","f":{"n":"pq","p":"pq.html"}},{"t":"M","n":"AMQPBasicProperties::__construct","p":"AMQPBasicProperties.html#method___construct","d":null},{"t":"M","n":"AMQPBasicProperties::getContentType","p":"AMQPBasicProperties.html#method_getContentType","d":"

    Get the message content type.

    "},{"t":"M","n":"AMQPBasicProperties::getContentEncoding","p":"AMQPBasicProperties.html#method_getContentEncoding","d":"

    Get the content encoding of the message.

    "},{"t":"M","n":"AMQPBasicProperties::getHeaders","p":"AMQPBasicProperties.html#method_getHeaders","d":"

    Get the headers of the message.

    "},{"t":"M","n":"AMQPBasicProperties::getDeliveryMode","p":"AMQPBasicProperties.html#method_getDeliveryMode","d":"

    Get the delivery mode of the message.

    "},{"t":"M","n":"AMQPBasicProperties::getPriority","p":"AMQPBasicProperties.html#method_getPriority","d":"

    Get the priority of the message.

    "},{"t":"M","n":"AMQPBasicProperties::getCorrelationId","p":"AMQPBasicProperties.html#method_getCorrelationId","d":"

    Get the message correlation id.

    "},{"t":"M","n":"AMQPBasicProperties::getReplyTo","p":"AMQPBasicProperties.html#method_getReplyTo","d":"

    Get the reply-to address of the message.

    "},{"t":"M","n":"AMQPBasicProperties::getExpiration","p":"AMQPBasicProperties.html#method_getExpiration","d":"

    Get the expiration of the message.

    "},{"t":"M","n":"AMQPBasicProperties::getMessageId","p":"AMQPBasicProperties.html#method_getMessageId","d":"

    Get the message id of the message.

    "},{"t":"M","n":"AMQPBasicProperties::getTimestamp","p":"AMQPBasicProperties.html#method_getTimestamp","d":"

    Get the timestamp of the message.

    "},{"t":"M","n":"AMQPBasicProperties::getType","p":"AMQPBasicProperties.html#method_getType","d":"

    Get the message type.

    "},{"t":"M","n":"AMQPBasicProperties::getUserId","p":"AMQPBasicProperties.html#method_getUserId","d":"

    Get the message user id.

    "},{"t":"M","n":"AMQPBasicProperties::getAppId","p":"AMQPBasicProperties.html#method_getAppId","d":"

    Get the application id of the message.

    "},{"t":"M","n":"AMQPBasicProperties::getClusterId","p":"AMQPBasicProperties.html#method_getClusterId","d":"

    Get the cluster id of the message.

    "},{"t":"M","n":"AMQPChannel::commitTransaction","p":"AMQPChannel.html#method_commitTransaction","d":"

    Commit a pending transaction.

    "},{"t":"M","n":"AMQPChannel::__construct","p":"AMQPChannel.html#method___construct","d":"

    Create an instance of an AMQPChannel object.

    "},{"t":"M","n":"AMQPChannel::isConnected","p":"AMQPChannel.html#method_isConnected","d":"

    Check the channel connection.

    "},{"t":"M","n":"AMQPChannel::close","p":"AMQPChannel.html#method_close","d":"

    Closes the channel.

    "},{"t":"M","n":"AMQPChannel::getChannelId","p":"AMQPChannel.html#method_getChannelId","d":"

    Return internal channel ID

    "},{"t":"M","n":"AMQPChannel::qos","p":"AMQPChannel.html#method_qos","d":"

    Set the Quality Of Service settings for the given channel.

    "},{"t":"M","n":"AMQPChannel::rollbackTransaction","p":"AMQPChannel.html#method_rollbackTransaction","d":"

    Rollback a transaction.

    "},{"t":"M","n":"AMQPChannel::setPrefetchCount","p":"AMQPChannel.html#method_setPrefetchCount","d":"

    Set the number of messages to prefetch from the broker for each consumer.

    "},{"t":"M","n":"AMQPChannel::getPrefetchCount","p":"AMQPChannel.html#method_getPrefetchCount","d":"

    Get the number of messages to prefetch from the broker for each consumer.

    "},{"t":"M","n":"AMQPChannel::setPrefetchSize","p":"AMQPChannel.html#method_setPrefetchSize","d":"

    Set the window size to prefetch from the broker for each consumer.

    "},{"t":"M","n":"AMQPChannel::getPrefetchSize","p":"AMQPChannel.html#method_getPrefetchSize","d":"

    Get the window size to prefetch from the broker for each consumer.

    "},{"t":"M","n":"AMQPChannel::setGlobalPrefetchCount","p":"AMQPChannel.html#method_setGlobalPrefetchCount","d":"

    Set the number of messages to prefetch from the broker across all consumers.

    "},{"t":"M","n":"AMQPChannel::getGlobalPrefetchCount","p":"AMQPChannel.html#method_getGlobalPrefetchCount","d":"

    Get the number of messages to prefetch from the broker across all consumers.

    "},{"t":"M","n":"AMQPChannel::setGlobalPrefetchSize","p":"AMQPChannel.html#method_setGlobalPrefetchSize","d":"

    Set the window size to prefetch from the broker for all consumers.

    "},{"t":"M","n":"AMQPChannel::getGlobalPrefetchSize","p":"AMQPChannel.html#method_getGlobalPrefetchSize","d":"

    Get the window size to prefetch from the broker for all consumers.

    "},{"t":"M","n":"AMQPChannel::startTransaction","p":"AMQPChannel.html#method_startTransaction","d":"

    Start a transaction.

    "},{"t":"M","n":"AMQPChannel::getConnection","p":"AMQPChannel.html#method_getConnection","d":"

    Get the AMQPConnection object in use

    "},{"t":"M","n":"AMQPChannel::basicRecover","p":"AMQPChannel.html#method_basicRecover","d":"

    Redeliver unacknowledged messages.

    "},{"t":"M","n":"AMQPChannel::confirmSelect","p":"AMQPChannel.html#method_confirmSelect","d":"

    Set the channel to use publisher acknowledgements. This can only used on a non-transactional channel.

    "},{"t":"M","n":"AMQPChannel::setConfirmCallback","p":"AMQPChannel.html#method_setConfirmCallback","d":"

    Set callback to process basic.ack and basic.nac AMQP server methods (applicable when channel in confirm mode).

    "},{"t":"M","n":"AMQPChannel::waitForConfirm","p":"AMQPChannel.html#method_waitForConfirm","d":"

    Wait until all messages published since the last call have been either ack'd or nack'd by the broker.

    "},{"t":"M","n":"AMQPChannel::setReturnCallback","p":"AMQPChannel.html#method_setReturnCallback","d":"

    Set callback to process basic.return AMQP server method

    "},{"t":"M","n":"AMQPChannel::waitForBasicReturn","p":"AMQPChannel.html#method_waitForBasicReturn","d":"

    Start wait loop for basic.return AMQP server methods

    "},{"t":"M","n":"AMQPChannel::getConsumers","p":"AMQPChannel.html#method_getConsumers","d":"

    Return array of current consumers where key is consumer and value is AMQPQueue consumer is running on

    "},{"t":"M","n":"AMQPConnection::__construct","p":"AMQPConnection.html#method___construct","d":"

    Create an instance of AMQPConnection.

    "},{"t":"M","n":"AMQPConnection::isConnected","p":"AMQPConnection.html#method_isConnected","d":"

    Check whether the connection to the AMQP broker is still valid.

    "},{"t":"M","n":"AMQPConnection::isPersistent","p":"AMQPConnection.html#method_isPersistent","d":"

    Whether connection persistent.

    "},{"t":"M","n":"AMQPConnection::connect","p":"AMQPConnection.html#method_connect","d":"

    Establish a transient connection with the AMQP broker.

    "},{"t":"M","n":"AMQPConnection::disconnect","p":"AMQPConnection.html#method_disconnect","d":"

    Closes the transient connection with the AMQP broker.

    "},{"t":"M","n":"AMQPConnection::reconnect","p":"AMQPConnection.html#method_reconnect","d":"

    Close any open transient connections and initiate a new one with the AMQP broker.

    "},{"t":"M","n":"AMQPConnection::pconnect","p":"AMQPConnection.html#method_pconnect","d":"

    Establish a persistent connection with the AMQP broker.

    "},{"t":"M","n":"AMQPConnection::pdisconnect","p":"AMQPConnection.html#method_pdisconnect","d":"

    Closes a persistent connection with the AMQP broker.

    "},{"t":"M","n":"AMQPConnection::preconnect","p":"AMQPConnection.html#method_preconnect","d":"

    Close any open persistent connections and initiate a new one with the AMQP broker.

    "},{"t":"M","n":"AMQPConnection::getHost","p":"AMQPConnection.html#method_getHost","d":"

    Get the configured host.

    "},{"t":"M","n":"AMQPConnection::getLogin","p":"AMQPConnection.html#method_getLogin","d":"

    Get the configured login.

    "},{"t":"M","n":"AMQPConnection::getPassword","p":"AMQPConnection.html#method_getPassword","d":"

    Get the configured password.

    "},{"t":"M","n":"AMQPConnection::getPort","p":"AMQPConnection.html#method_getPort","d":"

    Get the configured port.

    "},{"t":"M","n":"AMQPConnection::getVhost","p":"AMQPConnection.html#method_getVhost","d":"

    Get the configured vhost.

    "},{"t":"M","n":"AMQPConnection::setHost","p":"AMQPConnection.html#method_setHost","d":"

    Set the hostname used to connect to the AMQP broker.

    "},{"t":"M","n":"AMQPConnection::setLogin","p":"AMQPConnection.html#method_setLogin","d":"

    Set the login string used to connect to the AMQP broker.

    "},{"t":"M","n":"AMQPConnection::setPassword","p":"AMQPConnection.html#method_setPassword","d":"

    Set the password string used to connect to the AMQP broker.

    "},{"t":"M","n":"AMQPConnection::setPort","p":"AMQPConnection.html#method_setPort","d":"

    Set the port used to connect to the AMQP broker.

    "},{"t":"M","n":"AMQPConnection::setVhost","p":"AMQPConnection.html#method_setVhost","d":"

    Sets the virtual host to which to connect on the AMQP broker.

    "},{"t":"M","n":"AMQPConnection::setTimeout","p":"AMQPConnection.html#method_setTimeout","d":"

    Sets the interval of time to wait for income activity from AMQP broker

    "},{"t":"M","n":"AMQPConnection::getTimeout","p":"AMQPConnection.html#method_getTimeout","d":"

    Get the configured interval of time to wait for income activity\nfrom AMQP broker

    "},{"t":"M","n":"AMQPConnection::setReadTimeout","p":"AMQPConnection.html#method_setReadTimeout","d":"

    Sets the interval of time to wait for income activity from AMQP broker

    "},{"t":"M","n":"AMQPConnection::getReadTimeout","p":"AMQPConnection.html#method_getReadTimeout","d":"

    Get the configured interval of time to wait for income activity\nfrom AMQP broker

    "},{"t":"M","n":"AMQPConnection::setWriteTimeout","p":"AMQPConnection.html#method_setWriteTimeout","d":"

    Sets the interval of time to wait for outcome activity to AMQP broker

    "},{"t":"M","n":"AMQPConnection::getWriteTimeout","p":"AMQPConnection.html#method_getWriteTimeout","d":"

    Get the configured interval of time to wait for outcome activity\nto AMQP broker

    "},{"t":"M","n":"AMQPConnection::getConnectTimeout","p":"AMQPConnection.html#method_getConnectTimeout","d":"

    Get the configured timeout (in seconds) for connecting to the AMQP broker

    "},{"t":"M","n":"AMQPConnection::setRpcTimeout","p":"AMQPConnection.html#method_setRpcTimeout","d":"

    Sets the interval of time to wait for RPC activity to AMQP broker

    "},{"t":"M","n":"AMQPConnection::getRpcTimeout","p":"AMQPConnection.html#method_getRpcTimeout","d":"

    Get the configured interval of time to wait for RPC activity\nto AMQP broker

    "},{"t":"M","n":"AMQPConnection::getUsedChannels","p":"AMQPConnection.html#method_getUsedChannels","d":"

    Return last used channel id during current connection session.

    "},{"t":"M","n":"AMQPConnection::getMaxChannels","p":"AMQPConnection.html#method_getMaxChannels","d":"

    Get the maximum number of channels the connection can handle.

    "},{"t":"M","n":"AMQPConnection::getMaxFrameSize","p":"AMQPConnection.html#method_getMaxFrameSize","d":"

    Get max supported frame size per connection in bytes.

    "},{"t":"M","n":"AMQPConnection::getHeartbeatInterval","p":"AMQPConnection.html#method_getHeartbeatInterval","d":"

    Get number of seconds between heartbeats of the connection in seconds.

    "},{"t":"M","n":"AMQPConnection::getCACert","p":"AMQPConnection.html#method_getCACert","d":"

    Get path to the CA cert file in PEM format

    "},{"t":"M","n":"AMQPConnection::setCACert","p":"AMQPConnection.html#method_setCACert","d":"

    Set path to the CA cert file in PEM format

    "},{"t":"M","n":"AMQPConnection::getCert","p":"AMQPConnection.html#method_getCert","d":"

    Get path to the client certificate in PEM format

    "},{"t":"M","n":"AMQPConnection::setCert","p":"AMQPConnection.html#method_setCert","d":"

    Set path to the client certificate in PEM format

    "},{"t":"M","n":"AMQPConnection::getKey","p":"AMQPConnection.html#method_getKey","d":"

    Get path to the client key in PEM format

    "},{"t":"M","n":"AMQPConnection::setKey","p":"AMQPConnection.html#method_setKey","d":"

    Set path to the client key in PEM format

    "},{"t":"M","n":"AMQPConnection::getVerify","p":"AMQPConnection.html#method_getVerify","d":"

    Get whether peer verification enabled or disabled

    "},{"t":"M","n":"AMQPConnection::setVerify","p":"AMQPConnection.html#method_setVerify","d":"

    Enable or disable peer verification

    "},{"t":"M","n":"AMQPConnection::setSaslMethod","p":"AMQPConnection.html#method_setSaslMethod","d":"

    set authentication method

    "},{"t":"M","n":"AMQPConnection::getSaslMethod","p":"AMQPConnection.html#method_getSaslMethod","d":"

    Get authentication mechanism configuration

    "},{"t":"M","n":"AMQPConnection::setConnectionName","p":"AMQPConnection.html#method_setConnectionName","d":null},{"t":"M","n":"AMQPConnection::getConnectionName","p":"AMQPConnection.html#method_getConnectionName","d":null},{"t":"M","n":"AMQPDecimal::__construct","p":"AMQPDecimal.html#method___construct","d":""},{"t":"M","n":"AMQPDecimal::getExponent","p":"AMQPDecimal.html#method_getExponent","d":""},{"t":"M","n":"AMQPDecimal::getSignificand","p":"AMQPDecimal.html#method_getSignificand","d":""},{"t":"M","n":"AMQPDecimal::toAmqpValue","p":"AMQPDecimal.html#method_toAmqpValue","d":null},{"t":"M","n":"AMQPEnvelope::getBody","p":"AMQPEnvelope.html#method_getBody","d":"

    Get the body of the message.

    "},{"t":"M","n":"AMQPEnvelope::getRoutingKey","p":"AMQPEnvelope.html#method_getRoutingKey","d":"

    Get the routing key of the message.

    "},{"t":"M","n":"AMQPEnvelope::getConsumerTag","p":"AMQPEnvelope.html#method_getConsumerTag","d":"

    Get the consumer tag of the message.

    "},{"t":"M","n":"AMQPEnvelope::getDeliveryTag","p":"AMQPEnvelope.html#method_getDeliveryTag","d":"

    Get the delivery tag of the message.

    "},{"t":"M","n":"AMQPEnvelope::getExchangeName","p":"AMQPEnvelope.html#method_getExchangeName","d":"

    Get the exchange name on which the message was published.

    "},{"t":"M","n":"AMQPEnvelope::isRedelivery","p":"AMQPEnvelope.html#method_isRedelivery","d":"

    Whether this is a redelivery of the message.

    "},{"t":"M","n":"AMQPEnvelope::getHeader","p":"AMQPEnvelope.html#method_getHeader","d":"

    Get a specific message header.

    "},{"t":"M","n":"AMQPEnvelope::hasHeader","p":"AMQPEnvelope.html#method_hasHeader","d":"

    Check whether specific message header exists.

    "},{"t":"M","n":"AMQPEnvelopeException::getEnvelope","p":"AMQPEnvelopeException.html#method_getEnvelope","d":null},{"t":"M","n":"AMQPExchange::__construct","p":"AMQPExchange.html#method___construct","d":"

    Create an instance of AMQPExchange.

    "},{"t":"M","n":"AMQPExchange::bind","p":"AMQPExchange.html#method_bind","d":"

    Bind to another exchange.

    "},{"t":"M","n":"AMQPExchange::unbind","p":"AMQPExchange.html#method_unbind","d":"

    Remove binding to another exchange.

    "},{"t":"M","n":"AMQPExchange::declareExchange","p":"AMQPExchange.html#method_declareExchange","d":"

    Declare a new exchange on the broker.

    "},{"t":"M","n":"AMQPExchange::declare","p":"AMQPExchange.html#method_declare","d":"

    Declare a new exchange on the broker.

    "},{"t":"M","n":"AMQPExchange::delete","p":"AMQPExchange.html#method_delete","d":"

    Delete the exchange from the broker.

    "},{"t":"M","n":"AMQPExchange::getArgument","p":"AMQPExchange.html#method_getArgument","d":"

    Get the argument associated with the given key.

    "},{"t":"M","n":"AMQPExchange::hasArgument","p":"AMQPExchange.html#method_hasArgument","d":"

    Check whether argument associated with the given key exists.

    "},{"t":"M","n":"AMQPExchange::getArguments","p":"AMQPExchange.html#method_getArguments","d":"

    Get all arguments set on the given exchange.

    "},{"t":"M","n":"AMQPExchange::getFlags","p":"AMQPExchange.html#method_getFlags","d":"

    Get all the flags currently set on the given exchange.

    "},{"t":"M","n":"AMQPExchange::getName","p":"AMQPExchange.html#method_getName","d":"

    Get the configured name.

    "},{"t":"M","n":"AMQPExchange::getType","p":"AMQPExchange.html#method_getType","d":"

    Get the configured type.

    "},{"t":"M","n":"AMQPExchange::publish","p":"AMQPExchange.html#method_publish","d":"

    Publish a message to an exchange.

    "},{"t":"M","n":"AMQPExchange::setArgument","p":"AMQPExchange.html#method_setArgument","d":"

    Set the value for the given key.

    "},{"t":"M","n":"AMQPExchange::removeArgument","p":"AMQPExchange.html#method_removeArgument","d":"

    Set the value for the given key.

    "},{"t":"M","n":"AMQPExchange::setArguments","p":"AMQPExchange.html#method_setArguments","d":"

    Set all arguments on the exchange.

    "},{"t":"M","n":"AMQPExchange::setFlags","p":"AMQPExchange.html#method_setFlags","d":"

    Set the flags on an exchange.

    "},{"t":"M","n":"AMQPExchange::setName","p":"AMQPExchange.html#method_setName","d":"

    Set the name of the exchange.

    "},{"t":"M","n":"AMQPExchange::setType","p":"AMQPExchange.html#method_setType","d":"

    Set the type of the exchange.

    "},{"t":"M","n":"AMQPExchange::getChannel","p":"AMQPExchange.html#method_getChannel","d":"

    Get the AMQPChannel object in use

    "},{"t":"M","n":"AMQPExchange::getConnection","p":"AMQPExchange.html#method_getConnection","d":"

    Get the AMQPConnection object in use

    "},{"t":"M","n":"AMQPQueue::__construct","p":"AMQPQueue.html#method___construct","d":"

    Create an instance of an AMQPQueue object.

    "},{"t":"M","n":"AMQPQueue::ack","p":"AMQPQueue.html#method_ack","d":"

    Acknowledge the receipt of a message.

    "},{"t":"M","n":"AMQPQueue::bind","p":"AMQPQueue.html#method_bind","d":"

    Bind the given queue to a routing key on an exchange.

    "},{"t":"M","n":"AMQPQueue::cancel","p":"AMQPQueue.html#method_cancel","d":"

    Cancel a queue that is already bound to an exchange and routing key.

    "},{"t":"M","n":"AMQPQueue::consume","p":"AMQPQueue.html#method_consume","d":"

    Consume messages from a queue.

    "},{"t":"M","n":"AMQPQueue::declareQueue","p":"AMQPQueue.html#method_declareQueue","d":"

    Declare a new queue on the broker.

    "},{"t":"M","n":"AMQPQueue::declare","p":"AMQPQueue.html#method_declare","d":"

    Declare a new queue on the broker.

    "},{"t":"M","n":"AMQPQueue::delete","p":"AMQPQueue.html#method_delete","d":"

    Delete a queue from the broker.

    "},{"t":"M","n":"AMQPQueue::get","p":"AMQPQueue.html#method_get","d":"

    Retrieve the next message from the queue.

    "},{"t":"M","n":"AMQPQueue::getFlags","p":"AMQPQueue.html#method_getFlags","d":"

    Get all the flags currently set on the given queue.

    "},{"t":"M","n":"AMQPQueue::getName","p":"AMQPQueue.html#method_getName","d":"

    Get the configured name.

    "},{"t":"M","n":"AMQPQueue::nack","p":"AMQPQueue.html#method_nack","d":"

    Mark a message as explicitly not acknowledged.

    "},{"t":"M","n":"AMQPQueue::reject","p":"AMQPQueue.html#method_reject","d":"

    Mark one message as explicitly not acknowledged.

    "},{"t":"M","n":"AMQPQueue::recover","p":"AMQPQueue.html#method_recover","d":"

    Recover unacknowledged messages delivered to the current consumer.

    "},{"t":"M","n":"AMQPQueue::purge","p":"AMQPQueue.html#method_purge","d":"

    Purge the contents of a queue.

    "},{"t":"M","n":"AMQPQueue::getArgument","p":"AMQPQueue.html#method_getArgument","d":"

    Get the argument associated with the given key.

    "},{"t":"M","n":"AMQPQueue::setArgument","p":"AMQPQueue.html#method_setArgument","d":"

    Set a queue argument.

    "},{"t":"M","n":"AMQPQueue::removeArgument","p":"AMQPQueue.html#method_removeArgument","d":"

    Set a queue argument.

    "},{"t":"M","n":"AMQPQueue::setArguments","p":"AMQPQueue.html#method_setArguments","d":"

    Set all arguments on the given queue.

    "},{"t":"M","n":"AMQPQueue::getArguments","p":"AMQPQueue.html#method_getArguments","d":"

    Get all set arguments as an array of key/value pairs.

    "},{"t":"M","n":"AMQPQueue::hasArgument","p":"AMQPQueue.html#method_hasArgument","d":"

    Check whether a queue has specific argument.

    "},{"t":"M","n":"AMQPQueue::setFlags","p":"AMQPQueue.html#method_setFlags","d":"

    Set the flags on the queue.

    "},{"t":"M","n":"AMQPQueue::setName","p":"AMQPQueue.html#method_setName","d":"

    Set the queue name.

    "},{"t":"M","n":"AMQPQueue::unbind","p":"AMQPQueue.html#method_unbind","d":"

    Remove a routing key binding on an exchange from the given queue.

    "},{"t":"M","n":"AMQPQueue::getChannel","p":"AMQPQueue.html#method_getChannel","d":"

    Get the AMQPChannel object in use

    "},{"t":"M","n":"AMQPQueue::getConnection","p":"AMQPQueue.html#method_getConnection","d":"

    Get the AMQPConnection object in use

    "},{"t":"M","n":"AMQPQueue::getConsumerTag","p":"AMQPQueue.html#method_getConsumerTag","d":"

    Get latest consumer tag. If no consumer available or the latest on was canceled null will be returned.

    "},{"t":"M","n":"AMQPTimestamp::__construct","p":"AMQPTimestamp.html#method___construct","d":""},{"t":"M","n":"AMQPTimestamp::__toString","p":"AMQPTimestamp.html#method___toString","d":null},{"t":"M","n":"AMQPTimestamp::getTimestamp","p":"AMQPTimestamp.html#method_getTimestamp","d":null},{"t":"M","n":"AMQPTimestamp::toAmqpValue","p":"AMQPTimestamp.html#method_toAmqpValue","d":null},{"t":"M","n":"AMQPValue::toAmqpValue","p":"AMQPValue.html#method_toAmqpValue","d":null},{"t":"M","n":"APCIterator::__construct","p":"APCIterator.html#method___construct","d":"

    Constructs an APCIterator iterator object

    "},{"t":"M","n":"APCIterator::rewind","p":"APCIterator.html#method_rewind","d":"

    Rewinds back the iterator to the first element

    "},{"t":"M","n":"APCIterator::valid","p":"APCIterator.html#method_valid","d":"

    Checks if the current iterator position is valid

    "},{"t":"M","n":"APCIterator::current","p":"APCIterator.html#method_current","d":"

    Gets the current item from the APCIterator stack

    "},{"t":"M","n":"APCIterator::key","p":"APCIterator.html#method_key","d":"

    Gets the current iterator key

    "},{"t":"M","n":"APCIterator::next","p":"APCIterator.html#method_next","d":"

    Moves the iterator pointer to the next element

    "},{"t":"M","n":"APCIterator::getTotalHits","p":"APCIterator.html#method_getTotalHits","d":"

    Gets the total number of cache hits

    "},{"t":"M","n":"APCIterator::getTotalSize","p":"APCIterator.html#method_getTotalSize","d":"

    Gets the total cache size

    "},{"t":"M","n":"APCIterator::getTotalCount","p":"APCIterator.html#method_getTotalCount","d":"

    Get the total count

    "},{"t":"M","n":"APCUIterator::__construct","p":"APCUIterator.html#method___construct","d":"

    Constructs an APCUIterator iterator object

    "},{"t":"M","n":"APCUIterator::rewind","p":"APCUIterator.html#method_rewind","d":"

    Rewinds back the iterator to the first element

    "},{"t":"M","n":"APCUIterator::valid","p":"APCUIterator.html#method_valid","d":"

    Checks if the current iterator position is valid

    "},{"t":"M","n":"APCUIterator::current","p":"APCUIterator.html#method_current","d":"

    Gets the current item from the APCUIterator stack

    "},{"t":"M","n":"APCUIterator::key","p":"APCUIterator.html#method_key","d":"

    Gets the current iterator key

    "},{"t":"M","n":"APCUIterator::next","p":"APCUIterator.html#method_next","d":"

    Moves the iterator pointer to the next element

    "},{"t":"M","n":"APCUIterator::getTotalHits","p":"APCUIterator.html#method_getTotalHits","d":"

    Gets the total number of cache hits

    "},{"t":"M","n":"APCUIterator::getTotalSize","p":"APCUIterator.html#method_getTotalSize","d":"

    Gets the total cache size

    "},{"t":"M","n":"APCUIterator::getTotalCount","p":"APCUIterator.html#method_getTotalCount","d":"

    Get the total count

    "},{"t":"M","n":"Aerospike::__construct","p":"Aerospike.html#method___construct","d":"

    Construct an Aerospike client object, and connect to the cluster defined\nin $config.

    "},{"t":"M","n":"Aerospike::__destruct","p":"Aerospike.html#method___destruct","d":"

    Disconnect from the Aerospike cluster and clean up resources.

    "},{"t":"M","n":"Aerospike::isConnected","p":"Aerospike.html#method_isConnected","d":"

    Test whether the client is connected to the cluster.

    "},{"t":"M","n":"Aerospike::close","p":"Aerospike.html#method_close","d":"

    Disconnect the client from all the cluster nodes.

    "},{"t":"M","n":"Aerospike::reconnect","p":"Aerospike.html#method_reconnect","d":"

    Reconnect the client to the cluster nodes.

    "},{"t":"M","n":"Aerospike::shmKey","p":"Aerospike.html#method_shmKey","d":"

    Expose the shared memory key used by shared-memory cluster tending

    "},{"t":"M","n":"Aerospike::error","p":"Aerospike.html#method_error","d":"

    Return the error message associated with the last operation.

    "},{"t":"M","n":"Aerospike::errorno","p":"Aerospike.html#method_errorno","d":"

    Return the error code associated with the last operation.

    "},{"t":"M","n":"Aerospike::initKey","p":"Aerospike.html#method_initKey","d":"

    Return an array that represents the record's key.

    "},{"t":"M","n":"Aerospike::getKeyDigest","p":"Aerospike.html#method_getKeyDigest","d":"

    Return the digest of hashing the (namespace, set, primary-key) tuple\nwith RIPEMD-160.

    "},{"t":"M","n":"Aerospike::put","p":"Aerospike.html#method_put","d":"

    Write a record identified by the $key with $bins, an array of bin-name => bin-value pairs.

    "},{"t":"M","n":"Aerospike::get","p":"Aerospike.html#method_get","d":"

    Read a record with a given key, and store it in $record

    "},{"t":"M","n":"Aerospike::exists","p":"Aerospike.html#method_exists","d":"

    Get the metadata of a record with a given key, and store it in $metadata

    "},{"t":"M","n":"Aerospike::touch","p":"Aerospike.html#method_touch","d":"

    Touch the record identified by the $key, resetting its time-to-live.

    "},{"t":"M","n":"Aerospike::remove","p":"Aerospike.html#method_remove","d":"

    Remove the record identified by the $key.

    "},{"t":"M","n":"Aerospike::removeBin","p":"Aerospike.html#method_removeBin","d":"

    Remove $bins from the record identified by the $key.

    "},{"t":"M","n":"Aerospike::truncate","p":"Aerospike.html#method_truncate","d":"

    Remove all the records from a namespace or set

    "},{"t":"M","n":"Aerospike::increment","p":"Aerospike.html#method_increment","d":"

    Increment the value of $bin in the record identified by the $key by an\n$offset.

    "},{"t":"M","n":"Aerospike::append","p":"Aerospike.html#method_append","d":"

    Append a string $value to the one already in $bin, in the record identified by the $key.

    "},{"t":"M","n":"Aerospike::prepend","p":"Aerospike.html#method_prepend","d":"

    Prepend a string $value to the one already in $bin, in the record identified by the $key.

    "},{"t":"M","n":"Aerospike::operate","p":"Aerospike.html#method_operate","d":"

    Perform multiple bin operations on a record with a given key, with write operations happening before read ones.

    "},{"t":"M","n":"Aerospike::operateOrdered","p":"Aerospike.html#method_operateOrdered","d":"

    Perform multiple bin operations on a record with a given key, with write operations happening before read ones.

    "},{"t":"M","n":"Aerospike::listSize","p":"Aerospike.html#method_listSize","d":"

    Count the number of elements in a list type bin

    "},{"t":"M","n":"Aerospike::listAppend","p":"Aerospike.html#method_listAppend","d":"

    Add a single value (of any type) to the end of a list type bin

    "},{"t":"M","n":"Aerospike::listMerge","p":"Aerospike.html#method_listMerge","d":"

    Add several items to the end of a list type bin

    "},{"t":"M","n":"Aerospike::listInsert","p":"Aerospike.html#method_listInsert","d":"

    Insert a single element (of any type) at a specified index of a list type bin

    "},{"t":"M","n":"Aerospike::listInsertItems","p":"Aerospike.html#method_listInsertItems","d":"

    Insert several elements at a specified index of a list type bin

    "},{"t":"M","n":"Aerospike::listPop","p":"Aerospike.html#method_listPop","d":"

    Remove and get back the element at a specified index of a list type bin\nIndex -1 is the last item in the list, -3 is the third from last, 0 is the first in the list.

    "},{"t":"M","n":"Aerospike::listPopRange","p":"Aerospike.html#method_listPopRange","d":"

    Remove and get back several elements at a specified index range of a list type bin\nIndex -1 is the last item in the list, -3 is the third from last, 0 is the first in the list.

    "},{"t":"M","n":"Aerospike::listRemove","p":"Aerospike.html#method_listRemove","d":"

    Remove a list element at a specified index of a list type bin

    "},{"t":"M","n":"Aerospike::listRemoveRange","p":"Aerospike.html#method_listRemoveRange","d":"

    Remove several list elements at a specified index range of a list type bin

    "},{"t":"M","n":"Aerospike::listTrim","p":"Aerospike.html#method_listTrim","d":"

    Trim the list, removing all elements not in the specified index range of a list type bin

    "},{"t":"M","n":"Aerospike::listClear","p":"Aerospike.html#method_listClear","d":"

    Remove all the elements from a list type bin

    "},{"t":"M","n":"Aerospike::listSet","p":"Aerospike.html#method_listSet","d":"

    Set an element at a specified index of a list type bin

    "},{"t":"M","n":"Aerospike::listGet","p":"Aerospike.html#method_listGet","d":"

    Get an element from a specified index of a list type bin

    "},{"t":"M","n":"Aerospike::listGetRange","p":"Aerospike.html#method_listGetRange","d":"

    Get several elements starting at a specified index from a list type bin

    "},{"t":"M","n":"Aerospike::getMany","p":"Aerospike.html#method_getMany","d":"

    Read a batch of records from a list of given keys, and fill $records with the resulting indexed array

    "},{"t":"M","n":"Aerospike::existsMany","p":"Aerospike.html#method_existsMany","d":"

    Check if a batch of records exists in the database and fill $metdata with the results

    "},{"t":"M","n":"Aerospike::scan","p":"Aerospike.html#method_scan","d":"

    Scan a namespace or set

    "},{"t":"M","n":"Aerospike::query","p":"Aerospike.html#method_query","d":"

    Query a secondary index on a namespace or set

    "},{"t":"M","n":"Aerospike::predicateEquals","p":"Aerospike.html#method_predicateEquals","d":"

    Helper method for creating an EQUALS predicate

    "},{"t":"M","n":"Aerospike::predicateBetween","p":"Aerospike.html#method_predicateBetween","d":"

    Helper method for creating a BETWEEN predicate

    "},{"t":"M","n":"Aerospike::predicateContains","p":"Aerospike.html#method_predicateContains","d":"

    Helper method for creating an CONTAINS predicate

    "},{"t":"M","n":"Aerospike::predicateRange","p":"Aerospike.html#method_predicateRange","d":"

    Helper method for creating a RANGE predicate

    "},{"t":"M","n":"Aerospike::predicateGeoContainsGeoJSONPoint","p":"Aerospike.html#method_predicateGeoContainsGeoJSONPoint","d":"

    Helper method for creating a GEOCONTAINS point predicate

    "},{"t":"M","n":"Aerospike::predicateGeoContainsPoint","p":"Aerospike.html#method_predicateGeoContainsPoint","d":"

    Helper method for creating a GEOCONTAINS point predicate

    "},{"t":"M","n":"Aerospike::predicateGeoWithinGeoJSONRegion","p":"Aerospike.html#method_predicateGeoWithinGeoJSONRegion","d":"

    Helper method for creating a GEOWITHIN region predicate

    "},{"t":"M","n":"Aerospike::predicateGeoWithinRadius","p":"Aerospike.html#method_predicateGeoWithinRadius","d":"

    Helper method for creating a GEOWITHIN circle region predicate

    "},{"t":"M","n":"Aerospike::jobInfo","p":"Aerospike.html#method_jobInfo","d":"

    Get the status of a background job triggered by Aerospike::scanApply or Aerospike::queryApply

    "},{"t":"M","n":"Aerospike::register","p":"Aerospike.html#method_register","d":"

    Register a UDF module with the cluster

    "},{"t":"M","n":"Aerospike::deregister","p":"Aerospike.html#method_deregister","d":"

    Remove a UDF module from the cluster

    "},{"t":"M","n":"Aerospike::listRegistered","p":"Aerospike.html#method_listRegistered","d":"

    List the UDF modules registered with the cluster

    "},{"t":"M","n":"Aerospike::getRegistered","p":"Aerospike.html#method_getRegistered","d":"

    Get the code for a UDF module registered with the cluster

    "},{"t":"M","n":"Aerospike::apply","p":"Aerospike.html#method_apply","d":"

    Apply a UDF to a record

    "},{"t":"M","n":"Aerospike::scanApply","p":"Aerospike.html#method_scanApply","d":"

    Apply a UDF to each record in a scan

    "},{"t":"M","n":"Aerospike::queryApply","p":"Aerospike.html#method_queryApply","d":"

    Apply a UDF to each record in a query

    "},{"t":"M","n":"Aerospike::aggregate","p":"Aerospike.html#method_aggregate","d":"

    Apply a stream UDF to a scan or secondary index query

    "},{"t":"M","n":"Aerospike::addIndex","p":"Aerospike.html#method_addIndex","d":"

    Create a secondary index on a bin of a specified set

    "},{"t":"M","n":"Aerospike::dropIndex","p":"Aerospike.html#method_dropIndex","d":"

    Drop a secondary index

    "},{"t":"M","n":"Aerospike::info","p":"Aerospike.html#method_info","d":"

    Send an info request to a single cluster node

    "},{"t":"M","n":"Aerospike::infoMany","p":"Aerospike.html#method_infoMany","d":"

    Send an info request to a single cluster node

    "},{"t":"M","n":"Aerospike::getNodes","p":"Aerospike.html#method_getNodes","d":"

    Get the addresses of the cluster nodes

    "},{"t":"M","n":"Aerospike::setLogLevel","p":"Aerospike.html#method_setLogLevel","d":"

    Set the logging threshold of the Aerospike object

    "},{"t":"M","n":"Aerospike::setLogHandler","p":"Aerospike.html#method_setLogHandler","d":"

    Set a handler for log events

    "},{"t":"M","n":"Aerospike::setSerializer","p":"Aerospike.html#method_setSerializer","d":"

    Set a serialization handler for unsupported types

    "},{"t":"M","n":"Aerospike::setDeserializer","p":"Aerospike.html#method_setDeserializer","d":"

    Set a deserialization handler for unsupported types

    "},{"t":"M","n":"Aerospike\\Bytes::__construct","p":"Aerospike/Bytes.html#method___construct","d":"

    Constructor for \\Aerospike\\Bytes class.

    "},{"t":"M","n":"Aerospike\\Bytes::serialize","p":"Aerospike/Bytes.html#method_serialize","d":"

    Returns a serialized representation of the binary-string.

    "},{"t":"M","n":"Aerospike\\Bytes::unserialize","p":"Aerospike/Bytes.html#method_unserialize","d":"

    Re-wraps the binary-string when called by unserialize().

    "},{"t":"M","n":"Aerospike\\Bytes::__toString","p":"Aerospike/Bytes.html#method___toString","d":"

    Returns the binary-string held in the \\Aerospike\\Bytes object.

    "},{"t":"M","n":"Aerospike\\Bytes::unwrap","p":"Aerospike/Bytes.html#method_unwrap","d":"

    Unwraps an \\Aerospike\\Bytes object, returning the binary-string inside.

    "},{"t":"M","n":"AllowDynamicProperties::__construct","p":"AllowDynamicProperties.html#method___construct","d":null},{"t":"M","n":"AppendIterator::__construct","p":"AppendIterator.html#method___construct","d":"

    Constructs an AppendIterator

    "},{"t":"M","n":"AppendIterator::append","p":"AppendIterator.html#method_append","d":"

    Appends an iterator

    "},{"t":"M","n":"AppendIterator::rewind","p":"AppendIterator.html#method_rewind","d":"

    Rewinds the Iterator

    "},{"t":"M","n":"AppendIterator::valid","p":"AppendIterator.html#method_valid","d":"

    Checks validity of the current element

    "},{"t":"M","n":"AppendIterator::key","p":"AppendIterator.html#method_key","d":"

    Gets the current key

    "},{"t":"M","n":"AppendIterator::current","p":"AppendIterator.html#method_current","d":"

    Gets the current value

    "},{"t":"M","n":"AppendIterator::next","p":"AppendIterator.html#method_next","d":"

    Moves to the next element

    "},{"t":"M","n":"AppendIterator::getInnerIterator","p":"AppendIterator.html#method_getInnerIterator","d":"

    Gets an inner iterator

    "},{"t":"M","n":"AppendIterator::getIteratorIndex","p":"AppendIterator.html#method_getIteratorIndex","d":"

    Gets an index of iterators

    "},{"t":"M","n":"AppendIterator::getArrayIterator","p":"AppendIterator.html#method_getArrayIterator","d":"

    The getArrayIterator method

    "},{"t":"M","n":"ArrayAccess::offsetExists","p":"ArrayAccess.html#method_offsetExists","d":"

    Whether a offset exists

    "},{"t":"M","n":"ArrayAccess::offsetGet","p":"ArrayAccess.html#method_offsetGet","d":"

    Offset to retrieve

    "},{"t":"M","n":"ArrayAccess::offsetSet","p":"ArrayAccess.html#method_offsetSet","d":"

    Offset to set

    "},{"t":"M","n":"ArrayAccess::offsetUnset","p":"ArrayAccess.html#method_offsetUnset","d":"

    Offset to unset

    "},{"t":"M","n":"ArrayIterator::__construct","p":"ArrayIterator.html#method___construct","d":"

    Construct an ArrayIterator

    "},{"t":"M","n":"ArrayIterator::offsetExists","p":"ArrayIterator.html#method_offsetExists","d":"

    Check if offset exists

    "},{"t":"M","n":"ArrayIterator::offsetGet","p":"ArrayIterator.html#method_offsetGet","d":"

    Get value for an offset

    "},{"t":"M","n":"ArrayIterator::offsetSet","p":"ArrayIterator.html#method_offsetSet","d":"

    Set value for an offset

    "},{"t":"M","n":"ArrayIterator::offsetUnset","p":"ArrayIterator.html#method_offsetUnset","d":"

    Unset value for an offset

    "},{"t":"M","n":"ArrayIterator::append","p":"ArrayIterator.html#method_append","d":"

    Append an element

    "},{"t":"M","n":"ArrayIterator::getArrayCopy","p":"ArrayIterator.html#method_getArrayCopy","d":"

    Get array copy

    "},{"t":"M","n":"ArrayIterator::count","p":"ArrayIterator.html#method_count","d":"

    Count elements

    "},{"t":"M","n":"ArrayIterator::getFlags","p":"ArrayIterator.html#method_getFlags","d":"

    Get flags

    "},{"t":"M","n":"ArrayIterator::setFlags","p":"ArrayIterator.html#method_setFlags","d":"

    Set behaviour flags

    "},{"t":"M","n":"ArrayIterator::asort","p":"ArrayIterator.html#method_asort","d":"

    Sort array by values

    "},{"t":"M","n":"ArrayIterator::ksort","p":"ArrayIterator.html#method_ksort","d":"

    Sort array by keys

    "},{"t":"M","n":"ArrayIterator::uasort","p":"ArrayIterator.html#method_uasort","d":"

    User defined sort

    "},{"t":"M","n":"ArrayIterator::uksort","p":"ArrayIterator.html#method_uksort","d":"

    User defined sort

    "},{"t":"M","n":"ArrayIterator::natsort","p":"ArrayIterator.html#method_natsort","d":"

    Sort an array naturally

    "},{"t":"M","n":"ArrayIterator::natcasesort","p":"ArrayIterator.html#method_natcasesort","d":"

    Sort an array naturally, case insensitive

    "},{"t":"M","n":"ArrayIterator::unserialize","p":"ArrayIterator.html#method_unserialize","d":"Unserialize"},{"t":"M","n":"ArrayIterator::serialize","p":"ArrayIterator.html#method_serialize","d":"Serialize"},{"t":"M","n":"ArrayIterator::rewind","p":"ArrayIterator.html#method_rewind","d":"

    Rewind array back to the start

    "},{"t":"M","n":"ArrayIterator::current","p":"ArrayIterator.html#method_current","d":"

    Return current array entry

    "},{"t":"M","n":"ArrayIterator::key","p":"ArrayIterator.html#method_key","d":"

    Return current array key

    "},{"t":"M","n":"ArrayIterator::next","p":"ArrayIterator.html#method_next","d":"

    Move to next entry

    "},{"t":"M","n":"ArrayIterator::valid","p":"ArrayIterator.html#method_valid","d":"

    Check whether array contains more entries

    "},{"t":"M","n":"ArrayIterator::seek","p":"ArrayIterator.html#method_seek","d":"

    Seek to position

    "},{"t":"M","n":"ArrayIterator::__debugInfo","p":"ArrayIterator.html#method___debugInfo","d":""},{"t":"M","n":"ArrayIterator::__serialize","p":"ArrayIterator.html#method___serialize","d":""},{"t":"M","n":"ArrayIterator::__unserialize","p":"ArrayIterator.html#method___unserialize","d":""},{"t":"M","n":"ArrayObject::__construct","p":"ArrayObject.html#method___construct","d":"

    Construct a new array object

    "},{"t":"M","n":"ArrayObject::offsetExists","p":"ArrayObject.html#method_offsetExists","d":"

    Returns whether the requested index exists

    "},{"t":"M","n":"ArrayObject::offsetGet","p":"ArrayObject.html#method_offsetGet","d":"

    Returns the value at the specified index

    "},{"t":"M","n":"ArrayObject::offsetSet","p":"ArrayObject.html#method_offsetSet","d":"

    Sets the value at the specified index to newval

    "},{"t":"M","n":"ArrayObject::offsetUnset","p":"ArrayObject.html#method_offsetUnset","d":"

    Unsets the value at the specified index

    "},{"t":"M","n":"ArrayObject::append","p":"ArrayObject.html#method_append","d":"

    Appends the value

    "},{"t":"M","n":"ArrayObject::getArrayCopy","p":"ArrayObject.html#method_getArrayCopy","d":"

    Creates a copy of the ArrayObject.

    "},{"t":"M","n":"ArrayObject::count","p":"ArrayObject.html#method_count","d":"

    Get the number of public properties in the ArrayObject\nWhen the ArrayObject is constructed from an array all properties are public.

    "},{"t":"M","n":"ArrayObject::getFlags","p":"ArrayObject.html#method_getFlags","d":"

    Gets the behavior flags.

    "},{"t":"M","n":"ArrayObject::setFlags","p":"ArrayObject.html#method_setFlags","d":"

    Sets the behavior flags.

    "},{"t":"M","n":"ArrayObject::asort","p":"ArrayObject.html#method_asort","d":"

    Sort the entries by value

    "},{"t":"M","n":"ArrayObject::ksort","p":"ArrayObject.html#method_ksort","d":"

    Sort the entries by key

    "},{"t":"M","n":"ArrayObject::uasort","p":"ArrayObject.html#method_uasort","d":"

    Sort the entries with a user-defined comparison function and maintain key association

    "},{"t":"M","n":"ArrayObject::uksort","p":"ArrayObject.html#method_uksort","d":"

    Sort the entries by keys using a user-defined comparison function

    "},{"t":"M","n":"ArrayObject::natsort","p":"ArrayObject.html#method_natsort","d":"

    Sort entries using a "natural order" algorithm

    "},{"t":"M","n":"ArrayObject::natcasesort","p":"ArrayObject.html#method_natcasesort","d":"

    Sort an array using a case insensitive "natural order" algorithm

    "},{"t":"M","n":"ArrayObject::unserialize","p":"ArrayObject.html#method_unserialize","d":"

    Unserialize an ArrayObject

    "},{"t":"M","n":"ArrayObject::serialize","p":"ArrayObject.html#method_serialize","d":"

    Serialize an ArrayObject

    "},{"t":"M","n":"ArrayObject::__debugInfo","p":"ArrayObject.html#method___debugInfo","d":""},{"t":"M","n":"ArrayObject::__serialize","p":"ArrayObject.html#method___serialize","d":""},{"t":"M","n":"ArrayObject::__unserialize","p":"ArrayObject.html#method___unserialize","d":""},{"t":"M","n":"ArrayObject::getIterator","p":"ArrayObject.html#method_getIterator","d":"

    Create a new iterator from an ArrayObject instance

    "},{"t":"M","n":"ArrayObject::exchangeArray","p":"ArrayObject.html#method_exchangeArray","d":"

    Exchange the array for another one.

    "},{"t":"M","n":"ArrayObject::setIteratorClass","p":"ArrayObject.html#method_setIteratorClass","d":"

    Sets the iterator classname for the ArrayObject.

    "},{"t":"M","n":"ArrayObject::getIteratorClass","p":"ArrayObject.html#method_getIteratorClass","d":"

    Gets the iterator classname for the ArrayObject.

    "},{"t":"M","n":"Attribute::__construct","p":"Attribute.html#method___construct","d":""},{"t":"M","n":"BackedEnum::from","p":"BackedEnum.html#method_from","d":"

    Translates a string or int into the corresponding Enum\ncase, if any. If there is no matching case defined, it will throw a\nValueError.

    "},{"t":"M","n":"BackedEnum::tryFrom","p":"BackedEnum.html#method_tryFrom","d":"

    Translates a string or int into the corresponding Enum\ncase, if any. If there is no matching case defined, it will return null.

    "},{"t":"M","n":"BcMath\\Number::__construct","p":"BcMath/Number.html#method___construct","d":null},{"t":"M","n":"BcMath\\Number::add","p":"BcMath/Number.html#method_add","d":null},{"t":"M","n":"BcMath\\Number::sub","p":"BcMath/Number.html#method_sub","d":null},{"t":"M","n":"BcMath\\Number::mul","p":"BcMath/Number.html#method_mul","d":null},{"t":"M","n":"BcMath\\Number::div","p":"BcMath/Number.html#method_div","d":null},{"t":"M","n":"BcMath\\Number::mod","p":"BcMath/Number.html#method_mod","d":null},{"t":"M","n":"BcMath\\Number::divmod","p":"BcMath/Number.html#method_divmod","d":""},{"t":"M","n":"BcMath\\Number::powmod","p":"BcMath/Number.html#method_powmod","d":null},{"t":"M","n":"BcMath\\Number::pow","p":"BcMath/Number.html#method_pow","d":null},{"t":"M","n":"BcMath\\Number::sqrt","p":"BcMath/Number.html#method_sqrt","d":null},{"t":"M","n":"BcMath\\Number::floor","p":"BcMath/Number.html#method_floor","d":null},{"t":"M","n":"BcMath\\Number::ceil","p":"BcMath/Number.html#method_ceil","d":null},{"t":"M","n":"BcMath\\Number::round","p":"BcMath/Number.html#method_round","d":null},{"t":"M","n":"BcMath\\Number::compare","p":"BcMath/Number.html#method_compare","d":null},{"t":"M","n":"BcMath\\Number::__toString","p":"BcMath/Number.html#method___toString","d":"

    Magic method {https://www.php.net/manual/en/language.oop5.magic.php#object.tostring}\nallows a class to decide how it will react when it is treated like a string.

    "},{"t":"M","n":"BcMath\\Number::__serialize","p":"BcMath/Number.html#method___serialize","d":null},{"t":"M","n":"BcMath\\Number::__unserialize","p":"BcMath/Number.html#method___unserialize","d":null},{"t":"M","n":"BlackfireProbe::getMainInstance","p":"BlackfireProbe.html#method_getMainInstance","d":"

    Returns a global singleton and enables it by default.

    "},{"t":"M","n":"BlackfireProbe::isEnabled","p":"BlackfireProbe.html#method_isEnabled","d":"

    Tells whether the probe is currently profiling or not.

    "},{"t":"M","n":"BlackfireProbe::addMarker","p":"BlackfireProbe.html#method_addMarker","d":"

    Adds a marker for the Timeline View.

    "},{"t":"M","n":"BlackfireProbe::__construct","p":"BlackfireProbe.html#method___construct","d":"

    BlackfireProbe constructor. SHOULD NOT BE USED DIRECTLY!\nUSE getMainInstance() INSTEAD!

    "},{"t":"M","n":"BlackfireProbe::isVerified","p":"BlackfireProbe.html#method_isVerified","d":"

    Tells if the probe is cryptographically verified,\ni.e. if the signature in X-Blackfire-Query HTTP header or\nBLACKFIRE_QUERY environment variable is valid.

    "},{"t":"M","n":"BlackfireProbe::setConfiguration","p":"BlackfireProbe.html#method_setConfiguration","d":""},{"t":"M","n":"BlackfireProbe::getResponseLine","p":"BlackfireProbe.html#method_getResponseLine","d":"

    Gets the response message/status/line.

    "},{"t":"M","n":"BlackfireProbe::enable","p":"BlackfireProbe.html#method_enable","d":"

    Enables manual instrumentation. Starts collecting profiling data.

    "},{"t":"M","n":"BlackfireProbe::discard","p":"BlackfireProbe.html#method_discard","d":"

    Discards collected data and disables instrumentation.

    "},{"t":"M","n":"BlackfireProbe::disable","p":"BlackfireProbe.html#method_disable","d":"

    Disables instrumentation.

    "},{"t":"M","n":"BlackfireProbe::close","p":"BlackfireProbe.html#method_close","d":"

    Stops the profiling and forces the collected data to be sent to Blackfire.

    "},{"t":"M","n":"BlackfireProbe::createSubProfileQuery","p":"BlackfireProbe.html#method_createSubProfileQuery","d":"

    Creates a sub-query string to create a new profile linked to the current one.

    "},{"t":"M","n":"BlackfireProbe::setTransactionName","p":"BlackfireProbe.html#method_setTransactionName","d":"

    Sets a custom transaction name for Blackfire Monitoring.

    "},{"t":"M","n":"BlackfireProbe::ignoreTransaction","p":"BlackfireProbe.html#method_ignoreTransaction","d":"

    Disables Blackfire Monitoring instrumentation for a transaction.

    "},{"t":"M","n":"BlackfireProbe::startTransaction","p":"BlackfireProbe.html#method_startTransaction","d":"

    Manually starts a transaction. Useful for CLI/Consumer monitoring.

    "},{"t":"M","n":"BlackfireProbe::stopTransaction","p":"BlackfireProbe.html#method_stopTransaction","d":"

    Manually stops a transaction. Useful for CLI/Consumer monitoring.

    "},{"t":"M","n":"COM::__construct","p":"COM.html#method___construct","d":"

    (PHP 4 >= 4.1.0, PHP 5, PHP 7)
    \nCOM class constructor.

    "},{"t":"M","n":"COM::__get","p":"COM.html#method___get","d":null},{"t":"M","n":"COM::__set","p":"COM.html#method___set","d":null},{"t":"M","n":"COM::__call","p":"COM.html#method___call","d":null},{"t":"M","n":"CURLFile::__construct","p":"CURLFile.html#method___construct","d":"

    Create a CURLFile object

    "},{"t":"M","n":"CURLFile::getFilename","p":"CURLFile.html#method_getFilename","d":"

    Get file name

    "},{"t":"M","n":"CURLFile::getMimeType","p":"CURLFile.html#method_getMimeType","d":"

    Get MIME type

    "},{"t":"M","n":"CURLFile::getPostFilename","p":"CURLFile.html#method_getPostFilename","d":"

    Get file name for POST

    "},{"t":"M","n":"CURLFile::setMimeType","p":"CURLFile.html#method_setMimeType","d":"

    Set MIME type

    "},{"t":"M","n":"CURLFile::setPostFilename","p":"CURLFile.html#method_setPostFilename","d":"

    Set file name for POST\nhttps://secure.php.net/manual/en/curlfile.setpostfilename.php

    "},{"t":"M","n":"CURLFile::__wakeup","p":"CURLFile.html#method___wakeup","d":""},{"t":"M","n":"CURLStringFile::__construct","p":"CURLStringFile.html#method___construct","d":null},{"t":"M","n":"CachingIterator::__construct","p":"CachingIterator.html#method___construct","d":"

    Constructs a new CachingIterator.

    "},{"t":"M","n":"CachingIterator::rewind","p":"CachingIterator.html#method_rewind","d":"

    Rewind the iterator

    "},{"t":"M","n":"CachingIterator::valid","p":"CachingIterator.html#method_valid","d":"

    Check whether the current element is valid

    "},{"t":"M","n":"CachingIterator::key","p":"CachingIterator.html#method_key","d":"

    Return the key for the current element

    "},{"t":"M","n":"CachingIterator::current","p":"CachingIterator.html#method_current","d":"

    Return the current element

    "},{"t":"M","n":"CachingIterator::next","p":"CachingIterator.html#method_next","d":"

    Move the iterator forward

    "},{"t":"M","n":"CachingIterator::hasNext","p":"CachingIterator.html#method_hasNext","d":"

    Check whether the inner iterator has a valid next element

    "},{"t":"M","n":"CachingIterator::__toString","p":"CachingIterator.html#method___toString","d":"

    Return the string representation of the current iteration based on the flag being used.

    "},{"t":"M","n":"CachingIterator::getInnerIterator","p":"CachingIterator.html#method_getInnerIterator","d":"

    Returns the inner iterator

    "},{"t":"M","n":"CachingIterator::getFlags","p":"CachingIterator.html#method_getFlags","d":"

    Get flags used

    "},{"t":"M","n":"CachingIterator::setFlags","p":"CachingIterator.html#method_setFlags","d":"

    The setFlags purpose

    "},{"t":"M","n":"CachingIterator::offsetGet","p":"CachingIterator.html#method_offsetGet","d":"

    Internal cache array index to retrieve.

    "},{"t":"M","n":"CachingIterator::offsetSet","p":"CachingIterator.html#method_offsetSet","d":"

    Set an element on the internal cache array.

    "},{"t":"M","n":"CachingIterator::offsetUnset","p":"CachingIterator.html#method_offsetUnset","d":"

    Remove an element from the internal cache array.

    "},{"t":"M","n":"CachingIterator::offsetExists","p":"CachingIterator.html#method_offsetExists","d":"

    Return whether an element at the index exists on the internal cache array.

    "},{"t":"M","n":"CachingIterator::getCache","p":"CachingIterator.html#method_getCache","d":"

    Retrieve the contents of the cache

    "},{"t":"M","n":"CachingIterator::count","p":"CachingIterator.html#method_count","d":"

    The number of elements in the iterator

    "},{"t":"M","n":"CallbackFilterIterator::__construct","p":"CallbackFilterIterator.html#method___construct","d":"

    Creates a filtered iterator using the callback to determine which items are accepted or rejected.

    "},{"t":"M","n":"CallbackFilterIterator::accept","p":"CallbackFilterIterator.html#method_accept","d":"

    This method calls the callback with the current value, current key and the inner iterator.

    "},{"t":"M","n":"Cassandra::cluster","p":"Cassandra.html#method_cluster","d":"

    Creates a new cluster builder for constructing a Cluster object.

    "},{"t":"M","n":"Cassandra::ssl","p":"Cassandra.html#method_ssl","d":"

    Creates a new ssl builder for constructing a SSLOptions object.

    "},{"t":"M","n":"Cassandra\\Aggregate::name","p":"Cassandra/Aggregate.html#method_name","d":"

    Returns the full name of the aggregate

    "},{"t":"M","n":"Cassandra\\Aggregate::simpleName","p":"Cassandra/Aggregate.html#method_simpleName","d":"

    Returns the simple name of the aggregate

    "},{"t":"M","n":"Cassandra\\Aggregate::argumentTypes","p":"Cassandra/Aggregate.html#method_argumentTypes","d":"

    Returns the argument types of the aggregate

    "},{"t":"M","n":"Cassandra\\Aggregate::finalFunction","p":"Cassandra/Aggregate.html#method_finalFunction","d":"

    Returns the final function of the aggregate

    "},{"t":"M","n":"Cassandra\\Aggregate::stateFunction","p":"Cassandra/Aggregate.html#method_stateFunction","d":"

    Returns the state function of the aggregate

    "},{"t":"M","n":"Cassandra\\Aggregate::initialCondition","p":"Cassandra/Aggregate.html#method_initialCondition","d":"

    Returns the initial condition of the aggregate

    "},{"t":"M","n":"Cassandra\\Aggregate::returnType","p":"Cassandra/Aggregate.html#method_returnType","d":"

    Returns the return type of the aggregate

    "},{"t":"M","n":"Cassandra\\Aggregate::stateType","p":"Cassandra/Aggregate.html#method_stateType","d":"

    Returns the state type of the aggregate

    "},{"t":"M","n":"Cassandra\\Aggregate::signature","p":"Cassandra/Aggregate.html#method_signature","d":"

    Returns the signature of the aggregate

    "},{"t":"M","n":"Cassandra\\BatchStatement::__construct","p":"Cassandra/BatchStatement.html#method___construct","d":"

    Creates a new batch statement.

    "},{"t":"M","n":"Cassandra\\BatchStatement::add","p":"Cassandra/BatchStatement.html#method_add","d":"

    Adds a statement to this batch.

    "},{"t":"M","n":"Cassandra\\Bigint::__construct","p":"Cassandra/Bigint.html#method___construct","d":"

    Creates a new 64bit integer.

    "},{"t":"M","n":"Cassandra\\Bigint::min","p":"Cassandra/Bigint.html#method_min","d":"

    Minimum possible Bigint value

    "},{"t":"M","n":"Cassandra\\Bigint::max","p":"Cassandra/Bigint.html#method_max","d":"

    Maximum possible Bigint value

    "},{"t":"M","n":"Cassandra\\Bigint::__toString","p":"Cassandra/Bigint.html#method___toString","d":"

    Returns string representation of the integer value.

    "},{"t":"M","n":"Cassandra\\Bigint::type","p":"Cassandra/Bigint.html#method_type","d":"

    The type of this bigint.

    "},{"t":"M","n":"Cassandra\\Bigint::value","p":"Cassandra/Bigint.html#method_value","d":"

    Returns the integer value.

    "},{"t":"M","n":"Cassandra\\Bigint::add","p":"Cassandra/Bigint.html#method_add","d":""},{"t":"M","n":"Cassandra\\Bigint::sub","p":"Cassandra/Bigint.html#method_sub","d":""},{"t":"M","n":"Cassandra\\Bigint::mul","p":"Cassandra/Bigint.html#method_mul","d":""},{"t":"M","n":"Cassandra\\Bigint::div","p":"Cassandra/Bigint.html#method_div","d":""},{"t":"M","n":"Cassandra\\Bigint::mod","p":"Cassandra/Bigint.html#method_mod","d":""},{"t":"M","n":"Cassandra\\Bigint::abs","p":"Cassandra/Bigint.html#method_abs","d":""},{"t":"M","n":"Cassandra\\Bigint::neg","p":"Cassandra/Bigint.html#method_neg","d":""},{"t":"M","n":"Cassandra\\Bigint::sqrt","p":"Cassandra/Bigint.html#method_sqrt","d":""},{"t":"M","n":"Cassandra\\Bigint::toInt","p":"Cassandra/Bigint.html#method_toInt","d":""},{"t":"M","n":"Cassandra\\Bigint::toDouble","p":"Cassandra/Bigint.html#method_toDouble","d":""},{"t":"M","n":"Cassandra\\Blob::__construct","p":"Cassandra/Blob.html#method___construct","d":"

    Creates a new bytes array.

    "},{"t":"M","n":"Cassandra\\Blob::__toString","p":"Cassandra/Blob.html#method___toString","d":"

    Returns bytes as a hex string.

    "},{"t":"M","n":"Cassandra\\Blob::type","p":"Cassandra/Blob.html#method_type","d":"

    The type of this blob.

    "},{"t":"M","n":"Cassandra\\Blob::bytes","p":"Cassandra/Blob.html#method_bytes","d":"

    Returns bytes as a hex string.

    "},{"t":"M","n":"Cassandra\\Blob::toBinaryString","p":"Cassandra/Blob.html#method_toBinaryString","d":"

    Returns bytes as a binary string.

    "},{"t":"M","n":"Cassandra\\Cluster::connect","p":"Cassandra/Cluster.html#method_connect","d":"

    Creates a new Session instance.

    "},{"t":"M","n":"Cassandra\\Cluster::connectAsync","p":"Cassandra/Cluster.html#method_connectAsync","d":"

    Creates a new Session instance.

    "},{"t":"M","n":"Cassandra\\Cluster\\Builder::build","p":"Cassandra/Cluster/Builder.html#method_build","d":"

    Returns a Cluster Instance.

    "},{"t":"M","n":"Cassandra\\Cluster\\Builder::withDefaultConsistency","p":"Cassandra/Cluster/Builder.html#method_withDefaultConsistency","d":"

    Configures default consistency for all requests.

    "},{"t":"M","n":"Cassandra\\Cluster\\Builder::withDefaultPageSize","p":"Cassandra/Cluster/Builder.html#method_withDefaultPageSize","d":"

    Configures default page size for all results.

    "},{"t":"M","n":"Cassandra\\Cluster\\Builder::withDefaultTimeout","p":"Cassandra/Cluster/Builder.html#method_withDefaultTimeout","d":"

    Configures default timeout for future resolution in blocking operations\nSet to null to disable (default).

    "},{"t":"M","n":"Cassandra\\Cluster\\Builder::withContactPoints","p":"Cassandra/Cluster/Builder.html#method_withContactPoints","d":"

    Configures the initial endpoints. Note that the driver will\nautomatically discover and connect to the rest of the cluster.

    "},{"t":"M","n":"Cassandra\\Cluster\\Builder::withPort","p":"Cassandra/Cluster/Builder.html#method_withPort","d":"

    Specify a different port to be used when connecting to the cluster.

    "},{"t":"M","n":"Cassandra\\Cluster\\Builder::withRoundRobinLoadBalancingPolicy","p":"Cassandra/Cluster/Builder.html#method_withRoundRobinLoadBalancingPolicy","d":"

    Configures this cluster to use a round robin load balancing policy.

    "},{"t":"M","n":"Cassandra\\Cluster\\Builder::withDatacenterAwareRoundRobinLoadBalancingPolicy","p":"Cassandra/Cluster/Builder.html#method_withDatacenterAwareRoundRobinLoadBalancingPolicy","d":"

    Configures this cluster to use a datacenter aware round robin load balancing policy.

    "},{"t":"M","n":"Cassandra\\Cluster\\Builder::withBlackListHosts","p":"Cassandra/Cluster/Builder.html#method_withBlackListHosts","d":"

    Sets the blacklist hosts. Any host in the blacklist will be ignored and\na connection will not be established. This is useful for ensuring that\nthe driver will not connection to a predefied set of hosts.

    "},{"t":"M","n":"Cassandra\\Cluster\\Builder::withWhiteListHosts","p":"Cassandra/Cluster/Builder.html#method_withWhiteListHosts","d":"

    Sets the whitelist hosts. Any host not in the whitelist will be ignored\nand a connection will not be established. This policy is useful for\nensuring that the driver will only connect to a predefined set of hosts.

    "},{"t":"M","n":"Cassandra\\Cluster\\Builder::withBlackListDCs","p":"Cassandra/Cluster/Builder.html#method_withBlackListDCs","d":"

    Sets the blacklist datacenters. Any datacenter in the blacklist will be\nignored and a connection will not be established to any host in those\ndatacenters. This policy is useful for ensuring the driver will not\nconnect to any host in a specific datacenter.

    "},{"t":"M","n":"Cassandra\\Cluster\\Builder::withWhiteListDCs","p":"Cassandra/Cluster/Builder.html#method_withWhiteListDCs","d":"

    Sets the whitelist datacenters. Any host not in a whitelisted datacenter\nwill be ignored. This policy is useful for ensuring the driver will only\nconnect to hosts in specific datacenters.

    "},{"t":"M","n":"Cassandra\\Cluster\\Builder::withTokenAwareRouting","p":"Cassandra/Cluster/Builder.html#method_withTokenAwareRouting","d":"

    Enable token aware routing.

    "},{"t":"M","n":"Cassandra\\Cluster\\Builder::withCredentials","p":"Cassandra/Cluster/Builder.html#method_withCredentials","d":"

    Configures plain-text authentication.

    "},{"t":"M","n":"Cassandra\\Cluster\\Builder::withConnectTimeout","p":"Cassandra/Cluster/Builder.html#method_withConnectTimeout","d":"

    Timeout used for establishing TCP connections.

    "},{"t":"M","n":"Cassandra\\Cluster\\Builder::withRequestTimeout","p":"Cassandra/Cluster/Builder.html#method_withRequestTimeout","d":"

    Timeout used for waiting for a response from a node.

    "},{"t":"M","n":"Cassandra\\Cluster\\Builder::withSSL","p":"Cassandra/Cluster/Builder.html#method_withSSL","d":"

    Set up ssl context.

    "},{"t":"M","n":"Cassandra\\Cluster\\Builder::withPersistentSessions","p":"Cassandra/Cluster/Builder.html#method_withPersistentSessions","d":"

    Enable persistent sessions and clusters.

    "},{"t":"M","n":"Cassandra\\Cluster\\Builder::withProtocolVersion","p":"Cassandra/Cluster/Builder.html#method_withProtocolVersion","d":"

    Force the driver to use a specific binary protocol version.

    "},{"t":"M","n":"Cassandra\\Cluster\\Builder::withIOThreads","p":"Cassandra/Cluster/Builder.html#method_withIOThreads","d":"

    Total number of IO threads to use for handling the requests.

    "},{"t":"M","n":"Cassandra\\Cluster\\Builder::withConnectionsPerHost","p":"Cassandra/Cluster/Builder.html#method_withConnectionsPerHost","d":"

    Set the size of connection pools used by the driver. Pools are fixed\nwhen only $core is given, when a $max is specified as well,\nadditional connections will be created automatically based on current\nload until the maximum number of connection has been reached. When\nrequest load goes down, extra connections are automatically cleaned up\nuntil only the core number of connections is left.

    "},{"t":"M","n":"Cassandra\\Cluster\\Builder::withReconnectInterval","p":"Cassandra/Cluster/Builder.html#method_withReconnectInterval","d":"

    Specify interval in seconds that the driver should wait before attempting\nto re-establish a closed connection.

    "},{"t":"M","n":"Cassandra\\Cluster\\Builder::withLatencyAwareRouting","p":"Cassandra/Cluster/Builder.html#method_withLatencyAwareRouting","d":"

    Enables/disables latency-aware routing.

    "},{"t":"M","n":"Cassandra\\Cluster\\Builder::withTCPNodelay","p":"Cassandra/Cluster/Builder.html#method_withTCPNodelay","d":"

    Disables nagle algorithm for lower latency.

    "},{"t":"M","n":"Cassandra\\Cluster\\Builder::withTCPKeepalive","p":"Cassandra/Cluster/Builder.html#method_withTCPKeepalive","d":"

    Enables/disables TCP keepalive.

    "},{"t":"M","n":"Cassandra\\Cluster\\Builder::withRetryPolicy","p":"Cassandra/Cluster/Builder.html#method_withRetryPolicy","d":"

    Configures the retry policy.

    "},{"t":"M","n":"Cassandra\\Cluster\\Builder::withTimestampGenerator","p":"Cassandra/Cluster/Builder.html#method_withTimestampGenerator","d":"

    Sets the timestamp generator.

    "},{"t":"M","n":"Cassandra\\Cluster\\Builder::withSchemaMetadata","p":"Cassandra/Cluster/Builder.html#method_withSchemaMetadata","d":"

    Enables/disables Schema Metadata.

    "},{"t":"M","n":"Cassandra\\Cluster\\Builder::withHostnameResolution","p":"Cassandra/Cluster/Builder.html#method_withHostnameResolution","d":"

    Enables/disables Hostname Resolution.

    "},{"t":"M","n":"Cassandra\\Cluster\\Builder::withRandomizedContactPoints","p":"Cassandra/Cluster/Builder.html#method_withRandomizedContactPoints","d":"

    Enables/disables Randomized Contact Points.

    "},{"t":"M","n":"Cassandra\\Cluster\\Builder::withConnectionHeartbeatInterval","p":"Cassandra/Cluster/Builder.html#method_withConnectionHeartbeatInterval","d":"

    Specify interval in seconds that the driver should wait before attempting\nto send heartbeat messages and control the amount of time the connection\nmust be idle before sending heartbeat messages. This is useful for\npreventing intermediate network devices from dropping connections.

    "},{"t":"M","n":"Cassandra\\Collection::__construct","p":"Cassandra/Collection.html#method___construct","d":"

    Creates a new collection of a given type.

    "},{"t":"M","n":"Cassandra\\Collection::type","p":"Cassandra/Collection.html#method_type","d":"

    The type of this collection.

    "},{"t":"M","n":"Cassandra\\Collection::values","p":"Cassandra/Collection.html#method_values","d":"

    Array of values in this collection.

    "},{"t":"M","n":"Cassandra\\Collection::add","p":"Cassandra/Collection.html#method_add","d":"

    Adds one or more values to this collection.

    "},{"t":"M","n":"Cassandra\\Collection::get","p":"Cassandra/Collection.html#method_get","d":"

    Retrieves the value at a given index.

    "},{"t":"M","n":"Cassandra\\Collection::find","p":"Cassandra/Collection.html#method_find","d":"

    Finds index of a value in this collection.

    "},{"t":"M","n":"Cassandra\\Collection::count","p":"Cassandra/Collection.html#method_count","d":"

    Total number of elements in this collection

    "},{"t":"M","n":"Cassandra\\Collection::current","p":"Cassandra/Collection.html#method_current","d":"

    Current element for iteration

    "},{"t":"M","n":"Cassandra\\Collection::key","p":"Cassandra/Collection.html#method_key","d":"

    Current key for iteration

    "},{"t":"M","n":"Cassandra\\Collection::next","p":"Cassandra/Collection.html#method_next","d":"

    Move internal iterator forward

    "},{"t":"M","n":"Cassandra\\Collection::valid","p":"Cassandra/Collection.html#method_valid","d":"

    Check whether a current value exists

    "},{"t":"M","n":"Cassandra\\Collection::rewind","p":"Cassandra/Collection.html#method_rewind","d":"

    Rewind internal iterator

    "},{"t":"M","n":"Cassandra\\Collection::remove","p":"Cassandra/Collection.html#method_remove","d":"

    Deletes the value at a given index

    "},{"t":"M","n":"Cassandra\\Column::name","p":"Cassandra/Column.html#method_name","d":"

    Returns the name of the column.

    "},{"t":"M","n":"Cassandra\\Column::type","p":"Cassandra/Column.html#method_type","d":"

    Returns the type of the column.

    "},{"t":"M","n":"Cassandra\\Column::isReversed","p":"Cassandra/Column.html#method_isReversed","d":"

    Returns whether the column is in descending or ascending order.

    "},{"t":"M","n":"Cassandra\\Column::isStatic","p":"Cassandra/Column.html#method_isStatic","d":"

    Returns true for static columns.

    "},{"t":"M","n":"Cassandra\\Column::isFrozen","p":"Cassandra/Column.html#method_isFrozen","d":"

    Returns true for frozen columns.

    "},{"t":"M","n":"Cassandra\\Column::indexName","p":"Cassandra/Column.html#method_indexName","d":"

    Returns name of the index if defined.

    "},{"t":"M","n":"Cassandra\\Column::indexOptions","p":"Cassandra/Column.html#method_indexOptions","d":"

    Returns index options if present.

    "},{"t":"M","n":"Cassandra\\Custom::type","p":"Cassandra/Custom.html#method_type","d":"

    The type of this value.

    "},{"t":"M","n":"Cassandra\\Date::__construct","p":"Cassandra/Date.html#method___construct","d":"

    Creates a new Date object

    "},{"t":"M","n":"Cassandra\\Date::fromDateTime","p":"Cassandra/Date.html#method_fromDateTime","d":"

    Creates a new Date object from a \\DateTime object.

    "},{"t":"M","n":"Cassandra\\Date::type","p":"Cassandra/Date.html#method_type","d":"

    The type of this date.

    "},{"t":"M","n":"Cassandra\\Date::seconds","p":"Cassandra/Date.html#method_seconds","d":""},{"t":"M","n":"Cassandra\\Date::toDateTime","p":"Cassandra/Date.html#method_toDateTime","d":"

    Converts current date to PHP DateTime.

    "},{"t":"M","n":"Cassandra\\Date::__toString","p":"Cassandra/Date.html#method___toString","d":""},{"t":"M","n":"Cassandra\\Decimal::__construct","p":"Cassandra/Decimal.html#method___construct","d":"

    Creates a decimal from a given decimal string:

    "},{"t":"M","n":"Cassandra\\Decimal::__toString","p":"Cassandra/Decimal.html#method___toString","d":"

    String representation of this decimal.

    "},{"t":"M","n":"Cassandra\\Decimal::type","p":"Cassandra/Decimal.html#method_type","d":"

    The type of this decimal.

    "},{"t":"M","n":"Cassandra\\Decimal::value","p":"Cassandra/Decimal.html#method_value","d":"

    Numeric value of this decimal as string.

    "},{"t":"M","n":"Cassandra\\Decimal::scale","p":"Cassandra/Decimal.html#method_scale","d":"

    Scale of this decimal as int.

    "},{"t":"M","n":"Cassandra\\Decimal::add","p":"Cassandra/Decimal.html#method_add","d":""},{"t":"M","n":"Cassandra\\Decimal::sub","p":"Cassandra/Decimal.html#method_sub","d":""},{"t":"M","n":"Cassandra\\Decimal::mul","p":"Cassandra/Decimal.html#method_mul","d":""},{"t":"M","n":"Cassandra\\Decimal::div","p":"Cassandra/Decimal.html#method_div","d":""},{"t":"M","n":"Cassandra\\Decimal::mod","p":"Cassandra/Decimal.html#method_mod","d":""},{"t":"M","n":"Cassandra\\Decimal::abs","p":"Cassandra/Decimal.html#method_abs","d":""},{"t":"M","n":"Cassandra\\Decimal::neg","p":"Cassandra/Decimal.html#method_neg","d":""},{"t":"M","n":"Cassandra\\Decimal::sqrt","p":"Cassandra/Decimal.html#method_sqrt","d":""},{"t":"M","n":"Cassandra\\Decimal::toInt","p":"Cassandra/Decimal.html#method_toInt","d":""},{"t":"M","n":"Cassandra\\Decimal::toDouble","p":"Cassandra/Decimal.html#method_toDouble","d":""},{"t":"M","n":"Cassandra\\DefaultAggregate::name","p":"Cassandra/DefaultAggregate.html#method_name","d":"

    Returns the full name of the aggregate

    "},{"t":"M","n":"Cassandra\\DefaultAggregate::simpleName","p":"Cassandra/DefaultAggregate.html#method_simpleName","d":"

    Returns the simple name of the aggregate

    "},{"t":"M","n":"Cassandra\\DefaultAggregate::argumentTypes","p":"Cassandra/DefaultAggregate.html#method_argumentTypes","d":"

    Returns the argument types of the aggregate

    "},{"t":"M","n":"Cassandra\\DefaultAggregate::stateFunction","p":"Cassandra/DefaultAggregate.html#method_stateFunction","d":"

    Returns the state function of the aggregate

    "},{"t":"M","n":"Cassandra\\DefaultAggregate::finalFunction","p":"Cassandra/DefaultAggregate.html#method_finalFunction","d":"

    Returns the final function of the aggregate

    "},{"t":"M","n":"Cassandra\\DefaultAggregate::initialCondition","p":"Cassandra/DefaultAggregate.html#method_initialCondition","d":"

    Returns the initial condition of the aggregate

    "},{"t":"M","n":"Cassandra\\DefaultAggregate::stateType","p":"Cassandra/DefaultAggregate.html#method_stateType","d":"

    Returns the state type of the aggregate

    "},{"t":"M","n":"Cassandra\\DefaultAggregate::returnType","p":"Cassandra/DefaultAggregate.html#method_returnType","d":"

    Returns the return type of the aggregate

    "},{"t":"M","n":"Cassandra\\DefaultAggregate::signature","p":"Cassandra/DefaultAggregate.html#method_signature","d":"

    Returns the signature of the aggregate

    "},{"t":"M","n":"Cassandra\\DefaultCluster::connect","p":"Cassandra/DefaultCluster.html#method_connect","d":"

    Creates a new Session instance.

    "},{"t":"M","n":"Cassandra\\DefaultCluster::connectAsync","p":"Cassandra/DefaultCluster.html#method_connectAsync","d":"

    Creates a new Session instance.

    "},{"t":"M","n":"Cassandra\\DefaultColumn::name","p":"Cassandra/DefaultColumn.html#method_name","d":"

    Returns the name of the column.

    "},{"t":"M","n":"Cassandra\\DefaultColumn::type","p":"Cassandra/DefaultColumn.html#method_type","d":"

    Returns the type of the column.

    "},{"t":"M","n":"Cassandra\\DefaultColumn::isReversed","p":"Cassandra/DefaultColumn.html#method_isReversed","d":"

    Returns whether the column is in descending or ascending order.

    "},{"t":"M","n":"Cassandra\\DefaultColumn::isStatic","p":"Cassandra/DefaultColumn.html#method_isStatic","d":"

    Returns true for static columns.

    "},{"t":"M","n":"Cassandra\\DefaultColumn::isFrozen","p":"Cassandra/DefaultColumn.html#method_isFrozen","d":"

    Returns true for frozen columns.

    "},{"t":"M","n":"Cassandra\\DefaultColumn::indexName","p":"Cassandra/DefaultColumn.html#method_indexName","d":"

    Returns name of the index if defined.

    "},{"t":"M","n":"Cassandra\\DefaultColumn::indexOptions","p":"Cassandra/DefaultColumn.html#method_indexOptions","d":"

    Returns index options if present.

    "},{"t":"M","n":"Cassandra\\DefaultFunction::name","p":"Cassandra/DefaultFunction.html#method_name","d":"

    Returns the full name of the function

    "},{"t":"M","n":"Cassandra\\DefaultFunction::simpleName","p":"Cassandra/DefaultFunction.html#method_simpleName","d":"

    Returns the simple name of the function

    "},{"t":"M","n":"Cassandra\\DefaultFunction::arguments","p":"Cassandra/DefaultFunction.html#method_arguments","d":"

    Returns the arguments of the function

    "},{"t":"M","n":"Cassandra\\DefaultFunction::returnType","p":"Cassandra/DefaultFunction.html#method_returnType","d":"

    Returns the return type of the function

    "},{"t":"M","n":"Cassandra\\DefaultFunction::signature","p":"Cassandra/DefaultFunction.html#method_signature","d":"

    Returns the signature of the function

    "},{"t":"M","n":"Cassandra\\DefaultFunction::language","p":"Cassandra/DefaultFunction.html#method_language","d":"

    Returns the lanuage of the function

    "},{"t":"M","n":"Cassandra\\DefaultFunction::body","p":"Cassandra/DefaultFunction.html#method_body","d":"

    Returns the body of the function

    "},{"t":"M","n":"Cassandra\\DefaultFunction::isCalledOnNullInput","p":"Cassandra/DefaultFunction.html#method_isCalledOnNullInput","d":"

    Determines if a function is called when the value is null.

    "},{"t":"M","n":"Cassandra\\DefaultIndex::name","p":"Cassandra/DefaultIndex.html#method_name","d":"

    Returns the name of the index

    "},{"t":"M","n":"Cassandra\\DefaultIndex::kind","p":"Cassandra/DefaultIndex.html#method_kind","d":"

    Returns the kind of index

    "},{"t":"M","n":"Cassandra\\DefaultIndex::target","p":"Cassandra/DefaultIndex.html#method_target","d":"

    Returns the target column of the index

    "},{"t":"M","n":"Cassandra\\DefaultIndex::option","p":"Cassandra/DefaultIndex.html#method_option","d":"

    Return a column's option by name

    "},{"t":"M","n":"Cassandra\\DefaultIndex::options","p":"Cassandra/DefaultIndex.html#method_options","d":"

    Returns all the index's options

    "},{"t":"M","n":"Cassandra\\DefaultIndex::className","p":"Cassandra/DefaultIndex.html#method_className","d":"

    Returns the class name of the index

    "},{"t":"M","n":"Cassandra\\DefaultIndex::isCustom","p":"Cassandra/DefaultIndex.html#method_isCustom","d":"

    Determines if the index is a custom index.

    "},{"t":"M","n":"Cassandra\\DefaultKeyspace::name","p":"Cassandra/DefaultKeyspace.html#method_name","d":"

    Returns keyspace name

    "},{"t":"M","n":"Cassandra\\DefaultKeyspace::replicationClassName","p":"Cassandra/DefaultKeyspace.html#method_replicationClassName","d":"

    Returns replication class name

    "},{"t":"M","n":"Cassandra\\DefaultKeyspace::replicationOptions","p":"Cassandra/DefaultKeyspace.html#method_replicationOptions","d":"

    Returns replication options

    "},{"t":"M","n":"Cassandra\\DefaultKeyspace::hasDurableWrites","p":"Cassandra/DefaultKeyspace.html#method_hasDurableWrites","d":"

    Returns whether the keyspace has durable writes enabled

    "},{"t":"M","n":"Cassandra\\DefaultKeyspace::table","p":"Cassandra/DefaultKeyspace.html#method_table","d":"

    Returns a table by name

    "},{"t":"M","n":"Cassandra\\DefaultKeyspace::tables","p":"Cassandra/DefaultKeyspace.html#method_tables","d":"

    Returns all tables defined in this keyspace

    "},{"t":"M","n":"Cassandra\\DefaultKeyspace::userType","p":"Cassandra/DefaultKeyspace.html#method_userType","d":"

    Get user type by name

    "},{"t":"M","n":"Cassandra\\DefaultKeyspace::userTypes","p":"Cassandra/DefaultKeyspace.html#method_userTypes","d":"

    Get all user types

    "},{"t":"M","n":"Cassandra\\DefaultKeyspace::materializedView","p":"Cassandra/DefaultKeyspace.html#method_materializedView","d":"

    Get materialized view by name

    "},{"t":"M","n":"Cassandra\\DefaultKeyspace::materializedViews","p":"Cassandra/DefaultKeyspace.html#method_materializedViews","d":"

    Gets all materialized views

    "},{"t":"M","n":"Cassandra\\DefaultKeyspace::function_","p":"Cassandra/DefaultKeyspace.html#method_function_","d":"

    Get a function by name and signature

    "},{"t":"M","n":"Cassandra\\DefaultKeyspace::functions","p":"Cassandra/DefaultKeyspace.html#method_functions","d":"

    Get all functions

    "},{"t":"M","n":"Cassandra\\DefaultKeyspace::aggregate","p":"Cassandra/DefaultKeyspace.html#method_aggregate","d":"

    Get an aggregate by name and signature

    "},{"t":"M","n":"Cassandra\\DefaultKeyspace::aggregates","p":"Cassandra/DefaultKeyspace.html#method_aggregates","d":"

    Get all aggregates

    "},{"t":"M","n":"Cassandra\\DefaultMaterializedView::name","p":"Cassandra/DefaultMaterializedView.html#method_name","d":"

    Returns the name of this view

    "},{"t":"M","n":"Cassandra\\DefaultMaterializedView::option","p":"Cassandra/DefaultMaterializedView.html#method_option","d":"

    Return a view's option by name

    "},{"t":"M","n":"Cassandra\\DefaultMaterializedView::options","p":"Cassandra/DefaultMaterializedView.html#method_options","d":"

    Returns all the view's options

    "},{"t":"M","n":"Cassandra\\DefaultMaterializedView::comment","p":"Cassandra/DefaultMaterializedView.html#method_comment","d":"

    Description of the view, if any

    "},{"t":"M","n":"Cassandra\\DefaultMaterializedView::readRepairChance","p":"Cassandra/DefaultMaterializedView.html#method_readRepairChance","d":"

    Returns read repair chance

    "},{"t":"M","n":"Cassandra\\DefaultMaterializedView::localReadRepairChance","p":"Cassandra/DefaultMaterializedView.html#method_localReadRepairChance","d":"

    Returns local read repair chance

    "},{"t":"M","n":"Cassandra\\DefaultMaterializedView::gcGraceSeconds","p":"Cassandra/DefaultMaterializedView.html#method_gcGraceSeconds","d":"

    Returns GC grace seconds

    "},{"t":"M","n":"Cassandra\\DefaultMaterializedView::caching","p":"Cassandra/DefaultMaterializedView.html#method_caching","d":"

    Returns caching options

    "},{"t":"M","n":"Cassandra\\DefaultMaterializedView::bloomFilterFPChance","p":"Cassandra/DefaultMaterializedView.html#method_bloomFilterFPChance","d":"

    Returns bloom filter FP chance

    "},{"t":"M","n":"Cassandra\\DefaultMaterializedView::memtableFlushPeriodMs","p":"Cassandra/DefaultMaterializedView.html#method_memtableFlushPeriodMs","d":"

    Returns memtable flush period in milliseconds

    "},{"t":"M","n":"Cassandra\\DefaultMaterializedView::defaultTTL","p":"Cassandra/DefaultMaterializedView.html#method_defaultTTL","d":"

    Returns default TTL.

    "},{"t":"M","n":"Cassandra\\DefaultMaterializedView::speculativeRetry","p":"Cassandra/DefaultMaterializedView.html#method_speculativeRetry","d":"

    Returns speculative retry.

    "},{"t":"M","n":"Cassandra\\DefaultMaterializedView::indexInterval","p":"Cassandra/DefaultMaterializedView.html#method_indexInterval","d":"

    Returns index interval

    "},{"t":"M","n":"Cassandra\\DefaultMaterializedView::compactionStrategyClassName","p":"Cassandra/DefaultMaterializedView.html#method_compactionStrategyClassName","d":"

    Returns compaction strategy class name

    "},{"t":"M","n":"Cassandra\\DefaultMaterializedView::compactionStrategyOptions","p":"Cassandra/DefaultMaterializedView.html#method_compactionStrategyOptions","d":"

    Returns compaction strategy options

    "},{"t":"M","n":"Cassandra\\DefaultMaterializedView::compressionParameters","p":"Cassandra/DefaultMaterializedView.html#method_compressionParameters","d":"

    Returns compression parameters

    "},{"t":"M","n":"Cassandra\\DefaultMaterializedView::populateIOCacheOnFlush","p":"Cassandra/DefaultMaterializedView.html#method_populateIOCacheOnFlush","d":"

    Returns whether or not the populate_io_cache_on_flush is true

    "},{"t":"M","n":"Cassandra\\DefaultMaterializedView::replicateOnWrite","p":"Cassandra/DefaultMaterializedView.html#method_replicateOnWrite","d":"

    Returns whether or not the replicate_on_write is true

    "},{"t":"M","n":"Cassandra\\DefaultMaterializedView::maxIndexInterval","p":"Cassandra/DefaultMaterializedView.html#method_maxIndexInterval","d":"

    Returns the value of max_index_interval

    "},{"t":"M","n":"Cassandra\\DefaultMaterializedView::minIndexInterval","p":"Cassandra/DefaultMaterializedView.html#method_minIndexInterval","d":"

    Returns the value of min_index_interval

    "},{"t":"M","n":"Cassandra\\DefaultMaterializedView::column","p":"Cassandra/DefaultMaterializedView.html#method_column","d":"

    Returns column by name

    "},{"t":"M","n":"Cassandra\\DefaultMaterializedView::columns","p":"Cassandra/DefaultMaterializedView.html#method_columns","d":"

    Returns all columns in this view

    "},{"t":"M","n":"Cassandra\\DefaultMaterializedView::partitionKey","p":"Cassandra/DefaultMaterializedView.html#method_partitionKey","d":"

    Returns the partition key columns of the view

    "},{"t":"M","n":"Cassandra\\DefaultMaterializedView::primaryKey","p":"Cassandra/DefaultMaterializedView.html#method_primaryKey","d":"

    Returns both the partition and clustering key columns of the view

    "},{"t":"M","n":"Cassandra\\DefaultMaterializedView::clusteringKey","p":"Cassandra/DefaultMaterializedView.html#method_clusteringKey","d":"

    Returns the clustering key columns of the view

    "},{"t":"M","n":"Cassandra\\DefaultMaterializedView::clusteringOrder","p":"Cassandra/DefaultMaterializedView.html#method_clusteringOrder","d":""},{"t":"M","n":"Cassandra\\DefaultMaterializedView::baseTable","p":"Cassandra/DefaultMaterializedView.html#method_baseTable","d":"

    Returns the base table of the view

    "},{"t":"M","n":"Cassandra\\DefaultSchema::keyspace","p":"Cassandra/DefaultSchema.html#method_keyspace","d":"

    Returns a Keyspace instance by name.

    "},{"t":"M","n":"Cassandra\\DefaultSchema::keyspaces","p":"Cassandra/DefaultSchema.html#method_keyspaces","d":"

    Returns all keyspaces defined in the schema.

    "},{"t":"M","n":"Cassandra\\DefaultSchema::version","p":"Cassandra/DefaultSchema.html#method_version","d":"

    Get the version of the schema snapshot

    "},{"t":"M","n":"Cassandra\\DefaultSession::execute","p":"Cassandra/DefaultSession.html#method_execute","d":"

    Execute a query.

    "},{"t":"M","n":"Cassandra\\DefaultSession::executeAsync","p":"Cassandra/DefaultSession.html#method_executeAsync","d":"

    Execute a query asynchronously. This method returns immediately, but\nthe query continues execution in the background.

    "},{"t":"M","n":"Cassandra\\DefaultSession::prepare","p":"Cassandra/DefaultSession.html#method_prepare","d":"

    Prepare a query for execution.

    "},{"t":"M","n":"Cassandra\\DefaultSession::prepareAsync","p":"Cassandra/DefaultSession.html#method_prepareAsync","d":"

    Asynchronously prepare a query for execution.

    "},{"t":"M","n":"Cassandra\\DefaultSession::close","p":"Cassandra/DefaultSession.html#method_close","d":"

    Close the session and all its connections.

    "},{"t":"M","n":"Cassandra\\DefaultSession::closeAsync","p":"Cassandra/DefaultSession.html#method_closeAsync","d":"

    Asynchronously close the session and all its connections.

    "},{"t":"M","n":"Cassandra\\DefaultSession::metrics","p":"Cassandra/DefaultSession.html#method_metrics","d":"

    Get performance and diagnostic metrics.

    "},{"t":"M","n":"Cassandra\\DefaultSession::schema","p":"Cassandra/DefaultSession.html#method_schema","d":"

    Get a snapshot of the cluster's current schema.

    "},{"t":"M","n":"Cassandra\\DefaultTable::name","p":"Cassandra/DefaultTable.html#method_name","d":"

    Returns the name of this table

    "},{"t":"M","n":"Cassandra\\DefaultTable::option","p":"Cassandra/DefaultTable.html#method_option","d":"

    Return a table's option by name

    "},{"t":"M","n":"Cassandra\\DefaultTable::options","p":"Cassandra/DefaultTable.html#method_options","d":"

    Returns all the table's options

    "},{"t":"M","n":"Cassandra\\DefaultTable::comment","p":"Cassandra/DefaultTable.html#method_comment","d":"

    Description of the table, if any

    "},{"t":"M","n":"Cassandra\\DefaultTable::readRepairChance","p":"Cassandra/DefaultTable.html#method_readRepairChance","d":"

    Returns read repair chance

    "},{"t":"M","n":"Cassandra\\DefaultTable::localReadRepairChance","p":"Cassandra/DefaultTable.html#method_localReadRepairChance","d":"

    Returns local read repair chance

    "},{"t":"M","n":"Cassandra\\DefaultTable::gcGraceSeconds","p":"Cassandra/DefaultTable.html#method_gcGraceSeconds","d":"

    Returns GC grace seconds

    "},{"t":"M","n":"Cassandra\\DefaultTable::caching","p":"Cassandra/DefaultTable.html#method_caching","d":"

    Returns caching options

    "},{"t":"M","n":"Cassandra\\DefaultTable::bloomFilterFPChance","p":"Cassandra/DefaultTable.html#method_bloomFilterFPChance","d":"

    Returns bloom filter FP chance

    "},{"t":"M","n":"Cassandra\\DefaultTable::memtableFlushPeriodMs","p":"Cassandra/DefaultTable.html#method_memtableFlushPeriodMs","d":"

    Returns memtable flush period in milliseconds

    "},{"t":"M","n":"Cassandra\\DefaultTable::defaultTTL","p":"Cassandra/DefaultTable.html#method_defaultTTL","d":"

    Returns default TTL.

    "},{"t":"M","n":"Cassandra\\DefaultTable::speculativeRetry","p":"Cassandra/DefaultTable.html#method_speculativeRetry","d":"

    Returns speculative retry.

    "},{"t":"M","n":"Cassandra\\DefaultTable::indexInterval","p":"Cassandra/DefaultTable.html#method_indexInterval","d":"

    Returns index interval

    "},{"t":"M","n":"Cassandra\\DefaultTable::compactionStrategyClassName","p":"Cassandra/DefaultTable.html#method_compactionStrategyClassName","d":"

    Returns compaction strategy class name

    "},{"t":"M","n":"Cassandra\\DefaultTable::compactionStrategyOptions","p":"Cassandra/DefaultTable.html#method_compactionStrategyOptions","d":"

    Returns compaction strategy options

    "},{"t":"M","n":"Cassandra\\DefaultTable::compressionParameters","p":"Cassandra/DefaultTable.html#method_compressionParameters","d":"

    Returns compression parameters

    "},{"t":"M","n":"Cassandra\\DefaultTable::populateIOCacheOnFlush","p":"Cassandra/DefaultTable.html#method_populateIOCacheOnFlush","d":"

    Returns whether or not the populate_io_cache_on_flush is true

    "},{"t":"M","n":"Cassandra\\DefaultTable::replicateOnWrite","p":"Cassandra/DefaultTable.html#method_replicateOnWrite","d":"

    Returns whether or not the replicate_on_write is true

    "},{"t":"M","n":"Cassandra\\DefaultTable::maxIndexInterval","p":"Cassandra/DefaultTable.html#method_maxIndexInterval","d":"

    Returns the value of max_index_interval

    "},{"t":"M","n":"Cassandra\\DefaultTable::minIndexInterval","p":"Cassandra/DefaultTable.html#method_minIndexInterval","d":"

    Returns the value of min_index_interval

    "},{"t":"M","n":"Cassandra\\DefaultTable::column","p":"Cassandra/DefaultTable.html#method_column","d":"

    Returns column by name

    "},{"t":"M","n":"Cassandra\\DefaultTable::columns","p":"Cassandra/DefaultTable.html#method_columns","d":"

    Returns all columns in this table

    "},{"t":"M","n":"Cassandra\\DefaultTable::partitionKey","p":"Cassandra/DefaultTable.html#method_partitionKey","d":"

    Returns the partition key columns of the table

    "},{"t":"M","n":"Cassandra\\DefaultTable::primaryKey","p":"Cassandra/DefaultTable.html#method_primaryKey","d":"

    Returns both the partition and clustering key columns of the table

    "},{"t":"M","n":"Cassandra\\DefaultTable::clusteringKey","p":"Cassandra/DefaultTable.html#method_clusteringKey","d":"

    Returns the clustering key columns of the table

    "},{"t":"M","n":"Cassandra\\DefaultTable::clusteringOrder","p":"Cassandra/DefaultTable.html#method_clusteringOrder","d":""},{"t":"M","n":"Cassandra\\DefaultTable::index","p":"Cassandra/DefaultTable.html#method_index","d":"

    Get an index by name

    "},{"t":"M","n":"Cassandra\\DefaultTable::indexes","p":"Cassandra/DefaultTable.html#method_indexes","d":"

    Gets all indexes

    "},{"t":"M","n":"Cassandra\\DefaultTable::materializedView","p":"Cassandra/DefaultTable.html#method_materializedView","d":"

    Get materialized view by name

    "},{"t":"M","n":"Cassandra\\DefaultTable::materializedViews","p":"Cassandra/DefaultTable.html#method_materializedViews","d":"

    Gets all materialized views

    "},{"t":"M","n":"Cassandra\\Duration::__construct","p":"Cassandra/Duration.html#method___construct","d":""},{"t":"M","n":"Cassandra\\Duration::type","p":"Cassandra/Duration.html#method_type","d":"

    The type of represented by the value.

    "},{"t":"M","n":"Cassandra\\Duration::months","p":"Cassandra/Duration.html#method_months","d":""},{"t":"M","n":"Cassandra\\Duration::days","p":"Cassandra/Duration.html#method_days","d":""},{"t":"M","n":"Cassandra\\Duration::nanos","p":"Cassandra/Duration.html#method_nanos","d":""},{"t":"M","n":"Cassandra\\Duration::__toString","p":"Cassandra/Duration.html#method___toString","d":""},{"t":"M","n":"Cassandra\\Exception\\AlreadyExistsException::__construct","p":"Cassandra/Exception/AlreadyExistsException.html#method___construct","d":""},{"t":"M","n":"Cassandra\\Exception\\AlreadyExistsException::__wakeup","p":"Cassandra/Exception/AlreadyExistsException.html#method___wakeup","d":""},{"t":"M","n":"Cassandra\\Exception\\AlreadyExistsException::__toString","p":"Cassandra/Exception/AlreadyExistsException.html#method___toString","d":""},{"t":"M","n":"Cassandra\\Exception\\AuthenticationException::__construct","p":"Cassandra/Exception/AuthenticationException.html#method___construct","d":""},{"t":"M","n":"Cassandra\\Exception\\AuthenticationException::__wakeup","p":"Cassandra/Exception/AuthenticationException.html#method___wakeup","d":""},{"t":"M","n":"Cassandra\\Exception\\AuthenticationException::__toString","p":"Cassandra/Exception/AuthenticationException.html#method___toString","d":""},{"t":"M","n":"Cassandra\\Exception\\ConfigurationException::__construct","p":"Cassandra/Exception/ConfigurationException.html#method___construct","d":""},{"t":"M","n":"Cassandra\\Exception\\ConfigurationException::__wakeup","p":"Cassandra/Exception/ConfigurationException.html#method___wakeup","d":""},{"t":"M","n":"Cassandra\\Exception\\ConfigurationException::__toString","p":"Cassandra/Exception/ConfigurationException.html#method___toString","d":""},{"t":"M","n":"Cassandra\\Exception\\DivideByZeroException::__construct","p":"Cassandra/Exception/DivideByZeroException.html#method___construct","d":""},{"t":"M","n":"Cassandra\\Exception\\DivideByZeroException::__wakeup","p":"Cassandra/Exception/DivideByZeroException.html#method___wakeup","d":""},{"t":"M","n":"Cassandra\\Exception\\DivideByZeroException::__toString","p":"Cassandra/Exception/DivideByZeroException.html#method___toString","d":""},{"t":"M","n":"Cassandra\\Exception\\DomainException::__construct","p":"Cassandra/Exception/DomainException.html#method___construct","d":""},{"t":"M","n":"Cassandra\\Exception\\DomainException::__wakeup","p":"Cassandra/Exception/DomainException.html#method___wakeup","d":""},{"t":"M","n":"Cassandra\\Exception\\DomainException::__toString","p":"Cassandra/Exception/DomainException.html#method___toString","d":""},{"t":"M","n":"Cassandra\\Exception\\ExecutionException::__construct","p":"Cassandra/Exception/ExecutionException.html#method___construct","d":""},{"t":"M","n":"Cassandra\\Exception\\ExecutionException::__wakeup","p":"Cassandra/Exception/ExecutionException.html#method___wakeup","d":""},{"t":"M","n":"Cassandra\\Exception\\ExecutionException::__toString","p":"Cassandra/Exception/ExecutionException.html#method___toString","d":""},{"t":"M","n":"Cassandra\\Exception\\InvalidArgumentException::__construct","p":"Cassandra/Exception/InvalidArgumentException.html#method___construct","d":""},{"t":"M","n":"Cassandra\\Exception\\InvalidArgumentException::__wakeup","p":"Cassandra/Exception/InvalidArgumentException.html#method___wakeup","d":""},{"t":"M","n":"Cassandra\\Exception\\InvalidArgumentException::__toString","p":"Cassandra/Exception/InvalidArgumentException.html#method___toString","d":""},{"t":"M","n":"Cassandra\\Exception\\InvalidQueryException::__construct","p":"Cassandra/Exception/InvalidQueryException.html#method___construct","d":""},{"t":"M","n":"Cassandra\\Exception\\InvalidQueryException::__wakeup","p":"Cassandra/Exception/InvalidQueryException.html#method___wakeup","d":""},{"t":"M","n":"Cassandra\\Exception\\InvalidQueryException::__toString","p":"Cassandra/Exception/InvalidQueryException.html#method___toString","d":""},{"t":"M","n":"Cassandra\\Exception\\InvalidSyntaxException::__construct","p":"Cassandra/Exception/InvalidSyntaxException.html#method___construct","d":""},{"t":"M","n":"Cassandra\\Exception\\InvalidSyntaxException::__wakeup","p":"Cassandra/Exception/InvalidSyntaxException.html#method___wakeup","d":""},{"t":"M","n":"Cassandra\\Exception\\InvalidSyntaxException::__toString","p":"Cassandra/Exception/InvalidSyntaxException.html#method___toString","d":""},{"t":"M","n":"Cassandra\\Exception\\IsBootstrappingException::__construct","p":"Cassandra/Exception/IsBootstrappingException.html#method___construct","d":""},{"t":"M","n":"Cassandra\\Exception\\IsBootstrappingException::__wakeup","p":"Cassandra/Exception/IsBootstrappingException.html#method___wakeup","d":""},{"t":"M","n":"Cassandra\\Exception\\IsBootstrappingException::__toString","p":"Cassandra/Exception/IsBootstrappingException.html#method___toString","d":""},{"t":"M","n":"Cassandra\\Exception\\LogicException::__construct","p":"Cassandra/Exception/LogicException.html#method___construct","d":""},{"t":"M","n":"Cassandra\\Exception\\LogicException::__wakeup","p":"Cassandra/Exception/LogicException.html#method___wakeup","d":""},{"t":"M","n":"Cassandra\\Exception\\LogicException::__toString","p":"Cassandra/Exception/LogicException.html#method___toString","d":""},{"t":"M","n":"Cassandra\\Exception\\OverloadedException::__construct","p":"Cassandra/Exception/OverloadedException.html#method___construct","d":""},{"t":"M","n":"Cassandra\\Exception\\OverloadedException::__wakeup","p":"Cassandra/Exception/OverloadedException.html#method___wakeup","d":""},{"t":"M","n":"Cassandra\\Exception\\OverloadedException::__toString","p":"Cassandra/Exception/OverloadedException.html#method___toString","d":""},{"t":"M","n":"Cassandra\\Exception\\ProtocolException::__construct","p":"Cassandra/Exception/ProtocolException.html#method___construct","d":""},{"t":"M","n":"Cassandra\\Exception\\ProtocolException::__wakeup","p":"Cassandra/Exception/ProtocolException.html#method___wakeup","d":""},{"t":"M","n":"Cassandra\\Exception\\ProtocolException::__toString","p":"Cassandra/Exception/ProtocolException.html#method___toString","d":""},{"t":"M","n":"Cassandra\\Exception\\RangeException::__construct","p":"Cassandra/Exception/RangeException.html#method___construct","d":""},{"t":"M","n":"Cassandra\\Exception\\RangeException::__wakeup","p":"Cassandra/Exception/RangeException.html#method___wakeup","d":""},{"t":"M","n":"Cassandra\\Exception\\RangeException::__toString","p":"Cassandra/Exception/RangeException.html#method___toString","d":""},{"t":"M","n":"Cassandra\\Exception\\ReadTimeoutException::__construct","p":"Cassandra/Exception/ReadTimeoutException.html#method___construct","d":""},{"t":"M","n":"Cassandra\\Exception\\ReadTimeoutException::__wakeup","p":"Cassandra/Exception/ReadTimeoutException.html#method___wakeup","d":""},{"t":"M","n":"Cassandra\\Exception\\ReadTimeoutException::__toString","p":"Cassandra/Exception/ReadTimeoutException.html#method___toString","d":""},{"t":"M","n":"Cassandra\\Exception\\RuntimeException::__construct","p":"Cassandra/Exception/RuntimeException.html#method___construct","d":""},{"t":"M","n":"Cassandra\\Exception\\RuntimeException::__wakeup","p":"Cassandra/Exception/RuntimeException.html#method___wakeup","d":""},{"t":"M","n":"Cassandra\\Exception\\RuntimeException::__toString","p":"Cassandra/Exception/RuntimeException.html#method___toString","d":""},{"t":"M","n":"Cassandra\\Exception\\ServerException::__construct","p":"Cassandra/Exception/ServerException.html#method___construct","d":""},{"t":"M","n":"Cassandra\\Exception\\ServerException::__wakeup","p":"Cassandra/Exception/ServerException.html#method___wakeup","d":""},{"t":"M","n":"Cassandra\\Exception\\ServerException::__toString","p":"Cassandra/Exception/ServerException.html#method___toString","d":""},{"t":"M","n":"Cassandra\\Exception\\TimeoutException::__construct","p":"Cassandra/Exception/TimeoutException.html#method___construct","d":""},{"t":"M","n":"Cassandra\\Exception\\TimeoutException::__wakeup","p":"Cassandra/Exception/TimeoutException.html#method___wakeup","d":""},{"t":"M","n":"Cassandra\\Exception\\TimeoutException::__toString","p":"Cassandra/Exception/TimeoutException.html#method___toString","d":""},{"t":"M","n":"Cassandra\\Exception\\TruncateException::__construct","p":"Cassandra/Exception/TruncateException.html#method___construct","d":""},{"t":"M","n":"Cassandra\\Exception\\TruncateException::__wakeup","p":"Cassandra/Exception/TruncateException.html#method___wakeup","d":""},{"t":"M","n":"Cassandra\\Exception\\TruncateException::__toString","p":"Cassandra/Exception/TruncateException.html#method___toString","d":""},{"t":"M","n":"Cassandra\\Exception\\UnauthorizedException::__construct","p":"Cassandra/Exception/UnauthorizedException.html#method___construct","d":""},{"t":"M","n":"Cassandra\\Exception\\UnauthorizedException::__wakeup","p":"Cassandra/Exception/UnauthorizedException.html#method___wakeup","d":""},{"t":"M","n":"Cassandra\\Exception\\UnauthorizedException::__toString","p":"Cassandra/Exception/UnauthorizedException.html#method___toString","d":""},{"t":"M","n":"Cassandra\\Exception\\UnavailableException::__construct","p":"Cassandra/Exception/UnavailableException.html#method___construct","d":""},{"t":"M","n":"Cassandra\\Exception\\UnavailableException::__wakeup","p":"Cassandra/Exception/UnavailableException.html#method___wakeup","d":""},{"t":"M","n":"Cassandra\\Exception\\UnavailableException::__toString","p":"Cassandra/Exception/UnavailableException.html#method___toString","d":""},{"t":"M","n":"Cassandra\\Exception\\UnpreparedException::__construct","p":"Cassandra/Exception/UnpreparedException.html#method___construct","d":""},{"t":"M","n":"Cassandra\\Exception\\UnpreparedException::__wakeup","p":"Cassandra/Exception/UnpreparedException.html#method___wakeup","d":""},{"t":"M","n":"Cassandra\\Exception\\UnpreparedException::__toString","p":"Cassandra/Exception/UnpreparedException.html#method___toString","d":""},{"t":"M","n":"Cassandra\\Exception\\ValidationException::__construct","p":"Cassandra/Exception/ValidationException.html#method___construct","d":""},{"t":"M","n":"Cassandra\\Exception\\ValidationException::__wakeup","p":"Cassandra/Exception/ValidationException.html#method___wakeup","d":""},{"t":"M","n":"Cassandra\\Exception\\ValidationException::__toString","p":"Cassandra/Exception/ValidationException.html#method___toString","d":""},{"t":"M","n":"Cassandra\\Exception\\WriteTimeoutException::__construct","p":"Cassandra/Exception/WriteTimeoutException.html#method___construct","d":""},{"t":"M","n":"Cassandra\\Exception\\WriteTimeoutException::__wakeup","p":"Cassandra/Exception/WriteTimeoutException.html#method___wakeup","d":""},{"t":"M","n":"Cassandra\\Exception\\WriteTimeoutException::__toString","p":"Cassandra/Exception/WriteTimeoutException.html#method___toString","d":""},{"t":"M","n":"Cassandra\\ExecutionOptions::__construct","p":"Cassandra/ExecutionOptions.html#method___construct","d":"

    Creates a new options object for execution.

    "},{"t":"M","n":"Cassandra\\ExecutionOptions::__get","p":"Cassandra/ExecutionOptions.html#method___get","d":""},{"t":"M","n":"Cassandra\\Float_::__construct","p":"Cassandra/Float_.html#method___construct","d":"

    Creates a new float.

    "},{"t":"M","n":"Cassandra\\Float_::min","p":"Cassandra/Float_.html#method_min","d":"

    Minimum possible Float value

    "},{"t":"M","n":"Cassandra\\Float_::max","p":"Cassandra/Float_.html#method_max","d":"

    Maximum possible Float value

    "},{"t":"M","n":"Cassandra\\Float_::__toString","p":"Cassandra/Float_.html#method___toString","d":"

    Returns string representation of the float value.

    "},{"t":"M","n":"Cassandra\\Float_::type","p":"Cassandra/Float_.html#method_type","d":"

    The type of this float.

    "},{"t":"M","n":"Cassandra\\Float_::value","p":"Cassandra/Float_.html#method_value","d":"

    Returns the float value.

    "},{"t":"M","n":"Cassandra\\Float_::isInfinite","p":"Cassandra/Float_.html#method_isInfinite","d":""},{"t":"M","n":"Cassandra\\Float_::isFinite","p":"Cassandra/Float_.html#method_isFinite","d":""},{"t":"M","n":"Cassandra\\Float_::isNaN","p":"Cassandra/Float_.html#method_isNaN","d":""},{"t":"M","n":"Cassandra\\Float_::add","p":"Cassandra/Float_.html#method_add","d":""},{"t":"M","n":"Cassandra\\Float_::sub","p":"Cassandra/Float_.html#method_sub","d":""},{"t":"M","n":"Cassandra\\Float_::mul","p":"Cassandra/Float_.html#method_mul","d":""},{"t":"M","n":"Cassandra\\Float_::div","p":"Cassandra/Float_.html#method_div","d":""},{"t":"M","n":"Cassandra\\Float_::mod","p":"Cassandra/Float_.html#method_mod","d":""},{"t":"M","n":"Cassandra\\Float_::abs","p":"Cassandra/Float_.html#method_abs","d":""},{"t":"M","n":"Cassandra\\Float_::neg","p":"Cassandra/Float_.html#method_neg","d":""},{"t":"M","n":"Cassandra\\Float_::sqrt","p":"Cassandra/Float_.html#method_sqrt","d":""},{"t":"M","n":"Cassandra\\Float_::toInt","p":"Cassandra/Float_.html#method_toInt","d":""},{"t":"M","n":"Cassandra\\Float_::toDouble","p":"Cassandra/Float_.html#method_toDouble","d":""},{"t":"M","n":"Cassandra\\Function_::name","p":"Cassandra/Function_.html#method_name","d":"

    Returns the full name of the function

    "},{"t":"M","n":"Cassandra\\Function_::simpleName","p":"Cassandra/Function_.html#method_simpleName","d":"

    Returns the simple name of the function

    "},{"t":"M","n":"Cassandra\\Function_::arguments","p":"Cassandra/Function_.html#method_arguments","d":"

    Returns the arguments of the function

    "},{"t":"M","n":"Cassandra\\Function_::returnType","p":"Cassandra/Function_.html#method_returnType","d":"

    Returns the return type of the function

    "},{"t":"M","n":"Cassandra\\Function_::signature","p":"Cassandra/Function_.html#method_signature","d":"

    Returns the signature of the function

    "},{"t":"M","n":"Cassandra\\Function_::language","p":"Cassandra/Function_.html#method_language","d":"

    Returns the lanuage of the function

    "},{"t":"M","n":"Cassandra\\Function_::body","p":"Cassandra/Function_.html#method_body","d":"

    Returns the body of the function

    "},{"t":"M","n":"Cassandra\\Function_::isCalledOnNullInput","p":"Cassandra/Function_.html#method_isCalledOnNullInput","d":"

    Determines if a function is called when the value is null.

    "},{"t":"M","n":"Cassandra\\Future::get","p":"Cassandra/Future.html#method_get","d":"

    Waits for a given future resource to resolve and throws errors if any.

    "},{"t":"M","n":"Cassandra\\FutureClose::get","p":"Cassandra/FutureClose.html#method_get","d":"

    Waits for a given future resource to resolve and throws errors if any.

    "},{"t":"M","n":"Cassandra\\FuturePreparedStatement::get","p":"Cassandra/FuturePreparedStatement.html#method_get","d":"

    Waits for a given future resource to resolve and throws errors if any.

    "},{"t":"M","n":"Cassandra\\FutureRows::get","p":"Cassandra/FutureRows.html#method_get","d":"

    Waits for a given future resource to resolve and throws errors if any.

    "},{"t":"M","n":"Cassandra\\FutureSession::get","p":"Cassandra/FutureSession.html#method_get","d":"

    Waits for a given future resource to resolve and throws errors if any.

    "},{"t":"M","n":"Cassandra\\FutureValue::get","p":"Cassandra/FutureValue.html#method_get","d":"

    Waits for a given future resource to resolve and throws errors if any.

    "},{"t":"M","n":"Cassandra\\Index::name","p":"Cassandra/Index.html#method_name","d":"

    Returns the name of the index

    "},{"t":"M","n":"Cassandra\\Index::kind","p":"Cassandra/Index.html#method_kind","d":"

    Returns the kind of index

    "},{"t":"M","n":"Cassandra\\Index::target","p":"Cassandra/Index.html#method_target","d":"

    Returns the target column of the index

    "},{"t":"M","n":"Cassandra\\Index::option","p":"Cassandra/Index.html#method_option","d":"

    Return a column's option by name

    "},{"t":"M","n":"Cassandra\\Index::options","p":"Cassandra/Index.html#method_options","d":"

    Returns all the index's options

    "},{"t":"M","n":"Cassandra\\Index::className","p":"Cassandra/Index.html#method_className","d":"

    Returns the class name of the index

    "},{"t":"M","n":"Cassandra\\Index::isCustom","p":"Cassandra/Index.html#method_isCustom","d":"

    Determines if the index is a custom index.

    "},{"t":"M","n":"Cassandra\\Inet::__construct","p":"Cassandra/Inet.html#method___construct","d":"

    Creates a new IPv4 or IPv6 inet address.

    "},{"t":"M","n":"Cassandra\\Inet::__toString","p":"Cassandra/Inet.html#method___toString","d":"

    Returns the normalized string representation of the address.

    "},{"t":"M","n":"Cassandra\\Inet::type","p":"Cassandra/Inet.html#method_type","d":"

    The type of this inet.

    "},{"t":"M","n":"Cassandra\\Inet::address","p":"Cassandra/Inet.html#method_address","d":"

    Returns the normalized string representation of the address.

    "},{"t":"M","n":"Cassandra\\Keyspace::name","p":"Cassandra/Keyspace.html#method_name","d":"

    Returns keyspace name

    "},{"t":"M","n":"Cassandra\\Keyspace::replicationClassName","p":"Cassandra/Keyspace.html#method_replicationClassName","d":"

    Returns replication class name

    "},{"t":"M","n":"Cassandra\\Keyspace::replicationOptions","p":"Cassandra/Keyspace.html#method_replicationOptions","d":"

    Returns replication options

    "},{"t":"M","n":"Cassandra\\Keyspace::hasDurableWrites","p":"Cassandra/Keyspace.html#method_hasDurableWrites","d":"

    Returns whether the keyspace has durable writes enabled

    "},{"t":"M","n":"Cassandra\\Keyspace::table","p":"Cassandra/Keyspace.html#method_table","d":"

    Returns a table by name

    "},{"t":"M","n":"Cassandra\\Keyspace::tables","p":"Cassandra/Keyspace.html#method_tables","d":"

    Returns all tables defined in this keyspace

    "},{"t":"M","n":"Cassandra\\Keyspace::userType","p":"Cassandra/Keyspace.html#method_userType","d":"

    Get user type by name

    "},{"t":"M","n":"Cassandra\\Keyspace::userTypes","p":"Cassandra/Keyspace.html#method_userTypes","d":"

    Get all user types

    "},{"t":"M","n":"Cassandra\\Keyspace::materializedView","p":"Cassandra/Keyspace.html#method_materializedView","d":"

    Get materialized view by name

    "},{"t":"M","n":"Cassandra\\Keyspace::materializedViews","p":"Cassandra/Keyspace.html#method_materializedViews","d":"

    Gets all materialized views

    "},{"t":"M","n":"Cassandra\\Keyspace::function_","p":"Cassandra/Keyspace.html#method_function_","d":"

    Get a function by name and signature

    "},{"t":"M","n":"Cassandra\\Keyspace::functions","p":"Cassandra/Keyspace.html#method_functions","d":"

    Get all functions

    "},{"t":"M","n":"Cassandra\\Keyspace::aggregate","p":"Cassandra/Keyspace.html#method_aggregate","d":"

    Get an aggregate by name and signature

    "},{"t":"M","n":"Cassandra\\Keyspace::aggregates","p":"Cassandra/Keyspace.html#method_aggregates","d":"

    Get all aggregates

    "},{"t":"M","n":"Cassandra\\Map::__construct","p":"Cassandra/Map.html#method___construct","d":"

    Creates a new map of a given key and value type.

    "},{"t":"M","n":"Cassandra\\Map::type","p":"Cassandra/Map.html#method_type","d":"

    The type of this map.

    "},{"t":"M","n":"Cassandra\\Map::keys","p":"Cassandra/Map.html#method_keys","d":"

    Returns all keys in the map as an array.

    "},{"t":"M","n":"Cassandra\\Map::values","p":"Cassandra/Map.html#method_values","d":"

    Returns all values in the map as an array.

    "},{"t":"M","n":"Cassandra\\Map::set","p":"Cassandra/Map.html#method_set","d":"

    Sets key/value in the map.

    "},{"t":"M","n":"Cassandra\\Map::get","p":"Cassandra/Map.html#method_get","d":"

    Gets the value of the key in the map.

    "},{"t":"M","n":"Cassandra\\Map::remove","p":"Cassandra/Map.html#method_remove","d":"

    Removes the key from the map.

    "},{"t":"M","n":"Cassandra\\Map::has","p":"Cassandra/Map.html#method_has","d":"

    Returns whether the key is in the map.

    "},{"t":"M","n":"Cassandra\\Map::count","p":"Cassandra/Map.html#method_count","d":"

    Total number of elements in this map

    "},{"t":"M","n":"Cassandra\\Map::current","p":"Cassandra/Map.html#method_current","d":"

    Current value for iteration

    "},{"t":"M","n":"Cassandra\\Map::key","p":"Cassandra/Map.html#method_key","d":"

    Current key for iteration

    "},{"t":"M","n":"Cassandra\\Map::next","p":"Cassandra/Map.html#method_next","d":"

    Move internal iterator forward

    "},{"t":"M","n":"Cassandra\\Map::valid","p":"Cassandra/Map.html#method_valid","d":"

    Check whether a current value exists

    "},{"t":"M","n":"Cassandra\\Map::rewind","p":"Cassandra/Map.html#method_rewind","d":"

    Rewind internal iterator

    "},{"t":"M","n":"Cassandra\\Map::offsetSet","p":"Cassandra/Map.html#method_offsetSet","d":"

    Sets the value at a given key

    "},{"t":"M","n":"Cassandra\\Map::offsetGet","p":"Cassandra/Map.html#method_offsetGet","d":"

    Retrieves the value at a given key

    "},{"t":"M","n":"Cassandra\\Map::offsetUnset","p":"Cassandra/Map.html#method_offsetUnset","d":"

    Deletes the value at a given key

    "},{"t":"M","n":"Cassandra\\Map::offsetExists","p":"Cassandra/Map.html#method_offsetExists","d":"

    Returns whether the value a given key is present

    "},{"t":"M","n":"Cassandra\\MaterializedView::baseTable","p":"Cassandra/MaterializedView.html#method_baseTable","d":"

    Returns the base table of the view

    "},{"t":"M","n":"Cassandra\\MaterializedView::name","p":"Cassandra/MaterializedView.html#method_name","d":"

    Returns the name of this view

    "},{"t":"M","n":"Cassandra\\MaterializedView::option","p":"Cassandra/MaterializedView.html#method_option","d":"

    Return a view's option by name

    "},{"t":"M","n":"Cassandra\\MaterializedView::options","p":"Cassandra/MaterializedView.html#method_options","d":"

    Returns all the view's options

    "},{"t":"M","n":"Cassandra\\MaterializedView::comment","p":"Cassandra/MaterializedView.html#method_comment","d":"

    Description of the view, if any

    "},{"t":"M","n":"Cassandra\\MaterializedView::readRepairChance","p":"Cassandra/MaterializedView.html#method_readRepairChance","d":"

    Returns read repair chance

    "},{"t":"M","n":"Cassandra\\MaterializedView::localReadRepairChance","p":"Cassandra/MaterializedView.html#method_localReadRepairChance","d":"

    Returns local read repair chance

    "},{"t":"M","n":"Cassandra\\MaterializedView::gcGraceSeconds","p":"Cassandra/MaterializedView.html#method_gcGraceSeconds","d":"

    Returns GC grace seconds

    "},{"t":"M","n":"Cassandra\\MaterializedView::caching","p":"Cassandra/MaterializedView.html#method_caching","d":"

    Returns caching options

    "},{"t":"M","n":"Cassandra\\MaterializedView::bloomFilterFPChance","p":"Cassandra/MaterializedView.html#method_bloomFilterFPChance","d":"

    Returns bloom filter FP chance

    "},{"t":"M","n":"Cassandra\\MaterializedView::memtableFlushPeriodMs","p":"Cassandra/MaterializedView.html#method_memtableFlushPeriodMs","d":"

    Returns memtable flush period in milliseconds

    "},{"t":"M","n":"Cassandra\\MaterializedView::defaultTTL","p":"Cassandra/MaterializedView.html#method_defaultTTL","d":"

    Returns default TTL.

    "},{"t":"M","n":"Cassandra\\MaterializedView::speculativeRetry","p":"Cassandra/MaterializedView.html#method_speculativeRetry","d":"

    Returns speculative retry.

    "},{"t":"M","n":"Cassandra\\MaterializedView::indexInterval","p":"Cassandra/MaterializedView.html#method_indexInterval","d":"

    Returns index interval

    "},{"t":"M","n":"Cassandra\\MaterializedView::compactionStrategyClassName","p":"Cassandra/MaterializedView.html#method_compactionStrategyClassName","d":"

    Returns compaction strategy class name

    "},{"t":"M","n":"Cassandra\\MaterializedView::compactionStrategyOptions","p":"Cassandra/MaterializedView.html#method_compactionStrategyOptions","d":"

    Returns compaction strategy options

    "},{"t":"M","n":"Cassandra\\MaterializedView::compressionParameters","p":"Cassandra/MaterializedView.html#method_compressionParameters","d":"

    Returns compression parameters

    "},{"t":"M","n":"Cassandra\\MaterializedView::populateIOCacheOnFlush","p":"Cassandra/MaterializedView.html#method_populateIOCacheOnFlush","d":"

    Returns whether or not the populate_io_cache_on_flush is true

    "},{"t":"M","n":"Cassandra\\MaterializedView::replicateOnWrite","p":"Cassandra/MaterializedView.html#method_replicateOnWrite","d":"

    Returns whether or not the replicate_on_write is true

    "},{"t":"M","n":"Cassandra\\MaterializedView::maxIndexInterval","p":"Cassandra/MaterializedView.html#method_maxIndexInterval","d":"

    Returns the value of max_index_interval

    "},{"t":"M","n":"Cassandra\\MaterializedView::minIndexInterval","p":"Cassandra/MaterializedView.html#method_minIndexInterval","d":"

    Returns the value of min_index_interval

    "},{"t":"M","n":"Cassandra\\MaterializedView::column","p":"Cassandra/MaterializedView.html#method_column","d":"

    Returns column by name

    "},{"t":"M","n":"Cassandra\\MaterializedView::columns","p":"Cassandra/MaterializedView.html#method_columns","d":"

    Returns all columns in this view

    "},{"t":"M","n":"Cassandra\\MaterializedView::partitionKey","p":"Cassandra/MaterializedView.html#method_partitionKey","d":"

    Returns the partition key columns of the view

    "},{"t":"M","n":"Cassandra\\MaterializedView::primaryKey","p":"Cassandra/MaterializedView.html#method_primaryKey","d":"

    Returns both the partition and clustering key columns of the view

    "},{"t":"M","n":"Cassandra\\MaterializedView::clusteringKey","p":"Cassandra/MaterializedView.html#method_clusteringKey","d":"

    Returns the clustering key columns of the view

    "},{"t":"M","n":"Cassandra\\MaterializedView::clusteringOrder","p":"Cassandra/MaterializedView.html#method_clusteringOrder","d":""},{"t":"M","n":"Cassandra\\Numeric::add","p":"Cassandra/Numeric.html#method_add","d":""},{"t":"M","n":"Cassandra\\Numeric::sub","p":"Cassandra/Numeric.html#method_sub","d":""},{"t":"M","n":"Cassandra\\Numeric::mul","p":"Cassandra/Numeric.html#method_mul","d":""},{"t":"M","n":"Cassandra\\Numeric::div","p":"Cassandra/Numeric.html#method_div","d":""},{"t":"M","n":"Cassandra\\Numeric::mod","p":"Cassandra/Numeric.html#method_mod","d":""},{"t":"M","n":"Cassandra\\Numeric::abs","p":"Cassandra/Numeric.html#method_abs","d":""},{"t":"M","n":"Cassandra\\Numeric::neg","p":"Cassandra/Numeric.html#method_neg","d":""},{"t":"M","n":"Cassandra\\Numeric::sqrt","p":"Cassandra/Numeric.html#method_sqrt","d":""},{"t":"M","n":"Cassandra\\Numeric::toInt","p":"Cassandra/Numeric.html#method_toInt","d":""},{"t":"M","n":"Cassandra\\Numeric::toDouble","p":"Cassandra/Numeric.html#method_toDouble","d":""},{"t":"M","n":"Cassandra\\RetryPolicy\\Logging::__construct","p":"Cassandra/RetryPolicy/Logging.html#method___construct","d":"

    Creates a new Logging retry policy.

    "},{"t":"M","n":"Cassandra\\Rows::__construct","p":"Cassandra/Rows.html#method___construct","d":""},{"t":"M","n":"Cassandra\\Rows::count","p":"Cassandra/Rows.html#method_count","d":"

    Returns the number of rows.

    "},{"t":"M","n":"Cassandra\\Rows::rewind","p":"Cassandra/Rows.html#method_rewind","d":"

    Resets the rows iterator.

    "},{"t":"M","n":"Cassandra\\Rows::current","p":"Cassandra/Rows.html#method_current","d":"

    Returns current row.

    "},{"t":"M","n":"Cassandra\\Rows::key","p":"Cassandra/Rows.html#method_key","d":"

    Returns current index.

    "},{"t":"M","n":"Cassandra\\Rows::next","p":"Cassandra/Rows.html#method_next","d":"

    Advances the rows iterator by one.

    "},{"t":"M","n":"Cassandra\\Rows::valid","p":"Cassandra/Rows.html#method_valid","d":"

    Returns existence of more rows being available.

    "},{"t":"M","n":"Cassandra\\Rows::offsetExists","p":"Cassandra/Rows.html#method_offsetExists","d":"

    Returns existence of a given row.

    "},{"t":"M","n":"Cassandra\\Rows::offsetGet","p":"Cassandra/Rows.html#method_offsetGet","d":"

    Returns a row at given index.

    "},{"t":"M","n":"Cassandra\\Rows::offsetSet","p":"Cassandra/Rows.html#method_offsetSet","d":"

    Sets a row at given index.

    "},{"t":"M","n":"Cassandra\\Rows::offsetUnset","p":"Cassandra/Rows.html#method_offsetUnset","d":"

    Removes a row at given index.

    "},{"t":"M","n":"Cassandra\\Rows::isLastPage","p":"Cassandra/Rows.html#method_isLastPage","d":"

    Check for the last page when paging.

    "},{"t":"M","n":"Cassandra\\Rows::nextPage","p":"Cassandra/Rows.html#method_nextPage","d":"

    Get the next page of results.

    "},{"t":"M","n":"Cassandra\\Rows::nextPageAsync","p":"Cassandra/Rows.html#method_nextPageAsync","d":"

    Get the next page of results asynchronously.

    "},{"t":"M","n":"Cassandra\\Rows::pagingStateToken","p":"Cassandra/Rows.html#method_pagingStateToken","d":"

    Returns the raw paging state token.

    "},{"t":"M","n":"Cassandra\\Rows::first","p":"Cassandra/Rows.html#method_first","d":"

    Get the first row.

    "},{"t":"M","n":"Cassandra\\SSLOptions\\Builder::build","p":"Cassandra/SSLOptions/Builder.html#method_build","d":"

    Builds SSL options.

    "},{"t":"M","n":"Cassandra\\SSLOptions\\Builder::withTrustedCerts","p":"Cassandra/SSLOptions/Builder.html#method_withTrustedCerts","d":"

    Adds a trusted certificate. This is used to verify node's identity.

    "},{"t":"M","n":"Cassandra\\SSLOptions\\Builder::withVerifyFlags","p":"Cassandra/SSLOptions/Builder.html#method_withVerifyFlags","d":"

    Disable certificate verification.

    "},{"t":"M","n":"Cassandra\\SSLOptions\\Builder::withClientCert","p":"Cassandra/SSLOptions/Builder.html#method_withClientCert","d":"

    Set client-side certificate chain.

    "},{"t":"M","n":"Cassandra\\SSLOptions\\Builder::withPrivateKey","p":"Cassandra/SSLOptions/Builder.html#method_withPrivateKey","d":"

    Set client-side private key. This is used to authenticate the client on\nthe server-side.

    "},{"t":"M","n":"Cassandra\\Schema::keyspace","p":"Cassandra/Schema.html#method_keyspace","d":"

    Returns a Keyspace instance by name.

    "},{"t":"M","n":"Cassandra\\Schema::keyspaces","p":"Cassandra/Schema.html#method_keyspaces","d":"

    Returns all keyspaces defined in the schema.

    "},{"t":"M","n":"Cassandra\\Session::execute","p":"Cassandra/Session.html#method_execute","d":"

    Execute a query.

    "},{"t":"M","n":"Cassandra\\Session::executeAsync","p":"Cassandra/Session.html#method_executeAsync","d":"

    Execute a query asynchronously. This method returns immediately, but\nthe query continues execution in the background.

    "},{"t":"M","n":"Cassandra\\Session::prepare","p":"Cassandra/Session.html#method_prepare","d":"

    Prepare a query for execution.

    "},{"t":"M","n":"Cassandra\\Session::prepareAsync","p":"Cassandra/Session.html#method_prepareAsync","d":"

    Asynchronously prepare a query for execution.

    "},{"t":"M","n":"Cassandra\\Session::close","p":"Cassandra/Session.html#method_close","d":"

    Close the session and all its connections.

    "},{"t":"M","n":"Cassandra\\Session::closeAsync","p":"Cassandra/Session.html#method_closeAsync","d":"

    Asynchronously close the session and all its connections.

    "},{"t":"M","n":"Cassandra\\Session::metrics","p":"Cassandra/Session.html#method_metrics","d":"

    Get performance and diagnostic metrics.

    "},{"t":"M","n":"Cassandra\\Session::schema","p":"Cassandra/Session.html#method_schema","d":"

    Get a snapshot of the cluster's current schema.

    "},{"t":"M","n":"Cassandra\\Set::__construct","p":"Cassandra/Set.html#method___construct","d":"

    Creates a new collection of a given type.

    "},{"t":"M","n":"Cassandra\\Set::type","p":"Cassandra/Set.html#method_type","d":"

    The type of this set.

    "},{"t":"M","n":"Cassandra\\Set::values","p":"Cassandra/Set.html#method_values","d":"

    Array of values in this set.

    "},{"t":"M","n":"Cassandra\\Set::add","p":"Cassandra/Set.html#method_add","d":"

    Adds a value to this set.

    "},{"t":"M","n":"Cassandra\\Set::has","p":"Cassandra/Set.html#method_has","d":"

    Returns whether a value is in this set.

    "},{"t":"M","n":"Cassandra\\Set::remove","p":"Cassandra/Set.html#method_remove","d":"

    Removes a value to this set.

    "},{"t":"M","n":"Cassandra\\Set::count","p":"Cassandra/Set.html#method_count","d":"

    Total number of elements in this set

    "},{"t":"M","n":"Cassandra\\Set::current","p":"Cassandra/Set.html#method_current","d":"

    Current element for iteration

    "},{"t":"M","n":"Cassandra\\Set::key","p":"Cassandra/Set.html#method_key","d":"

    Current key for iteration

    "},{"t":"M","n":"Cassandra\\Set::next","p":"Cassandra/Set.html#method_next","d":"

    Move internal iterator forward

    "},{"t":"M","n":"Cassandra\\Set::valid","p":"Cassandra/Set.html#method_valid","d":"

    Check whether a current value exists

    "},{"t":"M","n":"Cassandra\\Set::rewind","p":"Cassandra/Set.html#method_rewind","d":"

    Rewind internal iterator

    "},{"t":"M","n":"Cassandra\\SimpleStatement::__construct","p":"Cassandra/SimpleStatement.html#method___construct","d":"

    Creates a new simple statement with the provided CQL.

    "},{"t":"M","n":"Cassandra\\Smallint::__construct","p":"Cassandra/Smallint.html#method___construct","d":"

    Creates a new 16-bit signed integer.

    "},{"t":"M","n":"Cassandra\\Smallint::min","p":"Cassandra/Smallint.html#method_min","d":"

    Minimum possible Smallint value

    "},{"t":"M","n":"Cassandra\\Smallint::max","p":"Cassandra/Smallint.html#method_max","d":"

    Maximum possible Smallint value

    "},{"t":"M","n":"Cassandra\\Smallint::__toString","p":"Cassandra/Smallint.html#method___toString","d":""},{"t":"M","n":"Cassandra\\Smallint::type","p":"Cassandra/Smallint.html#method_type","d":"

    The type of this value (smallint).

    "},{"t":"M","n":"Cassandra\\Smallint::value","p":"Cassandra/Smallint.html#method_value","d":"

    Returns the integer value.

    "},{"t":"M","n":"Cassandra\\Smallint::add","p":"Cassandra/Smallint.html#method_add","d":""},{"t":"M","n":"Cassandra\\Smallint::sub","p":"Cassandra/Smallint.html#method_sub","d":""},{"t":"M","n":"Cassandra\\Smallint::mul","p":"Cassandra/Smallint.html#method_mul","d":""},{"t":"M","n":"Cassandra\\Smallint::div","p":"Cassandra/Smallint.html#method_div","d":""},{"t":"M","n":"Cassandra\\Smallint::mod","p":"Cassandra/Smallint.html#method_mod","d":""},{"t":"M","n":"Cassandra\\Smallint::abs","p":"Cassandra/Smallint.html#method_abs","d":""},{"t":"M","n":"Cassandra\\Smallint::neg","p":"Cassandra/Smallint.html#method_neg","d":""},{"t":"M","n":"Cassandra\\Smallint::sqrt","p":"Cassandra/Smallint.html#method_sqrt","d":""},{"t":"M","n":"Cassandra\\Smallint::toInt","p":"Cassandra/Smallint.html#method_toInt","d":""},{"t":"M","n":"Cassandra\\Smallint::toDouble","p":"Cassandra/Smallint.html#method_toDouble","d":""},{"t":"M","n":"Cassandra\\Table::name","p":"Cassandra/Table.html#method_name","d":"

    Returns the name of this table

    "},{"t":"M","n":"Cassandra\\Table::option","p":"Cassandra/Table.html#method_option","d":"

    Return a table's option by name

    "},{"t":"M","n":"Cassandra\\Table::options","p":"Cassandra/Table.html#method_options","d":"

    Returns all the table's options

    "},{"t":"M","n":"Cassandra\\Table::comment","p":"Cassandra/Table.html#method_comment","d":"

    Description of the table, if any

    "},{"t":"M","n":"Cassandra\\Table::readRepairChance","p":"Cassandra/Table.html#method_readRepairChance","d":"

    Returns read repair chance

    "},{"t":"M","n":"Cassandra\\Table::localReadRepairChance","p":"Cassandra/Table.html#method_localReadRepairChance","d":"

    Returns local read repair chance

    "},{"t":"M","n":"Cassandra\\Table::gcGraceSeconds","p":"Cassandra/Table.html#method_gcGraceSeconds","d":"

    Returns GC grace seconds

    "},{"t":"M","n":"Cassandra\\Table::caching","p":"Cassandra/Table.html#method_caching","d":"

    Returns caching options

    "},{"t":"M","n":"Cassandra\\Table::bloomFilterFPChance","p":"Cassandra/Table.html#method_bloomFilterFPChance","d":"

    Returns bloom filter FP chance

    "},{"t":"M","n":"Cassandra\\Table::memtableFlushPeriodMs","p":"Cassandra/Table.html#method_memtableFlushPeriodMs","d":"

    Returns memtable flush period in milliseconds

    "},{"t":"M","n":"Cassandra\\Table::defaultTTL","p":"Cassandra/Table.html#method_defaultTTL","d":"

    Returns default TTL.

    "},{"t":"M","n":"Cassandra\\Table::speculativeRetry","p":"Cassandra/Table.html#method_speculativeRetry","d":"

    Returns speculative retry.

    "},{"t":"M","n":"Cassandra\\Table::indexInterval","p":"Cassandra/Table.html#method_indexInterval","d":"

    Returns index interval

    "},{"t":"M","n":"Cassandra\\Table::compactionStrategyClassName","p":"Cassandra/Table.html#method_compactionStrategyClassName","d":"

    Returns compaction strategy class name

    "},{"t":"M","n":"Cassandra\\Table::compactionStrategyOptions","p":"Cassandra/Table.html#method_compactionStrategyOptions","d":"

    Returns compaction strategy options

    "},{"t":"M","n":"Cassandra\\Table::compressionParameters","p":"Cassandra/Table.html#method_compressionParameters","d":"

    Returns compression parameters

    "},{"t":"M","n":"Cassandra\\Table::populateIOCacheOnFlush","p":"Cassandra/Table.html#method_populateIOCacheOnFlush","d":"

    Returns whether or not the populate_io_cache_on_flush is true

    "},{"t":"M","n":"Cassandra\\Table::replicateOnWrite","p":"Cassandra/Table.html#method_replicateOnWrite","d":"

    Returns whether or not the replicate_on_write is true

    "},{"t":"M","n":"Cassandra\\Table::maxIndexInterval","p":"Cassandra/Table.html#method_maxIndexInterval","d":"

    Returns the value of max_index_interval

    "},{"t":"M","n":"Cassandra\\Table::minIndexInterval","p":"Cassandra/Table.html#method_minIndexInterval","d":"

    Returns the value of min_index_interval

    "},{"t":"M","n":"Cassandra\\Table::column","p":"Cassandra/Table.html#method_column","d":"

    Returns column by name

    "},{"t":"M","n":"Cassandra\\Table::columns","p":"Cassandra/Table.html#method_columns","d":"

    Returns all columns in this table

    "},{"t":"M","n":"Cassandra\\Table::partitionKey","p":"Cassandra/Table.html#method_partitionKey","d":"

    Returns the partition key columns of the table

    "},{"t":"M","n":"Cassandra\\Table::primaryKey","p":"Cassandra/Table.html#method_primaryKey","d":"

    Returns both the partition and clustering key columns of the table

    "},{"t":"M","n":"Cassandra\\Table::clusteringKey","p":"Cassandra/Table.html#method_clusteringKey","d":"

    Returns the clustering key columns of the table

    "},{"t":"M","n":"Cassandra\\Table::clusteringOrder","p":"Cassandra/Table.html#method_clusteringOrder","d":""},{"t":"M","n":"Cassandra\\Time::__construct","p":"Cassandra/Time.html#method___construct","d":"

    Creates a new Time object

    "},{"t":"M","n":"Cassandra\\Time::fromDateTime","p":"Cassandra/Time.html#method_fromDateTime","d":""},{"t":"M","n":"Cassandra\\Time::type","p":"Cassandra/Time.html#method_type","d":"

    The type of this date.

    "},{"t":"M","n":"Cassandra\\Time::seconds","p":"Cassandra/Time.html#method_seconds","d":""},{"t":"M","n":"Cassandra\\Time::__toString","p":"Cassandra/Time.html#method___toString","d":""},{"t":"M","n":"Cassandra\\Timestamp::__construct","p":"Cassandra/Timestamp.html#method___construct","d":"

    Creates a new timestamp from either unix timestamp and microseconds or\nfrom the current time by default.

    "},{"t":"M","n":"Cassandra\\Timestamp::type","p":"Cassandra/Timestamp.html#method_type","d":"

    The type of this timestamp.

    "},{"t":"M","n":"Cassandra\\Timestamp::time","p":"Cassandra/Timestamp.html#method_time","d":"

    Unix timestamp.

    "},{"t":"M","n":"Cassandra\\Timestamp::microtime","p":"Cassandra/Timestamp.html#method_microtime","d":"

    Microtime from this timestamp

    "},{"t":"M","n":"Cassandra\\Timestamp::toDateTime","p":"Cassandra/Timestamp.html#method_toDateTime","d":"

    Converts current timestamp to PHP DateTime.

    "},{"t":"M","n":"Cassandra\\Timestamp::__toString","p":"Cassandra/Timestamp.html#method___toString","d":"

    Returns a string representation of this timestamp.

    "},{"t":"M","n":"Cassandra\\Timeuuid::__construct","p":"Cassandra/Timeuuid.html#method___construct","d":"

    Creates a timeuuid from a given timestamp or current time.

    "},{"t":"M","n":"Cassandra\\Timeuuid::__toString","p":"Cassandra/Timeuuid.html#method___toString","d":"

    Returns this timeuuid as string.

    "},{"t":"M","n":"Cassandra\\Timeuuid::type","p":"Cassandra/Timeuuid.html#method_type","d":"

    The type of this timeuuid.

    "},{"t":"M","n":"Cassandra\\Timeuuid::uuid","p":"Cassandra/Timeuuid.html#method_uuid","d":"

    Returns this timeuuid as string.

    "},{"t":"M","n":"Cassandra\\Timeuuid::version","p":"Cassandra/Timeuuid.html#method_version","d":"

    Returns the version of this timeuuid.

    "},{"t":"M","n":"Cassandra\\Timeuuid::time","p":"Cassandra/Timeuuid.html#method_time","d":"

    Unix timestamp.

    "},{"t":"M","n":"Cassandra\\Timeuuid::toDateTime","p":"Cassandra/Timeuuid.html#method_toDateTime","d":"

    Converts current timeuuid to PHP DateTime.

    "},{"t":"M","n":"Cassandra\\Tinyint::__construct","p":"Cassandra/Tinyint.html#method___construct","d":"

    Creates a new 8-bit signed integer.

    "},{"t":"M","n":"Cassandra\\Tinyint::min","p":"Cassandra/Tinyint.html#method_min","d":"

    Minimum possible Tinyint value

    "},{"t":"M","n":"Cassandra\\Tinyint::max","p":"Cassandra/Tinyint.html#method_max","d":"

    Maximum possible Tinyint value

    "},{"t":"M","n":"Cassandra\\Tinyint::__toString","p":"Cassandra/Tinyint.html#method___toString","d":""},{"t":"M","n":"Cassandra\\Tinyint::type","p":"Cassandra/Tinyint.html#method_type","d":"

    The type of this value (tinyint).

    "},{"t":"M","n":"Cassandra\\Tinyint::value","p":"Cassandra/Tinyint.html#method_value","d":"

    Returns the integer value.

    "},{"t":"M","n":"Cassandra\\Tinyint::add","p":"Cassandra/Tinyint.html#method_add","d":""},{"t":"M","n":"Cassandra\\Tinyint::sub","p":"Cassandra/Tinyint.html#method_sub","d":""},{"t":"M","n":"Cassandra\\Tinyint::mul","p":"Cassandra/Tinyint.html#method_mul","d":""},{"t":"M","n":"Cassandra\\Tinyint::div","p":"Cassandra/Tinyint.html#method_div","d":""},{"t":"M","n":"Cassandra\\Tinyint::mod","p":"Cassandra/Tinyint.html#method_mod","d":""},{"t":"M","n":"Cassandra\\Tinyint::abs","p":"Cassandra/Tinyint.html#method_abs","d":""},{"t":"M","n":"Cassandra\\Tinyint::neg","p":"Cassandra/Tinyint.html#method_neg","d":""},{"t":"M","n":"Cassandra\\Tinyint::sqrt","p":"Cassandra/Tinyint.html#method_sqrt","d":""},{"t":"M","n":"Cassandra\\Tinyint::toInt","p":"Cassandra/Tinyint.html#method_toInt","d":""},{"t":"M","n":"Cassandra\\Tinyint::toDouble","p":"Cassandra/Tinyint.html#method_toDouble","d":""},{"t":"M","n":"Cassandra\\Tuple::__construct","p":"Cassandra/Tuple.html#method___construct","d":"

    Creates a new tuple with the given types.

    "},{"t":"M","n":"Cassandra\\Tuple::type","p":"Cassandra/Tuple.html#method_type","d":"

    The type of this tuple.

    "},{"t":"M","n":"Cassandra\\Tuple::values","p":"Cassandra/Tuple.html#method_values","d":"

    Array of values in this tuple.

    "},{"t":"M","n":"Cassandra\\Tuple::set","p":"Cassandra/Tuple.html#method_set","d":"

    Sets the value at index in this tuple .

    "},{"t":"M","n":"Cassandra\\Tuple::get","p":"Cassandra/Tuple.html#method_get","d":"

    Retrieves the value at a given index.

    "},{"t":"M","n":"Cassandra\\Tuple::count","p":"Cassandra/Tuple.html#method_count","d":"

    Total number of elements in this tuple

    "},{"t":"M","n":"Cassandra\\Tuple::current","p":"Cassandra/Tuple.html#method_current","d":"

    Current element for iteration

    "},{"t":"M","n":"Cassandra\\Tuple::key","p":"Cassandra/Tuple.html#method_key","d":"

    Current key for iteration

    "},{"t":"M","n":"Cassandra\\Tuple::next","p":"Cassandra/Tuple.html#method_next","d":"

    Move internal iterator forward

    "},{"t":"M","n":"Cassandra\\Tuple::valid","p":"Cassandra/Tuple.html#method_valid","d":"

    Check whether a current value exists

    "},{"t":"M","n":"Cassandra\\Tuple::rewind","p":"Cassandra/Tuple.html#method_rewind","d":"

    Rewind internal iterator

    "},{"t":"M","n":"Cassandra\\Type::ascii","p":"Cassandra/Type.html#method_ascii","d":"

    Get representation of ascii type

    "},{"t":"M","n":"Cassandra\\Type::bigint","p":"Cassandra/Type.html#method_bigint","d":"

    Get representation of bigint type

    "},{"t":"M","n":"Cassandra\\Type::smallint","p":"Cassandra/Type.html#method_smallint","d":"

    Get representation of smallint type

    "},{"t":"M","n":"Cassandra\\Type::tinyint","p":"Cassandra/Type.html#method_tinyint","d":"

    Get representation of tinyint type

    "},{"t":"M","n":"Cassandra\\Type::blob","p":"Cassandra/Type.html#method_blob","d":"

    Get representation of blob type

    "},{"t":"M","n":"Cassandra\\Type::boolean","p":"Cassandra/Type.html#method_boolean","d":"

    Get representation of boolean type

    "},{"t":"M","n":"Cassandra\\Type::counter","p":"Cassandra/Type.html#method_counter","d":"

    Get representation of counter type

    "},{"t":"M","n":"Cassandra\\Type::decimal","p":"Cassandra/Type.html#method_decimal","d":"

    Get representation of decimal type

    "},{"t":"M","n":"Cassandra\\Type::double","p":"Cassandra/Type.html#method_double","d":"

    Get representation of double type

    "},{"t":"M","n":"Cassandra\\Type::duration","p":"Cassandra/Type.html#method_duration","d":"

    Get representation of duration type

    "},{"t":"M","n":"Cassandra\\Type::float","p":"Cassandra/Type.html#method_float","d":"

    Get representation of float type

    "},{"t":"M","n":"Cassandra\\Type::int","p":"Cassandra/Type.html#method_int","d":"

    Get representation of int type

    "},{"t":"M","n":"Cassandra\\Type::text","p":"Cassandra/Type.html#method_text","d":"

    Get representation of text type

    "},{"t":"M","n":"Cassandra\\Type::timestamp","p":"Cassandra/Type.html#method_timestamp","d":"

    Get representation of timestamp type

    "},{"t":"M","n":"Cassandra\\Type::date","p":"Cassandra/Type.html#method_date","d":"

    Get representation of date type

    "},{"t":"M","n":"Cassandra\\Type::time","p":"Cassandra/Type.html#method_time","d":"

    Get representation of time type

    "},{"t":"M","n":"Cassandra\\Type::uuid","p":"Cassandra/Type.html#method_uuid","d":"

    Get representation of uuid type

    "},{"t":"M","n":"Cassandra\\Type::varchar","p":"Cassandra/Type.html#method_varchar","d":"

    Get representation of varchar type

    "},{"t":"M","n":"Cassandra\\Type::varint","p":"Cassandra/Type.html#method_varint","d":"

    Get representation of varint type

    "},{"t":"M","n":"Cassandra\\Type::timeuuid","p":"Cassandra/Type.html#method_timeuuid","d":"

    Get representation of timeuuid type

    "},{"t":"M","n":"Cassandra\\Type::inet","p":"Cassandra/Type.html#method_inet","d":"

    Get representation of inet type

    "},{"t":"M","n":"Cassandra\\Type::collection","p":"Cassandra/Type.html#method_collection","d":"

    Initialize a Collection type

    \n
    \n<?php\nuse Type;
    "},{"t":"M","n":"Cassandra\\Type::set","p":"Cassandra/Type.html#method_set","d":"

    Initialize a set type

    \n
    \n<?php\nuse Type;
    "},{"t":"M","n":"Cassandra\\Type::map","p":"Cassandra/Type.html#method_map","d":"

    Initialize a map type

    \n
    \nuse Type;
    "},{"t":"M","n":"Cassandra\\Type::tuple","p":"Cassandra/Type.html#method_tuple","d":"

    Initialize a tuple type

    \n
    \nuse Type;
    "},{"t":"M","n":"Cassandra\\Type::userType","p":"Cassandra/Type.html#method_userType","d":"

    Initialize a user type

    \n
    \nuse Type;
    "},{"t":"M","n":"Cassandra\\Type::name","p":"Cassandra/Type.html#method_name","d":"

    Returns the name of this type as string.

    "},{"t":"M","n":"Cassandra\\Type::__toString","p":"Cassandra/Type.html#method___toString","d":"

    Returns string representation of this type.

    "},{"t":"M","n":"Cassandra\\Type\\Collection::name","p":"Cassandra/Type/Collection.html#method_name","d":"

    Returns "list"

    "},{"t":"M","n":"Cassandra\\Type\\Collection::valueType","p":"Cassandra/Type/Collection.html#method_valueType","d":"

    Returns type of values

    "},{"t":"M","n":"Cassandra\\Type\\Collection::__toString","p":"Cassandra/Type/Collection.html#method___toString","d":"

    Returns type representation in CQL, e.g. list<varchar>

    "},{"t":"M","n":"Cassandra\\Type\\Collection::create","p":"Cassandra/Type/Collection.html#method_create","d":"

    Creates a new Collection from the given values. When no values\ngiven, creates an empty list.

    "},{"t":"M","n":"Cassandra\\Type\\Custom::name","p":"Cassandra/Type/Custom.html#method_name","d":"

    Returns the name of this type as string.

    "},{"t":"M","n":"Cassandra\\Type\\Custom::__toString","p":"Cassandra/Type/Custom.html#method___toString","d":"

    Returns string representation of this type.

    "},{"t":"M","n":"Cassandra\\Type\\Custom::create","p":"Cassandra/Type/Custom.html#method_create","d":""},{"t":"M","n":"Cassandra\\Type\\Map::name","p":"Cassandra/Type/Map.html#method_name","d":"

    Returns "map"

    "},{"t":"M","n":"Cassandra\\Type\\Map::keyType","p":"Cassandra/Type/Map.html#method_keyType","d":"

    Returns type of keys

    "},{"t":"M","n":"Cassandra\\Type\\Map::valueType","p":"Cassandra/Type/Map.html#method_valueType","d":"

    Returns type of values

    "},{"t":"M","n":"Cassandra\\Type\\Map::__toString","p":"Cassandra/Type/Map.html#method___toString","d":"

    Returns type representation in CQL, e.g. map<varchar, int>

    "},{"t":"M","n":"Cassandra\\Type\\Map::create","p":"Cassandra/Type/Map.html#method_create","d":"

    Creates a new Map from the given values.

    "},{"t":"M","n":"Cassandra\\Type\\Scalar::name","p":"Cassandra/Type/Scalar.html#method_name","d":"

    Returns the name of this type as string.

    "},{"t":"M","n":"Cassandra\\Type\\Scalar::__toString","p":"Cassandra/Type/Scalar.html#method___toString","d":"

    Returns string representation of this type.

    "},{"t":"M","n":"Cassandra\\Type\\Scalar::create","p":"Cassandra/Type/Scalar.html#method_create","d":""},{"t":"M","n":"Cassandra\\Type\\Set::name","p":"Cassandra/Type/Set.html#method_name","d":"

    Returns "set"

    "},{"t":"M","n":"Cassandra\\Type\\Set::valueType","p":"Cassandra/Type/Set.html#method_valueType","d":"

    Returns type of values

    "},{"t":"M","n":"Cassandra\\Type\\Set::__toString","p":"Cassandra/Type/Set.html#method___toString","d":"

    Returns type representation in CQL, e.g. set<varchar>

    "},{"t":"M","n":"Cassandra\\Type\\Set::create","p":"Cassandra/Type/Set.html#method_create","d":"

    Creates a new Set from the given values.

    "},{"t":"M","n":"Cassandra\\Type\\Tuple::name","p":"Cassandra/Type/Tuple.html#method_name","d":"

    Returns "tuple"

    "},{"t":"M","n":"Cassandra\\Type\\Tuple::__toString","p":"Cassandra/Type/Tuple.html#method___toString","d":"

    Returns type representation in CQL, e.g. tuple<varchar, int>

    "},{"t":"M","n":"Cassandra\\Type\\Tuple::types","p":"Cassandra/Type/Tuple.html#method_types","d":"

    Returns types of values

    "},{"t":"M","n":"Cassandra\\Type\\Tuple::create","p":"Cassandra/Type/Tuple.html#method_create","d":"

    Creates a new Tuple from the given values. When no values given,\ncreates a tuple with null for the values.

    "},{"t":"M","n":"Cassandra\\Type\\UserType::withName","p":"Cassandra/Type/UserType.html#method_withName","d":"

    Associate the user type with a name.

    "},{"t":"M","n":"Cassandra\\Type\\UserType::name","p":"Cassandra/Type/UserType.html#method_name","d":"

    Returns type name for the user type

    "},{"t":"M","n":"Cassandra\\Type\\UserType::withKeyspace","p":"Cassandra/Type/UserType.html#method_withKeyspace","d":"

    Associate the user type with a keyspace.

    "},{"t":"M","n":"Cassandra\\Type\\UserType::keyspace","p":"Cassandra/Type/UserType.html#method_keyspace","d":"

    Returns keyspace for the user type

    "},{"t":"M","n":"Cassandra\\Type\\UserType::__toString","p":"Cassandra/Type/UserType.html#method___toString","d":"

    Returns type representation in CQL, e.g. keyspace1.type_name1 or\nuserType<name1:varchar, name2:int>.

    "},{"t":"M","n":"Cassandra\\Type\\UserType::types","p":"Cassandra/Type/UserType.html#method_types","d":"

    Returns types of values

    "},{"t":"M","n":"Cassandra\\Type\\UserType::create","p":"Cassandra/Type/UserType.html#method_create","d":"

    Creates a new UserTypeValue from the given name/value pairs. When\nno values given, creates an empty user type.

    "},{"t":"M","n":"Cassandra\\UserTypeValue::__construct","p":"Cassandra/UserTypeValue.html#method___construct","d":"

    Creates a new user type value with the given name/type pairs.

    "},{"t":"M","n":"Cassandra\\UserTypeValue::type","p":"Cassandra/UserTypeValue.html#method_type","d":"

    The type of this user type value.

    "},{"t":"M","n":"Cassandra\\UserTypeValue::values","p":"Cassandra/UserTypeValue.html#method_values","d":"

    Array of values in this user type value.

    "},{"t":"M","n":"Cassandra\\UserTypeValue::set","p":"Cassandra/UserTypeValue.html#method_set","d":"

    Sets the value at name in this user type value.

    "},{"t":"M","n":"Cassandra\\UserTypeValue::get","p":"Cassandra/UserTypeValue.html#method_get","d":"

    Retrieves the value at a given name.

    "},{"t":"M","n":"Cassandra\\UserTypeValue::count","p":"Cassandra/UserTypeValue.html#method_count","d":"

    Total number of elements in this user type value.

    "},{"t":"M","n":"Cassandra\\UserTypeValue::current","p":"Cassandra/UserTypeValue.html#method_current","d":"

    Current element for iteration

    "},{"t":"M","n":"Cassandra\\UserTypeValue::key","p":"Cassandra/UserTypeValue.html#method_key","d":"

    Current key for iteration

    "},{"t":"M","n":"Cassandra\\UserTypeValue::next","p":"Cassandra/UserTypeValue.html#method_next","d":"

    Move internal iterator forward

    "},{"t":"M","n":"Cassandra\\UserTypeValue::valid","p":"Cassandra/UserTypeValue.html#method_valid","d":"

    Check whether a current value exists

    "},{"t":"M","n":"Cassandra\\UserTypeValue::rewind","p":"Cassandra/UserTypeValue.html#method_rewind","d":"

    Rewind internal iterator

    "},{"t":"M","n":"Cassandra\\Uuid::__construct","p":"Cassandra/Uuid.html#method___construct","d":"

    Creates a uuid from a given uuid string or a random one.

    "},{"t":"M","n":"Cassandra\\Uuid::__toString","p":"Cassandra/Uuid.html#method___toString","d":"

    Returns this uuid as string.

    "},{"t":"M","n":"Cassandra\\Uuid::type","p":"Cassandra/Uuid.html#method_type","d":"

    The type of this uuid.

    "},{"t":"M","n":"Cassandra\\Uuid::uuid","p":"Cassandra/Uuid.html#method_uuid","d":"

    Returns this uuid as string.

    "},{"t":"M","n":"Cassandra\\Uuid::version","p":"Cassandra/Uuid.html#method_version","d":"

    Returns the version of this uuid.

    "},{"t":"M","n":"Cassandra\\UuidInterface::uuid","p":"Cassandra/UuidInterface.html#method_uuid","d":"

    Returns this uuid as string.

    "},{"t":"M","n":"Cassandra\\UuidInterface::version","p":"Cassandra/UuidInterface.html#method_version","d":"

    Returns the version of this uuid.

    "},{"t":"M","n":"Cassandra\\Value::type","p":"Cassandra/Value.html#method_type","d":"

    The type of represented by the value.

    "},{"t":"M","n":"Cassandra\\Varint::__construct","p":"Cassandra/Varint.html#method___construct","d":"

    Creates a new variable length integer.

    "},{"t":"M","n":"Cassandra\\Varint::__toString","p":"Cassandra/Varint.html#method___toString","d":"

    Returns the integer value.

    "},{"t":"M","n":"Cassandra\\Varint::type","p":"Cassandra/Varint.html#method_type","d":"

    The type of this varint.

    "},{"t":"M","n":"Cassandra\\Varint::value","p":"Cassandra/Varint.html#method_value","d":"

    Returns the integer value.

    "},{"t":"M","n":"Cassandra\\Varint::add","p":"Cassandra/Varint.html#method_add","d":""},{"t":"M","n":"Cassandra\\Varint::sub","p":"Cassandra/Varint.html#method_sub","d":""},{"t":"M","n":"Cassandra\\Varint::mul","p":"Cassandra/Varint.html#method_mul","d":""},{"t":"M","n":"Cassandra\\Varint::div","p":"Cassandra/Varint.html#method_div","d":""},{"t":"M","n":"Cassandra\\Varint::mod","p":"Cassandra/Varint.html#method_mod","d":""},{"t":"M","n":"Cassandra\\Varint::abs","p":"Cassandra/Varint.html#method_abs","d":""},{"t":"M","n":"Cassandra\\Varint::neg","p":"Cassandra/Varint.html#method_neg","d":""},{"t":"M","n":"Cassandra\\Varint::sqrt","p":"Cassandra/Varint.html#method_sqrt","d":""},{"t":"M","n":"Cassandra\\Varint::toInt","p":"Cassandra/Varint.html#method_toInt","d":""},{"t":"M","n":"Cassandra\\Varint::toDouble","p":"Cassandra/Varint.html#method_toDouble","d":""},{"t":"M","n":"Closure::__invoke","p":"Closure.html#method___invoke","d":"

    This is for consistency with other classes that implement calling magic,\nas this method is not used for calling the function.

    "},{"t":"M","n":"Closure::bindTo","p":"Closure.html#method_bindTo","d":"

    Duplicates the closure with a new bound object and class scope

    "},{"t":"M","n":"Closure::bind","p":"Closure.html#method_bind","d":"

    This method is a static version of Closure::bindTo().

    "},{"t":"M","n":"Closure::call","p":"Closure.html#method_call","d":"

    Temporarily binds the closure to newthis, and calls it with any given parameters.

    "},{"t":"M","n":"Closure::fromCallable","p":"Closure.html#method_fromCallable","d":""},{"t":"M","n":"Collator::__construct","p":"Collator.html#method___construct","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nCreate a collator

    "},{"t":"M","n":"Collator::create","p":"Collator.html#method_create","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nCreate a collator

    "},{"t":"M","n":"Collator::compare","p":"Collator.html#method_compare","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nCompare two Unicode strings

    "},{"t":"M","n":"Collator::sort","p":"Collator.html#method_sort","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nSort array using specified collator

    "},{"t":"M","n":"Collator::sortWithSortKeys","p":"Collator.html#method_sortWithSortKeys","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nSort array using specified collator and sort keys

    "},{"t":"M","n":"Collator::asort","p":"Collator.html#method_asort","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nSort array maintaining index association

    "},{"t":"M","n":"Collator::getAttribute","p":"Collator.html#method_getAttribute","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet collation attribute value

    "},{"t":"M","n":"Collator::setAttribute","p":"Collator.html#method_setAttribute","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nSet collation attribute

    "},{"t":"M","n":"Collator::getStrength","p":"Collator.html#method_getStrength","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet current collation strength

    "},{"t":"M","n":"Collator::setStrength","p":"Collator.html#method_setStrength","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nSet collation strength

    "},{"t":"M","n":"Collator::getErrorCode","p":"Collator.html#method_getErrorCode","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet collator's last error code

    "},{"t":"M","n":"Collator::getLocale","p":"Collator.html#method_getLocale","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet the locale name of the collator

    "},{"t":"M","n":"Collator::getErrorMessage","p":"Collator.html#method_getErrorMessage","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet text for collator's last error code

    "},{"t":"M","n":"Collator::getSortKey","p":"Collator.html#method_getSortKey","d":"

    (PHP 5 >= 5.3.2, PECL intl >= 1.0.3)
    \nGet sorting key for a string

    "},{"t":"M","n":"Collectable::isGarbage","p":"Collectable.html#method_isGarbage","d":"

    (PECL pthreads >= 2.0.8)
    \nCan be called in Pool::collect() to determine if this object is garbage

    "},{"t":"M","n":"Couchbase\\AnalyticsIndexManager::createDataverse","p":"Couchbase/AnalyticsIndexManager.html#method_createDataverse","d":null},{"t":"M","n":"Couchbase\\AnalyticsIndexManager::dropDataverse","p":"Couchbase/AnalyticsIndexManager.html#method_dropDataverse","d":null},{"t":"M","n":"Couchbase\\AnalyticsIndexManager::createDataset","p":"Couchbase/AnalyticsIndexManager.html#method_createDataset","d":null},{"t":"M","n":"Couchbase\\AnalyticsIndexManager::dropDataset","p":"Couchbase/AnalyticsIndexManager.html#method_dropDataset","d":null},{"t":"M","n":"Couchbase\\AnalyticsIndexManager::getAllDatasets","p":"Couchbase/AnalyticsIndexManager.html#method_getAllDatasets","d":null},{"t":"M","n":"Couchbase\\AnalyticsIndexManager::createIndex","p":"Couchbase/AnalyticsIndexManager.html#method_createIndex","d":null},{"t":"M","n":"Couchbase\\AnalyticsIndexManager::dropIndex","p":"Couchbase/AnalyticsIndexManager.html#method_dropIndex","d":null},{"t":"M","n":"Couchbase\\AnalyticsIndexManager::getAllIndexes","p":"Couchbase/AnalyticsIndexManager.html#method_getAllIndexes","d":null},{"t":"M","n":"Couchbase\\AnalyticsIndexManager::connectLink","p":"Couchbase/AnalyticsIndexManager.html#method_connectLink","d":null},{"t":"M","n":"Couchbase\\AnalyticsIndexManager::disconnectLink","p":"Couchbase/AnalyticsIndexManager.html#method_disconnectLink","d":null},{"t":"M","n":"Couchbase\\AnalyticsIndexManager::getPendingMutations","p":"Couchbase/AnalyticsIndexManager.html#method_getPendingMutations","d":null},{"t":"M","n":"Couchbase\\AnalyticsIndexManager::createLink","p":"Couchbase/AnalyticsIndexManager.html#method_createLink","d":null},{"t":"M","n":"Couchbase\\AnalyticsIndexManager::replaceLink","p":"Couchbase/AnalyticsIndexManager.html#method_replaceLink","d":null},{"t":"M","n":"Couchbase\\AnalyticsIndexManager::dropLink","p":"Couchbase/AnalyticsIndexManager.html#method_dropLink","d":null},{"t":"M","n":"Couchbase\\AnalyticsIndexManager::getLinks","p":"Couchbase/AnalyticsIndexManager.html#method_getLinks","d":null},{"t":"M","n":"Couchbase\\AnalyticsOptions::timeout","p":"Couchbase/AnalyticsOptions.html#method_timeout","d":null},{"t":"M","n":"Couchbase\\AnalyticsOptions::namedParameters","p":"Couchbase/AnalyticsOptions.html#method_namedParameters","d":null},{"t":"M","n":"Couchbase\\AnalyticsOptions::positionalParameters","p":"Couchbase/AnalyticsOptions.html#method_positionalParameters","d":null},{"t":"M","n":"Couchbase\\AnalyticsOptions::raw","p":"Couchbase/AnalyticsOptions.html#method_raw","d":null},{"t":"M","n":"Couchbase\\AnalyticsOptions::clientContextId","p":"Couchbase/AnalyticsOptions.html#method_clientContextId","d":null},{"t":"M","n":"Couchbase\\AnalyticsOptions::priority","p":"Couchbase/AnalyticsOptions.html#method_priority","d":null},{"t":"M","n":"Couchbase\\AnalyticsOptions::readonly","p":"Couchbase/AnalyticsOptions.html#method_readonly","d":null},{"t":"M","n":"Couchbase\\AnalyticsOptions::scanConsistency","p":"Couchbase/AnalyticsOptions.html#method_scanConsistency","d":null},{"t":"M","n":"Couchbase\\AnalyticsQuery::fromString","p":"Couchbase/AnalyticsQuery.html#method_fromString","d":"

    Creates new AnalyticsQuery instance directly from the string.

    "},{"t":"M","n":"Couchbase\\AnalyticsResult::metaData","p":"Couchbase/AnalyticsResult.html#method_metaData","d":"

    Returns metadata generated during query execution

    "},{"t":"M","n":"Couchbase\\AnalyticsResult::rows","p":"Couchbase/AnalyticsResult.html#method_rows","d":"

    Returns the rows returned during query execution

    "},{"t":"M","n":"Couchbase\\AppendOptions::timeout","p":"Couchbase/AppendOptions.html#method_timeout","d":"

    Sets the operation timeout in milliseconds.

    "},{"t":"M","n":"Couchbase\\AppendOptions::durabilityLevel","p":"Couchbase/AppendOptions.html#method_durabilityLevel","d":"

    Sets the durability level to enforce when writing the document.

    "},{"t":"M","n":"Couchbase\\AzureBlobExternalAnalyticsLink::name","p":"Couchbase/AzureBlobExternalAnalyticsLink.html#method_name","d":"

    Sets name of the link

    "},{"t":"M","n":"Couchbase\\AzureBlobExternalAnalyticsLink::dataverse","p":"Couchbase/AzureBlobExternalAnalyticsLink.html#method_dataverse","d":"

    Sets dataverse this link belongs to

    "},{"t":"M","n":"Couchbase\\AzureBlobExternalAnalyticsLink::connectionString","p":"Couchbase/AzureBlobExternalAnalyticsLink.html#method_connectionString","d":"

    Sets the connection string can be used as an authentication method, '$connectionString' contains other\nauthentication methods embedded inside the string. Only a single authentication method can be used.

    "},{"t":"M","n":"Couchbase\\AzureBlobExternalAnalyticsLink::accountName","p":"Couchbase/AzureBlobExternalAnalyticsLink.html#method_accountName","d":"

    Sets Azure blob storage account name

    "},{"t":"M","n":"Couchbase\\AzureBlobExternalAnalyticsLink::accountKey","p":"Couchbase/AzureBlobExternalAnalyticsLink.html#method_accountKey","d":"

    Sets Azure blob storage account key

    "},{"t":"M","n":"Couchbase\\AzureBlobExternalAnalyticsLink::sharedAccessSignature","p":"Couchbase/AzureBlobExternalAnalyticsLink.html#method_sharedAccessSignature","d":"

    Sets token that can be used for authentication

    "},{"t":"M","n":"Couchbase\\AzureBlobExternalAnalyticsLink::blobEndpoint","p":"Couchbase/AzureBlobExternalAnalyticsLink.html#method_blobEndpoint","d":"

    Sets Azure blob storage endpoint

    "},{"t":"M","n":"Couchbase\\AzureBlobExternalAnalyticsLink::endpointSuffix","p":"Couchbase/AzureBlobExternalAnalyticsLink.html#method_endpointSuffix","d":"

    Sets Azure blob endpoint suffix

    "},{"t":"M","n":"Couchbase\\BaseException::ref","p":"Couchbase/BaseException.html#method_ref","d":"

    Returns the underling reference string, if any

    "},{"t":"M","n":"Couchbase\\BaseException::context","p":"Couchbase/BaseException.html#method_context","d":"

    Returns the underling error context, if any

    "},{"t":"M","n":"Couchbase\\BinaryCollection::name","p":"Couchbase/BinaryCollection.html#method_name","d":"

    Get the name of the binary collection.

    "},{"t":"M","n":"Couchbase\\BinaryCollection::append","p":"Couchbase/BinaryCollection.html#method_append","d":"

    Appends a value to a document.

    "},{"t":"M","n":"Couchbase\\BinaryCollection::prepend","p":"Couchbase/BinaryCollection.html#method_prepend","d":"

    Prepends a value to a document.

    "},{"t":"M","n":"Couchbase\\BinaryCollection::increment","p":"Couchbase/BinaryCollection.html#method_increment","d":"

    Increments a counter document by a value.

    "},{"t":"M","n":"Couchbase\\BinaryCollection::decrement","p":"Couchbase/BinaryCollection.html#method_decrement","d":"

    Decrements a counter document by a value.

    "},{"t":"M","n":"Couchbase\\BooleanFieldSearchQuery::jsonSerialize","p":"Couchbase/BooleanFieldSearchQuery.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Couchbase\\BooleanFieldSearchQuery::__construct","p":"Couchbase/BooleanFieldSearchQuery.html#method___construct","d":null},{"t":"M","n":"Couchbase\\BooleanFieldSearchQuery::boost","p":"Couchbase/BooleanFieldSearchQuery.html#method_boost","d":""},{"t":"M","n":"Couchbase\\BooleanFieldSearchQuery::field","p":"Couchbase/BooleanFieldSearchQuery.html#method_field","d":""},{"t":"M","n":"Couchbase\\BooleanSearchQuery::jsonSerialize","p":"Couchbase/BooleanSearchQuery.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Couchbase\\BooleanSearchQuery::__construct","p":"Couchbase/BooleanSearchQuery.html#method___construct","d":null},{"t":"M","n":"Couchbase\\BooleanSearchQuery::boost","p":"Couchbase/BooleanSearchQuery.html#method_boost","d":""},{"t":"M","n":"Couchbase\\BooleanSearchQuery::must","p":"Couchbase/BooleanSearchQuery.html#method_must","d":""},{"t":"M","n":"Couchbase\\BooleanSearchQuery::mustNot","p":"Couchbase/BooleanSearchQuery.html#method_mustNot","d":""},{"t":"M","n":"Couchbase\\BooleanSearchQuery::should","p":"Couchbase/BooleanSearchQuery.html#method_should","d":""},{"t":"M","n":"Couchbase\\Bucket::defaultScope","p":"Couchbase/Bucket.html#method_defaultScope","d":"

    Returns a new Scope object representing the default scope.

    "},{"t":"M","n":"Couchbase\\Bucket::defaultCollection","p":"Couchbase/Bucket.html#method_defaultCollection","d":"

    Returns a new Collection object representing the default collectiom.

    "},{"t":"M","n":"Couchbase\\Bucket::scope","p":"Couchbase/Bucket.html#method_scope","d":"

    Returns a new Scope object representing the given scope.

    "},{"t":"M","n":"Couchbase\\Bucket::setTranscoder","p":"Couchbase/Bucket.html#method_setTranscoder","d":"

    Sets the default transcoder to be used when fetching or sending data.

    "},{"t":"M","n":"Couchbase\\Bucket::name","p":"Couchbase/Bucket.html#method_name","d":"

    Returns the name of the Bucket.

    "},{"t":"M","n":"Couchbase\\Bucket::viewQuery","p":"Couchbase/Bucket.html#method_viewQuery","d":"

    Executes a view query against the cluster.

    "},{"t":"M","n":"Couchbase\\Bucket::collections","p":"Couchbase/Bucket.html#method_collections","d":"

    Creates a new CollectionManager object for managing collections and scopes.

    "},{"t":"M","n":"Couchbase\\Bucket::viewIndexes","p":"Couchbase/Bucket.html#method_viewIndexes","d":"

    Creates a new ViewIndexManager object for managing views and design documents.

    "},{"t":"M","n":"Couchbase\\Bucket::ping","p":"Couchbase/Bucket.html#method_ping","d":"

    Executes a ping for each service against each node in the cluster. This can be used for determining\nthe current health of the cluster.

    "},{"t":"M","n":"Couchbase\\Bucket::diagnostics","p":"Couchbase/Bucket.html#method_diagnostics","d":"

    Returns diagnostics information about connections that the SDK has to the cluster. This does not perform\nany operations.

    "},{"t":"M","n":"Couchbase\\BucketManager::createBucket","p":"Couchbase/BucketManager.html#method_createBucket","d":null},{"t":"M","n":"Couchbase\\BucketManager::removeBucket","p":"Couchbase/BucketManager.html#method_removeBucket","d":null},{"t":"M","n":"Couchbase\\BucketManager::getBucket","p":"Couchbase/BucketManager.html#method_getBucket","d":null},{"t":"M","n":"Couchbase\\BucketManager::getAllBuckets","p":"Couchbase/BucketManager.html#method_getAllBuckets","d":null},{"t":"M","n":"Couchbase\\BucketManager::flush","p":"Couchbase/BucketManager.html#method_flush","d":null},{"t":"M","n":"Couchbase\\BucketSettings::name","p":"Couchbase/BucketSettings.html#method_name","d":null},{"t":"M","n":"Couchbase\\BucketSettings::flushEnabled","p":"Couchbase/BucketSettings.html#method_flushEnabled","d":null},{"t":"M","n":"Couchbase\\BucketSettings::ramQuotaMb","p":"Couchbase/BucketSettings.html#method_ramQuotaMb","d":null},{"t":"M","n":"Couchbase\\BucketSettings::numReplicas","p":"Couchbase/BucketSettings.html#method_numReplicas","d":null},{"t":"M","n":"Couchbase\\BucketSettings::replicaIndexes","p":"Couchbase/BucketSettings.html#method_replicaIndexes","d":null},{"t":"M","n":"Couchbase\\BucketSettings::bucketType","p":"Couchbase/BucketSettings.html#method_bucketType","d":null},{"t":"M","n":"Couchbase\\BucketSettings::evictionPolicy","p":"Couchbase/BucketSettings.html#method_evictionPolicy","d":null},{"t":"M","n":"Couchbase\\BucketSettings::storageBackend","p":"Couchbase/BucketSettings.html#method_storageBackend","d":null},{"t":"M","n":"Couchbase\\BucketSettings::maxTtl","p":"Couchbase/BucketSettings.html#method_maxTtl","d":null},{"t":"M","n":"Couchbase\\BucketSettings::compressionMode","p":"Couchbase/BucketSettings.html#method_compressionMode","d":null},{"t":"M","n":"Couchbase\\BucketSettings::setName","p":"Couchbase/BucketSettings.html#method_setName","d":null},{"t":"M","n":"Couchbase\\BucketSettings::enableFlush","p":"Couchbase/BucketSettings.html#method_enableFlush","d":null},{"t":"M","n":"Couchbase\\BucketSettings::setRamQuotaMb","p":"Couchbase/BucketSettings.html#method_setRamQuotaMb","d":null},{"t":"M","n":"Couchbase\\BucketSettings::setNumReplicas","p":"Couchbase/BucketSettings.html#method_setNumReplicas","d":null},{"t":"M","n":"Couchbase\\BucketSettings::enableReplicaIndexes","p":"Couchbase/BucketSettings.html#method_enableReplicaIndexes","d":null},{"t":"M","n":"Couchbase\\BucketSettings::setBucketType","p":"Couchbase/BucketSettings.html#method_setBucketType","d":null},{"t":"M","n":"Couchbase\\BucketSettings::setEvictionPolicy","p":"Couchbase/BucketSettings.html#method_setEvictionPolicy","d":"

    Configures eviction policy for the bucket.

    "},{"t":"M","n":"Couchbase\\BucketSettings::setStorageBackend","p":"Couchbase/BucketSettings.html#method_setStorageBackend","d":"

    Configures storage backend for the bucket.

    "},{"t":"M","n":"Couchbase\\BucketSettings::setMaxTtl","p":"Couchbase/BucketSettings.html#method_setMaxTtl","d":null},{"t":"M","n":"Couchbase\\BucketSettings::setCompressionMode","p":"Couchbase/BucketSettings.html#method_setCompressionMode","d":null},{"t":"M","n":"Couchbase\\BucketSettings::minimalDurabilityLevel","p":"Couchbase/BucketSettings.html#method_minimalDurabilityLevel","d":"

    Retrieves minimal durability level configured for the bucket

    "},{"t":"M","n":"Couchbase\\BucketSettings::setMinimalDurabilityLevel","p":"Couchbase/BucketSettings.html#method_setMinimalDurabilityLevel","d":"

    Configures minimal durability level for the bucket

    "},{"t":"M","n":"Couchbase\\ClassicAuthenticator::cluster","p":"Couchbase/ClassicAuthenticator.html#method_cluster","d":"

    Registers cluster management credentials in the container

    "},{"t":"M","n":"Couchbase\\ClassicAuthenticator::bucket","p":"Couchbase/ClassicAuthenticator.html#method_bucket","d":"

    Registers bucket credentials in the container

    "},{"t":"M","n":"Couchbase\\Cluster::__construct","p":"Couchbase/Cluster.html#method___construct","d":null},{"t":"M","n":"Couchbase\\Cluster::bucket","p":"Couchbase/Cluster.html#method_bucket","d":"

    Returns a new bucket object.

    "},{"t":"M","n":"Couchbase\\Cluster::query","p":"Couchbase/Cluster.html#method_query","d":"

    Executes a N1QL query against the cluster.

    "},{"t":"M","n":"Couchbase\\Cluster::analyticsQuery","p":"Couchbase/Cluster.html#method_analyticsQuery","d":"

    Executes an analytics query against the cluster.

    "},{"t":"M","n":"Couchbase\\Cluster::searchQuery","p":"Couchbase/Cluster.html#method_searchQuery","d":"

    Executes a full text search query against the cluster.

    "},{"t":"M","n":"Couchbase\\Cluster::buckets","p":"Couchbase/Cluster.html#method_buckets","d":"

    Creates a new bucket manager object for managing buckets.

    "},{"t":"M","n":"Couchbase\\Cluster::users","p":"Couchbase/Cluster.html#method_users","d":"

    Creates a new user manager object for managing users and groups.

    "},{"t":"M","n":"Couchbase\\Cluster::analyticsIndexes","p":"Couchbase/Cluster.html#method_analyticsIndexes","d":"

    Creates a new query index manager object for managing analytics query indexes.

    "},{"t":"M","n":"Couchbase\\Cluster::queryIndexes","p":"Couchbase/Cluster.html#method_queryIndexes","d":"

    Creates a new query index manager object for managing N1QL query indexes.

    "},{"t":"M","n":"Couchbase\\Cluster::searchIndexes","p":"Couchbase/Cluster.html#method_searchIndexes","d":"

    Creates a new search index manager object for managing search query indexes.

    "},{"t":"M","n":"Couchbase\\ClusterManager::listBuckets","p":"Couchbase/ClusterManager.html#method_listBuckets","d":"

    Lists all buckets on this cluster.

    "},{"t":"M","n":"Couchbase\\ClusterManager::createBucket","p":"Couchbase/ClusterManager.html#method_createBucket","d":"

    Creates new bucket

    "},{"t":"M","n":"Couchbase\\ClusterManager::removeBucket","p":"Couchbase/ClusterManager.html#method_removeBucket","d":"

    Removes a bucket identified by its name.

    "},{"t":"M","n":"Couchbase\\ClusterManager::info","p":"Couchbase/ClusterManager.html#method_info","d":"

    Provides information about the cluster.

    "},{"t":"M","n":"Couchbase\\ClusterManager::listUsers","p":"Couchbase/ClusterManager.html#method_listUsers","d":"

    Lists all users on this cluster.

    "},{"t":"M","n":"Couchbase\\ClusterManager::getUser","p":"Couchbase/ClusterManager.html#method_getUser","d":"

    Fetch single user by its name

    "},{"t":"M","n":"Couchbase\\ClusterManager::upsertUser","p":"Couchbase/ClusterManager.html#method_upsertUser","d":"

    Creates new user

    "},{"t":"M","n":"Couchbase\\ClusterManager::removeUser","p":"Couchbase/ClusterManager.html#method_removeUser","d":"

    Removes a user identified by its name.

    "},{"t":"M","n":"Couchbase\\ClusterOptions::credentials","p":"Couchbase/ClusterOptions.html#method_credentials","d":null},{"t":"M","n":"Couchbase\\Collection::name","p":"Couchbase/Collection.html#method_name","d":"

    Get the name of the collection.

    "},{"t":"M","n":"Couchbase\\Collection::get","p":"Couchbase/Collection.html#method_get","d":"

    Gets a document from the server.

    "},{"t":"M","n":"Couchbase\\Collection::exists","p":"Couchbase/Collection.html#method_exists","d":"

    Checks if a document exists on the server.

    "},{"t":"M","n":"Couchbase\\Collection::getAndLock","p":"Couchbase/Collection.html#method_getAndLock","d":"

    Gets a document from the server, locking the document so that no other processes can\nperform mutations against it.

    "},{"t":"M","n":"Couchbase\\Collection::getAndTouch","p":"Couchbase/Collection.html#method_getAndTouch","d":"

    Gets a document from the server and simultaneously updates its expiry time.

    "},{"t":"M","n":"Couchbase\\Collection::getAnyReplica","p":"Couchbase/Collection.html#method_getAnyReplica","d":"

    Gets a document from any replica server in the cluster.

    "},{"t":"M","n":"Couchbase\\Collection::getAllReplicas","p":"Couchbase/Collection.html#method_getAllReplicas","d":"

    Gets a document from the active server and all replica servers in the cluster.

    "},{"t":"M","n":"Couchbase\\Collection::upsert","p":"Couchbase/Collection.html#method_upsert","d":"

    Creates a document if it doesn't exist, otherwise updates it.

    "},{"t":"M","n":"Couchbase\\Collection::insert","p":"Couchbase/Collection.html#method_insert","d":"

    Inserts a document if it doesn't exist, errors if it does exist.

    "},{"t":"M","n":"Couchbase\\Collection::replace","p":"Couchbase/Collection.html#method_replace","d":"

    Replaces a document if it exists, errors if it doesn't exist.

    "},{"t":"M","n":"Couchbase\\Collection::remove","p":"Couchbase/Collection.html#method_remove","d":"

    Removes a document.

    "},{"t":"M","n":"Couchbase\\Collection::unlock","p":"Couchbase/Collection.html#method_unlock","d":"

    Unlocks a document which was locked using getAndLock. This frees the document to be\nmodified by other processes.

    "},{"t":"M","n":"Couchbase\\Collection::touch","p":"Couchbase/Collection.html#method_touch","d":"

    Touches a document, setting a new expiry time.

    "},{"t":"M","n":"Couchbase\\Collection::lookupIn","p":"Couchbase/Collection.html#method_lookupIn","d":"

    Performs a set of subdocument lookup operations against the document.

    "},{"t":"M","n":"Couchbase\\Collection::mutateIn","p":"Couchbase/Collection.html#method_mutateIn","d":"

    Performs a set of subdocument lookup operations against the document.

    "},{"t":"M","n":"Couchbase\\Collection::getMulti","p":"Couchbase/Collection.html#method_getMulti","d":"

    Retrieves a group of documents. If the document does not exist, it will not raise an exception, but rather fill\nnon-null value in error() property of the corresponding result object.

    "},{"t":"M","n":"Couchbase\\Collection::removeMulti","p":"Couchbase/Collection.html#method_removeMulti","d":"

    Removes a group of documents. If second element of the entry (CAS) is null, then the operation will\nremove the document unconditionally.

    "},{"t":"M","n":"Couchbase\\Collection::upsertMulti","p":"Couchbase/Collection.html#method_upsertMulti","d":"

    Creates a group of documents if they don't exist, otherwise updates them.

    "},{"t":"M","n":"Couchbase\\Collection::binary","p":"Couchbase/Collection.html#method_binary","d":"

    Creates and returns a BinaryCollection object for use with binary type documents.

    "},{"t":"M","n":"Couchbase\\CollectionManager::getScope","p":"Couchbase/CollectionManager.html#method_getScope","d":null},{"t":"M","n":"Couchbase\\CollectionManager::getAllScopes","p":"Couchbase/CollectionManager.html#method_getAllScopes","d":null},{"t":"M","n":"Couchbase\\CollectionManager::createScope","p":"Couchbase/CollectionManager.html#method_createScope","d":null},{"t":"M","n":"Couchbase\\CollectionManager::dropScope","p":"Couchbase/CollectionManager.html#method_dropScope","d":null},{"t":"M","n":"Couchbase\\CollectionManager::createCollection","p":"Couchbase/CollectionManager.html#method_createCollection","d":null},{"t":"M","n":"Couchbase\\CollectionManager::dropCollection","p":"Couchbase/CollectionManager.html#method_dropCollection","d":null},{"t":"M","n":"Couchbase\\CollectionSpec::name","p":"Couchbase/CollectionSpec.html#method_name","d":null},{"t":"M","n":"Couchbase\\CollectionSpec::scopeName","p":"Couchbase/CollectionSpec.html#method_scopeName","d":null},{"t":"M","n":"Couchbase\\CollectionSpec::setName","p":"Couchbase/CollectionSpec.html#method_setName","d":null},{"t":"M","n":"Couchbase\\CollectionSpec::setScopeName","p":"Couchbase/CollectionSpec.html#method_setScopeName","d":null},{"t":"M","n":"Couchbase\\CollectionSpec::setMaxExpiry","p":"Couchbase/CollectionSpec.html#method_setMaxExpiry","d":null},{"t":"M","n":"Couchbase\\ConjunctionSearchQuery::jsonSerialize","p":"Couchbase/ConjunctionSearchQuery.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Couchbase\\ConjunctionSearchQuery::__construct","p":"Couchbase/ConjunctionSearchQuery.html#method___construct","d":null},{"t":"M","n":"Couchbase\\ConjunctionSearchQuery::boost","p":"Couchbase/ConjunctionSearchQuery.html#method_boost","d":""},{"t":"M","n":"Couchbase\\ConjunctionSearchQuery::every","p":"Couchbase/ConjunctionSearchQuery.html#method_every","d":""},{"t":"M","n":"Couchbase\\ConnectAnalyticsLinkOptions::linkName","p":"Couchbase/ConnectAnalyticsLinkOptions.html#method_linkName","d":null},{"t":"M","n":"Couchbase\\ConnectAnalyticsLinkOptions::dataverseName","p":"Couchbase/ConnectAnalyticsLinkOptions.html#method_dataverseName","d":null},{"t":"M","n":"Couchbase\\Coordinate::jsonSerialize","p":"Couchbase/Coordinate.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Couchbase\\Coordinate::__construct","p":"Couchbase/Coordinate.html#method___construct","d":""},{"t":"M","n":"Couchbase\\CouchbaseRemoteAnalyticsLink::name","p":"Couchbase/CouchbaseRemoteAnalyticsLink.html#method_name","d":"

    Sets name of the link

    "},{"t":"M","n":"Couchbase\\CouchbaseRemoteAnalyticsLink::dataverse","p":"Couchbase/CouchbaseRemoteAnalyticsLink.html#method_dataverse","d":"

    Sets dataverse this link belongs to

    "},{"t":"M","n":"Couchbase\\CouchbaseRemoteAnalyticsLink::hostname","p":"Couchbase/CouchbaseRemoteAnalyticsLink.html#method_hostname","d":"

    Sets the hostname of the target Couchbase cluster

    "},{"t":"M","n":"Couchbase\\CouchbaseRemoteAnalyticsLink::username","p":"Couchbase/CouchbaseRemoteAnalyticsLink.html#method_username","d":"

    Sets the username to use for authentication with the remote cluster.

    "},{"t":"M","n":"Couchbase\\CouchbaseRemoteAnalyticsLink::password","p":"Couchbase/CouchbaseRemoteAnalyticsLink.html#method_password","d":"

    Sets the password to use for authentication with the remote cluster.

    "},{"t":"M","n":"Couchbase\\CouchbaseRemoteAnalyticsLink::encryption","p":"Couchbase/CouchbaseRemoteAnalyticsLink.html#method_encryption","d":"

    Sets settings for connection encryption

    "},{"t":"M","n":"Couchbase\\CounterResult::content","p":"Couchbase/CounterResult.html#method_content","d":"

    Returns the new value of the counter

    "},{"t":"M","n":"Couchbase\\CreateAnalyticsDatasetOptions::ignoreIfExists","p":"Couchbase/CreateAnalyticsDatasetOptions.html#method_ignoreIfExists","d":null},{"t":"M","n":"Couchbase\\CreateAnalyticsDatasetOptions::condition","p":"Couchbase/CreateAnalyticsDatasetOptions.html#method_condition","d":null},{"t":"M","n":"Couchbase\\CreateAnalyticsDatasetOptions::dataverseName","p":"Couchbase/CreateAnalyticsDatasetOptions.html#method_dataverseName","d":null},{"t":"M","n":"Couchbase\\CreateAnalyticsDataverseOptions::ignoreIfExists","p":"Couchbase/CreateAnalyticsDataverseOptions.html#method_ignoreIfExists","d":null},{"t":"M","n":"Couchbase\\CreateAnalyticsIndexOptions::ignoreIfExists","p":"Couchbase/CreateAnalyticsIndexOptions.html#method_ignoreIfExists","d":null},{"t":"M","n":"Couchbase\\CreateAnalyticsIndexOptions::dataverseName","p":"Couchbase/CreateAnalyticsIndexOptions.html#method_dataverseName","d":null},{"t":"M","n":"Couchbase\\CreateAnalyticsLinkOptions::timeout","p":"Couchbase/CreateAnalyticsLinkOptions.html#method_timeout","d":null},{"t":"M","n":"Couchbase\\CreateQueryIndexOptions::condition","p":"Couchbase/CreateQueryIndexOptions.html#method_condition","d":null},{"t":"M","n":"Couchbase\\CreateQueryIndexOptions::ignoreIfExists","p":"Couchbase/CreateQueryIndexOptions.html#method_ignoreIfExists","d":null},{"t":"M","n":"Couchbase\\CreateQueryIndexOptions::numReplicas","p":"Couchbase/CreateQueryIndexOptions.html#method_numReplicas","d":null},{"t":"M","n":"Couchbase\\CreateQueryIndexOptions::deferred","p":"Couchbase/CreateQueryIndexOptions.html#method_deferred","d":null},{"t":"M","n":"Couchbase\\CreateQueryPrimaryIndexOptions::indexName","p":"Couchbase/CreateQueryPrimaryIndexOptions.html#method_indexName","d":null},{"t":"M","n":"Couchbase\\CreateQueryPrimaryIndexOptions::ignoreIfExists","p":"Couchbase/CreateQueryPrimaryIndexOptions.html#method_ignoreIfExists","d":null},{"t":"M","n":"Couchbase\\CreateQueryPrimaryIndexOptions::numReplicas","p":"Couchbase/CreateQueryPrimaryIndexOptions.html#method_numReplicas","d":null},{"t":"M","n":"Couchbase\\CreateQueryPrimaryIndexOptions::deferred","p":"Couchbase/CreateQueryPrimaryIndexOptions.html#method_deferred","d":null},{"t":"M","n":"Couchbase\\DateRangeFacetResult::name","p":"Couchbase/DateRangeFacetResult.html#method_name","d":""},{"t":"M","n":"Couchbase\\DateRangeFacetResult::start","p":"Couchbase/DateRangeFacetResult.html#method_start","d":""},{"t":"M","n":"Couchbase\\DateRangeFacetResult::end","p":"Couchbase/DateRangeFacetResult.html#method_end","d":""},{"t":"M","n":"Couchbase\\DateRangeFacetResult::count","p":"Couchbase/DateRangeFacetResult.html#method_count","d":""},{"t":"M","n":"Couchbase\\DateRangeSearchFacet::jsonSerialize","p":"Couchbase/DateRangeSearchFacet.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Couchbase\\DateRangeSearchFacet::__construct","p":"Couchbase/DateRangeSearchFacet.html#method___construct","d":null},{"t":"M","n":"Couchbase\\DateRangeSearchFacet::addRange","p":"Couchbase/DateRangeSearchFacet.html#method_addRange","d":""},{"t":"M","n":"Couchbase\\DateRangeSearchQuery::jsonSerialize","p":"Couchbase/DateRangeSearchQuery.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Couchbase\\DateRangeSearchQuery::__construct","p":"Couchbase/DateRangeSearchQuery.html#method___construct","d":null},{"t":"M","n":"Couchbase\\DateRangeSearchQuery::boost","p":"Couchbase/DateRangeSearchQuery.html#method_boost","d":""},{"t":"M","n":"Couchbase\\DateRangeSearchQuery::field","p":"Couchbase/DateRangeSearchQuery.html#method_field","d":""},{"t":"M","n":"Couchbase\\DateRangeSearchQuery::start","p":"Couchbase/DateRangeSearchQuery.html#method_start","d":""},{"t":"M","n":"Couchbase\\DateRangeSearchQuery::end","p":"Couchbase/DateRangeSearchQuery.html#method_end","d":""},{"t":"M","n":"Couchbase\\DateRangeSearchQuery::dateTimeParser","p":"Couchbase/DateRangeSearchQuery.html#method_dateTimeParser","d":""},{"t":"M","n":"Couchbase\\DecrementOptions::timeout","p":"Couchbase/DecrementOptions.html#method_timeout","d":"

    Sets the operation timeout in milliseconds.

    "},{"t":"M","n":"Couchbase\\DecrementOptions::expiry","p":"Couchbase/DecrementOptions.html#method_expiry","d":"

    Sets the expiry time for the document.

    "},{"t":"M","n":"Couchbase\\DecrementOptions::durabilityLevel","p":"Couchbase/DecrementOptions.html#method_durabilityLevel","d":"

    Sets the durability level to enforce when writing the document.

    "},{"t":"M","n":"Couchbase\\DecrementOptions::delta","p":"Couchbase/DecrementOptions.html#method_delta","d":"

    Sets the value to decrement the counter by.

    "},{"t":"M","n":"Couchbase\\DecrementOptions::initial","p":"Couchbase/DecrementOptions.html#method_initial","d":"

    Sets the value to initialize the counter to if the document does\nnot exist.

    "},{"t":"M","n":"Couchbase\\DesignDocument::name","p":"Couchbase/DesignDocument.html#method_name","d":null},{"t":"M","n":"Couchbase\\DesignDocument::views","p":"Couchbase/DesignDocument.html#method_views","d":null},{"t":"M","n":"Couchbase\\DesignDocument::setName","p":"Couchbase/DesignDocument.html#method_setName","d":null},{"t":"M","n":"Couchbase\\DesignDocument::setViews","p":"Couchbase/DesignDocument.html#method_setViews","d":null},{"t":"M","n":"Couchbase\\DisconnectAnalyticsLinkOptions::linkName","p":"Couchbase/DisconnectAnalyticsLinkOptions.html#method_linkName","d":null},{"t":"M","n":"Couchbase\\DisconnectAnalyticsLinkOptions::dataverseName","p":"Couchbase/DisconnectAnalyticsLinkOptions.html#method_dataverseName","d":null},{"t":"M","n":"Couchbase\\DisjunctionSearchQuery::jsonSerialize","p":"Couchbase/DisjunctionSearchQuery.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Couchbase\\DisjunctionSearchQuery::__construct","p":"Couchbase/DisjunctionSearchQuery.html#method___construct","d":null},{"t":"M","n":"Couchbase\\DisjunctionSearchQuery::boost","p":"Couchbase/DisjunctionSearchQuery.html#method_boost","d":""},{"t":"M","n":"Couchbase\\DisjunctionSearchQuery::either","p":"Couchbase/DisjunctionSearchQuery.html#method_either","d":""},{"t":"M","n":"Couchbase\\DisjunctionSearchQuery::min","p":"Couchbase/DisjunctionSearchQuery.html#method_min","d":""},{"t":"M","n":"Couchbase\\DocIdSearchQuery::jsonSerialize","p":"Couchbase/DocIdSearchQuery.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Couchbase\\DocIdSearchQuery::__construct","p":"Couchbase/DocIdSearchQuery.html#method___construct","d":null},{"t":"M","n":"Couchbase\\DocIdSearchQuery::boost","p":"Couchbase/DocIdSearchQuery.html#method_boost","d":""},{"t":"M","n":"Couchbase\\DocIdSearchQuery::field","p":"Couchbase/DocIdSearchQuery.html#method_field","d":""},{"t":"M","n":"Couchbase\\DocIdSearchQuery::docIds","p":"Couchbase/DocIdSearchQuery.html#method_docIds","d":""},{"t":"M","n":"Couchbase\\DropAnalyticsDatasetOptions::ignoreIfNotExists","p":"Couchbase/DropAnalyticsDatasetOptions.html#method_ignoreIfNotExists","d":null},{"t":"M","n":"Couchbase\\DropAnalyticsDatasetOptions::dataverseName","p":"Couchbase/DropAnalyticsDatasetOptions.html#method_dataverseName","d":null},{"t":"M","n":"Couchbase\\DropAnalyticsDataverseOptions::ignoreIfNotExists","p":"Couchbase/DropAnalyticsDataverseOptions.html#method_ignoreIfNotExists","d":null},{"t":"M","n":"Couchbase\\DropAnalyticsIndexOptions::ignoreIfNotExists","p":"Couchbase/DropAnalyticsIndexOptions.html#method_ignoreIfNotExists","d":null},{"t":"M","n":"Couchbase\\DropAnalyticsIndexOptions::dataverseName","p":"Couchbase/DropAnalyticsIndexOptions.html#method_dataverseName","d":null},{"t":"M","n":"Couchbase\\DropAnalyticsLinkOptions::timeout","p":"Couchbase/DropAnalyticsLinkOptions.html#method_timeout","d":null},{"t":"M","n":"Couchbase\\DropQueryIndexOptions::ignoreIfNotExists","p":"Couchbase/DropQueryIndexOptions.html#method_ignoreIfNotExists","d":null},{"t":"M","n":"Couchbase\\DropQueryPrimaryIndexOptions::indexName","p":"Couchbase/DropQueryPrimaryIndexOptions.html#method_indexName","d":null},{"t":"M","n":"Couchbase\\DropQueryPrimaryIndexOptions::ignoreIfNotExists","p":"Couchbase/DropQueryPrimaryIndexOptions.html#method_ignoreIfNotExists","d":null},{"t":"M","n":"Couchbase\\DropUserOptions::domainName","p":"Couchbase/DropUserOptions.html#method_domainName","d":null},{"t":"M","n":"Couchbase\\EncryptionSettings::level","p":"Couchbase/EncryptionSettings.html#method_level","d":"

    Sets encryption level.

    "},{"t":"M","n":"Couchbase\\EncryptionSettings::certificate","p":"Couchbase/EncryptionSettings.html#method_certificate","d":null},{"t":"M","n":"Couchbase\\EncryptionSettings::clientCertificate","p":"Couchbase/EncryptionSettings.html#method_clientCertificate","d":null},{"t":"M","n":"Couchbase\\EncryptionSettings::clientKey","p":"Couchbase/EncryptionSettings.html#method_clientKey","d":null},{"t":"M","n":"Couchbase\\ExistsOptions::timeout","p":"Couchbase/ExistsOptions.html#method_timeout","d":"

    Sets the operation timeout in milliseconds.

    "},{"t":"M","n":"Couchbase\\ExistsResult::exists","p":"Couchbase/ExistsResult.html#method_exists","d":"

    Returns whether or not the document exists

    "},{"t":"M","n":"Couchbase\\GeoBoundingBoxSearchQuery::jsonSerialize","p":"Couchbase/GeoBoundingBoxSearchQuery.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Couchbase\\GeoBoundingBoxSearchQuery::__construct","p":"Couchbase/GeoBoundingBoxSearchQuery.html#method___construct","d":null},{"t":"M","n":"Couchbase\\GeoBoundingBoxSearchQuery::boost","p":"Couchbase/GeoBoundingBoxSearchQuery.html#method_boost","d":""},{"t":"M","n":"Couchbase\\GeoBoundingBoxSearchQuery::field","p":"Couchbase/GeoBoundingBoxSearchQuery.html#method_field","d":""},{"t":"M","n":"Couchbase\\GeoDistanceSearchQuery::jsonSerialize","p":"Couchbase/GeoDistanceSearchQuery.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Couchbase\\GeoDistanceSearchQuery::__construct","p":"Couchbase/GeoDistanceSearchQuery.html#method___construct","d":null},{"t":"M","n":"Couchbase\\GeoDistanceSearchQuery::boost","p":"Couchbase/GeoDistanceSearchQuery.html#method_boost","d":""},{"t":"M","n":"Couchbase\\GeoDistanceSearchQuery::field","p":"Couchbase/GeoDistanceSearchQuery.html#method_field","d":""},{"t":"M","n":"Couchbase\\GeoPolygonQuery::jsonSerialize","p":"Couchbase/GeoPolygonQuery.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Couchbase\\GeoPolygonQuery::__construct","p":"Couchbase/GeoPolygonQuery.html#method___construct","d":""},{"t":"M","n":"Couchbase\\GeoPolygonQuery::boost","p":"Couchbase/GeoPolygonQuery.html#method_boost","d":""},{"t":"M","n":"Couchbase\\GeoPolygonQuery::field","p":"Couchbase/GeoPolygonQuery.html#method_field","d":""},{"t":"M","n":"Couchbase\\GetAllReplicasOptions::timeout","p":"Couchbase/GetAllReplicasOptions.html#method_timeout","d":"

    Sets the operation timeout in milliseconds.

    "},{"t":"M","n":"Couchbase\\GetAllReplicasOptions::decoder","p":"Couchbase/GetAllReplicasOptions.html#method_decoder","d":"

    Associate custom transcoder with the request.

    "},{"t":"M","n":"Couchbase\\GetAllUsersOptions::domainName","p":"Couchbase/GetAllUsersOptions.html#method_domainName","d":null},{"t":"M","n":"Couchbase\\GetAnalyticsLinksOptions::timeout","p":"Couchbase/GetAnalyticsLinksOptions.html#method_timeout","d":null},{"t":"M","n":"Couchbase\\GetAnalyticsLinksOptions::linkType","p":"Couchbase/GetAnalyticsLinksOptions.html#method_linkType","d":""},{"t":"M","n":"Couchbase\\GetAnalyticsLinksOptions::dataverse","p":"Couchbase/GetAnalyticsLinksOptions.html#method_dataverse","d":""},{"t":"M","n":"Couchbase\\GetAnalyticsLinksOptions::name","p":"Couchbase/GetAnalyticsLinksOptions.html#method_name","d":""},{"t":"M","n":"Couchbase\\GetAndLockOptions::timeout","p":"Couchbase/GetAndLockOptions.html#method_timeout","d":"

    Sets the operation timeout in milliseconds.

    "},{"t":"M","n":"Couchbase\\GetAndLockOptions::decoder","p":"Couchbase/GetAndLockOptions.html#method_decoder","d":"

    Associate custom transcoder with the request.

    "},{"t":"M","n":"Couchbase\\GetAndTouchOptions::timeout","p":"Couchbase/GetAndTouchOptions.html#method_timeout","d":"

    Sets the operation timeout in milliseconds.

    "},{"t":"M","n":"Couchbase\\GetAndTouchOptions::decoder","p":"Couchbase/GetAndTouchOptions.html#method_decoder","d":"

    Associate custom transcoder with the request.

    "},{"t":"M","n":"Couchbase\\GetAnyReplicaOptions::timeout","p":"Couchbase/GetAnyReplicaOptions.html#method_timeout","d":"

    Sets the operation timeout in milliseconds.

    "},{"t":"M","n":"Couchbase\\GetAnyReplicaOptions::decoder","p":"Couchbase/GetAnyReplicaOptions.html#method_decoder","d":"

    Associate custom transcoder with the request.

    "},{"t":"M","n":"Couchbase\\GetOptions::timeout","p":"Couchbase/GetOptions.html#method_timeout","d":"

    Sets the operation timeout in milliseconds.

    "},{"t":"M","n":"Couchbase\\GetOptions::withExpiry","p":"Couchbase/GetOptions.html#method_withExpiry","d":"

    Sets whether to include document expiry with the document content.

    "},{"t":"M","n":"Couchbase\\GetOptions::project","p":"Couchbase/GetOptions.html#method_project","d":"

    Sets whether to cause the Get operation to only fetch the fields\nfrom the document indicated by the paths provided.

    "},{"t":"M","n":"Couchbase\\GetOptions::decoder","p":"Couchbase/GetOptions.html#method_decoder","d":"

    Associate custom transcoder with the request.

    "},{"t":"M","n":"Couchbase\\GetReplicaResult::content","p":"Couchbase/GetReplicaResult.html#method_content","d":"

    Returns the content of the document fetched

    "},{"t":"M","n":"Couchbase\\GetReplicaResult::isReplica","p":"Couchbase/GetReplicaResult.html#method_isReplica","d":"

    Returns whether or not the document came from a replica server

    "},{"t":"M","n":"Couchbase\\GetResult::content","p":"Couchbase/GetResult.html#method_content","d":"

    Returns the content of the document fetched

    "},{"t":"M","n":"Couchbase\\GetResult::expiryTime","p":"Couchbase/GetResult.html#method_expiryTime","d":"

    Returns the document expiration time or null if the document does not expire.

    "},{"t":"M","n":"Couchbase\\GetUserOptions::domainName","p":"Couchbase/GetUserOptions.html#method_domainName","d":null},{"t":"M","n":"Couchbase\\Group::name","p":"Couchbase/Group.html#method_name","d":null},{"t":"M","n":"Couchbase\\Group::description","p":"Couchbase/Group.html#method_description","d":null},{"t":"M","n":"Couchbase\\Group::roles","p":"Couchbase/Group.html#method_roles","d":null},{"t":"M","n":"Couchbase\\Group::ldapGroupReference","p":"Couchbase/Group.html#method_ldapGroupReference","d":null},{"t":"M","n":"Couchbase\\Group::setName","p":"Couchbase/Group.html#method_setName","d":null},{"t":"M","n":"Couchbase\\Group::setDescription","p":"Couchbase/Group.html#method_setDescription","d":null},{"t":"M","n":"Couchbase\\Group::setRoles","p":"Couchbase/Group.html#method_setRoles","d":null},{"t":"M","n":"Couchbase\\IncrementOptions::timeout","p":"Couchbase/IncrementOptions.html#method_timeout","d":"

    Sets the operation timeout in milliseconds.

    "},{"t":"M","n":"Couchbase\\IncrementOptions::expiry","p":"Couchbase/IncrementOptions.html#method_expiry","d":"

    Sets the expiry time for the document.

    "},{"t":"M","n":"Couchbase\\IncrementOptions::durabilityLevel","p":"Couchbase/IncrementOptions.html#method_durabilityLevel","d":"

    Sets the durability level to enforce when writing the document.

    "},{"t":"M","n":"Couchbase\\IncrementOptions::delta","p":"Couchbase/IncrementOptions.html#method_delta","d":"

    Sets the value to increment the counter by.

    "},{"t":"M","n":"Couchbase\\IncrementOptions::initial","p":"Couchbase/IncrementOptions.html#method_initial","d":"

    Sets the value to initialize the counter to if the document does\nnot exist.

    "},{"t":"M","n":"Couchbase\\InsertOptions::timeout","p":"Couchbase/InsertOptions.html#method_timeout","d":"

    Sets the operation timeout in milliseconds.

    "},{"t":"M","n":"Couchbase\\InsertOptions::expiry","p":"Couchbase/InsertOptions.html#method_expiry","d":"

    Sets the expiry time for the document.

    "},{"t":"M","n":"Couchbase\\InsertOptions::durabilityLevel","p":"Couchbase/InsertOptions.html#method_durabilityLevel","d":"

    Sets the durability level to enforce when writing the document.

    "},{"t":"M","n":"Couchbase\\InsertOptions::encoder","p":"Couchbase/InsertOptions.html#method_encoder","d":"

    Associate custom transcoder with the request.

    "},{"t":"M","n":"Couchbase\\LoggingMeter::flushInterval","p":"Couchbase/LoggingMeter.html#method_flushInterval","d":""},{"t":"M","n":"Couchbase\\LoggingMeter::valueRecorder","p":"Couchbase/LoggingMeter.html#method_valueRecorder","d":"

    Creates a new value recorder for a metric with the specified tags.

    "},{"t":"M","n":"Couchbase\\LookupCountSpec::__construct","p":"Couchbase/LookupCountSpec.html#method___construct","d":null},{"t":"M","n":"Couchbase\\LookupExistsSpec::__construct","p":"Couchbase/LookupExistsSpec.html#method___construct","d":null},{"t":"M","n":"Couchbase\\LookupGetFullSpec::__construct","p":"Couchbase/LookupGetFullSpec.html#method___construct","d":null},{"t":"M","n":"Couchbase\\LookupGetSpec::__construct","p":"Couchbase/LookupGetSpec.html#method___construct","d":null},{"t":"M","n":"Couchbase\\LookupInBuilder::get","p":"Couchbase/LookupInBuilder.html#method_get","d":"

    Get a value inside the JSON document.

    "},{"t":"M","n":"Couchbase\\LookupInBuilder::getCount","p":"Couchbase/LookupInBuilder.html#method_getCount","d":"

    Get a count of values inside the JSON document.

    "},{"t":"M","n":"Couchbase\\LookupInBuilder::exists","p":"Couchbase/LookupInBuilder.html#method_exists","d":"

    Check if a value exists inside the document.

    "},{"t":"M","n":"Couchbase\\LookupInBuilder::execute","p":"Couchbase/LookupInBuilder.html#method_execute","d":"

    Perform several lookup operations inside a single existing JSON document, using a specific timeout

    "},{"t":"M","n":"Couchbase\\LookupInOptions::timeout","p":"Couchbase/LookupInOptions.html#method_timeout","d":"

    Sets the operation timeout in milliseconds.

    "},{"t":"M","n":"Couchbase\\LookupInOptions::withExpiry","p":"Couchbase/LookupInOptions.html#method_withExpiry","d":"

    Sets whether to include document expiry with the document content.

    "},{"t":"M","n":"Couchbase\\LookupInResult::content","p":"Couchbase/LookupInResult.html#method_content","d":"

    Returns the value located at the index specified

    "},{"t":"M","n":"Couchbase\\LookupInResult::exists","p":"Couchbase/LookupInResult.html#method_exists","d":"

    Returns whether or not the path at the index specified exists

    "},{"t":"M","n":"Couchbase\\LookupInResult::status","p":"Couchbase/LookupInResult.html#method_status","d":"

    Returns any error code for the path at the index specified

    "},{"t":"M","n":"Couchbase\\LookupInResult::expiryTime","p":"Couchbase/LookupInResult.html#method_expiryTime","d":"

    Returns the document expiration time or null if the document does not expire.

    "},{"t":"M","n":"Couchbase\\MatchAllSearchQuery::jsonSerialize","p":"Couchbase/MatchAllSearchQuery.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Couchbase\\MatchAllSearchQuery::__construct","p":"Couchbase/MatchAllSearchQuery.html#method___construct","d":null},{"t":"M","n":"Couchbase\\MatchAllSearchQuery::boost","p":"Couchbase/MatchAllSearchQuery.html#method_boost","d":""},{"t":"M","n":"Couchbase\\MatchNoneSearchQuery::jsonSerialize","p":"Couchbase/MatchNoneSearchQuery.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Couchbase\\MatchNoneSearchQuery::__construct","p":"Couchbase/MatchNoneSearchQuery.html#method___construct","d":null},{"t":"M","n":"Couchbase\\MatchNoneSearchQuery::boost","p":"Couchbase/MatchNoneSearchQuery.html#method_boost","d":""},{"t":"M","n":"Couchbase\\MatchPhraseSearchQuery::jsonSerialize","p":"Couchbase/MatchPhraseSearchQuery.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Couchbase\\MatchPhraseSearchQuery::__construct","p":"Couchbase/MatchPhraseSearchQuery.html#method___construct","d":null},{"t":"M","n":"Couchbase\\MatchPhraseSearchQuery::boost","p":"Couchbase/MatchPhraseSearchQuery.html#method_boost","d":""},{"t":"M","n":"Couchbase\\MatchPhraseSearchQuery::field","p":"Couchbase/MatchPhraseSearchQuery.html#method_field","d":""},{"t":"M","n":"Couchbase\\MatchPhraseSearchQuery::analyzer","p":"Couchbase/MatchPhraseSearchQuery.html#method_analyzer","d":""},{"t":"M","n":"Couchbase\\MatchSearchQuery::jsonSerialize","p":"Couchbase/MatchSearchQuery.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Couchbase\\MatchSearchQuery::__construct","p":"Couchbase/MatchSearchQuery.html#method___construct","d":null},{"t":"M","n":"Couchbase\\MatchSearchQuery::boost","p":"Couchbase/MatchSearchQuery.html#method_boost","d":""},{"t":"M","n":"Couchbase\\MatchSearchQuery::field","p":"Couchbase/MatchSearchQuery.html#method_field","d":""},{"t":"M","n":"Couchbase\\MatchSearchQuery::analyzer","p":"Couchbase/MatchSearchQuery.html#method_analyzer","d":""},{"t":"M","n":"Couchbase\\MatchSearchQuery::prefixLength","p":"Couchbase/MatchSearchQuery.html#method_prefixLength","d":""},{"t":"M","n":"Couchbase\\MatchSearchQuery::fuzziness","p":"Couchbase/MatchSearchQuery.html#method_fuzziness","d":""},{"t":"M","n":"Couchbase\\Meter::valueRecorder","p":"Couchbase/Meter.html#method_valueRecorder","d":"

    Creates a new value recorder for a metric with the specified tags.

    "},{"t":"M","n":"Couchbase\\MutateArrayAddUniqueSpec::__construct","p":"Couchbase/MutateArrayAddUniqueSpec.html#method___construct","d":null},{"t":"M","n":"Couchbase\\MutateArrayAppendSpec::__construct","p":"Couchbase/MutateArrayAppendSpec.html#method___construct","d":null},{"t":"M","n":"Couchbase\\MutateArrayInsertSpec::__construct","p":"Couchbase/MutateArrayInsertSpec.html#method___construct","d":null},{"t":"M","n":"Couchbase\\MutateArrayPrependSpec::__construct","p":"Couchbase/MutateArrayPrependSpec.html#method___construct","d":null},{"t":"M","n":"Couchbase\\MutateCounterSpec::__construct","p":"Couchbase/MutateCounterSpec.html#method___construct","d":null},{"t":"M","n":"Couchbase\\MutateInBuilder::insert","p":"Couchbase/MutateInBuilder.html#method_insert","d":"

    Insert a fragment provided the last element of the path doesn't exists.

    "},{"t":"M","n":"Couchbase\\MutateInBuilder::modeDocument","p":"Couchbase/MutateInBuilder.html#method_modeDocument","d":"

    Select mode for new full-document operations.

    "},{"t":"M","n":"Couchbase\\MutateInBuilder::upsert","p":"Couchbase/MutateInBuilder.html#method_upsert","d":"

    Insert a fragment, replacing the old value if the path exists.

    "},{"t":"M","n":"Couchbase\\MutateInBuilder::replace","p":"Couchbase/MutateInBuilder.html#method_replace","d":"

    Replace an existing value by the given fragment

    "},{"t":"M","n":"Couchbase\\MutateInBuilder::remove","p":"Couchbase/MutateInBuilder.html#method_remove","d":"

    Remove an entry in a JSON document.

    "},{"t":"M","n":"Couchbase\\MutateInBuilder::arrayPrepend","p":"Couchbase/MutateInBuilder.html#method_arrayPrepend","d":"

    Prepend to an existing array, pushing the value to the front/first position in the array.

    "},{"t":"M","n":"Couchbase\\MutateInBuilder::arrayPrependAll","p":"Couchbase/MutateInBuilder.html#method_arrayPrependAll","d":"

    Prepend multiple values at once in an existing array.

    "},{"t":"M","n":"Couchbase\\MutateInBuilder::arrayAppend","p":"Couchbase/MutateInBuilder.html#method_arrayAppend","d":"

    Append to an existing array, pushing the value to the back/last position in the array.

    "},{"t":"M","n":"Couchbase\\MutateInBuilder::arrayAppendAll","p":"Couchbase/MutateInBuilder.html#method_arrayAppendAll","d":"

    Append multiple values at once in an existing array.

    "},{"t":"M","n":"Couchbase\\MutateInBuilder::arrayInsert","p":"Couchbase/MutateInBuilder.html#method_arrayInsert","d":"

    Insert into an existing array at a specific position

    "},{"t":"M","n":"Couchbase\\MutateInBuilder::arrayInsertAll","p":"Couchbase/MutateInBuilder.html#method_arrayInsertAll","d":"

    Insert multiple values at once in an existing array at a specified position.

    "},{"t":"M","n":"Couchbase\\MutateInBuilder::arrayAddUnique","p":"Couchbase/MutateInBuilder.html#method_arrayAddUnique","d":"

    Insert a value in an existing array only if the value\nisn't already contained in the array (by way of string comparison).

    "},{"t":"M","n":"Couchbase\\MutateInBuilder::counter","p":"Couchbase/MutateInBuilder.html#method_counter","d":"

    Increment/decrement a numerical fragment in a JSON document.

    "},{"t":"M","n":"Couchbase\\MutateInBuilder::withExpiry","p":"Couchbase/MutateInBuilder.html#method_withExpiry","d":"

    Change the expiry of the enclosing document as part of the mutation.

    "},{"t":"M","n":"Couchbase\\MutateInBuilder::execute","p":"Couchbase/MutateInBuilder.html#method_execute","d":"

    Perform several mutation operations inside a single existing JSON document.

    "},{"t":"M","n":"Couchbase\\MutateInOptions::timeout","p":"Couchbase/MutateInOptions.html#method_timeout","d":"

    Sets the operation timeout in milliseconds.

    "},{"t":"M","n":"Couchbase\\MutateInOptions::cas","p":"Couchbase/MutateInOptions.html#method_cas","d":"

    Sets the cas value to use when performing this operation.

    "},{"t":"M","n":"Couchbase\\MutateInOptions::expiry","p":"Couchbase/MutateInOptions.html#method_expiry","d":"

    Sets the expiry time for the document.

    "},{"t":"M","n":"Couchbase\\MutateInOptions::preserveExpiry","p":"Couchbase/MutateInOptions.html#method_preserveExpiry","d":"

    Sets whether the original expiration should be preserved (by default Replace operation updates expiration).

    "},{"t":"M","n":"Couchbase\\MutateInOptions::durabilityLevel","p":"Couchbase/MutateInOptions.html#method_durabilityLevel","d":"

    Sets the durability level to enforce when writing the document.

    "},{"t":"M","n":"Couchbase\\MutateInOptions::storeSemantics","p":"Couchbase/MutateInOptions.html#method_storeSemantics","d":"

    Sets the document level action to use when performing the operation.

    "},{"t":"M","n":"Couchbase\\MutateInResult::content","p":"Couchbase/MutateInResult.html#method_content","d":"

    Returns any value located at the index specified

    "},{"t":"M","n":"Couchbase\\MutateInsertSpec::__construct","p":"Couchbase/MutateInsertSpec.html#method___construct","d":null},{"t":"M","n":"Couchbase\\MutateRemoveSpec::__construct","p":"Couchbase/MutateRemoveSpec.html#method___construct","d":null},{"t":"M","n":"Couchbase\\MutateReplaceSpec::__construct","p":"Couchbase/MutateReplaceSpec.html#method___construct","d":null},{"t":"M","n":"Couchbase\\MutateUpsertSpec::__construct","p":"Couchbase/MutateUpsertSpec.html#method___construct","d":null},{"t":"M","n":"Couchbase\\MutationResult::mutationToken","p":"Couchbase/MutationResult.html#method_mutationToken","d":"

    Returns the mutation token generated during the mutation

    "},{"t":"M","n":"Couchbase\\MutationState::__construct","p":"Couchbase/MutationState.html#method___construct","d":null},{"t":"M","n":"Couchbase\\MutationState::add","p":"Couchbase/MutationState.html#method_add","d":"

    Adds the result of a mutation operation to this mutation state.

    "},{"t":"M","n":"Couchbase\\MutationToken::bucketName","p":"Couchbase/MutationToken.html#method_bucketName","d":"

    Returns bucket name

    "},{"t":"M","n":"Couchbase\\MutationToken::partitionId","p":"Couchbase/MutationToken.html#method_partitionId","d":"

    Returns partition number

    "},{"t":"M","n":"Couchbase\\MutationToken::partitionUuid","p":"Couchbase/MutationToken.html#method_partitionUuid","d":"

    Returns UUID of the partition

    "},{"t":"M","n":"Couchbase\\MutationToken::sequenceNumber","p":"Couchbase/MutationToken.html#method_sequenceNumber","d":"

    Returns the sequence number inside partition

    "},{"t":"M","n":"Couchbase\\N1qlQuery::fromString","p":"Couchbase/N1qlQuery.html#method_fromString","d":"

    Creates new N1qlQuery instance directly from the N1QL string.

    "},{"t":"M","n":"Couchbase\\N1qlQuery::adhoc","p":"Couchbase/N1qlQuery.html#method_adhoc","d":"

    Allows to specify if this query is adhoc or not.

    "},{"t":"M","n":"Couchbase\\N1qlQuery::crossBucket","p":"Couchbase/N1qlQuery.html#method_crossBucket","d":"

    Allows to pull credentials from the Authenticator

    "},{"t":"M","n":"Couchbase\\N1qlQuery::positionalParams","p":"Couchbase/N1qlQuery.html#method_positionalParams","d":"

    Specify array of positional parameters

    "},{"t":"M","n":"Couchbase\\N1qlQuery::namedParams","p":"Couchbase/N1qlQuery.html#method_namedParams","d":"

    Specify associative array of named parameters

    "},{"t":"M","n":"Couchbase\\N1qlQuery::consistency","p":"Couchbase/N1qlQuery.html#method_consistency","d":"

    Specifies the consistency level for this query

    "},{"t":"M","n":"Couchbase\\N1qlQuery::profile","p":"Couchbase/N1qlQuery.html#method_profile","d":"

    Controls the profiling mode used during query execution

    "},{"t":"M","n":"Couchbase\\N1qlQuery::consistentWith","p":"Couchbase/N1qlQuery.html#method_consistentWith","d":"

    Sets mutation state the query should be consistent with

    "},{"t":"M","n":"Couchbase\\N1qlQuery::readonly","p":"Couchbase/N1qlQuery.html#method_readonly","d":"

    If set to true, it will signal the query engine on the server that only non-data modifying requests\nare allowed. Note that this rule is enforced on the server and not the SDK side.

    "},{"t":"M","n":"Couchbase\\N1qlQuery::scanCap","p":"Couchbase/N1qlQuery.html#method_scanCap","d":"

    Advanced: Maximum buffered channel size between the indexer client and the query service for index scans.

    "},{"t":"M","n":"Couchbase\\N1qlQuery::pipelineBatch","p":"Couchbase/N1qlQuery.html#method_pipelineBatch","d":"

    Advanced: Controls the number of items execution operators can batch for Fetch from the KV.

    "},{"t":"M","n":"Couchbase\\N1qlQuery::pipelineCap","p":"Couchbase/N1qlQuery.html#method_pipelineCap","d":"

    Advanced: Maximum number of items each execution operator can buffer between various operators.

    "},{"t":"M","n":"Couchbase\\N1qlQuery::maxParallelism","p":"Couchbase/N1qlQuery.html#method_maxParallelism","d":"

    Allows to override the default maximum parallelism for the query execution on the server side.

    "},{"t":"M","n":"Couchbase\\NoopMeter::valueRecorder","p":"Couchbase/NoopMeter.html#method_valueRecorder","d":"

    Creates a new value recorder for a metric with the specified tags.

    "},{"t":"M","n":"Couchbase\\NoopTracer::requestSpan","p":"Couchbase/NoopTracer.html#method_requestSpan","d":"

    Creates a new request span.

    "},{"t":"M","n":"Couchbase\\NumericRangeFacetResult::name","p":"Couchbase/NumericRangeFacetResult.html#method_name","d":""},{"t":"M","n":"Couchbase\\NumericRangeFacetResult::min","p":"Couchbase/NumericRangeFacetResult.html#method_min","d":""},{"t":"M","n":"Couchbase\\NumericRangeFacetResult::max","p":"Couchbase/NumericRangeFacetResult.html#method_max","d":""},{"t":"M","n":"Couchbase\\NumericRangeFacetResult::count","p":"Couchbase/NumericRangeFacetResult.html#method_count","d":""},{"t":"M","n":"Couchbase\\NumericRangeSearchFacet::jsonSerialize","p":"Couchbase/NumericRangeSearchFacet.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Couchbase\\NumericRangeSearchFacet::__construct","p":"Couchbase/NumericRangeSearchFacet.html#method___construct","d":null},{"t":"M","n":"Couchbase\\NumericRangeSearchFacet::addRange","p":"Couchbase/NumericRangeSearchFacet.html#method_addRange","d":""},{"t":"M","n":"Couchbase\\NumericRangeSearchQuery::jsonSerialize","p":"Couchbase/NumericRangeSearchQuery.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Couchbase\\NumericRangeSearchQuery::__construct","p":"Couchbase/NumericRangeSearchQuery.html#method___construct","d":null},{"t":"M","n":"Couchbase\\NumericRangeSearchQuery::boost","p":"Couchbase/NumericRangeSearchQuery.html#method_boost","d":""},{"t":"M","n":"Couchbase\\NumericRangeSearchQuery::field","p":"Couchbase/NumericRangeSearchQuery.html#method_field","d":""},{"t":"M","n":"Couchbase\\NumericRangeSearchQuery::min","p":"Couchbase/NumericRangeSearchQuery.html#method_min","d":""},{"t":"M","n":"Couchbase\\NumericRangeSearchQuery::max","p":"Couchbase/NumericRangeSearchQuery.html#method_max","d":""},{"t":"M","n":"Couchbase\\Origin::type","p":"Couchbase/Origin.html#method_type","d":null},{"t":"M","n":"Couchbase\\Origin::name","p":"Couchbase/Origin.html#method_name","d":null},{"t":"M","n":"Couchbase\\PasswordAuthenticator::username","p":"Couchbase/PasswordAuthenticator.html#method_username","d":"

    Sets username

    "},{"t":"M","n":"Couchbase\\PasswordAuthenticator::password","p":"Couchbase/PasswordAuthenticator.html#method_password","d":"

    Sets password

    "},{"t":"M","n":"Couchbase\\PhraseSearchQuery::jsonSerialize","p":"Couchbase/PhraseSearchQuery.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Couchbase\\PhraseSearchQuery::__construct","p":"Couchbase/PhraseSearchQuery.html#method___construct","d":null},{"t":"M","n":"Couchbase\\PhraseSearchQuery::boost","p":"Couchbase/PhraseSearchQuery.html#method_boost","d":""},{"t":"M","n":"Couchbase\\PhraseSearchQuery::field","p":"Couchbase/PhraseSearchQuery.html#method_field","d":""},{"t":"M","n":"Couchbase\\PrefixSearchQuery::jsonSerialize","p":"Couchbase/PrefixSearchQuery.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Couchbase\\PrefixSearchQuery::__construct","p":"Couchbase/PrefixSearchQuery.html#method___construct","d":null},{"t":"M","n":"Couchbase\\PrefixSearchQuery::boost","p":"Couchbase/PrefixSearchQuery.html#method_boost","d":""},{"t":"M","n":"Couchbase\\PrefixSearchQuery::field","p":"Couchbase/PrefixSearchQuery.html#method_field","d":""},{"t":"M","n":"Couchbase\\PrependOptions::timeout","p":"Couchbase/PrependOptions.html#method_timeout","d":"

    Sets the operation timeout in milliseconds.

    "},{"t":"M","n":"Couchbase\\PrependOptions::durabilityLevel","p":"Couchbase/PrependOptions.html#method_durabilityLevel","d":"

    Sets the durability level to enforce when writing the document.

    "},{"t":"M","n":"Couchbase\\QueryIndex::name","p":"Couchbase/QueryIndex.html#method_name","d":null},{"t":"M","n":"Couchbase\\QueryIndex::isPrimary","p":"Couchbase/QueryIndex.html#method_isPrimary","d":null},{"t":"M","n":"Couchbase\\QueryIndex::type","p":"Couchbase/QueryIndex.html#method_type","d":null},{"t":"M","n":"Couchbase\\QueryIndex::state","p":"Couchbase/QueryIndex.html#method_state","d":null},{"t":"M","n":"Couchbase\\QueryIndex::keyspace","p":"Couchbase/QueryIndex.html#method_keyspace","d":null},{"t":"M","n":"Couchbase\\QueryIndex::indexKey","p":"Couchbase/QueryIndex.html#method_indexKey","d":null},{"t":"M","n":"Couchbase\\QueryIndex::condition","p":"Couchbase/QueryIndex.html#method_condition","d":null},{"t":"M","n":"Couchbase\\QueryIndexManager::getAllIndexes","p":"Couchbase/QueryIndexManager.html#method_getAllIndexes","d":null},{"t":"M","n":"Couchbase\\QueryIndexManager::createIndex","p":"Couchbase/QueryIndexManager.html#method_createIndex","d":null},{"t":"M","n":"Couchbase\\QueryIndexManager::createPrimaryIndex","p":"Couchbase/QueryIndexManager.html#method_createPrimaryIndex","d":null},{"t":"M","n":"Couchbase\\QueryIndexManager::dropIndex","p":"Couchbase/QueryIndexManager.html#method_dropIndex","d":null},{"t":"M","n":"Couchbase\\QueryIndexManager::dropPrimaryIndex","p":"Couchbase/QueryIndexManager.html#method_dropPrimaryIndex","d":null},{"t":"M","n":"Couchbase\\QueryIndexManager::watchIndexes","p":"Couchbase/QueryIndexManager.html#method_watchIndexes","d":null},{"t":"M","n":"Couchbase\\QueryIndexManager::buildDeferredIndexes","p":"Couchbase/QueryIndexManager.html#method_buildDeferredIndexes","d":null},{"t":"M","n":"Couchbase\\QueryMetaData::status","p":"Couchbase/QueryMetaData.html#method_status","d":"

    Returns the query execution status

    "},{"t":"M","n":"Couchbase\\QueryMetaData::requestId","p":"Couchbase/QueryMetaData.html#method_requestId","d":"

    Returns the identifier associated with the query

    "},{"t":"M","n":"Couchbase\\QueryMetaData::clientContextId","p":"Couchbase/QueryMetaData.html#method_clientContextId","d":"

    Returns the client context id associated with the query

    "},{"t":"M","n":"Couchbase\\QueryMetaData::signature","p":"Couchbase/QueryMetaData.html#method_signature","d":"

    Returns the signature of the query

    "},{"t":"M","n":"Couchbase\\QueryMetaData::warnings","p":"Couchbase/QueryMetaData.html#method_warnings","d":"

    Returns any warnings generated during query execution

    "},{"t":"M","n":"Couchbase\\QueryMetaData::errors","p":"Couchbase/QueryMetaData.html#method_errors","d":"

    Returns any errors generated during query execution

    "},{"t":"M","n":"Couchbase\\QueryMetaData::metrics","p":"Couchbase/QueryMetaData.html#method_metrics","d":"

    Returns metrics generated during query execution such as timings and counts

    "},{"t":"M","n":"Couchbase\\QueryMetaData::profile","p":"Couchbase/QueryMetaData.html#method_profile","d":"

    Returns the profile of the query if enabled

    "},{"t":"M","n":"Couchbase\\QueryOptions::timeout","p":"Couchbase/QueryOptions.html#method_timeout","d":"

    Sets the operation timeout in milliseconds.

    "},{"t":"M","n":"Couchbase\\QueryOptions::consistentWith","p":"Couchbase/QueryOptions.html#method_consistentWith","d":"

    Sets the mutation state to achieve consistency with for read your own writes (RYOW).

    "},{"t":"M","n":"Couchbase\\QueryOptions::scanConsistency","p":"Couchbase/QueryOptions.html#method_scanConsistency","d":"

    Sets the scan consistency.

    "},{"t":"M","n":"Couchbase\\QueryOptions::scanCap","p":"Couchbase/QueryOptions.html#method_scanCap","d":"

    Sets the maximum buffered channel size between the indexer client and the query service for index scans.

    "},{"t":"M","n":"Couchbase\\QueryOptions::pipelineCap","p":"Couchbase/QueryOptions.html#method_pipelineCap","d":"

    Sets the maximum number of items each execution operator can buffer between various operators.

    "},{"t":"M","n":"Couchbase\\QueryOptions::pipelineBatch","p":"Couchbase/QueryOptions.html#method_pipelineBatch","d":"

    Sets the number of items execution operators can batch for fetch from the KV service.

    "},{"t":"M","n":"Couchbase\\QueryOptions::maxParallelism","p":"Couchbase/QueryOptions.html#method_maxParallelism","d":"

    Sets the maximum number of index partitions, for computing aggregation in parallel.

    "},{"t":"M","n":"Couchbase\\QueryOptions::profile","p":"Couchbase/QueryOptions.html#method_profile","d":"

    Sets the query profile mode to use.

    "},{"t":"M","n":"Couchbase\\QueryOptions::readonly","p":"Couchbase/QueryOptions.html#method_readonly","d":"

    Sets whether or not this query is readonly.

    "},{"t":"M","n":"Couchbase\\QueryOptions::flexIndex","p":"Couchbase/QueryOptions.html#method_flexIndex","d":"

    Sets whether or not this query allowed to use FlexIndex (full text search integration).

    "},{"t":"M","n":"Couchbase\\QueryOptions::adhoc","p":"Couchbase/QueryOptions.html#method_adhoc","d":"

    Sets whether or not this query is adhoc.

    "},{"t":"M","n":"Couchbase\\QueryOptions::namedParameters","p":"Couchbase/QueryOptions.html#method_namedParameters","d":"

    Sets the named parameters for this query.

    "},{"t":"M","n":"Couchbase\\QueryOptions::positionalParameters","p":"Couchbase/QueryOptions.html#method_positionalParameters","d":"

    Sets the positional parameters for this query.

    "},{"t":"M","n":"Couchbase\\QueryOptions::raw","p":"Couchbase/QueryOptions.html#method_raw","d":"

    Sets any extra query parameters that the SDK does not provide an option for.

    "},{"t":"M","n":"Couchbase\\QueryOptions::clientContextId","p":"Couchbase/QueryOptions.html#method_clientContextId","d":"

    Sets the client context id for this query.

    "},{"t":"M","n":"Couchbase\\QueryOptions::metrics","p":"Couchbase/QueryOptions.html#method_metrics","d":"

    Sets whether or not to return metrics with the query.

    "},{"t":"M","n":"Couchbase\\QueryOptions::scopeName","p":"Couchbase/QueryOptions.html#method_scopeName","d":"

    Associate scope name with query

    "},{"t":"M","n":"Couchbase\\QueryOptions::scopeQualifier","p":"Couchbase/QueryOptions.html#method_scopeQualifier","d":"

    Associate scope qualifier (also known as query_context) with the query.

    "},{"t":"M","n":"Couchbase\\QueryResult::metaData","p":"Couchbase/QueryResult.html#method_metaData","d":"

    Returns metadata generated during query execution such as errors and metrics

    "},{"t":"M","n":"Couchbase\\QueryResult::rows","p":"Couchbase/QueryResult.html#method_rows","d":"

    Returns the rows returns during query execution

    "},{"t":"M","n":"Couchbase\\QueryStringSearchQuery::jsonSerialize","p":"Couchbase/QueryStringSearchQuery.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Couchbase\\QueryStringSearchQuery::__construct","p":"Couchbase/QueryStringSearchQuery.html#method___construct","d":null},{"t":"M","n":"Couchbase\\QueryStringSearchQuery::boost","p":"Couchbase/QueryStringSearchQuery.html#method_boost","d":""},{"t":"M","n":"Couchbase\\RegexpSearchQuery::jsonSerialize","p":"Couchbase/RegexpSearchQuery.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Couchbase\\RegexpSearchQuery::__construct","p":"Couchbase/RegexpSearchQuery.html#method___construct","d":null},{"t":"M","n":"Couchbase\\RegexpSearchQuery::boost","p":"Couchbase/RegexpSearchQuery.html#method_boost","d":""},{"t":"M","n":"Couchbase\\RegexpSearchQuery::field","p":"Couchbase/RegexpSearchQuery.html#method_field","d":""},{"t":"M","n":"Couchbase\\RemoveOptions::timeout","p":"Couchbase/RemoveOptions.html#method_timeout","d":"

    Sets the operation timeout in milliseconds.

    "},{"t":"M","n":"Couchbase\\RemoveOptions::durabilityLevel","p":"Couchbase/RemoveOptions.html#method_durabilityLevel","d":"

    Sets the durability level to enforce when writing the document.

    "},{"t":"M","n":"Couchbase\\RemoveOptions::cas","p":"Couchbase/RemoveOptions.html#method_cas","d":"

    Sets the cas value to use when performing this operation.

    "},{"t":"M","n":"Couchbase\\ReplaceAnalyticsLinkOptions::timeout","p":"Couchbase/ReplaceAnalyticsLinkOptions.html#method_timeout","d":null},{"t":"M","n":"Couchbase\\ReplaceOptions::timeout","p":"Couchbase/ReplaceOptions.html#method_timeout","d":"

    Sets the operation timeout in milliseconds.

    "},{"t":"M","n":"Couchbase\\ReplaceOptions::expiry","p":"Couchbase/ReplaceOptions.html#method_expiry","d":"

    Sets the expiry time for the document.

    "},{"t":"M","n":"Couchbase\\ReplaceOptions::preserveExpiry","p":"Couchbase/ReplaceOptions.html#method_preserveExpiry","d":"

    Sets whether the original expiration should be preserved (by default Replace operation updates expiration).

    "},{"t":"M","n":"Couchbase\\ReplaceOptions::cas","p":"Couchbase/ReplaceOptions.html#method_cas","d":"

    Sets the cas value for the operation.

    "},{"t":"M","n":"Couchbase\\ReplaceOptions::durabilityLevel","p":"Couchbase/ReplaceOptions.html#method_durabilityLevel","d":"

    Sets the durability level to enforce when writing the document.

    "},{"t":"M","n":"Couchbase\\ReplaceOptions::encoder","p":"Couchbase/ReplaceOptions.html#method_encoder","d":"

    Associate custom transcoder with the request.

    "},{"t":"M","n":"Couchbase\\RequestSpan::addTag","p":"Couchbase/RequestSpan.html#method_addTag","d":"

    Adds an tag to this span.

    "},{"t":"M","n":"Couchbase\\RequestSpan::end","p":"Couchbase/RequestSpan.html#method_end","d":"

    Ends this span.

    "},{"t":"M","n":"Couchbase\\RequestTracer::requestSpan","p":"Couchbase/RequestTracer.html#method_requestSpan","d":"

    Creates a new request span.

    "},{"t":"M","n":"Couchbase\\Result::cas","p":"Couchbase/Result.html#method_cas","d":"

    Returns the CAS value for the document

    "},{"t":"M","n":"Couchbase\\Role::name","p":"Couchbase/Role.html#method_name","d":null},{"t":"M","n":"Couchbase\\Role::bucket","p":"Couchbase/Role.html#method_bucket","d":null},{"t":"M","n":"Couchbase\\Role::scope","p":"Couchbase/Role.html#method_scope","d":null},{"t":"M","n":"Couchbase\\Role::collection","p":"Couchbase/Role.html#method_collection","d":null},{"t":"M","n":"Couchbase\\Role::setName","p":"Couchbase/Role.html#method_setName","d":null},{"t":"M","n":"Couchbase\\Role::setBucket","p":"Couchbase/Role.html#method_setBucket","d":null},{"t":"M","n":"Couchbase\\Role::setScope","p":"Couchbase/Role.html#method_setScope","d":null},{"t":"M","n":"Couchbase\\Role::setCollection","p":"Couchbase/Role.html#method_setCollection","d":null},{"t":"M","n":"Couchbase\\RoleAndDescription::role","p":"Couchbase/RoleAndDescription.html#method_role","d":null},{"t":"M","n":"Couchbase\\RoleAndDescription::displayName","p":"Couchbase/RoleAndDescription.html#method_displayName","d":null},{"t":"M","n":"Couchbase\\RoleAndDescription::description","p":"Couchbase/RoleAndDescription.html#method_description","d":null},{"t":"M","n":"Couchbase\\RoleAndOrigin::role","p":"Couchbase/RoleAndOrigin.html#method_role","d":null},{"t":"M","n":"Couchbase\\RoleAndOrigin::origins","p":"Couchbase/RoleAndOrigin.html#method_origins","d":null},{"t":"M","n":"Couchbase\\S3ExternalAnalyticsLink::name","p":"Couchbase/S3ExternalAnalyticsLink.html#method_name","d":"

    Sets name of the link

    "},{"t":"M","n":"Couchbase\\S3ExternalAnalyticsLink::dataverse","p":"Couchbase/S3ExternalAnalyticsLink.html#method_dataverse","d":"

    Sets dataverse this link belongs to

    "},{"t":"M","n":"Couchbase\\S3ExternalAnalyticsLink::accessKeyId","p":"Couchbase/S3ExternalAnalyticsLink.html#method_accessKeyId","d":"

    Sets AWS S3 access key ID

    "},{"t":"M","n":"Couchbase\\S3ExternalAnalyticsLink::secretAccessKey","p":"Couchbase/S3ExternalAnalyticsLink.html#method_secretAccessKey","d":"

    Sets AWS S3 secret key

    "},{"t":"M","n":"Couchbase\\S3ExternalAnalyticsLink::region","p":"Couchbase/S3ExternalAnalyticsLink.html#method_region","d":"

    Sets AWS S3 region

    "},{"t":"M","n":"Couchbase\\S3ExternalAnalyticsLink::sessionToken","p":"Couchbase/S3ExternalAnalyticsLink.html#method_sessionToken","d":"

    Sets AWS S3 token if temporary credentials are provided. Only available in 7.0+

    "},{"t":"M","n":"Couchbase\\S3ExternalAnalyticsLink::serviceEndpoint","p":"Couchbase/S3ExternalAnalyticsLink.html#method_serviceEndpoint","d":"

    Sets AWS S3 service endpoint

    "},{"t":"M","n":"Couchbase\\Scope::__construct","p":"Couchbase/Scope.html#method___construct","d":null},{"t":"M","n":"Couchbase\\Scope::name","p":"Couchbase/Scope.html#method_name","d":"

    Returns the name of the scope.

    "},{"t":"M","n":"Couchbase\\Scope::collection","p":"Couchbase/Scope.html#method_collection","d":"

    Returns a new Collection object representing the collection specified.

    "},{"t":"M","n":"Couchbase\\Scope::query","p":"Couchbase/Scope.html#method_query","d":"

    Executes a N1QL query against the cluster with scopeName set implicitly.

    "},{"t":"M","n":"Couchbase\\Scope::analyticsQuery","p":"Couchbase/Scope.html#method_analyticsQuery","d":"

    Executes an analytics query against the cluster with scopeName set implicitly.

    "},{"t":"M","n":"Couchbase\\ScopeSpec::name","p":"Couchbase/ScopeSpec.html#method_name","d":null},{"t":"M","n":"Couchbase\\ScopeSpec::collections","p":"Couchbase/ScopeSpec.html#method_collections","d":null},{"t":"M","n":"Couchbase\\SearchFacetResult::field","p":"Couchbase/SearchFacetResult.html#method_field","d":"

    The field the SearchFacet was targeting.

    "},{"t":"M","n":"Couchbase\\SearchFacetResult::total","p":"Couchbase/SearchFacetResult.html#method_total","d":"

    The total number of valued facet results. Total = other() + terms (but doesn't include * missing()).

    "},{"t":"M","n":"Couchbase\\SearchFacetResult::missing","p":"Couchbase/SearchFacetResult.html#method_missing","d":"

    The number of results that couldn't be faceted, missing the adequate value. Not matter how many more\nbuckets are added to the original facet, these result won't ever be included in one.

    "},{"t":"M","n":"Couchbase\\SearchFacetResult::other","p":"Couchbase/SearchFacetResult.html#method_other","d":"

    The number of results that could have been faceted (because they have a value for the facet's field) but\nweren't, due to not having a bucket in which they belong. Adding a bucket can result in these results being\nfaceted.

    "},{"t":"M","n":"Couchbase\\SearchFacetResult::terms","p":"Couchbase/SearchFacetResult.html#method_terms","d":""},{"t":"M","n":"Couchbase\\SearchFacetResult::numericRanges","p":"Couchbase/SearchFacetResult.html#method_numericRanges","d":""},{"t":"M","n":"Couchbase\\SearchFacetResult::dateRanges","p":"Couchbase/SearchFacetResult.html#method_dateRanges","d":""},{"t":"M","n":"Couchbase\\SearchIndex::jsonSerialize","p":"Couchbase/SearchIndex.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Couchbase\\SearchIndex::type","p":"Couchbase/SearchIndex.html#method_type","d":null},{"t":"M","n":"Couchbase\\SearchIndex::uuid","p":"Couchbase/SearchIndex.html#method_uuid","d":null},{"t":"M","n":"Couchbase\\SearchIndex::params","p":"Couchbase/SearchIndex.html#method_params","d":null},{"t":"M","n":"Couchbase\\SearchIndex::sourceType","p":"Couchbase/SearchIndex.html#method_sourceType","d":null},{"t":"M","n":"Couchbase\\SearchIndex::sourceUuid","p":"Couchbase/SearchIndex.html#method_sourceUuid","d":null},{"t":"M","n":"Couchbase\\SearchIndex::sourceName","p":"Couchbase/SearchIndex.html#method_sourceName","d":null},{"t":"M","n":"Couchbase\\SearchIndex::sourceParams","p":"Couchbase/SearchIndex.html#method_sourceParams","d":null},{"t":"M","n":"Couchbase\\SearchIndex::setType","p":"Couchbase/SearchIndex.html#method_setType","d":null},{"t":"M","n":"Couchbase\\SearchIndex::setUuid","p":"Couchbase/SearchIndex.html#method_setUuid","d":null},{"t":"M","n":"Couchbase\\SearchIndex::setParams","p":"Couchbase/SearchIndex.html#method_setParams","d":null},{"t":"M","n":"Couchbase\\SearchIndex::setSourceType","p":"Couchbase/SearchIndex.html#method_setSourceType","d":null},{"t":"M","n":"Couchbase\\SearchIndex::setSourceUuid","p":"Couchbase/SearchIndex.html#method_setSourceUuid","d":null},{"t":"M","n":"Couchbase\\SearchIndex::setSourcename","p":"Couchbase/SearchIndex.html#method_setSourcename","d":null},{"t":"M","n":"Couchbase\\SearchIndex::setSourceParams","p":"Couchbase/SearchIndex.html#method_setSourceParams","d":null},{"t":"M","n":"Couchbase\\SearchIndexManager::getIndex","p":"Couchbase/SearchIndexManager.html#method_getIndex","d":null},{"t":"M","n":"Couchbase\\SearchIndexManager::getAllIndexes","p":"Couchbase/SearchIndexManager.html#method_getAllIndexes","d":null},{"t":"M","n":"Couchbase\\SearchIndexManager::upsertIndex","p":"Couchbase/SearchIndexManager.html#method_upsertIndex","d":null},{"t":"M","n":"Couchbase\\SearchIndexManager::dropIndex","p":"Couchbase/SearchIndexManager.html#method_dropIndex","d":null},{"t":"M","n":"Couchbase\\SearchIndexManager::getIndexedDocumentsCount","p":"Couchbase/SearchIndexManager.html#method_getIndexedDocumentsCount","d":null},{"t":"M","n":"Couchbase\\SearchIndexManager::pauseIngest","p":"Couchbase/SearchIndexManager.html#method_pauseIngest","d":null},{"t":"M","n":"Couchbase\\SearchIndexManager::resumeIngest","p":"Couchbase/SearchIndexManager.html#method_resumeIngest","d":null},{"t":"M","n":"Couchbase\\SearchIndexManager::allowQuerying","p":"Couchbase/SearchIndexManager.html#method_allowQuerying","d":null},{"t":"M","n":"Couchbase\\SearchIndexManager::disallowQuerying","p":"Couchbase/SearchIndexManager.html#method_disallowQuerying","d":null},{"t":"M","n":"Couchbase\\SearchIndexManager::freezePlan","p":"Couchbase/SearchIndexManager.html#method_freezePlan","d":null},{"t":"M","n":"Couchbase\\SearchIndexManager::unfreezePlan","p":"Couchbase/SearchIndexManager.html#method_unfreezePlan","d":null},{"t":"M","n":"Couchbase\\SearchIndexManager::analyzeDocument","p":"Couchbase/SearchIndexManager.html#method_analyzeDocument","d":null},{"t":"M","n":"Couchbase\\SearchMetaData::successCount","p":"Couchbase/SearchMetaData.html#method_successCount","d":"

    Returns the number of pindexes successfully queried

    "},{"t":"M","n":"Couchbase\\SearchMetaData::errorCount","p":"Couchbase/SearchMetaData.html#method_errorCount","d":"

    Returns the number of errors messages reported by individual pindexes

    "},{"t":"M","n":"Couchbase\\SearchMetaData::took","p":"Couchbase/SearchMetaData.html#method_took","d":"

    Returns the time taken to complete the query

    "},{"t":"M","n":"Couchbase\\SearchMetaData::totalHits","p":"Couchbase/SearchMetaData.html#method_totalHits","d":"

    Returns the total number of matches for this result

    "},{"t":"M","n":"Couchbase\\SearchMetaData::maxScore","p":"Couchbase/SearchMetaData.html#method_maxScore","d":"

    Returns the highest score of all documents for this search query.

    "},{"t":"M","n":"Couchbase\\SearchMetaData::metrics","p":"Couchbase/SearchMetaData.html#method_metrics","d":"

    Returns the metrics generated during execution of this search query.

    "},{"t":"M","n":"Couchbase\\SearchOptions::jsonSerialize","p":"Couchbase/SearchOptions.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Couchbase\\SearchOptions::timeout","p":"Couchbase/SearchOptions.html#method_timeout","d":"

    Sets the server side timeout in milliseconds

    "},{"t":"M","n":"Couchbase\\SearchOptions::limit","p":"Couchbase/SearchOptions.html#method_limit","d":"

    Add a limit to the query on the number of hits it can return

    "},{"t":"M","n":"Couchbase\\SearchOptions::skip","p":"Couchbase/SearchOptions.html#method_skip","d":"

    Set the number of hits to skip (eg. for pagination).

    "},{"t":"M","n":"Couchbase\\SearchOptions::explain","p":"Couchbase/SearchOptions.html#method_explain","d":"

    Activates the explanation of each result hit in the response

    "},{"t":"M","n":"Couchbase\\SearchOptions::disableScoring","p":"Couchbase/SearchOptions.html#method_disableScoring","d":"

    If set to true, the server will not perform any scoring on the hits

    "},{"t":"M","n":"Couchbase\\SearchOptions::consistentWith","p":"Couchbase/SearchOptions.html#method_consistentWith","d":"

    Sets the consistency to consider for this FTS query to AT_PLUS and\nuses the MutationState to parameterize the consistency.

    "},{"t":"M","n":"Couchbase\\SearchOptions::fields","p":"Couchbase/SearchOptions.html#method_fields","d":"

    Configures the list of fields for which the whole value should be included in the response.

    "},{"t":"M","n":"Couchbase\\SearchOptions::facets","p":"Couchbase/SearchOptions.html#method_facets","d":"

    Adds one SearchFacet-s to the query

    "},{"t":"M","n":"Couchbase\\SearchOptions::sort","p":"Couchbase/SearchOptions.html#method_sort","d":"

    Configures the list of fields (including special fields) which are used for sorting purposes.

    "},{"t":"M","n":"Couchbase\\SearchOptions::highlight","p":"Couchbase/SearchOptions.html#method_highlight","d":"

    Configures the highlighting of matches in the response

    "},{"t":"M","n":"Couchbase\\SearchOptions::collections","p":"Couchbase/SearchOptions.html#method_collections","d":"

    Configures the list of collections to use for restricting results.

    "},{"t":"M","n":"Couchbase\\SearchResult::metaData","p":"Couchbase/SearchResult.html#method_metaData","d":"

    Returns metadata generated during query execution

    "},{"t":"M","n":"Couchbase\\SearchResult::facets","p":"Couchbase/SearchResult.html#method_facets","d":"

    Returns any facets returned by the query

    "},{"t":"M","n":"Couchbase\\SearchResult::rows","p":"Couchbase/SearchResult.html#method_rows","d":"

    Returns any rows returned by the query

    "},{"t":"M","n":"Couchbase\\SearchSortField::jsonSerialize","p":"Couchbase/SearchSortField.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Couchbase\\SearchSortField::__construct","p":"Couchbase/SearchSortField.html#method___construct","d":null},{"t":"M","n":"Couchbase\\SearchSortField::descending","p":"Couchbase/SearchSortField.html#method_descending","d":"

    Direction of the sort

    "},{"t":"M","n":"Couchbase\\SearchSortField::type","p":"Couchbase/SearchSortField.html#method_type","d":"

    Set type of the field

    "},{"t":"M","n":"Couchbase\\SearchSortField::mode","p":"Couchbase/SearchSortField.html#method_mode","d":"

    Set mode of the sort

    "},{"t":"M","n":"Couchbase\\SearchSortField::missing","p":"Couchbase/SearchSortField.html#method_missing","d":"

    Set where the hits with missing field will be inserted

    "},{"t":"M","n":"Couchbase\\SearchSortGeoDistance::jsonSerialize","p":"Couchbase/SearchSortGeoDistance.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Couchbase\\SearchSortGeoDistance::__construct","p":"Couchbase/SearchSortGeoDistance.html#method___construct","d":null},{"t":"M","n":"Couchbase\\SearchSortGeoDistance::descending","p":"Couchbase/SearchSortGeoDistance.html#method_descending","d":"

    Direction of the sort

    "},{"t":"M","n":"Couchbase\\SearchSortGeoDistance::unit","p":"Couchbase/SearchSortGeoDistance.html#method_unit","d":"

    Name of the units

    "},{"t":"M","n":"Couchbase\\SearchSortId::jsonSerialize","p":"Couchbase/SearchSortId.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Couchbase\\SearchSortId::__construct","p":"Couchbase/SearchSortId.html#method___construct","d":null},{"t":"M","n":"Couchbase\\SearchSortId::descending","p":"Couchbase/SearchSortId.html#method_descending","d":"

    Direction of the sort

    "},{"t":"M","n":"Couchbase\\SearchSortScore::jsonSerialize","p":"Couchbase/SearchSortScore.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Couchbase\\SearchSortScore::__construct","p":"Couchbase/SearchSortScore.html#method___construct","d":null},{"t":"M","n":"Couchbase\\SearchSortScore::descending","p":"Couchbase/SearchSortScore.html#method_descending","d":"

    Direction of the sort

    "},{"t":"M","n":"Couchbase\\SpatialViewQuery::encode","p":"Couchbase/SpatialViewQuery.html#method_encode","d":"

    Returns associative array, representing the View query.

    "},{"t":"M","n":"Couchbase\\SpatialViewQuery::limit","p":"Couchbase/SpatialViewQuery.html#method_limit","d":"

    Limits the result set to a specified number rows.

    "},{"t":"M","n":"Couchbase\\SpatialViewQuery::skip","p":"Couchbase/SpatialViewQuery.html#method_skip","d":"

    Skips a number o records rom the beginning of the result set

    "},{"t":"M","n":"Couchbase\\SpatialViewQuery::consistency","p":"Couchbase/SpatialViewQuery.html#method_consistency","d":"

    Specifies the mode of updating to perorm before and after executing the query

    "},{"t":"M","n":"Couchbase\\SpatialViewQuery::order","p":"Couchbase/SpatialViewQuery.html#method_order","d":"

    Orders the results by key as specified

    "},{"t":"M","n":"Couchbase\\SpatialViewQuery::bbox","p":"Couchbase/SpatialViewQuery.html#method_bbox","d":"

    Specifies the bounding box to search within.

    "},{"t":"M","n":"Couchbase\\SpatialViewQuery::startRange","p":"Couchbase/SpatialViewQuery.html#method_startRange","d":"

    Specify start range for query

    "},{"t":"M","n":"Couchbase\\SpatialViewQuery::endRange","p":"Couchbase/SpatialViewQuery.html#method_endRange","d":"

    Specify end range for query

    "},{"t":"M","n":"Couchbase\\SpatialViewQuery::custom","p":"Couchbase/SpatialViewQuery.html#method_custom","d":"

    Specifies custom options to pass to the server.

    "},{"t":"M","n":"Couchbase\\TermFacetResult::term","p":"Couchbase/TermFacetResult.html#method_term","d":""},{"t":"M","n":"Couchbase\\TermFacetResult::count","p":"Couchbase/TermFacetResult.html#method_count","d":""},{"t":"M","n":"Couchbase\\TermRangeSearchQuery::jsonSerialize","p":"Couchbase/TermRangeSearchQuery.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Couchbase\\TermRangeSearchQuery::__construct","p":"Couchbase/TermRangeSearchQuery.html#method___construct","d":null},{"t":"M","n":"Couchbase\\TermRangeSearchQuery::boost","p":"Couchbase/TermRangeSearchQuery.html#method_boost","d":""},{"t":"M","n":"Couchbase\\TermRangeSearchQuery::field","p":"Couchbase/TermRangeSearchQuery.html#method_field","d":""},{"t":"M","n":"Couchbase\\TermRangeSearchQuery::min","p":"Couchbase/TermRangeSearchQuery.html#method_min","d":""},{"t":"M","n":"Couchbase\\TermRangeSearchQuery::max","p":"Couchbase/TermRangeSearchQuery.html#method_max","d":""},{"t":"M","n":"Couchbase\\TermSearchFacet::jsonSerialize","p":"Couchbase/TermSearchFacet.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Couchbase\\TermSearchFacet::__construct","p":"Couchbase/TermSearchFacet.html#method___construct","d":null},{"t":"M","n":"Couchbase\\TermSearchQuery::jsonSerialize","p":"Couchbase/TermSearchQuery.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Couchbase\\TermSearchQuery::__construct","p":"Couchbase/TermSearchQuery.html#method___construct","d":null},{"t":"M","n":"Couchbase\\TermSearchQuery::boost","p":"Couchbase/TermSearchQuery.html#method_boost","d":""},{"t":"M","n":"Couchbase\\TermSearchQuery::field","p":"Couchbase/TermSearchQuery.html#method_field","d":""},{"t":"M","n":"Couchbase\\TermSearchQuery::prefixLength","p":"Couchbase/TermSearchQuery.html#method_prefixLength","d":""},{"t":"M","n":"Couchbase\\TermSearchQuery::fuzziness","p":"Couchbase/TermSearchQuery.html#method_fuzziness","d":""},{"t":"M","n":"Couchbase\\ThresholdLoggingTracer::requestSpan","p":"Couchbase/ThresholdLoggingTracer.html#method_requestSpan","d":"

    Creates a new request span.

    "},{"t":"M","n":"Couchbase\\ThresholdLoggingTracer::emitInterval","p":"Couchbase/ThresholdLoggingTracer.html#method_emitInterval","d":"

    Specifies how often aggregated trace information should be logged,\nspecified in microseconds.

    "},{"t":"M","n":"Couchbase\\ThresholdLoggingTracer::kvThreshold","p":"Couchbase/ThresholdLoggingTracer.html#method_kvThreshold","d":"

    Specifies the threshold for when a kv request should be included\nin the aggregated metrics, specified in microseconds.

    "},{"t":"M","n":"Couchbase\\ThresholdLoggingTracer::queryThreshold","p":"Couchbase/ThresholdLoggingTracer.html#method_queryThreshold","d":"

    Specifies the threshold for when a query request should be included\nin the aggregated metrics, specified in microseconds.

    "},{"t":"M","n":"Couchbase\\ThresholdLoggingTracer::viewsThreshold","p":"Couchbase/ThresholdLoggingTracer.html#method_viewsThreshold","d":"

    Specifies the threshold for when a views request should be included\nin the aggregated metrics, specified in microseconds.

    "},{"t":"M","n":"Couchbase\\ThresholdLoggingTracer::searchThreshold","p":"Couchbase/ThresholdLoggingTracer.html#method_searchThreshold","d":"

    Specifies the threshold for when a search request should be included\nin the aggregated metrics, specified in microseconds.

    "},{"t":"M","n":"Couchbase\\ThresholdLoggingTracer::analyticsThreshold","p":"Couchbase/ThresholdLoggingTracer.html#method_analyticsThreshold","d":"

    Specifies the threshold for when an analytics request should be included\nin the aggregated metrics, specified in microseconds.

    "},{"t":"M","n":"Couchbase\\ThresholdLoggingTracer::sampleSize","p":"Couchbase/ThresholdLoggingTracer.html#method_sampleSize","d":"

    Specifies the number of entries which should be kept between each\nlogging interval.

    "},{"t":"M","n":"Couchbase\\TouchOptions::timeout","p":"Couchbase/TouchOptions.html#method_timeout","d":"

    Sets the operation timeout in milliseconds.

    "},{"t":"M","n":"Couchbase\\UnlockOptions::timeout","p":"Couchbase/UnlockOptions.html#method_timeout","d":"

    Sets the operation timeout in milliseconds.

    "},{"t":"M","n":"Couchbase\\UpsertOptions::timeout","p":"Couchbase/UpsertOptions.html#method_timeout","d":"

    Sets the operation timeout in milliseconds.

    "},{"t":"M","n":"Couchbase\\UpsertOptions::expiry","p":"Couchbase/UpsertOptions.html#method_expiry","d":"

    Sets the expiry time for the document.

    "},{"t":"M","n":"Couchbase\\UpsertOptions::preserveExpiry","p":"Couchbase/UpsertOptions.html#method_preserveExpiry","d":"

    Sets whether the original expiration should be preserved (by default Replace operation updates expiration).

    "},{"t":"M","n":"Couchbase\\UpsertOptions::durabilityLevel","p":"Couchbase/UpsertOptions.html#method_durabilityLevel","d":"

    Sets the durability level to enforce when writing the document.

    "},{"t":"M","n":"Couchbase\\UpsertOptions::encoder","p":"Couchbase/UpsertOptions.html#method_encoder","d":"

    Associate custom transcoder with the request.

    "},{"t":"M","n":"Couchbase\\UpsertUserOptions::domainName","p":"Couchbase/UpsertUserOptions.html#method_domainName","d":null},{"t":"M","n":"Couchbase\\User::username","p":"Couchbase/User.html#method_username","d":null},{"t":"M","n":"Couchbase\\User::displayName","p":"Couchbase/User.html#method_displayName","d":null},{"t":"M","n":"Couchbase\\User::groups","p":"Couchbase/User.html#method_groups","d":null},{"t":"M","n":"Couchbase\\User::roles","p":"Couchbase/User.html#method_roles","d":null},{"t":"M","n":"Couchbase\\User::setUsername","p":"Couchbase/User.html#method_setUsername","d":null},{"t":"M","n":"Couchbase\\User::setPassword","p":"Couchbase/User.html#method_setPassword","d":null},{"t":"M","n":"Couchbase\\User::setDisplayName","p":"Couchbase/User.html#method_setDisplayName","d":null},{"t":"M","n":"Couchbase\\User::setGroups","p":"Couchbase/User.html#method_setGroups","d":null},{"t":"M","n":"Couchbase\\User::setRoles","p":"Couchbase/User.html#method_setRoles","d":null},{"t":"M","n":"Couchbase\\UserAndMetadata::domain","p":"Couchbase/UserAndMetadata.html#method_domain","d":null},{"t":"M","n":"Couchbase\\UserAndMetadata::user","p":"Couchbase/UserAndMetadata.html#method_user","d":null},{"t":"M","n":"Couchbase\\UserAndMetadata::effectiveRoles","p":"Couchbase/UserAndMetadata.html#method_effectiveRoles","d":null},{"t":"M","n":"Couchbase\\UserAndMetadata::passwordChanged","p":"Couchbase/UserAndMetadata.html#method_passwordChanged","d":null},{"t":"M","n":"Couchbase\\UserAndMetadata::externalGroups","p":"Couchbase/UserAndMetadata.html#method_externalGroups","d":null},{"t":"M","n":"Couchbase\\UserManager::getUser","p":"Couchbase/UserManager.html#method_getUser","d":null},{"t":"M","n":"Couchbase\\UserManager::getAllUsers","p":"Couchbase/UserManager.html#method_getAllUsers","d":null},{"t":"M","n":"Couchbase\\UserManager::upsertUser","p":"Couchbase/UserManager.html#method_upsertUser","d":null},{"t":"M","n":"Couchbase\\UserManager::dropUser","p":"Couchbase/UserManager.html#method_dropUser","d":null},{"t":"M","n":"Couchbase\\UserManager::getRoles","p":"Couchbase/UserManager.html#method_getRoles","d":null},{"t":"M","n":"Couchbase\\UserManager::getGroup","p":"Couchbase/UserManager.html#method_getGroup","d":null},{"t":"M","n":"Couchbase\\UserManager::getAllGroups","p":"Couchbase/UserManager.html#method_getAllGroups","d":null},{"t":"M","n":"Couchbase\\UserManager::upsertGroup","p":"Couchbase/UserManager.html#method_upsertGroup","d":null},{"t":"M","n":"Couchbase\\UserManager::dropGroup","p":"Couchbase/UserManager.html#method_dropGroup","d":null},{"t":"M","n":"Couchbase\\UserSettings::fullName","p":"Couchbase/UserSettings.html#method_fullName","d":"

    Sets full name of the user (optional).

    "},{"t":"M","n":"Couchbase\\UserSettings::password","p":"Couchbase/UserSettings.html#method_password","d":"

    Sets password of the user.

    "},{"t":"M","n":"Couchbase\\UserSettings::role","p":"Couchbase/UserSettings.html#method_role","d":"

    Adds role to the list of the accessible roles of the user.

    "},{"t":"M","n":"Couchbase\\ValueRecorder::recordValue","p":"Couchbase/ValueRecorder.html#method_recordValue","d":"

    Records a new value.

    "},{"t":"M","n":"Couchbase\\View::name","p":"Couchbase/View.html#method_name","d":null},{"t":"M","n":"Couchbase\\View::map","p":"Couchbase/View.html#method_map","d":null},{"t":"M","n":"Couchbase\\View::reduce","p":"Couchbase/View.html#method_reduce","d":null},{"t":"M","n":"Couchbase\\View::setName","p":"Couchbase/View.html#method_setName","d":null},{"t":"M","n":"Couchbase\\View::setMap","p":"Couchbase/View.html#method_setMap","d":null},{"t":"M","n":"Couchbase\\View::setReduce","p":"Couchbase/View.html#method_setReduce","d":null},{"t":"M","n":"Couchbase\\ViewIndexManager::getAllDesignDocuments","p":"Couchbase/ViewIndexManager.html#method_getAllDesignDocuments","d":null},{"t":"M","n":"Couchbase\\ViewIndexManager::getDesignDocument","p":"Couchbase/ViewIndexManager.html#method_getDesignDocument","d":null},{"t":"M","n":"Couchbase\\ViewIndexManager::dropDesignDocument","p":"Couchbase/ViewIndexManager.html#method_dropDesignDocument","d":null},{"t":"M","n":"Couchbase\\ViewIndexManager::upsertDesignDocument","p":"Couchbase/ViewIndexManager.html#method_upsertDesignDocument","d":null},{"t":"M","n":"Couchbase\\ViewMetaData::totalRows","p":"Couchbase/ViewMetaData.html#method_totalRows","d":"

    Returns the total number of rows returned by this view query

    "},{"t":"M","n":"Couchbase\\ViewMetaData::debug","p":"Couchbase/ViewMetaData.html#method_debug","d":"

    Returns debug information for this view query if enabled

    "},{"t":"M","n":"Couchbase\\ViewOptions::timeout","p":"Couchbase/ViewOptions.html#method_timeout","d":null},{"t":"M","n":"Couchbase\\ViewOptions::includeDocuments","p":"Couchbase/ViewOptions.html#method_includeDocuments","d":null},{"t":"M","n":"Couchbase\\ViewOptions::key","p":"Couchbase/ViewOptions.html#method_key","d":null},{"t":"M","n":"Couchbase\\ViewOptions::keys","p":"Couchbase/ViewOptions.html#method_keys","d":null},{"t":"M","n":"Couchbase\\ViewOptions::limit","p":"Couchbase/ViewOptions.html#method_limit","d":null},{"t":"M","n":"Couchbase\\ViewOptions::skip","p":"Couchbase/ViewOptions.html#method_skip","d":null},{"t":"M","n":"Couchbase\\ViewOptions::scanConsistency","p":"Couchbase/ViewOptions.html#method_scanConsistency","d":null},{"t":"M","n":"Couchbase\\ViewOptions::order","p":"Couchbase/ViewOptions.html#method_order","d":null},{"t":"M","n":"Couchbase\\ViewOptions::reduce","p":"Couchbase/ViewOptions.html#method_reduce","d":null},{"t":"M","n":"Couchbase\\ViewOptions::group","p":"Couchbase/ViewOptions.html#method_group","d":null},{"t":"M","n":"Couchbase\\ViewOptions::groupLevel","p":"Couchbase/ViewOptions.html#method_groupLevel","d":null},{"t":"M","n":"Couchbase\\ViewOptions::range","p":"Couchbase/ViewOptions.html#method_range","d":null},{"t":"M","n":"Couchbase\\ViewOptions::idRange","p":"Couchbase/ViewOptions.html#method_idRange","d":null},{"t":"M","n":"Couchbase\\ViewOptions::raw","p":"Couchbase/ViewOptions.html#method_raw","d":null},{"t":"M","n":"Couchbase\\ViewQuery::from","p":"Couchbase/ViewQuery.html#method_from","d":"

    Creates a new Couchbase ViewQuery instance for performing a view query.

    "},{"t":"M","n":"Couchbase\\ViewQuery::fromSpatial","p":"Couchbase/ViewQuery.html#method_fromSpatial","d":"

    Creates a new Couchbase ViewQuery instance for performing a spatial query.

    "},{"t":"M","n":"Couchbase\\ViewQuery::encode","p":"Couchbase/ViewQuery.html#method_encode","d":"

    Returns associative array, representing the View query.

    "},{"t":"M","n":"Couchbase\\ViewQuery::limit","p":"Couchbase/ViewQuery.html#method_limit","d":"

    Limits the result set to a specified number rows.

    "},{"t":"M","n":"Couchbase\\ViewQuery::skip","p":"Couchbase/ViewQuery.html#method_skip","d":"

    Skips a number o records rom the beginning of the result set

    "},{"t":"M","n":"Couchbase\\ViewQuery::consistency","p":"Couchbase/ViewQuery.html#method_consistency","d":"

    Specifies the mode of updating to perorm before and after executing the query

    "},{"t":"M","n":"Couchbase\\ViewQuery::order","p":"Couchbase/ViewQuery.html#method_order","d":"

    Orders the results by key as specified

    "},{"t":"M","n":"Couchbase\\ViewQuery::reduce","p":"Couchbase/ViewQuery.html#method_reduce","d":"

    Specifies whether the reduction function should be applied to results of the query.

    "},{"t":"M","n":"Couchbase\\ViewQuery::group","p":"Couchbase/ViewQuery.html#method_group","d":"

    Group the results using the reduce function to a group or single row.

    "},{"t":"M","n":"Couchbase\\ViewQuery::groupLevel","p":"Couchbase/ViewQuery.html#method_groupLevel","d":"

    Specify the group level to be used.

    "},{"t":"M","n":"Couchbase\\ViewQuery::key","p":"Couchbase/ViewQuery.html#method_key","d":"

    Restict results of the query to the specified key

    "},{"t":"M","n":"Couchbase\\ViewQuery::keys","p":"Couchbase/ViewQuery.html#method_keys","d":"

    Restict results of the query to the specified set of keys

    "},{"t":"M","n":"Couchbase\\ViewQuery::range","p":"Couchbase/ViewQuery.html#method_range","d":"

    Specifies a range of the keys to return from the index.

    "},{"t":"M","n":"Couchbase\\ViewQuery::idRange","p":"Couchbase/ViewQuery.html#method_idRange","d":"

    Specifies start and end document IDs in addition to range limits.

    "},{"t":"M","n":"Couchbase\\ViewQuery::custom","p":"Couchbase/ViewQuery.html#method_custom","d":"

    Specifies custom options to pass to the server.

    "},{"t":"M","n":"Couchbase\\ViewQueryEncodable::encode","p":"Couchbase/ViewQueryEncodable.html#method_encode","d":"

    Returns associative array, representing the View query.

    "},{"t":"M","n":"Couchbase\\ViewResult::metaData","p":"Couchbase/ViewResult.html#method_metaData","d":"

    Returns metadata generated during query execution

    "},{"t":"M","n":"Couchbase\\ViewResult::rows","p":"Couchbase/ViewResult.html#method_rows","d":"

    Returns any rows returned by the query

    "},{"t":"M","n":"Couchbase\\ViewRow::id","p":"Couchbase/ViewRow.html#method_id","d":"

    Returns the id of the row

    "},{"t":"M","n":"Couchbase\\ViewRow::key","p":"Couchbase/ViewRow.html#method_key","d":"

    Returns the key of the document

    "},{"t":"M","n":"Couchbase\\ViewRow::value","p":"Couchbase/ViewRow.html#method_value","d":"

    Returns the value of the row

    "},{"t":"M","n":"Couchbase\\ViewRow::document","p":"Couchbase/ViewRow.html#method_document","d":"

    Returns the corresponding document for the row, if enabled

    "},{"t":"M","n":"Couchbase\\WatchQueryIndexesOptions::watchPrimary","p":"Couchbase/WatchQueryIndexesOptions.html#method_watchPrimary","d":null},{"t":"M","n":"Couchbase\\WildcardSearchQuery::jsonSerialize","p":"Couchbase/WildcardSearchQuery.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Couchbase\\WildcardSearchQuery::__construct","p":"Couchbase/WildcardSearchQuery.html#method___construct","d":null},{"t":"M","n":"Couchbase\\WildcardSearchQuery::boost","p":"Couchbase/WildcardSearchQuery.html#method_boost","d":""},{"t":"M","n":"Couchbase\\WildcardSearchQuery::field","p":"Couchbase/WildcardSearchQuery.html#method_field","d":""},{"t":"M","n":"Countable::count","p":"Countable.html#method_count","d":"

    Count elements of an object

    "},{"t":"M","n":"Crypto\\Base64::encode","p":"Crypto/Base64.html#method_encode","d":"

    Encodes string $data to base64 encoding

    "},{"t":"M","n":"Crypto\\Base64::decode","p":"Crypto/Base64.html#method_decode","d":"

    Decodes base64 string $data to raw encoding

    "},{"t":"M","n":"Crypto\\Base64::__construct","p":"Crypto/Base64.html#method___construct","d":"

    Base64 constructor

    "},{"t":"M","n":"Crypto\\Base64::encodeUpdate","p":"Crypto/Base64.html#method_encodeUpdate","d":"

    Encodes block of characters from $data and saves the reminder of the last block\nto the encoding context

    "},{"t":"M","n":"Crypto\\Base64::encodeFinish","p":"Crypto/Base64.html#method_encodeFinish","d":"

    Encodes characters that left in the encoding context

    "},{"t":"M","n":"Crypto\\Base64::decodeUpdate","p":"Crypto/Base64.html#method_decodeUpdate","d":"

    Decodes block of characters from $data and saves the reminder of the last block\nto the encoding context

    "},{"t":"M","n":"Crypto\\Base64::decodeFinish","p":"Crypto/Base64.html#method_decodeFinish","d":"

    Decodes characters that left in the encoding context

    "},{"t":"M","n":"Crypto\\Cipher::getAlgorithms","p":"Crypto/Cipher.html#method_getAlgorithms","d":"

    Returns cipher algorithms

    "},{"t":"M","n":"Crypto\\Cipher::hasAlgorithm","p":"Crypto/Cipher.html#method_hasAlgorithm","d":"

    Finds out whether algorithm exists

    "},{"t":"M","n":"Crypto\\Cipher::hasMode","p":"Crypto/Cipher.html#method_hasMode","d":"

    Finds out whether the cipher mode is defined in the used OpenSSL library

    "},{"t":"M","n":"Crypto\\Cipher::__callStatic","p":"Crypto/Cipher.html#method___callStatic","d":"

    Cipher magic method for calling static methods

    "},{"t":"M","n":"Crypto\\Cipher::__construct","p":"Crypto/Cipher.html#method___construct","d":"

    Cipher constructor

    "},{"t":"M","n":"Crypto\\Cipher::getAlgorithmName","p":"Crypto/Cipher.html#method_getAlgorithmName","d":"

    Returns cipher algorithm string

    "},{"t":"M","n":"Crypto\\Cipher::encryptInit","p":"Crypto/Cipher.html#method_encryptInit","d":"

    Initializes cipher encryption

    "},{"t":"M","n":"Crypto\\Cipher::encryptUpdate","p":"Crypto/Cipher.html#method_encryptUpdate","d":"

    Updates cipher encryption

    "},{"t":"M","n":"Crypto\\Cipher::encryptFinish","p":"Crypto/Cipher.html#method_encryptFinish","d":"

    Finalizes cipher encryption

    "},{"t":"M","n":"Crypto\\Cipher::encrypt","p":"Crypto/Cipher.html#method_encrypt","d":"

    Encrypts text to ciphertext

    "},{"t":"M","n":"Crypto\\Cipher::decryptInit","p":"Crypto/Cipher.html#method_decryptInit","d":"

    Initializes cipher decryption

    "},{"t":"M","n":"Crypto\\Cipher::decryptUpdate","p":"Crypto/Cipher.html#method_decryptUpdate","d":"

    Updates cipher decryption

    "},{"t":"M","n":"Crypto\\Cipher::decryptFinish","p":"Crypto/Cipher.html#method_decryptFinish","d":"

    Finalizes cipher decryption

    "},{"t":"M","n":"Crypto\\Cipher::decrypt","p":"Crypto/Cipher.html#method_decrypt","d":"

    Decrypts ciphertext to decrypted text

    "},{"t":"M","n":"Crypto\\Cipher::getBlockSize","p":"Crypto/Cipher.html#method_getBlockSize","d":"

    Returns cipher block size

    "},{"t":"M","n":"Crypto\\Cipher::getKeyLength","p":"Crypto/Cipher.html#method_getKeyLength","d":"

    Returns cipher key length

    "},{"t":"M","n":"Crypto\\Cipher::getIVLength","p":"Crypto/Cipher.html#method_getIVLength","d":"

    Returns cipher IV length

    "},{"t":"M","n":"Crypto\\Cipher::getMode","p":"Crypto/Cipher.html#method_getMode","d":"

    Returns cipher mode

    "},{"t":"M","n":"Crypto\\Cipher::getTag","p":"Crypto/Cipher.html#method_getTag","d":"

    Returns authentication tag

    "},{"t":"M","n":"Crypto\\Cipher::setTag","p":"Crypto/Cipher.html#method_setTag","d":"

    Sets authentication tag

    "},{"t":"M","n":"Crypto\\Cipher::setTagLength","p":"Crypto/Cipher.html#method_setTagLength","d":"

    Set authentication tag length

    "},{"t":"M","n":"Crypto\\Cipher::setAAD","p":"Crypto/Cipher.html#method_setAAD","d":"

    Sets additional application data for authenticated encryption

    "},{"t":"M","n":"Crypto\\Hash::getAlgorithms","p":"Crypto/Hash.html#method_getAlgorithms","d":"

    Returns hash algorithms

    "},{"t":"M","n":"Crypto\\Hash::hasAlgorithm","p":"Crypto/Hash.html#method_hasAlgorithm","d":"

    Finds out whether algorithm exists

    "},{"t":"M","n":"Crypto\\Hash::__callStatic","p":"Crypto/Hash.html#method___callStatic","d":"

    Hash magic method for calling static methods

    "},{"t":"M","n":"Crypto\\Hash::__construct","p":"Crypto/Hash.html#method___construct","d":"

    Hash constructor

    "},{"t":"M","n":"Crypto\\Hash::getAlgorithmName","p":"Crypto/Hash.html#method_getAlgorithmName","d":"

    Returns hash algorithm string

    "},{"t":"M","n":"Crypto\\Hash::update","p":"Crypto/Hash.html#method_update","d":"

    Updates hash

    "},{"t":"M","n":"Crypto\\Hash::digest","p":"Crypto/Hash.html#method_digest","d":"

    Return hash digest in raw foramt

    "},{"t":"M","n":"Crypto\\Hash::hexdigest","p":"Crypto/Hash.html#method_hexdigest","d":"

    Return hash digest in hex format

    "},{"t":"M","n":"Crypto\\Hash::getBlockSize","p":"Crypto/Hash.html#method_getBlockSize","d":"

    Returns hash block size

    "},{"t":"M","n":"Crypto\\Hash::getSize","p":"Crypto/Hash.html#method_getSize","d":"

    Returns hash size

    "},{"t":"M","n":"Crypto\\KDF::__construct","p":"Crypto/KDF.html#method___construct","d":"

    KDF constructor

    "},{"t":"M","n":"Crypto\\KDF::getLength","p":"Crypto/KDF.html#method_getLength","d":"

    Get key length

    "},{"t":"M","n":"Crypto\\KDF::setLength","p":"Crypto/KDF.html#method_setLength","d":"

    Set key length

    "},{"t":"M","n":"Crypto\\KDF::getSalt","p":"Crypto/KDF.html#method_getSalt","d":"

    Get salt

    "},{"t":"M","n":"Crypto\\KDF::setSalt","p":"Crypto/KDF.html#method_setSalt","d":"

    Set salt

    "},{"t":"M","n":"Crypto\\MAC::__construct","p":"Crypto/MAC.html#method___construct","d":"

    Create a MAC (used by MAC subclasses - HMAC and CMAC)

    "},{"t":"M","n":"Crypto\\PBKDF2::__construct","p":"Crypto/PBKDF2.html#method___construct","d":"

    KDF constructor

    "},{"t":"M","n":"Crypto\\PBKDF2::derive","p":"Crypto/PBKDF2.html#method_derive","d":"

    Deriver hash for password

    "},{"t":"M","n":"Crypto\\PBKDF2::getIterations","p":"Crypto/PBKDF2.html#method_getIterations","d":"

    Get iterations

    "},{"t":"M","n":"Crypto\\PBKDF2::setIterations","p":"Crypto/PBKDF2.html#method_setIterations","d":"

    Set iterations

    "},{"t":"M","n":"Crypto\\PBKDF2::getHashAlgorithm","p":"Crypto/PBKDF2.html#method_getHashAlgorithm","d":"

    Get hash algorithm

    "},{"t":"M","n":"Crypto\\PBKDF2::setHashAlgorithm","p":"Crypto/PBKDF2.html#method_setHashAlgorithm","d":"

    Set hash algorithm

    "},{"t":"M","n":"Crypto\\Rand::generate","p":"Crypto/Rand.html#method_generate","d":"

    Generates pseudo random bytes

    "},{"t":"M","n":"Crypto\\Rand::seed","p":"Crypto/Rand.html#method_seed","d":"

    Mixes bytes in $buf into PRNG state

    "},{"t":"M","n":"Crypto\\Rand::cleanup","p":"Crypto/Rand.html#method_cleanup","d":"

    Cleans up PRNG state

    "},{"t":"M","n":"Crypto\\Rand::loadFile","p":"Crypto/Rand.html#method_loadFile","d":"

    Reads a number of bytes from file $filename and adds them to the PRNG. If\nmax_bytes is non-negative, up to to max_bytes are read; if $max_bytes is\nnegative, the complete file is read

    "},{"t":"M","n":"Crypto\\Rand::writeFile","p":"Crypto/Rand.html#method_writeFile","d":"

    Writes a number of random bytes (currently 1024) to file $filename which can be\nused to initializethe PRNG by calling Crypto\\Rand::loadFile() in a later session

    "},{"t":"M","n":"DOMAttr::isId","p":"DOMAttr.html#method_isId","d":"

    Checks if attribute is a defined ID

    "},{"t":"M","n":"DOMAttr::__construct","p":"DOMAttr.html#method___construct","d":"

    Creates a new {DOMAttr} object

    "},{"t":"M","n":"DOMCdataSection::__construct","p":"DOMCdataSection.html#method___construct","d":"

    The value of the CDATA node. If not supplied, an empty CDATA node is created.

    "},{"t":"M","n":"DOMCharacterData::substringData","p":"DOMCharacterData.html#method_substringData","d":"

    Extracts a range of data from the node

    "},{"t":"M","n":"DOMCharacterData::appendData","p":"DOMCharacterData.html#method_appendData","d":"

    Append the string to the end of the character data of the node

    "},{"t":"M","n":"DOMCharacterData::insertData","p":"DOMCharacterData.html#method_insertData","d":"

    Insert a string at the specified 16-bit unit offset

    "},{"t":"M","n":"DOMCharacterData::deleteData","p":"DOMCharacterData.html#method_deleteData","d":"

    Remove a range of characters from the node

    "},{"t":"M","n":"DOMCharacterData::replaceData","p":"DOMCharacterData.html#method_replaceData","d":"

    Replace a substring within the DOMCharacterData node

    "},{"t":"M","n":"DOMCharacterData::remove","p":"DOMCharacterData.html#method_remove","d":"

    Acts as a simpler version of {DOMNode::removeChild()}.

    "},{"t":"M","n":"DOMCharacterData::before","p":"DOMCharacterData.html#method_before","d":"

    Add passed node(s) before the current node

    "},{"t":"M","n":"DOMCharacterData::after","p":"DOMCharacterData.html#method_after","d":"

    Add passed node(s) after the current node

    "},{"t":"M","n":"DOMCharacterData::replaceWith","p":"DOMCharacterData.html#method_replaceWith","d":"

    Replace current node with new node(s), a combination\nof {DOMChildNode::remove()} + {DOMChildNode::append()}.

    "},{"t":"M","n":"DOMChildNode::remove","p":"DOMChildNode.html#method_remove","d":"

    Acts as a simpler version of {DOMNode::removeChild()}.

    "},{"t":"M","n":"DOMChildNode::before","p":"DOMChildNode.html#method_before","d":"

    Add passed node(s) before the current node

    "},{"t":"M","n":"DOMChildNode::after","p":"DOMChildNode.html#method_after","d":"

    Add passed node(s) after the current node

    "},{"t":"M","n":"DOMChildNode::replaceWith","p":"DOMChildNode.html#method_replaceWith","d":"

    Replace current node with new node(s), a combination\nof {DOMChildNode::remove()} + {DOMChildNode::append()}.

    "},{"t":"M","n":"DOMComment::__construct","p":"DOMComment.html#method___construct","d":"

    Creates a new DOMComment object

    "},{"t":"M","n":"DOMConfiguration::setParameter","p":"DOMConfiguration.html#method_setParameter","d":""},{"t":"M","n":"DOMConfiguration::getParameter","p":"DOMConfiguration.html#method_getParameter","d":""},{"t":"M","n":"DOMConfiguration::canSetParameter","p":"DOMConfiguration.html#method_canSetParameter","d":""},{"t":"M","n":"DOMDocument::createElement","p":"DOMDocument.html#method_createElement","d":"

    Create new element node

    "},{"t":"M","n":"DOMDocument::createDocumentFragment","p":"DOMDocument.html#method_createDocumentFragment","d":"

    Create new document fragment

    "},{"t":"M","n":"DOMDocument::createTextNode","p":"DOMDocument.html#method_createTextNode","d":"

    Create new text node

    "},{"t":"M","n":"DOMDocument::createComment","p":"DOMDocument.html#method_createComment","d":"

    Create new comment node

    "},{"t":"M","n":"DOMDocument::createCDATASection","p":"DOMDocument.html#method_createCDATASection","d":"

    Create new cdata node

    "},{"t":"M","n":"DOMDocument::createProcessingInstruction","p":"DOMDocument.html#method_createProcessingInstruction","d":"

    Creates new PI node

    "},{"t":"M","n":"DOMDocument::createAttribute","p":"DOMDocument.html#method_createAttribute","d":"

    Create new attribute

    "},{"t":"M","n":"DOMDocument::createEntityReference","p":"DOMDocument.html#method_createEntityReference","d":"

    Create new entity reference node

    "},{"t":"M","n":"DOMDocument::getElementsByTagName","p":"DOMDocument.html#method_getElementsByTagName","d":"

    Searches for all elements with given tag name

    "},{"t":"M","n":"DOMDocument::importNode","p":"DOMDocument.html#method_importNode","d":"

    Import node into current document

    "},{"t":"M","n":"DOMDocument::createElementNS","p":"DOMDocument.html#method_createElementNS","d":"

    Create new element node with an associated namespace

    "},{"t":"M","n":"DOMDocument::createAttributeNS","p":"DOMDocument.html#method_createAttributeNS","d":"

    Create new attribute node with an associated namespace

    "},{"t":"M","n":"DOMDocument::getElementsByTagNameNS","p":"DOMDocument.html#method_getElementsByTagNameNS","d":"

    Searches for all elements with given tag name in specified namespace

    "},{"t":"M","n":"DOMDocument::getElementById","p":"DOMDocument.html#method_getElementById","d":"

    Searches for an element with a certain id

    "},{"t":"M","n":"DOMDocument::adoptNode","p":"DOMDocument.html#method_adoptNode","d":null},{"t":"M","n":"DOMDocument::append","p":"DOMDocument.html#method_append","d":"

    Appends one or many nodes to the list of children behind the last\nchild node.

    "},{"t":"M","n":"DOMDocument::prepend","p":"DOMDocument.html#method_prepend","d":"

    Prepends one or many nodes to the list of children before the first\nchild node.

    "},{"t":"M","n":"DOMDocument::replaceChildren","p":"DOMDocument.html#method_replaceChildren","d":""},{"t":"M","n":"DOMDocument::normalizeDocument","p":"DOMDocument.html#method_normalizeDocument","d":"

    Normalizes the document

    "},{"t":"M","n":"DOMDocument::renameNode","p":"DOMDocument.html#method_renameNode","d":""},{"t":"M","n":"DOMDocument::load","p":"DOMDocument.html#method_load","d":"

    Load XML from a file

    "},{"t":"M","n":"DOMDocument::save","p":"DOMDocument.html#method_save","d":"

    Dumps the internal XML tree back into a file

    "},{"t":"M","n":"DOMDocument::loadXML","p":"DOMDocument.html#method_loadXML","d":"

    Load XML from a string

    "},{"t":"M","n":"DOMDocument::saveXML","p":"DOMDocument.html#method_saveXML","d":"

    Dumps the internal XML tree back into a string

    "},{"t":"M","n":"DOMDocument::__construct","p":"DOMDocument.html#method___construct","d":"

    Creates a new DOMDocument object

    "},{"t":"M","n":"DOMDocument::validate","p":"DOMDocument.html#method_validate","d":"

    Validates the document based on its DTD

    "},{"t":"M","n":"DOMDocument::xinclude","p":"DOMDocument.html#method_xinclude","d":"

    Substitutes XIncludes in a DOMDocument Object

    "},{"t":"M","n":"DOMDocument::loadHTML","p":"DOMDocument.html#method_loadHTML","d":"

    Load HTML from a string

    "},{"t":"M","n":"DOMDocument::loadHTMLFile","p":"DOMDocument.html#method_loadHTMLFile","d":"

    Load HTML from a file

    "},{"t":"M","n":"DOMDocument::saveHTML","p":"DOMDocument.html#method_saveHTML","d":"

    Dumps the internal document into a string using HTML formatting

    "},{"t":"M","n":"DOMDocument::saveHTMLFile","p":"DOMDocument.html#method_saveHTMLFile","d":"

    Dumps the internal document into a file using HTML formatting

    "},{"t":"M","n":"DOMDocument::schemaValidate","p":"DOMDocument.html#method_schemaValidate","d":"

    Validates a document based on a schema

    "},{"t":"M","n":"DOMDocument::schemaValidateSource","p":"DOMDocument.html#method_schemaValidateSource","d":"

    Validates a document based on a schema

    "},{"t":"M","n":"DOMDocument::relaxNGValidate","p":"DOMDocument.html#method_relaxNGValidate","d":"

    Performs relaxNG validation on the document

    "},{"t":"M","n":"DOMDocument::relaxNGValidateSource","p":"DOMDocument.html#method_relaxNGValidateSource","d":"

    Performs relaxNG validation on the document

    "},{"t":"M","n":"DOMDocument::registerNodeClass","p":"DOMDocument.html#method_registerNodeClass","d":"

    Register extended class used to create base node type

    "},{"t":"M","n":"DOMDocumentFragment::__construct","p":"DOMDocumentFragment.html#method___construct","d":null},{"t":"M","n":"DOMDocumentFragment::appendXML","p":"DOMDocumentFragment.html#method_appendXML","d":"

    Append raw XML data

    "},{"t":"M","n":"DOMDocumentFragment::append","p":"DOMDocumentFragment.html#method_append","d":"

    Appends one or many nodes to the list of children behind the last\nchild node.

    "},{"t":"M","n":"DOMDocumentFragment::prepend","p":"DOMDocumentFragment.html#method_prepend","d":"

    Prepends one or many nodes to the list of children before the first\nchild node.

    "},{"t":"M","n":"DOMDocumentFragment::replaceChildren","p":"DOMDocumentFragment.html#method_replaceChildren","d":""},{"t":"M","n":"DOMElement::getAttribute","p":"DOMElement.html#method_getAttribute","d":"

    Returns value of attribute

    "},{"t":"M","n":"DOMElement::setAttribute","p":"DOMElement.html#method_setAttribute","d":"

    Adds new attribute

    "},{"t":"M","n":"DOMElement::removeAttribute","p":"DOMElement.html#method_removeAttribute","d":"

    Removes attribute

    "},{"t":"M","n":"DOMElement::getAttributeNode","p":"DOMElement.html#method_getAttributeNode","d":"

    Returns attribute node

    "},{"t":"M","n":"DOMElement::setAttributeNode","p":"DOMElement.html#method_setAttributeNode","d":"

    Adds new attribute node to element

    "},{"t":"M","n":"DOMElement::removeAttributeNode","p":"DOMElement.html#method_removeAttributeNode","d":"

    Removes attribute

    "},{"t":"M","n":"DOMElement::getElementsByTagName","p":"DOMElement.html#method_getElementsByTagName","d":"

    Gets elements by tagname

    "},{"t":"M","n":"DOMElement::getAttributeNS","p":"DOMElement.html#method_getAttributeNS","d":"

    Returns value of attribute

    "},{"t":"M","n":"DOMElement::setAttributeNS","p":"DOMElement.html#method_setAttributeNS","d":"

    Adds new attribute

    "},{"t":"M","n":"DOMElement::removeAttributeNS","p":"DOMElement.html#method_removeAttributeNS","d":"

    Removes attribute

    "},{"t":"M","n":"DOMElement::getAttributeNodeNS","p":"DOMElement.html#method_getAttributeNodeNS","d":"

    Returns attribute node

    "},{"t":"M","n":"DOMElement::setAttributeNodeNS","p":"DOMElement.html#method_setAttributeNodeNS","d":"

    Adds new attribute node to element

    "},{"t":"M","n":"DOMElement::getElementsByTagNameNS","p":"DOMElement.html#method_getElementsByTagNameNS","d":"

    Get elements by namespaceURI and localName

    "},{"t":"M","n":"DOMElement::hasAttribute","p":"DOMElement.html#method_hasAttribute","d":"

    Checks to see if attribute exists

    "},{"t":"M","n":"DOMElement::hasAttributeNS","p":"DOMElement.html#method_hasAttributeNS","d":"

    Checks to see if attribute exists

    "},{"t":"M","n":"DOMElement::setIdAttribute","p":"DOMElement.html#method_setIdAttribute","d":"

    Declares the attribute specified by name to be of type ID

    "},{"t":"M","n":"DOMElement::setIdAttributeNS","p":"DOMElement.html#method_setIdAttributeNS","d":"

    Declares the attribute specified by local name and namespace URI to be of type ID

    "},{"t":"M","n":"DOMElement::setIdAttributeNode","p":"DOMElement.html#method_setIdAttributeNode","d":"

    Declares the attribute specified by node to be of type ID

    "},{"t":"M","n":"DOMElement::remove","p":"DOMElement.html#method_remove","d":"

    Acts as a simpler version of {DOMNode::removeChild()}.

    "},{"t":"M","n":"DOMElement::before","p":"DOMElement.html#method_before","d":"

    Add passed node(s) before the current node

    "},{"t":"M","n":"DOMElement::after","p":"DOMElement.html#method_after","d":"

    Add passed node(s) after the current node

    "},{"t":"M","n":"DOMElement::replaceWith","p":"DOMElement.html#method_replaceWith","d":"

    Replace current node with new node(s), a combination\nof {DOMChildNode::remove()} + {DOMChildNode::append()}.

    "},{"t":"M","n":"DOMElement::append","p":"DOMElement.html#method_append","d":"

    Appends one or many nodes to the list of children behind the last\nchild node.

    "},{"t":"M","n":"DOMElement::prepend","p":"DOMElement.html#method_prepend","d":"

    Prepends one or many nodes to the list of children before the first\nchild node.

    "},{"t":"M","n":"DOMElement::replaceChildren","p":"DOMElement.html#method_replaceChildren","d":""},{"t":"M","n":"DOMElement::__construct","p":"DOMElement.html#method___construct","d":"

    Creates a new DOMElement object

    "},{"t":"M","n":"DOMElement::getAttributeNames","p":"DOMElement.html#method_getAttributeNames","d":""},{"t":"M","n":"DOMElement::toggleAttribute","p":"DOMElement.html#method_toggleAttribute","d":""},{"t":"M","n":"DOMElement::insertAdjacentElement","p":"DOMElement.html#method_insertAdjacentElement","d":""},{"t":"M","n":"DOMElement::insertAdjacentText","p":"DOMElement.html#method_insertAdjacentText","d":""},{"t":"M","n":"DOMEntityReference::__construct","p":"DOMEntityReference.html#method___construct","d":"

    Creates a new DOMEntityReference object

    "},{"t":"M","n":"DOMErrorHandler::handleError","p":"DOMErrorHandler.html#method_handleError","d":""},{"t":"M","n":"DOMImplementation::getFeature","p":"DOMImplementation.html#method_getFeature","d":""},{"t":"M","n":"DOMImplementation::hasFeature","p":"DOMImplementation.html#method_hasFeature","d":"

    Test if the DOM implementation implements a specific feature

    "},{"t":"M","n":"DOMImplementation::createDocumentType","p":"DOMImplementation.html#method_createDocumentType","d":"

    Creates an empty DOMDocumentType object

    "},{"t":"M","n":"DOMImplementation::createDocument","p":"DOMImplementation.html#method_createDocument","d":"

    Creates a DOMDocument object of the specified type with its document element

    "},{"t":"M","n":"DOMImplementationList::item","p":"DOMImplementationList.html#method_item","d":""},{"t":"M","n":"DOMImplementationSource::getDomimplementation","p":"DOMImplementationSource.html#method_getDomimplementation","d":""},{"t":"M","n":"DOMImplementationSource::getDomimplementations","p":"DOMImplementationSource.html#method_getDomimplementations","d":""},{"t":"M","n":"DOMNameList::getName","p":"DOMNameList.html#method_getName","d":""},{"t":"M","n":"DOMNameList::getNamespaceURI","p":"DOMNameList.html#method_getNamespaceURI","d":""},{"t":"M","n":"DOMNameSpaceNode::__sleep","p":"DOMNameSpaceNode.html#method___sleep","d":""},{"t":"M","n":"DOMNameSpaceNode::__wakeup","p":"DOMNameSpaceNode.html#method___wakeup","d":""},{"t":"M","n":"DOMNamedNodeMap::getNamedItem","p":"DOMNamedNodeMap.html#method_getNamedItem","d":"

    Retrieves a node specified by name

    "},{"t":"M","n":"DOMNamedNodeMap::setNamedItem","p":"DOMNamedNodeMap.html#method_setNamedItem","d":""},{"t":"M","n":"DOMNamedNodeMap::removeNamedItem","p":"DOMNamedNodeMap.html#method_removeNamedItem","d":""},{"t":"M","n":"DOMNamedNodeMap::item","p":"DOMNamedNodeMap.html#method_item","d":"

    Retrieves a node specified by index

    "},{"t":"M","n":"DOMNamedNodeMap::getNamedItemNS","p":"DOMNamedNodeMap.html#method_getNamedItemNS","d":"

    Retrieves a node specified by local name and namespace URI

    "},{"t":"M","n":"DOMNamedNodeMap::setNamedItemNS","p":"DOMNamedNodeMap.html#method_setNamedItemNS","d":""},{"t":"M","n":"DOMNamedNodeMap::removeNamedItemNS","p":"DOMNamedNodeMap.html#method_removeNamedItemNS","d":""},{"t":"M","n":"DOMNamedNodeMap::count","p":"DOMNamedNodeMap.html#method_count","d":""},{"t":"M","n":"DOMNamedNodeMap::getIterator","p":"DOMNamedNodeMap.html#method_getIterator","d":""},{"t":"M","n":"DOMNode::insertBefore","p":"DOMNode.html#method_insertBefore","d":"

    Adds a new child before a reference node

    "},{"t":"M","n":"DOMNode::replaceChild","p":"DOMNode.html#method_replaceChild","d":"

    Replaces a child

    "},{"t":"M","n":"DOMNode::removeChild","p":"DOMNode.html#method_removeChild","d":"

    Removes child from list of children

    "},{"t":"M","n":"DOMNode::appendChild","p":"DOMNode.html#method_appendChild","d":"

    Adds new child at the end of the children

    "},{"t":"M","n":"DOMNode::hasChildNodes","p":"DOMNode.html#method_hasChildNodes","d":"

    Checks if node has children

    "},{"t":"M","n":"DOMNode::cloneNode","p":"DOMNode.html#method_cloneNode","d":"

    Clones a node

    "},{"t":"M","n":"DOMNode::normalize","p":"DOMNode.html#method_normalize","d":"

    Normalizes the node

    "},{"t":"M","n":"DOMNode::isSupported","p":"DOMNode.html#method_isSupported","d":"

    Checks if feature is supported for specified version

    "},{"t":"M","n":"DOMNode::hasAttributes","p":"DOMNode.html#method_hasAttributes","d":"

    Checks if node has attributes

    "},{"t":"M","n":"DOMNode::compareDocumentPosition","p":"DOMNode.html#method_compareDocumentPosition","d":""},{"t":"M","n":"DOMNode::isSameNode","p":"DOMNode.html#method_isSameNode","d":"

    Indicates if two nodes are the same node

    "},{"t":"M","n":"DOMNode::lookupPrefix","p":"DOMNode.html#method_lookupPrefix","d":"

    Gets the namespace prefix of the node based on the namespace URI

    "},{"t":"M","n":"DOMNode::isDefaultNamespace","p":"DOMNode.html#method_isDefaultNamespace","d":"

    Checks if the specified namespaceURI is the default namespace or not

    "},{"t":"M","n":"DOMNode::lookupNamespaceURI","p":"DOMNode.html#method_lookupNamespaceURI","d":"

    Gets the namespace URI of the node based on the prefix

    "},{"t":"M","n":"DOMNode::lookupNamespaceUri","p":"DOMNode.html#method_lookupNamespaceUri","d":"

    Gets the namespace URI of the node based on the prefix

    "},{"t":"M","n":"DOMNode::isEqualNode","p":"DOMNode.html#method_isEqualNode","d":""},{"t":"M","n":"DOMNode::getFeature","p":"DOMNode.html#method_getFeature","d":""},{"t":"M","n":"DOMNode::setUserData","p":"DOMNode.html#method_setUserData","d":""},{"t":"M","n":"DOMNode::getUserData","p":"DOMNode.html#method_getUserData","d":""},{"t":"M","n":"DOMNode::getNodePath","p":"DOMNode.html#method_getNodePath","d":"

    Gets an XPath location path for the node

    "},{"t":"M","n":"DOMNode::getLineNo","p":"DOMNode.html#method_getLineNo","d":"

    Get line number for a node

    "},{"t":"M","n":"DOMNode::C14N","p":"DOMNode.html#method_C14N","d":"

    Canonicalize nodes to a string

    "},{"t":"M","n":"DOMNode::C14NFile","p":"DOMNode.html#method_C14NFile","d":"

    Canonicalize nodes to a file.

    "},{"t":"M","n":"DOMNode::contains","p":"DOMNode.html#method_contains","d":""},{"t":"M","n":"DOMNode::getRootNode","p":"DOMNode.html#method_getRootNode","d":""},{"t":"M","n":"DOMNode::__sleep","p":"DOMNode.html#method___sleep","d":""},{"t":"M","n":"DOMNode::__wakeup","p":"DOMNode.html#method___wakeup","d":""},{"t":"M","n":"DOMNodeList::item","p":"DOMNodeList.html#method_item","d":"

    Retrieves a node specified by index

    "},{"t":"M","n":"DOMNodeList::count","p":"DOMNodeList.html#method_count","d":""},{"t":"M","n":"DOMNodeList::getIterator","p":"DOMNodeList.html#method_getIterator","d":""},{"t":"M","n":"DOMParentNode::append","p":"DOMParentNode.html#method_append","d":"

    Appends one or many nodes to the list of children behind the last\nchild node.

    "},{"t":"M","n":"DOMParentNode::prepend","p":"DOMParentNode.html#method_prepend","d":"

    Prepends one or many nodes to the list of children before the first\nchild node.

    "},{"t":"M","n":"DOMParentNode::replaceChildren","p":"DOMParentNode.html#method_replaceChildren","d":""},{"t":"M","n":"DOMProcessingInstruction::__construct","p":"DOMProcessingInstruction.html#method___construct","d":"

    Creates a new DOMProcessingInstruction object

    "},{"t":"M","n":"DOMStringExtend::findOffset16","p":"DOMStringExtend.html#method_findOffset16","d":""},{"t":"M","n":"DOMStringExtend::findOffset32","p":"DOMStringExtend.html#method_findOffset32","d":""},{"t":"M","n":"DOMStringList::item","p":"DOMStringList.html#method_item","d":""},{"t":"M","n":"DOMText::splitText","p":"DOMText.html#method_splitText","d":"

    Breaks this node into two nodes at the specified offset

    "},{"t":"M","n":"DOMText::isWhitespaceInElementContent","p":"DOMText.html#method_isWhitespaceInElementContent","d":"

    Indicates whether this text node contains whitespace

    "},{"t":"M","n":"DOMText::isElementContentWhitespace","p":"DOMText.html#method_isElementContentWhitespace","d":null},{"t":"M","n":"DOMText::replaceWholeText","p":"DOMText.html#method_replaceWholeText","d":""},{"t":"M","n":"DOMText::__construct","p":"DOMText.html#method___construct","d":"

    Creates a new DOMText object

    "},{"t":"M","n":"DOMUserDataHandler::handle","p":"DOMUserDataHandler.html#method_handle","d":null},{"t":"M","n":"DOMXPath::__construct","p":"DOMXPath.html#method___construct","d":"

    Creates a new DOMXPath object

    "},{"t":"M","n":"DOMXPath::registerNamespace","p":"DOMXPath.html#method_registerNamespace","d":"

    Registers the namespace with the DOMXPath object

    "},{"t":"M","n":"DOMXPath::query","p":"DOMXPath.html#method_query","d":"

    Evaluates the given XPath expression

    "},{"t":"M","n":"DOMXPath::evaluate","p":"DOMXPath.html#method_evaluate","d":"

    Evaluates the given XPath expression and returns a typed result if possible.

    "},{"t":"M","n":"DOMXPath::registerPhpFunctions","p":"DOMXPath.html#method_registerPhpFunctions","d":"

    Register PHP functions as XPath functions

    "},{"t":"M","n":"DOMXPath::registerPhpFunctionNS","p":"DOMXPath.html#method_registerPhpFunctionNS","d":""},{"t":"M","n":"DOMXPath::quote","p":"DOMXPath.html#method_quote","d":""},{"t":"M","n":"DOTNET::__construct","p":"DOTNET.html#method___construct","d":"

    (PHP 4 >= 4.1.0, PHP 5, PHP 7)
    \nCOM class constructor.

    "},{"t":"M","n":"DOTNET::__get","p":"DOTNET.html#method___get","d":null},{"t":"M","n":"DOTNET::__set","p":"DOTNET.html#method___set","d":null},{"t":"M","n":"DOTNET::__call","p":"DOTNET.html#method___call","d":null},{"t":"M","n":"DateInterval::__construct","p":"DateInterval.html#method___construct","d":""},{"t":"M","n":"DateInterval::format","p":"DateInterval.html#method_format","d":"

    Formats the interval

    "},{"t":"M","n":"DateInterval::createFromDateString","p":"DateInterval.html#method_createFromDateString","d":"

    Sets up a DateInterval from the relative parts of the string

    "},{"t":"M","n":"DateInterval::__wakeup","p":"DateInterval.html#method___wakeup","d":null},{"t":"M","n":"DateInterval::__set_state","p":"DateInterval.html#method___set_state","d":null},{"t":"M","n":"DateInterval::__serialize","p":"DateInterval.html#method___serialize","d":null},{"t":"M","n":"DateInterval::__unserialize","p":"DateInterval.html#method___unserialize","d":null},{"t":"M","n":"DatePeriod::__construct","p":"DatePeriod.html#method___construct","d":""},{"t":"M","n":"DatePeriod::getDateInterval","p":"DatePeriod.html#method_getDateInterval","d":"

    Gets the interval

    "},{"t":"M","n":"DatePeriod::getEndDate","p":"DatePeriod.html#method_getEndDate","d":"

    Gets the end date

    "},{"t":"M","n":"DatePeriod::getStartDate","p":"DatePeriod.html#method_getStartDate","d":"

    Gets the start date

    "},{"t":"M","n":"DatePeriod::__set_state","p":"DatePeriod.html#method___set_state","d":null},{"t":"M","n":"DatePeriod::__wakeup","p":"DatePeriod.html#method___wakeup","d":null},{"t":"M","n":"DatePeriod::getRecurrences","p":"DatePeriod.html#method_getRecurrences","d":"

    Get the number of recurrences

    "},{"t":"M","n":"DatePeriod::getIterator","p":"DatePeriod.html#method_getIterator","d":""},{"t":"M","n":"DatePeriod::__serialize","p":"DatePeriod.html#method___serialize","d":null},{"t":"M","n":"DatePeriod::__unserialize","p":"DatePeriod.html#method___unserialize","d":null},{"t":"M","n":"DatePeriod::createFromISO8601String","p":"DatePeriod.html#method_createFromISO8601String","d":""},{"t":"M","n":"DateTime::__construct","p":"DateTime.html#method___construct","d":"

    (PHP 5 >=5.2.0)

    "},{"t":"M","n":"DateTime::__wakeup","p":"DateTime.html#method___wakeup","d":""},{"t":"M","n":"DateTime::format","p":"DateTime.html#method_format","d":"

    Returns date formatted according to given format.

    "},{"t":"M","n":"DateTime::modify","p":"DateTime.html#method_modify","d":"

    Alter the timestamp of a DateTime object by incrementing or decrementing\nin a format accepted by strtotime().

    "},{"t":"M","n":"DateTime::add","p":"DateTime.html#method_add","d":"

    Adds an amount of days, months, years, hours, minutes and seconds to a DateTime object

    "},{"t":"M","n":"DateTime::createFromImmutable","p":"DateTime.html#method_createFromImmutable","d":""},{"t":"M","n":"DateTime::sub","p":"DateTime.html#method_sub","d":"

    Subtracts an amount of days, months, years, hours, minutes and seconds from a DateTime object

    "},{"t":"M","n":"DateTime::getTimezone","p":"DateTime.html#method_getTimezone","d":"

    Get the TimeZone associated with the DateTime

    "},{"t":"M","n":"DateTime::setTimezone","p":"DateTime.html#method_setTimezone","d":"

    Set the TimeZone associated with the DateTime

    "},{"t":"M","n":"DateTime::getOffset","p":"DateTime.html#method_getOffset","d":"

    Returns the timezone offset

    "},{"t":"M","n":"DateTime::setTime","p":"DateTime.html#method_setTime","d":"

    Sets the current time of the DateTime object to a different time.

    "},{"t":"M","n":"DateTime::setDate","p":"DateTime.html#method_setDate","d":"

    Sets the current date of the DateTime object to a different date.

    "},{"t":"M","n":"DateTime::setISODate","p":"DateTime.html#method_setISODate","d":"

    Set a date according to the ISO 8601 standard - using weeks and day offsets rather than specific dates.

    "},{"t":"M","n":"DateTime::setTimestamp","p":"DateTime.html#method_setTimestamp","d":"

    Sets the date and time based on a Unix timestamp.

    "},{"t":"M","n":"DateTime::getTimestamp","p":"DateTime.html#method_getTimestamp","d":"

    Gets the Unix timestamp.

    "},{"t":"M","n":"DateTime::diff","p":"DateTime.html#method_diff","d":"

    Returns the difference between two DateTime objects represented as a DateInterval.

    "},{"t":"M","n":"DateTime::createFromFormat","p":"DateTime.html#method_createFromFormat","d":"

    Parse a string into a new DateTime object according to the specified format

    "},{"t":"M","n":"DateTime::getLastErrors","p":"DateTime.html#method_getLastErrors","d":"

    Returns an array of warnings and errors found while parsing a date/time string

    "},{"t":"M","n":"DateTime::__set_state","p":"DateTime.html#method___set_state","d":"

    The __set_state handler

    "},{"t":"M","n":"DateTime::createFromInterface","p":"DateTime.html#method_createFromInterface","d":""},{"t":"M","n":"DateTime::__serialize","p":"DateTime.html#method___serialize","d":null},{"t":"M","n":"DateTime::__unserialize","p":"DateTime.html#method___unserialize","d":null},{"t":"M","n":"DateTime::createFromTimestamp","p":"DateTime.html#method_createFromTimestamp","d":""},{"t":"M","n":"DateTime::getMicrosecond","p":"DateTime.html#method_getMicrosecond","d":""},{"t":"M","n":"DateTime::setMicrosecond","p":"DateTime.html#method_setMicrosecond","d":""},{"t":"M","n":"DateTimeImmutable::__construct","p":"DateTimeImmutable.html#method___construct","d":"

    (PHP 5 >=5.5.0)

    "},{"t":"M","n":"DateTimeImmutable::add","p":"DateTimeImmutable.html#method_add","d":"

    (PHP 5 >=5.5.0)
    \nAdds an amount of days, months, years, hours, minutes and seconds

    "},{"t":"M","n":"DateTimeImmutable::createFromFormat","p":"DateTimeImmutable.html#method_createFromFormat","d":"

    (PHP 5 >=5.5.0)
    \nReturns new DateTimeImmutable object formatted according to the specified format

    "},{"t":"M","n":"DateTimeImmutable::createFromMutable","p":"DateTimeImmutable.html#method_createFromMutable","d":"

    (PHP 5 >=5.6.0)
    \nReturns new DateTimeImmutable object encapsulating the given DateTime object

    "},{"t":"M","n":"DateTimeImmutable::getLastErrors","p":"DateTimeImmutable.html#method_getLastErrors","d":"

    (PHP 5 >=5.5.0)
    \nReturns the warnings and errors

    "},{"t":"M","n":"DateTimeImmutable::modify","p":"DateTimeImmutable.html#method_modify","d":"

    (PHP 5 >=5.5.0)
    \nAlters the timestamp

    "},{"t":"M","n":"DateTimeImmutable::__set_state","p":"DateTimeImmutable.html#method___set_state","d":"

    (PHP 5 >=5.5.0)
    \nThe __set_state handler

    "},{"t":"M","n":"DateTimeImmutable::setDate","p":"DateTimeImmutable.html#method_setDate","d":"

    (PHP 5 >=5.5.0)
    \nSets the date

    "},{"t":"M","n":"DateTimeImmutable::setISODate","p":"DateTimeImmutable.html#method_setISODate","d":"

    (PHP 5 >=5.5.0)
    \nSets the ISO date

    "},{"t":"M","n":"DateTimeImmutable::setTime","p":"DateTimeImmutable.html#method_setTime","d":"

    (PHP 5 >=5.5.0)
    \nSets the time

    "},{"t":"M","n":"DateTimeImmutable::setTimestamp","p":"DateTimeImmutable.html#method_setTimestamp","d":"

    (PHP 5 >=5.5.0)
    \nSets the date and time based on an Unix timestamp

    "},{"t":"M","n":"DateTimeImmutable::setTimezone","p":"DateTimeImmutable.html#method_setTimezone","d":"

    (PHP 5 >=5.5.0)
    \nSets the time zone

    "},{"t":"M","n":"DateTimeImmutable::sub","p":"DateTimeImmutable.html#method_sub","d":"

    (PHP 5 >=5.5.0)
    \nSubtracts an amount of days, months, years, hours, minutes and seconds

    "},{"t":"M","n":"DateTimeImmutable::diff","p":"DateTimeImmutable.html#method_diff","d":"

    (PHP 5 >=5.5.0)
    \nReturns the difference between two DateTime objects

    "},{"t":"M","n":"DateTimeImmutable::format","p":"DateTimeImmutable.html#method_format","d":"

    (PHP 5 >=5.5.0)
    \nReturns date formatted according to given format

    "},{"t":"M","n":"DateTimeImmutable::getOffset","p":"DateTimeImmutable.html#method_getOffset","d":"

    (PHP 5 >=5.5.0)
    \nReturns the timezone offset

    "},{"t":"M","n":"DateTimeImmutable::getTimestamp","p":"DateTimeImmutable.html#method_getTimestamp","d":"

    (PHP 5 >=5.5.0)
    \nGets the Unix timestamp

    "},{"t":"M","n":"DateTimeImmutable::getTimezone","p":"DateTimeImmutable.html#method_getTimezone","d":"

    (PHP 5 >=5.5.0)
    \nReturn time zone relative to given DateTime

    "},{"t":"M","n":"DateTimeImmutable::__wakeup","p":"DateTimeImmutable.html#method___wakeup","d":"

    (PHP 5 >=5.5.0)
    \nThe __wakeup handler

    "},{"t":"M","n":"DateTimeImmutable::createFromInterface","p":"DateTimeImmutable.html#method_createFromInterface","d":""},{"t":"M","n":"DateTimeImmutable::__serialize","p":"DateTimeImmutable.html#method___serialize","d":null},{"t":"M","n":"DateTimeImmutable::__unserialize","p":"DateTimeImmutable.html#method___unserialize","d":null},{"t":"M","n":"DateTimeImmutable::createFromTimestamp","p":"DateTimeImmutable.html#method_createFromTimestamp","d":""},{"t":"M","n":"DateTimeImmutable::getMicrosecond","p":"DateTimeImmutable.html#method_getMicrosecond","d":""},{"t":"M","n":"DateTimeImmutable::setMicrosecond","p":"DateTimeImmutable.html#method_setMicrosecond","d":""},{"t":"M","n":"DateTimeInterface::diff","p":"DateTimeInterface.html#method_diff","d":"

    (PHP 5 >=5.5.0)
    \nReturns the difference between two DateTime objects

    "},{"t":"M","n":"DateTimeInterface::format","p":"DateTimeInterface.html#method_format","d":"

    (PHP 5 >=5.5.0)
    \nReturns date formatted according to given format

    "},{"t":"M","n":"DateTimeInterface::getOffset","p":"DateTimeInterface.html#method_getOffset","d":"

    (PHP 5 >=5.5.0)
    \nReturns the timezone offset

    "},{"t":"M","n":"DateTimeInterface::getTimestamp","p":"DateTimeInterface.html#method_getTimestamp","d":"

    (PHP 5 >=5.5.0)
    \nGets the Unix timestamp

    "},{"t":"M","n":"DateTimeInterface::getTimezone","p":"DateTimeInterface.html#method_getTimezone","d":"

    (PHP 5 >=5.5.0)
    \nReturn time zone relative to given DateTime

    "},{"t":"M","n":"DateTimeInterface::__wakeup","p":"DateTimeInterface.html#method___wakeup","d":"

    (PHP 5 >=5.5.0)
    \nThe __wakeup handler

    "},{"t":"M","n":"DateTimeInterface::__serialize","p":"DateTimeInterface.html#method___serialize","d":null},{"t":"M","n":"DateTimeInterface::__unserialize","p":"DateTimeInterface.html#method___unserialize","d":null},{"t":"M","n":"DateTimeInterface::getMicrosecond","p":"DateTimeInterface.html#method_getMicrosecond","d":""},{"t":"M","n":"DateTimeInterface::setMicrosecond","p":"DateTimeInterface.html#method_setMicrosecond","d":""},{"t":"M","n":"DateTimeZone::__construct","p":"DateTimeZone.html#method___construct","d":""},{"t":"M","n":"DateTimeZone::getName","p":"DateTimeZone.html#method_getName","d":"

    Returns the name of the timezone

    "},{"t":"M","n":"DateTimeZone::getLocation","p":"DateTimeZone.html#method_getLocation","d":"

    Returns location information for a timezone

    "},{"t":"M","n":"DateTimeZone::getOffset","p":"DateTimeZone.html#method_getOffset","d":"

    Returns the timezone offset from GMT

    "},{"t":"M","n":"DateTimeZone::getTransitions","p":"DateTimeZone.html#method_getTransitions","d":"

    Returns all transitions for the timezone

    "},{"t":"M","n":"DateTimeZone::listAbbreviations","p":"DateTimeZone.html#method_listAbbreviations","d":"

    Returns associative array containing dst, offset and the timezone name

    "},{"t":"M","n":"DateTimeZone::listIdentifiers","p":"DateTimeZone.html#method_listIdentifiers","d":"

    Returns a numerically indexed array with all timezone identifiers

    "},{"t":"M","n":"DateTimeZone::__wakeup","p":"DateTimeZone.html#method___wakeup","d":""},{"t":"M","n":"DateTimeZone::__set_state","p":"DateTimeZone.html#method___set_state","d":null},{"t":"M","n":"DateTimeZone::__serialize","p":"DateTimeZone.html#method___serialize","d":null},{"t":"M","n":"DateTimeZone::__unserialize","p":"DateTimeZone.html#method___unserialize","d":null},{"t":"M","n":"Decimal\\Decimal::__construct","p":"Decimal/Decimal.html#method___construct","d":"Constructor"},{"t":"M","n":"Decimal\\Decimal::sum","p":"Decimal/Decimal.html#method_sum","d":"Sum"},{"t":"M","n":"Decimal\\Decimal::avg","p":"Decimal/Decimal.html#method_avg","d":"Average"},{"t":"M","n":"Decimal\\Decimal::copy","p":"Decimal/Decimal.html#method_copy","d":"Copy"},{"t":"M","n":"Decimal\\Decimal::add","p":"Decimal/Decimal.html#method_add","d":"Add"},{"t":"M","n":"Decimal\\Decimal::sub","p":"Decimal/Decimal.html#method_sub","d":"Subtract"},{"t":"M","n":"Decimal\\Decimal::mul","p":"Decimal/Decimal.html#method_mul","d":"Multiply"},{"t":"M","n":"Decimal\\Decimal::div","p":"Decimal/Decimal.html#method_div","d":"Divide"},{"t":"M","n":"Decimal\\Decimal::mod","p":"Decimal/Decimal.html#method_mod","d":"

    Modulo (integer)

    "},{"t":"M","n":"Decimal\\Decimal::rem","p":"Decimal/Decimal.html#method_rem","d":"Remainder"},{"t":"M","n":"Decimal\\Decimal::pow","p":"Decimal/Decimal.html#method_pow","d":"Power"},{"t":"M","n":"Decimal\\Decimal::ln","p":"Decimal/Decimal.html#method_ln","d":"

    Natural logarithm

    "},{"t":"M","n":"Decimal\\Decimal::exp","p":"Decimal/Decimal.html#method_exp","d":"Exponent"},{"t":"M","n":"Decimal\\Decimal::log10","p":"Decimal/Decimal.html#method_log10","d":"

    Base-10 logarithm

    "},{"t":"M","n":"Decimal\\Decimal::sqrt","p":"Decimal/Decimal.html#method_sqrt","d":"

    Square root

    "},{"t":"M","n":"Decimal\\Decimal::floor","p":"Decimal/Decimal.html#method_floor","d":"Floor"},{"t":"M","n":"Decimal\\Decimal::ceil","p":"Decimal/Decimal.html#method_ceil","d":"Ceiling"},{"t":"M","n":"Decimal\\Decimal::truncate","p":"Decimal/Decimal.html#method_truncate","d":"Truncate"},{"t":"M","n":"Decimal\\Decimal::round","p":"Decimal/Decimal.html#method_round","d":"Round"},{"t":"M","n":"Decimal\\Decimal::shift","p":"Decimal/Decimal.html#method_shift","d":"

    Decimal point shift.

    "},{"t":"M","n":"Decimal\\Decimal::trim","p":"Decimal/Decimal.html#method_trim","d":"

    Trims trailing zeroes.

    "},{"t":"M","n":"Decimal\\Decimal::precision","p":"Decimal/Decimal.html#method_precision","d":"Precision"},{"t":"M","n":"Decimal\\Decimal::signum","p":"Decimal/Decimal.html#method_signum","d":"Signum"},{"t":"M","n":"Decimal\\Decimal::parity","p":"Decimal/Decimal.html#method_parity","d":"

    Parity (integer)

    "},{"t":"M","n":"Decimal\\Decimal::abs","p":"Decimal/Decimal.html#method_abs","d":"Absolute"},{"t":"M","n":"Decimal\\Decimal::negate","p":"Decimal/Decimal.html#method_negate","d":"Negate"},{"t":"M","n":"Decimal\\Decimal::isEven","p":"Decimal/Decimal.html#method_isEven","d":""},{"t":"M","n":"Decimal\\Decimal::isOdd","p":"Decimal/Decimal.html#method_isOdd","d":""},{"t":"M","n":"Decimal\\Decimal::isPositive","p":"Decimal/Decimal.html#method_isPositive","d":""},{"t":"M","n":"Decimal\\Decimal::isNegative","p":"Decimal/Decimal.html#method_isNegative","d":""},{"t":"M","n":"Decimal\\Decimal::isNaN","p":"Decimal/Decimal.html#method_isNaN","d":""},{"t":"M","n":"Decimal\\Decimal::isInf","p":"Decimal/Decimal.html#method_isInf","d":""},{"t":"M","n":"Decimal\\Decimal::isInteger","p":"Decimal/Decimal.html#method_isInteger","d":""},{"t":"M","n":"Decimal\\Decimal::isZero","p":"Decimal/Decimal.html#method_isZero","d":""},{"t":"M","n":"Decimal\\Decimal::toFixed","p":"Decimal/Decimal.html#method_toFixed","d":""},{"t":"M","n":"Decimal\\Decimal::toString","p":"Decimal/Decimal.html#method_toString","d":"

    String representation.

    "},{"t":"M","n":"Decimal\\Decimal::toInt","p":"Decimal/Decimal.html#method_toInt","d":"

    Integer representation.

    "},{"t":"M","n":"Decimal\\Decimal::toFloat","p":"Decimal/Decimal.html#method_toFloat","d":"

    Binary floating point representation.

    "},{"t":"M","n":"Decimal\\Decimal::equals","p":"Decimal/Decimal.html#method_equals","d":"Equality"},{"t":"M","n":"Decimal\\Decimal::compareTo","p":"Decimal/Decimal.html#method_compareTo","d":"Ordering"},{"t":"M","n":"Decimal\\Decimal::__toString","p":"Decimal/Decimal.html#method___toString","d":"

    String representation.

    "},{"t":"M","n":"Decimal\\Decimal::jsonSerialize","p":"Decimal/Decimal.html#method_jsonSerialize","d":"JSON"},{"t":"M","n":"Deprecated::__construct","p":"Deprecated.html#method___construct","d":null},{"t":"M","n":"Directory::close","p":"Directory.html#method_close","d":"

    Close directory handle.

    "},{"t":"M","n":"Directory::rewind","p":"Directory.html#method_rewind","d":"

    Rewind directory handle.

    "},{"t":"M","n":"Directory::read","p":"Directory.html#method_read","d":"

    Read entry from directory handle.

    "},{"t":"M","n":"DirectoryIterator::__construct","p":"DirectoryIterator.html#method___construct","d":"

    Constructs a new directory iterator from a path

    "},{"t":"M","n":"DirectoryIterator::isDot","p":"DirectoryIterator.html#method_isDot","d":"

    Determine if current DirectoryIterator item is '.' or '..'

    "},{"t":"M","n":"DirectoryIterator::rewind","p":"DirectoryIterator.html#method_rewind","d":"

    Rewind the DirectoryIterator back to the start

    "},{"t":"M","n":"DirectoryIterator::valid","p":"DirectoryIterator.html#method_valid","d":"

    Check whether current DirectoryIterator position is a valid file

    "},{"t":"M","n":"DirectoryIterator::key","p":"DirectoryIterator.html#method_key","d":"

    Return the key for the current DirectoryIterator item

    "},{"t":"M","n":"DirectoryIterator::current","p":"DirectoryIterator.html#method_current","d":"

    Return the current DirectoryIterator item.

    "},{"t":"M","n":"DirectoryIterator::next","p":"DirectoryIterator.html#method_next","d":"

    Move forward to next DirectoryIterator item

    "},{"t":"M","n":"DirectoryIterator::seek","p":"DirectoryIterator.html#method_seek","d":"

    Seek to a DirectoryIterator item

    "},{"t":"M","n":"Dom\\Attr::isId","p":"Dom/Attr.html#method_isId","d":null},{"t":"M","n":"Dom\\Attr::rename","p":"Dom/Attr.html#method_rename","d":null},{"t":"M","n":"Dom\\CharacterData::substringData","p":"Dom/CharacterData.html#method_substringData","d":null},{"t":"M","n":"Dom\\CharacterData::appendData","p":"Dom/CharacterData.html#method_appendData","d":null},{"t":"M","n":"Dom\\CharacterData::insertData","p":"Dom/CharacterData.html#method_insertData","d":null},{"t":"M","n":"Dom\\CharacterData::deleteData","p":"Dom/CharacterData.html#method_deleteData","d":null},{"t":"M","n":"Dom\\CharacterData::replaceData","p":"Dom/CharacterData.html#method_replaceData","d":null},{"t":"M","n":"Dom\\CharacterData::remove","p":"Dom/CharacterData.html#method_remove","d":null},{"t":"M","n":"Dom\\CharacterData::before","p":"Dom/CharacterData.html#method_before","d":null},{"t":"M","n":"Dom\\CharacterData::after","p":"Dom/CharacterData.html#method_after","d":null},{"t":"M","n":"Dom\\CharacterData::replaceWith","p":"Dom/CharacterData.html#method_replaceWith","d":null},{"t":"M","n":"Dom\\ChildNode::remove","p":"Dom/ChildNode.html#method_remove","d":null},{"t":"M","n":"Dom\\ChildNode::before","p":"Dom/ChildNode.html#method_before","d":null},{"t":"M","n":"Dom\\ChildNode::after","p":"Dom/ChildNode.html#method_after","d":null},{"t":"M","n":"Dom\\ChildNode::replaceWith","p":"Dom/ChildNode.html#method_replaceWith","d":null},{"t":"M","n":"Dom\\Document::getElementsByTagName","p":"Dom/Document.html#method_getElementsByTagName","d":null},{"t":"M","n":"Dom\\Document::getElementsByTagNameNS","p":"Dom/Document.html#method_getElementsByTagNameNS","d":null},{"t":"M","n":"Dom\\Document::createElement","p":"Dom/Document.html#method_createElement","d":null},{"t":"M","n":"Dom\\Document::createElementNS","p":"Dom/Document.html#method_createElementNS","d":null},{"t":"M","n":"Dom\\Document::createDocumentFragment","p":"Dom/Document.html#method_createDocumentFragment","d":null},{"t":"M","n":"Dom\\Document::createTextNode","p":"Dom/Document.html#method_createTextNode","d":null},{"t":"M","n":"Dom\\Document::createCDATASection","p":"Dom/Document.html#method_createCDATASection","d":null},{"t":"M","n":"Dom\\Document::createComment","p":"Dom/Document.html#method_createComment","d":null},{"t":"M","n":"Dom\\Document::createProcessingInstruction","p":"Dom/Document.html#method_createProcessingInstruction","d":null},{"t":"M","n":"Dom\\Document::importNode","p":"Dom/Document.html#method_importNode","d":null},{"t":"M","n":"Dom\\Document::adoptNode","p":"Dom/Document.html#method_adoptNode","d":null},{"t":"M","n":"Dom\\Document::createAttribute","p":"Dom/Document.html#method_createAttribute","d":null},{"t":"M","n":"Dom\\Document::createAttributeNS","p":"Dom/Document.html#method_createAttributeNS","d":null},{"t":"M","n":"Dom\\Document::getElementById","p":"Dom/Document.html#method_getElementById","d":null},{"t":"M","n":"Dom\\Document::registerNodeClass","p":"Dom/Document.html#method_registerNodeClass","d":null},{"t":"M","n":"Dom\\Document::schemaValidate","p":"Dom/Document.html#method_schemaValidate","d":null},{"t":"M","n":"Dom\\Document::schemaValidateSource","p":"Dom/Document.html#method_schemaValidateSource","d":null},{"t":"M","n":"Dom\\Document::relaxNgValidate","p":"Dom/Document.html#method_relaxNgValidate","d":null},{"t":"M","n":"Dom\\Document::relaxNgValidateSource","p":"Dom/Document.html#method_relaxNgValidateSource","d":null},{"t":"M","n":"Dom\\Document::append","p":"Dom/Document.html#method_append","d":null},{"t":"M","n":"Dom\\Document::prepend","p":"Dom/Document.html#method_prepend","d":null},{"t":"M","n":"Dom\\Document::replaceChildren","p":"Dom/Document.html#method_replaceChildren","d":null},{"t":"M","n":"Dom\\Document::importLegacyNode","p":"Dom/Document.html#method_importLegacyNode","d":null},{"t":"M","n":"Dom\\Document::querySelector","p":"Dom/Document.html#method_querySelector","d":null},{"t":"M","n":"Dom\\Document::querySelectorAll","p":"Dom/Document.html#method_querySelectorAll","d":null},{"t":"M","n":"Dom\\DocumentFragment::appendXml","p":"Dom/DocumentFragment.html#method_appendXml","d":null},{"t":"M","n":"Dom\\DocumentFragment::append","p":"Dom/DocumentFragment.html#method_append","d":null},{"t":"M","n":"Dom\\DocumentFragment::prepend","p":"Dom/DocumentFragment.html#method_prepend","d":null},{"t":"M","n":"Dom\\DocumentFragment::replaceChildren","p":"Dom/DocumentFragment.html#method_replaceChildren","d":null},{"t":"M","n":"Dom\\DocumentFragment::querySelector","p":"Dom/DocumentFragment.html#method_querySelector","d":null},{"t":"M","n":"Dom\\DocumentFragment::querySelectorAll","p":"Dom/DocumentFragment.html#method_querySelectorAll","d":null},{"t":"M","n":"Dom\\DocumentType::remove","p":"Dom/DocumentType.html#method_remove","d":null},{"t":"M","n":"Dom\\DocumentType::before","p":"Dom/DocumentType.html#method_before","d":null},{"t":"M","n":"Dom\\DocumentType::after","p":"Dom/DocumentType.html#method_after","d":null},{"t":"M","n":"Dom\\DocumentType::replaceWith","p":"Dom/DocumentType.html#method_replaceWith","d":null},{"t":"M","n":"Dom\\DtdNamedNodeMap::item","p":"Dom/DtdNamedNodeMap.html#method_item","d":null},{"t":"M","n":"Dom\\DtdNamedNodeMap::getNamedItem","p":"Dom/DtdNamedNodeMap.html#method_getNamedItem","d":null},{"t":"M","n":"Dom\\DtdNamedNodeMap::getNamedItemNS","p":"Dom/DtdNamedNodeMap.html#method_getNamedItemNS","d":null},{"t":"M","n":"Dom\\DtdNamedNodeMap::count","p":"Dom/DtdNamedNodeMap.html#method_count","d":"

    Count elements of an object

    "},{"t":"M","n":"Dom\\DtdNamedNodeMap::getIterator","p":"Dom/DtdNamedNodeMap.html#method_getIterator","d":"

    Retrieve an external iterator

    "},{"t":"M","n":"Dom\\Element::hasAttributes","p":"Dom/Element.html#method_hasAttributes","d":null},{"t":"M","n":"Dom\\Element::getAttributeNames","p":"Dom/Element.html#method_getAttributeNames","d":null},{"t":"M","n":"Dom\\Element::getAttribute","p":"Dom/Element.html#method_getAttribute","d":null},{"t":"M","n":"Dom\\Element::getAttributeNS","p":"Dom/Element.html#method_getAttributeNS","d":null},{"t":"M","n":"Dom\\Element::setAttribute","p":"Dom/Element.html#method_setAttribute","d":null},{"t":"M","n":"Dom\\Element::setAttributeNS","p":"Dom/Element.html#method_setAttributeNS","d":null},{"t":"M","n":"Dom\\Element::removeAttribute","p":"Dom/Element.html#method_removeAttribute","d":null},{"t":"M","n":"Dom\\Element::removeAttributeNS","p":"Dom/Element.html#method_removeAttributeNS","d":null},{"t":"M","n":"Dom\\Element::toggleAttribute","p":"Dom/Element.html#method_toggleAttribute","d":null},{"t":"M","n":"Dom\\Element::hasAttribute","p":"Dom/Element.html#method_hasAttribute","d":null},{"t":"M","n":"Dom\\Element::hasAttributeNS","p":"Dom/Element.html#method_hasAttributeNS","d":null},{"t":"M","n":"Dom\\Element::getAttributeNode","p":"Dom/Element.html#method_getAttributeNode","d":null},{"t":"M","n":"Dom\\Element::getAttributeNodeNS","p":"Dom/Element.html#method_getAttributeNodeNS","d":null},{"t":"M","n":"Dom\\Element::setAttributeNode","p":"Dom/Element.html#method_setAttributeNode","d":null},{"t":"M","n":"Dom\\Element::setAttributeNodeNS","p":"Dom/Element.html#method_setAttributeNodeNS","d":null},{"t":"M","n":"Dom\\Element::removeAttributeNode","p":"Dom/Element.html#method_removeAttributeNode","d":null},{"t":"M","n":"Dom\\Element::getElementsByTagName","p":"Dom/Element.html#method_getElementsByTagName","d":null},{"t":"M","n":"Dom\\Element::getElementsByTagNameNS","p":"Dom/Element.html#method_getElementsByTagNameNS","d":null},{"t":"M","n":"Dom\\Element::insertAdjacentElement","p":"Dom/Element.html#method_insertAdjacentElement","d":null},{"t":"M","n":"Dom\\Element::insertAdjacentText","p":"Dom/Element.html#method_insertAdjacentText","d":null},{"t":"M","n":"Dom\\Element::setIdAttribute","p":"Dom/Element.html#method_setIdAttribute","d":null},{"t":"M","n":"Dom\\Element::setIdAttributeNS","p":"Dom/Element.html#method_setIdAttributeNS","d":null},{"t":"M","n":"Dom\\Element::setIdAttributeNode","p":"Dom/Element.html#method_setIdAttributeNode","d":null},{"t":"M","n":"Dom\\Element::remove","p":"Dom/Element.html#method_remove","d":null},{"t":"M","n":"Dom\\Element::before","p":"Dom/Element.html#method_before","d":null},{"t":"M","n":"Dom\\Element::after","p":"Dom/Element.html#method_after","d":null},{"t":"M","n":"Dom\\Element::replaceWith","p":"Dom/Element.html#method_replaceWith","d":null},{"t":"M","n":"Dom\\Element::append","p":"Dom/Element.html#method_append","d":null},{"t":"M","n":"Dom\\Element::prepend","p":"Dom/Element.html#method_prepend","d":null},{"t":"M","n":"Dom\\Element::replaceChildren","p":"Dom/Element.html#method_replaceChildren","d":null},{"t":"M","n":"Dom\\Element::querySelector","p":"Dom/Element.html#method_querySelector","d":null},{"t":"M","n":"Dom\\Element::querySelectorAll","p":"Dom/Element.html#method_querySelectorAll","d":null},{"t":"M","n":"Dom\\Element::closest","p":"Dom/Element.html#method_closest","d":null},{"t":"M","n":"Dom\\Element::matches","p":"Dom/Element.html#method_matches","d":null},{"t":"M","n":"Dom\\Element::getInScopeNamespaces","p":"Dom/Element.html#method_getInScopeNamespaces","d":""},{"t":"M","n":"Dom\\Element::getDescendantNamespaces","p":"Dom/Element.html#method_getDescendantNamespaces","d":""},{"t":"M","n":"Dom\\Element::rename","p":"Dom/Element.html#method_rename","d":null},{"t":"M","n":"Dom\\HTMLCollection::item","p":"Dom/HTMLCollection.html#method_item","d":null},{"t":"M","n":"Dom\\HTMLCollection::namedItem","p":"Dom/HTMLCollection.html#method_namedItem","d":null},{"t":"M","n":"Dom\\HTMLCollection::count","p":"Dom/HTMLCollection.html#method_count","d":"

    Count elements of an object

    "},{"t":"M","n":"Dom\\HTMLCollection::getIterator","p":"Dom/HTMLCollection.html#method_getIterator","d":"

    Retrieve an external iterator

    "},{"t":"M","n":"Dom\\HTMLDocument::createEmpty","p":"Dom/HTMLDocument.html#method_createEmpty","d":null},{"t":"M","n":"Dom\\HTMLDocument::createFromFile","p":"Dom/HTMLDocument.html#method_createFromFile","d":null},{"t":"M","n":"Dom\\HTMLDocument::createFromString","p":"Dom/HTMLDocument.html#method_createFromString","d":null},{"t":"M","n":"Dom\\HTMLDocument::saveXml","p":"Dom/HTMLDocument.html#method_saveXml","d":null},{"t":"M","n":"Dom\\HTMLDocument::saveXmlFile","p":"Dom/HTMLDocument.html#method_saveXmlFile","d":null},{"t":"M","n":"Dom\\HTMLDocument::saveHtml","p":"Dom/HTMLDocument.html#method_saveHtml","d":null},{"t":"M","n":"Dom\\HTMLDocument::saveHtmlFile","p":"Dom/HTMLDocument.html#method_saveHtmlFile","d":null},{"t":"M","n":"Dom\\HTMLDocument::debugGetTemplateCount","p":"Dom/HTMLDocument.html#method_debugGetTemplateCount","d":null},{"t":"M","n":"Dom\\Implementation::createDocumentType","p":"Dom/Implementation.html#method_createDocumentType","d":null},{"t":"M","n":"Dom\\Implementation::createDocument","p":"Dom/Implementation.html#method_createDocument","d":null},{"t":"M","n":"Dom\\Implementation::createHTMLDocument","p":"Dom/Implementation.html#method_createHTMLDocument","d":null},{"t":"M","n":"Dom\\NamedNodeMap::item","p":"Dom/NamedNodeMap.html#method_item","d":null},{"t":"M","n":"Dom\\NamedNodeMap::getNamedItem","p":"Dom/NamedNodeMap.html#method_getNamedItem","d":null},{"t":"M","n":"Dom\\NamedNodeMap::getNamedItemNS","p":"Dom/NamedNodeMap.html#method_getNamedItemNS","d":null},{"t":"M","n":"Dom\\NamedNodeMap::count","p":"Dom/NamedNodeMap.html#method_count","d":"

    Count elements of an object

    "},{"t":"M","n":"Dom\\NamedNodeMap::getIterator","p":"Dom/NamedNodeMap.html#method_getIterator","d":"

    Retrieve an external iterator

    "},{"t":"M","n":"Dom\\Node::getRootNode","p":"Dom/Node.html#method_getRootNode","d":null},{"t":"M","n":"Dom\\Node::hasChildNodes","p":"Dom/Node.html#method_hasChildNodes","d":null},{"t":"M","n":"Dom\\Node::normalize","p":"Dom/Node.html#method_normalize","d":null},{"t":"M","n":"Dom\\Node::cloneNode","p":"Dom/Node.html#method_cloneNode","d":null},{"t":"M","n":"Dom\\Node::isEqualNode","p":"Dom/Node.html#method_isEqualNode","d":null},{"t":"M","n":"Dom\\Node::isSameNode","p":"Dom/Node.html#method_isSameNode","d":null},{"t":"M","n":"Dom\\Node::compareDocumentPosition","p":"Dom/Node.html#method_compareDocumentPosition","d":null},{"t":"M","n":"Dom\\Node::contains","p":"Dom/Node.html#method_contains","d":null},{"t":"M","n":"Dom\\Node::lookupPrefix","p":"Dom/Node.html#method_lookupPrefix","d":null},{"t":"M","n":"Dom\\Node::lookupNamespaceURI","p":"Dom/Node.html#method_lookupNamespaceURI","d":null},{"t":"M","n":"Dom\\Node::isDefaultNamespace","p":"Dom/Node.html#method_isDefaultNamespace","d":null},{"t":"M","n":"Dom\\Node::insertBefore","p":"Dom/Node.html#method_insertBefore","d":null},{"t":"M","n":"Dom\\Node::appendChild","p":"Dom/Node.html#method_appendChild","d":null},{"t":"M","n":"Dom\\Node::replaceChild","p":"Dom/Node.html#method_replaceChild","d":null},{"t":"M","n":"Dom\\Node::removeChild","p":"Dom/Node.html#method_removeChild","d":null},{"t":"M","n":"Dom\\Node::getLineNo","p":"Dom/Node.html#method_getLineNo","d":null},{"t":"M","n":"Dom\\Node::getNodePath","p":"Dom/Node.html#method_getNodePath","d":null},{"t":"M","n":"Dom\\Node::C14N","p":"Dom/Node.html#method_C14N","d":null},{"t":"M","n":"Dom\\Node::C14NFile","p":"Dom/Node.html#method_C14NFile","d":null},{"t":"M","n":"Dom\\Node::__sleep","p":"Dom/Node.html#method___sleep","d":null},{"t":"M","n":"Dom\\Node::__wakeup","p":"Dom/Node.html#method___wakeup","d":null},{"t":"M","n":"Dom\\NodeList::count","p":"Dom/NodeList.html#method_count","d":"

    Count elements of an object

    "},{"t":"M","n":"Dom\\NodeList::getIterator","p":"Dom/NodeList.html#method_getIterator","d":"

    Retrieve an external iterator

    "},{"t":"M","n":"Dom\\NodeList::item","p":"Dom/NodeList.html#method_item","d":null},{"t":"M","n":"Dom\\ParentNode::append","p":"Dom/ParentNode.html#method_append","d":null},{"t":"M","n":"Dom\\ParentNode::prepend","p":"Dom/ParentNode.html#method_prepend","d":null},{"t":"M","n":"Dom\\ParentNode::replaceChildren","p":"Dom/ParentNode.html#method_replaceChildren","d":null},{"t":"M","n":"Dom\\ParentNode::querySelector","p":"Dom/ParentNode.html#method_querySelector","d":null},{"t":"M","n":"Dom\\ParentNode::querySelectorAll","p":"Dom/ParentNode.html#method_querySelectorAll","d":null},{"t":"M","n":"Dom\\Text::splitText","p":"Dom/Text.html#method_splitText","d":null},{"t":"M","n":"Dom\\TokenList::item","p":"Dom/TokenList.html#method_item","d":null},{"t":"M","n":"Dom\\TokenList::contains","p":"Dom/TokenList.html#method_contains","d":null},{"t":"M","n":"Dom\\TokenList::add","p":"Dom/TokenList.html#method_add","d":null},{"t":"M","n":"Dom\\TokenList::remove","p":"Dom/TokenList.html#method_remove","d":null},{"t":"M","n":"Dom\\TokenList::toggle","p":"Dom/TokenList.html#method_toggle","d":null},{"t":"M","n":"Dom\\TokenList::replace","p":"Dom/TokenList.html#method_replace","d":null},{"t":"M","n":"Dom\\TokenList::supports","p":"Dom/TokenList.html#method_supports","d":null},{"t":"M","n":"Dom\\TokenList::count","p":"Dom/TokenList.html#method_count","d":"

    Count elements of an object

    "},{"t":"M","n":"Dom\\TokenList::getIterator","p":"Dom/TokenList.html#method_getIterator","d":"

    Retrieve an external iterator

    "},{"t":"M","n":"Dom\\XMLDocument::createEmpty","p":"Dom/XMLDocument.html#method_createEmpty","d":null},{"t":"M","n":"Dom\\XMLDocument::createFromFile","p":"Dom/XMLDocument.html#method_createFromFile","d":null},{"t":"M","n":"Dom\\XMLDocument::createFromString","p":"Dom/XMLDocument.html#method_createFromString","d":null},{"t":"M","n":"Dom\\XMLDocument::createEntityReference","p":"Dom/XMLDocument.html#method_createEntityReference","d":null},{"t":"M","n":"Dom\\XMLDocument::validate","p":"Dom/XMLDocument.html#method_validate","d":null},{"t":"M","n":"Dom\\XMLDocument::xinclude","p":"Dom/XMLDocument.html#method_xinclude","d":null},{"t":"M","n":"Dom\\XMLDocument::saveXml","p":"Dom/XMLDocument.html#method_saveXml","d":null},{"t":"M","n":"Dom\\XMLDocument::saveXmlFile","p":"Dom/XMLDocument.html#method_saveXmlFile","d":null},{"t":"M","n":"Dom\\XPath::__construct","p":"Dom/XPath.html#method___construct","d":null},{"t":"M","n":"Dom\\XPath::evaluate","p":"Dom/XPath.html#method_evaluate","d":null},{"t":"M","n":"Dom\\XPath::query","p":"Dom/XPath.html#method_query","d":null},{"t":"M","n":"Dom\\XPath::registerNamespace","p":"Dom/XPath.html#method_registerNamespace","d":null},{"t":"M","n":"Dom\\XPath::registerPhpFunctions","p":"Dom/XPath.html#method_registerPhpFunctions","d":null},{"t":"M","n":"Dom\\XPath::registerPhpFunctionNS","p":"Dom/XPath.html#method_registerPhpFunctionNS","d":null},{"t":"M","n":"Dom\\XPath::quote","p":"Dom/XPath.html#method_quote","d":null},{"t":"M","n":"Ds\\Collection::clear","p":"Ds/Collection.html#method_clear","d":"

    Removes all values from the collection.

    "},{"t":"M","n":"Ds\\Collection::copy","p":"Ds/Collection.html#method_copy","d":"

    Returns a shallow copy of the collection.

    "},{"t":"M","n":"Ds\\Collection::isEmpty","p":"Ds/Collection.html#method_isEmpty","d":"

    Returns whether the collection is empty.

    "},{"t":"M","n":"Ds\\Collection::toArray","p":"Ds/Collection.html#method_toArray","d":"

    Converts the collection to an array.

    "},{"t":"M","n":"Ds\\Deque::__construct","p":"Ds/Deque.html#method___construct","d":"

    Creates a new instance, using either a traversable object or an array for the initial values.

    "},{"t":"M","n":"Ds\\Deque::count","p":"Ds/Deque.html#method_count","d":"

    Count elements of an object

    "},{"t":"M","n":"Ds\\Deque::clear","p":"Ds/Deque.html#method_clear","d":"

    Removes all values from the deque.

    "},{"t":"M","n":"Ds\\Deque::copy","p":"Ds/Deque.html#method_copy","d":"

    Returns a shallow copy of the deque.

    "},{"t":"M","n":"Ds\\Deque::getIterator","p":"Ds/Deque.html#method_getIterator","d":""},{"t":"M","n":"Ds\\Deque::isEmpty","p":"Ds/Deque.html#method_isEmpty","d":"

    Returns whether the deque is empty.

    "},{"t":"M","n":"Ds\\Deque::toArray","p":"Ds/Deque.html#method_toArray","d":"

    Converts the deque to an array.

    "},{"t":"M","n":"Ds\\Deque::allocate","p":"Ds/Deque.html#method_allocate","d":"

    Ensures that enough memory is allocated for a required capacity.

    "},{"t":"M","n":"Ds\\Deque::apply","p":"Ds/Deque.html#method_apply","d":"

    Updates all values by applying a callback function to each value in\nthe deque.

    "},{"t":"M","n":"Ds\\Deque::capacity","p":"Ds/Deque.html#method_capacity","d":"

    Returns the current capacity.

    "},{"t":"M","n":"Ds\\Deque::contains","p":"Ds/Deque.html#method_contains","d":"

    Determines if the deque contains all values.

    "},{"t":"M","n":"Ds\\Deque::filter","p":"Ds/Deque.html#method_filter","d":"

    Creates a new deque using a callable to determine which values\nto include.

    "},{"t":"M","n":"Ds\\Deque::find","p":"Ds/Deque.html#method_find","d":"

    Returns the index of the value, or FALSE if not found.

    "},{"t":"M","n":"Ds\\Deque::first","p":"Ds/Deque.html#method_first","d":"

    Returns the first value in the deque.

    "},{"t":"M","n":"Ds\\Deque::get","p":"Ds/Deque.html#method_get","d":"

    Returns the value at a given index.

    "},{"t":"M","n":"Ds\\Deque::insert","p":"Ds/Deque.html#method_insert","d":"

    Inserts values into the deque at a given index.

    "},{"t":"M","n":"Ds\\Deque::join","p":"Ds/Deque.html#method_join","d":"

    Joins all values together as a string using an optional separator\nbetween each value.

    "},{"t":"M","n":"Ds\\Deque::last","p":"Ds/Deque.html#method_last","d":"

    Returns the last value in the deque.

    "},{"t":"M","n":"Ds\\Deque::map","p":"Ds/Deque.html#method_map","d":"

    Returns the result of applying a callback function to each value in\nthe deque.

    "},{"t":"M","n":"Ds\\Deque::merge","p":"Ds/Deque.html#method_merge","d":"

    Returns the result of adding all given values to the deque.

    "},{"t":"M","n":"Ds\\Deque::pop","p":"Ds/Deque.html#method_pop","d":"

    Removes and returns the last value.

    "},{"t":"M","n":"Ds\\Deque::push","p":"Ds/Deque.html#method_push","d":"

    Adds values to the end of the deque.

    "},{"t":"M","n":"Ds\\Deque::reduce","p":"Ds/Deque.html#method_reduce","d":"

    Reduces the deque to a single value using a callback function.

    "},{"t":"M","n":"Ds\\Deque::remove","p":"Ds/Deque.html#method_remove","d":"

    Removes and returns a value by index.

    "},{"t":"M","n":"Ds\\Deque::reverse","p":"Ds/Deque.html#method_reverse","d":"

    Reverses the deque in-place.

    "},{"t":"M","n":"Ds\\Deque::reversed","p":"Ds/Deque.html#method_reversed","d":"

    Returns a reversed copy of the deque.

    "},{"t":"M","n":"Ds\\Deque::rotate","p":"Ds/Deque.html#method_rotate","d":"

    Rotates the deque by a given number of rotations, which is\nequivalent to successively calling\n$deque->push($deque->shift()) if the number of rotations is\npositive, or $deque->unshift($deque->pop()) if negative.

    "},{"t":"M","n":"Ds\\Deque::set","p":"Ds/Deque.html#method_set","d":"

    Updates a value at a given index.

    "},{"t":"M","n":"Ds\\Deque::shift","p":"Ds/Deque.html#method_shift","d":"

    Removes and returns the first value.

    "},{"t":"M","n":"Ds\\Deque::slice","p":"Ds/Deque.html#method_slice","d":"

    Creates a sub-deque of a given range.

    "},{"t":"M","n":"Ds\\Deque::sort","p":"Ds/Deque.html#method_sort","d":"

    Sorts the deque in-place, using an optional comparator function.

    "},{"t":"M","n":"Ds\\Deque::sorted","p":"Ds/Deque.html#method_sorted","d":"

    Returns a sorted copy, using an optional comparator function.

    "},{"t":"M","n":"Ds\\Deque::sum","p":"Ds/Deque.html#method_sum","d":"

    Returns the sum of all values in the deque.

    "},{"t":"M","n":"Ds\\Deque::unshift","p":"Ds/Deque.html#method_unshift","d":"

    Adds values to the front of the deque, moving all the current\nvalues forward to make room for the new values.

    "},{"t":"M","n":"Ds\\Deque::jsonSerialize","p":"Ds/Deque.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Ds\\Deque::offsetExists","p":"Ds/Deque.html#method_offsetExists","d":""},{"t":"M","n":"Ds\\Deque::offsetGet","p":"Ds/Deque.html#method_offsetGet","d":""},{"t":"M","n":"Ds\\Deque::offsetSet","p":"Ds/Deque.html#method_offsetSet","d":""},{"t":"M","n":"Ds\\Deque::offsetUnset","p":"Ds/Deque.html#method_offsetUnset","d":""},{"t":"M","n":"Ds\\Hashable::equals","p":"Ds/Hashable.html#method_equals","d":"

    Determines whether another object is equal to the current instance.

    "},{"t":"M","n":"Ds\\Hashable::hash","p":"Ds/Hashable.html#method_hash","d":"

    Returns a scalar value to be used as the hash value of the objects.

    "},{"t":"M","n":"Ds\\Map::__construct","p":"Ds/Map.html#method___construct","d":"

    Creates a new instance, using either a traversable object or an array for the initial values.

    "},{"t":"M","n":"Ds\\Map::allocate","p":"Ds/Map.html#method_allocate","d":"

    Allocates enough memory for a required capacity.

    "},{"t":"M","n":"Ds\\Map::apply","p":"Ds/Map.html#method_apply","d":"

    Updates all values by applying a callback function to each value in the map.

    "},{"t":"M","n":"Ds\\Map::capacity","p":"Ds/Map.html#method_capacity","d":"

    Returns the current capacity.

    "},{"t":"M","n":"Ds\\Map::count","p":"Ds/Map.html#method_count","d":"

    Count elements of an object

    "},{"t":"M","n":"Ds\\Map::clear","p":"Ds/Map.html#method_clear","d":"

    Removes all values from the collection.

    "},{"t":"M","n":"Ds\\Map::copy","p":"Ds/Map.html#method_copy","d":"

    Returns a shallow copy of the collection.

    "},{"t":"M","n":"Ds\\Map::diff","p":"Ds/Map.html#method_diff","d":"

    Returns the result of removing all keys from the current instance that are present in a given map.

    "},{"t":"M","n":"Ds\\Map::filter","p":"Ds/Map.html#method_filter","d":"

    Creates a new map using a callable to determine which pairs to include

    "},{"t":"M","n":"Ds\\Map::first","p":"Ds/Map.html#method_first","d":"

    Returns the first pair in the map

    "},{"t":"M","n":"Ds\\Map::get","p":"Ds/Map.html#method_get","d":"

    Returns the value for a given key, or an optional default value if the key could not be found.

    "},{"t":"M","n":"Ds\\Map::getIterator","p":"Ds/Map.html#method_getIterator","d":""},{"t":"M","n":"Ds\\Map::hasKey","p":"Ds/Map.html#method_hasKey","d":"

    Determines whether the map contains a given key

    "},{"t":"M","n":"Ds\\Map::hasValue","p":"Ds/Map.html#method_hasValue","d":"

    Determines whether the map contains a given value

    "},{"t":"M","n":"Ds\\Map::intersect","p":"Ds/Map.html#method_intersect","d":"

    Creates a new map containing the pairs of the current instance whose\nkeys are also present in the given map. In other words, returns a\ncopy of the current instance with all keys removed that are not also\nin the other map.

    "},{"t":"M","n":"Ds\\Map::isEmpty","p":"Ds/Map.html#method_isEmpty","d":"

    Returns whether the collection is empty.

    "},{"t":"M","n":"Ds\\Map::toArray","p":"Ds/Map.html#method_toArray","d":"

    Converts the map to an array.

    "},{"t":"M","n":"Ds\\Map::jsonSerialize","p":"Ds/Map.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Ds\\Map::keys","p":"Ds/Map.html#method_keys","d":"

    Returns a set containing all the keys of the map, in the same order.

    "},{"t":"M","n":"Ds\\Map::ksort","p":"Ds/Map.html#method_ksort","d":"

    Sorts the map in-place by key, using an optional comparator function.

    "},{"t":"M","n":"Ds\\Map::ksorted","p":"Ds/Map.html#method_ksorted","d":"

    Returns a copy sorted by key, using an optional comparator function.

    "},{"t":"M","n":"Ds\\Map::last","p":"Ds/Map.html#method_last","d":"

    Returns the last pair of the map.

    "},{"t":"M","n":"Ds\\Map::map","p":"Ds/Map.html#method_map","d":"

    Returns the result of applying a callback function to each value of\nthe map.

    "},{"t":"M","n":"Ds\\Map::merge","p":"Ds/Map.html#method_merge","d":"

    Returns the result of associating all keys of a given traversable\nobject or array with their corresponding values, combined with the\ncurrent instance.

    "},{"t":"M","n":"Ds\\Map::pairs","p":"Ds/Map.html#method_pairs","d":"

    Returns a Ds\\Sequence containing all the pairs of the map.

    "},{"t":"M","n":"Ds\\Map::put","p":"Ds/Map.html#method_put","d":"

    Associates a key with a value, overwriting a previous association if\none exists.

    "},{"t":"M","n":"Ds\\Map::putAll","p":"Ds/Map.html#method_putAll","d":"

    Associates all key-value pairs of a traversable object or array.

    "},{"t":"M","n":"Ds\\Map::reduce","p":"Ds/Map.html#method_reduce","d":"

    Reduces the map to a single value using a callback function.

    "},{"t":"M","n":"Ds\\Map::remove","p":"Ds/Map.html#method_remove","d":"

    Removes and returns a value by key, or return an optional default\nvalue if the key could not be found.

    "},{"t":"M","n":"Ds\\Map::reverse","p":"Ds/Map.html#method_reverse","d":"

    Reverses the map in-place.

    "},{"t":"M","n":"Ds\\Map::reversed","p":"Ds/Map.html#method_reversed","d":"

    Returns a reversed copy of the map.

    "},{"t":"M","n":"Ds\\Map::skip","p":"Ds/Map.html#method_skip","d":"

    Returns the pair at a given zero-based position.

    "},{"t":"M","n":"Ds\\Map::slice","p":"Ds/Map.html#method_slice","d":"

    Returns a subset of the map defined by a starting index and length.

    "},{"t":"M","n":"Ds\\Map::sort","p":"Ds/Map.html#method_sort","d":"

    Sorts the map in-place by value, using an optional comparator\nfunction.

    "},{"t":"M","n":"Ds\\Map::sorted","p":"Ds/Map.html#method_sorted","d":"

    Returns a copy, sorted by value using an optional comparator function.

    "},{"t":"M","n":"Ds\\Map::sum","p":"Ds/Map.html#method_sum","d":"

    Returns the sum of all values in the map.

    "},{"t":"M","n":"Ds\\Map::union","p":"Ds/Map.html#method_union","d":"

    Creates a new map using values from the current instance and another\nmap.

    "},{"t":"M","n":"Ds\\Map::values","p":"Ds/Map.html#method_values","d":"

    Returns a sequence containing all the values of the map, in the same\norder.

    "},{"t":"M","n":"Ds\\Map::xor","p":"Ds/Map.html#method_xor","d":"

    Creates a new map containing keys of the current instance as well as\nanother map, but not of both.

    "},{"t":"M","n":"Ds\\Map::offsetExists","p":"Ds/Map.html#method_offsetExists","d":""},{"t":"M","n":"Ds\\Map::offsetGet","p":"Ds/Map.html#method_offsetGet","d":""},{"t":"M","n":"Ds\\Map::offsetSet","p":"Ds/Map.html#method_offsetSet","d":""},{"t":"M","n":"Ds\\Map::offsetUnset","p":"Ds/Map.html#method_offsetUnset","d":""},{"t":"M","n":"Ds\\Pair::__construct","p":"Ds/Pair.html#method___construct","d":"

    Creates a new instance using a given key and value.

    "},{"t":"M","n":"Ds\\Pair::clear","p":"Ds/Pair.html#method_clear","d":"

    Removes all values from the pair.

    "},{"t":"M","n":"Ds\\Pair::copy","p":"Ds/Pair.html#method_copy","d":"

    Returns a shallow copy of the pair.

    "},{"t":"M","n":"Ds\\Pair::isEmpty","p":"Ds/Pair.html#method_isEmpty","d":"

    Returns whether the pair is empty.

    "},{"t":"M","n":"Ds\\Pair::toArray","p":"Ds/Pair.html#method_toArray","d":"

    Converts the pair to an array.

    "},{"t":"M","n":"Ds\\Pair::jsonSerialize","p":"Ds/Pair.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Ds\\PriorityQueue::count","p":"Ds/PriorityQueue.html#method_count","d":"

    Count elements of an object

    "},{"t":"M","n":"Ds\\PriorityQueue::allocate","p":"Ds/PriorityQueue.html#method_allocate","d":"

    Allocates enough memory for a required capacity

    "},{"t":"M","n":"Ds\\PriorityQueue::capacity","p":"Ds/PriorityQueue.html#method_capacity","d":"

    Returns the current capacity

    "},{"t":"M","n":"Ds\\PriorityQueue::clear","p":"Ds/PriorityQueue.html#method_clear","d":"

    Removes all values from the collection.

    "},{"t":"M","n":"Ds\\PriorityQueue::copy","p":"Ds/PriorityQueue.html#method_copy","d":"

    Returns a shallow copy of the collection.

    "},{"t":"M","n":"Ds\\PriorityQueue::getIterator","p":"Ds/PriorityQueue.html#method_getIterator","d":""},{"t":"M","n":"Ds\\PriorityQueue::isEmpty","p":"Ds/PriorityQueue.html#method_isEmpty","d":"

    Returns whether the collection is empty.

    "},{"t":"M","n":"Ds\\PriorityQueue::peek","p":"Ds/PriorityQueue.html#method_peek","d":"

    Returns the value at the front of the queue, but does not remove it.

    "},{"t":"M","n":"Ds\\PriorityQueue::pop","p":"Ds/PriorityQueue.html#method_pop","d":"

    Removes and returns the value with the highest priority

    "},{"t":"M","n":"Ds\\PriorityQueue::push","p":"Ds/PriorityQueue.html#method_push","d":"

    Pushes a value with a given priority into the queue.

    "},{"t":"M","n":"Ds\\PriorityQueue::toArray","p":"Ds/PriorityQueue.html#method_toArray","d":"

    Converts the collection to an array.

    "},{"t":"M","n":"Ds\\PriorityQueue::jsonSerialize","p":"Ds/PriorityQueue.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Ds\\Queue::__construct","p":"Ds/Queue.html#method___construct","d":"

    Creates a new instance, using either a traversable object or an array\nfor the initial values.

    "},{"t":"M","n":"Ds\\Queue::allocate","p":"Ds/Queue.html#method_allocate","d":"

    Ensures that enough memory is allocated for a required capacity. This\nremoves the need to reallocate the internal as values are added.

    "},{"t":"M","n":"Ds\\Queue::capacity","p":"Ds/Queue.html#method_capacity","d":"

    Returns the current capacity.

    "},{"t":"M","n":"Ds\\Queue::clear","p":"Ds/Queue.html#method_clear","d":"

    Removes all values from the queue.

    "},{"t":"M","n":"Ds\\Queue::count","p":"Ds/Queue.html#method_count","d":"

    Count elements of an object

    "},{"t":"M","n":"Ds\\Queue::copy","p":"Ds/Queue.html#method_copy","d":"

    Returns a shallow copy of the collection.

    "},{"t":"M","n":"Ds\\Queue::getIterator","p":"Ds/Queue.html#method_getIterator","d":""},{"t":"M","n":"Ds\\Queue::isEmpty","p":"Ds/Queue.html#method_isEmpty","d":"

    Returns whether the collection is empty.

    "},{"t":"M","n":"Ds\\Queue::toArray","p":"Ds/Queue.html#method_toArray","d":"

    Converts the collection to an array.

    "},{"t":"M","n":"Ds\\Queue::jsonSerialize","p":"Ds/Queue.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Ds\\Queue::peek","p":"Ds/Queue.html#method_peek","d":"

    Returns the value at the top of the queue, but does not remove it.

    "},{"t":"M","n":"Ds\\Queue::pop","p":"Ds/Queue.html#method_pop","d":"

    Removes and returns the value at the top of the queue.

    "},{"t":"M","n":"Ds\\Queue::push","p":"Ds/Queue.html#method_push","d":"

    Pushes values onto the queue.

    "},{"t":"M","n":"Ds\\Queue::offsetExists","p":"Ds/Queue.html#method_offsetExists","d":""},{"t":"M","n":"Ds\\Queue::offsetGet","p":"Ds/Queue.html#method_offsetGet","d":""},{"t":"M","n":"Ds\\Queue::offsetSet","p":"Ds/Queue.html#method_offsetSet","d":""},{"t":"M","n":"Ds\\Queue::offsetUnset","p":"Ds/Queue.html#method_offsetUnset","d":""},{"t":"M","n":"Ds\\Sequence::allocate","p":"Ds/Sequence.html#method_allocate","d":"

    Ensures that enough memory is allocated for a required capacity.

    "},{"t":"M","n":"Ds\\Sequence::apply","p":"Ds/Sequence.html#method_apply","d":"

    Updates all values by applying a callback function to each value in\nthe sequence.

    "},{"t":"M","n":"Ds\\Sequence::capacity","p":"Ds/Sequence.html#method_capacity","d":"

    Returns the current capacity.

    "},{"t":"M","n":"Ds\\Sequence::contains","p":"Ds/Sequence.html#method_contains","d":"

    Determines if the sequence contains all values.

    "},{"t":"M","n":"Ds\\Sequence::filter","p":"Ds/Sequence.html#method_filter","d":"

    Creates a new sequence using a callable to determine which values\nto include.

    "},{"t":"M","n":"Ds\\Sequence::find","p":"Ds/Sequence.html#method_find","d":"

    Returns the index of the value, or FALSE if not found.

    "},{"t":"M","n":"Ds\\Sequence::first","p":"Ds/Sequence.html#method_first","d":"

    Returns the first value in the sequence.

    "},{"t":"M","n":"Ds\\Sequence::get","p":"Ds/Sequence.html#method_get","d":"

    Returns the value at a given index.

    "},{"t":"M","n":"Ds\\Sequence::insert","p":"Ds/Sequence.html#method_insert","d":"

    Inserts values into the sequence at a given index.

    "},{"t":"M","n":"Ds\\Sequence::join","p":"Ds/Sequence.html#method_join","d":"

    Joins all values together as a string using an optional separator\nbetween each value.

    "},{"t":"M","n":"Ds\\Sequence::last","p":"Ds/Sequence.html#method_last","d":"

    Returns the last value in the sequence.

    "},{"t":"M","n":"Ds\\Sequence::map","p":"Ds/Sequence.html#method_map","d":"

    Returns the result of applying a callback function to each value in\nthe sequence.

    "},{"t":"M","n":"Ds\\Sequence::merge","p":"Ds/Sequence.html#method_merge","d":"

    Returns the result of adding all given values to the sequence.

    "},{"t":"M","n":"Ds\\Sequence::pop","p":"Ds/Sequence.html#method_pop","d":"

    Removes and returns the last value.

    "},{"t":"M","n":"Ds\\Sequence::push","p":"Ds/Sequence.html#method_push","d":"

    Adds values to the end of the sequence.

    "},{"t":"M","n":"Ds\\Sequence::reduce","p":"Ds/Sequence.html#method_reduce","d":"

    Reduces the sequence to a single value using a callback function.

    "},{"t":"M","n":"Ds\\Sequence::remove","p":"Ds/Sequence.html#method_remove","d":"

    Removes and returns a value by index.

    "},{"t":"M","n":"Ds\\Sequence::reverse","p":"Ds/Sequence.html#method_reverse","d":"

    Reverses the sequence in-place.

    "},{"t":"M","n":"Ds\\Sequence::reversed","p":"Ds/Sequence.html#method_reversed","d":"

    Returns a reversed copy of the sequence.

    "},{"t":"M","n":"Ds\\Sequence::rotate","p":"Ds/Sequence.html#method_rotate","d":"

    Rotates the sequence by a given number of rotations, which is\nequivalent to successively calling\n$sequence->push($sequence->shift()) if the number of rotations is\npositive, or $sequence->unshift($sequence->pop()) if negative.

    "},{"t":"M","n":"Ds\\Sequence::set","p":"Ds/Sequence.html#method_set","d":"

    Updates a value at a given index.

    "},{"t":"M","n":"Ds\\Sequence::shift","p":"Ds/Sequence.html#method_shift","d":"

    Removes and returns the first value.

    "},{"t":"M","n":"Ds\\Sequence::slice","p":"Ds/Sequence.html#method_slice","d":"

    Creates a sub-sequence of a given range.

    "},{"t":"M","n":"Ds\\Sequence::sort","p":"Ds/Sequence.html#method_sort","d":"

    Sorts the sequence in-place, using an optional comparator function.

    "},{"t":"M","n":"Ds\\Sequence::sorted","p":"Ds/Sequence.html#method_sorted","d":"

    Returns a sorted copy, using an optional comparator function.

    "},{"t":"M","n":"Ds\\Sequence::sum","p":"Ds/Sequence.html#method_sum","d":"

    Returns the sum of all values in the sequence.

    "},{"t":"M","n":"Ds\\Sequence::unshift","p":"Ds/Sequence.html#method_unshift","d":"

    Adds values to the front of the sequence, moving all the current\nvalues forward to make room for the new values.

    "},{"t":"M","n":"Ds\\Set::__construct","p":"Ds/Set.html#method___construct","d":"

    Creates a new instance, using either a traversable object or an array\nfor the initial values.

    "},{"t":"M","n":"Ds\\Set::add","p":"Ds/Set.html#method_add","d":"

    Adds all given values to the set that haven't already been added.

    "},{"t":"M","n":"Ds\\Set::allocate","p":"Ds/Set.html#method_allocate","d":"

    Allocates enough memory for a required capacity.

    "},{"t":"M","n":"Ds\\Set::contains","p":"Ds/Set.html#method_contains","d":"

    Determines if the set contains all values.

    "},{"t":"M","n":"Ds\\Set::capacity","p":"Ds/Set.html#method_capacity","d":"

    Returns the current capacity.

    "},{"t":"M","n":"Ds\\Set::clear","p":"Ds/Set.html#method_clear","d":"

    Removes all values from the set.

    "},{"t":"M","n":"Ds\\Set::count","p":"Ds/Set.html#method_count","d":"

    Count elements of an object

    "},{"t":"M","n":"Ds\\Set::copy","p":"Ds/Set.html#method_copy","d":"

    Returns a shallow copy of the set.

    "},{"t":"M","n":"Ds\\Set::diff","p":"Ds/Set.html#method_diff","d":"

    Creates a new set using values that aren't in another set.

    "},{"t":"M","n":"Ds\\Set::filter","p":"Ds/Set.html#method_filter","d":"

    Creates a new set using a callable to determine which values to\ninclude

    "},{"t":"M","n":"Ds\\Set::first","p":"Ds/Set.html#method_first","d":"

    Returns the first value in the set.

    "},{"t":"M","n":"Ds\\Set::get","p":"Ds/Set.html#method_get","d":"

    Returns the value at a given index.

    "},{"t":"M","n":"Ds\\Set::getIterator","p":"Ds/Set.html#method_getIterator","d":""},{"t":"M","n":"Ds\\Set::intersect","p":"Ds/Set.html#method_intersect","d":"

    Creates a new set using values common to both the current instance\nand another set. In other words, returns a copy of the current\ninstance with all values removed that are not in the other set.

    "},{"t":"M","n":"Ds\\Set::isEmpty","p":"Ds/Set.html#method_isEmpty","d":"

    Returns whether the set is empty.

    "},{"t":"M","n":"Ds\\Set::join","p":"Ds/Set.html#method_join","d":"

    Joins all values together as a string using an optional separator\nbetween each value.

    "},{"t":"M","n":"Ds\\Set::map","p":"Ds/Set.html#method_map","d":"

    Returns the result of applying a callback function to each value in\nthe set.

    "},{"t":"M","n":"Ds\\Set::merge","p":"Ds/Set.html#method_merge","d":"

    Returns the result of adding all given values to the set.

    "},{"t":"M","n":"Ds\\Set::reduce","p":"Ds/Set.html#method_reduce","d":"

    Reduces the set to a single value using a callback function.

    "},{"t":"M","n":"Ds\\Set::remove","p":"Ds/Set.html#method_remove","d":"

    Removes all given values from the set, ignoring any that are not in\nthe set.

    "},{"t":"M","n":"Ds\\Set::reverse","p":"Ds/Set.html#method_reverse","d":"

    Reverses the set in-place.

    "},{"t":"M","n":"Ds\\Set::reversed","p":"Ds/Set.html#method_reversed","d":"

    Returns a reversed copy of the set.

    "},{"t":"M","n":"Ds\\Set::slice","p":"Ds/Set.html#method_slice","d":"

    Returns a sub-set of a given range

    "},{"t":"M","n":"Ds\\Set::last","p":"Ds/Set.html#method_last","d":"

    Returns the last value in the set.

    "},{"t":"M","n":"Ds\\Set::sort","p":"Ds/Set.html#method_sort","d":"

    Sorts the set in-place, using an optional comparator function.

    "},{"t":"M","n":"Ds\\Set::sorted","p":"Ds/Set.html#method_sorted","d":"

    Returns a sorted copy, using an optional comparator function.

    "},{"t":"M","n":"Ds\\Set::sum","p":"Ds/Set.html#method_sum","d":"

    Returns the sum of all values in the set.

    "},{"t":"M","n":"Ds\\Set::union","p":"Ds/Set.html#method_union","d":"

    Creates a new set that contains the values of the current instance as\nwell as the values of another set.

    "},{"t":"M","n":"Ds\\Set::xor","p":"Ds/Set.html#method_xor","d":"

    Creates a new set using values in either the current instance or in\nanother set, but not in both.

    "},{"t":"M","n":"Ds\\Set::toArray","p":"Ds/Set.html#method_toArray","d":"

    Converts the set to an array.

    "},{"t":"M","n":"Ds\\Set::jsonSerialize","p":"Ds/Set.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Ds\\Set::offsetExists","p":"Ds/Set.html#method_offsetExists","d":""},{"t":"M","n":"Ds\\Set::offsetGet","p":"Ds/Set.html#method_offsetGet","d":""},{"t":"M","n":"Ds\\Set::offsetSet","p":"Ds/Set.html#method_offsetSet","d":""},{"t":"M","n":"Ds\\Set::offsetUnset","p":"Ds/Set.html#method_offsetUnset","d":""},{"t":"M","n":"Ds\\Stack::__construct","p":"Ds/Stack.html#method___construct","d":"

    Creates a new instance, using either a traversable object or an array\nfor the initial values.

    "},{"t":"M","n":"Ds\\Stack::allocate","p":"Ds/Stack.html#method_allocate","d":"

    Ensures that enough memory is allocated for a required capacity. This\nremoves the need to reallocate the internal as values are added.

    "},{"t":"M","n":"Ds\\Stack::capacity","p":"Ds/Stack.html#method_capacity","d":"

    Returns the current capacity.

    "},{"t":"M","n":"Ds\\Stack::clear","p":"Ds/Stack.html#method_clear","d":"

    Removes all values from the stack.

    "},{"t":"M","n":"Ds\\Stack::count","p":"Ds/Stack.html#method_count","d":"

    Count elements of an object

    "},{"t":"M","n":"Ds\\Stack::copy","p":"Ds/Stack.html#method_copy","d":"

    Returns a shallow copy of the collection.

    "},{"t":"M","n":"Ds\\Stack::getIterator","p":"Ds/Stack.html#method_getIterator","d":""},{"t":"M","n":"Ds\\Stack::isEmpty","p":"Ds/Stack.html#method_isEmpty","d":"

    Returns whether the collection is empty.

    "},{"t":"M","n":"Ds\\Stack::toArray","p":"Ds/Stack.html#method_toArray","d":"

    Converts the collection to an array.

    "},{"t":"M","n":"Ds\\Stack::jsonSerialize","p":"Ds/Stack.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Ds\\Stack::peek","p":"Ds/Stack.html#method_peek","d":"

    Returns the value at the top of the stack, but does not remove it.

    "},{"t":"M","n":"Ds\\Stack::pop","p":"Ds/Stack.html#method_pop","d":"

    Removes and returns the value at the top of the stack.

    "},{"t":"M","n":"Ds\\Stack::push","p":"Ds/Stack.html#method_push","d":"

    Pushes values onto the stack.

    "},{"t":"M","n":"Ds\\Stack::offsetExists","p":"Ds/Stack.html#method_offsetExists","d":""},{"t":"M","n":"Ds\\Stack::offsetGet","p":"Ds/Stack.html#method_offsetGet","d":""},{"t":"M","n":"Ds\\Stack::offsetSet","p":"Ds/Stack.html#method_offsetSet","d":""},{"t":"M","n":"Ds\\Stack::offsetUnset","p":"Ds/Stack.html#method_offsetUnset","d":""},{"t":"M","n":"Ds\\Vector::__construct","p":"Ds/Vector.html#method___construct","d":"

    Creates a new instance, using either a traversable object or an array for the initial values.

    "},{"t":"M","n":"Ds\\Vector::allocate","p":"Ds/Vector.html#method_allocate","d":"

    Ensures that enough memory is allocated for a required capacity.

    "},{"t":"M","n":"Ds\\Vector::apply","p":"Ds/Vector.html#method_apply","d":"

    Updates all values by applying a callback function to each value in\nthe vector.

    "},{"t":"M","n":"Ds\\Vector::capacity","p":"Ds/Vector.html#method_capacity","d":"

    Returns the current capacity.

    "},{"t":"M","n":"Ds\\Vector::clear","p":"Ds/Vector.html#method_clear","d":"

    Removes all values from the vector.

    "},{"t":"M","n":"Ds\\Vector::contains","p":"Ds/Vector.html#method_contains","d":"

    Determines if the vector contains all values.

    "},{"t":"M","n":"Ds\\Vector::copy","p":"Ds/Vector.html#method_copy","d":"

    Returns a shallow copy of the vector.

    "},{"t":"M","n":"Ds\\Vector::filter","p":"Ds/Vector.html#method_filter","d":"

    Creates a new vector using a callable to determine which values to\ninclude.

    "},{"t":"M","n":"Ds\\Vector::find","p":"Ds/Vector.html#method_find","d":"

    Returns the index of the value, or FALSE if not found.

    "},{"t":"M","n":"Ds\\Vector::first","p":"Ds/Vector.html#method_first","d":"

    Returns the first value in the vector.

    "},{"t":"M","n":"Ds\\Vector::get","p":"Ds/Vector.html#method_get","d":"

    Returns the value at a given index.

    "},{"t":"M","n":"Ds\\Vector::getIterator","p":"Ds/Vector.html#method_getIterator","d":""},{"t":"M","n":"Ds\\Vector::insert","p":"Ds/Vector.html#method_insert","d":"

    Inserts values into the sequence at a given index.

    "},{"t":"M","n":"Ds\\Vector::join","p":"Ds/Vector.html#method_join","d":"

    Joins all values together as a string using an optional separator between each value.

    "},{"t":"M","n":"Ds\\Vector::last","p":"Ds/Vector.html#method_last","d":"

    Returns the last value in the sequence.

    "},{"t":"M","n":"Ds\\Vector::map","p":"Ds/Vector.html#method_map","d":"

    Returns the result of applying a callback function to each value in the sequence.

    "},{"t":"M","n":"Ds\\Vector::merge","p":"Ds/Vector.html#method_merge","d":"

    Returns the result of adding all given values to the sequence.

    "},{"t":"M","n":"Ds\\Vector::pop","p":"Ds/Vector.html#method_pop","d":"

    Removes and returns the last value.

    "},{"t":"M","n":"Ds\\Vector::push","p":"Ds/Vector.html#method_push","d":"

    Adds values to the end of the sequence.

    "},{"t":"M","n":"Ds\\Vector::reduce","p":"Ds/Vector.html#method_reduce","d":"

    Reduces the sequence to a single value using a callback function.

    "},{"t":"M","n":"Ds\\Vector::remove","p":"Ds/Vector.html#method_remove","d":"

    Removes and returns a value by index.

    "},{"t":"M","n":"Ds\\Vector::reverse","p":"Ds/Vector.html#method_reverse","d":"

    Reverses the sequence in-place.

    "},{"t":"M","n":"Ds\\Vector::reversed","p":"Ds/Vector.html#method_reversed","d":"

    Returns a reversed copy of the sequence.

    "},{"t":"M","n":"Ds\\Vector::rotate","p":"Ds/Vector.html#method_rotate","d":"

    Rotates the sequence by a given number of rotations, which is\nequivalent to successively calling $sequence->push($sequence->shift())\nif the number of rotations is positive, or $sequence->unshift($sequence->pop())\nif negative.

    "},{"t":"M","n":"Ds\\Vector::set","p":"Ds/Vector.html#method_set","d":"

    Updates a value at a given index.

    "},{"t":"M","n":"Ds\\Vector::shift","p":"Ds/Vector.html#method_shift","d":"

    Removes and returns the first value.

    "},{"t":"M","n":"Ds\\Vector::slice","p":"Ds/Vector.html#method_slice","d":"

    Creates a sub-sequence of a given range.

    "},{"t":"M","n":"Ds\\Vector::sort","p":"Ds/Vector.html#method_sort","d":"

    Sorts the sequence in-place, using an optional comparator function.

    "},{"t":"M","n":"Ds\\Vector::sorted","p":"Ds/Vector.html#method_sorted","d":"

    Returns a sorted copy, using an optional comparator function.

    "},{"t":"M","n":"Ds\\Vector::sum","p":"Ds/Vector.html#method_sum","d":"

    Returns the sum of all values in the sequence.
    \nNote: Arrays and objects are considered equal to zero when\ncalculating the sum.

    "},{"t":"M","n":"Ds\\Vector::unshift","p":"Ds/Vector.html#method_unshift","d":"

    Adds values to the front of the sequence, moving all the current\nvalues forward to make room for the new values.

    "},{"t":"M","n":"Ds\\Vector::count","p":"Ds/Vector.html#method_count","d":"

    Count elements of an object

    "},{"t":"M","n":"Ds\\Vector::isEmpty","p":"Ds/Vector.html#method_isEmpty","d":"

    Returns whether the collection is empty.

    "},{"t":"M","n":"Ds\\Vector::toArray","p":"Ds/Vector.html#method_toArray","d":"

    Converts the collection to an array.

    "},{"t":"M","n":"Ds\\Vector::jsonSerialize","p":"Ds/Vector.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Ds\\Vector::offsetExists","p":"Ds/Vector.html#method_offsetExists","d":""},{"t":"M","n":"Ds\\Vector::offsetGet","p":"Ds/Vector.html#method_offsetGet","d":""},{"t":"M","n":"Ds\\Vector::offsetSet","p":"Ds/Vector.html#method_offsetSet","d":""},{"t":"M","n":"Ds\\Vector::offsetUnset","p":"Ds/Vector.html#method_offsetUnset","d":""},{"t":"M","n":"Elastic\\Apm\\DistributedTracingData::serializeToString","p":"Elastic/Apm/DistributedTracingData.html#method_serializeToString","d":""},{"t":"M","n":"Elastic\\Apm\\DistributedTracingData::injectHeaders","p":"Elastic/Apm/DistributedTracingData.html#method_injectHeaders","d":"

    Gets distributed tracing data for the current span/transaction

    "},{"t":"M","n":"Elastic\\Apm\\ElasticApm::beginCurrentTransaction","p":"Elastic/Apm/ElasticApm.html#method_beginCurrentTransaction","d":"

    Begins a new transaction and sets it as the current transaction.

    "},{"t":"M","n":"Elastic\\Apm\\ElasticApm::captureCurrentTransaction","p":"Elastic/Apm/ElasticApm.html#method_captureCurrentTransaction","d":"

    Begins a new transaction, sets as the current transaction,\nruns the provided callback as the new transaction and automatically ends the new transaction.

    "},{"t":"M","n":"Elastic\\Apm\\ElasticApm::getCurrentTransaction","p":"Elastic/Apm/ElasticApm.html#method_getCurrentTransaction","d":"

    Returns the current transaction.

    "},{"t":"M","n":"Elastic\\Apm\\ElasticApm::getCurrentExecutionSegment","p":"Elastic/Apm/ElasticApm.html#method_getCurrentExecutionSegment","d":"

    If there is the current span then it returns the current span.

    "},{"t":"M","n":"Elastic\\Apm\\ElasticApm::beginTransaction","p":"Elastic/Apm/ElasticApm.html#method_beginTransaction","d":"

    Begins a new transaction.

    "},{"t":"M","n":"Elastic\\Apm\\ElasticApm::captureTransaction","p":"Elastic/Apm/ElasticApm.html#method_captureTransaction","d":"

    Begins a new transaction,\nruns the provided callback as the new transaction and automatically ends the new transaction.

    "},{"t":"M","n":"Elastic\\Apm\\ElasticApm::newTransaction","p":"Elastic/Apm/ElasticApm.html#method_newTransaction","d":"

    Advanced API to begin a new transaction

    "},{"t":"M","n":"Elastic\\Apm\\ElasticApm::createErrorFromThrowable","p":"Elastic/Apm/ElasticApm.html#method_createErrorFromThrowable","d":"

    Creates an error based on the given Throwable instance\nwith the current execution segment (if there is one) as the parent.

    "},{"t":"M","n":"Elastic\\Apm\\ElasticApm::createCustomError","p":"Elastic/Apm/ElasticApm.html#method_createCustomError","d":"

    Creates an error based on the given data\nwith the current execution segment (if there is one) as the parent.

    "},{"t":"M","n":"Elastic\\Apm\\ElasticApm::pauseRecording","p":"Elastic/Apm/ElasticApm.html#method_pauseRecording","d":"

    Pauses recording

    "},{"t":"M","n":"Elastic\\Apm\\ElasticApm::resumeRecording","p":"Elastic/Apm/ElasticApm.html#method_resumeRecording","d":"

    Resumes recording

    "},{"t":"M","n":"Elastic\\Apm\\ElasticApm::getSerializedCurrentDistributedTracingData","p":"Elastic/Apm/ElasticApm.html#method_getSerializedCurrentDistributedTracingData","d":""},{"t":"M","n":"Elastic\\Apm\\ExecutionSegmentContextInterface::setLabel","p":"Elastic/Apm/ExecutionSegmentContextInterface.html#method_setLabel","d":""},{"t":"M","n":"Elastic\\Apm\\ExecutionSegmentInterface::getId","p":"Elastic/Apm/ExecutionSegmentInterface.html#method_getId","d":"

    Hex encoded 64 random bits (== 8 bytes == 16 hex digits) ID.

    "},{"t":"M","n":"Elastic\\Apm\\ExecutionSegmentInterface::getTraceId","p":"Elastic/Apm/ExecutionSegmentInterface.html#method_getTraceId","d":"

    Hex encoded 128 random bits (== 16 bytes == 32 hex digits) ID of the correlated trace.

    "},{"t":"M","n":"Elastic\\Apm\\ExecutionSegmentInterface::getTimestamp","p":"Elastic/Apm/ExecutionSegmentInterface.html#method_getTimestamp","d":"

    Recorded time of the event.

    "},{"t":"M","n":"Elastic\\Apm\\ExecutionSegmentInterface::beginChildSpan","p":"Elastic/Apm/ExecutionSegmentInterface.html#method_beginChildSpan","d":"

    Begins a new span with this execution segment as the new span's parent.

    "},{"t":"M","n":"Elastic\\Apm\\ExecutionSegmentInterface::captureChildSpan","p":"Elastic/Apm/ExecutionSegmentInterface.html#method_captureChildSpan","d":"

    Begins a new span with this execution segment as the new span's parent,\nruns the provided callback as the new span and automatically ends the new span.

    "},{"t":"M","n":"Elastic\\Apm\\ExecutionSegmentInterface::setName","p":"Elastic/Apm/ExecutionSegmentInterface.html#method_setName","d":"
      \n
    • For transactions:\nThe name of this transaction.
    • \n
    "},{"t":"M","n":"Elastic\\Apm\\ExecutionSegmentInterface::setType","p":"Elastic/Apm/ExecutionSegmentInterface.html#method_setType","d":"

    Type is a keyword of specific relevance in the service's domain\ne.g.,

    \n
      \n
    • For transaction: 'db', 'external' for a span and 'request', 'backgroundjob' for a transaction, etc.
    • \n
    "},{"t":"M","n":"Elastic\\Apm\\ExecutionSegmentInterface::getDistributedTracingData","p":"Elastic/Apm/ExecutionSegmentInterface.html#method_getDistributedTracingData","d":""},{"t":"M","n":"Elastic\\Apm\\ExecutionSegmentInterface::injectDistributedTracingHeaders","p":"Elastic/Apm/ExecutionSegmentInterface.html#method_injectDistributedTracingHeaders","d":"

    Returns distributed tracing data for the current span/transaction

    "},{"t":"M","n":"Elastic\\Apm\\ExecutionSegmentInterface::end","p":"Elastic/Apm/ExecutionSegmentInterface.html#method_end","d":"

    Sets the end timestamp and finalizes this object's state.

    "},{"t":"M","n":"Elastic\\Apm\\ExecutionSegmentInterface::hasEnded","p":"Elastic/Apm/ExecutionSegmentInterface.html#method_hasEnded","d":"

    Returns true if this execution segment has already ended.

    "},{"t":"M","n":"Elastic\\Apm\\ExecutionSegmentInterface::createErrorFromThrowable","p":"Elastic/Apm/ExecutionSegmentInterface.html#method_createErrorFromThrowable","d":"

    Creates an error based on the given Throwable instance with this execution segment as the parent.

    "},{"t":"M","n":"Elastic\\Apm\\ExecutionSegmentInterface::createCustomError","p":"Elastic/Apm/ExecutionSegmentInterface.html#method_createCustomError","d":"

    Creates an error based on the given Throwable instance with this execution segment as the parent.

    "},{"t":"M","n":"Elastic\\Apm\\ExecutionSegmentInterface::setOutcome","p":"Elastic/Apm/ExecutionSegmentInterface.html#method_setOutcome","d":"

    The outcome of the transaction/span: success, failure, or unknown.

    "},{"t":"M","n":"Elastic\\Apm\\ExecutionSegmentInterface::getOutcome","p":"Elastic/Apm/ExecutionSegmentInterface.html#method_getOutcome","d":""},{"t":"M","n":"Elastic\\Apm\\ExecutionSegmentInterface::isNoop","p":"Elastic/Apm/ExecutionSegmentInterface.html#method_isNoop","d":"

    Returns true if this execution segment is a no-op (for example when recording is disabled).

    "},{"t":"M","n":"Elastic\\Apm\\ExecutionSegmentInterface::discard","p":"Elastic/Apm/ExecutionSegmentInterface.html#method_discard","d":"

    Discards this execution segment.

    "},{"t":"M","n":"Elastic\\Apm\\SpanContextDbInterface::setStatement","p":"Elastic/Apm/SpanContextDbInterface.html#method_setStatement","d":"

    A database statement (e.g. query) for the given database type

    "},{"t":"M","n":"Elastic\\Apm\\SpanContextDestinationInterface::setService","p":"Elastic/Apm/SpanContextDestinationInterface.html#method_setService","d":"

    Sets destination service context

    "},{"t":"M","n":"Elastic\\Apm\\SpanContextHttpInterface::setUrl","p":"Elastic/Apm/SpanContextHttpInterface.html#method_setUrl","d":"

    The raw url of the correlating http request

    "},{"t":"M","n":"Elastic\\Apm\\SpanContextHttpInterface::setStatusCode","p":"Elastic/Apm/SpanContextHttpInterface.html#method_setStatusCode","d":"

    The status code of the http request

    "},{"t":"M","n":"Elastic\\Apm\\SpanContextHttpInterface::setMethod","p":"Elastic/Apm/SpanContextHttpInterface.html#method_setMethod","d":"

    The method of the http request

    "},{"t":"M","n":"Elastic\\Apm\\SpanContextInterface::db","p":"Elastic/Apm/SpanContextInterface.html#method_db","d":"

    Returns an object containing contextual data for database spans

    "},{"t":"M","n":"Elastic\\Apm\\SpanContextInterface::http","p":"Elastic/Apm/SpanContextInterface.html#method_http","d":"

    Returns an object containing contextual data of the related http request

    "},{"t":"M","n":"Elastic\\Apm\\SpanContextInterface::destination","p":"Elastic/Apm/SpanContextInterface.html#method_destination","d":"

    Returns an object containing contextual data about the destination for spans

    "},{"t":"M","n":"Elastic\\Apm\\SpanInterface::getTransactionId","p":"Elastic/Apm/SpanInterface.html#method_getTransactionId","d":"

    Hex encoded 64 random bits ID of the correlated transaction.

    "},{"t":"M","n":"Elastic\\Apm\\SpanInterface::getParentId","p":"Elastic/Apm/SpanInterface.html#method_getParentId","d":"

    Hex encoded 64 random bits ID of the parent.

    "},{"t":"M","n":"Elastic\\Apm\\SpanInterface::setAction","p":"Elastic/Apm/SpanInterface.html#method_setAction","d":"

    The specific kind of event within the sub-type represented by the span\ne.g., 'query' for type/sub-type 'db'/'mysql', 'connect' for type/sub-type 'db'/'cassandra'

    "},{"t":"M","n":"Elastic\\Apm\\SpanInterface::setSubtype","p":"Elastic/Apm/SpanInterface.html#method_setSubtype","d":"

    A further sub-division of the type\ne.g., 'mysql', 'postgresql' or 'elasticsearch' for type 'db', 'http' for type 'external', etc.

    "},{"t":"M","n":"Elastic\\Apm\\SpanInterface::context","p":"Elastic/Apm/SpanInterface.html#method_context","d":"

    Returns context (context allows to set labels, etc.)

    "},{"t":"M","n":"Elastic\\Apm\\SpanInterface::endSpanEx","p":"Elastic/Apm/SpanInterface.html#method_endSpanEx","d":"

    Extended version of ExecutionSegmentInterface::end()

    "},{"t":"M","n":"Elastic\\Apm\\TransactionBuilderInterface::asCurrent","p":"Elastic/Apm/TransactionBuilderInterface.html#method_asCurrent","d":"

    New transaction will be set as the current one

    "},{"t":"M","n":"Elastic\\Apm\\TransactionBuilderInterface::timestamp","p":"Elastic/Apm/TransactionBuilderInterface.html#method_timestamp","d":"

    Set start time of the new transaction

    "},{"t":"M","n":"Elastic\\Apm\\TransactionBuilderInterface::distributedTracingHeaderExtractor","p":"Elastic/Apm/TransactionBuilderInterface.html#method_distributedTracingHeaderExtractor","d":""},{"t":"M","n":"Elastic\\Apm\\TransactionBuilderInterface::begin","p":"Elastic/Apm/TransactionBuilderInterface.html#method_begin","d":"

    Begins a new transaction.

    "},{"t":"M","n":"Elastic\\Apm\\TransactionBuilderInterface::capture","p":"Elastic/Apm/TransactionBuilderInterface.html#method_capture","d":"

    Begins a new transaction,\nruns the provided callback as the new transaction and automatically ends the new transaction.

    "},{"t":"M","n":"Elastic\\Apm\\TransactionContextInterface::request","p":"Elastic/Apm/TransactionContextInterface.html#method_request","d":"

    Returns an object that can be used to collect information about HTTP request

    "},{"t":"M","n":"Elastic\\Apm\\TransactionContextRequestInterface::setMethod","p":"Elastic/Apm/TransactionContextRequestInterface.html#method_setMethod","d":"

    HTTP method

    "},{"t":"M","n":"Elastic\\Apm\\TransactionContextRequestInterface::url","p":"Elastic/Apm/TransactionContextRequestInterface.html#method_url","d":"

    Returns an object that can be used to collect information about HTTP request's URL

    "},{"t":"M","n":"Elastic\\Apm\\TransactionContextRequestUrlInterface::setDomain","p":"Elastic/Apm/TransactionContextRequestUrlInterface.html#method_setDomain","d":"

    The domain of the request, e.g. 'example.com'

    "},{"t":"M","n":"Elastic\\Apm\\TransactionContextRequestUrlInterface::setFull","p":"Elastic/Apm/TransactionContextRequestUrlInterface.html#method_setFull","d":"

    The full, possibly agent-assembled URL of the request

    "},{"t":"M","n":"Elastic\\Apm\\TransactionContextRequestUrlInterface::setOriginal","p":"Elastic/Apm/TransactionContextRequestUrlInterface.html#method_setOriginal","d":"

    The raw, unparsed URL of the HTTP request line, e.g https://example.com:443/search?q=elasticsearch.

    "},{"t":"M","n":"Elastic\\Apm\\TransactionContextRequestUrlInterface::setPath","p":"Elastic/Apm/TransactionContextRequestUrlInterface.html#method_setPath","d":"

    The path of the request, e.g. '/search'

    "},{"t":"M","n":"Elastic\\Apm\\TransactionContextRequestUrlInterface::setPort","p":"Elastic/Apm/TransactionContextRequestUrlInterface.html#method_setPort","d":"

    The port of the request, e.g. 443

    "},{"t":"M","n":"Elastic\\Apm\\TransactionContextRequestUrlInterface::setProtocol","p":"Elastic/Apm/TransactionContextRequestUrlInterface.html#method_setProtocol","d":"

    The protocol of the request, e.g. 'http'

    "},{"t":"M","n":"Elastic\\Apm\\TransactionContextRequestUrlInterface::setQuery","p":"Elastic/Apm/TransactionContextRequestUrlInterface.html#method_setQuery","d":"

    Sets the query string information of the request.

    "},{"t":"M","n":"Elastic\\Apm\\TransactionInterface::isSampled","p":"Elastic/Apm/TransactionInterface.html#method_isSampled","d":"

    Transactions that are 'sampled' will include all available information\nTransactions that are not sampled will not have 'spans' or 'context'.

    "},{"t":"M","n":"Elastic\\Apm\\TransactionInterface::getParentId","p":"Elastic/Apm/TransactionInterface.html#method_getParentId","d":"

    Hex encoded 64 random bits ID of the parent transaction or span.

    "},{"t":"M","n":"Elastic\\Apm\\TransactionInterface::beginCurrentSpan","p":"Elastic/Apm/TransactionInterface.html#method_beginCurrentSpan","d":"

    Begins a new span with the current execution segment\nas the new span's parent and sets as the new span as the current span for this transaction.

    "},{"t":"M","n":"Elastic\\Apm\\TransactionInterface::captureCurrentSpan","p":"Elastic/Apm/TransactionInterface.html#method_captureCurrentSpan","d":"

    Begins a new span with the current execution segment as the new span's parent and\nsets the new span as the current span for this transaction.

    "},{"t":"M","n":"Elastic\\Apm\\TransactionInterface::getCurrentSpan","p":"Elastic/Apm/TransactionInterface.html#method_getCurrentSpan","d":"

    Returns the current span.

    "},{"t":"M","n":"Elastic\\Apm\\TransactionInterface::context","p":"Elastic/Apm/TransactionInterface.html#method_context","d":"

    Returns context (context allows to set labels, etc.)

    "},{"t":"M","n":"Elastic\\Apm\\TransactionInterface::setResult","p":"Elastic/Apm/TransactionInterface.html#method_setResult","d":"

    The result of the transaction.

    "},{"t":"M","n":"Elastic\\Apm\\TransactionInterface::getResult","p":"Elastic/Apm/TransactionInterface.html#method_getResult","d":""},{"t":"M","n":"Elastic\\Apm\\TransactionInterface::ensureParentId","p":"Elastic/Apm/TransactionInterface.html#method_ensureParentId","d":"

    If the transaction does not have a parent ID yet,\ncalling this method generates a new ID,\nsets it as the parent ID of this transaction, and returns it as a string.

    "},{"t":"M","n":"EmptyIterator::current","p":"EmptyIterator.html#method_current","d":"

    Return the current element

    "},{"t":"M","n":"EmptyIterator::next","p":"EmptyIterator.html#method_next","d":"

    Move forward to next element

    "},{"t":"M","n":"EmptyIterator::key","p":"EmptyIterator.html#method_key","d":"

    Return the key of the current element

    "},{"t":"M","n":"EmptyIterator::valid","p":"EmptyIterator.html#method_valid","d":"

    Checks if current position is valid

    "},{"t":"M","n":"EmptyIterator::rewind","p":"EmptyIterator.html#method_rewind","d":"

    Rewind the Iterator to the first element

    "},{"t":"M","n":"Error::__construct","p":"Error.html#method___construct","d":"

    Construct the error object.

    "},{"t":"M","n":"Error::getMessage","p":"Error.html#method_getMessage","d":"

    Gets the message

    "},{"t":"M","n":"Error::getCode","p":"Error.html#method_getCode","d":"

    Gets the exception code

    "},{"t":"M","n":"Error::getFile","p":"Error.html#method_getFile","d":"

    Gets the file in which the exception occurred

    "},{"t":"M","n":"Error::getLine","p":"Error.html#method_getLine","d":"

    Gets the line on which the object was instantiated

    "},{"t":"M","n":"Error::getTrace","p":"Error.html#method_getTrace","d":"

    Gets the stack trace

    "},{"t":"M","n":"Error::getTraceAsString","p":"Error.html#method_getTraceAsString","d":"

    Gets the stack trace as a string

    "},{"t":"M","n":"Error::getPrevious","p":"Error.html#method_getPrevious","d":"

    Returns the previous Throwable

    "},{"t":"M","n":"Error::__toString","p":"Error.html#method___toString","d":"

    Gets a string representation of the thrown object

    "},{"t":"M","n":"Error::__wakeup","p":"Error.html#method___wakeup","d":null},{"t":"M","n":"ErrorException::__construct","p":"ErrorException.html#method___construct","d":"

    Constructs the exception

    "},{"t":"M","n":"ErrorException::getSeverity","p":"ErrorException.html#method_getSeverity","d":"

    Gets the exception severity

    "},{"t":"M","n":"Ev::backend","p":"Ev.html#method_backend","d":"

    Returns an integer describing the backend used by libev.

    "},{"t":"M","n":"Ev::depth","p":"Ev.html#method_depth","d":"

    Returns recursion depth

    "},{"t":"M","n":"Ev::embeddableBackends","p":"Ev.html#method_embeddableBackends","d":"

    Returns the set of backends that are embeddable in other event loops.

    "},{"t":"M","n":"Ev::feedSignal","p":"Ev.html#method_feedSignal","d":"

    Feed signal event into Ev

    "},{"t":"M","n":"Ev::feedSignalEvent","p":"Ev.html#method_feedSignalEvent","d":"

    Feed signal event into the default loop

    "},{"t":"M","n":"Ev::iteration","p":"Ev.html#method_iteration","d":"

    Return the number of times the default event loop has polled for new events.

    "},{"t":"M","n":"Ev::now","p":"Ev.html#method_now","d":"

    Returns the time when the last iteration of the default event loop has started.

    "},{"t":"M","n":"Ev::nowUpdate","p":"Ev.html#method_nowUpdate","d":"

    Establishes the current time by querying the kernel, updating the time returned by Ev::now in the progress.

    "},{"t":"M","n":"Ev::recommendedBackends","p":"Ev.html#method_recommendedBackends","d":"

    Returns a bit mask of recommended backends for current platform.

    "},{"t":"M","n":"Ev::resume","p":"Ev.html#method_resume","d":"

    Resume previously suspended default event loop.

    "},{"t":"M","n":"Ev::run","p":"Ev.html#method_run","d":"

    Begin checking for events and calling callbacks for the default loop.

    "},{"t":"M","n":"Ev::sleep","p":"Ev.html#method_sleep","d":"

    Block the process for the given number of seconds.

    "},{"t":"M","n":"Ev::stop","p":"Ev.html#method_stop","d":"

    Stops the default event loop

    "},{"t":"M","n":"Ev::supportedBackends","p":"Ev.html#method_supportedBackends","d":"

    Returns the set of backends supported by current libev configuration.

    "},{"t":"M","n":"Ev::suspend","p":"Ev.html#method_suspend","d":"

    Suspend the default event loop.

    "},{"t":"M","n":"Ev::time","p":"Ev.html#method_time","d":"

    Returns the current time in fractional seconds since the epoch.

    "},{"t":"M","n":"Ev::verify","p":"Ev.html#method_verify","d":"

    Performs internal consistency checks (for debugging).

    "},{"t":"M","n":"EvCheck::__construct","p":"EvCheck.html#method___construct","d":""},{"t":"M","n":"EvCheck::createStopped","p":"EvCheck.html#method_createStopped","d":""},{"t":"M","n":"EvChild::__construct","p":"EvChild.html#method___construct","d":"

    Constructs the EvChild watcher object.

    "},{"t":"M","n":"EvChild::createStopped","p":"EvChild.html#method_createStopped","d":"

    Create instance of a stopped EvCheck watcher.

    "},{"t":"M","n":"EvChild::set","p":"EvChild.html#method_set","d":"

    Configures the watcher

    "},{"t":"M","n":"EvEmbed::__construct","p":"EvEmbed.html#method___construct","d":"

    Constructs the EvEmbed object.

    "},{"t":"M","n":"EvEmbed::set","p":"EvEmbed.html#method_set","d":"

    Configures the watcher.

    "},{"t":"M","n":"EvEmbed::sweep","p":"EvEmbed.html#method_sweep","d":"

    Make a single, non-blocking sweep over the embedded loop.

    "},{"t":"M","n":"EvEmbed::createStopped","p":"EvEmbed.html#method_createStopped","d":"

    Create stopped EvEmbed watcher object

    "},{"t":"M","n":"EvFork::__construct","p":"EvFork.html#method___construct","d":"

    Constructs an EvFork instance.

    "},{"t":"M","n":"EvFork::createStopped","p":"EvFork.html#method_createStopped","d":"

    Creates a stopped EvFork instance.

    "},{"t":"M","n":"EvIdle::__construct","p":"EvIdle.html#method___construct","d":"

    Constructs an EvIdle instance.

    "},{"t":"M","n":"EvIdle::createStopped","p":"EvIdle.html#method_createStopped","d":"

    Creates a stopped EvIdle instance.

    "},{"t":"M","n":"EvIo::__construct","p":"EvIo.html#method___construct","d":"

    Constructs EvIo watcher object.

    "},{"t":"M","n":"EvIo::set","p":"EvIo.html#method_set","d":"

    Configures the watcher.

    "},{"t":"M","n":"EvIo::createStopped","p":"EvIo.html#method_createStopped","d":"

    Create stopped EvIo watcher object.

    "},{"t":"M","n":"EvLoop::__construct","p":"EvLoop.html#method___construct","d":""},{"t":"M","n":"EvLoop::backend","p":"EvLoop.html#method_backend","d":"

    Returns an integer describing the backend used by libev.

    "},{"t":"M","n":"EvLoop::check","p":"EvLoop.html#method_check","d":"

    Creates EvCheck object associated with the current event loop instance.

    "},{"t":"M","n":"EvLoop::child","p":"EvLoop.html#method_child","d":"

    Creates EvChild object associated with the current event loop instance;

    "},{"t":"M","n":"EvLoop::embed","p":"EvLoop.html#method_embed","d":"

    Creates EvEmbed object associated with the current event loop instance.

    "},{"t":"M","n":"EvLoop::fork","p":"EvLoop.html#method_fork","d":"

    Creates EvFork object associated with the current event loop instance.

    "},{"t":"M","n":"EvLoop::idle","p":"EvLoop.html#method_idle","d":"

    Creates EvIdle object associated with the current event loop instance.

    "},{"t":"M","n":"EvLoop::invokePending","p":"EvLoop.html#method_invokePending","d":"

    Invoke all pending watchers while resetting their pending state.

    "},{"t":"M","n":"EvLoop::io","p":"EvLoop.html#method_io","d":"

    Creates EvIo object associated with the current event loop instance.

    "},{"t":"M","n":"EvLoop::loopFork","p":"EvLoop.html#method_loopFork","d":"

    Must be called after a fork.

    "},{"t":"M","n":"EvLoop::now","p":"EvLoop.html#method_now","d":"

    Returns the current "event loop time".

    "},{"t":"M","n":"EvLoop::nowUpdate","p":"EvLoop.html#method_nowUpdate","d":"

    Establishes the current time by querying the kernel, updating the time returned by Ev::now in the progress.

    "},{"t":"M","n":"EvLoop::periodic","p":"EvLoop.html#method_periodic","d":"

    Creates EvPeriodic object associated with the current event loop instance.

    "},{"t":"M","n":"EvLoop::prepare","p":"EvLoop.html#method_prepare","d":"

    Creates EvPrepare object associated with the current event loop instance.

    "},{"t":"M","n":"EvLoop::resume","p":"EvLoop.html#method_resume","d":"

    Resume previously suspended default event loop.

    "},{"t":"M","n":"EvLoop::run","p":"EvLoop.html#method_run","d":"

    Begin checking for events and calling callbacks for the loop.

    "},{"t":"M","n":"EvLoop::signal","p":"EvLoop.html#method_signal","d":"

    Creates EvSignal object associated with the current event loop instance.

    "},{"t":"M","n":"EvLoop::stat","p":"EvLoop.html#method_stat","d":"

    Creates EvStats object associated with the current event loop instance.

    "},{"t":"M","n":"EvLoop::stop","p":"EvLoop.html#method_stop","d":"

    Stops the event loop.

    "},{"t":"M","n":"EvLoop::suspend","p":"EvLoop.html#method_suspend","d":"

    Suspend the loop.

    "},{"t":"M","n":"EvLoop::timer","p":"EvLoop.html#method_timer","d":"

    Creates EvTimer object associated with the current event loop instance.

    "},{"t":"M","n":"EvLoop::verify","p":"EvLoop.html#method_verify","d":"

    Performs internal consistency checks (for debugging).

    "},{"t":"M","n":"EvLoop::defaultLoop","p":"EvLoop.html#method_defaultLoop","d":"

    Returns or creates the default event loop.

    "},{"t":"M","n":"EvPeriodic::__construct","p":"EvPeriodic.html#method___construct","d":"

    Constructs EvPeriodic watcher object.

    "},{"t":"M","n":"EvPeriodic::again","p":"EvPeriodic.html#method_again","d":"

    Simply stops and restarts the periodic watcher again.

    "},{"t":"M","n":"EvPeriodic::at","p":"EvPeriodic.html#method_at","d":"

    Returns the absolute time that this watcher is supposed to trigger next.

    "},{"t":"M","n":"EvPeriodic::createStopped","p":"EvPeriodic.html#method_createStopped","d":"

    Create a stopped EvPeriodic watcher

    "},{"t":"M","n":"EvPeriodic::set","p":"EvPeriodic.html#method_set","d":"

    Configures the watcher

    "},{"t":"M","n":"EvPrepare::__construct","p":"EvPrepare.html#method___construct","d":"

    Constructs EvPrepare watcher object.

    "},{"t":"M","n":"EvPrepare::createStopped","p":"EvPrepare.html#method_createStopped","d":"

    Creates a stopped instance of EvPrepare watcher.

    "},{"t":"M","n":"EvSignal::__construct","p":"EvSignal.html#method___construct","d":"

    Constructs EvSignal watcher object

    "},{"t":"M","n":"EvSignal::set","p":"EvSignal.html#method_set","d":"

    Configures the watcher.

    "},{"t":"M","n":"EvSignal::createStopped","p":"EvSignal.html#method_createStopped","d":"

    Creates a stopped instance of EvSignal watcher.

    "},{"t":"M","n":"EvStat::__construct","p":"EvStat.html#method___construct","d":"

    Constructs EvStat watcher object.

    "},{"t":"M","n":"EvStat::attr","p":"EvStat.html#method_attr","d":""},{"t":"M","n":"EvStat::prev","p":"EvStat.html#method_prev","d":""},{"t":"M","n":"EvStat::set","p":"EvStat.html#method_set","d":"

    Configures the watcher.

    "},{"t":"M","n":"EvStat::stat","p":"EvStat.html#method_stat","d":"

    Initiates the stat call.

    "},{"t":"M","n":"EvStat::createStopped","p":"EvStat.html#method_createStopped","d":"

    Create a stopped EvStat watcher object.

    "},{"t":"M","n":"EvTimer::__construct","p":"EvTimer.html#method___construct","d":"

    Constructs an EvTimer watcher object.

    "},{"t":"M","n":"EvTimer::again","p":"EvTimer.html#method_again","d":"

    Restarts the timer watcher.

    "},{"t":"M","n":"EvTimer::set","p":"EvTimer.html#method_set","d":"

    Configures the watcher.

    "},{"t":"M","n":"EvTimer::createStopped","p":"EvTimer.html#method_createStopped","d":"

    Creates a stopped EvTimer watcher object.

    "},{"t":"M","n":"EvWatcher::__construct","p":"EvWatcher.html#method___construct","d":"

    Abstract constructor of a watcher object

    "},{"t":"M","n":"EvWatcher::clear","p":"EvWatcher.html#method_clear","d":"

    Clear watcher pending status.

    "},{"t":"M","n":"EvWatcher::feed","p":"EvWatcher.html#method_feed","d":"

    Feeds the given revents set into the event loop.

    "},{"t":"M","n":"EvWatcher::getLoop","p":"EvWatcher.html#method_getLoop","d":"

    Returns the loop responsible for the watcher.

    "},{"t":"M","n":"EvWatcher::invoke","p":"EvWatcher.html#method_invoke","d":"

    Invokes the watcher callback with the given received events bit mask.

    "},{"t":"M","n":"EvWatcher::keepalive","p":"EvWatcher.html#method_keepalive","d":"

    Configures whether to keep the loop from returning.

    "},{"t":"M","n":"EvWatcher::setCallback","p":"EvWatcher.html#method_setCallback","d":"

    Sets new callback for the watcher.

    "},{"t":"M","n":"EvWatcher::start","p":"EvWatcher.html#method_start","d":"

    Starts the watcher.

    "},{"t":"M","n":"EvWatcher::stop","p":"EvWatcher.html#method_stop","d":"

    Stops the watcher.

    "},{"t":"M","n":"Event::__construct","p":"Event.html#method___construct","d":"__construct."},{"t":"M","n":"Event::add","p":"Event.html#method_add","d":"add."},{"t":"M","n":"Event::addSignal","p":"Event.html#method_addSignal","d":"addSignal."},{"t":"M","n":"Event::addTimer","p":"Event.html#method_addTimer","d":"addTimer."},{"t":"M","n":"Event::del","p":"Event.html#method_del","d":"del."},{"t":"M","n":"Event::delSignal","p":"Event.html#method_delSignal","d":"delSignal."},{"t":"M","n":"Event::delTimer","p":"Event.html#method_delTimer","d":"delTimer."},{"t":"M","n":"Event::free","p":"Event.html#method_free","d":"free."},{"t":"M","n":"Event::getSupportedMethods","p":"Event.html#method_getSupportedMethods","d":"getSupportedMethods."},{"t":"M","n":"Event::pending","p":"Event.html#method_pending","d":"pending."},{"t":"M","n":"Event::set","p":"Event.html#method_set","d":"set."},{"t":"M","n":"Event::setPriority","p":"Event.html#method_setPriority","d":"setPriority."},{"t":"M","n":"Event::setTimer","p":"Event.html#method_setTimer","d":"setTimer."},{"t":"M","n":"Event::signal","p":"Event.html#method_signal","d":"signal."},{"t":"M","n":"Event::timer","p":"Event.html#method_timer","d":"timer."},{"t":"M","n":"EventBase::__construct","p":"EventBase.html#method___construct","d":"__construct."},{"t":"M","n":"EventBase::dispatch","p":"EventBase.html#method_dispatch","d":"dispatch."},{"t":"M","n":"EventBase::exit","p":"EventBase.html#method_exit","d":"exit."},{"t":"M","n":"EventBase::free","p":"EventBase.html#method_free","d":"free."},{"t":"M","n":"EventBase::getFeatures","p":"EventBase.html#method_getFeatures","d":"getFeatures."},{"t":"M","n":"EventBase::getMethod","p":"EventBase.html#method_getMethod","d":"getMethod."},{"t":"M","n":"EventBase::getTimeOfDayCached","p":"EventBase.html#method_getTimeOfDayCached","d":"getTimeOfDayCached."},{"t":"M","n":"EventBase::gotExit","p":"EventBase.html#method_gotExit","d":"gotExit."},{"t":"M","n":"EventBase::gotStop","p":"EventBase.html#method_gotStop","d":"gotStop."},{"t":"M","n":"EventBase::loop","p":"EventBase.html#method_loop","d":"loop."},{"t":"M","n":"EventBase::priorityInit","p":"EventBase.html#method_priorityInit","d":"priorityInit."},{"t":"M","n":"EventBase::reInit","p":"EventBase.html#method_reInit","d":"reInit."},{"t":"M","n":"EventBase::resume","p":"EventBase.html#method_resume","d":"

    Tells event_base to resume previously stopped event

    "},{"t":"M","n":"EventBase::stop","p":"EventBase.html#method_stop","d":"stop."},{"t":"M","n":"EventBase::updateCacheTime","p":"EventBase.html#method_updateCacheTime","d":"

    Updates cache time

    "},{"t":"M","n":"EventBuffer::__construct","p":"EventBuffer.html#method___construct","d":"__construct."},{"t":"M","n":"EventBuffer::add","p":"EventBuffer.html#method_add","d":"add."},{"t":"M","n":"EventBuffer::addBuffer","p":"EventBuffer.html#method_addBuffer","d":"addBuffer."},{"t":"M","n":"EventBuffer::appendFrom","p":"EventBuffer.html#method_appendFrom","d":"appendFrom."},{"t":"M","n":"EventBuffer::copyout","p":"EventBuffer.html#method_copyout","d":"copyout."},{"t":"M","n":"EventBuffer::drain","p":"EventBuffer.html#method_drain","d":"drain."},{"t":"M","n":"EventBuffer::enableLocking","p":"EventBuffer.html#method_enableLocking","d":"enableLocking."},{"t":"M","n":"EventBuffer::expand","p":"EventBuffer.html#method_expand","d":"expand."},{"t":"M","n":"EventBuffer::freeze","p":"EventBuffer.html#method_freeze","d":"freeze."},{"t":"M","n":"EventBuffer::lock","p":"EventBuffer.html#method_lock","d":"lock."},{"t":"M","n":"EventBuffer::prepend","p":"EventBuffer.html#method_prepend","d":"prepend."},{"t":"M","n":"EventBuffer::prependBuffer","p":"EventBuffer.html#method_prependBuffer","d":"prependBuffer."},{"t":"M","n":"EventBuffer::pullup","p":"EventBuffer.html#method_pullup","d":"pullup."},{"t":"M","n":"EventBuffer::read","p":"EventBuffer.html#method_read","d":"read."},{"t":"M","n":"EventBuffer::readFrom","p":"EventBuffer.html#method_readFrom","d":"readFrom."},{"t":"M","n":"EventBuffer::readLine","p":"EventBuffer.html#method_readLine","d":"readLine."},{"t":"M","n":"EventBuffer::search","p":"EventBuffer.html#method_search","d":"search."},{"t":"M","n":"EventBuffer::searchEol","p":"EventBuffer.html#method_searchEol","d":"searchEol."},{"t":"M","n":"EventBuffer::substr","p":"EventBuffer.html#method_substr","d":"substr."},{"t":"M","n":"EventBuffer::unfreeze","p":"EventBuffer.html#method_unfreeze","d":"unfreeze."},{"t":"M","n":"EventBuffer::unlock","p":"EventBuffer.html#method_unlock","d":"unlock."},{"t":"M","n":"EventBuffer::write","p":"EventBuffer.html#method_write","d":"write."},{"t":"M","n":"EventBufferEvent::__construct","p":"EventBufferEvent.html#method___construct","d":"__construct."},{"t":"M","n":"EventBufferEvent::close","p":"EventBufferEvent.html#method_close","d":"close."},{"t":"M","n":"EventBufferEvent::connect","p":"EventBufferEvent.html#method_connect","d":"connect."},{"t":"M","n":"EventBufferEvent::connectHost","p":"EventBufferEvent.html#method_connectHost","d":"connectHost."},{"t":"M","n":"EventBufferEvent::createSslFilter","p":"EventBufferEvent.html#method_createSslFilter","d":"createSslFilter"},{"t":"M","n":"EventBufferEvent::createPair","p":"EventBufferEvent.html#method_createPair","d":"createPair."},{"t":"M","n":"EventBufferEvent::disable","p":"EventBufferEvent.html#method_disable","d":"disable."},{"t":"M","n":"EventBufferEvent::enable","p":"EventBufferEvent.html#method_enable","d":"enable."},{"t":"M","n":"EventBufferEvent::free","p":"EventBufferEvent.html#method_free","d":"free."},{"t":"M","n":"EventBufferEvent::getDnsErrorString","p":"EventBufferEvent.html#method_getDnsErrorString","d":"getDnsErrorString."},{"t":"M","n":"EventBufferEvent::getEnabled","p":"EventBufferEvent.html#method_getEnabled","d":"getEnabled."},{"t":"M","n":"EventBufferEvent::getInput","p":"EventBufferEvent.html#method_getInput","d":"getInput."},{"t":"M","n":"EventBufferEvent::getOutput","p":"EventBufferEvent.html#method_getOutput","d":"getOutput."},{"t":"M","n":"EventBufferEvent::read","p":"EventBufferEvent.html#method_read","d":"read."},{"t":"M","n":"EventBufferEvent::readBuffer","p":"EventBufferEvent.html#method_readBuffer","d":"readBuffer."},{"t":"M","n":"EventBufferEvent::setCallbacks","p":"EventBufferEvent.html#method_setCallbacks","d":"setCallbacks."},{"t":"M","n":"EventBufferEvent::setPriority","p":"EventBufferEvent.html#method_setPriority","d":"setPriority."},{"t":"M","n":"EventBufferEvent::setTimeouts","p":"EventBufferEvent.html#method_setTimeouts","d":"setTimeouts."},{"t":"M","n":"EventBufferEvent::setWatermark","p":"EventBufferEvent.html#method_setWatermark","d":"setWatermark."},{"t":"M","n":"EventBufferEvent::sslError","p":"EventBufferEvent.html#method_sslError","d":"sslError."},{"t":"M","n":"EventBufferEvent::sslFilter","p":"EventBufferEvent.html#method_sslFilter","d":"sslFilter."},{"t":"M","n":"EventBufferEvent::sslGetCipherInfo","p":"EventBufferEvent.html#method_sslGetCipherInfo","d":"sslGetCipherInfo."},{"t":"M","n":"EventBufferEvent::sslGetCipherName","p":"EventBufferEvent.html#method_sslGetCipherName","d":"sslGetCipherName."},{"t":"M","n":"EventBufferEvent::sslGetCipherVersion","p":"EventBufferEvent.html#method_sslGetCipherVersion","d":"sslGetCipherVersion."},{"t":"M","n":"EventBufferEvent::sslGetProtocol","p":"EventBufferEvent.html#method_sslGetProtocol","d":"sslGetProtocol."},{"t":"M","n":"EventBufferEvent::sslRenegotiate","p":"EventBufferEvent.html#method_sslRenegotiate","d":"sslRenegotiate."},{"t":"M","n":"EventBufferEvent::sslSocket","p":"EventBufferEvent.html#method_sslSocket","d":"sslSocket."},{"t":"M","n":"EventBufferEvent::write","p":"EventBufferEvent.html#method_write","d":"write."},{"t":"M","n":"EventBufferEvent::writeBuffer","p":"EventBufferEvent.html#method_writeBuffer","d":"writeBuffer."},{"t":"M","n":"EventConfig::__construct","p":"EventConfig.html#method___construct","d":"__construct."},{"t":"M","n":"EventConfig::avoidMethod","p":"EventConfig.html#method_avoidMethod","d":"avoidMethod."},{"t":"M","n":"EventConfig::requireFeatures","p":"EventConfig.html#method_requireFeatures","d":"requireFeatures."},{"t":"M","n":"EventConfig::setFlags","p":"EventConfig.html#method_setFlags","d":"

    Sets one or more flags to configure what parts of the eventual EventBase\nwill be initialized, and how they'll work

    "},{"t":"M","n":"EventConfig::setMaxDispatchInterval","p":"EventConfig.html#method_setMaxDispatchInterval","d":"setMaxDispatchInterval."},{"t":"M","n":"EventDnsBase::__construct","p":"EventDnsBase.html#method___construct","d":"__construct."},{"t":"M","n":"EventDnsBase::addNameserverIp","p":"EventDnsBase.html#method_addNameserverIp","d":"addNameserverIp."},{"t":"M","n":"EventDnsBase::addSearch","p":"EventDnsBase.html#method_addSearch","d":"addSearch."},{"t":"M","n":"EventDnsBase::clearSearch","p":"EventDnsBase.html#method_clearSearch","d":"clearSearch."},{"t":"M","n":"EventDnsBase::countNameservers","p":"EventDnsBase.html#method_countNameservers","d":"countNameservers."},{"t":"M","n":"EventDnsBase::loadHosts","p":"EventDnsBase.html#method_loadHosts","d":"loadHosts."},{"t":"M","n":"EventDnsBase::parseResolvConf","p":"EventDnsBase.html#method_parseResolvConf","d":"parseResolvConf."},{"t":"M","n":"EventDnsBase::setOption","p":"EventDnsBase.html#method_setOption","d":"setOption."},{"t":"M","n":"EventDnsBase::setSearchNdots","p":"EventDnsBase.html#method_setSearchNdots","d":"setSearchNdots."},{"t":"M","n":"EventHttp::__construct","p":"EventHttp.html#method___construct","d":"__construct."},{"t":"M","n":"EventHttp::accept","p":"EventHttp.html#method_accept","d":"accept."},{"t":"M","n":"EventHttp::addServerAlias","p":"EventHttp.html#method_addServerAlias","d":"addServerAlias."},{"t":"M","n":"EventHttp::bind","p":"EventHttp.html#method_bind","d":"bind."},{"t":"M","n":"EventHttp::removeServerAlias","p":"EventHttp.html#method_removeServerAlias","d":"removeServerAlias."},{"t":"M","n":"EventHttp::setAllowedMethods","p":"EventHttp.html#method_setAllowedMethods","d":"setAllowedMethods."},{"t":"M","n":"EventHttp::setCallback","p":"EventHttp.html#method_setCallback","d":"setCallback."},{"t":"M","n":"EventHttp::setDefaultCallback","p":"EventHttp.html#method_setDefaultCallback","d":"setDefaultCallback."},{"t":"M","n":"EventHttp::setMaxBodySize","p":"EventHttp.html#method_setMaxBodySize","d":"setMaxBodySize."},{"t":"M","n":"EventHttp::setMaxHeadersSize","p":"EventHttp.html#method_setMaxHeadersSize","d":"setMaxHeadersSize."},{"t":"M","n":"EventHttp::setTimeout","p":"EventHttp.html#method_setTimeout","d":"setTimeout."},{"t":"M","n":"EventHttpConnection::__construct","p":"EventHttpConnection.html#method___construct","d":"__construct."},{"t":"M","n":"EventHttpConnection::getBase","p":"EventHttpConnection.html#method_getBase","d":"getBase."},{"t":"M","n":"EventHttpConnection::getPeer","p":"EventHttpConnection.html#method_getPeer","d":"getPeer."},{"t":"M","n":"EventHttpConnection::makeRequest","p":"EventHttpConnection.html#method_makeRequest","d":"makeRequest."},{"t":"M","n":"EventHttpConnection::setCloseCallback","p":"EventHttpConnection.html#method_setCloseCallback","d":"setCloseCallback."},{"t":"M","n":"EventHttpConnection::setLocalAddress","p":"EventHttpConnection.html#method_setLocalAddress","d":"setLocalAddress."},{"t":"M","n":"EventHttpConnection::setLocalPort","p":"EventHttpConnection.html#method_setLocalPort","d":"setLocalPort."},{"t":"M","n":"EventHttpConnection::setMaxBodySize","p":"EventHttpConnection.html#method_setMaxBodySize","d":"setMaxBodySize."},{"t":"M","n":"EventHttpConnection::setMaxHeadersSize","p":"EventHttpConnection.html#method_setMaxHeadersSize","d":"setMaxHeadersSize."},{"t":"M","n":"EventHttpConnection::setRetries","p":"EventHttpConnection.html#method_setRetries","d":"setRetries."},{"t":"M","n":"EventHttpConnection::setTimeout","p":"EventHttpConnection.html#method_setTimeout","d":"setTimeout."},{"t":"M","n":"EventHttpRequest::__construct","p":"EventHttpRequest.html#method___construct","d":"

    EventHttpRequest constructor.

    "},{"t":"M","n":"EventHttpRequest::addHeader","p":"EventHttpRequest.html#method_addHeader","d":null},{"t":"M","n":"EventHttpRequest::cancel","p":"EventHttpRequest.html#method_cancel","d":null},{"t":"M","n":"EventHttpRequest::clearHeaders","p":"EventHttpRequest.html#method_clearHeaders","d":null},{"t":"M","n":"EventHttpRequest::closeConnection","p":"EventHttpRequest.html#method_closeConnection","d":null},{"t":"M","n":"EventHttpRequest::findHeader","p":"EventHttpRequest.html#method_findHeader","d":null},{"t":"M","n":"EventHttpRequest::free","p":"EventHttpRequest.html#method_free","d":null},{"t":"M","n":"EventHttpRequest::getCommand","p":"EventHttpRequest.html#method_getCommand","d":null},{"t":"M","n":"EventHttpRequest::getConnection","p":"EventHttpRequest.html#method_getConnection","d":null},{"t":"M","n":"EventHttpRequest::getHost","p":"EventHttpRequest.html#method_getHost","d":null},{"t":"M","n":"EventHttpRequest::getInputBuffer","p":"EventHttpRequest.html#method_getInputBuffer","d":null},{"t":"M","n":"EventHttpRequest::getInputHeaders","p":"EventHttpRequest.html#method_getInputHeaders","d":null},{"t":"M","n":"EventHttpRequest::getOutputBuffer","p":"EventHttpRequest.html#method_getOutputBuffer","d":null},{"t":"M","n":"EventHttpRequest::getOutputHeaders","p":"EventHttpRequest.html#method_getOutputHeaders","d":null},{"t":"M","n":"EventHttpRequest::getResponseCode","p":"EventHttpRequest.html#method_getResponseCode","d":null},{"t":"M","n":"EventHttpRequest::getUri","p":"EventHttpRequest.html#method_getUri","d":null},{"t":"M","n":"EventHttpRequest::removeHeader","p":"EventHttpRequest.html#method_removeHeader","d":null},{"t":"M","n":"EventHttpRequest::sendError","p":"EventHttpRequest.html#method_sendError","d":null},{"t":"M","n":"EventHttpRequest::sendReply","p":"EventHttpRequest.html#method_sendReply","d":null},{"t":"M","n":"EventHttpRequest::sendReplyChunk","p":"EventHttpRequest.html#method_sendReplyChunk","d":null},{"t":"M","n":"EventHttpRequest::sendReplyEnd","p":"EventHttpRequest.html#method_sendReplyEnd","d":null},{"t":"M","n":"EventHttpRequest::sendReplyStart","p":"EventHttpRequest.html#method_sendReplyStart","d":null},{"t":"M","n":"EventListener::__construct","p":"EventListener.html#method___construct","d":"__construct."},{"t":"M","n":"EventListener::disable","p":"EventListener.html#method_disable","d":"disable."},{"t":"M","n":"EventListener::enable","p":"EventListener.html#method_enable","d":"enable."},{"t":"M","n":"EventListener::free","p":"EventListener.html#method_free","d":null},{"t":"M","n":"EventListener::getBase","p":"EventListener.html#method_getBase","d":"getBase."},{"t":"M","n":"EventListener::getSocketName","p":"EventListener.html#method_getSocketName","d":"getSocketName."},{"t":"M","n":"EventListener::setCallback","p":"EventListener.html#method_setCallback","d":"setCallback."},{"t":"M","n":"EventListener::setErrorCallback","p":"EventListener.html#method_setErrorCallback","d":"setErrorCallback."},{"t":"M","n":"EventSslContext::__construct","p":"EventSslContext.html#method___construct","d":"__construct."},{"t":"M","n":"EventSslContext::setMinProtoVersion","p":"EventSslContext.html#method_setMinProtoVersion","d":"

    Sets minimum supported protocol version for the SSL context

    "},{"t":"M","n":"EventSslContext::setMaxProtoVersion","p":"EventSslContext.html#method_setMaxProtoVersion","d":"

    Sets max supported protocol version for the SSL context.

    "},{"t":"M","n":"EventUtil::__construct","p":"EventUtil.html#method___construct","d":"__construct."},{"t":"M","n":"EventUtil::createSocket","p":"EventUtil.html#method_createSocket","d":""},{"t":"M","n":"EventUtil::getLastSocketErrno","p":"EventUtil.html#method_getLastSocketErrno","d":"getLastSocketErrno."},{"t":"M","n":"EventUtil::getLastSocketError","p":"EventUtil.html#method_getLastSocketError","d":"getLastSocketError."},{"t":"M","n":"EventUtil::getSocketFd","p":"EventUtil.html#method_getSocketFd","d":"getSocketFd."},{"t":"M","n":"EventUtil::getSocketName","p":"EventUtil.html#method_getSocketName","d":"getSocketName."},{"t":"M","n":"EventUtil::setSocketOption","p":"EventUtil.html#method_setSocketOption","d":"setSocketOption."},{"t":"M","n":"EventUtil::sslRandPoll","p":"EventUtil.html#method_sslRandPoll","d":"sslRandPoll."},{"t":"M","n":"Exception::__construct","p":"Exception.html#method___construct","d":"

    Construct the exception. Note: The message is NOT binary safe.

    "},{"t":"M","n":"Exception::getMessage","p":"Exception.html#method_getMessage","d":"

    Gets the Exception message

    "},{"t":"M","n":"Exception::getCode","p":"Exception.html#method_getCode","d":"

    Gets the Exception code

    "},{"t":"M","n":"Exception::getFile","p":"Exception.html#method_getFile","d":"

    Gets the file in which the exception occurred

    "},{"t":"M","n":"Exception::getLine","p":"Exception.html#method_getLine","d":"

    Gets the line in which the exception occurred

    "},{"t":"M","n":"Exception::getTrace","p":"Exception.html#method_getTrace","d":"

    Gets the stack trace

    "},{"t":"M","n":"Exception::getPrevious","p":"Exception.html#method_getPrevious","d":"

    Returns previous Exception

    "},{"t":"M","n":"Exception::getTraceAsString","p":"Exception.html#method_getTraceAsString","d":"

    Gets the stack trace as a string

    "},{"t":"M","n":"Exception::__toString","p":"Exception.html#method___toString","d":"

    String representation of the exception

    "},{"t":"M","n":"Exception::__wakeup","p":"Exception.html#method___wakeup","d":null},{"t":"M","n":"FANNConnection::__construct","p":"FANNConnection.html#method___construct","d":"

    The connection constructor

    "},{"t":"M","n":"FANNConnection::getFromNeuron","p":"FANNConnection.html#method_getFromNeuron","d":"

    Returns the postions of starting neuron.

    "},{"t":"M","n":"FANNConnection::getToNeuron","p":"FANNConnection.html#method_getToNeuron","d":"

    Returns the postions of terminating neuron

    "},{"t":"M","n":"FANNConnection::getWeight","p":"FANNConnection.html#method_getWeight","d":"

    Returns the connection weight

    "},{"t":"M","n":"FANNConnection::setWeight","p":"FANNConnection.html#method_setWeight","d":"

    Sets the connections weight

    "},{"t":"M","n":"FFI::cdef","p":"FFI.html#method_cdef","d":"

    The method creates a binding on the existing C function.

    "},{"t":"M","n":"FFI::load","p":"FFI.html#method_load","d":"

    Instead of embedding of a long C definition into PHP string,\nand creating FFI through FFI::cdef(), it's possible to separate\nit into a C header file. Note, that C preprocessor directives\n(e.g. #define or #ifdef) are not supported. And only a couple of\nspecial macros may be used especially for FFI.

    "},{"t":"M","n":"FFI::scope","p":"FFI.html#method_scope","d":"

    FFI definition parsing and shared library loading may take\nsignificant time. It's not useful to do it on each HTTP request in\nWEB environment. However, it's possible to pre-load FFI definitions\nand libraries at php startup, and instantiate FFI objects when\nnecessary. Header files may be extended with FFI_SCOPE define\n(default pre-loading scope is "C"). This name is going to be\nused as FFI::scope() argument. It's possible to pre-load few\nfiles into a single scope.

    "},{"t":"M","n":"FFI::new","p":"FFI.html#method_new","d":"

    Method that creates an arbitrary C structure.

    "},{"t":"M","n":"FFI::free","p":"FFI.html#method_free","d":"

    Manually removes previously created "not-owned" data structure.

    "},{"t":"M","n":"FFI::cast","p":"FFI.html#method_cast","d":"

    Casts given $pointer to another C type, specified by C declaration\nstring or FFI\\CType object.

    "},{"t":"M","n":"FFI::type","p":"FFI.html#method_type","d":"

    This function creates and returns a FFI\\CType object, representng\ntype of the given C type declaration string.

    "},{"t":"M","n":"FFI::typeof","p":"FFI.html#method_typeof","d":"

    This function returns the FFI\\CType object, representing the type of\nthe given FFI\\CData object.

    "},{"t":"M","n":"FFI::arrayType","p":"FFI.html#method_arrayType","d":"

    Constructs a new C array type with elements of $type and\ndimensions specified by $dimensions.

    "},{"t":"M","n":"FFI::addr","p":"FFI.html#method_addr","d":"

    Returns C pointer to the given C data structure. The pointer is\nnot "owned" and won't be free. Anyway, this is a potentially\nunsafe operation, because the life-time of the returned pointer\nmay be longer than life-time of the source object, and this may\ncause dangling pointer dereference (like in regular C).

    "},{"t":"M","n":"FFI::sizeof","p":"FFI.html#method_sizeof","d":"

    Returns size of C data type of the given FFI\\CData or FFI\\CType.

    "},{"t":"M","n":"FFI::alignof","p":"FFI.html#method_alignof","d":"

    Returns size of C data type of the given FFI\\CData or FFI\\CType.

    "},{"t":"M","n":"FFI::memcpy","p":"FFI.html#method_memcpy","d":"

    Copies $size bytes from memory area $source to memory area $target.

    "},{"t":"M","n":"FFI::memcmp","p":"FFI.html#method_memcmp","d":"

    Compares $size bytes from memory area $ptr1 and $ptr2.

    "},{"t":"M","n":"FFI::memset","p":"FFI.html#method_memset","d":"

    Fills the $size bytes of the memory area pointed to by $target with\nthe constant byte $byte.

    "},{"t":"M","n":"FFI::string","p":"FFI.html#method_string","d":"

    Creates a PHP string from $size bytes of memory area pointed by\n$source. If size is omitted, $source must be zero terminated\narray of C chars.

    "},{"t":"M","n":"FFI::isNull","p":"FFI.html#method_isNull","d":"

    Checks whether the FFI\\CData is a null pointer.

    "},{"t":"M","n":"FFI\\CData::__get","p":"FFI/CData.html#method___get","d":""},{"t":"M","n":"FFI\\CData::__set","p":"FFI/CData.html#method___set","d":"

    In the case that CData is a wrapper over an array, it is an\nimplementation of the {\\Traversable}, {\\Countable},\nand {\\ArrayAccess}

    "},{"t":"M","n":"FFI\\CData::__invoke","p":"FFI/CData.html#method___invoke","d":""},{"t":"M","n":"FFI\\CType::getName","p":"FFI/CType.html#method_getName","d":"

    Returns the name of the type.

    "},{"t":"M","n":"FFI\\CType::getKind","p":"FFI/CType.html#method_getKind","d":"

    Returns the identifier of the root type.

    "},{"t":"M","n":"FFI\\CType::getSize","p":"FFI/CType.html#method_getSize","d":"

    Returns the size of the type in bytes.

    "},{"t":"M","n":"FFI\\CType::getAlignment","p":"FFI/CType.html#method_getAlignment","d":"

    Returns the alignment of the type in bytes.

    "},{"t":"M","n":"FFI\\CType::getAttributes","p":"FFI/CType.html#method_getAttributes","d":"

    Returns the bit-mask of type attributes.

    "},{"t":"M","n":"FFI\\CType::getEnumKind","p":"FFI/CType.html#method_getEnumKind","d":"

    Returns the identifier of the enum value type.

    "},{"t":"M","n":"FFI\\CType::getArrayElementType","p":"FFI/CType.html#method_getArrayElementType","d":"

    Returns the type of array elements.

    "},{"t":"M","n":"FFI\\CType::getArrayLength","p":"FFI/CType.html#method_getArrayLength","d":"

    Returns the size of an array.

    "},{"t":"M","n":"FFI\\CType::getPointerType","p":"FFI/CType.html#method_getPointerType","d":"

    Returns the original type of the pointer.

    "},{"t":"M","n":"FFI\\CType::getStructFieldNames","p":"FFI/CType.html#method_getStructFieldNames","d":"

    Returns the field string names of a structure or union.

    "},{"t":"M","n":"FFI\\CType::getStructFieldOffset","p":"FFI/CType.html#method_getStructFieldOffset","d":"

    Returns the offset of the structure by the name of this field. In\nthe case that the type is a union, then for each field of this type\nthe offset will be equal to 0.

    "},{"t":"M","n":"FFI\\CType::getStructFieldType","p":"FFI/CType.html#method_getStructFieldType","d":"

    Returns the field type of a structure or union.

    "},{"t":"M","n":"FFI\\CType::getFuncABI","p":"FFI/CType.html#method_getFuncABI","d":"

    Returns the application binary interface (ABI) identifier with which\nyou can call the function.

    "},{"t":"M","n":"FFI\\CType::getFuncReturnType","p":"FFI/CType.html#method_getFuncReturnType","d":"

    Returns the return type of the function.

    "},{"t":"M","n":"FFI\\CType::getFuncParameterCount","p":"FFI/CType.html#method_getFuncParameterCount","d":"

    Returns the number of arguments to the function.

    "},{"t":"M","n":"FFI\\CType::getFuncParameterType","p":"FFI/CType.html#method_getFuncParameterType","d":"

    Returns the type of the function argument by its numeric index.

    "},{"t":"M","n":"Fiber::__construct","p":"Fiber.html#method___construct","d":""},{"t":"M","n":"Fiber::start","p":"Fiber.html#method_start","d":"

    Starts execution of the fiber. Returns when the fiber suspends or terminates.

    "},{"t":"M","n":"Fiber::resume","p":"Fiber.html#method_resume","d":"

    Resumes the fiber, returning the given value from {Fiber::suspend()}.

    "},{"t":"M","n":"Fiber::throw","p":"Fiber.html#method_throw","d":"

    Throws the given exception into the fiber from {Fiber::suspend()}.

    "},{"t":"M","n":"Fiber::isStarted","p":"Fiber.html#method_isStarted","d":""},{"t":"M","n":"Fiber::isSuspended","p":"Fiber.html#method_isSuspended","d":""},{"t":"M","n":"Fiber::isRunning","p":"Fiber.html#method_isRunning","d":""},{"t":"M","n":"Fiber::isTerminated","p":"Fiber.html#method_isTerminated","d":""},{"t":"M","n":"Fiber::getReturn","p":"Fiber.html#method_getReturn","d":""},{"t":"M","n":"Fiber::getCurrent","p":"Fiber.html#method_getCurrent","d":""},{"t":"M","n":"Fiber::suspend","p":"Fiber.html#method_suspend","d":"

    Suspend execution of the fiber. The fiber may be resumed with {Fiber::resume()} or {Fiber::throw()}.

    "},{"t":"M","n":"FiberError::__construct","p":"FiberError.html#method___construct","d":"

    Construct the error object.

    "},{"t":"M","n":"FilesystemIterator::__construct","p":"FilesystemIterator.html#method___construct","d":"

    Constructs a new filesystem iterator

    "},{"t":"M","n":"FilesystemIterator::rewind","p":"FilesystemIterator.html#method_rewind","d":"

    Rewinds back to the beginning

    "},{"t":"M","n":"FilesystemIterator::next","p":"FilesystemIterator.html#method_next","d":"

    Move to the next file

    "},{"t":"M","n":"FilesystemIterator::key","p":"FilesystemIterator.html#method_key","d":"

    Retrieve the key for the current file

    "},{"t":"M","n":"FilesystemIterator::current","p":"FilesystemIterator.html#method_current","d":"

    The current file

    "},{"t":"M","n":"FilesystemIterator::getFlags","p":"FilesystemIterator.html#method_getFlags","d":"

    Get the handling flags

    "},{"t":"M","n":"FilesystemIterator::setFlags","p":"FilesystemIterator.html#method_setFlags","d":"

    Sets handling flags

    "},{"t":"M","n":"FilterIterator::accept","p":"FilterIterator.html#method_accept","d":"

    Check whether the current element of the iterator is acceptable

    "},{"t":"M","n":"FilterIterator::__construct","p":"FilterIterator.html#method___construct","d":"

    Construct a filterIterator

    "},{"t":"M","n":"FilterIterator::rewind","p":"FilterIterator.html#method_rewind","d":"

    Rewind the iterator

    "},{"t":"M","n":"FilterIterator::valid","p":"FilterIterator.html#method_valid","d":"

    Check whether the current element is valid

    "},{"t":"M","n":"FilterIterator::key","p":"FilterIterator.html#method_key","d":"

    Get the current key

    "},{"t":"M","n":"FilterIterator::current","p":"FilterIterator.html#method_current","d":"

    Get the current element value

    "},{"t":"M","n":"FilterIterator::next","p":"FilterIterator.html#method_next","d":"

    Move the iterator forward

    "},{"t":"M","n":"FilterIterator::getInnerIterator","p":"FilterIterator.html#method_getInnerIterator","d":"

    Get the inner iterator

    "},{"t":"M","n":"GEOSGeometry::__construct","p":"GEOSGeometry.html#method___construct","d":"

    GEOSGeometry constructor.

    "},{"t":"M","n":"GEOSGeometry::__toString","p":"GEOSGeometry.html#method___toString","d":""},{"t":"M","n":"GEOSGeometry::project","p":"GEOSGeometry.html#method_project","d":""},{"t":"M","n":"GEOSGeometry::interpolate","p":"GEOSGeometry.html#method_interpolate","d":""},{"t":"M","n":"GEOSGeometry::buffer","p":"GEOSGeometry.html#method_buffer","d":""},{"t":"M","n":"GEOSGeometry::offsetCurve","p":"GEOSGeometry.html#method_offsetCurve","d":""},{"t":"M","n":"GEOSGeometry::envelope","p":"GEOSGeometry.html#method_envelope","d":""},{"t":"M","n":"GEOSGeometry::intersection","p":"GEOSGeometry.html#method_intersection","d":""},{"t":"M","n":"GEOSGeometry::convexHull","p":"GEOSGeometry.html#method_convexHull","d":""},{"t":"M","n":"GEOSGeometry::difference","p":"GEOSGeometry.html#method_difference","d":""},{"t":"M","n":"GEOSGeometry::symDifference","p":"GEOSGeometry.html#method_symDifference","d":""},{"t":"M","n":"GEOSGeometry::boundary","p":"GEOSGeometry.html#method_boundary","d":""},{"t":"M","n":"GEOSGeometry::union","p":"GEOSGeometry.html#method_union","d":""},{"t":"M","n":"GEOSGeometry::pointOnSurface","p":"GEOSGeometry.html#method_pointOnSurface","d":""},{"t":"M","n":"GEOSGeometry::centroid","p":"GEOSGeometry.html#method_centroid","d":""},{"t":"M","n":"GEOSGeometry::relate","p":"GEOSGeometry.html#method_relate","d":""},{"t":"M","n":"GEOSGeometry::relateBoundaryNodeRule","p":"GEOSGeometry.html#method_relateBoundaryNodeRule","d":""},{"t":"M","n":"GEOSGeometry::simplify","p":"GEOSGeometry.html#method_simplify","d":""},{"t":"M","n":"GEOSGeometry::normalize","p":"GEOSGeometry.html#method_normalize","d":""},{"t":"M","n":"GEOSGeometry::setPrecision","p":"GEOSGeometry.html#method_setPrecision","d":""},{"t":"M","n":"GEOSGeometry::getPrecision","p":"GEOSGeometry.html#method_getPrecision","d":""},{"t":"M","n":"GEOSGeometry::extractUniquePoints","p":"GEOSGeometry.html#method_extractUniquePoints","d":""},{"t":"M","n":"GEOSGeometry::disjoint","p":"GEOSGeometry.html#method_disjoint","d":""},{"t":"M","n":"GEOSGeometry::touches","p":"GEOSGeometry.html#method_touches","d":""},{"t":"M","n":"GEOSGeometry::intersects","p":"GEOSGeometry.html#method_intersects","d":""},{"t":"M","n":"GEOSGeometry::crosses","p":"GEOSGeometry.html#method_crosses","d":""},{"t":"M","n":"GEOSGeometry::within","p":"GEOSGeometry.html#method_within","d":""},{"t":"M","n":"GEOSGeometry::contains","p":"GEOSGeometry.html#method_contains","d":""},{"t":"M","n":"GEOSGeometry::overlaps","p":"GEOSGeometry.html#method_overlaps","d":""},{"t":"M","n":"GEOSGeometry::covers","p":"GEOSGeometry.html#method_covers","d":""},{"t":"M","n":"GEOSGeometry::coveredBy","p":"GEOSGeometry.html#method_coveredBy","d":""},{"t":"M","n":"GEOSGeometry::equals","p":"GEOSGeometry.html#method_equals","d":""},{"t":"M","n":"GEOSGeometry::equalsExact","p":"GEOSGeometry.html#method_equalsExact","d":""},{"t":"M","n":"GEOSGeometry::isEmpty","p":"GEOSGeometry.html#method_isEmpty","d":""},{"t":"M","n":"GEOSGeometry::checkValidity","p":"GEOSGeometry.html#method_checkValidity","d":""},{"t":"M","n":"GEOSGeometry::isSimple","p":"GEOSGeometry.html#method_isSimple","d":""},{"t":"M","n":"GEOSGeometry::isRing","p":"GEOSGeometry.html#method_isRing","d":""},{"t":"M","n":"GEOSGeometry::hasZ","p":"GEOSGeometry.html#method_hasZ","d":""},{"t":"M","n":"GEOSGeometry::isClosed","p":"GEOSGeometry.html#method_isClosed","d":""},{"t":"M","n":"GEOSGeometry::typeName","p":"GEOSGeometry.html#method_typeName","d":""},{"t":"M","n":"GEOSGeometry::typeId","p":"GEOSGeometry.html#method_typeId","d":""},{"t":"M","n":"GEOSGeometry::getSRID","p":"GEOSGeometry.html#method_getSRID","d":""},{"t":"M","n":"GEOSGeometry::setSRID","p":"GEOSGeometry.html#method_setSRID","d":""},{"t":"M","n":"GEOSGeometry::numGeometries","p":"GEOSGeometry.html#method_numGeometries","d":""},{"t":"M","n":"GEOSGeometry::geometryN","p":"GEOSGeometry.html#method_geometryN","d":""},{"t":"M","n":"GEOSGeometry::numInteriorRings","p":"GEOSGeometry.html#method_numInteriorRings","d":""},{"t":"M","n":"GEOSGeometry::numPoints","p":"GEOSGeometry.html#method_numPoints","d":""},{"t":"M","n":"GEOSGeometry::getX","p":"GEOSGeometry.html#method_getX","d":""},{"t":"M","n":"GEOSGeometry::getY","p":"GEOSGeometry.html#method_getY","d":""},{"t":"M","n":"GEOSGeometry::interiorRingN","p":"GEOSGeometry.html#method_interiorRingN","d":""},{"t":"M","n":"GEOSGeometry::exteriorRing","p":"GEOSGeometry.html#method_exteriorRing","d":""},{"t":"M","n":"GEOSGeometry::numCoordinates","p":"GEOSGeometry.html#method_numCoordinates","d":""},{"t":"M","n":"GEOSGeometry::dimension","p":"GEOSGeometry.html#method_dimension","d":""},{"t":"M","n":"GEOSGeometry::coordinateDimension","p":"GEOSGeometry.html#method_coordinateDimension","d":""},{"t":"M","n":"GEOSGeometry::pointN","p":"GEOSGeometry.html#method_pointN","d":""},{"t":"M","n":"GEOSGeometry::startPoint","p":"GEOSGeometry.html#method_startPoint","d":""},{"t":"M","n":"GEOSGeometry::endPoint","p":"GEOSGeometry.html#method_endPoint","d":""},{"t":"M","n":"GEOSGeometry::area","p":"GEOSGeometry.html#method_area","d":""},{"t":"M","n":"GEOSGeometry::length","p":"GEOSGeometry.html#method_length","d":""},{"t":"M","n":"GEOSGeometry::distance","p":"GEOSGeometry.html#method_distance","d":""},{"t":"M","n":"GEOSGeometry::hausdorffDistance","p":"GEOSGeometry.html#method_hausdorffDistance","d":""},{"t":"M","n":"GEOSGeometry::snapTo","p":"GEOSGeometry.html#method_snapTo","d":""},{"t":"M","n":"GEOSGeometry::node","p":"GEOSGeometry.html#method_node","d":""},{"t":"M","n":"GEOSGeometry::delaunayTriangulation","p":"GEOSGeometry.html#method_delaunayTriangulation","d":""},{"t":"M","n":"GEOSGeometry::voronoiDiagram","p":"GEOSGeometry.html#method_voronoiDiagram","d":""},{"t":"M","n":"GEOSGeometry::clipByRect","p":"GEOSGeometry.html#method_clipByRect","d":""},{"t":"M","n":"GEOSWKBReader::__construct","p":"GEOSWKBReader.html#method___construct","d":"

    GEOSWKBReader constructor.

    "},{"t":"M","n":"GEOSWKBReader::read","p":"GEOSWKBReader.html#method_read","d":""},{"t":"M","n":"GEOSWKBReader::readHEX","p":"GEOSWKBReader.html#method_readHEX","d":""},{"t":"M","n":"GEOSWKBWriter::__construct","p":"GEOSWKBWriter.html#method___construct","d":"

    GEOSWKBWriter constructor.

    "},{"t":"M","n":"GEOSWKBWriter::getOutputDimension","p":"GEOSWKBWriter.html#method_getOutputDimension","d":""},{"t":"M","n":"GEOSWKBWriter::setOutputDimension","p":"GEOSWKBWriter.html#method_setOutputDimension","d":""},{"t":"M","n":"GEOSWKBWriter::getByteOrder","p":"GEOSWKBWriter.html#method_getByteOrder","d":""},{"t":"M","n":"GEOSWKBWriter::setByteOrder","p":"GEOSWKBWriter.html#method_setByteOrder","d":""},{"t":"M","n":"GEOSWKBWriter::getIncludeSRID","p":"GEOSWKBWriter.html#method_getIncludeSRID","d":""},{"t":"M","n":"GEOSWKBWriter::setIncludeSRID","p":"GEOSWKBWriter.html#method_setIncludeSRID","d":""},{"t":"M","n":"GEOSWKBWriter::write","p":"GEOSWKBWriter.html#method_write","d":""},{"t":"M","n":"GEOSWKBWriter::writeHEX","p":"GEOSWKBWriter.html#method_writeHEX","d":""},{"t":"M","n":"GEOSWKTReader::__construct","p":"GEOSWKTReader.html#method___construct","d":"

    GEOSWKTReader constructor.

    "},{"t":"M","n":"GEOSWKTReader::read","p":"GEOSWKTReader.html#method_read","d":""},{"t":"M","n":"GEOSWKTWriter::__construct","p":"GEOSWKTWriter.html#method___construct","d":"

    GEOSWKTWriter constructor.

    "},{"t":"M","n":"GEOSWKTWriter::write","p":"GEOSWKTWriter.html#method_write","d":""},{"t":"M","n":"GEOSWKTWriter::setTrim","p":"GEOSWKTWriter.html#method_setTrim","d":""},{"t":"M","n":"GEOSWKTWriter::setRoundingPrecision","p":"GEOSWKTWriter.html#method_setRoundingPrecision","d":""},{"t":"M","n":"GEOSWKTWriter::setOutputDimension","p":"GEOSWKTWriter.html#method_setOutputDimension","d":""},{"t":"M","n":"GEOSWKTWriter::getOutputDimension","p":"GEOSWKTWriter.html#method_getOutputDimension","d":""},{"t":"M","n":"GEOSWKTWriter::setOld3D","p":"GEOSWKTWriter.html#method_setOld3D","d":""},{"t":"M","n":"GMP::__construct","p":"GMP.html#method___construct","d":""},{"t":"M","n":"GMP::serialize","p":"GMP.html#method_serialize","d":"

    String representation of object

    "},{"t":"M","n":"GMP::__serialize","p":"GMP.html#method___serialize","d":null},{"t":"M","n":"GMP::unserialize","p":"GMP.html#method_unserialize","d":"

    Constructs the object

    "},{"t":"M","n":"GMP::__unserialize","p":"GMP.html#method___unserialize","d":null},{"t":"M","n":"GearmanClient::__construct","p":"GearmanClient.html#method___construct","d":"

    Creates a GearmanClient instance representing a client that connects to the job\nserver and submits tasks to complete.

    "},{"t":"M","n":"GearmanClient::returnCode","p":"GearmanClient.html#method_returnCode","d":"

    Returns the last Gearman return code.

    "},{"t":"M","n":"GearmanClient::error","p":"GearmanClient.html#method_error","d":"

    Returns an error string for the last error encountered.

    "},{"t":"M","n":"GearmanClient::getErrno","p":"GearmanClient.html#method_getErrno","d":"

    Value of errno in the case of a GEARMAN_ERRNO return value.

    "},{"t":"M","n":"GearmanClient::options","p":"GearmanClient.html#method_options","d":null},{"t":"M","n":"GearmanClient::setOptions","p":"GearmanClient.html#method_setOptions","d":"

    Sets one or more client options.

    "},{"t":"M","n":"GearmanClient::addOptions","p":"GearmanClient.html#method_addOptions","d":"

    Adds one or more options to those already set.

    "},{"t":"M","n":"GearmanClient::removeOptions","p":"GearmanClient.html#method_removeOptions","d":"

    Removes (unsets) one or more options.

    "},{"t":"M","n":"GearmanClient::timeout","p":"GearmanClient.html#method_timeout","d":"

    Returns the timeout in milliseconds to wait for I/O activity.

    "},{"t":"M","n":"GearmanClient::setTimeout","p":"GearmanClient.html#method_setTimeout","d":"

    Sets the timeout for socket I/O activity.

    "},{"t":"M","n":"GearmanClient::context","p":"GearmanClient.html#method_context","d":"

    Get the application context previously set with GearmanClient::setContext.

    "},{"t":"M","n":"GearmanClient::setContext","p":"GearmanClient.html#method_setContext","d":"

    Sets an arbitrary string to provide application context that can later be\nretrieved by GearmanClient::context.

    "},{"t":"M","n":"GearmanClient::addServer","p":"GearmanClient.html#method_addServer","d":"

    Adds a job server to a list of servers that can be used to run a task. No socket\nI/O happens here; the server is simply added to the list.

    "},{"t":"M","n":"GearmanClient::addServers","p":"GearmanClient.html#method_addServers","d":"

    Adds a list of job servers that can be used to run a task. No socket I/O happens\nhere; the servers are simply added to the full list of servers.

    "},{"t":"M","n":"GearmanClient::wait","p":"GearmanClient.html#method_wait","d":null},{"t":"M","n":"GearmanClient::doHigh","p":"GearmanClient.html#method_doHigh","d":"

    Runs a single high priority task and returns a string representation of the\nresult. It is up to the GearmanClient and GearmanWorker to agree on the format\nof the result. High priority tasks will get precedence over normal and low\npriority tasks in the job queue.

    "},{"t":"M","n":"GearmanClient::doNormal","p":"GearmanClient.html#method_doNormal","d":"

    Runs a single task and returns a string representation of the\nresult. It is up to the GearmanClient and GearmanWorker to agree on the format\nof the result. Normal and high priority tasks will get precedence over low\npriority tasks in the job queue.

    "},{"t":"M","n":"GearmanClient::doLow","p":"GearmanClient.html#method_doLow","d":"

    Runs a single low priority task and returns a string representation of the\nresult. It is up to the GearmanClient and GearmanWorker to agree on the format\nof the result. Normal and high priority tasks will get precedence over low\npriority tasks in the job queue.

    "},{"t":"M","n":"GearmanClient::doJobHandle","p":"GearmanClient.html#method_doJobHandle","d":"

    Gets that job handle for a running task. This should be used between repeated\nGearmanClient::do calls. The job handle can then be used to get information on\nthe task.

    "},{"t":"M","n":"GearmanClient::doStatus","p":"GearmanClient.html#method_doStatus","d":"

    Returns the status for the running task. This should be used between repeated\nGearmanClient::do calls.

    "},{"t":"M","n":"GearmanClient::doBackground","p":"GearmanClient.html#method_doBackground","d":"

    Runs a task in the background, returning a job handle which can be used to get\nthe status of the running task.

    "},{"t":"M","n":"GearmanClient::doHighBackground","p":"GearmanClient.html#method_doHighBackground","d":"

    Runs a high priority task in the background, returning a job handle which can be\nused to get the status of the running task. High priority tasks take precedence\nover normal and low priority tasks in the job queue.

    "},{"t":"M","n":"GearmanClient::doLowBackground","p":"GearmanClient.html#method_doLowBackground","d":"

    Runs a low priority task in the background, returning a job handle which can be\nused to get the status of the running task. Normal and high priority tasks take\nprecedence over low priority tasks in the job queue.

    "},{"t":"M","n":"GearmanClient::jobStatus","p":"GearmanClient.html#method_jobStatus","d":"

    Object oriented style (method):.

    "},{"t":"M","n":"GearmanClient::addTask","p":"GearmanClient.html#method_addTask","d":"

    Adds a task to be run in parallel with other tasks. Call this method for all the\ntasks to be run in parallel, then call GearmanClient::runTasks to perform the\nwork. Note that enough workers need to be available for the tasks to all run in\nparallel.

    "},{"t":"M","n":"GearmanClient::addTaskHigh","p":"GearmanClient.html#method_addTaskHigh","d":"

    Adds a high priority task to be run in parallel with other tasks. Call this\nmethod for all the high priority tasks to be run in parallel, then call\nGearmanClient::runTasks to perform the work. Tasks with a high priority will be\nselected from the queue before those of normal or low priority.

    "},{"t":"M","n":"GearmanClient::addTaskLow","p":"GearmanClient.html#method_addTaskLow","d":"

    Adds a low priority background task to be run in parallel with other tasks. Call\nthis method for all the tasks to be run in parallel, then call\nGearmanClient::runTasks to perform the work. Tasks with a low priority will be\nselected from the queue after those of normal or low priority.

    "},{"t":"M","n":"GearmanClient::addTaskBackground","p":"GearmanClient.html#method_addTaskBackground","d":"

    Adds a background task to be run in parallel with other tasks. Call this method\nfor all the tasks to be run in parallel, then call GearmanClient::runTasks to\nperform the work.

    "},{"t":"M","n":"GearmanClient::addTaskHighBackground","p":"GearmanClient.html#method_addTaskHighBackground","d":"

    Adds a high priority background task to be run in parallel with other tasks.

    "},{"t":"M","n":"GearmanClient::addTaskLowBackground","p":"GearmanClient.html#method_addTaskLowBackground","d":"

    Adds a low priority background task to be run in parallel with other tasks. Call\nthis method for all the tasks to be run in parallel, then call\nGearmanClient::runTasks to perform the work. Tasks with a low priority will be\nselected from the queue after those of normal or high priority.

    "},{"t":"M","n":"GearmanClient::addTaskStatus","p":"GearmanClient.html#method_addTaskStatus","d":"

    Used to request status information from the Gearman server, which will call the\nspecified status callback (set using GearmanClient::setStatusCallback).

    "},{"t":"M","n":"GearmanClient::setWorkloadCallback","p":"GearmanClient.html#method_setWorkloadCallback","d":"

    Sets a function to be called when a worker needs to send back data prior to job\ncompletion. A worker can do this when it needs to send updates, send partial\nresults, or flush data during long running jobs. The callback should accept a\nsingle argument, a GearmanTask object.

    "},{"t":"M","n":"GearmanClient::setCreatedCallback","p":"GearmanClient.html#method_setCreatedCallback","d":"

    Sets a function to be called when a task is received and queued by the Gearman\njob server. The callback should accept a single argument, a GearmanClient oject.

    "},{"t":"M","n":"GearmanClient::setDataCallback","p":"GearmanClient.html#method_setDataCallback","d":"

    Sets the callback function for accepting data packets for a task. The callback\nfunction should take a single argument, a GearmanTask object.

    "},{"t":"M","n":"GearmanClient::setWarningCallback","p":"GearmanClient.html#method_setWarningCallback","d":"

    Sets a function to be called when a worker sends a warning. The callback should\naccept a single argument, a GearmanTask object.

    "},{"t":"M","n":"GearmanClient::setStatusCallback","p":"GearmanClient.html#method_setStatusCallback","d":"

    Sets a callback function used for getting updated status information from a\nworker. The function should accept a single argument, a GearmanTask object.

    "},{"t":"M","n":"GearmanClient::setCompleteCallback","p":"GearmanClient.html#method_setCompleteCallback","d":"

    Use to set a function to be called when a task is completed. The callback\nfunction should accept a single argument, a GearmanTask oject.

    "},{"t":"M","n":"GearmanClient::setExceptionCallback","p":"GearmanClient.html#method_setExceptionCallback","d":"

    Specifies a function to call when a worker for a task sends an exception.

    "},{"t":"M","n":"GearmanClient::setFailCallback","p":"GearmanClient.html#method_setFailCallback","d":"

    Sets the callback function to be used when a task does not complete\nsuccessfully. The function should accept a single argument, a GearmanTask object.

    "},{"t":"M","n":"GearmanClient::clearCallbacks","p":"GearmanClient.html#method_clearCallbacks","d":"

    Clears all the task callback functions that have previously been set.

    "},{"t":"M","n":"GearmanClient::runTasks","p":"GearmanClient.html#method_runTasks","d":"

    For a set of tasks previously added with GearmanClient::addTask,\nGearmanClient::addTaskHigh, GearmanClient::addTaskLow,\nGearmanClient::addTaskBackground, GearmanClient::addTaskHighBackground, or\nGearmanClient::addTaskLowBackground, this call starts running the tasks in\nparallel.

    "},{"t":"M","n":"GearmanClient::ping","p":"GearmanClient.html#method_ping","d":"

    Sends some arbitrary data to all job servers to see if they echo it back.

    "},{"t":"M","n":"GearmanJob::returnCode","p":"GearmanJob.html#method_returnCode","d":"

    Returns the last return code issued by the job server.

    "},{"t":"M","n":"GearmanJob::setReturn","p":"GearmanJob.html#method_setReturn","d":"

    Sets the return value for this job, indicates how the job completed.

    "},{"t":"M","n":"GearmanJob::sendData","p":"GearmanJob.html#method_sendData","d":"

    Sends data to the job server (and any listening clients) for this job.

    "},{"t":"M","n":"GearmanJob::sendWarning","p":"GearmanJob.html#method_sendWarning","d":"

    Sends a warning for this job while it is running.

    "},{"t":"M","n":"GearmanJob::sendStatus","p":"GearmanJob.html#method_sendStatus","d":"

    Sends status information to the job server and any listening clients. Use this\nto specify what percentage of the job has been completed.

    "},{"t":"M","n":"GearmanJob::sendComplete","p":"GearmanJob.html#method_sendComplete","d":"

    Sends result data and the complete status update for this job.

    "},{"t":"M","n":"GearmanJob::sendException","p":"GearmanJob.html#method_sendException","d":"

    Sends the supplied exception when this job is running.

    "},{"t":"M","n":"GearmanJob::sendFail","p":"GearmanJob.html#method_sendFail","d":"

    Sends failure status for this job, indicating that the job failed in a known way\n(as opposed to failing due to a thrown exception).

    "},{"t":"M","n":"GearmanJob::handle","p":"GearmanJob.html#method_handle","d":"

    Returns the opaque job handle assigned by the job server.

    "},{"t":"M","n":"GearmanJob::functionName","p":"GearmanJob.html#method_functionName","d":"

    Returns the function name for this job. This is the function the work will\nexecute to perform the job.

    "},{"t":"M","n":"GearmanJob::unique","p":"GearmanJob.html#method_unique","d":"

    Returns the unique identifiter for this job. The identifier is assigned by the\nclient.

    "},{"t":"M","n":"GearmanJob::workload","p":"GearmanJob.html#method_workload","d":"

    Returns the workload for the job. This is serialized data that is to be\nprocessed by the worker.

    "},{"t":"M","n":"GearmanJob::workloadSize","p":"GearmanJob.html#method_workloadSize","d":"

    Returns the size of the job's work load (the data the worker is to process) in\nbytes.

    "},{"t":"M","n":"GearmanTask::returnCode","p":"GearmanTask.html#method_returnCode","d":"

    Returns the last Gearman return code for this task.

    "},{"t":"M","n":"GearmanTask::functionName","p":"GearmanTask.html#method_functionName","d":"

    Returns the name of the function this task is associated with, i.e., the\nfunction the Gearman worker calls.

    "},{"t":"M","n":"GearmanTask::unique","p":"GearmanTask.html#method_unique","d":"

    Returns the unique identifier for this task. This is assigned by the\nGearmanClient, as opposed to the job handle which is set by the Gearman job\nserver.

    "},{"t":"M","n":"GearmanTask::jobHandle","p":"GearmanTask.html#method_jobHandle","d":"

    Returns the job handle for this task.

    "},{"t":"M","n":"GearmanTask::isKnown","p":"GearmanTask.html#method_isKnown","d":"

    Gets the status information for whether or not this task is known to the job\nserver.

    "},{"t":"M","n":"GearmanTask::isRunning","p":"GearmanTask.html#method_isRunning","d":"

    Indicates whether or not this task is currently running.

    "},{"t":"M","n":"GearmanTask::taskNumerator","p":"GearmanTask.html#method_taskNumerator","d":"

    Returns the numerator of the percentage of the task that is complete expressed\nas a fraction.

    "},{"t":"M","n":"GearmanTask::taskDenominator","p":"GearmanTask.html#method_taskDenominator","d":"

    Returns the denominator of the percentage of the task that is complete expressed\nas a fraction.

    "},{"t":"M","n":"GearmanTask::sendWorkload","p":"GearmanTask.html#method_sendWorkload","d":""},{"t":"M","n":"GearmanTask::data","p":"GearmanTask.html#method_data","d":"

    Returns data being returned for a task by a worker.

    "},{"t":"M","n":"GearmanTask::dataSize","p":"GearmanTask.html#method_dataSize","d":"

    Returns the size of the data being returned for a task.

    "},{"t":"M","n":"GearmanTask::recvData","p":"GearmanTask.html#method_recvData","d":""},{"t":"M","n":"GearmanWorker::__construct","p":"GearmanWorker.html#method___construct","d":"

    Creates a GearmanWorker instance representing a worker that connects to the job\nserver and accepts tasks to run.

    "},{"t":"M","n":"GearmanWorker::returnCode","p":"GearmanWorker.html#method_returnCode","d":"

    Returns the last Gearman return code.

    "},{"t":"M","n":"GearmanWorker::error","p":"GearmanWorker.html#method_error","d":"

    Returns an error string for the last error encountered.

    "},{"t":"M","n":"GearmanWorker::getErrno","p":"GearmanWorker.html#method_getErrno","d":"

    Returns the value of errno in the case of a GEARMAN_ERRNO return value.

    "},{"t":"M","n":"GearmanWorker::options","p":"GearmanWorker.html#method_options","d":"

    Gets the options previously set for the worker.

    "},{"t":"M","n":"GearmanWorker::setOptions","p":"GearmanWorker.html#method_setOptions","d":"

    Sets one or more options to the supplied value.

    "},{"t":"M","n":"GearmanWorker::addOptions","p":"GearmanWorker.html#method_addOptions","d":"

    Adds one or more options to the options previously set.

    "},{"t":"M","n":"GearmanWorker::removeOptions","p":"GearmanWorker.html#method_removeOptions","d":"

    Removes (unsets) one or more worker options.

    "},{"t":"M","n":"GearmanWorker::timeout","p":"GearmanWorker.html#method_timeout","d":"

    Returns the current time to wait, in milliseconds, for socket I/O activity.

    "},{"t":"M","n":"GearmanWorker::setTimeout","p":"GearmanWorker.html#method_setTimeout","d":"

    Sets the interval of time to wait for socket I/O activity.

    "},{"t":"M","n":"GearmanWorker::setId","p":"GearmanWorker.html#method_setId","d":"

    Give the worker an identifier so it can be tracked when asking gearmand for\nthe list of available workers.

    "},{"t":"M","n":"GearmanWorker::addServer","p":"GearmanWorker.html#method_addServer","d":"

    Adds a job server to this worker. This goes into a list of servers than can be\nused to run jobs. No socket I/O happens here.

    "},{"t":"M","n":"GearmanWorker::addServers","p":"GearmanWorker.html#method_addServers","d":"

    Adds one or more job servers to this worker. These go into a list of servers\nthat can be used to run jobs. No socket I/O happens here.

    "},{"t":"M","n":"GearmanWorker::wait","p":"GearmanWorker.html#method_wait","d":"

    Causes the worker to wait for activity from one of the Gearman job servers when\noperating in non-blocking I/O mode. On failure, issues a E_WARNING with the last\nGearman error encountered.

    "},{"t":"M","n":"GearmanWorker::register","p":"GearmanWorker.html#method_register","d":"

    Registers a function name with the job server with an optional timeout. The\ntimeout specifies how many seconds the server will wait before marking a job as\nfailed. If the timeout is set to zero, there is no timeout.

    "},{"t":"M","n":"GearmanWorker::unregister","p":"GearmanWorker.html#method_unregister","d":"

    Unregisters a function name with the job servers ensuring that no more jobs (for\nthat function) are sent to this worker.

    "},{"t":"M","n":"GearmanWorker::unregisterAll","p":"GearmanWorker.html#method_unregisterAll","d":"

    Unregisters all previously registered functions, ensuring that no more jobs are\nsent to this worker.

    "},{"t":"M","n":"GearmanWorker::grabJob","p":"GearmanWorker.html#method_grabJob","d":null},{"t":"M","n":"GearmanWorker::addFunction","p":"GearmanWorker.html#method_addFunction","d":"

    Registers a function name with the job server and specifies a callback\ncorresponding to that function. Optionally specify extra application context\ndata to be used when the callback is called and a timeout.

    "},{"t":"M","n":"GearmanWorker::work","p":"GearmanWorker.html#method_work","d":"

    Waits for a job to be assigned and then calls the appropriate callback function.

    "},{"t":"M","n":"Generator::rewind","p":"Generator.html#method_rewind","d":"

    Throws an exception if the generator is currently after the first yield.

    "},{"t":"M","n":"Generator::valid","p":"Generator.html#method_valid","d":"

    Returns false if the generator has been closed, true otherwise.

    "},{"t":"M","n":"Generator::current","p":"Generator.html#method_current","d":"

    Returns whatever was passed to yield or null if nothing was passed or the generator is already closed.

    "},{"t":"M","n":"Generator::key","p":"Generator.html#method_key","d":"

    Returns the yielded key or, if none was specified, an auto-incrementing key or null if the generator is already closed.

    "},{"t":"M","n":"Generator::next","p":"Generator.html#method_next","d":"

    Resumes the generator (unless the generator is already closed).

    "},{"t":"M","n":"Generator::send","p":"Generator.html#method_send","d":"

    Sets the return value of the yield expression and resumes the generator (unless the generator is already closed).

    "},{"t":"M","n":"Generator::PS_UNRESERVE_PREFIX_throw","p":"Generator.html#method_PS_UNRESERVE_PREFIX_throw","d":"

    Throws an exception at the current suspension point in the generator.

    "},{"t":"M","n":"Generator::getReturn","p":"Generator.html#method_getReturn","d":"

    Returns whatever was passed to return or null if nothing.

    "},{"t":"M","n":"Generator::__wakeup","p":"Generator.html#method___wakeup","d":"

    Serialize callback\nThrows an exception as generators can't be serialized.

    "},{"t":"M","n":"Generator::__debugInfo","p":"Generator.html#method___debugInfo","d":""},{"t":"M","n":"GlobIterator::__construct","p":"GlobIterator.html#method___construct","d":"

    Construct a directory using glob

    "},{"t":"M","n":"GlobIterator::count","p":"GlobIterator.html#method_count","d":"

    Get the number of directories and files

    "},{"t":"M","n":"Gmagick::__construct","p":"Gmagick.html#method___construct","d":"

    The Gmagick constructor.

    "},{"t":"M","n":"Gmagick::addimage","p":"Gmagick.html#method_addimage","d":"

    Adds new image to Gmagick object from the current position of the source object.

    "},{"t":"M","n":"Gmagick::addnoiseimage","p":"Gmagick.html#method_addnoiseimage","d":"

    Adds random noise to the image.

    "},{"t":"M","n":"Gmagick::annotateimage","p":"Gmagick.html#method_annotateimage","d":"

    Annotates an image with text.

    "},{"t":"M","n":"Gmagick::blurimage","p":"Gmagick.html#method_blurimage","d":"

    Adds blur filter to image.

    "},{"t":"M","n":"Gmagick::borderimage","p":"Gmagick.html#method_borderimage","d":"

    Surrounds the image with a border of the color defined by the bordercolor GmagickPixel object or a color string.

    "},{"t":"M","n":"Gmagick::charcoalimage","p":"Gmagick.html#method_charcoalimage","d":"

    Simulates a charcoal drawing.

    "},{"t":"M","n":"Gmagick::chopimage","p":"Gmagick.html#method_chopimage","d":"

    Removes a region of an image and collapses the image to occupy the removed portion.

    "},{"t":"M","n":"Gmagick::clear","p":"Gmagick.html#method_clear","d":"

    Clears all resources associated to Gmagick object.

    "},{"t":"M","n":"Gmagick::commentimage","p":"Gmagick.html#method_commentimage","d":"

    Adds a comment to your image.

    "},{"t":"M","n":"Gmagick::compositeimage","p":"Gmagick.html#method_compositeimage","d":"

    Composite one image onto another at the specified offset.

    "},{"t":"M","n":"Gmagick::cropimage","p":"Gmagick.html#method_cropimage","d":"

    Extracts a region of the image.

    "},{"t":"M","n":"Gmagick::cropthumbnailimage","p":"Gmagick.html#method_cropthumbnailimage","d":"

    Creates a fixed size thumbnail by first scaling the image down and cropping a specified area from the center.

    "},{"t":"M","n":"Gmagick::current","p":"Gmagick.html#method_current","d":"

    Returns reference to the current gmagick object with image pointer at the correct sequence.

    "},{"t":"M","n":"Gmagick::cyclecolormapimage","p":"Gmagick.html#method_cyclecolormapimage","d":"

    Displaces an image's colormap by a given number of positions.

    "},{"t":"M","n":"Gmagick::deconstructimages","p":"Gmagick.html#method_deconstructimages","d":"

    Compares each image with the next in a sequence.

    "},{"t":"M","n":"Gmagick::despeckleimage","p":"Gmagick.html#method_despeckleimage","d":"

    Reduces the speckle noise in an image while preserving the edges of the original image.

    "},{"t":"M","n":"Gmagick::destroy","p":"Gmagick.html#method_destroy","d":"

    Destroys the Gmagick object and frees all resources associated with it.

    "},{"t":"M","n":"Gmagick::drawimage","p":"Gmagick.html#method_drawimage","d":"

    Renders the GmagickDraw object on the current image.

    "},{"t":"M","n":"Gmagick::edgeimage","p":"Gmagick.html#method_edgeimage","d":"

    Enhance edges within the image with a convolution filter of the given radius.

    "},{"t":"M","n":"Gmagick::embossimage","p":"Gmagick.html#method_embossimage","d":"

    Returns a grayscale image with a three-dimensional effect.

    "},{"t":"M","n":"Gmagick::enhanceimage","p":"Gmagick.html#method_enhanceimage","d":"

    Applies a digital filter that improves the quality of a noisy image.

    "},{"t":"M","n":"Gmagick::equalizeimage","p":"Gmagick.html#method_equalizeimage","d":"

    Equalizes the image histogram.

    "},{"t":"M","n":"Gmagick::flipimage","p":"Gmagick.html#method_flipimage","d":"

    Creates a vertical mirror image by reflecting the pixels around the central x-axis.

    "},{"t":"M","n":"Gmagick::flopimage","p":"Gmagick.html#method_flopimage","d":"

    Creates a horizontal mirror image by reflecting the pixels around the central y-axis.

    "},{"t":"M","n":"Gmagick::frameimage","p":"Gmagick.html#method_frameimage","d":"

    Adds a simulated three-dimensional border around the image.

    "},{"t":"M","n":"Gmagick::gammaimage","p":"Gmagick.html#method_gammaimage","d":"

    Gamma-corrects an image.

    "},{"t":"M","n":"Gmagick::getcopyright","p":"Gmagick.html#method_getcopyright","d":"

    Returns the GraphicsMagick API copyright as a string.

    "},{"t":"M","n":"Gmagick::getfilename","p":"Gmagick.html#method_getfilename","d":"

    Returns the filename associated with an image sequence.

    "},{"t":"M","n":"Gmagick::getimagebackgroundcolor","p":"Gmagick.html#method_getimagebackgroundcolor","d":"

    Returns the image background color.

    "},{"t":"M","n":"Gmagick::getimageblueprimary","p":"Gmagick.html#method_getimageblueprimary","d":"

    Returns the chromaticity blue primary point for the image.

    "},{"t":"M","n":"Gmagick::getimagebordercolor","p":"Gmagick.html#method_getimagebordercolor","d":"

    Returns the image border color.

    "},{"t":"M","n":"Gmagick::getimagechanneldepth","p":"Gmagick.html#method_getimagechanneldepth","d":"

    Gets the depth for a particular image channel.

    "},{"t":"M","n":"Gmagick::getimagecolors","p":"Gmagick.html#method_getimagecolors","d":"

    Returns the color of the specified colormap index.

    "},{"t":"M","n":"Gmagick::getimagecolorspace","p":"Gmagick.html#method_getimagecolorspace","d":"

    Gets the image colorspace.

    "},{"t":"M","n":"Gmagick::getimagecompose","p":"Gmagick.html#method_getimagecompose","d":"

    Returns the composite operator associated with the image.

    "},{"t":"M","n":"Gmagick::getimagedelay","p":"Gmagick.html#method_getimagedelay","d":"

    Gets the image delay.

    "},{"t":"M","n":"Gmagick::getimagedepth","p":"Gmagick.html#method_getimagedepth","d":"

    Gets the depth of the image.

    "},{"t":"M","n":"Gmagick::getimagedispose","p":"Gmagick.html#method_getimagedispose","d":"

    Gets the image disposal method.

    "},{"t":"M","n":"Gmagick::getimageextrema","p":"Gmagick.html#method_getimageextrema","d":"

    Gets the extrema for the image.

    "},{"t":"M","n":"Gmagick::getimagefilename","p":"Gmagick.html#method_getimagefilename","d":"

    Returns the filename of a particular image in a sequence.

    "},{"t":"M","n":"Gmagick::getimageformat","p":"Gmagick.html#method_getimageformat","d":"

    Returns the format of a particular image in a sequence.

    "},{"t":"M","n":"Gmagick::getimagegamma","p":"Gmagick.html#method_getimagegamma","d":"

    Gets the image gamma.

    "},{"t":"M","n":"Gmagick::getimagegreenprimary","p":"Gmagick.html#method_getimagegreenprimary","d":"

    Returns the chromaticy green primary point.

    "},{"t":"M","n":"Gmagick::getimageheight","p":"Gmagick.html#method_getimageheight","d":"

    Returns the image height.

    "},{"t":"M","n":"Gmagick::getimagehistogram","p":"Gmagick.html#method_getimagehistogram","d":"

    Gets the image histogram.

    "},{"t":"M","n":"Gmagick::getimageindex","p":"Gmagick.html#method_getimageindex","d":"

    Returns the index of the current active image within the Gmagick object.

    "},{"t":"M","n":"Gmagick::getimageinterlacescheme","p":"Gmagick.html#method_getimageinterlacescheme","d":"

    Gets the image interlace scheme.

    "},{"t":"M","n":"Gmagick::getimageiterations","p":"Gmagick.html#method_getimageiterations","d":"

    Gets the image iterations.

    "},{"t":"M","n":"Gmagick::getimagematte","p":"Gmagick.html#method_getimagematte","d":"

    Checks if the image has a matte channel.

    "},{"t":"M","n":"Gmagick::getimagemattecolor","p":"Gmagick.html#method_getimagemattecolor","d":"

    Returns the image matte color.

    "},{"t":"M","n":"Gmagick::getimageprofile","p":"Gmagick.html#method_getimageprofile","d":"

    Returns the named image profile.

    "},{"t":"M","n":"Gmagick::getimageredprimary","p":"Gmagick.html#method_getimageredprimary","d":"

    Returns the chromaticity red primary point.

    "},{"t":"M","n":"Gmagick::getimagerenderingintent","p":"Gmagick.html#method_getimagerenderingintent","d":"

    Gets the image rendering intent.

    "},{"t":"M","n":"Gmagick::getimageresolution","p":"Gmagick.html#method_getimageresolution","d":"

    Gets the image X and Y resolution.

    "},{"t":"M","n":"Gmagick::getimagescene","p":"Gmagick.html#method_getimagescene","d":"

    Gets the image scene.

    "},{"t":"M","n":"Gmagick::getimagesignature","p":"Gmagick.html#method_getimagesignature","d":"

    Generates an SHA-256 message digest for the image pixel stream.

    "},{"t":"M","n":"Gmagick::getimagetype","p":"Gmagick.html#method_getimagetype","d":"

    Gets the potential image type.

    "},{"t":"M","n":"Gmagick::getimageunits","p":"Gmagick.html#method_getimageunits","d":"

    Gets the image units of resolution.

    "},{"t":"M","n":"Gmagick::getimagewhitepoint","p":"Gmagick.html#method_getimagewhitepoint","d":"

    Returns the chromaticity white point.

    "},{"t":"M","n":"Gmagick::getimagewidth","p":"Gmagick.html#method_getimagewidth","d":"

    Returns the width of the image.

    "},{"t":"M","n":"Gmagick::getpackagename","p":"Gmagick.html#method_getpackagename","d":"

    Returns the GraphicsMagick package name.

    "},{"t":"M","n":"Gmagick::getquantumdepth","p":"Gmagick.html#method_getquantumdepth","d":"

    Returns the Gmagick quantum depth.

    "},{"t":"M","n":"Gmagick::getreleasedate","p":"Gmagick.html#method_getreleasedate","d":"

    Returns the GraphicsMagick release date as a string.

    "},{"t":"M","n":"Gmagick::getsamplingfactors","p":"Gmagick.html#method_getsamplingfactors","d":"

    Gets the horizontal and vertical sampling factor.

    "},{"t":"M","n":"Gmagick::getsize","p":"Gmagick.html#method_getsize","d":"

    Returns the size associated with the Gmagick object.

    "},{"t":"M","n":"Gmagick::getversion","p":"Gmagick.html#method_getversion","d":"

    Returns the GraphicsMagick API version.

    "},{"t":"M","n":"Gmagick::hasnextimage","p":"Gmagick.html#method_hasnextimage","d":"

    Checks if the object has more images.

    "},{"t":"M","n":"Gmagick::haspreviousimage","p":"Gmagick.html#method_haspreviousimage","d":"

    Checks if the object has a previous image.

    "},{"t":"M","n":"Gmagick::implodeimage","p":"Gmagick.html#method_implodeimage","d":"

    Creates a new image that is a copy of an existing one with the image pixels "imploded" by the specified percentage.

    "},{"t":"M","n":"Gmagick::labelimage","p":"Gmagick.html#method_labelimage","d":"

    Adds a label to an image.

    "},{"t":"M","n":"Gmagick::levelimage","p":"Gmagick.html#method_levelimage","d":"

    Adjusts the levels of an image.

    "},{"t":"M","n":"Gmagick::magnifyimage","p":"Gmagick.html#method_magnifyimage","d":"

    Scales an image proportionally 2x.

    "},{"t":"M","n":"Gmagick::mapimage","p":"Gmagick.html#method_mapimage","d":"

    Replaces the colors of an image with the closest color from a reference image.

    "},{"t":"M","n":"Gmagick::medianfilterimage","p":"Gmagick.html#method_medianfilterimage","d":"

    Applies a digital filter that improves the quality of a noisy image.

    "},{"t":"M","n":"Gmagick::minifyimage","p":"Gmagick.html#method_minifyimage","d":"

    Scales an image proportionally to half its size.

    "},{"t":"M","n":"Gmagick::modulateimage","p":"Gmagick.html#method_modulateimage","d":"

    Controls the brightness, saturation, and hue.

    "},{"t":"M","n":"Gmagick::motionblurimage","p":"Gmagick.html#method_motionblurimage","d":"

    Simulates motion blur.

    "},{"t":"M","n":"Gmagick::newimage","p":"Gmagick.html#method_newimage","d":"

    Creates a new image.

    "},{"t":"M","n":"Gmagick::nextimage","p":"Gmagick.html#method_nextimage","d":"

    Moves to the next image.

    "},{"t":"M","n":"Gmagick::normalizeimage","p":"Gmagick.html#method_normalizeimage","d":"

    Enhances the contrast of a color image.

    "},{"t":"M","n":"Gmagick::oilpaintimage","p":"Gmagick.html#method_oilpaintimage","d":"

    Simulates an oil painting.

    "},{"t":"M","n":"Gmagick::previousimage","p":"Gmagick.html#method_previousimage","d":"

    Move to the previous image in the object.

    "},{"t":"M","n":"Gmagick::profileimage","p":"Gmagick.html#method_profileimage","d":"

    Adds or removes a profile from an image.

    "},{"t":"M","n":"Gmagick::quantizeimage","p":"Gmagick.html#method_quantizeimage","d":"

    Analyzes the colors within a reference image.

    "},{"t":"M","n":"Gmagick::quantizeimages","p":"Gmagick.html#method_quantizeimages","d":"

    The quantizeimages purpose.

    "},{"t":"M","n":"Gmagick::queryfontmetrics","p":"Gmagick.html#method_queryfontmetrics","d":"

    Returns an array representing the font metrics.

    "},{"t":"M","n":"Gmagick::queryfonts","p":"Gmagick.html#method_queryfonts","d":"

    Returns fonts supported by Gmagick.

    "},{"t":"M","n":"Gmagick::queryformats","p":"Gmagick.html#method_queryformats","d":"

    Returns formats supported by Gmagick.

    "},{"t":"M","n":"Gmagick::radialblurimage","p":"Gmagick.html#method_radialblurimage","d":"

    Radial blurs an image.

    "},{"t":"M","n":"Gmagick::raiseimage","p":"Gmagick.html#method_raiseimage","d":"

    Creates a simulated 3d button-like effect.

    "},{"t":"M","n":"Gmagick::read","p":"Gmagick.html#method_read","d":"

    Reads image from filename.

    "},{"t":"M","n":"Gmagick::readimage","p":"Gmagick.html#method_readimage","d":"

    Reads image from filename.

    "},{"t":"M","n":"Gmagick::readimageblob","p":"Gmagick.html#method_readimageblob","d":"

    Reads image from a binary string.

    "},{"t":"M","n":"Gmagick::readimagefile","p":"Gmagick.html#method_readimagefile","d":"

    Reads an image or image sequence from an open file descriptor.

    "},{"t":"M","n":"Gmagick::reducenoiseimage","p":"Gmagick.html#method_reducenoiseimage","d":"

    Smooths the contours of an image.

    "},{"t":"M","n":"Gmagick::removeimage","p":"Gmagick.html#method_removeimage","d":"

    Removes an image from the image list.

    "},{"t":"M","n":"Gmagick::removeimageprofile","p":"Gmagick.html#method_removeimageprofile","d":"

    Removes the named image profile and returns it.

    "},{"t":"M","n":"Gmagick::resampleimage","p":"Gmagick.html#method_resampleimage","d":"

    Resample image to desired resolution.

    "},{"t":"M","n":"Gmagick::resizeimage","p":"Gmagick.html#method_resizeimage","d":"

    Scales an image to the desired dimensions with a filter.

    "},{"t":"M","n":"Gmagick::rollimage","p":"Gmagick.html#method_rollimage","d":"

    Offsets an image as defined by x and y.

    "},{"t":"M","n":"Gmagick::rotateimage","p":"Gmagick.html#method_rotateimage","d":"

    Rotates an image the specified number of degrees.

    "},{"t":"M","n":"Gmagick::scaleimage","p":"Gmagick.html#method_scaleimage","d":"

    Scales the size of an image to the given dimensions.

    "},{"t":"M","n":"Gmagick::separateimagechannel","p":"Gmagick.html#method_separateimagechannel","d":"

    Separates a channel from the image and returns a grayscale image.

    "},{"t":"M","n":"Gmagick::setCompressionQuality","p":"Gmagick.html#method_setCompressionQuality","d":"

    Sets the object's default compression quality.

    "},{"t":"M","n":"Gmagick::setfilename","p":"Gmagick.html#method_setfilename","d":"

    Sets the filename before you read or write the image.

    "},{"t":"M","n":"Gmagick::setimagebackgroundcolor","p":"Gmagick.html#method_setimagebackgroundcolor","d":"

    Sets the image background color.

    "},{"t":"M","n":"Gmagick::setimageblueprimary","p":"Gmagick.html#method_setimageblueprimary","d":"

    Sets the image chromaticity blue primary point.

    "},{"t":"M","n":"Gmagick::setimagebordercolor","p":"Gmagick.html#method_setimagebordercolor","d":"

    Sets the image border color.

    "},{"t":"M","n":"Gmagick::setimagechanneldepth","p":"Gmagick.html#method_setimagechanneldepth","d":"

    Sets the depth of a particular image channel.

    "},{"t":"M","n":"Gmagick::setimagecolorspace","p":"Gmagick.html#method_setimagecolorspace","d":"

    Sets the image colorspace.

    "},{"t":"M","n":"Gmagick::setimagecompose","p":"Gmagick.html#method_setimagecompose","d":"

    Sets the image composite operator.

    "},{"t":"M","n":"Gmagick::setimagedelay","p":"Gmagick.html#method_setimagedelay","d":"

    Sets the image delay.

    "},{"t":"M","n":"Gmagick::setimagedepth","p":"Gmagick.html#method_setimagedepth","d":"

    Sets the image depth.

    "},{"t":"M","n":"Gmagick::setimagedispose","p":"Gmagick.html#method_setimagedispose","d":"

    Sets the image disposal method.

    "},{"t":"M","n":"Gmagick::setimagefilename","p":"Gmagick.html#method_setimagefilename","d":"

    Sets the filename of a particular image in a sequence.

    "},{"t":"M","n":"Gmagick::setimageformat","p":"Gmagick.html#method_setimageformat","d":"

    Sets the format of a particular image in a sequence.

    "},{"t":"M","n":"Gmagick::setimagegamma","p":"Gmagick.html#method_setimagegamma","d":"

    Sets the image gamma.

    "},{"t":"M","n":"Gmagick::setimagegreenprimary","p":"Gmagick.html#method_setimagegreenprimary","d":"

    Sets the image chromaticity green primary point.

    "},{"t":"M","n":"Gmagick::setimageindex","p":"Gmagick.html#method_setimageindex","d":"

    Sets the iterator to the position in the image list specified with the index parameter.

    "},{"t":"M","n":"Gmagick::setimageinterlacescheme","p":"Gmagick.html#method_setimageinterlacescheme","d":"

    Sets the interlace scheme of the image.

    "},{"t":"M","n":"Gmagick::setimageiterations","p":"Gmagick.html#method_setimageiterations","d":"

    Sets the image iterations.

    "},{"t":"M","n":"Gmagick::setimageprofile","p":"Gmagick.html#method_setimageprofile","d":"

    Adds a named profile to the Gmagick object.

    "},{"t":"M","n":"Gmagick::setimageredprimary","p":"Gmagick.html#method_setimageredprimary","d":"

    Sets the image chromaticity red primary point.

    "},{"t":"M","n":"Gmagick::setimagerenderingintent","p":"Gmagick.html#method_setimagerenderingintent","d":"

    Sets the image rendering intent.

    "},{"t":"M","n":"Gmagick::setimageresolution","p":"Gmagick.html#method_setimageresolution","d":"

    Sets the image resolution.

    "},{"t":"M","n":"Gmagick::setimagescene","p":"Gmagick.html#method_setimagescene","d":"

    Sets the image scene.

    "},{"t":"M","n":"Gmagick::setimagetype","p":"Gmagick.html#method_setimagetype","d":"

    Sets the image type.

    "},{"t":"M","n":"Gmagick::setimageunits","p":"Gmagick.html#method_setimageunits","d":"

    Sets the image units of resolution.

    "},{"t":"M","n":"Gmagick::setimagewhitepoint","p":"Gmagick.html#method_setimagewhitepoint","d":"

    Sets the image chromaticity white point.

    "},{"t":"M","n":"Gmagick::setsamplingfactors","p":"Gmagick.html#method_setsamplingfactors","d":"

    Sets the image sampling factors.

    "},{"t":"M","n":"Gmagick::setsize","p":"Gmagick.html#method_setsize","d":"

    Sets the size of the Gmagick object.

    "},{"t":"M","n":"Gmagick::shearimage","p":"Gmagick.html#method_shearimage","d":"

    Slides one edge of an image along the X or Y axis, creating a parallelogram.

    "},{"t":"M","n":"Gmagick::solarizeimage","p":"Gmagick.html#method_solarizeimage","d":"

    Applies a solarizing effect to the image.

    "},{"t":"M","n":"Gmagick::spreadimage","p":"Gmagick.html#method_spreadimage","d":"

    Randomly displaces each pixel in a block.

    "},{"t":"M","n":"Gmagick::stripimage","p":"Gmagick.html#method_stripimage","d":"

    Strips an image of all profiles and comments.

    "},{"t":"M","n":"Gmagick::swirlimage","p":"Gmagick.html#method_swirlimage","d":"

    Swirls the pixels about the center of the image.

    "},{"t":"M","n":"Gmagick::thumbnailimage","p":"Gmagick.html#method_thumbnailimage","d":"

    Changes the size of an image to the given dimensions and removes any associated profiles.

    "},{"t":"M","n":"Gmagick::trimimage","p":"Gmagick.html#method_trimimage","d":"

    Remove edges that are the background color from the image.

    "},{"t":"M","n":"Gmagick::write","p":"Gmagick.html#method_write","d":"

    Writes an image to the specified filename.

    "},{"t":"M","n":"Gmagick::writeimage","p":"Gmagick.html#method_writeimage","d":"

    Writes an image to the specified filename.

    "},{"t":"M","n":"GmagickDraw::annotate","p":"GmagickDraw.html#method_annotate","d":"

    Draws text on the image.

    "},{"t":"M","n":"GmagickDraw::arc","p":"GmagickDraw.html#method_arc","d":"

    Draws an arc falling within a specified bounding rectangle on the image.

    "},{"t":"M","n":"GmagickDraw::bezier","p":"GmagickDraw.html#method_bezier","d":"

    Draws a bezier curve through a set of points on the image.

    "},{"t":"M","n":"GmagickDraw::ellipse","p":"GmagickDraw.html#method_ellipse","d":"

    Draws an ellipse on the image.

    "},{"t":"M","n":"GmagickDraw::getfillcolor","p":"GmagickDraw.html#method_getfillcolor","d":"

    Returns the fill color used for drawing filled objects.

    "},{"t":"M","n":"GmagickDraw::getfillopacity","p":"GmagickDraw.html#method_getfillopacity","d":"

    Returns the opacity used when drawing.

    "},{"t":"M","n":"GmagickDraw::getfont","p":"GmagickDraw.html#method_getfont","d":"

    Returns a string specifying the font used when annotating with text.

    "},{"t":"M","n":"GmagickDraw::getfontsize","p":"GmagickDraw.html#method_getfontsize","d":"

    Returns the font pointsize used when annotating with text.

    "},{"t":"M","n":"GmagickDraw::getfontstyle","p":"GmagickDraw.html#method_getfontstyle","d":"

    Returns the font style used when annotating with text.

    "},{"t":"M","n":"GmagickDraw::getfontweight","p":"GmagickDraw.html#method_getfontweight","d":"

    Returns the font weight used when annotating with text.

    "},{"t":"M","n":"GmagickDraw::getstrokecolor","p":"GmagickDraw.html#method_getstrokecolor","d":"

    Returns the color used for stroking object outlines.

    "},{"t":"M","n":"GmagickDraw::getstrokeopacity","p":"GmagickDraw.html#method_getstrokeopacity","d":"

    Returns the opacity of stroked object outlines.

    "},{"t":"M","n":"GmagickDraw::getstrokewidth","p":"GmagickDraw.html#method_getstrokewidth","d":"

    Returns the width of the stroke used to draw object outlines.

    "},{"t":"M","n":"GmagickDraw::gettextdecoration","p":"GmagickDraw.html#method_gettextdecoration","d":"

    Returns the decoration applied when annotating with text.

    "},{"t":"M","n":"GmagickDraw::gettextencoding","p":"GmagickDraw.html#method_gettextencoding","d":"

    Returns the code set used for text annotations.

    "},{"t":"M","n":"GmagickDraw::line","p":"GmagickDraw.html#method_line","d":"

    Draws a line on the image using the current stroke color, stroke opacity, and stroke width.

    "},{"t":"M","n":"GmagickDraw::point","p":"GmagickDraw.html#method_point","d":"

    Draws a point using the current stroke color and stroke thickness at the specified coordinates.

    "},{"t":"M","n":"GmagickDraw::polygon","p":"GmagickDraw.html#method_polygon","d":"

    Draws a polygon using the current stroke, stroke width, and fill color or texture, using the specified array of coordinates.

    "},{"t":"M","n":"GmagickDraw::polyline","p":"GmagickDraw.html#method_polyline","d":"

    Draws a polyline using the current stroke, stroke width, and fill color or texture, using the specified array of coordinates.

    "},{"t":"M","n":"GmagickDraw::rectangle","p":"GmagickDraw.html#method_rectangle","d":"

    Draws a rectangle given two coordinates and using the current stroke, stroke width, and fill settings.

    "},{"t":"M","n":"GmagickDraw::rotate","p":"GmagickDraw.html#method_rotate","d":"

    Applies the specified rotation to the current coordinate space.

    "},{"t":"M","n":"GmagickDraw::roundrectangle","p":"GmagickDraw.html#method_roundrectangle","d":"

    Draws a rounded rectangle given two coordinates, x and y corner radiuses and using the current stroke, stroke width, and fill settings.

    "},{"t":"M","n":"GmagickDraw::scale","p":"GmagickDraw.html#method_scale","d":"

    Adjusts the scaling factor to apply in the horizontal and vertical directions to the current coordinate space.

    "},{"t":"M","n":"GmagickDraw::setfillcolor","p":"GmagickDraw.html#method_setfillcolor","d":"

    Sets the fill color to be used for drawing filled objects.

    "},{"t":"M","n":"GmagickDraw::setfillopacity","p":"GmagickDraw.html#method_setfillopacity","d":"

    Sets the opacity to use when drawing using the fill color or fill texture. Setting it to 1.0 will make fill full opaque.

    "},{"t":"M","n":"GmagickDraw::setfont","p":"GmagickDraw.html#method_setfont","d":"

    Sets the fully-specified font to use when annotating with text.

    "},{"t":"M","n":"GmagickDraw::setfontsize","p":"GmagickDraw.html#method_setfontsize","d":"

    Sets the font pointsize to use when annotating with text.

    "},{"t":"M","n":"GmagickDraw::setfontstyle","p":"GmagickDraw.html#method_setfontstyle","d":"

    Sets the font style to use when annotating with text.

    "},{"t":"M","n":"GmagickDraw::setfontweight","p":"GmagickDraw.html#method_setfontweight","d":"

    Sets the font weight to use when annotating with text.

    "},{"t":"M","n":"GmagickDraw::setstrokecolor","p":"GmagickDraw.html#method_setstrokecolor","d":"

    Sets the color used for stroking object outlines.

    "},{"t":"M","n":"GmagickDraw::setstrokeopacity","p":"GmagickDraw.html#method_setstrokeopacity","d":"

    Specifies the opacity of stroked object outlines.

    "},{"t":"M","n":"GmagickDraw::setstrokewidth","p":"GmagickDraw.html#method_setstrokewidth","d":"

    Sets the width of the stroke used to draw object outlines.

    "},{"t":"M","n":"GmagickDraw::settextdecoration","p":"GmagickDraw.html#method_settextdecoration","d":"

    Specifies a decoration to be applied when annotating with text.

    "},{"t":"M","n":"GmagickDraw::settextencoding","p":"GmagickDraw.html#method_settextencoding","d":"

    Specifies the code set to use for text annotations.

    "},{"t":"M","n":"GmagickPixel::__construct","p":"GmagickPixel.html#method___construct","d":"

    The GmagickPixel constructor.

    "},{"t":"M","n":"GmagickPixel::getcolor","p":"GmagickPixel.html#method_getcolor","d":"

    Returns the color described by the GmagickPixel object.

    "},{"t":"M","n":"GmagickPixel::getcolorcount","p":"GmagickPixel.html#method_getcolorcount","d":"

    Returns the color count associated with this color.

    "},{"t":"M","n":"GmagickPixel::getcolorvalue","p":"GmagickPixel.html#method_getcolorvalue","d":"

    Gets the normalized value of the provided color channel.

    "},{"t":"M","n":"GmagickPixel::setcolor","p":"GmagickPixel.html#method_setcolor","d":"

    Sets the color.

    "},{"t":"M","n":"GmagickPixel::setcolorvalue","p":"GmagickPixel.html#method_setcolorvalue","d":"

    Sets the normalized value of one of the channels.

    "},{"t":"M","n":"Grpc\\Call::__construct","p":"Grpc/Call.html#method___construct","d":"

    Constructs a new instance of the Call class.

    "},{"t":"M","n":"Grpc\\Call::startBatch","p":"Grpc/Call.html#method_startBatch","d":"

    Start a batch of RPC actions.

    "},{"t":"M","n":"Grpc\\Call::setCredentials","p":"Grpc/Call.html#method_setCredentials","d":"

    Set the CallCredentials for this call.

    "},{"t":"M","n":"Grpc\\Call::getPeer","p":"Grpc/Call.html#method_getPeer","d":"

    Get the endpoint this call/stream is connected to

    "},{"t":"M","n":"Grpc\\Call::cancel","p":"Grpc/Call.html#method_cancel","d":"

    Cancel the call. This will cause the call to end with STATUS_CANCELLED if it\nhas not already ended with another status.

    "},{"t":"M","n":"Grpc\\CallCredentials::createComposite","p":"Grpc/CallCredentials.html#method_createComposite","d":"

    Create composite credentials from two existing credentials.

    "},{"t":"M","n":"Grpc\\CallCredentials::createFromPlugin","p":"Grpc/CallCredentials.html#method_createFromPlugin","d":"

    Create a call credentials object from the plugin API

    "},{"t":"M","n":"Grpc\\Channel::__construct","p":"Grpc/Channel.html#method___construct","d":"

    Construct an instance of the Channel class. If the $args array contains a\n"credentials" key mapping to a ChannelCredentials object, a secure channel\nwill be created with those credentials.

    "},{"t":"M","n":"Grpc\\Channel::getTarget","p":"Grpc/Channel.html#method_getTarget","d":"

    Get the endpoint this call/stream is connected to

    "},{"t":"M","n":"Grpc\\Channel::getConnectivityState","p":"Grpc/Channel.html#method_getConnectivityState","d":"

    Get the connectivity state of the channel

    "},{"t":"M","n":"Grpc\\Channel::watchConnectivityState","p":"Grpc/Channel.html#method_watchConnectivityState","d":"

    Watch the connectivity state of the channel until it changed

    "},{"t":"M","n":"Grpc\\Channel::close","p":"Grpc/Channel.html#method_close","d":"

    Close the channel

    "},{"t":"M","n":"Grpc\\ChannelCredentials::setDefaultRootsPem","p":"Grpc/ChannelCredentials.html#method_setDefaultRootsPem","d":"

    Set default roots pem.

    "},{"t":"M","n":"Grpc\\ChannelCredentials::createDefault","p":"Grpc/ChannelCredentials.html#method_createDefault","d":"

    Create a default channel credentials object.

    "},{"t":"M","n":"Grpc\\ChannelCredentials::createSsl","p":"Grpc/ChannelCredentials.html#method_createSsl","d":"

    Create SSL credentials.

    "},{"t":"M","n":"Grpc\\ChannelCredentials::createComposite","p":"Grpc/ChannelCredentials.html#method_createComposite","d":"

    Create composite credentials from two existing credentials.

    "},{"t":"M","n":"Grpc\\ChannelCredentials::createInsecure","p":"Grpc/ChannelCredentials.html#method_createInsecure","d":"

    Create insecure channel credentials

    "},{"t":"M","n":"Grpc\\Server::__construct","p":"Grpc/Server.html#method___construct","d":"

    Constructs a new instance of the Server class

    "},{"t":"M","n":"Grpc\\Server::requestCall","p":"Grpc/Server.html#method_requestCall","d":"

    Request a call on a server. Creates a single GRPC_SERVER_RPC_NEW event.

    "},{"t":"M","n":"Grpc\\Server::addHttp2Port","p":"Grpc/Server.html#method_addHttp2Port","d":"

    Add a http2 over tcp listener.

    "},{"t":"M","n":"Grpc\\Server::addSecureHttp2Port","p":"Grpc/Server.html#method_addSecureHttp2Port","d":"

    Add a secure http2 over tcp listener.

    "},{"t":"M","n":"Grpc\\Server::start","p":"Grpc/Server.html#method_start","d":"

    Start a server - tells all listeners to start listening

    "},{"t":"M","n":"Grpc\\ServerCredentials::createSsl","p":"Grpc/ServerCredentials.html#method_createSsl","d":"

    Create SSL credentials.

    "},{"t":"M","n":"Grpc\\Timeval::__construct","p":"Grpc/Timeval.html#method___construct","d":"

    Constructs a new instance of the Timeval class

    "},{"t":"M","n":"Grpc\\Timeval::add","p":"Grpc/Timeval.html#method_add","d":"

    Adds another Timeval to this one and returns the sum. Calculations saturate\nat infinities.

    "},{"t":"M","n":"Grpc\\Timeval::compare","p":"Grpc/Timeval.html#method_compare","d":"

    Return negative, 0, or positive according to whether a < b, a == b, or a > b\nrespectively.

    "},{"t":"M","n":"Grpc\\Timeval::infFuture","p":"Grpc/Timeval.html#method_infFuture","d":"

    Returns the infinite future time value as a timeval object

    "},{"t":"M","n":"Grpc\\Timeval::infPast","p":"Grpc/Timeval.html#method_infPast","d":"

    Returns the infinite past time value as a timeval object

    "},{"t":"M","n":"Grpc\\Timeval::now","p":"Grpc/Timeval.html#method_now","d":"

    Returns the current time as a timeval object

    "},{"t":"M","n":"Grpc\\Timeval::similar","p":"Grpc/Timeval.html#method_similar","d":"

    Checks whether the two times are within $threshold of each other

    "},{"t":"M","n":"Grpc\\Timeval::sleepUntil","p":"Grpc/Timeval.html#method_sleepUntil","d":"

    Sleep until this time, interpreted as an absolute timeout

    "},{"t":"M","n":"Grpc\\Timeval::subtract","p":"Grpc/Timeval.html#method_subtract","d":"

    Subtracts another Timeval from this one and returns the difference.

    "},{"t":"M","n":"Grpc\\Timeval::zero","p":"Grpc/Timeval.html#method_zero","d":"

    Returns the zero time interval as a timeval object

    "},{"t":"M","n":"HashContext::__serialize","p":"HashContext.html#method___serialize","d":null},{"t":"M","n":"HashContext::__unserialize","p":"HashContext.html#method___unserialize","d":""},{"t":"M","n":"HashContext::__debugInfo","p":"HashContext.html#method___debugInfo","d":""},{"t":"M","n":"HttpDeflateStream::__construct","p":"HttpDeflateStream.html#method___construct","d":"

    (PECL pecl_http >= 0.21.0)
    \nHttpDeflateStream class constructor

    "},{"t":"M","n":"HttpDeflateStream::update","p":"HttpDeflateStream.html#method_update","d":"

    (PECL pecl_http >= 0.21.0)
    \nUpdate deflate stream

    "},{"t":"M","n":"HttpDeflateStream::flush","p":"HttpDeflateStream.html#method_flush","d":"

    (PECL pecl_http >= 0.21.0)
    \nFlush deflate stream

    "},{"t":"M","n":"HttpDeflateStream::finish","p":"HttpDeflateStream.html#method_finish","d":"

    (PECL pecl_http >= 0.21.0)
    \nFinalize deflate stream

    "},{"t":"M","n":"HttpDeflateStream::factory","p":"HttpDeflateStream.html#method_factory","d":"

    (PECL pecl_http >= 1.4.0)
    \nHttpDeflateStream class factory

    "},{"t":"M","n":"HttpInflateStream::__construct","p":"HttpInflateStream.html#method___construct","d":"

    (PECL pecl_http >= 1.0.0)
    \nHttpInflateStream class constructor

    "},{"t":"M","n":"HttpInflateStream::update","p":"HttpInflateStream.html#method_update","d":"

    (PECL pecl_http >= 0.21.0)
    \nUpdate inflate stream

    "},{"t":"M","n":"HttpInflateStream::flush","p":"HttpInflateStream.html#method_flush","d":"

    (PECL pecl_http >= 0.21.0)
    \nFlush inflate stream

    "},{"t":"M","n":"HttpInflateStream::finish","p":"HttpInflateStream.html#method_finish","d":"

    (PECL pecl_http >= 0.21.0)
    \nFinalize inflate stream

    "},{"t":"M","n":"HttpInflateStream::factory","p":"HttpInflateStream.html#method_factory","d":"

    (PECL pecl_http >= 1.4.0)
    \nHttpInflateStream class factory

    "},{"t":"M","n":"HttpMessage::__construct","p":"HttpMessage.html#method___construct","d":"

    (PECL pecl_http >= 0.10.0)
    \nHttpMessage constructor

    "},{"t":"M","n":"HttpMessage::getBody","p":"HttpMessage.html#method_getBody","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet message body

    "},{"t":"M","n":"HttpMessage::setBody","p":"HttpMessage.html#method_setBody","d":"

    (PECL pecl_http >= 0.14.0)
    \nSet message body

    "},{"t":"M","n":"HttpMessage::getHeader","p":"HttpMessage.html#method_getHeader","d":"

    (PECL pecl_http >= 1.1.0)
    \nGet header

    "},{"t":"M","n":"HttpMessage::getHeaders","p":"HttpMessage.html#method_getHeaders","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet message headers

    "},{"t":"M","n":"HttpMessage::setHeaders","p":"HttpMessage.html#method_setHeaders","d":"

    (PECL pecl_http >= 0.10.0)
    \nSet headers

    "},{"t":"M","n":"HttpMessage::addHeaders","p":"HttpMessage.html#method_addHeaders","d":"

    (PECL pecl_http >= 0.10.0)
    \nAdd headers

    "},{"t":"M","n":"HttpMessage::getType","p":"HttpMessage.html#method_getType","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet message type

    "},{"t":"M","n":"HttpMessage::setType","p":"HttpMessage.html#method_setType","d":"

    (PECL pecl_http >= 0.10.0)
    \nSet message type

    "},{"t":"M","n":"HttpMessage::getInfo","p":"HttpMessage.html#method_getInfo","d":null},{"t":"M","n":"HttpMessage::setInfo","p":"HttpMessage.html#method_setInfo","d":""},{"t":"M","n":"HttpMessage::getResponseCode","p":"HttpMessage.html#method_getResponseCode","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet response code

    "},{"t":"M","n":"HttpMessage::setResponseCode","p":"HttpMessage.html#method_setResponseCode","d":"

    (PECL pecl_http >= 0.10.0)
    \nSet response code

    "},{"t":"M","n":"HttpMessage::getResponseStatus","p":"HttpMessage.html#method_getResponseStatus","d":"

    (PECL pecl_http >= 0.23.0)
    \nGet response status

    "},{"t":"M","n":"HttpMessage::setResponseStatus","p":"HttpMessage.html#method_setResponseStatus","d":"

    (PECL pecl_http >= 0.23.0)
    \nSet response status

    "},{"t":"M","n":"HttpMessage::getRequestMethod","p":"HttpMessage.html#method_getRequestMethod","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet request method

    "},{"t":"M","n":"HttpMessage::setRequestMethod","p":"HttpMessage.html#method_setRequestMethod","d":"

    (PECL pecl_http >= 0.10.0)
    \nSet request method

    "},{"t":"M","n":"HttpMessage::getRequestUrl","p":"HttpMessage.html#method_getRequestUrl","d":"

    (PECL pecl_http >= 0.21.0)
    \nGet request URL

    "},{"t":"M","n":"HttpMessage::setRequestUrl","p":"HttpMessage.html#method_setRequestUrl","d":"

    (PECL pecl_http >= 0.21.0)
    \nSet request URL

    "},{"t":"M","n":"HttpMessage::getHttpVersion","p":"HttpMessage.html#method_getHttpVersion","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet HTTP version

    "},{"t":"M","n":"HttpMessage::setHttpVersion","p":"HttpMessage.html#method_setHttpVersion","d":"

    (PECL pecl_http >= 0.10.0)
    \nSet HTTP version

    "},{"t":"M","n":"HttpMessage::guessContentType","p":"HttpMessage.html#method_guessContentType","d":"

    (PECL pecl_http >= 1.0.0)
    \nGuess content type

    "},{"t":"M","n":"HttpMessage::getParentMessage","p":"HttpMessage.html#method_getParentMessage","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet parent message

    "},{"t":"M","n":"HttpMessage::send","p":"HttpMessage.html#method_send","d":"

    (PECL pecl_http >= 0.10.0)
    \nSend message

    "},{"t":"M","n":"HttpMessage::toString","p":"HttpMessage.html#method_toString","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet string representation

    "},{"t":"M","n":"HttpMessage::toMessageTypeObject","p":"HttpMessage.html#method_toMessageTypeObject","d":"

    (PECL pecl_http >= 0.22.0)
    \nCreate HTTP object regarding message type

    "},{"t":"M","n":"HttpMessage::count","p":"HttpMessage.html#method_count","d":"

    Count elements of an object

    "},{"t":"M","n":"HttpMessage::serialize","p":"HttpMessage.html#method_serialize","d":"

    String representation of object.

    "},{"t":"M","n":"HttpMessage::unserialize","p":"HttpMessage.html#method_unserialize","d":""},{"t":"M","n":"HttpMessage::rewind","p":"HttpMessage.html#method_rewind","d":"

    Rewind the Iterator to the first element

    "},{"t":"M","n":"HttpMessage::valid","p":"HttpMessage.html#method_valid","d":"

    Checks if current position is valid

    "},{"t":"M","n":"HttpMessage::current","p":"HttpMessage.html#method_current","d":"

    Return the current element

    "},{"t":"M","n":"HttpMessage::key","p":"HttpMessage.html#method_key","d":"

    Return the key of the current element

    "},{"t":"M","n":"HttpMessage::next","p":"HttpMessage.html#method_next","d":"

    Move forward to next element

    "},{"t":"M","n":"HttpMessage::__toString","p":"HttpMessage.html#method___toString","d":""},{"t":"M","n":"HttpMessage::factory","p":"HttpMessage.html#method_factory","d":"

    (PECL pecl_http >= 1.4.0)
    \nCreate HttpMessage from string

    "},{"t":"M","n":"HttpMessage::fromString","p":"HttpMessage.html#method_fromString","d":"

    (PECL pecl_http 0.10.0-1.3.3)
    \nCreate HttpMessage from string

    "},{"t":"M","n":"HttpMessage::fromEnv","p":"HttpMessage.html#method_fromEnv","d":"

    (PECL pecl_http >= 1.5.0)
    \nCreate HttpMessage from environment

    "},{"t":"M","n":"HttpMessage::detach","p":"HttpMessage.html#method_detach","d":"

    (PECL pecl_http >= 0.22.0)
    \nDetach HttpMessage

    "},{"t":"M","n":"HttpMessage::prepend","p":"HttpMessage.html#method_prepend","d":"

    (PECL pecl_http >= 0.22.0)
    \nPrepend message(s)

    "},{"t":"M","n":"HttpMessage::reverse","p":"HttpMessage.html#method_reverse","d":"

    (PECL pecl_http >= 0.23.0)
    \nReverse message chain

    "},{"t":"M","n":"HttpQueryString::__construct","p":"HttpQueryString.html#method___construct","d":"

    (PECL pecl_http >= 0.22.0)
    \nHttpQueryString constructor

    "},{"t":"M","n":"HttpQueryString::toArray","p":"HttpQueryString.html#method_toArray","d":"

    (PECL pecl_http >= 0.22.0)
    \nGet query string as array

    "},{"t":"M","n":"HttpQueryString::toString","p":"HttpQueryString.html#method_toString","d":"

    (PECL pecl_http >= 0.22.0)
    \nGet query string

    "},{"t":"M","n":"HttpQueryString::__toString","p":"HttpQueryString.html#method___toString","d":""},{"t":"M","n":"HttpQueryString::get","p":"HttpQueryString.html#method_get","d":"

    (PECL pecl_http >= 0.22.0)
    \nGet (part of) query string

    "},{"t":"M","n":"HttpQueryString::set","p":"HttpQueryString.html#method_set","d":"

    (PECL pecl_http >= 0.22.0)
    \nSet query string params

    "},{"t":"M","n":"HttpQueryString::mod","p":"HttpQueryString.html#method_mod","d":"

    (PECL pecl_http >= 1.1.0)
    \nModifiy query string copy

    "},{"t":"M","n":"HttpQueryString::getBool","p":"HttpQueryString.html#method_getBool","d":""},{"t":"M","n":"HttpQueryString::getInt","p":"HttpQueryString.html#method_getInt","d":""},{"t":"M","n":"HttpQueryString::getFloat","p":"HttpQueryString.html#method_getFloat","d":""},{"t":"M","n":"HttpQueryString::getString","p":"HttpQueryString.html#method_getString","d":""},{"t":"M","n":"HttpQueryString::getArray","p":"HttpQueryString.html#method_getArray","d":""},{"t":"M","n":"HttpQueryString::getObject","p":"HttpQueryString.html#method_getObject","d":""},{"t":"M","n":"HttpQueryString::factory","p":"HttpQueryString.html#method_factory","d":""},{"t":"M","n":"HttpQueryString::singleton","p":"HttpQueryString.html#method_singleton","d":"

    (PECL pecl_http >= 0.25.0)
    \nHttpQueryString singleton

    "},{"t":"M","n":"HttpQueryString::xlate","p":"HttpQueryString.html#method_xlate","d":"

    (PECL pecl_http >= 0.25.0)
    \nChange query strings charset

    "},{"t":"M","n":"HttpQueryString::serialize","p":"HttpQueryString.html#method_serialize","d":"

    String representation of object

    "},{"t":"M","n":"HttpQueryString::offsetGet","p":"HttpQueryString.html#method_offsetGet","d":"

    Offset to retrieve

    "},{"t":"M","n":"HttpQueryString::unserialize","p":"HttpQueryString.html#method_unserialize","d":"

    Constructs the object

    "},{"t":"M","n":"HttpQueryString::offsetExists","p":"HttpQueryString.html#method_offsetExists","d":"

    Whether a offset exists

    "},{"t":"M","n":"HttpQueryString::offsetSet","p":"HttpQueryString.html#method_offsetSet","d":"

    Offset to set

    "},{"t":"M","n":"HttpQueryString::offsetUnset","p":"HttpQueryString.html#method_offsetUnset","d":"

    Offset to unset

    "},{"t":"M","n":"HttpRequest::__construct","p":"HttpRequest.html#method___construct","d":"

    (PECL pecl_http >= 0.10.0)
    \nHttpRequest constructor

    "},{"t":"M","n":"HttpRequest::setOptions","p":"HttpRequest.html#method_setOptions","d":"

    (PECL pecl_http >= 0.10.0)
    \nSet options

    "},{"t":"M","n":"HttpRequest::getOptions","p":"HttpRequest.html#method_getOptions","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet options

    "},{"t":"M","n":"HttpRequest::setSslOptions","p":"HttpRequest.html#method_setSslOptions","d":"

    (PECL pecl_http >= 0.10.0)
    \nSet ssl options

    "},{"t":"M","n":"HttpRequest::getSslOptions","p":"HttpRequest.html#method_getSslOptions","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet ssl options

    "},{"t":"M","n":"HttpRequest::addSslOptions","p":"HttpRequest.html#method_addSslOptions","d":"

    (PECL pecl_http >= 0.12.0)
    \nAdd ssl options

    "},{"t":"M","n":"HttpRequest::addHeaders","p":"HttpRequest.html#method_addHeaders","d":"

    (PECL pecl_http >= 0.10.0)
    \nAdd headers

    "},{"t":"M","n":"HttpRequest::getHeaders","p":"HttpRequest.html#method_getHeaders","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet headers

    "},{"t":"M","n":"HttpRequest::setHeaders","p":"HttpRequest.html#method_setHeaders","d":"

    (PECL pecl_http >= 0.12.0)
    \nSet headers

    "},{"t":"M","n":"HttpRequest::addCookies","p":"HttpRequest.html#method_addCookies","d":"

    (PECL pecl_http >= 0.10.0)
    \nAdd cookies

    "},{"t":"M","n":"HttpRequest::getCookies","p":"HttpRequest.html#method_getCookies","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet cookies

    "},{"t":"M","n":"HttpRequest::setCookies","p":"HttpRequest.html#method_setCookies","d":"

    (PECL pecl_http >= 0.12.0)
    \nSet cookies

    "},{"t":"M","n":"HttpRequest::enableCookies","p":"HttpRequest.html#method_enableCookies","d":"

    (PECL pecl_http >= 1.0.0)
    \nEnable cookies

    "},{"t":"M","n":"HttpRequest::resetCookies","p":"HttpRequest.html#method_resetCookies","d":"

    (PECL pecl_http >= 1.0.0)
    \nReset cookies

    "},{"t":"M","n":"HttpRequest::flushCookies","p":"HttpRequest.html#method_flushCookies","d":null},{"t":"M","n":"HttpRequest::setMethod","p":"HttpRequest.html#method_setMethod","d":"

    (PECL pecl_http >= 0.10.0)
    \nSet method

    "},{"t":"M","n":"HttpRequest::getMethod","p":"HttpRequest.html#method_getMethod","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet method

    "},{"t":"M","n":"HttpRequest::setUrl","p":"HttpRequest.html#method_setUrl","d":"

    (PECL pecl_http >= 0.10.0)
    \nSet URL

    "},{"t":"M","n":"HttpRequest::getUrl","p":"HttpRequest.html#method_getUrl","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet url

    "},{"t":"M","n":"HttpRequest::setContentType","p":"HttpRequest.html#method_setContentType","d":"

    (PECL pecl_http >= 0.10.0)
    \nSet content type

    "},{"t":"M","n":"HttpRequest::getContentType","p":"HttpRequest.html#method_getContentType","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet content type

    "},{"t":"M","n":"HttpRequest::setQueryData","p":"HttpRequest.html#method_setQueryData","d":"

    (PECL pecl_http >= 0.10.0)
    \nSet query data

    "},{"t":"M","n":"HttpRequest::getQueryData","p":"HttpRequest.html#method_getQueryData","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet query data

    "},{"t":"M","n":"HttpRequest::addQueryData","p":"HttpRequest.html#method_addQueryData","d":"

    (PECL pecl_http >= 0.10.0)
    \nAdd query data

    "},{"t":"M","n":"HttpRequest::setPostFields","p":"HttpRequest.html#method_setPostFields","d":"

    (PECL pecl_http >= 0.10.0)
    \nSet post fields

    "},{"t":"M","n":"HttpRequest::getPostFields","p":"HttpRequest.html#method_getPostFields","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet post fields

    "},{"t":"M","n":"HttpRequest::addPostFields","p":"HttpRequest.html#method_addPostFields","d":"

    (PECL pecl_http >= 0.10.0)
    \nAdd post fields

    "},{"t":"M","n":"HttpRequest::setBody","p":"HttpRequest.html#method_setBody","d":""},{"t":"M","n":"HttpRequest::getBody","p":"HttpRequest.html#method_getBody","d":null},{"t":"M","n":"HttpRequest::addBody","p":"HttpRequest.html#method_addBody","d":""},{"t":"M","n":"HttpRequest::setRawPostData","p":"HttpRequest.html#method_setRawPostData","d":"

    (PECL pecl_http 0.14.0-1.4.1)
    \nSet raw post data

    "},{"t":"M","n":"HttpRequest::getRawPostData","p":"HttpRequest.html#method_getRawPostData","d":"

    (PECL pecl_http 0.14.0-1.4.1)
    \nGet raw post data

    "},{"t":"M","n":"HttpRequest::addRawPostData","p":"HttpRequest.html#method_addRawPostData","d":"

    (PECL pecl_http 0.14.0-1.4.1)
    \nAdd raw post data

    "},{"t":"M","n":"HttpRequest::setPostFiles","p":"HttpRequest.html#method_setPostFiles","d":"

    (PECL pecl_http >= 0.10.0)
    \nSet post files

    "},{"t":"M","n":"HttpRequest::addPostFile","p":"HttpRequest.html#method_addPostFile","d":"

    (PECL pecl_http >= 0.10.0)
    \nAdd post file

    "},{"t":"M","n":"HttpRequest::getPostFiles","p":"HttpRequest.html#method_getPostFiles","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet post files

    "},{"t":"M","n":"HttpRequest::setPutFile","p":"HttpRequest.html#method_setPutFile","d":"

    (PECL pecl_http >= 0.10.0)
    \nSet put file

    "},{"t":"M","n":"HttpRequest::getPutFile","p":"HttpRequest.html#method_getPutFile","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet put file

    "},{"t":"M","n":"HttpRequest::setPutData","p":"HttpRequest.html#method_setPutData","d":"

    (PECL pecl_http >= 0.25.0)
    \nSet put data

    "},{"t":"M","n":"HttpRequest::getPutData","p":"HttpRequest.html#method_getPutData","d":"

    (PECL pecl_http >= 0.25.0)
    \nGet put data

    "},{"t":"M","n":"HttpRequest::addPutData","p":"HttpRequest.html#method_addPutData","d":"

    (PECL pecl_http >= 0.25.0)
    \nAdd put data

    "},{"t":"M","n":"HttpRequest::send","p":"HttpRequest.html#method_send","d":"

    (PECL pecl_http >= 0.10.0)
    \nSend request

    "},{"t":"M","n":"HttpRequest::getResponseData","p":"HttpRequest.html#method_getResponseData","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet response data

    "},{"t":"M","n":"HttpRequest::getResponseHeader","p":"HttpRequest.html#method_getResponseHeader","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet response header(s)

    "},{"t":"M","n":"HttpRequest::getResponseCookies","p":"HttpRequest.html#method_getResponseCookies","d":"

    (PECL pecl_http >= 0.23.0)
    \nGet response cookie(s)

    "},{"t":"M","n":"HttpRequest::getResponseCode","p":"HttpRequest.html#method_getResponseCode","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet response code

    "},{"t":"M","n":"HttpRequest::getResponseStatus","p":"HttpRequest.html#method_getResponseStatus","d":"

    (PECL pecl_http >= 0.23.0)
    \nGet response status

    "},{"t":"M","n":"HttpRequest::getResponseBody","p":"HttpRequest.html#method_getResponseBody","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet response body

    "},{"t":"M","n":"HttpRequest::getResponseInfo","p":"HttpRequest.html#method_getResponseInfo","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet response info

    "},{"t":"M","n":"HttpRequest::getResponseMessage","p":"HttpRequest.html#method_getResponseMessage","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet response message

    "},{"t":"M","n":"HttpRequest::getRawResponseMessage","p":"HttpRequest.html#method_getRawResponseMessage","d":"

    (PECL pecl_http >= 0.21.0)
    \nGet raw response message

    "},{"t":"M","n":"HttpRequest::getRequestMessage","p":"HttpRequest.html#method_getRequestMessage","d":"

    (PECL pecl_http >= 0.11.0)
    \nGet request message

    "},{"t":"M","n":"HttpRequest::getRawRequestMessage","p":"HttpRequest.html#method_getRawRequestMessage","d":"

    (PECL pecl_http >= 0.21.0)
    \nGet raw request message

    "},{"t":"M","n":"HttpRequest::getHistory","p":"HttpRequest.html#method_getHistory","d":"

    (PECL pecl_http >= 0.15.0)
    \nGet history

    "},{"t":"M","n":"HttpRequest::clearHistory","p":"HttpRequest.html#method_clearHistory","d":"

    (PECL pecl_http >= 0.15.0)
    \nClear history

    "},{"t":"M","n":"HttpRequest::factory","p":"HttpRequest.html#method_factory","d":""},{"t":"M","n":"HttpRequest::get","p":"HttpRequest.html#method_get","d":""},{"t":"M","n":"HttpRequest::head","p":"HttpRequest.html#method_head","d":""},{"t":"M","n":"HttpRequest::postData","p":"HttpRequest.html#method_postData","d":""},{"t":"M","n":"HttpRequest::postFields","p":"HttpRequest.html#method_postFields","d":""},{"t":"M","n":"HttpRequest::putData","p":"HttpRequest.html#method_putData","d":""},{"t":"M","n":"HttpRequest::putFile","p":"HttpRequest.html#method_putFile","d":""},{"t":"M","n":"HttpRequest::putStream","p":"HttpRequest.html#method_putStream","d":""},{"t":"M","n":"HttpRequest::methodRegister","p":"HttpRequest.html#method_methodRegister","d":""},{"t":"M","n":"HttpRequest::methodUnregister","p":"HttpRequest.html#method_methodUnregister","d":""},{"t":"M","n":"HttpRequest::methodName","p":"HttpRequest.html#method_methodName","d":""},{"t":"M","n":"HttpRequest::methodExists","p":"HttpRequest.html#method_methodExists","d":""},{"t":"M","n":"HttpRequest::encodeBody","p":"HttpRequest.html#method_encodeBody","d":""},{"t":"M","n":"HttpRequestDataShare::__destruct","p":"HttpRequestDataShare.html#method___destruct","d":null},{"t":"M","n":"HttpRequestDataShare::count","p":"HttpRequestDataShare.html#method_count","d":"

    Count elements of an object

    "},{"t":"M","n":"HttpRequestDataShare::attach","p":"HttpRequestDataShare.html#method_attach","d":""},{"t":"M","n":"HttpRequestDataShare::detach","p":"HttpRequestDataShare.html#method_detach","d":""},{"t":"M","n":"HttpRequestDataShare::reset","p":"HttpRequestDataShare.html#method_reset","d":null},{"t":"M","n":"HttpRequestDataShare::factory","p":"HttpRequestDataShare.html#method_factory","d":""},{"t":"M","n":"HttpRequestDataShare::singleton","p":"HttpRequestDataShare.html#method_singleton","d":""},{"t":"M","n":"HttpRequestPool::__construct","p":"HttpRequestPool.html#method___construct","d":"

    (PECL pecl_http >= 0.10.0)
    \nHttpRequestPool constructor

    "},{"t":"M","n":"HttpRequestPool::__destruct","p":"HttpRequestPool.html#method___destruct","d":"

    (PECL pecl_http >= 0.10.0)
    \nHttpRequestPool destructor

    "},{"t":"M","n":"HttpRequestPool::attach","p":"HttpRequestPool.html#method_attach","d":"

    (PECL pecl_http >= 0.10.0)
    \nAttach HttpRequest

    "},{"t":"M","n":"HttpRequestPool::detach","p":"HttpRequestPool.html#method_detach","d":"

    (PECL pecl_http >= 0.10.0)
    \nDetach HttpRequest

    "},{"t":"M","n":"HttpRequestPool::send","p":"HttpRequestPool.html#method_send","d":"

    (PECL pecl_http >= 0.10.0)
    \nSend all requests

    "},{"t":"M","n":"HttpRequestPool::reset","p":"HttpRequestPool.html#method_reset","d":"

    (PECL pecl_http >= 0.10.0)
    \nReset request pool

    "},{"t":"M","n":"HttpRequestPool::socketPerform","p":"HttpRequestPool.html#method_socketPerform","d":"

    (PECL pecl_http >= 0.15.0)
    \nPerform socket actions

    "},{"t":"M","n":"HttpRequestPool::socketSelect","p":"HttpRequestPool.html#method_socketSelect","d":"

    (PECL pecl_http >= 0.10.0)
    \nPerform socket select

    "},{"t":"M","n":"HttpRequestPool::valid","p":"HttpRequestPool.html#method_valid","d":"

    Checks if current position is valid

    "},{"t":"M","n":"HttpRequestPool::current","p":"HttpRequestPool.html#method_current","d":"

    Return the current element

    "},{"t":"M","n":"HttpRequestPool::key","p":"HttpRequestPool.html#method_key","d":"

    Return the key of the current element

    "},{"t":"M","n":"HttpRequestPool::next","p":"HttpRequestPool.html#method_next","d":"

    Move forward to next element

    "},{"t":"M","n":"HttpRequestPool::rewind","p":"HttpRequestPool.html#method_rewind","d":"

    Rewind the Iterator to the first element

    "},{"t":"M","n":"HttpRequestPool::count","p":"HttpRequestPool.html#method_count","d":"

    Count elements of an object

    "},{"t":"M","n":"HttpRequestPool::getAttachedRequests","p":"HttpRequestPool.html#method_getAttachedRequests","d":"

    (PECL pecl_http >= 0.16.0)
    \nGet attached requests

    "},{"t":"M","n":"HttpRequestPool::getFinishedRequests","p":"HttpRequestPool.html#method_getFinishedRequests","d":"

    (PECL pecl_http >= 0.16.0)
    \nGet finished requests

    "},{"t":"M","n":"HttpRequestPool::enablePipelining","p":"HttpRequestPool.html#method_enablePipelining","d":""},{"t":"M","n":"HttpRequestPool::enableEvents","p":"HttpRequestPool.html#method_enableEvents","d":""},{"t":"M","n":"HttpResponse::setHeader","p":"HttpResponse.html#method_setHeader","d":"

    (PECL pecl_http >= 0.12.0)
    \nSet header

    "},{"t":"M","n":"HttpResponse::getHeader","p":"HttpResponse.html#method_getHeader","d":"

    (PECL pecl_http >= 0.12.0)
    \nGet header

    "},{"t":"M","n":"HttpResponse::setETag","p":"HttpResponse.html#method_setETag","d":"

    (PECL pecl_http >= 0.10.0)
    \nSet ETag

    "},{"t":"M","n":"HttpResponse::getETag","p":"HttpResponse.html#method_getETag","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet ETag

    "},{"t":"M","n":"HttpResponse::setLastModified","p":"HttpResponse.html#method_setLastModified","d":"

    (PECL pecl_http >= 0.12.0)
    \nSet last modified

    "},{"t":"M","n":"HttpResponse::getLastModified","p":"HttpResponse.html#method_getLastModified","d":"

    (PECL pecl_http >= 0.12.0)
    \nGet last modified

    "},{"t":"M","n":"HttpResponse::setContentDisposition","p":"HttpResponse.html#method_setContentDisposition","d":"

    (PECL pecl_http >= 0.10.0)
    \nSet content disposition

    "},{"t":"M","n":"HttpResponse::getContentDisposition","p":"HttpResponse.html#method_getContentDisposition","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet content disposition

    "},{"t":"M","n":"HttpResponse::setContentType","p":"HttpResponse.html#method_setContentType","d":"

    (PECL pecl_http >= 0.10.0)
    \nSet content type

    "},{"t":"M","n":"HttpResponse::getContentType","p":"HttpResponse.html#method_getContentType","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet content type

    "},{"t":"M","n":"HttpResponse::guessContentType","p":"HttpResponse.html#method_guessContentType","d":"

    (PECL pecl_http >= 0.13.0)
    \nGuess content type

    "},{"t":"M","n":"HttpResponse::setCache","p":"HttpResponse.html#method_setCache","d":"

    (PECL pecl_http >= 0.10.0)
    \nSet cache

    "},{"t":"M","n":"HttpResponse::getCache","p":"HttpResponse.html#method_getCache","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet cache

    "},{"t":"M","n":"HttpResponse::setCacheControl","p":"HttpResponse.html#method_setCacheControl","d":"

    (PECL pecl_http >= 0.10.0)
    \nSet cache control

    "},{"t":"M","n":"HttpResponse::getCacheControl","p":"HttpResponse.html#method_getCacheControl","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet cache control

    "},{"t":"M","n":"HttpResponse::setGzip","p":"HttpResponse.html#method_setGzip","d":"

    (PECL pecl_http >= 0.10.0)
    \nSet gzip

    "},{"t":"M","n":"HttpResponse::getGzip","p":"HttpResponse.html#method_getGzip","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet gzip

    "},{"t":"M","n":"HttpResponse::setThrottleDelay","p":"HttpResponse.html#method_setThrottleDelay","d":"

    (PECL pecl_http >= 0.10.0)
    \nSet throttle delay

    "},{"t":"M","n":"HttpResponse::getThrottleDelay","p":"HttpResponse.html#method_getThrottleDelay","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet throttle delay

    "},{"t":"M","n":"HttpResponse::setBufferSize","p":"HttpResponse.html#method_setBufferSize","d":"

    (PECL pecl_http >= 0.10.0)
    \nSet buffer size

    "},{"t":"M","n":"HttpResponse::getBufferSize","p":"HttpResponse.html#method_getBufferSize","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet buffer size

    "},{"t":"M","n":"HttpResponse::setData","p":"HttpResponse.html#method_setData","d":"

    (PECL pecl_http >= 0.10.0)
    \nSet data

    "},{"t":"M","n":"HttpResponse::getData","p":"HttpResponse.html#method_getData","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet data

    "},{"t":"M","n":"HttpResponse::setFile","p":"HttpResponse.html#method_setFile","d":"

    (PECL pecl_http >= 0.10.0)
    \nSet file

    "},{"t":"M","n":"HttpResponse::getFile","p":"HttpResponse.html#method_getFile","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet file

    "},{"t":"M","n":"HttpResponse::setStream","p":"HttpResponse.html#method_setStream","d":"

    (PECL pecl_http >= 0.10.0)
    \nSet stream

    "},{"t":"M","n":"HttpResponse::getStream","p":"HttpResponse.html#method_getStream","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet Stream

    "},{"t":"M","n":"HttpResponse::send","p":"HttpResponse.html#method_send","d":"

    (PECL pecl_http >= 0.10.0)
    \nSend response

    "},{"t":"M","n":"HttpResponse::capture","p":"HttpResponse.html#method_capture","d":"

    (PECL pecl_http >= 0.10.0)
    \nCapture script output

    "},{"t":"M","n":"HttpResponse::redirect","p":"HttpResponse.html#method_redirect","d":"

    (PECL pecl_http >= 0.10.0)
    \nRedirect

    "},{"t":"M","n":"HttpResponse::status","p":"HttpResponse.html#method_status","d":"

    (PECL pecl_http >= 0.12.0)
    \nSend HTTP response status

    "},{"t":"M","n":"HttpResponse::getRequestHeaders","p":"HttpResponse.html#method_getRequestHeaders","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet request headers

    "},{"t":"M","n":"HttpResponse::getRequestBody","p":"HttpResponse.html#method_getRequestBody","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet request body

    "},{"t":"M","n":"HttpResponse::getRequestBodyStream","p":"HttpResponse.html#method_getRequestBodyStream","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet request body stream

    "},{"t":"M","n":"HttpUtil::date","p":"HttpUtil.html#method_date","d":""},{"t":"M","n":"HttpUtil::buildUrl","p":"HttpUtil.html#method_buildUrl","d":""},{"t":"M","n":"HttpUtil::buildStr","p":"HttpUtil.html#method_buildStr","d":""},{"t":"M","n":"HttpUtil::negotiateLanguage","p":"HttpUtil.html#method_negotiateLanguage","d":""},{"t":"M","n":"HttpUtil::negotiateCharset","p":"HttpUtil.html#method_negotiateCharset","d":""},{"t":"M","n":"HttpUtil::negotiateContentType","p":"HttpUtil.html#method_negotiateContentType","d":""},{"t":"M","n":"HttpUtil::matchModified","p":"HttpUtil.html#method_matchModified","d":""},{"t":"M","n":"HttpUtil::matchEtag","p":"HttpUtil.html#method_matchEtag","d":""},{"t":"M","n":"HttpUtil::matchRequestHeader","p":"HttpUtil.html#method_matchRequestHeader","d":""},{"t":"M","n":"HttpUtil::parseMessage","p":"HttpUtil.html#method_parseMessage","d":""},{"t":"M","n":"HttpUtil::parseHeaders","p":"HttpUtil.html#method_parseHeaders","d":""},{"t":"M","n":"HttpUtil::parseCookie","p":"HttpUtil.html#method_parseCookie","d":""},{"t":"M","n":"HttpUtil::buildCookie","p":"HttpUtil.html#method_buildCookie","d":""},{"t":"M","n":"HttpUtil::parseParams","p":"HttpUtil.html#method_parseParams","d":""},{"t":"M","n":"HttpUtil::chunkedDecode","p":"HttpUtil.html#method_chunkedDecode","d":""},{"t":"M","n":"HttpUtil::deflate","p":"HttpUtil.html#method_deflate","d":""},{"t":"M","n":"HttpUtil::inflate","p":"HttpUtil.html#method_inflate","d":""},{"t":"M","n":"HttpUtil::support","p":"HttpUtil.html#method_support","d":""},{"t":"M","n":"Imagick::optimizeImageLayers","p":"Imagick.html#method_optimizeImageLayers","d":"

    (PECL imagick 2.0.0)
    \nRemoves repeated portions of images to optimize

    "},{"t":"M","n":"Imagick::compareImageLayers","p":"Imagick.html#method_compareImageLayers","d":"

    (PECL imagick 2.0.0)
    \nReturns the maximum bounding region between images

    "},{"t":"M","n":"Imagick::pingImageBlob","p":"Imagick.html#method_pingImageBlob","d":"

    (PECL imagick 2.0.0)
    \nQuickly fetch attributes

    "},{"t":"M","n":"Imagick::pingImageFile","p":"Imagick.html#method_pingImageFile","d":"

    (PECL imagick 2.0.0)
    \nGet basic image attributes in a lightweight manner

    "},{"t":"M","n":"Imagick::transposeImage","p":"Imagick.html#method_transposeImage","d":"

    (PECL imagick 2.0.0)
    \nCreates a vertical mirror image

    "},{"t":"M","n":"Imagick::transverseImage","p":"Imagick.html#method_transverseImage","d":"

    (PECL imagick 2.0.0)
    \nCreates a horizontal mirror image

    "},{"t":"M","n":"Imagick::trimImage","p":"Imagick.html#method_trimImage","d":"

    (PECL imagick 2.0.0)
    \nRemove edges from the image

    "},{"t":"M","n":"Imagick::waveImage","p":"Imagick.html#method_waveImage","d":"

    (PECL imagick 2.0.0)
    \nApplies wave filter to the image

    "},{"t":"M","n":"Imagick::vignetteImage","p":"Imagick.html#method_vignetteImage","d":"

    (PECL imagick 2.0.0)
    \nAdds vignette filter to the image

    "},{"t":"M","n":"Imagick::uniqueImageColors","p":"Imagick.html#method_uniqueImageColors","d":"

    (PECL imagick 2.0.0)
    \nDiscards all but one of any pixel color

    "},{"t":"M","n":"Imagick::getImageMatte","p":"Imagick.html#method_getImageMatte","d":"

    (PECL imagick 2.0.0)
    \nReturn if the image has a matte channel

    "},{"t":"M","n":"Imagick::setImageMatte","p":"Imagick.html#method_setImageMatte","d":"

    (PECL imagick 2.0.0)
    \nSets the image matte channel

    "},{"t":"M","n":"Imagick::adaptiveResizeImage","p":"Imagick.html#method_adaptiveResizeImage","d":"

    Adaptively resize image with data dependent triangulation

    "},{"t":"M","n":"Imagick::sketchImage","p":"Imagick.html#method_sketchImage","d":"

    (PECL imagick 2.0.0)
    \nSimulates a pencil sketch

    "},{"t":"M","n":"Imagick::shadeImage","p":"Imagick.html#method_shadeImage","d":"

    (PECL imagick 2.0.0)
    \nCreates a 3D effect

    "},{"t":"M","n":"Imagick::getSizeOffset","p":"Imagick.html#method_getSizeOffset","d":"

    (PECL imagick 2.0.0)
    \nReturns the size offset

    "},{"t":"M","n":"Imagick::setSizeOffset","p":"Imagick.html#method_setSizeOffset","d":"

    (PECL imagick 2.0.0)
    \nSets the size and offset of the Imagick object

    "},{"t":"M","n":"Imagick::adaptiveBlurImage","p":"Imagick.html#method_adaptiveBlurImage","d":"

    (PECL imagick 2.0.0)
    \nAdds adaptive blur filter to image

    "},{"t":"M","n":"Imagick::contrastStretchImage","p":"Imagick.html#method_contrastStretchImage","d":"

    (PECL imagick 2.0.0)
    \nEnhances the contrast of a color image

    "},{"t":"M","n":"Imagick::adaptiveSharpenImage","p":"Imagick.html#method_adaptiveSharpenImage","d":"

    (PECL imagick 2.0.0)
    \nAdaptively sharpen the image

    "},{"t":"M","n":"Imagick::randomThresholdImage","p":"Imagick.html#method_randomThresholdImage","d":"

    (PECL imagick 2.0.0)
    \nCreates a high-contrast, two-color image

    "},{"t":"M","n":"Imagick::roundCornersImage","p":"Imagick.html#method_roundCornersImage","d":""},{"t":"M","n":"Imagick::roundCorners","p":"Imagick.html#method_roundCorners","d":"

    (PECL imagick 2.0.0)
    \nRounds image corners\nAlias to {Imagick::roundCornersImage}

    "},{"t":"M","n":"Imagick::setIteratorIndex","p":"Imagick.html#method_setIteratorIndex","d":"

    (PECL imagick 2.0.0)
    \nSet the iterator position

    "},{"t":"M","n":"Imagick::getIteratorIndex","p":"Imagick.html#method_getIteratorIndex","d":"

    (PECL imagick 2.0.0)
    \nGets the index of the current active image

    "},{"t":"M","n":"Imagick::transformImage","p":"Imagick.html#method_transformImage","d":"

    (PECL imagick 2.0.0)
    \nConvenience method for setting crop size and the image geometry

    "},{"t":"M","n":"Imagick::setImageOpacity","p":"Imagick.html#method_setImageOpacity","d":"

    (PECL imagick 2.0.0)
    \nSets the image opacity level

    "},{"t":"M","n":"Imagick::orderedPosterizeImage","p":"Imagick.html#method_orderedPosterizeImage","d":"

    (PECL imagick 2.2.2)
    \nPerforms an ordered dither

    "},{"t":"M","n":"Imagick::polaroidImage","p":"Imagick.html#method_polaroidImage","d":"

    (PECL imagick 2.0.0)
    \nSimulates a Polaroid picture

    "},{"t":"M","n":"Imagick::getImageProperty","p":"Imagick.html#method_getImageProperty","d":"

    (PECL imagick 2.0.0)
    \nReturns the named image property

    "},{"t":"M","n":"Imagick::setImageProperty","p":"Imagick.html#method_setImageProperty","d":"

    (PECL imagick 2.0.0)
    \nSets an image property

    "},{"t":"M","n":"Imagick::setImageInterpolateMethod","p":"Imagick.html#method_setImageInterpolateMethod","d":"

    (PECL imagick 2.0.0)
    \nSets the image interpolate pixel method

    "},{"t":"M","n":"Imagick::getImageInterpolateMethod","p":"Imagick.html#method_getImageInterpolateMethod","d":"

    (PECL imagick 2.0.0)
    \nReturns the interpolation method

    "},{"t":"M","n":"Imagick::linearStretchImage","p":"Imagick.html#method_linearStretchImage","d":"

    (PECL imagick 2.0.0)
    \nStretches with saturation the image intensity

    "},{"t":"M","n":"Imagick::getImageLength","p":"Imagick.html#method_getImageLength","d":"

    (PECL imagick 2.0.0)
    \nReturns the image length in bytes

    "},{"t":"M","n":"Imagick::extentImage","p":"Imagick.html#method_extentImage","d":"

    (No version information available, might only be in SVN)
    \nSet image size

    "},{"t":"M","n":"Imagick::getImageOrientation","p":"Imagick.html#method_getImageOrientation","d":"

    (PECL imagick 2.0.0)
    \nGets the image orientation

    "},{"t":"M","n":"Imagick::setImageOrientation","p":"Imagick.html#method_setImageOrientation","d":"

    (PECL imagick 2.0.0)
    \nSets the image orientation

    "},{"t":"M","n":"Imagick::paintFloodfillImage","p":"Imagick.html#method_paintFloodfillImage","d":"

    (PECL imagick 2.1.0)
    \nChanges the color value of any pixel that matches target

    "},{"t":"M","n":"Imagick::clutImage","p":"Imagick.html#method_clutImage","d":"

    (PECL imagick 2.0.0)
    \nReplaces colors in the image from a color lookup table. Optional second parameter to replace colors in a specific channel. This method is available if Imagick has been compiled against ImageMagick version 6.3.6 or newer.

    "},{"t":"M","n":"Imagick::getImageProperties","p":"Imagick.html#method_getImageProperties","d":"

    (PECL imagick 2.0.0)
    \nReturns the image properties

    "},{"t":"M","n":"Imagick::getImageProfiles","p":"Imagick.html#method_getImageProfiles","d":"

    (PECL imagick 2.2.0)
    \nReturns the image profiles

    "},{"t":"M","n":"Imagick::distortImage","p":"Imagick.html#method_distortImage","d":"

    (PECL imagick 2.0.1)
    \nDistorts an image using various distortion methods

    "},{"t":"M","n":"Imagick::writeImageFile","p":"Imagick.html#method_writeImageFile","d":"

    (No version information available, might only be in SVN)
    \nWrites an image to a filehandle

    "},{"t":"M","n":"Imagick::writeImagesFile","p":"Imagick.html#method_writeImagesFile","d":"

    (No version information available, might only be in SVN)
    \nWrites frames to a filehandle

    "},{"t":"M","n":"Imagick::resetImagePage","p":"Imagick.html#method_resetImagePage","d":"

    (No version information available, might only be in SVN)
    \nReset image page

    "},{"t":"M","n":"Imagick::setImageClipMask","p":"Imagick.html#method_setImageClipMask","d":"

    (No version information available, might only be in SVN)
    \nSets image clip mask

    "},{"t":"M","n":"Imagick::getImageClipMask","p":"Imagick.html#method_getImageClipMask","d":"

    (No version information available, might only be in SVN)
    \nGets image clip mask

    "},{"t":"M","n":"Imagick::animateImages","p":"Imagick.html#method_animateImages","d":"

    (No version information available, might only be in SVN)
    \nAnimates an image or images

    "},{"t":"M","n":"Imagick::recolorImage","p":"Imagick.html#method_recolorImage","d":"

    (No version information available, might only be in SVN)
    \nRecolors image

    "},{"t":"M","n":"Imagick::setFont","p":"Imagick.html#method_setFont","d":"

    (PECL imagick 2.1.0)
    \nSets font

    "},{"t":"M","n":"Imagick::getFont","p":"Imagick.html#method_getFont","d":"

    (PECL imagick 2.1.0)
    \nGets font

    "},{"t":"M","n":"Imagick::setPointSize","p":"Imagick.html#method_setPointSize","d":"

    (PECL imagick 2.1.0)
    \nSets point size

    "},{"t":"M","n":"Imagick::getPointSize","p":"Imagick.html#method_getPointSize","d":"

    (No version information available, might only be in SVN)
    \nGets point size

    "},{"t":"M","n":"Imagick::mergeImageLayers","p":"Imagick.html#method_mergeImageLayers","d":"

    (PECL imagick 2.1.0)
    \nMerges image layers

    "},{"t":"M","n":"Imagick::setImageAlphaChannel","p":"Imagick.html#method_setImageAlphaChannel","d":"

    (No version information available, might only be in SVN)
    \nSets image alpha channel

    "},{"t":"M","n":"Imagick::floodFillPaintImage","p":"Imagick.html#method_floodFillPaintImage","d":"

    (No version information available, might only be in SVN)
    \nChanges the color value of any pixel that matches target

    "},{"t":"M","n":"Imagick::opaquePaintImage","p":"Imagick.html#method_opaquePaintImage","d":"

    (No version information available, might only be in SVN)
    \nChanges the color value of any pixel that matches target

    "},{"t":"M","n":"Imagick::transparentPaintImage","p":"Imagick.html#method_transparentPaintImage","d":"

    (No version information available, might only be in SVN)
    \nPaints pixels transparent

    "},{"t":"M","n":"Imagick::liquidRescaleImage","p":"Imagick.html#method_liquidRescaleImage","d":"

    (No version information available, might only be in SVN)
    \nAnimates an image or images

    "},{"t":"M","n":"Imagick::encipherImage","p":"Imagick.html#method_encipherImage","d":"

    (No version information available, might only be in SVN)
    \nEnciphers an image

    "},{"t":"M","n":"Imagick::decipherImage","p":"Imagick.html#method_decipherImage","d":"

    (No version information available, might only be in SVN)
    \nDeciphers an image

    "},{"t":"M","n":"Imagick::setGravity","p":"Imagick.html#method_setGravity","d":"

    (No version information available, might only be in SVN)
    \nSets the gravity

    "},{"t":"M","n":"Imagick::getGravity","p":"Imagick.html#method_getGravity","d":"

    (No version information available, might only be in SVN)
    \nGets the gravity

    "},{"t":"M","n":"Imagick::getImageChannelRange","p":"Imagick.html#method_getImageChannelRange","d":"

    (PECL imagick 2.2.1)
    \nGets channel range

    "},{"t":"M","n":"Imagick::getImageAlphaChannel","p":"Imagick.html#method_getImageAlphaChannel","d":"

    (No version information available, might only be in SVN)
    \nGets the image alpha channel

    "},{"t":"M","n":"Imagick::getImageChannelDistortions","p":"Imagick.html#method_getImageChannelDistortions","d":"

    (No version information available, might only be in SVN)
    \nGets channel distortions

    "},{"t":"M","n":"Imagick::setImageGravity","p":"Imagick.html#method_setImageGravity","d":"

    (No version information available, might only be in SVN)
    \nSets the image gravity

    "},{"t":"M","n":"Imagick::getImageGravity","p":"Imagick.html#method_getImageGravity","d":"

    (No version information available, might only be in SVN)
    \nGets the image gravity

    "},{"t":"M","n":"Imagick::importImagePixels","p":"Imagick.html#method_importImagePixels","d":"

    (No version information available, might only be in SVN)
    \nImports image pixels

    "},{"t":"M","n":"Imagick::deskewImage","p":"Imagick.html#method_deskewImage","d":"

    (No version information available, might only be in SVN)
    \nRemoves skew from the image

    "},{"t":"M","n":"Imagick::segmentImage","p":"Imagick.html#method_segmentImage","d":"

    (No version information available, might only be in SVN)
    \nSegments an image

    "},{"t":"M","n":"Imagick::sparseColorImage","p":"Imagick.html#method_sparseColorImage","d":"

    (No version information available, might only be in SVN)
    \nInterpolates colors

    "},{"t":"M","n":"Imagick::remapImage","p":"Imagick.html#method_remapImage","d":"

    (No version information available, might only be in SVN)
    \nRemaps image colors

    "},{"t":"M","n":"Imagick::exportImagePixels","p":"Imagick.html#method_exportImagePixels","d":"

    (No version information available, might only be in SVN)
    \nExports raw image pixels

    "},{"t":"M","n":"Imagick::getImageChannelKurtosis","p":"Imagick.html#method_getImageChannelKurtosis","d":"

    (No version information available, might only be in SVN)
    \nThe getImageChannelKurtosis purpose

    "},{"t":"M","n":"Imagick::functionImage","p":"Imagick.html#method_functionImage","d":"

    (No version information available, might only be in SVN)
    \nApplies a function on the image

    "},{"t":"M","n":"Imagick::transformImageColorspace","p":"Imagick.html#method_transformImageColorspace","d":"

    Transform image colorspace

    "},{"t":"M","n":"Imagick::haldClutImage","p":"Imagick.html#method_haldClutImage","d":"

    (No version information available, might only be in SVN)
    \nReplaces colors in the image

    "},{"t":"M","n":"Imagick::autoLevelImage","p":"Imagick.html#method_autoLevelImage","d":"

    Adjusts the levels of a particular image channel by scaling the minimum and maximum values to the full quantum range.

    "},{"t":"M","n":"Imagick::blueShiftImage","p":"Imagick.html#method_blueShiftImage","d":""},{"t":"M","n":"Imagick::getImageArtifact","p":"Imagick.html#method_getImageArtifact","d":"

    (No version information available, might only be in SVN)
    \nGet image artifact

    "},{"t":"M","n":"Imagick::setImageArtifact","p":"Imagick.html#method_setImageArtifact","d":"

    (No version information available, might only be in SVN)
    \nSet image artifact

    "},{"t":"M","n":"Imagick::deleteImageArtifact","p":"Imagick.html#method_deleteImageArtifact","d":"

    (No version information available, might only be in SVN)
    \nDelete image artifact

    "},{"t":"M","n":"Imagick::getColorspace","p":"Imagick.html#method_getColorspace","d":"

    (PECL imagick 0.9.10-0.9.9)
    \nGets the colorspace

    "},{"t":"M","n":"Imagick::setColorspace","p":"Imagick.html#method_setColorspace","d":"

    (No version information available, might only be in SVN)
    \nSet colorspace

    "},{"t":"M","n":"Imagick::clampImage","p":"Imagick.html#method_clampImage","d":""},{"t":"M","n":"Imagick::smushImages","p":"Imagick.html#method_smushImages","d":""},{"t":"M","n":"Imagick::__construct","p":"Imagick.html#method___construct","d":"

    (PECL imagick 2.0.0)
    \nThe Imagick constructor

    "},{"t":"M","n":"Imagick::__toString","p":"Imagick.html#method___toString","d":""},{"t":"M","n":"Imagick::count","p":"Imagick.html#method_count","d":"

    Count elements of an object

    "},{"t":"M","n":"Imagick::getPixelIterator","p":"Imagick.html#method_getPixelIterator","d":"

    (PECL imagick 2.0.0)
    \nReturns a MagickPixelIterator

    "},{"t":"M","n":"Imagick::getPixelRegionIterator","p":"Imagick.html#method_getPixelRegionIterator","d":"

    (PECL imagick 2.0.0)
    \nGet an ImagickPixelIterator for an image section

    "},{"t":"M","n":"Imagick::readImage","p":"Imagick.html#method_readImage","d":"

    (PECL imagick 0.9.0-0.9.9)
    \nReads image from filename

    "},{"t":"M","n":"Imagick::readImages","p":"Imagick.html#method_readImages","d":""},{"t":"M","n":"Imagick::readImageBlob","p":"Imagick.html#method_readImageBlob","d":"

    (PECL imagick 2.0.0)
    \nReads image from a binary string

    "},{"t":"M","n":"Imagick::setImageFormat","p":"Imagick.html#method_setImageFormat","d":"

    (PECL imagick 2.0.0)
    \nSets the format of a particular image

    "},{"t":"M","n":"Imagick::scaleImage","p":"Imagick.html#method_scaleImage","d":"

    Scales the size of an image to the given dimensions. Passing zero as either of the arguments will preserve dimension while scaling.
    \nIf legacy is true, the calculations are done with the small rounding bug that existed in Imagick before 3.4.0.
    \nIf false, the calculations should produce the same results as ImageMagick CLI does.

    "},{"t":"M","n":"Imagick::writeImage","p":"Imagick.html#method_writeImage","d":"

    (PECL imagick 0.9.0-0.9.9)
    \nWrites an image to the specified filename

    "},{"t":"M","n":"Imagick::writeImages","p":"Imagick.html#method_writeImages","d":"

    (PECL imagick 0.9.0-0.9.9)
    \nWrites an image or image sequence

    "},{"t":"M","n":"Imagick::blurImage","p":"Imagick.html#method_blurImage","d":"

    (PECL imagick 2.0.0)
    \nAdds blur filter to image

    "},{"t":"M","n":"Imagick::thumbnailImage","p":"Imagick.html#method_thumbnailImage","d":"

    Changes the size of an image to the given dimensions and removes any associated profiles.
    \nIf legacy is true, the calculations are done with the small rounding bug that existed in Imagick before 3.4.0.
    \nIf false, the calculations should produce the same results as ImageMagick CLI does.
    \n
    \nNote: The behavior of the parameter bestfit changed in Imagick 3.0.0. Before this version given dimensions 400x400 an image of dimensions 200x150 would be left untouched. In Imagick 3.0.0 and later the image would be scaled up to size 400x300 as this is the "best fit" for the given dimensions. If bestfit parameter is used both width and height must be given.

    "},{"t":"M","n":"Imagick::cropThumbnailImage","p":"Imagick.html#method_cropThumbnailImage","d":"

    Creates a cropped thumbnail at the requested size.

    "},{"t":"M","n":"Imagick::getImageFilename","p":"Imagick.html#method_getImageFilename","d":"

    (PECL imagick 2.0.0)
    \nReturns the filename of a particular image in a sequence

    "},{"t":"M","n":"Imagick::setImageFilename","p":"Imagick.html#method_setImageFilename","d":"

    (PECL imagick 2.0.0)
    \nSets the filename of a particular image

    "},{"t":"M","n":"Imagick::getImageFormat","p":"Imagick.html#method_getImageFormat","d":"

    (PECL imagick 2.0.0)
    \nReturns the format of a particular image in a sequence

    "},{"t":"M","n":"Imagick::getImageMimeType","p":"Imagick.html#method_getImageMimeType","d":""},{"t":"M","n":"Imagick::removeImage","p":"Imagick.html#method_removeImage","d":"

    (PECL imagick 2.0.0)
    \nRemoves an image from the image list

    "},{"t":"M","n":"Imagick::destroy","p":"Imagick.html#method_destroy","d":"

    (PECL imagick 2.0.0)
    \nDestroys the Imagick object

    "},{"t":"M","n":"Imagick::clear","p":"Imagick.html#method_clear","d":"

    (PECL imagick 2.0.0)
    \nClears all resources associated to Imagick object

    "},{"t":"M","n":"Imagick::getImageSize","p":"Imagick.html#method_getImageSize","d":"

    (PECL imagick 2.0.0)
    \nReturns the image length in bytes

    "},{"t":"M","n":"Imagick::getImageBlob","p":"Imagick.html#method_getImageBlob","d":"

    (PECL imagick 2.0.0)
    \nReturns the image sequence as a blob

    "},{"t":"M","n":"Imagick::getImagesBlob","p":"Imagick.html#method_getImagesBlob","d":"

    (PECL imagick 2.0.0)
    \nReturns all image sequences as a blob

    "},{"t":"M","n":"Imagick::setFirstIterator","p":"Imagick.html#method_setFirstIterator","d":"

    (PECL imagick 2.0.0)
    \nSets the Imagick iterator to the first image

    "},{"t":"M","n":"Imagick::setLastIterator","p":"Imagick.html#method_setLastIterator","d":"

    (PECL imagick 2.0.1)
    \nSets the Imagick iterator to the last image

    "},{"t":"M","n":"Imagick::resetIterator","p":"Imagick.html#method_resetIterator","d":null},{"t":"M","n":"Imagick::previousImage","p":"Imagick.html#method_previousImage","d":"

    (PECL imagick 2.0.0)
    \nMove to the previous image in the object

    "},{"t":"M","n":"Imagick::nextImage","p":"Imagick.html#method_nextImage","d":"

    (PECL imagick 2.0.0)
    \nMoves to the next image

    "},{"t":"M","n":"Imagick::hasPreviousImage","p":"Imagick.html#method_hasPreviousImage","d":"

    (PECL imagick 2.0.0)
    \nChecks if the object has a previous image

    "},{"t":"M","n":"Imagick::hasNextImage","p":"Imagick.html#method_hasNextImage","d":"

    (PECL imagick 2.0.0)
    \nChecks if the object has more images

    "},{"t":"M","n":"Imagick::setImageIndex","p":"Imagick.html#method_setImageIndex","d":"

    (PECL imagick 2.0.0)
    \nSet the iterator position

    "},{"t":"M","n":"Imagick::getImageIndex","p":"Imagick.html#method_getImageIndex","d":"

    (PECL imagick 2.0.0)
    \nGets the index of the current active image

    "},{"t":"M","n":"Imagick::commentImage","p":"Imagick.html#method_commentImage","d":"

    (PECL imagick 2.0.0)
    \nAdds a comment to your image

    "},{"t":"M","n":"Imagick::cropImage","p":"Imagick.html#method_cropImage","d":"

    (PECL imagick 2.0.0)
    \nExtracts a region of the image

    "},{"t":"M","n":"Imagick::labelImage","p":"Imagick.html#method_labelImage","d":"

    (PECL imagick 2.0.0)
    \nAdds a label to an image

    "},{"t":"M","n":"Imagick::getImageGeometry","p":"Imagick.html#method_getImageGeometry","d":"

    (PECL imagick 2.0.0)
    \nGets the width and height as an associative array

    "},{"t":"M","n":"Imagick::drawImage","p":"Imagick.html#method_drawImage","d":"

    (PECL imagick 2.0.0)
    \nRenders the ImagickDraw object on the current image

    "},{"t":"M","n":"Imagick::setImageCompressionQuality","p":"Imagick.html#method_setImageCompressionQuality","d":"

    (No version information available, might only be in SVN)
    \nSets the image compression quality

    "},{"t":"M","n":"Imagick::getImageCompressionQuality","p":"Imagick.html#method_getImageCompressionQuality","d":"

    (PECL imagick 2.2.2)
    \nGets the current image's compression quality

    "},{"t":"M","n":"Imagick::annotateImage","p":"Imagick.html#method_annotateImage","d":"

    (PECL imagick 2.0.0)
    \nAnnotates an image with text

    "},{"t":"M","n":"Imagick::compositeImage","p":"Imagick.html#method_compositeImage","d":"

    (PECL imagick 2.0.0)
    \nComposite one image onto another

    "},{"t":"M","n":"Imagick::modulateImage","p":"Imagick.html#method_modulateImage","d":"

    (PECL imagick 2.0.0)
    \nControl the brightness, saturation, and hue

    "},{"t":"M","n":"Imagick::getImageColors","p":"Imagick.html#method_getImageColors","d":"

    (PECL imagick 2.0.0)
    \nGets the number of unique colors in the image

    "},{"t":"M","n":"Imagick::montageImage","p":"Imagick.html#method_montageImage","d":"

    (PECL imagick 2.0.0)
    \nCreates a composite image

    "},{"t":"M","n":"Imagick::identifyImage","p":"Imagick.html#method_identifyImage","d":"

    (PECL imagick 2.0.0)
    \nIdentifies an image and fetches attributes

    "},{"t":"M","n":"Imagick::thresholdImage","p":"Imagick.html#method_thresholdImage","d":"

    (PECL imagick 2.0.0)
    \nChanges the value of individual pixels based on a threshold

    "},{"t":"M","n":"Imagick::adaptiveThresholdImage","p":"Imagick.html#method_adaptiveThresholdImage","d":"

    (PECL imagick 2.0.0)
    \nSelects a threshold for each pixel based on a range of intensity

    "},{"t":"M","n":"Imagick::blackThresholdImage","p":"Imagick.html#method_blackThresholdImage","d":"

    (PECL imagick 2.0.0)
    \nForces all pixels below the threshold into black

    "},{"t":"M","n":"Imagick::whiteThresholdImage","p":"Imagick.html#method_whiteThresholdImage","d":"

    (PECL imagick 2.0.0)
    \nForce all pixels above the threshold into white

    "},{"t":"M","n":"Imagick::appendImages","p":"Imagick.html#method_appendImages","d":"

    (PECL imagick 2.0.0)
    \nAppend a set of images

    "},{"t":"M","n":"Imagick::charcoalImage","p":"Imagick.html#method_charcoalImage","d":"

    (PECL imagick 2.0.0)
    \nSimulates a charcoal drawing

    "},{"t":"M","n":"Imagick::normalizeImage","p":"Imagick.html#method_normalizeImage","d":"

    (PECL imagick 2.0.0)
    \nEnhances the contrast of a color image

    "},{"t":"M","n":"Imagick::oilPaintImage","p":"Imagick.html#method_oilPaintImage","d":"

    (PECL imagick 2.0.0)
    \nSimulates an oil painting

    "},{"t":"M","n":"Imagick::posterizeImage","p":"Imagick.html#method_posterizeImage","d":"

    (PECL imagick 2.0.0)
    \nReduces the image to a limited number of color level

    "},{"t":"M","n":"Imagick::radialBlurImage","p":"Imagick.html#method_radialBlurImage","d":"

    (PECL imagick 2.0.0)
    \nRadial blurs an image

    "},{"t":"M","n":"Imagick::raiseImage","p":"Imagick.html#method_raiseImage","d":"

    (PECL imagick 2.0.0)
    \nCreates a simulated 3d button-like effect

    "},{"t":"M","n":"Imagick::resampleImage","p":"Imagick.html#method_resampleImage","d":"

    (PECL imagick 2.0.0)
    \nResample image to desired resolution

    "},{"t":"M","n":"Imagick::resizeImage","p":"Imagick.html#method_resizeImage","d":"

    Scales an image to the desired dimensions with one of these filters:
    \nIf legacy is true, the calculations are done with the small rounding bug that existed in Imagick before 3.4.0.
    \nIf false, the calculations should produce the same results as ImageMagick CLI does.
    \n
    \nNote: The behavior of the parameter bestfit changed in Imagick 3.0.0. Before this version given dimensions 400x400 an image of dimensions 200x150 would be left untouched.
    \nIn Imagick 3.0.0 and later the image would be scaled up to size 400x300 as this is the "best fit" for the given dimensions. If bestfit parameter is used both width and height must be given.

    "},{"t":"M","n":"Imagick::rollImage","p":"Imagick.html#method_rollImage","d":"

    (PECL imagick 2.0.0)
    \nOffsets an image

    "},{"t":"M","n":"Imagick::rotateImage","p":"Imagick.html#method_rotateImage","d":"

    (PECL imagick 2.0.0)
    \nRotates an image

    "},{"t":"M","n":"Imagick::sampleImage","p":"Imagick.html#method_sampleImage","d":"

    (PECL imagick 2.0.0)
    \nScales an image with pixel sampling

    "},{"t":"M","n":"Imagick::solarizeImage","p":"Imagick.html#method_solarizeImage","d":"

    (PECL imagick 2.0.0)
    \nApplies a solarizing effect to the image

    "},{"t":"M","n":"Imagick::shadowImage","p":"Imagick.html#method_shadowImage","d":"

    (PECL imagick 2.0.0)
    \nSimulates an image shadow

    "},{"t":"M","n":"Imagick::setImageAttribute","p":"Imagick.html#method_setImageAttribute","d":""},{"t":"M","n":"Imagick::setImageBackgroundColor","p":"Imagick.html#method_setImageBackgroundColor","d":"

    (PECL imagick 2.0.0)
    \nSets the image background color

    "},{"t":"M","n":"Imagick::setImageCompose","p":"Imagick.html#method_setImageCompose","d":"

    (PECL imagick 2.0.0)
    \nSets the image composite operator

    "},{"t":"M","n":"Imagick::setImageCompression","p":"Imagick.html#method_setImageCompression","d":"

    (PECL imagick 2.0.0)
    \nSets the image compression

    "},{"t":"M","n":"Imagick::setImageDelay","p":"Imagick.html#method_setImageDelay","d":"

    (PECL imagick 2.0.0)
    \nSets the image delay

    "},{"t":"M","n":"Imagick::setImageDepth","p":"Imagick.html#method_setImageDepth","d":"

    (PECL imagick 2.0.0)
    \nSets the image depth

    "},{"t":"M","n":"Imagick::setImageGamma","p":"Imagick.html#method_setImageGamma","d":"

    (PECL imagick 2.0.0)
    \nSets the image gamma

    "},{"t":"M","n":"Imagick::setImageIterations","p":"Imagick.html#method_setImageIterations","d":"

    (PECL imagick 2.0.0)
    \nSets the image iterations

    "},{"t":"M","n":"Imagick::setImageMatteColor","p":"Imagick.html#method_setImageMatteColor","d":"

    (PECL imagick 2.0.0)
    \nSets the image matte color

    "},{"t":"M","n":"Imagick::setImagePage","p":"Imagick.html#method_setImagePage","d":"

    (PECL imagick 2.0.0)
    \nSets the page geometry of the image

    "},{"t":"M","n":"Imagick::setImageProgressMonitor","p":"Imagick.html#method_setImageProgressMonitor","d":""},{"t":"M","n":"Imagick::setImageResolution","p":"Imagick.html#method_setImageResolution","d":"

    (PECL imagick 2.0.0)
    \nSets the image resolution

    "},{"t":"M","n":"Imagick::setImageScene","p":"Imagick.html#method_setImageScene","d":"

    (PECL imagick 2.0.0)
    \nSets the image scene

    "},{"t":"M","n":"Imagick::setImageTicksPerSecond","p":"Imagick.html#method_setImageTicksPerSecond","d":"

    (PECL imagick 2.0.0)
    \nSets the image ticks-per-second

    "},{"t":"M","n":"Imagick::setImageType","p":"Imagick.html#method_setImageType","d":"

    (PECL imagick 2.0.0)
    \nSets the image type

    "},{"t":"M","n":"Imagick::setImageUnits","p":"Imagick.html#method_setImageUnits","d":"

    (PECL imagick 2.0.0)
    \nSets the image units of resolution

    "},{"t":"M","n":"Imagick::sharpenImage","p":"Imagick.html#method_sharpenImage","d":"

    (PECL imagick 2.0.0)
    \nSharpens an image

    "},{"t":"M","n":"Imagick::shaveImage","p":"Imagick.html#method_shaveImage","d":"

    (PECL imagick 2.0.0)
    \nShaves pixels from the image edges

    "},{"t":"M","n":"Imagick::shearImage","p":"Imagick.html#method_shearImage","d":"

    (PECL imagick 2.0.0)
    \nCreating a parallelogram

    "},{"t":"M","n":"Imagick::spliceImage","p":"Imagick.html#method_spliceImage","d":"

    (PECL imagick 2.0.0)
    \nSplices a solid color into the image

    "},{"t":"M","n":"Imagick::pingImage","p":"Imagick.html#method_pingImage","d":"

    (PECL imagick 2.0.0)
    \nFetch basic attributes about the image

    "},{"t":"M","n":"Imagick::readImageFile","p":"Imagick.html#method_readImageFile","d":"

    (PECL imagick 2.0.0)
    \nReads image from open filehandle

    "},{"t":"M","n":"Imagick::displayImage","p":"Imagick.html#method_displayImage","d":"

    (PECL imagick 2.0.0)
    \nDisplays an image

    "},{"t":"M","n":"Imagick::displayImages","p":"Imagick.html#method_displayImages","d":"

    (PECL imagick 2.0.0)
    \nDisplays an image or image sequence

    "},{"t":"M","n":"Imagick::spreadImage","p":"Imagick.html#method_spreadImage","d":"

    (PECL imagick 2.0.0)
    \nRandomly displaces each pixel in a block

    "},{"t":"M","n":"Imagick::swirlImage","p":"Imagick.html#method_swirlImage","d":"

    (PECL imagick 2.0.0)
    \nSwirls the pixels about the center of the image

    "},{"t":"M","n":"Imagick::stripImage","p":"Imagick.html#method_stripImage","d":"

    (PECL imagick 2.0.0)
    \nStrips an image of all profiles and comments

    "},{"t":"M","n":"Imagick::queryFormats","p":"Imagick.html#method_queryFormats","d":"

    (PECL imagick 2.0.0)
    \nReturns formats supported by Imagick

    "},{"t":"M","n":"Imagick::queryFonts","p":"Imagick.html#method_queryFonts","d":"

    (PECL imagick 2.0.0)
    \nReturns the configured fonts

    "},{"t":"M","n":"Imagick::queryFontMetrics","p":"Imagick.html#method_queryFontMetrics","d":"

    (PECL imagick 2.0.0)
    \nReturns an array representing the font metrics

    "},{"t":"M","n":"Imagick::steganoImage","p":"Imagick.html#method_steganoImage","d":"

    (PECL imagick 2.0.0)
    \nHides a digital watermark within the image

    "},{"t":"M","n":"Imagick::addNoiseImage","p":"Imagick.html#method_addNoiseImage","d":"

    (PECL imagick 2.0.0)
    \nAdds random noise to the image

    "},{"t":"M","n":"Imagick::motionBlurImage","p":"Imagick.html#method_motionBlurImage","d":"

    (PECL imagick 2.0.0)
    \nSimulates motion blur

    "},{"t":"M","n":"Imagick::mosaicImages","p":"Imagick.html#method_mosaicImages","d":"

    (PECL imagick 2.0.0)
    \nForms a mosaic from images

    "},{"t":"M","n":"Imagick::morphImages","p":"Imagick.html#method_morphImages","d":"

    (PECL imagick 2.0.0)
    \nMethod morphs a set of images

    "},{"t":"M","n":"Imagick::minifyImage","p":"Imagick.html#method_minifyImage","d":"

    (PECL imagick 2.0.0)
    \nScales an image proportionally to half its size

    "},{"t":"M","n":"Imagick::affineTransformImage","p":"Imagick.html#method_affineTransformImage","d":"

    (PECL imagick 2.0.0)
    \nTransforms an image

    "},{"t":"M","n":"Imagick::averageImages","p":"Imagick.html#method_averageImages","d":"

    (PECL imagick 2.0.0)
    \nAverage a set of images

    "},{"t":"M","n":"Imagick::borderImage","p":"Imagick.html#method_borderImage","d":"

    (PECL imagick 2.0.0)
    \nSurrounds the image with a border

    "},{"t":"M","n":"Imagick::chopImage","p":"Imagick.html#method_chopImage","d":"

    (PECL imagick 2.0.0)
    \nRemoves a region of an image and trims

    "},{"t":"M","n":"Imagick::clipImage","p":"Imagick.html#method_clipImage","d":"

    (PECL imagick 2.0.0)
    \nClips along the first path from the 8BIM profile

    "},{"t":"M","n":"Imagick::clipPathImage","p":"Imagick.html#method_clipPathImage","d":"

    (PECL imagick 2.0.0)
    \nClips along the named paths from the 8BIM profile

    "},{"t":"M","n":"Imagick::clipImagePath","p":"Imagick.html#method_clipImagePath","d":"

    Alias to {Imagick::clipPathImage}

    "},{"t":"M","n":"Imagick::coalesceImages","p":"Imagick.html#method_coalesceImages","d":"

    (PECL imagick 2.0.0)
    \nComposites a set of images

    "},{"t":"M","n":"Imagick::colorFloodfillImage","p":"Imagick.html#method_colorFloodfillImage","d":"

    (PECL imagick 2.0.0)
    \nChanges the color value of any pixel that matches target

    "},{"t":"M","n":"Imagick::colorizeImage","p":"Imagick.html#method_colorizeImage","d":"

    Blends the fill color with each pixel in the image. The 'opacity' color is a per channel strength factor for how strongly the color should be applied.
    \nIf legacy is true, the behaviour of this function is incorrect, but consistent with how it behaved before Imagick version 3.4.0

    "},{"t":"M","n":"Imagick::compareImageChannels","p":"Imagick.html#method_compareImageChannels","d":"

    (PECL imagick 2.0.0)
    \nReturns the difference in one or more images

    "},{"t":"M","n":"Imagick::compareImages","p":"Imagick.html#method_compareImages","d":"

    (PECL imagick 2.0.0)
    \nCompares an image to a reconstructed image

    "},{"t":"M","n":"Imagick::contrastImage","p":"Imagick.html#method_contrastImage","d":"

    (PECL imagick 2.0.0)
    \nChange the contrast of the image

    "},{"t":"M","n":"Imagick::combineImages","p":"Imagick.html#method_combineImages","d":"

    (PECL imagick 2.0.0)
    \nCombines one or more images into a single image

    "},{"t":"M","n":"Imagick::convolveImage","p":"Imagick.html#method_convolveImage","d":"

    (PECL imagick 2.0.0)
    \nApplies a custom convolution kernel to the image

    "},{"t":"M","n":"Imagick::cycleColormapImage","p":"Imagick.html#method_cycleColormapImage","d":"

    (PECL imagick 2.0.0)
    \nDisplaces an image's colormap

    "},{"t":"M","n":"Imagick::deconstructImages","p":"Imagick.html#method_deconstructImages","d":"

    (PECL imagick 2.0.0)
    \nReturns certain pixel differences between images

    "},{"t":"M","n":"Imagick::despeckleImage","p":"Imagick.html#method_despeckleImage","d":"

    (PECL imagick 2.0.0)
    \nReduces the speckle noise in an image

    "},{"t":"M","n":"Imagick::edgeImage","p":"Imagick.html#method_edgeImage","d":"

    (PECL imagick 2.0.0)
    \nEnhance edges within the image

    "},{"t":"M","n":"Imagick::embossImage","p":"Imagick.html#method_embossImage","d":"

    (PECL imagick 2.0.0)
    \nReturns a grayscale image with a three-dimensional effect

    "},{"t":"M","n":"Imagick::enhanceImage","p":"Imagick.html#method_enhanceImage","d":"

    (PECL imagick 2.0.0)
    \nImproves the quality of a noisy image

    "},{"t":"M","n":"Imagick::equalizeImage","p":"Imagick.html#method_equalizeImage","d":"

    (PECL imagick 2.0.0)
    \nEqualizes the image histogram

    "},{"t":"M","n":"Imagick::evaluateImage","p":"Imagick.html#method_evaluateImage","d":"

    (PECL imagick 2.0.0)
    \nApplies an expression to an image

    "},{"t":"M","n":"Imagick::flattenImages","p":"Imagick.html#method_flattenImages","d":"

    Merges a sequence of images. This is useful for combining Photoshop layers into a single image.

    "},{"t":"M","n":"Imagick::flipImage","p":"Imagick.html#method_flipImage","d":"

    (PECL imagick 2.0.0)
    \nCreates a vertical mirror image

    "},{"t":"M","n":"Imagick::flopImage","p":"Imagick.html#method_flopImage","d":"

    (PECL imagick 2.0.0)
    \nCreates a horizontal mirror image

    "},{"t":"M","n":"Imagick::frameImage","p":"Imagick.html#method_frameImage","d":"

    (PECL imagick 2.0.0)
    \nAdds a simulated three-dimensional border

    "},{"t":"M","n":"Imagick::fxImage","p":"Imagick.html#method_fxImage","d":"

    (PECL imagick 2.0.0)
    \nEvaluate expression for each pixel in the image

    "},{"t":"M","n":"Imagick::gammaImage","p":"Imagick.html#method_gammaImage","d":"

    (PECL imagick 2.0.0)
    \nGamma-corrects an image

    "},{"t":"M","n":"Imagick::gaussianBlurImage","p":"Imagick.html#method_gaussianBlurImage","d":"

    (PECL imagick 2.0.0)
    \nBlurs an image

    "},{"t":"M","n":"Imagick::getImageAttribute","p":"Imagick.html#method_getImageAttribute","d":""},{"t":"M","n":"Imagick::getImageBackgroundColor","p":"Imagick.html#method_getImageBackgroundColor","d":"

    (PECL imagick 2.0.0)
    \nReturns the image background color

    "},{"t":"M","n":"Imagick::getImageBluePrimary","p":"Imagick.html#method_getImageBluePrimary","d":"

    (PECL imagick 2.0.0)
    \nReturns the chromaticy blue primary point

    "},{"t":"M","n":"Imagick::getImageBorderColor","p":"Imagick.html#method_getImageBorderColor","d":"

    (PECL imagick 2.0.0)
    \nReturns the image border color

    "},{"t":"M","n":"Imagick::getImageChannelDepth","p":"Imagick.html#method_getImageChannelDepth","d":"

    (PECL imagick 2.0.0)
    \nGets the depth for a particular image channel

    "},{"t":"M","n":"Imagick::getImageChannelDistortion","p":"Imagick.html#method_getImageChannelDistortion","d":"

    (PECL imagick 2.0.0)
    \nCompares image channels of an image to a reconstructed image

    "},{"t":"M","n":"Imagick::getImageChannelExtrema","p":"Imagick.html#method_getImageChannelExtrema","d":"

    (PECL imagick 2.0.0)
    \nGets the extrema for one or more image channels

    "},{"t":"M","n":"Imagick::getImageChannelMean","p":"Imagick.html#method_getImageChannelMean","d":"

    (PECL imagick 2.0.0)
    \nGets the mean and standard deviation

    "},{"t":"M","n":"Imagick::getImageChannelStatistics","p":"Imagick.html#method_getImageChannelStatistics","d":"

    (PECL imagick 2.0.0)
    \nReturns statistics for each channel in the image

    "},{"t":"M","n":"Imagick::getImageColormapColor","p":"Imagick.html#method_getImageColormapColor","d":"

    (PECL imagick 2.0.0)
    \nReturns the color of the specified colormap index

    "},{"t":"M","n":"Imagick::getImageColorspace","p":"Imagick.html#method_getImageColorspace","d":"

    (PECL imagick 2.0.0)
    \nGets the image colorspace

    "},{"t":"M","n":"Imagick::getImageCompose","p":"Imagick.html#method_getImageCompose","d":"

    (PECL imagick 2.0.0)
    \nReturns the composite operator associated with the image

    "},{"t":"M","n":"Imagick::getImageDelay","p":"Imagick.html#method_getImageDelay","d":"

    (PECL imagick 2.0.0)
    \nGets the image delay

    "},{"t":"M","n":"Imagick::getImageDepth","p":"Imagick.html#method_getImageDepth","d":"

    (PECL imagick 0.9.1-0.9.9)
    \nGets the image depth

    "},{"t":"M","n":"Imagick::getImageDistortion","p":"Imagick.html#method_getImageDistortion","d":"

    (PECL imagick 2.0.0)
    \nCompares an image to a reconstructed image

    "},{"t":"M","n":"Imagick::getImageExtrema","p":"Imagick.html#method_getImageExtrema","d":"

    (PECL imagick 2.0.0)
    \nGets the extrema for the image

    "},{"t":"M","n":"Imagick::getImageDispose","p":"Imagick.html#method_getImageDispose","d":"

    (PECL imagick 2.0.0)
    \nGets the image disposal method

    "},{"t":"M","n":"Imagick::getImageGamma","p":"Imagick.html#method_getImageGamma","d":"

    (PECL imagick 2.0.0)
    \nGets the image gamma

    "},{"t":"M","n":"Imagick::getImageGreenPrimary","p":"Imagick.html#method_getImageGreenPrimary","d":"

    (PECL imagick 2.0.0)
    \nReturns the chromaticy green primary point

    "},{"t":"M","n":"Imagick::getImageHeight","p":"Imagick.html#method_getImageHeight","d":"

    (PECL imagick 2.0.0)
    \nReturns the image height

    "},{"t":"M","n":"Imagick::getImageHistogram","p":"Imagick.html#method_getImageHistogram","d":"

    (PECL imagick 2.0.0)
    \nGets the image histogram

    "},{"t":"M","n":"Imagick::getImageInterlaceScheme","p":"Imagick.html#method_getImageInterlaceScheme","d":"

    (PECL imagick 2.0.0)
    \nGets the image interlace scheme

    "},{"t":"M","n":"Imagick::getImageIterations","p":"Imagick.html#method_getImageIterations","d":"

    (PECL imagick 2.0.0)
    \nGets the image iterations

    "},{"t":"M","n":"Imagick::getImageMatteColor","p":"Imagick.html#method_getImageMatteColor","d":"

    (PECL imagick 2.0.0)
    \nReturns the image matte color

    "},{"t":"M","n":"Imagick::getImagePage","p":"Imagick.html#method_getImagePage","d":"

    (PECL imagick 2.0.0)
    \nReturns the page geometry

    "},{"t":"M","n":"Imagick::getImagePixelColor","p":"Imagick.html#method_getImagePixelColor","d":"

    (PECL imagick 2.0.0)
    \nReturns the color of the specified pixel

    "},{"t":"M","n":"Imagick::getImageProfile","p":"Imagick.html#method_getImageProfile","d":"

    (PECL imagick 2.0.0)
    \nReturns the named image profile

    "},{"t":"M","n":"Imagick::getImageRedPrimary","p":"Imagick.html#method_getImageRedPrimary","d":"

    (PECL imagick 2.0.0)
    \nReturns the chromaticity red primary point

    "},{"t":"M","n":"Imagick::getImageRenderingIntent","p":"Imagick.html#method_getImageRenderingIntent","d":"

    (PECL imagick 2.0.0)
    \nGets the image rendering intent

    "},{"t":"M","n":"Imagick::getImageResolution","p":"Imagick.html#method_getImageResolution","d":"

    (PECL imagick 2.0.0)
    \nGets the image X and Y resolution

    "},{"t":"M","n":"Imagick::getImageScene","p":"Imagick.html#method_getImageScene","d":"

    (PECL imagick 2.0.0)
    \nGets the image scene

    "},{"t":"M","n":"Imagick::getImageSignature","p":"Imagick.html#method_getImageSignature","d":"

    (PECL imagick 2.0.0)
    \nGenerates an SHA-256 message digest

    "},{"t":"M","n":"Imagick::getImageTicksPerSecond","p":"Imagick.html#method_getImageTicksPerSecond","d":"

    (PECL imagick 2.0.0)
    \nGets the image ticks-per-second

    "},{"t":"M","n":"Imagick::getImageType","p":"Imagick.html#method_getImageType","d":"

    (PECL imagick 0.9.10-0.9.9)
    \nGets the potential image type

    "},{"t":"M","n":"Imagick::getImageUnits","p":"Imagick.html#method_getImageUnits","d":"

    (PECL imagick 2.0.0)
    \nGets the image units of resolution

    "},{"t":"M","n":"Imagick::getImageVirtualPixelMethod","p":"Imagick.html#method_getImageVirtualPixelMethod","d":"

    (PECL imagick 2.0.0)
    \nReturns the virtual pixel method

    "},{"t":"M","n":"Imagick::getImageWhitePoint","p":"Imagick.html#method_getImageWhitePoint","d":"

    (PECL imagick 2.0.0)
    \nReturns the chromaticity white point

    "},{"t":"M","n":"Imagick::getImageWidth","p":"Imagick.html#method_getImageWidth","d":"

    (PECL imagick 2.0.0)
    \nReturns the image width

    "},{"t":"M","n":"Imagick::getNumberImages","p":"Imagick.html#method_getNumberImages","d":"

    (PECL imagick 2.0.0)
    \nReturns the number of images in the object

    "},{"t":"M","n":"Imagick::getImageTotalInkDensity","p":"Imagick.html#method_getImageTotalInkDensity","d":"

    (PECL imagick 2.0.0)
    \nGets the image total ink density

    "},{"t":"M","n":"Imagick::getImageRegion","p":"Imagick.html#method_getImageRegion","d":"

    (PECL imagick 2.0.0)
    \nExtracts a region of the image

    "},{"t":"M","n":"Imagick::implodeImage","p":"Imagick.html#method_implodeImage","d":"

    (PECL imagick 2.0.0)
    \nCreates a new image as a copy

    "},{"t":"M","n":"Imagick::levelImage","p":"Imagick.html#method_levelImage","d":"

    (PECL imagick 2.0.0)
    \nAdjusts the levels of an image

    "},{"t":"M","n":"Imagick::magnifyImage","p":"Imagick.html#method_magnifyImage","d":"

    (PECL imagick 2.0.0)
    \nScales an image proportionally 2x

    "},{"t":"M","n":"Imagick::mapImage","p":"Imagick.html#method_mapImage","d":"

    (PECL imagick 2.0.0)
    \nReplaces the colors of an image with the closest color from a reference image.

    "},{"t":"M","n":"Imagick::matteFloodfillImage","p":"Imagick.html#method_matteFloodfillImage","d":"

    (PECL imagick 2.0.0)
    \nChanges the transparency value of a color

    "},{"t":"M","n":"Imagick::medianFilterImage","p":"Imagick.html#method_medianFilterImage","d":"

    (PECL imagick 2.0.0)
    \nApplies a digital filter

    "},{"t":"M","n":"Imagick::negateImage","p":"Imagick.html#method_negateImage","d":"

    (PECL imagick 2.0.0)
    \nNegates the colors in the reference image

    "},{"t":"M","n":"Imagick::paintOpaqueImage","p":"Imagick.html#method_paintOpaqueImage","d":"

    (PECL imagick 2.0.0)
    \nChange any pixel that matches color

    "},{"t":"M","n":"Imagick::paintTransparentImage","p":"Imagick.html#method_paintTransparentImage","d":"

    (PECL imagick 2.0.0)
    \nChanges any pixel that matches color with the color defined by fill

    "},{"t":"M","n":"Imagick::previewImages","p":"Imagick.html#method_previewImages","d":"

    (PECL imagick 2.0.0)
    \nQuickly pin-point appropriate parameters for image processing

    "},{"t":"M","n":"Imagick::profileImage","p":"Imagick.html#method_profileImage","d":"

    (PECL imagick 2.0.0)
    \nAdds or removes a profile from an image

    "},{"t":"M","n":"Imagick::quantizeImage","p":"Imagick.html#method_quantizeImage","d":"

    (PECL imagick 2.0.0)
    \nAnalyzes the colors within a reference image

    "},{"t":"M","n":"Imagick::quantizeImages","p":"Imagick.html#method_quantizeImages","d":"

    (PECL imagick 2.0.0)
    \nAnalyzes the colors within a sequence of images

    "},{"t":"M","n":"Imagick::reduceNoiseImage","p":"Imagick.html#method_reduceNoiseImage","d":"

    (PECL imagick 2.0.0)
    \nSmooths the contours of an image

    "},{"t":"M","n":"Imagick::removeImageProfile","p":"Imagick.html#method_removeImageProfile","d":"

    (PECL imagick 2.0.0)
    \nRemoves the named image profile and returns it

    "},{"t":"M","n":"Imagick::separateImageChannel","p":"Imagick.html#method_separateImageChannel","d":"

    (PECL imagick 2.0.0)
    \nSeparates a channel from the image

    "},{"t":"M","n":"Imagick::sepiaToneImage","p":"Imagick.html#method_sepiaToneImage","d":"

    (PECL imagick 2.0.0)
    \nSepia tones an image

    "},{"t":"M","n":"Imagick::setImageBias","p":"Imagick.html#method_setImageBias","d":"

    (PECL imagick 2.0.0)
    \nSets the image bias for any method that convolves an image

    "},{"t":"M","n":"Imagick::setImageBluePrimary","p":"Imagick.html#method_setImageBluePrimary","d":"

    (PECL imagick 2.0.0)
    \nSets the image chromaticity blue primary point

    "},{"t":"M","n":"Imagick::setImageBorderColor","p":"Imagick.html#method_setImageBorderColor","d":"

    (PECL imagick 2.0.0)
    \nSets the image border color

    "},{"t":"M","n":"Imagick::setImageChannelDepth","p":"Imagick.html#method_setImageChannelDepth","d":"

    (PECL imagick 2.0.0)
    \nSets the depth of a particular image channel

    "},{"t":"M","n":"Imagick::setImageColormapColor","p":"Imagick.html#method_setImageColormapColor","d":"

    (PECL imagick 2.0.0)
    \nSets the color of the specified colormap index

    "},{"t":"M","n":"Imagick::setImageColorspace","p":"Imagick.html#method_setImageColorspace","d":"

    (PECL imagick 2.0.0)
    \nSets the image colorspace

    "},{"t":"M","n":"Imagick::setImageDispose","p":"Imagick.html#method_setImageDispose","d":"

    (PECL imagick 2.0.0)
    \nSets the image disposal method

    "},{"t":"M","n":"Imagick::setImageExtent","p":"Imagick.html#method_setImageExtent","d":"

    (PECL imagick 2.0.0)
    \nSets the image size

    "},{"t":"M","n":"Imagick::setImageGreenPrimary","p":"Imagick.html#method_setImageGreenPrimary","d":"

    (PECL imagick 2.0.0)
    \nSets the image chromaticity green primary point

    "},{"t":"M","n":"Imagick::setImageInterlaceScheme","p":"Imagick.html#method_setImageInterlaceScheme","d":"

    (PECL imagick 2.0.0)
    \nSets the image compression

    "},{"t":"M","n":"Imagick::setImageProfile","p":"Imagick.html#method_setImageProfile","d":"

    (PECL imagick 2.0.0)
    \nAdds a named profile to the Imagick object

    "},{"t":"M","n":"Imagick::setImageRedPrimary","p":"Imagick.html#method_setImageRedPrimary","d":"

    (PECL imagick 2.0.0)
    \nSets the image chromaticity red primary point

    "},{"t":"M","n":"Imagick::setImageRenderingIntent","p":"Imagick.html#method_setImageRenderingIntent","d":"

    (PECL imagick 2.0.0)
    \nSets the image rendering intent

    "},{"t":"M","n":"Imagick::setImageVirtualPixelMethod","p":"Imagick.html#method_setImageVirtualPixelMethod","d":"

    (PECL imagick 2.0.0)
    \nSets the image virtual pixel method

    "},{"t":"M","n":"Imagick::setImageWhitePoint","p":"Imagick.html#method_setImageWhitePoint","d":"

    (PECL imagick 2.0.0)
    \nSets the image chromaticity white point

    "},{"t":"M","n":"Imagick::sigmoidalContrastImage","p":"Imagick.html#method_sigmoidalContrastImage","d":"

    (PECL imagick 2.0.0)
    \nAdjusts the contrast of an image

    "},{"t":"M","n":"Imagick::stereoImage","p":"Imagick.html#method_stereoImage","d":"

    (PECL imagick 2.0.0)
    \nComposites two images

    "},{"t":"M","n":"Imagick::textureImage","p":"Imagick.html#method_textureImage","d":"

    (PECL imagick 2.0.0)
    \nRepeatedly tiles the texture image

    "},{"t":"M","n":"Imagick::tintImage","p":"Imagick.html#method_tintImage","d":"

    pplies a color vector to each pixel in the image. The 'opacity' color is a per channel strength factor for how strongly the color should be applied.

    "},{"t":"M","n":"Imagick::unsharpMaskImage","p":"Imagick.html#method_unsharpMaskImage","d":"

    (PECL imagick 2.0.0)
    \nSharpens an image

    "},{"t":"M","n":"Imagick::getImage","p":"Imagick.html#method_getImage","d":"

    (PECL imagick 2.0.0)
    \nReturns a new Imagick object

    "},{"t":"M","n":"Imagick::addImage","p":"Imagick.html#method_addImage","d":"

    (PECL imagick 2.0.0)
    \nAdds new image to Imagick object image list

    "},{"t":"M","n":"Imagick::setImage","p":"Imagick.html#method_setImage","d":"

    (PECL imagick 2.0.0)
    \nReplaces image in the object

    "},{"t":"M","n":"Imagick::newImage","p":"Imagick.html#method_newImage","d":"

    (PECL imagick 2.0.0)
    \nCreates a new image

    "},{"t":"M","n":"Imagick::newPseudoImage","p":"Imagick.html#method_newPseudoImage","d":"

    (PECL imagick 2.0.0)
    \nCreates a new image

    "},{"t":"M","n":"Imagick::getCompression","p":"Imagick.html#method_getCompression","d":"

    (PECL imagick 2.0.0)
    \nGets the object compression type

    "},{"t":"M","n":"Imagick::getCompressionQuality","p":"Imagick.html#method_getCompressionQuality","d":"

    (PECL imagick 2.0.0)
    \nGets the object compression quality

    "},{"t":"M","n":"Imagick::getCopyright","p":"Imagick.html#method_getCopyright","d":"

    (PECL imagick 2.0.0)
    \nReturns the ImageMagick API copyright as a string

    "},{"t":"M","n":"Imagick::getFilename","p":"Imagick.html#method_getFilename","d":"

    (PECL imagick 2.0.0)
    \nThe filename associated with an image sequence

    "},{"t":"M","n":"Imagick::getFormat","p":"Imagick.html#method_getFormat","d":"

    (PECL imagick 2.0.0)
    \nReturns the format of the Imagick object

    "},{"t":"M","n":"Imagick::getHomeURL","p":"Imagick.html#method_getHomeURL","d":"

    (PECL imagick 2.0.0)
    \nReturns the ImageMagick home URL

    "},{"t":"M","n":"Imagick::getInterlaceScheme","p":"Imagick.html#method_getInterlaceScheme","d":"

    (PECL imagick 2.0.0)
    \nGets the object interlace scheme

    "},{"t":"M","n":"Imagick::getOption","p":"Imagick.html#method_getOption","d":"

    (PECL imagick 2.0.0)
    \nReturns a value associated with the specified key

    "},{"t":"M","n":"Imagick::getPackageName","p":"Imagick.html#method_getPackageName","d":"

    (PECL imagick 2.0.0)
    \nReturns the ImageMagick package name

    "},{"t":"M","n":"Imagick::getPage","p":"Imagick.html#method_getPage","d":"

    (PECL imagick 2.0.0)
    \nReturns the page geometry

    "},{"t":"M","n":"Imagick::getQuantumDepth","p":"Imagick.html#method_getQuantumDepth","d":"

    (PECL imagick 2.0.0)
    \nGets the quantum depth

    "},{"t":"M","n":"Imagick::getQuantumRange","p":"Imagick.html#method_getQuantumRange","d":"

    (PECL imagick 2.0.0)
    \nReturns the Imagick quantum range

    "},{"t":"M","n":"Imagick::getReleaseDate","p":"Imagick.html#method_getReleaseDate","d":"

    (PECL imagick 2.0.0)
    \nReturns the ImageMagick release date

    "},{"t":"M","n":"Imagick::getResource","p":"Imagick.html#method_getResource","d":"

    (PECL imagick 2.0.0)
    \nReturns the specified resource's memory usage

    "},{"t":"M","n":"Imagick::getResourceLimit","p":"Imagick.html#method_getResourceLimit","d":"

    (PECL imagick 2.0.0)
    \nReturns the specified resource limit

    "},{"t":"M","n":"Imagick::getSamplingFactors","p":"Imagick.html#method_getSamplingFactors","d":"

    (PECL imagick 2.0.0)
    \nGets the horizontal and vertical sampling factor

    "},{"t":"M","n":"Imagick::getSize","p":"Imagick.html#method_getSize","d":"

    (PECL imagick 2.0.0)
    \nReturns the size associated with the Imagick object

    "},{"t":"M","n":"Imagick::getVersion","p":"Imagick.html#method_getVersion","d":"

    (PECL imagick 2.0.0)
    \nReturns the ImageMagick API version

    "},{"t":"M","n":"Imagick::setBackgroundColor","p":"Imagick.html#method_setBackgroundColor","d":"

    (PECL imagick 2.0.0)
    \nSets the object's default background color

    "},{"t":"M","n":"Imagick::setCompression","p":"Imagick.html#method_setCompression","d":"

    (PECL imagick 2.0.0)
    \nSets the object's default compression type

    "},{"t":"M","n":"Imagick::setCompressionQuality","p":"Imagick.html#method_setCompressionQuality","d":"

    (PECL imagick 0.9.10-0.9.9)
    \nSets the object's default compression quality

    "},{"t":"M","n":"Imagick::setFilename","p":"Imagick.html#method_setFilename","d":"

    (PECL imagick 2.0.0)
    \nSets the filename before you read or write the image

    "},{"t":"M","n":"Imagick::setFormat","p":"Imagick.html#method_setFormat","d":"

    (PECL imagick 2.0.0)
    \nSets the format of the Imagick object

    "},{"t":"M","n":"Imagick::setInterlaceScheme","p":"Imagick.html#method_setInterlaceScheme","d":"

    (PECL imagick 2.0.0)
    \nSets the image compression

    "},{"t":"M","n":"Imagick::setOption","p":"Imagick.html#method_setOption","d":"

    (PECL imagick 2.0.0)
    \nSet an option

    "},{"t":"M","n":"Imagick::setPage","p":"Imagick.html#method_setPage","d":"

    (PECL imagick 2.0.0)
    \nSets the page geometry of the Imagick object

    "},{"t":"M","n":"Imagick::setResourceLimit","p":"Imagick.html#method_setResourceLimit","d":"

    (PECL imagick 2.0.0)
    \nSets the limit for a particular resource in megabytes

    "},{"t":"M","n":"Imagick::setResolution","p":"Imagick.html#method_setResolution","d":"

    (PECL imagick 2.0.0)
    \nSets the image resolution

    "},{"t":"M","n":"Imagick::setSamplingFactors","p":"Imagick.html#method_setSamplingFactors","d":"

    (PECL imagick 2.0.0)
    \nSets the image sampling factors

    "},{"t":"M","n":"Imagick::setSize","p":"Imagick.html#method_setSize","d":"

    (PECL imagick 2.0.0)
    \nSets the size of the Imagick object

    "},{"t":"M","n":"Imagick::setType","p":"Imagick.html#method_setType","d":"

    (PECL imagick 2.0.0)
    \nSets the image type attribute

    "},{"t":"M","n":"Imagick::key","p":"Imagick.html#method_key","d":"

    Return the key of the current element

    "},{"t":"M","n":"Imagick::next","p":"Imagick.html#method_next","d":"

    Move forward to next element

    "},{"t":"M","n":"Imagick::rewind","p":"Imagick.html#method_rewind","d":"

    Rewind the Iterator to the first element

    "},{"t":"M","n":"Imagick::valid","p":"Imagick.html#method_valid","d":"

    (PECL imagick 2.0.0)
    \nChecks if the current item is valid

    "},{"t":"M","n":"Imagick::current","p":"Imagick.html#method_current","d":"

    (PECL imagick 2.0.0)
    \nReturns a reference to the current Imagick object

    "},{"t":"M","n":"Imagick::brightnessContrastImage","p":"Imagick.html#method_brightnessContrastImage","d":"

    Change the brightness and/or contrast of an image. It converts the brightness and contrast parameters into slope and intercept and calls a polynomical function to apply to the image.

    "},{"t":"M","n":"Imagick::morphology","p":"Imagick.html#method_morphology","d":"

    Applies a user supplied kernel to the image according to the given morphology method.

    "},{"t":"M","n":"Imagick::filter","p":"Imagick.html#method_filter","d":"

    Applies a custom convolution kernel to the image.

    "},{"t":"M","n":"Imagick::colorMatrixImage","p":"Imagick.html#method_colorMatrixImage","d":"

    Apply color transformation to an image. The method permits saturation changes, hue rotation, luminance to alpha, and various other effects. Although variable-sized transformation matrices can be used, typically one uses a 5x5 matrix for an RGBA image and a 6x6 for CMYKA (or RGBA with offsets).

    "},{"t":"M","n":"Imagick::deleteImageProperty","p":"Imagick.html#method_deleteImageProperty","d":"

    Deletes an image property.

    "},{"t":"M","n":"Imagick::forwardFourierTransformimage","p":"Imagick.html#method_forwardFourierTransformimage","d":"

    Implements the discrete Fourier transform (DFT) of the image either as a magnitude / phase or real / imaginary image pair.

    "},{"t":"M","n":"Imagick::getImageCompression","p":"Imagick.html#method_getImageCompression","d":"

    Gets the current image's compression type.

    "},{"t":"M","n":"Imagick::getRegistry","p":"Imagick.html#method_getRegistry","d":"

    Get the StringRegistry entry for the named key or false if not set.

    "},{"t":"M","n":"Imagick::getQuantum","p":"Imagick.html#method_getQuantum","d":"

    Returns the ImageMagick quantum range as an integer.

    "},{"t":"M","n":"Imagick::identifyFormat","p":"Imagick.html#method_identifyFormat","d":"

    Replaces any embedded formatting characters with the appropriate image property and returns the interpreted text. See https://www.imagemagick.org/script/escape.php for escape sequences.

    "},{"t":"M","n":"Imagick::inverseFourierTransformImage","p":"Imagick.html#method_inverseFourierTransformImage","d":"

    Implements the inverse discrete Fourier transform (DFT) of the image either as a magnitude / phase or real / imaginary image pair.

    "},{"t":"M","n":"Imagick::listRegistry","p":"Imagick.html#method_listRegistry","d":"

    List all the registry settings. Returns an array of all the key/value pairs in the registry

    "},{"t":"M","n":"Imagick::rotationalBlurImage","p":"Imagick.html#method_rotationalBlurImage","d":"

    Rotational blurs an image.

    "},{"t":"M","n":"Imagick::selectiveBlurImage","p":"Imagick.html#method_selectiveBlurImage","d":"

    Selectively blur an image within a contrast threshold. It is similar to the unsharpen mask that sharpens everything with contrast above a certain threshold.

    "},{"t":"M","n":"Imagick::setAntiAlias","p":"Imagick.html#method_setAntiAlias","d":"

    Set whether antialiasing should be used for operations. On by default.

    "},{"t":"M","n":"Imagick::setImageBiasQuantum","p":"Imagick.html#method_setImageBiasQuantum","d":""},{"t":"M","n":"Imagick::setProgressMonitor","p":"Imagick.html#method_setProgressMonitor","d":"

    Set a callback that will be called during the processing of the Imagick image.

    "},{"t":"M","n":"Imagick::setRegistry","p":"Imagick.html#method_setRegistry","d":"

    Sets the ImageMagick registry entry named key to value. This is most useful for setting "temporary-path" which controls where ImageMagick creates temporary images e.g. while processing PDFs.

    "},{"t":"M","n":"Imagick::statisticImage","p":"Imagick.html#method_statisticImage","d":"

    Replace each pixel with corresponding statistic from the neighborhood of the specified width and height.

    "},{"t":"M","n":"Imagick::subImageMatch","p":"Imagick.html#method_subImageMatch","d":"

    Searches for a subimage in the current image and returns a similarity image such that an exact match location is\ncompletely white and if none of the pixels match, black, otherwise some gray level in-between.

    "},{"t":"M","n":"Imagick::similarityImage","p":"Imagick.html#method_similarityImage","d":"

    Is an alias of Imagick::subImageMatch

    "},{"t":"M","n":"Imagick::getConfigureOptions","p":"Imagick.html#method_getConfigureOptions","d":"

    Returns any ImageMagick configure options that match the specified pattern (e.g. "*" for all). Options include NAME, VERSION, LIB_VERSION, etc.

    "},{"t":"M","n":"Imagick::getFeatures","p":"Imagick.html#method_getFeatures","d":"

    GetFeatures() returns the ImageMagick features that have been compiled into the runtime.

    "},{"t":"M","n":"Imagick::getHDRIEnabled","p":"Imagick.html#method_getHDRIEnabled","d":""},{"t":"M","n":"Imagick::setImageChannelMask","p":"Imagick.html#method_setImageChannelMask","d":"

    Sets the image channel mask. Returns the previous set channel mask.

    "},{"t":"M","n":"Imagick::evaluateImages","p":"Imagick.html#method_evaluateImages","d":"

    Merge multiple images of the same size together with the selected operator. https://www.imagemagick.org/Usage/layers/#evaluate-sequence

    "},{"t":"M","n":"Imagick::autoGammaImage","p":"Imagick.html#method_autoGammaImage","d":"

    Extracts the 'mean' from the image and adjust the image to try make set its gamma appropriately.

    "},{"t":"M","n":"Imagick::autoOrient","p":"Imagick.html#method_autoOrient","d":"

    Adjusts an image so that its orientation is suitable $ for viewing (i.e. top-left orientation).

    "},{"t":"M","n":"Imagick::compositeImageGravity","p":"Imagick.html#method_compositeImageGravity","d":"

    Composite one image onto another using the specified gravity.

    "},{"t":"M","n":"Imagick::localContrastImage","p":"Imagick.html#method_localContrastImage","d":"

    Attempts to increase the appearance of large-scale light-dark transitions.

    "},{"t":"M","n":"Imagick::identifyImageType","p":"Imagick.html#method_identifyImageType","d":"

    Identifies the potential image type, returns one of the Imagick::IMGTYPE_* constants

    "},{"t":"M","n":"Imagick::setImageAlpha","p":"Imagick.html#method_setImageAlpha","d":"

    Sets the image to the specified alpha level. Will replace ImagickDraw::setOpacity()

    "},{"t":"M","n":"Imagick::clone","p":"Imagick.html#method_clone","d":"


    Makes an exact copy of the Imagick object

    "},{"t":"M","n":"ImagickDraw::resetVectorGraphics","p":"ImagickDraw.html#method_resetVectorGraphics","d":null},{"t":"M","n":"ImagickDraw::getTextKerning","p":"ImagickDraw.html#method_getTextKerning","d":null},{"t":"M","n":"ImagickDraw::setTextKerning","p":"ImagickDraw.html#method_setTextKerning","d":""},{"t":"M","n":"ImagickDraw::getTextInterWordSpacing","p":"ImagickDraw.html#method_getTextInterWordSpacing","d":null},{"t":"M","n":"ImagickDraw::setTextInterWordSpacing","p":"ImagickDraw.html#method_setTextInterWordSpacing","d":""},{"t":"M","n":"ImagickDraw::getTextInterLineSpacing","p":"ImagickDraw.html#method_getTextInterLineSpacing","d":null},{"t":"M","n":"ImagickDraw::setTextInterLineSpacing","p":"ImagickDraw.html#method_setTextInterLineSpacing","d":""},{"t":"M","n":"ImagickDraw::__construct","p":"ImagickDraw.html#method___construct","d":"

    (PECL imagick 2.0.0)
    \nThe ImagickDraw constructor

    "},{"t":"M","n":"ImagickDraw::setFillColor","p":"ImagickDraw.html#method_setFillColor","d":"

    (PECL imagick 2.0.0)
    \nSets the fill color to be used for drawing filled objects

    "},{"t":"M","n":"ImagickDraw::setFillAlpha","p":"ImagickDraw.html#method_setFillAlpha","d":"

    (PECL imagick 2.0.0)
    \nSets the opacity to use when drawing using the fill color or fill texture

    "},{"t":"M","n":"ImagickDraw::setResolution","p":"ImagickDraw.html#method_setResolution","d":"

    Sets the image resolution

    "},{"t":"M","n":"ImagickDraw::setStrokeColor","p":"ImagickDraw.html#method_setStrokeColor","d":"

    (PECL imagick 2.0.0)
    \nSets the color used for stroking object outlines

    "},{"t":"M","n":"ImagickDraw::setStrokeAlpha","p":"ImagickDraw.html#method_setStrokeAlpha","d":"

    (PECL imagick 2.0.0)
    \nSpecifies the opacity of stroked object outlines

    "},{"t":"M","n":"ImagickDraw::setStrokeWidth","p":"ImagickDraw.html#method_setStrokeWidth","d":"

    (PECL imagick 2.0.0)
    \nSets the width of the stroke used to draw object outlines

    "},{"t":"M","n":"ImagickDraw::clear","p":"ImagickDraw.html#method_clear","d":"

    (PECL imagick 2.0.0)
    \nClears the ImagickDraw

    "},{"t":"M","n":"ImagickDraw::circle","p":"ImagickDraw.html#method_circle","d":"

    (PECL imagick 2.0.0)
    \nDraws a circle

    "},{"t":"M","n":"ImagickDraw::annotation","p":"ImagickDraw.html#method_annotation","d":"

    (PECL imagick 2.0.0)
    \nDraws text on the image

    "},{"t":"M","n":"ImagickDraw::setTextAntialias","p":"ImagickDraw.html#method_setTextAntialias","d":"

    (PECL imagick 2.0.0)
    \nControls whether text is antialiased

    "},{"t":"M","n":"ImagickDraw::setTextEncoding","p":"ImagickDraw.html#method_setTextEncoding","d":"

    (PECL imagick 2.0.0)
    \nSpecifies specifies the text code set

    "},{"t":"M","n":"ImagickDraw::setFont","p":"ImagickDraw.html#method_setFont","d":"

    (PECL imagick 2.0.0)
    \nSets the fully-specified font to use when annotating with text

    "},{"t":"M","n":"ImagickDraw::setFontFamily","p":"ImagickDraw.html#method_setFontFamily","d":"

    (PECL imagick 2.0.0)
    \nSets the font family to use when annotating with text

    "},{"t":"M","n":"ImagickDraw::setFontSize","p":"ImagickDraw.html#method_setFontSize","d":"

    (PECL imagick 2.0.0)
    \nSets the font pointsize to use when annotating with text

    "},{"t":"M","n":"ImagickDraw::setFontStyle","p":"ImagickDraw.html#method_setFontStyle","d":"

    (PECL imagick 2.0.0)
    \nSets the font style to use when annotating with text

    "},{"t":"M","n":"ImagickDraw::setFontWeight","p":"ImagickDraw.html#method_setFontWeight","d":"

    (PECL imagick 2.0.0)
    \nSets the font weight

    "},{"t":"M","n":"ImagickDraw::getFont","p":"ImagickDraw.html#method_getFont","d":"

    (PECL imagick 2.0.0)
    \nReturns the font

    "},{"t":"M","n":"ImagickDraw::getFontFamily","p":"ImagickDraw.html#method_getFontFamily","d":"

    (PECL imagick 2.0.0)
    \nReturns the font family

    "},{"t":"M","n":"ImagickDraw::getFontSize","p":"ImagickDraw.html#method_getFontSize","d":"

    (PECL imagick 2.0.0)
    \nReturns the font pointsize

    "},{"t":"M","n":"ImagickDraw::getFontStyle","p":"ImagickDraw.html#method_getFontStyle","d":"

    (PECL imagick 2.0.0)
    \nReturns the font style

    "},{"t":"M","n":"ImagickDraw::getFontWeight","p":"ImagickDraw.html#method_getFontWeight","d":"

    (PECL imagick 2.0.0)
    \nReturns the font weight

    "},{"t":"M","n":"ImagickDraw::destroy","p":"ImagickDraw.html#method_destroy","d":"

    (PECL imagick 2.0.0)
    \nFrees all associated resources

    "},{"t":"M","n":"ImagickDraw::rectangle","p":"ImagickDraw.html#method_rectangle","d":"

    (PECL imagick 2.0.0)
    \nDraws a rectangle

    "},{"t":"M","n":"ImagickDraw::roundRectangle","p":"ImagickDraw.html#method_roundRectangle","d":"

    (PECL imagick 2.0.0)
    \nDraws a rounded rectangle

    "},{"t":"M","n":"ImagickDraw::ellipse","p":"ImagickDraw.html#method_ellipse","d":"

    (PECL imagick 2.0.0)
    \nDraws an ellipse on the image

    "},{"t":"M","n":"ImagickDraw::skewX","p":"ImagickDraw.html#method_skewX","d":"

    (PECL imagick 2.0.0)
    \nSkews the current coordinate system in the horizontal direction

    "},{"t":"M","n":"ImagickDraw::skewY","p":"ImagickDraw.html#method_skewY","d":"

    (PECL imagick 2.0.0)
    \nSkews the current coordinate system in the vertical direction

    "},{"t":"M","n":"ImagickDraw::translate","p":"ImagickDraw.html#method_translate","d":"

    (PECL imagick 2.0.0)
    \nApplies a translation to the current coordinate system

    "},{"t":"M","n":"ImagickDraw::line","p":"ImagickDraw.html#method_line","d":"

    (PECL imagick 2.0.0)
    \nDraws a line

    "},{"t":"M","n":"ImagickDraw::arc","p":"ImagickDraw.html#method_arc","d":"

    (PECL imagick 2.0.0)
    \nDraws an arc

    "},{"t":"M","n":"ImagickDraw::matte","p":"ImagickDraw.html#method_matte","d":"

    (PECL imagick 2.0.0)
    \nPaints on the image's opacity channel

    "},{"t":"M","n":"ImagickDraw::polygon","p":"ImagickDraw.html#method_polygon","d":"

    (PECL imagick 2.0.0)
    \nDraws a polygon

    "},{"t":"M","n":"ImagickDraw::point","p":"ImagickDraw.html#method_point","d":"

    (PECL imagick 2.0.0)
    \nDraws a point

    "},{"t":"M","n":"ImagickDraw::getTextDecoration","p":"ImagickDraw.html#method_getTextDecoration","d":"

    (PECL imagick 2.0.0)
    \nReturns the text decoration

    "},{"t":"M","n":"ImagickDraw::getTextEncoding","p":"ImagickDraw.html#method_getTextEncoding","d":"

    (PECL imagick 2.0.0)
    \nReturns the code set used for text annotations

    "},{"t":"M","n":"ImagickDraw::getFontStretch","p":"ImagickDraw.html#method_getFontStretch","d":null},{"t":"M","n":"ImagickDraw::setFontStretch","p":"ImagickDraw.html#method_setFontStretch","d":"

    (PECL imagick 2.0.0)
    \nSets the font stretch to use when annotating with text

    "},{"t":"M","n":"ImagickDraw::setStrokeAntialias","p":"ImagickDraw.html#method_setStrokeAntialias","d":"

    (PECL imagick 2.0.0)
    \nControls whether stroked outlines are antialiased

    "},{"t":"M","n":"ImagickDraw::setTextAlignment","p":"ImagickDraw.html#method_setTextAlignment","d":"

    (PECL imagick 2.0.0)
    \nSpecifies a text alignment

    "},{"t":"M","n":"ImagickDraw::setTextDecoration","p":"ImagickDraw.html#method_setTextDecoration","d":"

    (PECL imagick 2.0.0)
    \nSpecifies a decoration

    "},{"t":"M","n":"ImagickDraw::setTextUnderColor","p":"ImagickDraw.html#method_setTextUnderColor","d":"

    (PECL imagick 2.0.0)
    \nSpecifies the color of a background rectangle

    "},{"t":"M","n":"ImagickDraw::setViewbox","p":"ImagickDraw.html#method_setViewbox","d":"

    (PECL imagick 2.0.0)
    \nSets the overall canvas size

    "},{"t":"M","n":"ImagickDraw::affine","p":"ImagickDraw.html#method_affine","d":"

    (PECL imagick 2.0.0)
    \nAdjusts the current affine transformation matrix

    "},{"t":"M","n":"ImagickDraw::bezier","p":"ImagickDraw.html#method_bezier","d":"

    (PECL imagick 2.0.0)
    \nDraws a bezier curve

    "},{"t":"M","n":"ImagickDraw::composite","p":"ImagickDraw.html#method_composite","d":"

    (PECL imagick 2.0.0)
    \nComposites an image onto the current image

    "},{"t":"M","n":"ImagickDraw::color","p":"ImagickDraw.html#method_color","d":"

    (PECL imagick 2.0.0)
    \nDraws color on image

    "},{"t":"M","n":"ImagickDraw::comment","p":"ImagickDraw.html#method_comment","d":"

    (PECL imagick 2.0.0)
    \nAdds a comment

    "},{"t":"M","n":"ImagickDraw::getClipPath","p":"ImagickDraw.html#method_getClipPath","d":"

    (PECL imagick 2.0.0)
    \nObtains the current clipping path ID

    "},{"t":"M","n":"ImagickDraw::getClipRule","p":"ImagickDraw.html#method_getClipRule","d":"

    (PECL imagick 2.0.0)
    \nReturns the current polygon fill rule

    "},{"t":"M","n":"ImagickDraw::getClipUnits","p":"ImagickDraw.html#method_getClipUnits","d":"

    (PECL imagick 2.0.0)
    \nReturns the interpretation of clip path units

    "},{"t":"M","n":"ImagickDraw::getFillColor","p":"ImagickDraw.html#method_getFillColor","d":"

    (PECL imagick 2.0.0)
    \nReturns the fill color

    "},{"t":"M","n":"ImagickDraw::getFillOpacity","p":"ImagickDraw.html#method_getFillOpacity","d":"

    (PECL imagick 2.0.0)
    \nReturns the opacity used when drawing

    "},{"t":"M","n":"ImagickDraw::getFillRule","p":"ImagickDraw.html#method_getFillRule","d":"

    (PECL imagick 2.0.0)
    \nReturns the fill rule

    "},{"t":"M","n":"ImagickDraw::getGravity","p":"ImagickDraw.html#method_getGravity","d":"

    (PECL imagick 2.0.0)
    \nReturns the text placement gravity

    "},{"t":"M","n":"ImagickDraw::getStrokeAntialias","p":"ImagickDraw.html#method_getStrokeAntialias","d":"

    (PECL imagick 2.0.0)
    \nReturns the current stroke antialias setting

    "},{"t":"M","n":"ImagickDraw::getStrokeColor","p":"ImagickDraw.html#method_getStrokeColor","d":"

    (PECL imagick 2.0.0)
    \nReturns the color used for stroking object outlines

    "},{"t":"M","n":"ImagickDraw::getStrokeDashArray","p":"ImagickDraw.html#method_getStrokeDashArray","d":"

    (PECL imagick 2.0.0)
    \nReturns an array representing the pattern of dashes and gaps used to stroke paths

    "},{"t":"M","n":"ImagickDraw::getStrokeDashOffset","p":"ImagickDraw.html#method_getStrokeDashOffset","d":"

    (PECL imagick 2.0.0)
    \nReturns the offset into the dash pattern to start the dash

    "},{"t":"M","n":"ImagickDraw::getStrokeLineCap","p":"ImagickDraw.html#method_getStrokeLineCap","d":"

    (PECL imagick 2.0.0)
    \nReturns the shape to be used at the end of open subpaths when they are stroked

    "},{"t":"M","n":"ImagickDraw::getStrokeLineJoin","p":"ImagickDraw.html#method_getStrokeLineJoin","d":"

    (PECL imagick 2.0.0)
    \nReturns the shape to be used at the corners of paths when they are stroked

    "},{"t":"M","n":"ImagickDraw::getStrokeMiterLimit","p":"ImagickDraw.html#method_getStrokeMiterLimit","d":"

    (PECL imagick 2.0.0)
    \nReturns the stroke miter limit

    "},{"t":"M","n":"ImagickDraw::getStrokeOpacity","p":"ImagickDraw.html#method_getStrokeOpacity","d":"

    (PECL imagick 2.0.0)
    \nReturns the opacity of stroked object outlines

    "},{"t":"M","n":"ImagickDraw::getStrokeWidth","p":"ImagickDraw.html#method_getStrokeWidth","d":"

    (PECL imagick 2.0.0)
    \nReturns the width of the stroke used to draw object outlines

    "},{"t":"M","n":"ImagickDraw::getTextAlignment","p":"ImagickDraw.html#method_getTextAlignment","d":"

    (PECL imagick 2.0.0)
    \nReturns the text alignment

    "},{"t":"M","n":"ImagickDraw::getTextAntialias","p":"ImagickDraw.html#method_getTextAntialias","d":"

    (PECL imagick 2.0.0)
    \nReturns the current text antialias setting

    "},{"t":"M","n":"ImagickDraw::getVectorGraphics","p":"ImagickDraw.html#method_getVectorGraphics","d":"

    (PECL imagick 2.0.0)
    \nReturns a string containing vector graphics

    "},{"t":"M","n":"ImagickDraw::getTextUnderColor","p":"ImagickDraw.html#method_getTextUnderColor","d":"

    (PECL imagick 2.0.0)
    \nReturns the text under color

    "},{"t":"M","n":"ImagickDraw::pathClose","p":"ImagickDraw.html#method_pathClose","d":"

    (PECL imagick 2.0.0)
    \nAdds a path element to the current path

    "},{"t":"M","n":"ImagickDraw::pathCurveToAbsolute","p":"ImagickDraw.html#method_pathCurveToAbsolute","d":"

    (PECL imagick 2.0.0)
    \nDraws a cubic Bezier curve

    "},{"t":"M","n":"ImagickDraw::pathCurveToRelative","p":"ImagickDraw.html#method_pathCurveToRelative","d":"

    (PECL imagick 2.0.0)
    \nDraws a cubic Bezier curve

    "},{"t":"M","n":"ImagickDraw::pathCurveToQuadraticBezierAbsolute","p":"ImagickDraw.html#method_pathCurveToQuadraticBezierAbsolute","d":"

    (PECL imagick 2.0.0)
    \nDraws a quadratic Bezier curve

    "},{"t":"M","n":"ImagickDraw::pathCurveToQuadraticBezierRelative","p":"ImagickDraw.html#method_pathCurveToQuadraticBezierRelative","d":"

    (PECL imagick 2.0.0)
    \nDraws a quadratic Bezier curve

    "},{"t":"M","n":"ImagickDraw::pathCurveToQuadraticBezierSmoothAbsolute","p":"ImagickDraw.html#method_pathCurveToQuadraticBezierSmoothAbsolute","d":"

    (PECL imagick 2.0.0)
    \nDraws a quadratic Bezier curve

    "},{"t":"M","n":"ImagickDraw::pathCurveToQuadraticBezierSmoothRelative","p":"ImagickDraw.html#method_pathCurveToQuadraticBezierSmoothRelative","d":"

    (PECL imagick 2.0.0)
    \nDraws a quadratic Bezier curve

    "},{"t":"M","n":"ImagickDraw::pathCurveToSmoothAbsolute","p":"ImagickDraw.html#method_pathCurveToSmoothAbsolute","d":"

    (PECL imagick 2.0.0)
    \nDraws a cubic Bezier curve

    "},{"t":"M","n":"ImagickDraw::pathCurveToSmoothRelative","p":"ImagickDraw.html#method_pathCurveToSmoothRelative","d":"

    (PECL imagick 2.0.0)
    \nDraws a cubic Bezier curve

    "},{"t":"M","n":"ImagickDraw::pathEllipticArcAbsolute","p":"ImagickDraw.html#method_pathEllipticArcAbsolute","d":"

    (PECL imagick 2.0.0)
    \nDraws an elliptical arc

    "},{"t":"M","n":"ImagickDraw::pathEllipticArcRelative","p":"ImagickDraw.html#method_pathEllipticArcRelative","d":"

    (PECL imagick 2.0.0)
    \nDraws an elliptical arc

    "},{"t":"M","n":"ImagickDraw::pathFinish","p":"ImagickDraw.html#method_pathFinish","d":"

    (PECL imagick 2.0.0)
    \nTerminates the current path

    "},{"t":"M","n":"ImagickDraw::pathLineToAbsolute","p":"ImagickDraw.html#method_pathLineToAbsolute","d":"

    (PECL imagick 2.0.0)
    \nDraws a line path

    "},{"t":"M","n":"ImagickDraw::pathLineToRelative","p":"ImagickDraw.html#method_pathLineToRelative","d":"

    (PECL imagick 2.0.0)
    \nDraws a line path

    "},{"t":"M","n":"ImagickDraw::pathLineToHorizontalAbsolute","p":"ImagickDraw.html#method_pathLineToHorizontalAbsolute","d":"

    (PECL imagick 2.0.0)
    \nDraws a horizontal line path

    "},{"t":"M","n":"ImagickDraw::pathLineToHorizontalRelative","p":"ImagickDraw.html#method_pathLineToHorizontalRelative","d":"

    (PECL imagick 2.0.0)
    \nDraws a horizontal line

    "},{"t":"M","n":"ImagickDraw::pathLineToVerticalAbsolute","p":"ImagickDraw.html#method_pathLineToVerticalAbsolute","d":"

    (PECL imagick 2.0.0)
    \nDraws a vertical line

    "},{"t":"M","n":"ImagickDraw::pathLineToVerticalRelative","p":"ImagickDraw.html#method_pathLineToVerticalRelative","d":"

    (PECL imagick 2.0.0)
    \nDraws a vertical line path

    "},{"t":"M","n":"ImagickDraw::pathMoveToAbsolute","p":"ImagickDraw.html#method_pathMoveToAbsolute","d":"

    (PECL imagick 2.0.0)
    \nStarts a new sub-path

    "},{"t":"M","n":"ImagickDraw::pathMoveToRelative","p":"ImagickDraw.html#method_pathMoveToRelative","d":"

    (PECL imagick 2.0.0)
    \nStarts a new sub-path

    "},{"t":"M","n":"ImagickDraw::pathStart","p":"ImagickDraw.html#method_pathStart","d":"

    (PECL imagick 2.0.0)
    \nDeclares the start of a path drawing list

    "},{"t":"M","n":"ImagickDraw::polyline","p":"ImagickDraw.html#method_polyline","d":"

    (PECL imagick 2.0.0)
    \nDraws a polyline

    "},{"t":"M","n":"ImagickDraw::popClipPath","p":"ImagickDraw.html#method_popClipPath","d":"

    (PECL imagick 2.0.0)
    \nTerminates a clip path definition

    "},{"t":"M","n":"ImagickDraw::popDefs","p":"ImagickDraw.html#method_popDefs","d":"

    (PECL imagick 2.0.0)
    \nTerminates a definition list

    "},{"t":"M","n":"ImagickDraw::popPattern","p":"ImagickDraw.html#method_popPattern","d":"

    (PECL imagick 2.0.0)
    \nTerminates a pattern definition

    "},{"t":"M","n":"ImagickDraw::pushClipPath","p":"ImagickDraw.html#method_pushClipPath","d":"

    (PECL imagick 2.0.0)
    \nStarts a clip path definition

    "},{"t":"M","n":"ImagickDraw::pushDefs","p":"ImagickDraw.html#method_pushDefs","d":"

    (PECL imagick 2.0.0)
    \nIndicates that following commands create named elements for early processing

    "},{"t":"M","n":"ImagickDraw::pushPattern","p":"ImagickDraw.html#method_pushPattern","d":"

    (PECL imagick 2.0.0)
    \nIndicates that subsequent commands up to a ImagickDraw::opPattern() command comprise the definition of a named pattern

    "},{"t":"M","n":"ImagickDraw::render","p":"ImagickDraw.html#method_render","d":"

    (PECL imagick 2.0.0)
    \nRenders all preceding drawing commands onto the image

    "},{"t":"M","n":"ImagickDraw::rotate","p":"ImagickDraw.html#method_rotate","d":"

    (PECL imagick 2.0.0)
    \nApplies the specified rotation to the current coordinate space

    "},{"t":"M","n":"ImagickDraw::scale","p":"ImagickDraw.html#method_scale","d":"

    (PECL imagick 2.0.0)
    \nAdjusts the scaling factor

    "},{"t":"M","n":"ImagickDraw::setClipPath","p":"ImagickDraw.html#method_setClipPath","d":"

    (PECL imagick 2.0.0)
    \nAssociates a named clipping path with the image

    "},{"t":"M","n":"ImagickDraw::setClipRule","p":"ImagickDraw.html#method_setClipRule","d":"

    (PECL imagick 2.0.0)
    \nSet the polygon fill rule to be used by the clipping path

    "},{"t":"M","n":"ImagickDraw::setClipUnits","p":"ImagickDraw.html#method_setClipUnits","d":"

    (PECL imagick 2.0.0)
    \nSets the interpretation of clip path units

    "},{"t":"M","n":"ImagickDraw::setFillOpacity","p":"ImagickDraw.html#method_setFillOpacity","d":"

    (PECL imagick 2.0.0)
    \nSets the opacity to use when drawing using the fill color or fill texture

    "},{"t":"M","n":"ImagickDraw::setFillPatternURL","p":"ImagickDraw.html#method_setFillPatternURL","d":"

    (PECL imagick 2.0.0)
    \nSets the URL to use as a fill pattern for filling objects

    "},{"t":"M","n":"ImagickDraw::setFillRule","p":"ImagickDraw.html#method_setFillRule","d":"

    (PECL imagick 2.0.0)
    \nSets the fill rule to use while drawing polygons

    "},{"t":"M","n":"ImagickDraw::setGravity","p":"ImagickDraw.html#method_setGravity","d":"

    (PECL imagick 2.0.0)
    \nSets the text placement gravity

    "},{"t":"M","n":"ImagickDraw::setStrokePatternURL","p":"ImagickDraw.html#method_setStrokePatternURL","d":"

    (PECL imagick 2.0.0)
    \nSets the pattern used for stroking object outlines

    "},{"t":"M","n":"ImagickDraw::setStrokeDashOffset","p":"ImagickDraw.html#method_setStrokeDashOffset","d":"

    (PECL imagick 2.0.0)
    \nSpecifies the offset into the dash pattern to start the dash

    "},{"t":"M","n":"ImagickDraw::setStrokeLineCap","p":"ImagickDraw.html#method_setStrokeLineCap","d":"

    (PECL imagick 2.0.0)
    \nSpecifies the shape to be used at the end of open subpaths when they are stroked

    "},{"t":"M","n":"ImagickDraw::setStrokeLineJoin","p":"ImagickDraw.html#method_setStrokeLineJoin","d":"

    (PECL imagick 2.0.0)
    \nSpecifies the shape to be used at the corners of paths when they are stroked

    "},{"t":"M","n":"ImagickDraw::setStrokeMiterLimit","p":"ImagickDraw.html#method_setStrokeMiterLimit","d":"

    (PECL imagick 2.0.0)
    \nSpecifies the miter limit

    "},{"t":"M","n":"ImagickDraw::setStrokeOpacity","p":"ImagickDraw.html#method_setStrokeOpacity","d":"

    (PECL imagick 2.0.0)
    \nSpecifies the opacity of stroked object outlines

    "},{"t":"M","n":"ImagickDraw::setVectorGraphics","p":"ImagickDraw.html#method_setVectorGraphics","d":"

    (PECL imagick 2.0.0)
    \nSets the vector graphics

    "},{"t":"M","n":"ImagickDraw::pop","p":"ImagickDraw.html#method_pop","d":"

    (PECL imagick 2.0.0)
    \nDestroys the current ImagickDraw in the stack, and returns to the previously pushed ImagickDraw

    "},{"t":"M","n":"ImagickDraw::push","p":"ImagickDraw.html#method_push","d":"

    (PECL imagick 2.0.0)
    \nClones the current ImagickDraw and pushes it to the stack

    "},{"t":"M","n":"ImagickDraw::setStrokeDashArray","p":"ImagickDraw.html#method_setStrokeDashArray","d":"

    (PECL imagick 2.0.0)
    \nSpecifies the pattern of dashes and gaps used to stroke paths

    "},{"t":"M","n":"ImagickDraw::setOpacity","p":"ImagickDraw.html#method_setOpacity","d":"

    Sets the opacity to use when drawing using the fill or stroke color or texture. Fully opaque is 1.0.

    "},{"t":"M","n":"ImagickDraw::getOpacity","p":"ImagickDraw.html#method_getOpacity","d":"

    Returns the opacity used when drawing with the fill or stroke color or texture. Fully opaque is 1.0.

    "},{"t":"M","n":"ImagickDraw::setFontResolution","p":"ImagickDraw.html#method_setFontResolution","d":"

    Sets the image font resolution.

    "},{"t":"M","n":"ImagickDraw::getFontResolution","p":"ImagickDraw.html#method_getFontResolution","d":"

    Gets the image X and Y resolution.

    "},{"t":"M","n":"ImagickDraw::getTextDirection","p":"ImagickDraw.html#method_getTextDirection","d":"

    Returns the direction that will be used when annotating with text.

    "},{"t":"M","n":"ImagickDraw::setTextDirection","p":"ImagickDraw.html#method_setTextDirection","d":"

    Sets the font style to use when annotating with text. The AnyStyle enumeration acts as a wild-card "don't care" option.

    "},{"t":"M","n":"ImagickDraw::getBorderColor","p":"ImagickDraw.html#method_getBorderColor","d":"

    Returns the border color used for drawing bordered objects.

    "},{"t":"M","n":"ImagickDraw::setBorderColor","p":"ImagickDraw.html#method_setBorderColor","d":"

    Sets the border color to be used for drawing bordered objects.

    "},{"t":"M","n":"ImagickDraw::getDensity","p":"ImagickDraw.html#method_getDensity","d":"

    Obtains the vertical and horizontal resolution.

    "},{"t":"M","n":"ImagickDraw::setDensity","p":"ImagickDraw.html#method_setDensity","d":"

    Sets the vertical and horizontal resolution.

    "},{"t":"M","n":"ImagickDraw::clone","p":"ImagickDraw.html#method_clone","d":"


    Makes an exact copy of the specified ImagickDraw object

    "},{"t":"M","n":"ImagickKernel::addKernel","p":"ImagickKernel.html#method_addKernel","d":"

    Attach another kernel to this kernel to allow them to both be applied in a single morphology or filter function. Returns the new combined kernel.

    "},{"t":"M","n":"ImagickKernel::addUnityKernel","p":"ImagickKernel.html#method_addUnityKernel","d":"

    Adds a given amount of the 'Unity' Convolution Kernel to the given pre-scaled and normalized Kernel. This in effect adds that amount of the original image into the resulting convolution kernel. The resulting effect is to convert the defined kernels into blended soft-blurs, unsharp kernels or into sharpening kernels.

    "},{"t":"M","n":"ImagickKernel::fromBuiltin","p":"ImagickKernel.html#method_fromBuiltin","d":"

    Create a kernel from a builtin in kernel. See https://www.imagemagick.org/Usage/morphology/#kernel for examples.
    \nCurrently the 'rotation' symbols are not supported. Example: $diamondKernel = ImagickKernel::fromBuiltIn(\\Imagick::KERNEL_DIAMOND, "2");

    "},{"t":"M","n":"ImagickKernel::fromMatrix","p":"ImagickKernel.html#method_fromMatrix","d":"

    Create a kernel from a builtin in kernel. See https://www.imagemagick.org/Usage/morphology/#kernel for examples.
    \nCurrently the 'rotation' symbols are not supported. Example: $diamondKernel = ImagickKernel::fromBuiltIn(\\Imagick::KERNEL_DIAMOND, "2");

    "},{"t":"M","n":"ImagickKernel::getMatrix","p":"ImagickKernel.html#method_getMatrix","d":"

    Get the 2d matrix of values used in this kernel. The elements are either float for elements that are used or 'false' if the element should be skipped.

    "},{"t":"M","n":"ImagickKernel::scale","p":"ImagickKernel.html#method_scale","d":"

    ScaleKernelInfo() scales the given kernel list by the given amount, with or without normalization of the sum of the kernel values (as per given flags).
    \nThe exact behaviour of this function depends on the normalization type being used please see https://www.imagemagick.org/api/morphology.php#ScaleKernelInfo for details.
    \nFlag should be one of Imagick::NORMALIZE_KERNEL_VALUE, Imagick::NORMALIZE_KERNEL_CORRELATE, Imagick::NORMALIZE_KERNEL_PERCENT or not set.

    "},{"t":"M","n":"ImagickKernel::seperate","p":"ImagickKernel.html#method_seperate","d":"

    Separates a linked set of kernels and returns an array of ImagickKernels.

    "},{"t":"M","n":"ImagickPixel::getHSL","p":"ImagickPixel.html#method_getHSL","d":"

    (PECL imagick 2.0.0)
    \nReturns the normalized HSL color of the ImagickPixel object

    "},{"t":"M","n":"ImagickPixel::setHSL","p":"ImagickPixel.html#method_setHSL","d":"

    (PECL imagick 2.0.0)
    \nSets the normalized HSL color

    "},{"t":"M","n":"ImagickPixel::getColorValueQuantum","p":"ImagickPixel.html#method_getColorValueQuantum","d":""},{"t":"M","n":"ImagickPixel::setColorValueQuantum","p":"ImagickPixel.html#method_setColorValueQuantum","d":""},{"t":"M","n":"ImagickPixel::getIndex","p":"ImagickPixel.html#method_getIndex","d":"

    Gets the colormap index of the pixel wand.

    "},{"t":"M","n":"ImagickPixel::setIndex","p":"ImagickPixel.html#method_setIndex","d":""},{"t":"M","n":"ImagickPixel::__construct","p":"ImagickPixel.html#method___construct","d":"

    (PECL imagick 2.0.0)
    \nThe ImagickPixel constructor

    "},{"t":"M","n":"ImagickPixel::setColor","p":"ImagickPixel.html#method_setColor","d":"

    (PECL imagick 2.0.0)
    \nSets the color

    "},{"t":"M","n":"ImagickPixel::setColorValue","p":"ImagickPixel.html#method_setColorValue","d":"

    (PECL imagick 2.0.0)
    \nSets the normalized value of one of the channels

    "},{"t":"M","n":"ImagickPixel::getColorValue","p":"ImagickPixel.html#method_getColorValue","d":"

    (PECL imagick 2.0.0)
    \nGets the normalized value of the provided color channel

    "},{"t":"M","n":"ImagickPixel::clear","p":"ImagickPixel.html#method_clear","d":"

    (PECL imagick 2.0.0)
    \nClears resources associated with this object

    "},{"t":"M","n":"ImagickPixel::destroy","p":"ImagickPixel.html#method_destroy","d":"

    (PECL imagick 2.0.0)
    \nDeallocates resources associated with this object

    "},{"t":"M","n":"ImagickPixel::isSimilar","p":"ImagickPixel.html#method_isSimilar","d":"

    (PECL imagick 2.0.0)
    \nCheck the distance between this color and another

    "},{"t":"M","n":"ImagickPixel::isPixelSimilar","p":"ImagickPixel.html#method_isPixelSimilar","d":"

    (No version information available, might only be in SVN)
    \nCheck the distance between this color and another

    "},{"t":"M","n":"ImagickPixel::getColor","p":"ImagickPixel.html#method_getColor","d":"

    (PECL imagick 2.0.0)
    \nReturns the color

    "},{"t":"M","n":"ImagickPixel::getColorAsString","p":"ImagickPixel.html#method_getColorAsString","d":"

    (PECL imagick 2.1.0)
    \nReturns the color as a string

    "},{"t":"M","n":"ImagickPixel::getColorCount","p":"ImagickPixel.html#method_getColorCount","d":"

    (PECL imagick 2.0.0)
    \nReturns the color count associated with this color

    "},{"t":"M","n":"ImagickPixel::setColorCount","p":"ImagickPixel.html#method_setColorCount","d":""},{"t":"M","n":"ImagickPixel::isPixelSimilarQuantum","p":"ImagickPixel.html#method_isPixelSimilarQuantum","d":"

    Returns true if the distance between two colors is less than the specified distance. The fuzz value should be in the range 0-QuantumRange.
    \nThe maximum value represents the longest possible distance in the colorspace. e.g. from RGB(0, 0, 0) to RGB(255, 255, 255) for the RGB colorspace

    "},{"t":"M","n":"ImagickPixel::getColorQuantum","p":"ImagickPixel.html#method_getColorQuantum","d":"

    Returns the color of the pixel in an array as Quantum values. If ImageMagick was compiled as HDRI these will be floats, otherwise they will be integers.

    "},{"t":"M","n":"ImagickPixel::setColorFromPixel","p":"ImagickPixel.html#method_setColorFromPixel","d":"

    Sets the color count associated with this color from another ImagickPixel object.

    "},{"t":"M","n":"ImagickPixel::clone","p":"ImagickPixel.html#method_clone","d":""},{"t":"M","n":"ImagickPixelIterator::__construct","p":"ImagickPixelIterator.html#method___construct","d":"

    (PECL imagick 2.0.0)
    \nThe ImagickPixelIterator constructor

    "},{"t":"M","n":"ImagickPixelIterator::newPixelIterator","p":"ImagickPixelIterator.html#method_newPixelIterator","d":"

    (PECL imagick 2.0.0)
    \nReturns a new pixel iterator

    "},{"t":"M","n":"ImagickPixelIterator::newPixelRegionIterator","p":"ImagickPixelIterator.html#method_newPixelRegionIterator","d":"

    (PECL imagick 2.0.0)
    \nReturns a new pixel iterator

    "},{"t":"M","n":"ImagickPixelIterator::getIteratorRow","p":"ImagickPixelIterator.html#method_getIteratorRow","d":"

    (PECL imagick 2.0.0)
    \nReturns the current pixel iterator row

    "},{"t":"M","n":"ImagickPixelIterator::setIteratorRow","p":"ImagickPixelIterator.html#method_setIteratorRow","d":"

    (PECL imagick 2.0.0)
    \nSet the pixel iterator row

    "},{"t":"M","n":"ImagickPixelIterator::setIteratorFirstRow","p":"ImagickPixelIterator.html#method_setIteratorFirstRow","d":"

    (PECL imagick 2.0.0)
    \nSets the pixel iterator to the first pixel row

    "},{"t":"M","n":"ImagickPixelIterator::setIteratorLastRow","p":"ImagickPixelIterator.html#method_setIteratorLastRow","d":"

    (PECL imagick 2.0.0)
    \nSets the pixel iterator to the last pixel row

    "},{"t":"M","n":"ImagickPixelIterator::getPreviousIteratorRow","p":"ImagickPixelIterator.html#method_getPreviousIteratorRow","d":"

    (PECL imagick 2.0.0)
    \nReturns the previous row

    "},{"t":"M","n":"ImagickPixelIterator::getCurrentIteratorRow","p":"ImagickPixelIterator.html#method_getCurrentIteratorRow","d":"

    (PECL imagick 2.0.0)
    \nReturns the current row of ImagickPixel objects

    "},{"t":"M","n":"ImagickPixelIterator::getNextIteratorRow","p":"ImagickPixelIterator.html#method_getNextIteratorRow","d":"

    (PECL imagick 2.0.0)
    \nReturns the next row of the pixel iterator

    "},{"t":"M","n":"ImagickPixelIterator::resetIterator","p":"ImagickPixelIterator.html#method_resetIterator","d":"

    (PECL imagick 2.0.0)
    \nResets the pixel iterator

    "},{"t":"M","n":"ImagickPixelIterator::syncIterator","p":"ImagickPixelIterator.html#method_syncIterator","d":"

    (PECL imagick 2.0.0)
    \nSyncs the pixel iterator

    "},{"t":"M","n":"ImagickPixelIterator::destroy","p":"ImagickPixelIterator.html#method_destroy","d":"

    (PECL imagick 2.0.0)
    \nDeallocates resources associated with a PixelIterator

    "},{"t":"M","n":"ImagickPixelIterator::clear","p":"ImagickPixelIterator.html#method_clear","d":"

    (PECL imagick 2.0.0)
    \nClear resources associated with a PixelIterator

    "},{"t":"M","n":"ImagickPixelIterator::getpixeliterator","p":"ImagickPixelIterator.html#method_getpixeliterator","d":""},{"t":"M","n":"ImagickPixelIterator::getpixelregioniterator","p":"ImagickPixelIterator.html#method_getpixelregioniterator","d":""},{"t":"M","n":"ImagickPixelIterator::key","p":"ImagickPixelIterator.html#method_key","d":""},{"t":"M","n":"ImagickPixelIterator::next","p":"ImagickPixelIterator.html#method_next","d":""},{"t":"M","n":"ImagickPixelIterator::rewind","p":"ImagickPixelIterator.html#method_rewind","d":""},{"t":"M","n":"ImagickPixelIterator::current","p":"ImagickPixelIterator.html#method_current","d":""},{"t":"M","n":"ImagickPixelIterator::valid","p":"ImagickPixelIterator.html#method_valid","d":""},{"t":"M","n":"InfiniteIterator::__construct","p":"InfiniteIterator.html#method___construct","d":"

    Constructs an InfiniteIterator

    "},{"t":"M","n":"InfiniteIterator::next","p":"InfiniteIterator.html#method_next","d":"

    Moves the inner Iterator forward or rewinds it

    "},{"t":"M","n":"IntBackedEnum::from","p":"IntBackedEnum.html#method_from","d":""},{"t":"M","n":"IntBackedEnum::tryFrom","p":"IntBackedEnum.html#method_tryFrom","d":""},{"t":"M","n":"InternalIterator::current","p":"InternalIterator.html#method_current","d":"

    Return the current element

    "},{"t":"M","n":"InternalIterator::next","p":"InternalIterator.html#method_next","d":"

    Move forward to next element

    "},{"t":"M","n":"InternalIterator::key","p":"InternalIterator.html#method_key","d":"

    Return the key of the current element

    "},{"t":"M","n":"InternalIterator::valid","p":"InternalIterator.html#method_valid","d":"

    Checks if current position is valid

    "},{"t":"M","n":"InternalIterator::rewind","p":"InternalIterator.html#method_rewind","d":"

    Rewind the Iterator to the first element

    "},{"t":"M","n":"IntlBreakIterator::createCharacterInstance","p":"IntlBreakIterator.html#method_createCharacterInstance","d":"

    (PHP 5 >=5.5.0)
    \nCreate break iterator for boundaries of combining character sequences

    "},{"t":"M","n":"IntlBreakIterator::createCodePointInstance","p":"IntlBreakIterator.html#method_createCodePointInstance","d":"

    (PHP 5 >=5.5.0)
    \nCreate break iterator for boundaries of code points

    "},{"t":"M","n":"IntlBreakIterator::createLineInstance","p":"IntlBreakIterator.html#method_createLineInstance","d":"

    (PHP 5 >=5.5.0)
    \nCreate break iterator for logically possible line breaks

    "},{"t":"M","n":"IntlBreakIterator::createSentenceInstance","p":"IntlBreakIterator.html#method_createSentenceInstance","d":"

    (PHP 5 >=5.5.0)
    \nCreate break iterator for sentence breaks

    "},{"t":"M","n":"IntlBreakIterator::createTitleInstance","p":"IntlBreakIterator.html#method_createTitleInstance","d":"

    (PHP 5 >=5.5.0)
    \nCreate break iterator for title-casing breaks

    "},{"t":"M","n":"IntlBreakIterator::createWordInstance","p":"IntlBreakIterator.html#method_createWordInstance","d":"

    (PHP 5 >=5.5.0)
    \nCreate break iterator for word breaks

    "},{"t":"M","n":"IntlBreakIterator::current","p":"IntlBreakIterator.html#method_current","d":"

    (PHP 5 >=5.5.0)
    \nGet index of current position

    "},{"t":"M","n":"IntlBreakIterator::first","p":"IntlBreakIterator.html#method_first","d":"

    (PHP 5 >=5.5.0)
    \nSet position to the first character in the text

    "},{"t":"M","n":"IntlBreakIterator::following","p":"IntlBreakIterator.html#method_following","d":"

    (PHP 5 >=5.5.0)
    \nAdvance the iterator to the first boundary following specified offset

    "},{"t":"M","n":"IntlBreakIterator::getErrorCode","p":"IntlBreakIterator.html#method_getErrorCode","d":"

    (PHP 5 >=5.5.0)
    \nGet last error code on the object

    "},{"t":"M","n":"IntlBreakIterator::getErrorMessage","p":"IntlBreakIterator.html#method_getErrorMessage","d":"

    (PHP 5 >=5.5.0)
    \nGet last error message on the object

    "},{"t":"M","n":"IntlBreakIterator::getLocale","p":"IntlBreakIterator.html#method_getLocale","d":"

    (PHP 5 >=5.5.0)
    \nGet the locale associated with the object

    "},{"t":"M","n":"IntlBreakIterator::getPartsIterator","p":"IntlBreakIterator.html#method_getPartsIterator","d":"

    (PHP 5 >=5.5.0)
    \nCreate iterator for navigating fragments between boundaries

    "},{"t":"M","n":"IntlBreakIterator::getText","p":"IntlBreakIterator.html#method_getText","d":"

    (PHP 5 >=5.5.0)
    \nGet the text being scanned

    "},{"t":"M","n":"IntlBreakIterator::isBoundary","p":"IntlBreakIterator.html#method_isBoundary","d":"

    (PHP 5 >=5.5.0)
    \nTell whether an offset is a boundary's offset

    "},{"t":"M","n":"IntlBreakIterator::last","p":"IntlBreakIterator.html#method_last","d":"

    (PHP 5 >=5.5.0)
    \nSet the iterator position to index beyond the last character

    "},{"t":"M","n":"IntlBreakIterator::next","p":"IntlBreakIterator.html#method_next","d":"

    (PHP 5 >=5.5.0)

    "},{"t":"M","n":"IntlBreakIterator::preceding","p":"IntlBreakIterator.html#method_preceding","d":"

    (PHP 5 >=5.5.0)

    "},{"t":"M","n":"IntlBreakIterator::previous","p":"IntlBreakIterator.html#method_previous","d":"

    (PHP 5 >=5.5.0)
    \nSet the iterator position to the boundary immediately before the current

    "},{"t":"M","n":"IntlBreakIterator::setText","p":"IntlBreakIterator.html#method_setText","d":"

    (PHP 5 >=5.5.0)
    \nSet the text being scanned

    "},{"t":"M","n":"IntlBreakIterator::getIterator","p":"IntlBreakIterator.html#method_getIterator","d":""},{"t":"M","n":"IntlCalendar::add","p":"IntlCalendar.html#method_add","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nAdd a (signed) amount of time to a field

    "},{"t":"M","n":"IntlCalendar::after","p":"IntlCalendar.html#method_after","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nWhether this object's time is after that of the passed object\nhttps://secure.php.net/manual/en/intlcalendar.after.php

    "},{"t":"M","n":"IntlCalendar::before","p":"IntlCalendar.html#method_before","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nWhether this object's time is before that of the passed object

    "},{"t":"M","n":"IntlCalendar::clear","p":"IntlCalendar.html#method_clear","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nClear a field or all fields

    "},{"t":"M","n":"IntlCalendar::createInstance","p":"IntlCalendar.html#method_createInstance","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nCreate a new IntlCalendar

    "},{"t":"M","n":"IntlCalendar::equals","p":"IntlCalendar.html#method_equals","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nCompare time of two IntlCalendar objects for equality

    "},{"t":"M","n":"IntlCalendar::fieldDifference","p":"IntlCalendar.html#method_fieldDifference","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nCalculate difference between given time and this object's time

    "},{"t":"M","n":"IntlCalendar::fromDateTime","p":"IntlCalendar.html#method_fromDateTime","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a2)
    \nCreate an IntlCalendar from a DateTime object or string

    "},{"t":"M","n":"IntlCalendar::get","p":"IntlCalendar.html#method_get","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet the value for a field

    "},{"t":"M","n":"IntlCalendar::getActualMaximum","p":"IntlCalendar.html#method_getActualMaximum","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nThe maximum value for a field, considering the object's current time

    "},{"t":"M","n":"IntlCalendar::getActualMinimum","p":"IntlCalendar.html#method_getActualMinimum","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nThe minimum value for a field, considering the object's current time

    "},{"t":"M","n":"IntlCalendar::getAvailableLocales","p":"IntlCalendar.html#method_getAvailableLocales","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet array of locales for which there is data

    "},{"t":"M","n":"IntlCalendar::getDayOfWeekType","p":"IntlCalendar.html#method_getDayOfWeekType","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nTell whether a day is a weekday, weekend or a day that has a transition between the two

    "},{"t":"M","n":"IntlCalendar::getErrorCode","p":"IntlCalendar.html#method_getErrorCode","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet last error code on the object

    "},{"t":"M","n":"IntlCalendar::getErrorMessage","p":"IntlCalendar.html#method_getErrorMessage","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet last error message on the object

    "},{"t":"M","n":"IntlCalendar::getFirstDayOfWeek","p":"IntlCalendar.html#method_getFirstDayOfWeek","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet the first day of the week for the calendar's locale

    "},{"t":"M","n":"IntlCalendar::getGreatestMinimum","p":"IntlCalendar.html#method_getGreatestMinimum","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet the largest local minimum value for a field

    "},{"t":"M","n":"IntlCalendar::getKeywordValuesForLocale","p":"IntlCalendar.html#method_getKeywordValuesForLocale","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet set of locale keyword values

    "},{"t":"M","n":"IntlCalendar::getLeastMaximum","p":"IntlCalendar.html#method_getLeastMaximum","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet the smallest local maximum for a field

    "},{"t":"M","n":"IntlCalendar::getLocale","p":"IntlCalendar.html#method_getLocale","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet the locale associated with the object

    "},{"t":"M","n":"IntlCalendar::getMaximum","p":"IntlCalendar.html#method_getMaximum","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet the global maximum value for a field

    "},{"t":"M","n":"IntlCalendar::getMinimalDaysInFirstWeek","p":"IntlCalendar.html#method_getMinimalDaysInFirstWeek","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet minimal number of days the first week in a year or month can have

    "},{"t":"M","n":"IntlCalendar::getMinimum","p":"IntlCalendar.html#method_getMinimum","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet the global minimum value for a field

    "},{"t":"M","n":"IntlCalendar::getNow","p":"IntlCalendar.html#method_getNow","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet number representing the current time

    "},{"t":"M","n":"IntlCalendar::getRepeatedWallTimeOption","p":"IntlCalendar.html#method_getRepeatedWallTimeOption","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet behavior for handling repeating wall time

    "},{"t":"M","n":"IntlCalendar::getSkippedWallTimeOption","p":"IntlCalendar.html#method_getSkippedWallTimeOption","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet behavior for handling skipped wall time

    "},{"t":"M","n":"IntlCalendar::getTime","p":"IntlCalendar.html#method_getTime","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet time currently represented by the object

    "},{"t":"M","n":"IntlCalendar::getTimeZone","p":"IntlCalendar.html#method_getTimeZone","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet the object's timezone

    "},{"t":"M","n":"IntlCalendar::getType","p":"IntlCalendar.html#method_getType","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet the calendar type

    "},{"t":"M","n":"IntlCalendar::getWeekendTransition","p":"IntlCalendar.html#method_getWeekendTransition","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet time of the day at which weekend begins or ends

    "},{"t":"M","n":"IntlCalendar::inDaylightTime","p":"IntlCalendar.html#method_inDaylightTime","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nWhether the object's time is in Daylight Savings Time

    "},{"t":"M","n":"IntlCalendar::isEquivalentTo","p":"IntlCalendar.html#method_isEquivalentTo","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nWhether another calendar is equal but for a different time

    "},{"t":"M","n":"IntlCalendar::isLenient","p":"IntlCalendar.html#method_isLenient","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nWhether date/time interpretation is in lenient mode

    "},{"t":"M","n":"IntlCalendar::isWeekend","p":"IntlCalendar.html#method_isWeekend","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nWhether a certain date/time is in the weekend

    "},{"t":"M","n":"IntlCalendar::roll","p":"IntlCalendar.html#method_roll","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nAdd value to field without carrying into more significant fields

    "},{"t":"M","n":"IntlCalendar::PS_UNRESERVE_PREFIX_isSet","p":"IntlCalendar.html#method_PS_UNRESERVE_PREFIX_isSet","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nWhether a field is set

    "},{"t":"M","n":"IntlCalendar::set","p":"IntlCalendar.html#method_set","d":"

    (PHP 5 >= 5.5.0 PECL intl >= 3.0.0a1)
    \nSet a time field or several common fields at once

    "},{"t":"M","n":"IntlCalendar::setFirstDayOfWeek","p":"IntlCalendar.html#method_setFirstDayOfWeek","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nSet the day on which the week is deemed to start

    "},{"t":"M","n":"IntlCalendar::setLenient","p":"IntlCalendar.html#method_setLenient","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nSet whether date/time interpretation is to be lenient

    "},{"t":"M","n":"IntlCalendar::setRepeatedWallTimeOption","p":"IntlCalendar.html#method_setRepeatedWallTimeOption","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nSet behavior for handling repeating wall times at negative timezone offset transitions

    "},{"t":"M","n":"IntlCalendar::setSkippedWallTimeOption","p":"IntlCalendar.html#method_setSkippedWallTimeOption","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nSet behavior for handling skipped wall times at positive timezone offset transitions

    "},{"t":"M","n":"IntlCalendar::setTime","p":"IntlCalendar.html#method_setTime","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nSet the calendar time in milliseconds since the epoch

    "},{"t":"M","n":"IntlCalendar::setTimeZone","p":"IntlCalendar.html#method_setTimeZone","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nSet the timezone used by this calendar

    "},{"t":"M","n":"IntlCalendar::toDateTime","p":"IntlCalendar.html#method_toDateTime","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a2)
    \nConvert an IntlCalendar into a DateTime object

    "},{"t":"M","n":"IntlCalendar::setMinimalDaysInFirstWeek","p":"IntlCalendar.html#method_setMinimalDaysInFirstWeek","d":""},{"t":"M","n":"IntlCalendar::setDate","p":"IntlCalendar.html#method_setDate","d":""},{"t":"M","n":"IntlCalendar::setDateTime","p":"IntlCalendar.html#method_setDateTime","d":""},{"t":"M","n":"IntlChar::hasBinaryProperty","p":"IntlChar.html#method_hasBinaryProperty","d":"

    Check a binary Unicode property for a code point

    "},{"t":"M","n":"IntlChar::charAge","p":"IntlChar.html#method_charAge","d":""},{"t":"M","n":"IntlChar::charDigitValue","p":"IntlChar.html#method_charDigitValue","d":""},{"t":"M","n":"IntlChar::charDirection","p":"IntlChar.html#method_charDirection","d":"

    Get bidirectional category value for a code point

    "},{"t":"M","n":"IntlChar::charFromName","p":"IntlChar.html#method_charFromName","d":""},{"t":"M","n":"IntlChar::charMirror","p":"IntlChar.html#method_charMirror","d":""},{"t":"M","n":"IntlChar::charName","p":"IntlChar.html#method_charName","d":"

    Retrieve the name of a Unicode character

    "},{"t":"M","n":"IntlChar::charType","p":"IntlChar.html#method_charType","d":"

    Get the general category value for a code point

    "},{"t":"M","n":"IntlChar::chr","p":"IntlChar.html#method_chr","d":"

    Return Unicode character by code point value

    "},{"t":"M","n":"IntlChar::digit","p":"IntlChar.html#method_digit","d":"

    Get the decimal digit value of a code point for a given radix

    "},{"t":"M","n":"IntlChar::enumCharNames","p":"IntlChar.html#method_enumCharNames","d":"

    Enumerate all assigned Unicode characters within a range

    "},{"t":"M","n":"IntlChar::enumCharTypes","p":"IntlChar.html#method_enumCharTypes","d":"

    Enumerate all code points with their Unicode general categories

    "},{"t":"M","n":"IntlChar::foldCase","p":"IntlChar.html#method_foldCase","d":"

    Perform case folding on a code point

    "},{"t":"M","n":"IntlChar::forDigit","p":"IntlChar.html#method_forDigit","d":"

    Get character representation for a given digit and radix

    "},{"t":"M","n":"IntlChar::getBidiPairedBracket","p":"IntlChar.html#method_getBidiPairedBracket","d":"

    Get the paired bracket character for a code point

    "},{"t":"M","n":"IntlChar::getBlockCode","p":"IntlChar.html#method_getBlockCode","d":"

    Get the Unicode allocation block containing a code point

    "},{"t":"M","n":"IntlChar::getCombiningClass","p":"IntlChar.html#method_getCombiningClass","d":"

    Get the combining class of a code point

    "},{"t":"M","n":"IntlChar::getFC_NFKC_Closure","p":"IntlChar.html#method_getFC_NFKC_Closure","d":"

    Get the FC_NFKC_Closure property for a code point

    "},{"t":"M","n":"IntlChar::getIntPropertyMaxValue","p":"IntlChar.html#method_getIntPropertyMaxValue","d":"

    Get the max value for a Unicode property

    "},{"t":"M","n":"IntlChar::getIntPropertyMinValue","p":"IntlChar.html#method_getIntPropertyMinValue","d":"

    Get the min value for a Unicode property

    "},{"t":"M","n":"IntlChar::getIntPropertyValue","p":"IntlChar.html#method_getIntPropertyValue","d":"

    Get the value for a Unicode property for a code point

    "},{"t":"M","n":"IntlChar::getNumericValue","p":"IntlChar.html#method_getNumericValue","d":"

    Get the numeric value for a Unicode code point

    "},{"t":"M","n":"IntlChar::getPropertyEnum","p":"IntlChar.html#method_getPropertyEnum","d":"

    Get the property constant value for a given property name

    "},{"t":"M","n":"IntlChar::getPropertyName","p":"IntlChar.html#method_getPropertyName","d":"

    Get the Unicode name for a property

    "},{"t":"M","n":"IntlChar::getPropertyValueEnum","p":"IntlChar.html#method_getPropertyValueEnum","d":"

    Get the property value for a given value name

    "},{"t":"M","n":"IntlChar::getPropertyValueName","p":"IntlChar.html#method_getPropertyValueName","d":"

    Get the Unicode name for a property value

    "},{"t":"M","n":"IntlChar::getUnicodeVersion","p":"IntlChar.html#method_getUnicodeVersion","d":"

    Get the Unicode version

    "},{"t":"M","n":"IntlChar::isalnum","p":"IntlChar.html#method_isalnum","d":"

    Check if code point is an alphanumeric character

    "},{"t":"M","n":"IntlChar::isalpha","p":"IntlChar.html#method_isalpha","d":"

    Check if code point is a letter character

    "},{"t":"M","n":"IntlChar::isbase","p":"IntlChar.html#method_isbase","d":"

    Check if code point is a base character

    "},{"t":"M","n":"IntlChar::isblank","p":"IntlChar.html#method_isblank","d":"

    Check if code point is a "blank" or "horizontal space" character

    "},{"t":"M","n":"IntlChar::iscntrl","p":"IntlChar.html#method_iscntrl","d":"

    Check if code point is a control character

    "},{"t":"M","n":"IntlChar::isdefined","p":"IntlChar.html#method_isdefined","d":"

    Check whether the code point is defined

    "},{"t":"M","n":"IntlChar::isdigit","p":"IntlChar.html#method_isdigit","d":"

    Check if code point is a digit character

    "},{"t":"M","n":"IntlChar::isgraph","p":"IntlChar.html#method_isgraph","d":"

    Check if code point is a graphic character

    "},{"t":"M","n":"IntlChar::isIDIgnorable","p":"IntlChar.html#method_isIDIgnorable","d":"

    Check if code point is an ignorable character

    "},{"t":"M","n":"IntlChar::isIDPart","p":"IntlChar.html#method_isIDPart","d":"

    Check if code point is permissible in an identifier

    "},{"t":"M","n":"IntlChar::isIDStart","p":"IntlChar.html#method_isIDStart","d":"

    Check if code point is permissible as the first character in an identifier

    "},{"t":"M","n":"IntlChar::isISOControl","p":"IntlChar.html#method_isISOControl","d":"

    Check if code point is an ISO control code

    "},{"t":"M","n":"IntlChar::isJavaIDPart","p":"IntlChar.html#method_isJavaIDPart","d":"

    Check if code point is permissible in a Java identifier

    "},{"t":"M","n":"IntlChar::isJavaIDStart","p":"IntlChar.html#method_isJavaIDStart","d":"

    Check if code point is permissible as the first character in a Java identifier

    "},{"t":"M","n":"IntlChar::isJavaSpaceChar","p":"IntlChar.html#method_isJavaSpaceChar","d":"

    Check if code point is a space character according to Java

    "},{"t":"M","n":"IntlChar::islower","p":"IntlChar.html#method_islower","d":"

    Check if code point is a lowercase letter

    "},{"t":"M","n":"IntlChar::isMirrored","p":"IntlChar.html#method_isMirrored","d":"

    Check if code point has the Bidi_Mirrored property

    "},{"t":"M","n":"IntlChar::isprint","p":"IntlChar.html#method_isprint","d":"

    Check if code point is a printable character

    "},{"t":"M","n":"IntlChar::ispunct","p":"IntlChar.html#method_ispunct","d":"

    Check if code point is punctuation character

    "},{"t":"M","n":"IntlChar::isspace","p":"IntlChar.html#method_isspace","d":"

    Check if code point is a space character

    "},{"t":"M","n":"IntlChar::istitle","p":"IntlChar.html#method_istitle","d":"

    Check if code point is a titlecase letter

    "},{"t":"M","n":"IntlChar::isUAlphabetic","p":"IntlChar.html#method_isUAlphabetic","d":"

    Check if code point has the Alphabetic Unicode property

    "},{"t":"M","n":"IntlChar::isULowercase","p":"IntlChar.html#method_isULowercase","d":"

    Check if code point has the Lowercase Unicode property

    "},{"t":"M","n":"IntlChar::isupper","p":"IntlChar.html#method_isupper","d":"

    Check if code point has the general category "Lu" (uppercase letter)

    "},{"t":"M","n":"IntlChar::isUUppercase","p":"IntlChar.html#method_isUUppercase","d":"

    Check if code point has the Uppercase Unicode property

    "},{"t":"M","n":"IntlChar::isUWhiteSpace","p":"IntlChar.html#method_isUWhiteSpace","d":"

    Check if code point has the White_Space Unicode property

    "},{"t":"M","n":"IntlChar::isWhitespace","p":"IntlChar.html#method_isWhitespace","d":"

    Check if code point is a whitespace character according to ICU

    "},{"t":"M","n":"IntlChar::isxdigit","p":"IntlChar.html#method_isxdigit","d":"

    Check if code point is a hexadecimal digit

    "},{"t":"M","n":"IntlChar::ord","p":"IntlChar.html#method_ord","d":"

    Return Unicode code point value of character

    "},{"t":"M","n":"IntlChar::tolower","p":"IntlChar.html#method_tolower","d":"

    Make Unicode character lowercase

    "},{"t":"M","n":"IntlChar::totitle","p":"IntlChar.html#method_totitle","d":"

    Make Unicode character titlecase

    "},{"t":"M","n":"IntlChar::toupper","p":"IntlChar.html#method_toupper","d":"

    Make Unicode character uppercase

    "},{"t":"M","n":"IntlCodePointBreakIterator::getLastCodePoint","p":"IntlCodePointBreakIterator.html#method_getLastCodePoint","d":"

    (PHP 5 >=5.5.0)
    \nGet last code point passed over after advancing or receding the iterator

    "},{"t":"M","n":"IntlDateFormatter::__construct","p":"IntlDateFormatter.html#method___construct","d":""},{"t":"M","n":"IntlDateFormatter::create","p":"IntlDateFormatter.html#method_create","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nCreate a date formatter

    "},{"t":"M","n":"IntlDateFormatter::getDateType","p":"IntlDateFormatter.html#method_getDateType","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet the datetype used for the IntlDateFormatter

    "},{"t":"M","n":"IntlDateFormatter::getTimeType","p":"IntlDateFormatter.html#method_getTimeType","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet the timetype used for the IntlDateFormatter

    "},{"t":"M","n":"IntlDateFormatter::getCalendar","p":"IntlDateFormatter.html#method_getCalendar","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet the calendar used for the IntlDateFormatter

    "},{"t":"M","n":"IntlDateFormatter::setCalendar","p":"IntlDateFormatter.html#method_setCalendar","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nsets the calendar used to the appropriate calendar, which must be

    "},{"t":"M","n":"IntlDateFormatter::getTimeZoneId","p":"IntlDateFormatter.html#method_getTimeZoneId","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet the timezone-id used for the IntlDateFormatter

    "},{"t":"M","n":"IntlDateFormatter::getCalendarObject","p":"IntlDateFormatter.html#method_getCalendarObject","d":"

    (PHP 5 >= 5.5.0, PECL intl >= 3.0.0)
    \nGet copy of formatter's calendar object

    "},{"t":"M","n":"IntlDateFormatter::getTimeZone","p":"IntlDateFormatter.html#method_getTimeZone","d":"

    (PHP 5 >= 5.5.0, PECL intl >= 3.0.0)
    \nGet formatter's timezone

    "},{"t":"M","n":"IntlDateFormatter::setTimeZoneId","p":"IntlDateFormatter.html#method_setTimeZoneId","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nSets the time zone to use

    "},{"t":"M","n":"IntlDateFormatter::setTimeZone","p":"IntlDateFormatter.html#method_setTimeZone","d":"

    (PHP 5 >= 5.5.0, PECL intl >= 3.0.0)
    \nSets formatter's timezone

    "},{"t":"M","n":"IntlDateFormatter::setPattern","p":"IntlDateFormatter.html#method_setPattern","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nSet the pattern used for the IntlDateFormatter

    "},{"t":"M","n":"IntlDateFormatter::getPattern","p":"IntlDateFormatter.html#method_getPattern","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet the pattern used for the IntlDateFormatter

    "},{"t":"M","n":"IntlDateFormatter::getLocale","p":"IntlDateFormatter.html#method_getLocale","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet the locale used by formatter

    "},{"t":"M","n":"IntlDateFormatter::setLenient","p":"IntlDateFormatter.html#method_setLenient","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nSet the leniency of the parser

    "},{"t":"M","n":"IntlDateFormatter::isLenient","p":"IntlDateFormatter.html#method_isLenient","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet the lenient used for the IntlDateFormatter

    "},{"t":"M","n":"IntlDateFormatter::format","p":"IntlDateFormatter.html#method_format","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nFormat the date/time value as a string

    "},{"t":"M","n":"IntlDateFormatter::formatObject","p":"IntlDateFormatter.html#method_formatObject","d":"

    (PHP 5 >= 5.5.0, PECL intl >= 3.0.0)
    \nFormats an object

    "},{"t":"M","n":"IntlDateFormatter::parse","p":"IntlDateFormatter.html#method_parse","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nParse string to a timestamp value

    "},{"t":"M","n":"IntlDateFormatter::localtime","p":"IntlDateFormatter.html#method_localtime","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nParse string to a field-based time value

    "},{"t":"M","n":"IntlDateFormatter::getErrorCode","p":"IntlDateFormatter.html#method_getErrorCode","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet the error code from last operation

    "},{"t":"M","n":"IntlDateFormatter::getErrorMessage","p":"IntlDateFormatter.html#method_getErrorMessage","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet the error text from the last operation.

    "},{"t":"M","n":"IntlDateFormatter::parseToCalendar","p":"IntlDateFormatter.html#method_parseToCalendar","d":""},{"t":"M","n":"IntlDatePatternGenerator::__construct","p":"IntlDatePatternGenerator.html#method___construct","d":null},{"t":"M","n":"IntlDatePatternGenerator::create","p":"IntlDatePatternGenerator.html#method_create","d":null},{"t":"M","n":"IntlDatePatternGenerator::getBestPattern","p":"IntlDatePatternGenerator.html#method_getBestPattern","d":null},{"t":"M","n":"IntlGregorianCalendar::__construct","p":"IntlGregorianCalendar.html#method___construct","d":""},{"t":"M","n":"IntlGregorianCalendar::createInstance","p":"IntlGregorianCalendar.html#method_createInstance","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)

    "},{"t":"M","n":"IntlGregorianCalendar::setGregorianChange","p":"IntlGregorianCalendar.html#method_setGregorianChange","d":""},{"t":"M","n":"IntlGregorianCalendar::getGregorianChange","p":"IntlGregorianCalendar.html#method_getGregorianChange","d":""},{"t":"M","n":"IntlGregorianCalendar::isLeapYear","p":"IntlGregorianCalendar.html#method_isLeapYear","d":""},{"t":"M","n":"IntlGregorianCalendar::createFromDate","p":"IntlGregorianCalendar.html#method_createFromDate","d":""},{"t":"M","n":"IntlGregorianCalendar::createFromDateTime","p":"IntlGregorianCalendar.html#method_createFromDateTime","d":""},{"t":"M","n":"IntlIterator::current","p":"IntlIterator.html#method_current","d":"

    Return the current element

    "},{"t":"M","n":"IntlIterator::key","p":"IntlIterator.html#method_key","d":"

    Return the key of the current element

    "},{"t":"M","n":"IntlIterator::next","p":"IntlIterator.html#method_next","d":"

    Move forward to next element

    "},{"t":"M","n":"IntlIterator::rewind","p":"IntlIterator.html#method_rewind","d":"

    Rewind the Iterator to the first element

    "},{"t":"M","n":"IntlIterator::valid","p":"IntlIterator.html#method_valid","d":"

    Checks if current position is valid

    "},{"t":"M","n":"IntlPartsIterator::getBreakIterator","p":"IntlPartsIterator.html#method_getBreakIterator","d":""},{"t":"M","n":"IntlPartsIterator::getRuleStatus","p":"IntlPartsIterator.html#method_getRuleStatus","d":""},{"t":"M","n":"IntlRuleBasedBreakIterator::__construct","p":"IntlRuleBasedBreakIterator.html#method___construct","d":"

    (PHP 5 >=5.5.0)

    "},{"t":"M","n":"IntlRuleBasedBreakIterator::createCharacterInstance","p":"IntlRuleBasedBreakIterator.html#method_createCharacterInstance","d":"

    (PHP 5 >=5.5.0)
    \nCreate break iterator for boundaries of combining character sequences

    "},{"t":"M","n":"IntlRuleBasedBreakIterator::createCodePointInstance","p":"IntlRuleBasedBreakIterator.html#method_createCodePointInstance","d":"

    (PHP 5 >=5.5.0)
    \nCreate break iterator for boundaries of code points

    "},{"t":"M","n":"IntlRuleBasedBreakIterator::createLineInstance","p":"IntlRuleBasedBreakIterator.html#method_createLineInstance","d":"

    (PHP 5 >=5.5.0)
    \nCreate break iterator for logically possible line breaks

    "},{"t":"M","n":"IntlRuleBasedBreakIterator::createSentenceInstance","p":"IntlRuleBasedBreakIterator.html#method_createSentenceInstance","d":"

    (PHP 5 >=5.5.0)
    \nCreate break iterator for sentence breaks

    "},{"t":"M","n":"IntlRuleBasedBreakIterator::createTitleInstance","p":"IntlRuleBasedBreakIterator.html#method_createTitleInstance","d":"

    (PHP 5 >=5.5.0)
    \nCreate break iterator for title-casing breaks

    "},{"t":"M","n":"IntlRuleBasedBreakIterator::createWordInstance","p":"IntlRuleBasedBreakIterator.html#method_createWordInstance","d":"

    (PHP 5 >=5.5.0)
    \nCreate break iterator for word breaks

    "},{"t":"M","n":"IntlRuleBasedBreakIterator::getBinaryRules","p":"IntlRuleBasedBreakIterator.html#method_getBinaryRules","d":"

    (PHP 5 >=5.5.0)

    "},{"t":"M","n":"IntlRuleBasedBreakIterator::getRules","p":"IntlRuleBasedBreakIterator.html#method_getRules","d":"

    (PHP 5 >=5.5.0)

    "},{"t":"M","n":"IntlRuleBasedBreakIterator::getRuleStatus","p":"IntlRuleBasedBreakIterator.html#method_getRuleStatus","d":"

    (PHP 5 >=5.5.0)

    "},{"t":"M","n":"IntlRuleBasedBreakIterator::getRuleStatusVec","p":"IntlRuleBasedBreakIterator.html#method_getRuleStatusVec","d":"

    (PHP 5 >=5.5.0)

    "},{"t":"M","n":"IntlTimeZone::countEquivalentIDs","p":"IntlTimeZone.html#method_countEquivalentIDs","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet the number of IDs in the equivalency group that includes the given ID

    "},{"t":"M","n":"IntlTimeZone::createDefault","p":"IntlTimeZone.html#method_createDefault","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nCreate a new copy of the default timezone for this host

    "},{"t":"M","n":"IntlTimeZone::createEnumeration","p":"IntlTimeZone.html#method_createEnumeration","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet an enumeration over time zone IDs associated with the given country or offset

    "},{"t":"M","n":"IntlTimeZone::createTimeZone","p":"IntlTimeZone.html#method_createTimeZone","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nCreate a timezone object for the given ID

    "},{"t":"M","n":"IntlTimeZone::createTimeZoneIDEnumeration","p":"IntlTimeZone.html#method_createTimeZoneIDEnumeration","d":"

    (PHP 5 >=5.5.0)
    \nGet an enumeration over system time zone IDs with the given filter conditions

    "},{"t":"M","n":"IntlTimeZone::fromDateTimeZone","p":"IntlTimeZone.html#method_fromDateTimeZone","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nCreate a timezone object from DateTimeZone

    "},{"t":"M","n":"IntlTimeZone::getCanonicalID","p":"IntlTimeZone.html#method_getCanonicalID","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet the canonical system timezone ID or the normalized custom time zone ID for the given time zone ID

    "},{"t":"M","n":"IntlTimeZone::getDisplayName","p":"IntlTimeZone.html#method_getDisplayName","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet a name of this time zone suitable for presentation to the user

    "},{"t":"M","n":"IntlTimeZone::getDSTSavings","p":"IntlTimeZone.html#method_getDSTSavings","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet the amount of time to be added to local standard time to get local wall clock time

    "},{"t":"M","n":"IntlTimeZone::getEquivalentID","p":"IntlTimeZone.html#method_getEquivalentID","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet an ID in the equivalency group that includes the given ID

    "},{"t":"M","n":"IntlTimeZone::getErrorCode","p":"IntlTimeZone.html#method_getErrorCode","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet last error code on the object

    "},{"t":"M","n":"IntlTimeZone::getErrorMessage","p":"IntlTimeZone.html#method_getErrorMessage","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet last error message on the object

    "},{"t":"M","n":"IntlTimeZone::getGMT","p":"IntlTimeZone.html#method_getGMT","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nCreate GMT (UTC) timezone

    "},{"t":"M","n":"IntlTimeZone::getID","p":"IntlTimeZone.html#method_getID","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet timezone ID

    "},{"t":"M","n":"IntlTimeZone::getOffset","p":"IntlTimeZone.html#method_getOffset","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet the time zone raw and GMT offset for the given moment in time

    "},{"t":"M","n":"IntlTimeZone::getRawOffset","p":"IntlTimeZone.html#method_getRawOffset","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet the raw GMT offset (before taking daylight savings time into account

    "},{"t":"M","n":"IntlTimeZone::getRegion","p":"IntlTimeZone.html#method_getRegion","d":"

    (PHP 5 >=5.5.0)
    \nGet the region code associated with the given system time zone ID

    "},{"t":"M","n":"IntlTimeZone::getTZDataVersion","p":"IntlTimeZone.html#method_getTZDataVersion","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet the timezone data version currently used by ICU

    "},{"t":"M","n":"IntlTimeZone::getUnknown","p":"IntlTimeZone.html#method_getUnknown","d":"

    (PHP 5 >=5.5.0)
    \nGet the "unknown" time zone

    "},{"t":"M","n":"IntlTimeZone::getWindowsID","p":"IntlTimeZone.html#method_getWindowsID","d":"

    (PHP 7 >=7.1.0)
    \nTranslates a system timezone (e.g. "America/Los_Angeles") into a Windows\ntimezone (e.g. "Pacific Standard Time").

    "},{"t":"M","n":"IntlTimeZone::getIDForWindowsID","p":"IntlTimeZone.html#method_getIDForWindowsID","d":""},{"t":"M","n":"IntlTimeZone::hasSameRules","p":"IntlTimeZone.html#method_hasSameRules","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nCheck if this zone has the same rules and offset as another zone

    "},{"t":"M","n":"IntlTimeZone::toDateTimeZone","p":"IntlTimeZone.html#method_toDateTimeZone","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nConvert to DateTimeZone object

    "},{"t":"M","n":"IntlTimeZone::useDaylightTime","p":"IntlTimeZone.html#method_useDaylightTime","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nCheck if this time zone uses daylight savings time

    "},{"t":"M","n":"IntlTimeZone::getIanaID","p":"IntlTimeZone.html#method_getIanaID","d":""},{"t":"M","n":"Iterator::current","p":"Iterator.html#method_current","d":"

    Return the current element

    "},{"t":"M","n":"Iterator::next","p":"Iterator.html#method_next","d":"

    Move forward to next element

    "},{"t":"M","n":"Iterator::key","p":"Iterator.html#method_key","d":"

    Return the key of the current element

    "},{"t":"M","n":"Iterator::valid","p":"Iterator.html#method_valid","d":"

    Checks if current position is valid

    "},{"t":"M","n":"Iterator::rewind","p":"Iterator.html#method_rewind","d":"

    Rewind the Iterator to the first element

    "},{"t":"M","n":"IteratorAggregate::getIterator","p":"IteratorAggregate.html#method_getIterator","d":"

    Retrieve an external iterator

    "},{"t":"M","n":"IteratorIterator::__construct","p":"IteratorIterator.html#method___construct","d":"

    Create an iterator from anything that is traversable

    "},{"t":"M","n":"IteratorIterator::getInnerIterator","p":"IteratorIterator.html#method_getInnerIterator","d":"

    Get the inner iterator

    "},{"t":"M","n":"IteratorIterator::rewind","p":"IteratorIterator.html#method_rewind","d":"

    Rewind to the first element

    "},{"t":"M","n":"IteratorIterator::valid","p":"IteratorIterator.html#method_valid","d":"

    Checks if the iterator is valid

    "},{"t":"M","n":"IteratorIterator::key","p":"IteratorIterator.html#method_key","d":"

    Get the key of the current element

    "},{"t":"M","n":"IteratorIterator::current","p":"IteratorIterator.html#method_current","d":"

    Get the current value

    "},{"t":"M","n":"IteratorIterator::next","p":"IteratorIterator.html#method_next","d":"

    Forward to the next element

    "},{"t":"M","n":"JavaException::getCause","p":"JavaException.html#method_getCause","d":"

    Get Java exception that led to this exception

    "},{"t":"M","n":"JetBrains\\PhpStorm\\ArrayShape::__construct","p":"JetBrains/PhpStorm/ArrayShape.html#method___construct","d":null},{"t":"M","n":"JetBrains\\PhpStorm\\Deprecated::__construct","p":"JetBrains/PhpStorm/Deprecated.html#method___construct","d":"

    Mark element as deprecated

    "},{"t":"M","n":"JetBrains\\PhpStorm\\ExpectedValues::__construct","p":"JetBrains/PhpStorm/ExpectedValues.html#method___construct","d":null},{"t":"M","n":"JetBrains\\PhpStorm\\Immutable::__construct","p":"JetBrains/PhpStorm/Immutable.html#method___construct","d":null},{"t":"M","n":"JetBrains\\PhpStorm\\Internal\\LanguageLevelTypeAware::__construct","p":"JetBrains/PhpStorm/Internal/LanguageLevelTypeAware.html#method___construct","d":null},{"t":"M","n":"JetBrains\\PhpStorm\\Internal\\PhpStormStubsElementAvailable::__construct","p":"JetBrains/PhpStorm/Internal/PhpStormStubsElementAvailable.html#method___construct","d":null},{"t":"M","n":"JetBrains\\PhpStorm\\Internal\\ReturnTypeContract::__construct","p":"JetBrains/PhpStorm/Internal/ReturnTypeContract.html#method___construct","d":null},{"t":"M","n":"JetBrains\\PhpStorm\\Language::__construct","p":"JetBrains/PhpStorm/Language.html#method___construct","d":""},{"t":"M","n":"JetBrains\\PhpStorm\\NoReturn::__construct","p":"JetBrains/PhpStorm/NoReturn.html#method___construct","d":null},{"t":"M","n":"JetBrains\\PhpStorm\\ObjectShape::__construct","p":"JetBrains/PhpStorm/ObjectShape.html#method___construct","d":null},{"t":"M","n":"JetBrains\\PhpStorm\\Pure::__construct","p":"JetBrains/PhpStorm/Pure.html#method___construct","d":""},{"t":"M","n":"JsonIncrementalParser::__construct","p":"JsonIncrementalParser.html#method___construct","d":""},{"t":"M","n":"JsonIncrementalParser::getError","p":"JsonIncrementalParser.html#method_getError","d":null},{"t":"M","n":"JsonIncrementalParser::reset","p":"JsonIncrementalParser.html#method_reset","d":null},{"t":"M","n":"JsonIncrementalParser::parse","p":"JsonIncrementalParser.html#method_parse","d":""},{"t":"M","n":"JsonIncrementalParser::parseFile","p":"JsonIncrementalParser.html#method_parseFile","d":""},{"t":"M","n":"JsonIncrementalParser::get","p":"JsonIncrementalParser.html#method_get","d":""},{"t":"M","n":"JsonSerializable::jsonSerialize","p":"JsonSerializable.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Judy::__construct","p":"Judy.html#method___construct","d":"

    (PECL judy >= 0.1.1)
    \nConstruct a new Judy object. A Judy object can be accessed like a PHP Array.

    "},{"t":"M","n":"Judy::__destruct","p":"Judy.html#method___destruct","d":"

    (PECL judy >= 0.1.1)
    \nDestruct a Judy object.

    "},{"t":"M","n":"Judy::byCount","p":"Judy.html#method_byCount","d":"

    (PECL judy >= 0.1.1)
    \nLocate the Nth index present in the Judy array.

    "},{"t":"M","n":"Judy::count","p":"Judy.html#method_count","d":"

    (PECL judy >= 0.1.1)
    \nCount the number of elements in the Judy array.

    "},{"t":"M","n":"Judy::first","p":"Judy.html#method_first","d":"

    (PECL judy >= 0.1.1)
    \nSearch (inclusive) for the first index present that is equal to or greater than the passed Index.

    "},{"t":"M","n":"Judy::firstEmpty","p":"Judy.html#method_firstEmpty","d":"

    (PECL judy >= 0.1.1)
    \nSearch (inclusive) for the first absent index that is equal to or greater than the passed Index.

    "},{"t":"M","n":"Judy::free","p":"Judy.html#method_free","d":"

    (PECL judy >= 0.1.1)
    \nFree the entire Judy array.

    "},{"t":"M","n":"Judy::getType","p":"Judy.html#method_getType","d":"

    (PECL judy >= 0.1.1)
    \nReturn an integer corresponding to the Judy type of the current object.

    "},{"t":"M","n":"Judy::last","p":"Judy.html#method_last","d":"

    (PECL judy >= 0.1.1)
    \nSearch (inclusive) for the last index present that is equal to or less than the passed Index.

    "},{"t":"M","n":"Judy::lastEmpty","p":"Judy.html#method_lastEmpty","d":"

    (PECL judy >= 0.1.1)
    \nSearch (inclusive) for the last absent index that is equal to or less than the passed Index.

    "},{"t":"M","n":"Judy::memoryUsage","p":"Judy.html#method_memoryUsage","d":"

    (PECL judy >= 0.1.1)
    \nReturn the memory used by the Judy array.

    "},{"t":"M","n":"Judy::next","p":"Judy.html#method_next","d":"

    (PECL judy >= 0.1.1)
    \nSearch (exclusive) for the next index present that is greater than the passed Index.

    "},{"t":"M","n":"Judy::nextEmpty","p":"Judy.html#method_nextEmpty","d":"

    (PECL judy >= 0.1.1)
    \nSearch (exclusive) for the next absent index that is greater than the passed Index.

    "},{"t":"M","n":"Judy::offsetExists","p":"Judy.html#method_offsetExists","d":"

    (PECL judy >= 0.1.1)
    \nWhether or not an offset exists.

    "},{"t":"M","n":"Judy::offsetGet","p":"Judy.html#method_offsetGet","d":"

    (PECL judy >= 0.1.1)
    \nReturns the value at specified offset.

    "},{"t":"M","n":"Judy::offsetSet","p":"Judy.html#method_offsetSet","d":"

    (PECL judy >= 0.1.1)
    \nAssigns a value to the specified offset.

    "},{"t":"M","n":"Judy::offsetUnset","p":"Judy.html#method_offsetUnset","d":"

    (PECL judy >= 0.1.1)
    \nUnsets an offset.

    "},{"t":"M","n":"Judy::prev","p":"Judy.html#method_prev","d":"

    (PECL judy >= 0.1.1)
    \nSearch (exclusive) for the previous index present that is less than the passed Index.

    "},{"t":"M","n":"Judy::prevEmpty","p":"Judy.html#method_prevEmpty","d":"

    (PECL judy >= 0.1.1)
    \nSearch (exclusive) for the previous index absent that is less than the passed Index.

    "},{"t":"M","n":"Judy::size","p":"Judy.html#method_size","d":"

    (PECL judy >= 0.1.1)
    \nCount the number of elements in the Judy array.
    \nThis method is an alias of const count.

    "},{"t":"M","n":"LevelDB::__construct","p":"LevelDB.html#method___construct","d":""},{"t":"M","n":"LevelDB::get","p":"LevelDB.html#method_get","d":""},{"t":"M","n":"LevelDB::set","p":"LevelDB.html#method_set","d":"

    Alias of LevelDB::put()

    "},{"t":"M","n":"LevelDB::put","p":"LevelDB.html#method_put","d":""},{"t":"M","n":"LevelDB::delete","p":"LevelDB.html#method_delete","d":""},{"t":"M","n":"LevelDB::write","p":"LevelDB.html#method_write","d":"

    Executes all of the operations added in the write batch.

    "},{"t":"M","n":"LevelDB::getProperty","p":"LevelDB.html#method_getProperty","d":"

    Valid properties:

    \n
      \n
    • leveldb.stats: returns the status of the entire db
    • \n
    • leveldb.num-files-at-level: returns the number of files for each level. For example, you can use leveldb.num-files-at-level0 the number of files for zero level.
    • \n
    "},{"t":"M","n":"LevelDB::getApproximateSizes","p":"LevelDB.html#method_getApproximateSizes","d":null},{"t":"M","n":"LevelDB::compactRange","p":"LevelDB.html#method_compactRange","d":null},{"t":"M","n":"LevelDB::close","p":"LevelDB.html#method_close","d":null},{"t":"M","n":"LevelDB::getIterator","p":"LevelDB.html#method_getIterator","d":""},{"t":"M","n":"LevelDB::getSnapshot","p":"LevelDB.html#method_getSnapshot","d":""},{"t":"M","n":"LevelDB::destroy","p":"LevelDB.html#method_destroy","d":null},{"t":"M","n":"LevelDB::repair","p":"LevelDB.html#method_repair","d":null},{"t":"M","n":"LevelDBIterator::__construct","p":"LevelDBIterator.html#method___construct","d":null},{"t":"M","n":"LevelDBIterator::valid","p":"LevelDBIterator.html#method_valid","d":"

    Checks if current position is valid

    "},{"t":"M","n":"LevelDBIterator::rewind","p":"LevelDBIterator.html#method_rewind","d":"

    Rewind the Iterator to the first element

    "},{"t":"M","n":"LevelDBIterator::last","p":"LevelDBIterator.html#method_last","d":null},{"t":"M","n":"LevelDBIterator::seek","p":"LevelDBIterator.html#method_seek","d":null},{"t":"M","n":"LevelDBIterator::next","p":"LevelDBIterator.html#method_next","d":"

    Move forward to next element

    "},{"t":"M","n":"LevelDBIterator::prev","p":"LevelDBIterator.html#method_prev","d":null},{"t":"M","n":"LevelDBIterator::key","p":"LevelDBIterator.html#method_key","d":"

    Return the key of the current element

    "},{"t":"M","n":"LevelDBIterator::current","p":"LevelDBIterator.html#method_current","d":"

    Return the current element

    "},{"t":"M","n":"LevelDBIterator::getError","p":"LevelDBIterator.html#method_getError","d":null},{"t":"M","n":"LevelDBIterator::destroy","p":"LevelDBIterator.html#method_destroy","d":null},{"t":"M","n":"LevelDBSnapshot::__construct","p":"LevelDBSnapshot.html#method___construct","d":null},{"t":"M","n":"LevelDBSnapshot::release","p":"LevelDBSnapshot.html#method_release","d":null},{"t":"M","n":"LevelDBWriteBatch::__construct","p":"LevelDBWriteBatch.html#method___construct","d":null},{"t":"M","n":"LevelDBWriteBatch::set","p":"LevelDBWriteBatch.html#method_set","d":null},{"t":"M","n":"LevelDBWriteBatch::put","p":"LevelDBWriteBatch.html#method_put","d":null},{"t":"M","n":"LevelDBWriteBatch::delete","p":"LevelDBWriteBatch.html#method_delete","d":null},{"t":"M","n":"LevelDBWriteBatch::clear","p":"LevelDBWriteBatch.html#method_clear","d":null},{"t":"M","n":"LimitIterator::__construct","p":"LimitIterator.html#method___construct","d":"

    Construct a LimitIterator

    "},{"t":"M","n":"LimitIterator::rewind","p":"LimitIterator.html#method_rewind","d":"

    Rewind the iterator to the specified starting offset

    "},{"t":"M","n":"LimitIterator::valid","p":"LimitIterator.html#method_valid","d":"

    Check whether the current element is valid

    "},{"t":"M","n":"LimitIterator::key","p":"LimitIterator.html#method_key","d":"

    Get current key

    "},{"t":"M","n":"LimitIterator::current","p":"LimitIterator.html#method_current","d":"

    Get current element

    "},{"t":"M","n":"LimitIterator::next","p":"LimitIterator.html#method_next","d":"

    Move the iterator forward

    "},{"t":"M","n":"LimitIterator::seek","p":"LimitIterator.html#method_seek","d":"

    Seek to the given position

    "},{"t":"M","n":"LimitIterator::getPosition","p":"LimitIterator.html#method_getPosition","d":"

    Return the current position

    "},{"t":"M","n":"LimitIterator::getInnerIterator","p":"LimitIterator.html#method_getInnerIterator","d":"

    Get inner iterator

    "},{"t":"M","n":"Locale::getDefault","p":"Locale.html#method_getDefault","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGets the default locale value from the INTL global 'default_locale'

    "},{"t":"M","n":"Locale::setDefault","p":"Locale.html#method_setDefault","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nsets the default runtime locale

    "},{"t":"M","n":"Locale::getPrimaryLanguage","p":"Locale.html#method_getPrimaryLanguage","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGets the primary language for the input locale

    "},{"t":"M","n":"Locale::getScript","p":"Locale.html#method_getScript","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGets the script for the input locale

    "},{"t":"M","n":"Locale::getRegion","p":"Locale.html#method_getRegion","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGets the region for the input locale

    "},{"t":"M","n":"Locale::getKeywords","p":"Locale.html#method_getKeywords","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGets the keywords for the input locale

    "},{"t":"M","n":"Locale::getDisplayScript","p":"Locale.html#method_getDisplayScript","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nReturns an appropriately localized display name for script of the input locale

    "},{"t":"M","n":"Locale::getDisplayRegion","p":"Locale.html#method_getDisplayRegion","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nReturns an appropriately localized display name for region of the input locale

    "},{"t":"M","n":"Locale::getDisplayName","p":"Locale.html#method_getDisplayName","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nReturns an appropriately localized display name for the input locale

    "},{"t":"M","n":"Locale::getDisplayLanguage","p":"Locale.html#method_getDisplayLanguage","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nReturns an appropriately localized display name for language of the inputlocale

    "},{"t":"M","n":"Locale::getDisplayVariant","p":"Locale.html#method_getDisplayVariant","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nReturns an appropriately localized display name for variants of the input locale

    "},{"t":"M","n":"Locale::composeLocale","p":"Locale.html#method_composeLocale","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nReturns a correctly ordered and delimited locale ID

    "},{"t":"M","n":"Locale::parseLocale","p":"Locale.html#method_parseLocale","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nReturns a key-value array of locale ID subtag elements.

    "},{"t":"M","n":"Locale::getAllVariants","p":"Locale.html#method_getAllVariants","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGets the variants for the input locale

    "},{"t":"M","n":"Locale::filterMatches","p":"Locale.html#method_filterMatches","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nChecks if a language tag filter matches with locale

    "},{"t":"M","n":"Locale::lookup","p":"Locale.html#method_lookup","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nSearches the language tag list for the best match to the language

    "},{"t":"M","n":"Locale::canonicalize","p":"Locale.html#method_canonicalize","d":""},{"t":"M","n":"Locale::acceptFromHttp","p":"Locale.html#method_acceptFromHttp","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nTries to find out best available locale based on HTTP "Accept-Language" header

    "},{"t":"M","n":"Lua::__construct","p":"Lua.html#method___construct","d":""},{"t":"M","n":"Lua::assign","p":"Lua.html#method_assign","d":""},{"t":"M","n":"Lua::call","p":"Lua.html#method_call","d":""},{"t":"M","n":"Lua::eval","p":"Lua.html#method_eval","d":""},{"t":"M","n":"Lua::include","p":"Lua.html#method_include","d":""},{"t":"M","n":"Lua::getVersion","p":"Lua.html#method_getVersion","d":""},{"t":"M","n":"Lua::registerCallback","p":"Lua.html#method_registerCallback","d":""},{"t":"M","n":"LuaSandbox::callFunction","p":"LuaSandbox.html#method_callFunction","d":"

    Call a function in a Lua global variable.

    "},{"t":"M","n":"LuaSandbox::disableProfiler","p":"LuaSandbox.html#method_disableProfiler","d":"

    Disable the profiler.

    "},{"t":"M","n":"LuaSandbox::enableProfiler","p":"LuaSandbox.html#method_enableProfiler","d":"

    Enable the profiler.

    "},{"t":"M","n":"LuaSandbox::getCPUUsage","p":"LuaSandbox.html#method_getCPUUsage","d":"

    Fetch the current CPU time usage of the Lua environment.

    "},{"t":"M","n":"LuaSandbox::getMemoryUsage","p":"LuaSandbox.html#method_getMemoryUsage","d":"

    Fetch the current memory usage of the Lua environment.

    "},{"t":"M","n":"LuaSandbox::getPeakMemoryUsage","p":"LuaSandbox.html#method_getPeakMemoryUsage","d":"

    Fetch the peak memory usage of the Lua environment.

    "},{"t":"M","n":"LuaSandbox::getProfilerFunctionReport","p":"LuaSandbox.html#method_getProfilerFunctionReport","d":"

    Fetch profiler data.

    "},{"t":"M","n":"LuaSandbox::getVersionInfo","p":"LuaSandbox.html#method_getVersionInfo","d":"

    Return the versions of LuaSandbox and Lua.

    "},{"t":"M","n":"LuaSandbox::loadBinary","p":"LuaSandbox.html#method_loadBinary","d":"

    Load a precompiled binary chunk into the Lua environment.

    "},{"t":"M","n":"LuaSandbox::loadString","p":"LuaSandbox.html#method_loadString","d":"

    Load Lua code into the Lua environment.

    "},{"t":"M","n":"LuaSandbox::pauseUsageTimer","p":"LuaSandbox.html#method_pauseUsageTimer","d":"

    Pause the CPU usage timer.

    "},{"t":"M","n":"LuaSandbox::registerLibrary","p":"LuaSandbox.html#method_registerLibrary","d":"

    Register a set of PHP functions as a Lua library.

    "},{"t":"M","n":"LuaSandbox::setCPULimit","p":"LuaSandbox.html#method_setCPULimit","d":"

    Set the CPU time limit for the Lua environment.

    "},{"t":"M","n":"LuaSandbox::setMemoryLimit","p":"LuaSandbox.html#method_setMemoryLimit","d":"

    Set the memory limit for the Lua environment.

    "},{"t":"M","n":"LuaSandbox::unpauseUsageTimer","p":"LuaSandbox.html#method_unpauseUsageTimer","d":"

    Unpause the timer paused by LuaSandbox::pauseUsageTimer().

    "},{"t":"M","n":"LuaSandbox::wrapPhpFunction","p":"LuaSandbox.html#method_wrapPhpFunction","d":"

    Wrap a PHP callable in a LuaSandboxFunction.

    "},{"t":"M","n":"LuaSandboxFunction::call","p":"LuaSandboxFunction.html#method_call","d":"

    Call a Lua function.

    "},{"t":"M","n":"LuaSandboxFunction::dump","p":"LuaSandboxFunction.html#method_dump","d":"

    Dump the function as a binary blob.

    "},{"t":"M","n":"Memcache::pconnect","p":"Memcache.html#method_pconnect","d":"

    (PECL memcache >= 0.4.0)
    \nOpen memcached server persistent connection

    "},{"t":"M","n":"MemcachePool::connect","p":"MemcachePool.html#method_connect","d":"

    (PECL memcache >= 0.2.0)
    \nOpen memcached server connection

    "},{"t":"M","n":"MemcachePool::addServer","p":"MemcachePool.html#method_addServer","d":"

    (PECL memcache >= 2.0.0)
    \nAdd a memcached server to connection pool

    "},{"t":"M","n":"MemcachePool::setServerParams","p":"MemcachePool.html#method_setServerParams","d":"

    (PECL memcache >= 2.1.0)
    \nChanges server parameters and status at runtime

    "},{"t":"M","n":"MemcachePool::setFailureCallback","p":"MemcachePool.html#method_setFailureCallback","d":null},{"t":"M","n":"MemcachePool::getServerStatus","p":"MemcachePool.html#method_getServerStatus","d":"

    (PECL memcache >= 2.1.0)
    \nReturns server status

    "},{"t":"M","n":"MemcachePool::findServer","p":"MemcachePool.html#method_findServer","d":null},{"t":"M","n":"MemcachePool::getVersion","p":"MemcachePool.html#method_getVersion","d":"

    (PECL memcache >= 0.2.0)
    \nReturn version of the server

    "},{"t":"M","n":"MemcachePool::add","p":"MemcachePool.html#method_add","d":"

    (PECL memcache >= 2.0.0)
    \nAdd an item to the server. If the key already exists, the value will not be added and FALSE will be returned.

    "},{"t":"M","n":"MemcachePool::set","p":"MemcachePool.html#method_set","d":"

    (PECL memcache >= 0.2.0)
    \nStores an item var with key on the memcached server. Parameter expire is expiration time in seconds.

    "},{"t":"M","n":"MemcachePool::replace","p":"MemcachePool.html#method_replace","d":"

    (PECL memcache >= 0.2.0)
    \nReplace value of the existing item

    "},{"t":"M","n":"MemcachePool::cas","p":"MemcachePool.html#method_cas","d":null},{"t":"M","n":"MemcachePool::append","p":"MemcachePool.html#method_append","d":null},{"t":"M","n":"MemcachePool::prepend","p":"MemcachePool.html#method_prepend","d":""},{"t":"M","n":"MemcachePool::get","p":"MemcachePool.html#method_get","d":"

    (PECL memcache >= 0.2.0)
    \nRetrieve item from the server

    "},{"t":"M","n":"MemcachePool::delete","p":"MemcachePool.html#method_delete","d":"

    (PECL memcache >= 0.2.0)
    \nDelete item from the server\nhttps://secure.php.net/manual/en/memcache.delete.php

    "},{"t":"M","n":"MemcachePool::getStats","p":"MemcachePool.html#method_getStats","d":"

    (PECL memcache >= 0.2.0)
    \nGet statistics of the server

    "},{"t":"M","n":"MemcachePool::getExtendedStats","p":"MemcachePool.html#method_getExtendedStats","d":"

    (PECL memcache >= 2.0.0)
    \nGet statistics from all servers in pool

    "},{"t":"M","n":"MemcachePool::setCompressThreshold","p":"MemcachePool.html#method_setCompressThreshold","d":"

    (PECL memcache >= 2.0.0)
    \nEnable automatic compression of large values

    "},{"t":"M","n":"MemcachePool::increment","p":"MemcachePool.html#method_increment","d":"

    (PECL memcache >= 0.2.0)
    \nIncrement item's value

    "},{"t":"M","n":"MemcachePool::decrement","p":"MemcachePool.html#method_decrement","d":"

    (PECL memcache >= 0.2.0)
    \nDecrement item's value

    "},{"t":"M","n":"MemcachePool::close","p":"MemcachePool.html#method_close","d":"

    (PECL memcache >= 0.4.0)
    \nClose memcached server connection

    "},{"t":"M","n":"MemcachePool::flush","p":"MemcachePool.html#method_flush","d":"

    (PECL memcache >= 1.0.0)
    \nFlush all existing items at the server

    "},{"t":"M","n":"Memcached::__construct","p":"Memcached.html#method___construct","d":"

    (PECL memcached >= 0.1.0)
    \nCreate a Memcached instance

    "},{"t":"M","n":"Memcached::getResultCode","p":"Memcached.html#method_getResultCode","d":"

    (PECL memcached >= 0.1.0)
    \nReturn the result code of the last operation

    "},{"t":"M","n":"Memcached::getResultMessage","p":"Memcached.html#method_getResultMessage","d":"

    (PECL memcached >= 1.0.0)
    \nReturn the message describing the result of the last operation

    "},{"t":"M","n":"Memcached::get","p":"Memcached.html#method_get","d":"

    (PECL memcached >= 0.1.0)
    \nRetrieve an item

    "},{"t":"M","n":"Memcached::getByKey","p":"Memcached.html#method_getByKey","d":"

    (PECL memcached >= 0.1.0)
    \nRetrieve an item from a specific server

    "},{"t":"M","n":"Memcached::getMulti","p":"Memcached.html#method_getMulti","d":"

    (PECL memcached >= 0.1.0)
    \nRetrieve multiple items

    "},{"t":"M","n":"Memcached::getMultiByKey","p":"Memcached.html#method_getMultiByKey","d":"

    (PECL memcached >= 0.1.0)
    \nRetrieve multiple items from a specific server

    "},{"t":"M","n":"Memcached::getDelayed","p":"Memcached.html#method_getDelayed","d":"

    (PECL memcached >= 0.1.0)
    \nRequest multiple items

    "},{"t":"M","n":"Memcached::getDelayedByKey","p":"Memcached.html#method_getDelayedByKey","d":"

    (PECL memcached >= 0.1.0)
    \nRequest multiple items from a specific server

    "},{"t":"M","n":"Memcached::fetch","p":"Memcached.html#method_fetch","d":"

    (PECL memcached >= 0.1.0)
    \nFetch the next result

    "},{"t":"M","n":"Memcached::fetchAll","p":"Memcached.html#method_fetchAll","d":"

    (PECL memcached >= 0.1.0)
    \nFetch all the remaining results

    "},{"t":"M","n":"Memcached::set","p":"Memcached.html#method_set","d":"

    (PECL memcached >= 0.1.0)
    \nStore an item

    "},{"t":"M","n":"Memcached::setByKey","p":"Memcached.html#method_setByKey","d":"

    (PECL memcached >= 0.1.0)
    \nStore an item on a specific server

    "},{"t":"M","n":"Memcached::touch","p":"Memcached.html#method_touch","d":"

    (PECL memcached >= 2.0.0)
    \nSet a new expiration on an item

    "},{"t":"M","n":"Memcached::touchByKey","p":"Memcached.html#method_touchByKey","d":"

    (PECL memcached >= 2.0.0)
    \nSet a new expiration on an item on a specific server

    "},{"t":"M","n":"Memcached::setMulti","p":"Memcached.html#method_setMulti","d":"

    (PECL memcached >= 0.1.0)
    \nStore multiple items

    "},{"t":"M","n":"Memcached::setMultiByKey","p":"Memcached.html#method_setMultiByKey","d":"

    (PECL memcached >= 0.1.0)
    \nStore multiple items on a specific server

    "},{"t":"M","n":"Memcached::cas","p":"Memcached.html#method_cas","d":"

    (PECL memcached >= 0.1.0)
    \nCompare and swap an item

    "},{"t":"M","n":"Memcached::casByKey","p":"Memcached.html#method_casByKey","d":"

    (PECL memcached >= 0.1.0)
    \nCompare and swap an item on a specific server

    "},{"t":"M","n":"Memcached::add","p":"Memcached.html#method_add","d":"

    (PECL memcached >= 0.1.0)
    \nAdd an item under a new key

    "},{"t":"M","n":"Memcached::addByKey","p":"Memcached.html#method_addByKey","d":"

    (PECL memcached >= 0.1.0)
    \nAdd an item under a new key on a specific server

    "},{"t":"M","n":"Memcached::append","p":"Memcached.html#method_append","d":"

    (PECL memcached >= 0.1.0)
    \nAppend data to an existing item

    "},{"t":"M","n":"Memcached::appendByKey","p":"Memcached.html#method_appendByKey","d":"

    (PECL memcached >= 0.1.0)
    \nAppend data to an existing item on a specific server

    "},{"t":"M","n":"Memcached::prepend","p":"Memcached.html#method_prepend","d":"

    (PECL memcached >= 0.1.0)
    \nPrepend data to an existing item

    "},{"t":"M","n":"Memcached::prependByKey","p":"Memcached.html#method_prependByKey","d":"

    (PECL memcached >= 0.1.0)
    \nPrepend data to an existing item on a specific server

    "},{"t":"M","n":"Memcached::replace","p":"Memcached.html#method_replace","d":"

    (PECL memcached >= 0.1.0)
    \nReplace the item under an existing key

    "},{"t":"M","n":"Memcached::replaceByKey","p":"Memcached.html#method_replaceByKey","d":"

    (PECL memcached >= 0.1.0)
    \nReplace the item under an existing key on a specific server

    "},{"t":"M","n":"Memcached::delete","p":"Memcached.html#method_delete","d":"

    (PECL memcached >= 0.1.0)
    \nDelete an item

    "},{"t":"M","n":"Memcached::deleteMulti","p":"Memcached.html#method_deleteMulti","d":"

    (PECL memcached >= 2.0.0)
    \nDelete multiple items

    "},{"t":"M","n":"Memcached::deleteByKey","p":"Memcached.html#method_deleteByKey","d":"

    (PECL memcached >= 0.1.0)
    \nDelete an item from a specific server

    "},{"t":"M","n":"Memcached::deleteMultiByKey","p":"Memcached.html#method_deleteMultiByKey","d":"

    (PECL memcached >= 2.0.0)
    \nDelete multiple items from a specific server

    "},{"t":"M","n":"Memcached::increment","p":"Memcached.html#method_increment","d":"

    (PECL memcached >= 0.1.0)
    \nIncrement numeric item's value

    "},{"t":"M","n":"Memcached::decrement","p":"Memcached.html#method_decrement","d":"

    (PECL memcached >= 0.1.0)
    \nDecrement numeric item's value

    "},{"t":"M","n":"Memcached::incrementByKey","p":"Memcached.html#method_incrementByKey","d":"

    (PECL memcached >= 2.0.0)
    \nIncrement numeric item's value, stored on a specific server

    "},{"t":"M","n":"Memcached::decrementByKey","p":"Memcached.html#method_decrementByKey","d":"

    (PECL memcached >= 2.0.0)
    \nDecrement numeric item's value, stored on a specific server

    "},{"t":"M","n":"Memcached::addServer","p":"Memcached.html#method_addServer","d":"

    (PECL memcached >= 0.1.0)
    \nAdd a server to the server pool

    "},{"t":"M","n":"Memcached::addServers","p":"Memcached.html#method_addServers","d":"

    (PECL memcached >= 0.1.1)
    \nAdd multiple servers to the server pool

    "},{"t":"M","n":"Memcached::getServerList","p":"Memcached.html#method_getServerList","d":"

    (PECL memcached >= 0.1.0)
    \nGet the list of the servers in the pool

    "},{"t":"M","n":"Memcached::getServerByKey","p":"Memcached.html#method_getServerByKey","d":"

    (PECL memcached >= 0.1.0)
    \nMap a key to a server

    "},{"t":"M","n":"Memcached::resetServerList","p":"Memcached.html#method_resetServerList","d":"

    (PECL memcached >= 2.0.0)
    \nClears all servers from the server list

    "},{"t":"M","n":"Memcached::quit","p":"Memcached.html#method_quit","d":"

    (PECL memcached >= 2.0.0)
    \nClose any open connections

    "},{"t":"M","n":"Memcached::getStats","p":"Memcached.html#method_getStats","d":"

    (PECL memcached >= 0.1.0)
    \nGet server pool statistics

    "},{"t":"M","n":"Memcached::getVersion","p":"Memcached.html#method_getVersion","d":"

    (PECL memcached >= 0.1.5)
    \nGet server pool version info

    "},{"t":"M","n":"Memcached::getAllKeys","p":"Memcached.html#method_getAllKeys","d":"

    (PECL memcached >= 2.0.0)
    \nGets the keys stored on all the servers

    "},{"t":"M","n":"Memcached::flush","p":"Memcached.html#method_flush","d":"

    (PECL memcached >= 0.1.0)
    \nInvalidate all items in the cache

    "},{"t":"M","n":"Memcached::getOption","p":"Memcached.html#method_getOption","d":"

    (PECL memcached >= 0.1.0)
    \nRetrieve a Memcached option value

    "},{"t":"M","n":"Memcached::setOption","p":"Memcached.html#method_setOption","d":"

    (PECL memcached >= 0.1.0)
    \nSet a Memcached option

    "},{"t":"M","n":"Memcached::setOptions","p":"Memcached.html#method_setOptions","d":"

    (PECL memcached >= 2.0.0)
    \nSet Memcached options

    "},{"t":"M","n":"Memcached::setSaslAuthData","p":"Memcached.html#method_setSaslAuthData","d":"

    (PECL memcached >= 2.0.0)
    \nSet the credentials to use for authentication

    "},{"t":"M","n":"Memcached::isPersistent","p":"Memcached.html#method_isPersistent","d":"

    (PECL memcached >= 2.0.0)
    \nCheck if a persitent connection to memcache is being used

    "},{"t":"M","n":"Memcached::isPristine","p":"Memcached.html#method_isPristine","d":"

    (PECL memcached >= 2.0.0)
    \nCheck if the instance was recently created

    "},{"t":"M","n":"Memcached::checkKey","p":"Memcached.html#method_checkKey","d":"

    (PECL memcached >= 3.2.0)
    \nCheck if the given key is valid.

    "},{"t":"M","n":"Memcached::flushBuffers","p":"Memcached.html#method_flushBuffers","d":"

    Flush and send buffered commands

    "},{"t":"M","n":"Memcached::setEncodingKey","p":"Memcached.html#method_setEncodingKey","d":"

    Sets AES encryption key (libmemcached 1.0.6 and higher)

    "},{"t":"M","n":"Memcached::getLastDisconnectedServer","p":"Memcached.html#method_getLastDisconnectedServer","d":"

    Returns the last disconnected server. Was added in 0.34 according to libmemcached's Changelog

    "},{"t":"M","n":"Memcached::getLastErrorErrno","p":"Memcached.html#method_getLastErrorErrno","d":"

    Returns the last error errno that occurred

    "},{"t":"M","n":"Memcached::getLastErrorCode","p":"Memcached.html#method_getLastErrorCode","d":"

    Returns the last error code that occurred

    "},{"t":"M","n":"Memcached::getLastErrorMessage","p":"Memcached.html#method_getLastErrorMessage","d":"

    Returns the last error message that occurred

    "},{"t":"M","n":"Memcached::setBucket","p":"Memcached.html#method_setBucket","d":"

    Sets the memcached virtual buckets

    "},{"t":"M","n":"MemcachedException::__construct","p":"MemcachedException.html#method___construct","d":"

    Construct the exception. Note: The message is NOT binary safe.

    "},{"t":"M","n":"MessageFormatter::__construct","p":"MessageFormatter.html#method___construct","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nConstructs a new Message Formatter

    "},{"t":"M","n":"MessageFormatter::create","p":"MessageFormatter.html#method_create","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nConstructs a new Message Formatter

    "},{"t":"M","n":"MessageFormatter::format","p":"MessageFormatter.html#method_format","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nFormat the message

    "},{"t":"M","n":"MessageFormatter::formatMessage","p":"MessageFormatter.html#method_formatMessage","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nQuick format message

    "},{"t":"M","n":"MessageFormatter::parse","p":"MessageFormatter.html#method_parse","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nParse input string according to pattern

    "},{"t":"M","n":"MessageFormatter::parseMessage","p":"MessageFormatter.html#method_parseMessage","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nQuick parse input string

    "},{"t":"M","n":"MessageFormatter::setPattern","p":"MessageFormatter.html#method_setPattern","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nSet the pattern used by the formatter

    "},{"t":"M","n":"MessageFormatter::getPattern","p":"MessageFormatter.html#method_getPattern","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet the pattern used by the formatter

    "},{"t":"M","n":"MessageFormatter::getLocale","p":"MessageFormatter.html#method_getLocale","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet the locale for which the formatter was created.

    "},{"t":"M","n":"MessageFormatter::getErrorCode","p":"MessageFormatter.html#method_getErrorCode","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet the error code from last operation

    "},{"t":"M","n":"MessageFormatter::getErrorMessage","p":"MessageFormatter.html#method_getErrorMessage","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet the error text from the last operation

    "},{"t":"M","n":"MessagePack::__construct","p":"MessagePack.html#method___construct","d":""},{"t":"M","n":"MessagePack::setOption","p":"MessagePack.html#method_setOption","d":null},{"t":"M","n":"MessagePack::pack","p":"MessagePack.html#method_pack","d":null},{"t":"M","n":"MessagePack::unpack","p":"MessagePack.html#method_unpack","d":""},{"t":"M","n":"MessagePack::unpacker","p":"MessagePack.html#method_unpacker","d":null},{"t":"M","n":"MessagePackUnpacker::__construct","p":"MessagePackUnpacker.html#method___construct","d":""},{"t":"M","n":"MessagePackUnpacker::__destruct","p":"MessagePackUnpacker.html#method___destruct","d":null},{"t":"M","n":"MessagePackUnpacker::setOption","p":"MessagePackUnpacker.html#method_setOption","d":null},{"t":"M","n":"MessagePackUnpacker::feed","p":"MessagePackUnpacker.html#method_feed","d":null},{"t":"M","n":"MessagePackUnpacker::execute","p":"MessagePackUnpacker.html#method_execute","d":""},{"t":"M","n":"MessagePackUnpacker::data","p":"MessagePackUnpacker.html#method_data","d":""},{"t":"M","n":"MessagePackUnpacker::reset","p":"MessagePackUnpacker.html#method_reset","d":null},{"t":"M","n":"Mongo::getPoolSize","p":"Mongo.html#method_getPoolSize","d":"

    (PECL mongo >= 1.2.0)
    \nGet pool size for connection pools

    "},{"t":"M","n":"Mongo::getSlave","p":"Mongo.html#method_getSlave","d":"

    (PECL mongo >= 1.1.0)
    \nReturns the address being used by this for slaveOkay reads

    "},{"t":"M","n":"Mongo::getSlaveOkay","p":"Mongo.html#method_getSlaveOkay","d":"

    (PECL mongo >= 1.1.0)
    \nGet slaveOkay setting for this connection

    "},{"t":"M","n":"Mongo::pairConnect","p":"Mongo.html#method_pairConnect","d":"

    Connects to paired database server

    "},{"t":"M","n":"Mongo::poolDebug","p":"Mongo.html#method_poolDebug","d":"

    (PECL mongo >= 1.2.0)
    \nReturns information about all connection pools.

    "},{"t":"M","n":"Mongo::setSlaveOkay","p":"Mongo.html#method_setSlaveOkay","d":"

    (PECL mongo >= 1.1.0)
    \nChange slaveOkay setting for this connection

    "},{"t":"M","n":"Mongo::setPoolSize","p":"Mongo.html#method_setPoolSize","d":"

    (PECL mongo >= 1.2.0)
    \nSet the size for future connection pools.

    "},{"t":"M","n":"Mongo::persistConnect","p":"Mongo.html#method_persistConnect","d":"

    Creates a persistent connection with a database server

    "},{"t":"M","n":"Mongo::pairPersistConnect","p":"Mongo.html#method_pairPersistConnect","d":"

    Creates a persistent connection with paired database servers

    "},{"t":"M","n":"Mongo::connectUtil","p":"Mongo.html#method_connectUtil","d":"

    Connects with a database server

    "},{"t":"M","n":"Mongo::lastError","p":"Mongo.html#method_lastError","d":"

    Check if there was an error on the most recent db operation performed

    "},{"t":"M","n":"Mongo::prevError","p":"Mongo.html#method_prevError","d":"

    Checks for the last error thrown during a database operation

    "},{"t":"M","n":"Mongo::resetError","p":"Mongo.html#method_resetError","d":"

    Clears any flagged errors on the connection

    "},{"t":"M","n":"Mongo::forceError","p":"Mongo.html#method_forceError","d":"

    Creates a database error on the database.

    "},{"t":"M","n":"MongoBinData::__construct","p":"MongoBinData.html#method___construct","d":"

    Creates a new binary data object.

    "},{"t":"M","n":"MongoBinData::__toString","p":"MongoBinData.html#method___toString","d":"

    Returns the string representation of this binary data object.

    "},{"t":"M","n":"MongoClient::__construct","p":"MongoClient.html#method___construct","d":"

    Creates a new database connection object

    "},{"t":"M","n":"MongoClient::close","p":"MongoClient.html#method_close","d":"

    (PECL mongo >= 1.3.0)
    \nCloses this database connection\nThis method does not need to be called, except in unusual circumstances.

    "},{"t":"M","n":"MongoClient::connect","p":"MongoClient.html#method_connect","d":"

    Connects to a database server

    "},{"t":"M","n":"MongoClient::dropDB","p":"MongoClient.html#method_dropDB","d":"

    Drops a database

    "},{"t":"M","n":"MongoClient::__get","p":"MongoClient.html#method___get","d":"

    (PECL mongo >= 1.3.0)
    \nGets a database

    "},{"t":"M","n":"MongoClient::getConnections","p":"MongoClient.html#method_getConnections","d":"

    Get connections\nReturns an array of all open connections, and information about each of the servers

    "},{"t":"M","n":"MongoClient::getHosts","p":"MongoClient.html#method_getHosts","d":"

    Get hosts\nThis method is only useful with a connection to a replica set. It returns the status of all of the hosts in the\nset. Without a replica set, it will just return an array with one element containing the host that you are\nconnected to.

    "},{"t":"M","n":"MongoClient::getReadPreference","p":"MongoClient.html#method_getReadPreference","d":"

    Get read preference\nGet the read preference for this connection

    "},{"t":"M","n":"MongoClient::getWriteConcern","p":"MongoClient.html#method_getWriteConcern","d":"

    (PECL mongo >= 1.5.0)
    \nGet the write concern for this connection

    "},{"t":"M","n":"MongoClient::killCursor","p":"MongoClient.html#method_killCursor","d":"

    Kills a specific cursor on the server

    "},{"t":"M","n":"MongoClient::listDBs","p":"MongoClient.html#method_listDBs","d":"

    (PECL mongo >= 1.3.0)
    \nLists all of the databases available

    "},{"t":"M","n":"MongoClient::selectCollection","p":"MongoClient.html#method_selectCollection","d":"

    (PECL mongo >= 1.3.0)
    \nGets a database collection

    "},{"t":"M","n":"MongoClient::selectDB","p":"MongoClient.html#method_selectDB","d":"

    (PECL mongo >= 1.3.0)
    \nGets a database

    "},{"t":"M","n":"MongoClient::setReadPreference","p":"MongoClient.html#method_setReadPreference","d":"

    (PECL mongo >= 1.3.0)
    \nSet read preference

    "},{"t":"M","n":"MongoClient::switchSlave","p":"MongoClient.html#method_switchSlave","d":"

    (PECL mongo >= 1.1.0)
    \nChoose a new secondary for slaveOkay reads

    "},{"t":"M","n":"MongoClient::__toString","p":"MongoClient.html#method___toString","d":"

    String representation of this connection

    "},{"t":"M","n":"MongoCode::__construct","p":"MongoCode.html#method___construct","d":""},{"t":"M","n":"MongoCode::__toString","p":"MongoCode.html#method___toString","d":"

    Returns this code as a string

    "},{"t":"M","n":"MongoCollection::__construct","p":"MongoCollection.html#method___construct","d":"

    Creates a new collection

    "},{"t":"M","n":"MongoCollection::__toString","p":"MongoCollection.html#method___toString","d":"

    String representation of this collection

    "},{"t":"M","n":"MongoCollection::__get","p":"MongoCollection.html#method___get","d":"

    Gets a collection

    "},{"t":"M","n":"MongoCollection::aggregate","p":"MongoCollection.html#method_aggregate","d":"

    (PECL mongo >= 1.3.0)

    \n

    \nThe MongoDB\nhttps://docs.mongodb.org/manual/applications/aggregation/ aggregation framework\nprovides a means to calculate aggregated values without having to use\nMapReduce. While MapReduce is powerful, it is often more difficult than\nnecessary for many simple aggregation tasks, such as totaling or averaging\nfield values."},{"t":"M","n":"MongoCollection::aggregateCursor","p":"MongoCollection.html#method_aggregateCursor","d":"

    (PECL mongo >= 1.5.0)

    "},{"t":"M","n":"MongoCollection::getName","p":"MongoCollection.html#method_getName","d":"

    Returns this collection's name

    "},{"t":"M","n":"MongoCollection::getSlaveOkay","p":"MongoCollection.html#method_getSlaveOkay","d":"

    (PECL mongo >= 1.1.0)

    \n

    \nSee https://secure.php.net/manual/en/mongo.queries.php the query section of this manual for\ninformation on distributing reads to secondaries."},{"t":"M","n":"MongoCollection::setSlaveOkay","p":"MongoCollection.html#method_setSlaveOkay","d":"

    (PECL mongo >= 1.1.0)

    \n

    \nSee https://secure.php.net/manual/en/mongo.queries.php the query section of this manual for\ninformation on distributing reads to secondaries."},{"t":"M","n":"MongoCollection::getReadPreference","p":"MongoCollection.html#method_getReadPreference","d":"

    (PECL mongo >= 1.3.0)

    "},{"t":"M","n":"MongoCollection::setReadPreference","p":"MongoCollection.html#method_setReadPreference","d":"

    (PECL mongo >= 1.3.0)

    "},{"t":"M","n":"MongoCollection::drop","p":"MongoCollection.html#method_drop","d":"

    Drops this collection

    "},{"t":"M","n":"MongoCollection::validate","p":"MongoCollection.html#method_validate","d":"

    Validates this collection

    "},{"t":"M","n":"MongoCollection::insert","p":"MongoCollection.html#method_insert","d":"

    Inserts an array into the collection

    "},{"t":"M","n":"MongoCollection::batchInsert","p":"MongoCollection.html#method_batchInsert","d":"

    Inserts multiple documents into this collection

    "},{"t":"M","n":"MongoCollection::update","p":"MongoCollection.html#method_update","d":"

    Update records based on a given criteria

    "},{"t":"M","n":"MongoCollection::remove","p":"MongoCollection.html#method_remove","d":"

    (PECL mongo >= 0.9.0)
    \nRemove records from this collection

    "},{"t":"M","n":"MongoCollection::find","p":"MongoCollection.html#method_find","d":"

    Querys this collection

    "},{"t":"M","n":"MongoCollection::distinct","p":"MongoCollection.html#method_distinct","d":"

    Retrieve a list of distinct values for the given key across a collection

    "},{"t":"M","n":"MongoCollection::findAndModify","p":"MongoCollection.html#method_findAndModify","d":"

    Update a document and return it

    "},{"t":"M","n":"MongoCollection::findOne","p":"MongoCollection.html#method_findOne","d":"

    Querys this collection, returning a single element

    "},{"t":"M","n":"MongoCollection::createIndex","p":"MongoCollection.html#method_createIndex","d":"

    Creates an index on the given field(s), or does nothing if the index already exists

    "},{"t":"M","n":"MongoCollection::ensureIndex","p":"MongoCollection.html#method_ensureIndex","d":"

    Creates an index on the given field(s), or does nothing if the index already exists

    "},{"t":"M","n":"MongoCollection::deleteIndex","p":"MongoCollection.html#method_deleteIndex","d":"

    Deletes an index from this collection

    "},{"t":"M","n":"MongoCollection::deleteIndexes","p":"MongoCollection.html#method_deleteIndexes","d":"

    Delete all indexes for this collection

    "},{"t":"M","n":"MongoCollection::getIndexInfo","p":"MongoCollection.html#method_getIndexInfo","d":"

    Returns an array of index names for this collection

    "},{"t":"M","n":"MongoCollection::count","p":"MongoCollection.html#method_count","d":"

    Counts the number of documents in this collection

    "},{"t":"M","n":"MongoCollection::save","p":"MongoCollection.html#method_save","d":"

    Saves an object to this collection

    "},{"t":"M","n":"MongoCollection::createDBRef","p":"MongoCollection.html#method_createDBRef","d":"

    Creates a database reference

    "},{"t":"M","n":"MongoCollection::getDBRef","p":"MongoCollection.html#method_getDBRef","d":"

    Fetches the document pointed to by a database reference

    "},{"t":"M","n":"MongoCollection::toIndexString","p":"MongoCollection.html#method_toIndexString","d":""},{"t":"M","n":"MongoCollection::group","p":"MongoCollection.html#method_group","d":"

    Performs an operation similar to SQL's GROUP BY command

    "},{"t":"M","n":"MongoCommandCursor::current","p":"MongoCommandCursor.html#method_current","d":"

    Return the current element

    "},{"t":"M","n":"MongoCommandCursor::next","p":"MongoCommandCursor.html#method_next","d":"

    Move forward to next element

    "},{"t":"M","n":"MongoCommandCursor::key","p":"MongoCommandCursor.html#method_key","d":"

    Return the key of the current element

    "},{"t":"M","n":"MongoCommandCursor::valid","p":"MongoCommandCursor.html#method_valid","d":"

    Checks if current position is valid

    "},{"t":"M","n":"MongoCommandCursor::rewind","p":"MongoCommandCursor.html#method_rewind","d":"

    Rewind the Iterator to the first element

    "},{"t":"M","n":"MongoCommandCursor::batchSize","p":"MongoCommandCursor.html#method_batchSize","d":null},{"t":"M","n":"MongoCommandCursor::dead","p":"MongoCommandCursor.html#method_dead","d":null},{"t":"M","n":"MongoCommandCursor::info","p":"MongoCommandCursor.html#method_info","d":null},{"t":"M","n":"MongoCommandCursor::getReadPreference","p":"MongoCommandCursor.html#method_getReadPreference","d":null},{"t":"M","n":"MongoCommandCursor::setReadPreference","p":"MongoCommandCursor.html#method_setReadPreference","d":null},{"t":"M","n":"MongoCommandCursor::timeout","p":"MongoCommandCursor.html#method_timeout","d":null},{"t":"M","n":"MongoCursor::__construct","p":"MongoCursor.html#method___construct","d":"

    Create a new cursor

    "},{"t":"M","n":"MongoCursor::awaitData","p":"MongoCursor.html#method_awaitData","d":"

    (PECL mongo >= 1.2.11)
    \nSets whether this cursor will wait for a while for a tailable cursor to return more data

    "},{"t":"M","n":"MongoCursor::hasNext","p":"MongoCursor.html#method_hasNext","d":"

    Checks if there are any more elements in this cursor

    "},{"t":"M","n":"MongoCursor::getNext","p":"MongoCursor.html#method_getNext","d":"

    Return the next object to which this cursor points, and advance the cursor

    "},{"t":"M","n":"MongoCursor::getReadPreference","p":"MongoCursor.html#method_getReadPreference","d":"

    (PECL mongo >= 1.3.3)

    "},{"t":"M","n":"MongoCursor::limit","p":"MongoCursor.html#method_limit","d":"

    Limits the number of results returned

    "},{"t":"M","n":"MongoCursor::partial","p":"MongoCursor.html#method_partial","d":"

    (PECL mongo >= 1.2.0)

    "},{"t":"M","n":"MongoCursor::setFlag","p":"MongoCursor.html#method_setFlag","d":"

    (PECL mongo >= 1.2.1)

    "},{"t":"M","n":"MongoCursor::setReadPreference","p":"MongoCursor.html#method_setReadPreference","d":"

    (PECL mongo >= 1.3.3)

    "},{"t":"M","n":"MongoCursor::skip","p":"MongoCursor.html#method_skip","d":"

    Skips a number of results

    "},{"t":"M","n":"MongoCursor::slaveOkay","p":"MongoCursor.html#method_slaveOkay","d":"

    Sets whether this query can be done on a slave\nThis method will override the static class variable slaveOkay.

    "},{"t":"M","n":"MongoCursor::tailable","p":"MongoCursor.html#method_tailable","d":"

    Sets whether this cursor will be left open after fetching the last results

    "},{"t":"M","n":"MongoCursor::immortal","p":"MongoCursor.html#method_immortal","d":"

    Sets whether this cursor will timeout

    "},{"t":"M","n":"MongoCursor::timeout","p":"MongoCursor.html#method_timeout","d":"

    Sets a client-side timeout for this query

    "},{"t":"M","n":"MongoCursor::dead","p":"MongoCursor.html#method_dead","d":"

    Checks if there are documents that have not been sent yet from the database for this cursor

    "},{"t":"M","n":"MongoCursor::snapshot","p":"MongoCursor.html#method_snapshot","d":"

    Use snapshot mode for the query

    "},{"t":"M","n":"MongoCursor::sort","p":"MongoCursor.html#method_sort","d":"

    Sorts the results by given fields

    "},{"t":"M","n":"MongoCursor::hint","p":"MongoCursor.html#method_hint","d":"

    Gives the database a hint about the query

    "},{"t":"M","n":"MongoCursor::addOption","p":"MongoCursor.html#method_addOption","d":"

    Adds a top-level key/value pair to a query

    "},{"t":"M","n":"MongoCursor::doQuery","p":"MongoCursor.html#method_doQuery","d":"

    Execute the query

    "},{"t":"M","n":"MongoCursor::current","p":"MongoCursor.html#method_current","d":"

    Returns the current element

    "},{"t":"M","n":"MongoCursor::key","p":"MongoCursor.html#method_key","d":"

    Returns the current result's _id

    "},{"t":"M","n":"MongoCursor::next","p":"MongoCursor.html#method_next","d":"

    Advances the cursor to the next result

    "},{"t":"M","n":"MongoCursor::rewind","p":"MongoCursor.html#method_rewind","d":"

    Returns the cursor to the beginning of the result set

    "},{"t":"M","n":"MongoCursor::valid","p":"MongoCursor.html#method_valid","d":"

    Checks if the cursor is reading a valid result.

    "},{"t":"M","n":"MongoCursor::reset","p":"MongoCursor.html#method_reset","d":"

    Clears the cursor

    "},{"t":"M","n":"MongoCursor::explain","p":"MongoCursor.html#method_explain","d":"

    Return an explanation of the query, often useful for optimization and debugging

    "},{"t":"M","n":"MongoCursor::count","p":"MongoCursor.html#method_count","d":"

    Counts the number of results for this query

    "},{"t":"M","n":"MongoCursor::fields","p":"MongoCursor.html#method_fields","d":"

    Sets the fields for a query

    "},{"t":"M","n":"MongoCursor::info","p":"MongoCursor.html#method_info","d":"

    Gets the query, fields, limit, and skip for this cursor

    "},{"t":"M","n":"MongoCursor::batchSize","p":"MongoCursor.html#method_batchSize","d":"

    PECL mongo >= 1.0.11\nLimits the number of elements returned in one batch.

    "},{"t":"M","n":"MongoCursor::maxTimeMS","p":"MongoCursor.html#method_maxTimeMS","d":"

    (PECL mongo >= 1.5.0)\nSets a server-side timeout for this query

    "},{"t":"M","n":"MongoCursorInterface::batchSize","p":"MongoCursorInterface.html#method_batchSize","d":null},{"t":"M","n":"MongoCursorInterface::dead","p":"MongoCursorInterface.html#method_dead","d":null},{"t":"M","n":"MongoCursorInterface::info","p":"MongoCursorInterface.html#method_info","d":null},{"t":"M","n":"MongoCursorInterface::getReadPreference","p":"MongoCursorInterface.html#method_getReadPreference","d":null},{"t":"M","n":"MongoCursorInterface::setReadPreference","p":"MongoCursorInterface.html#method_setReadPreference","d":null},{"t":"M","n":"MongoCursorInterface::timeout","p":"MongoCursorInterface.html#method_timeout","d":null},{"t":"M","n":"MongoDB::__construct","p":"MongoDB.html#method___construct","d":"

    (PECL mongo >= 0.9.0)
    \nCreates a new database\nThis method is not meant to be called directly. The preferred way to create an instance of MongoDB is through {Mongo::__get()} or {Mongo::selectDB()}.

    "},{"t":"M","n":"MongoDB::__toString","p":"MongoDB.html#method___toString","d":"

    The name of this database

    "},{"t":"M","n":"MongoDB::__get","p":"MongoDB.html#method___get","d":"

    (PECL mongo >= 1.0.2)
    \nGets a collection

    "},{"t":"M","n":"MongoDB::getCollectionNames","p":"MongoDB.html#method_getCollectionNames","d":"

    (PECL mongo >= 1.3.0)

    "},{"t":"M","n":"MongoDB::getGridFS","p":"MongoDB.html#method_getGridFS","d":"

    (PECL mongo >= 0.9.0)
    \nFetches toolkit for dealing with files stored in this database

    "},{"t":"M","n":"MongoDB::getProfilingLevel","p":"MongoDB.html#method_getProfilingLevel","d":"

    (PECL mongo >= 0.9.0)
    \nGets this database's profiling level

    "},{"t":"M","n":"MongoDB::getSlaveOkay","p":"MongoDB.html#method_getSlaveOkay","d":"

    (PECL mongo >= 1.1.0)
    \nGet slaveOkay setting for this database

    "},{"t":"M","n":"MongoDB::setProfilingLevel","p":"MongoDB.html#method_setProfilingLevel","d":"

    (PECL mongo >= 0.9.0)
    \nSets this database's profiling level

    "},{"t":"M","n":"MongoDB::drop","p":"MongoDB.html#method_drop","d":"

    (PECL mongo >= 0.9.0)
    \nDrops this database

    "},{"t":"M","n":"MongoDB::repair","p":"MongoDB.html#method_repair","d":"

    Repairs and compacts this database

    "},{"t":"M","n":"MongoDB::selectCollection","p":"MongoDB.html#method_selectCollection","d":"

    (PECL mongo >= 0.9.0)
    \nGets a collection

    "},{"t":"M","n":"MongoDB::setSlaveOkay","p":"MongoDB.html#method_setSlaveOkay","d":"

    (PECL mongo >= 1.1.0)
    \nChange slaveOkay setting for this database

    "},{"t":"M","n":"MongoDB::createCollection","p":"MongoDB.html#method_createCollection","d":"

    Creates a collection

    "},{"t":"M","n":"MongoDB::dropCollection","p":"MongoDB.html#method_dropCollection","d":"

    (PECL mongo >= 0.9.0)
    \nDrops a collection

    "},{"t":"M","n":"MongoDB::listCollections","p":"MongoDB.html#method_listCollections","d":"

    (PECL mongo >= 0.9.0)
    \nGet a list of collections in this database

    "},{"t":"M","n":"MongoDB::createDBRef","p":"MongoDB.html#method_createDBRef","d":"

    (PECL mongo >= 0.9.0)
    \nCreates a database reference

    "},{"t":"M","n":"MongoDB::getDBRef","p":"MongoDB.html#method_getDBRef","d":"

    (PECL mongo >= 0.9.0)
    \nFetches the document pointed to by a database reference

    "},{"t":"M","n":"MongoDB::getWriteConcern","p":"MongoDB.html#method_getWriteConcern","d":"

    (PECL mongo >= 1.5.0)
    \nGet the write concern for this database

    "},{"t":"M","n":"MongoDB::execute","p":"MongoDB.html#method_execute","d":"

    (PECL mongo >= 0.9.3)
    \nRuns JavaScript code on the database server.

    "},{"t":"M","n":"MongoDB::command","p":"MongoDB.html#method_command","d":"

    Execute a database command

    "},{"t":"M","n":"MongoDB::lastError","p":"MongoDB.html#method_lastError","d":"

    (PECL mongo >= 0.9.5)
    \nCheck if there was an error on the most recent db operation performed

    "},{"t":"M","n":"MongoDB::prevError","p":"MongoDB.html#method_prevError","d":"

    (PECL mongo >= 0.9.5)
    \nChecks for the last error thrown during a database operation

    "},{"t":"M","n":"MongoDB::resetError","p":"MongoDB.html#method_resetError","d":"

    (PECL mongo >= 0.9.5)
    \nClears any flagged errors on the database

    "},{"t":"M","n":"MongoDB::forceError","p":"MongoDB.html#method_forceError","d":"

    (PECL mongo >= 0.9.5)
    \nCreates a database error

    "},{"t":"M","n":"MongoDB::authenticate","p":"MongoDB.html#method_authenticate","d":"

    (PECL mongo >= 1.0.1)
    \nLog in to this database

    "},{"t":"M","n":"MongoDB::getReadPreference","p":"MongoDB.html#method_getReadPreference","d":"

    (PECL mongo >= 1.3.0)
    \nGet the read preference for this database

    "},{"t":"M","n":"MongoDB::setReadPreference","p":"MongoDB.html#method_setReadPreference","d":"

    (PECL mongo >= 1.3.0)
    \nSet the read preference for this database

    "},{"t":"M","n":"MongoDB::setWriteConcern","p":"MongoDB.html#method_setWriteConcern","d":"

    (PECL mongo >= 1.5.0)

    "},{"t":"M","n":"MongoDBRef::create","p":"MongoDBRef.html#method_create","d":"

    If no database is given, the current database is used.

    "},{"t":"M","n":"MongoDBRef::isRef","p":"MongoDBRef.html#method_isRef","d":"

    This not actually follow the reference, so it does not determine if it is broken or not.

    "},{"t":"M","n":"MongoDBRef::get","p":"MongoDBRef.html#method_get","d":"

    Fetches the object pointed to by a reference

    "},{"t":"M","n":"MongoDB\\BSON\\Binary::__construct","p":"MongoDB/BSON/Binary.html#method___construct","d":"

    Binary constructor.

    "},{"t":"M","n":"MongoDB\\BSON\\Binary::getData","p":"MongoDB/BSON/Binary.html#method_getData","d":"

    Returns the Binary's data

    "},{"t":"M","n":"MongoDB\\BSON\\Binary::getType","p":"MongoDB/BSON/Binary.html#method_getType","d":"

    Returns the Binary's type

    "},{"t":"M","n":"MongoDB\\BSON\\Binary::__set_state","p":"MongoDB/BSON/Binary.html#method___set_state","d":null},{"t":"M","n":"MongoDB\\BSON\\Binary::__toString","p":"MongoDB/BSON/Binary.html#method___toString","d":"

    Returns the Binary's data

    "},{"t":"M","n":"MongoDB\\BSON\\Binary::serialize","p":"MongoDB/BSON/Binary.html#method_serialize","d":"

    Serialize a Binary

    "},{"t":"M","n":"MongoDB\\BSON\\Binary::unserialize","p":"MongoDB/BSON/Binary.html#method_unserialize","d":"

    Unserialize a Binary

    "},{"t":"M","n":"MongoDB\\BSON\\Binary::jsonSerialize","p":"MongoDB/BSON/Binary.html#method_jsonSerialize","d":"

    Returns a representation that can be converted to JSON

    "},{"t":"M","n":"MongoDB\\BSON\\BinaryInterface::getData","p":"MongoDB/BSON/BinaryInterface.html#method_getData","d":""},{"t":"M","n":"MongoDB\\BSON\\BinaryInterface::getType","p":"MongoDB/BSON/BinaryInterface.html#method_getType","d":""},{"t":"M","n":"MongoDB\\BSON\\BinaryInterface::__toString","p":"MongoDB/BSON/BinaryInterface.html#method___toString","d":"

    This method is an alias of: MongoDB\\BSON\\BinaryInterface::getData().

    "},{"t":"M","n":"MongoDB\\BSON\\DBPointer::serialize","p":"MongoDB/BSON/DBPointer.html#method_serialize","d":"

    Serialize a DBPointer

    "},{"t":"M","n":"MongoDB\\BSON\\DBPointer::unserialize","p":"MongoDB/BSON/DBPointer.html#method_unserialize","d":"

    Unserialize a DBPointer

    "},{"t":"M","n":"MongoDB\\BSON\\DBPointer::jsonSerialize","p":"MongoDB/BSON/DBPointer.html#method_jsonSerialize","d":"

    Returns a representation that can be converted to JSON

    "},{"t":"M","n":"MongoDB\\BSON\\DBPointer::__toString","p":"MongoDB/BSON/DBPointer.html#method___toString","d":"

    Returns the Symbol as a string

    "},{"t":"M","n":"MongoDB\\BSON\\Decimal128::__construct","p":"MongoDB/BSON/Decimal128.html#method___construct","d":"

    Construct a new Decimal128

    "},{"t":"M","n":"MongoDB\\BSON\\Decimal128::__toString","p":"MongoDB/BSON/Decimal128.html#method___toString","d":"

    Returns the string representation of this Decimal128

    "},{"t":"M","n":"MongoDB\\BSON\\Decimal128::__set_state","p":"MongoDB/BSON/Decimal128.html#method___set_state","d":null},{"t":"M","n":"MongoDB\\BSON\\Decimal128::serialize","p":"MongoDB/BSON/Decimal128.html#method_serialize","d":"

    Serialize a Decimal128

    "},{"t":"M","n":"MongoDB\\BSON\\Decimal128::unserialize","p":"MongoDB/BSON/Decimal128.html#method_unserialize","d":"

    Unserialize a Decimal128

    "},{"t":"M","n":"MongoDB\\BSON\\Decimal128::jsonSerialize","p":"MongoDB/BSON/Decimal128.html#method_jsonSerialize","d":"

    Returns a representation that can be converted to JSON

    "},{"t":"M","n":"MongoDB\\BSON\\Decimal128Interface::__toString","p":"MongoDB/BSON/Decimal128Interface.html#method___toString","d":"

    Returns the string representation of this Decimal128Interface

    "},{"t":"M","n":"MongoDB\\BSON\\Document::fromBSON","p":"MongoDB/BSON/Document.html#method_fromBSON","d":null},{"t":"M","n":"MongoDB\\BSON\\Document::fromJSON","p":"MongoDB/BSON/Document.html#method_fromJSON","d":null},{"t":"M","n":"MongoDB\\BSON\\Document::fromPHP","p":"MongoDB/BSON/Document.html#method_fromPHP","d":null},{"t":"M","n":"MongoDB\\BSON\\Document::get","p":"MongoDB/BSON/Document.html#method_get","d":null},{"t":"M","n":"MongoDB\\BSON\\Document::getIterator","p":"MongoDB/BSON/Document.html#method_getIterator","d":"

    Retrieve an external iterator

    "},{"t":"M","n":"MongoDB\\BSON\\Document::has","p":"MongoDB/BSON/Document.html#method_has","d":null},{"t":"M","n":"MongoDB\\BSON\\Document::toPHP","p":"MongoDB/BSON/Document.html#method_toPHP","d":null},{"t":"M","n":"MongoDB\\BSON\\Document::toCanonicalExtendedJSON","p":"MongoDB/BSON/Document.html#method_toCanonicalExtendedJSON","d":null},{"t":"M","n":"MongoDB\\BSON\\Document::toRelaxedExtendedJSON","p":"MongoDB/BSON/Document.html#method_toRelaxedExtendedJSON","d":null},{"t":"M","n":"MongoDB\\BSON\\Document::offsetExists","p":"MongoDB/BSON/Document.html#method_offsetExists","d":""},{"t":"M","n":"MongoDB\\BSON\\Document::offsetGet","p":"MongoDB/BSON/Document.html#method_offsetGet","d":""},{"t":"M","n":"MongoDB\\BSON\\Document::offsetSet","p":"MongoDB/BSON/Document.html#method_offsetSet","d":""},{"t":"M","n":"MongoDB\\BSON\\Document::offsetUnset","p":"MongoDB/BSON/Document.html#method_offsetUnset","d":""},{"t":"M","n":"MongoDB\\BSON\\Document::__toString","p":"MongoDB/BSON/Document.html#method___toString","d":null},{"t":"M","n":"MongoDB\\BSON\\Document::__set_state","p":"MongoDB/BSON/Document.html#method___set_state","d":null},{"t":"M","n":"MongoDB\\BSON\\Document::serialize","p":"MongoDB/BSON/Document.html#method_serialize","d":"

    String representation of object.

    "},{"t":"M","n":"MongoDB\\BSON\\Document::unserialize","p":"MongoDB/BSON/Document.html#method_unserialize","d":"

    Constructs the object.

    "},{"t":"M","n":"MongoDB\\BSON\\Document::__unserialize","p":"MongoDB/BSON/Document.html#method___unserialize","d":null},{"t":"M","n":"MongoDB\\BSON\\Document::__serialize","p":"MongoDB/BSON/Document.html#method___serialize","d":null},{"t":"M","n":"MongoDB\\BSON\\Int64::__construct","p":"MongoDB/BSON/Int64.html#method___construct","d":""},{"t":"M","n":"MongoDB\\BSON\\Int64::serialize","p":"MongoDB/BSON/Int64.html#method_serialize","d":"

    Serialize an Int64

    "},{"t":"M","n":"MongoDB\\BSON\\Int64::__set_state","p":"MongoDB/BSON/Int64.html#method___set_state","d":null},{"t":"M","n":"MongoDB\\BSON\\Int64::unserialize","p":"MongoDB/BSON/Int64.html#method_unserialize","d":"

    Unserialize an Int64

    "},{"t":"M","n":"MongoDB\\BSON\\Int64::jsonSerialize","p":"MongoDB/BSON/Int64.html#method_jsonSerialize","d":"

    Returns a representation that can be converted to JSON

    "},{"t":"M","n":"MongoDB\\BSON\\Int64::__toString","p":"MongoDB/BSON/Int64.html#method___toString","d":"

    Returns the Symbol as a string

    "},{"t":"M","n":"MongoDB\\BSON\\Iterator::current","p":"MongoDB/BSON/Iterator.html#method_current","d":"

    Return the current element

    "},{"t":"M","n":"MongoDB\\BSON\\Iterator::key","p":"MongoDB/BSON/Iterator.html#method_key","d":"

    Return the key of the current element

    "},{"t":"M","n":"MongoDB\\BSON\\Iterator::next","p":"MongoDB/BSON/Iterator.html#method_next","d":"

    Move forward to next element

    "},{"t":"M","n":"MongoDB\\BSON\\Iterator::rewind","p":"MongoDB/BSON/Iterator.html#method_rewind","d":"

    Rewind the Iterator to the first element

    "},{"t":"M","n":"MongoDB\\BSON\\Iterator::valid","p":"MongoDB/BSON/Iterator.html#method_valid","d":"

    Checks if current position is valid

    "},{"t":"M","n":"MongoDB\\BSON\\Iterator::__wakeup","p":"MongoDB/BSON/Iterator.html#method___wakeup","d":null},{"t":"M","n":"MongoDB\\BSON\\Javascript::__construct","p":"MongoDB/BSON/Javascript.html#method___construct","d":"

    Construct a new Javascript

    "},{"t":"M","n":"MongoDB\\BSON\\Javascript::__set_state","p":"MongoDB/BSON/Javascript.html#method___set_state","d":null},{"t":"M","n":"MongoDB\\BSON\\Javascript::getCode","p":"MongoDB/BSON/Javascript.html#method_getCode","d":"

    Returns the Javascript's code

    "},{"t":"M","n":"MongoDB\\BSON\\Javascript::getScope","p":"MongoDB/BSON/Javascript.html#method_getScope","d":"

    Returns the Javascript's scope document

    "},{"t":"M","n":"MongoDB\\BSON\\Javascript::__toString","p":"MongoDB/BSON/Javascript.html#method___toString","d":"

    Returns the Javascript's code

    "},{"t":"M","n":"MongoDB\\BSON\\Javascript::serialize","p":"MongoDB/BSON/Javascript.html#method_serialize","d":"

    Serialize a Javascript

    "},{"t":"M","n":"MongoDB\\BSON\\Javascript::unserialize","p":"MongoDB/BSON/Javascript.html#method_unserialize","d":"

    Unserialize a Javascript

    "},{"t":"M","n":"MongoDB\\BSON\\Javascript::jsonSerialize","p":"MongoDB/BSON/Javascript.html#method_jsonSerialize","d":"

    Returns a representation that can be converted to JSON

    "},{"t":"M","n":"MongoDB\\BSON\\JavascriptInterface::getCode","p":"MongoDB/BSON/JavascriptInterface.html#method_getCode","d":"

    Returns the JavascriptInterface's code

    "},{"t":"M","n":"MongoDB\\BSON\\JavascriptInterface::getScope","p":"MongoDB/BSON/JavascriptInterface.html#method_getScope","d":"

    Returns the JavascriptInterface's scope document

    "},{"t":"M","n":"MongoDB\\BSON\\JavascriptInterface::__toString","p":"MongoDB/BSON/JavascriptInterface.html#method___toString","d":"

    Returns the JavascriptInterface's code

    "},{"t":"M","n":"MongoDB\\BSON\\MaxKey::__set_state","p":"MongoDB/BSON/MaxKey.html#method___set_state","d":null},{"t":"M","n":"MongoDB\\BSON\\MaxKey::serialize","p":"MongoDB/BSON/MaxKey.html#method_serialize","d":"

    Serialize a MaxKey

    "},{"t":"M","n":"MongoDB\\BSON\\MaxKey::unserialize","p":"MongoDB/BSON/MaxKey.html#method_unserialize","d":"

    Unserialize a MaxKey

    "},{"t":"M","n":"MongoDB\\BSON\\MaxKey::jsonSerialize","p":"MongoDB/BSON/MaxKey.html#method_jsonSerialize","d":"

    Returns a representation that can be converted to JSON

    "},{"t":"M","n":"MongoDB\\BSON\\MinKey::__set_state","p":"MongoDB/BSON/MinKey.html#method___set_state","d":null},{"t":"M","n":"MongoDB\\BSON\\MinKey::serialize","p":"MongoDB/BSON/MinKey.html#method_serialize","d":"

    Serialize a MinKey

    "},{"t":"M","n":"MongoDB\\BSON\\MinKey::unserialize","p":"MongoDB/BSON/MinKey.html#method_unserialize","d":"

    Unserialize a MinKey

    "},{"t":"M","n":"MongoDB\\BSON\\MinKey::jsonSerialize","p":"MongoDB/BSON/MinKey.html#method_jsonSerialize","d":"

    Returns a representation that can be converted to JSON

    "},{"t":"M","n":"MongoDB\\BSON\\ObjectId::__construct","p":"MongoDB/BSON/ObjectId.html#method___construct","d":"

    Construct a new ObjectId

    "},{"t":"M","n":"MongoDB\\BSON\\ObjectId::__toString","p":"MongoDB/BSON/ObjectId.html#method___toString","d":"

    Returns the hexadecimal representation of this ObjectId

    "},{"t":"M","n":"MongoDB\\BSON\\ObjectId::__set_state","p":"MongoDB/BSON/ObjectId.html#method___set_state","d":null},{"t":"M","n":"MongoDB\\BSON\\ObjectId::getTimestamp","p":"MongoDB/BSON/ObjectId.html#method_getTimestamp","d":"

    Returns the timestamp component of this ObjectId

    "},{"t":"M","n":"MongoDB\\BSON\\ObjectId::jsonSerialize","p":"MongoDB/BSON/ObjectId.html#method_jsonSerialize","d":"

    Returns a representation that can be converted to JSON

    "},{"t":"M","n":"MongoDB\\BSON\\ObjectId::serialize","p":"MongoDB/BSON/ObjectId.html#method_serialize","d":"

    Serialize an ObjectId

    "},{"t":"M","n":"MongoDB\\BSON\\ObjectId::unserialize","p":"MongoDB/BSON/ObjectId.html#method_unserialize","d":"

    Unserialize an ObjectId

    "},{"t":"M","n":"MongoDB\\BSON\\ObjectIdInterface::getTimestamp","p":"MongoDB/BSON/ObjectIdInterface.html#method_getTimestamp","d":""},{"t":"M","n":"MongoDB\\BSON\\ObjectIdInterface::__toString","p":"MongoDB/BSON/ObjectIdInterface.html#method___toString","d":"

    Returns the hexadecimal representation of this ObjectId

    "},{"t":"M","n":"MongoDB\\BSON\\PackedArray::fromJSON","p":"MongoDB/BSON/PackedArray.html#method_fromJSON","d":""},{"t":"M","n":"MongoDB\\BSON\\PackedArray::fromPHP","p":"MongoDB/BSON/PackedArray.html#method_fromPHP","d":null},{"t":"M","n":"MongoDB\\BSON\\PackedArray::get","p":"MongoDB/BSON/PackedArray.html#method_get","d":null},{"t":"M","n":"MongoDB\\BSON\\PackedArray::getIterator","p":"MongoDB/BSON/PackedArray.html#method_getIterator","d":"

    Retrieve an external iterator

    "},{"t":"M","n":"MongoDB\\BSON\\PackedArray::has","p":"MongoDB/BSON/PackedArray.html#method_has","d":null},{"t":"M","n":"MongoDB\\BSON\\PackedArray::toPHP","p":"MongoDB/BSON/PackedArray.html#method_toPHP","d":null},{"t":"M","n":"MongoDB\\BSON\\PackedArray::toCanonicalExtendedJSON","p":"MongoDB/BSON/PackedArray.html#method_toCanonicalExtendedJSON","d":""},{"t":"M","n":"MongoDB\\BSON\\PackedArray::toRelaxedExtendedJSON","p":"MongoDB/BSON/PackedArray.html#method_toRelaxedExtendedJSON","d":""},{"t":"M","n":"MongoDB\\BSON\\PackedArray::offsetExists","p":"MongoDB/BSON/PackedArray.html#method_offsetExists","d":""},{"t":"M","n":"MongoDB\\BSON\\PackedArray::offsetGet","p":"MongoDB/BSON/PackedArray.html#method_offsetGet","d":""},{"t":"M","n":"MongoDB\\BSON\\PackedArray::offsetSet","p":"MongoDB/BSON/PackedArray.html#method_offsetSet","d":""},{"t":"M","n":"MongoDB\\BSON\\PackedArray::offsetUnset","p":"MongoDB/BSON/PackedArray.html#method_offsetUnset","d":""},{"t":"M","n":"MongoDB\\BSON\\PackedArray::__toString","p":"MongoDB/BSON/PackedArray.html#method___toString","d":null},{"t":"M","n":"MongoDB\\BSON\\PackedArray::__set_state","p":"MongoDB/BSON/PackedArray.html#method___set_state","d":null},{"t":"M","n":"MongoDB\\BSON\\PackedArray::serialize","p":"MongoDB/BSON/PackedArray.html#method_serialize","d":"

    String representation of object.

    "},{"t":"M","n":"MongoDB\\BSON\\PackedArray::unserialize","p":"MongoDB/BSON/PackedArray.html#method_unserialize","d":"

    Constructs the object.

    "},{"t":"M","n":"MongoDB\\BSON\\PackedArray::__unserialize","p":"MongoDB/BSON/PackedArray.html#method___unserialize","d":null},{"t":"M","n":"MongoDB\\BSON\\PackedArray::__serialize","p":"MongoDB/BSON/PackedArray.html#method___serialize","d":null},{"t":"M","n":"MongoDB\\BSON\\Persistable::bsonSerialize","p":"MongoDB/BSON/Persistable.html#method_bsonSerialize","d":""},{"t":"M","n":"MongoDB\\BSON\\Regex::__construct","p":"MongoDB/BSON/Regex.html#method___construct","d":"

    Construct a new Regex

    "},{"t":"M","n":"MongoDB\\BSON\\Regex::getFlags","p":"MongoDB/BSON/Regex.html#method_getFlags","d":"

    Returns the Regex's flags

    "},{"t":"M","n":"MongoDB\\BSON\\Regex::getPattern","p":"MongoDB/BSON/Regex.html#method_getPattern","d":"

    Returns the Regex's pattern

    "},{"t":"M","n":"MongoDB\\BSON\\Regex::__toString","p":"MongoDB/BSON/Regex.html#method___toString","d":"

    Returns the string representation of this Regex

    "},{"t":"M","n":"MongoDB\\BSON\\Regex::__set_state","p":"MongoDB/BSON/Regex.html#method___set_state","d":null},{"t":"M","n":"MongoDB\\BSON\\Regex::serialize","p":"MongoDB/BSON/Regex.html#method_serialize","d":"

    Serialize a Regex

    "},{"t":"M","n":"MongoDB\\BSON\\Regex::unserialize","p":"MongoDB/BSON/Regex.html#method_unserialize","d":"

    Unserialize a Regex

    "},{"t":"M","n":"MongoDB\\BSON\\Regex::jsonSerialize","p":"MongoDB/BSON/Regex.html#method_jsonSerialize","d":"

    Returns a representation that can be converted to JSON

    "},{"t":"M","n":"MongoDB\\BSON\\RegexInterface::getFlags","p":"MongoDB/BSON/RegexInterface.html#method_getFlags","d":""},{"t":"M","n":"MongoDB\\BSON\\RegexInterface::getPattern","p":"MongoDB/BSON/RegexInterface.html#method_getPattern","d":""},{"t":"M","n":"MongoDB\\BSON\\RegexInterface::__toString","p":"MongoDB/BSON/RegexInterface.html#method___toString","d":"

    Returns the string representation of this RegexInterface

    "},{"t":"M","n":"MongoDB\\BSON\\Serializable::bsonSerialize","p":"MongoDB/BSON/Serializable.html#method_bsonSerialize","d":"

    Provides an array or document to serialize as BSON\nCalled during serialization of the object to BSON. The method must return an array or stdClass.

    "},{"t":"M","n":"MongoDB\\BSON\\Symbol::serialize","p":"MongoDB/BSON/Symbol.html#method_serialize","d":"

    Serialize a Symbol

    "},{"t":"M","n":"MongoDB\\BSON\\Symbol::unserialize","p":"MongoDB/BSON/Symbol.html#method_unserialize","d":"

    Unserialize a Symbol

    "},{"t":"M","n":"MongoDB\\BSON\\Symbol::jsonSerialize","p":"MongoDB/BSON/Symbol.html#method_jsonSerialize","d":"

    Returns a representation that can be converted to JSON

    "},{"t":"M","n":"MongoDB\\BSON\\Symbol::__toString","p":"MongoDB/BSON/Symbol.html#method___toString","d":"

    Returns the Symbol as a string

    "},{"t":"M","n":"MongoDB\\BSON\\Timestamp::__construct","p":"MongoDB/BSON/Timestamp.html#method___construct","d":"

    Construct a new Timestamp

    "},{"t":"M","n":"MongoDB\\BSON\\Timestamp::__toString","p":"MongoDB/BSON/Timestamp.html#method___toString","d":"

    Returns the string representation of this Timestamp

    "},{"t":"M","n":"MongoDB\\BSON\\Timestamp::__set_state","p":"MongoDB/BSON/Timestamp.html#method___set_state","d":null},{"t":"M","n":"MongoDB\\BSON\\Timestamp::getIncrement","p":"MongoDB/BSON/Timestamp.html#method_getIncrement","d":"

    Returns the increment component of this TimestampInterface

    "},{"t":"M","n":"MongoDB\\BSON\\Timestamp::getTimestamp","p":"MongoDB/BSON/Timestamp.html#method_getTimestamp","d":"

    Returns the timestamp component of this TimestampInterface

    "},{"t":"M","n":"MongoDB\\BSON\\Timestamp::serialize","p":"MongoDB/BSON/Timestamp.html#method_serialize","d":"

    Serialize a Timestamp

    "},{"t":"M","n":"MongoDB\\BSON\\Timestamp::unserialize","p":"MongoDB/BSON/Timestamp.html#method_unserialize","d":"

    Unserialize a Timestamp

    "},{"t":"M","n":"MongoDB\\BSON\\Timestamp::jsonSerialize","p":"MongoDB/BSON/Timestamp.html#method_jsonSerialize","d":"

    Returns a representation that can be converted to JSON

    "},{"t":"M","n":"MongoDB\\BSON\\TimestampInterface::getIncrement","p":"MongoDB/BSON/TimestampInterface.html#method_getIncrement","d":"

    Returns the increment component of this TimestampInterface

    "},{"t":"M","n":"MongoDB\\BSON\\TimestampInterface::getTimestamp","p":"MongoDB/BSON/TimestampInterface.html#method_getTimestamp","d":"

    Returns the timestamp component of this TimestampInterface

    "},{"t":"M","n":"MongoDB\\BSON\\TimestampInterface::__toString","p":"MongoDB/BSON/TimestampInterface.html#method___toString","d":"

    Returns the string representation of this TimestampInterface

    "},{"t":"M","n":"MongoDB\\BSON\\UTCDateTime::__construct","p":"MongoDB/BSON/UTCDateTime.html#method___construct","d":"

    Construct a new UTCDateTime

    "},{"t":"M","n":"MongoDB\\BSON\\UTCDateTime::__set_state","p":"MongoDB/BSON/UTCDateTime.html#method___set_state","d":null},{"t":"M","n":"MongoDB\\BSON\\UTCDateTime::toDateTime","p":"MongoDB/BSON/UTCDateTime.html#method_toDateTime","d":"

    Returns the DateTime representation of this UTCDateTime

    "},{"t":"M","n":"MongoDB\\BSON\\UTCDateTime::toDateTimeImmutable","p":"MongoDB/BSON/UTCDateTime.html#method_toDateTimeImmutable","d":"

    Returns the DateTimeImmutable representation of this UTCDateTime

    "},{"t":"M","n":"MongoDB\\BSON\\UTCDateTime::__toString","p":"MongoDB/BSON/UTCDateTime.html#method___toString","d":"

    Returns the string representation of this UTCDateTime

    "},{"t":"M","n":"MongoDB\\BSON\\UTCDateTime::serialize","p":"MongoDB/BSON/UTCDateTime.html#method_serialize","d":"

    Serialize a UTCDateTime

    "},{"t":"M","n":"MongoDB\\BSON\\UTCDateTime::unserialize","p":"MongoDB/BSON/UTCDateTime.html#method_unserialize","d":"

    Unserialize a UTCDateTime

    "},{"t":"M","n":"MongoDB\\BSON\\UTCDateTime::jsonSerialize","p":"MongoDB/BSON/UTCDateTime.html#method_jsonSerialize","d":"

    Returns a representation that can be converted to JSON

    "},{"t":"M","n":"MongoDB\\BSON\\UTCDateTimeInterface::toDateTime","p":"MongoDB/BSON/UTCDateTimeInterface.html#method_toDateTime","d":""},{"t":"M","n":"MongoDB\\BSON\\UTCDateTimeInterface::__toString","p":"MongoDB/BSON/UTCDateTimeInterface.html#method___toString","d":"

    Returns the string representation of this UTCDateTimeInterface

    "},{"t":"M","n":"MongoDB\\BSON\\Undefined::serialize","p":"MongoDB/BSON/Undefined.html#method_serialize","d":"

    Serialize an Undefined

    "},{"t":"M","n":"MongoDB\\BSON\\Undefined::unserialize","p":"MongoDB/BSON/Undefined.html#method_unserialize","d":"

    Unserialize an Undefined

    "},{"t":"M","n":"MongoDB\\BSON\\Undefined::jsonSerialize","p":"MongoDB/BSON/Undefined.html#method_jsonSerialize","d":"

    Returns a representation that can be converted to JSON

    "},{"t":"M","n":"MongoDB\\BSON\\Undefined::__toString","p":"MongoDB/BSON/Undefined.html#method___toString","d":"

    Returns the Undefined as a string

    "},{"t":"M","n":"MongoDB\\BSON\\Unserializable::bsonUnserialize","p":"MongoDB/BSON/Unserializable.html#method_bsonUnserialize","d":"

    Constructs the object from a BSON array or document\nCalled during unserialization of the object from BSON.

    "},{"t":"M","n":"MongoDB\\Driver\\BulkWrite::__construct","p":"MongoDB/Driver/BulkWrite.html#method___construct","d":"

    Create a new BulkWrite\nConstructs a new ordered (default) or unordered BulkWrite.

    "},{"t":"M","n":"MongoDB\\Driver\\BulkWrite::__wakeup","p":"MongoDB/Driver/BulkWrite.html#method___wakeup","d":null},{"t":"M","n":"MongoDB\\Driver\\BulkWrite::count","p":"MongoDB/Driver/BulkWrite.html#method_count","d":"

    Count expected roundtrips for executing the bulk\nReturns the expected number of client-to-server roundtrips required to execute all write operations in the BulkWrite.

    "},{"t":"M","n":"MongoDB\\Driver\\BulkWrite::delete","p":"MongoDB/Driver/BulkWrite.html#method_delete","d":"

    Add a delete operation to the bulk

    "},{"t":"M","n":"MongoDB\\Driver\\BulkWrite::insert","p":"MongoDB/Driver/BulkWrite.html#method_insert","d":"

    Add an insert operation to the bulk

    "},{"t":"M","n":"MongoDB\\Driver\\BulkWrite::update","p":"MongoDB/Driver/BulkWrite.html#method_update","d":"

    Add an update operation to the bulk

    "},{"t":"M","n":"MongoDB\\Driver\\ClientEncryption::__construct","p":"MongoDB/Driver/ClientEncryption.html#method___construct","d":""},{"t":"M","n":"MongoDB\\Driver\\ClientEncryption::__wakeup","p":"MongoDB/Driver/ClientEncryption.html#method___wakeup","d":null},{"t":"M","n":"MongoDB\\Driver\\ClientEncryption::addKeyAltName","p":"MongoDB/Driver/ClientEncryption.html#method_addKeyAltName","d":"

    Adds an alternate name to a key document

    "},{"t":"M","n":"MongoDB\\Driver\\ClientEncryption::createDataKey","p":"MongoDB/Driver/ClientEncryption.html#method_createDataKey","d":"

    Creates a new key document and inserts into the key vault collection.

    "},{"t":"M","n":"MongoDB\\Driver\\ClientEncryption::decrypt","p":"MongoDB/Driver/ClientEncryption.html#method_decrypt","d":"

    Decrypts an encrypted value (BSON binary of subtype 6).

    "},{"t":"M","n":"MongoDB\\Driver\\ClientEncryption::deleteKey","p":"MongoDB/Driver/ClientEncryption.html#method_deleteKey","d":"

    Deletes a key document

    "},{"t":"M","n":"MongoDB\\Driver\\ClientEncryption::encrypt","p":"MongoDB/Driver/ClientEncryption.html#method_encrypt","d":"

    Encrypts a value with a given key and algorithm.

    "},{"t":"M","n":"MongoDB\\Driver\\ClientEncryption::encryptExpression","p":"MongoDB/Driver/ClientEncryption.html#method_encryptExpression","d":"

    Encrypts a Match Expression or Aggregate Expression to query a range index

    "},{"t":"M","n":"MongoDB\\Driver\\ClientEncryption::getKey","p":"MongoDB/Driver/ClientEncryption.html#method_getKey","d":"

    Gets a key document

    "},{"t":"M","n":"MongoDB\\Driver\\ClientEncryption::getKeyByAltName","p":"MongoDB/Driver/ClientEncryption.html#method_getKeyByAltName","d":"

    Gets a key document by an alternate name

    "},{"t":"M","n":"MongoDB\\Driver\\ClientEncryption::getKeys","p":"MongoDB/Driver/ClientEncryption.html#method_getKeys","d":"

    Finds all key documents in the key vault collection.

    "},{"t":"M","n":"MongoDB\\Driver\\ClientEncryption::removeKeyAltName","p":"MongoDB/Driver/ClientEncryption.html#method_removeKeyAltName","d":"

    Removes an alternate name from a key document

    "},{"t":"M","n":"MongoDB\\Driver\\ClientEncryption::rewrapManyDataKey","p":"MongoDB/Driver/ClientEncryption.html#method_rewrapManyDataKey","d":"

    Rewraps data keys

    "},{"t":"M","n":"MongoDB\\Driver\\Command::__construct","p":"MongoDB/Driver/Command.html#method___construct","d":"

    Construct new Command

    "},{"t":"M","n":"MongoDB\\Driver\\Command::__wakeup","p":"MongoDB/Driver/Command.html#method___wakeup","d":null},{"t":"M","n":"MongoDB\\Driver\\Cursor::__wakeup","p":"MongoDB/Driver/Cursor.html#method___wakeup","d":null},{"t":"M","n":"MongoDB\\Driver\\Cursor::current","p":"MongoDB/Driver/Cursor.html#method_current","d":"

    Returns the current element.

    "},{"t":"M","n":"MongoDB\\Driver\\Cursor::getId","p":"MongoDB/Driver/Cursor.html#method_getId","d":"

    Returns the cursor ID associated with this cursor. A cursor ID cursor uniquely identifies the cursor on the server.

    "},{"t":"M","n":"MongoDB\\Driver\\Cursor::getServer","p":"MongoDB/Driver/Cursor.html#method_getServer","d":"

    Returns the MongoDB\\Driver\\Server associated with this cursor. This is the server that executed the query or command.

    "},{"t":"M","n":"MongoDB\\Driver\\Cursor::isDead","p":"MongoDB/Driver/Cursor.html#method_isDead","d":"

    Checks if a cursor is still alive

    "},{"t":"M","n":"MongoDB\\Driver\\Cursor::key","p":"MongoDB/Driver/Cursor.html#method_key","d":"

    Returns the current result's index within the cursor.

    "},{"t":"M","n":"MongoDB\\Driver\\Cursor::next","p":"MongoDB/Driver/Cursor.html#method_next","d":"

    Advances the cursor to the next result.

    "},{"t":"M","n":"MongoDB\\Driver\\Cursor::rewind","p":"MongoDB/Driver/Cursor.html#method_rewind","d":"

    Rewind the cursor to the first result.

    "},{"t":"M","n":"MongoDB\\Driver\\Cursor::setTypeMap","p":"MongoDB/Driver/Cursor.html#method_setTypeMap","d":"

    Sets a type map to use for BSON unserialization

    "},{"t":"M","n":"MongoDB\\Driver\\Cursor::toArray","p":"MongoDB/Driver/Cursor.html#method_toArray","d":"

    Returns an array of all result documents for this cursor

    "},{"t":"M","n":"MongoDB\\Driver\\Cursor::valid","p":"MongoDB/Driver/Cursor.html#method_valid","d":"

    Checks if the current position in the cursor is valid.

    "},{"t":"M","n":"MongoDB\\Driver\\CursorId::__toString","p":"MongoDB/Driver/CursorId.html#method___toString","d":"

    String representation of the cursor ID

    "},{"t":"M","n":"MongoDB\\Driver\\CursorId::__wakeup","p":"MongoDB/Driver/CursorId.html#method___wakeup","d":null},{"t":"M","n":"MongoDB\\Driver\\CursorId::__set_state","p":"MongoDB/Driver/CursorId.html#method___set_state","d":null},{"t":"M","n":"MongoDB\\Driver\\CursorId::serialize","p":"MongoDB/Driver/CursorId.html#method_serialize","d":"

    Serialize a CursorId

    "},{"t":"M","n":"MongoDB\\Driver\\CursorId::unserialize","p":"MongoDB/Driver/CursorId.html#method_unserialize","d":"

    Unserialize a CursorId

    "},{"t":"M","n":"MongoDB\\Driver\\CursorInterface::getId","p":"MongoDB/Driver/CursorInterface.html#method_getId","d":"

    Returns the cursor ID associated with this cursor. A cursor ID uniquely identifies the cursor on the server.

    "},{"t":"M","n":"MongoDB\\Driver\\CursorInterface::getServer","p":"MongoDB/Driver/CursorInterface.html#method_getServer","d":"

    Returns the MongoDB\\Driver\\Server associated with this cursor.

    "},{"t":"M","n":"MongoDB\\Driver\\CursorInterface::isDead","p":"MongoDB/Driver/CursorInterface.html#method_isDead","d":"

    Checks whether the cursor may have additional results available to read.

    "},{"t":"M","n":"MongoDB\\Driver\\CursorInterface::setTypeMap","p":"MongoDB/Driver/CursorInterface.html#method_setTypeMap","d":"

    Sets a type map to use for BSON unserialization

    "},{"t":"M","n":"MongoDB\\Driver\\CursorInterface::toArray","p":"MongoDB/Driver/CursorInterface.html#method_toArray","d":"

    Iterates the cursor and returns its results in an array.

    "},{"t":"M","n":"MongoDB\\Driver\\Exception\\CommandException::getResultDocument","p":"MongoDB/Driver/Exception/CommandException.html#method_getResultDocument","d":"

    Returns the result document for the failed command

    "},{"t":"M","n":"MongoDB\\Driver\\Exception\\RuntimeException::hasErrorLabel","p":"MongoDB/Driver/Exception/RuntimeException.html#method_hasErrorLabel","d":"

    Whether the given errorLabel is associated with this exception

    "},{"t":"M","n":"MongoDB\\Driver\\Exception\\WriteException::getWriteResult","p":"MongoDB/Driver/Exception/WriteException.html#method_getWriteResult","d":""},{"t":"M","n":"MongoDB\\Driver\\Manager::__construct","p":"MongoDB/Driver/Manager.html#method___construct","d":"

    Manager constructor.

    "},{"t":"M","n":"MongoDB\\Driver\\Manager::__wakeup","p":"MongoDB/Driver/Manager.html#method___wakeup","d":null},{"t":"M","n":"MongoDB\\Driver\\Manager::createClientEncryption","p":"MongoDB/Driver/Manager.html#method_createClientEncryption","d":"

    Return a ClientEncryption instance.

    "},{"t":"M","n":"MongoDB\\Driver\\Manager::executeBulkWrite","p":"MongoDB/Driver/Manager.html#method_executeBulkWrite","d":"

    Execute one or more write operations

    "},{"t":"M","n":"MongoDB\\Driver\\Manager::executeCommand","p":"MongoDB/Driver/Manager.html#method_executeCommand","d":""},{"t":"M","n":"MongoDB\\Driver\\Manager::executeQuery","p":"MongoDB/Driver/Manager.html#method_executeQuery","d":"

    Execute a MongoDB query

    "},{"t":"M","n":"MongoDB\\Driver\\Manager::executeReadCommand","p":"MongoDB/Driver/Manager.html#method_executeReadCommand","d":""},{"t":"M","n":"MongoDB\\Driver\\Manager::executeReadWriteCommand","p":"MongoDB/Driver/Manager.html#method_executeReadWriteCommand","d":""},{"t":"M","n":"MongoDB\\Driver\\Manager::executeWriteCommand","p":"MongoDB/Driver/Manager.html#method_executeWriteCommand","d":""},{"t":"M","n":"MongoDB\\Driver\\Manager::getEncryptedFieldsMap","p":"MongoDB/Driver/Manager.html#method_getEncryptedFieldsMap","d":"

    Return the encryptedFieldsMap auto encryption option for the Manager

    "},{"t":"M","n":"MongoDB\\Driver\\Manager::getReadConcern","p":"MongoDB/Driver/Manager.html#method_getReadConcern","d":"

    Return the ReadConcern for the Manager

    "},{"t":"M","n":"MongoDB\\Driver\\Manager::getReadPreference","p":"MongoDB/Driver/Manager.html#method_getReadPreference","d":"

    Return the ReadPreference for the Manager

    "},{"t":"M","n":"MongoDB\\Driver\\Manager::getServers","p":"MongoDB/Driver/Manager.html#method_getServers","d":"

    Return the servers to which this manager is connected

    "},{"t":"M","n":"MongoDB\\Driver\\Manager::getWriteConcern","p":"MongoDB/Driver/Manager.html#method_getWriteConcern","d":"

    Return the WriteConcern for the Manager

    "},{"t":"M","n":"MongoDB\\Driver\\Manager::selectServer","p":"MongoDB/Driver/Manager.html#method_selectServer","d":"

    Preselect a MongoDB node based on provided readPreference. This can be useful to guarantee a command runs on a specific server when operating in a mixed version cluster.

    "},{"t":"M","n":"MongoDB\\Driver\\Manager::startSession","p":"MongoDB/Driver/Manager.html#method_startSession","d":"

    Start a new client session for use with this client

    "},{"t":"M","n":"MongoDB\\Driver\\Manager::addSubscriber","p":"MongoDB/Driver/Manager.html#method_addSubscriber","d":"

    Registers a monitoring event subscriber with this Manager

    "},{"t":"M","n":"MongoDB\\Driver\\Manager::removeSubscriber","p":"MongoDB/Driver/Manager.html#method_removeSubscriber","d":"

    Unregisters a monitoring event subscriber with this Manager

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandFailedEvent::__wakeup","p":"MongoDB/Driver/Monitoring/CommandFailedEvent.html#method___wakeup","d":null},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandFailedEvent::getCommandName","p":"MongoDB/Driver/Monitoring/CommandFailedEvent.html#method_getCommandName","d":"

    Returns the command name.

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandFailedEvent::getDurationMicros","p":"MongoDB/Driver/Monitoring/CommandFailedEvent.html#method_getDurationMicros","d":"

    Returns the command's duration in microseconds\nThe command's duration is a calculated value that includes the time to send the message and receive the reply from the server.

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandFailedEvent::getHost","p":"MongoDB/Driver/Monitoring/CommandFailedEvent.html#method_getHost","d":"

    Returns the server hostname for the command

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandFailedEvent::getError","p":"MongoDB/Driver/Monitoring/CommandFailedEvent.html#method_getError","d":"

    Returns the Exception associated with the failed command

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandFailedEvent::getOperationId","p":"MongoDB/Driver/Monitoring/CommandFailedEvent.html#method_getOperationId","d":"

    Returns the command's operation ID.

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandFailedEvent::getPort","p":"MongoDB/Driver/Monitoring/CommandFailedEvent.html#method_getPort","d":"

    Returns the server port for the command

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandFailedEvent::getReply","p":"MongoDB/Driver/Monitoring/CommandFailedEvent.html#method_getReply","d":"

    Returns the command reply document.

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandFailedEvent::getRequestId","p":"MongoDB/Driver/Monitoring/CommandFailedEvent.html#method_getRequestId","d":"

    Returns the command's request ID.

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandFailedEvent::getServer","p":"MongoDB/Driver/Monitoring/CommandFailedEvent.html#method_getServer","d":"

    Returns the Server on which the command was executed.

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandFailedEvent::getServiceId","p":"MongoDB/Driver/Monitoring/CommandFailedEvent.html#method_getServiceId","d":"

    Returns the load balancer service ID for the command

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandFailedEvent::getServerConnectionId","p":"MongoDB/Driver/Monitoring/CommandFailedEvent.html#method_getServerConnectionId","d":"

    Returns the server connection ID for the command

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandStartedEvent::__wakeup","p":"MongoDB/Driver/Monitoring/CommandStartedEvent.html#method___wakeup","d":null},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandStartedEvent::getCommand","p":"MongoDB/Driver/Monitoring/CommandStartedEvent.html#method_getCommand","d":"

    Returns the command document\nThe reply document will be converted from BSON to PHP using the default deserialization rules (e.g. BSON documents will be converted to stdClass).

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandStartedEvent::getCommandName","p":"MongoDB/Driver/Monitoring/CommandStartedEvent.html#method_getCommandName","d":"

    Returns the command name.

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandStartedEvent::getDatabaseName","p":"MongoDB/Driver/Monitoring/CommandStartedEvent.html#method_getDatabaseName","d":"

    Returns the database on which the command was executed.

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandStartedEvent::getHost","p":"MongoDB/Driver/Monitoring/CommandStartedEvent.html#method_getHost","d":"

    Returns the server hostname for the command

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandStartedEvent::getOperationId","p":"MongoDB/Driver/Monitoring/CommandStartedEvent.html#method_getOperationId","d":"

    Returns the command's operation ID.

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandStartedEvent::getPort","p":"MongoDB/Driver/Monitoring/CommandStartedEvent.html#method_getPort","d":"

    Returns the server port for the command

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandStartedEvent::getRequestId","p":"MongoDB/Driver/Monitoring/CommandStartedEvent.html#method_getRequestId","d":"

    Returns the command's request ID.

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandStartedEvent::getServer","p":"MongoDB/Driver/Monitoring/CommandStartedEvent.html#method_getServer","d":"

    Returns the Server on which the command was executed.

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandStartedEvent::getServiceId","p":"MongoDB/Driver/Monitoring/CommandStartedEvent.html#method_getServiceId","d":"

    Returns the load balancer service ID for the command

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandStartedEvent::getServerConnectionId","p":"MongoDB/Driver/Monitoring/CommandStartedEvent.html#method_getServerConnectionId","d":"

    Returns the server connection ID for the command

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandSubscriber::commandFailed","p":"MongoDB/Driver/Monitoring/CommandSubscriber.html#method_commandFailed","d":"

    Notification method for a failed command.

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandSubscriber::commandStarted","p":"MongoDB/Driver/Monitoring/CommandSubscriber.html#method_commandStarted","d":"

    Notification method for a started command.

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandSubscriber::commandSucceeded","p":"MongoDB/Driver/Monitoring/CommandSubscriber.html#method_commandSucceeded","d":"

    Notification method for a successful command.

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandSucceededEvent::__wakeup","p":"MongoDB/Driver/Monitoring/CommandSucceededEvent.html#method___wakeup","d":null},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandSucceededEvent::getCommandName","p":"MongoDB/Driver/Monitoring/CommandSucceededEvent.html#method_getCommandName","d":"

    Returns the command name.

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandSucceededEvent::getDurationMicros","p":"MongoDB/Driver/Monitoring/CommandSucceededEvent.html#method_getDurationMicros","d":"

    Returns the command's duration in microseconds\nThe command's duration is a calculated value that includes the time to send the message and receive the reply from the server.

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandSucceededEvent::getHost","p":"MongoDB/Driver/Monitoring/CommandSucceededEvent.html#method_getHost","d":"

    Returns the server hostname for the command

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandSucceededEvent::getOperationId","p":"MongoDB/Driver/Monitoring/CommandSucceededEvent.html#method_getOperationId","d":"

    Returns the command's operation ID.

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandSucceededEvent::getPort","p":"MongoDB/Driver/Monitoring/CommandSucceededEvent.html#method_getPort","d":"

    Returns the server port for the command

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandSucceededEvent::getReply","p":"MongoDB/Driver/Monitoring/CommandSucceededEvent.html#method_getReply","d":"

    Returns the command reply document.

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandSucceededEvent::getRequestId","p":"MongoDB/Driver/Monitoring/CommandSucceededEvent.html#method_getRequestId","d":"

    Returns the command's request ID.

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandSucceededEvent::getServer","p":"MongoDB/Driver/Monitoring/CommandSucceededEvent.html#method_getServer","d":"

    Returns the Server on which the command was executed.

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandSucceededEvent::getServiceId","p":"MongoDB/Driver/Monitoring/CommandSucceededEvent.html#method_getServiceId","d":"

    Returns the load balancer service ID for the command

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandSucceededEvent::getServerConnectionId","p":"MongoDB/Driver/Monitoring/CommandSucceededEvent.html#method_getServerConnectionId","d":"

    Returns the server connection ID for the command

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\LogSubscriber::log","p":"MongoDB/Driver/Monitoring/LogSubscriber.html#method_log","d":null},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\SDAMSubscriber::serverChanged","p":"MongoDB/Driver/Monitoring/SDAMSubscriber.html#method_serverChanged","d":"

    Notification method for a server description change

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\SDAMSubscriber::serverClosed","p":"MongoDB/Driver/Monitoring/SDAMSubscriber.html#method_serverClosed","d":"

    Notification method for closing a server

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\SDAMSubscriber::serverOpening","p":"MongoDB/Driver/Monitoring/SDAMSubscriber.html#method_serverOpening","d":"

    Notification method for opening a server

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\SDAMSubscriber::serverHeartbeatFailed","p":"MongoDB/Driver/Monitoring/SDAMSubscriber.html#method_serverHeartbeatFailed","d":"

    Notification method for a failed server heartbeat

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\SDAMSubscriber::serverHeartbeatStarted","p":"MongoDB/Driver/Monitoring/SDAMSubscriber.html#method_serverHeartbeatStarted","d":"

    Notification method for a started server heartbeat

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\SDAMSubscriber::serverHeartbeatSucceeded","p":"MongoDB/Driver/Monitoring/SDAMSubscriber.html#method_serverHeartbeatSucceeded","d":"

    Notification method for a successful server heartbeat

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\SDAMSubscriber::topologyChanged","p":"MongoDB/Driver/Monitoring/SDAMSubscriber.html#method_topologyChanged","d":"

    Notification method for a topology description change

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\SDAMSubscriber::topologyClosed","p":"MongoDB/Driver/Monitoring/SDAMSubscriber.html#method_topologyClosed","d":"

    Notification method for closing the topology

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\SDAMSubscriber::topologyOpening","p":"MongoDB/Driver/Monitoring/SDAMSubscriber.html#method_topologyOpening","d":"

    Notification method for opening the topology

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\ServerChangedEvent::getPort","p":"MongoDB/Driver/Monitoring/ServerChangedEvent.html#method_getPort","d":"

    Returns the port on which this server is listening

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\ServerChangedEvent::getHost","p":"MongoDB/Driver/Monitoring/ServerChangedEvent.html#method_getHost","d":"

    Returns the hostname of the server

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\ServerChangedEvent::getNewDescription","p":"MongoDB/Driver/Monitoring/ServerChangedEvent.html#method_getNewDescription","d":"

    Returns the new description for the server

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\ServerChangedEvent::getPreviousDescription","p":"MongoDB/Driver/Monitoring/ServerChangedEvent.html#method_getPreviousDescription","d":"

    Returns the previous description for the server

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\ServerChangedEvent::getTopologyId","p":"MongoDB/Driver/Monitoring/ServerChangedEvent.html#method_getTopologyId","d":"

    Returns the topology ID associated with this server

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\ServerChangedEvent::__wakeup","p":"MongoDB/Driver/Monitoring/ServerChangedEvent.html#method___wakeup","d":null},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\ServerClosedEvent::getPort","p":"MongoDB/Driver/Monitoring/ServerClosedEvent.html#method_getPort","d":"

    Returns the port on which this server is listening

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\ServerClosedEvent::getHost","p":"MongoDB/Driver/Monitoring/ServerClosedEvent.html#method_getHost","d":"

    Returns the hostname of the server

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\ServerClosedEvent::getTopologyId","p":"MongoDB/Driver/Monitoring/ServerClosedEvent.html#method_getTopologyId","d":"

    Returns the topology ID associated with this server

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\ServerClosedEvent::__wakeup","p":"MongoDB/Driver/Monitoring/ServerClosedEvent.html#method___wakeup","d":null},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\ServerHeartbeatFailedEvent::getDurationMicros","p":"MongoDB/Driver/Monitoring/ServerHeartbeatFailedEvent.html#method_getDurationMicros","d":"

    Returns the heartbeat's duration in microseconds

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\ServerHeartbeatFailedEvent::getError","p":"MongoDB/Driver/Monitoring/ServerHeartbeatFailedEvent.html#method_getError","d":"

    Returns the Exception associated with the failed heartbeat

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\ServerHeartbeatFailedEvent::getPort","p":"MongoDB/Driver/Monitoring/ServerHeartbeatFailedEvent.html#method_getPort","d":"

    Returns the port on which this server is listening

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\ServerHeartbeatFailedEvent::getHost","p":"MongoDB/Driver/Monitoring/ServerHeartbeatFailedEvent.html#method_getHost","d":"

    Returns the hostname of the server

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\ServerHeartbeatFailedEvent::isAwaited","p":"MongoDB/Driver/Monitoring/ServerHeartbeatFailedEvent.html#method_isAwaited","d":"

    Returns whether the heartbeat used a streaming protocol

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\ServerHeartbeatFailedEvent::__wakeup","p":"MongoDB/Driver/Monitoring/ServerHeartbeatFailedEvent.html#method___wakeup","d":null},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\ServerHeartbeatStartedEvent::getPort","p":"MongoDB/Driver/Monitoring/ServerHeartbeatStartedEvent.html#method_getPort","d":"

    Returns the port on which this server is listening

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\ServerHeartbeatStartedEvent::getHost","p":"MongoDB/Driver/Monitoring/ServerHeartbeatStartedEvent.html#method_getHost","d":"

    Returns the hostname of the server

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\ServerHeartbeatStartedEvent::isAwaited","p":"MongoDB/Driver/Monitoring/ServerHeartbeatStartedEvent.html#method_isAwaited","d":"

    Returns whether the heartbeat used a streaming protocol

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\ServerHeartbeatStartedEvent::__wakeup","p":"MongoDB/Driver/Monitoring/ServerHeartbeatStartedEvent.html#method___wakeup","d":null},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\ServerHeartbeatSucceededEvent::getDurationMicros","p":"MongoDB/Driver/Monitoring/ServerHeartbeatSucceededEvent.html#method_getDurationMicros","d":"

    Returns the heartbeat's duration in microseconds

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\ServerHeartbeatSucceededEvent::getReply","p":"MongoDB/Driver/Monitoring/ServerHeartbeatSucceededEvent.html#method_getReply","d":"

    Returns the heartbeat reply document

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\ServerHeartbeatSucceededEvent::getPort","p":"MongoDB/Driver/Monitoring/ServerHeartbeatSucceededEvent.html#method_getPort","d":"

    Returns the port on which this server is listening

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\ServerHeartbeatSucceededEvent::getHost","p":"MongoDB/Driver/Monitoring/ServerHeartbeatSucceededEvent.html#method_getHost","d":"

    Returns the hostname of the server

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\ServerHeartbeatSucceededEvent::isAwaited","p":"MongoDB/Driver/Monitoring/ServerHeartbeatSucceededEvent.html#method_isAwaited","d":"

    Returns whether the heartbeat used a streaming protocol

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\ServerHeartbeatSucceededEvent::__wakeup","p":"MongoDB/Driver/Monitoring/ServerHeartbeatSucceededEvent.html#method___wakeup","d":null},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\ServerOpeningEvent::getPort","p":"MongoDB/Driver/Monitoring/ServerOpeningEvent.html#method_getPort","d":"

    Returns the port on which this server is listening

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\ServerOpeningEvent::getHost","p":"MongoDB/Driver/Monitoring/ServerOpeningEvent.html#method_getHost","d":"

    Returns the hostname of the server

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\ServerOpeningEvent::getTopologyId","p":"MongoDB/Driver/Monitoring/ServerOpeningEvent.html#method_getTopologyId","d":"

    Returns the topology ID associated with this server

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\ServerOpeningEvent::__wakeup","p":"MongoDB/Driver/Monitoring/ServerOpeningEvent.html#method___wakeup","d":null},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\TopologyChangedEvent::getNewDescription","p":"MongoDB/Driver/Monitoring/TopologyChangedEvent.html#method_getNewDescription","d":"

    Returns the new description for the topology

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\TopologyChangedEvent::getPreviousDescription","p":"MongoDB/Driver/Monitoring/TopologyChangedEvent.html#method_getPreviousDescription","d":"

    Returns the previous description for the topology

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\TopologyChangedEvent::getTopologyId","p":"MongoDB/Driver/Monitoring/TopologyChangedEvent.html#method_getTopologyId","d":"

    Returns the topology ID

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\TopologyChangedEvent::__wakeup","p":"MongoDB/Driver/Monitoring/TopologyChangedEvent.html#method___wakeup","d":null},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\TopologyClosedEvent::getTopologyId","p":"MongoDB/Driver/Monitoring/TopologyClosedEvent.html#method_getTopologyId","d":"

    Returns the topology ID

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\TopologyClosedEvent::__wakeup","p":"MongoDB/Driver/Monitoring/TopologyClosedEvent.html#method___wakeup","d":null},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\TopologyOpeningEvent::getTopologyId","p":"MongoDB/Driver/Monitoring/TopologyOpeningEvent.html#method_getTopologyId","d":"

    Returns the topology ID

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\TopologyOpeningEvent::__wakeup","p":"MongoDB/Driver/Monitoring/TopologyOpeningEvent.html#method___wakeup","d":null},{"t":"M","n":"MongoDB\\Driver\\Query::__construct","p":"MongoDB/Driver/Query.html#method___construct","d":"

    Construct new Query

    "},{"t":"M","n":"MongoDB\\Driver\\Query::__wakeup","p":"MongoDB/Driver/Query.html#method___wakeup","d":null},{"t":"M","n":"MongoDB\\Driver\\ReadConcern::__construct","p":"MongoDB/Driver/ReadConcern.html#method___construct","d":"

    Construct immutable ReadConcern

    "},{"t":"M","n":"MongoDB\\Driver\\ReadConcern::__set_state","p":"MongoDB/Driver/ReadConcern.html#method___set_state","d":null},{"t":"M","n":"MongoDB\\Driver\\ReadConcern::getLevel","p":"MongoDB/Driver/ReadConcern.html#method_getLevel","d":"

    Returns the ReadConcern's "level" option

    "},{"t":"M","n":"MongoDB\\Driver\\ReadConcern::bsonSerialize","p":"MongoDB/Driver/ReadConcern.html#method_bsonSerialize","d":"

    Returns an object for BSON serialization

    "},{"t":"M","n":"MongoDB\\Driver\\ReadConcern::isDefault","p":"MongoDB/Driver/ReadConcern.html#method_isDefault","d":"

    Checks if this is the default read concern

    "},{"t":"M","n":"MongoDB\\Driver\\ReadConcern::serialize","p":"MongoDB/Driver/ReadConcern.html#method_serialize","d":"

    Serialize a ReadConcern

    "},{"t":"M","n":"MongoDB\\Driver\\ReadConcern::unserialize","p":"MongoDB/Driver/ReadConcern.html#method_unserialize","d":"

    Unserialize a ReadConcern

    "},{"t":"M","n":"MongoDB\\Driver\\ReadPreference::__construct","p":"MongoDB/Driver/ReadPreference.html#method___construct","d":"

    Construct immutable ReadPreference

    "},{"t":"M","n":"MongoDB\\Driver\\ReadPreference::__set_state","p":"MongoDB/Driver/ReadPreference.html#method___set_state","d":null},{"t":"M","n":"MongoDB\\Driver\\ReadPreference::getHedge","p":"MongoDB/Driver/ReadPreference.html#method_getHedge","d":"

    Returns the ReadPreference's "hedge" option

    "},{"t":"M","n":"MongoDB\\Driver\\ReadPreference::getMode","p":"MongoDB/Driver/ReadPreference.html#method_getMode","d":"

    Returns the ReadPreference's "mode" option

    "},{"t":"M","n":"MongoDB\\Driver\\ReadPreference::getModeString","p":"MongoDB/Driver/ReadPreference.html#method_getModeString","d":"

    Returns the ReadPreference's "mode" option as a string

    "},{"t":"M","n":"MongoDB\\Driver\\ReadPreference::getTagSets","p":"MongoDB/Driver/ReadPreference.html#method_getTagSets","d":"

    Returns the ReadPreference's "tagSets" option

    "},{"t":"M","n":"MongoDB\\Driver\\ReadPreference::bsonSerialize","p":"MongoDB/Driver/ReadPreference.html#method_bsonSerialize","d":"

    Returns an object for BSON serialization

    "},{"t":"M","n":"MongoDB\\Driver\\ReadPreference::serialize","p":"MongoDB/Driver/ReadPreference.html#method_serialize","d":"

    Serialize a ReadPreference

    "},{"t":"M","n":"MongoDB\\Driver\\ReadPreference::unserialize","p":"MongoDB/Driver/ReadPreference.html#method_unserialize","d":"

    Unserialize a ReadPreference

    "},{"t":"M","n":"MongoDB\\Driver\\ReadPreference::getMaxStalenessSeconds","p":"MongoDB/Driver/ReadPreference.html#method_getMaxStalenessSeconds","d":null},{"t":"M","n":"MongoDB\\Driver\\Server::__wakeup","p":"MongoDB/Driver/Server.html#method___wakeup","d":null},{"t":"M","n":"MongoDB\\Driver\\Server::executeBulkWrite","p":"MongoDB/Driver/Server.html#method_executeBulkWrite","d":"

    Execute one or more write operations on this server

    "},{"t":"M","n":"MongoDB\\Driver\\Server::executeCommand","p":"MongoDB/Driver/Server.html#method_executeCommand","d":"

    Execute a database command on this server

    "},{"t":"M","n":"MongoDB\\Driver\\Server::executeReadCommand","p":"MongoDB/Driver/Server.html#method_executeReadCommand","d":"

    Execute a database command that reads on this server

    "},{"t":"M","n":"MongoDB\\Driver\\Server::executeReadWriteCommand","p":"MongoDB/Driver/Server.html#method_executeReadWriteCommand","d":"

    Execute a database command that reads and writes on this server

    "},{"t":"M","n":"MongoDB\\Driver\\Server::executeWriteCommand","p":"MongoDB/Driver/Server.html#method_executeWriteCommand","d":"

    Execute a database command that writes on this server

    "},{"t":"M","n":"MongoDB\\Driver\\Server::executeQuery","p":"MongoDB/Driver/Server.html#method_executeQuery","d":"

    Execute a database query on this server

    "},{"t":"M","n":"MongoDB\\Driver\\Server::getHost","p":"MongoDB/Driver/Server.html#method_getHost","d":"

    Returns the hostname of this server

    "},{"t":"M","n":"MongoDB\\Driver\\Server::getInfo","p":"MongoDB/Driver/Server.html#method_getInfo","d":"

    Returns an array of information about this server

    "},{"t":"M","n":"MongoDB\\Driver\\Server::getLatency","p":"MongoDB/Driver/Server.html#method_getLatency","d":"

    Returns the latency of this server

    "},{"t":"M","n":"MongoDB\\Driver\\Server::getPort","p":"MongoDB/Driver/Server.html#method_getPort","d":"

    Returns the port on which this server is listening

    "},{"t":"M","n":"MongoDB\\Driver\\Server::getServerDescription","p":"MongoDB/Driver/Server.html#method_getServerDescription","d":"

    Returns a ServerDescription for this server\nhttps://www.php.net/manual/en/mongodb-driver-server.getserverdescription.php

    "},{"t":"M","n":"MongoDB\\Driver\\Server::getTags","p":"MongoDB/Driver/Server.html#method_getTags","d":"

    Returns an array of tags describing this server in a replica set

    "},{"t":"M","n":"MongoDB\\Driver\\Server::getType","p":"MongoDB/Driver/Server.html#method_getType","d":"

    Returns an integer denoting the type of this server

    "},{"t":"M","n":"MongoDB\\Driver\\Server::isArbiter","p":"MongoDB/Driver/Server.html#method_isArbiter","d":"

    Checks if this server is an arbiter member of a replica set

    "},{"t":"M","n":"MongoDB\\Driver\\Server::isHidden","p":"MongoDB/Driver/Server.html#method_isHidden","d":"

    Checks if this server is a hidden member of a replica set

    "},{"t":"M","n":"MongoDB\\Driver\\Server::isPassive","p":"MongoDB/Driver/Server.html#method_isPassive","d":"

    Checks if this server is a passive member of a replica set

    "},{"t":"M","n":"MongoDB\\Driver\\Server::isPrimary","p":"MongoDB/Driver/Server.html#method_isPrimary","d":"

    Checks if this server is a primary member of a replica set

    "},{"t":"M","n":"MongoDB\\Driver\\Server::isSecondary","p":"MongoDB/Driver/Server.html#method_isSecondary","d":"

    Checks if this server is a secondary member of a replica set

    "},{"t":"M","n":"MongoDB\\Driver\\ServerApi::__construct","p":"MongoDB/Driver/ServerApi.html#method___construct","d":null},{"t":"M","n":"MongoDB\\Driver\\ServerApi::__set_state","p":"MongoDB/Driver/ServerApi.html#method___set_state","d":null},{"t":"M","n":"MongoDB\\Driver\\ServerApi::unserialize","p":"MongoDB/Driver/ServerApi.html#method_unserialize","d":"

    Constructs the object.

    "},{"t":"M","n":"MongoDB\\Driver\\ServerApi::serialize","p":"MongoDB/Driver/ServerApi.html#method_serialize","d":"

    String representation of object.

    "},{"t":"M","n":"MongoDB\\Driver\\ServerApi::bsonSerialize","p":"MongoDB/Driver/ServerApi.html#method_bsonSerialize","d":"

    Provides an array or document to serialize as BSON\nCalled during serialization of the object to BSON. The method must return an array or stdClass.

    "},{"t":"M","n":"MongoDB\\Driver\\ServerDescription::getHelloResponse","p":"MongoDB/Driver/ServerDescription.html#method_getHelloResponse","d":"

    Returns the server's most recent "hello" response

    "},{"t":"M","n":"MongoDB\\Driver\\ServerDescription::getHost","p":"MongoDB/Driver/ServerDescription.html#method_getHost","d":"

    Returns the hostname of this server

    "},{"t":"M","n":"MongoDB\\Driver\\ServerDescription::getLastUpdateTime","p":"MongoDB/Driver/ServerDescription.html#method_getLastUpdateTime","d":"

    Returns the server's last update time in microseconds

    "},{"t":"M","n":"MongoDB\\Driver\\ServerDescription::getPort","p":"MongoDB/Driver/ServerDescription.html#method_getPort","d":"

    Returns the port on which this server is listening

    "},{"t":"M","n":"MongoDB\\Driver\\ServerDescription::getRoundTripTime","p":"MongoDB/Driver/ServerDescription.html#method_getRoundTripTime","d":"

    Returns the server's round trip time in milliseconds

    "},{"t":"M","n":"MongoDB\\Driver\\ServerDescription::getType","p":"MongoDB/Driver/ServerDescription.html#method_getType","d":"

    Returns a string denoting the type of this server

    "},{"t":"M","n":"MongoDB\\Driver\\ServerDescription::__wakeup","p":"MongoDB/Driver/ServerDescription.html#method___wakeup","d":null},{"t":"M","n":"MongoDB\\Driver\\Session::__wakeup","p":"MongoDB/Driver/Session.html#method___wakeup","d":null},{"t":"M","n":"MongoDB\\Driver\\Session::abortTransaction","p":"MongoDB/Driver/Session.html#method_abortTransaction","d":"

    Aborts a transaction

    "},{"t":"M","n":"MongoDB\\Driver\\Session::advanceClusterTime","p":"MongoDB/Driver/Session.html#method_advanceClusterTime","d":"

    Advances the cluster time for this session

    "},{"t":"M","n":"MongoDB\\Driver\\Session::advanceOperationTime","p":"MongoDB/Driver/Session.html#method_advanceOperationTime","d":"

    Advances the operation time for this session

    "},{"t":"M","n":"MongoDB\\Driver\\Session::commitTransaction","p":"MongoDB/Driver/Session.html#method_commitTransaction","d":""},{"t":"M","n":"MongoDB\\Driver\\Session::endSession","p":"MongoDB/Driver/Session.html#method_endSession","d":"

    This method closes an existing session. If a transaction was associated with this session, this transaction is also aborted,\nand all its operations are rolled back.

    "},{"t":"M","n":"MongoDB\\Driver\\Session::getClusterTime","p":"MongoDB/Driver/Session.html#method_getClusterTime","d":"

    Returns the cluster time for this session

    "},{"t":"M","n":"MongoDB\\Driver\\Session::getLogicalSessionId","p":"MongoDB/Driver/Session.html#method_getLogicalSessionId","d":"

    Returns the logical session ID for this session

    "},{"t":"M","n":"MongoDB\\Driver\\Session::getOperationTime","p":"MongoDB/Driver/Session.html#method_getOperationTime","d":"

    Returns the operation time for this session, or NULL if the session has no operation time

    "},{"t":"M","n":"MongoDB\\Driver\\Session::getServer","p":"MongoDB/Driver/Session.html#method_getServer","d":"

    Returns the server to which this session is pinned, or NULL if the session is not pinned to any server.

    "},{"t":"M","n":"MongoDB\\Driver\\Session::getTransactionOptions","p":"MongoDB/Driver/Session.html#method_getTransactionOptions","d":"

    Returns options for the current transactions, or NULL if no transaction is running.

    "},{"t":"M","n":"MongoDB\\Driver\\Session::getTransactionState","p":"MongoDB/Driver/Session.html#method_getTransactionState","d":"

    Returns the current transaction state

    "},{"t":"M","n":"MongoDB\\Driver\\Session::isDirty","p":"MongoDB/Driver/Session.html#method_isDirty","d":"

    Returns whether the session has been marked as dirty

    "},{"t":"M","n":"MongoDB\\Driver\\Session::isInTransaction","p":"MongoDB/Driver/Session.html#method_isInTransaction","d":"

    Returns whether a multi-document transaction is in progress.

    "},{"t":"M","n":"MongoDB\\Driver\\Session::startTransaction","p":"MongoDB/Driver/Session.html#method_startTransaction","d":"

    Starts a transaction

    "},{"t":"M","n":"MongoDB\\Driver\\TopologyDescription::getServers","p":"MongoDB/Driver/TopologyDescription.html#method_getServers","d":"

    Returns the servers in the topology

    "},{"t":"M","n":"MongoDB\\Driver\\TopologyDescription::getType","p":"MongoDB/Driver/TopologyDescription.html#method_getType","d":"

    Returns a string denoting the type of this topology

    "},{"t":"M","n":"MongoDB\\Driver\\TopologyDescription::hasReadableServer","p":"MongoDB/Driver/TopologyDescription.html#method_hasReadableServer","d":"

    Returns whether the topology has a readable server

    "},{"t":"M","n":"MongoDB\\Driver\\TopologyDescription::hasWritableServer","p":"MongoDB/Driver/TopologyDescription.html#method_hasWritableServer","d":"

    Returns whether the topology has a writable server

    "},{"t":"M","n":"MongoDB\\Driver\\TopologyDescription::__wakeup","p":"MongoDB/Driver/TopologyDescription.html#method___wakeup","d":null},{"t":"M","n":"MongoDB\\Driver\\WriteConcern::__construct","p":"MongoDB/Driver/WriteConcern.html#method___construct","d":"

    Construct immutable WriteConcern

    "},{"t":"M","n":"MongoDB\\Driver\\WriteConcern::__set_state","p":"MongoDB/Driver/WriteConcern.html#method___set_state","d":null},{"t":"M","n":"MongoDB\\Driver\\WriteConcern::getJournal","p":"MongoDB/Driver/WriteConcern.html#method_getJournal","d":"

    Returns the WriteConcern's "journal" option

    "},{"t":"M","n":"MongoDB\\Driver\\WriteConcern::getW","p":"MongoDB/Driver/WriteConcern.html#method_getW","d":"

    Returns the WriteConcern's "w" option

    "},{"t":"M","n":"MongoDB\\Driver\\WriteConcern::getWtimeout","p":"MongoDB/Driver/WriteConcern.html#method_getWtimeout","d":"

    Returns the WriteConcern's "wtimeout" option

    "},{"t":"M","n":"MongoDB\\Driver\\WriteConcern::bsonSerialize","p":"MongoDB/Driver/WriteConcern.html#method_bsonSerialize","d":"

    Returns an object for BSON serialization

    "},{"t":"M","n":"MongoDB\\Driver\\WriteConcern::serialize","p":"MongoDB/Driver/WriteConcern.html#method_serialize","d":"

    Serialize a WriteConcern

    "},{"t":"M","n":"MongoDB\\Driver\\WriteConcern::unserialize","p":"MongoDB/Driver/WriteConcern.html#method_unserialize","d":"

    Unserialize a WriteConcern

    "},{"t":"M","n":"MongoDB\\Driver\\WriteConcern::isDefault","p":"MongoDB/Driver/WriteConcern.html#method_isDefault","d":null},{"t":"M","n":"MongoDB\\Driver\\WriteConcernError::__wakeup","p":"MongoDB/Driver/WriteConcernError.html#method___wakeup","d":null},{"t":"M","n":"MongoDB\\Driver\\WriteConcernError::getCode","p":"MongoDB/Driver/WriteConcernError.html#method_getCode","d":"

    Returns the WriteConcernError's error code

    "},{"t":"M","n":"MongoDB\\Driver\\WriteConcernError::getInfo","p":"MongoDB/Driver/WriteConcernError.html#method_getInfo","d":"

    Returns additional metadata for the WriteConcernError

    "},{"t":"M","n":"MongoDB\\Driver\\WriteConcernError::getMessage","p":"MongoDB/Driver/WriteConcernError.html#method_getMessage","d":"

    Returns the WriteConcernError's error message

    "},{"t":"M","n":"MongoDB\\Driver\\WriteError::__wakeup","p":"MongoDB/Driver/WriteError.html#method___wakeup","d":null},{"t":"M","n":"MongoDB\\Driver\\WriteError::getCode","p":"MongoDB/Driver/WriteError.html#method_getCode","d":"

    Returns the WriteError's error code

    "},{"t":"M","n":"MongoDB\\Driver\\WriteError::getIndex","p":"MongoDB/Driver/WriteError.html#method_getIndex","d":"

    Returns the index of the write operation corresponding to this WriteError

    "},{"t":"M","n":"MongoDB\\Driver\\WriteError::getInfo","p":"MongoDB/Driver/WriteError.html#method_getInfo","d":"

    Returns additional metadata for the WriteError

    "},{"t":"M","n":"MongoDB\\Driver\\WriteError::getMessage","p":"MongoDB/Driver/WriteError.html#method_getMessage","d":"

    Returns the WriteError's error message

    "},{"t":"M","n":"MongoDB\\Driver\\WriteResult::__wakeup","p":"MongoDB/Driver/WriteResult.html#method___wakeup","d":null},{"t":"M","n":"MongoDB\\Driver\\WriteResult::getDeletedCount","p":"MongoDB/Driver/WriteResult.html#method_getDeletedCount","d":"

    Returns the number of documents deleted

    "},{"t":"M","n":"MongoDB\\Driver\\WriteResult::getInsertedCount","p":"MongoDB/Driver/WriteResult.html#method_getInsertedCount","d":"

    Returns the number of documents inserted (excluding upserts)

    "},{"t":"M","n":"MongoDB\\Driver\\WriteResult::getMatchedCount","p":"MongoDB/Driver/WriteResult.html#method_getMatchedCount","d":"

    Returns the number of documents selected for update

    "},{"t":"M","n":"MongoDB\\Driver\\WriteResult::getModifiedCount","p":"MongoDB/Driver/WriteResult.html#method_getModifiedCount","d":"

    Returns the number of existing documents updated

    "},{"t":"M","n":"MongoDB\\Driver\\WriteResult::getServer","p":"MongoDB/Driver/WriteResult.html#method_getServer","d":"

    Returns the server associated with this write result

    "},{"t":"M","n":"MongoDB\\Driver\\WriteResult::getUpsertedCount","p":"MongoDB/Driver/WriteResult.html#method_getUpsertedCount","d":"

    Returns the number of documents inserted by an upsert

    "},{"t":"M","n":"MongoDB\\Driver\\WriteResult::getUpsertedIds","p":"MongoDB/Driver/WriteResult.html#method_getUpsertedIds","d":"

    Returns an array of identifiers for upserted documents

    "},{"t":"M","n":"MongoDB\\Driver\\WriteResult::getWriteConcernError","p":"MongoDB/Driver/WriteResult.html#method_getWriteConcernError","d":"

    Returns any write concern error that occurred

    "},{"t":"M","n":"MongoDB\\Driver\\WriteResult::getWriteErrors","p":"MongoDB/Driver/WriteResult.html#method_getWriteErrors","d":"

    Returns any write errors that occurred

    "},{"t":"M","n":"MongoDB\\Driver\\WriteResult::getErrorReplies","p":"MongoDB/Driver/WriteResult.html#method_getErrorReplies","d":""},{"t":"M","n":"MongoDB\\Driver\\WriteResult::isAcknowledged","p":"MongoDB/Driver/WriteResult.html#method_isAcknowledged","d":"

    Returns whether the write was acknowledged

    "},{"t":"M","n":"MongoDate::__construct","p":"MongoDate.html#method___construct","d":"

    Creates a new date. If no parameters are given, the current time is used.

    "},{"t":"M","n":"MongoDate::toDateTime","p":"MongoDate.html#method_toDateTime","d":"

    Returns a DateTime object representing this date

    "},{"t":"M","n":"MongoDate::__toString","p":"MongoDate.html#method___toString","d":"

    Returns a string representation of this date

    "},{"t":"M","n":"MongoGridFS::__construct","p":"MongoGridFS.html#method___construct","d":"

    Files as stored across two collections, the first containing file meta\ninformation, the second containing chunks of the actual file. By default,\nfs.files and fs.chunks are the collection names used.

    "},{"t":"M","n":"MongoGridFS::drop","p":"MongoGridFS.html#method_drop","d":"

    Drops the files and chunks collections

    "},{"t":"M","n":"MongoGridFS::find","p":"MongoGridFS.html#method_find","d":""},{"t":"M","n":"MongoGridFS::storeFile","p":"MongoGridFS.html#method_storeFile","d":"

    Stores a file in the database

    "},{"t":"M","n":"MongoGridFS::storeBytes","p":"MongoGridFS.html#method_storeBytes","d":"

    Chunkifies and stores bytes in the database

    "},{"t":"M","n":"MongoGridFS::findOne","p":"MongoGridFS.html#method_findOne","d":"

    Returns a single file matching the criteria

    "},{"t":"M","n":"MongoGridFS::remove","p":"MongoGridFS.html#method_remove","d":"

    Removes files from the collections

    "},{"t":"M","n":"MongoGridFS::delete","p":"MongoGridFS.html#method_delete","d":"

    Delete a file from the database

    "},{"t":"M","n":"MongoGridFS::storeUpload","p":"MongoGridFS.html#method_storeUpload","d":"

    Saves an uploaded file directly from a POST to the database

    "},{"t":"M","n":"MongoGridFS::get","p":"MongoGridFS.html#method_get","d":"

    Retrieve a file from the database

    "},{"t":"M","n":"MongoGridFS::put","p":"MongoGridFS.html#method_put","d":"

    Stores a file in the database

    "},{"t":"M","n":"MongoGridFSCursor::__construct","p":"MongoGridFSCursor.html#method___construct","d":"

    Create a new cursor

    "},{"t":"M","n":"MongoGridFSCursor::getNext","p":"MongoGridFSCursor.html#method_getNext","d":"

    Return the next file to which this cursor points, and advance the cursor

    "},{"t":"M","n":"MongoGridFSCursor::current","p":"MongoGridFSCursor.html#method_current","d":"

    Returns the current file

    "},{"t":"M","n":"MongoGridFSCursor::key","p":"MongoGridFSCursor.html#method_key","d":"

    Returns the current result's filename

    "},{"t":"M","n":"MongoGridFSFile::__construct","p":"MongoGridFSFile.html#method___construct","d":""},{"t":"M","n":"MongoGridFSFile::getFilename","p":"MongoGridFSFile.html#method_getFilename","d":"

    Returns this file's filename

    "},{"t":"M","n":"MongoGridFSFile::getSize","p":"MongoGridFSFile.html#method_getSize","d":"

    Returns this file's size

    "},{"t":"M","n":"MongoGridFSFile::write","p":"MongoGridFSFile.html#method_write","d":"

    Writes this file to the filesystem

    "},{"t":"M","n":"MongoGridFSFile::getBytes","p":"MongoGridFSFile.html#method_getBytes","d":"

    This will load the file into memory. If the file is bigger than your memory, this will cause problems!

    "},{"t":"M","n":"MongoGridFSFile::getResource","p":"MongoGridFSFile.html#method_getResource","d":"

    This method returns a stream resource that can be used to read the stored file with all file functions in PHP.

    "},{"t":"M","n":"MongoId::__construct","p":"MongoId.html#method___construct","d":"

    (PECL mongo >= 0.8.0)\nCreates a new id

    "},{"t":"M","n":"MongoId::isValid","p":"MongoId.html#method_isValid","d":"

    (PECL mongo >= 0.8.0)\nCheck if a value is a valid ObjectId

    "},{"t":"M","n":"MongoId::__toString","p":"MongoId.html#method___toString","d":"

    (PECL mongo >= 0.8.0)\nReturns a hexadecimal representation of this id

    "},{"t":"M","n":"MongoId::getInc","p":"MongoId.html#method_getInc","d":"

    (PECL mongo >= 1.0.11)\nGets the incremented value to create this id

    "},{"t":"M","n":"MongoId::getPID","p":"MongoId.html#method_getPID","d":"

    (PECL mongo >= 1.0.11)\nGets the process ID

    "},{"t":"M","n":"MongoId::getTimestamp","p":"MongoId.html#method_getTimestamp","d":"

    (PECL mongo >= 1.0.1)\nGets the number of seconds since the epoch that this id was created

    "},{"t":"M","n":"MongoId::getHostname","p":"MongoId.html#method_getHostname","d":"

    (PECL mongo >= 1.0.8)\nGets the hostname being used for this machine's ids

    "},{"t":"M","n":"MongoId::__set_state","p":"MongoId.html#method___set_state","d":"

    (PECL mongo >= 1.0.8)\nCreate a dummy MongoId

    "},{"t":"M","n":"MongoInt32::__construct","p":"MongoInt32.html#method___construct","d":"

    Creates a new 32-bit number with the given value.

    "},{"t":"M","n":"MongoInt32::__toString","p":"MongoInt32.html#method___toString","d":""},{"t":"M","n":"MongoInt64::__construct","p":"MongoInt64.html#method___construct","d":"

    Creates a new 64-bit number with the given value.

    "},{"t":"M","n":"MongoInt64::__toString","p":"MongoInt64.html#method___toString","d":""},{"t":"M","n":"MongoLog::setCallback","p":"MongoLog.html#method_setCallback","d":"

    (PECL mongo >= 1.3.0)

    \n

    \nThis function will set a callback function to be called for https://secure.php.net/manual/en/class.mongolog.php MongoLog events\ninstead of triggering warnings."},{"t":"M","n":"MongoLog::setLevel","p":"MongoLog.html#method_setLevel","d":"

    This function can be used to set how verbose logging should be and the types of\nactivities that should be logged. Use the constants described in the MongoLog\nsection with bitwise operators to specify levels.

    "},{"t":"M","n":"MongoLog::getLevel","p":"MongoLog.html#method_getLevel","d":"

    This can be used to see the log level. Use the constants described in the\nMongoLog section with bitwise operators to check the level.

    "},{"t":"M","n":"MongoLog::setModule","p":"MongoLog.html#method_setModule","d":"

    This function can be used to set which parts of the driver's functionality\nshould be logged. Use the constants described in the MongoLog section with\nbitwise operators to specify modules.

    "},{"t":"M","n":"MongoLog::getModule","p":"MongoLog.html#method_getModule","d":"

    This function can be used to see which parts of the driver's functionality are\nbeing logged. Use the constants described in the MongoLog section with bitwise\noperators to check if specific modules are being logged.

    "},{"t":"M","n":"MongoPool::info","p":"MongoPool.html#method_info","d":"

    Returns an array of information about all connection pools.

    "},{"t":"M","n":"MongoPool::setSize","p":"MongoPool.html#method_setSize","d":"

    Sets the max number of connections new pools will be able to create.

    "},{"t":"M","n":"MongoPool::getSize","p":"MongoPool.html#method_getSize","d":""},{"t":"M","n":"MongoRegex::__construct","p":"MongoRegex.html#method___construct","d":"

    Creates a new regular expression.

    "},{"t":"M","n":"MongoRegex::__toString","p":"MongoRegex.html#method___toString","d":"

    Returns a string representation of this regular expression.

    "},{"t":"M","n":"MongoResultException::getDocument","p":"MongoResultException.html#method_getDocument","d":"

    (PECL mongo >= 1.3.0)

    \n

    Retrieve the full result document\nhttps://secure.php.net/manual/en/mongoresultexception.getdocument.php

    "},{"t":"M","n":"MongoTimestamp::__construct","p":"MongoTimestamp.html#method___construct","d":"

    Creates a new timestamp. If no parameters are given, the current time is used\nand the increment is automatically provided. The increment is set to 0 when the\nmodule is loaded and is incremented every time this constructor is called\n(without the $inc parameter passed in).

    "},{"t":"M","n":"MongoTimestamp::__toString","p":"MongoTimestamp.html#method___toString","d":""},{"t":"M","n":"MongoUpdateBatch::__construct","p":"MongoUpdateBatch.html#method___construct","d":"

    (PECL mongo >= 1.5.0)

    \n

    MongoUpdateBatch constructor.

    "},{"t":"M","n":"MongoWriteBatch::__construct","p":"MongoWriteBatch.html#method___construct","d":"

    (PECL mongo >= 1.5.0)

    \n

    MongoWriteBatch constructor.

    "},{"t":"M","n":"MongoWriteBatch::add","p":"MongoWriteBatch.html#method_add","d":"

    (PECL mongo >= 1.5.0)

    \n

    Adds a write operation to a batch

    "},{"t":"M","n":"MongoWriteBatch::execute","p":"MongoWriteBatch.html#method_execute","d":"

    (PECL mongo >= 1.5.0)

    \n

    Executes a batch of write operations

    "},{"t":"M","n":"MongoWriteConcernException::getDocument","p":"MongoWriteConcernException.html#method_getDocument","d":"

    Get the error document

    "},{"t":"M","n":"Mosquitto\\Client::__construct","p":"Mosquitto/Client.html#method___construct","d":"

    Construct a new Client instance.

    "},{"t":"M","n":"Mosquitto\\Client::setCredentials","p":"Mosquitto/Client.html#method_setCredentials","d":"

    Set the username and password to use on connecting to the broker. Must be called before connect.

    "},{"t":"M","n":"Mosquitto\\Client::setTlsCertificates","p":"Mosquitto/Client.html#method_setTlsCertificates","d":"

    Configure the client for certificate based SSL/TLS support. Must be called before connect. Cannot be used in\nconjunction with setTlsPSK.

    "},{"t":"M","n":"Mosquitto\\Client::setTlsInsecure","p":"Mosquitto/Client.html#method_setTlsInsecure","d":"

    Configure verification of the server hostname in the server certificate. If $value is true, it is impossible\nto guarantee that the host you are connecting to is not impersonating your server. Do not use this function in a\nreal system. Must be called before connect.

    "},{"t":"M","n":"Mosquitto\\Client::setTlsOptions","p":"Mosquitto/Client.html#method_setTlsOptions","d":"

    Set advanced SSL/TLS options. Must be called before connect.

    "},{"t":"M","n":"Mosquitto\\Client::setTlsPSK","p":"Mosquitto/Client.html#method_setTlsPSK","d":"

    Configure the client for pre-shared-key based TLS support. Must be called before connect. Cannot be used in\nconjunction with setTlsCertificates.

    "},{"t":"M","n":"Mosquitto\\Client::setWill","p":"Mosquitto/Client.html#method_setWill","d":"

    Set the client \u201clast will and testament\u201d, which will be sent on an unclean disconnection from the broker.

    "},{"t":"M","n":"Mosquitto\\Client::clearWill","p":"Mosquitto/Client.html#method_clearWill","d":"

    Remove a previously-set will. No parameters.

    "},{"t":"M","n":"Mosquitto\\Client::setReconnectDelay","p":"Mosquitto/Client.html#method_setReconnectDelay","d":"

    Control the behaviour of the client when it has unexpectedly disconnected in Client::loopForever().

    "},{"t":"M","n":"Mosquitto\\Client::connect","p":"Mosquitto/Client.html#method_connect","d":"

    Connect to an MQTT broker.

    "},{"t":"M","n":"Mosquitto\\Client::disconnect","p":"Mosquitto/Client.html#method_disconnect","d":"

    Disconnect from the broker. No parameters.

    "},{"t":"M","n":"Mosquitto\\Client::onConnect","p":"Mosquitto/Client.html#method_onConnect","d":"

    Set the connect callback. This is called when the broker sends a CONNACK message in response to a connection.

    "},{"t":"M","n":"Mosquitto\\Client::onDisconnect","p":"Mosquitto/Client.html#method_onDisconnect","d":"

    Set the disconnect callback. This is called when the broker has received the DISCONNECT command and has\ndisconnected the client.

    "},{"t":"M","n":"Mosquitto\\Client::onLog","p":"Mosquitto/Client.html#method_onLog","d":"

    Set the logging callback.

    "},{"t":"M","n":"Mosquitto\\Client::onSubscribe","p":"Mosquitto/Client.html#method_onSubscribe","d":"

    Set the subscribe callback. This is called when the broker responds to a subscription request.

    "},{"t":"M","n":"Mosquitto\\Client::onUnsubscribe","p":"Mosquitto/Client.html#method_onUnsubscribe","d":"

    Set the unsubscribe callback. This is called when the broker responds to a unsubscribe request.

    "},{"t":"M","n":"Mosquitto\\Client::onMessage","p":"Mosquitto/Client.html#method_onMessage","d":"

    Set the message callback. This is called when a message is received from the broker.

    "},{"t":"M","n":"Mosquitto\\Client::onPublish","p":"Mosquitto/Client.html#method_onPublish","d":"

    Set the publish callback. This is called when a message is published by the client itself.

    "},{"t":"M","n":"Mosquitto\\Client::setMaxInFlightMessages","p":"Mosquitto/Client.html#method_setMaxInFlightMessages","d":"

    Set the number of QoS 1 and 2 messages that can be \u201cin flight\u201d at one time. An in flight message is part way\nthrough its delivery flow. Attempts to send further messages with publish will result in the messages\nbeing queued until the number of in flight messages reduces.

    "},{"t":"M","n":"Mosquitto\\Client::setMessageRetry","p":"Mosquitto/Client.html#method_setMessageRetry","d":"

    Set the number of seconds to wait before retrying messages. This applies to publishing messages with QoS > 0.

    "},{"t":"M","n":"Mosquitto\\Client::publish","p":"Mosquitto/Client.html#method_publish","d":"

    Publish a message on a given topic.

    "},{"t":"M","n":"Mosquitto\\Client::subscribe","p":"Mosquitto/Client.html#method_subscribe","d":"

    Subscribe to a topic.

    "},{"t":"M","n":"Mosquitto\\Client::unsubscribe","p":"Mosquitto/Client.html#method_unsubscribe","d":"

    Unsubscribe from a topic.

    "},{"t":"M","n":"Mosquitto\\Client::loop","p":"Mosquitto/Client.html#method_loop","d":"

    The main network loop for the client. You must call this frequently in order to keep communications between\nthe client and broker working. If incoming data is present it will then be processed. Outgoing commands,\nfrom e.g. publish, are normally sent immediately that their function is called, but this is not always possible.

    "},{"t":"M","n":"Mosquitto\\Client::loopForever","p":"Mosquitto/Client.html#method_loopForever","d":"

    Call loop() in an infinite blocking loop. Callbacks will be called as required. This will handle reconnecting\nif the connection is lost. Call disconnect in a callback to disconnect and return from the loop. Alternatively,\ncall exitLoop to exit the loop without disconnecting. You will need to re-enter the loop again afterwards\nto maintain the connection.

    "},{"t":"M","n":"Mosquitto\\Client::exitLoop","p":"Mosquitto/Client.html#method_exitLoop","d":"

    Exit the loopForever event loop without disconnecting. You will need to re-enter the loop afterwards\nin order to maintain the connection.

    "},{"t":"M","n":"Mosquitto\\Message::topicMatchesSub","p":"Mosquitto/Message.html#method_topicMatchesSub","d":"

    Returns true if the supplied topic matches the supplied description, and otherwise false.

    "},{"t":"M","n":"Mosquitto\\Message::tokeniseTopic","p":"Mosquitto/Message.html#method_tokeniseTopic","d":"

    Tokenise a topic or subscription string into an array of strings representing the topic hierarchy.

    "},{"t":"M","n":"MultipleIterator::__construct","p":"MultipleIterator.html#method___construct","d":"

    Constructs a new MultipleIterator

    "},{"t":"M","n":"MultipleIterator::getFlags","p":"MultipleIterator.html#method_getFlags","d":"

    Gets the flag information

    "},{"t":"M","n":"MultipleIterator::setFlags","p":"MultipleIterator.html#method_setFlags","d":"

    Sets flags

    "},{"t":"M","n":"MultipleIterator::attachIterator","p":"MultipleIterator.html#method_attachIterator","d":"

    Attaches iterator information

    "},{"t":"M","n":"MultipleIterator::detachIterator","p":"MultipleIterator.html#method_detachIterator","d":"

    Detaches an iterator

    "},{"t":"M","n":"MultipleIterator::containsIterator","p":"MultipleIterator.html#method_containsIterator","d":"

    Checks if an iterator is attached

    "},{"t":"M","n":"MultipleIterator::countIterators","p":"MultipleIterator.html#method_countIterators","d":"

    Gets the number of attached iterator instances

    "},{"t":"M","n":"MultipleIterator::rewind","p":"MultipleIterator.html#method_rewind","d":"

    Rewinds all attached iterator instances

    "},{"t":"M","n":"MultipleIterator::valid","p":"MultipleIterator.html#method_valid","d":"

    Checks the validity of sub iterators

    "},{"t":"M","n":"MultipleIterator::key","p":"MultipleIterator.html#method_key","d":"

    Gets the registered iterator instances

    "},{"t":"M","n":"MultipleIterator::current","p":"MultipleIterator.html#method_current","d":"

    Gets the registered iterator instances

    "},{"t":"M","n":"MultipleIterator::next","p":"MultipleIterator.html#method_next","d":"

    Moves all attached iterator instances forward

    "},{"t":"M","n":"MultipleIterator::__debugInfo","p":"MultipleIterator.html#method___debugInfo","d":""},{"t":"M","n":"NoRewindIterator::__construct","p":"NoRewindIterator.html#method___construct","d":"

    Construct a NoRewindIterator

    "},{"t":"M","n":"NoRewindIterator::rewind","p":"NoRewindIterator.html#method_rewind","d":"

    Prevents the rewind operation on the inner iterator.

    "},{"t":"M","n":"NoRewindIterator::valid","p":"NoRewindIterator.html#method_valid","d":"

    Validates the iterator

    "},{"t":"M","n":"NoRewindIterator::key","p":"NoRewindIterator.html#method_key","d":"

    Get the current key

    "},{"t":"M","n":"NoRewindIterator::current","p":"NoRewindIterator.html#method_current","d":"

    Get the current value

    "},{"t":"M","n":"NoRewindIterator::next","p":"NoRewindIterator.html#method_next","d":"

    Forward to the next element

    "},{"t":"M","n":"NoRewindIterator::getInnerIterator","p":"NoRewindIterator.html#method_getInnerIterator","d":"

    Get the inner iterator

    "},{"t":"M","n":"Normalizer::normalize","p":"Normalizer.html#method_normalize","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nNormalizes the input provided and returns the normalized string

    "},{"t":"M","n":"Normalizer::isNormalized","p":"Normalizer.html#method_isNormalized","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nChecks if the provided string is already in the specified normalization form.

    "},{"t":"M","n":"Normalizer::getRawDecomposition","p":"Normalizer.html#method_getRawDecomposition","d":""},{"t":"M","n":"NumberFormatter::__construct","p":"NumberFormatter.html#method___construct","d":""},{"t":"M","n":"NumberFormatter::create","p":"NumberFormatter.html#method_create","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nCreate a number formatter

    "},{"t":"M","n":"NumberFormatter::format","p":"NumberFormatter.html#method_format","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nFormat a number

    "},{"t":"M","n":"NumberFormatter::parse","p":"NumberFormatter.html#method_parse","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nParse a number

    "},{"t":"M","n":"NumberFormatter::formatCurrency","p":"NumberFormatter.html#method_formatCurrency","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nFormat a currency value

    "},{"t":"M","n":"NumberFormatter::parseCurrency","p":"NumberFormatter.html#method_parseCurrency","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nParse a currency number

    "},{"t":"M","n":"NumberFormatter::setAttribute","p":"NumberFormatter.html#method_setAttribute","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nSet an attribute

    "},{"t":"M","n":"NumberFormatter::getAttribute","p":"NumberFormatter.html#method_getAttribute","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet an attribute

    "},{"t":"M","n":"NumberFormatter::setTextAttribute","p":"NumberFormatter.html#method_setTextAttribute","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nSet a text attribute

    "},{"t":"M","n":"NumberFormatter::getTextAttribute","p":"NumberFormatter.html#method_getTextAttribute","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet a text attribute

    "},{"t":"M","n":"NumberFormatter::setSymbol","p":"NumberFormatter.html#method_setSymbol","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nSet a symbol value

    "},{"t":"M","n":"NumberFormatter::getSymbol","p":"NumberFormatter.html#method_getSymbol","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet a symbol value

    "},{"t":"M","n":"NumberFormatter::setPattern","p":"NumberFormatter.html#method_setPattern","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nSet formatter pattern

    "},{"t":"M","n":"NumberFormatter::getPattern","p":"NumberFormatter.html#method_getPattern","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet formatter pattern

    "},{"t":"M","n":"NumberFormatter::getLocale","p":"NumberFormatter.html#method_getLocale","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet formatter locale

    "},{"t":"M","n":"NumberFormatter::getErrorCode","p":"NumberFormatter.html#method_getErrorCode","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet formatter's last error code.

    "},{"t":"M","n":"NumberFormatter::getErrorMessage","p":"NumberFormatter.html#method_getErrorMessage","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet formatter's last error message.

    "},{"t":"M","n":"OAuth::__construct","p":"OAuth.html#method___construct","d":"

    Create a new OAuth object

    "},{"t":"M","n":"OAuth::disableDebug","p":"OAuth.html#method_disableDebug","d":"

    Turn off verbose debugging

    "},{"t":"M","n":"OAuth::disableRedirects","p":"OAuth.html#method_disableRedirects","d":"

    Turn off redirects

    "},{"t":"M","n":"OAuth::disableSSLChecks","p":"OAuth.html#method_disableSSLChecks","d":"

    Turn off SSL checks

    "},{"t":"M","n":"OAuth::enableDebug","p":"OAuth.html#method_enableDebug","d":"

    Turn on verbose debugging

    "},{"t":"M","n":"OAuth::enableRedirects","p":"OAuth.html#method_enableRedirects","d":"

    Turn on redirects

    "},{"t":"M","n":"OAuth::enableSSLChecks","p":"OAuth.html#method_enableSSLChecks","d":"

    Turn on SSL checks

    "},{"t":"M","n":"OAuth::setTimeout","p":"OAuth.html#method_setTimeout","d":"

    Set the timeout

    "},{"t":"M","n":"OAuth::fetch","p":"OAuth.html#method_fetch","d":"

    Fetch an OAuth-protected resource

    "},{"t":"M","n":"OAuth::getAccessToken","p":"OAuth.html#method_getAccessToken","d":"

    Fetch an access token

    "},{"t":"M","n":"OAuth::getCAPath","p":"OAuth.html#method_getCAPath","d":"

    Get CA information

    "},{"t":"M","n":"OAuth::getLastResponse","p":"OAuth.html#method_getLastResponse","d":"

    Get the last response

    "},{"t":"M","n":"OAuth::getLastResponseHeaders","p":"OAuth.html#method_getLastResponseHeaders","d":"

    Get headers for last response

    "},{"t":"M","n":"OAuth::getLastResponseInfo","p":"OAuth.html#method_getLastResponseInfo","d":"

    Get HTTP information about the last response

    "},{"t":"M","n":"OAuth::getRequestHeader","p":"OAuth.html#method_getRequestHeader","d":"

    Generate OAuth header string signature

    "},{"t":"M","n":"OAuth::getRequestToken","p":"OAuth.html#method_getRequestToken","d":"

    Fetch a request token

    "},{"t":"M","n":"OAuth::setAuthType","p":"OAuth.html#method_setAuthType","d":"

    Set authorization type

    "},{"t":"M","n":"OAuth::setCAPath","p":"OAuth.html#method_setCAPath","d":"

    Set CA path and info

    "},{"t":"M","n":"OAuth::setNonce","p":"OAuth.html#method_setNonce","d":"

    Set the nonce for subsequent requests

    "},{"t":"M","n":"OAuth::setRequestEngine","p":"OAuth.html#method_setRequestEngine","d":""},{"t":"M","n":"OAuth::setRSACertificate","p":"OAuth.html#method_setRSACertificate","d":"

    Set the RSA certificate

    "},{"t":"M","n":"OAuth::setTimestamp","p":"OAuth.html#method_setTimestamp","d":"

    Set the timestamp

    "},{"t":"M","n":"OAuth::setToken","p":"OAuth.html#method_setToken","d":"

    Set the token and secret

    "},{"t":"M","n":"OAuth::setVersion","p":"OAuth.html#method_setVersion","d":"

    Set the OAuth version

    "},{"t":"M","n":"OAuthProvider::addRequiredParameter","p":"OAuthProvider.html#method_addRequiredParameter","d":""},{"t":"M","n":"OAuthProvider::callconsumerHandler","p":"OAuthProvider.html#method_callconsumerHandler","d":""},{"t":"M","n":"OAuthProvider::callTimestampNonceHandler","p":"OAuthProvider.html#method_callTimestampNonceHandler","d":""},{"t":"M","n":"OAuthProvider::calltokenHandler","p":"OAuthProvider.html#method_calltokenHandler","d":""},{"t":"M","n":"OAuthProvider::checkOAuthRequest","p":"OAuthProvider.html#method_checkOAuthRequest","d":""},{"t":"M","n":"OAuthProvider::__construct","p":"OAuthProvider.html#method___construct","d":""},{"t":"M","n":"OAuthProvider::consumerHandler","p":"OAuthProvider.html#method_consumerHandler","d":""},{"t":"M","n":"OAuthProvider::generateToken","p":"OAuthProvider.html#method_generateToken","d":""},{"t":"M","n":"OAuthProvider::is2LeggedEndpoint","p":"OAuthProvider.html#method_is2LeggedEndpoint","d":""},{"t":"M","n":"OAuthProvider::isRequestTokenEndpoint","p":"OAuthProvider.html#method_isRequestTokenEndpoint","d":""},{"t":"M","n":"OAuthProvider::removeRequiredParameter","p":"OAuthProvider.html#method_removeRequiredParameter","d":""},{"t":"M","n":"OAuthProvider::reportProblem","p":"OAuthProvider.html#method_reportProblem","d":""},{"t":"M","n":"OAuthProvider::setParam","p":"OAuthProvider.html#method_setParam","d":""},{"t":"M","n":"OAuthProvider::setRequestTokenPath","p":"OAuthProvider.html#method_setRequestTokenPath","d":""},{"t":"M","n":"OAuthProvider::timestampNonceHandler","p":"OAuthProvider.html#method_timestampNonceHandler","d":""},{"t":"M","n":"OAuthProvider::tokenHandler","p":"OAuthProvider.html#method_tokenHandler","d":""},{"t":"M","n":"OCICollection::append","p":"OCICollection.html#method_append","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nAppends element to the collection

    "},{"t":"M","n":"OCICollection::getelem","p":"OCICollection.html#method_getelem","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nReturns value of the element

    "},{"t":"M","n":"OCICollection::assignelem","p":"OCICollection.html#method_assignelem","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nAssigns a value to the element of the collection

    "},{"t":"M","n":"OCICollection::assign","p":"OCICollection.html#method_assign","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nAssigns a value to the collection from another existing collection

    "},{"t":"M","n":"OCICollection::size","p":"OCICollection.html#method_size","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nReturns size of the collection

    "},{"t":"M","n":"OCICollection::max","p":"OCICollection.html#method_max","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nReturns the maximum number of elements in the collection

    "},{"t":"M","n":"OCICollection::trim","p":"OCICollection.html#method_trim","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nTrims elements from the end of the collection

    "},{"t":"M","n":"OCICollection::free","p":"OCICollection.html#method_free","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nFrees the resources associated with the collection object

    "},{"t":"M","n":"OCILob::load","p":"OCILob.html#method_load","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nReturns large object's contents

    "},{"t":"M","n":"OCILob::tell","p":"OCILob.html#method_tell","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nReturns the current position of internal pointer of large object

    "},{"t":"M","n":"OCILob::truncate","p":"OCILob.html#method_truncate","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nTruncates large object

    "},{"t":"M","n":"OCILob::erase","p":"OCILob.html#method_erase","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nErases a specified portion of the internal LOB data

    "},{"t":"M","n":"OCILob::flush","p":"OCILob.html#method_flush","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nFlushes/writes buffer of the LOB to the server

    "},{"t":"M","n":"OCILob::setbuffering","p":"OCILob.html#method_setbuffering","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nChanges current state of buffering for the large object

    "},{"t":"M","n":"OCILob::getbuffering","p":"OCILob.html#method_getbuffering","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nReturns current state of buffering for the large object

    "},{"t":"M","n":"OCILob::rewind","p":"OCILob.html#method_rewind","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nMoves the internal pointer to the beginning of the large object

    "},{"t":"M","n":"OCILob::read","p":"OCILob.html#method_read","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nReads part of the large object

    "},{"t":"M","n":"OCILob::eof","p":"OCILob.html#method_eof","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nTests for end-of-file on a large object's descriptor

    "},{"t":"M","n":"OCILob::seek","p":"OCILob.html#method_seek","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nSets the internal pointer of the large object

    "},{"t":"M","n":"OCILob::write","p":"OCILob.html#method_write","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nWrites data to the large object

    "},{"t":"M","n":"OCILob::append","p":"OCILob.html#method_append","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nAppends data from the large object to another large object

    "},{"t":"M","n":"OCILob::size","p":"OCILob.html#method_size","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nReturns size of large object

    "},{"t":"M","n":"OCILob::writetofile","p":"OCILob.html#method_writetofile","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nAlias of {OCILob::export}

    "},{"t":"M","n":"OCILob::export","p":"OCILob.html#method_export","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nExports LOB's contents to a file

    "},{"t":"M","n":"OCILob::import","p":"OCILob.html#method_import","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nImports file data to the LOB

    "},{"t":"M","n":"OCILob::writeTemporary","p":"OCILob.html#method_writeTemporary","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nWrites a temporary large object

    "},{"t":"M","n":"OCILob::close","p":"OCILob.html#method_close","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nCloses LOB descriptor

    "},{"t":"M","n":"OCILob::save","p":"OCILob.html#method_save","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nSaves data to the large object

    "},{"t":"M","n":"OCILob::savefile","p":"OCILob.html#method_savefile","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nAlias of {OCILob::import}

    "},{"t":"M","n":"OCILob::free","p":"OCILob.html#method_free","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nFrees resources associated with the LOB descriptor

    "},{"t":"M","n":"OCI_Collection::append","p":"OCI_Collection.html#method_append","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nAppends element to the collection

    "},{"t":"M","n":"OCI_Collection::getelem","p":"OCI_Collection.html#method_getelem","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nReturns value of the element

    "},{"t":"M","n":"OCI_Collection::assignelem","p":"OCI_Collection.html#method_assignelem","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nAssigns a value to the element of the collection

    "},{"t":"M","n":"OCI_Collection::assign","p":"OCI_Collection.html#method_assign","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nAssigns a value to the collection from another existing collection

    "},{"t":"M","n":"OCI_Collection::size","p":"OCI_Collection.html#method_size","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nReturns size of the collection

    "},{"t":"M","n":"OCI_Collection::max","p":"OCI_Collection.html#method_max","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nReturns the maximum number of elements in the collection

    "},{"t":"M","n":"OCI_Collection::trim","p":"OCI_Collection.html#method_trim","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nTrims elements from the end of the collection

    "},{"t":"M","n":"OCI_Collection::free","p":"OCI_Collection.html#method_free","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nFrees the resources associated with the collection object

    "},{"t":"M","n":"OCI_Lob::load","p":"OCI_Lob.html#method_load","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nReturns large object's contents

    "},{"t":"M","n":"OCI_Lob::tell","p":"OCI_Lob.html#method_tell","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nReturns the current position of internal pointer of large object

    "},{"t":"M","n":"OCI_Lob::truncate","p":"OCI_Lob.html#method_truncate","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nTruncates large object

    "},{"t":"M","n":"OCI_Lob::erase","p":"OCI_Lob.html#method_erase","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nErases a specified portion of the internal LOB data

    "},{"t":"M","n":"OCI_Lob::flush","p":"OCI_Lob.html#method_flush","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nFlushes/writes buffer of the LOB to the server

    "},{"t":"M","n":"OCI_Lob::setbuffering","p":"OCI_Lob.html#method_setbuffering","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nChanges current state of buffering for the large object

    "},{"t":"M","n":"OCI_Lob::getbuffering","p":"OCI_Lob.html#method_getbuffering","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nReturns current state of buffering for the large object

    "},{"t":"M","n":"OCI_Lob::rewind","p":"OCI_Lob.html#method_rewind","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nMoves the internal pointer to the beginning of the large object

    "},{"t":"M","n":"OCI_Lob::read","p":"OCI_Lob.html#method_read","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nReads part of the large object

    "},{"t":"M","n":"OCI_Lob::eof","p":"OCI_Lob.html#method_eof","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nTests for end-of-file on a large object's descriptor

    "},{"t":"M","n":"OCI_Lob::seek","p":"OCI_Lob.html#method_seek","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nSets the internal pointer of the large object

    "},{"t":"M","n":"OCI_Lob::write","p":"OCI_Lob.html#method_write","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nWrites data to the large object

    "},{"t":"M","n":"OCI_Lob::append","p":"OCI_Lob.html#method_append","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nAppends data from the large object to another large object

    "},{"t":"M","n":"OCI_Lob::size","p":"OCI_Lob.html#method_size","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nReturns size of large object

    "},{"t":"M","n":"OCI_Lob::writetofile","p":"OCI_Lob.html#method_writetofile","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nAlias of {OCI_Lob::export}

    "},{"t":"M","n":"OCI_Lob::export","p":"OCI_Lob.html#method_export","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nExports LOB's contents to a file

    "},{"t":"M","n":"OCI_Lob::import","p":"OCI_Lob.html#method_import","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nImports file data to the LOB

    "},{"t":"M","n":"OCI_Lob::writeTemporary","p":"OCI_Lob.html#method_writeTemporary","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nWrites a temporary large object

    "},{"t":"M","n":"OCI_Lob::close","p":"OCI_Lob.html#method_close","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nCloses LOB descriptor

    "},{"t":"M","n":"OCI_Lob::save","p":"OCI_Lob.html#method_save","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nSaves data to the large object

    "},{"t":"M","n":"OCI_Lob::savefile","p":"OCI_Lob.html#method_savefile","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nAlias of {OCI_Lob::import}

    "},{"t":"M","n":"OCI_Lob::free","p":"OCI_Lob.html#method_free","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nFrees resources associated with the LOB descriptor

    "},{"t":"M","n":"OuterIterator::getInnerIterator","p":"OuterIterator.html#method_getInnerIterator","d":"

    Returns the inner iterator for the current entry.

    "},{"t":"M","n":"Override::__construct","p":"Override.html#method___construct","d":null},{"t":"M","n":"OwsrequestObj::__construct","p":"OwsrequestObj.html#method___construct","d":"

    request = ms_newOwsrequestObj();\nCreate a new ows request object.

    "},{"t":"M","n":"OwsrequestObj::addParameter","p":"OwsrequestObj.html#method_addParameter","d":"

    Add a request parameter, even if the parameter key was previousely set.

    "},{"t":"M","n":"OwsrequestObj::getName","p":"OwsrequestObj.html#method_getName","d":"

    Return the name of the parameter at index in the request's array\nof parameter names.

    "},{"t":"M","n":"OwsrequestObj::getValue","p":"OwsrequestObj.html#method_getValue","d":"

    Return the value of the parameter at index in the request's array\nof parameter values.

    "},{"t":"M","n":"OwsrequestObj::getValueByName","p":"OwsrequestObj.html#method_getValueByName","d":"

    Return the value associated with the parameter name.

    "},{"t":"M","n":"OwsrequestObj::loadParams","p":"OwsrequestObj.html#method_loadParams","d":"

    Initializes the OWSRequest object from the cgi environment variables\nREQUEST_METHOD, QUERY_STRING and HTTP_COOKIE. Returns the number of\nname/value pairs collected.

    "},{"t":"M","n":"OwsrequestObj::setParameter","p":"OwsrequestObj.html#method_setParameter","d":"

    Set a request parameter. For example :\n.. code-block:: php\n$request->setparameter('REQUEST', 'GetMap');

    "},{"t":"M","n":"PDFlib::activate_item","p":"PDFlib.html#method_activate_item","d":"

    Activates a previously created structure element or other content item.

    "},{"t":"M","n":"PDFlib::add_launchlink","p":"PDFlib.html#method_add_launchlink","d":"

    Adds a link to a web resource.

    "},{"t":"M","n":"PDFlib::add_locallink","p":"PDFlib.html#method_add_locallink","d":"

    Add a link annotation to a target within the current PDF file.

    "},{"t":"M","n":"PDFlib::add_nameddest","p":"PDFlib.html#method_add_nameddest","d":"

    Creates a named destination on an arbitrary page in the current document.

    "},{"t":"M","n":"PDFlib::add_note","p":"PDFlib.html#method_add_note","d":"

    Sets an annotation for the current page.

    "},{"t":"M","n":"PDFlib::add_pdflink","p":"PDFlib.html#method_add_pdflink","d":"

    Add a file link annotation to a PDF target.

    "},{"t":"M","n":"PDFlib::add_table_cell","p":"PDFlib.html#method_add_table_cell","d":"

    Adds a cell to a new or existing table.

    "},{"t":"M","n":"PDFlib::add_textflow","p":"PDFlib.html#method_add_textflow","d":"

    Creates a Textflow object, or adds text and explicit options to an existing Textflow.

    "},{"t":"M","n":"PDFlib::add_thumbnail","p":"PDFlib.html#method_add_thumbnail","d":"

    Adds an existing image as thumbnail for the current page.

    "},{"t":"M","n":"PDFlib::add_weblink","p":"PDFlib.html#method_add_weblink","d":"

    Adds a weblink annotation to a target url on the Web.

    "},{"t":"M","n":"PDFlib::arc","p":"PDFlib.html#method_arc","d":"

    Adds a counterclockwise circular arc

    "},{"t":"M","n":"PDFlib::arcn","p":"PDFlib.html#method_arcn","d":"

    Except for the drawing direction, this function behaves exactly like PDF_arc().

    "},{"t":"M","n":"PDFlib::attach_file","p":"PDFlib.html#method_attach_file","d":"

    Adds a file attachment annotation.

    "},{"t":"M","n":"PDFlib::begin_document","p":"PDFlib.html#method_begin_document","d":"

    Creates a new PDF file subject to various options.

    "},{"t":"M","n":"PDFlib::begin_font","p":"PDFlib.html#method_begin_font","d":"

    Starts a Type 3 font definition.

    "},{"t":"M","n":"PDFlib::begin_glyph","p":"PDFlib.html#method_begin_glyph","d":"

    Starts a glyph definition for a Type 3 font.

    "},{"t":"M","n":"PDFlib::begin_item","p":"PDFlib.html#method_begin_item","d":"

    Opens a structure element or other content item with attributes supplied as options.

    "},{"t":"M","n":"PDFlib::begin_layer","p":"PDFlib.html#method_begin_layer","d":"

    Starts a layer for subsequent output on the page.

    "},{"t":"M","n":"PDFlib::begin_page_ext","p":"PDFlib.html#method_begin_page_ext","d":"

    Adds a new page to the document, and specifies various options. The parameters width and height are the dimensions of the new page in points.

    "},{"t":"M","n":"PDFlib::begin_page","p":"PDFlib.html#method_begin_page","d":"

    Adds a new page to the document.

    "},{"t":"M","n":"PDFlib::begin_pattern","p":"PDFlib.html#method_begin_pattern","d":"

    Starts a new pattern definition.

    "},{"t":"M","n":"PDFlib::begin_template_ext","p":"PDFlib.html#method_begin_template_ext","d":"

    Starts a new template definition.

    "},{"t":"M","n":"PDFlib::begin_template","p":"PDFlib.html#method_begin_template","d":""},{"t":"M","n":"PDFlib::circle","p":"PDFlib.html#method_circle","d":""},{"t":"M","n":"PDFlib::clip","p":"PDFlib.html#method_clip","d":""},{"t":"M","n":"PDFlib::close_image","p":"PDFlib.html#method_close_image","d":""},{"t":"M","n":"PDFlib::close_pdi_page","p":"PDFlib.html#method_close_pdi_page","d":"

    Closes the page handle, and frees all page-related resources

    "},{"t":"M","n":"PDFlib::close_pdi","p":"PDFlib.html#method_close_pdi","d":""},{"t":"M","n":"PDFlib::close_pdi_document","p":"PDFlib.html#method_close_pdi_document","d":""},{"t":"M","n":"PDFlib::close","p":"PDFlib.html#method_close","d":""},{"t":"M","n":"PDFlib::closepath_fill_stroke","p":"PDFlib.html#method_closepath_fill_stroke","d":""},{"t":"M","n":"PDFlib::closepath_stroke","p":"PDFlib.html#method_closepath_stroke","d":""},{"t":"M","n":"PDFlib::closepath","p":"PDFlib.html#method_closepath","d":""},{"t":"M","n":"PDFlib::concat","p":"PDFlib.html#method_concat","d":""},{"t":"M","n":"PDFlib::continue_text","p":"PDFlib.html#method_continue_text","d":""},{"t":"M","n":"PDFlib::create_3dview","p":"PDFlib.html#method_create_3dview","d":""},{"t":"M","n":"PDFlib::create_action","p":"PDFlib.html#method_create_action","d":""},{"t":"M","n":"PDFlib::create_annotation","p":"PDFlib.html#method_create_annotation","d":""},{"t":"M","n":"PDFlib::create_bookmark","p":"PDFlib.html#method_create_bookmark","d":""},{"t":"M","n":"PDFlib::create_field","p":"PDFlib.html#method_create_field","d":""},{"t":"M","n":"PDFlib::create_fieldgroup","p":"PDFlib.html#method_create_fieldgroup","d":""},{"t":"M","n":"PDFlib::create_gstate","p":"PDFlib.html#method_create_gstate","d":""},{"t":"M","n":"PDFlib::create_pvf","p":"PDFlib.html#method_create_pvf","d":""},{"t":"M","n":"PDFlib::create_textflow","p":"PDFlib.html#method_create_textflow","d":""},{"t":"M","n":"PDFlib::curveto","p":"PDFlib.html#method_curveto","d":""},{"t":"M","n":"PDFlib::define_layer","p":"PDFlib.html#method_define_layer","d":""},{"t":"M","n":"PDFlib::delete_pvf","p":"PDFlib.html#method_delete_pvf","d":""},{"t":"M","n":"PDFlib::delete_table","p":"PDFlib.html#method_delete_table","d":""},{"t":"M","n":"PDFlib::delete_textflow","p":"PDFlib.html#method_delete_textflow","d":""},{"t":"M","n":"PDFlib::delete","p":"PDFlib.html#method_delete","d":""},{"t":"M","n":"PDFlib::encoding_set_char","p":"PDFlib.html#method_encoding_set_char","d":""},{"t":"M","n":"PDFlib::end_document","p":"PDFlib.html#method_end_document","d":""},{"t":"M","n":"PDFlib::end_font","p":"PDFlib.html#method_end_font","d":""},{"t":"M","n":"PDFlib::end_glyph","p":"PDFlib.html#method_end_glyph","d":""},{"t":"M","n":"PDFlib::end_item","p":"PDFlib.html#method_end_item","d":""},{"t":"M","n":"PDFlib::end_layer","p":"PDFlib.html#method_end_layer","d":""},{"t":"M","n":"PDFlib::end_page_ext","p":"PDFlib.html#method_end_page_ext","d":""},{"t":"M","n":"PDFlib::end_page","p":"PDFlib.html#method_end_page","d":""},{"t":"M","n":"PDFlib::end_pattern","p":"PDFlib.html#method_end_pattern","d":""},{"t":"M","n":"PDFlib::end_template","p":"PDFlib.html#method_end_template","d":""},{"t":"M","n":"PDFlib::endpath","p":"PDFlib.html#method_endpath","d":""},{"t":"M","n":"PDFlib::fill_imageblock","p":"PDFlib.html#method_fill_imageblock","d":""},{"t":"M","n":"PDFlib::fill_pdfblock","p":"PDFlib.html#method_fill_pdfblock","d":""},{"t":"M","n":"PDFlib::fill_stroke","p":"PDFlib.html#method_fill_stroke","d":""},{"t":"M","n":"PDFlib::fill_textblock","p":"PDFlib.html#method_fill_textblock","d":""},{"t":"M","n":"PDFlib::fill","p":"PDFlib.html#method_fill","d":""},{"t":"M","n":"PDFlib::findfont","p":"PDFlib.html#method_findfont","d":""},{"t":"M","n":"PDFlib::fit_image","p":"PDFlib.html#method_fit_image","d":""},{"t":"M","n":"PDFlib::fit_pdi_page","p":"PDFlib.html#method_fit_pdi_page","d":""},{"t":"M","n":"PDFlib::fit_table","p":"PDFlib.html#method_fit_table","d":""},{"t":"M","n":"PDFlib::fit_textflow","p":"PDFlib.html#method_fit_textflow","d":""},{"t":"M","n":"PDFlib::fit_textline","p":"PDFlib.html#method_fit_textline","d":""},{"t":"M","n":"PDFlib::get_apiname","p":"PDFlib.html#method_get_apiname","d":""},{"t":"M","n":"PDFlib::get_buffer","p":"PDFlib.html#method_get_buffer","d":""},{"t":"M","n":"PDFlib::get_errmsg","p":"PDFlib.html#method_get_errmsg","d":""},{"t":"M","n":"PDFlib::get_errnum","p":"PDFlib.html#method_get_errnum","d":""},{"t":"M","n":"PDFlib::get_majorversion","p":"PDFlib.html#method_get_majorversion","d":""},{"t":"M","n":"PDFlib::get_minorversion","p":"PDFlib.html#method_get_minorversion","d":""},{"t":"M","n":"PDFlib::get_option","p":"PDFlib.html#method_get_option","d":""},{"t":"M","n":"PDFlib::get_parameter","p":"PDFlib.html#method_get_parameter","d":""},{"t":"M","n":"PDFlib::get_pdi_parameter","p":"PDFlib.html#method_get_pdi_parameter","d":""},{"t":"M","n":"PDFlib::get_pdi_value","p":"PDFlib.html#method_get_pdi_value","d":""},{"t":"M","n":"PDFlib::get_string","p":"PDFlib.html#method_get_string","d":""},{"t":"M","n":"PDFlib::get_value","p":"PDFlib.html#method_get_value","d":""},{"t":"M","n":"PDFlib::info_font","p":"PDFlib.html#method_info_font","d":""},{"t":"M","n":"PDFlib::info_image","p":"PDFlib.html#method_info_image","d":""},{"t":"M","n":"PDFlib::info_matchbox","p":"PDFlib.html#method_info_matchbox","d":""},{"t":"M","n":"PDFlib::info_graphics","p":"PDFlib.html#method_info_graphics","d":""},{"t":"M","n":"PDFlib::info_path","p":"PDFlib.html#method_info_path","d":""},{"t":"M","n":"PDFlib::info_pdi_page","p":"PDFlib.html#method_info_pdi_page","d":""},{"t":"M","n":"PDFlib::info_pvf","p":"PDFlib.html#method_info_pvf","d":""},{"t":"M","n":"PDFlib::info_table","p":"PDFlib.html#method_info_table","d":""},{"t":"M","n":"PDFlib::info_textflow","p":"PDFlib.html#method_info_textflow","d":""},{"t":"M","n":"PDFlib::info_textline","p":"PDFlib.html#method_info_textline","d":""},{"t":"M","n":"PDFlib::initgraphics","p":"PDFlib.html#method_initgraphics","d":""},{"t":"M","n":"PDFlib::lineto","p":"PDFlib.html#method_lineto","d":""},{"t":"M","n":"PDFlib::load_3ddata","p":"PDFlib.html#method_load_3ddata","d":""},{"t":"M","n":"PDFlib::load_font","p":"PDFlib.html#method_load_font","d":""},{"t":"M","n":"PDFlib::load_iccprofile","p":"PDFlib.html#method_load_iccprofile","d":""},{"t":"M","n":"PDFlib::load_image","p":"PDFlib.html#method_load_image","d":""},{"t":"M","n":"PDFlib::makespotcolor","p":"PDFlib.html#method_makespotcolor","d":""},{"t":"M","n":"PDFlib::moveto","p":"PDFlib.html#method_moveto","d":""},{"t":"M","n":"PDFlib::open_ccitt","p":"PDFlib.html#method_open_ccitt","d":""},{"t":"M","n":"PDFlib::open_file","p":"PDFlib.html#method_open_file","d":""},{"t":"M","n":"PDFlib::open_image_file","p":"PDFlib.html#method_open_image_file","d":""},{"t":"M","n":"PDFlib::open_image","p":"PDFlib.html#method_open_image","d":""},{"t":"M","n":"PDFlib::open_memory_image","p":"PDFlib.html#method_open_memory_image","d":""},{"t":"M","n":"PDFlib::open_pdi_document","p":"PDFlib.html#method_open_pdi_document","d":""},{"t":"M","n":"PDFlib::open_pdi_page","p":"PDFlib.html#method_open_pdi_page","d":""},{"t":"M","n":"PDFlib::open_pdi","p":"PDFlib.html#method_open_pdi","d":""},{"t":"M","n":"PDFlib::pcos_get_number","p":"PDFlib.html#method_pcos_get_number","d":""},{"t":"M","n":"PDFlib::pcos_get_stream","p":"PDFlib.html#method_pcos_get_stream","d":""},{"t":"M","n":"PDFlib::pcos_get_string","p":"PDFlib.html#method_pcos_get_string","d":""},{"t":"M","n":"PDFlib::place_image","p":"PDFlib.html#method_place_image","d":""},{"t":"M","n":"PDFlib::place_pdi_page","p":"PDFlib.html#method_place_pdi_page","d":""},{"t":"M","n":"PDFlib::set_option","p":"PDFlib.html#method_set_option","d":""},{"t":"M","n":"PDFlib::process_pdi","p":"PDFlib.html#method_process_pdi","d":""},{"t":"M","n":"PDFlib::rect","p":"PDFlib.html#method_rect","d":""},{"t":"M","n":"PDFlib::restore","p":"PDFlib.html#method_restore","d":""},{"t":"M","n":"PDFlib::resume_page","p":"PDFlib.html#method_resume_page","d":""},{"t":"M","n":"PDFlib::rotate","p":"PDFlib.html#method_rotate","d":""},{"t":"M","n":"PDFlib::save","p":"PDFlib.html#method_save","d":""},{"t":"M","n":"PDFlib::scale","p":"PDFlib.html#method_scale","d":""},{"t":"M","n":"PDFlib::set_border_color","p":"PDFlib.html#method_set_border_color","d":""},{"t":"M","n":"PDFlib::set_border_dash","p":"PDFlib.html#method_set_border_dash","d":""},{"t":"M","n":"PDFlib::set_border_style","p":"PDFlib.html#method_set_border_style","d":""},{"t":"M","n":"PDFlib::set_gstate","p":"PDFlib.html#method_set_gstate","d":""},{"t":"M","n":"PDFlib::set_info","p":"PDFlib.html#method_set_info","d":""},{"t":"M","n":"PDFlib::set_layer_dependency","p":"PDFlib.html#method_set_layer_dependency","d":""},{"t":"M","n":"PDFlib::set_parameter","p":"PDFlib.html#method_set_parameter","d":""},{"t":"M","n":"PDFlib::set_text_pos","p":"PDFlib.html#method_set_text_pos","d":""},{"t":"M","n":"PDFlib::set_value","p":"PDFlib.html#method_set_value","d":""},{"t":"M","n":"PDFlib::setcolor","p":"PDFlib.html#method_setcolor","d":""},{"t":"M","n":"PDFlib::setdash","p":"PDFlib.html#method_setdash","d":""},{"t":"M","n":"PDFlib::setdashpattern","p":"PDFlib.html#method_setdashpattern","d":""},{"t":"M","n":"PDFlib::setflat","p":"PDFlib.html#method_setflat","d":""},{"t":"M","n":"PDFlib::setfont","p":"PDFlib.html#method_setfont","d":""},{"t":"M","n":"PDFlib::setgray_fill","p":"PDFlib.html#method_setgray_fill","d":""},{"t":"M","n":"PDFlib::setgray_stroke","p":"PDFlib.html#method_setgray_stroke","d":""},{"t":"M","n":"PDFlib::setgray","p":"PDFlib.html#method_setgray","d":""},{"t":"M","n":"PDFlib::setlinecap","p":"PDFlib.html#method_setlinecap","d":""},{"t":"M","n":"PDFlib::setlinejoin","p":"PDFlib.html#method_setlinejoin","d":""},{"t":"M","n":"PDFlib::setlinewidth","p":"PDFlib.html#method_setlinewidth","d":""},{"t":"M","n":"PDFlib::setmatrix","p":"PDFlib.html#method_setmatrix","d":""},{"t":"M","n":"PDFlib::setmiterlimit","p":"PDFlib.html#method_setmiterlimit","d":""},{"t":"M","n":"PDFlib::setrgbcolor_fill","p":"PDFlib.html#method_setrgbcolor_fill","d":""},{"t":"M","n":"PDFlib::setrgbcolor_stroke","p":"PDFlib.html#method_setrgbcolor_stroke","d":""},{"t":"M","n":"PDFlib::setrgbcolor","p":"PDFlib.html#method_setrgbcolor","d":""},{"t":"M","n":"PDFlib::shading_pattern","p":"PDFlib.html#method_shading_pattern","d":""},{"t":"M","n":"PDFlib::shading","p":"PDFlib.html#method_shading","d":""},{"t":"M","n":"PDFlib::shfill","p":"PDFlib.html#method_shfill","d":""},{"t":"M","n":"PDFlib::show_boxed","p":"PDFlib.html#method_show_boxed","d":""},{"t":"M","n":"PDFlib::show_xy","p":"PDFlib.html#method_show_xy","d":""},{"t":"M","n":"PDFlib::show","p":"PDFlib.html#method_show","d":""},{"t":"M","n":"PDFlib::skew","p":"PDFlib.html#method_skew","d":""},{"t":"M","n":"PDFlib::stringwidth","p":"PDFlib.html#method_stringwidth","d":""},{"t":"M","n":"PDFlib::stroke","p":"PDFlib.html#method_stroke","d":""},{"t":"M","n":"PDFlib::suspend_page","p":"PDFlib.html#method_suspend_page","d":""},{"t":"M","n":"PDFlib::translate","p":"PDFlib.html#method_translate","d":""},{"t":"M","n":"PDFlib::utf16_to_utf8","p":"PDFlib.html#method_utf16_to_utf8","d":""},{"t":"M","n":"PDFlib::utf32_to_utf16","p":"PDFlib.html#method_utf32_to_utf16","d":""},{"t":"M","n":"PDFlib::utf8_to_utf16","p":"PDFlib.html#method_utf8_to_utf16","d":""},{"t":"M","n":"PDO::__construct","p":"PDO.html#method___construct","d":"

    (PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.1.0)
    \nCreates a PDO instance representing a connection to a database

    "},{"t":"M","n":"PDO::prepare","p":"PDO.html#method_prepare","d":"

    (PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.1.0)
    \nPrepares a statement for execution and returns a statement object

    "},{"t":"M","n":"PDO::beginTransaction","p":"PDO.html#method_beginTransaction","d":"

    (PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.1.0)
    \nInitiates a transaction

    \n

    \nTurns off autocommit mode. While autocommit mode is turned off,\nchanges made to the database via the PDO object instance are not committed\nuntil you end the transaction by calling PDO::commit()."},{"t":"M","n":"PDO::commit","p":"PDO.html#method_commit","d":"

    (PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.1.0)
    \nCommits a transaction

    "},{"t":"M","n":"PDO::rollBack","p":"PDO.html#method_rollBack","d":"

    (PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.1.0)
    \nRolls back a transaction

    "},{"t":"M","n":"PDO::inTransaction","p":"PDO.html#method_inTransaction","d":"

    (PHP 5 >= 5.3.3, Bundled pdo_pgsql, PHP 7)
    \nChecks if inside a transaction

    "},{"t":"M","n":"PDO::setAttribute","p":"PDO.html#method_setAttribute","d":"

    (PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.1.0)
    \nSet an attribute

    "},{"t":"M","n":"PDO::exec","p":"PDO.html#method_exec","d":"

    (PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.1.0)
    \nExecute an SQL statement and return the number of affected rows

    "},{"t":"M","n":"PDO::query","p":"PDO.html#method_query","d":"

    (PHP 5 >= 5.1.0, PHP 7, PHP 8, PECL pdo >= 0.2.0)
    \nExecutes an SQL statement, returning a result set as a PDOStatement object

    "},{"t":"M","n":"PDO::lastInsertId","p":"PDO.html#method_lastInsertId","d":"

    (PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.1.0)
    \nReturns the ID of the last inserted row or sequence value

    "},{"t":"M","n":"PDO::errorCode","p":"PDO.html#method_errorCode","d":"

    (PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.1.0)
    \nFetch the SQLSTATE associated with the last operation on the database handle

    "},{"t":"M","n":"PDO::errorInfo","p":"PDO.html#method_errorInfo","d":"

    (PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.1.0)
    \nFetch extended error information associated with the last operation on the database handle

    "},{"t":"M","n":"PDO::getAttribute","p":"PDO.html#method_getAttribute","d":"

    (PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.2.0)
    \nRetrieve a database connection attribute

    "},{"t":"M","n":"PDO::quote","p":"PDO.html#method_quote","d":"

    (PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.2.1)
    \nQuotes a string for use in a query.

    "},{"t":"M","n":"PDO::__wakeup","p":"PDO.html#method___wakeup","d":null},{"t":"M","n":"PDO::__sleep","p":"PDO.html#method___sleep","d":null},{"t":"M","n":"PDO::getAvailableDrivers","p":"PDO.html#method_getAvailableDrivers","d":"

    (PHP 5 >= 5.1.3, PHP 7, PECL pdo >= 1.0.3)
    \nReturn an array of available PDO drivers

    "},{"t":"M","n":"PDO::sqliteCreateAggregate","p":"PDO.html#method_sqliteCreateAggregate","d":"

    (PHP 5 >= 5.1.0, PHP 7, PECL pdo_sqlite >= 1.0.0)
    \nRegisters an aggregating User Defined Function for use in SQL statements

    "},{"t":"M","n":"PDO::sqliteCreateCollation","p":"PDO.html#method_sqliteCreateCollation","d":"

    (PHP 5 >= 5.3.11, PHP 7)
    \nRegisters a User Defined Function for use as a collating function in SQL statements

    "},{"t":"M","n":"PDO::sqliteCreateFunction","p":"PDO.html#method_sqliteCreateFunction","d":"

    (PHP 5 >= 5.1.0, PHP 7, PECL pdo_sqlite >= 1.0.0)
    \nRegisters a User Defined Function for use in SQL statements

    "},{"t":"M","n":"PDO::pgsqlCopyFromArray","p":"PDO.html#method_pgsqlCopyFromArray","d":"

    (PHP 5 >= 5.3.3, PHP 7, PHP 8)
    \nCopy data from PHP array into table

    "},{"t":"M","n":"PDO::pgsqlCopyFromFile","p":"PDO.html#method_pgsqlCopyFromFile","d":"

    (PHP 5 >= 5.3.3, PHP 7, PHP 8)
    \nCopy data from file into table

    "},{"t":"M","n":"PDO::pgsqlCopyToArray","p":"PDO.html#method_pgsqlCopyToArray","d":"

    (PHP 5 >= 5.3.3, PHP 7, PHP 8)
    \nCopy data from database table into PHP array

    "},{"t":"M","n":"PDO::pgsqlCopyToFile","p":"PDO.html#method_pgsqlCopyToFile","d":"

    (PHP 5 >= 5.3.3, PHP 7, PHP 8)
    \nCopy data from table into file

    "},{"t":"M","n":"PDO::pgsqlLOBCreate","p":"PDO.html#method_pgsqlLOBCreate","d":"

    (PHP 5 >= 5.1.2, PHP 7, PHP 8, PECL pdo_pgsql >= 1.0.2)
    \nCreates a new large object

    "},{"t":"M","n":"PDO::pgsqlLOBOpen","p":"PDO.html#method_pgsqlLOBOpen","d":"

    (PHP 5 >= 5.1.2, PHP 7, PHP 8, PECL pdo_pgsql >= 1.0.2)
    \nOpens an existing large object stream

    "},{"t":"M","n":"PDO::pgsqlLOBUnlink","p":"PDO.html#method_pgsqlLOBUnlink","d":"

    (PHP 5 >= 5.1.2, PHP 7, PHP 8, PECL pdo_pgsql >= 1.0.2)
    \nDeletes the large object

    "},{"t":"M","n":"PDO::pgsqlGetNotify","p":"PDO.html#method_pgsqlGetNotify","d":"

    (PHP 5 >= 5.6.0, PHP 7, PHP 8)
    \nGet asynchronous notification

    "},{"t":"M","n":"PDO::pgsqlGetPid","p":"PDO.html#method_pgsqlGetPid","d":"

    (PHP 5 >= 5.6.0, PHP 7, PHP 8)
    \nGet the server PID

    "},{"t":"M","n":"PDO::connect","p":"PDO.html#method_connect","d":""},{"t":"M","n":"PDOStatement::execute","p":"PDOStatement.html#method_execute","d":"

    (PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.1.0)
    \nExecutes a prepared statement

    "},{"t":"M","n":"PDOStatement::fetch","p":"PDOStatement.html#method_fetch","d":"

    (PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.1.0)
    \nFetches the next row from a result set

    "},{"t":"M","n":"PDOStatement::bindParam","p":"PDOStatement.html#method_bindParam","d":"

    (PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.1.0)
    \nBinds a parameter to the specified variable name

    "},{"t":"M","n":"PDOStatement::bindColumn","p":"PDOStatement.html#method_bindColumn","d":"

    (PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.1.0)
    \nBind a column to a PHP variable

    "},{"t":"M","n":"PDOStatement::bindValue","p":"PDOStatement.html#method_bindValue","d":"

    (PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 1.0.0)
    \nBinds a value to a parameter

    "},{"t":"M","n":"PDOStatement::rowCount","p":"PDOStatement.html#method_rowCount","d":"

    (PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.1.0)
    \nReturns the number of rows affected by the last SQL statement

    "},{"t":"M","n":"PDOStatement::fetchColumn","p":"PDOStatement.html#method_fetchColumn","d":"

    (PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.9.0)
    \nReturns a single column from the next row of a result set

    "},{"t":"M","n":"PDOStatement::fetchAll","p":"PDOStatement.html#method_fetchAll","d":"

    (PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.1.0)
    \nReturns an array containing all of the result set rows

    "},{"t":"M","n":"PDOStatement::fetchObject","p":"PDOStatement.html#method_fetchObject","d":""},{"t":"M","n":"PDOStatement::errorCode","p":"PDOStatement.html#method_errorCode","d":"

    (PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.1.0)
    \nFetch the SQLSTATE associated with the last operation on the statement handle

    "},{"t":"M","n":"PDOStatement::errorInfo","p":"PDOStatement.html#method_errorInfo","d":"

    (PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.1.0)
    \nFetch extended error information associated with the last operation on the statement handle

    "},{"t":"M","n":"PDOStatement::setAttribute","p":"PDOStatement.html#method_setAttribute","d":"

    (PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.2.0)
    \nSet a statement attribute

    "},{"t":"M","n":"PDOStatement::getAttribute","p":"PDOStatement.html#method_getAttribute","d":"

    (PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.2.0)
    \nRetrieve a statement attribute

    "},{"t":"M","n":"PDOStatement::columnCount","p":"PDOStatement.html#method_columnCount","d":"

    (PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.2.0)
    \nReturns the number of columns in the result set

    "},{"t":"M","n":"PDOStatement::getColumnMeta","p":"PDOStatement.html#method_getColumnMeta","d":"

    (PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.2.0)
    \nReturns metadata for a column in a result set

    "},{"t":"M","n":"PDOStatement::setFetchMode","p":"PDOStatement.html#method_setFetchMode","d":"

    (PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.2.0)
    \nSet the default fetch mode for this statement

    "},{"t":"M","n":"PDOStatement::nextRowset","p":"PDOStatement.html#method_nextRowset","d":"

    (PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.2.0)
    \nAdvances to the next rowset in a multi-rowset statement handle

    "},{"t":"M","n":"PDOStatement::closeCursor","p":"PDOStatement.html#method_closeCursor","d":"

    (PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.9.0)
    \nCloses the cursor, enabling the statement to be executed again.

    "},{"t":"M","n":"PDOStatement::debugDumpParams","p":"PDOStatement.html#method_debugDumpParams","d":"

    (PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.9.0)
    \nDump an SQL prepared command

    "},{"t":"M","n":"PDOStatement::__wakeup","p":"PDOStatement.html#method___wakeup","d":null},{"t":"M","n":"PDOStatement::__sleep","p":"PDOStatement.html#method___sleep","d":null},{"t":"M","n":"PDOStatement::getIterator","p":"PDOStatement.html#method_getIterator","d":""},{"t":"M","n":"PDOStatement::connect","p":"PDOStatement.html#method_connect","d":null},{"t":"M","n":"ParentIterator::accept","p":"ParentIterator.html#method_accept","d":"

    Determines acceptability

    "},{"t":"M","n":"ParentIterator::__construct","p":"ParentIterator.html#method___construct","d":"

    Constructs a ParentIterator

    "},{"t":"M","n":"ParentIterator::hasChildren","p":"ParentIterator.html#method_hasChildren","d":"

    Check whether the inner iterator's current element has children

    "},{"t":"M","n":"ParentIterator::getChildren","p":"ParentIterator.html#method_getChildren","d":"

    Return the inner iterator's children contained in a RecursiveFilterIterator

    "},{"t":"M","n":"Parle\\Lexer::advance","p":"Parle/Lexer.html#method_advance","d":"

    Processes the next rule and prepares the resulting token data.

    "},{"t":"M","n":"Parle\\Lexer::build","p":"Parle/Lexer.html#method_build","d":"

    Finalize the lexer rule set

    "},{"t":"M","n":"Parle\\Lexer::callout","p":"Parle/Lexer.html#method_callout","d":"

    Define token callback

    "},{"t":"M","n":"Parle\\Lexer::consume","p":"Parle/Lexer.html#method_consume","d":"

    Consume the data for lexing.

    "},{"t":"M","n":"Parle\\Lexer::dump","p":"Parle/Lexer.html#method_dump","d":"

    Dump the current state machine to stdout.

    "},{"t":"M","n":"Parle\\Lexer::getToken","p":"Parle/Lexer.html#method_getToken","d":"

    Retrieve the current token.

    "},{"t":"M","n":"Parle\\Lexer::insertMacro","p":"Parle/Lexer.html#method_insertMacro","d":"

    Insert a regex macro, that can be later used as a shortcut and included in other regular expressions.

    "},{"t":"M","n":"Parle\\Lexer::push","p":"Parle/Lexer.html#method_push","d":"

    Push a pattern for lexeme recognition.

    "},{"t":"M","n":"Parle\\Lexer::reset","p":"Parle/Lexer.html#method_reset","d":"

    Reset lexing optionally supplying the desired offset.

    "},{"t":"M","n":"Parle\\Parser::advance","p":"Parle/Parser.html#method_advance","d":"

    Process next parser rule.

    "},{"t":"M","n":"Parle\\Parser::build","p":"Parle/Parser.html#method_build","d":"

    Finalize the grammar rules

    "},{"t":"M","n":"Parle\\Parser::consume","p":"Parle/Parser.html#method_consume","d":"

    Consume the data for parsing.

    "},{"t":"M","n":"Parle\\Parser::dump","p":"Parle/Parser.html#method_dump","d":"

    Dump the current grammar to stdout.

    "},{"t":"M","n":"Parle\\Parser::errorInfo","p":"Parle/Parser.html#method_errorInfo","d":"

    Retrieve the error information in case Parle\\Parser::action() returned the error action.

    "},{"t":"M","n":"Parle\\Parser::left","p":"Parle/Parser.html#method_left","d":"

    Declare a terminal with left associativity.

    "},{"t":"M","n":"Parle\\Parser::nonassoc","p":"Parle/Parser.html#method_nonassoc","d":"

    Declare a terminal, that cannot appear more than once in the row.

    "},{"t":"M","n":"Parle\\Parser::precedence","p":"Parle/Parser.html#method_precedence","d":"

    Declares a precedence rule for a fictitious terminal symbol.

    "},{"t":"M","n":"Parle\\Parser::push","p":"Parle/Parser.html#method_push","d":"

    Push a grammar rule.

    "},{"t":"M","n":"Parle\\Parser::reset","p":"Parle/Parser.html#method_reset","d":"

    Reset parser state using the given token id.

    "},{"t":"M","n":"Parle\\Parser::right","p":"Parle/Parser.html#method_right","d":"

    Declare a token with right-associativity

    "},{"t":"M","n":"Parle\\Parser::sigil","p":"Parle/Parser.html#method_sigil","d":"

    Retrieve a part of the match by a rule.

    "},{"t":"M","n":"Parle\\Parser::token","p":"Parle/Parser.html#method_token","d":"

    Declare a terminal to be used in the grammar.

    "},{"t":"M","n":"Parle\\Parser::tokenId","p":"Parle/Parser.html#method_tokenId","d":"

    Retrieve the id of the named token.

    "},{"t":"M","n":"Parle\\Parser::trace","p":"Parle/Parser.html#method_trace","d":"

    Retrieve the current parser operation description.

    "},{"t":"M","n":"Parle\\Parser::validate","p":"Parle/Parser.html#method_validate","d":"

    Validate an input string.

    "},{"t":"M","n":"Parle\\RLexer::advance","p":"Parle/RLexer.html#method_advance","d":"

    Processes the next rule and prepares the resulting token data.

    "},{"t":"M","n":"Parle\\RLexer::build","p":"Parle/RLexer.html#method_build","d":"

    Finalize the lexer rule set

    "},{"t":"M","n":"Parle\\RLexer::callout","p":"Parle/RLexer.html#method_callout","d":"

    Define token callback

    "},{"t":"M","n":"Parle\\RLexer::consume","p":"Parle/RLexer.html#method_consume","d":"

    Pass the data for processing

    "},{"t":"M","n":"Parle\\RLexer::dump","p":"Parle/RLexer.html#method_dump","d":"

    Dump the state machine

    "},{"t":"M","n":"Parle\\RLexer::getToken","p":"Parle/RLexer.html#method_getToken","d":"

    Retrieve the current token.

    "},{"t":"M","n":"Parle\\RLexer::push","p":"Parle/RLexer.html#method_push","d":"

    Add a lexer rule

    "},{"t":"M","n":"Parle\\RLexer::pushState","p":"Parle/RLexer.html#method_pushState","d":"

    Push a new start state\nThis lexer type can have more than one state machine.

    "},{"t":"M","n":"Parle\\RLexer::reset","p":"Parle/RLexer.html#method_reset","d":"

    Reset lexer

    "},{"t":"M","n":"Parle\\RParser::advance","p":"Parle/RParser.html#method_advance","d":"

    Process next parser rule.

    "},{"t":"M","n":"Parle\\RParser::build","p":"Parle/RParser.html#method_build","d":"

    Finalize the grammar rules

    "},{"t":"M","n":"Parle\\RParser::consume","p":"Parle/RParser.html#method_consume","d":"

    Consume the data for parsing.

    "},{"t":"M","n":"Parle\\RParser::dump","p":"Parle/RParser.html#method_dump","d":"

    Dump the current grammar to stdout.

    "},{"t":"M","n":"Parle\\RParser::errorInfo","p":"Parle/RParser.html#method_errorInfo","d":"

    Retrieve the error information in case Parle\\RParser::action() returned the error action.

    "},{"t":"M","n":"Parle\\RParser::left","p":"Parle/RParser.html#method_left","d":"

    Declare a terminal with left associativity.

    "},{"t":"M","n":"Parle\\RParser::nonassoc","p":"Parle/RParser.html#method_nonassoc","d":"

    Declare a token with no associativity

    "},{"t":"M","n":"Parle\\RParser::precedence","p":"Parle/RParser.html#method_precedence","d":"

    Declare a precedence rule

    "},{"t":"M","n":"Parle\\RParser::push","p":"Parle/RParser.html#method_push","d":"

    Push a grammar rule.

    "},{"t":"M","n":"Parle\\RParser::reset","p":"Parle/RParser.html#method_reset","d":"

    Reset parser state using the given token id.

    "},{"t":"M","n":"Parle\\RParser::right","p":"Parle/RParser.html#method_right","d":"

    Declare a token with right-associativity

    "},{"t":"M","n":"Parle\\RParser::sigil","p":"Parle/RParser.html#method_sigil","d":"

    Retrieve a matching part of a rule

    "},{"t":"M","n":"Parle\\RParser::token","p":"Parle/RParser.html#method_token","d":"

    Declare a token

    "},{"t":"M","n":"Parle\\RParser::tokenId","p":"Parle/RParser.html#method_tokenId","d":"

    Get token id

    "},{"t":"M","n":"Parle\\RParser::trace","p":"Parle/RParser.html#method_trace","d":"

    Trace the parser operation

    "},{"t":"M","n":"Parle\\RParser::validate","p":"Parle/RParser.html#method_validate","d":"

    Validate an input string.

    "},{"t":"M","n":"Parle\\Stack::pop","p":"Parle/Stack.html#method_pop","d":"

    Pop an item from the stack

    "},{"t":"M","n":"Parle\\Stack::push","p":"Parle/Stack.html#method_push","d":"

    Push an item into the stack

    "},{"t":"M","n":"Pdo\\Mysql::getWarningCount","p":"Pdo/Mysql.html#method_getWarningCount","d":null},{"t":"M","n":"Pdo\\Sqlite::createAggregate","p":"Pdo/Sqlite.html#method_createAggregate","d":null},{"t":"M","n":"Pdo\\Sqlite::createCollation","p":"Pdo/Sqlite.html#method_createCollation","d":null},{"t":"M","n":"Pdo\\Sqlite::createFunction","p":"Pdo/Sqlite.html#method_createFunction","d":null},{"t":"M","n":"Pdo\\Sqlite::loadExtension","p":"Pdo/Sqlite.html#method_loadExtension","d":null},{"t":"M","n":"Pdo\\Sqlite::openBlob","p":"Pdo/Sqlite.html#method_openBlob","d":""},{"t":"M","n":"Phar::__construct","p":"Phar.html#method___construct","d":"

    (PHP >= 5.3.0, PECL phar >= 1.0.0)
    \nConstruct a Phar archive object

    "},{"t":"M","n":"Phar::__destruct","p":"Phar.html#method___destruct","d":null},{"t":"M","n":"Phar::addEmptyDir","p":"Phar.html#method_addEmptyDir","d":"

    (Unknown)
    \nAdd an empty directory to the phar archive

    "},{"t":"M","n":"Phar::addFile","p":"Phar.html#method_addFile","d":"

    (Unknown)
    \nAdd a file from the filesystem to the phar archive

    "},{"t":"M","n":"Phar::addFromString","p":"Phar.html#method_addFromString","d":"

    (Unknown)
    \nAdd a file from the filesystem to the phar archive

    "},{"t":"M","n":"Phar::buildFromDirectory","p":"Phar.html#method_buildFromDirectory","d":"

    (PHP >= 5.3.0, PECL phar >= 2.0.0)
    \nConstruct a phar archive from the files within a directory.

    "},{"t":"M","n":"Phar::buildFromIterator","p":"Phar.html#method_buildFromIterator","d":"

    (PHP >= 5.3.0, PECL phar >= 2.0.0)
    \nConstruct a phar archive from an iterator.

    "},{"t":"M","n":"Phar::compressFiles","p":"Phar.html#method_compressFiles","d":"

    (PHP >= 5.3.0, PECL phar >= 2.0.0)
    \nCompresses all files in the current Phar archive

    "},{"t":"M","n":"Phar::decompressFiles","p":"Phar.html#method_decompressFiles","d":"

    (PHP >= 5.3.0, PECL phar >= 2.0.0)
    \nDecompresses all files in the current Phar archive

    "},{"t":"M","n":"Phar::compress","p":"Phar.html#method_compress","d":"

    (PHP >= 5.3.0, PECL phar >= 2.0.0)
    \nCompresses the entire Phar archive using Gzip or Bzip2 compression

    "},{"t":"M","n":"Phar::decompress","p":"Phar.html#method_decompress","d":"

    (PHP >= 5.3.0, PECL phar >= 2.0.0)
    \nDecompresses the entire Phar archive

    "},{"t":"M","n":"Phar::convertToExecutable","p":"Phar.html#method_convertToExecutable","d":"

    (PHP >= 5.3.0, PECL phar >= 2.0.0)
    \nConvert a phar archive to another executable phar archive file format

    "},{"t":"M","n":"Phar::convertToData","p":"Phar.html#method_convertToData","d":"

    (PHP >= 5.3.0, PECL phar >= 2.0.0)
    \nConvert a phar archive to a non-executable tar or zip file

    "},{"t":"M","n":"Phar::copy","p":"Phar.html#method_copy","d":"

    (PHP >= 5.3.0, PECL phar >= 2.0.0)
    \nCopy a file internal to the phar archive to another new file within the phar

    "},{"t":"M","n":"Phar::count","p":"Phar.html#method_count","d":"

    (PHP >= 5.3.0, PECL phar >= 1.0.0)
    \nReturns the number of entries (files) in the Phar archive

    "},{"t":"M","n":"Phar::delete","p":"Phar.html#method_delete","d":"

    (PHP >= 5.3.0, PECL phar >= 2.0.0)
    \nDelete a file within a phar archive

    "},{"t":"M","n":"Phar::delMetadata","p":"Phar.html#method_delMetadata","d":"

    (PHP >= 5.3.0, PECL phar >= 1.2.0)
    \nDeletes the global metadata of the phar

    "},{"t":"M","n":"Phar::extractTo","p":"Phar.html#method_extractTo","d":"

    (Unknown)
    \nExtract the contents of a phar archive to a directory

    "},{"t":"M","n":"Phar::getAlias","p":"Phar.html#method_getAlias","d":""},{"t":"M","n":"Phar::getMetadata","p":"Phar.html#method_getMetadata","d":"

    (PHP >= 5.3.0, PECL phar >= 1.0.0)
    \nReturns phar archive meta-data

    "},{"t":"M","n":"Phar::getModified","p":"Phar.html#method_getModified","d":"

    (PHP >= 5.3.0, PECL phar >= 1.0.0)
    \nReturn whether phar was modified

    "},{"t":"M","n":"Phar::getSignature","p":"Phar.html#method_getSignature","d":"

    (PHP >= 5.3.0, PECL phar >= 1.0.0)
    \nReturn MD5/SHA1/SHA256/SHA512/OpenSSL signature of a Phar archive

    "},{"t":"M","n":"Phar::getStub","p":"Phar.html#method_getStub","d":"

    (PHP >= 5.3.0, PECL phar >= 1.0.0)
    \nReturn the PHP loader or bootstrap stub of a Phar archive

    "},{"t":"M","n":"Phar::getVersion","p":"Phar.html#method_getVersion","d":"

    (PHP >= 5.3.0, PECL phar >= 1.0.0)
    \nReturn version info of Phar archive

    "},{"t":"M","n":"Phar::hasMetadata","p":"Phar.html#method_hasMetadata","d":"

    (PHP >= 5.3.0, PECL phar >= 1.2.0)
    \nReturns whether phar has global meta-data

    "},{"t":"M","n":"Phar::isBuffering","p":"Phar.html#method_isBuffering","d":"

    (PHP >= 5.3.0, PECL phar >= 1.0.0)
    \nUsed to determine whether Phar write operations are being buffered, or are flushing directly to disk

    "},{"t":"M","n":"Phar::isCompressed","p":"Phar.html#method_isCompressed","d":"

    (PHP >= 5.3.0, PECL phar >= 2.0.0)
    \nReturns Phar::GZ or PHAR::BZ2 if the entire phar archive is compressed (.tar.gz/tar.bz and so on)

    "},{"t":"M","n":"Phar::isFileFormat","p":"Phar.html#method_isFileFormat","d":"

    (PHP >= 5.3.0, PECL phar >= 2.0.0)
    \nReturns true if the phar archive is based on the tar/phar/zip file format depending on the parameter

    "},{"t":"M","n":"Phar::isWritable","p":"Phar.html#method_isWritable","d":"

    (Unknown)
    \nReturns true if the phar archive can be modified

    "},{"t":"M","n":"Phar::offsetExists","p":"Phar.html#method_offsetExists","d":"

    (PHP >= 5.3.0, PECL phar >= 1.0.0)
    \ndetermines whether a file exists in the phar

    "},{"t":"M","n":"Phar::offsetGet","p":"Phar.html#method_offsetGet","d":"

    (PHP >= 5.3.0, PECL phar >= 1.0.0)
    \nGets a PharFileInfo object for a specific file

    "},{"t":"M","n":"Phar::offsetSet","p":"Phar.html#method_offsetSet","d":"

    (PHP >= 5.3.0, PECL phar >= 1.0.0)
    \nset the contents of an internal file to those of an external file

    "},{"t":"M","n":"Phar::offsetUnset","p":"Phar.html#method_offsetUnset","d":"

    (PHP >= 5.3.0, PECL phar >= 1.0.0)
    \nremove a file from a phar

    "},{"t":"M","n":"Phar::setAlias","p":"Phar.html#method_setAlias","d":"

    (PHP >= 5.3.0, PECL phar >= 1.2.1)
    \nSet the alias for the Phar archive

    "},{"t":"M","n":"Phar::setDefaultStub","p":"Phar.html#method_setDefaultStub","d":"

    (Unknown)
    \nUsed to set the PHP loader or bootstrap stub of a Phar archive to the default loader

    "},{"t":"M","n":"Phar::setMetadata","p":"Phar.html#method_setMetadata","d":"

    (PHP >= 5.3.0, PECL phar >= 1.0.0)
    \nSets phar archive meta-data

    "},{"t":"M","n":"Phar::setSignatureAlgorithm","p":"Phar.html#method_setSignatureAlgorithm","d":"

    (PHP >= 5.3.0, PECL phar >= 1.1.0)
    \nset the signature algorithm for a phar and apply it.

    "},{"t":"M","n":"Phar::setStub","p":"Phar.html#method_setStub","d":"

    (PHP >= 5.3.0, PECL phar >= 1.0.0)
    \nUsed to set the PHP loader or bootstrap stub of a Phar archive

    "},{"t":"M","n":"Phar::startBuffering","p":"Phar.html#method_startBuffering","d":"

    (PHP >= 5.3.0, PECL phar >= 1.0.0)
    \nStart buffering Phar write operations, do not modify the Phar object on disk

    "},{"t":"M","n":"Phar::stopBuffering","p":"Phar.html#method_stopBuffering","d":"

    (PHP >= 5.3.0, PECL phar >= 1.0.0)
    \nStop buffering write requests to the Phar archive, and save changes to disk

    "},{"t":"M","n":"Phar::apiVersion","p":"Phar.html#method_apiVersion","d":"

    (PHP >= 5.3.0, PECL phar >= 1.0.0)
    \nReturns the api version

    "},{"t":"M","n":"Phar::canCompress","p":"Phar.html#method_canCompress","d":"

    (PHP >= 5.3.0, PECL phar >= 1.0.0)
    \nReturns whether phar extension supports compression using either zlib or bzip2

    "},{"t":"M","n":"Phar::canWrite","p":"Phar.html#method_canWrite","d":"

    (PHP >= 5.3.0, PECL phar >= 1.0.0)
    \nReturns whether phar extension supports writing and creating phars

    "},{"t":"M","n":"Phar::createDefaultStub","p":"Phar.html#method_createDefaultStub","d":"

    (Unknown)
    \nCreate a phar-file format specific stub

    "},{"t":"M","n":"Phar::getSupportedCompression","p":"Phar.html#method_getSupportedCompression","d":"

    (PHP >= 5.3.0, PECL phar >= 1.2.0)
    \nReturn array of supported compression algorithms

    "},{"t":"M","n":"Phar::getSupportedSignatures","p":"Phar.html#method_getSupportedSignatures","d":"

    (PHP >= 5.3.0, PECL phar >= 1.1.0)
    \nReturn array of supported signature types

    "},{"t":"M","n":"Phar::interceptFileFuncs","p":"Phar.html#method_interceptFileFuncs","d":"

    (PHP >= 5.3.0, PECL phar >= 2.0.0)
    \ninstructs phar to intercept fopen, file_get_contents, opendir, and all of the stat-related functions

    "},{"t":"M","n":"Phar::isValidPharFilename","p":"Phar.html#method_isValidPharFilename","d":"

    (PHP >= 5.3.0, PECL phar >= 1.2.0)
    \nReturns whether the given filename is a valid phar filename

    "},{"t":"M","n":"Phar::loadPhar","p":"Phar.html#method_loadPhar","d":"

    (PHP >= 5.3.0, PECL phar >= 1.0.0)
    \nLoads any phar archive with an alias

    "},{"t":"M","n":"Phar::mapPhar","p":"Phar.html#method_mapPhar","d":"

    (PHP >= 5.3.0, PECL phar >= 1.0.0)
    \nReads the currently executed file (a phar) and registers its manifest

    "},{"t":"M","n":"Phar::running","p":"Phar.html#method_running","d":"

    (PHP >= 5.3.0, PECL phar >= 2.0.0)
    \nReturns the full path on disk or full phar URL to the currently executing Phar archive

    "},{"t":"M","n":"Phar::mount","p":"Phar.html#method_mount","d":"

    (PHP >= 5.3.0, PECL phar >= 2.0.0)
    \nMount an external path or file to a virtual location within the phar archive

    "},{"t":"M","n":"Phar::mungServer","p":"Phar.html#method_mungServer","d":"

    (Unknown)
    \nDefines a list of up to 4 $_SERVER variables that should be modified for execution

    "},{"t":"M","n":"Phar::unlinkArchive","p":"Phar.html#method_unlinkArchive","d":"

    (PHP >= 5.3.0, PECL phar >= 2.0.0)
    \nCompletely remove a phar archive from disk and from memory

    "},{"t":"M","n":"Phar::webPhar","p":"Phar.html#method_webPhar","d":"

    (PHP >= 5.3.0, PECL phar >= 2.0.0)
    \nmapPhar for web-based phars. front controller for web applications

    "},{"t":"M","n":"Phar::hasChildren","p":"Phar.html#method_hasChildren","d":"

    Returns whether current entry is a directory and not '.' or '..'

    "},{"t":"M","n":"Phar::getChildren","p":"Phar.html#method_getChildren","d":"

    Returns an iterator for the current entry if it is a directory

    "},{"t":"M","n":"Phar::rewind","p":"Phar.html#method_rewind","d":"

    Rewinds back to the beginning

    "},{"t":"M","n":"Phar::next","p":"Phar.html#method_next","d":"

    Move to the next file

    "},{"t":"M","n":"Phar::key","p":"Phar.html#method_key","d":"

    Retrieve the key for the current file

    "},{"t":"M","n":"Phar::current","p":"Phar.html#method_current","d":"

    The current file

    "},{"t":"M","n":"Phar::valid","p":"Phar.html#method_valid","d":"

    Check whether current DirectoryIterator position is a valid file

    "},{"t":"M","n":"Phar::seek","p":"Phar.html#method_seek","d":"

    Seek to a DirectoryIterator item

    "},{"t":"M","n":"Phar::_bad_state_ex","p":"Phar.html#method__bad_state_ex","d":null},{"t":"M","n":"PharData::__construct","p":"PharData.html#method___construct","d":"

    (PHP >= 5.3.0, PECL phar >= 2.0.0)
    \nConstruct a non-executable tar or zip archive object

    "},{"t":"M","n":"PharData::offsetExists","p":"PharData.html#method_offsetExists","d":""},{"t":"M","n":"PharData::offsetGet","p":"PharData.html#method_offsetGet","d":""},{"t":"M","n":"PharData::offsetSet","p":"PharData.html#method_offsetSet","d":"

    (PHP >= 5.3.0, PECL phar >= 2.0.0)
    \nset the contents of a file within the tar/zip to those of an external file or string

    "},{"t":"M","n":"PharData::offsetUnset","p":"PharData.html#method_offsetUnset","d":"

    (PHP >= 5.3.0, PECL phar >= 2.0.0)
    \nremove a file from a tar/zip archive

    "},{"t":"M","n":"PharData::hasChildren","p":"PharData.html#method_hasChildren","d":"

    Returns whether current entry is a directory and not '.' or '..'

    "},{"t":"M","n":"PharData::getChildren","p":"PharData.html#method_getChildren","d":"

    Returns an iterator for the current entry if it is a directory

    "},{"t":"M","n":"PharData::rewind","p":"PharData.html#method_rewind","d":"

    Rewinds back to the beginning

    "},{"t":"M","n":"PharData::next","p":"PharData.html#method_next","d":"

    Move to the next file

    "},{"t":"M","n":"PharData::key","p":"PharData.html#method_key","d":"

    Retrieve the key for the current file

    "},{"t":"M","n":"PharData::current","p":"PharData.html#method_current","d":"

    The current file

    "},{"t":"M","n":"PharData::valid","p":"PharData.html#method_valid","d":"

    Check whether current DirectoryIterator position is a valid file

    "},{"t":"M","n":"PharData::seek","p":"PharData.html#method_seek","d":"

    Seek to a DirectoryIterator item

    "},{"t":"M","n":"PharFileInfo::__construct","p":"PharFileInfo.html#method___construct","d":"

    (PHP >= 5.3.0, PECL phar >= 1.0.0)
    \nConstruct a Phar entry object

    "},{"t":"M","n":"PharFileInfo::__destruct","p":"PharFileInfo.html#method___destruct","d":null},{"t":"M","n":"PharFileInfo::chmod","p":"PharFileInfo.html#method_chmod","d":"

    (PHP >= 5.3.0, PECL phar >= 1.0.0)
    \nSets file-specific permission bits

    "},{"t":"M","n":"PharFileInfo::compress","p":"PharFileInfo.html#method_compress","d":"

    (PHP >= 5.3.0, PECL phar >= 2.0.0)
    \nCompresses the current Phar entry with either zlib or bzip2 compression

    "},{"t":"M","n":"PharFileInfo::decompress","p":"PharFileInfo.html#method_decompress","d":"

    (PHP >= 5.3.0, PECL phar >= 2.0.0)
    \nDecompresses the current Phar entry within the phar

    "},{"t":"M","n":"PharFileInfo::delMetadata","p":"PharFileInfo.html#method_delMetadata","d":"

    (PHP >= 5.3.0, PECL phar >= 1.2.0)
    \nDeletes the metadata of the entry

    "},{"t":"M","n":"PharFileInfo::getCompressedSize","p":"PharFileInfo.html#method_getCompressedSize","d":"

    (PHP >= 5.3.0, PECL phar >= 1.0.0)
    \nReturns the actual size of the file (with compression) inside the Phar archive

    "},{"t":"M","n":"PharFileInfo::getCRC32","p":"PharFileInfo.html#method_getCRC32","d":"

    (PHP >= 5.3.0, PECL phar >= 1.0.0)
    \nReturns CRC32 code or throws an exception if CRC has not been verified

    "},{"t":"M","n":"PharFileInfo::getContent","p":"PharFileInfo.html#method_getContent","d":null},{"t":"M","n":"PharFileInfo::getMetadata","p":"PharFileInfo.html#method_getMetadata","d":"

    (PHP >= 5.3.0, PECL phar >= 1.0.0)
    \nReturns file-specific meta-data saved with a file

    "},{"t":"M","n":"PharFileInfo::getPharFlags","p":"PharFileInfo.html#method_getPharFlags","d":"

    (PHP >= 5.3.0, PECL phar >= 1.0.0)
    \nReturns the Phar file entry flags

    "},{"t":"M","n":"PharFileInfo::hasMetadata","p":"PharFileInfo.html#method_hasMetadata","d":"

    (PHP >= 5.3.0, PECL phar >= 1.2.0)
    \nReturns the metadata of the entry

    "},{"t":"M","n":"PharFileInfo::isCompressed","p":"PharFileInfo.html#method_isCompressed","d":"

    (PHP >= 5.3.0, PECL phar >= 1.0.0)
    \nReturns whether the entry is compressed

    "},{"t":"M","n":"PharFileInfo::isCRCChecked","p":"PharFileInfo.html#method_isCRCChecked","d":"

    (PHP >= 5.3.0, PECL phar >= 1.0.0)
    \nReturns whether file entry has had its CRC verified

    "},{"t":"M","n":"PharFileInfo::setMetadata","p":"PharFileInfo.html#method_setMetadata","d":"

    (PHP >= 5.3.0, PECL phar >= 1.0.0)
    \nSets file-specific meta-data saved with a file

    "},{"t":"M","n":"PhpToken::__construct","p":"PhpToken.html#method___construct","d":""},{"t":"M","n":"PhpToken::getTokenName","p":"PhpToken.html#method_getTokenName","d":"

    Get the name of the token.

    "},{"t":"M","n":"PhpToken::tokenize","p":"PhpToken.html#method_tokenize","d":"

    Same as {token_get_all()}, but returning array of {PhpToken}\nor an instance of a child class.

    "},{"t":"M","n":"PhpToken::is","p":"PhpToken.html#method_is","d":"

    Whether the token has the given ID, the given text, or has an ID/text\npart of the given array.

    "},{"t":"M","n":"PhpToken::isIgnorable","p":"PhpToken.html#method_isIgnorable","d":"

    Whether this token would be ignored by the PHP parser.

    "},{"t":"M","n":"PhpToken::__toString","p":"PhpToken.html#method___toString","d":"

    Magic method {https://www.php.net/manual/en/language.oop5.magic.php#object.tostring}\nallows a class to decide how it will react when it is treated like a string.

    "},{"t":"M","n":"Pool::__construct","p":"Pool.html#method___construct","d":"

    (PECL pthreads >= 2.0.0)
    \nConstruct a new pool of workers. Pools lazily create their threads, which means\nnew threads will only be spawned when they are required to execute tasks.

    "},{"t":"M","n":"Pool::collect","p":"Pool.html#method_collect","d":"

    (PECL pthreads >= 2.0.0)
    \nAllows the pool to collect references determined to be garbage by the\noptionally given collector

    "},{"t":"M","n":"Pool::resize","p":"Pool.html#method_resize","d":"

    (PECL pthreads >= 2.0.0)
    \nResize the Pool

    "},{"t":"M","n":"Pool::shutdown","p":"Pool.html#method_shutdown","d":"

    (PECL pthreads >= 2.0.0)
    \nShuts down all of the workers in the pool. This will block until all submitted\ntasks have been executed.

    "},{"t":"M","n":"Pool::submit","p":"Pool.html#method_submit","d":"

    (PECL pthreads >= 2.0.0)
    \nSubmit the task to the next Worker in the Pool

    "},{"t":"M","n":"Pool::submitTo","p":"Pool.html#method_submitTo","d":"

    (PECL pthreads >= 2.0.0)
    \nSubmit a task to the specified worker in the pool. The workers are indexed\nfrom 0, and will only exist if the pool has needed to create them (since\nthreads are lazily spawned).

    "},{"t":"M","n":"RRDCreator::addArchive","p":"RRDCreator.html#method_addArchive","d":"

    Adds RRA - archive of data values for each data source.

    \nArchive consists of a number of data values or statistics for each of the defined data-sources (DS). Data sources are defined by method RRDCreator::addDataSource(). You need call this method for each requested archive.

    "},{"t":"M","n":"RRDCreator::addDataSource","p":"RRDCreator.html#method_addDataSource","d":"

    Adds data source definition for RRD database.

    \nRRD can accept input from several data sources (DS), e.g incoming and outgoing traffic. This method adds data source by description. You need call this method for each data source.

    "},{"t":"M","n":"RRDCreator::__construct","p":"RRDCreator.html#method___construct","d":"

    Creates new RRDCreator instance.

    "},{"t":"M","n":"RRDCreator::save","p":"RRDCreator.html#method_save","d":"

    Saves the RRD database into file, which name is defined by RRDCreator::__construct()

    "},{"t":"M","n":"RRDGraph::__construct","p":"RRDGraph.html#method___construct","d":"

    Creates new RRDGraph instance. This instance is responsible for rendering the result of RRD database query into image.

    "},{"t":"M","n":"RRDGraph::save","p":"RRDGraph.html#method_save","d":"

    Saves the result of RRD database query into image defined by RRDGraph::__construct().

    "},{"t":"M","n":"RRDGraph::saveVerbose","p":"RRDGraph.html#method_saveVerbose","d":"

    Saves the RRD database query into image and returns the verbose information about generated graph.

    \nIf "-" is used as image filename, image data are also returned in result array.

    "},{"t":"M","n":"RRDGraph::setOptions","p":"RRDGraph.html#method_setOptions","d":"

    Sets the options for rrd graph export

    "},{"t":"M","n":"RRDUpdater::__construct","p":"RRDUpdater.html#method___construct","d":"

    Creates new RRDUpdater instance. This instance is responsible for updating the RRD database file.

    "},{"t":"M","n":"RRDUpdater::update","p":"RRDUpdater.html#method_update","d":"

    Update the RRD file defined via RRDUpdater::__construct(). The file is updated with a specific values.

    "},{"t":"M","n":"Random\\Engine::generate","p":"Random/Engine.html#method_generate","d":null},{"t":"M","n":"Random\\Engine\\Mt19937::__construct","p":"Random/Engine/Mt19937.html#method___construct","d":null},{"t":"M","n":"Random\\Engine\\Mt19937::generate","p":"Random/Engine/Mt19937.html#method_generate","d":null},{"t":"M","n":"Random\\Engine\\Mt19937::__serialize","p":"Random/Engine/Mt19937.html#method___serialize","d":null},{"t":"M","n":"Random\\Engine\\Mt19937::__unserialize","p":"Random/Engine/Mt19937.html#method___unserialize","d":null},{"t":"M","n":"Random\\Engine\\Mt19937::__debugInfo","p":"Random/Engine/Mt19937.html#method___debugInfo","d":null},{"t":"M","n":"Random\\Engine\\PcgOneseq128XslRr64::__construct","p":"Random/Engine/PcgOneseq128XslRr64.html#method___construct","d":null},{"t":"M","n":"Random\\Engine\\PcgOneseq128XslRr64::generate","p":"Random/Engine/PcgOneseq128XslRr64.html#method_generate","d":null},{"t":"M","n":"Random\\Engine\\PcgOneseq128XslRr64::jump","p":"Random/Engine/PcgOneseq128XslRr64.html#method_jump","d":null},{"t":"M","n":"Random\\Engine\\PcgOneseq128XslRr64::__serialize","p":"Random/Engine/PcgOneseq128XslRr64.html#method___serialize","d":null},{"t":"M","n":"Random\\Engine\\PcgOneseq128XslRr64::__unserialize","p":"Random/Engine/PcgOneseq128XslRr64.html#method___unserialize","d":null},{"t":"M","n":"Random\\Engine\\PcgOneseq128XslRr64::__debugInfo","p":"Random/Engine/PcgOneseq128XslRr64.html#method___debugInfo","d":null},{"t":"M","n":"Random\\Engine\\Secure::generate","p":"Random/Engine/Secure.html#method_generate","d":null},{"t":"M","n":"Random\\Engine\\Xoshiro256StarStar::__construct","p":"Random/Engine/Xoshiro256StarStar.html#method___construct","d":null},{"t":"M","n":"Random\\Engine\\Xoshiro256StarStar::generate","p":"Random/Engine/Xoshiro256StarStar.html#method_generate","d":null},{"t":"M","n":"Random\\Engine\\Xoshiro256StarStar::jump","p":"Random/Engine/Xoshiro256StarStar.html#method_jump","d":null},{"t":"M","n":"Random\\Engine\\Xoshiro256StarStar::jumpLong","p":"Random/Engine/Xoshiro256StarStar.html#method_jumpLong","d":null},{"t":"M","n":"Random\\Engine\\Xoshiro256StarStar::__serialize","p":"Random/Engine/Xoshiro256StarStar.html#method___serialize","d":null},{"t":"M","n":"Random\\Engine\\Xoshiro256StarStar::__unserialize","p":"Random/Engine/Xoshiro256StarStar.html#method___unserialize","d":null},{"t":"M","n":"Random\\Engine\\Xoshiro256StarStar::__debugInfo","p":"Random/Engine/Xoshiro256StarStar.html#method___debugInfo","d":null},{"t":"M","n":"Random\\Randomizer::__construct","p":"Random/Randomizer.html#method___construct","d":null},{"t":"M","n":"Random\\Randomizer::nextInt","p":"Random/Randomizer.html#method_nextInt","d":null},{"t":"M","n":"Random\\Randomizer::getInt","p":"Random/Randomizer.html#method_getInt","d":null},{"t":"M","n":"Random\\Randomizer::getBytes","p":"Random/Randomizer.html#method_getBytes","d":null},{"t":"M","n":"Random\\Randomizer::shuffleArray","p":"Random/Randomizer.html#method_shuffleArray","d":null},{"t":"M","n":"Random\\Randomizer::shuffleBytes","p":"Random/Randomizer.html#method_shuffleBytes","d":null},{"t":"M","n":"Random\\Randomizer::pickArrayKeys","p":"Random/Randomizer.html#method_pickArrayKeys","d":null},{"t":"M","n":"Random\\Randomizer::__serialize","p":"Random/Randomizer.html#method___serialize","d":null},{"t":"M","n":"Random\\Randomizer::__unserialize","p":"Random/Randomizer.html#method___unserialize","d":null},{"t":"M","n":"Random\\Randomizer::nextFloat","p":"Random/Randomizer.html#method_nextFloat","d":""},{"t":"M","n":"Random\\Randomizer::getFloat","p":"Random/Randomizer.html#method_getFloat","d":""},{"t":"M","n":"Random\\Randomizer::getBytesFromString","p":"Random/Randomizer.html#method_getBytesFromString","d":""},{"t":"M","n":"RarArchive::open","p":"RarArchive.html#method_open","d":"

    Open RAR archive

    "},{"t":"M","n":"RarArchive::close","p":"RarArchive.html#method_close","d":"

    Close RAR archive and free all resources

    "},{"t":"M","n":"RarArchive::getComment","p":"RarArchive.html#method_getComment","d":"

    Get comment text from the RAR archive

    "},{"t":"M","n":"RarArchive::getEntries","p":"RarArchive.html#method_getEntries","d":"

    Get full list of entries from the RAR archive

    "},{"t":"M","n":"RarArchive::getEntry","p":"RarArchive.html#method_getEntry","d":"

    Get entry object from the RAR archive

    "},{"t":"M","n":"RarArchive::isBroken","p":"RarArchive.html#method_isBroken","d":"

    Test whether an archive is broken (incomplete)

    "},{"t":"M","n":"RarArchive::isSolid","p":"RarArchive.html#method_isSolid","d":"

    Check whether the RAR archive is solid

    "},{"t":"M","n":"RarArchive::setAllowBroken","p":"RarArchive.html#method_setAllowBroken","d":"

    Whether opening broken archives is allowed

    "},{"t":"M","n":"RarArchive::__toString","p":"RarArchive.html#method___toString","d":"

    Get text representation

    "},{"t":"M","n":"RarEntry::extract","p":"RarEntry.html#method_extract","d":"

    Extract entry from the archive

    "},{"t":"M","n":"RarEntry::getAttr","p":"RarEntry.html#method_getAttr","d":"

    Get attributes of the entry

    "},{"t":"M","n":"RarEntry::getCrc","p":"RarEntry.html#method_getCrc","d":"

    Get CRC of the entry

    "},{"t":"M","n":"RarEntry::getFileTime","p":"RarEntry.html#method_getFileTime","d":"

    Get entry last modification time

    "},{"t":"M","n":"RarEntry::getHostOs","p":"RarEntry.html#method_getHostOs","d":"

    Get entry host OS

    "},{"t":"M","n":"RarEntry::getMethod","p":"RarEntry.html#method_getMethod","d":"

    Get pack method of the entry

    "},{"t":"M","n":"RarEntry::getName","p":"RarEntry.html#method_getName","d":"

    Get name of the entry

    "},{"t":"M","n":"RarEntry::getPackedSize","p":"RarEntry.html#method_getPackedSize","d":"

    Get packed size of the entry

    "},{"t":"M","n":"RarEntry::getStream","p":"RarEntry.html#method_getStream","d":"

    Get file handler for entry

    "},{"t":"M","n":"RarEntry::getUnpackedSize","p":"RarEntry.html#method_getUnpackedSize","d":"

    Get unpacked size of the entry

    "},{"t":"M","n":"RarEntry::getVersion","p":"RarEntry.html#method_getVersion","d":"

    Get minimum version of RAR program required to unpack the entry

    "},{"t":"M","n":"RarEntry::isDirectory","p":"RarEntry.html#method_isDirectory","d":"

    Test whether an entry represents a directory

    "},{"t":"M","n":"RarEntry::isEncrypted","p":"RarEntry.html#method_isEncrypted","d":"

    Test whether an entry is encrypted

    "},{"t":"M","n":"RarEntry::__toString","p":"RarEntry.html#method___toString","d":"

    Get text representation of entry

    "},{"t":"M","n":"RarException::isUsingExceptions","p":"RarException.html#method_isUsingExceptions","d":"

    Check whether error handling with exceptions is in use

    "},{"t":"M","n":"RarException::setUsingExceptions","p":"RarException.html#method_setUsingExceptions","d":"

    Activate and deactivate error handling with exceptions

    "},{"t":"M","n":"RdKafka::addBrokers","p":"RdKafka.html#method_addBrokers","d":""},{"t":"M","n":"RdKafka::getMetadata","p":"RdKafka.html#method_getMetadata","d":""},{"t":"M","n":"RdKafka::getOutQLen","p":"RdKafka.html#method_getOutQLen","d":""},{"t":"M","n":"RdKafka::newTopic","p":"RdKafka.html#method_newTopic","d":""},{"t":"M","n":"RdKafka::poll","p":"RdKafka.html#method_poll","d":""},{"t":"M","n":"RdKafka::setLogLevel","p":"RdKafka.html#method_setLogLevel","d":""},{"t":"M","n":"RdKafka::offsetsForTimes","p":"RdKafka.html#method_offsetsForTimes","d":""},{"t":"M","n":"RdKafka::queryWatermarkOffsets","p":"RdKafka.html#method_queryWatermarkOffsets","d":""},{"t":"M","n":"RdKafka::purge","p":"RdKafka.html#method_purge","d":""},{"t":"M","n":"RdKafka::flush","p":"RdKafka.html#method_flush","d":""},{"t":"M","n":"RdKafka::metadata","p":"RdKafka.html#method_metadata","d":null},{"t":"M","n":"RdKafka::setLogger","p":"RdKafka.html#method_setLogger","d":null},{"t":"M","n":"RdKafka::outqLen","p":"RdKafka.html#method_outqLen","d":null},{"t":"M","n":"RdKafka\\Conf::__construct","p":"RdKafka/Conf.html#method___construct","d":null},{"t":"M","n":"RdKafka\\Conf::dump","p":"RdKafka/Conf.html#method_dump","d":""},{"t":"M","n":"RdKafka\\Conf::set","p":"RdKafka/Conf.html#method_set","d":""},{"t":"M","n":"RdKafka\\Conf::setDefaultTopicConf","p":"RdKafka/Conf.html#method_setDefaultTopicConf","d":""},{"t":"M","n":"RdKafka\\Conf::setDrMsgCb","p":"RdKafka/Conf.html#method_setDrMsgCb","d":""},{"t":"M","n":"RdKafka\\Conf::setErrorCb","p":"RdKafka/Conf.html#method_setErrorCb","d":""},{"t":"M","n":"RdKafka\\Conf::setRebalanceCb","p":"RdKafka/Conf.html#method_setRebalanceCb","d":""},{"t":"M","n":"RdKafka\\Conf::setStatsCb","p":"RdKafka/Conf.html#method_setStatsCb","d":""},{"t":"M","n":"RdKafka\\Conf::setOffsetCommitCb","p":"RdKafka/Conf.html#method_setOffsetCommitCb","d":""},{"t":"M","n":"RdKafka\\Conf::setConsumeCb","p":"RdKafka/Conf.html#method_setConsumeCb","d":""},{"t":"M","n":"RdKafka\\Conf::setLogCb","p":"RdKafka/Conf.html#method_setLogCb","d":""},{"t":"M","n":"RdKafka\\Consumer::__construct","p":"RdKafka/Consumer.html#method___construct","d":""},{"t":"M","n":"RdKafka\\Consumer::newTopic","p":"RdKafka/Consumer.html#method_newTopic","d":""},{"t":"M","n":"RdKafka\\Consumer::newQueue","p":"RdKafka/Consumer.html#method_newQueue","d":""},{"t":"M","n":"RdKafka\\ConsumerTopic::consume","p":"RdKafka/ConsumerTopic.html#method_consume","d":""},{"t":"M","n":"RdKafka\\ConsumerTopic::consumeQueueStart","p":"RdKafka/ConsumerTopic.html#method_consumeQueueStart","d":""},{"t":"M","n":"RdKafka\\ConsumerTopic::consumeStart","p":"RdKafka/ConsumerTopic.html#method_consumeStart","d":""},{"t":"M","n":"RdKafka\\ConsumerTopic::consumeStop","p":"RdKafka/ConsumerTopic.html#method_consumeStop","d":""},{"t":"M","n":"RdKafka\\ConsumerTopic::offsetStore","p":"RdKafka/ConsumerTopic.html#method_offsetStore","d":""},{"t":"M","n":"RdKafka\\ConsumerTopic::consumeCallback","p":"RdKafka/ConsumerTopic.html#method_consumeCallback","d":null},{"t":"M","n":"RdKafka\\ConsumerTopic::consumeBatch","p":"RdKafka/ConsumerTopic.html#method_consumeBatch","d":null},{"t":"M","n":"RdKafka\\KafkaConsumer::__construct","p":"RdKafka/KafkaConsumer.html#method___construct","d":""},{"t":"M","n":"RdKafka\\KafkaConsumer::assign","p":"RdKafka/KafkaConsumer.html#method_assign","d":""},{"t":"M","n":"RdKafka\\KafkaConsumer::commit","p":"RdKafka/KafkaConsumer.html#method_commit","d":""},{"t":"M","n":"RdKafka\\KafkaConsumer::commitAsync","p":"RdKafka/KafkaConsumer.html#method_commitAsync","d":""},{"t":"M","n":"RdKafka\\KafkaConsumer::consume","p":"RdKafka/KafkaConsumer.html#method_consume","d":""},{"t":"M","n":"RdKafka\\KafkaConsumer::getAssignment","p":"RdKafka/KafkaConsumer.html#method_getAssignment","d":""},{"t":"M","n":"RdKafka\\KafkaConsumer::getMetadata","p":"RdKafka/KafkaConsumer.html#method_getMetadata","d":""},{"t":"M","n":"RdKafka\\KafkaConsumer::getSubscription","p":"RdKafka/KafkaConsumer.html#method_getSubscription","d":""},{"t":"M","n":"RdKafka\\KafkaConsumer::subscribe","p":"RdKafka/KafkaConsumer.html#method_subscribe","d":""},{"t":"M","n":"RdKafka\\KafkaConsumer::unsubscribe","p":"RdKafka/KafkaConsumer.html#method_unsubscribe","d":""},{"t":"M","n":"RdKafka\\KafkaConsumer::getCommittedOffsets","p":"RdKafka/KafkaConsumer.html#method_getCommittedOffsets","d":""},{"t":"M","n":"RdKafka\\KafkaConsumer::offsetsForTimes","p":"RdKafka/KafkaConsumer.html#method_offsetsForTimes","d":""},{"t":"M","n":"RdKafka\\KafkaConsumer::queryWatermarkOffsets","p":"RdKafka/KafkaConsumer.html#method_queryWatermarkOffsets","d":""},{"t":"M","n":"RdKafka\\KafkaConsumer::getOffsetPositions","p":"RdKafka/KafkaConsumer.html#method_getOffsetPositions","d":""},{"t":"M","n":"RdKafka\\KafkaConsumer::newTopic","p":"RdKafka/KafkaConsumer.html#method_newTopic","d":""},{"t":"M","n":"RdKafka\\KafkaConsumer::close","p":"RdKafka/KafkaConsumer.html#method_close","d":""},{"t":"M","n":"RdKafka\\KafkaConsumerTopic::offsetStore","p":"RdKafka/KafkaConsumerTopic.html#method_offsetStore","d":""},{"t":"M","n":"RdKafka\\KafkaErrorException::__construct","p":"RdKafka/KafkaErrorException.html#method___construct","d":""},{"t":"M","n":"RdKafka\\KafkaErrorException::getErrorString","p":"RdKafka/KafkaErrorException.html#method_getErrorString","d":""},{"t":"M","n":"RdKafka\\KafkaErrorException::isFatal","p":"RdKafka/KafkaErrorException.html#method_isFatal","d":""},{"t":"M","n":"RdKafka\\KafkaErrorException::isRetriable","p":"RdKafka/KafkaErrorException.html#method_isRetriable","d":""},{"t":"M","n":"RdKafka\\KafkaErrorException::transactionRequiresAbort","p":"RdKafka/KafkaErrorException.html#method_transactionRequiresAbort","d":""},{"t":"M","n":"RdKafka\\Message::errstr","p":"RdKafka/Message.html#method_errstr","d":""},{"t":"M","n":"RdKafka\\Metadata::getBrokers","p":"RdKafka/Metadata.html#method_getBrokers","d":""},{"t":"M","n":"RdKafka\\Metadata::getTopics","p":"RdKafka/Metadata.html#method_getTopics","d":""},{"t":"M","n":"RdKafka\\Metadata::getOrigBrokerId","p":"RdKafka/Metadata.html#method_getOrigBrokerId","d":""},{"t":"M","n":"RdKafka\\Metadata::getOrigBrokerName","p":"RdKafka/Metadata.html#method_getOrigBrokerName","d":""},{"t":"M","n":"RdKafka\\Metadata\\Broker::getId","p":"RdKafka/Metadata/Broker.html#method_getId","d":null},{"t":"M","n":"RdKafka\\Metadata\\Broker::getHost","p":"RdKafka/Metadata/Broker.html#method_getHost","d":null},{"t":"M","n":"RdKafka\\Metadata\\Broker::getPort","p":"RdKafka/Metadata/Broker.html#method_getPort","d":null},{"t":"M","n":"RdKafka\\Metadata\\Collection::current","p":"RdKafka/Metadata/Collection.html#method_current","d":""},{"t":"M","n":"RdKafka\\Metadata\\Collection::next","p":"RdKafka/Metadata/Collection.html#method_next","d":""},{"t":"M","n":"RdKafka\\Metadata\\Collection::key","p":"RdKafka/Metadata/Collection.html#method_key","d":""},{"t":"M","n":"RdKafka\\Metadata\\Collection::valid","p":"RdKafka/Metadata/Collection.html#method_valid","d":""},{"t":"M","n":"RdKafka\\Metadata\\Collection::rewind","p":"RdKafka/Metadata/Collection.html#method_rewind","d":""},{"t":"M","n":"RdKafka\\Metadata\\Collection::count","p":"RdKafka/Metadata/Collection.html#method_count","d":""},{"t":"M","n":"RdKafka\\Metadata\\Partition::getId","p":"RdKafka/Metadata/Partition.html#method_getId","d":""},{"t":"M","n":"RdKafka\\Metadata\\Partition::getErr","p":"RdKafka/Metadata/Partition.html#method_getErr","d":""},{"t":"M","n":"RdKafka\\Metadata\\Partition::getLeader","p":"RdKafka/Metadata/Partition.html#method_getLeader","d":""},{"t":"M","n":"RdKafka\\Metadata\\Partition::getReplicas","p":"RdKafka/Metadata/Partition.html#method_getReplicas","d":""},{"t":"M","n":"RdKafka\\Metadata\\Partition::getIsrs","p":"RdKafka/Metadata/Partition.html#method_getIsrs","d":""},{"t":"M","n":"RdKafka\\Metadata\\Topic::getTopic","p":"RdKafka/Metadata/Topic.html#method_getTopic","d":""},{"t":"M","n":"RdKafka\\Metadata\\Topic::getPartitions","p":"RdKafka/Metadata/Topic.html#method_getPartitions","d":""},{"t":"M","n":"RdKafka\\Metadata\\Topic::getErr","p":"RdKafka/Metadata/Topic.html#method_getErr","d":""},{"t":"M","n":"RdKafka\\Producer::__construct","p":"RdKafka/Producer.html#method___construct","d":""},{"t":"M","n":"RdKafka\\Producer::newTopic","p":"RdKafka/Producer.html#method_newTopic","d":""},{"t":"M","n":"RdKafka\\Producer::initTransactions","p":"RdKafka/Producer.html#method_initTransactions","d":""},{"t":"M","n":"RdKafka\\Producer::beginTransaction","p":"RdKafka/Producer.html#method_beginTransaction","d":""},{"t":"M","n":"RdKafka\\Producer::commitTransaction","p":"RdKafka/Producer.html#method_commitTransaction","d":""},{"t":"M","n":"RdKafka\\Producer::abortTransaction","p":"RdKafka/Producer.html#method_abortTransaction","d":""},{"t":"M","n":"RdKafka\\ProducerTopic::produce","p":"RdKafka/ProducerTopic.html#method_produce","d":""},{"t":"M","n":"RdKafka\\ProducerTopic::producev","p":"RdKafka/ProducerTopic.html#method_producev","d":""},{"t":"M","n":"RdKafka\\Queue::consume","p":"RdKafka/Queue.html#method_consume","d":""},{"t":"M","n":"RdKafka\\Topic::getName","p":"RdKafka/Topic.html#method_getName","d":""},{"t":"M","n":"RdKafka\\TopicConf::__construct","p":"RdKafka/TopicConf.html#method___construct","d":null},{"t":"M","n":"RdKafka\\TopicConf::dump","p":"RdKafka/TopicConf.html#method_dump","d":""},{"t":"M","n":"RdKafka\\TopicConf::set","p":"RdKafka/TopicConf.html#method_set","d":""},{"t":"M","n":"RdKafka\\TopicConf::setPartitioner","p":"RdKafka/TopicConf.html#method_setPartitioner","d":""},{"t":"M","n":"RdKafka\\TopicPartition::__construct","p":"RdKafka/TopicPartition.html#method___construct","d":""},{"t":"M","n":"RdKafka\\TopicPartition::getOffset","p":"RdKafka/TopicPartition.html#method_getOffset","d":""},{"t":"M","n":"RdKafka\\TopicPartition::getPartition","p":"RdKafka/TopicPartition.html#method_getPartition","d":""},{"t":"M","n":"RdKafka\\TopicPartition::getTopic","p":"RdKafka/TopicPartition.html#method_getTopic","d":""},{"t":"M","n":"RdKafka\\TopicPartition::setOffset","p":"RdKafka/TopicPartition.html#method_setOffset","d":""},{"t":"M","n":"RdKafka\\TopicPartition::setPartition","p":"RdKafka/TopicPartition.html#method_setPartition","d":""},{"t":"M","n":"RdKafka\\TopicPartition::setTopic","p":"RdKafka/TopicPartition.html#method_setTopic","d":""},{"t":"M","n":"RecursiveArrayIterator::hasChildren","p":"RecursiveArrayIterator.html#method_hasChildren","d":"

    Returns whether current entry is an array or an object.

    "},{"t":"M","n":"RecursiveArrayIterator::getChildren","p":"RecursiveArrayIterator.html#method_getChildren","d":"

    Returns an iterator for the current entry if it is an array or an object.

    "},{"t":"M","n":"RecursiveCachingIterator::__construct","p":"RecursiveCachingIterator.html#method___construct","d":"

    Constructs a new RecursiveCachingIterator.

    "},{"t":"M","n":"RecursiveCachingIterator::hasChildren","p":"RecursiveCachingIterator.html#method_hasChildren","d":"

    Check whether the current element of the inner iterator has children

    "},{"t":"M","n":"RecursiveCachingIterator::getChildren","p":"RecursiveCachingIterator.html#method_getChildren","d":"

    Return the inner iterator's children as a RecursiveCachingIterator

    "},{"t":"M","n":"RecursiveCallbackFilterIterator::__construct","p":"RecursiveCallbackFilterIterator.html#method___construct","d":"

    Create a RecursiveCallbackFilterIterator from a RecursiveIterator

    "},{"t":"M","n":"RecursiveCallbackFilterIterator::hasChildren","p":"RecursiveCallbackFilterIterator.html#method_hasChildren","d":"

    Check whether the inner iterator's current element has children

    "},{"t":"M","n":"RecursiveCallbackFilterIterator::getChildren","p":"RecursiveCallbackFilterIterator.html#method_getChildren","d":"

    Returns an iterator for the current entry.

    "},{"t":"M","n":"RecursiveDirectoryIterator::__construct","p":"RecursiveDirectoryIterator.html#method___construct","d":"

    Constructs a RecursiveDirectoryIterator

    "},{"t":"M","n":"RecursiveDirectoryIterator::hasChildren","p":"RecursiveDirectoryIterator.html#method_hasChildren","d":"

    Returns whether current entry is a directory and not '.' or '..'

    "},{"t":"M","n":"RecursiveDirectoryIterator::getChildren","p":"RecursiveDirectoryIterator.html#method_getChildren","d":"

    Returns an iterator for the current entry if it is a directory

    "},{"t":"M","n":"RecursiveDirectoryIterator::getSubPath","p":"RecursiveDirectoryIterator.html#method_getSubPath","d":"

    Get sub path

    "},{"t":"M","n":"RecursiveDirectoryIterator::getSubPathname","p":"RecursiveDirectoryIterator.html#method_getSubPathname","d":"

    Get sub path and name

    "},{"t":"M","n":"RecursiveDirectoryIterator::rewind","p":"RecursiveDirectoryIterator.html#method_rewind","d":"

    Rewinds back to the beginning

    "},{"t":"M","n":"RecursiveDirectoryIterator::next","p":"RecursiveDirectoryIterator.html#method_next","d":"

    Move to the next file

    "},{"t":"M","n":"RecursiveDirectoryIterator::key","p":"RecursiveDirectoryIterator.html#method_key","d":"

    Retrieve the key for the current file

    "},{"t":"M","n":"RecursiveDirectoryIterator::current","p":"RecursiveDirectoryIterator.html#method_current","d":"

    The current file

    "},{"t":"M","n":"RecursiveFilterIterator::__construct","p":"RecursiveFilterIterator.html#method___construct","d":"

    Create a RecursiveFilterIterator from a RecursiveIterator

    "},{"t":"M","n":"RecursiveFilterIterator::hasChildren","p":"RecursiveFilterIterator.html#method_hasChildren","d":"

    Check whether the inner iterator's current element has children

    "},{"t":"M","n":"RecursiveFilterIterator::getChildren","p":"RecursiveFilterIterator.html#method_getChildren","d":"

    Return the inner iterator's children contained in a RecursiveFilterIterator

    "},{"t":"M","n":"RecursiveIterator::hasChildren","p":"RecursiveIterator.html#method_hasChildren","d":"

    Returns if an iterator can be created for the current entry.

    "},{"t":"M","n":"RecursiveIterator::getChildren","p":"RecursiveIterator.html#method_getChildren","d":"

    Returns an iterator for the current entry.

    "},{"t":"M","n":"RecursiveIteratorIterator::__construct","p":"RecursiveIteratorIterator.html#method___construct","d":"

    Construct a RecursiveIteratorIterator

    "},{"t":"M","n":"RecursiveIteratorIterator::rewind","p":"RecursiveIteratorIterator.html#method_rewind","d":"

    Rewind the iterator to the first element of the top level inner iterator

    "},{"t":"M","n":"RecursiveIteratorIterator::valid","p":"RecursiveIteratorIterator.html#method_valid","d":"

    Check whether the current position is valid

    "},{"t":"M","n":"RecursiveIteratorIterator::key","p":"RecursiveIteratorIterator.html#method_key","d":"

    Access the current key

    "},{"t":"M","n":"RecursiveIteratorIterator::current","p":"RecursiveIteratorIterator.html#method_current","d":"

    Access the current element value

    "},{"t":"M","n":"RecursiveIteratorIterator::next","p":"RecursiveIteratorIterator.html#method_next","d":"

    Move forward to the next element

    "},{"t":"M","n":"RecursiveIteratorIterator::getDepth","p":"RecursiveIteratorIterator.html#method_getDepth","d":"

    Get the current depth of the recursive iteration

    "},{"t":"M","n":"RecursiveIteratorIterator::getSubIterator","p":"RecursiveIteratorIterator.html#method_getSubIterator","d":"

    The current active sub iterator

    "},{"t":"M","n":"RecursiveIteratorIterator::getInnerIterator","p":"RecursiveIteratorIterator.html#method_getInnerIterator","d":"

    Get inner iterator

    "},{"t":"M","n":"RecursiveIteratorIterator::beginIteration","p":"RecursiveIteratorIterator.html#method_beginIteration","d":"

    Begin Iteration

    "},{"t":"M","n":"RecursiveIteratorIterator::endIteration","p":"RecursiveIteratorIterator.html#method_endIteration","d":"

    End Iteration

    "},{"t":"M","n":"RecursiveIteratorIterator::callHasChildren","p":"RecursiveIteratorIterator.html#method_callHasChildren","d":"

    Has children

    "},{"t":"M","n":"RecursiveIteratorIterator::callGetChildren","p":"RecursiveIteratorIterator.html#method_callGetChildren","d":"

    Get children

    "},{"t":"M","n":"RecursiveIteratorIterator::beginChildren","p":"RecursiveIteratorIterator.html#method_beginChildren","d":"

    Begin children

    "},{"t":"M","n":"RecursiveIteratorIterator::endChildren","p":"RecursiveIteratorIterator.html#method_endChildren","d":"

    End children

    "},{"t":"M","n":"RecursiveIteratorIterator::nextElement","p":"RecursiveIteratorIterator.html#method_nextElement","d":"

    Next element

    "},{"t":"M","n":"RecursiveIteratorIterator::setMaxDepth","p":"RecursiveIteratorIterator.html#method_setMaxDepth","d":"

    Set max depth

    "},{"t":"M","n":"RecursiveIteratorIterator::getMaxDepth","p":"RecursiveIteratorIterator.html#method_getMaxDepth","d":"

    Get max depth

    "},{"t":"M","n":"RecursiveRegexIterator::__construct","p":"RecursiveRegexIterator.html#method___construct","d":"

    Creates a new RecursiveRegexIterator.

    "},{"t":"M","n":"RecursiveRegexIterator::hasChildren","p":"RecursiveRegexIterator.html#method_hasChildren","d":"

    Returns whether an iterator can be obtained for the current entry.

    "},{"t":"M","n":"RecursiveRegexIterator::getChildren","p":"RecursiveRegexIterator.html#method_getChildren","d":"

    Returns an iterator for the current entry.

    "},{"t":"M","n":"RecursiveTreeIterator::__construct","p":"RecursiveTreeIterator.html#method___construct","d":"

    Construct a RecursiveTreeIterator

    "},{"t":"M","n":"RecursiveTreeIterator::rewind","p":"RecursiveTreeIterator.html#method_rewind","d":"

    Rewind iterator

    "},{"t":"M","n":"RecursiveTreeIterator::valid","p":"RecursiveTreeIterator.html#method_valid","d":"

    Check validity

    "},{"t":"M","n":"RecursiveTreeIterator::key","p":"RecursiveTreeIterator.html#method_key","d":"

    Get the key of the current element

    "},{"t":"M","n":"RecursiveTreeIterator::current","p":"RecursiveTreeIterator.html#method_current","d":"

    Get current element

    "},{"t":"M","n":"RecursiveTreeIterator::next","p":"RecursiveTreeIterator.html#method_next","d":"

    Move to next element

    "},{"t":"M","n":"RecursiveTreeIterator::beginIteration","p":"RecursiveTreeIterator.html#method_beginIteration","d":"

    Begin iteration

    "},{"t":"M","n":"RecursiveTreeIterator::endIteration","p":"RecursiveTreeIterator.html#method_endIteration","d":"

    End iteration

    "},{"t":"M","n":"RecursiveTreeIterator::callHasChildren","p":"RecursiveTreeIterator.html#method_callHasChildren","d":"

    Has children

    "},{"t":"M","n":"RecursiveTreeIterator::callGetChildren","p":"RecursiveTreeIterator.html#method_callGetChildren","d":"

    Get children

    "},{"t":"M","n":"RecursiveTreeIterator::beginChildren","p":"RecursiveTreeIterator.html#method_beginChildren","d":"

    Begin children

    "},{"t":"M","n":"RecursiveTreeIterator::endChildren","p":"RecursiveTreeIterator.html#method_endChildren","d":"

    End children

    "},{"t":"M","n":"RecursiveTreeIterator::nextElement","p":"RecursiveTreeIterator.html#method_nextElement","d":"

    Next element

    "},{"t":"M","n":"RecursiveTreeIterator::getPrefix","p":"RecursiveTreeIterator.html#method_getPrefix","d":"

    Get the prefix

    "},{"t":"M","n":"RecursiveTreeIterator::setPostfix","p":"RecursiveTreeIterator.html#method_setPostfix","d":""},{"t":"M","n":"RecursiveTreeIterator::setPrefixPart","p":"RecursiveTreeIterator.html#method_setPrefixPart","d":"

    Set a part of the prefix

    "},{"t":"M","n":"RecursiveTreeIterator::getEntry","p":"RecursiveTreeIterator.html#method_getEntry","d":"

    Get current entry

    "},{"t":"M","n":"RecursiveTreeIterator::getPostfix","p":"RecursiveTreeIterator.html#method_getPostfix","d":"

    Get the postfix

    "},{"t":"M","n":"Redis::__construct","p":"Redis.html#method___construct","d":"

    Create a new Redis instance. If passed sufficient information in the\noptions array it is also possible to connect to an instance at the same\ntime.

    "},{"t":"M","n":"Redis::__destruct","p":"Redis.html#method___destruct","d":null},{"t":"M","n":"Redis::_compress","p":"Redis.html#method__compress","d":"

    Compress a value with the currently configured compressor as set with\nRedis::setOption().

    "},{"t":"M","n":"Redis::_uncompress","p":"Redis.html#method__uncompress","d":"

    Uncompress the provided argument that has been compressed with the\ncurrently configured compressor as set with Redis::setOption().

    "},{"t":"M","n":"Redis::_prefix","p":"Redis.html#method__prefix","d":"

    Prefix the passed argument with the currently set key prefix as set\nwith Redis::setOption().

    "},{"t":"M","n":"Redis::_serialize","p":"Redis.html#method__serialize","d":"

    Serialize the provided value with the currently set serializer as set\nwith Redis::setOption().

    "},{"t":"M","n":"Redis::_unserialize","p":"Redis.html#method__unserialize","d":"

    Unserialize the passed argument with the currently set serializer as set\nwith Redis::setOption().

    "},{"t":"M","n":"Redis::_pack","p":"Redis.html#method__pack","d":"

    Pack the provided value with the configured serializer and compressor\nas set with Redis::setOption().

    "},{"t":"M","n":"Redis::_unpack","p":"Redis.html#method__unpack","d":"

    Unpack the provided value with the configured compressor and serializer\nas set with Redis::setOption().

    "},{"t":"M","n":"Redis::acl","p":"Redis.html#method_acl","d":null},{"t":"M","n":"Redis::append","p":"Redis.html#method_append","d":"

    Append data to a Redis STRING key.

    "},{"t":"M","n":"Redis::auth","p":"Redis.html#method_auth","d":"

    Authenticate a Redis connection after its been established.

    "},{"t":"M","n":"Redis::bgSave","p":"Redis.html#method_bgSave","d":"

    Execute a save of the Redis database in the background.

    "},{"t":"M","n":"Redis::bgrewriteaof","p":"Redis.html#method_bgrewriteaof","d":"

    Asynchronously rewrite Redis' append-only file

    "},{"t":"M","n":"Redis::bitcount","p":"Redis.html#method_bitcount","d":"

    Count the number of set bits in a Redis string.

    "},{"t":"M","n":"Redis::bitop","p":"Redis.html#method_bitop","d":null},{"t":"M","n":"Redis::bitpos","p":"Redis.html#method_bitpos","d":"

    Return the position of the first bit set to 0 or 1 in a string.

    "},{"t":"M","n":"Redis::blPop","p":"Redis.html#method_blPop","d":"

    Pop an element off the beginning of a Redis list or lists, potentially blocking up to a specified\ntimeout. This method may be called in two distinct ways, of which examples are provided below.

    "},{"t":"M","n":"Redis::brPop","p":"Redis.html#method_brPop","d":"

    Pop an element off of the end of a Redis list or lists, potentially blocking up to a specified timeout.

    "},{"t":"M","n":"Redis::brpoplpush","p":"Redis.html#method_brpoplpush","d":"

    Pop an element from the end of a Redis list, pushing it to the beginning of another Redis list,\noptionally blocking up to a specified timeout.

    "},{"t":"M","n":"Redis::bzPopMax","p":"Redis.html#method_bzPopMax","d":"

    POP the maximum scoring element off of one or more sorted sets, blocking up to a specified\ntimeout if no elements are available.

    "},{"t":"M","n":"Redis::bzPopMin","p":"Redis.html#method_bzPopMin","d":"

    POP the minimum scoring element off of one or more sorted sets, blocking up to a specified timeout\nif no elements are available\nThis command is identical in semantics to bzPopMax so please see that method for more information.

    "},{"t":"M","n":"Redis::bzmpop","p":"Redis.html#method_bzmpop","d":"

    POP one or more elements from one or more sorted sets, blocking up to a specified amount of time\nwhen no elements are available.

    "},{"t":"M","n":"Redis::zmpop","p":"Redis.html#method_zmpop","d":"

    POP one or more of the highest or lowest scoring elements from one or more sorted sets.

    "},{"t":"M","n":"Redis::blmpop","p":"Redis.html#method_blmpop","d":"

    Pop one or more elements from one or more Redis LISTs, blocking up to a specified timeout when\nno elements are available.

    "},{"t":"M","n":"Redis::lmpop","p":"Redis.html#method_lmpop","d":"

    Pop one or more elements off of one or more Redis LISTs.

    "},{"t":"M","n":"Redis::clearLastError","p":"Redis.html#method_clearLastError","d":"

    Reset any last error on the connection to NULL

    "},{"t":"M","n":"Redis::client","p":"Redis.html#method_client","d":null},{"t":"M","n":"Redis::close","p":"Redis.html#method_close","d":null},{"t":"M","n":"Redis::command","p":"Redis.html#method_command","d":null},{"t":"M","n":"Redis::config","p":"Redis.html#method_config","d":"

    Execute the Redis CONFIG command in a variety of ways.

    "},{"t":"M","n":"Redis::connect","p":"Redis.html#method_connect","d":null},{"t":"M","n":"Redis::copy","p":"Redis.html#method_copy","d":"

    Make a copy of a key.

    "},{"t":"M","n":"Redis::dbSize","p":"Redis.html#method_dbSize","d":"

    Return the number of keys in the currently selected Redis database.

    "},{"t":"M","n":"Redis::debug","p":"Redis.html#method_debug","d":null},{"t":"M","n":"Redis::decr","p":"Redis.html#method_decr","d":"

    Decrement a Redis integer by 1 or a provided value.

    "},{"t":"M","n":"Redis::decrBy","p":"Redis.html#method_decrBy","d":"

    Decrement a redis integer by a value

    "},{"t":"M","n":"Redis::del","p":"Redis.html#method_del","d":"

    Delete one or more keys from Redis.

    "},{"t":"M","n":"Redis::delete","p":"Redis.html#method_delete","d":""},{"t":"M","n":"Redis::discard","p":"Redis.html#method_discard","d":"

    Discard a transaction currently in progress.

    "},{"t":"M","n":"Redis::dump","p":"Redis.html#method_dump","d":"

    Dump Redis' internal binary representation of a key.

    "},{"t":"M","n":"Redis::echo","p":"Redis.html#method_echo","d":"

    Have Redis repeat back an arbitrary string to the client.

    "},{"t":"M","n":"Redis::eval","p":"Redis.html#method_eval","d":"

    Execute a LUA script on the redis server.

    "},{"t":"M","n":"Redis::eval_ro","p":"Redis.html#method_eval_ro","d":"

    This is simply the read-only variant of eval, meaning the underlying script\nmay not modify data in redis.

    "},{"t":"M","n":"Redis::evalsha","p":"Redis.html#method_evalsha","d":"

    Execute a LUA script on the server but instead of sending the script, send\nthe SHA1 hash of the script.

    "},{"t":"M","n":"Redis::evalsha_ro","p":"Redis.html#method_evalsha_ro","d":"

    This is simply the read-only variant of evalsha, meaning the underlying script\nmay not modify data in redis.

    "},{"t":"M","n":"Redis::exec","p":"Redis.html#method_exec","d":"

    Execute either a MULTI or PIPELINE block and return the array of replies.

    "},{"t":"M","n":"Redis::exists","p":"Redis.html#method_exists","d":"

    Test if one or more keys exist.

    "},{"t":"M","n":"Redis::expire","p":"Redis.html#method_expire","d":"

    Sets an expiration in seconds on the key in question. If connected to\nredis-server >= 7.0.0 you may send an additional "mode" argument which\nmodifies how the command will execute.

    "},{"t":"M","n":"Redis::expireAt","p":"Redis.html#method_expireAt","d":"

    Set a key to expire at an exact unix timestamp.

    "},{"t":"M","n":"Redis::failover","p":"Redis.html#method_failover","d":null},{"t":"M","n":"Redis::expiretime","p":"Redis.html#method_expiretime","d":"

    Get the expiration of a given key as a unix timestamp

    "},{"t":"M","n":"Redis::pexpiretime","p":"Redis.html#method_pexpiretime","d":"

    Get the expriation timestamp of a given Redis key but in milliseconds.

    "},{"t":"M","n":"Redis::fcall","p":"Redis.html#method_fcall","d":"

    Invoke a function.

    "},{"t":"M","n":"Redis::fcall_ro","p":"Redis.html#method_fcall_ro","d":"

    This is a read-only variant of the FCALL command that cannot execute commands that modify data.

    "},{"t":"M","n":"Redis::flushAll","p":"Redis.html#method_flushAll","d":"

    Deletes every key in all Redis databases

    "},{"t":"M","n":"Redis::flushDB","p":"Redis.html#method_flushDB","d":"

    Deletes all the keys of the currently selected database.

    "},{"t":"M","n":"Redis::function","p":"Redis.html#method_function","d":"

    Functions is an API for managing code to be executed on the server.

    "},{"t":"M","n":"Redis::geoadd","p":"Redis.html#method_geoadd","d":"

    Add one or more members to a geospacial sorted set

    "},{"t":"M","n":"Redis::geodist","p":"Redis.html#method_geodist","d":"

    Get the distance between two members of a geospacially encoded sorted set.

    "},{"t":"M","n":"Redis::geohash","p":"Redis.html#method_geohash","d":"

    Retrieve one or more GeoHash encoded strings for members of the set.

    "},{"t":"M","n":"Redis::geopos","p":"Redis.html#method_geopos","d":"

    Return the longitude and lattitude for one or more members of a geospacially encoded sorted set.

    "},{"t":"M","n":"Redis::georadius","p":"Redis.html#method_georadius","d":"

    Retrieve members of a geospacially sorted set that are within a certain radius of a location.

    "},{"t":"M","n":"Redis::georadius_ro","p":"Redis.html#method_georadius_ro","d":"

    A readonly variant of GEORADIUS that may be executed on replicas.

    "},{"t":"M","n":"Redis::georadiusbymember","p":"Redis.html#method_georadiusbymember","d":"

    Similar to GEORADIUS except it uses a member as the center of the query.

    "},{"t":"M","n":"Redis::georadiusbymember_ro","p":"Redis.html#method_georadiusbymember_ro","d":"

    This is the read-only variant of GEORADIUSBYMEMBER that can be run on replicas.

    "},{"t":"M","n":"Redis::geosearch","p":"Redis.html#method_geosearch","d":"

    Search a geospacial sorted set for members in various ways.

    "},{"t":"M","n":"Redis::geosearchstore","p":"Redis.html#method_geosearchstore","d":"

    Search a geospacial sorted set for members within a given area or range, storing the results into\na new set.

    "},{"t":"M","n":"Redis::get","p":"Redis.html#method_get","d":"

    Retrieve a string keys value.

    "},{"t":"M","n":"Redis::getAuth","p":"Redis.html#method_getAuth","d":"

    Get the authentication information on the connection, if any.

    "},{"t":"M","n":"Redis::getBit","p":"Redis.html#method_getBit","d":"

    Get the bit at a given index in a string key.

    "},{"t":"M","n":"Redis::getEx","p":"Redis.html#method_getEx","d":"

    Get the value of a key and optionally set it's expiration.

    "},{"t":"M","n":"Redis::getDBNum","p":"Redis.html#method_getDBNum","d":"

    Get the database number PhpRedis thinks we're connected to.

    "},{"t":"M","n":"Redis::getDel","p":"Redis.html#method_getDel","d":"

    Get a key from Redis and delete it in an atomic operation.

    "},{"t":"M","n":"Redis::getHost","p":"Redis.html#method_getHost","d":"

    Return the host or Unix socket we are connected to.

    "},{"t":"M","n":"Redis::getLastError","p":"Redis.html#method_getLastError","d":"

    Get the last error returned to us from Redis, if any.

    "},{"t":"M","n":"Redis::getMode","p":"Redis.html#method_getMode","d":"

    Returns whether the connection is in ATOMIC, MULTI, or PIPELINE mode

    "},{"t":"M","n":"Redis::getOption","p":"Redis.html#method_getOption","d":"

    Retrieve the value of a configuration setting as set by Redis::setOption()

    "},{"t":"M","n":"Redis::getPersistentID","p":"Redis.html#method_getPersistentID","d":"

    Get the persistent connection ID, if there is one.

    "},{"t":"M","n":"Redis::getPort","p":"Redis.html#method_getPort","d":"

    Get the port we are connected to. This number will be zero if we are connected to a unix socket.

    "},{"t":"M","n":"Redis::getRange","p":"Redis.html#method_getRange","d":"

    Retrieve a substring of a string by index.

    "},{"t":"M","n":"Redis::lcs","p":"Redis.html#method_lcs","d":"

    Get the longest common subsequence between two string keys.

    "},{"t":"M","n":"Redis::getReadTimeout","p":"Redis.html#method_getReadTimeout","d":"

    Get the currently set read timeout on the connection.

    "},{"t":"M","n":"Redis::getset","p":"Redis.html#method_getset","d":"

    Sets a key and returns any previously set value, if the key already existed.

    "},{"t":"M","n":"Redis::getTimeout","p":"Redis.html#method_getTimeout","d":"

    Retrieve any set connection timeout

    "},{"t":"M","n":"Redis::getTransferredBytes","p":"Redis.html#method_getTransferredBytes","d":"

    Get the number of bytes sent and received on the socket.

    "},{"t":"M","n":"Redis::clearTransferredBytes","p":"Redis.html#method_clearTransferredBytes","d":"

    Reset the number of bytes sent and received on the socket.

    "},{"t":"M","n":"Redis::hDel","p":"Redis.html#method_hDel","d":"

    Remove one or more fields from a hash.

    "},{"t":"M","n":"Redis::hExists","p":"Redis.html#method_hExists","d":"

    Checks whether a field exists in a hash.

    "},{"t":"M","n":"Redis::hGet","p":"Redis.html#method_hGet","d":null},{"t":"M","n":"Redis::hGetAll","p":"Redis.html#method_hGetAll","d":"

    Read every field and value from a hash.

    "},{"t":"M","n":"Redis::hIncrBy","p":"Redis.html#method_hIncrBy","d":"

    Increment a hash field's value by an integer

    "},{"t":"M","n":"Redis::hIncrByFloat","p":"Redis.html#method_hIncrByFloat","d":"

    Increment a hash field by a floating point value

    "},{"t":"M","n":"Redis::hKeys","p":"Redis.html#method_hKeys","d":"

    Retrieve all of the fields of a hash.

    "},{"t":"M","n":"Redis::hLen","p":"Redis.html#method_hLen","d":"

    Get the number of fields in a hash.

    "},{"t":"M","n":"Redis::hMget","p":"Redis.html#method_hMget","d":"

    Get one or more fields from a hash.

    "},{"t":"M","n":"Redis::hMset","p":"Redis.html#method_hMset","d":"

    Add or update one or more hash fields and values

    "},{"t":"M","n":"Redis::hRandField","p":"Redis.html#method_hRandField","d":"

    Get one or more random field from a hash.

    "},{"t":"M","n":"Redis::hSet","p":"Redis.html#method_hSet","d":null},{"t":"M","n":"Redis::hSetNx","p":"Redis.html#method_hSetNx","d":"

    Set a hash field and value, but only if that field does not exist

    "},{"t":"M","n":"Redis::hStrLen","p":"Redis.html#method_hStrLen","d":"

    Get the string length of a hash field

    "},{"t":"M","n":"Redis::hVals","p":"Redis.html#method_hVals","d":"

    Get all of the values from a hash.

    "},{"t":"M","n":"Redis::hscan","p":"Redis.html#method_hscan","d":"

    Iterate over the fields and values of a hash in an incremental fashion.

    "},{"t":"M","n":"Redis::incr","p":"Redis.html#method_incr","d":"

    Increment a key's value, optionally by a specifc amount.

    "},{"t":"M","n":"Redis::incrBy","p":"Redis.html#method_incrBy","d":"

    Increment a key by a specific integer value

    "},{"t":"M","n":"Redis::incrByFloat","p":"Redis.html#method_incrByFloat","d":"

    Increment a numeric key by a floating point value.

    "},{"t":"M","n":"Redis::info","p":"Redis.html#method_info","d":"

    Retrieve information about the connected redis-server. If no arguments are passed to\nthis function, redis will return every info field. Alternatively you may pass a specific\nsection you want returned (e.g. 'server', or 'memory') to receive only information pertaining\nto that section.

    "},{"t":"M","n":"Redis::isConnected","p":"Redis.html#method_isConnected","d":"

    Check if we are currently connected to a Redis instance.

    "},{"t":"M","n":"Redis::keys","p":"Redis.html#method_keys","d":""},{"t":"M","n":"Redis::lInsert","p":"Redis.html#method_lInsert","d":null},{"t":"M","n":"Redis::lLen","p":"Redis.html#method_lLen","d":"

    Retrieve the lenght of a list.

    "},{"t":"M","n":"Redis::lMove","p":"Redis.html#method_lMove","d":"

    Move an element from one list into another.

    "},{"t":"M","n":"Redis::blmove","p":"Redis.html#method_blmove","d":"

    Move an element from one list to another, blocking up to a timeout until an element is available.

    "},{"t":"M","n":"Redis::lPop","p":"Redis.html#method_lPop","d":"

    Pop one or more elements off a list.

    "},{"t":"M","n":"Redis::lPos","p":"Redis.html#method_lPos","d":"

    Retrieve the index of an element in a list.

    "},{"t":"M","n":"Redis::lPush","p":"Redis.html#method_lPush","d":"

    Prepend one or more elements to a list.

    "},{"t":"M","n":"Redis::rPush","p":"Redis.html#method_rPush","d":"

    Append one or more elements to a list.

    "},{"t":"M","n":"Redis::lPushx","p":"Redis.html#method_lPushx","d":"

    Prepend an element to a list but only if the list exists

    "},{"t":"M","n":"Redis::rPushx","p":"Redis.html#method_rPushx","d":"

    Append an element to a list but only if the list exists

    "},{"t":"M","n":"Redis::lSet","p":"Redis.html#method_lSet","d":"

    Set a list element at an index to a specific value.

    "},{"t":"M","n":"Redis::lastSave","p":"Redis.html#method_lastSave","d":"

    Retrieve the last time Redis' database was persisted to disk.

    "},{"t":"M","n":"Redis::lindex","p":"Redis.html#method_lindex","d":"

    Get the element of a list by its index.

    "},{"t":"M","n":"Redis::lrange","p":"Redis.html#method_lrange","d":"

    Retrieve elements from a list.

    "},{"t":"M","n":"Redis::lrem","p":"Redis.html#method_lrem","d":"

    Remove one or more matching elements from a list.

    "},{"t":"M","n":"Redis::ltrim","p":"Redis.html#method_ltrim","d":"

    Trim a list to a subrange of elements.

    "},{"t":"M","n":"Redis::mget","p":"Redis.html#method_mget","d":"

    Get one ore more string keys.

    "},{"t":"M","n":"Redis::migrate","p":"Redis.html#method_migrate","d":null},{"t":"M","n":"Redis::move","p":"Redis.html#method_move","d":"

    Move a key to a different database on the same redis instance.

    "},{"t":"M","n":"Redis::mset","p":"Redis.html#method_mset","d":"

    Set one ore more string keys.

    "},{"t":"M","n":"Redis::msetnx","p":"Redis.html#method_msetnx","d":"

    Set one ore more string keys but only if none of the key exist.

    "},{"t":"M","n":"Redis::multi","p":"Redis.html#method_multi","d":"

    Begin a transaction.

    "},{"t":"M","n":"Redis::object","p":"Redis.html#method_object","d":null},{"t":"M","n":"Redis::open","p":"Redis.html#method_open","d":""},{"t":"M","n":"Redis::pconnect","p":"Redis.html#method_pconnect","d":null},{"t":"M","n":"Redis::persist","p":"Redis.html#method_persist","d":"

    Remove the expiration from a key.

    "},{"t":"M","n":"Redis::pexpire","p":"Redis.html#method_pexpire","d":"

    Sets an expiration in milliseconds on a given key. If connected to Redis >= 7.0.0\nyou can pass an optional mode argument that modifies how the command will execute.

    "},{"t":"M","n":"Redis::pexpireAt","p":"Redis.html#method_pexpireAt","d":"

    Set a key's expiration to a specific Unix Timestamp in milliseconds. If connected to\nRedis >= 7.0.0 you can pass an optional 'mode' argument.

    "},{"t":"M","n":"Redis::pfadd","p":"Redis.html#method_pfadd","d":"

    Add one or more elements to a Redis HyperLogLog key

    "},{"t":"M","n":"Redis::pfcount","p":"Redis.html#method_pfcount","d":"

    Retrieve the cardinality of a Redis HyperLogLog key.

    "},{"t":"M","n":"Redis::pfmerge","p":"Redis.html#method_pfmerge","d":"

    Merge one or more source HyperLogLog sets into a destination set.

    "},{"t":"M","n":"Redis::ping","p":"Redis.html#method_ping","d":"

    PING the redis server with an optional string argument.

    "},{"t":"M","n":"Redis::pipeline","p":"Redis.html#method_pipeline","d":"

    Enter into pipeline mode.

    "},{"t":"M","n":"Redis::popen","p":"Redis.html#method_popen","d":""},{"t":"M","n":"Redis::psetex","p":"Redis.html#method_psetex","d":"

    Set a key with an expiration time in milliseconds

    "},{"t":"M","n":"Redis::psubscribe","p":"Redis.html#method_psubscribe","d":"

    Subscribe to one or more glob-style patterns

    "},{"t":"M","n":"Redis::pttl","p":"Redis.html#method_pttl","d":"

    Get a keys time to live in milliseconds.

    "},{"t":"M","n":"Redis::publish","p":"Redis.html#method_publish","d":"

    Publish a message to a pubsub channel

    "},{"t":"M","n":"Redis::pubsub","p":"Redis.html#method_pubsub","d":null},{"t":"M","n":"Redis::punsubscribe","p":"Redis.html#method_punsubscribe","d":"

    Unsubscribe from one or more channels by pattern

    "},{"t":"M","n":"Redis::rPop","p":"Redis.html#method_rPop","d":"

    Pop one or more elements from the end of a list.

    "},{"t":"M","n":"Redis::randomKey","p":"Redis.html#method_randomKey","d":"

    Return a random key from the current database

    "},{"t":"M","n":"Redis::rawcommand","p":"Redis.html#method_rawcommand","d":"

    Execute any arbitrary Redis command by name.

    "},{"t":"M","n":"Redis::rename","p":"Redis.html#method_rename","d":"

    Unconditionally rename a key from $old_name to $new_name

    "},{"t":"M","n":"Redis::renameNx","p":"Redis.html#method_renameNx","d":"

    Renames $key_src to $key_dst but only if newkey does not exist.

    "},{"t":"M","n":"Redis::reset","p":"Redis.html#method_reset","d":"

    Reset the state of the connection.

    "},{"t":"M","n":"Redis::restore","p":"Redis.html#method_restore","d":"

    Restore a key by the binary payload generated by the DUMP command.

    "},{"t":"M","n":"Redis::role","p":"Redis.html#method_role","d":"

    Query whether the connected instance is a primary or replica

    "},{"t":"M","n":"Redis::rpoplpush","p":"Redis.html#method_rpoplpush","d":"

    Atomically pop an element off the end of a Redis LIST and push it to the beginning of\nanother.

    "},{"t":"M","n":"Redis::sAdd","p":"Redis.html#method_sAdd","d":"

    Add one or more values to a Redis SET key.

    "},{"t":"M","n":"Redis::sAddArray","p":"Redis.html#method_sAddArray","d":"

    Add one ore more values to a Redis SET key. This is an alternative to Redis::sadd() but\ninstead of being variadic, takes a single array of values.

    "},{"t":"M","n":"Redis::sDiff","p":"Redis.html#method_sDiff","d":"

    Given one or more Redis SETS, this command returns all of the members from the first\nset that are not in any subsequent set.

    "},{"t":"M","n":"Redis::sDiffStore","p":"Redis.html#method_sDiffStore","d":"

    This method performs the same operation as SDIFF except it stores the resulting diff\nvalues in a specified destination key.

    "},{"t":"M","n":"Redis::sInter","p":"Redis.html#method_sInter","d":"

    Given one or more Redis SET keys, this command will return all of the elements that are\nin every one.

    "},{"t":"M","n":"Redis::sintercard","p":"Redis.html#method_sintercard","d":"

    Compute the intersection of one or more sets and return the cardinality of the result.

    "},{"t":"M","n":"Redis::sInterStore","p":"Redis.html#method_sInterStore","d":"

    Perform the intersection of one or more Redis SETs, storing the result in a destination\nkey, rather than returning them.

    "},{"t":"M","n":"Redis::sMembers","p":"Redis.html#method_sMembers","d":"

    Retrieve every member from a set key.

    "},{"t":"M","n":"Redis::sMisMember","p":"Redis.html#method_sMisMember","d":"

    Check if one or more values are members of a set.

    "},{"t":"M","n":"Redis::sMove","p":"Redis.html#method_sMove","d":"

    Pop a member from one set and push it onto another. This command will create the\ndestination set if it does not currently exist.

    "},{"t":"M","n":"Redis::sPop","p":"Redis.html#method_sPop","d":"

    Remove one or more elements from a set.

    "},{"t":"M","n":"Redis::sRandMember","p":"Redis.html#method_sRandMember","d":"

    Retrieve one or more random members of a set.

    "},{"t":"M","n":"Redis::sUnion","p":"Redis.html#method_sUnion","d":"

    Returns the union of one or more Redis SET keys.

    "},{"t":"M","n":"Redis::sUnionStore","p":"Redis.html#method_sUnionStore","d":"

    Perform a union of one or more Redis SET keys and store the result in a new set

    "},{"t":"M","n":"Redis::save","p":"Redis.html#method_save","d":"

    Persist the Redis database to disk. This command will block the server until the save is\ncompleted. For a nonblocking alternative, see Redis::bgsave().

    "},{"t":"M","n":"Redis::scan","p":"Redis.html#method_scan","d":"

    Incrementally scan the Redis keyspace, with optional pattern and type matching.

    "},{"t":"M","n":"Redis::scard","p":"Redis.html#method_scard","d":"

    Retrieve the number of members in a Redis set.

    "},{"t":"M","n":"Redis::script","p":"Redis.html#method_script","d":"

    An administrative command used to interact with LUA scripts stored on the server.

    "},{"t":"M","n":"Redis::select","p":"Redis.html#method_select","d":"

    Select a specific Redis database.

    "},{"t":"M","n":"Redis::set","p":"Redis.html#method_set","d":"

    Create or set a Redis STRING key to a value.

    "},{"t":"M","n":"Redis::setBit","p":"Redis.html#method_setBit","d":"

    Set a specific bit in a Redis string to zero or one

    "},{"t":"M","n":"Redis::setRange","p":"Redis.html#method_setRange","d":"

    Update or append to a Redis string at a specific starting index

    "},{"t":"M","n":"Redis::setOption","p":"Redis.html#method_setOption","d":"

    Set a configurable option on the Redis object.

    "},{"t":"M","n":"Redis::setex","p":"Redis.html#method_setex","d":"

    Set a Redis STRING key with a specific expiration in seconds.

    "},{"t":"M","n":"Redis::setnx","p":"Redis.html#method_setnx","d":"

    Set a key to a value, but only if that key does not already exist.

    "},{"t":"M","n":"Redis::sismember","p":"Redis.html#method_sismember","d":"

    Check whether a given value is the member of a Redis SET.

    "},{"t":"M","n":"Redis::slaveof","p":"Redis.html#method_slaveof","d":"

    Turn a redis instance into a replica of another or promote a replica\nto a primary.

    "},{"t":"M","n":"Redis::replicaof","p":"Redis.html#method_replicaof","d":"

    Used to turn a Redis instance into a replica of another, or to remove\nreplica status promoting the instance to a primary.

    "},{"t":"M","n":"Redis::touch","p":"Redis.html#method_touch","d":"

    Update one or more keys last modified metadata.

    "},{"t":"M","n":"Redis::slowlog","p":"Redis.html#method_slowlog","d":"

    Interact with Redis' slowlog functionality in various ways, depending\non the value of 'operation'.

    "},{"t":"M","n":"Redis::sort","p":"Redis.html#method_sort","d":"

    Sort the contents of a Redis key in various ways.

    "},{"t":"M","n":"Redis::sort_ro","p":"Redis.html#method_sort_ro","d":"

    This is simply a read-only variant of the sort command

    "},{"t":"M","n":"Redis::sortAsc","p":"Redis.html#method_sortAsc","d":""},{"t":"M","n":"Redis::sortAscAlpha","p":"Redis.html#method_sortAscAlpha","d":""},{"t":"M","n":"Redis::sortDesc","p":"Redis.html#method_sortDesc","d":""},{"t":"M","n":"Redis::sortDescAlpha","p":"Redis.html#method_sortDescAlpha","d":""},{"t":"M","n":"Redis::srem","p":"Redis.html#method_srem","d":"

    Remove one or more values from a Redis SET key.

    "},{"t":"M","n":"Redis::sscan","p":"Redis.html#method_sscan","d":"

    Scan the members of a redis SET key.

    "},{"t":"M","n":"Redis::ssubscribe","p":"Redis.html#method_ssubscribe","d":"

    Subscribes the client to the specified shard channels.

    "},{"t":"M","n":"Redis::strlen","p":"Redis.html#method_strlen","d":"

    Retrieve the length of a Redis STRING key.

    "},{"t":"M","n":"Redis::subscribe","p":"Redis.html#method_subscribe","d":"

    Subscribe to one or more Redis pubsub channels.

    "},{"t":"M","n":"Redis::sunsubscribe","p":"Redis.html#method_sunsubscribe","d":"

    Unsubscribes the client from the given shard channels,\nor from all of them if none is given.

    "},{"t":"M","n":"Redis::swapdb","p":"Redis.html#method_swapdb","d":"

    Atomically swap two Redis databases so that all of the keys in the source database will\nnow be in the destination database and vice-versa.

    "},{"t":"M","n":"Redis::time","p":"Redis.html#method_time","d":"

    Retrieve the server time from the connected Redis instance.

    "},{"t":"M","n":"Redis::ttl","p":"Redis.html#method_ttl","d":"

    Get the amount of time a Redis key has before it will expire, in seconds.

    "},{"t":"M","n":"Redis::type","p":"Redis.html#method_type","d":"

    Get the type of a given Redis key.

    "},{"t":"M","n":"Redis::unlink","p":"Redis.html#method_unlink","d":"

    Delete one or more keys from the Redis database. Unlike this operation, the actual\ndeletion is asynchronous, meaning it is safe to delete large keys without fear of\nRedis blocking for a long period of time.

    "},{"t":"M","n":"Redis::unsubscribe","p":"Redis.html#method_unsubscribe","d":"

    Unsubscribe from one or more subscribed channels.

    "},{"t":"M","n":"Redis::unwatch","p":"Redis.html#method_unwatch","d":"

    Remove any previously WATCH'ed keys in a transaction.

    "},{"t":"M","n":"Redis::watch","p":"Redis.html#method_watch","d":"

    Watch one or more keys for conditional execution of a transaction.

    "},{"t":"M","n":"Redis::wait","p":"Redis.html#method_wait","d":"

    Block the client up to the provided timeout until a certain number of replicas have confirmed\nrecieving them.

    "},{"t":"M","n":"Redis::xack","p":"Redis.html#method_xack","d":"

    Acknowledge one ore more messages that are pending (have been consumed using XREADGROUP but\nnot yet acknowledged by XACK.)

    "},{"t":"M","n":"Redis::xadd","p":"Redis.html#method_xadd","d":"

    Append a message to a stream.

    "},{"t":"M","n":"Redis::xautoclaim","p":"Redis.html#method_xautoclaim","d":"

    This command allows a consumer to claim pending messages that have been idle for a specified period of time.

    "},{"t":"M","n":"Redis::xclaim","p":"Redis.html#method_xclaim","d":"

    This method allows a consumer to take ownership of pending stream entries, by ID. Another\ncommand that does much the same thing but does not require passing specific IDs is Redis::xAutoClaim.

    "},{"t":"M","n":"Redis::xdel","p":"Redis.html#method_xdel","d":"

    Remove one or more specific IDs from a stream.

    "},{"t":"M","n":"Redis::xgroup","p":"Redis.html#method_xgroup","d":"

    XGROUP\nPerform various operation on consumer groups for a particular Redis STREAM. What the command does\nis primarily based on which operation is passed.

    "},{"t":"M","n":"Redis::xinfo","p":"Redis.html#method_xinfo","d":"

    Retrieve information about a stream key.

    "},{"t":"M","n":"Redis::xlen","p":"Redis.html#method_xlen","d":"

    Get the number of messages in a Redis STREAM key.

    "},{"t":"M","n":"Redis::xpending","p":"Redis.html#method_xpending","d":"

    Interact with stream messages that have been consumed by a consumer group but not yet\nacknowledged with XACK.

    "},{"t":"M","n":"Redis::xrange","p":"Redis.html#method_xrange","d":"

    Get a range of entries from a STREAM key.

    "},{"t":"M","n":"Redis::xread","p":"Redis.html#method_xread","d":"

    Consume one or more unconsumed elements in one or more streams.

    "},{"t":"M","n":"Redis::xreadgroup","p":"Redis.html#method_xreadgroup","d":"

    Read one or more messages using a consumer group.

    "},{"t":"M","n":"Redis::xrevrange","p":"Redis.html#method_xrevrange","d":"

    Get a range of entries from a STREAM ke in reverse cronological order.

    "},{"t":"M","n":"Redis::xtrim","p":"Redis.html#method_xtrim","d":"

    Truncate a STREAM key in various ways.

    "},{"t":"M","n":"Redis::zAdd","p":"Redis.html#method_zAdd","d":"

    Add one or more elements and scores to a Redis sorted set.

    "},{"t":"M","n":"Redis::zCard","p":"Redis.html#method_zCard","d":"

    Return the number of elements in a sorted set.

    "},{"t":"M","n":"Redis::zCount","p":"Redis.html#method_zCount","d":"

    Count the number of members in a sorted set with scores inside a provided range.

    "},{"t":"M","n":"Redis::zIncrBy","p":"Redis.html#method_zIncrBy","d":"

    Create or increment the score of a member in a Redis sorted set

    "},{"t":"M","n":"Redis::zLexCount","p":"Redis.html#method_zLexCount","d":"

    Count the number of elements in a sorted set whos members fall within the provided\nlexographical range.

    "},{"t":"M","n":"Redis::zMscore","p":"Redis.html#method_zMscore","d":"

    Retrieve the score of one or more members in a sorted set.

    "},{"t":"M","n":"Redis::zPopMax","p":"Redis.html#method_zPopMax","d":"

    Pop one or more of the highest scoring elements from a sorted set.

    "},{"t":"M","n":"Redis::zPopMin","p":"Redis.html#method_zPopMin","d":"

    Pop one or more of the lowest scoring elements from a sorted set.

    "},{"t":"M","n":"Redis::zRange","p":"Redis.html#method_zRange","d":"

    Retrieve a range of elements of a sorted set between a start and end point.

    "},{"t":"M","n":"Redis::zRangeByLex","p":"Redis.html#method_zRangeByLex","d":"

    Retrieve a range of elements from a sorted set by legographical range.

    "},{"t":"M","n":"Redis::zRangeByScore","p":"Redis.html#method_zRangeByScore","d":"

    Retrieve a range of members from a sorted set by their score.

    "},{"t":"M","n":"Redis::zrangestore","p":"Redis.html#method_zrangestore","d":"

    This command is similar to ZRANGE except that instead of returning the values directly\nit will store them in a destination key provided by the user

    "},{"t":"M","n":"Redis::zRandMember","p":"Redis.html#method_zRandMember","d":"

    Retrieve one or more random members from a Redis sorted set.

    "},{"t":"M","n":"Redis::zRank","p":"Redis.html#method_zRank","d":"

    Get the rank of a member of a sorted set, by score.

    "},{"t":"M","n":"Redis::zRem","p":"Redis.html#method_zRem","d":"

    Remove one or more members from a Redis sorted set.

    "},{"t":"M","n":"Redis::zRemRangeByLex","p":"Redis.html#method_zRemRangeByLex","d":"

    Remove zero or more elements from a Redis sorted set by legographical range.

    "},{"t":"M","n":"Redis::zRemRangeByRank","p":"Redis.html#method_zRemRangeByRank","d":"

    Remove one or more members of a sorted set by their rank.

    "},{"t":"M","n":"Redis::zRemRangeByScore","p":"Redis.html#method_zRemRangeByScore","d":"

    Remove one or more members of a sorted set by their score.

    "},{"t":"M","n":"Redis::zRevRange","p":"Redis.html#method_zRevRange","d":"

    List the members of a Redis sorted set in reverse order

    "},{"t":"M","n":"Redis::zRevRangeByLex","p":"Redis.html#method_zRevRangeByLex","d":"

    List members of a Redis sorted set within a legographical range, in reverse order.

    "},{"t":"M","n":"Redis::zRevRangeByScore","p":"Redis.html#method_zRevRangeByScore","d":"

    List elements from a Redis sorted set by score, highest to lowest

    "},{"t":"M","n":"Redis::zRevRank","p":"Redis.html#method_zRevRank","d":"

    Retrieve a member of a sorted set by reverse rank.

    "},{"t":"M","n":"Redis::zScore","p":"Redis.html#method_zScore","d":"

    Get the score of a member of a sorted set.

    "},{"t":"M","n":"Redis::zdiff","p":"Redis.html#method_zdiff","d":"

    Given one or more sorted set key names, return every element that is in the first\nset but not any of the others.

    "},{"t":"M","n":"Redis::zdiffstore","p":"Redis.html#method_zdiffstore","d":"

    Store the difference of one or more sorted sets in a destination sorted set.

    "},{"t":"M","n":"Redis::zinter","p":"Redis.html#method_zinter","d":"

    Compute the intersection of one or more sorted sets and return the members

    "},{"t":"M","n":"Redis::zintercard","p":"Redis.html#method_zintercard","d":"

    Similar to ZINTER but instead of returning the intersected values, this command returns the\ncardinality of the intersected set.

    "},{"t":"M","n":"Redis::zinterstore","p":"Redis.html#method_zinterstore","d":"

    Compute the intersection of one ore more sorted sets storing the result in a new sorted set.

    "},{"t":"M","n":"Redis::zscan","p":"Redis.html#method_zscan","d":"

    Scan the members of a sorted set incrementally, using a cursor

    "},{"t":"M","n":"Redis::zunion","p":"Redis.html#method_zunion","d":"

    Retrieve the union of one or more sorted sets

    "},{"t":"M","n":"Redis::zunionstore","p":"Redis.html#method_zunionstore","d":"

    Perform a union on one or more Redis sets and store the result in a destination sorted set.

    "},{"t":"M","n":"RedisArray::__construct","p":"RedisArray.html#method___construct","d":"Constructor"},{"t":"M","n":"RedisArray::_continuum","p":"RedisArray.html#method__continuum","d":""},{"t":"M","n":"RedisArray::_distributor","p":"RedisArray.html#method__distributor","d":""},{"t":"M","n":"RedisArray::_function","p":"RedisArray.html#method__function","d":""},{"t":"M","n":"RedisArray::_hosts","p":"RedisArray.html#method__hosts","d":""},{"t":"M","n":"RedisArray::_instance","p":"RedisArray.html#method__instance","d":""},{"t":"M","n":"RedisArray::_rehash","p":"RedisArray.html#method__rehash","d":"

    Use this function when a new node is added and keys need to be rehashed.

    "},{"t":"M","n":"RedisArray::_target","p":"RedisArray.html#method__target","d":""},{"t":"M","n":"RedisArray::multi","p":"RedisArray.html#method_multi","d":""},{"t":"M","n":"RedisArray::info","p":"RedisArray.html#method_info","d":"

    Returns a hosts array of associative array of strings and integers, with the following keys:

    \n
      \n
    • redis_version
    • \n
    • redis_git_sha1
    • \n
    • redis_git_dirty
    • \n
    • redis_build_id
    • \n
    • redis_mode
    • \n
    • os
    • \n
    • arch_bits
    • \n
    • multiplexing_api
    • \n
    • atomicvar_api
    • \n
    • gcc_version
    • \n
    • process_id
    • \n
    • run_id
    • \n
    • tcp_port
    • \n
    • uptime_in_seconds
    • \n
    • uptime_in_days
    • \n
    • hz
    • \n
    • lru_clock
    • \n
    • executable
    • \n
    • config_file
    • \n
    • connected_clients
    • \n
    • client_longest_output_list
    • \n
    • client_biggest_input_buf
    • \n
    • blocked_clients
    • \n
    • used_memory
    • \n
    • used_memory_human
    • \n
    • used_memory_rss
    • \n
    • used_memory_rss_human
    • \n
    • used_memory_peak
    • \n
    • used_memory_peak_human
    • \n
    • used_memory_peak_perc
    • \n
    • used_memory_peak
    • \n
    • used_memory_overhead
    • \n
    • used_memory_startup
    • \n
    • used_memory_dataset
    • \n
    • used_memory_dataset_perc
    • \n
    • total_system_memory
    • \n
    • total_system_memory_human
    • \n
    • used_memory_lua
    • \n
    • used_memory_lua_human
    • \n
    • maxmemory
    • \n
    • maxmemory_human
    • \n
    • maxmemory_policy
    • \n
    • mem_fragmentation_ratio
    • \n
    • mem_allocator
    • \n
    • active_defrag_running
    • \n
    • lazyfree_pending_objects
    • \n
    • mem_fragmentation_ratio
    • \n
    • loading
    • \n
    • rdb_changes_since_last_save
    • \n
    • rdb_bgsave_in_progress
    • \n
    • rdb_last_save_time
    • \n
    • rdb_last_bgsave_status
    • \n
    • rdb_last_bgsave_time_sec
    • \n
    • rdb_current_bgsave_time_sec
    • \n
    • rdb_last_cow_size
    • \n
    • aof_enabled
    • \n
    • aof_rewrite_in_progress
    • \n
    • aof_rewrite_scheduled
    • \n
    • aof_last_rewrite_time_sec
    • \n
    • aof_current_rewrite_time_sec
    • \n
    • aof_last_bgrewrite_status
    • \n
    • aof_last_write_status
    • \n
    • aof_last_cow_size
    • \n
    • changes_since_last_save
    • \n
    • aof_current_size
    • \n
    • aof_base_size
    • \n
    • aof_pending_rewrite
    • \n
    • aof_buffer_length
    • \n
    • aof_rewrite_buffer_length
    • \n
    • aof_pending_bio_fsync
    • \n
    • aof_delayed_fsync
    • \n
    • loading_start_time
    • \n
    • loading_total_bytes
    • \n
    • loading_loaded_bytes
    • \n
    • loading_loaded_perc
    • \n
    • loading_eta_seconds
    • \n
    • total_connections_received
    • \n
    • total_commands_processed
    • \n
    • instantaneous_ops_per_sec
    • \n
    • total_net_input_bytes
    • \n
    • total_net_output_bytes
    • \n
    • instantaneous_input_kbps
    • \n
    • instantaneous_output_kbps
    • \n
    • rejected_connections
    • \n
    • maxclients
    • \n
    • sync_full
    • \n
    • sync_partial_ok
    • \n
    • sync_partial_err
    • \n
    • expired_keys
    • \n
    • evicted_keys
    • \n
    • keyspace_hits
    • \n
    • keyspace_misses
    • \n
    • pubsub_channels
    • \n
    • pubsub_patterns
    • \n
    • latest_fork_usec
    • \n
    • migrate_cached_sockets
    • \n
    • slave_expires_tracked_keys
    • \n
    • active_defrag_hits
    • \n
    • active_defrag_misses
    • \n
    • active_defrag_key_hits
    • \n
    • active_defrag_key_misses
    • \n
    • role
    • \n
    • master_replid
    • \n
    • master_replid2
    • \n
    • master_repl_offset
    • \n
    • second_repl_offset
    • \n
    • repl_backlog_active
    • \n
    • repl_backlog_size
    • \n
    • repl_backlog_first_byte_offset
    • \n
    • repl_backlog_histlen
    • \n
    • master_host
    • \n
    • master_port
    • \n
    • master_link_status
    • \n
    • master_last_io_seconds_ago
    • \n
    • master_sync_in_progress
    • \n
    • slave_repl_offset
    • \n
    • slave_priority
    • \n
    • slave_read_only
    • \n
    • master_sync_left_bytes
    • \n
    • master_sync_last_io_seconds_ago
    • \n
    • master_link_down_since_seconds
    • \n
    • connected_slaves
    • \n
    • min-slaves-to-write
    • \n
    • min-replicas-to-write
    • \n
    • min_slaves_good_slaves
    • \n
    • used_cpu_sys
    • \n
    • used_cpu_user
    • \n
    • used_cpu_sys_children
    • \n
    • used_cpu_user_children
    • \n
    • cluster_enabled
    • \n
    "},{"t":"M","n":"RedisCluster::__construct","p":"RedisCluster.html#method___construct","d":"

    Creates a Redis Cluster client

    "},{"t":"M","n":"RedisCluster::close","p":"RedisCluster.html#method_close","d":"

    Disconnects from the RedisCluster instance, except when pconnect is used.

    "},{"t":"M","n":"RedisCluster::get","p":"RedisCluster.html#method_get","d":"

    Get the value related to the specified key

    "},{"t":"M","n":"RedisCluster::set","p":"RedisCluster.html#method_set","d":"

    Set the string value in argument as value of the key.

    "},{"t":"M","n":"RedisCluster::mget","p":"RedisCluster.html#method_mget","d":"

    Returns the values of all specified keys.

    "},{"t":"M","n":"RedisCluster::mset","p":"RedisCluster.html#method_mset","d":"

    Sets multiple key-value pairs in one atomic command.

    "},{"t":"M","n":"RedisCluster::msetnx","p":"RedisCluster.html#method_msetnx","d":""},{"t":"M","n":"RedisCluster::del","p":"RedisCluster.html#method_del","d":"

    Remove specified keys.

    "},{"t":"M","n":"RedisCluster::setex","p":"RedisCluster.html#method_setex","d":"

    Set the string value in argument as value of the key, with a time to live.

    "},{"t":"M","n":"RedisCluster::psetex","p":"RedisCluster.html#method_psetex","d":"

    PSETEX works exactly like SETEX with the sole difference that the expire time is specified in milliseconds\ninstead of seconds.

    "},{"t":"M","n":"RedisCluster::setnx","p":"RedisCluster.html#method_setnx","d":"

    Set the string value in argument as value of the key if the key doesn't already exist in the database.

    "},{"t":"M","n":"RedisCluster::getSet","p":"RedisCluster.html#method_getSet","d":"

    Sets a value and returns the previous entry at that key.

    "},{"t":"M","n":"RedisCluster::exists","p":"RedisCluster.html#method_exists","d":"

    Verify if the specified key exists.

    "},{"t":"M","n":"RedisCluster::keys","p":"RedisCluster.html#method_keys","d":"

    Returns the keys that match a certain pattern.

    "},{"t":"M","n":"RedisCluster::type","p":"RedisCluster.html#method_type","d":"

    Returns the type of data pointed by a given key.

    "},{"t":"M","n":"RedisCluster::lPop","p":"RedisCluster.html#method_lPop","d":"

    Returns and removes the first element of the list.

    "},{"t":"M","n":"RedisCluster::rPop","p":"RedisCluster.html#method_rPop","d":"

    Returns and removes the last element of the list.

    "},{"t":"M","n":"RedisCluster::lSet","p":"RedisCluster.html#method_lSet","d":"

    Set the list at index with the new value.

    "},{"t":"M","n":"RedisCluster::sPop","p":"RedisCluster.html#method_sPop","d":"

    Removes and returns a random element from the set value at Key.

    "},{"t":"M","n":"RedisCluster::lPush","p":"RedisCluster.html#method_lPush","d":"

    Adds the string values to the head (left) of the list. Creates the list if the key didn't exist.

    "},{"t":"M","n":"RedisCluster::rPush","p":"RedisCluster.html#method_rPush","d":"

    Adds the string values to the tail (right) of the list. Creates the list if the key didn't exist.

    "},{"t":"M","n":"RedisCluster::blPop","p":"RedisCluster.html#method_blPop","d":"

    BLPOP is a blocking list pop primitive.

    "},{"t":"M","n":"RedisCluster::brPop","p":"RedisCluster.html#method_brPop","d":"

    BRPOP is a blocking list pop primitive.

    "},{"t":"M","n":"RedisCluster::rPushx","p":"RedisCluster.html#method_rPushx","d":"

    Adds the string value to the tail (right) of the list if the ist exists. FALSE in case of Failure.

    "},{"t":"M","n":"RedisCluster::lPushx","p":"RedisCluster.html#method_lPushx","d":"

    Adds the string value to the head (left) of the list if the list exists.

    "},{"t":"M","n":"RedisCluster::lInsert","p":"RedisCluster.html#method_lInsert","d":"

    Insert value in the list before or after the pivot value. the parameter options\nspecify the position of the insert (before or after). If the list didn't exists,\nor the pivot didn't exists, the value is not inserted.

    "},{"t":"M","n":"RedisCluster::lIndex","p":"RedisCluster.html#method_lIndex","d":"

    Return the specified element of the list stored at the specified key.

    "},{"t":"M","n":"RedisCluster::lRem","p":"RedisCluster.html#method_lRem","d":"

    Removes the first count occurrences of the value element from the list.

    "},{"t":"M","n":"RedisCluster::brpoplpush","p":"RedisCluster.html#method_brpoplpush","d":"

    A blocking version of rpoplpush, with an integral timeout in the third parameter.

    "},{"t":"M","n":"RedisCluster::rpoplpush","p":"RedisCluster.html#method_rpoplpush","d":"

    Pops a value from the tail of a list, and pushes it to the front of another list.

    "},{"t":"M","n":"RedisCluster::lLen","p":"RedisCluster.html#method_lLen","d":"

    Returns the size of a list identified by Key. If the list didn't exist or is empty,\nthe command returns 0. If the data type identified by Key is not a list, the command return FALSE.

    "},{"t":"M","n":"RedisCluster::sCard","p":"RedisCluster.html#method_sCard","d":"

    Returns the set cardinality (number of elements) of the set stored at key.

    "},{"t":"M","n":"RedisCluster::sMembers","p":"RedisCluster.html#method_sMembers","d":"

    Returns all the members of the set value stored at key.

    "},{"t":"M","n":"RedisCluster::sIsMember","p":"RedisCluster.html#method_sIsMember","d":"

    Returns if member is a member of the set stored at key.

    "},{"t":"M","n":"RedisCluster::sAdd","p":"RedisCluster.html#method_sAdd","d":"

    Adds a values to the set value stored at key.

    "},{"t":"M","n":"RedisCluster::sAddArray","p":"RedisCluster.html#method_sAddArray","d":"

    Adds a values to the set value stored at key.

    "},{"t":"M","n":"RedisCluster::sRem","p":"RedisCluster.html#method_sRem","d":"

    Removes the specified members from the set value stored at key.

    "},{"t":"M","n":"RedisCluster::sUnion","p":"RedisCluster.html#method_sUnion","d":"

    Performs the union between N sets and returns it.

    "},{"t":"M","n":"RedisCluster::sUnionStore","p":"RedisCluster.html#method_sUnionStore","d":"

    Performs the same action as sUnion, but stores the result in the first key

    "},{"t":"M","n":"RedisCluster::sInter","p":"RedisCluster.html#method_sInter","d":"

    Returns the members of a set resulting from the intersection of all the sets\nheld at the specified keys. If just a single key is specified, then this command\nproduces the members of this set. If one of the keys is missing, FALSE is returned.

    "},{"t":"M","n":"RedisCluster::sInterStore","p":"RedisCluster.html#method_sInterStore","d":"

    Performs a sInter command and stores the result in a new set.

    "},{"t":"M","n":"RedisCluster::sDiff","p":"RedisCluster.html#method_sDiff","d":"

    Performs the difference between N sets and returns it.

    "},{"t":"M","n":"RedisCluster::sDiffStore","p":"RedisCluster.html#method_sDiffStore","d":"

    Performs the same action as sDiff, but stores the result in the first key

    "},{"t":"M","n":"RedisCluster::sRandMember","p":"RedisCluster.html#method_sRandMember","d":"

    Returns a random element(s) from the set value at Key, without removing it.

    "},{"t":"M","n":"RedisCluster::strlen","p":"RedisCluster.html#method_strlen","d":"

    Get the length of a string value.

    "},{"t":"M","n":"RedisCluster::persist","p":"RedisCluster.html#method_persist","d":"

    Remove the expiration timer from a key.

    "},{"t":"M","n":"RedisCluster::ttl","p":"RedisCluster.html#method_ttl","d":"

    Returns the remaining time to live of a key that has a timeout.

    "},{"t":"M","n":"RedisCluster::pttl","p":"RedisCluster.html#method_pttl","d":"

    Returns the remaining time to live of a key that has an expire set,\nwith the sole difference that TTL returns the amount of remaining time in seconds while PTTL returns it in\nmilliseconds. In Redis 2.6 or older the command returns -1 if the key does not exist or if the key exist but has\nno associated expire. Starting with Redis 2.8 the return value in case of error changed: Returns -2 if the key\ndoes not exist. Returns -1 if the key exists but has no associated expire.

    "},{"t":"M","n":"RedisCluster::zCard","p":"RedisCluster.html#method_zCard","d":"

    Returns the cardinality of an ordered set.

    "},{"t":"M","n":"RedisCluster::zCount","p":"RedisCluster.html#method_zCount","d":"

    Returns the number of elements of the sorted set stored at the specified key which have\nscores in the range [start,end]. Adding a parenthesis before start or end excludes it\nfrom the range. +inf and -inf are also valid limits.

    "},{"t":"M","n":"RedisCluster::zRemRangeByScore","p":"RedisCluster.html#method_zRemRangeByScore","d":"

    Deletes the elements of the sorted set stored at the specified key which have scores in the range [start,end].

    "},{"t":"M","n":"RedisCluster::zScore","p":"RedisCluster.html#method_zScore","d":"

    Returns the score of a given member in the specified sorted set.

    "},{"t":"M","n":"RedisCluster::zAdd","p":"RedisCluster.html#method_zAdd","d":"

    Adds the specified member with a given score to the sorted set stored at key.

    "},{"t":"M","n":"RedisCluster::zIncrBy","p":"RedisCluster.html#method_zIncrBy","d":"

    Increments the score of a member from a sorted set by a given amount.

    "},{"t":"M","n":"RedisCluster::hLen","p":"RedisCluster.html#method_hLen","d":"

    Returns the length of a hash, in number of items

    "},{"t":"M","n":"RedisCluster::hKeys","p":"RedisCluster.html#method_hKeys","d":"

    Returns the keys in a hash, as an array of strings.

    "},{"t":"M","n":"RedisCluster::hVals","p":"RedisCluster.html#method_hVals","d":"

    Returns the values in a hash, as an array of strings.

    "},{"t":"M","n":"RedisCluster::hGet","p":"RedisCluster.html#method_hGet","d":"

    Gets a value from the hash stored at key.

    "},{"t":"M","n":"RedisCluster::hGetAll","p":"RedisCluster.html#method_hGetAll","d":"

    Returns the whole hash, as an array of strings indexed by strings.

    "},{"t":"M","n":"RedisCluster::hExists","p":"RedisCluster.html#method_hExists","d":"

    Verify if the specified member exists in a key.

    "},{"t":"M","n":"RedisCluster::hIncrBy","p":"RedisCluster.html#method_hIncrBy","d":"

    Increments the value of a member from a hash by a given amount.

    "},{"t":"M","n":"RedisCluster::hSet","p":"RedisCluster.html#method_hSet","d":"

    Adds a value to the hash stored at key. If this value is already in the hash, FALSE is returned.

    "},{"t":"M","n":"RedisCluster::hSetNx","p":"RedisCluster.html#method_hSetNx","d":"

    Adds a value to the hash stored at key only if this field isn't already in the hash.

    "},{"t":"M","n":"RedisCluster::hMGet","p":"RedisCluster.html#method_hMGet","d":"

    Retrieve the values associated to the specified fields in the hash.

    "},{"t":"M","n":"RedisCluster::hMSet","p":"RedisCluster.html#method_hMSet","d":"

    Fills in a whole hash. Non-string values are converted to string, using the standard (string) cast.

    "},{"t":"M","n":"RedisCluster::hDel","p":"RedisCluster.html#method_hDel","d":"

    Removes a values from the hash stored at key.

    "},{"t":"M","n":"RedisCluster::hIncrByFloat","p":"RedisCluster.html#method_hIncrByFloat","d":"

    Increment the float value of a hash field by the given amount

    "},{"t":"M","n":"RedisCluster::dump","p":"RedisCluster.html#method_dump","d":"

    Dump a key out of a redis database, the value of which can later be passed into redis using the RESTORE command.

    "},{"t":"M","n":"RedisCluster::zRank","p":"RedisCluster.html#method_zRank","d":"

    Returns the rank of a given member in the specified sorted set, starting at 0 for the item\nwith the smallest score. zRevRank starts at 0 for the item with the largest score.

    "},{"t":"M","n":"RedisCluster::zRevRank","p":"RedisCluster.html#method_zRevRank","d":""},{"t":"M","n":"RedisCluster::incr","p":"RedisCluster.html#method_incr","d":"

    Increment the number stored at key by one.

    "},{"t":"M","n":"RedisCluster::decr","p":"RedisCluster.html#method_decr","d":"

    Decrement the number stored at key by one.

    "},{"t":"M","n":"RedisCluster::incrBy","p":"RedisCluster.html#method_incrBy","d":"

    Increment the number stored at key by one. If the second argument is filled, it will be used as the integer\nvalue of the increment.

    "},{"t":"M","n":"RedisCluster::decrBy","p":"RedisCluster.html#method_decrBy","d":"

    Decrement the number stored at key by one. If the second argument is filled, it will be used as the integer\nvalue of the decrement.

    "},{"t":"M","n":"RedisCluster::incrByFloat","p":"RedisCluster.html#method_incrByFloat","d":"

    Increment the float value of a key by the given amount

    "},{"t":"M","n":"RedisCluster::expire","p":"RedisCluster.html#method_expire","d":"

    Sets an expiration date (a timeout) on an item.

    "},{"t":"M","n":"RedisCluster::pExpire","p":"RedisCluster.html#method_pExpire","d":"

    Sets an expiration date (a timeout in milliseconds) on an item.

    "},{"t":"M","n":"RedisCluster::expireAt","p":"RedisCluster.html#method_expireAt","d":"

    Sets an expiration date (a timestamp) on an item.

    "},{"t":"M","n":"RedisCluster::pExpireAt","p":"RedisCluster.html#method_pExpireAt","d":"

    Sets an expiration date (a timestamp) on an item. Requires a timestamp in milliseconds

    "},{"t":"M","n":"RedisCluster::append","p":"RedisCluster.html#method_append","d":"

    Append specified string to the string stored in specified key.

    "},{"t":"M","n":"RedisCluster::getBit","p":"RedisCluster.html#method_getBit","d":"

    Return a single bit out of a larger string

    "},{"t":"M","n":"RedisCluster::setBit","p":"RedisCluster.html#method_setBit","d":"

    Changes a single bit of a string.

    "},{"t":"M","n":"RedisCluster::bitOp","p":"RedisCluster.html#method_bitOp","d":"

    Bitwise operation on multiple keys.

    "},{"t":"M","n":"RedisCluster::bitpos","p":"RedisCluster.html#method_bitpos","d":"

    Return the position of the first bit set to 1 or 0 in a string. The position is returned, thinking of the\nstring as an array of bits from left to right, where the first byte's most significant bit is at position 0,\nthe second byte's most significant bit is at position 8, and so forth.

    "},{"t":"M","n":"RedisCluster::bitCount","p":"RedisCluster.html#method_bitCount","d":"

    Count bits in a string.

    "},{"t":"M","n":"RedisCluster::lGet","p":"RedisCluster.html#method_lGet","d":""},{"t":"M","n":"RedisCluster::getRange","p":"RedisCluster.html#method_getRange","d":"

    Return a substring of a larger string

    "},{"t":"M","n":"RedisCluster::lTrim","p":"RedisCluster.html#method_lTrim","d":"

    Trims an existing list so that it will contain only a specified range of elements.

    "},{"t":"M","n":"RedisCluster::lRange","p":"RedisCluster.html#method_lRange","d":"

    Returns the specified elements of the list stored at the specified key in\nthe range [start, end]. start and stop are interpretated as indices: 0 the first element,\n1 the second ... -1 the last element, -2 the penultimate .

    "},{"t":"M","n":"RedisCluster::zRemRangeByRank","p":"RedisCluster.html#method_zRemRangeByRank","d":"

    Deletes the elements of the sorted set stored at the specified key which have rank in the range [start,end].

    "},{"t":"M","n":"RedisCluster::publish","p":"RedisCluster.html#method_publish","d":"

    Publish messages to channels. Warning: this function will probably change in the future.

    "},{"t":"M","n":"RedisCluster::rename","p":"RedisCluster.html#method_rename","d":"

    Renames a key.

    "},{"t":"M","n":"RedisCluster::renameNx","p":"RedisCluster.html#method_renameNx","d":"

    Renames a key.

    "},{"t":"M","n":"RedisCluster::pfCount","p":"RedisCluster.html#method_pfCount","d":"

    When called with a single key, returns the approximated cardinality computed by the HyperLogLog data\nstructure stored at the specified variable, which is 0 if the variable does not exist.

    "},{"t":"M","n":"RedisCluster::pfAdd","p":"RedisCluster.html#method_pfAdd","d":"

    Adds all the element arguments to the HyperLogLog data structure stored at the key.

    "},{"t":"M","n":"RedisCluster::pfMerge","p":"RedisCluster.html#method_pfMerge","d":"

    Merge multiple HyperLogLog values into an unique value that will approximate the cardinality\nof the union of the observed Sets of the source HyperLogLog structures.

    "},{"t":"M","n":"RedisCluster::setRange","p":"RedisCluster.html#method_setRange","d":"

    Changes a substring of a larger string.

    "},{"t":"M","n":"RedisCluster::restore","p":"RedisCluster.html#method_restore","d":"

    Restore a key from the result of a DUMP operation.

    "},{"t":"M","n":"RedisCluster::sMove","p":"RedisCluster.html#method_sMove","d":"

    Moves the specified member from the set at srcKey to the set at dstKey.

    "},{"t":"M","n":"RedisCluster::zRange","p":"RedisCluster.html#method_zRange","d":"

    Returns a range of elements from the ordered set stored at the specified key,\nwith values in the range [start, end]. start and stop are interpreted as zero-based indices:\n0 the first element,\n1 the second ...\n-1 the last element,\n-2 the penultimate .

    "},{"t":"M","n":"RedisCluster::zRevRange","p":"RedisCluster.html#method_zRevRange","d":"

    Returns the elements of the sorted set stored at the specified key in the range [start, end]\nin reverse order. start and stop are interpretated as zero-based indices:\n0 the first element,\n1 the second ...\n-1 the last element,\n-2 the penultimate .

    "},{"t":"M","n":"RedisCluster::zRangeByScore","p":"RedisCluster.html#method_zRangeByScore","d":"

    Returns the elements of the sorted set stored at the specified key which have scores in the\nrange [start,end]. Adding a parenthesis before start or end excludes it from the range.

    "},{"t":"M","n":"RedisCluster::zRevRangeByScore","p":"RedisCluster.html#method_zRevRangeByScore","d":""},{"t":"M","n":"RedisCluster::zRangeByLex","p":"RedisCluster.html#method_zRangeByLex","d":"

    Returns a range of members in a sorted set, by lexicographical range

    "},{"t":"M","n":"RedisCluster::zRevRangeByLex","p":"RedisCluster.html#method_zRevRangeByLex","d":""},{"t":"M","n":"RedisCluster::zLexCount","p":"RedisCluster.html#method_zLexCount","d":"

    Count the number of members in a sorted set between a given lexicographical range.

    "},{"t":"M","n":"RedisCluster::zRemRangeByLex","p":"RedisCluster.html#method_zRemRangeByLex","d":"

    Remove all members in a sorted set between the given lexicographical range.

    "},{"t":"M","n":"RedisCluster::zUnionStore","p":"RedisCluster.html#method_zUnionStore","d":"

    Add multiple sorted sets and store the resulting sorted set in a new key

    "},{"t":"M","n":"RedisCluster::zInterStore","p":"RedisCluster.html#method_zInterStore","d":"

    Intersect multiple sorted sets and store the resulting sorted set in a new key

    "},{"t":"M","n":"RedisCluster::zRem","p":"RedisCluster.html#method_zRem","d":"

    Deletes a specified member from the ordered set.

    "},{"t":"M","n":"RedisCluster::sort","p":"RedisCluster.html#method_sort","d":"Sort"},{"t":"M","n":"RedisCluster::object","p":"RedisCluster.html#method_object","d":"

    Describes the object pointed to by a key.

    "},{"t":"M","n":"RedisCluster::subscribe","p":"RedisCluster.html#method_subscribe","d":"

    Subscribe to channels. Warning: this function will probably change in the future.

    "},{"t":"M","n":"RedisCluster::psubscribe","p":"RedisCluster.html#method_psubscribe","d":"

    Subscribe to channels by pattern

    "},{"t":"M","n":"RedisCluster::unSubscribe","p":"RedisCluster.html#method_unSubscribe","d":"

    Unsubscribes the client from the given channels, or from all of them if none is given.

    "},{"t":"M","n":"RedisCluster::punSubscribe","p":"RedisCluster.html#method_punSubscribe","d":"

    Unsubscribes the client from the given patterns, or from all of them if none is given.

    "},{"t":"M","n":"RedisCluster::evalSha","p":"RedisCluster.html#method_evalSha","d":"

    Evaluate a LUA script serverside, from the SHA1 hash of the script instead of the script itself.

    "},{"t":"M","n":"RedisCluster::scan","p":"RedisCluster.html#method_scan","d":"

    Scan the keyspace for keys.

    "},{"t":"M","n":"RedisCluster::sScan","p":"RedisCluster.html#method_sScan","d":"

    Scan a set for members.

    "},{"t":"M","n":"RedisCluster::zScan","p":"RedisCluster.html#method_zScan","d":"

    Scan a sorted set for members, with optional pattern and count.

    "},{"t":"M","n":"RedisCluster::hScan","p":"RedisCluster.html#method_hScan","d":"

    Scan a HASH value for members, with an optional pattern and count.

    "},{"t":"M","n":"RedisCluster::getMode","p":"RedisCluster.html#method_getMode","d":"

    Detect whether we're in ATOMIC/MULTI/PIPELINE mode.

    "},{"t":"M","n":"RedisCluster::getLastError","p":"RedisCluster.html#method_getLastError","d":"

    The last error message (if any)

    "},{"t":"M","n":"RedisCluster::clearLastError","p":"RedisCluster.html#method_clearLastError","d":"

    Clear the last error message

    "},{"t":"M","n":"RedisCluster::getOption","p":"RedisCluster.html#method_getOption","d":"

    Get client option

    "},{"t":"M","n":"RedisCluster::setOption","p":"RedisCluster.html#method_setOption","d":"

    Set client option.

    "},{"t":"M","n":"RedisCluster::_prefix","p":"RedisCluster.html#method__prefix","d":"

    A utility method to prefix the value with the prefix setting for phpredis.

    "},{"t":"M","n":"RedisCluster::_serialize","p":"RedisCluster.html#method__serialize","d":"

    A utility method to serialize values manually. This method allows you to serialize a value with whatever\nserializer is configured, manually. This can be useful for serialization/unserialization of data going in\nand out of EVAL commands as phpredis can't automatically do this itself. Note that if no serializer is\nset, phpredis will change Array values to 'Array', and Objects to 'Object'.

    "},{"t":"M","n":"RedisCluster::_unserialize","p":"RedisCluster.html#method__unserialize","d":"

    A utility method to unserialize data with whatever serializer is set up. If there is no serializer set, the\nvalue will be returned unchanged. If there is a serializer set up, and the data passed in is malformed, an\nexception will be thrown. This can be useful if phpredis is serializing values, and you return something from\nredis in a LUA script that is serialized.

    "},{"t":"M","n":"RedisCluster::_masters","p":"RedisCluster.html#method__masters","d":"

    Return all redis master nodes

    "},{"t":"M","n":"RedisCluster::multi","p":"RedisCluster.html#method_multi","d":"

    Enter and exit transactional mode.

    "},{"t":"M","n":"RedisCluster::exec","p":"RedisCluster.html#method_exec","d":""},{"t":"M","n":"RedisCluster::discard","p":"RedisCluster.html#method_discard","d":""},{"t":"M","n":"RedisCluster::watch","p":"RedisCluster.html#method_watch","d":"

    Watches a key for modifications by another client. If the key is modified between WATCH and EXEC,\nthe MULTI/EXEC transaction will fail (return FALSE). unwatch cancels all the watching of all keys by this client.

    "},{"t":"M","n":"RedisCluster::unwatch","p":"RedisCluster.html#method_unwatch","d":""},{"t":"M","n":"RedisCluster::save","p":"RedisCluster.html#method_save","d":"

    Performs a synchronous save at a specific node.

    "},{"t":"M","n":"RedisCluster::bgsave","p":"RedisCluster.html#method_bgsave","d":"

    Performs a background save at a specific node.

    "},{"t":"M","n":"RedisCluster::flushDB","p":"RedisCluster.html#method_flushDB","d":"

    Removes all entries from the current database at a specific node.

    "},{"t":"M","n":"RedisCluster::flushAll","p":"RedisCluster.html#method_flushAll","d":"

    Removes all entries from all databases at a specific node.

    "},{"t":"M","n":"RedisCluster::dbSize","p":"RedisCluster.html#method_dbSize","d":"

    Returns the current database's size at a specific node.

    "},{"t":"M","n":"RedisCluster::bgrewriteaof","p":"RedisCluster.html#method_bgrewriteaof","d":"

    Starts the background rewrite of AOF (Append-Only File) at a specific node.

    "},{"t":"M","n":"RedisCluster::lastSave","p":"RedisCluster.html#method_lastSave","d":"

    Returns the timestamp of the last disk save at a specific node.

    "},{"t":"M","n":"RedisCluster::info","p":"RedisCluster.html#method_info","d":"

    Returns an associative array of strings and integers

    "},{"t":"M","n":"RedisCluster::role","p":"RedisCluster.html#method_role","d":""},{"t":"M","n":"RedisCluster::randomKey","p":"RedisCluster.html#method_randomKey","d":"

    Returns a random key at the specified node

    "},{"t":"M","n":"RedisCluster::time","p":"RedisCluster.html#method_time","d":"

    Return the specified node server time.

    "},{"t":"M","n":"RedisCluster::ping","p":"RedisCluster.html#method_ping","d":"

    Check the specified node status

    "},{"t":"M","n":"RedisCluster::echo","p":"RedisCluster.html#method_echo","d":"

    Returns message.

    "},{"t":"M","n":"RedisCluster::command","p":"RedisCluster.html#method_command","d":"

    Returns Array reply of details about all Redis Cluster commands.

    "},{"t":"M","n":"RedisCluster::rawCommand","p":"RedisCluster.html#method_rawCommand","d":"

    Send arbitrary things to the redis server at the specified node

    "},{"t":"M","n":"RedisCluster::cluster","p":"RedisCluster.html#method_cluster","d":""},{"t":"M","n":"RedisCluster::client","p":"RedisCluster.html#method_client","d":"

    Allows you to get information of the cluster client

    "},{"t":"M","n":"RedisCluster::config","p":"RedisCluster.html#method_config","d":"

    Get or Set the redis config keys.

    "},{"t":"M","n":"RedisCluster::pubsub","p":"RedisCluster.html#method_pubsub","d":"

    A command allowing you to get information on the Redis pub/sub system.

    "},{"t":"M","n":"RedisCluster::script","p":"RedisCluster.html#method_script","d":"

    Execute the Redis SCRIPT command to perform various operations on the scripting subsystem.

    "},{"t":"M","n":"RedisCluster::slowLog","p":"RedisCluster.html#method_slowLog","d":"

    This function is used in order to read and reset the Redis slow queries log.

    "},{"t":"M","n":"RedisCluster::geoAdd","p":"RedisCluster.html#method_geoAdd","d":"

    Add one or more geospatial items in the geospatial index represented using a sorted set

    "},{"t":"M","n":"RedisCluster::geohash","p":"RedisCluster.html#method_geohash","d":"

    Returns members of a geospatial index as standard geohash strings

    "},{"t":"M","n":"RedisCluster::geopos","p":"RedisCluster.html#method_geopos","d":"

    Returns longitude and latitude of members of a geospatial index

    "},{"t":"M","n":"RedisCluster::geoDist","p":"RedisCluster.html#method_geoDist","d":"

    Returns the distance between two members of a geospatial index

    "},{"t":"M","n":"RedisCluster::geoRadius","p":"RedisCluster.html#method_geoRadius","d":"

    Query a sorted set representing a geospatial index to fetch members matching a given maximum distance from a point

    "},{"t":"M","n":"RedisCluster::geoRadiusByMember","p":"RedisCluster.html#method_geoRadiusByMember","d":"

    Query a sorted set representing a geospatial index to fetch members matching a given maximum distance from a member

    "},{"t":"M","n":"RedisCluster::eval","p":"RedisCluster.html#method_eval","d":""},{"t":"M","n":"RedisSentinel::__construct","p":"RedisSentinel.html#method___construct","d":"

    Creates a Redis Sentinel

    "},{"t":"M","n":"RedisSentinel::ckquorum","p":"RedisSentinel.html#method_ckquorum","d":"

    Check if the current Sentinel configuration is able to reach the quorum needed to failover a master, and the\nmajority needed to authorize the failover. This command should be used in monitoring systems to check if a\nSentinel deployment is ok.

    "},{"t":"M","n":"RedisSentinel::failover","p":"RedisSentinel.html#method_failover","d":"

    Force a failover as if the master was not reachable, and without asking for agreement to other Sentinels\n(however a new version of the configuration will be published so that the other Sentinels will update\ntheir configurations).

    "},{"t":"M","n":"RedisSentinel::flushconfig","p":"RedisSentinel.html#method_flushconfig","d":"

    Force Sentinel to rewrite its configuration on disk, including the current Sentinel state.

    "},{"t":"M","n":"RedisSentinel::getMasterAddrByName","p":"RedisSentinel.html#method_getMasterAddrByName","d":"

    Return the ip and port number of the master with that name. If a failover is in progress or terminated\nsuccessfully for this master it returns the address and port of the promoted replica.

    "},{"t":"M","n":"RedisSentinel::master","p":"RedisSentinel.html#method_master","d":"

    Return the state and info of the specified master

    "},{"t":"M","n":"RedisSentinel::masters","p":"RedisSentinel.html#method_masters","d":"

    Return a list of monitored masters and their state

    "},{"t":"M","n":"RedisSentinel::ping","p":"RedisSentinel.html#method_ping","d":"

    Ping the sentinel

    "},{"t":"M","n":"RedisSentinel::reset","p":"RedisSentinel.html#method_reset","d":"

    Reset all the masters with matching name. The pattern argument is a glob-style pattern.

    "},{"t":"M","n":"RedisSentinel::sentinels","p":"RedisSentinel.html#method_sentinels","d":"

    Return a list of sentinel instances for this master, and their state

    "},{"t":"M","n":"RedisSentinel::slaves","p":"RedisSentinel.html#method_slaves","d":"

    Return a list of sentinel instances for this master, and their state

    "},{"t":"M","n":"Reflection::getModifierNames","p":"Reflection.html#method_getModifierNames","d":"

    Gets modifier names

    "},{"t":"M","n":"Reflection::export","p":"Reflection.html#method_export","d":"Exports"},{"t":"M","n":"ReflectionAttribute::getName","p":"ReflectionAttribute.html#method_getName","d":"

    Gets attribute name

    "},{"t":"M","n":"ReflectionAttribute::getTarget","p":"ReflectionAttribute.html#method_getTarget","d":"

    Returns the target of the attribute as a bit mask format.

    "},{"t":"M","n":"ReflectionAttribute::isRepeated","p":"ReflectionAttribute.html#method_isRepeated","d":"

    Returns {true} if the attribute is repeated.

    "},{"t":"M","n":"ReflectionAttribute::getArguments","p":"ReflectionAttribute.html#method_getArguments","d":"

    Gets list of passed attribute's arguments.

    "},{"t":"M","n":"ReflectionAttribute::newInstance","p":"ReflectionAttribute.html#method_newInstance","d":"

    Creates a new instance of the attribute with passed arguments

    "},{"t":"M","n":"ReflectionAttribute::__toString","p":"ReflectionAttribute.html#method___toString","d":"

    Returns the string representation of any Reflection object.

    "},{"t":"M","n":"ReflectionAttribute::export","p":"ReflectionAttribute.html#method_export","d":"

    Exports a class.

    "},{"t":"M","n":"ReflectionClass::__construct","p":"ReflectionClass.html#method___construct","d":"

    Constructs a ReflectionClass

    "},{"t":"M","n":"ReflectionClass::export","p":"ReflectionClass.html#method_export","d":"

    Exports a reflected class

    "},{"t":"M","n":"ReflectionClass::__toString","p":"ReflectionClass.html#method___toString","d":"

    Returns the string representation of the ReflectionClass object.

    "},{"t":"M","n":"ReflectionClass::getName","p":"ReflectionClass.html#method_getName","d":"

    Gets class name

    "},{"t":"M","n":"ReflectionClass::isInternal","p":"ReflectionClass.html#method_isInternal","d":"

    Checks if class is defined internally by an extension, or the core

    "},{"t":"M","n":"ReflectionClass::isUserDefined","p":"ReflectionClass.html#method_isUserDefined","d":"

    Checks if user defined

    "},{"t":"M","n":"ReflectionClass::isInstantiable","p":"ReflectionClass.html#method_isInstantiable","d":"

    Checks if the class is instantiable

    "},{"t":"M","n":"ReflectionClass::isCloneable","p":"ReflectionClass.html#method_isCloneable","d":"

    Returns whether this class is cloneable

    "},{"t":"M","n":"ReflectionClass::getFileName","p":"ReflectionClass.html#method_getFileName","d":"

    Gets the filename of the file in which the class has been defined

    "},{"t":"M","n":"ReflectionClass::getStartLine","p":"ReflectionClass.html#method_getStartLine","d":"

    Gets starting line number

    "},{"t":"M","n":"ReflectionClass::getEndLine","p":"ReflectionClass.html#method_getEndLine","d":"

    Gets end line

    "},{"t":"M","n":"ReflectionClass::getDocComment","p":"ReflectionClass.html#method_getDocComment","d":"

    Gets doc comments

    "},{"t":"M","n":"ReflectionClass::getConstructor","p":"ReflectionClass.html#method_getConstructor","d":"

    Gets the constructor of the class

    "},{"t":"M","n":"ReflectionClass::hasMethod","p":"ReflectionClass.html#method_hasMethod","d":"

    Checks if method is defined

    "},{"t":"M","n":"ReflectionClass::getMethod","p":"ReflectionClass.html#method_getMethod","d":"

    Gets a ReflectionMethod for a class method.

    "},{"t":"M","n":"ReflectionClass::getMethods","p":"ReflectionClass.html#method_getMethods","d":"

    Gets an array of methods for the class.

    "},{"t":"M","n":"ReflectionClass::hasProperty","p":"ReflectionClass.html#method_hasProperty","d":"

    Checks if property is defined

    "},{"t":"M","n":"ReflectionClass::getProperty","p":"ReflectionClass.html#method_getProperty","d":"

    Gets a ReflectionProperty for a class's property

    "},{"t":"M","n":"ReflectionClass::getProperties","p":"ReflectionClass.html#method_getProperties","d":"

    Gets properties

    "},{"t":"M","n":"ReflectionClass::getReflectionConstant","p":"ReflectionClass.html#method_getReflectionConstant","d":"

    Gets a ReflectionClassConstant for a class's property

    "},{"t":"M","n":"ReflectionClass::getReflectionConstants","p":"ReflectionClass.html#method_getReflectionConstants","d":"

    Gets class constants

    "},{"t":"M","n":"ReflectionClass::hasConstant","p":"ReflectionClass.html#method_hasConstant","d":"

    Checks if constant is defined

    "},{"t":"M","n":"ReflectionClass::getConstants","p":"ReflectionClass.html#method_getConstants","d":"

    Gets constants

    "},{"t":"M","n":"ReflectionClass::getConstant","p":"ReflectionClass.html#method_getConstant","d":"

    Gets defined constant

    "},{"t":"M","n":"ReflectionClass::getInterfaces","p":"ReflectionClass.html#method_getInterfaces","d":"

    Gets the interfaces

    "},{"t":"M","n":"ReflectionClass::getInterfaceNames","p":"ReflectionClass.html#method_getInterfaceNames","d":"

    Gets the interface names

    "},{"t":"M","n":"ReflectionClass::isAnonymous","p":"ReflectionClass.html#method_isAnonymous","d":"

    Checks if the class is anonymous

    "},{"t":"M","n":"ReflectionClass::isInterface","p":"ReflectionClass.html#method_isInterface","d":"

    Checks if the class is an interface

    "},{"t":"M","n":"ReflectionClass::getTraits","p":"ReflectionClass.html#method_getTraits","d":"

    Returns an array of traits used by this class

    "},{"t":"M","n":"ReflectionClass::getTraitNames","p":"ReflectionClass.html#method_getTraitNames","d":"

    Returns an array of names of traits used by this class

    "},{"t":"M","n":"ReflectionClass::getTraitAliases","p":"ReflectionClass.html#method_getTraitAliases","d":"

    Returns an array of trait aliases

    "},{"t":"M","n":"ReflectionClass::isTrait","p":"ReflectionClass.html#method_isTrait","d":"

    Returns whether this is a trait

    "},{"t":"M","n":"ReflectionClass::isAbstract","p":"ReflectionClass.html#method_isAbstract","d":"

    Checks if class is abstract

    "},{"t":"M","n":"ReflectionClass::isFinal","p":"ReflectionClass.html#method_isFinal","d":"

    Checks if class is final

    "},{"t":"M","n":"ReflectionClass::isReadOnly","p":"ReflectionClass.html#method_isReadOnly","d":""},{"t":"M","n":"ReflectionClass::getModifiers","p":"ReflectionClass.html#method_getModifiers","d":"

    Gets modifiers

    "},{"t":"M","n":"ReflectionClass::isInstance","p":"ReflectionClass.html#method_isInstance","d":"

    Checks class for instance

    "},{"t":"M","n":"ReflectionClass::newInstance","p":"ReflectionClass.html#method_newInstance","d":"

    Creates a new class instance from given arguments.

    "},{"t":"M","n":"ReflectionClass::newInstanceWithoutConstructor","p":"ReflectionClass.html#method_newInstanceWithoutConstructor","d":"

    Creates a new class instance without invoking the constructor.

    "},{"t":"M","n":"ReflectionClass::newInstanceArgs","p":"ReflectionClass.html#method_newInstanceArgs","d":"

    Creates a new class instance from given arguments.

    "},{"t":"M","n":"ReflectionClass::getParentClass","p":"ReflectionClass.html#method_getParentClass","d":"

    Gets parent class

    "},{"t":"M","n":"ReflectionClass::isSubclassOf","p":"ReflectionClass.html#method_isSubclassOf","d":"

    Checks if a subclass

    "},{"t":"M","n":"ReflectionClass::getStaticProperties","p":"ReflectionClass.html#method_getStaticProperties","d":"

    Gets static properties

    "},{"t":"M","n":"ReflectionClass::getStaticPropertyValue","p":"ReflectionClass.html#method_getStaticPropertyValue","d":"

    Gets static property value

    "},{"t":"M","n":"ReflectionClass::setStaticPropertyValue","p":"ReflectionClass.html#method_setStaticPropertyValue","d":"

    Sets static property value

    "},{"t":"M","n":"ReflectionClass::getDefaultProperties","p":"ReflectionClass.html#method_getDefaultProperties","d":"

    Gets default properties

    "},{"t":"M","n":"ReflectionClass::isIterateable","p":"ReflectionClass.html#method_isIterateable","d":"

    An alias of {ReflectionClass::isIterable} method.

    "},{"t":"M","n":"ReflectionClass::isIterable","p":"ReflectionClass.html#method_isIterable","d":"

    Check whether this class is iterable

    "},{"t":"M","n":"ReflectionClass::implementsInterface","p":"ReflectionClass.html#method_implementsInterface","d":"

    Checks whether it implements an interface.

    "},{"t":"M","n":"ReflectionClass::getExtension","p":"ReflectionClass.html#method_getExtension","d":"

    Gets a ReflectionExtension object for the extension which defined the class

    "},{"t":"M","n":"ReflectionClass::getExtensionName","p":"ReflectionClass.html#method_getExtensionName","d":"

    Gets the name of the extension which defined the class

    "},{"t":"M","n":"ReflectionClass::inNamespace","p":"ReflectionClass.html#method_inNamespace","d":"

    Checks if in namespace

    "},{"t":"M","n":"ReflectionClass::getNamespaceName","p":"ReflectionClass.html#method_getNamespaceName","d":"

    Gets namespace name

    "},{"t":"M","n":"ReflectionClass::getShortName","p":"ReflectionClass.html#method_getShortName","d":"

    Gets short name

    "},{"t":"M","n":"ReflectionClass::getAttributes","p":"ReflectionClass.html#method_getAttributes","d":""},{"t":"M","n":"ReflectionClass::isEnum","p":"ReflectionClass.html#method_isEnum","d":null},{"t":"M","n":"ReflectionClass::newLazyGhost","p":"ReflectionClass.html#method_newLazyGhost","d":""},{"t":"M","n":"ReflectionClass::newLazyProxy","p":"ReflectionClass.html#method_newLazyProxy","d":""},{"t":"M","n":"ReflectionClass::resetAsLazyGhost","p":"ReflectionClass.html#method_resetAsLazyGhost","d":""},{"t":"M","n":"ReflectionClass::resetAsLazyProxy","p":"ReflectionClass.html#method_resetAsLazyProxy","d":""},{"t":"M","n":"ReflectionClass::initializeLazyObject","p":"ReflectionClass.html#method_initializeLazyObject","d":""},{"t":"M","n":"ReflectionClass::isUninitializedLazyObject","p":"ReflectionClass.html#method_isUninitializedLazyObject","d":""},{"t":"M","n":"ReflectionClass::markLazyObjectAsInitialized","p":"ReflectionClass.html#method_markLazyObjectAsInitialized","d":""},{"t":"M","n":"ReflectionClass::getLazyInitializer","p":"ReflectionClass.html#method_getLazyInitializer","d":""},{"t":"M","n":"ReflectionClassConstant::__construct","p":"ReflectionClassConstant.html#method___construct","d":"

    ReflectionClassConstant constructor.

    "},{"t":"M","n":"ReflectionClassConstant::export","p":"ReflectionClassConstant.html#method_export","d":""},{"t":"M","n":"ReflectionClassConstant::getDeclaringClass","p":"ReflectionClassConstant.html#method_getDeclaringClass","d":"

    Gets declaring class

    "},{"t":"M","n":"ReflectionClassConstant::getDocComment","p":"ReflectionClassConstant.html#method_getDocComment","d":"

    Gets doc comments

    "},{"t":"M","n":"ReflectionClassConstant::getModifiers","p":"ReflectionClassConstant.html#method_getModifiers","d":"

    Gets the class constant modifiers

    "},{"t":"M","n":"ReflectionClassConstant::getName","p":"ReflectionClassConstant.html#method_getName","d":"

    Get name of the constant

    "},{"t":"M","n":"ReflectionClassConstant::getValue","p":"ReflectionClassConstant.html#method_getValue","d":"

    Gets value

    "},{"t":"M","n":"ReflectionClassConstant::isPrivate","p":"ReflectionClassConstant.html#method_isPrivate","d":"

    Checks if class constant is private

    "},{"t":"M","n":"ReflectionClassConstant::isProtected","p":"ReflectionClassConstant.html#method_isProtected","d":"

    Checks if class constant is protected

    "},{"t":"M","n":"ReflectionClassConstant::isPublic","p":"ReflectionClassConstant.html#method_isPublic","d":"

    Checks if class constant is public

    "},{"t":"M","n":"ReflectionClassConstant::__toString","p":"ReflectionClassConstant.html#method___toString","d":"

    Returns the string representation of the ReflectionClassConstant object.

    "},{"t":"M","n":"ReflectionClassConstant::getAttributes","p":"ReflectionClassConstant.html#method_getAttributes","d":""},{"t":"M","n":"ReflectionClassConstant::isEnumCase","p":"ReflectionClassConstant.html#method_isEnumCase","d":null},{"t":"M","n":"ReflectionClassConstant::isFinal","p":"ReflectionClassConstant.html#method_isFinal","d":""},{"t":"M","n":"ReflectionClassConstant::hasType","p":"ReflectionClassConstant.html#method_hasType","d":""},{"t":"M","n":"ReflectionClassConstant::getType","p":"ReflectionClassConstant.html#method_getType","d":""},{"t":"M","n":"ReflectionClassConstant::isDeprecated","p":"ReflectionClassConstant.html#method_isDeprecated","d":""},{"t":"M","n":"ReflectionConstant::__construct","p":"ReflectionConstant.html#method___construct","d":null},{"t":"M","n":"ReflectionConstant::getName","p":"ReflectionConstant.html#method_getName","d":null},{"t":"M","n":"ReflectionConstant::getNamespaceName","p":"ReflectionConstant.html#method_getNamespaceName","d":null},{"t":"M","n":"ReflectionConstant::getShortName","p":"ReflectionConstant.html#method_getShortName","d":null},{"t":"M","n":"ReflectionConstant::getValue","p":"ReflectionConstant.html#method_getValue","d":null},{"t":"M","n":"ReflectionConstant::isDeprecated","p":"ReflectionConstant.html#method_isDeprecated","d":null},{"t":"M","n":"ReflectionConstant::__toString","p":"ReflectionConstant.html#method___toString","d":"

    Returns the string representation of any Reflection object.

    "},{"t":"M","n":"ReflectionEnum::__construct","p":"ReflectionEnum.html#method___construct","d":"

    Constructs a ReflectionClass

    "},{"t":"M","n":"ReflectionEnum::hasCase","p":"ReflectionEnum.html#method_hasCase","d":""},{"t":"M","n":"ReflectionEnum::getCases","p":"ReflectionEnum.html#method_getCases","d":""},{"t":"M","n":"ReflectionEnum::getCase","p":"ReflectionEnum.html#method_getCase","d":""},{"t":"M","n":"ReflectionEnum::isBacked","p":"ReflectionEnum.html#method_isBacked","d":""},{"t":"M","n":"ReflectionEnum::getBackingType","p":"ReflectionEnum.html#method_getBackingType","d":""},{"t":"M","n":"ReflectionEnumBackedCase::__construct","p":"ReflectionEnumBackedCase.html#method___construct","d":"

    ReflectionClassConstant constructor.

    "},{"t":"M","n":"ReflectionEnumBackedCase::getBackingValue","p":"ReflectionEnumBackedCase.html#method_getBackingValue","d":null},{"t":"M","n":"ReflectionEnumUnitCase::__construct","p":"ReflectionEnumUnitCase.html#method___construct","d":"

    ReflectionClassConstant constructor.

    "},{"t":"M","n":"ReflectionEnumUnitCase::getValue","p":"ReflectionEnumUnitCase.html#method_getValue","d":"

    Gets value

    "},{"t":"M","n":"ReflectionEnumUnitCase::getEnum","p":"ReflectionEnumUnitCase.html#method_getEnum","d":""},{"t":"M","n":"ReflectionExtension::__construct","p":"ReflectionExtension.html#method___construct","d":"

    Constructs a ReflectionExtension

    "},{"t":"M","n":"ReflectionExtension::export","p":"ReflectionExtension.html#method_export","d":"

    Exports a reflected extension.

    "},{"t":"M","n":"ReflectionExtension::__toString","p":"ReflectionExtension.html#method___toString","d":"

    To string

    "},{"t":"M","n":"ReflectionExtension::getName","p":"ReflectionExtension.html#method_getName","d":"

    Gets extension name

    "},{"t":"M","n":"ReflectionExtension::getVersion","p":"ReflectionExtension.html#method_getVersion","d":"

    Gets extension version

    "},{"t":"M","n":"ReflectionExtension::getFunctions","p":"ReflectionExtension.html#method_getFunctions","d":"

    Gets extension functions

    "},{"t":"M","n":"ReflectionExtension::getConstants","p":"ReflectionExtension.html#method_getConstants","d":"

    Gets constants

    "},{"t":"M","n":"ReflectionExtension::getINIEntries","p":"ReflectionExtension.html#method_getINIEntries","d":"

    Gets extension ini entries

    "},{"t":"M","n":"ReflectionExtension::getClasses","p":"ReflectionExtension.html#method_getClasses","d":"

    Gets classes

    "},{"t":"M","n":"ReflectionExtension::getClassNames","p":"ReflectionExtension.html#method_getClassNames","d":"

    Gets class names

    "},{"t":"M","n":"ReflectionExtension::getDependencies","p":"ReflectionExtension.html#method_getDependencies","d":"

    Gets dependencies

    "},{"t":"M","n":"ReflectionExtension::info","p":"ReflectionExtension.html#method_info","d":"

    Print extension info

    "},{"t":"M","n":"ReflectionExtension::isPersistent","p":"ReflectionExtension.html#method_isPersistent","d":"

    Returns whether this extension is persistent

    "},{"t":"M","n":"ReflectionExtension::isTemporary","p":"ReflectionExtension.html#method_isTemporary","d":"

    Returns whether this extension is temporary

    "},{"t":"M","n":"ReflectionFiber::__construct","p":"ReflectionFiber.html#method___construct","d":null},{"t":"M","n":"ReflectionFiber::getFiber","p":"ReflectionFiber.html#method_getFiber","d":null},{"t":"M","n":"ReflectionFiber::getExecutingFile","p":"ReflectionFiber.html#method_getExecutingFile","d":null},{"t":"M","n":"ReflectionFiber::getExecutingLine","p":"ReflectionFiber.html#method_getExecutingLine","d":null},{"t":"M","n":"ReflectionFiber::getCallable","p":"ReflectionFiber.html#method_getCallable","d":null},{"t":"M","n":"ReflectionFiber::getTrace","p":"ReflectionFiber.html#method_getTrace","d":null},{"t":"M","n":"ReflectionFunction::__construct","p":"ReflectionFunction.html#method___construct","d":"

    Constructs a ReflectionFunction object

    "},{"t":"M","n":"ReflectionFunction::__toString","p":"ReflectionFunction.html#method___toString","d":"

    Returns the string representation of the ReflectionFunction object.

    "},{"t":"M","n":"ReflectionFunction::export","p":"ReflectionFunction.html#method_export","d":"

    Exports function

    "},{"t":"M","n":"ReflectionFunction::isDisabled","p":"ReflectionFunction.html#method_isDisabled","d":"

    Checks if function is disabled

    "},{"t":"M","n":"ReflectionFunction::invoke","p":"ReflectionFunction.html#method_invoke","d":"

    Invokes function

    "},{"t":"M","n":"ReflectionFunction::invokeArgs","p":"ReflectionFunction.html#method_invokeArgs","d":"

    Invokes function args

    "},{"t":"M","n":"ReflectionFunction::getClosure","p":"ReflectionFunction.html#method_getClosure","d":"

    Returns a dynamically created closure for the function

    "},{"t":"M","n":"ReflectionFunction::isAnonymous","p":"ReflectionFunction.html#method_isAnonymous","d":null},{"t":"M","n":"ReflectionFunctionAbstract::inNamespace","p":"ReflectionFunctionAbstract.html#method_inNamespace","d":"

    Checks if function in namespace

    "},{"t":"M","n":"ReflectionFunctionAbstract::isClosure","p":"ReflectionFunctionAbstract.html#method_isClosure","d":"

    Checks if closure

    "},{"t":"M","n":"ReflectionFunctionAbstract::isDeprecated","p":"ReflectionFunctionAbstract.html#method_isDeprecated","d":"

    Checks if deprecated

    "},{"t":"M","n":"ReflectionFunctionAbstract::isInternal","p":"ReflectionFunctionAbstract.html#method_isInternal","d":"

    Checks if is internal

    "},{"t":"M","n":"ReflectionFunctionAbstract::isUserDefined","p":"ReflectionFunctionAbstract.html#method_isUserDefined","d":"

    Checks if user defined

    "},{"t":"M","n":"ReflectionFunctionAbstract::isGenerator","p":"ReflectionFunctionAbstract.html#method_isGenerator","d":"

    Returns whether this function is a generator

    "},{"t":"M","n":"ReflectionFunctionAbstract::isVariadic","p":"ReflectionFunctionAbstract.html#method_isVariadic","d":"

    Returns whether this function is variadic

    "},{"t":"M","n":"ReflectionFunctionAbstract::getClosureThis","p":"ReflectionFunctionAbstract.html#method_getClosureThis","d":"

    Returns this pointer bound to closure

    "},{"t":"M","n":"ReflectionFunctionAbstract::getClosureScopeClass","p":"ReflectionFunctionAbstract.html#method_getClosureScopeClass","d":"

    Returns the scope associated to the closure

    "},{"t":"M","n":"ReflectionFunctionAbstract::getClosureCalledClass","p":"ReflectionFunctionAbstract.html#method_getClosureCalledClass","d":""},{"t":"M","n":"ReflectionFunctionAbstract::getDocComment","p":"ReflectionFunctionAbstract.html#method_getDocComment","d":"

    Gets doc comment

    "},{"t":"M","n":"ReflectionFunctionAbstract::getEndLine","p":"ReflectionFunctionAbstract.html#method_getEndLine","d":"

    Gets end line number

    "},{"t":"M","n":"ReflectionFunctionAbstract::getExtension","p":"ReflectionFunctionAbstract.html#method_getExtension","d":"

    Gets extension info

    "},{"t":"M","n":"ReflectionFunctionAbstract::getExtensionName","p":"ReflectionFunctionAbstract.html#method_getExtensionName","d":"

    Gets extension name

    "},{"t":"M","n":"ReflectionFunctionAbstract::getFileName","p":"ReflectionFunctionAbstract.html#method_getFileName","d":"

    Gets file name

    "},{"t":"M","n":"ReflectionFunctionAbstract::getName","p":"ReflectionFunctionAbstract.html#method_getName","d":"

    Gets function name

    "},{"t":"M","n":"ReflectionFunctionAbstract::getNamespaceName","p":"ReflectionFunctionAbstract.html#method_getNamespaceName","d":"

    Gets namespace name

    "},{"t":"M","n":"ReflectionFunctionAbstract::getNumberOfParameters","p":"ReflectionFunctionAbstract.html#method_getNumberOfParameters","d":"

    Gets number of parameters

    "},{"t":"M","n":"ReflectionFunctionAbstract::getNumberOfRequiredParameters","p":"ReflectionFunctionAbstract.html#method_getNumberOfRequiredParameters","d":"

    Gets number of required parameters

    "},{"t":"M","n":"ReflectionFunctionAbstract::getParameters","p":"ReflectionFunctionAbstract.html#method_getParameters","d":"

    Gets parameters

    "},{"t":"M","n":"ReflectionFunctionAbstract::getReturnType","p":"ReflectionFunctionAbstract.html#method_getReturnType","d":"

    Gets the specified return type of a function

    "},{"t":"M","n":"ReflectionFunctionAbstract::getShortName","p":"ReflectionFunctionAbstract.html#method_getShortName","d":"

    Gets function short name

    "},{"t":"M","n":"ReflectionFunctionAbstract::getStartLine","p":"ReflectionFunctionAbstract.html#method_getStartLine","d":"

    Gets starting line number

    "},{"t":"M","n":"ReflectionFunctionAbstract::getStaticVariables","p":"ReflectionFunctionAbstract.html#method_getStaticVariables","d":"

    Gets static variables

    "},{"t":"M","n":"ReflectionFunctionAbstract::returnsReference","p":"ReflectionFunctionAbstract.html#method_returnsReference","d":"

    Checks if returns reference

    "},{"t":"M","n":"ReflectionFunctionAbstract::hasReturnType","p":"ReflectionFunctionAbstract.html#method_hasReturnType","d":"

    Checks if the function has a specified return type

    "},{"t":"M","n":"ReflectionFunctionAbstract::getAttributes","p":"ReflectionFunctionAbstract.html#method_getAttributes","d":""},{"t":"M","n":"ReflectionFunctionAbstract::getClosureUsedVariables","p":"ReflectionFunctionAbstract.html#method_getClosureUsedVariables","d":null},{"t":"M","n":"ReflectionFunctionAbstract::hasTentativeReturnType","p":"ReflectionFunctionAbstract.html#method_hasTentativeReturnType","d":null},{"t":"M","n":"ReflectionFunctionAbstract::getTentativeReturnType","p":"ReflectionFunctionAbstract.html#method_getTentativeReturnType","d":null},{"t":"M","n":"ReflectionFunctionAbstract::isStatic","p":"ReflectionFunctionAbstract.html#method_isStatic","d":null},{"t":"M","n":"ReflectionFunctionAbstract::__toString","p":"ReflectionFunctionAbstract.html#method___toString","d":"

    Returns the string representation of any Reflection object.

    "},{"t":"M","n":"ReflectionGenerator::__construct","p":"ReflectionGenerator.html#method___construct","d":"

    Constructs a ReflectionGenerator object

    "},{"t":"M","n":"ReflectionGenerator::getExecutingLine","p":"ReflectionGenerator.html#method_getExecutingLine","d":"

    Gets the currently executing line of the generator

    "},{"t":"M","n":"ReflectionGenerator::getExecutingFile","p":"ReflectionGenerator.html#method_getExecutingFile","d":"

    Gets the file name of the currently executing generator

    "},{"t":"M","n":"ReflectionGenerator::getTrace","p":"ReflectionGenerator.html#method_getTrace","d":"

    Gets the trace of the executing generator

    "},{"t":"M","n":"ReflectionGenerator::getFunction","p":"ReflectionGenerator.html#method_getFunction","d":"

    Gets the function name of the generator

    "},{"t":"M","n":"ReflectionGenerator::getThis","p":"ReflectionGenerator.html#method_getThis","d":"

    Gets the function name of the generator

    "},{"t":"M","n":"ReflectionGenerator::getExecutingGenerator","p":"ReflectionGenerator.html#method_getExecutingGenerator","d":"

    Gets the executing Generator object

    "},{"t":"M","n":"ReflectionGenerator::isClosed","p":"ReflectionGenerator.html#method_isClosed","d":""},{"t":"M","n":"ReflectionIntersectionType::getTypes","p":"ReflectionIntersectionType.html#method_getTypes","d":""},{"t":"M","n":"ReflectionMethod::__construct","p":"ReflectionMethod.html#method___construct","d":"

    Constructs a ReflectionMethod

    "},{"t":"M","n":"ReflectionMethod::export","p":"ReflectionMethod.html#method_export","d":"

    Export a reflection method.

    "},{"t":"M","n":"ReflectionMethod::__toString","p":"ReflectionMethod.html#method___toString","d":"

    Returns the string representation of the ReflectionMethod object.

    "},{"t":"M","n":"ReflectionMethod::isPublic","p":"ReflectionMethod.html#method_isPublic","d":"

    Checks if method is public

    "},{"t":"M","n":"ReflectionMethod::isPrivate","p":"ReflectionMethod.html#method_isPrivate","d":"

    Checks if method is private

    "},{"t":"M","n":"ReflectionMethod::isProtected","p":"ReflectionMethod.html#method_isProtected","d":"

    Checks if method is protected

    "},{"t":"M","n":"ReflectionMethod::isAbstract","p":"ReflectionMethod.html#method_isAbstract","d":"

    Checks if method is abstract

    "},{"t":"M","n":"ReflectionMethod::isFinal","p":"ReflectionMethod.html#method_isFinal","d":"

    Checks if method is final

    "},{"t":"M","n":"ReflectionMethod::isStatic","p":"ReflectionMethod.html#method_isStatic","d":"

    Checks if method is static

    "},{"t":"M","n":"ReflectionMethod::isConstructor","p":"ReflectionMethod.html#method_isConstructor","d":"

    Checks if method is a constructor

    "},{"t":"M","n":"ReflectionMethod::isDestructor","p":"ReflectionMethod.html#method_isDestructor","d":"

    Checks if method is a destructor

    "},{"t":"M","n":"ReflectionMethod::getClosure","p":"ReflectionMethod.html#method_getClosure","d":"

    Returns a dynamically created closure for the method

    "},{"t":"M","n":"ReflectionMethod::getModifiers","p":"ReflectionMethod.html#method_getModifiers","d":"

    Gets the method modifiers

    "},{"t":"M","n":"ReflectionMethod::invoke","p":"ReflectionMethod.html#method_invoke","d":"

    Invokes a reflected method.

    "},{"t":"M","n":"ReflectionMethod::invokeArgs","p":"ReflectionMethod.html#method_invokeArgs","d":"

    Invokes the reflected method and pass its arguments as array.

    "},{"t":"M","n":"ReflectionMethod::getDeclaringClass","p":"ReflectionMethod.html#method_getDeclaringClass","d":"

    Gets declaring class for the reflected method.

    "},{"t":"M","n":"ReflectionMethod::getPrototype","p":"ReflectionMethod.html#method_getPrototype","d":"

    Gets the method prototype (if there is one).

    "},{"t":"M","n":"ReflectionMethod::setAccessible","p":"ReflectionMethod.html#method_setAccessible","d":"

    Set method accessibility\nThis method is no-op starting from PHP 8.1

    "},{"t":"M","n":"ReflectionMethod::hasPrototype","p":"ReflectionMethod.html#method_hasPrototype","d":null},{"t":"M","n":"ReflectionMethod::createFromMethodName","p":"ReflectionMethod.html#method_createFromMethodName","d":""},{"t":"M","n":"ReflectionNamedType::getName","p":"ReflectionNamedType.html#method_getName","d":"

    Get the text of the type hint.

    "},{"t":"M","n":"ReflectionNamedType::isBuiltin","p":"ReflectionNamedType.html#method_isBuiltin","d":"

    Checks if it is a built-in type

    "},{"t":"M","n":"ReflectionObject::__construct","p":"ReflectionObject.html#method___construct","d":"

    Constructs a ReflectionObject

    "},{"t":"M","n":"ReflectionObject::export","p":"ReflectionObject.html#method_export","d":"Export"},{"t":"M","n":"ReflectionParameter::__construct","p":"ReflectionParameter.html#method___construct","d":"Construct"},{"t":"M","n":"ReflectionParameter::export","p":"ReflectionParameter.html#method_export","d":"Exports"},{"t":"M","n":"ReflectionParameter::__toString","p":"ReflectionParameter.html#method___toString","d":"

    Returns the string representation of the ReflectionParameter object.

    "},{"t":"M","n":"ReflectionParameter::getName","p":"ReflectionParameter.html#method_getName","d":"

    Gets parameter name

    "},{"t":"M","n":"ReflectionParameter::isPassedByReference","p":"ReflectionParameter.html#method_isPassedByReference","d":"

    Checks if passed by reference

    "},{"t":"M","n":"ReflectionParameter::canBePassedByValue","p":"ReflectionParameter.html#method_canBePassedByValue","d":"

    Returns whether this parameter can be passed by value

    "},{"t":"M","n":"ReflectionParameter::getDeclaringFunction","p":"ReflectionParameter.html#method_getDeclaringFunction","d":"

    Gets declaring function

    "},{"t":"M","n":"ReflectionParameter::getDeclaringClass","p":"ReflectionParameter.html#method_getDeclaringClass","d":"

    Gets declaring class

    "},{"t":"M","n":"ReflectionParameter::getClass","p":"ReflectionParameter.html#method_getClass","d":"

    Gets the class type hinted for the parameter as a ReflectionClass object.

    "},{"t":"M","n":"ReflectionParameter::hasType","p":"ReflectionParameter.html#method_hasType","d":"

    Checks if the parameter has a type associated with it.

    "},{"t":"M","n":"ReflectionParameter::getType","p":"ReflectionParameter.html#method_getType","d":"

    Gets a parameter's type

    "},{"t":"M","n":"ReflectionParameter::isArray","p":"ReflectionParameter.html#method_isArray","d":"

    Checks if parameter expects an array

    "},{"t":"M","n":"ReflectionParameter::isCallable","p":"ReflectionParameter.html#method_isCallable","d":"

    Returns whether parameter MUST be callable

    "},{"t":"M","n":"ReflectionParameter::allowsNull","p":"ReflectionParameter.html#method_allowsNull","d":"

    Checks if null is allowed

    "},{"t":"M","n":"ReflectionParameter::getPosition","p":"ReflectionParameter.html#method_getPosition","d":"

    Gets parameter position

    "},{"t":"M","n":"ReflectionParameter::isOptional","p":"ReflectionParameter.html#method_isOptional","d":"

    Checks if optional

    "},{"t":"M","n":"ReflectionParameter::isDefaultValueAvailable","p":"ReflectionParameter.html#method_isDefaultValueAvailable","d":"

    Checks if a default value is available

    "},{"t":"M","n":"ReflectionParameter::getDefaultValue","p":"ReflectionParameter.html#method_getDefaultValue","d":"

    Gets default parameter value

    "},{"t":"M","n":"ReflectionParameter::isDefaultValueConstant","p":"ReflectionParameter.html#method_isDefaultValueConstant","d":"

    Returns whether the default value of this parameter is constant

    "},{"t":"M","n":"ReflectionParameter::getDefaultValueConstantName","p":"ReflectionParameter.html#method_getDefaultValueConstantName","d":"

    Returns the default value's constant name if default value is constant or null

    "},{"t":"M","n":"ReflectionParameter::isVariadic","p":"ReflectionParameter.html#method_isVariadic","d":"

    Returns whether this function is variadic

    "},{"t":"M","n":"ReflectionParameter::isPromoted","p":"ReflectionParameter.html#method_isPromoted","d":"

    Returns information about whether the parameter is a promoted.

    "},{"t":"M","n":"ReflectionParameter::getAttributes","p":"ReflectionParameter.html#method_getAttributes","d":""},{"t":"M","n":"ReflectionProperty::__construct","p":"ReflectionProperty.html#method___construct","d":"

    Construct a ReflectionProperty object

    "},{"t":"M","n":"ReflectionProperty::export","p":"ReflectionProperty.html#method_export","d":"Export"},{"t":"M","n":"ReflectionProperty::__toString","p":"ReflectionProperty.html#method___toString","d":"

    To string

    "},{"t":"M","n":"ReflectionProperty::getName","p":"ReflectionProperty.html#method_getName","d":"

    Gets property name

    "},{"t":"M","n":"ReflectionProperty::getValue","p":"ReflectionProperty.html#method_getValue","d":"

    Gets value

    "},{"t":"M","n":"ReflectionProperty::setValue","p":"ReflectionProperty.html#method_setValue","d":"

    Set property value

    "},{"t":"M","n":"ReflectionProperty::isPublic","p":"ReflectionProperty.html#method_isPublic","d":"

    Checks if property is public

    "},{"t":"M","n":"ReflectionProperty::isPrivate","p":"ReflectionProperty.html#method_isPrivate","d":"

    Checks if property is private

    "},{"t":"M","n":"ReflectionProperty::isProtected","p":"ReflectionProperty.html#method_isProtected","d":"

    Checks if property is protected

    "},{"t":"M","n":"ReflectionProperty::isStatic","p":"ReflectionProperty.html#method_isStatic","d":"

    Checks if property is static

    "},{"t":"M","n":"ReflectionProperty::isDefault","p":"ReflectionProperty.html#method_isDefault","d":"

    Checks if default value

    "},{"t":"M","n":"ReflectionProperty::getModifiers","p":"ReflectionProperty.html#method_getModifiers","d":"

    Gets modifiers

    "},{"t":"M","n":"ReflectionProperty::getDeclaringClass","p":"ReflectionProperty.html#method_getDeclaringClass","d":"

    Gets declaring class

    "},{"t":"M","n":"ReflectionProperty::getDocComment","p":"ReflectionProperty.html#method_getDocComment","d":"

    Gets doc comment

    "},{"t":"M","n":"ReflectionProperty::setAccessible","p":"ReflectionProperty.html#method_setAccessible","d":"

    Set property accessibility\nThis method is no-op starting from PHP 8.1

    "},{"t":"M","n":"ReflectionProperty::getType","p":"ReflectionProperty.html#method_getType","d":"

    Gets property type

    "},{"t":"M","n":"ReflectionProperty::hasType","p":"ReflectionProperty.html#method_hasType","d":"

    Checks if property has type

    "},{"t":"M","n":"ReflectionProperty::isInitialized","p":"ReflectionProperty.html#method_isInitialized","d":"

    Checks if property is initialized

    "},{"t":"M","n":"ReflectionProperty::isPromoted","p":"ReflectionProperty.html#method_isPromoted","d":"

    Returns information about whether the property was promoted.

    "},{"t":"M","n":"ReflectionProperty::hasDefaultValue","p":"ReflectionProperty.html#method_hasDefaultValue","d":""},{"t":"M","n":"ReflectionProperty::getDefaultValue","p":"ReflectionProperty.html#method_getDefaultValue","d":""},{"t":"M","n":"ReflectionProperty::getAttributes","p":"ReflectionProperty.html#method_getAttributes","d":""},{"t":"M","n":"ReflectionProperty::isReadOnly","p":"ReflectionProperty.html#method_isReadOnly","d":""},{"t":"M","n":"ReflectionProperty::getRawValue","p":"ReflectionProperty.html#method_getRawValue","d":""},{"t":"M","n":"ReflectionProperty::setRawValue","p":"ReflectionProperty.html#method_setRawValue","d":""},{"t":"M","n":"ReflectionProperty::isAbstract","p":"ReflectionProperty.html#method_isAbstract","d":""},{"t":"M","n":"ReflectionProperty::isVirtual","p":"ReflectionProperty.html#method_isVirtual","d":""},{"t":"M","n":"ReflectionProperty::getSettableType","p":"ReflectionProperty.html#method_getSettableType","d":""},{"t":"M","n":"ReflectionProperty::hasHooks","p":"ReflectionProperty.html#method_hasHooks","d":""},{"t":"M","n":"ReflectionProperty::getHooks","p":"ReflectionProperty.html#method_getHooks","d":""},{"t":"M","n":"ReflectionProperty::hasHook","p":"ReflectionProperty.html#method_hasHook","d":""},{"t":"M","n":"ReflectionProperty::getHook","p":"ReflectionProperty.html#method_getHook","d":""},{"t":"M","n":"ReflectionProperty::isPrivateSet","p":"ReflectionProperty.html#method_isPrivateSet","d":""},{"t":"M","n":"ReflectionProperty::isProtectedSet","p":"ReflectionProperty.html#method_isProtectedSet","d":""},{"t":"M","n":"ReflectionProperty::setRawValueWithoutLazyInitialization","p":"ReflectionProperty.html#method_setRawValueWithoutLazyInitialization","d":""},{"t":"M","n":"ReflectionProperty::skipLazyInitialization","p":"ReflectionProperty.html#method_skipLazyInitialization","d":""},{"t":"M","n":"ReflectionProperty::isDynamic","p":"ReflectionProperty.html#method_isDynamic","d":""},{"t":"M","n":"ReflectionProperty::isFinal","p":"ReflectionProperty.html#method_isFinal","d":""},{"t":"M","n":"ReflectionProperty::isLazy","p":"ReflectionProperty.html#method_isLazy","d":""},{"t":"M","n":"ReflectionReference::fromArrayElement","p":"ReflectionReference.html#method_fromArrayElement","d":"

    Returns ReflectionReference if array element is a reference, {null} otherwise

    "},{"t":"M","n":"ReflectionReference::getId","p":"ReflectionReference.html#method_getId","d":"

    Returns unique identifier for the reference. The return value format is unspecified

    "},{"t":"M","n":"ReflectionType::allowsNull","p":"ReflectionType.html#method_allowsNull","d":"

    Checks if null is allowed

    "},{"t":"M","n":"ReflectionType::isBuiltin","p":"ReflectionType.html#method_isBuiltin","d":"

    Checks if it is a built-in type

    "},{"t":"M","n":"ReflectionType::__toString","p":"ReflectionType.html#method___toString","d":"

    To string

    "},{"t":"M","n":"ReflectionUnionType::getTypes","p":"ReflectionUnionType.html#method_getTypes","d":"

    Get list of types of union type

    "},{"t":"M","n":"ReflectionZendExtension::__construct","p":"ReflectionZendExtension.html#method___construct","d":"

    Constructs a ReflectionZendExtension object

    "},{"t":"M","n":"ReflectionZendExtension::export","p":"ReflectionZendExtension.html#method_export","d":"

    Exports a reflected zend extension.

    "},{"t":"M","n":"ReflectionZendExtension::__toString","p":"ReflectionZendExtension.html#method___toString","d":"

    To string handler

    "},{"t":"M","n":"ReflectionZendExtension::getName","p":"ReflectionZendExtension.html#method_getName","d":"

    Gets name

    "},{"t":"M","n":"ReflectionZendExtension::getVersion","p":"ReflectionZendExtension.html#method_getVersion","d":"

    Gets version

    "},{"t":"M","n":"ReflectionZendExtension::getAuthor","p":"ReflectionZendExtension.html#method_getAuthor","d":"

    Gets author

    "},{"t":"M","n":"ReflectionZendExtension::getURL","p":"ReflectionZendExtension.html#method_getURL","d":"

    Gets URL

    "},{"t":"M","n":"ReflectionZendExtension::getCopyright","p":"ReflectionZendExtension.html#method_getCopyright","d":"

    Gets copyright

    "},{"t":"M","n":"Reflector::export","p":"Reflector.html#method_export","d":"

    Exports a class.

    "},{"t":"M","n":"Reflector::__toString","p":"Reflector.html#method___toString","d":"

    Returns the string representation of any Reflection object.

    "},{"t":"M","n":"RegexIterator::__construct","p":"RegexIterator.html#method___construct","d":"

    Create a new RegexIterator

    "},{"t":"M","n":"RegexIterator::accept","p":"RegexIterator.html#method_accept","d":"

    Get accept status

    "},{"t":"M","n":"RegexIterator::getMode","p":"RegexIterator.html#method_getMode","d":"

    Returns operation mode.

    "},{"t":"M","n":"RegexIterator::setMode","p":"RegexIterator.html#method_setMode","d":"

    Sets the operation mode.

    "},{"t":"M","n":"RegexIterator::getFlags","p":"RegexIterator.html#method_getFlags","d":"

    Get flags

    "},{"t":"M","n":"RegexIterator::setFlags","p":"RegexIterator.html#method_setFlags","d":"

    Sets the flags.

    "},{"t":"M","n":"RegexIterator::getRegex","p":"RegexIterator.html#method_getRegex","d":"

    Returns current regular expression

    "},{"t":"M","n":"RegexIterator::getPregFlags","p":"RegexIterator.html#method_getPregFlags","d":"

    Returns the regular expression flags.

    "},{"t":"M","n":"RegexIterator::setPregFlags","p":"RegexIterator.html#method_setPregFlags","d":"

    Sets the regular expression flags.

    "},{"t":"M","n":"Relay\\Cluster::__construct","p":"Relay/Cluster.html#method___construct","d":"

    Create a cluster object.

    "},{"t":"M","n":"Relay\\Cluster::_compress","p":"Relay/Cluster.html#method__compress","d":"

    Compress data with Relay's currently configured compression algorithm.

    "},{"t":"M","n":"Relay\\Cluster::idleTime","p":"Relay/Cluster.html#method_idleTime","d":"

    Returns the number of milliseoconds since Relay has received a reply from the cluster.

    "},{"t":"M","n":"Relay\\Cluster::_getKeys","p":"Relay/Cluster.html#method__getKeys","d":"

    Returns an array of endpoints along with each of their keys cached in runtime memory.

    "},{"t":"M","n":"Relay\\Cluster::_masters","p":"Relay/Cluster.html#method__masters","d":"

    Return a list of master nodes

    "},{"t":"M","n":"Relay\\Cluster::_pack","p":"Relay/Cluster.html#method__pack","d":"

    Returns the serialized and compressed value.

    "},{"t":"M","n":"Relay\\Cluster::_prefix","p":"Relay/Cluster.html#method__prefix","d":"

    Returns the value with the prefix.

    "},{"t":"M","n":"Relay\\Cluster::_serialize","p":"Relay/Cluster.html#method__serialize","d":"

    Returns the serialized value.

    "},{"t":"M","n":"Relay\\Cluster::_uncompress","p":"Relay/Cluster.html#method__uncompress","d":"

    Uncompress data with Relay's currently configured compression algorithm.

    "},{"t":"M","n":"Relay\\Cluster::_unpack","p":"Relay/Cluster.html#method__unpack","d":"

    Returns the unserialized and decompressed value.

    "},{"t":"M","n":"Relay\\Cluster::_unserialize","p":"Relay/Cluster.html#method__unserialize","d":"

    Returns the unserialized value.

    "},{"t":"M","n":"Relay\\Cluster::acl","p":"Relay/Cluster.html#method_acl","d":"

    Interact with Redis' ACLs

    "},{"t":"M","n":"Relay\\Cluster::addAllowPatterns","p":"Relay/Cluster.html#method_addAllowPatterns","d":"

    Adds allow pattern(s). Only matching keys will be cached in memory.

    "},{"t":"M","n":"Relay\\Cluster::addIgnorePatterns","p":"Relay/Cluster.html#method_addIgnorePatterns","d":"

    Adds ignore pattern(s). Matching keys will not be cached in memory.

    "},{"t":"M","n":"Relay\\Cluster::append","p":"Relay/Cluster.html#method_append","d":"

    If key already exists and is a string, this command appends\nthe value at the end of the string. If key does not exist\nit is created and set as an empty string, so APPEND will\nbe similar to SET in this special case.

    "},{"t":"M","n":"Relay\\Cluster::bgrewriteaof","p":"Relay/Cluster.html#method_bgrewriteaof","d":"

    Asynchronously rewrite the append-only file.

    "},{"t":"M","n":"Relay\\Cluster::waitaof","p":"Relay/Cluster.html#method_waitaof","d":"

    Paus the client until sufficient local and/or remote AOF data has been flushed to disk.

    "},{"t":"M","n":"Relay\\Cluster::bgsave","p":"Relay/Cluster.html#method_bgsave","d":"

    Asynchronously save the dataset to disk.

    "},{"t":"M","n":"Relay\\Cluster::bitcount","p":"Relay/Cluster.html#method_bitcount","d":"

    Count the number of set bits (population counting) in a string.

    "},{"t":"M","n":"Relay\\Cluster::bitop","p":"Relay/Cluster.html#method_bitop","d":"

    Perform a bitwise operation on one or more keys, storing the result in a new key.

    "},{"t":"M","n":"Relay\\Cluster::bitpos","p":"Relay/Cluster.html#method_bitpos","d":"

    Return the position of the first bit set to 1 or 0 in a string.

    "},{"t":"M","n":"Relay\\Cluster::blmove","p":"Relay/Cluster.html#method_blmove","d":"

    BLMOVE is the blocking variant of LMOVE. When source contains elements,\nthis command behaves exactly like LMOVE. When used inside a\nMULTI/EXEC block, this command behaves exactly like LMOVE.

    "},{"t":"M","n":"Relay\\Cluster::blmpop","p":"Relay/Cluster.html#method_blmpop","d":"

    Pop elements from a list, or block until one is available

    "},{"t":"M","n":"Relay\\Cluster::blpop","p":"Relay/Cluster.html#method_blpop","d":"

    BLPOP is a blocking list pop primitive. It is the blocking version of LPOP because\nit blocks the connection when there are no elements to pop from any of the given lists.

    "},{"t":"M","n":"Relay\\Cluster::brpop","p":"Relay/Cluster.html#method_brpop","d":"

    BRPOP is a blocking list pop primitive. It is the blocking version of RPOP because\nit blocks the connection when there are no elements to pop from any of the given lists.

    "},{"t":"M","n":"Relay\\Cluster::brpoplpush","p":"Relay/Cluster.html#method_brpoplpush","d":"

    Atomically returns and removes the last element (tail) of the list stored at source,\nand pushes the element at the first element (head) of the list stored at destination.

    "},{"t":"M","n":"Relay\\Cluster::bzmpop","p":"Relay/Cluster.html#method_bzmpop","d":"

    Remove and return members with scores in a sorted set or block until one is available

    "},{"t":"M","n":"Relay\\Cluster::bzpopmax","p":"Relay/Cluster.html#method_bzpopmax","d":"

    BZPOPMAX is the blocking variant of the sorted set ZPOPMAX primitive.

    "},{"t":"M","n":"Relay\\Cluster::bzpopmin","p":"Relay/Cluster.html#method_bzpopmin","d":"

    BZPOPMIN is the blocking variant of the sorted set ZPOPMIN primitive.

    "},{"t":"M","n":"Relay\\Cluster::clearLastError","p":"Relay/Cluster.html#method_clearLastError","d":"

    Clears the last error that is set, if any.

    "},{"t":"M","n":"Relay\\Cluster::clearTransferredBytes","p":"Relay/Cluster.html#method_clearTransferredBytes","d":""},{"t":"M","n":"Relay\\Cluster::client","p":"Relay/Cluster.html#method_client","d":"

    Executes CLIENT command operations.

    "},{"t":"M","n":"Relay\\Cluster::close","p":"Relay/Cluster.html#method_close","d":"

    Closes the current connection, if it's persistent.

    "},{"t":"M","n":"Relay\\Cluster::cluster","p":"Relay/Cluster.html#method_cluster","d":"

    Executes CLUSTER command operations.

    "},{"t":"M","n":"Relay\\Cluster::config","p":"Relay/Cluster.html#method_config","d":"

    This is a container command for runtime configuration commands.

    "},{"t":"M","n":"Relay\\Cluster::command","p":"Relay/Cluster.html#method_command","d":"

    Return an array with details about every Redis command.

    "},{"t":"M","n":"Relay\\Cluster::copy","p":"Relay/Cluster.html#method_copy","d":"

    This command copies the value stored at the source key to the destination key.

    "},{"t":"M","n":"Relay\\Cluster::dbsize","p":"Relay/Cluster.html#method_dbsize","d":"

    Returns the number of keys in the currently-selected database.

    "},{"t":"M","n":"Relay\\Cluster::decr","p":"Relay/Cluster.html#method_decr","d":"

    Decrements the number stored at key by one.

    "},{"t":"M","n":"Relay\\Cluster::decrby","p":"Relay/Cluster.html#method_decrby","d":"

    Decrements the number stored at key by decrement.

    "},{"t":"M","n":"Relay\\Cluster::del","p":"Relay/Cluster.html#method_del","d":"

    Removes the specified keys.

    "},{"t":"M","n":"Relay\\Cluster::discard","p":"Relay/Cluster.html#method_discard","d":"

    Flushes all previously queued commands in a transaction and restores the connection state to normal.

    "},{"t":"M","n":"Relay\\Cluster::dispatchEvents","p":"Relay/Cluster.html#method_dispatchEvents","d":"

    Dispatches all pending events.

    "},{"t":"M","n":"Relay\\Cluster::dump","p":"Relay/Cluster.html#method_dump","d":"

    Serialize and return the value stored at key in a Redis-specific format.

    "},{"t":"M","n":"Relay\\Cluster::echo","p":"Relay/Cluster.html#method_echo","d":"

    Asks Redis to echo back the provided string.

    "},{"t":"M","n":"Relay\\Cluster::endpointId","p":"Relay/Cluster.html#method_endpointId","d":"

    Returns the connection's endpoint identifier.

    "},{"t":"M","n":"Relay\\Cluster::eval","p":"Relay/Cluster.html#method_eval","d":"

    Evaluate script using the Lua interpreter.

    "},{"t":"M","n":"Relay\\Cluster::eval_ro","p":"Relay/Cluster.html#method_eval_ro","d":"

    Evaluate script using the Lua interpreter. This is just the "read-only" variant of EVAL\nmeaning it can be run on read-only replicas.

    "},{"t":"M","n":"Relay\\Cluster::evalsha","p":"Relay/Cluster.html#method_evalsha","d":"

    Evaluates a script cached on the server-side by its SHA1 digest.

    "},{"t":"M","n":"Relay\\Cluster::evalsha_ro","p":"Relay/Cluster.html#method_evalsha_ro","d":"

    Evaluates a script cached on the server-side by its SHA1 digest. This is just the "read-only" variant\nof EVALSHA meaning it can be run on read-only replicas.

    "},{"t":"M","n":"Relay\\Cluster::exec","p":"Relay/Cluster.html#method_exec","d":"

    Executes all previously queued commands in a transaction and restores the connection state to normal.

    "},{"t":"M","n":"Relay\\Cluster::exists","p":"Relay/Cluster.html#method_exists","d":"

    Returns if key(s) exists.

    "},{"t":"M","n":"Relay\\Cluster::expire","p":"Relay/Cluster.html#method_expire","d":"

    Set a timeout on key.

    "},{"t":"M","n":"Relay\\Cluster::expireat","p":"Relay/Cluster.html#method_expireat","d":"

    Set a timeout on key using a unix timestamp.

    "},{"t":"M","n":"Relay\\Cluster::expiretime","p":"Relay/Cluster.html#method_expiretime","d":"

    Returns the absolute Unix timestamp in seconds at which the given key will expire.

    "},{"t":"M","n":"Relay\\Cluster::flushMemory","p":"Relay/Cluster.html#method_flushMemory","d":""},{"t":"M","n":"Relay\\Cluster::flushall","p":"Relay/Cluster.html#method_flushall","d":"

    Deletes all the keys of all the existing databases, not just the currently selected one.

    "},{"t":"M","n":"Relay\\Cluster::flushdb","p":"Relay/Cluster.html#method_flushdb","d":"

    Deletes all the keys of the currently selected database.

    "},{"t":"M","n":"Relay\\Cluster::geoadd","p":"Relay/Cluster.html#method_geoadd","d":"

    Add one or more members to a geospacial sorted set

    "},{"t":"M","n":"Relay\\Cluster::geodist","p":"Relay/Cluster.html#method_geodist","d":"

    Get the distance between two members of a geospacially encoded sorted set.

    "},{"t":"M","n":"Relay\\Cluster::geohash","p":"Relay/Cluster.html#method_geohash","d":"

    Retrieve one or more GeoHash encoded strings for members of the set.

    "},{"t":"M","n":"Relay\\Cluster::geopos","p":"Relay/Cluster.html#method_geopos","d":"

    Return the positions (longitude,latitude) of all the specified members\nof the geospatial index represented by the sorted set at key.

    "},{"t":"M","n":"Relay\\Cluster::georadius","p":"Relay/Cluster.html#method_georadius","d":"

    Retrieve members of a geospacially sorted set that are within a certain radius of a location.

    "},{"t":"M","n":"Relay\\Cluster::georadius_ro","p":"Relay/Cluster.html#method_georadius_ro","d":"

    Retrieve members of a geospacially sorted set that are within a certain radius of a location.

    "},{"t":"M","n":"Relay\\Cluster::georadiusbymember","p":"Relay/Cluster.html#method_georadiusbymember","d":"

    Similar to GEORADIUS except it uses a member as the center of the query.

    "},{"t":"M","n":"Relay\\Cluster::georadiusbymember_ro","p":"Relay/Cluster.html#method_georadiusbymember_ro","d":"

    Similar to GEORADIUS except it uses a member as the center of the query.

    "},{"t":"M","n":"Relay\\Cluster::geosearch","p":"Relay/Cluster.html#method_geosearch","d":"

    Search a geospacial sorted set for members in various ways.

    "},{"t":"M","n":"Relay\\Cluster::geosearchstore","p":"Relay/Cluster.html#method_geosearchstore","d":"

    Search a geospacial sorted set for members within a given area or range, storing the results into\na new set.

    "},{"t":"M","n":"Relay\\Cluster::get","p":"Relay/Cluster.html#method_get","d":"

    Get the value of key.

    "},{"t":"M","n":"Relay\\Cluster::getbit","p":"Relay/Cluster.html#method_getbit","d":"

    Returns the bit value at offset in the string value stored at key.

    "},{"t":"M","n":"Relay\\Cluster::getex","p":"Relay/Cluster.html#method_getex","d":"

    Get the value of key and optionally set its expiration.

    "},{"t":"M","n":"Relay\\Cluster::getLastError","p":"Relay/Cluster.html#method_getLastError","d":"

    Returns the last error message, if any.

    "},{"t":"M","n":"Relay\\Cluster::getMode","p":"Relay/Cluster.html#method_getMode","d":"

    Get the mode Relay is currently in.

    "},{"t":"M","n":"Relay\\Cluster::getOption","p":"Relay/Cluster.html#method_getOption","d":"

    Returns a client option.

    "},{"t":"M","n":"Relay\\Cluster::getTransferredBytes","p":"Relay/Cluster.html#method_getTransferredBytes","d":""},{"t":"M","n":"Relay\\Cluster::getrange","p":"Relay/Cluster.html#method_getrange","d":"

    Returns the substring of the string value stored at key,\ndetermined by the offsets start and end (both are inclusive).

    "},{"t":"M","n":"Relay\\Cluster::getset","p":"Relay/Cluster.html#method_getset","d":"

    Atomically sets key to value and returns the old value stored at key.

    "},{"t":"M","n":"Relay\\Cluster::hdel","p":"Relay/Cluster.html#method_hdel","d":"

    Removes the specified fields from the hash stored at key.

    "},{"t":"M","n":"Relay\\Cluster::hexists","p":"Relay/Cluster.html#method_hexists","d":"

    Returns if field is an existing field in the hash stored at key.

    "},{"t":"M","n":"Relay\\Cluster::hget","p":"Relay/Cluster.html#method_hget","d":"

    Returns the value associated with field in the hash stored at key.

    "},{"t":"M","n":"Relay\\Cluster::hgetall","p":"Relay/Cluster.html#method_hgetall","d":"

    Returns all fields and values of the hash stored at key.

    "},{"t":"M","n":"Relay\\Cluster::hincrby","p":"Relay/Cluster.html#method_hincrby","d":"

    Increments the number stored at field in the hash stored at key by increment.

    "},{"t":"M","n":"Relay\\Cluster::hincrbyfloat","p":"Relay/Cluster.html#method_hincrbyfloat","d":"

    Increment the specified field of a hash stored at key, and representing\na floating point number, by the specified increment.

    "},{"t":"M","n":"Relay\\Cluster::hkeys","p":"Relay/Cluster.html#method_hkeys","d":"

    Returns all field names in the hash stored at key.

    "},{"t":"M","n":"Relay\\Cluster::hlen","p":"Relay/Cluster.html#method_hlen","d":"

    Returns the number of fields contained in the hash stored at $key.

    "},{"t":"M","n":"Relay\\Cluster::hmget","p":"Relay/Cluster.html#method_hmget","d":"

    Returns the values associated with the specified fields in the hash stored at key.

    "},{"t":"M","n":"Relay\\Cluster::hmset","p":"Relay/Cluster.html#method_hmset","d":"

    Sets the specified fields to their respective values in the hash stored at key.

    "},{"t":"M","n":"Relay\\Cluster::hrandfield","p":"Relay/Cluster.html#method_hrandfield","d":"

    When called with just the key argument, return a random field from the hash value stored at key.

    "},{"t":"M","n":"Relay\\Cluster::hscan","p":"Relay/Cluster.html#method_hscan","d":"

    Iterates fields of Hash types and their associated values.

    "},{"t":"M","n":"Relay\\Cluster::hset","p":"Relay/Cluster.html#method_hset","d":"

    Sets field in the hash stored at key to value.

    "},{"t":"M","n":"Relay\\Cluster::hsetnx","p":"Relay/Cluster.html#method_hsetnx","d":"

    Sets field in the hash stored at key to value, only if field does not yet exist.

    "},{"t":"M","n":"Relay\\Cluster::hstrlen","p":"Relay/Cluster.html#method_hstrlen","d":"

    Returns the string length of the value associated with field in the hash stored at key.

    "},{"t":"M","n":"Relay\\Cluster::hvals","p":"Relay/Cluster.html#method_hvals","d":"

    Returns all values in the hash stored at key.

    "},{"t":"M","n":"Relay\\Cluster::incr","p":"Relay/Cluster.html#method_incr","d":"

    Increments the number stored at key by one.

    "},{"t":"M","n":"Relay\\Cluster::incrby","p":"Relay/Cluster.html#method_incrby","d":"

    Increments the number stored at key by increment.

    "},{"t":"M","n":"Relay\\Cluster::incrbyfloat","p":"Relay/Cluster.html#method_incrbyfloat","d":"

    Increment the string representing a floating point number stored at key by the specified increment.

    "},{"t":"M","n":"Relay\\Cluster::info","p":"Relay/Cluster.html#method_info","d":"

    The INFO command returns information and statistics about Redis in a format\nthat is simple to parse by computers and easy to read by humans.

    "},{"t":"M","n":"Relay\\Cluster::keys","p":"Relay/Cluster.html#method_keys","d":"

    Returns all keys matching pattern.

    "},{"t":"M","n":"Relay\\Cluster::lastsave","p":"Relay/Cluster.html#method_lastsave","d":"

    Returns the UNIX time stamp of the last successful save to disk.

    "},{"t":"M","n":"Relay\\Cluster::lcs","p":"Relay/Cluster.html#method_lcs","d":"

    Get the longest common subsequence between two string keys.

    "},{"t":"M","n":"Relay\\Cluster::lindex","p":"Relay/Cluster.html#method_lindex","d":"

    Returns the element at index index in the list stored at key.

    "},{"t":"M","n":"Relay\\Cluster::linsert","p":"Relay/Cluster.html#method_linsert","d":"

    Inserts element in the list stored at key either before or after the reference value pivot.

    "},{"t":"M","n":"Relay\\Cluster::listen","p":"Relay/Cluster.html#method_listen","d":"

    Registers a new event listener.

    "},{"t":"M","n":"Relay\\Cluster::llen","p":"Relay/Cluster.html#method_llen","d":"

    Returns the length of the list stored at $key.

    "},{"t":"M","n":"Relay\\Cluster::lmove","p":"Relay/Cluster.html#method_lmove","d":"

    Atomically returns and removes the first/last element of the list\nstored at source, and pushes the element at the first/last\nelement of the list stored at destination.

    "},{"t":"M","n":"Relay\\Cluster::lmpop","p":"Relay/Cluster.html#method_lmpop","d":"

    Pops one or more elements from the first non-empty list key from the list of provided key names.

    "},{"t":"M","n":"Relay\\Cluster::lpop","p":"Relay/Cluster.html#method_lpop","d":"

    Removes and returns the first elements of the list stored at key.

    "},{"t":"M","n":"Relay\\Cluster::lpos","p":"Relay/Cluster.html#method_lpos","d":"

    The command returns the index of matching elements inside a Redis list.

    "},{"t":"M","n":"Relay\\Cluster::lpush","p":"Relay/Cluster.html#method_lpush","d":"

    Insert all the specified values at the head of the list stored at key.

    "},{"t":"M","n":"Relay\\Cluster::lpushx","p":"Relay/Cluster.html#method_lpushx","d":"

    Inserts specified values at the head of the list stored at key,\nonly if key already exists and holds a list.

    "},{"t":"M","n":"Relay\\Cluster::lrange","p":"Relay/Cluster.html#method_lrange","d":"

    Returns the specified elements of the list stored at key.

    "},{"t":"M","n":"Relay\\Cluster::lrem","p":"Relay/Cluster.html#method_lrem","d":"

    Removes the first count occurrences of elements equal to element from the list stored at key.

    "},{"t":"M","n":"Relay\\Cluster::lset","p":"Relay/Cluster.html#method_lset","d":"

    Sets the list element at index to element.

    "},{"t":"M","n":"Relay\\Cluster::ltrim","p":"Relay/Cluster.html#method_ltrim","d":"

    Trim an existing list so that it will contain only the specified range of elements specified.

    "},{"t":"M","n":"Relay\\Cluster::maxMemory","p":"Relay/Cluster.html#method_maxMemory","d":"

    Returns the number of bytes allocated, or 0 in client-only mode.

    "},{"t":"M","n":"Relay\\Cluster::mget","p":"Relay/Cluster.html#method_mget","d":"

    Returns the values of all specified keys.

    "},{"t":"M","n":"Relay\\Cluster::mset","p":"Relay/Cluster.html#method_mset","d":"

    Sets the given keys to their respective values.

    "},{"t":"M","n":"Relay\\Cluster::msetnx","p":"Relay/Cluster.html#method_msetnx","d":"

    Sets the given keys to their respective values.

    "},{"t":"M","n":"Relay\\Cluster::multi","p":"Relay/Cluster.html#method_multi","d":"

    Marks the start of a transaction block. Subsequent commands will be queued for atomic execution using EXEC.

    "},{"t":"M","n":"Relay\\Cluster::object","p":"Relay/Cluster.html#method_object","d":"

    This is a container command for object introspection commands.

    "},{"t":"M","n":"Relay\\Cluster::onFlushed","p":"Relay/Cluster.html#method_onFlushed","d":"

    Registers a new flushed event listener.

    "},{"t":"M","n":"Relay\\Cluster::onInvalidated","p":"Relay/Cluster.html#method_onInvalidated","d":"

    Registers a new invalidated event listener.

    "},{"t":"M","n":"Relay\\Cluster::persist","p":"Relay/Cluster.html#method_persist","d":"

    Remove the existing timeout on key, turning the key from volatile to persistent.

    "},{"t":"M","n":"Relay\\Cluster::pexpire","p":"Relay/Cluster.html#method_pexpire","d":"

    Set a key's time to live in milliseconds.

    "},{"t":"M","n":"Relay\\Cluster::pexpireat","p":"Relay/Cluster.html#method_pexpireat","d":"

    Set the expiration for a key as a UNIX timestamp specified in milliseconds.

    "},{"t":"M","n":"Relay\\Cluster::pexpiretime","p":"Relay/Cluster.html#method_pexpiretime","d":"

    Semantic the same as EXPIRETIME, but returns the absolute Unix expiration\ntimestamp in milliseconds instead of seconds.

    "},{"t":"M","n":"Relay\\Cluster::pfadd","p":"Relay/Cluster.html#method_pfadd","d":"

    Adds the specified elements to the specified HyperLogLog.

    "},{"t":"M","n":"Relay\\Cluster::pfcount","p":"Relay/Cluster.html#method_pfcount","d":"

    Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).

    "},{"t":"M","n":"Relay\\Cluster::pfmerge","p":"Relay/Cluster.html#method_pfmerge","d":"

    Merge given HyperLogLogs into a single one.

    "},{"t":"M","n":"Relay\\Cluster::ping","p":"Relay/Cluster.html#method_ping","d":"

    Returns PONG if no argument is provided, otherwise return a copy of the argument as a bulk.

    "},{"t":"M","n":"Relay\\Cluster::psetex","p":"Relay/Cluster.html#method_psetex","d":"

    Set key to hold the string value and set key to timeout after a given number of milliseconds.

    "},{"t":"M","n":"Relay\\Cluster::psubscribe","p":"Relay/Cluster.html#method_psubscribe","d":"

    Subscribes to the given patterns.

    "},{"t":"M","n":"Relay\\Cluster::pttl","p":"Relay/Cluster.html#method_pttl","d":"

    Returns the remaining time to live of a key that has a timeout in milliseconds.

    "},{"t":"M","n":"Relay\\Cluster::publish","p":"Relay/Cluster.html#method_publish","d":"

    Posts a message to the given channel.

    "},{"t":"M","n":"Relay\\Cluster::pubsub","p":"Relay/Cluster.html#method_pubsub","d":"

    A container command for Pub/Sub introspection commands.

    "},{"t":"M","n":"Relay\\Cluster::punsubscribe","p":"Relay/Cluster.html#method_punsubscribe","d":"

    Unsubscribes from the given patterns, or from all of them if none is given.

    "},{"t":"M","n":"Relay\\Cluster::randomkey","p":"Relay/Cluster.html#method_randomkey","d":"

    Returns a random key from Redis.

    "},{"t":"M","n":"Relay\\Cluster::rawCommand","p":"Relay/Cluster.html#method_rawCommand","d":"

    Execute any command against Redis, without applying\nthe prefix, compression and serialization.

    "},{"t":"M","n":"Relay\\Cluster::rename","p":"Relay/Cluster.html#method_rename","d":"

    Renames key.

    "},{"t":"M","n":"Relay\\Cluster::renamenx","p":"Relay/Cluster.html#method_renamenx","d":"

    Renames key if the new key does not yet exist.

    "},{"t":"M","n":"Relay\\Cluster::restore","p":"Relay/Cluster.html#method_restore","d":"

    Create a key associated with a value that is obtained by deserializing the provided serialized value.

    "},{"t":"M","n":"Relay\\Cluster::role","p":"Relay/Cluster.html#method_role","d":"

    Returns the role of the instance in the context of replication.

    "},{"t":"M","n":"Relay\\Cluster::rpop","p":"Relay/Cluster.html#method_rpop","d":"

    Removes and returns the last elements of the list stored at key.

    "},{"t":"M","n":"Relay\\Cluster::rpoplpush","p":"Relay/Cluster.html#method_rpoplpush","d":"

    Atomically returns and removes the last element (tail) of the list stored at source,\nand pushes the element at the first element (head) of the list stored at destination.

    "},{"t":"M","n":"Relay\\Cluster::rpush","p":"Relay/Cluster.html#method_rpush","d":"

    Insert all the specified values at the tail of the list stored at key.

    "},{"t":"M","n":"Relay\\Cluster::rpushx","p":"Relay/Cluster.html#method_rpushx","d":"

    Inserts specified values at the tail of the list stored at key,\nonly if key already exists and holds a list.

    "},{"t":"M","n":"Relay\\Cluster::sadd","p":"Relay/Cluster.html#method_sadd","d":"

    Add the specified members to the set stored at $key.

    "},{"t":"M","n":"Relay\\Cluster::save","p":"Relay/Cluster.html#method_save","d":"

    Synchronously save the dataset to disk.

    "},{"t":"M","n":"Relay\\Cluster::scan","p":"Relay/Cluster.html#method_scan","d":"

    Scan the keyspace for matching keys.

    "},{"t":"M","n":"Relay\\Cluster::scard","p":"Relay/Cluster.html#method_scard","d":"

    Returns the set cardinality (number of elements) of the set stored at $key.

    "},{"t":"M","n":"Relay\\Cluster::script","p":"Relay/Cluster.html#method_script","d":"

    Execute a script management command.

    "},{"t":"M","n":"Relay\\Cluster::sdiff","p":"Relay/Cluster.html#method_sdiff","d":"

    Returns the members of the set resulting from the difference between the first set and all the successive sets.

    "},{"t":"M","n":"Relay\\Cluster::sdiffstore","p":"Relay/Cluster.html#method_sdiffstore","d":"

    This command is equal to SDIFF, but instead of returning the resulting set, it is stored in destination.

    "},{"t":"M","n":"Relay\\Cluster::set","p":"Relay/Cluster.html#method_set","d":"

    Set key to hold the string value. If key already holds\na value, it is overwritten, regardless of its type.

    "},{"t":"M","n":"Relay\\Cluster::setOption","p":"Relay/Cluster.html#method_setOption","d":"

    Sets a client option.

    "},{"t":"M","n":"Relay\\Cluster::setbit","p":"Relay/Cluster.html#method_setbit","d":"

    Sets or clears the bit at offset in the string value stored at key.

    "},{"t":"M","n":"Relay\\Cluster::setex","p":"Relay/Cluster.html#method_setex","d":"

    Set key to hold the string value and set key to timeout after a given number of seconds.

    "},{"t":"M","n":"Relay\\Cluster::setnx","p":"Relay/Cluster.html#method_setnx","d":"

    Set key to hold string value if key does not exist. In that case, it is equal to SET.

    "},{"t":"M","n":"Relay\\Cluster::setrange","p":"Relay/Cluster.html#method_setrange","d":"

    Overwrites part of the string stored at key, starting at\nthe specified offset, for the entire length of value.

    "},{"t":"M","n":"Relay\\Cluster::sinter","p":"Relay/Cluster.html#method_sinter","d":"

    Returns the members of the set resulting from the intersection of all the given sets.

    "},{"t":"M","n":"Relay\\Cluster::sintercard","p":"Relay/Cluster.html#method_sintercard","d":"

    Intersect multiple sets and return the cardinality of the result.

    "},{"t":"M","n":"Relay\\Cluster::sinterstore","p":"Relay/Cluster.html#method_sinterstore","d":"

    This command is equal to SINTER, but instead of returning the resulting set, it is stored in destination.

    "},{"t":"M","n":"Relay\\Cluster::sismember","p":"Relay/Cluster.html#method_sismember","d":"

    Returns if $member is a member of the set stored at $key.

    "},{"t":"M","n":"Relay\\Cluster::slowlog","p":"Relay/Cluster.html#method_slowlog","d":"

    Interact with the Redis slowlog.

    "},{"t":"M","n":"Relay\\Cluster::smembers","p":"Relay/Cluster.html#method_smembers","d":"

    Returns all the members of the set value stored at $key.

    "},{"t":"M","n":"Relay\\Cluster::smismember","p":"Relay/Cluster.html#method_smismember","d":"

    Returns whether each member is a member of the set stored at $key.

    "},{"t":"M","n":"Relay\\Cluster::smove","p":"Relay/Cluster.html#method_smove","d":"

    Move member from the set at source to the set at destination.

    "},{"t":"M","n":"Relay\\Cluster::sort","p":"Relay/Cluster.html#method_sort","d":"

    Sort the elements in a list, set or sorted set.

    "},{"t":"M","n":"Relay\\Cluster::sort_ro","p":"Relay/Cluster.html#method_sort_ro","d":"

    Sort the elements in a list, set or sorted set. Read-only variant of SORT.

    "},{"t":"M","n":"Relay\\Cluster::spop","p":"Relay/Cluster.html#method_spop","d":"

    Removes and returns one or more random members from the set value store at $key.

    "},{"t":"M","n":"Relay\\Cluster::srandmember","p":"Relay/Cluster.html#method_srandmember","d":"

    Returns one or multiple random members from a set.

    "},{"t":"M","n":"Relay\\Cluster::srem","p":"Relay/Cluster.html#method_srem","d":"

    Remove the specified members from the set stored at $key.

    "},{"t":"M","n":"Relay\\Cluster::sscan","p":"Relay/Cluster.html#method_sscan","d":"

    Iterates elements of Sets types.

    "},{"t":"M","n":"Relay\\Cluster::ssubscribe","p":"Relay/Cluster.html#method_ssubscribe","d":"

    Subscribes to the specified shard channels.

    "},{"t":"M","n":"Relay\\Cluster::stats","p":"Relay/Cluster.html#method_stats","d":"

    Returns statistics about Relay.

    "},{"t":"M","n":"Relay\\Cluster::strlen","p":"Relay/Cluster.html#method_strlen","d":"

    Returns the length of the string value stored at $key.

    "},{"t":"M","n":"Relay\\Cluster::subscribe","p":"Relay/Cluster.html#method_subscribe","d":"

    Subscribes to the specified channels.

    "},{"t":"M","n":"Relay\\Cluster::sunion","p":"Relay/Cluster.html#method_sunion","d":"

    Returns the members of the set resulting from the union of all the given sets.

    "},{"t":"M","n":"Relay\\Cluster::sunionstore","p":"Relay/Cluster.html#method_sunionstore","d":"

    This command is equal to SUNION, but instead of returning the resulting set, it is stored in destination.

    "},{"t":"M","n":"Relay\\Cluster::sunsubscribe","p":"Relay/Cluster.html#method_sunsubscribe","d":"

    Unsubscribes from the given shard channels, or from all of them if none is given.

    "},{"t":"M","n":"Relay\\Cluster::time","p":"Relay/Cluster.html#method_time","d":"

    Returns the current time from Redis.

    "},{"t":"M","n":"Relay\\Cluster::touch","p":"Relay/Cluster.html#method_touch","d":"

    Alters the last access time of a key(s).

    "},{"t":"M","n":"Relay\\Cluster::ttl","p":"Relay/Cluster.html#method_ttl","d":"

    Returns the remaining time to live of a key that has a timeout in seconds.

    "},{"t":"M","n":"Relay\\Cluster::type","p":"Relay/Cluster.html#method_type","d":"

    Returns the type of a given key.

    "},{"t":"M","n":"Relay\\Cluster::unlink","p":"Relay/Cluster.html#method_unlink","d":"

    Removes the specified keys without blocking Redis.

    "},{"t":"M","n":"Relay\\Cluster::unsubscribe","p":"Relay/Cluster.html#method_unsubscribe","d":"

    Unsubscribes from the given channels, or from all of them if none is given.

    "},{"t":"M","n":"Relay\\Cluster::unwatch","p":"Relay/Cluster.html#method_unwatch","d":"

    Flushes all the previously watched keys for a transaction.

    "},{"t":"M","n":"Relay\\Cluster::watch","p":"Relay/Cluster.html#method_watch","d":"

    Marks the given keys to be watched for conditional execution of a transaction.

    "},{"t":"M","n":"Relay\\Cluster::xack","p":"Relay/Cluster.html#method_xack","d":"

    Acknowledge one or more IDs as having been processed by the consumer group.

    "},{"t":"M","n":"Relay\\Cluster::xadd","p":"Relay/Cluster.html#method_xadd","d":"

    Append a message to a stream.

    "},{"t":"M","n":"Relay\\Cluster::xautoclaim","p":"Relay/Cluster.html#method_xautoclaim","d":"

    Automatically take ownership of stream message(s) by metrics

    "},{"t":"M","n":"Relay\\Cluster::xclaim","p":"Relay/Cluster.html#method_xclaim","d":"

    Claim ownership of stream message(s).

    "},{"t":"M","n":"Relay\\Cluster::xdel","p":"Relay/Cluster.html#method_xdel","d":"

    Remove one or more specific IDs from a stream.

    "},{"t":"M","n":"Relay\\Cluster::xgroup","p":"Relay/Cluster.html#method_xgroup","d":"

    Perform utility operations having to do with consumer groups

    "},{"t":"M","n":"Relay\\Cluster::xinfo","p":"Relay/Cluster.html#method_xinfo","d":"

    Retrieve information about a stream key.

    "},{"t":"M","n":"Relay\\Cluster::xlen","p":"Relay/Cluster.html#method_xlen","d":"

    Get the length of a stream.

    "},{"t":"M","n":"Relay\\Cluster::xpending","p":"Relay/Cluster.html#method_xpending","d":"

    Query pending entries in a stream.

    "},{"t":"M","n":"Relay\\Cluster::xrange","p":"Relay/Cluster.html#method_xrange","d":"

    Lists elements in a stream.

    "},{"t":"M","n":"Relay\\Cluster::xread","p":"Relay/Cluster.html#method_xread","d":"

    Read messages from a stream.

    "},{"t":"M","n":"Relay\\Cluster::xreadgroup","p":"Relay/Cluster.html#method_xreadgroup","d":"

    Read messages from a stream using a consumer group.

    "},{"t":"M","n":"Relay\\Cluster::xrevrange","p":"Relay/Cluster.html#method_xrevrange","d":"

    Get a range of entries from a STREAM ke in reverse chronological order.

    "},{"t":"M","n":"Relay\\Cluster::xtrim","p":"Relay/Cluster.html#method_xtrim","d":"

    Truncate a STREAM key in various ways.

    "},{"t":"M","n":"Relay\\Cluster::zadd","p":"Relay/Cluster.html#method_zadd","d":"

    Adds all the specified members with the specified scores to the sorted set stored at key.

    "},{"t":"M","n":"Relay\\Cluster::zcard","p":"Relay/Cluster.html#method_zcard","d":"

    Returns the sorted set cardinality (number of elements) of the sorted set stored at key.

    "},{"t":"M","n":"Relay\\Cluster::zcount","p":"Relay/Cluster.html#method_zcount","d":"

    Returns the number of elements in the sorted set at key with a score between min and max.

    "},{"t":"M","n":"Relay\\Cluster::zdiff","p":"Relay/Cluster.html#method_zdiff","d":"

    This command is similar to ZDIFFSTORE, but instead of storing the\nresulting sorted set, it is returned to the client.

    "},{"t":"M","n":"Relay\\Cluster::zdiffstore","p":"Relay/Cluster.html#method_zdiffstore","d":"

    Computes the difference between the first and all successive\ninput sorted sets and stores the result in destination.

    "},{"t":"M","n":"Relay\\Cluster::zincrby","p":"Relay/Cluster.html#method_zincrby","d":"

    Increments the score of member in the sorted set stored at key by increment.

    "},{"t":"M","n":"Relay\\Cluster::zinter","p":"Relay/Cluster.html#method_zinter","d":"

    This command is similar to ZINTERSTORE, but instead of storing\nthe resulting sorted set, it is returned to the client.

    "},{"t":"M","n":"Relay\\Cluster::zintercard","p":"Relay/Cluster.html#method_zintercard","d":"

    Intersect multiple sorted sets and return the cardinality of the result.

    "},{"t":"M","n":"Relay\\Cluster::zinterstore","p":"Relay/Cluster.html#method_zinterstore","d":"

    Computes the intersection of numkeys sorted sets given by the\nspecified keys, and stores the result in destination.

    "},{"t":"M","n":"Relay\\Cluster::zlexcount","p":"Relay/Cluster.html#method_zlexcount","d":"

    When all the elements in a sorted set are inserted with the same score,\nin order to force lexicographical ordering, this command returns the\nnumber of elements in the sorted set at key with a value between min and max.

    "},{"t":"M","n":"Relay\\Cluster::zmpop","p":"Relay/Cluster.html#method_zmpop","d":"

    Pops one or more elements, that are member-score pairs, from the\nfirst non-empty sorted set in the provided list of key names.

    "},{"t":"M","n":"Relay\\Cluster::zmscore","p":"Relay/Cluster.html#method_zmscore","d":"

    Returns the scores associated with the specified members in the sorted set stored at key.

    "},{"t":"M","n":"Relay\\Cluster::zpopmax","p":"Relay/Cluster.html#method_zpopmax","d":"

    Removes and returns up to count members with the highest\nscores in the sorted set stored at key.

    "},{"t":"M","n":"Relay\\Cluster::zpopmin","p":"Relay/Cluster.html#method_zpopmin","d":"

    Removes and returns up to count members with the lowest\nscores in the sorted set stored at key.

    "},{"t":"M","n":"Relay\\Cluster::zrandmember","p":"Relay/Cluster.html#method_zrandmember","d":"

    When called with just the key argument, return a random element from the sorted set value stored at key.

    "},{"t":"M","n":"Relay\\Cluster::zrange","p":"Relay/Cluster.html#method_zrange","d":"

    Returns the specified range of elements in the sorted set stored at key.

    "},{"t":"M","n":"Relay\\Cluster::zrangebylex","p":"Relay/Cluster.html#method_zrangebylex","d":"

    When all the elements in a sorted set are inserted with the same score,\nin order to force lexicographical ordering, this command returns all\nthe elements in the sorted set at key with a value between min and max.

    "},{"t":"M","n":"Relay\\Cluster::zrangebyscore","p":"Relay/Cluster.html#method_zrangebyscore","d":"

    Returns all the elements in the sorted set at key with a score between\nmin and max (including elements with score equal to min or max).

    "},{"t":"M","n":"Relay\\Cluster::zrangestore","p":"Relay/Cluster.html#method_zrangestore","d":"

    Returns all the elements in the sorted set at key with a score between\nmax and min (including elements with score equal to max or min).

    "},{"t":"M","n":"Relay\\Cluster::zrank","p":"Relay/Cluster.html#method_zrank","d":"

    Returns the rank of member in the sorted set stored at key, with the scores\nordered from low to high. The rank (or index) is 0-based, which means\nthat the member with the lowest score has rank 0.

    "},{"t":"M","n":"Relay\\Cluster::zrem","p":"Relay/Cluster.html#method_zrem","d":"

    Removes the specified members from the sorted set stored at key.

    "},{"t":"M","n":"Relay\\Cluster::zremrangebylex","p":"Relay/Cluster.html#method_zremrangebylex","d":"

    When all the elements in a sorted set are inserted with the same score,\nin order to force lexicographical ordering, this command removes all\nelements in the sorted set stored at key between the\nlexicographical range specified by min and max.

    "},{"t":"M","n":"Relay\\Cluster::zremrangebyrank","p":"Relay/Cluster.html#method_zremrangebyrank","d":"

    Removes all elements in the sorted set stored at key with rank between\nstart and stop. Both start and stop are 0 -based indexes with 0 being\nthe element with the lowest score.

    "},{"t":"M","n":"Relay\\Cluster::zremrangebyscore","p":"Relay/Cluster.html#method_zremrangebyscore","d":"

    Removes all elements in the sorted set stored at key with\na score between min and max (inclusive).

    "},{"t":"M","n":"Relay\\Cluster::zrevrange","p":"Relay/Cluster.html#method_zrevrange","d":"

    Returns the specified range of elements in the sorted set stored at key.

    "},{"t":"M","n":"Relay\\Cluster::zrevrangebylex","p":"Relay/Cluster.html#method_zrevrangebylex","d":"

    When all the elements in a sorted set are inserted with the same score,\nin order to force lexicographical ordering, this command returns all\nthe elements in the sorted set at key with a value between max and min.

    "},{"t":"M","n":"Relay\\Cluster::zrevrangebyscore","p":"Relay/Cluster.html#method_zrevrangebyscore","d":"

    Returns all the elements in the sorted set at key with a score between\nmax and min (including elements with score equal to max or min).

    "},{"t":"M","n":"Relay\\Cluster::zrevrank","p":"Relay/Cluster.html#method_zrevrank","d":"

    Returns the rank of member in the sorted set stored at key, with the scores\nordered from high to low. The rank (or index) is 0-based, which means\nthat the member with the highest score has rank 0.

    "},{"t":"M","n":"Relay\\Cluster::zscan","p":"Relay/Cluster.html#method_zscan","d":"

    Iterates elements of Sorted Set types and their associated scores.

    "},{"t":"M","n":"Relay\\Cluster::zscore","p":"Relay/Cluster.html#method_zscore","d":"

    Returns the score of member in the sorted set at key.

    "},{"t":"M","n":"Relay\\Cluster::zunion","p":"Relay/Cluster.html#method_zunion","d":"

    This command is similar to ZUNIONSTORE, but instead of storing\nthe resulting sorted set, it is returned to the client.

    "},{"t":"M","n":"Relay\\Cluster::zunionstore","p":"Relay/Cluster.html#method_zunionstore","d":"

    Computes the union of numkeys sorted sets given by the\nspecified keys, and stores the result in destination.

    "},{"t":"M","n":"Relay\\Relay::__construct","p":"Relay/Relay.html#method___construct","d":"

    Establishes a new connection to Redis, or re-uses already opened connection.

    "},{"t":"M","n":"Relay\\Relay::connect","p":"Relay/Relay.html#method_connect","d":"

    Establishes a new connection to Redis.

    "},{"t":"M","n":"Relay\\Relay::pconnect","p":"Relay/Relay.html#method_pconnect","d":"

    Establishes a persistent connection to Redis.

    "},{"t":"M","n":"Relay\\Relay::close","p":"Relay/Relay.html#method_close","d":"

    Closes the current connection, unless it's persistent.

    "},{"t":"M","n":"Relay\\Relay::pclose","p":"Relay/Relay.html#method_pclose","d":"

    Closes the current connection, if it's persistent.

    "},{"t":"M","n":"Relay\\Relay::listen","p":"Relay/Relay.html#method_listen","d":"

    Registers a new event listener.

    "},{"t":"M","n":"Relay\\Relay::onFlushed","p":"Relay/Relay.html#method_onFlushed","d":"

    Registers a new flushed event listener.

    "},{"t":"M","n":"Relay\\Relay::onInvalidated","p":"Relay/Relay.html#method_onInvalidated","d":"

    Registers a new invalidated event listener.

    "},{"t":"M","n":"Relay\\Relay::dispatchEvents","p":"Relay/Relay.html#method_dispatchEvents","d":"

    Dispatches all pending events.

    "},{"t":"M","n":"Relay\\Relay::getOption","p":"Relay/Relay.html#method_getOption","d":"

    Returns a client option.

    "},{"t":"M","n":"Relay\\Relay::option","p":"Relay/Relay.html#method_option","d":"

    Returns or sets a client option.

    "},{"t":"M","n":"Relay\\Relay::setOption","p":"Relay/Relay.html#method_setOption","d":"

    Sets a client option.

    "},{"t":"M","n":"Relay\\Relay::addIgnorePatterns","p":"Relay/Relay.html#method_addIgnorePatterns","d":"

    Adds ignore pattern(s). Matching keys will not be cached in memory.

    "},{"t":"M","n":"Relay\\Relay::addAllowPatterns","p":"Relay/Relay.html#method_addAllowPatterns","d":"

    Adds allow pattern(s). Only matching keys will be cached in memory.

    "},{"t":"M","n":"Relay\\Relay::getTimeout","p":"Relay/Relay.html#method_getTimeout","d":"

    Returns the connection timeout.

    "},{"t":"M","n":"Relay\\Relay::timeout","p":"Relay/Relay.html#method_timeout","d":""},{"t":"M","n":"Relay\\Relay::getReadTimeout","p":"Relay/Relay.html#method_getReadTimeout","d":"

    Returns the read timeout.

    "},{"t":"M","n":"Relay\\Relay::readTimeout","p":"Relay/Relay.html#method_readTimeout","d":""},{"t":"M","n":"Relay\\Relay::getBytes","p":"Relay/Relay.html#method_getBytes","d":"

    Returns the number of bytes sent and received over the network during the Relay object's\nlifetime, or since the last time Relay::clearBytes() was called.

    "},{"t":"M","n":"Relay\\Relay::bytes","p":"Relay/Relay.html#method_bytes","d":""},{"t":"M","n":"Relay\\Relay::getHost","p":"Relay/Relay.html#method_getHost","d":"

    Returns the host or unix socket.

    "},{"t":"M","n":"Relay\\Relay::isConnected","p":"Relay/Relay.html#method_isConnected","d":"

    Whether Relay is connected to Redis.

    "},{"t":"M","n":"Relay\\Relay::getPort","p":"Relay/Relay.html#method_getPort","d":"

    Returns the port.

    "},{"t":"M","n":"Relay\\Relay::getAuth","p":"Relay/Relay.html#method_getAuth","d":"

    Returns the authentication information.

    "},{"t":"M","n":"Relay\\Relay::getDbNum","p":"Relay/Relay.html#method_getDbNum","d":"

    Returns the currently selected DB

    "},{"t":"M","n":"Relay\\Relay::_serialize","p":"Relay/Relay.html#method__serialize","d":"

    Returns the serialized value.

    "},{"t":"M","n":"Relay\\Relay::_unserialize","p":"Relay/Relay.html#method__unserialize","d":"

    Returns the unserialized value.

    "},{"t":"M","n":"Relay\\Relay::_compress","p":"Relay/Relay.html#method__compress","d":"

    Compress data with Relay's currently configured compression algorithm.

    "},{"t":"M","n":"Relay\\Relay::_uncompress","p":"Relay/Relay.html#method__uncompress","d":"

    Uncompress data with Relay's currently configured compression algorithm.

    "},{"t":"M","n":"Relay\\Relay::_pack","p":"Relay/Relay.html#method__pack","d":"

    Returns the serialized and compressed value.

    "},{"t":"M","n":"Relay\\Relay::_unpack","p":"Relay/Relay.html#method__unpack","d":"

    Returns the unserialized and decompressed value.

    "},{"t":"M","n":"Relay\\Relay::_prefix","p":"Relay/Relay.html#method__prefix","d":"

    Returns the value with the prefix.

    "},{"t":"M","n":"Relay\\Relay::getLastError","p":"Relay/Relay.html#method_getLastError","d":"

    Returns the last error message, if any.

    "},{"t":"M","n":"Relay\\Relay::clearLastError","p":"Relay/Relay.html#method_clearLastError","d":"

    Clears the last error that is set, if any.

    "},{"t":"M","n":"Relay\\Relay::endpointId","p":"Relay/Relay.html#method_endpointId","d":"

    Returns the connection's endpoint identifier.

    "},{"t":"M","n":"Relay\\Relay::getPersistentID","p":"Relay/Relay.html#method_getPersistentID","d":""},{"t":"M","n":"Relay\\Relay::socketId","p":"Relay/Relay.html#method_socketId","d":"

    Returns a unique representation of the underlying socket connection identifier.

    "},{"t":"M","n":"Relay\\Relay::stats","p":"Relay/Relay.html#method_stats","d":"

    Returns statistics about Relay.

    "},{"t":"M","n":"Relay\\Relay::maxMemory","p":"Relay/Relay.html#method_maxMemory","d":"

    Returns the number of bytes allocated, or 0 in client-only mode.

    "},{"t":"M","n":"Relay\\Relay::memory","p":"Relay/Relay.html#method_memory","d":"

    Returns the number of bytes allocated, or 0 in client-only mode.

    "},{"t":"M","n":"Relay\\Relay::rawCommand","p":"Relay/Relay.html#method_rawCommand","d":"

    Execute any command against Redis, without applying\nthe prefix, compression and serialization.

    "},{"t":"M","n":"Relay\\Relay::select","p":"Relay/Relay.html#method_select","d":"

    Select the Redis logical database having the specified zero-based numeric index.

    "},{"t":"M","n":"Relay\\Relay::auth","p":"Relay/Relay.html#method_auth","d":"

    Authenticate the connection using a password or an ACL username and password.

    "},{"t":"M","n":"Relay\\Relay::info","p":"Relay/Relay.html#method_info","d":"

    The INFO command returns information and statistics about Redis in a format\nthat is simple to parse by computers and easy to read by humans.

    "},{"t":"M","n":"Relay\\Relay::flushdb","p":"Relay/Relay.html#method_flushdb","d":"

    Deletes all the keys of the currently selected database.

    "},{"t":"M","n":"Relay\\Relay::flushall","p":"Relay/Relay.html#method_flushall","d":"

    Deletes all the keys of all the existing databases, not just the currently selected one.

    "},{"t":"M","n":"Relay\\Relay::fcall","p":"Relay/Relay.html#method_fcall","d":"

    Invokes a Redis function.

    "},{"t":"M","n":"Relay\\Relay::fcall_ro","p":"Relay/Relay.html#method_fcall_ro","d":"

    Invokes a read-only Redis function.

    "},{"t":"M","n":"Relay\\Relay::function","p":"Relay/Relay.html#method_function","d":"

    Calls FUNCTION sub-command.

    "},{"t":"M","n":"Relay\\Relay::flushMemory","p":"Relay/Relay.html#method_flushMemory","d":"

    Flushes Relay's in-memory cache of all databases.

    "},{"t":"M","n":"Relay\\Relay::ftAggregate","p":"Relay/Relay.html#method_ftAggregate","d":"

    Run a search query on an index, and perform aggregate\ntransformations on the results, extracting statistics etc from them.

    "},{"t":"M","n":"Relay\\Relay::ftAliasAdd","p":"Relay/Relay.html#method_ftAliasAdd","d":"

    Add an alias to an index.

    "},{"t":"M","n":"Relay\\Relay::ftAliasDel","p":"Relay/Relay.html#method_ftAliasDel","d":"

    Remove an alias from an index.

    "},{"t":"M","n":"Relay\\Relay::ftAliasUpdate","p":"Relay/Relay.html#method_ftAliasUpdate","d":"

    Add an alias to an index.

    "},{"t":"M","n":"Relay\\Relay::ftAlter","p":"Relay/Relay.html#method_ftAlter","d":"

    Add a new attribute to the index.

    "},{"t":"M","n":"Relay\\Relay::ftConfig","p":"Relay/Relay.html#method_ftConfig","d":"

    Container command for get/set RediSearch configuration parameter.

    "},{"t":"M","n":"Relay\\Relay::ftCreate","p":"Relay/Relay.html#method_ftCreate","d":"

    Create an index with the given specification.

    "},{"t":"M","n":"Relay\\Relay::ftCursor","p":"Relay/Relay.html#method_ftCursor","d":"

    Container command for del/read existing cursor.

    "},{"t":"M","n":"Relay\\Relay::ftDictAdd","p":"Relay/Relay.html#method_ftDictAdd","d":"

    Add terms to a dictionary.

    "},{"t":"M","n":"Relay\\Relay::ftDictDel","p":"Relay/Relay.html#method_ftDictDel","d":"

    Delete terms from a dictionary.

    "},{"t":"M","n":"Relay\\Relay::ftDictDump","p":"Relay/Relay.html#method_ftDictDump","d":"

    Dump all terms in the given dictionary.

    "},{"t":"M","n":"Relay\\Relay::ftDropIndex","p":"Relay/Relay.html#method_ftDropIndex","d":"

    Delete an index.

    "},{"t":"M","n":"Relay\\Relay::ftExplain","p":"Relay/Relay.html#method_ftExplain","d":"

    Return the execution plan for a complex query.

    "},{"t":"M","n":"Relay\\Relay::ftExplainCli","p":"Relay/Relay.html#method_ftExplainCli","d":"

    Return the execution plan for a complex query but formatted for easier reading from CLI.

    "},{"t":"M","n":"Relay\\Relay::ftInfo","p":"Relay/Relay.html#method_ftInfo","d":"

    Returns information and statistics about a given index.

    "},{"t":"M","n":"Relay\\Relay::ftProfile","p":"Relay/Relay.html#method_ftProfile","d":"

    Apply FT.SEARCH or FT.AGGREGATE command to collect performance details.

    "},{"t":"M","n":"Relay\\Relay::ftSearch","p":"Relay/Relay.html#method_ftSearch","d":"

    Search the index with a textual query, returning either documents or just ids.

    "},{"t":"M","n":"Relay\\Relay::ftSpellCheck","p":"Relay/Relay.html#method_ftSpellCheck","d":"

    Perform spelling correction on a query, returning suggestions for misspelled terms.

    "},{"t":"M","n":"Relay\\Relay::ftSynDump","p":"Relay/Relay.html#method_ftSynDump","d":"

    Dump the contents of a synonym group.

    "},{"t":"M","n":"Relay\\Relay::ftSynUpdate","p":"Relay/Relay.html#method_ftSynUpdate","d":"

    Update a synonym group.

    "},{"t":"M","n":"Relay\\Relay::ftTagVals","p":"Relay/Relay.html#method_ftTagVals","d":"

    Return a distinct set of values indexed in a Tag field.

    "},{"t":"M","n":"Relay\\Relay::dbsize","p":"Relay/Relay.html#method_dbsize","d":"

    Returns the number of keys in the currently-selected database.

    "},{"t":"M","n":"Relay\\Relay::dump","p":"Relay/Relay.html#method_dump","d":"

    Serialize and return the value stored at key in a Redis-specific format.

    "},{"t":"M","n":"Relay\\Relay::replicaof","p":"Relay/Relay.html#method_replicaof","d":"

    Attach or detach the instance as a replica of another instance.

    "},{"t":"M","n":"Relay\\Relay::waitaof","p":"Relay/Relay.html#method_waitaof","d":"

    Pause the client until sufficient local and/or remote AOF data has been flushed to disk.

    "},{"t":"M","n":"Relay\\Relay::restore","p":"Relay/Relay.html#method_restore","d":"

    Create a key associated with a value that is obtained by deserializing the provided serialized value.

    "},{"t":"M","n":"Relay\\Relay::migrate","p":"Relay/Relay.html#method_migrate","d":"

    Atomically transfer a key from a Redis instance to another one.

    "},{"t":"M","n":"Relay\\Relay::copy","p":"Relay/Relay.html#method_copy","d":"

    This command copies the value stored at the source key to the destination key.

    "},{"t":"M","n":"Relay\\Relay::echo","p":"Relay/Relay.html#method_echo","d":"

    Asks Redis to echo back the provided string.

    "},{"t":"M","n":"Relay\\Relay::ping","p":"Relay/Relay.html#method_ping","d":"

    Returns PONG if no argument is provided, otherwise return a copy of the argument as a bulk.

    "},{"t":"M","n":"Relay\\Relay::idleTime","p":"Relay/Relay.html#method_idleTime","d":"

    Returns the number of milliseoconds since Relay has seen activity from the server.

    "},{"t":"M","n":"Relay\\Relay::randomkey","p":"Relay/Relay.html#method_randomkey","d":"

    Returns a random key from Redis.

    "},{"t":"M","n":"Relay\\Relay::time","p":"Relay/Relay.html#method_time","d":"

    Returns the current time from Redis.

    "},{"t":"M","n":"Relay\\Relay::bgrewriteaof","p":"Relay/Relay.html#method_bgrewriteaof","d":"

    Asynchronously rewrite the append-only file.

    "},{"t":"M","n":"Relay\\Relay::lastsave","p":"Relay/Relay.html#method_lastsave","d":"

    Returns the UNIX time stamp of the last successful save to disk.

    "},{"t":"M","n":"Relay\\Relay::lcs","p":"Relay/Relay.html#method_lcs","d":"

    Get the longest common subsequence between two string keys.

    "},{"t":"M","n":"Relay\\Relay::bgsave","p":"Relay/Relay.html#method_bgsave","d":"

    Asynchronously save the dataset to disk.

    "},{"t":"M","n":"Relay\\Relay::save","p":"Relay/Relay.html#method_save","d":"

    Synchronously save the dataset to disk.

    "},{"t":"M","n":"Relay\\Relay::role","p":"Relay/Relay.html#method_role","d":"

    Returns the role of the instance in the context of replication.

    "},{"t":"M","n":"Relay\\Relay::ttl","p":"Relay/Relay.html#method_ttl","d":"

    Returns the remaining time to live of a key that has a timeout in seconds.

    "},{"t":"M","n":"Relay\\Relay::pttl","p":"Relay/Relay.html#method_pttl","d":"

    Returns the remaining time to live of a key that has a timeout in milliseconds.

    "},{"t":"M","n":"Relay\\Relay::exists","p":"Relay/Relay.html#method_exists","d":"

    Returns if key(s) exists.

    "},{"t":"M","n":"Relay\\Relay::eval","p":"Relay/Relay.html#method_eval","d":"

    Evaluate script using the Lua interpreter.

    "},{"t":"M","n":"Relay\\Relay::eval_ro","p":"Relay/Relay.html#method_eval_ro","d":"

    Evaluate script using the Lua interpreter. This is just the "read-only" variant of EVAL\nmeaning it can be run on read-only replicas.

    "},{"t":"M","n":"Relay\\Relay::evalsha","p":"Relay/Relay.html#method_evalsha","d":"

    Evaluates a script cached on the server-side by its SHA1 digest.

    "},{"t":"M","n":"Relay\\Relay::evalsha_ro","p":"Relay/Relay.html#method_evalsha_ro","d":"

    Evaluates a script cached on the server-side by its SHA1 digest. This is just the "read-only" variant\nof EVALSHA meaning it can be run on read-only replicas.

    "},{"t":"M","n":"Relay\\Relay::client","p":"Relay/Relay.html#method_client","d":"

    Executes CLIENT command operations.

    "},{"t":"M","n":"Relay\\Relay::geoadd","p":"Relay/Relay.html#method_geoadd","d":"

    Add one or more members to a geospacial sorted set

    "},{"t":"M","n":"Relay\\Relay::geodist","p":"Relay/Relay.html#method_geodist","d":"

    Get the distance between two members of a geospacially encoded sorted set.

    "},{"t":"M","n":"Relay\\Relay::geohash","p":"Relay/Relay.html#method_geohash","d":"

    Retrieve one or more GeoHash encoded strings for members of the set.

    "},{"t":"M","n":"Relay\\Relay::georadius","p":"Relay/Relay.html#method_georadius","d":"

    Retrieve members of a geospacially sorted set that are within a certain radius of a location.

    "},{"t":"M","n":"Relay\\Relay::georadiusbymember","p":"Relay/Relay.html#method_georadiusbymember","d":"

    Similar to GEORADIUS except it uses a member as the center of the query.

    "},{"t":"M","n":"Relay\\Relay::georadiusbymember_ro","p":"Relay/Relay.html#method_georadiusbymember_ro","d":"

    Similar to GEORADIUS except it uses a member as the center of the query.

    "},{"t":"M","n":"Relay\\Relay::georadius_ro","p":"Relay/Relay.html#method_georadius_ro","d":"

    Retrieve members of a geospacially sorted set that are within a certain radius of a location.

    "},{"t":"M","n":"Relay\\Relay::geosearch","p":"Relay/Relay.html#method_geosearch","d":"

    Search a geospacial sorted set for members in various ways.

    "},{"t":"M","n":"Relay\\Relay::geosearchstore","p":"Relay/Relay.html#method_geosearchstore","d":"

    Search a geospacial sorted set for members within a given area or range, storing the results into\na new set.

    "},{"t":"M","n":"Relay\\Relay::get","p":"Relay/Relay.html#method_get","d":"

    Get the value of key.

    "},{"t":"M","n":"Relay\\Relay::getset","p":"Relay/Relay.html#method_getset","d":"

    Atomically sets key to value and returns the old value stored at key.

    "},{"t":"M","n":"Relay\\Relay::getrange","p":"Relay/Relay.html#method_getrange","d":"

    Returns the substring of the string value stored at key,\ndetermined by the offsets start and end (both are inclusive).

    "},{"t":"M","n":"Relay\\Relay::setrange","p":"Relay/Relay.html#method_setrange","d":"

    Overwrites part of the string stored at key, starting at\nthe specified offset, for the entire length of value.

    "},{"t":"M","n":"Relay\\Relay::getbit","p":"Relay/Relay.html#method_getbit","d":"

    Returns the bit value at offset in the string value stored at key.

    "},{"t":"M","n":"Relay\\Relay::bitcount","p":"Relay/Relay.html#method_bitcount","d":"

    Count the number of set bits (population counting) in a string.

    "},{"t":"M","n":"Relay\\Relay::bitfield","p":"Relay/Relay.html#method_bitfield","d":"

    Perform various bitfield operations on a string key, such as getting/setting bit ranges,\nincrementing, etc.

    "},{"t":"M","n":"Relay\\Relay::config","p":"Relay/Relay.html#method_config","d":"

    This is a container command for runtime configuration commands.

    "},{"t":"M","n":"Relay\\Relay::command","p":"Relay/Relay.html#method_command","d":"

    Return an array with details about every Redis command.

    "},{"t":"M","n":"Relay\\Relay::bitop","p":"Relay/Relay.html#method_bitop","d":"

    Perform a bitwise operation on one or more keys, storing the result in a new key.

    "},{"t":"M","n":"Relay\\Relay::bitpos","p":"Relay/Relay.html#method_bitpos","d":"

    Return the position of the first bit set to 1 or 0 in a string.

    "},{"t":"M","n":"Relay\\Relay::setbit","p":"Relay/Relay.html#method_setbit","d":"

    Sets or clears the bit at offset in the string value stored at key.

    "},{"t":"M","n":"Relay\\Relay::acl","p":"Relay/Relay.html#method_acl","d":"

    Interact with Redis' ACLs

    "},{"t":"M","n":"Relay\\Relay::append","p":"Relay/Relay.html#method_append","d":"

    If key already exists and is a string, this command appends\nthe value at the end of the string. If key does not exist\nit is created and set as an empty string, so APPEND will\nbe similar to SET in this special case.

    "},{"t":"M","n":"Relay\\Relay::set","p":"Relay/Relay.html#method_set","d":"

    Set key to hold the string value. If key already holds\na value, it is overwritten, regardless of its type.

    "},{"t":"M","n":"Relay\\Relay::getex","p":"Relay/Relay.html#method_getex","d":"

    Get the value of key and optionally set its expiration.

    "},{"t":"M","n":"Relay\\Relay::getdel","p":"Relay/Relay.html#method_getdel","d":"

    Get the value of key and delete the key. This command is similar to GET,\nexcept for the fact that it also deletes the key on success\n(if and only if the key's value type is a string).

    "},{"t":"M","n":"Relay\\Relay::setex","p":"Relay/Relay.html#method_setex","d":"

    Set key to hold the string value and set key to timeout after a given number of seconds.

    "},{"t":"M","n":"Relay\\Relay::pfadd","p":"Relay/Relay.html#method_pfadd","d":"

    Adds the specified elements to the specified HyperLogLog.

    "},{"t":"M","n":"Relay\\Relay::pfcount","p":"Relay/Relay.html#method_pfcount","d":"

    Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).

    "},{"t":"M","n":"Relay\\Relay::pfmerge","p":"Relay/Relay.html#method_pfmerge","d":"

    Merge given HyperLogLogs into a single one.

    "},{"t":"M","n":"Relay\\Relay::psetex","p":"Relay/Relay.html#method_psetex","d":"

    Set key to hold the string value and set key to timeout after a given number of milliseconds.

    "},{"t":"M","n":"Relay\\Relay::publish","p":"Relay/Relay.html#method_publish","d":"

    Posts a message to the given channel.

    "},{"t":"M","n":"Relay\\Relay::pubsub","p":"Relay/Relay.html#method_pubsub","d":"

    A container command for Pub/Sub introspection commands.

    "},{"t":"M","n":"Relay\\Relay::spublish","p":"Relay/Relay.html#method_spublish","d":"

    Posts a message to the given shard channel.

    "},{"t":"M","n":"Relay\\Relay::setnx","p":"Relay/Relay.html#method_setnx","d":"

    Set key to hold string value if key does not exist. In that case, it is equal to SET.

    "},{"t":"M","n":"Relay\\Relay::mget","p":"Relay/Relay.html#method_mget","d":"

    Returns the values of all specified keys.

    "},{"t":"M","n":"Relay\\Relay::move","p":"Relay/Relay.html#method_move","d":"

    Move key from the currently selected database to the specified destination database.

    "},{"t":"M","n":"Relay\\Relay::mset","p":"Relay/Relay.html#method_mset","d":"

    Sets the given keys to their respective values.

    "},{"t":"M","n":"Relay\\Relay::msetnx","p":"Relay/Relay.html#method_msetnx","d":"

    Sets the given keys to their respective values.

    "},{"t":"M","n":"Relay\\Relay::rename","p":"Relay/Relay.html#method_rename","d":"

    Renames key.

    "},{"t":"M","n":"Relay\\Relay::renamenx","p":"Relay/Relay.html#method_renamenx","d":"

    Renames key if the new key does not yet exist.

    "},{"t":"M","n":"Relay\\Relay::del","p":"Relay/Relay.html#method_del","d":"

    Removes the specified keys.

    "},{"t":"M","n":"Relay\\Relay::unlink","p":"Relay/Relay.html#method_unlink","d":"

    Removes the specified keys without blocking Redis.

    "},{"t":"M","n":"Relay\\Relay::expire","p":"Relay/Relay.html#method_expire","d":"

    Set a timeout on key.

    "},{"t":"M","n":"Relay\\Relay::pexpire","p":"Relay/Relay.html#method_pexpire","d":"

    Set a key's time to live in milliseconds.

    "},{"t":"M","n":"Relay\\Relay::expireat","p":"Relay/Relay.html#method_expireat","d":"

    Set a timeout on key using a unix timestamp.

    "},{"t":"M","n":"Relay\\Relay::expiretime","p":"Relay/Relay.html#method_expiretime","d":"

    Returns the absolute Unix timestamp in seconds at which the given key will expire.

    "},{"t":"M","n":"Relay\\Relay::pexpireat","p":"Relay/Relay.html#method_pexpireat","d":"

    Set the expiration for a key as a UNIX timestamp specified in milliseconds.

    "},{"t":"M","n":"Relay\\Relay::pexpiretime","p":"Relay/Relay.html#method_pexpiretime","d":"

    Semantic the same as EXPIRETIME, but returns the absolute Unix expiration\ntimestamp in milliseconds instead of seconds.

    "},{"t":"M","n":"Relay\\Relay::persist","p":"Relay/Relay.html#method_persist","d":"

    Remove the existing timeout on key, turning the key from volatile to persistent.

    "},{"t":"M","n":"Relay\\Relay::type","p":"Relay/Relay.html#method_type","d":"

    Returns the type of a given key.

    "},{"t":"M","n":"Relay\\Relay::lmove","p":"Relay/Relay.html#method_lmove","d":"

    Atomically returns and removes the first/last element of the list\nstored at source, and pushes the element at the first/last\nelement of the list stored at destination.

    "},{"t":"M","n":"Relay\\Relay::blmove","p":"Relay/Relay.html#method_blmove","d":"

    BLMOVE is the blocking variant of LMOVE. When source contains elements,\nthis command behaves exactly like LMOVE. When used inside a\nMULTI/EXEC block, this command behaves exactly like LMOVE.

    "},{"t":"M","n":"Relay\\Relay::lrange","p":"Relay/Relay.html#method_lrange","d":"

    Returns the specified elements of the list stored at key.

    "},{"t":"M","n":"Relay\\Relay::lpush","p":"Relay/Relay.html#method_lpush","d":"

    Insert all the specified values at the head of the list stored at key.

    "},{"t":"M","n":"Relay\\Relay::rpush","p":"Relay/Relay.html#method_rpush","d":"

    Insert all the specified values at the tail of the list stored at key.

    "},{"t":"M","n":"Relay\\Relay::lpushx","p":"Relay/Relay.html#method_lpushx","d":"

    Inserts specified values at the head of the list stored at key,\nonly if key already exists and holds a list.

    "},{"t":"M","n":"Relay\\Relay::rpushx","p":"Relay/Relay.html#method_rpushx","d":"

    Inserts specified values at the tail of the list stored at key,\nonly if key already exists and holds a list.

    "},{"t":"M","n":"Relay\\Relay::lset","p":"Relay/Relay.html#method_lset","d":"

    Sets the list element at index to element.

    "},{"t":"M","n":"Relay\\Relay::lpop","p":"Relay/Relay.html#method_lpop","d":"

    Removes and returns the first elements of the list stored at key.

    "},{"t":"M","n":"Relay\\Relay::lpos","p":"Relay/Relay.html#method_lpos","d":"

    The command returns the index of matching elements inside a Redis list.

    "},{"t":"M","n":"Relay\\Relay::rpop","p":"Relay/Relay.html#method_rpop","d":"

    Removes and returns the last elements of the list stored at key.

    "},{"t":"M","n":"Relay\\Relay::rpoplpush","p":"Relay/Relay.html#method_rpoplpush","d":"

    Atomically returns and removes the last element (tail) of the list stored at source,\nand pushes the element at the first element (head) of the list stored at destination.

    "},{"t":"M","n":"Relay\\Relay::brpoplpush","p":"Relay/Relay.html#method_brpoplpush","d":"

    Atomically returns and removes the last element (tail) of the list stored at source,\nand pushes the element at the first element (head) of the list stored at destination.

    "},{"t":"M","n":"Relay\\Relay::blpop","p":"Relay/Relay.html#method_blpop","d":"

    BLPOP is a blocking list pop primitive. It is the blocking version of LPOP because\nit blocks the connection when there are no elements to pop from any of the given lists.

    "},{"t":"M","n":"Relay\\Relay::blmpop","p":"Relay/Relay.html#method_blmpop","d":"

    Pop elements from a list, or block until one is available

    "},{"t":"M","n":"Relay\\Relay::bzmpop","p":"Relay/Relay.html#method_bzmpop","d":"

    Remove and return members with scores in a sorted set or block until one is available

    "},{"t":"M","n":"Relay\\Relay::lmpop","p":"Relay/Relay.html#method_lmpop","d":"

    Pops one or more elements from the first non-empty list key from the list of provided key names.

    "},{"t":"M","n":"Relay\\Relay::zmpop","p":"Relay/Relay.html#method_zmpop","d":"

    Pops one or more elements, that are member-score pairs, from the\nfirst non-empty sorted set in the provided list of key names.

    "},{"t":"M","n":"Relay\\Relay::brpop","p":"Relay/Relay.html#method_brpop","d":"

    BRPOP is a blocking list pop primitive. It is the blocking version of RPOP because\nit blocks the connection when there are no elements to pop from any of the given lists.

    "},{"t":"M","n":"Relay\\Relay::bzpopmax","p":"Relay/Relay.html#method_bzpopmax","d":"

    BZPOPMAX is the blocking variant of the sorted set ZPOPMAX primitive.

    "},{"t":"M","n":"Relay\\Relay::bzpopmin","p":"Relay/Relay.html#method_bzpopmin","d":"

    BZPOPMIN is the blocking variant of the sorted set ZPOPMIN primitive.

    "},{"t":"M","n":"Relay\\Relay::object","p":"Relay/Relay.html#method_object","d":"

    This is a container command for object introspection commands.

    "},{"t":"M","n":"Relay\\Relay::geopos","p":"Relay/Relay.html#method_geopos","d":"

    Return the positions (longitude,latitude) of all the specified members\nof the geospatial index represented by the sorted set at key.

    "},{"t":"M","n":"Relay\\Relay::lrem","p":"Relay/Relay.html#method_lrem","d":"

    Removes the first count occurrences of elements equal to element from the list stored at key.

    "},{"t":"M","n":"Relay\\Relay::lindex","p":"Relay/Relay.html#method_lindex","d":"

    Returns the element at index index in the list stored at key.

    "},{"t":"M","n":"Relay\\Relay::linsert","p":"Relay/Relay.html#method_linsert","d":"

    Inserts element in the list stored at key either before or after the reference value pivot.

    "},{"t":"M","n":"Relay\\Relay::ltrim","p":"Relay/Relay.html#method_ltrim","d":"

    Trim an existing list so that it will contain only the specified range of elements specified.

    "},{"t":"M","n":"Relay\\Relay::hget","p":"Relay/Relay.html#method_hget","d":"

    Returns the value associated with field in the hash stored at key.

    "},{"t":"M","n":"Relay\\Relay::hstrlen","p":"Relay/Relay.html#method_hstrlen","d":"

    Returns the string length of the value associated with field in the hash stored at key.

    "},{"t":"M","n":"Relay\\Relay::hgetall","p":"Relay/Relay.html#method_hgetall","d":"

    Returns all fields and values of the hash stored at key.

    "},{"t":"M","n":"Relay\\Relay::hkeys","p":"Relay/Relay.html#method_hkeys","d":"

    Returns all field names in the hash stored at key.

    "},{"t":"M","n":"Relay\\Relay::hvals","p":"Relay/Relay.html#method_hvals","d":"

    Returns all values in the hash stored at key.

    "},{"t":"M","n":"Relay\\Relay::hmget","p":"Relay/Relay.html#method_hmget","d":"

    Returns the values associated with the specified fields in the hash stored at key.

    "},{"t":"M","n":"Relay\\Relay::hrandfield","p":"Relay/Relay.html#method_hrandfield","d":"

    When called with just the key argument, return a random field from the hash value stored at key.

    "},{"t":"M","n":"Relay\\Relay::hmset","p":"Relay/Relay.html#method_hmset","d":"

    Sets the specified fields to their respective values in the hash stored at key.

    "},{"t":"M","n":"Relay\\Relay::hexists","p":"Relay/Relay.html#method_hexists","d":"

    Returns if field is an existing field in the hash stored at key.

    "},{"t":"M","n":"Relay\\Relay::hsetnx","p":"Relay/Relay.html#method_hsetnx","d":"

    Sets field in the hash stored at key to value, only if field does not yet exist.

    "},{"t":"M","n":"Relay\\Relay::hset","p":"Relay/Relay.html#method_hset","d":"

    Sets field in the hash stored at key to value.

    "},{"t":"M","n":"Relay\\Relay::hdel","p":"Relay/Relay.html#method_hdel","d":"

    Removes the specified fields from the hash stored at key.

    "},{"t":"M","n":"Relay\\Relay::hincrby","p":"Relay/Relay.html#method_hincrby","d":"

    Increments the number stored at field in the hash stored at key by increment.

    "},{"t":"M","n":"Relay\\Relay::hincrbyfloat","p":"Relay/Relay.html#method_hincrbyfloat","d":"

    Increment the specified field of a hash stored at key, and representing\na floating point number, by the specified increment.

    "},{"t":"M","n":"Relay\\Relay::incr","p":"Relay/Relay.html#method_incr","d":"

    Increments the number stored at key by one.

    "},{"t":"M","n":"Relay\\Relay::decr","p":"Relay/Relay.html#method_decr","d":"

    Decrements the number stored at key by one.

    "},{"t":"M","n":"Relay\\Relay::incrby","p":"Relay/Relay.html#method_incrby","d":"

    Increments the number stored at key by increment.

    "},{"t":"M","n":"Relay\\Relay::decrby","p":"Relay/Relay.html#method_decrby","d":"

    Decrements the number stored at key by decrement.

    "},{"t":"M","n":"Relay\\Relay::incrbyfloat","p":"Relay/Relay.html#method_incrbyfloat","d":"

    Increment the string representing a floating point number stored at key by the specified increment.

    "},{"t":"M","n":"Relay\\Relay::jsonArrAppend","p":"Relay/Relay.html#method_jsonArrAppend","d":"

    Append the json values into the array at path after the last element in it.

    "},{"t":"M","n":"Relay\\Relay::jsonArrIndex","p":"Relay/Relay.html#method_jsonArrIndex","d":"

    Search for the first occurrence of a JSON value in an array.

    "},{"t":"M","n":"Relay\\Relay::jsonArrInsert","p":"Relay/Relay.html#method_jsonArrInsert","d":"

    Insert the json values into the array at path before the index (shifts to the right).

    "},{"t":"M","n":"Relay\\Relay::jsonArrLen","p":"Relay/Relay.html#method_jsonArrLen","d":"

    Report the length of the JSON array at path in key.

    "},{"t":"M","n":"Relay\\Relay::jsonArrPop","p":"Relay/Relay.html#method_jsonArrPop","d":"

    Remove and return an element from the index in the array.

    "},{"t":"M","n":"Relay\\Relay::jsonArrTrim","p":"Relay/Relay.html#method_jsonArrTrim","d":"

    Trim an array so that it contains only the specified inclusive range of elements.

    "},{"t":"M","n":"Relay\\Relay::jsonClear","p":"Relay/Relay.html#method_jsonClear","d":"

    Clear container values (arrays/objects) and set numeric values to 0.

    "},{"t":"M","n":"Relay\\Relay::jsonDebug","p":"Relay/Relay.html#method_jsonDebug","d":"

    Container command for JSON debugging related tasks.

    "},{"t":"M","n":"Relay\\Relay::jsonDel","p":"Relay/Relay.html#method_jsonDel","d":"

    Delete a value.

    "},{"t":"M","n":"Relay\\Relay::jsonForget","p":"Relay/Relay.html#method_jsonForget","d":""},{"t":"M","n":"Relay\\Relay::jsonGet","p":"Relay/Relay.html#method_jsonGet","d":"

    Return the value at path in JSON serialized form.

    "},{"t":"M","n":"Relay\\Relay::jsonMerge","p":"Relay/Relay.html#method_jsonMerge","d":"

    Merge a given JSON value into matching paths. Consequently, JSON values\nat matching paths are updated, deleted, or expanded with new children.

    "},{"t":"M","n":"Relay\\Relay::jsonMget","p":"Relay/Relay.html#method_jsonMget","d":"

    Return the values at path from multiple key arguments.

    "},{"t":"M","n":"Relay\\Relay::jsonMset","p":"Relay/Relay.html#method_jsonMset","d":"

    Set or update one or more JSON values according to the specified key-path-value triplets.

    "},{"t":"M","n":"Relay\\Relay::jsonNumIncrBy","p":"Relay/Relay.html#method_jsonNumIncrBy","d":"

    Increment the number value stored at path by number.

    "},{"t":"M","n":"Relay\\Relay::jsonNumMultBy","p":"Relay/Relay.html#method_jsonNumMultBy","d":"

    Multiply the number value stored at path by number.

    "},{"t":"M","n":"Relay\\Relay::jsonObjKeys","p":"Relay/Relay.html#method_jsonObjKeys","d":"

    Return the keys in the object that's referenced by path.

    "},{"t":"M","n":"Relay\\Relay::jsonObjLen","p":"Relay/Relay.html#method_jsonObjLen","d":"

    Report the number of keys in the JSON object at path in key.

    "},{"t":"M","n":"Relay\\Relay::jsonResp","p":"Relay/Relay.html#method_jsonResp","d":"

    Return the JSON in key in RESP specification form.

    "},{"t":"M","n":"Relay\\Relay::jsonSet","p":"Relay/Relay.html#method_jsonSet","d":"

    Set the JSON value at path in key.

    "},{"t":"M","n":"Relay\\Relay::jsonStrAppend","p":"Relay/Relay.html#method_jsonStrAppend","d":"

    Append the json-string values to the string at path.

    "},{"t":"M","n":"Relay\\Relay::jsonStrLen","p":"Relay/Relay.html#method_jsonStrLen","d":"

    Report the length of the JSON String at path in key.

    "},{"t":"M","n":"Relay\\Relay::jsonToggle","p":"Relay/Relay.html#method_jsonToggle","d":"

    Toggle a Boolean value stored at path.

    "},{"t":"M","n":"Relay\\Relay::jsonType","p":"Relay/Relay.html#method_jsonType","d":"

    Report the type of JSON value at path.

    "},{"t":"M","n":"Relay\\Relay::sdiff","p":"Relay/Relay.html#method_sdiff","d":"

    Returns the members of the set resulting from the difference\nbetween the first set and all the successive sets.

    "},{"t":"M","n":"Relay\\Relay::sdiffstore","p":"Relay/Relay.html#method_sdiffstore","d":"

    This command is equal to SDIFF, but instead of returning the resulting set,\nit is stored in destination. If destination already exists, it is overwritten.

    "},{"t":"M","n":"Relay\\Relay::sinter","p":"Relay/Relay.html#method_sinter","d":"

    Returns the members of the set resulting from the intersection of all the given sets.

    "},{"t":"M","n":"Relay\\Relay::sintercard","p":"Relay/Relay.html#method_sintercard","d":"

    Intersect multiple sets and return the cardinality of the result.

    "},{"t":"M","n":"Relay\\Relay::sinterstore","p":"Relay/Relay.html#method_sinterstore","d":"

    This command is equal to SINTER, but instead of returning the resulting set,\nit is stored in destination. If destination already exists, it is overwritten.

    "},{"t":"M","n":"Relay\\Relay::sunion","p":"Relay/Relay.html#method_sunion","d":"

    Returns the members of the set resulting from the union of all the given sets.

    "},{"t":"M","n":"Relay\\Relay::sunionstore","p":"Relay/Relay.html#method_sunionstore","d":"

    This command is equal to SUNION, but instead of returning the resulting set,\nit is stored in destination. If destination already exists, it is overwritten.

    "},{"t":"M","n":"Relay\\Relay::subscribe","p":"Relay/Relay.html#method_subscribe","d":"

    Subscribes to the specified channels.

    "},{"t":"M","n":"Relay\\Relay::unsubscribe","p":"Relay/Relay.html#method_unsubscribe","d":"

    Unsubscribes from the given channels, or from all of them if none is given.

    "},{"t":"M","n":"Relay\\Relay::psubscribe","p":"Relay/Relay.html#method_psubscribe","d":"

    Subscribes to the given patterns.

    "},{"t":"M","n":"Relay\\Relay::punsubscribe","p":"Relay/Relay.html#method_punsubscribe","d":"

    Unsubscribes from the given patterns, or from all of them if none is given.

    "},{"t":"M","n":"Relay\\Relay::ssubscribe","p":"Relay/Relay.html#method_ssubscribe","d":"

    Subscribes to the specified shard channels.

    "},{"t":"M","n":"Relay\\Relay::sunsubscribe","p":"Relay/Relay.html#method_sunsubscribe","d":"

    Unsubscribes from the given shard channels, or from all of them if none is given.

    "},{"t":"M","n":"Relay\\Relay::touch","p":"Relay/Relay.html#method_touch","d":"

    Alters the last access time of a key(s).

    "},{"t":"M","n":"Relay\\Relay::pipeline","p":"Relay/Relay.html#method_pipeline","d":"

    A pipeline block is simply transmitted faster to the server (like MULTI), but without any guarantee of atomicity.

    "},{"t":"M","n":"Relay\\Relay::multi","p":"Relay/Relay.html#method_multi","d":"

    Marks the start of a transaction block. Subsequent commands will be queued for atomic execution using EXEC.

    "},{"t":"M","n":"Relay\\Relay::exec","p":"Relay/Relay.html#method_exec","d":"

    Executes all previously queued commands in a transaction and restores the connection state to normal.

    "},{"t":"M","n":"Relay\\Relay::wait","p":"Relay/Relay.html#method_wait","d":"

    Wait for the synchronous replication of all the write\ncommands sent in the context of the current connection.

    "},{"t":"M","n":"Relay\\Relay::watch","p":"Relay/Relay.html#method_watch","d":"

    Marks the given keys to be watched for conditional execution of a transaction.

    "},{"t":"M","n":"Relay\\Relay::unwatch","p":"Relay/Relay.html#method_unwatch","d":"

    Flushes all the previously watched keys for a transaction.

    "},{"t":"M","n":"Relay\\Relay::discard","p":"Relay/Relay.html#method_discard","d":"

    Flushes all previously queued commands in a transaction and restores the connection state to normal.

    "},{"t":"M","n":"Relay\\Relay::getMode","p":"Relay/Relay.html#method_getMode","d":"

    Get the mode Relay is currently in.

    "},{"t":"M","n":"Relay\\Relay::clearBytes","p":"Relay/Relay.html#method_clearBytes","d":"

    Clear the accumulated sent and received bytes.

    "},{"t":"M","n":"Relay\\Relay::scan","p":"Relay/Relay.html#method_scan","d":"

    Scan the keyspace for matching keys.

    "},{"t":"M","n":"Relay\\Relay::hscan","p":"Relay/Relay.html#method_hscan","d":"

    Iterates fields of Hash types and their associated values.

    "},{"t":"M","n":"Relay\\Relay::sscan","p":"Relay/Relay.html#method_sscan","d":"

    Iterates elements of Sets types.

    "},{"t":"M","n":"Relay\\Relay::zscan","p":"Relay/Relay.html#method_zscan","d":"

    Iterates elements of Sorted Set types and their associated scores.

    "},{"t":"M","n":"Relay\\Relay::keys","p":"Relay/Relay.html#method_keys","d":"

    Returns all keys matching pattern.

    "},{"t":"M","n":"Relay\\Relay::slowlog","p":"Relay/Relay.html#method_slowlog","d":"

    Interact with the Redis slowlog.

    "},{"t":"M","n":"Relay\\Relay::smembers","p":"Relay/Relay.html#method_smembers","d":"

    Returns all the members of the set value stored at $key.

    "},{"t":"M","n":"Relay\\Relay::sismember","p":"Relay/Relay.html#method_sismember","d":"

    Returns if $member is a member of the set stored at $key.

    "},{"t":"M","n":"Relay\\Relay::smismember","p":"Relay/Relay.html#method_smismember","d":"

    Returns whether each member is a member of the set stored at $key.

    "},{"t":"M","n":"Relay\\Relay::srem","p":"Relay/Relay.html#method_srem","d":"

    Remove the specified members from the set stored at $key.

    "},{"t":"M","n":"Relay\\Relay::sadd","p":"Relay/Relay.html#method_sadd","d":"

    Add the specified members to the set stored at $key.

    "},{"t":"M","n":"Relay\\Relay::sort","p":"Relay/Relay.html#method_sort","d":"

    Sort the elements in a list, set or sorted set.

    "},{"t":"M","n":"Relay\\Relay::sort_ro","p":"Relay/Relay.html#method_sort_ro","d":"

    Sort the elements in a list, set or sorted set. Read-only variant of SORT.

    "},{"t":"M","n":"Relay\\Relay::smove","p":"Relay/Relay.html#method_smove","d":"

    Move member from the set at source to the set at destination.

    "},{"t":"M","n":"Relay\\Relay::spop","p":"Relay/Relay.html#method_spop","d":"

    Removes and returns one or more random members from the set value store at $key.

    "},{"t":"M","n":"Relay\\Relay::srandmember","p":"Relay/Relay.html#method_srandmember","d":"

    Returns one or multiple random members from a set.

    "},{"t":"M","n":"Relay\\Relay::scard","p":"Relay/Relay.html#method_scard","d":"

    Returns the set cardinality (number of elements) of the set stored at $key.

    "},{"t":"M","n":"Relay\\Relay::script","p":"Relay/Relay.html#method_script","d":"

    Execute a script management command.

    "},{"t":"M","n":"Relay\\Relay::strlen","p":"Relay/Relay.html#method_strlen","d":"

    Returns the length of the string value stored at $key.

    "},{"t":"M","n":"Relay\\Relay::swapdb","p":"Relay/Relay.html#method_swapdb","d":"

    This command swaps two Redis databases,\nso that immediately all the clients connected to a given database\nwill see the data of the other database, and the other way around.

    "},{"t":"M","n":"Relay\\Relay::hlen","p":"Relay/Relay.html#method_hlen","d":"

    Returns the number of fields contained in the hash stored at $key.

    "},{"t":"M","n":"Relay\\Relay::llen","p":"Relay/Relay.html#method_llen","d":"

    Returns the length of the list stored at $key.

    "},{"t":"M","n":"Relay\\Relay::xack","p":"Relay/Relay.html#method_xack","d":"

    Acknowledge one or more IDs as having been processed by the consumer group.

    "},{"t":"M","n":"Relay\\Relay::xadd","p":"Relay/Relay.html#method_xadd","d":"

    Append a message to a stream.

    "},{"t":"M","n":"Relay\\Relay::xclaim","p":"Relay/Relay.html#method_xclaim","d":"

    Claim ownership of stream message(s).

    "},{"t":"M","n":"Relay\\Relay::xautoclaim","p":"Relay/Relay.html#method_xautoclaim","d":"

    Automatically take ownership of stream message(s) by metrics

    "},{"t":"M","n":"Relay\\Relay::xlen","p":"Relay/Relay.html#method_xlen","d":"

    Get the length of a stream.

    "},{"t":"M","n":"Relay\\Relay::xgroup","p":"Relay/Relay.html#method_xgroup","d":"

    Perform utility operations having to do with consumer groups

    "},{"t":"M","n":"Relay\\Relay::xdel","p":"Relay/Relay.html#method_xdel","d":"

    Remove one or more specific IDs from a stream.

    "},{"t":"M","n":"Relay\\Relay::xinfo","p":"Relay/Relay.html#method_xinfo","d":"

    Retrieve information about a stream key.

    "},{"t":"M","n":"Relay\\Relay::xpending","p":"Relay/Relay.html#method_xpending","d":"

    Query pending entries in a stream.

    "},{"t":"M","n":"Relay\\Relay::xrange","p":"Relay/Relay.html#method_xrange","d":"

    Lists elements in a stream.

    "},{"t":"M","n":"Relay\\Relay::xrevrange","p":"Relay/Relay.html#method_xrevrange","d":"

    Get a range of entries from a STREAM ke in reverse chronological order.

    "},{"t":"M","n":"Relay\\Relay::xread","p":"Relay/Relay.html#method_xread","d":"

    Read messages from a stream.

    "},{"t":"M","n":"Relay\\Relay::xreadgroup","p":"Relay/Relay.html#method_xreadgroup","d":"

    Read messages from a stream using a consumer group.

    "},{"t":"M","n":"Relay\\Relay::xtrim","p":"Relay/Relay.html#method_xtrim","d":"

    Truncate a STREAM key in various ways.

    "},{"t":"M","n":"Relay\\Relay::zadd","p":"Relay/Relay.html#method_zadd","d":"

    Adds all the specified members with the specified scores to the sorted set stored at key.

    "},{"t":"M","n":"Relay\\Relay::zrandmember","p":"Relay/Relay.html#method_zrandmember","d":"

    When called with just the key argument, return a random element from the sorted set value stored at key.

    "},{"t":"M","n":"Relay\\Relay::zrange","p":"Relay/Relay.html#method_zrange","d":"

    Returns the specified range of elements in the sorted set stored at key.

    "},{"t":"M","n":"Relay\\Relay::zrevrange","p":"Relay/Relay.html#method_zrevrange","d":"

    Returns the specified range of elements in the sorted set stored at key.

    "},{"t":"M","n":"Relay\\Relay::zrangebyscore","p":"Relay/Relay.html#method_zrangebyscore","d":"

    Returns all the elements in the sorted set at key with a score between\nmin and max (including elements with score equal to min or max).

    "},{"t":"M","n":"Relay\\Relay::zrevrangebyscore","p":"Relay/Relay.html#method_zrevrangebyscore","d":"

    Returns all the elements in the sorted set at key with a score between\nmax and min (including elements with score equal to max or min).

    "},{"t":"M","n":"Relay\\Relay::zrangestore","p":"Relay/Relay.html#method_zrangestore","d":"

    Returns all the elements in the sorted set at key with a score between\nmax and min (including elements with score equal to max or min).

    "},{"t":"M","n":"Relay\\Relay::zrangebylex","p":"Relay/Relay.html#method_zrangebylex","d":"

    When all the elements in a sorted set are inserted with the same score,\nin order to force lexicographical ordering, this command returns all\nthe elements in the sorted set at key with a value between min and max.

    "},{"t":"M","n":"Relay\\Relay::zrevrangebylex","p":"Relay/Relay.html#method_zrevrangebylex","d":"

    When all the elements in a sorted set are inserted with the same score,\nin order to force lexicographical ordering, this command returns all\nthe elements in the sorted set at key with a value between max and min.

    "},{"t":"M","n":"Relay\\Relay::zrank","p":"Relay/Relay.html#method_zrank","d":"

    Returns the rank of member in the sorted set stored at key, with the scores\nordered from low to high. The rank (or index) is 0-based, which means\nthat the member with the lowest score has rank 0.

    "},{"t":"M","n":"Relay\\Relay::zrevrank","p":"Relay/Relay.html#method_zrevrank","d":"

    Returns the rank of member in the sorted set stored at key, with the scores\nordered from high to low. The rank (or index) is 0-based, which means\nthat the member with the highest score has rank 0.

    "},{"t":"M","n":"Relay\\Relay::zrem","p":"Relay/Relay.html#method_zrem","d":"

    Removes the specified members from the sorted set stored at key.

    "},{"t":"M","n":"Relay\\Relay::zremrangebylex","p":"Relay/Relay.html#method_zremrangebylex","d":"

    When all the elements in a sorted set are inserted with the same score,\nin order to force lexicographical ordering, this command removes all\nelements in the sorted set stored at key between the\nlexicographical range specified by min and max.

    "},{"t":"M","n":"Relay\\Relay::zremrangebyrank","p":"Relay/Relay.html#method_zremrangebyrank","d":"

    Removes all elements in the sorted set stored at key with rank between\nstart and stop. Both start and stop are 0 -based indexes with 0 being\nthe element with the lowest score.

    "},{"t":"M","n":"Relay\\Relay::zremrangebyscore","p":"Relay/Relay.html#method_zremrangebyscore","d":"

    Removes all elements in the sorted set stored at key with\na score between min and max (inclusive).

    "},{"t":"M","n":"Relay\\Relay::zcard","p":"Relay/Relay.html#method_zcard","d":"

    Returns the sorted set cardinality (number of elements) of the sorted set stored at key.

    "},{"t":"M","n":"Relay\\Relay::zcount","p":"Relay/Relay.html#method_zcount","d":"

    Returns the number of elements in the sorted set at key with a score between min and max.

    "},{"t":"M","n":"Relay\\Relay::zdiff","p":"Relay/Relay.html#method_zdiff","d":"

    This command is similar to ZDIFFSTORE, but instead of storing the\nresulting sorted set, it is returned to the client.

    "},{"t":"M","n":"Relay\\Relay::zdiffstore","p":"Relay/Relay.html#method_zdiffstore","d":"

    Computes the difference between the first and all successive\ninput sorted sets and stores the result in destination.

    "},{"t":"M","n":"Relay\\Relay::zincrby","p":"Relay/Relay.html#method_zincrby","d":"

    Increments the score of member in the sorted set stored at key by increment.

    "},{"t":"M","n":"Relay\\Relay::zlexcount","p":"Relay/Relay.html#method_zlexcount","d":"

    When all the elements in a sorted set are inserted with the same score,\nin order to force lexicographical ordering, this command returns the\nnumber of elements in the sorted set at key with a value between min and max.

    "},{"t":"M","n":"Relay\\Relay::zmscore","p":"Relay/Relay.html#method_zmscore","d":"

    Returns the scores associated with the specified members in the sorted set stored at key.

    "},{"t":"M","n":"Relay\\Relay::zscore","p":"Relay/Relay.html#method_zscore","d":"

    Returns the score of member in the sorted set at key.

    "},{"t":"M","n":"Relay\\Relay::zinter","p":"Relay/Relay.html#method_zinter","d":"

    This command is similar to ZINTERSTORE, but instead of storing\nthe resulting sorted set, it is returned to the client.

    "},{"t":"M","n":"Relay\\Relay::zintercard","p":"Relay/Relay.html#method_zintercard","d":"

    Intersect multiple sorted sets and return the cardinality of the result.

    "},{"t":"M","n":"Relay\\Relay::zinterstore","p":"Relay/Relay.html#method_zinterstore","d":"

    Computes the intersection of numkeys sorted sets given by the\nspecified keys, and stores the result in destination.

    "},{"t":"M","n":"Relay\\Relay::zunion","p":"Relay/Relay.html#method_zunion","d":"

    This command is similar to ZUNIONSTORE, but instead of storing\nthe resulting sorted set, it is returned to the client.

    "},{"t":"M","n":"Relay\\Relay::zunionstore","p":"Relay/Relay.html#method_zunionstore","d":"

    Computes the union of numkeys sorted sets given by the\nspecified keys, and stores the result in destination.

    "},{"t":"M","n":"Relay\\Relay::zpopmin","p":"Relay/Relay.html#method_zpopmin","d":"

    Removes and returns up to count members with the lowest\nscores in the sorted set stored at key.

    "},{"t":"M","n":"Relay\\Relay::zpopmax","p":"Relay/Relay.html#method_zpopmax","d":"

    Removes and returns up to count members with the highest\nscores in the sorted set stored at key.

    "},{"t":"M","n":"Relay\\Relay::_getKeys","p":"Relay/Relay.html#method__getKeys","d":"

    Returns keys cached in runtime memory.

    "},{"t":"M","n":"Relay\\Relay::license","p":"Relay/Relay.html#method_license","d":"

    Returns information about the license.

    "},{"t":"M","n":"Relay\\Sentinel::__construct","p":"Relay/Sentinel.html#method___construct","d":"

    Establishes a new connection to a Sentinel instance.

    "},{"t":"M","n":"Relay\\Sentinel::ckquorum","p":"Relay/Sentinel.html#method_ckquorum","d":"

    Check if the current Sentinel configuration is able to reach the quorum needed\nto failover a master, and the majority needed to authorize the failover.

    "},{"t":"M","n":"Relay\\Sentinel::failover","p":"Relay/Sentinel.html#method_failover","d":"

    Force a failover as if the master was not reachable,\nand without asking for agreement to other Sentinels.

    "},{"t":"M","n":"Relay\\Sentinel::flushconfig","p":"Relay/Sentinel.html#method_flushconfig","d":"

    Force Sentinel to rewrite its configuration on disk,\nincluding the current Sentinel state.

    "},{"t":"M","n":"Relay\\Sentinel::getMasterAddrByName","p":"Relay/Sentinel.html#method_getMasterAddrByName","d":"

    Returns the ip and port number of the master with that name.

    "},{"t":"M","n":"Relay\\Sentinel::master","p":"Relay/Sentinel.html#method_master","d":"

    Returns the state and info of the specified master.

    "},{"t":"M","n":"Relay\\Sentinel::masters","p":"Relay/Sentinel.html#method_masters","d":"

    Returns a list of monitored masters and their state.

    "},{"t":"M","n":"Relay\\Sentinel::myid","p":"Relay/Sentinel.html#method_myid","d":"

    Returns the ID of the Sentinel instance.

    "},{"t":"M","n":"Relay\\Sentinel::ping","p":"Relay/Sentinel.html#method_ping","d":"

    Returns PONG if no message is provided, otherwise returns the message.

    "},{"t":"M","n":"Relay\\Sentinel::reset","p":"Relay/Sentinel.html#method_reset","d":"

    Will reset all the masters with matching name.

    "},{"t":"M","n":"Relay\\Sentinel::sentinels","p":"Relay/Sentinel.html#method_sentinels","d":"

    Returns a list of sentinel instances for this master, and their state.

    "},{"t":"M","n":"Relay\\Sentinel::slaves","p":"Relay/Sentinel.html#method_slaves","d":"

    Show a list of replicas for this master, and their state.

    "},{"t":"M","n":"Relay\\Sentinel::getLastError","p":"Relay/Sentinel.html#method_getLastError","d":"

    Returns the last error message, if any.

    "},{"t":"M","n":"Relay\\Sentinel::setOption","p":"Relay/Sentinel.html#method_setOption","d":"

    Sets a client option.

    "},{"t":"M","n":"Relay\\Sentinel::getOption","p":"Relay/Sentinel.html#method_getOption","d":"

    Returns a client option.

    "},{"t":"M","n":"Relay\\Table::__construct","p":"Relay/Table.html#method___construct","d":"

    Create a Relay table instance.

    "},{"t":"M","n":"Relay\\Table::get","p":"Relay/Table.html#method_get","d":"

    Returns a key, or null if key doesn't exist.

    "},{"t":"M","n":"Relay\\Table::pluck","p":"Relay/Table.html#method_pluck","d":"

    Pluck a key from a cached key.

    "},{"t":"M","n":"Relay\\Table::set","p":"Relay/Table.html#method_set","d":"

    Set a key and its value.

    "},{"t":"M","n":"Relay\\Table::exists","p":"Relay/Table.html#method_exists","d":"

    Check if a key exists in the table.

    "},{"t":"M","n":"Relay\\Table::delete","p":"Relay/Table.html#method_delete","d":"

    Remove a key from the table.

    "},{"t":"M","n":"Relay\\Table::count","p":"Relay/Table.html#method_count","d":"

    The number of keys stored in the table.

    "},{"t":"M","n":"Relay\\Table::namespace","p":"Relay/Table.html#method_namespace","d":"

    Get the table's namespace.

    "},{"t":"M","n":"Relay\\Table::namespaces","p":"Relay/Table.html#method_namespaces","d":"

    Returns all table namespaces.

    "},{"t":"M","n":"Relay\\Table::clear","p":"Relay/Table.html#method_clear","d":"

    Removes all keys from the table.

    "},{"t":"M","n":"Relay\\Table::clearAll","p":"Relay/Table.html#method_clearAll","d":"

    Removes all keys from all tables.

    "},{"t":"M","n":"ResourceBundle::__construct","p":"ResourceBundle.html#method___construct","d":""},{"t":"M","n":"ResourceBundle::create","p":"ResourceBundle.html#method_create","d":"

    (PHP >= 5.3.2, PECL intl >= 2.0.0)
    \nCreate a resource bundle

    "},{"t":"M","n":"ResourceBundle::get","p":"ResourceBundle.html#method_get","d":"

    (PHP >= 5.3.2, PECL intl >= 2.0.0)
    \nGet data from the bundle

    "},{"t":"M","n":"ResourceBundle::count","p":"ResourceBundle.html#method_count","d":"

    (PHP >= 5.3.2, PECL intl >= 2.0.0)
    \nGet number of elements in the bundle

    "},{"t":"M","n":"ResourceBundle::getLocales","p":"ResourceBundle.html#method_getLocales","d":"

    (PHP >= 5.3.2, PECL intl >= 2.0.0)
    \nGet supported locales

    "},{"t":"M","n":"ResourceBundle::getErrorCode","p":"ResourceBundle.html#method_getErrorCode","d":"

    (PHP >= 5.3.2, PECL intl >= 2.0.0)
    \nGet bundle's last error code.

    "},{"t":"M","n":"ResourceBundle::getErrorMessage","p":"ResourceBundle.html#method_getErrorMessage","d":"

    (PHP >= 5.3.2, PECL intl >= 2.0.0)
    \nGet bundle's last error message.

    "},{"t":"M","n":"ResourceBundle::getIterator","p":"ResourceBundle.html#method_getIterator","d":""},{"t":"M","n":"ReturnTypeWillChange::__construct","p":"ReturnTypeWillChange.html#method___construct","d":null},{"t":"M","n":"SNMP::__construct","p":"SNMP.html#method___construct","d":"

    Creates SNMP instance representing session to remote SNMP agent

    "},{"t":"M","n":"SNMP::close","p":"SNMP.html#method_close","d":"

    Close SNMP session

    "},{"t":"M","n":"SNMP::setSecurity","p":"SNMP.html#method_setSecurity","d":"

    Configures security-related SNMPv3 session parameters

    "},{"t":"M","n":"SNMP::get","p":"SNMP.html#method_get","d":"

    Fetch an SNMP object

    "},{"t":"M","n":"SNMP::getnext","p":"SNMP.html#method_getnext","d":"

    Fetch an SNMP object which\nfollows the given object id

    "},{"t":"M","n":"SNMP::walk","p":"SNMP.html#method_walk","d":"

    Fetch SNMP object subtree

    "},{"t":"M","n":"SNMP::set","p":"SNMP.html#method_set","d":"

    Set the value of an SNMP object

    "},{"t":"M","n":"SNMP::getErrno","p":"SNMP.html#method_getErrno","d":"

    Get last error code

    "},{"t":"M","n":"SNMP::getError","p":"SNMP.html#method_getError","d":"

    Get last error message

    "},{"t":"M","n":"SQLite3::open","p":"SQLite3.html#method_open","d":"

    Opens an SQLite database

    "},{"t":"M","n":"SQLite3::close","p":"SQLite3.html#method_close","d":"

    Closes the database connection

    "},{"t":"M","n":"SQLite3::exec","p":"SQLite3.html#method_exec","d":"

    Executes a result-less query against a given database

    "},{"t":"M","n":"SQLite3::version","p":"SQLite3.html#method_version","d":"

    Returns the SQLite3 library version as a string constant and as a number

    "},{"t":"M","n":"SQLite3::lastInsertRowID","p":"SQLite3.html#method_lastInsertRowID","d":"

    Returns the row ID of the most recent INSERT into the database

    "},{"t":"M","n":"SQLite3::lastErrorCode","p":"SQLite3.html#method_lastErrorCode","d":"

    Returns the numeric result code of the most recent failed SQLite request

    "},{"t":"M","n":"SQLite3::lastErrorMsg","p":"SQLite3.html#method_lastErrorMsg","d":"

    Returns English text describing the most recent failed SQLite request

    "},{"t":"M","n":"SQLite3::busyTimeout","p":"SQLite3.html#method_busyTimeout","d":"

    Sets the busy connection handler

    "},{"t":"M","n":"SQLite3::loadExtension","p":"SQLite3.html#method_loadExtension","d":"

    Attempts to load an SQLite extension library

    "},{"t":"M","n":"SQLite3::changes","p":"SQLite3.html#method_changes","d":"

    Returns the number of database rows that were changed (or inserted or\ndeleted) by the most recent SQL statement

    "},{"t":"M","n":"SQLite3::escapeString","p":"SQLite3.html#method_escapeString","d":"

    Returns a string that has been properly escaped

    "},{"t":"M","n":"SQLite3::prepare","p":"SQLite3.html#method_prepare","d":"

    Prepares an SQL statement for execution

    "},{"t":"M","n":"SQLite3::query","p":"SQLite3.html#method_query","d":"

    Executes an SQL query

    "},{"t":"M","n":"SQLite3::querySingle","p":"SQLite3.html#method_querySingle","d":"

    Executes a query and returns a single result

    "},{"t":"M","n":"SQLite3::createFunction","p":"SQLite3.html#method_createFunction","d":"

    Registers a PHP function for use as an SQL scalar function

    "},{"t":"M","n":"SQLite3::createAggregate","p":"SQLite3.html#method_createAggregate","d":"

    Registers a PHP function for use as an SQL aggregate function

    "},{"t":"M","n":"SQLite3::createCollation","p":"SQLite3.html#method_createCollation","d":"

    Registers a PHP function for use as an SQL collating function

    "},{"t":"M","n":"SQLite3::openBlob","p":"SQLite3.html#method_openBlob","d":"

    Opens a stream resource to read a BLOB

    "},{"t":"M","n":"SQLite3::enableExceptions","p":"SQLite3.html#method_enableExceptions","d":"

    Enable throwing exceptions

    "},{"t":"M","n":"SQLite3::__construct","p":"SQLite3.html#method___construct","d":"

    Instantiates an SQLite3 object and opens an SQLite 3 database

    "},{"t":"M","n":"SQLite3::lastExtendedErrorCode","p":"SQLite3.html#method_lastExtendedErrorCode","d":""},{"t":"M","n":"SQLite3::enableExtendedResultCodes","p":"SQLite3.html#method_enableExtendedResultCodes","d":""},{"t":"M","n":"SQLite3::backup","p":"SQLite3.html#method_backup","d":""},{"t":"M","n":"SQLite3::setAuthorizer","p":"SQLite3.html#method_setAuthorizer","d":""},{"t":"M","n":"SQLite3Result::numColumns","p":"SQLite3Result.html#method_numColumns","d":"

    Returns the number of columns in the result set

    "},{"t":"M","n":"SQLite3Result::columnName","p":"SQLite3Result.html#method_columnName","d":"

    Returns the name of the nth column

    "},{"t":"M","n":"SQLite3Result::columnType","p":"SQLite3Result.html#method_columnType","d":"

    Returns the type of the nth column

    "},{"t":"M","n":"SQLite3Result::fetchArray","p":"SQLite3Result.html#method_fetchArray","d":"

    Fetches a result row as an associative or numerically indexed array or both

    "},{"t":"M","n":"SQLite3Result::reset","p":"SQLite3Result.html#method_reset","d":"

    Resets the result set back to the first row

    "},{"t":"M","n":"SQLite3Result::finalize","p":"SQLite3Result.html#method_finalize","d":"

    Closes the result set

    "},{"t":"M","n":"SQLite3Stmt::paramCount","p":"SQLite3Stmt.html#method_paramCount","d":"

    Returns the number of parameters within the prepared statement

    "},{"t":"M","n":"SQLite3Stmt::close","p":"SQLite3Stmt.html#method_close","d":"

    Closes the prepared statement

    "},{"t":"M","n":"SQLite3Stmt::reset","p":"SQLite3Stmt.html#method_reset","d":"

    Resets the prepared statement

    "},{"t":"M","n":"SQLite3Stmt::clear","p":"SQLite3Stmt.html#method_clear","d":"

    Clears all current bound parameters

    "},{"t":"M","n":"SQLite3Stmt::execute","p":"SQLite3Stmt.html#method_execute","d":"

    Executes a prepared statement and returns a result set object

    "},{"t":"M","n":"SQLite3Stmt::bindParam","p":"SQLite3Stmt.html#method_bindParam","d":"

    Binds a parameter to a statement variable

    "},{"t":"M","n":"SQLite3Stmt::bindValue","p":"SQLite3Stmt.html#method_bindValue","d":"

    Binds the value of a parameter to a statement variable

    "},{"t":"M","n":"SQLite3Stmt::readOnly","p":"SQLite3Stmt.html#method_readOnly","d":null},{"t":"M","n":"SQLite3Stmt::getSQL","p":"SQLite3Stmt.html#method_getSQL","d":"

    Retrieves the SQL of the prepared statement. If expanded is FALSE, the unmodified SQL is retrieved.

    "},{"t":"M","n":"SQLiteDatabase::__construct","p":"SQLiteDatabase.html#method___construct","d":"

    (PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)

    "},{"t":"M","n":"SQLiteDatabase::query","p":"SQLiteDatabase.html#method_query","d":"

    (PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)

    "},{"t":"M","n":"SQLiteDatabase::queryExec","p":"SQLiteDatabase.html#method_queryExec","d":"

    (PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)

    "},{"t":"M","n":"SQLiteDatabase::arrayQuery","p":"SQLiteDatabase.html#method_arrayQuery","d":"

    (PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)\nExecute a query against a given database and returns an array

    "},{"t":"M","n":"SQLiteDatabase::singleQuery","p":"SQLiteDatabase.html#method_singleQuery","d":"

    (PHP 5 < 5.4.0, PECL sqlite >= 1.0.1)\nExecutes a query and returns either an array for one single column or the value of the first row

    "},{"t":"M","n":"SQLiteDatabase::unbufferedQuery","p":"SQLiteDatabase.html#method_unbufferedQuery","d":"

    (PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)\nExecute a query that does not prefetch and buffer all data

    "},{"t":"M","n":"SQLiteDatabase::lastInsertRowid","p":"SQLiteDatabase.html#method_lastInsertRowid","d":"

    (PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)\nReturns the rowid of the most recently inserted row

    "},{"t":"M","n":"SQLiteDatabase::changes","p":"SQLiteDatabase.html#method_changes","d":"

    (PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)\nReturns the number of rows that were changed by the most recent SQL statement

    "},{"t":"M","n":"SQLiteDatabase::createAggregate","p":"SQLiteDatabase.html#method_createAggregate","d":"

    (PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)\nRegister an aggregating UDF for use in SQL statements

    "},{"t":"M","n":"SQLiteDatabase::createFunction","p":"SQLiteDatabase.html#method_createFunction","d":"

    (PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)\nRegisters a "regular" User Defined Function for use in SQL statements

    "},{"t":"M","n":"SQLiteDatabase::busyTimeout","p":"SQLiteDatabase.html#method_busyTimeout","d":"

    (PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)\nSet busy timeout duration, or disable busy handlers

    "},{"t":"M","n":"SQLiteDatabase::lastError","p":"SQLiteDatabase.html#method_lastError","d":"

    (PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)\nReturns the error code of the last error for a database

    "},{"t":"M","n":"SQLiteDatabase::fetchColumnTypes","p":"SQLiteDatabase.html#method_fetchColumnTypes","d":"

    (PHP 5 < 5.4.0)\nReturn an array of column types from a particular table

    "},{"t":"M","n":"SQLiteException::__construct","p":"SQLiteException.html#method___construct","d":"

    Construct the exception

    "},{"t":"M","n":"SQLiteException::__toString","p":"SQLiteException.html#method___toString","d":"

    String representation of the exception

    "},{"t":"M","n":"SQLiteResult::fetch","p":"SQLiteResult.html#method_fetch","d":"

    (PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)\nFetches the next row from a result set as an array

    "},{"t":"M","n":"SQLiteResult::fetchObject","p":"SQLiteResult.html#method_fetchObject","d":"

    (PHP 5 < 5.4.0)\nFetches the next row from a result set as an object

    "},{"t":"M","n":"SQLiteResult::fetchSingle","p":"SQLiteResult.html#method_fetchSingle","d":"

    (PHP 5 < 5.4.0, PECL sqlite >= 1.0.1)\nFetches the first column of a result set as a string

    "},{"t":"M","n":"SQLiteResult::fetchAll","p":"SQLiteResult.html#method_fetchAll","d":"

    (PHP 5 < 5.4.0)\nFetches the next row from a result set as an object

    "},{"t":"M","n":"SQLiteResult::column","p":"SQLiteResult.html#method_column","d":"

    (PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)\nFetches a column from the current row of a result set

    "},{"t":"M","n":"SQLiteResult::numFields","p":"SQLiteResult.html#method_numFields","d":"

    (PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)\nReturns the number of fields in a result set

    "},{"t":"M","n":"SQLiteResult::fieldName","p":"SQLiteResult.html#method_fieldName","d":"

    (PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)\nReturns the name of a particular field

    "},{"t":"M","n":"SQLiteResult::current","p":"SQLiteResult.html#method_current","d":"

    (PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)\nFetches the current row from a result set as an array

    "},{"t":"M","n":"SQLiteResult::key","p":"SQLiteResult.html#method_key","d":"

    Return the key of the current element

    "},{"t":"M","n":"SQLiteResult::next","p":"SQLiteResult.html#method_next","d":"

    Seek to the next row number

    "},{"t":"M","n":"SQLiteResult::valid","p":"SQLiteResult.html#method_valid","d":"

    Checks if current position is valid

    "},{"t":"M","n":"SQLiteResult::rewind","p":"SQLiteResult.html#method_rewind","d":"

    Rewind the Iterator to the first element

    "},{"t":"M","n":"SQLiteResult::count","p":"SQLiteResult.html#method_count","d":"

    Count elements of an object

    "},{"t":"M","n":"SQLiteResult::prev","p":"SQLiteResult.html#method_prev","d":"

    Seek to the previous row number of a result set

    "},{"t":"M","n":"SQLiteResult::hasPrev","p":"SQLiteResult.html#method_hasPrev","d":""},{"t":"M","n":"SQLiteResult::numRows","p":"SQLiteResult.html#method_numRows","d":"

    (PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)\nReturns the number of rows in a buffered result set

    "},{"t":"M","n":"SQLiteResult::seek","p":"SQLiteResult.html#method_seek","d":"

    (PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)\nSeek to a particular row number of a buffered result set

    "},{"t":"M","n":"SQLiteUnbuffered::fetch","p":"SQLiteUnbuffered.html#method_fetch","d":""},{"t":"M","n":"SQLiteUnbuffered::fetchObject","p":"SQLiteUnbuffered.html#method_fetchObject","d":""},{"t":"M","n":"SQLiteUnbuffered::fetchSingle","p":"SQLiteUnbuffered.html#method_fetchSingle","d":""},{"t":"M","n":"SQLiteUnbuffered::fetchAll","p":"SQLiteUnbuffered.html#method_fetchAll","d":""},{"t":"M","n":"SQLiteUnbuffered::column","p":"SQLiteUnbuffered.html#method_column","d":""},{"t":"M","n":"SQLiteUnbuffered::numFields","p":"SQLiteUnbuffered.html#method_numFields","d":null},{"t":"M","n":"SQLiteUnbuffered::fieldName","p":"SQLiteUnbuffered.html#method_fieldName","d":""},{"t":"M","n":"SQLiteUnbuffered::current","p":"SQLiteUnbuffered.html#method_current","d":""},{"t":"M","n":"SQLiteUnbuffered::next","p":"SQLiteUnbuffered.html#method_next","d":null},{"t":"M","n":"SQLiteUnbuffered::valid","p":"SQLiteUnbuffered.html#method_valid","d":null},{"t":"M","n":"SVM::__construct","p":"SVM.html#method___construct","d":"

    Construct a new SVM object

    "},{"t":"M","n":"SVM::crossvalidate","p":"SVM.html#method_crossvalidate","d":"

    Test training params on subsets of the training data

    "},{"t":"M","n":"SVM::getOptions","p":"SVM.html#method_getOptions","d":"

    Return the current training parameters

    "},{"t":"M","n":"SVM::setOptions","p":"SVM.html#method_setOptions","d":"

    Set training parameters

    "},{"t":"M","n":"SVM::train","p":"SVM.html#method_train","d":"

    Create a SVMModel based on training data

    "},{"t":"M","n":"SVMModel::checkProbabilityModel","p":"SVMModel.html#method_checkProbabilityModel","d":"

    Returns true if the model has probability information

    "},{"t":"M","n":"SVMModel::__construct","p":"SVMModel.html#method___construct","d":"

    Construct a new SVMModel

    "},{"t":"M","n":"SVMModel::getLabels","p":"SVMModel.html#method_getLabels","d":"

    Get the labels the model was trained on

    "},{"t":"M","n":"SVMModel::getNrClass","p":"SVMModel.html#method_getNrClass","d":"

    Returns the number of classes the model was trained with

    "},{"t":"M","n":"SVMModel::getSvmType","p":"SVMModel.html#method_getSvmType","d":"

    Get the SVM type the model was trained with

    "},{"t":"M","n":"SVMModel::getSvrProbability","p":"SVMModel.html#method_getSvrProbability","d":"

    Get the sigma value for regression types

    "},{"t":"M","n":"SVMModel::load","p":"SVMModel.html#method_load","d":"

    Load a saved SVM Model

    "},{"t":"M","n":"SVMModel::predict_probability","p":"SVMModel.html#method_predict_probability","d":"

    Return class probabilities for previous unseen data

    "},{"t":"M","n":"SVMModel::predict","p":"SVMModel.html#method_predict","d":"

    Predict a value for previously unseen data

    "},{"t":"M","n":"SVMModel::save","p":"SVMModel.html#method_save","d":"

    Save a model to a file, for later use

    "},{"t":"M","n":"SWFAction::__construct","p":"SWFAction.html#method___construct","d":null},{"t":"M","n":"SWFBitmap::__construct","p":"SWFBitmap.html#method___construct","d":null},{"t":"M","n":"SWFBitmap::getWidth","p":"SWFBitmap.html#method_getWidth","d":null},{"t":"M","n":"SWFBitmap::getHeight","p":"SWFBitmap.html#method_getHeight","d":null},{"t":"M","n":"SWFButton::__construct","p":"SWFButton.html#method___construct","d":null},{"t":"M","n":"SWFButton::setHit","p":"SWFButton.html#method_setHit","d":null},{"t":"M","n":"SWFButton::setOver","p":"SWFButton.html#method_setOver","d":null},{"t":"M","n":"SWFButton::setUp","p":"SWFButton.html#method_setUp","d":null},{"t":"M","n":"SWFButton::setDown","p":"SWFButton.html#method_setDown","d":null},{"t":"M","n":"SWFButton::setAction","p":"SWFButton.html#method_setAction","d":null},{"t":"M","n":"SWFButton::addShape","p":"SWFButton.html#method_addShape","d":null},{"t":"M","n":"SWFButton::setMenu","p":"SWFButton.html#method_setMenu","d":null},{"t":"M","n":"SWFButton::addAction","p":"SWFButton.html#method_addAction","d":null},{"t":"M","n":"SWFButton::addSound","p":"SWFButton.html#method_addSound","d":null},{"t":"M","n":"SWFDisplayItem::moveTo","p":"SWFDisplayItem.html#method_moveTo","d":null},{"t":"M","n":"SWFDisplayItem::move","p":"SWFDisplayItem.html#method_move","d":null},{"t":"M","n":"SWFDisplayItem::scaleTo","p":"SWFDisplayItem.html#method_scaleTo","d":null},{"t":"M","n":"SWFDisplayItem::scale","p":"SWFDisplayItem.html#method_scale","d":null},{"t":"M","n":"SWFDisplayItem::rotateTo","p":"SWFDisplayItem.html#method_rotateTo","d":null},{"t":"M","n":"SWFDisplayItem::rotate","p":"SWFDisplayItem.html#method_rotate","d":null},{"t":"M","n":"SWFDisplayItem::skewXTo","p":"SWFDisplayItem.html#method_skewXTo","d":null},{"t":"M","n":"SWFDisplayItem::skewX","p":"SWFDisplayItem.html#method_skewX","d":null},{"t":"M","n":"SWFDisplayItem::skewYTo","p":"SWFDisplayItem.html#method_skewYTo","d":null},{"t":"M","n":"SWFDisplayItem::skewY","p":"SWFDisplayItem.html#method_skewY","d":null},{"t":"M","n":"SWFDisplayItem::setMatrix","p":"SWFDisplayItem.html#method_setMatrix","d":null},{"t":"M","n":"SWFDisplayItem::setDepth","p":"SWFDisplayItem.html#method_setDepth","d":null},{"t":"M","n":"SWFDisplayItem::setRatio","p":"SWFDisplayItem.html#method_setRatio","d":null},{"t":"M","n":"SWFDisplayItem::addColor","p":"SWFDisplayItem.html#method_addColor","d":null},{"t":"M","n":"SWFDisplayItem::multColor","p":"SWFDisplayItem.html#method_multColor","d":null},{"t":"M","n":"SWFDisplayItem::setName","p":"SWFDisplayItem.html#method_setName","d":null},{"t":"M","n":"SWFDisplayItem::addAction","p":"SWFDisplayItem.html#method_addAction","d":null},{"t":"M","n":"SWFDisplayItem::remove","p":"SWFDisplayItem.html#method_remove","d":null},{"t":"M","n":"SWFDisplayItem::setMaskLevel","p":"SWFDisplayItem.html#method_setMaskLevel","d":null},{"t":"M","n":"SWFDisplayItem::endMask","p":"SWFDisplayItem.html#method_endMask","d":null},{"t":"M","n":"SWFDisplayItem::getX","p":"SWFDisplayItem.html#method_getX","d":null},{"t":"M","n":"SWFDisplayItem::getY","p":"SWFDisplayItem.html#method_getY","d":null},{"t":"M","n":"SWFDisplayItem::getXScale","p":"SWFDisplayItem.html#method_getXScale","d":null},{"t":"M","n":"SWFDisplayItem::getYScale","p":"SWFDisplayItem.html#method_getYScale","d":null},{"t":"M","n":"SWFDisplayItem::getXSkew","p":"SWFDisplayItem.html#method_getXSkew","d":null},{"t":"M","n":"SWFDisplayItem::getYSkew","p":"SWFDisplayItem.html#method_getYSkew","d":null},{"t":"M","n":"SWFDisplayItem::getRot","p":"SWFDisplayItem.html#method_getRot","d":null},{"t":"M","n":"SWFFill::__construct","p":"SWFFill.html#method___construct","d":null},{"t":"M","n":"SWFFill::moveTo","p":"SWFFill.html#method_moveTo","d":null},{"t":"M","n":"SWFFill::scaleTo","p":"SWFFill.html#method_scaleTo","d":null},{"t":"M","n":"SWFFill::rotateTo","p":"SWFFill.html#method_rotateTo","d":null},{"t":"M","n":"SWFFill::skewXTo","p":"SWFFill.html#method_skewXTo","d":null},{"t":"M","n":"SWFFill::skewYTo","p":"SWFFill.html#method_skewYTo","d":null},{"t":"M","n":"SWFFont::__construct","p":"SWFFont.html#method___construct","d":null},{"t":"M","n":"SWFFont::getWidth","p":"SWFFont.html#method_getWidth","d":null},{"t":"M","n":"SWFFont::getUTF8Width","p":"SWFFont.html#method_getUTF8Width","d":null},{"t":"M","n":"SWFFont::getAscent","p":"SWFFont.html#method_getAscent","d":null},{"t":"M","n":"SWFFont::getDescent","p":"SWFFont.html#method_getDescent","d":null},{"t":"M","n":"SWFFont::getLeading","p":"SWFFont.html#method_getLeading","d":null},{"t":"M","n":"SWFFont::getShape","p":"SWFFont.html#method_getShape","d":null},{"t":"M","n":"SWFFontChar::addChars","p":"SWFFontChar.html#method_addChars","d":null},{"t":"M","n":"SWFFontChar::addUTF8Chars","p":"SWFFontChar.html#method_addUTF8Chars","d":null},{"t":"M","n":"SWFGradient::__construct","p":"SWFGradient.html#method___construct","d":null},{"t":"M","n":"SWFGradient::addEntry","p":"SWFGradient.html#method_addEntry","d":null},{"t":"M","n":"SWFMorph::__construct","p":"SWFMorph.html#method___construct","d":null},{"t":"M","n":"SWFMorph::getShape1","p":"SWFMorph.html#method_getShape1","d":null},{"t":"M","n":"SWFMorph::getShape2","p":"SWFMorph.html#method_getShape2","d":null},{"t":"M","n":"SWFMovie::__construct","p":"SWFMovie.html#method___construct","d":null},{"t":"M","n":"SWFMovie::nextFrame","p":"SWFMovie.html#method_nextFrame","d":null},{"t":"M","n":"SWFMovie::labelFrame","p":"SWFMovie.html#method_labelFrame","d":null},{"t":"M","n":"SWFMovie::add","p":"SWFMovie.html#method_add","d":null},{"t":"M","n":"SWFMovie::remove","p":"SWFMovie.html#method_remove","d":null},{"t":"M","n":"SWFMovie::output","p":"SWFMovie.html#method_output","d":null},{"t":"M","n":"SWFMovie::save","p":"SWFMovie.html#method_save","d":null},{"t":"M","n":"SWFMovie::saveToFile","p":"SWFMovie.html#method_saveToFile","d":null},{"t":"M","n":"SWFMovie::setBackground","p":"SWFMovie.html#method_setBackground","d":null},{"t":"M","n":"SWFMovie::setRate","p":"SWFMovie.html#method_setRate","d":null},{"t":"M","n":"SWFMovie::setDimension","p":"SWFMovie.html#method_setDimension","d":null},{"t":"M","n":"SWFMovie::setFrames","p":"SWFMovie.html#method_setFrames","d":null},{"t":"M","n":"SWFMovie::streamMP3","p":"SWFMovie.html#method_streamMP3","d":null},{"t":"M","n":"SWFMovie::addExport","p":"SWFMovie.html#method_addExport","d":null},{"t":"M","n":"SWFMovie::writeExports","p":"SWFMovie.html#method_writeExports","d":null},{"t":"M","n":"SWFMovie::startSound","p":"SWFMovie.html#method_startSound","d":null},{"t":"M","n":"SWFMovie::stopSound","p":"SWFMovie.html#method_stopSound","d":null},{"t":"M","n":"SWFMovie::importChar","p":"SWFMovie.html#method_importChar","d":null},{"t":"M","n":"SWFMovie::importFont","p":"SWFMovie.html#method_importFont","d":null},{"t":"M","n":"SWFMovie::addFont","p":"SWFMovie.html#method_addFont","d":null},{"t":"M","n":"SWFMovie::protect","p":"SWFMovie.html#method_protect","d":null},{"t":"M","n":"SWFMovie::namedAnchor","p":"SWFMovie.html#method_namedAnchor","d":null},{"t":"M","n":"SWFShape::__construct","p":"SWFShape.html#method___construct","d":null},{"t":"M","n":"SWFShape::setLine","p":"SWFShape.html#method_setLine","d":null},{"t":"M","n":"SWFShape::addFill","p":"SWFShape.html#method_addFill","d":null},{"t":"M","n":"SWFShape::setLeftFill","p":"SWFShape.html#method_setLeftFill","d":null},{"t":"M","n":"SWFShape::setRightFill","p":"SWFShape.html#method_setRightFill","d":null},{"t":"M","n":"SWFShape::movePenTo","p":"SWFShape.html#method_movePenTo","d":null},{"t":"M","n":"SWFShape::movePen","p":"SWFShape.html#method_movePen","d":null},{"t":"M","n":"SWFShape::drawLineTo","p":"SWFShape.html#method_drawLineTo","d":null},{"t":"M","n":"SWFShape::drawLine","p":"SWFShape.html#method_drawLine","d":null},{"t":"M","n":"SWFShape::drawCurveTo","p":"SWFShape.html#method_drawCurveTo","d":null},{"t":"M","n":"SWFShape::drawCurve","p":"SWFShape.html#method_drawCurve","d":null},{"t":"M","n":"SWFShape::drawGlyph","p":"SWFShape.html#method_drawGlyph","d":null},{"t":"M","n":"SWFShape::drawCircle","p":"SWFShape.html#method_drawCircle","d":null},{"t":"M","n":"SWFShape::drawArc","p":"SWFShape.html#method_drawArc","d":null},{"t":"M","n":"SWFShape::drawCubic","p":"SWFShape.html#method_drawCubic","d":null},{"t":"M","n":"SWFShape::drawCubicTo","p":"SWFShape.html#method_drawCubicTo","d":null},{"t":"M","n":"SWFSound::__construct","p":"SWFSound.html#method___construct","d":null},{"t":"M","n":"SWFSoundInstance::noMultiple","p":"SWFSoundInstance.html#method_noMultiple","d":null},{"t":"M","n":"SWFSoundInstance::loopInPoint","p":"SWFSoundInstance.html#method_loopInPoint","d":null},{"t":"M","n":"SWFSoundInstance::loopOutPoint","p":"SWFSoundInstance.html#method_loopOutPoint","d":null},{"t":"M","n":"SWFSoundInstance::loopCount","p":"SWFSoundInstance.html#method_loopCount","d":null},{"t":"M","n":"SWFSprite::__construct","p":"SWFSprite.html#method___construct","d":null},{"t":"M","n":"SWFSprite::add","p":"SWFSprite.html#method_add","d":null},{"t":"M","n":"SWFSprite::remove","p":"SWFSprite.html#method_remove","d":null},{"t":"M","n":"SWFSprite::nextFrame","p":"SWFSprite.html#method_nextFrame","d":null},{"t":"M","n":"SWFSprite::labelFrame","p":"SWFSprite.html#method_labelFrame","d":null},{"t":"M","n":"SWFSprite::setFrames","p":"SWFSprite.html#method_setFrames","d":null},{"t":"M","n":"SWFSprite::startSound","p":"SWFSprite.html#method_startSound","d":null},{"t":"M","n":"SWFSprite::stopSound","p":"SWFSprite.html#method_stopSound","d":null},{"t":"M","n":"SWFText::__construct","p":"SWFText.html#method___construct","d":null},{"t":"M","n":"SWFText::setFont","p":"SWFText.html#method_setFont","d":null},{"t":"M","n":"SWFText::setHeight","p":"SWFText.html#method_setHeight","d":null},{"t":"M","n":"SWFText::setSpacing","p":"SWFText.html#method_setSpacing","d":null},{"t":"M","n":"SWFText::setColor","p":"SWFText.html#method_setColor","d":null},{"t":"M","n":"SWFText::moveTo","p":"SWFText.html#method_moveTo","d":null},{"t":"M","n":"SWFText::addString","p":"SWFText.html#method_addString","d":null},{"t":"M","n":"SWFText::addUTF8String","p":"SWFText.html#method_addUTF8String","d":null},{"t":"M","n":"SWFText::getWidth","p":"SWFText.html#method_getWidth","d":null},{"t":"M","n":"SWFText::getUTF8Width","p":"SWFText.html#method_getUTF8Width","d":null},{"t":"M","n":"SWFText::getAscent","p":"SWFText.html#method_getAscent","d":null},{"t":"M","n":"SWFText::getDescent","p":"SWFText.html#method_getDescent","d":null},{"t":"M","n":"SWFText::getLeading","p":"SWFText.html#method_getLeading","d":null},{"t":"M","n":"SWFTextField::__construct","p":"SWFTextField.html#method___construct","d":null},{"t":"M","n":"SWFTextField::setFont","p":"SWFTextField.html#method_setFont","d":null},{"t":"M","n":"SWFTextField::setBounds","p":"SWFTextField.html#method_setBounds","d":null},{"t":"M","n":"SWFTextField::align","p":"SWFTextField.html#method_align","d":null},{"t":"M","n":"SWFTextField::setHeight","p":"SWFTextField.html#method_setHeight","d":null},{"t":"M","n":"SWFTextField::setLeftMargin","p":"SWFTextField.html#method_setLeftMargin","d":null},{"t":"M","n":"SWFTextField::setRightMargin","p":"SWFTextField.html#method_setRightMargin","d":null},{"t":"M","n":"SWFTextField::setMargins","p":"SWFTextField.html#method_setMargins","d":null},{"t":"M","n":"SWFTextField::setIndentation","p":"SWFTextField.html#method_setIndentation","d":null},{"t":"M","n":"SWFTextField::setLineSpacing","p":"SWFTextField.html#method_setLineSpacing","d":null},{"t":"M","n":"SWFTextField::setColor","p":"SWFTextField.html#method_setColor","d":null},{"t":"M","n":"SWFTextField::setName","p":"SWFTextField.html#method_setName","d":null},{"t":"M","n":"SWFTextField::addString","p":"SWFTextField.html#method_addString","d":null},{"t":"M","n":"SWFTextField::setPadding","p":"SWFTextField.html#method_setPadding","d":null},{"t":"M","n":"SWFTextField::addChars","p":"SWFTextField.html#method_addChars","d":null},{"t":"M","n":"SWFVideoStream::__construct","p":"SWFVideoStream.html#method___construct","d":null},{"t":"M","n":"SWFVideoStream::setdimension","p":"SWFVideoStream.html#method_setdimension","d":null},{"t":"M","n":"SWFVideoStream::getnumframes","p":"SWFVideoStream.html#method_getnumframes","d":null},{"t":"M","n":"Saxon\\SaxonProcessor::__construct","p":"Saxon/SaxonProcessor.html#method___construct","d":"Constructor"},{"t":"M","n":"Saxon\\SaxonProcessor::createAtomicValue","p":"Saxon/SaxonProcessor.html#method_createAtomicValue","d":"

    Create an Xdm Atomic value from any of the main primitive types (i.e. bool, int, float, string)

    "},{"t":"M","n":"Saxon\\SaxonProcessor::parseXmlFromString","p":"Saxon/SaxonProcessor.html#method_parseXmlFromString","d":"

    Create an XdmNode object.

    "},{"t":"M","n":"Saxon\\SaxonProcessor::parseXmlFromFile","p":"Saxon/SaxonProcessor.html#method_parseXmlFromFile","d":"

    Create an XdmNode object.

    "},{"t":"M","n":"Saxon\\SaxonProcessor::setcwd","p":"Saxon/SaxonProcessor.html#method_setcwd","d":"

    Set the current working directory used to resolve against files

    "},{"t":"M","n":"Saxon\\SaxonProcessor::setResourceDirectory","p":"Saxon/SaxonProcessor.html#method_setResourceDirectory","d":"

    Set the resources directory of where Saxon can locate data folder

    "},{"t":"M","n":"Saxon\\SaxonProcessor::setConfigurationProperty","p":"Saxon/SaxonProcessor.html#method_setConfigurationProperty","d":"

    Set a configuration property specific to the processor in use. Properties specified here are common across all the processors.

    "},{"t":"M","n":"Saxon\\SaxonProcessor::newXsltProcessor","p":"Saxon/SaxonProcessor.html#method_newXsltProcessor","d":"

    Create an XsltProcessor} in the PHP environment. An {@link XsltProcessor is used to compile and execute XSLT sytlesheets

    "},{"t":"M","n":"Saxon\\SaxonProcessor::newXslt30Processor","p":"Saxon/SaxonProcessor.html#method_newXslt30Processor","d":"

    Create an Xslt30Processor} in the PHP environment. An {@link Xslt30Processor} is used to compile and execute XSLT 3.0 stylesheets, but can also be used for XSLT 2.0 or 1.0 stylesheets. Use an {@link Xslt30Processor} instead of {@link XsltProcessor for XSLT 3.0 processing.

    "},{"t":"M","n":"Saxon\\SaxonProcessor::newXQueryProcessor","p":"Saxon/SaxonProcessor.html#method_newXQueryProcessor","d":"

    Create an XQueryProcessor} in the PHP environment. An {@link XQueryProcessor is used to compile and execute XQuery queries

    "},{"t":"M","n":"Saxon\\SaxonProcessor::newXPathProcessor","p":"Saxon/SaxonProcessor.html#method_newXPathProcessor","d":"

    Create an XPathProcessor} in the PHP environment. An {@link XPathProcessor is used to compile and execute XPath queries

    "},{"t":"M","n":"Saxon\\SaxonProcessor::newSchemaValidator","p":"Saxon/SaxonProcessor.html#method_newSchemaValidator","d":"

    Create a SchemaValidator} in the PHP environment. A {@link SchemaValidator provides capabilities to load and cache XML schema definitions. You can also validate source documents with registered XML schema definitions

    "},{"t":"M","n":"Saxon\\SaxonProcessor::version","p":"Saxon/SaxonProcessor.html#method_version","d":"

    Report the Java Saxon version

    "},{"t":"M","n":"Saxon\\SaxonProcessor::registerPHPFunctions","p":"Saxon/SaxonProcessor.html#method_registerPHPFunctions","d":"

    Enables the ability to use PHP functions as XSLT functions. Accepts as parameter the full path of the Saxon/C PHP Extension library. This is needed to do the callbacks.

    "},{"t":"M","n":"Saxon\\SchemaValidator::setSourceNode","p":"Saxon/SchemaValidator.html#method_setSourceNode","d":"

    The instance document to be validated. Supplied as an Xdm Node

    "},{"t":"M","n":"Saxon\\SchemaValidator::setOutputFile","p":"Saxon/SchemaValidator.html#method_setOutputFile","d":"

    The instance document to be validated. Supplied file name is resolved and accessed

    "},{"t":"M","n":"Saxon\\SchemaValidator::registerSchemaFromFile","p":"Saxon/SchemaValidator.html#method_registerSchemaFromFile","d":"

    Register the Schema which is given as file name.

    "},{"t":"M","n":"Saxon\\SchemaValidator::registerSchemaFromString","p":"Saxon/SchemaValidator.html#method_registerSchemaFromString","d":"

    Register the Schema which is given as a string representation.

    "},{"t":"M","n":"Saxon\\SchemaValidator::validate","p":"Saxon/SchemaValidator.html#method_validate","d":"

    Validate an instance document supplied as a Source object. Assume source document has already been supplied through accessor methods

    "},{"t":"M","n":"Saxon\\SchemaValidator::validateToNode","p":"Saxon/SchemaValidator.html#method_validateToNode","d":"

    Validate an instance document supplied as a Source object with the validated document returned to the calling program.

    "},{"t":"M","n":"Saxon\\SchemaValidator::getValidationReport","p":"Saxon/SchemaValidator.html#method_getValidationReport","d":"

    Get the validation report produced after validating the source document. The reporting feature is switched on via setting the property on the {@link SchemaValidator): $validator->setProperty('report', 'true').

    "},{"t":"M","n":"Saxon\\SchemaValidator::setParameter","p":"Saxon/SchemaValidator.html#method_setParameter","d":"

    Set the parameters required for XQuery Processor

    "},{"t":"M","n":"Saxon\\SchemaValidator::setProperty","p":"Saxon/SchemaValidator.html#method_setProperty","d":"

    Set properties for Schema Validator.

    "},{"t":"M","n":"Saxon\\SchemaValidator::clearParameters","p":"Saxon/SchemaValidator.html#method_clearParameters","d":"

    Clear parameter values set

    "},{"t":"M","n":"Saxon\\SchemaValidator::clearProperties","p":"Saxon/SchemaValidator.html#method_clearProperties","d":"

    Clear property values set

    "},{"t":"M","n":"Saxon\\SchemaValidator::exceptionClear","p":"Saxon/SchemaValidator.html#method_exceptionClear","d":"

    Clear any exception thrown

    "},{"t":"M","n":"Saxon\\SchemaValidator::getErrorCode","p":"Saxon/SchemaValidator.html#method_getErrorCode","d":"

    Get the $i'th error code if there are any errors

    "},{"t":"M","n":"Saxon\\SchemaValidator::getErrorMessage","p":"Saxon/SchemaValidator.html#method_getErrorMessage","d":"

    Get the $i'th error message if there are any errors

    "},{"t":"M","n":"Saxon\\SchemaValidator::getExceptionCount","p":"Saxon/SchemaValidator.html#method_getExceptionCount","d":"

    Get number of error during execution of the validator

    "},{"t":"M","n":"Saxon\\XPathProcessor::setContextItem","p":"Saxon/XPathProcessor.html#method_setContextItem","d":"

    Set the context item from a XdmItem

    "},{"t":"M","n":"Saxon\\XPathProcessor::setContextFile","p":"Saxon/XPathProcessor.html#method_setContextFile","d":"

    Set the context item from file

    "},{"t":"M","n":"Saxon\\XPathProcessor::effectiveBooleanValue","p":"Saxon/XPathProcessor.html#method_effectiveBooleanValue","d":"

    Evaluate the XPath expression, returning the effective boolean value of the result.

    "},{"t":"M","n":"Saxon\\XPathProcessor::evaluate","p":"Saxon/XPathProcessor.html#method_evaluate","d":"

    Compile and evaluate an XPath expression, supplied as a character string. Result is an XdmValue

    "},{"t":"M","n":"Saxon\\XPathProcessor::evaluateSingle","p":"Saxon/XPathProcessor.html#method_evaluateSingle","d":"

    Compile and evaluate an XPath expression whose result is expected to be a single item, with a given context item. The expression is supplied as a character string, and the result returned as an XdmItem. Return NULL if the expression returns an empty sequence. If the expression returns a sequence of more than one item, any items after the first are ignored.

    "},{"t":"M","n":"Saxon\\XPathProcessor::declareNamespace","p":"Saxon/XPathProcessor.html#method_declareNamespace","d":"

    Declare a namespace binding as part of the static context for XPath expressions compiled using this XPathProcessor

    "},{"t":"M","n":"Saxon\\XPathProcessor::setBaseURI","p":"Saxon/XPathProcessor.html#method_setBaseURI","d":"

    Set the static base URI for XPath expressions compiled using this XQuery Processor. The base URI is part of the static context, and is used to resolve any relative URIS appearing within a query

    "},{"t":"M","n":"Saxon\\XPathProcessor::setParameter","p":"Saxon/XPathProcessor.html#method_setParameter","d":"

    Set the parameters required for XQuery Processor

    "},{"t":"M","n":"Saxon\\XPathProcessor::setProperty","p":"Saxon/XPathProcessor.html#method_setProperty","d":"

    Set properties for Query.

    "},{"t":"M","n":"Saxon\\XPathProcessor::clearParameters","p":"Saxon/XPathProcessor.html#method_clearParameters","d":"

    Clear parameter values set

    "},{"t":"M","n":"Saxon\\XPathProcessor::clearProperties","p":"Saxon/XPathProcessor.html#method_clearProperties","d":"

    Clear property values set

    "},{"t":"M","n":"Saxon\\XPathProcessor::exceptionClear","p":"Saxon/XPathProcessor.html#method_exceptionClear","d":"

    Clear any exception thrown

    "},{"t":"M","n":"Saxon\\XPathProcessor::getErrorCode","p":"Saxon/XPathProcessor.html#method_getErrorCode","d":"

    Get the $i'th error code if there are any errors

    "},{"t":"M","n":"Saxon\\XPathProcessor::getErrorMessage","p":"Saxon/XPathProcessor.html#method_getErrorMessage","d":"

    Get the $i'th error message if there are any errors

    "},{"t":"M","n":"Saxon\\XPathProcessor::getExceptionCount","p":"Saxon/XPathProcessor.html#method_getExceptionCount","d":"

    Get number of error during execution or evaluate of stylesheet and query, respectively

    "},{"t":"M","n":"Saxon\\XQueryProcessor::runQueryToValue","p":"Saxon/XQueryProcessor.html#method_runQueryToValue","d":"

    Compile and evaluate the query. Result returned as an XdmValue object. If there are failures then a null is returned

    "},{"t":"M","n":"Saxon\\XQueryProcessor::runQueryToString","p":"Saxon/XQueryProcessor.html#method_runQueryToString","d":"

    Compile and evaluate the query. Result returned as string. If there are failures then a null is returned

    "},{"t":"M","n":"Saxon\\XQueryProcessor::runQueryToFile","p":"Saxon/XQueryProcessor.html#method_runQueryToFile","d":"

    Compile and evaluate the query. Save the result to file

    "},{"t":"M","n":"Saxon\\XQueryProcessor::setQueryContent","p":"Saxon/XQueryProcessor.html#method_setQueryContent","d":"

    query supplied as a string

    "},{"t":"M","n":"Saxon\\XQueryProcessor::setQueryItem","p":"Saxon/XQueryProcessor.html#method_setQueryItem","d":""},{"t":"M","n":"Saxon\\XQueryProcessor::setQueryFile","p":"Saxon/XQueryProcessor.html#method_setQueryFile","d":"

    query supplied as a file

    "},{"t":"M","n":"Saxon\\XQueryProcessor::setContextItemFromFile","p":"Saxon/XQueryProcessor.html#method_setContextItemFromFile","d":"

    Set the initial context item for the query. Supplied as filename

    "},{"t":"M","n":"Saxon\\XQueryProcessor::setContextItem","p":"Saxon/XQueryProcessor.html#method_setContextItem","d":"

    Set the initial context item for the query.

    "},{"t":"M","n":"Saxon\\XQueryProcessor::setQueryBaseURI","p":"Saxon/XQueryProcessor.html#method_setQueryBaseURI","d":"

    Set the static base URI for a query expressions compiled using this XQuery Processor. The base URI is part of the static context, and is used to resolve any relative URIS appearing within a query

    "},{"t":"M","n":"Saxon\\XQueryProcessor::declareNamespace","p":"Saxon/XQueryProcessor.html#method_declareNamespace","d":"

    Declare a namespace binding as part of the static context for XPath expressions compiled using this XQuery processor

    "},{"t":"M","n":"Saxon\\XQueryProcessor::setParameter","p":"Saxon/XQueryProcessor.html#method_setParameter","d":"

    Set the parameters required for XQuery Processor

    "},{"t":"M","n":"Saxon\\XQueryProcessor::setProperty","p":"Saxon/XQueryProcessor.html#method_setProperty","d":"

    Set properties for Query.

    "},{"t":"M","n":"Saxon\\XQueryProcessor::clearParameters","p":"Saxon/XQueryProcessor.html#method_clearParameters","d":"

    Clear parameter values set

    "},{"t":"M","n":"Saxon\\XQueryProcessor::clearProperties","p":"Saxon/XQueryProcessor.html#method_clearProperties","d":"

    Clear property values set

    "},{"t":"M","n":"Saxon\\XQueryProcessor::exceptionClear","p":"Saxon/XQueryProcessor.html#method_exceptionClear","d":"

    Clear any exception thrown

    "},{"t":"M","n":"Saxon\\XQueryProcessor::getErrorCode","p":"Saxon/XQueryProcessor.html#method_getErrorCode","d":"

    Get the $i'th error code if there are any errors

    "},{"t":"M","n":"Saxon\\XQueryProcessor::getErrorMessage","p":"Saxon/XQueryProcessor.html#method_getErrorMessage","d":"

    Get the $i'th error message if there are any errors

    "},{"t":"M","n":"Saxon\\XQueryProcessor::getExceptionCount","p":"Saxon/XQueryProcessor.html#method_getExceptionCount","d":"

    Get number of error during execution or evaluate of query

    "},{"t":"M","n":"Saxon\\XdmAtomicValue::getStringValue","p":"Saxon/XdmAtomicValue.html#method_getStringValue","d":"

    Get the string value of the item. For an atomic value, it has the same effect as casting the value to a string. In all cases the result is the same as applying the XPath string() function.

    "},{"t":"M","n":"Saxon\\XdmAtomicValue::getBooleanValue","p":"Saxon/XdmAtomicValue.html#method_getBooleanValue","d":"

    Get the value converted to a boolean using the XPath casting rules

    "},{"t":"M","n":"Saxon\\XdmAtomicValue::getDoubleValue","p":"Saxon/XdmAtomicValue.html#method_getDoubleValue","d":"

    Get the value converted to a float using the XPath casting rules. If the value is a string, the XSD 1.1 rules are used, which means that the string "+INF" is recognised

    "},{"t":"M","n":"Saxon\\XdmAtomicValue::getLongValue","p":"Saxon/XdmAtomicValue.html#method_getLongValue","d":"

    Get the value converted to an integer using the XPath casting rules

    "},{"t":"M","n":"Saxon\\XdmAtomicValue::isAtomic","p":"Saxon/XdmAtomicValue.html#method_isAtomic","d":"

    Determine whether the item is an atomic value or a node. Return TRUE if the item is an atomic value

    "},{"t":"M","n":"Saxon\\XdmItem::getStringValue","p":"Saxon/XdmItem.html#method_getStringValue","d":"

    Get the string value of the item. For a node, this gets the string value of the node. For an atomic value, it has the same effect as casting the value to a string. In all cases the result is the same as applying the XPath string() function.

    "},{"t":"M","n":"Saxon\\XdmItem::isNode","p":"Saxon/XdmItem.html#method_isNode","d":"

    Determine whether the item is a node value or not.

    "},{"t":"M","n":"Saxon\\XdmItem::isAtomic","p":"Saxon/XdmItem.html#method_isAtomic","d":"

    Determine whether the item is an atomic value or not.

    "},{"t":"M","n":"Saxon\\XdmItem::getAtomicValue","p":"Saxon/XdmItem.html#method_getAtomicValue","d":"

    Provided the item is an atomic value we return the XdmAtomicValue otherwise return null

    "},{"t":"M","n":"Saxon\\XdmItem::getNodeValue","p":"Saxon/XdmItem.html#method_getNodeValue","d":"

    Provided the item is a node value we return the XdmNode otherwise return null

    "},{"t":"M","n":"Saxon\\XdmNode::getStringValue","p":"Saxon/XdmNode.html#method_getStringValue","d":"

    Get the string value of the item. For a node, this gets the string value of the node.

    "},{"t":"M","n":"Saxon\\XdmNode::getNodeKind","p":"Saxon/XdmNode.html#method_getNodeKind","d":"

    Get the kind of node

    "},{"t":"M","n":"Saxon\\XdmNode::getNodeName","p":"Saxon/XdmNode.html#method_getNodeName","d":"

    Get the name of the node, as a EQName

    "},{"t":"M","n":"Saxon\\XdmNode::isAtomic","p":"Saxon/XdmNode.html#method_isAtomic","d":"

    Determine whether the item is an atomic value or a node. This method will return FALSE as the item is not atomic

    "},{"t":"M","n":"Saxon\\XdmNode::getChildCount","p":"Saxon/XdmNode.html#method_getChildCount","d":"

    Get the count of child node at this current node

    "},{"t":"M","n":"Saxon\\XdmNode::getAttributeCount","p":"Saxon/XdmNode.html#method_getAttributeCount","d":"

    Get the count of attribute nodes at this node

    "},{"t":"M","n":"Saxon\\XdmNode::getChildNode","p":"Saxon/XdmNode.html#method_getChildNode","d":"

    Get the n'th child node at this node. If the child node selected does not exist then return null

    "},{"t":"M","n":"Saxon\\XdmNode::getParent","p":"Saxon/XdmNode.html#method_getParent","d":"

    Get the parent of this node. If parent node does not exist then return null

    "},{"t":"M","n":"Saxon\\XdmNode::getAttributeNode","p":"Saxon/XdmNode.html#method_getAttributeNode","d":"

    Get the n'th attribute node at this node. If the attribute node selected does not exist then return null

    "},{"t":"M","n":"Saxon\\XdmNode::getAttributeValue","p":"Saxon/XdmNode.html#method_getAttributeValue","d":"

    Get the n'th attribute node value at this node. If the attribute node selected does not exist then return null

    "},{"t":"M","n":"Saxon\\XdmValue::getHead","p":"Saxon/XdmValue.html#method_getHead","d":"

    Get the first item in the sequence

    "},{"t":"M","n":"Saxon\\XdmValue::itemAt","p":"Saxon/XdmValue.html#method_itemAt","d":"

    Get the n'th item in the value, counting from zero

    "},{"t":"M","n":"Saxon\\XdmValue::size","p":"Saxon/XdmValue.html#method_size","d":"

    Get the number of items in the sequence

    "},{"t":"M","n":"Saxon\\XdmValue::addXdmItem","p":"Saxon/XdmValue.html#method_addXdmItem","d":"

    Add item to the sequence at the end.

    "},{"t":"M","n":"Saxon\\Xslt30Processor::addPackages","p":"Saxon/Xslt30Processor.html#method_addPackages","d":"

    File names to XSLT packages stored on filestore are added to a set of packages, which will be imported later for use when compiling.

    "},{"t":"M","n":"Saxon\\Xslt30Processor::applyTemplatesReturningFile","p":"Saxon/Xslt30Processor.html#method_applyTemplatesReturningFile","d":"

    Invoke the most recently compiled stylsheet by applying templates to a supplied input sequence (the initial match selection), saving the results to the file specified in the $fileName argument.

    "},{"t":"M","n":"Saxon\\Xslt30Processor::applyTemplatesReturningString","p":"Saxon/Xslt30Processor.html#method_applyTemplatesReturningString","d":"

    Invoke a stylesheet by applying templates to a supplied input sequence (the initial match selection). The result is returned as a serialized string. The stylesheet file name can be supplied as an argument here. If null then the most recently compiled stylsheet is used.

    "},{"t":"M","n":"Saxon\\Xslt30Processor::applyTemplatesReturningValue","p":"Saxon/Xslt30Processor.html#method_applyTemplatesReturningValue","d":"

    Invoke a stylesheet by applying templates to a supplied input sequence (the initial match selection). The result is returned as an XdmValue object. The stylesheet file name can be supplied as an argument here. If null then the most recently compiled stylsheet is used.

    "},{"t":"M","n":"Saxon\\Xslt30Processor::compileFromAssociatedFile","p":"Saxon/Xslt30Processor.html#method_compileFromAssociatedFile","d":"

    Get the stylesheet associated via the xml-stylesheet processing instruction (@link http://www.w3.org/TR/xml-stylesheet/) in the document specified in the $xmlFileName argument, and that match the given criteria. If there are several suitable xml-stylesheet processing instructions, then the returned source will identify a synthesized stylesheet module that imports all the referenced stylesheet modules.

    "},{"t":"M","n":"Saxon\\Xslt30Processor::compileFromFile","p":"Saxon/Xslt30Processor.html#method_compileFromFile","d":"

    Compile a stylesheet supplied as a file as specified by the $fileName argument.

    "},{"t":"M","n":"Saxon\\Xslt30Processor::compileFromString","p":"Saxon/Xslt30Processor.html#method_compileFromString","d":"

    Compile a stylesheet received as a string.

    "},{"t":"M","n":"Saxon\\Xslt30Processor::compileFromValue","p":"Saxon/Xslt30Processor.html#method_compileFromValue","d":"

    Compile a stylesheet received as an XdmValue.

    "},{"t":"M","n":"Saxon\\Xslt30Processor::compileFromFileAndSave","p":"Saxon/Xslt30Processor.html#method_compileFromFileAndSave","d":"

    Compile a stylesheet supplied as a file as specified by the $fileName argument, and save as an exported file (SEF).

    "},{"t":"M","n":"Saxon\\Xslt30Processor::compileFromStringAndSave","p":"Saxon/Xslt30Processor.html#method_compileFromStringAndSave","d":"

    Compile a stylesheet received as a string and save as an exported file (SEF).

    "},{"t":"M","n":"Saxon\\Xslt30Processor::compileFromValueAndSave","p":"Saxon/Xslt30Processor.html#method_compileFromValueAndSave","d":"

    Compile a stylesheet received as an XdmNode and save as an exported file (SEF).

    "},{"t":"M","n":"Saxon\\Xslt30Processor::callFunctionReturningFile","p":"Saxon/Xslt30Processor.html#method_callFunctionReturningFile","d":"

    Call a public user-defined function in the stylesheet. Here we wrap the result in an XML document, and send this document to a specified file. The function name is supplied as a string, and the values of the arguments to be supplied to the function are supplied as an array of XdmValue objects. These will be converted if necessary to the type as defined in the function signature, using the function conversion rules.

    "},{"t":"M","n":"Saxon\\Xslt30Processor::callFunctionReturningString","p":"Saxon/Xslt30Processor.html#method_callFunctionReturningString","d":"

    Call a public user-defined function in the stylesheet. Here we wrap the result in an XML document, and serialize this document to a string value. The function name is supplied as a string, and the values of the arguments to be supplied to the function are supplied as an array of XdmValue objects. These will be converted if necessary to the type as defined in the function signature, using the function conversion rules.

    "},{"t":"M","n":"Saxon\\Xslt30Processor::callFunctionReturningValue","p":"Saxon/Xslt30Processor.html#method_callFunctionReturningValue","d":"

    Call a public user-defined function in the stylesheet. Here we wrap the result in an XML document, and return the document as an XdmValue}. The function name is supplied as a string, and the values of the arguments to be supplied to the function are supplied as an array of {@link XdmValue objects. These will be converted if necessary to the type as defined in the function signature, using the function conversion rules.

    "},{"t":"M","n":"Saxon\\Xslt30Processor::callTemplateReturningFile","p":"Saxon/Xslt30Processor.html#method_callTemplateReturningFile","d":"

    Invoke a transformation by calling a named template, saving the results to the file specified in the $outputFileName argument. If the $templateName argument is null then the xsl:initial-template is used. Parameters supplied using setInitialTemplateParameters() are made available to the called template.

    "},{"t":"M","n":"Saxon\\Xslt30Processor::callTemplateReturningString","p":"Saxon/Xslt30Processor.html#method_callTemplateReturningString","d":"

    Invoke a transformation by calling a named template, and return the result as a string. If the $templateName argument is null then the xsl:initial-template is used. Parameters supplied using setInitialTemplateParameters() are made available to the called template.

    "},{"t":"M","n":"Saxon\\Xslt30Processor::callTemplateReturningValue","p":"Saxon/Xslt30Processor.html#method_callTemplateReturningValue","d":"

    Invoke a transformation by calling a named template, and return the result as an XdmValue}. If the $templateName argument is null then the xsl:initial-template is used. Parameters supplied using {@link setInitialTemplateParameters() are made available to the called template.

    "},{"t":"M","n":"Saxon\\Xslt30Processor::transformFileToFile","p":"Saxon/Xslt30Processor.html#method_transformFileToFile","d":"

    Perform a one shot transformation, saving the results to the file specified in the $outputFileName argument.

    "},{"t":"M","n":"Saxon\\Xslt30Processor::transformFileToValue","p":"Saxon/Xslt30Processor.html#method_transformFileToValue","d":"

    Perform a one shot transformation. The result is returned as an XdmValue.

    "},{"t":"M","n":"Saxon\\Xslt30Processor::transformFileToString","p":"Saxon/Xslt30Processor.html#method_transformFileToString","d":"

    Perform a one shot transformation. The result is returned as a string.

    "},{"t":"M","n":"Saxon\\Xslt30Processor::transformToFile","p":"Saxon/Xslt30Processor.html#method_transformToFile","d":"

    Perform a one shot transformation, saving the results to the file as previously set (e.g. using setOutputFile()). The global context item may be supplied in the $context argument.

    "},{"t":"M","n":"Saxon\\Xslt30Processor::transformToString","p":"Saxon/Xslt30Processor.html#method_transformToString","d":"

    Perform a one shot transformation. The result is returned as a serialized string. The global context item may be supplied in the $context argument.

    "},{"t":"M","n":"Saxon\\Xslt30Processor::transformToValue","p":"Saxon/Xslt30Processor.html#method_transformToValue","d":"

    Perform a one shot transformation. The result is returned as an XdmValue object. If there are failures then a null is returned. The global context item may be supplied in the $context argument.

    "},{"t":"M","n":"Saxon\\Xslt30Processor::setInitialTemplateParameters","p":"Saxon/Xslt30Processor.html#method_setInitialTemplateParameters","d":"

    Set parameters to be passed to the initial template. These are used whether the transformation is invoked by applying templates to an initial context item, or by invoking a named template. The parameters in question are the xsl:param elements appearing as children of the xsl:template element. The $tunnel argument should be set to true if these values are to be used for setting tunnel parameters.

    "},{"t":"M","n":"Saxon\\Xslt30Processor::setInitialMatchSelection","p":"Saxon/Xslt30Processor.html#method_setInitialMatchSelection","d":"

    Set the initial value to which templates are to be applied (equivalent to the 'select' attribute of xsl:apply-templates).

    "},{"t":"M","n":"Saxon\\Xslt30Processor::setInitialMatchSelectionAsFile","p":"Saxon/Xslt30Processor.html#method_setInitialMatchSelectionAsFile","d":"

    Set the initial value to which templates are to be applied (equivalent to the 'select' attribute of xsl:apply-templates). This initial match selection is supplied as a file as specified by the $fileName argument.

    "},{"t":"M","n":"Saxon\\Xslt30Processor::setGlobalContextItem","p":"Saxon/Xslt30Processor.html#method_setGlobalContextItem","d":"

    Supply the context item to be used when evaluating global variables and parameters.

    "},{"t":"M","n":"Saxon\\Xslt30Processor::setGlobalContextFromFile","p":"Saxon/Xslt30Processor.html#method_setGlobalContextFromFile","d":"

    Supply the context item to be used when evaluating global variables and parameters, as a file as specified by the $fileName argument.

    "},{"t":"M","n":"Saxon\\Xslt30Processor::setOutputFile","p":"Saxon/Xslt30Processor.html#method_setOutputFile","d":"

    Set the output file to which the transformation result will be sent.

    "},{"t":"M","n":"Saxon\\Xslt30Processor::setParameter","p":"Saxon/Xslt30Processor.html#method_setParameter","d":"

    Set the parameters required for the XSLT stylesheet.

    "},{"t":"M","n":"Saxon\\Xslt30Processor::setProperty","p":"Saxon/Xslt30Processor.html#method_setProperty","d":"

    Set properties for the XSLT processor.

    "},{"t":"M","n":"Saxon\\Xslt30Processor::setJustInTimeCompilation","p":"Saxon/Xslt30Processor.html#method_setJustInTimeCompilation","d":"

    Say whether just-in-time compilation of template rules should be used.

    "},{"t":"M","n":"Saxon\\Xslt30Processor::setResultAsRawValue","p":"Saxon/Xslt30Processor.html#method_setResultAsRawValue","d":"

    Set true if the result of a transformation should be returned as a raw XdmValue} result, rather than as a result tree (an {@link XdmNode object with a Document node as its root).

    "},{"t":"M","n":"Saxon\\Xslt30Processor::clearParameters","p":"Saxon/Xslt30Processor.html#method_clearParameters","d":"

    Clear parameter values set.

    "},{"t":"M","n":"Saxon\\Xslt30Processor::clearProperties","p":"Saxon/Xslt30Processor.html#method_clearProperties","d":"

    Clear property values set.

    "},{"t":"M","n":"Saxon\\Xslt30Processor::exceptionClear","p":"Saxon/Xslt30Processor.html#method_exceptionClear","d":"

    Clear any exceptions thrown.

    "},{"t":"M","n":"Saxon\\Xslt30Processor::getErrorCode","p":"Saxon/Xslt30Processor.html#method_getErrorCode","d":"

    Get the i'th error code if there are any errors.

    "},{"t":"M","n":"Saxon\\Xslt30Processor::getErrorMessage","p":"Saxon/Xslt30Processor.html#method_getErrorMessage","d":"

    Get the i'th error message if there are any errors.

    "},{"t":"M","n":"Saxon\\Xslt30Processor::getExceptionCount","p":"Saxon/Xslt30Processor.html#method_getExceptionCount","d":"

    Get the number of errors during execution or evaluation of a stylesheet.

    "},{"t":"M","n":"Saxon\\XsltProcessor::transformFileToFile","p":"Saxon/XsltProcessor.html#method_transformFileToFile","d":"

    Perform a one shot transformation. The result is stored in the supplied outputfile name.

    "},{"t":"M","n":"Saxon\\XsltProcessor::transformFileToString","p":"Saxon/XsltProcessor.html#method_transformFileToString","d":"

    Perform a one shot transformation. The result is returned as a string. If there are failures then a null is returned.

    "},{"t":"M","n":"Saxon\\XsltProcessor::transformFileToValue","p":"Saxon/XsltProcessor.html#method_transformFileToValue","d":"

    Perform a one shot transformation. The result is returned as an XdmValue.

    "},{"t":"M","n":"Saxon\\XsltProcessor::transformToFile","p":"Saxon/XsltProcessor.html#method_transformToFile","d":"

    Perform the transformation based upon cached stylesheet and source document.

    "},{"t":"M","n":"Saxon\\XsltProcessor::transformToString","p":"Saxon/XsltProcessor.html#method_transformToString","d":""},{"t":"M","n":"Saxon\\XsltProcessor::transformToValue","p":"Saxon/XsltProcessor.html#method_transformToValue","d":"

    Perform the transformation based upon cached stylesheet and any source document. Result returned as an XdmValue object. If there are failures then a null is returned

    "},{"t":"M","n":"Saxon\\XsltProcessor::compileFromFile","p":"Saxon/XsltProcessor.html#method_compileFromFile","d":"

    Compile a stylesheet supplied by file name

    "},{"t":"M","n":"Saxon\\XsltProcessor::compileFromString","p":"Saxon/XsltProcessor.html#method_compileFromString","d":"

    Compile a stylesheet received as a string.

    "},{"t":"M","n":"Saxon\\XsltProcessor::compileFromValue","p":"Saxon/XsltProcessor.html#method_compileFromValue","d":"

    Compile a stylesheet received as an XdmNode.

    "},{"t":"M","n":"Saxon\\XsltProcessor::setOutputFile","p":"Saxon/XsltProcessor.html#method_setOutputFile","d":"

    Set the output file name of where the transformation result is sent

    "},{"t":"M","n":"Saxon\\XsltProcessor::setSourceFromXdmValue","p":"Saxon/XsltProcessor.html#method_setSourceFromXdmValue","d":"

    The source used for a query or stylesheet. Requires an XdmValue object

    "},{"t":"M","n":"Saxon\\XsltProcessor::setSourceFromFile","p":"Saxon/XsltProcessor.html#method_setSourceFromFile","d":"

    The source used for a query or stylesheet. Requires a file name as string

    "},{"t":"M","n":"Saxon\\XsltProcessor::setParameter","p":"Saxon/XsltProcessor.html#method_setParameter","d":"

    Set the parameters required for XSLT stylesheet

    "},{"t":"M","n":"Saxon\\XsltProcessor::setProperty","p":"Saxon/XsltProcessor.html#method_setProperty","d":"

    Set properties for the stylesheet.

    "},{"t":"M","n":"Saxon\\XsltProcessor::clearParameters","p":"Saxon/XsltProcessor.html#method_clearParameters","d":"

    Clear parameter values set

    "},{"t":"M","n":"Saxon\\XsltProcessor::clearProperties","p":"Saxon/XsltProcessor.html#method_clearProperties","d":"

    Clear property values set

    "},{"t":"M","n":"Saxon\\XsltProcessor::exceptionClear","p":"Saxon/XsltProcessor.html#method_exceptionClear","d":"

    Clear any exception thrown

    "},{"t":"M","n":"Saxon\\XsltProcessor::getErrorCode","p":"Saxon/XsltProcessor.html#method_getErrorCode","d":"

    Get the $i'th error code if there are any errors

    "},{"t":"M","n":"Saxon\\XsltProcessor::getErrorMessage","p":"Saxon/XsltProcessor.html#method_getErrorMessage","d":"

    Get the $i'th error message if there are any errors

    "},{"t":"M","n":"Saxon\\XsltProcessor::getExceptionCount","p":"Saxon/XsltProcessor.html#method_getExceptionCount","d":"

    Get number of error during execution or evaluate of stylesheet

    "},{"t":"M","n":"SeekableIterator::seek","p":"SeekableIterator.html#method_seek","d":"

    Seeks to a position

    "},{"t":"M","n":"SensitiveParameter::__construct","p":"SensitiveParameter.html#method___construct","d":null},{"t":"M","n":"SensitiveParameterValue::__construct","p":"SensitiveParameterValue.html#method___construct","d":null},{"t":"M","n":"SensitiveParameterValue::getValue","p":"SensitiveParameterValue.html#method_getValue","d":null},{"t":"M","n":"SensitiveParameterValue::__debugInfo","p":"SensitiveParameterValue.html#method___debugInfo","d":null},{"t":"M","n":"Serializable::serialize","p":"Serializable.html#method_serialize","d":"

    String representation of object.

    "},{"t":"M","n":"Serializable::unserialize","p":"Serializable.html#method_unserialize","d":"

    Constructs the object.

    "},{"t":"M","n":"SessionHandler::close","p":"SessionHandler.html#method_close","d":"

    Close the session

    "},{"t":"M","n":"SessionHandler::create_sid","p":"SessionHandler.html#method_create_sid","d":"

    Return a new session ID

    "},{"t":"M","n":"SessionHandler::destroy","p":"SessionHandler.html#method_destroy","d":"

    Destroy a session

    "},{"t":"M","n":"SessionHandler::gc","p":"SessionHandler.html#method_gc","d":"

    Cleanup old sessions

    "},{"t":"M","n":"SessionHandler::open","p":"SessionHandler.html#method_open","d":"

    Initialize session

    "},{"t":"M","n":"SessionHandler::read","p":"SessionHandler.html#method_read","d":"

    Read session data

    "},{"t":"M","n":"SessionHandler::write","p":"SessionHandler.html#method_write","d":"

    Write session data

    "},{"t":"M","n":"SessionHandlerInterface::close","p":"SessionHandlerInterface.html#method_close","d":"

    Close the session

    "},{"t":"M","n":"SessionHandlerInterface::destroy","p":"SessionHandlerInterface.html#method_destroy","d":"

    Destroy a session

    "},{"t":"M","n":"SessionHandlerInterface::gc","p":"SessionHandlerInterface.html#method_gc","d":"

    Cleanup old sessions

    "},{"t":"M","n":"SessionHandlerInterface::open","p":"SessionHandlerInterface.html#method_open","d":"

    Initialize session

    "},{"t":"M","n":"SessionHandlerInterface::read","p":"SessionHandlerInterface.html#method_read","d":"

    Read session data

    "},{"t":"M","n":"SessionHandlerInterface::write","p":"SessionHandlerInterface.html#method_write","d":"

    Write session data

    "},{"t":"M","n":"SessionIdInterface::create_sid","p":"SessionIdInterface.html#method_create_sid","d":"

    Create session ID

    "},{"t":"M","n":"SessionUpdateTimestampHandlerInterface::validateId","p":"SessionUpdateTimestampHandlerInterface.html#method_validateId","d":"

    Validate session id

    "},{"t":"M","n":"SessionUpdateTimestampHandlerInterface::updateTimestamp","p":"SessionUpdateTimestampHandlerInterface.html#method_updateTimestamp","d":"

    Update timestamp of a session

    "},{"t":"M","n":"SimpleKafkaClient::getMetadata","p":"SimpleKafkaClient.html#method_getMetadata","d":""},{"t":"M","n":"SimpleKafkaClient::getOutQLen","p":"SimpleKafkaClient.html#method_getOutQLen","d":""},{"t":"M","n":"SimpleKafkaClient::poll","p":"SimpleKafkaClient.html#method_poll","d":""},{"t":"M","n":"SimpleKafkaClient::queryWatermarkOffsets","p":"SimpleKafkaClient.html#method_queryWatermarkOffsets","d":""},{"t":"M","n":"SimpleKafkaClient::offsetsForTimes","p":"SimpleKafkaClient.html#method_offsetsForTimes","d":""},{"t":"M","n":"SimpleKafkaClient::setOAuthBearerTokenFailure","p":"SimpleKafkaClient.html#method_setOAuthBearerTokenFailure","d":""},{"t":"M","n":"SimpleKafkaClient::setOAuthBearerToken","p":"SimpleKafkaClient.html#method_setOAuthBearerToken","d":""},{"t":"M","n":"SimpleKafkaClient\\Configuration::__construct","p":"SimpleKafkaClient/Configuration.html#method___construct","d":null},{"t":"M","n":"SimpleKafkaClient\\Configuration::dump","p":"SimpleKafkaClient/Configuration.html#method_dump","d":""},{"t":"M","n":"SimpleKafkaClient\\Configuration::set","p":"SimpleKafkaClient/Configuration.html#method_set","d":""},{"t":"M","n":"SimpleKafkaClient\\Configuration::setErrorCb","p":"SimpleKafkaClient/Configuration.html#method_setErrorCb","d":""},{"t":"M","n":"SimpleKafkaClient\\Configuration::setDrMsgCb","p":"SimpleKafkaClient/Configuration.html#method_setDrMsgCb","d":""},{"t":"M","n":"SimpleKafkaClient\\Configuration::setStatsCb","p":"SimpleKafkaClient/Configuration.html#method_setStatsCb","d":""},{"t":"M","n":"SimpleKafkaClient\\Configuration::setRebalanceCb","p":"SimpleKafkaClient/Configuration.html#method_setRebalanceCb","d":""},{"t":"M","n":"SimpleKafkaClient\\Configuration::setOffsetCommitCb","p":"SimpleKafkaClient/Configuration.html#method_setOffsetCommitCb","d":""},{"t":"M","n":"SimpleKafkaClient\\Configuration::setLogCb","p":"SimpleKafkaClient/Configuration.html#method_setLogCb","d":""},{"t":"M","n":"SimpleKafkaClient\\Configuration::setOAuthBearerTokenRefreshCb","p":"SimpleKafkaClient/Configuration.html#method_setOAuthBearerTokenRefreshCb","d":""},{"t":"M","n":"SimpleKafkaClient\\Consumer::__construct","p":"SimpleKafkaClient/Consumer.html#method___construct","d":"

    Consumer constructor.

    "},{"t":"M","n":"SimpleKafkaClient\\Consumer::assign","p":"SimpleKafkaClient/Consumer.html#method_assign","d":""},{"t":"M","n":"SimpleKafkaClient\\Consumer::getAssignment","p":"SimpleKafkaClient/Consumer.html#method_getAssignment","d":""},{"t":"M","n":"SimpleKafkaClient\\Consumer::subscribe","p":"SimpleKafkaClient/Consumer.html#method_subscribe","d":""},{"t":"M","n":"SimpleKafkaClient\\Consumer::getSubscription","p":"SimpleKafkaClient/Consumer.html#method_getSubscription","d":""},{"t":"M","n":"SimpleKafkaClient\\Consumer::unsubscribe","p":"SimpleKafkaClient/Consumer.html#method_unsubscribe","d":""},{"t":"M","n":"SimpleKafkaClient\\Consumer::consume","p":"SimpleKafkaClient/Consumer.html#method_consume","d":""},{"t":"M","n":"SimpleKafkaClient\\Consumer::commit","p":"SimpleKafkaClient/Consumer.html#method_commit","d":""},{"t":"M","n":"SimpleKafkaClient\\Consumer::commitAsync","p":"SimpleKafkaClient/Consumer.html#method_commitAsync","d":""},{"t":"M","n":"SimpleKafkaClient\\Consumer::close","p":"SimpleKafkaClient/Consumer.html#method_close","d":""},{"t":"M","n":"SimpleKafkaClient\\Consumer::getCommittedOffsets","p":"SimpleKafkaClient/Consumer.html#method_getCommittedOffsets","d":""},{"t":"M","n":"SimpleKafkaClient\\Consumer::getOffsetPositions","p":"SimpleKafkaClient/Consumer.html#method_getOffsetPositions","d":""},{"t":"M","n":"SimpleKafkaClient\\KafkaErrorException::__construct","p":"SimpleKafkaClient/KafkaErrorException.html#method___construct","d":"

    KafkaErrorException constructor.

    "},{"t":"M","n":"SimpleKafkaClient\\KafkaErrorException::getErrorString","p":"SimpleKafkaClient/KafkaErrorException.html#method_getErrorString","d":null},{"t":"M","n":"SimpleKafkaClient\\KafkaErrorException::isFatal","p":"SimpleKafkaClient/KafkaErrorException.html#method_isFatal","d":null},{"t":"M","n":"SimpleKafkaClient\\KafkaErrorException::isRetriable","p":"SimpleKafkaClient/KafkaErrorException.html#method_isRetriable","d":null},{"t":"M","n":"SimpleKafkaClient\\KafkaErrorException::transactionRequiresAbort","p":"SimpleKafkaClient/KafkaErrorException.html#method_transactionRequiresAbort","d":null},{"t":"M","n":"SimpleKafkaClient\\Message::getErrorString","p":"SimpleKafkaClient/Message.html#method_getErrorString","d":""},{"t":"M","n":"SimpleKafkaClient\\Metadata::getOrigBrokerId","p":"SimpleKafkaClient/Metadata.html#method_getOrigBrokerId","d":""},{"t":"M","n":"SimpleKafkaClient\\Metadata::getOrigBrokerName","p":"SimpleKafkaClient/Metadata.html#method_getOrigBrokerName","d":""},{"t":"M","n":"SimpleKafkaClient\\Metadata::getBrokers","p":"SimpleKafkaClient/Metadata.html#method_getBrokers","d":""},{"t":"M","n":"SimpleKafkaClient\\Metadata::getTopics","p":"SimpleKafkaClient/Metadata.html#method_getTopics","d":""},{"t":"M","n":"SimpleKafkaClient\\Metadata\\Broker::getId","p":"SimpleKafkaClient/Metadata/Broker.html#method_getId","d":""},{"t":"M","n":"SimpleKafkaClient\\Metadata\\Broker::getHost","p":"SimpleKafkaClient/Metadata/Broker.html#method_getHost","d":""},{"t":"M","n":"SimpleKafkaClient\\Metadata\\Broker::getPort","p":"SimpleKafkaClient/Metadata/Broker.html#method_getPort","d":""},{"t":"M","n":"SimpleKafkaClient\\Metadata\\Collection::count","p":"SimpleKafkaClient/Metadata/Collection.html#method_count","d":""},{"t":"M","n":"SimpleKafkaClient\\Metadata\\Collection::rewind","p":"SimpleKafkaClient/Metadata/Collection.html#method_rewind","d":""},{"t":"M","n":"SimpleKafkaClient\\Metadata\\Collection::current","p":"SimpleKafkaClient/Metadata/Collection.html#method_current","d":""},{"t":"M","n":"SimpleKafkaClient\\Metadata\\Collection::key","p":"SimpleKafkaClient/Metadata/Collection.html#method_key","d":""},{"t":"M","n":"SimpleKafkaClient\\Metadata\\Collection::next","p":"SimpleKafkaClient/Metadata/Collection.html#method_next","d":""},{"t":"M","n":"SimpleKafkaClient\\Metadata\\Collection::valid","p":"SimpleKafkaClient/Metadata/Collection.html#method_valid","d":""},{"t":"M","n":"SimpleKafkaClient\\Metadata\\Partition::getId","p":"SimpleKafkaClient/Metadata/Partition.html#method_getId","d":""},{"t":"M","n":"SimpleKafkaClient\\Metadata\\Partition::getErrorCode","p":"SimpleKafkaClient/Metadata/Partition.html#method_getErrorCode","d":""},{"t":"M","n":"SimpleKafkaClient\\Metadata\\Partition::getLeader","p":"SimpleKafkaClient/Metadata/Partition.html#method_getLeader","d":""},{"t":"M","n":"SimpleKafkaClient\\Metadata\\Partition::getReplicas","p":"SimpleKafkaClient/Metadata/Partition.html#method_getReplicas","d":""},{"t":"M","n":"SimpleKafkaClient\\Metadata\\Partition::getIsrs","p":"SimpleKafkaClient/Metadata/Partition.html#method_getIsrs","d":""},{"t":"M","n":"SimpleKafkaClient\\Metadata\\Topic::getName","p":"SimpleKafkaClient/Metadata/Topic.html#method_getName","d":""},{"t":"M","n":"SimpleKafkaClient\\Metadata\\Topic::getErrorCode","p":"SimpleKafkaClient/Metadata/Topic.html#method_getErrorCode","d":""},{"t":"M","n":"SimpleKafkaClient\\Metadata\\Topic::getPartitions","p":"SimpleKafkaClient/Metadata/Topic.html#method_getPartitions","d":""},{"t":"M","n":"SimpleKafkaClient\\Producer::__construct","p":"SimpleKafkaClient/Producer.html#method___construct","d":"

    Producer constructor.

    "},{"t":"M","n":"SimpleKafkaClient\\Producer::initTransactions","p":"SimpleKafkaClient/Producer.html#method_initTransactions","d":""},{"t":"M","n":"SimpleKafkaClient\\Producer::beginTransaction","p":"SimpleKafkaClient/Producer.html#method_beginTransaction","d":""},{"t":"M","n":"SimpleKafkaClient\\Producer::commitTransaction","p":"SimpleKafkaClient/Producer.html#method_commitTransaction","d":""},{"t":"M","n":"SimpleKafkaClient\\Producer::abortTransaction","p":"SimpleKafkaClient/Producer.html#method_abortTransaction","d":""},{"t":"M","n":"SimpleKafkaClient\\Producer::flush","p":"SimpleKafkaClient/Producer.html#method_flush","d":""},{"t":"M","n":"SimpleKafkaClient\\Producer::purge","p":"SimpleKafkaClient/Producer.html#method_purge","d":""},{"t":"M","n":"SimpleKafkaClient\\Producer::getTopicHandle","p":"SimpleKafkaClient/Producer.html#method_getTopicHandle","d":""},{"t":"M","n":"SimpleKafkaClient\\ProducerTopic::produce","p":"SimpleKafkaClient/ProducerTopic.html#method_produce","d":""},{"t":"M","n":"SimpleKafkaClient\\ProducerTopic::producev","p":"SimpleKafkaClient/ProducerTopic.html#method_producev","d":""},{"t":"M","n":"SimpleKafkaClient\\Topic::getName","p":"SimpleKafkaClient/Topic.html#method_getName","d":""},{"t":"M","n":"SimpleKafkaClient\\TopicPartition::__construct","p":"SimpleKafkaClient/TopicPartition.html#method___construct","d":"

    TopicPartition constructor.

    "},{"t":"M","n":"SimpleKafkaClient\\TopicPartition::getTopicName","p":"SimpleKafkaClient/TopicPartition.html#method_getTopicName","d":""},{"t":"M","n":"SimpleKafkaClient\\TopicPartition::setTopicName","p":"SimpleKafkaClient/TopicPartition.html#method_setTopicName","d":""},{"t":"M","n":"SimpleKafkaClient\\TopicPartition::getPartition","p":"SimpleKafkaClient/TopicPartition.html#method_getPartition","d":""},{"t":"M","n":"SimpleKafkaClient\\TopicPartition::setPartition","p":"SimpleKafkaClient/TopicPartition.html#method_setPartition","d":""},{"t":"M","n":"SimpleKafkaClient\\TopicPartition::getOffset","p":"SimpleKafkaClient/TopicPartition.html#method_getOffset","d":""},{"t":"M","n":"SimpleKafkaClient\\TopicPartition::setOffset","p":"SimpleKafkaClient/TopicPartition.html#method_setOffset","d":""},{"t":"M","n":"SimpleXMLElement::__construct","p":"SimpleXMLElement.html#method___construct","d":"

    Creates a new SimpleXMLElement object

    "},{"t":"M","n":"SimpleXMLElement::asXML","p":"SimpleXMLElement.html#method_asXML","d":"

    Return a well-formed XML string based on SimpleXML element

    "},{"t":"M","n":"SimpleXMLElement::saveXML","p":"SimpleXMLElement.html#method_saveXML","d":"

    Alias of SimpleXMLElement::asXML\nReturn a well-formed XML string based on SimpleXML element

    "},{"t":"M","n":"SimpleXMLElement::xpath","p":"SimpleXMLElement.html#method_xpath","d":"

    Runs XPath query on XML data

    "},{"t":"M","n":"SimpleXMLElement::registerXPathNamespace","p":"SimpleXMLElement.html#method_registerXPathNamespace","d":"

    Creates a prefix/ns context for the next XPath query

    "},{"t":"M","n":"SimpleXMLElement::attributes","p":"SimpleXMLElement.html#method_attributes","d":"

    Identifies an element's attributes

    "},{"t":"M","n":"SimpleXMLElement::children","p":"SimpleXMLElement.html#method_children","d":"

    Finds children of given node

    "},{"t":"M","n":"SimpleXMLElement::getNamespaces","p":"SimpleXMLElement.html#method_getNamespaces","d":"

    Returns namespaces used in document

    "},{"t":"M","n":"SimpleXMLElement::getDocNamespaces","p":"SimpleXMLElement.html#method_getDocNamespaces","d":"

    Returns namespaces declared in document

    "},{"t":"M","n":"SimpleXMLElement::getName","p":"SimpleXMLElement.html#method_getName","d":"

    Gets the name of the XML element

    "},{"t":"M","n":"SimpleXMLElement::addChild","p":"SimpleXMLElement.html#method_addChild","d":"

    Adds a child element to the XML node

    "},{"t":"M","n":"SimpleXMLElement::addAttribute","p":"SimpleXMLElement.html#method_addAttribute","d":"

    Adds an attribute to the SimpleXML element

    "},{"t":"M","n":"SimpleXMLElement::__toString","p":"SimpleXMLElement.html#method___toString","d":"

    Returns the string content

    "},{"t":"M","n":"SimpleXMLElement::count","p":"SimpleXMLElement.html#method_count","d":"

    Counts the children of an element

    "},{"t":"M","n":"SimpleXMLElement::offsetExists","p":"SimpleXMLElement.html#method_offsetExists","d":"

    Class provides access to children by position, and attributes by name\nprivate Method not callable directly, stub exists for typehint only

    "},{"t":"M","n":"SimpleXMLElement::offsetGet","p":"SimpleXMLElement.html#method_offsetGet","d":"

    Class provides access to children by position, and attributes by name\nprivate Method not callable directly, stub exists for typehint only

    "},{"t":"M","n":"SimpleXMLElement::offsetSet","p":"SimpleXMLElement.html#method_offsetSet","d":"

    Class provides access to children by position, and attributes by name\nprivate Method not callable directly, stub exists for typehint only

    "},{"t":"M","n":"SimpleXMLElement::offsetUnset","p":"SimpleXMLElement.html#method_offsetUnset","d":"

    Class provides access to children by position, and attributes by name\nprivate Method not callable directly, stub exists for typehint only

    "},{"t":"M","n":"SimpleXMLElement::rewind","p":"SimpleXMLElement.html#method_rewind","d":"

    Rewind to the first element

    "},{"t":"M","n":"SimpleXMLElement::valid","p":"SimpleXMLElement.html#method_valid","d":"

    Check whether the current element is valid

    "},{"t":"M","n":"SimpleXMLElement::current","p":"SimpleXMLElement.html#method_current","d":"

    Returns the current element

    "},{"t":"M","n":"SimpleXMLElement::key","p":"SimpleXMLElement.html#method_key","d":"

    Return current key

    "},{"t":"M","n":"SimpleXMLElement::next","p":"SimpleXMLElement.html#method_next","d":"

    Move to next element

    "},{"t":"M","n":"SimpleXMLElement::hasChildren","p":"SimpleXMLElement.html#method_hasChildren","d":""},{"t":"M","n":"SimpleXMLElement::getChildren","p":"SimpleXMLElement.html#method_getChildren","d":""},{"t":"M","n":"SimpleXMLIterator::rewind","p":"SimpleXMLIterator.html#method_rewind","d":"

    Rewind to the first element

    "},{"t":"M","n":"SimpleXMLIterator::valid","p":"SimpleXMLIterator.html#method_valid","d":"

    Check whether the current element is valid

    "},{"t":"M","n":"SimpleXMLIterator::current","p":"SimpleXMLIterator.html#method_current","d":"

    Returns the current element

    "},{"t":"M","n":"SimpleXMLIterator::key","p":"SimpleXMLIterator.html#method_key","d":"

    Return current key

    "},{"t":"M","n":"SimpleXMLIterator::next","p":"SimpleXMLIterator.html#method_next","d":"

    Move to next element

    "},{"t":"M","n":"SimpleXMLIterator::hasChildren","p":"SimpleXMLIterator.html#method_hasChildren","d":"

    Checks whether the current element has sub elements.

    "},{"t":"M","n":"SimpleXMLIterator::getChildren","p":"SimpleXMLIterator.html#method_getChildren","d":"

    Returns the sub-elements of the current element

    "},{"t":"M","n":"SimpleXMLIterator::__toString","p":"SimpleXMLIterator.html#method___toString","d":"

    Returns the string content

    "},{"t":"M","n":"SimpleXMLIterator::count","p":"SimpleXMLIterator.html#method_count","d":"

    Counts the children of an element

    "},{"t":"M","n":"SoapClient::SoapClient","p":"SoapClient.html#method_SoapClient","d":"

    SoapClient constructor

    "},{"t":"M","n":"SoapClient::__construct","p":"SoapClient.html#method___construct","d":"

    SoapClient constructor

    "},{"t":"M","n":"SoapClient::__call","p":"SoapClient.html#method___call","d":""},{"t":"M","n":"SoapClient::__soapCall","p":"SoapClient.html#method___soapCall","d":"

    Calls a SOAP function

    "},{"t":"M","n":"SoapClient::__getLastRequest","p":"SoapClient.html#method___getLastRequest","d":"

    Returns last SOAP request

    "},{"t":"M","n":"SoapClient::__getLastResponse","p":"SoapClient.html#method___getLastResponse","d":"

    Returns last SOAP response

    "},{"t":"M","n":"SoapClient::__getLastRequestHeaders","p":"SoapClient.html#method___getLastRequestHeaders","d":"

    Returns the SOAP headers from the last request

    "},{"t":"M","n":"SoapClient::__getLastResponseHeaders","p":"SoapClient.html#method___getLastResponseHeaders","d":"

    Returns the SOAP headers from the last response

    "},{"t":"M","n":"SoapClient::__getFunctions","p":"SoapClient.html#method___getFunctions","d":"

    Returns list of available SOAP functions

    "},{"t":"M","n":"SoapClient::__getTypes","p":"SoapClient.html#method___getTypes","d":"

    Returns a list of SOAP types

    "},{"t":"M","n":"SoapClient::__getCookies","p":"SoapClient.html#method___getCookies","d":"

    Returns a list of all cookies

    "},{"t":"M","n":"SoapClient::__doRequest","p":"SoapClient.html#method___doRequest","d":"

    Performs a SOAP request

    "},{"t":"M","n":"SoapClient::__setCookie","p":"SoapClient.html#method___setCookie","d":"

    The __setCookie purpose

    "},{"t":"M","n":"SoapClient::__setLocation","p":"SoapClient.html#method___setLocation","d":"

    Sets the location of the Web service to use

    "},{"t":"M","n":"SoapClient::__setSoapHeaders","p":"SoapClient.html#method___setSoapHeaders","d":"

    Sets SOAP headers for subsequent calls

    "},{"t":"M","n":"SoapFault::__construct","p":"SoapFault.html#method___construct","d":"

    SoapFault constructor

    "},{"t":"M","n":"SoapFault::SoapFault","p":"SoapFault.html#method_SoapFault","d":"

    SoapFault constructor

    "},{"t":"M","n":"SoapFault::__toString","p":"SoapFault.html#method___toString","d":"

    Obtain a string representation of a SoapFault

    "},{"t":"M","n":"SoapHeader::__construct","p":"SoapHeader.html#method___construct","d":"

    SoapHeader constructor

    "},{"t":"M","n":"SoapHeader::SoapHeader","p":"SoapHeader.html#method_SoapHeader","d":"

    SoapHeader constructor

    "},{"t":"M","n":"SoapParam::__construct","p":"SoapParam.html#method___construct","d":"

    SoapParam constructor

    "},{"t":"M","n":"SoapParam::SoapParam","p":"SoapParam.html#method_SoapParam","d":"

    SoapParam constructor

    "},{"t":"M","n":"SoapServer::__construct","p":"SoapServer.html#method___construct","d":"

    SoapServer constructor

    "},{"t":"M","n":"SoapServer::SoapServer","p":"SoapServer.html#method_SoapServer","d":"

    SoapServer constructor

    "},{"t":"M","n":"SoapServer::setPersistence","p":"SoapServer.html#method_setPersistence","d":"

    Sets SoapServer persistence mode

    "},{"t":"M","n":"SoapServer::setClass","p":"SoapServer.html#method_setClass","d":"

    Sets the class which handles SOAP requests

    "},{"t":"M","n":"SoapServer::setObject","p":"SoapServer.html#method_setObject","d":"

    Sets the object which will be used to handle SOAP requests

    "},{"t":"M","n":"SoapServer::addFunction","p":"SoapServer.html#method_addFunction","d":"

    Adds one or more functions to handle SOAP requests

    "},{"t":"M","n":"SoapServer::getFunctions","p":"SoapServer.html#method_getFunctions","d":"

    Returns list of defined functions

    "},{"t":"M","n":"SoapServer::handle","p":"SoapServer.html#method_handle","d":"

    Handles a SOAP request

    "},{"t":"M","n":"SoapServer::fault","p":"SoapServer.html#method_fault","d":"

    Issue SoapServer fault indicating an error

    "},{"t":"M","n":"SoapServer::addSoapHeader","p":"SoapServer.html#method_addSoapHeader","d":"

    Add a SOAP header to the response

    "},{"t":"M","n":"SoapServer::__getLastResponse","p":"SoapServer.html#method___getLastResponse","d":""},{"t":"M","n":"SoapVar::__construct","p":"SoapVar.html#method___construct","d":"

    SoapVar constructor

    "},{"t":"M","n":"SoapVar::SoapVar","p":"SoapVar.html#method_SoapVar","d":"

    SoapVar constructor

    "},{"t":"M","n":"SolrClient::addDocument","p":"SolrClient.html#method_addDocument","d":"

    (PECL solr >= 0.9.2)
    \nAdds a document to the index

    "},{"t":"M","n":"SolrClient::addDocuments","p":"SolrClient.html#method_addDocuments","d":"

    (PECL solr >= 0.9.2)
    \nAdds a collection of SolrInputDocument instances to the index

    "},{"t":"M","n":"SolrClient::commit","p":"SolrClient.html#method_commit","d":"

    (PECL solr >= 0.9.2)
    \nFinalizes all add/deletes made to the index

    "},{"t":"M","n":"SolrClient::__construct","p":"SolrClient.html#method___construct","d":"

    (PECL solr >= 0.9.2)
    \nSolrClient constructor.

    "},{"t":"M","n":"SolrClient::deleteById","p":"SolrClient.html#method_deleteById","d":"

    (PECL solr >= 0.9.2)
    \nDelete by Id

    "},{"t":"M","n":"SolrClient::deleteByIds","p":"SolrClient.html#method_deleteByIds","d":"

    (PECL solr >= 0.9.2)
    \nDeletes by Ids

    "},{"t":"M","n":"SolrClient::deleteByQueries","p":"SolrClient.html#method_deleteByQueries","d":"

    (PECL solr >= 0.9.2)
    \nRemoves all documents matching any of the queries

    "},{"t":"M","n":"SolrClient::deleteByQuery","p":"SolrClient.html#method_deleteByQuery","d":"

    (PECL solr >= 0.9.2)
    \nDeletes all documents matching the given query

    "},{"t":"M","n":"SolrClient::__destruct","p":"SolrClient.html#method___destruct","d":"

    (PECL solr >= 0.9.2)
    \nDestructor for SolrClient

    "},{"t":"M","n":"SolrClient::getById","p":"SolrClient.html#method_getById","d":"

    (PECL solr >= 2.2.0)
    \nGet Document By Id. Utilizes Solr Realtime Get (RTG).

    "},{"t":"M","n":"SolrClient::getByIds","p":"SolrClient.html#method_getByIds","d":"

    (PECL solr >= 2.2.0)
    \nGet Documents by their Ids. Utilizes Solr Realtime Get (RTG).

    "},{"t":"M","n":"SolrClient::getDebug","p":"SolrClient.html#method_getDebug","d":"

    (PECL solr >= 0.9.7)
    \nReturns the debug data for the last connection attempt

    "},{"t":"M","n":"SolrClient::getOptions","p":"SolrClient.html#method_getOptions","d":"

    (PECL solr >= 0.9.6)
    \nReturns the client options set internally

    "},{"t":"M","n":"SolrClient::optimize","p":"SolrClient.html#method_optimize","d":"

    (PECL solr >= 0.9.2)
    \nDefragments the index

    "},{"t":"M","n":"SolrClient::ping","p":"SolrClient.html#method_ping","d":"

    (PECL solr >= 0.9.2)
    \nChecks if Solr server is still up

    "},{"t":"M","n":"SolrClient::query","p":"SolrClient.html#method_query","d":"

    (PECL solr >= 0.9.2)
    \nSends a query to the server

    "},{"t":"M","n":"SolrClient::request","p":"SolrClient.html#method_request","d":"

    (PECL solr >= 0.9.2)
    \nSends a raw update request

    "},{"t":"M","n":"SolrClient::rollback","p":"SolrClient.html#method_rollback","d":"

    (PECL solr >= 0.9.2)
    \nRollbacks all add/deletes made to the index since the last commit

    "},{"t":"M","n":"SolrClient::setResponseWriter","p":"SolrClient.html#method_setResponseWriter","d":"

    (PECL solr >= 0.9.11)
    \nSets the response writer used to prepare the response from Solr

    "},{"t":"M","n":"SolrClient::setServlet","p":"SolrClient.html#method_setServlet","d":"

    (PECL solr >= 0.9.2)
    \nChanges the specified servlet type to a new value

    "},{"t":"M","n":"SolrClient::system","p":"SolrClient.html#method_system","d":"

    (PECL solr >= 2.0.0)
    \nRetrieve Solr Server information

    "},{"t":"M","n":"SolrClient::threads","p":"SolrClient.html#method_threads","d":"

    (PECL solr >= 0.9.2)
    \nChecks the threads status

    "},{"t":"M","n":"SolrClientException::getInternalInfo","p":"SolrClientException.html#method_getInternalInfo","d":"

    (PECL solr >= 0.9.2)
    \nReturns internal information where the Exception was thrown

    "},{"t":"M","n":"SolrCollapseFunction::__construct","p":"SolrCollapseFunction.html#method___construct","d":"

    (PECL solr >= 2.2.0)
    \nSolrCollapseFunction constructor.

    "},{"t":"M","n":"SolrCollapseFunction::getField","p":"SolrCollapseFunction.html#method_getField","d":"

    (PECL solr >= 2.2.0)
    \nReturns the field that is being collapsed on.

    "},{"t":"M","n":"SolrCollapseFunction::getHint","p":"SolrCollapseFunction.html#method_getHint","d":"

    (PECL solr >= 2.2.0)
    \nReturns collapse hint

    "},{"t":"M","n":"SolrCollapseFunction::getMax","p":"SolrCollapseFunction.html#method_getMax","d":"

    (PECL solr >= 2.2.0)
    \nReturns max parameter

    "},{"t":"M","n":"SolrCollapseFunction::getMin","p":"SolrCollapseFunction.html#method_getMin","d":"

    (PECL solr >= 2.2.0)
    \nReturns min parameter

    "},{"t":"M","n":"SolrCollapseFunction::getNullPolicy","p":"SolrCollapseFunction.html#method_getNullPolicy","d":"

    (PECL solr >= 2.2.0)
    \nReturns null policy

    "},{"t":"M","n":"SolrCollapseFunction::getSize","p":"SolrCollapseFunction.html#method_getSize","d":"

    (PECL solr >= 2.2.0)
    \nReturns size parameter

    "},{"t":"M","n":"SolrCollapseFunction::setField","p":"SolrCollapseFunction.html#method_setField","d":"

    (PECL solr >= 2.2.0)
    \nSets the field to collapse on

    "},{"t":"M","n":"SolrCollapseFunction::setHint","p":"SolrCollapseFunction.html#method_setHint","d":"

    (PECL solr >= 2.2.0)
    \nSets collapse hint

    "},{"t":"M","n":"SolrCollapseFunction::setMax","p":"SolrCollapseFunction.html#method_setMax","d":"

    (PECL solr >= 2.2.0)
    \nSelects the group heads by the max value of a numeric field or function query.

    "},{"t":"M","n":"SolrCollapseFunction::setMin","p":"SolrCollapseFunction.html#method_setMin","d":"

    (PECL solr >= 2.2.0)
    \nSets the initial size of the collapse data structures when collapsing on a numeric field only

    "},{"t":"M","n":"SolrCollapseFunction::setNullPolicy","p":"SolrCollapseFunction.html#method_setNullPolicy","d":"

    (PECL solr >= 2.2.0)
    \nSets the NULL Policy

    "},{"t":"M","n":"SolrCollapseFunction::setSize","p":"SolrCollapseFunction.html#method_setSize","d":"

    (PECL solr >= 2.2.0)
    \nSets the initial size of the collapse data structures when collapsing on a numeric field only.

    "},{"t":"M","n":"SolrCollapseFunction::__toString","p":"SolrCollapseFunction.html#method___toString","d":"

    (PECL solr >= 2.2.0)
    \nReturns a string representing the constructed collapse function

    "},{"t":"M","n":"SolrDisMaxQuery::addBigramPhraseField","p":"SolrDisMaxQuery.html#method_addBigramPhraseField","d":"

    (PECL solr >= 2.1.0)
    \nAdds a Phrase Bigram Field (pf2 parameter)

    "},{"t":"M","n":"SolrDisMaxQuery::addBoostQuery","p":"SolrDisMaxQuery.html#method_addBoostQuery","d":"

    (PECL solr >= 2.1.0)
    \nAdds a boost query field with value and optional boost (bq parameter)

    "},{"t":"M","n":"SolrDisMaxQuery::addPhraseField","p":"SolrDisMaxQuery.html#method_addPhraseField","d":"

    (PECL solr >= 2.1.0)
    \nAdds a Phrase Field (pf parameter)

    "},{"t":"M","n":"SolrDisMaxQuery::addQueryField","p":"SolrDisMaxQuery.html#method_addQueryField","d":"

    (PECL solr >= 2.1.0)
    \nAdd a query field with optional boost (qf parameter)

    "},{"t":"M","n":"SolrDisMaxQuery::addTrigramPhraseField","p":"SolrDisMaxQuery.html#method_addTrigramPhraseField","d":"

    (PECL solr >= 2.1.0)
    \nAdds a Trigram Phrase Field (pf3 parameter)

    "},{"t":"M","n":"SolrDisMaxQuery::addUserField","p":"SolrDisMaxQuery.html#method_addUserField","d":"

    (PECL solr >= 2.1.0)
    \nAdds a field to User Fields Parameter (uf)

    "},{"t":"M","n":"SolrDisMaxQuery::removeBigramPhraseField","p":"SolrDisMaxQuery.html#method_removeBigramPhraseField","d":"

    (PECL solr >= 2.1.0)
    \nRemoves phrase bigram field (pf2 parameter)

    "},{"t":"M","n":"SolrDisMaxQuery::removeBoostQuery","p":"SolrDisMaxQuery.html#method_removeBoostQuery","d":"

    (PECL solr >= 2.1.0)
    \nRemoves a boost query partial by field name (bq)

    "},{"t":"M","n":"SolrDisMaxQuery::removePhraseField","p":"SolrDisMaxQuery.html#method_removePhraseField","d":"

    (PECL solr >= 2.1.0)
    \nRemoves a Phrase Field (pf parameter)

    "},{"t":"M","n":"SolrDisMaxQuery::removeQueryField","p":"SolrDisMaxQuery.html#method_removeQueryField","d":"

    (PECL solr >= 2.1.0)
    \nRemoves a Query Field (qf parameter)

    "},{"t":"M","n":"SolrDisMaxQuery::removeTrigramPhraseField","p":"SolrDisMaxQuery.html#method_removeTrigramPhraseField","d":"

    (PECL solr >= 2.1.0)
    \nRemoves a Trigram Phrase Field (pf3 parameter)

    "},{"t":"M","n":"SolrDisMaxQuery::removeUserField","p":"SolrDisMaxQuery.html#method_removeUserField","d":"

    (PECL solr >= 2.1.0)
    \nRemoves a field from The User Fields Parameter (uf)

    \n
    \nWarning
    \nThis function is currently not documented; only its argument list is available."},{"t":"M","n":"SolrDisMaxQuery::setBigramPhraseFields","p":"SolrDisMaxQuery.html#method_setBigramPhraseFields","d":"

    (PECL solr >= 2.1.0)
    \nSets Bigram Phrase Fields and their boosts (and slops) using pf2 parameter

    "},{"t":"M","n":"SolrDisMaxQuery::setBigramPhraseSlop","p":"SolrDisMaxQuery.html#method_setBigramPhraseSlop","d":"

    (PECL solr >= 2.1.0)
    \nSets Bigram Phrase Slop (ps2 parameter)

    "},{"t":"M","n":"SolrDisMaxQuery::setBoostFunction","p":"SolrDisMaxQuery.html#method_setBoostFunction","d":"

    (PECL solr >= 2.1.0)
    \nSets a Boost Function (bf parameter).

    "},{"t":"M","n":"SolrDisMaxQuery::setBoostQuery","p":"SolrDisMaxQuery.html#method_setBoostQuery","d":"

    (PECL solr >= 2.1.0)
    \nDirectly Sets Boost Query Parameter (bq)

    "},{"t":"M","n":"SolrDisMaxQuery::setMinimumMatch","p":"SolrDisMaxQuery.html#method_setMinimumMatch","d":"

    (PECL solr >= 2.1.0)
    \nSet Minimum "Should" Match (mm)

    "},{"t":"M","n":"SolrDisMaxQuery::setPhraseFields","p":"SolrDisMaxQuery.html#method_setPhraseFields","d":"

    (PECL solr >= 2.1.0)
    \nSets Phrase Fields and their boosts (and slops) using pf2 parameter

    "},{"t":"M","n":"SolrDisMaxQuery::setPhraseSlop","p":"SolrDisMaxQuery.html#method_setPhraseSlop","d":"

    (PECL solr >= 2.1.0)
    \nSets the default slop on phrase queries (ps parameter)

    "},{"t":"M","n":"SolrDisMaxQuery::setQueryAlt","p":"SolrDisMaxQuery.html#method_setQueryAlt","d":"

    (PECL solr >= 2.1.0)
    \nSet Query Alternate (q.alt parameter)

    "},{"t":"M","n":"SolrDisMaxQuery::setQueryPhraseSlop","p":"SolrDisMaxQuery.html#method_setQueryPhraseSlop","d":"

    (PECL solr >= 2.1.0)
    \nSpecifies the amount of slop permitted on phrase queries explicitly included in the user's query string (qf\nparameter)

    "},{"t":"M","n":"SolrDisMaxQuery::setTieBreaker","p":"SolrDisMaxQuery.html#method_setTieBreaker","d":"

    (PECL solr >= 2.1.0)
    \nSets Tie Breaker parameter (tie parameter)

    "},{"t":"M","n":"SolrDisMaxQuery::setTrigramPhraseFields","p":"SolrDisMaxQuery.html#method_setTrigramPhraseFields","d":"

    (PECL solr >= 2.1.0)
    \nDirectly Sets Trigram Phrase Fields (pf3 parameter)

    "},{"t":"M","n":"SolrDisMaxQuery::setTrigramPhraseSlop","p":"SolrDisMaxQuery.html#method_setTrigramPhraseSlop","d":"

    (PECL solr >= 2.1.0)
    \nSets Trigram Phrase Slop (ps3 parameter)

    "},{"t":"M","n":"SolrDisMaxQuery::setUserFields","p":"SolrDisMaxQuery.html#method_setUserFields","d":"

    (PECL solr >= 2.1.0)
    \nSets User Fields parameter (uf)

    "},{"t":"M","n":"SolrDisMaxQuery::useDisMaxQueryParser","p":"SolrDisMaxQuery.html#method_useDisMaxQueryParser","d":"

    (PECL solr >= 2.1.0)
    \nSwitch QueryParser to be DisMax Query Parser

    "},{"t":"M","n":"SolrDisMaxQuery::useEDisMaxQueryParser","p":"SolrDisMaxQuery.html#method_useEDisMaxQueryParser","d":"

    (PECL solr >= 2.1.0)
    \nSwitch QueryParser to be EDisMax
    \nBy default the query builder uses edismax, if it was switched using\nSolrDisMaxQuery::useDisMaxQueryParser(), it can be switched back using this method.

    "},{"t":"M","n":"SolrDocument::addField","p":"SolrDocument.html#method_addField","d":"

    (PECL solr >= 0.9.2)
    \nAdds a field to the document

    "},{"t":"M","n":"SolrDocument::clear","p":"SolrDocument.html#method_clear","d":"

    (PECL solr >= 0.9.2)
    \nDrops all the fields in the document

    "},{"t":"M","n":"SolrDocument::__clone","p":"SolrDocument.html#method___clone","d":"

    (PECL solr >= 0.9.2)
    \nCreates a copy of a SolrDocument object

    "},{"t":"M","n":"SolrDocument::__construct","p":"SolrDocument.html#method___construct","d":"

    (PECL solr >= 0.9.2)
    \nSolrDocument constructor.

    "},{"t":"M","n":"SolrDocument::current","p":"SolrDocument.html#method_current","d":"

    (PECL solr >= 0.9.2)
    \nRetrieves the current field

    "},{"t":"M","n":"SolrDocument::deleteField","p":"SolrDocument.html#method_deleteField","d":"

    (PECL solr >= 0.9.2)
    \nRemoves a field from the document

    "},{"t":"M","n":"SolrDocument::__destruct","p":"SolrDocument.html#method___destruct","d":"

    (PECL solr >= 0.9.2)
    \nDestructor

    "},{"t":"M","n":"SolrDocument::fieldExists","p":"SolrDocument.html#method_fieldExists","d":"

    (PECL solr >= 0.9.2)
    \nChecks if a field exists in the document

    "},{"t":"M","n":"SolrDocument::__get","p":"SolrDocument.html#method___get","d":"

    (PECL solr >= 0.9.2)
    \nAccess the field as a property

    "},{"t":"M","n":"SolrDocument::getChildDocuments","p":"SolrDocument.html#method_getChildDocuments","d":"

    (PECL solr >= 2.3.0)
    \nReturns an array of child documents (SolrInputDocument)

    "},{"t":"M","n":"SolrDocument::getChildDocumentsCount","p":"SolrDocument.html#method_getChildDocumentsCount","d":"

    (PECL solr >= 2.3.0)
    \nReturns the number of child documents

    "},{"t":"M","n":"SolrDocument::getField","p":"SolrDocument.html#method_getField","d":"

    (PECL solr >= 0.9.2)
    \nRetrieves a field by name

    "},{"t":"M","n":"SolrDocument::getFieldCount","p":"SolrDocument.html#method_getFieldCount","d":"

    (PECL solr >= 0.9.2)
    \nReturns the number of fields in this document

    "},{"t":"M","n":"SolrDocument::getFieldNames","p":"SolrDocument.html#method_getFieldNames","d":"

    (PECL solr >= 0.9.2)
    \nReturns an array containing all the fields in the document

    "},{"t":"M","n":"SolrDocument::getInputDocument","p":"SolrDocument.html#method_getInputDocument","d":"

    (PECL solr >= 0.9.2)
    \nReturns a SolrInputDocument equivalent of the object

    "},{"t":"M","n":"SolrDocument::hasChildDocuments","p":"SolrDocument.html#method_hasChildDocuments","d":"

    (PECL solr >= 2.3.0)
    \nChecks whether the document has any child documents

    "},{"t":"M","n":"SolrDocument::__isset","p":"SolrDocument.html#method___isset","d":"

    (PECL solr >= 0.9.2)
    \nChecks if a field exists

    "},{"t":"M","n":"SolrDocument::key","p":"SolrDocument.html#method_key","d":"

    (PECL solr >= 0.9.2)
    \nRetrieves the current key

    "},{"t":"M","n":"SolrDocument::merge","p":"SolrDocument.html#method_merge","d":"

    (PECL solr >= 0.9.2)
    \nMerges one input document into another

    "},{"t":"M","n":"SolrDocument::next","p":"SolrDocument.html#method_next","d":"

    (PECL solr >= 0.9.2)
    \nMoves the internal pointer to the next field

    "},{"t":"M","n":"SolrDocument::offsetExists","p":"SolrDocument.html#method_offsetExists","d":"

    (PECL solr >= 0.9.2)
    \nChecks if a particular field exists

    "},{"t":"M","n":"SolrDocument::offsetGet","p":"SolrDocument.html#method_offsetGet","d":"

    (PECL solr >= 0.9.2)
    \nRetrieves a field

    "},{"t":"M","n":"SolrDocument::offsetSet","p":"SolrDocument.html#method_offsetSet","d":"

    (PECL solr >= 0.9.2)
    \nAdds a field to the document

    "},{"t":"M","n":"SolrDocument::offsetUnset","p":"SolrDocument.html#method_offsetUnset","d":"

    (PECL solr >= 0.9.2)
    \nRemoves a field

    "},{"t":"M","n":"SolrDocument::reset","p":"SolrDocument.html#method_reset","d":"

    (PECL solr >= 0.9.2)
    \nThis is an alias of SolrDocument::clear

    "},{"t":"M","n":"SolrDocument::rewind","p":"SolrDocument.html#method_rewind","d":"

    (PECL solr >= 0.9.2)
    \nResets the internal pointer to the beginning

    "},{"t":"M","n":"SolrDocument::serialize","p":"SolrDocument.html#method_serialize","d":"

    (PECL solr >= 0.9.2)
    \nUsed for custom serialization

    "},{"t":"M","n":"SolrDocument::__set","p":"SolrDocument.html#method___set","d":"

    (PECL solr >= 0.9.2)
    \nAdds another field to the document

    "},{"t":"M","n":"SolrDocument::sort","p":"SolrDocument.html#method_sort","d":"

    (PECL solr >= 0.9.2)
    \nSorts the fields within the document

    "},{"t":"M","n":"SolrDocument::toArray","p":"SolrDocument.html#method_toArray","d":"

    (PECL solr >= 0.9.2)
    \nReturns an array representation of the document

    "},{"t":"M","n":"SolrDocument::unserialize","p":"SolrDocument.html#method_unserialize","d":"

    (PECL solr >= 0.9.2)
    \nCustom serialization of SolrDocument objects

    "},{"t":"M","n":"SolrDocument::__unset","p":"SolrDocument.html#method___unset","d":"

    (PECL solr >= 0.9.2)
    \nRemoves a field from the document

    "},{"t":"M","n":"SolrDocument::valid","p":"SolrDocument.html#method_valid","d":"

    (PECL solr >= 0.9.2)
    \nChecks if the current position internally is still valid

    "},{"t":"M","n":"SolrDocumentField::__construct","p":"SolrDocumentField.html#method___construct","d":"

    (PECL solr >= 0.9.2)
    \nSolrDocument constructor.

    "},{"t":"M","n":"SolrDocumentField::__destruct","p":"SolrDocumentField.html#method___destruct","d":"

    (PECL solr >= 0.9.2)
    \nDestructor

    "},{"t":"M","n":"SolrException::getInternalInfo","p":"SolrException.html#method_getInternalInfo","d":"

    (PECL solr >= 0.9.2)
    \nReturns internal information where the Exception was thrown

    "},{"t":"M","n":"SolrGenericResponse::__construct","p":"SolrGenericResponse.html#method___construct","d":"

    (PECL solr >= 0.9.2)
    \nSolrGenericResponse constructor.

    "},{"t":"M","n":"SolrGenericResponse::__destruct","p":"SolrGenericResponse.html#method___destruct","d":"

    (PECL solr >= 0.9.2)
    \nDestructor

    "},{"t":"M","n":"SolrIllegalArgumentException::getInternalInfo","p":"SolrIllegalArgumentException.html#method_getInternalInfo","d":"

    (PECL solr >= 0.9.2)
    \nReturns internal information where the Exception was thrown

    "},{"t":"M","n":"SolrIllegalOperationException::getInternalInfo","p":"SolrIllegalOperationException.html#method_getInternalInfo","d":"

    (PECL solr >= 0.9.2)
    \nReturns internal information where the Exception was thrown

    "},{"t":"M","n":"SolrInputDocument::addChildDocument","p":"SolrInputDocument.html#method_addChildDocument","d":"

    (PECL solr >= 2.3.0)
    \nAdds a child document for block indexing

    "},{"t":"M","n":"SolrInputDocument::addChildDocuments","p":"SolrInputDocument.html#method_addChildDocuments","d":"

    (PECL solr >= 2.3.0)
    \nAdds an array of child documents

    "},{"t":"M","n":"SolrInputDocument::addField","p":"SolrInputDocument.html#method_addField","d":"

    (PECL solr >= 0.9.2)
    \nAdds a field to the document

    "},{"t":"M","n":"SolrInputDocument::clear","p":"SolrInputDocument.html#method_clear","d":"

    (PECL solr >= 0.9.2)
    \nResets the input document

    "},{"t":"M","n":"SolrInputDocument::__clone","p":"SolrInputDocument.html#method___clone","d":"

    (PECL solr >= 0.9.2)
    \nCreates a copy of a SolrDocument

    "},{"t":"M","n":"SolrInputDocument::__construct","p":"SolrInputDocument.html#method___construct","d":"

    (PECL solr >= 0.9.2)
    \nSolrInputDocument constructor.

    "},{"t":"M","n":"SolrInputDocument::deleteField","p":"SolrInputDocument.html#method_deleteField","d":"

    (PECL solr >= 0.9.2)
    \nRemoves a field from the document

    "},{"t":"M","n":"SolrInputDocument::__destruct","p":"SolrInputDocument.html#method___destruct","d":"

    (PECL solr >= 0.9.2)
    \nDestructor

    "},{"t":"M","n":"SolrInputDocument::fieldExists","p":"SolrInputDocument.html#method_fieldExists","d":"

    (PECL solr >= 0.9.2)
    \nChecks if a field exists

    "},{"t":"M","n":"SolrInputDocument::getBoost","p":"SolrInputDocument.html#method_getBoost","d":"

    (PECL solr >= 0.9.2)
    \nRetrieves the current boost value for the document

    "},{"t":"M","n":"SolrInputDocument::getChildDocuments","p":"SolrInputDocument.html#method_getChildDocuments","d":"

    (PECL solr >= 2.3.0)
    \nReturns an array of child documents (SolrInputDocument)

    "},{"t":"M","n":"SolrInputDocument::getChildDocumentsCount","p":"SolrInputDocument.html#method_getChildDocumentsCount","d":"

    (PECL solr >= 2.3.0)
    \nReturns the number of child documents

    "},{"t":"M","n":"SolrInputDocument::getField","p":"SolrInputDocument.html#method_getField","d":"

    (PECL solr >= 0.9.2)
    \nRetrieves a field by name

    "},{"t":"M","n":"SolrInputDocument::getFieldBoost","p":"SolrInputDocument.html#method_getFieldBoost","d":"

    (PECL solr >= 0.9.2)
    \nRetrieves the boost value for a particular field

    "},{"t":"M","n":"SolrInputDocument::getFieldCount","p":"SolrInputDocument.html#method_getFieldCount","d":"

    (PECL solr >= 0.9.2)
    \nReturns the number of fields in the document

    "},{"t":"M","n":"SolrInputDocument::getFieldNames","p":"SolrInputDocument.html#method_getFieldNames","d":"

    (PECL solr >= 0.9.2)
    \nReturns an array containing all the fields in the document

    "},{"t":"M","n":"SolrInputDocument::hasChildDocuments","p":"SolrInputDocument.html#method_hasChildDocuments","d":"

    (PECL solr >= 2.3.0)
    \nChecks whether the document has any child documents

    "},{"t":"M","n":"SolrInputDocument::merge","p":"SolrInputDocument.html#method_merge","d":"

    (PECL solr >= 0.9.2)
    \nMerges one input document into another

    "},{"t":"M","n":"SolrInputDocument::reset","p":"SolrInputDocument.html#method_reset","d":"

    (PECL solr >= 0.9.2)
    \nThis is an alias of SolrInputDocument::clear

    "},{"t":"M","n":"SolrInputDocument::setBoost","p":"SolrInputDocument.html#method_setBoost","d":"

    (PECL solr >= 0.9.2)
    \nSets the boost value for this document

    "},{"t":"M","n":"SolrInputDocument::setFieldBoost","p":"SolrInputDocument.html#method_setFieldBoost","d":"

    (PECL solr >= 0.9.2)
    \nSets the index-time boost value for a field\nhttps://php.net/manual/en/solrinputdocument.setfieldboost.php

    "},{"t":"M","n":"SolrInputDocument::sort","p":"SolrInputDocument.html#method_sort","d":"

    (PECL solr >= 0.9.2)
    \nSorts the fields within the document

    "},{"t":"M","n":"SolrInputDocument::toArray","p":"SolrInputDocument.html#method_toArray","d":"

    (PECL solr >= 0.9.2)
    \nReturns an array representation of the input document

    "},{"t":"M","n":"SolrModifiableParams::__construct","p":"SolrModifiableParams.html#method___construct","d":"

    (PECL solr >= 0.9.2)
    \nSolrModifiableParams constructor.

    "},{"t":"M","n":"SolrModifiableParams::__destruct","p":"SolrModifiableParams.html#method___destruct","d":"

    (PECL solr >= 0.9.2)
    \nDestructor

    "},{"t":"M","n":"SolrObject::__construct","p":"SolrObject.html#method___construct","d":"

    (PECL solr >= 0.9.2)
    \nSolrObject constructor.

    "},{"t":"M","n":"SolrObject::__destruct","p":"SolrObject.html#method___destruct","d":"

    (PECL solr >= 0.9.2)
    \nDestructor

    "},{"t":"M","n":"SolrObject::getPropertyNames","p":"SolrObject.html#method_getPropertyNames","d":"

    (PECL solr >= 0.9.2)
    \nReturns an array of all the names of the properties

    "},{"t":"M","n":"SolrObject::offsetExists","p":"SolrObject.html#method_offsetExists","d":"

    (PECL solr >= 0.9.2)
    \nChecks if the property exists

    "},{"t":"M","n":"SolrObject::offsetGet","p":"SolrObject.html#method_offsetGet","d":"

    (PECL solr >= 0.9.2)
    \nUsed to retrieve a property

    "},{"t":"M","n":"SolrObject::offsetSet","p":"SolrObject.html#method_offsetSet","d":"

    (PECL solr >= 0.9.2)
    \nSets the value for a property

    "},{"t":"M","n":"SolrObject::offsetUnset","p":"SolrObject.html#method_offsetUnset","d":"

    (PECL solr >= 0.9.2)
    \nUnsets the value for the property

    "},{"t":"M","n":"SolrParams::add","p":"SolrParams.html#method_add","d":"

    (PECL solr >= 0.9.2)
    \nThis is an alias for SolrParams::addParam

    "},{"t":"M","n":"SolrParams::addParam","p":"SolrParams.html#method_addParam","d":"

    (PECL solr >= 0.9.2)
    \nAdds a parameter to the object

    "},{"t":"M","n":"SolrParams::get","p":"SolrParams.html#method_get","d":"

    (PECL solr >= 0.9.2)
    \nThis is an alias for SolrParams::getParam

    "},{"t":"M","n":"SolrParams::getParam","p":"SolrParams.html#method_getParam","d":"

    (PECL solr >= 0.9.2)
    \nReturns a parameter value

    "},{"t":"M","n":"SolrParams::getParams","p":"SolrParams.html#method_getParams","d":"

    (PECL solr >= 0.9.2)
    \nReturns an array of non URL-encoded parameters

    "},{"t":"M","n":"SolrParams::getPreparedParams","p":"SolrParams.html#method_getPreparedParams","d":"

    (PECL solr >= 0.9.2)
    \nReturns an array of URL-encoded parameters

    "},{"t":"M","n":"SolrParams::serialize","p":"SolrParams.html#method_serialize","d":"

    (PECL solr >= 0.9.2)
    \nUsed for custom serialization

    "},{"t":"M","n":"SolrParams::set","p":"SolrParams.html#method_set","d":"

    (PECL solr >= 0.9.2)
    \nAn alias of SolrParams::setParam

    "},{"t":"M","n":"SolrParams::setParam","p":"SolrParams.html#method_setParam","d":"

    (PECL solr >= 0.9.2)
    \nSets the parameter to the specified value

    "},{"t":"M","n":"SolrParams::toString","p":"SolrParams.html#method_toString","d":"

    (PECL solr >= 0.9.2)
    \nReturns all the name-value pair parameters in the object

    "},{"t":"M","n":"SolrParams::unserialize","p":"SolrParams.html#method_unserialize","d":"

    (PECL solr >= 0.9.2)
    \nUsed for custom serialization

    "},{"t":"M","n":"SolrPingResponse::__construct","p":"SolrPingResponse.html#method___construct","d":"

    (PECL solr >= 0.9.2)
    \nSolrPingResponse constructor.

    "},{"t":"M","n":"SolrPingResponse::__destruct","p":"SolrPingResponse.html#method___destruct","d":"

    (PECL solr >= 0.9.2)
    \nDestructor

    "},{"t":"M","n":"SolrPingResponse::getResponse","p":"SolrPingResponse.html#method_getResponse","d":"

    (PECL solr >= 0.9.2)
    \nReturns the response from the server

    "},{"t":"M","n":"SolrQuery::addExpandFilterQuery","p":"SolrQuery.html#method_addExpandFilterQuery","d":"

    (PECL solr >= 2.2.0)
    \nOverrides main filter query, determines which documents to include in the main group.

    "},{"t":"M","n":"SolrQuery::addExpandSortField","p":"SolrQuery.html#method_addExpandSortField","d":"

    (PECL solr >= 2.2.0)
    \nOrders the documents within the expanded groups (expand.sort parameter).

    "},{"t":"M","n":"SolrQuery::addFacetDateField","p":"SolrQuery.html#method_addFacetDateField","d":"

    (PECL solr >= 0.9.2)
    \nMaps to facet.date

    "},{"t":"M","n":"SolrQuery::addFacetDateOther","p":"SolrQuery.html#method_addFacetDateOther","d":"

    (PECL solr >= 0.9.2)
    \nAdds another facet.date.other parameter

    "},{"t":"M","n":"SolrQuery::addFacetField","p":"SolrQuery.html#method_addFacetField","d":"

    (PECL solr >= 0.9.2)
    \nAdds another field to the facet

    "},{"t":"M","n":"SolrQuery::addFacetQuery","p":"SolrQuery.html#method_addFacetQuery","d":"

    (PECL solr >= 0.9.2)
    \nAdds a facet query

    "},{"t":"M","n":"SolrQuery::addField","p":"SolrQuery.html#method_addField","d":"

    (PECL solr >= 0.9.2)
    \nSpecifies which fields to return in the result

    "},{"t":"M","n":"SolrQuery::addFilterQuery","p":"SolrQuery.html#method_addFilterQuery","d":"

    (PECL solr >= 0.9.2)
    \nSpecifies a filter query

    "},{"t":"M","n":"SolrQuery::addGroupField","p":"SolrQuery.html#method_addGroupField","d":"

    (PECL solr >= 2.2.0)
    \nAdd a field to be used to group results.

    "},{"t":"M","n":"SolrQuery::addGroupFunction","p":"SolrQuery.html#method_addGroupFunction","d":"

    (PECL solr >= 2.2.0)
    \nAllows grouping results based on the unique values of a function query (group.func parameter).

    "},{"t":"M","n":"SolrQuery::addGroupQuery","p":"SolrQuery.html#method_addGroupQuery","d":"

    (PECL solr >= 2.2.0)
    \nAllows grouping of documents that match the given query.

    "},{"t":"M","n":"SolrQuery::addGroupSortField","p":"SolrQuery.html#method_addGroupSortField","d":"

    (PECL solr >= 2.2.0)
    \nAdd a group sort field (group.sort parameter).

    "},{"t":"M","n":"SolrQuery::addHighlightField","p":"SolrQuery.html#method_addHighlightField","d":"

    (PECL solr >= 0.9.2)
    \nMaps to hl.fl

    "},{"t":"M","n":"SolrQuery::addMltField","p":"SolrQuery.html#method_addMltField","d":"

    (PECL solr >= 0.9.2)
    \nSets a field to use for similarity

    "},{"t":"M","n":"SolrQuery::addMltQueryField","p":"SolrQuery.html#method_addMltQueryField","d":"

    (PECL solr >= 0.9.2)
    \nMaps to mlt.qf

    "},{"t":"M","n":"SolrQuery::addSortField","p":"SolrQuery.html#method_addSortField","d":"

    (PECL solr >= 0.9.2)
    \nUsed to control how the results should be sorted

    "},{"t":"M","n":"SolrQuery::addStatsFacet","p":"SolrQuery.html#method_addStatsFacet","d":"

    (PECL solr >= 0.9.2)
    \nRequests a return of sub results for values within the given facet

    "},{"t":"M","n":"SolrQuery::addStatsField","p":"SolrQuery.html#method_addStatsField","d":"

    (PECL solr >= 0.9.2)
    \nMaps to stats.field parameter

    "},{"t":"M","n":"SolrQuery::collapse","p":"SolrQuery.html#method_collapse","d":"

    (No version information available, might only be in Git)
    \nCollapses the result set to a single document per group

    "},{"t":"M","n":"SolrQuery::__construct","p":"SolrQuery.html#method___construct","d":"

    (PECL solr >= 0.9.2)
    \nSolrQuery constructor.

    "},{"t":"M","n":"SolrQuery::__destruct","p":"SolrQuery.html#method___destruct","d":"

    (PECL solr >= 0.9.2)
    \nDestructor

    "},{"t":"M","n":"SolrQuery::getExpand","p":"SolrQuery.html#method_getExpand","d":"

    (PECL solr >= 2.2.0)
    \nReturns true if group expanding is enabled

    "},{"t":"M","n":"SolrQuery::getExpandFilterQueries","p":"SolrQuery.html#method_getExpandFilterQueries","d":"

    (PECL solr >= 2.2.0)
    \nReturns the expand filter queries

    "},{"t":"M","n":"SolrQuery::getExpandQuery","p":"SolrQuery.html#method_getExpandQuery","d":"

    (PECL solr >= 2.2.0)
    \nReturns the expand query expand.q parameter

    "},{"t":"M","n":"SolrQuery::getExpandRows","p":"SolrQuery.html#method_getExpandRows","d":"

    (PECL solr >= 2.2.0)
    \nReturns The number of rows to display in each group (expand.rows)

    "},{"t":"M","n":"SolrQuery::getExpandSortFields","p":"SolrQuery.html#method_getExpandSortFields","d":"

    (PECL solr >= 2.2.0)
    \nReturns an array of fields

    "},{"t":"M","n":"SolrQuery::getFacet","p":"SolrQuery.html#method_getFacet","d":"

    (PECL solr >= 0.9.2)
    \nReturns the value of the facet parameter

    "},{"t":"M","n":"SolrQuery::getFacetDateEnd","p":"SolrQuery.html#method_getFacetDateEnd","d":"

    (PECL solr >= 0.9.2)
    \nReturns the value for the facet.date.end parameter

    "},{"t":"M","n":"SolrQuery::getFacetDateFields","p":"SolrQuery.html#method_getFacetDateFields","d":"

    (PECL solr >= 0.9.2)
    \nReturns all the facet.date fields

    "},{"t":"M","n":"SolrQuery::getFacetDateGap","p":"SolrQuery.html#method_getFacetDateGap","d":"

    (PECL solr >= 0.9.2)
    \nReturns the value of the facet.date.gap parameter

    "},{"t":"M","n":"SolrQuery::getFacetDateHardEnd","p":"SolrQuery.html#method_getFacetDateHardEnd","d":"

    (PECL solr >= 0.9.2)
    \nReturns the value of the facet.date.hardend parameter

    "},{"t":"M","n":"SolrQuery::getFacetDateOther","p":"SolrQuery.html#method_getFacetDateOther","d":"

    (PECL solr >= 0.9.2)
    \nReturns the value for the facet.date.other parameter

    "},{"t":"M","n":"SolrQuery::getFacetDateStart","p":"SolrQuery.html#method_getFacetDateStart","d":"

    (PECL solr >= 0.9.2)
    \nReturns the lower bound for the first date range for all date faceting on this field

    "},{"t":"M","n":"SolrQuery::getFacetFields","p":"SolrQuery.html#method_getFacetFields","d":"

    (PECL solr >= 0.9.2)
    \nReturns all the facet fields

    "},{"t":"M","n":"SolrQuery::getFacetLimit","p":"SolrQuery.html#method_getFacetLimit","d":"

    (PECL solr >= 0.9.2)
    \nReturns the maximum number of constraint counts that should be returned for the facet fields

    "},{"t":"M","n":"SolrQuery::getFacetMethod","p":"SolrQuery.html#method_getFacetMethod","d":"

    (PECL solr >= 0.9.2)
    \nReturns the value of the facet.method parameter

    "},{"t":"M","n":"SolrQuery::getFacetMinCount","p":"SolrQuery.html#method_getFacetMinCount","d":"

    (PECL solr >= 0.9.2)
    \nReturns the minimum counts for facet fields should be included in the response

    "},{"t":"M","n":"SolrQuery::getFacetMissing","p":"SolrQuery.html#method_getFacetMissing","d":"

    (PECL solr >= 0.9.2)
    \nReturns the current state of the facet.missing parameter

    "},{"t":"M","n":"SolrQuery::getFacetOffset","p":"SolrQuery.html#method_getFacetOffset","d":"

    (PECL solr >= 0.9.2)
    \nReturns an offset into the list of constraints to be used for pagination

    "},{"t":"M","n":"SolrQuery::getFacetPrefix","p":"SolrQuery.html#method_getFacetPrefix","d":"

    (PECL solr >= 0.9.2)
    \nReturns the facet prefix

    "},{"t":"M","n":"SolrQuery::getFacetQueries","p":"SolrQuery.html#method_getFacetQueries","d":"

    (PECL solr >= 0.9.2)
    \nReturns all the facet queries

    "},{"t":"M","n":"SolrQuery::getFacetSort","p":"SolrQuery.html#method_getFacetSort","d":"

    (PECL solr >= 0.9.2)
    \nReturns the facet sort type

    "},{"t":"M","n":"SolrQuery::getFields","p":"SolrQuery.html#method_getFields","d":"

    (PECL solr >= 0.9.2)
    \nReturns the list of fields that will be returned in the response

    "},{"t":"M","n":"SolrQuery::getFilterQueries","p":"SolrQuery.html#method_getFilterQueries","d":"

    (PECL solr >= 0.9.2)
    \nReturns an array of filter queries

    "},{"t":"M","n":"SolrQuery::getGroup","p":"SolrQuery.html#method_getGroup","d":"

    (PECL solr >= 2.2.0)
    \nReturns true if grouping is enabled\nhttps://secure.php.net/manual/en/solrquery.getgroup.php

    "},{"t":"M","n":"SolrQuery::getGroupCachePercent","p":"SolrQuery.html#method_getGroupCachePercent","d":"

    (PECL solr >= 2.2.0)
    \nReturns group cache percent value

    "},{"t":"M","n":"SolrQuery::getGroupFacet","p":"SolrQuery.html#method_getGroupFacet","d":"

    (PECL solr >= 2.2.0)
    \nReturns the group.facet parameter value

    "},{"t":"M","n":"SolrQuery::getGroupFields","p":"SolrQuery.html#method_getGroupFields","d":"

    (PECL solr >= 2.2.0)
    \nReturns group fields (group.field parameter values)

    "},{"t":"M","n":"SolrQuery::getGroupFormat","p":"SolrQuery.html#method_getGroupFormat","d":"

    (PECL solr >= 2.2.0)
    \nReturns the group.format value

    "},{"t":"M","n":"SolrQuery::getGroupFunctions","p":"SolrQuery.html#method_getGroupFunctions","d":"

    (PECL solr >= 2.2.0)
    \nReturns group functions (group.func parameter values)

    "},{"t":"M","n":"SolrQuery::getGroupLimit","p":"SolrQuery.html#method_getGroupLimit","d":"

    (PECL solr >= 2.2.0)
    \nReturns the group.limit value

    "},{"t":"M","n":"SolrQuery::getGroupMain","p":"SolrQuery.html#method_getGroupMain","d":"

    (PECL solr >= 2.2.0)
    \nReturns the group.main value

    "},{"t":"M","n":"SolrQuery::getGroupNGroups","p":"SolrQuery.html#method_getGroupNGroups","d":"

    (PECL solr >= 2.2.0)
    \nReturns the group.ngroups value

    "},{"t":"M","n":"SolrQuery::getGroupOffset","p":"SolrQuery.html#method_getGroupOffset","d":"

    (PECL solr >= 2.2.0)
    \nReturns the group.offset value

    "},{"t":"M","n":"SolrQuery::getGroupQueries","p":"SolrQuery.html#method_getGroupQueries","d":"

    (PECL solr >= 2.2.0)
    \nReturns all the group.query parameter values

    "},{"t":"M","n":"SolrQuery::getGroupSortFields","p":"SolrQuery.html#method_getGroupSortFields","d":"

    (PECL solr >= 2.2.0)
    \nReturns the group.sort value

    "},{"t":"M","n":"SolrQuery::getGroupTruncate","p":"SolrQuery.html#method_getGroupTruncate","d":"

    (PECL solr >= 2.2.0)
    \nReturns the group.truncate value

    "},{"t":"M","n":"SolrQuery::getHighlight","p":"SolrQuery.html#method_getHighlight","d":"

    (PECL solr >= 0.9.2)
    \nReturns the state of the hl parameter

    "},{"t":"M","n":"SolrQuery::getHighlightAlternateField","p":"SolrQuery.html#method_getHighlightAlternateField","d":"

    (PECL solr >= 0.9.2)
    \nReturns the highlight field to use as backup or default

    "},{"t":"M","n":"SolrQuery::getHighlightFields","p":"SolrQuery.html#method_getHighlightFields","d":"

    (PECL solr >= 0.9.2)
    \nReturns all the fields that Solr should generate highlighted snippets for

    "},{"t":"M","n":"SolrQuery::getHighlightFormatter","p":"SolrQuery.html#method_getHighlightFormatter","d":"

    (PECL solr >= 0.9.2)
    \nReturns the formatter for the highlighted output

    "},{"t":"M","n":"SolrQuery::getHighlightFragmenter","p":"SolrQuery.html#method_getHighlightFragmenter","d":"

    (PECL solr >= 0.9.2)
    \nReturns the text snippet generator for highlighted text

    "},{"t":"M","n":"SolrQuery::getHighlightFragsize","p":"SolrQuery.html#method_getHighlightFragsize","d":"

    (PECL solr >= 0.9.2)
    \nReturns the number of characters of fragments to consider for highlighting

    "},{"t":"M","n":"SolrQuery::getHighlightHighlightMultiTerm","p":"SolrQuery.html#method_getHighlightHighlightMultiTerm","d":"

    (PECL solr >= 0.9.2)
    \nReturns whether or not to enable highlighting for range/wildcard/fuzzy/prefix queries

    "},{"t":"M","n":"SolrQuery::getHighlightMaxAlternateFieldLength","p":"SolrQuery.html#method_getHighlightMaxAlternateFieldLength","d":"

    (PECL solr >= 0.9.2)
    \nReturns the maximum number of characters of the field to return

    "},{"t":"M","n":"SolrQuery::getHighlightMaxAnalyzedChars","p":"SolrQuery.html#method_getHighlightMaxAnalyzedChars","d":"

    (PECL solr >= 0.9.2)
    \nReturns the maximum number of characters into a document to look for suitable snippets

    "},{"t":"M","n":"SolrQuery::getHighlightMergeContiguous","p":"SolrQuery.html#method_getHighlightMergeContiguous","d":"

    (PECL solr >= 0.9.2)
    \nReturns whether or not the collapse contiguous fragments into a single fragment

    "},{"t":"M","n":"SolrQuery::getHighlightRegexMaxAnalyzedChars","p":"SolrQuery.html#method_getHighlightRegexMaxAnalyzedChars","d":"

    (PECL solr >= 0.9.2)
    \nReturns the maximum number of characters from a field when using the regex fragmenter

    "},{"t":"M","n":"SolrQuery::getHighlightRegexPattern","p":"SolrQuery.html#method_getHighlightRegexPattern","d":"

    (PECL solr >= 0.9.2)
    \nReturns the regular expression for fragmenting

    "},{"t":"M","n":"SolrQuery::getHighlightRegexSlop","p":"SolrQuery.html#method_getHighlightRegexSlop","d":"

    (PECL solr >= 0.9.2)
    \nReturns the deviation factor from the ideal fragment size

    "},{"t":"M","n":"SolrQuery::getHighlightRequireFieldMatch","p":"SolrQuery.html#method_getHighlightRequireFieldMatch","d":"

    (PECL solr >= 0.9.2)
    \nReturns if a field will only be highlighted if the query matched in this particular field

    "},{"t":"M","n":"SolrQuery::getHighlightSimplePost","p":"SolrQuery.html#method_getHighlightSimplePost","d":"

    (PECL solr >= 0.9.2)
    \nReturns the text which appears after a highlighted term

    "},{"t":"M","n":"SolrQuery::getHighlightSimplePre","p":"SolrQuery.html#method_getHighlightSimplePre","d":"

    (PECL solr >= 0.9.2)
    \nReturns the text which appears before a highlighted term

    "},{"t":"M","n":"SolrQuery::getHighlightSnippets","p":"SolrQuery.html#method_getHighlightSnippets","d":"

    (PECL solr >= 0.9.2)
    \nReturns the maximum number of highlighted snippets to generate per field

    "},{"t":"M","n":"SolrQuery::getHighlightUsePhraseHighlighter","p":"SolrQuery.html#method_getHighlightUsePhraseHighlighter","d":"

    (PECL solr >= 0.9.2)
    \nReturns the state of the hl.usePhraseHighlighter parameter

    "},{"t":"M","n":"SolrQuery::getMlt","p":"SolrQuery.html#method_getMlt","d":"

    (PECL solr >= 0.9.2)
    \nReturns whether or not MoreLikeThis results should be enabled

    "},{"t":"M","n":"SolrQuery::getMltBoost","p":"SolrQuery.html#method_getMltBoost","d":"

    (PECL solr >= 0.9.2)
    \nReturns whether or not the query will be boosted by the interesting term relevance

    "},{"t":"M","n":"SolrQuery::getMltCount","p":"SolrQuery.html#method_getMltCount","d":"

    (PECL solr >= 0.9.2)
    \nReturns the number of similar documents to return for each result

    "},{"t":"M","n":"SolrQuery::getMltFields","p":"SolrQuery.html#method_getMltFields","d":"

    (PECL solr >= 0.9.2)
    \nReturns all the fields to use for similarity

    "},{"t":"M","n":"SolrQuery::getMltMaxNumQueryTerms","p":"SolrQuery.html#method_getMltMaxNumQueryTerms","d":"

    (PECL solr >= 0.9.2)
    \nReturns the maximum number of query terms that will be included in any generated query

    "},{"t":"M","n":"SolrQuery::getMltMaxNumTokens","p":"SolrQuery.html#method_getMltMaxNumTokens","d":"

    (PECL solr >= 0.9.2)
    \nReturns the maximum number of tokens to parse in each document field that is not stored with TermVector support

    "},{"t":"M","n":"SolrQuery::getMltMaxWordLength","p":"SolrQuery.html#method_getMltMaxWordLength","d":"

    (PECL solr >= 0.9.2)
    \nReturns the maximum word length above which words will be ignored

    "},{"t":"M","n":"SolrQuery::getMltMinDocFrequency","p":"SolrQuery.html#method_getMltMinDocFrequency","d":"

    (PECL solr >= 0.9.2)
    \nReturns the threshold frequency at which words will be ignored which do not occur in at least this many docs

    "},{"t":"M","n":"SolrQuery::getMltMinTermFrequency","p":"SolrQuery.html#method_getMltMinTermFrequency","d":"

    (PECL solr >= 0.9.2)
    \nReturns the frequency below which terms will be ignored in the source document

    "},{"t":"M","n":"SolrQuery::getMltMinWordLength","p":"SolrQuery.html#method_getMltMinWordLength","d":"

    (PECL solr >= 0.9.2)
    \nReturns the minimum word length below which words will be ignored

    "},{"t":"M","n":"SolrQuery::getMltQueryFields","p":"SolrQuery.html#method_getMltQueryFields","d":"

    (PECL solr >= 0.9.2)
    \nReturns the query fields and their boosts

    "},{"t":"M","n":"SolrQuery::getQuery","p":"SolrQuery.html#method_getQuery","d":"

    (PECL solr >= 0.9.2)
    \nReturns the main query

    "},{"t":"M","n":"SolrQuery::getRows","p":"SolrQuery.html#method_getRows","d":"

    (PECL solr >= 0.9.2)
    \nReturns the maximum number of documents

    "},{"t":"M","n":"SolrQuery::getSortFields","p":"SolrQuery.html#method_getSortFields","d":"

    (PECL solr >= 0.9.2)
    \nReturns all the sort fields

    "},{"t":"M","n":"SolrQuery::getStart","p":"SolrQuery.html#method_getStart","d":"

    (PECL solr >= 0.9.2)
    \nReturns the offset in the complete result set

    "},{"t":"M","n":"SolrQuery::getStats","p":"SolrQuery.html#method_getStats","d":"

    (PECL solr >= 0.9.2)
    \nReturns whether or not stats is enabled

    "},{"t":"M","n":"SolrQuery::getStatsFacets","p":"SolrQuery.html#method_getStatsFacets","d":"

    (PECL solr >= 0.9.2)
    \nReturns all the stats facets that were set

    "},{"t":"M","n":"SolrQuery::getStatsFields","p":"SolrQuery.html#method_getStatsFields","d":"

    (PECL solr >= 0.9.2)
    \nReturns all the statistics fields

    "},{"t":"M","n":"SolrQuery::getTerms","p":"SolrQuery.html#method_getTerms","d":"

    (PECL solr >= 0.9.2)
    \nReturns whether or not the TermsComponent is enabled

    "},{"t":"M","n":"SolrQuery::getTermsField","p":"SolrQuery.html#method_getTermsField","d":"

    (PECL solr >= 0.9.2)
    \nReturns the field from which the terms are retrieved

    "},{"t":"M","n":"SolrQuery::getTermsIncludeLowerBound","p":"SolrQuery.html#method_getTermsIncludeLowerBound","d":"

    (PECL solr >= 0.9.2)
    \nReturns whether or not to include the lower bound in the result set

    "},{"t":"M","n":"SolrQuery::getTermsIncludeUpperBound","p":"SolrQuery.html#method_getTermsIncludeUpperBound","d":"

    (PECL solr >= 0.9.2)
    \nReturns whether or not to include the upper bound term in the result set

    "},{"t":"M","n":"SolrQuery::getTermsLimit","p":"SolrQuery.html#method_getTermsLimit","d":"

    (PECL solr >= 0.9.2)
    \nReturns the maximum number of terms Solr should return

    "},{"t":"M","n":"SolrQuery::getTermsLowerBound","p":"SolrQuery.html#method_getTermsLowerBound","d":"

    (PECL solr >= 0.9.2)
    \nReturns the term to start at

    "},{"t":"M","n":"SolrQuery::getTermsMaxCount","p":"SolrQuery.html#method_getTermsMaxCount","d":"

    (PECL solr >= 0.9.2)
    \nReturns the maximum document frequency

    "},{"t":"M","n":"SolrQuery::getTermsMinCount","p":"SolrQuery.html#method_getTermsMinCount","d":"

    (PECL solr >= 0.9.2)
    \nReturns the minimum document frequency to return in order to be included

    "},{"t":"M","n":"SolrQuery::getTermsPrefix","p":"SolrQuery.html#method_getTermsPrefix","d":"

    (PECL solr >= 0.9.2)
    \nReturns the term prefix

    "},{"t":"M","n":"SolrQuery::getTermsReturnRaw","p":"SolrQuery.html#method_getTermsReturnRaw","d":"

    (PECL solr >= 0.9.2)
    \nWhether or not to return raw characters

    "},{"t":"M","n":"SolrQuery::getTermsSort","p":"SolrQuery.html#method_getTermsSort","d":"

    (PECL solr >= 0.9.2)
    \nReturns an integer indicating how terms are sorted

    "},{"t":"M","n":"SolrQuery::getTermsUpperBound","p":"SolrQuery.html#method_getTermsUpperBound","d":"

    (PECL solr >= 0.9.2)
    \nReturns the term to stop at

    "},{"t":"M","n":"SolrQuery::getTimeAllowed","p":"SolrQuery.html#method_getTimeAllowed","d":"

    (PECL solr >= 0.9.2)
    \nReturns the time in milliseconds allowed for the query to finish

    "},{"t":"M","n":"SolrQuery::removeExpandFilterQuery","p":"SolrQuery.html#method_removeExpandFilterQuery","d":"

    (PECL solr >= 2.2.0)
    \nRemoves an expand filter query

    "},{"t":"M","n":"SolrQuery::removeExpandSortField","p":"SolrQuery.html#method_removeExpandSortField","d":"

    (PECL solr >= 2.2.0)
    \nRemoves an expand sort field from the expand.sort parameter.

    "},{"t":"M","n":"SolrQuery::removeFacetDateField","p":"SolrQuery.html#method_removeFacetDateField","d":"

    (PECL solr >= 0.9.2)
    \nRemoves one of the facet date fields

    "},{"t":"M","n":"SolrQuery::removeFacetDateOther","p":"SolrQuery.html#method_removeFacetDateOther","d":"

    (PECL solr >= 0.9.2)
    \nRemoves one of the facet.date.other parameters

    "},{"t":"M","n":"SolrQuery::removeFacetField","p":"SolrQuery.html#method_removeFacetField","d":"

    (PECL solr >= 0.9.2)
    \nRemoves one of the facet.date parameters

    "},{"t":"M","n":"SolrQuery::removeFacetQuery","p":"SolrQuery.html#method_removeFacetQuery","d":"

    (PECL solr >= 0.9.2)
    \nRemoves one of the facet.query parameters

    "},{"t":"M","n":"SolrQuery::removeField","p":"SolrQuery.html#method_removeField","d":"

    (PECL solr >= 0.9.2)
    \nRemoves a field from the list of fields

    "},{"t":"M","n":"SolrQuery::removeFilterQuery","p":"SolrQuery.html#method_removeFilterQuery","d":"

    (PECL solr >= 0.9.2)
    \nRemoves a filter query

    "},{"t":"M","n":"SolrQuery::removeHighlightField","p":"SolrQuery.html#method_removeHighlightField","d":"

    (PECL solr >= 0.9.2)
    \nRemoves one of the fields used for highlighting

    "},{"t":"M","n":"SolrQuery::removeMltField","p":"SolrQuery.html#method_removeMltField","d":"

    (PECL solr >= 0.9.2)
    \nRemoves one of the moreLikeThis fields

    "},{"t":"M","n":"SolrQuery::removeMltQueryField","p":"SolrQuery.html#method_removeMltQueryField","d":"

    (PECL solr >= 0.9.2)
    \nRemoves one of the moreLikeThis query fields

    "},{"t":"M","n":"SolrQuery::removeSortField","p":"SolrQuery.html#method_removeSortField","d":"

    (PECL solr >= 0.9.2)
    \nRemoves one of the sort fields

    "},{"t":"M","n":"SolrQuery::removeStatsFacet","p":"SolrQuery.html#method_removeStatsFacet","d":"

    (PECL solr >= 0.9.2)
    \nRemoves one of the stats.facet parameters

    "},{"t":"M","n":"SolrQuery::removeStatsField","p":"SolrQuery.html#method_removeStatsField","d":"

    (PECL solr >= 0.9.2)
    \nRemoves one of the stats.field parameters

    "},{"t":"M","n":"SolrQuery::setEchoHandler","p":"SolrQuery.html#method_setEchoHandler","d":"

    (PECL solr >= 0.9.2)
    \nToggles the echoHandler parameter

    "},{"t":"M","n":"SolrQuery::setEchoParams","p":"SolrQuery.html#method_setEchoParams","d":"

    (PECL solr >= 0.9.2)
    \nDetermines what kind of parameters to include in the response

    "},{"t":"M","n":"SolrQuery::setExpand","p":"SolrQuery.html#method_setExpand","d":"

    (PECL solr >= 2.2.0)
    \nEnables/Disables the Expand Component

    "},{"t":"M","n":"SolrQuery::setExpandQuery","p":"SolrQuery.html#method_setExpandQuery","d":"

    (PECL solr >= 2.2.0)
    \nSets the expand.q parameter

    "},{"t":"M","n":"SolrQuery::setExpandRows","p":"SolrQuery.html#method_setExpandRows","d":"

    (PECL solr >= 2.2.0)
    \nSets the number of rows to display in each group (expand.rows). Server Default 5

    "},{"t":"M","n":"SolrQuery::setExplainOther","p":"SolrQuery.html#method_setExplainOther","d":"

    (PECL solr >= 0.9.2)
    \nSets the explainOther common query parameter

    "},{"t":"M","n":"SolrQuery::setFacet","p":"SolrQuery.html#method_setFacet","d":"

    (PECL solr >= 0.9.2)
    \nMaps to the facet parameter. Enables or disables facetting

    "},{"t":"M","n":"SolrQuery::setFacetDateEnd","p":"SolrQuery.html#method_setFacetDateEnd","d":"

    (PECL solr >= 0.9.2)
    \nMaps to facet.date.end

    "},{"t":"M","n":"SolrQuery::setFacetDateGap","p":"SolrQuery.html#method_setFacetDateGap","d":"

    (PECL solr >= 0.9.2)
    \nMaps to facet.date.gap

    "},{"t":"M","n":"SolrQuery::setFacetDateHardEnd","p":"SolrQuery.html#method_setFacetDateHardEnd","d":"

    (PECL solr >= 0.9.2)
    \nMaps to facet.date.hardend

    "},{"t":"M","n":"SolrQuery::setFacetDateStart","p":"SolrQuery.html#method_setFacetDateStart","d":"

    (PECL solr >= 0.9.2)
    \nMaps to facet.date.start

    "},{"t":"M","n":"SolrQuery::setFacetEnumCacheMinDefaultFrequency","p":"SolrQuery.html#method_setFacetEnumCacheMinDefaultFrequency","d":"

    (PECL solr >= 0.9.2)
    \nSets the minimum document frequency used for determining term count

    "},{"t":"M","n":"SolrQuery::setFacetLimit","p":"SolrQuery.html#method_setFacetLimit","d":"

    (PECL solr >= 0.9.2)
    \nMaps to facet.limit

    "},{"t":"M","n":"SolrQuery::setFacetMethod","p":"SolrQuery.html#method_setFacetMethod","d":"

    (PECL solr >= 0.9.2)
    \nSpecifies the type of algorithm to use when faceting a field

    "},{"t":"M","n":"SolrQuery::setFacetMinCount","p":"SolrQuery.html#method_setFacetMinCount","d":"

    (PECL solr >= 0.9.2)
    \nMaps to facet.mincount

    "},{"t":"M","n":"SolrQuery::setFacetMissing","p":"SolrQuery.html#method_setFacetMissing","d":"

    (PECL solr >= 0.9.2)
    \nMaps to facet.missing

    "},{"t":"M","n":"SolrQuery::setFacetOffset","p":"SolrQuery.html#method_setFacetOffset","d":"

    (PECL solr >= 0.9.2)
    \nSets the offset into the list of constraints to allow for pagination

    "},{"t":"M","n":"SolrQuery::setFacetPrefix","p":"SolrQuery.html#method_setFacetPrefix","d":"

    (PECL solr >= 0.9.2)
    \nSpecifies a string prefix with which to limits the terms on which to facet

    "},{"t":"M","n":"SolrQuery::setFacetSort","p":"SolrQuery.html#method_setFacetSort","d":"

    (PECL solr >= 0.9.2)
    \nDetermines the ordering of the facet field constraints

    "},{"t":"M","n":"SolrQuery::setGroup","p":"SolrQuery.html#method_setGroup","d":"

    (PECL solr >= 2.2.0)
    \nEnable/Disable result grouping (group parameter)

    "},{"t":"M","n":"SolrQuery::setGroupCachePercent","p":"SolrQuery.html#method_setGroupCachePercent","d":"

    (PECL solr >= 2.2.0)
    \nEnables caching for result grouping

    "},{"t":"M","n":"SolrQuery::setGroupFacet","p":"SolrQuery.html#method_setGroupFacet","d":"

    (PECL solr >= 2.2.0)
    \nSets group.facet parameter

    "},{"t":"M","n":"SolrQuery::setGroupFormat","p":"SolrQuery.html#method_setGroupFormat","d":"

    (PECL solr >= 2.2.0)
    \nSets the group format, result structure (group.format parameter).

    "},{"t":"M","n":"SolrQuery::setGroupLimit","p":"SolrQuery.html#method_setGroupLimit","d":"

    (PECL solr >= 2.2.0)
    \nSpecifies the number of results to return for each group. The server default value is 1.

    "},{"t":"M","n":"SolrQuery::setGroupMain","p":"SolrQuery.html#method_setGroupMain","d":"

    (PECL solr >= 2.2.0)
    \nIf true, the result of the first field grouping command is used as the main result list in the response, using\ngroup.format=simple.

    "},{"t":"M","n":"SolrQuery::setGroupNGroups","p":"SolrQuery.html#method_setGroupNGroups","d":"

    (PECL solr >= 2.2.0)
    \nIf true, Solr includes the number of groups that have matched the query in the results.

    "},{"t":"M","n":"SolrQuery::setGroupOffset","p":"SolrQuery.html#method_setGroupOffset","d":"

    (PECL solr >= 2.2.0)
    \nSets the group.offset parameter.

    "},{"t":"M","n":"SolrQuery::setGroupTruncate","p":"SolrQuery.html#method_setGroupTruncate","d":"

    (PECL solr >= 2.2.0)
    \nIf true, facet counts are based on the most relevant document of each group matching the query.

    "},{"t":"M","n":"SolrQuery::setHighlight","p":"SolrQuery.html#method_setHighlight","d":"

    (PECL solr >= 0.9.2)
    \nEnables or disables highlighting

    "},{"t":"M","n":"SolrQuery::setHighlightAlternateField","p":"SolrQuery.html#method_setHighlightAlternateField","d":"

    (PECL solr >= 0.9.2)
    \nSpecifies the backup field to use

    "},{"t":"M","n":"SolrQuery::setHighlightFormatter","p":"SolrQuery.html#method_setHighlightFormatter","d":"

    (PECL solr >= 0.9.2)
    \nSpecify a formatter for the highlight output

    "},{"t":"M","n":"SolrQuery::setHighlightFragmenter","p":"SolrQuery.html#method_setHighlightFragmenter","d":"

    (PECL solr >= 0.9.2)
    \nSets a text snippet generator for highlighted text

    "},{"t":"M","n":"SolrQuery::setHighlightFragsize","p":"SolrQuery.html#method_setHighlightFragsize","d":"

    (PECL solr >= 0.9.2)
    \nThe size of fragments to consider for highlighting

    "},{"t":"M","n":"SolrQuery::setHighlightHighlightMultiTerm","p":"SolrQuery.html#method_setHighlightHighlightMultiTerm","d":"

    (PECL solr >= 0.9.2)
    \nUse SpanScorer to highlight phrase terms

    "},{"t":"M","n":"SolrQuery::setHighlightMaxAlternateFieldLength","p":"SolrQuery.html#method_setHighlightMaxAlternateFieldLength","d":"

    (PECL solr >= 0.9.2)
    \nSets the maximum number of characters of the field to return

    "},{"t":"M","n":"SolrQuery::setHighlightMaxAnalyzedChars","p":"SolrQuery.html#method_setHighlightMaxAnalyzedChars","d":"

    (PECL solr >= 0.9.2)
    \nSpecifies the number of characters into a document to look for suitable snippets

    "},{"t":"M","n":"SolrQuery::setHighlightMergeContiguous","p":"SolrQuery.html#method_setHighlightMergeContiguous","d":"

    (PECL solr >= 0.9.2)
    \nWhether or not to collapse contiguous fragments into a single fragment

    "},{"t":"M","n":"SolrQuery::setHighlightRegexMaxAnalyzedChars","p":"SolrQuery.html#method_setHighlightRegexMaxAnalyzedChars","d":"

    (PECL solr >= 0.9.2)
    \nSpecify the maximum number of characters to analyze

    "},{"t":"M","n":"SolrQuery::setHighlightRegexPattern","p":"SolrQuery.html#method_setHighlightRegexPattern","d":"

    (PECL solr >= 0.9.2)
    \nSpecify the regular expression for fragmenting

    "},{"t":"M","n":"SolrQuery::setHighlightRegexSlop","p":"SolrQuery.html#method_setHighlightRegexSlop","d":"

    (PECL solr >= 0.9.2)
    \nSets the factor by which the regex fragmenter can stray from the ideal fragment size

    "},{"t":"M","n":"SolrQuery::setHighlightRequireFieldMatch","p":"SolrQuery.html#method_setHighlightRequireFieldMatch","d":"

    (PECL solr >= 0.9.2)
    \nRequire field matching during highlighting

    "},{"t":"M","n":"SolrQuery::setHighlightSimplePost","p":"SolrQuery.html#method_setHighlightSimplePost","d":"

    (PECL solr >= 0.9.2)
    \nSets the text which appears after a highlighted term

    "},{"t":"M","n":"SolrQuery::setHighlightSimplePre","p":"SolrQuery.html#method_setHighlightSimplePre","d":"

    (PECL solr >= 0.9.2)
    \nSets the text which appears before a highlighted term

    "},{"t":"M","n":"SolrQuery::setHighlightSnippets","p":"SolrQuery.html#method_setHighlightSnippets","d":"

    (PECL solr >= 0.9.2)
    \nSets the maximum number of highlighted snippets to generate per field

    "},{"t":"M","n":"SolrQuery::setHighlightUsePhraseHighlighter","p":"SolrQuery.html#method_setHighlightUsePhraseHighlighter","d":"

    (PECL solr >= 0.9.2)
    \nWhether to highlight phrase terms only when they appear within the query phrase

    "},{"t":"M","n":"SolrQuery::setMlt","p":"SolrQuery.html#method_setMlt","d":"

    (PECL solr >= 0.9.2)
    \nEnables or disables moreLikeThis

    "},{"t":"M","n":"SolrQuery::setMltBoost","p":"SolrQuery.html#method_setMltBoost","d":"

    (PECL solr >= 0.9.2)
    \nSet if the query will be boosted by the interesting term relevance

    "},{"t":"M","n":"SolrQuery::setMltCount","p":"SolrQuery.html#method_setMltCount","d":"

    (PECL solr >= 0.9.2)
    \nSet the number of similar documents to return for each result

    "},{"t":"M","n":"SolrQuery::setMltMaxNumQueryTerms","p":"SolrQuery.html#method_setMltMaxNumQueryTerms","d":"

    (PECL solr >= 0.9.2)
    \nSets the maximum number of query terms included

    "},{"t":"M","n":"SolrQuery::setMltMaxNumTokens","p":"SolrQuery.html#method_setMltMaxNumTokens","d":"

    (PECL solr >= 0.9.2)
    \nSpecifies the maximum number of tokens to parse

    "},{"t":"M","n":"SolrQuery::setMltMaxWordLength","p":"SolrQuery.html#method_setMltMaxWordLength","d":"

    (PECL solr >= 0.9.2)
    \nSets the maximum word length

    "},{"t":"M","n":"SolrQuery::setMltMinDocFrequency","p":"SolrQuery.html#method_setMltMinDocFrequency","d":"

    (PECL solr >= 0.9.2)
    \nSets the mltMinDoc frequency

    "},{"t":"M","n":"SolrQuery::setMltMinTermFrequency","p":"SolrQuery.html#method_setMltMinTermFrequency","d":"

    (PECL solr >= 0.9.2)
    \nSets the frequency below which terms will be ignored in the source docs

    "},{"t":"M","n":"SolrQuery::setMltMinWordLength","p":"SolrQuery.html#method_setMltMinWordLength","d":"

    (PECL solr >= 0.9.2)
    \nSets the minimum word length

    "},{"t":"M","n":"SolrQuery::setOmitHeader","p":"SolrQuery.html#method_setOmitHeader","d":"

    (PECL solr >= 0.9.2)
    \nExclude the header from the returned results

    "},{"t":"M","n":"SolrQuery::setQuery","p":"SolrQuery.html#method_setQuery","d":"

    (PECL solr >= 0.9.2)
    \nSets the search query

    "},{"t":"M","n":"SolrQuery::setRows","p":"SolrQuery.html#method_setRows","d":"

    (PECL solr >= 0.9.2)
    \nSpecifies the maximum number of rows to return in the result

    "},{"t":"M","n":"SolrQuery::setShowDebugInfo","p":"SolrQuery.html#method_setShowDebugInfo","d":"

    (PECL solr >= 0.9.2)
    \nFlag to show debug information

    "},{"t":"M","n":"SolrQuery::setStart","p":"SolrQuery.html#method_setStart","d":"

    (PECL solr >= 0.9.2)
    \nSpecifies the number of rows to skip

    "},{"t":"M","n":"SolrQuery::setStats","p":"SolrQuery.html#method_setStats","d":"

    (PECL solr >= 0.9.2)
    \nEnables or disables the Stats component

    "},{"t":"M","n":"SolrQuery::setTerms","p":"SolrQuery.html#method_setTerms","d":"

    (PECL solr >= 0.9.2)
    \nEnables or disables the TermsComponent

    "},{"t":"M","n":"SolrQuery::setTermsField","p":"SolrQuery.html#method_setTermsField","d":"

    (PECL solr >= 0.9.2)
    \nSets the name of the field to get the Terms from

    "},{"t":"M","n":"SolrQuery::setTermsIncludeLowerBound","p":"SolrQuery.html#method_setTermsIncludeLowerBound","d":"

    (PECL solr >= 0.9.2)
    \nInclude the lower bound term in the result set

    "},{"t":"M","n":"SolrQuery::setTermsIncludeUpperBound","p":"SolrQuery.html#method_setTermsIncludeUpperBound","d":"

    (PECL solr >= 0.9.2)
    \nInclude the upper bound term in the result set

    "},{"t":"M","n":"SolrQuery::setTermsLimit","p":"SolrQuery.html#method_setTermsLimit","d":"

    (PECL solr >= 0.9.2)
    \nSets the maximum number of terms to return

    "},{"t":"M","n":"SolrQuery::setTermsLowerBound","p":"SolrQuery.html#method_setTermsLowerBound","d":"

    (PECL solr >= 0.9.2)
    \nSpecifies the Term to start from

    "},{"t":"M","n":"SolrQuery::setTermsMaxCount","p":"SolrQuery.html#method_setTermsMaxCount","d":"

    (PECL solr >= 0.9.2)
    \nSets the maximum document frequency

    "},{"t":"M","n":"SolrQuery::setTermsMinCount","p":"SolrQuery.html#method_setTermsMinCount","d":"

    (PECL solr >= 0.9.2)
    \nSets the minimum document frequency

    "},{"t":"M","n":"SolrQuery::setTermsPrefix","p":"SolrQuery.html#method_setTermsPrefix","d":"

    (PECL solr >= 0.9.2)
    \nRestrict matches to terms that start with the prefix

    "},{"t":"M","n":"SolrQuery::setTermsReturnRaw","p":"SolrQuery.html#method_setTermsReturnRaw","d":"

    (PECL solr >= 0.9.2)
    \nReturn the raw characters of the indexed term

    "},{"t":"M","n":"SolrQuery::setTermsSort","p":"SolrQuery.html#method_setTermsSort","d":"

    (PECL solr >= 0.9.2)
    \nSpecifies how to sort the returned terms

    "},{"t":"M","n":"SolrQuery::setTermsUpperBound","p":"SolrQuery.html#method_setTermsUpperBound","d":"

    (PECL solr >= 0.9.2)
    \nSets the term to stop at

    "},{"t":"M","n":"SolrQuery::setTimeAllowed","p":"SolrQuery.html#method_setTimeAllowed","d":"

    (PECL solr >= 0.9.2)
    \nThe time allowed for search to finish

    "},{"t":"M","n":"SolrQueryResponse::__construct","p":"SolrQueryResponse.html#method___construct","d":"

    (PECL solr >= 0.9.2)
    \nSolrQueryResponse constructor.

    "},{"t":"M","n":"SolrQueryResponse::__destruct","p":"SolrQueryResponse.html#method___destruct","d":"

    (PECL solr >= 0.9.2)
    \nDestructor

    "},{"t":"M","n":"SolrResponse::getDigestedResponse","p":"SolrResponse.html#method_getDigestedResponse","d":"

    (PECL solr >= 0.9.2)
    \nReturns the XML response as serialized PHP data

    "},{"t":"M","n":"SolrResponse::getHttpStatus","p":"SolrResponse.html#method_getHttpStatus","d":"

    (PECL solr >= 0.9.2)
    \nReturns the HTTP status of the response

    "},{"t":"M","n":"SolrResponse::getHttpStatusMessage","p":"SolrResponse.html#method_getHttpStatusMessage","d":"

    (PECL solr >= 0.9.2)
    \nReturns more details on the HTTP status

    "},{"t":"M","n":"SolrResponse::getRawRequest","p":"SolrResponse.html#method_getRawRequest","d":"

    (PECL solr >= 0.9.2)
    \nReturns the raw request sent to the Solr server

    "},{"t":"M","n":"SolrResponse::getRawRequestHeaders","p":"SolrResponse.html#method_getRawRequestHeaders","d":"

    (PECL solr >= 0.9.2)
    \nReturns the raw request headers sent to the Solr server

    "},{"t":"M","n":"SolrResponse::getRawResponse","p":"SolrResponse.html#method_getRawResponse","d":"

    (PECL solr >= 0.9.2)
    \nReturns the raw response from the server

    "},{"t":"M","n":"SolrResponse::getRawResponseHeaders","p":"SolrResponse.html#method_getRawResponseHeaders","d":"

    (PECL solr >= 0.9.2)
    \nReturns the raw response headers from the server

    "},{"t":"M","n":"SolrResponse::getRequestUrl","p":"SolrResponse.html#method_getRequestUrl","d":"

    (PECL solr >= 0.9.2)
    \nReturns the full URL the request was sent to

    "},{"t":"M","n":"SolrResponse::getResponse","p":"SolrResponse.html#method_getResponse","d":"

    (PECL solr >= 0.9.2)
    \nReturns a SolrObject representing the XML response from the server

    "},{"t":"M","n":"SolrResponse::setParseMode","p":"SolrResponse.html#method_setParseMode","d":"

    (PECL solr >= 0.9.2)
    \nSets the parse mode

    "},{"t":"M","n":"SolrResponse::success","p":"SolrResponse.html#method_success","d":"

    (PECL solr >= 0.9.2)
    \nWas the request a success

    "},{"t":"M","n":"SolrServerException::getInternalInfo","p":"SolrServerException.html#method_getInternalInfo","d":"

    (PECL solr >= 1.1.0, >=2.0.0)
    \nReturns internal information where the Exception was thrown

    "},{"t":"M","n":"SolrUpdateResponse::__construct","p":"SolrUpdateResponse.html#method___construct","d":"

    (PECL solr >= 0.9.2)
    \nSolrUpdateResponse constructor.

    "},{"t":"M","n":"SolrUpdateResponse::__destruct","p":"SolrUpdateResponse.html#method___destruct","d":"

    (PECL solr >= 0.9.2)
    \nDestructor

    "},{"t":"M","n":"SolrUtils::digestXmlResponse","p":"SolrUtils.html#method_digestXmlResponse","d":"

    (PECL solr >= 0.9.2)
    \nParses an response XML string into a SolrObject

    "},{"t":"M","n":"SolrUtils::escapeQueryChars","p":"SolrUtils.html#method_escapeQueryChars","d":"

    (PECL solr >= 0.9.2)
    \nEscapes a lucene query string

    "},{"t":"M","n":"SolrUtils::getSolrVersion","p":"SolrUtils.html#method_getSolrVersion","d":"

    (PECL solr >= 0.9.2)
    \nReturns the current version of the Solr extension

    "},{"t":"M","n":"SolrUtils::queryPhrase","p":"SolrUtils.html#method_queryPhrase","d":"

    (PECL solr >= 0.9.2)
    \nPrepares a phrase from an unescaped lucene string

    "},{"t":"M","n":"SplDoublyLinkedList::add","p":"SplDoublyLinkedList.html#method_add","d":"

    Add/insert a new value at the specified index

    "},{"t":"M","n":"SplDoublyLinkedList::pop","p":"SplDoublyLinkedList.html#method_pop","d":"

    Pops a node from the end of the doubly linked list

    "},{"t":"M","n":"SplDoublyLinkedList::shift","p":"SplDoublyLinkedList.html#method_shift","d":"

    Shifts a node from the beginning of the doubly linked list

    "},{"t":"M","n":"SplDoublyLinkedList::push","p":"SplDoublyLinkedList.html#method_push","d":"

    Pushes an element at the end of the doubly linked list

    "},{"t":"M","n":"SplDoublyLinkedList::unshift","p":"SplDoublyLinkedList.html#method_unshift","d":"

    Prepends the doubly linked list with an element

    "},{"t":"M","n":"SplDoublyLinkedList::top","p":"SplDoublyLinkedList.html#method_top","d":"

    Peeks at the node from the end of the doubly linked list

    "},{"t":"M","n":"SplDoublyLinkedList::bottom","p":"SplDoublyLinkedList.html#method_bottom","d":"

    Peeks at the node from the beginning of the doubly linked list

    "},{"t":"M","n":"SplDoublyLinkedList::count","p":"SplDoublyLinkedList.html#method_count","d":"

    Counts the number of elements in the doubly linked list.

    "},{"t":"M","n":"SplDoublyLinkedList::isEmpty","p":"SplDoublyLinkedList.html#method_isEmpty","d":"

    Checks whether the doubly linked list is empty.

    "},{"t":"M","n":"SplDoublyLinkedList::setIteratorMode","p":"SplDoublyLinkedList.html#method_setIteratorMode","d":"

    Sets the mode of iteration

    "},{"t":"M","n":"SplDoublyLinkedList::getIteratorMode","p":"SplDoublyLinkedList.html#method_getIteratorMode","d":"

    Returns the mode of iteration

    "},{"t":"M","n":"SplDoublyLinkedList::offsetExists","p":"SplDoublyLinkedList.html#method_offsetExists","d":"

    Returns whether the requested $index exists

    "},{"t":"M","n":"SplDoublyLinkedList::offsetGet","p":"SplDoublyLinkedList.html#method_offsetGet","d":"

    Returns the value at the specified $index

    "},{"t":"M","n":"SplDoublyLinkedList::offsetSet","p":"SplDoublyLinkedList.html#method_offsetSet","d":"

    Sets the value at the specified $index to $newval

    "},{"t":"M","n":"SplDoublyLinkedList::offsetUnset","p":"SplDoublyLinkedList.html#method_offsetUnset","d":"

    Unsets the value at the specified $index

    "},{"t":"M","n":"SplDoublyLinkedList::rewind","p":"SplDoublyLinkedList.html#method_rewind","d":"

    Rewind iterator back to the start

    "},{"t":"M","n":"SplDoublyLinkedList::current","p":"SplDoublyLinkedList.html#method_current","d":"

    Return current array entry

    "},{"t":"M","n":"SplDoublyLinkedList::key","p":"SplDoublyLinkedList.html#method_key","d":"

    Return current node index

    "},{"t":"M","n":"SplDoublyLinkedList::next","p":"SplDoublyLinkedList.html#method_next","d":"

    Move to next entry

    "},{"t":"M","n":"SplDoublyLinkedList::prev","p":"SplDoublyLinkedList.html#method_prev","d":"

    Move to previous entry

    "},{"t":"M","n":"SplDoublyLinkedList::valid","p":"SplDoublyLinkedList.html#method_valid","d":"

    Check whether the doubly linked list contains more nodes

    "},{"t":"M","n":"SplDoublyLinkedList::unserialize","p":"SplDoublyLinkedList.html#method_unserialize","d":"

    Unserializes the storage

    "},{"t":"M","n":"SplDoublyLinkedList::serialize","p":"SplDoublyLinkedList.html#method_serialize","d":"

    Serializes the storage

    "},{"t":"M","n":"SplDoublyLinkedList::__debugInfo","p":"SplDoublyLinkedList.html#method___debugInfo","d":""},{"t":"M","n":"SplDoublyLinkedList::__serialize","p":"SplDoublyLinkedList.html#method___serialize","d":""},{"t":"M","n":"SplDoublyLinkedList::__unserialize","p":"SplDoublyLinkedList.html#method___unserialize","d":""},{"t":"M","n":"SplEnum::getConstList","p":"SplEnum.html#method_getConstList","d":"

    Returns all consts (possible values) as an array.

    "},{"t":"M","n":"SplFileInfo::__construct","p":"SplFileInfo.html#method___construct","d":"

    Construct a new SplFileInfo object

    "},{"t":"M","n":"SplFileInfo::getPath","p":"SplFileInfo.html#method_getPath","d":"

    Gets the path without filename

    "},{"t":"M","n":"SplFileInfo::getFilename","p":"SplFileInfo.html#method_getFilename","d":"

    Gets the filename

    "},{"t":"M","n":"SplFileInfo::getExtension","p":"SplFileInfo.html#method_getExtension","d":"

    Gets the file extension

    "},{"t":"M","n":"SplFileInfo::getBasename","p":"SplFileInfo.html#method_getBasename","d":"

    Gets the base name of the file

    "},{"t":"M","n":"SplFileInfo::getPathname","p":"SplFileInfo.html#method_getPathname","d":"

    Gets the path to the file

    "},{"t":"M","n":"SplFileInfo::getPerms","p":"SplFileInfo.html#method_getPerms","d":"

    Gets file permissions

    "},{"t":"M","n":"SplFileInfo::getInode","p":"SplFileInfo.html#method_getInode","d":"

    Gets the inode for the file

    "},{"t":"M","n":"SplFileInfo::getSize","p":"SplFileInfo.html#method_getSize","d":"

    Gets file size

    "},{"t":"M","n":"SplFileInfo::getOwner","p":"SplFileInfo.html#method_getOwner","d":"

    Gets the owner of the file

    "},{"t":"M","n":"SplFileInfo::getGroup","p":"SplFileInfo.html#method_getGroup","d":"

    Gets the file group

    "},{"t":"M","n":"SplFileInfo::getATime","p":"SplFileInfo.html#method_getATime","d":"

    Gets last access time of the file

    "},{"t":"M","n":"SplFileInfo::getMTime","p":"SplFileInfo.html#method_getMTime","d":"

    Gets the last modified time

    "},{"t":"M","n":"SplFileInfo::getCTime","p":"SplFileInfo.html#method_getCTime","d":"

    Gets the inode change time

    "},{"t":"M","n":"SplFileInfo::getType","p":"SplFileInfo.html#method_getType","d":"

    Gets file type

    "},{"t":"M","n":"SplFileInfo::isWritable","p":"SplFileInfo.html#method_isWritable","d":"

    Tells if the entry is writable

    "},{"t":"M","n":"SplFileInfo::isReadable","p":"SplFileInfo.html#method_isReadable","d":"

    Tells if file is readable

    "},{"t":"M","n":"SplFileInfo::isExecutable","p":"SplFileInfo.html#method_isExecutable","d":"

    Tells if the file is executable

    "},{"t":"M","n":"SplFileInfo::isFile","p":"SplFileInfo.html#method_isFile","d":"

    Tells if the object references a regular file

    "},{"t":"M","n":"SplFileInfo::isDir","p":"SplFileInfo.html#method_isDir","d":"

    Tells if the file is a directory

    "},{"t":"M","n":"SplFileInfo::isLink","p":"SplFileInfo.html#method_isLink","d":"

    Tells if the file is a link

    "},{"t":"M","n":"SplFileInfo::getLinkTarget","p":"SplFileInfo.html#method_getLinkTarget","d":"

    Gets the target of a link

    "},{"t":"M","n":"SplFileInfo::getRealPath","p":"SplFileInfo.html#method_getRealPath","d":"

    Gets absolute path to file

    "},{"t":"M","n":"SplFileInfo::getFileInfo","p":"SplFileInfo.html#method_getFileInfo","d":"

    Gets an SplFileInfo object for the file

    "},{"t":"M","n":"SplFileInfo::getPathInfo","p":"SplFileInfo.html#method_getPathInfo","d":"

    Gets an SplFileInfo object for the path

    "},{"t":"M","n":"SplFileInfo::openFile","p":"SplFileInfo.html#method_openFile","d":"

    Gets an SplFileObject object for the file

    "},{"t":"M","n":"SplFileInfo::setFileClass","p":"SplFileInfo.html#method_setFileClass","d":"

    Sets the class name used with SplFileInfo::openFile

    "},{"t":"M","n":"SplFileInfo::setInfoClass","p":"SplFileInfo.html#method_setInfoClass","d":"

    Sets the class used with getFileInfo and getPathInfo

    "},{"t":"M","n":"SplFileInfo::__toString","p":"SplFileInfo.html#method___toString","d":"

    Returns the path to the file as a string

    "},{"t":"M","n":"SplFileInfo::_bad_state_ex","p":"SplFileInfo.html#method__bad_state_ex","d":null},{"t":"M","n":"SplFileInfo::__wakeup","p":"SplFileInfo.html#method___wakeup","d":null},{"t":"M","n":"SplFileInfo::__debugInfo","p":"SplFileInfo.html#method___debugInfo","d":""},{"t":"M","n":"SplFileObject::__construct","p":"SplFileObject.html#method___construct","d":"

    Construct a new file object.

    "},{"t":"M","n":"SplFileObject::rewind","p":"SplFileObject.html#method_rewind","d":"

    Rewind the file to the first line

    "},{"t":"M","n":"SplFileObject::eof","p":"SplFileObject.html#method_eof","d":"

    Reached end of file

    "},{"t":"M","n":"SplFileObject::valid","p":"SplFileObject.html#method_valid","d":"

    Not at EOF

    "},{"t":"M","n":"SplFileObject::fgets","p":"SplFileObject.html#method_fgets","d":"

    Gets line from file

    "},{"t":"M","n":"SplFileObject::fread","p":"SplFileObject.html#method_fread","d":"

    Read from file

    "},{"t":"M","n":"SplFileObject::fgetcsv","p":"SplFileObject.html#method_fgetcsv","d":"

    Gets line from file and parse as CSV fields

    "},{"t":"M","n":"SplFileObject::fputcsv","p":"SplFileObject.html#method_fputcsv","d":"

    Write a field array as a CSV line

    "},{"t":"M","n":"SplFileObject::setCsvControl","p":"SplFileObject.html#method_setCsvControl","d":"

    Set the delimiter and enclosure character for CSV

    "},{"t":"M","n":"SplFileObject::getCsvControl","p":"SplFileObject.html#method_getCsvControl","d":"

    Get the delimiter and enclosure character for CSV

    "},{"t":"M","n":"SplFileObject::flock","p":"SplFileObject.html#method_flock","d":"

    Portable file locking

    "},{"t":"M","n":"SplFileObject::fflush","p":"SplFileObject.html#method_fflush","d":"

    Flushes the output to the file

    "},{"t":"M","n":"SplFileObject::ftell","p":"SplFileObject.html#method_ftell","d":"

    Return current file position

    "},{"t":"M","n":"SplFileObject::fseek","p":"SplFileObject.html#method_fseek","d":"

    Seek to a position

    "},{"t":"M","n":"SplFileObject::fgetc","p":"SplFileObject.html#method_fgetc","d":"

    Gets character from file

    "},{"t":"M","n":"SplFileObject::fpassthru","p":"SplFileObject.html#method_fpassthru","d":"

    Output all remaining data on a file pointer

    "},{"t":"M","n":"SplFileObject::fgetss","p":"SplFileObject.html#method_fgetss","d":"

    Gets line from file and strip HTML tags

    "},{"t":"M","n":"SplFileObject::fscanf","p":"SplFileObject.html#method_fscanf","d":"

    Parses input from file according to a format

    "},{"t":"M","n":"SplFileObject::fwrite","p":"SplFileObject.html#method_fwrite","d":"

    Write to file

    "},{"t":"M","n":"SplFileObject::fstat","p":"SplFileObject.html#method_fstat","d":"

    Gets information about the file

    "},{"t":"M","n":"SplFileObject::ftruncate","p":"SplFileObject.html#method_ftruncate","d":"

    Truncates the file to a given length

    "},{"t":"M","n":"SplFileObject::current","p":"SplFileObject.html#method_current","d":"

    Retrieve current line of file

    "},{"t":"M","n":"SplFileObject::key","p":"SplFileObject.html#method_key","d":"

    Get line number

    "},{"t":"M","n":"SplFileObject::next","p":"SplFileObject.html#method_next","d":"

    Read next line

    "},{"t":"M","n":"SplFileObject::setFlags","p":"SplFileObject.html#method_setFlags","d":"

    Sets flags for the SplFileObject

    "},{"t":"M","n":"SplFileObject::getFlags","p":"SplFileObject.html#method_getFlags","d":"

    Gets flags for the SplFileObject

    "},{"t":"M","n":"SplFileObject::setMaxLineLen","p":"SplFileObject.html#method_setMaxLineLen","d":"

    Set maximum line length

    "},{"t":"M","n":"SplFileObject::getMaxLineLen","p":"SplFileObject.html#method_getMaxLineLen","d":"

    Get maximum line length

    "},{"t":"M","n":"SplFileObject::hasChildren","p":"SplFileObject.html#method_hasChildren","d":"

    SplFileObject does not have children

    "},{"t":"M","n":"SplFileObject::getChildren","p":"SplFileObject.html#method_getChildren","d":"

    No purpose

    "},{"t":"M","n":"SplFileObject::seek","p":"SplFileObject.html#method_seek","d":"

    Seek to specified line

    "},{"t":"M","n":"SplFileObject::getCurrentLine","p":"SplFileObject.html#method_getCurrentLine","d":"

    Alias of SplFileObject::fgets

    "},{"t":"M","n":"SplFileObject::__toString","p":"SplFileObject.html#method___toString","d":"

    Alias of SplFileObject::current

    "},{"t":"M","n":"SplFixedArray::__construct","p":"SplFixedArray.html#method___construct","d":"

    Constructs a new fixed array

    "},{"t":"M","n":"SplFixedArray::count","p":"SplFixedArray.html#method_count","d":"

    Returns the size of the array

    "},{"t":"M","n":"SplFixedArray::toArray","p":"SplFixedArray.html#method_toArray","d":"

    Returns a PHP array from the fixed array

    "},{"t":"M","n":"SplFixedArray::fromArray","p":"SplFixedArray.html#method_fromArray","d":"

    Import a PHP array in a SplFixedArray instance

    "},{"t":"M","n":"SplFixedArray::getSize","p":"SplFixedArray.html#method_getSize","d":"

    Gets the size of the array

    "},{"t":"M","n":"SplFixedArray::setSize","p":"SplFixedArray.html#method_setSize","d":"

    Change the size of an array

    "},{"t":"M","n":"SplFixedArray::offsetExists","p":"SplFixedArray.html#method_offsetExists","d":"

    Returns whether the requested index exists

    "},{"t":"M","n":"SplFixedArray::offsetGet","p":"SplFixedArray.html#method_offsetGet","d":"

    Returns the value at the specified index

    "},{"t":"M","n":"SplFixedArray::offsetSet","p":"SplFixedArray.html#method_offsetSet","d":"

    Sets a new value at a specified index

    "},{"t":"M","n":"SplFixedArray::offsetUnset","p":"SplFixedArray.html#method_offsetUnset","d":"

    Unsets the value at the specified $index

    "},{"t":"M","n":"SplFixedArray::rewind","p":"SplFixedArray.html#method_rewind","d":"

    Rewind iterator back to the start

    "},{"t":"M","n":"SplFixedArray::current","p":"SplFixedArray.html#method_current","d":"

    Return current array entry

    "},{"t":"M","n":"SplFixedArray::key","p":"SplFixedArray.html#method_key","d":"

    Return current array index

    "},{"t":"M","n":"SplFixedArray::next","p":"SplFixedArray.html#method_next","d":"

    Move to next entry

    "},{"t":"M","n":"SplFixedArray::valid","p":"SplFixedArray.html#method_valid","d":"

    Check whether the array contains more elements

    "},{"t":"M","n":"SplFixedArray::__wakeup","p":"SplFixedArray.html#method___wakeup","d":null},{"t":"M","n":"SplFixedArray::__serialize","p":"SplFixedArray.html#method___serialize","d":null},{"t":"M","n":"SplFixedArray::__unserialize","p":"SplFixedArray.html#method___unserialize","d":null},{"t":"M","n":"SplFixedArray::getIterator","p":"SplFixedArray.html#method_getIterator","d":""},{"t":"M","n":"SplFixedArray::jsonSerialize","p":"SplFixedArray.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"SplHeap::extract","p":"SplHeap.html#method_extract","d":"

    Extracts a node from top of the heap and sift up.

    "},{"t":"M","n":"SplHeap::insert","p":"SplHeap.html#method_insert","d":"

    Inserts an element in the heap by sifting it up.

    "},{"t":"M","n":"SplHeap::top","p":"SplHeap.html#method_top","d":"

    Peeks at the node from the top of the heap

    "},{"t":"M","n":"SplHeap::count","p":"SplHeap.html#method_count","d":"

    Counts the number of elements in the heap.

    "},{"t":"M","n":"SplHeap::isEmpty","p":"SplHeap.html#method_isEmpty","d":"

    Checks whether the heap is empty.

    "},{"t":"M","n":"SplHeap::rewind","p":"SplHeap.html#method_rewind","d":"

    Rewind iterator back to the start (no-op)

    "},{"t":"M","n":"SplHeap::current","p":"SplHeap.html#method_current","d":"

    Return current node pointed by the iterator

    "},{"t":"M","n":"SplHeap::key","p":"SplHeap.html#method_key","d":"

    Return current node index

    "},{"t":"M","n":"SplHeap::next","p":"SplHeap.html#method_next","d":"

    Move to the next node

    "},{"t":"M","n":"SplHeap::valid","p":"SplHeap.html#method_valid","d":"

    Check whether the heap contains more nodes

    "},{"t":"M","n":"SplHeap::recoverFromCorruption","p":"SplHeap.html#method_recoverFromCorruption","d":"

    Recover from the corrupted state and allow further actions on the heap.

    "},{"t":"M","n":"SplHeap::compare","p":"SplHeap.html#method_compare","d":"

    Compare elements in order to place them correctly in the heap while sifting up.

    "},{"t":"M","n":"SplHeap::isCorrupted","p":"SplHeap.html#method_isCorrupted","d":""},{"t":"M","n":"SplHeap::__debugInfo","p":"SplHeap.html#method___debugInfo","d":""},{"t":"M","n":"SplMaxHeap::compare","p":"SplMaxHeap.html#method_compare","d":"

    Compare elements in order to place them correctly in the heap while sifting up.

    "},{"t":"M","n":"SplMinHeap::compare","p":"SplMinHeap.html#method_compare","d":"

    Compare elements in order to place them correctly in the heap while sifting up.

    "},{"t":"M","n":"SplMinHeap::extract","p":"SplMinHeap.html#method_extract","d":"

    Extracts a node from top of the heap and sift up.

    "},{"t":"M","n":"SplMinHeap::insert","p":"SplMinHeap.html#method_insert","d":"

    Inserts an element in the heap by sifting it up.

    "},{"t":"M","n":"SplMinHeap::top","p":"SplMinHeap.html#method_top","d":"

    Peeks at the node from the top of the heap

    "},{"t":"M","n":"SplMinHeap::count","p":"SplMinHeap.html#method_count","d":"

    Counts the number of elements in the heap.

    "},{"t":"M","n":"SplMinHeap::isEmpty","p":"SplMinHeap.html#method_isEmpty","d":"

    Checks whether the heap is empty.

    "},{"t":"M","n":"SplMinHeap::rewind","p":"SplMinHeap.html#method_rewind","d":"

    Rewind iterator back to the start (no-op)

    "},{"t":"M","n":"SplMinHeap::current","p":"SplMinHeap.html#method_current","d":"

    Return current node pointed by the iterator

    "},{"t":"M","n":"SplMinHeap::key","p":"SplMinHeap.html#method_key","d":"

    Return current node index

    "},{"t":"M","n":"SplMinHeap::next","p":"SplMinHeap.html#method_next","d":"

    Move to the next node

    "},{"t":"M","n":"SplMinHeap::valid","p":"SplMinHeap.html#method_valid","d":"

    Check whether the heap contains more nodes

    "},{"t":"M","n":"SplMinHeap::recoverFromCorruption","p":"SplMinHeap.html#method_recoverFromCorruption","d":"

    Recover from the corrupted state and allow further actions on the heap.

    "},{"t":"M","n":"SplObjectStorage::attach","p":"SplObjectStorage.html#method_attach","d":"

    Adds an object in the storage

    "},{"t":"M","n":"SplObjectStorage::detach","p":"SplObjectStorage.html#method_detach","d":"

    Removes an object from the storage

    "},{"t":"M","n":"SplObjectStorage::contains","p":"SplObjectStorage.html#method_contains","d":"

    Checks if the storage contains a specific object

    "},{"t":"M","n":"SplObjectStorage::addAll","p":"SplObjectStorage.html#method_addAll","d":"

    Adds all objects from another storage

    "},{"t":"M","n":"SplObjectStorage::removeAll","p":"SplObjectStorage.html#method_removeAll","d":"

    Removes objects contained in another storage from the current storage

    "},{"t":"M","n":"SplObjectStorage::removeAllExcept","p":"SplObjectStorage.html#method_removeAllExcept","d":"

    Removes all objects except for those contained in another storage from the current storage

    "},{"t":"M","n":"SplObjectStorage::getInfo","p":"SplObjectStorage.html#method_getInfo","d":"

    Returns the data associated with the current iterator entry

    "},{"t":"M","n":"SplObjectStorage::setInfo","p":"SplObjectStorage.html#method_setInfo","d":"

    Sets the data associated with the current iterator entry

    "},{"t":"M","n":"SplObjectStorage::count","p":"SplObjectStorage.html#method_count","d":"

    Returns the number of objects in the storage

    "},{"t":"M","n":"SplObjectStorage::rewind","p":"SplObjectStorage.html#method_rewind","d":"

    Rewind the iterator to the first storage element

    "},{"t":"M","n":"SplObjectStorage::valid","p":"SplObjectStorage.html#method_valid","d":"

    Returns if the current iterator entry is valid

    "},{"t":"M","n":"SplObjectStorage::key","p":"SplObjectStorage.html#method_key","d":"

    Returns the index at which the iterator currently is

    "},{"t":"M","n":"SplObjectStorage::current","p":"SplObjectStorage.html#method_current","d":"

    Returns the current storage entry

    "},{"t":"M","n":"SplObjectStorage::next","p":"SplObjectStorage.html#method_next","d":"

    Move to the next entry

    "},{"t":"M","n":"SplObjectStorage::unserialize","p":"SplObjectStorage.html#method_unserialize","d":"

    Unserializes a storage from its string representation

    "},{"t":"M","n":"SplObjectStorage::serialize","p":"SplObjectStorage.html#method_serialize","d":"

    Serializes the storage

    "},{"t":"M","n":"SplObjectStorage::offsetExists","p":"SplObjectStorage.html#method_offsetExists","d":"

    Checks whether an object exists in the storage

    "},{"t":"M","n":"SplObjectStorage::offsetSet","p":"SplObjectStorage.html#method_offsetSet","d":"

    Associates data to an object in the storage

    "},{"t":"M","n":"SplObjectStorage::offsetUnset","p":"SplObjectStorage.html#method_offsetUnset","d":"

    Removes an object from the storage

    "},{"t":"M","n":"SplObjectStorage::offsetGet","p":"SplObjectStorage.html#method_offsetGet","d":"

    Returns the data associated with an object

    "},{"t":"M","n":"SplObjectStorage::getHash","p":"SplObjectStorage.html#method_getHash","d":"

    Calculate a unique identifier for the contained objects

    "},{"t":"M","n":"SplObjectStorage::__serialize","p":"SplObjectStorage.html#method___serialize","d":""},{"t":"M","n":"SplObjectStorage::__unserialize","p":"SplObjectStorage.html#method___unserialize","d":""},{"t":"M","n":"SplObjectStorage::__debugInfo","p":"SplObjectStorage.html#method___debugInfo","d":""},{"t":"M","n":"SplObjectStorage::seek","p":"SplObjectStorage.html#method_seek","d":""},{"t":"M","n":"SplObserver::update","p":"SplObserver.html#method_update","d":"

    Receive update from subject

    "},{"t":"M","n":"SplPriorityQueue::compare","p":"SplPriorityQueue.html#method_compare","d":"

    Compare priorities in order to place elements correctly in the heap while sifting up.

    "},{"t":"M","n":"SplPriorityQueue::insert","p":"SplPriorityQueue.html#method_insert","d":"

    Inserts an element in the queue by sifting it up.

    "},{"t":"M","n":"SplPriorityQueue::setExtractFlags","p":"SplPriorityQueue.html#method_setExtractFlags","d":"

    Sets the mode of extraction

    "},{"t":"M","n":"SplPriorityQueue::top","p":"SplPriorityQueue.html#method_top","d":"

    Peeks at the node from the top of the queue

    "},{"t":"M","n":"SplPriorityQueue::extract","p":"SplPriorityQueue.html#method_extract","d":"

    Extracts a node from top of the heap and sift up.

    "},{"t":"M","n":"SplPriorityQueue::count","p":"SplPriorityQueue.html#method_count","d":"

    Counts the number of elements in the queue.

    "},{"t":"M","n":"SplPriorityQueue::isEmpty","p":"SplPriorityQueue.html#method_isEmpty","d":"

    Checks whether the queue is empty.

    "},{"t":"M","n":"SplPriorityQueue::rewind","p":"SplPriorityQueue.html#method_rewind","d":"

    Rewind iterator back to the start (no-op)

    "},{"t":"M","n":"SplPriorityQueue::current","p":"SplPriorityQueue.html#method_current","d":"

    Return current node pointed by the iterator

    "},{"t":"M","n":"SplPriorityQueue::key","p":"SplPriorityQueue.html#method_key","d":"

    Return current node index

    "},{"t":"M","n":"SplPriorityQueue::next","p":"SplPriorityQueue.html#method_next","d":"

    Move to the next node

    "},{"t":"M","n":"SplPriorityQueue::valid","p":"SplPriorityQueue.html#method_valid","d":"

    Check whether the queue contains more nodes

    "},{"t":"M","n":"SplPriorityQueue::recoverFromCorruption","p":"SplPriorityQueue.html#method_recoverFromCorruption","d":"

    Recover from the corrupted state and allow further actions on the queue.

    "},{"t":"M","n":"SplPriorityQueue::isCorrupted","p":"SplPriorityQueue.html#method_isCorrupted","d":""},{"t":"M","n":"SplPriorityQueue::getExtractFlags","p":"SplPriorityQueue.html#method_getExtractFlags","d":""},{"t":"M","n":"SplPriorityQueue::__debugInfo","p":"SplPriorityQueue.html#method___debugInfo","d":""},{"t":"M","n":"SplQueue::enqueue","p":"SplQueue.html#method_enqueue","d":"

    Adds an element to the queue.

    "},{"t":"M","n":"SplQueue::dequeue","p":"SplQueue.html#method_dequeue","d":"

    Dequeues a node from the queue

    "},{"t":"M","n":"SplQueue::setIteratorMode","p":"SplQueue.html#method_setIteratorMode","d":"

    Sets the mode of iteration

    "},{"t":"M","n":"SplStack::setIteratorMode","p":"SplStack.html#method_setIteratorMode","d":"

    Sets the mode of iteration

    "},{"t":"M","n":"SplSubject::attach","p":"SplSubject.html#method_attach","d":"

    Attach an SplObserver

    "},{"t":"M","n":"SplSubject::detach","p":"SplSubject.html#method_detach","d":"

    Detach an observer

    "},{"t":"M","n":"SplSubject::notify","p":"SplSubject.html#method_notify","d":"

    Notify an observer

    "},{"t":"M","n":"SplTempFileObject::__construct","p":"SplTempFileObject.html#method___construct","d":"

    Construct a new temporary file object

    "},{"t":"M","n":"SplType::__construct","p":"SplType.html#method___construct","d":"

    Creates a new value of some type

    "},{"t":"M","n":"Spoofchecker::__construct","p":"Spoofchecker.html#method___construct","d":"

    (PHP >= 5.4.0, PECL intl >= 2.0.0)
    \nConstructor

    "},{"t":"M","n":"Spoofchecker::isSuspicious","p":"Spoofchecker.html#method_isSuspicious","d":"

    (PHP >= 5.4.0, PECL intl >= 2.0.0)
    \nChecks if a given text contains any suspicious characters

    "},{"t":"M","n":"Spoofchecker::areConfusable","p":"Spoofchecker.html#method_areConfusable","d":"

    (PHP >= 5.4.0, PECL intl >= 2.0.0)
    \nChecks if a given text contains any confusable characters

    "},{"t":"M","n":"Spoofchecker::setAllowedLocales","p":"Spoofchecker.html#method_setAllowedLocales","d":"

    (PHP >= 5.4.0, PECL intl >= 2.0.0)
    \nLocales to use when running checks

    "},{"t":"M","n":"Spoofchecker::setChecks","p":"Spoofchecker.html#method_setChecks","d":"

    (PHP >= 5.4.0, PECL intl >= 2.0.0)
    \nSet the checks to run

    "},{"t":"M","n":"Spoofchecker::setRestrictionLevel","p":"Spoofchecker.html#method_setRestrictionLevel","d":""},{"t":"M","n":"Spoofchecker::setAllowedChars","p":"Spoofchecker.html#method_setAllowedChars","d":""},{"t":"M","n":"Stomp::__construct","p":"Stomp.html#method___construct","d":"

    Connect to server

    "},{"t":"M","n":"Stomp::getSessionId","p":"Stomp.html#method_getSessionId","d":"

    Get the current stomp session ID

    "},{"t":"M","n":"Stomp::disconnect","p":"Stomp.html#method_disconnect","d":"

    Close stomp connection

    "},{"t":"M","n":"Stomp::send","p":"Stomp.html#method_send","d":"

    Sends a message to a destination in the messaging system

    "},{"t":"M","n":"Stomp::subscribe","p":"Stomp.html#method_subscribe","d":"

    Register to listen to a given destination

    "},{"t":"M","n":"Stomp::unsubscribe","p":"Stomp.html#method_unsubscribe","d":"

    Remove an existing subscription

    "},{"t":"M","n":"Stomp::hasFrame","p":"Stomp.html#method_hasFrame","d":"

    Indicate whether or not there is a frame ready to read

    "},{"t":"M","n":"Stomp::readFrame","p":"Stomp.html#method_readFrame","d":"

    Read the next frame

    "},{"t":"M","n":"Stomp::begin","p":"Stomp.html#method_begin","d":"

    Start a transaction

    "},{"t":"M","n":"Stomp::commit","p":"Stomp.html#method_commit","d":"

    Commit a transaction in progress

    "},{"t":"M","n":"Stomp::abort","p":"Stomp.html#method_abort","d":"

    Roll back a transaction in progress

    "},{"t":"M","n":"Stomp::ack","p":"Stomp.html#method_ack","d":"

    Acknowledge consumption of a message from a subscription using client acknowledgment

    "},{"t":"M","n":"Stomp::error","p":"Stomp.html#method_error","d":"

    Get the last stomp error

    "},{"t":"M","n":"Stomp::setTimeout","p":"Stomp.html#method_setTimeout","d":"

    Set timeout

    "},{"t":"M","n":"Stomp::getTimeout","p":"Stomp.html#method_getTimeout","d":"

    Get timeout

    "},{"t":"M","n":"StompException::getDetails","p":"StompException.html#method_getDetails","d":"

    Get the stomp server error details

    "},{"t":"M","n":"StringBackedEnum::from","p":"StringBackedEnum.html#method_from","d":"

    Translates a string or int into the corresponding Enum\ncase, if any. If there is no matching case defined, it will throw a\nValueError.

    "},{"t":"M","n":"StringBackedEnum::tryFrom","p":"StringBackedEnum.html#method_tryFrom","d":"

    Translates a string or int into the corresponding Enum\ncase, if any. If there is no matching case defined, it will return null.

    "},{"t":"M","n":"Stringable::__toString","p":"Stringable.html#method___toString","d":"

    Magic method {https://www.php.net/manual/en/language.oop5.magic.php#object.tostring}\nallows a class to decide how it will react when it is treated like a string.

    "},{"t":"M","n":"StubTests\\AbstractBaseStubsTestCase::getStringRepresentationOfDefaultParameterValue","p":"StubTests/AbstractBaseStubsTestCase.html#method_getStringRepresentationOfDefaultParameterValue","d":null},{"t":"M","n":"StubTests\\AbstractBaseStubsTestCase::getParameterRepresentation","p":"StubTests/AbstractBaseStubsTestCase.html#method_getParameterRepresentation","d":null},{"t":"M","n":"StubTests\\AbstractBaseStubsTestCase::getDuplicatedFunctions","p":"StubTests/AbstractBaseStubsTestCase.html#method_getDuplicatedFunctions","d":""},{"t":"M","n":"StubTests\\AbstractBaseStubsTestCase::getAllDuplicatesOfFunction","p":"StubTests/AbstractBaseStubsTestCase.html#method_getAllDuplicatesOfFunction","d":""},{"t":"M","n":"StubTests\\AbstractBaseStubsTestCase::isReflectionTypesMatchSignature","p":"StubTests/AbstractBaseStubsTestCase.html#method_isReflectionTypesMatchSignature","d":""},{"t":"M","n":"StubTests\\AbstractBaseStubsTestCase::isReflectionTypesExistInAttributes","p":"StubTests/AbstractBaseStubsTestCase.html#method_isReflectionTypesExistInAttributes","d":""},{"t":"M","n":"StubTests\\AbstractBaseStubsTestCase::getStringRepresentationOfTypeHintsFromAttributes","p":"StubTests/AbstractBaseStubsTestCase.html#method_getStringRepresentationOfTypeHintsFromAttributes","d":""},{"t":"M","n":"StubTests\\AbstractBaseStubsTestCase::convertNullableTypesToUnion","p":"StubTests/AbstractBaseStubsTestCase.html#method_convertNullableTypesToUnion","d":""},{"t":"M","n":"StubTests\\AbstractBaseStubsTestCase::getClassLikeFromStubs","p":"StubTests/AbstractBaseStubsTestCase.html#method_getClassLikeFromStubs","d":null},{"t":"M","n":"StubTests\\BaseClassesTest::setUpBeforeClass","p":"StubTests/BaseClassesTest.html#method_setUpBeforeClass","d":null},{"t":"M","n":"StubTests\\BaseClassesTest::testClassesParent","p":"StubTests/BaseClassesTest.html#method_testClassesParent","d":null},{"t":"M","n":"StubTests\\BaseClassesTest::testClassesMethodsExist","p":"StubTests/BaseClassesTest.html#method_testClassesMethodsExist","d":null},{"t":"M","n":"StubTests\\BaseClassesTest::testClassesFinalMethods","p":"StubTests/BaseClassesTest.html#method_testClassesFinalMethods","d":null},{"t":"M","n":"StubTests\\BaseClassesTest::testClassesStaticMethods","p":"StubTests/BaseClassesTest.html#method_testClassesStaticMethods","d":null},{"t":"M","n":"StubTests\\BaseClassesTest::testClassesMethodsVisibility","p":"StubTests/BaseClassesTest.html#method_testClassesMethodsVisibility","d":null},{"t":"M","n":"StubTests\\BaseClassesTest::testClassMethodsParametersCount","p":"StubTests/BaseClassesTest.html#method_testClassMethodsParametersCount","d":null},{"t":"M","n":"StubTests\\BaseClassesTest::testClassInterfaces","p":"StubTests/BaseClassesTest.html#method_testClassInterfaces","d":null},{"t":"M","n":"StubTests\\BaseClassesTest::testClassProperties","p":"StubTests/BaseClassesTest.html#method_testClassProperties","d":null},{"t":"M","n":"StubTests\\BaseClassesTest::testClassStaticProperties","p":"StubTests/BaseClassesTest.html#method_testClassStaticProperties","d":null},{"t":"M","n":"StubTests\\BaseClassesTest::testClassPropertiesVisibility","p":"StubTests/BaseClassesTest.html#method_testClassPropertiesVisibility","d":null},{"t":"M","n":"StubTests\\BaseClassesTest::testClassPropertiesType","p":"StubTests/BaseClassesTest.html#method_testClassPropertiesType","d":null},{"t":"M","n":"StubTests\\BaseClassesTest::testClassesExist","p":"StubTests/BaseClassesTest.html#method_testClassesExist","d":null},{"t":"M","n":"StubTests\\BaseClassesTest::testClassesFinal","p":"StubTests/BaseClassesTest.html#method_testClassesFinal","d":null},{"t":"M","n":"StubTests\\BaseClassesTest::testClassesReadonly","p":"StubTests/BaseClassesTest.html#method_testClassesReadonly","d":null},{"t":"M","n":"StubTests\\BaseClassesTest::testClassesNamespace","p":"StubTests/BaseClassesTest.html#method_testClassesNamespace","d":null},{"t":"M","n":"StubTests\\BaseConstantsTest::setUpBeforeClass","p":"StubTests/BaseConstantsTest.html#method_setUpBeforeClass","d":null},{"t":"M","n":"StubTests\\BaseConstantsTest::testConstants","p":"StubTests/BaseConstantsTest.html#method_testConstants","d":null},{"t":"M","n":"StubTests\\BaseConstantsTest::testClassConstants","p":"StubTests/BaseConstantsTest.html#method_testClassConstants","d":null},{"t":"M","n":"StubTests\\BaseConstantsTest::testInterfaceConstants","p":"StubTests/BaseConstantsTest.html#method_testInterfaceConstants","d":null},{"t":"M","n":"StubTests\\BaseConstantsTest::testClassConstantsVisibility","p":"StubTests/BaseConstantsTest.html#method_testClassConstantsVisibility","d":null},{"t":"M","n":"StubTests\\BaseConstantsTest::testInterfaceConstantsVisibility","p":"StubTests/BaseConstantsTest.html#method_testInterfaceConstantsVisibility","d":null},{"t":"M","n":"StubTests\\BaseConstantsTest::testEnumConstantsVisibility","p":"StubTests/BaseConstantsTest.html#method_testEnumConstantsVisibility","d":null},{"t":"M","n":"StubTests\\BaseEnumsTest::testEnumsParent","p":"StubTests/BaseEnumsTest.html#method_testEnumsParent","d":null},{"t":"M","n":"StubTests\\BaseEnumsTest::testEnumsMethodsExist","p":"StubTests/BaseEnumsTest.html#method_testEnumsMethodsExist","d":null},{"t":"M","n":"StubTests\\BaseEnumsTest::testEnumsFinalMethods","p":"StubTests/BaseEnumsTest.html#method_testEnumsFinalMethods","d":null},{"t":"M","n":"StubTests\\BaseEnumsTest::testEnumsStaticMethods","p":"StubTests/BaseEnumsTest.html#method_testEnumsStaticMethods","d":null},{"t":"M","n":"StubTests\\BaseEnumsTest::testEnumsMethodsVisibility","p":"StubTests/BaseEnumsTest.html#method_testEnumsMethodsVisibility","d":null},{"t":"M","n":"StubTests\\BaseEnumsTest::testEnumMethodsParametersCount","p":"StubTests/BaseEnumsTest.html#method_testEnumMethodsParametersCount","d":null},{"t":"M","n":"StubTests\\BaseEnumsTest::testEnumsInterfaces","p":"StubTests/BaseEnumsTest.html#method_testEnumsInterfaces","d":null},{"t":"M","n":"StubTests\\BaseEnumsTest::testEnumsExist","p":"StubTests/BaseEnumsTest.html#method_testEnumsExist","d":null},{"t":"M","n":"StubTests\\BaseEnumsTest::testEnumsFinal","p":"StubTests/BaseEnumsTest.html#method_testEnumsFinal","d":null},{"t":"M","n":"StubTests\\BaseEnumsTest::testEnumsNamespace","p":"StubTests/BaseEnumsTest.html#method_testEnumsNamespace","d":null},{"t":"M","n":"StubTests\\BaseFunctionsTest::setUpBeforeClass","p":"StubTests/BaseFunctionsTest.html#method_setUpBeforeClass","d":null},{"t":"M","n":"StubTests\\BaseFunctionsTest::testFunctionsExist","p":"StubTests/BaseFunctionsTest.html#method_testFunctionsExist","d":null},{"t":"M","n":"StubTests\\BaseFunctionsTest::testFunctionsDeprecation","p":"StubTests/BaseFunctionsTest.html#method_testFunctionsDeprecation","d":null},{"t":"M","n":"StubTests\\BaseFunctionsTest::testFunctionsParametersAmount","p":"StubTests/BaseFunctionsTest.html#method_testFunctionsParametersAmount","d":null},{"t":"M","n":"StubTests\\BaseFunctionsTest::testFunctionsDuplicates","p":"StubTests/BaseFunctionsTest.html#method_testFunctionsDuplicates","d":null},{"t":"M","n":"StubTests\\BaseFunctionsTest::testFunctionsOptionalParameters","p":"StubTests/BaseFunctionsTest.html#method_testFunctionsOptionalParameters","d":null},{"t":"M","n":"StubTests\\BaseFunctionsTest::testClassMethodsOptionalParameters","p":"StubTests/BaseFunctionsTest.html#method_testClassMethodsOptionalParameters","d":null},{"t":"M","n":"StubTests\\BaseFunctionsTest::testInterfaceMethodsOptionalParameters","p":"StubTests/BaseFunctionsTest.html#method_testInterfaceMethodsOptionalParameters","d":null},{"t":"M","n":"StubTests\\BaseFunctionsTest::testEnumMethodsOptionalParameters","p":"StubTests/BaseFunctionsTest.html#method_testEnumMethodsOptionalParameters","d":null},{"t":"M","n":"StubTests\\BaseFunctionsTest::testImplodeFunctionIsCorrect","p":"StubTests/BaseFunctionsTest.html#method_testImplodeFunctionIsCorrect","d":null},{"t":"M","n":"StubTests\\BaseInterfacesTest::setUpBeforeClass","p":"StubTests/BaseInterfacesTest.html#method_setUpBeforeClass","d":null},{"t":"M","n":"StubTests\\BaseInterfacesTest::testInterfacesParent","p":"StubTests/BaseInterfacesTest.html#method_testInterfacesParent","d":null},{"t":"M","n":"StubTests\\BaseInterfacesTest::testInterfacesMethodsExist","p":"StubTests/BaseInterfacesTest.html#method_testInterfacesMethodsExist","d":null},{"t":"M","n":"StubTests\\BaseInterfacesTest::testInterfacesFinalMethods","p":"StubTests/BaseInterfacesTest.html#method_testInterfacesFinalMethods","d":null},{"t":"M","n":"StubTests\\BaseInterfacesTest::testInterfacesStaticMethods","p":"StubTests/BaseInterfacesTest.html#method_testInterfacesStaticMethods","d":null},{"t":"M","n":"StubTests\\BaseInterfacesTest::testInterfacesMethodsVisibility","p":"StubTests/BaseInterfacesTest.html#method_testInterfacesMethodsVisibility","d":null},{"t":"M","n":"StubTests\\BaseInterfacesTest::testInterfaceMethodsParametersCount","p":"StubTests/BaseInterfacesTest.html#method_testInterfaceMethodsParametersCount","d":null},{"t":"M","n":"StubTests\\BaseInterfacesTest::testInterfacesExist","p":"StubTests/BaseInterfacesTest.html#method_testInterfacesExist","d":null},{"t":"M","n":"StubTests\\BaseInterfacesTest::testInterfacesFinal","p":"StubTests/BaseInterfacesTest.html#method_testInterfacesFinal","d":null},{"t":"M","n":"StubTests\\BaseInterfacesTest::testInterfacesNamespace","p":"StubTests/BaseInterfacesTest.html#method_testInterfacesNamespace","d":null},{"t":"M","n":"StubTests\\CheckStubMapTest::testStubMapIsUpToDate","p":"StubTests/CheckStubMapTest.html#method_testStubMapIsUpToDate","d":null},{"t":"M","n":"StubTests\\CheckStubMapTest::setUp","p":"StubTests/CheckStubMapTest.html#method_setUp","d":null},{"t":"M","n":"StubTests\\CheckStubMapTest::tearDown","p":"StubTests/CheckStubMapTest.html#method_tearDown","d":null},{"t":"M","n":"StubTests\\CodeStyle\\BracesOneLineFixer::isCandidate","p":"StubTests/CodeStyle/BracesOneLineFixer.html#method_isCandidate","d":null},{"t":"M","n":"StubTests\\CodeStyle\\BracesOneLineFixer::isRisky","p":"StubTests/CodeStyle/BracesOneLineFixer.html#method_isRisky","d":null},{"t":"M","n":"StubTests\\CodeStyle\\BracesOneLineFixer::fix","p":"StubTests/CodeStyle/BracesOneLineFixer.html#method_fix","d":null},{"t":"M","n":"StubTests\\CodeStyle\\BracesOneLineFixer::getName","p":"StubTests/CodeStyle/BracesOneLineFixer.html#method_getName","d":null},{"t":"M","n":"StubTests\\CodeStyle\\BracesOneLineFixer::getPriority","p":"StubTests/CodeStyle/BracesOneLineFixer.html#method_getPriority","d":null},{"t":"M","n":"StubTests\\CodeStyle\\BracesOneLineFixer::supports","p":"StubTests/CodeStyle/BracesOneLineFixer.html#method_supports","d":null},{"t":"M","n":"StubTests\\CodeStyle\\BracesOneLineFixer::getDefinition","p":"StubTests/CodeStyle/BracesOneLineFixer.html#method_getDefinition","d":null},{"t":"M","n":"StubTests\\Model\\BasePHPClass::addConstant","p":"StubTests/Model/BasePHPClass.html#method_addConstant","d":null},{"t":"M","n":"StubTests\\Model\\BasePHPClass::getConstant","p":"StubTests/Model/BasePHPClass.html#method_getConstant","d":""},{"t":"M","n":"StubTests\\Model\\BasePHPClass::addMethod","p":"StubTests/Model/BasePHPClass.html#method_addMethod","d":null},{"t":"M","n":"StubTests\\Model\\BasePHPClass::getMethod","p":"StubTests/Model/BasePHPClass.html#method_getMethod","d":""},{"t":"M","n":"StubTests\\Model\\BasePHPClass::getMethodByHash","p":"StubTests/Model/BasePHPClass.html#method_getMethodByHash","d":""},{"t":"M","n":"StubTests\\Model\\BasePHPElement::readObjectFromReflection","p":"StubTests/Model/BasePHPElement.html#method_readObjectFromReflection","d":""},{"t":"M","n":"StubTests\\Model\\BasePHPElement::readObjectFromStubNode","p":"StubTests/Model/BasePHPElement.html#method_readObjectFromStubNode","d":""},{"t":"M","n":"StubTests\\Model\\BasePHPElement::readMutedProblems","p":"StubTests/Model/BasePHPElement.html#method_readMutedProblems","d":""},{"t":"M","n":"StubTests\\Model\\BasePHPElement::getFQN","p":"StubTests/Model/BasePHPElement.html#method_getFQN","d":""},{"t":"M","n":"StubTests\\Model\\BasePHPElement::getShortName","p":"StubTests/Model/BasePHPElement.html#method_getShortName","d":""},{"t":"M","n":"StubTests\\Model\\BasePHPElement::getReflectionTypeAsArray","p":"StubTests/Model/BasePHPElement.html#method_getReflectionTypeAsArray","d":""},{"t":"M","n":"StubTests\\Model\\BasePHPElement::convertParsedTypeToArray","p":"StubTests/Model/BasePHPElement.html#method_convertParsedTypeToArray","d":""},{"t":"M","n":"StubTests\\Model\\BasePHPElement::getTypeNameFromNode","p":"StubTests/Model/BasePHPElement.html#method_getTypeNameFromNode","d":""},{"t":"M","n":"StubTests\\Model\\BasePHPElement::findTypesFromAttribute","p":"StubTests/Model/BasePHPElement.html#method_findTypesFromAttribute","d":""},{"t":"M","n":"StubTests\\Model\\BasePHPElement::findAvailableVersionsRangeFromAttribute","p":"StubTests/Model/BasePHPElement.html#method_findAvailableVersionsRangeFromAttribute","d":""},{"t":"M","n":"StubTests\\Model\\BasePHPElement::hasTentativeTypeAttribute","p":"StubTests/Model/BasePHPElement.html#method_hasTentativeTypeAttribute","d":""},{"t":"M","n":"StubTests\\Model\\BasePHPElement::hasMutedProblem","p":"StubTests/Model/BasePHPElement.html#method_hasMutedProblem","d":""},{"t":"M","n":"StubTests\\Model\\BasePHPElement::checkDeprecationTag","p":"StubTests/Model/BasePHPElement.html#method_checkDeprecationTag","d":null},{"t":"M","n":"StubTests\\Model\\CommonUtils::flattenArray","p":"StubTests/Model/CommonUtils.html#method_flattenArray","d":""},{"t":"M","n":"StubTests\\Model\\CommonUtils::array_flat_map","p":"StubTests/Model/CommonUtils.html#method_array_flat_map","d":null},{"t":"M","n":"StubTests\\Model\\PHPClass::readObjectFromReflection","p":"StubTests/Model/PHPClass.html#method_readObjectFromReflection","d":""},{"t":"M","n":"StubTests\\Model\\PHPClass::readObjectFromStubNode","p":"StubTests/Model/PHPClass.html#method_readObjectFromStubNode","d":""},{"t":"M","n":"StubTests\\Model\\PHPClass::readMutedProblems","p":"StubTests/Model/PHPClass.html#method_readMutedProblems","d":""},{"t":"M","n":"StubTests\\Model\\PHPClass::addProperty","p":"StubTests/Model/PHPClass.html#method_addProperty","d":null},{"t":"M","n":"StubTests\\Model\\PHPClass::getProperty","p":"StubTests/Model/PHPClass.html#method_getProperty","d":""},{"t":"M","n":"StubTests\\Model\\PHPClassConstant::readObjectFromReflection","p":"StubTests/Model/PHPClassConstant.html#method_readObjectFromReflection","d":null},{"t":"M","n":"StubTests\\Model\\PHPClassConstant::readObjectFromStubNode","p":"StubTests/Model/PHPClassConstant.html#method_readObjectFromStubNode","d":""},{"t":"M","n":"StubTests\\Model\\PHPClassConstant::readMutedProblems","p":"StubTests/Model/PHPClassConstant.html#method_readMutedProblems","d":null},{"t":"M","n":"StubTests\\Model\\PHPConstant::readObjectFromReflection","p":"StubTests/Model/PHPConstant.html#method_readObjectFromReflection","d":""},{"t":"M","n":"StubTests\\Model\\PHPConstant::readObjectFromStubNode","p":"StubTests/Model/PHPConstant.html#method_readObjectFromStubNode","d":""},{"t":"M","n":"StubTests\\Model\\PHPConstant::readMutedProblems","p":"StubTests/Model/PHPConstant.html#method_readMutedProblems","d":""},{"t":"M","n":"StubTests\\Model\\PHPConstantDeclaration::readObjectFromReflection","p":"StubTests/Model/PHPConstantDeclaration.html#method_readObjectFromReflection","d":null},{"t":"M","n":"StubTests\\Model\\PHPConstantDeclaration::readObjectFromStubNode","p":"StubTests/Model/PHPConstantDeclaration.html#method_readObjectFromStubNode","d":null},{"t":"M","n":"StubTests\\Model\\PHPConstantDeclaration::getConstValue","p":"StubTests/Model/PHPConstantDeclaration.html#method_getConstValue","d":null},{"t":"M","n":"StubTests\\Model\\PHPConstantDeclaration::readMutedProblems","p":"StubTests/Model/PHPConstantDeclaration.html#method_readMutedProblems","d":null},{"t":"M","n":"StubTests\\Model\\PHPDefineConstant::readObjectFromReflection","p":"StubTests/Model/PHPDefineConstant.html#method_readObjectFromReflection","d":""},{"t":"M","n":"StubTests\\Model\\PHPDefineConstant::readObjectFromStubNode","p":"StubTests/Model/PHPDefineConstant.html#method_readObjectFromStubNode","d":""},{"t":"M","n":"StubTests\\Model\\PHPDefineConstant::readMutedProblems","p":"StubTests/Model/PHPDefineConstant.html#method_readMutedProblems","d":null},{"t":"M","n":"StubTests\\Model\\PHPDefineConstant::getConstValue","p":"StubTests/Model/PHPDefineConstant.html#method_getConstValue","d":""},{"t":"M","n":"StubTests\\Model\\PHPDocElement::collectTags","p":"StubTests/Model/PHPDocElement.html#method_collectTags","d":null},{"t":"M","n":"StubTests\\Model\\PHPEnum::readObjectFromReflection","p":"StubTests/Model/PHPEnum.html#method_readObjectFromReflection","d":""},{"t":"M","n":"StubTests\\Model\\PHPEnum::readObjectFromStubNode","p":"StubTests/Model/PHPEnum.html#method_readObjectFromStubNode","d":""},{"t":"M","n":"StubTests\\Model\\PHPEnum::readMutedProblems","p":"StubTests/Model/PHPEnum.html#method_readMutedProblems","d":null},{"t":"M","n":"StubTests\\Model\\PHPEnum::addEnumCase","p":"StubTests/Model/PHPEnum.html#method_addEnumCase","d":null},{"t":"M","n":"StubTests\\Model\\PHPEnum::getCase","p":"StubTests/Model/PHPEnum.html#method_getCase","d":""},{"t":"M","n":"StubTests\\Model\\PHPEnumCase::readObjectFromReflection","p":"StubTests/Model/PHPEnumCase.html#method_readObjectFromReflection","d":""},{"t":"M","n":"StubTests\\Model\\PHPEnumCase::readObjectFromStubNode","p":"StubTests/Model/PHPEnumCase.html#method_readObjectFromStubNode","d":""},{"t":"M","n":"StubTests\\Model\\PHPEnumCase::readMutedProblems","p":"StubTests/Model/PHPEnumCase.html#method_readMutedProblems","d":null},{"t":"M","n":"StubTests\\Model\\PHPEnumCase::getEnumCaseValue","p":"StubTests/Model/PHPEnumCase.html#method_getEnumCaseValue","d":null},{"t":"M","n":"StubTests\\Model\\PHPFunction::readObjectFromReflection","p":"StubTests/Model/PHPFunction.html#method_readObjectFromReflection","d":""},{"t":"M","n":"StubTests\\Model\\PHPFunction::readObjectFromStubNode","p":"StubTests/Model/PHPFunction.html#method_readObjectFromStubNode","d":""},{"t":"M","n":"StubTests\\Model\\PHPFunction::checkIfReturnTypeIsTentative","p":"StubTests/Model/PHPFunction.html#method_checkIfReturnTypeIsTentative","d":null},{"t":"M","n":"StubTests\\Model\\PHPFunction::checkReturnTag","p":"StubTests/Model/PHPFunction.html#method_checkReturnTag","d":null},{"t":"M","n":"StubTests\\Model\\PHPFunction::readMutedProblems","p":"StubTests/Model/PHPFunction.html#method_readMutedProblems","d":""},{"t":"M","n":"StubTests\\Model\\PHPFunction::hasTentativeReturnTypeAttribute","p":"StubTests/Model/PHPFunction.html#method_hasTentativeReturnTypeAttribute","d":""},{"t":"M","n":"StubTests\\Model\\PHPFunction::getParameter","p":"StubTests/Model/PHPFunction.html#method_getParameter","d":null},{"t":"M","n":"StubTests\\Model\\PHPInterface::readObjectFromReflection","p":"StubTests/Model/PHPInterface.html#method_readObjectFromReflection","d":""},{"t":"M","n":"StubTests\\Model\\PHPInterface::readObjectFromStubNode","p":"StubTests/Model/PHPInterface.html#method_readObjectFromStubNode","d":""},{"t":"M","n":"StubTests\\Model\\PHPInterface::readMutedProblems","p":"StubTests/Model/PHPInterface.html#method_readMutedProblems","d":""},{"t":"M","n":"StubTests\\Model\\PHPMethod::readObjectFromReflection","p":"StubTests/Model/PHPMethod.html#method_readObjectFromReflection","d":""},{"t":"M","n":"StubTests\\Model\\PHPMethod::readObjectFromStubNode","p":"StubTests/Model/PHPMethod.html#method_readObjectFromStubNode","d":""},{"t":"M","n":"StubTests\\Model\\PHPMethod::readMutedProblems","p":"StubTests/Model/PHPMethod.html#method_readMutedProblems","d":""},{"t":"M","n":"StubTests\\Model\\PHPParameter::readObjectFromReflection","p":"StubTests/Model/PHPParameter.html#method_readObjectFromReflection","d":""},{"t":"M","n":"StubTests\\Model\\PHPParameter::readObjectFromStubNode","p":"StubTests/Model/PHPParameter.html#method_readObjectFromStubNode","d":""},{"t":"M","n":"StubTests\\Model\\PHPParameter::readMutedProblems","p":"StubTests/Model/PHPParameter.html#method_readMutedProblems","d":""},{"t":"M","n":"StubTests\\Model\\PHPProperty::__construct","p":"StubTests/Model/PHPProperty.html#method___construct","d":""},{"t":"M","n":"StubTests\\Model\\PHPProperty::readObjectFromReflection","p":"StubTests/Model/PHPProperty.html#method_readObjectFromReflection","d":""},{"t":"M","n":"StubTests\\Model\\PHPProperty::readObjectFromStubNode","p":"StubTests/Model/PHPProperty.html#method_readObjectFromStubNode","d":""},{"t":"M","n":"StubTests\\Model\\PHPProperty::readMutedProblems","p":"StubTests/Model/PHPProperty.html#method_readMutedProblems","d":""},{"t":"M","n":"StubTests\\Model\\PhpVersions::getLatest","p":"StubTests/Model/PhpVersions.html#method_getLatest","d":null},{"t":"M","n":"StubTests\\Model\\PhpVersions::getFirst","p":"StubTests/Model/PhpVersions.html#method_getFirst","d":""},{"t":"M","n":"StubTests\\Model\\PhpVersions::offsetExists","p":"StubTests/Model/PhpVersions.html#method_offsetExists","d":""},{"t":"M","n":"StubTests\\Model\\PhpVersions::offsetGet","p":"StubTests/Model/PhpVersions.html#method_offsetGet","d":"

    Offset to retrieve

    "},{"t":"M","n":"StubTests\\Model\\PhpVersions::offsetSet","p":"StubTests/Model/PhpVersions.html#method_offsetSet","d":"

    Offset to set

    "},{"t":"M","n":"StubTests\\Model\\PhpVersions::offsetUnset","p":"StubTests/Model/PhpVersions.html#method_offsetUnset","d":"

    Offset to unset

    "},{"t":"M","n":"StubTests\\Model\\PhpVersions::getIterator","p":"StubTests/Model/PhpVersions.html#method_getIterator","d":""},{"t":"M","n":"StubTests\\Model\\StubsContainer::getConstants","p":"StubTests/Model/StubsContainer.html#method_getConstants","d":""},{"t":"M","n":"StubTests\\Model\\StubsContainer::getConstant","p":"StubTests/Model/StubsContainer.html#method_getConstant","d":""},{"t":"M","n":"StubTests\\Model\\StubsContainer::addConstant","p":"StubTests/Model/StubsContainer.html#method_addConstant","d":null},{"t":"M","n":"StubTests\\Model\\StubsContainer::getFunctions","p":"StubTests/Model/StubsContainer.html#method_getFunctions","d":""},{"t":"M","n":"StubTests\\Model\\StubsContainer::getFunction","p":"StubTests/Model/StubsContainer.html#method_getFunction","d":""},{"t":"M","n":"StubTests\\Model\\StubsContainer::addFunction","p":"StubTests/Model/StubsContainer.html#method_addFunction","d":null},{"t":"M","n":"StubTests\\Model\\StubsContainer::getClasses","p":"StubTests/Model/StubsContainer.html#method_getClasses","d":""},{"t":"M","n":"StubTests\\Model\\StubsContainer::getClass","p":"StubTests/Model/StubsContainer.html#method_getClass","d":""},{"t":"M","n":"StubTests\\Model\\StubsContainer::getClassByHash","p":"StubTests/Model/StubsContainer.html#method_getClassByHash","d":null},{"t":"M","n":"StubTests\\Model\\StubsContainer::getEnum","p":"StubTests/Model/StubsContainer.html#method_getEnum","d":""},{"t":"M","n":"StubTests\\Model\\StubsContainer::getEnumByHash","p":"StubTests/Model/StubsContainer.html#method_getEnumByHash","d":null},{"t":"M","n":"StubTests\\Model\\StubsContainer::getCoreClasses","p":"StubTests/Model/StubsContainer.html#method_getCoreClasses","d":""},{"t":"M","n":"StubTests\\Model\\StubsContainer::addClass","p":"StubTests/Model/StubsContainer.html#method_addClass","d":null},{"t":"M","n":"StubTests\\Model\\StubsContainer::getInterface","p":"StubTests/Model/StubsContainer.html#method_getInterface","d":""},{"t":"M","n":"StubTests\\Model\\StubsContainer::getInterfaceByHash","p":"StubTests/Model/StubsContainer.html#method_getInterfaceByHash","d":null},{"t":"M","n":"StubTests\\Model\\StubsContainer::getInterfaces","p":"StubTests/Model/StubsContainer.html#method_getInterfaces","d":""},{"t":"M","n":"StubTests\\Model\\StubsContainer::getEnums","p":"StubTests/Model/StubsContainer.html#method_getEnums","d":""},{"t":"M","n":"StubTests\\Model\\StubsContainer::getCoreInterfaces","p":"StubTests/Model/StubsContainer.html#method_getCoreInterfaces","d":""},{"t":"M","n":"StubTests\\Model\\StubsContainer::getCoreEnums","p":"StubTests/Model/StubsContainer.html#method_getCoreEnums","d":null},{"t":"M","n":"StubTests\\Model\\StubsContainer::addInterface","p":"StubTests/Model/StubsContainer.html#method_addInterface","d":null},{"t":"M","n":"StubTests\\Model\\StubsContainer::addEnum","p":"StubTests/Model/StubsContainer.html#method_addEnum","d":null},{"t":"M","n":"StubTests\\Model\\Tags\\RemovedTag::__construct","p":"StubTests/Model/Tags/RemovedTag.html#method___construct","d":null},{"t":"M","n":"StubTests\\Model\\Tags\\RemovedTag::create","p":"StubTests/Model/Tags/RemovedTag.html#method_create","d":null},{"t":"M","n":"StubTests\\Model\\Tags\\RemovedTag::getVersion","p":"StubTests/Model/Tags/RemovedTag.html#method_getVersion","d":null},{"t":"M","n":"StubTests\\Model\\Tags\\RemovedTag::__toString","p":"StubTests/Model/Tags/RemovedTag.html#method___toString","d":null},{"t":"M","n":"StubTests\\Parsers\\DocFactoryProvider::getDocFactory","p":"StubTests/Parsers/DocFactoryProvider.html#method_getDocFactory","d":null},{"t":"M","n":"StubTests\\Parsers\\ExpectedFunctionArgumentsInfo::__construct","p":"StubTests/Parsers/ExpectedFunctionArgumentsInfo.html#method___construct","d":"

    ExpectedFunctionArgumentsInfo constructor.

    "},{"t":"M","n":"StubTests\\Parsers\\ExpectedFunctionArgumentsInfo::getFunctionReference","p":"StubTests/Parsers/ExpectedFunctionArgumentsInfo.html#method_getFunctionReference","d":null},{"t":"M","n":"StubTests\\Parsers\\ExpectedFunctionArgumentsInfo::setFunctionReference","p":"StubTests/Parsers/ExpectedFunctionArgumentsInfo.html#method_setFunctionReference","d":null},{"t":"M","n":"StubTests\\Parsers\\ExpectedFunctionArgumentsInfo::getExpectedArguments","p":"StubTests/Parsers/ExpectedFunctionArgumentsInfo.html#method_getExpectedArguments","d":""},{"t":"M","n":"StubTests\\Parsers\\ExpectedFunctionArgumentsInfo::setExpectedArguments","p":"StubTests/Parsers/ExpectedFunctionArgumentsInfo.html#method_setExpectedArguments","d":""},{"t":"M","n":"StubTests\\Parsers\\ExpectedFunctionArgumentsInfo::getIndex","p":"StubTests/Parsers/ExpectedFunctionArgumentsInfo.html#method_getIndex","d":null},{"t":"M","n":"StubTests\\Parsers\\ExpectedFunctionArgumentsInfo::__toString","p":"StubTests/Parsers/ExpectedFunctionArgumentsInfo.html#method___toString","d":null},{"t":"M","n":"StubTests\\Parsers\\MetaExpectedArgumentsCollector::__construct","p":"StubTests/Parsers/MetaExpectedArgumentsCollector.html#method___construct","d":""},{"t":"M","n":"StubTests\\Parsers\\MetaExpectedArgumentsCollector::enterNode","p":"StubTests/Parsers/MetaExpectedArgumentsCollector.html#method_enterNode","d":null},{"t":"M","n":"StubTests\\Parsers\\MetaExpectedArgumentsCollector::getExpectedArgumentsInfos","p":"StubTests/Parsers/MetaExpectedArgumentsCollector.html#method_getExpectedArgumentsInfos","d":""},{"t":"M","n":"StubTests\\Parsers\\MetaExpectedArgumentsCollector::getRegisteredArgumentsSet","p":"StubTests/Parsers/MetaExpectedArgumentsCollector.html#method_getRegisteredArgumentsSet","d":""},{"t":"M","n":"StubTests\\Parsers\\PHPReflectionParser::getStubs","p":"StubTests/Parsers/PHPReflectionParser.html#method_getStubs","d":""},{"t":"M","n":"StubTests\\Parsers\\ParserUtils::tagDoesNotHaveZeroPatchVersion","p":"StubTests/Parsers/ParserUtils.html#method_tagDoesNotHaveZeroPatchVersion","d":null},{"t":"M","n":"StubTests\\Parsers\\ParserUtils::getDeclaredSinceVersion","p":"StubTests/Parsers/ParserUtils.html#method_getDeclaredSinceVersion","d":null},{"t":"M","n":"StubTests\\Parsers\\ParserUtils::getLatestAvailableVersion","p":"StubTests/Parsers/ParserUtils.html#method_getLatestAvailableVersion","d":null},{"t":"M","n":"StubTests\\Parsers\\ParserUtils::getAvailableInVersions","p":"StubTests/Parsers/ParserUtils.html#method_getAvailableInVersions","d":null},{"t":"M","n":"StubTests\\Parsers\\ParserUtils::getLatestAvailableVersionsFromParentClass","p":"StubTests/Parsers/ParserUtils.html#method_getLatestAvailableVersionsFromParentClass","d":""},{"t":"M","n":"StubTests\\Parsers\\ParserUtils::getSinceVersionsFromAttribute","p":"StubTests/Parsers/ParserUtils.html#method_getSinceVersionsFromAttribute","d":""},{"t":"M","n":"StubTests\\Parsers\\ParserUtils::getLatestAvailableVersionsFromAttribute","p":"StubTests/Parsers/ParserUtils.html#method_getLatestAvailableVersionsFromAttribute","d":""},{"t":"M","n":"StubTests\\Parsers\\ParserUtils::entitySuitsCurrentPhpVersion","p":"StubTests/Parsers/ParserUtils.html#method_entitySuitsCurrentPhpVersion","d":null},{"t":"M","n":"StubTests\\Parsers\\StubsParserErrorHandler::handleError","p":"StubTests/Parsers/StubsParserErrorHandler.html#method_handleError","d":null},{"t":"M","n":"StubTests\\Parsers\\Visitors\\CoreStubASTVisitor::__construct","p":"StubTests/Parsers/Visitors/CoreStubASTVisitor.html#method___construct","d":null},{"t":"M","n":"StubTests\\Parsers\\Visitors\\MetaOverrideFunctionsParser::__construct","p":"StubTests/Parsers/Visitors/MetaOverrideFunctionsParser.html#method___construct","d":""},{"t":"M","n":"StubTests\\Parsers\\Visitors\\MetaOverrideFunctionsParser::enterNode","p":"StubTests/Parsers/Visitors/MetaOverrideFunctionsParser.html#method_enterNode","d":null},{"t":"M","n":"StubTests\\Parsers\\Visitors\\ParentConnector::beforeTraverse","p":"StubTests/Parsers/Visitors/ParentConnector.html#method_beforeTraverse","d":null},{"t":"M","n":"StubTests\\Parsers\\Visitors\\ParentConnector::enterNode","p":"StubTests/Parsers/Visitors/ParentConnector.html#method_enterNode","d":null},{"t":"M","n":"StubTests\\Parsers\\Visitors\\ParentConnector::leaveNode","p":"StubTests/Parsers/Visitors/ParentConnector.html#method_leaveNode","d":null},{"t":"M","n":"StubTests\\StubsCompositeMixedReturnTypeTest::setUpBeforeClass","p":"StubTests/StubsCompositeMixedReturnTypeTest.html#method_setUpBeforeClass","d":null},{"t":"M","n":"StubTests\\StubsCompositeMixedReturnTypeTest::testPhpDocContainsMixedFalseReturnType","p":"StubTests/StubsCompositeMixedReturnTypeTest.html#method_testPhpDocContainsMixedFalseReturnType","d":null},{"t":"M","n":"StubTests\\StubsCompositeMixedReturnTypeTest::testPhpDocContainsMixedNullReturnType","p":"StubTests/StubsCompositeMixedReturnTypeTest.html#method_testPhpDocContainsMixedNullReturnType","d":null},{"t":"M","n":"StubTests\\StubsConstantsAndParametersValuesTest::setUpBeforeClass","p":"StubTests/StubsConstantsAndParametersValuesTest.html#method_setUpBeforeClass","d":null},{"t":"M","n":"StubTests\\StubsConstantsAndParametersValuesTest::testFunctionsDefaultParametersValue","p":"StubTests/StubsConstantsAndParametersValuesTest.html#method_testFunctionsDefaultParametersValue","d":null},{"t":"M","n":"StubTests\\StubsConstantsAndParametersValuesTest::testFunctionsWithoutOptionalDefaultParametersValue","p":"StubTests/StubsConstantsAndParametersValuesTest.html#method_testFunctionsWithoutOptionalDefaultParametersValue","d":null},{"t":"M","n":"StubTests\\StubsConstantsAndParametersValuesTest::testClassMethodsDefaultParametersValue","p":"StubTests/StubsConstantsAndParametersValuesTest.html#method_testClassMethodsDefaultParametersValue","d":null},{"t":"M","n":"StubTests\\StubsConstantsAndParametersValuesTest::testInterfaceMethodsDefaultParametersValue","p":"StubTests/StubsConstantsAndParametersValuesTest.html#method_testInterfaceMethodsDefaultParametersValue","d":null},{"t":"M","n":"StubTests\\StubsConstantsAndParametersValuesTest::testClassMethodsWithoutOptionalDefaultParametersValue","p":"StubTests/StubsConstantsAndParametersValuesTest.html#method_testClassMethodsWithoutOptionalDefaultParametersValue","d":null},{"t":"M","n":"StubTests\\StubsConstantsAndParametersValuesTest::testInterfaceMethodsWithoutOptionalDefaultParametersValue","p":"StubTests/StubsConstantsAndParametersValuesTest.html#method_testInterfaceMethodsWithoutOptionalDefaultParametersValue","d":null},{"t":"M","n":"StubTests\\StubsForbiddenTypeHintsTest::setUpBeforeClass","p":"StubTests/StubsForbiddenTypeHintsTest.html#method_setUpBeforeClass","d":null},{"t":"M","n":"StubTests\\StubsForbiddenTypeHintsTest::testClassMethodDoesNotHaveNullableReturnTypeHint","p":"StubTests/StubsForbiddenTypeHintsTest.html#method_testClassMethodDoesNotHaveNullableReturnTypeHint","d":null},{"t":"M","n":"StubTests\\StubsForbiddenTypeHintsTest::testInterfaceMethodDoesNotHaveNullableReturnTypeHint","p":"StubTests/StubsForbiddenTypeHintsTest.html#method_testInterfaceMethodDoesNotHaveNullableReturnTypeHint","d":null},{"t":"M","n":"StubTests\\StubsForbiddenTypeHintsTest::testEnumMethodDoesNotHaveNullableReturnTypeHint","p":"StubTests/StubsForbiddenTypeHintsTest.html#method_testEnumMethodDoesNotHaveNullableReturnTypeHint","d":null},{"t":"M","n":"StubTests\\StubsForbiddenTypeHintsTest::testClassMethodDoesNotHaveUnionTypeHintsInParameters","p":"StubTests/StubsForbiddenTypeHintsTest.html#method_testClassMethodDoesNotHaveUnionTypeHintsInParameters","d":null},{"t":"M","n":"StubTests\\StubsForbiddenTypeHintsTest::testInterfaceMethodDoesNotHaveUnionTypeHintsInParameters","p":"StubTests/StubsForbiddenTypeHintsTest.html#method_testInterfaceMethodDoesNotHaveUnionTypeHintsInParameters","d":null},{"t":"M","n":"StubTests\\StubsForbiddenTypeHintsTest::testEnumMethodDoesNotHaveUnionTypeHintsInParameters","p":"StubTests/StubsForbiddenTypeHintsTest.html#method_testEnumMethodDoesNotHaveUnionTypeHintsInParameters","d":null},{"t":"M","n":"StubTests\\StubsForbiddenTypeHintsTest::testClassMethodDoesNotHaveNullableTypeHintsInParameters","p":"StubTests/StubsForbiddenTypeHintsTest.html#method_testClassMethodDoesNotHaveNullableTypeHintsInParameters","d":null},{"t":"M","n":"StubTests\\StubsForbiddenTypeHintsTest::testInterfaceMethodDoesNotHaveNullableTypeHintsInParameters","p":"StubTests/StubsForbiddenTypeHintsTest.html#method_testInterfaceMethodDoesNotHaveNullableTypeHintsInParameters","d":null},{"t":"M","n":"StubTests\\StubsForbiddenTypeHintsTest::testEnumMethodDoesNotHaveNullableTypeHintsInParameters","p":"StubTests/StubsForbiddenTypeHintsTest.html#method_testEnumMethodDoesNotHaveNullableTypeHintsInParameters","d":null},{"t":"M","n":"StubTests\\StubsForbiddenTypeHintsTest::testClassMethodDoesNotHaveUnionReturnTypeHint","p":"StubTests/StubsForbiddenTypeHintsTest.html#method_testClassMethodDoesNotHaveUnionReturnTypeHint","d":null},{"t":"M","n":"StubTests\\StubsForbiddenTypeHintsTest::testInterfaceMethodDoesNotHaveUnionReturnTypeHint","p":"StubTests/StubsForbiddenTypeHintsTest.html#method_testInterfaceMethodDoesNotHaveUnionReturnTypeHint","d":null},{"t":"M","n":"StubTests\\StubsForbiddenTypeHintsTest::testEnumMethodDoesNotHaveUnionReturnTypeHint","p":"StubTests/StubsForbiddenTypeHintsTest.html#method_testEnumMethodDoesNotHaveUnionReturnTypeHint","d":null},{"t":"M","n":"StubTests\\StubsForbiddenTypeHintsTest::testClassMethodDoesNotHaveScalarTypeHintsInParameters","p":"StubTests/StubsForbiddenTypeHintsTest.html#method_testClassMethodDoesNotHaveScalarTypeHintsInParameters","d":null},{"t":"M","n":"StubTests\\StubsForbiddenTypeHintsTest::testInterfaceMethodDoesNotHaveScalarTypeHintsInParameters","p":"StubTests/StubsForbiddenTypeHintsTest.html#method_testInterfaceMethodDoesNotHaveScalarTypeHintsInParameters","d":null},{"t":"M","n":"StubTests\\StubsForbiddenTypeHintsTest::testEnumMethodDoesNotHaveScalarTypeHintsInParameters","p":"StubTests/StubsForbiddenTypeHintsTest.html#method_testEnumMethodDoesNotHaveScalarTypeHintsInParameters","d":null},{"t":"M","n":"StubTests\\StubsForbiddenTypeHintsTest::testClassMethodDoesNotHaveReturnTypeHint","p":"StubTests/StubsForbiddenTypeHintsTest.html#method_testClassMethodDoesNotHaveReturnTypeHint","d":null},{"t":"M","n":"StubTests\\StubsForbiddenTypeHintsTest::testInterfaceMethodDoesNotHaveReturnTypeHint","p":"StubTests/StubsForbiddenTypeHintsTest.html#method_testInterfaceMethodDoesNotHaveReturnTypeHint","d":null},{"t":"M","n":"StubTests\\StubsForbiddenTypeHintsTest::testEnumMethodDoesNotHaveReturnTypeHint","p":"StubTests/StubsForbiddenTypeHintsTest.html#method_testEnumMethodDoesNotHaveReturnTypeHint","d":null},{"t":"M","n":"StubTests\\StubsMetaExpectedArgumentsTest::setUpBeforeClass","p":"StubTests/StubsMetaExpectedArgumentsTest.html#method_setUpBeforeClass","d":null},{"t":"M","n":"StubTests\\StubsMetaExpectedArgumentsTest::getConstantsFqns","p":"StubTests/StubsMetaExpectedArgumentsTest.html#method_getConstantsFqns","d":null},{"t":"M","n":"StubTests\\StubsMetaExpectedArgumentsTest::getMethodsFqns","p":"StubTests/StubsMetaExpectedArgumentsTest.html#method_getMethodsFqns","d":null},{"t":"M","n":"StubTests\\StubsMetaExpectedArgumentsTest::testFunctionReferencesExists","p":"StubTests/StubsMetaExpectedArgumentsTest.html#method_testFunctionReferencesExists","d":null},{"t":"M","n":"StubTests\\StubsMetaExpectedArgumentsTest::testConstantsExists","p":"StubTests/StubsMetaExpectedArgumentsTest.html#method_testConstantsExists","d":null},{"t":"M","n":"StubTests\\StubsMetaExpectedArgumentsTest::testRegisteredArgumentsSetExists","p":"StubTests/StubsMetaExpectedArgumentsTest.html#method_testRegisteredArgumentsSetExists","d":null},{"t":"M","n":"StubTests\\StubsMetaExpectedArgumentsTest::testStringLiteralsSingleQuoted","p":"StubTests/StubsMetaExpectedArgumentsTest.html#method_testStringLiteralsSingleQuoted","d":null},{"t":"M","n":"StubTests\\StubsMetaExpectedArgumentsTest::testExpectedArgumentsAreUnique","p":"StubTests/StubsMetaExpectedArgumentsTest.html#method_testExpectedArgumentsAreUnique","d":null},{"t":"M","n":"StubTests\\StubsMetaExpectedArgumentsTest::testExpectedReturnValuesAreUnique","p":"StubTests/StubsMetaExpectedArgumentsTest.html#method_testExpectedReturnValuesAreUnique","d":null},{"t":"M","n":"StubTests\\StubsMetaExpectedArgumentsTest::testRegisteredArgumentsSetAreUnique","p":"StubTests/StubsMetaExpectedArgumentsTest.html#method_testRegisteredArgumentsSetAreUnique","d":null},{"t":"M","n":"StubTests\\StubsMetaExpectedArgumentsTest::testReferencesAreAbsolute","p":"StubTests/StubsMetaExpectedArgumentsTest.html#method_testReferencesAreAbsolute","d":null},{"t":"M","n":"StubTests\\StubsMetaInternalTagTest::setUpBeforeClass","p":"StubTests/StubsMetaInternalTagTest.html#method_setUpBeforeClass","d":null},{"t":"M","n":"StubTests\\StubsMetaInternalTagTest::testFunctionInternalMetaTag","p":"StubTests/StubsMetaInternalTagTest.html#method_testFunctionInternalMetaTag","d":null},{"t":"M","n":"StubTests\\StubsMetaInternalTagTest::testMethodsInternalMetaTag","p":"StubTests/StubsMetaInternalTagTest.html#method_testMethodsInternalMetaTag","d":null},{"t":"M","n":"StubTests\\StubsParameterNamesTest::setUpBeforeClass","p":"StubTests/StubsParameterNamesTest.html#method_setUpBeforeClass","d":null},{"t":"M","n":"StubTests\\StubsParameterNamesTest::testFunctionsParameterNames","p":"StubTests/StubsParameterNamesTest.html#method_testFunctionsParameterNames","d":null},{"t":"M","n":"StubTests\\StubsParameterNamesTest::testClassMethodsParameterNames","p":"StubTests/StubsParameterNamesTest.html#method_testClassMethodsParameterNames","d":null},{"t":"M","n":"StubTests\\StubsParameterNamesTest::testInterfaceMethodsParameterNames","p":"StubTests/StubsParameterNamesTest.html#method_testInterfaceMethodsParameterNames","d":null},{"t":"M","n":"StubTests\\StubsParameterNamesTest::testEnumMethodsParameterNames","p":"StubTests/StubsParameterNamesTest.html#method_testEnumMethodsParameterNames","d":null},{"t":"M","n":"StubTests\\StubsParameterNamesTest::printParameters","p":"StubTests/StubsParameterNamesTest.html#method_printParameters","d":""},{"t":"M","n":"StubTests\\StubsPhp81Tests::setUpBeforeClass","p":"StubTests/StubsPhp81Tests.html#method_setUpBeforeClass","d":null},{"t":"M","n":"StubTests\\StubsPhp81Tests::testPropertyReadonly","p":"StubTests/StubsPhp81Tests.html#method_testPropertyReadonly","d":null},{"t":"M","n":"StubTests\\StubsPhp81Tests::testClassMethodTentativeReturnTypeHints","p":"StubTests/StubsPhp81Tests.html#method_testClassMethodTentativeReturnTypeHints","d":null},{"t":"M","n":"StubTests\\StubsPhp81Tests::testInterfaceMethodTentativeReturnTypeHints","p":"StubTests/StubsPhp81Tests.html#method_testInterfaceMethodTentativeReturnTypeHints","d":null},{"t":"M","n":"StubTests\\StubsPhp81Tests::testEnumMethodTentativeReturnTypeHints","p":"StubTests/StubsPhp81Tests.html#method_testEnumMethodTentativeReturnTypeHints","d":null},{"t":"M","n":"StubTests\\StubsPhp81Tests::testEnumConstants","p":"StubTests/StubsPhp81Tests.html#method_testEnumConstants","d":null},{"t":"M","n":"StubTests\\StubsPhp81Tests::testEnumCases","p":"StubTests/StubsPhp81Tests.html#method_testEnumCases","d":null},{"t":"M","n":"StubTests\\StubsPhp81Tests::testEnumMethodsDefaultParametersValue","p":"StubTests/StubsPhp81Tests.html#method_testEnumMethodsDefaultParametersValue","d":null},{"t":"M","n":"StubTests\\StubsPhp81Tests::testEnumMethodsWithoutOptionalDefaultParametersValue","p":"StubTests/StubsPhp81Tests.html#method_testEnumMethodsWithoutOptionalDefaultParametersValue","d":null},{"t":"M","n":"StubTests\\StubsPhpDocTest::setUpBeforeClass","p":"StubTests/StubsPhpDocTest.html#method_setUpBeforeClass","d":null},{"t":"M","n":"StubTests\\StubsPhpDocTest::testClassConstantsPHPDocs","p":"StubTests/StubsPhpDocTest.html#method_testClassConstantsPHPDocs","d":null},{"t":"M","n":"StubTests\\StubsPhpDocTest::testInterfaceConstantsPHPDocs","p":"StubTests/StubsPhpDocTest.html#method_testInterfaceConstantsPHPDocs","d":null},{"t":"M","n":"StubTests\\StubsPhpDocTest::testEnumConstantsPHPDocs","p":"StubTests/StubsPhpDocTest.html#method_testEnumConstantsPHPDocs","d":null},{"t":"M","n":"StubTests\\StubsPhpDocTest::testConstantsPHPDocs","p":"StubTests/StubsPhpDocTest.html#method_testConstantsPHPDocs","d":null},{"t":"M","n":"StubTests\\StubsPhpDocTest::testFunctionPHPDocs","p":"StubTests/StubsPhpDocTest.html#method_testFunctionPHPDocs","d":null},{"t":"M","n":"StubTests\\StubsPhpDocTest::testClassesPHPDocs","p":"StubTests/StubsPhpDocTest.html#method_testClassesPHPDocs","d":null},{"t":"M","n":"StubTests\\StubsPhpDocTest::testInterfacesPHPDocs","p":"StubTests/StubsPhpDocTest.html#method_testInterfacesPHPDocs","d":null},{"t":"M","n":"StubTests\\StubsPhpDocTest::testEumsPHPDocs","p":"StubTests/StubsPhpDocTest.html#method_testEumsPHPDocs","d":null},{"t":"M","n":"StubTests\\StubsPhpDocTest::testClassMethodsPHPDocs","p":"StubTests/StubsPhpDocTest.html#method_testClassMethodsPHPDocs","d":null},{"t":"M","n":"StubTests\\StubsPhpDocTest::testInterfaceMethodsPHPDocs","p":"StubTests/StubsPhpDocTest.html#method_testInterfaceMethodsPHPDocs","d":null},{"t":"M","n":"StubTests\\StubsPhpDocTest::testEnumMethodsPHPDocs","p":"StubTests/StubsPhpDocTest.html#method_testEnumMethodsPHPDocs","d":null},{"t":"M","n":"StubTests\\StubsReflectionClassesTest::setUpBeforeClass","p":"StubTests/StubsReflectionClassesTest.html#method_setUpBeforeClass","d":null},{"t":"M","n":"StubTests\\StubsReflectionClassesTest::testReflectionFunctionAbstractGetReturnTypeMethod","p":"StubTests/StubsReflectionClassesTest.html#method_testReflectionFunctionAbstractGetReturnTypeMethod","d":null},{"t":"M","n":"StubTests\\StubsReflectionClassesTest::testReflectionPropertyGetTypeMethod","p":"StubTests/StubsReflectionClassesTest.html#method_testReflectionPropertyGetTypeMethod","d":null},{"t":"M","n":"StubTests\\StubsReflectionClassesTest::testReflectionParameterGetTypeMethod","p":"StubTests/StubsReflectionClassesTest.html#method_testReflectionParameterGetTypeMethod","d":null},{"t":"M","n":"StubTests\\StubsStructureTest::setUpBeforeClass","p":"StubTests/StubsStructureTest.html#method_setUpBeforeClass","d":null},{"t":"M","n":"StubTests\\StubsStructureTest::testStubsDirectoryExistInMap","p":"StubTests/StubsStructureTest.html#method_testStubsDirectoryExistInMap","d":null},{"t":"M","n":"StubTests\\StubsTypeHintsTest::setUpBeforeClass","p":"StubTests/StubsTypeHintsTest.html#method_setUpBeforeClass","d":null},{"t":"M","n":"StubTests\\StubsTypeHintsTest::testFunctionsReturnTypeHints","p":"StubTests/StubsTypeHintsTest.html#method_testFunctionsReturnTypeHints","d":null},{"t":"M","n":"StubTests\\StubsTypeHintsTest::testFunctionsParametersTypeHints","p":"StubTests/StubsTypeHintsTest.html#method_testFunctionsParametersTypeHints","d":null},{"t":"M","n":"StubTests\\StubsTypeHintsTest::testClassMethodsReturnTypeHints","p":"StubTests/StubsTypeHintsTest.html#method_testClassMethodsReturnTypeHints","d":null},{"t":"M","n":"StubTests\\StubsTypeHintsTest::testInterfaceMethodsReturnTypeHints","p":"StubTests/StubsTypeHintsTest.html#method_testInterfaceMethodsReturnTypeHints","d":null},{"t":"M","n":"StubTests\\StubsTypeHintsTest::testEnumMethodsReturnTypeHints","p":"StubTests/StubsTypeHintsTest.html#method_testEnumMethodsReturnTypeHints","d":null},{"t":"M","n":"StubTests\\StubsTypeHintsTest::testClassMethodsParametersTypeHints","p":"StubTests/StubsTypeHintsTest.html#method_testClassMethodsParametersTypeHints","d":null},{"t":"M","n":"StubTests\\StubsTypeHintsTest::testInterfaceMethodsParametersTypeHints","p":"StubTests/StubsTypeHintsTest.html#method_testInterfaceMethodsParametersTypeHints","d":null},{"t":"M","n":"StubTests\\StubsTypeHintsTest::testEnumMethodsParametersTypeHints","p":"StubTests/StubsTypeHintsTest.html#method_testEnumMethodsParametersTypeHints","d":null},{"t":"M","n":"StubTests\\StubsTypeHintsTest::testClassMethodScalarTypeHintsInParametersMatchReflection","p":"StubTests/StubsTypeHintsTest.html#method_testClassMethodScalarTypeHintsInParametersMatchReflection","d":null},{"t":"M","n":"StubTests\\StubsTypeHintsTest::testInterfaceMethodScalarTypeHintsInParametersMatchReflection","p":"StubTests/StubsTypeHintsTest.html#method_testInterfaceMethodScalarTypeHintsInParametersMatchReflection","d":null},{"t":"M","n":"StubTests\\StubsTypeHintsTest::testEnumMethodScalarTypeHintsInParametersMatchReflection","p":"StubTests/StubsTypeHintsTest.html#method_testEnumMethodScalarTypeHintsInParametersMatchReflection","d":null},{"t":"M","n":"StubTests\\StubsTypeHintsTest::testClassMethodNullableTypeHintsInParametersMatchReflection","p":"StubTests/StubsTypeHintsTest.html#method_testClassMethodNullableTypeHintsInParametersMatchReflection","d":null},{"t":"M","n":"StubTests\\StubsTypeHintsTest::testInterfaceMethodNullableTypeHintsInParametersMatchReflection","p":"StubTests/StubsTypeHintsTest.html#method_testInterfaceMethodNullableTypeHintsInParametersMatchReflection","d":null},{"t":"M","n":"StubTests\\StubsTypeHintsTest::testEnumMethodNullableTypeHintsInParametersMatchReflection","p":"StubTests/StubsTypeHintsTest.html#method_testEnumMethodNullableTypeHintsInParametersMatchReflection","d":null},{"t":"M","n":"StubTests\\StubsTypeHintsTest::testClassMethodUnionTypeHintsInParametersMatchReflection","p":"StubTests/StubsTypeHintsTest.html#method_testClassMethodUnionTypeHintsInParametersMatchReflection","d":null},{"t":"M","n":"StubTests\\StubsTypeHintsTest::testInterfaceMethodUnionTypeHintsInParametersMatchReflection","p":"StubTests/StubsTypeHintsTest.html#method_testInterfaceMethodUnionTypeHintsInParametersMatchReflection","d":null},{"t":"M","n":"StubTests\\StubsTypeHintsTest::testEnumMethodUnionTypeHintsInParametersMatchReflection","p":"StubTests/StubsTypeHintsTest.html#method_testEnumMethodUnionTypeHintsInParametersMatchReflection","d":null},{"t":"M","n":"StubTests\\StubsTypeHintsTest::testSignatureTypeHintsConformPhpDocInFunctions","p":"StubTests/StubsTypeHintsTest.html#method_testSignatureTypeHintsConformPhpDocInFunctions","d":null},{"t":"M","n":"StubTests\\StubsTypeHintsTest::testClassesMethodsSignatureTypeHintsConformPhpDocInMethods","p":"StubTests/StubsTypeHintsTest.html#method_testClassesMethodsSignatureTypeHintsConformPhpDocInMethods","d":null},{"t":"M","n":"StubTests\\StubsTypeHintsTest::testInterfacesMethodsSignatureTypeHintsConformPhpDocInMethods","p":"StubTests/StubsTypeHintsTest.html#method_testInterfacesMethodsSignatureTypeHintsConformPhpDocInMethods","d":null},{"t":"M","n":"StubTests\\StubsTypeHintsTest::testEnumsMethodsSignatureTypeHintsConformPhpDocInMethods","p":"StubTests/StubsTypeHintsTest.html#method_testEnumsMethodsSignatureTypeHintsConformPhpDocInMethods","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\EntitiesFilter::getFiltered","p":"StubTests/TestData/Providers/EntitiesFilter.html#method_getFiltered","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\EntitiesFilter::getFilteredStubsFunctions","p":"StubTests/TestData/Providers/EntitiesFilter.html#method_getFilteredStubsFunctions","d":""},{"t":"M","n":"StubTests\\TestData\\Providers\\EntitiesFilter::getFilteredReflectionFunctions","p":"StubTests/TestData/Providers/EntitiesFilter.html#method_getFilteredReflectionFunctions","d":""},{"t":"M","n":"StubTests\\TestData\\Providers\\EntitiesFilter::getFilteredReflectionMethods","p":"StubTests/TestData/Providers/EntitiesFilter.html#method_getFilteredReflectionMethods","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\EntitiesFilter::getFilteredStubsMethods","p":"StubTests/TestData/Providers/EntitiesFilter.html#method_getFilteredStubsMethods","d":""},{"t":"M","n":"StubTests\\TestData\\Providers\\EntitiesFilter::getFilteredParameters","p":"StubTests/TestData/Providers/EntitiesFilter.html#method_getFilteredParameters","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\EntitiesFilter::getFilterFunctionForAllowedTypeHintsInLanguageLevel","p":"StubTests/TestData/Providers/EntitiesFilter.html#method_getFilterFunctionForAllowedTypeHintsInLanguageLevel","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\PhpStormStubsSingleton::getPhpStormStubs","p":"StubTests/TestData/Providers/PhpStormStubsSingleton.html#method_getPhpStormStubs","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\ReflectionStubsSingleton::getReflectionStubs","p":"StubTests/TestData/Providers/ReflectionStubsSingleton.html#method_getReflectionStubs","d":""},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionClassesTestDataProviders::allClassesProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionClassesTestDataProviders.html#method_allClassesProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionClassesTestDataProviders::allInterfacesProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionClassesTestDataProviders.html#method_allInterfacesProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionClassesTestDataProviders::allEnumsProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionClassesTestDataProviders.html#method_allEnumsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionClassesTestDataProviders::classesWithInterfacesProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionClassesTestDataProviders.html#method_classesWithInterfacesProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionClassesTestDataProviders::enumsWithInterfacesProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionClassesTestDataProviders.html#method_enumsWithInterfacesProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionClassesTestDataProviders::classWithParentProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionClassesTestDataProviders.html#method_classWithParentProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionClassesTestDataProviders::interfaceWithParentProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionClassesTestDataProviders.html#method_interfaceWithParentProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionClassesTestDataProviders::enumWithParentProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionClassesTestDataProviders.html#method_enumWithParentProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionClassesTestDataProviders::finalClassesProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionClassesTestDataProviders.html#method_finalClassesProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionClassesTestDataProviders::finalInterfacesProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionClassesTestDataProviders.html#method_finalInterfacesProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionClassesTestDataProviders::finalEnumsProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionClassesTestDataProviders.html#method_finalEnumsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionClassesTestDataProviders::readonlyClassesProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionClassesTestDataProviders.html#method_readonlyClassesProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionClassesTestDataProviders::classWithNamespaceProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionClassesTestDataProviders.html#method_classWithNamespaceProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionClassesTestDataProviders::interfaceWithNamespaceProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionClassesTestDataProviders.html#method_interfaceWithNamespaceProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionClassesTestDataProviders::enumsWithNamespaceProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionClassesTestDataProviders.html#method_enumsWithNamespaceProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionConstantsProvider::constantProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionConstantsProvider.html#method_constantProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionConstantsProvider::constantValuesProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionConstantsProvider.html#method_constantValuesProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionConstantsProvider::classConstantProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionConstantsProvider.html#method_classConstantProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionConstantsProvider::interfaceConstantProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionConstantsProvider.html#method_interfaceConstantProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionConstantsProvider::enumConstantProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionConstantsProvider.html#method_enumConstantProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionConstantsProvider::enumCaseProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionConstantsProvider.html#method_enumCaseProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionConstantsProvider::classConstantValuesProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionConstantsProvider.html#method_classConstantValuesProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionConstantsProvider::getFilteredConstants","p":"StubTests/TestData/Providers/Reflection/ReflectionConstantsProvider.html#method_getFilteredConstants","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionFunctionsProvider::allFunctionsProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionFunctionsProvider.html#method_allFunctionsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionFunctionsProvider::functionsForReturnTypeHintsTestProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionFunctionsProvider.html#method_functionsForReturnTypeHintsTestProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionFunctionsProvider::functionsForDeprecationTestsProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionFunctionsProvider.html#method_functionsForDeprecationTestsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionFunctionsProvider::functionsForParamsAmountTestsProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionFunctionsProvider.html#method_functionsForParamsAmountTestsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionMethodsProvider::classMethodsProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionMethodsProvider.html#method_classMethodsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionMethodsProvider::interfaceMethodsProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionMethodsProvider.html#method_interfaceMethodsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionMethodsProvider::enumMethodsProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionMethodsProvider.html#method_enumMethodsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionMethodsProvider::classMethodsWithReturnTypeHintProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionMethodsProvider.html#method_classMethodsWithReturnTypeHintProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionMethodsProvider::classMethodsWithAccessProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionMethodsProvider.html#method_classMethodsWithAccessProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionMethodsProvider::interfaceMethodsWithAccessProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionMethodsProvider.html#method_interfaceMethodsWithAccessProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionMethodsProvider::enumMethodsWithAccessProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionMethodsProvider.html#method_enumMethodsWithAccessProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionMethodsProvider::classFinalMethodsProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionMethodsProvider.html#method_classFinalMethodsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionMethodsProvider::interfaceFinalMethodsProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionMethodsProvider.html#method_interfaceFinalMethodsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionMethodsProvider::enumFinalMethodsProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionMethodsProvider.html#method_enumFinalMethodsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionMethodsProvider::classStaticMethodsProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionMethodsProvider.html#method_classStaticMethodsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionMethodsProvider::interfaceStaticMethodsProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionMethodsProvider.html#method_interfaceStaticMethodsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionMethodsProvider::enumStaticMethodsProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionMethodsProvider.html#method_enumStaticMethodsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionMethodsProvider::classMethodsWithParametersProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionMethodsProvider.html#method_classMethodsWithParametersProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionMethodsProvider::interfaceMethodsWithParametersProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionMethodsProvider.html#method_interfaceMethodsWithParametersProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionMethodsProvider::enumMethodsWithParametersProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionMethodsProvider.html#method_enumMethodsWithParametersProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionMethodsProvider::classMethodsWithoutTentitiveReturnTypeProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionMethodsProvider.html#method_classMethodsWithoutTentitiveReturnTypeProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionMethodsProvider::interfaceMethodsWithoutTentitiveReturnTypeProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionMethodsProvider.html#method_interfaceMethodsWithoutTentitiveReturnTypeProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionMethodsProvider::enumMethodsWithoutTentitiveReturnTypeProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionMethodsProvider.html#method_enumMethodsWithoutTentitiveReturnTypeProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionMethodsProvider::classMethodsWithTentitiveReturnTypeProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionMethodsProvider.html#method_classMethodsWithTentitiveReturnTypeProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionMethodsProvider::interfaceMethodsWithTentitiveReturnTypeProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionMethodsProvider.html#method_interfaceMethodsWithTentitiveReturnTypeProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionMethodsProvider::enumMethodsWithTentitiveReturnTypeProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionMethodsProvider.html#method_enumMethodsWithTentitiveReturnTypeProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionParametersProvider::functionParametersProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionParametersProvider.html#method_functionParametersProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionParametersProvider::functionParametersWithTypeProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionParametersProvider.html#method_functionParametersWithTypeProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionParametersProvider::functionOptionalParametersProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionParametersProvider.html#method_functionOptionalParametersProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionParametersProvider::functionOptionalParametersWithDefaultValueProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionParametersProvider.html#method_functionOptionalParametersWithDefaultValueProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionParametersProvider::functionOptionalParametersWithoutDefaultValueProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionParametersProvider.html#method_functionOptionalParametersWithoutDefaultValueProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionParametersProvider::classMethodsParametersProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionParametersProvider.html#method_classMethodsParametersProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionParametersProvider::interfaceMethodsParametersProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionParametersProvider.html#method_interfaceMethodsParametersProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionParametersProvider::enumMethodsParametersProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionParametersProvider.html#method_enumMethodsParametersProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionParametersProvider::classMethodParametersWithTypeHintProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionParametersProvider.html#method_classMethodParametersWithTypeHintProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionParametersProvider::interfaceMethodParametersWithTypeHintProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionParametersProvider.html#method_interfaceMethodParametersWithTypeHintProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionParametersProvider::enumMethodParametersWithTypeHintProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionParametersProvider.html#method_enumMethodParametersWithTypeHintProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionParametersProvider::classMethodOptionalParametersProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionParametersProvider.html#method_classMethodOptionalParametersProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionParametersProvider::interfaceMethodOptionalParametersProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionParametersProvider.html#method_interfaceMethodOptionalParametersProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionParametersProvider::enumMethodOptionalParametersProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionParametersProvider.html#method_enumMethodOptionalParametersProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionParametersProvider::classMethodOptionalParametersWithDefaultValueProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionParametersProvider.html#method_classMethodOptionalParametersWithDefaultValueProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionParametersProvider::interfaceMethodOptionalParametersWithDefaultValueProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionParametersProvider.html#method_interfaceMethodOptionalParametersWithDefaultValueProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionParametersProvider::enumMethodOptionalParametersWithDefaultValueProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionParametersProvider.html#method_enumMethodOptionalParametersWithDefaultValueProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionParametersProvider::classMethodOptionalParametersWithoutDefaultValueProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionParametersProvider.html#method_classMethodOptionalParametersWithoutDefaultValueProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionParametersProvider::interfaceMethodOptionalParametersWithoutDefaultValueProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionParametersProvider.html#method_interfaceMethodOptionalParametersWithoutDefaultValueProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionParametersProvider::enumMethodOptionalParametersWithoutDefaultValueProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionParametersProvider.html#method_enumMethodOptionalParametersWithoutDefaultValueProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionPropertiesProvider::classPropertiesProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionPropertiesProvider.html#method_classPropertiesProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionPropertiesProvider::classStaticPropertiesProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionPropertiesProvider.html#method_classStaticPropertiesProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionPropertiesProvider::classPropertiesWithAccessProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionPropertiesProvider.html#method_classPropertiesWithAccessProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionPropertiesProvider::classPropertiesWithTypeProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionPropertiesProvider.html#method_classPropertiesWithTypeProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionPropertiesProvider::classReadonlyPropertiesProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionPropertiesProvider.html#method_classReadonlyPropertiesProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\PhpCoreStubsProvider::getCoreStubsDirectories","p":"StubTests/TestData/Providers/Stubs/PhpCoreStubsProvider.html#method_getCoreStubsDirectories","d":""},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\PhpCoreStubsProvider::getNonCoreStubsDirectories","p":"StubTests/TestData/Providers/Stubs/PhpCoreStubsProvider.html#method_getNonCoreStubsDirectories","d":""},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubConstantsProvider::classConstantProvider","p":"StubTests/TestData/Providers/Stubs/StubConstantsProvider.html#method_classConstantProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubConstantsProvider::interfaceConstantProvider","p":"StubTests/TestData/Providers/Stubs/StubConstantsProvider.html#method_interfaceConstantProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubConstantsProvider::enumConstantProvider","p":"StubTests/TestData/Providers/Stubs/StubConstantsProvider.html#method_enumConstantProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubConstantsProvider::globalConstantProvider","p":"StubTests/TestData/Providers/Stubs/StubConstantsProvider.html#method_globalConstantProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubMethodsProvider::allClassMethodsProvider","p":"StubTests/TestData/Providers/Stubs/StubMethodsProvider.html#method_allClassMethodsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubMethodsProvider::allInterfaceMethodsProvider","p":"StubTests/TestData/Providers/Stubs/StubMethodsProvider.html#method_allInterfaceMethodsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubMethodsProvider::allEnumsMethodsProvider","p":"StubTests/TestData/Providers/Stubs/StubMethodsProvider.html#method_allEnumsMethodsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubMethodsProvider::allFunctionWithReturnTypeHintsProvider","p":"StubTests/TestData/Providers/Stubs/StubMethodsProvider.html#method_allFunctionWithReturnTypeHintsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubMethodsProvider::allClassesMethodsWithReturnTypeHintsProvider","p":"StubTests/TestData/Providers/Stubs/StubMethodsProvider.html#method_allClassesMethodsWithReturnTypeHintsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubMethodsProvider::allInterfacesMethodsWithReturnTypeHintsProvider","p":"StubTests/TestData/Providers/Stubs/StubMethodsProvider.html#method_allInterfacesMethodsWithReturnTypeHintsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubMethodsProvider::allEnumsMethodsWithReturnTypeHintsProvider","p":"StubTests/TestData/Providers/Stubs/StubMethodsProvider.html#method_allEnumsMethodsWithReturnTypeHintsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubMethodsProvider::classMethodsForReturnTypeHintTestsProvider","p":"StubTests/TestData/Providers/Stubs/StubMethodsProvider.html#method_classMethodsForReturnTypeHintTestsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubMethodsProvider::interfaceMethodsForReturnTypeHintTestsProvider","p":"StubTests/TestData/Providers/Stubs/StubMethodsProvider.html#method_interfaceMethodsForReturnTypeHintTestsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubMethodsProvider::enumMethodsForReturnTypeHintTestsProvider","p":"StubTests/TestData/Providers/Stubs/StubMethodsProvider.html#method_enumMethodsForReturnTypeHintTestsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubMethodsProvider::classMethodsForNullableReturnTypeHintTestsProvider","p":"StubTests/TestData/Providers/Stubs/StubMethodsProvider.html#method_classMethodsForNullableReturnTypeHintTestsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubMethodsProvider::interfaceMethodsForNullableReturnTypeHintTestsProvider","p":"StubTests/TestData/Providers/Stubs/StubMethodsProvider.html#method_interfaceMethodsForNullableReturnTypeHintTestsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubMethodsProvider::enumMethodsForNullableReturnTypeHintTestsProvider","p":"StubTests/TestData/Providers/Stubs/StubMethodsProvider.html#method_enumMethodsForNullableReturnTypeHintTestsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubMethodsProvider::classMethodsForUnionReturnTypeHintTestsProvider","p":"StubTests/TestData/Providers/Stubs/StubMethodsProvider.html#method_classMethodsForUnionReturnTypeHintTestsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubMethodsProvider::interfaceMethodsForUnionReturnTypeHintTestsProvider","p":"StubTests/TestData/Providers/Stubs/StubMethodsProvider.html#method_interfaceMethodsForUnionReturnTypeHintTestsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubMethodsProvider::enumMethodsForUnionReturnTypeHintTestsProvider","p":"StubTests/TestData/Providers/Stubs/StubMethodsProvider.html#method_enumMethodsForUnionReturnTypeHintTestsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubsCompositeMixedProvider::expectedFunctionsMixedFalseReturnProvider","p":"StubTests/TestData/Providers/Stubs/StubsCompositeMixedProvider.html#method_expectedFunctionsMixedFalseReturnProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubsCompositeMixedProvider::expectedFunctionsMixedNullReturnProvider","p":"StubTests/TestData/Providers/Stubs/StubsCompositeMixedProvider.html#method_expectedFunctionsMixedNullReturnProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubsParametersProvider::classMethodsParametersForScalarTypeHintTestsProvider","p":"StubTests/TestData/Providers/Stubs/StubsParametersProvider.html#method_classMethodsParametersForScalarTypeHintTestsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubsParametersProvider::interfaceMethodsParametersForScalarTypeHintTestsProvider","p":"StubTests/TestData/Providers/Stubs/StubsParametersProvider.html#method_interfaceMethodsParametersForScalarTypeHintTestsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubsParametersProvider::enumMethodsParametersForScalarTypeHintTestsProvider","p":"StubTests/TestData/Providers/Stubs/StubsParametersProvider.html#method_enumMethodsParametersForScalarTypeHintTestsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubsParametersProvider::classMethodsParametersForNullableTypeHintTestsProvider","p":"StubTests/TestData/Providers/Stubs/StubsParametersProvider.html#method_classMethodsParametersForNullableTypeHintTestsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubsParametersProvider::interfaceMethodsParametersForNullableTypeHintTestsProvider","p":"StubTests/TestData/Providers/Stubs/StubsParametersProvider.html#method_interfaceMethodsParametersForNullableTypeHintTestsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubsParametersProvider::enumMethodsParametersForNullableTypeHintTestsProvider","p":"StubTests/TestData/Providers/Stubs/StubsParametersProvider.html#method_enumMethodsParametersForNullableTypeHintTestsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubsParametersProvider::classMethodsParametersForUnionTypeHintTestsProvider","p":"StubTests/TestData/Providers/Stubs/StubsParametersProvider.html#method_classMethodsParametersForUnionTypeHintTestsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubsParametersProvider::interfaceMethodsParametersForUnionTypeHintTestsProvider","p":"StubTests/TestData/Providers/Stubs/StubsParametersProvider.html#method_interfaceMethodsParametersForUnionTypeHintTestsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubsParametersProvider::enumMethodsParametersForUnionTypeHintTestsProvider","p":"StubTests/TestData/Providers/Stubs/StubsParametersProvider.html#method_enumMethodsParametersForUnionTypeHintTestsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubsParametersProvider::classMethodsParametersForAllowedScalarTypeHintTestsProvider","p":"StubTests/TestData/Providers/Stubs/StubsParametersProvider.html#method_classMethodsParametersForAllowedScalarTypeHintTestsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubsParametersProvider::interfaceMethodsParametersForAllowedScalarTypeHintTestsProvider","p":"StubTests/TestData/Providers/Stubs/StubsParametersProvider.html#method_interfaceMethodsParametersForAllowedScalarTypeHintTestsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubsParametersProvider::enumMethodsParametersForAllowedScalarTypeHintTestsProvider","p":"StubTests/TestData/Providers/Stubs/StubsParametersProvider.html#method_enumMethodsParametersForAllowedScalarTypeHintTestsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubsParametersProvider::classMethodsParametersForAllowedNullableTypeHintTestsProvider","p":"StubTests/TestData/Providers/Stubs/StubsParametersProvider.html#method_classMethodsParametersForAllowedNullableTypeHintTestsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubsParametersProvider::interfaceMethodsParametersForAllowedNullableTypeHintTestsProvider","p":"StubTests/TestData/Providers/Stubs/StubsParametersProvider.html#method_interfaceMethodsParametersForAllowedNullableTypeHintTestsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubsParametersProvider::enumMethodsParametersForAllowedNullableTypeHintTestsProvider","p":"StubTests/TestData/Providers/Stubs/StubsParametersProvider.html#method_enumMethodsParametersForAllowedNullableTypeHintTestsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubsParametersProvider::classMethodsParametersForAllowedUnionTypeHintTestsProvider","p":"StubTests/TestData/Providers/Stubs/StubsParametersProvider.html#method_classMethodsParametersForAllowedUnionTypeHintTestsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubsParametersProvider::interfaceMethodsParametersForAllowedUnionTypeHintTestsProvider","p":"StubTests/TestData/Providers/Stubs/StubsParametersProvider.html#method_interfaceMethodsParametersForAllowedUnionTypeHintTestsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubsParametersProvider::enumMethodsParametersForAllowedUnionTypeHintTestsProvider","p":"StubTests/TestData/Providers/Stubs/StubsParametersProvider.html#method_enumMethodsParametersForAllowedUnionTypeHintTestsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubsTestDataProviders::allFunctionsProvider","p":"StubTests/TestData/Providers/Stubs/StubsTestDataProviders.html#method_allFunctionsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubsTestDataProviders::allClassesProvider","p":"StubTests/TestData/Providers/Stubs/StubsTestDataProviders.html#method_allClassesProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubsTestDataProviders::allInterfacesProvider","p":"StubTests/TestData/Providers/Stubs/StubsTestDataProviders.html#method_allInterfacesProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubsTestDataProviders::allEnumsProvider","p":"StubTests/TestData/Providers/Stubs/StubsTestDataProviders.html#method_allEnumsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubsTestDataProviders::coreFunctionsProvider","p":"StubTests/TestData/Providers/Stubs/StubsTestDataProviders.html#method_coreFunctionsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubsTestDataProviders::stubsDirectoriesProvider","p":"StubTests/TestData/Providers/Stubs/StubsTestDataProviders.html#method_stubsDirectoriesProvider","d":null},{"t":"M","n":"StubTests\\Tools\\ModelAutoloader::register","p":"StubTests/Tools/ModelAutoloader.html#method_register","d":null},{"t":"M","n":"Svn::checkout","p":"Svn.html#method_checkout","d":null},{"t":"M","n":"Svn::cat","p":"Svn.html#method_cat","d":null},{"t":"M","n":"Svn::ls","p":"Svn.html#method_ls","d":null},{"t":"M","n":"Svn::log","p":"Svn.html#method_log","d":null},{"t":"M","n":"Svn::auth_set_parameter","p":"Svn.html#method_auth_set_parameter","d":null},{"t":"M","n":"Svn::auth_get_parameter","p":"Svn.html#method_auth_get_parameter","d":null},{"t":"M","n":"Svn::client_version","p":"Svn.html#method_client_version","d":null},{"t":"M","n":"Svn::config_ensure","p":"Svn.html#method_config_ensure","d":null},{"t":"M","n":"Svn::diff","p":"Svn.html#method_diff","d":null},{"t":"M","n":"Svn::cleanup","p":"Svn.html#method_cleanup","d":null},{"t":"M","n":"Svn::revert","p":"Svn.html#method_revert","d":null},{"t":"M","n":"Svn::resolved","p":"Svn.html#method_resolved","d":null},{"t":"M","n":"Svn::commit","p":"Svn.html#method_commit","d":null},{"t":"M","n":"Svn::lock","p":"Svn.html#method_lock","d":null},{"t":"M","n":"Svn::unlock","p":"Svn.html#method_unlock","d":null},{"t":"M","n":"Svn::add","p":"Svn.html#method_add","d":null},{"t":"M","n":"Svn::status","p":"Svn.html#method_status","d":null},{"t":"M","n":"Svn::update","p":"Svn.html#method_update","d":null},{"t":"M","n":"Svn::update2","p":"Svn.html#method_update2","d":null},{"t":"M","n":"Svn::import","p":"Svn.html#method_import","d":null},{"t":"M","n":"Svn::info","p":"Svn.html#method_info","d":null},{"t":"M","n":"Svn::export","p":"Svn.html#method_export","d":null},{"t":"M","n":"Svn::copy","p":"Svn.html#method_copy","d":null},{"t":"M","n":"Svn::switch","p":"Svn.html#method_switch","d":null},{"t":"M","n":"Svn::blame","p":"Svn.html#method_blame","d":null},{"t":"M","n":"Svn::delete","p":"Svn.html#method_delete","d":null},{"t":"M","n":"Svn::mkdir","p":"Svn.html#method_mkdir","d":null},{"t":"M","n":"Svn::move","p":"Svn.html#method_move","d":null},{"t":"M","n":"Svn::proplist","p":"Svn.html#method_proplist","d":null},{"t":"M","n":"Svn::propget","p":"Svn.html#method_propget","d":null},{"t":"M","n":"Svn::propset","p":"Svn.html#method_propset","d":null},{"t":"M","n":"Svn::prop_delete","p":"Svn.html#method_prop_delete","d":null},{"t":"M","n":"Svn::revprop_get","p":"Svn.html#method_revprop_get","d":null},{"t":"M","n":"Svn::revprop_set","p":"Svn.html#method_revprop_set","d":null},{"t":"M","n":"Svn::revprop_delete","p":"Svn.html#method_revprop_delete","d":null},{"t":"M","n":"Svn::repos_create","p":"Svn.html#method_repos_create","d":null},{"t":"M","n":"Svn::repos_recover","p":"Svn.html#method_repos_recover","d":null},{"t":"M","n":"Svn::repos_hotcopy","p":"Svn.html#method_repos_hotcopy","d":null},{"t":"M","n":"Svn::repos_open","p":"Svn.html#method_repos_open","d":null},{"t":"M","n":"Svn::repos_fs","p":"Svn.html#method_repos_fs","d":null},{"t":"M","n":"Svn::repos_fs_begin_txn_for_commit","p":"Svn.html#method_repos_fs_begin_txn_for_commit","d":null},{"t":"M","n":"Svn::repos_fs_commit_txn","p":"Svn.html#method_repos_fs_commit_txn","d":null},{"t":"M","n":"Swoole\\Atomic::__construct","p":"Swoole/Atomic.html#method___construct","d":null},{"t":"M","n":"Swoole\\Atomic::add","p":"Swoole/Atomic.html#method_add","d":""},{"t":"M","n":"Swoole\\Atomic::sub","p":"Swoole/Atomic.html#method_sub","d":""},{"t":"M","n":"Swoole\\Atomic::get","p":"Swoole/Atomic.html#method_get","d":""},{"t":"M","n":"Swoole\\Atomic::set","p":"Swoole/Atomic.html#method_set","d":null},{"t":"M","n":"Swoole\\Atomic::wait","p":"Swoole/Atomic.html#method_wait","d":""},{"t":"M","n":"Swoole\\Atomic::wakeup","p":"Swoole/Atomic.html#method_wakeup","d":""},{"t":"M","n":"Swoole\\Atomic::cmpset","p":"Swoole/Atomic.html#method_cmpset","d":""},{"t":"M","n":"Swoole\\Atomic\\Long::__construct","p":"Swoole/Atomic/Long.html#method___construct","d":null},{"t":"M","n":"Swoole\\Atomic\\Long::add","p":"Swoole/Atomic/Long.html#method_add","d":""},{"t":"M","n":"Swoole\\Atomic\\Long::sub","p":"Swoole/Atomic/Long.html#method_sub","d":""},{"t":"M","n":"Swoole\\Atomic\\Long::get","p":"Swoole/Atomic/Long.html#method_get","d":""},{"t":"M","n":"Swoole\\Atomic\\Long::set","p":"Swoole/Atomic/Long.html#method_set","d":null},{"t":"M","n":"Swoole\\Atomic\\Long::cmpset","p":"Swoole/Atomic/Long.html#method_cmpset","d":""},{"t":"M","n":"Swoole\\Client::__construct","p":"Swoole/Client.html#method___construct","d":null},{"t":"M","n":"Swoole\\Client::__destruct","p":"Swoole/Client.html#method___destruct","d":null},{"t":"M","n":"Swoole\\Client::set","p":"Swoole/Client.html#method_set","d":""},{"t":"M","n":"Swoole\\Client::connect","p":"Swoole/Client.html#method_connect","d":""},{"t":"M","n":"Swoole\\Client::recv","p":"Swoole/Client.html#method_recv","d":""},{"t":"M","n":"Swoole\\Client::send","p":"Swoole/Client.html#method_send","d":""},{"t":"M","n":"Swoole\\Client::sendfile","p":"Swoole/Client.html#method_sendfile","d":""},{"t":"M","n":"Swoole\\Client::sendto","p":"Swoole/Client.html#method_sendto","d":""},{"t":"M","n":"Swoole\\Client::shutdown","p":"Swoole/Client.html#method_shutdown","d":""},{"t":"M","n":"Swoole\\Client::enableSSL","p":"Swoole/Client.html#method_enableSSL","d":""},{"t":"M","n":"Swoole\\Client::getPeerCert","p":"Swoole/Client.html#method_getPeerCert","d":""},{"t":"M","n":"Swoole\\Client::verifyPeerCert","p":"Swoole/Client.html#method_verifyPeerCert","d":""},{"t":"M","n":"Swoole\\Client::isConnected","p":"Swoole/Client.html#method_isConnected","d":""},{"t":"M","n":"Swoole\\Client::getsockname","p":"Swoole/Client.html#method_getsockname","d":""},{"t":"M","n":"Swoole\\Client::getpeername","p":"Swoole/Client.html#method_getpeername","d":""},{"t":"M","n":"Swoole\\Client::close","p":"Swoole/Client.html#method_close","d":""},{"t":"M","n":"Swoole\\Client::getSocket","p":"Swoole/Client.html#method_getSocket","d":""},{"t":"M","n":"Swoole\\Connection\\Iterator::__construct","p":"Swoole/Connection/Iterator.html#method___construct","d":null},{"t":"M","n":"Swoole\\Connection\\Iterator::__destruct","p":"Swoole/Connection/Iterator.html#method___destruct","d":null},{"t":"M","n":"Swoole\\Connection\\Iterator::rewind","p":"Swoole/Connection/Iterator.html#method_rewind","d":"

    Rewind the Iterator to the first element

    "},{"t":"M","n":"Swoole\\Connection\\Iterator::next","p":"Swoole/Connection/Iterator.html#method_next","d":"

    Move forward to next element

    "},{"t":"M","n":"Swoole\\Connection\\Iterator::current","p":"Swoole/Connection/Iterator.html#method_current","d":""},{"t":"M","n":"Swoole\\Connection\\Iterator::key","p":"Swoole/Connection/Iterator.html#method_key","d":""},{"t":"M","n":"Swoole\\Connection\\Iterator::valid","p":"Swoole/Connection/Iterator.html#method_valid","d":"

    Checks if current position is valid

    "},{"t":"M","n":"Swoole\\Connection\\Iterator::count","p":"Swoole/Connection/Iterator.html#method_count","d":"

    Count elements of an object

    "},{"t":"M","n":"Swoole\\Connection\\Iterator::offsetExists","p":"Swoole/Connection/Iterator.html#method_offsetExists","d":"

    Whether a offset exists

    "},{"t":"M","n":"Swoole\\Connection\\Iterator::offsetGet","p":"Swoole/Connection/Iterator.html#method_offsetGet","d":""},{"t":"M","n":"Swoole\\Connection\\Iterator::offsetSet","p":"Swoole/Connection/Iterator.html#method_offsetSet","d":"

    Offset to set

    "},{"t":"M","n":"Swoole\\Connection\\Iterator::offsetUnset","p":"Swoole/Connection/Iterator.html#method_offsetUnset","d":"

    Offset to unset

    "},{"t":"M","n":"Swoole\\Coroutine::create","p":"Swoole/Coroutine.html#method_create","d":""},{"t":"M","n":"Swoole\\Coroutine::defer","p":"Swoole/Coroutine.html#method_defer","d":""},{"t":"M","n":"Swoole\\Coroutine::set","p":"Swoole/Coroutine.html#method_set","d":"

    To set runtime configurations of coroutines.

    "},{"t":"M","n":"Swoole\\Coroutine::getOptions","p":"Swoole/Coroutine.html#method_getOptions","d":"

    To get runtime configurations of coroutines.

    "},{"t":"M","n":"Swoole\\Coroutine::exists","p":"Swoole/Coroutine.html#method_exists","d":""},{"t":"M","n":"Swoole\\Coroutine::yield","p":"Swoole/Coroutine.html#method_yield","d":""},{"t":"M","n":"Swoole\\Coroutine::cancel","p":"Swoole/Coroutine.html#method_cancel","d":""},{"t":"M","n":"Swoole\\Coroutine::join","p":"Swoole/Coroutine.html#method_join","d":"

    Waits for a list of coroutines to finish.

    "},{"t":"M","n":"Swoole\\Coroutine::isCanceled","p":"Swoole/Coroutine.html#method_isCanceled","d":""},{"t":"M","n":"Swoole\\Coroutine::suspend","p":"Swoole/Coroutine.html#method_suspend","d":""},{"t":"M","n":"Swoole\\Coroutine::resume","p":"Swoole/Coroutine.html#method_resume","d":""},{"t":"M","n":"Swoole\\Coroutine::stats","p":"Swoole/Coroutine.html#method_stats","d":""},{"t":"M","n":"Swoole\\Coroutine::getCid","p":"Swoole/Coroutine.html#method_getCid","d":""},{"t":"M","n":"Swoole\\Coroutine::getuid","p":"Swoole/Coroutine.html#method_getuid","d":""},{"t":"M","n":"Swoole\\Coroutine::getPcid","p":"Swoole/Coroutine.html#method_getPcid","d":""},{"t":"M","n":"Swoole\\Coroutine::getContext","p":"Swoole/Coroutine.html#method_getContext","d":""},{"t":"M","n":"Swoole\\Coroutine::getBackTrace","p":"Swoole/Coroutine.html#method_getBackTrace","d":""},{"t":"M","n":"Swoole\\Coroutine::printBackTrace","p":"Swoole/Coroutine.html#method_printBackTrace","d":""},{"t":"M","n":"Swoole\\Coroutine::getElapsed","p":"Swoole/Coroutine.html#method_getElapsed","d":""},{"t":"M","n":"Swoole\\Coroutine::getStackUsage","p":"Swoole/Coroutine.html#method_getStackUsage","d":"

    Get memory usage of a coroutine.

    "},{"t":"M","n":"Swoole\\Coroutine::list","p":"Swoole/Coroutine.html#method_list","d":""},{"t":"M","n":"Swoole\\Coroutine::listCoroutines","p":"Swoole/Coroutine.html#method_listCoroutines","d":""},{"t":"M","n":"Swoole\\Coroutine::enableScheduler","p":"Swoole/Coroutine.html#method_enableScheduler","d":""},{"t":"M","n":"Swoole\\Coroutine::disableScheduler","p":"Swoole/Coroutine.html#method_disableScheduler","d":""},{"t":"M","n":"Swoole\\Coroutine::gethostbyname","p":"Swoole/Coroutine.html#method_gethostbyname","d":""},{"t":"M","n":"Swoole\\Coroutine::dnsLookup","p":"Swoole/Coroutine.html#method_dnsLookup","d":""},{"t":"M","n":"Swoole\\Coroutine::exec","p":"Swoole/Coroutine.html#method_exec","d":""},{"t":"M","n":"Swoole\\Coroutine::sleep","p":"Swoole/Coroutine.html#method_sleep","d":""},{"t":"M","n":"Swoole\\Coroutine::getaddrinfo","p":"Swoole/Coroutine.html#method_getaddrinfo","d":""},{"t":"M","n":"Swoole\\Coroutine::statvfs","p":"Swoole/Coroutine.html#method_statvfs","d":""},{"t":"M","n":"Swoole\\Coroutine::readFile","p":"Swoole/Coroutine.html#method_readFile","d":""},{"t":"M","n":"Swoole\\Coroutine::writeFile","p":"Swoole/Coroutine.html#method_writeFile","d":""},{"t":"M","n":"Swoole\\Coroutine::wait","p":"Swoole/Coroutine.html#method_wait","d":""},{"t":"M","n":"Swoole\\Coroutine::waitPid","p":"Swoole/Coroutine.html#method_waitPid","d":""},{"t":"M","n":"Swoole\\Coroutine::waitSignal","p":"Swoole/Coroutine.html#method_waitSignal","d":""},{"t":"M","n":"Swoole\\Coroutine::waitEvent","p":"Swoole/Coroutine.html#method_waitEvent","d":""},{"t":"M","n":"Swoole\\Coroutine::fread","p":"Swoole/Coroutine.html#method_fread","d":""},{"t":"M","n":"Swoole\\Coroutine::fgets","p":"Swoole/Coroutine.html#method_fgets","d":""},{"t":"M","n":"Swoole\\Coroutine::fwrite","p":"Swoole/Coroutine.html#method_fwrite","d":""},{"t":"M","n":"Swoole\\Coroutine\\Channel::__construct","p":"Swoole/Coroutine/Channel.html#method___construct","d":null},{"t":"M","n":"Swoole\\Coroutine\\Channel::push","p":"Swoole/Coroutine/Channel.html#method_push","d":""},{"t":"M","n":"Swoole\\Coroutine\\Channel::pop","p":"Swoole/Coroutine/Channel.html#method_pop","d":""},{"t":"M","n":"Swoole\\Coroutine\\Channel::isEmpty","p":"Swoole/Coroutine/Channel.html#method_isEmpty","d":""},{"t":"M","n":"Swoole\\Coroutine\\Channel::isFull","p":"Swoole/Coroutine/Channel.html#method_isFull","d":""},{"t":"M","n":"Swoole\\Coroutine\\Channel::close","p":"Swoole/Coroutine/Channel.html#method_close","d":""},{"t":"M","n":"Swoole\\Coroutine\\Channel::stats","p":"Swoole/Coroutine/Channel.html#method_stats","d":""},{"t":"M","n":"Swoole\\Coroutine\\Channel::length","p":"Swoole/Coroutine/Channel.html#method_length","d":""},{"t":"M","n":"Swoole\\Coroutine\\Client::__construct","p":"Swoole/Coroutine/Client.html#method___construct","d":null},{"t":"M","n":"Swoole\\Coroutine\\Client::__destruct","p":"Swoole/Coroutine/Client.html#method___destruct","d":null},{"t":"M","n":"Swoole\\Coroutine\\Client::set","p":"Swoole/Coroutine/Client.html#method_set","d":""},{"t":"M","n":"Swoole\\Coroutine\\Client::connect","p":"Swoole/Coroutine/Client.html#method_connect","d":""},{"t":"M","n":"Swoole\\Coroutine\\Client::recv","p":"Swoole/Coroutine/Client.html#method_recv","d":""},{"t":"M","n":"Swoole\\Coroutine\\Client::peek","p":"Swoole/Coroutine/Client.html#method_peek","d":""},{"t":"M","n":"Swoole\\Coroutine\\Client::send","p":"Swoole/Coroutine/Client.html#method_send","d":""},{"t":"M","n":"Swoole\\Coroutine\\Client::sendfile","p":"Swoole/Coroutine/Client.html#method_sendfile","d":""},{"t":"M","n":"Swoole\\Coroutine\\Client::sendto","p":"Swoole/Coroutine/Client.html#method_sendto","d":""},{"t":"M","n":"Swoole\\Coroutine\\Client::recvfrom","p":"Swoole/Coroutine/Client.html#method_recvfrom","d":""},{"t":"M","n":"Swoole\\Coroutine\\Client::enableSSL","p":"Swoole/Coroutine/Client.html#method_enableSSL","d":""},{"t":"M","n":"Swoole\\Coroutine\\Client::getPeerCert","p":"Swoole/Coroutine/Client.html#method_getPeerCert","d":""},{"t":"M","n":"Swoole\\Coroutine\\Client::verifyPeerCert","p":"Swoole/Coroutine/Client.html#method_verifyPeerCert","d":""},{"t":"M","n":"Swoole\\Coroutine\\Client::isConnected","p":"Swoole/Coroutine/Client.html#method_isConnected","d":""},{"t":"M","n":"Swoole\\Coroutine\\Client::getsockname","p":"Swoole/Coroutine/Client.html#method_getsockname","d":""},{"t":"M","n":"Swoole\\Coroutine\\Client::getpeername","p":"Swoole/Coroutine/Client.html#method_getpeername","d":""},{"t":"M","n":"Swoole\\Coroutine\\Client::close","p":"Swoole/Coroutine/Client.html#method_close","d":""},{"t":"M","n":"Swoole\\Coroutine\\Client::exportSocket","p":"Swoole/Coroutine/Client.html#method_exportSocket","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http2\\Client::__construct","p":"Swoole/Coroutine/Http2/Client.html#method___construct","d":null},{"t":"M","n":"Swoole\\Coroutine\\Http2\\Client::__destruct","p":"Swoole/Coroutine/Http2/Client.html#method___destruct","d":null},{"t":"M","n":"Swoole\\Coroutine\\Http2\\Client::set","p":"Swoole/Coroutine/Http2/Client.html#method_set","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http2\\Client::connect","p":"Swoole/Coroutine/Http2/Client.html#method_connect","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http2\\Client::stats","p":"Swoole/Coroutine/Http2/Client.html#method_stats","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http2\\Client::isStreamExist","p":"Swoole/Coroutine/Http2/Client.html#method_isStreamExist","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http2\\Client::send","p":"Swoole/Coroutine/Http2/Client.html#method_send","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http2\\Client::write","p":"Swoole/Coroutine/Http2/Client.html#method_write","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http2\\Client::recv","p":"Swoole/Coroutine/Http2/Client.html#method_recv","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http2\\Client::read","p":"Swoole/Coroutine/Http2/Client.html#method_read","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http2\\Client::goaway","p":"Swoole/Coroutine/Http2/Client.html#method_goaway","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http2\\Client::ping","p":"Swoole/Coroutine/Http2/Client.html#method_ping","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http2\\Client::close","p":"Swoole/Coroutine/Http2/Client.html#method_close","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http\\Client::__construct","p":"Swoole/Coroutine/Http/Client.html#method___construct","d":null},{"t":"M","n":"Swoole\\Coroutine\\Http\\Client::__destruct","p":"Swoole/Coroutine/Http/Client.html#method___destruct","d":null},{"t":"M","n":"Swoole\\Coroutine\\Http\\Client::set","p":"Swoole/Coroutine/Http/Client.html#method_set","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http\\Client::getDefer","p":"Swoole/Coroutine/Http/Client.html#method_getDefer","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http\\Client::setDefer","p":"Swoole/Coroutine/Http/Client.html#method_setDefer","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http\\Client::setMethod","p":"Swoole/Coroutine/Http/Client.html#method_setMethod","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http\\Client::setHeaders","p":"Swoole/Coroutine/Http/Client.html#method_setHeaders","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http\\Client::setBasicAuth","p":"Swoole/Coroutine/Http/Client.html#method_setBasicAuth","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http\\Client::setCookies","p":"Swoole/Coroutine/Http/Client.html#method_setCookies","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http\\Client::setData","p":"Swoole/Coroutine/Http/Client.html#method_setData","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http\\Client::addFile","p":"Swoole/Coroutine/Http/Client.html#method_addFile","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http\\Client::addData","p":"Swoole/Coroutine/Http/Client.html#method_addData","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http\\Client::execute","p":"Swoole/Coroutine/Http/Client.html#method_execute","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http\\Client::getpeername","p":"Swoole/Coroutine/Http/Client.html#method_getpeername","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http\\Client::getsockname","p":"Swoole/Coroutine/Http/Client.html#method_getsockname","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http\\Client::get","p":"Swoole/Coroutine/Http/Client.html#method_get","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http\\Client::post","p":"Swoole/Coroutine/Http/Client.html#method_post","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http\\Client::download","p":"Swoole/Coroutine/Http/Client.html#method_download","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http\\Client::getBody","p":"Swoole/Coroutine/Http/Client.html#method_getBody","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http\\Client::getHeaders","p":"Swoole/Coroutine/Http/Client.html#method_getHeaders","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http\\Client::getCookies","p":"Swoole/Coroutine/Http/Client.html#method_getCookies","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http\\Client::getStatusCode","p":"Swoole/Coroutine/Http/Client.html#method_getStatusCode","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http\\Client::getHeaderOut","p":"Swoole/Coroutine/Http/Client.html#method_getHeaderOut","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http\\Client::getPeerCert","p":"Swoole/Coroutine/Http/Client.html#method_getPeerCert","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http\\Client::upgrade","p":"Swoole/Coroutine/Http/Client.html#method_upgrade","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http\\Client::push","p":"Swoole/Coroutine/Http/Client.html#method_push","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http\\Client::recv","p":"Swoole/Coroutine/Http/Client.html#method_recv","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http\\Client::close","p":"Swoole/Coroutine/Http/Client.html#method_close","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http\\Server::__construct","p":"Swoole/Coroutine/Http/Server.html#method___construct","d":null},{"t":"M","n":"Swoole\\Coroutine\\Http\\Server::__destruct","p":"Swoole/Coroutine/Http/Server.html#method___destruct","d":null},{"t":"M","n":"Swoole\\Coroutine\\Http\\Server::set","p":"Swoole/Coroutine/Http/Server.html#method_set","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http\\Server::handle","p":"Swoole/Coroutine/Http/Server.html#method_handle","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http\\Server::start","p":"Swoole/Coroutine/Http/Server.html#method_start","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http\\Server::shutdown","p":"Swoole/Coroutine/Http/Server.html#method_shutdown","d":""},{"t":"M","n":"Swoole\\Coroutine\\MySQL::__construct","p":"Swoole/Coroutine/MySQL.html#method___construct","d":null},{"t":"M","n":"Swoole\\Coroutine\\MySQL::__destruct","p":"Swoole/Coroutine/MySQL.html#method___destruct","d":null},{"t":"M","n":"Swoole\\Coroutine\\MySQL::getDefer","p":"Swoole/Coroutine/MySQL.html#method_getDefer","d":""},{"t":"M","n":"Swoole\\Coroutine\\MySQL::setDefer","p":"Swoole/Coroutine/MySQL.html#method_setDefer","d":""},{"t":"M","n":"Swoole\\Coroutine\\MySQL::connect","p":"Swoole/Coroutine/MySQL.html#method_connect","d":""},{"t":"M","n":"Swoole\\Coroutine\\MySQL::query","p":"Swoole/Coroutine/MySQL.html#method_query","d":""},{"t":"M","n":"Swoole\\Coroutine\\MySQL::fetch","p":"Swoole/Coroutine/MySQL.html#method_fetch","d":""},{"t":"M","n":"Swoole\\Coroutine\\MySQL::fetchAll","p":"Swoole/Coroutine/MySQL.html#method_fetchAll","d":""},{"t":"M","n":"Swoole\\Coroutine\\MySQL::nextResult","p":"Swoole/Coroutine/MySQL.html#method_nextResult","d":""},{"t":"M","n":"Swoole\\Coroutine\\MySQL::prepare","p":"Swoole/Coroutine/MySQL.html#method_prepare","d":""},{"t":"M","n":"Swoole\\Coroutine\\MySQL::recv","p":"Swoole/Coroutine/MySQL.html#method_recv","d":""},{"t":"M","n":"Swoole\\Coroutine\\MySQL::begin","p":"Swoole/Coroutine/MySQL.html#method_begin","d":""},{"t":"M","n":"Swoole\\Coroutine\\MySQL::commit","p":"Swoole/Coroutine/MySQL.html#method_commit","d":""},{"t":"M","n":"Swoole\\Coroutine\\MySQL::rollback","p":"Swoole/Coroutine/MySQL.html#method_rollback","d":""},{"t":"M","n":"Swoole\\Coroutine\\MySQL::escape","p":"Swoole/Coroutine/MySQL.html#method_escape","d":""},{"t":"M","n":"Swoole\\Coroutine\\MySQL::close","p":"Swoole/Coroutine/MySQL.html#method_close","d":""},{"t":"M","n":"Swoole\\Coroutine\\MySQL\\Statement::execute","p":"Swoole/Coroutine/MySQL/Statement.html#method_execute","d":""},{"t":"M","n":"Swoole\\Coroutine\\MySQL\\Statement::fetch","p":"Swoole/Coroutine/MySQL/Statement.html#method_fetch","d":""},{"t":"M","n":"Swoole\\Coroutine\\MySQL\\Statement::fetchAll","p":"Swoole/Coroutine/MySQL/Statement.html#method_fetchAll","d":""},{"t":"M","n":"Swoole\\Coroutine\\MySQL\\Statement::nextResult","p":"Swoole/Coroutine/MySQL/Statement.html#method_nextResult","d":""},{"t":"M","n":"Swoole\\Coroutine\\MySQL\\Statement::recv","p":"Swoole/Coroutine/MySQL/Statement.html#method_recv","d":""},{"t":"M","n":"Swoole\\Coroutine\\MySQL\\Statement::close","p":"Swoole/Coroutine/MySQL/Statement.html#method_close","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::__construct","p":"Swoole/Coroutine/Redis.html#method___construct","d":null},{"t":"M","n":"Swoole\\Coroutine\\Redis::__destruct","p":"Swoole/Coroutine/Redis.html#method___destruct","d":null},{"t":"M","n":"Swoole\\Coroutine\\Redis::connect","p":"Swoole/Coroutine/Redis.html#method_connect","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::getAuth","p":"Swoole/Coroutine/Redis.html#method_getAuth","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::getDBNum","p":"Swoole/Coroutine/Redis.html#method_getDBNum","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::getOptions","p":"Swoole/Coroutine/Redis.html#method_getOptions","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::setOptions","p":"Swoole/Coroutine/Redis.html#method_setOptions","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::getDefer","p":"Swoole/Coroutine/Redis.html#method_getDefer","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::setDefer","p":"Swoole/Coroutine/Redis.html#method_setDefer","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::recv","p":"Swoole/Coroutine/Redis.html#method_recv","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::request","p":"Swoole/Coroutine/Redis.html#method_request","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::close","p":"Swoole/Coroutine/Redis.html#method_close","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::set","p":"Swoole/Coroutine/Redis.html#method_set","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::setBit","p":"Swoole/Coroutine/Redis.html#method_setBit","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::setEx","p":"Swoole/Coroutine/Redis.html#method_setEx","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::psetEx","p":"Swoole/Coroutine/Redis.html#method_psetEx","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::lSet","p":"Swoole/Coroutine/Redis.html#method_lSet","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::get","p":"Swoole/Coroutine/Redis.html#method_get","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::mGet","p":"Swoole/Coroutine/Redis.html#method_mGet","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::del","p":"Swoole/Coroutine/Redis.html#method_del","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::hDel","p":"Swoole/Coroutine/Redis.html#method_hDel","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::hSet","p":"Swoole/Coroutine/Redis.html#method_hSet","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::hMSet","p":"Swoole/Coroutine/Redis.html#method_hMSet","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::hSetNx","p":"Swoole/Coroutine/Redis.html#method_hSetNx","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::delete","p":"Swoole/Coroutine/Redis.html#method_delete","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::mSet","p":"Swoole/Coroutine/Redis.html#method_mSet","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::mSetNx","p":"Swoole/Coroutine/Redis.html#method_mSetNx","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::getKeys","p":"Swoole/Coroutine/Redis.html#method_getKeys","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::keys","p":"Swoole/Coroutine/Redis.html#method_keys","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::exists","p":"Swoole/Coroutine/Redis.html#method_exists","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::type","p":"Swoole/Coroutine/Redis.html#method_type","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::strLen","p":"Swoole/Coroutine/Redis.html#method_strLen","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::lPop","p":"Swoole/Coroutine/Redis.html#method_lPop","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::blPop","p":"Swoole/Coroutine/Redis.html#method_blPop","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::rPop","p":"Swoole/Coroutine/Redis.html#method_rPop","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::brPop","p":"Swoole/Coroutine/Redis.html#method_brPop","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::bRPopLPush","p":"Swoole/Coroutine/Redis.html#method_bRPopLPush","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::lSize","p":"Swoole/Coroutine/Redis.html#method_lSize","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::lLen","p":"Swoole/Coroutine/Redis.html#method_lLen","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::sSize","p":"Swoole/Coroutine/Redis.html#method_sSize","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::scard","p":"Swoole/Coroutine/Redis.html#method_scard","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::sPop","p":"Swoole/Coroutine/Redis.html#method_sPop","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::sMembers","p":"Swoole/Coroutine/Redis.html#method_sMembers","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::sGetMembers","p":"Swoole/Coroutine/Redis.html#method_sGetMembers","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::sRandMember","p":"Swoole/Coroutine/Redis.html#method_sRandMember","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::persist","p":"Swoole/Coroutine/Redis.html#method_persist","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::ttl","p":"Swoole/Coroutine/Redis.html#method_ttl","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::pttl","p":"Swoole/Coroutine/Redis.html#method_pttl","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::zCard","p":"Swoole/Coroutine/Redis.html#method_zCard","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::zSize","p":"Swoole/Coroutine/Redis.html#method_zSize","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::hLen","p":"Swoole/Coroutine/Redis.html#method_hLen","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::hKeys","p":"Swoole/Coroutine/Redis.html#method_hKeys","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::hVals","p":"Swoole/Coroutine/Redis.html#method_hVals","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::hGetAll","p":"Swoole/Coroutine/Redis.html#method_hGetAll","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::debug","p":"Swoole/Coroutine/Redis.html#method_debug","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::restore","p":"Swoole/Coroutine/Redis.html#method_restore","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::dump","p":"Swoole/Coroutine/Redis.html#method_dump","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::renameKey","p":"Swoole/Coroutine/Redis.html#method_renameKey","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::rename","p":"Swoole/Coroutine/Redis.html#method_rename","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::renameNx","p":"Swoole/Coroutine/Redis.html#method_renameNx","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::rpoplpush","p":"Swoole/Coroutine/Redis.html#method_rpoplpush","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::randomKey","p":"Swoole/Coroutine/Redis.html#method_randomKey","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::pfadd","p":"Swoole/Coroutine/Redis.html#method_pfadd","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::pfcount","p":"Swoole/Coroutine/Redis.html#method_pfcount","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::pfmerge","p":"Swoole/Coroutine/Redis.html#method_pfmerge","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::ping","p":"Swoole/Coroutine/Redis.html#method_ping","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::auth","p":"Swoole/Coroutine/Redis.html#method_auth","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::unwatch","p":"Swoole/Coroutine/Redis.html#method_unwatch","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::watch","p":"Swoole/Coroutine/Redis.html#method_watch","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::save","p":"Swoole/Coroutine/Redis.html#method_save","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::bgSave","p":"Swoole/Coroutine/Redis.html#method_bgSave","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::lastSave","p":"Swoole/Coroutine/Redis.html#method_lastSave","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::flushDB","p":"Swoole/Coroutine/Redis.html#method_flushDB","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::flushAll","p":"Swoole/Coroutine/Redis.html#method_flushAll","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::dbSize","p":"Swoole/Coroutine/Redis.html#method_dbSize","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::bgrewriteaof","p":"Swoole/Coroutine/Redis.html#method_bgrewriteaof","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::time","p":"Swoole/Coroutine/Redis.html#method_time","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::role","p":"Swoole/Coroutine/Redis.html#method_role","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::setRange","p":"Swoole/Coroutine/Redis.html#method_setRange","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::setNx","p":"Swoole/Coroutine/Redis.html#method_setNx","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::getSet","p":"Swoole/Coroutine/Redis.html#method_getSet","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::append","p":"Swoole/Coroutine/Redis.html#method_append","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::lPushx","p":"Swoole/Coroutine/Redis.html#method_lPushx","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::lPush","p":"Swoole/Coroutine/Redis.html#method_lPush","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::rPush","p":"Swoole/Coroutine/Redis.html#method_rPush","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::rPushx","p":"Swoole/Coroutine/Redis.html#method_rPushx","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::sContains","p":"Swoole/Coroutine/Redis.html#method_sContains","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::sismember","p":"Swoole/Coroutine/Redis.html#method_sismember","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::zScore","p":"Swoole/Coroutine/Redis.html#method_zScore","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::zRank","p":"Swoole/Coroutine/Redis.html#method_zRank","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::zRevRank","p":"Swoole/Coroutine/Redis.html#method_zRevRank","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::hGet","p":"Swoole/Coroutine/Redis.html#method_hGet","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::hMGet","p":"Swoole/Coroutine/Redis.html#method_hMGet","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::hExists","p":"Swoole/Coroutine/Redis.html#method_hExists","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::publish","p":"Swoole/Coroutine/Redis.html#method_publish","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::zIncrBy","p":"Swoole/Coroutine/Redis.html#method_zIncrBy","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::zAdd","p":"Swoole/Coroutine/Redis.html#method_zAdd","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::zPopMin","p":"Swoole/Coroutine/Redis.html#method_zPopMin","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::zPopMax","p":"Swoole/Coroutine/Redis.html#method_zPopMax","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::bzPopMin","p":"Swoole/Coroutine/Redis.html#method_bzPopMin","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::bzPopMax","p":"Swoole/Coroutine/Redis.html#method_bzPopMax","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::zDeleteRangeByScore","p":"Swoole/Coroutine/Redis.html#method_zDeleteRangeByScore","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::zRemRangeByScore","p":"Swoole/Coroutine/Redis.html#method_zRemRangeByScore","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::zCount","p":"Swoole/Coroutine/Redis.html#method_zCount","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::zRange","p":"Swoole/Coroutine/Redis.html#method_zRange","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::zRevRange","p":"Swoole/Coroutine/Redis.html#method_zRevRange","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::zRangeByScore","p":"Swoole/Coroutine/Redis.html#method_zRangeByScore","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::zRevRangeByScore","p":"Swoole/Coroutine/Redis.html#method_zRevRangeByScore","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::zRangeByLex","p":"Swoole/Coroutine/Redis.html#method_zRangeByLex","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::zRevRangeByLex","p":"Swoole/Coroutine/Redis.html#method_zRevRangeByLex","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::zInter","p":"Swoole/Coroutine/Redis.html#method_zInter","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::zinterstore","p":"Swoole/Coroutine/Redis.html#method_zinterstore","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::zUnion","p":"Swoole/Coroutine/Redis.html#method_zUnion","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::zunionstore","p":"Swoole/Coroutine/Redis.html#method_zunionstore","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::incrBy","p":"Swoole/Coroutine/Redis.html#method_incrBy","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::hIncrBy","p":"Swoole/Coroutine/Redis.html#method_hIncrBy","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::incr","p":"Swoole/Coroutine/Redis.html#method_incr","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::decrBy","p":"Swoole/Coroutine/Redis.html#method_decrBy","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::decr","p":"Swoole/Coroutine/Redis.html#method_decr","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::getBit","p":"Swoole/Coroutine/Redis.html#method_getBit","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::lInsert","p":"Swoole/Coroutine/Redis.html#method_lInsert","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::lGet","p":"Swoole/Coroutine/Redis.html#method_lGet","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::lIndex","p":"Swoole/Coroutine/Redis.html#method_lIndex","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::setTimeout","p":"Swoole/Coroutine/Redis.html#method_setTimeout","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::expire","p":"Swoole/Coroutine/Redis.html#method_expire","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::pexpire","p":"Swoole/Coroutine/Redis.html#method_pexpire","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::expireAt","p":"Swoole/Coroutine/Redis.html#method_expireAt","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::pexpireAt","p":"Swoole/Coroutine/Redis.html#method_pexpireAt","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::move","p":"Swoole/Coroutine/Redis.html#method_move","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::select","p":"Swoole/Coroutine/Redis.html#method_select","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::getRange","p":"Swoole/Coroutine/Redis.html#method_getRange","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::listTrim","p":"Swoole/Coroutine/Redis.html#method_listTrim","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::ltrim","p":"Swoole/Coroutine/Redis.html#method_ltrim","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::lGetRange","p":"Swoole/Coroutine/Redis.html#method_lGetRange","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::lRange","p":"Swoole/Coroutine/Redis.html#method_lRange","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::lRem","p":"Swoole/Coroutine/Redis.html#method_lRem","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::lRemove","p":"Swoole/Coroutine/Redis.html#method_lRemove","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::zDeleteRangeByRank","p":"Swoole/Coroutine/Redis.html#method_zDeleteRangeByRank","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::zRemRangeByRank","p":"Swoole/Coroutine/Redis.html#method_zRemRangeByRank","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::incrByFloat","p":"Swoole/Coroutine/Redis.html#method_incrByFloat","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::hIncrByFloat","p":"Swoole/Coroutine/Redis.html#method_hIncrByFloat","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::bitCount","p":"Swoole/Coroutine/Redis.html#method_bitCount","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::bitOp","p":"Swoole/Coroutine/Redis.html#method_bitOp","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::sAdd","p":"Swoole/Coroutine/Redis.html#method_sAdd","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::sMove","p":"Swoole/Coroutine/Redis.html#method_sMove","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::sDiff","p":"Swoole/Coroutine/Redis.html#method_sDiff","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::sDiffStore","p":"Swoole/Coroutine/Redis.html#method_sDiffStore","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::sUnion","p":"Swoole/Coroutine/Redis.html#method_sUnion","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::sUnionStore","p":"Swoole/Coroutine/Redis.html#method_sUnionStore","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::sInter","p":"Swoole/Coroutine/Redis.html#method_sInter","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::sInterStore","p":"Swoole/Coroutine/Redis.html#method_sInterStore","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::sRemove","p":"Swoole/Coroutine/Redis.html#method_sRemove","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::srem","p":"Swoole/Coroutine/Redis.html#method_srem","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::zDelete","p":"Swoole/Coroutine/Redis.html#method_zDelete","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::zRemove","p":"Swoole/Coroutine/Redis.html#method_zRemove","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::zRem","p":"Swoole/Coroutine/Redis.html#method_zRem","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::pSubscribe","p":"Swoole/Coroutine/Redis.html#method_pSubscribe","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::subscribe","p":"Swoole/Coroutine/Redis.html#method_subscribe","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::unsubscribe","p":"Swoole/Coroutine/Redis.html#method_unsubscribe","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::pUnSubscribe","p":"Swoole/Coroutine/Redis.html#method_pUnSubscribe","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::multi","p":"Swoole/Coroutine/Redis.html#method_multi","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::exec","p":"Swoole/Coroutine/Redis.html#method_exec","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::eval","p":"Swoole/Coroutine/Redis.html#method_eval","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::evalSha","p":"Swoole/Coroutine/Redis.html#method_evalSha","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::script","p":"Swoole/Coroutine/Redis.html#method_script","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::xLen","p":"Swoole/Coroutine/Redis.html#method_xLen","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::xAdd","p":"Swoole/Coroutine/Redis.html#method_xAdd","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::xRead","p":"Swoole/Coroutine/Redis.html#method_xRead","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::xDel","p":"Swoole/Coroutine/Redis.html#method_xDel","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::xRange","p":"Swoole/Coroutine/Redis.html#method_xRange","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::xRevRange","p":"Swoole/Coroutine/Redis.html#method_xRevRange","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::xTrim","p":"Swoole/Coroutine/Redis.html#method_xTrim","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::xGroupCreate","p":"Swoole/Coroutine/Redis.html#method_xGroupCreate","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::xGroupSetId","p":"Swoole/Coroutine/Redis.html#method_xGroupSetId","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::xGroupDestroy","p":"Swoole/Coroutine/Redis.html#method_xGroupDestroy","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::xGroupCreateConsumer","p":"Swoole/Coroutine/Redis.html#method_xGroupCreateConsumer","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::xGroupDelConsumer","p":"Swoole/Coroutine/Redis.html#method_xGroupDelConsumer","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::xReadGroup","p":"Swoole/Coroutine/Redis.html#method_xReadGroup","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::xPending","p":"Swoole/Coroutine/Redis.html#method_xPending","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::xAck","p":"Swoole/Coroutine/Redis.html#method_xAck","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::xClaim","p":"Swoole/Coroutine/Redis.html#method_xClaim","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::xAutoClaim","p":"Swoole/Coroutine/Redis.html#method_xAutoClaim","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::xInfoConsumers","p":"Swoole/Coroutine/Redis.html#method_xInfoConsumers","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::xInfoGroups","p":"Swoole/Coroutine/Redis.html#method_xInfoGroups","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::xInfoStream","p":"Swoole/Coroutine/Redis.html#method_xInfoStream","d":""},{"t":"M","n":"Swoole\\Coroutine\\Scheduler::add","p":"Swoole/Coroutine/Scheduler.html#method_add","d":"

    Add a task (implemented in a callback).

    "},{"t":"M","n":"Swoole\\Coroutine\\Scheduler::parallel","p":"Swoole/Coroutine/Scheduler.html#method_parallel","d":"

    Add a list of tasks (implemented in callbacks).

    "},{"t":"M","n":"Swoole\\Coroutine\\Scheduler::set","p":"Swoole/Coroutine/Scheduler.html#method_set","d":"

    To set runtime configurations of coroutines.

    "},{"t":"M","n":"Swoole\\Coroutine\\Scheduler::getOptions","p":"Swoole/Coroutine/Scheduler.html#method_getOptions","d":"

    To get runtime configurations of coroutines.

    "},{"t":"M","n":"Swoole\\Coroutine\\Scheduler::start","p":"Swoole/Coroutine/Scheduler.html#method_start","d":"

    Start running the list of tasks (callbacks) added through method add() and parallel().

    "},{"t":"M","n":"Swoole\\Coroutine\\Socket::__construct","p":"Swoole/Coroutine/Socket.html#method___construct","d":null},{"t":"M","n":"Swoole\\Coroutine\\Socket::bind","p":"Swoole/Coroutine/Socket.html#method_bind","d":""},{"t":"M","n":"Swoole\\Coroutine\\Socket::listen","p":"Swoole/Coroutine/Socket.html#method_listen","d":""},{"t":"M","n":"Swoole\\Coroutine\\Socket::accept","p":"Swoole/Coroutine/Socket.html#method_accept","d":""},{"t":"M","n":"Swoole\\Coroutine\\Socket::connect","p":"Swoole/Coroutine/Socket.html#method_connect","d":""},{"t":"M","n":"Swoole\\Coroutine\\Socket::checkLiveness","p":"Swoole/Coroutine/Socket.html#method_checkLiveness","d":""},{"t":"M","n":"Swoole\\Coroutine\\Socket::peek","p":"Swoole/Coroutine/Socket.html#method_peek","d":""},{"t":"M","n":"Swoole\\Coroutine\\Socket::recv","p":"Swoole/Coroutine/Socket.html#method_recv","d":""},{"t":"M","n":"Swoole\\Coroutine\\Socket::recvAll","p":"Swoole/Coroutine/Socket.html#method_recvAll","d":""},{"t":"M","n":"Swoole\\Coroutine\\Socket::recvLine","p":"Swoole/Coroutine/Socket.html#method_recvLine","d":""},{"t":"M","n":"Swoole\\Coroutine\\Socket::recvWithBuffer","p":"Swoole/Coroutine/Socket.html#method_recvWithBuffer","d":""},{"t":"M","n":"Swoole\\Coroutine\\Socket::recvPacket","p":"Swoole/Coroutine/Socket.html#method_recvPacket","d":""},{"t":"M","n":"Swoole\\Coroutine\\Socket::send","p":"Swoole/Coroutine/Socket.html#method_send","d":""},{"t":"M","n":"Swoole\\Coroutine\\Socket::readVector","p":"Swoole/Coroutine/Socket.html#method_readVector","d":""},{"t":"M","n":"Swoole\\Coroutine\\Socket::readVectorAll","p":"Swoole/Coroutine/Socket.html#method_readVectorAll","d":""},{"t":"M","n":"Swoole\\Coroutine\\Socket::writeVector","p":"Swoole/Coroutine/Socket.html#method_writeVector","d":""},{"t":"M","n":"Swoole\\Coroutine\\Socket::writeVectorAll","p":"Swoole/Coroutine/Socket.html#method_writeVectorAll","d":""},{"t":"M","n":"Swoole\\Coroutine\\Socket::sendFile","p":"Swoole/Coroutine/Socket.html#method_sendFile","d":""},{"t":"M","n":"Swoole\\Coroutine\\Socket::sendAll","p":"Swoole/Coroutine/Socket.html#method_sendAll","d":""},{"t":"M","n":"Swoole\\Coroutine\\Socket::recvfrom","p":"Swoole/Coroutine/Socket.html#method_recvfrom","d":""},{"t":"M","n":"Swoole\\Coroutine\\Socket::sendto","p":"Swoole/Coroutine/Socket.html#method_sendto","d":""},{"t":"M","n":"Swoole\\Coroutine\\Socket::getOption","p":"Swoole/Coroutine/Socket.html#method_getOption","d":""},{"t":"M","n":"Swoole\\Coroutine\\Socket::setProtocol","p":"Swoole/Coroutine/Socket.html#method_setProtocol","d":""},{"t":"M","n":"Swoole\\Coroutine\\Socket::setOption","p":"Swoole/Coroutine/Socket.html#method_setOption","d":""},{"t":"M","n":"Swoole\\Coroutine\\Socket::sslHandshake","p":"Swoole/Coroutine/Socket.html#method_sslHandshake","d":null},{"t":"M","n":"Swoole\\Coroutine\\Socket::shutdown","p":"Swoole/Coroutine/Socket.html#method_shutdown","d":""},{"t":"M","n":"Swoole\\Coroutine\\Socket::cancel","p":"Swoole/Coroutine/Socket.html#method_cancel","d":""},{"t":"M","n":"Swoole\\Coroutine\\Socket::close","p":"Swoole/Coroutine/Socket.html#method_close","d":null},{"t":"M","n":"Swoole\\Coroutine\\Socket::getpeername","p":"Swoole/Coroutine/Socket.html#method_getpeername","d":""},{"t":"M","n":"Swoole\\Coroutine\\Socket::getsockname","p":"Swoole/Coroutine/Socket.html#method_getsockname","d":""},{"t":"M","n":"Swoole\\Coroutine\\Socket::isClosed","p":"Swoole/Coroutine/Socket.html#method_isClosed","d":""},{"t":"M","n":"Swoole\\Coroutine\\System::gethostbyname","p":"Swoole/Coroutine/System.html#method_gethostbyname","d":""},{"t":"M","n":"Swoole\\Coroutine\\System::dnsLookup","p":"Swoole/Coroutine/System.html#method_dnsLookup","d":""},{"t":"M","n":"Swoole\\Coroutine\\System::exec","p":"Swoole/Coroutine/System.html#method_exec","d":""},{"t":"M","n":"Swoole\\Coroutine\\System::sleep","p":"Swoole/Coroutine/System.html#method_sleep","d":""},{"t":"M","n":"Swoole\\Coroutine\\System::getaddrinfo","p":"Swoole/Coroutine/System.html#method_getaddrinfo","d":""},{"t":"M","n":"Swoole\\Coroutine\\System::statvfs","p":"Swoole/Coroutine/System.html#method_statvfs","d":""},{"t":"M","n":"Swoole\\Coroutine\\System::readFile","p":"Swoole/Coroutine/System.html#method_readFile","d":""},{"t":"M","n":"Swoole\\Coroutine\\System::writeFile","p":"Swoole/Coroutine/System.html#method_writeFile","d":""},{"t":"M","n":"Swoole\\Coroutine\\System::wait","p":"Swoole/Coroutine/System.html#method_wait","d":""},{"t":"M","n":"Swoole\\Coroutine\\System::waitPid","p":"Swoole/Coroutine/System.html#method_waitPid","d":""},{"t":"M","n":"Swoole\\Coroutine\\System::waitSignal","p":"Swoole/Coroutine/System.html#method_waitSignal","d":""},{"t":"M","n":"Swoole\\Coroutine\\System::waitEvent","p":"Swoole/Coroutine/System.html#method_waitEvent","d":""},{"t":"M","n":"Swoole\\Coroutine\\System::fread","p":"Swoole/Coroutine/System.html#method_fread","d":""},{"t":"M","n":"Swoole\\Coroutine\\System::fwrite","p":"Swoole/Coroutine/System.html#method_fwrite","d":""},{"t":"M","n":"Swoole\\Coroutine\\System::fgets","p":"Swoole/Coroutine/System.html#method_fgets","d":""},{"t":"M","n":"Swoole\\Event::add","p":"Swoole/Event.html#method_add","d":""},{"t":"M","n":"Swoole\\Event::del","p":"Swoole/Event.html#method_del","d":""},{"t":"M","n":"Swoole\\Event::set","p":"Swoole/Event.html#method_set","d":""},{"t":"M","n":"Swoole\\Event::isset","p":"Swoole/Event.html#method_isset","d":""},{"t":"M","n":"Swoole\\Event::dispatch","p":"Swoole/Event.html#method_dispatch","d":""},{"t":"M","n":"Swoole\\Event::defer","p":"Swoole/Event.html#method_defer","d":""},{"t":"M","n":"Swoole\\Event::cycle","p":"Swoole/Event.html#method_cycle","d":""},{"t":"M","n":"Swoole\\Event::write","p":"Swoole/Event.html#method_write","d":""},{"t":"M","n":"Swoole\\Event::wait","p":"Swoole/Event.html#method_wait","d":""},{"t":"M","n":"Swoole\\Event::rshutdown","p":"Swoole/Event.html#method_rshutdown","d":""},{"t":"M","n":"Swoole\\Event::exit","p":"Swoole/Event.html#method_exit","d":""},{"t":"M","n":"Swoole\\ExitException::getFlags","p":"Swoole/ExitException.html#method_getFlags","d":""},{"t":"M","n":"Swoole\\ExitException::getStatus","p":"Swoole/ExitException.html#method_getStatus","d":""},{"t":"M","n":"Swoole\\Http\\Request::__destruct","p":"Swoole/Http/Request.html#method___destruct","d":null},{"t":"M","n":"Swoole\\Http\\Request::getContent","p":"Swoole/Http/Request.html#method_getContent","d":"

    Get the request content, kind of like function call fopen('php://input').

    "},{"t":"M","n":"Swoole\\Http\\Request::rawContent","p":"Swoole/Http/Request.html#method_rawContent","d":"

    Get the request content, kind of like function call fopen('php://input').

    "},{"t":"M","n":"Swoole\\Http\\Request::getData","p":"Swoole/Http/Request.html#method_getData","d":""},{"t":"M","n":"Swoole\\Http\\Request::create","p":"Swoole/Http/Request.html#method_create","d":""},{"t":"M","n":"Swoole\\Http\\Request::parse","p":"Swoole/Http/Request.html#method_parse","d":""},{"t":"M","n":"Swoole\\Http\\Request::isCompleted","p":"Swoole/Http/Request.html#method_isCompleted","d":""},{"t":"M","n":"Swoole\\Http\\Request::getMethod","p":"Swoole/Http/Request.html#method_getMethod","d":""},{"t":"M","n":"Swoole\\Http\\Response::__destruct","p":"Swoole/Http/Response.html#method___destruct","d":null},{"t":"M","n":"Swoole\\Http\\Response::initHeader","p":"Swoole/Http/Response.html#method_initHeader","d":""},{"t":"M","n":"Swoole\\Http\\Response::isWritable","p":"Swoole/Http/Response.html#method_isWritable","d":""},{"t":"M","n":"Swoole\\Http\\Response::cookie","p":"Swoole/Http/Response.html#method_cookie","d":""},{"t":"M","n":"Swoole\\Http\\Response::setCookie","p":"Swoole/Http/Response.html#method_setCookie","d":""},{"t":"M","n":"Swoole\\Http\\Response::rawcookie","p":"Swoole/Http/Response.html#method_rawcookie","d":""},{"t":"M","n":"Swoole\\Http\\Response::status","p":"Swoole/Http/Response.html#method_status","d":""},{"t":"M","n":"Swoole\\Http\\Response::setStatusCode","p":"Swoole/Http/Response.html#method_setStatusCode","d":""},{"t":"M","n":"Swoole\\Http\\Response::header","p":"Swoole/Http/Response.html#method_header","d":""},{"t":"M","n":"Swoole\\Http\\Response::setHeader","p":"Swoole/Http/Response.html#method_setHeader","d":""},{"t":"M","n":"Swoole\\Http\\Response::trailer","p":"Swoole/Http/Response.html#method_trailer","d":""},{"t":"M","n":"Swoole\\Http\\Response::ping","p":"Swoole/Http/Response.html#method_ping","d":""},{"t":"M","n":"Swoole\\Http\\Response::goaway","p":"Swoole/Http/Response.html#method_goaway","d":""},{"t":"M","n":"Swoole\\Http\\Response::write","p":"Swoole/Http/Response.html#method_write","d":""},{"t":"M","n":"Swoole\\Http\\Response::end","p":"Swoole/Http/Response.html#method_end","d":""},{"t":"M","n":"Swoole\\Http\\Response::sendfile","p":"Swoole/Http/Response.html#method_sendfile","d":""},{"t":"M","n":"Swoole\\Http\\Response::redirect","p":"Swoole/Http/Response.html#method_redirect","d":""},{"t":"M","n":"Swoole\\Http\\Response::detach","p":"Swoole/Http/Response.html#method_detach","d":""},{"t":"M","n":"Swoole\\Http\\Response::create","p":"Swoole/Http/Response.html#method_create","d":""},{"t":"M","n":"Swoole\\Http\\Response::upgrade","p":"Swoole/Http/Response.html#method_upgrade","d":""},{"t":"M","n":"Swoole\\Http\\Response::push","p":"Swoole/Http/Response.html#method_push","d":""},{"t":"M","n":"Swoole\\Http\\Response::recv","p":"Swoole/Http/Response.html#method_recv","d":""},{"t":"M","n":"Swoole\\Http\\Response::close","p":"Swoole/Http/Response.html#method_close","d":""},{"t":"M","n":"Swoole\\Lock::__construct","p":"Swoole/Lock.html#method___construct","d":null},{"t":"M","n":"Swoole\\Lock::lock","p":"Swoole/Lock.html#method_lock","d":""},{"t":"M","n":"Swoole\\Lock::lockwait","p":"Swoole/Lock.html#method_lockwait","d":""},{"t":"M","n":"Swoole\\Lock::trylock","p":"Swoole/Lock.html#method_trylock","d":""},{"t":"M","n":"Swoole\\Lock::lock_read","p":"Swoole/Lock.html#method_lock_read","d":""},{"t":"M","n":"Swoole\\Lock::trylock_read","p":"Swoole/Lock.html#method_trylock_read","d":""},{"t":"M","n":"Swoole\\Lock::unlock","p":"Swoole/Lock.html#method_unlock","d":""},{"t":"M","n":"Swoole\\Lock::destroy","p":"Swoole/Lock.html#method_destroy","d":null},{"t":"M","n":"Swoole\\Process::__construct","p":"Swoole/Process.html#method___construct","d":null},{"t":"M","n":"Swoole\\Process::__destruct","p":"Swoole/Process.html#method___destruct","d":null},{"t":"M","n":"Swoole\\Process::wait","p":"Swoole/Process.html#method_wait","d":""},{"t":"M","n":"Swoole\\Process::signal","p":"Swoole/Process.html#method_signal","d":""},{"t":"M","n":"Swoole\\Process::alarm","p":"Swoole/Process.html#method_alarm","d":""},{"t":"M","n":"Swoole\\Process::kill","p":"Swoole/Process.html#method_kill","d":""},{"t":"M","n":"Swoole\\Process::daemon","p":"Swoole/Process.html#method_daemon","d":""},{"t":"M","n":"Swoole\\Process::setPriority","p":"Swoole/Process.html#method_setPriority","d":""},{"t":"M","n":"Swoole\\Process::getPriority","p":"Swoole/Process.html#method_getPriority","d":""},{"t":"M","n":"Swoole\\Process::set","p":"Swoole/Process.html#method_set","d":""},{"t":"M","n":"Swoole\\Process::setTimeout","p":"Swoole/Process.html#method_setTimeout","d":""},{"t":"M","n":"Swoole\\Process::setBlocking","p":"Swoole/Process.html#method_setBlocking","d":""},{"t":"M","n":"Swoole\\Process::useQueue","p":"Swoole/Process.html#method_useQueue","d":""},{"t":"M","n":"Swoole\\Process::statQueue","p":"Swoole/Process.html#method_statQueue","d":""},{"t":"M","n":"Swoole\\Process::freeQueue","p":"Swoole/Process.html#method_freeQueue","d":""},{"t":"M","n":"Swoole\\Process::start","p":"Swoole/Process.html#method_start","d":""},{"t":"M","n":"Swoole\\Process::write","p":"Swoole/Process.html#method_write","d":""},{"t":"M","n":"Swoole\\Process::close","p":"Swoole/Process.html#method_close","d":""},{"t":"M","n":"Swoole\\Process::read","p":"Swoole/Process.html#method_read","d":""},{"t":"M","n":"Swoole\\Process::push","p":"Swoole/Process.html#method_push","d":""},{"t":"M","n":"Swoole\\Process::pop","p":"Swoole/Process.html#method_pop","d":""},{"t":"M","n":"Swoole\\Process::exit","p":"Swoole/Process.html#method_exit","d":""},{"t":"M","n":"Swoole\\Process::exec","p":"Swoole/Process.html#method_exec","d":""},{"t":"M","n":"Swoole\\Process::exportSocket","p":"Swoole/Process.html#method_exportSocket","d":""},{"t":"M","n":"Swoole\\Process::name","p":"Swoole/Process.html#method_name","d":""},{"t":"M","n":"Swoole\\Process\\Pool::__construct","p":"Swoole/Process/Pool.html#method___construct","d":null},{"t":"M","n":"Swoole\\Process\\Pool::__destruct","p":"Swoole/Process/Pool.html#method___destruct","d":null},{"t":"M","n":"Swoole\\Process\\Pool::set","p":"Swoole/Process/Pool.html#method_set","d":""},{"t":"M","n":"Swoole\\Process\\Pool::on","p":"Swoole/Process/Pool.html#method_on","d":""},{"t":"M","n":"Swoole\\Process\\Pool::getProcess","p":"Swoole/Process/Pool.html#method_getProcess","d":""},{"t":"M","n":"Swoole\\Process\\Pool::listen","p":"Swoole/Process/Pool.html#method_listen","d":""},{"t":"M","n":"Swoole\\Process\\Pool::write","p":"Swoole/Process/Pool.html#method_write","d":""},{"t":"M","n":"Swoole\\Process\\Pool::detach","p":"Swoole/Process/Pool.html#method_detach","d":""},{"t":"M","n":"Swoole\\Process\\Pool::start","p":"Swoole/Process/Pool.html#method_start","d":""},{"t":"M","n":"Swoole\\Process\\Pool::stop","p":"Swoole/Process/Pool.html#method_stop","d":""},{"t":"M","n":"Swoole\\Process\\Pool::shutdown","p":"Swoole/Process/Pool.html#method_shutdown","d":""},{"t":"M","n":"Swoole\\Redis\\Server::setHandler","p":"Swoole/Redis/Server.html#method_setHandler","d":"

    Set a handler (a callback function) to process a given Redis command.

    "},{"t":"M","n":"Swoole\\Redis\\Server::getHandler","p":"Swoole/Redis/Server.html#method_getHandler","d":""},{"t":"M","n":"Swoole\\Redis\\Server::format","p":"Swoole/Redis/Server.html#method_format","d":"

    Format a reply.

    "},{"t":"M","n":"Swoole\\Runtime::enableCoroutine","p":"Swoole/Runtime.html#method_enableCoroutine","d":"

    To enable/disable runtime hooks in coroutines.

    "},{"t":"M","n":"Swoole\\Runtime::getHookFlags","p":"Swoole/Runtime.html#method_getHookFlags","d":""},{"t":"M","n":"Swoole\\Runtime::setHookFlags","p":"Swoole/Runtime.html#method_setHookFlags","d":""},{"t":"M","n":"Swoole\\Server::__construct","p":"Swoole/Server.html#method___construct","d":null},{"t":"M","n":"Swoole\\Server::__destruct","p":"Swoole/Server.html#method___destruct","d":null},{"t":"M","n":"Swoole\\Server::listen","p":"Swoole/Server.html#method_listen","d":""},{"t":"M","n":"Swoole\\Server::addlistener","p":"Swoole/Server.html#method_addlistener","d":""},{"t":"M","n":"Swoole\\Server::on","p":"Swoole/Server.html#method_on","d":""},{"t":"M","n":"Swoole\\Server::getCallback","p":"Swoole/Server.html#method_getCallback","d":""},{"t":"M","n":"Swoole\\Server::set","p":"Swoole/Server.html#method_set","d":""},{"t":"M","n":"Swoole\\Server::start","p":"Swoole/Server.html#method_start","d":""},{"t":"M","n":"Swoole\\Server::send","p":"Swoole/Server.html#method_send","d":""},{"t":"M","n":"Swoole\\Server::sendto","p":"Swoole/Server.html#method_sendto","d":""},{"t":"M","n":"Swoole\\Server::sendwait","p":"Swoole/Server.html#method_sendwait","d":""},{"t":"M","n":"Swoole\\Server::exists","p":"Swoole/Server.html#method_exists","d":""},{"t":"M","n":"Swoole\\Server::exist","p":"Swoole/Server.html#method_exist","d":""},{"t":"M","n":"Swoole\\Server::protect","p":"Swoole/Server.html#method_protect","d":""},{"t":"M","n":"Swoole\\Server::sendfile","p":"Swoole/Server.html#method_sendfile","d":""},{"t":"M","n":"Swoole\\Server::close","p":"Swoole/Server.html#method_close","d":""},{"t":"M","n":"Swoole\\Server::confirm","p":"Swoole/Server.html#method_confirm","d":""},{"t":"M","n":"Swoole\\Server::pause","p":"Swoole/Server.html#method_pause","d":""},{"t":"M","n":"Swoole\\Server::resume","p":"Swoole/Server.html#method_resume","d":""},{"t":"M","n":"Swoole\\Server::task","p":"Swoole/Server.html#method_task","d":""},{"t":"M","n":"Swoole\\Server::taskwait","p":"Swoole/Server.html#method_taskwait","d":""},{"t":"M","n":"Swoole\\Server::taskWaitMulti","p":"Swoole/Server.html#method_taskWaitMulti","d":""},{"t":"M","n":"Swoole\\Server::taskCo","p":"Swoole/Server.html#method_taskCo","d":""},{"t":"M","n":"Swoole\\Server::finish","p":"Swoole/Server.html#method_finish","d":""},{"t":"M","n":"Swoole\\Server::reload","p":"Swoole/Server.html#method_reload","d":""},{"t":"M","n":"Swoole\\Server::shutdown","p":"Swoole/Server.html#method_shutdown","d":""},{"t":"M","n":"Swoole\\Server::stop","p":"Swoole/Server.html#method_stop","d":""},{"t":"M","n":"Swoole\\Server::getLastError","p":"Swoole/Server.html#method_getLastError","d":""},{"t":"M","n":"Swoole\\Server::heartbeat","p":"Swoole/Server.html#method_heartbeat","d":""},{"t":"M","n":"Swoole\\Server::getClientInfo","p":"Swoole/Server.html#method_getClientInfo","d":""},{"t":"M","n":"Swoole\\Server::getClientList","p":"Swoole/Server.html#method_getClientList","d":""},{"t":"M","n":"Swoole\\Server::getWorkerId","p":"Swoole/Server.html#method_getWorkerId","d":"

    Get the ID of current worker (either an event worker or a task worker).

    "},{"t":"M","n":"Swoole\\Server::getWorkerPid","p":"Swoole/Server.html#method_getWorkerPid","d":"

    Get the process ID of a given worker process (specified by a worker ID).

    "},{"t":"M","n":"Swoole\\Server::getWorkerStatus","p":"Swoole/Server.html#method_getWorkerStatus","d":""},{"t":"M","n":"Swoole\\Server::command","p":"Swoole/Server.html#method_command","d":"

    Run a customized command in a specified process of Swoole.

    "},{"t":"M","n":"Swoole\\Server::addCommand","p":"Swoole/Server.html#method_addCommand","d":"

    Add a customized command.

    "},{"t":"M","n":"Swoole\\Server::getManagerPid","p":"Swoole/Server.html#method_getManagerPid","d":""},{"t":"M","n":"Swoole\\Server::getMasterPid","p":"Swoole/Server.html#method_getMasterPid","d":""},{"t":"M","n":"Swoole\\Server::connection_info","p":"Swoole/Server.html#method_connection_info","d":""},{"t":"M","n":"Swoole\\Server::connection_list","p":"Swoole/Server.html#method_connection_list","d":""},{"t":"M","n":"Swoole\\Server::sendMessage","p":"Swoole/Server.html#method_sendMessage","d":""},{"t":"M","n":"Swoole\\Server::addProcess","p":"Swoole/Server.html#method_addProcess","d":""},{"t":"M","n":"Swoole\\Server::stats","p":"Swoole/Server.html#method_stats","d":""},{"t":"M","n":"Swoole\\Server::getSocket","p":"Swoole/Server.html#method_getSocket","d":""},{"t":"M","n":"Swoole\\Server::bind","p":"Swoole/Server.html#method_bind","d":""},{"t":"M","n":"Swoole\\Server::after","p":"Swoole/Server.html#method_after","d":"

    Alias of method \\Swoole\\Timer::after().

    "},{"t":"M","n":"Swoole\\Server::tick","p":"Swoole/Server.html#method_tick","d":"

    Alias of method \\Swoole\\Timer::tick().

    "},{"t":"M","n":"Swoole\\Server::clearTimer","p":"Swoole/Server.html#method_clearTimer","d":"

    Alias of method \\Swoole\\Timer::clear().

    "},{"t":"M","n":"Swoole\\Server::defer","p":"Swoole/Server.html#method_defer","d":"

    Alias of method \\Swoole\\Event::defer().

    "},{"t":"M","n":"Swoole\\Server\\Port::__destruct","p":"Swoole/Server/Port.html#method___destruct","d":null},{"t":"M","n":"Swoole\\Server\\Port::set","p":"Swoole/Server/Port.html#method_set","d":""},{"t":"M","n":"Swoole\\Server\\Port::on","p":"Swoole/Server/Port.html#method_on","d":""},{"t":"M","n":"Swoole\\Server\\Port::getCallback","p":"Swoole/Server/Port.html#method_getCallback","d":""},{"t":"M","n":"Swoole\\Server\\Port::getSocket","p":"Swoole/Server/Port.html#method_getSocket","d":""},{"t":"M","n":"Swoole\\Server\\Task::finish","p":"Swoole/Server/Task.html#method_finish","d":""},{"t":"M","n":"Swoole\\Server\\Task::pack","p":"Swoole/Server/Task.html#method_pack","d":""},{"t":"M","n":"Swoole\\Table::__construct","p":"Swoole/Table.html#method___construct","d":null},{"t":"M","n":"Swoole\\Table::column","p":"Swoole/Table.html#method_column","d":""},{"t":"M","n":"Swoole\\Table::create","p":"Swoole/Table.html#method_create","d":""},{"t":"M","n":"Swoole\\Table::destroy","p":"Swoole/Table.html#method_destroy","d":""},{"t":"M","n":"Swoole\\Table::set","p":"Swoole/Table.html#method_set","d":""},{"t":"M","n":"Swoole\\Table::stats","p":"Swoole/Table.html#method_stats","d":""},{"t":"M","n":"Swoole\\Table::get","p":"Swoole/Table.html#method_get","d":""},{"t":"M","n":"Swoole\\Table::del","p":"Swoole/Table.html#method_del","d":"

    This method has an alias of \\Swoole\\Table::delete().

    "},{"t":"M","n":"Swoole\\Table::delete","p":"Swoole/Table.html#method_delete","d":"

    Alias of method \\Swoole\\Table::del().

    "},{"t":"M","n":"Swoole\\Table::exists","p":"Swoole/Table.html#method_exists","d":"

    This method has an alias of \\Swoole\\Table::exist().

    "},{"t":"M","n":"Swoole\\Table::exist","p":"Swoole/Table.html#method_exist","d":"

    Alias of method \\Swoole\\Table::exists().

    "},{"t":"M","n":"Swoole\\Table::incr","p":"Swoole/Table.html#method_incr","d":""},{"t":"M","n":"Swoole\\Table::decr","p":"Swoole/Table.html#method_decr","d":""},{"t":"M","n":"Swoole\\Table::getSize","p":"Swoole/Table.html#method_getSize","d":""},{"t":"M","n":"Swoole\\Table::getMemorySize","p":"Swoole/Table.html#method_getMemorySize","d":""},{"t":"M","n":"Swoole\\Table::current","p":"Swoole/Table.html#method_current","d":""},{"t":"M","n":"Swoole\\Table::key","p":"Swoole/Table.html#method_key","d":""},{"t":"M","n":"Swoole\\Table::next","p":"Swoole/Table.html#method_next","d":""},{"t":"M","n":"Swoole\\Table::rewind","p":"Swoole/Table.html#method_rewind","d":""},{"t":"M","n":"Swoole\\Table::valid","p":"Swoole/Table.html#method_valid","d":""},{"t":"M","n":"Swoole\\Table::offsetExists","p":"Swoole/Table.html#method_offsetExists","d":"

    Whether or not an offset exists.

    "},{"t":"M","n":"Swoole\\Table::offsetGet","p":"Swoole/Table.html#method_offsetGet","d":"

    Returns the value at specified offset.

    "},{"t":"M","n":"Swoole\\Table::offsetSet","p":"Swoole/Table.html#method_offsetSet","d":"

    Assigns a value to the specified offset.

    "},{"t":"M","n":"Swoole\\Table::offsetUnset","p":"Swoole/Table.html#method_offsetUnset","d":"

    Unsets an offset.

    "},{"t":"M","n":"Swoole\\Table::count","p":"Swoole/Table.html#method_count","d":""},{"t":"M","n":"Swoole\\Timer::set","p":"Swoole/Timer.html#method_set","d":""},{"t":"M","n":"Swoole\\Timer::tick","p":"Swoole/Timer.html#method_tick","d":""},{"t":"M","n":"Swoole\\Timer::after","p":"Swoole/Timer.html#method_after","d":""},{"t":"M","n":"Swoole\\Timer::exists","p":"Swoole/Timer.html#method_exists","d":""},{"t":"M","n":"Swoole\\Timer::info","p":"Swoole/Timer.html#method_info","d":""},{"t":"M","n":"Swoole\\Timer::stats","p":"Swoole/Timer.html#method_stats","d":""},{"t":"M","n":"Swoole\\Timer::list","p":"Swoole/Timer.html#method_list","d":""},{"t":"M","n":"Swoole\\Timer::clear","p":"Swoole/Timer.html#method_clear","d":""},{"t":"M","n":"Swoole\\Timer::clearAll","p":"Swoole/Timer.html#method_clearAll","d":""},{"t":"M","n":"Swoole\\WebSocket\\Frame::__toString","p":"Swoole/WebSocket/Frame.html#method___toString","d":null},{"t":"M","n":"Swoole\\WebSocket\\Frame::pack","p":"Swoole/WebSocket/Frame.html#method_pack","d":""},{"t":"M","n":"Swoole\\WebSocket\\Frame::unpack","p":"Swoole/WebSocket/Frame.html#method_unpack","d":""},{"t":"M","n":"Swoole\\WebSocket\\Server::push","p":"Swoole/WebSocket/Server.html#method_push","d":""},{"t":"M","n":"Swoole\\WebSocket\\Server::disconnect","p":"Swoole/WebSocket/Server.html#method_disconnect","d":""},{"t":"M","n":"Swoole\\WebSocket\\Server::isEstablished","p":"Swoole/WebSocket/Server.html#method_isEstablished","d":""},{"t":"M","n":"Swoole\\WebSocket\\Server::pack","p":"Swoole/WebSocket/Server.html#method_pack","d":""},{"t":"M","n":"Swoole\\WebSocket\\Server::unpack","p":"Swoole/WebSocket/Server.html#method_unpack","d":""},{"t":"M","n":"SyncEvent::__construct","p":"SyncEvent.html#method___construct","d":"

    SyncEvent constructor.

    "},{"t":"M","n":"SyncEvent::fire","p":"SyncEvent.html#method_fire","d":"

    Fires/sets the event

    "},{"t":"M","n":"SyncEvent::reset","p":"SyncEvent.html#method_reset","d":"

    Resets a manual event

    "},{"t":"M","n":"SyncEvent::wait","p":"SyncEvent.html#method_wait","d":"

    Waits for the event to be fired/set

    "},{"t":"M","n":"SyncMutex::__construct","p":"SyncMutex.html#method___construct","d":"

    Constructs a new SyncMutex object

    "},{"t":"M","n":"SyncMutex::lock","p":"SyncMutex.html#method_lock","d":"

    Waits for an exclusive lock

    "},{"t":"M","n":"SyncMutex::unlock","p":"SyncMutex.html#method_unlock","d":"

    Unlocks the mutex

    "},{"t":"M","n":"SyncReaderWriter::__construct","p":"SyncReaderWriter.html#method___construct","d":"

    Constructs a new SyncReaderWriter object

    "},{"t":"M","n":"SyncReaderWriter::readlock","p":"SyncReaderWriter.html#method_readlock","d":"

    Waits for a read lock

    "},{"t":"M","n":"SyncReaderWriter::readunlock","p":"SyncReaderWriter.html#method_readunlock","d":"

    Releases a read lock

    "},{"t":"M","n":"SyncReaderWriter::writelock","p":"SyncReaderWriter.html#method_writelock","d":"

    Waits for an exclusive write lock

    "},{"t":"M","n":"SyncReaderWriter::writeunlock","p":"SyncReaderWriter.html#method_writeunlock","d":"

    Releases a write lock

    "},{"t":"M","n":"SyncSemaphore::__construct","p":"SyncSemaphore.html#method___construct","d":"

    Constructs a new SyncSemaphore object

    "},{"t":"M","n":"SyncSemaphore::lock","p":"SyncSemaphore.html#method_lock","d":"

    Decreases the count of the semaphore or waits

    "},{"t":"M","n":"SyncSemaphore::unlock","p":"SyncSemaphore.html#method_unlock","d":"

    Increases the count of the semaphore

    "},{"t":"M","n":"SyncSharedMemory::__construct","p":"SyncSharedMemory.html#method___construct","d":"

    Constructs a new SyncSharedMemory object

    "},{"t":"M","n":"SyncSharedMemory::first","p":"SyncSharedMemory.html#method_first","d":"

    Check to see if the object is the first instance system-wide of named shared memory

    "},{"t":"M","n":"SyncSharedMemory::read","p":"SyncSharedMemory.html#method_read","d":"

    Copy data from named shared memory

    "},{"t":"M","n":"SyncSharedMemory::size","p":"SyncSharedMemory.html#method_size","d":"

    Returns the size of the named shared memory

    "},{"t":"M","n":"SyncSharedMemory::write","p":"SyncSharedMemory.html#method_write","d":"

    Copy data to named shared memory

    "},{"t":"M","n":"Thread::getCreatorId","p":"Thread.html#method_getCreatorId","d":"

    (PECL pthreads >= 2.0.0)
    \nWill return the identity of the Thread that created the referenced Thread

    "},{"t":"M","n":"Thread::getCurrentThread","p":"Thread.html#method_getCurrentThread","d":"

    (PECL pthreads >= 2.0.0)
    \nReturn a reference to the currently executing Thread

    "},{"t":"M","n":"Thread::getCurrentThreadId","p":"Thread.html#method_getCurrentThreadId","d":"

    (PECL pthreads >= 2.0.0)
    \nWill return the identity of the currently executing Thread

    "},{"t":"M","n":"Thread::getThreadId","p":"Thread.html#method_getThreadId","d":"

    (PECL pthreads >= 2.0.0)
    \nWill return the identity of the referenced Thread

    "},{"t":"M","n":"Thread::isJoined","p":"Thread.html#method_isJoined","d":"

    (PECL pthreads >= 2.0.0)
    \nTell if the referenced Thread has been joined

    "},{"t":"M","n":"Thread::isStarted","p":"Thread.html#method_isStarted","d":"

    (PECL pthreads >= 2.0.0)
    \nTell if the referenced Thread was started

    "},{"t":"M","n":"Thread::join","p":"Thread.html#method_join","d":"

    (PECL pthreads >= 2.0.0)
    \nCauses the calling context to wait for the referenced Thread to finish executing

    "},{"t":"M","n":"Thread::start","p":"Thread.html#method_start","d":"

    (PECL pthreads >= 2.0.0)
    \nWill start a new Thread to execute the implemented run method

    "},{"t":"M","n":"Threaded::addRef","p":"Threaded.html#method_addRef","d":"

    (PECL pthreads >= 3.0.0)
    \nIncrements the internal number of references to a Threaded object

    "},{"t":"M","n":"Threaded::chunk","p":"Threaded.html#method_chunk","d":"

    (PECL pthreads >= 2.0.0)
    \nFetches a chunk of the objects property table of the given size,\noptionally preserving keys

    "},{"t":"M","n":"Threaded::count","p":"Threaded.html#method_count","d":"

    (PECL pthreads >= 2.0.0)
    \nReturns the number of properties for this object

    "},{"t":"M","n":"Threaded::delRef","p":"Threaded.html#method_delRef","d":"

    (PECL pthreads >= 3.0.0)
    \nDecrements the internal number of references to a Threaded object

    "},{"t":"M","n":"Threaded::extend","p":"Threaded.html#method_extend","d":"

    (PECL pthreads >= 2.0.8)
    \nMakes thread safe standard class at runtime

    "},{"t":"M","n":"Threaded::getRefCount","p":"Threaded.html#method_getRefCount","d":"

    (PECL pthreads >= 3.0.0)
    \nRetrieves the internal number of references to a Threaded object

    "},{"t":"M","n":"Threaded::isRunning","p":"Threaded.html#method_isRunning","d":"

    (PECL pthreads >= 2.0.0)
    \nTell if the referenced object is executing

    "},{"t":"M","n":"Threaded::isGarbage","p":"Threaded.html#method_isGarbage","d":"

    (PECL pthreads >= 3.1.0)

    "},{"t":"M","n":"Threaded::isTerminated","p":"Threaded.html#method_isTerminated","d":"

    (PECL pthreads >= 2.0.0)
    \nTell if the referenced object was terminated during execution; suffered\nfatal errors, or threw uncaught exceptions

    "},{"t":"M","n":"Threaded::merge","p":"Threaded.html#method_merge","d":"

    (PECL pthreads >= 2.0.0)
    \nMerges data into the current object

    "},{"t":"M","n":"Threaded::notify","p":"Threaded.html#method_notify","d":"

    (PECL pthreads >= 2.0.0)
    \nSend notification to the referenced object

    "},{"t":"M","n":"Threaded::notifyOne","p":"Threaded.html#method_notifyOne","d":"

    (PECL pthreads >= 3.0.0)
    \nSend notification to the referenced object. This unblocks at least one\nof the blocked threads (as opposed to unblocking all of them, as seen with\nThreaded::notify()).

    "},{"t":"M","n":"Threaded::pop","p":"Threaded.html#method_pop","d":"

    (PECL pthreads >= 2.0.0)
    \nPops an item from the objects property table

    "},{"t":"M","n":"Threaded::run","p":"Threaded.html#method_run","d":"

    (PECL pthreads >= 2.0.0)
    \nThe programmer should always implement the run method for objects\nthat are intended for execution.

    "},{"t":"M","n":"Threaded::shift","p":"Threaded.html#method_shift","d":"

    (PECL pthreads >= 2.0.0)
    \nShifts an item from the objects property table

    "},{"t":"M","n":"Threaded::synchronized","p":"Threaded.html#method_synchronized","d":"

    (PECL pthreads >= 2.0.0)
    \nExecutes the block while retaining the referenced objects\nsynchronization lock for the calling context

    "},{"t":"M","n":"Threaded::wait","p":"Threaded.html#method_wait","d":"

    (PECL pthreads >= 2.0.0)
    \nWill cause the calling context to wait for notification from the\nreferenced object

    "},{"t":"M","n":"Threaded::offsetExists","p":"Threaded.html#method_offsetExists","d":""},{"t":"M","n":"Threaded::offsetGet","p":"Threaded.html#method_offsetGet","d":""},{"t":"M","n":"Threaded::offsetSet","p":"Threaded.html#method_offsetSet","d":""},{"t":"M","n":"Threaded::offsetUnset","p":"Threaded.html#method_offsetUnset","d":""},{"t":"M","n":"Throwable::getMessage","p":"Throwable.html#method_getMessage","d":"

    Gets the message

    "},{"t":"M","n":"Throwable::getCode","p":"Throwable.html#method_getCode","d":"

    Gets the exception code

    "},{"t":"M","n":"Throwable::getFile","p":"Throwable.html#method_getFile","d":"

    Gets the file in which the exception occurred

    "},{"t":"M","n":"Throwable::getLine","p":"Throwable.html#method_getLine","d":"

    Gets the line on which the object was instantiated

    "},{"t":"M","n":"Throwable::getTrace","p":"Throwable.html#method_getTrace","d":"

    Gets the stack trace

    "},{"t":"M","n":"Throwable::getTraceAsString","p":"Throwable.html#method_getTraceAsString","d":"

    Gets the stack trace as a string

    "},{"t":"M","n":"Throwable::getPrevious","p":"Throwable.html#method_getPrevious","d":"

    Returns the previous Throwable

    "},{"t":"M","n":"Throwable::__toString","p":"Throwable.html#method___toString","d":"

    Gets a string representation of the thrown object

    "},{"t":"M","n":"Transliterator::create","p":"Transliterator.html#method_create","d":"

    (PHP >= 5.4.0, PECL intl >= 2.0.0)
    \nCreate a transliterator

    "},{"t":"M","n":"Transliterator::createFromRules","p":"Transliterator.html#method_createFromRules","d":"

    (PHP >= 5.4.0, PECL intl >= 2.0.0)
    \nCreate transliterator from rules

    "},{"t":"M","n":"Transliterator::createInverse","p":"Transliterator.html#method_createInverse","d":"

    (PHP >= 5.4.0, PECL intl >= 2.0.0)
    \nCreate an inverse transliterator

    "},{"t":"M","n":"Transliterator::listIDs","p":"Transliterator.html#method_listIDs","d":"

    (PHP >= 5.4.0, PECL intl >= 2.0.0)
    \nGet transliterator IDs

    "},{"t":"M","n":"Transliterator::transliterate","p":"Transliterator.html#method_transliterate","d":"

    (PHP >= 5.4.0, PECL intl >= 2.0.0)
    \nTransliterate a string

    "},{"t":"M","n":"Transliterator::getErrorCode","p":"Transliterator.html#method_getErrorCode","d":"

    (PHP >= 5.4.0, PECL intl >= 2.0.0)
    \nGet last error code

    "},{"t":"M","n":"Transliterator::getErrorMessage","p":"Transliterator.html#method_getErrorMessage","d":"

    (PHP >= 5.4.0, PECL intl >= 2.0.0)
    \nGet last error message

    "},{"t":"M","n":"UConverter::__construct","p":"UConverter.html#method___construct","d":"

    (PHP 5 >=5.5.0)
    \nCreate UConverter object

    "},{"t":"M","n":"UConverter::convert","p":"UConverter.html#method_convert","d":"

    (PHP 5 >=5.5.0)
    \nConvert string from one charset to anothe

    "},{"t":"M","n":"UConverter::fromUCallback","p":"UConverter.html#method_fromUCallback","d":"

    (PHP 5 >=5.5.0)
    \nDefault "from" callback function

    "},{"t":"M","n":"UConverter::getAliases","p":"UConverter.html#method_getAliases","d":"

    (PHP 5 >=5.5.0)
    \nGet the aliases of the given name

    "},{"t":"M","n":"UConverter::getAvailable","p":"UConverter.html#method_getAvailable","d":"

    (PHP 5 >=5.5.0)
    \nGet the available canonical converter names

    "},{"t":"M","n":"UConverter::getDestinationEncoding","p":"UConverter.html#method_getDestinationEncoding","d":"

    (PHP 5 >=5.5.0)
    \nGet the destination encoding

    "},{"t":"M","n":"UConverter::getDestinationType","p":"UConverter.html#method_getDestinationType","d":"

    (PHP 5 >=5.5.0)
    \nGet the destination converter type

    "},{"t":"M","n":"UConverter::getErrorCode","p":"UConverter.html#method_getErrorCode","d":"

    (PHP 5 >=5.5.0)
    \nGet last error code on the object

    "},{"t":"M","n":"UConverter::getErrorMessage","p":"UConverter.html#method_getErrorMessage","d":"

    (PHP 5 >=5.5.0)
    \nGet last error message on the object

    "},{"t":"M","n":"UConverter::getSourceEncoding","p":"UConverter.html#method_getSourceEncoding","d":"

    (PHP 5 >=5.5.0)
    \nGet the source encoding

    "},{"t":"M","n":"UConverter::getSourceType","p":"UConverter.html#method_getSourceType","d":"

    (PHP 5 >=5.5.0)
    \nGet the source convertor type

    "},{"t":"M","n":"UConverter::getStandards","p":"UConverter.html#method_getStandards","d":"

    (PHP 5 >=5.5.0)
    \nGet standards associated to converter names

    "},{"t":"M","n":"UConverter::getSubstChars","p":"UConverter.html#method_getSubstChars","d":"

    (PHP 5 >=5.5.0)
    \nGet substitution chars

    "},{"t":"M","n":"UConverter::reasonText","p":"UConverter.html#method_reasonText","d":"

    (PHP 5 >=5.5.0)
    \nGet string representation of the callback reason

    "},{"t":"M","n":"UConverter::setDestinationEncoding","p":"UConverter.html#method_setDestinationEncoding","d":"

    (PHP 5 >=5.5.0)
    \nSet the destination encoding

    "},{"t":"M","n":"UConverter::setSourceEncoding","p":"UConverter.html#method_setSourceEncoding","d":"

    (PHP 5 >=5.5.0)
    \nSet the source encoding

    "},{"t":"M","n":"UConverter::setSubstChars","p":"UConverter.html#method_setSubstChars","d":"

    (PHP 5 >=5.5.0)
    \nSet the substitution chars

    "},{"t":"M","n":"UConverter::toUCallback","p":"UConverter.html#method_toUCallback","d":"

    (PHP 5 >=5.5.0)
    \nDefault "to" callback function

    "},{"t":"M","n":"UConverter::transcode","p":"UConverter.html#method_transcode","d":"

    (PHP 5 >=5.5.0)
    \nConvert string from one charset to another

    "},{"t":"M","n":"UnitEnum::cases","p":"UnitEnum.html#method_cases","d":""},{"t":"M","n":"V8Js::__construct","p":"V8Js.html#method___construct","d":"

    Initializes and starts V8 engine and returns new V8Js object with it's own V8 context.

    "},{"t":"M","n":"V8Js::setModuleLoader","p":"V8Js.html#method_setModuleLoader","d":"

    Provide a function or method to be used to load required modules. This can be any valid PHP callable.

    "},{"t":"M","n":"V8Js::setModuleNormaliser","p":"V8Js.html#method_setModuleNormaliser","d":"

    Provide a function or method to be used to normalise module paths. This can be any valid PHP callable.

    "},{"t":"M","n":"V8Js::executeString","p":"V8Js.html#method_executeString","d":"

    Compiles and executes script in object's context with optional identifier string.

    "},{"t":"M","n":"V8Js::compileString","p":"V8Js.html#method_compileString","d":"

    Compiles a script in object's context with optional identifier string.

    "},{"t":"M","n":"V8Js::executeScript","p":"V8Js.html#method_executeScript","d":"

    Executes a precompiled script in object's context.

    "},{"t":"M","n":"V8Js::setTimeLimit","p":"V8Js.html#method_setTimeLimit","d":"

    Set the time limit (in milliseconds) for this V8Js object\nworks similar to the set_time_limit php

    "},{"t":"M","n":"V8Js::setMemoryLimit","p":"V8Js.html#method_setMemoryLimit","d":"

    Set the memory limit (in bytes) for this V8Js object

    "},{"t":"M","n":"V8Js::setAverageObjectSize","p":"V8Js.html#method_setAverageObjectSize","d":"

    Set the average object size (in bytes) for this V8Js object.

    "},{"t":"M","n":"V8Js::getPendingException","p":"V8Js.html#method_getPendingException","d":"

    Returns uncaught pending exception or null if there is no pending exception.

    "},{"t":"M","n":"V8Js::clearPendingException","p":"V8Js.html#method_clearPendingException","d":"

    Clears the uncaught pending exception

    "},{"t":"M","n":"V8Js::registerExtension","p":"V8Js.html#method_registerExtension","d":"

    Registers persistent context independent global Javascript extension.

    "},{"t":"M","n":"V8Js::getExtensions","p":"V8Js.html#method_getExtensions","d":"

    Returns extensions successfully registered with V8Js::registerExtension().

    "},{"t":"M","n":"V8Js::createSnapshot","p":"V8Js.html#method_createSnapshot","d":"

    Creates a custom V8 heap snapshot with the provided JavaScript source embedded.

    "},{"t":"M","n":"V8JsScriptException::getJsFileName","p":"V8JsScriptException.html#method_getJsFileName","d":""},{"t":"M","n":"V8JsScriptException::getJsLineNumber","p":"V8JsScriptException.html#method_getJsLineNumber","d":""},{"t":"M","n":"V8JsScriptException::getJsStartColumn","p":"V8JsScriptException.html#method_getJsStartColumn","d":""},{"t":"M","n":"V8JsScriptException::getJsEndColumn","p":"V8JsScriptException.html#method_getJsEndColumn","d":""},{"t":"M","n":"V8JsScriptException::getJsSourceLine","p":"V8JsScriptException.html#method_getJsSourceLine","d":""},{"t":"M","n":"V8JsScriptException::getJsTrace","p":"V8JsScriptException.html#method_getJsTrace","d":""},{"t":"M","n":"VARIANT::__construct","p":"VARIANT.html#method___construct","d":"

    (PHP 4 >= 4.1.0, PHP 5, PHP 7)
    \nCOM class constructor.

    "},{"t":"M","n":"VARIANT::__get","p":"VARIANT.html#method___get","d":null},{"t":"M","n":"VARIANT::__set","p":"VARIANT.html#method___set","d":null},{"t":"M","n":"VARIANT::__call","p":"VARIANT.html#method___call","d":null},{"t":"M","n":"Vtiful\\Kernel\\Excel::__construct","p":"Vtiful/Kernel/Excel.html#method___construct","d":"

    Excel constructor.

    "},{"t":"M","n":"Vtiful\\Kernel\\Excel::fileName","p":"Vtiful/Kernel/Excel.html#method_fileName","d":"

    File Name

    "},{"t":"M","n":"Vtiful\\Kernel\\Excel::constMemory","p":"Vtiful/Kernel/Excel.html#method_constMemory","d":"

    Const memory model

    "},{"t":"M","n":"Vtiful\\Kernel\\Excel::addSheet","p":"Vtiful/Kernel/Excel.html#method_addSheet","d":"

    Add a new worksheet to a workbook.

    "},{"t":"M","n":"Vtiful\\Kernel\\Excel::checkoutSheet","p":"Vtiful/Kernel/Excel.html#method_checkoutSheet","d":"

    Checkout worksheet

    "},{"t":"M","n":"Vtiful\\Kernel\\Excel::header","p":"Vtiful/Kernel/Excel.html#method_header","d":"

    Insert data on the first line of the worksheet

    "},{"t":"M","n":"Vtiful\\Kernel\\Excel::data","p":"Vtiful/Kernel/Excel.html#method_data","d":"

    Insert data on the worksheet

    "},{"t":"M","n":"Vtiful\\Kernel\\Excel::output","p":"Vtiful/Kernel/Excel.html#method_output","d":"

    Generate file

    "},{"t":"M","n":"Vtiful\\Kernel\\Excel::getHandle","p":"Vtiful/Kernel/Excel.html#method_getHandle","d":"

    Get file resource

    "},{"t":"M","n":"Vtiful\\Kernel\\Excel::autoFilter","p":"Vtiful/Kernel/Excel.html#method_autoFilter","d":"

    Auto filter on the worksheet

    "},{"t":"M","n":"Vtiful\\Kernel\\Excel::insertText","p":"Vtiful/Kernel/Excel.html#method_insertText","d":"

    Insert data on the cell

    "},{"t":"M","n":"Vtiful\\Kernel\\Excel::insertDate","p":"Vtiful/Kernel/Excel.html#method_insertDate","d":"

    Insert date on the cell

    "},{"t":"M","n":"Vtiful\\Kernel\\Excel::insertChart","p":"Vtiful/Kernel/Excel.html#method_insertChart","d":"

    Insert chart on the cell

    "},{"t":"M","n":"Vtiful\\Kernel\\Excel::insertUrl","p":"Vtiful/Kernel/Excel.html#method_insertUrl","d":"

    Insert url on the cell

    "},{"t":"M","n":"Vtiful\\Kernel\\Excel::insertImage","p":"Vtiful/Kernel/Excel.html#method_insertImage","d":"

    Insert image on the cell

    "},{"t":"M","n":"Vtiful\\Kernel\\Excel::insertFormula","p":"Vtiful/Kernel/Excel.html#method_insertFormula","d":"

    Insert Formula on the cell

    "},{"t":"M","n":"Vtiful\\Kernel\\Excel::MergeCells","p":"Vtiful/Kernel/Excel.html#method_MergeCells","d":"

    Merge cells

    "},{"t":"M","n":"Vtiful\\Kernel\\Excel::setColumn","p":"Vtiful/Kernel/Excel.html#method_setColumn","d":"

    Set column cells width or format

    "},{"t":"M","n":"Vtiful\\Kernel\\Excel::setRow","p":"Vtiful/Kernel/Excel.html#method_setRow","d":"

    Set row cells height or format

    "},{"t":"M","n":"Vtiful\\Kernel\\Excel::openFile","p":"Vtiful/Kernel/Excel.html#method_openFile","d":"

    Open xlsx file

    "},{"t":"M","n":"Vtiful\\Kernel\\Excel::openSheet","p":"Vtiful/Kernel/Excel.html#method_openSheet","d":"

    Open sheet

    "},{"t":"M","n":"Vtiful\\Kernel\\Excel::setType","p":"Vtiful/Kernel/Excel.html#method_setType","d":"

    Set row cell data type

    "},{"t":"M","n":"Vtiful\\Kernel\\Excel::getSheetData","p":"Vtiful/Kernel/Excel.html#method_getSheetData","d":"

    Read values from the sheet

    "},{"t":"M","n":"Vtiful\\Kernel\\Excel::nextRow","p":"Vtiful/Kernel/Excel.html#method_nextRow","d":"

    Read values from the sheet

    "},{"t":"M","n":"Vtiful\\Kernel\\Excel::nextCellCallback","p":"Vtiful/Kernel/Excel.html#method_nextCellCallback","d":"

    Next Cell In Callback

    "},{"t":"M","n":"Vtiful\\Kernel\\Excel::freezePanes","p":"Vtiful/Kernel/Excel.html#method_freezePanes","d":"

    Freeze panes

    "},{"t":"M","n":"Vtiful\\Kernel\\Excel::gridline","p":"Vtiful/Kernel/Excel.html#method_gridline","d":"Gridline"},{"t":"M","n":"Vtiful\\Kernel\\Excel::zoom","p":"Vtiful/Kernel/Excel.html#method_zoom","d":"

    Worksheet zoom

    "},{"t":"M","n":"Vtiful\\Kernel\\Format::__construct","p":"Vtiful/Kernel/Format.html#method___construct","d":"

    Format constructor.

    "},{"t":"M","n":"Vtiful\\Kernel\\Format::wrap","p":"Vtiful/Kernel/Format.html#method_wrap","d":"Wrap"},{"t":"M","n":"Vtiful\\Kernel\\Format::bold","p":"Vtiful/Kernel/Format.html#method_bold","d":"Bold"},{"t":"M","n":"Vtiful\\Kernel\\Format::italic","p":"Vtiful/Kernel/Format.html#method_italic","d":"Italic"},{"t":"M","n":"Vtiful\\Kernel\\Format::border","p":"Vtiful/Kernel/Format.html#method_border","d":"

    Cells border

    "},{"t":"M","n":"Vtiful\\Kernel\\Format::align","p":"Vtiful/Kernel/Format.html#method_align","d":"Align"},{"t":"M","n":"Vtiful\\Kernel\\Format::number","p":"Vtiful/Kernel/Format.html#method_number","d":"

    Number format

    "},{"t":"M","n":"Vtiful\\Kernel\\Format::fontColor","p":"Vtiful/Kernel/Format.html#method_fontColor","d":"

    Font color

    "},{"t":"M","n":"Vtiful\\Kernel\\Format::font","p":"Vtiful/Kernel/Format.html#method_font","d":"Font"},{"t":"M","n":"Vtiful\\Kernel\\Format::fontSize","p":"Vtiful/Kernel/Format.html#method_fontSize","d":"

    Font size

    "},{"t":"M","n":"Vtiful\\Kernel\\Format::strikeout","p":"Vtiful/Kernel/Format.html#method_strikeout","d":"

    String strikeout

    "},{"t":"M","n":"Vtiful\\Kernel\\Format::underline","p":"Vtiful/Kernel/Format.html#method_underline","d":"Underline"},{"t":"M","n":"Vtiful\\Kernel\\Format::background","p":"Vtiful/Kernel/Format.html#method_background","d":"

    Cell background

    "},{"t":"M","n":"Vtiful\\Kernel\\Format::toResource","p":"Vtiful/Kernel/Format.html#method_toResource","d":"

    Format to resource

    "},{"t":"M","n":"WeakMap::offsetExists","p":"WeakMap.html#method_offsetExists","d":"

    Returns {true} if the value for the object is contained in\nthe {WeakMap} and {false} instead.

    "},{"t":"M","n":"WeakMap::offsetGet","p":"WeakMap.html#method_offsetGet","d":"

    Returns the existsing value by an object.

    "},{"t":"M","n":"WeakMap::offsetSet","p":"WeakMap.html#method_offsetSet","d":"

    Sets a new value for an object.

    "},{"t":"M","n":"WeakMap::offsetUnset","p":"WeakMap.html#method_offsetUnset","d":"

    Force removes an object value from the {WeakMap} instance.

    "},{"t":"M","n":"WeakMap::getIterator","p":"WeakMap.html#method_getIterator","d":"

    Returns an iterator in the "[object => mixed]" format.

    "},{"t":"M","n":"WeakMap::count","p":"WeakMap.html#method_count","d":"

    Returns the number of items in the {WeakMap} instance.

    "},{"t":"M","n":"WeakReference::__construct","p":"WeakReference.html#method___construct","d":"

    This method exists only to disallow instantiation of the WeakReference\nclass. Weak references are to be instantiated with the factory method\nWeakReference::create().

    "},{"t":"M","n":"WeakReference::create","p":"WeakReference.html#method_create","d":"

    Create a new weak reference.

    "},{"t":"M","n":"WeakReference::get","p":"WeakReference.html#method_get","d":"

    Gets a weakly referenced object. If the object has already been\ndestroyed, NULL is returned.

    "},{"t":"M","n":"Worker::collect","p":"Worker.html#method_collect","d":"

    (PECL pthreads >= 3.0.0)
    \nAllows the worker to collect references determined to be garbage by the\noptionally given collector

    "},{"t":"M","n":"Worker::getStacked","p":"Worker.html#method_getStacked","d":"

    (PECL pthreads >= 2.0.0)
    \nReturns the number of tasks left on the stack

    "},{"t":"M","n":"Worker::isShutdown","p":"Worker.html#method_isShutdown","d":"

    (PECL pthreads >= 2.0.0)
    \nWhether the worker has been shutdown or not

    "},{"t":"M","n":"Worker::shutdown","p":"Worker.html#method_shutdown","d":"

    (PECL pthreads >= 2.0.0)
    \nShuts down the Worker after executing all of the stacked tasks

    "},{"t":"M","n":"Worker::stack","p":"Worker.html#method_stack","d":"

    (PECL pthreads >= 2.0.0)
    \nAppends the new work to the stack of the referenced worker

    "},{"t":"M","n":"Worker::unstack","p":"Worker.html#method_unstack","d":"

    (PECL pthreads >= 2.0.0)
    \nRemoves the first task (the oldest one) in the stack

    "},{"t":"M","n":"XMLReader::close","p":"XMLReader.html#method_close","d":"

    Close the XMLReader input

    "},{"t":"M","n":"XMLReader::getAttribute","p":"XMLReader.html#method_getAttribute","d":"

    Get the value of a named attribute

    "},{"t":"M","n":"XMLReader::getAttributeNo","p":"XMLReader.html#method_getAttributeNo","d":"

    Get the value of an attribute by index

    "},{"t":"M","n":"XMLReader::getAttributeNs","p":"XMLReader.html#method_getAttributeNs","d":"

    Get the value of an attribute by localname and URI

    "},{"t":"M","n":"XMLReader::getParserProperty","p":"XMLReader.html#method_getParserProperty","d":"

    Indicates if specified property has been set

    "},{"t":"M","n":"XMLReader::isValid","p":"XMLReader.html#method_isValid","d":"

    Indicates if the parsed document is valid

    "},{"t":"M","n":"XMLReader::lookupNamespace","p":"XMLReader.html#method_lookupNamespace","d":"

    Lookup namespace for a prefix

    "},{"t":"M","n":"XMLReader::moveToAttributeNo","p":"XMLReader.html#method_moveToAttributeNo","d":"

    Move cursor to an attribute by index

    "},{"t":"M","n":"XMLReader::moveToAttribute","p":"XMLReader.html#method_moveToAttribute","d":"

    Move cursor to a named attribute

    "},{"t":"M","n":"XMLReader::moveToAttributeNs","p":"XMLReader.html#method_moveToAttributeNs","d":"

    Move cursor to a named attribute

    "},{"t":"M","n":"XMLReader::moveToElement","p":"XMLReader.html#method_moveToElement","d":"

    Position cursor on the parent Element of current Attribute

    "},{"t":"M","n":"XMLReader::moveToFirstAttribute","p":"XMLReader.html#method_moveToFirstAttribute","d":"

    Position cursor on the first Attribute

    "},{"t":"M","n":"XMLReader::moveToNextAttribute","p":"XMLReader.html#method_moveToNextAttribute","d":"

    Position cursor on the next Attribute

    "},{"t":"M","n":"XMLReader::open","p":"XMLReader.html#method_open","d":"

    Set the URI containing the XML to parse

    "},{"t":"M","n":"XMLReader::read","p":"XMLReader.html#method_read","d":"

    Move to next node in document

    "},{"t":"M","n":"XMLReader::next","p":"XMLReader.html#method_next","d":"

    Move cursor to next node skipping all subtrees

    "},{"t":"M","n":"XMLReader::readInnerXml","p":"XMLReader.html#method_readInnerXml","d":"

    Retrieve XML from current node

    "},{"t":"M","n":"XMLReader::readOuterXml","p":"XMLReader.html#method_readOuterXml","d":"

    Retrieve XML from current node, including it self

    "},{"t":"M","n":"XMLReader::readString","p":"XMLReader.html#method_readString","d":"

    Reads the contents of the current node as a string

    "},{"t":"M","n":"XMLReader::setSchema","p":"XMLReader.html#method_setSchema","d":"

    Validate document against XSD

    "},{"t":"M","n":"XMLReader::setParserProperty","p":"XMLReader.html#method_setParserProperty","d":"

    Set parser options

    "},{"t":"M","n":"XMLReader::setRelaxNGSchema","p":"XMLReader.html#method_setRelaxNGSchema","d":"

    Set the filename or URI for a RelaxNG Schema

    "},{"t":"M","n":"XMLReader::setRelaxNGSchemaSource","p":"XMLReader.html#method_setRelaxNGSchemaSource","d":"

    Set the data containing a RelaxNG Schema

    "},{"t":"M","n":"XMLReader::XML","p":"XMLReader.html#method_XML","d":"

    Set the data containing the XML to parse

    "},{"t":"M","n":"XMLReader::expand","p":"XMLReader.html#method_expand","d":"

    Returns a copy of the current node as a DOM object

    "},{"t":"M","n":"XMLReader::fromUri","p":"XMLReader.html#method_fromUri","d":""},{"t":"M","n":"XMLReader::fromStream","p":"XMLReader.html#method_fromStream","d":""},{"t":"M","n":"XMLReader::fromString","p":"XMLReader.html#method_fromString","d":""},{"t":"M","n":"XMLWriter::openUri","p":"XMLWriter.html#method_openUri","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nCreate new xmlwriter using source uri for output

    "},{"t":"M","n":"XMLWriter::openMemory","p":"XMLWriter.html#method_openMemory","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nCreate new xmlwriter using memory for string output

    "},{"t":"M","n":"XMLWriter::setIndent","p":"XMLWriter.html#method_setIndent","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nToggle indentation on/off.

    "},{"t":"M","n":"XMLWriter::setIndentString","p":"XMLWriter.html#method_setIndentString","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nSet string used for indenting.

    "},{"t":"M","n":"XMLWriter::startComment","p":"XMLWriter.html#method_startComment","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 1.0.0)
    \nCreate start comment

    "},{"t":"M","n":"XMLWriter::endComment","p":"XMLWriter.html#method_endComment","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 1.0.0)
    \nCreate end comment

    "},{"t":"M","n":"XMLWriter::startAttribute","p":"XMLWriter.html#method_startAttribute","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nCreate start attribute

    "},{"t":"M","n":"XMLWriter::endAttribute","p":"XMLWriter.html#method_endAttribute","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nEnd attribute

    "},{"t":"M","n":"XMLWriter::writeAttribute","p":"XMLWriter.html#method_writeAttribute","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nWrite full attribute

    "},{"t":"M","n":"XMLWriter::startAttributeNs","p":"XMLWriter.html#method_startAttributeNs","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nCreate start namespaced attribute

    "},{"t":"M","n":"XMLWriter::writeAttributeNs","p":"XMLWriter.html#method_writeAttributeNs","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nWrite full namespaced attribute

    "},{"t":"M","n":"XMLWriter::startElement","p":"XMLWriter.html#method_startElement","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nCreate start element tag

    "},{"t":"M","n":"XMLWriter::endElement","p":"XMLWriter.html#method_endElement","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nEnd current element

    "},{"t":"M","n":"XMLWriter::fullEndElement","p":"XMLWriter.html#method_fullEndElement","d":"

    (PHP 5 >= 5.2.0, PECL xmlwriter >= 2.0.4)
    \nEnd current element

    "},{"t":"M","n":"XMLWriter::startElementNs","p":"XMLWriter.html#method_startElementNs","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nCreate start namespaced element tag

    "},{"t":"M","n":"XMLWriter::writeElement","p":"XMLWriter.html#method_writeElement","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nWrite full element tag

    "},{"t":"M","n":"XMLWriter::writeElementNs","p":"XMLWriter.html#method_writeElementNs","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nWrite full namespaced element tag

    "},{"t":"M","n":"XMLWriter::startPi","p":"XMLWriter.html#method_startPi","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nCreate start PI tag

    "},{"t":"M","n":"XMLWriter::endPi","p":"XMLWriter.html#method_endPi","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nEnd current PI

    "},{"t":"M","n":"XMLWriter::writePi","p":"XMLWriter.html#method_writePi","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nWrites a PI

    "},{"t":"M","n":"XMLWriter::startCdata","p":"XMLWriter.html#method_startCdata","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nCreate start CDATA tag

    "},{"t":"M","n":"XMLWriter::endCdata","p":"XMLWriter.html#method_endCdata","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nEnd current CDATA

    "},{"t":"M","n":"XMLWriter::writeCdata","p":"XMLWriter.html#method_writeCdata","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nWrite full CDATA tag

    "},{"t":"M","n":"XMLWriter::text","p":"XMLWriter.html#method_text","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nWrite text

    "},{"t":"M","n":"XMLWriter::writeRaw","p":"XMLWriter.html#method_writeRaw","d":"

    (PHP 5 >= 5.2.0, PECL xmlwriter >= 2.0.4)
    \nWrite a raw XML text

    "},{"t":"M","n":"XMLWriter::startDocument","p":"XMLWriter.html#method_startDocument","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nCreate document tag

    "},{"t":"M","n":"XMLWriter::endDocument","p":"XMLWriter.html#method_endDocument","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nEnd current document

    "},{"t":"M","n":"XMLWriter::writeComment","p":"XMLWriter.html#method_writeComment","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nWrite full comment tag

    "},{"t":"M","n":"XMLWriter::startDtd","p":"XMLWriter.html#method_startDtd","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nCreate start DTD tag

    "},{"t":"M","n":"XMLWriter::endDtd","p":"XMLWriter.html#method_endDtd","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nEnd current DTD

    "},{"t":"M","n":"XMLWriter::writeDtd","p":"XMLWriter.html#method_writeDtd","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nWrite full DTD tag

    "},{"t":"M","n":"XMLWriter::startDtdElement","p":"XMLWriter.html#method_startDtdElement","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nCreate start DTD element

    "},{"t":"M","n":"XMLWriter::endDtdElement","p":"XMLWriter.html#method_endDtdElement","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nEnd current DTD element

    "},{"t":"M","n":"XMLWriter::writeDtdElement","p":"XMLWriter.html#method_writeDtdElement","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nWrite full DTD element tag

    "},{"t":"M","n":"XMLWriter::startDtdAttlist","p":"XMLWriter.html#method_startDtdAttlist","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nCreate start DTD AttList

    "},{"t":"M","n":"XMLWriter::endDtdAttlist","p":"XMLWriter.html#method_endDtdAttlist","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nEnd current DTD AttList

    "},{"t":"M","n":"XMLWriter::writeDtdAttlist","p":"XMLWriter.html#method_writeDtdAttlist","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nWrite full DTD AttList tag

    "},{"t":"M","n":"XMLWriter::startDtdEntity","p":"XMLWriter.html#method_startDtdEntity","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nCreate start DTD Entity

    "},{"t":"M","n":"XMLWriter::endDtdEntity","p":"XMLWriter.html#method_endDtdEntity","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nEnd current DTD Entity

    "},{"t":"M","n":"XMLWriter::writeDtdEntity","p":"XMLWriter.html#method_writeDtdEntity","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nWrite full DTD Entity tag

    "},{"t":"M","n":"XMLWriter::outputMemory","p":"XMLWriter.html#method_outputMemory","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nReturns current buffer

    "},{"t":"M","n":"XMLWriter::flush","p":"XMLWriter.html#method_flush","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 1.0.0)
    \nFlush current buffer

    "},{"t":"M","n":"XMLWriter::toUri","p":"XMLWriter.html#method_toUri","d":""},{"t":"M","n":"XMLWriter::toMemory","p":"XMLWriter.html#method_toMemory","d":""},{"t":"M","n":"XMLWriter::toStream","p":"XMLWriter.html#method_toStream","d":""},{"t":"M","n":"XSLTProcessor::importStylesheet","p":"XSLTProcessor.html#method_importStylesheet","d":"

    Import stylesheet

    "},{"t":"M","n":"XSLTProcessor::transformToDoc","p":"XSLTProcessor.html#method_transformToDoc","d":"

    Transform to a DOMDocument

    "},{"t":"M","n":"XSLTProcessor::transformToUri","p":"XSLTProcessor.html#method_transformToUri","d":"

    Transform to URI

    "},{"t":"M","n":"XSLTProcessor::transformToXml","p":"XSLTProcessor.html#method_transformToXml","d":"

    Transform to XML

    "},{"t":"M","n":"XSLTProcessor::setParameter","p":"XSLTProcessor.html#method_setParameter","d":"

    Set value for a parameter

    "},{"t":"M","n":"XSLTProcessor::getParameter","p":"XSLTProcessor.html#method_getParameter","d":"

    Get value of a parameter

    "},{"t":"M","n":"XSLTProcessor::removeParameter","p":"XSLTProcessor.html#method_removeParameter","d":"

    Remove parameter

    "},{"t":"M","n":"XSLTProcessor::hasExsltSupport","p":"XSLTProcessor.html#method_hasExsltSupport","d":"

    Determine if PHP has EXSLT support

    "},{"t":"M","n":"XSLTProcessor::registerPHPFunctions","p":"XSLTProcessor.html#method_registerPHPFunctions","d":"

    Enables the ability to use PHP functions as XSLT functions

    "},{"t":"M","n":"XSLTProcessor::setProfiling","p":"XSLTProcessor.html#method_setProfiling","d":"

    Sets profiling output file

    "},{"t":"M","n":"XSLTProcessor::setSecurityPrefs","p":"XSLTProcessor.html#method_setSecurityPrefs","d":"

    Set security preferences

    "},{"t":"M","n":"XSLTProcessor::getSecurityPrefs","p":"XSLTProcessor.html#method_getSecurityPrefs","d":"

    Get security preferences

    "},{"t":"M","n":"XXTEA::encrypt","p":"XXTEA.html#method_encrypt","d":"

    Encrypts data.

    "},{"t":"M","n":"XXTEA::decrypt","p":"XXTEA.html#method_decrypt","d":"

    Decrypts data.

    "},{"t":"M","n":"Yaf\\Action_Abstract::execute","p":"Yaf/Action_Abstract.html#method_execute","d":"

    user should always define this method for a action, this is the entry point of an action. \\Yaf\\Action_Abstract::execute() may have arguments.

    \n


    \nNote:

    \n

    The value retrieved from the request is not safe. you should do some filtering work before you use it.

    "},{"t":"M","n":"Yaf\\Action_Abstract::getController","p":"Yaf/Action_Abstract.html#method_getController","d":"

    retrieve current controller object.

    "},{"t":"M","n":"Yaf\\Application::__construct","p":"Yaf/Application.html#method___construct","d":""},{"t":"M","n":"Yaf\\Application::run","p":"Yaf/Application.html#method_run","d":"

    Run a \\Yaf\\Application, let the \\Yaf\\Application accept a request, and route the request, dispatch to controller/action, and render response.

    "},{"t":"M","n":"Yaf\\Application::execute","p":"Yaf/Application.html#method_execute","d":"

    This method is typically used to run \\Yaf\\Application in a crontab work.

    "},{"t":"M","n":"Yaf\\Application::app","p":"Yaf/Application.html#method_app","d":"

    Retrieve the \\Yaf\\Application instance, alternatively, we also could use \\Yaf\\Dispatcher::getApplication().

    "},{"t":"M","n":"Yaf\\Application::environ","p":"Yaf/Application.html#method_environ","d":"

    Retrieve environ which was defined in yaf.environ which has a default value "product".

    "},{"t":"M","n":"Yaf\\Application::bootstrap","p":"Yaf/Application.html#method_bootstrap","d":"

    Run a Bootstrap, all the methods defined in the Bootstrap and named with prefix "_init" will be called according to their declaration order, if the parameter bootstrap is not supplied, Yaf will look for a Bootstrap under application.directory.

    "},{"t":"M","n":"Yaf\\Application::getConfig","p":"Yaf/Application.html#method_getConfig","d":""},{"t":"M","n":"Yaf\\Application::getModules","p":"Yaf/Application.html#method_getModules","d":"

    Get the modules list defined in config, if no one defined, there will always be a module named "Index".

    "},{"t":"M","n":"Yaf\\Application::getDispatcher","p":"Yaf/Application.html#method_getDispatcher","d":""},{"t":"M","n":"Yaf\\Application::setAppDirectory","p":"Yaf/Application.html#method_setAppDirectory","d":"

    Change the application directory

    "},{"t":"M","n":"Yaf\\Application::getAppDirectory","p":"Yaf/Application.html#method_getAppDirectory","d":""},{"t":"M","n":"Yaf\\Application::getLastErrorNo","p":"Yaf/Application.html#method_getLastErrorNo","d":""},{"t":"M","n":"Yaf\\Application::getLastErrorMsg","p":"Yaf/Application.html#method_getLastErrorMsg","d":""},{"t":"M","n":"Yaf\\Application::clearLastError","p":"Yaf/Application.html#method_clearLastError","d":""},{"t":"M","n":"Yaf\\Application::__destruct","p":"Yaf/Application.html#method___destruct","d":""},{"t":"M","n":"Yaf\\Config\\Ini::__get","p":"Yaf/Config/Ini.html#method___get","d":""},{"t":"M","n":"Yaf\\Config\\Ini::__set","p":"Yaf/Config/Ini.html#method___set","d":""},{"t":"M","n":"Yaf\\Config\\Ini::get","p":"Yaf/Config/Ini.html#method_get","d":""},{"t":"M","n":"Yaf\\Config\\Ini::set","p":"Yaf/Config/Ini.html#method_set","d":""},{"t":"M","n":"Yaf\\Config\\Ini::toArray","p":"Yaf/Config/Ini.html#method_toArray","d":""},{"t":"M","n":"Yaf\\Config\\Ini::readonly","p":"Yaf/Config/Ini.html#method_readonly","d":""},{"t":"M","n":"Yaf\\Config\\Ini::__construct","p":"Yaf/Config/Ini.html#method___construct","d":""},{"t":"M","n":"Yaf\\Config\\Ini::__isset","p":"Yaf/Config/Ini.html#method___isset","d":""},{"t":"M","n":"Yaf\\Config\\Ini::count","p":"Yaf/Config/Ini.html#method_count","d":""},{"t":"M","n":"Yaf\\Config\\Ini::rewind","p":"Yaf/Config/Ini.html#method_rewind","d":""},{"t":"M","n":"Yaf\\Config\\Ini::current","p":"Yaf/Config/Ini.html#method_current","d":""},{"t":"M","n":"Yaf\\Config\\Ini::next","p":"Yaf/Config/Ini.html#method_next","d":""},{"t":"M","n":"Yaf\\Config\\Ini::valid","p":"Yaf/Config/Ini.html#method_valid","d":""},{"t":"M","n":"Yaf\\Config\\Ini::key","p":"Yaf/Config/Ini.html#method_key","d":""},{"t":"M","n":"Yaf\\Config\\Ini::offsetUnset","p":"Yaf/Config/Ini.html#method_offsetUnset","d":""},{"t":"M","n":"Yaf\\Config\\Ini::offsetGet","p":"Yaf/Config/Ini.html#method_offsetGet","d":""},{"t":"M","n":"Yaf\\Config\\Ini::offsetExists","p":"Yaf/Config/Ini.html#method_offsetExists","d":""},{"t":"M","n":"Yaf\\Config\\Ini::offsetSet","p":"Yaf/Config/Ini.html#method_offsetSet","d":""},{"t":"M","n":"Yaf\\Config\\Simple::__get","p":"Yaf/Config/Simple.html#method___get","d":""},{"t":"M","n":"Yaf\\Config\\Simple::__set","p":"Yaf/Config/Simple.html#method___set","d":""},{"t":"M","n":"Yaf\\Config\\Simple::get","p":"Yaf/Config/Simple.html#method_get","d":""},{"t":"M","n":"Yaf\\Config\\Simple::set","p":"Yaf/Config/Simple.html#method_set","d":""},{"t":"M","n":"Yaf\\Config\\Simple::toArray","p":"Yaf/Config/Simple.html#method_toArray","d":""},{"t":"M","n":"Yaf\\Config\\Simple::readonly","p":"Yaf/Config/Simple.html#method_readonly","d":""},{"t":"M","n":"Yaf\\Config\\Simple::__construct","p":"Yaf/Config/Simple.html#method___construct","d":""},{"t":"M","n":"Yaf\\Config\\Simple::__isset","p":"Yaf/Config/Simple.html#method___isset","d":""},{"t":"M","n":"Yaf\\Config\\Simple::count","p":"Yaf/Config/Simple.html#method_count","d":""},{"t":"M","n":"Yaf\\Config\\Simple::rewind","p":"Yaf/Config/Simple.html#method_rewind","d":""},{"t":"M","n":"Yaf\\Config\\Simple::current","p":"Yaf/Config/Simple.html#method_current","d":""},{"t":"M","n":"Yaf\\Config\\Simple::next","p":"Yaf/Config/Simple.html#method_next","d":""},{"t":"M","n":"Yaf\\Config\\Simple::valid","p":"Yaf/Config/Simple.html#method_valid","d":""},{"t":"M","n":"Yaf\\Config\\Simple::key","p":"Yaf/Config/Simple.html#method_key","d":""},{"t":"M","n":"Yaf\\Config\\Simple::offsetUnset","p":"Yaf/Config/Simple.html#method_offsetUnset","d":""},{"t":"M","n":"Yaf\\Config\\Simple::offsetGet","p":"Yaf/Config/Simple.html#method_offsetGet","d":""},{"t":"M","n":"Yaf\\Config\\Simple::offsetExists","p":"Yaf/Config/Simple.html#method_offsetExists","d":""},{"t":"M","n":"Yaf\\Config\\Simple::offsetSet","p":"Yaf/Config/Simple.html#method_offsetSet","d":""},{"t":"M","n":"Yaf\\Config_Abstract::get","p":"Yaf/Config_Abstract.html#method_get","d":""},{"t":"M","n":"Yaf\\Config_Abstract::set","p":"Yaf/Config_Abstract.html#method_set","d":""},{"t":"M","n":"Yaf\\Config_Abstract::readonly","p":"Yaf/Config_Abstract.html#method_readonly","d":""},{"t":"M","n":"Yaf\\Config_Abstract::toArray","p":"Yaf/Config_Abstract.html#method_toArray","d":""},{"t":"M","n":"Yaf\\Controller_Abstract::render","p":"Yaf/Controller_Abstract.html#method_render","d":""},{"t":"M","n":"Yaf\\Controller_Abstract::display","p":"Yaf/Controller_Abstract.html#method_display","d":""},{"t":"M","n":"Yaf\\Controller_Abstract::getRequest","p":"Yaf/Controller_Abstract.html#method_getRequest","d":"

    retrieve current request object

    "},{"t":"M","n":"Yaf\\Controller_Abstract::getResponse","p":"Yaf/Controller_Abstract.html#method_getResponse","d":"

    retrieve current response object

    "},{"t":"M","n":"Yaf\\Controller_Abstract::getModuleName","p":"Yaf/Controller_Abstract.html#method_getModuleName","d":"

    get the controller's module name

    "},{"t":"M","n":"Yaf\\Controller_Abstract::getView","p":"Yaf/Controller_Abstract.html#method_getView","d":"

    retrieve view engine

    "},{"t":"M","n":"Yaf\\Controller_Abstract::initView","p":"Yaf/Controller_Abstract.html#method_initView","d":""},{"t":"M","n":"Yaf\\Controller_Abstract::setViewpath","p":"Yaf/Controller_Abstract.html#method_setViewpath","d":""},{"t":"M","n":"Yaf\\Controller_Abstract::getViewpath","p":"Yaf/Controller_Abstract.html#method_getViewpath","d":""},{"t":"M","n":"Yaf\\Controller_Abstract::forward","p":"Yaf/Controller_Abstract.html#method_forward","d":"

    forward current execution process to other action.

    \n


    \nNote:

    \n

    this method doesn't switch to the destination action immediately, it will take place after current flow finish.

    \n


    \nNotice, there are 3 available method signatures:

    \n

    \\Yaf\\Controller_Abstract::forward ( string $module , string $controller , string $action [, array $parameters ] )

    \n

    \\Yaf\\Controller_Abstract::forward ( string $controller , string $action [, array $parameters ] )

    \n

    \\Yaf\\Controller_Abstract::forward ( string $action [, array $parameters ] )

    "},{"t":"M","n":"Yaf\\Controller_Abstract::redirect","p":"Yaf/Controller_Abstract.html#method_redirect","d":"

    redirect to a URL by sending a 302 header

    "},{"t":"M","n":"Yaf\\Controller_Abstract::getInvokeArgs","p":"Yaf/Controller_Abstract.html#method_getInvokeArgs","d":""},{"t":"M","n":"Yaf\\Controller_Abstract::getInvokeArg","p":"Yaf/Controller_Abstract.html#method_getInvokeArg","d":""},{"t":"M","n":"Yaf\\Controller_Abstract::init","p":"Yaf/Controller_Abstract.html#method_init","d":"

    \\Yaf\\Controller_Abstract::__construct() is final, which means users can not override it. but users can define \\Yaf\\Controller_Abstract::init(), which will be called after controller object is instantiated.

    "},{"t":"M","n":"Yaf\\Controller_Abstract::__construct","p":"Yaf/Controller_Abstract.html#method___construct","d":"

    \\Yaf\\Controller_Abstract::__construct() is final, which means it can not be overridden. You may want to see \\Yaf\\Controller_Abstract::init() instead.

    "},{"t":"M","n":"Yaf\\Dispatcher::enableView","p":"Yaf/Dispatcher.html#method_enableView","d":"

    enable view rendering

    "},{"t":"M","n":"Yaf\\Dispatcher::disableView","p":"Yaf/Dispatcher.html#method_disableView","d":"

    disable view engine, used in some app that user will output by himself


    \nNote:\n

    you can simply return FALSE in a action to prevent the auto-rendering of that action

    "},{"t":"M","n":"Yaf\\Dispatcher::initView","p":"Yaf/Dispatcher.html#method_initView","d":"

    Initialize view and return it

    "},{"t":"M","n":"Yaf\\Dispatcher::setView","p":"Yaf/Dispatcher.html#method_setView","d":"

    This method provides a solution for that if you want use a custom view engine instead of \\Yaf\\View\\Simple

    "},{"t":"M","n":"Yaf\\Dispatcher::setRequest","p":"Yaf/Dispatcher.html#method_setRequest","d":""},{"t":"M","n":"Yaf\\Dispatcher::getApplication","p":"Yaf/Dispatcher.html#method_getApplication","d":"

    Retrieve the \\Yaf\\Application instance. same as \\Yaf\\Application::app().

    "},{"t":"M","n":"Yaf\\Dispatcher::getRouter","p":"Yaf/Dispatcher.html#method_getRouter","d":""},{"t":"M","n":"Yaf\\Dispatcher::getRequest","p":"Yaf/Dispatcher.html#method_getRequest","d":""},{"t":"M","n":"Yaf\\Dispatcher::setErrorHandler","p":"Yaf/Dispatcher.html#method_setErrorHandler","d":"

    Set error handler for Yaf. when application.dispatcher.throwException is off, Yaf will trigger catch-able error while unexpected errors occurred.


    \n

    Thus, this error handler will be called while the error raise.

    "},{"t":"M","n":"Yaf\\Dispatcher::setDefaultModule","p":"Yaf/Dispatcher.html#method_setDefaultModule","d":"

    Change default module name

    "},{"t":"M","n":"Yaf\\Dispatcher::setDefaultController","p":"Yaf/Dispatcher.html#method_setDefaultController","d":"

    Change default controller name

    "},{"t":"M","n":"Yaf\\Dispatcher::setDefaultAction","p":"Yaf/Dispatcher.html#method_setDefaultAction","d":"

    Change default action name

    "},{"t":"M","n":"Yaf\\Dispatcher::returnResponse","p":"Yaf/Dispatcher.html#method_returnResponse","d":""},{"t":"M","n":"Yaf\\Dispatcher::autoRender","p":"Yaf/Dispatcher.html#method_autoRender","d":"

    \\Yaf\\Dispatcher will render automatically after dispatches an incoming request, you can prevent the rendering by calling this method with $flag TRUE


    \nNote:\n

    you can simply return FALSE in a action to prevent the auto-rendering of that action

    "},{"t":"M","n":"Yaf\\Dispatcher::flushInstantly","p":"Yaf/Dispatcher.html#method_flushInstantly","d":"

    Switch on/off the instant flushing

    "},{"t":"M","n":"Yaf\\Dispatcher::getInstance","p":"Yaf/Dispatcher.html#method_getInstance","d":""},{"t":"M","n":"Yaf\\Dispatcher::dispatch","p":"Yaf/Dispatcher.html#method_dispatch","d":"

    This method does the heavy work of the \\Yaf\\Dispatcher. It take a request object.


    \n

    The dispatch process has three distinct events:

    \n
      \n
    • Routing
    • \n
    • Dispatching
    • \n
    • Response
    • \n
    \n

    Routing takes place exactly once, using the values in the request object when dispatch() is called. Dispatching takes place in a loop; a request may either indicate multiple actions to dispatch, or the controller or a plugin may reset the request object to force additional actions to dispatch(see \\Yaf\\Plugin_Abstract. When all is done, the \\Yaf\\Dispatcher returns a response.

    "},{"t":"M","n":"Yaf\\Dispatcher::throwException","p":"Yaf/Dispatcher.html#method_throwException","d":"

    Switch on/off exception throwing while unexpected error occurring. When this is on, Yaf will throwing exceptions instead of triggering catchable errors.


    \n

    You can also use application.dispatcher.throwException to achieve the same purpose.

    "},{"t":"M","n":"Yaf\\Dispatcher::catchException","p":"Yaf/Dispatcher.html#method_catchException","d":"

    While the application.dispatcher.throwException is On(you can also calling to \\Yaf\\Dispatcher::throwException(TRUE) to enable it), Yaf will throw \\Exception whe error occurs instead of trigger error.


    \n

    then if you enable \\Yaf\\Dispatcher::catchException()(also can enabled by set application.dispatcher.catchException), all uncaught \\Exceptions will be caught by ErrorController::error if you have defined one.

    "},{"t":"M","n":"Yaf\\Dispatcher::registerPlugin","p":"Yaf/Dispatcher.html#method_registerPlugin","d":"

    Register a plugin(see \\Yaf\\Plugin_Abstract). Generally, we register plugins in Bootstrap(see \\Yaf\\Bootstrap_Abstract).

    "},{"t":"M","n":"Yaf\\Loader::autoload","p":"Yaf/Loader.html#method_autoload","d":""},{"t":"M","n":"Yaf\\Loader::getInstance","p":"Yaf/Loader.html#method_getInstance","d":""},{"t":"M","n":"Yaf\\Loader::registerLocalNamespace","p":"Yaf/Loader.html#method_registerLocalNamespace","d":"

    Register local class prefix name, \\Yaf\\Loader search classes in two library directories, the one is configured via application.library.directory(in application.ini) which is called local library directory; the other is configured via yaf.library (in php.ini) which is called global library directory, since it can be shared by many applications in the same server.

    \n


    \n

    When an autoloading is triggered, \\Yaf\\Loader will determine which library directory should be searched in by examining the prefix name of the missed classname. If the prefix name is registered as a local namespace then look for it in local library directory, otherwise look for it in global library directory.

    \n


    \nNote:

    \n

    If yaf.library is not configured, then the global library directory is assumed to be the local library directory. in that case, all autoloading will look for local library directory. But if you want your Yaf application be strong, then always register your own classes as local classes.

    "},{"t":"M","n":"Yaf\\Loader::getLocalNamespace","p":"Yaf/Loader.html#method_getLocalNamespace","d":""},{"t":"M","n":"Yaf\\Loader::clearLocalNamespace","p":"Yaf/Loader.html#method_clearLocalNamespace","d":""},{"t":"M","n":"Yaf\\Loader::isLocalName","p":"Yaf/Loader.html#method_isLocalName","d":""},{"t":"M","n":"Yaf\\Loader::import","p":"Yaf/Loader.html#method_import","d":""},{"t":"M","n":"Yaf\\Loader::setLibraryPath","p":"Yaf/Loader.html#method_setLibraryPath","d":""},{"t":"M","n":"Yaf\\Loader::getLibraryPath","p":"Yaf/Loader.html#method_getLibraryPath","d":""},{"t":"M","n":"Yaf\\Plugin_Abstract::routerStartup","p":"Yaf/Plugin_Abstract.html#method_routerStartup","d":"

    This is the earliest hook in Yaf plugin hook system, if a custom plugin implement this method, then it will be called before routing a request.

    "},{"t":"M","n":"Yaf\\Plugin_Abstract::routerShutdown","p":"Yaf/Plugin_Abstract.html#method_routerShutdown","d":"

    This hook will be trigged after the route process finished, this hook is usually used for login check.

    "},{"t":"M","n":"Yaf\\Plugin_Abstract::dispatchLoopStartup","p":"Yaf/Plugin_Abstract.html#method_dispatchLoopStartup","d":""},{"t":"M","n":"Yaf\\Plugin_Abstract::dispatchLoopShutdown","p":"Yaf/Plugin_Abstract.html#method_dispatchLoopShutdown","d":"

    This is the latest hook in Yaf plugin hook system, if a custom plugin implement this method, then it will be called after the dispatch loop finished.

    "},{"t":"M","n":"Yaf\\Plugin_Abstract::preDispatch","p":"Yaf/Plugin_Abstract.html#method_preDispatch","d":""},{"t":"M","n":"Yaf\\Plugin_Abstract::postDispatch","p":"Yaf/Plugin_Abstract.html#method_postDispatch","d":""},{"t":"M","n":"Yaf\\Plugin_Abstract::preResponse","p":"Yaf/Plugin_Abstract.html#method_preResponse","d":""},{"t":"M","n":"Yaf\\Registry::get","p":"Yaf/Registry.html#method_get","d":"

    Retrieve an item from registry

    "},{"t":"M","n":"Yaf\\Registry::has","p":"Yaf/Registry.html#method_has","d":"

    Check whether an item exists

    "},{"t":"M","n":"Yaf\\Registry::set","p":"Yaf/Registry.html#method_set","d":""},{"t":"M","n":"Yaf\\Registry::del","p":"Yaf/Registry.html#method_del","d":""},{"t":"M","n":"Yaf\\Request\\Http::getQuery","p":"Yaf/Request/Http.html#method_getQuery","d":"

    Retrieve $_GET variable

    "},{"t":"M","n":"Yaf\\Request\\Http::getRequest","p":"Yaf/Request/Http.html#method_getRequest","d":"

    Retrieve $_REQUEST variable

    "},{"t":"M","n":"Yaf\\Request\\Http::getPost","p":"Yaf/Request/Http.html#method_getPost","d":"

    Retrieve $_POST variable

    "},{"t":"M","n":"Yaf\\Request\\Http::getCookie","p":"Yaf/Request/Http.html#method_getCookie","d":"

    Retrieve $_COOKIE variable

    "},{"t":"M","n":"Yaf\\Request\\Http::getFiles","p":"Yaf/Request/Http.html#method_getFiles","d":"

    Retrieve $_FILES variable

    "},{"t":"M","n":"Yaf\\Request\\Http::get","p":"Yaf/Request/Http.html#method_get","d":"

    Retrieve variable from client, this method will search the name in $_REQUEST params, if the name is not found, then will search in $_POST, $_GET, $_COOKIE, $_SERVER

    "},{"t":"M","n":"Yaf\\Request\\Http::isXmlHttpRequest","p":"Yaf/Request/Http.html#method_isXmlHttpRequest","d":"

    Check the request whether it is a Ajax Request

    "},{"t":"M","n":"Yaf\\Request\\Http::__construct","p":"Yaf/Request/Http.html#method___construct","d":""},{"t":"M","n":"Yaf\\Request\\Simple::getQuery","p":"Yaf/Request/Simple.html#method_getQuery","d":"

    Retrieve $_GET variable

    "},{"t":"M","n":"Yaf\\Request\\Simple::getRequest","p":"Yaf/Request/Simple.html#method_getRequest","d":"

    Retrieve $_REQUEST variable

    "},{"t":"M","n":"Yaf\\Request\\Simple::getPost","p":"Yaf/Request/Simple.html#method_getPost","d":"

    Retrieve $_POST variable

    "},{"t":"M","n":"Yaf\\Request\\Simple::getCookie","p":"Yaf/Request/Simple.html#method_getCookie","d":"

    Retrieve $_Cookie variable

    "},{"t":"M","n":"Yaf\\Request\\Simple::getFiles","p":"Yaf/Request/Simple.html#method_getFiles","d":""},{"t":"M","n":"Yaf\\Request\\Simple::get","p":"Yaf/Request/Simple.html#method_get","d":"

    Retrieve variable from client, this method will search the name in $_REQUEST params, if the name is not found, then will search in $_POST, $_GET, $_COOKIE, $_SERVER

    "},{"t":"M","n":"Yaf\\Request\\Simple::isXmlHttpRequest","p":"Yaf/Request/Simple.html#method_isXmlHttpRequest","d":"

    Check the request whether it is a Ajax Request

    "},{"t":"M","n":"Yaf\\Request\\Simple::__construct","p":"Yaf/Request/Simple.html#method___construct","d":""},{"t":"M","n":"Yaf\\Request_Abstract::isGet","p":"Yaf/Request_Abstract.html#method_isGet","d":""},{"t":"M","n":"Yaf\\Request_Abstract::isPost","p":"Yaf/Request_Abstract.html#method_isPost","d":""},{"t":"M","n":"Yaf\\Request_Abstract::isPut","p":"Yaf/Request_Abstract.html#method_isPut","d":""},{"t":"M","n":"Yaf\\Request_Abstract::isHead","p":"Yaf/Request_Abstract.html#method_isHead","d":""},{"t":"M","n":"Yaf\\Request_Abstract::isOptions","p":"Yaf/Request_Abstract.html#method_isOptions","d":""},{"t":"M","n":"Yaf\\Request_Abstract::isCli","p":"Yaf/Request_Abstract.html#method_isCli","d":""},{"t":"M","n":"Yaf\\Request_Abstract::isDispatched","p":"Yaf/Request_Abstract.html#method_isDispatched","d":""},{"t":"M","n":"Yaf\\Request_Abstract::isRouted","p":"Yaf/Request_Abstract.html#method_isRouted","d":""},{"t":"M","n":"Yaf\\Request_Abstract::isXmlHttpRequest","p":"Yaf/Request_Abstract.html#method_isXmlHttpRequest","d":""},{"t":"M","n":"Yaf\\Request_Abstract::getServer","p":"Yaf/Request_Abstract.html#method_getServer","d":"

    Retrieve $_SERVER variable

    "},{"t":"M","n":"Yaf\\Request_Abstract::getEnv","p":"Yaf/Request_Abstract.html#method_getEnv","d":"

    Retrieve $_ENV variable

    "},{"t":"M","n":"Yaf\\Request_Abstract::getParam","p":"Yaf/Request_Abstract.html#method_getParam","d":""},{"t":"M","n":"Yaf\\Request_Abstract::getParams","p":"Yaf/Request_Abstract.html#method_getParams","d":""},{"t":"M","n":"Yaf\\Request_Abstract::getException","p":"Yaf/Request_Abstract.html#method_getException","d":""},{"t":"M","n":"Yaf\\Request_Abstract::getModuleName","p":"Yaf/Request_Abstract.html#method_getModuleName","d":""},{"t":"M","n":"Yaf\\Request_Abstract::getControllerName","p":"Yaf/Request_Abstract.html#method_getControllerName","d":""},{"t":"M","n":"Yaf\\Request_Abstract::getActionName","p":"Yaf/Request_Abstract.html#method_getActionName","d":""},{"t":"M","n":"Yaf\\Request_Abstract::setParam","p":"Yaf/Request_Abstract.html#method_setParam","d":""},{"t":"M","n":"Yaf\\Request_Abstract::setModuleName","p":"Yaf/Request_Abstract.html#method_setModuleName","d":""},{"t":"M","n":"Yaf\\Request_Abstract::setControllerName","p":"Yaf/Request_Abstract.html#method_setControllerName","d":""},{"t":"M","n":"Yaf\\Request_Abstract::setActionName","p":"Yaf/Request_Abstract.html#method_setActionName","d":""},{"t":"M","n":"Yaf\\Request_Abstract::getMethod","p":"Yaf/Request_Abstract.html#method_getMethod","d":""},{"t":"M","n":"Yaf\\Request_Abstract::getLanguage","p":"Yaf/Request_Abstract.html#method_getLanguage","d":""},{"t":"M","n":"Yaf\\Request_Abstract::setBaseUri","p":"Yaf/Request_Abstract.html#method_setBaseUri","d":"

    Set base URI, base URI is used when doing routing, in routing phase request URI is used to route a request, while base URI is used to skip the leading part(base URI) of request URI. That is, if comes a request with request URI a/b/c, then if you set base URI to \"a/b\", only \"/c\" will be used in routing phase.

    \n


    \nNote:

    \n

    generally, you don't need to set this, Yaf will determine it automatically.

    "},{"t":"M","n":"Yaf\\Request_Abstract::getBaseUri","p":"Yaf/Request_Abstract.html#method_getBaseUri","d":""},{"t":"M","n":"Yaf\\Request_Abstract::getRequestUri","p":"Yaf/Request_Abstract.html#method_getRequestUri","d":""},{"t":"M","n":"Yaf\\Request_Abstract::setRequestUri","p":"Yaf/Request_Abstract.html#method_setRequestUri","d":""},{"t":"M","n":"Yaf\\Request_Abstract::setDispatched","p":"Yaf/Request_Abstract.html#method_setDispatched","d":"

    Set request as dispatched

    "},{"t":"M","n":"Yaf\\Request_Abstract::setRouted","p":"Yaf/Request_Abstract.html#method_setRouted","d":"

    Set request as routed

    "},{"t":"M","n":"Yaf\\Response\\Http::setHeader","p":"Yaf/Response/Http.html#method_setHeader","d":""},{"t":"M","n":"Yaf\\Response\\Http::setAllHeaders","p":"Yaf/Response/Http.html#method_setAllHeaders","d":""},{"t":"M","n":"Yaf\\Response\\Http::getHeader","p":"Yaf/Response/Http.html#method_getHeader","d":""},{"t":"M","n":"Yaf\\Response\\Http::clearHeaders","p":"Yaf/Response/Http.html#method_clearHeaders","d":""},{"t":"M","n":"Yaf\\Response\\Http::setRedirect","p":"Yaf/Response/Http.html#method_setRedirect","d":""},{"t":"M","n":"Yaf\\Response\\Http::response","p":"Yaf/Response/Http.html#method_response","d":"

    send response

    "},{"t":"M","n":"Yaf\\Response_Abstract::__construct","p":"Yaf/Response_Abstract.html#method___construct","d":""},{"t":"M","n":"Yaf\\Response_Abstract::__destruct","p":"Yaf/Response_Abstract.html#method___destruct","d":""},{"t":"M","n":"Yaf\\Response_Abstract::__toString","p":"Yaf/Response_Abstract.html#method___toString","d":""},{"t":"M","n":"Yaf\\Response_Abstract::setBody","p":"Yaf/Response_Abstract.html#method_setBody","d":"

    Set content to response

    "},{"t":"M","n":"Yaf\\Response_Abstract::appendBody","p":"Yaf/Response_Abstract.html#method_appendBody","d":"

    append a content to a exists content block

    "},{"t":"M","n":"Yaf\\Response_Abstract::prependBody","p":"Yaf/Response_Abstract.html#method_prependBody","d":"

    prepend a content to a exists content block

    "},{"t":"M","n":"Yaf\\Response_Abstract::clearBody","p":"Yaf/Response_Abstract.html#method_clearBody","d":"

    Clear existing content

    "},{"t":"M","n":"Yaf\\Response_Abstract::getBody","p":"Yaf/Response_Abstract.html#method_getBody","d":"

    Retrieve an existing content

    "},{"t":"M","n":"Yaf\\Route\\Map::__construct","p":"Yaf/Route/Map.html#method___construct","d":""},{"t":"M","n":"Yaf\\Route\\Map::route","p":"Yaf/Route/Map.html#method_route","d":""},{"t":"M","n":"Yaf\\Route\\Map::assemble","p":"Yaf/Route/Map.html#method_assemble","d":"

    \\Yaf\\Route\\Map::assemble() - Assemble a url

    "},{"t":"M","n":"Yaf\\Route\\Regex::__construct","p":"Yaf/Route/Regex.html#method___construct","d":""},{"t":"M","n":"Yaf\\Route\\Regex::route","p":"Yaf/Route/Regex.html#method_route","d":"

    Route a incoming request.

    "},{"t":"M","n":"Yaf\\Route\\Regex::assemble","p":"Yaf/Route/Regex.html#method_assemble","d":"

    \\Yaf\\Route\\Regex::assemble() - Assemble a url

    "},{"t":"M","n":"Yaf\\Route\\Rewrite::__construct","p":"Yaf/Route/Rewrite.html#method___construct","d":""},{"t":"M","n":"Yaf\\Route\\Rewrite::route","p":"Yaf/Route/Rewrite.html#method_route","d":""},{"t":"M","n":"Yaf\\Route\\Rewrite::assemble","p":"Yaf/Route/Rewrite.html#method_assemble","d":"

    \\Yaf\\Route\\Rewrite::assemble() - Assemble a url

    "},{"t":"M","n":"Yaf\\Route\\Simple::__construct","p":"Yaf/Route/Simple.html#method___construct","d":"

    \\Yaf\\Route\\Simple will get route info from query string. and the parameters of this constructor will used as keys while searching for the route info in $_GET.

    "},{"t":"M","n":"Yaf\\Route\\Simple::route","p":"Yaf/Route/Simple.html#method_route","d":"

    see \\Yaf\\Route\\Simple::__construct()

    "},{"t":"M","n":"Yaf\\Route\\Simple::assemble","p":"Yaf/Route/Simple.html#method_assemble","d":"

    \\Yaf\\Route\\Simple::assemble() - Assemble a url

    "},{"t":"M","n":"Yaf\\Route\\Supervar::__construct","p":"Yaf/Route/Supervar.html#method___construct","d":"

    \\Yaf\\Route\\Supervar is similar to \\Yaf\\Route_Static, the difference is that \\Yaf\\Route\\Supervar will look for path info in query string, and the parameter supervar_name is the key.

    "},{"t":"M","n":"Yaf\\Route\\Supervar::route","p":"Yaf/Route/Supervar.html#method_route","d":""},{"t":"M","n":"Yaf\\Route\\Supervar::assemble","p":"Yaf/Route/Supervar.html#method_assemble","d":"

    \\Yaf\\Route\\Supervar::assemble() - Assemble a url

    "},{"t":"M","n":"Yaf\\Route_Interface::route","p":"Yaf/Route_Interface.html#method_route","d":"

    \\Yaf\\Route_Interface::route() is the only method that a custom route should implement.


    \n

    if this method return TRUE, then the route process will be end. otherwise, \\Yaf\\Router will call next route in the route stack to route request.


    \n

    This method would set the route result to the parameter request, by calling \\Yaf\\Request_Abstract::setControllerName(), \\Yaf\\Request_Abstract::setActionName() and \\Yaf\\Request_Abstract::setModuleName().


    \n

    This method should also call \\Yaf\\Request_Abstract::setRouted() to make the request routed at last.

    "},{"t":"M","n":"Yaf\\Route_Interface::assemble","p":"Yaf/Route_Interface.html#method_assemble","d":"

    \\Yaf\\Route_Interface::assemble() - assemble a request


    \n

    this method returns a url according to the argument info, and append query strings to the url according to the argument query.

    \n

    a route should implement this method according to its own route rules, and do a reverse progress.

    "},{"t":"M","n":"Yaf\\Route_Static::match","p":"Yaf/Route_Static.html#method_match","d":""},{"t":"M","n":"Yaf\\Route_Static::route","p":"Yaf/Route_Static.html#method_route","d":""},{"t":"M","n":"Yaf\\Route_Static::assemble","p":"Yaf/Route_Static.html#method_assemble","d":"

    \\Yaf\\Route_Static::assemble() - Assemble a url

    "},{"t":"M","n":"Yaf\\Router::__construct","p":"Yaf/Router.html#method___construct","d":""},{"t":"M","n":"Yaf\\Router::addRoute","p":"Yaf/Router.html#method_addRoute","d":"

    by default, \\Yaf\\Router using a \\Yaf\\Route_Static as its default route. you can add new routes into router's route stack by calling this method.

    \n


    \n

    the newer route will be called before the older(route stack), and if the newer router return TRUE, the router process will be end. otherwise, the older one will be called.

    "},{"t":"M","n":"Yaf\\Router::addConfig","p":"Yaf/Router.html#method_addConfig","d":"

    Add routes defined by configs into \\Yaf\\Router's route stack

    "},{"t":"M","n":"Yaf\\Router::route","p":"Yaf/Router.html#method_route","d":""},{"t":"M","n":"Yaf\\Router::getRoute","p":"Yaf/Router.html#method_getRoute","d":"

    Retrieve a route by name, see also \\Yaf\\Router::getCurrentRoute()

    "},{"t":"M","n":"Yaf\\Router::getRoutes","p":"Yaf/Router.html#method_getRoutes","d":""},{"t":"M","n":"Yaf\\Router::getCurrentRoute","p":"Yaf/Router.html#method_getCurrentRoute","d":"

    Get the name of the route which is effective in the route process.

    \n


    \nNote:

    \n

    You should call this method after the route process finished, since before that, this method will always return NULL.

    "},{"t":"M","n":"Yaf\\Session::getInstance","p":"Yaf/Session.html#method_getInstance","d":""},{"t":"M","n":"Yaf\\Session::start","p":"Yaf/Session.html#method_start","d":""},{"t":"M","n":"Yaf\\Session::get","p":"Yaf/Session.html#method_get","d":""},{"t":"M","n":"Yaf\\Session::has","p":"Yaf/Session.html#method_has","d":""},{"t":"M","n":"Yaf\\Session::set","p":"Yaf/Session.html#method_set","d":""},{"t":"M","n":"Yaf\\Session::del","p":"Yaf/Session.html#method_del","d":""},{"t":"M","n":"Yaf\\Session::count","p":"Yaf/Session.html#method_count","d":""},{"t":"M","n":"Yaf\\Session::rewind","p":"Yaf/Session.html#method_rewind","d":""},{"t":"M","n":"Yaf\\Session::current","p":"Yaf/Session.html#method_current","d":""},{"t":"M","n":"Yaf\\Session::next","p":"Yaf/Session.html#method_next","d":""},{"t":"M","n":"Yaf\\Session::valid","p":"Yaf/Session.html#method_valid","d":""},{"t":"M","n":"Yaf\\Session::key","p":"Yaf/Session.html#method_key","d":""},{"t":"M","n":"Yaf\\Session::offsetUnset","p":"Yaf/Session.html#method_offsetUnset","d":""},{"t":"M","n":"Yaf\\Session::offsetGet","p":"Yaf/Session.html#method_offsetGet","d":""},{"t":"M","n":"Yaf\\Session::offsetExists","p":"Yaf/Session.html#method_offsetExists","d":""},{"t":"M","n":"Yaf\\Session::offsetSet","p":"Yaf/Session.html#method_offsetSet","d":""},{"t":"M","n":"Yaf\\Session::__get","p":"Yaf/Session.html#method___get","d":""},{"t":"M","n":"Yaf\\Session::__isset","p":"Yaf/Session.html#method___isset","d":""},{"t":"M","n":"Yaf\\Session::__set","p":"Yaf/Session.html#method___set","d":""},{"t":"M","n":"Yaf\\Session::__unset","p":"Yaf/Session.html#method___unset","d":""},{"t":"M","n":"Yaf\\View\\Simple::__construct","p":"Yaf/View/Simple.html#method___construct","d":""},{"t":"M","n":"Yaf\\View\\Simple::__isset","p":"Yaf/View/Simple.html#method___isset","d":""},{"t":"M","n":"Yaf\\View\\Simple::assign","p":"Yaf/View/Simple.html#method_assign","d":"

    assign variable to view engine

    "},{"t":"M","n":"Yaf\\View\\Simple::render","p":"Yaf/View/Simple.html#method_render","d":""},{"t":"M","n":"Yaf\\View\\Simple::display","p":"Yaf/View/Simple.html#method_display","d":"

    Render a template and display the result instantly.

    "},{"t":"M","n":"Yaf\\View\\Simple::assignRef","p":"Yaf/View/Simple.html#method_assignRef","d":"

    unlike \\Yaf\\View\\Simple::assign(), this method assign a ref value to engine.

    "},{"t":"M","n":"Yaf\\View\\Simple::clear","p":"Yaf/View/Simple.html#method_clear","d":"

    clear assigned variable

    "},{"t":"M","n":"Yaf\\View\\Simple::setScriptPath","p":"Yaf/View/Simple.html#method_setScriptPath","d":""},{"t":"M","n":"Yaf\\View\\Simple::getScriptPath","p":"Yaf/View/Simple.html#method_getScriptPath","d":""},{"t":"M","n":"Yaf\\View\\Simple::__get","p":"Yaf/View/Simple.html#method___get","d":"

    Retrieve assigned variable

    \n


    \nNote:

    \n

    $name parameter can be empty since 2.1.11

    "},{"t":"M","n":"Yaf\\View\\Simple::__set","p":"Yaf/View/Simple.html#method___set","d":"

    This is a alternative and easier way to \\Yaf\\View\\Simple::assign().

    "},{"t":"M","n":"Yaf\\View\\Simple::eval","p":"Yaf/View/Simple.html#method_eval","d":"

    Render a string template and return the result.

    "},{"t":"M","n":"Yaf\\View_Interface::assign","p":"Yaf/View_Interface.html#method_assign","d":"

    Assign values to View engine, then the value can access directly by name in template.

    "},{"t":"M","n":"Yaf\\View_Interface::display","p":"Yaf/View_Interface.html#method_display","d":"

    Render a template and output the result immediately.

    "},{"t":"M","n":"Yaf\\View_Interface::getScriptPath","p":"Yaf/View_Interface.html#method_getScriptPath","d":""},{"t":"M","n":"Yaf\\View_Interface::render","p":"Yaf/View_Interface.html#method_render","d":"

    Render a template and return the result.

    "},{"t":"M","n":"Yaf\\View_Interface::setScriptPath","p":"Yaf/View_Interface.html#method_setScriptPath","d":"

    Set the templates base directory, this is usually called by \\Yaf\\Dispatcher

    "},{"t":"M","n":"Yaf_Action_Abstract::execute","p":"Yaf_Action_Abstract.html#method_execute","d":"

    user should always define this method for a action, this is the entry point of an action. Yaf_Action_Abstract::execute() may have arguments.

    \n


    \nNote:

    \n

    The value retrieved from the request is not safe. you should do some filtering work before you use it.

    "},{"t":"M","n":"Yaf_Action_Abstract::getController","p":"Yaf_Action_Abstract.html#method_getController","d":"

    retrieve current controller object.

    "},{"t":"M","n":"Yaf_Action_Abstract::getControllerName","p":"Yaf_Action_Abstract.html#method_getControllerName","d":""},{"t":"M","n":"Yaf_Application::__construct","p":"Yaf_Application.html#method___construct","d":""},{"t":"M","n":"Yaf_Application::getInstance","p":"Yaf_Application.html#method_getInstance","d":""},{"t":"M","n":"Yaf_Application::run","p":"Yaf_Application.html#method_run","d":"

    Run a Yaf_Application, let the Yaf_Application accept a request, and route the request, dispatch to controller/action, and render response.

    "},{"t":"M","n":"Yaf_Application::execute","p":"Yaf_Application.html#method_execute","d":"

    This method is typically used to run Yaf_Application in a crontab work.

    "},{"t":"M","n":"Yaf_Application::app","p":"Yaf_Application.html#method_app","d":"

    Retrieve the Yaf_Application instance, alternatively, we also could use Yaf_Dispatcher::getApplication().

    "},{"t":"M","n":"Yaf_Application::environ","p":"Yaf_Application.html#method_environ","d":"

    Retrieve environ which was defined in yaf.environ which has a default value "product".

    "},{"t":"M","n":"Yaf_Application::bootstrap","p":"Yaf_Application.html#method_bootstrap","d":"

    Run a Bootstrap, all the methods defined in the Bootstrap and named with prefix "_init" will be called according to their declaration order, if the parameter bootstrap is not supplied, Yaf will look for a Bootstrap under application.directory.

    "},{"t":"M","n":"Yaf_Application::getConfig","p":"Yaf_Application.html#method_getConfig","d":""},{"t":"M","n":"Yaf_Application::getModules","p":"Yaf_Application.html#method_getModules","d":"

    Get the modules list defined in config, if no one defined, there will always be a module named "Index".

    "},{"t":"M","n":"Yaf_Application::getDispatcher","p":"Yaf_Application.html#method_getDispatcher","d":""},{"t":"M","n":"Yaf_Application::setAppDirectory","p":"Yaf_Application.html#method_setAppDirectory","d":"

    Change the application directory

    "},{"t":"M","n":"Yaf_Application::getAppDirectory","p":"Yaf_Application.html#method_getAppDirectory","d":""},{"t":"M","n":"Yaf_Application::getLastErrorNo","p":"Yaf_Application.html#method_getLastErrorNo","d":""},{"t":"M","n":"Yaf_Application::getLastErrorMsg","p":"Yaf_Application.html#method_getLastErrorMsg","d":""},{"t":"M","n":"Yaf_Application::clearLastError","p":"Yaf_Application.html#method_clearLastError","d":""},{"t":"M","n":"Yaf_Application::__destruct","p":"Yaf_Application.html#method___destruct","d":""},{"t":"M","n":"Yaf_Config_Abstract::get","p":"Yaf_Config_Abstract.html#method_get","d":""},{"t":"M","n":"Yaf_Config_Abstract::set","p":"Yaf_Config_Abstract.html#method_set","d":""},{"t":"M","n":"Yaf_Config_Abstract::count","p":"Yaf_Config_Abstract.html#method_count","d":""},{"t":"M","n":"Yaf_Config_Abstract::rewind","p":"Yaf_Config_Abstract.html#method_rewind","d":""},{"t":"M","n":"Yaf_Config_Abstract::current","p":"Yaf_Config_Abstract.html#method_current","d":""},{"t":"M","n":"Yaf_Config_Abstract::key","p":"Yaf_Config_Abstract.html#method_key","d":""},{"t":"M","n":"Yaf_Config_Abstract::next","p":"Yaf_Config_Abstract.html#method_next","d":""},{"t":"M","n":"Yaf_Config_Abstract::valid","p":"Yaf_Config_Abstract.html#method_valid","d":""},{"t":"M","n":"Yaf_Config_Abstract::readonly","p":"Yaf_Config_Abstract.html#method_readonly","d":""},{"t":"M","n":"Yaf_Config_Abstract::toArray","p":"Yaf_Config_Abstract.html#method_toArray","d":""},{"t":"M","n":"Yaf_Config_Abstract::offsetSet","p":"Yaf_Config_Abstract.html#method_offsetSet","d":""},{"t":"M","n":"Yaf_Config_Abstract::offsetUnset","p":"Yaf_Config_Abstract.html#method_offsetUnset","d":""},{"t":"M","n":"Yaf_Config_Abstract::offsetExists","p":"Yaf_Config_Abstract.html#method_offsetExists","d":""},{"t":"M","n":"Yaf_Config_Abstract::offsetGet","p":"Yaf_Config_Abstract.html#method_offsetGet","d":""},{"t":"M","n":"Yaf_Config_Abstract::__get","p":"Yaf_Config_Abstract.html#method___get","d":""},{"t":"M","n":"Yaf_Config_Abstract::__isset","p":"Yaf_Config_Abstract.html#method___isset","d":""},{"t":"M","n":"Yaf_Config_Ini::__construct","p":"Yaf_Config_Ini.html#method___construct","d":""},{"t":"M","n":"Yaf_Config_Ini::__get","p":"Yaf_Config_Ini.html#method___get","d":""},{"t":"M","n":"Yaf_Config_Ini::__set","p":"Yaf_Config_Ini.html#method___set","d":""},{"t":"M","n":"Yaf_Config_Ini::get","p":"Yaf_Config_Ini.html#method_get","d":""},{"t":"M","n":"Yaf_Config_Ini::set","p":"Yaf_Config_Ini.html#method_set","d":""},{"t":"M","n":"Yaf_Config_Ini::toArray","p":"Yaf_Config_Ini.html#method_toArray","d":""},{"t":"M","n":"Yaf_Config_Ini::readonly","p":"Yaf_Config_Ini.html#method_readonly","d":""},{"t":"M","n":"Yaf_Config_Ini::__isset","p":"Yaf_Config_Ini.html#method___isset","d":""},{"t":"M","n":"Yaf_Config_Ini::count","p":"Yaf_Config_Ini.html#method_count","d":""},{"t":"M","n":"Yaf_Config_Ini::rewind","p":"Yaf_Config_Ini.html#method_rewind","d":""},{"t":"M","n":"Yaf_Config_Ini::current","p":"Yaf_Config_Ini.html#method_current","d":""},{"t":"M","n":"Yaf_Config_Ini::next","p":"Yaf_Config_Ini.html#method_next","d":""},{"t":"M","n":"Yaf_Config_Ini::valid","p":"Yaf_Config_Ini.html#method_valid","d":""},{"t":"M","n":"Yaf_Config_Ini::key","p":"Yaf_Config_Ini.html#method_key","d":""},{"t":"M","n":"Yaf_Config_Ini::offsetUnset","p":"Yaf_Config_Ini.html#method_offsetUnset","d":""},{"t":"M","n":"Yaf_Config_Ini::offsetGet","p":"Yaf_Config_Ini.html#method_offsetGet","d":""},{"t":"M","n":"Yaf_Config_Ini::offsetExists","p":"Yaf_Config_Ini.html#method_offsetExists","d":""},{"t":"M","n":"Yaf_Config_Ini::offsetSet","p":"Yaf_Config_Ini.html#method_offsetSet","d":""},{"t":"M","n":"Yaf_Config_Simple::__construct","p":"Yaf_Config_Simple.html#method___construct","d":""},{"t":"M","n":"Yaf_Config_Simple::__get","p":"Yaf_Config_Simple.html#method___get","d":""},{"t":"M","n":"Yaf_Config_Simple::__set","p":"Yaf_Config_Simple.html#method___set","d":""},{"t":"M","n":"Yaf_Config_Simple::get","p":"Yaf_Config_Simple.html#method_get","d":""},{"t":"M","n":"Yaf_Config_Simple::set","p":"Yaf_Config_Simple.html#method_set","d":""},{"t":"M","n":"Yaf_Config_Simple::toArray","p":"Yaf_Config_Simple.html#method_toArray","d":""},{"t":"M","n":"Yaf_Config_Simple::readonly","p":"Yaf_Config_Simple.html#method_readonly","d":""},{"t":"M","n":"Yaf_Config_Simple::__isset","p":"Yaf_Config_Simple.html#method___isset","d":""},{"t":"M","n":"Yaf_Config_Simple::count","p":"Yaf_Config_Simple.html#method_count","d":""},{"t":"M","n":"Yaf_Config_Simple::rewind","p":"Yaf_Config_Simple.html#method_rewind","d":""},{"t":"M","n":"Yaf_Config_Simple::current","p":"Yaf_Config_Simple.html#method_current","d":""},{"t":"M","n":"Yaf_Config_Simple::next","p":"Yaf_Config_Simple.html#method_next","d":""},{"t":"M","n":"Yaf_Config_Simple::valid","p":"Yaf_Config_Simple.html#method_valid","d":""},{"t":"M","n":"Yaf_Config_Simple::key","p":"Yaf_Config_Simple.html#method_key","d":""},{"t":"M","n":"Yaf_Config_Simple::offsetUnset","p":"Yaf_Config_Simple.html#method_offsetUnset","d":""},{"t":"M","n":"Yaf_Config_Simple::offsetGet","p":"Yaf_Config_Simple.html#method_offsetGet","d":""},{"t":"M","n":"Yaf_Config_Simple::offsetExists","p":"Yaf_Config_Simple.html#method_offsetExists","d":""},{"t":"M","n":"Yaf_Config_Simple::offsetSet","p":"Yaf_Config_Simple.html#method_offsetSet","d":""},{"t":"M","n":"Yaf_Controller_Abstract::render","p":"Yaf_Controller_Abstract.html#method_render","d":""},{"t":"M","n":"Yaf_Controller_Abstract::display","p":"Yaf_Controller_Abstract.html#method_display","d":""},{"t":"M","n":"Yaf_Controller_Abstract::getRequest","p":"Yaf_Controller_Abstract.html#method_getRequest","d":"

    retrieve current request object

    "},{"t":"M","n":"Yaf_Controller_Abstract::getResponse","p":"Yaf_Controller_Abstract.html#method_getResponse","d":"

    retrieve current response object

    "},{"t":"M","n":"Yaf_Controller_Abstract::getModuleName","p":"Yaf_Controller_Abstract.html#method_getModuleName","d":"

    get the controller's module name

    "},{"t":"M","n":"Yaf_Controller_Abstract::getView","p":"Yaf_Controller_Abstract.html#method_getView","d":"

    retrieve view engine

    "},{"t":"M","n":"Yaf_Controller_Abstract::getName","p":"Yaf_Controller_Abstract.html#method_getName","d":""},{"t":"M","n":"Yaf_Controller_Abstract::initView","p":"Yaf_Controller_Abstract.html#method_initView","d":""},{"t":"M","n":"Yaf_Controller_Abstract::setViewpath","p":"Yaf_Controller_Abstract.html#method_setViewpath","d":""},{"t":"M","n":"Yaf_Controller_Abstract::getViewpath","p":"Yaf_Controller_Abstract.html#method_getViewpath","d":""},{"t":"M","n":"Yaf_Controller_Abstract::forward","p":"Yaf_Controller_Abstract.html#method_forward","d":"

    forward current execution process to other action.

    \n


    \nNote:

    \n

    this method doesn't switch to the destination action immediately, it will take place after current flow finish.

    \n


    \nNotice, there are 3 available method signatures:

    \n

    Yaf_Controller_Abstract::forward ( string $module , string $controller , string $action [, array $parameters ] )

    \n

    Yaf_Controller_Abstract::forward ( string $controller , string $action [, array $parameters ] )

    \n

    Yaf_Controller_Abstract::forward ( string $action [, array $parameters ] )

    "},{"t":"M","n":"Yaf_Controller_Abstract::redirect","p":"Yaf_Controller_Abstract.html#method_redirect","d":"

    redirect to a URL by sending a 302 header

    "},{"t":"M","n":"Yaf_Controller_Abstract::getInvokeArgs","p":"Yaf_Controller_Abstract.html#method_getInvokeArgs","d":""},{"t":"M","n":"Yaf_Controller_Abstract::getInvokeArg","p":"Yaf_Controller_Abstract.html#method_getInvokeArg","d":""},{"t":"M","n":"Yaf_Controller_Abstract::init","p":"Yaf_Controller_Abstract.html#method_init","d":"

    Yaf_Controller_Abstract::__construct() is final, which means users can not override it. but users can define Yaf_Controller_Abstract::init(), which will be called after controller object is instantiated.

    "},{"t":"M","n":"Yaf_Controller_Abstract::__construct","p":"Yaf_Controller_Abstract.html#method___construct","d":"

    Yaf_Controller_Abstract::__construct() is final, which means it can not be overridden. You may want to see Yaf_Controller_Abstract::init() instead.

    "},{"t":"M","n":"Yaf_Dispatcher::enableView","p":"Yaf_Dispatcher.html#method_enableView","d":"

    enable view rendering

    "},{"t":"M","n":"Yaf_Dispatcher::getResponse","p":"Yaf_Dispatcher.html#method_getResponse","d":""},{"t":"M","n":"Yaf_Dispatcher::getDefaultModule","p":"Yaf_Dispatcher.html#method_getDefaultModule","d":""},{"t":"M","n":"Yaf_Dispatcher::getDefaultController","p":"Yaf_Dispatcher.html#method_getDefaultController","d":""},{"t":"M","n":"Yaf_Dispatcher::getDefaultAction","p":"Yaf_Dispatcher.html#method_getDefaultAction","d":""},{"t":"M","n":"Yaf_Dispatcher::disableView","p":"Yaf_Dispatcher.html#method_disableView","d":"

    disable view engine, used in some app that user will output by himself


    \nNote:\n

    you can simply return FALSE in a action to prevent the auto-rendering of that action

    "},{"t":"M","n":"Yaf_Dispatcher::initView","p":"Yaf_Dispatcher.html#method_initView","d":"

    Initialize view and return it

    "},{"t":"M","n":"Yaf_Dispatcher::setView","p":"Yaf_Dispatcher.html#method_setView","d":"

    This method provides a solution for that if you want use a custom view engine instead of Yaf_View_Simple

    "},{"t":"M","n":"Yaf_Dispatcher::setRequest","p":"Yaf_Dispatcher.html#method_setRequest","d":""},{"t":"M","n":"Yaf_Dispatcher::getApplication","p":"Yaf_Dispatcher.html#method_getApplication","d":"

    Retrieve the Yaf_Application instance. same as Yaf_Application::app().

    "},{"t":"M","n":"Yaf_Dispatcher::getRouter","p":"Yaf_Dispatcher.html#method_getRouter","d":""},{"t":"M","n":"Yaf_Dispatcher::getRequest","p":"Yaf_Dispatcher.html#method_getRequest","d":""},{"t":"M","n":"Yaf_Dispatcher::setErrorHandler","p":"Yaf_Dispatcher.html#method_setErrorHandler","d":"

    Set error handler for Yaf. when application.dispatcher.throwException is off, Yaf will trigger catch-able error while unexpected errors occurred.


    \n

    Thus, this error handler will be called while the error raise.

    "},{"t":"M","n":"Yaf_Dispatcher::setDefaultModule","p":"Yaf_Dispatcher.html#method_setDefaultModule","d":"

    Change default module name

    "},{"t":"M","n":"Yaf_Dispatcher::setDefaultController","p":"Yaf_Dispatcher.html#method_setDefaultController","d":"

    Change default controller name

    "},{"t":"M","n":"Yaf_Dispatcher::setDefaultAction","p":"Yaf_Dispatcher.html#method_setDefaultAction","d":"

    Change default action name

    "},{"t":"M","n":"Yaf_Dispatcher::returnResponse","p":"Yaf_Dispatcher.html#method_returnResponse","d":""},{"t":"M","n":"Yaf_Dispatcher::autoRender","p":"Yaf_Dispatcher.html#method_autoRender","d":"

    Yaf_Dispatcher will render automatically after dispatches an incoming request, you can prevent the rendering by calling this method with $flag TRUE


    \nNote:\n

    you can simply return FALSE in a action to prevent the auto-rendering of that action

    "},{"t":"M","n":"Yaf_Dispatcher::flushInstantly","p":"Yaf_Dispatcher.html#method_flushInstantly","d":"

    Switch on/off the instant flushing

    "},{"t":"M","n":"Yaf_Dispatcher::getInstance","p":"Yaf_Dispatcher.html#method_getInstance","d":""},{"t":"M","n":"Yaf_Dispatcher::dispatch","p":"Yaf_Dispatcher.html#method_dispatch","d":"

    This method does the heavy work of the Yaf_Dispatcher. It take a request object.


    \n

    The dispatch process has three distinct events:

    \n
      \n
    • Routing
    • \n
    • Dispatching
    • \n
    • Response
    • \n
    \n

    Routing takes place exactly once, using the values in the request object when dispatch() is called. Dispatching takes place in a loop; a request may either indicate multiple actions to dispatch, or the controller or a plugin may reset the request object to force additional actions to dispatch(see Yaf_Plugin_Abstract. When all is done, the Yaf_Dispatcher returns a response.

    "},{"t":"M","n":"Yaf_Dispatcher::throwException","p":"Yaf_Dispatcher.html#method_throwException","d":"

    Switch on/off exception throwing while unexpected error occurring. When this is on, Yaf will throwing exceptions instead of triggering catchable errors.


    \n

    You can also use application.dispatcher.throwException to achieve the same purpose.

    "},{"t":"M","n":"Yaf_Dispatcher::catchException","p":"Yaf_Dispatcher.html#method_catchException","d":"

    While the application.dispatcher.throwException is On(you can also calling to Yaf_Dispatcher::throwException(TRUE) to enable it), Yaf will throw Exception whe error occurs instead of trigger error.


    \n

    then if you enable Yaf_Dispatcher::catchException()(also can enabled by set application.dispatcher.catchException), all uncaught Exceptions will be caught by ErrorController::error if you have defined one.

    "},{"t":"M","n":"Yaf_Dispatcher::registerPlugin","p":"Yaf_Dispatcher.html#method_registerPlugin","d":"

    Register a plugin(see Yaf_Plugin_Abstract). Generally, we register plugins in Bootstrap(see Yaf_Bootstrap_Abstract).

    "},{"t":"M","n":"Yaf_Dispatcher::setResponse","p":"Yaf_Dispatcher.html#method_setResponse","d":""},{"t":"M","n":"Yaf_Loader::autoload","p":"Yaf_Loader.html#method_autoload","d":""},{"t":"M","n":"Yaf_Loader::getInstance","p":"Yaf_Loader.html#method_getInstance","d":""},{"t":"M","n":"Yaf_Loader::registerLocalNamespace","p":"Yaf_Loader.html#method_registerLocalNamespace","d":"

    Register local class prefix name, Yaf_Loader search classes in two library directories, the one is configured via application.library.directory(in application.ini) which is called local library directory; the other is configured via yaf.library (in php.ini) which is called global library directory, since it can be shared by many applications in the same server.

    \n


    \n

    When an autoloading is triggered, Yaf_Loader will determine which library directory should be searched in by examining the prefix name of the missed classname. If the prefix name is registered as a local namespace then look for it in local library directory, otherwise look for it in global library directory.

    \n


    \nNote:

    \n

    If yaf.library is not configured, then the global library directory is assumed to be the local library directory. in that case, all autoloading will look for local library directory. But if you want your Yaf application be strong, then always register your own classes as local classes.

    "},{"t":"M","n":"Yaf_Loader::getLocalNamespace","p":"Yaf_Loader.html#method_getLocalNamespace","d":""},{"t":"M","n":"Yaf_Loader::getNamespaces","p":"Yaf_Loader.html#method_getNamespaces","d":""},{"t":"M","n":"Yaf_Loader::clearLocalNamespace","p":"Yaf_Loader.html#method_clearLocalNamespace","d":""},{"t":"M","n":"Yaf_Loader::isLocalName","p":"Yaf_Loader.html#method_isLocalName","d":""},{"t":"M","n":"Yaf_Loader::import","p":"Yaf_Loader.html#method_import","d":""},{"t":"M","n":"Yaf_Loader::setLibraryPath","p":"Yaf_Loader.html#method_setLibraryPath","d":""},{"t":"M","n":"Yaf_Loader::getLibraryPath","p":"Yaf_Loader.html#method_getLibraryPath","d":""},{"t":"M","n":"Yaf_Loader::registerNamespace","p":"Yaf_Loader.html#method_registerNamespace","d":""},{"t":"M","n":"Yaf_Loader::getNamespacePath","p":"Yaf_Loader.html#method_getNamespacePath","d":""},{"t":"M","n":"Yaf_Plugin_Abstract::routerStartup","p":"Yaf_Plugin_Abstract.html#method_routerStartup","d":"

    This is the earliest hook in Yaf plugin hook system, if a custom plugin implement this method, then it will be called before routing a request.

    "},{"t":"M","n":"Yaf_Plugin_Abstract::routerShutdown","p":"Yaf_Plugin_Abstract.html#method_routerShutdown","d":"

    This hook will be trigged after the route process finished, this hook is usually used for login check.

    "},{"t":"M","n":"Yaf_Plugin_Abstract::dispatchLoopStartup","p":"Yaf_Plugin_Abstract.html#method_dispatchLoopStartup","d":""},{"t":"M","n":"Yaf_Plugin_Abstract::dispatchLoopShutdown","p":"Yaf_Plugin_Abstract.html#method_dispatchLoopShutdown","d":"

    This is the latest hook in Yaf plugin hook system, if a custom plugin implement this method, then it will be called after the dispatch loop finished.

    "},{"t":"M","n":"Yaf_Plugin_Abstract::preDispatch","p":"Yaf_Plugin_Abstract.html#method_preDispatch","d":""},{"t":"M","n":"Yaf_Plugin_Abstract::postDispatch","p":"Yaf_Plugin_Abstract.html#method_postDispatch","d":""},{"t":"M","n":"Yaf_Plugin_Abstract::preResponse","p":"Yaf_Plugin_Abstract.html#method_preResponse","d":""},{"t":"M","n":"Yaf_Registry::get","p":"Yaf_Registry.html#method_get","d":"

    Retrieve an item from registry

    "},{"t":"M","n":"Yaf_Registry::has","p":"Yaf_Registry.html#method_has","d":"

    Check whether an item exists

    "},{"t":"M","n":"Yaf_Registry::set","p":"Yaf_Registry.html#method_set","d":""},{"t":"M","n":"Yaf_Registry::del","p":"Yaf_Registry.html#method_del","d":""},{"t":"M","n":"Yaf_Request_Abstract::isGet","p":"Yaf_Request_Abstract.html#method_isGet","d":""},{"t":"M","n":"Yaf_Request_Abstract::isDelete","p":"Yaf_Request_Abstract.html#method_isDelete","d":""},{"t":"M","n":"Yaf_Request_Abstract::isPatch","p":"Yaf_Request_Abstract.html#method_isPatch","d":""},{"t":"M","n":"Yaf_Request_Abstract::getRaw","p":"Yaf_Request_Abstract.html#method_getRaw","d":""},{"t":"M","n":"Yaf_Request_Abstract::clearParams","p":"Yaf_Request_Abstract.html#method_clearParams","d":""},{"t":"M","n":"Yaf_Request_Abstract::isPost","p":"Yaf_Request_Abstract.html#method_isPost","d":""},{"t":"M","n":"Yaf_Request_Abstract::isPut","p":"Yaf_Request_Abstract.html#method_isPut","d":""},{"t":"M","n":"Yaf_Request_Abstract::isHead","p":"Yaf_Request_Abstract.html#method_isHead","d":""},{"t":"M","n":"Yaf_Request_Abstract::isOptions","p":"Yaf_Request_Abstract.html#method_isOptions","d":""},{"t":"M","n":"Yaf_Request_Abstract::isCli","p":"Yaf_Request_Abstract.html#method_isCli","d":""},{"t":"M","n":"Yaf_Request_Abstract::isDispatched","p":"Yaf_Request_Abstract.html#method_isDispatched","d":""},{"t":"M","n":"Yaf_Request_Abstract::isRouted","p":"Yaf_Request_Abstract.html#method_isRouted","d":""},{"t":"M","n":"Yaf_Request_Abstract::isXmlHttpRequest","p":"Yaf_Request_Abstract.html#method_isXmlHttpRequest","d":""},{"t":"M","n":"Yaf_Request_Abstract::getServer","p":"Yaf_Request_Abstract.html#method_getServer","d":"

    Retrieve $_SERVER variable

    "},{"t":"M","n":"Yaf_Request_Abstract::getEnv","p":"Yaf_Request_Abstract.html#method_getEnv","d":"

    Retrieve $_ENV variable

    "},{"t":"M","n":"Yaf_Request_Abstract::getParam","p":"Yaf_Request_Abstract.html#method_getParam","d":""},{"t":"M","n":"Yaf_Request_Abstract::getParams","p":"Yaf_Request_Abstract.html#method_getParams","d":""},{"t":"M","n":"Yaf_Request_Abstract::getException","p":"Yaf_Request_Abstract.html#method_getException","d":""},{"t":"M","n":"Yaf_Request_Abstract::getModuleName","p":"Yaf_Request_Abstract.html#method_getModuleName","d":""},{"t":"M","n":"Yaf_Request_Abstract::getControllerName","p":"Yaf_Request_Abstract.html#method_getControllerName","d":""},{"t":"M","n":"Yaf_Request_Abstract::getActionName","p":"Yaf_Request_Abstract.html#method_getActionName","d":""},{"t":"M","n":"Yaf_Request_Abstract::setParam","p":"Yaf_Request_Abstract.html#method_setParam","d":""},{"t":"M","n":"Yaf_Request_Abstract::setModuleName","p":"Yaf_Request_Abstract.html#method_setModuleName","d":""},{"t":"M","n":"Yaf_Request_Abstract::setControllerName","p":"Yaf_Request_Abstract.html#method_setControllerName","d":""},{"t":"M","n":"Yaf_Request_Abstract::setActionName","p":"Yaf_Request_Abstract.html#method_setActionName","d":""},{"t":"M","n":"Yaf_Request_Abstract::getMethod","p":"Yaf_Request_Abstract.html#method_getMethod","d":""},{"t":"M","n":"Yaf_Request_Abstract::getLanguage","p":"Yaf_Request_Abstract.html#method_getLanguage","d":""},{"t":"M","n":"Yaf_Request_Abstract::setBaseUri","p":"Yaf_Request_Abstract.html#method_setBaseUri","d":"

    Set base URI, base URI is used when doing routing, in routing phase request URI is used to route a request, while base URI is used to skip the leading part(base URI) of request URI. That is, if comes a request with request URI a/b/c, then if you set base URI to \"a/b\", only \"/c\" will be used in routing phase.

    \n


    \nNote:

    \n

    generally, you don't need to set this, Yaf will determine it automatically.

    "},{"t":"M","n":"Yaf_Request_Abstract::getBaseUri","p":"Yaf_Request_Abstract.html#method_getBaseUri","d":""},{"t":"M","n":"Yaf_Request_Abstract::getRequestUri","p":"Yaf_Request_Abstract.html#method_getRequestUri","d":""},{"t":"M","n":"Yaf_Request_Abstract::setRequestUri","p":"Yaf_Request_Abstract.html#method_setRequestUri","d":""},{"t":"M","n":"Yaf_Request_Abstract::setDispatched","p":"Yaf_Request_Abstract.html#method_setDispatched","d":"

    Set request as dispatched

    "},{"t":"M","n":"Yaf_Request_Abstract::setRouted","p":"Yaf_Request_Abstract.html#method_setRouted","d":"

    Set request as routed

    "},{"t":"M","n":"Yaf_Request_Abstract::get","p":"Yaf_Request_Abstract.html#method_get","d":""},{"t":"M","n":"Yaf_Request_Abstract::getFiles","p":"Yaf_Request_Abstract.html#method_getFiles","d":""},{"t":"M","n":"Yaf_Request_Abstract::getCookie","p":"Yaf_Request_Abstract.html#method_getCookie","d":""},{"t":"M","n":"Yaf_Request_Abstract::getPost","p":"Yaf_Request_Abstract.html#method_getPost","d":""},{"t":"M","n":"Yaf_Request_Abstract::getRequest","p":"Yaf_Request_Abstract.html#method_getRequest","d":""},{"t":"M","n":"Yaf_Request_Abstract::getQuery","p":"Yaf_Request_Abstract.html#method_getQuery","d":""},{"t":"M","n":"Yaf_Request_Http::__construct","p":"Yaf_Request_Http.html#method___construct","d":""},{"t":"M","n":"Yaf_Request_Simple::isXmlHttpRequest","p":"Yaf_Request_Simple.html#method_isXmlHttpRequest","d":"

    Check the request whether it is a Ajax Request

    "},{"t":"M","n":"Yaf_Request_Simple::__construct","p":"Yaf_Request_Simple.html#method___construct","d":""},{"t":"M","n":"Yaf_Response_Abstract::__construct","p":"Yaf_Response_Abstract.html#method___construct","d":""},{"t":"M","n":"Yaf_Response_Abstract::__destruct","p":"Yaf_Response_Abstract.html#method___destruct","d":""},{"t":"M","n":"Yaf_Response_Abstract::__toString","p":"Yaf_Response_Abstract.html#method___toString","d":""},{"t":"M","n":"Yaf_Response_Abstract::response","p":"Yaf_Response_Abstract.html#method_response","d":"

    Send response

    "},{"t":"M","n":"Yaf_Response_Abstract::setHeader","p":"Yaf_Response_Abstract.html#method_setHeader","d":"

    Set response header

    "},{"t":"M","n":"Yaf_Response_Abstract::setBody","p":"Yaf_Response_Abstract.html#method_setBody","d":"

    Set content to response

    "},{"t":"M","n":"Yaf_Response_Abstract::appendBody","p":"Yaf_Response_Abstract.html#method_appendBody","d":"

    append a content to a exists content block

    "},{"t":"M","n":"Yaf_Response_Abstract::prependBody","p":"Yaf_Response_Abstract.html#method_prependBody","d":"

    prepend a content to a exists content block

    "},{"t":"M","n":"Yaf_Response_Abstract::clearBody","p":"Yaf_Response_Abstract.html#method_clearBody","d":"

    Clear existing content

    "},{"t":"M","n":"Yaf_Response_Abstract::getBody","p":"Yaf_Response_Abstract.html#method_getBody","d":"

    Retrieve an existing content

    "},{"t":"M","n":"Yaf_Response_Cli::__toString","p":"Yaf_Response_Cli.html#method___toString","d":""},{"t":"M","n":"Yaf_Response_Http::__toString","p":"Yaf_Response_Http.html#method___toString","d":""},{"t":"M","n":"Yaf_Response_Http::setHeader","p":"Yaf_Response_Http.html#method_setHeader","d":""},{"t":"M","n":"Yaf_Response_Http::setAllHeaders","p":"Yaf_Response_Http.html#method_setAllHeaders","d":""},{"t":"M","n":"Yaf_Response_Http::getHeader","p":"Yaf_Response_Http.html#method_getHeader","d":""},{"t":"M","n":"Yaf_Response_Http::clearHeaders","p":"Yaf_Response_Http.html#method_clearHeaders","d":""},{"t":"M","n":"Yaf_Response_Http::setRedirect","p":"Yaf_Response_Http.html#method_setRedirect","d":""},{"t":"M","n":"Yaf_Response_Http::response","p":"Yaf_Response_Http.html#method_response","d":"

    send response

    "},{"t":"M","n":"Yaf_Route_Interface::route","p":"Yaf_Route_Interface.html#method_route","d":"

    Yaf_Route_Interface::route() is the only method that a custom route should implement.


    \n

    if this method return TRUE, then the route process will be end. otherwise, Yaf_Router will call next route in the route stack to route request.


    \n

    This method would set the route result to the parameter request, by calling Yaf_Request_Abstract::setControllerName(), Yaf_Request_Abstract::setActionName() and Yaf_Request_Abstract::setModuleName().


    \n

    This method should also call Yaf_Request_Abstract::setRouted() to make the request routed at last.

    "},{"t":"M","n":"Yaf_Route_Interface::assemble","p":"Yaf_Route_Interface.html#method_assemble","d":"

    Yaf_Route_Interface::assemble() - assemble a request


    \n

    this method returns a url according to the argument info, and append query strings to the url according to the argument query.

    \n

    a route should implement this method according to its own route rules, and do a reverse progress.

    "},{"t":"M","n":"Yaf_Route_Map::__construct","p":"Yaf_Route_Map.html#method___construct","d":""},{"t":"M","n":"Yaf_Route_Map::route","p":"Yaf_Route_Map.html#method_route","d":""},{"t":"M","n":"Yaf_Route_Map::assemble","p":"Yaf_Route_Map.html#method_assemble","d":"

    Yaf_Route_Map::assemble() - Assemble a url

    "},{"t":"M","n":"Yaf_Route_Regex::__construct","p":"Yaf_Route_Regex.html#method___construct","d":""},{"t":"M","n":"Yaf_Route_Regex::route","p":"Yaf_Route_Regex.html#method_route","d":"

    Route a incoming request.

    "},{"t":"M","n":"Yaf_Route_Regex::assemble","p":"Yaf_Route_Regex.html#method_assemble","d":"

    Yaf_Route_Regex::assemble() - Assemble a url

    "},{"t":"M","n":"Yaf_Route_Regex::match","p":"Yaf_Route_Regex.html#method_match","d":""},{"t":"M","n":"Yaf_Route_Rewrite::__construct","p":"Yaf_Route_Rewrite.html#method___construct","d":""},{"t":"M","n":"Yaf_Route_Rewrite::route","p":"Yaf_Route_Rewrite.html#method_route","d":""},{"t":"M","n":"Yaf_Route_Rewrite::assemble","p":"Yaf_Route_Rewrite.html#method_assemble","d":"

    Yaf_Route_Rewrite::assemble() - Assemble a url

    "},{"t":"M","n":"Yaf_Route_Rewrite::match","p":"Yaf_Route_Rewrite.html#method_match","d":""},{"t":"M","n":"Yaf_Route_Simple::__construct","p":"Yaf_Route_Simple.html#method___construct","d":"

    Yaf_Route_Simple will get route info from query string. and the parameters of this constructor will used as keys while searching for the route info in $_GET.

    "},{"t":"M","n":"Yaf_Route_Simple::route","p":"Yaf_Route_Simple.html#method_route","d":"

    see Yaf_Route_Simple::__construct()

    "},{"t":"M","n":"Yaf_Route_Simple::assemble","p":"Yaf_Route_Simple.html#method_assemble","d":"

    Yaf_Route_Simple::assemble() - Assemble a url

    "},{"t":"M","n":"Yaf_Route_Static::match","p":"Yaf_Route_Static.html#method_match","d":""},{"t":"M","n":"Yaf_Route_Static::route","p":"Yaf_Route_Static.html#method_route","d":""},{"t":"M","n":"Yaf_Route_Static::assemble","p":"Yaf_Route_Static.html#method_assemble","d":"

    Yaf_Route_Static::assemble() - Assemble a url

    "},{"t":"M","n":"Yaf_Route_Supervar::__construct","p":"Yaf_Route_Supervar.html#method___construct","d":"

    Yaf_Route_Supervar is similar to Yaf_Route_Static, the difference is that Yaf_Route_Supervar will look for path info in query string, and the parameter supervar_name is the key.

    "},{"t":"M","n":"Yaf_Route_Supervar::route","p":"Yaf_Route_Supervar.html#method_route","d":""},{"t":"M","n":"Yaf_Route_Supervar::assemble","p":"Yaf_Route_Supervar.html#method_assemble","d":"

    Yaf_Route_Supervar::assemble() - Assemble a url

    "},{"t":"M","n":"Yaf_Router::__construct","p":"Yaf_Router.html#method___construct","d":""},{"t":"M","n":"Yaf_Router::addRoute","p":"Yaf_Router.html#method_addRoute","d":"

    by default, Yaf_Router using a Yaf_Route_Static as its default route. you can add new routes into router's route stack by calling this method.

    \n


    \n

    the newer route will be called before the older(route stack), and if the newer router return TRUE, the router process will be end. otherwise, the older one will be called.

    "},{"t":"M","n":"Yaf_Router::addConfig","p":"Yaf_Router.html#method_addConfig","d":"

    Add routes defined by configs into Yaf_Router's route stack

    "},{"t":"M","n":"Yaf_Router::route","p":"Yaf_Router.html#method_route","d":""},{"t":"M","n":"Yaf_Router::getRoute","p":"Yaf_Router.html#method_getRoute","d":"

    Retrieve a route by name, see also Yaf_Router::getCurrentRoute()

    "},{"t":"M","n":"Yaf_Router::getRoutes","p":"Yaf_Router.html#method_getRoutes","d":""},{"t":"M","n":"Yaf_Router::getCurrentRoute","p":"Yaf_Router.html#method_getCurrentRoute","d":"

    Get the name of the route which is effective in the route process.

    \n


    \nNote:

    \n

    You should call this method after the route process finished, since before that, this method will always return NULL.

    "},{"t":"M","n":"Yaf_Session::getInstance","p":"Yaf_Session.html#method_getInstance","d":""},{"t":"M","n":"Yaf_Session::start","p":"Yaf_Session.html#method_start","d":""},{"t":"M","n":"Yaf_Session::get","p":"Yaf_Session.html#method_get","d":""},{"t":"M","n":"Yaf_Session::has","p":"Yaf_Session.html#method_has","d":""},{"t":"M","n":"Yaf_Session::set","p":"Yaf_Session.html#method_set","d":""},{"t":"M","n":"Yaf_Session::del","p":"Yaf_Session.html#method_del","d":""},{"t":"M","n":"Yaf_Session::count","p":"Yaf_Session.html#method_count","d":""},{"t":"M","n":"Yaf_Session::rewind","p":"Yaf_Session.html#method_rewind","d":""},{"t":"M","n":"Yaf_Session::current","p":"Yaf_Session.html#method_current","d":""},{"t":"M","n":"Yaf_Session::next","p":"Yaf_Session.html#method_next","d":""},{"t":"M","n":"Yaf_Session::valid","p":"Yaf_Session.html#method_valid","d":""},{"t":"M","n":"Yaf_Session::key","p":"Yaf_Session.html#method_key","d":""},{"t":"M","n":"Yaf_Session::offsetUnset","p":"Yaf_Session.html#method_offsetUnset","d":""},{"t":"M","n":"Yaf_Session::offsetGet","p":"Yaf_Session.html#method_offsetGet","d":""},{"t":"M","n":"Yaf_Session::offsetExists","p":"Yaf_Session.html#method_offsetExists","d":""},{"t":"M","n":"Yaf_Session::offsetSet","p":"Yaf_Session.html#method_offsetSet","d":""},{"t":"M","n":"Yaf_Session::__get","p":"Yaf_Session.html#method___get","d":""},{"t":"M","n":"Yaf_Session::__isset","p":"Yaf_Session.html#method___isset","d":""},{"t":"M","n":"Yaf_Session::__set","p":"Yaf_Session.html#method___set","d":""},{"t":"M","n":"Yaf_Session::__unset","p":"Yaf_Session.html#method___unset","d":""},{"t":"M","n":"Yaf_Session::clear","p":"Yaf_Session.html#method_clear","d":""},{"t":"M","n":"Yaf_View_Interface::assign","p":"Yaf_View_Interface.html#method_assign","d":"

    Assign values to View engine, then the value can access directly by name in template.

    "},{"t":"M","n":"Yaf_View_Interface::display","p":"Yaf_View_Interface.html#method_display","d":"

    Render a template and output the result immediately.

    "},{"t":"M","n":"Yaf_View_Interface::getScriptPath","p":"Yaf_View_Interface.html#method_getScriptPath","d":""},{"t":"M","n":"Yaf_View_Interface::render","p":"Yaf_View_Interface.html#method_render","d":"

    Render a template and return the result.

    "},{"t":"M","n":"Yaf_View_Interface::setScriptPath","p":"Yaf_View_Interface.html#method_setScriptPath","d":"

    Set the templates base directory, this is usually called by Yaf_Dispatcher

    "},{"t":"M","n":"Yaf_View_Simple::__construct","p":"Yaf_View_Simple.html#method___construct","d":""},{"t":"M","n":"Yaf_View_Simple::__isset","p":"Yaf_View_Simple.html#method___isset","d":""},{"t":"M","n":"Yaf_View_Simple::assign","p":"Yaf_View_Simple.html#method_assign","d":"

    assign variable to view engine

    "},{"t":"M","n":"Yaf_View_Simple::render","p":"Yaf_View_Simple.html#method_render","d":""},{"t":"M","n":"Yaf_View_Simple::display","p":"Yaf_View_Simple.html#method_display","d":"

    Render a template and display the result instantly.

    "},{"t":"M","n":"Yaf_View_Simple::assignRef","p":"Yaf_View_Simple.html#method_assignRef","d":"

    unlike Yaf_View_Simple::assign(), this method assign a ref value to engine.

    "},{"t":"M","n":"Yaf_View_Simple::clear","p":"Yaf_View_Simple.html#method_clear","d":"

    clear assigned variable

    "},{"t":"M","n":"Yaf_View_Simple::setScriptPath","p":"Yaf_View_Simple.html#method_setScriptPath","d":"

    Set the templates base directory, this is usually called by Yaf_Dispatcher

    "},{"t":"M","n":"Yaf_View_Simple::getScriptPath","p":"Yaf_View_Simple.html#method_getScriptPath","d":""},{"t":"M","n":"Yaf_View_Simple::__get","p":"Yaf_View_Simple.html#method___get","d":"

    Retrieve assigned variable

    \n


    \nNote:

    \n

    $name parameter can be empty since 2.1.11

    "},{"t":"M","n":"Yaf_View_Simple::__set","p":"Yaf_View_Simple.html#method___set","d":"

    This is a alternative and easier way to Yaf_View_Simple::assign().

    "},{"t":"M","n":"Yaf_View_Simple::eval","p":"Yaf_View_Simple.html#method_eval","d":"

    Render a string template and return the result.

    "},{"t":"M","n":"Yaf_View_Simple::get","p":"Yaf_View_Simple.html#method_get","d":""},{"t":"M","n":"Yar_Client::__call","p":"Yar_Client.html#method___call","d":"

    Call service\nIssue a call to remote RPC method.

    "},{"t":"M","n":"Yar_Client::__construct","p":"Yar_Client.html#method___construct","d":"

    Create a client\nYar_Client constructor.

    "},{"t":"M","n":"Yar_Client::call","p":"Yar_Client.html#method_call","d":null},{"t":"M","n":"Yar_Client::setOpt","p":"Yar_Client.html#method_setOpt","d":"

    Set calling contexts

    "},{"t":"M","n":"Yar_Client::getOpt","p":"Yar_Client.html#method_getOpt","d":null},{"t":"M","n":"Yar_Client_Exception::getType","p":"Yar_Client_Exception.html#method_getType","d":"

    Retrieve exception's type

    "},{"t":"M","n":"Yar_Concurrent_Client::call","p":"Yar_Concurrent_Client.html#method_call","d":"

    Register a concurrent call

    "},{"t":"M","n":"Yar_Concurrent_Client::loop","p":"Yar_Concurrent_Client.html#method_loop","d":"

    Send all calls

    "},{"t":"M","n":"Yar_Concurrent_Client::reset","p":"Yar_Concurrent_Client.html#method_reset","d":"

    Clean all registered calls\nClean all registered calls

    "},{"t":"M","n":"Yar_Server::__construct","p":"Yar_Server.html#method___construct","d":"

    Register a server\nSet up a Yar HTTP RPC Server, All the public methods of $obj will be register as a RPC service.

    "},{"t":"M","n":"Yar_Server::handle","p":"Yar_Server.html#method_handle","d":"

    Start RPC Server\nStart a RPC HTTP server, and ready for accpet RPC requests.

    "},{"t":"M","n":"Yar_Server_Exception::getType","p":"Yar_Server_Exception.html#method_getType","d":"

    Retrieve exception's type\nGet the exception original type threw by server

    "},{"t":"M","n":"ZMQContext::__construct","p":"ZMQContext.html#method___construct","d":"

    Constructs a new ZMQ context. The context is used to initialize sockets.

    "},{"t":"M","n":"ZMQContext::getOpt","p":"ZMQContext.html#method_getOpt","d":"

    (PECL zmq >= 1.0.4)\nReturns the value of a context option.

    "},{"t":"M","n":"ZMQContext::getSocket","p":"ZMQContext.html#method_getSocket","d":"

    (PECL zmq >= 0.5.0)\nShortcut for creating new sockets from the context.

    "},{"t":"M","n":"ZMQContext::isPersistent","p":"ZMQContext.html#method_isPersistent","d":"

    (PECL zmq >= 0.5.0)\nWhether the context is persistent.

    "},{"t":"M","n":"ZMQContext::setOpt","p":"ZMQContext.html#method_setOpt","d":"

    (PECL zmq >= 1.0.4)\nSets a ZMQ context option. The type of the value depends on the key.

    "},{"t":"M","n":"ZMQDevice::__construct","p":"ZMQDevice.html#method___construct","d":"

    (PECL zmq >= 1.0.4)\nConstruct a new device.

    "},{"t":"M","n":"ZMQDevice::getIdleTimeout","p":"ZMQDevice.html#method_getIdleTimeout","d":"

    Gets the idle callback timeout value.

    "},{"t":"M","n":"ZMQDevice::getTimerTimeout","p":"ZMQDevice.html#method_getTimerTimeout","d":"

    Gets the timer callback timeout value.

    "},{"t":"M","n":"ZMQDevice::run","p":"ZMQDevice.html#method_run","d":"

    Runs the device.

    "},{"t":"M","n":"ZMQDevice::setIdleCallback","p":"ZMQDevice.html#method_setIdleCallback","d":"

    Sets the idle callback function.

    "},{"t":"M","n":"ZMQDevice::setIdleTimeout","p":"ZMQDevice.html#method_setIdleTimeout","d":"

    Sets the idle callback timeout value. The idle callback is invoked periodically when the device is idle.

    "},{"t":"M","n":"ZMQDevice::setTimerCallback","p":"ZMQDevice.html#method_setTimerCallback","d":"

    Sets the timer callback function. The timer callback will be invoked after timeout has passed.

    "},{"t":"M","n":"ZMQDevice::setTimerTimeout","p":"ZMQDevice.html#method_setTimerTimeout","d":"

    Sets the timer callback timeout value. The timer callback is invoked periodically if it's set.

    "},{"t":"M","n":"ZMQPoll::add","p":"ZMQPoll.html#method_add","d":"

    (PECL zmq >= 0.5.0)\nAdds a new item to the poll set and returns the internal id of the added item.

    "},{"t":"M","n":"ZMQPoll::clear","p":"ZMQPoll.html#method_clear","d":"

    (PECL zmq >= 1.0.4)\nClears all elements from the poll set.

    "},{"t":"M","n":"ZMQPoll::count","p":"ZMQPoll.html#method_count","d":"

    (PECL zmq >= 0.5.0)\nCount the items in the poll set.

    "},{"t":"M","n":"ZMQPoll::getLastErrors","p":"ZMQPoll.html#method_getLastErrors","d":"

    (PECL zmq >= 0.5.0)\nReturns the ids of the objects that had errors in the last poll.

    "},{"t":"M","n":"ZMQPoll::poll","p":"ZMQPoll.html#method_poll","d":"

    (PECL zmq >= 0.5.0)\nPolls the items in the current poll set.

    "},{"t":"M","n":"ZMQPoll::remove","p":"ZMQPoll.html#method_remove","d":"

    (PECL zmq >= 0.5.0)\nRemove item from the poll set.

    "},{"t":"M","n":"ZMQSocket::__construct","p":"ZMQSocket.html#method___construct","d":"

    (PECL zmq >= 0.5.0)\nConstructs a ZMQSocket object.

    "},{"t":"M","n":"ZMQSocket::bind","p":"ZMQSocket.html#method_bind","d":"

    (PECL zmq >= 0.5.0)\nBind the socket to an endpoint.

    "},{"t":"M","n":"ZMQSocket::connect","p":"ZMQSocket.html#method_connect","d":"

    (PECL zmq >= 0.5.0)\nConnect the socket to a remote endpoint.

    "},{"t":"M","n":"ZMQSocket::disconnect","p":"ZMQSocket.html#method_disconnect","d":"

    (PECL zmq >= 1.0.4)\nDisconnect the socket from a previously connected remote endpoint.

    "},{"t":"M","n":"ZMQSocket::getEndpoints","p":"ZMQSocket.html#method_getEndpoints","d":"

    Returns a list of endpoints where the socket is connected or bound to.

    "},{"t":"M","n":"ZMQSocket::getPersistentId","p":"ZMQSocket.html#method_getPersistentId","d":"

    Returns the persistent id string assigned of the object and NULL if socket is not persistent.

    "},{"t":"M","n":"ZMQSocket::getSockOpt","p":"ZMQSocket.html#method_getSockOpt","d":"

    Returns the value of a socket option.

    "},{"t":"M","n":"ZMQSocket::getSocketType","p":"ZMQSocket.html#method_getSocketType","d":"

    Return the socket type.

    "},{"t":"M","n":"ZMQSocket::isPersistent","p":"ZMQSocket.html#method_isPersistent","d":"

    Check whether the socket is persistent.

    "},{"t":"M","n":"ZMQSocket::recv","p":"ZMQSocket.html#method_recv","d":"

    Receive a message from a socket.

    "},{"t":"M","n":"ZMQSocket::recvMulti","p":"ZMQSocket.html#method_recvMulti","d":"

    Receive an array multipart message from a socket.

    "},{"t":"M","n":"ZMQSocket::send","p":"ZMQSocket.html#method_send","d":"

    Send a message using the socket. The operation can block unless ZMQ::MODE_NOBLOCK is used.

    "},{"t":"M","n":"ZMQSocket::sendmulti","p":"ZMQSocket.html#method_sendmulti","d":"

    Send a multipart message using the socket. The operation can block unless ZMQ::MODE_NOBLOCK is used.

    "},{"t":"M","n":"ZMQSocket::setSockOpt","p":"ZMQSocket.html#method_setSockOpt","d":"

    Sets a ZMQ socket option. The type of the value depends on the key.

    "},{"t":"M","n":"ZMQSocket::unbind","p":"ZMQSocket.html#method_unbind","d":"

    Unbind the socket from an endpoint.

    "},{"t":"M","n":"ZendAPI_Job::ZendAPI_Job","p":"ZendAPI_Job.html#method_ZendAPI_Job","d":"

    Instantiate a Job object, describe all the information and properties of a job

    "},{"t":"M","n":"ZendAPI_Job::addJobToQueue","p":"ZendAPI_Job.html#method_addJobToQueue","d":"

    Add the job the the specified queue (without instantiating a JobQueue object)\nThis function should be used for extreme simplicity of the user when adding a single job,\nwhen the user want to insert more than one job and/or manipulating other jobs (or job tasks)\nhe should create and use the JobQueue object\nActually what this function do is to create a new JobQueue, login to it (with the given parameters),\nadd this job to it and logout

    "},{"t":"M","n":"ZendAPI_Job::setJobPriority","p":"ZendAPI_Job.html#method_setJobPriority","d":"

    Set a new priority to the job

    "},{"t":"M","n":"ZendAPI_Job::setJobName","p":"ZendAPI_Job.html#method_setJobName","d":null},{"t":"M","n":"ZendAPI_Job::setScript","p":"ZendAPI_Job.html#method_setScript","d":null},{"t":"M","n":"ZendAPI_Job::setApplicationID","p":"ZendAPI_Job.html#method_setApplicationID","d":null},{"t":"M","n":"ZendAPI_Job::setUserVariables","p":"ZendAPI_Job.html#method_setUserVariables","d":null},{"t":"M","n":"ZendAPI_Job::setGlobalVariables","p":"ZendAPI_Job.html#method_setGlobalVariables","d":null},{"t":"M","n":"ZendAPI_Job::setJobDependency","p":"ZendAPI_Job.html#method_setJobDependency","d":null},{"t":"M","n":"ZendAPI_Job::setScheduledTime","p":"ZendAPI_Job.html#method_setScheduledTime","d":null},{"t":"M","n":"ZendAPI_Job::setRecurrenceData","p":"ZendAPI_Job.html#method_setRecurrenceData","d":null},{"t":"M","n":"ZendAPI_Job::setPreserved","p":"ZendAPI_Job.html#method_setPreserved","d":null},{"t":"M","n":"ZendAPI_Job::getProperties","p":"ZendAPI_Job.html#method_getProperties","d":"

    Get the job properties

    "},{"t":"M","n":"ZendAPI_Job::getOutput","p":"ZendAPI_Job.html#method_getOutput","d":"

    Get the job output

    "},{"t":"M","n":"ZendAPI_Job::getID","p":"ZendAPI_Job.html#method_getID","d":null},{"t":"M","n":"ZendAPI_Job::getHost","p":"ZendAPI_Job.html#method_getHost","d":null},{"t":"M","n":"ZendAPI_Job::getScript","p":"ZendAPI_Job.html#method_getScript","d":null},{"t":"M","n":"ZendAPI_Job::getJobPriority","p":"ZendAPI_Job.html#method_getJobPriority","d":null},{"t":"M","n":"ZendAPI_Job::getJobName","p":"ZendAPI_Job.html#method_getJobName","d":null},{"t":"M","n":"ZendAPI_Job::getApplicationID","p":"ZendAPI_Job.html#method_getApplicationID","d":null},{"t":"M","n":"ZendAPI_Job::getUserVariables","p":"ZendAPI_Job.html#method_getUserVariables","d":null},{"t":"M","n":"ZendAPI_Job::getGlobalVariables","p":"ZendAPI_Job.html#method_getGlobalVariables","d":null},{"t":"M","n":"ZendAPI_Job::getJobDependency","p":"ZendAPI_Job.html#method_getJobDependency","d":null},{"t":"M","n":"ZendAPI_Job::getScheduledTime","p":"ZendAPI_Job.html#method_getScheduledTime","d":null},{"t":"M","n":"ZendAPI_Job::getInterval","p":"ZendAPI_Job.html#method_getInterval","d":null},{"t":"M","n":"ZendAPI_Job::getEndTime","p":"ZendAPI_Job.html#method_getEndTime","d":null},{"t":"M","n":"ZendAPI_Job::getPreserved","p":"ZendAPI_Job.html#method_getPreserved","d":null},{"t":"M","n":"ZendAPI_Job::getJobStatus","p":"ZendAPI_Job.html#method_getJobStatus","d":"

    Get the current status of the job\nIf this job was created and not returned from a queue (using the JobQueue::GetJob() function),\nthe function will return false\nThe status is one of the constants with the "JOB_QUEUESTATUS" prefix.

    "},{"t":"M","n":"ZendAPI_Job::getTimeToNextRepeat","p":"ZendAPI_Job.html#method_getTimeToNextRepeat","d":"

    Get how much seconds there are until the next time the job will run.

    "},{"t":"M","n":"ZendAPI_Job::getLastPerformedStatus","p":"ZendAPI_Job.html#method_getLastPerformedStatus","d":"

    For recurring job get the status of the last execution. For simple job,\ngetLastPerformedStatus is equivalent to getJobStatus.

    "},{"t":"M","n":"ZendAPI_Queue::zendapi_queue","p":"ZendAPI_Queue.html#method_zendapi_queue","d":"

    Constructor for a job queue connection

    "},{"t":"M","n":"ZendAPI_Queue::login","p":"ZendAPI_Queue.html#method_login","d":"

    Open a connection to a job queue

    "},{"t":"M","n":"ZendAPI_Queue::addJob","p":"ZendAPI_Queue.html#method_addJob","d":"

    Insert a new job to the queue, the Job is passed by reference because\nits new job ID and status will be set in the Job object\nIf the returned job id is 0 it means the job could be added to the queue

    "},{"t":"M","n":"ZendAPI_Queue::getJob","p":"ZendAPI_Queue.html#method_getJob","d":"

    Return a Job object that describing a job in the queue

    "},{"t":"M","n":"ZendAPI_Queue::updateJob","p":"ZendAPI_Queue.html#method_updateJob","d":"

    Update an existing job in the queue with it's new properties. If job doesn't exists,\na new job will be added. Job is passed by reference and it's updated from the queue.

    "},{"t":"M","n":"ZendAPI_Queue::removeJob","p":"ZendAPI_Queue.html#method_removeJob","d":"

    Remove a job from the queue

    "},{"t":"M","n":"ZendAPI_Queue::suspendJob","p":"ZendAPI_Queue.html#method_suspendJob","d":"

    Suspend a job in the queue (without removing it)

    "},{"t":"M","n":"ZendAPI_Queue::resumeJob","p":"ZendAPI_Queue.html#method_resumeJob","d":"

    Resume a suspended job in the queue

    "},{"t":"M","n":"ZendAPI_Queue::requeueJob","p":"ZendAPI_Queue.html#method_requeueJob","d":"

    Requeue failed job back to the queue.

    "},{"t":"M","n":"ZendAPI_Queue::getStatistics","p":"ZendAPI_Queue.html#method_getStatistics","d":"

    returns job statistics

    "},{"t":"M","n":"ZendAPI_Queue::isScriptExists","p":"ZendAPI_Queue.html#method_isScriptExists","d":"

    Returns whether a script exists in the document root

    "},{"t":"M","n":"ZendAPI_Queue::isSuspend","p":"ZendAPI_Queue.html#method_isSuspend","d":"

    Returns whether the queue is suspended

    "},{"t":"M","n":"ZendAPI_Queue::getJobsInQueue","p":"ZendAPI_Queue.html#method_getJobsInQueue","d":"

    Return a list of jobs in the queue according to the options given in the filter_options parameter, doesn't return jobs in "final states" (failed, complete)\nIf application id is set for this queue, only jobs with this application id will be returned

    "},{"t":"M","n":"ZendAPI_Queue::getNumOfJobsInQueue","p":"ZendAPI_Queue.html#method_getNumOfJobsInQueue","d":"

    Return the number of jobs in the queue according to the options given in the filter_options parameter

    "},{"t":"M","n":"ZendAPI_Queue::getAllhosts","p":"ZendAPI_Queue.html#method_getAllhosts","d":"

    Return all the hosts that jobs were submitted from.

    "},{"t":"M","n":"ZendAPI_Queue::getAllApplicationIDs","p":"ZendAPI_Queue.html#method_getAllApplicationIDs","d":"

    Return all the application ids exists in queue.

    "},{"t":"M","n":"ZendAPI_Queue::getHistoricJobs","p":"ZendAPI_Queue.html#method_getHistoricJobs","d":"

    Return finished jobs (either failed or successed) between time range allowing paging.

    "},{"t":"M","n":"ZendAPI_Queue::suspendQueue","p":"ZendAPI_Queue.html#method_suspendQueue","d":"

    Suspends queue operation

    "},{"t":"M","n":"ZendAPI_Queue::resumeQueue","p":"ZendAPI_Queue.html#method_resumeQueue","d":"

    Resumes queue operation

    "},{"t":"M","n":"ZendAPI_Queue::getLastError","p":"ZendAPI_Queue.html#method_getLastError","d":"

    Return description of the last error occurred in the queue object. After every\nmethod invoked an error string describing the error is store in the queue object.

    "},{"t":"M","n":"ZendAPI_Queue::setMaxHistoryTime","p":"ZendAPI_Queue.html#method_setMaxHistoryTime","d":"

    Sets a new maximum time for keeping historic jobs

    "},{"t":"M","n":"ZipArchive::open","p":"ZipArchive.html#method_open","d":"

    (PHP 5 >= 5.2.0, PECL zip >= 1.1.0)
    \nOpen a ZIP file archive

    "},{"t":"M","n":"ZipArchive::close","p":"ZipArchive.html#method_close","d":"

    (PHP 5 >= 5.2.0, PECL zip >= 1.1.0)
    \nClose the active archive (opened or newly created)

    "},{"t":"M","n":"ZipArchive::count","p":"ZipArchive.html#method_count","d":"

    (PHP 7 >= 7.2.0, PECL zip >= 1.15.0)
    \nCounts the number of files in the archive.

    "},{"t":"M","n":"ZipArchive::getStatusString","p":"ZipArchive.html#method_getStatusString","d":"

    Returns the status error message, system and/or zip messages

    "},{"t":"M","n":"ZipArchive::addEmptyDir","p":"ZipArchive.html#method_addEmptyDir","d":"

    (PHP 5 >= 5.2.0, PECL zip >= 1.8.0)
    \nAdd a new directory

    "},{"t":"M","n":"ZipArchive::addFromString","p":"ZipArchive.html#method_addFromString","d":"

    (PHP 5 >= 5.2.0, PECL zip >= 1.1.0)
    \nAdd a file to a ZIP archive using its contents

    "},{"t":"M","n":"ZipArchive::addFile","p":"ZipArchive.html#method_addFile","d":"

    (PHP 5 >= 5.2.0, PECL zip >= 1.1.0)
    \nAdds a file to a ZIP archive from the given path

    "},{"t":"M","n":"ZipArchive::addGlob","p":"ZipArchive.html#method_addGlob","d":"

    (PHP 5 >= 5.3.0, PECL zip >= 1.9.0)
    \nAdd files from a directory by glob pattern

    "},{"t":"M","n":"ZipArchive::addPattern","p":"ZipArchive.html#method_addPattern","d":"

    (PHP 5 >= 5.3.0, PECL zip >= 1.9.0)
    \nAdd files from a directory by PCRE pattern

    "},{"t":"M","n":"ZipArchive::renameIndex","p":"ZipArchive.html#method_renameIndex","d":"

    (PHP 5 >= 5.2.0, PECL zip >= 1.5.0)
    \nRenames an entry defined by its index

    "},{"t":"M","n":"ZipArchive::renameName","p":"ZipArchive.html#method_renameName","d":"

    (PHP 5 >= 5.2.0, PECL zip >= 1.5.0)
    \nRenames an entry defined by its name

    "},{"t":"M","n":"ZipArchive::setArchiveComment","p":"ZipArchive.html#method_setArchiveComment","d":"

    (PHP 5 >= 5.2.0, PECL zip >= 1.4.0)
    \nSet the comment of a ZIP archive

    "},{"t":"M","n":"ZipArchive::getArchiveComment","p":"ZipArchive.html#method_getArchiveComment","d":"

    (PHP 5 >= 5.2.0, PECL zip >= 1.1.0)
    \nReturns the Zip archive comment

    "},{"t":"M","n":"ZipArchive::setCommentIndex","p":"ZipArchive.html#method_setCommentIndex","d":"

    (PHP 5 >= 5.2.0, PECL zip >= 1.4.0)
    \nSet the comment of an entry defined by its index

    "},{"t":"M","n":"ZipArchive::setCommentName","p":"ZipArchive.html#method_setCommentName","d":"

    (PHP 5 >= 5.2.0, PECL zip >= 1.4.0)
    \nSet the comment of an entry defined by its name

    "},{"t":"M","n":"ZipArchive::setCompressionIndex","p":"ZipArchive.html#method_setCompressionIndex","d":"

    Set the compression method of an entry defined by its index

    "},{"t":"M","n":"ZipArchive::setCompressionName","p":"ZipArchive.html#method_setCompressionName","d":"

    Set the compression method of an entry defined by its name\nhttps://secure.php.net/manual/en/ziparchive.setcompressionname.php

    "},{"t":"M","n":"ZipArchive::setEncryptionIndex","p":"ZipArchive.html#method_setEncryptionIndex","d":"

    Set the encryption method of an entry defined by its index

    "},{"t":"M","n":"ZipArchive::setEncryptionName","p":"ZipArchive.html#method_setEncryptionName","d":"

    Set the encryption method of an entry defined by its name

    "},{"t":"M","n":"ZipArchive::setPassword","p":"ZipArchive.html#method_setPassword","d":"

    (PHP 5 >= 5.6.0, PECL zip >= 1.12.0)

    "},{"t":"M","n":"ZipArchive::getCommentIndex","p":"ZipArchive.html#method_getCommentIndex","d":"

    (PHP 5 >= 5.2.0, PECL zip >= 1.4.0)
    \nReturns the comment of an entry using the entry index

    "},{"t":"M","n":"ZipArchive::getCommentName","p":"ZipArchive.html#method_getCommentName","d":"

    (PHP 5 >= 5.2.0, PECL zip >= 1.4.0)
    \nReturns the comment of an entry using the entry name

    "},{"t":"M","n":"ZipArchive::deleteIndex","p":"ZipArchive.html#method_deleteIndex","d":"

    (PHP 5 >= 5.2.0, PECL zip >= 1.5.0)
    \ndelete an entry in the archive using its index

    "},{"t":"M","n":"ZipArchive::deleteName","p":"ZipArchive.html#method_deleteName","d":"

    (PHP 5 >= 5.2.0, PECL zip >= 1.5.0)
    \ndelete an entry in the archive using its name

    "},{"t":"M","n":"ZipArchive::statName","p":"ZipArchive.html#method_statName","d":"

    (PHP 5 >= 5.2.0, PECL zip >= 1.5.0)
    \nGet the details of an entry defined by its name.

    "},{"t":"M","n":"ZipArchive::statIndex","p":"ZipArchive.html#method_statIndex","d":"

    (PHP 5 >= 5.2.0, PECL zip >= 1.1.0)
    \nGet the details of an entry defined by its index.

    "},{"t":"M","n":"ZipArchive::locateName","p":"ZipArchive.html#method_locateName","d":"

    (PHP 5 >= 5.2.0, PECL zip >= 1.5.0)
    \nReturns the index of the entry in the archive

    "},{"t":"M","n":"ZipArchive::getNameIndex","p":"ZipArchive.html#method_getNameIndex","d":"

    (PHP 5 >= 5.2.0, PECL zip >= 1.5.0)
    \nReturns the name of an entry using its index

    "},{"t":"M","n":"ZipArchive::unchangeArchive","p":"ZipArchive.html#method_unchangeArchive","d":"

    (PHP 5 >= 5.2.0, PECL zip >= 1.1.0)
    \nRevert all global changes done in the archive.

    "},{"t":"M","n":"ZipArchive::unchangeAll","p":"ZipArchive.html#method_unchangeAll","d":"

    (PHP 5 >= 5.2.0, PECL zip >= 1.1.0)
    \nUndo all changes done in the archive

    "},{"t":"M","n":"ZipArchive::unchangeIndex","p":"ZipArchive.html#method_unchangeIndex","d":"

    (PHP 5 >= 5.2.0, PECL zip >= 1.1.0)
    \nRevert all changes done to an entry at the given index

    "},{"t":"M","n":"ZipArchive::unchangeName","p":"ZipArchive.html#method_unchangeName","d":"

    (PHP 5 >= 5.2.0, PECL zip >= 1.5.0)
    \nRevert all changes done to an entry with the given name.

    "},{"t":"M","n":"ZipArchive::extractTo","p":"ZipArchive.html#method_extractTo","d":"

    (PHP 5 >= 5.2.0, PECL zip >= 1.1.0)
    \nExtract the archive contents

    "},{"t":"M","n":"ZipArchive::getFromName","p":"ZipArchive.html#method_getFromName","d":"

    (PHP 5 >= 5.2.0, PECL zip >= 1.1.0)
    \nReturns the entry contents using its name

    "},{"t":"M","n":"ZipArchive::getFromIndex","p":"ZipArchive.html#method_getFromIndex","d":"

    (PHP 5 >= 5.2.0, PECL zip >= 1.3.0)
    \nReturns the entry contents using its index

    "},{"t":"M","n":"ZipArchive::getStream","p":"ZipArchive.html#method_getStream","d":"

    (PHP 5 >= 5.2.0, PECL zip >= 1.1.0)
    \nGet a file handler to the entry defined by its name (read only).

    "},{"t":"M","n":"ZipArchive::getStreamIndex","p":"ZipArchive.html#method_getStreamIndex","d":"

    (PHP 8 >= 8.2.0, PECL zip >= 1.20.0)
    \nGet a file handler to the entry defined by its index (read only)

    "},{"t":"M","n":"ZipArchive::setExternalAttributesName","p":"ZipArchive.html#method_setExternalAttributesName","d":"

    Set the external attributes of an entry defined by its name

    "},{"t":"M","n":"ZipArchive::getExternalAttributesName","p":"ZipArchive.html#method_getExternalAttributesName","d":"

    Retrieve the external attributes of an entry defined by its name

    "},{"t":"M","n":"ZipArchive::setExternalAttributesIndex","p":"ZipArchive.html#method_setExternalAttributesIndex","d":"

    Set the external attributes of an entry defined by its index

    "},{"t":"M","n":"ZipArchive::getExternalAttributesIndex","p":"ZipArchive.html#method_getExternalAttributesIndex","d":"

    Retrieve the external attributes of an entry defined by its index

    "},{"t":"M","n":"ZipArchive::isEncryptionMethodSupported","p":"ZipArchive.html#method_isEncryptionMethodSupported","d":null},{"t":"M","n":"ZipArchive::isCompressionMethodSupported","p":"ZipArchive.html#method_isCompressionMethodSupported","d":null},{"t":"M","n":"ZipArchive::registerCancelCallback","p":"ZipArchive.html#method_registerCancelCallback","d":null},{"t":"M","n":"ZipArchive::registerProgressCallback","p":"ZipArchive.html#method_registerProgressCallback","d":null},{"t":"M","n":"ZipArchive::setMtimeName","p":"ZipArchive.html#method_setMtimeName","d":null},{"t":"M","n":"ZipArchive::setMtimeIndex","p":"ZipArchive.html#method_setMtimeIndex","d":null},{"t":"M","n":"ZipArchive::replaceFile","p":"ZipArchive.html#method_replaceFile","d":null},{"t":"M","n":"ZipArchive::clearError","p":"ZipArchive.html#method_clearError","d":null},{"t":"M","n":"ZipArchive::setArchiveFlag","p":"ZipArchive.html#method_setArchiveFlag","d":""},{"t":"M","n":"ZipArchive::getArchiveFlag","p":"ZipArchive.html#method_getArchiveFlag","d":""},{"t":"M","n":"ZipArchive::getStreamName","p":"ZipArchive.html#method_getStreamName","d":""},{"t":"M","n":"Zookeeper::__construct","p":"Zookeeper.html#method___construct","d":"

    Create a handle to used communicate with zookeeper.

    "},{"t":"M","n":"Zookeeper::connect","p":"Zookeeper.html#method_connect","d":"

    Create a handle to used communicate with zookeeper.

    "},{"t":"M","n":"Zookeeper::close","p":"Zookeeper.html#method_close","d":"

    Close the zookeeper handle and free up any resources.

    "},{"t":"M","n":"Zookeeper::create","p":"Zookeeper.html#method_create","d":"

    Create a node synchronously.

    "},{"t":"M","n":"Zookeeper::delete","p":"Zookeeper.html#method_delete","d":"

    Delete a node in zookeeper synchronously.

    "},{"t":"M","n":"Zookeeper::set","p":"Zookeeper.html#method_set","d":"

    Sets the data associated with a node.

    "},{"t":"M","n":"Zookeeper::get","p":"Zookeeper.html#method_get","d":"

    Gets the data associated with a node synchronously.

    "},{"t":"M","n":"Zookeeper::getChildren","p":"Zookeeper.html#method_getChildren","d":"

    Get children data of a path.

    "},{"t":"M","n":"Zookeeper::exists","p":"Zookeeper.html#method_exists","d":"

    Checks the existence of a node in zookeeper synchronously.

    "},{"t":"M","n":"Zookeeper::getAcl","p":"Zookeeper.html#method_getAcl","d":"

    Gets the acl associated with a node synchronously.

    "},{"t":"M","n":"Zookeeper::setAcl","p":"Zookeeper.html#method_setAcl","d":"

    Sets the acl associated with a node synchronously.

    "},{"t":"M","n":"Zookeeper::getClientId","p":"Zookeeper.html#method_getClientId","d":"

    return the client session id, only valid if the connections is currently connected\n(ie. last watcher state is ZOO_CONNECTED_STATE).

    "},{"t":"M","n":"Zookeeper::setWatcher","p":"Zookeeper.html#method_setWatcher","d":"

    Set a watcher function.

    "},{"t":"M","n":"Zookeeper::getState","p":"Zookeeper.html#method_getState","d":"

    Get the state of the zookeeper connection.

    "},{"t":"M","n":"Zookeeper::getRecvTimeout","p":"Zookeeper.html#method_getRecvTimeout","d":"

    Return the timeout for this session, only valid if the connections is currently connected\n(ie. last watcher state is ZOO_CONNECTED_STATE). This value may change after a server reconnect.

    "},{"t":"M","n":"Zookeeper::addAuth","p":"Zookeeper.html#method_addAuth","d":"

    Specify application credentials.

    "},{"t":"M","n":"Zookeeper::isRecoverable","p":"Zookeeper.html#method_isRecoverable","d":"

    Checks if the current zookeeper connection state can be recovered.

    "},{"t":"M","n":"Zookeeper::setLogStream","p":"Zookeeper.html#method_setLogStream","d":"

    Sets the stream to be used by the library for logging.

    "},{"t":"M","n":"Zookeeper::setDebugLevel","p":"Zookeeper.html#method_setDebugLevel","d":"

    Sets the debugging level for the library.

    "},{"t":"M","n":"Zookeeper::setDeterministicConnOrder","p":"Zookeeper.html#method_setDeterministicConnOrder","d":"

    Enable/disable quorum endpoint order randomization.

    "},{"t":"M","n":"___PHPSTORM_HELPERS\\object::__construct","p":"___PHPSTORM_HELPERS/object.html#method___construct","d":"

    PHP 5 allows developers to declare constructor methods for classes.

    "},{"t":"M","n":"___PHPSTORM_HELPERS\\object::__destruct","p":"___PHPSTORM_HELPERS/object.html#method___destruct","d":"

    PHP 5 introduces a destructor concept similar to that of other object-oriented languages, such as C++.

    "},{"t":"M","n":"___PHPSTORM_HELPERS\\object::__call","p":"___PHPSTORM_HELPERS/object.html#method___call","d":"

    is triggered when invoking inaccessible methods in an object context.

    "},{"t":"M","n":"___PHPSTORM_HELPERS\\object::__callStatic","p":"___PHPSTORM_HELPERS/object.html#method___callStatic","d":"

    is triggered when invoking inaccessible methods in a static context.

    "},{"t":"M","n":"___PHPSTORM_HELPERS\\object::__get","p":"___PHPSTORM_HELPERS/object.html#method___get","d":"

    is utilized for reading data from inaccessible members.

    "},{"t":"M","n":"___PHPSTORM_HELPERS\\object::__set","p":"___PHPSTORM_HELPERS/object.html#method___set","d":"

    run when writing data to inaccessible members.

    "},{"t":"M","n":"___PHPSTORM_HELPERS\\object::__isset","p":"___PHPSTORM_HELPERS/object.html#method___isset","d":"

    is triggered by calling isset() or empty() on inaccessible members.

    "},{"t":"M","n":"___PHPSTORM_HELPERS\\object::__unset","p":"___PHPSTORM_HELPERS/object.html#method___unset","d":"

    is invoked when unset() is used on inaccessible members.

    "},{"t":"M","n":"___PHPSTORM_HELPERS\\object::__sleep","p":"___PHPSTORM_HELPERS/object.html#method___sleep","d":"

    serialize() checks if your class has a function with the magic name __sleep.

    "},{"t":"M","n":"___PHPSTORM_HELPERS\\object::__wakeup","p":"___PHPSTORM_HELPERS/object.html#method___wakeup","d":"

    unserialize() checks for the presence of a function with the magic name __wakeup.

    "},{"t":"M","n":"___PHPSTORM_HELPERS\\object::__toString","p":"___PHPSTORM_HELPERS/object.html#method___toString","d":"

    The __toString method allows a class to decide how it will react when it is converted to a string.

    "},{"t":"M","n":"___PHPSTORM_HELPERS\\object::__invoke","p":"___PHPSTORM_HELPERS/object.html#method___invoke","d":"

    The __invoke method is called when a script tries to call an object as a function.

    "},{"t":"M","n":"___PHPSTORM_HELPERS\\object::__debugInfo","p":"___PHPSTORM_HELPERS/object.html#method___debugInfo","d":"

    This method is called by var_dump() when dumping an object to get the properties that should be shown.

    "},{"t":"M","n":"___PHPSTORM_HELPERS\\object::__set_state","p":"___PHPSTORM_HELPERS/object.html#method___set_state","d":"

    This static method is called for classes exported by var_export() since PHP 5.1.0.

    "},{"t":"M","n":"___PHPSTORM_HELPERS\\object::__clone","p":"___PHPSTORM_HELPERS/object.html#method___clone","d":"

    When an object is cloned, PHP 5 will perform a shallow copy of all of the object's properties.

    "},{"t":"M","n":"___PHPSTORM_HELPERS\\object::__serialize","p":"___PHPSTORM_HELPERS/object.html#method___serialize","d":"

    Returns array containing all the necessary state of the object.

    "},{"t":"M","n":"___PHPSTORM_HELPERS\\object::__unserialize","p":"___PHPSTORM_HELPERS/object.html#method___unserialize","d":"

    Restores the object state from the given data array.

    "},{"t":"M","n":"ast\\Node::__construct","p":"ast/Node.html#method___construct","d":"

    A constructor which accepts any types for the properties.

    "},{"t":"M","n":"classObj::__construct","p":"classObj.html#method___construct","d":"

    The second argument class is optional. If given, the new class\ncreated will be a copy of this class.

    "},{"t":"M","n":"classObj::ms_newClassObj","p":"classObj.html#method_ms_newClassObj","d":"

    Old style constructor

    "},{"t":"M","n":"classObj::addLabel","p":"classObj.html#method_addLabel","d":"

    Add a labelObj to the classObj and return its index in the labels\narray.

    "},{"t":"M","n":"classObj::convertToString","p":"classObj.html#method_convertToString","d":"

    Saves the object to a string. Provides the inverse option for\nupdateFromString.

    "},{"t":"M","n":"classObj::createLegendIcon","p":"classObj.html#method_createLegendIcon","d":"

    Draw the legend icon and return a new imageObj.

    "},{"t":"M","n":"classObj::deletestyle","p":"classObj.html#method_deletestyle","d":"

    Delete the style specified by the style index. If there are any\nstyle that follow the deleted style, their index will decrease by 1.

    "},{"t":"M","n":"classObj::drawLegendIcon","p":"classObj.html#method_drawLegendIcon","d":"

    Draw the legend icon on im object at dstX, dstY.

    "},{"t":"M","n":"classObj::free","p":"classObj.html#method_free","d":"

    Free the object properties and break the internal references.

    "},{"t":"M","n":"classObj::getExpressionString","p":"classObj.html#method_getExpressionString","d":"

    Returns the :ref:expression <expressions> string for the class\nobject.

    "},{"t":"M","n":"classObj::getLabel","p":"classObj.html#method_getLabel","d":"

    Return a reference to the labelObj at index in the labels array.

    "},{"t":"M","n":"classObj::getMetaData","p":"classObj.html#method_getMetaData","d":"

    Fetch class metadata entry by name. Returns "" if no entry\nmatches the name. Note that the search is case sensitive.

    "},{"t":"M","n":"classObj::getStyle","p":"classObj.html#method_getStyle","d":"

    Return the style object using an index. index >= 0 &&\nindex < class->numstyles.

    "},{"t":"M","n":"classObj::getTextString","p":"classObj.html#method_getTextString","d":"

    Returns the text string for the class object.

    "},{"t":"M","n":"classObj::movestyledown","p":"classObj.html#method_movestyledown","d":"

    The style specified by the style index will be moved down into\nthe array of classes. Returns MS_SUCCESS or MS_FAILURE.

    "},{"t":"M","n":"classObj::movestyleup","p":"classObj.html#method_movestyleup","d":"

    The style specified by the style index will be moved up into\nthe array of classes. Returns MS_SUCCESS or MS_FAILURE.

    "},{"t":"M","n":"classObj::removeLabel","p":"classObj.html#method_removeLabel","d":"

    Remove the labelObj at index from the labels array and return a\nreference to the labelObj. numlabels is decremented, and the\narray is updated.

    "},{"t":"M","n":"classObj::removeMetaData","p":"classObj.html#method_removeMetaData","d":"

    Remove a metadata entry for the class. Returns MS_SUCCESS/MS_FAILURE.

    "},{"t":"M","n":"classObj::set","p":"classObj.html#method_set","d":"

    Set object property to a new value.

    "},{"t":"M","n":"classObj::setExpression","p":"classObj.html#method_setExpression","d":"

    Set the :ref:expression <expressions> string for the class\nobject.

    "},{"t":"M","n":"classObj::setMetaData","p":"classObj.html#method_setMetaData","d":"

    Set a metadata entry for the class. Returns MS_SUCCESS/MS_FAILURE.

    "},{"t":"M","n":"classObj::settext","p":"classObj.html#method_settext","d":"

    Set the text string for the class object.

    "},{"t":"M","n":"classObj::updateFromString","p":"classObj.html#method_updateFromString","d":"

    Update a class from a string snippet. Returns MS_SUCCESS/MS_FAILURE.

    "},{"t":"M","n":"clusterObj::convertToString","p":"clusterObj.html#method_convertToString","d":"

    Saves the object to a string. Provides the inverse option for\nupdateFromString.

    "},{"t":"M","n":"clusterObj::getFilterString","p":"clusterObj.html#method_getFilterString","d":"

    Returns the :ref:expression <expressions> for this cluster\nfilter or NULL on error.

    "},{"t":"M","n":"clusterObj::getGroupString","p":"clusterObj.html#method_getGroupString","d":"

    Returns the :ref:expression <expressions> for this cluster group\nor NULL on error.

    "},{"t":"M","n":"clusterObj::setFilter","p":"clusterObj.html#method_setFilter","d":"

    Set layer filter :ref:expression <expressions>.

    "},{"t":"M","n":"clusterObj::setGroup","p":"clusterObj.html#method_setGroup","d":"

    Set layer group :ref:expression <expressions>.

    "},{"t":"M","n":"colorObj::toHex","p":"colorObj.html#method_toHex","d":"

    Get the color as a hex string "#rrggbb" or (if alpha is not 255)\n"#rrggbbaa".

    "},{"t":"M","n":"colorObj::setHex","p":"colorObj.html#method_setHex","d":"

    Set red, green, blue and alpha values. The hex string should have the form\n"#rrggbb" (alpha will be set to 255) or "#rrggbbaa". Returns MS_SUCCESS.

    "},{"t":"M","n":"ffmpeg_animated_gif::__construct","p":"ffmpeg_animated_gif.html#method___construct","d":""},{"t":"M","n":"ffmpeg_animated_gif::addFrame","p":"ffmpeg_animated_gif.html#method_addFrame","d":"

    Add a frame to the end of the animated gif.

    "},{"t":"M","n":"ffmpeg_frame::__construct","p":"ffmpeg_frame.html#method___construct","d":"

    NOTE: This function will not be available if GD is not enabled.

    "},{"t":"M","n":"ffmpeg_frame::getWidth","p":"ffmpeg_frame.html#method_getWidth","d":"

    Return the width of the frame.

    "},{"t":"M","n":"ffmpeg_frame::getHeight","p":"ffmpeg_frame.html#method_getHeight","d":"

    Return the height of the frame.

    "},{"t":"M","n":"ffmpeg_frame::getPTS","p":"ffmpeg_frame.html#method_getPTS","d":"

    Return the presentation time stamp of the frame.

    "},{"t":"M","n":"ffmpeg_frame::getPresentationTimestamp","p":"ffmpeg_frame.html#method_getPresentationTimestamp","d":"

    Return the presentation time stamp of the frame.

    "},{"t":"M","n":"ffmpeg_frame::resize","p":"ffmpeg_frame.html#method_resize","d":"

    Resize and optionally crop the frame. (Cropping is built into ffmpeg resizing so I'm providing it here for completeness.)

    "},{"t":"M","n":"ffmpeg_frame::crop","p":"ffmpeg_frame.html#method_crop","d":"

    Crop the frame.

    "},{"t":"M","n":"ffmpeg_frame::toGDImage","p":"ffmpeg_frame.html#method_toGDImage","d":"

    Returns a truecolor GD image of the frame.

    "},{"t":"M","n":"ffmpeg_movie::__construct","p":"ffmpeg_movie.html#method___construct","d":"

    Open a video or audio file and return it as an object.

    "},{"t":"M","n":"ffmpeg_movie::getDuration","p":"ffmpeg_movie.html#method_getDuration","d":"

    Return the duration of a movie or audio file in seconds.

    "},{"t":"M","n":"ffmpeg_movie::getFrameCount","p":"ffmpeg_movie.html#method_getFrameCount","d":"

    Return the number of frames in a movie or audio file.

    "},{"t":"M","n":"ffmpeg_movie::getFrameRate","p":"ffmpeg_movie.html#method_getFrameRate","d":"

    Return the frame rate of a movie in fps.

    "},{"t":"M","n":"ffmpeg_movie::getFilename","p":"ffmpeg_movie.html#method_getFilename","d":"

    Return the path and name of the movie file or audio file.

    "},{"t":"M","n":"ffmpeg_movie::getComment","p":"ffmpeg_movie.html#method_getComment","d":"

    Return the comment field from the movie or audio file.

    "},{"t":"M","n":"ffmpeg_movie::getTitle","p":"ffmpeg_movie.html#method_getTitle","d":"

    Return the title field from the movie or audio file.

    "},{"t":"M","n":"ffmpeg_movie::getAuthor","p":"ffmpeg_movie.html#method_getAuthor","d":"

    Return the author field from the movie or the artist ID3 field from an mp3 file.

    "},{"t":"M","n":"ffmpeg_movie::getArtist","p":"ffmpeg_movie.html#method_getArtist","d":"

    Return the author field from the movie or the artist ID3 field from an mp3 file.

    "},{"t":"M","n":"ffmpeg_movie::getCopyright","p":"ffmpeg_movie.html#method_getCopyright","d":"

    Return the copyright field from the movie or audio file.

    "},{"t":"M","n":"ffmpeg_movie::getGenre","p":"ffmpeg_movie.html#method_getGenre","d":"

    Return the genre ID3 field from an mp3 file.

    "},{"t":"M","n":"ffmpeg_movie::getTrackNumber","p":"ffmpeg_movie.html#method_getTrackNumber","d":"

    Return the track ID3 field from an mp3 file.

    "},{"t":"M","n":"ffmpeg_movie::getYear","p":"ffmpeg_movie.html#method_getYear","d":"

    Return the year ID3 field from an mp3 file.

    "},{"t":"M","n":"ffmpeg_movie::getFrameHeight","p":"ffmpeg_movie.html#method_getFrameHeight","d":"

    Return the height of the movie in pixels.

    "},{"t":"M","n":"ffmpeg_movie::getFrameWidth","p":"ffmpeg_movie.html#method_getFrameWidth","d":"

    Return the width of the movie in pixels.

    "},{"t":"M","n":"ffmpeg_movie::getPixelFormat","p":"ffmpeg_movie.html#method_getPixelFormat","d":"

    Return the pixel format of the movie.

    "},{"t":"M","n":"ffmpeg_movie::getBitRate","p":"ffmpeg_movie.html#method_getBitRate","d":"

    Return the bit rate of the movie or audio file in bits per second.

    "},{"t":"M","n":"ffmpeg_movie::getVideoBitRate","p":"ffmpeg_movie.html#method_getVideoBitRate","d":"

    Return the bit rate of the video in bits per second.

    "},{"t":"M","n":"ffmpeg_movie::getAudioBitRate","p":"ffmpeg_movie.html#method_getAudioBitRate","d":"

    Return the audio bit rate of the media file in bits per second.

    "},{"t":"M","n":"ffmpeg_movie::getAudioSampleRate","p":"ffmpeg_movie.html#method_getAudioSampleRate","d":"

    Return the audio sample rate of the media file in bits per second.

    "},{"t":"M","n":"ffmpeg_movie::getFrameNumber","p":"ffmpeg_movie.html#method_getFrameNumber","d":"

    Return the current frame index.

    "},{"t":"M","n":"ffmpeg_movie::getVideoCodec","p":"ffmpeg_movie.html#method_getVideoCodec","d":"

    Return the name of the video codec used to encode this movie as a string.

    "},{"t":"M","n":"ffmpeg_movie::getAudioCodec","p":"ffmpeg_movie.html#method_getAudioCodec","d":"

    Return the name of the audio codec used to encode this movie as a string.

    "},{"t":"M","n":"ffmpeg_movie::getAudioChannels","p":"ffmpeg_movie.html#method_getAudioChannels","d":"

    Return the number of audio channels in this movie as an integer.

    "},{"t":"M","n":"ffmpeg_movie::hasAudio","p":"ffmpeg_movie.html#method_hasAudio","d":"

    Return boolean value indicating whether the movie has an audio stream.

    "},{"t":"M","n":"ffmpeg_movie::hasVideo","p":"ffmpeg_movie.html#method_hasVideo","d":"

    Return boolean value indicating whether the movie has a video stream.

    "},{"t":"M","n":"ffmpeg_movie::getFrame","p":"ffmpeg_movie.html#method_getFrame","d":"

    Returns a frame from the movie as an ffmpeg_frame object. Returns false if the frame was not found.

    "},{"t":"M","n":"ffmpeg_movie::getNextKeyFrame","p":"ffmpeg_movie.html#method_getNextKeyFrame","d":"

    Returns the next key frame from the movie as an ffmpeg_frame object. Returns false if the frame was not found.

    "},{"t":"M","n":"finfo::__construct","p":"finfo.html#method___construct","d":""},{"t":"M","n":"finfo::finfo","p":"finfo.html#method_finfo","d":""},{"t":"M","n":"finfo::set_flags","p":"finfo.html#method_set_flags","d":"

    (PHP >= 5.3.0, PECL fileinfo >= 0.1.0)
    \nSet libmagic configuration options

    "},{"t":"M","n":"finfo::file","p":"finfo.html#method_file","d":"

    (PHP >= 5.3.0, PECL fileinfo >= 0.1.0)
    \nReturn information about a file

    "},{"t":"M","n":"finfo::buffer","p":"finfo.html#method_buffer","d":"

    (PHP 5 >= 5.3.0, PECL fileinfo >= 0.1.0)
    \nReturn information about a string buffer

    "},{"t":"M","n":"gnupg::__construct","p":"gnupg.html#method___construct","d":null},{"t":"M","n":"gnupg::adddecryptkey","p":"gnupg.html#method_adddecryptkey","d":"

    Add a key for decryption

    "},{"t":"M","n":"gnupg::verify","p":"gnupg.html#method_verify","d":"

    Verifies a signed text

    "},{"t":"M","n":"gnupg::addencryptkey","p":"gnupg.html#method_addencryptkey","d":"

    Add a key for encryption

    "},{"t":"M","n":"gnupg::addsignkey","p":"gnupg.html#method_addsignkey","d":"

    Add a key for signing

    "},{"t":"M","n":"gnupg::deletekey","p":"gnupg.html#method_deletekey","d":null},{"t":"M","n":"gnupg::gettrustlist","p":"gnupg.html#method_gettrustlist","d":null},{"t":"M","n":"gnupg::listsignatures","p":"gnupg.html#method_listsignatures","d":null},{"t":"M","n":"gnupg::cleardecryptkeys","p":"gnupg.html#method_cleardecryptkeys","d":"

    Removes all keys which were set for decryption before

    "},{"t":"M","n":"gnupg::clearencryptkeys","p":"gnupg.html#method_clearencryptkeys","d":"

    Removes all keys which were set for encryption before

    "},{"t":"M","n":"gnupg::clearsignkeys","p":"gnupg.html#method_clearsignkeys","d":"

    Removes all keys which were set for signing before

    "},{"t":"M","n":"gnupg::decrypt","p":"gnupg.html#method_decrypt","d":"

    Decrypts a given text

    "},{"t":"M","n":"gnupg::decryptverify","p":"gnupg.html#method_decryptverify","d":"

    Decrypts and verifies a given text

    "},{"t":"M","n":"gnupg::encrypt","p":"gnupg.html#method_encrypt","d":"

    Encrypts a given text

    "},{"t":"M","n":"gnupg::encryptsign","p":"gnupg.html#method_encryptsign","d":"

    Encrypts and signs a given text

    "},{"t":"M","n":"gnupg::export","p":"gnupg.html#method_export","d":"

    Exports a key

    "},{"t":"M","n":"gnupg::geterror","p":"gnupg.html#method_geterror","d":"

    Returns the errortext, if a function fails

    "},{"t":"M","n":"gnupg::getprotocol","p":"gnupg.html#method_getprotocol","d":"

    Returns the currently active protocol for all operations

    "},{"t":"M","n":"gnupg::import","p":"gnupg.html#method_import","d":"

    Imports a key

    "},{"t":"M","n":"gnupg::keyinfo","p":"gnupg.html#method_keyinfo","d":"

    Returns an array with information about all keys that matches the given pattern

    "},{"t":"M","n":"gnupg::setarmor","p":"gnupg.html#method_setarmor","d":"

    Toggle armored output

    "},{"t":"M","n":"gnupg::seterrormode","p":"gnupg.html#method_seterrormode","d":"

    Sets the mode for error_reporting

    "},{"t":"M","n":"gnupg::setsignmode","p":"gnupg.html#method_setsignmode","d":"

    Sets the mode for signing

    "},{"t":"M","n":"gnupg::sign","p":"gnupg.html#method_sign","d":"

    Signs a given text

    "},{"t":"M","n":"gnupg::getengineinfo","p":"gnupg.html#method_getengineinfo","d":"

    Returns the engine info

    "},{"t":"M","n":"gnupg::geterrorinfo","p":"gnupg.html#method_geterrorinfo","d":"

    Returns the error info

    "},{"t":"M","n":"gnupg_keylistiterator::__construct","p":"gnupg_keylistiterator.html#method___construct","d":null},{"t":"M","n":"gnupg_keylistiterator::current","p":"gnupg_keylistiterator.html#method_current","d":"

    Return the current element

    "},{"t":"M","n":"gnupg_keylistiterator::key","p":"gnupg_keylistiterator.html#method_key","d":"

    Return the key of the current element

    "},{"t":"M","n":"gnupg_keylistiterator::next","p":"gnupg_keylistiterator.html#method_next","d":"

    Move forward to next element

    "},{"t":"M","n":"gnupg_keylistiterator::rewind","p":"gnupg_keylistiterator.html#method_rewind","d":"

    Rewind the Iterator to the first element

    "},{"t":"M","n":"gnupg_keylistiterator::valid","p":"gnupg_keylistiterator.html#method_valid","d":"

    Checks if current position is valid

    "},{"t":"M","n":"gridObj::set","p":"gridObj.html#method_set","d":"

    Set object property to a new value.

    "},{"t":"M","n":"hashTableObj::clear","p":"hashTableObj.html#method_clear","d":"

    Clear all items in the hashTable (To NULL).

    "},{"t":"M","n":"hashTableObj::get","p":"hashTableObj.html#method_get","d":"

    Fetch class metadata entry by name. Returns "" if no entry\nmatches the name. Note that the search is case sensitive.

    "},{"t":"M","n":"hashTableObj::nextkey","p":"hashTableObj.html#method_nextkey","d":"

    Return the next key or first key if previousKey = NULL.

    "},{"t":"M","n":"hashTableObj::remove","p":"hashTableObj.html#method_remove","d":"

    Remove a metadata entry in the hashTable. Returns MS_SUCCESS/MS_FAILURE.

    "},{"t":"M","n":"hashTableObj::set","p":"hashTableObj.html#method_set","d":"

    Set a metadata entry in the hashTable. Returns MS_SUCCESS/MS_FAILURE.

    "},{"t":"M","n":"http\\Client::__construct","p":"http/Client.html#method___construct","d":"

    Create a new HTTP client.

    "},{"t":"M","n":"http\\Client::addCookies","p":"http/Client.html#method_addCookies","d":"

    Add custom cookies.

    "},{"t":"M","n":"http\\Client::addSslOptions","p":"http/Client.html#method_addSslOptions","d":"

    Add specific SSL options.

    "},{"t":"M","n":"http\\Client::attach","p":"http/Client.html#method_attach","d":"

    Implements SplSubject. Attach another observer.

    "},{"t":"M","n":"http\\Client::configure","p":"http/Client.html#method_configure","d":"

    Configure the client's low level options.

    "},{"t":"M","n":"http\\Client::count","p":"http/Client.html#method_count","d":"

    Implements Countable. Retrieve the number of enqueued requests.

    "},{"t":"M","n":"http\\Client::dequeue","p":"http/Client.html#method_dequeue","d":"

    Dequeue the http\\Client\\Request $request.

    "},{"t":"M","n":"http\\Client::detach","p":"http/Client.html#method_detach","d":"

    Implements SplSubject. Detach $observer, which has been previously attached.

    "},{"t":"M","n":"http\\Client::enableEvents","p":"http/Client.html#method_enableEvents","d":"

    Enable usage of an event library like libevent, which might improve performance with big socket sets.

    "},{"t":"M","n":"http\\Client::enablePipelining","p":"http/Client.html#method_enablePipelining","d":"

    Enable sending pipelined requests to the same host if the driver supports it.

    "},{"t":"M","n":"http\\Client::enqueue","p":"http/Client.html#method_enqueue","d":"

    Add another http\\Client\\Request to the request queue.

    "},{"t":"M","n":"http\\Client::getAvailableConfiguration","p":"http/Client.html#method_getAvailableConfiguration","d":"

    Get a list of available configuration options and their default values.

    "},{"t":"M","n":"http\\Client::getAvailableDrivers","p":"http/Client.html#method_getAvailableDrivers","d":"

    List available drivers.

    "},{"t":"M","n":"http\\Client::getAvailableOptions","p":"http/Client.html#method_getAvailableOptions","d":"

    Retrieve a list of available request options and their default values.

    "},{"t":"M","n":"http\\Client::getCookies","p":"http/Client.html#method_getCookies","d":"

    Get priorly set custom cookies.

    "},{"t":"M","n":"http\\Client::getHistory","p":"http/Client.html#method_getHistory","d":"

    Simply returns the http\\Message chain representing the request/response history.

    "},{"t":"M","n":"http\\Client::getObservers","p":"http/Client.html#method_getObservers","d":"

    Returns the SplObjectStorage holding attached observers.

    "},{"t":"M","n":"http\\Client::getOptions","p":"http/Client.html#method_getOptions","d":"

    Get priorly set options.

    "},{"t":"M","n":"http\\Client::getProgressInfo","p":"http/Client.html#method_getProgressInfo","d":"

    Retrieve the progress information for $request.

    "},{"t":"M","n":"http\\Client::getResponse","p":"http/Client.html#method_getResponse","d":"

    Retrieve the corresponding response of an already finished request, or the last received response if $request is not set.

    "},{"t":"M","n":"http\\Client::getSslOptions","p":"http/Client.html#method_getSslOptions","d":"

    Retrieve priorly set SSL options.

    "},{"t":"M","n":"http\\Client::getTransferInfo","p":"http/Client.html#method_getTransferInfo","d":"

    Get transfer related information for a running or finished request.

    "},{"t":"M","n":"http\\Client::notify","p":"http/Client.html#method_notify","d":"

    Implements SplSubject. Notify attached observers about progress with $request.

    "},{"t":"M","n":"http\\Client::once","p":"http/Client.html#method_once","d":"

    Perform outstanding transfer actions.

    "},{"t":"M","n":"http\\Client::requeue","p":"http/Client.html#method_requeue","d":"

    Requeue an http\\Client\\Request.

    "},{"t":"M","n":"http\\Client::reset","p":"http/Client.html#method_reset","d":"

    Reset the client to the initial state.

    "},{"t":"M","n":"http\\Client::send","p":"http/Client.html#method_send","d":"

    Send all enqueued requests.

    "},{"t":"M","n":"http\\Client::setCookies","p":"http/Client.html#method_setCookies","d":"

    Set custom cookies.

    "},{"t":"M","n":"http\\Client::setDebug","p":"http/Client.html#method_setDebug","d":"

    Set client debugging callback.

    "},{"t":"M","n":"http\\Client::setOptions","p":"http/Client.html#method_setOptions","d":"

    Set client options.

    "},{"t":"M","n":"http\\Client::setSslOptions","p":"http/Client.html#method_setSslOptions","d":"

    Specifically set SSL options.

    "},{"t":"M","n":"http\\Client::wait","p":"http/Client.html#method_wait","d":"

    Wait for $timeout seconds for transfers to provide data.

    "},{"t":"M","n":"http\\Client\\Curl\\User::init","p":"http/Client/Curl/User.html#method_init","d":"

    Initialize the event loop.

    "},{"t":"M","n":"http\\Client\\Curl\\User::once","p":"http/Client/Curl/User.html#method_once","d":"

    Run the loop as long as it does not block.

    "},{"t":"M","n":"http\\Client\\Curl\\User::send","p":"http/Client/Curl/User.html#method_send","d":"

    Run the loop.

    "},{"t":"M","n":"http\\Client\\Curl\\User::socket","p":"http/Client/Curl/User.html#method_socket","d":"

    Register (or deregister) a socket watcher.

    "},{"t":"M","n":"http\\Client\\Curl\\User::timer","p":"http/Client/Curl/User.html#method_timer","d":"

    Register a timeout watcher.

    "},{"t":"M","n":"http\\Client\\Curl\\User::wait","p":"http/Client/Curl/User.html#method_wait","d":"

    Wait/poll/select (block the loop) until events fire.

    "},{"t":"M","n":"http\\Client\\Request::__construct","p":"http/Client/Request.html#method___construct","d":"

    Create a new client request message to be enqueued and sent by http\\Client.

    "},{"t":"M","n":"http\\Client\\Request::addQuery","p":"http/Client/Request.html#method_addQuery","d":"

    Add querystring data.

    "},{"t":"M","n":"http\\Client\\Request::addSslOptions","p":"http/Client/Request.html#method_addSslOptions","d":"

    Add specific SSL options.

    "},{"t":"M","n":"http\\Client\\Request::getContentType","p":"http/Client/Request.html#method_getContentType","d":"

    Extract the currently set "Content-Type" header.

    "},{"t":"M","n":"http\\Client\\Request::getOptions","p":"http/Client/Request.html#method_getOptions","d":"

    Get priorly set options.

    "},{"t":"M","n":"http\\Client\\Request::getQuery","p":"http/Client/Request.html#method_getQuery","d":"

    Retrieve the currently set querystring.

    "},{"t":"M","n":"http\\Client\\Request::getSslOptions","p":"http/Client/Request.html#method_getSslOptions","d":"

    Retrieve priorly set SSL options.

    "},{"t":"M","n":"http\\Client\\Request::setContentType","p":"http/Client/Request.html#method_setContentType","d":"

    Set the MIME content type of the request message.

    "},{"t":"M","n":"http\\Client\\Request::setOptions","p":"http/Client/Request.html#method_setOptions","d":"

    Set client options.

    "},{"t":"M","n":"http\\Client\\Request::setQuery","p":"http/Client/Request.html#method_setQuery","d":"

    (Re)set the querystring.

    "},{"t":"M","n":"http\\Client\\Request::setSslOptions","p":"http/Client/Request.html#method_setSslOptions","d":"

    Specifically set SSL options.

    "},{"t":"M","n":"http\\Client\\Response::getCookies","p":"http/Client/Response.html#method_getCookies","d":"

    Extract response cookies.

    "},{"t":"M","n":"http\\Client\\Response::getTransferInfo","p":"http/Client/Response.html#method_getTransferInfo","d":"

    Retrieve transfer related information after the request has completed.

    "},{"t":"M","n":"http\\Cookie::__construct","p":"http/Cookie.html#method___construct","d":"

    Create a new cookie list.

    "},{"t":"M","n":"http\\Cookie::__toString","p":"http/Cookie.html#method___toString","d":"

    String cast handler. Alias of http\\Cookie::toString().

    "},{"t":"M","n":"http\\Cookie::addCookie","p":"http/Cookie.html#method_addCookie","d":"

    Add a cookie.

    "},{"t":"M","n":"http\\Cookie::addCookies","p":"http/Cookie.html#method_addCookies","d":"

    (Re)set the cookies.

    "},{"t":"M","n":"http\\Cookie::addExtra","p":"http/Cookie.html#method_addExtra","d":"

    Add an extra attribute to the cookie list.

    "},{"t":"M","n":"http\\Cookie::addExtras","p":"http/Cookie.html#method_addExtras","d":"

    Add several extra attributes.

    "},{"t":"M","n":"http\\Cookie::getCookie","p":"http/Cookie.html#method_getCookie","d":"

    Retrieve a specific cookie value.

    "},{"t":"M","n":"http\\Cookie::getCookies","p":"http/Cookie.html#method_getCookies","d":"

    Get the list of cookies.

    "},{"t":"M","n":"http\\Cookie::getDomain","p":"http/Cookie.html#method_getDomain","d":"

    Retrieve the effective domain of the cookie list.

    "},{"t":"M","n":"http\\Cookie::getExpires","p":"http/Cookie.html#method_getExpires","d":"

    Get the currently set expires attribute.

    "},{"t":"M","n":"http\\Cookie::getExtra","p":"http/Cookie.html#method_getExtra","d":"

    Retrieve an extra attribute.

    "},{"t":"M","n":"http\\Cookie::getExtras","p":"http/Cookie.html#method_getExtras","d":"

    Retrieve the list of extra attributes.

    "},{"t":"M","n":"http\\Cookie::getFlags","p":"http/Cookie.html#method_getFlags","d":"

    Get the currently set flags.

    "},{"t":"M","n":"http\\Cookie::getMaxAge","p":"http/Cookie.html#method_getMaxAge","d":"

    Get the currently set max-age attribute of the cookie list.

    "},{"t":"M","n":"http\\Cookie::getPath","p":"http/Cookie.html#method_getPath","d":"

    Retrieve the path the cookie(s) of this cookie list are effective at.

    "},{"t":"M","n":"http\\Cookie::setCookie","p":"http/Cookie.html#method_setCookie","d":"

    (Re)set a cookie.

    "},{"t":"M","n":"http\\Cookie::setCookies","p":"http/Cookie.html#method_setCookies","d":"

    (Re)set the cookies.

    "},{"t":"M","n":"http\\Cookie::setDomain","p":"http/Cookie.html#method_setDomain","d":"

    Set the effective domain of the cookie list.

    "},{"t":"M","n":"http\\Cookie::setExpires","p":"http/Cookie.html#method_setExpires","d":"

    Set the traditional expires timestamp.

    "},{"t":"M","n":"http\\Cookie::setExtra","p":"http/Cookie.html#method_setExtra","d":"

    (Re)set an extra attribute.

    "},{"t":"M","n":"http\\Cookie::setExtras","p":"http/Cookie.html#method_setExtras","d":"

    (Re)set the extra attributes.

    "},{"t":"M","n":"http\\Cookie::setFlags","p":"http/Cookie.html#method_setFlags","d":"

    Set the flags to specified $value.

    "},{"t":"M","n":"http\\Cookie::setMaxAge","p":"http/Cookie.html#method_setMaxAge","d":"

    Set the maximum age the cookie may have on the client side.

    "},{"t":"M","n":"http\\Cookie::setPath","p":"http/Cookie.html#method_setPath","d":"

    Set the path the cookie(s) of this cookie list should be effective at.

    "},{"t":"M","n":"http\\Cookie::toArray","p":"http/Cookie.html#method_toArray","d":"

    Get the cookie list as array.

    "},{"t":"M","n":"http\\Cookie::toString","p":"http/Cookie.html#method_toString","d":"

    Retrieve the string representation of the cookie list.

    "},{"t":"M","n":"http\\Encoding\\Stream::__construct","p":"http/Encoding/Stream.html#method___construct","d":"

    Base constructor for encoding stream implementations.

    "},{"t":"M","n":"http\\Encoding\\Stream::done","p":"http/Encoding/Stream.html#method_done","d":"

    Check whether the encoding stream is already done.

    "},{"t":"M","n":"http\\Encoding\\Stream::finish","p":"http/Encoding/Stream.html#method_finish","d":"

    Finish and reset the encoding stream.

    "},{"t":"M","n":"http\\Encoding\\Stream::flush","p":"http/Encoding/Stream.html#method_flush","d":"

    Flush the encoding stream.

    "},{"t":"M","n":"http\\Encoding\\Stream::update","p":"http/Encoding/Stream.html#method_update","d":"

    Update the encoding stream with more input.

    "},{"t":"M","n":"http\\Encoding\\Stream\\Debrotli::decode","p":"http/Encoding/Stream/Debrotli.html#method_decode","d":"

    Decode brotli encoded data.

    "},{"t":"M","n":"http\\Encoding\\Stream\\Dechunk::decode","p":"http/Encoding/Stream/Dechunk.html#method_decode","d":"

    Decode chunked encoded data.

    "},{"t":"M","n":"http\\Encoding\\Stream\\Deflate::encode","p":"http/Encoding/Stream/Deflate.html#method_encode","d":"

    Encode data with deflate/zlib/gzip encoding.

    "},{"t":"M","n":"http\\Encoding\\Stream\\Enbrotli::encode","p":"http/Encoding/Stream/Enbrotli.html#method_encode","d":"

    Encode data with brotli encoding.

    "},{"t":"M","n":"http\\Encoding\\Stream\\Inflate::decode","p":"http/Encoding/Stream/Inflate.html#method_decode","d":"

    Decode deflate/zlib/gzip encoded data.

    "},{"t":"M","n":"http\\Env::getRequestBody","p":"http/Env.html#method_getRequestBody","d":"

    Retrieve the current HTTP request's body.

    "},{"t":"M","n":"http\\Env::getRequestHeader","p":"http/Env.html#method_getRequestHeader","d":"

    Retrieve one or all headers of the current HTTP request.

    "},{"t":"M","n":"http\\Env::getResponseCode","p":"http/Env.html#method_getResponseCode","d":"

    Get the HTTP response code to send.

    "},{"t":"M","n":"http\\Env::getResponseHeader","p":"http/Env.html#method_getResponseHeader","d":"

    Get one or all HTTP response headers to be sent.

    "},{"t":"M","n":"http\\Env::getResponseStatusForAllCodes","p":"http/Env.html#method_getResponseStatusForAllCodes","d":"

    Retrieve a list of all known HTTP response status.

    "},{"t":"M","n":"http\\Env::getResponseStatusForCode","p":"http/Env.html#method_getResponseStatusForCode","d":"

    Retrieve the string representation of specified HTTP response code.

    "},{"t":"M","n":"http\\Env::negotiate","p":"http/Env.html#method_negotiate","d":"

    Generic negotiator. For specific client negotiation see http\\Env::negotiateContentType() and related methods.

    "},{"t":"M","n":"http\\Env::negotiateCharset","p":"http/Env.html#method_negotiateCharset","d":"

    Negotiate the client's preferred character set.

    "},{"t":"M","n":"http\\Env::negotiateContentType","p":"http/Env.html#method_negotiateContentType","d":"

    Negotiate the client's preferred MIME content type.

    "},{"t":"M","n":"http\\Env::negotiateEncoding","p":"http/Env.html#method_negotiateEncoding","d":"

    Negotiate the client's preferred encoding.

    "},{"t":"M","n":"http\\Env::negotiateLanguage","p":"http/Env.html#method_negotiateLanguage","d":"

    Negotiate the client's preferred language.

    "},{"t":"M","n":"http\\Env::setResponseCode","p":"http/Env.html#method_setResponseCode","d":"

    Set the HTTP response code to send.

    "},{"t":"M","n":"http\\Env::setResponseHeader","p":"http/Env.html#method_setResponseHeader","d":"

    Set a response header, either replacing a prior set header, or appending the new header value, depending on $replace.

    "},{"t":"M","n":"http\\Env\\Request::__construct","p":"http/Env/Request.html#method___construct","d":"

    Create an instance of the server's current HTTP request.

    "},{"t":"M","n":"http\\Env\\Request::getCookie","p":"http/Env/Request.html#method_getCookie","d":"

    Retrieve an URL query value ($_GET).

    "},{"t":"M","n":"http\\Env\\Request::getFiles","p":"http/Env/Request.html#method_getFiles","d":"

    Retrieve the uploaded files list ($_FILES).

    "},{"t":"M","n":"http\\Env\\Request::getForm","p":"http/Env/Request.html#method_getForm","d":"

    Retrieve a form value ($_POST).

    "},{"t":"M","n":"http\\Env\\Request::getQuery","p":"http/Env/Request.html#method_getQuery","d":"

    Retrieve an URL query value ($_GET).

    "},{"t":"M","n":"http\\Env\\Response::__construct","p":"http/Env/Response.html#method___construct","d":"

    Create a new env response message instance.

    "},{"t":"M","n":"http\\Env\\Response::__invoke","p":"http/Env/Response.html#method___invoke","d":"

    Output buffer handler.

    "},{"t":"M","n":"http\\Env\\Response::isCachedByEtag","p":"http/Env/Response.html#method_isCachedByEtag","d":"

    Manually test the header $header_name of the environment's request for a cache hit.

    "},{"t":"M","n":"http\\Env\\Response::isCachedByLastModified","p":"http/Env/Response.html#method_isCachedByLastModified","d":"

    Manually test the header $header_name of the environment's request for a cache hit.

    "},{"t":"M","n":"http\\Env\\Response::send","p":"http/Env/Response.html#method_send","d":"

    Send the response through the SAPI or $stream.

    "},{"t":"M","n":"http\\Env\\Response::setCacheControl","p":"http/Env/Response.html#method_setCacheControl","d":"

    Make suggestions to the client how it should cache the response.

    "},{"t":"M","n":"http\\Env\\Response::setContentDisposition","p":"http/Env/Response.html#method_setContentDisposition","d":"

    Set the response's content disposition parameters.

    "},{"t":"M","n":"http\\Env\\Response::setContentEncoding","p":"http/Env/Response.html#method_setContentEncoding","d":"

    Enable support for "Accept-Encoding" requests with deflate or gzip.

    "},{"t":"M","n":"http\\Env\\Response::setContentType","p":"http/Env/Response.html#method_setContentType","d":"

    Set the MIME content type of the response.

    "},{"t":"M","n":"http\\Env\\Response::setCookie","p":"http/Env/Response.html#method_setCookie","d":"

    Add cookies to the response to send.

    "},{"t":"M","n":"http\\Env\\Response::setEnvRequest","p":"http/Env/Response.html#method_setEnvRequest","d":"

    Override the environment's request.

    "},{"t":"M","n":"http\\Env\\Response::setEtag","p":"http/Env/Response.html#method_setEtag","d":"

    Set a custom ETag.

    "},{"t":"M","n":"http\\Env\\Response::setLastModified","p":"http/Env/Response.html#method_setLastModified","d":"

    Set a custom last modified time stamp.

    "},{"t":"M","n":"http\\Env\\Response::setThrottleRate","p":"http/Env/Response.html#method_setThrottleRate","d":"

    Enable throttling.

    "},{"t":"M","n":"http\\Header::__construct","p":"http/Header.html#method___construct","d":"

    Create an http\\Header instance for use of simple matching or negotiation. If the value of the header is an array it may be compounded to a single comma separated string.

    "},{"t":"M","n":"http\\Header::__toString","p":"http/Header.html#method___toString","d":"

    String cast handler. Alias of http\\Header::serialize().

    "},{"t":"M","n":"http\\Header::getParams","p":"http/Header.html#method_getParams","d":"

    Create a parameter list out of the HTTP header value.

    "},{"t":"M","n":"http\\Header::match","p":"http/Header.html#method_match","d":"

    Match the HTTP header's value against provided $value according to $flags.

    "},{"t":"M","n":"http\\Header::negotiate","p":"http/Header.html#method_negotiate","d":"

    Negotiate the header's value against a list of supported values in $supported.

    "},{"t":"M","n":"http\\Header::parse","p":"http/Header.html#method_parse","d":"

    Parse HTTP headers.

    "},{"t":"M","n":"http\\Header::serialize","p":"http/Header.html#method_serialize","d":"

    Implements Serializable.

    "},{"t":"M","n":"http\\Header::toString","p":"http/Header.html#method_toString","d":"

    Convenience method. Alias of http\\Header::serialize().

    "},{"t":"M","n":"http\\Header::unserialize","p":"http/Header.html#method_unserialize","d":"

    Implements Serializable.

    "},{"t":"M","n":"http\\Header\\Parser::getState","p":"http/Header/Parser.html#method_getState","d":"

    Retrieve the current state of the parser.

    "},{"t":"M","n":"http\\Header\\Parser::parse","p":"http/Header/Parser.html#method_parse","d":"

    Parse a string.

    "},{"t":"M","n":"http\\Header\\Parser::stream","p":"http/Header/Parser.html#method_stream","d":"

    Parse a stream.

    "},{"t":"M","n":"http\\Message::__construct","p":"http/Message.html#method___construct","d":"

    Create a new HTTP message.

    "},{"t":"M","n":"http\\Message::__toString","p":"http/Message.html#method___toString","d":"

    Retrieve the message serialized to a string.

    "},{"t":"M","n":"http\\Message::addBody","p":"http/Message.html#method_addBody","d":"

    Append the data of $body to the message's body.

    "},{"t":"M","n":"http\\Message::addHeader","p":"http/Message.html#method_addHeader","d":"

    Add an header, appending to already existing headers.

    "},{"t":"M","n":"http\\Message::addHeaders","p":"http/Message.html#method_addHeaders","d":"

    Add headers, optionally appending values, if header keys already exist.

    "},{"t":"M","n":"http\\Message::count","p":"http/Message.html#method_count","d":"

    Implements Countable.

    "},{"t":"M","n":"http\\Message::current","p":"http/Message.html#method_current","d":"

    Implements iterator.

    "},{"t":"M","n":"http\\Message::detach","p":"http/Message.html#method_detach","d":"

    Detach a clone of this message from any message chain.

    "},{"t":"M","n":"http\\Message::getBody","p":"http/Message.html#method_getBody","d":"

    Retrieve the message's body.

    "},{"t":"M","n":"http\\Message::getHeader","p":"http/Message.html#method_getHeader","d":"

    Retrieve a single header, optionally hydrated into a http\\Header extending class.

    "},{"t":"M","n":"http\\Message::getHeaders","p":"http/Message.html#method_getHeaders","d":"

    Retrieve all message headers.

    "},{"t":"M","n":"http\\Message::getHttpVersion","p":"http/Message.html#method_getHttpVersion","d":"

    Retrieve the HTTP protocol version of the message.

    "},{"t":"M","n":"http\\Message::getInfo","p":"http/Message.html#method_getInfo","d":"

    Retrieve the first line of a request or response message.

    "},{"t":"M","n":"http\\Message::getParentMessage","p":"http/Message.html#method_getParentMessage","d":"

    Retrieve any parent message.

    "},{"t":"M","n":"http\\Message::getRequestMethod","p":"http/Message.html#method_getRequestMethod","d":"

    Retrieve the request method of the message.

    "},{"t":"M","n":"http\\Message::getRequestUrl","p":"http/Message.html#method_getRequestUrl","d":"

    Retrieve the request URL of the message.

    "},{"t":"M","n":"http\\Message::getResponseCode","p":"http/Message.html#method_getResponseCode","d":"

    Retrieve the response code of the message.

    "},{"t":"M","n":"http\\Message::getResponseStatus","p":"http/Message.html#method_getResponseStatus","d":"

    Retrieve the response status of the message.

    "},{"t":"M","n":"http\\Message::getType","p":"http/Message.html#method_getType","d":"

    Retrieve the type of the message.

    "},{"t":"M","n":"http\\Message::isMultipart","p":"http/Message.html#method_isMultipart","d":"

    Check whether this message is a multipart message based on it's content type.

    "},{"t":"M","n":"http\\Message::key","p":"http/Message.html#method_key","d":"

    Implements Iterator.

    "},{"t":"M","n":"http\\Message::next","p":"http/Message.html#method_next","d":"

    Implements Iterator.

    "},{"t":"M","n":"http\\Message::prepend","p":"http/Message.html#method_prepend","d":"

    Prepend message(s) $message to this message, or the top most message of this message chain.

    "},{"t":"M","n":"http\\Message::reverse","p":"http/Message.html#method_reverse","d":"

    Reverse the message chain and return the former top-most message.

    "},{"t":"M","n":"http\\Message::rewind","p":"http/Message.html#method_rewind","d":"

    Implements Iterator.

    "},{"t":"M","n":"http\\Message::serialize","p":"http/Message.html#method_serialize","d":"

    Implements Serializable.

    "},{"t":"M","n":"http\\Message::setBody","p":"http/Message.html#method_setBody","d":"

    Set the message's body.

    "},{"t":"M","n":"http\\Message::setHeader","p":"http/Message.html#method_setHeader","d":"

    Set a single header.

    "},{"t":"M","n":"http\\Message::setHeaders","p":"http/Message.html#method_setHeaders","d":"

    Set the message headers.

    "},{"t":"M","n":"http\\Message::setHttpVersion","p":"http/Message.html#method_setHttpVersion","d":"

    Set the HTTP protocol version of the message.

    "},{"t":"M","n":"http\\Message::setInfo","p":"http/Message.html#method_setInfo","d":"

    Set the complete message info, i.e. type and response resp. request information, at once.

    "},{"t":"M","n":"http\\Message::setRequestMethod","p":"http/Message.html#method_setRequestMethod","d":"

    Set the request method of the message.

    "},{"t":"M","n":"http\\Message::setRequestUrl","p":"http/Message.html#method_setRequestUrl","d":"

    Set the request URL of the message.

    "},{"t":"M","n":"http\\Message::setResponseCode","p":"http/Message.html#method_setResponseCode","d":"

    Set the response status code.

    "},{"t":"M","n":"http\\Message::setResponseStatus","p":"http/Message.html#method_setResponseStatus","d":"

    Set the response status phrase.

    "},{"t":"M","n":"http\\Message::setType","p":"http/Message.html#method_setType","d":"

    Set the message type and reset the message info.

    "},{"t":"M","n":"http\\Message::splitMultipartBody","p":"http/Message.html#method_splitMultipartBody","d":"

    Splits the body of a multipart message.

    "},{"t":"M","n":"http\\Message::toCallback","p":"http/Message.html#method_toCallback","d":"

    Stream the message through a callback.

    "},{"t":"M","n":"http\\Message::toStream","p":"http/Message.html#method_toStream","d":"

    Stream the message into stream $stream, starting from $offset, streaming $maxlen at most.

    "},{"t":"M","n":"http\\Message::toString","p":"http/Message.html#method_toString","d":"

    Retrieve the message serialized to a string.

    "},{"t":"M","n":"http\\Message::unserialize","p":"http/Message.html#method_unserialize","d":"

    Implements Serializable.

    "},{"t":"M","n":"http\\Message::valid","p":"http/Message.html#method_valid","d":"

    Implements Iterator.

    "},{"t":"M","n":"http\\Message\\Body::__construct","p":"http/Message/Body.html#method___construct","d":"

    Create a new message body, optionally referencing $stream.

    "},{"t":"M","n":"http\\Message\\Body::__toString","p":"http/Message/Body.html#method___toString","d":"

    String cast handler.

    "},{"t":"M","n":"http\\Message\\Body::addForm","p":"http/Message/Body.html#method_addForm","d":"

    Add form fields and files to the message body.

    "},{"t":"M","n":"http\\Message\\Body::addPart","p":"http/Message/Body.html#method_addPart","d":"

    Add a part to a multipart body.

    "},{"t":"M","n":"http\\Message\\Body::append","p":"http/Message/Body.html#method_append","d":"

    Append plain bytes to the message body.

    "},{"t":"M","n":"http\\Message\\Body::etag","p":"http/Message/Body.html#method_etag","d":"

    Retrieve the ETag of the body.

    "},{"t":"M","n":"http\\Message\\Body::getBoundary","p":"http/Message/Body.html#method_getBoundary","d":"

    Retrieve any boundary of the message body.

    "},{"t":"M","n":"http\\Message\\Body::getResource","p":"http/Message/Body.html#method_getResource","d":"

    Retrieve the underlying stream resource.

    "},{"t":"M","n":"http\\Message\\Body::serialize","p":"http/Message/Body.html#method_serialize","d":"

    Implements Serializable.

    "},{"t":"M","n":"http\\Message\\Body::stat","p":"http/Message/Body.html#method_stat","d":"

    Stat size, atime, mtime and/or ctime.

    "},{"t":"M","n":"http\\Message\\Body::toCallback","p":"http/Message/Body.html#method_toCallback","d":"

    Stream the message body through a callback.

    "},{"t":"M","n":"http\\Message\\Body::toStream","p":"http/Message/Body.html#method_toStream","d":"

    Stream the message body into another stream $stream, starting from $offset, streaming $maxlen at most.

    "},{"t":"M","n":"http\\Message\\Body::toString","p":"http/Message/Body.html#method_toString","d":"

    Retrieve the message body serialized to a string.

    "},{"t":"M","n":"http\\Message\\Body::unserialize","p":"http/Message/Body.html#method_unserialize","d":"

    Implements Serializable.

    "},{"t":"M","n":"http\\Message\\Parser::getState","p":"http/Message/Parser.html#method_getState","d":"

    Retrieve the current state of the parser.

    "},{"t":"M","n":"http\\Message\\Parser::parse","p":"http/Message/Parser.html#method_parse","d":"

    Parse a string.

    "},{"t":"M","n":"http\\Message\\Parser::stream","p":"http/Message/Parser.html#method_stream","d":"

    Parse a stream.

    "},{"t":"M","n":"http\\Params::__construct","p":"http/Params.html#method___construct","d":"

    Instantiate a new HTTP (header) parameter set.

    "},{"t":"M","n":"http\\Params::__toString","p":"http/Params.html#method___toString","d":"

    String cast handler. Alias of http\\Params::toString().

    "},{"t":"M","n":"http\\Params::offsetExists","p":"http/Params.html#method_offsetExists","d":"

    Implements ArrayAccess.

    "},{"t":"M","n":"http\\Params::offsetGet","p":"http/Params.html#method_offsetGet","d":"

    Implements ArrayAccess.

    "},{"t":"M","n":"http\\Params::offsetSet","p":"http/Params.html#method_offsetSet","d":"

    Implements ArrayAccess.

    "},{"t":"M","n":"http\\Params::offsetUnset","p":"http/Params.html#method_offsetUnset","d":"

    Implements ArrayAccess.

    "},{"t":"M","n":"http\\Params::toArray","p":"http/Params.html#method_toArray","d":"

    Convenience method that simply returns http\\Params::$params.

    "},{"t":"M","n":"http\\Params::toString","p":"http/Params.html#method_toString","d":"

    Returns a stringified version of the parameters.

    "},{"t":"M","n":"http\\QueryString::__construct","p":"http/QueryString.html#method___construct","d":"

    Create an independent querystring instance.

    "},{"t":"M","n":"http\\QueryString::__toString","p":"http/QueryString.html#method___toString","d":"

    Get the string representation of the querystring (x-www-form-urlencoded).

    "},{"t":"M","n":"http\\QueryString::get","p":"http/QueryString.html#method_get","d":"

    Retrieve an querystring value.

    "},{"t":"M","n":"http\\QueryString::getArray","p":"http/QueryString.html#method_getArray","d":"

    Retrieve an array value with at offset $name.

    "},{"t":"M","n":"http\\QueryString::getBool","p":"http/QueryString.html#method_getBool","d":"

    Retrieve a boolean value at offset $name.

    "},{"t":"M","n":"http\\QueryString::getFloat","p":"http/QueryString.html#method_getFloat","d":"

    Retrieve a float value at offset $name.

    "},{"t":"M","n":"http\\QueryString::getGlobalInstance","p":"http/QueryString.html#method_getGlobalInstance","d":"

    Retrieve the global querystring instance referencing $_GET.

    "},{"t":"M","n":"http\\QueryString::getInt","p":"http/QueryString.html#method_getInt","d":"

    Retrieve a int value at offset $name.

    "},{"t":"M","n":"http\\QueryString::getIterator","p":"http/QueryString.html#method_getIterator","d":"

    Implements IteratorAggregate.

    "},{"t":"M","n":"http\\QueryString::getObject","p":"http/QueryString.html#method_getObject","d":"

    Retrieve a object value with at offset $name.

    "},{"t":"M","n":"http\\QueryString::getString","p":"http/QueryString.html#method_getString","d":"

    Retrieve a string value with at offset $name.

    "},{"t":"M","n":"http\\QueryString::mod","p":"http/QueryString.html#method_mod","d":"

    Set additional $params to a clone of this instance.

    "},{"t":"M","n":"http\\QueryString::offsetExists","p":"http/QueryString.html#method_offsetExists","d":"

    Implements ArrayAccess.

    "},{"t":"M","n":"http\\QueryString::offsetGet","p":"http/QueryString.html#method_offsetGet","d":"

    Implements ArrayAccess.

    "},{"t":"M","n":"http\\QueryString::offsetSet","p":"http/QueryString.html#method_offsetSet","d":"

    Implements ArrayAccess.

    "},{"t":"M","n":"http\\QueryString::offsetUnset","p":"http/QueryString.html#method_offsetUnset","d":"

    Implements ArrayAccess.

    "},{"t":"M","n":"http\\QueryString::serialize","p":"http/QueryString.html#method_serialize","d":"

    Implements Serializable.

    "},{"t":"M","n":"http\\QueryString::set","p":"http/QueryString.html#method_set","d":"

    Set additional querystring entries.

    "},{"t":"M","n":"http\\QueryString::toArray","p":"http/QueryString.html#method_toArray","d":"

    Simply returns http\\QueryString::$queryArray.

    "},{"t":"M","n":"http\\QueryString::toString","p":"http/QueryString.html#method_toString","d":"

    Get the string representation of the querystring (x-www-form-urlencoded).

    "},{"t":"M","n":"http\\QueryString::unserialize","p":"http/QueryString.html#method_unserialize","d":"

    Implements Serializable.

    "},{"t":"M","n":"http\\QueryString::xlate","p":"http/QueryString.html#method_xlate","d":"

    Translate character encodings of the querystring with ext/iconv.

    "},{"t":"M","n":"http\\Url::__construct","p":"http/Url.html#method___construct","d":"

    Create an instance of an http\\Url.

    "},{"t":"M","n":"http\\Url::__toString","p":"http/Url.html#method___toString","d":"

    String cast handler. Alias of http\\Url::toString().

    "},{"t":"M","n":"http\\Url::mod","p":"http/Url.html#method_mod","d":"

    Clone this URL and apply $parts to the cloned URL.

    "},{"t":"M","n":"http\\Url::toArray","p":"http/Url.html#method_toArray","d":"

    Retrieve the URL parts as array.

    "},{"t":"M","n":"http\\Url::toString","p":"http/Url.html#method_toString","d":"

    Get the string prepresentation of the URL.

    "},{"t":"M","n":"imageObj::pasteImage","p":"imageObj.html#method_pasteImage","d":"

    Copy srcImg on top of the current imageObj.

    "},{"t":"M","n":"imageObj::saveImage","p":"imageObj.html#method_saveImage","d":"

    Writes image object to specified filename.

    "},{"t":"M","n":"imageObj::saveWebImage","p":"imageObj.html#method_saveWebImage","d":"

    Writes image to temp directory. Returns image URL.

    "},{"t":"M","n":"java::java","p":"java.html#method_java","d":"

    Create Java object

    "},{"t":"M","n":"labelObj::__construct","p":"labelObj.html#method___construct","d":null},{"t":"M","n":"labelObj::convertToString","p":"labelObj.html#method_convertToString","d":"

    Saves the object to a string. Provides the inverse option for\nupdateFromString.

    "},{"t":"M","n":"labelObj::deleteStyle","p":"labelObj.html#method_deleteStyle","d":"

    Delete the style specified by the style index. If there are any\nstyle that follow the deleted style, their index will decrease by 1.

    "},{"t":"M","n":"labelObj::free","p":"labelObj.html#method_free","d":"

    Free the object properties and break the internal references.

    "},{"t":"M","n":"labelObj::getBinding","p":"labelObj.html#method_getBinding","d":"

    Get the attribute binding for a specified label property. Returns\nNULL if there is no binding for this property.

    "},{"t":"M","n":"labelObj::getExpressionString","p":"labelObj.html#method_getExpressionString","d":"

    Returns the label expression string.

    "},{"t":"M","n":"labelObj::getStyle","p":"labelObj.html#method_getStyle","d":"

    Return the style object using an index. index >= 0 &&\nindex < label->numstyles.

    "},{"t":"M","n":"labelObj::getTextString","p":"labelObj.html#method_getTextString","d":"

    Returns the label text string.

    "},{"t":"M","n":"labelObj::moveStyleDown","p":"labelObj.html#method_moveStyleDown","d":"

    The style specified by the style index will be moved down into\nthe array of classes. Returns MS_SUCCESS or MS_FAILURE.

    "},{"t":"M","n":"labelObj::moveStyleUp","p":"labelObj.html#method_moveStyleUp","d":"

    The style specified by the style index will be moved up into\nthe array of classes. Returns MS_SUCCESS or MS_FAILURE.

    "},{"t":"M","n":"labelObj::removeBinding","p":"labelObj.html#method_removeBinding","d":"

    Remove the attribute binding for a specfiled style property.

    "},{"t":"M","n":"labelObj::set","p":"labelObj.html#method_set","d":"

    Set object property to a new value.

    "},{"t":"M","n":"labelObj::setBinding","p":"labelObj.html#method_setBinding","d":"

    Set the attribute binding for a specified label property.

    "},{"t":"M","n":"labelObj::setExpression","p":"labelObj.html#method_setExpression","d":"

    Set the label expression.

    "},{"t":"M","n":"labelObj::setText","p":"labelObj.html#method_setText","d":"

    Set the label text.

    "},{"t":"M","n":"labelObj::updateFromString","p":"labelObj.html#method_updateFromString","d":"

    Update a label from a string snippet. Returns MS_SUCCESS/MS_FAILURE.

    "},{"t":"M","n":"labelcacheObj::freeCache","p":"labelcacheObj.html#method_freeCache","d":"

    Free the label cache. Always returns MS_SUCCESS.

    "},{"t":"M","n":"layerObj::ms_newLayerObj","p":"layerObj.html#method_ms_newLayerObj","d":"

    Old style constructor

    "},{"t":"M","n":"layerObj::addFeature","p":"layerObj.html#method_addFeature","d":"

    Add a new feature in a layer. Returns MS_SUCCESS or MS_FAILURE on\nerror.

    "},{"t":"M","n":"layerObj::applySLD","p":"layerObj.html#method_applySLD","d":"

    Apply the :ref:SLD <sld> document to the layer object.

    "},{"t":"M","n":"layerObj::applySLDURL","p":"layerObj.html#method_applySLDURL","d":"

    Apply the :ref:SLD <sld> document pointed by the URL to the\nlayer object. The matching between the sld document and the layer\nwill be done using the layer's name. If a namedlayer argument is\npassed (argument is optional), the NamedLayer in the sld that\nmatchs it will be used to style the layer. See :ref:SLD HowTo <sld>\nfor more information on the SLD support.

    "},{"t":"M","n":"layerObj::clearProcessing","p":"layerObj.html#method_clearProcessing","d":"

    Clears all the processing strings.

    "},{"t":"M","n":"layerObj::close","p":"layerObj.html#method_close","d":"

    Close layer previously opened with open().

    "},{"t":"M","n":"layerObj::convertToString","p":"layerObj.html#method_convertToString","d":"

    Saves the object to a string. Provides the inverse option for\nupdateFromString.

    "},{"t":"M","n":"layerObj::draw","p":"layerObj.html#method_draw","d":"

    Draw a single layer, add labels to cache if required.

    "},{"t":"M","n":"layerObj::drawQuery","p":"layerObj.html#method_drawQuery","d":"

    Draw query map for a single layer.

    "},{"t":"M","n":"layerObj::free","p":"layerObj.html#method_free","d":"

    Free the object properties and break the internal references.

    "},{"t":"M","n":"layerObj::generateSLD","p":"layerObj.html#method_generateSLD","d":"

    Returns an SLD XML string based on all the classes found in the\nlayer (the layer must have STATUS on).

    "},{"t":"M","n":"layerObj::getClass","p":"layerObj.html#method_getClass","d":"

    Returns a classObj from the layer given an index value (0=first class)

    "},{"t":"M","n":"layerObj::getClassIndex","p":"layerObj.html#method_getClassIndex","d":"

    Get the class index of a shape for a given scale. Returns -1 if no\nclass matches. classgroup is an array of class ids to check\n(Optional). numclasses is the number of classes that the classgroup\narray contains. By default, all the layer classes will be checked.

    "},{"t":"M","n":"layerObj::getExtent","p":"layerObj.html#method_getExtent","d":"

    Returns the layer's data extents or NULL on error.

    "},{"t":"M","n":"layerObj::getFilterString","p":"layerObj.html#method_getFilterString","d":"

    Returns the :ref:expression <expressions> for this layer or NULL\non error.

    "},{"t":"M","n":"layerObj::getGridIntersectionCoordinates","p":"layerObj.html#method_getGridIntersectionCoordinates","d":"

    Returns an array containing the grid intersection coordinates. If\nthere are no coordinates, it returns an empty array.

    "},{"t":"M","n":"layerObj::getItems","p":"layerObj.html#method_getItems","d":"

    Returns an array containing the items. Must call open function first.

    "},{"t":"M","n":"layerObj::getMetaData","p":"layerObj.html#method_getMetaData","d":"

    Fetch layer metadata entry by name. Returns "" if no entry\nmatches the name. Note that the search is case sensitive.

    "},{"t":"M","n":"layerObj::getNumResults","p":"layerObj.html#method_getNumResults","d":"

    Returns the number of results in the last query.

    "},{"t":"M","n":"layerObj::getProcessing","p":"layerObj.html#method_getProcessing","d":"

    Returns an array containing the processing strings.

    "},{"t":"M","n":"layerObj::getProjection","p":"layerObj.html#method_getProjection","d":"

    Returns a string representation of the :ref:projection <projection>.

    "},{"t":"M","n":"layerObj::getResult","p":"layerObj.html#method_getResult","d":"

    Returns a resultObj by index from a layer object with\nindex in the range 0 to numresults-1.

    "},{"t":"M","n":"layerObj::getResultsBounds","p":"layerObj.html#method_getResultsBounds","d":"

    Returns the bounding box of the latest result.

    "},{"t":"M","n":"layerObj::getShape","p":"layerObj.html#method_getShape","d":"

    If the resultObj passed has a valid resultindex, retrieve shapeObj from\na layer's resultset. (You get it from the resultObj returned by\ngetResult() for instance). Otherwise, it will do a single query on\nthe layer to fetch the shapeindex\n.. code-block:: php\n$map = new mapObj("gmap75.map");\n$l = $map->getLayerByName("popplace");\n$l->queryByRect($map->extent);\nfor ($i = 0; $i < $l->getNumResults(); $i++) {\n$s = $l->getShape($l->getResult($i));\necho $s->getValue($l,"Name");\necho "\\n";\n}

    "},{"t":"M","n":"layerObj::getWMSFeatureInfoURL","p":"layerObj.html#method_getWMSFeatureInfoURL","d":"

    Returns a WMS GetFeatureInfo URL (works only for WMS layers)\nclickX, clickY is the location of to query in pixel coordinates\nwith (0,0) at the top left of the image.

    "},{"t":"M","n":"layerObj::isVisible","p":"layerObj.html#method_isVisible","d":"

    Returns MS_TRUE/MS_FALSE depending on whether the layer is\ncurrently visible in the map (i.e. turned on, in scale, etc.).

    "},{"t":"M","n":"layerObj::moveclassdown","p":"layerObj.html#method_moveclassdown","d":"

    The class specified by the class index will be moved down into\nthe array of layers. Returns MS_SUCCESS or MS_FAILURE.

    "},{"t":"M","n":"layerObj::moveclassup","p":"layerObj.html#method_moveclassup","d":"

    The class specified by the class index will be moved up into\nthe array of layers. Returns MS_SUCCESS or MS_FAILURE.

    "},{"t":"M","n":"layerObj::open","p":"layerObj.html#method_open","d":"

    Open the layer for use with getShape().

    "},{"t":"M","n":"layerObj::nextShape","p":"layerObj.html#method_nextShape","d":"

    Called after msWhichShapes has been called to actually retrieve\nshapes within a given area. Returns a shape object or NULL on\nerror.

    "},{"t":"M","n":"layerObj::queryByAttributes","p":"layerObj.html#method_queryByAttributes","d":"

    Query layer for shapes that intersect current map extents. qitem\nis the item (attribute) on which the query is performed, and\nqstring is the expression to match. The query is performed on all\nthe shapes that are part of a :ref:CLASS that contains a\n:ref:TEMPLATE <template> value or that match any class in a\nlayer that contains a :ref:LAYER :ref:TEMPLATE <template>\nvalue. Note that the layer's FILTER/FILTERITEM are ignored by\nthis function. Mode is MS_SINGLE or MS_MULTIPLE depending on\nnumber of results you want. Returns MS_SUCCESS if shapes were\nfound or MS_FAILURE if nothing was found or if some other error\nhappened (note that the error message in case nothing was found\ncan be avoided in PHP using the '@' control operator).

    "},{"t":"M","n":"layerObj::queryByFeatures","p":"layerObj.html#method_queryByFeatures","d":"

    Perform a query set based on a previous set of results from\nanother layer. At present the results MUST be based on a polygon\nlayer.

    "},{"t":"M","n":"layerObj::queryByPoint","p":"layerObj.html#method_queryByPoint","d":"

    Query layer at point location specified in georeferenced map\ncoordinates (i.e. not pixels).

    "},{"t":"M","n":"layerObj::queryByRect","p":"layerObj.html#method_queryByRect","d":"

    Query layer using a rectangle specified in georeferenced map\ncoordinates (i.e. not pixels).

    "},{"t":"M","n":"layerObj::queryByShape","p":"layerObj.html#method_queryByShape","d":"

    Query layer based on a single shape, the shape has to be a polygon\nat this point.

    "},{"t":"M","n":"layerObj::removeClass","p":"layerObj.html#method_removeClass","d":"

    Removes the class indicated and returns a copy, or NULL in the case\nof a failure. Note that subsequent classes will be renumbered by\nthis operation. The numclasses field contains the number of classes\navailable.

    "},{"t":"M","n":"layerObj::removeMetaData","p":"layerObj.html#method_removeMetaData","d":"

    Remove a metadata entry for the layer. Returns MS_SUCCESS/MS_FAILURE.

    "},{"t":"M","n":"layerObj::set","p":"layerObj.html#method_set","d":"

    Set object property to a new value.

    "},{"t":"M","n":"layerObj::setConnectionType","p":"layerObj.html#method_setConnectionType","d":"

    Changes the connectiontype of the layer and recreates the vtable\naccording to the new connection type. This method should be used\ninstead of setting the connectiontype parameter directly.

    "},{"t":"M","n":"layerObj::setFilter","p":"layerObj.html#method_setFilter","d":"

    Set layer filter :ref:expression <expressions>.

    "},{"t":"M","n":"layerObj::setMetaData","p":"layerObj.html#method_setMetaData","d":"

    Set a metadata entry for the layer. Returns MS_SUCCESS/MS_FAILURE.

    "},{"t":"M","n":"layerObj::setProjection","p":"layerObj.html#method_setProjection","d":"

    Set layer :ref:projection <projection> and coordinate system.

    "},{"t":"M","n":"layerObj::setWKTProjection","p":"layerObj.html#method_setWKTProjection","d":"

    Same as setProjection(), but takes an OGC WKT projection\ndefinition string as input.

    "},{"t":"M","n":"layerObj::updateFromString","p":"layerObj.html#method_updateFromString","d":"

    Update a layer from a string snippet. Returns MS_SUCCESS/MS_FAILURE.

    "},{"t":"M","n":"legendObj::convertToString","p":"legendObj.html#method_convertToString","d":"

    Saves the object to a string. Provides the inverse option for\nupdateFromString.

    "},{"t":"M","n":"legendObj::free","p":"legendObj.html#method_free","d":"

    Free the object properties and break the internal references.

    "},{"t":"M","n":"legendObj::set","p":"legendObj.html#method_set","d":"

    Set object property to a new value.

    "},{"t":"M","n":"legendObj::updateFromString","p":"legendObj.html#method_updateFromString","d":"

    Update a legend from a string snippet. Returns MS_SUCCESS/MS_FAILURE.

    "},{"t":"M","n":"lineObj::__construct","p":"lineObj.html#method___construct","d":null},{"t":"M","n":"lineObj::ms_newLineObj","p":"lineObj.html#method_ms_newLineObj","d":"

    Old style constructor

    "},{"t":"M","n":"lineObj::add","p":"lineObj.html#method_add","d":"

    Add a point to the end of line. Returns MS_SUCCESS/MS_FAILURE.

    "},{"t":"M","n":"lineObj::addXY","p":"lineObj.html#method_addXY","d":"

    Add a point to the end of line. Returns MS_SUCCESS/MS_FAILURE.

    "},{"t":"M","n":"lineObj::addXYZ","p":"lineObj.html#method_addXYZ","d":"

    Add a point to the end of line. Returns MS_SUCCESS/MS_FAILURE.

    "},{"t":"M","n":"lineObj::point","p":"lineObj.html#method_point","d":"

    Returns a reference to point number i.

    "},{"t":"M","n":"lineObj::project","p":"lineObj.html#method_project","d":"

    Project the line from "in" projection (1st argument) to "out"\nprojection (2nd argument). Returns MS_SUCCESS/MS_FAILURE.

    "},{"t":"M","n":"mapObj::__construct","p":"mapObj.html#method___construct","d":"

    Returns a new object to deal with a MapServer map file.

    "},{"t":"M","n":"mapObj::ms_newMapObjFromString","p":"mapObj.html#method_ms_newMapObjFromString","d":"

    Old style constructor

    "},{"t":"M","n":"mapObj::applyconfigoptions","p":"mapObj.html#method_applyconfigoptions","d":"

    Applies the config options set in the map file. For example\nsetting the PROJ_LIB using the setconfigoption only modifies\nthe value in the map object. applyconfigoptions will actually\nchange the PROJ_LIB value that will be used when dealing with\nprojection.

    "},{"t":"M","n":"mapObj::applySLD","p":"mapObj.html#method_applySLD","d":"

    Apply the :ref:SLD document to the map file. The matching between the\nsld document and the map file will be done using the layer's name.

    "},{"t":"M","n":"mapObj::applySLDURL","p":"mapObj.html#method_applySLDURL","d":"

    Apply the SLD document pointed by the URL to the map file. The\nmatching between the sld document and the map file will be done\nusing the layer's name.

    "},{"t":"M","n":"mapObj::convertToString","p":"mapObj.html#method_convertToString","d":"

    Saves the object to a string.

    "},{"t":"M","n":"mapObj::draw","p":"mapObj.html#method_draw","d":"

    Render map and return an image object or NULL on error.

    "},{"t":"M","n":"mapObj::drawLabelCache","p":"mapObj.html#method_drawLabelCache","d":"

    Renders the labels for a map. Returns MS_SUCCESS or MS_FAILURE on error.

    "},{"t":"M","n":"mapObj::drawLegend","p":"mapObj.html#method_drawLegend","d":"

    Render legend and return an image object.

    "},{"t":"M","n":"mapObj::drawQuery","p":"mapObj.html#method_drawQuery","d":"

    Render a query map and return an image object or NULL on error.

    "},{"t":"M","n":"mapObj::drawReferenceMap","p":"mapObj.html#method_drawReferenceMap","d":"

    Render reference map and return an image object.

    "},{"t":"M","n":"mapObj::drawScaleBar","p":"mapObj.html#method_drawScaleBar","d":"

    Render scale bar and return an image object.

    "},{"t":"M","n":"mapObj::embedLegend","p":"mapObj.html#method_embedLegend","d":"

    embeds a legend. Actually the legend is just added to the label\ncache so you must invoke drawLabelCache() to actually do the\nrendering (unless postlabelcache is set in which case it is\ndrawn right away). Returns MS_SUCCESS or MS_FAILURE on error.

    "},{"t":"M","n":"mapObj::embedScalebar","p":"mapObj.html#method_embedScalebar","d":"

    embeds a scalebar. Actually the scalebar is just added to the label\ncache so you must invoke drawLabelCache() to actually do the rendering\n(unless postlabelcache is set in which case it is drawn right away).

    "},{"t":"M","n":"mapObj::free","p":"mapObj.html#method_free","d":"

    Free the object properties and break the internal references.

    "},{"t":"M","n":"mapObj::generateSLD","p":"mapObj.html#method_generateSLD","d":"

    Returns an SLD XML string based on all the classes found in all\nthe layers that have STATUS on.

    "},{"t":"M","n":"mapObj::getAllGroupNames","p":"mapObj.html#method_getAllGroupNames","d":"

    Return an array containing all the group names used in the\nlayers. If there are no groups, it returns an empty array.

    "},{"t":"M","n":"mapObj::getAllLayerNames","p":"mapObj.html#method_getAllLayerNames","d":"

    Return an array containing all the layer names.

    "},{"t":"M","n":"mapObj::getColorbyIndex","p":"mapObj.html#method_getColorbyIndex","d":"

    Returns a colorObj corresponding to the color index in the\npalette.

    "},{"t":"M","n":"mapObj::getConfigOption","p":"mapObj.html#method_getConfigOption","d":"

    Returns the config value associated with the key.

    "},{"t":"M","n":"mapObj::getLabel","p":"mapObj.html#method_getLabel","d":"

    Returns a labelcacheMemberObj from the map given an index value\n(0=first label). Labelcache has to be enabled.

    "},{"t":"M","n":"mapObj::getLayer","p":"mapObj.html#method_getLayer","d":"

    Returns a layerObj from the map given an index value (0=first layer)

    "},{"t":"M","n":"mapObj::getLayerByName","p":"mapObj.html#method_getLayerByName","d":"

    Returns a layerObj from the map given a layer name.

    "},{"t":"M","n":"mapObj::getLayersDrawingOrder","p":"mapObj.html#method_getLayersDrawingOrder","d":"

    Return an array containing layer's index in the order which they\nare drawn. If there are no layers, it returns an empty array.

    "},{"t":"M","n":"mapObj::getLayersIndexByGroup","p":"mapObj.html#method_getLayersIndexByGroup","d":"

    Return an array containing all the layer's indexes given\na group name. If there are no layers, it returns an empty array.

    "},{"t":"M","n":"mapObj::getMetaData","p":"mapObj.html#method_getMetaData","d":"

    Fetch metadata entry by name (stored in the :ref:WEB object in\nthe map file). Returns "" if no entry matches the name.

    "},{"t":"M","n":"mapObj::getNumSymbols","p":"mapObj.html#method_getNumSymbols","d":"

    Return the number of symbols in map.

    "},{"t":"M","n":"mapObj::getProjection","p":"mapObj.html#method_getProjection","d":"

    Returns a string representation of the projection.

    "},{"t":"M","n":"mapObj::getSymbolByName","p":"mapObj.html#method_getSymbolByName","d":"

    Returns the symbol index using the name.

    "},{"t":"M","n":"mapObj::getSymbolObjectById","p":"mapObj.html#method_getSymbolObjectById","d":"

    Returns the symbol object using a symbol id. Refer to\nthe symbol object reference section for more details.

    "},{"t":"M","n":"mapObj::loadMapContext","p":"mapObj.html#method_loadMapContext","d":"

    Available only if WMS support is enabled. Load a :ref:WMS Map Context <map_context>\nXML file into the current mapObj. If the\nmap already contains some layers then the layers defined in the\nWMS Map context document are added to the current map. The 2nd\nargument unique_layer_name is optional and if set to MS_TRUE\nlayers created will have a unique name (unique prefix added to the\nname). If set to MS_FALSE the layer name will be the the same name\nas in the context. The default value is MS_FALSE. Returns\nMS_SUCCESS/MS_FAILURE.

    "},{"t":"M","n":"mapObj::loadOWSParameters","p":"mapObj.html#method_loadOWSParameters","d":"

    Load OWS request parameters (BBOX, LAYERS, &c.) into map. Returns\nMS_SUCCESS or MS_FAILURE. 2nd argument version is not mandatory.

    "},{"t":"M","n":"mapObj::moveLayerDown","p":"mapObj.html#method_moveLayerDown","d":"

    Move layer down in the hierarchy of drawing.

    "},{"t":"M","n":"mapObj::moveLayerUp","p":"mapObj.html#method_moveLayerUp","d":"

    Move layer up in the hierarchy of drawing.

    "},{"t":"M","n":"mapObj::offsetExtent","p":"mapObj.html#method_offsetExtent","d":"

    Offset the map extent based on the given distances in map coordinates.

    "},{"t":"M","n":"mapObj::owsDispatch","p":"mapObj.html#method_owsDispatch","d":"

    Processes and executes the passed OpenGIS Web Services request on\nthe map. Returns MS_DONE (2) if there is no valid OWS request in\nthe req object, MS_SUCCESS (0) if an OWS request was successfully\nprocessed and MS_FAILURE (1) if an OWS request was not\nsuccessfully processed. OWS requests include :ref:WMS <wms_server>,\n:ref:WFS <wfs_server>, :ref:WCS <wcs_server>\nand :ref:SOS <sos_server> requests supported by MapServer.

    "},{"t":"M","n":"mapObj::prepareImage","p":"mapObj.html#method_prepareImage","d":"

    Return a blank image object.

    "},{"t":"M","n":"mapObj::prepareQuery","p":"mapObj.html#method_prepareQuery","d":"

    Calculate the scale of the map and set map->scaledenom.

    "},{"t":"M","n":"mapObj::processLegendTemplate","p":"mapObj.html#method_processLegendTemplate","d":"

    Process legend template files and return the result in a buffer.

    "},{"t":"M","n":"mapObj::processQueryTemplate","p":"mapObj.html#method_processQueryTemplate","d":"

    Process query template files and return the result in a buffer.

    "},{"t":"M","n":"mapObj::processTemplate","p":"mapObj.html#method_processTemplate","d":"

    Process the template file specified in the web object and return the\nresult in a buffer. The processing consists of opening the template\nfile and replace all the tags found in it. Only tags that have an\nequivalent element in the map object are replaced (ex [scaledenom]).

    "},{"t":"M","n":"mapObj::queryByFeatures","p":"mapObj.html#method_queryByFeatures","d":"

    Perform a query based on a previous set of results from\na layer. At present the results MUST be based on a polygon layer.

    "},{"t":"M","n":"mapObj::queryByIndex","p":"mapObj.html#method_queryByIndex","d":"

    Add a specific shape on a given layer to the query result.

    "},{"t":"M","n":"mapObj::queryByPoint","p":"mapObj.html#method_queryByPoint","d":"

    Query all selected layers in map at point location specified in\ngeoreferenced map coordinates (i.e. not pixels).

    "},{"t":"M","n":"mapObj::queryByRect","p":"mapObj.html#method_queryByRect","d":"

    Query all selected layers in map using a rectangle specified in\ngeoreferenced map coordinates (i.e. not pixels). The query is\nperformed on all the shapes that are part of a :ref:CLASS that\ncontains a :ref:TEMPLATE value or that match any class in a\nlayer that contains a :ref:LAYER :ref:TEMPLATE <template>\nvalue. Returns MS_SUCCESS if shapes were found or MS_FAILURE if\nnothing was found or if some other error happened (note that the\nerror message in case nothing was found can be avoided in PHP\nusing the '@' control operator).

    "},{"t":"M","n":"mapObj::queryByShape","p":"mapObj.html#method_queryByShape","d":"

    Query all selected layers in map based on a single shape, the\nshape has to be a polygon at this point.

    "},{"t":"M","n":"mapObj::removeLayer","p":"mapObj.html#method_removeLayer","d":"

    Remove a layer from the mapObj. The argument is the index of the\nlayer to be removed. Returns the removed layerObj on success, else\nnull.

    "},{"t":"M","n":"mapObj::removeMetaData","p":"mapObj.html#method_removeMetaData","d":"

    Remove a metadata entry for the map (stored in the WEB object in the map\nfile). Returns MS_SUCCESS/MS_FAILURE.

    "},{"t":"M","n":"mapObj::save","p":"mapObj.html#method_save","d":"

    Save current map object state to a file. Returns -1 on error.

    "},{"t":"M","n":"mapObj::saveMapContext","p":"mapObj.html#method_saveMapContext","d":"

    Available only if WMS support is enabled. Save current map object\nstate in :ref:WMS Map Context <map_context> format. Only WMS\nlayers are saved in the WMS Map Context XML file. Returns\nMS_SUCCESS/MS_FAILURE.

    "},{"t":"M","n":"mapObj::saveQuery","p":"mapObj.html#method_saveQuery","d":"

    Save the current query in a file. Results determines the save format -\nMS_TRUE (or 1/true) saves the query results (tile index and shape index),\nMS_FALSE (or 0/false) the query parameters (and the query will be re-run\nin loadquery). Returns MS_SUCCESS or MS_FAILURE. Either save format can be\nused with loadquery. See RFC 65 and ticket #3647 for details of different\nsave formats.

    "},{"t":"M","n":"mapObj::scaleExtent","p":"mapObj.html#method_scaleExtent","d":"

    Scale the map extent using the zoomfactor and ensure the extent\nwithin the minscaledenom and maxscaledenom domain. If\nminscaledenom and/or maxscaledenom is 0 then the parameter is not\ntaken into account. Returns MS_SUCCESS or MS_FAILURE.

    "},{"t":"M","n":"mapObj::selectOutputFormat","p":"mapObj.html#method_selectOutputFormat","d":"

    Selects the output format to be used in the map.

    "},{"t":"M","n":"mapObj::appendOutputFormat","p":"mapObj.html#method_appendOutputFormat","d":"

    Appends outputformat object in the map object.

    "},{"t":"M","n":"mapObj::removeOutputFormat","p":"mapObj.html#method_removeOutputFormat","d":"

    Remove outputformat from the map.

    "},{"t":"M","n":"mapObj::getOutputFormat","p":"mapObj.html#method_getOutputFormat","d":"

    Returns the outputformat at index position.

    "},{"t":"M","n":"mapObj::set","p":"mapObj.html#method_set","d":"

    Set map object property to new value.

    "},{"t":"M","n":"mapObj::setCenter","p":"mapObj.html#method_setCenter","d":"

    Set the map center to the given map point.

    "},{"t":"M","n":"mapObj::setConfigOption","p":"mapObj.html#method_setConfigOption","d":"

    Sets a config parameter using the key and the value passed

    "},{"t":"M","n":"mapObj::setExtent","p":"mapObj.html#method_setExtent","d":"

    Set the map extents using the georef extents passed in argument.

    "},{"t":"M","n":"mapObj::setFontSet","p":"mapObj.html#method_setFontSet","d":"

    Load and set a new :ref:fontset.

    "},{"t":"M","n":"mapObj::setMetaData","p":"mapObj.html#method_setMetaData","d":"

    Set a metadata entry for the map (stored in the WEB object in the map\nfile). Returns MS_SUCCESS/MS_FAILURE.

    "},{"t":"M","n":"mapObj::setProjection","p":"mapObj.html#method_setProjection","d":"

    Set map projection and coordinate system. Returns MS_SUCCESS or\nMS_FAILURE on error.

    "},{"t":"M","n":"mapObj::setRotation","p":"mapObj.html#method_setRotation","d":"

    Set map rotation angle. The map view rectangle (specified in\nEXTENTS) will be rotated by the indicated angle in the counter-\nclockwise direction. Note that this implies the rendered map\nwill be rotated by the angle in the clockwise direction.

    "},{"t":"M","n":"mapObj::setSize","p":"mapObj.html#method_setSize","d":"

    Set the map width and height. This method updates the internal\ngeotransform and other data structures required for map rotation\nso it should be used instead of setting the width and height members\ndirectly.

    "},{"t":"M","n":"mapObj::setSymbolSet","p":"mapObj.html#method_setSymbolSet","d":"

    Load and set a symbol file dynamically.

    "},{"t":"M","n":"mapObj::setWKTProjection","p":"mapObj.html#method_setWKTProjection","d":"

    Same as setProjection(), but takes an OGC WKT projection\ndefinition string as input. Returns MS_SUCCESS or MS_FAILURE on error.

    "},{"t":"M","n":"mapObj::zoomPoint","p":"mapObj.html#method_zoomPoint","d":"

    Zoom to a given XY position. Returns MS_SUCCESS or MS_FAILURE on error.

    "},{"t":"M","n":"mapObj::zoomRectangle","p":"mapObj.html#method_zoomRectangle","d":"

    Set the map extents to a given extents. Returns MS_SUCCESS or\nMS_FAILURE on error.

    "},{"t":"M","n":"mapObj::zoomScale","p":"mapObj.html#method_zoomScale","d":"

    Zoom in or out to a given XY position so that the map is\ndisplayed at specified scale. Returns MS_SUCCESS or MS_FAILURE on error.

    "},{"t":"M","n":"mysql_xdevapi\\BaseResult::getWarnings","p":"mysql_xdevapi/BaseResult.html#method_getWarnings","d":"

    Fetch warnings from last operation

    "},{"t":"M","n":"mysql_xdevapi\\BaseResult::getWarningsCount","p":"mysql_xdevapi/BaseResult.html#method_getWarningsCount","d":"

    Fetch warning count from last operation

    "},{"t":"M","n":"mysql_xdevapi\\Collection::__construct","p":"mysql_xdevapi/Collection.html#method___construct","d":"

    Collection constructor

    "},{"t":"M","n":"mysql_xdevapi\\Collection::add","p":"mysql_xdevapi/Collection.html#method_add","d":"

    Add collection document

    "},{"t":"M","n":"mysql_xdevapi\\Collection::addOrReplaceOne","p":"mysql_xdevapi/Collection.html#method_addOrReplaceOne","d":"

    Add or replace collection document

    "},{"t":"M","n":"mysql_xdevapi\\Collection::count","p":"mysql_xdevapi/Collection.html#method_count","d":"

    Get document count

    "},{"t":"M","n":"mysql_xdevapi\\Collection::createIndex","p":"mysql_xdevapi/Collection.html#method_createIndex","d":"

    Create collection index

    "},{"t":"M","n":"mysql_xdevapi\\Collection::dropIndex","p":"mysql_xdevapi/Collection.html#method_dropIndex","d":"

    Drop collection index

    "},{"t":"M","n":"mysql_xdevapi\\Collection::existsInDatabase","p":"mysql_xdevapi/Collection.html#method_existsInDatabase","d":"

    Check if collection exists in database

    "},{"t":"M","n":"mysql_xdevapi\\Collection::find","p":"mysql_xdevapi/Collection.html#method_find","d":""},{"t":"M","n":"mysql_xdevapi\\Collection::getName","p":"mysql_xdevapi/Collection.html#method_getName","d":"

    Get collection name

    "},{"t":"M","n":"mysql_xdevapi\\Collection::getOne","p":"mysql_xdevapi/Collection.html#method_getOne","d":"

    Get one document\nThis is a shortcut for Collection.find("_id = :id").bind("id", id).execute().fetchOne();.

    "},{"t":"M","n":"mysql_xdevapi\\Collection::getSchema","p":"mysql_xdevapi/Collection.html#method_getSchema","d":"

    Retrieve the schema object that contains the collection.

    "},{"t":"M","n":"mysql_xdevapi\\Collection::getSession","p":"mysql_xdevapi/Collection.html#method_getSession","d":"

    Get a new Session object from the Collection object.

    "},{"t":"M","n":"mysql_xdevapi\\Collection::modify","p":"mysql_xdevapi/Collection.html#method_modify","d":"

    Modify collections that meet specific search conditions. Multiple operations are allowed, and parameter binding is supported.

    "},{"t":"M","n":"mysql_xdevapi\\Collection::remove","p":"mysql_xdevapi/Collection.html#method_remove","d":"

    Remove collections that meet specific search conditions. Multiple operations are allowed, and parameter binding is supported.

    "},{"t":"M","n":"mysql_xdevapi\\Collection::removeOne","p":"mysql_xdevapi/Collection.html#method_removeOne","d":"

    Remove one collection document\nRemove one document from the collection with the corresponding ID. This is a shortcut for Collection.remove("_id = :id").bind("id", id).execute().

    "},{"t":"M","n":"mysql_xdevapi\\Collection::replaceOne","p":"mysql_xdevapi/Collection.html#method_replaceOne","d":"

    Updates (or replaces) the document identified by ID, if it exists.

    "},{"t":"M","n":"mysql_xdevapi\\CollectionAdd::execute","p":"mysql_xdevapi/CollectionAdd.html#method_execute","d":""},{"t":"M","n":"mysql_xdevapi\\CollectionFind::bind","p":"mysql_xdevapi/CollectionFind.html#method_bind","d":"

    Bind value to query placeholder\nIt allows the user to bind a parameter to the placeholder in the search condition of the find operation. The placeholder has the form of :NAME where ':' is a common prefix that must always exists before any NAME, NAME is the actual name of the placeholder. The bind function accepts a list of placeholders if multiple entities have to be substituted in the search condition.

    "},{"t":"M","n":"mysql_xdevapi\\CollectionFind::execute","p":"mysql_xdevapi/CollectionFind.html#method_execute","d":"

    Execute the find operation; this functionality allows for method chaining.

    "},{"t":"M","n":"mysql_xdevapi\\CollectionFind::fields","p":"mysql_xdevapi/CollectionFind.html#method_fields","d":"

    Defined the columns for the query to return. If not defined then all columns are used.

    "},{"t":"M","n":"mysql_xdevapi\\CollectionFind::groupBy","p":"mysql_xdevapi/CollectionFind.html#method_groupBy","d":"

    This function can be used to group the result-set by one more columns, frequently this is used with aggregate functions like COUNT,MAX,MIN,SUM etc.

    "},{"t":"M","n":"mysql_xdevapi\\CollectionFind::having","p":"mysql_xdevapi/CollectionFind.html#method_having","d":"

    This function can be used after the 'field' operation in order to make a selection on the documents to extract.

    "},{"t":"M","n":"mysql_xdevapi\\CollectionFind::limit","p":"mysql_xdevapi/CollectionFind.html#method_limit","d":"

    Set the maximum number of documents to return.

    "},{"t":"M","n":"mysql_xdevapi\\CollectionFind::lockExclusive","p":"mysql_xdevapi/CollectionFind.html#method_lockExclusive","d":"

    Execute operation with EXCLUSIVE LOCK

    "},{"t":"M","n":"mysql_xdevapi\\CollectionFind::lockShared","p":"mysql_xdevapi/CollectionFind.html#method_lockShared","d":"

    Execute operation with SHARED LOCK

    "},{"t":"M","n":"mysql_xdevapi\\CollectionFind::offset","p":"mysql_xdevapi/CollectionFind.html#method_offset","d":"

    Skip given number of elements to be returned

    "},{"t":"M","n":"mysql_xdevapi\\CollectionFind::sort","p":"mysql_xdevapi/CollectionFind.html#method_sort","d":"

    Set the sorting criteria

    "},{"t":"M","n":"mysql_xdevapi\\CollectionModify::arrayAppend","p":"mysql_xdevapi/CollectionModify.html#method_arrayAppend","d":"

    Add an element to a document's field, as multiple elements of a field are represented as an array. Unlike arrayInsert(), arrayAppend() always appends the new element at the end of the array, whereas arrayInsert() can define the location.

    "},{"t":"M","n":"mysql_xdevapi\\CollectionModify::arrayInsert","p":"mysql_xdevapi/CollectionModify.html#method_arrayInsert","d":"

    Add an element to a document's field, as multiple elements of a field are represented as an array. Unlike arrayAppend(), arrayInsert() allows you to specify where the new element is inserted by defining which item it is after, whereas arrayAppend() always appends the new element at the end of the array.

    "},{"t":"M","n":"mysql_xdevapi\\CollectionModify::bind","p":"mysql_xdevapi/CollectionModify.html#method_bind","d":"

    Bind a parameter to the placeholder in the search condition of the modify operation.

    "},{"t":"M","n":"mysql_xdevapi\\CollectionModify::execute","p":"mysql_xdevapi/CollectionModify.html#method_execute","d":"

    The execute method is required to send the CRUD operation request to the MySQL server.

    "},{"t":"M","n":"mysql_xdevapi\\CollectionModify::limit","p":"mysql_xdevapi/CollectionModify.html#method_limit","d":"

    Limit the number of documents modified by this operation. Optionally combine with skip() to define an offset value.

    "},{"t":"M","n":"mysql_xdevapi\\CollectionModify::patch","p":"mysql_xdevapi/CollectionModify.html#method_patch","d":"

    Takes a patch object and applies it on one or more documents, and can update multiple document properties.

    "},{"t":"M","n":"mysql_xdevapi\\CollectionModify::replace","p":"mysql_xdevapi/CollectionModify.html#method_replace","d":"

    Replace (update) a given field value with a new one.

    "},{"t":"M","n":"mysql_xdevapi\\CollectionModify::set","p":"mysql_xdevapi/CollectionModify.html#method_set","d":"

    Sets or updates attributes on documents in a collection.

    "},{"t":"M","n":"mysql_xdevapi\\CollectionModify::skip","p":"mysql_xdevapi/CollectionModify.html#method_skip","d":"

    Skip the first N elements that would otherwise be returned by a find operation. If the number of elements skipped is larger than the size of the result set, then the find operation returns an empty set.

    "},{"t":"M","n":"mysql_xdevapi\\CollectionModify::sort","p":"mysql_xdevapi/CollectionModify.html#method_sort","d":"

    Sort the result set by the field selected in the sort_expr argument. The allowed orders are ASC (Ascending) or DESC (Descending). This operation is equivalent to the 'ORDER BY' SQL operation and it follows the same set of rules.

    "},{"t":"M","n":"mysql_xdevapi\\CollectionModify::unset","p":"mysql_xdevapi/CollectionModify.html#method_unset","d":"

    Removes attributes from documents in a collection.

    "},{"t":"M","n":"mysql_xdevapi\\CollectionRemove::bind","p":"mysql_xdevapi/CollectionRemove.html#method_bind","d":"

    Bind a parameter to the placeholder in the search condition of the remove operation.

    "},{"t":"M","n":"mysql_xdevapi\\CollectionRemove::execute","p":"mysql_xdevapi/CollectionRemove.html#method_execute","d":"

    The execute function needs to be invoked in order to trigger the client to send the CRUD operation request to the server.

    "},{"t":"M","n":"mysql_xdevapi\\CollectionRemove::limit","p":"mysql_xdevapi/CollectionRemove.html#method_limit","d":"

    Sets the maximum number of documents to remove.

    "},{"t":"M","n":"mysql_xdevapi\\CollectionRemove::sort","p":"mysql_xdevapi/CollectionRemove.html#method_sort","d":"

    Sort the result set by the field selected in the sort_expr argument. The allowed orders are ASC (Ascending) or DESC (Descending). This operation is equivalent to the 'ORDER BY' SQL operation and it follows the same set of rules.

    "},{"t":"M","n":"mysql_xdevapi\\ColumnResult::getCharacterSetName","p":"mysql_xdevapi/ColumnResult.html#method_getCharacterSetName","d":"

    Get character set

    "},{"t":"M","n":"mysql_xdevapi\\ColumnResult::getCollationName","p":"mysql_xdevapi/ColumnResult.html#method_getCollationName","d":"

    Get collation name

    "},{"t":"M","n":"mysql_xdevapi\\ColumnResult::getColumnLabel","p":"mysql_xdevapi/ColumnResult.html#method_getColumnLabel","d":"

    Get column label

    "},{"t":"M","n":"mysql_xdevapi\\ColumnResult::getColumnName","p":"mysql_xdevapi/ColumnResult.html#method_getColumnName","d":"

    Get column name

    "},{"t":"M","n":"mysql_xdevapi\\ColumnResult::getFractionalDigits","p":"mysql_xdevapi/ColumnResult.html#method_getFractionalDigits","d":"

    Get fractional digit length

    "},{"t":"M","n":"mysql_xdevapi\\ColumnResult::getLength","p":"mysql_xdevapi/ColumnResult.html#method_getLength","d":"

    Get column field length

    "},{"t":"M","n":"mysql_xdevapi\\ColumnResult::getSchemaName","p":"mysql_xdevapi/ColumnResult.html#method_getSchemaName","d":"

    Get schema name

    "},{"t":"M","n":"mysql_xdevapi\\ColumnResult::getTableLabel","p":"mysql_xdevapi/ColumnResult.html#method_getTableLabel","d":"

    Get table label

    "},{"t":"M","n":"mysql_xdevapi\\ColumnResult::getTableName","p":"mysql_xdevapi/ColumnResult.html#method_getTableName","d":"

    Get table name

    "},{"t":"M","n":"mysql_xdevapi\\ColumnResult::getType","p":"mysql_xdevapi/ColumnResult.html#method_getType","d":"

    Get column type

    "},{"t":"M","n":"mysql_xdevapi\\ColumnResult::isNumberSigned","p":"mysql_xdevapi/ColumnResult.html#method_isNumberSigned","d":"

    Check if signed type

    "},{"t":"M","n":"mysql_xdevapi\\ColumnResult::isPadded","p":"mysql_xdevapi/ColumnResult.html#method_isPadded","d":"

    Check if padded

    "},{"t":"M","n":"mysql_xdevapi\\CrudOperationBindable::bind","p":"mysql_xdevapi/CrudOperationBindable.html#method_bind","d":"

    Binds a value to a specific placeholder.

    "},{"t":"M","n":"mysql_xdevapi\\CrudOperationLimitable::limit","p":"mysql_xdevapi/CrudOperationLimitable.html#method_limit","d":"

    Set result limit

    "},{"t":"M","n":"mysql_xdevapi\\CrudOperationSkippable::skip","p":"mysql_xdevapi/CrudOperationSkippable.html#method_skip","d":"

    Number of operations to skip

    "},{"t":"M","n":"mysql_xdevapi\\CrudOperationSortable::sort","p":"mysql_xdevapi/CrudOperationSortable.html#method_sort","d":"

    Sort results

    "},{"t":"M","n":"mysql_xdevapi\\DatabaseObject::existsInDatabase","p":"mysql_xdevapi/DatabaseObject.html#method_existsInDatabase","d":"

    Check if object exists in database

    "},{"t":"M","n":"mysql_xdevapi\\DatabaseObject::getName","p":"mysql_xdevapi/DatabaseObject.html#method_getName","d":"

    Get object name

    "},{"t":"M","n":"mysql_xdevapi\\DatabaseObject::getSession","p":"mysql_xdevapi/DatabaseObject.html#method_getSession","d":"

    Get session name

    "},{"t":"M","n":"mysql_xdevapi\\DocResult::fetchAll","p":"mysql_xdevapi/DocResult.html#method_fetchAll","d":"

    Get all rows

    "},{"t":"M","n":"mysql_xdevapi\\DocResult::fetchOne","p":"mysql_xdevapi/DocResult.html#method_fetchOne","d":"

    Fetch one result from a result set.

    "},{"t":"M","n":"mysql_xdevapi\\DocResult::getWarnings","p":"mysql_xdevapi/DocResult.html#method_getWarnings","d":"

    Fetches warnings generated by MySQL server's last operation.

    "},{"t":"M","n":"mysql_xdevapi\\DocResult::getWarningsCount","p":"mysql_xdevapi/DocResult.html#method_getWarningsCount","d":"

    Returns the number of warnings raised by the last operation. Specifically, these warnings are raised by the MySQL server.

    "},{"t":"M","n":"mysql_xdevapi\\Executable::execute","p":"mysql_xdevapi/Executable.html#method_execute","d":"

    Execute statement

    "},{"t":"M","n":"mysql_xdevapi\\Expression::__construct","p":"mysql_xdevapi/Expression.html#method___construct","d":null},{"t":"M","n":"mysql_xdevapi\\Result::getAutoIncrementValue","p":"mysql_xdevapi/Result.html#method_getAutoIncrementValue","d":"

    Get the last AUTO_INCREMENT value (last insert id).

    "},{"t":"M","n":"mysql_xdevapi\\Result::getGeneratedIds","p":"mysql_xdevapi/Result.html#method_getGeneratedIds","d":"

    Fetch the generated _id values from the last operation. The unique _id field is generated by the MySQL server.

    "},{"t":"M","n":"mysql_xdevapi\\Result::getWarnings","p":"mysql_xdevapi/Result.html#method_getWarnings","d":"

    Retrieve warnings from the last Result operation.

    "},{"t":"M","n":"mysql_xdevapi\\Result::getWarningsCount","p":"mysql_xdevapi/Result.html#method_getWarningsCount","d":"

    Retrieve the number of warnings from the last Result operation.

    "},{"t":"M","n":"mysql_xdevapi\\RowResult::fetchAll","p":"mysql_xdevapi/RowResult.html#method_fetchAll","d":"

    Fetch all the rows from the result set.

    "},{"t":"M","n":"mysql_xdevapi\\RowResult::fetchOne","p":"mysql_xdevapi/RowResult.html#method_fetchOne","d":"

    Fetch one result from the result set.

    "},{"t":"M","n":"mysql_xdevapi\\RowResult::getColumnsCount","p":"mysql_xdevapi/RowResult.html#method_getColumnsCount","d":"

    Retrieve the column count for columns present in the result set.

    "},{"t":"M","n":"mysql_xdevapi\\RowResult::getColumnNames","p":"mysql_xdevapi/RowResult.html#method_getColumnNames","d":"

    Retrieve column names for columns present in the result set.

    "},{"t":"M","n":"mysql_xdevapi\\RowResult::getColumns","p":"mysql_xdevapi/RowResult.html#method_getColumns","d":"

    Retrieve column metadata for columns present in the result set.

    "},{"t":"M","n":"mysql_xdevapi\\RowResult::getWarnings","p":"mysql_xdevapi/RowResult.html#method_getWarnings","d":"

    Retrieve warnings from the last RowResult operation.

    "},{"t":"M","n":"mysql_xdevapi\\RowResult::getWarningsCount","p":"mysql_xdevapi/RowResult.html#method_getWarningsCount","d":"

    Retrieve the number of warnings from the last RowResult operation.

    "},{"t":"M","n":"mysql_xdevapi\\Schema::createCollection","p":"mysql_xdevapi/Schema.html#method_createCollection","d":"

    Create a collection within the schema.

    "},{"t":"M","n":"mysql_xdevapi\\Schema::dropCollection","p":"mysql_xdevapi/Schema.html#method_dropCollection","d":"

    Drop collection from schema

    "},{"t":"M","n":"mysql_xdevapi\\Schema::existsInDatabase","p":"mysql_xdevapi/Schema.html#method_existsInDatabase","d":"

    Check if exists in database\nChecks if the current object (schema, table, collection, or view) exists in the schema object.

    "},{"t":"M","n":"mysql_xdevapi\\Schema::getCollection","p":"mysql_xdevapi/Schema.html#method_getCollection","d":"

    Get a collection from the schema.

    "},{"t":"M","n":"mysql_xdevapi\\Schema::getCollectionAsTable","p":"mysql_xdevapi/Schema.html#method_getCollectionAsTable","d":"

    Get a collection, but as a Table object instead of a Collection object.

    "},{"t":"M","n":"mysql_xdevapi\\Schema::getCollections","p":"mysql_xdevapi/Schema.html#method_getCollections","d":"

    Fetch a list of collections for this schema.

    "},{"t":"M","n":"mysql_xdevapi\\Schema::getName","p":"mysql_xdevapi/Schema.html#method_getName","d":"

    Get the name of the schema.

    "},{"t":"M","n":"mysql_xdevapi\\Schema::getSession","p":"mysql_xdevapi/Schema.html#method_getSession","d":"

    Get a new Session object from the Schema object.

    "},{"t":"M","n":"mysql_xdevapi\\Schema::getTable","p":"mysql_xdevapi/Schema.html#method_getTable","d":"

    Fetch a Table object for the provided table in the schema.

    "},{"t":"M","n":"mysql_xdevapi\\Schema::getTables","p":"mysql_xdevapi/Schema.html#method_getTables","d":"

    Get schema tables

    "},{"t":"M","n":"mysql_xdevapi\\SchemaObject::getSchema","p":"mysql_xdevapi/SchemaObject.html#method_getSchema","d":null},{"t":"M","n":"mysql_xdevapi\\Session::close","p":"mysql_xdevapi/Session.html#method_close","d":"

    Close the session with the server.

    "},{"t":"M","n":"mysql_xdevapi\\Session::commit","p":"mysql_xdevapi/Session.html#method_commit","d":"

    Commit the transaction.

    "},{"t":"M","n":"mysql_xdevapi\\Session::createSchema","p":"mysql_xdevapi/Session.html#method_createSchema","d":"

    Creates a new schema.

    "},{"t":"M","n":"mysql_xdevapi\\Session::dropSchema","p":"mysql_xdevapi/Session.html#method_dropSchema","d":"

    Drop a schema (database).

    "},{"t":"M","n":"mysql_xdevapi\\Session::generateUUID","p":"mysql_xdevapi/Session.html#method_generateUUID","d":"

    Generate a Universal Unique IDentifier (UUID) generated according to \u00bb RFC 4122.

    "},{"t":"M","n":"mysql_xdevapi\\Session::getSchema","p":"mysql_xdevapi/Session.html#method_getSchema","d":"

    Get a new schema object

    "},{"t":"M","n":"mysql_xdevapi\\Session::getSchemas","p":"mysql_xdevapi/Session.html#method_getSchemas","d":"

    Get schema objects for all schemas available to the session.

    "},{"t":"M","n":"mysql_xdevapi\\Session::getServerVersion","p":"mysql_xdevapi/Session.html#method_getServerVersion","d":"

    Retrieve the MySQL server version for the session.

    "},{"t":"M","n":"mysql_xdevapi\\Session::listClients","p":"mysql_xdevapi/Session.html#method_listClients","d":"

    Get a list of client connections to the session's MySQL server.

    "},{"t":"M","n":"mysql_xdevapi\\Session::quoteName","p":"mysql_xdevapi/Session.html#method_quoteName","d":"

    Add quotes\nA quoting function to escape SQL names and identifiers. It escapes the identifier given in accordance to the settings of the current connection. This escape function should not be used to escape values.

    "},{"t":"M","n":"mysql_xdevapi\\Session::releaseSavepoint","p":"mysql_xdevapi/Session.html#method_releaseSavepoint","d":"

    Release a previously set savepoint.

    "},{"t":"M","n":"mysql_xdevapi\\Session::rollback","p":"mysql_xdevapi/Session.html#method_rollback","d":"

    Rollback the transaction.

    "},{"t":"M","n":"mysql_xdevapi\\Session::rollbackTo","p":"mysql_xdevapi/Session.html#method_rollbackTo","d":"

    Rollback transaction to savepoint

    "},{"t":"M","n":"mysql_xdevapi\\Session::setSavepoint","p":"mysql_xdevapi/Session.html#method_setSavepoint","d":"

    Create a new savepoint for the transaction.

    "},{"t":"M","n":"mysql_xdevapi\\Session::sql","p":"mysql_xdevapi/Session.html#method_sql","d":"

    Create a native SQL statement. Placeholders are supported using the native "?" syntax. Use the execute method to execute the SQL statement.

    "},{"t":"M","n":"mysql_xdevapi\\Session::startTransaction","p":"mysql_xdevapi/Session.html#method_startTransaction","d":"

    Start a new transaction.

    "},{"t":"M","n":"mysql_xdevapi\\SqlStatement::bind","p":"mysql_xdevapi/SqlStatement.html#method_bind","d":"

    Bind statement parameters

    "},{"t":"M","n":"mysql_xdevapi\\SqlStatement::execute","p":"mysql_xdevapi/SqlStatement.html#method_execute","d":"

    Execute the operation

    "},{"t":"M","n":"mysql_xdevapi\\SqlStatement::getNextResult","p":"mysql_xdevapi/SqlStatement.html#method_getNextResult","d":"

    Get next result

    "},{"t":"M","n":"mysql_xdevapi\\SqlStatement::getResult","p":"mysql_xdevapi/SqlStatement.html#method_getResult","d":"

    Get result

    "},{"t":"M","n":"mysql_xdevapi\\SqlStatement::hasMoreResults","p":"mysql_xdevapi/SqlStatement.html#method_hasMoreResults","d":"

    Check for more results

    "},{"t":"M","n":"mysql_xdevapi\\SqlStatementResult::fetchAll","p":"mysql_xdevapi/SqlStatementResult.html#method_fetchAll","d":"

    Fetch all the rows from the result set.

    "},{"t":"M","n":"mysql_xdevapi\\SqlStatementResult::fetchOne","p":"mysql_xdevapi/SqlStatementResult.html#method_fetchOne","d":"

    Fetch one row from the result set.

    "},{"t":"M","n":"mysql_xdevapi\\SqlStatementResult::getAffectedItemsCount","p":"mysql_xdevapi/SqlStatementResult.html#method_getAffectedItemsCount","d":"

    Get affected row count

    "},{"t":"M","n":"mysql_xdevapi\\SqlStatementResult::getColumnsCount","p":"mysql_xdevapi/SqlStatementResult.html#method_getColumnsCount","d":"

    Get column count

    "},{"t":"M","n":"mysql_xdevapi\\SqlStatementResult::getColumnNames","p":"mysql_xdevapi/SqlStatementResult.html#method_getColumnNames","d":"

    Get column names

    "},{"t":"M","n":"mysql_xdevapi\\SqlStatementResult::getColumns","p":"mysql_xdevapi/SqlStatementResult.html#method_getColumns","d":"

    Get columns

    "},{"t":"M","n":"mysql_xdevapi\\SqlStatementResult::getGeneratedIds","p":"mysql_xdevapi/SqlStatementResult.html#method_getGeneratedIds","d":"

    Get generated ids

    "},{"t":"M","n":"mysql_xdevapi\\SqlStatementResult::getLastInsertId","p":"mysql_xdevapi/SqlStatementResult.html#method_getLastInsertId","d":"

    Get last insert id

    "},{"t":"M","n":"mysql_xdevapi\\SqlStatementResult::getWarnings","p":"mysql_xdevapi/SqlStatementResult.html#method_getWarnings","d":"

    Get warnings from last operation

    "},{"t":"M","n":"mysql_xdevapi\\SqlStatementResult::getWarningCounts","p":"mysql_xdevapi/SqlStatementResult.html#method_getWarningCounts","d":"

    Get warning count from last operation

    "},{"t":"M","n":"mysql_xdevapi\\SqlStatementResult::hasData","p":"mysql_xdevapi/SqlStatementResult.html#method_hasData","d":"

    Check if result has data

    "},{"t":"M","n":"mysql_xdevapi\\SqlStatementResult::nextResult","p":"mysql_xdevapi/SqlStatementResult.html#method_nextResult","d":"

    Get next result

    "},{"t":"M","n":"mysql_xdevapi\\Statement::getNextResult","p":"mysql_xdevapi/Statement.html#method_getNextResult","d":"

    Get next result

    "},{"t":"M","n":"mysql_xdevapi\\Statement::getResult","p":"mysql_xdevapi/Statement.html#method_getResult","d":"

    Get result

    "},{"t":"M","n":"mysql_xdevapi\\Statement::hasMoreResults","p":"mysql_xdevapi/Statement.html#method_hasMoreResults","d":"

    Check if more results

    "},{"t":"M","n":"mysql_xdevapi\\Table::count","p":"mysql_xdevapi/Table.html#method_count","d":"

    Fetch the number of rows in the table.

    "},{"t":"M","n":"mysql_xdevapi\\Table::delete","p":"mysql_xdevapi/Table.html#method_delete","d":"

    Deletes rows from a table.

    "},{"t":"M","n":"mysql_xdevapi\\Table::existsInDatabase","p":"mysql_xdevapi/Table.html#method_existsInDatabase","d":"

    Verifies if this table exists in the database.

    "},{"t":"M","n":"mysql_xdevapi\\Table::getName","p":"mysql_xdevapi/Table.html#method_getName","d":"

    Returns the name of this database object.

    "},{"t":"M","n":"mysql_xdevapi\\Table::getSchema","p":"mysql_xdevapi/Table.html#method_getSchema","d":"

    Fetch the schema associated with the table.

    "},{"t":"M","n":"mysql_xdevapi\\Table::getSession","p":"mysql_xdevapi/Table.html#method_getSession","d":"

    Get session associated with the table.

    "},{"t":"M","n":"mysql_xdevapi\\Table::insert","p":"mysql_xdevapi/Table.html#method_insert","d":"

    Inserts rows into a table.

    "},{"t":"M","n":"mysql_xdevapi\\Table::isView","p":"mysql_xdevapi/Table.html#method_isView","d":"

    Determine if the underlying object is a view or not.

    "},{"t":"M","n":"mysql_xdevapi\\Table::select","p":"mysql_xdevapi/Table.html#method_select","d":"

    Fetches data from a table.

    "},{"t":"M","n":"mysql_xdevapi\\Table::update","p":"mysql_xdevapi/Table.html#method_update","d":"

    Updates columns in a table.

    "},{"t":"M","n":"mysql_xdevapi\\TableDelete::bind","p":"mysql_xdevapi/TableDelete.html#method_bind","d":"

    Binds a value to a specific placeholder.

    "},{"t":"M","n":"mysql_xdevapi\\TableDelete::execute","p":"mysql_xdevapi/TableDelete.html#method_execute","d":"

    Execute the delete query.

    "},{"t":"M","n":"mysql_xdevapi\\TableDelete::limit","p":"mysql_xdevapi/TableDelete.html#method_limit","d":"

    Sets the maximum number of records or documents to delete.

    "},{"t":"M","n":"mysql_xdevapi\\TableDelete::orderby","p":"mysql_xdevapi/TableDelete.html#method_orderby","d":"

    Set the order options for a result set.

    "},{"t":"M","n":"mysql_xdevapi\\TableDelete::where","p":"mysql_xdevapi/TableDelete.html#method_where","d":"

    Sets the search condition to filter.

    "},{"t":"M","n":"mysql_xdevapi\\TableInsert::execute","p":"mysql_xdevapi/TableInsert.html#method_execute","d":"

    Execute the statement.

    "},{"t":"M","n":"mysql_xdevapi\\TableInsert::values","p":"mysql_xdevapi/TableInsert.html#method_values","d":"

    Set the values to be inserted.

    "},{"t":"M","n":"mysql_xdevapi\\TableSelect::bind","p":"mysql_xdevapi/TableSelect.html#method_bind","d":"

    Binds a value to a specific placeholder.

    "},{"t":"M","n":"mysql_xdevapi\\TableSelect::execute","p":"mysql_xdevapi/TableSelect.html#method_execute","d":"

    Execute the select statement by chaining it with the execute() method.

    "},{"t":"M","n":"mysql_xdevapi\\TableSelect::groupBy","p":"mysql_xdevapi/TableSelect.html#method_groupBy","d":"

    Sets a grouping criteria for the result set.

    "},{"t":"M","n":"mysql_xdevapi\\TableSelect::having","p":"mysql_xdevapi/TableSelect.html#method_having","d":"

    Sets a condition for records to consider in aggregate function operations.

    "},{"t":"M","n":"mysql_xdevapi\\TableSelect::limit","p":"mysql_xdevapi/TableSelect.html#method_limit","d":"

    Sets the maximum number of records or documents to return.

    "},{"t":"M","n":"mysql_xdevapi\\TableSelect::lockExclusive","p":"mysql_xdevapi/TableSelect.html#method_lockExclusive","d":"

    Execute a read operation with EXCLUSIVE LOCK. Only one lock can be active at a time.

    "},{"t":"M","n":"mysql_xdevapi\\TableSelect::lockShared","p":"mysql_xdevapi/TableSelect.html#method_lockShared","d":"

    Execute a read operation with SHARED LOCK. Only one lock can be active at a time.

    "},{"t":"M","n":"mysql_xdevapi\\TableSelect::offset","p":"mysql_xdevapi/TableSelect.html#method_offset","d":"

    Skip given number of rows in result.

    "},{"t":"M","n":"mysql_xdevapi\\TableSelect::orderby","p":"mysql_xdevapi/TableSelect.html#method_orderby","d":"

    Sets the order by criteria.

    "},{"t":"M","n":"mysql_xdevapi\\TableSelect::where","p":"mysql_xdevapi/TableSelect.html#method_where","d":"

    Sets the search condition to filter.

    "},{"t":"M","n":"mysql_xdevapi\\TableUpdate::bind","p":"mysql_xdevapi/TableUpdate.html#method_bind","d":"

    Bind update query parameters

    "},{"t":"M","n":"mysql_xdevapi\\TableUpdate::execute","p":"mysql_xdevapi/TableUpdate.html#method_execute","d":"

    Executes the update statement.

    "},{"t":"M","n":"mysql_xdevapi\\TableUpdate::limit","p":"mysql_xdevapi/TableUpdate.html#method_limit","d":"

    Set the maximum number of records or documents update.

    "},{"t":"M","n":"mysql_xdevapi\\TableUpdate::orderby","p":"mysql_xdevapi/TableUpdate.html#method_orderby","d":"

    Sets the sorting criteria.

    "},{"t":"M","n":"mysql_xdevapi\\TableUpdate::set","p":"mysql_xdevapi/TableUpdate.html#method_set","d":"

    Updates the column value on records in a table.

    "},{"t":"M","n":"mysql_xdevapi\\TableUpdate::where","p":"mysql_xdevapi/TableUpdate.html#method_where","d":"

    Set the search condition to filter.

    "},{"t":"M","n":"mysqli::__construct","p":"mysqli.html#method___construct","d":"

    Open a new connection to the MySQL server

    "},{"t":"M","n":"mysqli::autocommit","p":"mysqli.html#method_autocommit","d":"

    Turns on or off auto-committing database modifications

    "},{"t":"M","n":"mysqli::begin_transaction","p":"mysqli.html#method_begin_transaction","d":"

    Starts a transaction

    "},{"t":"M","n":"mysqli::change_user","p":"mysqli.html#method_change_user","d":"

    Changes the user of the specified database connection

    "},{"t":"M","n":"mysqli::character_set_name","p":"mysqli.html#method_character_set_name","d":"

    Returns the current character set of the database connection

    "},{"t":"M","n":"mysqli::client_encoding","p":"mysqli.html#method_client_encoding","d":""},{"t":"M","n":"mysqli::close","p":"mysqli.html#method_close","d":"

    Closes a previously opened database connection

    "},{"t":"M","n":"mysqli::commit","p":"mysqli.html#method_commit","d":"

    Commits the current transaction

    "},{"t":"M","n":"mysqli::connect","p":"mysqli.html#method_connect","d":""},{"t":"M","n":"mysqli::dump_debug_info","p":"mysqli.html#method_dump_debug_info","d":"

    Dump debugging information into the log

    "},{"t":"M","n":"mysqli::debug","p":"mysqli.html#method_debug","d":"

    Performs debugging operations

    "},{"t":"M","n":"mysqli::get_charset","p":"mysqli.html#method_get_charset","d":"

    Returns a character set object

    "},{"t":"M","n":"mysqli::execute_query","p":"mysqli.html#method_execute_query","d":"

    Prepares the SQL query, binds parameters, and executes it. The\nmysqli::execute_query() method is a shortcut for mysqli::prepare(),\nmysqli_stmt::bind_param(), mysqli_stmt::execute(), and\nmysqli_stmt::get_result().

    \n

    The statement template can contain zero or more question mark (?)\nparameter markers\u2060\u2014also called placeholders. The parameter values must be\nprovided as an array using params parameter.

    \n

    A prepared statement is created under the hood but it's never exposed\noutside of the function. It's impossible to access properties of the\nstatement as one would do with the mysqli_stmt object. Due to this\nlimitation, the status information is copied to the mysqli object and is\navailable using its methods, e.g. mysqli_affected_rows() or\nmysqli_error().

    "},{"t":"M","n":"mysqli::get_client_info","p":"mysqli.html#method_get_client_info","d":"

    Returns the MySQL client version as a string

    "},{"t":"M","n":"mysqli::get_connection_stats","p":"mysqli.html#method_get_connection_stats","d":"

    Returns statistics about the client connection

    "},{"t":"M","n":"mysqli::get_server_info","p":"mysqli.html#method_get_server_info","d":"

    Returns the version of the MySQL server

    "},{"t":"M","n":"mysqli::get_warnings","p":"mysqli.html#method_get_warnings","d":"

    Get result of SHOW WARNINGS

    "},{"t":"M","n":"mysqli::init","p":"mysqli.html#method_init","d":"

    Initializes MySQLi object

    "},{"t":"M","n":"mysqli::kill","p":"mysqli.html#method_kill","d":"

    Asks the server to kill a MySQL thread

    "},{"t":"M","n":"mysqli::multi_query","p":"mysqli.html#method_multi_query","d":"

    Performs one or more queries on the database

    "},{"t":"M","n":"mysqli::mysqli","p":"mysqli.html#method_mysqli","d":""},{"t":"M","n":"mysqli::more_results","p":"mysqli.html#method_more_results","d":"

    Check if there are any more query results from a multi query

    "},{"t":"M","n":"mysqli::next_result","p":"mysqli.html#method_next_result","d":"

    Prepare next result from multi_query

    "},{"t":"M","n":"mysqli::options","p":"mysqli.html#method_options","d":"

    Set options

    "},{"t":"M","n":"mysqli::ping","p":"mysqli.html#method_ping","d":"

    Pings a server connection, or tries to reconnect if the connection has gone down

    "},{"t":"M","n":"mysqli::prepare","p":"mysqli.html#method_prepare","d":"

    Prepares an SQL statement for execution

    "},{"t":"M","n":"mysqli::query","p":"mysqli.html#method_query","d":"

    Performs a query on the database

    "},{"t":"M","n":"mysqli::real_connect","p":"mysqli.html#method_real_connect","d":"

    Opens a connection to a mysql server

    "},{"t":"M","n":"mysqli::real_escape_string","p":"mysqli.html#method_real_escape_string","d":"

    Escapes special characters in a string for use in an SQL statement, taking into account the current charset of the connection

    "},{"t":"M","n":"mysqli::poll","p":"mysqli.html#method_poll","d":"

    Poll connections

    "},{"t":"M","n":"mysqli::reap_async_query","p":"mysqli.html#method_reap_async_query","d":"

    Get result from async query

    "},{"t":"M","n":"mysqli::escape_string","p":"mysqli.html#method_escape_string","d":"

    Escapes special characters in a string for use in an SQL statement, taking into account the current charset of the connection

    "},{"t":"M","n":"mysqli::real_query","p":"mysqli.html#method_real_query","d":"

    Execute an SQL query

    "},{"t":"M","n":"mysqli::release_savepoint","p":"mysqli.html#method_release_savepoint","d":"

    Removes the named savepoint from the set of savepoints of the current transaction

    "},{"t":"M","n":"mysqli::rollback","p":"mysqli.html#method_rollback","d":"

    Rolls back current transaction

    "},{"t":"M","n":"mysqli::savepoint","p":"mysqli.html#method_savepoint","d":"

    Set a named transaction savepoint

    "},{"t":"M","n":"mysqli::select_db","p":"mysqli.html#method_select_db","d":"

    Selects the default database for database queries

    "},{"t":"M","n":"mysqli::set_charset","p":"mysqli.html#method_set_charset","d":"

    Sets the client character set

    "},{"t":"M","n":"mysqli::set_opt","p":"mysqli.html#method_set_opt","d":""},{"t":"M","n":"mysqli::ssl_set","p":"mysqli.html#method_ssl_set","d":"

    Used for establishing secure connections using SSL

    "},{"t":"M","n":"mysqli::stat","p":"mysqli.html#method_stat","d":"

    Gets the current system status

    "},{"t":"M","n":"mysqli::stmt_init","p":"mysqli.html#method_stmt_init","d":"

    Initializes a statement and returns an object for use with mysqli_stmt_prepare

    "},{"t":"M","n":"mysqli::store_result","p":"mysqli.html#method_store_result","d":"

    Transfers a result set from the last query

    "},{"t":"M","n":"mysqli::thread_safe","p":"mysqli.html#method_thread_safe","d":"

    Returns whether thread safety is given or not

    "},{"t":"M","n":"mysqli::use_result","p":"mysqli.html#method_use_result","d":"

    Initiate a result set retrieval

    "},{"t":"M","n":"mysqli::refresh","p":"mysqli.html#method_refresh","d":""},{"t":"M","n":"mysqli_result::__construct","p":"mysqli_result.html#method___construct","d":"

    Constructor (no docs available)

    "},{"t":"M","n":"mysqli_result::close","p":"mysqli_result.html#method_close","d":"

    Frees the memory associated with a result

    "},{"t":"M","n":"mysqli_result::free","p":"mysqli_result.html#method_free","d":"

    Frees the memory associated with a result

    "},{"t":"M","n":"mysqli_result::data_seek","p":"mysqli_result.html#method_data_seek","d":"

    Adjusts the result pointer to an arbitrary row in the result

    "},{"t":"M","n":"mysqli_result::fetch_field","p":"mysqli_result.html#method_fetch_field","d":"

    Returns the next field in the result set

    "},{"t":"M","n":"mysqli_result::fetch_fields","p":"mysqli_result.html#method_fetch_fields","d":"

    Returns an array of objects representing the fields in a result set

    "},{"t":"M","n":"mysqli_result::fetch_field_direct","p":"mysqli_result.html#method_fetch_field_direct","d":"

    Fetch meta-data for a single field

    "},{"t":"M","n":"mysqli_result::fetch_all","p":"mysqli_result.html#method_fetch_all","d":"

    Fetches all result rows as an associative array, a numeric array, or both

    "},{"t":"M","n":"mysqli_result::fetch_array","p":"mysqli_result.html#method_fetch_array","d":"

    Fetch the next row of a result set as an associative, a numeric array, or both

    "},{"t":"M","n":"mysqli_result::fetch_assoc","p":"mysqli_result.html#method_fetch_assoc","d":"

    Fetch the next row of a result set as an associative array

    "},{"t":"M","n":"mysqli_result::fetch_object","p":"mysqli_result.html#method_fetch_object","d":""},{"t":"M","n":"mysqli_result::fetch_row","p":"mysqli_result.html#method_fetch_row","d":"

    Fetch the next row of a result set as an enumerated array

    "},{"t":"M","n":"mysqli_result::fetch_column","p":"mysqli_result.html#method_fetch_column","d":"

    Fetch a single column from the next row of a result set

    "},{"t":"M","n":"mysqli_result::field_seek","p":"mysqli_result.html#method_field_seek","d":"

    Set result pointer to a specified field offset

    "},{"t":"M","n":"mysqli_result::free_result","p":"mysqli_result.html#method_free_result","d":"

    Frees the memory associated with a result

    "},{"t":"M","n":"mysqli_result::getIterator","p":"mysqli_result.html#method_getIterator","d":""},{"t":"M","n":"mysqli_sql_exception::getSqlState","p":"mysqli_sql_exception.html#method_getSqlState","d":""},{"t":"M","n":"mysqli_stmt::__construct","p":"mysqli_stmt.html#method___construct","d":"

    mysqli_stmt constructor

    "},{"t":"M","n":"mysqli_stmt::attr_get","p":"mysqli_stmt.html#method_attr_get","d":"

    Used to get the current value of a statement attribute

    "},{"t":"M","n":"mysqli_stmt::attr_set","p":"mysqli_stmt.html#method_attr_set","d":"

    Used to modify the behavior of a prepared statement

    "},{"t":"M","n":"mysqli_stmt::bind_param","p":"mysqli_stmt.html#method_bind_param","d":"

    Binds variables to a prepared statement as parameters

    "},{"t":"M","n":"mysqli_stmt::bind_result","p":"mysqli_stmt.html#method_bind_result","d":"

    Binds variables to a prepared statement for result storage

    "},{"t":"M","n":"mysqli_stmt::close","p":"mysqli_stmt.html#method_close","d":"

    Closes a prepared statement

    "},{"t":"M","n":"mysqli_stmt::data_seek","p":"mysqli_stmt.html#method_data_seek","d":"

    Seeks to an arbitrary row in statement result set

    "},{"t":"M","n":"mysqli_stmt::execute","p":"mysqli_stmt.html#method_execute","d":"

    Executes a prepared statement

    "},{"t":"M","n":"mysqli_stmt::fetch","p":"mysqli_stmt.html#method_fetch","d":"

    Fetch results from a prepared statement into the bound variables

    "},{"t":"M","n":"mysqli_stmt::get_warnings","p":"mysqli_stmt.html#method_get_warnings","d":"

    Get result of SHOW WARNINGS

    "},{"t":"M","n":"mysqli_stmt::result_metadata","p":"mysqli_stmt.html#method_result_metadata","d":"

    Returns result set metadata from a prepared statement

    "},{"t":"M","n":"mysqli_stmt::more_results","p":"mysqli_stmt.html#method_more_results","d":"

    Check if there are more query results from a multiple query

    "},{"t":"M","n":"mysqli_stmt::next_result","p":"mysqli_stmt.html#method_next_result","d":"

    Reads the next result from a multiple query

    "},{"t":"M","n":"mysqli_stmt::num_rows","p":"mysqli_stmt.html#method_num_rows","d":"

    Return the number of rows in statements result set

    "},{"t":"M","n":"mysqli_stmt::send_long_data","p":"mysqli_stmt.html#method_send_long_data","d":"

    Send data in blocks

    "},{"t":"M","n":"mysqli_stmt::stmt","p":"mysqli_stmt.html#method_stmt","d":"

    No documentation available

    "},{"t":"M","n":"mysqli_stmt::free_result","p":"mysqli_stmt.html#method_free_result","d":"

    Frees stored result memory for the given statement handle

    "},{"t":"M","n":"mysqli_stmt::reset","p":"mysqli_stmt.html#method_reset","d":"

    Resets a prepared statement

    "},{"t":"M","n":"mysqli_stmt::prepare","p":"mysqli_stmt.html#method_prepare","d":"

    Prepare an SQL statement for execution

    "},{"t":"M","n":"mysqli_stmt::store_result","p":"mysqli_stmt.html#method_store_result","d":"

    Stores a result set in an internal buffer

    "},{"t":"M","n":"mysqli_stmt::get_result","p":"mysqli_stmt.html#method_get_result","d":"

    Gets a result set from a prepared statement as a mysqli_result object

    "},{"t":"M","n":"mysqli_warning::__construct","p":"mysqli_warning.html#method___construct","d":"

    The __construct purpose

    "},{"t":"M","n":"mysqli_warning::next","p":"mysqli_warning.html#method_next","d":"

    Move to the next warning

    "},{"t":"M","n":"newrelic\\DistributedTracePayload::text","p":"newrelic/DistributedTracePayload.html#method_text","d":"

    Renders the payload as a JSON string

    "},{"t":"M","n":"newrelic\\DistributedTracePayload::httpSafe","p":"newrelic/DistributedTracePayload.html#method_httpSafe","d":"

    Renders the payload as an string suitable for transport via HTTP (query string, POST param, HTTP headers, etc.)

    "},{"t":"M","n":"outputformatObj::getOption","p":"outputformatObj.html#method_getOption","d":"

    Returns the associated value for the format option property passed\nas argument. Returns an empty string if property not found.

    "},{"t":"M","n":"outputformatObj::set","p":"outputformatObj.html#method_set","d":"

    Set object property to a new value.

    "},{"t":"M","n":"outputformatObj::setOption","p":"outputformatObj.html#method_setOption","d":"

    Add or Modify the format option list. return true on success.

    "},{"t":"M","n":"outputformatObj::validate","p":"outputformatObj.html#method_validate","d":"

    Checks some internal consistency issues, Returns MS_SUCCESS or\nMS_FAILURE. Some problems are fixed up internally. May produce debug\noutput if issues encountered.

    "},{"t":"M","n":"parallel\\Channel::__construct","p":"parallel/Channel.html#method___construct","d":"

    Shall make an anonymous unbuffered channel\nShall make an anonymous buffered channel with the given capacity

    "},{"t":"M","n":"parallel\\Channel::make","p":"parallel/Channel.html#method_make","d":"

    Shall make an unbuffered channel with the given name\nShall make a buffered channel with the given name and capacity

    "},{"t":"M","n":"parallel\\Channel::open","p":"parallel/Channel.html#method_open","d":"

    Shall open the channel with the given name

    "},{"t":"M","n":"parallel\\Channel::send","p":"parallel/Channel.html#method_send","d":"

    Shall send the given value on this channel

    "},{"t":"M","n":"parallel\\Channel::recv","p":"parallel/Channel.html#method_recv","d":"

    Shall recv a value from this channel

    "},{"t":"M","n":"parallel\\Channel::close","p":"parallel/Channel.html#method_close","d":"

    Shall close this channel

    "},{"t":"M","n":"parallel\\Channel::__toString","p":"parallel/Channel.html#method___toString","d":"

    Returns name of channel

    "},{"t":"M","n":"parallel\\Events::setInput","p":"parallel/Events.html#method_setInput","d":"

    Shall set input for this event loop

    "},{"t":"M","n":"parallel\\Events::addChannel","p":"parallel/Events.html#method_addChannel","d":"

    Shall watch for events on the given channel

    "},{"t":"M","n":"parallel\\Events::addFuture","p":"parallel/Events.html#method_addFuture","d":"

    Shall watch for events on the given future

    "},{"t":"M","n":"parallel\\Events::remove","p":"parallel/Events.html#method_remove","d":"

    Shall remove the given target

    "},{"t":"M","n":"parallel\\Events::setBlocking","p":"parallel/Events.html#method_setBlocking","d":"

    Shall set blocking mode

    "},{"t":"M","n":"parallel\\Events::setTimeout","p":"parallel/Events.html#method_setTimeout","d":"

    Shall set the timeout in microseconds

    "},{"t":"M","n":"parallel\\Events::poll","p":"parallel/Events.html#method_poll","d":"

    Shall poll for the next event

    "},{"t":"M","n":"parallel\\Events::count","p":"parallel/Events.html#method_count","d":""},{"t":"M","n":"parallel\\Events\\Input::add","p":"parallel/Events/Input.html#method_add","d":"

    Shall set input for the given target

    "},{"t":"M","n":"parallel\\Events\\Input::remove","p":"parallel/Events/Input.html#method_remove","d":"

    Shall remove input for the given target

    "},{"t":"M","n":"parallel\\Events\\Input::clear","p":"parallel/Events/Input.html#method_clear","d":"

    Shall remove input for all targets

    "},{"t":"M","n":"parallel\\Future::value","p":"parallel/Future.html#method_value","d":"

    Shall return (and if necessary wait for) return from task

    "},{"t":"M","n":"parallel\\Future::done","p":"parallel/Future.html#method_done","d":"

    Shall indicate if the task is completed

    "},{"t":"M","n":"parallel\\Future::cancelled","p":"parallel/Future.html#method_cancelled","d":"

    Shall indicate if the task was cancelled

    "},{"t":"M","n":"parallel\\Future::cancel","p":"parallel/Future.html#method_cancel","d":"

    Shall try to cancel the task\nNote: If task is running, it will be interrupted.

    "},{"t":"M","n":"parallel\\Runtime::__construct","p":"parallel/Runtime.html#method___construct","d":"

    Shall construct a new runtime without bootstrapping.

    "},{"t":"M","n":"parallel\\Runtime::run","p":"parallel/Runtime.html#method_run","d":"

    Shall schedule task for execution in parallel, passing argv at execution time.

    "},{"t":"M","n":"parallel\\Runtime::close","p":"parallel/Runtime.html#method_close","d":"

    Shall request that the runtime shutsdown.

    "},{"t":"M","n":"parallel\\Runtime::kill","p":"parallel/Runtime.html#method_kill","d":"

    Shall attempt to force the runtime to shutdown.

    "},{"t":"M","n":"parallel\\Sync::__construct","p":"parallel/Sync.html#method___construct","d":"

    Shall construct a new synchronization object with no value\nShall construct a new synchronization object containing the given scalar value

    "},{"t":"M","n":"parallel\\Sync::get","p":"parallel/Sync.html#method_get","d":"

    Shall atomically return the synchronization objects value

    "},{"t":"M","n":"parallel\\Sync::set","p":"parallel/Sync.html#method_set","d":"

    Shall atomically set the value of the synchronization object

    "},{"t":"M","n":"parallel\\Sync::wait","p":"parallel/Sync.html#method_wait","d":"

    Shall wait for notification on this synchronization object

    "},{"t":"M","n":"parallel\\Sync::notify","p":"parallel/Sync.html#method_notify","d":"

    Shall notify one (by default) or all threads waiting on the synchronization object

    "},{"t":"M","n":"parallel\\Sync::__invoke","p":"parallel/Sync.html#method___invoke","d":"

    Shall exclusively enter into the critical code

    "},{"t":"M","n":"php_user_filter::filter","p":"php_user_filter.html#method_filter","d":""},{"t":"M","n":"php_user_filter::onCreate","p":"php_user_filter.html#method_onCreate","d":""},{"t":"M","n":"php_user_filter::onClose","p":"php_user_filter.html#method_onClose","d":""},{"t":"M","n":"pointObj::__construct","p":"pointObj.html#method___construct","d":null},{"t":"M","n":"pointObj::ms_newPointObj","p":"pointObj.html#method_ms_newPointObj","d":"

    Old style constructor

    "},{"t":"M","n":"pointObj::distanceToLine","p":"pointObj.html#method_distanceToLine","d":"

    Calculates distance between a point ad a lined defined by the\ntwo points passed in argument.

    "},{"t":"M","n":"pointObj::distanceToPoint","p":"pointObj.html#method_distanceToPoint","d":"

    Calculates distance between two points.

    "},{"t":"M","n":"pointObj::distanceToShape","p":"pointObj.html#method_distanceToShape","d":"

    Calculates the minimum distance between a point and a shape.

    "},{"t":"M","n":"pointObj::draw","p":"pointObj.html#method_draw","d":"

    Draws the individual point using layer. The class_index is used\nto classify the point based on the classes defined for the layer.

    "},{"t":"M","n":"pointObj::project","p":"pointObj.html#method_project","d":"

    Project the point from "in" projection (1st argument) to "out"\nprojection (2nd argument). Returns MS_SUCCESS/MS_FAILURE.

    "},{"t":"M","n":"pointObj::setXY","p":"pointObj.html#method_setXY","d":"

    Set X,Y coordinate values.

    "},{"t":"M","n":"pointObj::setXYZ","p":"pointObj.html#method_setXYZ","d":"

    Set X,Y,Z coordinate values.

    "},{"t":"M","n":"pq\\COPY::__construct","p":"pq/COPY.html#method___construct","d":"

    Start a COPY operation.

    "},{"t":"M","n":"pq\\COPY::end","p":"pq/COPY.html#method_end","d":"

    End the COPY operation to the server during pq\\Result::COPY_IN state.

    "},{"t":"M","n":"pq\\COPY::get","p":"pq/COPY.html#method_get","d":"

    Receive data from the server during pq\\Result::COPY_OUT state.

    "},{"t":"M","n":"pq\\COPY::put","p":"pq/COPY.html#method_put","d":"

    Send data to the server during pq\\Result::COPY_IN state.

    "},{"t":"M","n":"pq\\Cancel::__construct","p":"pq/Cancel.html#method___construct","d":"

    Create a new cancellation request for an [asynchronous](pq/Connection/: Asynchronous Usage) query.

    "},{"t":"M","n":"pq\\Cancel::cancel","p":"pq/Cancel.html#method_cancel","d":"

    Perform the cancellation request.

    "},{"t":"M","n":"pq\\Connection::__construct","p":"pq/Connection.html#method___construct","d":"

    Create a new PostgreSQL connection.

    "},{"t":"M","n":"pq\\Connection::declare","p":"pq/Connection.html#method_declare","d":"

    Declare a cursor for a query.

    "},{"t":"M","n":"pq\\Connection::declareAsync","p":"pq/Connection.html#method_declareAsync","d":"

    [Asynchronously](pq/Connection/: Asynchronous Usage) declare a cursor for a query.

    "},{"t":"M","n":"pq\\Connection::escapeBytea","p":"pq/Connection.html#method_escapeBytea","d":"

    Escape binary data for use within a query with the type bytea.

    "},{"t":"M","n":"pq\\Connection::exec","p":"pq/Connection.html#method_exec","d":"

    [Execute one or multiple SQL queries](pq/Connection/: Executing Queries) on the connection.

    "},{"t":"M","n":"pq\\Connection::execAsync","p":"pq/Connection.html#method_execAsync","d":"

    [Asynchronously](pq/Connection/: Asynchronous Usage) [execute an SQL query](pq/Connection: Executing Queries) on the connection.

    "},{"t":"M","n":"pq\\Connection::execParams","p":"pq/Connection.html#method_execParams","d":"

    [Execute an SQL query](pq/Connection: Executing Queries) with properly escaped parameters substituted.

    "},{"t":"M","n":"pq\\Connection::execParamsAsync","p":"pq/Connection.html#method_execParamsAsync","d":"

    [Asynchronously](pq/Connection/: Asynchronous Usage) [execute an SQL query](pq/Connection: Executing Queries) with properly escaped parameters substituted.

    "},{"t":"M","n":"pq\\Connection::flush","p":"pq/Connection.html#method_flush","d":"

    Flush pending writes on the connection.

    "},{"t":"M","n":"pq\\Connection::getResult","p":"pq/Connection.html#method_getResult","d":"

    Fetch the result of an [asynchronous](pq/Connection/: Asynchronous Usage) query.

    "},{"t":"M","n":"pq\\Connection::listen","p":"pq/Connection.html#method_listen","d":"

    Listen on $channel for notifications.

    "},{"t":"M","n":"pq\\Connection::listenAsync","p":"pq/Connection.html#method_listenAsync","d":"

    [Asynchronously](pq/Connection/: Asynchronous Usage) start listening on $channel for notifications.

    "},{"t":"M","n":"pq\\Connection::notify","p":"pq/Connection.html#method_notify","d":"

    Notify all listeners on $channel with $message.

    "},{"t":"M","n":"pq\\Connection::notifyAsync","p":"pq/Connection.html#method_notifyAsync","d":"

    [Asynchronously](pq/Connection/: Asynchronous Usage) start notifying all listeners on $channel with $message.

    "},{"t":"M","n":"pq\\Connection::off","p":"pq/Connection.html#method_off","d":"

    Stops listening for an event type.

    "},{"t":"M","n":"pq\\Connection::on","p":"pq/Connection.html#method_on","d":"

    Listen for an event.

    "},{"t":"M","n":"pq\\Connection::poll","p":"pq/Connection.html#method_poll","d":"

    Poll an [asynchronously](pq/Connection/: Asynchronous Usage) operating connection.

    "},{"t":"M","n":"pq\\Connection::prepare","p":"pq/Connection.html#method_prepare","d":"

    Prepare a named statement for later execution with pq\\Statement::execute().

    "},{"t":"M","n":"pq\\Connection::prepareAsync","p":"pq/Connection.html#method_prepareAsync","d":"

    [Asynchronously](pq/Connection/: Asynchronous Usage) prepare a named statement for later execution with pq\\Statement::exec().

    "},{"t":"M","n":"pq\\Connection::quote","p":"pq/Connection.html#method_quote","d":"

    Quote a string for safe use in a query.

    "},{"t":"M","n":"pq\\Connection::quoteName","p":"pq/Connection.html#method_quoteName","d":"

    Quote an identifier for safe usage as name.

    "},{"t":"M","n":"pq\\Connection::reset","p":"pq/Connection.html#method_reset","d":"

    Attempt to reset a possibly broken connection to a working state.

    "},{"t":"M","n":"pq\\Connection::resetAsync","p":"pq/Connection.html#method_resetAsync","d":"

    [Asynchronously](pq/Connection/: Asynchronous Usage) reset a possibly broken connection to a working state.

    "},{"t":"M","n":"pq\\Connection::setConverter","p":"pq/Connection.html#method_setConverter","d":"

    Set a data type converter.

    "},{"t":"M","n":"pq\\Connection::startTransaction","p":"pq/Connection.html#method_startTransaction","d":"

    Begin a transaction.

    "},{"t":"M","n":"pq\\Connection::startTransactionAsync","p":"pq/Connection.html#method_startTransactionAsync","d":"

    [Asynchronously](pq/Connection/: Asynchronous Usage) begin a transaction.

    "},{"t":"M","n":"pq\\Connection::trace","p":"pq/Connection.html#method_trace","d":"

    Trace protocol communication with the server.

    "},{"t":"M","n":"pq\\Connection::unescapeBytea","p":"pq/Connection.html#method_unescapeBytea","d":"

    Unescape bytea data retrieved from the server.

    "},{"t":"M","n":"pq\\Connection::unlisten","p":"pq/Connection.html#method_unlisten","d":"

    Stop listening for notifications on channel $channel.

    "},{"t":"M","n":"pq\\Connection::unlistenAsync","p":"pq/Connection.html#method_unlistenAsync","d":"

    [Asynchronously](pq/Connection/: Asynchronous Usage) stop listening for notifications on channel $channel.

    "},{"t":"M","n":"pq\\Connection::unsetConverter","p":"pq/Connection.html#method_unsetConverter","d":"

    Stop applying a data type converter.

    "},{"t":"M","n":"pq\\Converter::convertFromString","p":"pq/Converter.html#method_convertFromString","d":"

    Convert a string received from the PostgreSQL server back to a PHP type.

    "},{"t":"M","n":"pq\\Converter::convertToString","p":"pq/Converter.html#method_convertToString","d":"

    Convert a value to a string for use in a query.

    "},{"t":"M","n":"pq\\Converter::convertTypes","p":"pq/Converter.html#method_convertTypes","d":"

    Announce which types the implementing converter can handle.

    "},{"t":"M","n":"pq\\Cursor::__construct","p":"pq/Cursor.html#method___construct","d":"

    Declare a cursor.

    "},{"t":"M","n":"pq\\Cursor::close","p":"pq/Cursor.html#method_close","d":"

    Close an open cursor.

    "},{"t":"M","n":"pq\\Cursor::closeAsync","p":"pq/Cursor.html#method_closeAsync","d":"

    [Asynchronously](pq/Connection/: Asynchronous Usage) close an open cursor.

    "},{"t":"M","n":"pq\\Cursor::fetch","p":"pq/Cursor.html#method_fetch","d":"

    Fetch rows from the cursor.

    "},{"t":"M","n":"pq\\Cursor::fetchAsync","p":"pq/Cursor.html#method_fetchAsync","d":"

    [Asynchronously](pq/Connection/: Asynchronous Usage) fetch rows from the cursor.

    "},{"t":"M","n":"pq\\Cursor::move","p":"pq/Cursor.html#method_move","d":"

    Move the cursor.

    "},{"t":"M","n":"pq\\Cursor::moveAsync","p":"pq/Cursor.html#method_moveAsync","d":"

    [Asynchronously](pq/Connection/: Asynchronous Usage) move the cursor.

    "},{"t":"M","n":"pq\\Cursor::open","p":"pq/Cursor.html#method_open","d":"

    Reopen a cursor.

    "},{"t":"M","n":"pq\\Cursor::openAsync","p":"pq/Cursor.html#method_openAsync","d":"

    [Asynchronously](pq/Connection/: Asynchronous Usage) reopen a cursor.

    "},{"t":"M","n":"pq\\DateTime::__toString","p":"pq/DateTime.html#method___toString","d":"

    Stringify the DateTime instance according to pq\\DateTime::$format.

    "},{"t":"M","n":"pq\\DateTime::jsonSerialize","p":"pq/DateTime.html#method_jsonSerialize","d":"

    Serialize to JSON.

    "},{"t":"M","n":"pq\\LOB::__construct","p":"pq/LOB.html#method___construct","d":"

    Open or create a large object.

    "},{"t":"M","n":"pq\\LOB::read","p":"pq/LOB.html#method_read","d":"

    Read a string of data from the current position of the large object.

    "},{"t":"M","n":"pq\\LOB::seek","p":"pq/LOB.html#method_seek","d":"

    Seek to a position within the large object.

    "},{"t":"M","n":"pq\\LOB::tell","p":"pq/LOB.html#method_tell","d":"

    Retrieve the current position within the large object.

    "},{"t":"M","n":"pq\\LOB::truncate","p":"pq/LOB.html#method_truncate","d":"

    Truncate the large object.

    "},{"t":"M","n":"pq\\LOB::write","p":"pq/LOB.html#method_write","d":"

    Write data to the large object.

    "},{"t":"M","n":"pq\\Result::bind","p":"pq/Result.html#method_bind","d":"

    Bind a variable to a result column.

    "},{"t":"M","n":"pq\\Result::count","p":"pq/Result.html#method_count","d":"

    Count number of rows in this result set.

    "},{"t":"M","n":"pq\\Result::desc","p":"pq/Result.html#method_desc","d":"

    Describe a prepared statement.

    "},{"t":"M","n":"pq\\Result::fetchAll","p":"pq/Result.html#method_fetchAll","d":"

    Fetch all rows at once.

    "},{"t":"M","n":"pq\\Result::fetchAllCols","p":"pq/Result.html#method_fetchAllCols","d":"

    Fetch all rows of a single column.

    "},{"t":"M","n":"pq\\Result::fetchBound","p":"pq/Result.html#method_fetchBound","d":"

    Iteratively fetch a row into bound variables.

    "},{"t":"M","n":"pq\\Result::fetchCol","p":"pq/Result.html#method_fetchCol","d":"

    Iteratively fetch a single column.

    "},{"t":"M","n":"pq\\Result::fetchRow","p":"pq/Result.html#method_fetchRow","d":"

    Iteratively fetch a row.

    "},{"t":"M","n":"pq\\Result::map","p":"pq/Result.html#method_map","d":"

    Fetch the complete result set as a simple map, a multi dimensional array, each dimension indexed by a column.

    "},{"t":"M","n":"pq\\Statement::__construct","p":"pq/Statement.html#method___construct","d":"

    Prepare a new statement.

    "},{"t":"M","n":"pq\\Statement::bind","p":"pq/Statement.html#method_bind","d":"

    Bind a variable to an input parameter.

    "},{"t":"M","n":"pq\\Statement::deallocate","p":"pq/Statement.html#method_deallocate","d":"

    Free the server resources used by the prepared statement, so it can no longer be executed.

    "},{"t":"M","n":"pq\\Statement::deallocateAsync","p":"pq/Statement.html#method_deallocateAsync","d":"

    [Asynchronously](pq/Connection/: Asynchronous Usage) free the server resources used by the\nprepared statement, so it can no longer be executed.

    "},{"t":"M","n":"pq\\Statement::desc","p":"pq/Statement.html#method_desc","d":"

    Describe the parameters of the prepared statement.

    "},{"t":"M","n":"pq\\Statement::descAsync","p":"pq/Statement.html#method_descAsync","d":"

    [Asynchronously](pq/Connection/: Asynchronous Usage) describe the parameters of the prepared statement.

    "},{"t":"M","n":"pq\\Statement::exec","p":"pq/Statement.html#method_exec","d":"

    Execute the prepared statement.

    "},{"t":"M","n":"pq\\Statement::execAsync","p":"pq/Statement.html#method_execAsync","d":"

    [Asynchronously](pq/Connection/: Asynchronous Usage) execute the prepared statement.

    "},{"t":"M","n":"pq\\Statement::prepare","p":"pq/Statement.html#method_prepare","d":"

    Re-prepare a statement that has been deallocated. This is a no-op on already open statements.

    "},{"t":"M","n":"pq\\Statement::prepareAsync","p":"pq/Statement.html#method_prepareAsync","d":"

    [Asynchronously](pq/Connection/: Asynchronous Usage) re-prepare a statement that has been\ndeallocated. This is a no-op on already open statements.

    "},{"t":"M","n":"pq\\Transaction::__construct","p":"pq/Transaction.html#method___construct","d":"

    Start a transaction.

    "},{"t":"M","n":"pq\\Transaction::commit","p":"pq/Transaction.html#method_commit","d":"

    Commit the transaction or release the previous savepoint.

    "},{"t":"M","n":"pq\\Transaction::commitAsync","p":"pq/Transaction.html#method_commitAsync","d":"

    [Asynchronously](pq/Connection/: Asynchronous Usage) commit the transaction or release the previous savepoint.

    "},{"t":"M","n":"pq\\Transaction::createLOB","p":"pq/Transaction.html#method_createLOB","d":"

    Create a new large object and open it.

    "},{"t":"M","n":"pq\\Transaction::exportLOB","p":"pq/Transaction.html#method_exportLOB","d":"

    Export a large object to a local file.

    "},{"t":"M","n":"pq\\Transaction::exportSnapshot","p":"pq/Transaction.html#method_exportSnapshot","d":"

    Export a snapshot for transaction synchronization.

    "},{"t":"M","n":"pq\\Transaction::exportSnapshotAsync","p":"pq/Transaction.html#method_exportSnapshotAsync","d":"

    [Asynchronously](pq/Connection/: Asynchronous Usage) export a snapshot for transaction synchronization.

    "},{"t":"M","n":"pq\\Transaction::importLOB","p":"pq/Transaction.html#method_importLOB","d":"

    Import a local file into a large object.

    "},{"t":"M","n":"pq\\Transaction::importSnapshot","p":"pq/Transaction.html#method_importSnapshot","d":"

    Import a snapshot from another transaction to synchronize with.

    "},{"t":"M","n":"pq\\Transaction::importSnapshotAsync","p":"pq/Transaction.html#method_importSnapshotAsync","d":"

    [Asynchronously](pq/Connection/: Asynchronous Usage) import a snapshot from another transaction to synchronize with.

    "},{"t":"M","n":"pq\\Transaction::openLOB","p":"pq/Transaction.html#method_openLOB","d":"

    Open a large object.

    "},{"t":"M","n":"pq\\Transaction::rollback","p":"pq/Transaction.html#method_rollback","d":"

    Rollback the transaction or to the previous savepoint within this transaction.

    "},{"t":"M","n":"pq\\Transaction::rollbackAsync","p":"pq/Transaction.html#method_rollbackAsync","d":"

    [Asynchronously](pq/Connection/: Asynchronous Usage) rollback the transaction or to the previous savepoint within this transaction.

    "},{"t":"M","n":"pq\\Transaction::savepoint","p":"pq/Transaction.html#method_savepoint","d":"

    Create a SAVEPOINT within this transaction.

    "},{"t":"M","n":"pq\\Transaction::savepointAsync","p":"pq/Transaction.html#method_savepointAsync","d":"

    [Asynchronously](pq/Connection/: Asynchronous Usage) create a SAVEPOINT within this transaction.

    "},{"t":"M","n":"pq\\Transaction::unlinkLOB","p":"pq/Transaction.html#method_unlinkLOB","d":"

    Unlink a large object.

    "},{"t":"M","n":"pq\\Types::__construct","p":"pq/Types.html#method___construct","d":"

    Create a new instance populated with information obtained from the pg_type relation.

    "},{"t":"M","n":"pq\\Types::refresh","p":"pq/Types.html#method_refresh","d":"

    Refresh type information from pg_type.

    "},{"t":"M","n":"projectionObj::__construct","p":"projectionObj.html#method___construct","d":"

    Creates a projection object based on the projection string passed\nas argument.

    "},{"t":"M","n":"projectionObj::ms_newProjectionObj","p":"projectionObj.html#method_ms_newProjectionObj","d":"

    Old style constructor

    "},{"t":"M","n":"projectionObj::getUnits","p":"projectionObj.html#method_getUnits","d":"

    Returns the units of a projection object. Returns -1 on error.

    "},{"t":"M","n":"querymapObj::convertToString","p":"querymapObj.html#method_convertToString","d":"

    Saves the object to a string. Provides the inverse option for\nupdateFromString.

    "},{"t":"M","n":"querymapObj::free","p":"querymapObj.html#method_free","d":"

    Free the object properties and break the internal references.

    "},{"t":"M","n":"querymapObj::set","p":"querymapObj.html#method_set","d":"

    Set object property to a new value.

    "},{"t":"M","n":"querymapObj::updateFromString","p":"querymapObj.html#method_updateFromString","d":"

    Update a queryMap object from a string snippet. Returns\nMS_SUCCESS/MS_FAILURE.

    "},{"t":"M","n":"rectObj::__construct","p":"rectObj.html#method___construct","d":""},{"t":"M","n":"rectObj::ms_newRectObj","p":"rectObj.html#method_ms_newRectObj","d":"

    Old style constructor

    "},{"t":"M","n":"rectObj::draw","p":"rectObj.html#method_draw","d":"

    Draws the individual rectangle using layer. The class_index is used\nto classify the rectangle based on the classes defined for the layer.

    "},{"t":"M","n":"rectObj::fit","p":"rectObj.html#method_fit","d":"

    Adjust extents of the rectangle to fit the width/height specified.

    "},{"t":"M","n":"rectObj::project","p":"rectObj.html#method_project","d":"

    Project the rectangle from "in" projection (1st argument) to "out"\nprojection (2nd argument). Returns MS_SUCCESS/MS_FAILURE.

    "},{"t":"M","n":"rectObj::set","p":"rectObj.html#method_set","d":"

    Set object property to a new value.

    "},{"t":"M","n":"rectObj::setextent","p":"rectObj.html#method_setextent","d":"

    Set the rectangle extents.

    "},{"t":"M","n":"referenceMapObj::convertToString","p":"referenceMapObj.html#method_convertToString","d":"

    Saves the object to a string. Provides the inverse option for\nupdateFromString.

    "},{"t":"M","n":"referenceMapObj::free","p":"referenceMapObj.html#method_free","d":"

    Free the object properties and break the internal references.

    "},{"t":"M","n":"referenceMapObj::set","p":"referenceMapObj.html#method_set","d":"

    Set object property to a new value.

    "},{"t":"M","n":"referenceMapObj::updateFromString","p":"referenceMapObj.html#method_updateFromString","d":"

    Update a referenceMap object from a string snippet.

    "},{"t":"M","n":"resultObj::__construct","p":"resultObj.html#method___construct","d":"

    or using the layerObj_'s getResult() method.

    "},{"t":"M","n":"scalebarObj::convertToString","p":"scalebarObj.html#method_convertToString","d":"

    Saves the object to a string. Provides the inverse option for\nupdateFromString.

    "},{"t":"M","n":"scalebarObj::free","p":"scalebarObj.html#method_free","d":"

    Free the object properties and break the internal references.

    "},{"t":"M","n":"scalebarObj::set","p":"scalebarObj.html#method_set","d":"

    Set object property to a new value.

    "},{"t":"M","n":"scalebarObj::setImageColor","p":"scalebarObj.html#method_setImageColor","d":"

    Sets the imagecolor property (baclground) of the object.

    "},{"t":"M","n":"scalebarObj::updateFromString","p":"scalebarObj.html#method_updateFromString","d":"

    Update a scalebar from a string snippet. Returns MS_SUCCESS/MS_FAILURE.

    "},{"t":"M","n":"shapeObj::__construct","p":"shapeObj.html#method___construct","d":"

    'type' is one of MS_SHAPE_POINT, MS_SHAPE_LINE, MS_SHAPE_POLYGON or\nMS_SHAPE_NULL\nCreates new shape object from WKT string.

    "},{"t":"M","n":"shapeObj::ms_shapeObjFromWkt","p":"shapeObj.html#method_ms_shapeObjFromWkt","d":"

    Old style constructor

    "},{"t":"M","n":"shapeObj::add","p":"shapeObj.html#method_add","d":"

    Add a line (i.e. a part) to the shape.

    "},{"t":"M","n":"shapeObj::boundary","p":"shapeObj.html#method_boundary","d":"

    Returns the boundary of the shape.

    "},{"t":"M","n":"shapeObj::containsShape","p":"shapeObj.html#method_containsShape","d":"

    Returns true if shape2 passed as argument is entirely within the shape.

    "},{"t":"M","n":"shapeObj::convexhull","p":"shapeObj.html#method_convexhull","d":"

    Returns a shape object representing the convex hull of shape.

    "},{"t":"M","n":"shapeObj::contains","p":"shapeObj.html#method_contains","d":"

    Returns MS_TRUE if the point is inside the shape, MS_FALSE otherwise.

    "},{"t":"M","n":"shapeObj::crosses","p":"shapeObj.html#method_crosses","d":"

    Returns true if the shape passed as argument crosses the shape.

    "},{"t":"M","n":"shapeObj::difference","p":"shapeObj.html#method_difference","d":"

    Returns a shape object representing the difference of the\nshape object with the one passed as parameter.

    "},{"t":"M","n":"shapeObj::disjoint","p":"shapeObj.html#method_disjoint","d":"

    Returns true if the shape passed as argument is disjoint to the\nshape. Else return false.

    "},{"t":"M","n":"shapeObj::draw","p":"shapeObj.html#method_draw","d":"

    Draws the individual shape using layer.

    "},{"t":"M","n":"shapeObj::equals","p":"shapeObj.html#method_equals","d":"

    Returns true if the shape passed as argument is equal to the\nshape (geometry only). Else return false.

    "},{"t":"M","n":"shapeObj::free","p":"shapeObj.html#method_free","d":"

    Free the object properties and break the internal references.

    "},{"t":"M","n":"shapeObj::getArea","p":"shapeObj.html#method_getArea","d":"

    Returns the area of the shape (if applicable).

    "},{"t":"M","n":"shapeObj::getCentroid","p":"shapeObj.html#method_getCentroid","d":"

    Returns a point object representing the centroid of the shape.

    "},{"t":"M","n":"shapeObj::getLabelPoint","p":"shapeObj.html#method_getLabelPoint","d":"

    Returns a point object with coordinates suitable for labelling\nthe shape.

    "},{"t":"M","n":"shapeObj::getLength","p":"shapeObj.html#method_getLength","d":"

    Returns the length (or perimeter) of the shape.

    "},{"t":"M","n":"shapeObj::getPointUsingMeasure","p":"shapeObj.html#method_getPointUsingMeasure","d":"

    Apply only on Measured shape files. Given a measure m, retun the\ncorresponding XY location on the shapeobject.

    "},{"t":"M","n":"shapeObj::getValue","p":"shapeObj.html#method_getValue","d":"

    Returns the value for a given field name.

    "},{"t":"M","n":"shapeObj::intersection","p":"shapeObj.html#method_intersection","d":"

    Returns a shape object representing the intersection of the shape\nobject with the one passed as parameter.

    "},{"t":"M","n":"shapeObj::intersects","p":"shapeObj.html#method_intersects","d":"

    Returns MS_TRUE if the two shapes intersect, MS_FALSE otherwise.

    "},{"t":"M","n":"shapeObj::line","p":"shapeObj.html#method_line","d":"

    Returns a reference to line number i.

    "},{"t":"M","n":"shapeObj::overlaps","p":"shapeObj.html#method_overlaps","d":"

    Returns true if the shape passed as argument overlaps the shape.

    "},{"t":"M","n":"shapeObj::project","p":"shapeObj.html#method_project","d":"

    Project the shape from "in" projection (1st argument) to "out"\nprojection (2nd argument). Returns MS_SUCCESS/MS_FAILURE.

    "},{"t":"M","n":"shapeObj::set","p":"shapeObj.html#method_set","d":"

    Set object property to a new value.

    "},{"t":"M","n":"shapeObj::setBounds","p":"shapeObj.html#method_setBounds","d":"

    Updates the bounds property of the shape.

    "},{"t":"M","n":"shapeObj::simplify","p":"shapeObj.html#method_simplify","d":"

    Given a tolerance, returns a simplified shape object or NULL on\nerror. Only available if php/mapscript is built with GEOS library\n(>=3.0).

    "},{"t":"M","n":"shapeObj::symdifference","p":"shapeObj.html#method_symdifference","d":"

    Returns the computed symmetric difference of the supplied and\nexisting shape.

    "},{"t":"M","n":"shapeObj::topologyPreservingSimplify","p":"shapeObj.html#method_topologyPreservingSimplify","d":"

    Given a tolerance, returns a simplified shape object or NULL on\nerror. Only available if php/mapscript is built with GEOS library\n(>=3.0).

    "},{"t":"M","n":"shapeObj::touches","p":"shapeObj.html#method_touches","d":"

    Returns true if the shape passed as argument touches the shape.

    "},{"t":"M","n":"shapeObj::toWkt","p":"shapeObj.html#method_toWkt","d":"

    Returns WKT representation of the shape's geometry.

    "},{"t":"M","n":"shapeObj::union","p":"shapeObj.html#method_union","d":"

    Returns a shape object representing the union of the shape object\nwith the one passed as parameter.

    "},{"t":"M","n":"shapeObj::within","p":"shapeObj.html#method_within","d":"

    Returns true if the shape is entirely within the shape2 passed as\nargument.

    "},{"t":"M","n":"shapefileObj::__construct","p":"shapefileObj.html#method___construct","d":"

    Opens a shapefile and returns a new object to deal with it. Filename\nshould be passed with no extension. To create a new file (or\noverwrite an existing one), type should be one of MS_SHP_POINT,\nMS_SHP_ARC, MS_SHP_POLYGON or MS_SHP_MULTIPOINT. Pass type as -1 to\nopen an existing file for read-only access, and type=-2 to open an\nexisting file for update (append).

    "},{"t":"M","n":"shapefileObj::ms_newShapefileObj","p":"shapefileObj.html#method_ms_newShapefileObj","d":"

    Old style constructor

    "},{"t":"M","n":"shapefileObj::addPoint","p":"shapefileObj.html#method_addPoint","d":"

    Appends a point to an open shapefile.

    "},{"t":"M","n":"shapefileObj::addShape","p":"shapefileObj.html#method_addShape","d":"

    Appends a shape to an open shapefile.

    "},{"t":"M","n":"shapefileObj::free","p":"shapefileObj.html#method_free","d":"

    Free the object properties and break the internal references.

    "},{"t":"M","n":"shapefileObj::getExtent","p":"shapefileObj.html#method_getExtent","d":"

    Retrieve a shape's bounding box by index.

    "},{"t":"M","n":"shapefileObj::getPoint","p":"shapefileObj.html#method_getPoint","d":"

    Retrieve point by index.

    "},{"t":"M","n":"shapefileObj::getShape","p":"shapefileObj.html#method_getShape","d":"

    Retrieve shape by index.

    "},{"t":"M","n":"shapefileObj::getTransformed","p":"shapefileObj.html#method_getTransformed","d":"

    Retrieve shape by index.

    "},{"t":"M","n":"styleObj::__construct","p":"styleObj.html#method___construct","d":"

    The second argument 'style' is optional. If given, the new style\ncreated will be a copy of the style passed as argument.

    "},{"t":"M","n":"styleObj::ms_newStyleObj","p":"styleObj.html#method_ms_newStyleObj","d":"

    Old style constructor

    "},{"t":"M","n":"styleObj::convertToString","p":"styleObj.html#method_convertToString","d":"

    Saves the object to a string. Provides the inverse option for\nupdateFromString.

    "},{"t":"M","n":"styleObj::free","p":"styleObj.html#method_free","d":"

    Free the object properties and break the internal references.

    "},{"t":"M","n":"styleObj::getBinding","p":"styleObj.html#method_getBinding","d":"

    Get the attribute binding for a specfiled style property. Returns\nNULL if there is no binding for this property.

    "},{"t":"M","n":"styleObj::getGeomTransform","p":"styleObj.html#method_getGeomTransform","d":""},{"t":"M","n":"styleObj::removeBinding","p":"styleObj.html#method_removeBinding","d":"

    Remove the attribute binding for a specfiled style property.

    "},{"t":"M","n":"styleObj::set","p":"styleObj.html#method_set","d":"

    Set object property to a new value.

    "},{"t":"M","n":"styleObj::setBinding","p":"styleObj.html#method_setBinding","d":"

    Set the attribute binding for a specfiled style property.

    "},{"t":"M","n":"styleObj::setGeomTransform","p":"styleObj.html#method_setGeomTransform","d":""},{"t":"M","n":"styleObj::updateFromString","p":"styleObj.html#method_updateFromString","d":"

    Update a style from a string snippet. Returns MS_SUCCESS/MS_FAILURE.

    "},{"t":"M","n":"symbolObj::__construct","p":"symbolObj.html#method___construct","d":"

    Creates a new symbol with default values in the symbolist.

    "},{"t":"M","n":"symbolObj::ms_newSymbolObj","p":"symbolObj.html#method_ms_newSymbolObj","d":"

    Old style constructor

    "},{"t":"M","n":"symbolObj::free","p":"symbolObj.html#method_free","d":"

    Free the object properties and break the internal references.

    "},{"t":"M","n":"symbolObj::getPatternArray","p":"symbolObj.html#method_getPatternArray","d":"

    Returns an array containing the pattern. If there is no pattern, it\nreturns an empty array.

    "},{"t":"M","n":"symbolObj::getPointsArray","p":"symbolObj.html#method_getPointsArray","d":"

    Returns an array containing the points of the symbol. Refer to\nsetpoints to see how the array should be interpreted. If there are no\npoints, it returns an empty array.

    "},{"t":"M","n":"symbolObj::set","p":"symbolObj.html#method_set","d":"

    Set object property to a new value.

    "},{"t":"M","n":"symbolObj::setImagePath","p":"symbolObj.html#method_setImagePath","d":"

    Loads a pixmap symbol specified by the filename.

    "},{"t":"M","n":"symbolObj::setPattern","p":"symbolObj.html#method_setPattern","d":"

    Set the pattern of the symbol (used for dash patterns).

    "},{"t":"M","n":"symbolObj::setPoints","p":"symbolObj.html#method_setPoints","d":"

    Set the points of the symbol. Note that the values passed is an\narray containing the x and y values of the points. Returns\nMS_SUCCESS/MS_FAILURE.

    "},{"t":"M","n":"tidy::getOpt","p":"tidy.html#method_getOpt","d":"

    (PHP 5, PECL tidy >= 0.5.2)
    \nReturns the value of the specified configuration option for the tidy document

    "},{"t":"M","n":"tidy::cleanRepair","p":"tidy.html#method_cleanRepair","d":"

    (PHP 5, PECL tidy >= 0.5.2)
    \nExecute configured cleanup and repair operations on parsed markup

    "},{"t":"M","n":"tidy::parseFile","p":"tidy.html#method_parseFile","d":"

    (PHP 5, PECL tidy >= 0.5.2)
    \nParse markup in file or URI

    "},{"t":"M","n":"tidy::parseString","p":"tidy.html#method_parseString","d":"

    (PHP 5, PECL tidy >= 0.5.2)
    \nParse a document stored in a string

    "},{"t":"M","n":"tidy::repairString","p":"tidy.html#method_repairString","d":"

    (PHP 5, PECL tidy >= 0.7.0)
    \nRepair a string using an optionally provided configuration file

    "},{"t":"M","n":"tidy::repairFile","p":"tidy.html#method_repairFile","d":"

    (PHP 5, PECL tidy >= 0.7.0)
    \nRepair a file and return it as a string

    "},{"t":"M","n":"tidy::diagnose","p":"tidy.html#method_diagnose","d":"

    (PHP 5, PECL tidy >= 0.5.2)
    \nRun configured diagnostics on parsed and repaired markup

    "},{"t":"M","n":"tidy::getRelease","p":"tidy.html#method_getRelease","d":"

    (PHP 5, PECL tidy >= 0.5.2)
    \nGet release date (version) for Tidy library

    "},{"t":"M","n":"tidy::getConfig","p":"tidy.html#method_getConfig","d":"

    (PHP 5, PECL tidy >= 0.7.0)
    \nGet current Tidy configuration

    "},{"t":"M","n":"tidy::getStatus","p":"tidy.html#method_getStatus","d":"

    (PHP 5, PECL tidy >= 0.5.2)
    \nGet status of specified document

    "},{"t":"M","n":"tidy::getHtmlVer","p":"tidy.html#method_getHtmlVer","d":"

    (PHP 5, PECL tidy >= 0.5.2)
    \nGet the Detected HTML version for the specified document

    "},{"t":"M","n":"tidy::getOptDoc","p":"tidy.html#method_getOptDoc","d":"

    Returns the documentation for the given option name

    "},{"t":"M","n":"tidy::isXhtml","p":"tidy.html#method_isXhtml","d":"

    (PHP 5, PECL tidy >= 0.5.2)
    \nIndicates if the document is a XHTML document

    "},{"t":"M","n":"tidy::isXml","p":"tidy.html#method_isXml","d":"

    (PHP 5, PECL tidy >= 0.5.2)
    \nIndicates if the document is a generic (non HTML/XHTML) XML document

    "},{"t":"M","n":"tidy::root","p":"tidy.html#method_root","d":"

    (PHP 5, PECL tidy 0.5.2-1.0.0)
    \nReturns a tidyNode object representing the root of the tidy parse tree

    "},{"t":"M","n":"tidy::head","p":"tidy.html#method_head","d":"

    (PHP 5, PECL tidy 0.5.2-1.0.0)
    \nReturns a tidyNode object starting from the <head> tag of the tidy parse tree

    "},{"t":"M","n":"tidy::html","p":"tidy.html#method_html","d":"

    (PHP 5, PECL tidy 0.5.2-1.0.0)
    \nReturns a tidyNode object starting from the <html> tag of the tidy parse tree

    "},{"t":"M","n":"tidy::body","p":"tidy.html#method_body","d":"

    (PHP 5, PECL tidy 0.5.2-1.0)
    \nReturns a tidyNode object starting from the <body> tag of the tidy parse tree

    "},{"t":"M","n":"tidy::__construct","p":"tidy.html#method___construct","d":"

    (PHP 5, PECL tidy >= 0.5.2)
    \nConstructs a new tidy object

    "},{"t":"M","n":"tidyNode::hasChildren","p":"tidyNode.html#method_hasChildren","d":"

    Checks if a node has children

    "},{"t":"M","n":"tidyNode::hasSiblings","p":"tidyNode.html#method_hasSiblings","d":"

    Checks if a node has siblings

    "},{"t":"M","n":"tidyNode::isComment","p":"tidyNode.html#method_isComment","d":"

    Checks if a node represents a comment

    "},{"t":"M","n":"tidyNode::isHtml","p":"tidyNode.html#method_isHtml","d":"

    Checks if a node is part of a HTML document

    "},{"t":"M","n":"tidyNode::isText","p":"tidyNode.html#method_isText","d":"

    Checks if a node represents text (no markup)

    "},{"t":"M","n":"tidyNode::isJste","p":"tidyNode.html#method_isJste","d":"

    Checks if this node is JSTE

    "},{"t":"M","n":"tidyNode::isAsp","p":"tidyNode.html#method_isAsp","d":"

    Checks if this node is ASP

    "},{"t":"M","n":"tidyNode::isPhp","p":"tidyNode.html#method_isPhp","d":"

    Checks if a node is PHP

    "},{"t":"M","n":"tidyNode::getParent","p":"tidyNode.html#method_getParent","d":"

    Returns the parent node of the current node

    "},{"t":"M","n":"webObj::convertToString","p":"webObj.html#method_convertToString","d":"

    Saves the object to a string. Provides the inverse option for\nupdateFromString.

    "},{"t":"M","n":"webObj::free","p":"webObj.html#method_free","d":"

    Free the object properties and break the internal references.

    "},{"t":"M","n":"webObj::set","p":"webObj.html#method_set","d":"

    Set object property to a new value.

    "},{"t":"M","n":"webObj::updateFromString","p":"webObj.html#method_updateFromString","d":"

    Update a web object from a string snippet. Returns\nMS_SUCCESS/MS_FAILURE.

    "},{"t":"M","n":"AMQPValue::toAmqpValue","p":"AMQPValue.html#method_toAmqpValue","d":null},{"t":"M","n":"ArrayAccess::offsetExists","p":"ArrayAccess.html#method_offsetExists","d":"

    Whether a offset exists

    "},{"t":"M","n":"ArrayAccess::offsetGet","p":"ArrayAccess.html#method_offsetGet","d":"

    Offset to retrieve

    "},{"t":"M","n":"ArrayAccess::offsetSet","p":"ArrayAccess.html#method_offsetSet","d":"

    Offset to set

    "},{"t":"M","n":"ArrayAccess::offsetUnset","p":"ArrayAccess.html#method_offsetUnset","d":"

    Offset to unset

    "},{"t":"M","n":"BackedEnum::from","p":"BackedEnum.html#method_from","d":"

    Translates a string or int into the corresponding Enum\ncase, if any. If there is no matching case defined, it will throw a\nValueError.

    "},{"t":"M","n":"BackedEnum::tryFrom","p":"BackedEnum.html#method_tryFrom","d":"

    Translates a string or int into the corresponding Enum\ncase, if any. If there is no matching case defined, it will return null.

    "},{"t":"M","n":"Cassandra\\Aggregate::name","p":"Cassandra/Aggregate.html#method_name","d":"

    Returns the full name of the aggregate

    "},{"t":"M","n":"Cassandra\\Aggregate::simpleName","p":"Cassandra/Aggregate.html#method_simpleName","d":"

    Returns the simple name of the aggregate

    "},{"t":"M","n":"Cassandra\\Aggregate::argumentTypes","p":"Cassandra/Aggregate.html#method_argumentTypes","d":"

    Returns the argument types of the aggregate

    "},{"t":"M","n":"Cassandra\\Aggregate::finalFunction","p":"Cassandra/Aggregate.html#method_finalFunction","d":"

    Returns the final function of the aggregate

    "},{"t":"M","n":"Cassandra\\Aggregate::stateFunction","p":"Cassandra/Aggregate.html#method_stateFunction","d":"

    Returns the state function of the aggregate

    "},{"t":"M","n":"Cassandra\\Aggregate::initialCondition","p":"Cassandra/Aggregate.html#method_initialCondition","d":"

    Returns the initial condition of the aggregate

    "},{"t":"M","n":"Cassandra\\Aggregate::returnType","p":"Cassandra/Aggregate.html#method_returnType","d":"

    Returns the return type of the aggregate

    "},{"t":"M","n":"Cassandra\\Aggregate::stateType","p":"Cassandra/Aggregate.html#method_stateType","d":"

    Returns the state type of the aggregate

    "},{"t":"M","n":"Cassandra\\Aggregate::signature","p":"Cassandra/Aggregate.html#method_signature","d":"

    Returns the signature of the aggregate

    "},{"t":"M","n":"Cassandra\\Cluster::connect","p":"Cassandra/Cluster.html#method_connect","d":"

    Creates a new Session instance.

    "},{"t":"M","n":"Cassandra\\Cluster::connectAsync","p":"Cassandra/Cluster.html#method_connectAsync","d":"

    Creates a new Session instance.

    "},{"t":"M","n":"Cassandra\\Column::name","p":"Cassandra/Column.html#method_name","d":"

    Returns the name of the column.

    "},{"t":"M","n":"Cassandra\\Column::type","p":"Cassandra/Column.html#method_type","d":"

    Returns the type of the column.

    "},{"t":"M","n":"Cassandra\\Column::isReversed","p":"Cassandra/Column.html#method_isReversed","d":"

    Returns whether the column is in descending or ascending order.

    "},{"t":"M","n":"Cassandra\\Column::isStatic","p":"Cassandra/Column.html#method_isStatic","d":"

    Returns true for static columns.

    "},{"t":"M","n":"Cassandra\\Column::isFrozen","p":"Cassandra/Column.html#method_isFrozen","d":"

    Returns true for frozen columns.

    "},{"t":"M","n":"Cassandra\\Column::indexName","p":"Cassandra/Column.html#method_indexName","d":"

    Returns name of the index if defined.

    "},{"t":"M","n":"Cassandra\\Column::indexOptions","p":"Cassandra/Column.html#method_indexOptions","d":"

    Returns index options if present.

    "},{"t":"M","n":"Cassandra\\Function_::name","p":"Cassandra/Function_.html#method_name","d":"

    Returns the full name of the function

    "},{"t":"M","n":"Cassandra\\Function_::simpleName","p":"Cassandra/Function_.html#method_simpleName","d":"

    Returns the simple name of the function

    "},{"t":"M","n":"Cassandra\\Function_::arguments","p":"Cassandra/Function_.html#method_arguments","d":"

    Returns the arguments of the function

    "},{"t":"M","n":"Cassandra\\Function_::returnType","p":"Cassandra/Function_.html#method_returnType","d":"

    Returns the return type of the function

    "},{"t":"M","n":"Cassandra\\Function_::signature","p":"Cassandra/Function_.html#method_signature","d":"

    Returns the signature of the function

    "},{"t":"M","n":"Cassandra\\Function_::language","p":"Cassandra/Function_.html#method_language","d":"

    Returns the lanuage of the function

    "},{"t":"M","n":"Cassandra\\Function_::body","p":"Cassandra/Function_.html#method_body","d":"

    Returns the body of the function

    "},{"t":"M","n":"Cassandra\\Function_::isCalledOnNullInput","p":"Cassandra/Function_.html#method_isCalledOnNullInput","d":"

    Determines if a function is called when the value is null.

    "},{"t":"M","n":"Cassandra\\Future::get","p":"Cassandra/Future.html#method_get","d":"

    Waits for a given future resource to resolve and throws errors if any.

    "},{"t":"M","n":"Cassandra\\Index::name","p":"Cassandra/Index.html#method_name","d":"

    Returns the name of the index

    "},{"t":"M","n":"Cassandra\\Index::kind","p":"Cassandra/Index.html#method_kind","d":"

    Returns the kind of index

    "},{"t":"M","n":"Cassandra\\Index::target","p":"Cassandra/Index.html#method_target","d":"

    Returns the target column of the index

    "},{"t":"M","n":"Cassandra\\Index::option","p":"Cassandra/Index.html#method_option","d":"

    Return a column's option by name

    "},{"t":"M","n":"Cassandra\\Index::options","p":"Cassandra/Index.html#method_options","d":"

    Returns all the index's options

    "},{"t":"M","n":"Cassandra\\Index::className","p":"Cassandra/Index.html#method_className","d":"

    Returns the class name of the index

    "},{"t":"M","n":"Cassandra\\Index::isCustom","p":"Cassandra/Index.html#method_isCustom","d":"

    Determines if the index is a custom index.

    "},{"t":"M","n":"Cassandra\\Keyspace::name","p":"Cassandra/Keyspace.html#method_name","d":"

    Returns keyspace name

    "},{"t":"M","n":"Cassandra\\Keyspace::replicationClassName","p":"Cassandra/Keyspace.html#method_replicationClassName","d":"

    Returns replication class name

    "},{"t":"M","n":"Cassandra\\Keyspace::replicationOptions","p":"Cassandra/Keyspace.html#method_replicationOptions","d":"

    Returns replication options

    "},{"t":"M","n":"Cassandra\\Keyspace::hasDurableWrites","p":"Cassandra/Keyspace.html#method_hasDurableWrites","d":"

    Returns whether the keyspace has durable writes enabled

    "},{"t":"M","n":"Cassandra\\Keyspace::table","p":"Cassandra/Keyspace.html#method_table","d":"

    Returns a table by name

    "},{"t":"M","n":"Cassandra\\Keyspace::tables","p":"Cassandra/Keyspace.html#method_tables","d":"

    Returns all tables defined in this keyspace

    "},{"t":"M","n":"Cassandra\\Keyspace::userType","p":"Cassandra/Keyspace.html#method_userType","d":"

    Get user type by name

    "},{"t":"M","n":"Cassandra\\Keyspace::userTypes","p":"Cassandra/Keyspace.html#method_userTypes","d":"

    Get all user types

    "},{"t":"M","n":"Cassandra\\Keyspace::materializedView","p":"Cassandra/Keyspace.html#method_materializedView","d":"

    Get materialized view by name

    "},{"t":"M","n":"Cassandra\\Keyspace::materializedViews","p":"Cassandra/Keyspace.html#method_materializedViews","d":"

    Gets all materialized views

    "},{"t":"M","n":"Cassandra\\Keyspace::function_","p":"Cassandra/Keyspace.html#method_function_","d":"

    Get a function by name and signature

    "},{"t":"M","n":"Cassandra\\Keyspace::functions","p":"Cassandra/Keyspace.html#method_functions","d":"

    Get all functions

    "},{"t":"M","n":"Cassandra\\Keyspace::aggregate","p":"Cassandra/Keyspace.html#method_aggregate","d":"

    Get an aggregate by name and signature

    "},{"t":"M","n":"Cassandra\\Keyspace::aggregates","p":"Cassandra/Keyspace.html#method_aggregates","d":"

    Get all aggregates

    "},{"t":"M","n":"Cassandra\\Numeric::add","p":"Cassandra/Numeric.html#method_add","d":""},{"t":"M","n":"Cassandra\\Numeric::sub","p":"Cassandra/Numeric.html#method_sub","d":""},{"t":"M","n":"Cassandra\\Numeric::mul","p":"Cassandra/Numeric.html#method_mul","d":""},{"t":"M","n":"Cassandra\\Numeric::div","p":"Cassandra/Numeric.html#method_div","d":""},{"t":"M","n":"Cassandra\\Numeric::mod","p":"Cassandra/Numeric.html#method_mod","d":""},{"t":"M","n":"Cassandra\\Numeric::abs","p":"Cassandra/Numeric.html#method_abs","d":""},{"t":"M","n":"Cassandra\\Numeric::neg","p":"Cassandra/Numeric.html#method_neg","d":""},{"t":"M","n":"Cassandra\\Numeric::sqrt","p":"Cassandra/Numeric.html#method_sqrt","d":""},{"t":"M","n":"Cassandra\\Numeric::toInt","p":"Cassandra/Numeric.html#method_toInt","d":""},{"t":"M","n":"Cassandra\\Numeric::toDouble","p":"Cassandra/Numeric.html#method_toDouble","d":""},{"t":"M","n":"Cassandra\\Schema::keyspace","p":"Cassandra/Schema.html#method_keyspace","d":"

    Returns a Keyspace instance by name.

    "},{"t":"M","n":"Cassandra\\Schema::keyspaces","p":"Cassandra/Schema.html#method_keyspaces","d":"

    Returns all keyspaces defined in the schema.

    "},{"t":"M","n":"Cassandra\\Session::execute","p":"Cassandra/Session.html#method_execute","d":"

    Execute a query.

    "},{"t":"M","n":"Cassandra\\Session::executeAsync","p":"Cassandra/Session.html#method_executeAsync","d":"

    Execute a query asynchronously. This method returns immediately, but\nthe query continues execution in the background.

    "},{"t":"M","n":"Cassandra\\Session::prepare","p":"Cassandra/Session.html#method_prepare","d":"

    Prepare a query for execution.

    "},{"t":"M","n":"Cassandra\\Session::prepareAsync","p":"Cassandra/Session.html#method_prepareAsync","d":"

    Asynchronously prepare a query for execution.

    "},{"t":"M","n":"Cassandra\\Session::close","p":"Cassandra/Session.html#method_close","d":"

    Close the session and all its connections.

    "},{"t":"M","n":"Cassandra\\Session::closeAsync","p":"Cassandra/Session.html#method_closeAsync","d":"

    Asynchronously close the session and all its connections.

    "},{"t":"M","n":"Cassandra\\Session::metrics","p":"Cassandra/Session.html#method_metrics","d":"

    Get performance and diagnostic metrics.

    "},{"t":"M","n":"Cassandra\\Session::schema","p":"Cassandra/Session.html#method_schema","d":"

    Get a snapshot of the cluster's current schema.

    "},{"t":"M","n":"Cassandra\\Table::name","p":"Cassandra/Table.html#method_name","d":"

    Returns the name of this table

    "},{"t":"M","n":"Cassandra\\Table::option","p":"Cassandra/Table.html#method_option","d":"

    Return a table's option by name

    "},{"t":"M","n":"Cassandra\\Table::options","p":"Cassandra/Table.html#method_options","d":"

    Returns all the table's options

    "},{"t":"M","n":"Cassandra\\Table::comment","p":"Cassandra/Table.html#method_comment","d":"

    Description of the table, if any

    "},{"t":"M","n":"Cassandra\\Table::readRepairChance","p":"Cassandra/Table.html#method_readRepairChance","d":"

    Returns read repair chance

    "},{"t":"M","n":"Cassandra\\Table::localReadRepairChance","p":"Cassandra/Table.html#method_localReadRepairChance","d":"

    Returns local read repair chance

    "},{"t":"M","n":"Cassandra\\Table::gcGraceSeconds","p":"Cassandra/Table.html#method_gcGraceSeconds","d":"

    Returns GC grace seconds

    "},{"t":"M","n":"Cassandra\\Table::caching","p":"Cassandra/Table.html#method_caching","d":"

    Returns caching options

    "},{"t":"M","n":"Cassandra\\Table::bloomFilterFPChance","p":"Cassandra/Table.html#method_bloomFilterFPChance","d":"

    Returns bloom filter FP chance

    "},{"t":"M","n":"Cassandra\\Table::memtableFlushPeriodMs","p":"Cassandra/Table.html#method_memtableFlushPeriodMs","d":"

    Returns memtable flush period in milliseconds

    "},{"t":"M","n":"Cassandra\\Table::defaultTTL","p":"Cassandra/Table.html#method_defaultTTL","d":"

    Returns default TTL.

    "},{"t":"M","n":"Cassandra\\Table::speculativeRetry","p":"Cassandra/Table.html#method_speculativeRetry","d":"

    Returns speculative retry.

    "},{"t":"M","n":"Cassandra\\Table::indexInterval","p":"Cassandra/Table.html#method_indexInterval","d":"

    Returns index interval

    "},{"t":"M","n":"Cassandra\\Table::compactionStrategyClassName","p":"Cassandra/Table.html#method_compactionStrategyClassName","d":"

    Returns compaction strategy class name

    "},{"t":"M","n":"Cassandra\\Table::compactionStrategyOptions","p":"Cassandra/Table.html#method_compactionStrategyOptions","d":"

    Returns compaction strategy options

    "},{"t":"M","n":"Cassandra\\Table::compressionParameters","p":"Cassandra/Table.html#method_compressionParameters","d":"

    Returns compression parameters

    "},{"t":"M","n":"Cassandra\\Table::populateIOCacheOnFlush","p":"Cassandra/Table.html#method_populateIOCacheOnFlush","d":"

    Returns whether or not the populate_io_cache_on_flush is true

    "},{"t":"M","n":"Cassandra\\Table::replicateOnWrite","p":"Cassandra/Table.html#method_replicateOnWrite","d":"

    Returns whether or not the replicate_on_write is true

    "},{"t":"M","n":"Cassandra\\Table::maxIndexInterval","p":"Cassandra/Table.html#method_maxIndexInterval","d":"

    Returns the value of max_index_interval

    "},{"t":"M","n":"Cassandra\\Table::minIndexInterval","p":"Cassandra/Table.html#method_minIndexInterval","d":"

    Returns the value of min_index_interval

    "},{"t":"M","n":"Cassandra\\Table::column","p":"Cassandra/Table.html#method_column","d":"

    Returns column by name

    "},{"t":"M","n":"Cassandra\\Table::columns","p":"Cassandra/Table.html#method_columns","d":"

    Returns all columns in this table

    "},{"t":"M","n":"Cassandra\\Table::partitionKey","p":"Cassandra/Table.html#method_partitionKey","d":"

    Returns the partition key columns of the table

    "},{"t":"M","n":"Cassandra\\Table::primaryKey","p":"Cassandra/Table.html#method_primaryKey","d":"

    Returns both the partition and clustering key columns of the table

    "},{"t":"M","n":"Cassandra\\Table::clusteringKey","p":"Cassandra/Table.html#method_clusteringKey","d":"

    Returns the clustering key columns of the table

    "},{"t":"M","n":"Cassandra\\Table::clusteringOrder","p":"Cassandra/Table.html#method_clusteringOrder","d":""},{"t":"M","n":"Cassandra\\UuidInterface::uuid","p":"Cassandra/UuidInterface.html#method_uuid","d":"

    Returns this uuid as string.

    "},{"t":"M","n":"Cassandra\\UuidInterface::version","p":"Cassandra/UuidInterface.html#method_version","d":"

    Returns the version of this uuid.

    "},{"t":"M","n":"Cassandra\\Value::type","p":"Cassandra/Value.html#method_type","d":"

    The type of represented by the value.

    "},{"t":"M","n":"Collectable::isGarbage","p":"Collectable.html#method_isGarbage","d":"

    (PECL pthreads >= 2.0.8)
    \nCan be called in Pool::collect() to determine if this object is garbage

    "},{"t":"M","n":"Couchbase\\AnalyticsResult::metaData","p":"Couchbase/AnalyticsResult.html#method_metaData","d":"

    Returns metadata generated during query execution

    "},{"t":"M","n":"Couchbase\\AnalyticsResult::rows","p":"Couchbase/AnalyticsResult.html#method_rows","d":"

    Returns the rows returned during query execution

    "},{"t":"M","n":"Couchbase\\CounterResult::content","p":"Couchbase/CounterResult.html#method_content","d":"

    Returns the new value of the counter

    "},{"t":"M","n":"Couchbase\\DateRangeFacetResult::name","p":"Couchbase/DateRangeFacetResult.html#method_name","d":""},{"t":"M","n":"Couchbase\\DateRangeFacetResult::start","p":"Couchbase/DateRangeFacetResult.html#method_start","d":""},{"t":"M","n":"Couchbase\\DateRangeFacetResult::end","p":"Couchbase/DateRangeFacetResult.html#method_end","d":""},{"t":"M","n":"Couchbase\\DateRangeFacetResult::count","p":"Couchbase/DateRangeFacetResult.html#method_count","d":""},{"t":"M","n":"Couchbase\\ExistsResult::exists","p":"Couchbase/ExistsResult.html#method_exists","d":"

    Returns whether or not the document exists

    "},{"t":"M","n":"Couchbase\\GetReplicaResult::content","p":"Couchbase/GetReplicaResult.html#method_content","d":"

    Returns the content of the document fetched

    "},{"t":"M","n":"Couchbase\\GetReplicaResult::isReplica","p":"Couchbase/GetReplicaResult.html#method_isReplica","d":"

    Returns whether or not the document came from a replica server

    "},{"t":"M","n":"Couchbase\\GetResult::content","p":"Couchbase/GetResult.html#method_content","d":"

    Returns the content of the document fetched

    "},{"t":"M","n":"Couchbase\\GetResult::expiryTime","p":"Couchbase/GetResult.html#method_expiryTime","d":"

    Returns the document expiration time or null if the document does not expire.

    "},{"t":"M","n":"Couchbase\\LookupInResult::content","p":"Couchbase/LookupInResult.html#method_content","d":"

    Returns the value located at the index specified

    "},{"t":"M","n":"Couchbase\\LookupInResult::exists","p":"Couchbase/LookupInResult.html#method_exists","d":"

    Returns whether or not the path at the index specified exists

    "},{"t":"M","n":"Couchbase\\LookupInResult::status","p":"Couchbase/LookupInResult.html#method_status","d":"

    Returns any error code for the path at the index specified

    "},{"t":"M","n":"Couchbase\\LookupInResult::expiryTime","p":"Couchbase/LookupInResult.html#method_expiryTime","d":"

    Returns the document expiration time or null if the document does not expire.

    "},{"t":"M","n":"Couchbase\\Meter::valueRecorder","p":"Couchbase/Meter.html#method_valueRecorder","d":"

    Creates a new value recorder for a metric with the specified tags.

    "},{"t":"M","n":"Couchbase\\MutateInResult::content","p":"Couchbase/MutateInResult.html#method_content","d":"

    Returns any value located at the index specified

    "},{"t":"M","n":"Couchbase\\MutationResult::mutationToken","p":"Couchbase/MutationResult.html#method_mutationToken","d":"

    Returns the mutation token generated during the mutation

    "},{"t":"M","n":"Couchbase\\MutationToken::bucketName","p":"Couchbase/MutationToken.html#method_bucketName","d":"

    Returns bucket name

    "},{"t":"M","n":"Couchbase\\MutationToken::partitionId","p":"Couchbase/MutationToken.html#method_partitionId","d":"

    Returns partition number

    "},{"t":"M","n":"Couchbase\\MutationToken::partitionUuid","p":"Couchbase/MutationToken.html#method_partitionUuid","d":"

    Returns UUID of the partition

    "},{"t":"M","n":"Couchbase\\MutationToken::sequenceNumber","p":"Couchbase/MutationToken.html#method_sequenceNumber","d":"

    Returns the sequence number inside partition

    "},{"t":"M","n":"Couchbase\\NumericRangeFacetResult::name","p":"Couchbase/NumericRangeFacetResult.html#method_name","d":""},{"t":"M","n":"Couchbase\\NumericRangeFacetResult::min","p":"Couchbase/NumericRangeFacetResult.html#method_min","d":""},{"t":"M","n":"Couchbase\\NumericRangeFacetResult::max","p":"Couchbase/NumericRangeFacetResult.html#method_max","d":""},{"t":"M","n":"Couchbase\\NumericRangeFacetResult::count","p":"Couchbase/NumericRangeFacetResult.html#method_count","d":""},{"t":"M","n":"Couchbase\\QueryMetaData::status","p":"Couchbase/QueryMetaData.html#method_status","d":"

    Returns the query execution status

    "},{"t":"M","n":"Couchbase\\QueryMetaData::requestId","p":"Couchbase/QueryMetaData.html#method_requestId","d":"

    Returns the identifier associated with the query

    "},{"t":"M","n":"Couchbase\\QueryMetaData::clientContextId","p":"Couchbase/QueryMetaData.html#method_clientContextId","d":"

    Returns the client context id associated with the query

    "},{"t":"M","n":"Couchbase\\QueryMetaData::signature","p":"Couchbase/QueryMetaData.html#method_signature","d":"

    Returns the signature of the query

    "},{"t":"M","n":"Couchbase\\QueryMetaData::warnings","p":"Couchbase/QueryMetaData.html#method_warnings","d":"

    Returns any warnings generated during query execution

    "},{"t":"M","n":"Couchbase\\QueryMetaData::errors","p":"Couchbase/QueryMetaData.html#method_errors","d":"

    Returns any errors generated during query execution

    "},{"t":"M","n":"Couchbase\\QueryMetaData::metrics","p":"Couchbase/QueryMetaData.html#method_metrics","d":"

    Returns metrics generated during query execution such as timings and counts

    "},{"t":"M","n":"Couchbase\\QueryMetaData::profile","p":"Couchbase/QueryMetaData.html#method_profile","d":"

    Returns the profile of the query if enabled

    "},{"t":"M","n":"Couchbase\\QueryResult::metaData","p":"Couchbase/QueryResult.html#method_metaData","d":"

    Returns metadata generated during query execution such as errors and metrics

    "},{"t":"M","n":"Couchbase\\QueryResult::rows","p":"Couchbase/QueryResult.html#method_rows","d":"

    Returns the rows returns during query execution

    "},{"t":"M","n":"Couchbase\\RequestSpan::addTag","p":"Couchbase/RequestSpan.html#method_addTag","d":"

    Adds an tag to this span.

    "},{"t":"M","n":"Couchbase\\RequestSpan::end","p":"Couchbase/RequestSpan.html#method_end","d":"

    Ends this span.

    "},{"t":"M","n":"Couchbase\\RequestTracer::requestSpan","p":"Couchbase/RequestTracer.html#method_requestSpan","d":"

    Creates a new request span.

    "},{"t":"M","n":"Couchbase\\Result::cas","p":"Couchbase/Result.html#method_cas","d":"

    Returns the CAS value for the document

    "},{"t":"M","n":"Couchbase\\SearchFacetResult::field","p":"Couchbase/SearchFacetResult.html#method_field","d":"

    The field the SearchFacet was targeting.

    "},{"t":"M","n":"Couchbase\\SearchFacetResult::total","p":"Couchbase/SearchFacetResult.html#method_total","d":"

    The total number of valued facet results. Total = other() + terms (but doesn't include * missing()).

    "},{"t":"M","n":"Couchbase\\SearchFacetResult::missing","p":"Couchbase/SearchFacetResult.html#method_missing","d":"

    The number of results that couldn't be faceted, missing the adequate value. Not matter how many more\nbuckets are added to the original facet, these result won't ever be included in one.

    "},{"t":"M","n":"Couchbase\\SearchFacetResult::other","p":"Couchbase/SearchFacetResult.html#method_other","d":"

    The number of results that could have been faceted (because they have a value for the facet's field) but\nweren't, due to not having a bucket in which they belong. Adding a bucket can result in these results being\nfaceted.

    "},{"t":"M","n":"Couchbase\\SearchFacetResult::terms","p":"Couchbase/SearchFacetResult.html#method_terms","d":""},{"t":"M","n":"Couchbase\\SearchFacetResult::numericRanges","p":"Couchbase/SearchFacetResult.html#method_numericRanges","d":""},{"t":"M","n":"Couchbase\\SearchFacetResult::dateRanges","p":"Couchbase/SearchFacetResult.html#method_dateRanges","d":""},{"t":"M","n":"Couchbase\\SearchMetaData::successCount","p":"Couchbase/SearchMetaData.html#method_successCount","d":"

    Returns the number of pindexes successfully queried

    "},{"t":"M","n":"Couchbase\\SearchMetaData::errorCount","p":"Couchbase/SearchMetaData.html#method_errorCount","d":"

    Returns the number of errors messages reported by individual pindexes

    "},{"t":"M","n":"Couchbase\\SearchMetaData::took","p":"Couchbase/SearchMetaData.html#method_took","d":"

    Returns the time taken to complete the query

    "},{"t":"M","n":"Couchbase\\SearchMetaData::totalHits","p":"Couchbase/SearchMetaData.html#method_totalHits","d":"

    Returns the total number of matches for this result

    "},{"t":"M","n":"Couchbase\\SearchMetaData::maxScore","p":"Couchbase/SearchMetaData.html#method_maxScore","d":"

    Returns the highest score of all documents for this search query.

    "},{"t":"M","n":"Couchbase\\SearchMetaData::metrics","p":"Couchbase/SearchMetaData.html#method_metrics","d":"

    Returns the metrics generated during execution of this search query.

    "},{"t":"M","n":"Couchbase\\SearchResult::metaData","p":"Couchbase/SearchResult.html#method_metaData","d":"

    Returns metadata generated during query execution

    "},{"t":"M","n":"Couchbase\\SearchResult::facets","p":"Couchbase/SearchResult.html#method_facets","d":"

    Returns any facets returned by the query

    "},{"t":"M","n":"Couchbase\\SearchResult::rows","p":"Couchbase/SearchResult.html#method_rows","d":"

    Returns any rows returned by the query

    "},{"t":"M","n":"Couchbase\\TermFacetResult::term","p":"Couchbase/TermFacetResult.html#method_term","d":""},{"t":"M","n":"Couchbase\\TermFacetResult::count","p":"Couchbase/TermFacetResult.html#method_count","d":""},{"t":"M","n":"Couchbase\\ValueRecorder::recordValue","p":"Couchbase/ValueRecorder.html#method_recordValue","d":"

    Records a new value.

    "},{"t":"M","n":"Couchbase\\ViewMetaData::totalRows","p":"Couchbase/ViewMetaData.html#method_totalRows","d":"

    Returns the total number of rows returned by this view query

    "},{"t":"M","n":"Couchbase\\ViewMetaData::debug","p":"Couchbase/ViewMetaData.html#method_debug","d":"

    Returns debug information for this view query if enabled

    "},{"t":"M","n":"Couchbase\\ViewQueryEncodable::encode","p":"Couchbase/ViewQueryEncodable.html#method_encode","d":"

    Returns associative array, representing the View query.

    "},{"t":"M","n":"Couchbase\\ViewResult::metaData","p":"Couchbase/ViewResult.html#method_metaData","d":"

    Returns metadata generated during query execution

    "},{"t":"M","n":"Couchbase\\ViewResult::rows","p":"Couchbase/ViewResult.html#method_rows","d":"

    Returns any rows returned by the query

    "},{"t":"M","n":"Countable::count","p":"Countable.html#method_count","d":"

    Count elements of an object

    "},{"t":"M","n":"DOMChildNode::remove","p":"DOMChildNode.html#method_remove","d":"

    Acts as a simpler version of {DOMNode::removeChild()}.

    "},{"t":"M","n":"DOMChildNode::before","p":"DOMChildNode.html#method_before","d":"

    Add passed node(s) before the current node

    "},{"t":"M","n":"DOMChildNode::after","p":"DOMChildNode.html#method_after","d":"

    Add passed node(s) after the current node

    "},{"t":"M","n":"DOMChildNode::replaceWith","p":"DOMChildNode.html#method_replaceWith","d":"

    Replace current node with new node(s), a combination\nof {DOMChildNode::remove()} + {DOMChildNode::append()}.

    "},{"t":"M","n":"DOMParentNode::append","p":"DOMParentNode.html#method_append","d":"

    Appends one or many nodes to the list of children behind the last\nchild node.

    "},{"t":"M","n":"DOMParentNode::prepend","p":"DOMParentNode.html#method_prepend","d":"

    Prepends one or many nodes to the list of children before the first\nchild node.

    "},{"t":"M","n":"DOMParentNode::replaceChildren","p":"DOMParentNode.html#method_replaceChildren","d":""},{"t":"M","n":"DateTimeInterface::diff","p":"DateTimeInterface.html#method_diff","d":"

    (PHP 5 >=5.5.0)
    \nReturns the difference between two DateTime objects

    "},{"t":"M","n":"DateTimeInterface::format","p":"DateTimeInterface.html#method_format","d":"

    (PHP 5 >=5.5.0)
    \nReturns date formatted according to given format

    "},{"t":"M","n":"DateTimeInterface::getOffset","p":"DateTimeInterface.html#method_getOffset","d":"

    (PHP 5 >=5.5.0)
    \nReturns the timezone offset

    "},{"t":"M","n":"DateTimeInterface::getTimestamp","p":"DateTimeInterface.html#method_getTimestamp","d":"

    (PHP 5 >=5.5.0)
    \nGets the Unix timestamp

    "},{"t":"M","n":"DateTimeInterface::getTimezone","p":"DateTimeInterface.html#method_getTimezone","d":"

    (PHP 5 >=5.5.0)
    \nReturn time zone relative to given DateTime

    "},{"t":"M","n":"DateTimeInterface::__wakeup","p":"DateTimeInterface.html#method___wakeup","d":"

    (PHP 5 >=5.5.0)
    \nThe __wakeup handler

    "},{"t":"M","n":"DateTimeInterface::__serialize","p":"DateTimeInterface.html#method___serialize","d":null},{"t":"M","n":"DateTimeInterface::__unserialize","p":"DateTimeInterface.html#method___unserialize","d":null},{"t":"M","n":"DateTimeInterface::getMicrosecond","p":"DateTimeInterface.html#method_getMicrosecond","d":""},{"t":"M","n":"DateTimeInterface::setMicrosecond","p":"DateTimeInterface.html#method_setMicrosecond","d":""},{"t":"M","n":"Dom\\ChildNode::remove","p":"Dom/ChildNode.html#method_remove","d":null},{"t":"M","n":"Dom\\ChildNode::before","p":"Dom/ChildNode.html#method_before","d":null},{"t":"M","n":"Dom\\ChildNode::after","p":"Dom/ChildNode.html#method_after","d":null},{"t":"M","n":"Dom\\ChildNode::replaceWith","p":"Dom/ChildNode.html#method_replaceWith","d":null},{"t":"M","n":"Dom\\ParentNode::append","p":"Dom/ParentNode.html#method_append","d":null},{"t":"M","n":"Dom\\ParentNode::prepend","p":"Dom/ParentNode.html#method_prepend","d":null},{"t":"M","n":"Dom\\ParentNode::replaceChildren","p":"Dom/ParentNode.html#method_replaceChildren","d":null},{"t":"M","n":"Dom\\ParentNode::querySelector","p":"Dom/ParentNode.html#method_querySelector","d":null},{"t":"M","n":"Dom\\ParentNode::querySelectorAll","p":"Dom/ParentNode.html#method_querySelectorAll","d":null},{"t":"M","n":"Ds\\Collection::clear","p":"Ds/Collection.html#method_clear","d":"

    Removes all values from the collection.

    "},{"t":"M","n":"Ds\\Collection::copy","p":"Ds/Collection.html#method_copy","d":"

    Returns a shallow copy of the collection.

    "},{"t":"M","n":"Ds\\Collection::isEmpty","p":"Ds/Collection.html#method_isEmpty","d":"

    Returns whether the collection is empty.

    "},{"t":"M","n":"Ds\\Collection::toArray","p":"Ds/Collection.html#method_toArray","d":"

    Converts the collection to an array.

    "},{"t":"M","n":"Ds\\Hashable::equals","p":"Ds/Hashable.html#method_equals","d":"

    Determines whether another object is equal to the current instance.

    "},{"t":"M","n":"Ds\\Hashable::hash","p":"Ds/Hashable.html#method_hash","d":"

    Returns a scalar value to be used as the hash value of the objects.

    "},{"t":"M","n":"Ds\\Sequence::allocate","p":"Ds/Sequence.html#method_allocate","d":"

    Ensures that enough memory is allocated for a required capacity.

    "},{"t":"M","n":"Ds\\Sequence::apply","p":"Ds/Sequence.html#method_apply","d":"

    Updates all values by applying a callback function to each value in\nthe sequence.

    "},{"t":"M","n":"Ds\\Sequence::capacity","p":"Ds/Sequence.html#method_capacity","d":"

    Returns the current capacity.

    "},{"t":"M","n":"Ds\\Sequence::contains","p":"Ds/Sequence.html#method_contains","d":"

    Determines if the sequence contains all values.

    "},{"t":"M","n":"Ds\\Sequence::filter","p":"Ds/Sequence.html#method_filter","d":"

    Creates a new sequence using a callable to determine which values\nto include.

    "},{"t":"M","n":"Ds\\Sequence::find","p":"Ds/Sequence.html#method_find","d":"

    Returns the index of the value, or FALSE if not found.

    "},{"t":"M","n":"Ds\\Sequence::first","p":"Ds/Sequence.html#method_first","d":"

    Returns the first value in the sequence.

    "},{"t":"M","n":"Ds\\Sequence::get","p":"Ds/Sequence.html#method_get","d":"

    Returns the value at a given index.

    "},{"t":"M","n":"Ds\\Sequence::insert","p":"Ds/Sequence.html#method_insert","d":"

    Inserts values into the sequence at a given index.

    "},{"t":"M","n":"Ds\\Sequence::join","p":"Ds/Sequence.html#method_join","d":"

    Joins all values together as a string using an optional separator\nbetween each value.

    "},{"t":"M","n":"Ds\\Sequence::last","p":"Ds/Sequence.html#method_last","d":"

    Returns the last value in the sequence.

    "},{"t":"M","n":"Ds\\Sequence::map","p":"Ds/Sequence.html#method_map","d":"

    Returns the result of applying a callback function to each value in\nthe sequence.

    "},{"t":"M","n":"Ds\\Sequence::merge","p":"Ds/Sequence.html#method_merge","d":"

    Returns the result of adding all given values to the sequence.

    "},{"t":"M","n":"Ds\\Sequence::pop","p":"Ds/Sequence.html#method_pop","d":"

    Removes and returns the last value.

    "},{"t":"M","n":"Ds\\Sequence::push","p":"Ds/Sequence.html#method_push","d":"

    Adds values to the end of the sequence.

    "},{"t":"M","n":"Ds\\Sequence::reduce","p":"Ds/Sequence.html#method_reduce","d":"

    Reduces the sequence to a single value using a callback function.

    "},{"t":"M","n":"Ds\\Sequence::remove","p":"Ds/Sequence.html#method_remove","d":"

    Removes and returns a value by index.

    "},{"t":"M","n":"Ds\\Sequence::reverse","p":"Ds/Sequence.html#method_reverse","d":"

    Reverses the sequence in-place.

    "},{"t":"M","n":"Ds\\Sequence::reversed","p":"Ds/Sequence.html#method_reversed","d":"

    Returns a reversed copy of the sequence.

    "},{"t":"M","n":"Ds\\Sequence::rotate","p":"Ds/Sequence.html#method_rotate","d":"

    Rotates the sequence by a given number of rotations, which is\nequivalent to successively calling\n$sequence->push($sequence->shift()) if the number of rotations is\npositive, or $sequence->unshift($sequence->pop()) if negative.

    "},{"t":"M","n":"Ds\\Sequence::set","p":"Ds/Sequence.html#method_set","d":"

    Updates a value at a given index.

    "},{"t":"M","n":"Ds\\Sequence::shift","p":"Ds/Sequence.html#method_shift","d":"

    Removes and returns the first value.

    "},{"t":"M","n":"Ds\\Sequence::slice","p":"Ds/Sequence.html#method_slice","d":"

    Creates a sub-sequence of a given range.

    "},{"t":"M","n":"Ds\\Sequence::sort","p":"Ds/Sequence.html#method_sort","d":"

    Sorts the sequence in-place, using an optional comparator function.

    "},{"t":"M","n":"Ds\\Sequence::sorted","p":"Ds/Sequence.html#method_sorted","d":"

    Returns a sorted copy, using an optional comparator function.

    "},{"t":"M","n":"Ds\\Sequence::sum","p":"Ds/Sequence.html#method_sum","d":"

    Returns the sum of all values in the sequence.

    "},{"t":"M","n":"Ds\\Sequence::unshift","p":"Ds/Sequence.html#method_unshift","d":"

    Adds values to the front of the sequence, moving all the current\nvalues forward to make room for the new values.

    "},{"t":"M","n":"Elastic\\Apm\\ExecutionSegmentContextInterface::setLabel","p":"Elastic/Apm/ExecutionSegmentContextInterface.html#method_setLabel","d":""},{"t":"M","n":"Elastic\\Apm\\ExecutionSegmentInterface::getId","p":"Elastic/Apm/ExecutionSegmentInterface.html#method_getId","d":"

    Hex encoded 64 random bits (== 8 bytes == 16 hex digits) ID.

    "},{"t":"M","n":"Elastic\\Apm\\ExecutionSegmentInterface::getTraceId","p":"Elastic/Apm/ExecutionSegmentInterface.html#method_getTraceId","d":"

    Hex encoded 128 random bits (== 16 bytes == 32 hex digits) ID of the correlated trace.

    "},{"t":"M","n":"Elastic\\Apm\\ExecutionSegmentInterface::getTimestamp","p":"Elastic/Apm/ExecutionSegmentInterface.html#method_getTimestamp","d":"

    Recorded time of the event.

    "},{"t":"M","n":"Elastic\\Apm\\ExecutionSegmentInterface::beginChildSpan","p":"Elastic/Apm/ExecutionSegmentInterface.html#method_beginChildSpan","d":"

    Begins a new span with this execution segment as the new span's parent.

    "},{"t":"M","n":"Elastic\\Apm\\ExecutionSegmentInterface::captureChildSpan","p":"Elastic/Apm/ExecutionSegmentInterface.html#method_captureChildSpan","d":"

    Begins a new span with this execution segment as the new span's parent,\nruns the provided callback as the new span and automatically ends the new span.

    "},{"t":"M","n":"Elastic\\Apm\\ExecutionSegmentInterface::setName","p":"Elastic/Apm/ExecutionSegmentInterface.html#method_setName","d":"
      \n
    • For transactions:\nThe name of this transaction.
    • \n
    "},{"t":"M","n":"Elastic\\Apm\\ExecutionSegmentInterface::setType","p":"Elastic/Apm/ExecutionSegmentInterface.html#method_setType","d":"

    Type is a keyword of specific relevance in the service's domain\ne.g.,

    \n
      \n
    • For transaction: 'db', 'external' for a span and 'request', 'backgroundjob' for a transaction, etc.
    • \n
    "},{"t":"M","n":"Elastic\\Apm\\ExecutionSegmentInterface::getDistributedTracingData","p":"Elastic/Apm/ExecutionSegmentInterface.html#method_getDistributedTracingData","d":""},{"t":"M","n":"Elastic\\Apm\\ExecutionSegmentInterface::injectDistributedTracingHeaders","p":"Elastic/Apm/ExecutionSegmentInterface.html#method_injectDistributedTracingHeaders","d":"

    Returns distributed tracing data for the current span/transaction

    "},{"t":"M","n":"Elastic\\Apm\\ExecutionSegmentInterface::end","p":"Elastic/Apm/ExecutionSegmentInterface.html#method_end","d":"

    Sets the end timestamp and finalizes this object's state.

    "},{"t":"M","n":"Elastic\\Apm\\ExecutionSegmentInterface::hasEnded","p":"Elastic/Apm/ExecutionSegmentInterface.html#method_hasEnded","d":"

    Returns true if this execution segment has already ended.

    "},{"t":"M","n":"Elastic\\Apm\\ExecutionSegmentInterface::createErrorFromThrowable","p":"Elastic/Apm/ExecutionSegmentInterface.html#method_createErrorFromThrowable","d":"

    Creates an error based on the given Throwable instance with this execution segment as the parent.

    "},{"t":"M","n":"Elastic\\Apm\\ExecutionSegmentInterface::createCustomError","p":"Elastic/Apm/ExecutionSegmentInterface.html#method_createCustomError","d":"

    Creates an error based on the given Throwable instance with this execution segment as the parent.

    "},{"t":"M","n":"Elastic\\Apm\\ExecutionSegmentInterface::setOutcome","p":"Elastic/Apm/ExecutionSegmentInterface.html#method_setOutcome","d":"

    The outcome of the transaction/span: success, failure, or unknown.

    "},{"t":"M","n":"Elastic\\Apm\\ExecutionSegmentInterface::getOutcome","p":"Elastic/Apm/ExecutionSegmentInterface.html#method_getOutcome","d":""},{"t":"M","n":"Elastic\\Apm\\ExecutionSegmentInterface::isNoop","p":"Elastic/Apm/ExecutionSegmentInterface.html#method_isNoop","d":"

    Returns true if this execution segment is a no-op (for example when recording is disabled).

    "},{"t":"M","n":"Elastic\\Apm\\ExecutionSegmentInterface::discard","p":"Elastic/Apm/ExecutionSegmentInterface.html#method_discard","d":"

    Discards this execution segment.

    "},{"t":"M","n":"Elastic\\Apm\\SpanContextDbInterface::setStatement","p":"Elastic/Apm/SpanContextDbInterface.html#method_setStatement","d":"

    A database statement (e.g. query) for the given database type

    "},{"t":"M","n":"Elastic\\Apm\\SpanContextDestinationInterface::setService","p":"Elastic/Apm/SpanContextDestinationInterface.html#method_setService","d":"

    Sets destination service context

    "},{"t":"M","n":"Elastic\\Apm\\SpanContextHttpInterface::setUrl","p":"Elastic/Apm/SpanContextHttpInterface.html#method_setUrl","d":"

    The raw url of the correlating http request

    "},{"t":"M","n":"Elastic\\Apm\\SpanContextHttpInterface::setStatusCode","p":"Elastic/Apm/SpanContextHttpInterface.html#method_setStatusCode","d":"

    The status code of the http request

    "},{"t":"M","n":"Elastic\\Apm\\SpanContextHttpInterface::setMethod","p":"Elastic/Apm/SpanContextHttpInterface.html#method_setMethod","d":"

    The method of the http request

    "},{"t":"M","n":"Elastic\\Apm\\SpanContextInterface::db","p":"Elastic/Apm/SpanContextInterface.html#method_db","d":"

    Returns an object containing contextual data for database spans

    "},{"t":"M","n":"Elastic\\Apm\\SpanContextInterface::http","p":"Elastic/Apm/SpanContextInterface.html#method_http","d":"

    Returns an object containing contextual data of the related http request

    "},{"t":"M","n":"Elastic\\Apm\\SpanContextInterface::destination","p":"Elastic/Apm/SpanContextInterface.html#method_destination","d":"

    Returns an object containing contextual data about the destination for spans

    "},{"t":"M","n":"Elastic\\Apm\\SpanInterface::getTransactionId","p":"Elastic/Apm/SpanInterface.html#method_getTransactionId","d":"

    Hex encoded 64 random bits ID of the correlated transaction.

    "},{"t":"M","n":"Elastic\\Apm\\SpanInterface::getParentId","p":"Elastic/Apm/SpanInterface.html#method_getParentId","d":"

    Hex encoded 64 random bits ID of the parent.

    "},{"t":"M","n":"Elastic\\Apm\\SpanInterface::setAction","p":"Elastic/Apm/SpanInterface.html#method_setAction","d":"

    The specific kind of event within the sub-type represented by the span\ne.g., 'query' for type/sub-type 'db'/'mysql', 'connect' for type/sub-type 'db'/'cassandra'

    "},{"t":"M","n":"Elastic\\Apm\\SpanInterface::setSubtype","p":"Elastic/Apm/SpanInterface.html#method_setSubtype","d":"

    A further sub-division of the type\ne.g., 'mysql', 'postgresql' or 'elasticsearch' for type 'db', 'http' for type 'external', etc.

    "},{"t":"M","n":"Elastic\\Apm\\SpanInterface::context","p":"Elastic/Apm/SpanInterface.html#method_context","d":"

    Returns context (context allows to set labels, etc.)

    "},{"t":"M","n":"Elastic\\Apm\\SpanInterface::endSpanEx","p":"Elastic/Apm/SpanInterface.html#method_endSpanEx","d":"

    Extended version of ExecutionSegmentInterface::end()

    "},{"t":"M","n":"Elastic\\Apm\\TransactionBuilderInterface::asCurrent","p":"Elastic/Apm/TransactionBuilderInterface.html#method_asCurrent","d":"

    New transaction will be set as the current one

    "},{"t":"M","n":"Elastic\\Apm\\TransactionBuilderInterface::timestamp","p":"Elastic/Apm/TransactionBuilderInterface.html#method_timestamp","d":"

    Set start time of the new transaction

    "},{"t":"M","n":"Elastic\\Apm\\TransactionBuilderInterface::distributedTracingHeaderExtractor","p":"Elastic/Apm/TransactionBuilderInterface.html#method_distributedTracingHeaderExtractor","d":""},{"t":"M","n":"Elastic\\Apm\\TransactionBuilderInterface::begin","p":"Elastic/Apm/TransactionBuilderInterface.html#method_begin","d":"

    Begins a new transaction.

    "},{"t":"M","n":"Elastic\\Apm\\TransactionBuilderInterface::capture","p":"Elastic/Apm/TransactionBuilderInterface.html#method_capture","d":"

    Begins a new transaction,\nruns the provided callback as the new transaction and automatically ends the new transaction.

    "},{"t":"M","n":"Elastic\\Apm\\TransactionContextInterface::request","p":"Elastic/Apm/TransactionContextInterface.html#method_request","d":"

    Returns an object that can be used to collect information about HTTP request

    "},{"t":"M","n":"Elastic\\Apm\\TransactionContextRequestInterface::setMethod","p":"Elastic/Apm/TransactionContextRequestInterface.html#method_setMethod","d":"

    HTTP method

    "},{"t":"M","n":"Elastic\\Apm\\TransactionContextRequestInterface::url","p":"Elastic/Apm/TransactionContextRequestInterface.html#method_url","d":"

    Returns an object that can be used to collect information about HTTP request's URL

    "},{"t":"M","n":"Elastic\\Apm\\TransactionContextRequestUrlInterface::setDomain","p":"Elastic/Apm/TransactionContextRequestUrlInterface.html#method_setDomain","d":"

    The domain of the request, e.g. 'example.com'

    "},{"t":"M","n":"Elastic\\Apm\\TransactionContextRequestUrlInterface::setFull","p":"Elastic/Apm/TransactionContextRequestUrlInterface.html#method_setFull","d":"

    The full, possibly agent-assembled URL of the request

    "},{"t":"M","n":"Elastic\\Apm\\TransactionContextRequestUrlInterface::setOriginal","p":"Elastic/Apm/TransactionContextRequestUrlInterface.html#method_setOriginal","d":"

    The raw, unparsed URL of the HTTP request line, e.g https://example.com:443/search?q=elasticsearch.

    "},{"t":"M","n":"Elastic\\Apm\\TransactionContextRequestUrlInterface::setPath","p":"Elastic/Apm/TransactionContextRequestUrlInterface.html#method_setPath","d":"

    The path of the request, e.g. '/search'

    "},{"t":"M","n":"Elastic\\Apm\\TransactionContextRequestUrlInterface::setPort","p":"Elastic/Apm/TransactionContextRequestUrlInterface.html#method_setPort","d":"

    The port of the request, e.g. 443

    "},{"t":"M","n":"Elastic\\Apm\\TransactionContextRequestUrlInterface::setProtocol","p":"Elastic/Apm/TransactionContextRequestUrlInterface.html#method_setProtocol","d":"

    The protocol of the request, e.g. 'http'

    "},{"t":"M","n":"Elastic\\Apm\\TransactionContextRequestUrlInterface::setQuery","p":"Elastic/Apm/TransactionContextRequestUrlInterface.html#method_setQuery","d":"

    Sets the query string information of the request.

    "},{"t":"M","n":"Elastic\\Apm\\TransactionInterface::isSampled","p":"Elastic/Apm/TransactionInterface.html#method_isSampled","d":"

    Transactions that are 'sampled' will include all available information\nTransactions that are not sampled will not have 'spans' or 'context'.

    "},{"t":"M","n":"Elastic\\Apm\\TransactionInterface::getParentId","p":"Elastic/Apm/TransactionInterface.html#method_getParentId","d":"

    Hex encoded 64 random bits ID of the parent transaction or span.

    "},{"t":"M","n":"Elastic\\Apm\\TransactionInterface::beginCurrentSpan","p":"Elastic/Apm/TransactionInterface.html#method_beginCurrentSpan","d":"

    Begins a new span with the current execution segment\nas the new span's parent and sets as the new span as the current span for this transaction.

    "},{"t":"M","n":"Elastic\\Apm\\TransactionInterface::captureCurrentSpan","p":"Elastic/Apm/TransactionInterface.html#method_captureCurrentSpan","d":"

    Begins a new span with the current execution segment as the new span's parent and\nsets the new span as the current span for this transaction.

    "},{"t":"M","n":"Elastic\\Apm\\TransactionInterface::getCurrentSpan","p":"Elastic/Apm/TransactionInterface.html#method_getCurrentSpan","d":"

    Returns the current span.

    "},{"t":"M","n":"Elastic\\Apm\\TransactionInterface::context","p":"Elastic/Apm/TransactionInterface.html#method_context","d":"

    Returns context (context allows to set labels, etc.)

    "},{"t":"M","n":"Elastic\\Apm\\TransactionInterface::setResult","p":"Elastic/Apm/TransactionInterface.html#method_setResult","d":"

    The result of the transaction.

    "},{"t":"M","n":"Elastic\\Apm\\TransactionInterface::getResult","p":"Elastic/Apm/TransactionInterface.html#method_getResult","d":""},{"t":"M","n":"Elastic\\Apm\\TransactionInterface::ensureParentId","p":"Elastic/Apm/TransactionInterface.html#method_ensureParentId","d":"

    If the transaction does not have a parent ID yet,\ncalling this method generates a new ID,\nsets it as the parent ID of this transaction, and returns it as a string.

    "},{"t":"M","n":"IntBackedEnum::from","p":"IntBackedEnum.html#method_from","d":""},{"t":"M","n":"IntBackedEnum::tryFrom","p":"IntBackedEnum.html#method_tryFrom","d":""},{"t":"M","n":"Iterator::current","p":"Iterator.html#method_current","d":"

    Return the current element

    "},{"t":"M","n":"Iterator::next","p":"Iterator.html#method_next","d":"

    Move forward to next element

    "},{"t":"M","n":"Iterator::key","p":"Iterator.html#method_key","d":"

    Return the key of the current element

    "},{"t":"M","n":"Iterator::valid","p":"Iterator.html#method_valid","d":"

    Checks if current position is valid

    "},{"t":"M","n":"Iterator::rewind","p":"Iterator.html#method_rewind","d":"

    Rewind the Iterator to the first element

    "},{"t":"M","n":"IteratorAggregate::getIterator","p":"IteratorAggregate.html#method_getIterator","d":"

    Retrieve an external iterator

    "},{"t":"M","n":"JsonSerializable::jsonSerialize","p":"JsonSerializable.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"MongoCursorInterface::batchSize","p":"MongoCursorInterface.html#method_batchSize","d":null},{"t":"M","n":"MongoCursorInterface::dead","p":"MongoCursorInterface.html#method_dead","d":null},{"t":"M","n":"MongoCursorInterface::info","p":"MongoCursorInterface.html#method_info","d":null},{"t":"M","n":"MongoCursorInterface::getReadPreference","p":"MongoCursorInterface.html#method_getReadPreference","d":null},{"t":"M","n":"MongoCursorInterface::setReadPreference","p":"MongoCursorInterface.html#method_setReadPreference","d":null},{"t":"M","n":"MongoCursorInterface::timeout","p":"MongoCursorInterface.html#method_timeout","d":null},{"t":"M","n":"MongoDB\\BSON\\BinaryInterface::getData","p":"MongoDB/BSON/BinaryInterface.html#method_getData","d":""},{"t":"M","n":"MongoDB\\BSON\\BinaryInterface::getType","p":"MongoDB/BSON/BinaryInterface.html#method_getType","d":""},{"t":"M","n":"MongoDB\\BSON\\BinaryInterface::__toString","p":"MongoDB/BSON/BinaryInterface.html#method___toString","d":"

    This method is an alias of: MongoDB\\BSON\\BinaryInterface::getData().

    "},{"t":"M","n":"MongoDB\\BSON\\Decimal128Interface::__toString","p":"MongoDB/BSON/Decimal128Interface.html#method___toString","d":"

    Returns the string representation of this Decimal128Interface

    "},{"t":"M","n":"MongoDB\\BSON\\JavascriptInterface::getCode","p":"MongoDB/BSON/JavascriptInterface.html#method_getCode","d":"

    Returns the JavascriptInterface's code

    "},{"t":"M","n":"MongoDB\\BSON\\JavascriptInterface::getScope","p":"MongoDB/BSON/JavascriptInterface.html#method_getScope","d":"

    Returns the JavascriptInterface's scope document

    "},{"t":"M","n":"MongoDB\\BSON\\JavascriptInterface::__toString","p":"MongoDB/BSON/JavascriptInterface.html#method___toString","d":"

    Returns the JavascriptInterface's code

    "},{"t":"M","n":"MongoDB\\BSON\\ObjectIdInterface::getTimestamp","p":"MongoDB/BSON/ObjectIdInterface.html#method_getTimestamp","d":""},{"t":"M","n":"MongoDB\\BSON\\ObjectIdInterface::__toString","p":"MongoDB/BSON/ObjectIdInterface.html#method___toString","d":"

    Returns the hexadecimal representation of this ObjectId

    "},{"t":"M","n":"MongoDB\\BSON\\Persistable::bsonSerialize","p":"MongoDB/BSON/Persistable.html#method_bsonSerialize","d":""},{"t":"M","n":"MongoDB\\BSON\\RegexInterface::getFlags","p":"MongoDB/BSON/RegexInterface.html#method_getFlags","d":""},{"t":"M","n":"MongoDB\\BSON\\RegexInterface::getPattern","p":"MongoDB/BSON/RegexInterface.html#method_getPattern","d":""},{"t":"M","n":"MongoDB\\BSON\\RegexInterface::__toString","p":"MongoDB/BSON/RegexInterface.html#method___toString","d":"

    Returns the string representation of this RegexInterface

    "},{"t":"M","n":"MongoDB\\BSON\\Serializable::bsonSerialize","p":"MongoDB/BSON/Serializable.html#method_bsonSerialize","d":"

    Provides an array or document to serialize as BSON\nCalled during serialization of the object to BSON. The method must return an array or stdClass.

    "},{"t":"M","n":"MongoDB\\BSON\\TimestampInterface::getIncrement","p":"MongoDB/BSON/TimestampInterface.html#method_getIncrement","d":"

    Returns the increment component of this TimestampInterface

    "},{"t":"M","n":"MongoDB\\BSON\\TimestampInterface::getTimestamp","p":"MongoDB/BSON/TimestampInterface.html#method_getTimestamp","d":"

    Returns the timestamp component of this TimestampInterface

    "},{"t":"M","n":"MongoDB\\BSON\\TimestampInterface::__toString","p":"MongoDB/BSON/TimestampInterface.html#method___toString","d":"

    Returns the string representation of this TimestampInterface

    "},{"t":"M","n":"MongoDB\\BSON\\UTCDateTimeInterface::toDateTime","p":"MongoDB/BSON/UTCDateTimeInterface.html#method_toDateTime","d":""},{"t":"M","n":"MongoDB\\BSON\\UTCDateTimeInterface::__toString","p":"MongoDB/BSON/UTCDateTimeInterface.html#method___toString","d":"

    Returns the string representation of this UTCDateTimeInterface

    "},{"t":"M","n":"MongoDB\\BSON\\Unserializable::bsonUnserialize","p":"MongoDB/BSON/Unserializable.html#method_bsonUnserialize","d":"

    Constructs the object from a BSON array or document\nCalled during unserialization of the object from BSON.

    "},{"t":"M","n":"MongoDB\\Driver\\CursorInterface::getId","p":"MongoDB/Driver/CursorInterface.html#method_getId","d":"

    Returns the cursor ID associated with this cursor. A cursor ID uniquely identifies the cursor on the server.

    "},{"t":"M","n":"MongoDB\\Driver\\CursorInterface::getServer","p":"MongoDB/Driver/CursorInterface.html#method_getServer","d":"

    Returns the MongoDB\\Driver\\Server associated with this cursor.

    "},{"t":"M","n":"MongoDB\\Driver\\CursorInterface::isDead","p":"MongoDB/Driver/CursorInterface.html#method_isDead","d":"

    Checks whether the cursor may have additional results available to read.

    "},{"t":"M","n":"MongoDB\\Driver\\CursorInterface::setTypeMap","p":"MongoDB/Driver/CursorInterface.html#method_setTypeMap","d":"

    Sets a type map to use for BSON unserialization

    "},{"t":"M","n":"MongoDB\\Driver\\CursorInterface::toArray","p":"MongoDB/Driver/CursorInterface.html#method_toArray","d":"

    Iterates the cursor and returns its results in an array.

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandSubscriber::commandFailed","p":"MongoDB/Driver/Monitoring/CommandSubscriber.html#method_commandFailed","d":"

    Notification method for a failed command.

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandSubscriber::commandStarted","p":"MongoDB/Driver/Monitoring/CommandSubscriber.html#method_commandStarted","d":"

    Notification method for a started command.

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandSubscriber::commandSucceeded","p":"MongoDB/Driver/Monitoring/CommandSubscriber.html#method_commandSucceeded","d":"

    Notification method for a successful command.

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\LogSubscriber::log","p":"MongoDB/Driver/Monitoring/LogSubscriber.html#method_log","d":null},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\SDAMSubscriber::serverChanged","p":"MongoDB/Driver/Monitoring/SDAMSubscriber.html#method_serverChanged","d":"

    Notification method for a server description change

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\SDAMSubscriber::serverClosed","p":"MongoDB/Driver/Monitoring/SDAMSubscriber.html#method_serverClosed","d":"

    Notification method for closing a server

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\SDAMSubscriber::serverOpening","p":"MongoDB/Driver/Monitoring/SDAMSubscriber.html#method_serverOpening","d":"

    Notification method for opening a server

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\SDAMSubscriber::serverHeartbeatFailed","p":"MongoDB/Driver/Monitoring/SDAMSubscriber.html#method_serverHeartbeatFailed","d":"

    Notification method for a failed server heartbeat

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\SDAMSubscriber::serverHeartbeatStarted","p":"MongoDB/Driver/Monitoring/SDAMSubscriber.html#method_serverHeartbeatStarted","d":"

    Notification method for a started server heartbeat

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\SDAMSubscriber::serverHeartbeatSucceeded","p":"MongoDB/Driver/Monitoring/SDAMSubscriber.html#method_serverHeartbeatSucceeded","d":"

    Notification method for a successful server heartbeat

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\SDAMSubscriber::topologyChanged","p":"MongoDB/Driver/Monitoring/SDAMSubscriber.html#method_topologyChanged","d":"

    Notification method for a topology description change

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\SDAMSubscriber::topologyClosed","p":"MongoDB/Driver/Monitoring/SDAMSubscriber.html#method_topologyClosed","d":"

    Notification method for closing the topology

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\SDAMSubscriber::topologyOpening","p":"MongoDB/Driver/Monitoring/SDAMSubscriber.html#method_topologyOpening","d":"

    Notification method for opening the topology

    "},{"t":"M","n":"OuterIterator::getInnerIterator","p":"OuterIterator.html#method_getInnerIterator","d":"

    Returns the inner iterator for the current entry.

    "},{"t":"M","n":"Random\\Engine::generate","p":"Random/Engine.html#method_generate","d":null},{"t":"M","n":"RecursiveIterator::hasChildren","p":"RecursiveIterator.html#method_hasChildren","d":"

    Returns if an iterator can be created for the current entry.

    "},{"t":"M","n":"RecursiveIterator::getChildren","p":"RecursiveIterator.html#method_getChildren","d":"

    Returns an iterator for the current entry.

    "},{"t":"M","n":"Reflector::export","p":"Reflector.html#method_export","d":"

    Exports a class.

    "},{"t":"M","n":"Reflector::__toString","p":"Reflector.html#method___toString","d":"

    Returns the string representation of any Reflection object.

    "},{"t":"M","n":"SeekableIterator::seek","p":"SeekableIterator.html#method_seek","d":"

    Seeks to a position

    "},{"t":"M","n":"Serializable::serialize","p":"Serializable.html#method_serialize","d":"

    String representation of object.

    "},{"t":"M","n":"Serializable::unserialize","p":"Serializable.html#method_unserialize","d":"

    Constructs the object.

    "},{"t":"M","n":"SessionHandlerInterface::close","p":"SessionHandlerInterface.html#method_close","d":"

    Close the session

    "},{"t":"M","n":"SessionHandlerInterface::destroy","p":"SessionHandlerInterface.html#method_destroy","d":"

    Destroy a session

    "},{"t":"M","n":"SessionHandlerInterface::gc","p":"SessionHandlerInterface.html#method_gc","d":"

    Cleanup old sessions

    "},{"t":"M","n":"SessionHandlerInterface::open","p":"SessionHandlerInterface.html#method_open","d":"

    Initialize session

    "},{"t":"M","n":"SessionHandlerInterface::read","p":"SessionHandlerInterface.html#method_read","d":"

    Read session data

    "},{"t":"M","n":"SessionHandlerInterface::write","p":"SessionHandlerInterface.html#method_write","d":"

    Write session data

    "},{"t":"M","n":"SessionIdInterface::create_sid","p":"SessionIdInterface.html#method_create_sid","d":"

    Create session ID

    "},{"t":"M","n":"SessionUpdateTimestampHandlerInterface::validateId","p":"SessionUpdateTimestampHandlerInterface.html#method_validateId","d":"

    Validate session id

    "},{"t":"M","n":"SessionUpdateTimestampHandlerInterface::updateTimestamp","p":"SessionUpdateTimestampHandlerInterface.html#method_updateTimestamp","d":"

    Update timestamp of a session

    "},{"t":"M","n":"SplObserver::update","p":"SplObserver.html#method_update","d":"

    Receive update from subject

    "},{"t":"M","n":"SplSubject::attach","p":"SplSubject.html#method_attach","d":"

    Attach an SplObserver

    "},{"t":"M","n":"SplSubject::detach","p":"SplSubject.html#method_detach","d":"

    Detach an observer

    "},{"t":"M","n":"SplSubject::notify","p":"SplSubject.html#method_notify","d":"

    Notify an observer

    "},{"t":"M","n":"StringBackedEnum::from","p":"StringBackedEnum.html#method_from","d":"

    Translates a string or int into the corresponding Enum\ncase, if any. If there is no matching case defined, it will throw a\nValueError.

    "},{"t":"M","n":"StringBackedEnum::tryFrom","p":"StringBackedEnum.html#method_tryFrom","d":"

    Translates a string or int into the corresponding Enum\ncase, if any. If there is no matching case defined, it will return null.

    "},{"t":"M","n":"Stringable::__toString","p":"Stringable.html#method___toString","d":"

    Magic method {https://www.php.net/manual/en/language.oop5.magic.php#object.tostring}\nallows a class to decide how it will react when it is treated like a string.

    "},{"t":"M","n":"Throwable::getMessage","p":"Throwable.html#method_getMessage","d":"

    Gets the message

    "},{"t":"M","n":"Throwable::getCode","p":"Throwable.html#method_getCode","d":"

    Gets the exception code

    "},{"t":"M","n":"Throwable::getFile","p":"Throwable.html#method_getFile","d":"

    Gets the file in which the exception occurred

    "},{"t":"M","n":"Throwable::getLine","p":"Throwable.html#method_getLine","d":"

    Gets the line on which the object was instantiated

    "},{"t":"M","n":"Throwable::getTrace","p":"Throwable.html#method_getTrace","d":"

    Gets the stack trace

    "},{"t":"M","n":"Throwable::getTraceAsString","p":"Throwable.html#method_getTraceAsString","d":"

    Gets the stack trace as a string

    "},{"t":"M","n":"Throwable::getPrevious","p":"Throwable.html#method_getPrevious","d":"

    Returns the previous Throwable

    "},{"t":"M","n":"Throwable::__toString","p":"Throwable.html#method___toString","d":"

    Gets a string representation of the thrown object

    "},{"t":"M","n":"UnitEnum::cases","p":"UnitEnum.html#method_cases","d":""},{"t":"M","n":"Yaf\\Route_Interface::route","p":"Yaf/Route_Interface.html#method_route","d":"

    \\Yaf\\Route_Interface::route() is the only method that a custom route should implement.


    \n

    if this method return TRUE, then the route process will be end. otherwise, \\Yaf\\Router will call next route in the route stack to route request.


    \n

    This method would set the route result to the parameter request, by calling \\Yaf\\Request_Abstract::setControllerName(), \\Yaf\\Request_Abstract::setActionName() and \\Yaf\\Request_Abstract::setModuleName().


    \n

    This method should also call \\Yaf\\Request_Abstract::setRouted() to make the request routed at last.

    "},{"t":"M","n":"Yaf\\Route_Interface::assemble","p":"Yaf/Route_Interface.html#method_assemble","d":"

    \\Yaf\\Route_Interface::assemble() - assemble a request


    \n

    this method returns a url according to the argument info, and append query strings to the url according to the argument query.

    \n

    a route should implement this method according to its own route rules, and do a reverse progress.

    "},{"t":"M","n":"Yaf\\View_Interface::assign","p":"Yaf/View_Interface.html#method_assign","d":"

    Assign values to View engine, then the value can access directly by name in template.

    "},{"t":"M","n":"Yaf\\View_Interface::display","p":"Yaf/View_Interface.html#method_display","d":"

    Render a template and output the result immediately.

    "},{"t":"M","n":"Yaf\\View_Interface::getScriptPath","p":"Yaf/View_Interface.html#method_getScriptPath","d":""},{"t":"M","n":"Yaf\\View_Interface::render","p":"Yaf/View_Interface.html#method_render","d":"

    Render a template and return the result.

    "},{"t":"M","n":"Yaf\\View_Interface::setScriptPath","p":"Yaf/View_Interface.html#method_setScriptPath","d":"

    Set the templates base directory, this is usually called by \\Yaf\\Dispatcher

    "},{"t":"M","n":"Yaf_Route_Interface::route","p":"Yaf_Route_Interface.html#method_route","d":"

    Yaf_Route_Interface::route() is the only method that a custom route should implement.


    \n

    if this method return TRUE, then the route process will be end. otherwise, Yaf_Router will call next route in the route stack to route request.


    \n

    This method would set the route result to the parameter request, by calling Yaf_Request_Abstract::setControllerName(), Yaf_Request_Abstract::setActionName() and Yaf_Request_Abstract::setModuleName().


    \n

    This method should also call Yaf_Request_Abstract::setRouted() to make the request routed at last.

    "},{"t":"M","n":"Yaf_Route_Interface::assemble","p":"Yaf_Route_Interface.html#method_assemble","d":"

    Yaf_Route_Interface::assemble() - assemble a request


    \n

    this method returns a url according to the argument info, and append query strings to the url according to the argument query.

    \n

    a route should implement this method according to its own route rules, and do a reverse progress.

    "},{"t":"M","n":"Yaf_View_Interface::assign","p":"Yaf_View_Interface.html#method_assign","d":"

    Assign values to View engine, then the value can access directly by name in template.

    "},{"t":"M","n":"Yaf_View_Interface::display","p":"Yaf_View_Interface.html#method_display","d":"

    Render a template and output the result immediately.

    "},{"t":"M","n":"Yaf_View_Interface::getScriptPath","p":"Yaf_View_Interface.html#method_getScriptPath","d":""},{"t":"M","n":"Yaf_View_Interface::render","p":"Yaf_View_Interface.html#method_render","d":"

    Render a template and return the result.

    "},{"t":"M","n":"Yaf_View_Interface::setScriptPath","p":"Yaf_View_Interface.html#method_setScriptPath","d":"

    Set the templates base directory, this is usually called by Yaf_Dispatcher

    "},{"t":"M","n":"http\\Client\\Curl\\User::init","p":"http/Client/Curl/User.html#method_init","d":"

    Initialize the event loop.

    "},{"t":"M","n":"http\\Client\\Curl\\User::once","p":"http/Client/Curl/User.html#method_once","d":"

    Run the loop as long as it does not block.

    "},{"t":"M","n":"http\\Client\\Curl\\User::send","p":"http/Client/Curl/User.html#method_send","d":"

    Run the loop.

    "},{"t":"M","n":"http\\Client\\Curl\\User::socket","p":"http/Client/Curl/User.html#method_socket","d":"

    Register (or deregister) a socket watcher.

    "},{"t":"M","n":"http\\Client\\Curl\\User::timer","p":"http/Client/Curl/User.html#method_timer","d":"

    Register a timeout watcher.

    "},{"t":"M","n":"http\\Client\\Curl\\User::wait","p":"http/Client/Curl/User.html#method_wait","d":"

    Wait/poll/select (block the loop) until events fire.

    "},{"t":"M","n":"mysql_xdevapi\\BaseResult::getWarnings","p":"mysql_xdevapi/BaseResult.html#method_getWarnings","d":"

    Fetch warnings from last operation

    "},{"t":"M","n":"mysql_xdevapi\\BaseResult::getWarningsCount","p":"mysql_xdevapi/BaseResult.html#method_getWarningsCount","d":"

    Fetch warning count from last operation

    "},{"t":"M","n":"mysql_xdevapi\\CrudOperationBindable::bind","p":"mysql_xdevapi/CrudOperationBindable.html#method_bind","d":"

    Binds a value to a specific placeholder.

    "},{"t":"M","n":"mysql_xdevapi\\CrudOperationLimitable::limit","p":"mysql_xdevapi/CrudOperationLimitable.html#method_limit","d":"

    Set result limit

    "},{"t":"M","n":"mysql_xdevapi\\CrudOperationSkippable::skip","p":"mysql_xdevapi/CrudOperationSkippable.html#method_skip","d":"

    Number of operations to skip

    "},{"t":"M","n":"mysql_xdevapi\\CrudOperationSortable::sort","p":"mysql_xdevapi/CrudOperationSortable.html#method_sort","d":"

    Sort results

    "},{"t":"M","n":"mysql_xdevapi\\DatabaseObject::existsInDatabase","p":"mysql_xdevapi/DatabaseObject.html#method_existsInDatabase","d":"

    Check if object exists in database

    "},{"t":"M","n":"mysql_xdevapi\\DatabaseObject::getName","p":"mysql_xdevapi/DatabaseObject.html#method_getName","d":"

    Get object name

    "},{"t":"M","n":"mysql_xdevapi\\DatabaseObject::getSession","p":"mysql_xdevapi/DatabaseObject.html#method_getSession","d":"

    Get session name

    "},{"t":"M","n":"mysql_xdevapi\\Executable::execute","p":"mysql_xdevapi/Executable.html#method_execute","d":"

    Execute statement

    "},{"t":"M","n":"mysql_xdevapi\\SchemaObject::getSchema","p":"mysql_xdevapi/SchemaObject.html#method_getSchema","d":null},{"t":"M","n":"pq\\Converter::convertFromString","p":"pq/Converter.html#method_convertFromString","d":"

    Convert a string received from the PostgreSQL server back to a PHP type.

    "},{"t":"M","n":"pq\\Converter::convertToString","p":"pq/Converter.html#method_convertToString","d":"

    Convert a value to a string for use in a query.

    "},{"t":"M","n":"pq\\Converter::convertTypes","p":"pq/Converter.html#method_convertTypes","d":"

    Announce which types the implementing converter can handle.

    "},{"t":"N","n":"","p":"[Global_Namespace].html"},{"t":"N","n":"Aerospike","p":"Aerospike.html"},{"t":"N","n":"BcMath","p":"BcMath.html"},{"t":"N","n":"Brotli","p":"Brotli.html"},{"t":"N","n":"Cassandra","p":"Cassandra.html"},{"t":"N","n":"Cassandra\\Cluster","p":"Cassandra/Cluster.html"},{"t":"N","n":"Cassandra\\Exception","p":"Cassandra/Exception.html"},{"t":"N","n":"Cassandra\\RetryPolicy","p":"Cassandra/RetryPolicy.html"},{"t":"N","n":"Cassandra\\SSLOptions","p":"Cassandra/SSLOptions.html"},{"t":"N","n":"Cassandra\\TimestampGenerator","p":"Cassandra/TimestampGenerator.html"},{"t":"N","n":"Cassandra\\Type","p":"Cassandra/Type.html"},{"t":"N","n":"Couchbase","p":"Couchbase.html"},{"t":"N","n":"Crypto","p":"Crypto.html"},{"t":"N","n":"Dba","p":"Dba.html"},{"t":"N","n":"Decimal","p":"Decimal.html"},{"t":"N","n":"Dom","p":"Dom.html"},{"t":"N","n":"Ds","p":"Ds.html"},{"t":"N","n":"Elastic","p":"Elastic.html"},{"t":"N","n":"Elastic\\Apm","p":"Elastic/Apm.html"},{"t":"N","n":"FFI","p":"FFI.html"},{"t":"N","n":"FTP","p":"FTP.html"},{"t":"N","n":"Grpc","p":"Grpc.html"},{"t":"N","n":"IMAP","p":"IMAP.html"},{"t":"N","n":"JetBrains","p":"JetBrains.html"},{"t":"N","n":"JetBrains\\PHPStormStub","p":"JetBrains/PHPStormStub.html"},{"t":"N","n":"JetBrains\\PhpStorm","p":"JetBrains/PhpStorm.html"},{"t":"N","n":"JetBrains\\PhpStorm\\Internal","p":"JetBrains/PhpStorm/Internal.html"},{"t":"N","n":"LDAP","p":"LDAP.html"},{"t":"N","n":"MongoDB","p":"MongoDB.html"},{"t":"N","n":"MongoDB\\BSON","p":"MongoDB/BSON.html"},{"t":"N","n":"MongoDB\\Driver","p":"MongoDB/Driver.html"},{"t":"N","n":"MongoDB\\Driver\\Exception","p":"MongoDB/Driver/Exception.html"},{"t":"N","n":"MongoDB\\Driver\\Monitoring","p":"MongoDB/Driver/Monitoring.html"},{"t":"N","n":"Mosquitto","p":"Mosquitto.html"},{"t":"N","n":"OpenTelemetry","p":"OpenTelemetry.html"},{"t":"N","n":"OpenTelemetry\\Instrumentation","p":"OpenTelemetry/Instrumentation.html"},{"t":"N","n":"PSpell","p":"PSpell.html"},{"t":"N","n":"Parle","p":"Parle.html"},{"t":"N","n":"Pdo","p":"Pdo.html"},{"t":"N","n":"PgSql","p":"PgSql.html"},{"t":"N","n":"Random","p":"Random.html"},{"t":"N","n":"Random\\Engine","p":"Random/Engine.html"},{"t":"N","n":"RdKafka","p":"RdKafka.html"},{"t":"N","n":"RdKafka\\Metadata","p":"RdKafka/Metadata.html"},{"t":"N","n":"Relay","p":"Relay.html"},{"t":"N","n":"Relay\\Event","p":"Relay/Event.html"},{"t":"N","n":"Saxon","p":"Saxon.html"},{"t":"N","n":"SimpleKafkaClient","p":"SimpleKafkaClient.html"},{"t":"N","n":"SimpleKafkaClient\\Metadata","p":"SimpleKafkaClient/Metadata.html"},{"t":"N","n":"Soap","p":"Soap.html"},{"t":"N","n":"Sodium","p":"Sodium.html"},{"t":"N","n":"StubTests","p":"StubTests.html"},{"t":"N","n":"StubTests\\CodeStyle","p":"StubTests/CodeStyle.html"},{"t":"N","n":"StubTests\\Model","p":"StubTests/Model.html"},{"t":"N","n":"StubTests\\Model\\Tags","p":"StubTests/Model/Tags.html"},{"t":"N","n":"StubTests\\Parsers","p":"StubTests/Parsers.html"},{"t":"N","n":"StubTests\\Parsers\\Visitors","p":"StubTests/Parsers/Visitors.html"},{"t":"N","n":"StubTests\\TestData","p":"StubTests/TestData.html"},{"t":"N","n":"StubTests\\TestData\\Providers","p":"StubTests/TestData/Providers.html"},{"t":"N","n":"StubTests\\TestData\\Providers\\Reflection","p":"StubTests/TestData/Providers/Reflection.html"},{"t":"N","n":"StubTests\\TestData\\Providers\\Stubs","p":"StubTests/TestData/Providers/Stubs.html"},{"t":"N","n":"StubTests\\Tools","p":"StubTests/Tools.html"},{"t":"N","n":"Swoole","p":"Swoole.html"},{"t":"N","n":"Swoole\\Atomic","p":"Swoole/Atomic.html"},{"t":"N","n":"Swoole\\Client","p":"Swoole/Client.html"},{"t":"N","n":"Swoole\\Connection","p":"Swoole/Connection.html"},{"t":"N","n":"Swoole\\Coroutine","p":"Swoole/Coroutine.html"},{"t":"N","n":"Swoole\\Coroutine\\Curl","p":"Swoole/Coroutine/Curl.html"},{"t":"N","n":"Swoole\\Coroutine\\Http","p":"Swoole/Coroutine/Http.html"},{"t":"N","n":"Swoole\\Coroutine\\Http2","p":"Swoole/Coroutine/Http2.html"},{"t":"N","n":"Swoole\\Coroutine\\Http2\\Client","p":"Swoole/Coroutine/Http2/Client.html"},{"t":"N","n":"Swoole\\Coroutine\\Http\\Client","p":"Swoole/Coroutine/Http/Client.html"},{"t":"N","n":"Swoole\\Coroutine\\MySQL","p":"Swoole/Coroutine/MySQL.html"},{"t":"N","n":"Swoole\\Coroutine\\Socket","p":"Swoole/Coroutine/Socket.html"},{"t":"N","n":"Swoole\\Http","p":"Swoole/Http.html"},{"t":"N","n":"Swoole\\Http2","p":"Swoole/Http2.html"},{"t":"N","n":"Swoole\\Process","p":"Swoole/Process.html"},{"t":"N","n":"Swoole\\Redis","p":"Swoole/Redis.html"},{"t":"N","n":"Swoole\\Server","p":"Swoole/Server.html"},{"t":"N","n":"Swoole\\Timer","p":"Swoole/Timer.html"},{"t":"N","n":"Swoole\\WebSocket","p":"Swoole/WebSocket.html"},{"t":"N","n":"Vtiful","p":"Vtiful.html"},{"t":"N","n":"Vtiful\\Kernel","p":"Vtiful/Kernel.html"},{"t":"N","n":"Yaf","p":"Yaf.html"},{"t":"N","n":"Yaf\\Config","p":"Yaf/Config.html"},{"t":"N","n":"Yaf\\Exception","p":"Yaf/Exception.html"},{"t":"N","n":"Yaf\\Exception\\LoadFailed","p":"Yaf/Exception/LoadFailed.html"},{"t":"N","n":"Yaf\\Request","p":"Yaf/Request.html"},{"t":"N","n":"Yaf\\Response","p":"Yaf/Response.html"},{"t":"N","n":"Yaf\\Route","p":"Yaf/Route.html"},{"t":"N","n":"Yaf\\View","p":"Yaf/View.html"},{"t":"N","n":"Zstd","p":"Zstd.html"},{"t":"N","n":"___PHPSTORM_HELPERS","p":"___PHPSTORM_HELPERS.html"},{"t":"N","n":"ast","p":"ast.html"},{"t":"N","n":"http","p":"http.html"},{"t":"N","n":"http\\Client","p":"http/Client.html"},{"t":"N","n":"http\\Client\\Curl","p":"http/Client/Curl.html"},{"t":"N","n":"http\\Encoding","p":"http/Encoding.html"},{"t":"N","n":"http\\Encoding\\Stream","p":"http/Encoding/Stream.html"},{"t":"N","n":"http\\Env","p":"http/Env.html"},{"t":"N","n":"http\\Exception","p":"http/Exception.html"},{"t":"N","n":"http\\Header","p":"http/Header.html"},{"t":"N","n":"http\\Message","p":"http/Message.html"},{"t":"N","n":"mysql_xdevapi","p":"mysql_xdevapi.html"},{"t":"N","n":"newrelic","p":"newrelic.html"},{"t":"N","n":"parallel","p":"parallel.html"},{"t":"N","n":"parallel\\Channel","p":"parallel/Channel.html"},{"t":"N","n":"parallel\\Channel\\Error","p":"parallel/Channel/Error.html"},{"t":"N","n":"parallel\\Events","p":"parallel/Events.html"},{"t":"N","n":"parallel\\Events\\Error","p":"parallel/Events/Error.html"},{"t":"N","n":"parallel\\Events\\Event","p":"parallel/Events/Event.html"},{"t":"N","n":"parallel\\Events\\Input","p":"parallel/Events/Input.html"},{"t":"N","n":"parallel\\Events\\Input\\Error","p":"parallel/Events/Input/Error.html"},{"t":"N","n":"parallel\\Future","p":"parallel/Future.html"},{"t":"N","n":"parallel\\Future\\Error","p":"parallel/Future/Error.html"},{"t":"N","n":"parallel\\Runtime","p":"parallel/Runtime.html"},{"t":"N","n":"parallel\\Runtime\\Error","p":"parallel/Runtime/Error.html"},{"t":"N","n":"parallel\\Runtime\\Object","p":"parallel/Runtime/Object.html"},{"t":"N","n":"parallel\\Runtime\\Type","p":"parallel/Runtime/Type.html"},{"t":"N","n":"parallel\\Sync","p":"parallel/Sync.html"},{"t":"N","n":"parallel\\Sync\\Error","p":"parallel/Sync/Error.html"},{"t":"N","n":"pcov","p":"pcov.html"},{"t":"N","n":"pq","p":"pq.html"},{"t":"N","n":"pq\\Exception","p":"pq/Exception.html"}]} +{"items":[{"t":"F","n":"Brotli\\compress","p":"Brotli.html#function_compress","d":"

    This function compress a string using brotli algorithm.

    "},{"t":"F","n":"Brotli\\compress_add","p":"Brotli.html#function_compress_add","d":"

    Initialize an incremental brotli compress context.

    "},{"t":"F","n":"Brotli\\compress_init","p":"Brotli.html#function_compress_init","d":"

    Initialize an incremental brotli compress context.

    "},{"t":"F","n":"Brotli\\uncompress","p":"Brotli.html#function_uncompress","d":"

    This function uncompresses a string compressed with brotli algorithm.

    "},{"t":"F","n":"Brotli\\uncompress_add","p":"Brotli.html#function_uncompress_add","d":"

    Initialize an incremental brotli compress context.

    "},{"t":"F","n":"Brotli\\uncompress_init","p":"Brotli.html#function_uncompress_init","d":"

    Initialize an incremental brotli uncompress context.

    "},{"t":"F","n":"Couchbase\\basicDecoderV1","p":"Couchbase.html#function_basicDecoderV1","d":"

    Decodes value according to Common Flags (RFC-20)

    "},{"t":"F","n":"Couchbase\\basicEncoderV1","p":"Couchbase.html#function_basicEncoderV1","d":"

    Encodes value according to Common Flags (RFC-20)

    "},{"t":"F","n":"Couchbase\\defaultDecoder","p":"Couchbase.html#function_defaultDecoder","d":"

    Decodes value using \\Couchbase\\basicDecoderV1.

    "},{"t":"F","n":"Couchbase\\defaultEncoder","p":"Couchbase.html#function_defaultEncoder","d":"

    Encodes value using \\Couchbase\\basicDecoderV1.

    "},{"t":"F","n":"Couchbase\\fastlzCompress","p":"Couchbase.html#function_fastlzCompress","d":"

    Compress input using FastLZ algorithm.

    "},{"t":"F","n":"Couchbase\\fastlzDecompress","p":"Couchbase.html#function_fastlzDecompress","d":"

    Decompress input using FastLZ algorithm.

    "},{"t":"F","n":"Couchbase\\passthruDecoder","p":"Couchbase.html#function_passthruDecoder","d":"

    Returns value as it received from the server without any transformations.

    "},{"t":"F","n":"Couchbase\\passthruEncoder","p":"Couchbase.html#function_passthruEncoder","d":"

    Returns the value, which has been passed and zero as flags and datatype.

    "},{"t":"F","n":"Couchbase\\zlibCompress","p":"Couchbase.html#function_zlibCompress","d":"

    Compress input using zlib. Raises Exception when extension compiled without zlib support.

    "},{"t":"F","n":"Couchbase\\zlibDecompress","p":"Couchbase.html#function_zlibDecompress","d":"

    Compress input using zlib. Raises Exception when extension compiled without zlib support.

    "},{"t":"F","n":"Dom\\import_simplexml","p":"Dom.html#function_import_simplexml","d":""},{"t":"F","n":"MongoDB\\BSON\\fromJSON","p":"MongoDB/BSON.html#function_fromJSON","d":"

    Returns the BSON representation of a JSON value\nConverts an extended JSON string to its BSON representation.

    "},{"t":"F","n":"MongoDB\\BSON\\fromPHP","p":"MongoDB/BSON.html#function_fromPHP","d":"

    Returns the BSON representation of a PHP value\nSerializes a PHP array or object (e.g. document) to its BSON representation. The returned binary string will describe a BSON document.

    "},{"t":"F","n":"MongoDB\\BSON\\toCanonicalExtendedJSON","p":"MongoDB/BSON.html#function_toCanonicalExtendedJSON","d":"

    Converts a BSON string to its Canonical Extended JSON representation.

    "},{"t":"F","n":"MongoDB\\BSON\\toJSON","p":"MongoDB/BSON.html#function_toJSON","d":"

    Returns the JSON representation of a BSON value\nConverts a BSON string to its extended JSON representation.

    "},{"t":"F","n":"MongoDB\\BSON\\toPHP","p":"MongoDB/BSON.html#function_toPHP","d":"

    Returns the PHP representation of a BSON value\nUnserializes a BSON document (i.e. binary string) to its PHP representation.

    "},{"t":"F","n":"MongoDB\\BSON\\toRelaxedExtendedJSON","p":"MongoDB/BSON.html#function_toRelaxedExtendedJSON","d":"

    Converts a BSON string to its \u00bb Relaxed Extended JSON representation.

    "},{"t":"F","n":"MongoDB\\Driver\\Monitoring\\addSubscriber","p":"MongoDB/Driver/Monitoring.html#function_addSubscriber","d":"

    Registers a new monitoring event subscriber with the driver.

    "},{"t":"F","n":"MongoDB\\Driver\\Monitoring\\removeSubscriber","p":"MongoDB/Driver/Monitoring.html#function_removeSubscriber","d":"

    Unregisters an existing monitoring event subscriber from the driver.

    "},{"t":"F","n":"OpenTelemetry\\Instrumentation\\hook","p":"OpenTelemetry/Instrumentation.html#function_hook","d":""},{"t":"F","n":"Sodium\\add","p":"Sodium.html#function_add","d":"

    Add the right operand to the left

    "},{"t":"F","n":"Sodium\\bin2hex","p":"Sodium.html#function_bin2hex","d":"

    Convert to hex without side-chanels

    "},{"t":"F","n":"Sodium\\compare","p":"Sodium.html#function_compare","d":"

    Compare two strings in constant time

    "},{"t":"F","n":"Sodium\\crypto_aead_aes256gcm_decrypt","p":"Sodium.html#function_crypto_aead_aes256gcm_decrypt","d":"

    Authenticated Encryption with Associated Data (decrypt)\nAES-256-GCM

    "},{"t":"F","n":"Sodium\\crypto_aead_aes256gcm_encrypt","p":"Sodium.html#function_crypto_aead_aes256gcm_encrypt","d":"

    Authenticated Encryption with Associated Data (encrypt)\nAES-256-GCM

    "},{"t":"F","n":"Sodium\\crypto_aead_aes256gcm_is_available","p":"Sodium.html#function_crypto_aead_aes256gcm_is_available","d":"

    Can you access AES-256-GCM? This is only available if you have supported\nhardware.

    "},{"t":"F","n":"Sodium\\crypto_aead_chacha20poly1305_decrypt","p":"Sodium.html#function_crypto_aead_chacha20poly1305_decrypt","d":"

    Authenticated Encryption with Associated Data (decrypt)\nChaCha20 + Poly1305

    "},{"t":"F","n":"Sodium\\crypto_aead_chacha20poly1305_encrypt","p":"Sodium.html#function_crypto_aead_chacha20poly1305_encrypt","d":"

    Authenticated Encryption with Associated Data (encrypt)\nChaCha20 + Poly1305

    "},{"t":"F","n":"Sodium\\crypto_auth","p":"Sodium.html#function_crypto_auth","d":"

    Secret-key message authentication\nHMAC SHA-512/256

    "},{"t":"F","n":"Sodium\\crypto_auth_verify","p":"Sodium.html#function_crypto_auth_verify","d":"

    Secret-key message verification\nHMAC SHA-512/256

    "},{"t":"F","n":"Sodium\\crypto_box","p":"Sodium.html#function_crypto_box","d":"

    Public-key authenticated encryption (encrypt)\nX25519 + Xsalsa20 + Poly1305

    "},{"t":"F","n":"Sodium\\crypto_box_keypair","p":"Sodium.html#function_crypto_box_keypair","d":"

    Generate an X25519 keypair for use with the crypto_box API

    "},{"t":"F","n":"Sodium\\crypto_box_keypair_from_secretkey_and_publickey","p":"Sodium.html#function_crypto_box_keypair_from_secretkey_and_publickey","d":"

    Create an X25519 keypair from an X25519 secret key and X25519 public key

    "},{"t":"F","n":"Sodium\\crypto_box_open","p":"Sodium.html#function_crypto_box_open","d":"

    Public-key authenticated encryption (decrypt)\nX25519 + Xsalsa20 + Poly1305

    "},{"t":"F","n":"Sodium\\crypto_box_publickey","p":"Sodium.html#function_crypto_box_publickey","d":"

    Get an X25519 public key from an X25519 keypair

    "},{"t":"F","n":"Sodium\\crypto_box_publickey_from_secretkey","p":"Sodium.html#function_crypto_box_publickey_from_secretkey","d":"

    Derive an X25519 public key from an X25519 secret key

    "},{"t":"F","n":"Sodium\\crypto_box_seal","p":"Sodium.html#function_crypto_box_seal","d":"

    Anonymous public-key encryption (encrypt)\nX25519 + Xsalsa20 + Poly1305 + BLAKE2b

    "},{"t":"F","n":"Sodium\\crypto_box_seal_open","p":"Sodium.html#function_crypto_box_seal_open","d":"

    Anonymous public-key encryption (decrypt)\nX25519 + Xsalsa20 + Poly1305 + BLAKE2b

    "},{"t":"F","n":"Sodium\\crypto_box_secretkey","p":"Sodium.html#function_crypto_box_secretkey","d":"

    Extract the X25519 secret key from an X25519 keypair

    "},{"t":"F","n":"Sodium\\crypto_box_seed_keypair","p":"Sodium.html#function_crypto_box_seed_keypair","d":"

    Derive an X25519 keypair for use with the crypto_box API from a seed

    "},{"t":"F","n":"Sodium\\crypto_generichash","p":"Sodium.html#function_crypto_generichash","d":"

    Fast and secure cryptographic hash

    "},{"t":"F","n":"Sodium\\crypto_generichash_final","p":"Sodium.html#function_crypto_generichash_final","d":"

    Get the final hash\nBLAKE2b

    "},{"t":"F","n":"Sodium\\crypto_generichash_init","p":"Sodium.html#function_crypto_generichash_init","d":"

    Create a new hash state (e.g. to use for streams)\nBLAKE2b

    "},{"t":"F","n":"Sodium\\crypto_generichash_update","p":"Sodium.html#function_crypto_generichash_update","d":"

    Update the hash state with some data\nBLAKE2b

    "},{"t":"F","n":"Sodium\\crypto_kx","p":"Sodium.html#function_crypto_kx","d":"

    Elliptic Curve Diffie Hellman Key Exchange\nX25519

    "},{"t":"F","n":"Sodium\\crypto_pwhash","p":"Sodium.html#function_crypto_pwhash","d":"

    Secure password-based key derivation function\nArgon2i

    "},{"t":"F","n":"Sodium\\crypto_pwhash_scryptsalsa208sha256","p":"Sodium.html#function_crypto_pwhash_scryptsalsa208sha256","d":"

    Secure password-based key derivation function\nScrypt

    "},{"t":"F","n":"Sodium\\crypto_pwhash_scryptsalsa208sha256_str","p":"Sodium.html#function_crypto_pwhash_scryptsalsa208sha256_str","d":"

    Get a formatted password hash (for storage)\nScrypt

    "},{"t":"F","n":"Sodium\\crypto_pwhash_scryptsalsa208sha256_str_verify","p":"Sodium.html#function_crypto_pwhash_scryptsalsa208sha256_str_verify","d":"

    Verify a password against a hash\nScrypt

    "},{"t":"F","n":"Sodium\\crypto_pwhash_str","p":"Sodium.html#function_crypto_pwhash_str","d":"

    Get a formatted password hash (for storage)\nArgon2i

    "},{"t":"F","n":"Sodium\\crypto_pwhash_str_verify","p":"Sodium.html#function_crypto_pwhash_str_verify","d":"

    Verify a password against a hash\nArgon2i

    "},{"t":"F","n":"Sodium\\crypto_scalarmult","p":"Sodium.html#function_crypto_scalarmult","d":"

    Elliptic Curve Diffie Hellman over Curve25519\nX25519

    "},{"t":"F","n":"Sodium\\crypto_scalarmult_base","p":"Sodium.html#function_crypto_scalarmult_base","d":"

    Scalar multiplication of the base point and your key

    "},{"t":"F","n":"Sodium\\crypto_secretbox","p":"Sodium.html#function_crypto_secretbox","d":"

    Authenticated secret-key encryption (encrypt)\nXsals20 + Poly1305

    "},{"t":"F","n":"Sodium\\crypto_secretbox_open","p":"Sodium.html#function_crypto_secretbox_open","d":"

    Authenticated secret-key encryption (decrypt)\nXsals20 + Poly1305

    "},{"t":"F","n":"Sodium\\crypto_shorthash","p":"Sodium.html#function_crypto_shorthash","d":"

    A short keyed hash suitable for data structures\nSipHash-2-4

    "},{"t":"F","n":"Sodium\\crypto_sign","p":"Sodium.html#function_crypto_sign","d":"

    Digital Signature\nEd25519

    "},{"t":"F","n":"Sodium\\crypto_sign_detached","p":"Sodium.html#function_crypto_sign_detached","d":"

    Digital Signature (detached)\nEd25519

    "},{"t":"F","n":"Sodium\\crypto_sign_ed25519_pk_to_curve25519","p":"Sodium.html#function_crypto_sign_ed25519_pk_to_curve25519","d":"

    Convert an Ed25519 public key to an X25519 public key

    "},{"t":"F","n":"Sodium\\crypto_sign_ed25519_sk_to_curve25519","p":"Sodium.html#function_crypto_sign_ed25519_sk_to_curve25519","d":"

    Convert an Ed25519 secret key to an X25519 secret key

    "},{"t":"F","n":"Sodium\\crypto_sign_keypair","p":"Sodium.html#function_crypto_sign_keypair","d":"

    Generate an Ed25519 keypair for use with the crypto_sign API

    "},{"t":"F","n":"Sodium\\crypto_sign_keypair_from_secretkey_and_publickey","p":"Sodium.html#function_crypto_sign_keypair_from_secretkey_and_publickey","d":"

    Create an Ed25519 keypair from an Ed25519 secret key + Ed25519 public key

    "},{"t":"F","n":"Sodium\\crypto_sign_open","p":"Sodium.html#function_crypto_sign_open","d":"

    Verify a signed message and return the plaintext

    "},{"t":"F","n":"Sodium\\crypto_sign_publickey","p":"Sodium.html#function_crypto_sign_publickey","d":"

    Get the public key from an Ed25519 keypair

    "},{"t":"F","n":"Sodium\\crypto_sign_publickey_from_secretkey","p":"Sodium.html#function_crypto_sign_publickey_from_secretkey","d":"

    Derive an Ed25519 public key from an Ed25519 secret key

    "},{"t":"F","n":"Sodium\\crypto_sign_secretkey","p":"Sodium.html#function_crypto_sign_secretkey","d":"

    Get the secret key from an Ed25519 keypair

    "},{"t":"F","n":"Sodium\\crypto_sign_seed_keypair","p":"Sodium.html#function_crypto_sign_seed_keypair","d":"

    Derive an Ed25519 keypair for use with the crypto_sign API from a seed

    "},{"t":"F","n":"Sodium\\crypto_sign_verify_detached","p":"Sodium.html#function_crypto_sign_verify_detached","d":"

    Verify a detached signature

    "},{"t":"F","n":"Sodium\\crypto_stream","p":"Sodium.html#function_crypto_stream","d":"

    Create a keystream from a key and nonce\nXsalsa20

    "},{"t":"F","n":"Sodium\\crypto_stream_xor","p":"Sodium.html#function_crypto_stream_xor","d":"

    Encrypt a message using a stream cipher\nXsalsa20

    "},{"t":"F","n":"Sodium\\hex2bin","p":"Sodium.html#function_hex2bin","d":"

    Convert from hex without side-chanels

    "},{"t":"F","n":"Sodium\\increment","p":"Sodium.html#function_increment","d":"

    Increment a string in little-endian

    "},{"t":"F","n":"Sodium\\library_version_major","p":"Sodium.html#function_library_version_major","d":"

    Get the true major version of libsodium

    "},{"t":"F","n":"Sodium\\library_version_minor","p":"Sodium.html#function_library_version_minor","d":"

    Get the true minor version of libsodium

    "},{"t":"F","n":"Sodium\\memcmp","p":"Sodium.html#function_memcmp","d":"

    Compare two strings in constant time

    "},{"t":"F","n":"Sodium\\memzero","p":"Sodium.html#function_memzero","d":"

    Wipe a buffer

    "},{"t":"F","n":"Sodium\\randombytes_buf","p":"Sodium.html#function_randombytes_buf","d":"

    Generate a string of random bytes\n/dev/urandom

    "},{"t":"F","n":"Sodium\\randombytes_random16","p":"Sodium.html#function_randombytes_random16","d":"

    Generate a 16-bit integer\n/dev/urandom

    "},{"t":"F","n":"Sodium\\randombytes_uniform","p":"Sodium.html#function_randombytes_uniform","d":"

    Generate an unbiased random integer between 0 and a specified value\n/dev/urandom

    "},{"t":"F","n":"Sodium\\version_string","p":"Sodium.html#function_version_string","d":"

    Get the version string

    "},{"t":"F","n":"Zstd\\compress","p":"Zstd.html#function_compress","d":"

    Zstandard compression.

    "},{"t":"F","n":"Zstd\\compress_dict","p":"Zstd.html#function_compress_dict","d":"

    Zstandard compression using a digested dictionary.

    "},{"t":"F","n":"Zstd\\uncompress","p":"Zstd.html#function_uncompress","d":"

    Zstandard decompression.

    "},{"t":"F","n":"Zstd\\uncompress_dict","p":"Zstd.html#function_uncompress_dict","d":"

    Zstandard decompression using a digested dictionary.

    "},{"t":"F","n":"\\GEOSLineMerge","p":"[Global_Namespace].html#function_GEOSLineMerge","d":""},{"t":"F","n":"\\GEOSPolygonize","p":"[Global_Namespace].html#function_GEOSPolygonize","d":""},{"t":"F","n":"\\GEOSRelateMatch","p":"[Global_Namespace].html#function_GEOSRelateMatch","d":""},{"t":"F","n":"\\GEOSSharedPaths","p":"[Global_Namespace].html#function_GEOSSharedPaths","d":""},{"t":"F","n":"\\GEOSVersion","p":"[Global_Namespace].html#function_GEOSVersion","d":""},{"t":"F","n":"\\PDF_activate_item","p":"[Global_Namespace].html#function_PDF_activate_item","d":"

    Activates a previously created structure element or other content item.

    "},{"t":"F","n":"\\PDF_add_launchlink","p":"[Global_Namespace].html#function_PDF_add_launchlink","d":"

    Add launch annotation for current page [deprecated].

    "},{"t":"F","n":"\\PDF_add_locallink","p":"[Global_Namespace].html#function_PDF_add_locallink","d":"

    Add a link annotation to a target within the current PDF file.

    "},{"t":"F","n":"\\PDF_add_nameddest","p":"[Global_Namespace].html#function_PDF_add_nameddest","d":"

    Creates a named destination on an arbitrary page in the current document.

    "},{"t":"F","n":"\\PDF_add_note","p":"[Global_Namespace].html#function_PDF_add_note","d":"

    Sets an annotation for the current page.

    "},{"t":"F","n":"\\PDF_add_pdflink","p":"[Global_Namespace].html#function_PDF_add_pdflink","d":"

    Add a file link annotation to a PDF target.

    "},{"t":"F","n":"\\PDF_add_table_cell","p":"[Global_Namespace].html#function_PDF_add_table_cell","d":"

    Adds a cell to a new or existing table.

    "},{"t":"F","n":"\\PDF_add_textflow","p":"[Global_Namespace].html#function_PDF_add_textflow","d":"

    Creates a Textflow object, or adds text and explicit options to an existing Textflow.

    "},{"t":"F","n":"\\PDF_add_thumbnail","p":"[Global_Namespace].html#function_PDF_add_thumbnail","d":"

    Adds an existing image as thumbnail for the current page.

    "},{"t":"F","n":"\\PDF_add_weblink","p":"[Global_Namespace].html#function_PDF_add_weblink","d":"

    Adds a weblink annotation to a target url on the Web.

    "},{"t":"F","n":"\\PDF_arc","p":"[Global_Namespace].html#function_PDF_arc","d":"

    Adds a counterclockwise circular arc

    "},{"t":"F","n":"\\PDF_arcn","p":"[Global_Namespace].html#function_PDF_arcn","d":"

    Except for the drawing direction, this function behaves exactly like PDF_arc().

    "},{"t":"F","n":"\\PDF_attach_file","p":"[Global_Namespace].html#function_PDF_attach_file","d":"

    Adds a file attachment annotation.

    "},{"t":"F","n":"\\PDF_begin_document","p":"[Global_Namespace].html#function_PDF_begin_document","d":"

    Creates a new PDF file subject to various options.

    "},{"t":"F","n":"\\PDF_begin_font","p":"[Global_Namespace].html#function_PDF_begin_font","d":"

    Starts a Type 3 font definition.

    "},{"t":"F","n":"\\PDF_begin_glyph","p":"[Global_Namespace].html#function_PDF_begin_glyph","d":"

    Starts a glyph definition for a Type 3 font.

    "},{"t":"F","n":"\\PDF_begin_item","p":"[Global_Namespace].html#function_PDF_begin_item","d":"

    Opens a structure element or other content item with attributes supplied as options.

    "},{"t":"F","n":"\\PDF_begin_layer","p":"[Global_Namespace].html#function_PDF_begin_layer","d":"

    Starts a layer for subsequent output on the page.

    "},{"t":"F","n":"\\PDF_begin_page","p":"[Global_Namespace].html#function_PDF_begin_page","d":"

    Adds a new page to the document.

    "},{"t":"F","n":"\\PDF_begin_page_ext","p":"[Global_Namespace].html#function_PDF_begin_page_ext","d":"

    Adds a new page to the document, and specifies various options. The parameters width and height are the dimensions of the new page in points.

    "},{"t":"F","n":"\\PDF_begin_pattern","p":"[Global_Namespace].html#function_PDF_begin_pattern","d":"

    Starts a new pattern definition.

    "},{"t":"F","n":"\\PDF_begin_template","p":"[Global_Namespace].html#function_PDF_begin_template","d":"

    Start template definition [deprecated]

    "},{"t":"F","n":"\\PDF_begin_template_ext","p":"[Global_Namespace].html#function_PDF_begin_template_ext","d":"

    Starts a new template definition.

    "},{"t":"F","n":"\\PDF_circle","p":"[Global_Namespace].html#function_PDF_circle","d":"

    Draw a circle

    "},{"t":"F","n":"\\PDF_clip","p":"[Global_Namespace].html#function_PDF_clip","d":"

    Clip to current path

    "},{"t":"F","n":"\\PDF_close","p":"[Global_Namespace].html#function_PDF_close","d":"

    Close pdf resource [deprecated]

    "},{"t":"F","n":"\\PDF_close_image","p":"[Global_Namespace].html#function_PDF_close_image","d":"

    Close image

    "},{"t":"F","n":"\\PDF_close_pdi","p":"[Global_Namespace].html#function_PDF_close_pdi","d":"

    Close the input pdf document [deprecated]

    "},{"t":"F","n":"\\PDF_close_pdi_document","p":"[Global_Namespace].html#function_PDF_close_pdi_document","d":""},{"t":"F","n":"\\PDF_close_pdi_page","p":"[Global_Namespace].html#function_PDF_close_pdi_page","d":"

    Closes the page handle, and frees all page-related resources

    "},{"t":"F","n":"\\PDF_closepath","p":"[Global_Namespace].html#function_PDF_closepath","d":"

    Close current path

    "},{"t":"F","n":"\\PDF_closepath_fill_stroke","p":"[Global_Namespace].html#function_PDF_closepath_fill_stroke","d":"

    Close, fill and stroke current path

    "},{"t":"F","n":"\\PDF_closepath_stroke","p":"[Global_Namespace].html#function_PDF_closepath_stroke","d":"

    Close and stroke path

    "},{"t":"F","n":"\\PDF_concat","p":"[Global_Namespace].html#function_PDF_concat","d":"

    Concatenate a matrix to the ctm

    "},{"t":"F","n":"\\PDF_continue_text","p":"[Global_Namespace].html#function_PDF_continue_text","d":"

    Output text in next line

    "},{"t":"F","n":"\\PDF_create_3dview","p":"[Global_Namespace].html#function_PDF_create_3dview","d":"

    Create 3d view

    "},{"t":"F","n":"\\PDF_create_action","p":"[Global_Namespace].html#function_PDF_create_action","d":"

    Create action for objects or events

    "},{"t":"F","n":"\\PDF_create_annotation","p":"[Global_Namespace].html#function_PDF_create_annotation","d":"

    Create rectangular annotation

    "},{"t":"F","n":"\\PDF_create_bookmark","p":"[Global_Namespace].html#function_PDF_create_bookmark","d":"

    Create bookmar

    "},{"t":"F","n":"\\PDF_create_field","p":"[Global_Namespace].html#function_PDF_create_field","d":"

    Create form field

    "},{"t":"F","n":"\\PDF_create_fieldgroup","p":"[Global_Namespace].html#function_PDF_create_fieldgroup","d":"

    Create form field group

    "},{"t":"F","n":"\\PDF_create_gstate","p":"[Global_Namespace].html#function_PDF_create_gstate","d":"

    Create graphics state object

    "},{"t":"F","n":"\\PDF_create_pvf","p":"[Global_Namespace].html#function_PDF_create_pvf","d":"

    Create pdflib virtual file

    "},{"t":"F","n":"\\PDF_create_textflow","p":"[Global_Namespace].html#function_PDF_create_textflow","d":"

    Create textflow object

    "},{"t":"F","n":"\\PDF_curveto","p":"[Global_Namespace].html#function_PDF_curveto","d":"

    Draw bezier curve

    "},{"t":"F","n":"\\PDF_define_layer","p":"[Global_Namespace].html#function_PDF_define_layer","d":"

    Create layer definition

    "},{"t":"F","n":"\\PDF_delete","p":"[Global_Namespace].html#function_PDF_delete","d":""},{"t":"F","n":"\\PDF_delete_pvf","p":"[Global_Namespace].html#function_PDF_delete_pvf","d":"

    Delete pdflib virtual file

    "},{"t":"F","n":"\\PDF_delete_table","p":"[Global_Namespace].html#function_PDF_delete_table","d":""},{"t":"F","n":"\\PDF_delete_textflow","p":"[Global_Namespace].html#function_PDF_delete_textflow","d":""},{"t":"F","n":"\\PDF_encoding_set_char","p":"[Global_Namespace].html#function_PDF_encoding_set_char","d":""},{"t":"F","n":"\\PDF_end_document","p":"[Global_Namespace].html#function_PDF_end_document","d":""},{"t":"F","n":"\\PDF_end_font","p":"[Global_Namespace].html#function_PDF_end_font","d":""},{"t":"F","n":"\\PDF_end_glyph","p":"[Global_Namespace].html#function_PDF_end_glyph","d":""},{"t":"F","n":"\\PDF_end_item","p":"[Global_Namespace].html#function_PDF_end_item","d":""},{"t":"F","n":"\\PDF_end_layer","p":"[Global_Namespace].html#function_PDF_end_layer","d":""},{"t":"F","n":"\\PDF_end_page","p":"[Global_Namespace].html#function_PDF_end_page","d":""},{"t":"F","n":"\\PDF_end_page_ext","p":"[Global_Namespace].html#function_PDF_end_page_ext","d":""},{"t":"F","n":"\\PDF_end_pattern","p":"[Global_Namespace].html#function_PDF_end_pattern","d":""},{"t":"F","n":"\\PDF_end_template","p":"[Global_Namespace].html#function_PDF_end_template","d":""},{"t":"F","n":"\\PDF_endpath","p":"[Global_Namespace].html#function_PDF_endpath","d":""},{"t":"F","n":"\\PDF_fill","p":"[Global_Namespace].html#function_PDF_fill","d":""},{"t":"F","n":"\\PDF_fill_imageblock","p":"[Global_Namespace].html#function_PDF_fill_imageblock","d":""},{"t":"F","n":"\\PDF_fill_pdfblock","p":"[Global_Namespace].html#function_PDF_fill_pdfblock","d":""},{"t":"F","n":"\\PDF_fill_stroke","p":"[Global_Namespace].html#function_PDF_fill_stroke","d":""},{"t":"F","n":"\\PDF_fill_textblock","p":"[Global_Namespace].html#function_PDF_fill_textblock","d":""},{"t":"F","n":"\\PDF_findfont","p":"[Global_Namespace].html#function_PDF_findfont","d":""},{"t":"F","n":"\\PDF_fit_image","p":"[Global_Namespace].html#function_PDF_fit_image","d":""},{"t":"F","n":"\\PDF_fit_pdi_page","p":"[Global_Namespace].html#function_PDF_fit_pdi_page","d":""},{"t":"F","n":"\\PDF_fit_table","p":"[Global_Namespace].html#function_PDF_fit_table","d":""},{"t":"F","n":"\\PDF_fit_textflow","p":"[Global_Namespace].html#function_PDF_fit_textflow","d":""},{"t":"F","n":"\\PDF_fit_textline","p":"[Global_Namespace].html#function_PDF_fit_textline","d":""},{"t":"F","n":"\\PDF_get_apiname","p":"[Global_Namespace].html#function_PDF_get_apiname","d":""},{"t":"F","n":"\\PDF_get_buffer","p":"[Global_Namespace].html#function_PDF_get_buffer","d":""},{"t":"F","n":"\\PDF_get_errmsg","p":"[Global_Namespace].html#function_PDF_get_errmsg","d":""},{"t":"F","n":"\\PDF_get_errnum","p":"[Global_Namespace].html#function_PDF_get_errnum","d":""},{"t":"F","n":"\\PDF_get_majorversion","p":"[Global_Namespace].html#function_PDF_get_majorversion","d":""},{"t":"F","n":"\\PDF_get_minorversion","p":"[Global_Namespace].html#function_PDF_get_minorversion","d":""},{"t":"F","n":"\\PDF_get_option","p":"[Global_Namespace].html#function_PDF_get_option","d":""},{"t":"F","n":"\\PDF_get_parameter","p":"[Global_Namespace].html#function_PDF_get_parameter","d":""},{"t":"F","n":"\\PDF_get_pdi_parameter","p":"[Global_Namespace].html#function_PDF_get_pdi_parameter","d":""},{"t":"F","n":"\\PDF_get_pdi_value","p":"[Global_Namespace].html#function_PDF_get_pdi_value","d":""},{"t":"F","n":"\\PDF_get_string","p":"[Global_Namespace].html#function_PDF_get_string","d":""},{"t":"F","n":"\\PDF_get_value","p":"[Global_Namespace].html#function_PDF_get_value","d":""},{"t":"F","n":"\\PDF_info_font","p":"[Global_Namespace].html#function_PDF_info_font","d":""},{"t":"F","n":"\\PDF_info_graphics","p":"[Global_Namespace].html#function_PDF_info_graphics","d":""},{"t":"F","n":"\\PDF_info_image","p":"[Global_Namespace].html#function_PDF_info_image","d":""},{"t":"F","n":"\\PDF_info_matchbox","p":"[Global_Namespace].html#function_PDF_info_matchbox","d":""},{"t":"F","n":"\\PDF_info_path","p":"[Global_Namespace].html#function_PDF_info_path","d":""},{"t":"F","n":"\\PDF_info_pdi_page","p":"[Global_Namespace].html#function_PDF_info_pdi_page","d":""},{"t":"F","n":"\\PDF_info_pvf","p":"[Global_Namespace].html#function_PDF_info_pvf","d":""},{"t":"F","n":"\\PDF_info_table","p":"[Global_Namespace].html#function_PDF_info_table","d":""},{"t":"F","n":"\\PDF_info_textflow","p":"[Global_Namespace].html#function_PDF_info_textflow","d":""},{"t":"F","n":"\\PDF_info_textline","p":"[Global_Namespace].html#function_PDF_info_textline","d":""},{"t":"F","n":"\\PDF_initgraphics","p":"[Global_Namespace].html#function_PDF_initgraphics","d":""},{"t":"F","n":"\\PDF_lineto","p":"[Global_Namespace].html#function_PDF_lineto","d":""},{"t":"F","n":"\\PDF_load_3ddata","p":"[Global_Namespace].html#function_PDF_load_3ddata","d":""},{"t":"F","n":"\\PDF_load_font","p":"[Global_Namespace].html#function_PDF_load_font","d":""},{"t":"F","n":"\\PDF_load_iccprofile","p":"[Global_Namespace].html#function_PDF_load_iccprofile","d":""},{"t":"F","n":"\\PDF_load_image","p":"[Global_Namespace].html#function_PDF_load_image","d":""},{"t":"F","n":"\\PDF_makespotcolor","p":"[Global_Namespace].html#function_PDF_makespotcolor","d":""},{"t":"F","n":"\\PDF_moveto","p":"[Global_Namespace].html#function_PDF_moveto","d":""},{"t":"F","n":"\\PDF_new","p":"[Global_Namespace].html#function_PDF_new","d":""},{"t":"F","n":"\\PDF_open_ccitt","p":"[Global_Namespace].html#function_PDF_open_ccitt","d":""},{"t":"F","n":"\\PDF_open_file","p":"[Global_Namespace].html#function_PDF_open_file","d":""},{"t":"F","n":"\\PDF_open_image","p":"[Global_Namespace].html#function_PDF_open_image","d":""},{"t":"F","n":"\\PDF_open_image_file","p":"[Global_Namespace].html#function_PDF_open_image_file","d":""},{"t":"F","n":"\\PDF_open_memory_image","p":"[Global_Namespace].html#function_PDF_open_memory_image","d":""},{"t":"F","n":"\\PDF_open_pdi","p":"[Global_Namespace].html#function_PDF_open_pdi","d":""},{"t":"F","n":"\\PDF_open_pdi_document","p":"[Global_Namespace].html#function_PDF_open_pdi_document","d":""},{"t":"F","n":"\\PDF_open_pdi_page","p":"[Global_Namespace].html#function_PDF_open_pdi_page","d":""},{"t":"F","n":"\\PDF_pcos_get_number","p":"[Global_Namespace].html#function_PDF_pcos_get_number","d":""},{"t":"F","n":"\\PDF_pcos_get_stream","p":"[Global_Namespace].html#function_PDF_pcos_get_stream","d":""},{"t":"F","n":"\\PDF_pcos_get_string","p":"[Global_Namespace].html#function_PDF_pcos_get_string","d":""},{"t":"F","n":"\\PDF_place_image","p":"[Global_Namespace].html#function_PDF_place_image","d":""},{"t":"F","n":"\\PDF_place_pdi_page","p":"[Global_Namespace].html#function_PDF_place_pdi_page","d":""},{"t":"F","n":"\\PDF_process_pdi","p":"[Global_Namespace].html#function_PDF_process_pdi","d":""},{"t":"F","n":"\\PDF_rect","p":"[Global_Namespace].html#function_PDF_rect","d":""},{"t":"F","n":"\\PDF_restore","p":"[Global_Namespace].html#function_PDF_restore","d":""},{"t":"F","n":"\\PDF_resume_page","p":"[Global_Namespace].html#function_PDF_resume_page","d":""},{"t":"F","n":"\\PDF_rotate","p":"[Global_Namespace].html#function_PDF_rotate","d":""},{"t":"F","n":"\\PDF_save","p":"[Global_Namespace].html#function_PDF_save","d":""},{"t":"F","n":"\\PDF_scale","p":"[Global_Namespace].html#function_PDF_scale","d":""},{"t":"F","n":"\\PDF_set_border_color","p":"[Global_Namespace].html#function_PDF_set_border_color","d":""},{"t":"F","n":"\\PDF_set_border_dash","p":"[Global_Namespace].html#function_PDF_set_border_dash","d":""},{"t":"F","n":"\\PDF_set_border_style","p":"[Global_Namespace].html#function_PDF_set_border_style","d":""},{"t":"F","n":"\\PDF_set_gstate","p":"[Global_Namespace].html#function_PDF_set_gstate","d":""},{"t":"F","n":"\\PDF_set_info","p":"[Global_Namespace].html#function_PDF_set_info","d":""},{"t":"F","n":"\\PDF_set_layer_dependency","p":"[Global_Namespace].html#function_PDF_set_layer_dependency","d":""},{"t":"F","n":"\\PDF_set_option","p":"[Global_Namespace].html#function_PDF_set_option","d":""},{"t":"F","n":"\\PDF_set_parameter","p":"[Global_Namespace].html#function_PDF_set_parameter","d":""},{"t":"F","n":"\\PDF_set_text_option","p":"[Global_Namespace].html#function_PDF_set_text_option","d":""},{"t":"F","n":"\\PDF_set_text_pos","p":"[Global_Namespace].html#function_PDF_set_text_pos","d":""},{"t":"F","n":"\\PDF_set_value","p":"[Global_Namespace].html#function_PDF_set_value","d":""},{"t":"F","n":"\\PDF_setcolor","p":"[Global_Namespace].html#function_PDF_setcolor","d":""},{"t":"F","n":"\\PDF_setdash","p":"[Global_Namespace].html#function_PDF_setdash","d":""},{"t":"F","n":"\\PDF_setdashpattern","p":"[Global_Namespace].html#function_PDF_setdashpattern","d":""},{"t":"F","n":"\\PDF_setflat","p":"[Global_Namespace].html#function_PDF_setflat","d":""},{"t":"F","n":"\\PDF_setfont","p":"[Global_Namespace].html#function_PDF_setfont","d":""},{"t":"F","n":"\\PDF_setgray","p":"[Global_Namespace].html#function_PDF_setgray","d":""},{"t":"F","n":"\\PDF_setgray_fill","p":"[Global_Namespace].html#function_PDF_setgray_fill","d":""},{"t":"F","n":"\\PDF_setgray_stroke","p":"[Global_Namespace].html#function_PDF_setgray_stroke","d":""},{"t":"F","n":"\\PDF_setlinecap","p":"[Global_Namespace].html#function_PDF_setlinecap","d":""},{"t":"F","n":"\\PDF_setlinejoin","p":"[Global_Namespace].html#function_PDF_setlinejoin","d":""},{"t":"F","n":"\\PDF_setlinewidth","p":"[Global_Namespace].html#function_PDF_setlinewidth","d":""},{"t":"F","n":"\\PDF_setmatrix","p":"[Global_Namespace].html#function_PDF_setmatrix","d":""},{"t":"F","n":"\\PDF_setmiterlimit","p":"[Global_Namespace].html#function_PDF_setmiterlimit","d":""},{"t":"F","n":"\\PDF_setrgbcolor","p":"[Global_Namespace].html#function_PDF_setrgbcolor","d":""},{"t":"F","n":"\\PDF_setrgbcolor_fill","p":"[Global_Namespace].html#function_PDF_setrgbcolor_fill","d":""},{"t":"F","n":"\\PDF_setrgbcolor_stroke","p":"[Global_Namespace].html#function_PDF_setrgbcolor_stroke","d":""},{"t":"F","n":"\\PDF_shading","p":"[Global_Namespace].html#function_PDF_shading","d":""},{"t":"F","n":"\\PDF_shading_pattern","p":"[Global_Namespace].html#function_PDF_shading_pattern","d":""},{"t":"F","n":"\\PDF_shfill","p":"[Global_Namespace].html#function_PDF_shfill","d":""},{"t":"F","n":"\\PDF_show","p":"[Global_Namespace].html#function_PDF_show","d":""},{"t":"F","n":"\\PDF_show_boxed","p":"[Global_Namespace].html#function_PDF_show_boxed","d":""},{"t":"F","n":"\\PDF_show_xy","p":"[Global_Namespace].html#function_PDF_show_xy","d":""},{"t":"F","n":"\\PDF_skew","p":"[Global_Namespace].html#function_PDF_skew","d":""},{"t":"F","n":"\\PDF_stringwidth","p":"[Global_Namespace].html#function_PDF_stringwidth","d":""},{"t":"F","n":"\\PDF_stroke","p":"[Global_Namespace].html#function_PDF_stroke","d":""},{"t":"F","n":"\\PDF_suspend_page","p":"[Global_Namespace].html#function_PDF_suspend_page","d":""},{"t":"F","n":"\\PDF_translate","p":"[Global_Namespace].html#function_PDF_translate","d":""},{"t":"F","n":"\\PDF_utf16_to_utf8","p":"[Global_Namespace].html#function_PDF_utf16_to_utf8","d":""},{"t":"F","n":"\\PDF_utf32_to_utf16","p":"[Global_Namespace].html#function_PDF_utf32_to_utf16","d":""},{"t":"F","n":"\\PDF_utf8_to_utf16","p":"[Global_Namespace].html#function_PDF_utf8_to_utf16","d":""},{"t":"F","n":"\\PS_UNRESERVE_PREFIX___halt_compiler","p":"[Global_Namespace].html#function_PS_UNRESERVE_PREFIX___halt_compiler","d":"

    (PHP 5.1)
    \nHalts the execution of the compiler. This can be useful to embed data in PHP scripts, like the installation files.

    "},{"t":"F","n":"\\PS_UNRESERVE_PREFIX_array","p":"[Global_Namespace].html#function_PS_UNRESERVE_PREFIX_array","d":"

    Creates an array.

    "},{"t":"F","n":"\\PS_UNRESERVE_PREFIX_die","p":"[Global_Namespace].html#function_PS_UNRESERVE_PREFIX_die","d":"

    Terminates execution of the script. Shutdown functions and object destructors will always be executed even if exit is called.

    \n

    die is a language construct and it can be called without parentheses if no status is passed.

    "},{"t":"F","n":"\\PS_UNRESERVE_PREFIX_empty","p":"[Global_Namespace].html#function_PS_UNRESERVE_PREFIX_empty","d":"

    Determine whether a variable is considered to be empty. A variable is considered empty if it does not exist or if its value\nequals FALSE. empty() does not generate a warning if the variable does not exist.

    "},{"t":"F","n":"\\PS_UNRESERVE_PREFIX_eval","p":"[Global_Namespace].html#function_PS_UNRESERVE_PREFIX_eval","d":"

    Evaluates the given code as PHP.

    \n

    Caution: The eval() language construct is very dangerous because it allows execution of arbitrary PHP code. Its use thus is\ndiscouraged. If you have carefully verified that there is no other option than to use this construct, pay special attention not to\npass any user provided data into it without properly validating it beforehand.

    "},{"t":"F","n":"\\PS_UNRESERVE_PREFIX_exit","p":"[Global_Namespace].html#function_PS_UNRESERVE_PREFIX_exit","d":"

    Terminates execution of the script. Shutdown functions and object destructors will always be executed even if exit is called.

    \n

    exit is a language construct and it can be called without parentheses if no status is passed.

    "},{"t":"F","n":"\\PS_UNRESERVE_PREFIX_isset","p":"[Global_Namespace].html#function_PS_UNRESERVE_PREFIX_isset","d":"

    Determine if a variable is set and is not NULL.

    \n

    If a variable has been unset with unset(), it will no longer be set. isset() will return FALSE if testing a variable\nthat has been set to NULL. Also note that a null character (\"\\0\") is not equivalent to the PHP NULL constant.

    \n

    If multiple parameters are supplied then isset() will return TRUE only if all of the parameters are set."},{"t":"F","n":"\\PS_UNRESERVE_PREFIX_list","p":"[Global_Namespace].html#function_PS_UNRESERVE_PREFIX_list","d":"

    Assigns a list of variables in one operation.

    "},{"t":"F","n":"\\PS_UNRESERVE_PREFIX_unset","p":"[Global_Namespace].html#function_PS_UNRESERVE_PREFIX_unset","d":"

    Destroys the specified variables.

    \n

    The behavior of unset() inside of a function can vary depending on what type of variable you are attempting to destroy.

    "},{"t":"F","n":"\\SQLSRV_PHPTYPE_STREAM","p":"[Global_Namespace].html#function_SQLSRV_PHPTYPE_STREAM","d":"

    Specifies the encoding of a stream of data from the server.

    "},{"t":"F","n":"\\SQLSRV_PHPTYPE_STRING","p":"[Global_Namespace].html#function_SQLSRV_PHPTYPE_STRING","d":"

    Specifies the encoding of a string being received form the server.

    "},{"t":"F","n":"\\SQLSRV_SQLTYPE_BINARY","p":"[Global_Namespace].html#function_SQLSRV_SQLTYPE_BINARY","d":"

    Specifies a SQL Server binary field.

    "},{"t":"F","n":"\\SQLSRV_SQLTYPE_CHAR","p":"[Global_Namespace].html#function_SQLSRV_SQLTYPE_CHAR","d":"

    Specifies a SQL Server char field.

    "},{"t":"F","n":"\\SQLSRV_SQLTYPE_DECIMAL","p":"[Global_Namespace].html#function_SQLSRV_SQLTYPE_DECIMAL","d":"

    Specifies a SQL Server decimal field.

    "},{"t":"F","n":"\\SQLSRV_SQLTYPE_NCHAR","p":"[Global_Namespace].html#function_SQLSRV_SQLTYPE_NCHAR","d":"

    Specifies a SQL Server nchar field.

    "},{"t":"F","n":"\\SQLSRV_SQLTYPE_NUMERIC","p":"[Global_Namespace].html#function_SQLSRV_SQLTYPE_NUMERIC","d":"

    Specifies a SQL Server numeric field.

    "},{"t":"F","n":"\\SQLSRV_SQLTYPE_NVARCHAR","p":"[Global_Namespace].html#function_SQLSRV_SQLTYPE_NVARCHAR","d":"

    Specifies a SQL Server nvarchar field.

    "},{"t":"F","n":"\\SQLSRV_SQLTYPE_VARBINARY","p":"[Global_Namespace].html#function_SQLSRV_SQLTYPE_VARBINARY","d":"

    Specifies a SQL Server varbinary field.

    "},{"t":"F","n":"\\SQLSRV_SQLTYPE_VARCHAR","p":"[Global_Namespace].html#function_SQLSRV_SQLTYPE_VARCHAR","d":"

    Specifies a SQL Server varchar filed.

    "},{"t":"F","n":"\\_","p":"[Global_Namespace].html#function__","d":"

    Lookup a message in the current domain

    "},{"t":"F","n":"\\abs","p":"[Global_Namespace].html#function_abs","d":"

    Absolute value

    "},{"t":"F","n":"\\accelerator_set_status","p":"[Global_Namespace].html#function_accelerator_set_status","d":"

    Disable/enable the Code Acceleration functionality at run time.

    "},{"t":"F","n":"\\acos","p":"[Global_Namespace].html#function_acos","d":"

    Arc cosine

    "},{"t":"F","n":"\\acosh","p":"[Global_Namespace].html#function_acosh","d":"

    Inverse hyperbolic cosine

    "},{"t":"F","n":"\\addcslashes","p":"[Global_Namespace].html#function_addcslashes","d":"

    Quote string with slashes in a C style

    "},{"t":"F","n":"\\addslashes","p":"[Global_Namespace].html#function_addslashes","d":"

    Quote string with slashes

    "},{"t":"F","n":"\\apache_child_terminate","p":"[Global_Namespace].html#function_apache_child_terminate","d":"

    Terminate apache process after this request\napache_child_terminate() will register the Apache process executing the current PHP request for termination once execution of PHP code is completed. It may be used to terminate a process after a script with high memory consumption has been run as memory will usually only be freed internally but not given back to the operating system.

    "},{"t":"F","n":"\\apache_get_modules","p":"[Global_Namespace].html#function_apache_get_modules","d":"

    Get a list of loaded Apache modules

    "},{"t":"F","n":"\\apache_get_version","p":"[Global_Namespace].html#function_apache_get_version","d":"

    Fetch the Apache version

    "},{"t":"F","n":"\\apache_getenv","p":"[Global_Namespace].html#function_apache_getenv","d":"

    Get an Apache subprocess_env variable\nRetrieve an Apache environment variable specified by $variable.

    "},{"t":"F","n":"\\apache_lookup_uri","p":"[Global_Namespace].html#function_apache_lookup_uri","d":"

    Perform a partial request for the specified URI and return all info about it\nThis performs a partial request for a URI. It goes just far enough to obtain all the important information about the given resource.

    "},{"t":"F","n":"\\apache_note","p":"[Global_Namespace].html#function_apache_note","d":"

    Get and set apache request notes\nThis function is a wrapper for Apache's table_get and table_set. It edits the table of notes that exists during a request. The table's purpose is to allow Apache modules to communicate.

    "},{"t":"F","n":"\\apache_request_headers","p":"[Global_Namespace].html#function_apache_request_headers","d":"

    Fetches all HTTP request headers from the current request

    "},{"t":"F","n":"\\apache_reset_timeout","p":"[Global_Namespace].html#function_apache_reset_timeout","d":"

    Reset the Apache write timer\napache_reset_timeout() resets the Apache write timer, which defaults to 300 seconds. With set_time_limit(0); ignore_user_abort(true) and periodic apache_reset_timeout() calls, Apache can theoretically run forever.

    "},{"t":"F","n":"\\apache_response_headers","p":"[Global_Namespace].html#function_apache_response_headers","d":"

    Fetch all HTTP response headers

    "},{"t":"F","n":"\\apache_setenv","p":"[Global_Namespace].html#function_apache_setenv","d":"

    Sets the value of the Apache environment variable specified by variable.

    "},{"t":"F","n":"\\apc_add","p":"[Global_Namespace].html#function_apc_add","d":"

    Caches a variable in the data store, only if it's not already stored

    "},{"t":"F","n":"\\apc_bin_dump","p":"[Global_Namespace].html#function_apc_bin_dump","d":"

    Returns a binary dump of the given files and user variables from the APC cache

    "},{"t":"F","n":"\\apc_bin_dumpfile","p":"[Global_Namespace].html#function_apc_bin_dumpfile","d":"

    Output a binary dump of the given files and user variables from the APC cache to the named file

    "},{"t":"F","n":"\\apc_bin_load","p":"[Global_Namespace].html#function_apc_bin_load","d":"

    Load the given binary dump into the APC file/user cache

    "},{"t":"F","n":"\\apc_bin_loadfile","p":"[Global_Namespace].html#function_apc_bin_loadfile","d":"

    Load the given binary dump from the named file into the APC file/user cache

    "},{"t":"F","n":"\\apc_cache_info","p":"[Global_Namespace].html#function_apc_cache_info","d":"

    Retrieves cached information and meta-data from APC's data store

    "},{"t":"F","n":"\\apc_cas","p":"[Global_Namespace].html#function_apc_cas","d":"

    Updates an old value with a new value

    "},{"t":"F","n":"\\apc_clear_cache","p":"[Global_Namespace].html#function_apc_clear_cache","d":"

    Clears the APC cache

    "},{"t":"F","n":"\\apc_compile_file","p":"[Global_Namespace].html#function_apc_compile_file","d":"

    Stores a file in the bytecode cache, bypassing all filters

    "},{"t":"F","n":"\\apc_dec","p":"[Global_Namespace].html#function_apc_dec","d":"

    Decrease a stored number

    "},{"t":"F","n":"\\apc_define_constants","p":"[Global_Namespace].html#function_apc_define_constants","d":"

    Defines a set of constants for retrieval and mass-definition

    "},{"t":"F","n":"\\apc_delete","p":"[Global_Namespace].html#function_apc_delete","d":"

    Removes a stored variable from the cache

    "},{"t":"F","n":"\\apc_delete_file","p":"[Global_Namespace].html#function_apc_delete_file","d":"

    Deletes the given files from the opcode cache

    "},{"t":"F","n":"\\apc_exists","p":"[Global_Namespace].html#function_apc_exists","d":"

    Checks if APC key exists

    "},{"t":"F","n":"\\apc_fetch","p":"[Global_Namespace].html#function_apc_fetch","d":"

    Fetch a stored variable from the cache

    "},{"t":"F","n":"\\apc_inc","p":"[Global_Namespace].html#function_apc_inc","d":"

    Increase a stored number

    "},{"t":"F","n":"\\apc_load_constants","p":"[Global_Namespace].html#function_apc_load_constants","d":"

    Loads a set of constants from the cache

    "},{"t":"F","n":"\\apc_sma_info","p":"[Global_Namespace].html#function_apc_sma_info","d":"

    Retrieves APC's Shared Memory Allocation information

    "},{"t":"F","n":"\\apc_store","p":"[Global_Namespace].html#function_apc_store","d":"

    Cache a variable in the data store

    "},{"t":"F","n":"\\apcu_add","p":"[Global_Namespace].html#function_apcu_add","d":"

    Caches a variable in the data store, only if it's not already stored

    "},{"t":"F","n":"\\apcu_cache_info","p":"[Global_Namespace].html#function_apcu_cache_info","d":"

    Retrieves cached information from APCu's data store

    "},{"t":"F","n":"\\apcu_cas","p":"[Global_Namespace].html#function_apcu_cas","d":"

    Updates an old value with a new value

    "},{"t":"F","n":"\\apcu_clear_cache","p":"[Global_Namespace].html#function_apcu_clear_cache","d":"

    Clears the APCu cache

    "},{"t":"F","n":"\\apcu_dec","p":"[Global_Namespace].html#function_apcu_dec","d":"

    Decrease a stored number

    "},{"t":"F","n":"\\apcu_delete","p":"[Global_Namespace].html#function_apcu_delete","d":"

    Removes a stored variable from the cache

    "},{"t":"F","n":"\\apcu_enabled","p":"[Global_Namespace].html#function_apcu_enabled","d":"

    Whether APCu is usable in the current environment

    "},{"t":"F","n":"\\apcu_entry","p":"[Global_Namespace].html#function_apcu_entry","d":"

    Atomically fetch or generate a cache entry

    "},{"t":"F","n":"\\apcu_exists","p":"[Global_Namespace].html#function_apcu_exists","d":"

    Checks if APCu key exists

    "},{"t":"F","n":"\\apcu_fetch","p":"[Global_Namespace].html#function_apcu_fetch","d":"

    Fetch a stored variable from the cache

    "},{"t":"F","n":"\\apcu_inc","p":"[Global_Namespace].html#function_apcu_inc","d":"

    Increase a stored number

    "},{"t":"F","n":"\\apcu_key_info","p":"[Global_Namespace].html#function_apcu_key_info","d":""},{"t":"F","n":"\\apcu_sma_info","p":"[Global_Namespace].html#function_apcu_sma_info","d":"

    Retrieves APCu Shared Memory Allocation information

    "},{"t":"F","n":"\\apcu_store","p":"[Global_Namespace].html#function_apcu_store","d":"

    Cache a variable in the data store

    "},{"t":"F","n":"\\array_all","p":"[Global_Namespace].html#function_array_all","d":""},{"t":"F","n":"\\array_any","p":"[Global_Namespace].html#function_array_any","d":""},{"t":"F","n":"\\array_change_key_case","p":"[Global_Namespace].html#function_array_change_key_case","d":"

    Changes the case of all keys in an array

    "},{"t":"F","n":"\\array_chunk","p":"[Global_Namespace].html#function_array_chunk","d":"

    Split an array into chunks

    "},{"t":"F","n":"\\array_column","p":"[Global_Namespace].html#function_array_column","d":"

    Return the values from a single column in the input array

    "},{"t":"F","n":"\\array_combine","p":"[Global_Namespace].html#function_array_combine","d":"

    Creates an array by using one array for keys and another for its values

    "},{"t":"F","n":"\\array_count_values","p":"[Global_Namespace].html#function_array_count_values","d":"

    Counts all the values of an array

    "},{"t":"F","n":"\\array_diff","p":"[Global_Namespace].html#function_array_diff","d":"

    Computes the difference of arrays

    "},{"t":"F","n":"\\array_diff_assoc","p":"[Global_Namespace].html#function_array_diff_assoc","d":"

    Computes the difference of arrays with additional index check

    "},{"t":"F","n":"\\array_diff_key","p":"[Global_Namespace].html#function_array_diff_key","d":"

    Computes the difference of arrays using keys for comparison

    "},{"t":"F","n":"\\array_diff_uassoc","p":"[Global_Namespace].html#function_array_diff_uassoc","d":"

    Computes the difference of arrays with additional index check which is performed by a user supplied callback function

    "},{"t":"F","n":"\\array_diff_ukey","p":"[Global_Namespace].html#function_array_diff_ukey","d":"

    Computes the difference of arrays using a callback function on the keys for comparison

    "},{"t":"F","n":"\\array_fill","p":"[Global_Namespace].html#function_array_fill","d":"

    Fill an array with values

    "},{"t":"F","n":"\\array_fill_keys","p":"[Global_Namespace].html#function_array_fill_keys","d":"

    Fill an array with values, specifying keys

    "},{"t":"F","n":"\\array_filter","p":"[Global_Namespace].html#function_array_filter","d":"

    Iterates over each value in the array\npassing them to the callback function.

    "},{"t":"F","n":"\\array_find","p":"[Global_Namespace].html#function_array_find","d":""},{"t":"F","n":"\\array_find_key","p":"[Global_Namespace].html#function_array_find_key","d":""},{"t":"F","n":"\\array_flip","p":"[Global_Namespace].html#function_array_flip","d":"

    Exchanges all keys with their associated values in an array

    "},{"t":"F","n":"\\array_intersect","p":"[Global_Namespace].html#function_array_intersect","d":"

    Computes the intersection of arrays

    "},{"t":"F","n":"\\array_intersect_assoc","p":"[Global_Namespace].html#function_array_intersect_assoc","d":"

    Computes the intersection of arrays with additional index check

    "},{"t":"F","n":"\\array_intersect_key","p":"[Global_Namespace].html#function_array_intersect_key","d":"

    Computes the intersection of arrays using keys for comparison

    "},{"t":"F","n":"\\array_intersect_uassoc","p":"[Global_Namespace].html#function_array_intersect_uassoc","d":"

    Computes the intersection of arrays with additional index check, compares indexes by a callback function

    "},{"t":"F","n":"\\array_intersect_ukey","p":"[Global_Namespace].html#function_array_intersect_ukey","d":"

    Computes the intersection of arrays using a callback function on the keys for comparison

    "},{"t":"F","n":"\\array_is_list","p":"[Global_Namespace].html#function_array_is_list","d":""},{"t":"F","n":"\\array_key_exists","p":"[Global_Namespace].html#function_array_key_exists","d":"

    Checks if the given key or index exists in the array

    "},{"t":"F","n":"\\array_key_first","p":"[Global_Namespace].html#function_array_key_first","d":"

    Gets the first key of an array

    "},{"t":"F","n":"\\array_key_last","p":"[Global_Namespace].html#function_array_key_last","d":"

    Gets the last key of an array

    "},{"t":"F","n":"\\array_keys","p":"[Global_Namespace].html#function_array_keys","d":"

    Return all the keys or a subset of the keys of an array

    "},{"t":"F","n":"\\array_map","p":"[Global_Namespace].html#function_array_map","d":"

    Applies the callback to the elements of the given arrays

    "},{"t":"F","n":"\\array_merge","p":"[Global_Namespace].html#function_array_merge","d":"

    Merges the elements of one or more arrays together (if the input arrays have the same string keys, then the later value for that key will overwrite the previous one; if the arrays contain numeric keys, the later value will be appended)\nSince 7.4.0 this function can be called without any parameter, and it will return empty array.

    "},{"t":"F","n":"\\array_merge_recursive","p":"[Global_Namespace].html#function_array_merge_recursive","d":"

    Merge two or more arrays recursively

    "},{"t":"F","n":"\\array_multisort","p":"[Global_Namespace].html#function_array_multisort","d":"

    Sort multiple or multi-dimensional arrays

    "},{"t":"F","n":"\\array_pad","p":"[Global_Namespace].html#function_array_pad","d":"

    Pad array to the specified length with a value

    "},{"t":"F","n":"\\array_pop","p":"[Global_Namespace].html#function_array_pop","d":"

    Pop the element off the end of array

    "},{"t":"F","n":"\\array_product","p":"[Global_Namespace].html#function_array_product","d":"

    Calculate the product of values in an array

    "},{"t":"F","n":"\\array_push","p":"[Global_Namespace].html#function_array_push","d":"

    Push elements onto the end of array\nSince 7.3.0 this function can be called with only one parameter.

    "},{"t":"F","n":"\\array_rand","p":"[Global_Namespace].html#function_array_rand","d":"

    Pick one or more random keys out of an array

    "},{"t":"F","n":"\\array_reduce","p":"[Global_Namespace].html#function_array_reduce","d":"

    Iteratively reduce the array to a single value using a callback function

    "},{"t":"F","n":"\\array_replace","p":"[Global_Namespace].html#function_array_replace","d":"

    array_replace() replaces the values of the first array with the same values from all the following arrays.

    "},{"t":"F","n":"\\array_replace_recursive","p":"[Global_Namespace].html#function_array_replace_recursive","d":"

    Replaces elements from passed arrays into the first array recursively

    "},{"t":"F","n":"\\array_reverse","p":"[Global_Namespace].html#function_array_reverse","d":"

    Return an array with elements in reverse order

    "},{"t":"F","n":"\\array_search","p":"[Global_Namespace].html#function_array_search","d":"

    Searches the array for a given value and returns the first corresponding key if successful

    "},{"t":"F","n":"\\array_shift","p":"[Global_Namespace].html#function_array_shift","d":"

    Shift an element off the beginning of array

    "},{"t":"F","n":"\\array_slice","p":"[Global_Namespace].html#function_array_slice","d":"

    Extract a slice of the array

    "},{"t":"F","n":"\\array_splice","p":"[Global_Namespace].html#function_array_splice","d":"

    Remove a portion of the array and replace it with something else

    "},{"t":"F","n":"\\array_sum","p":"[Global_Namespace].html#function_array_sum","d":"

    Calculate the sum of values in an array

    "},{"t":"F","n":"\\array_udiff","p":"[Global_Namespace].html#function_array_udiff","d":"

    Computes the difference of arrays by using a callback function for data comparison

    "},{"t":"F","n":"\\array_udiff_assoc","p":"[Global_Namespace].html#function_array_udiff_assoc","d":"

    Computes the difference of arrays with additional index check, compares data by a callback function

    "},{"t":"F","n":"\\array_udiff_uassoc","p":"[Global_Namespace].html#function_array_udiff_uassoc","d":"

    Computes the difference of arrays with additional index check, compares data and indexes by a callback function

    "},{"t":"F","n":"\\array_uintersect","p":"[Global_Namespace].html#function_array_uintersect","d":"

    Computes the intersection of arrays, compares data by a callback function

    "},{"t":"F","n":"\\array_uintersect_assoc","p":"[Global_Namespace].html#function_array_uintersect_assoc","d":"

    Computes the intersection of arrays with additional index check, compares data by a callback function

    "},{"t":"F","n":"\\array_uintersect_uassoc","p":"[Global_Namespace].html#function_array_uintersect_uassoc","d":"

    Computes the intersection of arrays with additional index check, compares data and indexes by separate callback functions

    "},{"t":"F","n":"\\array_unique","p":"[Global_Namespace].html#function_array_unique","d":"

    Removes duplicate values from an array

    "},{"t":"F","n":"\\array_unshift","p":"[Global_Namespace].html#function_array_unshift","d":"

    Prepend elements to the beginning of an array\nSince 7.3.0 this function can be called with only one parameter.

    "},{"t":"F","n":"\\array_values","p":"[Global_Namespace].html#function_array_values","d":"

    Return all the values of an array

    "},{"t":"F","n":"\\array_walk","p":"[Global_Namespace].html#function_array_walk","d":"

    Apply a user function to every member of an array

    "},{"t":"F","n":"\\array_walk_recursive","p":"[Global_Namespace].html#function_array_walk_recursive","d":"

    Apply a user function recursively to every member of an array

    "},{"t":"F","n":"\\arsort","p":"[Global_Namespace].html#function_arsort","d":"

    Sort an array in reverse order and maintain index association

    "},{"t":"F","n":"\\asin","p":"[Global_Namespace].html#function_asin","d":"

    Arc sine

    "},{"t":"F","n":"\\asinh","p":"[Global_Namespace].html#function_asinh","d":"

    Inverse hyperbolic sine

    "},{"t":"F","n":"\\asort","p":"[Global_Namespace].html#function_asort","d":"

    Sort an array and maintain index association

    "},{"t":"F","n":"\\assert","p":"[Global_Namespace].html#function_assert","d":"

    Checks if assertion is FALSE

    "},{"t":"F","n":"\\assert_options","p":"[Global_Namespace].html#function_assert_options","d":"

    Set/get the various assert flags

    "},{"t":"F","n":"\\atan","p":"[Global_Namespace].html#function_atan","d":"

    Arc tangent

    "},{"t":"F","n":"\\atan2","p":"[Global_Namespace].html#function_atan2","d":"

    Arc tangent of two variables

    "},{"t":"F","n":"\\atanh","p":"[Global_Namespace].html#function_atanh","d":"

    Inverse hyperbolic tangent

    "},{"t":"F","n":"\\base64_decode","p":"[Global_Namespace].html#function_base64_decode","d":"

    Decodes data encoded with MIME base64

    "},{"t":"F","n":"\\base64_encode","p":"[Global_Namespace].html#function_base64_encode","d":"

    Encodes data with MIME base64

    "},{"t":"F","n":"\\base_convert","p":"[Global_Namespace].html#function_base_convert","d":"

    Convert a number between arbitrary bases

    "},{"t":"F","n":"\\basename","p":"[Global_Namespace].html#function_basename","d":"

    Returns trailing name component of path

    "},{"t":"F","n":"\\bcadd","p":"[Global_Namespace].html#function_bcadd","d":"

    Add two arbitrary precision numbers

    "},{"t":"F","n":"\\bcceil","p":"[Global_Namespace].html#function_bcceil","d":""},{"t":"F","n":"\\bccomp","p":"[Global_Namespace].html#function_bccomp","d":"

    Compare two arbitrary precision numbers

    "},{"t":"F","n":"\\bcdiv","p":"[Global_Namespace].html#function_bcdiv","d":"

    Divide two arbitrary precision numbers

    "},{"t":"F","n":"\\bcdivmod","p":"[Global_Namespace].html#function_bcdivmod","d":""},{"t":"F","n":"\\bcfloor","p":"[Global_Namespace].html#function_bcfloor","d":""},{"t":"F","n":"\\bcmod","p":"[Global_Namespace].html#function_bcmod","d":"

    Get modulus of an arbitrary precision number

    "},{"t":"F","n":"\\bcmul","p":"[Global_Namespace].html#function_bcmul","d":"

    Multiply two arbitrary precision numbers

    "},{"t":"F","n":"\\bcpow","p":"[Global_Namespace].html#function_bcpow","d":"

    Raise an arbitrary precision number to another

    "},{"t":"F","n":"\\bcpowmod","p":"[Global_Namespace].html#function_bcpowmod","d":"

    Raise an arbitrary precision number to another, reduced by a specified modulus

    "},{"t":"F","n":"\\bcround","p":"[Global_Namespace].html#function_bcround","d":""},{"t":"F","n":"\\bcscale","p":"[Global_Namespace].html#function_bcscale","d":"

    Set default scale parameter for all bc math functions

    "},{"t":"F","n":"\\bcsqrt","p":"[Global_Namespace].html#function_bcsqrt","d":"

    Get the square root of an arbitrary precision number

    "},{"t":"F","n":"\\bcsub","p":"[Global_Namespace].html#function_bcsub","d":"

    Subtract one arbitrary precision number from another

    "},{"t":"F","n":"\\bin2hex","p":"[Global_Namespace].html#function_bin2hex","d":"

    Convert binary data into hexadecimal representation

    "},{"t":"F","n":"\\bind_textdomain_codeset","p":"[Global_Namespace].html#function_bind_textdomain_codeset","d":"

    Specify the character encoding in which the messages from the DOMAIN message catalog will be returned

    "},{"t":"F","n":"\\bindec","p":"[Global_Namespace].html#function_bindec","d":"

    Binary to decimal

    "},{"t":"F","n":"\\bindtextdomain","p":"[Global_Namespace].html#function_bindtextdomain","d":"

    Sets the path for a domain

    "},{"t":"F","n":"\\boolval","p":"[Global_Namespace].html#function_boolval","d":"

    (PHP 5.5.0)
    \nGet the boolean value of a variable

    "},{"t":"F","n":"\\brotli_compress","p":"[Global_Namespace].html#function_brotli_compress","d":"

    This function compress a string using brotli algorithm.

    "},{"t":"F","n":"\\brotli_compress_add","p":"[Global_Namespace].html#function_brotli_compress_add","d":"

    Initialize an incremental brotli compress context.

    "},{"t":"F","n":"\\brotli_compress_init","p":"[Global_Namespace].html#function_brotli_compress_init","d":"

    Initialize an incremental brotli compress context.

    "},{"t":"F","n":"\\brotli_uncompress","p":"[Global_Namespace].html#function_brotli_uncompress","d":"

    This function uncompresses a string compressed with brotli algorithm.

    "},{"t":"F","n":"\\brotli_uncompress_add","p":"[Global_Namespace].html#function_brotli_uncompress_add","d":"

    Initialize an incremental brotli compress context.

    "},{"t":"F","n":"\\brotli_uncompress_init","p":"[Global_Namespace].html#function_brotli_uncompress_init","d":"

    Initialize an incremental brotli uncompress context.

    "},{"t":"F","n":"\\bzclose","p":"[Global_Namespace].html#function_bzclose","d":"

    Close a bzip2 file

    "},{"t":"F","n":"\\bzcompress","p":"[Global_Namespace].html#function_bzcompress","d":"

    Compress a string into bzip2 encoded data

    "},{"t":"F","n":"\\bzdecompress","p":"[Global_Namespace].html#function_bzdecompress","d":"

    Decompresses bzip2 encoded data

    "},{"t":"F","n":"\\bzerrno","p":"[Global_Namespace].html#function_bzerrno","d":"

    Returns a bzip2 error number

    "},{"t":"F","n":"\\bzerror","p":"[Global_Namespace].html#function_bzerror","d":"

    Returns the bzip2 error number and error string in an array

    "},{"t":"F","n":"\\bzerrstr","p":"[Global_Namespace].html#function_bzerrstr","d":"

    Returns a bzip2 error string

    "},{"t":"F","n":"\\bzflush","p":"[Global_Namespace].html#function_bzflush","d":"

    Force a write of all buffered data

    "},{"t":"F","n":"\\bzopen","p":"[Global_Namespace].html#function_bzopen","d":"

    Opens a bzip2 compressed file

    "},{"t":"F","n":"\\bzread","p":"[Global_Namespace].html#function_bzread","d":"

    Binary safe bzip2 file read

    "},{"t":"F","n":"\\bzwrite","p":"[Global_Namespace].html#function_bzwrite","d":"

    Binary safe bzip2 file write

    "},{"t":"F","n":"\\cal_days_in_month","p":"[Global_Namespace].html#function_cal_days_in_month","d":"

    Return the number of days in a month for a given year and calendar

    "},{"t":"F","n":"\\cal_from_jd","p":"[Global_Namespace].html#function_cal_from_jd","d":"

    Converts from Julian Day Count to a supported calendar

    "},{"t":"F","n":"\\cal_info","p":"[Global_Namespace].html#function_cal_info","d":"

    Returns information about a particular calendar

    "},{"t":"F","n":"\\cal_to_jd","p":"[Global_Namespace].html#function_cal_to_jd","d":"

    Converts from a supported calendar to Julian Day Count

    "},{"t":"F","n":"\\call_user_func","p":"[Global_Namespace].html#function_call_user_func","d":"

    Call the callback given by the first parameter

    "},{"t":"F","n":"\\call_user_func_array","p":"[Global_Namespace].html#function_call_user_func_array","d":"

    Call a callback with an array of parameters

    "},{"t":"F","n":"\\call_user_method","p":"[Global_Namespace].html#function_call_user_method","d":"

    Call a user method on an specific object

    "},{"t":"F","n":"\\call_user_method_array","p":"[Global_Namespace].html#function_call_user_method_array","d":"

    Call a user method given with an array of parameters

    "},{"t":"F","n":"\\ceil","p":"[Global_Namespace].html#function_ceil","d":"

    Round fractions up

    "},{"t":"F","n":"\\chdir","p":"[Global_Namespace].html#function_chdir","d":"

    Change directory

    "},{"t":"F","n":"\\checkdate","p":"[Global_Namespace].html#function_checkdate","d":"

    Validate a Gregorian date

    "},{"t":"F","n":"\\checkdnsrr","p":"[Global_Namespace].html#function_checkdnsrr","d":"

    Check DNS records corresponding to a given Internet host name or IP address

    "},{"t":"F","n":"\\chgrp","p":"[Global_Namespace].html#function_chgrp","d":"

    Changes file group

    "},{"t":"F","n":"\\chmod","p":"[Global_Namespace].html#function_chmod","d":"

    Changes file mode

    "},{"t":"F","n":"\\chop","p":"[Global_Namespace].html#function_chop","d":"

    Alias:\n{rtrim}

    "},{"t":"F","n":"\\chown","p":"[Global_Namespace].html#function_chown","d":"

    Changes file owner

    "},{"t":"F","n":"\\chr","p":"[Global_Namespace].html#function_chr","d":"

    Generate a single-byte string from a number

    "},{"t":"F","n":"\\chroot","p":"[Global_Namespace].html#function_chroot","d":"

    Change the root directory

    "},{"t":"F","n":"\\chunk_split","p":"[Global_Namespace].html#function_chunk_split","d":"

    Split a string into smaller chunks

    "},{"t":"F","n":"\\class_implements","p":"[Global_Namespace].html#function_class_implements","d":"

    Return the interfaces which are implemented by the given class

    "},{"t":"F","n":"\\class_parents","p":"[Global_Namespace].html#function_class_parents","d":"

    Return the parent classes of the given class

    "},{"t":"F","n":"\\class_uses","p":"[Global_Namespace].html#function_class_uses","d":"

    Return the traits used by the given class

    "},{"t":"F","n":"\\clearstatcache","p":"[Global_Namespace].html#function_clearstatcache","d":"

    Clears file status cache

    "},{"t":"F","n":"\\cli_get_process_title","p":"[Global_Namespace].html#function_cli_get_process_title","d":"

    Returns the current process title, as set by cli_set_process_title(). Note that this may not exactly match what is shown in ps or top, depending on your operating system.

    "},{"t":"F","n":"\\cli_set_process_title","p":"[Global_Namespace].html#function_cli_set_process_title","d":"

    Sets the process title

    "},{"t":"F","n":"\\closedir","p":"[Global_Namespace].html#function_closedir","d":"

    Close directory handle

    "},{"t":"F","n":"\\closelog","p":"[Global_Namespace].html#function_closelog","d":"

    Close connection to system logger

    "},{"t":"F","n":"\\collator_asort","p":"[Global_Namespace].html#function_collator_asort","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nSort array maintaining index association

    "},{"t":"F","n":"\\collator_compare","p":"[Global_Namespace].html#function_collator_compare","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nCompare two Unicode strings

    "},{"t":"F","n":"\\collator_create","p":"[Global_Namespace].html#function_collator_create","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nCreate a collator

    "},{"t":"F","n":"\\collator_get_attribute","p":"[Global_Namespace].html#function_collator_get_attribute","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet collation attribute value

    "},{"t":"F","n":"\\collator_get_error_code","p":"[Global_Namespace].html#function_collator_get_error_code","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet collator's last error code

    "},{"t":"F","n":"\\collator_get_error_message","p":"[Global_Namespace].html#function_collator_get_error_message","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet text for collator's last error code

    "},{"t":"F","n":"\\collator_get_locale","p":"[Global_Namespace].html#function_collator_get_locale","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet the locale name of the collator

    "},{"t":"F","n":"\\collator_get_sort_key","p":"[Global_Namespace].html#function_collator_get_sort_key","d":"

    (PHP 5 >= 5.3.2, PHP 7, PECL intl >= 1.0.3)
    \nGet sorting key for a string

    "},{"t":"F","n":"\\collator_get_strength","p":"[Global_Namespace].html#function_collator_get_strength","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet current collation strength

    "},{"t":"F","n":"\\collator_set_attribute","p":"[Global_Namespace].html#function_collator_set_attribute","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nSet collation attribute

    "},{"t":"F","n":"\\collator_set_strength","p":"[Global_Namespace].html#function_collator_set_strength","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nSet collation strength

    "},{"t":"F","n":"\\collator_sort","p":"[Global_Namespace].html#function_collator_sort","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nSort array using specified collator

    "},{"t":"F","n":"\\collator_sort_with_sort_keys","p":"[Global_Namespace].html#function_collator_sort_with_sort_keys","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nSort array using specified collator and sort keys

    "},{"t":"F","n":"\\com_create_guid","p":"[Global_Namespace].html#function_com_create_guid","d":"

    (PHP 5, PHP 7)
    \nGenerate a globally unique identifier (GUID)

    "},{"t":"F","n":"\\com_event_sink","p":"[Global_Namespace].html#function_com_event_sink","d":"

    (PHP 4 >= 4.2.0, PHP 5, PHP 7)
    \nConnect events from a COM object to a PHP object

    "},{"t":"F","n":"\\com_get_active_object","p":"[Global_Namespace].html#function_com_get_active_object","d":"

    (PHP 5, PHP 7)
    \nReturns a handle to an already running instance of a COM object

    "},{"t":"F","n":"\\com_load_typelib","p":"[Global_Namespace].html#function_com_load_typelib","d":"

    (PHP 4 >= 4.1.0, PHP 5, PHP 7)
    \nLoads a Typelib

    "},{"t":"F","n":"\\com_message_pump","p":"[Global_Namespace].html#function_com_message_pump","d":"

    (PHP 4 >= 4.2.0, PHP 5, PHP 7)
    \nProcess COM messages, sleeping for up to timeoutms milliseconds

    "},{"t":"F","n":"\\com_print_typeinfo","p":"[Global_Namespace].html#function_com_print_typeinfo","d":"

    (PHP 4 >= 4.2.0, PHP 5, PHP 7)
    \nPrint out a PHP class definition for a dispatchable interface

    "},{"t":"F","n":"\\compact","p":"[Global_Namespace].html#function_compact","d":"

    Create array containing variables and their values

    "},{"t":"F","n":"\\config_get_hash","p":"[Global_Namespace].html#function_config_get_hash","d":"

    Returns an array of ALL valid ini options with values and is not the same as ini_get_all() which returns only\nregistered ini options. Only useful for devs to debug php.ini scanner/parser!

    "},{"t":"F","n":"\\confirm_pdo_ibm_compiled","p":"[Global_Namespace].html#function_confirm_pdo_ibm_compiled","d":null},{"t":"F","n":"\\connection_aborted","p":"[Global_Namespace].html#function_connection_aborted","d":"

    Check whether client disconnected

    "},{"t":"F","n":"\\connection_status","p":"[Global_Namespace].html#function_connection_status","d":"

    Returns connection status bitfield

    "},{"t":"F","n":"\\constant","p":"[Global_Namespace].html#function_constant","d":"

    Returns the value of a constant

    "},{"t":"F","n":"\\convert_cyr_string","p":"[Global_Namespace].html#function_convert_cyr_string","d":"

    Convert from one Cyrillic character set to another

    "},{"t":"F","n":"\\convert_uudecode","p":"[Global_Namespace].html#function_convert_uudecode","d":"

    Decode a uuencoded string

    "},{"t":"F","n":"\\convert_uuencode","p":"[Global_Namespace].html#function_convert_uuencode","d":"

    Uuencode a string

    "},{"t":"F","n":"\\copy","p":"[Global_Namespace].html#function_copy","d":"

    Copies file

    "},{"t":"F","n":"\\cos","p":"[Global_Namespace].html#function_cos","d":"Cosine"},{"t":"F","n":"\\cosh","p":"[Global_Namespace].html#function_cosh","d":"

    Hyperbolic cosine

    "},{"t":"F","n":"\\count","p":"[Global_Namespace].html#function_count","d":"

    Counts all elements in an array, or something in an object.

    "},{"t":"F","n":"\\count_chars","p":"[Global_Namespace].html#function_count_chars","d":"

    Return information about characters used in a string

    "},{"t":"F","n":"\\crc32","p":"[Global_Namespace].html#function_crc32","d":"

    Calculates the crc32 polynomial of a string

    "},{"t":"F","n":"\\crypt","p":"[Global_Namespace].html#function_crypt","d":"

    One-way string encryption (hashing)

    "},{"t":"F","n":"\\ctype_alnum","p":"[Global_Namespace].html#function_ctype_alnum","d":"

    Check for alphanumeric character(s)

    "},{"t":"F","n":"\\ctype_alpha","p":"[Global_Namespace].html#function_ctype_alpha","d":"

    Check for alphabetic character(s)

    "},{"t":"F","n":"\\ctype_cntrl","p":"[Global_Namespace].html#function_ctype_cntrl","d":"

    Check for control character(s)

    "},{"t":"F","n":"\\ctype_digit","p":"[Global_Namespace].html#function_ctype_digit","d":"

    Check for numeric character(s)

    "},{"t":"F","n":"\\ctype_graph","p":"[Global_Namespace].html#function_ctype_graph","d":"

    Check for any printable character(s) except space

    "},{"t":"F","n":"\\ctype_lower","p":"[Global_Namespace].html#function_ctype_lower","d":"

    Check for lowercase character(s)

    "},{"t":"F","n":"\\ctype_print","p":"[Global_Namespace].html#function_ctype_print","d":"

    Check for printable character(s)

    "},{"t":"F","n":"\\ctype_punct","p":"[Global_Namespace].html#function_ctype_punct","d":"

    Check for any printable character which is not whitespace or an\nalphanumeric character

    "},{"t":"F","n":"\\ctype_space","p":"[Global_Namespace].html#function_ctype_space","d":"

    Check for whitespace character(s)

    "},{"t":"F","n":"\\ctype_upper","p":"[Global_Namespace].html#function_ctype_upper","d":"

    Check for uppercase character(s)

    "},{"t":"F","n":"\\ctype_xdigit","p":"[Global_Namespace].html#function_ctype_xdigit","d":"

    Check for character(s) representing a hexadecimal digit

    "},{"t":"F","n":"\\cubrid_affected_rows","p":"[Global_Namespace].html#function_cubrid_affected_rows","d":"

    (PHP 5, CUBRID >= 8.3.0)
    \nReturn the number of rows affected by the last SQL statement

    "},{"t":"F","n":"\\cubrid_bind","p":"[Global_Namespace].html#function_cubrid_bind","d":"

    (PHP 5, CUBRID >= 8.3.0)
    \nBind variables to a prepared statement as parameters

    "},{"t":"F","n":"\\cubrid_client_encoding","p":"[Global_Namespace].html#function_cubrid_client_encoding","d":"

    (PHP 5, CUBRID >= 8.3.0)
    \nReturn the current CUBRID connection charset

    "},{"t":"F","n":"\\cubrid_close","p":"[Global_Namespace].html#function_cubrid_close","d":"

    (PHP 5, CUBRID >= 8.3.0)
    \nClose CUBRID connection. Same as cubrid_disconnect().

    "},{"t":"F","n":"\\cubrid_close_prepare","p":"[Global_Namespace].html#function_cubrid_close_prepare","d":"

    (PHP 5, CUBRID >= 8.3.0)
    \nClose the request handle. Same as cubrid_close_request().

    "},{"t":"F","n":"\\cubrid_close_request","p":"[Global_Namespace].html#function_cubrid_close_request","d":"

    (PHP 5, CUBRID >= 8.3.0)
    \nClose the request handle. Same as cubrid_close_prepare().

    "},{"t":"F","n":"\\cubrid_col_get","p":"[Global_Namespace].html#function_cubrid_col_get","d":"

    (PHP 5, CUBRID >= 8.3.0)
    \nGet contents of collection type column using OID

    "},{"t":"F","n":"\\cubrid_col_size","p":"[Global_Namespace].html#function_cubrid_col_size","d":"

    (PHP 5, CUBRID >= 8.3.0)
    \nGet the number of elements in collection type column using OID

    "},{"t":"F","n":"\\cubrid_column_names","p":"[Global_Namespace].html#function_cubrid_column_names","d":"

    (PHP 5, CUBRID >= 8.3.0)
    \nGet the column names in result

    "},{"t":"F","n":"\\cubrid_column_types","p":"[Global_Namespace].html#function_cubrid_column_types","d":"

    (PHP 5, CUBRID >= 8.3.0)
    \nGet column types in result

    "},{"t":"F","n":"\\cubrid_commit","p":"[Global_Namespace].html#function_cubrid_commit","d":"

    (PHP 5, CUBRID >= 8.3.0)
    \nCommit a transaction

    "},{"t":"F","n":"\\cubrid_connect","p":"[Global_Namespace].html#function_cubrid_connect","d":"

    (PHP 5, CUBRID >= 8.3.1)
    \nOpen a connection to a CUBRID Server

    "},{"t":"F","n":"\\cubrid_connect_with_url","p":"[Global_Namespace].html#function_cubrid_connect_with_url","d":"

    (PHP 5, CUBRID >= 8.3.1)
    \nEstablish the environment for connecting to CUBRID server.

    "},{"t":"F","n":"\\cubrid_current_oid","p":"[Global_Namespace].html#function_cubrid_current_oid","d":"

    (PHP 5, CUBRID >= 8.3.0)
    \nGet OID of the current cursor location

    "},{"t":"F","n":"\\cubrid_data_seek","p":"[Global_Namespace].html#function_cubrid_data_seek","d":"

    (PHP 5, CUBRID >= 8.3.0)
    \nMove the internal row pointer of the CUBRID result

    "},{"t":"F","n":"\\cubrid_db_name","p":"[Global_Namespace].html#function_cubrid_db_name","d":"

    (PHP 5, CUBRID >= 8.3.1)
    \nGet db name from results of cubrid_list_dbs

    "},{"t":"F","n":"\\cubrid_db_parameter","p":"[Global_Namespace].html#function_cubrid_db_parameter","d":"

    (PHP 5, CUBRID >= 8.3.1)
    \nGet result data

    "},{"t":"F","n":"\\cubrid_disconnect","p":"[Global_Namespace].html#function_cubrid_disconnect","d":"

    (PHP 5, CUBRID >= 8.3.0)
    \nClose CUBRID connection. Same as cubrid_close().

    "},{"t":"F","n":"\\cubrid_drop","p":"[Global_Namespace].html#function_cubrid_drop","d":"

    (PHP 5, CUBRID >= 8.3.0)
    \nDelete an instance using OID

    "},{"t":"F","n":"\\cubrid_errno","p":"[Global_Namespace].html#function_cubrid_errno","d":"

    (PHP 5, CUBRID >= 8.3.1)
    \nReturns the numerical value of the error message from previous\nCUBRID operation. Same as cubrid_error_code();

    "},{"t":"F","n":"\\cubrid_error","p":"[Global_Namespace].html#function_cubrid_error","d":"

    (PHP 5, CUBRID >= 8.3.1)
    \nGet the error message. Same as cubrid_error_msg();

    "},{"t":"F","n":"\\cubrid_error_code","p":"[Global_Namespace].html#function_cubrid_error_code","d":"

    (PHP 5, CUBRID >= 8.3.0)
    \nGet error code for the most recent function call.

    "},{"t":"F","n":"\\cubrid_error_code_facility","p":"[Global_Namespace].html#function_cubrid_error_code_facility","d":"

    (PHP 5, CUBRID >= 8.3.0)
    \nGet the facility code of error

    "},{"t":"F","n":"\\cubrid_error_msg","p":"[Global_Namespace].html#function_cubrid_error_msg","d":"

    (PHP 5, CUBRID >= 8.3.0)
    \nGet last error message for the most recent function call.

    "},{"t":"F","n":"\\cubrid_execute","p":"[Global_Namespace].html#function_cubrid_execute","d":"

    (PHP 5, CUBRID >= 8.3.0)
    \nExecute a prepared SQL statement

    "},{"t":"F","n":"\\cubrid_fetch","p":"[Global_Namespace].html#function_cubrid_fetch","d":"

    (PHP 5, CUBRID >= 8.3.0)
    \nFetch the next row from a result set

    "},{"t":"F","n":"\\cubrid_fetch_array","p":"[Global_Namespace].html#function_cubrid_fetch_array","d":"

    (PHP 5, CUBRID >= 8.3.0)
    \nFetch a result row as an associative array, a numeric array, or both

    "},{"t":"F","n":"\\cubrid_fetch_assoc","p":"[Global_Namespace].html#function_cubrid_fetch_assoc","d":"

    (PHP 5, CUBRID >= 8.3.0)
    \nReturn the associative array that corresponds to the fetched row

    "},{"t":"F","n":"\\cubrid_fetch_field","p":"[Global_Namespace].html#function_cubrid_fetch_field","d":"

    (PHP 5, CUBRID >= 8.3.1)
    \nGet column information from a result and return as an object

    "},{"t":"F","n":"\\cubrid_fetch_lengths","p":"[Global_Namespace].html#function_cubrid_fetch_lengths","d":"

    (PHP 5, CUBRID >= 8.3.0)
    \nReturn an array with the lengths of the values of\neach field from the current row

    "},{"t":"F","n":"\\cubrid_fetch_object","p":"[Global_Namespace].html#function_cubrid_fetch_object","d":"

    (PHP 5, CUBRID >= 8.3.0)
    \nFetch the next row and return it as an object

    "},{"t":"F","n":"\\cubrid_fetch_row","p":"[Global_Namespace].html#function_cubrid_fetch_row","d":"

    (PHP 5, CUBRID >= 8.3.0)
    \nReturn a numerical array with the values of the current row

    "},{"t":"F","n":"\\cubrid_field_flags","p":"[Global_Namespace].html#function_cubrid_field_flags","d":"

    (PHP 5, CUBRID >= 8.3.0)
    \nReturn a string with the flags of the given field offset

    "},{"t":"F","n":"\\cubrid_field_len","p":"[Global_Namespace].html#function_cubrid_field_len","d":"

    (PHP 5, CUBRID >= 8.3.0)
    \nGet the maximum length of the specified field

    "},{"t":"F","n":"\\cubrid_field_name","p":"[Global_Namespace].html#function_cubrid_field_name","d":"

    (PHP 5, CUBRID >= 8.3.0)
    \nReturn the name of the specified field index

    "},{"t":"F","n":"\\cubrid_field_seek","p":"[Global_Namespace].html#function_cubrid_field_seek","d":"

    (PHP 5, CUBRID >= 8.3.0)
    \nMove the result set cursor to the specified field offset

    "},{"t":"F","n":"\\cubrid_field_table","p":"[Global_Namespace].html#function_cubrid_field_table","d":"

    (PHP 5, CUBRID >= 8.3.0)
    \nReturn the name of the table of the specified field

    "},{"t":"F","n":"\\cubrid_field_type","p":"[Global_Namespace].html#function_cubrid_field_type","d":"

    (PHP 5, CUBRID >= 8.3.0)
    \nReturn the type of the column corresponding to the given field offset

    "},{"t":"F","n":"\\cubrid_free_result","p":"[Global_Namespace].html#function_cubrid_free_result","d":"

    (PHP 5, CUBRID >= 8.3.0)
    \nFree the memory occupied by the result data

    "},{"t":"F","n":"\\cubrid_get","p":"[Global_Namespace].html#function_cubrid_get","d":"

    (PHP 5, CUBRID >= 8.3.0)
    \nGet a column using OID

    "},{"t":"F","n":"\\cubrid_get_autocommit","p":"[Global_Namespace].html#function_cubrid_get_autocommit","d":"

    (PHP 5, CUBRID >= 8.4.0)
    \nGet auto-commit mode of the connection

    "},{"t":"F","n":"\\cubrid_get_charset","p":"[Global_Namespace].html#function_cubrid_get_charset","d":"

    (PHP 5, CUBRID >= 8.3.0)
    \nReturn the current CUBRID connection charset

    "},{"t":"F","n":"\\cubrid_get_class_name","p":"[Global_Namespace].html#function_cubrid_get_class_name","d":"

    (PHP 5, CUBRID >= 8.3.0)
    \nGet the class name using OID

    "},{"t":"F","n":"\\cubrid_get_client_info","p":"[Global_Namespace].html#function_cubrid_get_client_info","d":"

    (PHP 5, CUBRID >= 8.3.0)
    \nReturn the client library version

    "},{"t":"F","n":"\\cubrid_get_db_parameter","p":"[Global_Namespace].html#function_cubrid_get_db_parameter","d":"

    (PHP 5, CUBRID >= 8.3.0)
    \nReturns the CUBRID database parameters

    "},{"t":"F","n":"\\cubrid_get_query_timeout","p":"[Global_Namespace].html#function_cubrid_get_query_timeout","d":"

    (PHP 5, CUBRID >= 8.4.1)
    \nGet the query timeout value of the request

    "},{"t":"F","n":"\\cubrid_get_server_info","p":"[Global_Namespace].html#function_cubrid_get_server_info","d":"

    (PHP 5, CUBRID >= 8.3.0)
    \nReturn the CUBRID server version

    "},{"t":"F","n":"\\cubrid_insert_id","p":"[Global_Namespace].html#function_cubrid_insert_id","d":"

    (PHP 5, CUBRID >= 8.3.0)
    \nReturn the ID generated for the last updated AUTO_INCREMENT column

    "},{"t":"F","n":"\\cubrid_is_instance","p":"[Global_Namespace].html#function_cubrid_is_instance","d":"

    (PHP 5, CUBRID >= 8.3.0)
    \nCheck whether the instance pointed by OID exists

    "},{"t":"F","n":"\\cubrid_list_dbs","p":"[Global_Namespace].html#function_cubrid_list_dbs","d":"

    (PHP 5, CUBRID >= 8.3.0)
    \nReturn an array with the list of all existing CUBRID databases

    "},{"t":"F","n":"\\cubrid_lob2_bind","p":"[Global_Namespace].html#function_cubrid_lob2_bind","d":"

    (PHP 5, CUBRID >= 8.4.1)
    \nBind a lob object or a string as a lob object to a\nprepared statement as parameters.

    "},{"t":"F","n":"\\cubrid_lob2_close","p":"[Global_Namespace].html#function_cubrid_lob2_close","d":"

    (PHP 5, CUBRID >= 8.4.1)
    \nClose BLOB/CLOB data

    "},{"t":"F","n":"\\cubrid_lob2_export","p":"[Global_Namespace].html#function_cubrid_lob2_export","d":"

    (PHP 5, CUBRID >= 8.4.1)
    \nExport the lob object to a file.

    "},{"t":"F","n":"\\cubrid_lob2_import","p":"[Global_Namespace].html#function_cubrid_lob2_import","d":"

    (PHP 5, CUBRID >= 8.4.1)
    \nImport the lob object from a file.

    "},{"t":"F","n":"\\cubrid_lob2_new","p":"[Global_Namespace].html#function_cubrid_lob2_new","d":"

    (PHP 5, CUBRID >= 8.4.1)
    \nCreate a lob object.

    "},{"t":"F","n":"\\cubrid_lob2_read","p":"[Global_Namespace].html#function_cubrid_lob2_read","d":"

    (PHP 5, CUBRID >= 8.4.1)
    \nRead from BLOB/CLOB data.

    "},{"t":"F","n":"\\cubrid_lob2_seek","p":"[Global_Namespace].html#function_cubrid_lob2_seek","d":"

    (PHP 5, CUBRID >= 8.4.1)
    \nMove the cursor of a lob object.

    "},{"t":"F","n":"\\cubrid_lob2_seek64","p":"[Global_Namespace].html#function_cubrid_lob2_seek64","d":"

    (PHP 5, CUBRID >= 8.4.1)
    \nMove the cursor of a lob object.

    "},{"t":"F","n":"\\cubrid_lob2_size","p":"[Global_Namespace].html#function_cubrid_lob2_size","d":"

    (PHP 5, CUBRID >= 8.4.1)
    \nGet a lob object's size.

    "},{"t":"F","n":"\\cubrid_lob2_size64","p":"[Global_Namespace].html#function_cubrid_lob2_size64","d":"

    (PHP 5, CUBRID >= 8.4.1)
    \nGet a lob object's size.

    "},{"t":"F","n":"\\cubrid_lob2_tell","p":"[Global_Namespace].html#function_cubrid_lob2_tell","d":"

    (PHP 5, CUBRID >= 8.4.1)
    \nTell the cursor position of the LOB object.

    "},{"t":"F","n":"\\cubrid_lob2_tell64","p":"[Global_Namespace].html#function_cubrid_lob2_tell64","d":"

    (PHP 5, CUBRID >= 8.4.1)
    \nTell the cursor position of the LOB object.

    "},{"t":"F","n":"\\cubrid_lob2_write","p":"[Global_Namespace].html#function_cubrid_lob2_write","d":"

    (PHP 5, CUBRID >= 8.4.0)
    \nWrite a string into the LOB large object

    "},{"t":"F","n":"\\cubrid_lob_close","p":"[Global_Namespace].html#function_cubrid_lob_close","d":"

    (PHP 5, CUBRID >= 8.3.1)
    \nClose BLOB/CLOB data

    "},{"t":"F","n":"\\cubrid_lob_export","p":"[Global_Namespace].html#function_cubrid_lob_export","d":"

    (PHP 5, CUBRID >= 8.3.1)
    \nExport BLOB/CLOB data to file

    "},{"t":"F","n":"\\cubrid_lob_get","p":"[Global_Namespace].html#function_cubrid_lob_get","d":"

    (PHP 5, CUBRID >= 8.3.1)
    \ncubrid_lob_get() is used to get BLOB/CLOB meta info from\nCUBRID database. CUBRID gets BLOB/CLOB by executing the SQL statement,\nand returns all LOBs as a resource array. Be sure that the SQL\nretrieves only one column and its data type is BLOB or CLOB.

    "},{"t":"F","n":"\\cubrid_lob_send","p":"[Global_Namespace].html#function_cubrid_lob_send","d":"

    (PHP 5, CUBRID >= 8.3.1)
    \nRead BLOB/CLOB data and send straight to browser

    "},{"t":"F","n":"\\cubrid_lob_size","p":"[Global_Namespace].html#function_cubrid_lob_size","d":"

    (PHP 5, CUBRID >= 8.3.1)
    \nGet BLOB/CLOB data size

    "},{"t":"F","n":"\\cubrid_lock_read","p":"[Global_Namespace].html#function_cubrid_lock_read","d":"

    (PHP 5, CUBRID >= 8.3.0)
    \nSet a read lock on the given OID

    "},{"t":"F","n":"\\cubrid_lock_write","p":"[Global_Namespace].html#function_cubrid_lock_write","d":"

    (PHP 5, CUBRID >= 8.3.0)
    \nSet a write lock on the given OID

    "},{"t":"F","n":"\\cubrid_move_cursor","p":"[Global_Namespace].html#function_cubrid_move_cursor","d":"

    (PHP 5, CUBRID >= 8.3.0)
    \nMove the cursor in the result

    "},{"t":"F","n":"\\cubrid_next_result","p":"[Global_Namespace].html#function_cubrid_next_result","d":"

    (PHP 5, CUBRID >= 8.4.0)
    \nGet result of next query when executing multiple SQL statements

    "},{"t":"F","n":"\\cubrid_num_cols","p":"[Global_Namespace].html#function_cubrid_num_cols","d":"

    (PHP 5, CUBRID >= 8.3.0)
    \nReturn the number of columns in the result set

    "},{"t":"F","n":"\\cubrid_num_fields","p":"[Global_Namespace].html#function_cubrid_num_fields","d":"

    (PHP 5, CUBRID >= 8.3.0)
    \nReturn the number of columns in the result set

    "},{"t":"F","n":"\\cubrid_num_rows","p":"[Global_Namespace].html#function_cubrid_num_rows","d":"

    (PHP 5, CUBRID >= 8.3.0)
    \nGet the number of rows in the result set

    "},{"t":"F","n":"\\cubrid_pconnect","p":"[Global_Namespace].html#function_cubrid_pconnect","d":"

    (PHP 5, CUBRID >= 8.3.1)
    \nOpen a persistent connection to a CUBRID server

    "},{"t":"F","n":"\\cubrid_pconnect_with_url","p":"[Global_Namespace].html#function_cubrid_pconnect_with_url","d":"

    (PHP 5, CUBRID >= 8.3.1)
    \nOpen a persistent connection to CUBRID server

    "},{"t":"F","n":"\\cubrid_ping","p":"[Global_Namespace].html#function_cubrid_ping","d":"

    (PHP 5, CUBRID >= 8.3.1)
    \nPing a server connection or reconnect if there is no connection

    "},{"t":"F","n":"\\cubrid_prepare","p":"[Global_Namespace].html#function_cubrid_prepare","d":"

    (PHP 5, CUBRID >= 8.3.0)
    \nPrepare an SQL statement for execution

    "},{"t":"F","n":"\\cubrid_put","p":"[Global_Namespace].html#function_cubrid_put","d":"

    (PHP 5, CUBRID >= 8.3.0)
    \nUpdate a column using OID

    "},{"t":"F","n":"\\cubrid_query","p":"[Global_Namespace].html#function_cubrid_query","d":"

    (PHP 5, CUBRID >= 8.3.1)
    \nSend a CUBRID query

    "},{"t":"F","n":"\\cubrid_real_escape_string","p":"[Global_Namespace].html#function_cubrid_real_escape_string","d":"

    (PHP 5, CUBRID >= 8.3.0)
    \nEscapes special characters in a string for use in an SQL statement

    "},{"t":"F","n":"\\cubrid_result","p":"[Global_Namespace].html#function_cubrid_result","d":"

    (PHP 5, CUBRID >= 8.3.0)
    \nReturn the value of a specific field in a specific row

    "},{"t":"F","n":"\\cubrid_rollback","p":"[Global_Namespace].html#function_cubrid_rollback","d":"

    (PHP 5, CUBRID >= 8.3.0)
    \nRoll back a transaction

    "},{"t":"F","n":"\\cubrid_schema","p":"[Global_Namespace].html#function_cubrid_schema","d":"

    (PHP 5, CUBRID >= 8.3.0)
    \nGet the requested schema information

    "},{"t":"F","n":"\\cubrid_seq_add","p":"[Global_Namespace].html#function_cubrid_seq_add","d":"

    (PHP 5, CUBRID >= 8.3.0)
    \nInsert a single element to set type column using OID

    "},{"t":"F","n":"\\cubrid_seq_drop","p":"[Global_Namespace].html#function_cubrid_seq_drop","d":"

    (PHP 5, CUBRID >= 8.3.0)
    \nDelete an element from sequence type column using OID

    "},{"t":"F","n":"\\cubrid_seq_insert","p":"[Global_Namespace].html#function_cubrid_seq_insert","d":"

    (PHP 5, CUBRID >= 8.3.0)
    \nInsert an element to a sequence type column using OID

    "},{"t":"F","n":"\\cubrid_seq_put","p":"[Global_Namespace].html#function_cubrid_seq_put","d":"

    (PHP 5, CUBRID >= 8.3.0)
    \nUpdate the element value of sequence type column using OID

    "},{"t":"F","n":"\\cubrid_set_add","p":"[Global_Namespace].html#function_cubrid_set_add","d":"

    (PHP 5, CUBRID >= 8.3.0)
    \nInsert a single element to set type column using OID

    "},{"t":"F","n":"\\cubrid_set_autocommit","p":"[Global_Namespace].html#function_cubrid_set_autocommit","d":"

    (PHP 5, CUBRID >= 8.4.0)
    \nSet auto-commit mode of the connection

    "},{"t":"F","n":"\\cubrid_set_db_parameter","p":"[Global_Namespace].html#function_cubrid_set_db_parameter","d":"

    (PHP 5, CUBRID >= 8.4.0)
    \nSets the CUBRID database parameters

    "},{"t":"F","n":"\\cubrid_set_drop","p":"[Global_Namespace].html#function_cubrid_set_drop","d":"

    (PHP 5, CUBRID >= 8.3.0)
    \nDelete an element from set type column using OID

    "},{"t":"F","n":"\\cubrid_set_query_timeout","p":"[Global_Namespace].html#function_cubrid_set_query_timeout","d":"

    (PHP 5, CUBRID >= 8.4.1)
    \nSet the query timeout value of the request

    "},{"t":"F","n":"\\cubrid_unbuffered_query","p":"[Global_Namespace].html#function_cubrid_unbuffered_query","d":"

    (PHP 5, CUBRID >= 8.3.0)
    \nPerform a query without fetching the results into memory

    "},{"t":"F","n":"\\cubrid_version","p":"[Global_Namespace].html#function_cubrid_version","d":"

    (PHP 5, CUBRID >= 8.3.0)
    \nGet the CUBRID PHP module's version

    "},{"t":"F","n":"\\curl_close","p":"[Global_Namespace].html#function_curl_close","d":"

    Close a cURL session

    "},{"t":"F","n":"\\curl_copy_handle","p":"[Global_Namespace].html#function_curl_copy_handle","d":"

    Copy a cURL handle along with all of its preferences

    "},{"t":"F","n":"\\curl_errno","p":"[Global_Namespace].html#function_curl_errno","d":"

    Return the last error number

    "},{"t":"F","n":"\\curl_error","p":"[Global_Namespace].html#function_curl_error","d":"

    Return a string containing the last error for the current session

    "},{"t":"F","n":"\\curl_escape","p":"[Global_Namespace].html#function_curl_escape","d":"

    URL encodes the given string

    "},{"t":"F","n":"\\curl_exec","p":"[Global_Namespace].html#function_curl_exec","d":"

    Perform a cURL session

    "},{"t":"F","n":"\\curl_file_create","p":"[Global_Namespace].html#function_curl_file_create","d":"

    (PHP 5 >= 5.5.0)
    \nCreate a CURLFile object

    "},{"t":"F","n":"\\curl_getinfo","p":"[Global_Namespace].html#function_curl_getinfo","d":"

    Get information regarding a specific transfer

    "},{"t":"F","n":"\\curl_init","p":"[Global_Namespace].html#function_curl_init","d":"

    Initialize a cURL session

    "},{"t":"F","n":"\\curl_multi_add_handle","p":"[Global_Namespace].html#function_curl_multi_add_handle","d":"

    Add a normal cURL handle to a cURL multi handle

    "},{"t":"F","n":"\\curl_multi_close","p":"[Global_Namespace].html#function_curl_multi_close","d":"

    Close a set of cURL handles

    "},{"t":"F","n":"\\curl_multi_errno","p":"[Global_Namespace].html#function_curl_multi_errno","d":"

    Return the last multi curl error number

    "},{"t":"F","n":"\\curl_multi_exec","p":"[Global_Namespace].html#function_curl_multi_exec","d":"

    Run the sub-connections of the current cURL handle

    "},{"t":"F","n":"\\curl_multi_getcontent","p":"[Global_Namespace].html#function_curl_multi_getcontent","d":"

    Return the content of a cURL handle if CURLOPT_RETURNTRANSFER is set

    "},{"t":"F","n":"\\curl_multi_info_read","p":"[Global_Namespace].html#function_curl_multi_info_read","d":"

    Get information about the current transfers

    "},{"t":"F","n":"\\curl_multi_init","p":"[Global_Namespace].html#function_curl_multi_init","d":"

    Returns a new cURL multi handle

    "},{"t":"F","n":"\\curl_multi_remove_handle","p":"[Global_Namespace].html#function_curl_multi_remove_handle","d":"

    Remove a multi handle from a set of cURL handles

    "},{"t":"F","n":"\\curl_multi_select","p":"[Global_Namespace].html#function_curl_multi_select","d":"

    Wait for activity on any curl_multi connection

    "},{"t":"F","n":"\\curl_multi_setopt","p":"[Global_Namespace].html#function_curl_multi_setopt","d":"

    (PHP 5 >=5.5.0)
    \nSet an option for the cURL multi handle

    "},{"t":"F","n":"\\curl_multi_strerror","p":"[Global_Namespace].html#function_curl_multi_strerror","d":"

    (PHP 5 >=5.5.0)
    \nReturn string describing error code

    "},{"t":"F","n":"\\curl_pause","p":"[Global_Namespace].html#function_curl_pause","d":"

    (PHP 5 >=5.5.0)
    \nPause and unpause a connection

    "},{"t":"F","n":"\\curl_reset","p":"[Global_Namespace].html#function_curl_reset","d":"

    (PHP 5 >=5.5.0)
    \nReset all options of a libcurl session handle

    "},{"t":"F","n":"\\curl_setopt","p":"[Global_Namespace].html#function_curl_setopt","d":"

    Set an option for a cURL transfer

    "},{"t":"F","n":"\\curl_setopt_array","p":"[Global_Namespace].html#function_curl_setopt_array","d":"

    Set multiple options for a cURL transfer

    "},{"t":"F","n":"\\curl_share_close","p":"[Global_Namespace].html#function_curl_share_close","d":"

    (PHP 5 >=5.5.0)
    \nClose a cURL share handle

    "},{"t":"F","n":"\\curl_share_errno","p":"[Global_Namespace].html#function_curl_share_errno","d":"

    Return the last share curl error number

    "},{"t":"F","n":"\\curl_share_init","p":"[Global_Namespace].html#function_curl_share_init","d":"

    (PHP 5 >=5.5.0)
    \nInitialize a cURL share handle

    "},{"t":"F","n":"\\curl_share_setopt","p":"[Global_Namespace].html#function_curl_share_setopt","d":"

    (PHP 5 >=5.5.0)
    \nSet an option for a cURL share handle.

    "},{"t":"F","n":"\\curl_share_strerror","p":"[Global_Namespace].html#function_curl_share_strerror","d":"

    Return string describing the given error code

    "},{"t":"F","n":"\\curl_strerror","p":"[Global_Namespace].html#function_curl_strerror","d":"

    (PHP 5 >=5.5.0)
    \nReturn string describing the given error code

    "},{"t":"F","n":"\\curl_unescape","p":"[Global_Namespace].html#function_curl_unescape","d":"

    (PHP 5 >=5.5.0)
    \nDecodes the given URL encoded string

    "},{"t":"F","n":"\\curl_upkeep","p":"[Global_Namespace].html#function_curl_upkeep","d":""},{"t":"F","n":"\\curl_version","p":"[Global_Namespace].html#function_curl_version","d":"

    Gets cURL version information

    "},{"t":"F","n":"\\current","p":"[Global_Namespace].html#function_current","d":"

    Return the current element in an array

    "},{"t":"F","n":"\\date","p":"[Global_Namespace].html#function_date","d":"

    Format a local time/date

    "},{"t":"F","n":"\\date_add","p":"[Global_Namespace].html#function_date_add","d":"

    Alias:\n{DateTime

    "},{"t":"F","n":"\\date_create","p":"[Global_Namespace].html#function_date_create","d":"

    Returns new DateTime object

    "},{"t":"F","n":"\\date_create_from_format","p":"[Global_Namespace].html#function_date_create_from_format","d":"

    Alias:\n{DateTime

    "},{"t":"F","n":"\\date_create_immutable","p":"[Global_Namespace].html#function_date_create_immutable","d":"

    (PHP 5.5)
    \nAlias:\n{DateTimeImmutable new DateTimeImmutable object

    "},{"t":"F","n":"\\date_create_immutable_from_format","p":"[Global_Namespace].html#function_date_create_immutable_from_format","d":"

    Returns new DateTimeImmutable object formatted according to the specified format

    "},{"t":"F","n":"\\date_date_set","p":"[Global_Namespace].html#function_date_date_set","d":"

    Alias:\n{DateTime

    "},{"t":"F","n":"\\date_default_timezone_get","p":"[Global_Namespace].html#function_date_default_timezone_get","d":"

    Gets the default timezone used by all date/time functions in a script

    "},{"t":"F","n":"\\date_default_timezone_set","p":"[Global_Namespace].html#function_date_default_timezone_set","d":"

    Sets the default timezone used by all date/time functions in a script

    "},{"t":"F","n":"\\date_diff","p":"[Global_Namespace].html#function_date_diff","d":"

    Returns the difference between two datetime objects\nAlias:\n{DateTime

    "},{"t":"F","n":"\\date_format","p":"[Global_Namespace].html#function_date_format","d":"

    Alias:\n{DateTime

    "},{"t":"F","n":"\\date_get_last_errors","p":"[Global_Namespace].html#function_date_get_last_errors","d":"

    Returns the warnings and errors\nAlias:\n{DateTime

    "},{"t":"F","n":"\\date_interval_create_from_date_string","p":"[Global_Namespace].html#function_date_interval_create_from_date_string","d":"

    Alias:\n{DateInterval

    "},{"t":"F","n":"\\date_interval_format","p":"[Global_Namespace].html#function_date_interval_format","d":"

    Alias:\n{DateInterval

    "},{"t":"F","n":"\\date_isodate_set","p":"[Global_Namespace].html#function_date_isodate_set","d":"

    Alias:\n{DateTime

    "},{"t":"F","n":"\\date_modify","p":"[Global_Namespace].html#function_date_modify","d":"

    Alter the timestamp of a DateTime object by incrementing or decrementing\nin a format accepted by strtotime().

    "},{"t":"F","n":"\\date_offset_get","p":"[Global_Namespace].html#function_date_offset_get","d":"

    Alias:\n{DateTime

    "},{"t":"F","n":"\\date_parse","p":"[Global_Namespace].html#function_date_parse","d":"

    Returns associative array with detailed info about given date

    "},{"t":"F","n":"\\date_parse_from_format","p":"[Global_Namespace].html#function_date_parse_from_format","d":"

    Get info about given date formatted according to the specified format

    "},{"t":"F","n":"\\date_sub","p":"[Global_Namespace].html#function_date_sub","d":"

    Subtracts an amount of days, months, years, hours, minutes and seconds from a datetime object\nAlias:\n{DateTime

    "},{"t":"F","n":"\\date_sun_info","p":"[Global_Namespace].html#function_date_sun_info","d":"

    Returns an array with information about sunset/sunrise and twilight begin/end

    "},{"t":"F","n":"\\date_sunrise","p":"[Global_Namespace].html#function_date_sunrise","d":"

    Returns time of sunrise for a given day and location

    "},{"t":"F","n":"\\date_sunset","p":"[Global_Namespace].html#function_date_sunset","d":"

    Returns time of sunset for a given day and location

    "},{"t":"F","n":"\\date_time_set","p":"[Global_Namespace].html#function_date_time_set","d":"

    Alias:\n{DateTime

    "},{"t":"F","n":"\\date_timestamp_get","p":"[Global_Namespace].html#function_date_timestamp_get","d":"

    Gets the unix timestamp\nAlias:\n{DateTime

    "},{"t":"F","n":"\\date_timestamp_set","p":"[Global_Namespace].html#function_date_timestamp_set","d":"

    Sets the date and time based on an unix timestamp\nAlias:\n{DateTime

    "},{"t":"F","n":"\\date_timezone_get","p":"[Global_Namespace].html#function_date_timezone_get","d":"

    Alias:\n{DateTime

    "},{"t":"F","n":"\\date_timezone_set","p":"[Global_Namespace].html#function_date_timezone_set","d":"

    Sets the time zone for the datetime object\nAlias:\n{DateTime

    "},{"t":"F","n":"\\datefmt_create","p":"[Global_Namespace].html#function_datefmt_create","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nCreate a date formatter

    "},{"t":"F","n":"\\datefmt_format","p":"[Global_Namespace].html#function_datefmt_format","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nFormat the date/time value as a string

    "},{"t":"F","n":"\\datefmt_format_object","p":"[Global_Namespace].html#function_datefmt_format_object","d":"

    (PHP 5 >= 5.5.0, PECL intl >= 3.0.0)
    \nFormats an object

    "},{"t":"F","n":"\\datefmt_get_calendar","p":"[Global_Namespace].html#function_datefmt_get_calendar","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet the calendar type used for the IntlDateFormatter

    "},{"t":"F","n":"\\datefmt_get_calendar_object","p":"[Global_Namespace].html#function_datefmt_get_calendar_object","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 3.0.0)
    \nGet copy of formatter's calendar object

    "},{"t":"F","n":"\\datefmt_get_datetype","p":"[Global_Namespace].html#function_datefmt_get_datetype","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet the datetype used for the IntlDateFormatter

    "},{"t":"F","n":"\\datefmt_get_error_code","p":"[Global_Namespace].html#function_datefmt_get_error_code","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet the error code from last operation

    "},{"t":"F","n":"\\datefmt_get_error_message","p":"[Global_Namespace].html#function_datefmt_get_error_message","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet the error text from the last operation.

    "},{"t":"F","n":"\\datefmt_get_locale","p":"[Global_Namespace].html#function_datefmt_get_locale","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet the locale used by formatter

    "},{"t":"F","n":"\\datefmt_get_pattern","p":"[Global_Namespace].html#function_datefmt_get_pattern","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet the pattern used for the IntlDateFormatter

    "},{"t":"F","n":"\\datefmt_get_timetype","p":"[Global_Namespace].html#function_datefmt_get_timetype","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet the timetype used for the IntlDateFormatter

    "},{"t":"F","n":"\\datefmt_get_timezone","p":"[Global_Namespace].html#function_datefmt_get_timezone","d":"

    (PHP 5 >= 5.5.0, PECL intl >= 3.0.0)
    \nGet formatter's timezone

    "},{"t":"F","n":"\\datefmt_get_timezone_id","p":"[Global_Namespace].html#function_datefmt_get_timezone_id","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet the timezone-id used for the IntlDateFormatter

    "},{"t":"F","n":"\\datefmt_is_lenient","p":"[Global_Namespace].html#function_datefmt_is_lenient","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet the lenient used for the IntlDateFormatter

    "},{"t":"F","n":"\\datefmt_localtime","p":"[Global_Namespace].html#function_datefmt_localtime","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nParse string to a field-based time value

    "},{"t":"F","n":"\\datefmt_parse","p":"[Global_Namespace].html#function_datefmt_parse","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nParse string to a timestamp value

    "},{"t":"F","n":"\\datefmt_set_calendar","p":"[Global_Namespace].html#function_datefmt_set_calendar","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nsets the calendar used to the appropriate calendar, which must be

    "},{"t":"F","n":"\\datefmt_set_lenient","p":"[Global_Namespace].html#function_datefmt_set_lenient","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nSet the leniency of the parser

    "},{"t":"F","n":"\\datefmt_set_pattern","p":"[Global_Namespace].html#function_datefmt_set_pattern","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nSet the pattern used for the IntlDateFormatter

    "},{"t":"F","n":"\\datefmt_set_timezone","p":"[Global_Namespace].html#function_datefmt_set_timezone","d":"

    (PHP 5 >= 5.5.0, PECL intl >= 3.0.0)
    \nSets formatter's timezone

    "},{"t":"F","n":"\\datefmt_set_timezone_id","p":"[Global_Namespace].html#function_datefmt_set_timezone_id","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nSets the time zone to use

    "},{"t":"F","n":"\\db2_autocommit","p":"[Global_Namespace].html#function_db2_autocommit","d":"

    Returns or sets the AUTOCOMMIT state for a database connection

    "},{"t":"F","n":"\\db2_bind_param","p":"[Global_Namespace].html#function_db2_bind_param","d":"

    Binds a PHP variable to an SQL statement parameter

    "},{"t":"F","n":"\\db2_client_info","p":"[Global_Namespace].html#function_db2_client_info","d":"

    Returns an object with properties that describe the DB2 database client

    "},{"t":"F","n":"\\db2_close","p":"[Global_Namespace].html#function_db2_close","d":"

    Closes a database connection

    "},{"t":"F","n":"\\db2_column_privileges","p":"[Global_Namespace].html#function_db2_column_privileges","d":"

    Returns a result set listing the columns and associated privileges for a table

    "},{"t":"F","n":"\\db2_columnprivileges","p":"[Global_Namespace].html#function_db2_columnprivileges","d":null},{"t":"F","n":"\\db2_columns","p":"[Global_Namespace].html#function_db2_columns","d":"

    Returns a result set listing the columns and associated metadata for a table

    "},{"t":"F","n":"\\db2_commit","p":"[Global_Namespace].html#function_db2_commit","d":"

    Commits a transaction

    "},{"t":"F","n":"\\db2_conn_error","p":"[Global_Namespace].html#function_db2_conn_error","d":"

    Returns a string containing the SQLSTATE returned by the last connection attempt

    "},{"t":"F","n":"\\db2_conn_errormsg","p":"[Global_Namespace].html#function_db2_conn_errormsg","d":"

    Returns the last connection error message and SQLCODE value

    "},{"t":"F","n":"\\db2_connect","p":"[Global_Namespace].html#function_db2_connect","d":"

    Returns a connection to a database

    "},{"t":"F","n":"\\db2_cursor_type","p":"[Global_Namespace].html#function_db2_cursor_type","d":"

    Returns the cursor type used by a statement resource

    "},{"t":"F","n":"\\db2_escape_string","p":"[Global_Namespace].html#function_db2_escape_string","d":"

    Used to escape certain characters

    "},{"t":"F","n":"\\db2_exec","p":"[Global_Namespace].html#function_db2_exec","d":"

    Executes an SQL statement directly

    "},{"t":"F","n":"\\db2_execute","p":"[Global_Namespace].html#function_db2_execute","d":"

    Executes a prepared SQL statement

    "},{"t":"F","n":"\\db2_fetch_array","p":"[Global_Namespace].html#function_db2_fetch_array","d":"

    Returns an array, indexed by column position, representing a row in a result set

    "},{"t":"F","n":"\\db2_fetch_assoc","p":"[Global_Namespace].html#function_db2_fetch_assoc","d":"

    Returns an array, indexed by column name, representing a row in a result set

    "},{"t":"F","n":"\\db2_fetch_both","p":"[Global_Namespace].html#function_db2_fetch_both","d":"

    Returns an array, indexed by both column name and position, representing a row in a result set

    "},{"t":"F","n":"\\db2_fetch_object","p":"[Global_Namespace].html#function_db2_fetch_object","d":"

    Returns an object with properties representing columns in the fetched row

    "},{"t":"F","n":"\\db2_fetch_row","p":"[Global_Namespace].html#function_db2_fetch_row","d":"

    Sets the result set pointer to the next row or requested row

    "},{"t":"F","n":"\\db2_field_display_size","p":"[Global_Namespace].html#function_db2_field_display_size","d":"

    Returns the maximum number of bytes required to display a column

    "},{"t":"F","n":"\\db2_field_name","p":"[Global_Namespace].html#function_db2_field_name","d":"

    Returns the name of the column in the result set

    "},{"t":"F","n":"\\db2_field_num","p":"[Global_Namespace].html#function_db2_field_num","d":"

    Returns the position of the named column in a result set

    "},{"t":"F","n":"\\db2_field_precision","p":"[Global_Namespace].html#function_db2_field_precision","d":"

    Returns the precision of the indicated column in a result set

    "},{"t":"F","n":"\\db2_field_scale","p":"[Global_Namespace].html#function_db2_field_scale","d":"

    Returns the scale of the indicated column in a result set

    "},{"t":"F","n":"\\db2_field_type","p":"[Global_Namespace].html#function_db2_field_type","d":"

    Returns the data type of the indicated column in a result set

    "},{"t":"F","n":"\\db2_field_width","p":"[Global_Namespace].html#function_db2_field_width","d":"

    Returns the width of the current value of the indicated column in a result set

    "},{"t":"F","n":"\\db2_foreign_keys","p":"[Global_Namespace].html#function_db2_foreign_keys","d":"

    Returns a result set listing the foreign keys for a table

    "},{"t":"F","n":"\\db2_foreignkeys","p":"[Global_Namespace].html#function_db2_foreignkeys","d":null},{"t":"F","n":"\\db2_free_result","p":"[Global_Namespace].html#function_db2_free_result","d":"

    Frees resources associated with a result set

    "},{"t":"F","n":"\\db2_free_stmt","p":"[Global_Namespace].html#function_db2_free_stmt","d":"

    Frees resources associated with the indicated statement resource

    "},{"t":"F","n":"\\db2_get_option","p":"[Global_Namespace].html#function_db2_get_option","d":"

    Retrieves an option value for a statement resource or a connection resource

    "},{"t":"F","n":"\\db2_last_insert_id","p":"[Global_Namespace].html#function_db2_last_insert_id","d":"

    Returns the auto generated ID of the last insert query that successfully executed on this connection.

    "},{"t":"F","n":"\\db2_lob_read","p":"[Global_Namespace].html#function_db2_lob_read","d":"

    Gets a user defined size of LOB files with each invocation

    "},{"t":"F","n":"\\db2_next_result","p":"[Global_Namespace].html#function_db2_next_result","d":"

    Requests the next result set from a stored procedure

    "},{"t":"F","n":"\\db2_num_fields","p":"[Global_Namespace].html#function_db2_num_fields","d":"

    Returns the number of fields contained in a result set

    "},{"t":"F","n":"\\db2_num_rows","p":"[Global_Namespace].html#function_db2_num_rows","d":"

    Returns the number of rows affected by an SQL statement

    "},{"t":"F","n":"\\db2_pclose","p":"[Global_Namespace].html#function_db2_pclose","d":"

    Closes a persistent database connection

    "},{"t":"F","n":"\\db2_pconnect","p":"[Global_Namespace].html#function_db2_pconnect","d":"

    Returns a persistent connection to a database

    "},{"t":"F","n":"\\db2_prepare","p":"[Global_Namespace].html#function_db2_prepare","d":"

    Prepares an SQL statement to be executed

    "},{"t":"F","n":"\\db2_primary_keys","p":"[Global_Namespace].html#function_db2_primary_keys","d":"

    Returns a result set listing primary keys for a table

    "},{"t":"F","n":"\\db2_primarykeys","p":"[Global_Namespace].html#function_db2_primarykeys","d":null},{"t":"F","n":"\\db2_procedure_columns","p":"[Global_Namespace].html#function_db2_procedure_columns","d":"

    Returns a result set listing stored procedure parameters

    "},{"t":"F","n":"\\db2_procedurecolumns","p":"[Global_Namespace].html#function_db2_procedurecolumns","d":null},{"t":"F","n":"\\db2_procedures","p":"[Global_Namespace].html#function_db2_procedures","d":"

    Returns a result set listing the stored procedures registered in a database

    "},{"t":"F","n":"\\db2_result","p":"[Global_Namespace].html#function_db2_result","d":"

    Returns a single column from a row in the result set

    "},{"t":"F","n":"\\db2_rollback","p":"[Global_Namespace].html#function_db2_rollback","d":"

    Rolls back a transaction

    "},{"t":"F","n":"\\db2_server_info","p":"[Global_Namespace].html#function_db2_server_info","d":"

    Returns an object with properties that describe the DB2 database server

    "},{"t":"F","n":"\\db2_set_option","p":"[Global_Namespace].html#function_db2_set_option","d":"

    Set options for connection or statement resources

    "},{"t":"F","n":"\\db2_setoption","p":"[Global_Namespace].html#function_db2_setoption","d":null},{"t":"F","n":"\\db2_special_columns","p":"[Global_Namespace].html#function_db2_special_columns","d":"

    Returns a result set listing the unique row identifier columns for a table

    "},{"t":"F","n":"\\db2_specialcolumns","p":"[Global_Namespace].html#function_db2_specialcolumns","d":null},{"t":"F","n":"\\db2_statistics","p":"[Global_Namespace].html#function_db2_statistics","d":"

    Returns a result set listing the index and statistics for a table

    "},{"t":"F","n":"\\db2_stmt_error","p":"[Global_Namespace].html#function_db2_stmt_error","d":"

    Returns a string containing the SQLSTATE returned by an SQL statement

    "},{"t":"F","n":"\\db2_stmt_errormsg","p":"[Global_Namespace].html#function_db2_stmt_errormsg","d":"

    Returns a string containing the last SQL statement error message

    "},{"t":"F","n":"\\db2_table_privileges","p":"[Global_Namespace].html#function_db2_table_privileges","d":"

    Returns a result set listing the tables and associated privileges in a database

    "},{"t":"F","n":"\\db2_tableprivileges","p":"[Global_Namespace].html#function_db2_tableprivileges","d":null},{"t":"F","n":"\\db2_tables","p":"[Global_Namespace].html#function_db2_tables","d":"

    Returns a result set listing the tables and associated metadata in a database

    "},{"t":"F","n":"\\dba_close","p":"[Global_Namespace].html#function_dba_close","d":"

    Close a DBA database

    "},{"t":"F","n":"\\dba_delete","p":"[Global_Namespace].html#function_dba_delete","d":"

    Delete DBA entry specified by key

    "},{"t":"F","n":"\\dba_exists","p":"[Global_Namespace].html#function_dba_exists","d":"

    Check whether key exists

    "},{"t":"F","n":"\\dba_fetch","p":"[Global_Namespace].html#function_dba_fetch","d":"

    Fetch data specified by key

    "},{"t":"F","n":"\\dba_firstkey","p":"[Global_Namespace].html#function_dba_firstkey","d":"

    Fetch first key

    "},{"t":"F","n":"\\dba_handlers","p":"[Global_Namespace].html#function_dba_handlers","d":"

    List all the handlers available

    "},{"t":"F","n":"\\dba_insert","p":"[Global_Namespace].html#function_dba_insert","d":"

    Insert entry

    "},{"t":"F","n":"\\dba_key_split","p":"[Global_Namespace].html#function_dba_key_split","d":"

    Splits a key in string representation into array representation

    "},{"t":"F","n":"\\dba_list","p":"[Global_Namespace].html#function_dba_list","d":"

    List all open database files

    "},{"t":"F","n":"\\dba_nextkey","p":"[Global_Namespace].html#function_dba_nextkey","d":"

    Fetch next key

    "},{"t":"F","n":"\\dba_open","p":"[Global_Namespace].html#function_dba_open","d":null},{"t":"F","n":"\\dba_optimize","p":"[Global_Namespace].html#function_dba_optimize","d":"

    Optimize database

    "},{"t":"F","n":"\\dba_popen","p":"[Global_Namespace].html#function_dba_popen","d":null},{"t":"F","n":"\\dba_replace","p":"[Global_Namespace].html#function_dba_replace","d":"

    Replace or insert entry

    "},{"t":"F","n":"\\dba_sync","p":"[Global_Namespace].html#function_dba_sync","d":"

    Synchronize database

    "},{"t":"F","n":"\\dcgettext","p":"[Global_Namespace].html#function_dcgettext","d":"

    Overrides the domain for a single lookup

    "},{"t":"F","n":"\\dcngettext","p":"[Global_Namespace].html#function_dcngettext","d":"

    Plural version of dcgettext

    "},{"t":"F","n":"\\debug_zval_dump","p":"[Global_Namespace].html#function_debug_zval_dump","d":"

    Dumps a string representation of an internal zend value to output

    "},{"t":"F","n":"\\debugger_connect","p":"[Global_Namespace].html#function_debugger_connect","d":null},{"t":"F","n":"\\debugger_connector_pid","p":"[Global_Namespace].html#function_debugger_connector_pid","d":null},{"t":"F","n":"\\debugger_get_server_start_time","p":"[Global_Namespace].html#function_debugger_get_server_start_time","d":null},{"t":"F","n":"\\debugger_print","p":"[Global_Namespace].html#function_debugger_print","d":null},{"t":"F","n":"\\debugger_start_debug","p":"[Global_Namespace].html#function_debugger_start_debug","d":null},{"t":"F","n":"\\decbin","p":"[Global_Namespace].html#function_decbin","d":"

    Decimal to binary

    "},{"t":"F","n":"\\dechex","p":"[Global_Namespace].html#function_dechex","d":"

    Decimal to hexadecimal

    "},{"t":"F","n":"\\decoct","p":"[Global_Namespace].html#function_decoct","d":"

    Decimal to octal

    "},{"t":"F","n":"\\defer","p":"[Global_Namespace].html#function_defer","d":"

    Defers the execution of a callback function until the surrounding function of a coroutine returns.

    "},{"t":"F","n":"\\define_syslog_variables","p":"[Global_Namespace].html#function_define_syslog_variables","d":"

    Initializes all syslog related variables

    "},{"t":"F","n":"\\deflate_add","p":"[Global_Namespace].html#function_deflate_add","d":"

    Incrementally deflate data

    "},{"t":"F","n":"\\deflate_init","p":"[Global_Namespace].html#function_deflate_init","d":"

    Initialize an incremental deflate context

    "},{"t":"F","n":"\\deg2rad","p":"[Global_Namespace].html#function_deg2rad","d":"

    Converts the number in degrees to the radian equivalent

    "},{"t":"F","n":"\\dgettext","p":"[Global_Namespace].html#function_dgettext","d":"

    Override the current domain

    "},{"t":"F","n":"\\dio_close","p":"[Global_Namespace].html#function_dio_close","d":"

    Closes the file descriptor given by fd.

    "},{"t":"F","n":"\\dio_fcntl","p":"[Global_Namespace].html#function_dio_fcntl","d":"

    The dio_fcntl() function performs the operation specified by cmd on the file descriptor fd.

    "},{"t":"F","n":"\\dio_open","p":"[Global_Namespace].html#function_dio_open","d":"

    Opens a file (creating it if necessary) at a lower level than theC library input/ouput stream functions allow

    "},{"t":"F","n":"\\dio_raw","p":"[Global_Namespace].html#function_dio_raw","d":"

    Opens a raw direct IO stream.

    "},{"t":"F","n":"\\dio_read","p":"[Global_Namespace].html#function_dio_read","d":"

    Reads bytes from a file descriptor.

    "},{"t":"F","n":"\\dio_seek","p":"[Global_Namespace].html#function_dio_seek","d":"

    Seeks to pos on fd from whence

    "},{"t":"F","n":"\\dio_serial","p":"[Global_Namespace].html#function_dio_serial","d":"

    Opens a serial direct IO stream.

    "},{"t":"F","n":"\\dio_stat","p":"[Global_Namespace].html#function_dio_stat","d":"

    Gets stat information about the file descriptor fd

    "},{"t":"F","n":"\\dio_tcsetattr","p":"[Global_Namespace].html#function_dio_tcsetattr","d":"

    Sets terminal attributes and baud rate for a serial port

    "},{"t":"F","n":"\\dio_truncate","p":"[Global_Namespace].html#function_dio_truncate","d":"

    Truncates a file to at most offset bytes in size.

    "},{"t":"F","n":"\\dio_write","p":"[Global_Namespace].html#function_dio_write","d":"

    Writes data to fd with optional truncation at length

    "},{"t":"F","n":"\\dir","p":"[Global_Namespace].html#function_dir","d":"

    Return an instance of the Directory class

    "},{"t":"F","n":"\\dirname","p":"[Global_Namespace].html#function_dirname","d":"

    Returns a parent directory's path

    "},{"t":"F","n":"\\disk_free_space","p":"[Global_Namespace].html#function_disk_free_space","d":"

    Returns available space in directory

    "},{"t":"F","n":"\\disk_total_space","p":"[Global_Namespace].html#function_disk_total_space","d":"

    Returns the total size of a filesystem or disk partition

    "},{"t":"F","n":"\\diskfreespace","p":"[Global_Namespace].html#function_diskfreespace","d":"

    Alias of {disk_free_space}

    "},{"t":"F","n":"\\dl","p":"[Global_Namespace].html#function_dl","d":"

    Loads a php extension at runtime

    "},{"t":"F","n":"\\dngettext","p":"[Global_Namespace].html#function_dngettext","d":"

    Plural version of dgettext

    "},{"t":"F","n":"\\dns_check_record","p":"[Global_Namespace].html#function_dns_check_record","d":"

    Alias:\n{checkdnsrr}

    "},{"t":"F","n":"\\dns_get_mx","p":"[Global_Namespace].html#function_dns_get_mx","d":"

    Alias:\n{getmxrr}

    "},{"t":"F","n":"\\dns_get_record","p":"[Global_Namespace].html#function_dns_get_record","d":"

    Fetch DNS Resource Records associated with a hostname

    "},{"t":"F","n":"\\dom_import_simplexml","p":"[Global_Namespace].html#function_dom_import_simplexml","d":"

    Gets a DOMElement object from a SimpleXMLElement object

    "},{"t":"F","n":"\\doubleval","p":"[Global_Namespace].html#function_doubleval","d":"

    (PHP 4.2.0, PHP 5)
    \nAlias:\n{floatval}\nGet float value of a variable

    "},{"t":"F","n":"\\easter_date","p":"[Global_Namespace].html#function_easter_date","d":"

    Get Unix timestamp for midnight on Easter of a given year

    "},{"t":"F","n":"\\easter_days","p":"[Global_Namespace].html#function_easter_days","d":"

    Get number of days after March 21 on which Easter falls for a given year

    "},{"t":"F","n":"\\eio_busy","p":"[Global_Namespace].html#function_eio_busy","d":"

    Artificially increase load. Could be useful in tests, benchmarking

    "},{"t":"F","n":"\\eio_cancel","p":"[Global_Namespace].html#function_eio_cancel","d":"

    Cancels a request

    "},{"t":"F","n":"\\eio_chmod","p":"[Global_Namespace].html#function_eio_chmod","d":"

    Change file/directory permissions

    "},{"t":"F","n":"\\eio_chown","p":"[Global_Namespace].html#function_eio_chown","d":"

    Change file/directory permissions

    "},{"t":"F","n":"\\eio_close","p":"[Global_Namespace].html#function_eio_close","d":"

    Close file

    "},{"t":"F","n":"\\eio_custom","p":"[Global_Namespace].html#function_eio_custom","d":"

    Execute custom request like any other eio_* call

    "},{"t":"F","n":"\\eio_dup2","p":"[Global_Namespace].html#function_eio_dup2","d":"

    Duplicate a file descriptor

    "},{"t":"F","n":"\\eio_event_loop","p":"[Global_Namespace].html#function_eio_event_loop","d":"

    Polls libeio until all requests proceeded

    "},{"t":"F","n":"\\eio_fallocate","p":"[Global_Namespace].html#function_eio_fallocate","d":"

    Allows the caller to directly manipulate the allocated disk space for a file

    "},{"t":"F","n":"\\eio_fchmod","p":"[Global_Namespace].html#function_eio_fchmod","d":"

    Change file permissions

    "},{"t":"F","n":"\\eio_fchown","p":"[Global_Namespace].html#function_eio_fchown","d":"

    Change file ownership

    "},{"t":"F","n":"\\eio_fdatasync","p":"[Global_Namespace].html#function_eio_fdatasync","d":"

    Synchronize a file's in-core state with storage device

    "},{"t":"F","n":"\\eio_fstat","p":"[Global_Namespace].html#function_eio_fstat","d":"

    Get file status

    "},{"t":"F","n":"\\eio_fstatvfs","p":"[Global_Namespace].html#function_eio_fstatvfs","d":"

    Get file system statistics

    "},{"t":"F","n":"\\eio_fsync","p":"[Global_Namespace].html#function_eio_fsync","d":"

    Synchronize a file's in-core state with storage device

    "},{"t":"F","n":"\\eio_ftruncate","p":"[Global_Namespace].html#function_eio_ftruncate","d":"

    Truncate a file

    "},{"t":"F","n":"\\eio_futime","p":"[Global_Namespace].html#function_eio_futime","d":"

    Change file last access and modification times

    "},{"t":"F","n":"\\eio_get_event_stream","p":"[Global_Namespace].html#function_eio_get_event_stream","d":"

    Get stream representing a variable used in internal communications with libeio

    "},{"t":"F","n":"\\eio_get_last_error","p":"[Global_Namespace].html#function_eio_get_last_error","d":"

    Returns string describing the last error associated with a request resource

    "},{"t":"F","n":"\\eio_grp","p":"[Global_Namespace].html#function_eio_grp","d":"

    Creates a request group

    "},{"t":"F","n":"\\eio_grp_add","p":"[Global_Namespace].html#function_eio_grp_add","d":"

    Adds a request to the request group

    "},{"t":"F","n":"\\eio_grp_cancel","p":"[Global_Namespace].html#function_eio_grp_cancel","d":"

    Cancels a request group

    "},{"t":"F","n":"\\eio_grp_limit","p":"[Global_Namespace].html#function_eio_grp_limit","d":"

    Set group limit

    "},{"t":"F","n":"\\eio_link","p":"[Global_Namespace].html#function_eio_link","d":"

    Create a hardlink for file

    "},{"t":"F","n":"\\eio_lstat","p":"[Global_Namespace].html#function_eio_lstat","d":"

    Get file status

    "},{"t":"F","n":"\\eio_mkdir","p":"[Global_Namespace].html#function_eio_mkdir","d":"

    Create directory

    "},{"t":"F","n":"\\eio_mknod","p":"[Global_Namespace].html#function_eio_mknod","d":"

    Create a special or ordinary file

    "},{"t":"F","n":"\\eio_nop","p":"[Global_Namespace].html#function_eio_nop","d":"

    Does nothing, except go through the whole request cycle

    "},{"t":"F","n":"\\eio_npending","p":"[Global_Namespace].html#function_eio_npending","d":"

    Returns number of finished, but unhandled requests

    "},{"t":"F","n":"\\eio_nready","p":"[Global_Namespace].html#function_eio_nready","d":"

    Returns number of not-yet handled requests

    "},{"t":"F","n":"\\eio_nreqs","p":"[Global_Namespace].html#function_eio_nreqs","d":"

    Returns number of requests to be processed

    "},{"t":"F","n":"\\eio_nthreads","p":"[Global_Namespace].html#function_eio_nthreads","d":"

    Returns number of threads currently in use

    "},{"t":"F","n":"\\eio_open","p":"[Global_Namespace].html#function_eio_open","d":"

    Opens a file

    "},{"t":"F","n":"\\eio_poll","p":"[Global_Namespace].html#function_eio_poll","d":"

    Can be to be called whenever there are pending requests that need finishing

    "},{"t":"F","n":"\\eio_read","p":"[Global_Namespace].html#function_eio_read","d":"

    Read from a file descriptor at given offset

    "},{"t":"F","n":"\\eio_readahead","p":"[Global_Namespace].html#function_eio_readahead","d":"

    Perform file readahead into page cache

    "},{"t":"F","n":"\\eio_readdir","p":"[Global_Namespace].html#function_eio_readdir","d":"

    Reads through a whole directory

    "},{"t":"F","n":"\\eio_readlink","p":"[Global_Namespace].html#function_eio_readlink","d":"

    Read value of a symbolic link

    "},{"t":"F","n":"\\eio_realpath","p":"[Global_Namespace].html#function_eio_realpath","d":"

    Get the canonicalized absolute pathname

    "},{"t":"F","n":"\\eio_rename","p":"[Global_Namespace].html#function_eio_rename","d":"

    Change the name or location of a file

    "},{"t":"F","n":"\\eio_rmdir","p":"[Global_Namespace].html#function_eio_rmdir","d":"

    Remove a directory

    "},{"t":"F","n":"\\eio_seek","p":"[Global_Namespace].html#function_eio_seek","d":"

    Repositions the offset of the open file associated with the fd argument to the argument offset according to the directive whence

    "},{"t":"F","n":"\\eio_sendfile","p":"[Global_Namespace].html#function_eio_sendfile","d":"

    Transfer data between file descriptors

    "},{"t":"F","n":"\\eio_set_max_idle","p":"[Global_Namespace].html#function_eio_set_max_idle","d":"

    Set maximum number of idle threads

    "},{"t":"F","n":"\\eio_set_max_parallel","p":"[Global_Namespace].html#function_eio_set_max_parallel","d":"

    Set maximum parallel threads

    "},{"t":"F","n":"\\eio_set_max_poll_reqs","p":"[Global_Namespace].html#function_eio_set_max_poll_reqs","d":"

    Set maximum number of requests processed in a poll

    "},{"t":"F","n":"\\eio_set_max_poll_time","p":"[Global_Namespace].html#function_eio_set_max_poll_time","d":"

    Set maximum poll time

    "},{"t":"F","n":"\\eio_set_min_parallel","p":"[Global_Namespace].html#function_eio_set_min_parallel","d":"

    Set minimum parallel thread number

    "},{"t":"F","n":"\\eio_stat","p":"[Global_Namespace].html#function_eio_stat","d":"

    Get file status

    "},{"t":"F","n":"\\eio_statvfs","p":"[Global_Namespace].html#function_eio_statvfs","d":"

    Get file system statistics

    "},{"t":"F","n":"\\eio_symlink","p":"[Global_Namespace].html#function_eio_symlink","d":"

    Create a symbolic link

    "},{"t":"F","n":"\\eio_sync","p":"[Global_Namespace].html#function_eio_sync","d":"

    Commit buffer cache to disk

    "},{"t":"F","n":"\\eio_sync_file_range","p":"[Global_Namespace].html#function_eio_sync_file_range","d":"

    Sync a file segment with disk

    "},{"t":"F","n":"\\eio_syncfs","p":"[Global_Namespace].html#function_eio_syncfs","d":"

    Calls Linux' syncfs syscall, if available

    "},{"t":"F","n":"\\eio_truncate","p":"[Global_Namespace].html#function_eio_truncate","d":"

    Truncate a file

    "},{"t":"F","n":"\\eio_unlink","p":"[Global_Namespace].html#function_eio_unlink","d":"

    Delete a name and possibly the file it refers to

    "},{"t":"F","n":"\\eio_utime","p":"[Global_Namespace].html#function_eio_utime","d":"

    Change file last access and modification times

    "},{"t":"F","n":"\\eio_write","p":"[Global_Namespace].html#function_eio_write","d":"

    Write to file

    "},{"t":"F","n":"\\enchant_broker_describe","p":"[Global_Namespace].html#function_enchant_broker_describe","d":"

    (PHP 5 >= 5.3.0, PECL enchant >= 0.1.0)
    \nEnumerates the Enchant providers

    "},{"t":"F","n":"\\enchant_broker_dict_exists","p":"[Global_Namespace].html#function_enchant_broker_dict_exists","d":"

    (PHP 5 >= 5.3.0, PECL enchant >= 0.1.0 )
    \nWhether a dictionary exists or not. Using non-empty tag

    "},{"t":"F","n":"\\enchant_broker_free","p":"[Global_Namespace].html#function_enchant_broker_free","d":"

    Free the broker resource and its dictionaries

    "},{"t":"F","n":"\\enchant_broker_free_dict","p":"[Global_Namespace].html#function_enchant_broker_free_dict","d":"

    (PHP 5 >= 5.3.0, PECL enchant >= 0.1.0 )
    \nFree a dictionary resource

    "},{"t":"F","n":"\\enchant_broker_get_dict_path","p":"[Global_Namespace].html#function_enchant_broker_get_dict_path","d":"

    Get the directory path for a given backend

    "},{"t":"F","n":"\\enchant_broker_get_error","p":"[Global_Namespace].html#function_enchant_broker_get_error","d":"

    (PHP 5 >= 5.3.0, PECL enchant >= 0.1.0 )
    \nReturns the last error of the broker

    "},{"t":"F","n":"\\enchant_broker_init","p":"[Global_Namespace].html#function_enchant_broker_init","d":"

    (PHP 5 >= 5.3.0, PECL enchant >= 0.1.0 )
    \ncreate a new broker object capable of requesting

    "},{"t":"F","n":"\\enchant_broker_list_dicts","p":"[Global_Namespace].html#function_enchant_broker_list_dicts","d":"

    (PHP 5 >= 5.3.0, PECL enchant >= 1.0.1)
    \nReturns a list of available dictionaries

    "},{"t":"F","n":"\\enchant_broker_request_dict","p":"[Global_Namespace].html#function_enchant_broker_request_dict","d":"

    (PHP 5 >= 5.3.0, PECL enchant >= 0.1.0 )
    \ncreate a new dictionary using a tag

    "},{"t":"F","n":"\\enchant_broker_request_pwl_dict","p":"[Global_Namespace].html#function_enchant_broker_request_pwl_dict","d":"

    (PHP 5 >= 5.3.0, PECL enchant >= 0.1.0 )
    \ncreates a dictionary using a PWL file

    "},{"t":"F","n":"\\enchant_broker_set_dict_path","p":"[Global_Namespace].html#function_enchant_broker_set_dict_path","d":"

    Set the directory path for a given backend

    "},{"t":"F","n":"\\enchant_broker_set_ordering","p":"[Global_Namespace].html#function_enchant_broker_set_ordering","d":"

    (PHP 5 >= 5.3.0, PECL enchant >= 0.1.0 )
    \nDeclares a preference of dictionaries to use for the language

    "},{"t":"F","n":"\\enchant_dict_add","p":"[Global_Namespace].html#function_enchant_dict_add","d":"

    (PHP 8)
    \nAdd a word to personal word list

    "},{"t":"F","n":"\\enchant_dict_add_to_personal","p":"[Global_Namespace].html#function_enchant_dict_add_to_personal","d":"

    (PHP 5 >= 5.3.0, PECL enchant >= 0.1.0 )
    \nadd a word to personal word list

    "},{"t":"F","n":"\\enchant_dict_add_to_session","p":"[Global_Namespace].html#function_enchant_dict_add_to_session","d":"

    (PHP 5 >= 5.3.0, PECL enchant >= 0.1.0 )
    \nadd 'word' to this spell-checking session

    "},{"t":"F","n":"\\enchant_dict_check","p":"[Global_Namespace].html#function_enchant_dict_check","d":"

    (PHP 5 >= 5.3.0, PECL enchant >= 0.1.0 )
    \nCheck whether a word is correctly spelled or not

    "},{"t":"F","n":"\\enchant_dict_describe","p":"[Global_Namespace].html#function_enchant_dict_describe","d":"

    (PHP 5 >= 5.3.0, PECL enchant >= 0.1.0 )
    \nDescribes an individual dictionary

    "},{"t":"F","n":"\\enchant_dict_get_error","p":"[Global_Namespace].html#function_enchant_dict_get_error","d":"

    (PHP 5 >= 5.3.0, PECL enchant >= 0.1.0 )
    \nReturns the last error of the current spelling-session

    "},{"t":"F","n":"\\enchant_dict_is_added","p":"[Global_Namespace].html#function_enchant_dict_is_added","d":"

    (PHP 8)
    \nWhether or not 'word' exists in this spelling-session

    "},{"t":"F","n":"\\enchant_dict_is_in_session","p":"[Global_Namespace].html#function_enchant_dict_is_in_session","d":"

    (PHP 5 >= 5.3.0, PECL enchant >= 0.1.0 )
    \nwhether or not 'word' exists in this spelling-session

    "},{"t":"F","n":"\\enchant_dict_quick_check","p":"[Global_Namespace].html#function_enchant_dict_quick_check","d":"

    (PHP 5 >= 5.3.0, PECL enchant:0.2.0-1.0.1)
    \nCheck the word is correctly spelled and provide suggestions

    "},{"t":"F","n":"\\enchant_dict_store_replacement","p":"[Global_Namespace].html#function_enchant_dict_store_replacement","d":"

    (PHP 5 >= 5.3.0, PECL enchant >= 0.1.0 )
    \nAdd a correction for a word

    "},{"t":"F","n":"\\enchant_dict_suggest","p":"[Global_Namespace].html#function_enchant_dict_suggest","d":"

    (PHP 5 >= 5.3.0, PECL enchant >= 0.1.0 )
    \nWill return a list of values if any of those pre-conditions are not met

    "},{"t":"F","n":"\\end","p":"[Global_Namespace].html#function_end","d":"

    Set the internal pointer of an array to its last element

    "},{"t":"F","n":"\\ereg","p":"[Global_Namespace].html#function_ereg","d":"

    Regular expression match

    "},{"t":"F","n":"\\ereg_replace","p":"[Global_Namespace].html#function_ereg_replace","d":"

    Replace regular expression

    "},{"t":"F","n":"\\eregi","p":"[Global_Namespace].html#function_eregi","d":"

    Case insensitive regular expression match

    "},{"t":"F","n":"\\eregi_replace","p":"[Global_Namespace].html#function_eregi_replace","d":"

    Replace regular expression case insensitive

    "},{"t":"F","n":"\\error_clear_last","p":"[Global_Namespace].html#function_error_clear_last","d":"

    Clear the most recent error

    "},{"t":"F","n":"\\error_get_last","p":"[Global_Namespace].html#function_error_get_last","d":"

    Get the last occurred error

    "},{"t":"F","n":"\\error_log","p":"[Global_Namespace].html#function_error_log","d":"

    Send an error message to the defined error handling routines

    "},{"t":"F","n":"\\escapeshellarg","p":"[Global_Namespace].html#function_escapeshellarg","d":"

    Escape a string to be used as a shell argument

    "},{"t":"F","n":"\\escapeshellcmd","p":"[Global_Namespace].html#function_escapeshellcmd","d":"

    Escape shell metacharacters

    "},{"t":"F","n":"\\event_add","p":"[Global_Namespace].html#function_event_add","d":"

    Add an event to the set of monitored events

    \n

    (PECL libevent >= 0.0.1)

    "},{"t":"F","n":"\\event_base_free","p":"[Global_Namespace].html#function_event_base_free","d":"

    Destroy event base

    \n

    (PECL libevent >= 0.0.1)

    "},{"t":"F","n":"\\event_base_loop","p":"[Global_Namespace].html#function_event_base_loop","d":"

    Handle events

    \n

    (PECL libevent >= 0.0.1)

    "},{"t":"F","n":"\\event_base_loopbreak","p":"[Global_Namespace].html#function_event_base_loopbreak","d":"

    Tells the event_base to exit its loop immediately.

    \n

    (PECL libevent >= 0.0.1)

    "},{"t":"F","n":"\\event_base_loopexit","p":"[Global_Namespace].html#function_event_base_loopexit","d":"

    Tells an event_base to stop looping after a given time has elapsed

    \n

    (PECL libevent >= 0.0.1)

    "},{"t":"F","n":"\\event_base_new","p":"[Global_Namespace].html#function_event_base_new","d":"

    Create and initialize new event base

    "},{"t":"F","n":"\\event_base_priority_init","p":"[Global_Namespace].html#function_event_base_priority_init","d":"

    Set the number of different event priority levels

    \n

    (PECL libevent >= 0.0.2)

    "},{"t":"F","n":"\\event_base_set","p":"[Global_Namespace].html#function_event_base_set","d":"

    Associate event base with an event

    \n

    (PECL libevent >= 0.0.1)

    "},{"t":"F","n":"\\event_buffer_base_set","p":"[Global_Namespace].html#function_event_buffer_base_set","d":"

    Associate buffered event with an event base

    \n

    (PECL libevent >= 0.0.1)

    "},{"t":"F","n":"\\event_buffer_disable","p":"[Global_Namespace].html#function_event_buffer_disable","d":"

    Disable a buffered event

    \n

    (PECL libevent >= 0.0.1)

    "},{"t":"F","n":"\\event_buffer_enable","p":"[Global_Namespace].html#function_event_buffer_enable","d":"

    Enables the specified buffered event.

    \n

    (PECL libevent >= 0.0.1)

    "},{"t":"F","n":"\\event_buffer_fd_set","p":"[Global_Namespace].html#function_event_buffer_fd_set","d":"

    Changes the file descriptor on which the buffered event operates.

    \n

    (PECL libevent >= 0.0.1)

    "},{"t":"F","n":"\\event_buffer_free","p":"[Global_Namespace].html#function_event_buffer_free","d":"

    Destroys the specified buffered event and frees all the resources associated.

    \n

    (PECL libevent >= 0.0.1)

    "},{"t":"F","n":"\\event_buffer_new","p":"[Global_Namespace].html#function_event_buffer_new","d":"

    Create new buffered event

    \n

    (PECL libevent >= 0.0.1)

    "},{"t":"F","n":"\\event_buffer_priority_set","p":"[Global_Namespace].html#function_event_buffer_priority_set","d":"

    Assign a priority to a buffered event. Use it after\ninitializing event, but before adding an event to the event_base.

    \n

    (PECL libevent >= 0.0.1)

    "},{"t":"F","n":"\\event_buffer_read","p":"[Global_Namespace].html#function_event_buffer_read","d":"

    Reads data from the input buffer of the buffered event.

    \n

    (PECL libevent >= 0.0.1)

    "},{"t":"F","n":"\\event_buffer_set_callback","p":"[Global_Namespace].html#function_event_buffer_set_callback","d":"

    Set or reset callbacks for a buffered event

    \n

    (PECL libevent >= 0.0.4)

    "},{"t":"F","n":"\\event_buffer_timeout_set","p":"[Global_Namespace].html#function_event_buffer_timeout_set","d":"

    Sets the read and write timeouts for the specified buffered event.

    \n

    (PECL libevent >= 0.0.1)

    "},{"t":"F","n":"\\event_buffer_watermark_set","p":"[Global_Namespace].html#function_event_buffer_watermark_set","d":"

    Set the watermarks for read and write events.

    \n

    (PECL libevent >= 0.0.1)

    "},{"t":"F","n":"\\event_buffer_write","p":"[Global_Namespace].html#function_event_buffer_write","d":"

    Writes data to the specified buffered event.

    \n

    (PECL libevent >= 0.0.1)

    "},{"t":"F","n":"\\event_del","p":"[Global_Namespace].html#function_event_del","d":"

    Remove an event from the set of monitored events.

    \n

    (PECL libevent >= 0.0.1)

    "},{"t":"F","n":"\\event_free","p":"[Global_Namespace].html#function_event_free","d":"

    Free event resource.

    \n

    (PECL libevent >= 0.0.1)

    "},{"t":"F","n":"\\event_new","p":"[Global_Namespace].html#function_event_new","d":"

    Creates and returns a new event resource.

    \n

    (PECL libevent >= 0.0.1)

    "},{"t":"F","n":"\\event_set","p":"[Global_Namespace].html#function_event_set","d":"

    Prepares the event to be used in event_add().

    \n

    (PECL libevent >= 0.0.1)

    "},{"t":"F","n":"\\event_timer_add","p":"[Global_Namespace].html#function_event_timer_add","d":"

    Alias of event_add().

    "},{"t":"F","n":"\\event_timer_del","p":"[Global_Namespace].html#function_event_timer_del","d":"

    Alias of event_del().

    "},{"t":"F","n":"\\event_timer_new","p":"[Global_Namespace].html#function_event_timer_new","d":"

    Alias of event_new().

    "},{"t":"F","n":"\\event_timer_pending","p":"[Global_Namespace].html#function_event_timer_pending","d":"

    Checks if a specific event is pending or scheduled.

    "},{"t":"F","n":"\\event_timer_set","p":"[Global_Namespace].html#function_event_timer_set","d":"

    Prepares the timer event to be used in event_add().

    "},{"t":"F","n":"\\exec","p":"[Global_Namespace].html#function_exec","d":"

    Execute an external program

    "},{"t":"F","n":"\\exif_imagetype","p":"[Global_Namespace].html#function_exif_imagetype","d":"

    Determine the type of an image

    "},{"t":"F","n":"\\exif_read_data","p":"[Global_Namespace].html#function_exif_read_data","d":"

    Reads the EXIF headers from JPEG or TIFF

    "},{"t":"F","n":"\\exif_tagname","p":"[Global_Namespace].html#function_exif_tagname","d":"

    Get the header name for an index

    "},{"t":"F","n":"\\exif_thumbnail","p":"[Global_Namespace].html#function_exif_thumbnail","d":"

    Retrieve the embedded thumbnail of a TIFF or JPEG image

    "},{"t":"F","n":"\\exp","p":"[Global_Namespace].html#function_exp","d":"

    Calculates the exponent of e

    "},{"t":"F","n":"\\expect_expectl","p":"[Global_Namespace].html#function_expect_expectl","d":"

    Waits until the output from a process matches one of the patterns, a specified time period has passed,\nor an EOF is seen.

    "},{"t":"F","n":"\\expect_popen","p":"[Global_Namespace].html#function_expect_popen","d":"

    Execute command via Bourne shell, and open the PTY stream to the process

    "},{"t":"F","n":"\\explode","p":"[Global_Namespace].html#function_explode","d":"

    Split a string by a string

    "},{"t":"F","n":"\\expm1","p":"[Global_Namespace].html#function_expm1","d":"

    Returns exp(number) - 1, computed in a way that is accurate even\nwhen the value of number is close to zero

    "},{"t":"F","n":"\\extract","p":"[Global_Namespace].html#function_extract","d":"

    Import variables into the current symbol table from an array

    "},{"t":"F","n":"\\ezmlm_hash","p":"[Global_Namespace].html#function_ezmlm_hash","d":"

    Calculate the hash value needed by EZMLM

    "},{"t":"F","n":"\\fann_cascadetrain_on_data","p":"[Global_Namespace].html#function_fann_cascadetrain_on_data","d":"

    Trains on an entire dataset, for a period of time using the Cascade2 training algorithm

    "},{"t":"F","n":"\\fann_cascadetrain_on_file","p":"[Global_Namespace].html#function_fann_cascadetrain_on_file","d":"

    Trains on an entire dataset read from file, for a period of time using the Cascade2 training algorithm.

    "},{"t":"F","n":"\\fann_clear_scaling_params","p":"[Global_Namespace].html#function_fann_clear_scaling_params","d":"

    Clears scaling parameters

    "},{"t":"F","n":"\\fann_copy","p":"[Global_Namespace].html#function_fann_copy","d":"

    Creates a copy of a fann structure

    "},{"t":"F","n":"\\fann_create_from_file","p":"[Global_Namespace].html#function_fann_create_from_file","d":"

    Constructs a backpropagation neural network from a configuration file

    "},{"t":"F","n":"\\fann_create_shortcut","p":"[Global_Namespace].html#function_fann_create_shortcut","d":"

    Creates a standard backpropagation neural network which is not fully connectected and has shortcut connections

    "},{"t":"F","n":"\\fann_create_shortcut_array","p":"[Global_Namespace].html#function_fann_create_shortcut_array","d":"

    Creates a standard backpropagation neural network which is not fully connectected and has shortcut connections

    "},{"t":"F","n":"\\fann_create_sparse","p":"[Global_Namespace].html#function_fann_create_sparse","d":"

    Creates a standard backpropagation neural network, which is not fully connected

    "},{"t":"F","n":"\\fann_create_sparse_array","p":"[Global_Namespace].html#function_fann_create_sparse_array","d":"

    Creates a standard backpropagation neural network, which is not fully connected using an array of layer sizes

    "},{"t":"F","n":"\\fann_create_standard","p":"[Global_Namespace].html#function_fann_create_standard","d":"

    Creates a standard fully connected backpropagation neural network

    "},{"t":"F","n":"\\fann_create_standard_array","p":"[Global_Namespace].html#function_fann_create_standard_array","d":"

    Creates a standard fully connected backpropagation neural network using an array of layer sizes

    "},{"t":"F","n":"\\fann_create_train","p":"[Global_Namespace].html#function_fann_create_train","d":"

    Creates an empty training data struct

    "},{"t":"F","n":"\\fann_create_train_from_callback","p":"[Global_Namespace].html#function_fann_create_train_from_callback","d":"

    Creates the training data struct from a user supplied function

    "},{"t":"F","n":"\\fann_descale_input","p":"[Global_Namespace].html#function_fann_descale_input","d":"

    Scale data in input vector after get it from ann based on previously calculated parameters

    "},{"t":"F","n":"\\fann_descale_output","p":"[Global_Namespace].html#function_fann_descale_output","d":"

    Scale data in output vector after get it from ann based on previously calculated parameters

    "},{"t":"F","n":"\\fann_descale_train","p":"[Global_Namespace].html#function_fann_descale_train","d":"

    Descale input and output data based on previously calculated parameters

    "},{"t":"F","n":"\\fann_destroy","p":"[Global_Namespace].html#function_fann_destroy","d":"

    Destroys the entire network and properly freeing all the associated memory

    "},{"t":"F","n":"\\fann_destroy_train","p":"[Global_Namespace].html#function_fann_destroy_train","d":"

    Destructs the training data

    "},{"t":"F","n":"\\fann_duplicate_train_data","p":"[Global_Namespace].html#function_fann_duplicate_train_data","d":"

    Returns an exact copy of a fann train data

    "},{"t":"F","n":"\\fann_get_MSE","p":"[Global_Namespace].html#function_fann_get_MSE","d":"

    Reads the mean square error from the network

    "},{"t":"F","n":"\\fann_get_activation_function","p":"[Global_Namespace].html#function_fann_get_activation_function","d":"

    Returns the activation function

    "},{"t":"F","n":"\\fann_get_activation_steepness","p":"[Global_Namespace].html#function_fann_get_activation_steepness","d":"

    Returns the activation steepness for supplied neuron and layer number

    "},{"t":"F","n":"\\fann_get_bias_array","p":"[Global_Namespace].html#function_fann_get_bias_array","d":"

    Get the number of bias in each layer in the network

    "},{"t":"F","n":"\\fann_get_bit_fail","p":"[Global_Namespace].html#function_fann_get_bit_fail","d":"

    The number of fail bits

    "},{"t":"F","n":"\\fann_get_bit_fail_limit","p":"[Global_Namespace].html#function_fann_get_bit_fail_limit","d":"

    Returns the bit fail limit used during training

    "},{"t":"F","n":"\\fann_get_cascade_activation_functions","p":"[Global_Namespace].html#function_fann_get_cascade_activation_functions","d":"

    Returns the cascade activation functions

    "},{"t":"F","n":"\\fann_get_cascade_activation_functions_count","p":"[Global_Namespace].html#function_fann_get_cascade_activation_functions_count","d":"

    Returns the number of cascade activation functions

    "},{"t":"F","n":"\\fann_get_cascade_activation_steepnesses","p":"[Global_Namespace].html#function_fann_get_cascade_activation_steepnesses","d":"

    Returns the cascade activation steepnesses

    "},{"t":"F","n":"\\fann_get_cascade_activation_steepnesses_count","p":"[Global_Namespace].html#function_fann_get_cascade_activation_steepnesses_count","d":"

    The number of activation steepnesses

    "},{"t":"F","n":"\\fann_get_cascade_candidate_change_fraction","p":"[Global_Namespace].html#function_fann_get_cascade_candidate_change_fraction","d":"

    Returns the cascade candidate change fraction

    "},{"t":"F","n":"\\fann_get_cascade_candidate_limit","p":"[Global_Namespace].html#function_fann_get_cascade_candidate_limit","d":"

    Return the candidate limit

    "},{"t":"F","n":"\\fann_get_cascade_candidate_stagnation_epochs","p":"[Global_Namespace].html#function_fann_get_cascade_candidate_stagnation_epochs","d":"

    Returns the number of cascade candidate stagnation epochs

    "},{"t":"F","n":"\\fann_get_cascade_max_cand_epochs","p":"[Global_Namespace].html#function_fann_get_cascade_max_cand_epochs","d":"

    Returns the maximum candidate epochs

    "},{"t":"F","n":"\\fann_get_cascade_max_out_epochs","p":"[Global_Namespace].html#function_fann_get_cascade_max_out_epochs","d":"

    Returns the maximum out epochs

    "},{"t":"F","n":"\\fann_get_cascade_min_cand_epochs","p":"[Global_Namespace].html#function_fann_get_cascade_min_cand_epochs","d":"

    Returns the minimum candidate epochs

    "},{"t":"F","n":"\\fann_get_cascade_min_out_epochs","p":"[Global_Namespace].html#function_fann_get_cascade_min_out_epochs","d":"

    Returns the minimum out epochs

    "},{"t":"F","n":"\\fann_get_cascade_num_candidate_groups","p":"[Global_Namespace].html#function_fann_get_cascade_num_candidate_groups","d":"

    Returns the number of candidate groups

    "},{"t":"F","n":"\\fann_get_cascade_num_candidates","p":"[Global_Namespace].html#function_fann_get_cascade_num_candidates","d":"

    Returns the number of candidates used during training

    "},{"t":"F","n":"\\fann_get_cascade_output_change_fraction","p":"[Global_Namespace].html#function_fann_get_cascade_output_change_fraction","d":"

    Returns the cascade output change fraction

    "},{"t":"F","n":"\\fann_get_cascade_output_stagnation_epochs","p":"[Global_Namespace].html#function_fann_get_cascade_output_stagnation_epochs","d":"

    Returns the number of cascade output stagnation epochs

    "},{"t":"F","n":"\\fann_get_cascade_weight_multiplier","p":"[Global_Namespace].html#function_fann_get_cascade_weight_multiplier","d":"

    Returns the weight multiplier

    "},{"t":"F","n":"\\fann_get_connection_array","p":"[Global_Namespace].html#function_fann_get_connection_array","d":"

    Get connections in the network

    "},{"t":"F","n":"\\fann_get_connection_rate","p":"[Global_Namespace].html#function_fann_get_connection_rate","d":"

    Get the connection rate used when the network was created

    "},{"t":"F","n":"\\fann_get_errno","p":"[Global_Namespace].html#function_fann_get_errno","d":"

    Returns the last error number

    "},{"t":"F","n":"\\fann_get_errstr","p":"[Global_Namespace].html#function_fann_get_errstr","d":"

    Returns the last errstr

    "},{"t":"F","n":"\\fann_get_layer_array","p":"[Global_Namespace].html#function_fann_get_layer_array","d":"

    Get the number of neurons in each layer in the network

    "},{"t":"F","n":"\\fann_get_learning_momentum","p":"[Global_Namespace].html#function_fann_get_learning_momentum","d":"

    Returns the learning momentum

    "},{"t":"F","n":"\\fann_get_learning_rate","p":"[Global_Namespace].html#function_fann_get_learning_rate","d":"

    Returns the learning rate

    "},{"t":"F","n":"\\fann_get_network_type","p":"[Global_Namespace].html#function_fann_get_network_type","d":"

    Get the type of neural network it was created as

    "},{"t":"F","n":"\\fann_get_num_input","p":"[Global_Namespace].html#function_fann_get_num_input","d":"

    Get the number of input neurons

    "},{"t":"F","n":"\\fann_get_num_layers","p":"[Global_Namespace].html#function_fann_get_num_layers","d":"

    Get the number of layers in the neural network

    "},{"t":"F","n":"\\fann_get_num_output","p":"[Global_Namespace].html#function_fann_get_num_output","d":"

    Get the number of output neurons

    "},{"t":"F","n":"\\fann_get_quickprop_decay","p":"[Global_Namespace].html#function_fann_get_quickprop_decay","d":"

    Returns the decay which is a factor that weights should decrease in each iteration during quickprop training

    "},{"t":"F","n":"\\fann_get_quickprop_mu","p":"[Global_Namespace].html#function_fann_get_quickprop_mu","d":"

    Returns the mu factor

    "},{"t":"F","n":"\\fann_get_rprop_decrease_factor","p":"[Global_Namespace].html#function_fann_get_rprop_decrease_factor","d":"

    Returns the increase factor used during RPROP training

    "},{"t":"F","n":"\\fann_get_rprop_delta_max","p":"[Global_Namespace].html#function_fann_get_rprop_delta_max","d":"

    Returns the maximum step-size

    "},{"t":"F","n":"\\fann_get_rprop_delta_min","p":"[Global_Namespace].html#function_fann_get_rprop_delta_min","d":"

    Returns the minimum step-size

    "},{"t":"F","n":"\\fann_get_rprop_delta_zero","p":"[Global_Namespace].html#function_fann_get_rprop_delta_zero","d":"

    Returns the initial step-size

    "},{"t":"F","n":"\\fann_get_rprop_increase_factor","p":"[Global_Namespace].html#function_fann_get_rprop_increase_factor","d":"

    Returns the increase factor used during RPROP training

    "},{"t":"F","n":"\\fann_get_sarprop_step_error_shift","p":"[Global_Namespace].html#function_fann_get_sarprop_step_error_shift","d":"

    Returns the sarprop step error shift

    "},{"t":"F","n":"\\fann_get_sarprop_step_error_threshold_factor","p":"[Global_Namespace].html#function_fann_get_sarprop_step_error_threshold_factor","d":"

    Returns the sarprop step error threshold factor

    "},{"t":"F","n":"\\fann_get_sarprop_temperature","p":"[Global_Namespace].html#function_fann_get_sarprop_temperature","d":"

    Returns the sarprop temperature

    "},{"t":"F","n":"\\fann_get_sarprop_weight_decay_shift","p":"[Global_Namespace].html#function_fann_get_sarprop_weight_decay_shift","d":"

    Returns the sarprop weight decay shift

    "},{"t":"F","n":"\\fann_get_total_connections","p":"[Global_Namespace].html#function_fann_get_total_connections","d":"

    Get the total number of connections in the entire network

    "},{"t":"F","n":"\\fann_get_total_neurons","p":"[Global_Namespace].html#function_fann_get_total_neurons","d":"

    Get the total number of neurons in the entire network

    "},{"t":"F","n":"\\fann_get_train_error_function","p":"[Global_Namespace].html#function_fann_get_train_error_function","d":"

    Returns the error function used during training

    "},{"t":"F","n":"\\fann_get_train_stop_function","p":"[Global_Namespace].html#function_fann_get_train_stop_function","d":"

    Returns the stop function used during training

    "},{"t":"F","n":"\\fann_get_training_algorithm","p":"[Global_Namespace].html#function_fann_get_training_algorithm","d":"

    Returns the training algorithm

    "},{"t":"F","n":"\\fann_init_weights","p":"[Global_Namespace].html#function_fann_init_weights","d":"

    Initialize the weights using Widrow + Nguyen\u2019s algorithm

    "},{"t":"F","n":"\\fann_length_train_data","p":"[Global_Namespace].html#function_fann_length_train_data","d":"

    Returns the number of training patterns in the train data

    "},{"t":"F","n":"\\fann_merge_train_data","p":"[Global_Namespace].html#function_fann_merge_train_data","d":"

    Merges the train data

    "},{"t":"F","n":"\\fann_num_input_train_data","p":"[Global_Namespace].html#function_fann_num_input_train_data","d":"

    Returns the number of inputs in each of the training patterns in the train data

    "},{"t":"F","n":"\\fann_num_output_train_data","p":"[Global_Namespace].html#function_fann_num_output_train_data","d":"

    Returns the number of outputs in each of the training patterns in the train data

    "},{"t":"F","n":"\\fann_print_error","p":"[Global_Namespace].html#function_fann_print_error","d":"

    Prints the error string

    "},{"t":"F","n":"\\fann_randomize_weights","p":"[Global_Namespace].html#function_fann_randomize_weights","d":"

    Give each connection a random weight between min_weight and max_weight

    "},{"t":"F","n":"\\fann_read_train_from_file","p":"[Global_Namespace].html#function_fann_read_train_from_file","d":"

    Reads a file that stores training data

    "},{"t":"F","n":"\\fann_reset_MSE","p":"[Global_Namespace].html#function_fann_reset_MSE","d":"

    Resets the mean square error from the network

    "},{"t":"F","n":"\\fann_reset_errno","p":"[Global_Namespace].html#function_fann_reset_errno","d":"

    Resets the last error number

    "},{"t":"F","n":"\\fann_reset_errstr","p":"[Global_Namespace].html#function_fann_reset_errstr","d":"

    Resets the last error string

    "},{"t":"F","n":"\\fann_run","p":"[Global_Namespace].html#function_fann_run","d":"

    Will run input through the neural network

    "},{"t":"F","n":"\\fann_save","p":"[Global_Namespace].html#function_fann_save","d":"

    Saves the entire network to a configuration file

    "},{"t":"F","n":"\\fann_save_train","p":"[Global_Namespace].html#function_fann_save_train","d":"

    Save the training structure to a file

    "},{"t":"F","n":"\\fann_scale_input","p":"[Global_Namespace].html#function_fann_scale_input","d":"

    Scale data in input vector before feed it to ann based on previously calculated parameters

    "},{"t":"F","n":"\\fann_scale_input_train_data","p":"[Global_Namespace].html#function_fann_scale_input_train_data","d":"

    Scales the inputs in the training data to the specified range

    "},{"t":"F","n":"\\fann_scale_output","p":"[Global_Namespace].html#function_fann_scale_output","d":"

    Scale data in output vector before feed it to ann based on previously calculated parameters

    "},{"t":"F","n":"\\fann_scale_output_train_data","p":"[Global_Namespace].html#function_fann_scale_output_train_data","d":"

    Scales the outputs in the training data to the specified range

    "},{"t":"F","n":"\\fann_scale_train","p":"[Global_Namespace].html#function_fann_scale_train","d":"

    Scale input and output data based on previously calculated parameters

    "},{"t":"F","n":"\\fann_scale_train_data","p":"[Global_Namespace].html#function_fann_scale_train_data","d":"

    Scales the inputs and outputs in the training data to the specified range

    "},{"t":"F","n":"\\fann_set_activation_function","p":"[Global_Namespace].html#function_fann_set_activation_function","d":"

    Sets the activation function for supplied neuron and layer

    "},{"t":"F","n":"\\fann_set_activation_function_hidden","p":"[Global_Namespace].html#function_fann_set_activation_function_hidden","d":"

    Sets the activation function for all of the hidden layers

    "},{"t":"F","n":"\\fann_set_activation_function_layer","p":"[Global_Namespace].html#function_fann_set_activation_function_layer","d":"

    Sets the activation function for all the neurons in the supplied layer.

    "},{"t":"F","n":"\\fann_set_activation_function_output","p":"[Global_Namespace].html#function_fann_set_activation_function_output","d":"

    Sets the activation function for the output layer

    "},{"t":"F","n":"\\fann_set_activation_steepness","p":"[Global_Namespace].html#function_fann_set_activation_steepness","d":"

    Sets the activation steepness for supplied neuron and layer number

    "},{"t":"F","n":"\\fann_set_activation_steepness_hidden","p":"[Global_Namespace].html#function_fann_set_activation_steepness_hidden","d":"

    Sets the steepness of the activation steepness for all neurons in the all hidden layers

    "},{"t":"F","n":"\\fann_set_activation_steepness_layer","p":"[Global_Namespace].html#function_fann_set_activation_steepness_layer","d":"

    Sets the activation steepness for all of the neurons in the supplied layer number

    "},{"t":"F","n":"\\fann_set_activation_steepness_output","p":"[Global_Namespace].html#function_fann_set_activation_steepness_output","d":"

    Sets the steepness of the activation steepness in the output layer

    "},{"t":"F","n":"\\fann_set_bit_fail_limit","p":"[Global_Namespace].html#function_fann_set_bit_fail_limit","d":"

    Set the bit fail limit used during training

    "},{"t":"F","n":"\\fann_set_callback","p":"[Global_Namespace].html#function_fann_set_callback","d":"

    Sets the callback function for use during training

    "},{"t":"F","n":"\\fann_set_cascade_activation_functions","p":"[Global_Namespace].html#function_fann_set_cascade_activation_functions","d":"

    Sets the array of cascade candidate activation functions

    "},{"t":"F","n":"\\fann_set_cascade_activation_steepnesses","p":"[Global_Namespace].html#function_fann_set_cascade_activation_steepnesses","d":"

    Sets the array of cascade candidate activation steepnesses

    "},{"t":"F","n":"\\fann_set_cascade_candidate_change_fraction","p":"[Global_Namespace].html#function_fann_set_cascade_candidate_change_fraction","d":"

    Sets the cascade candidate change fraction

    "},{"t":"F","n":"\\fann_set_cascade_candidate_limit","p":"[Global_Namespace].html#function_fann_set_cascade_candidate_limit","d":"

    Sets the candidate limit

    "},{"t":"F","n":"\\fann_set_cascade_candidate_stagnation_epochs","p":"[Global_Namespace].html#function_fann_set_cascade_candidate_stagnation_epochs","d":"

    Sets the number of cascade candidate stagnation epochs

    "},{"t":"F","n":"\\fann_set_cascade_max_cand_epochs","p":"[Global_Namespace].html#function_fann_set_cascade_max_cand_epochs","d":"

    Sets the max candidate epochs

    "},{"t":"F","n":"\\fann_set_cascade_max_out_epochs","p":"[Global_Namespace].html#function_fann_set_cascade_max_out_epochs","d":"

    Sets the maximum out epochs

    "},{"t":"F","n":"\\fann_set_cascade_min_cand_epochs","p":"[Global_Namespace].html#function_fann_set_cascade_min_cand_epochs","d":"

    Sets the min candidate epochs

    "},{"t":"F","n":"\\fann_set_cascade_min_out_epochs","p":"[Global_Namespace].html#function_fann_set_cascade_min_out_epochs","d":"

    Sets the minimum out epochs

    "},{"t":"F","n":"\\fann_set_cascade_num_candidate_groups","p":"[Global_Namespace].html#function_fann_set_cascade_num_candidate_groups","d":"

    Sets the number of candidate groups

    "},{"t":"F","n":"\\fann_set_cascade_output_change_fraction","p":"[Global_Namespace].html#function_fann_set_cascade_output_change_fraction","d":"

    Sets the cascade output change fraction

    "},{"t":"F","n":"\\fann_set_cascade_output_stagnation_epochs","p":"[Global_Namespace].html#function_fann_set_cascade_output_stagnation_epochs","d":"

    Sets the number of cascade output stagnation epochs

    "},{"t":"F","n":"\\fann_set_cascade_weight_multiplier","p":"[Global_Namespace].html#function_fann_set_cascade_weight_multiplier","d":"

    Sets the weight multiplier

    "},{"t":"F","n":"\\fann_set_error_log","p":"[Global_Namespace].html#function_fann_set_error_log","d":"

    Sets where the errors are logged to

    "},{"t":"F","n":"\\fann_set_input_scaling_params","p":"[Global_Namespace].html#function_fann_set_input_scaling_params","d":"

    Calculate input scaling parameters for future use based on training data

    "},{"t":"F","n":"\\fann_set_learning_momentum","p":"[Global_Namespace].html#function_fann_set_learning_momentum","d":"

    Sets the learning momentum

    "},{"t":"F","n":"\\fann_set_learning_rate","p":"[Global_Namespace].html#function_fann_set_learning_rate","d":"

    Sets the learning rate

    "},{"t":"F","n":"\\fann_set_output_scaling_params","p":"[Global_Namespace].html#function_fann_set_output_scaling_params","d":"

    Calculate output scaling parameters for future use based on training data

    "},{"t":"F","n":"\\fann_set_quickprop_decay","p":"[Global_Namespace].html#function_fann_set_quickprop_decay","d":"

    Sets the quickprop decay factor

    "},{"t":"F","n":"\\fann_set_quickprop_mu","p":"[Global_Namespace].html#function_fann_set_quickprop_mu","d":"

    Sets the quickprop mu factor

    "},{"t":"F","n":"\\fann_set_rprop_decrease_factor","p":"[Global_Namespace].html#function_fann_set_rprop_decrease_factor","d":"

    Sets the decrease factor used during RPROP training

    "},{"t":"F","n":"\\fann_set_rprop_delta_max","p":"[Global_Namespace].html#function_fann_set_rprop_delta_max","d":"

    Sets the maximum step-size

    "},{"t":"F","n":"\\fann_set_rprop_delta_min","p":"[Global_Namespace].html#function_fann_set_rprop_delta_min","d":"

    Sets the minimum step-size

    "},{"t":"F","n":"\\fann_set_rprop_delta_zero","p":"[Global_Namespace].html#function_fann_set_rprop_delta_zero","d":"

    Sets the initial step-size

    "},{"t":"F","n":"\\fann_set_rprop_increase_factor","p":"[Global_Namespace].html#function_fann_set_rprop_increase_factor","d":"

    Sets the increase factor used during RPROP training

    "},{"t":"F","n":"\\fann_set_sarprop_step_error_shift","p":"[Global_Namespace].html#function_fann_set_sarprop_step_error_shift","d":"

    Sets the sarprop step error shift

    "},{"t":"F","n":"\\fann_set_sarprop_step_error_threshold_factor","p":"[Global_Namespace].html#function_fann_set_sarprop_step_error_threshold_factor","d":"

    Sets the sarprop step error threshold factor

    "},{"t":"F","n":"\\fann_set_sarprop_temperature","p":"[Global_Namespace].html#function_fann_set_sarprop_temperature","d":"

    Sets the sarprop temperature

    "},{"t":"F","n":"\\fann_set_sarprop_weight_decay_shift","p":"[Global_Namespace].html#function_fann_set_sarprop_weight_decay_shift","d":"

    Sets the sarprop weight decay shift

    "},{"t":"F","n":"\\fann_set_scaling_params","p":"[Global_Namespace].html#function_fann_set_scaling_params","d":"

    Calculate input and output scaling parameters for future use based on training data

    "},{"t":"F","n":"\\fann_set_train_error_function","p":"[Global_Namespace].html#function_fann_set_train_error_function","d":"

    Sets the error function used during training

    "},{"t":"F","n":"\\fann_set_train_stop_function","p":"[Global_Namespace].html#function_fann_set_train_stop_function","d":"

    Sets the stop function used during training

    "},{"t":"F","n":"\\fann_set_training_algorithm","p":"[Global_Namespace].html#function_fann_set_training_algorithm","d":"

    Sets the training algorithm

    "},{"t":"F","n":"\\fann_set_weight","p":"[Global_Namespace].html#function_fann_set_weight","d":"

    Set a connection in the network

    "},{"t":"F","n":"\\fann_set_weight_array","p":"[Global_Namespace].html#function_fann_set_weight_array","d":"

    Set connections in the network

    "},{"t":"F","n":"\\fann_shuffle_train_data","p":"[Global_Namespace].html#function_fann_shuffle_train_data","d":"

    Shuffles training data, randomizing the order

    "},{"t":"F","n":"\\fann_subset_train_data","p":"[Global_Namespace].html#function_fann_subset_train_data","d":"

    Returns an copy of a subset of the train data

    "},{"t":"F","n":"\\fann_test","p":"[Global_Namespace].html#function_fann_test","d":"

    Test with a set of inputs, and a set of desired outputs

    "},{"t":"F","n":"\\fann_test_data","p":"[Global_Namespace].html#function_fann_test_data","d":"

    Test a set of training data and calculates the MSE for the training data

    "},{"t":"F","n":"\\fann_train","p":"[Global_Namespace].html#function_fann_train","d":"

    Train one iteration with a set of inputs, and a set of desired outputs

    "},{"t":"F","n":"\\fann_train_epoch","p":"[Global_Namespace].html#function_fann_train_epoch","d":"

    Train one epoch with a set of training data

    "},{"t":"F","n":"\\fann_train_on_data","p":"[Global_Namespace].html#function_fann_train_on_data","d":"

    Trains on an entire dataset for a period of time

    "},{"t":"F","n":"\\fann_train_on_file","p":"[Global_Namespace].html#function_fann_train_on_file","d":"

    Trains on an entire dataset, which is read from file, for a period of time

    "},{"t":"F","n":"\\fastcgi_finish_request","p":"[Global_Namespace].html#function_fastcgi_finish_request","d":"

    This function flushes all response data to the client and finishes the request.

    "},{"t":"F","n":"\\fbird_add_user","p":"[Global_Namespace].html#function_fbird_add_user","d":"

    This is an alias of ibase_add_user\nAdd a user to a security database (only for IB6 or later)

    "},{"t":"F","n":"\\fbird_affected_rows","p":"[Global_Namespace].html#function_fbird_affected_rows","d":"

    This is an alias of ibase_affected_rows\nReturn the number of rows that were affected by the previous query

    "},{"t":"F","n":"\\fbird_backup","p":"[Global_Namespace].html#function_fbird_backup","d":"

    This is an alias of ibase_backup\nInitiates a backup task in the service manager and returns immediately

    "},{"t":"F","n":"\\fbird_blob_add","p":"[Global_Namespace].html#function_fbird_blob_add","d":"

    This is an alias of ibase_blob_add\nAdd data into a newly created blob

    "},{"t":"F","n":"\\fbird_blob_cancel","p":"[Global_Namespace].html#function_fbird_blob_cancel","d":"

    This is an alias of ibase_blob_cancel\nCancel creating blob

    "},{"t":"F","n":"\\fbird_blob_close","p":"[Global_Namespace].html#function_fbird_blob_close","d":"

    This is an alias of ibase_blob_close\nClose blob

    "},{"t":"F","n":"\\fbird_blob_create","p":"[Global_Namespace].html#function_fbird_blob_create","d":"

    This is an alias of ibase_blob_create\nCreate a new blob for adding data

    "},{"t":"F","n":"\\fbird_blob_echo","p":"[Global_Namespace].html#function_fbird_blob_echo","d":"

    This is an alias of ibase_blob_echo\nOutput blob contents to browser

    "},{"t":"F","n":"\\fbird_blob_get","p":"[Global_Namespace].html#function_fbird_blob_get","d":"

    This is an alias of ibase_blob_get\nGet len bytes data from open blob

    "},{"t":"F","n":"\\fbird_blob_import","p":"[Global_Namespace].html#function_fbird_blob_import","d":"

    This is an alias of ibase_blob_import\nCreate blob, copy file in it, and close it

    "},{"t":"F","n":"\\fbird_blob_info","p":"[Global_Namespace].html#function_fbird_blob_info","d":"

    This is an alias of ibase_blob_info\nReturn blob length and other useful info

    "},{"t":"F","n":"\\fbird_blob_open","p":"[Global_Namespace].html#function_fbird_blob_open","d":"

    This is an alias of ibase_blob_open\nOpen blob for retrieving data parts

    "},{"t":"F","n":"\\fbird_close","p":"[Global_Namespace].html#function_fbird_close","d":"

    This is an alias of ibase_close\nClose a connection to an InterBase database

    "},{"t":"F","n":"\\fbird_commit","p":"[Global_Namespace].html#function_fbird_commit","d":"

    This is an alias of ibase_commit\nCommit a transaction

    "},{"t":"F","n":"\\fbird_commit_ret","p":"[Global_Namespace].html#function_fbird_commit_ret","d":"

    This is an alias of ibase_commit_ret\nCommit a transaction without closing it

    "},{"t":"F","n":"\\fbird_connect","p":"[Global_Namespace].html#function_fbird_connect","d":"

    This is an alias of ibase_connect\nOpen a connection to an InterBase database

    "},{"t":"F","n":"\\fbird_db_info","p":"[Global_Namespace].html#function_fbird_db_info","d":"

    This is an alias of ibase_db_info\nRequest statistics about a database

    "},{"t":"F","n":"\\fbird_delete_user","p":"[Global_Namespace].html#function_fbird_delete_user","d":"

    This is an alias of ibase_delete_user\nDelete a user from a security database (only for IB6 or later)

    "},{"t":"F","n":"\\fbird_drop_db","p":"[Global_Namespace].html#function_fbird_drop_db","d":"

    This is an alias of ibase_drop_db\nDrops a database

    "},{"t":"F","n":"\\fbird_errcode","p":"[Global_Namespace].html#function_fbird_errcode","d":"

    This is an alias of ibase_errcode\nReturn an error code

    "},{"t":"F","n":"\\fbird_errmsg","p":"[Global_Namespace].html#function_fbird_errmsg","d":"

    This is an alias of ibase_errmsg\nReturn error messages

    "},{"t":"F","n":"\\fbird_execute","p":"[Global_Namespace].html#function_fbird_execute","d":"

    This is an alias of ibase_execute\nExecute a previously prepared query

    "},{"t":"F","n":"\\fbird_fetch_assoc","p":"[Global_Namespace].html#function_fbird_fetch_assoc","d":"

    This is an alias of ibase_fetch_assoc\nFetch a result row from a query as an associative array

    "},{"t":"F","n":"\\fbird_fetch_object","p":"[Global_Namespace].html#function_fbird_fetch_object","d":"

    This is an alias of ibase_fetch_object\nGet an object from a InterBase database

    "},{"t":"F","n":"\\fbird_fetch_row","p":"[Global_Namespace].html#function_fbird_fetch_row","d":"

    This is an alias of ibase_fetch_row\nFetch a row from an InterBase database

    "},{"t":"F","n":"\\fbird_field_info","p":"[Global_Namespace].html#function_fbird_field_info","d":"

    This is an alias of ibase_field_info\nGet information about a field

    "},{"t":"F","n":"\\fbird_free_event_handler","p":"[Global_Namespace].html#function_fbird_free_event_handler","d":"

    This is an alias of ibase_free_event_handler\nCancels a registered event handler

    "},{"t":"F","n":"\\fbird_free_query","p":"[Global_Namespace].html#function_fbird_free_query","d":"

    This is an alias of ibase_free_query\nFree memory allocated by a prepared query

    "},{"t":"F","n":"\\fbird_free_result","p":"[Global_Namespace].html#function_fbird_free_result","d":"

    This is an alias of ibase_free_result\nFree a result set

    "},{"t":"F","n":"\\fbird_gen_id","p":"[Global_Namespace].html#function_fbird_gen_id","d":"

    This is an alias of ibase_gen_id\nIncrements the named generator and returns its new value

    "},{"t":"F","n":"\\fbird_maintain_db","p":"[Global_Namespace].html#function_fbird_maintain_db","d":"

    This is an alias of ibase_maintain_db\nExecute a maintenance command on the database server

    "},{"t":"F","n":"\\fbird_modify_user","p":"[Global_Namespace].html#function_fbird_modify_user","d":"

    This is an alias of ibase_modify_user\nModify a user to a security database (only for IB6 or later)

    "},{"t":"F","n":"\\fbird_name_result","p":"[Global_Namespace].html#function_fbird_name_result","d":"

    This is an alias of ibase_name_result\nAssigns a name to a result set

    "},{"t":"F","n":"\\fbird_num_fields","p":"[Global_Namespace].html#function_fbird_num_fields","d":"

    This is an alias of ibase_num_fields\nGet the number of fields in a result set

    "},{"t":"F","n":"\\fbird_num_params","p":"[Global_Namespace].html#function_fbird_num_params","d":"

    This is an alias of ibase_num_params\nReturn the number of parameters in a prepared query

    "},{"t":"F","n":"\\fbird_param_info","p":"[Global_Namespace].html#function_fbird_param_info","d":"

    This is an alias of ibase_param_info\nReturn information about a parameter in a prepared query

    "},{"t":"F","n":"\\fbird_pconnect","p":"[Global_Namespace].html#function_fbird_pconnect","d":"

    This is an alias of ibase_pconnect\nOpen a persistent connection to an InterBase database

    "},{"t":"F","n":"\\fbird_prepare","p":"[Global_Namespace].html#function_fbird_prepare","d":"

    This is an alias of ibase_prepare\nPrepare a query for later binding of parameter placeholders and execution

    "},{"t":"F","n":"\\fbird_query","p":"[Global_Namespace].html#function_fbird_query","d":"

    This is an alias of ibase_query\nExecute a query on an InterBase database

    "},{"t":"F","n":"\\fbird_restore","p":"[Global_Namespace].html#function_fbird_restore","d":"

    This is an alias of ibase_restore\nInitiates a restore task in the service manager and returns immediately

    "},{"t":"F","n":"\\fbird_rollback","p":"[Global_Namespace].html#function_fbird_rollback","d":"

    This is an alias of ibase_rollback\nRoll back a transaction

    "},{"t":"F","n":"\\fbird_rollback_ret","p":"[Global_Namespace].html#function_fbird_rollback_ret","d":"

    This is an alias of ibase_rollback_ret\nRoll back a transaction without closing it

    "},{"t":"F","n":"\\fbird_server_info","p":"[Global_Namespace].html#function_fbird_server_info","d":"

    This is an alias of ibase_server_info\nRequest information about a database server

    "},{"t":"F","n":"\\fbird_service_attach","p":"[Global_Namespace].html#function_fbird_service_attach","d":"

    This is an alias of ibase_service_attach\nConnect to the service manager

    "},{"t":"F","n":"\\fbird_service_detach","p":"[Global_Namespace].html#function_fbird_service_detach","d":"

    This is an alias of ibase_service_detach\nDisconnect from the service manager

    "},{"t":"F","n":"\\fbird_set_event_handler","p":"[Global_Namespace].html#function_fbird_set_event_handler","d":"

    This is an alias of ibase_set_event_handler\nRegister a callback function to be called when events are posted

    "},{"t":"F","n":"\\fbird_trans","p":"[Global_Namespace].html#function_fbird_trans","d":"

    This is an alias of ibase_trans\nBegin a transaction

    "},{"t":"F","n":"\\fbird_wait_event","p":"[Global_Namespace].html#function_fbird_wait_event","d":"

    This is an alias of ibase_wait_event\nWait for an event to be posted by the database

    "},{"t":"F","n":"\\fclose","p":"[Global_Namespace].html#function_fclose","d":"

    Closes an open file pointer

    "},{"t":"F","n":"\\fdatasync","p":"[Global_Namespace].html#function_fdatasync","d":"

    Sync file data only to storage. Similar to fsync but does not flush modified metadata. POSIX only, aliased to fsync on Win32.

    "},{"t":"F","n":"\\fdiv","p":"[Global_Namespace].html#function_fdiv","d":"

    Performs a floating-point division under\nIEEE 754 semantics. Division by zero is considered well-defined and\nwill return one of Inf, -Inf or NaN.

    "},{"t":"F","n":"\\feof","p":"[Global_Namespace].html#function_feof","d":"

    Tests for end-of-file on a file pointer

    "},{"t":"F","n":"\\fflush","p":"[Global_Namespace].html#function_fflush","d":"

    Flushes the output to a file

    "},{"t":"F","n":"\\fgetc","p":"[Global_Namespace].html#function_fgetc","d":"

    Gets character from file pointer

    "},{"t":"F","n":"\\fgetcsv","p":"[Global_Namespace].html#function_fgetcsv","d":"

    Gets line from file pointer and parse for CSV fields

    "},{"t":"F","n":"\\fgets","p":"[Global_Namespace].html#function_fgets","d":"

    Gets line from file pointer

    "},{"t":"F","n":"\\fgetss","p":"[Global_Namespace].html#function_fgetss","d":"

    Gets line from file pointer and strip HTML tags

    "},{"t":"F","n":"\\file","p":"[Global_Namespace].html#function_file","d":"

    Reads entire file into an array

    "},{"t":"F","n":"\\file_exists","p":"[Global_Namespace].html#function_file_exists","d":"

    Checks whether a file or directory exists

    "},{"t":"F","n":"\\file_get_contents","p":"[Global_Namespace].html#function_file_get_contents","d":"

    Reads entire file into a string

    "},{"t":"F","n":"\\file_put_contents","p":"[Global_Namespace].html#function_file_put_contents","d":"

    Write a string to a file

    "},{"t":"F","n":"\\fileatime","p":"[Global_Namespace].html#function_fileatime","d":"

    Gets last access time of file

    "},{"t":"F","n":"\\filectime","p":"[Global_Namespace].html#function_filectime","d":"

    Gets inode change time of file

    "},{"t":"F","n":"\\filegroup","p":"[Global_Namespace].html#function_filegroup","d":"

    Gets file group

    "},{"t":"F","n":"\\fileinode","p":"[Global_Namespace].html#function_fileinode","d":"

    Gets file inode

    "},{"t":"F","n":"\\filemtime","p":"[Global_Namespace].html#function_filemtime","d":"

    Gets file modification time

    "},{"t":"F","n":"\\fileowner","p":"[Global_Namespace].html#function_fileowner","d":"

    Gets file owner

    "},{"t":"F","n":"\\fileperms","p":"[Global_Namespace].html#function_fileperms","d":"

    Gets file permissions

    "},{"t":"F","n":"\\filesize","p":"[Global_Namespace].html#function_filesize","d":"

    Gets file size

    "},{"t":"F","n":"\\filetype","p":"[Global_Namespace].html#function_filetype","d":"

    Gets file type

    "},{"t":"F","n":"\\filter_has_var","p":"[Global_Namespace].html#function_filter_has_var","d":"

    Checks if variable of specified type exists

    "},{"t":"F","n":"\\filter_id","p":"[Global_Namespace].html#function_filter_id","d":"

    Returns the filter ID belonging to a named filter

    "},{"t":"F","n":"\\filter_input","p":"[Global_Namespace].html#function_filter_input","d":"

    Gets a specific external variable by name and optionally filters it

    "},{"t":"F","n":"\\filter_input_array","p":"[Global_Namespace].html#function_filter_input_array","d":"

    Gets external variables and optionally filters them

    "},{"t":"F","n":"\\filter_list","p":"[Global_Namespace].html#function_filter_list","d":"

    Returns a list of all supported filters

    "},{"t":"F","n":"\\filter_var","p":"[Global_Namespace].html#function_filter_var","d":"

    Filters a variable with a specified filter

    "},{"t":"F","n":"\\filter_var_array","p":"[Global_Namespace].html#function_filter_var_array","d":"

    Gets multiple variables and optionally filters them

    "},{"t":"F","n":"\\finfo_buffer","p":"[Global_Namespace].html#function_finfo_buffer","d":"

    (PHP 5 >= 5.3.0, PECL fileinfo >= 0.1.0)
    \nReturn information about a string buffer

    "},{"t":"F","n":"\\finfo_close","p":"[Global_Namespace].html#function_finfo_close","d":"

    (PHP >= 5.3.0, PECL fileinfo >= 0.1.0)
    \nClose fileinfo resource

    "},{"t":"F","n":"\\finfo_file","p":"[Global_Namespace].html#function_finfo_file","d":"

    (PHP >= 5.3.0, PECL fileinfo >= 0.1.0)
    \nReturn information about a file

    "},{"t":"F","n":"\\finfo_open","p":"[Global_Namespace].html#function_finfo_open","d":"

    (PHP >= 5.3.0, PECL fileinfo >= 0.1.0)
    \nCreate a new fileinfo resource

    "},{"t":"F","n":"\\finfo_set_flags","p":"[Global_Namespace].html#function_finfo_set_flags","d":"

    (PHP >= 5.3.0, PECL fileinfo >= 0.1.0)
    \nSet libmagic configuration options

    "},{"t":"F","n":"\\floatval","p":"[Global_Namespace].html#function_floatval","d":"

    Get float value of a variable

    "},{"t":"F","n":"\\flock","p":"[Global_Namespace].html#function_flock","d":"

    Portable advisory file locking

    "},{"t":"F","n":"\\floor","p":"[Global_Namespace].html#function_floor","d":"

    Round fractions down

    "},{"t":"F","n":"\\flush","p":"[Global_Namespace].html#function_flush","d":"

    Flush system output buffer

    "},{"t":"F","n":"\\fmod","p":"[Global_Namespace].html#function_fmod","d":"

    Returns the floating point remainder (modulo) of the division\nof the arguments

    "},{"t":"F","n":"\\fnmatch","p":"[Global_Namespace].html#function_fnmatch","d":"

    Match filename against a pattern

    "},{"t":"F","n":"\\fopen","p":"[Global_Namespace].html#function_fopen","d":"

    Opens file or URL

    "},{"t":"F","n":"\\forward_static_call","p":"[Global_Namespace].html#function_forward_static_call","d":"

    Call a static method

    "},{"t":"F","n":"\\forward_static_call_array","p":"[Global_Namespace].html#function_forward_static_call_array","d":"

    Call a static method and pass the arguments as array

    "},{"t":"F","n":"\\fpassthru","p":"[Global_Namespace].html#function_fpassthru","d":"

    Output all remaining data on a file pointer

    "},{"t":"F","n":"\\fpm_get_status","p":"[Global_Namespace].html#function_fpm_get_status","d":"

    Returns FPM status info array

    "},{"t":"F","n":"\\fpow","p":"[Global_Namespace].html#function_fpow","d":""},{"t":"F","n":"\\fprintf","p":"[Global_Namespace].html#function_fprintf","d":"

    Write a formatted string to a stream

    "},{"t":"F","n":"\\fputcsv","p":"[Global_Namespace].html#function_fputcsv","d":"

    Format line as CSV and write to file pointer

    "},{"t":"F","n":"\\fputs","p":"[Global_Namespace].html#function_fputs","d":"

    Alias:\n{fwrite}

    "},{"t":"F","n":"\\frankenphp_finish_request","p":"[Global_Namespace].html#function_frankenphp_finish_request","d":"

    Flushes all response data to the client and finishes the request.

    "},{"t":"F","n":"\\frankenphp_handle_request","p":"[Global_Namespace].html#function_frankenphp_handle_request","d":"

    Handles an HTTP request with the provided callbacl.

    "},{"t":"F","n":"\\frankenphp_request_headers","p":"[Global_Namespace].html#function_frankenphp_request_headers","d":"

    Fetches all HTTP request headers from the current request.

    "},{"t":"F","n":"\\frankenphp_response_headers","p":"[Global_Namespace].html#function_frankenphp_response_headers","d":"

    Fetches all HTTP response headers.

    "},{"t":"F","n":"\\fread","p":"[Global_Namespace].html#function_fread","d":"

    Binary-safe file read

    "},{"t":"F","n":"\\frenchtojd","p":"[Global_Namespace].html#function_frenchtojd","d":"

    Converts a date from the French Republican Calendar to a Julian Day Count

    "},{"t":"F","n":"\\fscanf","p":"[Global_Namespace].html#function_fscanf","d":"

    Parses input from a file according to a format

    "},{"t":"F","n":"\\fseek","p":"[Global_Namespace].html#function_fseek","d":"

    Seeks on a file pointer

    "},{"t":"F","n":"\\fsockopen","p":"[Global_Namespace].html#function_fsockopen","d":"

    Open Internet or Unix domain socket connection

    "},{"t":"F","n":"\\fstat","p":"[Global_Namespace].html#function_fstat","d":"

    Gets information about a file using an open file pointer

    "},{"t":"F","n":"\\fsync","p":"[Global_Namespace].html#function_fsync","d":"

    Sync file to storage. Similar to fflush() but blocks until OS buffers have flushed.

    "},{"t":"F","n":"\\ftell","p":"[Global_Namespace].html#function_ftell","d":"

    Returns the current position of the file read/write pointer

    "},{"t":"F","n":"\\ftok","p":"[Global_Namespace].html#function_ftok","d":"

    Convert a pathname and a project identifier to a System V IPC key

    "},{"t":"F","n":"\\ftp_alloc","p":"[Global_Namespace].html#function_ftp_alloc","d":"

    Allocates space for a file to be uploaded

    "},{"t":"F","n":"\\ftp_append","p":"[Global_Namespace].html#function_ftp_append","d":"

    append the contents of a file to another file on the ftp server

    "},{"t":"F","n":"\\ftp_cdup","p":"[Global_Namespace].html#function_ftp_cdup","d":"

    Changes to the parent directory

    "},{"t":"F","n":"\\ftp_chdir","p":"[Global_Namespace].html#function_ftp_chdir","d":"

    Changes the current directory on a FTP server

    "},{"t":"F","n":"\\ftp_chmod","p":"[Global_Namespace].html#function_ftp_chmod","d":"

    Set permissions on a file via FTP

    "},{"t":"F","n":"\\ftp_close","p":"[Global_Namespace].html#function_ftp_close","d":"

    Closes an FTP connection

    "},{"t":"F","n":"\\ftp_connect","p":"[Global_Namespace].html#function_ftp_connect","d":"

    Opens an FTP connection

    "},{"t":"F","n":"\\ftp_delete","p":"[Global_Namespace].html#function_ftp_delete","d":"

    Deletes a file on the FTP server

    "},{"t":"F","n":"\\ftp_exec","p":"[Global_Namespace].html#function_ftp_exec","d":"

    Requests execution of a command on the FTP server

    "},{"t":"F","n":"\\ftp_fget","p":"[Global_Namespace].html#function_ftp_fget","d":"

    Downloads a file from the FTP server and saves to an open file

    "},{"t":"F","n":"\\ftp_fput","p":"[Global_Namespace].html#function_ftp_fput","d":"

    Uploads from an open file to the FTP server

    "},{"t":"F","n":"\\ftp_get","p":"[Global_Namespace].html#function_ftp_get","d":"

    Downloads a file from the FTP server

    "},{"t":"F","n":"\\ftp_get_option","p":"[Global_Namespace].html#function_ftp_get_option","d":"

    Retrieves various runtime behaviours of the current FTP stream

    "},{"t":"F","n":"\\ftp_login","p":"[Global_Namespace].html#function_ftp_login","d":"

    Logs in to an FTP connection

    "},{"t":"F","n":"\\ftp_mdtm","p":"[Global_Namespace].html#function_ftp_mdtm","d":"

    Returns the last modified time of the given file

    "},{"t":"F","n":"\\ftp_mkdir","p":"[Global_Namespace].html#function_ftp_mkdir","d":"

    Creates a directory

    "},{"t":"F","n":"\\ftp_mlsd","p":"[Global_Namespace].html#function_ftp_mlsd","d":"

    returns a list of files in the given directory

    "},{"t":"F","n":"\\ftp_nb_continue","p":"[Global_Namespace].html#function_ftp_nb_continue","d":"

    Continues retrieving/sending a file (non-blocking)

    "},{"t":"F","n":"\\ftp_nb_fget","p":"[Global_Namespace].html#function_ftp_nb_fget","d":"

    Retrieves a file from the FTP server and writes it to an open file (non-blocking)

    "},{"t":"F","n":"\\ftp_nb_fput","p":"[Global_Namespace].html#function_ftp_nb_fput","d":"

    Stores a file from an open file to the FTP server (non-blocking)

    "},{"t":"F","n":"\\ftp_nb_get","p":"[Global_Namespace].html#function_ftp_nb_get","d":"

    Retrieves a file from the FTP server and writes it to a local file (non-blocking)

    "},{"t":"F","n":"\\ftp_nb_put","p":"[Global_Namespace].html#function_ftp_nb_put","d":"

    Stores a file on the FTP server (non-blocking)

    "},{"t":"F","n":"\\ftp_nlist","p":"[Global_Namespace].html#function_ftp_nlist","d":"

    Returns a list of files in the given directory

    "},{"t":"F","n":"\\ftp_pasv","p":"[Global_Namespace].html#function_ftp_pasv","d":"

    Turns passive mode on or off

    "},{"t":"F","n":"\\ftp_put","p":"[Global_Namespace].html#function_ftp_put","d":"

    Uploads a file to the FTP server

    "},{"t":"F","n":"\\ftp_pwd","p":"[Global_Namespace].html#function_ftp_pwd","d":"

    Returns the current directory name

    "},{"t":"F","n":"\\ftp_quit","p":"[Global_Namespace].html#function_ftp_quit","d":"

    Alias of ftp_close

    "},{"t":"F","n":"\\ftp_raw","p":"[Global_Namespace].html#function_ftp_raw","d":"

    Sends an arbitrary command to an FTP server

    "},{"t":"F","n":"\\ftp_rawlist","p":"[Global_Namespace].html#function_ftp_rawlist","d":"

    Returns a detailed list of files in the given directory

    "},{"t":"F","n":"\\ftp_rename","p":"[Global_Namespace].html#function_ftp_rename","d":"

    Renames a file or a directory on the FTP server

    "},{"t":"F","n":"\\ftp_rmdir","p":"[Global_Namespace].html#function_ftp_rmdir","d":"

    Removes a directory

    "},{"t":"F","n":"\\ftp_set_option","p":"[Global_Namespace].html#function_ftp_set_option","d":"

    Set miscellaneous runtime FTP options

    "},{"t":"F","n":"\\ftp_site","p":"[Global_Namespace].html#function_ftp_site","d":"

    Sends a SITE command to the server

    "},{"t":"F","n":"\\ftp_size","p":"[Global_Namespace].html#function_ftp_size","d":"

    Returns the size of the given file

    "},{"t":"F","n":"\\ftp_ssl_connect","p":"[Global_Namespace].html#function_ftp_ssl_connect","d":"

    Opens a Secure SSL-FTP connection

    "},{"t":"F","n":"\\ftp_systype","p":"[Global_Namespace].html#function_ftp_systype","d":"

    Returns the system type identifier of the remote FTP server

    "},{"t":"F","n":"\\ftruncate","p":"[Global_Namespace].html#function_ftruncate","d":"

    Truncates a file to a given length

    "},{"t":"F","n":"\\fwrite","p":"[Global_Namespace].html#function_fwrite","d":"

    Binary-safe file write

    "},{"t":"F","n":"\\gd_info","p":"[Global_Namespace].html#function_gd_info","d":"

    Retrieve information about the currently installed GD library

    "},{"t":"F","n":"\\gearman_bugreport","p":"[Global_Namespace].html#function_gearman_bugreport","d":null},{"t":"F","n":"\\gearman_client_add_options","p":"[Global_Namespace].html#function_gearman_client_add_options","d":""},{"t":"F","n":"\\gearman_client_add_server","p":"[Global_Namespace].html#function_gearman_client_add_server","d":""},{"t":"F","n":"\\gearman_client_add_servers","p":"[Global_Namespace].html#function_gearman_client_add_servers","d":""},{"t":"F","n":"\\gearman_client_add_task","p":"[Global_Namespace].html#function_gearman_client_add_task","d":""},{"t":"F","n":"\\gearman_client_add_task_background","p":"[Global_Namespace].html#function_gearman_client_add_task_background","d":""},{"t":"F","n":"\\gearman_client_add_task_high","p":"[Global_Namespace].html#function_gearman_client_add_task_high","d":""},{"t":"F","n":"\\gearman_client_add_task_high_background","p":"[Global_Namespace].html#function_gearman_client_add_task_high_background","d":""},{"t":"F","n":"\\gearman_client_add_task_low","p":"[Global_Namespace].html#function_gearman_client_add_task_low","d":""},{"t":"F","n":"\\gearman_client_add_task_low_background","p":"[Global_Namespace].html#function_gearman_client_add_task_low_background","d":""},{"t":"F","n":"\\gearman_client_add_task_status","p":"[Global_Namespace].html#function_gearman_client_add_task_status","d":""},{"t":"F","n":"\\gearman_client_clear_fn","p":"[Global_Namespace].html#function_gearman_client_clear_fn","d":""},{"t":"F","n":"\\gearman_client_clone","p":"[Global_Namespace].html#function_gearman_client_clone","d":""},{"t":"F","n":"\\gearman_client_context","p":"[Global_Namespace].html#function_gearman_client_context","d":""},{"t":"F","n":"\\gearman_client_create","p":"[Global_Namespace].html#function_gearman_client_create","d":""},{"t":"F","n":"\\gearman_client_do","p":"[Global_Namespace].html#function_gearman_client_do","d":""},{"t":"F","n":"\\gearman_client_do_background","p":"[Global_Namespace].html#function_gearman_client_do_background","d":""},{"t":"F","n":"\\gearman_client_do_high","p":"[Global_Namespace].html#function_gearman_client_do_high","d":""},{"t":"F","n":"\\gearman_client_do_high_background","p":"[Global_Namespace].html#function_gearman_client_do_high_background","d":""},{"t":"F","n":"\\gearman_client_do_job_handle","p":"[Global_Namespace].html#function_gearman_client_do_job_handle","d":""},{"t":"F","n":"\\gearman_client_do_low","p":"[Global_Namespace].html#function_gearman_client_do_low","d":""},{"t":"F","n":"\\gearman_client_do_low_background","p":"[Global_Namespace].html#function_gearman_client_do_low_background","d":""},{"t":"F","n":"\\gearman_client_do_normal","p":"[Global_Namespace].html#function_gearman_client_do_normal","d":""},{"t":"F","n":"\\gearman_client_do_status","p":"[Global_Namespace].html#function_gearman_client_do_status","d":""},{"t":"F","n":"\\gearman_client_echo","p":"[Global_Namespace].html#function_gearman_client_echo","d":""},{"t":"F","n":"\\gearman_client_errno","p":"[Global_Namespace].html#function_gearman_client_errno","d":""},{"t":"F","n":"\\gearman_client_error","p":"[Global_Namespace].html#function_gearman_client_error","d":""},{"t":"F","n":"\\gearman_client_job_status","p":"[Global_Namespace].html#function_gearman_client_job_status","d":""},{"t":"F","n":"\\gearman_client_options","p":"[Global_Namespace].html#function_gearman_client_options","d":""},{"t":"F","n":"\\gearman_client_remove_options","p":"[Global_Namespace].html#function_gearman_client_remove_options","d":""},{"t":"F","n":"\\gearman_client_return_code","p":"[Global_Namespace].html#function_gearman_client_return_code","d":""},{"t":"F","n":"\\gearman_client_run_tasks","p":"[Global_Namespace].html#function_gearman_client_run_tasks","d":""},{"t":"F","n":"\\gearman_client_set_complete_fn","p":"[Global_Namespace].html#function_gearman_client_set_complete_fn","d":""},{"t":"F","n":"\\gearman_client_set_context","p":"[Global_Namespace].html#function_gearman_client_set_context","d":""},{"t":"F","n":"\\gearman_client_set_created_fn","p":"[Global_Namespace].html#function_gearman_client_set_created_fn","d":""},{"t":"F","n":"\\gearman_client_set_data_fn","p":"[Global_Namespace].html#function_gearman_client_set_data_fn","d":""},{"t":"F","n":"\\gearman_client_set_exception_fn","p":"[Global_Namespace].html#function_gearman_client_set_exception_fn","d":""},{"t":"F","n":"\\gearman_client_set_fail_fn","p":"[Global_Namespace].html#function_gearman_client_set_fail_fn","d":""},{"t":"F","n":"\\gearman_client_set_options","p":"[Global_Namespace].html#function_gearman_client_set_options","d":""},{"t":"F","n":"\\gearman_client_set_status_fn","p":"[Global_Namespace].html#function_gearman_client_set_status_fn","d":""},{"t":"F","n":"\\gearman_client_set_timeout","p":"[Global_Namespace].html#function_gearman_client_set_timeout","d":""},{"t":"F","n":"\\gearman_client_set_warning_fn","p":"[Global_Namespace].html#function_gearman_client_set_warning_fn","d":""},{"t":"F","n":"\\gearman_client_set_workload_fn","p":"[Global_Namespace].html#function_gearman_client_set_workload_fn","d":""},{"t":"F","n":"\\gearman_client_timeout","p":"[Global_Namespace].html#function_gearman_client_timeout","d":""},{"t":"F","n":"\\gearman_client_wait","p":"[Global_Namespace].html#function_gearman_client_wait","d":""},{"t":"F","n":"\\gearman_job_function_name","p":"[Global_Namespace].html#function_gearman_job_function_name","d":""},{"t":"F","n":"\\gearman_job_handle","p":"[Global_Namespace].html#function_gearman_job_handle","d":"

    Get the job handle

    "},{"t":"F","n":"\\gearman_job_return_code","p":"[Global_Namespace].html#function_gearman_job_return_code","d":""},{"t":"F","n":"\\gearman_job_send_complete","p":"[Global_Namespace].html#function_gearman_job_send_complete","d":""},{"t":"F","n":"\\gearman_job_send_data","p":"[Global_Namespace].html#function_gearman_job_send_data","d":""},{"t":"F","n":"\\gearman_job_send_exception","p":"[Global_Namespace].html#function_gearman_job_send_exception","d":""},{"t":"F","n":"\\gearman_job_send_fail","p":"[Global_Namespace].html#function_gearman_job_send_fail","d":""},{"t":"F","n":"\\gearman_job_send_status","p":"[Global_Namespace].html#function_gearman_job_send_status","d":""},{"t":"F","n":"\\gearman_job_send_warning","p":"[Global_Namespace].html#function_gearman_job_send_warning","d":""},{"t":"F","n":"\\gearman_job_unique","p":"[Global_Namespace].html#function_gearman_job_unique","d":""},{"t":"F","n":"\\gearman_job_workload","p":"[Global_Namespace].html#function_gearman_job_workload","d":""},{"t":"F","n":"\\gearman_job_workload_size","p":"[Global_Namespace].html#function_gearman_job_workload_size","d":""},{"t":"F","n":"\\gearman_task_data","p":"[Global_Namespace].html#function_gearman_task_data","d":""},{"t":"F","n":"\\gearman_task_data_size","p":"[Global_Namespace].html#function_gearman_task_data_size","d":""},{"t":"F","n":"\\gearman_task_denominator","p":"[Global_Namespace].html#function_gearman_task_denominator","d":""},{"t":"F","n":"\\gearman_task_function_name","p":"[Global_Namespace].html#function_gearman_task_function_name","d":""},{"t":"F","n":"\\gearman_task_is_known","p":"[Global_Namespace].html#function_gearman_task_is_known","d":""},{"t":"F","n":"\\gearman_task_is_running","p":"[Global_Namespace].html#function_gearman_task_is_running","d":""},{"t":"F","n":"\\gearman_task_job_handle","p":"[Global_Namespace].html#function_gearman_task_job_handle","d":""},{"t":"F","n":"\\gearman_task_numerator","p":"[Global_Namespace].html#function_gearman_task_numerator","d":""},{"t":"F","n":"\\gearman_task_recv_data","p":"[Global_Namespace].html#function_gearman_task_recv_data","d":""},{"t":"F","n":"\\gearman_task_return_code","p":"[Global_Namespace].html#function_gearman_task_return_code","d":""},{"t":"F","n":"\\gearman_task_send_workload","p":"[Global_Namespace].html#function_gearman_task_send_workload","d":""},{"t":"F","n":"\\gearman_task_unique","p":"[Global_Namespace].html#function_gearman_task_unique","d":""},{"t":"F","n":"\\gearman_verbose_name","p":"[Global_Namespace].html#function_gearman_verbose_name","d":""},{"t":"F","n":"\\gearman_version","p":"[Global_Namespace].html#function_gearman_version","d":null},{"t":"F","n":"\\gearman_worker_add_function","p":"[Global_Namespace].html#function_gearman_worker_add_function","d":""},{"t":"F","n":"\\gearman_worker_add_options","p":"[Global_Namespace].html#function_gearman_worker_add_options","d":""},{"t":"F","n":"\\gearman_worker_add_server","p":"[Global_Namespace].html#function_gearman_worker_add_server","d":""},{"t":"F","n":"\\gearman_worker_add_servers","p":"[Global_Namespace].html#function_gearman_worker_add_servers","d":""},{"t":"F","n":"\\gearman_worker_clone","p":"[Global_Namespace].html#function_gearman_worker_clone","d":""},{"t":"F","n":"\\gearman_worker_create","p":"[Global_Namespace].html#function_gearman_worker_create","d":null},{"t":"F","n":"\\gearman_worker_echo","p":"[Global_Namespace].html#function_gearman_worker_echo","d":""},{"t":"F","n":"\\gearman_worker_errno","p":"[Global_Namespace].html#function_gearman_worker_errno","d":""},{"t":"F","n":"\\gearman_worker_error","p":"[Global_Namespace].html#function_gearman_worker_error","d":""},{"t":"F","n":"\\gearman_worker_grab_job","p":"[Global_Namespace].html#function_gearman_worker_grab_job","d":""},{"t":"F","n":"\\gearman_worker_options","p":"[Global_Namespace].html#function_gearman_worker_options","d":""},{"t":"F","n":"\\gearman_worker_register","p":"[Global_Namespace].html#function_gearman_worker_register","d":""},{"t":"F","n":"\\gearman_worker_remove_options","p":"[Global_Namespace].html#function_gearman_worker_remove_options","d":""},{"t":"F","n":"\\gearman_worker_return_code","p":"[Global_Namespace].html#function_gearman_worker_return_code","d":""},{"t":"F","n":"\\gearman_worker_set_options","p":"[Global_Namespace].html#function_gearman_worker_set_options","d":""},{"t":"F","n":"\\gearman_worker_set_timeout","p":"[Global_Namespace].html#function_gearman_worker_set_timeout","d":""},{"t":"F","n":"\\gearman_worker_timeout","p":"[Global_Namespace].html#function_gearman_worker_timeout","d":""},{"t":"F","n":"\\gearman_worker_unregister","p":"[Global_Namespace].html#function_gearman_worker_unregister","d":""},{"t":"F","n":"\\gearman_worker_unregister_all","p":"[Global_Namespace].html#function_gearman_worker_unregister_all","d":""},{"t":"F","n":"\\gearman_worker_wait","p":"[Global_Namespace].html#function_gearman_worker_wait","d":""},{"t":"F","n":"\\gearman_worker_work","p":"[Global_Namespace].html#function_gearman_worker_work","d":""},{"t":"F","n":"\\geoip_asnum_by_name","p":"[Global_Namespace].html#function_geoip_asnum_by_name","d":"

    (PECL geoip >= 1.1.0)

    \n

    \nThe geoip_asnum_by_name() function will return the Autonomous System Numbers (ASN) associated with an IP address."},{"t":"F","n":"\\geoip_continent_code_by_name","p":"[Global_Namespace].html#function_geoip_continent_code_by_name","d":"

    (PECL geoip >= 1.0.3)
    \nGet the two letter continent code

    "},{"t":"F","n":"\\geoip_country_code3_by_name","p":"[Global_Namespace].html#function_geoip_country_code3_by_name","d":"

    (PECL geoip >= 0.2.0)
    \nGet the three letter country code

    "},{"t":"F","n":"\\geoip_country_code_by_name","p":"[Global_Namespace].html#function_geoip_country_code_by_name","d":"

    (PECL geoip >= 0.2.0)
    \nGet the two letter country code

    "},{"t":"F","n":"\\geoip_country_name_by_name","p":"[Global_Namespace].html#function_geoip_country_name_by_name","d":"

    (PECL geoip >= 0.2.0)
    \nGet the full country name

    "},{"t":"F","n":"\\geoip_database_info","p":"[Global_Namespace].html#function_geoip_database_info","d":"

    (PECL geoip >= 0.2.0)
    \nGet GeoIP Database information

    "},{"t":"F","n":"\\geoip_db_avail","p":"[Global_Namespace].html#function_geoip_db_avail","d":"

    (PECL geoip >= 1.0.1)
    \nDetermine if GeoIP Database is available

    "},{"t":"F","n":"\\geoip_db_filename","p":"[Global_Namespace].html#function_geoip_db_filename","d":"

    (PECL geoip >= 1.0.1)
    \nReturns the filename of the corresponding GeoIP Database

    "},{"t":"F","n":"\\geoip_db_get_all_info","p":"[Global_Namespace].html#function_geoip_db_get_all_info","d":"

    (PECL geoip >= 1.0.1)
    \nReturns detailed information about all GeoIP database types

    "},{"t":"F","n":"\\geoip_id_by_name","p":"[Global_Namespace].html#function_geoip_id_by_name","d":"

    (PECL geoip >= 0.2.0)
    \nGet the Internet connection type

    "},{"t":"F","n":"\\geoip_isp_by_name","p":"[Global_Namespace].html#function_geoip_isp_by_name","d":"

    (PECL geoip >= 1.0.2)
    \nGet the Internet Service Provider (ISP) name

    "},{"t":"F","n":"\\geoip_netspeedcell_by_name","p":"[Global_Namespace].html#function_geoip_netspeedcell_by_name","d":"

    (PECL geoip >= 1.1.0)

    \n

    \nThe geoip_netspeedcell_by_name() function will return the Internet connection type and speed corresponding to a hostname or an IP address.
    \n
    \nThis function is only available if using GeoIP Library version 1.4.8 or newer.
    \n
    \nThis function is currently only available to users who have bought a commercial GeoIP NetSpeedCell Edition. A warning will be issued if the proper database cannot be located.
    \n
    \nThe return value is a string, common values are:
    \n- Cable/DSL
    \n- Dialup
    \n- Cellular
    \n- Corporate
    \n

    "},{"t":"F","n":"\\geoip_org_by_name","p":"[Global_Namespace].html#function_geoip_org_by_name","d":"

    (PECL geoip >= 0.2.0)
    \nGet the organization name

    "},{"t":"F","n":"\\geoip_record_by_name","p":"[Global_Namespace].html#function_geoip_record_by_name","d":"

    (PECL geoip >= 0.2.0)
    \nReturns the detailed City information found in the GeoIP Database

    "},{"t":"F","n":"\\geoip_region_by_name","p":"[Global_Namespace].html#function_geoip_region_by_name","d":"

    (PECL geoip >= 0.2.0)
    \nGet the country code and region

    "},{"t":"F","n":"\\geoip_region_name_by_code","p":"[Global_Namespace].html#function_geoip_region_name_by_code","d":"

    (PECL geoip >= 1.0.4)
    \nReturns the region name for some country and region code combo

    "},{"t":"F","n":"\\geoip_setup_custom_directory","p":"[Global_Namespace].html#function_geoip_setup_custom_directory","d":"

    (PECL geoip >= 1.1.0)

    \n

    \nThe geoip_setup_custom_directory() function will change the default directory of the GeoIP database. This is equivalent to changing geoip.custom_directory\n

    "},{"t":"F","n":"\\geoip_time_zone_by_country_and_region","p":"[Global_Namespace].html#function_geoip_time_zone_by_country_and_region","d":"

    (PECL geoip >= 1.0.4)
    \nReturns the time zone for some country and region code combo

    "},{"t":"F","n":"\\get_browser","p":"[Global_Namespace].html#function_get_browser","d":"

    Tells what the user's browser is capable of

    "},{"t":"F","n":"\\get_call_stack","p":"[Global_Namespace].html#function_get_call_stack","d":null},{"t":"F","n":"\\get_cfg_var","p":"[Global_Namespace].html#function_get_cfg_var","d":"

    Gets the value of a PHP configuration option

    "},{"t":"F","n":"\\get_current_user","p":"[Global_Namespace].html#function_get_current_user","d":"

    Gets the name of the owner of the current PHP script

    "},{"t":"F","n":"\\get_debug_type","p":"[Global_Namespace].html#function_get_debug_type","d":"

    Get the type or object name of a variable

    "},{"t":"F","n":"\\get_headers","p":"[Global_Namespace].html#function_get_headers","d":"

    Fetches all the headers sent by the server in response to an HTTP request

    "},{"t":"F","n":"\\get_html_translation_table","p":"[Global_Namespace].html#function_get_html_translation_table","d":"

    Returns the translation table used by htmlspecialchars and htmlentities

    "},{"t":"F","n":"\\get_include_path","p":"[Global_Namespace].html#function_get_include_path","d":"

    Gets the current include_path configuration option

    "},{"t":"F","n":"\\get_magic_quotes_gpc","p":"[Global_Namespace].html#function_get_magic_quotes_gpc","d":"

    Gets the current configuration setting of magic quotes gpc

    "},{"t":"F","n":"\\get_magic_quotes_runtime","p":"[Global_Namespace].html#function_get_magic_quotes_runtime","d":"

    Gets the current active configuration setting of magic_quotes_runtime

    "},{"t":"F","n":"\\get_mangled_object_vars","p":"[Global_Namespace].html#function_get_mangled_object_vars","d":"

    It returns the same result as (array) $object, with the\nexception that it ignores overloaded array casts, such as used by\nArrayObject.

    "},{"t":"F","n":"\\get_meta_tags","p":"[Global_Namespace].html#function_get_meta_tags","d":"

    Extracts all meta tag content attributes from a file and returns an array

    "},{"t":"F","n":"\\get_resource_id","p":"[Global_Namespace].html#function_get_resource_id","d":"

    A more obvious and type-safe form of "(int) $resource"

    "},{"t":"F","n":"\\getallheaders","p":"[Global_Namespace].html#function_getallheaders","d":"

    Fetches all HTTP headers from the current request.

    "},{"t":"F","n":"\\getcwd","p":"[Global_Namespace].html#function_getcwd","d":"

    Gets the current working directory

    "},{"t":"F","n":"\\getdate","p":"[Global_Namespace].html#function_getdate","d":"

    Get date/time information

    "},{"t":"F","n":"\\getdir","p":"[Global_Namespace].html#function_getdir","d":"

    Alias of dir()

    "},{"t":"F","n":"\\getenv","p":"[Global_Namespace].html#function_getenv","d":"

    Gets the value of an environment variable

    "},{"t":"F","n":"\\gethostbyaddr","p":"[Global_Namespace].html#function_gethostbyaddr","d":"

    Get the Internet host name corresponding to a given IP address

    "},{"t":"F","n":"\\gethostbyname","p":"[Global_Namespace].html#function_gethostbyname","d":"

    Get the IPv4 address corresponding to a given Internet host name

    "},{"t":"F","n":"\\gethostbynamel","p":"[Global_Namespace].html#function_gethostbynamel","d":"

    Get a list of IPv4 addresses corresponding to a given Internet host\nname

    "},{"t":"F","n":"\\gethostname","p":"[Global_Namespace].html#function_gethostname","d":"

    Gets the host name

    "},{"t":"F","n":"\\getimagesize","p":"[Global_Namespace].html#function_getimagesize","d":"

    Get the size of an image

    "},{"t":"F","n":"\\getimagesizefromstring","p":"[Global_Namespace].html#function_getimagesizefromstring","d":"

    Get the size of an image from a string.

    "},{"t":"F","n":"\\getlastmod","p":"[Global_Namespace].html#function_getlastmod","d":"

    Gets time of last page modification

    "},{"t":"F","n":"\\getmxrr","p":"[Global_Namespace].html#function_getmxrr","d":"

    Get MX records corresponding to a given Internet host name

    "},{"t":"F","n":"\\getmygid","p":"[Global_Namespace].html#function_getmygid","d":"

    Get PHP script owner's GID

    "},{"t":"F","n":"\\getmyinode","p":"[Global_Namespace].html#function_getmyinode","d":"

    Gets the inode of the current script

    "},{"t":"F","n":"\\getmypid","p":"[Global_Namespace].html#function_getmypid","d":"

    Gets PHP's process ID

    "},{"t":"F","n":"\\getmyuid","p":"[Global_Namespace].html#function_getmyuid","d":"

    Gets PHP script owner's UID

    "},{"t":"F","n":"\\getopt","p":"[Global_Namespace].html#function_getopt","d":"

    Gets options from the command line argument list

    "},{"t":"F","n":"\\getprotobyname","p":"[Global_Namespace].html#function_getprotobyname","d":"

    Get protocol number associated with protocol name

    "},{"t":"F","n":"\\getprotobynumber","p":"[Global_Namespace].html#function_getprotobynumber","d":"

    Get protocol name associated with protocol number

    "},{"t":"F","n":"\\getrandmax","p":"[Global_Namespace].html#function_getrandmax","d":"

    Show largest possible random value

    "},{"t":"F","n":"\\getrusage","p":"[Global_Namespace].html#function_getrusage","d":"

    Gets the current resource usages

    "},{"t":"F","n":"\\getservbyname","p":"[Global_Namespace].html#function_getservbyname","d":"

    Get port number associated with an Internet service and protocol

    "},{"t":"F","n":"\\getservbyport","p":"[Global_Namespace].html#function_getservbyport","d":"

    Get Internet service which corresponds to port and protocol

    "},{"t":"F","n":"\\gettext","p":"[Global_Namespace].html#function_gettext","d":"

    Lookup a message in the current domain

    "},{"t":"F","n":"\\gettimeofday","p":"[Global_Namespace].html#function_gettimeofday","d":"

    Get current time

    "},{"t":"F","n":"\\gettype","p":"[Global_Namespace].html#function_gettype","d":"

    Get the type of a variable

    "},{"t":"F","n":"\\glob","p":"[Global_Namespace].html#function_glob","d":"

    Find pathnames matching a pattern

    "},{"t":"F","n":"\\gmdate","p":"[Global_Namespace].html#function_gmdate","d":"

    Format a GMT/UTC date/time

    "},{"t":"F","n":"\\gmmktime","p":"[Global_Namespace].html#function_gmmktime","d":"

    Get Unix timestamp for a GMT date

    "},{"t":"F","n":"\\gmp_abs","p":"[Global_Namespace].html#function_gmp_abs","d":"

    Absolute value

    "},{"t":"F","n":"\\gmp_add","p":"[Global_Namespace].html#function_gmp_add","d":"

    Add numbers

    "},{"t":"F","n":"\\gmp_and","p":"[Global_Namespace].html#function_gmp_and","d":"

    Bitwise AND

    "},{"t":"F","n":"\\gmp_binomial","p":"[Global_Namespace].html#function_gmp_binomial","d":"

    Calculates binomial coefficient

    "},{"t":"F","n":"\\gmp_clrbit","p":"[Global_Namespace].html#function_gmp_clrbit","d":"

    Clear bit

    "},{"t":"F","n":"\\gmp_cmp","p":"[Global_Namespace].html#function_gmp_cmp","d":"

    Compare numbers

    "},{"t":"F","n":"\\gmp_com","p":"[Global_Namespace].html#function_gmp_com","d":"

    Calculates one's complement

    "},{"t":"F","n":"\\gmp_div","p":"[Global_Namespace].html#function_gmp_div","d":"

    Divide numbers

    "},{"t":"F","n":"\\gmp_div_q","p":"[Global_Namespace].html#function_gmp_div_q","d":"

    Divide numbers

    "},{"t":"F","n":"\\gmp_div_qr","p":"[Global_Namespace].html#function_gmp_div_qr","d":"

    Divide numbers and get quotient and remainder

    "},{"t":"F","n":"\\gmp_div_r","p":"[Global_Namespace].html#function_gmp_div_r","d":"

    Remainder of the division of numbers

    "},{"t":"F","n":"\\gmp_divexact","p":"[Global_Namespace].html#function_gmp_divexact","d":"

    Exact division of numbers

    "},{"t":"F","n":"\\gmp_export","p":"[Global_Namespace].html#function_gmp_export","d":"

    Export to a binary string

    "},{"t":"F","n":"\\gmp_fact","p":"[Global_Namespace].html#function_gmp_fact","d":"Factorial"},{"t":"F","n":"\\gmp_gcd","p":"[Global_Namespace].html#function_gmp_gcd","d":"

    Calculate GCD

    "},{"t":"F","n":"\\gmp_gcdext","p":"[Global_Namespace].html#function_gmp_gcdext","d":"

    Calculate GCD and multipliers

    "},{"t":"F","n":"\\gmp_hamdist","p":"[Global_Namespace].html#function_gmp_hamdist","d":"

    Hamming distance

    "},{"t":"F","n":"\\gmp_import","p":"[Global_Namespace].html#function_gmp_import","d":"

    Import from a binary string

    "},{"t":"F","n":"\\gmp_init","p":"[Global_Namespace].html#function_gmp_init","d":"

    Create GMP number

    "},{"t":"F","n":"\\gmp_intval","p":"[Global_Namespace].html#function_gmp_intval","d":"

    Convert GMP number to integer

    "},{"t":"F","n":"\\gmp_invert","p":"[Global_Namespace].html#function_gmp_invert","d":"

    Inverse by modulo

    "},{"t":"F","n":"\\gmp_jacobi","p":"[Global_Namespace].html#function_gmp_jacobi","d":"

    Jacobi symbol

    "},{"t":"F","n":"\\gmp_kronecker","p":"[Global_Namespace].html#function_gmp_kronecker","d":"

    Computes the Kronecker symbol

    "},{"t":"F","n":"\\gmp_lcm","p":"[Global_Namespace].html#function_gmp_lcm","d":"

    Computes the least common multiple of A and B

    "},{"t":"F","n":"\\gmp_legendre","p":"[Global_Namespace].html#function_gmp_legendre","d":"

    Legendre symbol

    "},{"t":"F","n":"\\gmp_mod","p":"[Global_Namespace].html#function_gmp_mod","d":"

    Modulo operation

    "},{"t":"F","n":"\\gmp_mul","p":"[Global_Namespace].html#function_gmp_mul","d":"

    Multiply numbers

    "},{"t":"F","n":"\\gmp_neg","p":"[Global_Namespace].html#function_gmp_neg","d":"

    Negate number

    "},{"t":"F","n":"\\gmp_nextprime","p":"[Global_Namespace].html#function_gmp_nextprime","d":"

    Find next prime number

    "},{"t":"F","n":"\\gmp_or","p":"[Global_Namespace].html#function_gmp_or","d":"

    Bitwise OR

    "},{"t":"F","n":"\\gmp_perfect_power","p":"[Global_Namespace].html#function_gmp_perfect_power","d":"

    Perfect power check

    "},{"t":"F","n":"\\gmp_perfect_square","p":"[Global_Namespace].html#function_gmp_perfect_square","d":"

    Perfect square check

    "},{"t":"F","n":"\\gmp_popcount","p":"[Global_Namespace].html#function_gmp_popcount","d":"

    Population count

    "},{"t":"F","n":"\\gmp_pow","p":"[Global_Namespace].html#function_gmp_pow","d":"

    Raise number into power

    "},{"t":"F","n":"\\gmp_powm","p":"[Global_Namespace].html#function_gmp_powm","d":"

    Raise number into power with modulo

    "},{"t":"F","n":"\\gmp_prob_prime","p":"[Global_Namespace].html#function_gmp_prob_prime","d":"

    Check if number is "probably prime"

    "},{"t":"F","n":"\\gmp_random","p":"[Global_Namespace].html#function_gmp_random","d":"

    Random number

    "},{"t":"F","n":"\\gmp_random_bits","p":"[Global_Namespace].html#function_gmp_random_bits","d":"

    Random number

    "},{"t":"F","n":"\\gmp_random_range","p":"[Global_Namespace].html#function_gmp_random_range","d":"

    Random number

    "},{"t":"F","n":"\\gmp_random_seed","p":"[Global_Namespace].html#function_gmp_random_seed","d":"

    Sets the RNG seed

    "},{"t":"F","n":"\\gmp_root","p":"[Global_Namespace].html#function_gmp_root","d":"

    Takes the nth root of a and returns the integer component of the result.

    "},{"t":"F","n":"\\gmp_rootrem","p":"[Global_Namespace].html#function_gmp_rootrem","d":"

    Takes the nth root of a and returns the integer component and remainder of the result.

    "},{"t":"F","n":"\\gmp_scan0","p":"[Global_Namespace].html#function_gmp_scan0","d":"

    Scan for 0

    "},{"t":"F","n":"\\gmp_scan1","p":"[Global_Namespace].html#function_gmp_scan1","d":"

    Scan for 1

    "},{"t":"F","n":"\\gmp_setbit","p":"[Global_Namespace].html#function_gmp_setbit","d":"

    Set bit

    "},{"t":"F","n":"\\gmp_sign","p":"[Global_Namespace].html#function_gmp_sign","d":"

    Sign of number

    "},{"t":"F","n":"\\gmp_sqrt","p":"[Global_Namespace].html#function_gmp_sqrt","d":"

    Calculate square root

    "},{"t":"F","n":"\\gmp_sqrtrem","p":"[Global_Namespace].html#function_gmp_sqrtrem","d":"

    Square root with remainder

    "},{"t":"F","n":"\\gmp_strval","p":"[Global_Namespace].html#function_gmp_strval","d":"

    Convert GMP number to string

    "},{"t":"F","n":"\\gmp_sub","p":"[Global_Namespace].html#function_gmp_sub","d":"

    Subtract numbers

    "},{"t":"F","n":"\\gmp_testbit","p":"[Global_Namespace].html#function_gmp_testbit","d":"

    Tests if a bit is set

    "},{"t":"F","n":"\\gmp_xor","p":"[Global_Namespace].html#function_gmp_xor","d":"

    Bitwise XOR

    "},{"t":"F","n":"\\gmstrftime","p":"[Global_Namespace].html#function_gmstrftime","d":"

    Format a GMT/UTC time/date according to locale settings

    "},{"t":"F","n":"\\gnupg_adddecryptkey","p":"[Global_Namespace].html#function_gnupg_adddecryptkey","d":"

    Add a key for decryption

    "},{"t":"F","n":"\\gnupg_addencryptkey","p":"[Global_Namespace].html#function_gnupg_addencryptkey","d":"

    Add a key for encryption

    "},{"t":"F","n":"\\gnupg_addsignkey","p":"[Global_Namespace].html#function_gnupg_addsignkey","d":"

    Add a key for signing

    "},{"t":"F","n":"\\gnupg_cleardecryptkeys","p":"[Global_Namespace].html#function_gnupg_cleardecryptkeys","d":"

    Removes all keys which were set for decryption before

    "},{"t":"F","n":"\\gnupg_clearencryptkeys","p":"[Global_Namespace].html#function_gnupg_clearencryptkeys","d":"

    Removes all keys which were set for encryption before

    "},{"t":"F","n":"\\gnupg_clearsignkeys","p":"[Global_Namespace].html#function_gnupg_clearsignkeys","d":"

    Removes all keys which were set for signing before

    "},{"t":"F","n":"\\gnupg_decrypt","p":"[Global_Namespace].html#function_gnupg_decrypt","d":"

    Decrypts a given text

    "},{"t":"F","n":"\\gnupg_decryptverify","p":"[Global_Namespace].html#function_gnupg_decryptverify","d":"

    Decrypts and verifies a given text and returns information about the signature.

    "},{"t":"F","n":"\\gnupg_deletekey","p":"[Global_Namespace].html#function_gnupg_deletekey","d":null},{"t":"F","n":"\\gnupg_encrypt","p":"[Global_Namespace].html#function_gnupg_encrypt","d":"

    Encrypts a given text

    "},{"t":"F","n":"\\gnupg_encryptsign","p":"[Global_Namespace].html#function_gnupg_encryptsign","d":"

    Encrypts and signs a given text

    "},{"t":"F","n":"\\gnupg_export","p":"[Global_Namespace].html#function_gnupg_export","d":"

    Exports a key

    "},{"t":"F","n":"\\gnupg_getengineinfo","p":"[Global_Namespace].html#function_gnupg_getengineinfo","d":null},{"t":"F","n":"\\gnupg_geterror","p":"[Global_Namespace].html#function_gnupg_geterror","d":"

    Returns the errortext, if a function fails

    "},{"t":"F","n":"\\gnupg_geterrorinfo","p":"[Global_Namespace].html#function_gnupg_geterrorinfo","d":null},{"t":"F","n":"\\gnupg_getprotocol","p":"[Global_Namespace].html#function_gnupg_getprotocol","d":"

    Returns the currently active protocol for all operations

    "},{"t":"F","n":"\\gnupg_gettrustlist","p":"[Global_Namespace].html#function_gnupg_gettrustlist","d":null},{"t":"F","n":"\\gnupg_import","p":"[Global_Namespace].html#function_gnupg_import","d":"

    Imports a key

    "},{"t":"F","n":"\\gnupg_init","p":"[Global_Namespace].html#function_gnupg_init","d":"

    Initialize a connection

    "},{"t":"F","n":"\\gnupg_keyinfo","p":"[Global_Namespace].html#function_gnupg_keyinfo","d":"

    Returns an array with information about all keys that matches the given pattern

    "},{"t":"F","n":"\\gnupg_listsignatures","p":"[Global_Namespace].html#function_gnupg_listsignatures","d":null},{"t":"F","n":"\\gnupg_setarmor","p":"[Global_Namespace].html#function_gnupg_setarmor","d":"

    Toggle armored output

    "},{"t":"F","n":"\\gnupg_seterrormode","p":"[Global_Namespace].html#function_gnupg_seterrormode","d":"

    Sets the mode for error_reporting

    "},{"t":"F","n":"\\gnupg_setsignmode","p":"[Global_Namespace].html#function_gnupg_setsignmode","d":"

    Sets the mode for signing

    "},{"t":"F","n":"\\gnupg_sign","p":"[Global_Namespace].html#function_gnupg_sign","d":"

    Signs a given text

    "},{"t":"F","n":"\\gnupg_verify","p":"[Global_Namespace].html#function_gnupg_verify","d":"

    Verifies a signed text

    "},{"t":"F","n":"\\go","p":"[Global_Namespace].html#function_go","d":"

    This function is an alias of function swoole_coroutine_create(); it's available only when directive\n"swoole.use_shortname" is not explicitly turned off.

    "},{"t":"F","n":"\\grapheme_extract","p":"[Global_Namespace].html#function_grapheme_extract","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nFunction to extract a sequence of default grapheme clusters from a text buffer, which must be encoded in UTF-8.

    "},{"t":"F","n":"\\grapheme_str_split","p":"[Global_Namespace].html#function_grapheme_str_split","d":""},{"t":"F","n":"\\grapheme_stripos","p":"[Global_Namespace].html#function_grapheme_stripos","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nFind position (in grapheme units) of first occurrence of a case-insensitive string

    "},{"t":"F","n":"\\grapheme_stristr","p":"[Global_Namespace].html#function_grapheme_stristr","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nReturns part of haystack string from the first occurrence of case-insensitive needle to the end of haystack.

    "},{"t":"F","n":"\\grapheme_strlen","p":"[Global_Namespace].html#function_grapheme_strlen","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet string length in grapheme units

    "},{"t":"F","n":"\\grapheme_strpos","p":"[Global_Namespace].html#function_grapheme_strpos","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nFind position (in grapheme units) of first occurrence of a string

    "},{"t":"F","n":"\\grapheme_strripos","p":"[Global_Namespace].html#function_grapheme_strripos","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nFind position (in grapheme units) of last occurrence of a case-insensitive string

    "},{"t":"F","n":"\\grapheme_strrpos","p":"[Global_Namespace].html#function_grapheme_strrpos","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nFind position (in grapheme units) of last occurrence of a string

    "},{"t":"F","n":"\\grapheme_strstr","p":"[Global_Namespace].html#function_grapheme_strstr","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nReturns part of haystack string from the first occurrence of needle to the end of haystack.

    "},{"t":"F","n":"\\grapheme_substr","p":"[Global_Namespace].html#function_grapheme_substr","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nReturn part of a string

    "},{"t":"F","n":"\\gregoriantojd","p":"[Global_Namespace].html#function_gregoriantojd","d":"

    Converts a Gregorian date to Julian Day Count

    "},{"t":"F","n":"\\gzclose","p":"[Global_Namespace].html#function_gzclose","d":"

    Close an open gz-file pointer

    "},{"t":"F","n":"\\gzcompress","p":"[Global_Namespace].html#function_gzcompress","d":"

    Compress a string

    "},{"t":"F","n":"\\gzdecode","p":"[Global_Namespace].html#function_gzdecode","d":"

    Decodes a gzip compressed string

    "},{"t":"F","n":"\\gzdeflate","p":"[Global_Namespace].html#function_gzdeflate","d":"

    Deflate a string

    "},{"t":"F","n":"\\gzencode","p":"[Global_Namespace].html#function_gzencode","d":"

    Create a gzip compressed string

    "},{"t":"F","n":"\\gzeof","p":"[Global_Namespace].html#function_gzeof","d":"

    Test for EOF on a gz-file pointer

    "},{"t":"F","n":"\\gzfile","p":"[Global_Namespace].html#function_gzfile","d":"

    Read entire gz-file into an array

    "},{"t":"F","n":"\\gzgetc","p":"[Global_Namespace].html#function_gzgetc","d":"

    Get character from gz-file pointer

    "},{"t":"F","n":"\\gzgets","p":"[Global_Namespace].html#function_gzgets","d":"

    Get line from file pointer

    "},{"t":"F","n":"\\gzgetss","p":"[Global_Namespace].html#function_gzgetss","d":"

    Get line from gz-file pointer and strip HTML tags

    "},{"t":"F","n":"\\gzinflate","p":"[Global_Namespace].html#function_gzinflate","d":"

    Inflate a deflated string

    "},{"t":"F","n":"\\gzopen","p":"[Global_Namespace].html#function_gzopen","d":"

    Open gz-file

    "},{"t":"F","n":"\\gzpassthru","p":"[Global_Namespace].html#function_gzpassthru","d":"

    Output all remaining data on a gz-file pointer

    "},{"t":"F","n":"\\gzputs","p":"[Global_Namespace].html#function_gzputs","d":"

    Alias of gzwrite

    "},{"t":"F","n":"\\gzread","p":"[Global_Namespace].html#function_gzread","d":"

    Binary-safe gz-file read

    "},{"t":"F","n":"\\gzrewind","p":"[Global_Namespace].html#function_gzrewind","d":"

    Rewind the position of a gz-file pointer

    "},{"t":"F","n":"\\gzseek","p":"[Global_Namespace].html#function_gzseek","d":"

    Seek on a gz-file pointer

    "},{"t":"F","n":"\\gztell","p":"[Global_Namespace].html#function_gztell","d":"

    Tell gz-file pointer read/write position

    "},{"t":"F","n":"\\gzuncompress","p":"[Global_Namespace].html#function_gzuncompress","d":"

    Uncompress a compressed string

    "},{"t":"F","n":"\\gzwrite","p":"[Global_Namespace].html#function_gzwrite","d":"

    Binary-safe gz-file write

    "},{"t":"F","n":"\\hash","p":"[Global_Namespace].html#function_hash","d":"

    (PHP 5 >= 5.1.2, PECL hash >= 1.1)
    \nGenerate a hash value (message digest)

    "},{"t":"F","n":"\\hash_algos","p":"[Global_Namespace].html#function_hash_algos","d":"

    (PHP 5 >= 5.1.2, PECL hash >= 1.1)
    \nReturn a list of registered hashing algorithms

    "},{"t":"F","n":"\\hash_copy","p":"[Global_Namespace].html#function_hash_copy","d":"

    Copy hashing context

    "},{"t":"F","n":"\\hash_equals","p":"[Global_Namespace].html#function_hash_equals","d":"

    Timing attack safe string comparison

    "},{"t":"F","n":"\\hash_file","p":"[Global_Namespace].html#function_hash_file","d":"

    (PHP 5 >= 5.1.2, PECL hash >= 1.1)
    \nGenerate a hash value using the contents of a given file

    "},{"t":"F","n":"\\hash_final","p":"[Global_Namespace].html#function_hash_final","d":"

    (PHP 5 >= 5.1.2, PECL hash >= 1.1)
    \nFinalize an incremental hash and return resulting digest

    "},{"t":"F","n":"\\hash_hkdf","p":"[Global_Namespace].html#function_hash_hkdf","d":"

    Generate a hkdf key derivation of a supplied key input

    "},{"t":"F","n":"\\hash_hmac","p":"[Global_Namespace].html#function_hash_hmac","d":"

    (PHP 5 >= 5.1.2, PECL hash >= 1.1)
    \nGenerate a keyed hash value using the HMAC method

    "},{"t":"F","n":"\\hash_hmac_algos","p":"[Global_Namespace].html#function_hash_hmac_algos","d":"

    Return a list of registered hashing algorithms suitable for hash_hmac

    "},{"t":"F","n":"\\hash_hmac_file","p":"[Global_Namespace].html#function_hash_hmac_file","d":"

    (PHP 5 >= 5.1.2, PECL hash >= 1.1)
    \nGenerate a keyed hash value using the HMAC method and the contents of a given file

    "},{"t":"F","n":"\\hash_init","p":"[Global_Namespace].html#function_hash_init","d":"

    (PHP 5 >= 5.1.2, PECL hash >= 1.1)
    \nInitialize an incremental hashing context

    "},{"t":"F","n":"\\hash_pbkdf2","p":"[Global_Namespace].html#function_hash_pbkdf2","d":"

    Generate a PBKDF2 key derivation of a supplied password

    "},{"t":"F","n":"\\hash_update","p":"[Global_Namespace].html#function_hash_update","d":"

    (PHP 5 >= 5.1.2, PECL hash >= 1.1)
    \nPump data into an active hashing context

    "},{"t":"F","n":"\\hash_update_file","p":"[Global_Namespace].html#function_hash_update_file","d":"

    (PHP 5 >= 5.1.2, PECL hash >= 1.1)
    \nPump data into an active hashing context from a file

    "},{"t":"F","n":"\\hash_update_stream","p":"[Global_Namespace].html#function_hash_update_stream","d":"

    (PHP 5 >= 5.1.2, PECL hash >= 1.1)
    \nPump data into an active hashing context from an open stream

    "},{"t":"F","n":"\\header","p":"[Global_Namespace].html#function_header","d":"

    Send a raw HTTP header

    "},{"t":"F","n":"\\header_register_callback","p":"[Global_Namespace].html#function_header_register_callback","d":"

    Registers a function that will be called when PHP starts sending output.

    "},{"t":"F","n":"\\header_remove","p":"[Global_Namespace].html#function_header_remove","d":"

    Remove previously set headers

    "},{"t":"F","n":"\\headers_list","p":"[Global_Namespace].html#function_headers_list","d":"

    Returns a list of response headers sent (or ready to send)

    "},{"t":"F","n":"\\headers_send","p":"[Global_Namespace].html#function_headers_send","d":"

    Sends HTTP response headers immediately.

    "},{"t":"F","n":"\\headers_sent","p":"[Global_Namespace].html#function_headers_sent","d":"

    Checks if or where headers have been sent

    "},{"t":"F","n":"\\hebrev","p":"[Global_Namespace].html#function_hebrev","d":"

    Convert logical Hebrew text to visual text

    "},{"t":"F","n":"\\hebrevc","p":"[Global_Namespace].html#function_hebrevc","d":"

    Convert logical Hebrew text to visual text with newline conversion

    "},{"t":"F","n":"\\hex2bin","p":"[Global_Namespace].html#function_hex2bin","d":"

    Convert hexadecimal string to its binary representation.

    "},{"t":"F","n":"\\hexdec","p":"[Global_Namespace].html#function_hexdec","d":"

    Hexadecimal to decimal

    "},{"t":"F","n":"\\highlight_file","p":"[Global_Namespace].html#function_highlight_file","d":"

    Syntax highlighting of a file

    "},{"t":"F","n":"\\highlight_string","p":"[Global_Namespace].html#function_highlight_string","d":"

    Syntax highlighting of a string

    "},{"t":"F","n":"\\hrtime","p":"[Global_Namespace].html#function_hrtime","d":"

    Get the system's high resolution time

    "},{"t":"F","n":"\\html_entity_decode","p":"[Global_Namespace].html#function_html_entity_decode","d":"

    Convert HTML entities to their corresponding characters

    "},{"t":"F","n":"\\htmlentities","p":"[Global_Namespace].html#function_htmlentities","d":"

    Convert all applicable characters to HTML entities

    "},{"t":"F","n":"\\htmlspecialchars","p":"[Global_Namespace].html#function_htmlspecialchars","d":"

    Convert special characters to HTML entities

    "},{"t":"F","n":"\\htmlspecialchars_decode","p":"[Global_Namespace].html#function_htmlspecialchars_decode","d":"

    Convert special HTML entities back to characters

    "},{"t":"F","n":"\\http_build_cookie","p":"[Global_Namespace].html#function_http_build_cookie","d":"

    (PECL pecl_http >= 1.2.0)
    \nBuild cookie string

    "},{"t":"F","n":"\\http_build_query","p":"[Global_Namespace].html#function_http_build_query","d":"

    Generate URL-encoded query string

    "},{"t":"F","n":"\\http_build_str","p":"[Global_Namespace].html#function_http_build_str","d":"

    (PECL pecl_http >= 0.23.0)
    \nBuild query string

    "},{"t":"F","n":"\\http_build_url","p":"[Global_Namespace].html#function_http_build_url","d":"

    (PECL pecl_http >= 0.21.0)
    \nBuild an URL

    "},{"t":"F","n":"\\http_cache_etag","p":"[Global_Namespace].html#function_http_cache_etag","d":"

    (PECL pecl_http >= 0.1.0)
    \nCaching by ETag

    "},{"t":"F","n":"\\http_cache_last_modified","p":"[Global_Namespace].html#function_http_cache_last_modified","d":"

    (PECL pecl_http >= 0.1.0)
    \nCaching by last modification

    "},{"t":"F","n":"\\http_chunked_decode","p":"[Global_Namespace].html#function_http_chunked_decode","d":"

    (PECL pecl_http >= 0.1.0)
    \nDecode chunked-encoded data

    "},{"t":"F","n":"\\http_clear_last_response_headers","p":"[Global_Namespace].html#function_http_clear_last_response_headers","d":""},{"t":"F","n":"\\http_date","p":"[Global_Namespace].html#function_http_date","d":"

    (PECL pecl_http >= 0.1.0)
    \nCompose HTTP RFC compliant date

    "},{"t":"F","n":"\\http_deflate","p":"[Global_Namespace].html#function_http_deflate","d":"

    (PECL pecl_http >= 0.15.0)
    \nDeflate data

    "},{"t":"F","n":"\\http_get","p":"[Global_Namespace].html#function_http_get","d":"

    (PECL pecl_http >= 0.1.0)
    \nPerform GET request

    "},{"t":"F","n":"\\http_get_last_response_headers","p":"[Global_Namespace].html#function_http_get_last_response_headers","d":""},{"t":"F","n":"\\http_get_request_body","p":"[Global_Namespace].html#function_http_get_request_body","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet request body as string

    "},{"t":"F","n":"\\http_get_request_body_stream","p":"[Global_Namespace].html#function_http_get_request_body_stream","d":"

    (PECL pecl_http >= 0.22.0)
    \nGet request body as stream

    "},{"t":"F","n":"\\http_get_request_headers","p":"[Global_Namespace].html#function_http_get_request_headers","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet request headers as array

    "},{"t":"F","n":"\\http_head","p":"[Global_Namespace].html#function_http_head","d":"

    (PECL pecl_http >= 0.1.0)
    \nPerform HEAD request

    "},{"t":"F","n":"\\http_inflate","p":"[Global_Namespace].html#function_http_inflate","d":"

    (PECL pecl_http >= 0.15.0)
    \nInflate data

    "},{"t":"F","n":"\\http_match_etag","p":"[Global_Namespace].html#function_http_match_etag","d":"

    (PECL pecl_http >= 0.1.0)
    \nMatch ETag

    "},{"t":"F","n":"\\http_match_modified","p":"[Global_Namespace].html#function_http_match_modified","d":"

    (PECL pecl_http >= 0.1.0)
    \nMatch last modification

    "},{"t":"F","n":"\\http_match_request_header","p":"[Global_Namespace].html#function_http_match_request_header","d":"

    (PECL pecl_http >= 0.10.0)
    \nMatch any header

    "},{"t":"F","n":"\\http_negotiate_charset","p":"[Global_Namespace].html#function_http_negotiate_charset","d":"

    (PECL pecl_http >= 0.1.0)
    \nNegotiate clients preferred character set

    "},{"t":"F","n":"\\http_negotiate_content_type","p":"[Global_Namespace].html#function_http_negotiate_content_type","d":"

    (PECL pecl_http >= 0.19.0)
    \nNegotiate clients preferred content type

    "},{"t":"F","n":"\\http_negotiate_language","p":"[Global_Namespace].html#function_http_negotiate_language","d":"

    (PECL pecl_http >= 0.1.0)
    \nNegotiate clients preferred language

    "},{"t":"F","n":"\\http_parse_cookie","p":"[Global_Namespace].html#function_http_parse_cookie","d":"

    (PECL pecl_http >= 0.20.0)
    \nParse HTTP cookie

    "},{"t":"F","n":"\\http_parse_headers","p":"[Global_Namespace].html#function_http_parse_headers","d":"

    (PECL pecl_http >= 0.10.0)
    \nParse HTTP headers

    "},{"t":"F","n":"\\http_parse_message","p":"[Global_Namespace].html#function_http_parse_message","d":"

    (PECL pecl_http >= 0.12.0)
    \nParse HTTP messages

    "},{"t":"F","n":"\\http_parse_params","p":"[Global_Namespace].html#function_http_parse_params","d":"

    (PECL pecl_http >= 1.0.0)
    \nParse parameter list

    "},{"t":"F","n":"\\http_persistent_handles_clean","p":"[Global_Namespace].html#function_http_persistent_handles_clean","d":"

    (PECL pecl_http >= 1.5.0)
    \nClean up persistent handles

    "},{"t":"F","n":"\\http_persistent_handles_count","p":"[Global_Namespace].html#function_http_persistent_handles_count","d":"

    (PECL pecl_http >= 1.5.0)
    \nStat persistent handles

    "},{"t":"F","n":"\\http_persistent_handles_ident","p":"[Global_Namespace].html#function_http_persistent_handles_ident","d":"

    (PECL pecl_http >= 1.5.0)
    \nGet/set ident of persistent handles

    "},{"t":"F","n":"\\http_post_data","p":"[Global_Namespace].html#function_http_post_data","d":"

    (PECL pecl_http >= 0.1.0)
    \nPerform POST request with pre-encoded data

    "},{"t":"F","n":"\\http_post_fields","p":"[Global_Namespace].html#function_http_post_fields","d":"

    (PECL pecl_http >= 0.10.0)
    \nPerform POST request with data to be encoded

    "},{"t":"F","n":"\\http_put_data","p":"[Global_Namespace].html#function_http_put_data","d":"

    (PECL pecl_http >= 0.25.0)
    \nPerform PUT request with data

    "},{"t":"F","n":"\\http_put_file","p":"[Global_Namespace].html#function_http_put_file","d":"

    (PECL pecl_http >= 0.10.0)
    \nPerform PUT request with file

    "},{"t":"F","n":"\\http_put_stream","p":"[Global_Namespace].html#function_http_put_stream","d":"

    (PECL pecl_http >= 0.10.0)
    \nPerform PUT request with stream

    "},{"t":"F","n":"\\http_redirect","p":"[Global_Namespace].html#function_http_redirect","d":"

    (PECL pecl_http >= 0.1.0)
    \nIssue HTTP redirect

    "},{"t":"F","n":"\\http_request","p":"[Global_Namespace].html#function_http_request","d":"

    (PECL pecl_http >= 1.0.0)
    \nPerform custom request

    "},{"t":"F","n":"\\http_request_body_encode","p":"[Global_Namespace].html#function_http_request_body_encode","d":"

    (PECL pecl_http >= 1.0.0)
    \nEncode request body

    "},{"t":"F","n":"\\http_request_method_exists","p":"[Global_Namespace].html#function_http_request_method_exists","d":"

    (PECL pecl_http >= 0.10.0)
    \nCheck whether request method exists

    "},{"t":"F","n":"\\http_request_method_name","p":"[Global_Namespace].html#function_http_request_method_name","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet request method name

    "},{"t":"F","n":"\\http_request_method_register","p":"[Global_Namespace].html#function_http_request_method_register","d":"

    (PECL pecl_http >= 0.10.0)
    \nRegister request method

    "},{"t":"F","n":"\\http_request_method_unregister","p":"[Global_Namespace].html#function_http_request_method_unregister","d":"

    (PECL pecl_http >= 0.10.0)
    \nUnregister request method

    "},{"t":"F","n":"\\http_response_code","p":"[Global_Namespace].html#function_http_response_code","d":"

    Get or Set the HTTP response code

    "},{"t":"F","n":"\\http_send_content_disposition","p":"[Global_Namespace].html#function_http_send_content_disposition","d":"

    (PECL pecl_http >= 0.10.0)
    \nSend Content-Disposition

    "},{"t":"F","n":"\\http_send_content_type","p":"[Global_Namespace].html#function_http_send_content_type","d":"

    (PECL pecl_http >= 0.10.0)
    \nSend Content-Type

    "},{"t":"F","n":"\\http_send_data","p":"[Global_Namespace].html#function_http_send_data","d":"

    (PECL pecl_http >= 0.1.0)
    \nSend arbitrary data

    "},{"t":"F","n":"\\http_send_file","p":"[Global_Namespace].html#function_http_send_file","d":"

    (PECL pecl_http >= 0.1.0)
    \nSend file

    "},{"t":"F","n":"\\http_send_last_modified","p":"[Global_Namespace].html#function_http_send_last_modified","d":"

    (PECL pecl_http >= 0.1.0)
    \nSend Last-Modified

    "},{"t":"F","n":"\\http_send_status","p":"[Global_Namespace].html#function_http_send_status","d":"

    (PECL pecl_http >= 0.1.0)
    \nSend HTTP response status

    "},{"t":"F","n":"\\http_send_stream","p":"[Global_Namespace].html#function_http_send_stream","d":"

    (PECL pecl_http >= 0.1.0)
    \nSend stream

    "},{"t":"F","n":"\\http_support","p":"[Global_Namespace].html#function_http_support","d":"

    (PECL pecl_http >= 0.15.0)
    \nCheck built-in HTTP support

    "},{"t":"F","n":"\\http_throttle","p":"[Global_Namespace].html#function_http_throttle","d":"

    (PECL pecl_http >= 0.10.0)
    \nHTTP throttling

    "},{"t":"F","n":"\\hypot","p":"[Global_Namespace].html#function_hypot","d":"

    Calculate the length of the hypotenuse of a right-angle triangle

    "},{"t":"F","n":"\\ibase_add_user","p":"[Global_Namespace].html#function_ibase_add_user","d":"

    Add a user to a security database (only for IB6 or later)

    "},{"t":"F","n":"\\ibase_affected_rows","p":"[Global_Namespace].html#function_ibase_affected_rows","d":"

    Return the number of rows that were affected by the previous query

    "},{"t":"F","n":"\\ibase_backup","p":"[Global_Namespace].html#function_ibase_backup","d":"

    Initiates a backup task in the service manager and returns immediately

    "},{"t":"F","n":"\\ibase_blob_add","p":"[Global_Namespace].html#function_ibase_blob_add","d":"

    Add data into a newly created blob

    "},{"t":"F","n":"\\ibase_blob_cancel","p":"[Global_Namespace].html#function_ibase_blob_cancel","d":"

    Cancel creating blob

    "},{"t":"F","n":"\\ibase_blob_close","p":"[Global_Namespace].html#function_ibase_blob_close","d":"

    Close blob

    "},{"t":"F","n":"\\ibase_blob_create","p":"[Global_Namespace].html#function_ibase_blob_create","d":"

    Create a new blob for adding data

    "},{"t":"F","n":"\\ibase_blob_echo","p":"[Global_Namespace].html#function_ibase_blob_echo","d":"

    Output blob contents to browser

    "},{"t":"F","n":"\\ibase_blob_get","p":"[Global_Namespace].html#function_ibase_blob_get","d":"

    Get len bytes data from open blob

    "},{"t":"F","n":"\\ibase_blob_import","p":"[Global_Namespace].html#function_ibase_blob_import","d":"

    Create blob, copy file in it, and close it

    "},{"t":"F","n":"\\ibase_blob_info","p":"[Global_Namespace].html#function_ibase_blob_info","d":"

    Return blob length and other useful info

    "},{"t":"F","n":"\\ibase_blob_open","p":"[Global_Namespace].html#function_ibase_blob_open","d":"

    Open blob for retrieving data parts

    "},{"t":"F","n":"\\ibase_close","p":"[Global_Namespace].html#function_ibase_close","d":"

    Close a connection to an InterBase database

    "},{"t":"F","n":"\\ibase_commit","p":"[Global_Namespace].html#function_ibase_commit","d":"

    Commit a transaction

    "},{"t":"F","n":"\\ibase_commit_ret","p":"[Global_Namespace].html#function_ibase_commit_ret","d":"

    Commit a transaction without closing it

    "},{"t":"F","n":"\\ibase_connect","p":"[Global_Namespace].html#function_ibase_connect","d":"

    Open a connection to an InterBase database

    "},{"t":"F","n":"\\ibase_db_info","p":"[Global_Namespace].html#function_ibase_db_info","d":"

    Request statistics about a database

    "},{"t":"F","n":"\\ibase_delete_user","p":"[Global_Namespace].html#function_ibase_delete_user","d":"

    Delete a user from a security database (only for IB6 or later)

    "},{"t":"F","n":"\\ibase_drop_db","p":"[Global_Namespace].html#function_ibase_drop_db","d":"

    Drops a database

    "},{"t":"F","n":"\\ibase_errcode","p":"[Global_Namespace].html#function_ibase_errcode","d":"

    Return an error code

    "},{"t":"F","n":"\\ibase_errmsg","p":"[Global_Namespace].html#function_ibase_errmsg","d":"

    Return error messages

    "},{"t":"F","n":"\\ibase_execute","p":"[Global_Namespace].html#function_ibase_execute","d":"

    Execute a previously prepared query

    "},{"t":"F","n":"\\ibase_fetch_assoc","p":"[Global_Namespace].html#function_ibase_fetch_assoc","d":"

    Fetch a result row from a query as an associative array

    "},{"t":"F","n":"\\ibase_fetch_object","p":"[Global_Namespace].html#function_ibase_fetch_object","d":"

    Get an object from a InterBase database

    "},{"t":"F","n":"\\ibase_fetch_row","p":"[Global_Namespace].html#function_ibase_fetch_row","d":"

    Fetch a row from an InterBase database

    "},{"t":"F","n":"\\ibase_field_info","p":"[Global_Namespace].html#function_ibase_field_info","d":"

    Get information about a field

    "},{"t":"F","n":"\\ibase_free_event_handler","p":"[Global_Namespace].html#function_ibase_free_event_handler","d":"

    Cancels a registered event handler

    "},{"t":"F","n":"\\ibase_free_query","p":"[Global_Namespace].html#function_ibase_free_query","d":"

    Free memory allocated by a prepared query

    "},{"t":"F","n":"\\ibase_free_result","p":"[Global_Namespace].html#function_ibase_free_result","d":"

    Free a result set

    "},{"t":"F","n":"\\ibase_gen_id","p":"[Global_Namespace].html#function_ibase_gen_id","d":"

    Increments the named generator and returns its new value

    "},{"t":"F","n":"\\ibase_maintain_db","p":"[Global_Namespace].html#function_ibase_maintain_db","d":"

    Execute a maintenance command on the database server

    "},{"t":"F","n":"\\ibase_modify_user","p":"[Global_Namespace].html#function_ibase_modify_user","d":"

    Modify a user to a security database (only for IB6 or later)

    "},{"t":"F","n":"\\ibase_name_result","p":"[Global_Namespace].html#function_ibase_name_result","d":"

    Assigns a name to a result set

    "},{"t":"F","n":"\\ibase_num_fields","p":"[Global_Namespace].html#function_ibase_num_fields","d":"

    Get the number of fields in a result set

    "},{"t":"F","n":"\\ibase_num_params","p":"[Global_Namespace].html#function_ibase_num_params","d":"

    Return the number of parameters in a prepared query

    "},{"t":"F","n":"\\ibase_param_info","p":"[Global_Namespace].html#function_ibase_param_info","d":"

    Return information about a parameter in a prepared query

    "},{"t":"F","n":"\\ibase_pconnect","p":"[Global_Namespace].html#function_ibase_pconnect","d":"

    Open a persistent connection to an InterBase database

    "},{"t":"F","n":"\\ibase_prepare","p":"[Global_Namespace].html#function_ibase_prepare","d":"

    Prepare a query for later binding of parameter placeholders and execution

    "},{"t":"F","n":"\\ibase_query","p":"[Global_Namespace].html#function_ibase_query","d":"

    Execute a query on an InterBase database

    "},{"t":"F","n":"\\ibase_restore","p":"[Global_Namespace].html#function_ibase_restore","d":"

    Initiates a restore task in the service manager and returns immediately

    "},{"t":"F","n":"\\ibase_rollback","p":"[Global_Namespace].html#function_ibase_rollback","d":"

    Roll back a transaction

    "},{"t":"F","n":"\\ibase_rollback_ret","p":"[Global_Namespace].html#function_ibase_rollback_ret","d":"

    Roll back a transaction without closing it

    "},{"t":"F","n":"\\ibase_server_info","p":"[Global_Namespace].html#function_ibase_server_info","d":"

    Request information about a database server

    "},{"t":"F","n":"\\ibase_service_attach","p":"[Global_Namespace].html#function_ibase_service_attach","d":"

    Connect to the service manager

    "},{"t":"F","n":"\\ibase_service_detach","p":"[Global_Namespace].html#function_ibase_service_detach","d":"

    Disconnect from the service manager

    "},{"t":"F","n":"\\ibase_set_event_handler","p":"[Global_Namespace].html#function_ibase_set_event_handler","d":"

    Register a callback function to be called when events are posted

    "},{"t":"F","n":"\\ibase_trans","p":"[Global_Namespace].html#function_ibase_trans","d":"

    Begin a transaction

    "},{"t":"F","n":"\\ibase_wait_event","p":"[Global_Namespace].html#function_ibase_wait_event","d":"

    Wait for an event to be posted by the database

    "},{"t":"F","n":"\\iconv","p":"[Global_Namespace].html#function_iconv","d":"

    Convert string to requested character encoding

    "},{"t":"F","n":"\\iconv_get_encoding","p":"[Global_Namespace].html#function_iconv_get_encoding","d":"

    Retrieve internal configuration variables of iconv extension

    "},{"t":"F","n":"\\iconv_mime_decode","p":"[Global_Namespace].html#function_iconv_mime_decode","d":"

    Decodes a MIME header field

    "},{"t":"F","n":"\\iconv_mime_decode_headers","p":"[Global_Namespace].html#function_iconv_mime_decode_headers","d":"

    Decodes multiple MIME header fields at once

    "},{"t":"F","n":"\\iconv_mime_encode","p":"[Global_Namespace].html#function_iconv_mime_encode","d":"

    Composes a MIME header field

    "},{"t":"F","n":"\\iconv_set_encoding","p":"[Global_Namespace].html#function_iconv_set_encoding","d":"

    Set current setting for character encoding conversion

    "},{"t":"F","n":"\\iconv_strlen","p":"[Global_Namespace].html#function_iconv_strlen","d":"

    Returns the character count of string

    "},{"t":"F","n":"\\iconv_strpos","p":"[Global_Namespace].html#function_iconv_strpos","d":"

    Finds position of first occurrence of a needle within a haystack

    "},{"t":"F","n":"\\iconv_strrpos","p":"[Global_Namespace].html#function_iconv_strrpos","d":"

    Finds the last occurrence of a needle within a haystack

    "},{"t":"F","n":"\\iconv_substr","p":"[Global_Namespace].html#function_iconv_substr","d":"

    Cut out part of a string

    "},{"t":"F","n":"\\idate","p":"[Global_Namespace].html#function_idate","d":"

    Format a local time/date as integer

    "},{"t":"F","n":"\\idn_to_ascii","p":"[Global_Namespace].html#function_idn_to_ascii","d":"

    (PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.2, PHP 7, PECL idn >= 0.1)
    \nConvert domain name to IDNA ASCII form.

    "},{"t":"F","n":"\\idn_to_utf8","p":"[Global_Namespace].html#function_idn_to_utf8","d":"

    (PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.2, PHP 7, PECL idn >= 0.1)
    \nConvert domain name from IDNA ASCII to Unicode.

    "},{"t":"F","n":"\\igbinary_serialize","p":"[Global_Namespace].html#function_igbinary_serialize","d":"

    Generates a storable representation of a value.

    "},{"t":"F","n":"\\igbinary_unserialize","p":"[Global_Namespace].html#function_igbinary_unserialize","d":"

    Creates a PHP value from a stored representation.

    "},{"t":"F","n":"\\ignore_user_abort","p":"[Global_Namespace].html#function_ignore_user_abort","d":"

    Set whether a client disconnect should abort script execution

    "},{"t":"F","n":"\\image2wbmp","p":"[Global_Namespace].html#function_image2wbmp","d":"

    Output image to browser or file

    "},{"t":"F","n":"\\image_type_to_extension","p":"[Global_Namespace].html#function_image_type_to_extension","d":"

    Get file extension for image type

    "},{"t":"F","n":"\\image_type_to_mime_type","p":"[Global_Namespace].html#function_image_type_to_mime_type","d":"

    Get Mime-Type for image-type returned by getimagesize, exif_read_data, exif_thumbnail, exif_imagetype

    "},{"t":"F","n":"\\imageaffine","p":"[Global_Namespace].html#function_imageaffine","d":"

    Return an image containing the affine tramsformed src image, using an optional clipping area

    "},{"t":"F","n":"\\imageaffinematrixconcat","p":"[Global_Namespace].html#function_imageaffinematrixconcat","d":"

    Concat two matrices (as in doing many ops in one go)

    "},{"t":"F","n":"\\imageaffinematrixget","p":"[Global_Namespace].html#function_imageaffinematrixget","d":"

    Return an image containing the affine tramsformed src image, using an optional clipping area

    "},{"t":"F","n":"\\imagealphablending","p":"[Global_Namespace].html#function_imagealphablending","d":"

    Set the blending mode for an image

    "},{"t":"F","n":"\\imageantialias","p":"[Global_Namespace].html#function_imageantialias","d":"

    Should antialias functions be used or not.
    \nBefore 7.2.0 it's only available if PHP iscompiled with the bundled version of the GD library.

    "},{"t":"F","n":"\\imagearc","p":"[Global_Namespace].html#function_imagearc","d":"

    Draws an arc

    "},{"t":"F","n":"\\imageavif","p":"[Global_Namespace].html#function_imageavif","d":"

    Outputs or saves a AVIF Raster image from the given image

    "},{"t":"F","n":"\\imagebmp","p":"[Global_Namespace].html#function_imagebmp","d":"

    Outputs or saves a BMP version of the given image.

    "},{"t":"F","n":"\\imagechar","p":"[Global_Namespace].html#function_imagechar","d":"

    Draw a character horizontally

    "},{"t":"F","n":"\\imagecharup","p":"[Global_Namespace].html#function_imagecharup","d":"

    Draw a character vertically

    "},{"t":"F","n":"\\imagecolorallocate","p":"[Global_Namespace].html#function_imagecolorallocate","d":"

    Allocate a color for an image

    "},{"t":"F","n":"\\imagecolorallocatealpha","p":"[Global_Namespace].html#function_imagecolorallocatealpha","d":"

    Allocate a color for an image

    "},{"t":"F","n":"\\imagecolorat","p":"[Global_Namespace].html#function_imagecolorat","d":"

    Get the index of the color of a pixel

    "},{"t":"F","n":"\\imagecolorclosest","p":"[Global_Namespace].html#function_imagecolorclosest","d":"

    Get the index of the closest color to the specified color

    "},{"t":"F","n":"\\imagecolorclosestalpha","p":"[Global_Namespace].html#function_imagecolorclosestalpha","d":"

    Get the index of the closest color to the specified color + alpha

    "},{"t":"F","n":"\\imagecolorclosesthwb","p":"[Global_Namespace].html#function_imagecolorclosesthwb","d":"

    Get the index of the color which has the hue, white and blackness

    "},{"t":"F","n":"\\imagecolordeallocate","p":"[Global_Namespace].html#function_imagecolordeallocate","d":"

    De-allocate a color for an image

    "},{"t":"F","n":"\\imagecolorexact","p":"[Global_Namespace].html#function_imagecolorexact","d":"

    Get the index of the specified color

    "},{"t":"F","n":"\\imagecolorexactalpha","p":"[Global_Namespace].html#function_imagecolorexactalpha","d":"

    Get the index of the specified color + alpha

    "},{"t":"F","n":"\\imagecolormatch","p":"[Global_Namespace].html#function_imagecolormatch","d":"

    Makes the colors of the palette version of an image more closely match the true color version

    "},{"t":"F","n":"\\imagecolorresolve","p":"[Global_Namespace].html#function_imagecolorresolve","d":"

    Get the index of the specified color or its closest possible alternative

    "},{"t":"F","n":"\\imagecolorresolvealpha","p":"[Global_Namespace].html#function_imagecolorresolvealpha","d":"

    Get the index of the specified color + alpha or its closest possible alternative

    "},{"t":"F","n":"\\imagecolorset","p":"[Global_Namespace].html#function_imagecolorset","d":"

    Set the color for the specified palette index

    "},{"t":"F","n":"\\imagecolorsforindex","p":"[Global_Namespace].html#function_imagecolorsforindex","d":"

    Get the colors for an index

    "},{"t":"F","n":"\\imagecolorstotal","p":"[Global_Namespace].html#function_imagecolorstotal","d":"

    Find out the number of colors in an image's palette

    "},{"t":"F","n":"\\imagecolortransparent","p":"[Global_Namespace].html#function_imagecolortransparent","d":"

    Define a color as transparent

    "},{"t":"F","n":"\\imageconvolution","p":"[Global_Namespace].html#function_imageconvolution","d":"

    Apply a 3x3 convolution matrix, using coefficient and offset

    "},{"t":"F","n":"\\imagecopy","p":"[Global_Namespace].html#function_imagecopy","d":"

    Copy part of an image

    "},{"t":"F","n":"\\imagecopymerge","p":"[Global_Namespace].html#function_imagecopymerge","d":"

    Copy and merge part of an image

    "},{"t":"F","n":"\\imagecopymergegray","p":"[Global_Namespace].html#function_imagecopymergegray","d":"

    Copy and merge part of an image with gray scale

    "},{"t":"F","n":"\\imagecopyresampled","p":"[Global_Namespace].html#function_imagecopyresampled","d":"

    Copy and resize part of an image with resampling

    "},{"t":"F","n":"\\imagecopyresized","p":"[Global_Namespace].html#function_imagecopyresized","d":"

    Copy and resize part of an image

    "},{"t":"F","n":"\\imagecreate","p":"[Global_Namespace].html#function_imagecreate","d":"

    Create a new palette based image

    "},{"t":"F","n":"\\imagecreatefromavif","p":"[Global_Namespace].html#function_imagecreatefromavif","d":"

    Create a new image from file or URL

    "},{"t":"F","n":"\\imagecreatefrombmp","p":"[Global_Namespace].html#function_imagecreatefrombmp","d":"

    imagecreatefrombmp() returns an image identifier representing the image obtained from the given filename.

    "},{"t":"F","n":"\\imagecreatefromgd","p":"[Global_Namespace].html#function_imagecreatefromgd","d":"

    Create a new image from GD file or URL

    "},{"t":"F","n":"\\imagecreatefromgd2","p":"[Global_Namespace].html#function_imagecreatefromgd2","d":"

    Create a new image from GD2 file or URL

    "},{"t":"F","n":"\\imagecreatefromgd2part","p":"[Global_Namespace].html#function_imagecreatefromgd2part","d":"

    Create a new image from a given part of GD2 file or URL

    "},{"t":"F","n":"\\imagecreatefromgif","p":"[Global_Namespace].html#function_imagecreatefromgif","d":"

    Create a new image from file or URL

    "},{"t":"F","n":"\\imagecreatefromjpeg","p":"[Global_Namespace].html#function_imagecreatefromjpeg","d":"

    Create a new image from file or URL

    "},{"t":"F","n":"\\imagecreatefrompng","p":"[Global_Namespace].html#function_imagecreatefrompng","d":"

    Create a new image from file or URL

    "},{"t":"F","n":"\\imagecreatefromstring","p":"[Global_Namespace].html#function_imagecreatefromstring","d":"

    Create a new image from the image stream in the string

    "},{"t":"F","n":"\\imagecreatefromtga","p":"[Global_Namespace].html#function_imagecreatefromtga","d":""},{"t":"F","n":"\\imagecreatefromwbmp","p":"[Global_Namespace].html#function_imagecreatefromwbmp","d":"

    Create a new image from file or URL

    "},{"t":"F","n":"\\imagecreatefromwebp","p":"[Global_Namespace].html#function_imagecreatefromwebp","d":"

    Create a new image from file or URL

    "},{"t":"F","n":"\\imagecreatefromxbm","p":"[Global_Namespace].html#function_imagecreatefromxbm","d":"

    Create a new image from file or URL

    "},{"t":"F","n":"\\imagecreatefromxpm","p":"[Global_Namespace].html#function_imagecreatefromxpm","d":"

    Create a new image from file or URL

    "},{"t":"F","n":"\\imagecreatetruecolor","p":"[Global_Namespace].html#function_imagecreatetruecolor","d":"

    Create a new true color image

    "},{"t":"F","n":"\\imagecrop","p":"[Global_Namespace].html#function_imagecrop","d":"

    Crop an image using the given coordinates and size, x, y, width and height

    "},{"t":"F","n":"\\imagecropauto","p":"[Global_Namespace].html#function_imagecropauto","d":"

    Crop an image automatically using one of the available modes

    "},{"t":"F","n":"\\imagedashedline","p":"[Global_Namespace].html#function_imagedashedline","d":"

    Draw a dashed line

    "},{"t":"F","n":"\\imagedestroy","p":"[Global_Namespace].html#function_imagedestroy","d":"

    Destroy an image

    "},{"t":"F","n":"\\imageellipse","p":"[Global_Namespace].html#function_imageellipse","d":"

    Draw an ellipse

    "},{"t":"F","n":"\\imagefill","p":"[Global_Namespace].html#function_imagefill","d":"

    Flood fill

    "},{"t":"F","n":"\\imagefilledarc","p":"[Global_Namespace].html#function_imagefilledarc","d":"

    Draw a partial arc and fill it

    "},{"t":"F","n":"\\imagefilledellipse","p":"[Global_Namespace].html#function_imagefilledellipse","d":"

    Draw a filled ellipse

    "},{"t":"F","n":"\\imagefilledpolygon","p":"[Global_Namespace].html#function_imagefilledpolygon","d":"

    Draw a filled polygon

    "},{"t":"F","n":"\\imagefilledrectangle","p":"[Global_Namespace].html#function_imagefilledrectangle","d":"

    Draw a filled rectangle

    "},{"t":"F","n":"\\imagefilltoborder","p":"[Global_Namespace].html#function_imagefilltoborder","d":"

    Flood fill to specific color

    "},{"t":"F","n":"\\imagefilter","p":"[Global_Namespace].html#function_imagefilter","d":"

    Applies a filter to an image

    "},{"t":"F","n":"\\imageflip","p":"[Global_Namespace].html#function_imageflip","d":"

    Flips an image using a given mode

    "},{"t":"F","n":"\\imagefontheight","p":"[Global_Namespace].html#function_imagefontheight","d":"

    Get font height

    "},{"t":"F","n":"\\imagefontwidth","p":"[Global_Namespace].html#function_imagefontwidth","d":"

    Get font width

    "},{"t":"F","n":"\\imageftbbox","p":"[Global_Namespace].html#function_imageftbbox","d":"

    Give the bounding box of a text using fonts via freetype2

    "},{"t":"F","n":"\\imagefttext","p":"[Global_Namespace].html#function_imagefttext","d":"

    Write text to the image using fonts using FreeType 2

    "},{"t":"F","n":"\\imagegammacorrect","p":"[Global_Namespace].html#function_imagegammacorrect","d":"

    Apply a gamma correction to a GD image

    "},{"t":"F","n":"\\imagegd","p":"[Global_Namespace].html#function_imagegd","d":"

    Output GD image to browser or file.
    \nSince 7.2.0 allows to output truecolor images.

    "},{"t":"F","n":"\\imagegd2","p":"[Global_Namespace].html#function_imagegd2","d":"

    Output GD2 image to browser or file

    "},{"t":"F","n":"\\imagegetclip","p":"[Global_Namespace].html#function_imagegetclip","d":"

    imagegetclip() retrieves the current clipping rectangle, i.e. the area beyond which no pixels will be drawn.

    "},{"t":"F","n":"\\imagegetinterpolation","p":"[Global_Namespace].html#function_imagegetinterpolation","d":"

    Gets the currently set interpolation method of the image.

    "},{"t":"F","n":"\\imagegif","p":"[Global_Namespace].html#function_imagegif","d":"

    Output image to browser or file

    "},{"t":"F","n":"\\imagegrabscreen","p":"[Global_Namespace].html#function_imagegrabscreen","d":"

    Captures the whole screen

    "},{"t":"F","n":"\\imagegrabwindow","p":"[Global_Namespace].html#function_imagegrabwindow","d":"

    Captures a window

    "},{"t":"F","n":"\\imageinterlace","p":"[Global_Namespace].html#function_imageinterlace","d":"

    Enable or disable interlace

    "},{"t":"F","n":"\\imageistruecolor","p":"[Global_Namespace].html#function_imageistruecolor","d":"

    Finds whether an image is a truecolor image

    "},{"t":"F","n":"\\imagejpeg","p":"[Global_Namespace].html#function_imagejpeg","d":"

    Output image to browser or file

    "},{"t":"F","n":"\\imagelayereffect","p":"[Global_Namespace].html#function_imagelayereffect","d":"

    Set the alpha blending flag to use the bundled libgd layering effects

    "},{"t":"F","n":"\\imageline","p":"[Global_Namespace].html#function_imageline","d":"

    Draw a line

    "},{"t":"F","n":"\\imageloadfont","p":"[Global_Namespace].html#function_imageloadfont","d":"

    Load a new font

    "},{"t":"F","n":"\\imageopenpolygon","p":"[Global_Namespace].html#function_imageopenpolygon","d":"

    imageopenpolygon() draws an open polygon on the given image. Contrary to {imagepolygon()}, no line is drawn between the last and the first point.

    "},{"t":"F","n":"\\imagepalettecopy","p":"[Global_Namespace].html#function_imagepalettecopy","d":"

    Copy the palette from one image to another

    "},{"t":"F","n":"\\imagepalettetotruecolor","p":"[Global_Namespace].html#function_imagepalettetotruecolor","d":"

    Converts a palette based image to true color

    "},{"t":"F","n":"\\imagepng","p":"[Global_Namespace].html#function_imagepng","d":"

    Output a PNG image to either the browser or a file

    "},{"t":"F","n":"\\imagepolygon","p":"[Global_Namespace].html#function_imagepolygon","d":"

    Draws a polygon

    "},{"t":"F","n":"\\imagepsbbox","p":"[Global_Namespace].html#function_imagepsbbox","d":"

    Give the bounding box of a text rectangle using PostScript Type1 fonts

    "},{"t":"F","n":"\\imagepsencodefont","p":"[Global_Namespace].html#function_imagepsencodefont","d":"

    Change the character encoding vector of a font

    "},{"t":"F","n":"\\imagepsextendfont","p":"[Global_Namespace].html#function_imagepsextendfont","d":"

    Extend or condense a font

    "},{"t":"F","n":"\\imagepsfreefont","p":"[Global_Namespace].html#function_imagepsfreefont","d":"

    Free memory used by a PostScript Type 1 font

    "},{"t":"F","n":"\\imagepsloadfont","p":"[Global_Namespace].html#function_imagepsloadfont","d":"

    Load a PostScript Type 1 font from file

    "},{"t":"F","n":"\\imagepsslantfont","p":"[Global_Namespace].html#function_imagepsslantfont","d":"

    Slant a font

    "},{"t":"F","n":"\\imagepstext","p":"[Global_Namespace].html#function_imagepstext","d":"

    Draws a text over an image using PostScript Type1 fonts

    "},{"t":"F","n":"\\imagerectangle","p":"[Global_Namespace].html#function_imagerectangle","d":"

    Draw a rectangle

    "},{"t":"F","n":"\\imageresolution","p":"[Global_Namespace].html#function_imageresolution","d":""},{"t":"F","n":"\\imagerotate","p":"[Global_Namespace].html#function_imagerotate","d":"

    Rotate an image with a given angle

    "},{"t":"F","n":"\\imagesavealpha","p":"[Global_Namespace].html#function_imagesavealpha","d":"

    Set the flag to save full alpha channel information (as opposed to single-color transparency) when saving PNG images

    "},{"t":"F","n":"\\imagescale","p":"[Global_Namespace].html#function_imagescale","d":""},{"t":"F","n":"\\imagesetbrush","p":"[Global_Namespace].html#function_imagesetbrush","d":"

    Set the brush image for line drawing

    "},{"t":"F","n":"\\imagesetclip","p":"[Global_Namespace].html#function_imagesetclip","d":"

    imagesetclip() sets the current clipping rectangle, i.e. the area beyond which no pixels will be drawn.

    "},{"t":"F","n":"\\imagesetinterpolation","p":"[Global_Namespace].html#function_imagesetinterpolation","d":"

    Set the interpolation method

    "},{"t":"F","n":"\\imagesetpixel","p":"[Global_Namespace].html#function_imagesetpixel","d":"

    Set a single pixel

    "},{"t":"F","n":"\\imagesetstyle","p":"[Global_Namespace].html#function_imagesetstyle","d":"

    Set the style for line drawing

    "},{"t":"F","n":"\\imagesetthickness","p":"[Global_Namespace].html#function_imagesetthickness","d":"

    Set the thickness for line drawing

    "},{"t":"F","n":"\\imagesettile","p":"[Global_Namespace].html#function_imagesettile","d":"

    Set the tile image for filling

    "},{"t":"F","n":"\\imagestring","p":"[Global_Namespace].html#function_imagestring","d":"

    Draw a string horizontally

    "},{"t":"F","n":"\\imagestringup","p":"[Global_Namespace].html#function_imagestringup","d":"

    Draw a string vertically

    "},{"t":"F","n":"\\imagesx","p":"[Global_Namespace].html#function_imagesx","d":"

    Get image width

    "},{"t":"F","n":"\\imagesy","p":"[Global_Namespace].html#function_imagesy","d":"

    Get image height

    "},{"t":"F","n":"\\imagetruecolortopalette","p":"[Global_Namespace].html#function_imagetruecolortopalette","d":"

    Convert a true color image to a palette image

    "},{"t":"F","n":"\\imagettfbbox","p":"[Global_Namespace].html#function_imagettfbbox","d":"

    Give the bounding box of a text using TrueType fonts

    "},{"t":"F","n":"\\imagettftext","p":"[Global_Namespace].html#function_imagettftext","d":"

    Write text to the image using TrueType fonts

    "},{"t":"F","n":"\\imagetypes","p":"[Global_Namespace].html#function_imagetypes","d":"

    Return the image types supported by this PHP build

    "},{"t":"F","n":"\\imagewbmp","p":"[Global_Namespace].html#function_imagewbmp","d":"

    Output image to browser or file

    "},{"t":"F","n":"\\imagewebp","p":"[Global_Namespace].html#function_imagewebp","d":"

    Output a WebP image to browser or file

    "},{"t":"F","n":"\\imagexbm","p":"[Global_Namespace].html#function_imagexbm","d":"

    Output XBM image to browser or file

    "},{"t":"F","n":"\\imap_8bit","p":"[Global_Namespace].html#function_imap_8bit","d":"

    Convert an 8bit string to a quoted-printable string

    "},{"t":"F","n":"\\imap_alerts","p":"[Global_Namespace].html#function_imap_alerts","d":"

    Returns all IMAP alert messages that have occurred

    "},{"t":"F","n":"\\imap_append","p":"[Global_Namespace].html#function_imap_append","d":"

    Append a string message to a specified mailbox

    "},{"t":"F","n":"\\imap_base64","p":"[Global_Namespace].html#function_imap_base64","d":"

    Decode BASE64 encoded text

    "},{"t":"F","n":"\\imap_binary","p":"[Global_Namespace].html#function_imap_binary","d":"

    Convert an 8bit string to a base64 string

    "},{"t":"F","n":"\\imap_body","p":"[Global_Namespace].html#function_imap_body","d":"

    Read the message body

    "},{"t":"F","n":"\\imap_bodystruct","p":"[Global_Namespace].html#function_imap_bodystruct","d":"

    Read the structure of a specified body section of a specific message

    "},{"t":"F","n":"\\imap_check","p":"[Global_Namespace].html#function_imap_check","d":"

    Check current mailbox

    "},{"t":"F","n":"\\imap_clearflag_full","p":"[Global_Namespace].html#function_imap_clearflag_full","d":"

    Clears flags on messages

    "},{"t":"F","n":"\\imap_close","p":"[Global_Namespace].html#function_imap_close","d":"

    Close an IMAP stream

    "},{"t":"F","n":"\\imap_create","p":"[Global_Namespace].html#function_imap_create","d":"

    Alias of imap_createmailbox

    "},{"t":"F","n":"\\imap_createmailbox","p":"[Global_Namespace].html#function_imap_createmailbox","d":"

    Create a new mailbox

    "},{"t":"F","n":"\\imap_delete","p":"[Global_Namespace].html#function_imap_delete","d":"

    Mark a message for deletion from current mailbox

    "},{"t":"F","n":"\\imap_deletemailbox","p":"[Global_Namespace].html#function_imap_deletemailbox","d":"

    Delete a mailbox

    "},{"t":"F","n":"\\imap_errors","p":"[Global_Namespace].html#function_imap_errors","d":"

    Returns all of the IMAP errors that have occurred

    "},{"t":"F","n":"\\imap_expunge","p":"[Global_Namespace].html#function_imap_expunge","d":"

    Delete all messages marked for deletion

    "},{"t":"F","n":"\\imap_fetch_overview","p":"[Global_Namespace].html#function_imap_fetch_overview","d":"

    Read an overview of the information in the headers of the given message

    "},{"t":"F","n":"\\imap_fetchbody","p":"[Global_Namespace].html#function_imap_fetchbody","d":"

    Fetch a particular section of the body of the message

    "},{"t":"F","n":"\\imap_fetchheader","p":"[Global_Namespace].html#function_imap_fetchheader","d":"

    Returns header for a message

    "},{"t":"F","n":"\\imap_fetchmime","p":"[Global_Namespace].html#function_imap_fetchmime","d":"

    Fetch MIME headers for a particular section of the message

    "},{"t":"F","n":"\\imap_fetchstructure","p":"[Global_Namespace].html#function_imap_fetchstructure","d":"

    Read the structure of a particular message

    "},{"t":"F","n":"\\imap_fetchtext","p":"[Global_Namespace].html#function_imap_fetchtext","d":"

    (PHP 4, PHP 5)
    \nAlias of imap_body()

    "},{"t":"F","n":"\\imap_gc","p":"[Global_Namespace].html#function_imap_gc","d":"

    Clears IMAP cache

    "},{"t":"F","n":"\\imap_get_quota","p":"[Global_Namespace].html#function_imap_get_quota","d":"

    Retrieve the quota level settings, and usage statics per mailbox

    "},{"t":"F","n":"\\imap_get_quotaroot","p":"[Global_Namespace].html#function_imap_get_quotaroot","d":"

    Retrieve the quota settings per user

    "},{"t":"F","n":"\\imap_getacl","p":"[Global_Namespace].html#function_imap_getacl","d":"

    Gets the ACL for a given mailbox

    "},{"t":"F","n":"\\imap_getannotation","p":"[Global_Namespace].html#function_imap_getannotation","d":""},{"t":"F","n":"\\imap_getmailboxes","p":"[Global_Namespace].html#function_imap_getmailboxes","d":"

    Read the list of mailboxes, returning detailed information on each one

    "},{"t":"F","n":"\\imap_getsubscribed","p":"[Global_Namespace].html#function_imap_getsubscribed","d":"

    List all the subscribed mailboxes

    "},{"t":"F","n":"\\imap_header","p":"[Global_Namespace].html#function_imap_header","d":"

    Alias of imap_headerinfo

    "},{"t":"F","n":"\\imap_headerinfo","p":"[Global_Namespace].html#function_imap_headerinfo","d":"

    Read the header of the message

    "},{"t":"F","n":"\\imap_headers","p":"[Global_Namespace].html#function_imap_headers","d":"

    Returns headers for all messages in a mailbox

    "},{"t":"F","n":"\\imap_is_open","p":"[Global_Namespace].html#function_imap_is_open","d":""},{"t":"F","n":"\\imap_last_error","p":"[Global_Namespace].html#function_imap_last_error","d":"

    Gets the last IMAP error that occurred during this page request

    "},{"t":"F","n":"\\imap_list","p":"[Global_Namespace].html#function_imap_list","d":"

    Read the list of mailboxes

    "},{"t":"F","n":"\\imap_listmailbox","p":"[Global_Namespace].html#function_imap_listmailbox","d":"

    Alias of imap_list

    "},{"t":"F","n":"\\imap_listscan","p":"[Global_Namespace].html#function_imap_listscan","d":"

    Returns the list of mailboxes that matches the given text

    "},{"t":"F","n":"\\imap_listsubscribed","p":"[Global_Namespace].html#function_imap_listsubscribed","d":"

    Alias of imap_lsub

    "},{"t":"F","n":"\\imap_lsub","p":"[Global_Namespace].html#function_imap_lsub","d":"

    List all the subscribed mailboxes

    "},{"t":"F","n":"\\imap_mail","p":"[Global_Namespace].html#function_imap_mail","d":"

    Send an email message

    "},{"t":"F","n":"\\imap_mail_compose","p":"[Global_Namespace].html#function_imap_mail_compose","d":"

    Create a MIME message based on given envelope and body sections

    "},{"t":"F","n":"\\imap_mail_copy","p":"[Global_Namespace].html#function_imap_mail_copy","d":"

    Copy specified messages to a mailbox

    "},{"t":"F","n":"\\imap_mail_move","p":"[Global_Namespace].html#function_imap_mail_move","d":"

    Move specified messages to a mailbox

    "},{"t":"F","n":"\\imap_mailboxmsginfo","p":"[Global_Namespace].html#function_imap_mailboxmsginfo","d":"

    Get information about the current mailbox

    "},{"t":"F","n":"\\imap_mime_header_decode","p":"[Global_Namespace].html#function_imap_mime_header_decode","d":"

    Decode MIME header elements

    "},{"t":"F","n":"\\imap_msgno","p":"[Global_Namespace].html#function_imap_msgno","d":"

    Gets the message sequence number for the given UID

    "},{"t":"F","n":"\\imap_mutf7_to_utf8","p":"[Global_Namespace].html#function_imap_mutf7_to_utf8","d":"

    Decode a modified UTF-7 string to UTF-8

    "},{"t":"F","n":"\\imap_myrights","p":"[Global_Namespace].html#function_imap_myrights","d":""},{"t":"F","n":"\\imap_num_msg","p":"[Global_Namespace].html#function_imap_num_msg","d":"

    Gets the number of messages in the current mailbox

    "},{"t":"F","n":"\\imap_num_recent","p":"[Global_Namespace].html#function_imap_num_recent","d":"

    Gets the number of recent messages in current mailbox

    "},{"t":"F","n":"\\imap_open","p":"[Global_Namespace].html#function_imap_open","d":"

    Open an IMAP stream to a mailbox

    "},{"t":"F","n":"\\imap_ping","p":"[Global_Namespace].html#function_imap_ping","d":"

    Check if the IMAP stream is still active

    "},{"t":"F","n":"\\imap_qprint","p":"[Global_Namespace].html#function_imap_qprint","d":"

    Convert a quoted-printable string to an 8 bit string

    "},{"t":"F","n":"\\imap_rename","p":"[Global_Namespace].html#function_imap_rename","d":"

    Alias of imap_renamemailbox

    "},{"t":"F","n":"\\imap_renamemailbox","p":"[Global_Namespace].html#function_imap_renamemailbox","d":"

    Rename an old mailbox to new mailbox

    "},{"t":"F","n":"\\imap_reopen","p":"[Global_Namespace].html#function_imap_reopen","d":"

    Reopen IMAP stream to new mailbox

    "},{"t":"F","n":"\\imap_rfc822_parse_adrlist","p":"[Global_Namespace].html#function_imap_rfc822_parse_adrlist","d":"

    Parses an address string

    "},{"t":"F","n":"\\imap_rfc822_parse_headers","p":"[Global_Namespace].html#function_imap_rfc822_parse_headers","d":"

    Parse mail headers from a string

    "},{"t":"F","n":"\\imap_rfc822_write_address","p":"[Global_Namespace].html#function_imap_rfc822_write_address","d":"

    Returns a properly formatted email address given the mailbox, host, and personal info

    "},{"t":"F","n":"\\imap_savebody","p":"[Global_Namespace].html#function_imap_savebody","d":"

    Save a specific body section to a file

    "},{"t":"F","n":"\\imap_scan","p":"[Global_Namespace].html#function_imap_scan","d":"

    Alias of imap_listscan

    "},{"t":"F","n":"\\imap_scanmailbox","p":"[Global_Namespace].html#function_imap_scanmailbox","d":"

    Alias of imap_listscan

    "},{"t":"F","n":"\\imap_search","p":"[Global_Namespace].html#function_imap_search","d":"

    This function returns an array of messages matching the given search criteria

    "},{"t":"F","n":"\\imap_set_quota","p":"[Global_Namespace].html#function_imap_set_quota","d":"

    Sets a quota for a given mailbox

    "},{"t":"F","n":"\\imap_setacl","p":"[Global_Namespace].html#function_imap_setacl","d":"

    Sets the ACL for a given mailbox

    "},{"t":"F","n":"\\imap_setannotation","p":"[Global_Namespace].html#function_imap_setannotation","d":""},{"t":"F","n":"\\imap_setflag_full","p":"[Global_Namespace].html#function_imap_setflag_full","d":"

    Sets flags on messages

    "},{"t":"F","n":"\\imap_sort","p":"[Global_Namespace].html#function_imap_sort","d":"

    Gets and sort messages

    "},{"t":"F","n":"\\imap_status","p":"[Global_Namespace].html#function_imap_status","d":"

    Returns status information on a mailbox

    "},{"t":"F","n":"\\imap_status_current","p":"[Global_Namespace].html#function_imap_status_current","d":""},{"t":"F","n":"\\imap_subscribe","p":"[Global_Namespace].html#function_imap_subscribe","d":"

    Subscribe to a mailbox

    "},{"t":"F","n":"\\imap_thread","p":"[Global_Namespace].html#function_imap_thread","d":"

    Returns a tree of threaded message

    "},{"t":"F","n":"\\imap_timeout","p":"[Global_Namespace].html#function_imap_timeout","d":"

    Set or fetch imap timeout

    "},{"t":"F","n":"\\imap_uid","p":"[Global_Namespace].html#function_imap_uid","d":"

    This function returns the UID for the given message sequence number

    "},{"t":"F","n":"\\imap_undelete","p":"[Global_Namespace].html#function_imap_undelete","d":"

    Unmark the message which is marked deleted

    "},{"t":"F","n":"\\imap_unsubscribe","p":"[Global_Namespace].html#function_imap_unsubscribe","d":"

    Unsubscribe from a mailbox

    "},{"t":"F","n":"\\imap_utf7_decode","p":"[Global_Namespace].html#function_imap_utf7_decode","d":"

    Decodes a modified UTF-7 encoded string

    "},{"t":"F","n":"\\imap_utf7_encode","p":"[Global_Namespace].html#function_imap_utf7_encode","d":"

    Converts ISO-8859-1 string to modified UTF-7 text

    "},{"t":"F","n":"\\imap_utf8","p":"[Global_Namespace].html#function_imap_utf8","d":"

    Converts MIME-encoded text to UTF-8

    "},{"t":"F","n":"\\imap_utf8_to_mutf7","p":"[Global_Namespace].html#function_imap_utf8_to_mutf7","d":"

    Encode a UTF-8 string to modified UTF-7

    "},{"t":"F","n":"\\implode","p":"[Global_Namespace].html#function_implode","d":"

    Join array elements with a string

    "},{"t":"F","n":"\\import_request_variables","p":"[Global_Namespace].html#function_import_request_variables","d":"

    Import GET/POST/Cookie variables into the global scope

    "},{"t":"F","n":"\\in_array","p":"[Global_Namespace].html#function_in_array","d":"

    Checks if a value exists in an array

    "},{"t":"F","n":"\\inet_ntop","p":"[Global_Namespace].html#function_inet_ntop","d":"

    Converts a packed internet address to a human readable representation

    "},{"t":"F","n":"\\inet_pton","p":"[Global_Namespace].html#function_inet_pton","d":"

    Converts a human readable IP address to its packed in_addr representation

    "},{"t":"F","n":"\\inflate_add","p":"[Global_Namespace].html#function_inflate_add","d":"

    Incrementally inflate encoded data

    "},{"t":"F","n":"\\inflate_get_read_len","p":"[Global_Namespace].html#function_inflate_get_read_len","d":"

    Get number of bytes read so far

    "},{"t":"F","n":"\\inflate_get_status","p":"[Global_Namespace].html#function_inflate_get_status","d":"

    Get decompression status

    "},{"t":"F","n":"\\inflate_init","p":"[Global_Namespace].html#function_inflate_init","d":"

    Initialize an incremental inflate context

    "},{"t":"F","n":"\\ini_alter","p":"[Global_Namespace].html#function_ini_alter","d":"

    Alias:\n{ini_set}

    "},{"t":"F","n":"\\ini_get","p":"[Global_Namespace].html#function_ini_get","d":"

    Gets the value of a configuration option

    "},{"t":"F","n":"\\ini_get_all","p":"[Global_Namespace].html#function_ini_get_all","d":"

    Gets all configuration options

    "},{"t":"F","n":"\\ini_parse_quantity","p":"[Global_Namespace].html#function_ini_parse_quantity","d":""},{"t":"F","n":"\\ini_restore","p":"[Global_Namespace].html#function_ini_restore","d":"

    Restores the value of a configuration option

    "},{"t":"F","n":"\\ini_set","p":"[Global_Namespace].html#function_ini_set","d":"

    Sets the value of a configuration option

    "},{"t":"F","n":"\\inotify_add_watch","p":"[Global_Namespace].html#function_inotify_add_watch","d":"

    (PHP >= 5.2.0, PECL inotify >= 0.1.2)
    \nAdd a watch to an initialized inotify instance

    "},{"t":"F","n":"\\inotify_init","p":"[Global_Namespace].html#function_inotify_init","d":"

    (PHP >= 5.2.0, PECL inotify >= 0.1.2)
    \nInitialize an inotify instance for use with {inotify_add_watch}

    "},{"t":"F","n":"\\inotify_queue_len","p":"[Global_Namespace].html#function_inotify_queue_len","d":"

    (PHP >= 5.2.0, PECL inotify >= 0.1.2)
    \nThis function allows to know if {inotify_read} will block or not.

    "},{"t":"F","n":"\\inotify_read","p":"[Global_Namespace].html#function_inotify_read","d":"

    (PHP >= 5.2.0, PECL inotify >= 0.1.2)
    \nRead inotify events from an inotify instance.

    "},{"t":"F","n":"\\inotify_rm_watch","p":"[Global_Namespace].html#function_inotify_rm_watch","d":"

    (PHP >= 5.2.0, PECL inotify >= 0.1.2)
    \nRemoves the watch $watch_descriptor from the inotify instance $inotify_instance.

    "},{"t":"F","n":"\\intcal_get_maximum","p":"[Global_Namespace].html#function_intcal_get_maximum","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet the global maximum value for a field

    "},{"t":"F","n":"\\intdiv","p":"[Global_Namespace].html#function_intdiv","d":"

    Integer division

    "},{"t":"F","n":"\\intl_error_name","p":"[Global_Namespace].html#function_intl_error_name","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet symbolic name for a given error code

    "},{"t":"F","n":"\\intl_get","p":"[Global_Namespace].html#function_intl_get","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet the value for a field

    "},{"t":"F","n":"\\intl_get_error_code","p":"[Global_Namespace].html#function_intl_get_error_code","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet the last error code

    "},{"t":"F","n":"\\intl_get_error_message","p":"[Global_Namespace].html#function_intl_get_error_message","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet description of the last error

    "},{"t":"F","n":"\\intl_is_failure","p":"[Global_Namespace].html#function_intl_is_failure","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nCheck whether the given error code indicates failure

    "},{"t":"F","n":"\\intlcal_add","p":"[Global_Namespace].html#function_intlcal_add","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nAdd a (signed) amount of time to a field

    "},{"t":"F","n":"\\intlcal_after","p":"[Global_Namespace].html#function_intlcal_after","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nWhether this object's time is after that of the passed object\nhttps://secure.php.net/manual/en/intlcalendar.after.php

    "},{"t":"F","n":"\\intlcal_before","p":"[Global_Namespace].html#function_intlcal_before","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nWhether this object's time is before that of the passed object

    "},{"t":"F","n":"\\intlcal_clear","p":"[Global_Namespace].html#function_intlcal_clear","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nClear a field or all fields

    "},{"t":"F","n":"\\intlcal_create_instance","p":"[Global_Namespace].html#function_intlcal_create_instance","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nCreate a new IntlCalendar

    "},{"t":"F","n":"\\intlcal_equals","p":"[Global_Namespace].html#function_intlcal_equals","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nCompare time of two IntlCalendar objects for equality

    "},{"t":"F","n":"\\intlcal_field_difference","p":"[Global_Namespace].html#function_intlcal_field_difference","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nCalculate difference between given time and this object's time

    "},{"t":"F","n":"\\intlcal_from_date_time","p":"[Global_Namespace].html#function_intlcal_from_date_time","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a2)
    \nCreate an IntlCalendar from a DateTime object or string

    "},{"t":"F","n":"\\intlcal_get","p":"[Global_Namespace].html#function_intlcal_get","d":"

    (PHP >= 5.5.0, PECL intl >= 3.0.0a1)
    \nGets the value for a specific field.

    "},{"t":"F","n":"\\intlcal_get_actual_maximum","p":"[Global_Namespace].html#function_intlcal_get_actual_maximum","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nThe maximum value for a field, considering the object's current time

    "},{"t":"F","n":"\\intlcal_get_actual_minimum","p":"[Global_Namespace].html#function_intlcal_get_actual_minimum","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nThe minimum value for a field, considering the object's current time

    "},{"t":"F","n":"\\intlcal_get_available_locales","p":"[Global_Namespace].html#function_intlcal_get_available_locales","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet array of locales for which there is data

    "},{"t":"F","n":"\\intlcal_get_day_of_week_type","p":"[Global_Namespace].html#function_intlcal_get_day_of_week_type","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)

    "},{"t":"F","n":"\\intlcal_get_error_code","p":"[Global_Namespace].html#function_intlcal_get_error_code","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet last error code on the object

    "},{"t":"F","n":"\\intlcal_get_error_message","p":"[Global_Namespace].html#function_intlcal_get_error_message","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet last error message on the object

    "},{"t":"F","n":"\\intlcal_get_first_day_of_week","p":"[Global_Namespace].html#function_intlcal_get_first_day_of_week","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet the first day of the week for the calendar's locale

    "},{"t":"F","n":"\\intlcal_get_greatest_minimum","p":"[Global_Namespace].html#function_intlcal_get_greatest_minimum","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet the largest local minimum value for a field

    "},{"t":"F","n":"\\intlcal_get_keyword_values_for_locale","p":"[Global_Namespace].html#function_intlcal_get_keyword_values_for_locale","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet set of locale keyword values

    "},{"t":"F","n":"\\intlcal_get_least_maximum","p":"[Global_Namespace].html#function_intlcal_get_least_maximum","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet the smallest local maximum for a field

    "},{"t":"F","n":"\\intlcal_get_locale","p":"[Global_Namespace].html#function_intlcal_get_locale","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet the locale associated with the object

    "},{"t":"F","n":"\\intlcal_get_maximum","p":"[Global_Namespace].html#function_intlcal_get_maximum","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet the global maximum value for a field

    "},{"t":"F","n":"\\intlcal_get_minimal_days_in_first_week","p":"[Global_Namespace].html#function_intlcal_get_minimal_days_in_first_week","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)

    "},{"t":"F","n":"\\intlcal_get_minimum","p":"[Global_Namespace].html#function_intlcal_get_minimum","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet the global minimum value for a field

    "},{"t":"F","n":"\\intlcal_get_now","p":"[Global_Namespace].html#function_intlcal_get_now","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet number representing the current time

    "},{"t":"F","n":"\\intlcal_get_repeated_wall_time_option","p":"[Global_Namespace].html#function_intlcal_get_repeated_wall_time_option","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet behavior for handling repeating wall time

    "},{"t":"F","n":"\\intlcal_get_skipped_wall_time_option","p":"[Global_Namespace].html#function_intlcal_get_skipped_wall_time_option","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet behavior for handling skipped wall time

    "},{"t":"F","n":"\\intlcal_get_time","p":"[Global_Namespace].html#function_intlcal_get_time","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet time currently represented by the object

    "},{"t":"F","n":"\\intlcal_get_time_zone","p":"[Global_Namespace].html#function_intlcal_get_time_zone","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet the object's timezone

    "},{"t":"F","n":"\\intlcal_get_type","p":"[Global_Namespace].html#function_intlcal_get_type","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet the calendar type

    "},{"t":"F","n":"\\intlcal_get_weekend_transition","p":"[Global_Namespace].html#function_intlcal_get_weekend_transition","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet time of the day at which weekend begins or ends

    "},{"t":"F","n":"\\intlcal_greates_minimum","p":"[Global_Namespace].html#function_intlcal_greates_minimum","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet the largest local minimum value for a field

    "},{"t":"F","n":"\\intlcal_in_daylight_time","p":"[Global_Namespace].html#function_intlcal_in_daylight_time","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nWhether the object's time is in Daylight Savings Time

    "},{"t":"F","n":"\\intlcal_is_equivalent_to","p":"[Global_Namespace].html#function_intlcal_is_equivalent_to","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nWhether another calendar is equal but for a different time

    "},{"t":"F","n":"\\intlcal_is_lenient","p":"[Global_Namespace].html#function_intlcal_is_lenient","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nWhether date/time interpretation is in lenient mode

    "},{"t":"F","n":"\\intlcal_is_set","p":"[Global_Namespace].html#function_intlcal_is_set","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nWhether a field is set

    "},{"t":"F","n":"\\intlcal_is_weekend","p":"[Global_Namespace].html#function_intlcal_is_weekend","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nWhether a certain date/time is in the weekend

    "},{"t":"F","n":"\\intlcal_roll","p":"[Global_Namespace].html#function_intlcal_roll","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nAdd value to field without carrying into more significant fields

    "},{"t":"F","n":"\\intlcal_set","p":"[Global_Namespace].html#function_intlcal_set","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nSet a time field or several common fields at once

    "},{"t":"F","n":"\\intlcal_set_first_day_of_week","p":"[Global_Namespace].html#function_intlcal_set_first_day_of_week","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nSet the day on which the week is deemed to start

    "},{"t":"F","n":"\\intlcal_set_lenient","p":"[Global_Namespace].html#function_intlcal_set_lenient","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nSet whether date/time interpretation is to be lenient

    "},{"t":"F","n":"\\intlcal_set_minimal_days_in_first_week","p":"[Global_Namespace].html#function_intlcal_set_minimal_days_in_first_week","d":"

    Set minimal number of days the first week in a year or month can have

    "},{"t":"F","n":"\\intlcal_set_repeated_wall_time_option","p":"[Global_Namespace].html#function_intlcal_set_repeated_wall_time_option","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nSet behavior for handling repeating wall times at negative timezone offset transitions

    "},{"t":"F","n":"\\intlcal_set_skipped_wall_time_option","p":"[Global_Namespace].html#function_intlcal_set_skipped_wall_time_option","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nSet behavior for handling skipped wall times at positive timezone offset transitions

    "},{"t":"F","n":"\\intlcal_set_time","p":"[Global_Namespace].html#function_intlcal_set_time","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nSet the calendar time in milliseconds since the epoch

    "},{"t":"F","n":"\\intlcal_set_time_zone","p":"[Global_Namespace].html#function_intlcal_set_time_zone","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nSet the timezone used by this calendar

    "},{"t":"F","n":"\\intlcal_to_date_time","p":"[Global_Namespace].html#function_intlcal_to_date_time","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a2)
    \nConvert an IntlCalendar into a DateTime object

    "},{"t":"F","n":"\\intlgregcal_create_instance","p":"[Global_Namespace].html#function_intlgregcal_create_instance","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)

    "},{"t":"F","n":"\\intlgregcal_get_gregorian_change","p":"[Global_Namespace].html#function_intlgregcal_get_gregorian_change","d":""},{"t":"F","n":"\\intlgregcal_is_leap_year","p":"[Global_Namespace].html#function_intlgregcal_is_leap_year","d":""},{"t":"F","n":"\\intlgregcal_set_gregorian_change","p":"[Global_Namespace].html#function_intlgregcal_set_gregorian_change","d":""},{"t":"F","n":"\\intltz_count_equivalent_ids","p":"[Global_Namespace].html#function_intltz_count_equivalent_ids","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet the number of IDs in the equivalency group that includes the given ID

    "},{"t":"F","n":"\\intltz_create_default","p":"[Global_Namespace].html#function_intltz_create_default","d":""},{"t":"F","n":"\\intltz_create_enumeration","p":"[Global_Namespace].html#function_intltz_create_enumeration","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)

    "},{"t":"F","n":"\\intltz_create_time_zone","p":"[Global_Namespace].html#function_intltz_create_time_zone","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)

    "},{"t":"F","n":"\\intltz_create_time_zone_id_enumeration","p":"[Global_Namespace].html#function_intltz_create_time_zone_id_enumeration","d":""},{"t":"F","n":"\\intltz_from_date_time_zone","p":"[Global_Namespace].html#function_intltz_from_date_time_zone","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)

    "},{"t":"F","n":"\\intltz_getGMT","p":"[Global_Namespace].html#function_intltz_getGMT","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nCreate GMT (UTC) timezone

    "},{"t":"F","n":"\\intltz_get_canonical_id","p":"[Global_Namespace].html#function_intltz_get_canonical_id","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet the canonical system timezone ID or the normalized custom time zone ID for the given time zone ID

    "},{"t":"F","n":"\\intltz_get_display_name","p":"[Global_Namespace].html#function_intltz_get_display_name","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet a name of this time zone suitable for presentation to the user

    "},{"t":"F","n":"\\intltz_get_dst_savings","p":"[Global_Namespace].html#function_intltz_get_dst_savings","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet the amount of time to be added to local standard time to get local wall clock time

    "},{"t":"F","n":"\\intltz_get_equivalent_id","p":"[Global_Namespace].html#function_intltz_get_equivalent_id","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet an ID in the equivalency group that includes the given ID

    "},{"t":"F","n":"\\intltz_get_error_code","p":"[Global_Namespace].html#function_intltz_get_error_code","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet last error code on the object

    "},{"t":"F","n":"\\intltz_get_error_message","p":"[Global_Namespace].html#function_intltz_get_error_message","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet last error message on the object

    "},{"t":"F","n":"\\intltz_get_gmt","p":"[Global_Namespace].html#function_intltz_get_gmt","d":""},{"t":"F","n":"\\intltz_get_iana_id","p":"[Global_Namespace].html#function_intltz_get_iana_id","d":""},{"t":"F","n":"\\intltz_get_id","p":"[Global_Namespace].html#function_intltz_get_id","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet timezone ID

    "},{"t":"F","n":"\\intltz_get_id_for_windows_id","p":"[Global_Namespace].html#function_intltz_get_id_for_windows_id","d":null},{"t":"F","n":"\\intltz_get_offset","p":"[Global_Namespace].html#function_intltz_get_offset","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet the time zone raw and GMT offset for the given moment in time

    "},{"t":"F","n":"\\intltz_get_raw_offset","p":"[Global_Namespace].html#function_intltz_get_raw_offset","d":"

    Get the raw GMT offset (before taking daylight savings time into account

    "},{"t":"F","n":"\\intltz_get_region","p":"[Global_Namespace].html#function_intltz_get_region","d":""},{"t":"F","n":"\\intltz_get_tz_data_version","p":"[Global_Namespace].html#function_intltz_get_tz_data_version","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet the timezone data version currently used by ICU

    "},{"t":"F","n":"\\intltz_get_unknown","p":"[Global_Namespace].html#function_intltz_get_unknown","d":""},{"t":"F","n":"\\intltz_get_windows_id","p":"[Global_Namespace].html#function_intltz_get_windows_id","d":null},{"t":"F","n":"\\intltz_has_same_rules","p":"[Global_Namespace].html#function_intltz_has_same_rules","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nCheck if this zone has the same rules and offset as another zone

    "},{"t":"F","n":"\\intltz_to_date_time_zone","p":"[Global_Namespace].html#function_intltz_to_date_time_zone","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nConvert to DateTimeZone object

    "},{"t":"F","n":"\\intltz_use_daylight_time","p":"[Global_Namespace].html#function_intltz_use_daylight_time","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nCheck if this time zone uses daylight savings time

    "},{"t":"F","n":"\\intlz_create_default","p":"[Global_Namespace].html#function_intlz_create_default","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nCreate a new copy of the default timezone for this host

    "},{"t":"F","n":"\\intval","p":"[Global_Namespace].html#function_intval","d":"

    Get the integer value of a variable

    "},{"t":"F","n":"\\ip2long","p":"[Global_Namespace].html#function_ip2long","d":"

    Converts a string containing an (IPv4) Internet Protocol dotted address into a long integer

    "},{"t":"F","n":"\\iptcembed","p":"[Global_Namespace].html#function_iptcembed","d":"

    Embeds binary IPTC data into a JPEG image.

    "},{"t":"F","n":"\\iptcparse","p":"[Global_Namespace].html#function_iptcparse","d":"

    Parse a binary IPTC block into single tags.

    "},{"t":"F","n":"\\is_array","p":"[Global_Namespace].html#function_is_array","d":"

    Finds whether a variable is an array

    "},{"t":"F","n":"\\is_bool","p":"[Global_Namespace].html#function_is_bool","d":"

    Finds out whether a variable is a boolean

    "},{"t":"F","n":"\\is_callable","p":"[Global_Namespace].html#function_is_callable","d":"

    Verify that the contents of a variable can be called as a function

    "},{"t":"F","n":"\\is_countable","p":"[Global_Namespace].html#function_is_countable","d":"

    Verify that the contents of a variable is a countable value

    "},{"t":"F","n":"\\is_dir","p":"[Global_Namespace].html#function_is_dir","d":"

    Tells whether the filename is a directory

    "},{"t":"F","n":"\\is_double","p":"[Global_Namespace].html#function_is_double","d":"

    Alias:\n{is_float}

    "},{"t":"F","n":"\\is_executable","p":"[Global_Namespace].html#function_is_executable","d":"

    Tells whether the filename is executable

    "},{"t":"F","n":"\\is_file","p":"[Global_Namespace].html#function_is_file","d":"

    Tells whether the filename is a regular file

    "},{"t":"F","n":"\\is_finite","p":"[Global_Namespace].html#function_is_finite","d":"

    Finds whether a value is a legal finite number

    "},{"t":"F","n":"\\is_float","p":"[Global_Namespace].html#function_is_float","d":"

    Finds whether the type of a variable is float

    "},{"t":"F","n":"\\is_infinite","p":"[Global_Namespace].html#function_is_infinite","d":"

    Finds whether a value is infinite

    "},{"t":"F","n":"\\is_int","p":"[Global_Namespace].html#function_is_int","d":"

    Find whether the type of a variable is integer

    "},{"t":"F","n":"\\is_integer","p":"[Global_Namespace].html#function_is_integer","d":"

    Alias:\n{is_int}

    "},{"t":"F","n":"\\is_iterable","p":"[Global_Namespace].html#function_is_iterable","d":"

    Verify that the contents of a variable is accepted by the iterable pseudo-type, i.e. that it is an array or an object implementing Traversable

    "},{"t":"F","n":"\\is_link","p":"[Global_Namespace].html#function_is_link","d":"

    Tells whether the filename is a symbolic link

    "},{"t":"F","n":"\\is_long","p":"[Global_Namespace].html#function_is_long","d":"

    Alias:\n{is_int}

    "},{"t":"F","n":"\\is_nan","p":"[Global_Namespace].html#function_is_nan","d":"

    Finds whether a value is not a number

    "},{"t":"F","n":"\\is_null","p":"[Global_Namespace].html#function_is_null","d":"

    Finds whether a variable is null.

    "},{"t":"F","n":"\\is_numeric","p":"[Global_Namespace].html#function_is_numeric","d":"

    Finds whether a variable is a number or a numeric string

    "},{"t":"F","n":"\\is_object","p":"[Global_Namespace].html#function_is_object","d":"

    Finds whether a variable is an object

    "},{"t":"F","n":"\\is_readable","p":"[Global_Namespace].html#function_is_readable","d":"

    Tells whether a file or a directory exists and is readable

    "},{"t":"F","n":"\\is_real","p":"[Global_Namespace].html#function_is_real","d":"

    Alias:\n{is_float}

    "},{"t":"F","n":"\\is_resource","p":"[Global_Namespace].html#function_is_resource","d":"

    Finds whether a variable is a resource

    "},{"t":"F","n":"\\is_scalar","p":"[Global_Namespace].html#function_is_scalar","d":"

    Finds whether a variable is a scalar

    "},{"t":"F","n":"\\is_soap_fault","p":"[Global_Namespace].html#function_is_soap_fault","d":"

    Checks if a SOAP call has failed

    "},{"t":"F","n":"\\is_string","p":"[Global_Namespace].html#function_is_string","d":"

    Find whether the type of a variable is string

    "},{"t":"F","n":"\\is_uploaded_file","p":"[Global_Namespace].html#function_is_uploaded_file","d":"

    Tells whether the file was uploaded via HTTP POST

    "},{"t":"F","n":"\\is_writable","p":"[Global_Namespace].html#function_is_writable","d":"

    Tells whether the filename is writable

    "},{"t":"F","n":"\\is_writeable","p":"[Global_Namespace].html#function_is_writeable","d":"

    Alias:\n{is_writable}

    "},{"t":"F","n":"\\iterator_apply","p":"[Global_Namespace].html#function_iterator_apply","d":"

    Call a function for every element in an iterator

    "},{"t":"F","n":"\\iterator_count","p":"[Global_Namespace].html#function_iterator_count","d":"

    Count the elements in an iterator

    "},{"t":"F","n":"\\iterator_to_array","p":"[Global_Namespace].html#function_iterator_to_array","d":"

    Copy the iterator into an array

    "},{"t":"F","n":"\\java","p":"[Global_Namespace].html#function_java","d":"

    Create Java object

    "},{"t":"F","n":"\\java_last_exception_clear","p":"[Global_Namespace].html#function_java_last_exception_clear","d":"

    Clear last Java exception object record.

    "},{"t":"F","n":"\\java_last_exception_get","p":"[Global_Namespace].html#function_java_last_exception_get","d":"

    Return Java exception object for last exception

    "},{"t":"F","n":"\\java_reload","p":"[Global_Namespace].html#function_java_reload","d":"

    Reload Jar's that were dynamically loaded

    "},{"t":"F","n":"\\java_require","p":"[Global_Namespace].html#function_java_require","d":"

    Add to Java's classpath in runtime

    "},{"t":"F","n":"\\java_set_encoding","p":"[Global_Namespace].html#function_java_set_encoding","d":"

    Set encoding for strings received by Java from PHP. Default is UTF-8.

    "},{"t":"F","n":"\\java_set_ignore_case","p":"[Global_Namespace].html#function_java_set_ignore_case","d":"

    Set case sensitivity for Java calls.

    "},{"t":"F","n":"\\java_throw_exceptions","p":"[Global_Namespace].html#function_java_throw_exceptions","d":"

    Control if exceptions are thrown on Java exception. Only for PHP5.

    "},{"t":"F","n":"\\jddayofweek","p":"[Global_Namespace].html#function_jddayofweek","d":"

    Returns the day of the week

    "},{"t":"F","n":"\\jdmonthname","p":"[Global_Namespace].html#function_jdmonthname","d":"

    Returns a month name

    "},{"t":"F","n":"\\jdtofrench","p":"[Global_Namespace].html#function_jdtofrench","d":"

    Converts a Julian Day Count to the French Republican Calendar

    "},{"t":"F","n":"\\jdtogregorian","p":"[Global_Namespace].html#function_jdtogregorian","d":"

    Converts Julian Day Count to Gregorian date

    "},{"t":"F","n":"\\jdtojewish","p":"[Global_Namespace].html#function_jdtojewish","d":"

    Converts a Julian day count to a Jewish calendar date

    "},{"t":"F","n":"\\jdtojulian","p":"[Global_Namespace].html#function_jdtojulian","d":"

    Converts a Julian Day Count to a Julian Calendar Date

    "},{"t":"F","n":"\\jdtounix","p":"[Global_Namespace].html#function_jdtounix","d":"

    Convert Julian Day to Unix timestamp

    "},{"t":"F","n":"\\jewishtojd","p":"[Global_Namespace].html#function_jewishtojd","d":"

    Converts a date in the Jewish Calendar to Julian Day Count

    "},{"t":"F","n":"\\jobqueue_license_info","p":"[Global_Namespace].html#function_jobqueue_license_info","d":"

    returns array containing following fields:\n"license_ok" - whether license allows use of JobQueue\n"expires" - license expiration date

    "},{"t":"F","n":"\\join","p":"[Global_Namespace].html#function_join","d":"

    Alias:\n{implode}

    "},{"t":"F","n":"\\jpeg2wbmp","p":"[Global_Namespace].html#function_jpeg2wbmp","d":"

    Convert JPEG image file to WBMP image file

    "},{"t":"F","n":"\\json_decode","p":"[Global_Namespace].html#function_json_decode","d":"

    (PHP 5 >= 5.2.0, PECL json >= 1.2.0)
    \nDecodes a JSON string

    "},{"t":"F","n":"\\json_encode","p":"[Global_Namespace].html#function_json_encode","d":"

    (PHP 5 >= 5.2.0, PECL json >= 1.2.0)
    \nReturns the JSON representation of a value

    "},{"t":"F","n":"\\json_last_error","p":"[Global_Namespace].html#function_json_last_error","d":"

    Returns the last error occurred

    "},{"t":"F","n":"\\json_last_error_msg","p":"[Global_Namespace].html#function_json_last_error_msg","d":"

    Returns the error string of the last json_encode() or json_decode() call, which did not specify JSON_THROW_ON_ERROR.

    "},{"t":"F","n":"\\json_validate","p":"[Global_Namespace].html#function_json_validate","d":""},{"t":"F","n":"\\juliantojd","p":"[Global_Namespace].html#function_juliantojd","d":"

    Converts a Julian Calendar date to Julian Day Count

    "},{"t":"F","n":"\\kafka_err2name","p":"[Global_Namespace].html#function_kafka_err2name","d":"

    Returns the name of the error

    "},{"t":"F","n":"\\kafka_err2str","p":"[Global_Namespace].html#function_kafka_err2str","d":"

    Returns the error message of an error code

    "},{"t":"F","n":"\\kafka_get_err_descs","p":"[Global_Namespace].html#function_kafka_get_err_descs","d":"

    Returns the full list of error codes.

    "},{"t":"F","n":"\\kafka_offset_tail","p":"[Global_Namespace].html#function_kafka_offset_tail","d":"

    Returns an offset value that is $offset before the tail of the topic

    "},{"t":"F","n":"\\kafka_thread_cnt","p":"[Global_Namespace].html#function_kafka_thread_cnt","d":"

    Retrieve the current number of threads in use by librdkafka.

    "},{"t":"F","n":"\\key","p":"[Global_Namespace].html#function_key","d":"

    Fetch a key from an array

    "},{"t":"F","n":"\\key_exists","p":"[Global_Namespace].html#function_key_exists","d":"

    Checks if the given key or index exists in the array. The name of this function is array_key_exists() in PHP > 4.0.6.

    "},{"t":"F","n":"\\krsort","p":"[Global_Namespace].html#function_krsort","d":"

    Sort an array by key in reverse order

    "},{"t":"F","n":"\\ksort","p":"[Global_Namespace].html#function_ksort","d":"

    Sort an array by key

    "},{"t":"F","n":"\\lcfirst","p":"[Global_Namespace].html#function_lcfirst","d":"

    Make a string's first character lowercase

    "},{"t":"F","n":"\\lcg_value","p":"[Global_Namespace].html#function_lcg_value","d":"

    Combined linear congruential generator

    "},{"t":"F","n":"\\lchgrp","p":"[Global_Namespace].html#function_lchgrp","d":"

    Changes group ownership of symlink

    "},{"t":"F","n":"\\lchown","p":"[Global_Namespace].html#function_lchown","d":"

    Changes user ownership of symlink

    "},{"t":"F","n":"\\ldap_8859_to_t61","p":"[Global_Namespace].html#function_ldap_8859_to_t61","d":"

    Translate 8859 characters to t61 characters

    "},{"t":"F","n":"\\ldap_add","p":"[Global_Namespace].html#function_ldap_add","d":"

    Add entries to LDAP directory

    "},{"t":"F","n":"\\ldap_add_ext","p":"[Global_Namespace].html#function_ldap_add_ext","d":"

    Add entries to LDAP directory\nDoes the same thing as ldap_add() but returns the LDAP result resource to be parsed with ldap_parse_result().

    "},{"t":"F","n":"\\ldap_bind","p":"[Global_Namespace].html#function_ldap_bind","d":"

    Bind to LDAP directory

    "},{"t":"F","n":"\\ldap_bind_ext","p":"[Global_Namespace].html#function_ldap_bind_ext","d":"

    Bind to LDAP directory\nDoes the same thing as ldap_bind() but returns the LDAP result resource to be parsed with ldap_parse_result().

    "},{"t":"F","n":"\\ldap_close","p":"[Global_Namespace].html#function_ldap_close","d":"

    Alias of ldap_unbind

    "},{"t":"F","n":"\\ldap_compare","p":"[Global_Namespace].html#function_ldap_compare","d":"

    Compare value of attribute found in entry specified with DN

    "},{"t":"F","n":"\\ldap_connect","p":"[Global_Namespace].html#function_ldap_connect","d":"

    Connect to an LDAP server

    "},{"t":"F","n":"\\ldap_control_paged_result","p":"[Global_Namespace].html#function_ldap_control_paged_result","d":"

    Send LDAP pagination control

    "},{"t":"F","n":"\\ldap_control_paged_result_response","p":"[Global_Namespace].html#function_ldap_control_paged_result_response","d":"

    Retrieve the LDAP pagination cookie

    "},{"t":"F","n":"\\ldap_count_entries","p":"[Global_Namespace].html#function_ldap_count_entries","d":"

    Count the number of entries in a search

    "},{"t":"F","n":"\\ldap_count_references","p":"[Global_Namespace].html#function_ldap_count_references","d":""},{"t":"F","n":"\\ldap_delete","p":"[Global_Namespace].html#function_ldap_delete","d":"

    Delete an entry from a directory

    "},{"t":"F","n":"\\ldap_delete_ext","p":"[Global_Namespace].html#function_ldap_delete_ext","d":"

    Delete an entry from a directory\nDoes the same thing as ldap_delete() but returns the LDAP result resource to be parsed with ldap_parse_result().

    "},{"t":"F","n":"\\ldap_dn2ufn","p":"[Global_Namespace].html#function_ldap_dn2ufn","d":"

    Convert DN to User Friendly Naming format

    "},{"t":"F","n":"\\ldap_err2str","p":"[Global_Namespace].html#function_ldap_err2str","d":"

    Convert LDAP error number into string error message

    "},{"t":"F","n":"\\ldap_errno","p":"[Global_Namespace].html#function_ldap_errno","d":"

    Return the LDAP error number of the last LDAP command

    "},{"t":"F","n":"\\ldap_error","p":"[Global_Namespace].html#function_ldap_error","d":"

    Return the LDAP error message of the last LDAP command

    "},{"t":"F","n":"\\ldap_escape","p":"[Global_Namespace].html#function_ldap_escape","d":"

    Escape a string for use in an LDAP filter or DN

    "},{"t":"F","n":"\\ldap_exop","p":"[Global_Namespace].html#function_ldap_exop","d":"

    Performs an extended operation on the specified link with reqoid the OID of the operation and reqdata the data.

    "},{"t":"F","n":"\\ldap_exop_passwd","p":"[Global_Namespace].html#function_ldap_exop_passwd","d":"

    PASSWD extended operation helper

    "},{"t":"F","n":"\\ldap_exop_refresh","p":"[Global_Namespace].html#function_ldap_exop_refresh","d":"

    Refresh extended operation helper

    "},{"t":"F","n":"\\ldap_exop_sync","p":"[Global_Namespace].html#function_ldap_exop_sync","d":""},{"t":"F","n":"\\ldap_exop_whoami","p":"[Global_Namespace].html#function_ldap_exop_whoami","d":"

    WHOAMI extended operation helper

    "},{"t":"F","n":"\\ldap_explode_dn","p":"[Global_Namespace].html#function_ldap_explode_dn","d":"

    Splits DN into its component parts

    "},{"t":"F","n":"\\ldap_first_attribute","p":"[Global_Namespace].html#function_ldap_first_attribute","d":"

    Return first attribute

    "},{"t":"F","n":"\\ldap_first_entry","p":"[Global_Namespace].html#function_ldap_first_entry","d":"

    Return first result id

    "},{"t":"F","n":"\\ldap_first_reference","p":"[Global_Namespace].html#function_ldap_first_reference","d":"

    Return first reference

    "},{"t":"F","n":"\\ldap_free_result","p":"[Global_Namespace].html#function_ldap_free_result","d":"

    Free result memory

    "},{"t":"F","n":"\\ldap_get_attributes","p":"[Global_Namespace].html#function_ldap_get_attributes","d":"

    Get attributes from a search result entry

    "},{"t":"F","n":"\\ldap_get_dn","p":"[Global_Namespace].html#function_ldap_get_dn","d":"

    Get the DN of a result entry

    "},{"t":"F","n":"\\ldap_get_entries","p":"[Global_Namespace].html#function_ldap_get_entries","d":"

    Get all result entries

    "},{"t":"F","n":"\\ldap_get_option","p":"[Global_Namespace].html#function_ldap_get_option","d":"

    Get the current value for given option

    "},{"t":"F","n":"\\ldap_get_values","p":"[Global_Namespace].html#function_ldap_get_values","d":"

    Get all values from a result entry

    "},{"t":"F","n":"\\ldap_get_values_len","p":"[Global_Namespace].html#function_ldap_get_values_len","d":"

    Get all binary values from a result entry

    "},{"t":"F","n":"\\ldap_list","p":"[Global_Namespace].html#function_ldap_list","d":"

    Single-level search

    "},{"t":"F","n":"\\ldap_mod_add","p":"[Global_Namespace].html#function_ldap_mod_add","d":"

    Add attribute values to current attributes

    "},{"t":"F","n":"\\ldap_mod_add_ext","p":"[Global_Namespace].html#function_ldap_mod_add_ext","d":"

    Add attribute values to current attributes\nDoes the same thing as ldap_mod_add() but returns the LDAP result resource to be parsed with ldap_parse_result().

    "},{"t":"F","n":"\\ldap_mod_del","p":"[Global_Namespace].html#function_ldap_mod_del","d":"

    Delete attribute values from current attributes

    "},{"t":"F","n":"\\ldap_mod_del_ext","p":"[Global_Namespace].html#function_ldap_mod_del_ext","d":"

    Delete attribute values from current attributes\nDoes the same thing as ldap_mod_del() but returns the LDAP result resource to be parsed with ldap_parse_result().

    "},{"t":"F","n":"\\ldap_mod_replace","p":"[Global_Namespace].html#function_ldap_mod_replace","d":"

    Replace attribute values with new ones

    "},{"t":"F","n":"\\ldap_mod_replace_ext","p":"[Global_Namespace].html#function_ldap_mod_replace_ext","d":"

    Replace attribute values with new ones\nDoes the same thing as ldap_mod_replace() but returns the LDAP result resource to be parsed with ldap_parse_result().

    "},{"t":"F","n":"\\ldap_modify","p":"[Global_Namespace].html#function_ldap_modify","d":"

    This function is an alias of: ldap_mod_replace().

    "},{"t":"F","n":"\\ldap_modify_batch","p":"[Global_Namespace].html#function_ldap_modify_batch","d":"

    (PHP 5.4 >= 5.4.26, PHP 5.5 >= 5.5.10, PHP 5.6 >= 5.6.0)\nBatch and execute modifications on an LDAP entry

    "},{"t":"F","n":"\\ldap_next_attribute","p":"[Global_Namespace].html#function_ldap_next_attribute","d":"

    Get the next attribute in result

    "},{"t":"F","n":"\\ldap_next_entry","p":"[Global_Namespace].html#function_ldap_next_entry","d":"

    Get next result entry

    "},{"t":"F","n":"\\ldap_next_reference","p":"[Global_Namespace].html#function_ldap_next_reference","d":"

    Get next reference

    "},{"t":"F","n":"\\ldap_parse_exop","p":"[Global_Namespace].html#function_ldap_parse_exop","d":"

    Parse LDAP extended operation data from result object result

    "},{"t":"F","n":"\\ldap_parse_reference","p":"[Global_Namespace].html#function_ldap_parse_reference","d":"

    Extract information from reference entry

    "},{"t":"F","n":"\\ldap_parse_result","p":"[Global_Namespace].html#function_ldap_parse_result","d":"

    Extract information from result

    "},{"t":"F","n":"\\ldap_read","p":"[Global_Namespace].html#function_ldap_read","d":"

    Read an entry

    "},{"t":"F","n":"\\ldap_rename","p":"[Global_Namespace].html#function_ldap_rename","d":"

    Modify the name of an entry

    "},{"t":"F","n":"\\ldap_rename_ext","p":"[Global_Namespace].html#function_ldap_rename_ext","d":"

    Modify the name of an entry\nDoes the same thing as ldap_rename() but returns the LDAP result resource to be parsed with ldap_parse_result().

    "},{"t":"F","n":"\\ldap_sasl_bind","p":"[Global_Namespace].html#function_ldap_sasl_bind","d":"

    Bind to LDAP directory using SASL

    "},{"t":"F","n":"\\ldap_search","p":"[Global_Namespace].html#function_ldap_search","d":"

    Search LDAP tree

    "},{"t":"F","n":"\\ldap_set_option","p":"[Global_Namespace].html#function_ldap_set_option","d":"

    Set the value of the given option

    "},{"t":"F","n":"\\ldap_set_rebind_proc","p":"[Global_Namespace].html#function_ldap_set_rebind_proc","d":"

    Set a callback function to do re-binds on referral chasing

    "},{"t":"F","n":"\\ldap_sort","p":"[Global_Namespace].html#function_ldap_sort","d":"

    Sort LDAP result entries

    "},{"t":"F","n":"\\ldap_start_tls","p":"[Global_Namespace].html#function_ldap_start_tls","d":"

    Start TLS

    "},{"t":"F","n":"\\ldap_t61_to_8859","p":"[Global_Namespace].html#function_ldap_t61_to_8859","d":"

    Translate t61 characters to 8859 characters

    "},{"t":"F","n":"\\ldap_unbind","p":"[Global_Namespace].html#function_ldap_unbind","d":"

    Unbind from LDAP directory

    "},{"t":"F","n":"\\levenshtein","p":"[Global_Namespace].html#function_levenshtein","d":"

    Calculate Levenshtein distance between two strings

    "},{"t":"F","n":"\\libvirt_check_version","p":"[Global_Namespace].html#function_libvirt_check_version","d":"

    Function is used to check major, minor and micro (also sometimes called release) versions of libvirt-php\nor libvirt itself. This could useful when you want your application to support only versions of libvirt\nor libvirt-php higher than some version specified

    "},{"t":"F","n":"\\libvirt_connect","p":"[Global_Namespace].html#function_libvirt_connect","d":"

    Function is used to connect to the specified libvirt daemon using the specified URL, user can also set the readonly\nflag and/or set credentials for connection

    "},{"t":"F","n":"\\libvirt_connect_get_all_domain_stats","p":"[Global_Namespace].html#function_libvirt_connect_get_all_domain_stats","d":"

    Query statistics for all domains on a given connection

    "},{"t":"F","n":"\\libvirt_connect_get_capabilities","p":"[Global_Namespace].html#function_libvirt_connect_get_capabilities","d":"

    Function is used to get the capabilities information from the connection

    "},{"t":"F","n":"\\libvirt_connect_get_emulator","p":"[Global_Namespace].html#function_libvirt_connect_get_emulator","d":"

    Function is used to get the emulator for requested connection/architecture

    "},{"t":"F","n":"\\libvirt_connect_get_encrypted","p":"[Global_Namespace].html#function_libvirt_connect_get_encrypted","d":"

    Function is used to get the information whether the connection is encrypted or not

    "},{"t":"F","n":"\\libvirt_connect_get_hostname","p":"[Global_Namespace].html#function_libvirt_connect_get_hostname","d":"

    Function is used to get the hostname of the guest associated with the connection

    "},{"t":"F","n":"\\libvirt_connect_get_hypervisor","p":"[Global_Namespace].html#function_libvirt_connect_get_hypervisor","d":"

    Function is used to get the information about the hypervisor on the connection identified by the connection pointer

    "},{"t":"F","n":"\\libvirt_connect_get_information","p":"[Global_Namespace].html#function_libvirt_connect_get_information","d":"

    Function is used to get the information about the connection

    "},{"t":"F","n":"\\libvirt_connect_get_machine_types","p":"[Global_Namespace].html#function_libvirt_connect_get_machine_types","d":"

    Function is used to get machine types supported by hypervisor on the connection

    "},{"t":"F","n":"\\libvirt_connect_get_maxvcpus","p":"[Global_Namespace].html#function_libvirt_connect_get_maxvcpus","d":"

    Function is used to get maximum number of VCPUs per VM on the hypervisor connection

    "},{"t":"F","n":"\\libvirt_connect_get_nic_models","p":"[Global_Namespace].html#function_libvirt_connect_get_nic_models","d":"

    Function is used to get NIC models for requested connection/architecture

    "},{"t":"F","n":"\\libvirt_connect_get_secure","p":"[Global_Namespace].html#function_libvirt_connect_get_secure","d":"

    Function is used to get the information whether the connection is secure or not

    "},{"t":"F","n":"\\libvirt_connect_get_soundhw_models","p":"[Global_Namespace].html#function_libvirt_connect_get_soundhw_models","d":"

    Function is used to get sound hardware models for requested connection/architecture

    "},{"t":"F","n":"\\libvirt_connect_get_sysinfo","p":"[Global_Namespace].html#function_libvirt_connect_get_sysinfo","d":"

    Function is used to get the system information from connection if available

    "},{"t":"F","n":"\\libvirt_connect_get_uri","p":"[Global_Namespace].html#function_libvirt_connect_get_uri","d":"

    Function is used to get the connection URI. This is useful to check the hypervisor type of host machine\nwhen using "null" uri to libvirt_connect()

    "},{"t":"F","n":"\\libvirt_domain_attach_device","p":"[Global_Namespace].html#function_libvirt_domain_attach_device","d":"

    Function is used to attach a virtual device to a domain

    "},{"t":"F","n":"\\libvirt_domain_block_commit","p":"[Global_Namespace].html#function_libvirt_domain_block_commit","d":"

    Function is used to commit block job

    "},{"t":"F","n":"\\libvirt_domain_block_job_abort","p":"[Global_Namespace].html#function_libvirt_domain_block_job_abort","d":"

    Function is used to abort block job

    "},{"t":"F","n":"\\libvirt_domain_block_job_info","p":"[Global_Namespace].html#function_libvirt_domain_block_job_info","d":"

    Function is used to attach a virtual device to a domain

    "},{"t":"F","n":"\\libvirt_domain_block_job_set_speed","p":"[Global_Namespace].html#function_libvirt_domain_block_job_set_speed","d":"

    Function is used to set speed of block job

    "},{"t":"F","n":"\\libvirt_domain_block_resize","p":"[Global_Namespace].html#function_libvirt_domain_block_resize","d":"

    Function is used to resize the domain's block device

    "},{"t":"F","n":"\\libvirt_domain_block_stats","p":"[Global_Namespace].html#function_libvirt_domain_block_stats","d":"

    Function is used to get the domain's block stats

    "},{"t":"F","n":"\\libvirt_domain_change_boot_devices","p":"[Global_Namespace].html#function_libvirt_domain_change_boot_devices","d":"

    Function is used to change the domain boot devices

    "},{"t":"F","n":"\\libvirt_domain_change_memory","p":"[Global_Namespace].html#function_libvirt_domain_change_memory","d":"

    Function is used to change the domain memory allocation

    "},{"t":"F","n":"\\libvirt_domain_change_vcpus","p":"[Global_Namespace].html#function_libvirt_domain_change_vcpus","d":"

    Function is used to change the VCPU count for the domain

    "},{"t":"F","n":"\\libvirt_domain_core_dump","p":"[Global_Namespace].html#function_libvirt_domain_core_dump","d":"

    Function is used to dump core of the domain identified by it's resource

    "},{"t":"F","n":"\\libvirt_domain_create","p":"[Global_Namespace].html#function_libvirt_domain_create","d":"

    Function is used to create the domain identified by it's resource

    "},{"t":"F","n":"\\libvirt_domain_create_xml","p":"[Global_Namespace].html#function_libvirt_domain_create_xml","d":"

    Function is used to create the domain identified by it's resource

    "},{"t":"F","n":"\\libvirt_domain_define_xml","p":"[Global_Namespace].html#function_libvirt_domain_define_xml","d":"

    Function is used to define the domain from XML string

    "},{"t":"F","n":"\\libvirt_domain_destroy","p":"[Global_Namespace].html#function_libvirt_domain_destroy","d":"

    Function is used to destroy the domain identified by it's resource

    "},{"t":"F","n":"\\libvirt_domain_detach_device","p":"[Global_Namespace].html#function_libvirt_domain_detach_device","d":"

    Function is used to detach a virtual device from a domain

    "},{"t":"F","n":"\\libvirt_domain_disk_add","p":"[Global_Namespace].html#function_libvirt_domain_disk_add","d":"

    Function is used to add the disk to the virtual machine using set of API functions to make it as simple\nas possible for the user

    "},{"t":"F","n":"\\libvirt_domain_disk_remove","p":"[Global_Namespace].html#function_libvirt_domain_disk_remove","d":"

    Function is used to remove the disk from the virtual machine using set of API functions to make it\nas simple as possible

    "},{"t":"F","n":"\\libvirt_domain_get_autostart","p":"[Global_Namespace].html#function_libvirt_domain_get_autostart","d":"

    Function is getting the autostart value for the domain

    "},{"t":"F","n":"\\libvirt_domain_get_block_info","p":"[Global_Namespace].html#function_libvirt_domain_get_block_info","d":"

    Function is used to get the domain's block device information

    "},{"t":"F","n":"\\libvirt_domain_get_connect","p":"[Global_Namespace].html#function_libvirt_domain_get_connect","d":"

    Function is used to get the domain's connection resource. This function should not be used!

    "},{"t":"F","n":"\\libvirt_domain_get_counts","p":"[Global_Namespace].html#function_libvirt_domain_get_counts","d":"

    Function is getting domain counts for all, active and inactive domains

    "},{"t":"F","n":"\\libvirt_domain_get_disk_devices","p":"[Global_Namespace].html#function_libvirt_domain_get_disk_devices","d":"

    Function is used to get disk devices for the domain

    "},{"t":"F","n":"\\libvirt_domain_get_id","p":"[Global_Namespace].html#function_libvirt_domain_get_id","d":"

    Function is used to get the domain's ID, applicable to running guests only

    "},{"t":"F","n":"\\libvirt_domain_get_info","p":"[Global_Namespace].html#function_libvirt_domain_get_info","d":"

    Function is used to get the domain's information

    "},{"t":"F","n":"\\libvirt_domain_get_interface_devices","p":"[Global_Namespace].html#function_libvirt_domain_get_interface_devices","d":"

    Function is used to get network interface devices for the domain

    "},{"t":"F","n":"\\libvirt_domain_get_job_info","p":"[Global_Namespace].html#function_libvirt_domain_get_job_info","d":"

    Function is used get job information for the domain

    "},{"t":"F","n":"\\libvirt_domain_get_metadata","p":"[Global_Namespace].html#function_libvirt_domain_get_metadata","d":"

    Function retrieve appropriate domain element given by $type

    "},{"t":"F","n":"\\libvirt_domain_get_name","p":"[Global_Namespace].html#function_libvirt_domain_get_name","d":"

    Function is used to get domain name from it's resource

    "},{"t":"F","n":"\\libvirt_domain_get_network_info","p":"[Global_Namespace].html#function_libvirt_domain_get_network_info","d":"

    Function is used to get the domain's network information

    "},{"t":"F","n":"\\libvirt_domain_get_next_dev_ids","p":"[Global_Namespace].html#function_libvirt_domain_get_next_dev_ids","d":"

    This functions can be used to get the next free slot if you intend to add a new device identified\nby slot to the domain, e.g. NIC device

    "},{"t":"F","n":"\\libvirt_domain_get_screen_dimensions","p":"[Global_Namespace].html#function_libvirt_domain_get_screen_dimensions","d":"

    Function get screen dimensions of the VNC window

    "},{"t":"F","n":"\\libvirt_domain_get_screenshot","p":"[Global_Namespace].html#function_libvirt_domain_get_screenshot","d":"

    Function uses gvnccapture (if available) to get the screenshot of the running domain

    "},{"t":"F","n":"\\libvirt_domain_get_screenshot_api","p":"[Global_Namespace].html#function_libvirt_domain_get_screenshot_api","d":"

    Function is trying to get domain screenshot using libvirt virGetDomainScreenshot() API if available

    "},{"t":"F","n":"\\libvirt_domain_get_uuid","p":"[Global_Namespace].html#function_libvirt_domain_get_uuid","d":"

    Function is used to get the domain's UUID in binary format

    "},{"t":"F","n":"\\libvirt_domain_get_uuid_string","p":"[Global_Namespace].html#function_libvirt_domain_get_uuid_string","d":"

    Function is used to get the domain's UUID in string format

    "},{"t":"F","n":"\\libvirt_domain_get_xml_desc","p":"[Global_Namespace].html#function_libvirt_domain_get_xml_desc","d":"

    Function is used to get the domain's XML description

    "},{"t":"F","n":"\\libvirt_domain_has_current_snapshot","p":"[Global_Namespace].html#function_libvirt_domain_has_current_snapshot","d":"

    Function is used to get the information whether domain has the current snapshot

    "},{"t":"F","n":"\\libvirt_domain_interface_addresses","p":"[Global_Namespace].html#function_libvirt_domain_interface_addresses","d":"

    Function is used to get network interface addresses for the domain

    "},{"t":"F","n":"\\libvirt_domain_interface_stats","p":"[Global_Namespace].html#function_libvirt_domain_interface_stats","d":"

    Function is used to get the domain's interface stats

    "},{"t":"F","n":"\\libvirt_domain_is_active","p":"[Global_Namespace].html#function_libvirt_domain_is_active","d":"

    Function is getting information whether domain identified by resource is active or not

    "},{"t":"F","n":"\\libvirt_domain_is_persistent","p":"[Global_Namespace].html#function_libvirt_domain_is_persistent","d":"

    Function to get information whether domain is persistent or not

    "},{"t":"F","n":"\\libvirt_domain_lookup_by_id","p":"[Global_Namespace].html#function_libvirt_domain_lookup_by_id","d":"

    Function is used to get domain by it's ID, applicable only to running guests

    "},{"t":"F","n":"\\libvirt_domain_lookup_by_name","p":"[Global_Namespace].html#function_libvirt_domain_lookup_by_name","d":"

    Function is used to lookup for domain by it's name

    "},{"t":"F","n":"\\libvirt_domain_lookup_by_uuid","p":"[Global_Namespace].html#function_libvirt_domain_lookup_by_uuid","d":"

    Function is used to lookup for domain by it's UUID in the binary format

    "},{"t":"F","n":"\\libvirt_domain_lookup_by_uuid_string","p":"[Global_Namespace].html#function_libvirt_domain_lookup_by_uuid_string","d":"

    Function is used to get the domain by it's UUID that's accepted in string format

    "},{"t":"F","n":"\\libvirt_domain_managedsave","p":"[Global_Namespace].html#function_libvirt_domain_managedsave","d":"

    Function is used to managed save the domain (domain was unloaded from memory and it state saved to disk)\nidentified by it's resource

    "},{"t":"F","n":"\\libvirt_domain_memory_peek","p":"[Global_Namespace].html#function_libvirt_domain_memory_peek","d":"

    Function is used to get the domain's memory peek value

    "},{"t":"F","n":"\\libvirt_domain_memory_stats","p":"[Global_Namespace].html#function_libvirt_domain_memory_stats","d":"

    Function is used to get the domain's memory stats

    "},{"t":"F","n":"\\libvirt_domain_migrate","p":"[Global_Namespace].html#function_libvirt_domain_migrate","d":"

    Function is used migrate domain to another domain

    "},{"t":"F","n":"\\libvirt_domain_migrate_to_uri","p":"[Global_Namespace].html#function_libvirt_domain_migrate_to_uri","d":"

    Function is used migrate domain to another libvirt daemon specified by it's URI

    "},{"t":"F","n":"\\libvirt_domain_migrate_to_uri2","p":"[Global_Namespace].html#function_libvirt_domain_migrate_to_uri2","d":"

    Function is used migrate domain to another libvirt daemon specified by it's URI

    "},{"t":"F","n":"\\libvirt_domain_new","p":"[Global_Namespace].html#function_libvirt_domain_new","d":"

    Function is used to install a new virtual machine to the machine

    "},{"t":"F","n":"\\libvirt_domain_new_get_vnc","p":"[Global_Namespace].html#function_libvirt_domain_new_get_vnc","d":"

    Function is used to get the VNC server location for the newly created domain (newly started installation)

    "},{"t":"F","n":"\\libvirt_domain_nic_add","p":"[Global_Namespace].html#function_libvirt_domain_nic_add","d":"

    Function is used to add the NIC card to the virtual machine using set of API functions to make it as simple\nas possible for the user

    "},{"t":"F","n":"\\libvirt_domain_nic_remove","p":"[Global_Namespace].html#function_libvirt_domain_nic_remove","d":"

    Function is used to remove the NIC from the virtual machine using set of API functions to make it\nas simple as possible

    "},{"t":"F","n":"\\libvirt_domain_qemu_agent_command","p":"[Global_Namespace].html#function_libvirt_domain_qemu_agent_command","d":"

    Function is used to send qemu-ga command

    "},{"t":"F","n":"\\libvirt_domain_reboot","p":"[Global_Namespace].html#function_libvirt_domain_reboot","d":"

    Function is used to reboot the domain identified by it's resource

    "},{"t":"F","n":"\\libvirt_domain_reset","p":"[Global_Namespace].html#function_libvirt_domain_reset","d":"

    Function is used to reset the domain identified by its resource

    "},{"t":"F","n":"\\libvirt_domain_resume","p":"[Global_Namespace].html#function_libvirt_domain_resume","d":"

    Function is used to resume the domain identified by it's resource

    "},{"t":"F","n":"\\libvirt_domain_send_key_api","p":"[Global_Namespace].html#function_libvirt_domain_send_key_api","d":"

    Function sends keys to domain via libvirt API

    "},{"t":"F","n":"\\libvirt_domain_send_keys","p":"[Global_Namespace].html#function_libvirt_domain_send_keys","d":"

    Function sends keys to the domain's VNC window

    "},{"t":"F","n":"\\libvirt_domain_send_pointer_event","p":"[Global_Namespace].html#function_libvirt_domain_send_pointer_event","d":"

    Function sends keys to the domain's VNC window

    "},{"t":"F","n":"\\libvirt_domain_set_autostart","p":"[Global_Namespace].html#function_libvirt_domain_set_autostart","d":"

    Function is setting the autostart value for the domain

    "},{"t":"F","n":"\\libvirt_domain_set_max_memory","p":"[Global_Namespace].html#function_libvirt_domain_set_max_memory","d":"

    Function to set max memory for domain

    "},{"t":"F","n":"\\libvirt_domain_set_memory","p":"[Global_Namespace].html#function_libvirt_domain_set_memory","d":"

    Function to set memory for domain

    "},{"t":"F","n":"\\libvirt_domain_set_memory_flags","p":"[Global_Namespace].html#function_libvirt_domain_set_memory_flags","d":"

    Function to set max memory for domain

    "},{"t":"F","n":"\\libvirt_domain_set_metadata","p":"[Global_Namespace].html#function_libvirt_domain_set_metadata","d":"

    Function sets the appropriate domain element given by $type to the value of $metadata. No new lines are permitted

    "},{"t":"F","n":"\\libvirt_domain_shutdown","p":"[Global_Namespace].html#function_libvirt_domain_shutdown","d":"

    Function is used to shutdown the domain identified by it's resource

    "},{"t":"F","n":"\\libvirt_domain_snapshot_create","p":"[Global_Namespace].html#function_libvirt_domain_snapshot_create","d":"

    This function creates the domain snapshot for the domain identified by it's resource

    "},{"t":"F","n":"\\libvirt_domain_snapshot_current","p":"[Global_Namespace].html#function_libvirt_domain_snapshot_current","d":"

    Function is used to lookup the current snapshot for given domain

    "},{"t":"F","n":"\\libvirt_domain_snapshot_delete","p":"[Global_Namespace].html#function_libvirt_domain_snapshot_delete","d":"

    Function is used to revert the domain state to the state identified by the snapshot

    "},{"t":"F","n":"\\libvirt_domain_snapshot_get_xml","p":"[Global_Namespace].html#function_libvirt_domain_snapshot_get_xml","d":"

    Function is used to get the XML description of the snapshot identified by it's resource

    "},{"t":"F","n":"\\libvirt_domain_snapshot_lookup_by_name","p":"[Global_Namespace].html#function_libvirt_domain_snapshot_lookup_by_name","d":"

    This functions is used to lookup for the snapshot by it's name

    "},{"t":"F","n":"\\libvirt_domain_snapshot_revert","p":"[Global_Namespace].html#function_libvirt_domain_snapshot_revert","d":"

    Function is used to revert the domain state to the state identified by the snapshot

    "},{"t":"F","n":"\\libvirt_domain_suspend","p":"[Global_Namespace].html#function_libvirt_domain_suspend","d":"

    Function is used to suspend the domain identified by it's resource

    "},{"t":"F","n":"\\libvirt_domain_undefine","p":"[Global_Namespace].html#function_libvirt_domain_undefine","d":"

    Function is used to undefine the domain identified by it's resource

    "},{"t":"F","n":"\\libvirt_domain_undefine_flags","p":"[Global_Namespace].html#function_libvirt_domain_undefine_flags","d":"

    Function is used to undefine(with flags) the domain identified by it's resource

    "},{"t":"F","n":"\\libvirt_domain_update_device","p":"[Global_Namespace].html#function_libvirt_domain_update_device","d":"

    Function is used to update the domain's devices from the XML string

    "},{"t":"F","n":"\\libvirt_domain_xml_from_native","p":"[Global_Namespace].html#function_libvirt_domain_xml_from_native","d":"

    Function is used to convert native configuration data to libvirt domain XML

    "},{"t":"F","n":"\\libvirt_domain_xml_to_native","p":"[Global_Namespace].html#function_libvirt_domain_xml_to_native","d":"

    Function is used to convert libvirt domain XML to native configuration

    "},{"t":"F","n":"\\libvirt_domain_xml_xpath","p":"[Global_Namespace].html#function_libvirt_domain_xml_xpath","d":"

    Function is used to get the result of xPath expression that's run against the domain

    "},{"t":"F","n":"\\libvirt_get_iso_images","p":"[Global_Namespace].html#function_libvirt_get_iso_images","d":"

    Function to get the ISO images on path and return them in the array

    "},{"t":"F","n":"\\libvirt_get_last_error","p":"[Global_Namespace].html#function_libvirt_get_last_error","d":"

    This function is used to get the last error coming either from libvirt or the PHP extension itself

    "},{"t":"F","n":"\\libvirt_get_last_error_code","p":"[Global_Namespace].html#function_libvirt_get_last_error_code","d":"

    This function is used to get the last error code coming either from libvirt or the PHP extension itself

    "},{"t":"F","n":"\\libvirt_get_last_error_domain","p":"[Global_Namespace].html#function_libvirt_get_last_error_domain","d":"

    This function is used to get the what part of the library raised the last error

    "},{"t":"F","n":"\\libvirt_has_feature","p":"[Global_Namespace].html#function_libvirt_has_feature","d":"

    Function to check for feature existence for working libvirt instance

    "},{"t":"F","n":"\\libvirt_image_create","p":"[Global_Namespace].html#function_libvirt_image_create","d":"

    Function is used to create the image of desired name, size and format.

    "},{"t":"F","n":"\\libvirt_image_remove","p":"[Global_Namespace].html#function_libvirt_image_remove","d":"

    Function is used to create the image of desired name, size and format.

    "},{"t":"F","n":"\\libvirt_list_active_domain_ids","p":"[Global_Namespace].html#function_libvirt_list_active_domain_ids","d":"

    Function is used to list active domain IDs on the connection

    "},{"t":"F","n":"\\libvirt_list_active_domains","p":"[Global_Namespace].html#function_libvirt_list_active_domains","d":"

    Function is used to list active domain names on the connection

    "},{"t":"F","n":"\\libvirt_list_active_storagepools","p":"[Global_Namespace].html#function_libvirt_list_active_storagepools","d":"

    Function is used to list active storage pools on the connection

    "},{"t":"F","n":"\\libvirt_list_all_networks","p":"[Global_Namespace].html#function_libvirt_list_all_networks","d":"

    Function is used to list networks on the connection

    "},{"t":"F","n":"\\libvirt_list_all_nwfilters","p":"[Global_Namespace].html#function_libvirt_list_all_nwfilters","d":"

    Function is used to list nwfilters on the connection

    "},{"t":"F","n":"\\libvirt_list_domain_resources","p":"[Global_Namespace].html#function_libvirt_list_domain_resources","d":"

    Function is used to list domain resources on the connection

    "},{"t":"F","n":"\\libvirt_list_domain_snapshots","p":"[Global_Namespace].html#function_libvirt_list_domain_snapshots","d":"

    Function is used to list domain snapshots for the domain specified by it's resource

    "},{"t":"F","n":"\\libvirt_list_domains","p":"[Global_Namespace].html#function_libvirt_list_domains","d":"

    Function is used to list domains on the connection

    "},{"t":"F","n":"\\libvirt_list_inactive_domains","p":"[Global_Namespace].html#function_libvirt_list_inactive_domains","d":"

    Function is used to list inactive domain names on the connection

    "},{"t":"F","n":"\\libvirt_list_inactive_storagepools","p":"[Global_Namespace].html#function_libvirt_list_inactive_storagepools","d":"

    Function is used to list inactive storage pools on the connection

    "},{"t":"F","n":"\\libvirt_list_networks","p":"[Global_Namespace].html#function_libvirt_list_networks","d":"

    Function is used to list networks on the connection

    "},{"t":"F","n":"\\libvirt_list_nodedevs","p":"[Global_Namespace].html#function_libvirt_list_nodedevs","d":"

    Function is used to list node devices on the connection

    "},{"t":"F","n":"\\libvirt_list_nwfilters","p":"[Global_Namespace].html#function_libvirt_list_nwfilters","d":"

    Function is used to list nwfilters on the connection

    "},{"t":"F","n":"\\libvirt_list_storagepools","p":"[Global_Namespace].html#function_libvirt_list_storagepools","d":"

    Function is used to list storage pools on the connection

    "},{"t":"F","n":"\\libvirt_logfile_set","p":"[Global_Namespace].html#function_libvirt_logfile_set","d":"

    Function to set the log file for the libvirt module instance

    "},{"t":"F","n":"\\libvirt_network_define_xml","p":"[Global_Namespace].html#function_libvirt_network_define_xml","d":"

    Function is used to define a new virtual network based on the XML description

    "},{"t":"F","n":"\\libvirt_network_get","p":"[Global_Namespace].html#function_libvirt_network_get","d":"

    Function is used to get the network resource from name

    "},{"t":"F","n":"\\libvirt_network_get_active","p":"[Global_Namespace].html#function_libvirt_network_get_active","d":"

    Function is used to get the activity state of the network

    "},{"t":"F","n":"\\libvirt_network_get_autostart","p":"[Global_Namespace].html#function_libvirt_network_get_autostart","d":"

    Function is getting the autostart value for the network

    "},{"t":"F","n":"\\libvirt_network_get_bridge","p":"[Global_Namespace].html#function_libvirt_network_get_bridge","d":"

    Function is used to get the bridge associated with the network

    "},{"t":"F","n":"\\libvirt_network_get_information","p":"[Global_Namespace].html#function_libvirt_network_get_information","d":"

    Function is used to get the network information

    "},{"t":"F","n":"\\libvirt_network_get_name","p":"[Global_Namespace].html#function_libvirt_network_get_name","d":"

    Function is used to get network's name

    "},{"t":"F","n":"\\libvirt_network_get_uuid","p":"[Global_Namespace].html#function_libvirt_network_get_uuid","d":"

    Function is used to get network's UUID in binary format

    "},{"t":"F","n":"\\libvirt_network_get_uuid_string","p":"[Global_Namespace].html#function_libvirt_network_get_uuid_string","d":"

    Function is used to get network's UUID in string format

    "},{"t":"F","n":"\\libvirt_network_get_xml_desc","p":"[Global_Namespace].html#function_libvirt_network_get_xml_desc","d":"

    Function is used to get the XML description for the network

    "},{"t":"F","n":"\\libvirt_network_set_active","p":"[Global_Namespace].html#function_libvirt_network_set_active","d":"

    Function is used to set the activity state of the network

    "},{"t":"F","n":"\\libvirt_network_set_autostart","p":"[Global_Namespace].html#function_libvirt_network_set_autostart","d":"

    Function is setting the autostart value for the network

    "},{"t":"F","n":"\\libvirt_network_undefine","p":"[Global_Namespace].html#function_libvirt_network_undefine","d":"

    Function is used to undefine already defined network

    "},{"t":"F","n":"\\libvirt_node_get_cpu_stats","p":"[Global_Namespace].html#function_libvirt_node_get_cpu_stats","d":"

    Function is used to get the CPU stats per nodes

    "},{"t":"F","n":"\\libvirt_node_get_cpu_stats_for_each_cpu","p":"[Global_Namespace].html#function_libvirt_node_get_cpu_stats_for_each_cpu","d":"

    Function is used to get the CPU stats for each CPU on the host node

    "},{"t":"F","n":"\\libvirt_node_get_free_memory","p":"[Global_Namespace].html#function_libvirt_node_get_free_memory","d":"

    Function is used to get free memory available on the node

    "},{"t":"F","n":"\\libvirt_node_get_info","p":"[Global_Namespace].html#function_libvirt_node_get_info","d":"

    Function is used to get the information about host node, mainly total memory installed,\ntotal CPUs installed and model information are useful

    "},{"t":"F","n":"\\libvirt_node_get_mem_stats","p":"[Global_Namespace].html#function_libvirt_node_get_mem_stats","d":"

    Function is used to get the memory stats per node

    "},{"t":"F","n":"\\libvirt_nodedev_capabilities","p":"[Global_Namespace].html#function_libvirt_nodedev_capabilities","d":"

    Function is used to list node devices by capabilities

    "},{"t":"F","n":"\\libvirt_nodedev_get","p":"[Global_Namespace].html#function_libvirt_nodedev_get","d":"

    Function is used to get the node device by it's name

    "},{"t":"F","n":"\\libvirt_nodedev_get_information","p":"[Global_Namespace].html#function_libvirt_nodedev_get_information","d":"

    Function is used to get the node device's information

    "},{"t":"F","n":"\\libvirt_nodedev_get_xml_desc","p":"[Global_Namespace].html#function_libvirt_nodedev_get_xml_desc","d":"

    Function is used to get the node device's XML description

    "},{"t":"F","n":"\\libvirt_nwfilter_define_xml","p":"[Global_Namespace].html#function_libvirt_nwfilter_define_xml","d":"

    Function is used to define a new nwfilter based on the XML description

    "},{"t":"F","n":"\\libvirt_nwfilter_get_name","p":"[Global_Namespace].html#function_libvirt_nwfilter_get_name","d":"

    Function is used to get nwfilter's name

    "},{"t":"F","n":"\\libvirt_nwfilter_get_uuid","p":"[Global_Namespace].html#function_libvirt_nwfilter_get_uuid","d":"

    Function is used to get nwfilter's UUID in binary format

    "},{"t":"F","n":"\\libvirt_nwfilter_get_uuid_string","p":"[Global_Namespace].html#function_libvirt_nwfilter_get_uuid_string","d":"

    Function is used to get nwfilter's UUID in string format

    "},{"t":"F","n":"\\libvirt_nwfilter_get_xml_desc","p":"[Global_Namespace].html#function_libvirt_nwfilter_get_xml_desc","d":"

    Function is used to lookup for nwfilter identified by UUID string

    "},{"t":"F","n":"\\libvirt_nwfilter_lookup_by_name","p":"[Global_Namespace].html#function_libvirt_nwfilter_lookup_by_name","d":"

    This functions is used to lookup for the nwfilter by it's name

    "},{"t":"F","n":"\\libvirt_nwfilter_lookup_by_uuid_string","p":"[Global_Namespace].html#function_libvirt_nwfilter_lookup_by_uuid_string","d":"

    Function is used to lookup for nwfilter identified by UUID string

    "},{"t":"F","n":"\\libvirt_nwfilter_undefine","p":"[Global_Namespace].html#function_libvirt_nwfilter_undefine","d":"

    Function is used to undefine already defined nwfilter

    "},{"t":"F","n":"\\libvirt_print_binding_resources","p":"[Global_Namespace].html#function_libvirt_print_binding_resources","d":"

    Function to print the binding resources, although the resource information are printed,\nthey are returned in the return_value

    "},{"t":"F","n":"\\libvirt_storagepool_build","p":"[Global_Namespace].html#function_libvirt_storagepool_build","d":"

    Function is used to Build the underlying storage pool, e.g. create the destination directory for NFS

    "},{"t":"F","n":"\\libvirt_storagepool_create","p":"[Global_Namespace].html#function_libvirt_storagepool_create","d":"

    Function is used to create/start the storage pool

    "},{"t":"F","n":"\\libvirt_storagepool_define_xml","p":"[Global_Namespace].html#function_libvirt_storagepool_define_xml","d":"

    Function is used to define the storage pool from XML string and return it's resource

    "},{"t":"F","n":"\\libvirt_storagepool_delete","p":"[Global_Namespace].html#function_libvirt_storagepool_delete","d":"

    Function is used to Delete the underlying storage pool, e.g. remove the destination directory for NFS

    "},{"t":"F","n":"\\libvirt_storagepool_destroy","p":"[Global_Namespace].html#function_libvirt_storagepool_destroy","d":"

    Function is used to destroy the storage pool

    "},{"t":"F","n":"\\libvirt_storagepool_get_autostart","p":"[Global_Namespace].html#function_libvirt_storagepool_get_autostart","d":"

    Function is used to get autostart of the storage pool

    "},{"t":"F","n":"\\libvirt_storagepool_get_info","p":"[Global_Namespace].html#function_libvirt_storagepool_get_info","d":"

    Function is used to get information about the storage pool

    "},{"t":"F","n":"\\libvirt_storagepool_get_name","p":"[Global_Namespace].html#function_libvirt_storagepool_get_name","d":"

    Function is used to get storage pool name from the storage pool resource

    "},{"t":"F","n":"\\libvirt_storagepool_get_uuid_string","p":"[Global_Namespace].html#function_libvirt_storagepool_get_uuid_string","d":"

    Function is used to get storage pool by UUID string

    "},{"t":"F","n":"\\libvirt_storagepool_get_volume_count","p":"[Global_Namespace].html#function_libvirt_storagepool_get_volume_count","d":"

    Function is used to get storage volume count in the storage pool

    "},{"t":"F","n":"\\libvirt_storagepool_get_xml_desc","p":"[Global_Namespace].html#function_libvirt_storagepool_get_xml_desc","d":"

    Function is used to get the XML description for the storage pool identified by res

    "},{"t":"F","n":"\\libvirt_storagepool_is_active","p":"[Global_Namespace].html#function_libvirt_storagepool_is_active","d":"

    Function is used to get information whether storage pool is active or not

    "},{"t":"F","n":"\\libvirt_storagepool_list_volumes","p":"[Global_Namespace].html#function_libvirt_storagepool_list_volumes","d":"

    Function is used to list volumes in the specified storage pool

    "},{"t":"F","n":"\\libvirt_storagepool_lookup_by_name","p":"[Global_Namespace].html#function_libvirt_storagepool_lookup_by_name","d":"

    Function is used to lookup for storage pool by it's name

    "},{"t":"F","n":"\\libvirt_storagepool_lookup_by_uuid_string","p":"[Global_Namespace].html#function_libvirt_storagepool_lookup_by_uuid_string","d":"

    Function is used to lookup for storage pool identified by UUID string

    "},{"t":"F","n":"\\libvirt_storagepool_lookup_by_volume","p":"[Global_Namespace].html#function_libvirt_storagepool_lookup_by_volume","d":"

    Function is used to lookup for storage pool by a volume

    "},{"t":"F","n":"\\libvirt_storagepool_refresh","p":"[Global_Namespace].html#function_libvirt_storagepool_refresh","d":"

    Function is used to refresh the storage pool information

    "},{"t":"F","n":"\\libvirt_storagepool_set_autostart","p":"[Global_Namespace].html#function_libvirt_storagepool_set_autostart","d":"

    Function is used to set autostart of the storage pool

    "},{"t":"F","n":"\\libvirt_storagepool_undefine","p":"[Global_Namespace].html#function_libvirt_storagepool_undefine","d":"

    Function is used to undefine the storage pool identified by it's resource

    "},{"t":"F","n":"\\libvirt_storagevolume_create_xml","p":"[Global_Namespace].html#function_libvirt_storagevolume_create_xml","d":"

    Function is used to create the new storage pool and return the handle to new storage pool

    "},{"t":"F","n":"\\libvirt_storagevolume_create_xml_from","p":"[Global_Namespace].html#function_libvirt_storagevolume_create_xml_from","d":"

    Function is used to clone the new storage volume into pool from the original volume

    "},{"t":"F","n":"\\libvirt_storagevolume_delete","p":"[Global_Namespace].html#function_libvirt_storagevolume_delete","d":"

    Function is used to delete to volume identified by it's resource

    "},{"t":"F","n":"\\libvirt_storagevolume_download","p":"[Global_Namespace].html#function_libvirt_storagevolume_download","d":"

    Function is used to download volume identified by it's resource

    "},{"t":"F","n":"\\libvirt_storagevolume_get_info","p":"[Global_Namespace].html#function_libvirt_storagevolume_get_info","d":"

    Function is used to get the storage volume information

    "},{"t":"F","n":"\\libvirt_storagevolume_get_name","p":"[Global_Namespace].html#function_libvirt_storagevolume_get_name","d":"

    Function is used to get the storage volume name

    "},{"t":"F","n":"\\libvirt_storagevolume_get_path","p":"[Global_Namespace].html#function_libvirt_storagevolume_get_path","d":"

    Function is used to get the storage volume path

    "},{"t":"F","n":"\\libvirt_storagevolume_get_xml_desc","p":"[Global_Namespace].html#function_libvirt_storagevolume_get_xml_desc","d":"

    Function is used to get the storage volume XML description

    "},{"t":"F","n":"\\libvirt_storagevolume_lookup_by_name","p":"[Global_Namespace].html#function_libvirt_storagevolume_lookup_by_name","d":"

    Function is used to lookup for storage volume by it's name

    "},{"t":"F","n":"\\libvirt_storagevolume_lookup_by_path","p":"[Global_Namespace].html#function_libvirt_storagevolume_lookup_by_path","d":"

    Function is used to lookup for storage volume by it's path

    "},{"t":"F","n":"\\libvirt_storagevolume_resize","p":"[Global_Namespace].html#function_libvirt_storagevolume_resize","d":"

    Function is used to resize volume identified by it's resource

    "},{"t":"F","n":"\\libvirt_storagevolume_upload","p":"[Global_Namespace].html#function_libvirt_storagevolume_upload","d":"

    Function is used to upload volume identified by it's resource

    "},{"t":"F","n":"\\libvirt_stream_abort","p":"[Global_Namespace].html#function_libvirt_stream_abort","d":"

    Function is used to abort transfer

    "},{"t":"F","n":"\\libvirt_stream_close","p":"[Global_Namespace].html#function_libvirt_stream_close","d":"

    Function is used to close stream

    "},{"t":"F","n":"\\libvirt_stream_create","p":"[Global_Namespace].html#function_libvirt_stream_create","d":"

    Function is used to create new stream from libvirt conn

    "},{"t":"F","n":"\\libvirt_stream_finish","p":"[Global_Namespace].html#function_libvirt_stream_finish","d":"

    Function is used to finish transfer

    "},{"t":"F","n":"\\libvirt_stream_recv","p":"[Global_Namespace].html#function_libvirt_stream_recv","d":"

    Function is used to close stream from libvirt conn

    "},{"t":"F","n":"\\libvirt_stream_send","p":"[Global_Namespace].html#function_libvirt_stream_send","d":"

    Function is used to close stream from libvirt conn

    "},{"t":"F","n":"\\libvirt_version","p":"[Global_Namespace].html#function_libvirt_version","d":"

    Function is used to get libvirt, driver and libvirt-php version numbers. Can be used for information purposes,\nfor version checking please use libvirt_check_version() defined below

    "},{"t":"F","n":"\\libxml_clear_errors","p":"[Global_Namespace].html#function_libxml_clear_errors","d":"

    Clear libxml error buffer

    "},{"t":"F","n":"\\libxml_disable_entity_loader","p":"[Global_Namespace].html#function_libxml_disable_entity_loader","d":"

    Disable the ability to load external entities

    "},{"t":"F","n":"\\libxml_get_errors","p":"[Global_Namespace].html#function_libxml_get_errors","d":"

    Retrieve array of errors

    "},{"t":"F","n":"\\libxml_get_external_entity_loader","p":"[Global_Namespace].html#function_libxml_get_external_entity_loader","d":"

    Returns the currently installed external entity loader, i.e. the value which was passed to\nlibxml_set_external_entity_loader() or null if no loader was installed and the default entity loader will be used.

    "},{"t":"F","n":"\\libxml_get_last_error","p":"[Global_Namespace].html#function_libxml_get_last_error","d":"

    Retrieve last error from libxml

    "},{"t":"F","n":"\\libxml_set_external_entity_loader","p":"[Global_Namespace].html#function_libxml_set_external_entity_loader","d":"

    Changes the default external entity loader

    "},{"t":"F","n":"\\libxml_set_streams_context","p":"[Global_Namespace].html#function_libxml_set_streams_context","d":"

    Set the streams context for the next libxml document load or write

    "},{"t":"F","n":"\\libxml_use_internal_errors","p":"[Global_Namespace].html#function_libxml_use_internal_errors","d":"

    Disable libxml errors and allow user to fetch error information as needed

    "},{"t":"F","n":"\\link","p":"[Global_Namespace].html#function_link","d":"

    Create a hard link

    "},{"t":"F","n":"\\linkinfo","p":"[Global_Namespace].html#function_linkinfo","d":"

    Gets information about a link

    "},{"t":"F","n":"\\locale_accept_from_http","p":"[Global_Namespace].html#function_locale_accept_from_http","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nTries to find out best available locale based on HTTP "Accept-Language" header

    "},{"t":"F","n":"\\locale_canonicalize","p":"[Global_Namespace].html#function_locale_canonicalize","d":"

    Canonicalize the locale string

    "},{"t":"F","n":"\\locale_compose","p":"[Global_Namespace].html#function_locale_compose","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nReturns a correctly ordered and delimited locale ID

    "},{"t":"F","n":"\\locale_filter_matches","p":"[Global_Namespace].html#function_locale_filter_matches","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nChecks if a language tag filter matches with locale

    "},{"t":"F","n":"\\locale_get_all_variants","p":"[Global_Namespace].html#function_locale_get_all_variants","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGets the variants for the input locale

    "},{"t":"F","n":"\\locale_get_default","p":"[Global_Namespace].html#function_locale_get_default","d":"

    Gets the default locale value from the intl global 'default_locale'

    "},{"t":"F","n":"\\locale_get_display_language","p":"[Global_Namespace].html#function_locale_get_display_language","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nReturns an appropriately localized display name for language of the inputlocale

    "},{"t":"F","n":"\\locale_get_display_name","p":"[Global_Namespace].html#function_locale_get_display_name","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nReturns an appropriately localized display name for the input locale

    "},{"t":"F","n":"\\locale_get_display_region","p":"[Global_Namespace].html#function_locale_get_display_region","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nReturns an appropriately localized display name for region of the input locale

    "},{"t":"F","n":"\\locale_get_display_script","p":"[Global_Namespace].html#function_locale_get_display_script","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nReturns an appropriately localized display name for script of the input locale

    "},{"t":"F","n":"\\locale_get_display_variant","p":"[Global_Namespace].html#function_locale_get_display_variant","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nReturns an appropriately localized display name for variants of the input locale

    "},{"t":"F","n":"\\locale_get_keywords","p":"[Global_Namespace].html#function_locale_get_keywords","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGets the keywords for the input locale

    "},{"t":"F","n":"\\locale_get_primary_language","p":"[Global_Namespace].html#function_locale_get_primary_language","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGets the primary language for the input locale

    "},{"t":"F","n":"\\locale_get_region","p":"[Global_Namespace].html#function_locale_get_region","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGets the region for the input locale

    "},{"t":"F","n":"\\locale_get_script","p":"[Global_Namespace].html#function_locale_get_script","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGets the script for the input locale

    "},{"t":"F","n":"\\locale_lookup","p":"[Global_Namespace].html#function_locale_lookup","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nSearches the language tag list for the best match to the language

    "},{"t":"F","n":"\\locale_parse","p":"[Global_Namespace].html#function_locale_parse","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nReturns a key-value array of locale ID subtag elements.

    "},{"t":"F","n":"\\locale_set_default","p":"[Global_Namespace].html#function_locale_set_default","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nSet the default runtime Locale

    "},{"t":"F","n":"\\localeconv","p":"[Global_Namespace].html#function_localeconv","d":"

    Get numeric formatting information

    "},{"t":"F","n":"\\localtime","p":"[Global_Namespace].html#function_localtime","d":"

    Get the local time

    "},{"t":"F","n":"\\log","p":"[Global_Namespace].html#function_log","d":"

    Natural logarithm

    "},{"t":"F","n":"\\log10","p":"[Global_Namespace].html#function_log10","d":"

    Base-10 logarithm

    "},{"t":"F","n":"\\log1p","p":"[Global_Namespace].html#function_log1p","d":"

    Returns log(1 + number), computed in a way that is accurate even when\nthe value of number is close to zero

    "},{"t":"F","n":"\\long2ip","p":"[Global_Namespace].html#function_long2ip","d":"

    Converts an long integer address into a string in (IPv4) internet standard dotted format

    "},{"t":"F","n":"\\lstat","p":"[Global_Namespace].html#function_lstat","d":"

    Gives information about a file or symbolic link

    "},{"t":"F","n":"\\ltrim","p":"[Global_Namespace].html#function_ltrim","d":"

    Strip whitespace (or other characters) from the beginning of a string

    "},{"t":"F","n":"\\lzf_compress","p":"[Global_Namespace].html#function_lzf_compress","d":"

    Compresses the given data string using LZF encoding.

    "},{"t":"F","n":"\\lzf_decompress","p":"[Global_Namespace].html#function_lzf_decompress","d":"

    Decompresses the given data string containing lzf encoded data.

    "},{"t":"F","n":"\\lzf_optimized_for","p":"[Global_Namespace].html#function_lzf_optimized_for","d":"

    Determines what was LZF extension optimized for during compilation.

    "},{"t":"F","n":"\\magic_quotes_runtime","p":"[Global_Namespace].html#function_magic_quotes_runtime","d":"

    Alias:\n{set_magic_quotes_runtime}

    "},{"t":"F","n":"\\mail","p":"[Global_Namespace].html#function_mail","d":"

    Send mail

    "},{"t":"F","n":"\\mailparse_determine_best_xfer_encoding","p":"[Global_Namespace].html#function_mailparse_determine_best_xfer_encoding","d":"

    (PECL mailparse >= 0.9.0)
    \nFigures out the best way of encoding the content read from the given file pointer.

    "},{"t":"F","n":"\\mailparse_msg_create","p":"[Global_Namespace].html#function_mailparse_msg_create","d":"

    (PECL mailparse >= 0.9.0)
    \nCreate a MIME mail resource.

    "},{"t":"F","n":"\\mailparse_msg_extract_part","p":"[Global_Namespace].html#function_mailparse_msg_extract_part","d":"

    (PECL mailparse >= 0.9.0)
    \nExtracts/decodes a message section

    "},{"t":"F","n":"\\mailparse_msg_extract_part_file","p":"[Global_Namespace].html#function_mailparse_msg_extract_part_file","d":"

    (PECL mailparse >= 0.9.0)
    \nExtracts/decodes a message section from the supplied filename.

    "},{"t":"F","n":"\\mailparse_msg_extract_whole_part_file","p":"[Global_Namespace].html#function_mailparse_msg_extract_whole_part_file","d":"

    (PECL mailparse >= 0.9.0)
    \nExtracts a message section including headers without decoding the transfer encoding

    "},{"t":"F","n":"\\mailparse_msg_free","p":"[Global_Namespace].html#function_mailparse_msg_free","d":"

    (PECL mailparse >= 0.9.0)
    \nFrees a MIME resource.

    "},{"t":"F","n":"\\mailparse_msg_get_part","p":"[Global_Namespace].html#function_mailparse_msg_get_part","d":"

    (PECL mailparse >= 0.9.0)
    \nReturns a handle on a given section in a mimemessage

    "},{"t":"F","n":"\\mailparse_msg_get_part_data","p":"[Global_Namespace].html#function_mailparse_msg_get_part_data","d":"

    (PECL mailparse >= 0.9.0)
    \nReturns an associative array of info about the message

    "},{"t":"F","n":"\\mailparse_msg_get_structure","p":"[Global_Namespace].html#function_mailparse_msg_get_structure","d":"

    (PECL mailparse >= 0.9.0)
    \nReturns an array of mime section names in the supplied message

    "},{"t":"F","n":"\\mailparse_msg_parse","p":"[Global_Namespace].html#function_mailparse_msg_parse","d":"

    (PECL mailparse >= 0.9.0)
    \nIncrementally parse data into the supplied mime mail resource.

    "},{"t":"F","n":"\\mailparse_msg_parse_file","p":"[Global_Namespace].html#function_mailparse_msg_parse_file","d":"

    (PECL mailparse >= 0.9.0)
    \nParses a file. This is the optimal way of parsing a mail file that you have on disk.

    "},{"t":"F","n":"\\mailparse_rfc822_parse_addresses","p":"[Global_Namespace].html#function_mailparse_rfc822_parse_addresses","d":"

    (PECL mailparse >= 0.9.0)
    \nParses a http://www.faqs.org/rfcs/rfc822 RFC 822 compliant recipient list, such as that found in the To: header.

    "},{"t":"F","n":"\\mailparse_stream_encode","p":"[Global_Namespace].html#function_mailparse_stream_encode","d":"

    (PECL mailparse >= 0.9.0)
    \nStreams data from the source file pointer, apply encoding and write to the destination file pointer.

    "},{"t":"F","n":"\\mailparse_uudecode_all","p":"[Global_Namespace].html#function_mailparse_uudecode_all","d":"

    (PECL mailparse >= 0.9.0)
    \nScans the data from the given file pointer and extract each embedded uuencoded file into a temporary file.

    "},{"t":"F","n":"\\max","p":"[Global_Namespace].html#function_max","d":"

    Find highest value

    "},{"t":"F","n":"\\mb_check_encoding","p":"[Global_Namespace].html#function_mb_check_encoding","d":"

    Check if the string is valid for the specified encoding

    "},{"t":"F","n":"\\mb_chr","p":"[Global_Namespace].html#function_mb_chr","d":"

    Get a specific character.

    "},{"t":"F","n":"\\mb_convert_case","p":"[Global_Namespace].html#function_mb_convert_case","d":"

    Perform case folding on a string

    "},{"t":"F","n":"\\mb_convert_encoding","p":"[Global_Namespace].html#function_mb_convert_encoding","d":"

    Convert character encoding

    "},{"t":"F","n":"\\mb_convert_kana","p":"[Global_Namespace].html#function_mb_convert_kana","d":"

    Convert "kana" one from another ("zen-kaku", "han-kaku" and more)

    "},{"t":"F","n":"\\mb_convert_variables","p":"[Global_Namespace].html#function_mb_convert_variables","d":"

    Convert character code in variable(s)

    "},{"t":"F","n":"\\mb_decode_mimeheader","p":"[Global_Namespace].html#function_mb_decode_mimeheader","d":"

    Decode string in MIME header field

    "},{"t":"F","n":"\\mb_decode_numericentity","p":"[Global_Namespace].html#function_mb_decode_numericentity","d":"

    Decode HTML numeric string reference to character

    "},{"t":"F","n":"\\mb_detect_encoding","p":"[Global_Namespace].html#function_mb_detect_encoding","d":"

    Detect character encoding

    "},{"t":"F","n":"\\mb_detect_order","p":"[Global_Namespace].html#function_mb_detect_order","d":"

    Set/Get character encoding detection order

    "},{"t":"F","n":"\\mb_encode_mimeheader","p":"[Global_Namespace].html#function_mb_encode_mimeheader","d":"

    Encode string for MIME header

    "},{"t":"F","n":"\\mb_encode_numericentity","p":"[Global_Namespace].html#function_mb_encode_numericentity","d":"

    Encode character to HTML numeric string reference

    "},{"t":"F","n":"\\mb_encoding_aliases","p":"[Global_Namespace].html#function_mb_encoding_aliases","d":"

    Get aliases of a known encoding type

    "},{"t":"F","n":"\\mb_ereg","p":"[Global_Namespace].html#function_mb_ereg","d":"

    Regular expression match with multibyte support

    "},{"t":"F","n":"\\mb_ereg_match","p":"[Global_Namespace].html#function_mb_ereg_match","d":"

    Regular expression match for multibyte string

    "},{"t":"F","n":"\\mb_ereg_replace","p":"[Global_Namespace].html#function_mb_ereg_replace","d":"

    Replace regular expression with multibyte support

    "},{"t":"F","n":"\\mb_ereg_replace_callback","p":"[Global_Namespace].html#function_mb_ereg_replace_callback","d":"

    Perform a regular expresssion seach and replace with multibyte support using a callback

    "},{"t":"F","n":"\\mb_ereg_search","p":"[Global_Namespace].html#function_mb_ereg_search","d":"

    Multibyte regular expression match for predefined multibyte string

    "},{"t":"F","n":"\\mb_ereg_search_getpos","p":"[Global_Namespace].html#function_mb_ereg_search_getpos","d":"

    Returns start point for next regular expression match

    "},{"t":"F","n":"\\mb_ereg_search_getregs","p":"[Global_Namespace].html#function_mb_ereg_search_getregs","d":"

    Retrieve the result from the last multibyte regular expression match

    "},{"t":"F","n":"\\mb_ereg_search_init","p":"[Global_Namespace].html#function_mb_ereg_search_init","d":"

    Setup string and regular expression for a multibyte regular expression match

    "},{"t":"F","n":"\\mb_ereg_search_pos","p":"[Global_Namespace].html#function_mb_ereg_search_pos","d":"

    Returns position and length of a matched part of the multibyte regular expression for a predefined multibyte string

    "},{"t":"F","n":"\\mb_ereg_search_regs","p":"[Global_Namespace].html#function_mb_ereg_search_regs","d":"

    Returns the matched part of a multibyte regular expression

    "},{"t":"F","n":"\\mb_ereg_search_setpos","p":"[Global_Namespace].html#function_mb_ereg_search_setpos","d":"

    Set start point of next regular expression match

    "},{"t":"F","n":"\\mb_eregi","p":"[Global_Namespace].html#function_mb_eregi","d":"

    Regular expression match ignoring case with multibyte support

    "},{"t":"F","n":"\\mb_eregi_replace","p":"[Global_Namespace].html#function_mb_eregi_replace","d":"

    Replace regular expression with multibyte support ignoring case

    "},{"t":"F","n":"\\mb_get_info","p":"[Global_Namespace].html#function_mb_get_info","d":"

    Get internal settings of mbstring

    "},{"t":"F","n":"\\mb_http_input","p":"[Global_Namespace].html#function_mb_http_input","d":"

    Detect HTTP input character encoding

    "},{"t":"F","n":"\\mb_http_output","p":"[Global_Namespace].html#function_mb_http_output","d":"

    Set/Get HTTP output character encoding

    "},{"t":"F","n":"\\mb_internal_encoding","p":"[Global_Namespace].html#function_mb_internal_encoding","d":"

    Set/Get internal character encoding

    "},{"t":"F","n":"\\mb_language","p":"[Global_Namespace].html#function_mb_language","d":"

    Set/Get current language

    "},{"t":"F","n":"\\mb_lcfirst","p":"[Global_Namespace].html#function_mb_lcfirst","d":""},{"t":"F","n":"\\mb_list_encodings","p":"[Global_Namespace].html#function_mb_list_encodings","d":"

    Returns an array of all supported encodings

    "},{"t":"F","n":"\\mb_ltrim","p":"[Global_Namespace].html#function_mb_ltrim","d":""},{"t":"F","n":"\\mb_ord","p":"[Global_Namespace].html#function_mb_ord","d":"

    Get code point of character

    "},{"t":"F","n":"\\mb_output_handler","p":"[Global_Namespace].html#function_mb_output_handler","d":"

    Callback function converts character encoding in output buffer

    "},{"t":"F","n":"\\mb_parse_str","p":"[Global_Namespace].html#function_mb_parse_str","d":"

    Parse GET/POST/COOKIE data and set global variable

    "},{"t":"F","n":"\\mb_preferred_mime_name","p":"[Global_Namespace].html#function_mb_preferred_mime_name","d":"

    Get MIME charset string

    "},{"t":"F","n":"\\mb_regex_encoding","p":"[Global_Namespace].html#function_mb_regex_encoding","d":"

    Returns current encoding for multibyte regex as string

    "},{"t":"F","n":"\\mb_regex_set_options","p":"[Global_Namespace].html#function_mb_regex_set_options","d":"

    Set/Get the default options for mbregex functions

    "},{"t":"F","n":"\\mb_rtrim","p":"[Global_Namespace].html#function_mb_rtrim","d":""},{"t":"F","n":"\\mb_scrub","p":"[Global_Namespace].html#function_mb_scrub","d":"

    Scrub broken multibyte strings.

    "},{"t":"F","n":"\\mb_send_mail","p":"[Global_Namespace].html#function_mb_send_mail","d":"

    Send encoded mail

    "},{"t":"F","n":"\\mb_split","p":"[Global_Namespace].html#function_mb_split","d":"

    Split multibyte string using regular expression

    "},{"t":"F","n":"\\mb_str_pad","p":"[Global_Namespace].html#function_mb_str_pad","d":""},{"t":"F","n":"\\mb_str_split","p":"[Global_Namespace].html#function_mb_str_split","d":"

    Function performs string splitting to an array of defined size chunks.

    "},{"t":"F","n":"\\mb_strcut","p":"[Global_Namespace].html#function_mb_strcut","d":"

    Get part of string

    "},{"t":"F","n":"\\mb_strimwidth","p":"[Global_Namespace].html#function_mb_strimwidth","d":"

    Get truncated string with specified width

    "},{"t":"F","n":"\\mb_stripos","p":"[Global_Namespace].html#function_mb_stripos","d":"

    Finds position of first occurrence of a string within another, case insensitive

    "},{"t":"F","n":"\\mb_stristr","p":"[Global_Namespace].html#function_mb_stristr","d":"

    Finds first occurrence of a string within another, case insensitive

    "},{"t":"F","n":"\\mb_strlen","p":"[Global_Namespace].html#function_mb_strlen","d":"

    Get string length

    "},{"t":"F","n":"\\mb_strpos","p":"[Global_Namespace].html#function_mb_strpos","d":"

    Find position of first occurrence of string in a string

    "},{"t":"F","n":"\\mb_strrchr","p":"[Global_Namespace].html#function_mb_strrchr","d":"

    Finds the last occurrence of a character in a string within another

    "},{"t":"F","n":"\\mb_strrichr","p":"[Global_Namespace].html#function_mb_strrichr","d":"

    Finds the last occurrence of a character in a string within another, case insensitive

    "},{"t":"F","n":"\\mb_strripos","p":"[Global_Namespace].html#function_mb_strripos","d":"

    Finds position of last occurrence of a string within another, case insensitive

    "},{"t":"F","n":"\\mb_strrpos","p":"[Global_Namespace].html#function_mb_strrpos","d":"

    Find position of last occurrence of a string in a string

    "},{"t":"F","n":"\\mb_strstr","p":"[Global_Namespace].html#function_mb_strstr","d":"

    Finds first occurrence of a string within another

    "},{"t":"F","n":"\\mb_strtolower","p":"[Global_Namespace].html#function_mb_strtolower","d":"

    Make a string lowercase

    "},{"t":"F","n":"\\mb_strtoupper","p":"[Global_Namespace].html#function_mb_strtoupper","d":"

    Make a string uppercase

    "},{"t":"F","n":"\\mb_strwidth","p":"[Global_Namespace].html#function_mb_strwidth","d":"

    Return width of string

    "},{"t":"F","n":"\\mb_substitute_character","p":"[Global_Namespace].html#function_mb_substitute_character","d":"

    Set/Get substitution character

    "},{"t":"F","n":"\\mb_substr","p":"[Global_Namespace].html#function_mb_substr","d":"

    Get part of string

    "},{"t":"F","n":"\\mb_substr_count","p":"[Global_Namespace].html#function_mb_substr_count","d":"

    Count the number of substring occurrences

    "},{"t":"F","n":"\\mb_trim","p":"[Global_Namespace].html#function_mb_trim","d":""},{"t":"F","n":"\\mb_ucfirst","p":"[Global_Namespace].html#function_mb_ucfirst","d":""},{"t":"F","n":"\\mbereg","p":"[Global_Namespace].html#function_mbereg","d":""},{"t":"F","n":"\\mbereg_match","p":"[Global_Namespace].html#function_mbereg_match","d":""},{"t":"F","n":"\\mbereg_replace","p":"[Global_Namespace].html#function_mbereg_replace","d":""},{"t":"F","n":"\\mbereg_search","p":"[Global_Namespace].html#function_mbereg_search","d":""},{"t":"F","n":"\\mbereg_search_getpos","p":"[Global_Namespace].html#function_mbereg_search_getpos","d":""},{"t":"F","n":"\\mbereg_search_getregs","p":"[Global_Namespace].html#function_mbereg_search_getregs","d":""},{"t":"F","n":"\\mbereg_search_init","p":"[Global_Namespace].html#function_mbereg_search_init","d":""},{"t":"F","n":"\\mbereg_search_pos","p":"[Global_Namespace].html#function_mbereg_search_pos","d":""},{"t":"F","n":"\\mbereg_search_regs","p":"[Global_Namespace].html#function_mbereg_search_regs","d":""},{"t":"F","n":"\\mbereg_search_setpos","p":"[Global_Namespace].html#function_mbereg_search_setpos","d":""},{"t":"F","n":"\\mberegi","p":"[Global_Namespace].html#function_mberegi","d":""},{"t":"F","n":"\\mberegi_replace","p":"[Global_Namespace].html#function_mberegi_replace","d":""},{"t":"F","n":"\\mbregex_encoding","p":"[Global_Namespace].html#function_mbregex_encoding","d":""},{"t":"F","n":"\\mbsplit","p":"[Global_Namespace].html#function_mbsplit","d":""},{"t":"F","n":"\\mcrypt_cbc","p":"[Global_Namespace].html#function_mcrypt_cbc","d":"

    Encrypt/decrypt data in CBC mode

    "},{"t":"F","n":"\\mcrypt_cfb","p":"[Global_Namespace].html#function_mcrypt_cfb","d":"

    Encrypt/decrypt data in CFB mode

    "},{"t":"F","n":"\\mcrypt_create_iv","p":"[Global_Namespace].html#function_mcrypt_create_iv","d":"

    Creates an initialization vector (IV) from a random source

    "},{"t":"F","n":"\\mcrypt_decrypt","p":"[Global_Namespace].html#function_mcrypt_decrypt","d":"

    Decrypts crypttext with given parameters

    "},{"t":"F","n":"\\mcrypt_ecb","p":"[Global_Namespace].html#function_mcrypt_ecb","d":"

    Encrypt/decrypt data in ECB mode

    "},{"t":"F","n":"\\mcrypt_enc_get_algorithms_name","p":"[Global_Namespace].html#function_mcrypt_enc_get_algorithms_name","d":"

    Returns the name of the opened algorithm

    "},{"t":"F","n":"\\mcrypt_enc_get_block_size","p":"[Global_Namespace].html#function_mcrypt_enc_get_block_size","d":"

    Returns the blocksize of the opened algorithm

    "},{"t":"F","n":"\\mcrypt_enc_get_iv_size","p":"[Global_Namespace].html#function_mcrypt_enc_get_iv_size","d":"

    Returns the size of the IV of the opened algorithm

    "},{"t":"F","n":"\\mcrypt_enc_get_key_size","p":"[Global_Namespace].html#function_mcrypt_enc_get_key_size","d":"

    Returns the maximum supported keysize of the opened mode

    "},{"t":"F","n":"\\mcrypt_enc_get_modes_name","p":"[Global_Namespace].html#function_mcrypt_enc_get_modes_name","d":"

    Returns the name of the opened mode

    "},{"t":"F","n":"\\mcrypt_enc_get_supported_key_sizes","p":"[Global_Namespace].html#function_mcrypt_enc_get_supported_key_sizes","d":"

    Returns an array with the supported keysizes of the opened algorithm

    "},{"t":"F","n":"\\mcrypt_enc_is_block_algorithm","p":"[Global_Namespace].html#function_mcrypt_enc_is_block_algorithm","d":"

    Checks whether the algorithm of the opened mode is a block algorithm

    "},{"t":"F","n":"\\mcrypt_enc_is_block_algorithm_mode","p":"[Global_Namespace].html#function_mcrypt_enc_is_block_algorithm_mode","d":"

    Checks whether the encryption of the opened mode works on blocks

    "},{"t":"F","n":"\\mcrypt_enc_is_block_mode","p":"[Global_Namespace].html#function_mcrypt_enc_is_block_mode","d":"

    Checks whether the opened mode outputs blocks

    "},{"t":"F","n":"\\mcrypt_enc_self_test","p":"[Global_Namespace].html#function_mcrypt_enc_self_test","d":"

    Runs a self test on the opened module

    "},{"t":"F","n":"\\mcrypt_encrypt","p":"[Global_Namespace].html#function_mcrypt_encrypt","d":"

    Encrypts plaintext with given parameters

    "},{"t":"F","n":"\\mcrypt_generic","p":"[Global_Namespace].html#function_mcrypt_generic","d":"

    This function encrypts data

    "},{"t":"F","n":"\\mcrypt_generic_deinit","p":"[Global_Namespace].html#function_mcrypt_generic_deinit","d":"

    This function deinitializes an encryption module

    "},{"t":"F","n":"\\mcrypt_generic_end","p":"[Global_Namespace].html#function_mcrypt_generic_end","d":"

    This function terminates encryption

    "},{"t":"F","n":"\\mcrypt_generic_init","p":"[Global_Namespace].html#function_mcrypt_generic_init","d":"

    This function initializes all buffers needed for encryption

    "},{"t":"F","n":"\\mcrypt_get_block_size","p":"[Global_Namespace].html#function_mcrypt_get_block_size","d":"

    Get the block size of the specified cipher

    "},{"t":"F","n":"\\mcrypt_get_cipher_name","p":"[Global_Namespace].html#function_mcrypt_get_cipher_name","d":"

    Get the name of the specified cipher

    "},{"t":"F","n":"\\mcrypt_get_iv_size","p":"[Global_Namespace].html#function_mcrypt_get_iv_size","d":"

    Returns the size of the IV belonging to a specific cipher/mode combination

    "},{"t":"F","n":"\\mcrypt_get_key_size","p":"[Global_Namespace].html#function_mcrypt_get_key_size","d":"

    Get the key size of the specified cipher

    "},{"t":"F","n":"\\mcrypt_list_algorithms","p":"[Global_Namespace].html#function_mcrypt_list_algorithms","d":"

    Gets an array of all supported ciphers

    "},{"t":"F","n":"\\mcrypt_list_modes","p":"[Global_Namespace].html#function_mcrypt_list_modes","d":"

    Gets an array of all supported modes

    "},{"t":"F","n":"\\mcrypt_module_close","p":"[Global_Namespace].html#function_mcrypt_module_close","d":"

    Closes the mcrypt module

    "},{"t":"F","n":"\\mcrypt_module_get_algo_block_size","p":"[Global_Namespace].html#function_mcrypt_module_get_algo_block_size","d":"

    Returns the blocksize of the specified algorithm

    "},{"t":"F","n":"\\mcrypt_module_get_algo_key_size","p":"[Global_Namespace].html#function_mcrypt_module_get_algo_key_size","d":"

    Returns the maximum supported keysize of the opened mode

    "},{"t":"F","n":"\\mcrypt_module_get_supported_key_sizes","p":"[Global_Namespace].html#function_mcrypt_module_get_supported_key_sizes","d":"

    Returns an array with the supported keysizes of the opened algorithm

    "},{"t":"F","n":"\\mcrypt_module_is_block_algorithm","p":"[Global_Namespace].html#function_mcrypt_module_is_block_algorithm","d":"

    This function checks whether the specified algorithm is a block algorithm

    "},{"t":"F","n":"\\mcrypt_module_is_block_algorithm_mode","p":"[Global_Namespace].html#function_mcrypt_module_is_block_algorithm_mode","d":"

    Returns if the specified module is a block algorithm or not

    "},{"t":"F","n":"\\mcrypt_module_is_block_mode","p":"[Global_Namespace].html#function_mcrypt_module_is_block_mode","d":"

    Returns if the specified mode outputs blocks or not

    "},{"t":"F","n":"\\mcrypt_module_open","p":"[Global_Namespace].html#function_mcrypt_module_open","d":"

    Opens the module of the algorithm and the mode to be used

    "},{"t":"F","n":"\\mcrypt_module_self_test","p":"[Global_Namespace].html#function_mcrypt_module_self_test","d":"

    This function runs a self test on the specified module

    "},{"t":"F","n":"\\mcrypt_ofb","p":"[Global_Namespace].html#function_mcrypt_ofb","d":"

    Encrypt/decrypt data in OFB mode

    "},{"t":"F","n":"\\md5","p":"[Global_Namespace].html#function_md5","d":"

    Calculate the md5 hash of a string

    "},{"t":"F","n":"\\md5_file","p":"[Global_Namespace].html#function_md5_file","d":"

    Calculates the md5 hash of a given file

    "},{"t":"F","n":"\\mdecrypt_generic","p":"[Global_Namespace].html#function_mdecrypt_generic","d":"

    Decrypts data

    "},{"t":"F","n":"\\memcache_add","p":"[Global_Namespace].html#function_memcache_add","d":null},{"t":"F","n":"\\memcache_add_server","p":"[Global_Namespace].html#function_memcache_add_server","d":null},{"t":"F","n":"\\memcache_append","p":"[Global_Namespace].html#function_memcache_append","d":null},{"t":"F","n":"\\memcache_cas","p":"[Global_Namespace].html#function_memcache_cas","d":null},{"t":"F","n":"\\memcache_close","p":"[Global_Namespace].html#function_memcache_close","d":null},{"t":"F","n":"\\memcache_connect","p":"[Global_Namespace].html#function_memcache_connect","d":"

    (PECL memcache >= 0.2.0)
    \nMemcache::connect \u2014 Open memcached server connection

    "},{"t":"F","n":"\\memcache_debug","p":"[Global_Namespace].html#function_memcache_debug","d":"

    (PECL memcache >= 0.2.0)
    \nTurn debug output on/off

    "},{"t":"F","n":"\\memcache_decrement","p":"[Global_Namespace].html#function_memcache_decrement","d":null},{"t":"F","n":"\\memcache_delete","p":"[Global_Namespace].html#function_memcache_delete","d":null},{"t":"F","n":"\\memcache_flush","p":"[Global_Namespace].html#function_memcache_flush","d":null},{"t":"F","n":"\\memcache_get","p":"[Global_Namespace].html#function_memcache_get","d":null},{"t":"F","n":"\\memcache_get_extended_stats","p":"[Global_Namespace].html#function_memcache_get_extended_stats","d":null},{"t":"F","n":"\\memcache_get_server_status","p":"[Global_Namespace].html#function_memcache_get_server_status","d":null},{"t":"F","n":"\\memcache_get_stats","p":"[Global_Namespace].html#function_memcache_get_stats","d":null},{"t":"F","n":"\\memcache_get_version","p":"[Global_Namespace].html#function_memcache_get_version","d":null},{"t":"F","n":"\\memcache_increment","p":"[Global_Namespace].html#function_memcache_increment","d":null},{"t":"F","n":"\\memcache_pconnect","p":"[Global_Namespace].html#function_memcache_pconnect","d":"

    (PECL memcache >= 0.4.0)\nMemcache::pconnect \u2014 Open memcached server persistent connection

    "},{"t":"F","n":"\\memcache_prepend","p":"[Global_Namespace].html#function_memcache_prepend","d":null},{"t":"F","n":"\\memcache_replace","p":"[Global_Namespace].html#function_memcache_replace","d":null},{"t":"F","n":"\\memcache_set","p":"[Global_Namespace].html#function_memcache_set","d":null},{"t":"F","n":"\\memcache_set_compress_threshold","p":"[Global_Namespace].html#function_memcache_set_compress_threshold","d":null},{"t":"F","n":"\\memcache_set_failure_callback","p":"[Global_Namespace].html#function_memcache_set_failure_callback","d":null},{"t":"F","n":"\\memcache_set_server_params","p":"[Global_Namespace].html#function_memcache_set_server_params","d":null},{"t":"F","n":"\\meminfo_dump","p":"[Global_Namespace].html#function_meminfo_dump","d":""},{"t":"F","n":"\\memory_get_peak_usage","p":"[Global_Namespace].html#function_memory_get_peak_usage","d":"

    Returns the peak of memory allocated by PHP

    "},{"t":"F","n":"\\memory_get_usage","p":"[Global_Namespace].html#function_memory_get_usage","d":"

    Returns the amount of memory allocated to PHP

    "},{"t":"F","n":"\\memory_reset_peak_usage","p":"[Global_Namespace].html#function_memory_reset_peak_usage","d":""},{"t":"F","n":"\\metaphone","p":"[Global_Namespace].html#function_metaphone","d":"

    Calculate the metaphone key of a string

    "},{"t":"F","n":"\\mhash","p":"[Global_Namespace].html#function_mhash","d":"

    Computes hash

    "},{"t":"F","n":"\\mhash_count","p":"[Global_Namespace].html#function_mhash_count","d":"

    Gets the highest available hash ID

    "},{"t":"F","n":"\\mhash_get_block_size","p":"[Global_Namespace].html#function_mhash_get_block_size","d":"

    Gets the block size of the specified hash

    "},{"t":"F","n":"\\mhash_get_hash_name","p":"[Global_Namespace].html#function_mhash_get_hash_name","d":"

    Gets the name of the specified hash

    "},{"t":"F","n":"\\mhash_keygen_s2k","p":"[Global_Namespace].html#function_mhash_keygen_s2k","d":"

    Generates a key

    "},{"t":"F","n":"\\microtime","p":"[Global_Namespace].html#function_microtime","d":"

    Return current Unix timestamp with microseconds

    "},{"t":"F","n":"\\mime_content_type","p":"[Global_Namespace].html#function_mime_content_type","d":"

    Detect MIME Content-type for a file

    "},{"t":"F","n":"\\min","p":"[Global_Namespace].html#function_min","d":"

    Find lowest value

    "},{"t":"F","n":"\\ming_keypress","p":"[Global_Namespace].html#function_ming_keypress","d":"

    Returns the action flag for keyPress(char)

    "},{"t":"F","n":"\\ming_setcubicthreshold","p":"[Global_Namespace].html#function_ming_setcubicthreshold","d":"

    Set cubic threshold

    "},{"t":"F","n":"\\ming_setscale","p":"[Global_Namespace].html#function_ming_setscale","d":"

    Set the global scaling factor.

    "},{"t":"F","n":"\\ming_setswfcompression","p":"[Global_Namespace].html#function_ming_setswfcompression","d":"

    Sets the SWF output compression

    "},{"t":"F","n":"\\ming_useconstants","p":"[Global_Namespace].html#function_ming_useconstants","d":"

    Use constant pool

    "},{"t":"F","n":"\\ming_useswfversion","p":"[Global_Namespace].html#function_ming_useswfversion","d":"

    Sets the SWF version

    "},{"t":"F","n":"\\mkdir","p":"[Global_Namespace].html#function_mkdir","d":"

    Attempts to create the directory specified by pathname.

    "},{"t":"F","n":"\\mktime","p":"[Global_Namespace].html#function_mktime","d":"

    Get Unix timestamp for a date

    "},{"t":"F","n":"\\money_format","p":"[Global_Namespace].html#function_money_format","d":"

    Formats a number as a currency string

    "},{"t":"F","n":"\\monitor_custom_event","p":"[Global_Namespace].html#function_monitor_custom_event","d":"

    Creates a custom event with class $class, text $text and possibly severity and other user data

    "},{"t":"F","n":"\\monitor_httperror_event","p":"[Global_Namespace].html#function_monitor_httperror_event","d":"

    Create an HTTPERROR event

    "},{"t":"F","n":"\\monitor_license_info","p":"[Global_Namespace].html#function_monitor_license_info","d":"

    Returns an array containing information about

    \n
  • module loading status (and cause of error if module failed to load)\n
  • module license status (and cause of error if license not valid)"},{"t":"F","n":"\\monitor_pass_error","p":"[Global_Namespace].html#function_monitor_pass_error","d":"

    Should be called from a custom error handler to pass the error to the monitor.

    "},{"t":"F","n":"\\monitor_set_aggregation_hint","p":"[Global_Namespace].html#function_monitor_set_aggregation_hint","d":"

    Limited in the database to 255 chars

    "},{"t":"F","n":"\\move_uploaded_file","p":"[Global_Namespace].html#function_move_uploaded_file","d":"

    Moves an uploaded file to a new location

    "},{"t":"F","n":"\\mqseries_back","p":"[Global_Namespace].html#function_mqseries_back","d":""},{"t":"F","n":"\\mqseries_begin","p":"[Global_Namespace].html#function_mqseries_begin","d":""},{"t":"F","n":"\\mqseries_close","p":"[Global_Namespace].html#function_mqseries_close","d":""},{"t":"F","n":"\\mqseries_cmit","p":"[Global_Namespace].html#function_mqseries_cmit","d":""},{"t":"F","n":"\\mqseries_conn","p":"[Global_Namespace].html#function_mqseries_conn","d":""},{"t":"F","n":"\\mqseries_connx","p":"[Global_Namespace].html#function_mqseries_connx","d":""},{"t":"F","n":"\\mqseries_disc","p":"[Global_Namespace].html#function_mqseries_disc","d":""},{"t":"F","n":"\\mqseries_get","p":"[Global_Namespace].html#function_mqseries_get","d":""},{"t":"F","n":"\\mqseries_inq","p":"[Global_Namespace].html#function_mqseries_inq","d":""},{"t":"F","n":"\\mqseries_open","p":"[Global_Namespace].html#function_mqseries_open","d":""},{"t":"F","n":"\\mqseries_put","p":"[Global_Namespace].html#function_mqseries_put","d":""},{"t":"F","n":"\\mqseries_put1","p":"[Global_Namespace].html#function_mqseries_put1","d":""},{"t":"F","n":"\\mqseries_set","p":"[Global_Namespace].html#function_mqseries_set","d":""},{"t":"F","n":"\\mqseries_strerror","p":"[Global_Namespace].html#function_mqseries_strerror","d":""},{"t":"F","n":"\\ms_GetErrorObj","p":"[Global_Namespace].html#function_ms_GetErrorObj","d":"

    Returns a reference to the head of the list of errorObj.

    "},{"t":"F","n":"\\ms_GetVersion","p":"[Global_Namespace].html#function_ms_GetVersion","d":"

    Returns the MapServer version and options in a string. This\nstring can be parsed to find out which modules were compiled in,\netc.

    "},{"t":"F","n":"\\ms_GetVersionInt","p":"[Global_Namespace].html#function_ms_GetVersionInt","d":"

    Returns the MapServer version number (x.y.z) as an integer\n(x10000 + y100 + z). (New in v5.0) e.g. V5.4.3 would return\n50403.

    "},{"t":"F","n":"\\ms_ResetErrorList","p":"[Global_Namespace].html#function_ms_ResetErrorList","d":"

    Clear the current error list.

    "},{"t":"F","n":"\\ms_TokenizeMap","p":"[Global_Namespace].html#function_ms_TokenizeMap","d":"

    Preparses a mapfile through the MapServer parser and return an\narray with one item for each token from the mapfile. Strings,\nlogical expressions, regex expressions and comments are returned\nas individual tokens.

    "},{"t":"F","n":"\\ms_iogetStdoutBufferBytes","p":"[Global_Namespace].html#function_ms_iogetStdoutBufferBytes","d":"

    Writes the current buffer to stdout. The PHP header() function\nshould be used to set the documents's content-type prior to\ncalling the function. Returns the number of bytes written if\noutput is sent to stdout. See :ref:mapscript_ows for more info.

    "},{"t":"F","n":"\\ms_iogetstdoutbufferstring","p":"[Global_Namespace].html#function_ms_iogetstdoutbufferstring","d":"

    Fetch the current stdout buffer contents as a string. This method\ndoes not clear the buffer.

    "},{"t":"F","n":"\\ms_ioinstallstdinfrombuffer","p":"[Global_Namespace].html#function_ms_ioinstallstdinfrombuffer","d":"

    Installs a mapserver IO handler directing future stdin reading\n(ie. post request capture) to come from a buffer.

    "},{"t":"F","n":"\\ms_ioinstallstdouttobuffer","p":"[Global_Namespace].html#function_ms_ioinstallstdouttobuffer","d":"

    Installs a mapserver IO handler directing future stdout output\nto a memory buffer.

    "},{"t":"F","n":"\\ms_ioresethandlers","p":"[Global_Namespace].html#function_ms_ioresethandlers","d":"

    Resets the default stdin and stdout handlers in place of "buffer"\nbased handlers.

    "},{"t":"F","n":"\\ms_iostripstdoutbuffercontentheaders","p":"[Global_Namespace].html#function_ms_iostripstdoutbuffercontentheaders","d":"

    Strip all the Content-* headers off the stdout buffer if it has\nsome.

    "},{"t":"F","n":"\\ms_iostripstdoutbuffercontenttype","p":"[Global_Namespace].html#function_ms_iostripstdoutbuffercontenttype","d":"

    Strip the Content-type header off the stdout buffer if it has one,\nand if a content type is found it is return. Otherwise return\nfalse.

    "},{"t":"F","n":"\\msg_get_queue","p":"[Global_Namespace].html#function_msg_get_queue","d":"

    Create or attach to a message queue

    "},{"t":"F","n":"\\msg_queue_exists","p":"[Global_Namespace].html#function_msg_queue_exists","d":"

    Check whether a message queue exists

    "},{"t":"F","n":"\\msg_receive","p":"[Global_Namespace].html#function_msg_receive","d":"

    Receive a message from a message queue

    "},{"t":"F","n":"\\msg_remove_queue","p":"[Global_Namespace].html#function_msg_remove_queue","d":"

    Destroy a message queue

    "},{"t":"F","n":"\\msg_send","p":"[Global_Namespace].html#function_msg_send","d":"

    Send a message to a message queue

    "},{"t":"F","n":"\\msg_set_queue","p":"[Global_Namespace].html#function_msg_set_queue","d":"

    Set information in the message queue data structure

    "},{"t":"F","n":"\\msg_stat_queue","p":"[Global_Namespace].html#function_msg_stat_queue","d":"

    Returns information from the message queue data structure

    "},{"t":"F","n":"\\msgfmt_create","p":"[Global_Namespace].html#function_msgfmt_create","d":"

    Constructs a new message formatter

    "},{"t":"F","n":"\\msgfmt_format","p":"[Global_Namespace].html#function_msgfmt_format","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nFormat the message

    "},{"t":"F","n":"\\msgfmt_format_message","p":"[Global_Namespace].html#function_msgfmt_format_message","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nQuick format message

    "},{"t":"F","n":"\\msgfmt_get_error_code","p":"[Global_Namespace].html#function_msgfmt_get_error_code","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet the error code from last operation

    "},{"t":"F","n":"\\msgfmt_get_error_message","p":"[Global_Namespace].html#function_msgfmt_get_error_message","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet the error text from the last operation

    "},{"t":"F","n":"\\msgfmt_get_locale","p":"[Global_Namespace].html#function_msgfmt_get_locale","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet the locale for which the formatter was created.

    "},{"t":"F","n":"\\msgfmt_get_pattern","p":"[Global_Namespace].html#function_msgfmt_get_pattern","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet the pattern used by the formatter

    "},{"t":"F","n":"\\msgfmt_parse","p":"[Global_Namespace].html#function_msgfmt_parse","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nParse input string according to pattern

    "},{"t":"F","n":"\\msgfmt_parse_message","p":"[Global_Namespace].html#function_msgfmt_parse_message","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nQuick parse input string

    "},{"t":"F","n":"\\msgfmt_set_pattern","p":"[Global_Namespace].html#function_msgfmt_set_pattern","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nSet the pattern used by the formatter

    "},{"t":"F","n":"\\msgpack_pack","p":"[Global_Namespace].html#function_msgpack_pack","d":"

    Alias of msgpack_serialize

    "},{"t":"F","n":"\\msgpack_serialize","p":"[Global_Namespace].html#function_msgpack_serialize","d":"

    Serialize a variable into msgpack format

    "},{"t":"F","n":"\\msgpack_unpack","p":"[Global_Namespace].html#function_msgpack_unpack","d":"

    Alias of msgpack_unserialize

    "},{"t":"F","n":"\\msgpack_unserialize","p":"[Global_Namespace].html#function_msgpack_unserialize","d":"

    Unserialize $str

    "},{"t":"F","n":"\\mssql_bind","p":"[Global_Namespace].html#function_mssql_bind","d":"

    (PHP 4 >= 4.0.7, PHP 5, PECL odbtp >= 1.1.1)
    \nAdds a parameter to a stored procedure or a remote stored procedure

    "},{"t":"F","n":"\\mssql_close","p":"[Global_Namespace].html#function_mssql_close","d":"

    (PHP 4, PHP 5, PECL odbtp >= 1.1.1)
    \nClose MS SQL Server connection

    "},{"t":"F","n":"\\mssql_connect","p":"[Global_Namespace].html#function_mssql_connect","d":"

    (PHP 4, PHP 5, PECL odbtp >= 1.1.1)
    \nOpen MS SQL server connection

    "},{"t":"F","n":"\\mssql_data_seek","p":"[Global_Namespace].html#function_mssql_data_seek","d":"

    (PHP 4, PHP 5, PECL odbtp >= 1.1.1)
    \nMoves internal row pointer

    "},{"t":"F","n":"\\mssql_execute","p":"[Global_Namespace].html#function_mssql_execute","d":"

    (PHP 4 >= 4.0.7, PHP 5, PECL odbtp >= 1.1.1)
    \nExecutes a stored procedure on a MS SQL server database

    "},{"t":"F","n":"\\mssql_fetch_array","p":"[Global_Namespace].html#function_mssql_fetch_array","d":"

    (PHP 4, PHP 5, PECL odbtp >= 1.1.1)
    \nFetch a result row as an associative array, a numeric array, or both

    "},{"t":"F","n":"\\mssql_fetch_assoc","p":"[Global_Namespace].html#function_mssql_fetch_assoc","d":"

    (PHP 4 >= 4.2.0, PHP 5, PECL odbtp >= 1.1.1)
    \nReturns an associative array of the current row in the result

    "},{"t":"F","n":"\\mssql_fetch_batch","p":"[Global_Namespace].html#function_mssql_fetch_batch","d":"

    (PHP 4 >= 4.0.4, PHP 5, PECL odbtp >= 1.1.1)
    \nReturns the next batch of records

    "},{"t":"F","n":"\\mssql_fetch_field","p":"[Global_Namespace].html#function_mssql_fetch_field","d":"

    (PHP 4, PHP 5, PECL odbtp >= 1.1.1)
    \nGet field information

    "},{"t":"F","n":"\\mssql_fetch_object","p":"[Global_Namespace].html#function_mssql_fetch_object","d":"

    (PHP 4, PHP 5, PECL odbtp >= 1.1.1)
    \nFetch row as object

    "},{"t":"F","n":"\\mssql_fetch_row","p":"[Global_Namespace].html#function_mssql_fetch_row","d":"

    (PHP 4, PHP 5, PECL odbtp >= 1.1.1)
    \nGet row as enumerated array

    "},{"t":"F","n":"\\mssql_field_length","p":"[Global_Namespace].html#function_mssql_field_length","d":"

    (PHP 4, PHP 5, PECL odbtp >= 1.1.1)
    \nGet the length of a field

    "},{"t":"F","n":"\\mssql_field_name","p":"[Global_Namespace].html#function_mssql_field_name","d":"

    (PHP 4, PHP 5, PECL odbtp >= 1.1.1)
    \nGet the name of a field

    "},{"t":"F","n":"\\mssql_field_seek","p":"[Global_Namespace].html#function_mssql_field_seek","d":"

    (PHP 4, PHP 5, PECL odbtp >= 1.1.1)
    \nSeeks to the specified field offset

    "},{"t":"F","n":"\\mssql_field_type","p":"[Global_Namespace].html#function_mssql_field_type","d":"

    (PHP 4, PHP 5, PECL odbtp >= 1.1.1)
    \nGets the type of a field

    "},{"t":"F","n":"\\mssql_free_result","p":"[Global_Namespace].html#function_mssql_free_result","d":"

    (PHP 4, PHP 5, PECL odbtp >= 1.1.1)
    \nFree result memory

    "},{"t":"F","n":"\\mssql_free_statement","p":"[Global_Namespace].html#function_mssql_free_statement","d":"

    (PHP 4 >= 4.3.2, PHP 5, PECL odbtp >= 1.1.1)
    \nFree statement memory

    "},{"t":"F","n":"\\mssql_get_last_message","p":"[Global_Namespace].html#function_mssql_get_last_message","d":"

    (PHP 4, PHP 5, PECL odbtp >= 1.1.1)
    \nReturns the last message from the server

    "},{"t":"F","n":"\\mssql_guid_string","p":"[Global_Namespace].html#function_mssql_guid_string","d":"

    (PHP 4 >= 4.0.7, PHP 5, PECL odbtp >= 1.1.1)
    \nConverts a 16 byte binary GUID to a string

    "},{"t":"F","n":"\\mssql_init","p":"[Global_Namespace].html#function_mssql_init","d":"

    (PHP 4 >= 4.0.7, PHP 5, PECL odbtp >= 1.1.1)
    \nInitializes a stored procedure or a remote stored procedure

    "},{"t":"F","n":"\\mssql_min_error_severity","p":"[Global_Namespace].html#function_mssql_min_error_severity","d":"

    (PHP 4, PHP 5, PECL odbtp >= 1.1.1)
    \nSets the minimum error severity

    "},{"t":"F","n":"\\mssql_min_message_severity","p":"[Global_Namespace].html#function_mssql_min_message_severity","d":"

    (PHP 4, PHP 5, PECL odbtp >= 1.1.1)
    \nSets the minimum message severity

    "},{"t":"F","n":"\\mssql_next_result","p":"[Global_Namespace].html#function_mssql_next_result","d":"

    (PHP 4 >= 4.0.5, PHP 5, PECL odbtp >= 1.1.1)
    \nMove the internal result pointer to the next result

    "},{"t":"F","n":"\\mssql_num_fields","p":"[Global_Namespace].html#function_mssql_num_fields","d":"

    (PHP 4, PHP 5, PECL odbtp >= 1.1.1)
    \nGets the number of fields in result

    "},{"t":"F","n":"\\mssql_num_rows","p":"[Global_Namespace].html#function_mssql_num_rows","d":"

    (PHP 4, PHP 5, PECL odbtp >= 1.1.1)
    \nGets the number of rows in result

    "},{"t":"F","n":"\\mssql_pconnect","p":"[Global_Namespace].html#function_mssql_pconnect","d":"

    (PHP 4, PHP 5, PECL odbtp >= 1.1.1)
    \nOpen persistent MS SQL connection

    "},{"t":"F","n":"\\mssql_query","p":"[Global_Namespace].html#function_mssql_query","d":"

    (PHP 4, PHP 5, PECL odbtp >= 1.1.1)
    \nSend MS SQL query

    "},{"t":"F","n":"\\mssql_result","p":"[Global_Namespace].html#function_mssql_result","d":"

    (PHP 4, PHP 5, PECL odbtp >= 1.1.1)
    \nGet result data

    "},{"t":"F","n":"\\mssql_rows_affected","p":"[Global_Namespace].html#function_mssql_rows_affected","d":"

    (PHP 4 >= 4.0.4, PHP 5, PECL odbtp >= 1.1.1)
    \nReturns the number of records affected by the query

    "},{"t":"F","n":"\\mssql_select_db","p":"[Global_Namespace].html#function_mssql_select_db","d":"

    (PHP 4, PHP 5, PECL odbtp >= 1.1.1)
    \nSelect MS SQL database

    "},{"t":"F","n":"\\mt_getrandmax","p":"[Global_Namespace].html#function_mt_getrandmax","d":"

    Show largest possible random value

    "},{"t":"F","n":"\\mt_rand","p":"[Global_Namespace].html#function_mt_rand","d":"

    Generate a random value via the Mersenne Twister Random Number Generator

    "},{"t":"F","n":"\\mt_srand","p":"[Global_Namespace].html#function_mt_srand","d":"

    Seeds the Mersenne Twister Random Number Generator

    "},{"t":"F","n":"\\mysql","p":"[Global_Namespace].html#function_mysql","d":""},{"t":"F","n":"\\mysql_affected_rows","p":"[Global_Namespace].html#function_mysql_affected_rows","d":"

    Get number of affected rows in previous MySQL operation

    "},{"t":"F","n":"\\mysql_client_encoding","p":"[Global_Namespace].html#function_mysql_client_encoding","d":"

    Returns the name of the character set

    "},{"t":"F","n":"\\mysql_close","p":"[Global_Namespace].html#function_mysql_close","d":"

    Close MySQL connection

    "},{"t":"F","n":"\\mysql_connect","p":"[Global_Namespace].html#function_mysql_connect","d":"

    Open a connection to a MySQL Server

    "},{"t":"F","n":"\\mysql_data_seek","p":"[Global_Namespace].html#function_mysql_data_seek","d":"

    Move internal result pointer

    "},{"t":"F","n":"\\mysql_db_name","p":"[Global_Namespace].html#function_mysql_db_name","d":"

    Retrieves database name from the call to {mysql_list_dbs}

    "},{"t":"F","n":"\\mysql_db_query","p":"[Global_Namespace].html#function_mysql_db_query","d":"

    Selects a database and executes a query on it

    "},{"t":"F","n":"\\mysql_dbname","p":"[Global_Namespace].html#function_mysql_dbname","d":""},{"t":"F","n":"\\mysql_errno","p":"[Global_Namespace].html#function_mysql_errno","d":"

    Returns the numerical value of the error message from previous MySQL operation

    "},{"t":"F","n":"\\mysql_error","p":"[Global_Namespace].html#function_mysql_error","d":"

    Returns the text of the error message from previous MySQL operation

    "},{"t":"F","n":"\\mysql_escape_string","p":"[Global_Namespace].html#function_mysql_escape_string","d":"

    Escapes a string for use in a mysql_query

    "},{"t":"F","n":"\\mysql_fetch_array","p":"[Global_Namespace].html#function_mysql_fetch_array","d":"

    Fetch a result row as an associative array, a numeric array, or both

    "},{"t":"F","n":"\\mysql_fetch_assoc","p":"[Global_Namespace].html#function_mysql_fetch_assoc","d":"

    Fetch a result row as an associative array

    "},{"t":"F","n":"\\mysql_fetch_field","p":"[Global_Namespace].html#function_mysql_fetch_field","d":"

    Get column information from a result and return as an object

    "},{"t":"F","n":"\\mysql_fetch_lengths","p":"[Global_Namespace].html#function_mysql_fetch_lengths","d":"

    Get the length of each output in a result

    "},{"t":"F","n":"\\mysql_fetch_object","p":"[Global_Namespace].html#function_mysql_fetch_object","d":""},{"t":"F","n":"\\mysql_fetch_row","p":"[Global_Namespace].html#function_mysql_fetch_row","d":"

    Get a result row as an enumerated array

    "},{"t":"F","n":"\\mysql_field_flags","p":"[Global_Namespace].html#function_mysql_field_flags","d":"

    Get the flags associated with the specified field in a result

    "},{"t":"F","n":"\\mysql_field_len","p":"[Global_Namespace].html#function_mysql_field_len","d":"

    Returns the length of the specified field

    "},{"t":"F","n":"\\mysql_field_name","p":"[Global_Namespace].html#function_mysql_field_name","d":"

    Get the name of the specified field in a result

    "},{"t":"F","n":"\\mysql_field_seek","p":"[Global_Namespace].html#function_mysql_field_seek","d":"

    Set result pointer to a specified field offset

    "},{"t":"F","n":"\\mysql_field_table","p":"[Global_Namespace].html#function_mysql_field_table","d":"

    Get name of the table the specified field is in

    "},{"t":"F","n":"\\mysql_field_type","p":"[Global_Namespace].html#function_mysql_field_type","d":"

    Get the type of the specified field in a result

    "},{"t":"F","n":"\\mysql_fieldflags","p":"[Global_Namespace].html#function_mysql_fieldflags","d":""},{"t":"F","n":"\\mysql_fieldlen","p":"[Global_Namespace].html#function_mysql_fieldlen","d":""},{"t":"F","n":"\\mysql_fieldname","p":"[Global_Namespace].html#function_mysql_fieldname","d":""},{"t":"F","n":"\\mysql_fieldtable","p":"[Global_Namespace].html#function_mysql_fieldtable","d":""},{"t":"F","n":"\\mysql_fieldtype","p":"[Global_Namespace].html#function_mysql_fieldtype","d":""},{"t":"F","n":"\\mysql_free_result","p":"[Global_Namespace].html#function_mysql_free_result","d":"

    Free result memory

    "},{"t":"F","n":"\\mysql_freeresult","p":"[Global_Namespace].html#function_mysql_freeresult","d":""},{"t":"F","n":"\\mysql_get_client_info","p":"[Global_Namespace].html#function_mysql_get_client_info","d":"

    Get MySQL client info

    "},{"t":"F","n":"\\mysql_get_host_info","p":"[Global_Namespace].html#function_mysql_get_host_info","d":"

    Get MySQL host info

    "},{"t":"F","n":"\\mysql_get_proto_info","p":"[Global_Namespace].html#function_mysql_get_proto_info","d":"

    Get MySQL protocol info

    "},{"t":"F","n":"\\mysql_get_server_info","p":"[Global_Namespace].html#function_mysql_get_server_info","d":"

    Get MySQL server info

    "},{"t":"F","n":"\\mysql_info","p":"[Global_Namespace].html#function_mysql_info","d":"

    Get information about the most recent query

    "},{"t":"F","n":"\\mysql_insert_id","p":"[Global_Namespace].html#function_mysql_insert_id","d":"

    Get the ID generated in the last query

    "},{"t":"F","n":"\\mysql_list_dbs","p":"[Global_Namespace].html#function_mysql_list_dbs","d":"

    List databases available on a MySQL server

    "},{"t":"F","n":"\\mysql_list_fields","p":"[Global_Namespace].html#function_mysql_list_fields","d":"

    List MySQL table fields

    "},{"t":"F","n":"\\mysql_list_processes","p":"[Global_Namespace].html#function_mysql_list_processes","d":"

    List MySQL processes

    "},{"t":"F","n":"\\mysql_list_tables","p":"[Global_Namespace].html#function_mysql_list_tables","d":"

    List tables in a MySQL database

    "},{"t":"F","n":"\\mysql_listdbs","p":"[Global_Namespace].html#function_mysql_listdbs","d":""},{"t":"F","n":"\\mysql_listfields","p":"[Global_Namespace].html#function_mysql_listfields","d":""},{"t":"F","n":"\\mysql_listtables","p":"[Global_Namespace].html#function_mysql_listtables","d":""},{"t":"F","n":"\\mysql_num_fields","p":"[Global_Namespace].html#function_mysql_num_fields","d":"

    Get number of fields in result

    "},{"t":"F","n":"\\mysql_num_rows","p":"[Global_Namespace].html#function_mysql_num_rows","d":"

    Get number of rows in result

    "},{"t":"F","n":"\\mysql_numfields","p":"[Global_Namespace].html#function_mysql_numfields","d":""},{"t":"F","n":"\\mysql_numrows","p":"[Global_Namespace].html#function_mysql_numrows","d":"

    (PHP 4, PHP 5)\nAlias of mysql_num_rows()

    "},{"t":"F","n":"\\mysql_pconnect","p":"[Global_Namespace].html#function_mysql_pconnect","d":"

    Open a persistent connection to a MySQL server

    "},{"t":"F","n":"\\mysql_ping","p":"[Global_Namespace].html#function_mysql_ping","d":"

    Ping a server connection or reconnect if there is no connection

    "},{"t":"F","n":"\\mysql_query","p":"[Global_Namespace].html#function_mysql_query","d":"

    Send a MySQL query

    "},{"t":"F","n":"\\mysql_real_escape_string","p":"[Global_Namespace].html#function_mysql_real_escape_string","d":"

    Escapes special characters in a string for use in an SQL statement

    "},{"t":"F","n":"\\mysql_result","p":"[Global_Namespace].html#function_mysql_result","d":"

    Get result data

    "},{"t":"F","n":"\\mysql_select_db","p":"[Global_Namespace].html#function_mysql_select_db","d":"

    Select a MySQL database

    "},{"t":"F","n":"\\mysql_selectdb","p":"[Global_Namespace].html#function_mysql_selectdb","d":""},{"t":"F","n":"\\mysql_set_charset","p":"[Global_Namespace].html#function_mysql_set_charset","d":"

    Sets the client character set

    "},{"t":"F","n":"\\mysql_stat","p":"[Global_Namespace].html#function_mysql_stat","d":"

    Get current system status

    "},{"t":"F","n":"\\mysql_table_name","p":"[Global_Namespace].html#function_mysql_table_name","d":""},{"t":"F","n":"\\mysql_tablename","p":"[Global_Namespace].html#function_mysql_tablename","d":"

    Get table name of field

    "},{"t":"F","n":"\\mysql_thread_id","p":"[Global_Namespace].html#function_mysql_thread_id","d":"

    Return the current thread ID

    "},{"t":"F","n":"\\mysql_unbuffered_query","p":"[Global_Namespace].html#function_mysql_unbuffered_query","d":""},{"t":"F","n":"\\mysqli_affected_rows","p":"[Global_Namespace].html#function_mysqli_affected_rows","d":"

    Gets the number of affected rows in a previous MySQL operation

    "},{"t":"F","n":"\\mysqli_autocommit","p":"[Global_Namespace].html#function_mysqli_autocommit","d":"

    Turns on or off auto-committing database modifications

    "},{"t":"F","n":"\\mysqli_begin_transaction","p":"[Global_Namespace].html#function_mysqli_begin_transaction","d":"

    Starts a transaction

    "},{"t":"F","n":"\\mysqli_bind_param","p":"[Global_Namespace].html#function_mysqli_bind_param","d":"

    Alias for mysqli_stmt_bind_param

    "},{"t":"F","n":"\\mysqli_bind_result","p":"[Global_Namespace].html#function_mysqli_bind_result","d":"

    Alias for mysqli_stmt_bind_result

    "},{"t":"F","n":"\\mysqli_change_user","p":"[Global_Namespace].html#function_mysqli_change_user","d":"

    Changes the user of the specified database connection

    "},{"t":"F","n":"\\mysqli_character_set_name","p":"[Global_Namespace].html#function_mysqli_character_set_name","d":"

    Returns the current character set of the database connection

    "},{"t":"F","n":"\\mysqli_client_encoding","p":"[Global_Namespace].html#function_mysqli_client_encoding","d":"

    Alias of mysqli_character_set_name

    "},{"t":"F","n":"\\mysqli_close","p":"[Global_Namespace].html#function_mysqli_close","d":"

    Closes a previously opened database connection

    "},{"t":"F","n":"\\mysqli_commit","p":"[Global_Namespace].html#function_mysqli_commit","d":"

    Commits the current transaction

    "},{"t":"F","n":"\\mysqli_connect","p":"[Global_Namespace].html#function_mysqli_connect","d":"

    Open a new connection to the MySQL server\nAlias of mysqli::__construct

    "},{"t":"F","n":"\\mysqli_connect_errno","p":"[Global_Namespace].html#function_mysqli_connect_errno","d":"

    Returns the error code from last connect call

    "},{"t":"F","n":"\\mysqli_connect_error","p":"[Global_Namespace].html#function_mysqli_connect_error","d":"

    Returns a string description of the last connect error

    "},{"t":"F","n":"\\mysqli_data_seek","p":"[Global_Namespace].html#function_mysqli_data_seek","d":"

    Adjusts the result pointer to an arbitrary row in the result

    "},{"t":"F","n":"\\mysqli_debug","p":"[Global_Namespace].html#function_mysqli_debug","d":"

    Performs debugging operations using the Fred Fish debugging library.

    "},{"t":"F","n":"\\mysqli_dump_debug_info","p":"[Global_Namespace].html#function_mysqli_dump_debug_info","d":"

    Dump debugging information into the log

    "},{"t":"F","n":"\\mysqli_errno","p":"[Global_Namespace].html#function_mysqli_errno","d":"

    Returns the error code for the most recent function call

    "},{"t":"F","n":"\\mysqli_error","p":"[Global_Namespace].html#function_mysqli_error","d":"

    Returns a string description of the last error

    "},{"t":"F","n":"\\mysqli_error_list","p":"[Global_Namespace].html#function_mysqli_error_list","d":"

    Returns a list of errors from the last command executed

    "},{"t":"F","n":"\\mysqli_escape_string","p":"[Global_Namespace].html#function_mysqli_escape_string","d":"

    Alias of mysqli_real_escape_string

    "},{"t":"F","n":"\\mysqli_execute","p":"[Global_Namespace].html#function_mysqli_execute","d":"

    Executes a prepared statement\nAlias for mysqli_stmt_execute

    "},{"t":"F","n":"\\mysqli_execute_query","p":"[Global_Namespace].html#function_mysqli_execute_query","d":"

    Prepares the SQL query, binds parameters, and executes it. The\nmysqli::execute_query() method is a shortcut for mysqli::prepare(),\nmysqli_stmt::bind_param(), mysqli_stmt::execute(), and\nmysqli_stmt::get_result().

    \n

    The statement template can contain zero or more question mark (?)\nparameter markers\u2060\u2014also called placeholders. The parameter values must be\nprovided as an array using params parameter.

    \n

    A prepared statement is created under the hood but it's never exposed\noutside of the function. It's impossible to access properties of the\nstatement as one would do with the mysqli_stmt object. Due to this\nlimitation, the status information is copied to the mysqli object and is\navailable using its methods, e.g. mysqli_affected_rows() or\nmysqli_error().

    "},{"t":"F","n":"\\mysqli_fetch","p":"[Global_Namespace].html#function_mysqli_fetch","d":"

    Alias for mysqli_stmt_fetch

    "},{"t":"F","n":"\\mysqli_fetch_all","p":"[Global_Namespace].html#function_mysqli_fetch_all","d":"

    Fetch all result rows as an associative array, a numeric array, or both

    "},{"t":"F","n":"\\mysqli_fetch_array","p":"[Global_Namespace].html#function_mysqli_fetch_array","d":"

    Fetch the next row of a result set as an associative, a numeric array, or both

    "},{"t":"F","n":"\\mysqli_fetch_assoc","p":"[Global_Namespace].html#function_mysqli_fetch_assoc","d":"

    Fetch the next row of a result set as an associative array

    "},{"t":"F","n":"\\mysqli_fetch_column","p":"[Global_Namespace].html#function_mysqli_fetch_column","d":"

    Fetch a single column from the next row of a result set

    "},{"t":"F","n":"\\mysqli_fetch_field","p":"[Global_Namespace].html#function_mysqli_fetch_field","d":"

    Returns the next field in the result set

    "},{"t":"F","n":"\\mysqli_fetch_field_direct","p":"[Global_Namespace].html#function_mysqli_fetch_field_direct","d":"

    Fetch meta-data for a single field

    "},{"t":"F","n":"\\mysqli_fetch_fields","p":"[Global_Namespace].html#function_mysqli_fetch_fields","d":"

    Returns an array of objects representing the fields in a result set

    "},{"t":"F","n":"\\mysqli_fetch_lengths","p":"[Global_Namespace].html#function_mysqli_fetch_lengths","d":"

    Returns the lengths of the columns of the current row in the result set

    "},{"t":"F","n":"\\mysqli_fetch_object","p":"[Global_Namespace].html#function_mysqli_fetch_object","d":""},{"t":"F","n":"\\mysqli_fetch_row","p":"[Global_Namespace].html#function_mysqli_fetch_row","d":"

    Fetch the next row of a result set as an enumerated array

    "},{"t":"F","n":"\\mysqli_field_count","p":"[Global_Namespace].html#function_mysqli_field_count","d":"

    Returns the number of columns for the most recent query

    "},{"t":"F","n":"\\mysqli_field_seek","p":"[Global_Namespace].html#function_mysqli_field_seek","d":"

    Set result pointer to a specified field offset

    "},{"t":"F","n":"\\mysqli_field_tell","p":"[Global_Namespace].html#function_mysqli_field_tell","d":"

    Get current field offset of a result pointer

    "},{"t":"F","n":"\\mysqli_free_result","p":"[Global_Namespace].html#function_mysqli_free_result","d":"

    Frees the memory associated with a result

    "},{"t":"F","n":"\\mysqli_get_cache_stats","p":"[Global_Namespace].html#function_mysqli_get_cache_stats","d":"

    Returns client Zval cache statistics\nAvailable only with mysqlnd.

    "},{"t":"F","n":"\\mysqli_get_charset","p":"[Global_Namespace].html#function_mysqli_get_charset","d":"

    Returns a character set object

    "},{"t":"F","n":"\\mysqli_get_client_info","p":"[Global_Namespace].html#function_mysqli_get_client_info","d":"

    Get MySQL client info

    "},{"t":"F","n":"\\mysqli_get_client_stats","p":"[Global_Namespace].html#function_mysqli_get_client_stats","d":"

    Returns client per-process statistics

    "},{"t":"F","n":"\\mysqli_get_client_version","p":"[Global_Namespace].html#function_mysqli_get_client_version","d":"

    Returns the MySQL client version as an integer

    "},{"t":"F","n":"\\mysqli_get_connection_stats","p":"[Global_Namespace].html#function_mysqli_get_connection_stats","d":"

    Returns statistics about the client connection

    "},{"t":"F","n":"\\mysqli_get_host_info","p":"[Global_Namespace].html#function_mysqli_get_host_info","d":"

    Returns a string representing the type of connection used

    "},{"t":"F","n":"\\mysqli_get_links_stats","p":"[Global_Namespace].html#function_mysqli_get_links_stats","d":"

    Return information about open and cached links

    "},{"t":"F","n":"\\mysqli_get_metadata","p":"[Global_Namespace].html#function_mysqli_get_metadata","d":"

    Alias for mysqli_stmt_result_metadata

    "},{"t":"F","n":"\\mysqli_get_proto_info","p":"[Global_Namespace].html#function_mysqli_get_proto_info","d":"

    Returns the version of the MySQL protocol used

    "},{"t":"F","n":"\\mysqli_get_server_info","p":"[Global_Namespace].html#function_mysqli_get_server_info","d":"

    Returns the version of the MySQL server

    "},{"t":"F","n":"\\mysqli_get_server_version","p":"[Global_Namespace].html#function_mysqli_get_server_version","d":"

    Returns the version of the MySQL server as an integer

    "},{"t":"F","n":"\\mysqli_get_warnings","p":"[Global_Namespace].html#function_mysqli_get_warnings","d":"

    Get result of SHOW WARNINGS

    "},{"t":"F","n":"\\mysqli_info","p":"[Global_Namespace].html#function_mysqli_info","d":"

    Retrieves information about the most recently executed query

    "},{"t":"F","n":"\\mysqli_init","p":"[Global_Namespace].html#function_mysqli_init","d":"

    Initializes MySQLi and returns a resource for use with mysqli_real_connect()

    "},{"t":"F","n":"\\mysqli_insert_id","p":"[Global_Namespace].html#function_mysqli_insert_id","d":"

    Returns the value generated for an AUTO_INCREMENT column by the last query

    "},{"t":"F","n":"\\mysqli_kill","p":"[Global_Namespace].html#function_mysqli_kill","d":"

    Asks the server to kill a MySQL thread

    "},{"t":"F","n":"\\mysqli_more_results","p":"[Global_Namespace].html#function_mysqli_more_results","d":"

    Check if there are any more query results from a multi query

    "},{"t":"F","n":"\\mysqli_multi_query","p":"[Global_Namespace].html#function_mysqli_multi_query","d":"

    Performs one or more queries on the database

    "},{"t":"F","n":"\\mysqli_next_result","p":"[Global_Namespace].html#function_mysqli_next_result","d":"

    Prepare next result from multi_query

    "},{"t":"F","n":"\\mysqli_num_fields","p":"[Global_Namespace].html#function_mysqli_num_fields","d":"

    Gets the number of fields in the result set

    "},{"t":"F","n":"\\mysqli_num_rows","p":"[Global_Namespace].html#function_mysqli_num_rows","d":"

    Gets the number of rows in a result

    "},{"t":"F","n":"\\mysqli_options","p":"[Global_Namespace].html#function_mysqli_options","d":"

    Set options

    "},{"t":"F","n":"\\mysqli_param_count","p":"[Global_Namespace].html#function_mysqli_param_count","d":"

    Alias for mysqli_stmt_param_count

    "},{"t":"F","n":"\\mysqli_ping","p":"[Global_Namespace].html#function_mysqli_ping","d":"

    Pings a server connection, or tries to reconnect if the connection has gone down

    "},{"t":"F","n":"\\mysqli_poll","p":"[Global_Namespace].html#function_mysqli_poll","d":"

    Poll connections

    "},{"t":"F","n":"\\mysqli_prepare","p":"[Global_Namespace].html#function_mysqli_prepare","d":"

    Prepares an SQL statement for execution

    "},{"t":"F","n":"\\mysqli_query","p":"[Global_Namespace].html#function_mysqli_query","d":"

    Performs a query on the database

    "},{"t":"F","n":"\\mysqli_real_connect","p":"[Global_Namespace].html#function_mysqli_real_connect","d":"

    Opens a connection to a mysql server

    "},{"t":"F","n":"\\mysqli_real_escape_string","p":"[Global_Namespace].html#function_mysqli_real_escape_string","d":"

    Escapes special characters in a string for use in an SQL statement, taking into account the current charset of the connection

    "},{"t":"F","n":"\\mysqli_real_query","p":"[Global_Namespace].html#function_mysqli_real_query","d":"

    Execute an SQL query

    "},{"t":"F","n":"\\mysqli_reap_async_query","p":"[Global_Namespace].html#function_mysqli_reap_async_query","d":"

    Get result from async query\nAvailable only with mysqlnd.

    "},{"t":"F","n":"\\mysqli_refresh","p":"[Global_Namespace].html#function_mysqli_refresh","d":"

    Flushes tables or caches, or resets the replication server information

    "},{"t":"F","n":"\\mysqli_release_savepoint","p":"[Global_Namespace].html#function_mysqli_release_savepoint","d":"

    Removes the named savepoint from the set of savepoints of the current transaction

    "},{"t":"F","n":"\\mysqli_report","p":"[Global_Namespace].html#function_mysqli_report","d":"

    Enables or disables internal report functions

    "},{"t":"F","n":"\\mysqli_rollback","p":"[Global_Namespace].html#function_mysqli_rollback","d":"

    Rolls back current transaction

    "},{"t":"F","n":"\\mysqli_savepoint","p":"[Global_Namespace].html#function_mysqli_savepoint","d":"

    Set a named transaction savepoint

    "},{"t":"F","n":"\\mysqli_select_db","p":"[Global_Namespace].html#function_mysqli_select_db","d":"

    Selects the default database for database queries

    "},{"t":"F","n":"\\mysqli_send_long_data","p":"[Global_Namespace].html#function_mysqli_send_long_data","d":"

    Alias for mysqli_stmt_send_long_data

    "},{"t":"F","n":"\\mysqli_set_charset","p":"[Global_Namespace].html#function_mysqli_set_charset","d":"

    Sets the client character set

    "},{"t":"F","n":"\\mysqli_set_local_infile_default","p":"[Global_Namespace].html#function_mysqli_set_local_infile_default","d":"

    Unsets user defined handler for load local infile command

    "},{"t":"F","n":"\\mysqli_set_local_infile_handler","p":"[Global_Namespace].html#function_mysqli_set_local_infile_handler","d":"

    Set callback function for LOAD DATA LOCAL INFILE command

    "},{"t":"F","n":"\\mysqli_set_opt","p":"[Global_Namespace].html#function_mysqli_set_opt","d":"

    Alias of mysqli_options

    "},{"t":"F","n":"\\mysqli_sqlstate","p":"[Global_Namespace].html#function_mysqli_sqlstate","d":"

    Returns the SQLSTATE error from previous MySQL operation

    "},{"t":"F","n":"\\mysqli_ssl_set","p":"[Global_Namespace].html#function_mysqli_ssl_set","d":"

    Used for establishing secure connections using SSL

    "},{"t":"F","n":"\\mysqli_stat","p":"[Global_Namespace].html#function_mysqli_stat","d":"

    Gets the current system status

    "},{"t":"F","n":"\\mysqli_stmt_affected_rows","p":"[Global_Namespace].html#function_mysqli_stmt_affected_rows","d":"

    Returns the total number of rows changed, deleted, inserted, or matched by the last statement executed

    "},{"t":"F","n":"\\mysqli_stmt_attr_get","p":"[Global_Namespace].html#function_mysqli_stmt_attr_get","d":"

    Used to get the current value of a statement attribute

    "},{"t":"F","n":"\\mysqli_stmt_attr_set","p":"[Global_Namespace].html#function_mysqli_stmt_attr_set","d":"

    Used to modify the behavior of a prepared statement

    "},{"t":"F","n":"\\mysqli_stmt_bind_param","p":"[Global_Namespace].html#function_mysqli_stmt_bind_param","d":"

    Binds variables to a prepared statement as parameters

    "},{"t":"F","n":"\\mysqli_stmt_bind_result","p":"[Global_Namespace].html#function_mysqli_stmt_bind_result","d":"

    Binds variables to a prepared statement for result storage

    "},{"t":"F","n":"\\mysqli_stmt_close","p":"[Global_Namespace].html#function_mysqli_stmt_close","d":"

    Closes a prepared statement

    "},{"t":"F","n":"\\mysqli_stmt_data_seek","p":"[Global_Namespace].html#function_mysqli_stmt_data_seek","d":"

    Seeks to an arbitrary row in statement result set

    "},{"t":"F","n":"\\mysqli_stmt_errno","p":"[Global_Namespace].html#function_mysqli_stmt_errno","d":"

    Returns the error code for the most recent statement call

    "},{"t":"F","n":"\\mysqli_stmt_error","p":"[Global_Namespace].html#function_mysqli_stmt_error","d":"

    Returns a string description for last statement error

    "},{"t":"F","n":"\\mysqli_stmt_error_list","p":"[Global_Namespace].html#function_mysqli_stmt_error_list","d":"

    Returns a list of errors from the last statement executed

    "},{"t":"F","n":"\\mysqli_stmt_execute","p":"[Global_Namespace].html#function_mysqli_stmt_execute","d":"

    Executes a prepared statement

    "},{"t":"F","n":"\\mysqli_stmt_fetch","p":"[Global_Namespace].html#function_mysqli_stmt_fetch","d":"

    Fetch results from a prepared statement into the bound variables

    "},{"t":"F","n":"\\mysqli_stmt_field_count","p":"[Global_Namespace].html#function_mysqli_stmt_field_count","d":"

    Returns the number of fields in the given statement

    "},{"t":"F","n":"\\mysqli_stmt_free_result","p":"[Global_Namespace].html#function_mysqli_stmt_free_result","d":"

    Frees stored result memory for the given statement handle

    "},{"t":"F","n":"\\mysqli_stmt_get_result","p":"[Global_Namespace].html#function_mysqli_stmt_get_result","d":"

    Gets a result set from a prepared statement as a mysqli_result object

    "},{"t":"F","n":"\\mysqli_stmt_get_warnings","p":"[Global_Namespace].html#function_mysqli_stmt_get_warnings","d":"

    Get result of SHOW WARNINGS

    "},{"t":"F","n":"\\mysqli_stmt_init","p":"[Global_Namespace].html#function_mysqli_stmt_init","d":"

    Initializes a statement and returns an object for use with mysqli_stmt_prepare

    "},{"t":"F","n":"\\mysqli_stmt_insert_id","p":"[Global_Namespace].html#function_mysqli_stmt_insert_id","d":"

    Get the ID generated from the previous INSERT operation

    "},{"t":"F","n":"\\mysqli_stmt_more_results","p":"[Global_Namespace].html#function_mysqli_stmt_more_results","d":"

    Check if there are more query results from a multiple query

    "},{"t":"F","n":"\\mysqli_stmt_next_result","p":"[Global_Namespace].html#function_mysqli_stmt_next_result","d":"

    Reads the next result from a multiple query

    "},{"t":"F","n":"\\mysqli_stmt_num_rows","p":"[Global_Namespace].html#function_mysqli_stmt_num_rows","d":"

    Return the number of rows in statements result set

    "},{"t":"F","n":"\\mysqli_stmt_param_count","p":"[Global_Namespace].html#function_mysqli_stmt_param_count","d":"

    Returns the number of parameter for the given statement

    "},{"t":"F","n":"\\mysqli_stmt_prepare","p":"[Global_Namespace].html#function_mysqli_stmt_prepare","d":"

    Prepares an SQL statement for execution

    "},{"t":"F","n":"\\mysqli_stmt_reset","p":"[Global_Namespace].html#function_mysqli_stmt_reset","d":"

    Resets a prepared statement

    "},{"t":"F","n":"\\mysqli_stmt_result_metadata","p":"[Global_Namespace].html#function_mysqli_stmt_result_metadata","d":"

    Returns result set metadata from a prepared statement

    "},{"t":"F","n":"\\mysqli_stmt_send_long_data","p":"[Global_Namespace].html#function_mysqli_stmt_send_long_data","d":"

    Send data in blocks

    "},{"t":"F","n":"\\mysqli_stmt_sqlstate","p":"[Global_Namespace].html#function_mysqli_stmt_sqlstate","d":"

    Returns SQLSTATE error from previous statement operation

    "},{"t":"F","n":"\\mysqli_stmt_store_result","p":"[Global_Namespace].html#function_mysqli_stmt_store_result","d":"

    Transfers a result set from a prepared statement

    "},{"t":"F","n":"\\mysqli_store_result","p":"[Global_Namespace].html#function_mysqli_store_result","d":"

    Transfers a result set from the last query

    "},{"t":"F","n":"\\mysqli_thread_id","p":"[Global_Namespace].html#function_mysqli_thread_id","d":"

    Returns the thread ID for the current connection

    "},{"t":"F","n":"\\mysqli_thread_safe","p":"[Global_Namespace].html#function_mysqli_thread_safe","d":"

    Returns whether thread safety is given or not

    "},{"t":"F","n":"\\mysqli_use_result","p":"[Global_Namespace].html#function_mysqli_use_result","d":"

    Initiate a result set retrieval

    "},{"t":"F","n":"\\mysqli_warning_count","p":"[Global_Namespace].html#function_mysqli_warning_count","d":"

    Returns the number of warnings from the last query for the given link

    "},{"t":"F","n":"\\natcasesort","p":"[Global_Namespace].html#function_natcasesort","d":"

    Sort an array using a case insensitive "natural order" algorithm

    "},{"t":"F","n":"\\natsort","p":"[Global_Namespace].html#function_natsort","d":"

    Sort an array using a "natural order" algorithm

    "},{"t":"F","n":"\\ncurses_addch","p":"[Global_Namespace].html#function_ncurses_addch","d":"

    Add character at current position and advance cursor

    "},{"t":"F","n":"\\ncurses_addchnstr","p":"[Global_Namespace].html#function_ncurses_addchnstr","d":"

    Add attributed string with specified length at current position

    "},{"t":"F","n":"\\ncurses_addchstr","p":"[Global_Namespace].html#function_ncurses_addchstr","d":"

    Add attributed string at current position

    "},{"t":"F","n":"\\ncurses_addnstr","p":"[Global_Namespace].html#function_ncurses_addnstr","d":"

    Add string with specified length at current position

    "},{"t":"F","n":"\\ncurses_addstr","p":"[Global_Namespace].html#function_ncurses_addstr","d":"

    Output text at current position

    "},{"t":"F","n":"\\ncurses_assume_default_colors","p":"[Global_Namespace].html#function_ncurses_assume_default_colors","d":"

    Define default colors for color 0

    "},{"t":"F","n":"\\ncurses_attroff","p":"[Global_Namespace].html#function_ncurses_attroff","d":"

    Turn off the given attributes

    "},{"t":"F","n":"\\ncurses_attron","p":"[Global_Namespace].html#function_ncurses_attron","d":"

    Turn on the given attributes

    "},{"t":"F","n":"\\ncurses_attrset","p":"[Global_Namespace].html#function_ncurses_attrset","d":"

    Set given attributes

    "},{"t":"F","n":"\\ncurses_baudrate","p":"[Global_Namespace].html#function_ncurses_baudrate","d":"

    Returns baudrate of terminal

    "},{"t":"F","n":"\\ncurses_beep","p":"[Global_Namespace].html#function_ncurses_beep","d":"

    Let the terminal beep

    "},{"t":"F","n":"\\ncurses_bkgd","p":"[Global_Namespace].html#function_ncurses_bkgd","d":"

    Set background property for terminal screen

    "},{"t":"F","n":"\\ncurses_bkgdset","p":"[Global_Namespace].html#function_ncurses_bkgdset","d":"

    Control screen background

    "},{"t":"F","n":"\\ncurses_border","p":"[Global_Namespace].html#function_ncurses_border","d":"

    Draw a border around the screen using attributed characters

    "},{"t":"F","n":"\\ncurses_bottom_panel","p":"[Global_Namespace].html#function_ncurses_bottom_panel","d":"

    Moves a visible panel to the bottom of the stack

    "},{"t":"F","n":"\\ncurses_can_change_color","p":"[Global_Namespace].html#function_ncurses_can_change_color","d":"

    Check if we can change terminals colors

    "},{"t":"F","n":"\\ncurses_cbreak","p":"[Global_Namespace].html#function_ncurses_cbreak","d":"

    Switch of input buffering

    "},{"t":"F","n":"\\ncurses_clear","p":"[Global_Namespace].html#function_ncurses_clear","d":"

    Clear screen

    "},{"t":"F","n":"\\ncurses_clrtobot","p":"[Global_Namespace].html#function_ncurses_clrtobot","d":"

    Clear screen from current position to bottom

    "},{"t":"F","n":"\\ncurses_clrtoeol","p":"[Global_Namespace].html#function_ncurses_clrtoeol","d":"

    Clear screen from current position to end of line

    "},{"t":"F","n":"\\ncurses_color_content","p":"[Global_Namespace].html#function_ncurses_color_content","d":"

    Gets the RGB value for color

    "},{"t":"F","n":"\\ncurses_color_set","p":"[Global_Namespace].html#function_ncurses_color_set","d":"

    Set fore- and background color

    "},{"t":"F","n":"\\ncurses_curs_set","p":"[Global_Namespace].html#function_ncurses_curs_set","d":"

    Set cursor state

    "},{"t":"F","n":"\\ncurses_def_prog_mode","p":"[Global_Namespace].html#function_ncurses_def_prog_mode","d":"

    Saves terminals (program) mode

    "},{"t":"F","n":"\\ncurses_def_shell_mode","p":"[Global_Namespace].html#function_ncurses_def_shell_mode","d":"

    Saves terminals (shell) mode

    "},{"t":"F","n":"\\ncurses_define_key","p":"[Global_Namespace].html#function_ncurses_define_key","d":"

    Define a keycode

    "},{"t":"F","n":"\\ncurses_del_panel","p":"[Global_Namespace].html#function_ncurses_del_panel","d":"

    Remove panel from the stack and delete it (but not the associated window)

    "},{"t":"F","n":"\\ncurses_delay_output","p":"[Global_Namespace].html#function_ncurses_delay_output","d":"

    Delay output on terminal using padding characters

    "},{"t":"F","n":"\\ncurses_delch","p":"[Global_Namespace].html#function_ncurses_delch","d":"

    Delete character at current position, move rest of line left

    "},{"t":"F","n":"\\ncurses_deleteln","p":"[Global_Namespace].html#function_ncurses_deleteln","d":"

    Delete line at current position, move rest of screen up

    "},{"t":"F","n":"\\ncurses_delwin","p":"[Global_Namespace].html#function_ncurses_delwin","d":"

    Delete a ncurses window

    "},{"t":"F","n":"\\ncurses_doupdate","p":"[Global_Namespace].html#function_ncurses_doupdate","d":"

    Write all prepared refreshes to terminal

    "},{"t":"F","n":"\\ncurses_echo","p":"[Global_Namespace].html#function_ncurses_echo","d":"

    Activate keyboard input echo

    "},{"t":"F","n":"\\ncurses_echochar","p":"[Global_Namespace].html#function_ncurses_echochar","d":"

    Single character output including refresh

    "},{"t":"F","n":"\\ncurses_end","p":"[Global_Namespace].html#function_ncurses_end","d":"

    Stop using ncurses, clean up the screen

    "},{"t":"F","n":"\\ncurses_erase","p":"[Global_Namespace].html#function_ncurses_erase","d":"

    Erase terminal screen

    "},{"t":"F","n":"\\ncurses_erasechar","p":"[Global_Namespace].html#function_ncurses_erasechar","d":"

    Returns current erase character

    "},{"t":"F","n":"\\ncurses_filter","p":"[Global_Namespace].html#function_ncurses_filter","d":"

    Set LINES for iniscr() and newterm() to 1

    "},{"t":"F","n":"\\ncurses_flash","p":"[Global_Namespace].html#function_ncurses_flash","d":"

    Flash terminal screen (visual bell)

    "},{"t":"F","n":"\\ncurses_flushinp","p":"[Global_Namespace].html#function_ncurses_flushinp","d":"

    Flush keyboard input buffer

    "},{"t":"F","n":"\\ncurses_getch","p":"[Global_Namespace].html#function_ncurses_getch","d":"

    Read a character from keyboard

    "},{"t":"F","n":"\\ncurses_getmaxyx","p":"[Global_Namespace].html#function_ncurses_getmaxyx","d":"

    Returns the size of a window

    "},{"t":"F","n":"\\ncurses_getmouse","p":"[Global_Namespace].html#function_ncurses_getmouse","d":"

    Reads mouse event

    "},{"t":"F","n":"\\ncurses_getyx","p":"[Global_Namespace].html#function_ncurses_getyx","d":"

    Returns the current cursor position for a window

    "},{"t":"F","n":"\\ncurses_halfdelay","p":"[Global_Namespace].html#function_ncurses_halfdelay","d":"

    Put terminal into halfdelay mode

    "},{"t":"F","n":"\\ncurses_has_colors","p":"[Global_Namespace].html#function_ncurses_has_colors","d":"

    Check if terminal has colors

    "},{"t":"F","n":"\\ncurses_has_ic","p":"[Global_Namespace].html#function_ncurses_has_ic","d":"

    Check for insert- and delete-capabilities

    "},{"t":"F","n":"\\ncurses_has_il","p":"[Global_Namespace].html#function_ncurses_has_il","d":"

    Check for line insert- and delete-capabilities

    "},{"t":"F","n":"\\ncurses_has_key","p":"[Global_Namespace].html#function_ncurses_has_key","d":"

    Check for presence of a function key on terminal keyboard

    "},{"t":"F","n":"\\ncurses_hide_panel","p":"[Global_Namespace].html#function_ncurses_hide_panel","d":"

    Remove panel from the stack, making it invisible

    "},{"t":"F","n":"\\ncurses_hline","p":"[Global_Namespace].html#function_ncurses_hline","d":"

    Draw a horizontal line at current position using an attributed character and max. n characters long

    "},{"t":"F","n":"\\ncurses_inch","p":"[Global_Namespace].html#function_ncurses_inch","d":"

    Get character and attribute at current position

    "},{"t":"F","n":"\\ncurses_init","p":"[Global_Namespace].html#function_ncurses_init","d":"

    Initialize ncurses

    "},{"t":"F","n":"\\ncurses_init_color","p":"[Global_Namespace].html#function_ncurses_init_color","d":"

    Set new RGB value for color

    "},{"t":"F","n":"\\ncurses_init_pair","p":"[Global_Namespace].html#function_ncurses_init_pair","d":"

    Allocate a color pair

    "},{"t":"F","n":"\\ncurses_insch","p":"[Global_Namespace].html#function_ncurses_insch","d":"

    Insert character moving rest of line including character at current position

    "},{"t":"F","n":"\\ncurses_insdelln","p":"[Global_Namespace].html#function_ncurses_insdelln","d":"

    Insert lines before current line scrolling down (negative numbers delete and scroll up)

    "},{"t":"F","n":"\\ncurses_insertln","p":"[Global_Namespace].html#function_ncurses_insertln","d":"

    Insert a line, move rest of screen down

    "},{"t":"F","n":"\\ncurses_insstr","p":"[Global_Namespace].html#function_ncurses_insstr","d":"

    Insert string at current position, moving rest of line right

    "},{"t":"F","n":"\\ncurses_instr","p":"[Global_Namespace].html#function_ncurses_instr","d":"

    Reads string from terminal screen

    "},{"t":"F","n":"\\ncurses_isendwin","p":"[Global_Namespace].html#function_ncurses_isendwin","d":"

    Ncurses is in endwin mode, normal screen output may be performed

    "},{"t":"F","n":"\\ncurses_keyok","p":"[Global_Namespace].html#function_ncurses_keyok","d":"

    Enable or disable a keycode

    "},{"t":"F","n":"\\ncurses_keypad","p":"[Global_Namespace].html#function_ncurses_keypad","d":"

    Turns keypad on or off

    "},{"t":"F","n":"\\ncurses_killchar","p":"[Global_Namespace].html#function_ncurses_killchar","d":"

    Returns current line kill character

    "},{"t":"F","n":"\\ncurses_longname","p":"[Global_Namespace].html#function_ncurses_longname","d":"

    Returns terminals description

    "},{"t":"F","n":"\\ncurses_meta","p":"[Global_Namespace].html#function_ncurses_meta","d":"

    Enables/Disable 8-bit meta key information

    "},{"t":"F","n":"\\ncurses_mouse_trafo","p":"[Global_Namespace].html#function_ncurses_mouse_trafo","d":"

    Transforms coordinates

    "},{"t":"F","n":"\\ncurses_mouseinterval","p":"[Global_Namespace].html#function_ncurses_mouseinterval","d":"

    Set timeout for mouse button clicks

    "},{"t":"F","n":"\\ncurses_mousemask","p":"[Global_Namespace].html#function_ncurses_mousemask","d":"

    Sets mouse options

    "},{"t":"F","n":"\\ncurses_move","p":"[Global_Namespace].html#function_ncurses_move","d":"

    Move output position

    "},{"t":"F","n":"\\ncurses_move_panel","p":"[Global_Namespace].html#function_ncurses_move_panel","d":"

    Moves a panel so that its upper-left corner is at [startx, starty]

    "},{"t":"F","n":"\\ncurses_mvaddch","p":"[Global_Namespace].html#function_ncurses_mvaddch","d":"

    Move current position and add character

    "},{"t":"F","n":"\\ncurses_mvaddchnstr","p":"[Global_Namespace].html#function_ncurses_mvaddchnstr","d":"

    Move position and add attributed string with specified length

    "},{"t":"F","n":"\\ncurses_mvaddchstr","p":"[Global_Namespace].html#function_ncurses_mvaddchstr","d":"

    Move position and add attributed string

    "},{"t":"F","n":"\\ncurses_mvaddnstr","p":"[Global_Namespace].html#function_ncurses_mvaddnstr","d":"

    Move position and add string with specified length

    "},{"t":"F","n":"\\ncurses_mvaddstr","p":"[Global_Namespace].html#function_ncurses_mvaddstr","d":"

    Move position and add string

    "},{"t":"F","n":"\\ncurses_mvcur","p":"[Global_Namespace].html#function_ncurses_mvcur","d":"

    Move cursor immediately

    "},{"t":"F","n":"\\ncurses_mvdelch","p":"[Global_Namespace].html#function_ncurses_mvdelch","d":"

    Move position and delete character, shift rest of line left

    "},{"t":"F","n":"\\ncurses_mvgetch","p":"[Global_Namespace].html#function_ncurses_mvgetch","d":"

    Move position and get character at new position

    "},{"t":"F","n":"\\ncurses_mvhline","p":"[Global_Namespace].html#function_ncurses_mvhline","d":"

    Set new position and draw a horizontal line using an attributed character and max. n characters long

    "},{"t":"F","n":"\\ncurses_mvinch","p":"[Global_Namespace].html#function_ncurses_mvinch","d":"

    Move position and get attributed character at new position

    "},{"t":"F","n":"\\ncurses_mvwaddstr","p":"[Global_Namespace].html#function_ncurses_mvwaddstr","d":"

    Add string at new position in window

    "},{"t":"F","n":"\\ncurses_napms","p":"[Global_Namespace].html#function_ncurses_napms","d":"Sleep"},{"t":"F","n":"\\ncurses_new_panel","p":"[Global_Namespace].html#function_ncurses_new_panel","d":"

    Create a new panel and associate it with window

    "},{"t":"F","n":"\\ncurses_newpad","p":"[Global_Namespace].html#function_ncurses_newpad","d":"

    Creates a new pad (window)

    "},{"t":"F","n":"\\ncurses_newwin","p":"[Global_Namespace].html#function_ncurses_newwin","d":"

    Create a new window

    "},{"t":"F","n":"\\ncurses_nl","p":"[Global_Namespace].html#function_ncurses_nl","d":"

    Translate newline and carriage return / line feed

    "},{"t":"F","n":"\\ncurses_nocbreak","p":"[Global_Namespace].html#function_ncurses_nocbreak","d":"

    Switch terminal to cooked mode

    "},{"t":"F","n":"\\ncurses_noecho","p":"[Global_Namespace].html#function_ncurses_noecho","d":"

    Switch off keyboard input echo

    "},{"t":"F","n":"\\ncurses_nonl","p":"[Global_Namespace].html#function_ncurses_nonl","d":"

    Do not translate newline and carriage return / line feed

    "},{"t":"F","n":"\\ncurses_noqiflush","p":"[Global_Namespace].html#function_ncurses_noqiflush","d":"

    Do not flush on signal characters

    "},{"t":"F","n":"\\ncurses_noraw","p":"[Global_Namespace].html#function_ncurses_noraw","d":"

    Switch terminal out of raw mode

    "},{"t":"F","n":"\\ncurses_pair_content","p":"[Global_Namespace].html#function_ncurses_pair_content","d":"

    Gets the RGB value for color

    "},{"t":"F","n":"\\ncurses_panel_above","p":"[Global_Namespace].html#function_ncurses_panel_above","d":"

    Returns the panel above panel

    "},{"t":"F","n":"\\ncurses_panel_below","p":"[Global_Namespace].html#function_ncurses_panel_below","d":"

    Returns the panel below panel

    "},{"t":"F","n":"\\ncurses_panel_window","p":"[Global_Namespace].html#function_ncurses_panel_window","d":"

    Returns the window associated with panel

    "},{"t":"F","n":"\\ncurses_pnoutrefresh","p":"[Global_Namespace].html#function_ncurses_pnoutrefresh","d":"

    Copies a region from a pad into the virtual screen

    "},{"t":"F","n":"\\ncurses_prefresh","p":"[Global_Namespace].html#function_ncurses_prefresh","d":"

    Copies a region from a pad into the virtual screen

    "},{"t":"F","n":"\\ncurses_putp","p":"[Global_Namespace].html#function_ncurses_putp","d":"

    Apply padding information to the string and output it

    "},{"t":"F","n":"\\ncurses_qiflush","p":"[Global_Namespace].html#function_ncurses_qiflush","d":"

    Flush on signal characters

    "},{"t":"F","n":"\\ncurses_raw","p":"[Global_Namespace].html#function_ncurses_raw","d":"

    Switch terminal into raw mode

    "},{"t":"F","n":"\\ncurses_refresh","p":"[Global_Namespace].html#function_ncurses_refresh","d":"

    Refresh screen

    "},{"t":"F","n":"\\ncurses_replace_panel","p":"[Global_Namespace].html#function_ncurses_replace_panel","d":"

    Replaces the window associated with panel

    "},{"t":"F","n":"\\ncurses_reset_prog_mode","p":"[Global_Namespace].html#function_ncurses_reset_prog_mode","d":"

    Resets the prog mode saved by def_prog_mode

    "},{"t":"F","n":"\\ncurses_reset_shell_mode","p":"[Global_Namespace].html#function_ncurses_reset_shell_mode","d":"

    Resets the shell mode saved by def_shell_mode

    "},{"t":"F","n":"\\ncurses_resetty","p":"[Global_Namespace].html#function_ncurses_resetty","d":"

    Restores saved terminal state

    "},{"t":"F","n":"\\ncurses_savetty","p":"[Global_Namespace].html#function_ncurses_savetty","d":"

    Saves terminal state

    "},{"t":"F","n":"\\ncurses_scr_dump","p":"[Global_Namespace].html#function_ncurses_scr_dump","d":"

    Dump screen content to file

    "},{"t":"F","n":"\\ncurses_scr_init","p":"[Global_Namespace].html#function_ncurses_scr_init","d":"

    Initialize screen from file dump

    "},{"t":"F","n":"\\ncurses_scr_restore","p":"[Global_Namespace].html#function_ncurses_scr_restore","d":"

    Restore screen from file dump

    "},{"t":"F","n":"\\ncurses_scr_set","p":"[Global_Namespace].html#function_ncurses_scr_set","d":"

    Inherit screen from file dump

    "},{"t":"F","n":"\\ncurses_scrl","p":"[Global_Namespace].html#function_ncurses_scrl","d":"

    Scroll window content up or down without changing current position

    "},{"t":"F","n":"\\ncurses_show_panel","p":"[Global_Namespace].html#function_ncurses_show_panel","d":"

    Places an invisible panel on top of the stack, making it visible

    "},{"t":"F","n":"\\ncurses_slk_attr","p":"[Global_Namespace].html#function_ncurses_slk_attr","d":"

    Returns current soft label key attribute

    "},{"t":"F","n":"\\ncurses_slk_attroff","p":"[Global_Namespace].html#function_ncurses_slk_attroff","d":"

    Turn off the given attributes for soft function-key labels

    "},{"t":"F","n":"\\ncurses_slk_attron","p":"[Global_Namespace].html#function_ncurses_slk_attron","d":"

    Turn on the given attributes for soft function-key labels

    "},{"t":"F","n":"\\ncurses_slk_attrset","p":"[Global_Namespace].html#function_ncurses_slk_attrset","d":"

    Set given attributes for soft function-key labels

    "},{"t":"F","n":"\\ncurses_slk_clear","p":"[Global_Namespace].html#function_ncurses_slk_clear","d":"

    Clears soft labels from screen

    "},{"t":"F","n":"\\ncurses_slk_color","p":"[Global_Namespace].html#function_ncurses_slk_color","d":"

    Sets color for soft label keys

    "},{"t":"F","n":"\\ncurses_slk_init","p":"[Global_Namespace].html#function_ncurses_slk_init","d":"

    Initializes soft label key functions

    "},{"t":"F","n":"\\ncurses_slk_noutrefresh","p":"[Global_Namespace].html#function_ncurses_slk_noutrefresh","d":"

    Copies soft label keys to virtual screen

    "},{"t":"F","n":"\\ncurses_slk_refresh","p":"[Global_Namespace].html#function_ncurses_slk_refresh","d":"

    Copies soft label keys to screen

    "},{"t":"F","n":"\\ncurses_slk_restore","p":"[Global_Namespace].html#function_ncurses_slk_restore","d":"

    Restores soft label keys

    "},{"t":"F","n":"\\ncurses_slk_set","p":"[Global_Namespace].html#function_ncurses_slk_set","d":"

    Sets function key labels

    "},{"t":"F","n":"\\ncurses_slk_touch","p":"[Global_Namespace].html#function_ncurses_slk_touch","d":"

    Forces output when ncurses_slk_noutrefresh is performed

    "},{"t":"F","n":"\\ncurses_standend","p":"[Global_Namespace].html#function_ncurses_standend","d":"

    Stop using 'standout' attribute

    "},{"t":"F","n":"\\ncurses_standout","p":"[Global_Namespace].html#function_ncurses_standout","d":"

    Start using 'standout' attribute

    "},{"t":"F","n":"\\ncurses_start_color","p":"[Global_Namespace].html#function_ncurses_start_color","d":"

    Start using colors

    "},{"t":"F","n":"\\ncurses_termattrs","p":"[Global_Namespace].html#function_ncurses_termattrs","d":"

    Returns a logical OR of all attribute flags supported by terminal

    "},{"t":"F","n":"\\ncurses_termname","p":"[Global_Namespace].html#function_ncurses_termname","d":"

    Returns terminals (short)-name

    "},{"t":"F","n":"\\ncurses_timeout","p":"[Global_Namespace].html#function_ncurses_timeout","d":"

    Set timeout for special key sequences

    "},{"t":"F","n":"\\ncurses_top_panel","p":"[Global_Namespace].html#function_ncurses_top_panel","d":"

    Moves a visible panel to the top of the stack

    "},{"t":"F","n":"\\ncurses_typeahead","p":"[Global_Namespace].html#function_ncurses_typeahead","d":"

    Specify different filedescriptor for typeahead checking

    "},{"t":"F","n":"\\ncurses_ungetch","p":"[Global_Namespace].html#function_ncurses_ungetch","d":"

    Put a character back into the input stream

    "},{"t":"F","n":"\\ncurses_ungetmouse","p":"[Global_Namespace].html#function_ncurses_ungetmouse","d":"

    Pushes mouse event to queue

    "},{"t":"F","n":"\\ncurses_update_panels","p":"[Global_Namespace].html#function_ncurses_update_panels","d":"

    Refreshes the virtual screen to reflect the relations between panels in the stack

    "},{"t":"F","n":"\\ncurses_use_default_colors","p":"[Global_Namespace].html#function_ncurses_use_default_colors","d":"

    Assign terminal default colors to color id -1

    "},{"t":"F","n":"\\ncurses_use_env","p":"[Global_Namespace].html#function_ncurses_use_env","d":"

    Control use of environment information about terminal size

    "},{"t":"F","n":"\\ncurses_use_extended_names","p":"[Global_Namespace].html#function_ncurses_use_extended_names","d":"

    Control use of extended names in terminfo descriptions

    "},{"t":"F","n":"\\ncurses_vidattr","p":"[Global_Namespace].html#function_ncurses_vidattr","d":"

    Display the string on the terminal in the video attribute mode

    "},{"t":"F","n":"\\ncurses_vline","p":"[Global_Namespace].html#function_ncurses_vline","d":"

    Draw a vertical line at current position using an attributed character and max. n characters long

    "},{"t":"F","n":"\\ncurses_waddch","p":"[Global_Namespace].html#function_ncurses_waddch","d":"

    Adds character at current position in a window and advance cursor

    "},{"t":"F","n":"\\ncurses_waddstr","p":"[Global_Namespace].html#function_ncurses_waddstr","d":"

    Outputs text at current position in window

    "},{"t":"F","n":"\\ncurses_wattroff","p":"[Global_Namespace].html#function_ncurses_wattroff","d":"

    Turns off attributes for a window

    "},{"t":"F","n":"\\ncurses_wattron","p":"[Global_Namespace].html#function_ncurses_wattron","d":"

    Turns on attributes for a window

    "},{"t":"F","n":"\\ncurses_wattrset","p":"[Global_Namespace].html#function_ncurses_wattrset","d":"

    Set the attributes for a window

    "},{"t":"F","n":"\\ncurses_wborder","p":"[Global_Namespace].html#function_ncurses_wborder","d":"

    Draws a border around the window using attributed characters

    "},{"t":"F","n":"\\ncurses_wclear","p":"[Global_Namespace].html#function_ncurses_wclear","d":"

    Clears window

    "},{"t":"F","n":"\\ncurses_wcolor_set","p":"[Global_Namespace].html#function_ncurses_wcolor_set","d":"

    Sets windows color pairings

    "},{"t":"F","n":"\\ncurses_werase","p":"[Global_Namespace].html#function_ncurses_werase","d":"

    Erase window contents

    "},{"t":"F","n":"\\ncurses_wgetch","p":"[Global_Namespace].html#function_ncurses_wgetch","d":"

    Reads a character from keyboard (window)

    "},{"t":"F","n":"\\ncurses_whline","p":"[Global_Namespace].html#function_ncurses_whline","d":"

    Draws a horizontal line in a window at current position using an attributed character and max. n characters long

    "},{"t":"F","n":"\\ncurses_wmouse_trafo","p":"[Global_Namespace].html#function_ncurses_wmouse_trafo","d":"

    Transforms window/stdscr coordinates

    "},{"t":"F","n":"\\ncurses_wmove","p":"[Global_Namespace].html#function_ncurses_wmove","d":"

    Moves windows output position

    "},{"t":"F","n":"\\ncurses_wnoutrefresh","p":"[Global_Namespace].html#function_ncurses_wnoutrefresh","d":"

    Copies window to virtual screen

    "},{"t":"F","n":"\\ncurses_wrefresh","p":"[Global_Namespace].html#function_ncurses_wrefresh","d":"

    Refresh window on terminal screen

    "},{"t":"F","n":"\\ncurses_wstandend","p":"[Global_Namespace].html#function_ncurses_wstandend","d":"

    End standout mode for a window

    "},{"t":"F","n":"\\ncurses_wstandout","p":"[Global_Namespace].html#function_ncurses_wstandout","d":"

    Enter standout mode for a window

    "},{"t":"F","n":"\\ncurses_wvline","p":"[Global_Namespace].html#function_ncurses_wvline","d":"

    Draws a vertical line in a window at current position using an attributed character and max. n characters long

    "},{"t":"F","n":"\\net_get_interfaces","p":"[Global_Namespace].html#function_net_get_interfaces","d":""},{"t":"F","n":"\\newrelic_accept_distributed_trace_headers","p":"[Global_Namespace].html#function_newrelic_accept_distributed_trace_headers","d":"

    Accepts an array of distributed trace headers.

    "},{"t":"F","n":"\\newrelic_accept_distributed_trace_payload","p":"[Global_Namespace].html#function_newrelic_accept_distributed_trace_payload","d":"

    Accepts a distributed trace payload.

    "},{"t":"F","n":"\\newrelic_accept_distributed_trace_payload_httpsafe","p":"[Global_Namespace].html#function_newrelic_accept_distributed_trace_payload_httpsafe","d":"

    Accepts a distributed trace payload that includes an HTTPSafe (Base64 encoded) JSON string.

    "},{"t":"F","n":"\\newrelic_add_custom_parameter","p":"[Global_Namespace].html#function_newrelic_add_custom_parameter","d":"

    Attaches a custom attribute (key/value pair) to the current transaction and the current span (if enabled).

    "},{"t":"F","n":"\\newrelic_add_custom_span_parameter","p":"[Global_Namespace].html#function_newrelic_add_custom_span_parameter","d":"

    Attaches a custom attribute (key/value pair) to the current span.

    "},{"t":"F","n":"\\newrelic_add_custom_tracer","p":"[Global_Namespace].html#function_newrelic_add_custom_tracer","d":"

    Specify functions or methods for the agent to instrument with custom instrumentation.

    "},{"t":"F","n":"\\newrelic_background_job","p":"[Global_Namespace].html#function_newrelic_background_job","d":"

    Manually specify that a transaction is a background job or a web transaction.

    "},{"t":"F","n":"\\newrelic_capture_params","p":"[Global_Namespace].html#function_newrelic_capture_params","d":"

    Enable or disable the capture of URL parameters.

    "},{"t":"F","n":"\\newrelic_create_distributed_trace_payload","p":"[Global_Namespace].html#function_newrelic_create_distributed_trace_payload","d":"

    Creates a distributed trace payload.

    "},{"t":"F","n":"\\newrelic_custom_metric","p":"[Global_Namespace].html#function_newrelic_custom_metric","d":"

    Add a custom metric (in milliseconds) to time a component of your app not captured by default.

    "},{"t":"F","n":"\\newrelic_disable_autorum","p":"[Global_Namespace].html#function_newrelic_disable_autorum","d":"

    Disable automatic injection of the browser monitoring snippet on particular pages.

    "},{"t":"F","n":"\\newrelic_enable_params","p":"[Global_Namespace].html#function_newrelic_enable_params","d":null},{"t":"F","n":"\\newrelic_end_of_transaction","p":"[Global_Namespace].html#function_newrelic_end_of_transaction","d":"

    Stop timing the current transaction, but continue instrumenting it.

    "},{"t":"F","n":"\\newrelic_end_transaction","p":"[Global_Namespace].html#function_newrelic_end_transaction","d":"

    Stop instrumenting the current transaction immediately.

    "},{"t":"F","n":"\\newrelic_get_browser_timing_footer","p":"[Global_Namespace].html#function_newrelic_get_browser_timing_footer","d":"

    Returns a browser monitoring snippet to inject at the end of the HTML output.

    "},{"t":"F","n":"\\newrelic_get_browser_timing_header","p":"[Global_Namespace].html#function_newrelic_get_browser_timing_header","d":"

    Returns a browser monitoring snippet to inject in the head of your HTML output.

    "},{"t":"F","n":"\\newrelic_get_linking_metadata","p":"[Global_Namespace].html#function_newrelic_get_linking_metadata","d":"

    Returns a collection of metadata necessary for linking data to a trace or an entity.

    "},{"t":"F","n":"\\newrelic_get_trace_metadata","p":"[Global_Namespace].html#function_newrelic_get_trace_metadata","d":"

    Returns an associative array containing the identifiers of the current trace and the parent span.

    "},{"t":"F","n":"\\newrelic_ignore_apdex","p":"[Global_Namespace].html#function_newrelic_ignore_apdex","d":"

    Ignore the current transaction when calculating Apdex.

    "},{"t":"F","n":"\\newrelic_ignore_transaction","p":"[Global_Namespace].html#function_newrelic_ignore_transaction","d":"

    Do not instrument the current transaction.

    "},{"t":"F","n":"\\newrelic_insert_distributed_trace_headers","p":"[Global_Namespace].html#function_newrelic_insert_distributed_trace_headers","d":"

    Inserts W3C Trace Context headers and New Relic Distributed Tracing headers into an outbound array of headers.

    "},{"t":"F","n":"\\newrelic_is_sampled","p":"[Global_Namespace].html#function_newrelic_is_sampled","d":"

    Returns a value indicating whether or not the current transaction is marked as sampled.

    "},{"t":"F","n":"\\newrelic_name_transaction","p":"[Global_Namespace].html#function_newrelic_name_transaction","d":"

    Set custom name for current transaction.

    "},{"t":"F","n":"\\newrelic_notice_error","p":"[Global_Namespace].html#function_newrelic_notice_error","d":"

    Use these calls to collect errors that the PHP agent does not collect automatically and to set the callback for\nyour own error and exception handler.

    "},{"t":"F","n":"\\newrelic_record_custom_event","p":"[Global_Namespace].html#function_newrelic_record_custom_event","d":"

    Record a custom event with the given name and attributes

    "},{"t":"F","n":"\\newrelic_record_datastore_segment","p":"[Global_Namespace].html#function_newrelic_record_datastore_segment","d":"

    Records a datastore segment.

    "},{"t":"F","n":"\\newrelic_set_appname","p":"[Global_Namespace].html#function_newrelic_set_appname","d":"

    Set the New Relic application name, which the New Relic UI uses to connect your data to the correct application.

    "},{"t":"F","n":"\\newrelic_set_user_attributes","p":"[Global_Namespace].html#function_newrelic_set_user_attributes","d":"

    Create user-related custom attributes. newrelic_add_custom_parameter is more flexible.

    "},{"t":"F","n":"\\newrelic_set_user_id","p":"[Global_Namespace].html#function_newrelic_set_user_id","d":"

    Associate a unique user ID with the current transaction.

    "},{"t":"F","n":"\\newrelic_start_transaction","p":"[Global_Namespace].html#function_newrelic_start_transaction","d":"

    Start a new transaction manually. Usually used after manually ending a transaction with\nnewrelic_end_transaction(),\nfor example when separating tasks in a job queue manager. When instrumenting this new transaction, the agent\nperforms the same operations as when the script first started.

    "},{"t":"F","n":"\\next","p":"[Global_Namespace].html#function_next","d":"

    Advance the internal array pointer of an array

    "},{"t":"F","n":"\\ngettext","p":"[Global_Namespace].html#function_ngettext","d":"

    Plural version of gettext

    "},{"t":"F","n":"\\nl2br","p":"[Global_Namespace].html#function_nl2br","d":"

    Inserts HTML line breaks before all newlines in a string

    "},{"t":"F","n":"\\nl_langinfo","p":"[Global_Namespace].html#function_nl_langinfo","d":"

    Query language and locale information

    "},{"t":"F","n":"\\normalizer_get_raw_decomposition","p":"[Global_Namespace].html#function_normalizer_get_raw_decomposition","d":"

    Gets the Decomposition_Mapping property for the given UTF-8 encoded code point

    "},{"t":"F","n":"\\normalizer_is_normalized","p":"[Global_Namespace].html#function_normalizer_is_normalized","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nChecks if the provided string is already in the specified normalization\nform.

    "},{"t":"F","n":"\\normalizer_normalize","p":"[Global_Namespace].html#function_normalizer_normalize","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nNormalizes the input provided and returns the normalized string

    "},{"t":"F","n":"\\number_format","p":"[Global_Namespace].html#function_number_format","d":"

    Format a number with grouped thousands

    "},{"t":"F","n":"\\numfmt_create","p":"[Global_Namespace].html#function_numfmt_create","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nCreate a number formatter

    "},{"t":"F","n":"\\numfmt_format","p":"[Global_Namespace].html#function_numfmt_format","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nFormat a number

    "},{"t":"F","n":"\\numfmt_format_currency","p":"[Global_Namespace].html#function_numfmt_format_currency","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nFormat a currency value

    "},{"t":"F","n":"\\numfmt_get_attribute","p":"[Global_Namespace].html#function_numfmt_get_attribute","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet an attribute

    "},{"t":"F","n":"\\numfmt_get_error_code","p":"[Global_Namespace].html#function_numfmt_get_error_code","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet formatter's last error code.

    "},{"t":"F","n":"\\numfmt_get_error_message","p":"[Global_Namespace].html#function_numfmt_get_error_message","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet formatter's last error message.

    "},{"t":"F","n":"\\numfmt_get_locale","p":"[Global_Namespace].html#function_numfmt_get_locale","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet formatter locale

    "},{"t":"F","n":"\\numfmt_get_pattern","p":"[Global_Namespace].html#function_numfmt_get_pattern","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet formatter pattern

    "},{"t":"F","n":"\\numfmt_get_symbol","p":"[Global_Namespace].html#function_numfmt_get_symbol","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet a symbol value

    "},{"t":"F","n":"\\numfmt_get_text_attribute","p":"[Global_Namespace].html#function_numfmt_get_text_attribute","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet a text attribute

    "},{"t":"F","n":"\\numfmt_parse","p":"[Global_Namespace].html#function_numfmt_parse","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nParse a number

    "},{"t":"F","n":"\\numfmt_parse_currency","p":"[Global_Namespace].html#function_numfmt_parse_currency","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nParse a currency number

    "},{"t":"F","n":"\\numfmt_set_attribute","p":"[Global_Namespace].html#function_numfmt_set_attribute","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nSet an attribute

    "},{"t":"F","n":"\\numfmt_set_pattern","p":"[Global_Namespace].html#function_numfmt_set_pattern","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nSet formatter pattern

    "},{"t":"F","n":"\\numfmt_set_symbol","p":"[Global_Namespace].html#function_numfmt_set_symbol","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nSet a symbol value

    "},{"t":"F","n":"\\numfmt_set_text_attribute","p":"[Global_Namespace].html#function_numfmt_set_text_attribute","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nSet a text attribute

    "},{"t":"F","n":"\\oauth_get_sbs","p":"[Global_Namespace].html#function_oauth_get_sbs","d":"

    Generate a Signature Base String

    "},{"t":"F","n":"\\oauth_urlencode","p":"[Global_Namespace].html#function_oauth_urlencode","d":"

    Encode a URI to RFC 3986

    "},{"t":"F","n":"\\ob_clean","p":"[Global_Namespace].html#function_ob_clean","d":"

    Clean (erase) the output buffer

    "},{"t":"F","n":"\\ob_deflatehandler","p":"[Global_Namespace].html#function_ob_deflatehandler","d":"

    (PECL pecl_http >= 0.21.0)
    \nDeflate output handler

    "},{"t":"F","n":"\\ob_end_clean","p":"[Global_Namespace].html#function_ob_end_clean","d":"

    Clean (erase) the output buffer and turn off output buffering

    "},{"t":"F","n":"\\ob_end_flush","p":"[Global_Namespace].html#function_ob_end_flush","d":"

    Flush (send) the output buffer and turn off output buffering

    "},{"t":"F","n":"\\ob_etaghandler","p":"[Global_Namespace].html#function_ob_etaghandler","d":"

    (PECL pecl_http >= 0.10.0)
    \nETag output handler

    "},{"t":"F","n":"\\ob_flush","p":"[Global_Namespace].html#function_ob_flush","d":"

    Flush (send) the output buffer

    "},{"t":"F","n":"\\ob_get_clean","p":"[Global_Namespace].html#function_ob_get_clean","d":"

    Get current buffer contents and delete current output buffer

    "},{"t":"F","n":"\\ob_get_contents","p":"[Global_Namespace].html#function_ob_get_contents","d":"

    Return the contents of the output buffer

    "},{"t":"F","n":"\\ob_get_flush","p":"[Global_Namespace].html#function_ob_get_flush","d":"

    Flush the output buffer, return it as a string and turn off output buffering

    "},{"t":"F","n":"\\ob_get_length","p":"[Global_Namespace].html#function_ob_get_length","d":"

    Return the length of the output buffer

    "},{"t":"F","n":"\\ob_get_level","p":"[Global_Namespace].html#function_ob_get_level","d":"

    Return the nesting level of the output buffering mechanism

    "},{"t":"F","n":"\\ob_get_status","p":"[Global_Namespace].html#function_ob_get_status","d":"

    Get status of output buffers

    "},{"t":"F","n":"\\ob_gzhandler","p":"[Global_Namespace].html#function_ob_gzhandler","d":"

    ob_start callback function to gzip output buffer

    "},{"t":"F","n":"\\ob_iconv_handler","p":"[Global_Namespace].html#function_ob_iconv_handler","d":"

    Convert character encoding as output buffer handler

    "},{"t":"F","n":"\\ob_implicit_flush","p":"[Global_Namespace].html#function_ob_implicit_flush","d":"

    Turn implicit flush on/off

    "},{"t":"F","n":"\\ob_inflatehandler","p":"[Global_Namespace].html#function_ob_inflatehandler","d":"

    (PECL pecl_http >= 0.21.0)
    \nInflate output handler

    "},{"t":"F","n":"\\ob_list_handlers","p":"[Global_Namespace].html#function_ob_list_handlers","d":"

    List all output handlers in use

    "},{"t":"F","n":"\\ob_start","p":"[Global_Namespace].html#function_ob_start","d":"

    Turn on output buffering

    "},{"t":"F","n":"\\ob_tidyhandler","p":"[Global_Namespace].html#function_ob_tidyhandler","d":"

    ob_start callback function to repair the buffer

    "},{"t":"F","n":"\\oci_bind_array_by_name","p":"[Global_Namespace].html#function_oci_bind_array_by_name","d":"

    (PHP 5 >= 5.1.2, PECL OCI8 >= 1.2.0)
    \nBinds a PHP array to an Oracle PL/SQL array parameter

    "},{"t":"F","n":"\\oci_bind_by_name","p":"[Global_Namespace].html#function_oci_bind_by_name","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nBinds a PHP variable to an Oracle placeholder

    "},{"t":"F","n":"\\oci_cancel","p":"[Global_Namespace].html#function_oci_cancel","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nCancels reading from cursor

    "},{"t":"F","n":"\\oci_client_version","p":"[Global_Namespace].html#function_oci_client_version","d":"

    (PHP 5.3.7, PECL OCI8 >= 1.4.6)
    \nReturns the Oracle client library version

    "},{"t":"F","n":"\\oci_close","p":"[Global_Namespace].html#function_oci_close","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nCloses an Oracle connection

    "},{"t":"F","n":"\\oci_commit","p":"[Global_Namespace].html#function_oci_commit","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nCommits the outstanding database transaction

    "},{"t":"F","n":"\\oci_connect","p":"[Global_Namespace].html#function_oci_connect","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nConnect to an Oracle database

    "},{"t":"F","n":"\\oci_define_by_name","p":"[Global_Namespace].html#function_oci_define_by_name","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nAssociates a PHP variable with a column for query fetches

    "},{"t":"F","n":"\\oci_error","p":"[Global_Namespace].html#function_oci_error","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nReturns the last error found

    "},{"t":"F","n":"\\oci_execute","p":"[Global_Namespace].html#function_oci_execute","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nExecutes a statement

    "},{"t":"F","n":"\\oci_fetch","p":"[Global_Namespace].html#function_oci_fetch","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nFetches the next row from a query into internal buffers

    "},{"t":"F","n":"\\oci_fetch_all","p":"[Global_Namespace].html#function_oci_fetch_all","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nFetches multiple rows from a query into a two-dimensional array

    "},{"t":"F","n":"\\oci_fetch_array","p":"[Global_Namespace].html#function_oci_fetch_array","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nReturns the next row from a query as an associative or numeric array

    "},{"t":"F","n":"\\oci_fetch_assoc","p":"[Global_Namespace].html#function_oci_fetch_assoc","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nReturns the next row from a query as an associative array

    "},{"t":"F","n":"\\oci_fetch_object","p":"[Global_Namespace].html#function_oci_fetch_object","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nReturns the next row from a query as an object

    "},{"t":"F","n":"\\oci_fetch_row","p":"[Global_Namespace].html#function_oci_fetch_row","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nReturns the next row from a query as a numeric array

    "},{"t":"F","n":"\\oci_field_is_null","p":"[Global_Namespace].html#function_oci_field_is_null","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nChecks if a field in the currently fetched row NULL

    "},{"t":"F","n":"\\oci_field_name","p":"[Global_Namespace].html#function_oci_field_name","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nReturns the name of a field from the statement

    "},{"t":"F","n":"\\oci_field_precision","p":"[Global_Namespace].html#function_oci_field_precision","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nTell the precision of a field

    "},{"t":"F","n":"\\oci_field_scale","p":"[Global_Namespace].html#function_oci_field_scale","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nTell the scale of the field

    "},{"t":"F","n":"\\oci_field_size","p":"[Global_Namespace].html#function_oci_field_size","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nReturns field's size

    "},{"t":"F","n":"\\oci_field_type","p":"[Global_Namespace].html#function_oci_field_type","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nReturns field's data type

    "},{"t":"F","n":"\\oci_field_type_raw","p":"[Global_Namespace].html#function_oci_field_type_raw","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nTell the raw Oracle data type of the field

    "},{"t":"F","n":"\\oci_free_cursor","p":"[Global_Namespace].html#function_oci_free_cursor","d":"

    Alias of {oci_free_statement()}

    "},{"t":"F","n":"\\oci_free_descriptor","p":"[Global_Namespace].html#function_oci_free_descriptor","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nFrees a descriptor

    "},{"t":"F","n":"\\oci_free_statement","p":"[Global_Namespace].html#function_oci_free_statement","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nFrees all resources associated with statement or cursor

    "},{"t":"F","n":"\\oci_get_implicit_resultset","p":"[Global_Namespace].html#function_oci_get_implicit_resultset","d":"

    (PECL OCI8 >= 2.0.0)
    \nReturns the next child statement resource from a parent statement resource that has Oracle Database 12c Implicit Result Sets

    "},{"t":"F","n":"\\oci_internal_debug","p":"[Global_Namespace].html#function_oci_internal_debug","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nEnables or disables internal debug output

    "},{"t":"F","n":"\\oci_lob_copy","p":"[Global_Namespace].html#function_oci_lob_copy","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nCopies large object

    "},{"t":"F","n":"\\oci_lob_is_equal","p":"[Global_Namespace].html#function_oci_lob_is_equal","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nCompares two LOB/FILE locators for equality

    "},{"t":"F","n":"\\oci_new_collection","p":"[Global_Namespace].html#function_oci_new_collection","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nAllocates new collection object

    "},{"t":"F","n":"\\oci_new_connect","p":"[Global_Namespace].html#function_oci_new_connect","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nConnect to the Oracle server using a unique connection

    "},{"t":"F","n":"\\oci_new_cursor","p":"[Global_Namespace].html#function_oci_new_cursor","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nAllocates and returns a new cursor (statement handle)

    "},{"t":"F","n":"\\oci_new_descriptor","p":"[Global_Namespace].html#function_oci_new_descriptor","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nInitializes a new empty LOB or FILE descriptor

    "},{"t":"F","n":"\\oci_num_fields","p":"[Global_Namespace].html#function_oci_num_fields","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nReturns the number of result columns in a statement

    "},{"t":"F","n":"\\oci_num_rows","p":"[Global_Namespace].html#function_oci_num_rows","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nReturns number of rows affected during statement execution

    "},{"t":"F","n":"\\oci_parse","p":"[Global_Namespace].html#function_oci_parse","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nPrepares an Oracle statement for execution

    "},{"t":"F","n":"\\oci_password_change","p":"[Global_Namespace].html#function_oci_password_change","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nChanges password of Oracle's user

    "},{"t":"F","n":"\\oci_pconnect","p":"[Global_Namespace].html#function_oci_pconnect","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nConnect to an Oracle database using a persistent connection

    "},{"t":"F","n":"\\oci_register_taf_callback","p":"[Global_Namespace].html#function_oci_register_taf_callback","d":"

    Register a user-defined callback function for Oracle Database TAF.

    "},{"t":"F","n":"\\oci_result","p":"[Global_Namespace].html#function_oci_result","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nReturns field's value from the fetched row

    "},{"t":"F","n":"\\oci_rollback","p":"[Global_Namespace].html#function_oci_rollback","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nRolls back the outstanding database transaction

    "},{"t":"F","n":"\\oci_server_version","p":"[Global_Namespace].html#function_oci_server_version","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nReturns the Oracle Database version

    "},{"t":"F","n":"\\oci_set_action","p":"[Global_Namespace].html#function_oci_set_action","d":"

    (PHP 5.3.2, PECL OCI8 >= 1.4.0)
    \nSets the action name

    "},{"t":"F","n":"\\oci_set_call_timeout","p":"[Global_Namespace].html#function_oci_set_call_timeout","d":"

    (PHP 7.2 >= 7.2.14, PHP 8, PHP 7 >= 7.3.1, PHP 8, PECL OCI8 >= 2.2.0)
    \nSets a millisecond timeout for database calls

    "},{"t":"F","n":"\\oci_set_client_identifier","p":"[Global_Namespace].html#function_oci_set_client_identifier","d":"

    (PHP 5.3.2, PECL OCI8 >= 1.4.0)
    \nSets the client identifier

    "},{"t":"F","n":"\\oci_set_client_info","p":"[Global_Namespace].html#function_oci_set_client_info","d":"

    (PHP 5.3.2, PECL OCI8 >= 1.4.0)
    \nSets the client information

    "},{"t":"F","n":"\\oci_set_db_operation","p":"[Global_Namespace].html#function_oci_set_db_operation","d":"

    (PHP 7 >== 7.2.14, PHP 8, PHP 7 >= 7.3.1, PHP 8, PECL OCI8 >= 2.2.0)\nSets the database operation

    "},{"t":"F","n":"\\oci_set_edition","p":"[Global_Namespace].html#function_oci_set_edition","d":"

    (PHP 5.3.2, PECL OCI8 >= 1.4.0)
    \nSets the database edition

    "},{"t":"F","n":"\\oci_set_module_name","p":"[Global_Namespace].html#function_oci_set_module_name","d":"

    (PHP 5.3.2, PECL OCI8 >= 1.4.0)
    \nSets the module name

    "},{"t":"F","n":"\\oci_set_prefetch","p":"[Global_Namespace].html#function_oci_set_prefetch","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nSets number of rows to be prefetched by queries

    "},{"t":"F","n":"\\oci_set_prefetch_lob","p":"[Global_Namespace].html#function_oci_set_prefetch_lob","d":"

    Sets the size of the LOB column that will be prefetched by OCI8 when executing a query.

    "},{"t":"F","n":"\\oci_statement_type","p":"[Global_Namespace].html#function_oci_statement_type","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nReturns the type of a statement

    "},{"t":"F","n":"\\oci_unregister_taf_callback","p":"[Global_Namespace].html#function_oci_unregister_taf_callback","d":"

    Unregister a user-defined callback function for Oracle Database TAF.

    "},{"t":"F","n":"\\ocibindbyname","p":"[Global_Namespace].html#function_ocibindbyname","d":"

    (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of {oci_bind_by_name}

    "},{"t":"F","n":"\\ocicancel","p":"[Global_Namespace].html#function_ocicancel","d":"

    (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of {oci_cancel}

    "},{"t":"F","n":"\\ocicloselob","p":"[Global_Namespace].html#function_ocicloselob","d":"

    (PHP 4 >= 4.0.6, PECL OCI8 1.0)\nAlias of {OCI-Lob::close()}

    "},{"t":"F","n":"\\ocicollappend","p":"[Global_Namespace].html#function_ocicollappend","d":"

    (PHP 4 >= 4.0.6, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of\n(OCI_Collection::append)

    "},{"t":"F","n":"\\ocicollassign","p":"[Global_Namespace].html#function_ocicollassign","d":"

    (PHP 4 >= 4.0.6, PECL OCI8 1.0)\nAlias of {OCI-Collection::assign()}\nAssigns a value to the collection from another existing collection

    "},{"t":"F","n":"\\ocicollassignelem","p":"[Global_Namespace].html#function_ocicollassignelem","d":"

    (PHP 4 >= 4.0.6, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of {OCI_Collection::assignElem}

    "},{"t":"F","n":"\\ocicollgetelem","p":"[Global_Namespace].html#function_ocicollgetelem","d":"

    (PHP 4 >= 4.0.6, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of\n{OCI_COLLection::getElem}

    "},{"t":"F","n":"\\ocicollmax","p":"[Global_Namespace].html#function_ocicollmax","d":"

    (PHP 4 >= 4.0.6, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of\n{OCI_COLLection::max}

    "},{"t":"F","n":"\\ocicollsize","p":"[Global_Namespace].html#function_ocicollsize","d":"

    (PHP 4 >= 4.0.6, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of\n{OCI_COLLection::size}

    "},{"t":"F","n":"\\ocicolltrim","p":"[Global_Namespace].html#function_ocicolltrim","d":"

    (PHP 4 >= 4.0.6, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of\n{OCI_Collection::trim}

    "},{"t":"F","n":"\\ocicolumnisnull","p":"[Global_Namespace].html#function_ocicolumnisnull","d":"

    (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of {oci_field_is_null}

    "},{"t":"F","n":"\\ocicolumnname","p":"[Global_Namespace].html#function_ocicolumnname","d":"

    (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of {oci_field_name}

    "},{"t":"F","n":"\\ocicolumnprecision","p":"[Global_Namespace].html#function_ocicolumnprecision","d":"

    (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of {oci_field_precision}

    "},{"t":"F","n":"\\ocicolumnscale","p":"[Global_Namespace].html#function_ocicolumnscale","d":"

    (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of {oci_field_scale}

    "},{"t":"F","n":"\\ocicolumnsize","p":"[Global_Namespace].html#function_ocicolumnsize","d":"

    (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of {oci_field_size}

    "},{"t":"F","n":"\\ocicolumntype","p":"[Global_Namespace].html#function_ocicolumntype","d":"

    (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of {oci_field_type}

    "},{"t":"F","n":"\\ocicolumntyperaw","p":"[Global_Namespace].html#function_ocicolumntyperaw","d":"

    (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of {oci_field_type_raw}

    "},{"t":"F","n":"\\ocicommit","p":"[Global_Namespace].html#function_ocicommit","d":"

    (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of\n{oci_commit}

    "},{"t":"F","n":"\\ocidefinebyname","p":"[Global_Namespace].html#function_ocidefinebyname","d":"

    (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of {oci_define_by_name}

    "},{"t":"F","n":"\\ocierror","p":"[Global_Namespace].html#function_ocierror","d":"

    (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of\n{oci_error}

    "},{"t":"F","n":"\\ociexecute","p":"[Global_Namespace].html#function_ociexecute","d":"

    (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of {oci_execute}

    "},{"t":"F","n":"\\ocifetch","p":"[Global_Namespace].html#function_ocifetch","d":"

    (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of {oci_fetch}

    "},{"t":"F","n":"\\ocifetchinto","p":"[Global_Namespace].html#function_ocifetchinto","d":"

    (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
    \nObsolete variant of {oci_fetch_array}, {oci_fetch_object},\n{@see oci_fetch_assoc} and\n{oci_fetch_row}

    "},{"t":"F","n":"\\ocifetchstatement","p":"[Global_Namespace].html#function_ocifetchstatement","d":"

    (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of {oci_fetch_all}

    "},{"t":"F","n":"\\ocifreecollection","p":"[Global_Namespace].html#function_ocifreecollection","d":"

    (PHP 4 >= 4.0.7, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of {OCI_Collection::free}

    "},{"t":"F","n":"\\ocifreecursor","p":"[Global_Namespace].html#function_ocifreecursor","d":"

    (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of\n{oci_free_statement}

    "},{"t":"F","n":"\\ocifreedesc","p":"[Global_Namespace].html#function_ocifreedesc","d":"

    (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of\n{OCI-Lob::free}

    "},{"t":"F","n":"\\ocifreestatement","p":"[Global_Namespace].html#function_ocifreestatement","d":"

    (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of {oci_free_statement}

    "},{"t":"F","n":"\\ociinternaldebug","p":"[Global_Namespace].html#function_ociinternaldebug","d":"

    (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of {oci_internal_debug}

    "},{"t":"F","n":"\\ociloadlob","p":"[Global_Namespace].html#function_ociloadlob","d":"

    (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of\n{OCI_Lob::load}

    "},{"t":"F","n":"\\ocilogoff","p":"[Global_Namespace].html#function_ocilogoff","d":"

    (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of {oci_close}

    "},{"t":"F","n":"\\ocilogon","p":"[Global_Namespace].html#function_ocilogon","d":"

    (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of {oci_connect}

    "},{"t":"F","n":"\\ocinewcollection","p":"[Global_Namespace].html#function_ocinewcollection","d":"

    (PHP 4 >= 4.0.6, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of\n{oci_new_collection}

    "},{"t":"F","n":"\\ocinewcursor","p":"[Global_Namespace].html#function_ocinewcursor","d":"

    (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of {oci_new_cursor}

    "},{"t":"F","n":"\\ocinewdescriptor","p":"[Global_Namespace].html#function_ocinewdescriptor","d":"

    (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of\n{oci_new_descriptor}

    "},{"t":"F","n":"\\ocinlogon","p":"[Global_Namespace].html#function_ocinlogon","d":"

    (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of\n{oci_new_connect}

    "},{"t":"F","n":"\\ocinumcols","p":"[Global_Namespace].html#function_ocinumcols","d":"

    (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of {oci_num_fields}

    "},{"t":"F","n":"\\ociparse","p":"[Global_Namespace].html#function_ociparse","d":"

    (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of {oci_parse}

    "},{"t":"F","n":"\\ocipasswordchange","p":"[Global_Namespace].html#function_ocipasswordchange","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nChanges password of Oracle's user

    "},{"t":"F","n":"\\ociplogon","p":"[Global_Namespace].html#function_ociplogon","d":"

    (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of\n{oci_pconnect}

    "},{"t":"F","n":"\\ociresult","p":"[Global_Namespace].html#function_ociresult","d":"

    (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of {oci_result}

    "},{"t":"F","n":"\\ocirollback","p":"[Global_Namespace].html#function_ocirollback","d":"

    (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of\n{oci_rollback}

    "},{"t":"F","n":"\\ocirowcount","p":"[Global_Namespace].html#function_ocirowcount","d":"

    (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of {oci_num_rows}

    "},{"t":"F","n":"\\ocisavelob","p":"[Global_Namespace].html#function_ocisavelob","d":"

    (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of\n{OCI-Lob::save}

    "},{"t":"F","n":"\\ocisavelobfile","p":"[Global_Namespace].html#function_ocisavelobfile","d":"

    (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of\n{OCI_Lob::import}

    "},{"t":"F","n":"\\ociserverversion","p":"[Global_Namespace].html#function_ociserverversion","d":"

    (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of {oci_server_version}

    "},{"t":"F","n":"\\ocisetprefetch","p":"[Global_Namespace].html#function_ocisetprefetch","d":"

    (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of {oci_set_prefetch}

    "},{"t":"F","n":"\\ocistatementtype","p":"[Global_Namespace].html#function_ocistatementtype","d":"

    (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of {oci_statement_type}

    "},{"t":"F","n":"\\ociwritelobtofile","p":"[Global_Namespace].html#function_ociwritelobtofile","d":"

    (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
    \nAlias of\n{OCI_Lob::export}

    "},{"t":"F","n":"\\ociwritetemporarylob","p":"[Global_Namespace].html#function_ociwritetemporarylob","d":"

    (PHP 4 >= 4.0.6, PECL OCI8 1.0)\nWrites a temporary large object\nAlias of {OCI-Lob::writeTemporary()}

    "},{"t":"F","n":"\\octdec","p":"[Global_Namespace].html#function_octdec","d":"

    Octal to decimal

    "},{"t":"F","n":"\\odbc_autocommit","p":"[Global_Namespace].html#function_odbc_autocommit","d":"

    Toggle autocommit behaviour

    "},{"t":"F","n":"\\odbc_binmode","p":"[Global_Namespace].html#function_odbc_binmode","d":"

    Handling of binary column data

    "},{"t":"F","n":"\\odbc_close","p":"[Global_Namespace].html#function_odbc_close","d":"

    Close an ODBC connection

    "},{"t":"F","n":"\\odbc_close_all","p":"[Global_Namespace].html#function_odbc_close_all","d":"

    Close all ODBC connections

    "},{"t":"F","n":"\\odbc_columnprivileges","p":"[Global_Namespace].html#function_odbc_columnprivileges","d":"

    Lists columns and associated privileges for the given table

    "},{"t":"F","n":"\\odbc_columns","p":"[Global_Namespace].html#function_odbc_columns","d":"

    Lists the column names in specified tables

    "},{"t":"F","n":"\\odbc_commit","p":"[Global_Namespace].html#function_odbc_commit","d":"

    Commit an ODBC transaction

    "},{"t":"F","n":"\\odbc_connect","p":"[Global_Namespace].html#function_odbc_connect","d":"

    Connect to a datasource

    "},{"t":"F","n":"\\odbc_connection_string_is_quoted","p":"[Global_Namespace].html#function_odbc_connection_string_is_quoted","d":null},{"t":"F","n":"\\odbc_connection_string_quote","p":"[Global_Namespace].html#function_odbc_connection_string_quote","d":null},{"t":"F","n":"\\odbc_connection_string_should_quote","p":"[Global_Namespace].html#function_odbc_connection_string_should_quote","d":null},{"t":"F","n":"\\odbc_cursor","p":"[Global_Namespace].html#function_odbc_cursor","d":"

    Get cursorname

    "},{"t":"F","n":"\\odbc_data_source","p":"[Global_Namespace].html#function_odbc_data_source","d":"

    Returns information about a current connection

    "},{"t":"F","n":"\\odbc_do","p":"[Global_Namespace].html#function_odbc_do","d":"

    Alias of odbc_exec

    "},{"t":"F","n":"\\odbc_error","p":"[Global_Namespace].html#function_odbc_error","d":"

    Get the last error code

    "},{"t":"F","n":"\\odbc_errormsg","p":"[Global_Namespace].html#function_odbc_errormsg","d":"

    Get the last error message

    "},{"t":"F","n":"\\odbc_exec","p":"[Global_Namespace].html#function_odbc_exec","d":"

    Prepare and execute an SQL statement

    "},{"t":"F","n":"\\odbc_execute","p":"[Global_Namespace].html#function_odbc_execute","d":"

    Execute a prepared statement

    "},{"t":"F","n":"\\odbc_fetch_array","p":"[Global_Namespace].html#function_odbc_fetch_array","d":"

    Fetch a result row as an associative array

    "},{"t":"F","n":"\\odbc_fetch_into","p":"[Global_Namespace].html#function_odbc_fetch_into","d":"

    Fetch one result row into array

    "},{"t":"F","n":"\\odbc_fetch_object","p":"[Global_Namespace].html#function_odbc_fetch_object","d":"

    Fetch a result row as an object

    "},{"t":"F","n":"\\odbc_fetch_row","p":"[Global_Namespace].html#function_odbc_fetch_row","d":"

    Fetch a row

    "},{"t":"F","n":"\\odbc_field_len","p":"[Global_Namespace].html#function_odbc_field_len","d":"

    Get the length (precision) of a field

    "},{"t":"F","n":"\\odbc_field_name","p":"[Global_Namespace].html#function_odbc_field_name","d":"

    Get the columnname

    "},{"t":"F","n":"\\odbc_field_num","p":"[Global_Namespace].html#function_odbc_field_num","d":"

    Return column number

    "},{"t":"F","n":"\\odbc_field_precision","p":"[Global_Namespace].html#function_odbc_field_precision","d":"

    Alias of odbc_field_len

    "},{"t":"F","n":"\\odbc_field_scale","p":"[Global_Namespace].html#function_odbc_field_scale","d":"

    Get the scale of a field

    "},{"t":"F","n":"\\odbc_field_type","p":"[Global_Namespace].html#function_odbc_field_type","d":"

    Datatype of a field

    "},{"t":"F","n":"\\odbc_foreignkeys","p":"[Global_Namespace].html#function_odbc_foreignkeys","d":"

    Retrieves a list of foreign keys

    "},{"t":"F","n":"\\odbc_free_result","p":"[Global_Namespace].html#function_odbc_free_result","d":"

    Free resources associated with a result

    "},{"t":"F","n":"\\odbc_gettypeinfo","p":"[Global_Namespace].html#function_odbc_gettypeinfo","d":"

    Retrieves information about data types supported by the data source

    "},{"t":"F","n":"\\odbc_longreadlen","p":"[Global_Namespace].html#function_odbc_longreadlen","d":"

    Handling of LONG columns

    "},{"t":"F","n":"\\odbc_next_result","p":"[Global_Namespace].html#function_odbc_next_result","d":"

    Checks if multiple results are available

    "},{"t":"F","n":"\\odbc_num_fields","p":"[Global_Namespace].html#function_odbc_num_fields","d":"

    Number of columns in a result

    "},{"t":"F","n":"\\odbc_num_rows","p":"[Global_Namespace].html#function_odbc_num_rows","d":"

    Number of rows in a result

    "},{"t":"F","n":"\\odbc_pconnect","p":"[Global_Namespace].html#function_odbc_pconnect","d":"

    Open a persistent database connection

    "},{"t":"F","n":"\\odbc_prepare","p":"[Global_Namespace].html#function_odbc_prepare","d":"

    Prepares a statement for execution

    "},{"t":"F","n":"\\odbc_primarykeys","p":"[Global_Namespace].html#function_odbc_primarykeys","d":"

    Gets the primary keys for a table

    "},{"t":"F","n":"\\odbc_procedurecolumns","p":"[Global_Namespace].html#function_odbc_procedurecolumns","d":"

    Retrieve information about parameters to procedures

    "},{"t":"F","n":"\\odbc_procedures","p":"[Global_Namespace].html#function_odbc_procedures","d":"

    Get the list of procedures stored in a specific data source

    "},{"t":"F","n":"\\odbc_result","p":"[Global_Namespace].html#function_odbc_result","d":"

    Get result data

    "},{"t":"F","n":"\\odbc_result_all","p":"[Global_Namespace].html#function_odbc_result_all","d":"

    Print result as HTML table

    "},{"t":"F","n":"\\odbc_rollback","p":"[Global_Namespace].html#function_odbc_rollback","d":"

    Rollback a transaction

    "},{"t":"F","n":"\\odbc_setoption","p":"[Global_Namespace].html#function_odbc_setoption","d":"

    Adjust ODBC settings

    "},{"t":"F","n":"\\odbc_specialcolumns","p":"[Global_Namespace].html#function_odbc_specialcolumns","d":"

    Retrieves special columns

    "},{"t":"F","n":"\\odbc_statistics","p":"[Global_Namespace].html#function_odbc_statistics","d":"

    Retrieve statistics about a table

    "},{"t":"F","n":"\\odbc_tableprivileges","p":"[Global_Namespace].html#function_odbc_tableprivileges","d":"

    Lists tables and the privileges associated with each table

    "},{"t":"F","n":"\\odbc_tables","p":"[Global_Namespace].html#function_odbc_tables","d":"

    Get the list of table names stored in a specific data source

    "},{"t":"F","n":"\\opcache_compile_file","p":"[Global_Namespace].html#function_opcache_compile_file","d":"

    (PHP 5 >= 5.5.5, PECL ZendOpcache >= 7.0.2 )
    \nCompiles and caches a PHP script without executing it

    "},{"t":"F","n":"\\opcache_get_configuration","p":"[Global_Namespace].html#function_opcache_get_configuration","d":"

    (PHP 5 >= 5.5.5, PECL ZendOpcache >= 7.0.2 )
    \nGet configuration information about the cache

    "},{"t":"F","n":"\\opcache_get_status","p":"[Global_Namespace].html#function_opcache_get_status","d":"

    (PHP 5 >= 5.5.5, PECL ZendOpcache >= 7.0.2 )
    \nGet status information about the cache

    "},{"t":"F","n":"\\opcache_invalidate","p":"[Global_Namespace].html#function_opcache_invalidate","d":"

    (PHP 5 >= 5.5.0, PECL ZendOpcache >= 7.0.0 )
    \nInvalidates a cached script

    "},{"t":"F","n":"\\opcache_is_script_cached","p":"[Global_Namespace].html#function_opcache_is_script_cached","d":"

    (PHP 5 >= 5.6, PECL ZendOpcache >= 7.0.4 )
    \nThis function checks if a PHP script has been cached in OPCache.

    "},{"t":"F","n":"\\opcache_jit_blacklist","p":"[Global_Namespace].html#function_opcache_jit_blacklist","d":""},{"t":"F","n":"\\opcache_reset","p":"[Global_Namespace].html#function_opcache_reset","d":"

    (PHP 5 >= 5.5.0, PECL ZendOpcache >= 7.0.0 )
    \nResets the contents of the opcode cache

    "},{"t":"F","n":"\\opendir","p":"[Global_Namespace].html#function_opendir","d":"

    Open directory handle

    "},{"t":"F","n":"\\openlog","p":"[Global_Namespace].html#function_openlog","d":"

    Open connection to system logger

    "},{"t":"F","n":"\\openssl_cipher_iv_length","p":"[Global_Namespace].html#function_openssl_cipher_iv_length","d":"

    (PHP 5 >= PHP 5.3.3)
    \nGets the cipher iv length

    "},{"t":"F","n":"\\openssl_cipher_key_length","p":"[Global_Namespace].html#function_openssl_cipher_key_length","d":"

    This function works in exactly the same way as openssl_cipher_iv_length but for a key length. This is especially\nuseful to make sure that the right key length is provided to openssl_encrypt and openssl_decrypt.

    "},{"t":"F","n":"\\openssl_cms_decrypt","p":"[Global_Namespace].html#function_openssl_cms_decrypt","d":"

    Decrypts the S/MIME message in the file and outputs the results to the supplied file.

    "},{"t":"F","n":"\\openssl_cms_encrypt","p":"[Global_Namespace].html#function_openssl_cms_encrypt","d":"

    Encrypts the message in the file with the certificates and outputs the result to the supplied file.

    "},{"t":"F","n":"\\openssl_cms_read","p":"[Global_Namespace].html#function_openssl_cms_read","d":"

    Exports the CMS file to an array of PEM certificates.

    "},{"t":"F","n":"\\openssl_cms_sign","p":"[Global_Namespace].html#function_openssl_cms_sign","d":"

    Signs the MIME message in the file with a cert and key and output the result to the supplied file.

    "},{"t":"F","n":"\\openssl_cms_verify","p":"[Global_Namespace].html#function_openssl_cms_verify","d":"

    Verifies that the data block is intact, the signer is who they say they are, and returns the certs of the signers.

    "},{"t":"F","n":"\\openssl_csr_export","p":"[Global_Namespace].html#function_openssl_csr_export","d":"

    Exports a CSR as a string

    "},{"t":"F","n":"\\openssl_csr_export_to_file","p":"[Global_Namespace].html#function_openssl_csr_export_to_file","d":"

    Exports a CSR to a file

    "},{"t":"F","n":"\\openssl_csr_get_public_key","p":"[Global_Namespace].html#function_openssl_csr_get_public_key","d":"

    Returns the public key of a CERT

    "},{"t":"F","n":"\\openssl_csr_get_subject","p":"[Global_Namespace].html#function_openssl_csr_get_subject","d":"

    Returns the subject of a CERT

    "},{"t":"F","n":"\\openssl_csr_new","p":"[Global_Namespace].html#function_openssl_csr_new","d":"

    Generates a CSR

    "},{"t":"F","n":"\\openssl_csr_sign","p":"[Global_Namespace].html#function_openssl_csr_sign","d":"

    Sign a CSR with another certificate (or itself) and generate a certificate

    "},{"t":"F","n":"\\openssl_decrypt","p":"[Global_Namespace].html#function_openssl_decrypt","d":"

    Decrypts data

    "},{"t":"F","n":"\\openssl_dh_compute_key","p":"[Global_Namespace].html#function_openssl_dh_compute_key","d":"

    Computes shared secret for public value of remote DH key and local DH key

    "},{"t":"F","n":"\\openssl_digest","p":"[Global_Namespace].html#function_openssl_digest","d":"

    Computes a digest

    "},{"t":"F","n":"\\openssl_encrypt","p":"[Global_Namespace].html#function_openssl_encrypt","d":"

    Encrypts data

    "},{"t":"F","n":"\\openssl_error_string","p":"[Global_Namespace].html#function_openssl_error_string","d":"

    Return openSSL error message

    "},{"t":"F","n":"\\openssl_free_key","p":"[Global_Namespace].html#function_openssl_free_key","d":"

    Free key resource

    "},{"t":"F","n":"\\openssl_get_cert_locations","p":"[Global_Namespace].html#function_openssl_get_cert_locations","d":"

    Retrieve the available certificate locations

    "},{"t":"F","n":"\\openssl_get_cipher_methods","p":"[Global_Namespace].html#function_openssl_get_cipher_methods","d":"

    Gets available cipher methods

    "},{"t":"F","n":"\\openssl_get_curve_names","p":"[Global_Namespace].html#function_openssl_get_curve_names","d":null},{"t":"F","n":"\\openssl_get_md_methods","p":"[Global_Namespace].html#function_openssl_get_md_methods","d":"

    Gets available digest methods

    "},{"t":"F","n":"\\openssl_get_privatekey","p":"[Global_Namespace].html#function_openssl_get_privatekey","d":"

    Alias of openssl_pkey_get_private

    "},{"t":"F","n":"\\openssl_get_publickey","p":"[Global_Namespace].html#function_openssl_get_publickey","d":"

    Alias of openssl_pkey_get_public

    "},{"t":"F","n":"\\openssl_open","p":"[Global_Namespace].html#function_openssl_open","d":"

    Open sealed data

    "},{"t":"F","n":"\\openssl_pbkdf2","p":"[Global_Namespace].html#function_openssl_pbkdf2","d":"

    Generates a PKCS5 v2 PBKDF2 string, defaults to SHA-1

    "},{"t":"F","n":"\\openssl_pkcs12_export","p":"[Global_Namespace].html#function_openssl_pkcs12_export","d":"

    Exports a PKCS#12 Compatible Certificate Store File to variable.

    "},{"t":"F","n":"\\openssl_pkcs12_export_to_file","p":"[Global_Namespace].html#function_openssl_pkcs12_export_to_file","d":"

    Exports a PKCS#12 Compatible Certificate Store File

    "},{"t":"F","n":"\\openssl_pkcs12_read","p":"[Global_Namespace].html#function_openssl_pkcs12_read","d":"

    Parse a PKCS#12 Certificate Store into an array

    "},{"t":"F","n":"\\openssl_pkcs7_decrypt","p":"[Global_Namespace].html#function_openssl_pkcs7_decrypt","d":"

    Decrypts an S/MIME encrypted message

    "},{"t":"F","n":"\\openssl_pkcs7_encrypt","p":"[Global_Namespace].html#function_openssl_pkcs7_encrypt","d":"

    Encrypt an S/MIME message

    "},{"t":"F","n":"\\openssl_pkcs7_read","p":"[Global_Namespace].html#function_openssl_pkcs7_read","d":""},{"t":"F","n":"\\openssl_pkcs7_sign","p":"[Global_Namespace].html#function_openssl_pkcs7_sign","d":"

    Sign an S/MIME message

    "},{"t":"F","n":"\\openssl_pkcs7_verify","p":"[Global_Namespace].html#function_openssl_pkcs7_verify","d":"

    Verifies the signature of an S/MIME signed message

    "},{"t":"F","n":"\\openssl_pkey_derive","p":"[Global_Namespace].html#function_openssl_pkey_derive","d":""},{"t":"F","n":"\\openssl_pkey_export","p":"[Global_Namespace].html#function_openssl_pkey_export","d":"

    Gets an exportable representation of a key into a string

    "},{"t":"F","n":"\\openssl_pkey_export_to_file","p":"[Global_Namespace].html#function_openssl_pkey_export_to_file","d":"

    Gets an exportable representation of a key into a file

    "},{"t":"F","n":"\\openssl_pkey_free","p":"[Global_Namespace].html#function_openssl_pkey_free","d":"

    Frees a private key

    "},{"t":"F","n":"\\openssl_pkey_get_details","p":"[Global_Namespace].html#function_openssl_pkey_get_details","d":"

    Returns an array with the key details

    "},{"t":"F","n":"\\openssl_pkey_get_private","p":"[Global_Namespace].html#function_openssl_pkey_get_private","d":"

    Get a private key

    "},{"t":"F","n":"\\openssl_pkey_get_public","p":"[Global_Namespace].html#function_openssl_pkey_get_public","d":"

    Extract public key from certificate and prepare it for use

    "},{"t":"F","n":"\\openssl_pkey_new","p":"[Global_Namespace].html#function_openssl_pkey_new","d":"

    Generates a new private key

    "},{"t":"F","n":"\\openssl_private_decrypt","p":"[Global_Namespace].html#function_openssl_private_decrypt","d":"

    Decrypts data with private key

    "},{"t":"F","n":"\\openssl_private_encrypt","p":"[Global_Namespace].html#function_openssl_private_encrypt","d":"

    Encrypts data with private key

    "},{"t":"F","n":"\\openssl_public_decrypt","p":"[Global_Namespace].html#function_openssl_public_decrypt","d":"

    Decrypts data with public key

    "},{"t":"F","n":"\\openssl_public_encrypt","p":"[Global_Namespace].html#function_openssl_public_encrypt","d":"

    Encrypts data with public key

    "},{"t":"F","n":"\\openssl_random_pseudo_bytes","p":"[Global_Namespace].html#function_openssl_random_pseudo_bytes","d":"

    Generates a string of pseudo-random bytes, with the number of bytes determined by the length parameter.

    "},{"t":"F","n":"\\openssl_seal","p":"[Global_Namespace].html#function_openssl_seal","d":"

    Seal (encrypt) data

    "},{"t":"F","n":"\\openssl_sign","p":"[Global_Namespace].html#function_openssl_sign","d":"

    Generate signature

    "},{"t":"F","n":"\\openssl_spki_export","p":"[Global_Namespace].html#function_openssl_spki_export","d":"

    Exports a valid PEM formatted public key signed public key and challenge

    "},{"t":"F","n":"\\openssl_spki_export_challenge","p":"[Global_Namespace].html#function_openssl_spki_export_challenge","d":"

    Exports the challenge associated with a signed public key and challenge

    "},{"t":"F","n":"\\openssl_spki_new","p":"[Global_Namespace].html#function_openssl_spki_new","d":"

    Generate a new signed public key and challenge

    "},{"t":"F","n":"\\openssl_spki_verify","p":"[Global_Namespace].html#function_openssl_spki_verify","d":"

    Verifies a signed public key and challenge

    "},{"t":"F","n":"\\openssl_verify","p":"[Global_Namespace].html#function_openssl_verify","d":"

    Verify signature

    "},{"t":"F","n":"\\openssl_x509_check_private_key","p":"[Global_Namespace].html#function_openssl_x509_check_private_key","d":"

    Checks if a private key corresponds to a certificate

    "},{"t":"F","n":"\\openssl_x509_checkpurpose","p":"[Global_Namespace].html#function_openssl_x509_checkpurpose","d":"

    Verifies if a certificate can be used for a particular purpose

    "},{"t":"F","n":"\\openssl_x509_export","p":"[Global_Namespace].html#function_openssl_x509_export","d":"

    Exports a certificate as a string

    "},{"t":"F","n":"\\openssl_x509_export_to_file","p":"[Global_Namespace].html#function_openssl_x509_export_to_file","d":"

    Exports a certificate to file

    "},{"t":"F","n":"\\openssl_x509_fingerprint","p":"[Global_Namespace].html#function_openssl_x509_fingerprint","d":""},{"t":"F","n":"\\openssl_x509_free","p":"[Global_Namespace].html#function_openssl_x509_free","d":"

    Free certificate resource

    "},{"t":"F","n":"\\openssl_x509_parse","p":"[Global_Namespace].html#function_openssl_x509_parse","d":"

    Parse an X509 certificate and return the information as an array

    "},{"t":"F","n":"\\openssl_x509_read","p":"[Global_Namespace].html#function_openssl_x509_read","d":"

    Parse an X.509 certificate and return a resource identifier for\nit

    "},{"t":"F","n":"\\openssl_x509_verify","p":"[Global_Namespace].html#function_openssl_x509_verify","d":"

    Verifies digital signature of x509 certificate against a public key

    "},{"t":"F","n":"\\ord","p":"[Global_Namespace].html#function_ord","d":"

    Convert the first byte of a string to a value between 0 and 255

    "},{"t":"F","n":"\\output_add_rewrite_var","p":"[Global_Namespace].html#function_output_add_rewrite_var","d":"

    Add URL rewriter values

    "},{"t":"F","n":"\\output_cache_disable","p":"[Global_Namespace].html#function_output_cache_disable","d":"

    Disables output caching for currently running scripts.

    "},{"t":"F","n":"\\output_cache_disable_compression","p":"[Global_Namespace].html#function_output_cache_disable_compression","d":"

    Does not allow the cache to perform compression on the output of the current page.

    "},{"t":"F","n":"\\output_cache_exists","p":"[Global_Namespace].html#function_output_cache_exists","d":"

    If data for assigned key exists, this function outputs it and returns a value of true.

    "},{"t":"F","n":"\\output_cache_fetch","p":"[Global_Namespace].html#function_output_cache_fetch","d":"

    Gets the code\u2019s return value from the cache if it is there, if not - run function and cache the value.

    "},{"t":"F","n":"\\output_cache_get","p":"[Global_Namespace].html#function_output_cache_get","d":"

    Gets cached data according to the assigned key.

    "},{"t":"F","n":"\\output_cache_output","p":"[Global_Namespace].html#function_output_cache_output","d":"

    If they cache for the key exists, output it, otherwise capture expression output, cache and pass it out.

    "},{"t":"F","n":"\\output_cache_put","p":"[Global_Namespace].html#function_output_cache_put","d":"

    Puts data in cache according to the assigned key.

    "},{"t":"F","n":"\\output_cache_remove","p":"[Global_Namespace].html#function_output_cache_remove","d":"

    Removes all the cache data for the given filename.

    "},{"t":"F","n":"\\output_cache_remove_key","p":"[Global_Namespace].html#function_output_cache_remove_key","d":"

    Remove item from PHP API cache by key

    "},{"t":"F","n":"\\output_cache_remove_url","p":"[Global_Namespace].html#function_output_cache_remove_url","d":"

    Remove cache data for the script with given URL (all dependent data is removed)

    "},{"t":"F","n":"\\output_cache_stop","p":"[Global_Namespace].html#function_output_cache_stop","d":"

    If output was captured by output_cache_exists, this function stops the output capture and stores\nthe data under the key that was given to output_cache_exists().

    "},{"t":"F","n":"\\output_reset_rewrite_vars","p":"[Global_Namespace].html#function_output_reset_rewrite_vars","d":"

    Reset URL rewriter values

    \n\n\n\n\n\n"},{"t":"F","n":"\\pack","p":"[Global_Namespace].html#function_pack","d":"

    Pack data into binary string

    "},{"t":"F","n":"\\pam_auth","p":"[Global_Namespace].html#function_pam_auth","d":"

    Authorize against a PAM unix database.

    "},{"t":"F","n":"\\pam_chpass","p":"[Global_Namespace].html#function_pam_chpass","d":"

    Change a password for a PAM unix account.

    "},{"t":"F","n":"\\parse_ini_file","p":"[Global_Namespace].html#function_parse_ini_file","d":"

    Parse a configuration file

    "},{"t":"F","n":"\\parse_ini_string","p":"[Global_Namespace].html#function_parse_ini_string","d":"

    Parse a configuration string

    "},{"t":"F","n":"\\parse_str","p":"[Global_Namespace].html#function_parse_str","d":"

    Parses the string into variables

    "},{"t":"F","n":"\\parse_url","p":"[Global_Namespace].html#function_parse_url","d":"

    Parse a URL and return its components

    "},{"t":"F","n":"\\passthru","p":"[Global_Namespace].html#function_passthru","d":"

    Execute an external program and display raw output

    "},{"t":"F","n":"\\password_algos","p":"[Global_Namespace].html#function_password_algos","d":"

    Return a complete list of all registered password hashing algorithms.

    "},{"t":"F","n":"\\password_get_info","p":"[Global_Namespace].html#function_password_get_info","d":"

    Returns information about the given hash

    "},{"t":"F","n":"\\password_hash","p":"[Global_Namespace].html#function_password_hash","d":"

    (PHP 5 >= 5.5.0, PHP 5)

    "},{"t":"F","n":"\\password_needs_rehash","p":"[Global_Namespace].html#function_password_needs_rehash","d":"

    Checks if the given hash matches the given options.

    "},{"t":"F","n":"\\password_verify","p":"[Global_Namespace].html#function_password_verify","d":"

    Checks if the given hash matches the given options.

    "},{"t":"F","n":"\\pathinfo","p":"[Global_Namespace].html#function_pathinfo","d":"

    Returns information about a file path

    "},{"t":"F","n":"\\pclose","p":"[Global_Namespace].html#function_pclose","d":"

    Closes process file pointer

    "},{"t":"F","n":"\\pcntl_alarm","p":"[Global_Namespace].html#function_pcntl_alarm","d":"

    Set an alarm clock for delivery of a signal

    "},{"t":"F","n":"\\pcntl_async_signals","p":"[Global_Namespace].html#function_pcntl_async_signals","d":"

    Enable/disable asynchronous signal handling or return the old setting.
    \nIf the enable parameter is omitted, it returns whether asynchronous\nsignal handling is enabled.

    "},{"t":"F","n":"\\pcntl_errno","p":"[Global_Namespace].html#function_pcntl_errno","d":"

    Alias of pcntl_get_last_error

    "},{"t":"F","n":"\\pcntl_exec","p":"[Global_Namespace].html#function_pcntl_exec","d":"

    Executes specified program in current process space

    "},{"t":"F","n":"\\pcntl_fork","p":"[Global_Namespace].html#function_pcntl_fork","d":"

    Forks the currently running process

    "},{"t":"F","n":"\\pcntl_get_last_error","p":"[Global_Namespace].html#function_pcntl_get_last_error","d":"

    Retrieve the error number set by the last pcntl function which failed

    "},{"t":"F","n":"\\pcntl_getcpu","p":"[Global_Namespace].html#function_pcntl_getcpu","d":""},{"t":"F","n":"\\pcntl_getcpuaffinity","p":"[Global_Namespace].html#function_pcntl_getcpuaffinity","d":""},{"t":"F","n":"\\pcntl_getpriority","p":"[Global_Namespace].html#function_pcntl_getpriority","d":"

    Get the priority of any process

    "},{"t":"F","n":"\\pcntl_setcpuaffinity","p":"[Global_Namespace].html#function_pcntl_setcpuaffinity","d":""},{"t":"F","n":"\\pcntl_setpriority","p":"[Global_Namespace].html#function_pcntl_setpriority","d":"

    Change the priority of any process

    "},{"t":"F","n":"\\pcntl_signal","p":"[Global_Namespace].html#function_pcntl_signal","d":"

    Installs a signal handler

    "},{"t":"F","n":"\\pcntl_signal_dispatch","p":"[Global_Namespace].html#function_pcntl_signal_dispatch","d":"

    Calls signal handlers for pending signals

    "},{"t":"F","n":"\\pcntl_signal_get_handler","p":"[Global_Namespace].html#function_pcntl_signal_get_handler","d":"

    Get the current handler for specified signal.

    "},{"t":"F","n":"\\pcntl_sigprocmask","p":"[Global_Namespace].html#function_pcntl_sigprocmask","d":"

    Sets and retrieves blocked signals

    "},{"t":"F","n":"\\pcntl_sigtimedwait","p":"[Global_Namespace].html#function_pcntl_sigtimedwait","d":"

    Waits for signals, with a timeout

    "},{"t":"F","n":"\\pcntl_sigwaitinfo","p":"[Global_Namespace].html#function_pcntl_sigwaitinfo","d":"

    Waits for signals

    "},{"t":"F","n":"\\pcntl_strerror","p":"[Global_Namespace].html#function_pcntl_strerror","d":"

    Retrieve the system error message associated with the given errno

    "},{"t":"F","n":"\\pcntl_unshare","p":"[Global_Namespace].html#function_pcntl_unshare","d":""},{"t":"F","n":"\\pcntl_wait","p":"[Global_Namespace].html#function_pcntl_wait","d":"

    Waits on or returns the status of a forked child

    "},{"t":"F","n":"\\pcntl_waitid","p":"[Global_Namespace].html#function_pcntl_waitid","d":""},{"t":"F","n":"\\pcntl_waitpid","p":"[Global_Namespace].html#function_pcntl_waitpid","d":"

    Waits on or returns the status of a forked child

    "},{"t":"F","n":"\\pcntl_wexitstatus","p":"[Global_Namespace].html#function_pcntl_wexitstatus","d":"

    Returns the return code of a terminated child

    "},{"t":"F","n":"\\pcntl_wifcontinued","p":"[Global_Namespace].html#function_pcntl_wifcontinued","d":""},{"t":"F","n":"\\pcntl_wifexited","p":"[Global_Namespace].html#function_pcntl_wifexited","d":"

    Checks if status code represents a normal exit

    "},{"t":"F","n":"\\pcntl_wifsignaled","p":"[Global_Namespace].html#function_pcntl_wifsignaled","d":"

    Checks whether the status code represents a termination due to a signal

    "},{"t":"F","n":"\\pcntl_wifstopped","p":"[Global_Namespace].html#function_pcntl_wifstopped","d":"

    Checks whether the child process is currently stopped

    "},{"t":"F","n":"\\pcntl_wstopsig","p":"[Global_Namespace].html#function_pcntl_wstopsig","d":"

    Returns the signal which caused the child to stop

    "},{"t":"F","n":"\\pcntl_wtermsig","p":"[Global_Namespace].html#function_pcntl_wtermsig","d":"

    Returns the signal which caused the child to terminate

    "},{"t":"F","n":"\\pdo_drivers","p":"[Global_Namespace].html#function_pdo_drivers","d":"

    (PHP 5 >= 5.1.3, PHP 7, PECL pdo >= 1.0.3)
    \nReturn an array of available PDO drivers

    "},{"t":"F","n":"\\pfsockopen","p":"[Global_Namespace].html#function_pfsockopen","d":"

    Open persistent Internet or Unix domain socket connection

    "},{"t":"F","n":"\\pg_affected_rows","p":"[Global_Namespace].html#function_pg_affected_rows","d":"

    Returns number of affected records (tuples)

    "},{"t":"F","n":"\\pg_cancel_query","p":"[Global_Namespace].html#function_pg_cancel_query","d":"

    Cancel an asynchronous query

    "},{"t":"F","n":"\\pg_change_password","p":"[Global_Namespace].html#function_pg_change_password","d":""},{"t":"F","n":"\\pg_client_encoding","p":"[Global_Namespace].html#function_pg_client_encoding","d":"

    Gets the client encoding

    "},{"t":"F","n":"\\pg_clientencoding","p":"[Global_Namespace].html#function_pg_clientencoding","d":""},{"t":"F","n":"\\pg_close","p":"[Global_Namespace].html#function_pg_close","d":"

    Closes a PostgreSQL connection

    "},{"t":"F","n":"\\pg_cmdtuples","p":"[Global_Namespace].html#function_pg_cmdtuples","d":""},{"t":"F","n":"\\pg_connect","p":"[Global_Namespace].html#function_pg_connect","d":"

    Open a PostgreSQL connection

    "},{"t":"F","n":"\\pg_connect_poll","p":"[Global_Namespace].html#function_pg_connect_poll","d":"

    Poll the status of an in-progress asynchronous PostgreSQL connection attempt.

    "},{"t":"F","n":"\\pg_connection_busy","p":"[Global_Namespace].html#function_pg_connection_busy","d":"

    Get connection is busy or not

    "},{"t":"F","n":"\\pg_connection_reset","p":"[Global_Namespace].html#function_pg_connection_reset","d":"

    Reset connection (reconnect)

    "},{"t":"F","n":"\\pg_connection_status","p":"[Global_Namespace].html#function_pg_connection_status","d":"

    Get connection status

    "},{"t":"F","n":"\\pg_consume_input","p":"[Global_Namespace].html#function_pg_consume_input","d":"

    Reads input on the connection

    "},{"t":"F","n":"\\pg_convert","p":"[Global_Namespace].html#function_pg_convert","d":"

    Convert associative array values into suitable for SQL statement

    "},{"t":"F","n":"\\pg_copy_from","p":"[Global_Namespace].html#function_pg_copy_from","d":"

    Insert records into a table from an array

    "},{"t":"F","n":"\\pg_copy_to","p":"[Global_Namespace].html#function_pg_copy_to","d":"

    Copy a table to an array

    "},{"t":"F","n":"\\pg_dbname","p":"[Global_Namespace].html#function_pg_dbname","d":"

    Get the database name

    "},{"t":"F","n":"\\pg_delete","p":"[Global_Namespace].html#function_pg_delete","d":"

    Deletes records

    "},{"t":"F","n":"\\pg_end_copy","p":"[Global_Namespace].html#function_pg_end_copy","d":"

    Sync with PostgreSQL backend

    "},{"t":"F","n":"\\pg_enter_pipeline_mode","p":"[Global_Namespace].html#function_pg_enter_pipeline_mode","d":""},{"t":"F","n":"\\pg_errormessage","p":"[Global_Namespace].html#function_pg_errormessage","d":""},{"t":"F","n":"\\pg_escape_bytea","p":"[Global_Namespace].html#function_pg_escape_bytea","d":"

    Escape a string for insertion into a bytea field

    "},{"t":"F","n":"\\pg_escape_identifier","p":"[Global_Namespace].html#function_pg_escape_identifier","d":"

    Escape a identifier for insertion into a text field

    "},{"t":"F","n":"\\pg_escape_literal","p":"[Global_Namespace].html#function_pg_escape_literal","d":"

    Escape a literal for insertion into a text field

    "},{"t":"F","n":"\\pg_escape_string","p":"[Global_Namespace].html#function_pg_escape_string","d":"

    Escape a string for query

    "},{"t":"F","n":"\\pg_exec","p":"[Global_Namespace].html#function_pg_exec","d":""},{"t":"F","n":"\\pg_execute","p":"[Global_Namespace].html#function_pg_execute","d":"

    Sends a request to execute a prepared statement with given parameters, and waits for the result.

    "},{"t":"F","n":"\\pg_exit_pipeline_mode","p":"[Global_Namespace].html#function_pg_exit_pipeline_mode","d":""},{"t":"F","n":"\\pg_fetch_all","p":"[Global_Namespace].html#function_pg_fetch_all","d":"

    Fetches all rows from a result as an array

    "},{"t":"F","n":"\\pg_fetch_all_columns","p":"[Global_Namespace].html#function_pg_fetch_all_columns","d":"

    Fetches all rows in a particular result column as an array

    "},{"t":"F","n":"\\pg_fetch_array","p":"[Global_Namespace].html#function_pg_fetch_array","d":"

    Fetch a row as an array

    "},{"t":"F","n":"\\pg_fetch_assoc","p":"[Global_Namespace].html#function_pg_fetch_assoc","d":"

    Fetch a row as an associative array

    "},{"t":"F","n":"\\pg_fetch_object","p":"[Global_Namespace].html#function_pg_fetch_object","d":"

    Fetch a row as an object

    "},{"t":"F","n":"\\pg_fetch_result","p":"[Global_Namespace].html#function_pg_fetch_result","d":"

    Returns values from a result resource

    "},{"t":"F","n":"\\pg_fetch_row","p":"[Global_Namespace].html#function_pg_fetch_row","d":"

    Get a row as an enumerated array

    "},{"t":"F","n":"\\pg_field_is_null","p":"[Global_Namespace].html#function_pg_field_is_null","d":"

    Test if a field is SQL NULL

    "},{"t":"F","n":"\\pg_field_name","p":"[Global_Namespace].html#function_pg_field_name","d":"

    Returns the name of a field

    "},{"t":"F","n":"\\pg_field_num","p":"[Global_Namespace].html#function_pg_field_num","d":"

    Returns the field number of the named field

    "},{"t":"F","n":"\\pg_field_prtlen","p":"[Global_Namespace].html#function_pg_field_prtlen","d":"

    Returns the printed length

    "},{"t":"F","n":"\\pg_field_size","p":"[Global_Namespace].html#function_pg_field_size","d":"

    Returns the internal storage size of the named field

    "},{"t":"F","n":"\\pg_field_table","p":"[Global_Namespace].html#function_pg_field_table","d":"

    Returns the name or oid of the tables field

    "},{"t":"F","n":"\\pg_field_type","p":"[Global_Namespace].html#function_pg_field_type","d":"

    Returns the type name for the corresponding field number

    "},{"t":"F","n":"\\pg_field_type_oid","p":"[Global_Namespace].html#function_pg_field_type_oid","d":"

    Returns the type ID (OID) for the corresponding field number

    "},{"t":"F","n":"\\pg_fieldisnull","p":"[Global_Namespace].html#function_pg_fieldisnull","d":""},{"t":"F","n":"\\pg_fieldname","p":"[Global_Namespace].html#function_pg_fieldname","d":""},{"t":"F","n":"\\pg_fieldnum","p":"[Global_Namespace].html#function_pg_fieldnum","d":""},{"t":"F","n":"\\pg_fieldprtlen","p":"[Global_Namespace].html#function_pg_fieldprtlen","d":""},{"t":"F","n":"\\pg_fieldsize","p":"[Global_Namespace].html#function_pg_fieldsize","d":""},{"t":"F","n":"\\pg_fieldtype","p":"[Global_Namespace].html#function_pg_fieldtype","d":""},{"t":"F","n":"\\pg_flush","p":"[Global_Namespace].html#function_pg_flush","d":"

    Flush outbound query data on the connection

    "},{"t":"F","n":"\\pg_free_result","p":"[Global_Namespace].html#function_pg_free_result","d":"

    Free result memory

    "},{"t":"F","n":"\\pg_freeresult","p":"[Global_Namespace].html#function_pg_freeresult","d":""},{"t":"F","n":"\\pg_get_notify","p":"[Global_Namespace].html#function_pg_get_notify","d":"

    Gets SQL NOTIFY message

    "},{"t":"F","n":"\\pg_get_pid","p":"[Global_Namespace].html#function_pg_get_pid","d":"

    Gets the backend's process ID

    "},{"t":"F","n":"\\pg_get_result","p":"[Global_Namespace].html#function_pg_get_result","d":"

    Get asynchronous query result

    "},{"t":"F","n":"\\pg_getlastoid","p":"[Global_Namespace].html#function_pg_getlastoid","d":""},{"t":"F","n":"\\pg_host","p":"[Global_Namespace].html#function_pg_host","d":"

    Returns the host name associated with the connection

    "},{"t":"F","n":"\\pg_insert","p":"[Global_Namespace].html#function_pg_insert","d":"

    Insert array into table

    "},{"t":"F","n":"\\pg_jit","p":"[Global_Namespace].html#function_pg_jit","d":""},{"t":"F","n":"\\pg_last_error","p":"[Global_Namespace].html#function_pg_last_error","d":"

    Get the last error message string of a connection

    "},{"t":"F","n":"\\pg_last_notice","p":"[Global_Namespace].html#function_pg_last_notice","d":"

    Returns the last notice message from PostgreSQL server

    "},{"t":"F","n":"\\pg_last_oid","p":"[Global_Namespace].html#function_pg_last_oid","d":"

    Returns the last row's OID

    "},{"t":"F","n":"\\pg_lo_close","p":"[Global_Namespace].html#function_pg_lo_close","d":"

    Close a large object

    "},{"t":"F","n":"\\pg_lo_create","p":"[Global_Namespace].html#function_pg_lo_create","d":"

    Create a large object

    "},{"t":"F","n":"\\pg_lo_export","p":"[Global_Namespace].html#function_pg_lo_export","d":"

    Export a large object to file

    "},{"t":"F","n":"\\pg_lo_import","p":"[Global_Namespace].html#function_pg_lo_import","d":"

    Import a large object from file

    "},{"t":"F","n":"\\pg_lo_open","p":"[Global_Namespace].html#function_pg_lo_open","d":"

    Open a large object

    "},{"t":"F","n":"\\pg_lo_read","p":"[Global_Namespace].html#function_pg_lo_read","d":"

    Read a large object

    "},{"t":"F","n":"\\pg_lo_read_all","p":"[Global_Namespace].html#function_pg_lo_read_all","d":"

    Reads an entire large object and send straight to browser

    "},{"t":"F","n":"\\pg_lo_seek","p":"[Global_Namespace].html#function_pg_lo_seek","d":"

    Seeks position within a large object

    "},{"t":"F","n":"\\pg_lo_tell","p":"[Global_Namespace].html#function_pg_lo_tell","d":"

    Returns current seek position a of large object

    "},{"t":"F","n":"\\pg_lo_truncate","p":"[Global_Namespace].html#function_pg_lo_truncate","d":"

    Truncates a large object

    "},{"t":"F","n":"\\pg_lo_unlink","p":"[Global_Namespace].html#function_pg_lo_unlink","d":"

    Delete a large object

    "},{"t":"F","n":"\\pg_lo_write","p":"[Global_Namespace].html#function_pg_lo_write","d":"

    Write to a large object

    "},{"t":"F","n":"\\pg_loclose","p":"[Global_Namespace].html#function_pg_loclose","d":""},{"t":"F","n":"\\pg_locreate","p":"[Global_Namespace].html#function_pg_locreate","d":""},{"t":"F","n":"\\pg_loexport","p":"[Global_Namespace].html#function_pg_loexport","d":""},{"t":"F","n":"\\pg_loimport","p":"[Global_Namespace].html#function_pg_loimport","d":""},{"t":"F","n":"\\pg_loopen","p":"[Global_Namespace].html#function_pg_loopen","d":""},{"t":"F","n":"\\pg_loread","p":"[Global_Namespace].html#function_pg_loread","d":""},{"t":"F","n":"\\pg_loreadall","p":"[Global_Namespace].html#function_pg_loreadall","d":""},{"t":"F","n":"\\pg_lounlink","p":"[Global_Namespace].html#function_pg_lounlink","d":""},{"t":"F","n":"\\pg_lowrite","p":"[Global_Namespace].html#function_pg_lowrite","d":""},{"t":"F","n":"\\pg_meta_data","p":"[Global_Namespace].html#function_pg_meta_data","d":"

    Get meta data for table

    "},{"t":"F","n":"\\pg_num_fields","p":"[Global_Namespace].html#function_pg_num_fields","d":"

    Returns the number of fields in a result

    "},{"t":"F","n":"\\pg_num_rows","p":"[Global_Namespace].html#function_pg_num_rows","d":"

    Returns the number of rows in a result

    "},{"t":"F","n":"\\pg_numfields","p":"[Global_Namespace].html#function_pg_numfields","d":""},{"t":"F","n":"\\pg_numrows","p":"[Global_Namespace].html#function_pg_numrows","d":""},{"t":"F","n":"\\pg_options","p":"[Global_Namespace].html#function_pg_options","d":"

    Get the options associated with the connection

    "},{"t":"F","n":"\\pg_parameter_status","p":"[Global_Namespace].html#function_pg_parameter_status","d":"

    Looks up a current parameter setting of the server.

    "},{"t":"F","n":"\\pg_pconnect","p":"[Global_Namespace].html#function_pg_pconnect","d":"

    Open a persistent PostgreSQL connection

    "},{"t":"F","n":"\\pg_ping","p":"[Global_Namespace].html#function_pg_ping","d":"

    Ping database connection

    "},{"t":"F","n":"\\pg_pipeline_status","p":"[Global_Namespace].html#function_pg_pipeline_status","d":""},{"t":"F","n":"\\pg_pipeline_sync","p":"[Global_Namespace].html#function_pg_pipeline_sync","d":""},{"t":"F","n":"\\pg_port","p":"[Global_Namespace].html#function_pg_port","d":"

    Return the port number associated with the connection

    "},{"t":"F","n":"\\pg_prepare","p":"[Global_Namespace].html#function_pg_prepare","d":"

    Submits a request to create a prepared statement with the\ngiven parameters, and waits for completion.

    "},{"t":"F","n":"\\pg_put_copy_data","p":"[Global_Namespace].html#function_pg_put_copy_data","d":""},{"t":"F","n":"\\pg_put_copy_end","p":"[Global_Namespace].html#function_pg_put_copy_end","d":""},{"t":"F","n":"\\pg_put_line","p":"[Global_Namespace].html#function_pg_put_line","d":"

    Send a NULL-terminated string to PostgreSQL backend

    "},{"t":"F","n":"\\pg_query","p":"[Global_Namespace].html#function_pg_query","d":"

    Execute a query

    "},{"t":"F","n":"\\pg_query_params","p":"[Global_Namespace].html#function_pg_query_params","d":"

    Submits a command to the server and waits for the result, with the ability to pass parameters separately from the SQL command text.

    "},{"t":"F","n":"\\pg_result","p":"[Global_Namespace].html#function_pg_result","d":""},{"t":"F","n":"\\pg_result_error","p":"[Global_Namespace].html#function_pg_result_error","d":"

    Get error message associated with result

    "},{"t":"F","n":"\\pg_result_error_field","p":"[Global_Namespace].html#function_pg_result_error_field","d":"

    Returns an individual field of an error report.

    "},{"t":"F","n":"\\pg_result_memory_size","p":"[Global_Namespace].html#function_pg_result_memory_size","d":""},{"t":"F","n":"\\pg_result_seek","p":"[Global_Namespace].html#function_pg_result_seek","d":"

    Set internal row offset in result resource

    "},{"t":"F","n":"\\pg_result_status","p":"[Global_Namespace].html#function_pg_result_status","d":"

    Get status of query result

    "},{"t":"F","n":"\\pg_select","p":"[Global_Namespace].html#function_pg_select","d":"

    Select records

    "},{"t":"F","n":"\\pg_send_execute","p":"[Global_Namespace].html#function_pg_send_execute","d":"

    Sends a request to execute a prepared statement with given parameters, without waiting for the result(s).

    "},{"t":"F","n":"\\pg_send_prepare","p":"[Global_Namespace].html#function_pg_send_prepare","d":"

    Sends a request to create a prepared statement with the given parameters, without waiting for completion.

    "},{"t":"F","n":"\\pg_send_query","p":"[Global_Namespace].html#function_pg_send_query","d":"

    Sends asynchronous query

    "},{"t":"F","n":"\\pg_send_query_params","p":"[Global_Namespace].html#function_pg_send_query_params","d":"

    Submits a command and separate parameters to the server without waiting for the result(s).

    "},{"t":"F","n":"\\pg_set_chunked_rows_size","p":"[Global_Namespace].html#function_pg_set_chunked_rows_size","d":""},{"t":"F","n":"\\pg_set_client_encoding","p":"[Global_Namespace].html#function_pg_set_client_encoding","d":"

    Set the client encoding

    "},{"t":"F","n":"\\pg_set_error_context_visibility","p":"[Global_Namespace].html#function_pg_set_error_context_visibility","d":""},{"t":"F","n":"\\pg_set_error_verbosity","p":"[Global_Namespace].html#function_pg_set_error_verbosity","d":"

    Determines the verbosity of messages returned by pg_last_error\nand pg_result_error.

    "},{"t":"F","n":"\\pg_setclientencoding","p":"[Global_Namespace].html#function_pg_setclientencoding","d":""},{"t":"F","n":"\\pg_socket","p":"[Global_Namespace].html#function_pg_socket","d":"

    Get a read only handle to the socket underlying a PostgreSQL connection

    "},{"t":"F","n":"\\pg_socket_poll","p":"[Global_Namespace].html#function_pg_socket_poll","d":""},{"t":"F","n":"\\pg_trace","p":"[Global_Namespace].html#function_pg_trace","d":"

    Enable tracing a PostgreSQL connection

    "},{"t":"F","n":"\\pg_transaction_status","p":"[Global_Namespace].html#function_pg_transaction_status","d":"

    Returns the current in-transaction status of the server.

    "},{"t":"F","n":"\\pg_tty","p":"[Global_Namespace].html#function_pg_tty","d":"

    Return the TTY name associated with the connection

    "},{"t":"F","n":"\\pg_unescape_bytea","p":"[Global_Namespace].html#function_pg_unescape_bytea","d":"

    Unescape binary for bytea type

    "},{"t":"F","n":"\\pg_untrace","p":"[Global_Namespace].html#function_pg_untrace","d":"

    Disable tracing of a PostgreSQL connection

    "},{"t":"F","n":"\\pg_update","p":"[Global_Namespace].html#function_pg_update","d":"

    Update table

    "},{"t":"F","n":"\\pg_version","p":"[Global_Namespace].html#function_pg_version","d":"

    Returns an array with client, protocol and server version (when available)

    "},{"t":"F","n":"\\php_egg_logo_guid","p":"[Global_Namespace].html#function_php_egg_logo_guid","d":""},{"t":"F","n":"\\php_ini_loaded_file","p":"[Global_Namespace].html#function_php_ini_loaded_file","d":"

    Retrieve a path to the loaded php.ini file

    "},{"t":"F","n":"\\php_ini_scanned_files","p":"[Global_Namespace].html#function_php_ini_scanned_files","d":"

    Return a list of .ini files parsed from the additional ini dir

    "},{"t":"F","n":"\\php_logo_guid","p":"[Global_Namespace].html#function_php_logo_guid","d":"

    Gets the logo guid

    "},{"t":"F","n":"\\php_real_logo_guid","p":"[Global_Namespace].html#function_php_real_logo_guid","d":""},{"t":"F","n":"\\php_sapi_name","p":"[Global_Namespace].html#function_php_sapi_name","d":"

    Returns the type of interface between web server and PHP

    "},{"t":"F","n":"\\php_strip_whitespace","p":"[Global_Namespace].html#function_php_strip_whitespace","d":"

    Return source with stripped comments and whitespace

    "},{"t":"F","n":"\\php_uname","p":"[Global_Namespace].html#function_php_uname","d":"

    Returns information about the operating system PHP is running on

    "},{"t":"F","n":"\\phpcredits","p":"[Global_Namespace].html#function_phpcredits","d":"

    Prints out the credits for PHP

    "},{"t":"F","n":"\\phpdbg_break_file","p":"[Global_Namespace].html#function_phpdbg_break_file","d":null},{"t":"F","n":"\\phpdbg_break_function","p":"[Global_Namespace].html#function_phpdbg_break_function","d":null},{"t":"F","n":"\\phpdbg_break_method","p":"[Global_Namespace].html#function_phpdbg_break_method","d":null},{"t":"F","n":"\\phpdbg_break_next","p":"[Global_Namespace].html#function_phpdbg_break_next","d":null},{"t":"F","n":"\\phpdbg_clear","p":"[Global_Namespace].html#function_phpdbg_clear","d":null},{"t":"F","n":"\\phpdbg_color","p":"[Global_Namespace].html#function_phpdbg_color","d":null},{"t":"F","n":"\\phpdbg_end_oplog","p":"[Global_Namespace].html#function_phpdbg_end_oplog","d":null},{"t":"F","n":"\\phpdbg_exec","p":"[Global_Namespace].html#function_phpdbg_exec","d":""},{"t":"F","n":"\\phpdbg_get_executable","p":"[Global_Namespace].html#function_phpdbg_get_executable","d":null},{"t":"F","n":"\\phpdbg_prompt","p":"[Global_Namespace].html#function_phpdbg_prompt","d":null},{"t":"F","n":"\\phpdbg_start_oplog","p":"[Global_Namespace].html#function_phpdbg_start_oplog","d":null},{"t":"F","n":"\\phpinfo","p":"[Global_Namespace].html#function_phpinfo","d":"

    Outputs information about PHP's configuration

    "},{"t":"F","n":"\\phpversion","p":"[Global_Namespace].html#function_phpversion","d":"

    Gets the current PHP version

    "},{"t":"F","n":"\\pi","p":"[Global_Namespace].html#function_pi","d":"

    Get value of pi

    "},{"t":"F","n":"\\png2wbmp","p":"[Global_Namespace].html#function_png2wbmp","d":"

    Convert PNG image file to WBMP image file

    "},{"t":"F","n":"\\popen","p":"[Global_Namespace].html#function_popen","d":"

    Opens process file pointer

    "},{"t":"F","n":"\\pos","p":"[Global_Namespace].html#function_pos","d":"

    Alias:\n{current}

    "},{"t":"F","n":"\\posix_access","p":"[Global_Namespace].html#function_posix_access","d":"

    Determine accessibility of a file

    "},{"t":"F","n":"\\posix_ctermid","p":"[Global_Namespace].html#function_posix_ctermid","d":"

    Get path name of controlling terminal

    "},{"t":"F","n":"\\posix_eaccess","p":"[Global_Namespace].html#function_posix_eaccess","d":""},{"t":"F","n":"\\posix_errno","p":"[Global_Namespace].html#function_posix_errno","d":"

    Alias of posix_get_last_error

    "},{"t":"F","n":"\\posix_get_last_error","p":"[Global_Namespace].html#function_posix_get_last_error","d":"

    Retrieve the error number set by the last posix function that failed

    "},{"t":"F","n":"\\posix_getcwd","p":"[Global_Namespace].html#function_posix_getcwd","d":"

    Pathname of current directory

    "},{"t":"F","n":"\\posix_getegid","p":"[Global_Namespace].html#function_posix_getegid","d":"

    Return the effective group ID of the current process

    "},{"t":"F","n":"\\posix_geteuid","p":"[Global_Namespace].html#function_posix_geteuid","d":"

    Return the effective user ID of the current process

    "},{"t":"F","n":"\\posix_getgid","p":"[Global_Namespace].html#function_posix_getgid","d":"

    Return the real group ID of the current process

    "},{"t":"F","n":"\\posix_getgrgid","p":"[Global_Namespace].html#function_posix_getgrgid","d":"

    Return info about a group by group id

    "},{"t":"F","n":"\\posix_getgrnam","p":"[Global_Namespace].html#function_posix_getgrnam","d":"

    Return info about a group by name

    "},{"t":"F","n":"\\posix_getgroups","p":"[Global_Namespace].html#function_posix_getgroups","d":"

    Return the group set of the current process

    "},{"t":"F","n":"\\posix_getlogin","p":"[Global_Namespace].html#function_posix_getlogin","d":"

    Return login name

    "},{"t":"F","n":"\\posix_getpgid","p":"[Global_Namespace].html#function_posix_getpgid","d":"

    Get process group id for job control

    "},{"t":"F","n":"\\posix_getpgrp","p":"[Global_Namespace].html#function_posix_getpgrp","d":"

    Return the current process group identifier

    "},{"t":"F","n":"\\posix_getpid","p":"[Global_Namespace].html#function_posix_getpid","d":"

    Return the current process identifier

    "},{"t":"F","n":"\\posix_getppid","p":"[Global_Namespace].html#function_posix_getppid","d":"

    Return the parent process identifier

    "},{"t":"F","n":"\\posix_getpwnam","p":"[Global_Namespace].html#function_posix_getpwnam","d":"

    Return info about a user by username

    "},{"t":"F","n":"\\posix_getpwuid","p":"[Global_Namespace].html#function_posix_getpwuid","d":"

    Return info about a user by user id

    "},{"t":"F","n":"\\posix_getrlimit","p":"[Global_Namespace].html#function_posix_getrlimit","d":"

    Return info about system resource limits

    "},{"t":"F","n":"\\posix_getsid","p":"[Global_Namespace].html#function_posix_getsid","d":"

    Get the current sid of the process

    "},{"t":"F","n":"\\posix_getuid","p":"[Global_Namespace].html#function_posix_getuid","d":"

    Return the real user ID of the current process

    "},{"t":"F","n":"\\posix_initgroups","p":"[Global_Namespace].html#function_posix_initgroups","d":"

    Calculate the group access list

    "},{"t":"F","n":"\\posix_isatty","p":"[Global_Namespace].html#function_posix_isatty","d":"

    Determine if a file descriptor is an interactive terminal

    "},{"t":"F","n":"\\posix_kill","p":"[Global_Namespace].html#function_posix_kill","d":"

    Send a signal to a process

    "},{"t":"F","n":"\\posix_mkfifo","p":"[Global_Namespace].html#function_posix_mkfifo","d":"

    Create a fifo special file (a named pipe)

    "},{"t":"F","n":"\\posix_mknod","p":"[Global_Namespace].html#function_posix_mknod","d":"

    Create a special or ordinary file (POSIX.1)

    "},{"t":"F","n":"\\posix_setegid","p":"[Global_Namespace].html#function_posix_setegid","d":"

    Set the effective GID of the current process

    "},{"t":"F","n":"\\posix_seteuid","p":"[Global_Namespace].html#function_posix_seteuid","d":"

    Set the effective UID of the current process

    "},{"t":"F","n":"\\posix_setgid","p":"[Global_Namespace].html#function_posix_setgid","d":"

    Set the GID of the current process

    "},{"t":"F","n":"\\posix_setpgid","p":"[Global_Namespace].html#function_posix_setpgid","d":"

    Set process group id for job control

    "},{"t":"F","n":"\\posix_setrlimit","p":"[Global_Namespace].html#function_posix_setrlimit","d":"

    Set system resource limits

    "},{"t":"F","n":"\\posix_setsid","p":"[Global_Namespace].html#function_posix_setsid","d":"

    Make the current process a session leader

    "},{"t":"F","n":"\\posix_setuid","p":"[Global_Namespace].html#function_posix_setuid","d":"

    Set the UID of the current process

    "},{"t":"F","n":"\\posix_strerror","p":"[Global_Namespace].html#function_posix_strerror","d":"

    Retrieve the system error message associated with the given errno

    "},{"t":"F","n":"\\posix_sysconf","p":"[Global_Namespace].html#function_posix_sysconf","d":""},{"t":"F","n":"\\posix_times","p":"[Global_Namespace].html#function_posix_times","d":"

    Get process times

    "},{"t":"F","n":"\\posix_ttyname","p":"[Global_Namespace].html#function_posix_ttyname","d":"

    Determine terminal device name

    "},{"t":"F","n":"\\posix_uname","p":"[Global_Namespace].html#function_posix_uname","d":"

    Get system name

    "},{"t":"F","n":"\\pow","p":"[Global_Namespace].html#function_pow","d":"

    Exponential expression

    "},{"t":"F","n":"\\preg_filter","p":"[Global_Namespace].html#function_preg_filter","d":"

    Perform a regular expression search and replace

    "},{"t":"F","n":"\\preg_grep","p":"[Global_Namespace].html#function_preg_grep","d":"

    Return array entries that match the pattern

    "},{"t":"F","n":"\\preg_last_error","p":"[Global_Namespace].html#function_preg_last_error","d":"

    Returns the error code of the last PCRE regex execution

    "},{"t":"F","n":"\\preg_last_error_msg","p":"[Global_Namespace].html#function_preg_last_error_msg","d":"

    Returns the error message of the last PCRE regex execution

    "},{"t":"F","n":"\\preg_match","p":"[Global_Namespace].html#function_preg_match","d":"

    Perform a regular expression match

    "},{"t":"F","n":"\\preg_match_all","p":"[Global_Namespace].html#function_preg_match_all","d":"

    Perform a global regular expression match

    "},{"t":"F","n":"\\preg_quote","p":"[Global_Namespace].html#function_preg_quote","d":"

    Quote regular expression characters

    "},{"t":"F","n":"\\preg_replace","p":"[Global_Namespace].html#function_preg_replace","d":"

    Perform a regular expression search and replace

    "},{"t":"F","n":"\\preg_replace_callback","p":"[Global_Namespace].html#function_preg_replace_callback","d":"

    Perform a regular expression search and replace using a callback

    "},{"t":"F","n":"\\preg_replace_callback_array","p":"[Global_Namespace].html#function_preg_replace_callback_array","d":"

    Perform a regular expression search and replace using callbacks

    "},{"t":"F","n":"\\preg_split","p":"[Global_Namespace].html#function_preg_split","d":"

    Split string by a regular expression

    "},{"t":"F","n":"\\prev","p":"[Global_Namespace].html#function_prev","d":"

    Rewind the internal array pointer

    "},{"t":"F","n":"\\print_r","p":"[Global_Namespace].html#function_print_r","d":"

    Prints human-readable information about a variable

    "},{"t":"F","n":"\\printf","p":"[Global_Namespace].html#function_printf","d":"

    Output a formatted string

    "},{"t":"F","n":"\\proc_close","p":"[Global_Namespace].html#function_proc_close","d":"

    Close a process opened by {proc_open} and return the exit code of that process

    "},{"t":"F","n":"\\proc_get_status","p":"[Global_Namespace].html#function_proc_get_status","d":"

    Get information about a process opened by {proc_open}

    "},{"t":"F","n":"\\proc_nice","p":"[Global_Namespace].html#function_proc_nice","d":"

    Change the priority of the current process.
    \nSince 7.2.0 supported on Windows platforms.

    "},{"t":"F","n":"\\proc_open","p":"[Global_Namespace].html#function_proc_open","d":"

    Execute a command and open file pointers for input/output

    "},{"t":"F","n":"\\proc_terminate","p":"[Global_Namespace].html#function_proc_terminate","d":"

    Kills a process opened by proc_open

    "},{"t":"F","n":"\\pspell_add_to_personal","p":"[Global_Namespace].html#function_pspell_add_to_personal","d":"

    Add the word to a personal wordlist

    "},{"t":"F","n":"\\pspell_add_to_session","p":"[Global_Namespace].html#function_pspell_add_to_session","d":"

    Add the word to the wordlist in the current session

    "},{"t":"F","n":"\\pspell_check","p":"[Global_Namespace].html#function_pspell_check","d":"

    Check a word

    "},{"t":"F","n":"\\pspell_clear_session","p":"[Global_Namespace].html#function_pspell_clear_session","d":"

    Clear the current session

    "},{"t":"F","n":"\\pspell_config_create","p":"[Global_Namespace].html#function_pspell_config_create","d":"

    Create a config used to open a dictionary

    "},{"t":"F","n":"\\pspell_config_data_dir","p":"[Global_Namespace].html#function_pspell_config_data_dir","d":"

    location of language data files

    "},{"t":"F","n":"\\pspell_config_dict_dir","p":"[Global_Namespace].html#function_pspell_config_dict_dir","d":"

    Location of the main word list

    "},{"t":"F","n":"\\pspell_config_ignore","p":"[Global_Namespace].html#function_pspell_config_ignore","d":"

    Ignore words less than N characters long

    "},{"t":"F","n":"\\pspell_config_mode","p":"[Global_Namespace].html#function_pspell_config_mode","d":"

    Change the mode number of suggestions returned

    "},{"t":"F","n":"\\pspell_config_personal","p":"[Global_Namespace].html#function_pspell_config_personal","d":"

    Set a file that contains personal wordlist

    "},{"t":"F","n":"\\pspell_config_repl","p":"[Global_Namespace].html#function_pspell_config_repl","d":"

    Set a file that contains replacement pairs

    "},{"t":"F","n":"\\pspell_config_runtogether","p":"[Global_Namespace].html#function_pspell_config_runtogether","d":"

    Consider run-together words as valid compounds

    "},{"t":"F","n":"\\pspell_config_save_repl","p":"[Global_Namespace].html#function_pspell_config_save_repl","d":"

    Determine whether to save a replacement pairs list\nalong with the wordlist

    "},{"t":"F","n":"\\pspell_new","p":"[Global_Namespace].html#function_pspell_new","d":"

    Load a new dictionary

    "},{"t":"F","n":"\\pspell_new_config","p":"[Global_Namespace].html#function_pspell_new_config","d":"

    Load a new dictionary with settings based on a given config

    "},{"t":"F","n":"\\pspell_new_personal","p":"[Global_Namespace].html#function_pspell_new_personal","d":"

    Load a new dictionary with personal wordlist

    "},{"t":"F","n":"\\pspell_save_wordlist","p":"[Global_Namespace].html#function_pspell_save_wordlist","d":"

    Save the personal wordlist to a file

    "},{"t":"F","n":"\\pspell_store_replacement","p":"[Global_Namespace].html#function_pspell_store_replacement","d":"

    Store a replacement pair for a word

    "},{"t":"F","n":"\\pspell_suggest","p":"[Global_Namespace].html#function_pspell_suggest","d":"

    Suggest spellings of a word

    "},{"t":"F","n":"\\putenv","p":"[Global_Namespace].html#function_putenv","d":"

    Sets the value of an environment variable

    "},{"t":"F","n":"\\quoted_printable_decode","p":"[Global_Namespace].html#function_quoted_printable_decode","d":"

    Convert a quoted-printable string to an 8 bit string

    "},{"t":"F","n":"\\quoted_printable_encode","p":"[Global_Namespace].html#function_quoted_printable_encode","d":"

    Convert a 8 bit string to a quoted-printable string

    "},{"t":"F","n":"\\quotemeta","p":"[Global_Namespace].html#function_quotemeta","d":"

    Quote meta characters

    "},{"t":"F","n":"\\rad2deg","p":"[Global_Namespace].html#function_rad2deg","d":"

    Converts the radian number to the equivalent number in degrees

    "},{"t":"F","n":"\\radius_acct_open","p":"[Global_Namespace].html#function_radius_acct_open","d":"

    Creates a Radius handle for accounting

    "},{"t":"F","n":"\\radius_add_server","p":"[Global_Namespace].html#function_radius_add_server","d":"

    radius_add_server() may be called multiple times, and it may be used together with {radius_config()}. At most 10 servers may be specified. When multiple servers are given, they are tried in round-robin fashion until a valid response is received, or until each server's max_tries limit has been reached.

    "},{"t":"F","n":"\\radius_auth_open","p":"[Global_Namespace].html#function_radius_auth_open","d":"

    Creates a Radius handle for authentication

    "},{"t":"F","n":"\\radius_close","p":"[Global_Namespace].html#function_radius_close","d":"

    Free all resources. It is not needed to call this function because php frees all resources at the end of each request.

    "},{"t":"F","n":"\\radius_config","p":"[Global_Namespace].html#function_radius_config","d":"

    Before issuing any Radius requests, the library must be made aware of the servers it can contact. The easiest way to configure the library is to call radius_config(). radius_config() causes the library to read a configuration file whose format is described in radius.conf.

    "},{"t":"F","n":"\\radius_create_request","p":"[Global_Namespace].html#function_radius_create_request","d":"

    A Radius request consists of a code specifying the kind of request, and zero or more attributes which provide additional information. To begin constructing a new request, call radius_create_request().
    \nNote: Attention: You must call this function, before you can put any attribute!

    "},{"t":"F","n":"\\rand","p":"[Global_Namespace].html#function_rand","d":"

    Generate a random integer

    "},{"t":"F","n":"\\random_bytes","p":"[Global_Namespace].html#function_random_bytes","d":"

    Generates cryptographically secure pseudo-random bytes

    "},{"t":"F","n":"\\random_int","p":"[Global_Namespace].html#function_random_int","d":"

    Generates cryptographically secure pseudo-random integers

    "},{"t":"F","n":"\\range","p":"[Global_Namespace].html#function_range","d":"

    Create an array containing a range of elements

    "},{"t":"F","n":"\\rawurldecode","p":"[Global_Namespace].html#function_rawurldecode","d":"

    Decode URL-encoded strings

    "},{"t":"F","n":"\\rawurlencode","p":"[Global_Namespace].html#function_rawurlencode","d":"

    URL-encode according to RFC 3986

    "},{"t":"F","n":"\\rd_kafka_err2str","p":"[Global_Namespace].html#function_rd_kafka_err2str","d":""},{"t":"F","n":"\\rd_kafka_errno","p":"[Global_Namespace].html#function_rd_kafka_errno","d":""},{"t":"F","n":"\\rd_kafka_errno2err","p":"[Global_Namespace].html#function_rd_kafka_errno2err","d":""},{"t":"F","n":"\\rd_kafka_get_err_descs","p":"[Global_Namespace].html#function_rd_kafka_get_err_descs","d":"

    Returns the full list of error codes.

    "},{"t":"F","n":"\\rd_kafka_offset_tail","p":"[Global_Namespace].html#function_rd_kafka_offset_tail","d":""},{"t":"F","n":"\\rd_kafka_thread_cnt","p":"[Global_Namespace].html#function_rd_kafka_thread_cnt","d":"

    Retrieve the current number of threads in use by librdkafka.

    "},{"t":"F","n":"\\read_exif_data","p":"[Global_Namespace].html#function_read_exif_data","d":"

    Alias of exif_read_data

    "},{"t":"F","n":"\\readdir","p":"[Global_Namespace].html#function_readdir","d":"

    Read entry from directory handle

    "},{"t":"F","n":"\\readfile","p":"[Global_Namespace].html#function_readfile","d":"

    Outputs a file

    "},{"t":"F","n":"\\readgzfile","p":"[Global_Namespace].html#function_readgzfile","d":"

    Output a gz-file

    "},{"t":"F","n":"\\readline","p":"[Global_Namespace].html#function_readline","d":"

    Reads a line

    "},{"t":"F","n":"\\readline_add_history","p":"[Global_Namespace].html#function_readline_add_history","d":"

    Adds a line to the history

    "},{"t":"F","n":"\\readline_callback_handler_install","p":"[Global_Namespace].html#function_readline_callback_handler_install","d":"

    Initializes the readline callback interface and terminal, prints the prompt and returns immediately

    "},{"t":"F","n":"\\readline_callback_handler_remove","p":"[Global_Namespace].html#function_readline_callback_handler_remove","d":"

    Removes a previously installed callback handler and restores terminal settings

    "},{"t":"F","n":"\\readline_callback_read_char","p":"[Global_Namespace].html#function_readline_callback_read_char","d":"

    Reads a character and informs the readline callback interface when a line is received

    "},{"t":"F","n":"\\readline_clear_history","p":"[Global_Namespace].html#function_readline_clear_history","d":"

    Clears the history

    "},{"t":"F","n":"\\readline_completion_function","p":"[Global_Namespace].html#function_readline_completion_function","d":"

    Registers a completion function

    "},{"t":"F","n":"\\readline_info","p":"[Global_Namespace].html#function_readline_info","d":"

    Gets/sets various internal readline variables

    "},{"t":"F","n":"\\readline_list_history","p":"[Global_Namespace].html#function_readline_list_history","d":"

    Lists the history

    "},{"t":"F","n":"\\readline_on_new_line","p":"[Global_Namespace].html#function_readline_on_new_line","d":"

    Inform readline that the cursor has moved to a new line

    "},{"t":"F","n":"\\readline_read_history","p":"[Global_Namespace].html#function_readline_read_history","d":"

    Reads the history

    "},{"t":"F","n":"\\readline_redisplay","p":"[Global_Namespace].html#function_readline_redisplay","d":"

    Redraws the display

    "},{"t":"F","n":"\\readline_write_history","p":"[Global_Namespace].html#function_readline_write_history","d":"

    Writes the history

    "},{"t":"F","n":"\\readlink","p":"[Global_Namespace].html#function_readlink","d":"

    Returns the target of a symbolic link

    "},{"t":"F","n":"\\realpath","p":"[Global_Namespace].html#function_realpath","d":"

    Returns canonicalized absolute pathname

    "},{"t":"F","n":"\\realpath_cache_get","p":"[Global_Namespace].html#function_realpath_cache_get","d":"

    Get the contents of the realpath cache.

    "},{"t":"F","n":"\\realpath_cache_size","p":"[Global_Namespace].html#function_realpath_cache_size","d":"

    Get the amount of memory used by the realpath cache.

    "},{"t":"F","n":"\\recode","p":"[Global_Namespace].html#function_recode","d":"

    Alias of recode_string

    "},{"t":"F","n":"\\recode_file","p":"[Global_Namespace].html#function_recode_file","d":"

    Recode from file to file according to recode request

    "},{"t":"F","n":"\\recode_string","p":"[Global_Namespace].html#function_recode_string","d":"

    Recode a string according to a recode request

    "},{"t":"F","n":"\\register_event_handler","p":"[Global_Namespace].html#function_register_event_handler","d":"

    Allow you to register a user function as an event handler.When a monitor event is triggerd\nall the user event handler are called and the return value from the handler is saved in\nan array keyed by the name the event handler was registered under. The event handlers\nresults array is saved in the event_extra_data table.

    "},{"t":"F","n":"\\register_shutdown_function","p":"[Global_Namespace].html#function_register_shutdown_function","d":"

    Register a function for execution on shutdown

    "},{"t":"F","n":"\\register_tick_function","p":"[Global_Namespace].html#function_register_tick_function","d":"

    Register a function for execution on each tick

    "},{"t":"F","n":"\\rename","p":"[Global_Namespace].html#function_rename","d":"

    Renames a file or directory

    "},{"t":"F","n":"\\request_parse_body","p":"[Global_Namespace].html#function_request_parse_body","d":""},{"t":"F","n":"\\reset","p":"[Global_Namespace].html#function_reset","d":"

    Set the internal pointer of an array to its first element

    "},{"t":"F","n":"\\resourcebundle_count","p":"[Global_Namespace].html#function_resourcebundle_count","d":"

    (PHP >= 5.3.2, PECL intl >= 2.0.0)
    \nGet number of elements in the bundle

    "},{"t":"F","n":"\\resourcebundle_create","p":"[Global_Namespace].html#function_resourcebundle_create","d":"

    (PHP >= 5.3.2, PECL intl >= 2.0.0)
    \nCreate a resource bundle

    "},{"t":"F","n":"\\resourcebundle_get","p":"[Global_Namespace].html#function_resourcebundle_get","d":"

    (PHP >= 5.3.2, PECL intl >= 2.0.0)
    \nGet data from the bundle

    "},{"t":"F","n":"\\resourcebundle_get_error_code","p":"[Global_Namespace].html#function_resourcebundle_get_error_code","d":"

    (PHP >= 5.3.2, PECL intl >= 2.0.0)
    \nGet bundle's last error code.

    "},{"t":"F","n":"\\resourcebundle_get_error_message","p":"[Global_Namespace].html#function_resourcebundle_get_error_message","d":"

    (PHP >= 5.3.2, PECL intl >= 2.0.0)
    \nGet bundle's last error message.

    "},{"t":"F","n":"\\resourcebundle_locales","p":"[Global_Namespace].html#function_resourcebundle_locales","d":"

    (PHP >= 5.3.2, PECL intl >= 2.0.0)
    \nGet supported locales

    "},{"t":"F","n":"\\restore_include_path","p":"[Global_Namespace].html#function_restore_include_path","d":"

    Restores the value of the include_path configuration option

    "},{"t":"F","n":"\\rewind","p":"[Global_Namespace].html#function_rewind","d":"

    Rewind the position of a file pointer

    "},{"t":"F","n":"\\rewinddir","p":"[Global_Namespace].html#function_rewinddir","d":"

    Rewind directory handle

    "},{"t":"F","n":"\\rmdir","p":"[Global_Namespace].html#function_rmdir","d":"

    Removes directory

    "},{"t":"F","n":"\\round","p":"[Global_Namespace].html#function_round","d":"

    Returns the rounded value of val to specified precision (number of digits after the decimal point).

    "},{"t":"F","n":"\\rpmaddtag","p":"[Global_Namespace].html#function_rpmaddtag","d":"

    Add an additional retrieved tag in subsequent queries.

    "},{"t":"F","n":"\\rpmdbinfo","p":"[Global_Namespace].html#function_rpmdbinfo","d":"

    Retrieve information about an installed package, from the system RPM database.

    "},{"t":"F","n":"\\rpmdbsearch","p":"[Global_Namespace].html#function_rpmdbsearch","d":"

    Retriev information from the local RPM database.

    "},{"t":"F","n":"\\rpminfo","p":"[Global_Namespace].html#function_rpminfo","d":"

    Retrieve information from a RPM file, reading its metadata.

    "},{"t":"F","n":"\\rpmvercmp","p":"[Global_Namespace].html#function_rpmvercmp","d":"

    Compare two RPM evr (epoch:version-release) strings

    "},{"t":"F","n":"\\rrd_create","p":"[Global_Namespace].html#function_rrd_create","d":"

    Creates rrd database file

    "},{"t":"F","n":"\\rrd_disconnect","p":"[Global_Namespace].html#function_rrd_disconnect","d":"

    Close any outstanding connection to rrd caching daemon

    \nThis function is automatically called when the whole PHP process is terminated. It depends on used SAPI. For example, it's called automatically at the end of command line script.

    \nIt's up user whether he wants to call this function at the end of every request or otherwise.

    "},{"t":"F","n":"\\rrd_error","p":"[Global_Namespace].html#function_rrd_error","d":"

    Gets latest error message

    "},{"t":"F","n":"\\rrd_fetch","p":"[Global_Namespace].html#function_rrd_fetch","d":"

    Gets data for graph output from RRD database file as array. This function has same result as rrd_graph(), but fetched data are returned as array, no image file is created.

    "},{"t":"F","n":"\\rrd_first","p":"[Global_Namespace].html#function_rrd_first","d":"

    Gets the timestamp of the first sample from from the specified RRA of the RRD file.

    "},{"t":"F","n":"\\rrd_graph","p":"[Global_Namespace].html#function_rrd_graph","d":"

    Creates image from a data.

    "},{"t":"F","n":"\\rrd_info","p":"[Global_Namespace].html#function_rrd_info","d":"

    Returns information about particular RRD database file.

    "},{"t":"F","n":"\\rrd_last","p":"[Global_Namespace].html#function_rrd_last","d":"

    Returns the UNIX timestamp of the most recent update of the RRD database.

    "},{"t":"F","n":"\\rrd_lastupdate","p":"[Global_Namespace].html#function_rrd_lastupdate","d":"

    Gets array of the UNIX timestamp and the values stored for each date in the most recent update of the RRD database file.

    "},{"t":"F","n":"\\rrd_restore","p":"[Global_Namespace].html#function_rrd_restore","d":"

    Restores the RRD file from the XML dump.

    "},{"t":"F","n":"\\rrd_tune","p":"[Global_Namespace].html#function_rrd_tune","d":"

    Change some options in the RRD dabase header file. E.g. renames the source for the data etc.

    "},{"t":"F","n":"\\rrd_update","p":"[Global_Namespace].html#function_rrd_update","d":"

    Updates the RRD database file. The input data is time interpolated according to the properties of the RRD database file.

    "},{"t":"F","n":"\\rrd_version","p":"[Global_Namespace].html#function_rrd_version","d":"

    Returns information about underlying rrdtool library.

    "},{"t":"F","n":"\\rrd_xport","p":"[Global_Namespace].html#function_rrd_xport","d":"

    Exports the information about RRD database file. This data can be converted to XML file via user space PHP script and then restored back as RRD database file.

    "},{"t":"F","n":"\\rrdc_disconnect","p":"[Global_Namespace].html#function_rrdc_disconnect","d":"

    Close any outstanding connection to rrd caching daemon.

    "},{"t":"F","n":"\\rsort","p":"[Global_Namespace].html#function_rsort","d":"

    Sort an array in reverse order

    "},{"t":"F","n":"\\rtrim","p":"[Global_Namespace].html#function_rtrim","d":"

    Strip whitespace (or other characters) from the end of a string.

    "},{"t":"F","n":"\\sapi_windows_cp_conv","p":"[Global_Namespace].html#function_sapi_windows_cp_conv","d":"

    Convert string from one codepage to another

    "},{"t":"F","n":"\\sapi_windows_cp_get","p":"[Global_Namespace].html#function_sapi_windows_cp_get","d":"

    Get process codepage

    "},{"t":"F","n":"\\sapi_windows_cp_is_utf8","p":"[Global_Namespace].html#function_sapi_windows_cp_is_utf8","d":"

    Indicates whether the codepage is utf-8 compatible

    "},{"t":"F","n":"\\sapi_windows_cp_set","p":"[Global_Namespace].html#function_sapi_windows_cp_set","d":"

    Set process codepage

    "},{"t":"F","n":"\\sapi_windows_generate_ctrl_event","p":"[Global_Namespace].html#function_sapi_windows_generate_ctrl_event","d":"

    Send a CTRL event to another process.

    "},{"t":"F","n":"\\sapi_windows_set_ctrl_handler","p":"[Global_Namespace].html#function_sapi_windows_set_ctrl_handler","d":"

    Set or remove a CTRL event handler, which allows Windows CLI processes to intercept or ignore CTRL+C and CTRL+BREAK events.

    "},{"t":"F","n":"\\sapi_windows_vt100_support","p":"[Global_Namespace].html#function_sapi_windows_vt100_support","d":"

    Get or set VT100 support for the specified stream associated to an output buffer of a Windows console.

    "},{"t":"F","n":"\\scandir","p":"[Global_Namespace].html#function_scandir","d":"

    List files and directories inside the specified path

    "},{"t":"F","n":"\\sem_acquire","p":"[Global_Namespace].html#function_sem_acquire","d":"

    Acquire a semaphore

    "},{"t":"F","n":"\\sem_get","p":"[Global_Namespace].html#function_sem_get","d":"

    Get a semaphore id

    "},{"t":"F","n":"\\sem_release","p":"[Global_Namespace].html#function_sem_release","d":"

    Release a semaphore

    "},{"t":"F","n":"\\sem_remove","p":"[Global_Namespace].html#function_sem_remove","d":"

    Remove a semaphore

    "},{"t":"F","n":"\\serialize","p":"[Global_Namespace].html#function_serialize","d":"

    Generates a storable representation of a value

    "},{"t":"F","n":"\\session_abort","p":"[Global_Namespace].html#function_session_abort","d":"

    (PHP 5 >= 5.6.0)
    \nDiscard session array changes and finish session

    "},{"t":"F","n":"\\session_cache_expire","p":"[Global_Namespace].html#function_session_cache_expire","d":"

    Return current cache expire

    "},{"t":"F","n":"\\session_cache_limiter","p":"[Global_Namespace].html#function_session_cache_limiter","d":"

    Get and/or set the current cache limiter

    "},{"t":"F","n":"\\session_commit","p":"[Global_Namespace].html#function_session_commit","d":"

    Alias of session_write_close

    "},{"t":"F","n":"\\session_create_id","p":"[Global_Namespace].html#function_session_create_id","d":"

    Create new session id

    "},{"t":"F","n":"\\session_decode","p":"[Global_Namespace].html#function_session_decode","d":"

    Decodes session data from a string

    "},{"t":"F","n":"\\session_destroy","p":"[Global_Namespace].html#function_session_destroy","d":"

    Destroys all data registered to a session

    "},{"t":"F","n":"\\session_encode","p":"[Global_Namespace].html#function_session_encode","d":"

    Encodes the current session data as a string

    "},{"t":"F","n":"\\session_gc","p":"[Global_Namespace].html#function_session_gc","d":"

    Perform session data garbage collection

    "},{"t":"F","n":"\\session_get_cookie_params","p":"[Global_Namespace].html#function_session_get_cookie_params","d":"

    Get the session cookie parameters

    "},{"t":"F","n":"\\session_id","p":"[Global_Namespace].html#function_session_id","d":"

    Get and/or set the current session id

    "},{"t":"F","n":"\\session_is_registered","p":"[Global_Namespace].html#function_session_is_registered","d":"

    Find out whether a global variable is registered in a session

    "},{"t":"F","n":"\\session_module_name","p":"[Global_Namespace].html#function_session_module_name","d":"

    Get and/or set the current session module.
    \nSince 7.2.0 it is forbidden to set the module name to "user".

    "},{"t":"F","n":"\\session_name","p":"[Global_Namespace].html#function_session_name","d":"

    Get and/or set the current session name.
    \nBefore 7.2.0 checked cookie status and since 7.2.0 checks both cookie and session status to avoid PHP crash.

    "},{"t":"F","n":"\\session_regenerate_id","p":"[Global_Namespace].html#function_session_regenerate_id","d":"

    Update the current session id with a newly generated one

    "},{"t":"F","n":"\\session_register","p":"[Global_Namespace].html#function_session_register","d":"

    Register one or more global variables with the current session

    "},{"t":"F","n":"\\session_register_shutdown","p":"[Global_Namespace].html#function_session_register_shutdown","d":"

    PHP > 5.4.0
    \nSession shutdown function

    "},{"t":"F","n":"\\session_reset","p":"[Global_Namespace].html#function_session_reset","d":"

    (PHP 5 >= 5.6.0)
    \nRe-initialize session array with original values

    "},{"t":"F","n":"\\session_save_path","p":"[Global_Namespace].html#function_session_save_path","d":"

    Get and/or set the current session save path

    "},{"t":"F","n":"\\session_set_cookie_params","p":"[Global_Namespace].html#function_session_set_cookie_params","d":"

    Set the session cookie parameters

    "},{"t":"F","n":"\\session_set_save_handler","p":"[Global_Namespace].html#function_session_set_save_handler","d":"

    (PHP 5.4)
    \nSets user-level session storage functions

    "},{"t":"F","n":"\\session_start","p":"[Global_Namespace].html#function_session_start","d":"

    Initialize session data

    "},{"t":"F","n":"\\session_status","p":"[Global_Namespace].html#function_session_status","d":"

    (PHP 5 >= 5.4.0)
    \nReturns the current session status

    "},{"t":"F","n":"\\session_unregister","p":"[Global_Namespace].html#function_session_unregister","d":"

    Unregister a global variable from the current session

    "},{"t":"F","n":"\\session_unset","p":"[Global_Namespace].html#function_session_unset","d":"

    Free all session variables

    "},{"t":"F","n":"\\session_write_close","p":"[Global_Namespace].html#function_session_write_close","d":"

    Write session data and end session

    "},{"t":"F","n":"\\set_file_buffer","p":"[Global_Namespace].html#function_set_file_buffer","d":"

    Alias:\n{stream_set_write_buffer}

    \n

    Sets the buffering for write operations on the given stream to buffer bytes."},{"t":"F","n":"\\set_include_path","p":"[Global_Namespace].html#function_set_include_path","d":"

    Sets the include_path configuration option

    "},{"t":"F","n":"\\set_job_failed","p":"[Global_Namespace].html#function_set_job_failed","d":"

    causes a job to fail logically\ncan be used to indicate an error in the script logic (e.g. database connection problem)

    "},{"t":"F","n":"\\set_magic_quotes_runtime","p":"[Global_Namespace].html#function_set_magic_quotes_runtime","d":"

    Sets the current active configuration setting of magic_quotes_runtime

    "},{"t":"F","n":"\\set_socket_blocking","p":"[Global_Namespace].html#function_set_socket_blocking","d":"

    Alias:\n{stream_set_blocking}

    \n

    Sets blocking or non-blocking mode on a stream."},{"t":"F","n":"\\set_time_limit","p":"[Global_Namespace].html#function_set_time_limit","d":"

    Limits the maximum execution time

    "},{"t":"F","n":"\\setcookie","p":"[Global_Namespace].html#function_setcookie","d":"

    Send a cookie

    "},{"t":"F","n":"\\setlocale","p":"[Global_Namespace].html#function_setlocale","d":"

    Set locale information

    "},{"t":"F","n":"\\setrawcookie","p":"[Global_Namespace].html#function_setrawcookie","d":"

    Send a cookie without urlencoding the cookie value

    "},{"t":"F","n":"\\settype","p":"[Global_Namespace].html#function_settype","d":"

    Set the type of a variable

    "},{"t":"F","n":"\\sha1","p":"[Global_Namespace].html#function_sha1","d":"

    Calculate the sha1 hash of a string

    "},{"t":"F","n":"\\sha1_file","p":"[Global_Namespace].html#function_sha1_file","d":"

    Calculate the sha1 hash of a file

    "},{"t":"F","n":"\\shell_exec","p":"[Global_Namespace].html#function_shell_exec","d":"

    Execute command via shell and return the complete output as a string

    "},{"t":"F","n":"\\shm_attach","p":"[Global_Namespace].html#function_shm_attach","d":"

    Creates or open a shared memory segment

    "},{"t":"F","n":"\\shm_detach","p":"[Global_Namespace].html#function_shm_detach","d":"

    Disconnects from shared memory segment

    "},{"t":"F","n":"\\shm_get_var","p":"[Global_Namespace].html#function_shm_get_var","d":"

    Returns a variable from shared memory

    "},{"t":"F","n":"\\shm_has_var","p":"[Global_Namespace].html#function_shm_has_var","d":"

    Check whether a specific entry exists

    "},{"t":"F","n":"\\shm_put_var","p":"[Global_Namespace].html#function_shm_put_var","d":"

    Inserts or updates a variable in shared memory

    "},{"t":"F","n":"\\shm_remove","p":"[Global_Namespace].html#function_shm_remove","d":"

    Removes shared memory from Unix systems

    "},{"t":"F","n":"\\shm_remove_var","p":"[Global_Namespace].html#function_shm_remove_var","d":"

    Removes a variable from shared memory

    "},{"t":"F","n":"\\shmop_close","p":"[Global_Namespace].html#function_shmop_close","d":"

    Close shared memory block

    "},{"t":"F","n":"\\shmop_delete","p":"[Global_Namespace].html#function_shmop_delete","d":"

    Delete shared memory block

    "},{"t":"F","n":"\\shmop_open","p":"[Global_Namespace].html#function_shmop_open","d":"

    Create or open shared memory block

    "},{"t":"F","n":"\\shmop_read","p":"[Global_Namespace].html#function_shmop_read","d":"

    Read data from shared memory block

    "},{"t":"F","n":"\\shmop_size","p":"[Global_Namespace].html#function_shmop_size","d":"

    Get size of shared memory block

    "},{"t":"F","n":"\\shmop_write","p":"[Global_Namespace].html#function_shmop_write","d":"

    Write data into shared memory block

    "},{"t":"F","n":"\\show_source","p":"[Global_Namespace].html#function_show_source","d":"

    Alias:\n{highlight_file}

    "},{"t":"F","n":"\\shuffle","p":"[Global_Namespace].html#function_shuffle","d":"

    Shuffle an array

    "},{"t":"F","n":"\\simdjson_decode","p":"[Global_Namespace].html#function_simdjson_decode","d":"

    Takes a JSON encoded string and converts it into a PHP variable.

    "},{"t":"F","n":"\\simdjson_is_valid","p":"[Global_Namespace].html#function_simdjson_is_valid","d":"

    Returns true if json is valid.

    "},{"t":"F","n":"\\simdjson_key_count","p":"[Global_Namespace].html#function_simdjson_key_count","d":"

    Parses $json and returns the number of keys in $json matching the JSON pointer $key

    "},{"t":"F","n":"\\simdjson_key_exists","p":"[Global_Namespace].html#function_simdjson_key_exists","d":"

    Returns true if the JSON pointer $key could be found.

    "},{"t":"F","n":"\\simdjson_key_value","p":"[Global_Namespace].html#function_simdjson_key_value","d":"

    Returns the value at the json pointer $key

    "},{"t":"F","n":"\\similar_text","p":"[Global_Namespace].html#function_similar_text","d":"

    Calculate the similarity between two strings

    "},{"t":"F","n":"\\simplexml_import_dom","p":"[Global_Namespace].html#function_simplexml_import_dom","d":"

    Get a SimpleXMLElement object from a DOM node.

    "},{"t":"F","n":"\\simplexml_load_file","p":"[Global_Namespace].html#function_simplexml_load_file","d":"

    Interprets an XML file into an object

    "},{"t":"F","n":"\\simplexml_load_string","p":"[Global_Namespace].html#function_simplexml_load_string","d":"

    Interprets a string of XML into an object

    "},{"t":"F","n":"\\sin","p":"[Global_Namespace].html#function_sin","d":"Sine"},{"t":"F","n":"\\sinh","p":"[Global_Namespace].html#function_sinh","d":"

    Hyperbolic sine

    "},{"t":"F","n":"\\sizeof","p":"[Global_Namespace].html#function_sizeof","d":"

    Alias:\n{\\count}

    "},{"t":"F","n":"\\sleep","p":"[Global_Namespace].html#function_sleep","d":"

    Delays the program execution for the given number of seconds

    "},{"t":"F","n":"\\snappy_compress","p":"[Global_Namespace].html#function_snappy_compress","d":""},{"t":"F","n":"\\snappy_uncompress","p":"[Global_Namespace].html#function_snappy_uncompress","d":""},{"t":"F","n":"\\snmp2_get","p":"[Global_Namespace].html#function_snmp2_get","d":"

    Fetch an SNMP object

    "},{"t":"F","n":"\\snmp2_getnext","p":"[Global_Namespace].html#function_snmp2_getnext","d":"

    Fetch the SNMP object which follows the given object id

    "},{"t":"F","n":"\\snmp2_real_walk","p":"[Global_Namespace].html#function_snmp2_real_walk","d":"

    Return all objects including their respective object ID within the specified one

    "},{"t":"F","n":"\\snmp2_set","p":"[Global_Namespace].html#function_snmp2_set","d":"

    Set the value of an SNMP object

    "},{"t":"F","n":"\\snmp2_walk","p":"[Global_Namespace].html#function_snmp2_walk","d":"

    Fetch all the SNMP objects from an agent

    "},{"t":"F","n":"\\snmp3_get","p":"[Global_Namespace].html#function_snmp3_get","d":"

    Fetch an SNMP object

    "},{"t":"F","n":"\\snmp3_getnext","p":"[Global_Namespace].html#function_snmp3_getnext","d":"

    Fetch the SNMP object which follows the given object id

    "},{"t":"F","n":"\\snmp3_real_walk","p":"[Global_Namespace].html#function_snmp3_real_walk","d":"

    Return all objects including their respective object ID within the specified one

    "},{"t":"F","n":"\\snmp3_set","p":"[Global_Namespace].html#function_snmp3_set","d":"

    Set the value of an SNMP object

    "},{"t":"F","n":"\\snmp3_walk","p":"[Global_Namespace].html#function_snmp3_walk","d":"

    Fetch all the SNMP objects from an agent

    "},{"t":"F","n":"\\snmp_get_quick_print","p":"[Global_Namespace].html#function_snmp_get_quick_print","d":"

    Fetches the current value of the UCD library's quick_print setting

    "},{"t":"F","n":"\\snmp_get_valueretrieval","p":"[Global_Namespace].html#function_snmp_get_valueretrieval","d":"

    Return the method how the SNMP values will be returned

    "},{"t":"F","n":"\\snmp_read_mib","p":"[Global_Namespace].html#function_snmp_read_mib","d":"

    Reads and parses a MIB file into the active MIB tree

    "},{"t":"F","n":"\\snmp_set_enum_print","p":"[Global_Namespace].html#function_snmp_set_enum_print","d":"

    Return all values that are enums with their enum value instead of the raw integer

    "},{"t":"F","n":"\\snmp_set_oid_numeric_print","p":"[Global_Namespace].html#function_snmp_set_oid_numeric_print","d":"

    Set the oid output format

    "},{"t":"F","n":"\\snmp_set_oid_output_format","p":"[Global_Namespace].html#function_snmp_set_oid_output_format","d":"

    Set the OID output format

    "},{"t":"F","n":"\\snmp_set_quick_print","p":"[Global_Namespace].html#function_snmp_set_quick_print","d":"

    Set the value of quick_print within the UCD SNMP library

    "},{"t":"F","n":"\\snmp_set_valueretrieval","p":"[Global_Namespace].html#function_snmp_set_valueretrieval","d":"

    Specify the method how the SNMP values will be returned

    "},{"t":"F","n":"\\snmpget","p":"[Global_Namespace].html#function_snmpget","d":"

    Fetch an SNMP object

    "},{"t":"F","n":"\\snmpgetnext","p":"[Global_Namespace].html#function_snmpgetnext","d":"

    Fetch the SNMP object which follows the given object id

    "},{"t":"F","n":"\\snmprealwalk","p":"[Global_Namespace].html#function_snmprealwalk","d":"

    Return all objects including their respective object ID within the specified one

    "},{"t":"F","n":"\\snmpset","p":"[Global_Namespace].html#function_snmpset","d":"

    Set the value of an SNMP object

    "},{"t":"F","n":"\\snmpwalk","p":"[Global_Namespace].html#function_snmpwalk","d":"

    Fetch all the SNMP objects from an agent

    "},{"t":"F","n":"\\snmpwalkoid","p":"[Global_Namespace].html#function_snmpwalkoid","d":"

    Query for a tree of information about a network entity

    "},{"t":"F","n":"\\socket_accept","p":"[Global_Namespace].html#function_socket_accept","d":"

    Accepts a connection on a socket

    "},{"t":"F","n":"\\socket_addrinfo_bind","p":"[Global_Namespace].html#function_socket_addrinfo_bind","d":"

    (PHP 7 >= 7.2.0)
    \nCreate a Socket resource, and bind it to the provided AddrInfo resource.
    \nThe return value of this function may be used with {socket_listen()}.

    "},{"t":"F","n":"\\socket_addrinfo_connect","p":"[Global_Namespace].html#function_socket_addrinfo_connect","d":"

    Create a Socket resource, and connect it to the provided AddrInfo resource.
    \nThe return value of this function may be used with the rest of the socket functions.

    "},{"t":"F","n":"\\socket_addrinfo_explain","p":"[Global_Namespace].html#function_socket_addrinfo_explain","d":"

    (PHP 7 >= 7.2.0)
    \nGet information about addrinfo

    "},{"t":"F","n":"\\socket_addrinfo_lookup","p":"[Global_Namespace].html#function_socket_addrinfo_lookup","d":"

    (PHP 7 >= 7.2.0)
    \nGet array with contents of getaddrinfo about the given hostname.

    "},{"t":"F","n":"\\socket_atmark","p":"[Global_Namespace].html#function_socket_atmark","d":""},{"t":"F","n":"\\socket_bind","p":"[Global_Namespace].html#function_socket_bind","d":"

    Binds a name to a socket

    "},{"t":"F","n":"\\socket_clear_error","p":"[Global_Namespace].html#function_socket_clear_error","d":"

    Clears the error on the socket or the last error code

    "},{"t":"F","n":"\\socket_close","p":"[Global_Namespace].html#function_socket_close","d":"

    Closes a socket resource

    "},{"t":"F","n":"\\socket_cmsg_space","p":"[Global_Namespace].html#function_socket_cmsg_space","d":"

    Calculate message buffer size

    "},{"t":"F","n":"\\socket_connect","p":"[Global_Namespace].html#function_socket_connect","d":"

    Initiates a connection on a socket

    "},{"t":"F","n":"\\socket_create","p":"[Global_Namespace].html#function_socket_create","d":"

    Create a socket (endpoint for communication)

    "},{"t":"F","n":"\\socket_create_listen","p":"[Global_Namespace].html#function_socket_create_listen","d":"

    Opens a socket on port to accept connections

    "},{"t":"F","n":"\\socket_create_pair","p":"[Global_Namespace].html#function_socket_create_pair","d":"

    Creates a pair of indistinguishable sockets and stores them in an array

    "},{"t":"F","n":"\\socket_export_stream","p":"[Global_Namespace].html#function_socket_export_stream","d":""},{"t":"F","n":"\\socket_get_option","p":"[Global_Namespace].html#function_socket_get_option","d":"

    Gets socket options for the socket

    "},{"t":"F","n":"\\socket_get_status","p":"[Global_Namespace].html#function_socket_get_status","d":"

    Alias:\n{stream_get_meta_data}\nRetrieves header/meta data from streams/file pointers

    "},{"t":"F","n":"\\socket_getopt","p":"[Global_Namespace].html#function_socket_getopt","d":"

    Alias of {socket_get_option}

    "},{"t":"F","n":"\\socket_getpeername","p":"[Global_Namespace].html#function_socket_getpeername","d":"

    Queries the remote side of the given socket which may either result in host/port or in a Unix filesystem path, dependent on its type

    "},{"t":"F","n":"\\socket_getsockname","p":"[Global_Namespace].html#function_socket_getsockname","d":"

    Queries the local side of the given socket which may either result in host/port or in a Unix filesystem path, dependent on its type

    "},{"t":"F","n":"\\socket_import_stream","p":"[Global_Namespace].html#function_socket_import_stream","d":"

    Import a stream

    "},{"t":"F","n":"\\socket_last_error","p":"[Global_Namespace].html#function_socket_last_error","d":"

    Returns the last error on the socket

    "},{"t":"F","n":"\\socket_listen","p":"[Global_Namespace].html#function_socket_listen","d":"

    Listens for a connection on a socket

    "},{"t":"F","n":"\\socket_read","p":"[Global_Namespace].html#function_socket_read","d":"

    Reads a maximum of length bytes from a socket

    "},{"t":"F","n":"\\socket_recv","p":"[Global_Namespace].html#function_socket_recv","d":"

    Receives data from a connected socket

    "},{"t":"F","n":"\\socket_recvfrom","p":"[Global_Namespace].html#function_socket_recvfrom","d":"

    Receives data from a socket whether or not it is connection-oriented

    "},{"t":"F","n":"\\socket_recvmsg","p":"[Global_Namespace].html#function_socket_recvmsg","d":"

    Read a message

    "},{"t":"F","n":"\\socket_select","p":"[Global_Namespace].html#function_socket_select","d":"

    Runs the select() system call on the given arrays of sockets with a specified timeout

    "},{"t":"F","n":"\\socket_send","p":"[Global_Namespace].html#function_socket_send","d":"

    Sends data to a connected socket

    "},{"t":"F","n":"\\socket_sendmsg","p":"[Global_Namespace].html#function_socket_sendmsg","d":"

    (PHP 5 >=5.5.0)
    \nSend a message

    "},{"t":"F","n":"\\socket_sendto","p":"[Global_Namespace].html#function_socket_sendto","d":"

    Sends a message to a socket, whether it is connected or not

    "},{"t":"F","n":"\\socket_set_block","p":"[Global_Namespace].html#function_socket_set_block","d":"

    Sets blocking mode on a socket resource

    "},{"t":"F","n":"\\socket_set_blocking","p":"[Global_Namespace].html#function_socket_set_blocking","d":"

    Alias:\n{stream_set_blocking}

    "},{"t":"F","n":"\\socket_set_nonblock","p":"[Global_Namespace].html#function_socket_set_nonblock","d":"

    Sets nonblocking mode for file descriptor fd

    "},{"t":"F","n":"\\socket_set_option","p":"[Global_Namespace].html#function_socket_set_option","d":"

    Sets socket options for the socket

    "},{"t":"F","n":"\\socket_set_timeout","p":"[Global_Namespace].html#function_socket_set_timeout","d":"

    Alias:\n{stream_set_timeout}\nSet timeout period on a stream

    "},{"t":"F","n":"\\socket_setopt","p":"[Global_Namespace].html#function_socket_setopt","d":"

    Alias of {socket_set_option}

    "},{"t":"F","n":"\\socket_shutdown","p":"[Global_Namespace].html#function_socket_shutdown","d":"

    Shuts down a socket for receiving, sending, or both

    "},{"t":"F","n":"\\socket_strerror","p":"[Global_Namespace].html#function_socket_strerror","d":"

    Return a string describing a socket error

    "},{"t":"F","n":"\\socket_write","p":"[Global_Namespace].html#function_socket_write","d":"

    Write to a socket

    "},{"t":"F","n":"\\socket_wsaprotocol_info_export","p":"[Global_Namespace].html#function_socket_wsaprotocol_info_export","d":"

    Exports the WSAPROTOCOL_INFO Structure

    "},{"t":"F","n":"\\socket_wsaprotocol_info_import","p":"[Global_Namespace].html#function_socket_wsaprotocol_info_import","d":"

    Imports a Socket from another Process

    "},{"t":"F","n":"\\socket_wsaprotocol_info_release","p":"[Global_Namespace].html#function_socket_wsaprotocol_info_release","d":"

    Releases an exported WSAPROTOCOL_INFO Structure

    "},{"t":"F","n":"\\sodium_add","p":"[Global_Namespace].html#function_sodium_add","d":"

    Add the right operand to the left

    "},{"t":"F","n":"\\sodium_base642bin","p":"[Global_Namespace].html#function_sodium_base642bin","d":""},{"t":"F","n":"\\sodium_bin2base64","p":"[Global_Namespace].html#function_sodium_bin2base64","d":""},{"t":"F","n":"\\sodium_bin2hex","p":"[Global_Namespace].html#function_sodium_bin2hex","d":"

    Convert to hex without side-chanels

    "},{"t":"F","n":"\\sodium_compare","p":"[Global_Namespace].html#function_sodium_compare","d":"

    Compare two strings in constant time

    "},{"t":"F","n":"\\sodium_crypto_aead_aegis128l_decrypt","p":"[Global_Namespace].html#function_sodium_crypto_aead_aegis128l_decrypt","d":""},{"t":"F","n":"\\sodium_crypto_aead_aegis128l_encrypt","p":"[Global_Namespace].html#function_sodium_crypto_aead_aegis128l_encrypt","d":""},{"t":"F","n":"\\sodium_crypto_aead_aegis128l_keygen","p":"[Global_Namespace].html#function_sodium_crypto_aead_aegis128l_keygen","d":""},{"t":"F","n":"\\sodium_crypto_aead_aegis256_decrypt","p":"[Global_Namespace].html#function_sodium_crypto_aead_aegis256_decrypt","d":""},{"t":"F","n":"\\sodium_crypto_aead_aegis256_encrypt","p":"[Global_Namespace].html#function_sodium_crypto_aead_aegis256_encrypt","d":""},{"t":"F","n":"\\sodium_crypto_aead_aegis256_keygen","p":"[Global_Namespace].html#function_sodium_crypto_aead_aegis256_keygen","d":""},{"t":"F","n":"\\sodium_crypto_aead_aes256gcm_decrypt","p":"[Global_Namespace].html#function_sodium_crypto_aead_aes256gcm_decrypt","d":"

    Authenticated Encryption with Associated Data (decrypt)\nAES-256-GCM

    "},{"t":"F","n":"\\sodium_crypto_aead_aes256gcm_encrypt","p":"[Global_Namespace].html#function_sodium_crypto_aead_aes256gcm_encrypt","d":"

    Authenticated Encryption with Associated Data (encrypt)\nAES-256-GCM

    "},{"t":"F","n":"\\sodium_crypto_aead_aes256gcm_is_available","p":"[Global_Namespace].html#function_sodium_crypto_aead_aes256gcm_is_available","d":"

    Can you access AES-256-GCM? This is only available if you have supported\nhardware.

    "},{"t":"F","n":"\\sodium_crypto_aead_aes256gcm_keygen","p":"[Global_Namespace].html#function_sodium_crypto_aead_aes256gcm_keygen","d":"

    Creates a random key

    "},{"t":"F","n":"\\sodium_crypto_aead_chacha20poly1305_decrypt","p":"[Global_Namespace].html#function_sodium_crypto_aead_chacha20poly1305_decrypt","d":"

    Authenticated Encryption with Associated Data (decrypt)\nChaCha20 + Poly1305

    "},{"t":"F","n":"\\sodium_crypto_aead_chacha20poly1305_encrypt","p":"[Global_Namespace].html#function_sodium_crypto_aead_chacha20poly1305_encrypt","d":"

    Authenticated Encryption with Associated Data (encrypt)\nChaCha20 + Poly1305

    "},{"t":"F","n":"\\sodium_crypto_aead_chacha20poly1305_ietf_decrypt","p":"[Global_Namespace].html#function_sodium_crypto_aead_chacha20poly1305_ietf_decrypt","d":"

    Authenticated Encryption with Associated Data (decrypt)\nChaCha20 + Poly1305 (IETF version)

    "},{"t":"F","n":"\\sodium_crypto_aead_chacha20poly1305_ietf_encrypt","p":"[Global_Namespace].html#function_sodium_crypto_aead_chacha20poly1305_ietf_encrypt","d":"

    Authenticated Encryption with Associated Data (encrypt)\nChaCha20 + Poly1305 (IETF version)

    "},{"t":"F","n":"\\sodium_crypto_aead_chacha20poly1305_ietf_keygen","p":"[Global_Namespace].html#function_sodium_crypto_aead_chacha20poly1305_ietf_keygen","d":"

    Creates a random key

    "},{"t":"F","n":"\\sodium_crypto_aead_chacha20poly1305_keygen","p":"[Global_Namespace].html#function_sodium_crypto_aead_chacha20poly1305_keygen","d":"

    Creates a random key\nIt is equivalent to calling random_bytes() but improves code clarity and can\nprevent misuse by ensuring that the provided key length is always be correct.

    "},{"t":"F","n":"\\sodium_crypto_aead_xchacha20poly1305_ietf_decrypt","p":"[Global_Namespace].html#function_sodium_crypto_aead_xchacha20poly1305_ietf_decrypt","d":""},{"t":"F","n":"\\sodium_crypto_aead_xchacha20poly1305_ietf_encrypt","p":"[Global_Namespace].html#function_sodium_crypto_aead_xchacha20poly1305_ietf_encrypt","d":""},{"t":"F","n":"\\sodium_crypto_aead_xchacha20poly1305_ietf_keygen","p":"[Global_Namespace].html#function_sodium_crypto_aead_xchacha20poly1305_ietf_keygen","d":""},{"t":"F","n":"\\sodium_crypto_auth","p":"[Global_Namespace].html#function_sodium_crypto_auth","d":"

    Secret-key message authentication\nHMAC SHA-512/256

    "},{"t":"F","n":"\\sodium_crypto_auth_keygen","p":"[Global_Namespace].html#function_sodium_crypto_auth_keygen","d":"

    Get random bytes for key

    "},{"t":"F","n":"\\sodium_crypto_auth_verify","p":"[Global_Namespace].html#function_sodium_crypto_auth_verify","d":"

    Secret-key message verification\nHMAC SHA-512/256

    "},{"t":"F","n":"\\sodium_crypto_box","p":"[Global_Namespace].html#function_sodium_crypto_box","d":"

    Public-key authenticated encryption (encrypt)\nX25519 + Xsalsa20 + Poly1305

    "},{"t":"F","n":"\\sodium_crypto_box_keypair","p":"[Global_Namespace].html#function_sodium_crypto_box_keypair","d":"

    Generate an X25519 keypair for use with the sodium_crypto_box API

    "},{"t":"F","n":"\\sodium_crypto_box_keypair_from_secretkey_and_publickey","p":"[Global_Namespace].html#function_sodium_crypto_box_keypair_from_secretkey_and_publickey","d":"

    Create an X25519 keypair from an X25519 secret key and X25519 public key

    "},{"t":"F","n":"\\sodium_crypto_box_open","p":"[Global_Namespace].html#function_sodium_crypto_box_open","d":"

    Public-key authenticated encryption (decrypt)\nX25519 + Xsalsa20 + Poly1305

    "},{"t":"F","n":"\\sodium_crypto_box_publickey","p":"[Global_Namespace].html#function_sodium_crypto_box_publickey","d":"

    Get an X25519 public key from an X25519 keypair

    "},{"t":"F","n":"\\sodium_crypto_box_publickey_from_secretkey","p":"[Global_Namespace].html#function_sodium_crypto_box_publickey_from_secretkey","d":"

    Derive an X25519 public key from an X25519 secret key

    "},{"t":"F","n":"\\sodium_crypto_box_seal","p":"[Global_Namespace].html#function_sodium_crypto_box_seal","d":"

    Anonymous public-key encryption (encrypt)\nX25519 + Xsalsa20 + Poly1305 + BLAKE2b

    "},{"t":"F","n":"\\sodium_crypto_box_seal_open","p":"[Global_Namespace].html#function_sodium_crypto_box_seal_open","d":"

    Anonymous public-key encryption (decrypt)\nX25519 + Xsalsa20 + Poly1305 + BLAKE2b

    "},{"t":"F","n":"\\sodium_crypto_box_secretkey","p":"[Global_Namespace].html#function_sodium_crypto_box_secretkey","d":"

    Extract the X25519 secret key from an X25519 keypair

    "},{"t":"F","n":"\\sodium_crypto_box_seed_keypair","p":"[Global_Namespace].html#function_sodium_crypto_box_seed_keypair","d":"

    Derive an X25519 keypair for use with the sodium_crypto_box API from a seed

    "},{"t":"F","n":"\\sodium_crypto_core_ristretto255_add","p":"[Global_Namespace].html#function_sodium_crypto_core_ristretto255_add","d":null},{"t":"F","n":"\\sodium_crypto_core_ristretto255_from_hash","p":"[Global_Namespace].html#function_sodium_crypto_core_ristretto255_from_hash","d":null},{"t":"F","n":"\\sodium_crypto_core_ristretto255_is_valid_point","p":"[Global_Namespace].html#function_sodium_crypto_core_ristretto255_is_valid_point","d":null},{"t":"F","n":"\\sodium_crypto_core_ristretto255_random","p":"[Global_Namespace].html#function_sodium_crypto_core_ristretto255_random","d":null},{"t":"F","n":"\\sodium_crypto_core_ristretto255_scalar_add","p":"[Global_Namespace].html#function_sodium_crypto_core_ristretto255_scalar_add","d":null},{"t":"F","n":"\\sodium_crypto_core_ristretto255_scalar_complement","p":"[Global_Namespace].html#function_sodium_crypto_core_ristretto255_scalar_complement","d":null},{"t":"F","n":"\\sodium_crypto_core_ristretto255_scalar_invert","p":"[Global_Namespace].html#function_sodium_crypto_core_ristretto255_scalar_invert","d":null},{"t":"F","n":"\\sodium_crypto_core_ristretto255_scalar_mul","p":"[Global_Namespace].html#function_sodium_crypto_core_ristretto255_scalar_mul","d":null},{"t":"F","n":"\\sodium_crypto_core_ristretto255_scalar_negate","p":"[Global_Namespace].html#function_sodium_crypto_core_ristretto255_scalar_negate","d":null},{"t":"F","n":"\\sodium_crypto_core_ristretto255_scalar_random","p":"[Global_Namespace].html#function_sodium_crypto_core_ristretto255_scalar_random","d":null},{"t":"F","n":"\\sodium_crypto_core_ristretto255_scalar_reduce","p":"[Global_Namespace].html#function_sodium_crypto_core_ristretto255_scalar_reduce","d":null},{"t":"F","n":"\\sodium_crypto_core_ristretto255_scalar_sub","p":"[Global_Namespace].html#function_sodium_crypto_core_ristretto255_scalar_sub","d":null},{"t":"F","n":"\\sodium_crypto_core_ristretto255_sub","p":"[Global_Namespace].html#function_sodium_crypto_core_ristretto255_sub","d":null},{"t":"F","n":"\\sodium_crypto_generichash","p":"[Global_Namespace].html#function_sodium_crypto_generichash","d":"

    Fast and secure cryptographic hash

    "},{"t":"F","n":"\\sodium_crypto_generichash_final","p":"[Global_Namespace].html#function_sodium_crypto_generichash_final","d":"

    Get the final hash\nBLAKE2b

    "},{"t":"F","n":"\\sodium_crypto_generichash_init","p":"[Global_Namespace].html#function_sodium_crypto_generichash_init","d":"

    Create a new hash state (e.g. to use for streams)\nBLAKE2b

    "},{"t":"F","n":"\\sodium_crypto_generichash_keygen","p":"[Global_Namespace].html#function_sodium_crypto_generichash_keygen","d":"

    Get random bytes for key

    "},{"t":"F","n":"\\sodium_crypto_generichash_update","p":"[Global_Namespace].html#function_sodium_crypto_generichash_update","d":"

    Update the hash state with some data\nBLAKE2b

    "},{"t":"F","n":"\\sodium_crypto_kdf_derive_from_key","p":"[Global_Namespace].html#function_sodium_crypto_kdf_derive_from_key","d":""},{"t":"F","n":"\\sodium_crypto_kdf_keygen","p":"[Global_Namespace].html#function_sodium_crypto_kdf_keygen","d":"

    Get random bytes for key

    "},{"t":"F","n":"\\sodium_crypto_kx","p":"[Global_Namespace].html#function_sodium_crypto_kx","d":"

    Elliptic Curve Diffie Hellman Key Exchange\nX25519

    "},{"t":"F","n":"\\sodium_crypto_kx_client_session_keys","p":"[Global_Namespace].html#function_sodium_crypto_kx_client_session_keys","d":""},{"t":"F","n":"\\sodium_crypto_kx_keypair","p":"[Global_Namespace].html#function_sodium_crypto_kx_keypair","d":""},{"t":"F","n":"\\sodium_crypto_kx_publickey","p":"[Global_Namespace].html#function_sodium_crypto_kx_publickey","d":""},{"t":"F","n":"\\sodium_crypto_kx_secretkey","p":"[Global_Namespace].html#function_sodium_crypto_kx_secretkey","d":""},{"t":"F","n":"\\sodium_crypto_kx_seed_keypair","p":"[Global_Namespace].html#function_sodium_crypto_kx_seed_keypair","d":""},{"t":"F","n":"\\sodium_crypto_kx_server_session_keys","p":"[Global_Namespace].html#function_sodium_crypto_kx_server_session_keys","d":""},{"t":"F","n":"\\sodium_crypto_pwhash","p":"[Global_Namespace].html#function_sodium_crypto_pwhash","d":"

    Secure password-based key derivation function\nArgon2i

    "},{"t":"F","n":"\\sodium_crypto_pwhash_scryptsalsa208sha256","p":"[Global_Namespace].html#function_sodium_crypto_pwhash_scryptsalsa208sha256","d":"

    Secure password-based key derivation function\nScrypt

    "},{"t":"F","n":"\\sodium_crypto_pwhash_scryptsalsa208sha256_str","p":"[Global_Namespace].html#function_sodium_crypto_pwhash_scryptsalsa208sha256_str","d":"

    Get a formatted password hash (for storage)\nScrypt

    "},{"t":"F","n":"\\sodium_crypto_pwhash_scryptsalsa208sha256_str_verify","p":"[Global_Namespace].html#function_sodium_crypto_pwhash_scryptsalsa208sha256_str_verify","d":"

    Verify a password against a hash\nScrypt

    "},{"t":"F","n":"\\sodium_crypto_pwhash_str","p":"[Global_Namespace].html#function_sodium_crypto_pwhash_str","d":"

    Get a formatted password hash (for storage)\nArgon2i

    "},{"t":"F","n":"\\sodium_crypto_pwhash_str_needs_rehash","p":"[Global_Namespace].html#function_sodium_crypto_pwhash_str_needs_rehash","d":""},{"t":"F","n":"\\sodium_crypto_pwhash_str_verify","p":"[Global_Namespace].html#function_sodium_crypto_pwhash_str_verify","d":"

    Verify a password against a hash\nArgon2i

    "},{"t":"F","n":"\\sodium_crypto_scalarmult","p":"[Global_Namespace].html#function_sodium_crypto_scalarmult","d":"

    Elliptic Curve Diffie Hellman over Curve25519\nX25519

    "},{"t":"F","n":"\\sodium_crypto_scalarmult_base","p":"[Global_Namespace].html#function_sodium_crypto_scalarmult_base","d":"

    Scalar multiplication of the base point and your key

    "},{"t":"F","n":"\\sodium_crypto_scalarmult_ristretto255","p":"[Global_Namespace].html#function_sodium_crypto_scalarmult_ristretto255","d":null},{"t":"F","n":"\\sodium_crypto_scalarmult_ristretto255_base","p":"[Global_Namespace].html#function_sodium_crypto_scalarmult_ristretto255_base","d":null},{"t":"F","n":"\\sodium_crypto_secretbox","p":"[Global_Namespace].html#function_sodium_crypto_secretbox","d":"

    Authenticated secret-key encryption (encrypt)\nXsals20 + Poly1305

    "},{"t":"F","n":"\\sodium_crypto_secretbox_keygen","p":"[Global_Namespace].html#function_sodium_crypto_secretbox_keygen","d":"

    Creates a random key

    "},{"t":"F","n":"\\sodium_crypto_secretbox_open","p":"[Global_Namespace].html#function_sodium_crypto_secretbox_open","d":"

    Authenticated secret-key encryption (decrypt)\nXsals20 + Poly1305

    "},{"t":"F","n":"\\sodium_crypto_secretstream_xchacha20poly1305_init_pull","p":"[Global_Namespace].html#function_sodium_crypto_secretstream_xchacha20poly1305_init_pull","d":""},{"t":"F","n":"\\sodium_crypto_secretstream_xchacha20poly1305_init_push","p":"[Global_Namespace].html#function_sodium_crypto_secretstream_xchacha20poly1305_init_push","d":""},{"t":"F","n":"\\sodium_crypto_secretstream_xchacha20poly1305_keygen","p":"[Global_Namespace].html#function_sodium_crypto_secretstream_xchacha20poly1305_keygen","d":""},{"t":"F","n":"\\sodium_crypto_secretstream_xchacha20poly1305_pull","p":"[Global_Namespace].html#function_sodium_crypto_secretstream_xchacha20poly1305_pull","d":null},{"t":"F","n":"\\sodium_crypto_secretstream_xchacha20poly1305_push","p":"[Global_Namespace].html#function_sodium_crypto_secretstream_xchacha20poly1305_push","d":null},{"t":"F","n":"\\sodium_crypto_secretstream_xchacha20poly1305_rekey","p":"[Global_Namespace].html#function_sodium_crypto_secretstream_xchacha20poly1305_rekey","d":""},{"t":"F","n":"\\sodium_crypto_shorthash","p":"[Global_Namespace].html#function_sodium_crypto_shorthash","d":"

    A short keyed hash suitable for data structures\nSipHash-2-4

    "},{"t":"F","n":"\\sodium_crypto_shorthash_keygen","p":"[Global_Namespace].html#function_sodium_crypto_shorthash_keygen","d":"

    Get random bytes for key

    "},{"t":"F","n":"\\sodium_crypto_sign","p":"[Global_Namespace].html#function_sodium_crypto_sign","d":"

    Digital Signature\nEd25519

    "},{"t":"F","n":"\\sodium_crypto_sign_detached","p":"[Global_Namespace].html#function_sodium_crypto_sign_detached","d":"

    Digital Signature (detached)\nEd25519

    "},{"t":"F","n":"\\sodium_crypto_sign_ed25519_pk_to_curve25519","p":"[Global_Namespace].html#function_sodium_crypto_sign_ed25519_pk_to_curve25519","d":"

    Convert an Ed25519 public key to an X25519 public key

    "},{"t":"F","n":"\\sodium_crypto_sign_ed25519_sk_to_curve25519","p":"[Global_Namespace].html#function_sodium_crypto_sign_ed25519_sk_to_curve25519","d":"

    Convert an Ed25519 secret key to an X25519 secret key

    "},{"t":"F","n":"\\sodium_crypto_sign_keypair","p":"[Global_Namespace].html#function_sodium_crypto_sign_keypair","d":"

    Generate an Ed25519 keypair for use with the crypto_sign API

    "},{"t":"F","n":"\\sodium_crypto_sign_keypair_from_secretkey_and_publickey","p":"[Global_Namespace].html#function_sodium_crypto_sign_keypair_from_secretkey_and_publickey","d":"

    Create an Ed25519 keypair from an Ed25519 secret key + Ed25519 public key

    "},{"t":"F","n":"\\sodium_crypto_sign_open","p":"[Global_Namespace].html#function_sodium_crypto_sign_open","d":"

    Verify a signed message and return the plaintext

    "},{"t":"F","n":"\\sodium_crypto_sign_publickey","p":"[Global_Namespace].html#function_sodium_crypto_sign_publickey","d":"

    Get the public key from an Ed25519 keypair

    "},{"t":"F","n":"\\sodium_crypto_sign_publickey_from_secretkey","p":"[Global_Namespace].html#function_sodium_crypto_sign_publickey_from_secretkey","d":"

    Derive an Ed25519 public key from an Ed25519 secret key

    "},{"t":"F","n":"\\sodium_crypto_sign_secretkey","p":"[Global_Namespace].html#function_sodium_crypto_sign_secretkey","d":"

    Get the secret key from an Ed25519 keypair

    "},{"t":"F","n":"\\sodium_crypto_sign_seed_keypair","p":"[Global_Namespace].html#function_sodium_crypto_sign_seed_keypair","d":"

    Derive an Ed25519 keypair for use with the crypto_sign API from a seed

    "},{"t":"F","n":"\\sodium_crypto_sign_verify_detached","p":"[Global_Namespace].html#function_sodium_crypto_sign_verify_detached","d":"

    Verify a detached signature

    "},{"t":"F","n":"\\sodium_crypto_stream","p":"[Global_Namespace].html#function_sodium_crypto_stream","d":"

    Create a keystream from a key and nonce\nXsalsa20

    "},{"t":"F","n":"\\sodium_crypto_stream_keygen","p":"[Global_Namespace].html#function_sodium_crypto_stream_keygen","d":"

    Get random bytes for key

    "},{"t":"F","n":"\\sodium_crypto_stream_xchacha20","p":"[Global_Namespace].html#function_sodium_crypto_stream_xchacha20","d":null},{"t":"F","n":"\\sodium_crypto_stream_xchacha20_keygen","p":"[Global_Namespace].html#function_sodium_crypto_stream_xchacha20_keygen","d":null},{"t":"F","n":"\\sodium_crypto_stream_xchacha20_xor","p":"[Global_Namespace].html#function_sodium_crypto_stream_xchacha20_xor","d":null},{"t":"F","n":"\\sodium_crypto_stream_xchacha20_xor_ic","p":"[Global_Namespace].html#function_sodium_crypto_stream_xchacha20_xor_ic","d":null},{"t":"F","n":"\\sodium_crypto_stream_xor","p":"[Global_Namespace].html#function_sodium_crypto_stream_xor","d":"

    Encrypt a message using a stream cipher\nXsalsa20

    "},{"t":"F","n":"\\sodium_hex2bin","p":"[Global_Namespace].html#function_sodium_hex2bin","d":"

    Convert from hex without side-chanels

    "},{"t":"F","n":"\\sodium_increment","p":"[Global_Namespace].html#function_sodium_increment","d":"

    Increment a string in little-endian

    "},{"t":"F","n":"\\sodium_library_version_major","p":"[Global_Namespace].html#function_sodium_library_version_major","d":"

    Get the true major version of libsodium

    "},{"t":"F","n":"\\sodium_library_version_minor","p":"[Global_Namespace].html#function_sodium_library_version_minor","d":"

    Get the true minor version of libsodium

    "},{"t":"F","n":"\\sodium_memcmp","p":"[Global_Namespace].html#function_sodium_memcmp","d":"

    Compare two strings in constant time

    "},{"t":"F","n":"\\sodium_memzero","p":"[Global_Namespace].html#function_sodium_memzero","d":"

    Wipe a buffer

    "},{"t":"F","n":"\\sodium_pad","p":"[Global_Namespace].html#function_sodium_pad","d":"

    Add padding data

    "},{"t":"F","n":"\\sodium_randombytes_buf","p":"[Global_Namespace].html#function_sodium_randombytes_buf","d":"

    Generate a string of random bytes\n/dev/urandom

    "},{"t":"F","n":"\\sodium_randombytes_random16","p":"[Global_Namespace].html#function_sodium_randombytes_random16","d":"

    Generate a 16-bit integer\n/dev/urandom

    "},{"t":"F","n":"\\sodium_randombytes_uniform","p":"[Global_Namespace].html#function_sodium_randombytes_uniform","d":"

    Generate an unbiased random integer between 0 and a specified value\n/dev/urandom

    "},{"t":"F","n":"\\sodium_unpad","p":"[Global_Namespace].html#function_sodium_unpad","d":"

    Remove padding data

    "},{"t":"F","n":"\\sodium_version_string","p":"[Global_Namespace].html#function_sodium_version_string","d":"

    Get the version string

    "},{"t":"F","n":"\\solr_get_version","p":"[Global_Namespace].html#function_solr_get_version","d":"

    (PECL solr >= 0.9.1)
    \nReturns the current version of the Apache Solr extension

    "},{"t":"F","n":"\\sort","p":"[Global_Namespace].html#function_sort","d":"

    Sort an array

    "},{"t":"F","n":"\\soundex","p":"[Global_Namespace].html#function_soundex","d":"

    Calculate the soundex key of a string

    "},{"t":"F","n":"\\spl_autoload","p":"[Global_Namespace].html#function_spl_autoload","d":"

    Default implementation for __autoload()

    "},{"t":"F","n":"\\spl_autoload_call","p":"[Global_Namespace].html#function_spl_autoload_call","d":"

    Try all registered __autoload() functions to load the requested class

    "},{"t":"F","n":"\\spl_autoload_extensions","p":"[Global_Namespace].html#function_spl_autoload_extensions","d":"

    Register and return default file extensions for spl_autoload

    "},{"t":"F","n":"\\spl_autoload_functions","p":"[Global_Namespace].html#function_spl_autoload_functions","d":"

    Return all registered __autoload() functions

    "},{"t":"F","n":"\\spl_autoload_register","p":"[Global_Namespace].html#function_spl_autoload_register","d":"

    Register given function as __autoload() implementation

    "},{"t":"F","n":"\\spl_autoload_unregister","p":"[Global_Namespace].html#function_spl_autoload_unregister","d":"

    Unregister given function as __autoload() implementation

    "},{"t":"F","n":"\\spl_classes","p":"[Global_Namespace].html#function_spl_classes","d":"

    Return available SPL classes

    "},{"t":"F","n":"\\spl_object_hash","p":"[Global_Namespace].html#function_spl_object_hash","d":"

    Return hash id for given object

    "},{"t":"F","n":"\\spl_object_id","p":"[Global_Namespace].html#function_spl_object_id","d":"

    return the integer object handle for given object

    "},{"t":"F","n":"\\split","p":"[Global_Namespace].html#function_split","d":"

    Split string into array by regular expression

    "},{"t":"F","n":"\\spliti","p":"[Global_Namespace].html#function_spliti","d":"

    Split string into array by regular expression case insensitive

    "},{"t":"F","n":"\\sprintf","p":"[Global_Namespace].html#function_sprintf","d":"

    Return a formatted string

    "},{"t":"F","n":"\\sql_regcase","p":"[Global_Namespace].html#function_sql_regcase","d":"

    Make regular expression for case insensitive match

    "},{"t":"F","n":"\\sqlite_array_query","p":"[Global_Namespace].html#function_sqlite_array_query","d":"

    (PHP 5, PECL sqlite >= 1.0.0)
    \nExecute a query against a given database and returns an array

    "},{"t":"F","n":"\\sqlite_busy_timeout","p":"[Global_Namespace].html#function_sqlite_busy_timeout","d":"

    (PHP 5, PECL sqlite >= 1.0.0)
    \nSet busy timeout duration, or disable busy handlers

    "},{"t":"F","n":"\\sqlite_changes","p":"[Global_Namespace].html#function_sqlite_changes","d":"

    (PHP 5, PECL sqlite >= 1.0.0)
    \nReturns the number of rows that were changed by the most\nrecent SQL statement

    "},{"t":"F","n":"\\sqlite_close","p":"[Global_Namespace].html#function_sqlite_close","d":"

    (PHP 5, PECL sqlite >= 1.0.0)
    \nCloses an open SQLite database

    "},{"t":"F","n":"\\sqlite_column","p":"[Global_Namespace].html#function_sqlite_column","d":"

    (PHP 5, PECL sqlite >= 1.0.0)
    \nFetches a column from the current row of a result set

    "},{"t":"F","n":"\\sqlite_create_aggregate","p":"[Global_Namespace].html#function_sqlite_create_aggregate","d":"

    (PHP 5, PECL sqlite >= 1.0.0)
    \nRegister an aggregating UDF for use in SQL statements

    "},{"t":"F","n":"\\sqlite_create_function","p":"[Global_Namespace].html#function_sqlite_create_function","d":"

    (PHP 5, sqlite >= 1.0.0)
    \nRegisters a "regular" User Defined Function for use in SQL statements

    "},{"t":"F","n":"\\sqlite_current","p":"[Global_Namespace].html#function_sqlite_current","d":"

    (PHP 5, PECL sqlite >= 1.0.0)
    \nFetches the current row from a result set as an array

    "},{"t":"F","n":"\\sqlite_error_string","p":"[Global_Namespace].html#function_sqlite_error_string","d":"

    (PHP 5, PECL sqlite >= 1.0.0)
    \nReturns the textual description of an error code

    "},{"t":"F","n":"\\sqlite_escape_string","p":"[Global_Namespace].html#function_sqlite_escape_string","d":"

    (PHP 5, PECL sqlite >= 1.0.0)
    \nEscapes a string for use as a query parameter

    "},{"t":"F","n":"\\sqlite_exec","p":"[Global_Namespace].html#function_sqlite_exec","d":"

    (PHP 5, PECL sqlite >= 1.0.3)
    \nExecutes a result-less query against a given database

    "},{"t":"F","n":"\\sqlite_factory","p":"[Global_Namespace].html#function_sqlite_factory","d":"

    Opens a SQLite database and returns a SQLiteDatabase object

    "},{"t":"F","n":"\\sqlite_fetch_all","p":"[Global_Namespace].html#function_sqlite_fetch_all","d":"

    (PHP 5, PECL sqlite >= 1.0.0)
    \nFetches all rows from a result set as an array of arrays

    "},{"t":"F","n":"\\sqlite_fetch_array","p":"[Global_Namespace].html#function_sqlite_fetch_array","d":"

    (PHP 5, PECL sqlite >= 1.0.0)
    \nFetches the next row from a result set as an array

    "},{"t":"F","n":"\\sqlite_fetch_column_types","p":"[Global_Namespace].html#function_sqlite_fetch_column_types","d":"

    Return an array of column types from a particular table

    "},{"t":"F","n":"\\sqlite_fetch_object","p":"[Global_Namespace].html#function_sqlite_fetch_object","d":"

    Fetches the next row from a result set as an object

    "},{"t":"F","n":"\\sqlite_fetch_single","p":"[Global_Namespace].html#function_sqlite_fetch_single","d":"

    (PHP 5, PECL sqlite >= 1.0.1)
    \nFetches the first column of a result set as a string

    "},{"t":"F","n":"\\sqlite_fetch_string","p":"[Global_Namespace].html#function_sqlite_fetch_string","d":"

    (PHP 5, PECL sqlite >= 1.0.0)
    \nAlias:\n{sqlite_fetch_single}

    "},{"t":"F","n":"\\sqlite_field_name","p":"[Global_Namespace].html#function_sqlite_field_name","d":"

    (PHP 5, PECL sqlite >= 1.0.0)
    \nReturns the name of a particular field

    "},{"t":"F","n":"\\sqlite_has_more","p":"[Global_Namespace].html#function_sqlite_has_more","d":"

    (PHP 5, PECL sqlite >= 1.0.0)
    \nFinds whether or not more rows are available

    "},{"t":"F","n":"\\sqlite_has_prev","p":"[Global_Namespace].html#function_sqlite_has_prev","d":"

    Returns whether or not a previous row is available

    "},{"t":"F","n":"\\sqlite_last_error","p":"[Global_Namespace].html#function_sqlite_last_error","d":"

    (PHP 5, PECL sqlite >= 1.0.0)
    \nReturns the error code of the last error for a database

    "},{"t":"F","n":"\\sqlite_last_insert_rowid","p":"[Global_Namespace].html#function_sqlite_last_insert_rowid","d":"

    (PHP 5, PECL sqlite >= 1.0.0)
    \nReturns the rowid of the most recently inserted row

    "},{"t":"F","n":"\\sqlite_libencoding","p":"[Global_Namespace].html#function_sqlite_libencoding","d":"

    (PHP 5, PECL sqlite >= 1.0.0)
    \nReturns the encoding of the linked SQLite library

    "},{"t":"F","n":"\\sqlite_libversion","p":"[Global_Namespace].html#function_sqlite_libversion","d":"

    (PHP 5, PECL sqlite >= 1.0.0)
    \nReturns the version of the linked SQLite library

    "},{"t":"F","n":"\\sqlite_next","p":"[Global_Namespace].html#function_sqlite_next","d":"

    (PHP 5, PECL sqlite >= 1.0.0)
    \nSeek to the next row number

    "},{"t":"F","n":"\\sqlite_num_fields","p":"[Global_Namespace].html#function_sqlite_num_fields","d":"

    (PHP 5, PECL sqlite >= 1.0.0)
    \nReturns the number of fields in a result set

    "},{"t":"F","n":"\\sqlite_num_rows","p":"[Global_Namespace].html#function_sqlite_num_rows","d":"

    (PHP 5, PECL sqlite >= 1.0.0)
    \nReturns the number of rows in a buffered result set

    "},{"t":"F","n":"\\sqlite_open","p":"[Global_Namespace].html#function_sqlite_open","d":"

    (PHP 5, PECL sqlite >= 1.0.0)
    \nOpens a SQLite database and create the database if it does not exist

    "},{"t":"F","n":"\\sqlite_popen","p":"[Global_Namespace].html#function_sqlite_popen","d":"

    (PHP 5, PECL sqlite >= 1.0.0)
    \nOpens a persistent handle to an SQLite database and create the database if it does not exist

    "},{"t":"F","n":"\\sqlite_prev","p":"[Global_Namespace].html#function_sqlite_prev","d":"

    Seek to the previous row number of a result set

    "},{"t":"F","n":"\\sqlite_query","p":"[Global_Namespace].html#function_sqlite_query","d":"

    (PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)
    \nExecutes a query against a given database and returns a result handle\nthere are two signatures with $query first and with $dbhandle first.

    "},{"t":"F","n":"\\sqlite_rewind","p":"[Global_Namespace].html#function_sqlite_rewind","d":"

    (PHP 5, PECL sqlite >= 1.0.0)
    \nSeek to the first row number

    "},{"t":"F","n":"\\sqlite_seek","p":"[Global_Namespace].html#function_sqlite_seek","d":"

    (PHP 5, PECL sqlite >= 1.0.0)
    \nSeek to a particular row number of a buffered result set

    "},{"t":"F","n":"\\sqlite_single_query","p":"[Global_Namespace].html#function_sqlite_single_query","d":"

    (PHP 5, PECL sqlite >= 1.0.1)
    \nExecutes a query and returns either an array for one single column or the value of the first row

    "},{"t":"F","n":"\\sqlite_udf_decode_binary","p":"[Global_Namespace].html#function_sqlite_udf_decode_binary","d":"

    (PHP 5, PECL sqlite >= 1.0.0)
    \nDecode binary data passed as parameters to an UDF

    "},{"t":"F","n":"\\sqlite_udf_encode_binary","p":"[Global_Namespace].html#function_sqlite_udf_encode_binary","d":"

    (PHP 5, PECL sqlite >= 1.0.0)
    \nEncode binary data before returning it from an UDF

    "},{"t":"F","n":"\\sqlite_unbuffered_query","p":"[Global_Namespace].html#function_sqlite_unbuffered_query","d":"

    (PHP 5, PECL sqlite >= 1.0.0)
    \nExecute a query that does not prefetch and buffer all data

    "},{"t":"F","n":"\\sqlite_valid","p":"[Global_Namespace].html#function_sqlite_valid","d":"

    Returns whether more rows are available

    "},{"t":"F","n":"\\sqlsrv_begin_transaction","p":"[Global_Namespace].html#function_sqlsrv_begin_transaction","d":"

    Begins a database transaction.

    "},{"t":"F","n":"\\sqlsrv_cancel","p":"[Global_Namespace].html#function_sqlsrv_cancel","d":"

    Cancels a statement; discards any pending results for the statement.

    "},{"t":"F","n":"\\sqlsrv_client_info","p":"[Global_Namespace].html#function_sqlsrv_client_info","d":"

    Provides information about the client.

    "},{"t":"F","n":"\\sqlsrv_close","p":"[Global_Namespace].html#function_sqlsrv_close","d":"

    Closes a connection. Frees all resources associated with the connection.

    "},{"t":"F","n":"\\sqlsrv_commit","p":"[Global_Namespace].html#function_sqlsrv_commit","d":"

    Commits a transaction that was begun with sqlsrv_begin_transaction.

    "},{"t":"F","n":"\\sqlsrv_configure","p":"[Global_Namespace].html#function_sqlsrv_configure","d":"

    Changes the driver error handling and logging configurations.

    "},{"t":"F","n":"\\sqlsrv_connect","p":"[Global_Namespace].html#function_sqlsrv_connect","d":"

    Creates and opens a connection.

    "},{"t":"F","n":"\\sqlsrv_errors","p":"[Global_Namespace].html#function_sqlsrv_errors","d":"

    Returns error and/or warning information about the last operation.

    "},{"t":"F","n":"\\sqlsrv_execute","p":"[Global_Namespace].html#function_sqlsrv_execute","d":"

    Executes a statement prepared with {sqlsrv_prepare}

    "},{"t":"F","n":"\\sqlsrv_fetch","p":"[Global_Namespace].html#function_sqlsrv_fetch","d":"

    Makes the next row in a result set available for reading.

    "},{"t":"F","n":"\\sqlsrv_fetch_array","p":"[Global_Namespace].html#function_sqlsrv_fetch_array","d":"

    Retrieves the next row of data as a numerically indexed array, an associative array, or both.

    "},{"t":"F","n":"\\sqlsrv_fetch_object","p":"[Global_Namespace].html#function_sqlsrv_fetch_object","d":"

    Retrieves the next row of data as an object.

    "},{"t":"F","n":"\\sqlsrv_field_metadata","p":"[Global_Namespace].html#function_sqlsrv_field_metadata","d":"

    Returns field metadata.

    "},{"t":"F","n":"\\sqlsrv_free_stmt","p":"[Global_Namespace].html#function_sqlsrv_free_stmt","d":"

    Closes a statement. Frees all resources associated with the statement.

    "},{"t":"F","n":"\\sqlsrv_get_config","p":"[Global_Namespace].html#function_sqlsrv_get_config","d":"

    Returns the current value of the specified configuration setting.

    "},{"t":"F","n":"\\sqlsrv_get_field","p":"[Global_Namespace].html#function_sqlsrv_get_field","d":"

    Retrieves a field in the current row by index. The PHP return type can be specified.

    "},{"t":"F","n":"\\sqlsrv_has_rows","p":"[Global_Namespace].html#function_sqlsrv_has_rows","d":"

    Detects if a result set has one or more rows.

    "},{"t":"F","n":"\\sqlsrv_next_result","p":"[Global_Namespace].html#function_sqlsrv_next_result","d":"

    Makes the next result of the specified statement active.

    "},{"t":"F","n":"\\sqlsrv_num_fields","p":"[Global_Namespace].html#function_sqlsrv_num_fields","d":"

    Retrieves the number of fields (columns) on a statemen.

    "},{"t":"F","n":"\\sqlsrv_num_rows","p":"[Global_Namespace].html#function_sqlsrv_num_rows","d":"

    Retrieves the number of rows in a result set.

    "},{"t":"F","n":"\\sqlsrv_prepare","p":"[Global_Namespace].html#function_sqlsrv_prepare","d":"

    Prepares a Transact-SQL query without executing it. Implicitly binds parameters.

    "},{"t":"F","n":"\\sqlsrv_query","p":"[Global_Namespace].html#function_sqlsrv_query","d":"

    Prepares and executes a Transact-SQL query.

    "},{"t":"F","n":"\\sqlsrv_rollback","p":"[Global_Namespace].html#function_sqlsrv_rollback","d":"

    Rolls back a transaction that was begun with {sqlsrv_begin_transaction}.

    "},{"t":"F","n":"\\sqlsrv_rows_affected","p":"[Global_Namespace].html#function_sqlsrv_rows_affected","d":"

    Returns the number of modified rows.

    "},{"t":"F","n":"\\sqlsrv_send_stream_data","p":"[Global_Namespace].html#function_sqlsrv_send_stream_data","d":"

    Sends up to eight kilobytes (8 KB) of data to the server with each call to the function.

    "},{"t":"F","n":"\\sqlsrv_server_info","p":"[Global_Namespace].html#function_sqlsrv_server_info","d":"

    Returns information about the server.

    "},{"t":"F","n":"\\sqrt","p":"[Global_Namespace].html#function_sqrt","d":"

    Square root

    "},{"t":"F","n":"\\srand","p":"[Global_Namespace].html#function_srand","d":"

    Seed the random number generator

    \n

    Note: As of PHP 7.1.0, {srand()} has been made\nan alias of {mt_srand()}."},{"t":"F","n":"\\sscanf","p":"[Global_Namespace].html#function_sscanf","d":"

    Parses input from a string according to a format

    "},{"t":"F","n":"\\ssh2_auth_agent","p":"[Global_Namespace].html#function_ssh2_auth_agent","d":"

    (PECL ssh2 >= 0.12)
    \nssh2_auth_agent \u2014 Authenticate over SSH using the ssh agent

    "},{"t":"F","n":"\\ssh2_auth_hostbased_file","p":"[Global_Namespace].html#function_ssh2_auth_hostbased_file","d":"

    (PECL ssh2 >= 0.9.0)
    \nAuthenticate using a public hostkey

    "},{"t":"F","n":"\\ssh2_auth_none","p":"[Global_Namespace].html#function_ssh2_auth_none","d":"

    (PECL ssh2 >= 0.9.0)
    \nAuthenticate as "none"

    "},{"t":"F","n":"\\ssh2_auth_password","p":"[Global_Namespace].html#function_ssh2_auth_password","d":"

    (PECL ssh2 >= 0.9.0)
    \nAuthenticate over SSH using a plain password

    "},{"t":"F","n":"\\ssh2_auth_pubkey_file","p":"[Global_Namespace].html#function_ssh2_auth_pubkey_file","d":"

    (PECL ssh2 >= 0.9.0)
    \nAuthenticate using a public key

    "},{"t":"F","n":"\\ssh2_connect","p":"[Global_Namespace].html#function_ssh2_connect","d":"

    (PECL ssh2 >= 0.9.0)
    \nConnect to an SSH server

    "},{"t":"F","n":"\\ssh2_disconnect","p":"[Global_Namespace].html#function_ssh2_disconnect","d":"

    (PECL ssh2 >= 1.0)
    \nClose a connection to a remote SSH server

    "},{"t":"F","n":"\\ssh2_exec","p":"[Global_Namespace].html#function_ssh2_exec","d":"

    (PECL ssh2 >= 0.9.0)
    \nExecute a command on a remote server

    "},{"t":"F","n":"\\ssh2_fetch_stream","p":"[Global_Namespace].html#function_ssh2_fetch_stream","d":"

    (PECL ssh2 >= 0.9.0)
    \nFetch an extended data stream

    "},{"t":"F","n":"\\ssh2_fingerprint","p":"[Global_Namespace].html#function_ssh2_fingerprint","d":"

    (PECL ssh2 >= 0.9.0)
    \nRetrieve fingerprint of remote server

    "},{"t":"F","n":"\\ssh2_forward_accept","p":"[Global_Namespace].html#function_ssh2_forward_accept","d":null},{"t":"F","n":"\\ssh2_forward_listen","p":"[Global_Namespace].html#function_ssh2_forward_listen","d":null},{"t":"F","n":"\\ssh2_methods_negotiated","p":"[Global_Namespace].html#function_ssh2_methods_negotiated","d":"

    (PECL ssh2 >= 0.9.0)
    \nReturn list of negotiated methods

    "},{"t":"F","n":"\\ssh2_poll","p":"[Global_Namespace].html#function_ssh2_poll","d":""},{"t":"F","n":"\\ssh2_publickey_add","p":"[Global_Namespace].html#function_ssh2_publickey_add","d":"

    (PECL ssh2 >= 0.10)
    \nAdd an authorized publickey

    "},{"t":"F","n":"\\ssh2_publickey_init","p":"[Global_Namespace].html#function_ssh2_publickey_init","d":"

    (PECL ssh2 >= 0.10)
    \nInitialize Publickey subsystem

    "},{"t":"F","n":"\\ssh2_publickey_list","p":"[Global_Namespace].html#function_ssh2_publickey_list","d":"

    (PECL ssh2 >= 0.10)
    \nList currently authorized publickeys

    "},{"t":"F","n":"\\ssh2_publickey_remove","p":"[Global_Namespace].html#function_ssh2_publickey_remove","d":"

    (PECL ssh2 >= 0.10)
    \nRemove an authorized publickey

    "},{"t":"F","n":"\\ssh2_scp_recv","p":"[Global_Namespace].html#function_ssh2_scp_recv","d":"

    (PECL ssh2 >= 0.9.0)
    \nRequest a file via SCP

    "},{"t":"F","n":"\\ssh2_scp_send","p":"[Global_Namespace].html#function_ssh2_scp_send","d":"

    (PECL ssh2 >= 0.9.0)
    \nSend a file via SCP

    "},{"t":"F","n":"\\ssh2_send_eof","p":"[Global_Namespace].html#function_ssh2_send_eof","d":"

    (PECL ssh2 >= 1.0)
    \nSend end-of-file signal through an SSH2 channel

    "},{"t":"F","n":"\\ssh2_sftp","p":"[Global_Namespace].html#function_ssh2_sftp","d":"

    (PECL ssh2 >= 0.9.0)
    \nInitialize SFTP subsystem

    "},{"t":"F","n":"\\ssh2_sftp_chmod","p":"[Global_Namespace].html#function_ssh2_sftp_chmod","d":"

    (PECL ssh2 >= 0.12)
    \nssh2_sftp_chmod \u2014 Changes file mode

    "},{"t":"F","n":"\\ssh2_sftp_lstat","p":"[Global_Namespace].html#function_ssh2_sftp_lstat","d":"

    (PECL ssh2 >= 0.9.0)
    \nStat a symbolic link

    "},{"t":"F","n":"\\ssh2_sftp_mkdir","p":"[Global_Namespace].html#function_ssh2_sftp_mkdir","d":"

    (PECL ssh2 >= 0.9.0)
    \nCreate a directory

    "},{"t":"F","n":"\\ssh2_sftp_readlink","p":"[Global_Namespace].html#function_ssh2_sftp_readlink","d":"

    (PECL ssh2 >= 0.9.0)
    \nReturn the target of a symbolic link

    "},{"t":"F","n":"\\ssh2_sftp_realpath","p":"[Global_Namespace].html#function_ssh2_sftp_realpath","d":"

    (PECL ssh2 >= 0.9.0)
    \nResolve the realpath of a provided path string

    "},{"t":"F","n":"\\ssh2_sftp_rename","p":"[Global_Namespace].html#function_ssh2_sftp_rename","d":"

    (PECL ssh2 >= 0.9.0)
    \nRename a remote file

    "},{"t":"F","n":"\\ssh2_sftp_rmdir","p":"[Global_Namespace].html#function_ssh2_sftp_rmdir","d":"

    (PECL ssh2 >= 0.9.0)
    \nRemove a directory

    "},{"t":"F","n":"\\ssh2_sftp_stat","p":"[Global_Namespace].html#function_ssh2_sftp_stat","d":"

    (PECL ssh2 >= 0.9.0)
    \nStat a file on a remote filesystem

    "},{"t":"F","n":"\\ssh2_sftp_symlink","p":"[Global_Namespace].html#function_ssh2_sftp_symlink","d":"

    (PECL ssh2 >= 0.9.0)
    \nCreate a symlink

    "},{"t":"F","n":"\\ssh2_sftp_unlink","p":"[Global_Namespace].html#function_ssh2_sftp_unlink","d":"

    (PECL ssh2 >= 0.9.0)
    \nDelete a file

    "},{"t":"F","n":"\\ssh2_shell","p":"[Global_Namespace].html#function_ssh2_shell","d":"

    (PECL ssh2 >= 0.9.0)
    \nRequest an interactive shell

    "},{"t":"F","n":"\\ssh2_tunnel","p":"[Global_Namespace].html#function_ssh2_tunnel","d":"

    (PECL ssh2 >= 0.9.0)
    \nOpen a tunnel through a remote server

    "},{"t":"F","n":"\\stat","p":"[Global_Namespace].html#function_stat","d":"

    Gives information about a file

    "},{"t":"F","n":"\\stats_absolute_deviation","p":"[Global_Namespace].html#function_stats_absolute_deviation","d":"

    Returns the absolute deviation of the values in a, or FALSE if a is empty or is not an array.

    "},{"t":"F","n":"\\stats_cdf_beta","p":"[Global_Namespace].html#function_stats_cdf_beta","d":"

    Returns CDF, x, alpha, or beta, determined by which.

    "},{"t":"F","n":"\\stats_cdf_binomial","p":"[Global_Namespace].html#function_stats_cdf_binomial","d":"

    Returns CDF, x, n, or p, determined by which.

    "},{"t":"F","n":"\\stats_cdf_cauchy","p":"[Global_Namespace].html#function_stats_cdf_cauchy","d":"

    Returns CDF, x, x0, or gamma, determined by which.

    "},{"t":"F","n":"\\stats_cdf_chisquare","p":"[Global_Namespace].html#function_stats_cdf_chisquare","d":"

    Returns CDF, x, or k, determined by which.

    "},{"t":"F","n":"\\stats_cdf_exponential","p":"[Global_Namespace].html#function_stats_cdf_exponential","d":"

    Returns CDF, x, or lambda, determined by which.

    "},{"t":"F","n":"\\stats_cdf_f","p":"[Global_Namespace].html#function_stats_cdf_f","d":"

    Returns CDF, x, d1, or d2, determined by which.

    "},{"t":"F","n":"\\stats_cdf_gamma","p":"[Global_Namespace].html#function_stats_cdf_gamma","d":"

    Returns CDF, x, k, or theta, determined by which.

    "},{"t":"F","n":"\\stats_cdf_laplace","p":"[Global_Namespace].html#function_stats_cdf_laplace","d":"

    Returns CDF, x, mu, or b, determined by which.

    "},{"t":"F","n":"\\stats_cdf_logistic","p":"[Global_Namespace].html#function_stats_cdf_logistic","d":"

    Returns CDF, x, mu, or s, determined by which.

    "},{"t":"F","n":"\\stats_cdf_negative_binomial","p":"[Global_Namespace].html#function_stats_cdf_negative_binomial","d":"

    Returns CDF, x, r, or p, determined by which.

    "},{"t":"F","n":"\\stats_cdf_noncentral_chisquare","p":"[Global_Namespace].html#function_stats_cdf_noncentral_chisquare","d":"

    Returns CDF, x, k, or lambda, determined by which.

    "},{"t":"F","n":"\\stats_cdf_noncentral_f","p":"[Global_Namespace].html#function_stats_cdf_noncentral_f","d":"

    Returns CDF, x, nu1, nu2, or lambda, determined by which.

    "},{"t":"F","n":"\\stats_cdf_noncentral_t","p":"[Global_Namespace].html#function_stats_cdf_noncentral_t","d":"

    Returns CDF, x, nu, or mu, determined by which.

    "},{"t":"F","n":"\\stats_cdf_normal","p":"[Global_Namespace].html#function_stats_cdf_normal","d":"

    Returns CDF, x, mu, or sigma, determined by which.

    "},{"t":"F","n":"\\stats_cdf_poisson","p":"[Global_Namespace].html#function_stats_cdf_poisson","d":"

    Returns CDF, x, or lambda, determined by which.

    "},{"t":"F","n":"\\stats_cdf_t","p":"[Global_Namespace].html#function_stats_cdf_t","d":"

    Returns CDF, x, or nu, determined by which.

    "},{"t":"F","n":"\\stats_cdf_uniform","p":"[Global_Namespace].html#function_stats_cdf_uniform","d":"

    Returns CDF, x, a, or b, determined by which.

    "},{"t":"F","n":"\\stats_cdf_weibull","p":"[Global_Namespace].html#function_stats_cdf_weibull","d":"

    Returns CDF, x, k, or lambda, determined by which.

    "},{"t":"F","n":"\\stats_covariance","p":"[Global_Namespace].html#function_stats_covariance","d":"

    Returns the covariance of a and b, or FALSE on failure.

    "},{"t":"F","n":"\\stats_dens_beta","p":"[Global_Namespace].html#function_stats_dens_beta","d":"

    The probability density at x or FALSE for failure.

    "},{"t":"F","n":"\\stats_dens_cauchy","p":"[Global_Namespace].html#function_stats_dens_cauchy","d":"

    The probability density at x or FALSE for failure.

    "},{"t":"F","n":"\\stats_dens_chisquare","p":"[Global_Namespace].html#function_stats_dens_chisquare","d":"

    The probability density at x or FALSE for failure.

    "},{"t":"F","n":"\\stats_dens_exponential","p":"[Global_Namespace].html#function_stats_dens_exponential","d":"

    The probability density at x or FALSE for failure.

    "},{"t":"F","n":"\\stats_dens_f","p":"[Global_Namespace].html#function_stats_dens_f","d":"

    The probability density at x or FALSE for failure.

    "},{"t":"F","n":"\\stats_dens_gamma","p":"[Global_Namespace].html#function_stats_dens_gamma","d":"

    The probability density at x or FALSE for failure.

    "},{"t":"F","n":"\\stats_dens_laplace","p":"[Global_Namespace].html#function_stats_dens_laplace","d":"

    The probability density at x or FALSE for failure.

    "},{"t":"F","n":"\\stats_dens_logistic","p":"[Global_Namespace].html#function_stats_dens_logistic","d":"

    The probability density at x or FALSE for failure.

    "},{"t":"F","n":"\\stats_dens_normal","p":"[Global_Namespace].html#function_stats_dens_normal","d":"

    The probability density at x or FALSE for failure.

    "},{"t":"F","n":"\\stats_dens_pmf_binomial","p":"[Global_Namespace].html#function_stats_dens_pmf_binomial","d":"

    The probability mass at x or FALSE for failure.

    "},{"t":"F","n":"\\stats_dens_pmf_hypergeometric","p":"[Global_Namespace].html#function_stats_dens_pmf_hypergeometric","d":"

    The probability mass at n1 or FALSE for failure.

    "},{"t":"F","n":"\\stats_dens_pmf_negative_binomial","p":"[Global_Namespace].html#function_stats_dens_pmf_negative_binomial","d":"

    The probability mass at x or FALSE for failure.

    "},{"t":"F","n":"\\stats_dens_pmf_poisson","p":"[Global_Namespace].html#function_stats_dens_pmf_poisson","d":"

    The probability mass at x or FALSE for failure.

    "},{"t":"F","n":"\\stats_dens_t","p":"[Global_Namespace].html#function_stats_dens_t","d":"

    The probability density at x or FALSE for failure.

    "},{"t":"F","n":"\\stats_dens_uniform","p":"[Global_Namespace].html#function_stats_dens_uniform","d":"

    The probability density at x or FALSE for failure.

    "},{"t":"F","n":"\\stats_dens_weibull","p":"[Global_Namespace].html#function_stats_dens_weibull","d":"

    The probability density at x or FALSE for failure.

    "},{"t":"F","n":"\\stats_harmonic_mean","p":"[Global_Namespace].html#function_stats_harmonic_mean","d":"

    Returns the harmonic mean of the values in a, or FALSE if a is empty or is not an array.

    "},{"t":"F","n":"\\stats_kurtosis","p":"[Global_Namespace].html#function_stats_kurtosis","d":"

    Returns the kurtosis of the values in a, or FALSE if a is empty or is not an array.

    "},{"t":"F","n":"\\stats_rand_gen_beta","p":"[Global_Namespace].html#function_stats_rand_gen_beta","d":"

    A random deviate

    "},{"t":"F","n":"\\stats_rand_gen_chisquare","p":"[Global_Namespace].html#function_stats_rand_gen_chisquare","d":"

    A random deviate

    "},{"t":"F","n":"\\stats_rand_gen_exponential","p":"[Global_Namespace].html#function_stats_rand_gen_exponential","d":"

    A random deviate

    "},{"t":"F","n":"\\stats_rand_gen_f","p":"[Global_Namespace].html#function_stats_rand_gen_f","d":"

    A random deviate

    "},{"t":"F","n":"\\stats_rand_gen_funiform","p":"[Global_Namespace].html#function_stats_rand_gen_funiform","d":"

    A random deviate

    "},{"t":"F","n":"\\stats_rand_gen_gamma","p":"[Global_Namespace].html#function_stats_rand_gen_gamma","d":"

    A random deviate

    "},{"t":"F","n":"\\stats_rand_gen_ibinomial","p":"[Global_Namespace].html#function_stats_rand_gen_ibinomial","d":"

    A random deviate

    "},{"t":"F","n":"\\stats_rand_gen_ibinomial_negative","p":"[Global_Namespace].html#function_stats_rand_gen_ibinomial_negative","d":"

    A random deviate, which is the number of failure.

    "},{"t":"F","n":"\\stats_rand_gen_int","p":"[Global_Namespace].html#function_stats_rand_gen_int","d":"

    A random integer

    "},{"t":"F","n":"\\stats_rand_gen_ipoisson","p":"[Global_Namespace].html#function_stats_rand_gen_ipoisson","d":"

    A random deviate

    "},{"t":"F","n":"\\stats_rand_gen_iuniform","p":"[Global_Namespace].html#function_stats_rand_gen_iuniform","d":"

    A random integer

    "},{"t":"F","n":"\\stats_rand_gen_noncentral_f","p":"[Global_Namespace].html#function_stats_rand_gen_noncentral_f","d":"

    A random deviate

    "},{"t":"F","n":"\\stats_rand_gen_noncentral_t","p":"[Global_Namespace].html#function_stats_rand_gen_noncentral_t","d":"

    A random deviate

    "},{"t":"F","n":"\\stats_rand_gen_normal","p":"[Global_Namespace].html#function_stats_rand_gen_normal","d":"

    A random deviate

    "},{"t":"F","n":"\\stats_rand_gen_t","p":"[Global_Namespace].html#function_stats_rand_gen_t","d":"

    A random deviate

    "},{"t":"F","n":"\\stats_rand_get_seeds","p":"[Global_Namespace].html#function_stats_rand_get_seeds","d":"

    Returns an array of two integers.

    "},{"t":"F","n":"\\stats_rand_phrase_to_seeds","p":"[Global_Namespace].html#function_stats_rand_phrase_to_seeds","d":"

    Returns an array of two integers.

    "},{"t":"F","n":"\\stats_rand_ranf","p":"[Global_Namespace].html#function_stats_rand_ranf","d":"

    A random floating point number

    "},{"t":"F","n":"\\stats_rand_setall","p":"[Global_Namespace].html#function_stats_rand_setall","d":"

    No values are returned.

    "},{"t":"F","n":"\\stats_skew","p":"[Global_Namespace].html#function_stats_skew","d":"

    Returns the skewness of the values in a, or FALSE if a is empty or is not an array.

    "},{"t":"F","n":"\\stats_standard_deviation","p":"[Global_Namespace].html#function_stats_standard_deviation","d":"

    Returns the standard deviation on success; FALSE on failure.

    "},{"t":"F","n":"\\stats_stat_binomial_coef","p":"[Global_Namespace].html#function_stats_stat_binomial_coef","d":"

    Returns the binomial coefficient

    "},{"t":"F","n":"\\stats_stat_correlation","p":"[Global_Namespace].html#function_stats_stat_correlation","d":"

    Returns the Pearson correlation coefficient between arr1 and arr2, or FALSE on failure.

    "},{"t":"F","n":"\\stats_stat_factorial","p":"[Global_Namespace].html#function_stats_stat_factorial","d":"

    The factorial of n.

    "},{"t":"F","n":"\\stats_stat_independent_t","p":"[Global_Namespace].html#function_stats_stat_independent_t","d":"

    Returns the t-value, or FALSE if failure.

    "},{"t":"F","n":"\\stats_stat_innerproduct","p":"[Global_Namespace].html#function_stats_stat_innerproduct","d":"

    Returns the inner product of arr1 and arr2, or FALSE on failure.

    "},{"t":"F","n":"\\stats_stat_paired_t","p":"[Global_Namespace].html#function_stats_stat_paired_t","d":"

    Returns the t-value, or FALSE if failure.

    "},{"t":"F","n":"\\stats_stat_percentile","p":"[Global_Namespace].html#function_stats_stat_percentile","d":"

    Returns the percentile values of the input array.

    "},{"t":"F","n":"\\stats_stat_powersum","p":"[Global_Namespace].html#function_stats_stat_powersum","d":"

    Returns the power sum of the input array.

    "},{"t":"F","n":"\\stats_variance","p":"[Global_Namespace].html#function_stats_variance","d":"

    Returns the variance on success; FALSE on failure.

    "},{"t":"F","n":"\\stomp_abort","p":"[Global_Namespace].html#function_stomp_abort","d":"

    Rolls back a transaction in progress

    "},{"t":"F","n":"\\stomp_ack","p":"[Global_Namespace].html#function_stomp_ack","d":"

    Acknowledge consumption of a message from a subscription using client acknowledgment

    "},{"t":"F","n":"\\stomp_begin","p":"[Global_Namespace].html#function_stomp_begin","d":"

    Starts a transaction

    "},{"t":"F","n":"\\stomp_close","p":"[Global_Namespace].html#function_stomp_close","d":"

    Closes stomp connection

    "},{"t":"F","n":"\\stomp_commit","p":"[Global_Namespace].html#function_stomp_commit","d":"

    Commits a transaction in progress

    "},{"t":"F","n":"\\stomp_connect","p":"[Global_Namespace].html#function_stomp_connect","d":"

    Opens a connection

    "},{"t":"F","n":"\\stomp_error","p":"[Global_Namespace].html#function_stomp_error","d":"

    Gets the last stomp error

    "},{"t":"F","n":"\\stomp_get_session_id","p":"[Global_Namespace].html#function_stomp_get_session_id","d":"

    Gets the current stomp session ID

    "},{"t":"F","n":"\\stomp_get_timeout","p":"[Global_Namespace].html#function_stomp_get_timeout","d":"

    Get timeout

    "},{"t":"F","n":"\\stomp_has_frame","p":"[Global_Namespace].html#function_stomp_has_frame","d":"

    Indicates whether or not there is a frame ready to read

    "},{"t":"F","n":"\\stomp_read_frame","p":"[Global_Namespace].html#function_stomp_read_frame","d":"

    Reads the next frame

    "},{"t":"F","n":"\\stomp_send","p":"[Global_Namespace].html#function_stomp_send","d":"

    Sends a message to a destination in the messaging system

    "},{"t":"F","n":"\\stomp_set_timeout","p":"[Global_Namespace].html#function_stomp_set_timeout","d":"

    Set timeout

    "},{"t":"F","n":"\\stomp_subscribe","p":"[Global_Namespace].html#function_stomp_subscribe","d":"

    Registers to listen to a given destination

    "},{"t":"F","n":"\\stomp_unsubscribe","p":"[Global_Namespace].html#function_stomp_unsubscribe","d":"

    Removes an existing subscription

    "},{"t":"F","n":"\\stomp_version","p":"[Global_Namespace].html#function_stomp_version","d":"

    Get the current version of the stomp extension

    "},{"t":"F","n":"\\str_getcsv","p":"[Global_Namespace].html#function_str_getcsv","d":"

    Parse a CSV string into an array

    "},{"t":"F","n":"\\str_ireplace","p":"[Global_Namespace].html#function_str_ireplace","d":"

    Case-insensitive version of str_replace.

    "},{"t":"F","n":"\\str_pad","p":"[Global_Namespace].html#function_str_pad","d":"

    Pad a string to a certain length with another string

    "},{"t":"F","n":"\\str_repeat","p":"[Global_Namespace].html#function_str_repeat","d":"

    Repeat a string

    "},{"t":"F","n":"\\str_replace","p":"[Global_Namespace].html#function_str_replace","d":"

    Replace all occurrences of the search string with the replacement string

    "},{"t":"F","n":"\\str_rot13","p":"[Global_Namespace].html#function_str_rot13","d":"

    Perform the rot13 transform on a string

    "},{"t":"F","n":"\\str_shuffle","p":"[Global_Namespace].html#function_str_shuffle","d":"

    Randomly shuffles a string

    "},{"t":"F","n":"\\str_split","p":"[Global_Namespace].html#function_str_split","d":"

    Convert a string to an array

    "},{"t":"F","n":"\\str_word_count","p":"[Global_Namespace].html#function_str_word_count","d":"

    Return information about words used in a string

    "},{"t":"F","n":"\\strchr","p":"[Global_Namespace].html#function_strchr","d":"

    Alias:\n{strstr}

    "},{"t":"F","n":"\\strcoll","p":"[Global_Namespace].html#function_strcoll","d":"

    Locale based string comparison

    "},{"t":"F","n":"\\strcspn","p":"[Global_Namespace].html#function_strcspn","d":"

    Find length of initial segment not matching mask

    "},{"t":"F","n":"\\stream_bucket_append","p":"[Global_Namespace].html#function_stream_bucket_append","d":"

    Append bucket to brigade

    "},{"t":"F","n":"\\stream_bucket_make_writeable","p":"[Global_Namespace].html#function_stream_bucket_make_writeable","d":"

    Return a bucket object from the brigade for operating on

    "},{"t":"F","n":"\\stream_bucket_new","p":"[Global_Namespace].html#function_stream_bucket_new","d":"

    Create a new bucket for use on the current stream

    "},{"t":"F","n":"\\stream_bucket_prepend","p":"[Global_Namespace].html#function_stream_bucket_prepend","d":"

    Prepend bucket to brigade

    "},{"t":"F","n":"\\stream_context_create","p":"[Global_Namespace].html#function_stream_context_create","d":"

    Create a stream context

    "},{"t":"F","n":"\\stream_context_get_default","p":"[Global_Namespace].html#function_stream_context_get_default","d":"

    Retreive the default stream context

    "},{"t":"F","n":"\\stream_context_get_options","p":"[Global_Namespace].html#function_stream_context_get_options","d":"

    Retrieve options for a stream/wrapper/context

    "},{"t":"F","n":"\\stream_context_get_params","p":"[Global_Namespace].html#function_stream_context_get_params","d":"

    Retrieves parameters from a context

    "},{"t":"F","n":"\\stream_context_set_default","p":"[Global_Namespace].html#function_stream_context_set_default","d":"

    Set the default stream context

    "},{"t":"F","n":"\\stream_context_set_option","p":"[Global_Namespace].html#function_stream_context_set_option","d":"

    Sets an option for a stream/wrapper/context

    "},{"t":"F","n":"\\stream_context_set_options","p":"[Global_Namespace].html#function_stream_context_set_options","d":""},{"t":"F","n":"\\stream_context_set_params","p":"[Global_Namespace].html#function_stream_context_set_params","d":"

    Set parameters for a stream/wrapper/context

    "},{"t":"F","n":"\\stream_copy_to_stream","p":"[Global_Namespace].html#function_stream_copy_to_stream","d":"

    Copies data from one stream to another

    "},{"t":"F","n":"\\stream_filter_append","p":"[Global_Namespace].html#function_stream_filter_append","d":"

    Attach a filter to a stream

    "},{"t":"F","n":"\\stream_filter_prepend","p":"[Global_Namespace].html#function_stream_filter_prepend","d":"

    Attach a filter to a stream

    "},{"t":"F","n":"\\stream_filter_register","p":"[Global_Namespace].html#function_stream_filter_register","d":"

    Register a user defined stream filter

    "},{"t":"F","n":"\\stream_filter_remove","p":"[Global_Namespace].html#function_stream_filter_remove","d":"

    Remove a filter from a stream

    "},{"t":"F","n":"\\stream_get_contents","p":"[Global_Namespace].html#function_stream_get_contents","d":"

    Reads remainder of a stream into a string

    "},{"t":"F","n":"\\stream_get_filters","p":"[Global_Namespace].html#function_stream_get_filters","d":"

    Retrieve list of registered filters

    "},{"t":"F","n":"\\stream_get_line","p":"[Global_Namespace].html#function_stream_get_line","d":"

    Gets line from stream resource up to a given delimiter

    "},{"t":"F","n":"\\stream_get_meta_data","p":"[Global_Namespace].html#function_stream_get_meta_data","d":"

    Retrieves header/meta data from streams/file pointers

    "},{"t":"F","n":"\\stream_get_transports","p":"[Global_Namespace].html#function_stream_get_transports","d":"

    Retrieve list of registered socket transports

    "},{"t":"F","n":"\\stream_get_wrappers","p":"[Global_Namespace].html#function_stream_get_wrappers","d":"

    Retrieve list of registered streams

    "},{"t":"F","n":"\\stream_is_local","p":"[Global_Namespace].html#function_stream_is_local","d":"

    Checks if a stream is a local stream

    "},{"t":"F","n":"\\stream_isatty","p":"[Global_Namespace].html#function_stream_isatty","d":"

    Check if a stream is a TTY

    "},{"t":"F","n":"\\stream_register_wrapper","p":"[Global_Namespace].html#function_stream_register_wrapper","d":"

    Alias:\n{stream_wrapper_register}

    \n

    Register a URL wrapper implemented as a PHP class

    "},{"t":"F","n":"\\stream_resolve_include_path","p":"[Global_Namespace].html#function_stream_resolve_include_path","d":"

    Resolve filename against the include path according to the same rules as fopen()/include().

    "},{"t":"F","n":"\\stream_select","p":"[Global_Namespace].html#function_stream_select","d":"

    Runs the equivalent of the select() system call on the given\narrays of streams with a timeout specified by tv_sec and tv_usec

    "},{"t":"F","n":"\\stream_set_blocking","p":"[Global_Namespace].html#function_stream_set_blocking","d":"

    Set blocking/non-blocking mode on a stream

    "},{"t":"F","n":"\\stream_set_chunk_size","p":"[Global_Namespace].html#function_stream_set_chunk_size","d":"

    Set the stream chunk size.

    "},{"t":"F","n":"\\stream_set_read_buffer","p":"[Global_Namespace].html#function_stream_set_read_buffer","d":"

    Sets read file buffering on the given stream

    "},{"t":"F","n":"\\stream_set_timeout","p":"[Global_Namespace].html#function_stream_set_timeout","d":"

    Set timeout period on a stream

    "},{"t":"F","n":"\\stream_set_write_buffer","p":"[Global_Namespace].html#function_stream_set_write_buffer","d":"

    Sets write file buffering on the given stream

    "},{"t":"F","n":"\\stream_socket_accept","p":"[Global_Namespace].html#function_stream_socket_accept","d":"

    Accept a connection on a socket created by {stream_socket_server}

    "},{"t":"F","n":"\\stream_socket_client","p":"[Global_Namespace].html#function_stream_socket_client","d":"

    Open Internet or Unix domain socket connection

    "},{"t":"F","n":"\\stream_socket_enable_crypto","p":"[Global_Namespace].html#function_stream_socket_enable_crypto","d":"

    Turns encryption on/off on an already connected socket

    "},{"t":"F","n":"\\stream_socket_get_name","p":"[Global_Namespace].html#function_stream_socket_get_name","d":"

    Retrieve the name of the local or remote sockets

    "},{"t":"F","n":"\\stream_socket_pair","p":"[Global_Namespace].html#function_stream_socket_pair","d":"

    Creates a pair of connected, indistinguishable socket streams

    "},{"t":"F","n":"\\stream_socket_recvfrom","p":"[Global_Namespace].html#function_stream_socket_recvfrom","d":"

    Receives data from a socket, connected or not

    "},{"t":"F","n":"\\stream_socket_sendto","p":"[Global_Namespace].html#function_stream_socket_sendto","d":"

    Sends a message to a socket, whether it is connected or not

    "},{"t":"F","n":"\\stream_socket_server","p":"[Global_Namespace].html#function_stream_socket_server","d":"

    Create an Internet or Unix domain server socket

    "},{"t":"F","n":"\\stream_socket_shutdown","p":"[Global_Namespace].html#function_stream_socket_shutdown","d":"

    Shutdown a full-duplex connection

    "},{"t":"F","n":"\\stream_supports_lock","p":"[Global_Namespace].html#function_stream_supports_lock","d":"

    Tells whether the stream supports locking.

    "},{"t":"F","n":"\\stream_wrapper_register","p":"[Global_Namespace].html#function_stream_wrapper_register","d":"

    Register a URL wrapper implemented as a PHP class

    "},{"t":"F","n":"\\stream_wrapper_restore","p":"[Global_Namespace].html#function_stream_wrapper_restore","d":"

    Restores a previously unregistered built-in wrapper

    "},{"t":"F","n":"\\stream_wrapper_unregister","p":"[Global_Namespace].html#function_stream_wrapper_unregister","d":"

    Unregister a URL wrapper

    "},{"t":"F","n":"\\strftime","p":"[Global_Namespace].html#function_strftime","d":"

    Format a local time/date according to locale settings\nThe following characters are recognized in the\nformat parameter string

    \n
    VersionDescription
    \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
    formatDescriptionExample returned values\nDay
    %aAn abbreviated textual representation of the daySun through Sat
    %AA full textual representation of the daySunday through Saturday
    %dTwo-digit day of the month (with leading zeros)01 to 31
    %eDay of the month, with a space preceding single digits 1 to 31
    %jDay of the year, 3 digits with leading zeros001 to 366
    %uISO-8601 numeric representation of the day of the week1 (for Monday) though 7 (for Sunday)
    %wNumeric representation of the day of the week0 (for Sunday) through 6 (for Saturday)
    Week
    %UWeek number of the given year, starting with the first\nSunday as the first week13 (for the 13th full week of the year)
    %VISO-8601:1988 week number of the given year, starting with\nthe first week of the year with at least 4 weekdays, with Monday\nbeing the start of the week01 through 53 (where 53\naccounts for an overlapping week)
    %WA numeric representation of the week of the year, starting\nwith the first Monday as the first week46 (for the 46th week of the year beginning\nwith a Monday)
    Month
    %bAbbreviated month name, based on the localeJan through Dec
    %BFull month name, based on the localeJanuary through December
    %hAbbreviated month name, based on the locale (an alias of %b)Jan through Dec
    %mTwo digit representation of the month01 (for January) through 12 (for December)
    Year
    %CTwo digit representation of the century (year divided by 100, truncated to an integer)19 for the 20th Century
    %gTwo digit representation of the year going by ISO-8601:1988 standards (see %V)Example: 09 for the week of January 6, 2009
    %GThe full four-digit version of %gExample: 2008 for the week of January 3, 2009
    %yTwo digit representation of the yearExample: 09 for 2009, 79 for 1979
    %YFour digit representation for the yearExample: 2038
    Time
    %HTwo digit representation of the hour in 24-hour format00 through 23
    %ITwo digit representation of the hour in 12-hour format01 through 12
    %l (lower-case 'L')Hour in 12-hour format, with a space preceding single digits 1 through 12
    %MTwo digit representation of the minute00 through 59
    %pUPPER-CASE 'AM' or 'PM' based on the given timeExample: AM for 00:31, PM for 22:23
    %Plower-case 'am' or 'pm' based on the given timeExample: am for 00:31, pm for 22:23
    %rSame as \"%I:%M:%S %p\"Example: 09:34:17 PM for 21:34:17
    %RSame as \"%H:%M\"Example: 00:35 for 12:35 AM, 16:44 for 4:44 PM
    %STwo digit representation of the second00 through 59
    %TSame as \"%H:%M:%S\"Example: 21:34:17 for 09:34:17 PM
    %XPreferred time representation based on locale, without the dateExample: 03:59:16 or 15:59:16
    %zEither the time zone offset from UTC or the abbreviation (depends\non operating system)Example: -0500 or EST for Eastern Time
    %ZThe time zone offset/abbreviation option NOT given by %z (depends\non operating system)Example: -0500 or EST for Eastern Time
    Time and Date Stamps
    %cPreferred date and time stamp based on localExample: Tue Feb 5 00:45:10 2009 for\nFebruary 4, 2009 at 12:45:10 AM
    %DSame as \"%m/%d/%y\"Example: 02/05/09 for February 5, 2009
    %FSame as \"%Y-%m-%d\" (commonly used in database datestamps)Example: 2009-02-05 for February 5, 2009
    %sUnix Epoch Time timestamp (same as the time\nfunction)Example: 305815200 for September 10, 1979 08:40:00 AM
    %xPreferred date representation based on locale, without the timeExample: 02/05/09 for February 5, 2009
    Miscellaneous
    %nA newline character (\"\\n\")---
    %tA Tab character (\"\\t\")---
    %%A literal percentage character (\"%\")---
    \n

    \nMaximum length of this parameter is 1023 characters."},{"t":"F","n":"\\strip_tags","p":"[Global_Namespace].html#function_strip_tags","d":"

    Strip HTML and PHP tags from a string

    "},{"t":"F","n":"\\stripcslashes","p":"[Global_Namespace].html#function_stripcslashes","d":"

    Un-quote string quoted with addcslashes

    "},{"t":"F","n":"\\stripos","p":"[Global_Namespace].html#function_stripos","d":"

    Find position of first occurrence of a case-insensitive string

    "},{"t":"F","n":"\\stripslashes","p":"[Global_Namespace].html#function_stripslashes","d":"

    Un-quotes a quoted string

    "},{"t":"F","n":"\\stristr","p":"[Global_Namespace].html#function_stristr","d":"

    Case-insensitive strstr

    "},{"t":"F","n":"\\strnatcasecmp","p":"[Global_Namespace].html#function_strnatcasecmp","d":"

    Case insensitive string comparisons using a "natural order" algorithm

    "},{"t":"F","n":"\\strnatcmp","p":"[Global_Namespace].html#function_strnatcmp","d":"

    String comparisons using a "natural order" algorithm

    "},{"t":"F","n":"\\strpbrk","p":"[Global_Namespace].html#function_strpbrk","d":"

    Search a string for any of a set of characters

    "},{"t":"F","n":"\\strpos","p":"[Global_Namespace].html#function_strpos","d":"

    Find the position of the first occurrence of a substring in a string

    "},{"t":"F","n":"\\strptime","p":"[Global_Namespace].html#function_strptime","d":"

    Parse a time/date generated with strftime

    "},{"t":"F","n":"\\strrchr","p":"[Global_Namespace].html#function_strrchr","d":"

    Find the last occurrence of a character in a string

    "},{"t":"F","n":"\\strrev","p":"[Global_Namespace].html#function_strrev","d":"

    Reverse a string

    "},{"t":"F","n":"\\strripos","p":"[Global_Namespace].html#function_strripos","d":"

    Find position of last occurrence of a case-insensitive string in a string

    "},{"t":"F","n":"\\strrpos","p":"[Global_Namespace].html#function_strrpos","d":"

    Find the position of the last occurrence of a substring in a string

    "},{"t":"F","n":"\\strspn","p":"[Global_Namespace].html#function_strspn","d":"

    Finds the length of the initial segment of a string consisting\nentirely of characters contained within a given mask.

    "},{"t":"F","n":"\\strstr","p":"[Global_Namespace].html#function_strstr","d":"

    Find the first occurrence of a string

    "},{"t":"F","n":"\\strtok","p":"[Global_Namespace].html#function_strtok","d":"

    Tokenize string\nNote that only the first call to strtok uses the string argument.

    "},{"t":"F","n":"\\strtolower","p":"[Global_Namespace].html#function_strtolower","d":"

    Make a string lowercase

    "},{"t":"F","n":"\\strtotime","p":"[Global_Namespace].html#function_strtotime","d":"

    Parse about any English textual datetime description into a Unix timestamp

    "},{"t":"F","n":"\\strtoupper","p":"[Global_Namespace].html#function_strtoupper","d":"

    Make a string uppercase

    "},{"t":"F","n":"\\strtr","p":"[Global_Namespace].html#function_strtr","d":"

    Translate certain characters

    "},{"t":"F","n":"\\strval","p":"[Global_Namespace].html#function_strval","d":"

    Get string value of a variable

    "},{"t":"F","n":"\\substr","p":"[Global_Namespace].html#function_substr","d":"

    Return part of a string or false on failure. For PHP8.0+ only string is returned

    "},{"t":"F","n":"\\substr_compare","p":"[Global_Namespace].html#function_substr_compare","d":"

    Binary safe comparison of two strings from an offset, up to length characters

    "},{"t":"F","n":"\\substr_count","p":"[Global_Namespace].html#function_substr_count","d":"

    Count the number of substring occurrences

    "},{"t":"F","n":"\\substr_replace","p":"[Global_Namespace].html#function_substr_replace","d":"

    Replace text within a portion of a string

    "},{"t":"F","n":"\\suhosin_encrypt_cookie","p":"[Global_Namespace].html#function_suhosin_encrypt_cookie","d":"

    Encrypts a cookie value according to current cookie encrpytion setting

    "},{"t":"F","n":"\\suhosin_get_raw_cookies","p":"[Global_Namespace].html#function_suhosin_get_raw_cookies","d":"

    Returns an array containing the raw cookie values

    "},{"t":"F","n":"\\svn_add","p":"[Global_Namespace].html#function_svn_add","d":"

    (PECL svn >= 0.1.0)
    \nSchedules the addition of an item in a working directory

    "},{"t":"F","n":"\\svn_auth_get_parameter","p":"[Global_Namespace].html#function_svn_auth_get_parameter","d":"

    (PECL svn >= 0.1.0)
    \nRetrieves authentication parameter

    "},{"t":"F","n":"\\svn_auth_set_parameter","p":"[Global_Namespace].html#function_svn_auth_set_parameter","d":"

    (PECL svn >= 0.1.0)
    \nSets an authentication parameter

    "},{"t":"F","n":"\\svn_blame","p":"[Global_Namespace].html#function_svn_blame","d":"

    (PECL svn >= 0.3.0)
    \nGet the SVN blame for a file

    "},{"t":"F","n":"\\svn_cat","p":"[Global_Namespace].html#function_svn_cat","d":"

    (PECL svn >= 0.1.0)
    \nReturns the contents of a file in a repository

    "},{"t":"F","n":"\\svn_checkout","p":"[Global_Namespace].html#function_svn_checkout","d":"

    (PECL svn >= 0.1.0)
    \nChecks out a working copy from the repository

    "},{"t":"F","n":"\\svn_cleanup","p":"[Global_Namespace].html#function_svn_cleanup","d":"

    (PECL svn >= 0.1.0)
    \nRecursively cleanup a working copy directory, finishing incomplete operations and removing locks

    "},{"t":"F","n":"\\svn_client_version","p":"[Global_Namespace].html#function_svn_client_version","d":"

    (PECL svn >= 0.1.0)
    \nReturns the version of the SVN client libraries

    "},{"t":"F","n":"\\svn_commit","p":"[Global_Namespace].html#function_svn_commit","d":"

    (PECL svn >= 0.1.0)
    \nSends changes from the local working copy to the repository

    "},{"t":"F","n":"\\svn_config_ensure","p":"[Global_Namespace].html#function_svn_config_ensure","d":null},{"t":"F","n":"\\svn_copy","p":"[Global_Namespace].html#function_svn_copy","d":null},{"t":"F","n":"\\svn_delete","p":"[Global_Namespace].html#function_svn_delete","d":"

    (PECL svn >= 0.4.0)
    \nDelete items from a working copy or repository.

    "},{"t":"F","n":"\\svn_diff","p":"[Global_Namespace].html#function_svn_diff","d":"

    (PECL svn >= 0.1.0)
    \nRecursively diffs two paths

    "},{"t":"F","n":"\\svn_export","p":"[Global_Namespace].html#function_svn_export","d":"

    (PECL svn >= 0.3.0)
    \nExport the contents of a SVN directory

    "},{"t":"F","n":"\\svn_fs_abort_txn","p":"[Global_Namespace].html#function_svn_fs_abort_txn","d":"

    (PECL svn >= 0.2.0)
    \nAbort a transaction, returns true if everything is okay, false otherwise

    "},{"t":"F","n":"\\svn_fs_apply_text","p":"[Global_Namespace].html#function_svn_fs_apply_text","d":"

    (PECL svn >= 0.2.0)
    \nCreates and returns a stream that will be used to replace

    "},{"t":"F","n":"\\svn_fs_begin_txn2","p":"[Global_Namespace].html#function_svn_fs_begin_txn2","d":"

    (PECL svn >= 0.2.0)
    \nCreate a new transaction

    "},{"t":"F","n":"\\svn_fs_change_node_prop","p":"[Global_Namespace].html#function_svn_fs_change_node_prop","d":"

    (PECL svn >= 0.2.0)
    \nReturn true if everything is ok, false otherwise

    "},{"t":"F","n":"\\svn_fs_check_path","p":"[Global_Namespace].html#function_svn_fs_check_path","d":"

    (PECL svn >= 0.1.0)
    \nDetermines what kind of item lives at path in a given repository fsroot

    "},{"t":"F","n":"\\svn_fs_contents_changed","p":"[Global_Namespace].html#function_svn_fs_contents_changed","d":"

    (PECL svn >= 0.2.0)
    \nReturn true if content is different, false otherwise

    "},{"t":"F","n":"\\svn_fs_copy","p":"[Global_Namespace].html#function_svn_fs_copy","d":"

    (PECL svn >= 0.2.0)
    \nCopies a file or a directory, returns true if all is ok, false otherwise

    "},{"t":"F","n":"\\svn_fs_delete","p":"[Global_Namespace].html#function_svn_fs_delete","d":"

    (PECL svn >= 0.2.0)
    \nDeletes a file or a directory, return true if all is ok, false otherwise

    "},{"t":"F","n":"\\svn_fs_dir_entries","p":"[Global_Namespace].html#function_svn_fs_dir_entries","d":"

    (PECL svn >= 0.1.0)
    \nEnumerates the directory entries under path; returns a hash of dir names to file type

    "},{"t":"F","n":"\\svn_fs_file_contents","p":"[Global_Namespace].html#function_svn_fs_file_contents","d":"

    (PECL svn >= 0.1.0)
    \nReturns a stream to access the contents of a file from a given version of the fs

    "},{"t":"F","n":"\\svn_fs_file_length","p":"[Global_Namespace].html#function_svn_fs_file_length","d":"

    (PECL svn >= 0.1.0)
    \nReturns the length of a file from a given version of the fs

    "},{"t":"F","n":"\\svn_fs_is_dir","p":"[Global_Namespace].html#function_svn_fs_is_dir","d":"

    (PECL svn >= 0.2.0)
    \nReturn true if the path points to a directory, false otherwise

    "},{"t":"F","n":"\\svn_fs_is_file","p":"[Global_Namespace].html#function_svn_fs_is_file","d":"

    (PECL svn >= 0.2.0)
    \nReturn true if the path points to a file, false otherwise

    "},{"t":"F","n":"\\svn_fs_make_dir","p":"[Global_Namespace].html#function_svn_fs_make_dir","d":"

    (PECL svn >= 0.2.0)
    \nCreates a new empty directory, returns true if all is ok, false otherwise

    "},{"t":"F","n":"\\svn_fs_make_file","p":"[Global_Namespace].html#function_svn_fs_make_file","d":"

    (PECL svn >= 0.2.0)
    \nCreates a new empty file, returns true if all is ok, false otherwise

    "},{"t":"F","n":"\\svn_fs_node_created_rev","p":"[Global_Namespace].html#function_svn_fs_node_created_rev","d":"

    (PECL svn >= 0.1.0)
    \nReturns the revision in which path under fsroot was created

    "},{"t":"F","n":"\\svn_fs_node_prop","p":"[Global_Namespace].html#function_svn_fs_node_prop","d":"

    (PECL svn >= 0.1.0)
    \nReturns the value of a property for a node

    "},{"t":"F","n":"\\svn_fs_props_changed","p":"[Global_Namespace].html#function_svn_fs_props_changed","d":"

    (PECL svn >= 0.2.0)
    \nReturn true if props are different, false otherwise

    "},{"t":"F","n":"\\svn_fs_revision_prop","p":"[Global_Namespace].html#function_svn_fs_revision_prop","d":"

    (PECL svn >= 0.1.0)
    \nFetches the value of a named property

    "},{"t":"F","n":"\\svn_fs_revision_root","p":"[Global_Namespace].html#function_svn_fs_revision_root","d":"

    (PECL svn >= 0.1.0)
    \nGet a handle on a specific version of the repository root

    "},{"t":"F","n":"\\svn_fs_txn_root","p":"[Global_Namespace].html#function_svn_fs_txn_root","d":"

    (PECL svn >= 0.2.0)
    \nCreates and returns a transaction root

    "},{"t":"F","n":"\\svn_fs_youngest_rev","p":"[Global_Namespace].html#function_svn_fs_youngest_rev","d":"

    (PECL svn >= 0.1.0)
    \nReturns the number of the youngest revision in the filesystem

    "},{"t":"F","n":"\\svn_import","p":"[Global_Namespace].html#function_svn_import","d":"

    (PECL svn >= 0.2.0)
    \nImports an unversioned path into a repository

    "},{"t":"F","n":"\\svn_info","p":"[Global_Namespace].html#function_svn_info","d":null},{"t":"F","n":"\\svn_lock","p":"[Global_Namespace].html#function_svn_lock","d":null},{"t":"F","n":"\\svn_log","p":"[Global_Namespace].html#function_svn_log","d":"

    (PECL svn >= 0.1.0)
    \nReturns the commit log messages of a repository URL

    "},{"t":"F","n":"\\svn_ls","p":"[Global_Namespace].html#function_svn_ls","d":"

    (PECL svn >= 0.1.0)
    \nReturns list of directory contents in repository URL, optionally at revision number

    "},{"t":"F","n":"\\svn_mkdir","p":"[Global_Namespace].html#function_svn_mkdir","d":"

    (PECL svn >= 0.4.0)
    \nCreates a directory in a working copy or repository

    "},{"t":"F","n":"\\svn_move","p":"[Global_Namespace].html#function_svn_move","d":""},{"t":"F","n":"\\svn_propget","p":"[Global_Namespace].html#function_svn_propget","d":""},{"t":"F","n":"\\svn_proplist","p":"[Global_Namespace].html#function_svn_proplist","d":""},{"t":"F","n":"\\svn_repos_create","p":"[Global_Namespace].html#function_svn_repos_create","d":"

    (PECL svn >= 0.1.0)
    \nCreate a new subversion repository at path

    "},{"t":"F","n":"\\svn_repos_fs","p":"[Global_Namespace].html#function_svn_repos_fs","d":"

    (PECL svn >= 0.1.0)
    \nGets a handle on the filesystem for a repository

    "},{"t":"F","n":"\\svn_repos_fs_begin_txn_for_commit","p":"[Global_Namespace].html#function_svn_repos_fs_begin_txn_for_commit","d":"

    (PECL svn >= 0.2.0)
    \nCreate a new transaction

    "},{"t":"F","n":"\\svn_repos_fs_commit_txn","p":"[Global_Namespace].html#function_svn_repos_fs_commit_txn","d":"

    (PECL svn >= 0.2.0)
    \nCommits a transaction and returns the new revision

    "},{"t":"F","n":"\\svn_repos_hotcopy","p":"[Global_Namespace].html#function_svn_repos_hotcopy","d":"

    (PECL svn >= 0.1.0)
    \nMake a hot-copy of the repos at repospath; copy it to destpath

    "},{"t":"F","n":"\\svn_repos_open","p":"[Global_Namespace].html#function_svn_repos_open","d":"

    (PECL svn >= 0.1.0)
    \nOpen a shared lock on a repository.

    "},{"t":"F","n":"\\svn_repos_recover","p":"[Global_Namespace].html#function_svn_repos_recover","d":"

    (PECL svn >= 0.1.0)
    \nRun recovery procedures on the repository located at path.

    "},{"t":"F","n":"\\svn_resolved","p":"[Global_Namespace].html#function_svn_resolved","d":null},{"t":"F","n":"\\svn_revert","p":"[Global_Namespace].html#function_svn_revert","d":"

    (PECL svn >= 0.3.0)
    \nRevert changes to the working copy

    "},{"t":"F","n":"\\svn_status","p":"[Global_Namespace].html#function_svn_status","d":"

    (PECL svn >= 0.1.0)
    \nReturns the status of working copy files and directories

    "},{"t":"F","n":"\\svn_switch","p":"[Global_Namespace].html#function_svn_switch","d":null},{"t":"F","n":"\\svn_unlock","p":"[Global_Namespace].html#function_svn_unlock","d":null},{"t":"F","n":"\\svn_update","p":"[Global_Namespace].html#function_svn_update","d":"

    (PECL svn >= 0.1.0)
    \nUpdate working copy

    "},{"t":"F","n":"\\swoole_async_dns_lookup_coro","p":"[Global_Namespace].html#function_swoole_async_dns_lookup_coro","d":""},{"t":"F","n":"\\swoole_async_set","p":"[Global_Namespace].html#function_swoole_async_set","d":""},{"t":"F","n":"\\swoole_clear_dns_cache","p":"[Global_Namespace].html#function_swoole_clear_dns_cache","d":""},{"t":"F","n":"\\swoole_clear_error","p":"[Global_Namespace].html#function_swoole_clear_error","d":""},{"t":"F","n":"\\swoole_client_select","p":"[Global_Namespace].html#function_swoole_client_select","d":""},{"t":"F","n":"\\swoole_coroutine_create","p":"[Global_Namespace].html#function_swoole_coroutine_create","d":""},{"t":"F","n":"\\swoole_coroutine_defer","p":"[Global_Namespace].html#function_swoole_coroutine_defer","d":"

    Defers the execution of a callback function until the surrounding function of a coroutine returns.

    "},{"t":"F","n":"\\swoole_coroutine_socketpair","p":"[Global_Namespace].html#function_swoole_coroutine_socketpair","d":""},{"t":"F","n":"\\swoole_cpu_num","p":"[Global_Namespace].html#function_swoole_cpu_num","d":"

    Gets the number of CPU cores.

    "},{"t":"F","n":"\\swoole_errno","p":"[Global_Namespace].html#function_swoole_errno","d":""},{"t":"F","n":"\\swoole_error_log","p":"[Global_Namespace].html#function_swoole_error_log","d":""},{"t":"F","n":"\\swoole_error_log_ex","p":"[Global_Namespace].html#function_swoole_error_log_ex","d":""},{"t":"F","n":"\\swoole_event_add","p":"[Global_Namespace].html#function_swoole_event_add","d":""},{"t":"F","n":"\\swoole_event_cycle","p":"[Global_Namespace].html#function_swoole_event_cycle","d":""},{"t":"F","n":"\\swoole_event_defer","p":"[Global_Namespace].html#function_swoole_event_defer","d":"

    This function is an alias of method \\Swoole\\Event::defer().

    "},{"t":"F","n":"\\swoole_event_del","p":"[Global_Namespace].html#function_swoole_event_del","d":""},{"t":"F","n":"\\swoole_event_dispatch","p":"[Global_Namespace].html#function_swoole_event_dispatch","d":""},{"t":"F","n":"\\swoole_event_exit","p":"[Global_Namespace].html#function_swoole_event_exit","d":""},{"t":"F","n":"\\swoole_event_isset","p":"[Global_Namespace].html#function_swoole_event_isset","d":""},{"t":"F","n":"\\swoole_event_set","p":"[Global_Namespace].html#function_swoole_event_set","d":""},{"t":"F","n":"\\swoole_event_wait","p":"[Global_Namespace].html#function_swoole_event_wait","d":""},{"t":"F","n":"\\swoole_event_write","p":"[Global_Namespace].html#function_swoole_event_write","d":""},{"t":"F","n":"\\swoole_get_local_ip","p":"[Global_Namespace].html#function_swoole_get_local_ip","d":""},{"t":"F","n":"\\swoole_get_local_mac","p":"[Global_Namespace].html#function_swoole_get_local_mac","d":""},{"t":"F","n":"\\swoole_get_mime_type","p":"[Global_Namespace].html#function_swoole_get_mime_type","d":""},{"t":"F","n":"\\swoole_get_object_by_handle","p":"[Global_Namespace].html#function_swoole_get_object_by_handle","d":""},{"t":"F","n":"\\swoole_get_objects","p":"[Global_Namespace].html#function_swoole_get_objects","d":"

    Get all PHP objects of current call stack.

    "},{"t":"F","n":"\\swoole_get_vm_status","p":"[Global_Namespace].html#function_swoole_get_vm_status","d":"

    Get status information of current call stack.

    "},{"t":"F","n":"\\swoole_hashcode","p":"[Global_Namespace].html#function_swoole_hashcode","d":""},{"t":"F","n":"\\swoole_ignore_error","p":"[Global_Namespace].html#function_swoole_ignore_error","d":""},{"t":"F","n":"\\swoole_internal_call_user_shutdown_begin","p":"[Global_Namespace].html#function_swoole_internal_call_user_shutdown_begin","d":""},{"t":"F","n":"\\swoole_last_error","p":"[Global_Namespace].html#function_swoole_last_error","d":""},{"t":"F","n":"\\swoole_mime_type_add","p":"[Global_Namespace].html#function_swoole_mime_type_add","d":""},{"t":"F","n":"\\swoole_mime_type_delete","p":"[Global_Namespace].html#function_swoole_mime_type_delete","d":""},{"t":"F","n":"\\swoole_mime_type_exists","p":"[Global_Namespace].html#function_swoole_mime_type_exists","d":""},{"t":"F","n":"\\swoole_mime_type_get","p":"[Global_Namespace].html#function_swoole_mime_type_get","d":""},{"t":"F","n":"\\swoole_mime_type_list","p":"[Global_Namespace].html#function_swoole_mime_type_list","d":""},{"t":"F","n":"\\swoole_mime_type_set","p":"[Global_Namespace].html#function_swoole_mime_type_set","d":""},{"t":"F","n":"\\swoole_select","p":"[Global_Namespace].html#function_swoole_select","d":""},{"t":"F","n":"\\swoole_set_process_name","p":"[Global_Namespace].html#function_swoole_set_process_name","d":""},{"t":"F","n":"\\swoole_strerror","p":"[Global_Namespace].html#function_swoole_strerror","d":""},{"t":"F","n":"\\swoole_substr_json_decode","p":"[Global_Namespace].html#function_swoole_substr_json_decode","d":""},{"t":"F","n":"\\swoole_substr_unserialize","p":"[Global_Namespace].html#function_swoole_substr_unserialize","d":""},{"t":"F","n":"\\swoole_test_kernel_coroutine","p":"[Global_Namespace].html#function_swoole_test_kernel_coroutine","d":""},{"t":"F","n":"\\swoole_timer_after","p":"[Global_Namespace].html#function_swoole_timer_after","d":"

    This function is an alias of method \\Swoole\\Timer::after().

    "},{"t":"F","n":"\\swoole_timer_clear","p":"[Global_Namespace].html#function_swoole_timer_clear","d":"

    This function is an alias of method \\Swoole\\Timer::clear().

    "},{"t":"F","n":"\\swoole_timer_clear_all","p":"[Global_Namespace].html#function_swoole_timer_clear_all","d":"

    This function is an alias of method \\Swoole\\Timer::clearAll().

    "},{"t":"F","n":"\\swoole_timer_exists","p":"[Global_Namespace].html#function_swoole_timer_exists","d":"

    This function is an alias of method \\Swoole\\Timer::exists().

    "},{"t":"F","n":"\\swoole_timer_info","p":"[Global_Namespace].html#function_swoole_timer_info","d":"

    This function is an alias of method \\Swoole\\Timer::info().

    "},{"t":"F","n":"\\swoole_timer_list","p":"[Global_Namespace].html#function_swoole_timer_list","d":"

    This function is an alias of method \\Swoole\\Timer::list().

    "},{"t":"F","n":"\\swoole_timer_set","p":"[Global_Namespace].html#function_swoole_timer_set","d":"

    This function is an alias of method \\Swoole\\Timer::set().

    "},{"t":"F","n":"\\swoole_timer_stats","p":"[Global_Namespace].html#function_swoole_timer_stats","d":"

    This function is an alias of method \\Swoole\\Timer::stats().

    "},{"t":"F","n":"\\swoole_timer_tick","p":"[Global_Namespace].html#function_swoole_timer_tick","d":"

    This function is an alias of method \\Swoole\\Timer::tick().

    "},{"t":"F","n":"\\swoole_version","p":"[Global_Namespace].html#function_swoole_version","d":"

    Gets the current Swoole version. This information is also available in the predefined constant SWOOLE_VERSION.

    "},{"t":"F","n":"\\sybase_affected_rows","p":"[Global_Namespace].html#function_sybase_affected_rows","d":"

    Gets number of affected rows in last query

    "},{"t":"F","n":"\\sybase_close","p":"[Global_Namespace].html#function_sybase_close","d":"

    Closes a Sybase connection

    "},{"t":"F","n":"\\sybase_connect","p":"[Global_Namespace].html#function_sybase_connect","d":"

    Opens a Sybase server connection

    "},{"t":"F","n":"\\sybase_data_seek","p":"[Global_Namespace].html#function_sybase_data_seek","d":"

    Moves internal row pointer

    "},{"t":"F","n":"\\sybase_deadlock_retry_count","p":"[Global_Namespace].html#function_sybase_deadlock_retry_count","d":"

    Sets the deadlock retry count

    "},{"t":"F","n":"\\sybase_fetch_array","p":"[Global_Namespace].html#function_sybase_fetch_array","d":"

    Fetch row as array

    "},{"t":"F","n":"\\sybase_fetch_assoc","p":"[Global_Namespace].html#function_sybase_fetch_assoc","d":"

    Fetch a result row as an associative array

    "},{"t":"F","n":"\\sybase_fetch_field","p":"[Global_Namespace].html#function_sybase_fetch_field","d":"

    Get field information from a result

    "},{"t":"F","n":"\\sybase_fetch_object","p":"[Global_Namespace].html#function_sybase_fetch_object","d":"

    Fetch a row as an object

    "},{"t":"F","n":"\\sybase_fetch_row","p":"[Global_Namespace].html#function_sybase_fetch_row","d":"

    Get a result row as an enumerated array

    "},{"t":"F","n":"\\sybase_field_seek","p":"[Global_Namespace].html#function_sybase_field_seek","d":"

    Sets field offset

    "},{"t":"F","n":"\\sybase_free_result","p":"[Global_Namespace].html#function_sybase_free_result","d":"

    Frees result memory

    "},{"t":"F","n":"\\sybase_get_last_message","p":"[Global_Namespace].html#function_sybase_get_last_message","d":"

    Returns the last message from the server

    "},{"t":"F","n":"\\sybase_min_client_severity","p":"[Global_Namespace].html#function_sybase_min_client_severity","d":"

    Sets minimum client severity

    "},{"t":"F","n":"\\sybase_min_server_severity","p":"[Global_Namespace].html#function_sybase_min_server_severity","d":"

    Sets minimum server severity

    "},{"t":"F","n":"\\sybase_num_fields","p":"[Global_Namespace].html#function_sybase_num_fields","d":"

    Gets the number of fields in a result set

    "},{"t":"F","n":"\\sybase_num_rows","p":"[Global_Namespace].html#function_sybase_num_rows","d":"

    Get number of rows in a result set

    "},{"t":"F","n":"\\sybase_pconnect","p":"[Global_Namespace].html#function_sybase_pconnect","d":"

    Open persistent Sybase connection

    "},{"t":"F","n":"\\sybase_query","p":"[Global_Namespace].html#function_sybase_query","d":"

    Sends a Sybase query

    "},{"t":"F","n":"\\sybase_result","p":"[Global_Namespace].html#function_sybase_result","d":"

    Get result data

    "},{"t":"F","n":"\\sybase_select_db","p":"[Global_Namespace].html#function_sybase_select_db","d":"

    Selects a Sybase database

    "},{"t":"F","n":"\\sybase_set_message_handler","p":"[Global_Namespace].html#function_sybase_set_message_handler","d":"

    Sets the handler called when a server message is raised

    "},{"t":"F","n":"\\sybase_unbuffered_query","p":"[Global_Namespace].html#function_sybase_unbuffered_query","d":"

    Send a Sybase query and do not block

    "},{"t":"F","n":"\\symlink","p":"[Global_Namespace].html#function_symlink","d":"

    Creates a symbolic link

    "},{"t":"F","n":"\\sys_get_temp_dir","p":"[Global_Namespace].html#function_sys_get_temp_dir","d":"

    Returns directory path used for temporary files

    "},{"t":"F","n":"\\sys_getloadavg","p":"[Global_Namespace].html#function_sys_getloadavg","d":"

    Gets system load average

    "},{"t":"F","n":"\\syslog","p":"[Global_Namespace].html#function_syslog","d":"

    Generate a system log message

    "},{"t":"F","n":"\\system","p":"[Global_Namespace].html#function_system","d":"

    Execute an external program and display the output

    "},{"t":"F","n":"\\tan","p":"[Global_Namespace].html#function_tan","d":"Tangent"},{"t":"F","n":"\\tanh","p":"[Global_Namespace].html#function_tanh","d":"

    Hyperbolic tangent

    "},{"t":"F","n":"\\tempnam","p":"[Global_Namespace].html#function_tempnam","d":"

    Create file with unique file name

    "},{"t":"F","n":"\\textdomain","p":"[Global_Namespace].html#function_textdomain","d":"

    Sets the default domain

    "},{"t":"F","n":"\\tidy_access_count","p":"[Global_Namespace].html#function_tidy_access_count","d":"

    (PHP 5, PECL tidy >= 0.5.2)
    \nReturns the Number of Tidy accessibility warnings encountered for specified document

    "},{"t":"F","n":"\\tidy_clean_repair","p":"[Global_Namespace].html#function_tidy_clean_repair","d":"

    (PHP 5, PECL tidy >= 0.5.2)
    \nExecute configured cleanup and repair operations on parsed markup

    "},{"t":"F","n":"\\tidy_config_count","p":"[Global_Namespace].html#function_tidy_config_count","d":"

    (PHP 5, PECL tidy >= 0.5.2)
    \nReturns the Number of Tidy configuration errors encountered for specified document

    "},{"t":"F","n":"\\tidy_diagnose","p":"[Global_Namespace].html#function_tidy_diagnose","d":"

    (PHP 5, PECL tidy >= 0.5.2)
    \nRun configured diagnostics on parsed and repaired markup

    "},{"t":"F","n":"\\tidy_error_count","p":"[Global_Namespace].html#function_tidy_error_count","d":"

    (PHP 5, PECL tidy >= 0.5.2)
    \nReturns the Number of Tidy errors encountered for specified document

    "},{"t":"F","n":"\\tidy_get_body","p":"[Global_Namespace].html#function_tidy_get_body","d":"

    (PHP 5, PECL tidy 0.5.2-1.0)
    \nReturns a tidyNode object starting from the <body> tag of the tidy parse tree

    "},{"t":"F","n":"\\tidy_get_config","p":"[Global_Namespace].html#function_tidy_get_config","d":"

    (PHP 5, PECL tidy >= 0.7.0)
    \nGet current Tidy configuration

    "},{"t":"F","n":"\\tidy_get_error_buffer","p":"[Global_Namespace].html#function_tidy_get_error_buffer","d":"

    (PHP 5, PECL tidy >= 0.5.2)
    \nReturn warnings and errors which occurred parsing the specified document

    "},{"t":"F","n":"\\tidy_get_head","p":"[Global_Namespace].html#function_tidy_get_head","d":"

    (PHP 5, PECL tidy 0.5.2-1.0.0)
    \nReturns a tidyNode object starting from the <head> tag of the tidy parse tree

    "},{"t":"F","n":"\\tidy_get_html","p":"[Global_Namespace].html#function_tidy_get_html","d":"

    (PHP 5, PECL tidy 0.5.2-1.0.0)
    \nReturns a tidyNode object starting from the <html> tag of the tidy parse tree

    "},{"t":"F","n":"\\tidy_get_html_ver","p":"[Global_Namespace].html#function_tidy_get_html_ver","d":"

    (PHP 5, PECL tidy >= 0.5.2)
    \nGet the Detected HTML version for the specified document

    "},{"t":"F","n":"\\tidy_get_opt_doc","p":"[Global_Namespace].html#function_tidy_get_opt_doc","d":"

    Returns the documentation for the given option name

    "},{"t":"F","n":"\\tidy_get_output","p":"[Global_Namespace].html#function_tidy_get_output","d":"

    (PHP 5, PECL tidy >= 0.5.2)
    \nReturn a string representing the parsed tidy markup

    "},{"t":"F","n":"\\tidy_get_release","p":"[Global_Namespace].html#function_tidy_get_release","d":"

    (PHP 5, PECL tidy >= 0.5.2)
    \nGet release date (version) for Tidy library

    "},{"t":"F","n":"\\tidy_get_root","p":"[Global_Namespace].html#function_tidy_get_root","d":"

    (PHP 5, PECL tidy 0.5.2-1.0.0)
    \nReturns a tidyNode object representing the root of the tidy parse tree

    "},{"t":"F","n":"\\tidy_get_status","p":"[Global_Namespace].html#function_tidy_get_status","d":"

    (PHP 5, PECL tidy >= 0.5.2)
    \nGet status of specified document

    "},{"t":"F","n":"\\tidy_getopt","p":"[Global_Namespace].html#function_tidy_getopt","d":"

    (PHP 5, PECL tidy >= 0.5.2)
    \nReturns the value of the specified configuration option for the tidy document

    "},{"t":"F","n":"\\tidy_is_xhtml","p":"[Global_Namespace].html#function_tidy_is_xhtml","d":"

    (PHP 5, PECL tidy >= 0.5.2)
    \nIndicates if the document is a XHTML document

    "},{"t":"F","n":"\\tidy_is_xml","p":"[Global_Namespace].html#function_tidy_is_xml","d":"

    (PHP 5, PECL tidy >= 0.5.2)
    \nIndicates if the document is a generic (non HTML/XHTML) XML document

    "},{"t":"F","n":"\\tidy_parse_file","p":"[Global_Namespace].html#function_tidy_parse_file","d":"

    (PHP 5, PECL tidy >= 0.5.2)
    \nParse markup in file or URI

    "},{"t":"F","n":"\\tidy_parse_string","p":"[Global_Namespace].html#function_tidy_parse_string","d":"

    (PHP 5, PECL tidy >= 0.5.2)
    \nParse a document stored in a string

    "},{"t":"F","n":"\\tidy_repair_file","p":"[Global_Namespace].html#function_tidy_repair_file","d":"

    (PHP 5, PECL tidy >= 0.7.0)
    \nRepair a file and return it as a string

    "},{"t":"F","n":"\\tidy_repair_string","p":"[Global_Namespace].html#function_tidy_repair_string","d":"

    (PHP 5, PECL tidy >= 0.7.0)
    \nRepair a string using an optionally provided configuration file

    "},{"t":"F","n":"\\tidy_warning_count","p":"[Global_Namespace].html#function_tidy_warning_count","d":"

    (PHP 5, PECL tidy >= 0.5.2)
    \nReturns the Number of Tidy warnings encountered for specified document

    "},{"t":"F","n":"\\time","p":"[Global_Namespace].html#function_time","d":"

    Return current Unix timestamp

    "},{"t":"F","n":"\\time_nanosleep","p":"[Global_Namespace].html#function_time_nanosleep","d":"

    Delay for a number of seconds and nanoseconds

    "},{"t":"F","n":"\\time_sleep_until","p":"[Global_Namespace].html#function_time_sleep_until","d":"

    Make the script sleep until the specified time

    "},{"t":"F","n":"\\timezone_abbreviations_list","p":"[Global_Namespace].html#function_timezone_abbreviations_list","d":"

    Returns associative array containing dst, offset and the timezone name\nAlias:\n{DateTimeZone

    "},{"t":"F","n":"\\timezone_identifiers_list","p":"[Global_Namespace].html#function_timezone_identifiers_list","d":"

    Returns a numerically indexed array containing all defined timezone identifiers\nAlias:\n{DateTimeZone

    "},{"t":"F","n":"\\timezone_location_get","p":"[Global_Namespace].html#function_timezone_location_get","d":"

    Alias:\n{DateTimeZone

    "},{"t":"F","n":"\\timezone_name_from_abbr","p":"[Global_Namespace].html#function_timezone_name_from_abbr","d":"

    Returns the timezone name from abbreviation

    "},{"t":"F","n":"\\timezone_name_get","p":"[Global_Namespace].html#function_timezone_name_get","d":"

    Alias:\n{DateTimeZone

    "},{"t":"F","n":"\\timezone_offset_get","p":"[Global_Namespace].html#function_timezone_offset_get","d":"

    Alias:\nDateTimeZone

    "},{"t":"F","n":"\\timezone_open","p":"[Global_Namespace].html#function_timezone_open","d":"

    Returns new DateTimeZone object

    "},{"t":"F","n":"\\timezone_transitions_get","p":"[Global_Namespace].html#function_timezone_transitions_get","d":"

    Returns all transitions for the timezone\nAlias:\n{DateTimeZone

    "},{"t":"F","n":"\\timezone_version_get","p":"[Global_Namespace].html#function_timezone_version_get","d":"

    Gets the version of the timezonedb

    "},{"t":"F","n":"\\tmpfile","p":"[Global_Namespace].html#function_tmpfile","d":"

    Creates a temporary file

    "},{"t":"F","n":"\\token_get_all","p":"[Global_Namespace].html#function_token_get_all","d":"

    Split given source into PHP tokens

    "},{"t":"F","n":"\\token_name","p":"[Global_Namespace].html#function_token_name","d":"

    Get the symbolic name of a given PHP token

    "},{"t":"F","n":"\\touch","p":"[Global_Namespace].html#function_touch","d":"

    Sets access and modification time of file

    "},{"t":"F","n":"\\transliterator_create","p":"[Global_Namespace].html#function_transliterator_create","d":"

    (PHP >= 5.4.0, PECL intl >= 2.0.0)
    \nCreate a transliterator

    "},{"t":"F","n":"\\transliterator_create_from_rules","p":"[Global_Namespace].html#function_transliterator_create_from_rules","d":"

    (PHP >= 5.4.0, PECL intl >= 2.0.0)
    \nCreate transliterator from rules

    "},{"t":"F","n":"\\transliterator_create_inverse","p":"[Global_Namespace].html#function_transliterator_create_inverse","d":"

    (PHP >= 5.4.0, PECL intl >= 2.0.0)
    \nCreate an inverse transliterator

    "},{"t":"F","n":"\\transliterator_get_error_code","p":"[Global_Namespace].html#function_transliterator_get_error_code","d":"

    (PHP >= 5.4.0, PECL intl >= 2.0.0)
    \nGet last error code

    "},{"t":"F","n":"\\transliterator_get_error_message","p":"[Global_Namespace].html#function_transliterator_get_error_message","d":"

    (PHP >= 5.4.0, PECL intl >= 2.0.0)
    \nGet last error message

    "},{"t":"F","n":"\\transliterator_list_ids","p":"[Global_Namespace].html#function_transliterator_list_ids","d":"

    (PHP >= 5.4.0, PECL intl >= 2.0.0)
    \nGet transliterator IDs

    "},{"t":"F","n":"\\transliterator_transliterate","p":"[Global_Namespace].html#function_transliterator_transliterate","d":"

    (PHP >= 5.4.0, PECL intl >= 2.0.0)
    \nTransliterate a string

    "},{"t":"F","n":"\\trim","p":"[Global_Namespace].html#function_trim","d":"

    Strip whitespace (or other characters) from the beginning and end of a string

    "},{"t":"F","n":"\\uasort","p":"[Global_Namespace].html#function_uasort","d":"

    Sort an array with a user-defined comparison function and maintain index association

    "},{"t":"F","n":"\\ucfirst","p":"[Global_Namespace].html#function_ucfirst","d":"

    Make a string's first character uppercase

    "},{"t":"F","n":"\\ucwords","p":"[Global_Namespace].html#function_ucwords","d":"

    Uppercase the first character of each word in a string

    "},{"t":"F","n":"\\uksort","p":"[Global_Namespace].html#function_uksort","d":"

    Sort an array by keys using a user-defined comparison function

    "},{"t":"F","n":"\\umask","p":"[Global_Namespace].html#function_umask","d":"

    Changes the current umask

    "},{"t":"F","n":"\\uniqid","p":"[Global_Namespace].html#function_uniqid","d":"

    Generate a unique ID

    "},{"t":"F","n":"\\unixtojd","p":"[Global_Namespace].html#function_unixtojd","d":"

    Convert Unix timestamp to Julian Day

    "},{"t":"F","n":"\\unlink","p":"[Global_Namespace].html#function_unlink","d":"

    Deletes a file

    "},{"t":"F","n":"\\unpack","p":"[Global_Namespace].html#function_unpack","d":"

    Unpack data from binary string

    "},{"t":"F","n":"\\unregister_event_handler","p":"[Global_Namespace].html#function_unregister_event_handler","d":"

    Allow you to unregister an event handler.

    "},{"t":"F","n":"\\unregister_tick_function","p":"[Global_Namespace].html#function_unregister_tick_function","d":"

    De-register a function for execution on each tick

    "},{"t":"F","n":"\\unserialize","p":"[Global_Namespace].html#function_unserialize","d":"

    Creates a PHP value from a stored representation

    "},{"t":"F","n":"\\uopz_add_function","p":"[Global_Namespace].html#function_uopz_add_function","d":"

    Adds non-existent method

    "},{"t":"F","n":"\\uopz_allow_exit","p":"[Global_Namespace].html#function_uopz_allow_exit","d":"

    Allows control over disabled exit opcode

    "},{"t":"F","n":"\\uopz_call_user_func","p":"[Global_Namespace].html#function_uopz_call_user_func","d":null},{"t":"F","n":"\\uopz_call_user_func_array","p":"[Global_Namespace].html#function_uopz_call_user_func_array","d":null},{"t":"F","n":"\\uopz_del_function","p":"[Global_Namespace].html#function_uopz_del_function","d":"

    Deletes previously added method

    "},{"t":"F","n":"\\uopz_extend","p":"[Global_Namespace].html#function_uopz_extend","d":"

    Extend a class at runtime

    "},{"t":"F","n":"\\uopz_flags","p":"[Global_Namespace].html#function_uopz_flags","d":"

    Get or set flags on function or class

    "},{"t":"F","n":"\\uopz_get_exit_status","p":"[Global_Namespace].html#function_uopz_get_exit_status","d":"

    Retrieve the last set exit status

    "},{"t":"F","n":"\\uopz_get_hook","p":"[Global_Namespace].html#function_uopz_get_hook","d":"

    Gets previously set hook on method

    "},{"t":"F","n":"\\uopz_get_mock","p":"[Global_Namespace].html#function_uopz_get_mock","d":"

    Get the current mock for a class

    "},{"t":"F","n":"\\uopz_get_property","p":"[Global_Namespace].html#function_uopz_get_property","d":"

    Gets the value of a static class property, if class is given, or the value of an instance property, if instance is given

    "},{"t":"F","n":"\\uopz_get_return","p":"[Global_Namespace].html#function_uopz_get_return","d":"

    Gets a previous set return value for a function

    "},{"t":"F","n":"\\uopz_get_static","p":"[Global_Namespace].html#function_uopz_get_static","d":"

    Gets the static variables from function or method scope

    "},{"t":"F","n":"\\uopz_implement","p":"[Global_Namespace].html#function_uopz_implement","d":"

    Implements an interface at runtime

    "},{"t":"F","n":"\\uopz_redefine","p":"[Global_Namespace].html#function_uopz_redefine","d":"

    Redefine a constant

    "},{"t":"F","n":"\\uopz_set_hook","p":"[Global_Namespace].html#function_uopz_set_hook","d":"

    Sets hook to execute when entering a function or method

    "},{"t":"F","n":"\\uopz_set_mock","p":"[Global_Namespace].html#function_uopz_set_mock","d":"

    Use mock instead of class for new objects

    "},{"t":"F","n":"\\uopz_set_property","p":"[Global_Namespace].html#function_uopz_set_property","d":"

    Sets the value of an existing static class property, if class is given, or the value of an existing instance property, if instance is given

    "},{"t":"F","n":"\\uopz_set_return","p":"[Global_Namespace].html#function_uopz_set_return","d":"

    Provide a return value for an existing function

    "},{"t":"F","n":"\\uopz_set_static","p":"[Global_Namespace].html#function_uopz_set_static","d":"

    Sets the static variables in function or method scope

    "},{"t":"F","n":"\\uopz_undefine","p":"[Global_Namespace].html#function_uopz_undefine","d":"

    Undefine a constant

    "},{"t":"F","n":"\\uopz_unset_hook","p":"[Global_Namespace].html#function_uopz_unset_hook","d":"

    Removes previously set hook on function or method

    "},{"t":"F","n":"\\uopz_unset_mock","p":"[Global_Namespace].html#function_uopz_unset_mock","d":"

    Unset previously set mock

    "},{"t":"F","n":"\\uopz_unset_return","p":"[Global_Namespace].html#function_uopz_unset_return","d":"

    Unsets a previously set return value for a function

    "},{"t":"F","n":"\\uploadprogress_get_contents","p":"[Global_Namespace].html#function_uploadprogress_get_contents","d":""},{"t":"F","n":"\\uploadprogress_get_info","p":"[Global_Namespace].html#function_uploadprogress_get_info","d":""},{"t":"F","n":"\\urldecode","p":"[Global_Namespace].html#function_urldecode","d":"

    Decodes URL-encoded string

    "},{"t":"F","n":"\\urlencode","p":"[Global_Namespace].html#function_urlencode","d":"

    URL-encodes string

    "},{"t":"F","n":"\\use_soap_error_handler","p":"[Global_Namespace].html#function_use_soap_error_handler","d":"

    Set whether to use the SOAP error handler

    "},{"t":"F","n":"\\usleep","p":"[Global_Namespace].html#function_usleep","d":"

    Delay execution in microseconds

    "},{"t":"F","n":"\\usort","p":"[Global_Namespace].html#function_usort","d":"

    Sort an array by values using a user-defined comparison function

    "},{"t":"F","n":"\\utf8_decode","p":"[Global_Namespace].html#function_utf8_decode","d":"

    Converts a string with ISO-8859-1 characters encoded with UTF-8\nto single-byte ISO-8859-1

    "},{"t":"F","n":"\\utf8_encode","p":"[Global_Namespace].html#function_utf8_encode","d":"

    Encodes an ISO-8859-1 string to UTF-8

    "},{"t":"F","n":"\\uuid_compare","p":"[Global_Namespace].html#function_uuid_compare","d":"

    Compare two UUIDs

    "},{"t":"F","n":"\\uuid_create","p":"[Global_Namespace].html#function_uuid_create","d":"

    Generate a new UUID

    "},{"t":"F","n":"\\uuid_generate_md5","p":"[Global_Namespace].html#function_uuid_generate_md5","d":"

    Generate a MD5 hashed (predictable) UUID based on a well-known UUID

    "},{"t":"F","n":"\\uuid_generate_sha1","p":"[Global_Namespace].html#function_uuid_generate_sha1","d":"

    Generate a SHA1 hashed (predictable) UUID based on a well-known UUID

    "},{"t":"F","n":"\\uuid_is_null","p":"[Global_Namespace].html#function_uuid_is_null","d":"

    Check wheter an UUID is the NULL UUID 00000000-0000-0000-0000-000000000000

    "},{"t":"F","n":"\\uuid_is_valid","p":"[Global_Namespace].html#function_uuid_is_valid","d":"

    Check whether a given UUID string is a valid UUID

    "},{"t":"F","n":"\\uuid_mac","p":"[Global_Namespace].html#function_uuid_mac","d":"

    Get UUID creator network MAC address

    "},{"t":"F","n":"\\uuid_parse","p":"[Global_Namespace].html#function_uuid_parse","d":"

    Converts a UUID string to the binary representation

    "},{"t":"F","n":"\\uuid_time","p":"[Global_Namespace].html#function_uuid_time","d":"

    Extract creation time from a time based UUID as UNIX timestamp

    "},{"t":"F","n":"\\uuid_type","p":"[Global_Namespace].html#function_uuid_type","d":"

    Return the UUIDs type

    "},{"t":"F","n":"\\uuid_unparse","p":"[Global_Namespace].html#function_uuid_unparse","d":"

    Converts a UUID binary string to the human readable string

    "},{"t":"F","n":"\\uuid_variant","p":"[Global_Namespace].html#function_uuid_variant","d":"

    Return the UUIDs variant

    "},{"t":"F","n":"\\uv_accept","p":"[Global_Namespace].html#function_uv_accept","d":"

    Accepts a connection on a socket.

    "},{"t":"F","n":"\\uv_async_init","p":"[Global_Namespace].html#function_uv_async_init","d":"

    Setup async callback.

    "},{"t":"F","n":"\\uv_async_send","p":"[Global_Namespace].html#function_uv_async_send","d":"

    Send async callback immediately.

    "},{"t":"F","n":"\\uv_chdir","p":"[Global_Namespace].html#function_uv_chdir","d":"

    Change working directory.

    "},{"t":"F","n":"\\uv_check_init","p":"[Global_Namespace].html#function_uv_check_init","d":"

    Setup check.

    "},{"t":"F","n":"\\uv_check_start","p":"[Global_Namespace].html#function_uv_check_start","d":"

    Stats check loop callback. (after loop callback)

    "},{"t":"F","n":"\\uv_check_stop","p":"[Global_Namespace].html#function_uv_check_stop","d":"

    Stop check callback.

    "},{"t":"F","n":"\\uv_close","p":"[Global_Namespace].html#function_uv_close","d":"

    Close uv handle.

    "},{"t":"F","n":"\\uv_cpu_info","p":"[Global_Namespace].html#function_uv_cpu_info","d":"

    Returns current cpu informations.

    "},{"t":"F","n":"\\uv_default_loop","p":"[Global_Namespace].html#function_uv_default_loop","d":"

    Return default loop handle.

    "},{"t":"F","n":"\\uv_err_name","p":"[Global_Namespace].html#function_uv_err_name","d":"

    Get error code name.

    "},{"t":"F","n":"\\uv_exepath","p":"[Global_Namespace].html#function_uv_exepath","d":"

    Returns current exepath. basically this will returns current php path.

    "},{"t":"F","n":"\\uv_fs_chmod","p":"[Global_Namespace].html#function_uv_fs_chmod","d":"

    Async chmod.

    "},{"t":"F","n":"\\uv_fs_chown","p":"[Global_Namespace].html#function_uv_fs_chown","d":"

    Async chown.

    "},{"t":"F","n":"\\uv_fs_close","p":"[Global_Namespace].html#function_uv_fs_close","d":"

    Close specified file descriptor.

    "},{"t":"F","n":"\\uv_fs_event_init","p":"[Global_Namespace].html#function_uv_fs_event_init","d":"

    Initialize fs event.

    "},{"t":"F","n":"\\uv_fs_fchmod","p":"[Global_Namespace].html#function_uv_fs_fchmod","d":"

    Async fchmod.

    "},{"t":"F","n":"\\uv_fs_fchown","p":"[Global_Namespace].html#function_uv_fs_fchown","d":"

    Async fchown.

    "},{"t":"F","n":"\\uv_fs_fdatasync","p":"[Global_Namespace].html#function_uv_fs_fdatasync","d":"

    Async fdatasync.

    "},{"t":"F","n":"\\uv_fs_fstat","p":"[Global_Namespace].html#function_uv_fs_fstat","d":"

    Async fstat.

    "},{"t":"F","n":"\\uv_fs_fsync","p":"[Global_Namespace].html#function_uv_fs_fsync","d":"

    Async fsync.

    "},{"t":"F","n":"\\uv_fs_ftruncate","p":"[Global_Namespace].html#function_uv_fs_ftruncate","d":"

    Async ftruncate.

    "},{"t":"F","n":"\\uv_fs_futime","p":"[Global_Namespace].html#function_uv_fs_futime","d":"

    Async futime.

    "},{"t":"F","n":"\\uv_fs_link","p":"[Global_Namespace].html#function_uv_fs_link","d":"

    Async link.

    "},{"t":"F","n":"\\uv_fs_lstat","p":"[Global_Namespace].html#function_uv_fs_lstat","d":"

    Async lstat.

    "},{"t":"F","n":"\\uv_fs_mkdir","p":"[Global_Namespace].html#function_uv_fs_mkdir","d":"

    Async mkdir.

    "},{"t":"F","n":"\\uv_fs_open","p":"[Global_Namespace].html#function_uv_fs_open","d":"

    Open specified file.

    "},{"t":"F","n":"\\uv_fs_poll_init","p":"[Global_Namespace].html#function_uv_fs_poll_init","d":""},{"t":"F","n":"\\uv_fs_poll_start","p":"[Global_Namespace].html#function_uv_fs_poll_start","d":""},{"t":"F","n":"\\uv_fs_poll_stop","p":"[Global_Namespace].html#function_uv_fs_poll_stop","d":""},{"t":"F","n":"\\uv_fs_read","p":"[Global_Namespace].html#function_uv_fs_read","d":"

    Async read.

    "},{"t":"F","n":"\\uv_fs_readdir","p":"[Global_Namespace].html#function_uv_fs_readdir","d":"

    Async readdir.

    "},{"t":"F","n":"\\uv_fs_readlink","p":"[Global_Namespace].html#function_uv_fs_readlink","d":"

    Async readlink.

    "},{"t":"F","n":"\\uv_fs_rename","p":"[Global_Namespace].html#function_uv_fs_rename","d":"

    Async rename.

    "},{"t":"F","n":"\\uv_fs_rmdir","p":"[Global_Namespace].html#function_uv_fs_rmdir","d":"

    Async rmdir.

    "},{"t":"F","n":"\\uv_fs_sendfile","p":"[Global_Namespace].html#function_uv_fs_sendfile","d":"

    Async sendfile.

    "},{"t":"F","n":"\\uv_fs_stat","p":"[Global_Namespace].html#function_uv_fs_stat","d":"

    Async stat.

    "},{"t":"F","n":"\\uv_fs_symlink","p":"[Global_Namespace].html#function_uv_fs_symlink","d":"

    Async symlink.

    "},{"t":"F","n":"\\uv_fs_unlink","p":"[Global_Namespace].html#function_uv_fs_unlink","d":"

    Async unlink.

    "},{"t":"F","n":"\\uv_fs_utime","p":"[Global_Namespace].html#function_uv_fs_utime","d":"

    Async utime.

    "},{"t":"F","n":"\\uv_fs_write","p":"[Global_Namespace].html#function_uv_fs_write","d":"

    Write buffer to specified file descriptor.

    "},{"t":"F","n":"\\uv_get_free_memory","p":"[Global_Namespace].html#function_uv_get_free_memory","d":"

    Returns current free memory size.

    "},{"t":"F","n":"\\uv_get_total_memory","p":"[Global_Namespace].html#function_uv_get_total_memory","d":"

    Returns total memory size.

    "},{"t":"F","n":"\\uv_getaddrinfo","p":"[Global_Namespace].html#function_uv_getaddrinfo","d":""},{"t":"F","n":"\\uv_guess_handle","p":"[Global_Namespace].html#function_uv_guess_handle","d":""},{"t":"F","n":"\\uv_hrtime","p":"[Global_Namespace].html#function_uv_hrtime","d":""},{"t":"F","n":"\\uv_idle_init","p":"[Global_Namespace].html#function_uv_idle_init","d":"

    Initialize uv idle handle.

    "},{"t":"F","n":"\\uv_idle_start","p":"[Global_Namespace].html#function_uv_idle_start","d":"

    start idle callback.

    "},{"t":"F","n":"\\uv_idle_stop","p":"[Global_Namespace].html#function_uv_idle_stop","d":"

    Stop idle callback.

    "},{"t":"F","n":"\\uv_interface_addresses","p":"[Global_Namespace].html#function_uv_interface_addresses","d":""},{"t":"F","n":"\\uv_ip4_addr","p":"[Global_Namespace].html#function_uv_ip4_addr","d":"

    Create a ipv4 sockaddr.

    "},{"t":"F","n":"\\uv_ip4_name","p":"[Global_Namespace].html#function_uv_ip4_name","d":""},{"t":"F","n":"\\uv_ip6_addr","p":"[Global_Namespace].html#function_uv_ip6_addr","d":"

    Create a ipv6 sockaddr.

    "},{"t":"F","n":"\\uv_ip6_name","p":"[Global_Namespace].html#function_uv_ip6_name","d":""},{"t":"F","n":"\\uv_is_active","p":"[Global_Namespace].html#function_uv_is_active","d":""},{"t":"F","n":"\\uv_is_closing","p":"[Global_Namespace].html#function_uv_is_closing","d":""},{"t":"F","n":"\\uv_is_readable","p":"[Global_Namespace].html#function_uv_is_readable","d":""},{"t":"F","n":"\\uv_is_writable","p":"[Global_Namespace].html#function_uv_is_writable","d":""},{"t":"F","n":"\\uv_kill","p":"[Global_Namespace].html#function_uv_kill","d":"

    Send signal to specified pid.

    "},{"t":"F","n":"\\uv_last_error","p":"[Global_Namespace].html#function_uv_last_error","d":"

    Get last error code.

    "},{"t":"F","n":"\\uv_listen","p":"[Global_Namespace].html#function_uv_listen","d":"

    Listens for a connection on a uv handle.

    "},{"t":"F","n":"\\uv_loadavg","p":"[Global_Namespace].html#function_uv_loadavg","d":"

    Returns current loadaverage.

    "},{"t":"F","n":"\\uv_loop_delete","p":"[Global_Namespace].html#function_uv_loop_delete","d":"

    Delete specified loop.

    "},{"t":"F","n":"\\uv_loop_new","p":"[Global_Namespace].html#function_uv_loop_new","d":"

    Create a new loop handle.

    "},{"t":"F","n":"\\uv_mutex_init","p":"[Global_Namespace].html#function_uv_mutex_init","d":"

    Initialize mutex.

    "},{"t":"F","n":"\\uv_mutex_lock","p":"[Global_Namespace].html#function_uv_mutex_lock","d":"

    Lock mutex.

    "},{"t":"F","n":"\\uv_mutex_trylock","p":"[Global_Namespace].html#function_uv_mutex_trylock","d":""},{"t":"F","n":"\\uv_now","p":"[Global_Namespace].html#function_uv_now","d":""},{"t":"F","n":"\\uv_pipe_bind","p":"[Global_Namespace].html#function_uv_pipe_bind","d":"

    Create a named pipe.

    "},{"t":"F","n":"\\uv_pipe_connect","p":"[Global_Namespace].html#function_uv_pipe_connect","d":"

    Connect to named pipe.

    "},{"t":"F","n":"\\uv_pipe_init","p":"[Global_Namespace].html#function_uv_pipe_init","d":"

    Initialize pipe.

    "},{"t":"F","n":"\\uv_pipe_open","p":"[Global_Namespace].html#function_uv_pipe_open","d":"

    Open a pipe.

    "},{"t":"F","n":"\\uv_pipe_pending_instances","p":"[Global_Namespace].html#function_uv_pipe_pending_instances","d":""},{"t":"F","n":"\\uv_poll_init","p":"[Global_Namespace].html#function_uv_poll_init","d":"

    Initialize poll.

    "},{"t":"F","n":"\\uv_poll_start","p":"[Global_Namespace].html#function_uv_poll_start","d":"

    Start polling.

    "},{"t":"F","n":"\\uv_poll_stop","p":"[Global_Namespace].html#function_uv_poll_stop","d":""},{"t":"F","n":"\\uv_prepare_init","p":"[Global_Namespace].html#function_uv_prepare_init","d":"

    Initialize prepare.

    "},{"t":"F","n":"\\uv_prepare_start","p":"[Global_Namespace].html#function_uv_prepare_start","d":"

    Setup prepare loop callback. (pre loop callback)

    "},{"t":"F","n":"\\uv_prepare_stop","p":"[Global_Namespace].html#function_uv_prepare_stop","d":"

    Stop prepare callback.

    "},{"t":"F","n":"\\uv_process_kill","p":"[Global_Namespace].html#function_uv_process_kill","d":"

    Send signal to specified uv process.

    "},{"t":"F","n":"\\uv_queue_work","p":"[Global_Namespace].html#function_uv_queue_work","d":"

    Execute callbacks in another thread (requires Thread Safe enabled PHP).

    "},{"t":"F","n":"\\uv_read_start","p":"[Global_Namespace].html#function_uv_read_start","d":"

    Starts read callback for uv streams.

    "},{"t":"F","n":"\\uv_read_stop","p":"[Global_Namespace].html#function_uv_read_stop","d":"

    Stop read callback.

    "},{"t":"F","n":"\\uv_ref","p":"[Global_Namespace].html#function_uv_ref","d":"

    Increment reference count.

    "},{"t":"F","n":"\\uv_resident_set_memory","p":"[Global_Namespace].html#function_uv_resident_set_memory","d":""},{"t":"F","n":"\\uv_run","p":"[Global_Namespace].html#function_uv_run","d":"

    Run event loop.

    "},{"t":"F","n":"\\uv_run_once","p":"[Global_Namespace].html#function_uv_run_once","d":""},{"t":"F","n":"\\uv_rwlock_init","p":"[Global_Namespace].html#function_uv_rwlock_init","d":"

    Initialize rwlock.

    "},{"t":"F","n":"\\uv_rwlock_rdlock","p":"[Global_Namespace].html#function_uv_rwlock_rdlock","d":"

    Set read lock.

    "},{"t":"F","n":"\\uv_rwlock_rdunlock","p":"[Global_Namespace].html#function_uv_rwlock_rdunlock","d":"

    Unlock read lock.

    "},{"t":"F","n":"\\uv_rwlock_tryrdlock","p":"[Global_Namespace].html#function_uv_rwlock_tryrdlock","d":""},{"t":"F","n":"\\uv_rwlock_trywrlock","p":"[Global_Namespace].html#function_uv_rwlock_trywrlock","d":""},{"t":"F","n":"\\uv_rwlock_wrlock","p":"[Global_Namespace].html#function_uv_rwlock_wrlock","d":"

    Set write lock.

    "},{"t":"F","n":"\\uv_rwlock_wrunlock","p":"[Global_Namespace].html#function_uv_rwlock_wrunlock","d":"

    Unlock write lock.

    "},{"t":"F","n":"\\uv_sem_init","p":"[Global_Namespace].html#function_uv_sem_init","d":"

    Initialize semaphore.

    "},{"t":"F","n":"\\uv_sem_post","p":"[Global_Namespace].html#function_uv_sem_post","d":"

    Post semaphore.

    "},{"t":"F","n":"\\uv_sem_trywait","p":"[Global_Namespace].html#function_uv_sem_trywait","d":""},{"t":"F","n":"\\uv_sem_wait","p":"[Global_Namespace].html#function_uv_sem_wait","d":""},{"t":"F","n":"\\uv_shutdown","p":"[Global_Namespace].html#function_uv_shutdown","d":"

    Shutdown uv handle.

    "},{"t":"F","n":"\\uv_signal_stop","p":"[Global_Namespace].html#function_uv_signal_stop","d":""},{"t":"F","n":"\\uv_spawn","p":"[Global_Namespace].html#function_uv_spawn","d":""},{"t":"F","n":"\\uv_stdio_new","p":"[Global_Namespace].html#function_uv_stdio_new","d":""},{"t":"F","n":"\\uv_stop","p":"[Global_Namespace].html#function_uv_stop","d":""},{"t":"F","n":"\\uv_strerror","p":"[Global_Namespace].html#function_uv_strerror","d":"

    Get error message.

    "},{"t":"F","n":"\\uv_tcp_bind","p":"[Global_Namespace].html#function_uv_tcp_bind","d":"

    Binds a name to a socket.

    "},{"t":"F","n":"\\uv_tcp_bind6","p":"[Global_Namespace].html#function_uv_tcp_bind6","d":"

    Binds a name to a socket.

    "},{"t":"F","n":"\\uv_tcp_connect","p":"[Global_Namespace].html#function_uv_tcp_connect","d":"

    Connect to specified ip address and port.

    "},{"t":"F","n":"\\uv_tcp_connect6","p":"[Global_Namespace].html#function_uv_tcp_connect6","d":"

    Connect to specified ip address and port.

    "},{"t":"F","n":"\\uv_tcp_getpeername","p":"[Global_Namespace].html#function_uv_tcp_getpeername","d":""},{"t":"F","n":"\\uv_tcp_getsockname","p":"[Global_Namespace].html#function_uv_tcp_getsockname","d":""},{"t":"F","n":"\\uv_tcp_init","p":"[Global_Namespace].html#function_uv_tcp_init","d":"

    Create a tcp socket.

    "},{"t":"F","n":"\\uv_tcp_nodelay","p":"[Global_Namespace].html#function_uv_tcp_nodelay","d":"

    Set Nagel's flags for specified tcp stream.

    "},{"t":"F","n":"\\uv_timer_again","p":"[Global_Namespace].html#function_uv_timer_again","d":"

    Restart timer.

    "},{"t":"F","n":"\\uv_timer_get_repeat","p":"[Global_Namespace].html#function_uv_timer_get_repeat","d":"

    Returns repeat interval.

    "},{"t":"F","n":"\\uv_timer_init","p":"[Global_Namespace].html#function_uv_timer_init","d":"

    Initialize timer handle.

    "},{"t":"F","n":"\\uv_timer_set_repeat","p":"[Global_Namespace].html#function_uv_timer_set_repeat","d":"

    Set repeat count.

    "},{"t":"F","n":"\\uv_timer_start","p":"[Global_Namespace].html#function_uv_timer_start","d":"

    Initialize timer handle.

    "},{"t":"F","n":"\\uv_timer_stop","p":"[Global_Namespace].html#function_uv_timer_stop","d":"

    stop specified timer.

    "},{"t":"F","n":"\\uv_tty_get_winsize","p":"[Global_Namespace].html#function_uv_tty_get_winsize","d":""},{"t":"F","n":"\\uv_tty_init","p":"[Global_Namespace].html#function_uv_tty_init","d":"

    Initialize TTY. you have to open tty your hand.

    "},{"t":"F","n":"\\uv_tty_reset_mode","p":"[Global_Namespace].html#function_uv_tty_reset_mode","d":""},{"t":"F","n":"\\uv_tty_set_mode","p":"[Global_Namespace].html#function_uv_tty_set_mode","d":""},{"t":"F","n":"\\uv_udp_bind","p":"[Global_Namespace].html#function_uv_udp_bind","d":"

    Listens for a connection on a uv udp handle.

    "},{"t":"F","n":"\\uv_udp_bind6","p":"[Global_Namespace].html#function_uv_udp_bind6","d":"

    Listens for a connection on a uv udp handle.

    "},{"t":"F","n":"\\uv_udp_getsockname","p":"[Global_Namespace].html#function_uv_udp_getsockname","d":""},{"t":"F","n":"\\uv_udp_init","p":"[Global_Namespace].html#function_uv_udp_init","d":"

    Create a udp socket.

    "},{"t":"F","n":"\\uv_udp_recv_start","p":"[Global_Namespace].html#function_uv_udp_recv_start","d":"

    Start receive callback.

    "},{"t":"F","n":"\\uv_udp_recv_stop","p":"[Global_Namespace].html#function_uv_udp_recv_stop","d":"

    Stop receive callback.

    "},{"t":"F","n":"\\uv_udp_send","p":"[Global_Namespace].html#function_uv_udp_send","d":"

    Send buffer to specified address.

    "},{"t":"F","n":"\\uv_udp_send6","p":"[Global_Namespace].html#function_uv_udp_send6","d":"

    Send buffer to specified address.

    "},{"t":"F","n":"\\uv_udp_set_broadcast","p":"[Global_Namespace].html#function_uv_udp_set_broadcast","d":"

    Set udp broadcast.

    "},{"t":"F","n":"\\uv_udp_set_membership","p":"[Global_Namespace].html#function_uv_udp_set_membership","d":"

    Join or leave udp muticast group.

    "},{"t":"F","n":"\\uv_udp_set_multicast_loop","p":"[Global_Namespace].html#function_uv_udp_set_multicast_loop","d":"

    Set multicast loop.

    "},{"t":"F","n":"\\uv_udp_set_multicast_ttl","p":"[Global_Namespace].html#function_uv_udp_set_multicast_ttl","d":"

    Set multicast ttl.

    "},{"t":"F","n":"\\uv_unref","p":"[Global_Namespace].html#function_uv_unref","d":"

    Decrement reference.

    "},{"t":"F","n":"\\uv_update_time","p":"[Global_Namespace].html#function_uv_update_time","d":""},{"t":"F","n":"\\uv_uptime","p":"[Global_Namespace].html#function_uv_uptime","d":"

    Returns current uptime.

    "},{"t":"F","n":"\\uv_walk","p":"[Global_Namespace].html#function_uv_walk","d":""},{"t":"F","n":"\\uv_write","p":"[Global_Namespace].html#function_uv_write","d":"

    Send buffer to specified uv stream.

    "},{"t":"F","n":"\\uv_write2","p":"[Global_Namespace].html#function_uv_write2","d":""},{"t":"F","n":"\\var_dump","p":"[Global_Namespace].html#function_var_dump","d":"

    Dumps information about a variable

    "},{"t":"F","n":"\\var_export","p":"[Global_Namespace].html#function_var_export","d":"

    Outputs or returns a parsable string representation of a variable

    "},{"t":"F","n":"\\variant_abs","p":"[Global_Namespace].html#function_variant_abs","d":"

    (PHP 5, PHP 7)
    \nReturns the absolute value of a variant

    "},{"t":"F","n":"\\variant_add","p":"[Global_Namespace].html#function_variant_add","d":"

    (PHP 5, PHP 7)
    \n"Adds" two variant values together and returns the result

    "},{"t":"F","n":"\\variant_and","p":"[Global_Namespace].html#function_variant_and","d":"

    (PHP 5, PHP 7)
    \nPerforms a bitwise AND operation between two variants

    "},{"t":"F","n":"\\variant_cast","p":"[Global_Namespace].html#function_variant_cast","d":"

    (PHP 5, PHP 7)
    \nConvert a variant into a new variant object of another type

    "},{"t":"F","n":"\\variant_cat","p":"[Global_Namespace].html#function_variant_cat","d":"

    (PHP 5, PHP 7)
    \nConcatenates two variant values together and returns the result

    "},{"t":"F","n":"\\variant_cmp","p":"[Global_Namespace].html#function_variant_cmp","d":"

    (PHP 5, PHP 7)
    \nCompares two variants

    "},{"t":"F","n":"\\variant_date_from_timestamp","p":"[Global_Namespace].html#function_variant_date_from_timestamp","d":"

    (PHP 5, PHP 7)
    \nReturns a variant date representation of a Unix timestamp

    "},{"t":"F","n":"\\variant_date_to_timestamp","p":"[Global_Namespace].html#function_variant_date_to_timestamp","d":"

    (PHP 5, PHP 7)
    \nConverts a variant date/time value to Unix timestamp

    "},{"t":"F","n":"\\variant_div","p":"[Global_Namespace].html#function_variant_div","d":"

    (PHP 5, PHP 7)
    \nReturns the result from dividing two variants

    "},{"t":"F","n":"\\variant_eqv","p":"[Global_Namespace].html#function_variant_eqv","d":"

    (PHP 5, PHP 7)
    \nPerforms a bitwise equivalence on two variants

    "},{"t":"F","n":"\\variant_fix","p":"[Global_Namespace].html#function_variant_fix","d":"

    (PHP 5, PHP 7)
    \nReturns the integer portion of a variant

    "},{"t":"F","n":"\\variant_get_type","p":"[Global_Namespace].html#function_variant_get_type","d":"

    (PHP 5, PHP 7)
    \nReturns the type of a variant object

    "},{"t":"F","n":"\\variant_idiv","p":"[Global_Namespace].html#function_variant_idiv","d":"

    (PHP 5, PHP 7)
    \nConverts variants to integers and then returns the result from dividing them

    "},{"t":"F","n":"\\variant_imp","p":"[Global_Namespace].html#function_variant_imp","d":"

    (PHP 5, PHP 7)
    \nPerforms a bitwise implication on two variants

    "},{"t":"F","n":"\\variant_int","p":"[Global_Namespace].html#function_variant_int","d":"

    (PHP 5, PHP 7)
    \nReturns the integer portion of a variant

    "},{"t":"F","n":"\\variant_mod","p":"[Global_Namespace].html#function_variant_mod","d":"

    (PHP 5, PHP 7)
    \nDivides two variants and returns only the remainder

    "},{"t":"F","n":"\\variant_mul","p":"[Global_Namespace].html#function_variant_mul","d":"

    (PHP 5, PHP 7)
    \nMultiplies the values of the two variants

    "},{"t":"F","n":"\\variant_neg","p":"[Global_Namespace].html#function_variant_neg","d":"

    (PHP 5, PHP 7)
    \nPerforms logical negation on a variant

    "},{"t":"F","n":"\\variant_not","p":"[Global_Namespace].html#function_variant_not","d":"

    (PHP 5, PHP 7)
    \nPerforms bitwise not negation on a variant

    "},{"t":"F","n":"\\variant_or","p":"[Global_Namespace].html#function_variant_or","d":"

    (PHP 5, PHP 7)
    \nPerforms a logical disjunction on two variants

    "},{"t":"F","n":"\\variant_pow","p":"[Global_Namespace].html#function_variant_pow","d":"

    (PHP 5, PHP 7)
    \nReturns the result of performing the power function with two variants

    "},{"t":"F","n":"\\variant_round","p":"[Global_Namespace].html#function_variant_round","d":"

    (PHP 5, PHP 7)
    \nRounds a variant to the specified number of decimal places

    "},{"t":"F","n":"\\variant_set","p":"[Global_Namespace].html#function_variant_set","d":"

    (PHP 5, PHP 7)
    \nAssigns a new value for a variant object

    "},{"t":"F","n":"\\variant_set_type","p":"[Global_Namespace].html#function_variant_set_type","d":"

    (PHP 5, PHP 7)
    \nConvert a variant into another type "in-place"

    "},{"t":"F","n":"\\variant_sub","p":"[Global_Namespace].html#function_variant_sub","d":"

    (PHP 5, PHP 7)
    \nSubtracts the value of the right variant from the left variant value

    "},{"t":"F","n":"\\variant_xor","p":"[Global_Namespace].html#function_variant_xor","d":"

    (PHP 5, PHP 7)
    \nPerforms a logical exclusion on two variants

    "},{"t":"F","n":"\\version_compare","p":"[Global_Namespace].html#function_version_compare","d":"

    Compares two "PHP-standardized" version number strings

    "},{"t":"F","n":"\\vfprintf","p":"[Global_Namespace].html#function_vfprintf","d":"

    Write a formatted string to a stream

    "},{"t":"F","n":"\\virtual","p":"[Global_Namespace].html#function_virtual","d":"

    Perform an Apache sub-request\nvirtual() is an Apache-specific function which is similar to in mod_include. It performs an Apache sub-request. It is useful for including CGI scripts or .shtml files, or anything else that you would parse through Apache. Note that for a CGI script, the script must generate valid CGI headers. At the minimum that means it must generate a Content-Type header.

    "},{"t":"F","n":"\\vprintf","p":"[Global_Namespace].html#function_vprintf","d":"

    Output a formatted string

    "},{"t":"F","n":"\\vsprintf","p":"[Global_Namespace].html#function_vsprintf","d":"

    Return a formatted string

    "},{"t":"F","n":"\\wb_call_function","p":"[Global_Namespace].html#function_wb_call_function","d":"

    Calls the DLL function pointed by address.

    "},{"t":"F","n":"\\wb_create_font","p":"[Global_Namespace].html#function_wb_create_font","d":"

    Creates a new font. name is the font name, height is its height in points (not pixels), and color is a RGB color value. flags can be a combination of the following values:.

    "},{"t":"F","n":"\\wb_create_image","p":"[Global_Namespace].html#function_wb_create_image","d":"

    Creates a true-color image measuring width by height pixels.

    "},{"t":"F","n":"\\wb_create_mask","p":"[Global_Namespace].html#function_wb_create_mask","d":"

    Creates a transparency mask of a true-color bitmap.

    "},{"t":"F","n":"\\wb_create_timer","p":"[Global_Namespace].html#function_wb_create_timer","d":"

    Creates a timer in the specified window.

    "},{"t":"F","n":"\\wb_create_window","p":"[Global_Namespace].html#function_wb_create_window","d":"

    Creates a window of class wclass. Click here for a list of the available window classes.

    "},{"t":"F","n":"\\wb_delete_items","p":"[Global_Namespace].html#function_wb_delete_items","d":"

    Deletes an item, a range of items, or all items from a control. Returns TRUE on success or FALSE if an error occurs.

    "},{"t":"F","n":"\\wb_destroy_control","p":"[Global_Namespace].html#function_wb_destroy_control","d":"

    Destroys a control created by wb_create_control().

    "},{"t":"F","n":"\\wb_destroy_font","p":"[Global_Namespace].html#function_wb_destroy_font","d":"

    Destroys a font.

    "},{"t":"F","n":"\\wb_destroy_image","p":"[Global_Namespace].html#function_wb_destroy_image","d":"

    Destroys an image created by wb_create_image(), wb_create_mask() or wb_load_image().

    "},{"t":"F","n":"\\wb_destroy_timer","p":"[Global_Namespace].html#function_wb_destroy_timer","d":"

    Destroys a timer created with wb_create_timer().

    "},{"t":"F","n":"\\wb_destroy_window","p":"[Global_Namespace].html#function_wb_destroy_window","d":"

    Destroys a window created by wb_create_window().

    "},{"t":"F","n":"\\wb_draw_ellipse","p":"[Global_Namespace].html#function_wb_draw_ellipse","d":"

    Draws a filled or hollow rectangle.

    "},{"t":"F","n":"\\wb_draw_image","p":"[Global_Namespace].html#function_wb_draw_image","d":"

    Draws a bitmap. The first parameter, target, may be a WinBinder object, a window handle, a drawing surface or another bitmap.

    "},{"t":"F","n":"\\wb_draw_line","p":"[Global_Namespace].html#function_wb_draw_line","d":"

    Draws a straight line. The first parameter, target, may be a WinBinder object, a window handle, a drawing surface or a bitmap.

    "},{"t":"F","n":"\\wb_draw_point","p":"[Global_Namespace].html#function_wb_draw_point","d":"

    Draws a point of color, setting the RGB color value of the pixel that exists at the given coordinates.

    "},{"t":"F","n":"\\wb_draw_rect","p":"[Global_Namespace].html#function_wb_draw_rect","d":"

    Draws a filled or hollow rectangle.

    "},{"t":"F","n":"\\wb_draw_text","p":"[Global_Namespace].html#function_wb_draw_text","d":"

    Draws a string. The first parameter, target, may be a WinBinder object, a window handle, a drawing surface or a bitmap.

    "},{"t":"F","n":"\\wb_exec","p":"[Global_Namespace].html#function_wb_exec","d":"

    Opens or executes a command. The string passed to this function can be one of the following:.

    "},{"t":"F","n":"\\wb_find_file","p":"[Global_Namespace].html#function_wb_find_file","d":"

    Looks for a file in the Windows and System directories, in this order.

    "},{"t":"F","n":"\\wb_get_address","p":"[Global_Namespace].html#function_wb_get_address","d":"

    Returns the address (as an integer pointer) of the variable var.

    "},{"t":"F","n":"\\wb_get_class","p":"[Global_Namespace].html#function_wb_get_class","d":"

    Returns an integer that corresponds to the class of the object (control, window or menu) passed as the parameter.

    "},{"t":"F","n":"\\wb_get_control","p":"[Global_Namespace].html#function_wb_get_control","d":"

    Returns an integer handle that corresponds to the WinBinder object (control, toolbar item or menu item) wbobject that has the supplied identifier id.

    "},{"t":"F","n":"\\wb_get_enabled","p":"[Global_Namespace].html#function_wb_get_enabled","d":"

    Returns TRUE if wbobject is enabled or FALSE otherwise.

    "},{"t":"F","n":"\\wb_get_enum_callback","p":"[Global_Namespace].html#function_wb_get_enum_callback","d":"

    Enumerate windows, i think: https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-enumwindows

    "},{"t":"F","n":"\\wb_get_focus","p":"[Global_Namespace].html#function_wb_get_focus","d":"

    Returns a handle to the window or control that has the keyboard focus.

    "},{"t":"F","n":"\\wb_get_function_address","p":"[Global_Namespace].html#function_wb_get_function_address","d":"

    Returns the address of a library function. fname is the function name and idlib identifies a library already loaded.

    "},{"t":"F","n":"\\wb_get_hook_callback","p":"[Global_Namespace].html#function_wb_get_hook_callback","d":"

    Unused, i think its https://docs.microsoft.com/en-us/windows/win32/api/winuser/nc-winuser-hookproc

    "},{"t":"F","n":"\\wb_get_id","p":"[Global_Namespace].html#function_wb_get_id","d":"

    Returns the integer identifier of the wbobject control.

    "},{"t":"F","n":"\\wb_get_image_data","p":"[Global_Namespace].html#function_wb_get_image_data","d":"

    Returns a string of data containing a copy of the internal true-color representation of the given image.

    "},{"t":"F","n":"\\wb_get_instance","p":"[Global_Namespace].html#function_wb_get_instance","d":"

    Detects a running instance of a WinBinder application.

    "},{"t":"F","n":"\\wb_get_item_count","p":"[Global_Namespace].html#function_wb_get_item_count","d":"

    Returns the number of items of wbobject.

    "},{"t":"F","n":"\\wb_get_item_list","p":"[Global_Namespace].html#function_wb_get_item_list","d":"

    Returns an array with a list of the child controls in window or control wbobject. Each element is an integer identifier that represents a WinBinder object.

    "},{"t":"F","n":"\\wb_get_level","p":"[Global_Namespace].html#function_wb_get_level","d":"

    Retrieves an integer representing the level of a control item.

    "},{"t":"F","n":"\\wb_get_midi_callback","p":"[Global_Namespace].html#function_wb_get_midi_callback","d":"

    returns a pointer to MidiOutProc (can also be used for MidiInProc, WaveInProc, WaveOutProc\nor any similar callback) for use with functions like midiOutOpen.

    "},{"t":"F","n":"\\wb_get_parent","p":"[Global_Namespace].html#function_wb_get_parent","d":"

    Returns the handle of the control parent if item specifies a control, or the node parent if item specifies a treeview node.

    "},{"t":"F","n":"\\wb_get_pixel","p":"[Global_Namespace].html#function_wb_get_pixel","d":"

    Returns the RGB color value of the pixel at the given coordinates. The first parameter, source, may be a WinBinder object, a window handle, a drawing surface or a bitmap.

    "},{"t":"F","n":"\\wb_get_position","p":"[Global_Namespace].html#function_wb_get_position","d":"

    Returns an array with the position of the control or window related to its parent, in pixels.

    "},{"t":"F","n":"\\wb_get_registry_key","p":"[Global_Namespace].html#function_wb_get_registry_key","d":"

    Reads a string or integer value from the Windows registry item referenced by key, subkey and entry.

    "},{"t":"F","n":"\\wb_get_selected","p":"[Global_Namespace].html#function_wb_get_selected","d":"

    Returns a value or array with the indices or identifiers of the selected elements or items in wbobject.

    "},{"t":"F","n":"\\wb_get_size","p":"[Global_Namespace].html#function_wb_get_size","d":"

    Gets the dimensions of a control, window, image or string.

    "},{"t":"F","n":"\\wb_get_state","p":"[Global_Namespace].html#function_wb_get_state","d":"

    Retrieves an integer representing the current state of a control item.

    "},{"t":"F","n":"\\wb_get_system_info","p":"[Global_Namespace].html#function_wb_get_system_info","d":"

    Returns information about the current system and application, according to the string info.

    "},{"t":"F","n":"\\wb_get_value","p":"[Global_Namespace].html#function_wb_get_value","d":"

    Retrieves the value of a control or control item. The item and subitem parameters are set to -1 if absent.

    "},{"t":"F","n":"\\wb_get_visible","p":"[Global_Namespace].html#function_wb_get_visible","d":"

    Tells whether an object is visible. Returns TRUE if wbobject is visible and FALSE otherwise.

    "},{"t":"F","n":"\\wb_load_image","p":"[Global_Namespace].html#function_wb_load_image","d":"

    Loads the image, icon or cursor file filename from disk and returns a handle to it.

    "},{"t":"F","n":"\\wb_load_library","p":"[Global_Namespace].html#function_wb_load_library","d":"

    Loads a DLL into memory. Returns an integer identifying libname. If libname is NULL then returns the identifier of the last library returned. The function accepts fully qualified and raw names. Returns NULL if no library was found.

    "},{"t":"F","n":"\\wb_main_loop","p":"[Global_Namespace].html#function_wb_main_loop","d":"

    Enters the Windows main loop.

    "},{"t":"F","n":"\\wb_message_box","p":"[Global_Namespace].html#function_wb_message_box","d":"

    Creates and displays a message box under the style supplied and returns a value according to the button pressed.

    "},{"t":"F","n":"\\wb_peek","p":"[Global_Namespace].html#function_wb_peek","d":"

    Gets the contents of a memory area pointed by address.

    "},{"t":"F","n":"\\wb_play_sound","p":"[Global_Namespace].html#function_wb_play_sound","d":"

    Loads and plays a sound file or system sound.

    "},{"t":"F","n":"\\wb_poke","p":"[Global_Namespace].html#function_wb_poke","d":"

    Sets the contents of a memory area pointed by address.

    "},{"t":"F","n":"\\wb_refresh","p":"[Global_Namespace].html#function_wb_refresh","d":"

    Refreshes or redraws the WinBinder object wbobject, forcing an immediate redraw if the parameter now is TRUE (the default).

    "},{"t":"F","n":"\\wb_release_library","p":"[Global_Namespace].html#function_wb_release_library","d":"

    Releases the DLL identified by idlib from memory. The idlib identifier must have been obtained with a call to wb_load_library().

    "},{"t":"F","n":"\\wb_save_image","p":"[Global_Namespace].html#function_wb_save_image","d":"

    Saves the bitmap image to file filename.

    "},{"t":"F","n":"\\wb_send_message","p":"[Global_Namespace].html#function_wb_send_message","d":"

    Sends a Windows message to the HWND handle of the WinBinder object wbobject.

    "},{"t":"F","n":"\\wb_set_area","p":"[Global_Namespace].html#function_wb_set_area","d":"

    Sets a specific area in a window. Possible values for type are:.

    "},{"t":"F","n":"\\wb_set_cursor","p":"[Global_Namespace].html#function_wb_set_cursor","d":"

    Set or change the mouse cursor shape of a window, control, a whole class or application-wide. *\nThe cursor can be set for any window class and for control classes ImageButton, InvisibleArea (deprecated), HyperLink and EditBox.

    "},{"t":"F","n":"\\wb_set_enabled","p":"[Global_Namespace].html#function_wb_set_enabled","d":"

    Enables or disables control according to the value of enabled.

    "},{"t":"F","n":"\\wb_set_focus","p":"[Global_Namespace].html#function_wb_set_focus","d":"

    Assigns the keyboard focus to wbobject. Returns TRUE on success or FALSE if an error occurs.

    "},{"t":"F","n":"\\wb_set_font","p":"[Global_Namespace].html#function_wb_set_font","d":"

    Sets the font of control. font is a unique integer value returned by wb_create_font().

    "},{"t":"F","n":"\\wb_set_handler","p":"[Global_Namespace].html#function_wb_set_handler","d":"

    Assigns the callback function fn_handler to window.

    "},{"t":"F","n":"\\wb_set_image","p":"[Global_Namespace].html#function_wb_set_image","d":"

    Assigns the image source to the WinBinder object wbobject.

    "},{"t":"F","n":"\\wb_set_item_image","p":"[Global_Namespace].html#function_wb_set_item_image","d":"

    Retrieves a portion of the image already assigned to a control and assigns it to a item (and optional subitem).

    "},{"t":"F","n":"\\wb_set_location","p":"[Global_Namespace].html#function_wb_set_location","d":"

    Sets the location of an HTMLControl or sends a special command to it.

    "},{"t":"F","n":"\\wb_set_position","p":"[Global_Namespace].html#function_wb_set_position","d":"

    Moves the object wbobject to the coordinates xpos, ypos in relation to its parent window.

    "},{"t":"F","n":"\\wb_set_range","p":"[Global_Namespace].html#function_wb_set_range","d":"

    Sets the valid range of values (vmin and vmax) of a control. Valid classes are Gauge, ScrollBar, Slider and Spinner.

    "},{"t":"F","n":"\\wb_set_registry_key","p":"[Global_Namespace].html#function_wb_set_registry_key","d":"

    Reads a string or integer value from the Windows registry item referenced by key, subkey and entry.

    "},{"t":"F","n":"\\wb_set_size","p":"[Global_Namespace].html#function_wb_set_size","d":"

    Sizes the object wbobject to width and height pixels.

    "},{"t":"F","n":"\\wb_set_state","p":"[Global_Namespace].html#function_wb_set_state","d":"

    Sets the state of a control item (a treeview node). Returns TRUE on success or FALSE if an error occurs.

    "},{"t":"F","n":"\\wb_set_style","p":"[Global_Namespace].html#function_wb_set_style","d":"

    Sets or resets one or more styles of the WinBinder object wbobject.

    "},{"t":"F","n":"\\wb_set_visible","p":"[Global_Namespace].html#function_wb_set_visible","d":"

    Shows or hides the WinBinder object wbobject according to the value of visible.

    "},{"t":"F","n":"\\wb_sort","p":"[Global_Namespace].html#function_wb_sort","d":"

    Sorts the contents of a control, a control item, a ListView column or a sub-item.

    "},{"t":"F","n":"\\wb_stop_sound","p":"[Global_Namespace].html#function_wb_stop_sound","d":"

    Stops one or more sounds that were started with wb_play_sound().

    "},{"t":"F","n":"\\wb_sys_dlg_color","p":"[Global_Namespace].html#function_wb_sys_dlg_color","d":"

    Displays the standard Select Color dialog box. Returns a RGB value which is the selected color value or NOCOLOR if the dialog box was canceled. Returns NULL if not successful.

    "},{"t":"F","n":"\\wb_sys_dlg_path","p":"[Global_Namespace].html#function_wb_sys_dlg_path","d":"

    Displays the standard Select Path dialog box. Returns the name of the selected path, if any, or a blank string if the dialog box was canceled. Returns NULL if not successful.

    "},{"t":"F","n":"\\wb_wait","p":"[Global_Namespace].html#function_wb_wait","d":"

    This function creates a delay and verifies if mouse buttons are pressed and/or the keyboard state.

    "},{"t":"F","n":"\\wbtemp_clear_listview_columns","p":"[Global_Namespace].html#function_wbtemp_clear_listview_columns","d":""},{"t":"F","n":"\\wbtemp_create_control","p":"[Global_Namespace].html#function_wbtemp_create_control","d":""},{"t":"F","n":"\\wbtemp_create_item","p":"[Global_Namespace].html#function_wbtemp_create_item","d":""},{"t":"F","n":"\\wbtemp_create_listview_column","p":"[Global_Namespace].html#function_wbtemp_create_listview_column","d":""},{"t":"F","n":"\\wbtemp_create_listview_item","p":"[Global_Namespace].html#function_wbtemp_create_listview_item","d":""},{"t":"F","n":"\\wbtemp_create_menu","p":"[Global_Namespace].html#function_wbtemp_create_menu","d":""},{"t":"F","n":"\\wbtemp_create_statusbar_items","p":"[Global_Namespace].html#function_wbtemp_create_statusbar_items","d":""},{"t":"F","n":"\\wbtemp_create_toolbar","p":"[Global_Namespace].html#function_wbtemp_create_toolbar","d":""},{"t":"F","n":"\\wbtemp_create_treeview_item","p":"[Global_Namespace].html#function_wbtemp_create_treeview_item","d":""},{"t":"F","n":"\\wbtemp_get_listview_columns","p":"[Global_Namespace].html#function_wbtemp_get_listview_columns","d":"

    Get the number of columns in the pwbo control,

    "},{"t":"F","n":"\\wbtemp_get_listview_item_checked","p":"[Global_Namespace].html#function_wbtemp_get_listview_item_checked","d":"

    Return TRUE if the item's checkbox is checked

    "},{"t":"F","n":"\\wbtemp_get_listview_text","p":"[Global_Namespace].html#function_wbtemp_get_listview_text","d":""},{"t":"F","n":"\\wbtemp_get_menu_item_checked","p":"[Global_Namespace].html#function_wbtemp_get_menu_item_checked","d":""},{"t":"F","n":"\\wbtemp_get_text","p":"[Global_Namespace].html#function_wbtemp_get_text","d":""},{"t":"F","n":"\\wbtemp_get_treeview_item_text","p":"[Global_Namespace].html#function_wbtemp_get_treeview_item_text","d":""},{"t":"F","n":"\\wbtemp_select_all_listview_items","p":"[Global_Namespace].html#function_wbtemp_select_all_listview_items","d":""},{"t":"F","n":"\\wbtemp_select_listview_item","p":"[Global_Namespace].html#function_wbtemp_select_listview_item","d":""},{"t":"F","n":"\\wbtemp_select_tab","p":"[Global_Namespace].html#function_wbtemp_select_tab","d":""},{"t":"F","n":"\\wbtemp_set_accel_table","p":"[Global_Namespace].html#function_wbtemp_set_accel_table","d":""},{"t":"F","n":"\\wbtemp_set_listview_item_checked","p":"[Global_Namespace].html#function_wbtemp_set_listview_item_checked","d":""},{"t":"F","n":"\\wbtemp_set_listview_item_text","p":"[Global_Namespace].html#function_wbtemp_set_listview_item_text","d":""},{"t":"F","n":"\\wbtemp_set_menu_item_checked","p":"[Global_Namespace].html#function_wbtemp_set_menu_item_checked","d":""},{"t":"F","n":"\\wbtemp_set_menu_item_image","p":"[Global_Namespace].html#function_wbtemp_set_menu_item_image","d":""},{"t":"F","n":"\\wbtemp_set_menu_item_selected","p":"[Global_Namespace].html#function_wbtemp_set_menu_item_selected","d":""},{"t":"F","n":"\\wbtemp_set_text","p":"[Global_Namespace].html#function_wbtemp_set_text","d":""},{"t":"F","n":"\\wbtemp_set_treeview_item_selected","p":"[Global_Namespace].html#function_wbtemp_set_treeview_item_selected","d":""},{"t":"F","n":"\\wbtemp_set_treeview_item_text","p":"[Global_Namespace].html#function_wbtemp_set_treeview_item_text","d":""},{"t":"F","n":"\\wbtemp_set_treeview_item_value","p":"[Global_Namespace].html#function_wbtemp_set_treeview_item_value","d":""},{"t":"F","n":"\\wbtemp_set_value","p":"[Global_Namespace].html#function_wbtemp_set_value","d":""},{"t":"F","n":"\\wbtemp_sys_dlg_open","p":"[Global_Namespace].html#function_wbtemp_sys_dlg_open","d":""},{"t":"F","n":"\\wbtemp_sys_dlg_save","p":"[Global_Namespace].html#function_wbtemp_sys_dlg_save","d":""},{"t":"F","n":"\\wddx_add_vars","p":"[Global_Namespace].html#function_wddx_add_vars","d":"

    Add variables to a WDDX packet with the specified ID

    "},{"t":"F","n":"\\wddx_deserialize","p":"[Global_Namespace].html#function_wddx_deserialize","d":"

    Unserializes a WDDX packet

    "},{"t":"F","n":"\\wddx_packet_end","p":"[Global_Namespace].html#function_wddx_packet_end","d":"

    Ends a WDDX packet with the specified ID

    "},{"t":"F","n":"\\wddx_packet_start","p":"[Global_Namespace].html#function_wddx_packet_start","d":"

    Starts a new WDDX packet with structure inside it

    "},{"t":"F","n":"\\wddx_serialize_value","p":"[Global_Namespace].html#function_wddx_serialize_value","d":"

    Serialize a single value into a WDDX packet

    "},{"t":"F","n":"\\wddx_serialize_vars","p":"[Global_Namespace].html#function_wddx_serialize_vars","d":"

    Serialize variables into a WDDX packet

    "},{"t":"F","n":"\\win32_continue_service","p":"[Global_Namespace].html#function_win32_continue_service","d":"

    resumes a paused service

    "},{"t":"F","n":"\\win32_create_service","p":"[Global_Namespace].html#function_win32_create_service","d":"

    Creates a new service entry in the SCM database

    "},{"t":"F","n":"\\win32_delete_service","p":"[Global_Namespace].html#function_win32_delete_service","d":"

    Deletes a service entry from the SCM database\nThis function really just marks the service for deletion. If other processes (such as the Services Applet) are\nopen, then the deletion will be deferred until those applications are closed. If a service is marked for deletion,\nfurther attempts to delete it will fail, and attempts to create a new service with that name will also fail.

    "},{"t":"F","n":"\\win32_get_last_control_message","p":"[Global_Namespace].html#function_win32_get_last_control_message","d":"

    Returns the last control message that was sent to this service\nWhen running as a service you should periodically check this to determine if your service needs to stop running.

    "},{"t":"F","n":"\\win32_pause_service","p":"[Global_Namespace].html#function_win32_pause_service","d":"

    Pauses a named service. Requires administrative privileges.

    "},{"t":"F","n":"\\win32_query_service_status","p":"[Global_Namespace].html#function_win32_query_service_status","d":"

    Queries the current status for a service, returning an array of information.

    "},{"t":"F","n":"\\win32_set_service_status","p":"[Global_Namespace].html#function_win32_set_service_status","d":"

    Update the service status\nInforms the SCM of the current status of a running service. This call is only valid for a running service process.

    "},{"t":"F","n":"\\win32_start_service","p":"[Global_Namespace].html#function_win32_start_service","d":"

    Starts a service\nAttempts to start the named service. Usually requires administrative privileges.

    "},{"t":"F","n":"\\win32_start_service_ctrl_dispatcher","p":"[Global_Namespace].html#function_win32_start_service_ctrl_dispatcher","d":"

    Registers the script with the SCM, so that it can act as the service with the given name\nWhen launched via the Service Control Manager, a service process is required to "check-in" with it to establish\nservice monitoring and communication facilities. This function performs the check-in by spawning a thread to handle\nthe lower-level communication with the service control manager.

    "},{"t":"F","n":"\\win32_stop_service","p":"[Global_Namespace].html#function_win32_stop_service","d":"

    Stops a named service. Requires administrative privileges.

    "},{"t":"F","n":"\\wincache_fcache_fileinfo","p":"[Global_Namespace].html#function_wincache_fcache_fileinfo","d":"

    (PHP 5.2+; PECL wincache >= 1.0.0)
    \nRetrieves information about files cached in the file cache

    "},{"t":"F","n":"\\wincache_fcache_meminfo","p":"[Global_Namespace].html#function_wincache_fcache_meminfo","d":"

    (PHP 5.2+; PECL wincache >= 1.0.0)
    \nRetrieves information about memory usage by file cache.

    "},{"t":"F","n":"\\wincache_lock","p":"[Global_Namespace].html#function_wincache_lock","d":"

    (PHP 5.2+; PECL wincache >= 1.1.0)
    \nObtains an exclusive lock on a given key.

    "},{"t":"F","n":"\\wincache_ocache_fileinfo","p":"[Global_Namespace].html#function_wincache_ocache_fileinfo","d":"

    (PHP 5.2+; PECL wincache >= 1.0.0)
    \nRetrieves information about opcode cache content and its usage

    "},{"t":"F","n":"\\wincache_ocache_meminfo","p":"[Global_Namespace].html#function_wincache_ocache_meminfo","d":"

    (PHP 5.2+; PECL wincache >= 1.0.0)
    \nRetrieves information about memory usage by opcode cache.

    "},{"t":"F","n":"\\wincache_refresh_if_changed","p":"[Global_Namespace].html#function_wincache_refresh_if_changed","d":"

    (PHP 5.2+; PECL wincache >= 1.0.0)
    \nRefreshes the cache entries for the files, whose names were passed in the input argument.

    "},{"t":"F","n":"\\wincache_rplist_fileinfo","p":"[Global_Namespace].html#function_wincache_rplist_fileinfo","d":"

    (PHP 5.2+; PECL wincache >= 1.0.0)
    \nRetrieves information about cached mappings between relative file paths and\ncorresponding absolute file paths.

    "},{"t":"F","n":"\\wincache_rplist_meminfo","p":"[Global_Namespace].html#function_wincache_rplist_meminfo","d":"

    (PHP 5.2+; PECL wincache >= 1.0.0)
    \nRetrieves information about memory usage by resolve file path cache.

    "},{"t":"F","n":"\\wincache_scache_info","p":"[Global_Namespace].html#function_wincache_scache_info","d":"

    (PHP 5.2+; PECL wincache >= 1.1.0)
    \nRetrieves information about session cache content and its usage.

    "},{"t":"F","n":"\\wincache_scache_meminfo","p":"[Global_Namespace].html#function_wincache_scache_meminfo","d":"

    (PHP 5.2+; PECL wincache >= 1.1.0)
    \nRetrieves information about memory usage by session cache.

    "},{"t":"F","n":"\\wincache_ucache_add","p":"[Global_Namespace].html#function_wincache_ucache_add","d":"

    (PHP 5.2+; PECL wincache >= 1.1.0)
    \nAdds a variable in user cache, only if this variable doesn't already exist in the cache.

    "},{"t":"F","n":"\\wincache_ucache_cas","p":"[Global_Namespace].html#function_wincache_ucache_cas","d":"

    (PHP 5.2+; PECL wincache >= 1.1.0)
    \nCompares the variable associated with the key with old_value\nand if it matches then assigns the new_value to it.

    "},{"t":"F","n":"\\wincache_ucache_clear","p":"[Global_Namespace].html#function_wincache_ucache_clear","d":"

    (PHP 5.2+; PECL wincache >= 1.1.0)
    \nClears/deletes all the values stored in the user cache.

    "},{"t":"F","n":"\\wincache_ucache_dec","p":"[Global_Namespace].html#function_wincache_ucache_dec","d":"

    (PHP 5.2+; PECL wincache >= 1.1.0)
    \nDecrements the value associated with the key by 1 or as specified by dec_by.

    "},{"t":"F","n":"\\wincache_ucache_delete","p":"[Global_Namespace].html#function_wincache_ucache_delete","d":"

    (PHP 5.2+; PECL wincache >= 1.1.0)
    \nDeletes the elements in the user cache pointed by key.

    "},{"t":"F","n":"\\wincache_ucache_exists","p":"[Global_Namespace].html#function_wincache_ucache_exists","d":"

    (PHP 5.2+; PECL wincache >= 1.1.0)
    \nChecks if a variable with the key exists in the user cache or not.

    "},{"t":"F","n":"\\wincache_ucache_get","p":"[Global_Namespace].html#function_wincache_ucache_get","d":"

    (PHP 5.2+; PECL wincache >= 1.1.0)
    \nGets a variable stored in the user cache.

    "},{"t":"F","n":"\\wincache_ucache_inc","p":"[Global_Namespace].html#function_wincache_ucache_inc","d":"

    (PHP 5.2+; PECL wincache >= 1.1.0)
    \nIncrements the value associated with the key by 1 or as specified by inc_by.

    "},{"t":"F","n":"\\wincache_ucache_info","p":"[Global_Namespace].html#function_wincache_ucache_info","d":"

    (PHP 5.2+; PECL wincache >= 1.1.0)
    \nRetrieves information about data stored in the user cache.

    "},{"t":"F","n":"\\wincache_ucache_meminfo","p":"[Global_Namespace].html#function_wincache_ucache_meminfo","d":"

    (PHP 5.2+; PECL wincache >= 1.1.0)
    \nRetrieves information about memory usage by user cache.

    "},{"t":"F","n":"\\wincache_ucache_set","p":"[Global_Namespace].html#function_wincache_ucache_set","d":"

    (PHP 5.2+; PECL wincache >= 1.1.0)
    \nAdds a variable in user cache and overwrites a variable if it already exists in the cache.

    "},{"t":"F","n":"\\wincache_unlock","p":"[Global_Namespace].html#function_wincache_unlock","d":"

    (PHP 5.2+; PECL wincache >= 1.1.0)
    \nReleases an exclusive lock that was obtained on a given key by using wincache_lock().

    "},{"t":"F","n":"\\wordwrap","p":"[Global_Namespace].html#function_wordwrap","d":"

    Wraps a string to a given number of characters

    "},{"t":"F","n":"\\xcache_asm","p":"[Global_Namespace].html#function_xcache_asm","d":""},{"t":"F","n":"\\xcache_clear_cache","p":"[Global_Namespace].html#function_xcache_clear_cache","d":"

    Clear cache by id on specified cache type

    "},{"t":"F","n":"\\xcache_coredump","p":"[Global_Namespace].html#function_xcache_coredump","d":""},{"t":"F","n":"\\xcache_count","p":"[Global_Namespace].html#function_xcache_count","d":"

    Return count of cache on specified cache type

    "},{"t":"F","n":"\\xcache_coverager_decode","p":"[Global_Namespace].html#function_xcache_coverager_decode","d":""},{"t":"F","n":"\\xcache_coverager_get","p":"[Global_Namespace].html#function_xcache_coverager_get","d":""},{"t":"F","n":"\\xcache_coverager_start","p":"[Global_Namespace].html#function_xcache_coverager_start","d":""},{"t":"F","n":"\\xcache_coverager_stop","p":"[Global_Namespace].html#function_xcache_coverager_stop","d":""},{"t":"F","n":"\\xcache_dasm_file","p":"[Global_Namespace].html#function_xcache_dasm_file","d":"

    Disassemble file into opcode array by filename

    "},{"t":"F","n":"\\xcache_dasm_string","p":"[Global_Namespace].html#function_xcache_dasm_string","d":"

    Disassemble php code into opcode array

    "},{"t":"F","n":"\\xcache_dec","p":"[Global_Namespace].html#function_xcache_dec","d":"

    Decrease an int counter in cache by specified name, create it if not exists

    "},{"t":"F","n":"\\xcache_decode","p":"[Global_Namespace].html#function_xcache_decode","d":"

    Decode(load) opcode from XCache encoded format file

    "},{"t":"F","n":"\\xcache_encode","p":"[Global_Namespace].html#function_xcache_encode","d":"

    Encode php file into XCache opcode encoded format

    "},{"t":"F","n":"\\xcache_get","p":"[Global_Namespace].html#function_xcache_get","d":"

    Get cached data by specified name

    "},{"t":"F","n":"\\xcache_get_data_type","p":"[Global_Namespace].html#function_xcache_get_data_type","d":""},{"t":"F","n":"\\xcache_get_op_spec","p":"[Global_Namespace].html#function_xcache_get_op_spec","d":""},{"t":"F","n":"\\xcache_get_op_type","p":"[Global_Namespace].html#function_xcache_get_op_type","d":""},{"t":"F","n":"\\xcache_get_opcode","p":"[Global_Namespace].html#function_xcache_get_opcode","d":""},{"t":"F","n":"\\xcache_get_opcode_spec","p":"[Global_Namespace].html#function_xcache_get_opcode_spec","d":""},{"t":"F","n":"\\xcache_inc","p":"[Global_Namespace].html#function_xcache_inc","d":"

    Increase an int counter in cache by specified name, create it if not exists

    "},{"t":"F","n":"\\xcache_info","p":"[Global_Namespace].html#function_xcache_info","d":"

    Get cache info by id on specified cache type

    "},{"t":"F","n":"\\xcache_is_autoglobal","p":"[Global_Namespace].html#function_xcache_is_autoglobal","d":""},{"t":"F","n":"\\xcache_isset","p":"[Global_Namespace].html#function_xcache_isset","d":"

    Check if an entry exists in cache by specified name

    "},{"t":"F","n":"\\xcache_list","p":"[Global_Namespace].html#function_xcache_list","d":"

    Get cache entries list by id on specified cache type

    "},{"t":"F","n":"\\xcache_set","p":"[Global_Namespace].html#function_xcache_set","d":"

    Store data to cache by specified name

    "},{"t":"F","n":"\\xcache_unset","p":"[Global_Namespace].html#function_xcache_unset","d":"

    Unset existing data in cache by specified name

    "},{"t":"F","n":"\\xcache_unset_by_prefix","p":"[Global_Namespace].html#function_xcache_unset_by_prefix","d":"

    Unset existing data in cache by specified prefix

    "},{"t":"F","n":"\\xdebug_break","p":"[Global_Namespace].html#function_xdebug_break","d":"

    This function makes the debugger break on the specific line as if a normal file/line breakpoint was set on this line.

    "},{"t":"F","n":"\\xdebug_call_class","p":"[Global_Namespace].html#function_xdebug_call_class","d":"

    This function returns the name of the class that defined the current method, NULL if the stack frame does not exist,\nor FALSE if no class is associated with this call.

    "},{"t":"F","n":"\\xdebug_call_file","p":"[Global_Namespace].html#function_xdebug_call_file","d":"

    This function returns the filename from where the current function/method was executed from, or NULL\nif the stack frame does not exist

    "},{"t":"F","n":"\\xdebug_call_function","p":"[Global_Namespace].html#function_xdebug_call_function","d":"

    This function returns the name of the current function/method, NULL if the stack frame does not exist, or FALSE\nif the stack frame has no function/method information

    "},{"t":"F","n":"\\xdebug_call_line","p":"[Global_Namespace].html#function_xdebug_call_line","d":"

    This function returns the line number from where the current function/method was called from, or NULL\nif the stack frame does not exist

    "},{"t":"F","n":"\\xdebug_clear_aggr_profiling_data","p":"[Global_Namespace].html#function_xdebug_clear_aggr_profiling_data","d":""},{"t":"F","n":"\\xdebug_code_coverage_started","p":"[Global_Namespace].html#function_xdebug_code_coverage_started","d":"

    Returns whether code coverage is active.

    "},{"t":"F","n":"\\xdebug_connect_to_client","p":"[Global_Namespace].html#function_xdebug_connect_to_client","d":null},{"t":"F","n":"\\xdebug_debug_zval","p":"[Global_Namespace].html#function_xdebug_debug_zval","d":"

    This function displays structured information about one or more variables that includes its type, value and refcount information.

    "},{"t":"F","n":"\\xdebug_debug_zval_stdout","p":"[Global_Namespace].html#function_xdebug_debug_zval_stdout","d":"

    This function displays structured information about one or more variables that includes its type,\nvalue and refcount information.

    "},{"t":"F","n":"\\xdebug_disable","p":"[Global_Namespace].html#function_xdebug_disable","d":"

    Disable showing stack traces on error conditions.

    "},{"t":"F","n":"\\xdebug_dump_aggr_profiling_data","p":"[Global_Namespace].html#function_xdebug_dump_aggr_profiling_data","d":""},{"t":"F","n":"\\xdebug_dump_superglobals","p":"[Global_Namespace].html#function_xdebug_dump_superglobals","d":"

    This function dumps the values of the elements of the super globals\nas specified with the xdebug.dump.* php.ini settings.

    "},{"t":"F","n":"\\xdebug_enable","p":"[Global_Namespace].html#function_xdebug_enable","d":"

    Enable showing stack traces on error conditions.

    "},{"t":"F","n":"\\xdebug_get_code_coverage","p":"[Global_Namespace].html#function_xdebug_get_code_coverage","d":"

    Returns a structure which contains information about which lines\nwere executed in your script (including include files).

    "},{"t":"F","n":"\\xdebug_get_collected_errors","p":"[Global_Namespace].html#function_xdebug_get_collected_errors","d":"

    This function returns all errors from the collection buffer that contains all errors that were stored there when error collection was started with xdebug_start_error_collection().

    "},{"t":"F","n":"\\xdebug_get_declared_vars","p":"[Global_Namespace].html#function_xdebug_get_declared_vars","d":"

    Returns an array where each element is a variable name which is defined in the current scope.

    "},{"t":"F","n":"\\xdebug_get_formatted_function_stack","p":"[Global_Namespace].html#function_xdebug_get_formatted_function_stack","d":null},{"t":"F","n":"\\xdebug_get_function_count","p":"[Global_Namespace].html#function_xdebug_get_function_count","d":"

    Returns the number of functions called, including constructors, desctructors and methods.

    "},{"t":"F","n":"\\xdebug_get_function_stack","p":"[Global_Namespace].html#function_xdebug_get_function_stack","d":"

    Returns an array which resembles the stack trace up to this point.

    "},{"t":"F","n":"\\xdebug_get_gc_run_count","p":"[Global_Namespace].html#function_xdebug_get_gc_run_count","d":""},{"t":"F","n":"\\xdebug_get_gc_total_collected_roots","p":"[Global_Namespace].html#function_xdebug_get_gc_total_collected_roots","d":""},{"t":"F","n":"\\xdebug_get_gcstats_filename","p":"[Global_Namespace].html#function_xdebug_get_gcstats_filename","d":"

    Returns the name of the file which is used to save garbage collection information to, or false if\nstatistics collection is not active.

    "},{"t":"F","n":"\\xdebug_get_headers","p":"[Global_Namespace].html#function_xdebug_get_headers","d":"

    Returns all the headers that are set with PHP's header() function,\nor any other header set internally within PHP (such as through setcookie()), as an array.

    "},{"t":"F","n":"\\xdebug_get_monitored_functions","p":"[Global_Namespace].html#function_xdebug_get_monitored_functions","d":"

    Returns a structure which contains information about where the monitored functions were executed in your script.

    "},{"t":"F","n":"\\xdebug_get_profiler_filename","p":"[Global_Namespace].html#function_xdebug_get_profiler_filename","d":"

    Returns the name of the file which is used to save profile information to.

    "},{"t":"F","n":"\\xdebug_get_stack_depth","p":"[Global_Namespace].html#function_xdebug_get_stack_depth","d":"

    Returns the stack depth level.

    "},{"t":"F","n":"\\xdebug_get_tracefile_name","p":"[Global_Namespace].html#function_xdebug_get_tracefile_name","d":"

    Returns the name of the file which is used to trace the output of this script too.

    "},{"t":"F","n":"\\xdebug_info","p":"[Global_Namespace].html#function_xdebug_info","d":"

    Show diagnostic information

    "},{"t":"F","n":"\\xdebug_is_debugger_active","p":"[Global_Namespace].html#function_xdebug_is_debugger_active","d":"

    Returns whether a debugging session is active.

    "},{"t":"F","n":"\\xdebug_is_enabled","p":"[Global_Namespace].html#function_xdebug_is_enabled","d":"

    Return whether stack traces would be shown in case of an error or not.

    "},{"t":"F","n":"\\xdebug_memory_usage","p":"[Global_Namespace].html#function_xdebug_memory_usage","d":"

    Returns the current amount of memory the script uses.

    "},{"t":"F","n":"\\xdebug_notify","p":"[Global_Namespace].html#function_xdebug_notify","d":null},{"t":"F","n":"\\xdebug_peak_memory_usage","p":"[Global_Namespace].html#function_xdebug_peak_memory_usage","d":"

    Returns the maximum amount of memory the script used until now.

    "},{"t":"F","n":"\\xdebug_print_function_stack","p":"[Global_Namespace].html#function_xdebug_print_function_stack","d":"

    Displays the current function stack, in a similar way as what Xdebug would display in an error situation.

    "},{"t":"F","n":"\\xdebug_set_filter","p":"[Global_Namespace].html#function_xdebug_set_filter","d":""},{"t":"F","n":"\\xdebug_start_code_coverage","p":"[Global_Namespace].html#function_xdebug_start_code_coverage","d":"

    This function starts gathering the information for code coverage.

    "},{"t":"F","n":"\\xdebug_start_error_collection","p":"[Global_Namespace].html#function_xdebug_start_error_collection","d":"

    Starts recording all notices, warnings and errors and prevents their display

    "},{"t":"F","n":"\\xdebug_start_function_monitor","p":"[Global_Namespace].html#function_xdebug_start_function_monitor","d":"

    This function starts the monitoring of functions that were given in a list as argument to this function.

    "},{"t":"F","n":"\\xdebug_start_gcstats","p":"[Global_Namespace].html#function_xdebug_start_gcstats","d":""},{"t":"F","n":"\\xdebug_start_trace","p":"[Global_Namespace].html#function_xdebug_start_trace","d":"

    Start tracing function calls from this point to the file in the trace_file parameter.

    "},{"t":"F","n":"\\xdebug_stop_code_coverage","p":"[Global_Namespace].html#function_xdebug_stop_code_coverage","d":"

    This function stops collecting information, the information in memory will be destroyed.

    "},{"t":"F","n":"\\xdebug_stop_error_collection","p":"[Global_Namespace].html#function_xdebug_stop_error_collection","d":"

    When this function is executed, error collection as started by xdebug_start_error_collection() is aborted.

    "},{"t":"F","n":"\\xdebug_stop_function_monitor","p":"[Global_Namespace].html#function_xdebug_stop_function_monitor","d":"

    This function stops the function monitor.

    "},{"t":"F","n":"\\xdebug_stop_gcstats","p":"[Global_Namespace].html#function_xdebug_stop_gcstats","d":"

    Stop garbage collection statistics collection and closes the output file.

    "},{"t":"F","n":"\\xdebug_stop_trace","p":"[Global_Namespace].html#function_xdebug_stop_trace","d":"

    Stop tracing function calls and closes the trace file.

    "},{"t":"F","n":"\\xdebug_time_index","p":"[Global_Namespace].html#function_xdebug_time_index","d":"

    Returns the current time index since the starting of the script in seconds.

    "},{"t":"F","n":"\\xdebug_var_dump","p":"[Global_Namespace].html#function_xdebug_var_dump","d":"

    This function displays structured information about one or more expressions that includes its type and value.

    "},{"t":"F","n":"\\xdiff_file_bdiff","p":"[Global_Namespace].html#function_xdiff_file_bdiff","d":"

    Make binary diff of two files

    "},{"t":"F","n":"\\xdiff_file_bdiff_size","p":"[Global_Namespace].html#function_xdiff_file_bdiff_size","d":"

    Read a size of file created by applying a binary diff

    "},{"t":"F","n":"\\xdiff_file_bpatch","p":"[Global_Namespace].html#function_xdiff_file_bpatch","d":"

    Patch a file with a binary diff

    "},{"t":"F","n":"\\xdiff_file_diff","p":"[Global_Namespace].html#function_xdiff_file_diff","d":"

    Make unified diff of two files

    "},{"t":"F","n":"\\xdiff_file_diff_binary","p":"[Global_Namespace].html#function_xdiff_file_diff_binary","d":"

    Alias of xdiff_file_bdiff

    "},{"t":"F","n":"\\xdiff_file_merge3","p":"[Global_Namespace].html#function_xdiff_file_merge3","d":"

    Merge 3 files into one

    "},{"t":"F","n":"\\xdiff_file_patch","p":"[Global_Namespace].html#function_xdiff_file_patch","d":"

    Patch a file with an unified diff

    "},{"t":"F","n":"\\xdiff_file_patch_binary","p":"[Global_Namespace].html#function_xdiff_file_patch_binary","d":"

    Alias of xdiff_file_bpatch

    "},{"t":"F","n":"\\xdiff_file_rabdiff","p":"[Global_Namespace].html#function_xdiff_file_rabdiff","d":"

    Make binary diff of two files using the Rabin's polynomial fingerprinting algorithm

    "},{"t":"F","n":"\\xdiff_string_bdiff","p":"[Global_Namespace].html#function_xdiff_string_bdiff","d":"

    Make binary diff of two strings

    "},{"t":"F","n":"\\xdiff_string_bdiff_size","p":"[Global_Namespace].html#function_xdiff_string_bdiff_size","d":"

    Read a size of file created by applying a binary diff

    "},{"t":"F","n":"\\xdiff_string_bpatch","p":"[Global_Namespace].html#function_xdiff_string_bpatch","d":"

    Patch a string with a binary diff

    "},{"t":"F","n":"\\xdiff_string_diff","p":"[Global_Namespace].html#function_xdiff_string_diff","d":"

    Make unified diff of two strings

    "},{"t":"F","n":"\\xdiff_string_diff_binary","p":"[Global_Namespace].html#function_xdiff_string_diff_binary","d":"

    Alias of xdiff_string_bdiff

    "},{"t":"F","n":"\\xdiff_string_merge3","p":"[Global_Namespace].html#function_xdiff_string_merge3","d":"

    Merge 3 strings into one

    "},{"t":"F","n":"\\xdiff_string_patch","p":"[Global_Namespace].html#function_xdiff_string_patch","d":"

    Patch a string with an unified diff

    "},{"t":"F","n":"\\xdiff_string_patch_binary","p":"[Global_Namespace].html#function_xdiff_string_patch_binary","d":"

    Alias of xdiff_string_bpatch

    "},{"t":"F","n":"\\xdiff_string_rabdiff","p":"[Global_Namespace].html#function_xdiff_string_rabdiff","d":"

    Make binary diff of two strings using the Rabin's polynomial fingerprinting algorithm

    "},{"t":"F","n":"\\xhprof_disable","p":"[Global_Namespace].html#function_xhprof_disable","d":"

    (PHP >= 5.2.0, PECL xhprof >= 0.9.0)
    \nStops the profiler, and returns xhprof data from the run.

    "},{"t":"F","n":"\\xhprof_enable","p":"[Global_Namespace].html#function_xhprof_enable","d":"

    (PHP >= 5.2.0, PECL xhprof >= 0.9.0)
    \nStart xhprof profiler.

    "},{"t":"F","n":"\\xhprof_sample_disable","p":"[Global_Namespace].html#function_xhprof_sample_disable","d":"

    (PHP >= 5.2.0, PECL xhprof >= 0.9.0)
    \nStops the sample mode xhprof profiler, and returns xhprof data from the run.

    "},{"t":"F","n":"\\xhprof_sample_enable","p":"[Global_Namespace].html#function_xhprof_sample_enable","d":"

    (PHP >= 5.2.0, PECL xhprof >= 0.9.0)
    \nStarts profiling in sample mode, which is a lighter weight version of {xhprof_enable()}. The sampling interval\nis 0.1 seconds, and samples record the full function call stack. The main use case is when lower overhead is\nrequired when doing performance monitoring and diagnostics.

    "},{"t":"F","n":"\\xml_error_string","p":"[Global_Namespace].html#function_xml_error_string","d":"

    Get XML parser error string

    "},{"t":"F","n":"\\xml_get_current_byte_index","p":"[Global_Namespace].html#function_xml_get_current_byte_index","d":"

    Get current byte index for an XML parser

    "},{"t":"F","n":"\\xml_get_current_column_number","p":"[Global_Namespace].html#function_xml_get_current_column_number","d":"

    Get current column number for an XML parser

    "},{"t":"F","n":"\\xml_get_current_line_number","p":"[Global_Namespace].html#function_xml_get_current_line_number","d":"

    Get current line number for an XML parser

    "},{"t":"F","n":"\\xml_get_error_code","p":"[Global_Namespace].html#function_xml_get_error_code","d":"

    Get XML parser error code

    "},{"t":"F","n":"\\xml_parse","p":"[Global_Namespace].html#function_xml_parse","d":"

    Start parsing an XML document

    "},{"t":"F","n":"\\xml_parse_into_struct","p":"[Global_Namespace].html#function_xml_parse_into_struct","d":"

    Parse XML data into an array structure

    "},{"t":"F","n":"\\xml_parser_create","p":"[Global_Namespace].html#function_xml_parser_create","d":"

    Create an XML parser

    "},{"t":"F","n":"\\xml_parser_create_ns","p":"[Global_Namespace].html#function_xml_parser_create_ns","d":"

    Create an XML parser with namespace support

    "},{"t":"F","n":"\\xml_parser_free","p":"[Global_Namespace].html#function_xml_parser_free","d":"

    Free an XML parser

    "},{"t":"F","n":"\\xml_parser_get_option","p":"[Global_Namespace].html#function_xml_parser_get_option","d":"

    Get options from an XML parser

    "},{"t":"F","n":"\\xml_parser_set_option","p":"[Global_Namespace].html#function_xml_parser_set_option","d":"

    Set options in an XML parser

    "},{"t":"F","n":"\\xml_set_character_data_handler","p":"[Global_Namespace].html#function_xml_set_character_data_handler","d":"

    Set up character data handler

    "},{"t":"F","n":"\\xml_set_default_handler","p":"[Global_Namespace].html#function_xml_set_default_handler","d":"

    Set up default handler

    "},{"t":"F","n":"\\xml_set_element_handler","p":"[Global_Namespace].html#function_xml_set_element_handler","d":"

    Set up start and end element handlers

    "},{"t":"F","n":"\\xml_set_end_namespace_decl_handler","p":"[Global_Namespace].html#function_xml_set_end_namespace_decl_handler","d":"

    Set up end namespace declaration handler

    "},{"t":"F","n":"\\xml_set_external_entity_ref_handler","p":"[Global_Namespace].html#function_xml_set_external_entity_ref_handler","d":"

    Set up external entity reference handler

    "},{"t":"F","n":"\\xml_set_notation_decl_handler","p":"[Global_Namespace].html#function_xml_set_notation_decl_handler","d":"

    Set up notation declaration handler

    "},{"t":"F","n":"\\xml_set_object","p":"[Global_Namespace].html#function_xml_set_object","d":"

    Use XML Parser within an object

    "},{"t":"F","n":"\\xml_set_processing_instruction_handler","p":"[Global_Namespace].html#function_xml_set_processing_instruction_handler","d":"

    Set up processing instruction (PI) handler

    "},{"t":"F","n":"\\xml_set_start_namespace_decl_handler","p":"[Global_Namespace].html#function_xml_set_start_namespace_decl_handler","d":"

    Set up start namespace declaration handler

    "},{"t":"F","n":"\\xml_set_unparsed_entity_decl_handler","p":"[Global_Namespace].html#function_xml_set_unparsed_entity_decl_handler","d":"

    Set up unparsed entity declaration handler

    "},{"t":"F","n":"\\xmlrpc_decode","p":"[Global_Namespace].html#function_xmlrpc_decode","d":"

    Decodes XML into native PHP types

    "},{"t":"F","n":"\\xmlrpc_decode_request","p":"[Global_Namespace].html#function_xmlrpc_decode_request","d":"

    Decodes XML into native PHP types

    "},{"t":"F","n":"\\xmlrpc_encode","p":"[Global_Namespace].html#function_xmlrpc_encode","d":"

    Generates XML for a PHP value

    "},{"t":"F","n":"\\xmlrpc_encode_request","p":"[Global_Namespace].html#function_xmlrpc_encode_request","d":"

    Generates XML for a method request

    "},{"t":"F","n":"\\xmlrpc_get_type","p":"[Global_Namespace].html#function_xmlrpc_get_type","d":"

    Gets xmlrpc type for a PHP value

    "},{"t":"F","n":"\\xmlrpc_is_fault","p":"[Global_Namespace].html#function_xmlrpc_is_fault","d":"

    Determines if an array value represents an XMLRPC fault

    "},{"t":"F","n":"\\xmlrpc_parse_method_descriptions","p":"[Global_Namespace].html#function_xmlrpc_parse_method_descriptions","d":"

    Decodes XML into a list of method descriptions

    "},{"t":"F","n":"\\xmlrpc_server_add_introspection_data","p":"[Global_Namespace].html#function_xmlrpc_server_add_introspection_data","d":"

    Adds introspection documentation

    "},{"t":"F","n":"\\xmlrpc_server_call_method","p":"[Global_Namespace].html#function_xmlrpc_server_call_method","d":"

    Parses XML requests and call methods

    "},{"t":"F","n":"\\xmlrpc_server_create","p":"[Global_Namespace].html#function_xmlrpc_server_create","d":"

    Creates an xmlrpc server

    "},{"t":"F","n":"\\xmlrpc_server_destroy","p":"[Global_Namespace].html#function_xmlrpc_server_destroy","d":"

    Destroys server resources

    "},{"t":"F","n":"\\xmlrpc_server_register_introspection_callback","p":"[Global_Namespace].html#function_xmlrpc_server_register_introspection_callback","d":"

    Register a PHP function to generate documentation

    "},{"t":"F","n":"\\xmlrpc_server_register_method","p":"[Global_Namespace].html#function_xmlrpc_server_register_method","d":"

    Register a PHP function to resource method matching method_name

    "},{"t":"F","n":"\\xmlrpc_set_type","p":"[Global_Namespace].html#function_xmlrpc_set_type","d":"

    Sets xmlrpc type, base64 or datetime, for a PHP string value

    "},{"t":"F","n":"\\xmlwriter_end_attribute","p":"[Global_Namespace].html#function_xmlwriter_end_attribute","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nEnd attribute

    "},{"t":"F","n":"\\xmlwriter_end_cdata","p":"[Global_Namespace].html#function_xmlwriter_end_cdata","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nEnd current CDATA

    "},{"t":"F","n":"\\xmlwriter_end_comment","p":"[Global_Namespace].html#function_xmlwriter_end_comment","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 1.0.0)
    \nCreate end comment

    "},{"t":"F","n":"\\xmlwriter_end_document","p":"[Global_Namespace].html#function_xmlwriter_end_document","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nEnd current document

    "},{"t":"F","n":"\\xmlwriter_end_dtd","p":"[Global_Namespace].html#function_xmlwriter_end_dtd","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nEnd current DTD

    "},{"t":"F","n":"\\xmlwriter_end_dtd_attlist","p":"[Global_Namespace].html#function_xmlwriter_end_dtd_attlist","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nEnd current DTD AttList

    "},{"t":"F","n":"\\xmlwriter_end_dtd_element","p":"[Global_Namespace].html#function_xmlwriter_end_dtd_element","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nEnd current DTD element

    "},{"t":"F","n":"\\xmlwriter_end_dtd_entity","p":"[Global_Namespace].html#function_xmlwriter_end_dtd_entity","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nEnd current DTD Entity

    "},{"t":"F","n":"\\xmlwriter_end_element","p":"[Global_Namespace].html#function_xmlwriter_end_element","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nEnd current element

    "},{"t":"F","n":"\\xmlwriter_end_pi","p":"[Global_Namespace].html#function_xmlwriter_end_pi","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nEnd current PI

    "},{"t":"F","n":"\\xmlwriter_flush","p":"[Global_Namespace].html#function_xmlwriter_flush","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 1.0.0)
    \nFlush current buffer

    "},{"t":"F","n":"\\xmlwriter_full_end_element","p":"[Global_Namespace].html#function_xmlwriter_full_end_element","d":"

    (PHP 5 >= 5.2.0, PECL xmlwriter >= 2.0.4)
    \nEnd current element

    "},{"t":"F","n":"\\xmlwriter_open_memory","p":"[Global_Namespace].html#function_xmlwriter_open_memory","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nCreate new xmlwriter using memory for string output

    "},{"t":"F","n":"\\xmlwriter_open_uri","p":"[Global_Namespace].html#function_xmlwriter_open_uri","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nCreate new xmlwriter using source uri for output

    "},{"t":"F","n":"\\xmlwriter_output_memory","p":"[Global_Namespace].html#function_xmlwriter_output_memory","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nReturns current buffer

    "},{"t":"F","n":"\\xmlwriter_set_indent","p":"[Global_Namespace].html#function_xmlwriter_set_indent","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nToggle indentation on/off

    "},{"t":"F","n":"\\xmlwriter_set_indent_string","p":"[Global_Namespace].html#function_xmlwriter_set_indent_string","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nSet string used for indenting

    "},{"t":"F","n":"\\xmlwriter_start_attribute","p":"[Global_Namespace].html#function_xmlwriter_start_attribute","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nCreate start attribute

    "},{"t":"F","n":"\\xmlwriter_start_attribute_ns","p":"[Global_Namespace].html#function_xmlwriter_start_attribute_ns","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nCreate start namespaced attribute

    "},{"t":"F","n":"\\xmlwriter_start_cdata","p":"[Global_Namespace].html#function_xmlwriter_start_cdata","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nCreate start CDATA tag

    "},{"t":"F","n":"\\xmlwriter_start_comment","p":"[Global_Namespace].html#function_xmlwriter_start_comment","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 1.0.0)
    \nCreate start comment

    "},{"t":"F","n":"\\xmlwriter_start_document","p":"[Global_Namespace].html#function_xmlwriter_start_document","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nCreate document tag

    "},{"t":"F","n":"\\xmlwriter_start_dtd","p":"[Global_Namespace].html#function_xmlwriter_start_dtd","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nCreate start DTD tag

    "},{"t":"F","n":"\\xmlwriter_start_dtd_attlist","p":"[Global_Namespace].html#function_xmlwriter_start_dtd_attlist","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nCreate start DTD AttList

    "},{"t":"F","n":"\\xmlwriter_start_dtd_element","p":"[Global_Namespace].html#function_xmlwriter_start_dtd_element","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nCreate start DTD element

    "},{"t":"F","n":"\\xmlwriter_start_dtd_entity","p":"[Global_Namespace].html#function_xmlwriter_start_dtd_entity","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nCreate start DTD Entity

    "},{"t":"F","n":"\\xmlwriter_start_element","p":"[Global_Namespace].html#function_xmlwriter_start_element","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nCreate start element tag

    "},{"t":"F","n":"\\xmlwriter_start_element_ns","p":"[Global_Namespace].html#function_xmlwriter_start_element_ns","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nCreate start namespaced element tag

    "},{"t":"F","n":"\\xmlwriter_start_pi","p":"[Global_Namespace].html#function_xmlwriter_start_pi","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nCreate start PI tag

    "},{"t":"F","n":"\\xmlwriter_text","p":"[Global_Namespace].html#function_xmlwriter_text","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nWrite text

    "},{"t":"F","n":"\\xmlwriter_write_attribute","p":"[Global_Namespace].html#function_xmlwriter_write_attribute","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nWrite full attribute

    "},{"t":"F","n":"\\xmlwriter_write_attribute_ns","p":"[Global_Namespace].html#function_xmlwriter_write_attribute_ns","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nWrite full namespaced attribute

    "},{"t":"F","n":"\\xmlwriter_write_cdata","p":"[Global_Namespace].html#function_xmlwriter_write_cdata","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nWrite full CDATA tag

    "},{"t":"F","n":"\\xmlwriter_write_comment","p":"[Global_Namespace].html#function_xmlwriter_write_comment","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nWrite full comment tag

    "},{"t":"F","n":"\\xmlwriter_write_dtd","p":"[Global_Namespace].html#function_xmlwriter_write_dtd","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nWrite full DTD tag

    "},{"t":"F","n":"\\xmlwriter_write_dtd_attlist","p":"[Global_Namespace].html#function_xmlwriter_write_dtd_attlist","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nWrite full DTD AttList tag

    "},{"t":"F","n":"\\xmlwriter_write_dtd_element","p":"[Global_Namespace].html#function_xmlwriter_write_dtd_element","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nWrite full DTD element tag

    "},{"t":"F","n":"\\xmlwriter_write_dtd_entity","p":"[Global_Namespace].html#function_xmlwriter_write_dtd_entity","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nWrite full DTD Entity tag

    "},{"t":"F","n":"\\xmlwriter_write_element","p":"[Global_Namespace].html#function_xmlwriter_write_element","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nWrite full element tag

    "},{"t":"F","n":"\\xmlwriter_write_element_ns","p":"[Global_Namespace].html#function_xmlwriter_write_element_ns","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nWrite full namespaced element tag

    "},{"t":"F","n":"\\xmlwriter_write_pi","p":"[Global_Namespace].html#function_xmlwriter_write_pi","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nWrites a PI

    "},{"t":"F","n":"\\xmlwriter_write_raw","p":"[Global_Namespace].html#function_xmlwriter_write_raw","d":"

    (PHP 5 >= 5.2.0, PECL xmlwriter >= 2.0.4)
    \nWrite a raw XML text

    "},{"t":"F","n":"\\xxtea_decrypt","p":"[Global_Namespace].html#function_xxtea_decrypt","d":"

    Decrypts data.

    "},{"t":"F","n":"\\xxtea_encrypt","p":"[Global_Namespace].html#function_xxtea_encrypt","d":"

    Encrypts data.

    "},{"t":"F","n":"\\yaml_emit","p":"[Global_Namespace].html#function_yaml_emit","d":"

    (PHP 5 >= 5.2.0, PECL yaml >= 0.5.0)

    "},{"t":"F","n":"\\yaml_emit_file","p":"[Global_Namespace].html#function_yaml_emit_file","d":"

    (PHP 5 >= 5.2.0, PECL yaml >= 0.5.0)
    \nSend the YAML representation of a value to a file

    "},{"t":"F","n":"\\yaml_parse","p":"[Global_Namespace].html#function_yaml_parse","d":"

    (PHP 5 >= 5.2.0, PECL yaml >= 0.4.0)
    \nParse a YAML stream

    "},{"t":"F","n":"\\yaml_parse_file","p":"[Global_Namespace].html#function_yaml_parse_file","d":"

    (PHP 5 >= 5.2.0, PECL yaml >= 0.4.0)
    \nParse a YAML stream from a file

    "},{"t":"F","n":"\\yaml_parse_url","p":"[Global_Namespace].html#function_yaml_parse_url","d":"

    (PHP 5 >= 5.2.0, PECL yaml >= 0.4.0)
    \nParse a Yaml stream from a URL

    "},{"t":"F","n":"\\zem_get_extension_info_by_id","p":"[Global_Namespace].html#function_zem_get_extension_info_by_id","d":null},{"t":"F","n":"\\zem_get_extension_info_by_name","p":"[Global_Namespace].html#function_zem_get_extension_info_by_name","d":null},{"t":"F","n":"\\zem_get_extensions_info","p":"[Global_Namespace].html#function_zem_get_extensions_info","d":null},{"t":"F","n":"\\zem_get_license_info","p":"[Global_Namespace].html#function_zem_get_license_info","d":null},{"t":"F","n":"\\zend_current_obfuscation_level","p":"[Global_Namespace].html#function_zend_current_obfuscation_level","d":"

    Returns the current obfuscation level support (set by zend_optimizer.obfuscation_level_support)

    "},{"t":"F","n":"\\zend_disk_cache_clear","p":"[Global_Namespace].html#function_zend_disk_cache_clear","d":"

    Clear the entire Disk Memory cache or just the provided namespace.

    "},{"t":"F","n":"\\zend_disk_cache_delete","p":"[Global_Namespace].html#function_zend_disk_cache_delete","d":"

    Delete a key from the cache

    "},{"t":"F","n":"\\zend_disk_cache_fetch","p":"[Global_Namespace].html#function_zend_disk_cache_fetch","d":"

    Retrieves data stored in the Shared Memory Cache

    "},{"t":"F","n":"\\zend_disk_cache_info","p":"[Global_Namespace].html#function_zend_disk_cache_info","d":"

    Provide the user information about the memory data cache

    "},{"t":"F","n":"\\zend_disk_cache_store","p":"[Global_Namespace].html#function_zend_disk_cache_store","d":"

    Stores a serializable variable into Disk Cache

    "},{"t":"F","n":"\\zend_get_id","p":"[Global_Namespace].html#function_zend_get_id","d":"

    Returns array of the host ids. If all_ids is true, then all IDs are returned, otehrwise only IDs considered "primary" are returned.

    "},{"t":"F","n":"\\zend_is_configuration_changed","p":"[Global_Namespace].html#function_zend_is_configuration_changed","d":null},{"t":"F","n":"\\zend_loader_current_file","p":"[Global_Namespace].html#function_zend_loader_current_file","d":"

    Returns the name of the file currently being executed.

    "},{"t":"F","n":"\\zend_loader_enabled","p":"[Global_Namespace].html#function_zend_loader_enabled","d":"

    Shown if loader is enabled

    "},{"t":"F","n":"\\zend_loader_file_encoded","p":"[Global_Namespace].html#function_zend_loader_file_encoded","d":"

    Returns true if the current file is a Zend-encoded file.

    "},{"t":"F","n":"\\zend_loader_file_licensed","p":"[Global_Namespace].html#function_zend_loader_file_licensed","d":"

    Returns license (array with fields) if the current file has a valid license and is encoded, otherwise it returns false.

    "},{"t":"F","n":"\\zend_loader_install_license","p":"[Global_Namespace].html#function_zend_loader_install_license","d":"

    Dynamically loads a license for applications encoded with Zend SafeGuard. The Override controls if it will override old licenses for the same product.

    "},{"t":"F","n":"\\zend_logo_guid","p":"[Global_Namespace].html#function_zend_logo_guid","d":"

    Gets the Zend guid

    "},{"t":"F","n":"\\zend_obfuscate_class_name","p":"[Global_Namespace].html#function_zend_obfuscate_class_name","d":"

    Obfuscate and return the given class name with the internal obfuscation function.

    "},{"t":"F","n":"\\zend_obfuscate_function_name","p":"[Global_Namespace].html#function_zend_obfuscate_function_name","d":"

    Obfuscate and return the given function name with the internal obfuscation function.

    "},{"t":"F","n":"\\zend_optimizer_version","p":"[Global_Namespace].html#function_zend_optimizer_version","d":"

    Returns Optimizer version. Alias: zend_loader_version()

    "},{"t":"F","n":"\\zend_runtime_obfuscate","p":"[Global_Namespace].html#function_zend_runtime_obfuscate","d":"

    Start runtime-obfuscation support that allows limited mixing of obfuscated and un-obfuscated code.

    "},{"t":"F","n":"\\zend_send_buffer","p":"[Global_Namespace].html#function_zend_send_buffer","d":"

    Send a buffer using ZDS

    "},{"t":"F","n":"\\zend_send_file","p":"[Global_Namespace].html#function_zend_send_file","d":"

    Send a file using ZDS

    "},{"t":"F","n":"\\zend_set_configuration_changed","p":"[Global_Namespace].html#function_zend_set_configuration_changed","d":null},{"t":"F","n":"\\zend_shm_cache_clear","p":"[Global_Namespace].html#function_zend_shm_cache_clear","d":"

    Clear the entire Shared Memory cache or just the provided namespace.

    "},{"t":"F","n":"\\zend_shm_cache_delete","p":"[Global_Namespace].html#function_zend_shm_cache_delete","d":"

    Delete a key from the Shared Memory cache

    "},{"t":"F","n":"\\zend_shm_cache_fetch","p":"[Global_Namespace].html#function_zend_shm_cache_fetch","d":"

    Retrieves data stored in the Shared Memory Cache.

    "},{"t":"F","n":"\\zend_shm_cache_info","p":"[Global_Namespace].html#function_zend_shm_cache_info","d":"

    Provide the user information about the memory data cache

    "},{"t":"F","n":"\\zend_shm_cache_store","p":"[Global_Namespace].html#function_zend_shm_cache_store","d":"

    Stores a serializable variable into Shared Memory Cache

    "},{"t":"F","n":"\\zip_close","p":"[Global_Namespace].html#function_zip_close","d":"

    (PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PECL zip >= 1.0.0)
    \nClose a ZIP file archive

    "},{"t":"F","n":"\\zip_entry_close","p":"[Global_Namespace].html#function_zip_entry_close","d":"

    (PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PECL zip >= 1.0.0)
    \nClose a directory entry

    "},{"t":"F","n":"\\zip_entry_compressedsize","p":"[Global_Namespace].html#function_zip_entry_compressedsize","d":"

    (PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PECL zip >= 1.0.0)
    \nRetrieve the compressed size of a directory entry

    "},{"t":"F","n":"\\zip_entry_compressionmethod","p":"[Global_Namespace].html#function_zip_entry_compressionmethod","d":"

    (PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PECL zip >= 1.0.0)
    \nRetrieve the compression method of a directory entry

    "},{"t":"F","n":"\\zip_entry_filesize","p":"[Global_Namespace].html#function_zip_entry_filesize","d":"

    (PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PECL zip >= 1.0.0)
    \nRetrieve the actual file size of a directory entry

    "},{"t":"F","n":"\\zip_entry_name","p":"[Global_Namespace].html#function_zip_entry_name","d":"

    (PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PECL zip >= 1.0.0)
    \nRetrieve the name of a directory entry

    "},{"t":"F","n":"\\zip_entry_open","p":"[Global_Namespace].html#function_zip_entry_open","d":"

    (PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PECL zip >= 1.0.0)
    \nOpen a directory entry for reading

    "},{"t":"F","n":"\\zip_entry_read","p":"[Global_Namespace].html#function_zip_entry_read","d":"

    (PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PECL zip >= 1.0.0)
    \nRead from an open directory entry

    "},{"t":"F","n":"\\zip_open","p":"[Global_Namespace].html#function_zip_open","d":"

    (PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PECL zip >= 1.0.0)
    \nOpen a ZIP file archive

    "},{"t":"F","n":"\\zip_read","p":"[Global_Namespace].html#function_zip_read","d":"

    (PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PECL zip >= 1.0.0)
    \nRead next entry in a ZIP file archive

    "},{"t":"F","n":"\\zlib_decode","p":"[Global_Namespace].html#function_zlib_decode","d":"

    Uncompress any raw/gzip/zlib encoded data

    "},{"t":"F","n":"\\zlib_encode","p":"[Global_Namespace].html#function_zlib_encode","d":"

    Compress data with the specified encoding

    "},{"t":"F","n":"\\zlib_get_coding_type","p":"[Global_Namespace].html#function_zlib_get_coding_type","d":"

    Returns the coding type used for output compression

    "},{"t":"F","n":"\\zstd_compress","p":"[Global_Namespace].html#function_zstd_compress","d":"

    Zstandard compression.

    "},{"t":"F","n":"\\zstd_compress_dict","p":"[Global_Namespace].html#function_zstd_compress_dict","d":"

    Zstandard compression using a digested dictionary.

    "},{"t":"F","n":"\\zstd_compress_usingcdict","p":"[Global_Namespace].html#function_zstd_compress_usingcdict","d":"

    Zstandard decompression using a digested dictionary.

    "},{"t":"F","n":"\\zstd_decompress_dict","p":"[Global_Namespace].html#function_zstd_decompress_dict","d":"

    Zstandard decompression using a digested dictionary.

    "},{"t":"F","n":"\\zstd_decompress_usingcdict","p":"[Global_Namespace].html#function_zstd_decompress_usingcdict","d":"

    Zstandard decompression using a digested dictionary.

    "},{"t":"F","n":"\\zstd_uncompress","p":"[Global_Namespace].html#function_zstd_uncompress","d":"

    Zstandard decompression.

    "},{"t":"F","n":"\\zstd_uncompress_dict","p":"[Global_Namespace].html#function_zstd_uncompress_dict","d":"

    Zstandard decompression using a digested dictionary.

    "},{"t":"F","n":"\\zstd_uncompress_usingcdict","p":"[Global_Namespace].html#function_zstd_uncompress_usingcdict","d":"

    Zstandard decompression using a digested dictionary.

    "},{"t":"F","n":"ast\\get_kind_name","p":"ast.html#function_get_kind_name","d":""},{"t":"F","n":"ast\\get_metadata","p":"ast.html#function_get_metadata","d":"

    Provides metadata for the AST kinds.

    "},{"t":"F","n":"ast\\get_supported_versions","p":"ast.html#function_get_supported_versions","d":"

    Returns currently supported AST versions.

    "},{"t":"F","n":"ast\\kind_uses_flags","p":"ast.html#function_kind_uses_flags","d":""},{"t":"F","n":"ast\\parse_code","p":"ast.html#function_parse_code","d":"

    Parses code string and returns an AST root node.

    "},{"t":"F","n":"ast\\parse_file","p":"ast.html#function_parse_file","d":"

    Parses code from a file and returns an AST root node.

    "},{"t":"F","n":"mysql_xdevapi\\expression","p":"mysql_xdevapi.html#function_expression","d":""},{"t":"F","n":"mysql_xdevapi\\getSession","p":"mysql_xdevapi.html#function_getSession","d":""},{"t":"F","n":"parallel\\bootstrap","p":"parallel.html#function_bootstrap","d":"

    Shall use the provided file to bootstrap all runtimes created for automatic scheduling via run().

    "},{"t":"F","n":"parallel\\count","p":"parallel.html#function_count","d":""},{"t":"F","n":"parallel\\run","p":"parallel.html#function_run","d":""},{"t":"F","n":"pcov\\clear","p":"pcov.html#function_clear","d":"

    (PHP >= 7.0, PECL pcov >= 1.0.0)
    \nShall clear stored information

    "},{"t":"F","n":"pcov\\collect","p":"pcov.html#function_collect","d":"

    (PHP >= 7.0, PECL pcov >= 1.0.0)
    \nShall collect coverage information

    "},{"t":"F","n":"pcov\\memory","p":"pcov.html#function_memory","d":"

    (PHP >= 7.0, PECL pcov >= 1.0.0)
    \nShall return the current size of the trace and cfg arena

    "},{"t":"F","n":"pcov\\start","p":"pcov.html#function_start","d":"

    (PHP >= 7.0, PECL pcov >= 1.0.0)
    \nShall start recording coverage information

    "},{"t":"F","n":"pcov\\stop","p":"pcov.html#function_stop","d":"

    (PHP >= 7.0, PECL pcov >= 1.0.0)
    \nShall stop recording coverage information

    "},{"t":"F","n":"pcov\\waiting","p":"pcov.html#function_waiting","d":"

    (PHP >= 7.0, PECL pcov >= 1.0.0)
    \nShall return list of files waiting to be collected

    "},{"t":"C","n":"AMQPBasicProperties","p":"AMQPBasicProperties.html","d":"

    stub class representing AMQPBasicProperties from pecl-amqp

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"AMQPChannel","p":"AMQPChannel.html","d":"

    stub class representing AMQPChannel from pecl-amqp

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"AMQPChannelException","p":"AMQPChannelException.html","d":"

    stub class representing AMQPChannelException from pecl-amqp

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"AMQPConnection","p":"AMQPConnection.html","d":"

    stub class representing AMQPConnection from pecl-amqp

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"AMQPConnectionException","p":"AMQPConnectionException.html","d":"

    stub class representing AMQPConnectionException from pecl-amqp

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"AMQPDecimal","p":"AMQPDecimal.html","d":"

    stub class representing AMQPDecimal from pecl-amqp

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"AMQPEnvelope","p":"AMQPEnvelope.html","d":"

    stub class representing AMQPEnvelope from pecl-amqp

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"AMQPEnvelopeException","p":"AMQPEnvelopeException.html","d":"

    stub class representing AMQPEnvelopeException from pecl-amqp

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"AMQPException","p":"AMQPException.html","d":"

    stub class representing AMQPException from pecl-amqp

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"AMQPExchange","p":"AMQPExchange.html","d":"

    stub class representing AMQPExchange from pecl-amqp

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"AMQPExchangeException","p":"AMQPExchangeException.html","d":"

    stub class representing AMQPExchangeException from pecl-amqp

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"AMQPExchangeValue","p":"AMQPExchangeValue.html","d":"

    stub class representing AMQPExchangeValue from pecl-amqp

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"AMQPQueue","p":"AMQPQueue.html","d":"

    stub class representing AMQPQueue from pecl-amqp

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"AMQPQueueException","p":"AMQPQueueException.html","d":"

    stub class representing AMQPQueueException from pecl-amqp

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"AMQPTimestamp","p":"AMQPTimestamp.html","d":"

    stub class representing AMQPTimestamp from pecl-amqp

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"AMQPValue","p":"AMQPValue.html","d":"

    Interface representing AMQP values

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"AMQPValueException","p":"AMQPValueException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"APCIterator","p":"APCIterator.html","d":"

    The APCIterator class

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"APCUIterator","p":"APCUIterator.html","d":"

    The APCUIterator class

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"AddressInfo","p":"AddressInfo.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Aerospike","p":"Aerospike.html","d":"

    The Aerospike client class

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Aerospike\\Bytes","p":"Aerospike/Bytes.html","d":"

    \\Aerospike\\Bytes is a utility for wrapping PHP strings containing\npotentially harmful bytes such as \\0. By wrapping the binary-string, the\nAerospike client will serialize the data into an as_bytes rather than an\nas_string.

    ","f":{"n":"Aerospike","p":"Aerospike.html"}},{"t":"C","n":"AllowDynamicProperties","p":"AllowDynamicProperties.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"AppendIterator","p":"AppendIterator.html","d":"

    An Iterator that iterates over several iterators one after the other.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ArgumentCountError","p":"ArgumentCountError.html","d":"

    ArgumentCountError is thrown when too few arguments are passed to a user\ndefined routine.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ArithmeticError","p":"ArithmeticError.html","d":"

    ArithmeticError is thrown when an error occurs while performing mathematical operations.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ArrayAccess","p":"ArrayAccess.html","d":"

    Interface to provide accessing objects as arrays.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ArrayIterator","p":"ArrayIterator.html","d":"

    This iterator allows to unset and modify values and keys while iterating\nover Arrays and Objects.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ArrayObject","p":"ArrayObject.html","d":"

    This class allows objects to work as arrays.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"AssertionError","p":"AssertionError.html","d":"

    AssertionError is thrown when an assertion made via {assert()} fails.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Attribute","p":"Attribute.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"BackedEnum","p":"BackedEnum.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"BadFunctionCallException","p":"BadFunctionCallException.html","d":"

    Exception thrown if a callback refers to an undefined function or if some\narguments are missing.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"BadMethodCallException","p":"BadMethodCallException.html","d":"

    Exception thrown if a callback refers to an undefined method or if some\narguments are missing.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"BcMath\\Number","p":"BcMath/Number.html","d":"","f":{"n":"BcMath","p":"BcMath.html"}},{"t":"C","n":"BlackfireProbe","p":"BlackfireProbe.html","d":"

    Blackfire extension stubs.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"COM","p":"COM.html","d":"

    The COM class allows you to instantiate an OLE compatible COM object and call its methods and access its properties.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"CURLFile","p":"CURLFile.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"CURLStringFile","p":"CURLStringFile.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"CachingIterator","p":"CachingIterator.html","d":"

    This object supports cached iteration over another iterator.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"CallbackFilterIterator","p":"CallbackFilterIterator.html","d":"

    Filtered iterator using the callback to determine which items are accepted or rejected.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Cassandra","p":"Cassandra.html","d":"

    The main entry point to the PHP Driver for Apache Cassandra.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Cassandra\\Aggregate","p":"Cassandra/Aggregate.html","d":"

    A PHP representation of an aggregate

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\BatchStatement","p":"Cassandra/BatchStatement.html","d":"

    Batch statements are used to execute a series of simple or prepared\nstatements.

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\Bigint","p":"Cassandra/Bigint.html","d":"

    A PHP representation of the CQL bigint datatype

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\Blob","p":"Cassandra/Blob.html","d":"

    A PHP representation of the CQL blob datatype

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\Cluster","p":"Cassandra/Cluster.html","d":"

    Cluster object is used to create Sessions.

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\Cluster\\Builder","p":"Cassandra/Cluster/Builder.html","d":"

    Cluster builder allows fluent configuration of the cluster instance.

    ","f":{"n":"Cassandra\\Cluster","p":"Cassandra/Cluster.html"}},{"t":"C","n":"Cassandra\\Collection","p":"Cassandra/Collection.html","d":"

    A PHP representation of the CQL list datatype

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\Column","p":"Cassandra/Column.html","d":"

    A PHP representation of a column

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\Custom","p":"Cassandra/Custom.html","d":"

    A class for representing custom values.

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\Date","p":"Cassandra/Date.html","d":"

    A PHP representation of the CQL date type.

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\Decimal","p":"Cassandra/Decimal.html","d":"

    A PHP representation of the CQL decimal datatype

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\DefaultAggregate","p":"Cassandra/DefaultAggregate.html","d":"

    A PHP representation of an aggregate

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\DefaultCluster","p":"Cassandra/DefaultCluster.html","d":"

    Default cluster implementation.

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\DefaultColumn","p":"Cassandra/DefaultColumn.html","d":"

    A PHP representation of a column

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\DefaultFunction","p":"Cassandra/DefaultFunction.html","d":"

    A PHP representation of a public function

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\DefaultIndex","p":"Cassandra/DefaultIndex.html","d":"

    A PHP representation of an index

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\DefaultKeyspace","p":"Cassandra/DefaultKeyspace.html","d":"

    A PHP representation of a keyspace

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\DefaultMaterializedView","p":"Cassandra/DefaultMaterializedView.html","d":"

    A PHP representation of a materialized view

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\DefaultSchema","p":"Cassandra/DefaultSchema.html","d":"

    A PHP representation of a schema

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\DefaultSession","p":"Cassandra/DefaultSession.html","d":"

    A session is used to prepare and execute statements.

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\DefaultTable","p":"Cassandra/DefaultTable.html","d":"

    A PHP representation of a table

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\Duration","p":"Cassandra/Duration.html","d":"

    A PHP representation of the CQL duration datatype

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\Exception","p":"Cassandra/Exception.html","d":"

    An interface implemented by all exceptions thrown by the PHP Driver.

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\Exception\\AlreadyExistsException","p":"Cassandra/Exception/AlreadyExistsException.html","d":"

    AlreadyExistsException is raised when attempting to re-create existing keyspace.

    ","f":{"n":"Cassandra\\Exception","p":"Cassandra/Exception.html"}},{"t":"C","n":"Cassandra\\Exception\\AuthenticationException","p":"Cassandra/Exception/AuthenticationException.html","d":"

    AuthenticationException is raised when client was not configured with valid\nauthentication credentials.

    ","f":{"n":"Cassandra\\Exception","p":"Cassandra/Exception.html"}},{"t":"C","n":"Cassandra\\Exception\\ConfigurationException","p":"Cassandra/Exception/ConfigurationException.html","d":"

    ConfigurationException is raised when query is syntactically correct but\ninvalid because of some configuration issue.

    ","f":{"n":"Cassandra\\Exception","p":"Cassandra/Exception.html"}},{"t":"C","n":"Cassandra\\Exception\\DivideByZeroException","p":"Cassandra/Exception/DivideByZeroException.html","d":"

    Cassandra domain exception.

    ","f":{"n":"Cassandra\\Exception","p":"Cassandra/Exception.html"}},{"t":"C","n":"Cassandra\\Exception\\DomainException","p":"Cassandra/Exception/DomainException.html","d":"

    Cassandra domain exception.

    ","f":{"n":"Cassandra\\Exception","p":"Cassandra/Exception.html"}},{"t":"C","n":"Cassandra\\Exception\\ExecutionException","p":"Cassandra/Exception/ExecutionException.html","d":"

    ExecutionException is raised when something went wrong during request execution.

    ","f":{"n":"Cassandra\\Exception","p":"Cassandra/Exception.html"}},{"t":"C","n":"Cassandra\\Exception\\InvalidArgumentException","p":"Cassandra/Exception/InvalidArgumentException.html","d":"

    Cassandra invalid argument exception.

    ","f":{"n":"Cassandra\\Exception","p":"Cassandra/Exception.html"}},{"t":"C","n":"Cassandra\\Exception\\InvalidQueryException","p":"Cassandra/Exception/InvalidQueryException.html","d":"

    InvalidQueryException is raised when query is syntactically correct but invalid.

    ","f":{"n":"Cassandra\\Exception","p":"Cassandra/Exception.html"}},{"t":"C","n":"Cassandra\\Exception\\InvalidSyntaxException","p":"Cassandra/Exception/InvalidSyntaxException.html","d":"

    InvalidSyntaxException is raised when CQL in the request is syntactically incorrect.

    ","f":{"n":"Cassandra\\Exception","p":"Cassandra/Exception.html"}},{"t":"C","n":"Cassandra\\Exception\\IsBootstrappingException","p":"Cassandra/Exception/IsBootstrappingException.html","d":"

    IsBootstrappingException is raised when a node is bootstrapping.

    ","f":{"n":"Cassandra\\Exception","p":"Cassandra/Exception.html"}},{"t":"C","n":"Cassandra\\Exception\\LogicException","p":"Cassandra/Exception/LogicException.html","d":"

    Cassandra logic exception.

    ","f":{"n":"Cassandra\\Exception","p":"Cassandra/Exception.html"}},{"t":"C","n":"Cassandra\\Exception\\OverloadedException","p":"Cassandra/Exception/OverloadedException.html","d":"

    OverloadedException is raised when a node is overloaded.

    ","f":{"n":"Cassandra\\Exception","p":"Cassandra/Exception.html"}},{"t":"C","n":"Cassandra\\Exception\\ProtocolException","p":"Cassandra/Exception/ProtocolException.html","d":"

    ProtocolException is raised when a client did not follow server's protocol,\ne.g. sending a QUERY message before STARTUP. Seeing this error can be\nconsidered a bug.

    ","f":{"n":"Cassandra\\Exception","p":"Cassandra/Exception.html"}},{"t":"C","n":"Cassandra\\Exception\\RangeException","p":"Cassandra/Exception/RangeException.html","d":"

    Cassandra domain exception.

    ","f":{"n":"Cassandra\\Exception","p":"Cassandra/Exception.html"}},{"t":"C","n":"Cassandra\\Exception\\ReadTimeoutException","p":"Cassandra/Exception/ReadTimeoutException.html","d":"

    ReadTimeoutException is raised when a coordinator failed to receive acks\nfrom the required number of replica nodes in time during a read.

    ","f":{"n":"Cassandra\\Exception","p":"Cassandra/Exception.html"}},{"t":"C","n":"Cassandra\\Exception\\RuntimeException","p":"Cassandra/Exception/RuntimeException.html","d":"

    Cassandra runtime exception.

    ","f":{"n":"Cassandra\\Exception","p":"Cassandra/Exception.html"}},{"t":"C","n":"Cassandra\\Exception\\ServerException","p":"Cassandra/Exception/ServerException.html","d":"

    ServerException is raised when something unexpected happened on the server.

    ","f":{"n":"Cassandra\\Exception","p":"Cassandra/Exception.html"}},{"t":"C","n":"Cassandra\\Exception\\TimeoutException","p":"Cassandra/Exception/TimeoutException.html","d":"

    TimeoutException is generally raised when a future did not resolve\nwithin a given time interval.

    ","f":{"n":"Cassandra\\Exception","p":"Cassandra/Exception.html"}},{"t":"C","n":"Cassandra\\Exception\\TruncateException","p":"Cassandra/Exception/TruncateException.html","d":"

    TruncateException is raised when something went wrong during table\ntruncation.

    ","f":{"n":"Cassandra\\Exception","p":"Cassandra/Exception.html"}},{"t":"C","n":"Cassandra\\Exception\\UnauthorizedException","p":"Cassandra/Exception/UnauthorizedException.html","d":"

    UnauthorizedException is raised when the current user doesn't have\nsufficient permissions to access data.

    ","f":{"n":"Cassandra\\Exception","p":"Cassandra/Exception.html"}},{"t":"C","n":"Cassandra\\Exception\\UnavailableException","p":"Cassandra/Exception/UnavailableException.html","d":"

    UnavailableException is raised when a coordinator detected that there aren't\nenough replica nodes available to fulfill the request.

    ","f":{"n":"Cassandra\\Exception","p":"Cassandra/Exception.html"}},{"t":"C","n":"Cassandra\\Exception\\UnpreparedException","p":"Cassandra/Exception/UnpreparedException.html","d":"

    UnpreparedException is raised when a given prepared statement id does not\nexist on the server. The driver should be automatically re-preparing the\nstatement in this case. Seeing this error could be considered a bug.

    ","f":{"n":"Cassandra\\Exception","p":"Cassandra/Exception.html"}},{"t":"C","n":"Cassandra\\Exception\\ValidationException","p":"Cassandra/Exception/ValidationException.html","d":"

    ValidationException is raised on invalid request, before even attempting to\nexecute it.

    ","f":{"n":"Cassandra\\Exception","p":"Cassandra/Exception.html"}},{"t":"C","n":"Cassandra\\Exception\\WriteTimeoutException","p":"Cassandra/Exception/WriteTimeoutException.html","d":"

    WriteTimeoutException is raised when a coordinator failed to receive acks\nfrom the required number of replica nodes in time during a write.

    ","f":{"n":"Cassandra\\Exception","p":"Cassandra/Exception.html"}},{"t":"C","n":"Cassandra\\ExecutionOptions","p":"Cassandra/ExecutionOptions.html","d":"

    Request execution options.

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\Float_","p":"Cassandra/Float_.html","d":"

    A PHP representation of the CQL float datatype

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\Function_","p":"Cassandra/Function_.html","d":"

    A PHP representation of a function

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\Future","p":"Cassandra/Future.html","d":"

    Futures are returns from asynchronous methods.

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\FutureClose","p":"Cassandra/FutureClose.html","d":"

    A future returned from Session::closeAsync().

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\FuturePreparedStatement","p":"Cassandra/FuturePreparedStatement.html","d":"

    A future returned from Session::prepareAsync()\nThis future will resolve with a PreparedStatement or an exception.

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\FutureRows","p":"Cassandra/FutureRows.html","d":"

    This future results is resolved with Rows.

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\FutureSession","p":"Cassandra/FutureSession.html","d":"

    A future that resolves with Session.

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\FutureValue","p":"Cassandra/FutureValue.html","d":"

    A future that always resolves in a value.

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\Index","p":"Cassandra/Index.html","d":"

    A PHP representation of an index

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\Inet","p":"Cassandra/Inet.html","d":"

    A PHP representation of the CQL inet datatype

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\Keyspace","p":"Cassandra/Keyspace.html","d":"

    A PHP representation of a keyspace

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\Map","p":"Cassandra/Map.html","d":"

    A PHP representation of the CQL map datatype

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\MaterializedView","p":"Cassandra/MaterializedView.html","d":"

    A PHP representation of a materialized view

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\Numeric","p":"Cassandra/Numeric.html","d":"

    Common interface implemented by all numeric types, providing basic\narithmetic functions.

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\PreparedStatement","p":"Cassandra/PreparedStatement.html","d":"

    Prepared statements are faster to execute because the server doesn't need\nto process a statement's CQL during the execution.

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\RetryPolicy","p":"Cassandra/RetryPolicy.html","d":"

    Interface for retry policies.

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\RetryPolicy\\DefaultPolicy","p":"Cassandra/RetryPolicy/DefaultPolicy.html","d":"

    The default retry policy. This policy retries a query, using the\nrequest's original consistency level, in the following cases:

    ","f":{"n":"Cassandra\\RetryPolicy","p":"Cassandra/RetryPolicy.html"}},{"t":"C","n":"Cassandra\\RetryPolicy\\DowngradingConsistency","p":"Cassandra/RetryPolicy/DowngradingConsistency.html","d":"

    A retry policy that will downgrade the consistency of a request in\nan attempt to save a request in cases where there is any chance of success. A\nwrite request will succeed if there is at least a single copy persisted and a\nread request will succeed if there is some data available even if it increases\nthe risk of reading stale data. This policy will retry in the same scenarios as\nthe default policy, and it will also retry in the following case:

    ","f":{"n":"Cassandra\\RetryPolicy","p":"Cassandra/RetryPolicy.html"}},{"t":"C","n":"Cassandra\\RetryPolicy\\Fallthrough","p":"Cassandra/RetryPolicy/Fallthrough.html","d":"

    A retry policy that never retries and allows all errors to fallthrough.

    ","f":{"n":"Cassandra\\RetryPolicy","p":"Cassandra/RetryPolicy.html"}},{"t":"C","n":"Cassandra\\RetryPolicy\\Logging","p":"Cassandra/RetryPolicy/Logging.html","d":"

    A retry policy that logs the decisions of its child policy.

    ","f":{"n":"Cassandra\\RetryPolicy","p":"Cassandra/RetryPolicy.html"}},{"t":"C","n":"Cassandra\\Rows","p":"Cassandra/Rows.html","d":"

    Rows represent a result of statement execution.

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\SSLOptions","p":"Cassandra/SSLOptions.html","d":"

    SSL options for Cluster.

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\SSLOptions\\Builder","p":"Cassandra/SSLOptions/Builder.html","d":"

    SSLOptions builder allows fluent configuration of ssl options.

    ","f":{"n":"Cassandra\\SSLOptions","p":"Cassandra/SSLOptions.html"}},{"t":"C","n":"Cassandra\\Schema","p":"Cassandra/Schema.html","d":"

    A PHP representation of a schema

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\Session","p":"Cassandra/Session.html","d":"

    A session is used to prepare and execute statements.

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\Set","p":"Cassandra/Set.html","d":"

    A PHP representation of the CQL set datatype

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\SimpleStatement","p":"Cassandra/SimpleStatement.html","d":"

    Simple statements can be executed using a Session instance.

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\Smallint","p":"Cassandra/Smallint.html","d":"

    A PHP representation of the CQL smallint datatype.

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\Statement","p":"Cassandra/Statement.html","d":"

    All statements implement this common interface.

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\Table","p":"Cassandra/Table.html","d":"

    A PHP representation of a table

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\Time","p":"Cassandra/Time.html","d":"

    A PHP representation of the CQL time type.

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\Timestamp","p":"Cassandra/Timestamp.html","d":"

    A PHP representation of the CQL timestamp datatype

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\TimestampGenerator","p":"Cassandra/TimestampGenerator.html","d":"

    Interface for timestamp generators.

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\TimestampGenerator\\Monotonic","p":"Cassandra/TimestampGenerator/Monotonic.html","d":"

    A timestamp generator that generates monotonically increasing timestamps\nclient-side. The timestamps generated have a microsecond granularity with\nthe sub-millisecond part generated using a counter. The implementation\nguarantees that no more than 1000 timestamps will be generated for a given\nclock tick even if shared by multiple session objects. If that rate is\nexceeded then a warning is logged and timestamps stop incrementing until\nthe next clock tick.

    ","f":{"n":"Cassandra\\TimestampGenerator","p":"Cassandra/TimestampGenerator.html"}},{"t":"C","n":"Cassandra\\TimestampGenerator\\ServerSide","p":"Cassandra/TimestampGenerator/ServerSide.html","d":"

    A timestamp generator that allows the server-side to assign timestamps.

    ","f":{"n":"Cassandra\\TimestampGenerator","p":"Cassandra/TimestampGenerator.html"}},{"t":"C","n":"Cassandra\\Timeuuid","p":"Cassandra/Timeuuid.html","d":"

    A PHP representation of the CQL timeuuid datatype

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\Tinyint","p":"Cassandra/Tinyint.html","d":"

    A PHP representation of the CQL tinyint datatype.

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\Tuple","p":"Cassandra/Tuple.html","d":"

    A PHP representation of the CQL tuple datatype

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\Type","p":"Cassandra/Type.html","d":"

    Cluster object is used to create Sessions.

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\Type\\Collection","p":"Cassandra/Type/Collection.html","d":"

    A class that represents the list type. The list type contains the type of the\nelements contain in the list.

    ","f":{"n":"Cassandra\\Type","p":"Cassandra/Type.html"}},{"t":"C","n":"Cassandra\\Type\\Custom","p":"Cassandra/Type/Custom.html","d":"

    A class that represents a custom type.

    ","f":{"n":"Cassandra\\Type","p":"Cassandra/Type.html"}},{"t":"C","n":"Cassandra\\Type\\Map","p":"Cassandra/Type/Map.html","d":"

    A class that represents the map type. The map type contains two types that\nrepresents the types of the key and value contained in the map.

    ","f":{"n":"Cassandra\\Type","p":"Cassandra/Type.html"}},{"t":"C","n":"Cassandra\\Type\\Scalar","p":"Cassandra/Type/Scalar.html","d":"

    A class that represents a primitive type (e.g. varchar or bigint)

    ","f":{"n":"Cassandra\\Type","p":"Cassandra/Type.html"}},{"t":"C","n":"Cassandra\\Type\\Set","p":"Cassandra/Type/Set.html","d":"

    A class that represents the set type. The set type contains the type of the\nelements contain in the set.

    ","f":{"n":"Cassandra\\Type","p":"Cassandra/Type.html"}},{"t":"C","n":"Cassandra\\Type\\Tuple","p":"Cassandra/Type/Tuple.html","d":"

    A class that represents the tuple type. The tuple type is able to represent\na composite type of one or more types accessed by index.

    ","f":{"n":"Cassandra\\Type","p":"Cassandra/Type.html"}},{"t":"C","n":"Cassandra\\Type\\UserType","p":"Cassandra/Type/UserType.html","d":"

    A class that represents a user type. The user type is able to represent a\ncomposite type of one or more types accessed by name.

    ","f":{"n":"Cassandra\\Type","p":"Cassandra/Type.html"}},{"t":"C","n":"Cassandra\\UserTypeValue","p":"Cassandra/UserTypeValue.html","d":"

    A PHP representation of the CQL UDT datatype

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\Uuid","p":"Cassandra/Uuid.html","d":"

    A PHP representation of the CQL uuid datatype

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\UuidInterface","p":"Cassandra/UuidInterface.html","d":"

    A PHP representation of the CQL uuid datatype

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\Value","p":"Cassandra/Value.html","d":"

    Common interface implemented by all Cassandra value types.

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"Cassandra\\Varint","p":"Cassandra/Varint.html","d":"

    A PHP representation of the CQL varint datatype

    ","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"C","n":"ClosedGeneratorException","p":"ClosedGeneratorException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Closure","p":"Closure.html","d":"

    Class used to represent anonymous functions.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Collator","p":"Collator.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Collectable","p":"Collectable.html","d":"

    (PECL pthreads >= 2.0.8)
    \nRepresents a garbage-collectable object.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"CompileError","p":"CompileError.html","d":"

    Class CompileError

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Couchbase\\AnalyticsEncryptionLevel","p":"Couchbase/AnalyticsEncryptionLevel.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\AnalyticsException","p":"Couchbase/AnalyticsException.html","d":"

    Thrown for exceptions that originate from analytics operations.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\AnalyticsIndexManager","p":"Couchbase/AnalyticsIndexManager.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\AnalyticsLink","p":"Couchbase/AnalyticsLink.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\AnalyticsLinkType","p":"Couchbase/AnalyticsLinkType.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\AnalyticsOptions","p":"Couchbase/AnalyticsOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\AnalyticsQuery","p":"Couchbase/AnalyticsQuery.html","d":"

    Represents a Analytics query (currently experimental support).

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\AnalyticsResult","p":"Couchbase/AnalyticsResult.html","d":"

    Interface for retrieving results from analytics queries.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\AppendOptions","p":"Couchbase/AppendOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\AuthenticationException","p":"Couchbase/AuthenticationException.html","d":"

    Occurs when authentication has failed.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\Authenticator","p":"Couchbase/Authenticator.html","d":"

    Interface of authentication containers.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\AzureBlobExternalAnalyticsLink","p":"Couchbase/AzureBlobExternalAnalyticsLink.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\BadInputException","p":"Couchbase/BadInputException.html","d":"

    Occurs when an operation is attempted with bad input.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\BaseException","p":"Couchbase/BaseException.html","d":"

    Base exception for exceptions that are thrown originating from Couchbase operations.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\BinaryCollection","p":"Couchbase/BinaryCollection.html","d":"

    BinaryCollection is an object containing functionality for performing KeyValue operations against the server with binary documents.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\BindingsException","p":"Couchbase/BindingsException.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\BooleanFieldSearchQuery","p":"Couchbase/BooleanFieldSearchQuery.html","d":"

    A FTS query that queries fields explicitly indexed as boolean.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\BooleanSearchQuery","p":"Couchbase/BooleanSearchQuery.html","d":"

    A compound FTS query that allows various combinations of sub-queries.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\Bucket","p":"Couchbase/Bucket.html","d":"

    Bucket is an object containing functionality for performing bucket level operations\nagainst a cluster and for access to scopes and collections.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\BucketManager","p":"Couchbase/BucketManager.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\BucketMissingException","p":"Couchbase/BucketMissingException.html","d":"

    Occurs when the specified bucket does not exist.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\BucketSettings","p":"Couchbase/BucketSettings.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\CasMismatchException","p":"Couchbase/CasMismatchException.html","d":"

    Occurs when an operation has been performed with a cas value that does not the value on the server.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\ClassicAuthenticator","p":"Couchbase/ClassicAuthenticator.html","d":"

    Authenticator based on login/password credentials.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\Cluster","p":"Couchbase/Cluster.html","d":"

    Cluster is an object containing functionality for performing cluster level operations\nagainst a cluster and for access to buckets.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\ClusterManager","p":"Couchbase/ClusterManager.html","d":"

    Provides management capabilities for a Couchbase Server Cluster

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\ClusterOptions","p":"Couchbase/ClusterOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\Collection","p":"Couchbase/Collection.html","d":"

    Collection is an object containing functionality for performing KeyValue operations against the server.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\CollectionManager","p":"Couchbase/CollectionManager.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\CollectionMissingException","p":"Couchbase/CollectionMissingException.html","d":"

    Occurs when the specified collection does not exist.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\CollectionSpec","p":"Couchbase/CollectionSpec.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\ConjunctionSearchQuery","p":"Couchbase/ConjunctionSearchQuery.html","d":"

    A compound FTS query that performs a logical AND between all its sub-queries (conjunction).

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\ConnectAnalyticsLinkOptions","p":"Couchbase/ConnectAnalyticsLinkOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\Coordinate","p":"Couchbase/Coordinate.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\CouchbaseRemoteAnalyticsLink","p":"Couchbase/CouchbaseRemoteAnalyticsLink.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\CounterResult","p":"Couchbase/CounterResult.html","d":"

    Interface for results created by the counter operation.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\CreateAnalyticsDatasetOptions","p":"Couchbase/CreateAnalyticsDatasetOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\CreateAnalyticsDataverseOptions","p":"Couchbase/CreateAnalyticsDataverseOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\CreateAnalyticsIndexOptions","p":"Couchbase/CreateAnalyticsIndexOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\CreateAnalyticsLinkOptions","p":"Couchbase/CreateAnalyticsLinkOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\CreateQueryIndexOptions","p":"Couchbase/CreateQueryIndexOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\CreateQueryPrimaryIndexOptions","p":"Couchbase/CreateQueryPrimaryIndexOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\DateRangeFacetResult","p":"Couchbase/DateRangeFacetResult.html","d":"

    A range (or bucket) for a date range facet result. Counts the number of matches\nthat fall into the named range (which can overlap with other user-defined ranges).

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\DateRangeSearchFacet","p":"Couchbase/DateRangeSearchFacet.html","d":"

    A facet that categorizes hits inside date ranges (or buckets) provided by the user.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\DateRangeSearchQuery","p":"Couchbase/DateRangeSearchQuery.html","d":"

    A FTS query that matches documents on a range of values. At least one bound is required, and the\ninclusiveness of each bound can be configured.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\DecrementOptions","p":"Couchbase/DecrementOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\DesignDocument","p":"Couchbase/DesignDocument.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\DisconnectAnalyticsLinkOptions","p":"Couchbase/DisconnectAnalyticsLinkOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\DisjunctionSearchQuery","p":"Couchbase/DisjunctionSearchQuery.html","d":"

    A compound FTS query that performs a logical OR between all its sub-queries (disjunction). It requires that a\nminimum of the queries match. The minimum is configurable (default 1).

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\DmlFailureException","p":"Couchbase/DmlFailureException.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\DocIdSearchQuery","p":"Couchbase/DocIdSearchQuery.html","d":"

    A FTS query that matches on Couchbase document IDs. Useful to restrict the search space to a list of keys (by using\nthis in a compound query).

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\Document","p":"Couchbase/Document.html","d":"

    Represents Couchbase Document, which stores metadata and the value.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\DocumentFragment","p":"Couchbase/DocumentFragment.html","d":"

    A fragment of a JSON Document returned by the sub-document API.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\DocumentNotFoundException","p":"Couchbase/DocumentNotFoundException.html","d":"

    Occurs when the requested document could not be found.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\DropAnalyticsDatasetOptions","p":"Couchbase/DropAnalyticsDatasetOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\DropAnalyticsDataverseOptions","p":"Couchbase/DropAnalyticsDataverseOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\DropAnalyticsIndexOptions","p":"Couchbase/DropAnalyticsIndexOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\DropAnalyticsLinkOptions","p":"Couchbase/DropAnalyticsLinkOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\DropQueryIndexOptions","p":"Couchbase/DropQueryIndexOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\DropQueryPrimaryIndexOptions","p":"Couchbase/DropQueryPrimaryIndexOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\DropUserOptions","p":"Couchbase/DropUserOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\DurabilityException","p":"Couchbase/DurabilityException.html","d":"

    Occurs when the specified durability could not be met for a mutation operation.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\DurabilityLevel","p":"Couchbase/DurabilityLevel.html","d":"

    An object which contains levels of durability that can be enforced when\nusing mutation operations.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\EncryptionSettings","p":"Couchbase/EncryptionSettings.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\EvictionPolicy","p":"Couchbase/EvictionPolicy.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\Exception","p":"Couchbase/Exception.html","d":"

    Exception represeting all errors generated by the extension

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\ExistsOptions","p":"Couchbase/ExistsOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\ExistsResult","p":"Couchbase/ExistsResult.html","d":"

    Interface for results created by the exists operation.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\GeoBoundingBoxSearchQuery","p":"Couchbase/GeoBoundingBoxSearchQuery.html","d":"

    A FTS query which allows to match geo bounding boxes.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\GeoDistanceSearchQuery","p":"Couchbase/GeoDistanceSearchQuery.html","d":"

    A FTS query that finds all matches from a given location (point) within the given distance.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\GeoPolygonQuery","p":"Couchbase/GeoPolygonQuery.html","d":"

    A FTS query that finds all matches within the given polygon area.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\GetAllReplicasOptions","p":"Couchbase/GetAllReplicasOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\GetAllUsersOptions","p":"Couchbase/GetAllUsersOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\GetAnalyticsLinksOptions","p":"Couchbase/GetAnalyticsLinksOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\GetAndLockOptions","p":"Couchbase/GetAndLockOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\GetAndTouchOptions","p":"Couchbase/GetAndTouchOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\GetAnyReplicaOptions","p":"Couchbase/GetAnyReplicaOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\GetOptions","p":"Couchbase/GetOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\GetReplicaResult","p":"Couchbase/GetReplicaResult.html","d":"

    Interface for results created by the getReplica operation.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\GetResult","p":"Couchbase/GetResult.html","d":"

    Interface for results created by the get operation.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\GetUserOptions","p":"Couchbase/GetUserOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\Group","p":"Couchbase/Group.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\HttpException","p":"Couchbase/HttpException.html","d":"

    Thrown for exceptions that originate from underlying Http operations.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\IncrementOptions","p":"Couchbase/IncrementOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\IndexFailureException","p":"Couchbase/IndexFailureException.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\IndexNotFoundException","p":"Couchbase/IndexNotFoundException.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\InsertOptions","p":"Couchbase/InsertOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\InvalidConfigurationException","p":"Couchbase/InvalidConfigurationException.html","d":"

    Occurs when an invalid configuration has been specified for an operation.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\InvalidRangeException","p":"Couchbase/InvalidRangeException.html","d":"

    Occurs when a sub-document counter operation is performed and the specified delta is not valid.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\InvalidStateException","p":"Couchbase/InvalidStateException.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\KeyDeletedException","p":"Couchbase/KeyDeletedException.html","d":"

    Occurs when a multi-operation sub-document operation is performed on a soft-deleted document.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\KeyExistsException","p":"Couchbase/KeyExistsException.html","d":"

    Occurs when an attempt is made to insert a document but a document with that key already exists.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\KeyLockedException","p":"Couchbase/KeyLockedException.html","d":"

    Occurs when a mutation operation is attempted against a document that is locked.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\KeyValueException","p":"Couchbase/KeyValueException.html","d":"

    Base for exceptions that originate from key value operations

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\KeyspaceNotFoundException","p":"Couchbase/KeyspaceNotFoundException.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\LoggingMeter","p":"Couchbase/LoggingMeter.html","d":"

    Implements a default meter which logs metrics on a regular basis. Note that\nto reduce the performance impact of using this meter, this class is not\nactually used by the SDK, and simply acts as a placeholder which triggers a\nnative implementation to be used instead.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\LookupCountSpec","p":"Couchbase/LookupCountSpec.html","d":"

    Indicates to retrieve the count of array items or dictionary keys within a path in a document.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\LookupExistsSpec","p":"Couchbase/LookupExistsSpec.html","d":"

    Indicates to check if a path exists in a document.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\LookupGetFullSpec","p":"Couchbase/LookupGetFullSpec.html","d":"

    Indicates to retreive a whole document.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\LookupGetSpec","p":"Couchbase/LookupGetSpec.html","d":"

    Indicates a path for a value to be retrieved from a document.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\LookupInBuilder","p":"Couchbase/LookupInBuilder.html","d":"

    A builder for subdocument lookups. In order to perform the final set of operations, use the\nexecute() method.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\LookupInOptions","p":"Couchbase/LookupInOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\LookupInResult","p":"Couchbase/LookupInResult.html","d":"

    Interface for results created by the lookupIn operation.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\LookupInSpec","p":"Couchbase/LookupInSpec.html","d":"

    LookupInSpec is an interface for providing subdocument lookup operations.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\MatchAllSearchQuery","p":"Couchbase/MatchAllSearchQuery.html","d":"

    A FTS query that matches all indexed documents (usually for debugging purposes).

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\MatchNoneSearchQuery","p":"Couchbase/MatchNoneSearchQuery.html","d":"

    A FTS query that matches 0 document (usually for debugging purposes).

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\MatchPhraseSearchQuery","p":"Couchbase/MatchPhraseSearchQuery.html","d":"

    A FTS query that matches several given terms (a "phrase"), applying further processing\nlike analyzers to them.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\MatchSearchQuery","p":"Couchbase/MatchSearchQuery.html","d":"

    A FTS query that matches a given term, applying further processing to it\nlike analyzers, stemming and even #fuzziness(int).

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\Meter","p":"Couchbase/Meter.html","d":"

    Providers an interface to create value recorders for recording metrics.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\MutateArrayAddUniqueSpec","p":"Couchbase/MutateArrayAddUniqueSpec.html","d":"

    Indicates to add a value into an array at a path in a document so long as that value does not already exist\nin the array.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\MutateArrayAppendSpec","p":"Couchbase/MutateArrayAppendSpec.html","d":"

    Indicates to append a value to an array at a path in a document.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\MutateArrayInsertSpec","p":"Couchbase/MutateArrayInsertSpec.html","d":"

    Indicates to insert a value into an array at a path in a document.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\MutateArrayPrependSpec","p":"Couchbase/MutateArrayPrependSpec.html","d":"

    Indicates to prepend a value to an array at a path in a document.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\MutateCounterSpec","p":"Couchbase/MutateCounterSpec.html","d":"

    Indicates to increment or decrement a counter value at a path in a document.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\MutateInBuilder","p":"Couchbase/MutateInBuilder.html","d":"

    A builder for subdocument mutations. In order to perform the final set of operations, use the\nexecute() method.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\MutateInOptions","p":"Couchbase/MutateInOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\MutateInResult","p":"Couchbase/MutateInResult.html","d":"

    Interface for results created by the mutateIn operation.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\MutateInSpec","p":"Couchbase/MutateInSpec.html","d":"

    MutateInSpec is an interface for providing subdocument mutation operations.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\MutateInsertSpec","p":"Couchbase/MutateInsertSpec.html","d":"

    Indicates to insert a value at a path in a document.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\MutateRemoveSpec","p":"Couchbase/MutateRemoveSpec.html","d":"

    Indicates to remove a value at a path in a document.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\MutateReplaceSpec","p":"Couchbase/MutateReplaceSpec.html","d":"

    Indicates to replace a value at a path if it doesn't exist in a document.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\MutateUpsertSpec","p":"Couchbase/MutateUpsertSpec.html","d":"

    Indicates to replace a value at a path if it doesn't exist, otherwise create the path, in a document.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\MutationResult","p":"Couchbase/MutationResult.html","d":"

    Interface for results created by operations that perform mutations.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\MutationState","p":"Couchbase/MutationState.html","d":"

    MutationState is an object which holds and aggregates mutation tokens across operations.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\MutationToken","p":"Couchbase/MutationToken.html","d":"

    An object which contains meta information of the document needed to enforce query consistency.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\N1qlIndex","p":"Couchbase/N1qlIndex.html","d":"

    Represents N1QL index definition

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\N1qlQuery","p":"Couchbase/N1qlQuery.html","d":"

    Represents a N1QL query

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\NetworkException","p":"Couchbase/NetworkException.html","d":"

    Occurs when various generic network errors occur.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\NoopMeter","p":"Couchbase/NoopMeter.html","d":"

    Implements a no-op meter which performs no metrics instrumentation. Note that\nto reduce the performance impact of using this meter, this class is not\nactually used by the SDK, and simply acts as a placeholder which triggers a\nnative implementation to be used instead.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\NoopTracer","p":"Couchbase/NoopTracer.html","d":"

    Implements a no-op tracer which performs no work. Note that to reduce the\nperformance impact of using this tracer, this class is not actually\nused by the SDK, and simply acts as a placeholder which triggers a\nnative implementation to be used instead.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\NumericRangeFacetResult","p":"Couchbase/NumericRangeFacetResult.html","d":"

    A range (or bucket) for a numeric range facet result. Counts the number of matches\nthat fall into the named range (which can overlap with other user-defined ranges).

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\NumericRangeSearchFacet","p":"Couchbase/NumericRangeSearchFacet.html","d":"

    A facet that categorizes hits into numerical ranges (or buckets) provided by the user.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\NumericRangeSearchQuery","p":"Couchbase/NumericRangeSearchQuery.html","d":"

    A FTS query that matches documents on a range of values. At least one bound is required, and the\ninclusiveness of each bound can be configured.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\Origin","p":"Couchbase/Origin.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\ParsingFailureException","p":"Couchbase/ParsingFailureException.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\PartialViewException","p":"Couchbase/PartialViewException.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\PasswordAuthenticator","p":"Couchbase/PasswordAuthenticator.html","d":"

    Authenticator based on RBAC feature of Couchbase Server 5+.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\PathExistsException","p":"Couchbase/PathExistsException.html","d":"

    Occurs when a sub-document operation expects a path not to exists, but the path was found in the document.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\PathNotFoundException","p":"Couchbase/PathNotFoundException.html","d":"

    Occurs when a sub-document operation targets a path which does not exist in the specified document.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\PhraseSearchQuery","p":"Couchbase/PhraseSearchQuery.html","d":"

    A FTS query that matches several terms (a "phrase") as is. The order of the terms mater and no further processing is\napplied to them, so they must appear in the index exactly as provided. Usually for debugging purposes, prefer\nMatchPhraseQuery.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\PlanningFailureException","p":"Couchbase/PlanningFailureException.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\PrefixSearchQuery","p":"Couchbase/PrefixSearchQuery.html","d":"

    A FTS query that allows for simple matching on a given prefix.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\PreparedStatementException","p":"Couchbase/PreparedStatementException.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\PrependOptions","p":"Couchbase/PrependOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\QueryErrorException","p":"Couchbase/QueryErrorException.html","d":"

    Thrown for exceptions that originate from query operations.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\QueryException","p":"Couchbase/QueryException.html","d":"

    Thrown for exceptions that originate from query operations.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\QueryIndex","p":"Couchbase/QueryIndex.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\QueryIndexManager","p":"Couchbase/QueryIndexManager.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\QueryMetaData","p":"Couchbase/QueryMetaData.html","d":"

    Interface for retrieving metadata such as errors and metrics generated during N1QL queries.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\QueryOptions","p":"Couchbase/QueryOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\QueryProfile","p":"Couchbase/QueryProfile.html","d":"

    Set of values for setting the profile mode of a query.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\QueryResult","p":"Couchbase/QueryResult.html","d":"

    Interface for retrieving results from N1QL queries.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\QueryScanConsistency","p":"Couchbase/QueryScanConsistency.html","d":"

    Set of values for the scan consistency level of a query.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\QueryServiceException","p":"Couchbase/QueryServiceException.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\QueryStringSearchQuery","p":"Couchbase/QueryStringSearchQuery.html","d":"

    A FTS query that performs a search according to the "string query" syntax.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\QuotaLimitedException","p":"Couchbase/QuotaLimitedException.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\RateLimitedException","p":"Couchbase/RateLimitedException.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\RegexpSearchQuery","p":"Couchbase/RegexpSearchQuery.html","d":"

    A FTS query that allows for simple matching of regular expressions.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\RemoveOptions","p":"Couchbase/RemoveOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\ReplaceAnalyticsLinkOptions","p":"Couchbase/ReplaceAnalyticsLinkOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\ReplaceOptions","p":"Couchbase/ReplaceOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\RequestCanceledException","p":"Couchbase/RequestCanceledException.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\RequestSpan","p":"Couchbase/RequestSpan.html","d":"

    Represents a span of time an event occurs over.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\RequestTracer","p":"Couchbase/RequestTracer.html","d":"

    Represents a tracer capable of creating trace spans.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\Result","p":"Couchbase/Result.html","d":"

    Base interface for all results generated by KV operations.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\Role","p":"Couchbase/Role.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\RoleAndDescription","p":"Couchbase/RoleAndDescription.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\RoleAndOrigin","p":"Couchbase/RoleAndOrigin.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\S3ExternalAnalyticsLink","p":"Couchbase/S3ExternalAnalyticsLink.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\Scope","p":"Couchbase/Scope.html","d":"

    Scope is an object for providing access to collections.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\ScopeMissingException","p":"Couchbase/ScopeMissingException.html","d":"

    Occurs when the specified scope does not exist.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\ScopeSpec","p":"Couchbase/ScopeSpec.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\SearchException","p":"Couchbase/SearchException.html","d":"

    Thrown for exceptions that originate from search operations.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\SearchFacet","p":"Couchbase/SearchFacet.html","d":"

    Common interface for all search facets

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\SearchFacetResult","p":"Couchbase/SearchFacetResult.html","d":"

    Interface representing facet results.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\SearchHighlightMode","p":"Couchbase/SearchHighlightMode.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\SearchIndex","p":"Couchbase/SearchIndex.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\SearchIndexManager","p":"Couchbase/SearchIndexManager.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\SearchMetaData","p":"Couchbase/SearchMetaData.html","d":"

    Interface for retrieving metadata such as error counts and metrics generated during search queries.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\SearchOptions","p":"Couchbase/SearchOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\SearchQuery","p":"Couchbase/SearchQuery.html","d":"

    Common interface for all classes, which could be used as a body of SearchQuery

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\SearchQueryPart","p":"Couchbase/SearchQueryPart.html","d":"

    Common interface for all classes, which could be used as a body of SearchQuery

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\SearchResult","p":"Couchbase/SearchResult.html","d":"

    Interface for retrieving results from search queries.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\SearchSort","p":"Couchbase/SearchSort.html","d":"

    Base interface for all FTS sort options in querying.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\SearchSortField","p":"Couchbase/SearchSortField.html","d":"

    Sort by a field in the hits.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\SearchSortGeoDistance","p":"Couchbase/SearchSortGeoDistance.html","d":"

    Sort by a location and unit in the hits.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\SearchSortId","p":"Couchbase/SearchSortId.html","d":"

    Sort by the document identifier.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\SearchSortMissing","p":"Couchbase/SearchSortMissing.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\SearchSortMode","p":"Couchbase/SearchSortMode.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\SearchSortScore","p":"Couchbase/SearchSortScore.html","d":"

    Sort by the hit score.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\SearchSortType","p":"Couchbase/SearchSortType.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\ServiceMissingException","p":"Couchbase/ServiceMissingException.html","d":"

    Occurs when the requested service is not available.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\SpatialViewQuery","p":"Couchbase/SpatialViewQuery.html","d":"

    Represents spatial Couchbase Map/Reduce View query

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\StorageBackend","p":"Couchbase/StorageBackend.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\StoreSemantics","p":"Couchbase/StoreSemantics.html","d":"

    An object which contains how to define the document level action to take\nduring a MutateIn operation.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\SubdocumentException","p":"Couchbase/SubdocumentException.html","d":"

    Occurs when a subdocument operation could not be completed.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\TempFailException","p":"Couchbase/TempFailException.html","d":"

    Occurs when an operation has failed for a reason that is temporary.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\TermFacetResult","p":"Couchbase/TermFacetResult.html","d":"

    A range (or bucket) for a term search facet result.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\TermRangeSearchQuery","p":"Couchbase/TermRangeSearchQuery.html","d":"

    A FTS query that matches documents on a range of values. At least one bound is required, and the\ninclusiveness of each bound can be configured.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\TermSearchFacet","p":"Couchbase/TermSearchFacet.html","d":"

    A facet that gives the number of occurrences of the most recurring terms in all hits.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\TermSearchQuery","p":"Couchbase/TermSearchQuery.html","d":"

    A facet that gives the number of occurrences of the most recurring terms in all hits.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\ThresholdLoggingTracer","p":"Couchbase/ThresholdLoggingTracer.html","d":"

    This implements a basic default tracer which keeps track of operations\nwhich falls outside a specified threshold. Note that to reduce the\nperformance impact of using this tracer, this class is not actually\nused by the SDK, and simply acts as a placeholder which triggers a\nnative implementation to be used instead.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\TimeoutException","p":"Couchbase/TimeoutException.html","d":"

    Occurs when an operation does not receive a response in a timely manner.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\TouchOptions","p":"Couchbase/TouchOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\UnlockOptions","p":"Couchbase/UnlockOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\UpsertOptions","p":"Couchbase/UpsertOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\UpsertUserOptions","p":"Couchbase/UpsertUserOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\User","p":"Couchbase/User.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\UserAndMetadata","p":"Couchbase/UserAndMetadata.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\UserManager","p":"Couchbase/UserManager.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\UserSettings","p":"Couchbase/UserSettings.html","d":"

    Represents settings for new/updated user.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\ValueRecorder","p":"Couchbase/ValueRecorder.html","d":"

    Provides an interface for recording values.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\ValueTooBigException","p":"Couchbase/ValueTooBigException.html","d":"

    Occurs when a document has gone over the maximum size allowed by the server.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\View","p":"Couchbase/View.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\ViewConsistency","p":"Couchbase/ViewConsistency.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\ViewException","p":"Couchbase/ViewException.html","d":"

    Thrown for exceptions that originate from view operations.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\ViewIndexManager","p":"Couchbase/ViewIndexManager.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\ViewMetaData","p":"Couchbase/ViewMetaData.html","d":"

    Interface for retrieving metadata generated during view queries.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\ViewOptions","p":"Couchbase/ViewOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\ViewOrdering","p":"Couchbase/ViewOrdering.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\ViewQuery","p":"Couchbase/ViewQuery.html","d":"

    Represents regular Couchbase Map/Reduce View query

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\ViewQueryEncodable","p":"Couchbase/ViewQueryEncodable.html","d":"

    Common interface for all View queries

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\ViewResult","p":"Couchbase/ViewResult.html","d":"

    Interface for retrieving results from view queries.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\ViewRow","p":"Couchbase/ViewRow.html","d":"

    Object for accessing a row returned as a part of the results from a viery query.

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\WatchQueryIndexesOptions","p":"Couchbase/WatchQueryIndexesOptions.html","d":null,"f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Couchbase\\WildcardSearchQuery","p":"Couchbase/WildcardSearchQuery.html","d":"

    A FTS query that allows for simple matching using wildcard characters (* and ?).

    ","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"C","n":"Countable","p":"Countable.html","d":"

    Classes implementing Countable can be used with the\ncount function.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Crypto\\Base64","p":"Crypto/Base64.html","d":"

    Class for base64 encoding and docoding

    ","f":{"n":"Crypto","p":"Crypto.html"}},{"t":"C","n":"Crypto\\Base64Exception","p":"Crypto/Base64Exception.html","d":"

    Exception class for base64 errors

    ","f":{"n":"Crypto","p":"Crypto.html"}},{"t":"C","n":"Crypto\\CMAC","p":"Crypto/CMAC.html","d":"

    Class providing CMAC functionality

    ","f":{"n":"Crypto","p":"Crypto.html"}},{"t":"C","n":"Crypto\\Cipher","p":"Crypto/Cipher.html","d":"

    Class providing cipher algorithms

    ","f":{"n":"Crypto","p":"Crypto.html"}},{"t":"C","n":"Crypto\\CipherException","p":"Crypto/CipherException.html","d":"

    Exception class for cipher errors

    ","f":{"n":"Crypto","p":"Crypto.html"}},{"t":"C","n":"Crypto\\HMAC","p":"Crypto/HMAC.html","d":"

    Class providing HMAC functionality

    ","f":{"n":"Crypto","p":"Crypto.html"}},{"t":"C","n":"Crypto\\Hash","p":"Crypto/Hash.html","d":"

    Class providing hash algorithms

    ","f":{"n":"Crypto","p":"Crypto.html"}},{"t":"C","n":"Crypto\\HashException","p":"Crypto/HashException.html","d":"

    Exception class for hash errors

    ","f":{"n":"Crypto","p":"Crypto.html"}},{"t":"C","n":"Crypto\\KDF","p":"Crypto/KDF.html","d":"

    Abstract class for KDF subclasses

    ","f":{"n":"Crypto","p":"Crypto.html"}},{"t":"C","n":"Crypto\\KDFException","p":"Crypto/KDFException.html","d":"

    Exception class for KDF errors

    ","f":{"n":"Crypto","p":"Crypto.html"}},{"t":"C","n":"Crypto\\MAC","p":"Crypto/MAC.html","d":"

    Abstract class for MAC subclasses

    ","f":{"n":"Crypto","p":"Crypto.html"}},{"t":"C","n":"Crypto\\MACException","p":"Crypto/MACException.html","d":"

    Exception class for MAC errors

    ","f":{"n":"Crypto","p":"Crypto.html"}},{"t":"C","n":"Crypto\\PBKDF2","p":"Crypto/PBKDF2.html","d":"

    Class providing PBKDF2 functionality

    ","f":{"n":"Crypto","p":"Crypto.html"}},{"t":"C","n":"Crypto\\PBKDF2Exception","p":"Crypto/PBKDF2Exception.html","d":"

    Exception class for PBKDF2 errors

    ","f":{"n":"Crypto","p":"Crypto.html"}},{"t":"C","n":"Crypto\\Rand","p":"Crypto/Rand.html","d":"

    Class for generating random numbers

    ","f":{"n":"Crypto","p":"Crypto.html"}},{"t":"C","n":"Crypto\\RandException","p":"Crypto/RandException.html","d":"

    Exception class for rand errors

    ","f":{"n":"Crypto","p":"Crypto.html"}},{"t":"C","n":"CurlHandle","p":"CurlHandle.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"CurlMultiHandle","p":"CurlMultiHandle.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"CurlShareHandle","p":"CurlShareHandle.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DOMAttr","p":"DOMAttr.html","d":"

    The DOMAttr interface represents an attribute in an DOMElement object.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DOMCdataSection","p":"DOMCdataSection.html","d":"

    The DOMCdataSection inherits from DOMText for textural representation of CData constructs.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DOMCharacterData","p":"DOMCharacterData.html","d":"

    The DOMCharacterData class represents nodes with character data.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DOMChildNode","p":"DOMChildNode.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DOMComment","p":"DOMComment.html","d":"

    The DOMComment class represents comment nodes,\ncharacters delimited by lt;!-- and -->.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DOMConfiguration","p":"DOMConfiguration.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DOMDocument","p":"DOMDocument.html","d":"

    The DOMDocument class represents an entire HTML or XML\ndocument; serves as the root of the document tree.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DOMDocumentFragment","p":"DOMDocumentFragment.html","d":"

    The DOMDocumentFragment class

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DOMDocumentType","p":"DOMDocumentType.html","d":"

    The DOMDocumentType class

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DOMDomError","p":"DOMDomError.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DOMElement","p":"DOMElement.html","d":"

    The DOMElement class

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DOMEntity","p":"DOMEntity.html","d":"

    The DOMEntity class represents a known entity, either parsed or unparsed, in an XML document.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DOMEntityReference","p":"DOMEntityReference.html","d":"

    Extends DOMNode.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DOMErrorHandler","p":"DOMErrorHandler.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DOMException","p":"DOMException.html","d":"

    DOM operations raise exceptions under particular circumstances, i.e.,\nwhen an operation is impossible to perform for logical reasons.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DOMImplementation","p":"DOMImplementation.html","d":"

    The DOMImplementation interface provides a number\nof methods for performing operations that are independent of any\nparticular instance of the document object model.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DOMImplementationList","p":"DOMImplementationList.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DOMImplementationSource","p":"DOMImplementationSource.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DOMLocator","p":"DOMLocator.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DOMNameList","p":"DOMNameList.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DOMNameSpaceNode","p":"DOMNameSpaceNode.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DOMNamedNodeMap","p":"DOMNamedNodeMap.html","d":"

    The DOMNamedNodeMap class

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DOMNode","p":"DOMNode.html","d":"

    The DOMNode class

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DOMNodeList","p":"DOMNodeList.html","d":"

    The DOMNodeList class

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DOMNotation","p":"DOMNotation.html","d":"

    The DOMNotation class

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DOMParentNode","p":"DOMParentNode.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DOMProcessingInstruction","p":"DOMProcessingInstruction.html","d":"

    The DOMProcessingInstruction class

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DOMStringExtend","p":"DOMStringExtend.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DOMStringList","p":"DOMStringList.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DOMText","p":"DOMText.html","d":"

    The DOMText class inherits from DOMCharacterData and represents the textual content of\na DOMElement or DOMAttr.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DOMTypeinfo","p":"DOMTypeinfo.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DOMUserDataHandler","p":"DOMUserDataHandler.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DOMXPath","p":"DOMXPath.html","d":"

    The DOMXPath class (supports XPath 1.0)

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DOTNET","p":"DOTNET.html","d":"

    The DOTNET class allows you to instantiate a class from a .Net assembly and call its methods and access its properties.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DateError","p":"DateError.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DateException","p":"DateException.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DateInterval","p":"DateInterval.html","d":"

    Representation of date interval. A date interval stores either a fixed amount of\ntime (in years, months, days, hours etc) or a relative time string in the format\nthat DateTime's constructor supports.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DateInvalidOperationException","p":"DateInvalidOperationException.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DateInvalidTimeZoneException","p":"DateInvalidTimeZoneException.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DateMalformedIntervalStringException","p":"DateMalformedIntervalStringException.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DateMalformedPeriodStringException","p":"DateMalformedPeriodStringException.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DateMalformedStringException","p":"DateMalformedStringException.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DateObjectError","p":"DateObjectError.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DatePeriod","p":"DatePeriod.html","d":"

    Representation of date period.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DateRangeError","p":"DateRangeError.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DateTime","p":"DateTime.html","d":"

    Representation of date and time.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DateTimeImmutable","p":"DateTimeImmutable.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DateTimeInterface","p":"DateTimeInterface.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DateTimeZone","p":"DateTimeZone.html","d":"

    Representation of time zone

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Dba\\Connection","p":"Dba/Connection.html","d":"","f":{"n":"Dba","p":"Dba.html"}},{"t":"C","n":"Decimal\\Decimal","p":"Decimal/Decimal.html","d":null,"f":{"n":"Decimal","p":"Decimal.html"}},{"t":"C","n":"DeflateContext","p":"DeflateContext.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Deprecated","p":"Deprecated.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Directory","p":"Directory.html","d":"

    Instances of Directory are created by calling the dir() function, not by the new operator.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DirectoryIterator","p":"DirectoryIterator.html","d":"

    The DirectoryIterator class provides a simple interface for viewing\nthe contents of filesystem directories.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"DivisionByZeroError","p":"DivisionByZeroError.html","d":"

    DivisionByZeroError is thrown when an attempt is made to divide a number by zero.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Dom\\Attr","p":"Dom/Attr.html","d":"","f":{"n":"Dom","p":"Dom.html"}},{"t":"C","n":"Dom\\BrokenRandomEngineError","p":"Dom/BrokenRandomEngineError.html","d":"","f":{"n":"Dom","p":"Dom.html"}},{"t":"C","n":"Dom\\CDATASection","p":"Dom/CDATASection.html","d":"","f":{"n":"Dom","p":"Dom.html"}},{"t":"C","n":"Dom\\CharacterData","p":"Dom/CharacterData.html","d":"","f":{"n":"Dom","p":"Dom.html"}},{"t":"C","n":"Dom\\ChildNode","p":"Dom/ChildNode.html","d":"","f":{"n":"Dom","p":"Dom.html"}},{"t":"C","n":"Dom\\Comment","p":"Dom/Comment.html","d":"","f":{"n":"Dom","p":"Dom.html"}},{"t":"C","n":"Dom\\Document","p":"Dom/Document.html","d":"","f":{"n":"Dom","p":"Dom.html"}},{"t":"C","n":"Dom\\DocumentFragment","p":"Dom/DocumentFragment.html","d":"","f":{"n":"Dom","p":"Dom.html"}},{"t":"C","n":"Dom\\DocumentType","p":"Dom/DocumentType.html","d":"","f":{"n":"Dom","p":"Dom.html"}},{"t":"C","n":"Dom\\DtdNamedNodeMap","p":"Dom/DtdNamedNodeMap.html","d":"","f":{"n":"Dom","p":"Dom.html"}},{"t":"C","n":"Dom\\Element","p":"Dom/Element.html","d":"","f":{"n":"Dom","p":"Dom.html"}},{"t":"C","n":"Dom\\Entity","p":"Dom/Entity.html","d":"","f":{"n":"Dom","p":"Dom.html"}},{"t":"C","n":"Dom\\EntityReference","p":"Dom/EntityReference.html","d":"","f":{"n":"Dom","p":"Dom.html"}},{"t":"C","n":"Dom\\HTMLCollection","p":"Dom/HTMLCollection.html","d":"","f":{"n":"Dom","p":"Dom.html"}},{"t":"C","n":"Dom\\HTMLDocument","p":"Dom/HTMLDocument.html","d":"","f":{"n":"Dom","p":"Dom.html"}},{"t":"C","n":"Dom\\HTMLElement","p":"Dom/HTMLElement.html","d":"","f":{"n":"Dom","p":"Dom.html"}},{"t":"C","n":"Dom\\Implementation","p":"Dom/Implementation.html","d":"","f":{"n":"Dom","p":"Dom.html"}},{"t":"C","n":"Dom\\Mysql","p":"Dom/Mysql.html","d":"","f":{"n":"Dom","p":"Dom.html"}},{"t":"C","n":"Dom\\NamedNodeMap","p":"Dom/NamedNodeMap.html","d":"","f":{"n":"Dom","p":"Dom.html"}},{"t":"C","n":"Dom\\NamespaceInfo","p":"Dom/NamespaceInfo.html","d":"","f":{"n":"Dom","p":"Dom.html"}},{"t":"C","n":"Dom\\Node","p":"Dom/Node.html","d":"","f":{"n":"Dom","p":"Dom.html"}},{"t":"C","n":"Dom\\NodeList","p":"Dom/NodeList.html","d":"","f":{"n":"Dom","p":"Dom.html"}},{"t":"C","n":"Dom\\Notation","p":"Dom/Notation.html","d":"","f":{"n":"Dom","p":"Dom.html"}},{"t":"C","n":"Dom\\ParentNode","p":"Dom/ParentNode.html","d":"","f":{"n":"Dom","p":"Dom.html"}},{"t":"C","n":"Dom\\ProcessingInstruction","p":"Dom/ProcessingInstruction.html","d":"","f":{"n":"Dom","p":"Dom.html"}},{"t":"C","n":"Dom\\RandomError","p":"Dom/RandomError.html","d":"","f":{"n":"Dom","p":"Dom.html"}},{"t":"C","n":"Dom\\RandomException","p":"Dom/RandomException.html","d":"","f":{"n":"Dom","p":"Dom.html"}},{"t":"C","n":"Dom\\Sqlite","p":"Dom/Sqlite.html","d":"","f":{"n":"Dom","p":"Dom.html"}},{"t":"C","n":"Dom\\Text","p":"Dom/Text.html","d":"","f":{"n":"Dom","p":"Dom.html"}},{"t":"C","n":"Dom\\TokenList","p":"Dom/TokenList.html","d":"","f":{"n":"Dom","p":"Dom.html"}},{"t":"C","n":"Dom\\XMLDocument","p":"Dom/XMLDocument.html","d":"","f":{"n":"Dom","p":"Dom.html"}},{"t":"C","n":"Dom\\XPath","p":"Dom/XPath.html","d":"","f":{"n":"Dom","p":"Dom.html"}},{"t":"C","n":"DomainException","p":"DomainException.html","d":"

    Exception thrown if a value does not adhere to a defined valid data domain.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Ds\\Collection","p":"Ds/Collection.html","d":"

    Collection is the base interface which covers functionality common to all\nthe data structures in this library. It guarantees that all structures\nare traversable, countable, and can be converted to json using\njson_encode().

    ","f":{"n":"Ds","p":"Ds.html"}},{"t":"C","n":"Ds\\Deque","p":"Ds/Deque.html","d":"","f":{"n":"Ds","p":"Ds.html"}},{"t":"C","n":"Ds\\Hashable","p":"Ds/Hashable.html","d":"

    Hashable is an interface which allows objects to be used as keys. It\u2019s\nan alternative to spl_object_hash(), which determines an object\u2019s hash\nbased on its handle: this means that two objects that are considered\nequal by an implicit definition would not treated as equal because they\nare not the same instance.

    ","f":{"n":"Ds","p":"Ds.html"}},{"t":"C","n":"Ds\\Map","p":"Ds/Map.html","d":"","f":{"n":"Ds","p":"Ds.html"}},{"t":"C","n":"Ds\\Pair","p":"Ds/Pair.html","d":"

    A pair is used by Ds\\Map to pair keys with values.

    ","f":{"n":"Ds","p":"Ds.html"}},{"t":"C","n":"Ds\\PriorityQueue","p":"Ds/PriorityQueue.html","d":"

    A PriorityQueue is very similar to a Queue. Values are pushed into the\nqueue with an assigned priority, and the value with the highest priority\nwill always be at the front of the queue.

    ","f":{"n":"Ds","p":"Ds.html"}},{"t":"C","n":"Ds\\Queue","p":"Ds/Queue.html","d":"

    A Queue is a \u201cfirst in, first out\u201d or \u201cFIFO\u201d collection that only allows\naccess to the value at the front of the queue and iterates in that order,\ndestructively.

    ","f":{"n":"Ds","p":"Ds.html"}},{"t":"C","n":"Ds\\Sequence","p":"Ds/Sequence.html","d":"

    A Sequence describes the behaviour of values arranged in a single,\nlinear dimension. Some languages refer to this as a "List". It\u2019s\nsimilar to an array that uses incremental integer keys, with the\nexception of a few characteristics:

    \n
      \n
    • Values will always be indexed as [0, 1, 2, \u2026, size - 1].
    • \n
    • Only allowed to access values by index in the range [0, size - 1].
    • \n
    \n


    \nUse cases:

    \n
      \n
    • Wherever you would use an array as a list (not concerned with keys).
    • \n
    • A more efficient alternative to SplDoublyLinkedList and SplFixedArray.
    • \n
    ","f":{"n":"Ds","p":"Ds.html"}},{"t":"C","n":"Ds\\Set","p":"Ds/Set.html","d":"

    A Set is a sequence of unique values. This implementation uses the same\nhash table as Ds\\Map, where values are used as keys and the mapped value\nis ignored.

    ","f":{"n":"Ds","p":"Ds.html"}},{"t":"C","n":"Ds\\Stack","p":"Ds/Stack.html","d":"

    A Stack is a \u201clast in, first out\u201d or \u201cLIFO\u201d collection that only allows\naccess to the value at the top of the structure and iterates in that\norder, destructively.

    ","f":{"n":"Ds","p":"Ds.html"}},{"t":"C","n":"Ds\\Vector","p":"Ds/Vector.html","d":"

    A Vector is a sequence of values in a contiguous buffer that grows and\nshrinks automatically. It\u2019s the most efficient sequential structure\nbecause a value\u2019s index is a direct mapping to its index in the buffer,\nand the growth factor isn't bound to a specific multiple or exponent.

    ","f":{"n":"Ds","p":"Ds.html"}},{"t":"C","n":"Elastic\\Apm\\CustomErrorData","p":"Elastic/Apm/CustomErrorData.html","d":"

    Data to create custom error event

    ","f":{"n":"Elastic\\Apm","p":"Elastic/Apm.html"}},{"t":"C","n":"Elastic\\Apm\\DistributedTracingData","p":"Elastic/Apm/DistributedTracingData.html","d":null,"f":{"n":"Elastic\\Apm","p":"Elastic/Apm.html"}},{"t":"C","n":"Elastic\\Apm\\ElasticApm","p":"Elastic/Apm/ElasticApm.html","d":"

    Class ElasticApm is a facade (as in Facade design pattern) to the rest of Elastic APM public API.

    ","f":{"n":"Elastic\\Apm","p":"Elastic/Apm.html"}},{"t":"C","n":"Elastic\\Apm\\ExecutionSegmentContextInterface","p":"Elastic/Apm/ExecutionSegmentContextInterface.html","d":"

    This interface has functionality shared between Transaction and Span contexts'.

    ","f":{"n":"Elastic\\Apm","p":"Elastic/Apm.html"}},{"t":"C","n":"Elastic\\Apm\\ExecutionSegmentInterface","p":"Elastic/Apm/ExecutionSegmentInterface.html","d":"

    This interface has functionality shared between Transaction and Span.

    ","f":{"n":"Elastic\\Apm","p":"Elastic/Apm.html"}},{"t":"C","n":"Elastic\\Apm\\SpanContextDbInterface","p":"Elastic/Apm/SpanContextDbInterface.html","d":null,"f":{"n":"Elastic\\Apm","p":"Elastic/Apm.html"}},{"t":"C","n":"Elastic\\Apm\\SpanContextDestinationInterface","p":"Elastic/Apm/SpanContextDestinationInterface.html","d":"

    An object containing contextual data about the destination for spans

    ","f":{"n":"Elastic\\Apm","p":"Elastic/Apm.html"}},{"t":"C","n":"Elastic\\Apm\\SpanContextHttpInterface","p":"Elastic/Apm/SpanContextHttpInterface.html","d":null,"f":{"n":"Elastic\\Apm","p":"Elastic/Apm.html"}},{"t":"C","n":"Elastic\\Apm\\SpanContextInterface","p":"Elastic/Apm/SpanContextInterface.html","d":null,"f":{"n":"Elastic\\Apm","p":"Elastic/Apm.html"}},{"t":"C","n":"Elastic\\Apm\\SpanInterface","p":"Elastic/Apm/SpanInterface.html","d":null,"f":{"n":"Elastic\\Apm","p":"Elastic/Apm.html"}},{"t":"C","n":"Elastic\\Apm\\TransactionBuilderInterface","p":"Elastic/Apm/TransactionBuilderInterface.html","d":"

    Class to gather optional parameters to start a new transaction

    ","f":{"n":"Elastic\\Apm","p":"Elastic/Apm.html"}},{"t":"C","n":"Elastic\\Apm\\TransactionContextInterface","p":"Elastic/Apm/TransactionContextInterface.html","d":null,"f":{"n":"Elastic\\Apm","p":"Elastic/Apm.html"}},{"t":"C","n":"Elastic\\Apm\\TransactionContextRequestInterface","p":"Elastic/Apm/TransactionContextRequestInterface.html","d":null,"f":{"n":"Elastic\\Apm","p":"Elastic/Apm.html"}},{"t":"C","n":"Elastic\\Apm\\TransactionContextRequestUrlInterface","p":"Elastic/Apm/TransactionContextRequestUrlInterface.html","d":null,"f":{"n":"Elastic\\Apm","p":"Elastic/Apm.html"}},{"t":"C","n":"Elastic\\Apm\\TransactionInterface","p":"Elastic/Apm/TransactionInterface.html","d":null,"f":{"n":"Elastic\\Apm","p":"Elastic/Apm.html"}},{"t":"C","n":"EmptyIterator","p":"EmptyIterator.html","d":"

    The EmptyIterator class for an empty iterator.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"EnchantBroker","p":"EnchantBroker.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"EnchantDictionary","p":"EnchantDictionary.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Error","p":"Error.html","d":"

    Error is the base class for all internal PHP error exceptions.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ErrorException","p":"ErrorException.html","d":"

    An Error Exception.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Ev","p":"Ev.html","d":"

    Ev is a singleton providing access to the default loop and to some common operations.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"EvCheck","p":"EvCheck.html","d":"

    Class EvCheck

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"EvChild","p":"EvChild.html","d":"

    Class EvChild

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"EvEmbed","p":"EvEmbed.html","d":"

    Class EvEmbed

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"EvFork","p":"EvFork.html","d":"

    Class EvFork

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"EvIdle","p":"EvIdle.html","d":"

    Class EvIdle

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"EvIo","p":"EvIo.html","d":"

    Class EvIo

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"EvLoop","p":"EvLoop.html","d":"

    Class EvLoop

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"EvPeriodic","p":"EvPeriodic.html","d":"

    Class EvPeriodic

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"EvPrepare","p":"EvPrepare.html","d":"

    Class EvPrepare

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"EvSignal","p":"EvSignal.html","d":"

    Class EvSignal

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"EvStat","p":"EvStat.html","d":"

    Class EvStat

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"EvTimer","p":"EvTimer.html","d":"

    Class EvTimer

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"EvWatcher","p":"EvWatcher.html","d":"

    Class EvWatcher

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Event","p":"Event.html","d":"Event.","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"EventBase","p":"EventBase.html","d":"EventBase.","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"EventBuffer","p":"EventBuffer.html","d":"EventBuffer.","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"EventBufferEvent","p":"EventBufferEvent.html","d":"EventBufferEvent.","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"EventConfig","p":"EventConfig.html","d":"EventConfig.","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"EventDnsBase","p":"EventDnsBase.html","d":"EventDnsBase.","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"EventHttp","p":"EventHttp.html","d":"EventHttp.","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"EventHttpConnection","p":"EventHttpConnection.html","d":"EventHttpConnection.","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"EventHttpRequest","p":"EventHttpRequest.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"EventListener","p":"EventListener.html","d":"EventListener.","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"EventSslContext","p":"EventSslContext.html","d":"EventSslContext.","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"EventUtil","p":"EventUtil.html","d":"EventUtil.","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Exception","p":"Exception.html","d":"

    Exception is the base class for\nall Exceptions.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"FANNConnection","p":"FANNConnection.html","d":"

    Class FANNConnection

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"FFI","p":"FFI.html","d":"

    FFI class provides access to a simple way to call native functions,\naccess native variables and create/access data structures defined\nin C language.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"FFI\\CData","p":"FFI/CData.html","d":"

    Proxy object that provides access to compiled structures.

    ","f":{"n":"FFI","p":"FFI.html"}},{"t":"C","n":"FFI\\CType","p":"FFI/CType.html","d":"

    Class containing C type information.

    ","f":{"n":"FFI","p":"FFI.html"}},{"t":"C","n":"FFI\\Exception","p":"FFI/Exception.html","d":"

    General FFI exception.

    ","f":{"n":"FFI","p":"FFI.html"}},{"t":"C","n":"FFI\\ParserException","p":"FFI/ParserException.html","d":"

    An exception that occurs when parsing invalid header files.

    ","f":{"n":"FFI","p":"FFI.html"}},{"t":"C","n":"FTP\\Connection","p":"FTP/Connection.html","d":"","f":{"n":"FTP","p":"FTP.html"}},{"t":"C","n":"Fiber","p":"Fiber.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"FiberError","p":"FiberError.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"FilesystemIterator","p":"FilesystemIterator.html","d":"

    The Filesystem iterator

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"FilterIterator","p":"FilterIterator.html","d":"

    This abstract iterator filters out unwanted values. This class should be extended to\nimplement custom iterator filters. The FilterIterator::accept\nmust be implemented in the subclass.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"GEOSGeometry","p":"GEOSGeometry.html","d":"

    Class GEOSGeometry

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"GEOSWKBReader","p":"GEOSWKBReader.html","d":"

    Class GEOSWKBReader

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"GEOSWKBWriter","p":"GEOSWKBWriter.html","d":"

    Class GEOSWKBWriter

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"GEOSWKTReader","p":"GEOSWKTReader.html","d":"

    Class GEOSWKTReader

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"GEOSWKTWriter","p":"GEOSWKTWriter.html","d":"

    Class GEOSWKTWriter

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"GMP","p":"GMP.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"GdFont","p":"GdFont.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"GdImage","p":"GdImage.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"GearmanClient","p":"GearmanClient.html","d":"

    Class: GearmanClient

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"GearmanException","p":"GearmanException.html","d":"

    Class: GearmanException

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"GearmanJob","p":"GearmanJob.html","d":"

    Class: GearmanJob

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"GearmanTask","p":"GearmanTask.html","d":"

    Class: GearmanTask

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"GearmanWorker","p":"GearmanWorker.html","d":"

    Class: GearmanWorker

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Generator","p":"Generator.html","d":"

    Generator objects are returned from generators, cannot be instantiated via new.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"GlobIterator","p":"GlobIterator.html","d":"

    Iterates through a file system in a similar fashion to\nglob.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Gmagick","p":"Gmagick.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"GmagickDraw","p":"GmagickDraw.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"GmagickException","p":"GmagickException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"GmagickPixel","p":"GmagickPixel.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"GmagickPixelException","p":"GmagickPixelException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Grpc\\Call","p":"Grpc/Call.html","d":"

    Class Call

    ","f":{"n":"Grpc","p":"Grpc.html"}},{"t":"C","n":"Grpc\\CallCredentials","p":"Grpc/CallCredentials.html","d":"

    Class CallCredentials

    ","f":{"n":"Grpc","p":"Grpc.html"}},{"t":"C","n":"Grpc\\Channel","p":"Grpc/Channel.html","d":"

    Class Channel

    ","f":{"n":"Grpc","p":"Grpc.html"}},{"t":"C","n":"Grpc\\ChannelCredentials","p":"Grpc/ChannelCredentials.html","d":"

    Class ChannelCredentials

    ","f":{"n":"Grpc","p":"Grpc.html"}},{"t":"C","n":"Grpc\\Server","p":"Grpc/Server.html","d":"

    Class Server

    ","f":{"n":"Grpc","p":"Grpc.html"}},{"t":"C","n":"Grpc\\ServerCredentials","p":"Grpc/ServerCredentials.html","d":"

    Class ServerCredentials

    ","f":{"n":"Grpc","p":"Grpc.html"}},{"t":"C","n":"Grpc\\Timeval","p":"Grpc/Timeval.html","d":"

    Class Timeval

    ","f":{"n":"Grpc","p":"Grpc.html"}},{"t":"C","n":"HashContext","p":"HashContext.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"HttpDeflateStream","p":"HttpDeflateStream.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"HttpEncodingException","p":"HttpEncodingException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"HttpException","p":"HttpException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"HttpHeaderException","p":"HttpHeaderException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"HttpInflateStream","p":"HttpInflateStream.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"HttpInvalidParamException","p":"HttpInvalidParamException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"HttpMalformedHeadersException","p":"HttpMalformedHeadersException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"HttpMessage","p":"HttpMessage.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"HttpMessageTypeException","p":"HttpMessageTypeException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"HttpQueryString","p":"HttpQueryString.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"HttpQueryStringException","p":"HttpQueryStringException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"HttpRequest","p":"HttpRequest.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"HttpRequestDataShare","p":"HttpRequestDataShare.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"HttpRequestException","p":"HttpRequestException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"HttpRequestMethodException","p":"HttpRequestMethodException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"HttpRequestPool","p":"HttpRequestPool.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"HttpRequestPoolException","p":"HttpRequestPoolException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"HttpResponse","p":"HttpResponse.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"HttpResponseException","p":"HttpResponseException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"HttpRuntimeException","p":"HttpRuntimeException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"HttpSocketException","p":"HttpSocketException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"HttpUrlException","p":"HttpUrlException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"HttpUtil","p":"HttpUtil.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"IMAP\\Connection","p":"IMAP/Connection.html","d":"","f":{"n":"IMAP","p":"IMAP.html"}},{"t":"C","n":"Imagick","p":"Imagick.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ImagickDraw","p":"ImagickDraw.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ImagickDrawException","p":"ImagickDrawException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ImagickException","p":"ImagickException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ImagickKernel","p":"ImagickKernel.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ImagickKernelException","p":"ImagickKernelException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ImagickPixel","p":"ImagickPixel.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ImagickPixelException","p":"ImagickPixelException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ImagickPixelIterator","p":"ImagickPixelIterator.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ImagickPixelIteratorException","p":"ImagickPixelIteratorException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"InfiniteIterator","p":"InfiniteIterator.html","d":"

    The InfiniteIterator allows one to\ninfinitely iterate over an iterator without having to manually\nrewind the iterator upon reaching its end.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"InflateContext","p":"InflateContext.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"IntBackedEnum","p":"IntBackedEnum.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"InternalIterator","p":"InternalIterator.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"IntlBreakIterator","p":"IntlBreakIterator.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"IntlCalendar","p":"IntlCalendar.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"IntlChar","p":"IntlChar.html","d":"

    IntlChar provides access to a number of utility methods that can be used to access information about Unicode characters.

    \n

    The methods and constants adhere closely to the names and behavior used by the underlying ICU library.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"IntlCodePointBreakIterator","p":"IntlCodePointBreakIterator.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"IntlDateFormatter","p":"IntlDateFormatter.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"IntlDatePatternGenerator","p":"IntlDatePatternGenerator.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"IntlException","p":"IntlException.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"IntlGregorianCalendar","p":"IntlGregorianCalendar.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"IntlIterator","p":"IntlIterator.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"IntlPartsIterator","p":"IntlPartsIterator.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"IntlRuleBasedBreakIterator","p":"IntlRuleBasedBreakIterator.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"IntlTimeZone","p":"IntlTimeZone.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"InvalidArgumentException","p":"InvalidArgumentException.html","d":"

    Exception thrown if an argument is not of the expected type.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Iterator","p":"Iterator.html","d":"

    Interface for external iterators or objects that can be iterated\nthemselves internally.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"IteratorAggregate","p":"IteratorAggregate.html","d":"

    Interface to create an external Iterator.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"IteratorIterator","p":"IteratorIterator.html","d":"

    This iterator wrapper allows the conversion of anything that is\nTraversable into an Iterator.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"JavaException","p":"JavaException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"JetBrains\\PHPStormStub\\PhpStormStubsMap","p":"JetBrains/PHPStormStub/PhpStormStubsMap.html","d":"

    This is a generated file, do not modify it directly!

    ","f":{"n":"JetBrains\\PHPStormStub","p":"JetBrains/PHPStormStub.html"}},{"t":"C","n":"JetBrains\\PhpStorm\\ArrayShape","p":"JetBrains/PhpStorm/ArrayShape.html","d":"

    The attribute specifies possible array keys and their types.

    ","f":{"n":"JetBrains\\PhpStorm","p":"JetBrains/PhpStorm.html"}},{"t":"C","n":"JetBrains\\PhpStorm\\Deprecated","p":"JetBrains/PhpStorm/Deprecated.html","d":null,"f":{"n":"JetBrains\\PhpStorm","p":"JetBrains/PhpStorm.html"}},{"t":"C","n":"JetBrains\\PhpStorm\\ExpectedValues","p":"JetBrains/PhpStorm/ExpectedValues.html","d":"

    The attribute specifies the expected values of an entity: return values for functions and arguments' values for methods.

    ","f":{"n":"JetBrains\\PhpStorm","p":"JetBrains/PhpStorm.html"}},{"t":"C","n":"JetBrains\\PhpStorm\\Immutable","p":"JetBrains/PhpStorm/Immutable.html","d":"

    Mark a property (or all class properties in the case of a class) as immutable.

    ","f":{"n":"JetBrains\\PhpStorm","p":"JetBrains/PhpStorm.html"}},{"t":"C","n":"JetBrains\\PhpStorm\\Internal\\LanguageLevelTypeAware","p":"JetBrains/PhpStorm/Internal/LanguageLevelTypeAware.html","d":"

    For PhpStorm internal use only

    ","f":{"n":"JetBrains\\PhpStorm\\Internal","p":"JetBrains/PhpStorm/Internal.html"}},{"t":"C","n":"JetBrains\\PhpStorm\\Internal\\PhpStormStubsElementAvailable","p":"JetBrains/PhpStorm/Internal/PhpStormStubsElementAvailable.html","d":"

    For PhpStorm internal use only

    ","f":{"n":"JetBrains\\PhpStorm\\Internal","p":"JetBrains/PhpStorm/Internal.html"}},{"t":"C","n":"JetBrains\\PhpStorm\\Internal\\ReturnTypeContract","p":"JetBrains/PhpStorm/Internal/ReturnTypeContract.html","d":"

    For PhpStorm internal use only

    ","f":{"n":"JetBrains\\PhpStorm\\Internal","p":"JetBrains/PhpStorm/Internal.html"}},{"t":"C","n":"JetBrains\\PhpStorm\\Internal\\TentativeType","p":"JetBrains/PhpStorm/Internal/TentativeType.html","d":"

    For PhpStorm internal use only

    ","f":{"n":"JetBrains\\PhpStorm\\Internal","p":"JetBrains/PhpStorm/Internal.html"}},{"t":"C","n":"JetBrains\\PhpStorm\\Language","p":"JetBrains/PhpStorm/Language.html","d":"

    Specifies that the parameter is a string that represents source code in a different language.

    ","f":{"n":"JetBrains\\PhpStorm","p":"JetBrains/PhpStorm.html"}},{"t":"C","n":"JetBrains\\PhpStorm\\NoReturn","p":"JetBrains/PhpStorm/NoReturn.html","d":"

    You can use this facility to mark the function as halting the execution flow.

    ","f":{"n":"JetBrains\\PhpStorm","p":"JetBrains/PhpStorm.html"}},{"t":"C","n":"JetBrains\\PhpStorm\\ObjectShape","p":"JetBrains/PhpStorm/ObjectShape.html","d":"

    The attribute specifies possible object field names and their types.

    ","f":{"n":"JetBrains\\PhpStorm","p":"JetBrains/PhpStorm.html"}},{"t":"C","n":"JetBrains\\PhpStorm\\Pure","p":"JetBrains/PhpStorm/Pure.html","d":"

    The attribute marks the function that has no impact on the program state or passed parameters used after the function execution.

    ","f":{"n":"JetBrains\\PhpStorm","p":"JetBrains/PhpStorm.html"}},{"t":"C","n":"JsonException","p":"JsonException.html","d":"

    Class JsonException

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"JsonIncrementalParser","p":"JsonIncrementalParser.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"JsonSerializable","p":"JsonSerializable.html","d":"

    Objects implementing JsonSerializable\ncan customize their JSON representation when encoded with\njson_encode.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Judy","p":"Judy.html","d":"

    Class Judy.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"LDAP\\Connection","p":"LDAP/Connection.html","d":"","f":{"n":"LDAP","p":"LDAP.html"}},{"t":"C","n":"LDAP\\Result","p":"LDAP/Result.html","d":"","f":{"n":"LDAP","p":"LDAP.html"}},{"t":"C","n":"LDAP\\ResultEntry","p":"LDAP/ResultEntry.html","d":"","f":{"n":"LDAP","p":"LDAP.html"}},{"t":"C","n":"LengthException","p":"LengthException.html","d":"

    Exception thrown if a length is invalid.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"LevelDB","p":"LevelDB.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"LevelDBException","p":"LevelDBException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"LevelDBIterator","p":"LevelDBIterator.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"LevelDBSnapshot","p":"LevelDBSnapshot.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"LevelDBWriteBatch","p":"LevelDBWriteBatch.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"LibXMLError","p":"LibXMLError.html","d":"

    Contains various information about errors thrown by libxml. The error codes\nare described within the official\nxmlError API documentation.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"LimitIterator","p":"LimitIterator.html","d":"

    The LimitIterator class allows iteration over\na limited subset of items in an Iterator.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Locale","p":"Locale.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"LogicException","p":"LogicException.html","d":"

    Exception that represents error in the program logic. This kind of\nexception should lead directly to a fix in your code.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Lua","p":"Lua.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"LuaSandbox","p":"LuaSandbox.html","d":"

    The LuaSandbox class creates a Lua environment and allows for execution of Lua code.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"LuaSandboxError","p":"LuaSandboxError.html","d":"

    Base class for LuaSandbox exceptions.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"LuaSandboxErrorError","p":"LuaSandboxErrorError.html","d":"

    Exception thrown when Lua encounters an error inside an error handler.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"LuaSandboxFatalError","p":"LuaSandboxFatalError.html","d":"

    Uncatchable LuaSandbox exceptions.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"LuaSandboxFunction","p":"LuaSandboxFunction.html","d":"

    Represents a Lua function, allowing it to be called from PHP.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"LuaSandboxMemoryError","p":"LuaSandboxMemoryError.html","d":"

    Exception thrown when Lua cannot allocate memory.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"LuaSandboxRuntimeError","p":"LuaSandboxRuntimeError.html","d":"

    Catchable LuaSandbox runtime exceptions.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"LuaSandboxSyntaxError","p":"LuaSandboxSyntaxError.html","d":"

    Exception thrown when Lua code cannot be parsed.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"LuaSandboxTimeoutError","p":"LuaSandboxTimeoutError.html","d":"

    Exception thrown when the configured CPU time limit is exceeded.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Memcache","p":"Memcache.html","d":"

    Represents a connection to a set of memcache servers.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MemcachePool","p":"MemcachePool.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Memcached","p":"Memcached.html","d":"

    Represents a connection to a set of memcached servers.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MemcachedException","p":"MemcachedException.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MessageFormatter","p":"MessageFormatter.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MessagePack","p":"MessagePack.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MessagePackUnpacker","p":"MessagePackUnpacker.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Mongo","p":"Mongo.html","d":"

    The connection point between MongoDB and PHP.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MongoBinData","p":"MongoBinData.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MongoClient","p":"MongoClient.html","d":"

    A connection between PHP and MongoDB. This class is used to create and manage connections\nSee MongoClient::__construct() and the section on connecting for more information about creating connections.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MongoCode","p":"MongoCode.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MongoCollection","p":"MongoCollection.html","d":"

    Represents a database collection.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MongoCommandCursor","p":"MongoCommandCursor.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MongoConnectionException","p":"MongoConnectionException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MongoCursor","p":"MongoCursor.html","d":"

    Result object for database query.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MongoCursorException","p":"MongoCursorException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MongoCursorInterface","p":"MongoCursorInterface.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MongoCursorTimeoutException","p":"MongoCursorTimeoutException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MongoDB","p":"MongoDB.html","d":"

    Instances of this class are used to interact with a database.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MongoDBRef","p":"MongoDBRef.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MongoDB\\BSON\\Binary","p":"MongoDB/BSON/Binary.html","d":"

    Class Binary

    ","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"C","n":"MongoDB\\BSON\\BinaryInterface","p":"MongoDB/BSON/BinaryInterface.html","d":"

    This interface is implemented by MongoDB\\BSON\\Binary but may also be used for type-hinting and userland classes.

    ","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"C","n":"MongoDB\\BSON\\DBPointer","p":"MongoDB/BSON/DBPointer.html","d":"

    BSON type for the "DbPointer" type. This BSON type is deprecated, and this class can not be instantiated. It will be created from a\nBSON symbol type while converting BSON to PHP, and can also be converted back into BSON while storing documents in the database.

    ","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"C","n":"MongoDB\\BSON\\Decimal128","p":"MongoDB/BSON/Decimal128.html","d":"

    BSON type for the Decimal128 floating-point format, which supports numbers with up to 34 decimal digits (i.e. significant digits) and an exponent range of \u22126143 to +6144.

    ","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"C","n":"MongoDB\\BSON\\Decimal128Interface","p":"MongoDB/BSON/Decimal128Interface.html","d":"

    This interface is implemented by MongoDB\\BSON\\Decimal128 but may also be used for type-hinting and userland classes.

    ","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"C","n":"MongoDB\\BSON\\Document","p":"MongoDB/BSON/Document.html","d":"","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"C","n":"MongoDB\\BSON\\Int64","p":"MongoDB/BSON/Int64.html","d":"

    BSON type for a 64-bit integer.

    ","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"C","n":"MongoDB\\BSON\\Iterator","p":"MongoDB/BSON/Iterator.html","d":"","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"C","n":"MongoDB\\BSON\\Javascript","p":"MongoDB/BSON/Javascript.html","d":"

    Class Javascript

    ","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"C","n":"MongoDB\\BSON\\JavascriptInterface","p":"MongoDB/BSON/JavascriptInterface.html","d":"

    Interface JavascriptInterface

    ","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"C","n":"MongoDB\\BSON\\MaxKey","p":"MongoDB/BSON/MaxKey.html","d":"

    Class MaxKey

    ","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"C","n":"MongoDB\\BSON\\MaxKeyInterface","p":"MongoDB/BSON/MaxKeyInterface.html","d":"

    This interface is implemented by MongoDB\\BSON\\MaxKey but may also be used for type-hinting and userland classes.

    ","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"C","n":"MongoDB\\BSON\\MinKey","p":"MongoDB/BSON/MinKey.html","d":"

    Class MinKey

    ","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"C","n":"MongoDB\\BSON\\MinKeyInterface","p":"MongoDB/BSON/MinKeyInterface.html","d":"

    This interface is implemented by MongoDB\\BSON\\MinKey but may also be used for type-hinting and userland classes.

    ","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"C","n":"MongoDB\\BSON\\ObjectId","p":"MongoDB/BSON/ObjectId.html","d":"

    Class ObjectId

    ","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"C","n":"MongoDB\\BSON\\ObjectIdInterface","p":"MongoDB/BSON/ObjectIdInterface.html","d":"

    This interface is implemented by MongoDB\\BSON\\ObjectId but may also be used for type-hinting and userland classes.

    ","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"C","n":"MongoDB\\BSON\\PackedArray","p":"MongoDB/BSON/PackedArray.html","d":"","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"C","n":"MongoDB\\BSON\\Persistable","p":"MongoDB/BSON/Persistable.html","d":"

    Classes may implement this interface to take advantage of automatic ODM (object document mapping) behavior in the driver.

    ","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"C","n":"MongoDB\\BSON\\Regex","p":"MongoDB/BSON/Regex.html","d":"

    Class Regex

    ","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"C","n":"MongoDB\\BSON\\RegexInterface","p":"MongoDB/BSON/RegexInterface.html","d":"","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"C","n":"MongoDB\\BSON\\Serializable","p":"MongoDB/BSON/Serializable.html","d":"

    Classes that implement this interface may return data to be serialized as a BSON array or document in lieu of the object's public properties

    ","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"C","n":"MongoDB\\BSON\\Symbol","p":"MongoDB/BSON/Symbol.html","d":"

    BSON type for the "Symbol" type. This BSON type is deprecated, and this class can not be instantiated. It will be created from a\nBSON symbol type while converting BSON to PHP, and can also be converted back into BSON while storing documents in the database.

    ","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"C","n":"MongoDB\\BSON\\Timestamp","p":"MongoDB/BSON/Timestamp.html","d":"

    Represents a BSON timestamp, which is an internal MongoDB type not intended for general date storage.

    ","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"C","n":"MongoDB\\BSON\\TimestampInterface","p":"MongoDB/BSON/TimestampInterface.html","d":"

    Interface TimestampInterface

    ","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"C","n":"MongoDB\\BSON\\Type","p":"MongoDB/BSON/Type.html","d":"

    Interface Type

    ","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"C","n":"MongoDB\\BSON\\UTCDateTime","p":"MongoDB/BSON/UTCDateTime.html","d":"

    Represents a BSON date.

    ","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"C","n":"MongoDB\\BSON\\UTCDateTimeInterface","p":"MongoDB/BSON/UTCDateTimeInterface.html","d":"

    This interface is implemented by MongoDB\\BSON\\UTCDateTime but may also be used for type-hinting and userland classes.

    ","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"C","n":"MongoDB\\BSON\\Undefined","p":"MongoDB/BSON/Undefined.html","d":"

    BSON type for the "Undefined" type. This BSON type is deprecated, and this class can not be instantiated. It will be created\nfrom a BSON undefined type while converting BSON to PHP, and can also be converted back into BSON while storing documents in the database.

    ","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"C","n":"MongoDB\\BSON\\Unserializable","p":"MongoDB/BSON/Unserializable.html","d":"

    Classes that implement this interface may be specified in a type map for unserializing BSON arrays and documents (both root and embedded).

    ","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"C","n":"MongoDB\\Driver\\BulkWrite","p":"MongoDB/Driver/BulkWrite.html","d":"

    The BulkWrite collects one or more write operations that should be sent to the server.

    ","f":{"n":"MongoDB\\Driver","p":"MongoDB/Driver.html"}},{"t":"C","n":"MongoDB\\Driver\\ClientEncryption","p":"MongoDB/Driver/ClientEncryption.html","d":"

    The MongoDB\\Driver\\ClientEncryption class handles creation of data keys for client-side encryption, as well as manually encrypting and decrypting values.

    ","f":{"n":"MongoDB\\Driver","p":"MongoDB/Driver.html"}},{"t":"C","n":"MongoDB\\Driver\\Command","p":"MongoDB/Driver/Command.html","d":"

    The MongoDB\\Driver\\Command class is a value object that represents a database command.

    ","f":{"n":"MongoDB\\Driver","p":"MongoDB/Driver.html"}},{"t":"C","n":"MongoDB\\Driver\\Cursor","p":"MongoDB/Driver/Cursor.html","d":"

    The MongoDB\\Driver\\Cursor class encapsulates the results of a MongoDB command or query and may be returned by MongoDB\\Driver\\Manager::executeCommand() or MongoDB\\Driver\\Manager::executeQuery(), respectively.

    ","f":{"n":"MongoDB\\Driver","p":"MongoDB/Driver.html"}},{"t":"C","n":"MongoDB\\Driver\\CursorId","p":"MongoDB/Driver/CursorId.html","d":"

    Class CursorId

    ","f":{"n":"MongoDB\\Driver","p":"MongoDB/Driver.html"}},{"t":"C","n":"MongoDB\\Driver\\CursorInterface","p":"MongoDB/Driver/CursorInterface.html","d":"

    This interface is implemented by MongoDB\\Driver\\Cursor but may also be used for type-hinting and userland classes.

    ","f":{"n":"MongoDB\\Driver","p":"MongoDB/Driver.html"}},{"t":"C","n":"MongoDB\\Driver\\Exception\\AuthenticationException","p":"MongoDB/Driver/Exception/AuthenticationException.html","d":"

    Thrown when the driver fails to authenticate with the server.

    ","f":{"n":"MongoDB\\Driver\\Exception","p":"MongoDB/Driver/Exception.html"}},{"t":"C","n":"MongoDB\\Driver\\Exception\\BulkWriteException","p":"MongoDB/Driver/Exception/BulkWriteException.html","d":"

    Thrown when a bulk write operation fails.

    ","f":{"n":"MongoDB\\Driver\\Exception","p":"MongoDB/Driver/Exception.html"}},{"t":"C","n":"MongoDB\\Driver\\Exception\\CommandException","p":"MongoDB/Driver/Exception/CommandException.html","d":"

    Thrown when a command fails

    ","f":{"n":"MongoDB\\Driver\\Exception","p":"MongoDB/Driver/Exception.html"}},{"t":"C","n":"MongoDB\\Driver\\Exception\\ConnectionException","p":"MongoDB/Driver/Exception/ConnectionException.html","d":"

    Base class for exceptions thrown when the driver fails to establish a database connection.

    ","f":{"n":"MongoDB\\Driver\\Exception","p":"MongoDB/Driver/Exception.html"}},{"t":"C","n":"MongoDB\\Driver\\Exception\\ConnectionTimeoutException","p":"MongoDB/Driver/Exception/ConnectionTimeoutException.html","d":"

    Thrown when the driver fails to establish a database connection within a specified time limit (e.g. connectTimeoutMS).

    ","f":{"n":"MongoDB\\Driver\\Exception","p":"MongoDB/Driver/Exception.html"}},{"t":"C","n":"MongoDB\\Driver\\Exception\\EncryptionException","p":"MongoDB/Driver/Exception/EncryptionException.html","d":"

    Base class for exceptions thrown during client-side encryption.

    ","f":{"n":"MongoDB\\Driver\\Exception","p":"MongoDB/Driver/Exception.html"}},{"t":"C","n":"MongoDB\\Driver\\Exception\\Exception","p":"MongoDB/Driver/Exception/Exception.html","d":"

    Common interface for all driver exceptions. This may be used to catch only exceptions originating from the driver itself.

    ","f":{"n":"MongoDB\\Driver\\Exception","p":"MongoDB/Driver/Exception.html"}},{"t":"C","n":"MongoDB\\Driver\\Exception\\ExecutionTimeoutException","p":"MongoDB/Driver/Exception/ExecutionTimeoutException.html","d":"

    Thrown when a query or command fails to complete within a specified time limit (e.g. maxTimeMS).

    ","f":{"n":"MongoDB\\Driver\\Exception","p":"MongoDB/Driver/Exception.html"}},{"t":"C","n":"MongoDB\\Driver\\Exception\\InvalidArgumentException","p":"MongoDB/Driver/Exception/InvalidArgumentException.html","d":"

    Thrown when a driver method is given invalid arguments (e.g. invalid option types).

    ","f":{"n":"MongoDB\\Driver\\Exception","p":"MongoDB/Driver/Exception.html"}},{"t":"C","n":"MongoDB\\Driver\\Exception\\LogicException","p":"MongoDB/Driver/Exception/LogicException.html","d":"

    Thrown when the driver is incorrectly used (e.g. rewinding a cursor).

    ","f":{"n":"MongoDB\\Driver\\Exception","p":"MongoDB/Driver/Exception.html"}},{"t":"C","n":"MongoDB\\Driver\\Exception\\RuntimeException","p":"MongoDB/Driver/Exception/RuntimeException.html","d":"

    Thrown when the driver encounters a runtime error (e.g. internal error from \u00bb libmongoc).

    ","f":{"n":"MongoDB\\Driver\\Exception","p":"MongoDB/Driver/Exception.html"}},{"t":"C","n":"MongoDB\\Driver\\Exception\\SSLConnectionException","p":"MongoDB/Driver/Exception/SSLConnectionException.html","d":"

    Thrown when the driver fails to establish an SSL connection with the server.

    ","f":{"n":"MongoDB\\Driver\\Exception","p":"MongoDB/Driver/Exception.html"}},{"t":"C","n":"MongoDB\\Driver\\Exception\\ServerException","p":"MongoDB/Driver/Exception/ServerException.html","d":"

    Base class for exceptions thrown by the server. The code of this exception and its subclasses will correspond to the original\nerror code from the server.

    ","f":{"n":"MongoDB\\Driver\\Exception","p":"MongoDB/Driver/Exception.html"}},{"t":"C","n":"MongoDB\\Driver\\Exception\\UnexpectedValueException","p":"MongoDB/Driver/Exception/UnexpectedValueException.html","d":"

    Thrown when the driver encounters an unexpected value (e.g. during BSON serialization or deserialization).

    ","f":{"n":"MongoDB\\Driver\\Exception","p":"MongoDB/Driver/Exception.html"}},{"t":"C","n":"MongoDB\\Driver\\Exception\\WriteConcernException","p":"MongoDB/Driver/Exception/WriteConcernException.html","d":null,"f":{"n":"MongoDB\\Driver\\Exception","p":"MongoDB/Driver/Exception.html"}},{"t":"C","n":"MongoDB\\Driver\\Exception\\WriteException","p":"MongoDB/Driver/Exception/WriteException.html","d":"

    Base class for exceptions thrown by a failed write operation.

    ","f":{"n":"MongoDB\\Driver\\Exception","p":"MongoDB/Driver/Exception.html"}},{"t":"C","n":"MongoDB\\Driver\\Manager","p":"MongoDB/Driver/Manager.html","d":"

    The MongoDB\\Driver\\Manager is the main entry point to the extension. It is responsible for maintaining connections to MongoDB (be it standalone server, replica set, or sharded cluster).

    ","f":{"n":"MongoDB\\Driver","p":"MongoDB/Driver.html"}},{"t":"C","n":"MongoDB\\Driver\\Monitoring\\CommandFailedEvent","p":"MongoDB/Driver/Monitoring/CommandFailedEvent.html","d":"

    Encapsulates information about a failed command.

    ","f":{"n":"MongoDB\\Driver\\Monitoring","p":"MongoDB/Driver/Monitoring.html"}},{"t":"C","n":"MongoDB\\Driver\\Monitoring\\CommandStartedEvent","p":"MongoDB/Driver/Monitoring/CommandStartedEvent.html","d":"

    Encapsulates information about a failed command.

    ","f":{"n":"MongoDB\\Driver\\Monitoring","p":"MongoDB/Driver/Monitoring.html"}},{"t":"C","n":"MongoDB\\Driver\\Monitoring\\CommandSubscriber","p":"MongoDB/Driver/Monitoring/CommandSubscriber.html","d":"

    Classes may implement this interface to register an event subscriber that is notified for each started, successful, and failed command event.

    ","f":{"n":"MongoDB\\Driver\\Monitoring","p":"MongoDB/Driver/Monitoring.html"}},{"t":"C","n":"MongoDB\\Driver\\Monitoring\\CommandSucceededEvent","p":"MongoDB/Driver/Monitoring/CommandSucceededEvent.html","d":"

    Encapsulates information about a successful command.

    ","f":{"n":"MongoDB\\Driver\\Monitoring","p":"MongoDB/Driver/Monitoring.html"}},{"t":"C","n":"MongoDB\\Driver\\Monitoring\\LogSubscriber","p":"MongoDB/Driver/Monitoring/LogSubscriber.html","d":"","f":{"n":"MongoDB\\Driver\\Monitoring","p":"MongoDB/Driver/Monitoring.html"}},{"t":"C","n":"MongoDB\\Driver\\Monitoring\\SDAMSubscriber","p":"MongoDB/Driver/Monitoring/SDAMSubscriber.html","d":"","f":{"n":"MongoDB\\Driver\\Monitoring","p":"MongoDB/Driver/Monitoring.html"}},{"t":"C","n":"MongoDB\\Driver\\Monitoring\\ServerChangedEvent","p":"MongoDB/Driver/Monitoring/ServerChangedEvent.html","d":"","f":{"n":"MongoDB\\Driver\\Monitoring","p":"MongoDB/Driver/Monitoring.html"}},{"t":"C","n":"MongoDB\\Driver\\Monitoring\\ServerClosedEvent","p":"MongoDB/Driver/Monitoring/ServerClosedEvent.html","d":"","f":{"n":"MongoDB\\Driver\\Monitoring","p":"MongoDB/Driver/Monitoring.html"}},{"t":"C","n":"MongoDB\\Driver\\Monitoring\\ServerHeartbeatFailedEvent","p":"MongoDB/Driver/Monitoring/ServerHeartbeatFailedEvent.html","d":"","f":{"n":"MongoDB\\Driver\\Monitoring","p":"MongoDB/Driver/Monitoring.html"}},{"t":"C","n":"MongoDB\\Driver\\Monitoring\\ServerHeartbeatStartedEvent","p":"MongoDB/Driver/Monitoring/ServerHeartbeatStartedEvent.html","d":"","f":{"n":"MongoDB\\Driver\\Monitoring","p":"MongoDB/Driver/Monitoring.html"}},{"t":"C","n":"MongoDB\\Driver\\Monitoring\\ServerHeartbeatSucceededEvent","p":"MongoDB/Driver/Monitoring/ServerHeartbeatSucceededEvent.html","d":"","f":{"n":"MongoDB\\Driver\\Monitoring","p":"MongoDB/Driver/Monitoring.html"}},{"t":"C","n":"MongoDB\\Driver\\Monitoring\\ServerOpeningEvent","p":"MongoDB/Driver/Monitoring/ServerOpeningEvent.html","d":"","f":{"n":"MongoDB\\Driver\\Monitoring","p":"MongoDB/Driver/Monitoring.html"}},{"t":"C","n":"MongoDB\\Driver\\Monitoring\\Subscriber","p":"MongoDB/Driver/Monitoring/Subscriber.html","d":"

    Base interface for event subscribers.

    ","f":{"n":"MongoDB\\Driver\\Monitoring","p":"MongoDB/Driver/Monitoring.html"}},{"t":"C","n":"MongoDB\\Driver\\Monitoring\\TopologyChangedEvent","p":"MongoDB/Driver/Monitoring/TopologyChangedEvent.html","d":"","f":{"n":"MongoDB\\Driver\\Monitoring","p":"MongoDB/Driver/Monitoring.html"}},{"t":"C","n":"MongoDB\\Driver\\Monitoring\\TopologyClosedEvent","p":"MongoDB/Driver/Monitoring/TopologyClosedEvent.html","d":"","f":{"n":"MongoDB\\Driver\\Monitoring","p":"MongoDB/Driver/Monitoring.html"}},{"t":"C","n":"MongoDB\\Driver\\Monitoring\\TopologyOpeningEvent","p":"MongoDB/Driver/Monitoring/TopologyOpeningEvent.html","d":"","f":{"n":"MongoDB\\Driver\\Monitoring","p":"MongoDB/Driver/Monitoring.html"}},{"t":"C","n":"MongoDB\\Driver\\Query","p":"MongoDB/Driver/Query.html","d":"

    The MongoDB\\Driver\\Query class is a value object that represents a database query.

    ","f":{"n":"MongoDB\\Driver","p":"MongoDB/Driver.html"}},{"t":"C","n":"MongoDB\\Driver\\ReadConcern","p":"MongoDB/Driver/ReadConcern.html","d":"

    MongoDB\\Driver\\ReadConcern controls the level of isolation for read operations for replica sets and replica set shards. This option requires the WiredTiger storage engine and MongoDB 3.2 or later.

    ","f":{"n":"MongoDB\\Driver","p":"MongoDB/Driver.html"}},{"t":"C","n":"MongoDB\\Driver\\ReadPreference","p":"MongoDB/Driver/ReadPreference.html","d":"

    Class ReadPreference

    ","f":{"n":"MongoDB\\Driver","p":"MongoDB/Driver.html"}},{"t":"C","n":"MongoDB\\Driver\\Server","p":"MongoDB/Driver/Server.html","d":"","f":{"n":"MongoDB\\Driver","p":"MongoDB/Driver.html"}},{"t":"C","n":"MongoDB\\Driver\\ServerApi","p":"MongoDB/Driver/ServerApi.html","d":null,"f":{"n":"MongoDB\\Driver","p":"MongoDB/Driver.html"}},{"t":"C","n":"MongoDB\\Driver\\ServerDescription","p":"MongoDB/Driver/ServerDescription.html","d":"","f":{"n":"MongoDB\\Driver","p":"MongoDB/Driver.html"}},{"t":"C","n":"MongoDB\\Driver\\Session","p":"MongoDB/Driver/Session.html","d":"

    Class Session

    ","f":{"n":"MongoDB\\Driver","p":"MongoDB/Driver.html"}},{"t":"C","n":"MongoDB\\Driver\\TopologyDescription","p":"MongoDB/Driver/TopologyDescription.html","d":"","f":{"n":"MongoDB\\Driver","p":"MongoDB/Driver.html"}},{"t":"C","n":"MongoDB\\Driver\\WriteConcern","p":"MongoDB/Driver/WriteConcern.html","d":"

    WriteConcern controls the acknowledgment of a write operation, specifies the level of write guarantee for Replica Sets.

    ","f":{"n":"MongoDB\\Driver","p":"MongoDB/Driver.html"}},{"t":"C","n":"MongoDB\\Driver\\WriteConcernError","p":"MongoDB/Driver/WriteConcernError.html","d":"

    The MongoDB\\Driver\\WriteConcernError class encapsulates information about a write concern error and may be returned by MongoDB\\Driver\\WriteResult::getWriteConcernError().

    ","f":{"n":"MongoDB\\Driver","p":"MongoDB/Driver.html"}},{"t":"C","n":"MongoDB\\Driver\\WriteError","p":"MongoDB/Driver/WriteError.html","d":"

    The MongoDB\\Driver\\WriteError class encapsulates information about a write error and may be returned as an array element from MongoDB\\Driver\\WriteResult::getWriteErrors().

    ","f":{"n":"MongoDB\\Driver","p":"MongoDB/Driver.html"}},{"t":"C","n":"MongoDB\\Driver\\WriteResult","p":"MongoDB/Driver/WriteResult.html","d":"

    The MongoDB\\Driver\\WriteResult class encapsulates information about an executed MongoDB\\Driver\\BulkWrite and may be returned by MongoDB\\Driver\\Manager::executeBulkWrite().

    ","f":{"n":"MongoDB\\Driver","p":"MongoDB/Driver.html"}},{"t":"C","n":"MongoDate","p":"MongoDate.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MongoDuplicateKeyException","p":"MongoDuplicateKeyException.html","d":"

    (PECL mongo >= 1.5.0)

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MongoException","p":"MongoException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MongoExecutionTimeoutException","p":"MongoExecutionTimeoutException.html","d":"

    (PECL mongo >= 1.5.0)

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MongoGridFS","p":"MongoGridFS.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MongoGridFSCursor","p":"MongoGridFSCursor.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MongoGridFSException","p":"MongoGridFSException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MongoGridFSFile","p":"MongoGridFSFile.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MongoId","p":"MongoId.html","d":"

    A unique identifier created for database objects.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MongoInt32","p":"MongoInt32.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MongoInt64","p":"MongoInt64.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MongoLog","p":"MongoLog.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MongoMaxKey","p":"MongoMaxKey.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MongoMinKey","p":"MongoMinKey.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MongoPool","p":"MongoPool.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MongoProtocolException","p":"MongoProtocolException.html","d":"

    (PECL mongo >= 1.5.0)

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MongoRegex","p":"MongoRegex.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MongoResultException","p":"MongoResultException.html","d":"

    (PECL mongo >= 1.3.0)

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MongoTimestamp","p":"MongoTimestamp.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MongoUpdateBatch","p":"MongoUpdateBatch.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MongoWriteBatch","p":"MongoWriteBatch.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"MongoWriteConcernException","p":"MongoWriteConcernException.html","d":"

    (PECL mongo >= 1.5.0)

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Mosquitto\\Client","p":"Mosquitto/Client.html","d":"","f":{"n":"Mosquitto","p":"Mosquitto.html"}},{"t":"C","n":"Mosquitto\\Exception","p":"Mosquitto/Exception.html","d":"","f":{"n":"Mosquitto","p":"Mosquitto.html"}},{"t":"C","n":"Mosquitto\\Message","p":"Mosquitto/Message.html","d":"","f":{"n":"Mosquitto","p":"Mosquitto.html"}},{"t":"C","n":"MultipleIterator","p":"MultipleIterator.html","d":"

    An Iterator that sequentially iterates over all attached iterators

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"NoRewindIterator","p":"NoRewindIterator.html","d":"

    This iterator cannot be rewinded.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Normalizer","p":"Normalizer.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"NumberFormatter","p":"NumberFormatter.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"OAuth","p":"OAuth.html","d":"

    The OAuth extension provides a simple interface to interact with data providers using the OAuth HTTP specification to protect private resources.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"OAuthException","p":"OAuthException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"OAuthProvider","p":"OAuthProvider.html","d":"

    Manages an OAuth provider class.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"OCICollection","p":"OCICollection.html","d":"

    OCI8 Collection functionality.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"OCILob","p":"OCILob.html","d":"

    OCI8 LOB functionality for large binary (BLOB) and character (CLOB) objects.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"OCI_Collection","p":"OCI_Collection.html","d":"

    OCI8 Collection functionality.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"OCI_Lob","p":"OCI_Lob.html","d":"

    OCI8 LOB functionality for large binary (BLOB) and character (CLOB) objects.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"OpenSSLAsymmetricKey","p":"OpenSSLAsymmetricKey.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"OpenSSLCertificate","p":"OpenSSLCertificate.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"OpenSSLCertificateSigningRequest","p":"OpenSSLCertificateSigningRequest.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"OutOfBoundsException","p":"OutOfBoundsException.html","d":"

    Exception thrown if a value is not a valid key. This represents errors\nthat cannot be detected at compile time.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"OutOfRangeException","p":"OutOfRangeException.html","d":"

    Exception thrown when an illegal index was requested. This represents\nerrors that should be detected at compile time.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"OuterIterator","p":"OuterIterator.html","d":"

    Classes implementing OuterIterator can be used to iterate\nover iterators.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"OverflowException","p":"OverflowException.html","d":"

    Exception thrown when adding an element to a full container.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Override","p":"Override.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"OwsrequestObj","p":"OwsrequestObj.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"PDFlib","p":"PDFlib.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"PDFlibException","p":"PDFlibException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"PDO","p":"PDO.html","d":"

    Represents a connection between PHP and a database server.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"PDOException","p":"PDOException.html","d":"

    Represents an error raised by PDO. You should not throw a\nPDOException from your own code.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"PDORow","p":"PDORow.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"PDOStatement","p":"PDOStatement.html","d":"

    (PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 1.0.0)
    \nRepresents a prepared statement and, after the statement is executed, an\nassociated result set.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"PSpell\\Config","p":"PSpell/Config.html","d":"

    A fully opaque class which replaces a pspell config resource as of PHP 8.1.0.

    ","f":{"n":"PSpell","p":"PSpell.html"}},{"t":"C","n":"PSpell\\Dictionary","p":"PSpell/Dictionary.html","d":"

    A fully opaque class which replaces a pspell resource as of PHP 8.1.0.

    ","f":{"n":"PSpell","p":"PSpell.html"}},{"t":"C","n":"ParentIterator","p":"ParentIterator.html","d":"

    This extended FilterIterator allows a recursive iteration using RecursiveIteratorIterator that only shows those elements which have children.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Parle\\ErrorInfo","p":"Parle/ErrorInfo.html","d":null,"f":{"n":"Parle","p":"Parle.html"}},{"t":"C","n":"Parle\\Lexer","p":"Parle/Lexer.html","d":"

    Single state lexer class.

    ","f":{"n":"Parle","p":"Parle.html"}},{"t":"C","n":"Parle\\LexerException","p":"Parle/LexerException.html","d":null,"f":{"n":"Parle","p":"Parle.html"}},{"t":"C","n":"Parle\\Parser","p":"Parle/Parser.html","d":"

    Parser class.

    ","f":{"n":"Parle","p":"Parle.html"}},{"t":"C","n":"Parle\\ParserException","p":"Parle/ParserException.html","d":null,"f":{"n":"Parle","p":"Parle.html"}},{"t":"C","n":"Parle\\RLexer","p":"Parle/RLexer.html","d":"

    Multistate lexer class.

    ","f":{"n":"Parle","p":"Parle.html"}},{"t":"C","n":"Parle\\RParser","p":"Parle/RParser.html","d":null,"f":{"n":"Parle","p":"Parle.html"}},{"t":"C","n":"Parle\\Stack","p":"Parle/Stack.html","d":"","f":{"n":"Parle","p":"Parle.html"}},{"t":"C","n":"Parle\\Token","p":"Parle/Token.html","d":null,"f":{"n":"Parle","p":"Parle.html"}},{"t":"C","n":"ParseError","p":"ParseError.html","d":"

    ParseError is thrown when an error occurs while parsing PHP code, such as when {eval()} is called.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Pdo\\Mysql","p":"Pdo/Mysql.html","d":"","f":{"n":"Pdo","p":"Pdo.html"}},{"t":"C","n":"Pdo\\Sqlite","p":"Pdo/Sqlite.html","d":"","f":{"n":"Pdo","p":"Pdo.html"}},{"t":"C","n":"PgSql\\Connection","p":"PgSql/Connection.html","d":"

    A fully opaque class which replaces a pgsql link resource as of PHP 8.1.0.

    ","f":{"n":"PgSql","p":"PgSql.html"}},{"t":"C","n":"PgSql\\Lob","p":"PgSql/Lob.html","d":"

    A fully opaque class which replaces a pgsql large object resource as of PHP 8.1.0.

    ","f":{"n":"PgSql","p":"PgSql.html"}},{"t":"C","n":"PgSql\\Result","p":"PgSql/Result.html","d":"

    A fully opaque class which replaces a pgsql result resource as of PHP 8.1.0.

    ","f":{"n":"PgSql","p":"PgSql.html"}},{"t":"C","n":"Phar","p":"Phar.html","d":"

    The Phar class provides a high-level interface to accessing and creating\nphar archives.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"PharData","p":"PharData.html","d":"

    The PharData class provides a high-level interface to accessing and creating\nnon-executable tar and zip archives. Because these archives do not contain\na stub and cannot be executed by the phar extension, it is possible to create\nand manipulate regular zip and tar files using the PharData class even if\nphar.readonly php.ini setting is 1.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"PharException","p":"PharException.html","d":"

    The PharException class provides a phar-specific exception class\nfor try/catch blocks.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"PharFileInfo","p":"PharFileInfo.html","d":"

    The PharFileInfo class provides a high-level interface to the contents\nand attributes of a single file within a phar archive.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"PhpToken","p":"PhpToken.html","d":"

    A class for working with PHP tokens, which is an alternative to\nthe {token_get_all()} function.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Pool","p":"Pool.html","d":"

    (PECL pthreads >= 2.0.0)
    \nA Pool is a container for, and controller of, an adjustable number of\nWorkers.
    \nPooling provides a higher level abstraction of the Worker functionality,\nincluding the management of references in the way required by pthreads.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"RRDCreator","p":"RRDCreator.html","d":"

    Class for creation of RRD database file.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"RRDGraph","p":"RRDGraph.html","d":"

    Class for exporting data from RRD database to image file.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"RRDUpdater","p":"RRDUpdater.html","d":"

    Class for updating RDD database file.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Random\\BrokenRandomEngineError","p":"Random/BrokenRandomEngineError.html","d":"","f":{"n":"Random","p":"Random.html"}},{"t":"C","n":"Random\\CryptoSafeEngine","p":"Random/CryptoSafeEngine.html","d":"","f":{"n":"Random","p":"Random.html"}},{"t":"C","n":"Random\\Engine","p":"Random/Engine.html","d":"","f":{"n":"Random","p":"Random.html"}},{"t":"C","n":"Random\\Engine\\Mt19937","p":"Random/Engine/Mt19937.html","d":"","f":{"n":"Random\\Engine","p":"Random/Engine.html"}},{"t":"C","n":"Random\\Engine\\PcgOneseq128XslRr64","p":"Random/Engine/PcgOneseq128XslRr64.html","d":"","f":{"n":"Random\\Engine","p":"Random/Engine.html"}},{"t":"C","n":"Random\\Engine\\Secure","p":"Random/Engine/Secure.html","d":"","f":{"n":"Random\\Engine","p":"Random/Engine.html"}},{"t":"C","n":"Random\\Engine\\Xoshiro256StarStar","p":"Random/Engine/Xoshiro256StarStar.html","d":"","f":{"n":"Random\\Engine","p":"Random/Engine.html"}},{"t":"C","n":"Random\\RandomError","p":"Random/RandomError.html","d":"","f":{"n":"Random","p":"Random.html"}},{"t":"C","n":"Random\\RandomException","p":"Random/RandomException.html","d":"","f":{"n":"Random","p":"Random.html"}},{"t":"C","n":"Random\\Randomizer","p":"Random/Randomizer.html","d":"","f":{"n":"Random","p":"Random.html"}},{"t":"C","n":"RangeException","p":"RangeException.html","d":"

    Exception thrown to indicate range errors during program execution.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"RarArchive","p":"RarArchive.html","d":"

    This class represents a RAR archive, which may be formed by several volumes (parts) and which contains a number of\nRAR entries (i.e., files, directories and other special objects such as symbolic links).

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"RarEntry","p":"RarEntry.html","d":"

    A RAR entry, representing a directory or a compressed file inside a RAR archive

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"RarException","p":"RarException.html","d":"

    This class serves two purposes:\nit is the type of the exceptions thrown by the RAR extension functions and methods and it allows, through static\nmethods to query and define the error behaviour of the extension, i.e., whether exceptions are thrown or only\nwarnings are emitted.
    \nThe following error codes are used:

      \n
    • -1 - error outside UnRAR library
    • \n
    • 11 - insufficient memory
    • \n
    • 12 - bad data
    • \n
    • 13 - bad archive
    • \n
    • 14 - unknown format
    • \n
    • 15 - file open error
    • \n
    • 16 - file create error
    • \n
    • 17 - file close error
    • \n
    • 18 - read error
    • \n
    • 19 - write error
    • \n
    • 20 - buffer too small
    • \n
    • 21 - unkown RAR error
    • \n
    • 22 - password required but not given
    • \n

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"RdKafka","p":"RdKafka.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"RdKafka\\Conf","p":"RdKafka/Conf.html","d":"

    Configuration reference: https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md

    ","f":{"n":"RdKafka","p":"RdKafka.html"}},{"t":"C","n":"RdKafka\\Consumer","p":"RdKafka/Consumer.html","d":null,"f":{"n":"RdKafka","p":"RdKafka.html"}},{"t":"C","n":"RdKafka\\ConsumerTopic","p":"RdKafka/ConsumerTopic.html","d":null,"f":{"n":"RdKafka","p":"RdKafka.html"}},{"t":"C","n":"RdKafka\\Exception","p":"RdKafka/Exception.html","d":null,"f":{"n":"RdKafka","p":"RdKafka.html"}},{"t":"C","n":"RdKafka\\KafkaConsumer","p":"RdKafka/KafkaConsumer.html","d":null,"f":{"n":"RdKafka","p":"RdKafka.html"}},{"t":"C","n":"RdKafka\\KafkaConsumerTopic","p":"RdKafka/KafkaConsumerTopic.html","d":null,"f":{"n":"RdKafka","p":"RdKafka.html"}},{"t":"C","n":"RdKafka\\KafkaErrorException","p":"RdKafka/KafkaErrorException.html","d":null,"f":{"n":"RdKafka","p":"RdKafka.html"}},{"t":"C","n":"RdKafka\\Message","p":"RdKafka/Message.html","d":null,"f":{"n":"RdKafka","p":"RdKafka.html"}},{"t":"C","n":"RdKafka\\Metadata","p":"RdKafka/Metadata.html","d":null,"f":{"n":"RdKafka","p":"RdKafka.html"}},{"t":"C","n":"RdKafka\\Metadata\\Broker","p":"RdKafka/Metadata/Broker.html","d":null,"f":{"n":"RdKafka\\Metadata","p":"RdKafka/Metadata.html"}},{"t":"C","n":"RdKafka\\Metadata\\Collection","p":"RdKafka/Metadata/Collection.html","d":null,"f":{"n":"RdKafka\\Metadata","p":"RdKafka/Metadata.html"}},{"t":"C","n":"RdKafka\\Metadata\\Partition","p":"RdKafka/Metadata/Partition.html","d":null,"f":{"n":"RdKafka\\Metadata","p":"RdKafka/Metadata.html"}},{"t":"C","n":"RdKafka\\Metadata\\Topic","p":"RdKafka/Metadata/Topic.html","d":null,"f":{"n":"RdKafka\\Metadata","p":"RdKafka/Metadata.html"}},{"t":"C","n":"RdKafka\\Producer","p":"RdKafka/Producer.html","d":null,"f":{"n":"RdKafka","p":"RdKafka.html"}},{"t":"C","n":"RdKafka\\ProducerTopic","p":"RdKafka/ProducerTopic.html","d":null,"f":{"n":"RdKafka","p":"RdKafka.html"}},{"t":"C","n":"RdKafka\\Queue","p":"RdKafka/Queue.html","d":null,"f":{"n":"RdKafka","p":"RdKafka.html"}},{"t":"C","n":"RdKafka\\Topic","p":"RdKafka/Topic.html","d":null,"f":{"n":"RdKafka","p":"RdKafka.html"}},{"t":"C","n":"RdKafka\\TopicConf","p":"RdKafka/TopicConf.html","d":"

    Configuration reference: https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md

    ","f":{"n":"RdKafka","p":"RdKafka.html"}},{"t":"C","n":"RdKafka\\TopicPartition","p":"RdKafka/TopicPartition.html","d":null,"f":{"n":"RdKafka","p":"RdKafka.html"}},{"t":"C","n":"RecursiveArrayIterator","p":"RecursiveArrayIterator.html","d":"

    This iterator allows to unset and modify values and keys while iterating over Arrays and Objects\nin the same way as the ArrayIterator. Additionally it is possible to iterate\nover the current iterator entry.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"RecursiveCachingIterator","p":"RecursiveCachingIterator.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"RecursiveCallbackFilterIterator","p":"RecursiveCallbackFilterIterator.html","d":"

    (PHP 5 >= 5.4.0)
    \nRecursiveCallbackFilterIterator from a RecursiveIterator

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"RecursiveDirectoryIterator","p":"RecursiveDirectoryIterator.html","d":"

    The RecursiveDirectoryIterator provides\nan interface for iterating recursively over filesystem directories.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"RecursiveFilterIterator","p":"RecursiveFilterIterator.html","d":"

    This abstract iterator filters out unwanted values for a RecursiveIterator.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"RecursiveIterator","p":"RecursiveIterator.html","d":"

    Classes implementing RecursiveIterator can be used to iterate\nover iterators recursively.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"RecursiveIteratorIterator","p":"RecursiveIteratorIterator.html","d":"

    Can be used to iterate through recursive iterators.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"RecursiveRegexIterator","p":"RecursiveRegexIterator.html","d":"

    This recursive iterator can filter another recursive iterator via a regular expression.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"RecursiveTreeIterator","p":"RecursiveTreeIterator.html","d":"

    Allows iterating over a RecursiveIterator to generate an ASCII graphic tree.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Redis","p":"Redis.html","d":"

    Helper autocomplete for php redis extension

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"RedisArray","p":"RedisArray.html","d":"

    Helper autocomplete for php redis extension

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"RedisCluster","p":"RedisCluster.html","d":"

    Helper autocomplete for php redis cluster extension.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"RedisClusterException","p":"RedisClusterException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"RedisException","p":"RedisException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"RedisSentinel","p":"RedisSentinel.html","d":"

    Helper autocomplete for phpredis extension

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Reflection","p":"Reflection.html","d":"

    The reflection class.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ReflectionAttribute","p":"ReflectionAttribute.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ReflectionClass","p":"ReflectionClass.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ReflectionClassConstant","p":"ReflectionClassConstant.html","d":"

    The ReflectionClassConstant class reports information about a class constant.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ReflectionConstant","p":"ReflectionConstant.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ReflectionEnum","p":"ReflectionEnum.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ReflectionEnumBackedCase","p":"ReflectionEnumBackedCase.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ReflectionEnumUnitCase","p":"ReflectionEnumUnitCase.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ReflectionException","p":"ReflectionException.html","d":"

    The ReflectionException class.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ReflectionExtension","p":"ReflectionExtension.html","d":"

    The ReflectionExtension class reports information about an extension.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ReflectionFiber","p":"ReflectionFiber.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ReflectionFunction","p":"ReflectionFunction.html","d":"

    The ReflectionFunction class reports\ninformation about a function.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ReflectionFunctionAbstract","p":"ReflectionFunctionAbstract.html","d":"

    A parent class to ReflectionFunction, read its\ndescription for details.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ReflectionGenerator","p":"ReflectionGenerator.html","d":"

    The ReflectionGenerator class reports information about a generator.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ReflectionIntersectionType","p":"ReflectionIntersectionType.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ReflectionMethod","p":"ReflectionMethod.html","d":"

    The ReflectionMethod class reports\ninformation about a method.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ReflectionNamedType","p":"ReflectionNamedType.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ReflectionObject","p":"ReflectionObject.html","d":"

    The ReflectionObject class reports\ninformation about an object.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ReflectionParameter","p":"ReflectionParameter.html","d":"

    The ReflectionParameter class retrieves\ninformation about function's or method's parameters.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ReflectionProperty","p":"ReflectionProperty.html","d":"

    The ReflectionProperty class reports information about a classes\nproperties.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ReflectionReference","p":"ReflectionReference.html","d":"

    The ReflectionReference class provides information about a reference.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ReflectionType","p":"ReflectionType.html","d":"

    The ReflectionType class reports information about a function's parameters.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ReflectionUnionType","p":"ReflectionUnionType.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ReflectionZendExtension","p":"ReflectionZendExtension.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Reflector","p":"Reflector.html","d":"

    Reflector is an interface implemented by all\nexportable Reflection classes.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"RegexIterator","p":"RegexIterator.html","d":"

    This iterator can be used to filter another iterator based on a regular expression.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Relay\\Cluster","p":"Relay/Cluster.html","d":"

    Relay Cluster client.

    ","f":{"n":"Relay","p":"Relay.html"}},{"t":"C","n":"Relay\\Event","p":"Relay/Event.html","d":"

    Relay event class.

    ","f":{"n":"Relay","p":"Relay.html"}},{"t":"C","n":"Relay\\Event\\Flushed","p":"Relay/Event/Flushed.html","d":"

    Relay flushed event class.

    ","f":{"n":"Relay\\Event","p":"Relay/Event.html"}},{"t":"C","n":"Relay\\Event\\Invalidated","p":"Relay/Event/Invalidated.html","d":"

    Relay invalidated event class.

    ","f":{"n":"Relay\\Event","p":"Relay/Event.html"}},{"t":"C","n":"Relay\\Exception","p":"Relay/Exception.html","d":"

    Generic Relay exception.

    ","f":{"n":"Relay","p":"Relay.html"}},{"t":"C","n":"Relay\\Relay","p":"Relay/Relay.html","d":"

    Relay client.

    ","f":{"n":"Relay","p":"Relay.html"}},{"t":"C","n":"Relay\\Sentinel","p":"Relay/Sentinel.html","d":"

    Relay Sentinel client.

    ","f":{"n":"Relay","p":"Relay.html"}},{"t":"C","n":"Relay\\Table","p":"Relay/Table.html","d":"

    Relay Table is a persistent per-worker hash table that can store arbitrary data.

    ","f":{"n":"Relay","p":"Relay.html"}},{"t":"C","n":"RequestParseBodyException","p":"RequestParseBodyException.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ResourceBundle","p":"ResourceBundle.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ReturnTypeWillChange","p":"ReturnTypeWillChange.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"RuntimeException","p":"RuntimeException.html","d":"

    Exception thrown if an error which can only be found on runtime occurs.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SNMP","p":"SNMP.html","d":"

    Represents SNMP session.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SNMPException","p":"SNMPException.html","d":"

    Represents an error raised by SNMP. You should not throw a\nSNMPException from your own code.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SQLite3","p":"SQLite3.html","d":"

    A class that interfaces SQLite 3 databases.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SQLite3Exception","p":"SQLite3Exception.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SQLite3Result","p":"SQLite3Result.html","d":"

    A class that handles result sets for the SQLite 3 extension.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SQLite3Stmt","p":"SQLite3Stmt.html","d":"

    A class that handles prepared statements for the SQLite 3 extension.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SQLiteDatabase","p":"SQLiteDatabase.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SQLiteException","p":"SQLiteException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SQLiteResult","p":"SQLiteResult.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SQLiteUnbuffered","p":"SQLiteUnbuffered.html","d":"

    Represents an unbuffered SQLite result set. Unbuffered results sets are sequential, forward-seeking only.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SVM","p":"SVM.html","d":"

    Support Vector Machine Library

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SVMModel","p":"SVMModel.html","d":"

    The SVMModel is the end result of the training process. It can be used to classify previously unseen data.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SWFAction","p":"SWFAction.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SWFBitmap","p":"SWFBitmap.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SWFButton","p":"SWFButton.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SWFDisplayItem","p":"SWFDisplayItem.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SWFFill","p":"SWFFill.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SWFFont","p":"SWFFont.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SWFFontChar","p":"SWFFontChar.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SWFGradient","p":"SWFGradient.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SWFMorph","p":"SWFMorph.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SWFMovie","p":"SWFMovie.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SWFShape","p":"SWFShape.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SWFSound","p":"SWFSound.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SWFSoundInstance","p":"SWFSoundInstance.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SWFSprite","p":"SWFSprite.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SWFText","p":"SWFText.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SWFTextField","p":"SWFTextField.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SWFVideoStream","p":"SWFVideoStream.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Saxon\\SaxonProcessor","p":"Saxon/SaxonProcessor.html","d":"","f":{"n":"Saxon","p":"Saxon.html"}},{"t":"C","n":"Saxon\\SchemaValidator","p":"Saxon/SchemaValidator.html","d":"","f":{"n":"Saxon","p":"Saxon.html"}},{"t":"C","n":"Saxon\\XPathProcessor","p":"Saxon/XPathProcessor.html","d":"","f":{"n":"Saxon","p":"Saxon.html"}},{"t":"C","n":"Saxon\\XQueryProcessor","p":"Saxon/XQueryProcessor.html","d":"","f":{"n":"Saxon","p":"Saxon.html"}},{"t":"C","n":"Saxon\\XdmAtomicValue","p":"Saxon/XdmAtomicValue.html","d":"","f":{"n":"Saxon","p":"Saxon.html"}},{"t":"C","n":"Saxon\\XdmItem","p":"Saxon/XdmItem.html","d":"","f":{"n":"Saxon","p":"Saxon.html"}},{"t":"C","n":"Saxon\\XdmNode","p":"Saxon/XdmNode.html","d":"","f":{"n":"Saxon","p":"Saxon.html"}},{"t":"C","n":"Saxon\\XdmValue","p":"Saxon/XdmValue.html","d":"","f":{"n":"Saxon","p":"Saxon.html"}},{"t":"C","n":"Saxon\\Xslt30Processor","p":"Saxon/Xslt30Processor.html","d":"","f":{"n":"Saxon","p":"Saxon.html"}},{"t":"C","n":"Saxon\\XsltProcessor","p":"Saxon/XsltProcessor.html","d":"","f":{"n":"Saxon","p":"Saxon.html"}},{"t":"C","n":"SeekableIterator","p":"SeekableIterator.html","d":"

    The Seekable iterator.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SensitiveParameter","p":"SensitiveParameter.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SensitiveParameterValue","p":"SensitiveParameterValue.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Serializable","p":"Serializable.html","d":"

    Interface for customized serializing.
    \nAs of PHP 8.1.0, a class which implements Serializable without also implementing __serialize() and __unserialize()\nwill generate a deprecation warning.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SessionHandler","p":"SessionHandler.html","d":"

    SessionHandler a special class that can\nbe used to expose the current internal PHP session\nsave handler by inheritance. There are six methods\nwhich wrap the six internal session save handler\ncallbacks (open, close, read, write, destroy and gc).

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SessionHandlerInterface","p":"SessionHandlerInterface.html","d":"

    SessionHandlerInterface is an interface which defines\na prototype for creating a custom session handler.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SessionIdInterface","p":"SessionIdInterface.html","d":"SessionIdInterface","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SessionUpdateTimestampHandlerInterface","p":"SessionUpdateTimestampHandlerInterface.html","d":"

    SessionUpdateTimestampHandlerInterface is an interface which\ndefines a prototype for updating the life time of an existing session.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Shmop","p":"Shmop.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SimdJsonException","p":"SimdJsonException.html","d":"

    An error thrown by simdjson when processing json.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SimdJsonValueError","p":"SimdJsonValueError.html","d":"

    Thrown for error conditions on fields such as $depth that are not expected to be\nfrom user-provided JSON, with similar behavior to php 8.0.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SimpleKafkaClient","p":"SimpleKafkaClient.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SimpleKafkaClient\\Configuration","p":"SimpleKafkaClient/Configuration.html","d":null,"f":{"n":"SimpleKafkaClient","p":"SimpleKafkaClient.html"}},{"t":"C","n":"SimpleKafkaClient\\Consumer","p":"SimpleKafkaClient/Consumer.html","d":null,"f":{"n":"SimpleKafkaClient","p":"SimpleKafkaClient.html"}},{"t":"C","n":"SimpleKafkaClient\\ConsumerTopic","p":"SimpleKafkaClient/ConsumerTopic.html","d":null,"f":{"n":"SimpleKafkaClient","p":"SimpleKafkaClient.html"}},{"t":"C","n":"SimpleKafkaClient\\Exception","p":"SimpleKafkaClient/Exception.html","d":null,"f":{"n":"SimpleKafkaClient","p":"SimpleKafkaClient.html"}},{"t":"C","n":"SimpleKafkaClient\\KafkaErrorException","p":"SimpleKafkaClient/KafkaErrorException.html","d":null,"f":{"n":"SimpleKafkaClient","p":"SimpleKafkaClient.html"}},{"t":"C","n":"SimpleKafkaClient\\Message","p":"SimpleKafkaClient/Message.html","d":null,"f":{"n":"SimpleKafkaClient","p":"SimpleKafkaClient.html"}},{"t":"C","n":"SimpleKafkaClient\\Metadata","p":"SimpleKafkaClient/Metadata.html","d":null,"f":{"n":"SimpleKafkaClient","p":"SimpleKafkaClient.html"}},{"t":"C","n":"SimpleKafkaClient\\Metadata\\Broker","p":"SimpleKafkaClient/Metadata/Broker.html","d":null,"f":{"n":"SimpleKafkaClient\\Metadata","p":"SimpleKafkaClient/Metadata.html"}},{"t":"C","n":"SimpleKafkaClient\\Metadata\\Collection","p":"SimpleKafkaClient/Metadata/Collection.html","d":null,"f":{"n":"SimpleKafkaClient\\Metadata","p":"SimpleKafkaClient/Metadata.html"}},{"t":"C","n":"SimpleKafkaClient\\Metadata\\Partition","p":"SimpleKafkaClient/Metadata/Partition.html","d":null,"f":{"n":"SimpleKafkaClient\\Metadata","p":"SimpleKafkaClient/Metadata.html"}},{"t":"C","n":"SimpleKafkaClient\\Metadata\\Topic","p":"SimpleKafkaClient/Metadata/Topic.html","d":null,"f":{"n":"SimpleKafkaClient\\Metadata","p":"SimpleKafkaClient/Metadata.html"}},{"t":"C","n":"SimpleKafkaClient\\Producer","p":"SimpleKafkaClient/Producer.html","d":null,"f":{"n":"SimpleKafkaClient","p":"SimpleKafkaClient.html"}},{"t":"C","n":"SimpleKafkaClient\\ProducerTopic","p":"SimpleKafkaClient/ProducerTopic.html","d":null,"f":{"n":"SimpleKafkaClient","p":"SimpleKafkaClient.html"}},{"t":"C","n":"SimpleKafkaClient\\Topic","p":"SimpleKafkaClient/Topic.html","d":null,"f":{"n":"SimpleKafkaClient","p":"SimpleKafkaClient.html"}},{"t":"C","n":"SimpleKafkaClient\\TopicPartition","p":"SimpleKafkaClient/TopicPartition.html","d":null,"f":{"n":"SimpleKafkaClient","p":"SimpleKafkaClient.html"}},{"t":"C","n":"SimpleXMLElement","p":"SimpleXMLElement.html","d":"

    Represents an element in an XML document.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SimpleXMLIterator","p":"SimpleXMLIterator.html","d":"

    The SimpleXMLIterator provides recursive iteration over all nodes of a SimpleXMLElement object.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SoapClient","p":"SoapClient.html","d":"

    The SoapClient class provides a client for SOAP 1.1, SOAP 1.2 servers. It can be used in WSDL\nor non-WSDL mode.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SoapFault","p":"SoapFault.html","d":"

    Represents a SOAP fault.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SoapHeader","p":"SoapHeader.html","d":"

    Represents a SOAP header.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SoapParam","p":"SoapParam.html","d":"

    Represents parameter to a SOAP call.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SoapServer","p":"SoapServer.html","d":"

    The SoapServer class provides a server for the SOAP 1.1 and SOAP 1.2 protocols. It can be used with or without a WSDL service description.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SoapVar","p":"SoapVar.html","d":"

    A class representing a variable or object for use with SOAP services.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Soap\\Sdl","p":"Soap/Sdl.html","d":"","f":{"n":"Soap","p":"Soap.html"}},{"t":"C","n":"Soap\\Url","p":"Soap/Url.html","d":"","f":{"n":"Soap","p":"Soap.html"}},{"t":"C","n":"Socket","p":"Socket.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SodiumException","p":"SodiumException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SolrClient","p":"SolrClient.html","d":"

    (PECL solr >= 0.9.2)
    \nClass SolrClient
    \nThis class is used to send requests to a Solr server. Currently, cloning and serialization of SolrClient instances is\nnot supported.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SolrClientException","p":"SolrClientException.html","d":"

    (PECL solr >= 0.9.2)
    \nClass SolrClientException
    \nAn exception thrown when there is an error while making a request to the server from the client.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SolrCollapseFunction","p":"SolrCollapseFunction.html","d":"

    (PECL solr >= 2.2.0)
    \nClass SolrCollapseFunction

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SolrDisMaxQuery","p":"SolrDisMaxQuery.html","d":"

    (PECL solr >= 2.1.0)
    \nVersion not present on php.net documentation, determined here by using PECL solr changelog:\nhttps://pecl.php.net/package-changelog.php?package=solr&release=2.1.0
    \nClass SolrDisMaxQuery

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SolrDocument","p":"SolrDocument.html","d":"

    (PECL solr >= 0.9.2)
    \nClass SolrDocument
    \nThis class represents a Solr document retrieved from a query response.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SolrDocumentField","p":"SolrDocumentField.html","d":"

    (PECL solr >= 0.9.2)
    \nClass SolrDocumentField
    \nThis class represents a field in a Solr document. All its properties are read-only.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SolrException","p":"SolrException.html","d":"

    (PECL solr >= 0.9.2)
    \nClass SolrException
    \nThis is the base class for all exception thrown by the Solr extension classes.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SolrGenericResponse","p":"SolrGenericResponse.html","d":"

    (PECL solr >= 0.9.2)
    \nClass SolrGenericResponse
    \nThis class represents a response from the solr server.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SolrIllegalArgumentException","p":"SolrIllegalArgumentException.html","d":"

    (PECL solr >= 0.9.2)
    \nClass SolrIllegalArgumentException
    \nThis object is thrown when an illegal or invalid argument is passed to a method.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SolrIllegalOperationException","p":"SolrIllegalOperationException.html","d":"

    (PECL solr >= 0.9.2)
    \nClass SolrIllegalOperationException
    \nThis object is thrown when an illegal or unsupported operation is performed on an object.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SolrInputDocument","p":"SolrInputDocument.html","d":"

    (PECL solr >= 0.9.2)
    \nClass SolrInputDocument
    \nThis class represents a Solr document that is about to be submitted to the Solr index.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SolrMissingMandatoryParameterException","p":"SolrMissingMandatoryParameterException.html","d":"

    (PECL solr >= 2.2.0)
    \nClass SolrMissingMandatoryParameterException

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SolrModifiableParams","p":"SolrModifiableParams.html","d":"

    (PECL solr >= 0.9.2)
    \nClass SolrModifiableParams
    \nThis class represents a collection of name-value pairs sent to the Solr server during a request.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SolrObject","p":"SolrObject.html","d":"

    (PECL solr >= 0.9.2)
    \nClass SolrObject
    \nThis class represents an object whose properties can also by accessed using the array syntax. All its properties are\nread-only.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SolrParams","p":"SolrParams.html","d":"

    (PECL solr >= 0.9.2)
    \nClass SolrParams
    \nThis class represents a a collection of name-value pairs sent to the Solr server during a request.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SolrPingResponse","p":"SolrPingResponse.html","d":"

    (PECL solr >= 0.9.2)
    \nClass SolrPingResponse
    \nThis class represents a response to a ping request to the server

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SolrQuery","p":"SolrQuery.html","d":"

    (PECL solr >= 0.9.2)
    \nClass SolrQuery
    \nThis class represents a collection of name-value pairs sent to the Solr server during a request.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SolrQueryResponse","p":"SolrQueryResponse.html","d":"

    (PECL solr >= 0.9.2)
    \nClass SolrQueryResponse
    \nThis class represents a response to a query request.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SolrResponse","p":"SolrResponse.html","d":"

    (PECL solr >= 0.9.2)
    \nClass SolrResponse
    \nThis class represents a response from the Solr server.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SolrServerException","p":"SolrServerException.html","d":"

    (PECL solr >= 1.1.0, >=2.0.0)
    \nClass SolrServerException
    \nAn exception thrown when there is an error produced by the Solr Server itself.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SolrUpdateResponse","p":"SolrUpdateResponse.html","d":"

    (PECL solr >= 0.9.2)
    \nClass SolrUpdateResponse
    \nThis class represents a response to an update request.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SolrUtils","p":"SolrUtils.html","d":"

    (PECL solr >= 0.9.2)
    \nClass SolrUtils
    \nContains utility methods for retrieving the current extension version and preparing query phrases.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SplBool","p":"SplBool.html","d":"

    The SplBool class is used to enforce strong typing of the bool type.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SplDoublyLinkedList","p":"SplDoublyLinkedList.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SplEnum","p":"SplEnum.html","d":"

    SplEnum gives the ability to emulate and create enumeration objects natively in PHP.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SplFileInfo","p":"SplFileInfo.html","d":"

    The SplFileInfo class offers a high-level object oriented interface to\ninformation for an individual file.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SplFileObject","p":"SplFileObject.html","d":"

    The SplFileObject class offers an object oriented interface for a file.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SplFixedArray","p":"SplFixedArray.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SplFloat","p":"SplFloat.html","d":"

    The SplFloat class is used to enforce strong typing of the float type.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SplHeap","p":"SplHeap.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SplInt","p":"SplInt.html","d":"

    The SplInt class is used to enforce strong typing of the integer type.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SplMaxHeap","p":"SplMaxHeap.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SplMinHeap","p":"SplMinHeap.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SplObjectStorage","p":"SplObjectStorage.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SplObserver","p":"SplObserver.html","d":"

    The SplObserver interface is used alongside\nSplSubject to implement the Observer Design Pattern.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SplPriorityQueue","p":"SplPriorityQueue.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SplQueue","p":"SplQueue.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SplStack","p":"SplStack.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SplString","p":"SplString.html","d":"

    The SplString class is used to enforce strong typing of the string type.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SplSubject","p":"SplSubject.html","d":"

    The SplSubject interface is used alongside\nSplObserver to implement the Observer Design Pattern.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SplTempFileObject","p":"SplTempFileObject.html","d":"

    The SplTempFileObject class offers an object oriented interface for a temporary file.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SplType","p":"SplType.html","d":"

    Abstract parent class for all SPL types.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Spoofchecker","p":"Spoofchecker.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Stomp","p":"Stomp.html","d":"

    Stubs for stomp\nhttps://pecl.php.net/package/stomp

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"StompException","p":"StompException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"StompFrame","p":"StompFrame.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"StreamBucket","p":"StreamBucket.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"StringBackedEnum","p":"StringBackedEnum.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Stringable","p":"Stringable.html","d":"

    Stringable interface denotes a class as having a __toString() method.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"StubTests\\AbstractBaseStubsTestCase","p":"StubTests/AbstractBaseStubsTestCase.html","d":null,"f":{"n":"StubTests","p":"StubTests.html"}},{"t":"C","n":"StubTests\\BaseClassesTest","p":"StubTests/BaseClassesTest.html","d":null,"f":{"n":"StubTests","p":"StubTests.html"}},{"t":"C","n":"StubTests\\BaseConstantsTest","p":"StubTests/BaseConstantsTest.html","d":null,"f":{"n":"StubTests","p":"StubTests.html"}},{"t":"C","n":"StubTests\\BaseEnumsTest","p":"StubTests/BaseEnumsTest.html","d":null,"f":{"n":"StubTests","p":"StubTests.html"}},{"t":"C","n":"StubTests\\BaseFunctionsTest","p":"StubTests/BaseFunctionsTest.html","d":null,"f":{"n":"StubTests","p":"StubTests.html"}},{"t":"C","n":"StubTests\\BaseInterfacesTest","p":"StubTests/BaseInterfacesTest.html","d":null,"f":{"n":"StubTests","p":"StubTests.html"}},{"t":"C","n":"StubTests\\CheckStubMapTest","p":"StubTests/CheckStubMapTest.html","d":null,"f":{"n":"StubTests","p":"StubTests.html"}},{"t":"C","n":"StubTests\\CodeStyle\\BracesOneLineFixer","p":"StubTests/CodeStyle/BracesOneLineFixer.html","d":null,"f":{"n":"StubTests\\CodeStyle","p":"StubTests/CodeStyle.html"}},{"t":"C","n":"StubTests\\Model\\BasePHPClass","p":"StubTests/Model/BasePHPClass.html","d":null,"f":{"n":"StubTests\\Model","p":"StubTests/Model.html"}},{"t":"C","n":"StubTests\\Model\\BasePHPElement","p":"StubTests/Model/BasePHPElement.html","d":null,"f":{"n":"StubTests\\Model","p":"StubTests/Model.html"}},{"t":"C","n":"StubTests\\Model\\CommonUtils","p":"StubTests/Model/CommonUtils.html","d":null,"f":{"n":"StubTests\\Model","p":"StubTests/Model.html"}},{"t":"C","n":"StubTests\\Model\\PHPClass","p":"StubTests/Model/PHPClass.html","d":null,"f":{"n":"StubTests\\Model","p":"StubTests/Model.html"}},{"t":"C","n":"StubTests\\Model\\PHPClassConstant","p":"StubTests/Model/PHPClassConstant.html","d":null,"f":{"n":"StubTests\\Model","p":"StubTests/Model.html"}},{"t":"C","n":"StubTests\\Model\\PHPConstant","p":"StubTests/Model/PHPConstant.html","d":null,"f":{"n":"StubTests\\Model","p":"StubTests/Model.html"}},{"t":"C","n":"StubTests\\Model\\PHPConstantDeclaration","p":"StubTests/Model/PHPConstantDeclaration.html","d":null,"f":{"n":"StubTests\\Model","p":"StubTests/Model.html"}},{"t":"C","n":"StubTests\\Model\\PHPDefineConstant","p":"StubTests/Model/PHPDefineConstant.html","d":null,"f":{"n":"StubTests\\Model","p":"StubTests/Model.html"}},{"t":"T","n":"StubTests\\Model\\PHPDocElement","p":"StubTests/Model/PHPDocElement.html","d":null,"f":{"n":"StubTests\\Model","p":"StubTests/Model.html"}},{"t":"C","n":"StubTests\\Model\\PHPEnum","p":"StubTests/Model/PHPEnum.html","d":null,"f":{"n":"StubTests\\Model","p":"StubTests/Model.html"}},{"t":"C","n":"StubTests\\Model\\PHPEnumCase","p":"StubTests/Model/PHPEnumCase.html","d":null,"f":{"n":"StubTests\\Model","p":"StubTests/Model.html"}},{"t":"C","n":"StubTests\\Model\\PHPFunction","p":"StubTests/Model/PHPFunction.html","d":null,"f":{"n":"StubTests\\Model","p":"StubTests/Model.html"}},{"t":"C","n":"StubTests\\Model\\PHPInterface","p":"StubTests/Model/PHPInterface.html","d":null,"f":{"n":"StubTests\\Model","p":"StubTests/Model.html"}},{"t":"C","n":"StubTests\\Model\\PHPMethod","p":"StubTests/Model/PHPMethod.html","d":null,"f":{"n":"StubTests\\Model","p":"StubTests/Model.html"}},{"t":"C","n":"StubTests\\Model\\PHPNamespacedElement","p":"StubTests/Model/PHPNamespacedElement.html","d":null,"f":{"n":"StubTests\\Model","p":"StubTests/Model.html"}},{"t":"C","n":"StubTests\\Model\\PHPParameter","p":"StubTests/Model/PHPParameter.html","d":null,"f":{"n":"StubTests\\Model","p":"StubTests/Model.html"}},{"t":"C","n":"StubTests\\Model\\PHPProperty","p":"StubTests/Model/PHPProperty.html","d":null,"f":{"n":"StubTests\\Model","p":"StubTests/Model.html"}},{"t":"C","n":"StubTests\\Model\\PhpVersions","p":"StubTests/Model/PhpVersions.html","d":null,"f":{"n":"StubTests\\Model","p":"StubTests/Model.html"}},{"t":"C","n":"StubTests\\Model\\StubProblemType","p":"StubTests/Model/StubProblemType.html","d":null,"f":{"n":"StubTests\\Model","p":"StubTests/Model.html"}},{"t":"C","n":"StubTests\\Model\\StubsContainer","p":"StubTests/Model/StubsContainer.html","d":null,"f":{"n":"StubTests\\Model","p":"StubTests/Model.html"}},{"t":"C","n":"StubTests\\Model\\Tags\\RemovedTag","p":"StubTests/Model/Tags/RemovedTag.html","d":null,"f":{"n":"StubTests\\Model\\Tags","p":"StubTests/Model/Tags.html"}},{"t":"C","n":"StubTests\\Parsers\\DocFactoryProvider","p":"StubTests/Parsers/DocFactoryProvider.html","d":null,"f":{"n":"StubTests\\Parsers","p":"StubTests/Parsers.html"}},{"t":"C","n":"StubTests\\Parsers\\ExpectedFunctionArgumentsInfo","p":"StubTests/Parsers/ExpectedFunctionArgumentsInfo.html","d":null,"f":{"n":"StubTests\\Parsers","p":"StubTests/Parsers.html"}},{"t":"C","n":"StubTests\\Parsers\\MetaExpectedArgumentsCollector","p":"StubTests/Parsers/MetaExpectedArgumentsCollector.html","d":null,"f":{"n":"StubTests\\Parsers","p":"StubTests/Parsers.html"}},{"t":"C","n":"StubTests\\Parsers\\PHPReflectionParser","p":"StubTests/Parsers/PHPReflectionParser.html","d":null,"f":{"n":"StubTests\\Parsers","p":"StubTests/Parsers.html"}},{"t":"C","n":"StubTests\\Parsers\\ParserUtils","p":"StubTests/Parsers/ParserUtils.html","d":null,"f":{"n":"StubTests\\Parsers","p":"StubTests/Parsers.html"}},{"t":"C","n":"StubTests\\Parsers\\StubsParserErrorHandler","p":"StubTests/Parsers/StubsParserErrorHandler.html","d":null,"f":{"n":"StubTests\\Parsers","p":"StubTests/Parsers.html"}},{"t":"C","n":"StubTests\\Parsers\\Visitors\\CoreStubASTVisitor","p":"StubTests/Parsers/Visitors/CoreStubASTVisitor.html","d":null,"f":{"n":"StubTests\\Parsers\\Visitors","p":"StubTests/Parsers/Visitors.html"}},{"t":"C","n":"StubTests\\Parsers\\Visitors\\MetaOverrideFunctionsParser","p":"StubTests/Parsers/Visitors/MetaOverrideFunctionsParser.html","d":null,"f":{"n":"StubTests\\Parsers\\Visitors","p":"StubTests/Parsers/Visitors.html"}},{"t":"C","n":"StubTests\\Parsers\\Visitors\\ParentConnector","p":"StubTests/Parsers/Visitors/ParentConnector.html","d":"

    The visitor is required to provide "parent" attribute to nodes

    ","f":{"n":"StubTests\\Parsers\\Visitors","p":"StubTests/Parsers/Visitors.html"}},{"t":"C","n":"StubTests\\StubsCompositeMixedReturnTypeTest","p":"StubTests/StubsCompositeMixedReturnTypeTest.html","d":null,"f":{"n":"StubTests","p":"StubTests.html"}},{"t":"C","n":"StubTests\\StubsConstantsAndParametersValuesTest","p":"StubTests/StubsConstantsAndParametersValuesTest.html","d":null,"f":{"n":"StubTests","p":"StubTests.html"}},{"t":"C","n":"StubTests\\StubsForbiddenTypeHintsTest","p":"StubTests/StubsForbiddenTypeHintsTest.html","d":null,"f":{"n":"StubTests","p":"StubTests.html"}},{"t":"C","n":"StubTests\\StubsMetaExpectedArgumentsTest","p":"StubTests/StubsMetaExpectedArgumentsTest.html","d":null,"f":{"n":"StubTests","p":"StubTests.html"}},{"t":"C","n":"StubTests\\StubsMetaInternalTagTest","p":"StubTests/StubsMetaInternalTagTest.html","d":null,"f":{"n":"StubTests","p":"StubTests.html"}},{"t":"C","n":"StubTests\\StubsParameterNamesTest","p":"StubTests/StubsParameterNamesTest.html","d":null,"f":{"n":"StubTests","p":"StubTests.html"}},{"t":"C","n":"StubTests\\StubsPhp81Tests","p":"StubTests/StubsPhp81Tests.html","d":null,"f":{"n":"StubTests","p":"StubTests.html"}},{"t":"C","n":"StubTests\\StubsPhpDocTest","p":"StubTests/StubsPhpDocTest.html","d":null,"f":{"n":"StubTests","p":"StubTests.html"}},{"t":"C","n":"StubTests\\StubsReflectionClassesTest","p":"StubTests/StubsReflectionClassesTest.html","d":"

    Class to test typehints of some Reflection* classes as reflection for these classes returns null.

    ","f":{"n":"StubTests","p":"StubTests.html"}},{"t":"C","n":"StubTests\\StubsStructureTest","p":"StubTests/StubsStructureTest.html","d":null,"f":{"n":"StubTests","p":"StubTests.html"}},{"t":"C","n":"StubTests\\StubsTypeHintsTest","p":"StubTests/StubsTypeHintsTest.html","d":null,"f":{"n":"StubTests","p":"StubTests.html"}},{"t":"C","n":"StubTests\\TestData\\Providers\\EntitiesFilter","p":"StubTests/TestData/Providers/EntitiesFilter.html","d":null,"f":{"n":"StubTests\\TestData\\Providers","p":"StubTests/TestData/Providers.html"}},{"t":"C","n":"StubTests\\TestData\\Providers\\PhpStormStubsSingleton","p":"StubTests/TestData/Providers/PhpStormStubsSingleton.html","d":null,"f":{"n":"StubTests\\TestData\\Providers","p":"StubTests/TestData/Providers.html"}},{"t":"C","n":"StubTests\\TestData\\Providers\\ReflectionStubsSingleton","p":"StubTests/TestData/Providers/ReflectionStubsSingleton.html","d":null,"f":{"n":"StubTests\\TestData\\Providers","p":"StubTests/TestData/Providers.html"}},{"t":"C","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionClassesTestDataProviders","p":"StubTests/TestData/Providers/Reflection/ReflectionClassesTestDataProviders.html","d":null,"f":{"n":"StubTests\\TestData\\Providers\\Reflection","p":"StubTests/TestData/Providers/Reflection.html"}},{"t":"C","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionConstantsProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionConstantsProvider.html","d":null,"f":{"n":"StubTests\\TestData\\Providers\\Reflection","p":"StubTests/TestData/Providers/Reflection.html"}},{"t":"C","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionFunctionsProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionFunctionsProvider.html","d":null,"f":{"n":"StubTests\\TestData\\Providers\\Reflection","p":"StubTests/TestData/Providers/Reflection.html"}},{"t":"C","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionMethodsProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionMethodsProvider.html","d":null,"f":{"n":"StubTests\\TestData\\Providers\\Reflection","p":"StubTests/TestData/Providers/Reflection.html"}},{"t":"C","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionParametersProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionParametersProvider.html","d":null,"f":{"n":"StubTests\\TestData\\Providers\\Reflection","p":"StubTests/TestData/Providers/Reflection.html"}},{"t":"C","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionPropertiesProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionPropertiesProvider.html","d":null,"f":{"n":"StubTests\\TestData\\Providers\\Reflection","p":"StubTests/TestData/Providers/Reflection.html"}},{"t":"C","n":"StubTests\\TestData\\Providers\\Stubs\\PhpCoreStubsProvider","p":"StubTests/TestData/Providers/Stubs/PhpCoreStubsProvider.html","d":null,"f":{"n":"StubTests\\TestData\\Providers\\Stubs","p":"StubTests/TestData/Providers/Stubs.html"}},{"t":"C","n":"StubTests\\TestData\\Providers\\Stubs\\StubConstantsProvider","p":"StubTests/TestData/Providers/Stubs/StubConstantsProvider.html","d":null,"f":{"n":"StubTests\\TestData\\Providers\\Stubs","p":"StubTests/TestData/Providers/Stubs.html"}},{"t":"C","n":"StubTests\\TestData\\Providers\\Stubs\\StubMethodsProvider","p":"StubTests/TestData/Providers/Stubs/StubMethodsProvider.html","d":null,"f":{"n":"StubTests\\TestData\\Providers\\Stubs","p":"StubTests/TestData/Providers/Stubs.html"}},{"t":"C","n":"StubTests\\TestData\\Providers\\Stubs\\StubsCompositeMixedProvider","p":"StubTests/TestData/Providers/Stubs/StubsCompositeMixedProvider.html","d":null,"f":{"n":"StubTests\\TestData\\Providers\\Stubs","p":"StubTests/TestData/Providers/Stubs.html"}},{"t":"C","n":"StubTests\\TestData\\Providers\\Stubs\\StubsParametersProvider","p":"StubTests/TestData/Providers/Stubs/StubsParametersProvider.html","d":null,"f":{"n":"StubTests\\TestData\\Providers\\Stubs","p":"StubTests/TestData/Providers/Stubs.html"}},{"t":"C","n":"StubTests\\TestData\\Providers\\Stubs\\StubsTestDataProviders","p":"StubTests/TestData/Providers/Stubs/StubsTestDataProviders.html","d":null,"f":{"n":"StubTests\\TestData\\Providers\\Stubs","p":"StubTests/TestData/Providers/Stubs.html"}},{"t":"C","n":"StubTests\\Tools\\ModelAutoloader","p":"StubTests/Tools/ModelAutoloader.html","d":null,"f":{"n":"StubTests\\Tools","p":"StubTests/Tools.html"}},{"t":"C","n":"Svn","p":"Svn.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SvnNode","p":"SvnNode.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SvnWc","p":"SvnWc.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SvnWcSchedule","p":"SvnWcSchedule.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Swoole\\Atomic","p":"Swoole/Atomic.html","d":null,"f":{"n":"Swoole","p":"Swoole.html"}},{"t":"C","n":"Swoole\\Atomic\\Long","p":"Swoole/Atomic/Long.html","d":null,"f":{"n":"Swoole\\Atomic","p":"Swoole/Atomic.html"}},{"t":"C","n":"Swoole\\Client","p":"Swoole/Client.html","d":null,"f":{"n":"Swoole","p":"Swoole.html"}},{"t":"C","n":"Swoole\\Client\\Exception","p":"Swoole/Client/Exception.html","d":null,"f":{"n":"Swoole\\Client","p":"Swoole/Client.html"}},{"t":"C","n":"Swoole\\Connection\\Iterator","p":"Swoole/Connection/Iterator.html","d":null,"f":{"n":"Swoole\\Connection","p":"Swoole/Connection.html"}},{"t":"C","n":"Swoole\\Coroutine","p":"Swoole/Coroutine.html","d":null,"f":{"n":"Swoole","p":"Swoole.html"}},{"t":"C","n":"Swoole\\Coroutine\\Channel","p":"Swoole/Coroutine/Channel.html","d":null,"f":{"n":"Swoole\\Coroutine","p":"Swoole/Coroutine.html"}},{"t":"C","n":"Swoole\\Coroutine\\Client","p":"Swoole/Coroutine/Client.html","d":null,"f":{"n":"Swoole\\Coroutine","p":"Swoole/Coroutine.html"}},{"t":"C","n":"Swoole\\Coroutine\\Context","p":"Swoole/Coroutine/Context.html","d":null,"f":{"n":"Swoole\\Coroutine","p":"Swoole/Coroutine.html"}},{"t":"C","n":"Swoole\\Coroutine\\Curl\\Exception","p":"Swoole/Coroutine/Curl/Exception.html","d":null,"f":{"n":"Swoole\\Coroutine\\Curl","p":"Swoole/Coroutine/Curl.html"}},{"t":"C","n":"Swoole\\Coroutine\\Http2\\Client","p":"Swoole/Coroutine/Http2/Client.html","d":null,"f":{"n":"Swoole\\Coroutine\\Http2","p":"Swoole/Coroutine/Http2.html"}},{"t":"C","n":"Swoole\\Coroutine\\Http2\\Client\\Exception","p":"Swoole/Coroutine/Http2/Client/Exception.html","d":null,"f":{"n":"Swoole\\Coroutine\\Http2\\Client","p":"Swoole/Coroutine/Http2/Client.html"}},{"t":"C","n":"Swoole\\Coroutine\\Http\\Client","p":"Swoole/Coroutine/Http/Client.html","d":null,"f":{"n":"Swoole\\Coroutine\\Http","p":"Swoole/Coroutine/Http.html"}},{"t":"C","n":"Swoole\\Coroutine\\Http\\Client\\Exception","p":"Swoole/Coroutine/Http/Client/Exception.html","d":null,"f":{"n":"Swoole\\Coroutine\\Http\\Client","p":"Swoole/Coroutine/Http/Client.html"}},{"t":"C","n":"Swoole\\Coroutine\\Http\\Server","p":"Swoole/Coroutine/Http/Server.html","d":null,"f":{"n":"Swoole\\Coroutine\\Http","p":"Swoole/Coroutine/Http.html"}},{"t":"C","n":"Swoole\\Coroutine\\Iterator","p":"Swoole/Coroutine/Iterator.html","d":null,"f":{"n":"Swoole\\Coroutine","p":"Swoole/Coroutine.html"}},{"t":"C","n":"Swoole\\Coroutine\\MySQL","p":"Swoole/Coroutine/MySQL.html","d":null,"f":{"n":"Swoole\\Coroutine","p":"Swoole/Coroutine.html"}},{"t":"C","n":"Swoole\\Coroutine\\MySQL\\Exception","p":"Swoole/Coroutine/MySQL/Exception.html","d":null,"f":{"n":"Swoole\\Coroutine\\MySQL","p":"Swoole/Coroutine/MySQL.html"}},{"t":"C","n":"Swoole\\Coroutine\\MySQL\\Statement","p":"Swoole/Coroutine/MySQL/Statement.html","d":null,"f":{"n":"Swoole\\Coroutine\\MySQL","p":"Swoole/Coroutine/MySQL.html"}},{"t":"C","n":"Swoole\\Coroutine\\Redis","p":"Swoole/Coroutine/Redis.html","d":null,"f":{"n":"Swoole\\Coroutine","p":"Swoole/Coroutine.html"}},{"t":"C","n":"Swoole\\Coroutine\\Scheduler","p":"Swoole/Coroutine/Scheduler.html","d":null,"f":{"n":"Swoole\\Coroutine","p":"Swoole/Coroutine.html"}},{"t":"C","n":"Swoole\\Coroutine\\Socket","p":"Swoole/Coroutine/Socket.html","d":null,"f":{"n":"Swoole\\Coroutine","p":"Swoole/Coroutine.html"}},{"t":"C","n":"Swoole\\Coroutine\\Socket\\Exception","p":"Swoole/Coroutine/Socket/Exception.html","d":null,"f":{"n":"Swoole\\Coroutine\\Socket","p":"Swoole/Coroutine/Socket.html"}},{"t":"C","n":"Swoole\\Coroutine\\System","p":"Swoole/Coroutine/System.html","d":null,"f":{"n":"Swoole\\Coroutine","p":"Swoole/Coroutine.html"}},{"t":"C","n":"Swoole\\Error","p":"Swoole/Error.html","d":null,"f":{"n":"Swoole","p":"Swoole.html"}},{"t":"C","n":"Swoole\\Event","p":"Swoole/Event.html","d":null,"f":{"n":"Swoole","p":"Swoole.html"}},{"t":"C","n":"Swoole\\Exception","p":"Swoole/Exception.html","d":null,"f":{"n":"Swoole","p":"Swoole.html"}},{"t":"C","n":"Swoole\\ExitException","p":"Swoole/ExitException.html","d":null,"f":{"n":"Swoole","p":"Swoole.html"}},{"t":"C","n":"Swoole\\Http2\\Request","p":"Swoole/Http2/Request.html","d":null,"f":{"n":"Swoole\\Http2","p":"Swoole/Http2.html"}},{"t":"C","n":"Swoole\\Http2\\Response","p":"Swoole/Http2/Response.html","d":null,"f":{"n":"Swoole\\Http2","p":"Swoole/Http2.html"}},{"t":"C","n":"Swoole\\Http\\Request","p":"Swoole/Http/Request.html","d":null,"f":{"n":"Swoole\\Http","p":"Swoole/Http.html"}},{"t":"C","n":"Swoole\\Http\\Response","p":"Swoole/Http/Response.html","d":null,"f":{"n":"Swoole\\Http","p":"Swoole/Http.html"}},{"t":"C","n":"Swoole\\Http\\Server","p":"Swoole/Http/Server.html","d":null,"f":{"n":"Swoole\\Http","p":"Swoole/Http.html"}},{"t":"C","n":"Swoole\\Lock","p":"Swoole/Lock.html","d":null,"f":{"n":"Swoole","p":"Swoole.html"}},{"t":"C","n":"Swoole\\Process","p":"Swoole/Process.html","d":null,"f":{"n":"Swoole","p":"Swoole.html"}},{"t":"C","n":"Swoole\\Process\\Pool","p":"Swoole/Process/Pool.html","d":null,"f":{"n":"Swoole\\Process","p":"Swoole/Process.html"}},{"t":"C","n":"Swoole\\Redis\\Server","p":"Swoole/Redis/Server.html","d":null,"f":{"n":"Swoole\\Redis","p":"Swoole/Redis.html"}},{"t":"C","n":"Swoole\\Runtime","p":"Swoole/Runtime.html","d":null,"f":{"n":"Swoole","p":"Swoole.html"}},{"t":"C","n":"Swoole\\Server","p":"Swoole/Server.html","d":null,"f":{"n":"Swoole","p":"Swoole.html"}},{"t":"C","n":"Swoole\\Server\\Event","p":"Swoole/Server/Event.html","d":null,"f":{"n":"Swoole\\Server","p":"Swoole/Server.html"}},{"t":"C","n":"Swoole\\Server\\Packet","p":"Swoole/Server/Packet.html","d":null,"f":{"n":"Swoole\\Server","p":"Swoole/Server.html"}},{"t":"C","n":"Swoole\\Server\\PipeMessage","p":"Swoole/Server/PipeMessage.html","d":null,"f":{"n":"Swoole\\Server","p":"Swoole/Server.html"}},{"t":"C","n":"Swoole\\Server\\Port","p":"Swoole/Server/Port.html","d":null,"f":{"n":"Swoole\\Server","p":"Swoole/Server.html"}},{"t":"C","n":"Swoole\\Server\\StatusInfo","p":"Swoole/Server/StatusInfo.html","d":null,"f":{"n":"Swoole\\Server","p":"Swoole/Server.html"}},{"t":"C","n":"Swoole\\Server\\Task","p":"Swoole/Server/Task.html","d":null,"f":{"n":"Swoole\\Server","p":"Swoole/Server.html"}},{"t":"C","n":"Swoole\\Server\\TaskResult","p":"Swoole/Server/TaskResult.html","d":null,"f":{"n":"Swoole\\Server","p":"Swoole/Server.html"}},{"t":"C","n":"Swoole\\Table","p":"Swoole/Table.html","d":null,"f":{"n":"Swoole","p":"Swoole.html"}},{"t":"C","n":"Swoole\\Timer","p":"Swoole/Timer.html","d":null,"f":{"n":"Swoole","p":"Swoole.html"}},{"t":"C","n":"Swoole\\Timer\\Iterator","p":"Swoole/Timer/Iterator.html","d":"","f":{"n":"Swoole\\Timer","p":"Swoole/Timer.html"}},{"t":"C","n":"Swoole\\WebSocket\\CloseFrame","p":"Swoole/WebSocket/CloseFrame.html","d":null,"f":{"n":"Swoole\\WebSocket","p":"Swoole/WebSocket.html"}},{"t":"C","n":"Swoole\\WebSocket\\Frame","p":"Swoole/WebSocket/Frame.html","d":null,"f":{"n":"Swoole\\WebSocket","p":"Swoole/WebSocket.html"}},{"t":"C","n":"Swoole\\WebSocket\\Server","p":"Swoole/WebSocket/Server.html","d":null,"f":{"n":"Swoole\\WebSocket","p":"Swoole/WebSocket.html"}},{"t":"C","n":"SyncEvent","p":"SyncEvent.html","d":"SyncEvent","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SyncMutex","p":"SyncMutex.html","d":"SyncMutex","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SyncReaderWriter","p":"SyncReaderWriter.html","d":"SyncReaderWriter","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SyncSemaphore","p":"SyncSemaphore.html","d":"SyncSemaphore","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SyncSharedMemory","p":"SyncSharedMemory.html","d":"SyncSharedMemory","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SysvMessageQueue","p":"SysvMessageQueue.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SysvSemaphore","p":"SysvSemaphore.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"SysvSharedMemory","p":"SysvSharedMemory.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Thread","p":"Thread.html","d":"

    (PECL pthreads >= 2.0.0)
    \nWhen the start method of a Thread is invoked, the run method code will be\nexecuted in separate Thread, in parallel.
    \nAfter the run method is executed the Thread will exit immediately, it will\nbe joined with the creating Thread at the appropriate time.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Threaded","p":"Threaded.html","d":"

    Threaded objects form the basis of pthreads ability to execute user code\nin parallel; they expose synchronization methods and various useful\ninterfaces.
    \nThreaded objects, most importantly, provide implicit safety for the programmer;\nall operations on the object scope are safe.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Throwable","p":"Throwable.html","d":"

    Throwable is the base interface for any object that can be thrown via a throw statement in PHP 7,\nincluding Error and Exception.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Transliterator","p":"Transliterator.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Traversable","p":"Traversable.html","d":"

    Interface to detect if a class is traversable using foreach.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"TypeError","p":"TypeError.html","d":"

    There are three scenarios where a TypeError may be thrown.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"UConverter","p":"UConverter.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"UV","p":"UV.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"UVAddrinfo","p":"UVAddrinfo.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"UVAsync","p":"UVAsync.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"UVCheck","p":"UVCheck.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"UVFs","p":"UVFs.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"UVFsEvent","p":"UVFsEvent.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"UVFsPoll","p":"UVFsPoll.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"UVIdle","p":"UVIdle.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"UVLock","p":"UVLock.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"UVLoop","p":"UVLoop.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"UVPipe","p":"UVPipe.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"UVPoll","p":"UVPoll.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"UVPrepare","p":"UVPrepare.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"UVProcess","p":"UVProcess.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"UVSignal","p":"UVSignal.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"UVSockAddr","p":"UVSockAddr.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"UVSockAddrIPv4","p":"UVSockAddrIPv4.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"UVSockAddrIPv6","p":"UVSockAddrIPv6.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"UVStdio","p":"UVStdio.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"UVStream","p":"UVStream.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"UVTcp","p":"UVTcp.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"UVTimer","p":"UVTimer.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"UVTty","p":"UVTty.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"UVUdp","p":"UVUdp.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"UVWork","p":"UVWork.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"UnderflowException","p":"UnderflowException.html","d":"

    Exception thrown when performing an invalid operation on an empty container, such as removing an element.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"UnexpectedValueException","p":"UnexpectedValueException.html","d":"

    Exception thrown if a value does not match with a set of values. Typically\nthis happens when a function calls another function and expects the return\nvalue to be of a certain type or value not including arithmetic or buffer\nrelated errors.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"UnhandledMatchError","p":"UnhandledMatchError.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"UnitEnum","p":"UnitEnum.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"V8Js","p":"V8Js.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"V8JsMemoryLimitException","p":"V8JsMemoryLimitException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"V8JsScriptException","p":"V8JsScriptException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"V8JsTimeLimitException","p":"V8JsTimeLimitException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"VARIANT","p":"VARIANT.html","d":"

    The VARIANT is COM's equivalent of the PHP zval; it is a structure that can contain a value with a range of different possible types. The VARIANT class provided by the COM extension allows you to have more control over the way that PHP passes values to and from COM.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ValueError","p":"ValueError.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Volatile","p":"Volatile.html","d":"

    (PECL pthreads >= 3.0.0)
    \nThe Volatile class is new to pthreads v3. Its introduction is a consequence of\nthe new immutability semantics of Threaded members of Threaded classes. The\nVolatile class enables for mutability of its Threaded members, and is also\nused to store PHP arrays in Threaded contexts.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Vtiful\\Kernel\\Excel","p":"Vtiful/Kernel/Excel.html","d":"

    Class Excel

    ","f":{"n":"Vtiful\\Kernel","p":"Vtiful/Kernel.html"}},{"t":"C","n":"Vtiful\\Kernel\\Format","p":"Vtiful/Kernel/Format.html","d":"

    Class Format

    ","f":{"n":"Vtiful\\Kernel","p":"Vtiful/Kernel.html"}},{"t":"C","n":"WeakMap","p":"WeakMap.html","d":"

    Weak maps allow creating a map from objects to arbitrary values\n(similar to SplObjectStorage) without preventing the objects that are used\nas keys from being garbage collected. If an object key is garbage collected,\nit will simply be removed from the map.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"WeakReference","p":"WeakReference.html","d":"

    Weak references allow the programmer to retain a reference to an\nobject which does not prevent the object from being destroyed.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Worker","p":"Worker.html","d":"

    (PECL pthreads >= 2.0.0)
    \nWorker Threads have a persistent context, as such should be used over\nThreads in most cases.
    \nWhen a Worker is started, the run method will be executed, but the Thread will\nnot leave until one of the following conditions are met:

      \n
    • the Worker goes out of scope (no more references remain)
    • \n
    • the programmer calls shutdown
    • \n
    • the script dies
    \nThis means the programmer can reuse the context throughout execution; placing\nobjects on the stack of the Worker will cause the Worker to execute the stacked\nobjects run method.","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"XMLParser","p":"XMLParser.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"XMLReader","p":"XMLReader.html","d":"

    The XMLReader extension is an XML Pull parser. The reader acts as a\ncursor going forward on the document stream and stopping at each node\non the way.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"XMLWriter","p":"XMLWriter.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"XSLTProcessor","p":"XSLTProcessor.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"XXTEA","p":"XXTEA.html","d":"

    Stubs for XXTEA\nhttps://pecl.php.net/package/xxtea.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yaf\\Action_Abstract","p":"Yaf/Action_Abstract.html","d":"

    A action can be defined in a separate file in Yaf(see \\Yaf\\Controller_Abstract). that is a action method can also be a \\Yaf\\Action_Abstract class.

    \n


    \n

    Since there should be a entry point which can be called by Yaf (as of PHP 5.3, there is a new magic method __invoke, but Yaf is not only works with PHP 5.3+, Yaf choose another magic method execute), you must implement the abstract method \\Yaf\\Action_Abstract::execute() in your custom action class.

    ","f":{"n":"Yaf","p":"Yaf.html"}},{"t":"C","n":"Yaf\\Application","p":"Yaf/Application.html","d":"

    \\Yaf\\Application provides a bootstrapping facility for applications which provides reusable resources, common- and module-based bootstrap classes and dependency checking.

    ","f":{"n":"Yaf","p":"Yaf.html"}},{"t":"C","n":"Yaf\\Bootstrap_Abstract","p":"Yaf/Bootstrap_Abstract.html","d":"

    Bootstrap is a mechanism used to do some initial config before a Application run.

    \n

    User may define their own Bootstrap class by inheriting \\Yaf\\Bootstrap_Abstract

    \n

    Any method declared in Bootstrap class with leading \"_init\", will be called by \\Yaf\\Application::bootstrap() one by one according to their defined order

    ","f":{"n":"Yaf","p":"Yaf.html"}},{"t":"C","n":"Yaf\\Config\\Ini","p":"Yaf/Config/Ini.html","d":"

    \\Yaf\\Config\\Ini enables developers to store configuration data in a familiar INI format and read them in the application by using nested object property syntax. The INI format is specialized to provide both the ability to have a hierarchy of configuration data keys and inheritance between configuration data sections. Configuration data hierarchies are supported by separating the keys with the dot or period character (\".\"). A section may extend or inherit from another section by following the section name with a colon character (\":\") and the name of the section from which data are to be inherited.


    \nNote:\n

    \\Yaf\\Config\\Ini utilizes the \u00bb parse_ini_file() PHP function. Please review this documentation to be aware of its specific behaviors, which propagate to \\Yaf\\Config\\Ini, such as how the special values of \"TRUE\", \"FALSE\", \"yes\", \"no\", and \"NULL\" are handled.

    ","f":{"n":"Yaf\\Config","p":"Yaf/Config.html"}},{"t":"C","n":"Yaf\\Config\\Simple","p":"Yaf/Config/Simple.html","d":"","f":{"n":"Yaf\\Config","p":"Yaf/Config.html"}},{"t":"C","n":"Yaf\\Config_Abstract","p":"Yaf/Config_Abstract.html","d":"","f":{"n":"Yaf","p":"Yaf.html"}},{"t":"C","n":"Yaf\\Controller_Abstract","p":"Yaf/Controller_Abstract.html","d":"

    \\Yaf\\Controller_Abstract is the heart of Yaf's system. MVC stands for Model-View-Controller and is a design pattern targeted at separating application logic from display logic.

    \n


    \n

    Every custom controller shall inherit \\Yaf\\Controller_Abstract.

    \n


    \n

    You will find that you can not define __construct function for your custom controller, thus, \\Yaf\\Controller_Abstract provides a magic method: \\Yaf\\Controller_Abstract::init().

    \n


    \n

    If you have defined a init() method in your custom controller, it will be called as long as the controller was instantiated.

    \n


    \n

    Action may have arguments, when a request coming, if there are the same name variable in the request parameters(see \\Yaf\\Request_Abstract::getParam()) after routed, Yaf will pass them to the action method (see \\Yaf\\Action_Abstract::execute()).

    \n


    \nNote:

    \n

    These arguments are directly fetched without filtering, it should be carefully processed before use them.

    ","f":{"n":"Yaf","p":"Yaf.html"}},{"t":"C","n":"Yaf\\Dispatcher","p":"Yaf/Dispatcher.html","d":"

    \\Yaf\\Dispatcher purpose is to initialize the request environment, route the incoming request, and then dispatch any discovered actions; it aggregates any responses and returns them when the process is complete.


    \n

    \\Yaf\\Dispatcher also implements the Singleton pattern, meaning only a single instance of it may be available at any given time. This allows it to also act as a registry on which the other objects in the dispatch process may draw.

    ","f":{"n":"Yaf","p":"Yaf.html"}},{"t":"C","n":"Yaf\\Exception","p":"Yaf/Exception.html","d":"","f":{"n":"Yaf","p":"Yaf.html"}},{"t":"C","n":"Yaf\\Exception\\DispatchFailed","p":"Yaf/Exception/DispatchFailed.html","d":"","f":{"n":"Yaf\\Exception","p":"Yaf/Exception.html"}},{"t":"C","n":"Yaf\\Exception\\LoadFailed","p":"Yaf/Exception/LoadFailed.html","d":"","f":{"n":"Yaf\\Exception","p":"Yaf/Exception.html"}},{"t":"C","n":"Yaf\\Exception\\LoadFailed\\Action","p":"Yaf/Exception/LoadFailed/Action.html","d":"","f":{"n":"Yaf\\Exception\\LoadFailed","p":"Yaf/Exception/LoadFailed.html"}},{"t":"C","n":"Yaf\\Exception\\LoadFailed\\Controller","p":"Yaf/Exception/LoadFailed/Controller.html","d":"","f":{"n":"Yaf\\Exception\\LoadFailed","p":"Yaf/Exception/LoadFailed.html"}},{"t":"C","n":"Yaf\\Exception\\LoadFailed\\Module","p":"Yaf/Exception/LoadFailed/Module.html","d":"","f":{"n":"Yaf\\Exception\\LoadFailed","p":"Yaf/Exception/LoadFailed.html"}},{"t":"C","n":"Yaf\\Exception\\LoadFailed\\View","p":"Yaf/Exception/LoadFailed/View.html","d":"","f":{"n":"Yaf\\Exception\\LoadFailed","p":"Yaf/Exception/LoadFailed.html"}},{"t":"C","n":"Yaf\\Exception\\RouterFailed","p":"Yaf/Exception/RouterFailed.html","d":"","f":{"n":"Yaf\\Exception","p":"Yaf/Exception.html"}},{"t":"C","n":"Yaf\\Exception\\StartupError","p":"Yaf/Exception/StartupError.html","d":"","f":{"n":"Yaf\\Exception","p":"Yaf/Exception.html"}},{"t":"C","n":"Yaf\\Exception\\TypeError","p":"Yaf/Exception/TypeError.html","d":"","f":{"n":"Yaf\\Exception","p":"Yaf/Exception.html"}},{"t":"C","n":"Yaf\\Loader","p":"Yaf/Loader.html","d":"

    \\Yaf\\Loader introduces a comprehensive autoloading solution for Yaf.

    \n


    \n

    The first time an instance of \\Yaf\\Application is retrieved, \\Yaf\\Loader will instance a singleton, and registers itself with spl_autoload. You retrieve an instance using the \\Yaf\\Loader::getInstance()

    \n


    \n

    \\Yaf\\Loader attempt to load a class only one shot, if failed, depend on yaf.use_spl_autoload, if this config is On \\Yaf\\Loader::autoload() will return FALSE, thus give the chance to other autoload function. if it is Off (by default), \\Yaf\\Loader::autoload() will return TRUE, and more important is that a very useful warning will be triggered (very useful to find out why a class could not be loaded).

    \n


    \nNote:

    \n

    Please keep yaf.use_spl_autoload Off unless there is some library have their own autoload mechanism and impossible to rewrite it.

    \n


    \n

    If you want \\Yaf\\Loader search some classes(libraries) in the local class directory(which is defined in application.ini, and by default, it is application.directory . \"/library\"), you should register the class prefix using the \\Yaf\\Loader::registerLocalNameSpace()

    ","f":{"n":"Yaf","p":"Yaf.html"}},{"t":"C","n":"Yaf\\Plugin_Abstract","p":"Yaf/Plugin_Abstract.html","d":"

    Plugins allow for easy extensibility and customization of the framework.

    \n


    \n

    Plugins are classes. The actual class definition will vary based on the component -- you may need to implement this interface, but the fact remains that the plugin is itself a class.

    \n


    \n

    A plugin could be loaded into Yaf by using \\Yaf\\Dispatcher::registerPlugin(), after registered, All the methods which the plugin implemented according to this interface, will be called at the proper time.

    ","f":{"n":"Yaf","p":"Yaf.html"}},{"t":"C","n":"Yaf\\Registry","p":"Yaf/Registry.html","d":"

    All methods of \\Yaf\\Registry declared as static, making it universally accessible. This provides the ability to get or set any custom data from anyway in your code as necessary.

    ","f":{"n":"Yaf","p":"Yaf.html"}},{"t":"C","n":"Yaf\\Request\\Http","p":"Yaf/Request/Http.html","d":"","f":{"n":"Yaf\\Request","p":"Yaf/Request.html"}},{"t":"C","n":"Yaf\\Request\\Simple","p":"Yaf/Request/Simple.html","d":"

    \\Yaf\\Request\\Simple is particularly used for test purpose. ie. simulate a spacial request under CLI mode.

    ","f":{"n":"Yaf\\Request","p":"Yaf/Request.html"}},{"t":"C","n":"Yaf\\Request_Abstract","p":"Yaf/Request_Abstract.html","d":"","f":{"n":"Yaf","p":"Yaf.html"}},{"t":"C","n":"Yaf\\Response\\Cli","p":"Yaf/Response/Cli.html","d":null,"f":{"n":"Yaf\\Response","p":"Yaf/Response.html"}},{"t":"C","n":"Yaf\\Response\\Http","p":"Yaf/Response/Http.html","d":null,"f":{"n":"Yaf\\Response","p":"Yaf/Response.html"}},{"t":"C","n":"Yaf\\Response_Abstract","p":"Yaf/Response_Abstract.html","d":"","f":{"n":"Yaf","p":"Yaf.html"}},{"t":"C","n":"Yaf\\Route\\Map","p":"Yaf/Route/Map.html","d":"

    \\Yaf\\Route\\Map is a built-in route, it simply convert a URI endpoint (that part of the URI which comes after the base URI: see \\Yaf\\Request_Abstract::setBaseUri()) to a controller name or action name(depends on the parameter passed to \\Yaf\\Route\\Map::__construct()) in following rule: A => controller A. A/B/C => controller A_B_C. A/B/C/D/E => controller A_B_C_D_E.

    \n


    \n

    If the second parameter of \\Yaf\\Route\\Map::__construct() is specified, then only the part before delimiter of URI will used to routing, the part after it is used to routing request parameters (see the example section of \\Yaf\\Route\\Map::__construct()).

    ","f":{"n":"Yaf\\Route","p":"Yaf/Route.html"}},{"t":"C","n":"Yaf\\Route\\Regex","p":"Yaf/Route/Regex.html","d":"

    \\Yaf\\Route\\Regex is the most flexible route among the Yaf built-in routes.

    ","f":{"n":"Yaf\\Route","p":"Yaf/Route.html"}},{"t":"C","n":"Yaf\\Route\\Rewrite","p":"Yaf/Route/Rewrite.html","d":"

    For usage, please see the example section of \\Yaf\\Route\\Rewrite::__construct()

    ","f":{"n":"Yaf\\Route","p":"Yaf/Route.html"}},{"t":"C","n":"Yaf\\Route\\Simple","p":"Yaf/Route/Simple.html","d":"

    \\Yaf\\Route\\Simple will match the query string, and find the route info.

    \n


    \n

    all you need to do is tell \\Yaf\\Route\\Simple what key in the $_GET is module, what key is controller, and what key is action.

    \n


    \n

    \\Yaf\\Route\\Simple::route() will always return TRUE, so it is important put \\Yaf\\Route\\Simple in the front of the Route stack, otherwise all the other routes will not be called

    ","f":{"n":"Yaf\\Route","p":"Yaf/Route.html"}},{"t":"C","n":"Yaf\\Route\\Supervar","p":"Yaf/Route/Supervar.html","d":"","f":{"n":"Yaf\\Route","p":"Yaf/Route.html"}},{"t":"C","n":"Yaf\\Route_Interface","p":"Yaf/Route_Interface.html","d":"

    \\Yaf\\Route_Interface used for developer defined their custom route.

    ","f":{"n":"Yaf","p":"Yaf.html"}},{"t":"C","n":"Yaf\\Route_Static","p":"Yaf/Route_Static.html","d":"

    by default, \\Yaf\\Router only have a \\Yaf\\Route_Static as its default route.

    \n


    \n

    \\Yaf\\Route_Static is designed to handle 80% of normal requirements.

    \n


    \nNote:

    \n

    it is unnecessary to instance a \\Yaf\\Route_Static, also unnecessary to add it into \\Yaf\\Router's routes stack, since there is always be one in \\Yaf\\Router's routes stack, and always be called at the last time.

    ","f":{"n":"Yaf","p":"Yaf.html"}},{"t":"C","n":"Yaf\\Router","p":"Yaf/Router.html","d":"

    \\Yaf\\Router is the standard framework router. Routing is the process of taking a URI endpoint (that part of the URI which comes after the base URI: see \\Yaf\\Request_Abstract::setBaseUri()) and decomposing it into parameters to determine which module, controller, and action of that controller should receive the request. This values of the module, controller, action and other parameters are packaged into a \\Yaf\\Request_Abstract object which is then processed by \\Yaf\\Dispatcher. Routing occurs only once: when the request is initially received and before the first controller is dispatched. \\Yaf\\Router is designed to allow for mod_rewrite-like functionality using pure PHP structures. It is very loosely based on Ruby on Rails routing and does not require any prior knowledge of webserver URL rewriting

    \n


    \nDefault Route\n

    \n

    \\Yaf\\Router comes pre-configured with a default route \\Yaf\\Route_Static, which will match URIs in the shape of controller/action. Additionally, a module name may be specified as the first path element, allowing URIs of the form module/controller/action. Finally, it will also match any additional parameters appended to the URI by default - controller/action/var1/value1/var2/value2.

    \n


    \nNote:

    \n

    Module name must be defined in config, considering application.module=\"Index,Foo,Bar\", in this case, only index, foo and bar can be considered as a module name. if doesn't config, there is only one module named \"Index\".

    \n


    \n

    ** See examples by opening the external documentation

    ","f":{"n":"Yaf","p":"Yaf.html"}},{"t":"C","n":"Yaf\\Session","p":"Yaf/Session.html","d":"","f":{"n":"Yaf","p":"Yaf.html"}},{"t":"C","n":"Yaf\\View\\Simple","p":"Yaf/View/Simple.html","d":"

    \\Yaf\\View\\Simple is the built-in template engine in Yaf, it is a simple but fast template engine, and only support PHP script template.

    ","f":{"n":"Yaf\\View","p":"Yaf/View.html"}},{"t":"C","n":"Yaf\\View_Interface","p":"Yaf/View_Interface.html","d":"

    Yaf provides a ability for developers to use custom view engine instead of build-in engine which is \\Yaf\\View\\Simple. There is a example to explain how to do this, please see \\Yaf\\Dispatcher::setView()

    ","f":{"n":"Yaf","p":"Yaf.html"}},{"t":"C","n":"Yaf_Action_Abstract","p":"Yaf_Action_Abstract.html","d":"

    A action can be defined in a separate file in Yaf(see Yaf_Controller_Abstract). that is a action method can also be a Yaf_Action_Abstract class.

    \n


    \n

    Since there should be a entry point which can be called by Yaf (as of PHP 5.3, there is a new magic method __invoke, but Yaf is not only works with PHP 5.3+, Yaf choose another magic method execute), you must implement the abstract method Yaf_Action_Abstract::execute() in your custom action class.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yaf_Application","p":"Yaf_Application.html","d":"

    Yaf_Application provides a bootstrapping facility for applications which provides reusable resources, common- and module-based bootstrap classes and dependency checking.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yaf_Bootstrap_Abstract","p":"Yaf_Bootstrap_Abstract.html","d":"

    Bootstrap is a mechanism used to do some initial config before a Application run.

    \n

    User may define their own Bootstrap class by inheriting Yaf_Bootstrap_Abstract

    \n

    Any method declared in Bootstrap class with leading \"_init\", will be called by Yaf_Application::bootstrap() one by one according to their defined order

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yaf_Config_Abstract","p":"Yaf_Config_Abstract.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yaf_Config_Ini","p":"Yaf_Config_Ini.html","d":"

    Yaf_Config_Ini enables developers to store configuration data in a familiar INI format and read them in the application by using nested object property syntax. The INI format is specialized to provide both the ability to have a hierarchy of configuration data keys and inheritance between configuration data sections. Configuration data hierarchies are supported by separating the keys with the dot or period character (\".\"). A section may extend or inherit from another section by following the section name with a colon character (\":\") and the name of the section from which data are to be inherited.


    \nNote:\n

    Yaf_Config_Ini utilizes the \u00bb parse_ini_file() PHP function. Please review this documentation to be aware of its specific behaviors, which propagate to Yaf_Config_Ini, such as how the special values of \"TRUE\", \"FALSE\", \"yes\", \"no\", and \"NULL\" are handled.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yaf_Config_Simple","p":"Yaf_Config_Simple.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yaf_Controller_Abstract","p":"Yaf_Controller_Abstract.html","d":"

    Yaf_Controller_Abstract is the heart of Yaf's system. MVC stands for Model-View-Controller and is a design pattern targeted at separating application logic from display logic.

    \n


    \n

    Every custom controller shall inherit Yaf_Controller_Abstract.

    \n


    \n

    You will find that you can not define __construct function for your custom controller, thus, Yaf_Controller_Abstract provides a magic method: Yaf_Controller_Abstract::init().

    \n


    \n

    If you have defined a init() method in your custom controller, it will be called as long as the controller was instantiated.

    \n


    \n

    Action may have arguments, when a request coming, if there are the same name variable in the request parameters(see Yaf_Request_Abstract::getParam()) after routed, Yaf will pass them to the action method (see Yaf_Action_Abstract::execute()).

    \n


    \nNote:

    \n

    These arguments are directly fetched without filtering, it should be carefully processed before use them.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yaf_Dispatcher","p":"Yaf_Dispatcher.html","d":"

    Yaf_Dispatcher purpose is to initialize the request environment, route the incoming request, and then dispatch any discovered actions; it aggregates any responses and returns them when the process is complete.


    \n

    Yaf_Dispatcher also implements the Singleton pattern, meaning only a single instance of it may be available at any given time. This allows it to also act as a registry on which the other objects in the dispatch process may draw.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yaf_Exception","p":"Yaf_Exception.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yaf_Exception_DispatchFailed","p":"Yaf_Exception_DispatchFailed.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yaf_Exception_LoadFailed","p":"Yaf_Exception_LoadFailed.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yaf_Exception_LoadFailed_Action","p":"Yaf_Exception_LoadFailed_Action.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yaf_Exception_LoadFailed_Controller","p":"Yaf_Exception_LoadFailed_Controller.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yaf_Exception_LoadFailed_Module","p":"Yaf_Exception_LoadFailed_Module.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yaf_Exception_LoadFailed_View","p":"Yaf_Exception_LoadFailed_View.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yaf_Exception_RouterFailed","p":"Yaf_Exception_RouterFailed.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yaf_Exception_StartupError","p":"Yaf_Exception_StartupError.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yaf_Exception_TypeError","p":"Yaf_Exception_TypeError.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yaf_Loader","p":"Yaf_Loader.html","d":"

    Yaf_Loader introduces a comprehensive autoloading solution for Yaf.

    \n


    \n

    The first time an instance of Yaf_Application is retrieved, Yaf_Loader will instance a singleton, and registers itself with spl_autoload. You retrieve an instance using the Yaf_Loader::getInstance()

    \n


    \n

    Yaf_Loader attempt to load a class only one shot, if failed, depend on yaf.use_spl_autoload, if this config is On Yaf_Loader::autoload() will return FALSE, thus give the chance to other autoload function. if it is Off (by default), Yaf_Loader::autoload() will return TRUE, and more important is that a very useful warning will be triggered (very useful to find out why a class could not be loaded).

    \n


    \nNote:

    \n

    Please keep yaf.use_spl_autoload Off unless there is some library have their own autoload mechanism and impossible to rewrite it.

    \n


    \n

    If you want Yaf_Loader search some classes(libraries) in the local class directory(which is defined in application.ini, and by default, it is application.directory . \"/library\"), you should register the class prefix using the Yaf_Loader::registerLocalNameSpace()

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yaf_Plugin_Abstract","p":"Yaf_Plugin_Abstract.html","d":"

    Plugins allow for easy extensibility and customization of the framework.

    \n


    \n

    Plugins are classes. The actual class definition will vary based on the component -- you may need to implement this interface, but the fact remains that the plugin is itself a class.

    \n


    \n

    A plugin could be loaded into Yaf by using Yaf_Dispatcher::registerPlugin(), after registered, All the methods which the plugin implemented according to this interface, will be called at the proper time.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yaf_Registry","p":"Yaf_Registry.html","d":"

    All methods of Yaf_Registry declared as static, making it universally accessible. This provides the ability to get or set any custom data from anyway in your code as necessary.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yaf_Request_Abstract","p":"Yaf_Request_Abstract.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yaf_Request_Http","p":"Yaf_Request_Http.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yaf_Request_Simple","p":"Yaf_Request_Simple.html","d":"

    Yaf_Request_Simple is particularly used for test purpose. ie. simulate a spacial request under CLI mode.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yaf_Response_Abstract","p":"Yaf_Response_Abstract.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yaf_Response_Cli","p":"Yaf_Response_Cli.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yaf_Response_Http","p":"Yaf_Response_Http.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yaf_Route_Interface","p":"Yaf_Route_Interface.html","d":"

    Yaf_Route_Interface used for developer defined their custom route.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yaf_Route_Map","p":"Yaf_Route_Map.html","d":"

    Yaf_Route_Map is a built-in route, it simply convert a URI endpoint (that part of the URI which comes after the base URI: see Yaf_Request_Abstract::setBaseUri()) to a controller name or action name(depends on the parameter passed to Yaf_Route_Map::__construct()) in following rule: A => controller A. A/B/C => controller A_B_C. A/B/C/D/E => controller A_B_C_D_E.

    \n


    \n

    If the second parameter of Yaf_Route_Map::__construct() is specified, then only the part before delimiter of URI will used to routing, the part after it is used to routing request parameters (see the example section of Yaf_Route_Map::__construct()).

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yaf_Route_Regex","p":"Yaf_Route_Regex.html","d":"

    Yaf_Route_Regex is the most flexible route among the Yaf built-in routes.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yaf_Route_Rewrite","p":"Yaf_Route_Rewrite.html","d":"

    For usage, please see the example section of Yaf_Route_Rewrite::__construct()

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yaf_Route_Simple","p":"Yaf_Route_Simple.html","d":"

    Yaf_Route_Simple will match the query string, and find the route info.

    \n


    \n

    all you need to do is tell Yaf_Route_Simple what key in the $_GET is module, what key is controller, and what key is action.

    \n


    \n

    Yaf_Route_Simple::route() will always return TRUE, so it is important put Yaf_Route_Simple in the front of the Route stack, otherwise all the other routes will not be called

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yaf_Route_Static","p":"Yaf_Route_Static.html","d":"

    by default, Yaf_Router only have a Yaf_Route_Static as its default route.

    \n


    \n

    Yaf_Route_Static is designed to handle 80% of normal requirements.

    \n


    \nNote:

    \n

    it is unnecessary to instance a Yaf_Route_Static, also unnecessary to add it into Yaf_Router's routes stack, since there is always be one in Yaf_Router's routes stack, and always be called at the last time.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yaf_Route_Supervar","p":"Yaf_Route_Supervar.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yaf_Router","p":"Yaf_Router.html","d":"

    Yaf_Router is the standard framework router. Routing is the process of taking a URI endpoint (that part of the URI which comes after the base URI: see Yaf_Request_Abstract::setBaseUri()) and decomposing it into parameters to determine which module, controller, and action of that controller should receive the request. This values of the module, controller, action and other parameters are packaged into a Yaf_Request_Abstract object which is then processed by Yaf_Dispatcher. Routing occurs only once: when the request is initially received and before the first controller is dispatched. Yaf_Router is designed to allow for mod_rewrite-like functionality using pure PHP structures. It is very loosely based on Ruby on Rails routing and does not require any prior knowledge of webserver URL rewriting

    \n


    \nDefault Route\n

    \n

    Yaf_Router comes pre-configured with a default route Yaf_Route_Static, which will match URIs in the shape of controller/action. Additionally, a module name may be specified as the first path element, allowing URIs of the form module/controller/action. Finally, it will also match any additional parameters appended to the URI by default - controller/action/var1/value1/var2/value2.

    \n


    \nNote:

    \n

    Module name must be defined in config, considering application.module=\"Index,Foo,Bar\", in this case, only index, foo and bar can be considered as a module name. if doesn't config, there is only one module named \"Index\".

    \n


    \n

    ** See examples by opening the external documentation

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yaf_Session","p":"Yaf_Session.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yaf_View_Interface","p":"Yaf_View_Interface.html","d":"

    Yaf provides a ability for developers to use custom view engine instead of build-in engine which is Yaf_View_Simple. There is a example to explain how to do this, please see Yaf_Dispatcher::setView()

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yaf_View_Simple","p":"Yaf_View_Simple.html","d":"

    Yaf_View_Simple is the built-in template engine in Yaf, it is a simple but fast template engine, and only support PHP script template.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yar_Client","p":"Yar_Client.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yar_Client_Exception","p":"Yar_Client_Exception.html","d":"

    Class Yar_Client_Exception\nDate 2018/6/9 \u4e0b\u53483:05

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yar_Client_Packager_Exception","p":"Yar_Client_Packager_Exception.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yar_Client_Protocol_Exception","p":"Yar_Client_Protocol_Exception.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yar_Client_Transport_Exception","p":"Yar_Client_Transport_Exception.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yar_Concurrent_Client","p":"Yar_Concurrent_Client.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yar_Server","p":"Yar_Server.html","d":"

    Class Yar_Server\nDate 2018/6/9 \u4e0b\u53483:02

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yar_Server_Exception","p":"Yar_Server_Exception.html","d":"

    Class Yar_Server_Exception\nDate 2018/6/9 \u4e0b\u53483:06

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yar_Server_Output_Exception","p":"Yar_Server_Output_Exception.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yar_Server_Packager_Exception","p":"Yar_Server_Packager_Exception.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yar_Server_Protocol_Exception","p":"Yar_Server_Protocol_Exception.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Yar_Server_Request_Exception","p":"Yar_Server_Request_Exception.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ZMQ","p":"ZMQ.html","d":"

    Class ZMQ

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ZMQContext","p":"ZMQContext.html","d":"

    Class ZMQContext

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ZMQContextException","p":"ZMQContextException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ZMQDevice","p":"ZMQDevice.html","d":"

    Class ZMQDevice

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ZMQDeviceException","p":"ZMQDeviceException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ZMQException","p":"ZMQException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ZMQPoll","p":"ZMQPoll.html","d":"

    Class ZMQPoll

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ZMQPollException","p":"ZMQPollException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ZMQSocket","p":"ZMQSocket.html","d":"

    Class ZMQSocket

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ZMQSocketException","p":"ZMQSocketException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ZendAPI_Job","p":"ZendAPI_Job.html","d":"

    Describing a job in a queue\nIn order to add/modify a job in the queue, a Job class must be created/retrieved and than saved in a queue

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ZendAPI_Queue","p":"ZendAPI_Queue.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ZipArchive","p":"ZipArchive.html","d":"

    A file archive, compressed with Zip.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"Zookeeper","p":"Zookeeper.html","d":"

    Zookeeper class.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ZookeeperAuthenticationException","p":"ZookeeperAuthenticationException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ZookeeperConnectionException","p":"ZookeeperConnectionException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ZookeeperException","p":"ZookeeperException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ZookeeperMarshallingException","p":"ZookeeperMarshallingException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ZookeeperNoNodeException","p":"ZookeeperNoNodeException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ZookeeperOperationTimeoutException","p":"ZookeeperOperationTimeoutException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ZookeeperSessionException","p":"ZookeeperSessionException.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"__PHP_Incomplete_Class","p":"__PHP_Incomplete_Class.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"___PHPSTORM_HELPERS\\PS_UNRESERVE_PREFIX_static","p":"___PHPSTORM_HELPERS/PS_UNRESERVE_PREFIX_static.html","d":null,"f":{"n":"___PHPSTORM_HELPERS","p":"___PHPSTORM_HELPERS.html"}},{"t":"C","n":"___PHPSTORM_HELPERS\\PS_UNRESERVE_PREFIX_this","p":"___PHPSTORM_HELPERS/PS_UNRESERVE_PREFIX_this.html","d":null,"f":{"n":"___PHPSTORM_HELPERS","p":"___PHPSTORM_HELPERS.html"}},{"t":"C","n":"___PHPSTORM_HELPERS\\object","p":"___PHPSTORM_HELPERS/object.html","d":null,"f":{"n":"___PHPSTORM_HELPERS","p":"___PHPSTORM_HELPERS.html"}},{"t":"C","n":"ast\\Metadata","p":"ast/Metadata.html","d":"

    Metadata entry for a single AST kind, as returned by ast\\get_metadata().

    ","f":{"n":"ast","p":"ast.html"}},{"t":"C","n":"ast\\Node","p":"ast/Node.html","d":"

    This class describes a single node in a PHP AST.

    ","f":{"n":"ast","p":"ast.html"}},{"t":"C","n":"classObj","p":"classObj.html","d":"

    Class Objects can be returned by the layerObj_ class, or can be\ncreated using:

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"clusterObj","p":"clusterObj.html","d":"

    Instance of clusterObj is always embedded inside the layerObj_.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"colorObj","p":"colorObj.html","d":"

    Instances of colorObj are always embedded inside other classes.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"com_exception","p":"com_exception.html","d":"

    This extension will throw instances of the class com_exception whenever there is a potentially fatal error reported by COM. All COM exceptions have a well-defined code property that corresponds to the HRESULT return value from the various COM operations. You may use this code to make programmatic decisions on how to handle the exception.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"errorObj","p":"errorObj.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ffmpeg_animated_gif","p":"ffmpeg_animated_gif.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ffmpeg_frame","p":"ffmpeg_frame.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"ffmpeg_movie","p":"ffmpeg_movie.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"finfo","p":"finfo.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"gnupg","p":"gnupg.html","d":"

    GNUPG Encryption Class

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"gnupg_keylistiterator","p":"gnupg_keylistiterator.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"gridObj","p":"gridObj.html","d":"

    The grid is always embedded inside a layer object defined as\na grid (layer->connectiontype = MS_GRATICULE)\n(for more docs : https://github.com/mapserver/mapserver/wiki/MapServerGrid)\nA layer can become a grid layer by adding a grid object to it using :\nms_newGridObj(layerObj layer)\n$oLayer = ms_newlayerobj($oMap);\n$oLayer->set("name", "GRID");\nms_newgridobj($oLayer);\n$oLayer->grid->set("labelformat", "DDMMSS");

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"hashTableObj","p":"hashTableObj.html","d":"

    Instance of hashTableObj is always embedded inside the classObj,\nlayerObj, mapObj and webObj. It is uses a read only.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"http\\Client","p":"http/Client.html","d":"

    The HTTP client. See http\\Client\\Curl's options which is the only driver currently supported.

    ","f":{"n":"http","p":"http.html"}},{"t":"C","n":"http\\Client\\Curl\\User","p":"http/Client/Curl/User.html","d":"

    Interface to an user event loop implementation for http\\Client::configure()'s $use_eventloop option.

    ","f":{"n":"http\\Client\\Curl","p":"http/Client/Curl.html"}},{"t":"C","n":"http\\Client\\Request","p":"http/Client/Request.html","d":"

    The http\\Client\\Request class provides an HTTP message implementation tailored to represent a request message to be sent by the client.

    ","f":{"n":"http\\Client","p":"http/Client.html"}},{"t":"C","n":"http\\Client\\Response","p":"http/Client/Response.html","d":"

    The http\\Client\\Response class represents an HTTP message the client returns as answer from a server to an http\\Client\\Request.

    ","f":{"n":"http\\Client","p":"http/Client.html"}},{"t":"C","n":"http\\Cookie","p":"http/Cookie.html","d":"

    A class representing a list of cookies with specific attributes.

    ","f":{"n":"http","p":"http.html"}},{"t":"C","n":"http\\Encoding\\Stream","p":"http/Encoding/Stream.html","d":"

    Base class for encoding stream implementations.

    ","f":{"n":"http\\Encoding","p":"http/Encoding.html"}},{"t":"C","n":"http\\Encoding\\Stream\\Debrotli","p":"http/Encoding/Stream/Debrotli.html","d":"

    A brotli decoding stream.

    ","f":{"n":"http\\Encoding\\Stream","p":"http/Encoding/Stream.html"}},{"t":"C","n":"http\\Encoding\\Stream\\Dechunk","p":"http/Encoding/Stream/Dechunk.html","d":"

    A stream decoding data encoded with chunked transfer encoding.

    ","f":{"n":"http\\Encoding\\Stream","p":"http/Encoding/Stream.html"}},{"t":"C","n":"http\\Encoding\\Stream\\Deflate","p":"http/Encoding/Stream/Deflate.html","d":"

    A deflate stream supporting deflate, zlib and gzip encodings.

    ","f":{"n":"http\\Encoding\\Stream","p":"http/Encoding/Stream.html"}},{"t":"C","n":"http\\Encoding\\Stream\\Enbrotli","p":"http/Encoding/Stream/Enbrotli.html","d":"

    A brotli encoding stream.

    ","f":{"n":"http\\Encoding\\Stream","p":"http/Encoding/Stream.html"}},{"t":"C","n":"http\\Encoding\\Stream\\Inflate","p":"http/Encoding/Stream/Inflate.html","d":"

    A inflate stream supporting deflate, zlib and gzip encodings.

    ","f":{"n":"http\\Encoding\\Stream","p":"http/Encoding/Stream.html"}},{"t":"C","n":"http\\Env","p":"http/Env.html","d":"

    The http\\Env class provides static methods to manipulate and inspect the server's current request's HTTP environment.

    ","f":{"n":"http","p":"http.html"}},{"t":"C","n":"http\\Env\\Request","p":"http/Env/Request.html","d":"

    The http\\Env\\Request class' instances represent the server's current HTTP request.

    ","f":{"n":"http\\Env","p":"http/Env.html"}},{"t":"C","n":"http\\Env\\Response","p":"http/Env/Response.html","d":"

    The http\\Env\\Response class' instances represent the server's current HTTP response.

    ","f":{"n":"http\\Env","p":"http/Env.html"}},{"t":"C","n":"http\\Env\\Url","p":"http/Env/Url.html","d":"

    URL class using the HTTP environment by default.

    ","f":{"n":"http\\Env","p":"http/Env.html"}},{"t":"C","n":"http\\Exception","p":"http/Exception.html","d":"

    The http extension's Exception interface.

    ","f":{"n":"http","p":"http.html"}},{"t":"C","n":"http\\Exception\\BadConversionException","p":"http/Exception/BadConversionException.html","d":"

    A bad conversion (e.g. character conversion) was encountered.

    ","f":{"n":"http\\Exception","p":"http/Exception.html"}},{"t":"C","n":"http\\Exception\\BadHeaderException","p":"http/Exception/BadHeaderException.html","d":"

    A bad HTTP header was encountered.

    ","f":{"n":"http\\Exception","p":"http/Exception.html"}},{"t":"C","n":"http\\Exception\\BadMessageException","p":"http/Exception/BadMessageException.html","d":"

    A bad HTTP message was encountered.

    ","f":{"n":"http\\Exception","p":"http/Exception.html"}},{"t":"C","n":"http\\Exception\\BadMethodCallException","p":"http/Exception/BadMethodCallException.html","d":"

    A method was called on an object, which was in an invalid or unexpected state.

    ","f":{"n":"http\\Exception","p":"http/Exception.html"}},{"t":"C","n":"http\\Exception\\BadQueryStringException","p":"http/Exception/BadQueryStringException.html","d":"

    A bad querystring was encountered.

    ","f":{"n":"http\\Exception","p":"http/Exception.html"}},{"t":"C","n":"http\\Exception\\BadUrlException","p":"http/Exception/BadUrlException.html","d":"

    A bad HTTP URL was encountered.

    ","f":{"n":"http\\Exception","p":"http/Exception.html"}},{"t":"C","n":"http\\Exception\\InvalidArgumentException","p":"http/Exception/InvalidArgumentException.html","d":"

    One or more invalid arguments were passed to a method.

    ","f":{"n":"http\\Exception","p":"http/Exception.html"}},{"t":"C","n":"http\\Exception\\RuntimeException","p":"http/Exception/RuntimeException.html","d":"

    A generic runtime exception.

    ","f":{"n":"http\\Exception","p":"http/Exception.html"}},{"t":"C","n":"http\\Exception\\UnexpectedValueException","p":"http/Exception/UnexpectedValueException.html","d":"

    An unexpected value was encountered.

    ","f":{"n":"http\\Exception","p":"http/Exception.html"}},{"t":"C","n":"http\\Header","p":"http/Header.html","d":"

    The http\\Header class provides methods to manipulate, match, negotiate and serialize HTTP headers.

    ","f":{"n":"http","p":"http.html"}},{"t":"C","n":"http\\Header\\Parser","p":"http/Header/Parser.html","d":"

    The parser which is underlying http\\Header and http\\Message.

    ","f":{"n":"http\\Header","p":"http/Header.html"}},{"t":"C","n":"http\\Message","p":"http/Message.html","d":"

    The message class builds the foundation for any request and response message.

    ","f":{"n":"http","p":"http.html"}},{"t":"C","n":"http\\Message\\Body","p":"http/Message/Body.html","d":"

    The message body, represented as a PHP (temporary) stream.

    ","f":{"n":"http\\Message","p":"http/Message.html"}},{"t":"C","n":"http\\Message\\Parser","p":"http/Message/Parser.html","d":"

    The parser which is underlying http\\Message.

    ","f":{"n":"http\\Message","p":"http/Message.html"}},{"t":"C","n":"http\\Params","p":"http/Params.html","d":"

    Parse, interpret and compose HTTP (header) parameters.

    ","f":{"n":"http","p":"http.html"}},{"t":"C","n":"http\\QueryString","p":"http/QueryString.html","d":"

    The http\\QueryString class provides versatile facilities to retrieve, use and manipulate query strings and form data.

    ","f":{"n":"http","p":"http.html"}},{"t":"C","n":"http\\Url","p":"http/Url.html","d":"

    The http\\Url class provides versatile means to parse, construct and manipulate URLs.

    ","f":{"n":"http","p":"http.html"}},{"t":"C","n":"imageObj","p":"imageObj.html","d":"

    Instances of imageObj are always created by the mapObj_ class methods.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"iterable","p":"iterable.html","d":"","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"java","p":"java.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"labelObj","p":"labelObj.html","d":"

    labelObj are always embedded inside other classes.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"labelcacheMemberObj","p":"labelcacheMemberObj.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"labelcacheObj","p":"labelcacheObj.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"layerObj","p":"layerObj.html","d":"

    Layer Objects can be returned by the mapObj_ class, or can be\ncreated using:\nA second optional argument can be given to ms_newLayerObj() to create\nthe new layer as a copy of an existing layer. If a layer is given as\nargument then all members of a this layer will be copied in the new\nlayer created.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"legendObj","p":"legendObj.html","d":"

    Instances of legendObj are always are always embedded inside the mapObj_.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"lineObj","p":"lineObj.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"mapObj","p":"mapObj.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"mysql_xdevapi\\BaseResult","p":"mysql_xdevapi/BaseResult.html","d":"

    Interface BaseResult

    ","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"C","n":"mysql_xdevapi\\Collection","p":"mysql_xdevapi/Collection.html","d":"

    Class Collection

    ","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"C","n":"mysql_xdevapi\\CollectionAdd","p":"mysql_xdevapi/CollectionAdd.html","d":"

    Class CollectionAdd

    ","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"C","n":"mysql_xdevapi\\CollectionFind","p":"mysql_xdevapi/CollectionFind.html","d":"

    Class CollectionFind

    ","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"C","n":"mysql_xdevapi\\CollectionModify","p":"mysql_xdevapi/CollectionModify.html","d":"

    Class CollectionModify

    ","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"C","n":"mysql_xdevapi\\CollectionRemove","p":"mysql_xdevapi/CollectionRemove.html","d":null,"f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"C","n":"mysql_xdevapi\\ColumnResult","p":"mysql_xdevapi/ColumnResult.html","d":"

    Class ColumnResult

    ","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"C","n":"mysql_xdevapi\\CrudOperationBindable","p":"mysql_xdevapi/CrudOperationBindable.html","d":"

    Interface CrudOperationBindable

    ","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"C","n":"mysql_xdevapi\\CrudOperationLimitable","p":"mysql_xdevapi/CrudOperationLimitable.html","d":"

    Interface CrudOperationLimitable

    ","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"C","n":"mysql_xdevapi\\CrudOperationSkippable","p":"mysql_xdevapi/CrudOperationSkippable.html","d":"

    Interface CrudOperationSkippable

    ","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"C","n":"mysql_xdevapi\\CrudOperationSortable","p":"mysql_xdevapi/CrudOperationSortable.html","d":"

    Interface CrudOperationSortable

    ","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"C","n":"mysql_xdevapi\\DatabaseObject","p":"mysql_xdevapi/DatabaseObject.html","d":"

    Interface DatabaseObject

    ","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"C","n":"mysql_xdevapi\\DocResult","p":"mysql_xdevapi/DocResult.html","d":"

    Class DocResult

    ","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"C","n":"mysql_xdevapi\\Exception","p":"mysql_xdevapi/Exception.html","d":"

    Class Exception

    ","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"C","n":"mysql_xdevapi\\Executable","p":"mysql_xdevapi/Executable.html","d":"

    Interface Executable

    ","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"C","n":"mysql_xdevapi\\ExecutionStatus","p":"mysql_xdevapi/ExecutionStatus.html","d":"

    Class ExecutionStatus

    ","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"C","n":"mysql_xdevapi\\Expression","p":"mysql_xdevapi/Expression.html","d":"

    Class Expression

    ","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"C","n":"mysql_xdevapi\\Result","p":"mysql_xdevapi/Result.html","d":"

    Class Result

    ","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"C","n":"mysql_xdevapi\\RowResult","p":"mysql_xdevapi/RowResult.html","d":"

    Class RowResult

    ","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"C","n":"mysql_xdevapi\\Schema","p":"mysql_xdevapi/Schema.html","d":"

    Class Schema

    ","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"C","n":"mysql_xdevapi\\SchemaObject","p":"mysql_xdevapi/SchemaObject.html","d":"

    Interface SchemaObject

    ","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"C","n":"mysql_xdevapi\\Session","p":"mysql_xdevapi/Session.html","d":"

    Class Session

    ","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"C","n":"mysql_xdevapi\\SqlStatement","p":"mysql_xdevapi/SqlStatement.html","d":"

    Class SqlStatement

    ","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"C","n":"mysql_xdevapi\\SqlStatementResult","p":"mysql_xdevapi/SqlStatementResult.html","d":"

    Class SqlStatementResult

    ","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"C","n":"mysql_xdevapi\\Statement","p":"mysql_xdevapi/Statement.html","d":"

    Class Statement

    ","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"C","n":"mysql_xdevapi\\Table","p":"mysql_xdevapi/Table.html","d":"

    Class Table

    ","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"C","n":"mysql_xdevapi\\TableDelete","p":"mysql_xdevapi/TableDelete.html","d":"

    Class TableDelete

    ","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"C","n":"mysql_xdevapi\\TableInsert","p":"mysql_xdevapi/TableInsert.html","d":"

    Class TableInsert

    ","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"C","n":"mysql_xdevapi\\TableSelect","p":"mysql_xdevapi/TableSelect.html","d":"

    Class TableSelect

    ","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"C","n":"mysql_xdevapi\\TableUpdate","p":"mysql_xdevapi/TableUpdate.html","d":"

    Class TableUpdate

    ","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"C","n":"mysql_xdevapi\\Warning","p":"mysql_xdevapi/Warning.html","d":"

    Class Warning

    ","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"C","n":"mysql_xdevapi\\XSession","p":"mysql_xdevapi/XSession.html","d":"

    Class XSession

    ","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"C","n":"mysqli","p":"mysqli.html","d":"

    Represents a connection between PHP and a MySQL database.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"mysqli_driver","p":"mysqli_driver.html","d":"

    MySQLi Driver.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"mysqli_result","p":"mysqli_result.html","d":"

    Represents the result set obtained from a query against the database.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"mysqli_sql_exception","p":"mysqli_sql_exception.html","d":"mysqli_sql_exception","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"mysqli_stmt","p":"mysqli_stmt.html","d":"

    Represents a prepared statement.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"mysqli_warning","p":"mysqli_warning.html","d":"

    Represents one or more MySQL warnings.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"newrelic\\DistributedTracePayload","p":"newrelic/DistributedTracePayload.html","d":"

    This object has two methods that will render a distributed trace payload as text.

    ","f":{"n":"newrelic","p":"newrelic.html"}},{"t":"C","n":"outputformatObj","p":"outputformatObj.html","d":"

    Instance of outputformatObj is always embedded inside the mapObj_.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"parallel\\Channel","p":"parallel/Channel.html","d":"

    Unbuffered Channels

    \n
    \n

    An unbuffered channel will block on calls to Channel::send() until there is a receiver, and block on calls\nto Channel::recv() until there is a sender. This means an unbuffered channel is not only a way to share\ndata among tasks but also a simple method of synchronization.

    ","f":{"n":"parallel","p":"parallel.html"}},{"t":"C","n":"parallel\\Channel\\Error","p":"parallel/Channel/Error.html","d":null,"f":{"n":"parallel\\Channel","p":"parallel/Channel.html"}},{"t":"C","n":"parallel\\Channel\\Error\\Closed","p":"parallel/Channel/Error/Closed.html","d":null,"f":{"n":"parallel\\Channel\\Error","p":"parallel/Channel/Error.html"}},{"t":"C","n":"parallel\\Channel\\Error\\Existence","p":"parallel/Channel/Error/Existence.html","d":null,"f":{"n":"parallel\\Channel\\Error","p":"parallel/Channel/Error.html"}},{"t":"C","n":"parallel\\Channel\\Error\\IllegalValue","p":"parallel/Channel/Error/IllegalValue.html","d":null,"f":{"n":"parallel\\Channel\\Error","p":"parallel/Channel/Error.html"}},{"t":"C","n":"parallel\\Error","p":"parallel/Error.html","d":null,"f":{"n":"parallel","p":"parallel.html"}},{"t":"C","n":"parallel\\Events","p":"parallel/Events.html","d":"

    The Event Loop

    \n
    \n

    The Event loop monitors the state of sets of futures and or channels (targets) in order to perform read\n(Future::value(), Channel::recv()) and write (Channel::send()) operations as the targets become available and the\noperations may be performed without blocking the event loop.

    ","f":{"n":"parallel","p":"parallel.html"}},{"t":"C","n":"parallel\\Events\\Error","p":"parallel/Events/Error.html","d":null,"f":{"n":"parallel\\Events","p":"parallel/Events.html"}},{"t":"C","n":"parallel\\Events\\Error\\Existence","p":"parallel/Events/Error/Existence.html","d":null,"f":{"n":"parallel\\Events\\Error","p":"parallel/Events/Error.html"}},{"t":"C","n":"parallel\\Events\\Error\\Timeout","p":"parallel/Events/Error/Timeout.html","d":null,"f":{"n":"parallel\\Events\\Error","p":"parallel/Events/Error.html"}},{"t":"C","n":"parallel\\Events\\Event","p":"parallel/Events/Event.html","d":"

    When an Event is returned, Event::$object shall be removed from the loop that returned it, should the event be a\nwrite event the Input for Event::$source shall also be removed.

    ","f":{"n":"parallel\\Events","p":"parallel/Events.html"}},{"t":"C","n":"parallel\\Events\\Event\\Error","p":"parallel/Events/Event/Error.html","d":null,"f":{"n":"parallel\\Events\\Event","p":"parallel/Events/Event.html"}},{"t":"C","n":"parallel\\Events\\Event\\Type","p":"parallel/Events/Event/Type.html","d":null,"f":{"n":"parallel\\Events\\Event","p":"parallel/Events/Event.html"}},{"t":"C","n":"parallel\\Events\\Input","p":"parallel/Events/Input.html","d":"

    Events Input

    \n
    \n

    An Input object is a container for data that the \\parallel\\Events object will write to \\parallel\\Channel\nobjects as they become available. Multiple event loops may share an Input container - parallel does not verify the\ncontents of the container when it is set as the input for a \\parallel\\Events object.

    ","f":{"n":"parallel\\Events","p":"parallel/Events.html"}},{"t":"C","n":"parallel\\Events\\Input\\Error","p":"parallel/Events/Input/Error.html","d":null,"f":{"n":"parallel\\Events\\Input","p":"parallel/Events/Input.html"}},{"t":"C","n":"parallel\\Events\\Input\\Error\\Existence","p":"parallel/Events/Input/Error/Existence.html","d":null,"f":{"n":"parallel\\Events\\Input\\Error","p":"parallel/Events/Input/Error.html"}},{"t":"C","n":"parallel\\Events\\Input\\Error\\IllegalValue","p":"parallel/Events/Input/Error/IllegalValue.html","d":null,"f":{"n":"parallel\\Events\\Input\\Error","p":"parallel/Events/Input/Error.html"}},{"t":"C","n":"parallel\\Future","p":"parallel/Future.html","d":"

    A Future represents the return value or uncaught exception from a task, and exposes an API for cancellation.

    ","f":{"n":"parallel","p":"parallel.html"}},{"t":"C","n":"parallel\\Future\\Error","p":"parallel/Future/Error.html","d":null,"f":{"n":"parallel\\Future","p":"parallel/Future.html"}},{"t":"C","n":"parallel\\Future\\Error\\Cancelled","p":"parallel/Future/Error/Cancelled.html","d":null,"f":{"n":"parallel\\Future\\Error","p":"parallel/Future/Error.html"}},{"t":"C","n":"parallel\\Future\\Error\\Foreign","p":"parallel/Future/Error/Foreign.html","d":null,"f":{"n":"parallel\\Future\\Error","p":"parallel/Future/Error.html"}},{"t":"C","n":"parallel\\Future\\Error\\Killed","p":"parallel/Future/Error/Killed.html","d":null,"f":{"n":"parallel\\Future\\Error","p":"parallel/Future/Error.html"}},{"t":"C","n":"parallel\\Runtime","p":"parallel/Runtime.html","d":"

    Each runtime represents a single PHP thread, the thread is created (and bootstrapped) upon construction. The thread\nthen waits for tasks to be scheduled: Scheduled tasks will be executed FIFO and then the thread will resume waiting\nuntil more tasks are scheduled, or it's closed, killed, or destroyed by the normal scoping rules of PHP objects.

    ","f":{"n":"parallel","p":"parallel.html"}},{"t":"C","n":"parallel\\Runtime\\Error","p":"parallel/Runtime/Error.html","d":null,"f":{"n":"parallel\\Runtime","p":"parallel/Runtime.html"}},{"t":"C","n":"parallel\\Runtime\\Error\\Bootstrap","p":"parallel/Runtime/Error/Bootstrap.html","d":null,"f":{"n":"parallel\\Runtime\\Error","p":"parallel/Runtime/Error.html"}},{"t":"C","n":"parallel\\Runtime\\Error\\Closed","p":"parallel/Runtime/Error/Closed.html","d":null,"f":{"n":"parallel\\Runtime\\Error","p":"parallel/Runtime/Error.html"}},{"t":"C","n":"parallel\\Runtime\\Error\\IllegalFunction","p":"parallel/Runtime/Error/IllegalFunction.html","d":null,"f":{"n":"parallel\\Runtime\\Error","p":"parallel/Runtime/Error.html"}},{"t":"C","n":"parallel\\Runtime\\Error\\IllegalInstruction","p":"parallel/Runtime/Error/IllegalInstruction.html","d":null,"f":{"n":"parallel\\Runtime\\Error","p":"parallel/Runtime/Error.html"}},{"t":"C","n":"parallel\\Runtime\\Error\\IllegalParameter","p":"parallel/Runtime/Error/IllegalParameter.html","d":null,"f":{"n":"parallel\\Runtime\\Error","p":"parallel/Runtime/Error.html"}},{"t":"C","n":"parallel\\Runtime\\Error\\IllegalReturn","p":"parallel/Runtime/Error/IllegalReturn.html","d":null,"f":{"n":"parallel\\Runtime\\Error","p":"parallel/Runtime/Error.html"}},{"t":"C","n":"parallel\\Runtime\\Error\\IllegalVariable","p":"parallel/Runtime/Error/IllegalVariable.html","d":null,"f":{"n":"parallel\\Runtime\\Error","p":"parallel/Runtime/Error.html"}},{"t":"C","n":"parallel\\Runtime\\Error\\Killed","p":"parallel/Runtime/Error/Killed.html","d":null,"f":{"n":"parallel\\Runtime\\Error","p":"parallel/Runtime/Error.html"}},{"t":"C","n":"parallel\\Runtime\\Object\\Unavailable","p":"parallel/Runtime/Object/Unavailable.html","d":null,"f":{"n":"parallel\\Runtime\\Object","p":"parallel/Runtime/Object.html"}},{"t":"C","n":"parallel\\Runtime\\Type\\Unavailable","p":"parallel/Runtime/Type/Unavailable.html","d":null,"f":{"n":"parallel\\Runtime\\Type","p":"parallel/Runtime/Type.html"}},{"t":"C","n":"parallel\\Sync","p":"parallel/Sync.html","d":"

    The Sync class provides access to low level synchronization primitives, mutex, condition variables, and allows the\nimplementation of semaphores.

    ","f":{"n":"parallel","p":"parallel.html"}},{"t":"C","n":"parallel\\Sync\\Error","p":"parallel/Sync/Error.html","d":null,"f":{"n":"parallel\\Sync","p":"parallel/Sync.html"}},{"t":"C","n":"parallel\\Sync\\Error\\IllegalValue","p":"parallel/Sync/Error/IllegalValue.html","d":null,"f":{"n":"parallel\\Sync\\Error","p":"parallel/Sync/Error.html"}},{"t":"C","n":"php_user_filter","p":"php_user_filter.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"pointObj","p":"pointObj.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"pq\\COPY","p":"pq/COPY.html","d":"

    Fast import/export using COPY.

    ","f":{"n":"pq","p":"pq.html"}},{"t":"C","n":"pq\\Cancel","p":"pq/Cancel.html","d":"

    Request cancellation of an asynchronous query.

    ","f":{"n":"pq","p":"pq.html"}},{"t":"C","n":"pq\\Connection","p":"pq/Connection.html","d":"

    The connection to the PostgreSQL server.

    ","f":{"n":"pq","p":"pq.html"}},{"t":"C","n":"pq\\Converter","p":"pq/Converter.html","d":"

    Interface for type conversions.

    ","f":{"n":"pq","p":"pq.html"}},{"t":"C","n":"pq\\Cursor","p":"pq/Cursor.html","d":"

    Declare a cursor.

    ","f":{"n":"pq","p":"pq.html"}},{"t":"C","n":"pq\\DateTime","p":"pq/DateTime.html","d":"

    A simple DateTime wrapper with predefined formats which supports stringification and JSON.

    ","f":{"n":"pq","p":"pq.html"}},{"t":"C","n":"pq\\Exception","p":"pq/Exception.html","d":"

    A base interface for all pq\\Exception classes.

    ","f":{"n":"pq","p":"pq.html"}},{"t":"C","n":"pq\\Exception\\BadMethodCallException","p":"pq/Exception/BadMethodCallException.html","d":"

    A method call was not expected.

    ","f":{"n":"pq\\Exception","p":"pq/Exception.html"}},{"t":"C","n":"pq\\Exception\\DomainException","p":"pq/Exception/DomainException.html","d":"

    Implementation or SQL syntax error.

    ","f":{"n":"pq\\Exception","p":"pq/Exception.html"}},{"t":"C","n":"pq\\Exception\\InvalidArgumentException","p":"pq/Exception/InvalidArgumentException.html","d":"

    An invalid argument was passed to a method.

    ","f":{"n":"pq\\Exception","p":"pq/Exception.html"}},{"t":"C","n":"pq\\Exception\\RuntimeException","p":"pq/Exception/RuntimeException.html","d":"

    A runtime exception occurred.

    ","f":{"n":"pq\\Exception","p":"pq/Exception.html"}},{"t":"C","n":"pq\\LOB","p":"pq/LOB.html","d":"

    A large object.

    ","f":{"n":"pq","p":"pq.html"}},{"t":"C","n":"pq\\Result","p":"pq/Result.html","d":"

    A query result.

    ","f":{"n":"pq","p":"pq.html"}},{"t":"C","n":"pq\\Statement","p":"pq/Statement.html","d":"

    A named prepared statement.

    ","f":{"n":"pq","p":"pq.html"}},{"t":"C","n":"pq\\Transaction","p":"pq/Transaction.html","d":"

    A database transaction.

    ","f":{"n":"pq","p":"pq.html"}},{"t":"C","n":"pq\\Types","p":"pq/Types.html","d":"

    Accessor to the PostgreSQL pg_type relation.

    ","f":{"n":"pq","p":"pq.html"}},{"t":"C","n":"projectionObj","p":"projectionObj.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"querymapObj","p":"querymapObj.html","d":"

    Instances of querymapObj are always are always embedded inside the\nmapObj_.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"rectObj","p":"rectObj.html","d":"

    rectObj are sometimes embedded inside other objects. New ones can\nalso be created with:

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"referenceMapObj","p":"referenceMapObj.html","d":"

    Instances of referenceMapObj are always embedded inside the mapObj_.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"resultObj","p":"resultObj.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"scalebarObj","p":"scalebarObj.html","d":"

    Instances of scalebarObj are always embedded inside the mapObj_.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"shapeObj","p":"shapeObj.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"shapefileObj","p":"shapefileObj.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"stdClass","p":"stdClass.html","d":"

    Created by typecasting to object.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"styleObj","p":"styleObj.html","d":"

    Instances of styleObj are always embedded inside a classObj or labelObj.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"symbolObj","p":"symbolObj.html","d":null,"f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"tidy","p":"tidy.html","d":"

    An HTML node in an HTML file, as detected by tidy.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"tidyNode","p":"tidyNode.html","d":"

    An HTML node in an HTML file, as detected by tidy.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"C","n":"webObj","p":"webObj.html","d":"

    Instances of webObj are always are always embedded inside the mapObj_.

    ","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"I","n":"AMQPValue","p":"AMQPValue.html","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"I","n":"ArrayAccess","p":"ArrayAccess.html","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"I","n":"BackedEnum","p":"BackedEnum.html","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"I","n":"Cassandra\\Aggregate","p":"Cassandra/Aggregate.html","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"I","n":"Cassandra\\Cluster","p":"Cassandra/Cluster.html","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"I","n":"Cassandra\\Column","p":"Cassandra/Column.html","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"I","n":"Cassandra\\Exception","p":"Cassandra/Exception.html","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"I","n":"Cassandra\\Function_","p":"Cassandra/Function_.html","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"I","n":"Cassandra\\Future","p":"Cassandra/Future.html","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"I","n":"Cassandra\\Index","p":"Cassandra/Index.html","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"I","n":"Cassandra\\Keyspace","p":"Cassandra/Keyspace.html","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"I","n":"Cassandra\\Numeric","p":"Cassandra/Numeric.html","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"I","n":"Cassandra\\RetryPolicy","p":"Cassandra/RetryPolicy.html","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"I","n":"Cassandra\\Schema","p":"Cassandra/Schema.html","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"I","n":"Cassandra\\Session","p":"Cassandra/Session.html","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"I","n":"Cassandra\\Statement","p":"Cassandra/Statement.html","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"I","n":"Cassandra\\Table","p":"Cassandra/Table.html","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"I","n":"Cassandra\\TimestampGenerator","p":"Cassandra/TimestampGenerator.html","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"I","n":"Cassandra\\UuidInterface","p":"Cassandra/UuidInterface.html","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"I","n":"Cassandra\\Value","p":"Cassandra/Value.html","f":{"n":"Cassandra","p":"Cassandra.html"}},{"t":"I","n":"Collectable","p":"Collectable.html","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"I","n":"Couchbase\\AnalyticsEncryptionLevel","p":"Couchbase/AnalyticsEncryptionLevel.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\AnalyticsLink","p":"Couchbase/AnalyticsLink.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\AnalyticsLinkType","p":"Couchbase/AnalyticsLinkType.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\AnalyticsResult","p":"Couchbase/AnalyticsResult.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\Authenticator","p":"Couchbase/Authenticator.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\CounterResult","p":"Couchbase/CounterResult.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\DateRangeFacetResult","p":"Couchbase/DateRangeFacetResult.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\DurabilityLevel","p":"Couchbase/DurabilityLevel.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\EvictionPolicy","p":"Couchbase/EvictionPolicy.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\ExistsResult","p":"Couchbase/ExistsResult.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\GetReplicaResult","p":"Couchbase/GetReplicaResult.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\GetResult","p":"Couchbase/GetResult.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\LookupInResult","p":"Couchbase/LookupInResult.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\LookupInSpec","p":"Couchbase/LookupInSpec.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\Meter","p":"Couchbase/Meter.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\MutateInResult","p":"Couchbase/MutateInResult.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\MutateInSpec","p":"Couchbase/MutateInSpec.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\MutationResult","p":"Couchbase/MutationResult.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\MutationToken","p":"Couchbase/MutationToken.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\NumericRangeFacetResult","p":"Couchbase/NumericRangeFacetResult.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\QueryMetaData","p":"Couchbase/QueryMetaData.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\QueryProfile","p":"Couchbase/QueryProfile.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\QueryResult","p":"Couchbase/QueryResult.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\QueryScanConsistency","p":"Couchbase/QueryScanConsistency.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\RequestSpan","p":"Couchbase/RequestSpan.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\RequestTracer","p":"Couchbase/RequestTracer.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\Result","p":"Couchbase/Result.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\SearchFacet","p":"Couchbase/SearchFacet.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\SearchFacetResult","p":"Couchbase/SearchFacetResult.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\SearchHighlightMode","p":"Couchbase/SearchHighlightMode.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\SearchMetaData","p":"Couchbase/SearchMetaData.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\SearchQuery","p":"Couchbase/SearchQuery.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\SearchQueryPart","p":"Couchbase/SearchQueryPart.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\SearchResult","p":"Couchbase/SearchResult.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\SearchSort","p":"Couchbase/SearchSort.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\SearchSortMissing","p":"Couchbase/SearchSortMissing.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\SearchSortMode","p":"Couchbase/SearchSortMode.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\SearchSortType","p":"Couchbase/SearchSortType.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\StorageBackend","p":"Couchbase/StorageBackend.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\StoreSemantics","p":"Couchbase/StoreSemantics.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\TermFacetResult","p":"Couchbase/TermFacetResult.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\ValueRecorder","p":"Couchbase/ValueRecorder.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\ViewConsistency","p":"Couchbase/ViewConsistency.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\ViewMetaData","p":"Couchbase/ViewMetaData.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\ViewOrdering","p":"Couchbase/ViewOrdering.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\ViewQueryEncodable","p":"Couchbase/ViewQueryEncodable.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Couchbase\\ViewResult","p":"Couchbase/ViewResult.html","f":{"n":"Couchbase","p":"Couchbase.html"}},{"t":"I","n":"Countable","p":"Countable.html","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"I","n":"DOMChildNode","p":"DOMChildNode.html","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"I","n":"DOMParentNode","p":"DOMParentNode.html","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"I","n":"DateTimeInterface","p":"DateTimeInterface.html","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"I","n":"Dom\\ChildNode","p":"Dom/ChildNode.html","f":{"n":"Dom","p":"Dom.html"}},{"t":"I","n":"Dom\\ParentNode","p":"Dom/ParentNode.html","f":{"n":"Dom","p":"Dom.html"}},{"t":"I","n":"Ds\\Collection","p":"Ds/Collection.html","f":{"n":"Ds","p":"Ds.html"}},{"t":"I","n":"Ds\\Hashable","p":"Ds/Hashable.html","f":{"n":"Ds","p":"Ds.html"}},{"t":"I","n":"Ds\\Sequence","p":"Ds/Sequence.html","f":{"n":"Ds","p":"Ds.html"}},{"t":"I","n":"Elastic\\Apm\\ExecutionSegmentContextInterface","p":"Elastic/Apm/ExecutionSegmentContextInterface.html","f":{"n":"Elastic\\Apm","p":"Elastic/Apm.html"}},{"t":"I","n":"Elastic\\Apm\\ExecutionSegmentInterface","p":"Elastic/Apm/ExecutionSegmentInterface.html","f":{"n":"Elastic\\Apm","p":"Elastic/Apm.html"}},{"t":"I","n":"Elastic\\Apm\\SpanContextDbInterface","p":"Elastic/Apm/SpanContextDbInterface.html","f":{"n":"Elastic\\Apm","p":"Elastic/Apm.html"}},{"t":"I","n":"Elastic\\Apm\\SpanContextDestinationInterface","p":"Elastic/Apm/SpanContextDestinationInterface.html","f":{"n":"Elastic\\Apm","p":"Elastic/Apm.html"}},{"t":"I","n":"Elastic\\Apm\\SpanContextHttpInterface","p":"Elastic/Apm/SpanContextHttpInterface.html","f":{"n":"Elastic\\Apm","p":"Elastic/Apm.html"}},{"t":"I","n":"Elastic\\Apm\\SpanContextInterface","p":"Elastic/Apm/SpanContextInterface.html","f":{"n":"Elastic\\Apm","p":"Elastic/Apm.html"}},{"t":"I","n":"Elastic\\Apm\\SpanInterface","p":"Elastic/Apm/SpanInterface.html","f":{"n":"Elastic\\Apm","p":"Elastic/Apm.html"}},{"t":"I","n":"Elastic\\Apm\\TransactionBuilderInterface","p":"Elastic/Apm/TransactionBuilderInterface.html","f":{"n":"Elastic\\Apm","p":"Elastic/Apm.html"}},{"t":"I","n":"Elastic\\Apm\\TransactionContextInterface","p":"Elastic/Apm/TransactionContextInterface.html","f":{"n":"Elastic\\Apm","p":"Elastic/Apm.html"}},{"t":"I","n":"Elastic\\Apm\\TransactionContextRequestInterface","p":"Elastic/Apm/TransactionContextRequestInterface.html","f":{"n":"Elastic\\Apm","p":"Elastic/Apm.html"}},{"t":"I","n":"Elastic\\Apm\\TransactionContextRequestUrlInterface","p":"Elastic/Apm/TransactionContextRequestUrlInterface.html","f":{"n":"Elastic\\Apm","p":"Elastic/Apm.html"}},{"t":"I","n":"Elastic\\Apm\\TransactionInterface","p":"Elastic/Apm/TransactionInterface.html","f":{"n":"Elastic\\Apm","p":"Elastic/Apm.html"}},{"t":"I","n":"IntBackedEnum","p":"IntBackedEnum.html","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"I","n":"Iterator","p":"Iterator.html","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"I","n":"IteratorAggregate","p":"IteratorAggregate.html","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"I","n":"JsonSerializable","p":"JsonSerializable.html","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"I","n":"MongoCursorInterface","p":"MongoCursorInterface.html","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"I","n":"MongoDB\\BSON\\BinaryInterface","p":"MongoDB/BSON/BinaryInterface.html","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"I","n":"MongoDB\\BSON\\Decimal128Interface","p":"MongoDB/BSON/Decimal128Interface.html","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"I","n":"MongoDB\\BSON\\JavascriptInterface","p":"MongoDB/BSON/JavascriptInterface.html","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"I","n":"MongoDB\\BSON\\MaxKeyInterface","p":"MongoDB/BSON/MaxKeyInterface.html","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"I","n":"MongoDB\\BSON\\MinKeyInterface","p":"MongoDB/BSON/MinKeyInterface.html","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"I","n":"MongoDB\\BSON\\ObjectIdInterface","p":"MongoDB/BSON/ObjectIdInterface.html","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"I","n":"MongoDB\\BSON\\Persistable","p":"MongoDB/BSON/Persistable.html","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"I","n":"MongoDB\\BSON\\RegexInterface","p":"MongoDB/BSON/RegexInterface.html","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"I","n":"MongoDB\\BSON\\Serializable","p":"MongoDB/BSON/Serializable.html","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"I","n":"MongoDB\\BSON\\TimestampInterface","p":"MongoDB/BSON/TimestampInterface.html","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"I","n":"MongoDB\\BSON\\Type","p":"MongoDB/BSON/Type.html","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"I","n":"MongoDB\\BSON\\UTCDateTimeInterface","p":"MongoDB/BSON/UTCDateTimeInterface.html","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"I","n":"MongoDB\\BSON\\Unserializable","p":"MongoDB/BSON/Unserializable.html","f":{"n":"MongoDB\\BSON","p":"MongoDB/BSON.html"}},{"t":"I","n":"MongoDB\\Driver\\CursorInterface","p":"MongoDB/Driver/CursorInterface.html","f":{"n":"MongoDB\\Driver","p":"MongoDB/Driver.html"}},{"t":"I","n":"MongoDB\\Driver\\Exception\\Exception","p":"MongoDB/Driver/Exception/Exception.html","f":{"n":"MongoDB\\Driver\\Exception","p":"MongoDB/Driver/Exception.html"}},{"t":"I","n":"MongoDB\\Driver\\Monitoring\\CommandSubscriber","p":"MongoDB/Driver/Monitoring/CommandSubscriber.html","f":{"n":"MongoDB\\Driver\\Monitoring","p":"MongoDB/Driver/Monitoring.html"}},{"t":"I","n":"MongoDB\\Driver\\Monitoring\\LogSubscriber","p":"MongoDB/Driver/Monitoring/LogSubscriber.html","f":{"n":"MongoDB\\Driver\\Monitoring","p":"MongoDB/Driver/Monitoring.html"}},{"t":"I","n":"MongoDB\\Driver\\Monitoring\\SDAMSubscriber","p":"MongoDB/Driver/Monitoring/SDAMSubscriber.html","f":{"n":"MongoDB\\Driver\\Monitoring","p":"MongoDB/Driver/Monitoring.html"}},{"t":"I","n":"MongoDB\\Driver\\Monitoring\\Subscriber","p":"MongoDB/Driver/Monitoring/Subscriber.html","f":{"n":"MongoDB\\Driver\\Monitoring","p":"MongoDB/Driver/Monitoring.html"}},{"t":"I","n":"OuterIterator","p":"OuterIterator.html","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"I","n":"Random\\CryptoSafeEngine","p":"Random/CryptoSafeEngine.html","f":{"n":"Random","p":"Random.html"}},{"t":"I","n":"Random\\Engine","p":"Random/Engine.html","f":{"n":"Random","p":"Random.html"}},{"t":"I","n":"RecursiveIterator","p":"RecursiveIterator.html","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"I","n":"Reflector","p":"Reflector.html","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"I","n":"SeekableIterator","p":"SeekableIterator.html","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"I","n":"Serializable","p":"Serializable.html","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"I","n":"SessionHandlerInterface","p":"SessionHandlerInterface.html","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"I","n":"SessionIdInterface","p":"SessionIdInterface.html","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"I","n":"SessionUpdateTimestampHandlerInterface","p":"SessionUpdateTimestampHandlerInterface.html","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"I","n":"SplObserver","p":"SplObserver.html","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"I","n":"SplSubject","p":"SplSubject.html","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"I","n":"StringBackedEnum","p":"StringBackedEnum.html","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"I","n":"Stringable","p":"Stringable.html","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"I","n":"StubTests\\Model\\StubProblemType","p":"StubTests/Model/StubProblemType.html","f":{"n":"StubTests\\Model","p":"StubTests/Model.html"}},{"t":"I","n":"Throwable","p":"Throwable.html","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"I","n":"Traversable","p":"Traversable.html","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"I","n":"UnitEnum","p":"UnitEnum.html","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"I","n":"Yaf\\Route_Interface","p":"Yaf/Route_Interface.html","f":{"n":"Yaf","p":"Yaf.html"}},{"t":"I","n":"Yaf\\View_Interface","p":"Yaf/View_Interface.html","f":{"n":"Yaf","p":"Yaf.html"}},{"t":"I","n":"Yaf_Route_Interface","p":"Yaf_Route_Interface.html","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"I","n":"Yaf_View_Interface","p":"Yaf_View_Interface.html","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"I","n":"http\\Client\\Curl\\User","p":"http/Client/Curl/User.html","f":{"n":"http\\Client\\Curl","p":"http/Client/Curl.html"}},{"t":"I","n":"http\\Exception","p":"http/Exception.html","f":{"n":"http","p":"http.html"}},{"t":"I","n":"iterable","p":"iterable.html","f":{"n":"[Global Namespace]","p":"[Global_Namespace].html"}},{"t":"I","n":"mysql_xdevapi\\BaseResult","p":"mysql_xdevapi/BaseResult.html","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"I","n":"mysql_xdevapi\\CrudOperationBindable","p":"mysql_xdevapi/CrudOperationBindable.html","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"I","n":"mysql_xdevapi\\CrudOperationLimitable","p":"mysql_xdevapi/CrudOperationLimitable.html","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"I","n":"mysql_xdevapi\\CrudOperationSkippable","p":"mysql_xdevapi/CrudOperationSkippable.html","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"I","n":"mysql_xdevapi\\CrudOperationSortable","p":"mysql_xdevapi/CrudOperationSortable.html","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"I","n":"mysql_xdevapi\\DatabaseObject","p":"mysql_xdevapi/DatabaseObject.html","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"I","n":"mysql_xdevapi\\Executable","p":"mysql_xdevapi/Executable.html","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"I","n":"mysql_xdevapi\\SchemaObject","p":"mysql_xdevapi/SchemaObject.html","f":{"n":"mysql_xdevapi","p":"mysql_xdevapi.html"}},{"t":"I","n":"pq\\Converter","p":"pq/Converter.html","f":{"n":"pq","p":"pq.html"}},{"t":"I","n":"pq\\Exception","p":"pq/Exception.html","f":{"n":"pq","p":"pq.html"}},{"t":"M","n":"AMQPBasicProperties::__construct","p":"AMQPBasicProperties.html#method___construct","d":null},{"t":"M","n":"AMQPBasicProperties::getContentType","p":"AMQPBasicProperties.html#method_getContentType","d":"

    Get the message content type.

    "},{"t":"M","n":"AMQPBasicProperties::getContentEncoding","p":"AMQPBasicProperties.html#method_getContentEncoding","d":"

    Get the content encoding of the message.

    "},{"t":"M","n":"AMQPBasicProperties::getHeaders","p":"AMQPBasicProperties.html#method_getHeaders","d":"

    Get the headers of the message.

    "},{"t":"M","n":"AMQPBasicProperties::getDeliveryMode","p":"AMQPBasicProperties.html#method_getDeliveryMode","d":"

    Get the delivery mode of the message.

    "},{"t":"M","n":"AMQPBasicProperties::getPriority","p":"AMQPBasicProperties.html#method_getPriority","d":"

    Get the priority of the message.

    "},{"t":"M","n":"AMQPBasicProperties::getCorrelationId","p":"AMQPBasicProperties.html#method_getCorrelationId","d":"

    Get the message correlation id.

    "},{"t":"M","n":"AMQPBasicProperties::getReplyTo","p":"AMQPBasicProperties.html#method_getReplyTo","d":"

    Get the reply-to address of the message.

    "},{"t":"M","n":"AMQPBasicProperties::getExpiration","p":"AMQPBasicProperties.html#method_getExpiration","d":"

    Get the expiration of the message.

    "},{"t":"M","n":"AMQPBasicProperties::getMessageId","p":"AMQPBasicProperties.html#method_getMessageId","d":"

    Get the message id of the message.

    "},{"t":"M","n":"AMQPBasicProperties::getTimestamp","p":"AMQPBasicProperties.html#method_getTimestamp","d":"

    Get the timestamp of the message.

    "},{"t":"M","n":"AMQPBasicProperties::getType","p":"AMQPBasicProperties.html#method_getType","d":"

    Get the message type.

    "},{"t":"M","n":"AMQPBasicProperties::getUserId","p":"AMQPBasicProperties.html#method_getUserId","d":"

    Get the message user id.

    "},{"t":"M","n":"AMQPBasicProperties::getAppId","p":"AMQPBasicProperties.html#method_getAppId","d":"

    Get the application id of the message.

    "},{"t":"M","n":"AMQPBasicProperties::getClusterId","p":"AMQPBasicProperties.html#method_getClusterId","d":"

    Get the cluster id of the message.

    "},{"t":"M","n":"AMQPChannel::commitTransaction","p":"AMQPChannel.html#method_commitTransaction","d":"

    Commit a pending transaction.

    "},{"t":"M","n":"AMQPChannel::__construct","p":"AMQPChannel.html#method___construct","d":"

    Create an instance of an AMQPChannel object.

    "},{"t":"M","n":"AMQPChannel::isConnected","p":"AMQPChannel.html#method_isConnected","d":"

    Check the channel connection.

    "},{"t":"M","n":"AMQPChannel::close","p":"AMQPChannel.html#method_close","d":"

    Closes the channel.

    "},{"t":"M","n":"AMQPChannel::getChannelId","p":"AMQPChannel.html#method_getChannelId","d":"

    Return internal channel ID

    "},{"t":"M","n":"AMQPChannel::qos","p":"AMQPChannel.html#method_qos","d":"

    Set the Quality Of Service settings for the given channel.

    "},{"t":"M","n":"AMQPChannel::rollbackTransaction","p":"AMQPChannel.html#method_rollbackTransaction","d":"

    Rollback a transaction.

    "},{"t":"M","n":"AMQPChannel::setPrefetchCount","p":"AMQPChannel.html#method_setPrefetchCount","d":"

    Set the number of messages to prefetch from the broker for each consumer.

    "},{"t":"M","n":"AMQPChannel::getPrefetchCount","p":"AMQPChannel.html#method_getPrefetchCount","d":"

    Get the number of messages to prefetch from the broker for each consumer.

    "},{"t":"M","n":"AMQPChannel::setPrefetchSize","p":"AMQPChannel.html#method_setPrefetchSize","d":"

    Set the window size to prefetch from the broker for each consumer.

    "},{"t":"M","n":"AMQPChannel::getPrefetchSize","p":"AMQPChannel.html#method_getPrefetchSize","d":"

    Get the window size to prefetch from the broker for each consumer.

    "},{"t":"M","n":"AMQPChannel::setGlobalPrefetchCount","p":"AMQPChannel.html#method_setGlobalPrefetchCount","d":"

    Set the number of messages to prefetch from the broker across all consumers.

    "},{"t":"M","n":"AMQPChannel::getGlobalPrefetchCount","p":"AMQPChannel.html#method_getGlobalPrefetchCount","d":"

    Get the number of messages to prefetch from the broker across all consumers.

    "},{"t":"M","n":"AMQPChannel::setGlobalPrefetchSize","p":"AMQPChannel.html#method_setGlobalPrefetchSize","d":"

    Set the window size to prefetch from the broker for all consumers.

    "},{"t":"M","n":"AMQPChannel::getGlobalPrefetchSize","p":"AMQPChannel.html#method_getGlobalPrefetchSize","d":"

    Get the window size to prefetch from the broker for all consumers.

    "},{"t":"M","n":"AMQPChannel::startTransaction","p":"AMQPChannel.html#method_startTransaction","d":"

    Start a transaction.

    "},{"t":"M","n":"AMQPChannel::getConnection","p":"AMQPChannel.html#method_getConnection","d":"

    Get the AMQPConnection object in use

    "},{"t":"M","n":"AMQPChannel::basicRecover","p":"AMQPChannel.html#method_basicRecover","d":"

    Redeliver unacknowledged messages.

    "},{"t":"M","n":"AMQPChannel::confirmSelect","p":"AMQPChannel.html#method_confirmSelect","d":"

    Set the channel to use publisher acknowledgements. This can only used on a non-transactional channel.

    "},{"t":"M","n":"AMQPChannel::setConfirmCallback","p":"AMQPChannel.html#method_setConfirmCallback","d":"

    Set callback to process basic.ack and basic.nac AMQP server methods (applicable when channel in confirm mode).

    "},{"t":"M","n":"AMQPChannel::waitForConfirm","p":"AMQPChannel.html#method_waitForConfirm","d":"

    Wait until all messages published since the last call have been either ack'd or nack'd by the broker.

    "},{"t":"M","n":"AMQPChannel::setReturnCallback","p":"AMQPChannel.html#method_setReturnCallback","d":"

    Set callback to process basic.return AMQP server method

    "},{"t":"M","n":"AMQPChannel::waitForBasicReturn","p":"AMQPChannel.html#method_waitForBasicReturn","d":"

    Start wait loop for basic.return AMQP server methods

    "},{"t":"M","n":"AMQPChannel::getConsumers","p":"AMQPChannel.html#method_getConsumers","d":"

    Return array of current consumers where key is consumer and value is AMQPQueue consumer is running on

    "},{"t":"M","n":"AMQPConnection::__construct","p":"AMQPConnection.html#method___construct","d":"

    Create an instance of AMQPConnection.

    "},{"t":"M","n":"AMQPConnection::isConnected","p":"AMQPConnection.html#method_isConnected","d":"

    Check whether the connection to the AMQP broker is still valid.

    "},{"t":"M","n":"AMQPConnection::isPersistent","p":"AMQPConnection.html#method_isPersistent","d":"

    Whether connection persistent.

    "},{"t":"M","n":"AMQPConnection::connect","p":"AMQPConnection.html#method_connect","d":"

    Establish a transient connection with the AMQP broker.

    "},{"t":"M","n":"AMQPConnection::disconnect","p":"AMQPConnection.html#method_disconnect","d":"

    Closes the transient connection with the AMQP broker.

    "},{"t":"M","n":"AMQPConnection::reconnect","p":"AMQPConnection.html#method_reconnect","d":"

    Close any open transient connections and initiate a new one with the AMQP broker.

    "},{"t":"M","n":"AMQPConnection::pconnect","p":"AMQPConnection.html#method_pconnect","d":"

    Establish a persistent connection with the AMQP broker.

    "},{"t":"M","n":"AMQPConnection::pdisconnect","p":"AMQPConnection.html#method_pdisconnect","d":"

    Closes a persistent connection with the AMQP broker.

    "},{"t":"M","n":"AMQPConnection::preconnect","p":"AMQPConnection.html#method_preconnect","d":"

    Close any open persistent connections and initiate a new one with the AMQP broker.

    "},{"t":"M","n":"AMQPConnection::getHost","p":"AMQPConnection.html#method_getHost","d":"

    Get the configured host.

    "},{"t":"M","n":"AMQPConnection::getLogin","p":"AMQPConnection.html#method_getLogin","d":"

    Get the configured login.

    "},{"t":"M","n":"AMQPConnection::getPassword","p":"AMQPConnection.html#method_getPassword","d":"

    Get the configured password.

    "},{"t":"M","n":"AMQPConnection::getPort","p":"AMQPConnection.html#method_getPort","d":"

    Get the configured port.

    "},{"t":"M","n":"AMQPConnection::getVhost","p":"AMQPConnection.html#method_getVhost","d":"

    Get the configured vhost.

    "},{"t":"M","n":"AMQPConnection::setHost","p":"AMQPConnection.html#method_setHost","d":"

    Set the hostname used to connect to the AMQP broker.

    "},{"t":"M","n":"AMQPConnection::setLogin","p":"AMQPConnection.html#method_setLogin","d":"

    Set the login string used to connect to the AMQP broker.

    "},{"t":"M","n":"AMQPConnection::setPassword","p":"AMQPConnection.html#method_setPassword","d":"

    Set the password string used to connect to the AMQP broker.

    "},{"t":"M","n":"AMQPConnection::setPort","p":"AMQPConnection.html#method_setPort","d":"

    Set the port used to connect to the AMQP broker.

    "},{"t":"M","n":"AMQPConnection::setVhost","p":"AMQPConnection.html#method_setVhost","d":"

    Sets the virtual host to which to connect on the AMQP broker.

    "},{"t":"M","n":"AMQPConnection::setTimeout","p":"AMQPConnection.html#method_setTimeout","d":"

    Sets the interval of time to wait for income activity from AMQP broker

    "},{"t":"M","n":"AMQPConnection::getTimeout","p":"AMQPConnection.html#method_getTimeout","d":"

    Get the configured interval of time to wait for income activity\nfrom AMQP broker

    "},{"t":"M","n":"AMQPConnection::setReadTimeout","p":"AMQPConnection.html#method_setReadTimeout","d":"

    Sets the interval of time to wait for income activity from AMQP broker

    "},{"t":"M","n":"AMQPConnection::getReadTimeout","p":"AMQPConnection.html#method_getReadTimeout","d":"

    Get the configured interval of time to wait for income activity\nfrom AMQP broker

    "},{"t":"M","n":"AMQPConnection::setWriteTimeout","p":"AMQPConnection.html#method_setWriteTimeout","d":"

    Sets the interval of time to wait for outcome activity to AMQP broker

    "},{"t":"M","n":"AMQPConnection::getWriteTimeout","p":"AMQPConnection.html#method_getWriteTimeout","d":"

    Get the configured interval of time to wait for outcome activity\nto AMQP broker

    "},{"t":"M","n":"AMQPConnection::getConnectTimeout","p":"AMQPConnection.html#method_getConnectTimeout","d":"

    Get the configured timeout (in seconds) for connecting to the AMQP broker

    "},{"t":"M","n":"AMQPConnection::setRpcTimeout","p":"AMQPConnection.html#method_setRpcTimeout","d":"

    Sets the interval of time to wait for RPC activity to AMQP broker

    "},{"t":"M","n":"AMQPConnection::getRpcTimeout","p":"AMQPConnection.html#method_getRpcTimeout","d":"

    Get the configured interval of time to wait for RPC activity\nto AMQP broker

    "},{"t":"M","n":"AMQPConnection::getUsedChannels","p":"AMQPConnection.html#method_getUsedChannels","d":"

    Return last used channel id during current connection session.

    "},{"t":"M","n":"AMQPConnection::getMaxChannels","p":"AMQPConnection.html#method_getMaxChannels","d":"

    Get the maximum number of channels the connection can handle.

    "},{"t":"M","n":"AMQPConnection::getMaxFrameSize","p":"AMQPConnection.html#method_getMaxFrameSize","d":"

    Get max supported frame size per connection in bytes.

    "},{"t":"M","n":"AMQPConnection::getHeartbeatInterval","p":"AMQPConnection.html#method_getHeartbeatInterval","d":"

    Get number of seconds between heartbeats of the connection in seconds.

    "},{"t":"M","n":"AMQPConnection::getCACert","p":"AMQPConnection.html#method_getCACert","d":"

    Get path to the CA cert file in PEM format

    "},{"t":"M","n":"AMQPConnection::setCACert","p":"AMQPConnection.html#method_setCACert","d":"

    Set path to the CA cert file in PEM format

    "},{"t":"M","n":"AMQPConnection::getCert","p":"AMQPConnection.html#method_getCert","d":"

    Get path to the client certificate in PEM format

    "},{"t":"M","n":"AMQPConnection::setCert","p":"AMQPConnection.html#method_setCert","d":"

    Set path to the client certificate in PEM format

    "},{"t":"M","n":"AMQPConnection::getKey","p":"AMQPConnection.html#method_getKey","d":"

    Get path to the client key in PEM format

    "},{"t":"M","n":"AMQPConnection::setKey","p":"AMQPConnection.html#method_setKey","d":"

    Set path to the client key in PEM format

    "},{"t":"M","n":"AMQPConnection::getVerify","p":"AMQPConnection.html#method_getVerify","d":"

    Get whether peer verification enabled or disabled

    "},{"t":"M","n":"AMQPConnection::setVerify","p":"AMQPConnection.html#method_setVerify","d":"

    Enable or disable peer verification

    "},{"t":"M","n":"AMQPConnection::setSaslMethod","p":"AMQPConnection.html#method_setSaslMethod","d":"

    set authentication method

    "},{"t":"M","n":"AMQPConnection::getSaslMethod","p":"AMQPConnection.html#method_getSaslMethod","d":"

    Get authentication mechanism configuration

    "},{"t":"M","n":"AMQPConnection::setConnectionName","p":"AMQPConnection.html#method_setConnectionName","d":null},{"t":"M","n":"AMQPConnection::getConnectionName","p":"AMQPConnection.html#method_getConnectionName","d":null},{"t":"M","n":"AMQPDecimal::__construct","p":"AMQPDecimal.html#method___construct","d":""},{"t":"M","n":"AMQPDecimal::getExponent","p":"AMQPDecimal.html#method_getExponent","d":""},{"t":"M","n":"AMQPDecimal::getSignificand","p":"AMQPDecimal.html#method_getSignificand","d":""},{"t":"M","n":"AMQPDecimal::toAmqpValue","p":"AMQPDecimal.html#method_toAmqpValue","d":null},{"t":"M","n":"AMQPEnvelope::getBody","p":"AMQPEnvelope.html#method_getBody","d":"

    Get the body of the message.

    "},{"t":"M","n":"AMQPEnvelope::getRoutingKey","p":"AMQPEnvelope.html#method_getRoutingKey","d":"

    Get the routing key of the message.

    "},{"t":"M","n":"AMQPEnvelope::getConsumerTag","p":"AMQPEnvelope.html#method_getConsumerTag","d":"

    Get the consumer tag of the message.

    "},{"t":"M","n":"AMQPEnvelope::getDeliveryTag","p":"AMQPEnvelope.html#method_getDeliveryTag","d":"

    Get the delivery tag of the message.

    "},{"t":"M","n":"AMQPEnvelope::getExchangeName","p":"AMQPEnvelope.html#method_getExchangeName","d":"

    Get the exchange name on which the message was published.

    "},{"t":"M","n":"AMQPEnvelope::isRedelivery","p":"AMQPEnvelope.html#method_isRedelivery","d":"

    Whether this is a redelivery of the message.

    "},{"t":"M","n":"AMQPEnvelope::getHeader","p":"AMQPEnvelope.html#method_getHeader","d":"

    Get a specific message header.

    "},{"t":"M","n":"AMQPEnvelope::hasHeader","p":"AMQPEnvelope.html#method_hasHeader","d":"

    Check whether specific message header exists.

    "},{"t":"M","n":"AMQPEnvelopeException::getEnvelope","p":"AMQPEnvelopeException.html#method_getEnvelope","d":null},{"t":"M","n":"AMQPExchange::__construct","p":"AMQPExchange.html#method___construct","d":"

    Create an instance of AMQPExchange.

    "},{"t":"M","n":"AMQPExchange::bind","p":"AMQPExchange.html#method_bind","d":"

    Bind to another exchange.

    "},{"t":"M","n":"AMQPExchange::unbind","p":"AMQPExchange.html#method_unbind","d":"

    Remove binding to another exchange.

    "},{"t":"M","n":"AMQPExchange::declareExchange","p":"AMQPExchange.html#method_declareExchange","d":"

    Declare a new exchange on the broker.

    "},{"t":"M","n":"AMQPExchange::declare","p":"AMQPExchange.html#method_declare","d":"

    Declare a new exchange on the broker.

    "},{"t":"M","n":"AMQPExchange::delete","p":"AMQPExchange.html#method_delete","d":"

    Delete the exchange from the broker.

    "},{"t":"M","n":"AMQPExchange::getArgument","p":"AMQPExchange.html#method_getArgument","d":"

    Get the argument associated with the given key.

    "},{"t":"M","n":"AMQPExchange::hasArgument","p":"AMQPExchange.html#method_hasArgument","d":"

    Check whether argument associated with the given key exists.

    "},{"t":"M","n":"AMQPExchange::getArguments","p":"AMQPExchange.html#method_getArguments","d":"

    Get all arguments set on the given exchange.

    "},{"t":"M","n":"AMQPExchange::getFlags","p":"AMQPExchange.html#method_getFlags","d":"

    Get all the flags currently set on the given exchange.

    "},{"t":"M","n":"AMQPExchange::getName","p":"AMQPExchange.html#method_getName","d":"

    Get the configured name.

    "},{"t":"M","n":"AMQPExchange::getType","p":"AMQPExchange.html#method_getType","d":"

    Get the configured type.

    "},{"t":"M","n":"AMQPExchange::publish","p":"AMQPExchange.html#method_publish","d":"

    Publish a message to an exchange.

    "},{"t":"M","n":"AMQPExchange::setArgument","p":"AMQPExchange.html#method_setArgument","d":"

    Set the value for the given key.

    "},{"t":"M","n":"AMQPExchange::removeArgument","p":"AMQPExchange.html#method_removeArgument","d":"

    Set the value for the given key.

    "},{"t":"M","n":"AMQPExchange::setArguments","p":"AMQPExchange.html#method_setArguments","d":"

    Set all arguments on the exchange.

    "},{"t":"M","n":"AMQPExchange::setFlags","p":"AMQPExchange.html#method_setFlags","d":"

    Set the flags on an exchange.

    "},{"t":"M","n":"AMQPExchange::setName","p":"AMQPExchange.html#method_setName","d":"

    Set the name of the exchange.

    "},{"t":"M","n":"AMQPExchange::setType","p":"AMQPExchange.html#method_setType","d":"

    Set the type of the exchange.

    "},{"t":"M","n":"AMQPExchange::getChannel","p":"AMQPExchange.html#method_getChannel","d":"

    Get the AMQPChannel object in use

    "},{"t":"M","n":"AMQPExchange::getConnection","p":"AMQPExchange.html#method_getConnection","d":"

    Get the AMQPConnection object in use

    "},{"t":"M","n":"AMQPQueue::__construct","p":"AMQPQueue.html#method___construct","d":"

    Create an instance of an AMQPQueue object.

    "},{"t":"M","n":"AMQPQueue::ack","p":"AMQPQueue.html#method_ack","d":"

    Acknowledge the receipt of a message.

    "},{"t":"M","n":"AMQPQueue::bind","p":"AMQPQueue.html#method_bind","d":"

    Bind the given queue to a routing key on an exchange.

    "},{"t":"M","n":"AMQPQueue::cancel","p":"AMQPQueue.html#method_cancel","d":"

    Cancel a queue that is already bound to an exchange and routing key.

    "},{"t":"M","n":"AMQPQueue::consume","p":"AMQPQueue.html#method_consume","d":"

    Consume messages from a queue.

    "},{"t":"M","n":"AMQPQueue::declareQueue","p":"AMQPQueue.html#method_declareQueue","d":"

    Declare a new queue on the broker.

    "},{"t":"M","n":"AMQPQueue::declare","p":"AMQPQueue.html#method_declare","d":"

    Declare a new queue on the broker.

    "},{"t":"M","n":"AMQPQueue::delete","p":"AMQPQueue.html#method_delete","d":"

    Delete a queue from the broker.

    "},{"t":"M","n":"AMQPQueue::get","p":"AMQPQueue.html#method_get","d":"

    Retrieve the next message from the queue.

    "},{"t":"M","n":"AMQPQueue::getFlags","p":"AMQPQueue.html#method_getFlags","d":"

    Get all the flags currently set on the given queue.

    "},{"t":"M","n":"AMQPQueue::getName","p":"AMQPQueue.html#method_getName","d":"

    Get the configured name.

    "},{"t":"M","n":"AMQPQueue::nack","p":"AMQPQueue.html#method_nack","d":"

    Mark a message as explicitly not acknowledged.

    "},{"t":"M","n":"AMQPQueue::reject","p":"AMQPQueue.html#method_reject","d":"

    Mark one message as explicitly not acknowledged.

    "},{"t":"M","n":"AMQPQueue::recover","p":"AMQPQueue.html#method_recover","d":"

    Recover unacknowledged messages delivered to the current consumer.

    "},{"t":"M","n":"AMQPQueue::purge","p":"AMQPQueue.html#method_purge","d":"

    Purge the contents of a queue.

    "},{"t":"M","n":"AMQPQueue::getArgument","p":"AMQPQueue.html#method_getArgument","d":"

    Get the argument associated with the given key.

    "},{"t":"M","n":"AMQPQueue::setArgument","p":"AMQPQueue.html#method_setArgument","d":"

    Set a queue argument.

    "},{"t":"M","n":"AMQPQueue::removeArgument","p":"AMQPQueue.html#method_removeArgument","d":"

    Set a queue argument.

    "},{"t":"M","n":"AMQPQueue::setArguments","p":"AMQPQueue.html#method_setArguments","d":"

    Set all arguments on the given queue.

    "},{"t":"M","n":"AMQPQueue::getArguments","p":"AMQPQueue.html#method_getArguments","d":"

    Get all set arguments as an array of key/value pairs.

    "},{"t":"M","n":"AMQPQueue::hasArgument","p":"AMQPQueue.html#method_hasArgument","d":"

    Check whether a queue has specific argument.

    "},{"t":"M","n":"AMQPQueue::setFlags","p":"AMQPQueue.html#method_setFlags","d":"

    Set the flags on the queue.

    "},{"t":"M","n":"AMQPQueue::setName","p":"AMQPQueue.html#method_setName","d":"

    Set the queue name.

    "},{"t":"M","n":"AMQPQueue::unbind","p":"AMQPQueue.html#method_unbind","d":"

    Remove a routing key binding on an exchange from the given queue.

    "},{"t":"M","n":"AMQPQueue::getChannel","p":"AMQPQueue.html#method_getChannel","d":"

    Get the AMQPChannel object in use

    "},{"t":"M","n":"AMQPQueue::getConnection","p":"AMQPQueue.html#method_getConnection","d":"

    Get the AMQPConnection object in use

    "},{"t":"M","n":"AMQPQueue::getConsumerTag","p":"AMQPQueue.html#method_getConsumerTag","d":"

    Get latest consumer tag. If no consumer available or the latest on was canceled null will be returned.

    "},{"t":"M","n":"AMQPTimestamp::__construct","p":"AMQPTimestamp.html#method___construct","d":""},{"t":"M","n":"AMQPTimestamp::__toString","p":"AMQPTimestamp.html#method___toString","d":null},{"t":"M","n":"AMQPTimestamp::getTimestamp","p":"AMQPTimestamp.html#method_getTimestamp","d":null},{"t":"M","n":"AMQPTimestamp::toAmqpValue","p":"AMQPTimestamp.html#method_toAmqpValue","d":null},{"t":"M","n":"AMQPValue::toAmqpValue","p":"AMQPValue.html#method_toAmqpValue","d":null},{"t":"M","n":"APCIterator::__construct","p":"APCIterator.html#method___construct","d":"

    Constructs an APCIterator iterator object

    "},{"t":"M","n":"APCIterator::rewind","p":"APCIterator.html#method_rewind","d":"

    Rewinds back the iterator to the first element

    "},{"t":"M","n":"APCIterator::valid","p":"APCIterator.html#method_valid","d":"

    Checks if the current iterator position is valid

    "},{"t":"M","n":"APCIterator::current","p":"APCIterator.html#method_current","d":"

    Gets the current item from the APCIterator stack

    "},{"t":"M","n":"APCIterator::key","p":"APCIterator.html#method_key","d":"

    Gets the current iterator key

    "},{"t":"M","n":"APCIterator::next","p":"APCIterator.html#method_next","d":"

    Moves the iterator pointer to the next element

    "},{"t":"M","n":"APCIterator::getTotalHits","p":"APCIterator.html#method_getTotalHits","d":"

    Gets the total number of cache hits

    "},{"t":"M","n":"APCIterator::getTotalSize","p":"APCIterator.html#method_getTotalSize","d":"

    Gets the total cache size

    "},{"t":"M","n":"APCIterator::getTotalCount","p":"APCIterator.html#method_getTotalCount","d":"

    Get the total count

    "},{"t":"M","n":"APCUIterator::__construct","p":"APCUIterator.html#method___construct","d":"

    Constructs an APCUIterator iterator object

    "},{"t":"M","n":"APCUIterator::rewind","p":"APCUIterator.html#method_rewind","d":"

    Rewinds back the iterator to the first element

    "},{"t":"M","n":"APCUIterator::valid","p":"APCUIterator.html#method_valid","d":"

    Checks if the current iterator position is valid

    "},{"t":"M","n":"APCUIterator::current","p":"APCUIterator.html#method_current","d":"

    Gets the current item from the APCUIterator stack

    "},{"t":"M","n":"APCUIterator::key","p":"APCUIterator.html#method_key","d":"

    Gets the current iterator key

    "},{"t":"M","n":"APCUIterator::next","p":"APCUIterator.html#method_next","d":"

    Moves the iterator pointer to the next element

    "},{"t":"M","n":"APCUIterator::getTotalHits","p":"APCUIterator.html#method_getTotalHits","d":"

    Gets the total number of cache hits

    "},{"t":"M","n":"APCUIterator::getTotalSize","p":"APCUIterator.html#method_getTotalSize","d":"

    Gets the total cache size

    "},{"t":"M","n":"APCUIterator::getTotalCount","p":"APCUIterator.html#method_getTotalCount","d":"

    Get the total count

    "},{"t":"M","n":"Aerospike::__construct","p":"Aerospike.html#method___construct","d":"

    Construct an Aerospike client object, and connect to the cluster defined\nin $config.

    "},{"t":"M","n":"Aerospike::__destruct","p":"Aerospike.html#method___destruct","d":"

    Disconnect from the Aerospike cluster and clean up resources.

    "},{"t":"M","n":"Aerospike::isConnected","p":"Aerospike.html#method_isConnected","d":"

    Test whether the client is connected to the cluster.

    "},{"t":"M","n":"Aerospike::close","p":"Aerospike.html#method_close","d":"

    Disconnect the client from all the cluster nodes.

    "},{"t":"M","n":"Aerospike::reconnect","p":"Aerospike.html#method_reconnect","d":"

    Reconnect the client to the cluster nodes.

    "},{"t":"M","n":"Aerospike::shmKey","p":"Aerospike.html#method_shmKey","d":"

    Expose the shared memory key used by shared-memory cluster tending

    "},{"t":"M","n":"Aerospike::error","p":"Aerospike.html#method_error","d":"

    Return the error message associated with the last operation.

    "},{"t":"M","n":"Aerospike::errorno","p":"Aerospike.html#method_errorno","d":"

    Return the error code associated with the last operation.

    "},{"t":"M","n":"Aerospike::initKey","p":"Aerospike.html#method_initKey","d":"

    Return an array that represents the record's key.

    "},{"t":"M","n":"Aerospike::getKeyDigest","p":"Aerospike.html#method_getKeyDigest","d":"

    Return the digest of hashing the (namespace, set, primary-key) tuple\nwith RIPEMD-160.

    "},{"t":"M","n":"Aerospike::put","p":"Aerospike.html#method_put","d":"

    Write a record identified by the $key with $bins, an array of bin-name => bin-value pairs.

    "},{"t":"M","n":"Aerospike::get","p":"Aerospike.html#method_get","d":"

    Read a record with a given key, and store it in $record

    "},{"t":"M","n":"Aerospike::exists","p":"Aerospike.html#method_exists","d":"

    Get the metadata of a record with a given key, and store it in $metadata

    "},{"t":"M","n":"Aerospike::touch","p":"Aerospike.html#method_touch","d":"

    Touch the record identified by the $key, resetting its time-to-live.

    "},{"t":"M","n":"Aerospike::remove","p":"Aerospike.html#method_remove","d":"

    Remove the record identified by the $key.

    "},{"t":"M","n":"Aerospike::removeBin","p":"Aerospike.html#method_removeBin","d":"

    Remove $bins from the record identified by the $key.

    "},{"t":"M","n":"Aerospike::truncate","p":"Aerospike.html#method_truncate","d":"

    Remove all the records from a namespace or set

    "},{"t":"M","n":"Aerospike::increment","p":"Aerospike.html#method_increment","d":"

    Increment the value of $bin in the record identified by the $key by an\n$offset.

    "},{"t":"M","n":"Aerospike::append","p":"Aerospike.html#method_append","d":"

    Append a string $value to the one already in $bin, in the record identified by the $key.

    "},{"t":"M","n":"Aerospike::prepend","p":"Aerospike.html#method_prepend","d":"

    Prepend a string $value to the one already in $bin, in the record identified by the $key.

    "},{"t":"M","n":"Aerospike::operate","p":"Aerospike.html#method_operate","d":"

    Perform multiple bin operations on a record with a given key, with write operations happening before read ones.

    "},{"t":"M","n":"Aerospike::operateOrdered","p":"Aerospike.html#method_operateOrdered","d":"

    Perform multiple bin operations on a record with a given key, with write operations happening before read ones.

    "},{"t":"M","n":"Aerospike::listSize","p":"Aerospike.html#method_listSize","d":"

    Count the number of elements in a list type bin

    "},{"t":"M","n":"Aerospike::listAppend","p":"Aerospike.html#method_listAppend","d":"

    Add a single value (of any type) to the end of a list type bin

    "},{"t":"M","n":"Aerospike::listMerge","p":"Aerospike.html#method_listMerge","d":"

    Add several items to the end of a list type bin

    "},{"t":"M","n":"Aerospike::listInsert","p":"Aerospike.html#method_listInsert","d":"

    Insert a single element (of any type) at a specified index of a list type bin

    "},{"t":"M","n":"Aerospike::listInsertItems","p":"Aerospike.html#method_listInsertItems","d":"

    Insert several elements at a specified index of a list type bin

    "},{"t":"M","n":"Aerospike::listPop","p":"Aerospike.html#method_listPop","d":"

    Remove and get back the element at a specified index of a list type bin\nIndex -1 is the last item in the list, -3 is the third from last, 0 is the first in the list.

    "},{"t":"M","n":"Aerospike::listPopRange","p":"Aerospike.html#method_listPopRange","d":"

    Remove and get back several elements at a specified index range of a list type bin\nIndex -1 is the last item in the list, -3 is the third from last, 0 is the first in the list.

    "},{"t":"M","n":"Aerospike::listRemove","p":"Aerospike.html#method_listRemove","d":"

    Remove a list element at a specified index of a list type bin

    "},{"t":"M","n":"Aerospike::listRemoveRange","p":"Aerospike.html#method_listRemoveRange","d":"

    Remove several list elements at a specified index range of a list type bin

    "},{"t":"M","n":"Aerospike::listTrim","p":"Aerospike.html#method_listTrim","d":"

    Trim the list, removing all elements not in the specified index range of a list type bin

    "},{"t":"M","n":"Aerospike::listClear","p":"Aerospike.html#method_listClear","d":"

    Remove all the elements from a list type bin

    "},{"t":"M","n":"Aerospike::listSet","p":"Aerospike.html#method_listSet","d":"

    Set an element at a specified index of a list type bin

    "},{"t":"M","n":"Aerospike::listGet","p":"Aerospike.html#method_listGet","d":"

    Get an element from a specified index of a list type bin

    "},{"t":"M","n":"Aerospike::listGetRange","p":"Aerospike.html#method_listGetRange","d":"

    Get several elements starting at a specified index from a list type bin

    "},{"t":"M","n":"Aerospike::getMany","p":"Aerospike.html#method_getMany","d":"

    Read a batch of records from a list of given keys, and fill $records with the resulting indexed array

    "},{"t":"M","n":"Aerospike::existsMany","p":"Aerospike.html#method_existsMany","d":"

    Check if a batch of records exists in the database and fill $metdata with the results

    "},{"t":"M","n":"Aerospike::scan","p":"Aerospike.html#method_scan","d":"

    Scan a namespace or set

    "},{"t":"M","n":"Aerospike::query","p":"Aerospike.html#method_query","d":"

    Query a secondary index on a namespace or set

    "},{"t":"M","n":"Aerospike::predicateEquals","p":"Aerospike.html#method_predicateEquals","d":"

    Helper method for creating an EQUALS predicate

    "},{"t":"M","n":"Aerospike::predicateBetween","p":"Aerospike.html#method_predicateBetween","d":"

    Helper method for creating a BETWEEN predicate

    "},{"t":"M","n":"Aerospike::predicateContains","p":"Aerospike.html#method_predicateContains","d":"

    Helper method for creating an CONTAINS predicate

    "},{"t":"M","n":"Aerospike::predicateRange","p":"Aerospike.html#method_predicateRange","d":"

    Helper method for creating a RANGE predicate

    "},{"t":"M","n":"Aerospike::predicateGeoContainsGeoJSONPoint","p":"Aerospike.html#method_predicateGeoContainsGeoJSONPoint","d":"

    Helper method for creating a GEOCONTAINS point predicate

    "},{"t":"M","n":"Aerospike::predicateGeoContainsPoint","p":"Aerospike.html#method_predicateGeoContainsPoint","d":"

    Helper method for creating a GEOCONTAINS point predicate

    "},{"t":"M","n":"Aerospike::predicateGeoWithinGeoJSONRegion","p":"Aerospike.html#method_predicateGeoWithinGeoJSONRegion","d":"

    Helper method for creating a GEOWITHIN region predicate

    "},{"t":"M","n":"Aerospike::predicateGeoWithinRadius","p":"Aerospike.html#method_predicateGeoWithinRadius","d":"

    Helper method for creating a GEOWITHIN circle region predicate

    "},{"t":"M","n":"Aerospike::jobInfo","p":"Aerospike.html#method_jobInfo","d":"

    Get the status of a background job triggered by Aerospike::scanApply or Aerospike::queryApply

    "},{"t":"M","n":"Aerospike::register","p":"Aerospike.html#method_register","d":"

    Register a UDF module with the cluster

    "},{"t":"M","n":"Aerospike::deregister","p":"Aerospike.html#method_deregister","d":"

    Remove a UDF module from the cluster

    "},{"t":"M","n":"Aerospike::listRegistered","p":"Aerospike.html#method_listRegistered","d":"

    List the UDF modules registered with the cluster

    "},{"t":"M","n":"Aerospike::getRegistered","p":"Aerospike.html#method_getRegistered","d":"

    Get the code for a UDF module registered with the cluster

    "},{"t":"M","n":"Aerospike::apply","p":"Aerospike.html#method_apply","d":"

    Apply a UDF to a record

    "},{"t":"M","n":"Aerospike::scanApply","p":"Aerospike.html#method_scanApply","d":"

    Apply a UDF to each record in a scan

    "},{"t":"M","n":"Aerospike::queryApply","p":"Aerospike.html#method_queryApply","d":"

    Apply a UDF to each record in a query

    "},{"t":"M","n":"Aerospike::aggregate","p":"Aerospike.html#method_aggregate","d":"

    Apply a stream UDF to a scan or secondary index query

    "},{"t":"M","n":"Aerospike::addIndex","p":"Aerospike.html#method_addIndex","d":"

    Create a secondary index on a bin of a specified set

    "},{"t":"M","n":"Aerospike::dropIndex","p":"Aerospike.html#method_dropIndex","d":"

    Drop a secondary index

    "},{"t":"M","n":"Aerospike::info","p":"Aerospike.html#method_info","d":"

    Send an info request to a single cluster node

    "},{"t":"M","n":"Aerospike::infoMany","p":"Aerospike.html#method_infoMany","d":"

    Send an info request to a single cluster node

    "},{"t":"M","n":"Aerospike::getNodes","p":"Aerospike.html#method_getNodes","d":"

    Get the addresses of the cluster nodes

    "},{"t":"M","n":"Aerospike::setLogLevel","p":"Aerospike.html#method_setLogLevel","d":"

    Set the logging threshold of the Aerospike object

    "},{"t":"M","n":"Aerospike::setLogHandler","p":"Aerospike.html#method_setLogHandler","d":"

    Set a handler for log events

    "},{"t":"M","n":"Aerospike::setSerializer","p":"Aerospike.html#method_setSerializer","d":"

    Set a serialization handler for unsupported types

    "},{"t":"M","n":"Aerospike::setDeserializer","p":"Aerospike.html#method_setDeserializer","d":"

    Set a deserialization handler for unsupported types

    "},{"t":"M","n":"Aerospike\\Bytes::__construct","p":"Aerospike/Bytes.html#method___construct","d":"

    Constructor for \\Aerospike\\Bytes class.

    "},{"t":"M","n":"Aerospike\\Bytes::serialize","p":"Aerospike/Bytes.html#method_serialize","d":"

    Returns a serialized representation of the binary-string.

    "},{"t":"M","n":"Aerospike\\Bytes::unserialize","p":"Aerospike/Bytes.html#method_unserialize","d":"

    Re-wraps the binary-string when called by unserialize().

    "},{"t":"M","n":"Aerospike\\Bytes::__toString","p":"Aerospike/Bytes.html#method___toString","d":"

    Returns the binary-string held in the \\Aerospike\\Bytes object.

    "},{"t":"M","n":"Aerospike\\Bytes::unwrap","p":"Aerospike/Bytes.html#method_unwrap","d":"

    Unwraps an \\Aerospike\\Bytes object, returning the binary-string inside.

    "},{"t":"M","n":"AllowDynamicProperties::__construct","p":"AllowDynamicProperties.html#method___construct","d":null},{"t":"M","n":"AppendIterator::__construct","p":"AppendIterator.html#method___construct","d":"

    Constructs an AppendIterator

    "},{"t":"M","n":"AppendIterator::append","p":"AppendIterator.html#method_append","d":"

    Appends an iterator

    "},{"t":"M","n":"AppendIterator::rewind","p":"AppendIterator.html#method_rewind","d":"

    Rewinds the Iterator

    "},{"t":"M","n":"AppendIterator::valid","p":"AppendIterator.html#method_valid","d":"

    Checks validity of the current element

    "},{"t":"M","n":"AppendIterator::key","p":"AppendIterator.html#method_key","d":"

    Gets the current key

    "},{"t":"M","n":"AppendIterator::current","p":"AppendIterator.html#method_current","d":"

    Gets the current value

    "},{"t":"M","n":"AppendIterator::next","p":"AppendIterator.html#method_next","d":"

    Moves to the next element

    "},{"t":"M","n":"AppendIterator::getInnerIterator","p":"AppendIterator.html#method_getInnerIterator","d":"

    Gets an inner iterator

    "},{"t":"M","n":"AppendIterator::getIteratorIndex","p":"AppendIterator.html#method_getIteratorIndex","d":"

    Gets an index of iterators

    "},{"t":"M","n":"AppendIterator::getArrayIterator","p":"AppendIterator.html#method_getArrayIterator","d":"

    The getArrayIterator method

    "},{"t":"M","n":"ArrayAccess::offsetExists","p":"ArrayAccess.html#method_offsetExists","d":"

    Whether a offset exists

    "},{"t":"M","n":"ArrayAccess::offsetGet","p":"ArrayAccess.html#method_offsetGet","d":"

    Offset to retrieve

    "},{"t":"M","n":"ArrayAccess::offsetSet","p":"ArrayAccess.html#method_offsetSet","d":"

    Offset to set

    "},{"t":"M","n":"ArrayAccess::offsetUnset","p":"ArrayAccess.html#method_offsetUnset","d":"

    Offset to unset

    "},{"t":"M","n":"ArrayIterator::__construct","p":"ArrayIterator.html#method___construct","d":"

    Construct an ArrayIterator

    "},{"t":"M","n":"ArrayIterator::offsetExists","p":"ArrayIterator.html#method_offsetExists","d":"

    Check if offset exists

    "},{"t":"M","n":"ArrayIterator::offsetGet","p":"ArrayIterator.html#method_offsetGet","d":"

    Get value for an offset

    "},{"t":"M","n":"ArrayIterator::offsetSet","p":"ArrayIterator.html#method_offsetSet","d":"

    Set value for an offset

    "},{"t":"M","n":"ArrayIterator::offsetUnset","p":"ArrayIterator.html#method_offsetUnset","d":"

    Unset value for an offset

    "},{"t":"M","n":"ArrayIterator::append","p":"ArrayIterator.html#method_append","d":"

    Append an element

    "},{"t":"M","n":"ArrayIterator::getArrayCopy","p":"ArrayIterator.html#method_getArrayCopy","d":"

    Get array copy

    "},{"t":"M","n":"ArrayIterator::count","p":"ArrayIterator.html#method_count","d":"

    Count elements

    "},{"t":"M","n":"ArrayIterator::getFlags","p":"ArrayIterator.html#method_getFlags","d":"

    Get flags

    "},{"t":"M","n":"ArrayIterator::setFlags","p":"ArrayIterator.html#method_setFlags","d":"

    Set behaviour flags

    "},{"t":"M","n":"ArrayIterator::asort","p":"ArrayIterator.html#method_asort","d":"

    Sort array by values

    "},{"t":"M","n":"ArrayIterator::ksort","p":"ArrayIterator.html#method_ksort","d":"

    Sort array by keys

    "},{"t":"M","n":"ArrayIterator::uasort","p":"ArrayIterator.html#method_uasort","d":"

    User defined sort

    "},{"t":"M","n":"ArrayIterator::uksort","p":"ArrayIterator.html#method_uksort","d":"

    User defined sort

    "},{"t":"M","n":"ArrayIterator::natsort","p":"ArrayIterator.html#method_natsort","d":"

    Sort an array naturally

    "},{"t":"M","n":"ArrayIterator::natcasesort","p":"ArrayIterator.html#method_natcasesort","d":"

    Sort an array naturally, case insensitive

    "},{"t":"M","n":"ArrayIterator::unserialize","p":"ArrayIterator.html#method_unserialize","d":"Unserialize"},{"t":"M","n":"ArrayIterator::serialize","p":"ArrayIterator.html#method_serialize","d":"Serialize"},{"t":"M","n":"ArrayIterator::rewind","p":"ArrayIterator.html#method_rewind","d":"

    Rewind array back to the start

    "},{"t":"M","n":"ArrayIterator::current","p":"ArrayIterator.html#method_current","d":"

    Return current array entry

    "},{"t":"M","n":"ArrayIterator::key","p":"ArrayIterator.html#method_key","d":"

    Return current array key

    "},{"t":"M","n":"ArrayIterator::next","p":"ArrayIterator.html#method_next","d":"

    Move to next entry

    "},{"t":"M","n":"ArrayIterator::valid","p":"ArrayIterator.html#method_valid","d":"

    Check whether array contains more entries

    "},{"t":"M","n":"ArrayIterator::seek","p":"ArrayIterator.html#method_seek","d":"

    Seek to position

    "},{"t":"M","n":"ArrayIterator::__debugInfo","p":"ArrayIterator.html#method___debugInfo","d":""},{"t":"M","n":"ArrayIterator::__serialize","p":"ArrayIterator.html#method___serialize","d":""},{"t":"M","n":"ArrayIterator::__unserialize","p":"ArrayIterator.html#method___unserialize","d":""},{"t":"M","n":"ArrayObject::__construct","p":"ArrayObject.html#method___construct","d":"

    Construct a new array object

    "},{"t":"M","n":"ArrayObject::offsetExists","p":"ArrayObject.html#method_offsetExists","d":"

    Returns whether the requested index exists

    "},{"t":"M","n":"ArrayObject::offsetGet","p":"ArrayObject.html#method_offsetGet","d":"

    Returns the value at the specified index

    "},{"t":"M","n":"ArrayObject::offsetSet","p":"ArrayObject.html#method_offsetSet","d":"

    Sets the value at the specified index to newval

    "},{"t":"M","n":"ArrayObject::offsetUnset","p":"ArrayObject.html#method_offsetUnset","d":"

    Unsets the value at the specified index

    "},{"t":"M","n":"ArrayObject::append","p":"ArrayObject.html#method_append","d":"

    Appends the value

    "},{"t":"M","n":"ArrayObject::getArrayCopy","p":"ArrayObject.html#method_getArrayCopy","d":"

    Creates a copy of the ArrayObject.

    "},{"t":"M","n":"ArrayObject::count","p":"ArrayObject.html#method_count","d":"

    Get the number of public properties in the ArrayObject\nWhen the ArrayObject is constructed from an array all properties are public.

    "},{"t":"M","n":"ArrayObject::getFlags","p":"ArrayObject.html#method_getFlags","d":"

    Gets the behavior flags.

    "},{"t":"M","n":"ArrayObject::setFlags","p":"ArrayObject.html#method_setFlags","d":"

    Sets the behavior flags.

    "},{"t":"M","n":"ArrayObject::asort","p":"ArrayObject.html#method_asort","d":"

    Sort the entries by value

    "},{"t":"M","n":"ArrayObject::ksort","p":"ArrayObject.html#method_ksort","d":"

    Sort the entries by key

    "},{"t":"M","n":"ArrayObject::uasort","p":"ArrayObject.html#method_uasort","d":"

    Sort the entries with a user-defined comparison function and maintain key association

    "},{"t":"M","n":"ArrayObject::uksort","p":"ArrayObject.html#method_uksort","d":"

    Sort the entries by keys using a user-defined comparison function

    "},{"t":"M","n":"ArrayObject::natsort","p":"ArrayObject.html#method_natsort","d":"

    Sort entries using a "natural order" algorithm

    "},{"t":"M","n":"ArrayObject::natcasesort","p":"ArrayObject.html#method_natcasesort","d":"

    Sort an array using a case insensitive "natural order" algorithm

    "},{"t":"M","n":"ArrayObject::unserialize","p":"ArrayObject.html#method_unserialize","d":"

    Unserialize an ArrayObject

    "},{"t":"M","n":"ArrayObject::serialize","p":"ArrayObject.html#method_serialize","d":"

    Serialize an ArrayObject

    "},{"t":"M","n":"ArrayObject::__debugInfo","p":"ArrayObject.html#method___debugInfo","d":""},{"t":"M","n":"ArrayObject::__serialize","p":"ArrayObject.html#method___serialize","d":""},{"t":"M","n":"ArrayObject::__unserialize","p":"ArrayObject.html#method___unserialize","d":""},{"t":"M","n":"ArrayObject::getIterator","p":"ArrayObject.html#method_getIterator","d":"

    Create a new iterator from an ArrayObject instance

    "},{"t":"M","n":"ArrayObject::exchangeArray","p":"ArrayObject.html#method_exchangeArray","d":"

    Exchange the array for another one.

    "},{"t":"M","n":"ArrayObject::setIteratorClass","p":"ArrayObject.html#method_setIteratorClass","d":"

    Sets the iterator classname for the ArrayObject.

    "},{"t":"M","n":"ArrayObject::getIteratorClass","p":"ArrayObject.html#method_getIteratorClass","d":"

    Gets the iterator classname for the ArrayObject.

    "},{"t":"M","n":"Attribute::__construct","p":"Attribute.html#method___construct","d":""},{"t":"M","n":"BackedEnum::from","p":"BackedEnum.html#method_from","d":"

    Translates a string or int into the corresponding Enum\ncase, if any. If there is no matching case defined, it will throw a\nValueError.

    "},{"t":"M","n":"BackedEnum::tryFrom","p":"BackedEnum.html#method_tryFrom","d":"

    Translates a string or int into the corresponding Enum\ncase, if any. If there is no matching case defined, it will return null.

    "},{"t":"M","n":"BcMath\\Number::__construct","p":"BcMath/Number.html#method___construct","d":null},{"t":"M","n":"BcMath\\Number::add","p":"BcMath/Number.html#method_add","d":null},{"t":"M","n":"BcMath\\Number::sub","p":"BcMath/Number.html#method_sub","d":null},{"t":"M","n":"BcMath\\Number::mul","p":"BcMath/Number.html#method_mul","d":null},{"t":"M","n":"BcMath\\Number::div","p":"BcMath/Number.html#method_div","d":null},{"t":"M","n":"BcMath\\Number::mod","p":"BcMath/Number.html#method_mod","d":null},{"t":"M","n":"BcMath\\Number::divmod","p":"BcMath/Number.html#method_divmod","d":""},{"t":"M","n":"BcMath\\Number::powmod","p":"BcMath/Number.html#method_powmod","d":null},{"t":"M","n":"BcMath\\Number::pow","p":"BcMath/Number.html#method_pow","d":null},{"t":"M","n":"BcMath\\Number::sqrt","p":"BcMath/Number.html#method_sqrt","d":null},{"t":"M","n":"BcMath\\Number::floor","p":"BcMath/Number.html#method_floor","d":null},{"t":"M","n":"BcMath\\Number::ceil","p":"BcMath/Number.html#method_ceil","d":null},{"t":"M","n":"BcMath\\Number::round","p":"BcMath/Number.html#method_round","d":null},{"t":"M","n":"BcMath\\Number::compare","p":"BcMath/Number.html#method_compare","d":null},{"t":"M","n":"BcMath\\Number::__toString","p":"BcMath/Number.html#method___toString","d":"

    Magic method {https://www.php.net/manual/en/language.oop5.magic.php#object.tostring}\nallows a class to decide how it will react when it is treated like a string.

    "},{"t":"M","n":"BcMath\\Number::__serialize","p":"BcMath/Number.html#method___serialize","d":null},{"t":"M","n":"BcMath\\Number::__unserialize","p":"BcMath/Number.html#method___unserialize","d":null},{"t":"M","n":"BlackfireProbe::getMainInstance","p":"BlackfireProbe.html#method_getMainInstance","d":"

    Returns a global singleton and enables it by default.

    "},{"t":"M","n":"BlackfireProbe::isEnabled","p":"BlackfireProbe.html#method_isEnabled","d":"

    Tells whether the probe is currently profiling or not.

    "},{"t":"M","n":"BlackfireProbe::addMarker","p":"BlackfireProbe.html#method_addMarker","d":"

    Adds a marker for the Timeline View.

    "},{"t":"M","n":"BlackfireProbe::__construct","p":"BlackfireProbe.html#method___construct","d":"

    BlackfireProbe constructor. SHOULD NOT BE USED DIRECTLY!\nUSE getMainInstance() INSTEAD!

    "},{"t":"M","n":"BlackfireProbe::isVerified","p":"BlackfireProbe.html#method_isVerified","d":"

    Tells if the probe is cryptographically verified,\ni.e. if the signature in X-Blackfire-Query HTTP header or\nBLACKFIRE_QUERY environment variable is valid.

    "},{"t":"M","n":"BlackfireProbe::setConfiguration","p":"BlackfireProbe.html#method_setConfiguration","d":""},{"t":"M","n":"BlackfireProbe::getResponseLine","p":"BlackfireProbe.html#method_getResponseLine","d":"

    Gets the response message/status/line.

    "},{"t":"M","n":"BlackfireProbe::enable","p":"BlackfireProbe.html#method_enable","d":"

    Enables manual instrumentation. Starts collecting profiling data.

    "},{"t":"M","n":"BlackfireProbe::discard","p":"BlackfireProbe.html#method_discard","d":"

    Discards collected data and disables instrumentation.

    "},{"t":"M","n":"BlackfireProbe::disable","p":"BlackfireProbe.html#method_disable","d":"

    Disables instrumentation.

    "},{"t":"M","n":"BlackfireProbe::close","p":"BlackfireProbe.html#method_close","d":"

    Stops the profiling and forces the collected data to be sent to Blackfire.

    "},{"t":"M","n":"BlackfireProbe::createSubProfileQuery","p":"BlackfireProbe.html#method_createSubProfileQuery","d":"

    Creates a sub-query string to create a new profile linked to the current one.

    "},{"t":"M","n":"BlackfireProbe::setTransactionName","p":"BlackfireProbe.html#method_setTransactionName","d":"

    Sets a custom transaction name for Blackfire Monitoring.

    "},{"t":"M","n":"BlackfireProbe::ignoreTransaction","p":"BlackfireProbe.html#method_ignoreTransaction","d":"

    Disables Blackfire Monitoring instrumentation for a transaction.

    "},{"t":"M","n":"BlackfireProbe::startTransaction","p":"BlackfireProbe.html#method_startTransaction","d":"

    Manually starts a transaction. Useful for CLI/Consumer monitoring.

    "},{"t":"M","n":"BlackfireProbe::stopTransaction","p":"BlackfireProbe.html#method_stopTransaction","d":"

    Manually stops a transaction. Useful for CLI/Consumer monitoring.

    "},{"t":"M","n":"COM::__construct","p":"COM.html#method___construct","d":"

    (PHP 4 >= 4.1.0, PHP 5, PHP 7)
    \nCOM class constructor.

    "},{"t":"M","n":"COM::__get","p":"COM.html#method___get","d":null},{"t":"M","n":"COM::__set","p":"COM.html#method___set","d":null},{"t":"M","n":"COM::__call","p":"COM.html#method___call","d":null},{"t":"M","n":"CURLFile::__construct","p":"CURLFile.html#method___construct","d":"

    Create a CURLFile object

    "},{"t":"M","n":"CURLFile::getFilename","p":"CURLFile.html#method_getFilename","d":"

    Get file name

    "},{"t":"M","n":"CURLFile::getMimeType","p":"CURLFile.html#method_getMimeType","d":"

    Get MIME type

    "},{"t":"M","n":"CURLFile::getPostFilename","p":"CURLFile.html#method_getPostFilename","d":"

    Get file name for POST

    "},{"t":"M","n":"CURLFile::setMimeType","p":"CURLFile.html#method_setMimeType","d":"

    Set MIME type

    "},{"t":"M","n":"CURLFile::setPostFilename","p":"CURLFile.html#method_setPostFilename","d":"

    Set file name for POST\nhttps://secure.php.net/manual/en/curlfile.setpostfilename.php

    "},{"t":"M","n":"CURLFile::__wakeup","p":"CURLFile.html#method___wakeup","d":""},{"t":"M","n":"CURLStringFile::__construct","p":"CURLStringFile.html#method___construct","d":null},{"t":"M","n":"CachingIterator::__construct","p":"CachingIterator.html#method___construct","d":"

    Constructs a new CachingIterator.

    "},{"t":"M","n":"CachingIterator::rewind","p":"CachingIterator.html#method_rewind","d":"

    Rewind the iterator

    "},{"t":"M","n":"CachingIterator::valid","p":"CachingIterator.html#method_valid","d":"

    Check whether the current element is valid

    "},{"t":"M","n":"CachingIterator::key","p":"CachingIterator.html#method_key","d":"

    Return the key for the current element

    "},{"t":"M","n":"CachingIterator::current","p":"CachingIterator.html#method_current","d":"

    Return the current element

    "},{"t":"M","n":"CachingIterator::next","p":"CachingIterator.html#method_next","d":"

    Move the iterator forward

    "},{"t":"M","n":"CachingIterator::hasNext","p":"CachingIterator.html#method_hasNext","d":"

    Check whether the inner iterator has a valid next element

    "},{"t":"M","n":"CachingIterator::__toString","p":"CachingIterator.html#method___toString","d":"

    Return the string representation of the current iteration based on the flag being used.

    "},{"t":"M","n":"CachingIterator::getInnerIterator","p":"CachingIterator.html#method_getInnerIterator","d":"

    Returns the inner iterator

    "},{"t":"M","n":"CachingIterator::getFlags","p":"CachingIterator.html#method_getFlags","d":"

    Get flags used

    "},{"t":"M","n":"CachingIterator::setFlags","p":"CachingIterator.html#method_setFlags","d":"

    The setFlags purpose

    "},{"t":"M","n":"CachingIterator::offsetGet","p":"CachingIterator.html#method_offsetGet","d":"

    Internal cache array index to retrieve.

    "},{"t":"M","n":"CachingIterator::offsetSet","p":"CachingIterator.html#method_offsetSet","d":"

    Set an element on the internal cache array.

    "},{"t":"M","n":"CachingIterator::offsetUnset","p":"CachingIterator.html#method_offsetUnset","d":"

    Remove an element from the internal cache array.

    "},{"t":"M","n":"CachingIterator::offsetExists","p":"CachingIterator.html#method_offsetExists","d":"

    Return whether an element at the index exists on the internal cache array.

    "},{"t":"M","n":"CachingIterator::getCache","p":"CachingIterator.html#method_getCache","d":"

    Retrieve the contents of the cache

    "},{"t":"M","n":"CachingIterator::count","p":"CachingIterator.html#method_count","d":"

    The number of elements in the iterator

    "},{"t":"M","n":"CallbackFilterIterator::__construct","p":"CallbackFilterIterator.html#method___construct","d":"

    Creates a filtered iterator using the callback to determine which items are accepted or rejected.

    "},{"t":"M","n":"CallbackFilterIterator::accept","p":"CallbackFilterIterator.html#method_accept","d":"

    This method calls the callback with the current value, current key and the inner iterator.

    "},{"t":"M","n":"Cassandra::cluster","p":"Cassandra.html#method_cluster","d":"

    Creates a new cluster builder for constructing a Cluster object.

    "},{"t":"M","n":"Cassandra::ssl","p":"Cassandra.html#method_ssl","d":"

    Creates a new ssl builder for constructing a SSLOptions object.

    "},{"t":"M","n":"Cassandra\\Aggregate::name","p":"Cassandra/Aggregate.html#method_name","d":"

    Returns the full name of the aggregate

    "},{"t":"M","n":"Cassandra\\Aggregate::simpleName","p":"Cassandra/Aggregate.html#method_simpleName","d":"

    Returns the simple name of the aggregate

    "},{"t":"M","n":"Cassandra\\Aggregate::argumentTypes","p":"Cassandra/Aggregate.html#method_argumentTypes","d":"

    Returns the argument types of the aggregate

    "},{"t":"M","n":"Cassandra\\Aggregate::finalFunction","p":"Cassandra/Aggregate.html#method_finalFunction","d":"

    Returns the final function of the aggregate

    "},{"t":"M","n":"Cassandra\\Aggregate::stateFunction","p":"Cassandra/Aggregate.html#method_stateFunction","d":"

    Returns the state function of the aggregate

    "},{"t":"M","n":"Cassandra\\Aggregate::initialCondition","p":"Cassandra/Aggregate.html#method_initialCondition","d":"

    Returns the initial condition of the aggregate

    "},{"t":"M","n":"Cassandra\\Aggregate::returnType","p":"Cassandra/Aggregate.html#method_returnType","d":"

    Returns the return type of the aggregate

    "},{"t":"M","n":"Cassandra\\Aggregate::stateType","p":"Cassandra/Aggregate.html#method_stateType","d":"

    Returns the state type of the aggregate

    "},{"t":"M","n":"Cassandra\\Aggregate::signature","p":"Cassandra/Aggregate.html#method_signature","d":"

    Returns the signature of the aggregate

    "},{"t":"M","n":"Cassandra\\BatchStatement::__construct","p":"Cassandra/BatchStatement.html#method___construct","d":"

    Creates a new batch statement.

    "},{"t":"M","n":"Cassandra\\BatchStatement::add","p":"Cassandra/BatchStatement.html#method_add","d":"

    Adds a statement to this batch.

    "},{"t":"M","n":"Cassandra\\Bigint::__construct","p":"Cassandra/Bigint.html#method___construct","d":"

    Creates a new 64bit integer.

    "},{"t":"M","n":"Cassandra\\Bigint::min","p":"Cassandra/Bigint.html#method_min","d":"

    Minimum possible Bigint value

    "},{"t":"M","n":"Cassandra\\Bigint::max","p":"Cassandra/Bigint.html#method_max","d":"

    Maximum possible Bigint value

    "},{"t":"M","n":"Cassandra\\Bigint::__toString","p":"Cassandra/Bigint.html#method___toString","d":"

    Returns string representation of the integer value.

    "},{"t":"M","n":"Cassandra\\Bigint::type","p":"Cassandra/Bigint.html#method_type","d":"

    The type of this bigint.

    "},{"t":"M","n":"Cassandra\\Bigint::value","p":"Cassandra/Bigint.html#method_value","d":"

    Returns the integer value.

    "},{"t":"M","n":"Cassandra\\Bigint::add","p":"Cassandra/Bigint.html#method_add","d":""},{"t":"M","n":"Cassandra\\Bigint::sub","p":"Cassandra/Bigint.html#method_sub","d":""},{"t":"M","n":"Cassandra\\Bigint::mul","p":"Cassandra/Bigint.html#method_mul","d":""},{"t":"M","n":"Cassandra\\Bigint::div","p":"Cassandra/Bigint.html#method_div","d":""},{"t":"M","n":"Cassandra\\Bigint::mod","p":"Cassandra/Bigint.html#method_mod","d":""},{"t":"M","n":"Cassandra\\Bigint::abs","p":"Cassandra/Bigint.html#method_abs","d":""},{"t":"M","n":"Cassandra\\Bigint::neg","p":"Cassandra/Bigint.html#method_neg","d":""},{"t":"M","n":"Cassandra\\Bigint::sqrt","p":"Cassandra/Bigint.html#method_sqrt","d":""},{"t":"M","n":"Cassandra\\Bigint::toInt","p":"Cassandra/Bigint.html#method_toInt","d":""},{"t":"M","n":"Cassandra\\Bigint::toDouble","p":"Cassandra/Bigint.html#method_toDouble","d":""},{"t":"M","n":"Cassandra\\Blob::__construct","p":"Cassandra/Blob.html#method___construct","d":"

    Creates a new bytes array.

    "},{"t":"M","n":"Cassandra\\Blob::__toString","p":"Cassandra/Blob.html#method___toString","d":"

    Returns bytes as a hex string.

    "},{"t":"M","n":"Cassandra\\Blob::type","p":"Cassandra/Blob.html#method_type","d":"

    The type of this blob.

    "},{"t":"M","n":"Cassandra\\Blob::bytes","p":"Cassandra/Blob.html#method_bytes","d":"

    Returns bytes as a hex string.

    "},{"t":"M","n":"Cassandra\\Blob::toBinaryString","p":"Cassandra/Blob.html#method_toBinaryString","d":"

    Returns bytes as a binary string.

    "},{"t":"M","n":"Cassandra\\Cluster::connect","p":"Cassandra/Cluster.html#method_connect","d":"

    Creates a new Session instance.

    "},{"t":"M","n":"Cassandra\\Cluster::connectAsync","p":"Cassandra/Cluster.html#method_connectAsync","d":"

    Creates a new Session instance.

    "},{"t":"M","n":"Cassandra\\Cluster\\Builder::build","p":"Cassandra/Cluster/Builder.html#method_build","d":"

    Returns a Cluster Instance.

    "},{"t":"M","n":"Cassandra\\Cluster\\Builder::withDefaultConsistency","p":"Cassandra/Cluster/Builder.html#method_withDefaultConsistency","d":"

    Configures default consistency for all requests.

    "},{"t":"M","n":"Cassandra\\Cluster\\Builder::withDefaultPageSize","p":"Cassandra/Cluster/Builder.html#method_withDefaultPageSize","d":"

    Configures default page size for all results.

    "},{"t":"M","n":"Cassandra\\Cluster\\Builder::withDefaultTimeout","p":"Cassandra/Cluster/Builder.html#method_withDefaultTimeout","d":"

    Configures default timeout for future resolution in blocking operations\nSet to null to disable (default).

    "},{"t":"M","n":"Cassandra\\Cluster\\Builder::withContactPoints","p":"Cassandra/Cluster/Builder.html#method_withContactPoints","d":"

    Configures the initial endpoints. Note that the driver will\nautomatically discover and connect to the rest of the cluster.

    "},{"t":"M","n":"Cassandra\\Cluster\\Builder::withPort","p":"Cassandra/Cluster/Builder.html#method_withPort","d":"

    Specify a different port to be used when connecting to the cluster.

    "},{"t":"M","n":"Cassandra\\Cluster\\Builder::withRoundRobinLoadBalancingPolicy","p":"Cassandra/Cluster/Builder.html#method_withRoundRobinLoadBalancingPolicy","d":"

    Configures this cluster to use a round robin load balancing policy.

    "},{"t":"M","n":"Cassandra\\Cluster\\Builder::withDatacenterAwareRoundRobinLoadBalancingPolicy","p":"Cassandra/Cluster/Builder.html#method_withDatacenterAwareRoundRobinLoadBalancingPolicy","d":"

    Configures this cluster to use a datacenter aware round robin load balancing policy.

    "},{"t":"M","n":"Cassandra\\Cluster\\Builder::withBlackListHosts","p":"Cassandra/Cluster/Builder.html#method_withBlackListHosts","d":"

    Sets the blacklist hosts. Any host in the blacklist will be ignored and\na connection will not be established. This is useful for ensuring that\nthe driver will not connection to a predefied set of hosts.

    "},{"t":"M","n":"Cassandra\\Cluster\\Builder::withWhiteListHosts","p":"Cassandra/Cluster/Builder.html#method_withWhiteListHosts","d":"

    Sets the whitelist hosts. Any host not in the whitelist will be ignored\nand a connection will not be established. This policy is useful for\nensuring that the driver will only connect to a predefined set of hosts.

    "},{"t":"M","n":"Cassandra\\Cluster\\Builder::withBlackListDCs","p":"Cassandra/Cluster/Builder.html#method_withBlackListDCs","d":"

    Sets the blacklist datacenters. Any datacenter in the blacklist will be\nignored and a connection will not be established to any host in those\ndatacenters. This policy is useful for ensuring the driver will not\nconnect to any host in a specific datacenter.

    "},{"t":"M","n":"Cassandra\\Cluster\\Builder::withWhiteListDCs","p":"Cassandra/Cluster/Builder.html#method_withWhiteListDCs","d":"

    Sets the whitelist datacenters. Any host not in a whitelisted datacenter\nwill be ignored. This policy is useful for ensuring the driver will only\nconnect to hosts in specific datacenters.

    "},{"t":"M","n":"Cassandra\\Cluster\\Builder::withTokenAwareRouting","p":"Cassandra/Cluster/Builder.html#method_withTokenAwareRouting","d":"

    Enable token aware routing.

    "},{"t":"M","n":"Cassandra\\Cluster\\Builder::withCredentials","p":"Cassandra/Cluster/Builder.html#method_withCredentials","d":"

    Configures plain-text authentication.

    "},{"t":"M","n":"Cassandra\\Cluster\\Builder::withConnectTimeout","p":"Cassandra/Cluster/Builder.html#method_withConnectTimeout","d":"

    Timeout used for establishing TCP connections.

    "},{"t":"M","n":"Cassandra\\Cluster\\Builder::withRequestTimeout","p":"Cassandra/Cluster/Builder.html#method_withRequestTimeout","d":"

    Timeout used for waiting for a response from a node.

    "},{"t":"M","n":"Cassandra\\Cluster\\Builder::withSSL","p":"Cassandra/Cluster/Builder.html#method_withSSL","d":"

    Set up ssl context.

    "},{"t":"M","n":"Cassandra\\Cluster\\Builder::withPersistentSessions","p":"Cassandra/Cluster/Builder.html#method_withPersistentSessions","d":"

    Enable persistent sessions and clusters.

    "},{"t":"M","n":"Cassandra\\Cluster\\Builder::withProtocolVersion","p":"Cassandra/Cluster/Builder.html#method_withProtocolVersion","d":"

    Force the driver to use a specific binary protocol version.

    "},{"t":"M","n":"Cassandra\\Cluster\\Builder::withIOThreads","p":"Cassandra/Cluster/Builder.html#method_withIOThreads","d":"

    Total number of IO threads to use for handling the requests.

    "},{"t":"M","n":"Cassandra\\Cluster\\Builder::withConnectionsPerHost","p":"Cassandra/Cluster/Builder.html#method_withConnectionsPerHost","d":"

    Set the size of connection pools used by the driver. Pools are fixed\nwhen only $core is given, when a $max is specified as well,\nadditional connections will be created automatically based on current\nload until the maximum number of connection has been reached. When\nrequest load goes down, extra connections are automatically cleaned up\nuntil only the core number of connections is left.

    "},{"t":"M","n":"Cassandra\\Cluster\\Builder::withReconnectInterval","p":"Cassandra/Cluster/Builder.html#method_withReconnectInterval","d":"

    Specify interval in seconds that the driver should wait before attempting\nto re-establish a closed connection.

    "},{"t":"M","n":"Cassandra\\Cluster\\Builder::withLatencyAwareRouting","p":"Cassandra/Cluster/Builder.html#method_withLatencyAwareRouting","d":"

    Enables/disables latency-aware routing.

    "},{"t":"M","n":"Cassandra\\Cluster\\Builder::withTCPNodelay","p":"Cassandra/Cluster/Builder.html#method_withTCPNodelay","d":"

    Disables nagle algorithm for lower latency.

    "},{"t":"M","n":"Cassandra\\Cluster\\Builder::withTCPKeepalive","p":"Cassandra/Cluster/Builder.html#method_withTCPKeepalive","d":"

    Enables/disables TCP keepalive.

    "},{"t":"M","n":"Cassandra\\Cluster\\Builder::withRetryPolicy","p":"Cassandra/Cluster/Builder.html#method_withRetryPolicy","d":"

    Configures the retry policy.

    "},{"t":"M","n":"Cassandra\\Cluster\\Builder::withTimestampGenerator","p":"Cassandra/Cluster/Builder.html#method_withTimestampGenerator","d":"

    Sets the timestamp generator.

    "},{"t":"M","n":"Cassandra\\Cluster\\Builder::withSchemaMetadata","p":"Cassandra/Cluster/Builder.html#method_withSchemaMetadata","d":"

    Enables/disables Schema Metadata.

    "},{"t":"M","n":"Cassandra\\Cluster\\Builder::withHostnameResolution","p":"Cassandra/Cluster/Builder.html#method_withHostnameResolution","d":"

    Enables/disables Hostname Resolution.

    "},{"t":"M","n":"Cassandra\\Cluster\\Builder::withRandomizedContactPoints","p":"Cassandra/Cluster/Builder.html#method_withRandomizedContactPoints","d":"

    Enables/disables Randomized Contact Points.

    "},{"t":"M","n":"Cassandra\\Cluster\\Builder::withConnectionHeartbeatInterval","p":"Cassandra/Cluster/Builder.html#method_withConnectionHeartbeatInterval","d":"

    Specify interval in seconds that the driver should wait before attempting\nto send heartbeat messages and control the amount of time the connection\nmust be idle before sending heartbeat messages. This is useful for\npreventing intermediate network devices from dropping connections.

    "},{"t":"M","n":"Cassandra\\Collection::__construct","p":"Cassandra/Collection.html#method___construct","d":"

    Creates a new collection of a given type.

    "},{"t":"M","n":"Cassandra\\Collection::type","p":"Cassandra/Collection.html#method_type","d":"

    The type of this collection.

    "},{"t":"M","n":"Cassandra\\Collection::values","p":"Cassandra/Collection.html#method_values","d":"

    Array of values in this collection.

    "},{"t":"M","n":"Cassandra\\Collection::add","p":"Cassandra/Collection.html#method_add","d":"

    Adds one or more values to this collection.

    "},{"t":"M","n":"Cassandra\\Collection::get","p":"Cassandra/Collection.html#method_get","d":"

    Retrieves the value at a given index.

    "},{"t":"M","n":"Cassandra\\Collection::find","p":"Cassandra/Collection.html#method_find","d":"

    Finds index of a value in this collection.

    "},{"t":"M","n":"Cassandra\\Collection::count","p":"Cassandra/Collection.html#method_count","d":"

    Total number of elements in this collection

    "},{"t":"M","n":"Cassandra\\Collection::current","p":"Cassandra/Collection.html#method_current","d":"

    Current element for iteration

    "},{"t":"M","n":"Cassandra\\Collection::key","p":"Cassandra/Collection.html#method_key","d":"

    Current key for iteration

    "},{"t":"M","n":"Cassandra\\Collection::next","p":"Cassandra/Collection.html#method_next","d":"

    Move internal iterator forward

    "},{"t":"M","n":"Cassandra\\Collection::valid","p":"Cassandra/Collection.html#method_valid","d":"

    Check whether a current value exists

    "},{"t":"M","n":"Cassandra\\Collection::rewind","p":"Cassandra/Collection.html#method_rewind","d":"

    Rewind internal iterator

    "},{"t":"M","n":"Cassandra\\Collection::remove","p":"Cassandra/Collection.html#method_remove","d":"

    Deletes the value at a given index

    "},{"t":"M","n":"Cassandra\\Column::name","p":"Cassandra/Column.html#method_name","d":"

    Returns the name of the column.

    "},{"t":"M","n":"Cassandra\\Column::type","p":"Cassandra/Column.html#method_type","d":"

    Returns the type of the column.

    "},{"t":"M","n":"Cassandra\\Column::isReversed","p":"Cassandra/Column.html#method_isReversed","d":"

    Returns whether the column is in descending or ascending order.

    "},{"t":"M","n":"Cassandra\\Column::isStatic","p":"Cassandra/Column.html#method_isStatic","d":"

    Returns true for static columns.

    "},{"t":"M","n":"Cassandra\\Column::isFrozen","p":"Cassandra/Column.html#method_isFrozen","d":"

    Returns true for frozen columns.

    "},{"t":"M","n":"Cassandra\\Column::indexName","p":"Cassandra/Column.html#method_indexName","d":"

    Returns name of the index if defined.

    "},{"t":"M","n":"Cassandra\\Column::indexOptions","p":"Cassandra/Column.html#method_indexOptions","d":"

    Returns index options if present.

    "},{"t":"M","n":"Cassandra\\Custom::type","p":"Cassandra/Custom.html#method_type","d":"

    The type of this value.

    "},{"t":"M","n":"Cassandra\\Date::__construct","p":"Cassandra/Date.html#method___construct","d":"

    Creates a new Date object

    "},{"t":"M","n":"Cassandra\\Date::fromDateTime","p":"Cassandra/Date.html#method_fromDateTime","d":"

    Creates a new Date object from a \\DateTime object.

    "},{"t":"M","n":"Cassandra\\Date::type","p":"Cassandra/Date.html#method_type","d":"

    The type of this date.

    "},{"t":"M","n":"Cassandra\\Date::seconds","p":"Cassandra/Date.html#method_seconds","d":""},{"t":"M","n":"Cassandra\\Date::toDateTime","p":"Cassandra/Date.html#method_toDateTime","d":"

    Converts current date to PHP DateTime.

    "},{"t":"M","n":"Cassandra\\Date::__toString","p":"Cassandra/Date.html#method___toString","d":""},{"t":"M","n":"Cassandra\\Decimal::__construct","p":"Cassandra/Decimal.html#method___construct","d":"

    Creates a decimal from a given decimal string:

    "},{"t":"M","n":"Cassandra\\Decimal::__toString","p":"Cassandra/Decimal.html#method___toString","d":"

    String representation of this decimal.

    "},{"t":"M","n":"Cassandra\\Decimal::type","p":"Cassandra/Decimal.html#method_type","d":"

    The type of this decimal.

    "},{"t":"M","n":"Cassandra\\Decimal::value","p":"Cassandra/Decimal.html#method_value","d":"

    Numeric value of this decimal as string.

    "},{"t":"M","n":"Cassandra\\Decimal::scale","p":"Cassandra/Decimal.html#method_scale","d":"

    Scale of this decimal as int.

    "},{"t":"M","n":"Cassandra\\Decimal::add","p":"Cassandra/Decimal.html#method_add","d":""},{"t":"M","n":"Cassandra\\Decimal::sub","p":"Cassandra/Decimal.html#method_sub","d":""},{"t":"M","n":"Cassandra\\Decimal::mul","p":"Cassandra/Decimal.html#method_mul","d":""},{"t":"M","n":"Cassandra\\Decimal::div","p":"Cassandra/Decimal.html#method_div","d":""},{"t":"M","n":"Cassandra\\Decimal::mod","p":"Cassandra/Decimal.html#method_mod","d":""},{"t":"M","n":"Cassandra\\Decimal::abs","p":"Cassandra/Decimal.html#method_abs","d":""},{"t":"M","n":"Cassandra\\Decimal::neg","p":"Cassandra/Decimal.html#method_neg","d":""},{"t":"M","n":"Cassandra\\Decimal::sqrt","p":"Cassandra/Decimal.html#method_sqrt","d":""},{"t":"M","n":"Cassandra\\Decimal::toInt","p":"Cassandra/Decimal.html#method_toInt","d":""},{"t":"M","n":"Cassandra\\Decimal::toDouble","p":"Cassandra/Decimal.html#method_toDouble","d":""},{"t":"M","n":"Cassandra\\DefaultAggregate::name","p":"Cassandra/DefaultAggregate.html#method_name","d":"

    Returns the full name of the aggregate

    "},{"t":"M","n":"Cassandra\\DefaultAggregate::simpleName","p":"Cassandra/DefaultAggregate.html#method_simpleName","d":"

    Returns the simple name of the aggregate

    "},{"t":"M","n":"Cassandra\\DefaultAggregate::argumentTypes","p":"Cassandra/DefaultAggregate.html#method_argumentTypes","d":"

    Returns the argument types of the aggregate

    "},{"t":"M","n":"Cassandra\\DefaultAggregate::stateFunction","p":"Cassandra/DefaultAggregate.html#method_stateFunction","d":"

    Returns the state function of the aggregate

    "},{"t":"M","n":"Cassandra\\DefaultAggregate::finalFunction","p":"Cassandra/DefaultAggregate.html#method_finalFunction","d":"

    Returns the final function of the aggregate

    "},{"t":"M","n":"Cassandra\\DefaultAggregate::initialCondition","p":"Cassandra/DefaultAggregate.html#method_initialCondition","d":"

    Returns the initial condition of the aggregate

    "},{"t":"M","n":"Cassandra\\DefaultAggregate::stateType","p":"Cassandra/DefaultAggregate.html#method_stateType","d":"

    Returns the state type of the aggregate

    "},{"t":"M","n":"Cassandra\\DefaultAggregate::returnType","p":"Cassandra/DefaultAggregate.html#method_returnType","d":"

    Returns the return type of the aggregate

    "},{"t":"M","n":"Cassandra\\DefaultAggregate::signature","p":"Cassandra/DefaultAggregate.html#method_signature","d":"

    Returns the signature of the aggregate

    "},{"t":"M","n":"Cassandra\\DefaultCluster::connect","p":"Cassandra/DefaultCluster.html#method_connect","d":"

    Creates a new Session instance.

    "},{"t":"M","n":"Cassandra\\DefaultCluster::connectAsync","p":"Cassandra/DefaultCluster.html#method_connectAsync","d":"

    Creates a new Session instance.

    "},{"t":"M","n":"Cassandra\\DefaultColumn::name","p":"Cassandra/DefaultColumn.html#method_name","d":"

    Returns the name of the column.

    "},{"t":"M","n":"Cassandra\\DefaultColumn::type","p":"Cassandra/DefaultColumn.html#method_type","d":"

    Returns the type of the column.

    "},{"t":"M","n":"Cassandra\\DefaultColumn::isReversed","p":"Cassandra/DefaultColumn.html#method_isReversed","d":"

    Returns whether the column is in descending or ascending order.

    "},{"t":"M","n":"Cassandra\\DefaultColumn::isStatic","p":"Cassandra/DefaultColumn.html#method_isStatic","d":"

    Returns true for static columns.

    "},{"t":"M","n":"Cassandra\\DefaultColumn::isFrozen","p":"Cassandra/DefaultColumn.html#method_isFrozen","d":"

    Returns true for frozen columns.

    "},{"t":"M","n":"Cassandra\\DefaultColumn::indexName","p":"Cassandra/DefaultColumn.html#method_indexName","d":"

    Returns name of the index if defined.

    "},{"t":"M","n":"Cassandra\\DefaultColumn::indexOptions","p":"Cassandra/DefaultColumn.html#method_indexOptions","d":"

    Returns index options if present.

    "},{"t":"M","n":"Cassandra\\DefaultFunction::name","p":"Cassandra/DefaultFunction.html#method_name","d":"

    Returns the full name of the function

    "},{"t":"M","n":"Cassandra\\DefaultFunction::simpleName","p":"Cassandra/DefaultFunction.html#method_simpleName","d":"

    Returns the simple name of the function

    "},{"t":"M","n":"Cassandra\\DefaultFunction::arguments","p":"Cassandra/DefaultFunction.html#method_arguments","d":"

    Returns the arguments of the function

    "},{"t":"M","n":"Cassandra\\DefaultFunction::returnType","p":"Cassandra/DefaultFunction.html#method_returnType","d":"

    Returns the return type of the function

    "},{"t":"M","n":"Cassandra\\DefaultFunction::signature","p":"Cassandra/DefaultFunction.html#method_signature","d":"

    Returns the signature of the function

    "},{"t":"M","n":"Cassandra\\DefaultFunction::language","p":"Cassandra/DefaultFunction.html#method_language","d":"

    Returns the lanuage of the function

    "},{"t":"M","n":"Cassandra\\DefaultFunction::body","p":"Cassandra/DefaultFunction.html#method_body","d":"

    Returns the body of the function

    "},{"t":"M","n":"Cassandra\\DefaultFunction::isCalledOnNullInput","p":"Cassandra/DefaultFunction.html#method_isCalledOnNullInput","d":"

    Determines if a function is called when the value is null.

    "},{"t":"M","n":"Cassandra\\DefaultIndex::name","p":"Cassandra/DefaultIndex.html#method_name","d":"

    Returns the name of the index

    "},{"t":"M","n":"Cassandra\\DefaultIndex::kind","p":"Cassandra/DefaultIndex.html#method_kind","d":"

    Returns the kind of index

    "},{"t":"M","n":"Cassandra\\DefaultIndex::target","p":"Cassandra/DefaultIndex.html#method_target","d":"

    Returns the target column of the index

    "},{"t":"M","n":"Cassandra\\DefaultIndex::option","p":"Cassandra/DefaultIndex.html#method_option","d":"

    Return a column's option by name

    "},{"t":"M","n":"Cassandra\\DefaultIndex::options","p":"Cassandra/DefaultIndex.html#method_options","d":"

    Returns all the index's options

    "},{"t":"M","n":"Cassandra\\DefaultIndex::className","p":"Cassandra/DefaultIndex.html#method_className","d":"

    Returns the class name of the index

    "},{"t":"M","n":"Cassandra\\DefaultIndex::isCustom","p":"Cassandra/DefaultIndex.html#method_isCustom","d":"

    Determines if the index is a custom index.

    "},{"t":"M","n":"Cassandra\\DefaultKeyspace::name","p":"Cassandra/DefaultKeyspace.html#method_name","d":"

    Returns keyspace name

    "},{"t":"M","n":"Cassandra\\DefaultKeyspace::replicationClassName","p":"Cassandra/DefaultKeyspace.html#method_replicationClassName","d":"

    Returns replication class name

    "},{"t":"M","n":"Cassandra\\DefaultKeyspace::replicationOptions","p":"Cassandra/DefaultKeyspace.html#method_replicationOptions","d":"

    Returns replication options

    "},{"t":"M","n":"Cassandra\\DefaultKeyspace::hasDurableWrites","p":"Cassandra/DefaultKeyspace.html#method_hasDurableWrites","d":"

    Returns whether the keyspace has durable writes enabled

    "},{"t":"M","n":"Cassandra\\DefaultKeyspace::table","p":"Cassandra/DefaultKeyspace.html#method_table","d":"

    Returns a table by name

    "},{"t":"M","n":"Cassandra\\DefaultKeyspace::tables","p":"Cassandra/DefaultKeyspace.html#method_tables","d":"

    Returns all tables defined in this keyspace

    "},{"t":"M","n":"Cassandra\\DefaultKeyspace::userType","p":"Cassandra/DefaultKeyspace.html#method_userType","d":"

    Get user type by name

    "},{"t":"M","n":"Cassandra\\DefaultKeyspace::userTypes","p":"Cassandra/DefaultKeyspace.html#method_userTypes","d":"

    Get all user types

    "},{"t":"M","n":"Cassandra\\DefaultKeyspace::materializedView","p":"Cassandra/DefaultKeyspace.html#method_materializedView","d":"

    Get materialized view by name

    "},{"t":"M","n":"Cassandra\\DefaultKeyspace::materializedViews","p":"Cassandra/DefaultKeyspace.html#method_materializedViews","d":"

    Gets all materialized views

    "},{"t":"M","n":"Cassandra\\DefaultKeyspace::function_","p":"Cassandra/DefaultKeyspace.html#method_function_","d":"

    Get a function by name and signature

    "},{"t":"M","n":"Cassandra\\DefaultKeyspace::functions","p":"Cassandra/DefaultKeyspace.html#method_functions","d":"

    Get all functions

    "},{"t":"M","n":"Cassandra\\DefaultKeyspace::aggregate","p":"Cassandra/DefaultKeyspace.html#method_aggregate","d":"

    Get an aggregate by name and signature

    "},{"t":"M","n":"Cassandra\\DefaultKeyspace::aggregates","p":"Cassandra/DefaultKeyspace.html#method_aggregates","d":"

    Get all aggregates

    "},{"t":"M","n":"Cassandra\\DefaultMaterializedView::name","p":"Cassandra/DefaultMaterializedView.html#method_name","d":"

    Returns the name of this view

    "},{"t":"M","n":"Cassandra\\DefaultMaterializedView::option","p":"Cassandra/DefaultMaterializedView.html#method_option","d":"

    Return a view's option by name

    "},{"t":"M","n":"Cassandra\\DefaultMaterializedView::options","p":"Cassandra/DefaultMaterializedView.html#method_options","d":"

    Returns all the view's options

    "},{"t":"M","n":"Cassandra\\DefaultMaterializedView::comment","p":"Cassandra/DefaultMaterializedView.html#method_comment","d":"

    Description of the view, if any

    "},{"t":"M","n":"Cassandra\\DefaultMaterializedView::readRepairChance","p":"Cassandra/DefaultMaterializedView.html#method_readRepairChance","d":"

    Returns read repair chance

    "},{"t":"M","n":"Cassandra\\DefaultMaterializedView::localReadRepairChance","p":"Cassandra/DefaultMaterializedView.html#method_localReadRepairChance","d":"

    Returns local read repair chance

    "},{"t":"M","n":"Cassandra\\DefaultMaterializedView::gcGraceSeconds","p":"Cassandra/DefaultMaterializedView.html#method_gcGraceSeconds","d":"

    Returns GC grace seconds

    "},{"t":"M","n":"Cassandra\\DefaultMaterializedView::caching","p":"Cassandra/DefaultMaterializedView.html#method_caching","d":"

    Returns caching options

    "},{"t":"M","n":"Cassandra\\DefaultMaterializedView::bloomFilterFPChance","p":"Cassandra/DefaultMaterializedView.html#method_bloomFilterFPChance","d":"

    Returns bloom filter FP chance

    "},{"t":"M","n":"Cassandra\\DefaultMaterializedView::memtableFlushPeriodMs","p":"Cassandra/DefaultMaterializedView.html#method_memtableFlushPeriodMs","d":"

    Returns memtable flush period in milliseconds

    "},{"t":"M","n":"Cassandra\\DefaultMaterializedView::defaultTTL","p":"Cassandra/DefaultMaterializedView.html#method_defaultTTL","d":"

    Returns default TTL.

    "},{"t":"M","n":"Cassandra\\DefaultMaterializedView::speculativeRetry","p":"Cassandra/DefaultMaterializedView.html#method_speculativeRetry","d":"

    Returns speculative retry.

    "},{"t":"M","n":"Cassandra\\DefaultMaterializedView::indexInterval","p":"Cassandra/DefaultMaterializedView.html#method_indexInterval","d":"

    Returns index interval

    "},{"t":"M","n":"Cassandra\\DefaultMaterializedView::compactionStrategyClassName","p":"Cassandra/DefaultMaterializedView.html#method_compactionStrategyClassName","d":"

    Returns compaction strategy class name

    "},{"t":"M","n":"Cassandra\\DefaultMaterializedView::compactionStrategyOptions","p":"Cassandra/DefaultMaterializedView.html#method_compactionStrategyOptions","d":"

    Returns compaction strategy options

    "},{"t":"M","n":"Cassandra\\DefaultMaterializedView::compressionParameters","p":"Cassandra/DefaultMaterializedView.html#method_compressionParameters","d":"

    Returns compression parameters

    "},{"t":"M","n":"Cassandra\\DefaultMaterializedView::populateIOCacheOnFlush","p":"Cassandra/DefaultMaterializedView.html#method_populateIOCacheOnFlush","d":"

    Returns whether or not the populate_io_cache_on_flush is true

    "},{"t":"M","n":"Cassandra\\DefaultMaterializedView::replicateOnWrite","p":"Cassandra/DefaultMaterializedView.html#method_replicateOnWrite","d":"

    Returns whether or not the replicate_on_write is true

    "},{"t":"M","n":"Cassandra\\DefaultMaterializedView::maxIndexInterval","p":"Cassandra/DefaultMaterializedView.html#method_maxIndexInterval","d":"

    Returns the value of max_index_interval

    "},{"t":"M","n":"Cassandra\\DefaultMaterializedView::minIndexInterval","p":"Cassandra/DefaultMaterializedView.html#method_minIndexInterval","d":"

    Returns the value of min_index_interval

    "},{"t":"M","n":"Cassandra\\DefaultMaterializedView::column","p":"Cassandra/DefaultMaterializedView.html#method_column","d":"

    Returns column by name

    "},{"t":"M","n":"Cassandra\\DefaultMaterializedView::columns","p":"Cassandra/DefaultMaterializedView.html#method_columns","d":"

    Returns all columns in this view

    "},{"t":"M","n":"Cassandra\\DefaultMaterializedView::partitionKey","p":"Cassandra/DefaultMaterializedView.html#method_partitionKey","d":"

    Returns the partition key columns of the view

    "},{"t":"M","n":"Cassandra\\DefaultMaterializedView::primaryKey","p":"Cassandra/DefaultMaterializedView.html#method_primaryKey","d":"

    Returns both the partition and clustering key columns of the view

    "},{"t":"M","n":"Cassandra\\DefaultMaterializedView::clusteringKey","p":"Cassandra/DefaultMaterializedView.html#method_clusteringKey","d":"

    Returns the clustering key columns of the view

    "},{"t":"M","n":"Cassandra\\DefaultMaterializedView::clusteringOrder","p":"Cassandra/DefaultMaterializedView.html#method_clusteringOrder","d":""},{"t":"M","n":"Cassandra\\DefaultMaterializedView::baseTable","p":"Cassandra/DefaultMaterializedView.html#method_baseTable","d":"

    Returns the base table of the view

    "},{"t":"M","n":"Cassandra\\DefaultSchema::keyspace","p":"Cassandra/DefaultSchema.html#method_keyspace","d":"

    Returns a Keyspace instance by name.

    "},{"t":"M","n":"Cassandra\\DefaultSchema::keyspaces","p":"Cassandra/DefaultSchema.html#method_keyspaces","d":"

    Returns all keyspaces defined in the schema.

    "},{"t":"M","n":"Cassandra\\DefaultSchema::version","p":"Cassandra/DefaultSchema.html#method_version","d":"

    Get the version of the schema snapshot

    "},{"t":"M","n":"Cassandra\\DefaultSession::execute","p":"Cassandra/DefaultSession.html#method_execute","d":"

    Execute a query.

    "},{"t":"M","n":"Cassandra\\DefaultSession::executeAsync","p":"Cassandra/DefaultSession.html#method_executeAsync","d":"

    Execute a query asynchronously. This method returns immediately, but\nthe query continues execution in the background.

    "},{"t":"M","n":"Cassandra\\DefaultSession::prepare","p":"Cassandra/DefaultSession.html#method_prepare","d":"

    Prepare a query for execution.

    "},{"t":"M","n":"Cassandra\\DefaultSession::prepareAsync","p":"Cassandra/DefaultSession.html#method_prepareAsync","d":"

    Asynchronously prepare a query for execution.

    "},{"t":"M","n":"Cassandra\\DefaultSession::close","p":"Cassandra/DefaultSession.html#method_close","d":"

    Close the session and all its connections.

    "},{"t":"M","n":"Cassandra\\DefaultSession::closeAsync","p":"Cassandra/DefaultSession.html#method_closeAsync","d":"

    Asynchronously close the session and all its connections.

    "},{"t":"M","n":"Cassandra\\DefaultSession::metrics","p":"Cassandra/DefaultSession.html#method_metrics","d":"

    Get performance and diagnostic metrics.

    "},{"t":"M","n":"Cassandra\\DefaultSession::schema","p":"Cassandra/DefaultSession.html#method_schema","d":"

    Get a snapshot of the cluster's current schema.

    "},{"t":"M","n":"Cassandra\\DefaultTable::name","p":"Cassandra/DefaultTable.html#method_name","d":"

    Returns the name of this table

    "},{"t":"M","n":"Cassandra\\DefaultTable::option","p":"Cassandra/DefaultTable.html#method_option","d":"

    Return a table's option by name

    "},{"t":"M","n":"Cassandra\\DefaultTable::options","p":"Cassandra/DefaultTable.html#method_options","d":"

    Returns all the table's options

    "},{"t":"M","n":"Cassandra\\DefaultTable::comment","p":"Cassandra/DefaultTable.html#method_comment","d":"

    Description of the table, if any

    "},{"t":"M","n":"Cassandra\\DefaultTable::readRepairChance","p":"Cassandra/DefaultTable.html#method_readRepairChance","d":"

    Returns read repair chance

    "},{"t":"M","n":"Cassandra\\DefaultTable::localReadRepairChance","p":"Cassandra/DefaultTable.html#method_localReadRepairChance","d":"

    Returns local read repair chance

    "},{"t":"M","n":"Cassandra\\DefaultTable::gcGraceSeconds","p":"Cassandra/DefaultTable.html#method_gcGraceSeconds","d":"

    Returns GC grace seconds

    "},{"t":"M","n":"Cassandra\\DefaultTable::caching","p":"Cassandra/DefaultTable.html#method_caching","d":"

    Returns caching options

    "},{"t":"M","n":"Cassandra\\DefaultTable::bloomFilterFPChance","p":"Cassandra/DefaultTable.html#method_bloomFilterFPChance","d":"

    Returns bloom filter FP chance

    "},{"t":"M","n":"Cassandra\\DefaultTable::memtableFlushPeriodMs","p":"Cassandra/DefaultTable.html#method_memtableFlushPeriodMs","d":"

    Returns memtable flush period in milliseconds

    "},{"t":"M","n":"Cassandra\\DefaultTable::defaultTTL","p":"Cassandra/DefaultTable.html#method_defaultTTL","d":"

    Returns default TTL.

    "},{"t":"M","n":"Cassandra\\DefaultTable::speculativeRetry","p":"Cassandra/DefaultTable.html#method_speculativeRetry","d":"

    Returns speculative retry.

    "},{"t":"M","n":"Cassandra\\DefaultTable::indexInterval","p":"Cassandra/DefaultTable.html#method_indexInterval","d":"

    Returns index interval

    "},{"t":"M","n":"Cassandra\\DefaultTable::compactionStrategyClassName","p":"Cassandra/DefaultTable.html#method_compactionStrategyClassName","d":"

    Returns compaction strategy class name

    "},{"t":"M","n":"Cassandra\\DefaultTable::compactionStrategyOptions","p":"Cassandra/DefaultTable.html#method_compactionStrategyOptions","d":"

    Returns compaction strategy options

    "},{"t":"M","n":"Cassandra\\DefaultTable::compressionParameters","p":"Cassandra/DefaultTable.html#method_compressionParameters","d":"

    Returns compression parameters

    "},{"t":"M","n":"Cassandra\\DefaultTable::populateIOCacheOnFlush","p":"Cassandra/DefaultTable.html#method_populateIOCacheOnFlush","d":"

    Returns whether or not the populate_io_cache_on_flush is true

    "},{"t":"M","n":"Cassandra\\DefaultTable::replicateOnWrite","p":"Cassandra/DefaultTable.html#method_replicateOnWrite","d":"

    Returns whether or not the replicate_on_write is true

    "},{"t":"M","n":"Cassandra\\DefaultTable::maxIndexInterval","p":"Cassandra/DefaultTable.html#method_maxIndexInterval","d":"

    Returns the value of max_index_interval

    "},{"t":"M","n":"Cassandra\\DefaultTable::minIndexInterval","p":"Cassandra/DefaultTable.html#method_minIndexInterval","d":"

    Returns the value of min_index_interval

    "},{"t":"M","n":"Cassandra\\DefaultTable::column","p":"Cassandra/DefaultTable.html#method_column","d":"

    Returns column by name

    "},{"t":"M","n":"Cassandra\\DefaultTable::columns","p":"Cassandra/DefaultTable.html#method_columns","d":"

    Returns all columns in this table

    "},{"t":"M","n":"Cassandra\\DefaultTable::partitionKey","p":"Cassandra/DefaultTable.html#method_partitionKey","d":"

    Returns the partition key columns of the table

    "},{"t":"M","n":"Cassandra\\DefaultTable::primaryKey","p":"Cassandra/DefaultTable.html#method_primaryKey","d":"

    Returns both the partition and clustering key columns of the table

    "},{"t":"M","n":"Cassandra\\DefaultTable::clusteringKey","p":"Cassandra/DefaultTable.html#method_clusteringKey","d":"

    Returns the clustering key columns of the table

    "},{"t":"M","n":"Cassandra\\DefaultTable::clusteringOrder","p":"Cassandra/DefaultTable.html#method_clusteringOrder","d":""},{"t":"M","n":"Cassandra\\DefaultTable::index","p":"Cassandra/DefaultTable.html#method_index","d":"

    Get an index by name

    "},{"t":"M","n":"Cassandra\\DefaultTable::indexes","p":"Cassandra/DefaultTable.html#method_indexes","d":"

    Gets all indexes

    "},{"t":"M","n":"Cassandra\\DefaultTable::materializedView","p":"Cassandra/DefaultTable.html#method_materializedView","d":"

    Get materialized view by name

    "},{"t":"M","n":"Cassandra\\DefaultTable::materializedViews","p":"Cassandra/DefaultTable.html#method_materializedViews","d":"

    Gets all materialized views

    "},{"t":"M","n":"Cassandra\\Duration::__construct","p":"Cassandra/Duration.html#method___construct","d":""},{"t":"M","n":"Cassandra\\Duration::type","p":"Cassandra/Duration.html#method_type","d":"

    The type of represented by the value.

    "},{"t":"M","n":"Cassandra\\Duration::months","p":"Cassandra/Duration.html#method_months","d":""},{"t":"M","n":"Cassandra\\Duration::days","p":"Cassandra/Duration.html#method_days","d":""},{"t":"M","n":"Cassandra\\Duration::nanos","p":"Cassandra/Duration.html#method_nanos","d":""},{"t":"M","n":"Cassandra\\Duration::__toString","p":"Cassandra/Duration.html#method___toString","d":""},{"t":"M","n":"Cassandra\\Exception\\AlreadyExistsException::__construct","p":"Cassandra/Exception/AlreadyExistsException.html#method___construct","d":""},{"t":"M","n":"Cassandra\\Exception\\AlreadyExistsException::__wakeup","p":"Cassandra/Exception/AlreadyExistsException.html#method___wakeup","d":""},{"t":"M","n":"Cassandra\\Exception\\AlreadyExistsException::__toString","p":"Cassandra/Exception/AlreadyExistsException.html#method___toString","d":""},{"t":"M","n":"Cassandra\\Exception\\AuthenticationException::__construct","p":"Cassandra/Exception/AuthenticationException.html#method___construct","d":""},{"t":"M","n":"Cassandra\\Exception\\AuthenticationException::__wakeup","p":"Cassandra/Exception/AuthenticationException.html#method___wakeup","d":""},{"t":"M","n":"Cassandra\\Exception\\AuthenticationException::__toString","p":"Cassandra/Exception/AuthenticationException.html#method___toString","d":""},{"t":"M","n":"Cassandra\\Exception\\ConfigurationException::__construct","p":"Cassandra/Exception/ConfigurationException.html#method___construct","d":""},{"t":"M","n":"Cassandra\\Exception\\ConfigurationException::__wakeup","p":"Cassandra/Exception/ConfigurationException.html#method___wakeup","d":""},{"t":"M","n":"Cassandra\\Exception\\ConfigurationException::__toString","p":"Cassandra/Exception/ConfigurationException.html#method___toString","d":""},{"t":"M","n":"Cassandra\\Exception\\DivideByZeroException::__construct","p":"Cassandra/Exception/DivideByZeroException.html#method___construct","d":""},{"t":"M","n":"Cassandra\\Exception\\DivideByZeroException::__wakeup","p":"Cassandra/Exception/DivideByZeroException.html#method___wakeup","d":""},{"t":"M","n":"Cassandra\\Exception\\DivideByZeroException::__toString","p":"Cassandra/Exception/DivideByZeroException.html#method___toString","d":""},{"t":"M","n":"Cassandra\\Exception\\DomainException::__construct","p":"Cassandra/Exception/DomainException.html#method___construct","d":""},{"t":"M","n":"Cassandra\\Exception\\DomainException::__wakeup","p":"Cassandra/Exception/DomainException.html#method___wakeup","d":""},{"t":"M","n":"Cassandra\\Exception\\DomainException::__toString","p":"Cassandra/Exception/DomainException.html#method___toString","d":""},{"t":"M","n":"Cassandra\\Exception\\ExecutionException::__construct","p":"Cassandra/Exception/ExecutionException.html#method___construct","d":""},{"t":"M","n":"Cassandra\\Exception\\ExecutionException::__wakeup","p":"Cassandra/Exception/ExecutionException.html#method___wakeup","d":""},{"t":"M","n":"Cassandra\\Exception\\ExecutionException::__toString","p":"Cassandra/Exception/ExecutionException.html#method___toString","d":""},{"t":"M","n":"Cassandra\\Exception\\InvalidArgumentException::__construct","p":"Cassandra/Exception/InvalidArgumentException.html#method___construct","d":""},{"t":"M","n":"Cassandra\\Exception\\InvalidArgumentException::__wakeup","p":"Cassandra/Exception/InvalidArgumentException.html#method___wakeup","d":""},{"t":"M","n":"Cassandra\\Exception\\InvalidArgumentException::__toString","p":"Cassandra/Exception/InvalidArgumentException.html#method___toString","d":""},{"t":"M","n":"Cassandra\\Exception\\InvalidQueryException::__construct","p":"Cassandra/Exception/InvalidQueryException.html#method___construct","d":""},{"t":"M","n":"Cassandra\\Exception\\InvalidQueryException::__wakeup","p":"Cassandra/Exception/InvalidQueryException.html#method___wakeup","d":""},{"t":"M","n":"Cassandra\\Exception\\InvalidQueryException::__toString","p":"Cassandra/Exception/InvalidQueryException.html#method___toString","d":""},{"t":"M","n":"Cassandra\\Exception\\InvalidSyntaxException::__construct","p":"Cassandra/Exception/InvalidSyntaxException.html#method___construct","d":""},{"t":"M","n":"Cassandra\\Exception\\InvalidSyntaxException::__wakeup","p":"Cassandra/Exception/InvalidSyntaxException.html#method___wakeup","d":""},{"t":"M","n":"Cassandra\\Exception\\InvalidSyntaxException::__toString","p":"Cassandra/Exception/InvalidSyntaxException.html#method___toString","d":""},{"t":"M","n":"Cassandra\\Exception\\IsBootstrappingException::__construct","p":"Cassandra/Exception/IsBootstrappingException.html#method___construct","d":""},{"t":"M","n":"Cassandra\\Exception\\IsBootstrappingException::__wakeup","p":"Cassandra/Exception/IsBootstrappingException.html#method___wakeup","d":""},{"t":"M","n":"Cassandra\\Exception\\IsBootstrappingException::__toString","p":"Cassandra/Exception/IsBootstrappingException.html#method___toString","d":""},{"t":"M","n":"Cassandra\\Exception\\LogicException::__construct","p":"Cassandra/Exception/LogicException.html#method___construct","d":""},{"t":"M","n":"Cassandra\\Exception\\LogicException::__wakeup","p":"Cassandra/Exception/LogicException.html#method___wakeup","d":""},{"t":"M","n":"Cassandra\\Exception\\LogicException::__toString","p":"Cassandra/Exception/LogicException.html#method___toString","d":""},{"t":"M","n":"Cassandra\\Exception\\OverloadedException::__construct","p":"Cassandra/Exception/OverloadedException.html#method___construct","d":""},{"t":"M","n":"Cassandra\\Exception\\OverloadedException::__wakeup","p":"Cassandra/Exception/OverloadedException.html#method___wakeup","d":""},{"t":"M","n":"Cassandra\\Exception\\OverloadedException::__toString","p":"Cassandra/Exception/OverloadedException.html#method___toString","d":""},{"t":"M","n":"Cassandra\\Exception\\ProtocolException::__construct","p":"Cassandra/Exception/ProtocolException.html#method___construct","d":""},{"t":"M","n":"Cassandra\\Exception\\ProtocolException::__wakeup","p":"Cassandra/Exception/ProtocolException.html#method___wakeup","d":""},{"t":"M","n":"Cassandra\\Exception\\ProtocolException::__toString","p":"Cassandra/Exception/ProtocolException.html#method___toString","d":""},{"t":"M","n":"Cassandra\\Exception\\RangeException::__construct","p":"Cassandra/Exception/RangeException.html#method___construct","d":""},{"t":"M","n":"Cassandra\\Exception\\RangeException::__wakeup","p":"Cassandra/Exception/RangeException.html#method___wakeup","d":""},{"t":"M","n":"Cassandra\\Exception\\RangeException::__toString","p":"Cassandra/Exception/RangeException.html#method___toString","d":""},{"t":"M","n":"Cassandra\\Exception\\ReadTimeoutException::__construct","p":"Cassandra/Exception/ReadTimeoutException.html#method___construct","d":""},{"t":"M","n":"Cassandra\\Exception\\ReadTimeoutException::__wakeup","p":"Cassandra/Exception/ReadTimeoutException.html#method___wakeup","d":""},{"t":"M","n":"Cassandra\\Exception\\ReadTimeoutException::__toString","p":"Cassandra/Exception/ReadTimeoutException.html#method___toString","d":""},{"t":"M","n":"Cassandra\\Exception\\RuntimeException::__construct","p":"Cassandra/Exception/RuntimeException.html#method___construct","d":""},{"t":"M","n":"Cassandra\\Exception\\RuntimeException::__wakeup","p":"Cassandra/Exception/RuntimeException.html#method___wakeup","d":""},{"t":"M","n":"Cassandra\\Exception\\RuntimeException::__toString","p":"Cassandra/Exception/RuntimeException.html#method___toString","d":""},{"t":"M","n":"Cassandra\\Exception\\ServerException::__construct","p":"Cassandra/Exception/ServerException.html#method___construct","d":""},{"t":"M","n":"Cassandra\\Exception\\ServerException::__wakeup","p":"Cassandra/Exception/ServerException.html#method___wakeup","d":""},{"t":"M","n":"Cassandra\\Exception\\ServerException::__toString","p":"Cassandra/Exception/ServerException.html#method___toString","d":""},{"t":"M","n":"Cassandra\\Exception\\TimeoutException::__construct","p":"Cassandra/Exception/TimeoutException.html#method___construct","d":""},{"t":"M","n":"Cassandra\\Exception\\TimeoutException::__wakeup","p":"Cassandra/Exception/TimeoutException.html#method___wakeup","d":""},{"t":"M","n":"Cassandra\\Exception\\TimeoutException::__toString","p":"Cassandra/Exception/TimeoutException.html#method___toString","d":""},{"t":"M","n":"Cassandra\\Exception\\TruncateException::__construct","p":"Cassandra/Exception/TruncateException.html#method___construct","d":""},{"t":"M","n":"Cassandra\\Exception\\TruncateException::__wakeup","p":"Cassandra/Exception/TruncateException.html#method___wakeup","d":""},{"t":"M","n":"Cassandra\\Exception\\TruncateException::__toString","p":"Cassandra/Exception/TruncateException.html#method___toString","d":""},{"t":"M","n":"Cassandra\\Exception\\UnauthorizedException::__construct","p":"Cassandra/Exception/UnauthorizedException.html#method___construct","d":""},{"t":"M","n":"Cassandra\\Exception\\UnauthorizedException::__wakeup","p":"Cassandra/Exception/UnauthorizedException.html#method___wakeup","d":""},{"t":"M","n":"Cassandra\\Exception\\UnauthorizedException::__toString","p":"Cassandra/Exception/UnauthorizedException.html#method___toString","d":""},{"t":"M","n":"Cassandra\\Exception\\UnavailableException::__construct","p":"Cassandra/Exception/UnavailableException.html#method___construct","d":""},{"t":"M","n":"Cassandra\\Exception\\UnavailableException::__wakeup","p":"Cassandra/Exception/UnavailableException.html#method___wakeup","d":""},{"t":"M","n":"Cassandra\\Exception\\UnavailableException::__toString","p":"Cassandra/Exception/UnavailableException.html#method___toString","d":""},{"t":"M","n":"Cassandra\\Exception\\UnpreparedException::__construct","p":"Cassandra/Exception/UnpreparedException.html#method___construct","d":""},{"t":"M","n":"Cassandra\\Exception\\UnpreparedException::__wakeup","p":"Cassandra/Exception/UnpreparedException.html#method___wakeup","d":""},{"t":"M","n":"Cassandra\\Exception\\UnpreparedException::__toString","p":"Cassandra/Exception/UnpreparedException.html#method___toString","d":""},{"t":"M","n":"Cassandra\\Exception\\ValidationException::__construct","p":"Cassandra/Exception/ValidationException.html#method___construct","d":""},{"t":"M","n":"Cassandra\\Exception\\ValidationException::__wakeup","p":"Cassandra/Exception/ValidationException.html#method___wakeup","d":""},{"t":"M","n":"Cassandra\\Exception\\ValidationException::__toString","p":"Cassandra/Exception/ValidationException.html#method___toString","d":""},{"t":"M","n":"Cassandra\\Exception\\WriteTimeoutException::__construct","p":"Cassandra/Exception/WriteTimeoutException.html#method___construct","d":""},{"t":"M","n":"Cassandra\\Exception\\WriteTimeoutException::__wakeup","p":"Cassandra/Exception/WriteTimeoutException.html#method___wakeup","d":""},{"t":"M","n":"Cassandra\\Exception\\WriteTimeoutException::__toString","p":"Cassandra/Exception/WriteTimeoutException.html#method___toString","d":""},{"t":"M","n":"Cassandra\\ExecutionOptions::__construct","p":"Cassandra/ExecutionOptions.html#method___construct","d":"

    Creates a new options object for execution.

    "},{"t":"M","n":"Cassandra\\ExecutionOptions::__get","p":"Cassandra/ExecutionOptions.html#method___get","d":""},{"t":"M","n":"Cassandra\\Float_::__construct","p":"Cassandra/Float_.html#method___construct","d":"

    Creates a new float.

    "},{"t":"M","n":"Cassandra\\Float_::min","p":"Cassandra/Float_.html#method_min","d":"

    Minimum possible Float value

    "},{"t":"M","n":"Cassandra\\Float_::max","p":"Cassandra/Float_.html#method_max","d":"

    Maximum possible Float value

    "},{"t":"M","n":"Cassandra\\Float_::__toString","p":"Cassandra/Float_.html#method___toString","d":"

    Returns string representation of the float value.

    "},{"t":"M","n":"Cassandra\\Float_::type","p":"Cassandra/Float_.html#method_type","d":"

    The type of this float.

    "},{"t":"M","n":"Cassandra\\Float_::value","p":"Cassandra/Float_.html#method_value","d":"

    Returns the float value.

    "},{"t":"M","n":"Cassandra\\Float_::isInfinite","p":"Cassandra/Float_.html#method_isInfinite","d":""},{"t":"M","n":"Cassandra\\Float_::isFinite","p":"Cassandra/Float_.html#method_isFinite","d":""},{"t":"M","n":"Cassandra\\Float_::isNaN","p":"Cassandra/Float_.html#method_isNaN","d":""},{"t":"M","n":"Cassandra\\Float_::add","p":"Cassandra/Float_.html#method_add","d":""},{"t":"M","n":"Cassandra\\Float_::sub","p":"Cassandra/Float_.html#method_sub","d":""},{"t":"M","n":"Cassandra\\Float_::mul","p":"Cassandra/Float_.html#method_mul","d":""},{"t":"M","n":"Cassandra\\Float_::div","p":"Cassandra/Float_.html#method_div","d":""},{"t":"M","n":"Cassandra\\Float_::mod","p":"Cassandra/Float_.html#method_mod","d":""},{"t":"M","n":"Cassandra\\Float_::abs","p":"Cassandra/Float_.html#method_abs","d":""},{"t":"M","n":"Cassandra\\Float_::neg","p":"Cassandra/Float_.html#method_neg","d":""},{"t":"M","n":"Cassandra\\Float_::sqrt","p":"Cassandra/Float_.html#method_sqrt","d":""},{"t":"M","n":"Cassandra\\Float_::toInt","p":"Cassandra/Float_.html#method_toInt","d":""},{"t":"M","n":"Cassandra\\Float_::toDouble","p":"Cassandra/Float_.html#method_toDouble","d":""},{"t":"M","n":"Cassandra\\Function_::name","p":"Cassandra/Function_.html#method_name","d":"

    Returns the full name of the function

    "},{"t":"M","n":"Cassandra\\Function_::simpleName","p":"Cassandra/Function_.html#method_simpleName","d":"

    Returns the simple name of the function

    "},{"t":"M","n":"Cassandra\\Function_::arguments","p":"Cassandra/Function_.html#method_arguments","d":"

    Returns the arguments of the function

    "},{"t":"M","n":"Cassandra\\Function_::returnType","p":"Cassandra/Function_.html#method_returnType","d":"

    Returns the return type of the function

    "},{"t":"M","n":"Cassandra\\Function_::signature","p":"Cassandra/Function_.html#method_signature","d":"

    Returns the signature of the function

    "},{"t":"M","n":"Cassandra\\Function_::language","p":"Cassandra/Function_.html#method_language","d":"

    Returns the lanuage of the function

    "},{"t":"M","n":"Cassandra\\Function_::body","p":"Cassandra/Function_.html#method_body","d":"

    Returns the body of the function

    "},{"t":"M","n":"Cassandra\\Function_::isCalledOnNullInput","p":"Cassandra/Function_.html#method_isCalledOnNullInput","d":"

    Determines if a function is called when the value is null.

    "},{"t":"M","n":"Cassandra\\Future::get","p":"Cassandra/Future.html#method_get","d":"

    Waits for a given future resource to resolve and throws errors if any.

    "},{"t":"M","n":"Cassandra\\FutureClose::get","p":"Cassandra/FutureClose.html#method_get","d":"

    Waits for a given future resource to resolve and throws errors if any.

    "},{"t":"M","n":"Cassandra\\FuturePreparedStatement::get","p":"Cassandra/FuturePreparedStatement.html#method_get","d":"

    Waits for a given future resource to resolve and throws errors if any.

    "},{"t":"M","n":"Cassandra\\FutureRows::get","p":"Cassandra/FutureRows.html#method_get","d":"

    Waits for a given future resource to resolve and throws errors if any.

    "},{"t":"M","n":"Cassandra\\FutureSession::get","p":"Cassandra/FutureSession.html#method_get","d":"

    Waits for a given future resource to resolve and throws errors if any.

    "},{"t":"M","n":"Cassandra\\FutureValue::get","p":"Cassandra/FutureValue.html#method_get","d":"

    Waits for a given future resource to resolve and throws errors if any.

    "},{"t":"M","n":"Cassandra\\Index::name","p":"Cassandra/Index.html#method_name","d":"

    Returns the name of the index

    "},{"t":"M","n":"Cassandra\\Index::kind","p":"Cassandra/Index.html#method_kind","d":"

    Returns the kind of index

    "},{"t":"M","n":"Cassandra\\Index::target","p":"Cassandra/Index.html#method_target","d":"

    Returns the target column of the index

    "},{"t":"M","n":"Cassandra\\Index::option","p":"Cassandra/Index.html#method_option","d":"

    Return a column's option by name

    "},{"t":"M","n":"Cassandra\\Index::options","p":"Cassandra/Index.html#method_options","d":"

    Returns all the index's options

    "},{"t":"M","n":"Cassandra\\Index::className","p":"Cassandra/Index.html#method_className","d":"

    Returns the class name of the index

    "},{"t":"M","n":"Cassandra\\Index::isCustom","p":"Cassandra/Index.html#method_isCustom","d":"

    Determines if the index is a custom index.

    "},{"t":"M","n":"Cassandra\\Inet::__construct","p":"Cassandra/Inet.html#method___construct","d":"

    Creates a new IPv4 or IPv6 inet address.

    "},{"t":"M","n":"Cassandra\\Inet::__toString","p":"Cassandra/Inet.html#method___toString","d":"

    Returns the normalized string representation of the address.

    "},{"t":"M","n":"Cassandra\\Inet::type","p":"Cassandra/Inet.html#method_type","d":"

    The type of this inet.

    "},{"t":"M","n":"Cassandra\\Inet::address","p":"Cassandra/Inet.html#method_address","d":"

    Returns the normalized string representation of the address.

    "},{"t":"M","n":"Cassandra\\Keyspace::name","p":"Cassandra/Keyspace.html#method_name","d":"

    Returns keyspace name

    "},{"t":"M","n":"Cassandra\\Keyspace::replicationClassName","p":"Cassandra/Keyspace.html#method_replicationClassName","d":"

    Returns replication class name

    "},{"t":"M","n":"Cassandra\\Keyspace::replicationOptions","p":"Cassandra/Keyspace.html#method_replicationOptions","d":"

    Returns replication options

    "},{"t":"M","n":"Cassandra\\Keyspace::hasDurableWrites","p":"Cassandra/Keyspace.html#method_hasDurableWrites","d":"

    Returns whether the keyspace has durable writes enabled

    "},{"t":"M","n":"Cassandra\\Keyspace::table","p":"Cassandra/Keyspace.html#method_table","d":"

    Returns a table by name

    "},{"t":"M","n":"Cassandra\\Keyspace::tables","p":"Cassandra/Keyspace.html#method_tables","d":"

    Returns all tables defined in this keyspace

    "},{"t":"M","n":"Cassandra\\Keyspace::userType","p":"Cassandra/Keyspace.html#method_userType","d":"

    Get user type by name

    "},{"t":"M","n":"Cassandra\\Keyspace::userTypes","p":"Cassandra/Keyspace.html#method_userTypes","d":"

    Get all user types

    "},{"t":"M","n":"Cassandra\\Keyspace::materializedView","p":"Cassandra/Keyspace.html#method_materializedView","d":"

    Get materialized view by name

    "},{"t":"M","n":"Cassandra\\Keyspace::materializedViews","p":"Cassandra/Keyspace.html#method_materializedViews","d":"

    Gets all materialized views

    "},{"t":"M","n":"Cassandra\\Keyspace::function_","p":"Cassandra/Keyspace.html#method_function_","d":"

    Get a function by name and signature

    "},{"t":"M","n":"Cassandra\\Keyspace::functions","p":"Cassandra/Keyspace.html#method_functions","d":"

    Get all functions

    "},{"t":"M","n":"Cassandra\\Keyspace::aggregate","p":"Cassandra/Keyspace.html#method_aggregate","d":"

    Get an aggregate by name and signature

    "},{"t":"M","n":"Cassandra\\Keyspace::aggregates","p":"Cassandra/Keyspace.html#method_aggregates","d":"

    Get all aggregates

    "},{"t":"M","n":"Cassandra\\Map::__construct","p":"Cassandra/Map.html#method___construct","d":"

    Creates a new map of a given key and value type.

    "},{"t":"M","n":"Cassandra\\Map::type","p":"Cassandra/Map.html#method_type","d":"

    The type of this map.

    "},{"t":"M","n":"Cassandra\\Map::keys","p":"Cassandra/Map.html#method_keys","d":"

    Returns all keys in the map as an array.

    "},{"t":"M","n":"Cassandra\\Map::values","p":"Cassandra/Map.html#method_values","d":"

    Returns all values in the map as an array.

    "},{"t":"M","n":"Cassandra\\Map::set","p":"Cassandra/Map.html#method_set","d":"

    Sets key/value in the map.

    "},{"t":"M","n":"Cassandra\\Map::get","p":"Cassandra/Map.html#method_get","d":"

    Gets the value of the key in the map.

    "},{"t":"M","n":"Cassandra\\Map::remove","p":"Cassandra/Map.html#method_remove","d":"

    Removes the key from the map.

    "},{"t":"M","n":"Cassandra\\Map::has","p":"Cassandra/Map.html#method_has","d":"

    Returns whether the key is in the map.

    "},{"t":"M","n":"Cassandra\\Map::count","p":"Cassandra/Map.html#method_count","d":"

    Total number of elements in this map

    "},{"t":"M","n":"Cassandra\\Map::current","p":"Cassandra/Map.html#method_current","d":"

    Current value for iteration

    "},{"t":"M","n":"Cassandra\\Map::key","p":"Cassandra/Map.html#method_key","d":"

    Current key for iteration

    "},{"t":"M","n":"Cassandra\\Map::next","p":"Cassandra/Map.html#method_next","d":"

    Move internal iterator forward

    "},{"t":"M","n":"Cassandra\\Map::valid","p":"Cassandra/Map.html#method_valid","d":"

    Check whether a current value exists

    "},{"t":"M","n":"Cassandra\\Map::rewind","p":"Cassandra/Map.html#method_rewind","d":"

    Rewind internal iterator

    "},{"t":"M","n":"Cassandra\\Map::offsetSet","p":"Cassandra/Map.html#method_offsetSet","d":"

    Sets the value at a given key

    "},{"t":"M","n":"Cassandra\\Map::offsetGet","p":"Cassandra/Map.html#method_offsetGet","d":"

    Retrieves the value at a given key

    "},{"t":"M","n":"Cassandra\\Map::offsetUnset","p":"Cassandra/Map.html#method_offsetUnset","d":"

    Deletes the value at a given key

    "},{"t":"M","n":"Cassandra\\Map::offsetExists","p":"Cassandra/Map.html#method_offsetExists","d":"

    Returns whether the value a given key is present

    "},{"t":"M","n":"Cassandra\\MaterializedView::baseTable","p":"Cassandra/MaterializedView.html#method_baseTable","d":"

    Returns the base table of the view

    "},{"t":"M","n":"Cassandra\\MaterializedView::name","p":"Cassandra/MaterializedView.html#method_name","d":"

    Returns the name of this view

    "},{"t":"M","n":"Cassandra\\MaterializedView::option","p":"Cassandra/MaterializedView.html#method_option","d":"

    Return a view's option by name

    "},{"t":"M","n":"Cassandra\\MaterializedView::options","p":"Cassandra/MaterializedView.html#method_options","d":"

    Returns all the view's options

    "},{"t":"M","n":"Cassandra\\MaterializedView::comment","p":"Cassandra/MaterializedView.html#method_comment","d":"

    Description of the view, if any

    "},{"t":"M","n":"Cassandra\\MaterializedView::readRepairChance","p":"Cassandra/MaterializedView.html#method_readRepairChance","d":"

    Returns read repair chance

    "},{"t":"M","n":"Cassandra\\MaterializedView::localReadRepairChance","p":"Cassandra/MaterializedView.html#method_localReadRepairChance","d":"

    Returns local read repair chance

    "},{"t":"M","n":"Cassandra\\MaterializedView::gcGraceSeconds","p":"Cassandra/MaterializedView.html#method_gcGraceSeconds","d":"

    Returns GC grace seconds

    "},{"t":"M","n":"Cassandra\\MaterializedView::caching","p":"Cassandra/MaterializedView.html#method_caching","d":"

    Returns caching options

    "},{"t":"M","n":"Cassandra\\MaterializedView::bloomFilterFPChance","p":"Cassandra/MaterializedView.html#method_bloomFilterFPChance","d":"

    Returns bloom filter FP chance

    "},{"t":"M","n":"Cassandra\\MaterializedView::memtableFlushPeriodMs","p":"Cassandra/MaterializedView.html#method_memtableFlushPeriodMs","d":"

    Returns memtable flush period in milliseconds

    "},{"t":"M","n":"Cassandra\\MaterializedView::defaultTTL","p":"Cassandra/MaterializedView.html#method_defaultTTL","d":"

    Returns default TTL.

    "},{"t":"M","n":"Cassandra\\MaterializedView::speculativeRetry","p":"Cassandra/MaterializedView.html#method_speculativeRetry","d":"

    Returns speculative retry.

    "},{"t":"M","n":"Cassandra\\MaterializedView::indexInterval","p":"Cassandra/MaterializedView.html#method_indexInterval","d":"

    Returns index interval

    "},{"t":"M","n":"Cassandra\\MaterializedView::compactionStrategyClassName","p":"Cassandra/MaterializedView.html#method_compactionStrategyClassName","d":"

    Returns compaction strategy class name

    "},{"t":"M","n":"Cassandra\\MaterializedView::compactionStrategyOptions","p":"Cassandra/MaterializedView.html#method_compactionStrategyOptions","d":"

    Returns compaction strategy options

    "},{"t":"M","n":"Cassandra\\MaterializedView::compressionParameters","p":"Cassandra/MaterializedView.html#method_compressionParameters","d":"

    Returns compression parameters

    "},{"t":"M","n":"Cassandra\\MaterializedView::populateIOCacheOnFlush","p":"Cassandra/MaterializedView.html#method_populateIOCacheOnFlush","d":"

    Returns whether or not the populate_io_cache_on_flush is true

    "},{"t":"M","n":"Cassandra\\MaterializedView::replicateOnWrite","p":"Cassandra/MaterializedView.html#method_replicateOnWrite","d":"

    Returns whether or not the replicate_on_write is true

    "},{"t":"M","n":"Cassandra\\MaterializedView::maxIndexInterval","p":"Cassandra/MaterializedView.html#method_maxIndexInterval","d":"

    Returns the value of max_index_interval

    "},{"t":"M","n":"Cassandra\\MaterializedView::minIndexInterval","p":"Cassandra/MaterializedView.html#method_minIndexInterval","d":"

    Returns the value of min_index_interval

    "},{"t":"M","n":"Cassandra\\MaterializedView::column","p":"Cassandra/MaterializedView.html#method_column","d":"

    Returns column by name

    "},{"t":"M","n":"Cassandra\\MaterializedView::columns","p":"Cassandra/MaterializedView.html#method_columns","d":"

    Returns all columns in this view

    "},{"t":"M","n":"Cassandra\\MaterializedView::partitionKey","p":"Cassandra/MaterializedView.html#method_partitionKey","d":"

    Returns the partition key columns of the view

    "},{"t":"M","n":"Cassandra\\MaterializedView::primaryKey","p":"Cassandra/MaterializedView.html#method_primaryKey","d":"

    Returns both the partition and clustering key columns of the view

    "},{"t":"M","n":"Cassandra\\MaterializedView::clusteringKey","p":"Cassandra/MaterializedView.html#method_clusteringKey","d":"

    Returns the clustering key columns of the view

    "},{"t":"M","n":"Cassandra\\MaterializedView::clusteringOrder","p":"Cassandra/MaterializedView.html#method_clusteringOrder","d":""},{"t":"M","n":"Cassandra\\Numeric::add","p":"Cassandra/Numeric.html#method_add","d":""},{"t":"M","n":"Cassandra\\Numeric::sub","p":"Cassandra/Numeric.html#method_sub","d":""},{"t":"M","n":"Cassandra\\Numeric::mul","p":"Cassandra/Numeric.html#method_mul","d":""},{"t":"M","n":"Cassandra\\Numeric::div","p":"Cassandra/Numeric.html#method_div","d":""},{"t":"M","n":"Cassandra\\Numeric::mod","p":"Cassandra/Numeric.html#method_mod","d":""},{"t":"M","n":"Cassandra\\Numeric::abs","p":"Cassandra/Numeric.html#method_abs","d":""},{"t":"M","n":"Cassandra\\Numeric::neg","p":"Cassandra/Numeric.html#method_neg","d":""},{"t":"M","n":"Cassandra\\Numeric::sqrt","p":"Cassandra/Numeric.html#method_sqrt","d":""},{"t":"M","n":"Cassandra\\Numeric::toInt","p":"Cassandra/Numeric.html#method_toInt","d":""},{"t":"M","n":"Cassandra\\Numeric::toDouble","p":"Cassandra/Numeric.html#method_toDouble","d":""},{"t":"M","n":"Cassandra\\RetryPolicy\\Logging::__construct","p":"Cassandra/RetryPolicy/Logging.html#method___construct","d":"

    Creates a new Logging retry policy.

    "},{"t":"M","n":"Cassandra\\Rows::__construct","p":"Cassandra/Rows.html#method___construct","d":""},{"t":"M","n":"Cassandra\\Rows::count","p":"Cassandra/Rows.html#method_count","d":"

    Returns the number of rows.

    "},{"t":"M","n":"Cassandra\\Rows::rewind","p":"Cassandra/Rows.html#method_rewind","d":"

    Resets the rows iterator.

    "},{"t":"M","n":"Cassandra\\Rows::current","p":"Cassandra/Rows.html#method_current","d":"

    Returns current row.

    "},{"t":"M","n":"Cassandra\\Rows::key","p":"Cassandra/Rows.html#method_key","d":"

    Returns current index.

    "},{"t":"M","n":"Cassandra\\Rows::next","p":"Cassandra/Rows.html#method_next","d":"

    Advances the rows iterator by one.

    "},{"t":"M","n":"Cassandra\\Rows::valid","p":"Cassandra/Rows.html#method_valid","d":"

    Returns existence of more rows being available.

    "},{"t":"M","n":"Cassandra\\Rows::offsetExists","p":"Cassandra/Rows.html#method_offsetExists","d":"

    Returns existence of a given row.

    "},{"t":"M","n":"Cassandra\\Rows::offsetGet","p":"Cassandra/Rows.html#method_offsetGet","d":"

    Returns a row at given index.

    "},{"t":"M","n":"Cassandra\\Rows::offsetSet","p":"Cassandra/Rows.html#method_offsetSet","d":"

    Sets a row at given index.

    "},{"t":"M","n":"Cassandra\\Rows::offsetUnset","p":"Cassandra/Rows.html#method_offsetUnset","d":"

    Removes a row at given index.

    "},{"t":"M","n":"Cassandra\\Rows::isLastPage","p":"Cassandra/Rows.html#method_isLastPage","d":"

    Check for the last page when paging.

    "},{"t":"M","n":"Cassandra\\Rows::nextPage","p":"Cassandra/Rows.html#method_nextPage","d":"

    Get the next page of results.

    "},{"t":"M","n":"Cassandra\\Rows::nextPageAsync","p":"Cassandra/Rows.html#method_nextPageAsync","d":"

    Get the next page of results asynchronously.

    "},{"t":"M","n":"Cassandra\\Rows::pagingStateToken","p":"Cassandra/Rows.html#method_pagingStateToken","d":"

    Returns the raw paging state token.

    "},{"t":"M","n":"Cassandra\\Rows::first","p":"Cassandra/Rows.html#method_first","d":"

    Get the first row.

    "},{"t":"M","n":"Cassandra\\SSLOptions\\Builder::build","p":"Cassandra/SSLOptions/Builder.html#method_build","d":"

    Builds SSL options.

    "},{"t":"M","n":"Cassandra\\SSLOptions\\Builder::withTrustedCerts","p":"Cassandra/SSLOptions/Builder.html#method_withTrustedCerts","d":"

    Adds a trusted certificate. This is used to verify node's identity.

    "},{"t":"M","n":"Cassandra\\SSLOptions\\Builder::withVerifyFlags","p":"Cassandra/SSLOptions/Builder.html#method_withVerifyFlags","d":"

    Disable certificate verification.

    "},{"t":"M","n":"Cassandra\\SSLOptions\\Builder::withClientCert","p":"Cassandra/SSLOptions/Builder.html#method_withClientCert","d":"

    Set client-side certificate chain.

    "},{"t":"M","n":"Cassandra\\SSLOptions\\Builder::withPrivateKey","p":"Cassandra/SSLOptions/Builder.html#method_withPrivateKey","d":"

    Set client-side private key. This is used to authenticate the client on\nthe server-side.

    "},{"t":"M","n":"Cassandra\\Schema::keyspace","p":"Cassandra/Schema.html#method_keyspace","d":"

    Returns a Keyspace instance by name.

    "},{"t":"M","n":"Cassandra\\Schema::keyspaces","p":"Cassandra/Schema.html#method_keyspaces","d":"

    Returns all keyspaces defined in the schema.

    "},{"t":"M","n":"Cassandra\\Session::execute","p":"Cassandra/Session.html#method_execute","d":"

    Execute a query.

    "},{"t":"M","n":"Cassandra\\Session::executeAsync","p":"Cassandra/Session.html#method_executeAsync","d":"

    Execute a query asynchronously. This method returns immediately, but\nthe query continues execution in the background.

    "},{"t":"M","n":"Cassandra\\Session::prepare","p":"Cassandra/Session.html#method_prepare","d":"

    Prepare a query for execution.

    "},{"t":"M","n":"Cassandra\\Session::prepareAsync","p":"Cassandra/Session.html#method_prepareAsync","d":"

    Asynchronously prepare a query for execution.

    "},{"t":"M","n":"Cassandra\\Session::close","p":"Cassandra/Session.html#method_close","d":"

    Close the session and all its connections.

    "},{"t":"M","n":"Cassandra\\Session::closeAsync","p":"Cassandra/Session.html#method_closeAsync","d":"

    Asynchronously close the session and all its connections.

    "},{"t":"M","n":"Cassandra\\Session::metrics","p":"Cassandra/Session.html#method_metrics","d":"

    Get performance and diagnostic metrics.

    "},{"t":"M","n":"Cassandra\\Session::schema","p":"Cassandra/Session.html#method_schema","d":"

    Get a snapshot of the cluster's current schema.

    "},{"t":"M","n":"Cassandra\\Set::__construct","p":"Cassandra/Set.html#method___construct","d":"

    Creates a new collection of a given type.

    "},{"t":"M","n":"Cassandra\\Set::type","p":"Cassandra/Set.html#method_type","d":"

    The type of this set.

    "},{"t":"M","n":"Cassandra\\Set::values","p":"Cassandra/Set.html#method_values","d":"

    Array of values in this set.

    "},{"t":"M","n":"Cassandra\\Set::add","p":"Cassandra/Set.html#method_add","d":"

    Adds a value to this set.

    "},{"t":"M","n":"Cassandra\\Set::has","p":"Cassandra/Set.html#method_has","d":"

    Returns whether a value is in this set.

    "},{"t":"M","n":"Cassandra\\Set::remove","p":"Cassandra/Set.html#method_remove","d":"

    Removes a value to this set.

    "},{"t":"M","n":"Cassandra\\Set::count","p":"Cassandra/Set.html#method_count","d":"

    Total number of elements in this set

    "},{"t":"M","n":"Cassandra\\Set::current","p":"Cassandra/Set.html#method_current","d":"

    Current element for iteration

    "},{"t":"M","n":"Cassandra\\Set::key","p":"Cassandra/Set.html#method_key","d":"

    Current key for iteration

    "},{"t":"M","n":"Cassandra\\Set::next","p":"Cassandra/Set.html#method_next","d":"

    Move internal iterator forward

    "},{"t":"M","n":"Cassandra\\Set::valid","p":"Cassandra/Set.html#method_valid","d":"

    Check whether a current value exists

    "},{"t":"M","n":"Cassandra\\Set::rewind","p":"Cassandra/Set.html#method_rewind","d":"

    Rewind internal iterator

    "},{"t":"M","n":"Cassandra\\SimpleStatement::__construct","p":"Cassandra/SimpleStatement.html#method___construct","d":"

    Creates a new simple statement with the provided CQL.

    "},{"t":"M","n":"Cassandra\\Smallint::__construct","p":"Cassandra/Smallint.html#method___construct","d":"

    Creates a new 16-bit signed integer.

    "},{"t":"M","n":"Cassandra\\Smallint::min","p":"Cassandra/Smallint.html#method_min","d":"

    Minimum possible Smallint value

    "},{"t":"M","n":"Cassandra\\Smallint::max","p":"Cassandra/Smallint.html#method_max","d":"

    Maximum possible Smallint value

    "},{"t":"M","n":"Cassandra\\Smallint::__toString","p":"Cassandra/Smallint.html#method___toString","d":""},{"t":"M","n":"Cassandra\\Smallint::type","p":"Cassandra/Smallint.html#method_type","d":"

    The type of this value (smallint).

    "},{"t":"M","n":"Cassandra\\Smallint::value","p":"Cassandra/Smallint.html#method_value","d":"

    Returns the integer value.

    "},{"t":"M","n":"Cassandra\\Smallint::add","p":"Cassandra/Smallint.html#method_add","d":""},{"t":"M","n":"Cassandra\\Smallint::sub","p":"Cassandra/Smallint.html#method_sub","d":""},{"t":"M","n":"Cassandra\\Smallint::mul","p":"Cassandra/Smallint.html#method_mul","d":""},{"t":"M","n":"Cassandra\\Smallint::div","p":"Cassandra/Smallint.html#method_div","d":""},{"t":"M","n":"Cassandra\\Smallint::mod","p":"Cassandra/Smallint.html#method_mod","d":""},{"t":"M","n":"Cassandra\\Smallint::abs","p":"Cassandra/Smallint.html#method_abs","d":""},{"t":"M","n":"Cassandra\\Smallint::neg","p":"Cassandra/Smallint.html#method_neg","d":""},{"t":"M","n":"Cassandra\\Smallint::sqrt","p":"Cassandra/Smallint.html#method_sqrt","d":""},{"t":"M","n":"Cassandra\\Smallint::toInt","p":"Cassandra/Smallint.html#method_toInt","d":""},{"t":"M","n":"Cassandra\\Smallint::toDouble","p":"Cassandra/Smallint.html#method_toDouble","d":""},{"t":"M","n":"Cassandra\\Table::name","p":"Cassandra/Table.html#method_name","d":"

    Returns the name of this table

    "},{"t":"M","n":"Cassandra\\Table::option","p":"Cassandra/Table.html#method_option","d":"

    Return a table's option by name

    "},{"t":"M","n":"Cassandra\\Table::options","p":"Cassandra/Table.html#method_options","d":"

    Returns all the table's options

    "},{"t":"M","n":"Cassandra\\Table::comment","p":"Cassandra/Table.html#method_comment","d":"

    Description of the table, if any

    "},{"t":"M","n":"Cassandra\\Table::readRepairChance","p":"Cassandra/Table.html#method_readRepairChance","d":"

    Returns read repair chance

    "},{"t":"M","n":"Cassandra\\Table::localReadRepairChance","p":"Cassandra/Table.html#method_localReadRepairChance","d":"

    Returns local read repair chance

    "},{"t":"M","n":"Cassandra\\Table::gcGraceSeconds","p":"Cassandra/Table.html#method_gcGraceSeconds","d":"

    Returns GC grace seconds

    "},{"t":"M","n":"Cassandra\\Table::caching","p":"Cassandra/Table.html#method_caching","d":"

    Returns caching options

    "},{"t":"M","n":"Cassandra\\Table::bloomFilterFPChance","p":"Cassandra/Table.html#method_bloomFilterFPChance","d":"

    Returns bloom filter FP chance

    "},{"t":"M","n":"Cassandra\\Table::memtableFlushPeriodMs","p":"Cassandra/Table.html#method_memtableFlushPeriodMs","d":"

    Returns memtable flush period in milliseconds

    "},{"t":"M","n":"Cassandra\\Table::defaultTTL","p":"Cassandra/Table.html#method_defaultTTL","d":"

    Returns default TTL.

    "},{"t":"M","n":"Cassandra\\Table::speculativeRetry","p":"Cassandra/Table.html#method_speculativeRetry","d":"

    Returns speculative retry.

    "},{"t":"M","n":"Cassandra\\Table::indexInterval","p":"Cassandra/Table.html#method_indexInterval","d":"

    Returns index interval

    "},{"t":"M","n":"Cassandra\\Table::compactionStrategyClassName","p":"Cassandra/Table.html#method_compactionStrategyClassName","d":"

    Returns compaction strategy class name

    "},{"t":"M","n":"Cassandra\\Table::compactionStrategyOptions","p":"Cassandra/Table.html#method_compactionStrategyOptions","d":"

    Returns compaction strategy options

    "},{"t":"M","n":"Cassandra\\Table::compressionParameters","p":"Cassandra/Table.html#method_compressionParameters","d":"

    Returns compression parameters

    "},{"t":"M","n":"Cassandra\\Table::populateIOCacheOnFlush","p":"Cassandra/Table.html#method_populateIOCacheOnFlush","d":"

    Returns whether or not the populate_io_cache_on_flush is true

    "},{"t":"M","n":"Cassandra\\Table::replicateOnWrite","p":"Cassandra/Table.html#method_replicateOnWrite","d":"

    Returns whether or not the replicate_on_write is true

    "},{"t":"M","n":"Cassandra\\Table::maxIndexInterval","p":"Cassandra/Table.html#method_maxIndexInterval","d":"

    Returns the value of max_index_interval

    "},{"t":"M","n":"Cassandra\\Table::minIndexInterval","p":"Cassandra/Table.html#method_minIndexInterval","d":"

    Returns the value of min_index_interval

    "},{"t":"M","n":"Cassandra\\Table::column","p":"Cassandra/Table.html#method_column","d":"

    Returns column by name

    "},{"t":"M","n":"Cassandra\\Table::columns","p":"Cassandra/Table.html#method_columns","d":"

    Returns all columns in this table

    "},{"t":"M","n":"Cassandra\\Table::partitionKey","p":"Cassandra/Table.html#method_partitionKey","d":"

    Returns the partition key columns of the table

    "},{"t":"M","n":"Cassandra\\Table::primaryKey","p":"Cassandra/Table.html#method_primaryKey","d":"

    Returns both the partition and clustering key columns of the table

    "},{"t":"M","n":"Cassandra\\Table::clusteringKey","p":"Cassandra/Table.html#method_clusteringKey","d":"

    Returns the clustering key columns of the table

    "},{"t":"M","n":"Cassandra\\Table::clusteringOrder","p":"Cassandra/Table.html#method_clusteringOrder","d":""},{"t":"M","n":"Cassandra\\Time::__construct","p":"Cassandra/Time.html#method___construct","d":"

    Creates a new Time object

    "},{"t":"M","n":"Cassandra\\Time::fromDateTime","p":"Cassandra/Time.html#method_fromDateTime","d":""},{"t":"M","n":"Cassandra\\Time::type","p":"Cassandra/Time.html#method_type","d":"

    The type of this date.

    "},{"t":"M","n":"Cassandra\\Time::seconds","p":"Cassandra/Time.html#method_seconds","d":""},{"t":"M","n":"Cassandra\\Time::__toString","p":"Cassandra/Time.html#method___toString","d":""},{"t":"M","n":"Cassandra\\Timestamp::__construct","p":"Cassandra/Timestamp.html#method___construct","d":"

    Creates a new timestamp from either unix timestamp and microseconds or\nfrom the current time by default.

    "},{"t":"M","n":"Cassandra\\Timestamp::type","p":"Cassandra/Timestamp.html#method_type","d":"

    The type of this timestamp.

    "},{"t":"M","n":"Cassandra\\Timestamp::time","p":"Cassandra/Timestamp.html#method_time","d":"

    Unix timestamp.

    "},{"t":"M","n":"Cassandra\\Timestamp::microtime","p":"Cassandra/Timestamp.html#method_microtime","d":"

    Microtime from this timestamp

    "},{"t":"M","n":"Cassandra\\Timestamp::toDateTime","p":"Cassandra/Timestamp.html#method_toDateTime","d":"

    Converts current timestamp to PHP DateTime.

    "},{"t":"M","n":"Cassandra\\Timestamp::__toString","p":"Cassandra/Timestamp.html#method___toString","d":"

    Returns a string representation of this timestamp.

    "},{"t":"M","n":"Cassandra\\Timeuuid::__construct","p":"Cassandra/Timeuuid.html#method___construct","d":"

    Creates a timeuuid from a given timestamp or current time.

    "},{"t":"M","n":"Cassandra\\Timeuuid::__toString","p":"Cassandra/Timeuuid.html#method___toString","d":"

    Returns this timeuuid as string.

    "},{"t":"M","n":"Cassandra\\Timeuuid::type","p":"Cassandra/Timeuuid.html#method_type","d":"

    The type of this timeuuid.

    "},{"t":"M","n":"Cassandra\\Timeuuid::uuid","p":"Cassandra/Timeuuid.html#method_uuid","d":"

    Returns this timeuuid as string.

    "},{"t":"M","n":"Cassandra\\Timeuuid::version","p":"Cassandra/Timeuuid.html#method_version","d":"

    Returns the version of this timeuuid.

    "},{"t":"M","n":"Cassandra\\Timeuuid::time","p":"Cassandra/Timeuuid.html#method_time","d":"

    Unix timestamp.

    "},{"t":"M","n":"Cassandra\\Timeuuid::toDateTime","p":"Cassandra/Timeuuid.html#method_toDateTime","d":"

    Converts current timeuuid to PHP DateTime.

    "},{"t":"M","n":"Cassandra\\Tinyint::__construct","p":"Cassandra/Tinyint.html#method___construct","d":"

    Creates a new 8-bit signed integer.

    "},{"t":"M","n":"Cassandra\\Tinyint::min","p":"Cassandra/Tinyint.html#method_min","d":"

    Minimum possible Tinyint value

    "},{"t":"M","n":"Cassandra\\Tinyint::max","p":"Cassandra/Tinyint.html#method_max","d":"

    Maximum possible Tinyint value

    "},{"t":"M","n":"Cassandra\\Tinyint::__toString","p":"Cassandra/Tinyint.html#method___toString","d":""},{"t":"M","n":"Cassandra\\Tinyint::type","p":"Cassandra/Tinyint.html#method_type","d":"

    The type of this value (tinyint).

    "},{"t":"M","n":"Cassandra\\Tinyint::value","p":"Cassandra/Tinyint.html#method_value","d":"

    Returns the integer value.

    "},{"t":"M","n":"Cassandra\\Tinyint::add","p":"Cassandra/Tinyint.html#method_add","d":""},{"t":"M","n":"Cassandra\\Tinyint::sub","p":"Cassandra/Tinyint.html#method_sub","d":""},{"t":"M","n":"Cassandra\\Tinyint::mul","p":"Cassandra/Tinyint.html#method_mul","d":""},{"t":"M","n":"Cassandra\\Tinyint::div","p":"Cassandra/Tinyint.html#method_div","d":""},{"t":"M","n":"Cassandra\\Tinyint::mod","p":"Cassandra/Tinyint.html#method_mod","d":""},{"t":"M","n":"Cassandra\\Tinyint::abs","p":"Cassandra/Tinyint.html#method_abs","d":""},{"t":"M","n":"Cassandra\\Tinyint::neg","p":"Cassandra/Tinyint.html#method_neg","d":""},{"t":"M","n":"Cassandra\\Tinyint::sqrt","p":"Cassandra/Tinyint.html#method_sqrt","d":""},{"t":"M","n":"Cassandra\\Tinyint::toInt","p":"Cassandra/Tinyint.html#method_toInt","d":""},{"t":"M","n":"Cassandra\\Tinyint::toDouble","p":"Cassandra/Tinyint.html#method_toDouble","d":""},{"t":"M","n":"Cassandra\\Tuple::__construct","p":"Cassandra/Tuple.html#method___construct","d":"

    Creates a new tuple with the given types.

    "},{"t":"M","n":"Cassandra\\Tuple::type","p":"Cassandra/Tuple.html#method_type","d":"

    The type of this tuple.

    "},{"t":"M","n":"Cassandra\\Tuple::values","p":"Cassandra/Tuple.html#method_values","d":"

    Array of values in this tuple.

    "},{"t":"M","n":"Cassandra\\Tuple::set","p":"Cassandra/Tuple.html#method_set","d":"

    Sets the value at index in this tuple .

    "},{"t":"M","n":"Cassandra\\Tuple::get","p":"Cassandra/Tuple.html#method_get","d":"

    Retrieves the value at a given index.

    "},{"t":"M","n":"Cassandra\\Tuple::count","p":"Cassandra/Tuple.html#method_count","d":"

    Total number of elements in this tuple

    "},{"t":"M","n":"Cassandra\\Tuple::current","p":"Cassandra/Tuple.html#method_current","d":"

    Current element for iteration

    "},{"t":"M","n":"Cassandra\\Tuple::key","p":"Cassandra/Tuple.html#method_key","d":"

    Current key for iteration

    "},{"t":"M","n":"Cassandra\\Tuple::next","p":"Cassandra/Tuple.html#method_next","d":"

    Move internal iterator forward

    "},{"t":"M","n":"Cassandra\\Tuple::valid","p":"Cassandra/Tuple.html#method_valid","d":"

    Check whether a current value exists

    "},{"t":"M","n":"Cassandra\\Tuple::rewind","p":"Cassandra/Tuple.html#method_rewind","d":"

    Rewind internal iterator

    "},{"t":"M","n":"Cassandra\\Type::ascii","p":"Cassandra/Type.html#method_ascii","d":"

    Get representation of ascii type

    "},{"t":"M","n":"Cassandra\\Type::bigint","p":"Cassandra/Type.html#method_bigint","d":"

    Get representation of bigint type

    "},{"t":"M","n":"Cassandra\\Type::smallint","p":"Cassandra/Type.html#method_smallint","d":"

    Get representation of smallint type

    "},{"t":"M","n":"Cassandra\\Type::tinyint","p":"Cassandra/Type.html#method_tinyint","d":"

    Get representation of tinyint type

    "},{"t":"M","n":"Cassandra\\Type::blob","p":"Cassandra/Type.html#method_blob","d":"

    Get representation of blob type

    "},{"t":"M","n":"Cassandra\\Type::boolean","p":"Cassandra/Type.html#method_boolean","d":"

    Get representation of boolean type

    "},{"t":"M","n":"Cassandra\\Type::counter","p":"Cassandra/Type.html#method_counter","d":"

    Get representation of counter type

    "},{"t":"M","n":"Cassandra\\Type::decimal","p":"Cassandra/Type.html#method_decimal","d":"

    Get representation of decimal type

    "},{"t":"M","n":"Cassandra\\Type::double","p":"Cassandra/Type.html#method_double","d":"

    Get representation of double type

    "},{"t":"M","n":"Cassandra\\Type::duration","p":"Cassandra/Type.html#method_duration","d":"

    Get representation of duration type

    "},{"t":"M","n":"Cassandra\\Type::float","p":"Cassandra/Type.html#method_float","d":"

    Get representation of float type

    "},{"t":"M","n":"Cassandra\\Type::int","p":"Cassandra/Type.html#method_int","d":"

    Get representation of int type

    "},{"t":"M","n":"Cassandra\\Type::text","p":"Cassandra/Type.html#method_text","d":"

    Get representation of text type

    "},{"t":"M","n":"Cassandra\\Type::timestamp","p":"Cassandra/Type.html#method_timestamp","d":"

    Get representation of timestamp type

    "},{"t":"M","n":"Cassandra\\Type::date","p":"Cassandra/Type.html#method_date","d":"

    Get representation of date type

    "},{"t":"M","n":"Cassandra\\Type::time","p":"Cassandra/Type.html#method_time","d":"

    Get representation of time type

    "},{"t":"M","n":"Cassandra\\Type::uuid","p":"Cassandra/Type.html#method_uuid","d":"

    Get representation of uuid type

    "},{"t":"M","n":"Cassandra\\Type::varchar","p":"Cassandra/Type.html#method_varchar","d":"

    Get representation of varchar type

    "},{"t":"M","n":"Cassandra\\Type::varint","p":"Cassandra/Type.html#method_varint","d":"

    Get representation of varint type

    "},{"t":"M","n":"Cassandra\\Type::timeuuid","p":"Cassandra/Type.html#method_timeuuid","d":"

    Get representation of timeuuid type

    "},{"t":"M","n":"Cassandra\\Type::inet","p":"Cassandra/Type.html#method_inet","d":"

    Get representation of inet type

    "},{"t":"M","n":"Cassandra\\Type::collection","p":"Cassandra/Type.html#method_collection","d":"

    Initialize a Collection type

    \n
    \n<?php\nuse Type;
    "},{"t":"M","n":"Cassandra\\Type::set","p":"Cassandra/Type.html#method_set","d":"

    Initialize a set type

    \n
    \n<?php\nuse Type;
    "},{"t":"M","n":"Cassandra\\Type::map","p":"Cassandra/Type.html#method_map","d":"

    Initialize a map type

    \n
    \nuse Type;
    "},{"t":"M","n":"Cassandra\\Type::tuple","p":"Cassandra/Type.html#method_tuple","d":"

    Initialize a tuple type

    \n
    \nuse Type;
    "},{"t":"M","n":"Cassandra\\Type::userType","p":"Cassandra/Type.html#method_userType","d":"

    Initialize a user type

    \n
    \nuse Type;
    "},{"t":"M","n":"Cassandra\\Type::name","p":"Cassandra/Type.html#method_name","d":"

    Returns the name of this type as string.

    "},{"t":"M","n":"Cassandra\\Type::__toString","p":"Cassandra/Type.html#method___toString","d":"

    Returns string representation of this type.

    "},{"t":"M","n":"Cassandra\\Type\\Collection::name","p":"Cassandra/Type/Collection.html#method_name","d":"

    Returns "list"

    "},{"t":"M","n":"Cassandra\\Type\\Collection::valueType","p":"Cassandra/Type/Collection.html#method_valueType","d":"

    Returns type of values

    "},{"t":"M","n":"Cassandra\\Type\\Collection::__toString","p":"Cassandra/Type/Collection.html#method___toString","d":"

    Returns type representation in CQL, e.g. list<varchar>

    "},{"t":"M","n":"Cassandra\\Type\\Collection::create","p":"Cassandra/Type/Collection.html#method_create","d":"

    Creates a new Collection from the given values. When no values\ngiven, creates an empty list.

    "},{"t":"M","n":"Cassandra\\Type\\Custom::name","p":"Cassandra/Type/Custom.html#method_name","d":"

    Returns the name of this type as string.

    "},{"t":"M","n":"Cassandra\\Type\\Custom::__toString","p":"Cassandra/Type/Custom.html#method___toString","d":"

    Returns string representation of this type.

    "},{"t":"M","n":"Cassandra\\Type\\Custom::create","p":"Cassandra/Type/Custom.html#method_create","d":""},{"t":"M","n":"Cassandra\\Type\\Map::name","p":"Cassandra/Type/Map.html#method_name","d":"

    Returns "map"

    "},{"t":"M","n":"Cassandra\\Type\\Map::keyType","p":"Cassandra/Type/Map.html#method_keyType","d":"

    Returns type of keys

    "},{"t":"M","n":"Cassandra\\Type\\Map::valueType","p":"Cassandra/Type/Map.html#method_valueType","d":"

    Returns type of values

    "},{"t":"M","n":"Cassandra\\Type\\Map::__toString","p":"Cassandra/Type/Map.html#method___toString","d":"

    Returns type representation in CQL, e.g. map<varchar, int>

    "},{"t":"M","n":"Cassandra\\Type\\Map::create","p":"Cassandra/Type/Map.html#method_create","d":"

    Creates a new Map from the given values.

    "},{"t":"M","n":"Cassandra\\Type\\Scalar::name","p":"Cassandra/Type/Scalar.html#method_name","d":"

    Returns the name of this type as string.

    "},{"t":"M","n":"Cassandra\\Type\\Scalar::__toString","p":"Cassandra/Type/Scalar.html#method___toString","d":"

    Returns string representation of this type.

    "},{"t":"M","n":"Cassandra\\Type\\Scalar::create","p":"Cassandra/Type/Scalar.html#method_create","d":""},{"t":"M","n":"Cassandra\\Type\\Set::name","p":"Cassandra/Type/Set.html#method_name","d":"

    Returns "set"

    "},{"t":"M","n":"Cassandra\\Type\\Set::valueType","p":"Cassandra/Type/Set.html#method_valueType","d":"

    Returns type of values

    "},{"t":"M","n":"Cassandra\\Type\\Set::__toString","p":"Cassandra/Type/Set.html#method___toString","d":"

    Returns type representation in CQL, e.g. set<varchar>

    "},{"t":"M","n":"Cassandra\\Type\\Set::create","p":"Cassandra/Type/Set.html#method_create","d":"

    Creates a new Set from the given values.

    "},{"t":"M","n":"Cassandra\\Type\\Tuple::name","p":"Cassandra/Type/Tuple.html#method_name","d":"

    Returns "tuple"

    "},{"t":"M","n":"Cassandra\\Type\\Tuple::__toString","p":"Cassandra/Type/Tuple.html#method___toString","d":"

    Returns type representation in CQL, e.g. tuple<varchar, int>

    "},{"t":"M","n":"Cassandra\\Type\\Tuple::types","p":"Cassandra/Type/Tuple.html#method_types","d":"

    Returns types of values

    "},{"t":"M","n":"Cassandra\\Type\\Tuple::create","p":"Cassandra/Type/Tuple.html#method_create","d":"

    Creates a new Tuple from the given values. When no values given,\ncreates a tuple with null for the values.

    "},{"t":"M","n":"Cassandra\\Type\\UserType::withName","p":"Cassandra/Type/UserType.html#method_withName","d":"

    Associate the user type with a name.

    "},{"t":"M","n":"Cassandra\\Type\\UserType::name","p":"Cassandra/Type/UserType.html#method_name","d":"

    Returns type name for the user type

    "},{"t":"M","n":"Cassandra\\Type\\UserType::withKeyspace","p":"Cassandra/Type/UserType.html#method_withKeyspace","d":"

    Associate the user type with a keyspace.

    "},{"t":"M","n":"Cassandra\\Type\\UserType::keyspace","p":"Cassandra/Type/UserType.html#method_keyspace","d":"

    Returns keyspace for the user type

    "},{"t":"M","n":"Cassandra\\Type\\UserType::__toString","p":"Cassandra/Type/UserType.html#method___toString","d":"

    Returns type representation in CQL, e.g. keyspace1.type_name1 or\nuserType<name1:varchar, name2:int>.

    "},{"t":"M","n":"Cassandra\\Type\\UserType::types","p":"Cassandra/Type/UserType.html#method_types","d":"

    Returns types of values

    "},{"t":"M","n":"Cassandra\\Type\\UserType::create","p":"Cassandra/Type/UserType.html#method_create","d":"

    Creates a new UserTypeValue from the given name/value pairs. When\nno values given, creates an empty user type.

    "},{"t":"M","n":"Cassandra\\UserTypeValue::__construct","p":"Cassandra/UserTypeValue.html#method___construct","d":"

    Creates a new user type value with the given name/type pairs.

    "},{"t":"M","n":"Cassandra\\UserTypeValue::type","p":"Cassandra/UserTypeValue.html#method_type","d":"

    The type of this user type value.

    "},{"t":"M","n":"Cassandra\\UserTypeValue::values","p":"Cassandra/UserTypeValue.html#method_values","d":"

    Array of values in this user type value.

    "},{"t":"M","n":"Cassandra\\UserTypeValue::set","p":"Cassandra/UserTypeValue.html#method_set","d":"

    Sets the value at name in this user type value.

    "},{"t":"M","n":"Cassandra\\UserTypeValue::get","p":"Cassandra/UserTypeValue.html#method_get","d":"

    Retrieves the value at a given name.

    "},{"t":"M","n":"Cassandra\\UserTypeValue::count","p":"Cassandra/UserTypeValue.html#method_count","d":"

    Total number of elements in this user type value.

    "},{"t":"M","n":"Cassandra\\UserTypeValue::current","p":"Cassandra/UserTypeValue.html#method_current","d":"

    Current element for iteration

    "},{"t":"M","n":"Cassandra\\UserTypeValue::key","p":"Cassandra/UserTypeValue.html#method_key","d":"

    Current key for iteration

    "},{"t":"M","n":"Cassandra\\UserTypeValue::next","p":"Cassandra/UserTypeValue.html#method_next","d":"

    Move internal iterator forward

    "},{"t":"M","n":"Cassandra\\UserTypeValue::valid","p":"Cassandra/UserTypeValue.html#method_valid","d":"

    Check whether a current value exists

    "},{"t":"M","n":"Cassandra\\UserTypeValue::rewind","p":"Cassandra/UserTypeValue.html#method_rewind","d":"

    Rewind internal iterator

    "},{"t":"M","n":"Cassandra\\Uuid::__construct","p":"Cassandra/Uuid.html#method___construct","d":"

    Creates a uuid from a given uuid string or a random one.

    "},{"t":"M","n":"Cassandra\\Uuid::__toString","p":"Cassandra/Uuid.html#method___toString","d":"

    Returns this uuid as string.

    "},{"t":"M","n":"Cassandra\\Uuid::type","p":"Cassandra/Uuid.html#method_type","d":"

    The type of this uuid.

    "},{"t":"M","n":"Cassandra\\Uuid::uuid","p":"Cassandra/Uuid.html#method_uuid","d":"

    Returns this uuid as string.

    "},{"t":"M","n":"Cassandra\\Uuid::version","p":"Cassandra/Uuid.html#method_version","d":"

    Returns the version of this uuid.

    "},{"t":"M","n":"Cassandra\\UuidInterface::uuid","p":"Cassandra/UuidInterface.html#method_uuid","d":"

    Returns this uuid as string.

    "},{"t":"M","n":"Cassandra\\UuidInterface::version","p":"Cassandra/UuidInterface.html#method_version","d":"

    Returns the version of this uuid.

    "},{"t":"M","n":"Cassandra\\Value::type","p":"Cassandra/Value.html#method_type","d":"

    The type of represented by the value.

    "},{"t":"M","n":"Cassandra\\Varint::__construct","p":"Cassandra/Varint.html#method___construct","d":"

    Creates a new variable length integer.

    "},{"t":"M","n":"Cassandra\\Varint::__toString","p":"Cassandra/Varint.html#method___toString","d":"

    Returns the integer value.

    "},{"t":"M","n":"Cassandra\\Varint::type","p":"Cassandra/Varint.html#method_type","d":"

    The type of this varint.

    "},{"t":"M","n":"Cassandra\\Varint::value","p":"Cassandra/Varint.html#method_value","d":"

    Returns the integer value.

    "},{"t":"M","n":"Cassandra\\Varint::add","p":"Cassandra/Varint.html#method_add","d":""},{"t":"M","n":"Cassandra\\Varint::sub","p":"Cassandra/Varint.html#method_sub","d":""},{"t":"M","n":"Cassandra\\Varint::mul","p":"Cassandra/Varint.html#method_mul","d":""},{"t":"M","n":"Cassandra\\Varint::div","p":"Cassandra/Varint.html#method_div","d":""},{"t":"M","n":"Cassandra\\Varint::mod","p":"Cassandra/Varint.html#method_mod","d":""},{"t":"M","n":"Cassandra\\Varint::abs","p":"Cassandra/Varint.html#method_abs","d":""},{"t":"M","n":"Cassandra\\Varint::neg","p":"Cassandra/Varint.html#method_neg","d":""},{"t":"M","n":"Cassandra\\Varint::sqrt","p":"Cassandra/Varint.html#method_sqrt","d":""},{"t":"M","n":"Cassandra\\Varint::toInt","p":"Cassandra/Varint.html#method_toInt","d":""},{"t":"M","n":"Cassandra\\Varint::toDouble","p":"Cassandra/Varint.html#method_toDouble","d":""},{"t":"M","n":"Closure::__invoke","p":"Closure.html#method___invoke","d":"

    This is for consistency with other classes that implement calling magic,\nas this method is not used for calling the function.

    "},{"t":"M","n":"Closure::bindTo","p":"Closure.html#method_bindTo","d":"

    Duplicates the closure with a new bound object and class scope

    "},{"t":"M","n":"Closure::bind","p":"Closure.html#method_bind","d":"

    This method is a static version of Closure::bindTo().

    "},{"t":"M","n":"Closure::call","p":"Closure.html#method_call","d":"

    Temporarily binds the closure to newthis, and calls it with any given parameters.

    "},{"t":"M","n":"Closure::fromCallable","p":"Closure.html#method_fromCallable","d":""},{"t":"M","n":"Collator::__construct","p":"Collator.html#method___construct","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nCreate a collator

    "},{"t":"M","n":"Collator::create","p":"Collator.html#method_create","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nCreate a collator

    "},{"t":"M","n":"Collator::compare","p":"Collator.html#method_compare","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nCompare two Unicode strings

    "},{"t":"M","n":"Collator::sort","p":"Collator.html#method_sort","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nSort array using specified collator

    "},{"t":"M","n":"Collator::sortWithSortKeys","p":"Collator.html#method_sortWithSortKeys","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nSort array using specified collator and sort keys

    "},{"t":"M","n":"Collator::asort","p":"Collator.html#method_asort","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nSort array maintaining index association

    "},{"t":"M","n":"Collator::getAttribute","p":"Collator.html#method_getAttribute","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet collation attribute value

    "},{"t":"M","n":"Collator::setAttribute","p":"Collator.html#method_setAttribute","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nSet collation attribute

    "},{"t":"M","n":"Collator::getStrength","p":"Collator.html#method_getStrength","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet current collation strength

    "},{"t":"M","n":"Collator::setStrength","p":"Collator.html#method_setStrength","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nSet collation strength

    "},{"t":"M","n":"Collator::getErrorCode","p":"Collator.html#method_getErrorCode","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet collator's last error code

    "},{"t":"M","n":"Collator::getLocale","p":"Collator.html#method_getLocale","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet the locale name of the collator

    "},{"t":"M","n":"Collator::getErrorMessage","p":"Collator.html#method_getErrorMessage","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet text for collator's last error code

    "},{"t":"M","n":"Collator::getSortKey","p":"Collator.html#method_getSortKey","d":"

    (PHP 5 >= 5.3.2, PECL intl >= 1.0.3)
    \nGet sorting key for a string

    "},{"t":"M","n":"Collectable::isGarbage","p":"Collectable.html#method_isGarbage","d":"

    (PECL pthreads >= 2.0.8)
    \nCan be called in Pool::collect() to determine if this object is garbage

    "},{"t":"M","n":"Couchbase\\AnalyticsIndexManager::createDataverse","p":"Couchbase/AnalyticsIndexManager.html#method_createDataverse","d":null},{"t":"M","n":"Couchbase\\AnalyticsIndexManager::dropDataverse","p":"Couchbase/AnalyticsIndexManager.html#method_dropDataverse","d":null},{"t":"M","n":"Couchbase\\AnalyticsIndexManager::createDataset","p":"Couchbase/AnalyticsIndexManager.html#method_createDataset","d":null},{"t":"M","n":"Couchbase\\AnalyticsIndexManager::dropDataset","p":"Couchbase/AnalyticsIndexManager.html#method_dropDataset","d":null},{"t":"M","n":"Couchbase\\AnalyticsIndexManager::getAllDatasets","p":"Couchbase/AnalyticsIndexManager.html#method_getAllDatasets","d":null},{"t":"M","n":"Couchbase\\AnalyticsIndexManager::createIndex","p":"Couchbase/AnalyticsIndexManager.html#method_createIndex","d":null},{"t":"M","n":"Couchbase\\AnalyticsIndexManager::dropIndex","p":"Couchbase/AnalyticsIndexManager.html#method_dropIndex","d":null},{"t":"M","n":"Couchbase\\AnalyticsIndexManager::getAllIndexes","p":"Couchbase/AnalyticsIndexManager.html#method_getAllIndexes","d":null},{"t":"M","n":"Couchbase\\AnalyticsIndexManager::connectLink","p":"Couchbase/AnalyticsIndexManager.html#method_connectLink","d":null},{"t":"M","n":"Couchbase\\AnalyticsIndexManager::disconnectLink","p":"Couchbase/AnalyticsIndexManager.html#method_disconnectLink","d":null},{"t":"M","n":"Couchbase\\AnalyticsIndexManager::getPendingMutations","p":"Couchbase/AnalyticsIndexManager.html#method_getPendingMutations","d":null},{"t":"M","n":"Couchbase\\AnalyticsIndexManager::createLink","p":"Couchbase/AnalyticsIndexManager.html#method_createLink","d":null},{"t":"M","n":"Couchbase\\AnalyticsIndexManager::replaceLink","p":"Couchbase/AnalyticsIndexManager.html#method_replaceLink","d":null},{"t":"M","n":"Couchbase\\AnalyticsIndexManager::dropLink","p":"Couchbase/AnalyticsIndexManager.html#method_dropLink","d":null},{"t":"M","n":"Couchbase\\AnalyticsIndexManager::getLinks","p":"Couchbase/AnalyticsIndexManager.html#method_getLinks","d":null},{"t":"M","n":"Couchbase\\AnalyticsOptions::timeout","p":"Couchbase/AnalyticsOptions.html#method_timeout","d":null},{"t":"M","n":"Couchbase\\AnalyticsOptions::namedParameters","p":"Couchbase/AnalyticsOptions.html#method_namedParameters","d":null},{"t":"M","n":"Couchbase\\AnalyticsOptions::positionalParameters","p":"Couchbase/AnalyticsOptions.html#method_positionalParameters","d":null},{"t":"M","n":"Couchbase\\AnalyticsOptions::raw","p":"Couchbase/AnalyticsOptions.html#method_raw","d":null},{"t":"M","n":"Couchbase\\AnalyticsOptions::clientContextId","p":"Couchbase/AnalyticsOptions.html#method_clientContextId","d":null},{"t":"M","n":"Couchbase\\AnalyticsOptions::priority","p":"Couchbase/AnalyticsOptions.html#method_priority","d":null},{"t":"M","n":"Couchbase\\AnalyticsOptions::readonly","p":"Couchbase/AnalyticsOptions.html#method_readonly","d":null},{"t":"M","n":"Couchbase\\AnalyticsOptions::scanConsistency","p":"Couchbase/AnalyticsOptions.html#method_scanConsistency","d":null},{"t":"M","n":"Couchbase\\AnalyticsQuery::fromString","p":"Couchbase/AnalyticsQuery.html#method_fromString","d":"

    Creates new AnalyticsQuery instance directly from the string.

    "},{"t":"M","n":"Couchbase\\AnalyticsResult::metaData","p":"Couchbase/AnalyticsResult.html#method_metaData","d":"

    Returns metadata generated during query execution

    "},{"t":"M","n":"Couchbase\\AnalyticsResult::rows","p":"Couchbase/AnalyticsResult.html#method_rows","d":"

    Returns the rows returned during query execution

    "},{"t":"M","n":"Couchbase\\AppendOptions::timeout","p":"Couchbase/AppendOptions.html#method_timeout","d":"

    Sets the operation timeout in milliseconds.

    "},{"t":"M","n":"Couchbase\\AppendOptions::durabilityLevel","p":"Couchbase/AppendOptions.html#method_durabilityLevel","d":"

    Sets the durability level to enforce when writing the document.

    "},{"t":"M","n":"Couchbase\\AzureBlobExternalAnalyticsLink::name","p":"Couchbase/AzureBlobExternalAnalyticsLink.html#method_name","d":"

    Sets name of the link

    "},{"t":"M","n":"Couchbase\\AzureBlobExternalAnalyticsLink::dataverse","p":"Couchbase/AzureBlobExternalAnalyticsLink.html#method_dataverse","d":"

    Sets dataverse this link belongs to

    "},{"t":"M","n":"Couchbase\\AzureBlobExternalAnalyticsLink::connectionString","p":"Couchbase/AzureBlobExternalAnalyticsLink.html#method_connectionString","d":"

    Sets the connection string can be used as an authentication method, '$connectionString' contains other\nauthentication methods embedded inside the string. Only a single authentication method can be used.

    "},{"t":"M","n":"Couchbase\\AzureBlobExternalAnalyticsLink::accountName","p":"Couchbase/AzureBlobExternalAnalyticsLink.html#method_accountName","d":"

    Sets Azure blob storage account name

    "},{"t":"M","n":"Couchbase\\AzureBlobExternalAnalyticsLink::accountKey","p":"Couchbase/AzureBlobExternalAnalyticsLink.html#method_accountKey","d":"

    Sets Azure blob storage account key

    "},{"t":"M","n":"Couchbase\\AzureBlobExternalAnalyticsLink::sharedAccessSignature","p":"Couchbase/AzureBlobExternalAnalyticsLink.html#method_sharedAccessSignature","d":"

    Sets token that can be used for authentication

    "},{"t":"M","n":"Couchbase\\AzureBlobExternalAnalyticsLink::blobEndpoint","p":"Couchbase/AzureBlobExternalAnalyticsLink.html#method_blobEndpoint","d":"

    Sets Azure blob storage endpoint

    "},{"t":"M","n":"Couchbase\\AzureBlobExternalAnalyticsLink::endpointSuffix","p":"Couchbase/AzureBlobExternalAnalyticsLink.html#method_endpointSuffix","d":"

    Sets Azure blob endpoint suffix

    "},{"t":"M","n":"Couchbase\\BaseException::ref","p":"Couchbase/BaseException.html#method_ref","d":"

    Returns the underling reference string, if any

    "},{"t":"M","n":"Couchbase\\BaseException::context","p":"Couchbase/BaseException.html#method_context","d":"

    Returns the underling error context, if any

    "},{"t":"M","n":"Couchbase\\BinaryCollection::name","p":"Couchbase/BinaryCollection.html#method_name","d":"

    Get the name of the binary collection.

    "},{"t":"M","n":"Couchbase\\BinaryCollection::append","p":"Couchbase/BinaryCollection.html#method_append","d":"

    Appends a value to a document.

    "},{"t":"M","n":"Couchbase\\BinaryCollection::prepend","p":"Couchbase/BinaryCollection.html#method_prepend","d":"

    Prepends a value to a document.

    "},{"t":"M","n":"Couchbase\\BinaryCollection::increment","p":"Couchbase/BinaryCollection.html#method_increment","d":"

    Increments a counter document by a value.

    "},{"t":"M","n":"Couchbase\\BinaryCollection::decrement","p":"Couchbase/BinaryCollection.html#method_decrement","d":"

    Decrements a counter document by a value.

    "},{"t":"M","n":"Couchbase\\BooleanFieldSearchQuery::jsonSerialize","p":"Couchbase/BooleanFieldSearchQuery.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Couchbase\\BooleanFieldSearchQuery::__construct","p":"Couchbase/BooleanFieldSearchQuery.html#method___construct","d":null},{"t":"M","n":"Couchbase\\BooleanFieldSearchQuery::boost","p":"Couchbase/BooleanFieldSearchQuery.html#method_boost","d":""},{"t":"M","n":"Couchbase\\BooleanFieldSearchQuery::field","p":"Couchbase/BooleanFieldSearchQuery.html#method_field","d":""},{"t":"M","n":"Couchbase\\BooleanSearchQuery::jsonSerialize","p":"Couchbase/BooleanSearchQuery.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Couchbase\\BooleanSearchQuery::__construct","p":"Couchbase/BooleanSearchQuery.html#method___construct","d":null},{"t":"M","n":"Couchbase\\BooleanSearchQuery::boost","p":"Couchbase/BooleanSearchQuery.html#method_boost","d":""},{"t":"M","n":"Couchbase\\BooleanSearchQuery::must","p":"Couchbase/BooleanSearchQuery.html#method_must","d":""},{"t":"M","n":"Couchbase\\BooleanSearchQuery::mustNot","p":"Couchbase/BooleanSearchQuery.html#method_mustNot","d":""},{"t":"M","n":"Couchbase\\BooleanSearchQuery::should","p":"Couchbase/BooleanSearchQuery.html#method_should","d":""},{"t":"M","n":"Couchbase\\Bucket::defaultScope","p":"Couchbase/Bucket.html#method_defaultScope","d":"

    Returns a new Scope object representing the default scope.

    "},{"t":"M","n":"Couchbase\\Bucket::defaultCollection","p":"Couchbase/Bucket.html#method_defaultCollection","d":"

    Returns a new Collection object representing the default collectiom.

    "},{"t":"M","n":"Couchbase\\Bucket::scope","p":"Couchbase/Bucket.html#method_scope","d":"

    Returns a new Scope object representing the given scope.

    "},{"t":"M","n":"Couchbase\\Bucket::setTranscoder","p":"Couchbase/Bucket.html#method_setTranscoder","d":"

    Sets the default transcoder to be used when fetching or sending data.

    "},{"t":"M","n":"Couchbase\\Bucket::name","p":"Couchbase/Bucket.html#method_name","d":"

    Returns the name of the Bucket.

    "},{"t":"M","n":"Couchbase\\Bucket::viewQuery","p":"Couchbase/Bucket.html#method_viewQuery","d":"

    Executes a view query against the cluster.

    "},{"t":"M","n":"Couchbase\\Bucket::collections","p":"Couchbase/Bucket.html#method_collections","d":"

    Creates a new CollectionManager object for managing collections and scopes.

    "},{"t":"M","n":"Couchbase\\Bucket::viewIndexes","p":"Couchbase/Bucket.html#method_viewIndexes","d":"

    Creates a new ViewIndexManager object for managing views and design documents.

    "},{"t":"M","n":"Couchbase\\Bucket::ping","p":"Couchbase/Bucket.html#method_ping","d":"

    Executes a ping for each service against each node in the cluster. This can be used for determining\nthe current health of the cluster.

    "},{"t":"M","n":"Couchbase\\Bucket::diagnostics","p":"Couchbase/Bucket.html#method_diagnostics","d":"

    Returns diagnostics information about connections that the SDK has to the cluster. This does not perform\nany operations.

    "},{"t":"M","n":"Couchbase\\BucketManager::createBucket","p":"Couchbase/BucketManager.html#method_createBucket","d":null},{"t":"M","n":"Couchbase\\BucketManager::removeBucket","p":"Couchbase/BucketManager.html#method_removeBucket","d":null},{"t":"M","n":"Couchbase\\BucketManager::getBucket","p":"Couchbase/BucketManager.html#method_getBucket","d":null},{"t":"M","n":"Couchbase\\BucketManager::getAllBuckets","p":"Couchbase/BucketManager.html#method_getAllBuckets","d":null},{"t":"M","n":"Couchbase\\BucketManager::flush","p":"Couchbase/BucketManager.html#method_flush","d":null},{"t":"M","n":"Couchbase\\BucketSettings::name","p":"Couchbase/BucketSettings.html#method_name","d":null},{"t":"M","n":"Couchbase\\BucketSettings::flushEnabled","p":"Couchbase/BucketSettings.html#method_flushEnabled","d":null},{"t":"M","n":"Couchbase\\BucketSettings::ramQuotaMb","p":"Couchbase/BucketSettings.html#method_ramQuotaMb","d":null},{"t":"M","n":"Couchbase\\BucketSettings::numReplicas","p":"Couchbase/BucketSettings.html#method_numReplicas","d":null},{"t":"M","n":"Couchbase\\BucketSettings::replicaIndexes","p":"Couchbase/BucketSettings.html#method_replicaIndexes","d":null},{"t":"M","n":"Couchbase\\BucketSettings::bucketType","p":"Couchbase/BucketSettings.html#method_bucketType","d":null},{"t":"M","n":"Couchbase\\BucketSettings::evictionPolicy","p":"Couchbase/BucketSettings.html#method_evictionPolicy","d":null},{"t":"M","n":"Couchbase\\BucketSettings::storageBackend","p":"Couchbase/BucketSettings.html#method_storageBackend","d":null},{"t":"M","n":"Couchbase\\BucketSettings::maxTtl","p":"Couchbase/BucketSettings.html#method_maxTtl","d":null},{"t":"M","n":"Couchbase\\BucketSettings::compressionMode","p":"Couchbase/BucketSettings.html#method_compressionMode","d":null},{"t":"M","n":"Couchbase\\BucketSettings::setName","p":"Couchbase/BucketSettings.html#method_setName","d":null},{"t":"M","n":"Couchbase\\BucketSettings::enableFlush","p":"Couchbase/BucketSettings.html#method_enableFlush","d":null},{"t":"M","n":"Couchbase\\BucketSettings::setRamQuotaMb","p":"Couchbase/BucketSettings.html#method_setRamQuotaMb","d":null},{"t":"M","n":"Couchbase\\BucketSettings::setNumReplicas","p":"Couchbase/BucketSettings.html#method_setNumReplicas","d":null},{"t":"M","n":"Couchbase\\BucketSettings::enableReplicaIndexes","p":"Couchbase/BucketSettings.html#method_enableReplicaIndexes","d":null},{"t":"M","n":"Couchbase\\BucketSettings::setBucketType","p":"Couchbase/BucketSettings.html#method_setBucketType","d":null},{"t":"M","n":"Couchbase\\BucketSettings::setEvictionPolicy","p":"Couchbase/BucketSettings.html#method_setEvictionPolicy","d":"

    Configures eviction policy for the bucket.

    "},{"t":"M","n":"Couchbase\\BucketSettings::setStorageBackend","p":"Couchbase/BucketSettings.html#method_setStorageBackend","d":"

    Configures storage backend for the bucket.

    "},{"t":"M","n":"Couchbase\\BucketSettings::setMaxTtl","p":"Couchbase/BucketSettings.html#method_setMaxTtl","d":null},{"t":"M","n":"Couchbase\\BucketSettings::setCompressionMode","p":"Couchbase/BucketSettings.html#method_setCompressionMode","d":null},{"t":"M","n":"Couchbase\\BucketSettings::minimalDurabilityLevel","p":"Couchbase/BucketSettings.html#method_minimalDurabilityLevel","d":"

    Retrieves minimal durability level configured for the bucket

    "},{"t":"M","n":"Couchbase\\BucketSettings::setMinimalDurabilityLevel","p":"Couchbase/BucketSettings.html#method_setMinimalDurabilityLevel","d":"

    Configures minimal durability level for the bucket

    "},{"t":"M","n":"Couchbase\\ClassicAuthenticator::cluster","p":"Couchbase/ClassicAuthenticator.html#method_cluster","d":"

    Registers cluster management credentials in the container

    "},{"t":"M","n":"Couchbase\\ClassicAuthenticator::bucket","p":"Couchbase/ClassicAuthenticator.html#method_bucket","d":"

    Registers bucket credentials in the container

    "},{"t":"M","n":"Couchbase\\Cluster::__construct","p":"Couchbase/Cluster.html#method___construct","d":null},{"t":"M","n":"Couchbase\\Cluster::bucket","p":"Couchbase/Cluster.html#method_bucket","d":"

    Returns a new bucket object.

    "},{"t":"M","n":"Couchbase\\Cluster::query","p":"Couchbase/Cluster.html#method_query","d":"

    Executes a N1QL query against the cluster.

    "},{"t":"M","n":"Couchbase\\Cluster::analyticsQuery","p":"Couchbase/Cluster.html#method_analyticsQuery","d":"

    Executes an analytics query against the cluster.

    "},{"t":"M","n":"Couchbase\\Cluster::searchQuery","p":"Couchbase/Cluster.html#method_searchQuery","d":"

    Executes a full text search query against the cluster.

    "},{"t":"M","n":"Couchbase\\Cluster::buckets","p":"Couchbase/Cluster.html#method_buckets","d":"

    Creates a new bucket manager object for managing buckets.

    "},{"t":"M","n":"Couchbase\\Cluster::users","p":"Couchbase/Cluster.html#method_users","d":"

    Creates a new user manager object for managing users and groups.

    "},{"t":"M","n":"Couchbase\\Cluster::analyticsIndexes","p":"Couchbase/Cluster.html#method_analyticsIndexes","d":"

    Creates a new query index manager object for managing analytics query indexes.

    "},{"t":"M","n":"Couchbase\\Cluster::queryIndexes","p":"Couchbase/Cluster.html#method_queryIndexes","d":"

    Creates a new query index manager object for managing N1QL query indexes.

    "},{"t":"M","n":"Couchbase\\Cluster::searchIndexes","p":"Couchbase/Cluster.html#method_searchIndexes","d":"

    Creates a new search index manager object for managing search query indexes.

    "},{"t":"M","n":"Couchbase\\ClusterManager::listBuckets","p":"Couchbase/ClusterManager.html#method_listBuckets","d":"

    Lists all buckets on this cluster.

    "},{"t":"M","n":"Couchbase\\ClusterManager::createBucket","p":"Couchbase/ClusterManager.html#method_createBucket","d":"

    Creates new bucket

    "},{"t":"M","n":"Couchbase\\ClusterManager::removeBucket","p":"Couchbase/ClusterManager.html#method_removeBucket","d":"

    Removes a bucket identified by its name.

    "},{"t":"M","n":"Couchbase\\ClusterManager::info","p":"Couchbase/ClusterManager.html#method_info","d":"

    Provides information about the cluster.

    "},{"t":"M","n":"Couchbase\\ClusterManager::listUsers","p":"Couchbase/ClusterManager.html#method_listUsers","d":"

    Lists all users on this cluster.

    "},{"t":"M","n":"Couchbase\\ClusterManager::getUser","p":"Couchbase/ClusterManager.html#method_getUser","d":"

    Fetch single user by its name

    "},{"t":"M","n":"Couchbase\\ClusterManager::upsertUser","p":"Couchbase/ClusterManager.html#method_upsertUser","d":"

    Creates new user

    "},{"t":"M","n":"Couchbase\\ClusterManager::removeUser","p":"Couchbase/ClusterManager.html#method_removeUser","d":"

    Removes a user identified by its name.

    "},{"t":"M","n":"Couchbase\\ClusterOptions::credentials","p":"Couchbase/ClusterOptions.html#method_credentials","d":null},{"t":"M","n":"Couchbase\\Collection::name","p":"Couchbase/Collection.html#method_name","d":"

    Get the name of the collection.

    "},{"t":"M","n":"Couchbase\\Collection::get","p":"Couchbase/Collection.html#method_get","d":"

    Gets a document from the server.

    "},{"t":"M","n":"Couchbase\\Collection::exists","p":"Couchbase/Collection.html#method_exists","d":"

    Checks if a document exists on the server.

    "},{"t":"M","n":"Couchbase\\Collection::getAndLock","p":"Couchbase/Collection.html#method_getAndLock","d":"

    Gets a document from the server, locking the document so that no other processes can\nperform mutations against it.

    "},{"t":"M","n":"Couchbase\\Collection::getAndTouch","p":"Couchbase/Collection.html#method_getAndTouch","d":"

    Gets a document from the server and simultaneously updates its expiry time.

    "},{"t":"M","n":"Couchbase\\Collection::getAnyReplica","p":"Couchbase/Collection.html#method_getAnyReplica","d":"

    Gets a document from any replica server in the cluster.

    "},{"t":"M","n":"Couchbase\\Collection::getAllReplicas","p":"Couchbase/Collection.html#method_getAllReplicas","d":"

    Gets a document from the active server and all replica servers in the cluster.

    "},{"t":"M","n":"Couchbase\\Collection::upsert","p":"Couchbase/Collection.html#method_upsert","d":"

    Creates a document if it doesn't exist, otherwise updates it.

    "},{"t":"M","n":"Couchbase\\Collection::insert","p":"Couchbase/Collection.html#method_insert","d":"

    Inserts a document if it doesn't exist, errors if it does exist.

    "},{"t":"M","n":"Couchbase\\Collection::replace","p":"Couchbase/Collection.html#method_replace","d":"

    Replaces a document if it exists, errors if it doesn't exist.

    "},{"t":"M","n":"Couchbase\\Collection::remove","p":"Couchbase/Collection.html#method_remove","d":"

    Removes a document.

    "},{"t":"M","n":"Couchbase\\Collection::unlock","p":"Couchbase/Collection.html#method_unlock","d":"

    Unlocks a document which was locked using getAndLock. This frees the document to be\nmodified by other processes.

    "},{"t":"M","n":"Couchbase\\Collection::touch","p":"Couchbase/Collection.html#method_touch","d":"

    Touches a document, setting a new expiry time.

    "},{"t":"M","n":"Couchbase\\Collection::lookupIn","p":"Couchbase/Collection.html#method_lookupIn","d":"

    Performs a set of subdocument lookup operations against the document.

    "},{"t":"M","n":"Couchbase\\Collection::mutateIn","p":"Couchbase/Collection.html#method_mutateIn","d":"

    Performs a set of subdocument lookup operations against the document.

    "},{"t":"M","n":"Couchbase\\Collection::getMulti","p":"Couchbase/Collection.html#method_getMulti","d":"

    Retrieves a group of documents. If the document does not exist, it will not raise an exception, but rather fill\nnon-null value in error() property of the corresponding result object.

    "},{"t":"M","n":"Couchbase\\Collection::removeMulti","p":"Couchbase/Collection.html#method_removeMulti","d":"

    Removes a group of documents. If second element of the entry (CAS) is null, then the operation will\nremove the document unconditionally.

    "},{"t":"M","n":"Couchbase\\Collection::upsertMulti","p":"Couchbase/Collection.html#method_upsertMulti","d":"

    Creates a group of documents if they don't exist, otherwise updates them.

    "},{"t":"M","n":"Couchbase\\Collection::binary","p":"Couchbase/Collection.html#method_binary","d":"

    Creates and returns a BinaryCollection object for use with binary type documents.

    "},{"t":"M","n":"Couchbase\\CollectionManager::getScope","p":"Couchbase/CollectionManager.html#method_getScope","d":null},{"t":"M","n":"Couchbase\\CollectionManager::getAllScopes","p":"Couchbase/CollectionManager.html#method_getAllScopes","d":null},{"t":"M","n":"Couchbase\\CollectionManager::createScope","p":"Couchbase/CollectionManager.html#method_createScope","d":null},{"t":"M","n":"Couchbase\\CollectionManager::dropScope","p":"Couchbase/CollectionManager.html#method_dropScope","d":null},{"t":"M","n":"Couchbase\\CollectionManager::createCollection","p":"Couchbase/CollectionManager.html#method_createCollection","d":null},{"t":"M","n":"Couchbase\\CollectionManager::dropCollection","p":"Couchbase/CollectionManager.html#method_dropCollection","d":null},{"t":"M","n":"Couchbase\\CollectionSpec::name","p":"Couchbase/CollectionSpec.html#method_name","d":null},{"t":"M","n":"Couchbase\\CollectionSpec::scopeName","p":"Couchbase/CollectionSpec.html#method_scopeName","d":null},{"t":"M","n":"Couchbase\\CollectionSpec::setName","p":"Couchbase/CollectionSpec.html#method_setName","d":null},{"t":"M","n":"Couchbase\\CollectionSpec::setScopeName","p":"Couchbase/CollectionSpec.html#method_setScopeName","d":null},{"t":"M","n":"Couchbase\\CollectionSpec::setMaxExpiry","p":"Couchbase/CollectionSpec.html#method_setMaxExpiry","d":null},{"t":"M","n":"Couchbase\\ConjunctionSearchQuery::jsonSerialize","p":"Couchbase/ConjunctionSearchQuery.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Couchbase\\ConjunctionSearchQuery::__construct","p":"Couchbase/ConjunctionSearchQuery.html#method___construct","d":null},{"t":"M","n":"Couchbase\\ConjunctionSearchQuery::boost","p":"Couchbase/ConjunctionSearchQuery.html#method_boost","d":""},{"t":"M","n":"Couchbase\\ConjunctionSearchQuery::every","p":"Couchbase/ConjunctionSearchQuery.html#method_every","d":""},{"t":"M","n":"Couchbase\\ConnectAnalyticsLinkOptions::linkName","p":"Couchbase/ConnectAnalyticsLinkOptions.html#method_linkName","d":null},{"t":"M","n":"Couchbase\\ConnectAnalyticsLinkOptions::dataverseName","p":"Couchbase/ConnectAnalyticsLinkOptions.html#method_dataverseName","d":null},{"t":"M","n":"Couchbase\\Coordinate::jsonSerialize","p":"Couchbase/Coordinate.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Couchbase\\Coordinate::__construct","p":"Couchbase/Coordinate.html#method___construct","d":""},{"t":"M","n":"Couchbase\\CouchbaseRemoteAnalyticsLink::name","p":"Couchbase/CouchbaseRemoteAnalyticsLink.html#method_name","d":"

    Sets name of the link

    "},{"t":"M","n":"Couchbase\\CouchbaseRemoteAnalyticsLink::dataverse","p":"Couchbase/CouchbaseRemoteAnalyticsLink.html#method_dataverse","d":"

    Sets dataverse this link belongs to

    "},{"t":"M","n":"Couchbase\\CouchbaseRemoteAnalyticsLink::hostname","p":"Couchbase/CouchbaseRemoteAnalyticsLink.html#method_hostname","d":"

    Sets the hostname of the target Couchbase cluster

    "},{"t":"M","n":"Couchbase\\CouchbaseRemoteAnalyticsLink::username","p":"Couchbase/CouchbaseRemoteAnalyticsLink.html#method_username","d":"

    Sets the username to use for authentication with the remote cluster.

    "},{"t":"M","n":"Couchbase\\CouchbaseRemoteAnalyticsLink::password","p":"Couchbase/CouchbaseRemoteAnalyticsLink.html#method_password","d":"

    Sets the password to use for authentication with the remote cluster.

    "},{"t":"M","n":"Couchbase\\CouchbaseRemoteAnalyticsLink::encryption","p":"Couchbase/CouchbaseRemoteAnalyticsLink.html#method_encryption","d":"

    Sets settings for connection encryption

    "},{"t":"M","n":"Couchbase\\CounterResult::content","p":"Couchbase/CounterResult.html#method_content","d":"

    Returns the new value of the counter

    "},{"t":"M","n":"Couchbase\\CreateAnalyticsDatasetOptions::ignoreIfExists","p":"Couchbase/CreateAnalyticsDatasetOptions.html#method_ignoreIfExists","d":null},{"t":"M","n":"Couchbase\\CreateAnalyticsDatasetOptions::condition","p":"Couchbase/CreateAnalyticsDatasetOptions.html#method_condition","d":null},{"t":"M","n":"Couchbase\\CreateAnalyticsDatasetOptions::dataverseName","p":"Couchbase/CreateAnalyticsDatasetOptions.html#method_dataverseName","d":null},{"t":"M","n":"Couchbase\\CreateAnalyticsDataverseOptions::ignoreIfExists","p":"Couchbase/CreateAnalyticsDataverseOptions.html#method_ignoreIfExists","d":null},{"t":"M","n":"Couchbase\\CreateAnalyticsIndexOptions::ignoreIfExists","p":"Couchbase/CreateAnalyticsIndexOptions.html#method_ignoreIfExists","d":null},{"t":"M","n":"Couchbase\\CreateAnalyticsIndexOptions::dataverseName","p":"Couchbase/CreateAnalyticsIndexOptions.html#method_dataverseName","d":null},{"t":"M","n":"Couchbase\\CreateAnalyticsLinkOptions::timeout","p":"Couchbase/CreateAnalyticsLinkOptions.html#method_timeout","d":null},{"t":"M","n":"Couchbase\\CreateQueryIndexOptions::condition","p":"Couchbase/CreateQueryIndexOptions.html#method_condition","d":null},{"t":"M","n":"Couchbase\\CreateQueryIndexOptions::ignoreIfExists","p":"Couchbase/CreateQueryIndexOptions.html#method_ignoreIfExists","d":null},{"t":"M","n":"Couchbase\\CreateQueryIndexOptions::numReplicas","p":"Couchbase/CreateQueryIndexOptions.html#method_numReplicas","d":null},{"t":"M","n":"Couchbase\\CreateQueryIndexOptions::deferred","p":"Couchbase/CreateQueryIndexOptions.html#method_deferred","d":null},{"t":"M","n":"Couchbase\\CreateQueryPrimaryIndexOptions::indexName","p":"Couchbase/CreateQueryPrimaryIndexOptions.html#method_indexName","d":null},{"t":"M","n":"Couchbase\\CreateQueryPrimaryIndexOptions::ignoreIfExists","p":"Couchbase/CreateQueryPrimaryIndexOptions.html#method_ignoreIfExists","d":null},{"t":"M","n":"Couchbase\\CreateQueryPrimaryIndexOptions::numReplicas","p":"Couchbase/CreateQueryPrimaryIndexOptions.html#method_numReplicas","d":null},{"t":"M","n":"Couchbase\\CreateQueryPrimaryIndexOptions::deferred","p":"Couchbase/CreateQueryPrimaryIndexOptions.html#method_deferred","d":null},{"t":"M","n":"Couchbase\\DateRangeFacetResult::name","p":"Couchbase/DateRangeFacetResult.html#method_name","d":""},{"t":"M","n":"Couchbase\\DateRangeFacetResult::start","p":"Couchbase/DateRangeFacetResult.html#method_start","d":""},{"t":"M","n":"Couchbase\\DateRangeFacetResult::end","p":"Couchbase/DateRangeFacetResult.html#method_end","d":""},{"t":"M","n":"Couchbase\\DateRangeFacetResult::count","p":"Couchbase/DateRangeFacetResult.html#method_count","d":""},{"t":"M","n":"Couchbase\\DateRangeSearchFacet::jsonSerialize","p":"Couchbase/DateRangeSearchFacet.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Couchbase\\DateRangeSearchFacet::__construct","p":"Couchbase/DateRangeSearchFacet.html#method___construct","d":null},{"t":"M","n":"Couchbase\\DateRangeSearchFacet::addRange","p":"Couchbase/DateRangeSearchFacet.html#method_addRange","d":""},{"t":"M","n":"Couchbase\\DateRangeSearchQuery::jsonSerialize","p":"Couchbase/DateRangeSearchQuery.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Couchbase\\DateRangeSearchQuery::__construct","p":"Couchbase/DateRangeSearchQuery.html#method___construct","d":null},{"t":"M","n":"Couchbase\\DateRangeSearchQuery::boost","p":"Couchbase/DateRangeSearchQuery.html#method_boost","d":""},{"t":"M","n":"Couchbase\\DateRangeSearchQuery::field","p":"Couchbase/DateRangeSearchQuery.html#method_field","d":""},{"t":"M","n":"Couchbase\\DateRangeSearchQuery::start","p":"Couchbase/DateRangeSearchQuery.html#method_start","d":""},{"t":"M","n":"Couchbase\\DateRangeSearchQuery::end","p":"Couchbase/DateRangeSearchQuery.html#method_end","d":""},{"t":"M","n":"Couchbase\\DateRangeSearchQuery::dateTimeParser","p":"Couchbase/DateRangeSearchQuery.html#method_dateTimeParser","d":""},{"t":"M","n":"Couchbase\\DecrementOptions::timeout","p":"Couchbase/DecrementOptions.html#method_timeout","d":"

    Sets the operation timeout in milliseconds.

    "},{"t":"M","n":"Couchbase\\DecrementOptions::expiry","p":"Couchbase/DecrementOptions.html#method_expiry","d":"

    Sets the expiry time for the document.

    "},{"t":"M","n":"Couchbase\\DecrementOptions::durabilityLevel","p":"Couchbase/DecrementOptions.html#method_durabilityLevel","d":"

    Sets the durability level to enforce when writing the document.

    "},{"t":"M","n":"Couchbase\\DecrementOptions::delta","p":"Couchbase/DecrementOptions.html#method_delta","d":"

    Sets the value to decrement the counter by.

    "},{"t":"M","n":"Couchbase\\DecrementOptions::initial","p":"Couchbase/DecrementOptions.html#method_initial","d":"

    Sets the value to initialize the counter to if the document does\nnot exist.

    "},{"t":"M","n":"Couchbase\\DesignDocument::name","p":"Couchbase/DesignDocument.html#method_name","d":null},{"t":"M","n":"Couchbase\\DesignDocument::views","p":"Couchbase/DesignDocument.html#method_views","d":null},{"t":"M","n":"Couchbase\\DesignDocument::setName","p":"Couchbase/DesignDocument.html#method_setName","d":null},{"t":"M","n":"Couchbase\\DesignDocument::setViews","p":"Couchbase/DesignDocument.html#method_setViews","d":null},{"t":"M","n":"Couchbase\\DisconnectAnalyticsLinkOptions::linkName","p":"Couchbase/DisconnectAnalyticsLinkOptions.html#method_linkName","d":null},{"t":"M","n":"Couchbase\\DisconnectAnalyticsLinkOptions::dataverseName","p":"Couchbase/DisconnectAnalyticsLinkOptions.html#method_dataverseName","d":null},{"t":"M","n":"Couchbase\\DisjunctionSearchQuery::jsonSerialize","p":"Couchbase/DisjunctionSearchQuery.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Couchbase\\DisjunctionSearchQuery::__construct","p":"Couchbase/DisjunctionSearchQuery.html#method___construct","d":null},{"t":"M","n":"Couchbase\\DisjunctionSearchQuery::boost","p":"Couchbase/DisjunctionSearchQuery.html#method_boost","d":""},{"t":"M","n":"Couchbase\\DisjunctionSearchQuery::either","p":"Couchbase/DisjunctionSearchQuery.html#method_either","d":""},{"t":"M","n":"Couchbase\\DisjunctionSearchQuery::min","p":"Couchbase/DisjunctionSearchQuery.html#method_min","d":""},{"t":"M","n":"Couchbase\\DocIdSearchQuery::jsonSerialize","p":"Couchbase/DocIdSearchQuery.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Couchbase\\DocIdSearchQuery::__construct","p":"Couchbase/DocIdSearchQuery.html#method___construct","d":null},{"t":"M","n":"Couchbase\\DocIdSearchQuery::boost","p":"Couchbase/DocIdSearchQuery.html#method_boost","d":""},{"t":"M","n":"Couchbase\\DocIdSearchQuery::field","p":"Couchbase/DocIdSearchQuery.html#method_field","d":""},{"t":"M","n":"Couchbase\\DocIdSearchQuery::docIds","p":"Couchbase/DocIdSearchQuery.html#method_docIds","d":""},{"t":"M","n":"Couchbase\\DropAnalyticsDatasetOptions::ignoreIfNotExists","p":"Couchbase/DropAnalyticsDatasetOptions.html#method_ignoreIfNotExists","d":null},{"t":"M","n":"Couchbase\\DropAnalyticsDatasetOptions::dataverseName","p":"Couchbase/DropAnalyticsDatasetOptions.html#method_dataverseName","d":null},{"t":"M","n":"Couchbase\\DropAnalyticsDataverseOptions::ignoreIfNotExists","p":"Couchbase/DropAnalyticsDataverseOptions.html#method_ignoreIfNotExists","d":null},{"t":"M","n":"Couchbase\\DropAnalyticsIndexOptions::ignoreIfNotExists","p":"Couchbase/DropAnalyticsIndexOptions.html#method_ignoreIfNotExists","d":null},{"t":"M","n":"Couchbase\\DropAnalyticsIndexOptions::dataverseName","p":"Couchbase/DropAnalyticsIndexOptions.html#method_dataverseName","d":null},{"t":"M","n":"Couchbase\\DropAnalyticsLinkOptions::timeout","p":"Couchbase/DropAnalyticsLinkOptions.html#method_timeout","d":null},{"t":"M","n":"Couchbase\\DropQueryIndexOptions::ignoreIfNotExists","p":"Couchbase/DropQueryIndexOptions.html#method_ignoreIfNotExists","d":null},{"t":"M","n":"Couchbase\\DropQueryPrimaryIndexOptions::indexName","p":"Couchbase/DropQueryPrimaryIndexOptions.html#method_indexName","d":null},{"t":"M","n":"Couchbase\\DropQueryPrimaryIndexOptions::ignoreIfNotExists","p":"Couchbase/DropQueryPrimaryIndexOptions.html#method_ignoreIfNotExists","d":null},{"t":"M","n":"Couchbase\\DropUserOptions::domainName","p":"Couchbase/DropUserOptions.html#method_domainName","d":null},{"t":"M","n":"Couchbase\\EncryptionSettings::level","p":"Couchbase/EncryptionSettings.html#method_level","d":"

    Sets encryption level.

    "},{"t":"M","n":"Couchbase\\EncryptionSettings::certificate","p":"Couchbase/EncryptionSettings.html#method_certificate","d":null},{"t":"M","n":"Couchbase\\EncryptionSettings::clientCertificate","p":"Couchbase/EncryptionSettings.html#method_clientCertificate","d":null},{"t":"M","n":"Couchbase\\EncryptionSettings::clientKey","p":"Couchbase/EncryptionSettings.html#method_clientKey","d":null},{"t":"M","n":"Couchbase\\ExistsOptions::timeout","p":"Couchbase/ExistsOptions.html#method_timeout","d":"

    Sets the operation timeout in milliseconds.

    "},{"t":"M","n":"Couchbase\\ExistsResult::exists","p":"Couchbase/ExistsResult.html#method_exists","d":"

    Returns whether or not the document exists

    "},{"t":"M","n":"Couchbase\\GeoBoundingBoxSearchQuery::jsonSerialize","p":"Couchbase/GeoBoundingBoxSearchQuery.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Couchbase\\GeoBoundingBoxSearchQuery::__construct","p":"Couchbase/GeoBoundingBoxSearchQuery.html#method___construct","d":null},{"t":"M","n":"Couchbase\\GeoBoundingBoxSearchQuery::boost","p":"Couchbase/GeoBoundingBoxSearchQuery.html#method_boost","d":""},{"t":"M","n":"Couchbase\\GeoBoundingBoxSearchQuery::field","p":"Couchbase/GeoBoundingBoxSearchQuery.html#method_field","d":""},{"t":"M","n":"Couchbase\\GeoDistanceSearchQuery::jsonSerialize","p":"Couchbase/GeoDistanceSearchQuery.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Couchbase\\GeoDistanceSearchQuery::__construct","p":"Couchbase/GeoDistanceSearchQuery.html#method___construct","d":null},{"t":"M","n":"Couchbase\\GeoDistanceSearchQuery::boost","p":"Couchbase/GeoDistanceSearchQuery.html#method_boost","d":""},{"t":"M","n":"Couchbase\\GeoDistanceSearchQuery::field","p":"Couchbase/GeoDistanceSearchQuery.html#method_field","d":""},{"t":"M","n":"Couchbase\\GeoPolygonQuery::jsonSerialize","p":"Couchbase/GeoPolygonQuery.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Couchbase\\GeoPolygonQuery::__construct","p":"Couchbase/GeoPolygonQuery.html#method___construct","d":""},{"t":"M","n":"Couchbase\\GeoPolygonQuery::boost","p":"Couchbase/GeoPolygonQuery.html#method_boost","d":""},{"t":"M","n":"Couchbase\\GeoPolygonQuery::field","p":"Couchbase/GeoPolygonQuery.html#method_field","d":""},{"t":"M","n":"Couchbase\\GetAllReplicasOptions::timeout","p":"Couchbase/GetAllReplicasOptions.html#method_timeout","d":"

    Sets the operation timeout in milliseconds.

    "},{"t":"M","n":"Couchbase\\GetAllReplicasOptions::decoder","p":"Couchbase/GetAllReplicasOptions.html#method_decoder","d":"

    Associate custom transcoder with the request.

    "},{"t":"M","n":"Couchbase\\GetAllUsersOptions::domainName","p":"Couchbase/GetAllUsersOptions.html#method_domainName","d":null},{"t":"M","n":"Couchbase\\GetAnalyticsLinksOptions::timeout","p":"Couchbase/GetAnalyticsLinksOptions.html#method_timeout","d":null},{"t":"M","n":"Couchbase\\GetAnalyticsLinksOptions::linkType","p":"Couchbase/GetAnalyticsLinksOptions.html#method_linkType","d":""},{"t":"M","n":"Couchbase\\GetAnalyticsLinksOptions::dataverse","p":"Couchbase/GetAnalyticsLinksOptions.html#method_dataverse","d":""},{"t":"M","n":"Couchbase\\GetAnalyticsLinksOptions::name","p":"Couchbase/GetAnalyticsLinksOptions.html#method_name","d":""},{"t":"M","n":"Couchbase\\GetAndLockOptions::timeout","p":"Couchbase/GetAndLockOptions.html#method_timeout","d":"

    Sets the operation timeout in milliseconds.

    "},{"t":"M","n":"Couchbase\\GetAndLockOptions::decoder","p":"Couchbase/GetAndLockOptions.html#method_decoder","d":"

    Associate custom transcoder with the request.

    "},{"t":"M","n":"Couchbase\\GetAndTouchOptions::timeout","p":"Couchbase/GetAndTouchOptions.html#method_timeout","d":"

    Sets the operation timeout in milliseconds.

    "},{"t":"M","n":"Couchbase\\GetAndTouchOptions::decoder","p":"Couchbase/GetAndTouchOptions.html#method_decoder","d":"

    Associate custom transcoder with the request.

    "},{"t":"M","n":"Couchbase\\GetAnyReplicaOptions::timeout","p":"Couchbase/GetAnyReplicaOptions.html#method_timeout","d":"

    Sets the operation timeout in milliseconds.

    "},{"t":"M","n":"Couchbase\\GetAnyReplicaOptions::decoder","p":"Couchbase/GetAnyReplicaOptions.html#method_decoder","d":"

    Associate custom transcoder with the request.

    "},{"t":"M","n":"Couchbase\\GetOptions::timeout","p":"Couchbase/GetOptions.html#method_timeout","d":"

    Sets the operation timeout in milliseconds.

    "},{"t":"M","n":"Couchbase\\GetOptions::withExpiry","p":"Couchbase/GetOptions.html#method_withExpiry","d":"

    Sets whether to include document expiry with the document content.

    "},{"t":"M","n":"Couchbase\\GetOptions::project","p":"Couchbase/GetOptions.html#method_project","d":"

    Sets whether to cause the Get operation to only fetch the fields\nfrom the document indicated by the paths provided.

    "},{"t":"M","n":"Couchbase\\GetOptions::decoder","p":"Couchbase/GetOptions.html#method_decoder","d":"

    Associate custom transcoder with the request.

    "},{"t":"M","n":"Couchbase\\GetReplicaResult::content","p":"Couchbase/GetReplicaResult.html#method_content","d":"

    Returns the content of the document fetched

    "},{"t":"M","n":"Couchbase\\GetReplicaResult::isReplica","p":"Couchbase/GetReplicaResult.html#method_isReplica","d":"

    Returns whether or not the document came from a replica server

    "},{"t":"M","n":"Couchbase\\GetResult::content","p":"Couchbase/GetResult.html#method_content","d":"

    Returns the content of the document fetched

    "},{"t":"M","n":"Couchbase\\GetResult::expiryTime","p":"Couchbase/GetResult.html#method_expiryTime","d":"

    Returns the document expiration time or null if the document does not expire.

    "},{"t":"M","n":"Couchbase\\GetUserOptions::domainName","p":"Couchbase/GetUserOptions.html#method_domainName","d":null},{"t":"M","n":"Couchbase\\Group::name","p":"Couchbase/Group.html#method_name","d":null},{"t":"M","n":"Couchbase\\Group::description","p":"Couchbase/Group.html#method_description","d":null},{"t":"M","n":"Couchbase\\Group::roles","p":"Couchbase/Group.html#method_roles","d":null},{"t":"M","n":"Couchbase\\Group::ldapGroupReference","p":"Couchbase/Group.html#method_ldapGroupReference","d":null},{"t":"M","n":"Couchbase\\Group::setName","p":"Couchbase/Group.html#method_setName","d":null},{"t":"M","n":"Couchbase\\Group::setDescription","p":"Couchbase/Group.html#method_setDescription","d":null},{"t":"M","n":"Couchbase\\Group::setRoles","p":"Couchbase/Group.html#method_setRoles","d":null},{"t":"M","n":"Couchbase\\IncrementOptions::timeout","p":"Couchbase/IncrementOptions.html#method_timeout","d":"

    Sets the operation timeout in milliseconds.

    "},{"t":"M","n":"Couchbase\\IncrementOptions::expiry","p":"Couchbase/IncrementOptions.html#method_expiry","d":"

    Sets the expiry time for the document.

    "},{"t":"M","n":"Couchbase\\IncrementOptions::durabilityLevel","p":"Couchbase/IncrementOptions.html#method_durabilityLevel","d":"

    Sets the durability level to enforce when writing the document.

    "},{"t":"M","n":"Couchbase\\IncrementOptions::delta","p":"Couchbase/IncrementOptions.html#method_delta","d":"

    Sets the value to increment the counter by.

    "},{"t":"M","n":"Couchbase\\IncrementOptions::initial","p":"Couchbase/IncrementOptions.html#method_initial","d":"

    Sets the value to initialize the counter to if the document does\nnot exist.

    "},{"t":"M","n":"Couchbase\\InsertOptions::timeout","p":"Couchbase/InsertOptions.html#method_timeout","d":"

    Sets the operation timeout in milliseconds.

    "},{"t":"M","n":"Couchbase\\InsertOptions::expiry","p":"Couchbase/InsertOptions.html#method_expiry","d":"

    Sets the expiry time for the document.

    "},{"t":"M","n":"Couchbase\\InsertOptions::durabilityLevel","p":"Couchbase/InsertOptions.html#method_durabilityLevel","d":"

    Sets the durability level to enforce when writing the document.

    "},{"t":"M","n":"Couchbase\\InsertOptions::encoder","p":"Couchbase/InsertOptions.html#method_encoder","d":"

    Associate custom transcoder with the request.

    "},{"t":"M","n":"Couchbase\\LoggingMeter::flushInterval","p":"Couchbase/LoggingMeter.html#method_flushInterval","d":""},{"t":"M","n":"Couchbase\\LoggingMeter::valueRecorder","p":"Couchbase/LoggingMeter.html#method_valueRecorder","d":"

    Creates a new value recorder for a metric with the specified tags.

    "},{"t":"M","n":"Couchbase\\LookupCountSpec::__construct","p":"Couchbase/LookupCountSpec.html#method___construct","d":null},{"t":"M","n":"Couchbase\\LookupExistsSpec::__construct","p":"Couchbase/LookupExistsSpec.html#method___construct","d":null},{"t":"M","n":"Couchbase\\LookupGetFullSpec::__construct","p":"Couchbase/LookupGetFullSpec.html#method___construct","d":null},{"t":"M","n":"Couchbase\\LookupGetSpec::__construct","p":"Couchbase/LookupGetSpec.html#method___construct","d":null},{"t":"M","n":"Couchbase\\LookupInBuilder::get","p":"Couchbase/LookupInBuilder.html#method_get","d":"

    Get a value inside the JSON document.

    "},{"t":"M","n":"Couchbase\\LookupInBuilder::getCount","p":"Couchbase/LookupInBuilder.html#method_getCount","d":"

    Get a count of values inside the JSON document.

    "},{"t":"M","n":"Couchbase\\LookupInBuilder::exists","p":"Couchbase/LookupInBuilder.html#method_exists","d":"

    Check if a value exists inside the document.

    "},{"t":"M","n":"Couchbase\\LookupInBuilder::execute","p":"Couchbase/LookupInBuilder.html#method_execute","d":"

    Perform several lookup operations inside a single existing JSON document, using a specific timeout

    "},{"t":"M","n":"Couchbase\\LookupInOptions::timeout","p":"Couchbase/LookupInOptions.html#method_timeout","d":"

    Sets the operation timeout in milliseconds.

    "},{"t":"M","n":"Couchbase\\LookupInOptions::withExpiry","p":"Couchbase/LookupInOptions.html#method_withExpiry","d":"

    Sets whether to include document expiry with the document content.

    "},{"t":"M","n":"Couchbase\\LookupInResult::content","p":"Couchbase/LookupInResult.html#method_content","d":"

    Returns the value located at the index specified

    "},{"t":"M","n":"Couchbase\\LookupInResult::exists","p":"Couchbase/LookupInResult.html#method_exists","d":"

    Returns whether or not the path at the index specified exists

    "},{"t":"M","n":"Couchbase\\LookupInResult::status","p":"Couchbase/LookupInResult.html#method_status","d":"

    Returns any error code for the path at the index specified

    "},{"t":"M","n":"Couchbase\\LookupInResult::expiryTime","p":"Couchbase/LookupInResult.html#method_expiryTime","d":"

    Returns the document expiration time or null if the document does not expire.

    "},{"t":"M","n":"Couchbase\\MatchAllSearchQuery::jsonSerialize","p":"Couchbase/MatchAllSearchQuery.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Couchbase\\MatchAllSearchQuery::__construct","p":"Couchbase/MatchAllSearchQuery.html#method___construct","d":null},{"t":"M","n":"Couchbase\\MatchAllSearchQuery::boost","p":"Couchbase/MatchAllSearchQuery.html#method_boost","d":""},{"t":"M","n":"Couchbase\\MatchNoneSearchQuery::jsonSerialize","p":"Couchbase/MatchNoneSearchQuery.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Couchbase\\MatchNoneSearchQuery::__construct","p":"Couchbase/MatchNoneSearchQuery.html#method___construct","d":null},{"t":"M","n":"Couchbase\\MatchNoneSearchQuery::boost","p":"Couchbase/MatchNoneSearchQuery.html#method_boost","d":""},{"t":"M","n":"Couchbase\\MatchPhraseSearchQuery::jsonSerialize","p":"Couchbase/MatchPhraseSearchQuery.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Couchbase\\MatchPhraseSearchQuery::__construct","p":"Couchbase/MatchPhraseSearchQuery.html#method___construct","d":null},{"t":"M","n":"Couchbase\\MatchPhraseSearchQuery::boost","p":"Couchbase/MatchPhraseSearchQuery.html#method_boost","d":""},{"t":"M","n":"Couchbase\\MatchPhraseSearchQuery::field","p":"Couchbase/MatchPhraseSearchQuery.html#method_field","d":""},{"t":"M","n":"Couchbase\\MatchPhraseSearchQuery::analyzer","p":"Couchbase/MatchPhraseSearchQuery.html#method_analyzer","d":""},{"t":"M","n":"Couchbase\\MatchSearchQuery::jsonSerialize","p":"Couchbase/MatchSearchQuery.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Couchbase\\MatchSearchQuery::__construct","p":"Couchbase/MatchSearchQuery.html#method___construct","d":null},{"t":"M","n":"Couchbase\\MatchSearchQuery::boost","p":"Couchbase/MatchSearchQuery.html#method_boost","d":""},{"t":"M","n":"Couchbase\\MatchSearchQuery::field","p":"Couchbase/MatchSearchQuery.html#method_field","d":""},{"t":"M","n":"Couchbase\\MatchSearchQuery::analyzer","p":"Couchbase/MatchSearchQuery.html#method_analyzer","d":""},{"t":"M","n":"Couchbase\\MatchSearchQuery::prefixLength","p":"Couchbase/MatchSearchQuery.html#method_prefixLength","d":""},{"t":"M","n":"Couchbase\\MatchSearchQuery::fuzziness","p":"Couchbase/MatchSearchQuery.html#method_fuzziness","d":""},{"t":"M","n":"Couchbase\\Meter::valueRecorder","p":"Couchbase/Meter.html#method_valueRecorder","d":"

    Creates a new value recorder for a metric with the specified tags.

    "},{"t":"M","n":"Couchbase\\MutateArrayAddUniqueSpec::__construct","p":"Couchbase/MutateArrayAddUniqueSpec.html#method___construct","d":null},{"t":"M","n":"Couchbase\\MutateArrayAppendSpec::__construct","p":"Couchbase/MutateArrayAppendSpec.html#method___construct","d":null},{"t":"M","n":"Couchbase\\MutateArrayInsertSpec::__construct","p":"Couchbase/MutateArrayInsertSpec.html#method___construct","d":null},{"t":"M","n":"Couchbase\\MutateArrayPrependSpec::__construct","p":"Couchbase/MutateArrayPrependSpec.html#method___construct","d":null},{"t":"M","n":"Couchbase\\MutateCounterSpec::__construct","p":"Couchbase/MutateCounterSpec.html#method___construct","d":null},{"t":"M","n":"Couchbase\\MutateInBuilder::insert","p":"Couchbase/MutateInBuilder.html#method_insert","d":"

    Insert a fragment provided the last element of the path doesn't exists.

    "},{"t":"M","n":"Couchbase\\MutateInBuilder::modeDocument","p":"Couchbase/MutateInBuilder.html#method_modeDocument","d":"

    Select mode for new full-document operations.

    "},{"t":"M","n":"Couchbase\\MutateInBuilder::upsert","p":"Couchbase/MutateInBuilder.html#method_upsert","d":"

    Insert a fragment, replacing the old value if the path exists.

    "},{"t":"M","n":"Couchbase\\MutateInBuilder::replace","p":"Couchbase/MutateInBuilder.html#method_replace","d":"

    Replace an existing value by the given fragment

    "},{"t":"M","n":"Couchbase\\MutateInBuilder::remove","p":"Couchbase/MutateInBuilder.html#method_remove","d":"

    Remove an entry in a JSON document.

    "},{"t":"M","n":"Couchbase\\MutateInBuilder::arrayPrepend","p":"Couchbase/MutateInBuilder.html#method_arrayPrepend","d":"

    Prepend to an existing array, pushing the value to the front/first position in the array.

    "},{"t":"M","n":"Couchbase\\MutateInBuilder::arrayPrependAll","p":"Couchbase/MutateInBuilder.html#method_arrayPrependAll","d":"

    Prepend multiple values at once in an existing array.

    "},{"t":"M","n":"Couchbase\\MutateInBuilder::arrayAppend","p":"Couchbase/MutateInBuilder.html#method_arrayAppend","d":"

    Append to an existing array, pushing the value to the back/last position in the array.

    "},{"t":"M","n":"Couchbase\\MutateInBuilder::arrayAppendAll","p":"Couchbase/MutateInBuilder.html#method_arrayAppendAll","d":"

    Append multiple values at once in an existing array.

    "},{"t":"M","n":"Couchbase\\MutateInBuilder::arrayInsert","p":"Couchbase/MutateInBuilder.html#method_arrayInsert","d":"

    Insert into an existing array at a specific position

    "},{"t":"M","n":"Couchbase\\MutateInBuilder::arrayInsertAll","p":"Couchbase/MutateInBuilder.html#method_arrayInsertAll","d":"

    Insert multiple values at once in an existing array at a specified position.

    "},{"t":"M","n":"Couchbase\\MutateInBuilder::arrayAddUnique","p":"Couchbase/MutateInBuilder.html#method_arrayAddUnique","d":"

    Insert a value in an existing array only if the value\nisn't already contained in the array (by way of string comparison).

    "},{"t":"M","n":"Couchbase\\MutateInBuilder::counter","p":"Couchbase/MutateInBuilder.html#method_counter","d":"

    Increment/decrement a numerical fragment in a JSON document.

    "},{"t":"M","n":"Couchbase\\MutateInBuilder::withExpiry","p":"Couchbase/MutateInBuilder.html#method_withExpiry","d":"

    Change the expiry of the enclosing document as part of the mutation.

    "},{"t":"M","n":"Couchbase\\MutateInBuilder::execute","p":"Couchbase/MutateInBuilder.html#method_execute","d":"

    Perform several mutation operations inside a single existing JSON document.

    "},{"t":"M","n":"Couchbase\\MutateInOptions::timeout","p":"Couchbase/MutateInOptions.html#method_timeout","d":"

    Sets the operation timeout in milliseconds.

    "},{"t":"M","n":"Couchbase\\MutateInOptions::cas","p":"Couchbase/MutateInOptions.html#method_cas","d":"

    Sets the cas value to use when performing this operation.

    "},{"t":"M","n":"Couchbase\\MutateInOptions::expiry","p":"Couchbase/MutateInOptions.html#method_expiry","d":"

    Sets the expiry time for the document.

    "},{"t":"M","n":"Couchbase\\MutateInOptions::preserveExpiry","p":"Couchbase/MutateInOptions.html#method_preserveExpiry","d":"

    Sets whether the original expiration should be preserved (by default Replace operation updates expiration).

    "},{"t":"M","n":"Couchbase\\MutateInOptions::durabilityLevel","p":"Couchbase/MutateInOptions.html#method_durabilityLevel","d":"

    Sets the durability level to enforce when writing the document.

    "},{"t":"M","n":"Couchbase\\MutateInOptions::storeSemantics","p":"Couchbase/MutateInOptions.html#method_storeSemantics","d":"

    Sets the document level action to use when performing the operation.

    "},{"t":"M","n":"Couchbase\\MutateInResult::content","p":"Couchbase/MutateInResult.html#method_content","d":"

    Returns any value located at the index specified

    "},{"t":"M","n":"Couchbase\\MutateInsertSpec::__construct","p":"Couchbase/MutateInsertSpec.html#method___construct","d":null},{"t":"M","n":"Couchbase\\MutateRemoveSpec::__construct","p":"Couchbase/MutateRemoveSpec.html#method___construct","d":null},{"t":"M","n":"Couchbase\\MutateReplaceSpec::__construct","p":"Couchbase/MutateReplaceSpec.html#method___construct","d":null},{"t":"M","n":"Couchbase\\MutateUpsertSpec::__construct","p":"Couchbase/MutateUpsertSpec.html#method___construct","d":null},{"t":"M","n":"Couchbase\\MutationResult::mutationToken","p":"Couchbase/MutationResult.html#method_mutationToken","d":"

    Returns the mutation token generated during the mutation

    "},{"t":"M","n":"Couchbase\\MutationState::__construct","p":"Couchbase/MutationState.html#method___construct","d":null},{"t":"M","n":"Couchbase\\MutationState::add","p":"Couchbase/MutationState.html#method_add","d":"

    Adds the result of a mutation operation to this mutation state.

    "},{"t":"M","n":"Couchbase\\MutationToken::bucketName","p":"Couchbase/MutationToken.html#method_bucketName","d":"

    Returns bucket name

    "},{"t":"M","n":"Couchbase\\MutationToken::partitionId","p":"Couchbase/MutationToken.html#method_partitionId","d":"

    Returns partition number

    "},{"t":"M","n":"Couchbase\\MutationToken::partitionUuid","p":"Couchbase/MutationToken.html#method_partitionUuid","d":"

    Returns UUID of the partition

    "},{"t":"M","n":"Couchbase\\MutationToken::sequenceNumber","p":"Couchbase/MutationToken.html#method_sequenceNumber","d":"

    Returns the sequence number inside partition

    "},{"t":"M","n":"Couchbase\\N1qlQuery::fromString","p":"Couchbase/N1qlQuery.html#method_fromString","d":"

    Creates new N1qlQuery instance directly from the N1QL string.

    "},{"t":"M","n":"Couchbase\\N1qlQuery::adhoc","p":"Couchbase/N1qlQuery.html#method_adhoc","d":"

    Allows to specify if this query is adhoc or not.

    "},{"t":"M","n":"Couchbase\\N1qlQuery::crossBucket","p":"Couchbase/N1qlQuery.html#method_crossBucket","d":"

    Allows to pull credentials from the Authenticator

    "},{"t":"M","n":"Couchbase\\N1qlQuery::positionalParams","p":"Couchbase/N1qlQuery.html#method_positionalParams","d":"

    Specify array of positional parameters

    "},{"t":"M","n":"Couchbase\\N1qlQuery::namedParams","p":"Couchbase/N1qlQuery.html#method_namedParams","d":"

    Specify associative array of named parameters

    "},{"t":"M","n":"Couchbase\\N1qlQuery::consistency","p":"Couchbase/N1qlQuery.html#method_consistency","d":"

    Specifies the consistency level for this query

    "},{"t":"M","n":"Couchbase\\N1qlQuery::profile","p":"Couchbase/N1qlQuery.html#method_profile","d":"

    Controls the profiling mode used during query execution

    "},{"t":"M","n":"Couchbase\\N1qlQuery::consistentWith","p":"Couchbase/N1qlQuery.html#method_consistentWith","d":"

    Sets mutation state the query should be consistent with

    "},{"t":"M","n":"Couchbase\\N1qlQuery::readonly","p":"Couchbase/N1qlQuery.html#method_readonly","d":"

    If set to true, it will signal the query engine on the server that only non-data modifying requests\nare allowed. Note that this rule is enforced on the server and not the SDK side.

    "},{"t":"M","n":"Couchbase\\N1qlQuery::scanCap","p":"Couchbase/N1qlQuery.html#method_scanCap","d":"

    Advanced: Maximum buffered channel size between the indexer client and the query service for index scans.

    "},{"t":"M","n":"Couchbase\\N1qlQuery::pipelineBatch","p":"Couchbase/N1qlQuery.html#method_pipelineBatch","d":"

    Advanced: Controls the number of items execution operators can batch for Fetch from the KV.

    "},{"t":"M","n":"Couchbase\\N1qlQuery::pipelineCap","p":"Couchbase/N1qlQuery.html#method_pipelineCap","d":"

    Advanced: Maximum number of items each execution operator can buffer between various operators.

    "},{"t":"M","n":"Couchbase\\N1qlQuery::maxParallelism","p":"Couchbase/N1qlQuery.html#method_maxParallelism","d":"

    Allows to override the default maximum parallelism for the query execution on the server side.

    "},{"t":"M","n":"Couchbase\\NoopMeter::valueRecorder","p":"Couchbase/NoopMeter.html#method_valueRecorder","d":"

    Creates a new value recorder for a metric with the specified tags.

    "},{"t":"M","n":"Couchbase\\NoopTracer::requestSpan","p":"Couchbase/NoopTracer.html#method_requestSpan","d":"

    Creates a new request span.

    "},{"t":"M","n":"Couchbase\\NumericRangeFacetResult::name","p":"Couchbase/NumericRangeFacetResult.html#method_name","d":""},{"t":"M","n":"Couchbase\\NumericRangeFacetResult::min","p":"Couchbase/NumericRangeFacetResult.html#method_min","d":""},{"t":"M","n":"Couchbase\\NumericRangeFacetResult::max","p":"Couchbase/NumericRangeFacetResult.html#method_max","d":""},{"t":"M","n":"Couchbase\\NumericRangeFacetResult::count","p":"Couchbase/NumericRangeFacetResult.html#method_count","d":""},{"t":"M","n":"Couchbase\\NumericRangeSearchFacet::jsonSerialize","p":"Couchbase/NumericRangeSearchFacet.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Couchbase\\NumericRangeSearchFacet::__construct","p":"Couchbase/NumericRangeSearchFacet.html#method___construct","d":null},{"t":"M","n":"Couchbase\\NumericRangeSearchFacet::addRange","p":"Couchbase/NumericRangeSearchFacet.html#method_addRange","d":""},{"t":"M","n":"Couchbase\\NumericRangeSearchQuery::jsonSerialize","p":"Couchbase/NumericRangeSearchQuery.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Couchbase\\NumericRangeSearchQuery::__construct","p":"Couchbase/NumericRangeSearchQuery.html#method___construct","d":null},{"t":"M","n":"Couchbase\\NumericRangeSearchQuery::boost","p":"Couchbase/NumericRangeSearchQuery.html#method_boost","d":""},{"t":"M","n":"Couchbase\\NumericRangeSearchQuery::field","p":"Couchbase/NumericRangeSearchQuery.html#method_field","d":""},{"t":"M","n":"Couchbase\\NumericRangeSearchQuery::min","p":"Couchbase/NumericRangeSearchQuery.html#method_min","d":""},{"t":"M","n":"Couchbase\\NumericRangeSearchQuery::max","p":"Couchbase/NumericRangeSearchQuery.html#method_max","d":""},{"t":"M","n":"Couchbase\\Origin::type","p":"Couchbase/Origin.html#method_type","d":null},{"t":"M","n":"Couchbase\\Origin::name","p":"Couchbase/Origin.html#method_name","d":null},{"t":"M","n":"Couchbase\\PasswordAuthenticator::username","p":"Couchbase/PasswordAuthenticator.html#method_username","d":"

    Sets username

    "},{"t":"M","n":"Couchbase\\PasswordAuthenticator::password","p":"Couchbase/PasswordAuthenticator.html#method_password","d":"

    Sets password

    "},{"t":"M","n":"Couchbase\\PhraseSearchQuery::jsonSerialize","p":"Couchbase/PhraseSearchQuery.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Couchbase\\PhraseSearchQuery::__construct","p":"Couchbase/PhraseSearchQuery.html#method___construct","d":null},{"t":"M","n":"Couchbase\\PhraseSearchQuery::boost","p":"Couchbase/PhraseSearchQuery.html#method_boost","d":""},{"t":"M","n":"Couchbase\\PhraseSearchQuery::field","p":"Couchbase/PhraseSearchQuery.html#method_field","d":""},{"t":"M","n":"Couchbase\\PrefixSearchQuery::jsonSerialize","p":"Couchbase/PrefixSearchQuery.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Couchbase\\PrefixSearchQuery::__construct","p":"Couchbase/PrefixSearchQuery.html#method___construct","d":null},{"t":"M","n":"Couchbase\\PrefixSearchQuery::boost","p":"Couchbase/PrefixSearchQuery.html#method_boost","d":""},{"t":"M","n":"Couchbase\\PrefixSearchQuery::field","p":"Couchbase/PrefixSearchQuery.html#method_field","d":""},{"t":"M","n":"Couchbase\\PrependOptions::timeout","p":"Couchbase/PrependOptions.html#method_timeout","d":"

    Sets the operation timeout in milliseconds.

    "},{"t":"M","n":"Couchbase\\PrependOptions::durabilityLevel","p":"Couchbase/PrependOptions.html#method_durabilityLevel","d":"

    Sets the durability level to enforce when writing the document.

    "},{"t":"M","n":"Couchbase\\QueryIndex::name","p":"Couchbase/QueryIndex.html#method_name","d":null},{"t":"M","n":"Couchbase\\QueryIndex::isPrimary","p":"Couchbase/QueryIndex.html#method_isPrimary","d":null},{"t":"M","n":"Couchbase\\QueryIndex::type","p":"Couchbase/QueryIndex.html#method_type","d":null},{"t":"M","n":"Couchbase\\QueryIndex::state","p":"Couchbase/QueryIndex.html#method_state","d":null},{"t":"M","n":"Couchbase\\QueryIndex::keyspace","p":"Couchbase/QueryIndex.html#method_keyspace","d":null},{"t":"M","n":"Couchbase\\QueryIndex::indexKey","p":"Couchbase/QueryIndex.html#method_indexKey","d":null},{"t":"M","n":"Couchbase\\QueryIndex::condition","p":"Couchbase/QueryIndex.html#method_condition","d":null},{"t":"M","n":"Couchbase\\QueryIndexManager::getAllIndexes","p":"Couchbase/QueryIndexManager.html#method_getAllIndexes","d":null},{"t":"M","n":"Couchbase\\QueryIndexManager::createIndex","p":"Couchbase/QueryIndexManager.html#method_createIndex","d":null},{"t":"M","n":"Couchbase\\QueryIndexManager::createPrimaryIndex","p":"Couchbase/QueryIndexManager.html#method_createPrimaryIndex","d":null},{"t":"M","n":"Couchbase\\QueryIndexManager::dropIndex","p":"Couchbase/QueryIndexManager.html#method_dropIndex","d":null},{"t":"M","n":"Couchbase\\QueryIndexManager::dropPrimaryIndex","p":"Couchbase/QueryIndexManager.html#method_dropPrimaryIndex","d":null},{"t":"M","n":"Couchbase\\QueryIndexManager::watchIndexes","p":"Couchbase/QueryIndexManager.html#method_watchIndexes","d":null},{"t":"M","n":"Couchbase\\QueryIndexManager::buildDeferredIndexes","p":"Couchbase/QueryIndexManager.html#method_buildDeferredIndexes","d":null},{"t":"M","n":"Couchbase\\QueryMetaData::status","p":"Couchbase/QueryMetaData.html#method_status","d":"

    Returns the query execution status

    "},{"t":"M","n":"Couchbase\\QueryMetaData::requestId","p":"Couchbase/QueryMetaData.html#method_requestId","d":"

    Returns the identifier associated with the query

    "},{"t":"M","n":"Couchbase\\QueryMetaData::clientContextId","p":"Couchbase/QueryMetaData.html#method_clientContextId","d":"

    Returns the client context id associated with the query

    "},{"t":"M","n":"Couchbase\\QueryMetaData::signature","p":"Couchbase/QueryMetaData.html#method_signature","d":"

    Returns the signature of the query

    "},{"t":"M","n":"Couchbase\\QueryMetaData::warnings","p":"Couchbase/QueryMetaData.html#method_warnings","d":"

    Returns any warnings generated during query execution

    "},{"t":"M","n":"Couchbase\\QueryMetaData::errors","p":"Couchbase/QueryMetaData.html#method_errors","d":"

    Returns any errors generated during query execution

    "},{"t":"M","n":"Couchbase\\QueryMetaData::metrics","p":"Couchbase/QueryMetaData.html#method_metrics","d":"

    Returns metrics generated during query execution such as timings and counts

    "},{"t":"M","n":"Couchbase\\QueryMetaData::profile","p":"Couchbase/QueryMetaData.html#method_profile","d":"

    Returns the profile of the query if enabled

    "},{"t":"M","n":"Couchbase\\QueryOptions::timeout","p":"Couchbase/QueryOptions.html#method_timeout","d":"

    Sets the operation timeout in milliseconds.

    "},{"t":"M","n":"Couchbase\\QueryOptions::consistentWith","p":"Couchbase/QueryOptions.html#method_consistentWith","d":"

    Sets the mutation state to achieve consistency with for read your own writes (RYOW).

    "},{"t":"M","n":"Couchbase\\QueryOptions::scanConsistency","p":"Couchbase/QueryOptions.html#method_scanConsistency","d":"

    Sets the scan consistency.

    "},{"t":"M","n":"Couchbase\\QueryOptions::scanCap","p":"Couchbase/QueryOptions.html#method_scanCap","d":"

    Sets the maximum buffered channel size between the indexer client and the query service for index scans.

    "},{"t":"M","n":"Couchbase\\QueryOptions::pipelineCap","p":"Couchbase/QueryOptions.html#method_pipelineCap","d":"

    Sets the maximum number of items each execution operator can buffer between various operators.

    "},{"t":"M","n":"Couchbase\\QueryOptions::pipelineBatch","p":"Couchbase/QueryOptions.html#method_pipelineBatch","d":"

    Sets the number of items execution operators can batch for fetch from the KV service.

    "},{"t":"M","n":"Couchbase\\QueryOptions::maxParallelism","p":"Couchbase/QueryOptions.html#method_maxParallelism","d":"

    Sets the maximum number of index partitions, for computing aggregation in parallel.

    "},{"t":"M","n":"Couchbase\\QueryOptions::profile","p":"Couchbase/QueryOptions.html#method_profile","d":"

    Sets the query profile mode to use.

    "},{"t":"M","n":"Couchbase\\QueryOptions::readonly","p":"Couchbase/QueryOptions.html#method_readonly","d":"

    Sets whether or not this query is readonly.

    "},{"t":"M","n":"Couchbase\\QueryOptions::flexIndex","p":"Couchbase/QueryOptions.html#method_flexIndex","d":"

    Sets whether or not this query allowed to use FlexIndex (full text search integration).

    "},{"t":"M","n":"Couchbase\\QueryOptions::adhoc","p":"Couchbase/QueryOptions.html#method_adhoc","d":"

    Sets whether or not this query is adhoc.

    "},{"t":"M","n":"Couchbase\\QueryOptions::namedParameters","p":"Couchbase/QueryOptions.html#method_namedParameters","d":"

    Sets the named parameters for this query.

    "},{"t":"M","n":"Couchbase\\QueryOptions::positionalParameters","p":"Couchbase/QueryOptions.html#method_positionalParameters","d":"

    Sets the positional parameters for this query.

    "},{"t":"M","n":"Couchbase\\QueryOptions::raw","p":"Couchbase/QueryOptions.html#method_raw","d":"

    Sets any extra query parameters that the SDK does not provide an option for.

    "},{"t":"M","n":"Couchbase\\QueryOptions::clientContextId","p":"Couchbase/QueryOptions.html#method_clientContextId","d":"

    Sets the client context id for this query.

    "},{"t":"M","n":"Couchbase\\QueryOptions::metrics","p":"Couchbase/QueryOptions.html#method_metrics","d":"

    Sets whether or not to return metrics with the query.

    "},{"t":"M","n":"Couchbase\\QueryOptions::scopeName","p":"Couchbase/QueryOptions.html#method_scopeName","d":"

    Associate scope name with query

    "},{"t":"M","n":"Couchbase\\QueryOptions::scopeQualifier","p":"Couchbase/QueryOptions.html#method_scopeQualifier","d":"

    Associate scope qualifier (also known as query_context) with the query.

    "},{"t":"M","n":"Couchbase\\QueryResult::metaData","p":"Couchbase/QueryResult.html#method_metaData","d":"

    Returns metadata generated during query execution such as errors and metrics

    "},{"t":"M","n":"Couchbase\\QueryResult::rows","p":"Couchbase/QueryResult.html#method_rows","d":"

    Returns the rows returns during query execution

    "},{"t":"M","n":"Couchbase\\QueryStringSearchQuery::jsonSerialize","p":"Couchbase/QueryStringSearchQuery.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Couchbase\\QueryStringSearchQuery::__construct","p":"Couchbase/QueryStringSearchQuery.html#method___construct","d":null},{"t":"M","n":"Couchbase\\QueryStringSearchQuery::boost","p":"Couchbase/QueryStringSearchQuery.html#method_boost","d":""},{"t":"M","n":"Couchbase\\RegexpSearchQuery::jsonSerialize","p":"Couchbase/RegexpSearchQuery.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Couchbase\\RegexpSearchQuery::__construct","p":"Couchbase/RegexpSearchQuery.html#method___construct","d":null},{"t":"M","n":"Couchbase\\RegexpSearchQuery::boost","p":"Couchbase/RegexpSearchQuery.html#method_boost","d":""},{"t":"M","n":"Couchbase\\RegexpSearchQuery::field","p":"Couchbase/RegexpSearchQuery.html#method_field","d":""},{"t":"M","n":"Couchbase\\RemoveOptions::timeout","p":"Couchbase/RemoveOptions.html#method_timeout","d":"

    Sets the operation timeout in milliseconds.

    "},{"t":"M","n":"Couchbase\\RemoveOptions::durabilityLevel","p":"Couchbase/RemoveOptions.html#method_durabilityLevel","d":"

    Sets the durability level to enforce when writing the document.

    "},{"t":"M","n":"Couchbase\\RemoveOptions::cas","p":"Couchbase/RemoveOptions.html#method_cas","d":"

    Sets the cas value to use when performing this operation.

    "},{"t":"M","n":"Couchbase\\ReplaceAnalyticsLinkOptions::timeout","p":"Couchbase/ReplaceAnalyticsLinkOptions.html#method_timeout","d":null},{"t":"M","n":"Couchbase\\ReplaceOptions::timeout","p":"Couchbase/ReplaceOptions.html#method_timeout","d":"

    Sets the operation timeout in milliseconds.

    "},{"t":"M","n":"Couchbase\\ReplaceOptions::expiry","p":"Couchbase/ReplaceOptions.html#method_expiry","d":"

    Sets the expiry time for the document.

    "},{"t":"M","n":"Couchbase\\ReplaceOptions::preserveExpiry","p":"Couchbase/ReplaceOptions.html#method_preserveExpiry","d":"

    Sets whether the original expiration should be preserved (by default Replace operation updates expiration).

    "},{"t":"M","n":"Couchbase\\ReplaceOptions::cas","p":"Couchbase/ReplaceOptions.html#method_cas","d":"

    Sets the cas value for the operation.

    "},{"t":"M","n":"Couchbase\\ReplaceOptions::durabilityLevel","p":"Couchbase/ReplaceOptions.html#method_durabilityLevel","d":"

    Sets the durability level to enforce when writing the document.

    "},{"t":"M","n":"Couchbase\\ReplaceOptions::encoder","p":"Couchbase/ReplaceOptions.html#method_encoder","d":"

    Associate custom transcoder with the request.

    "},{"t":"M","n":"Couchbase\\RequestSpan::addTag","p":"Couchbase/RequestSpan.html#method_addTag","d":"

    Adds an tag to this span.

    "},{"t":"M","n":"Couchbase\\RequestSpan::end","p":"Couchbase/RequestSpan.html#method_end","d":"

    Ends this span.

    "},{"t":"M","n":"Couchbase\\RequestTracer::requestSpan","p":"Couchbase/RequestTracer.html#method_requestSpan","d":"

    Creates a new request span.

    "},{"t":"M","n":"Couchbase\\Result::cas","p":"Couchbase/Result.html#method_cas","d":"

    Returns the CAS value for the document

    "},{"t":"M","n":"Couchbase\\Role::name","p":"Couchbase/Role.html#method_name","d":null},{"t":"M","n":"Couchbase\\Role::bucket","p":"Couchbase/Role.html#method_bucket","d":null},{"t":"M","n":"Couchbase\\Role::scope","p":"Couchbase/Role.html#method_scope","d":null},{"t":"M","n":"Couchbase\\Role::collection","p":"Couchbase/Role.html#method_collection","d":null},{"t":"M","n":"Couchbase\\Role::setName","p":"Couchbase/Role.html#method_setName","d":null},{"t":"M","n":"Couchbase\\Role::setBucket","p":"Couchbase/Role.html#method_setBucket","d":null},{"t":"M","n":"Couchbase\\Role::setScope","p":"Couchbase/Role.html#method_setScope","d":null},{"t":"M","n":"Couchbase\\Role::setCollection","p":"Couchbase/Role.html#method_setCollection","d":null},{"t":"M","n":"Couchbase\\RoleAndDescription::role","p":"Couchbase/RoleAndDescription.html#method_role","d":null},{"t":"M","n":"Couchbase\\RoleAndDescription::displayName","p":"Couchbase/RoleAndDescription.html#method_displayName","d":null},{"t":"M","n":"Couchbase\\RoleAndDescription::description","p":"Couchbase/RoleAndDescription.html#method_description","d":null},{"t":"M","n":"Couchbase\\RoleAndOrigin::role","p":"Couchbase/RoleAndOrigin.html#method_role","d":null},{"t":"M","n":"Couchbase\\RoleAndOrigin::origins","p":"Couchbase/RoleAndOrigin.html#method_origins","d":null},{"t":"M","n":"Couchbase\\S3ExternalAnalyticsLink::name","p":"Couchbase/S3ExternalAnalyticsLink.html#method_name","d":"

    Sets name of the link

    "},{"t":"M","n":"Couchbase\\S3ExternalAnalyticsLink::dataverse","p":"Couchbase/S3ExternalAnalyticsLink.html#method_dataverse","d":"

    Sets dataverse this link belongs to

    "},{"t":"M","n":"Couchbase\\S3ExternalAnalyticsLink::accessKeyId","p":"Couchbase/S3ExternalAnalyticsLink.html#method_accessKeyId","d":"

    Sets AWS S3 access key ID

    "},{"t":"M","n":"Couchbase\\S3ExternalAnalyticsLink::secretAccessKey","p":"Couchbase/S3ExternalAnalyticsLink.html#method_secretAccessKey","d":"

    Sets AWS S3 secret key

    "},{"t":"M","n":"Couchbase\\S3ExternalAnalyticsLink::region","p":"Couchbase/S3ExternalAnalyticsLink.html#method_region","d":"

    Sets AWS S3 region

    "},{"t":"M","n":"Couchbase\\S3ExternalAnalyticsLink::sessionToken","p":"Couchbase/S3ExternalAnalyticsLink.html#method_sessionToken","d":"

    Sets AWS S3 token if temporary credentials are provided. Only available in 7.0+

    "},{"t":"M","n":"Couchbase\\S3ExternalAnalyticsLink::serviceEndpoint","p":"Couchbase/S3ExternalAnalyticsLink.html#method_serviceEndpoint","d":"

    Sets AWS S3 service endpoint

    "},{"t":"M","n":"Couchbase\\Scope::__construct","p":"Couchbase/Scope.html#method___construct","d":null},{"t":"M","n":"Couchbase\\Scope::name","p":"Couchbase/Scope.html#method_name","d":"

    Returns the name of the scope.

    "},{"t":"M","n":"Couchbase\\Scope::collection","p":"Couchbase/Scope.html#method_collection","d":"

    Returns a new Collection object representing the collection specified.

    "},{"t":"M","n":"Couchbase\\Scope::query","p":"Couchbase/Scope.html#method_query","d":"

    Executes a N1QL query against the cluster with scopeName set implicitly.

    "},{"t":"M","n":"Couchbase\\Scope::analyticsQuery","p":"Couchbase/Scope.html#method_analyticsQuery","d":"

    Executes an analytics query against the cluster with scopeName set implicitly.

    "},{"t":"M","n":"Couchbase\\ScopeSpec::name","p":"Couchbase/ScopeSpec.html#method_name","d":null},{"t":"M","n":"Couchbase\\ScopeSpec::collections","p":"Couchbase/ScopeSpec.html#method_collections","d":null},{"t":"M","n":"Couchbase\\SearchFacetResult::field","p":"Couchbase/SearchFacetResult.html#method_field","d":"

    The field the SearchFacet was targeting.

    "},{"t":"M","n":"Couchbase\\SearchFacetResult::total","p":"Couchbase/SearchFacetResult.html#method_total","d":"

    The total number of valued facet results. Total = other() + terms (but doesn't include * missing()).

    "},{"t":"M","n":"Couchbase\\SearchFacetResult::missing","p":"Couchbase/SearchFacetResult.html#method_missing","d":"

    The number of results that couldn't be faceted, missing the adequate value. Not matter how many more\nbuckets are added to the original facet, these result won't ever be included in one.

    "},{"t":"M","n":"Couchbase\\SearchFacetResult::other","p":"Couchbase/SearchFacetResult.html#method_other","d":"

    The number of results that could have been faceted (because they have a value for the facet's field) but\nweren't, due to not having a bucket in which they belong. Adding a bucket can result in these results being\nfaceted.

    "},{"t":"M","n":"Couchbase\\SearchFacetResult::terms","p":"Couchbase/SearchFacetResult.html#method_terms","d":""},{"t":"M","n":"Couchbase\\SearchFacetResult::numericRanges","p":"Couchbase/SearchFacetResult.html#method_numericRanges","d":""},{"t":"M","n":"Couchbase\\SearchFacetResult::dateRanges","p":"Couchbase/SearchFacetResult.html#method_dateRanges","d":""},{"t":"M","n":"Couchbase\\SearchIndex::jsonSerialize","p":"Couchbase/SearchIndex.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Couchbase\\SearchIndex::type","p":"Couchbase/SearchIndex.html#method_type","d":null},{"t":"M","n":"Couchbase\\SearchIndex::uuid","p":"Couchbase/SearchIndex.html#method_uuid","d":null},{"t":"M","n":"Couchbase\\SearchIndex::params","p":"Couchbase/SearchIndex.html#method_params","d":null},{"t":"M","n":"Couchbase\\SearchIndex::sourceType","p":"Couchbase/SearchIndex.html#method_sourceType","d":null},{"t":"M","n":"Couchbase\\SearchIndex::sourceUuid","p":"Couchbase/SearchIndex.html#method_sourceUuid","d":null},{"t":"M","n":"Couchbase\\SearchIndex::sourceName","p":"Couchbase/SearchIndex.html#method_sourceName","d":null},{"t":"M","n":"Couchbase\\SearchIndex::sourceParams","p":"Couchbase/SearchIndex.html#method_sourceParams","d":null},{"t":"M","n":"Couchbase\\SearchIndex::setType","p":"Couchbase/SearchIndex.html#method_setType","d":null},{"t":"M","n":"Couchbase\\SearchIndex::setUuid","p":"Couchbase/SearchIndex.html#method_setUuid","d":null},{"t":"M","n":"Couchbase\\SearchIndex::setParams","p":"Couchbase/SearchIndex.html#method_setParams","d":null},{"t":"M","n":"Couchbase\\SearchIndex::setSourceType","p":"Couchbase/SearchIndex.html#method_setSourceType","d":null},{"t":"M","n":"Couchbase\\SearchIndex::setSourceUuid","p":"Couchbase/SearchIndex.html#method_setSourceUuid","d":null},{"t":"M","n":"Couchbase\\SearchIndex::setSourcename","p":"Couchbase/SearchIndex.html#method_setSourcename","d":null},{"t":"M","n":"Couchbase\\SearchIndex::setSourceParams","p":"Couchbase/SearchIndex.html#method_setSourceParams","d":null},{"t":"M","n":"Couchbase\\SearchIndexManager::getIndex","p":"Couchbase/SearchIndexManager.html#method_getIndex","d":null},{"t":"M","n":"Couchbase\\SearchIndexManager::getAllIndexes","p":"Couchbase/SearchIndexManager.html#method_getAllIndexes","d":null},{"t":"M","n":"Couchbase\\SearchIndexManager::upsertIndex","p":"Couchbase/SearchIndexManager.html#method_upsertIndex","d":null},{"t":"M","n":"Couchbase\\SearchIndexManager::dropIndex","p":"Couchbase/SearchIndexManager.html#method_dropIndex","d":null},{"t":"M","n":"Couchbase\\SearchIndexManager::getIndexedDocumentsCount","p":"Couchbase/SearchIndexManager.html#method_getIndexedDocumentsCount","d":null},{"t":"M","n":"Couchbase\\SearchIndexManager::pauseIngest","p":"Couchbase/SearchIndexManager.html#method_pauseIngest","d":null},{"t":"M","n":"Couchbase\\SearchIndexManager::resumeIngest","p":"Couchbase/SearchIndexManager.html#method_resumeIngest","d":null},{"t":"M","n":"Couchbase\\SearchIndexManager::allowQuerying","p":"Couchbase/SearchIndexManager.html#method_allowQuerying","d":null},{"t":"M","n":"Couchbase\\SearchIndexManager::disallowQuerying","p":"Couchbase/SearchIndexManager.html#method_disallowQuerying","d":null},{"t":"M","n":"Couchbase\\SearchIndexManager::freezePlan","p":"Couchbase/SearchIndexManager.html#method_freezePlan","d":null},{"t":"M","n":"Couchbase\\SearchIndexManager::unfreezePlan","p":"Couchbase/SearchIndexManager.html#method_unfreezePlan","d":null},{"t":"M","n":"Couchbase\\SearchIndexManager::analyzeDocument","p":"Couchbase/SearchIndexManager.html#method_analyzeDocument","d":null},{"t":"M","n":"Couchbase\\SearchMetaData::successCount","p":"Couchbase/SearchMetaData.html#method_successCount","d":"

    Returns the number of pindexes successfully queried

    "},{"t":"M","n":"Couchbase\\SearchMetaData::errorCount","p":"Couchbase/SearchMetaData.html#method_errorCount","d":"

    Returns the number of errors messages reported by individual pindexes

    "},{"t":"M","n":"Couchbase\\SearchMetaData::took","p":"Couchbase/SearchMetaData.html#method_took","d":"

    Returns the time taken to complete the query

    "},{"t":"M","n":"Couchbase\\SearchMetaData::totalHits","p":"Couchbase/SearchMetaData.html#method_totalHits","d":"

    Returns the total number of matches for this result

    "},{"t":"M","n":"Couchbase\\SearchMetaData::maxScore","p":"Couchbase/SearchMetaData.html#method_maxScore","d":"

    Returns the highest score of all documents for this search query.

    "},{"t":"M","n":"Couchbase\\SearchMetaData::metrics","p":"Couchbase/SearchMetaData.html#method_metrics","d":"

    Returns the metrics generated during execution of this search query.

    "},{"t":"M","n":"Couchbase\\SearchOptions::jsonSerialize","p":"Couchbase/SearchOptions.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Couchbase\\SearchOptions::timeout","p":"Couchbase/SearchOptions.html#method_timeout","d":"

    Sets the server side timeout in milliseconds

    "},{"t":"M","n":"Couchbase\\SearchOptions::limit","p":"Couchbase/SearchOptions.html#method_limit","d":"

    Add a limit to the query on the number of hits it can return

    "},{"t":"M","n":"Couchbase\\SearchOptions::skip","p":"Couchbase/SearchOptions.html#method_skip","d":"

    Set the number of hits to skip (eg. for pagination).

    "},{"t":"M","n":"Couchbase\\SearchOptions::explain","p":"Couchbase/SearchOptions.html#method_explain","d":"

    Activates the explanation of each result hit in the response

    "},{"t":"M","n":"Couchbase\\SearchOptions::disableScoring","p":"Couchbase/SearchOptions.html#method_disableScoring","d":"

    If set to true, the server will not perform any scoring on the hits

    "},{"t":"M","n":"Couchbase\\SearchOptions::consistentWith","p":"Couchbase/SearchOptions.html#method_consistentWith","d":"

    Sets the consistency to consider for this FTS query to AT_PLUS and\nuses the MutationState to parameterize the consistency.

    "},{"t":"M","n":"Couchbase\\SearchOptions::fields","p":"Couchbase/SearchOptions.html#method_fields","d":"

    Configures the list of fields for which the whole value should be included in the response.

    "},{"t":"M","n":"Couchbase\\SearchOptions::facets","p":"Couchbase/SearchOptions.html#method_facets","d":"

    Adds one SearchFacet-s to the query

    "},{"t":"M","n":"Couchbase\\SearchOptions::sort","p":"Couchbase/SearchOptions.html#method_sort","d":"

    Configures the list of fields (including special fields) which are used for sorting purposes.

    "},{"t":"M","n":"Couchbase\\SearchOptions::highlight","p":"Couchbase/SearchOptions.html#method_highlight","d":"

    Configures the highlighting of matches in the response

    "},{"t":"M","n":"Couchbase\\SearchOptions::collections","p":"Couchbase/SearchOptions.html#method_collections","d":"

    Configures the list of collections to use for restricting results.

    "},{"t":"M","n":"Couchbase\\SearchResult::metaData","p":"Couchbase/SearchResult.html#method_metaData","d":"

    Returns metadata generated during query execution

    "},{"t":"M","n":"Couchbase\\SearchResult::facets","p":"Couchbase/SearchResult.html#method_facets","d":"

    Returns any facets returned by the query

    "},{"t":"M","n":"Couchbase\\SearchResult::rows","p":"Couchbase/SearchResult.html#method_rows","d":"

    Returns any rows returned by the query

    "},{"t":"M","n":"Couchbase\\SearchSortField::jsonSerialize","p":"Couchbase/SearchSortField.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Couchbase\\SearchSortField::__construct","p":"Couchbase/SearchSortField.html#method___construct","d":null},{"t":"M","n":"Couchbase\\SearchSortField::descending","p":"Couchbase/SearchSortField.html#method_descending","d":"

    Direction of the sort

    "},{"t":"M","n":"Couchbase\\SearchSortField::type","p":"Couchbase/SearchSortField.html#method_type","d":"

    Set type of the field

    "},{"t":"M","n":"Couchbase\\SearchSortField::mode","p":"Couchbase/SearchSortField.html#method_mode","d":"

    Set mode of the sort

    "},{"t":"M","n":"Couchbase\\SearchSortField::missing","p":"Couchbase/SearchSortField.html#method_missing","d":"

    Set where the hits with missing field will be inserted

    "},{"t":"M","n":"Couchbase\\SearchSortGeoDistance::jsonSerialize","p":"Couchbase/SearchSortGeoDistance.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Couchbase\\SearchSortGeoDistance::__construct","p":"Couchbase/SearchSortGeoDistance.html#method___construct","d":null},{"t":"M","n":"Couchbase\\SearchSortGeoDistance::descending","p":"Couchbase/SearchSortGeoDistance.html#method_descending","d":"

    Direction of the sort

    "},{"t":"M","n":"Couchbase\\SearchSortGeoDistance::unit","p":"Couchbase/SearchSortGeoDistance.html#method_unit","d":"

    Name of the units

    "},{"t":"M","n":"Couchbase\\SearchSortId::jsonSerialize","p":"Couchbase/SearchSortId.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Couchbase\\SearchSortId::__construct","p":"Couchbase/SearchSortId.html#method___construct","d":null},{"t":"M","n":"Couchbase\\SearchSortId::descending","p":"Couchbase/SearchSortId.html#method_descending","d":"

    Direction of the sort

    "},{"t":"M","n":"Couchbase\\SearchSortScore::jsonSerialize","p":"Couchbase/SearchSortScore.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Couchbase\\SearchSortScore::__construct","p":"Couchbase/SearchSortScore.html#method___construct","d":null},{"t":"M","n":"Couchbase\\SearchSortScore::descending","p":"Couchbase/SearchSortScore.html#method_descending","d":"

    Direction of the sort

    "},{"t":"M","n":"Couchbase\\SpatialViewQuery::encode","p":"Couchbase/SpatialViewQuery.html#method_encode","d":"

    Returns associative array, representing the View query.

    "},{"t":"M","n":"Couchbase\\SpatialViewQuery::limit","p":"Couchbase/SpatialViewQuery.html#method_limit","d":"

    Limits the result set to a specified number rows.

    "},{"t":"M","n":"Couchbase\\SpatialViewQuery::skip","p":"Couchbase/SpatialViewQuery.html#method_skip","d":"

    Skips a number o records rom the beginning of the result set

    "},{"t":"M","n":"Couchbase\\SpatialViewQuery::consistency","p":"Couchbase/SpatialViewQuery.html#method_consistency","d":"

    Specifies the mode of updating to perorm before and after executing the query

    "},{"t":"M","n":"Couchbase\\SpatialViewQuery::order","p":"Couchbase/SpatialViewQuery.html#method_order","d":"

    Orders the results by key as specified

    "},{"t":"M","n":"Couchbase\\SpatialViewQuery::bbox","p":"Couchbase/SpatialViewQuery.html#method_bbox","d":"

    Specifies the bounding box to search within.

    "},{"t":"M","n":"Couchbase\\SpatialViewQuery::startRange","p":"Couchbase/SpatialViewQuery.html#method_startRange","d":"

    Specify start range for query

    "},{"t":"M","n":"Couchbase\\SpatialViewQuery::endRange","p":"Couchbase/SpatialViewQuery.html#method_endRange","d":"

    Specify end range for query

    "},{"t":"M","n":"Couchbase\\SpatialViewQuery::custom","p":"Couchbase/SpatialViewQuery.html#method_custom","d":"

    Specifies custom options to pass to the server.

    "},{"t":"M","n":"Couchbase\\TermFacetResult::term","p":"Couchbase/TermFacetResult.html#method_term","d":""},{"t":"M","n":"Couchbase\\TermFacetResult::count","p":"Couchbase/TermFacetResult.html#method_count","d":""},{"t":"M","n":"Couchbase\\TermRangeSearchQuery::jsonSerialize","p":"Couchbase/TermRangeSearchQuery.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Couchbase\\TermRangeSearchQuery::__construct","p":"Couchbase/TermRangeSearchQuery.html#method___construct","d":null},{"t":"M","n":"Couchbase\\TermRangeSearchQuery::boost","p":"Couchbase/TermRangeSearchQuery.html#method_boost","d":""},{"t":"M","n":"Couchbase\\TermRangeSearchQuery::field","p":"Couchbase/TermRangeSearchQuery.html#method_field","d":""},{"t":"M","n":"Couchbase\\TermRangeSearchQuery::min","p":"Couchbase/TermRangeSearchQuery.html#method_min","d":""},{"t":"M","n":"Couchbase\\TermRangeSearchQuery::max","p":"Couchbase/TermRangeSearchQuery.html#method_max","d":""},{"t":"M","n":"Couchbase\\TermSearchFacet::jsonSerialize","p":"Couchbase/TermSearchFacet.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Couchbase\\TermSearchFacet::__construct","p":"Couchbase/TermSearchFacet.html#method___construct","d":null},{"t":"M","n":"Couchbase\\TermSearchQuery::jsonSerialize","p":"Couchbase/TermSearchQuery.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Couchbase\\TermSearchQuery::__construct","p":"Couchbase/TermSearchQuery.html#method___construct","d":null},{"t":"M","n":"Couchbase\\TermSearchQuery::boost","p":"Couchbase/TermSearchQuery.html#method_boost","d":""},{"t":"M","n":"Couchbase\\TermSearchQuery::field","p":"Couchbase/TermSearchQuery.html#method_field","d":""},{"t":"M","n":"Couchbase\\TermSearchQuery::prefixLength","p":"Couchbase/TermSearchQuery.html#method_prefixLength","d":""},{"t":"M","n":"Couchbase\\TermSearchQuery::fuzziness","p":"Couchbase/TermSearchQuery.html#method_fuzziness","d":""},{"t":"M","n":"Couchbase\\ThresholdLoggingTracer::requestSpan","p":"Couchbase/ThresholdLoggingTracer.html#method_requestSpan","d":"

    Creates a new request span.

    "},{"t":"M","n":"Couchbase\\ThresholdLoggingTracer::emitInterval","p":"Couchbase/ThresholdLoggingTracer.html#method_emitInterval","d":"

    Specifies how often aggregated trace information should be logged,\nspecified in microseconds.

    "},{"t":"M","n":"Couchbase\\ThresholdLoggingTracer::kvThreshold","p":"Couchbase/ThresholdLoggingTracer.html#method_kvThreshold","d":"

    Specifies the threshold for when a kv request should be included\nin the aggregated metrics, specified in microseconds.

    "},{"t":"M","n":"Couchbase\\ThresholdLoggingTracer::queryThreshold","p":"Couchbase/ThresholdLoggingTracer.html#method_queryThreshold","d":"

    Specifies the threshold for when a query request should be included\nin the aggregated metrics, specified in microseconds.

    "},{"t":"M","n":"Couchbase\\ThresholdLoggingTracer::viewsThreshold","p":"Couchbase/ThresholdLoggingTracer.html#method_viewsThreshold","d":"

    Specifies the threshold for when a views request should be included\nin the aggregated metrics, specified in microseconds.

    "},{"t":"M","n":"Couchbase\\ThresholdLoggingTracer::searchThreshold","p":"Couchbase/ThresholdLoggingTracer.html#method_searchThreshold","d":"

    Specifies the threshold for when a search request should be included\nin the aggregated metrics, specified in microseconds.

    "},{"t":"M","n":"Couchbase\\ThresholdLoggingTracer::analyticsThreshold","p":"Couchbase/ThresholdLoggingTracer.html#method_analyticsThreshold","d":"

    Specifies the threshold for when an analytics request should be included\nin the aggregated metrics, specified in microseconds.

    "},{"t":"M","n":"Couchbase\\ThresholdLoggingTracer::sampleSize","p":"Couchbase/ThresholdLoggingTracer.html#method_sampleSize","d":"

    Specifies the number of entries which should be kept between each\nlogging interval.

    "},{"t":"M","n":"Couchbase\\TouchOptions::timeout","p":"Couchbase/TouchOptions.html#method_timeout","d":"

    Sets the operation timeout in milliseconds.

    "},{"t":"M","n":"Couchbase\\UnlockOptions::timeout","p":"Couchbase/UnlockOptions.html#method_timeout","d":"

    Sets the operation timeout in milliseconds.

    "},{"t":"M","n":"Couchbase\\UpsertOptions::timeout","p":"Couchbase/UpsertOptions.html#method_timeout","d":"

    Sets the operation timeout in milliseconds.

    "},{"t":"M","n":"Couchbase\\UpsertOptions::expiry","p":"Couchbase/UpsertOptions.html#method_expiry","d":"

    Sets the expiry time for the document.

    "},{"t":"M","n":"Couchbase\\UpsertOptions::preserveExpiry","p":"Couchbase/UpsertOptions.html#method_preserveExpiry","d":"

    Sets whether the original expiration should be preserved (by default Replace operation updates expiration).

    "},{"t":"M","n":"Couchbase\\UpsertOptions::durabilityLevel","p":"Couchbase/UpsertOptions.html#method_durabilityLevel","d":"

    Sets the durability level to enforce when writing the document.

    "},{"t":"M","n":"Couchbase\\UpsertOptions::encoder","p":"Couchbase/UpsertOptions.html#method_encoder","d":"

    Associate custom transcoder with the request.

    "},{"t":"M","n":"Couchbase\\UpsertUserOptions::domainName","p":"Couchbase/UpsertUserOptions.html#method_domainName","d":null},{"t":"M","n":"Couchbase\\User::username","p":"Couchbase/User.html#method_username","d":null},{"t":"M","n":"Couchbase\\User::displayName","p":"Couchbase/User.html#method_displayName","d":null},{"t":"M","n":"Couchbase\\User::groups","p":"Couchbase/User.html#method_groups","d":null},{"t":"M","n":"Couchbase\\User::roles","p":"Couchbase/User.html#method_roles","d":null},{"t":"M","n":"Couchbase\\User::setUsername","p":"Couchbase/User.html#method_setUsername","d":null},{"t":"M","n":"Couchbase\\User::setPassword","p":"Couchbase/User.html#method_setPassword","d":null},{"t":"M","n":"Couchbase\\User::setDisplayName","p":"Couchbase/User.html#method_setDisplayName","d":null},{"t":"M","n":"Couchbase\\User::setGroups","p":"Couchbase/User.html#method_setGroups","d":null},{"t":"M","n":"Couchbase\\User::setRoles","p":"Couchbase/User.html#method_setRoles","d":null},{"t":"M","n":"Couchbase\\UserAndMetadata::domain","p":"Couchbase/UserAndMetadata.html#method_domain","d":null},{"t":"M","n":"Couchbase\\UserAndMetadata::user","p":"Couchbase/UserAndMetadata.html#method_user","d":null},{"t":"M","n":"Couchbase\\UserAndMetadata::effectiveRoles","p":"Couchbase/UserAndMetadata.html#method_effectiveRoles","d":null},{"t":"M","n":"Couchbase\\UserAndMetadata::passwordChanged","p":"Couchbase/UserAndMetadata.html#method_passwordChanged","d":null},{"t":"M","n":"Couchbase\\UserAndMetadata::externalGroups","p":"Couchbase/UserAndMetadata.html#method_externalGroups","d":null},{"t":"M","n":"Couchbase\\UserManager::getUser","p":"Couchbase/UserManager.html#method_getUser","d":null},{"t":"M","n":"Couchbase\\UserManager::getAllUsers","p":"Couchbase/UserManager.html#method_getAllUsers","d":null},{"t":"M","n":"Couchbase\\UserManager::upsertUser","p":"Couchbase/UserManager.html#method_upsertUser","d":null},{"t":"M","n":"Couchbase\\UserManager::dropUser","p":"Couchbase/UserManager.html#method_dropUser","d":null},{"t":"M","n":"Couchbase\\UserManager::getRoles","p":"Couchbase/UserManager.html#method_getRoles","d":null},{"t":"M","n":"Couchbase\\UserManager::getGroup","p":"Couchbase/UserManager.html#method_getGroup","d":null},{"t":"M","n":"Couchbase\\UserManager::getAllGroups","p":"Couchbase/UserManager.html#method_getAllGroups","d":null},{"t":"M","n":"Couchbase\\UserManager::upsertGroup","p":"Couchbase/UserManager.html#method_upsertGroup","d":null},{"t":"M","n":"Couchbase\\UserManager::dropGroup","p":"Couchbase/UserManager.html#method_dropGroup","d":null},{"t":"M","n":"Couchbase\\UserSettings::fullName","p":"Couchbase/UserSettings.html#method_fullName","d":"

    Sets full name of the user (optional).

    "},{"t":"M","n":"Couchbase\\UserSettings::password","p":"Couchbase/UserSettings.html#method_password","d":"

    Sets password of the user.

    "},{"t":"M","n":"Couchbase\\UserSettings::role","p":"Couchbase/UserSettings.html#method_role","d":"

    Adds role to the list of the accessible roles of the user.

    "},{"t":"M","n":"Couchbase\\ValueRecorder::recordValue","p":"Couchbase/ValueRecorder.html#method_recordValue","d":"

    Records a new value.

    "},{"t":"M","n":"Couchbase\\View::name","p":"Couchbase/View.html#method_name","d":null},{"t":"M","n":"Couchbase\\View::map","p":"Couchbase/View.html#method_map","d":null},{"t":"M","n":"Couchbase\\View::reduce","p":"Couchbase/View.html#method_reduce","d":null},{"t":"M","n":"Couchbase\\View::setName","p":"Couchbase/View.html#method_setName","d":null},{"t":"M","n":"Couchbase\\View::setMap","p":"Couchbase/View.html#method_setMap","d":null},{"t":"M","n":"Couchbase\\View::setReduce","p":"Couchbase/View.html#method_setReduce","d":null},{"t":"M","n":"Couchbase\\ViewIndexManager::getAllDesignDocuments","p":"Couchbase/ViewIndexManager.html#method_getAllDesignDocuments","d":null},{"t":"M","n":"Couchbase\\ViewIndexManager::getDesignDocument","p":"Couchbase/ViewIndexManager.html#method_getDesignDocument","d":null},{"t":"M","n":"Couchbase\\ViewIndexManager::dropDesignDocument","p":"Couchbase/ViewIndexManager.html#method_dropDesignDocument","d":null},{"t":"M","n":"Couchbase\\ViewIndexManager::upsertDesignDocument","p":"Couchbase/ViewIndexManager.html#method_upsertDesignDocument","d":null},{"t":"M","n":"Couchbase\\ViewMetaData::totalRows","p":"Couchbase/ViewMetaData.html#method_totalRows","d":"

    Returns the total number of rows returned by this view query

    "},{"t":"M","n":"Couchbase\\ViewMetaData::debug","p":"Couchbase/ViewMetaData.html#method_debug","d":"

    Returns debug information for this view query if enabled

    "},{"t":"M","n":"Couchbase\\ViewOptions::timeout","p":"Couchbase/ViewOptions.html#method_timeout","d":null},{"t":"M","n":"Couchbase\\ViewOptions::includeDocuments","p":"Couchbase/ViewOptions.html#method_includeDocuments","d":null},{"t":"M","n":"Couchbase\\ViewOptions::key","p":"Couchbase/ViewOptions.html#method_key","d":null},{"t":"M","n":"Couchbase\\ViewOptions::keys","p":"Couchbase/ViewOptions.html#method_keys","d":null},{"t":"M","n":"Couchbase\\ViewOptions::limit","p":"Couchbase/ViewOptions.html#method_limit","d":null},{"t":"M","n":"Couchbase\\ViewOptions::skip","p":"Couchbase/ViewOptions.html#method_skip","d":null},{"t":"M","n":"Couchbase\\ViewOptions::scanConsistency","p":"Couchbase/ViewOptions.html#method_scanConsistency","d":null},{"t":"M","n":"Couchbase\\ViewOptions::order","p":"Couchbase/ViewOptions.html#method_order","d":null},{"t":"M","n":"Couchbase\\ViewOptions::reduce","p":"Couchbase/ViewOptions.html#method_reduce","d":null},{"t":"M","n":"Couchbase\\ViewOptions::group","p":"Couchbase/ViewOptions.html#method_group","d":null},{"t":"M","n":"Couchbase\\ViewOptions::groupLevel","p":"Couchbase/ViewOptions.html#method_groupLevel","d":null},{"t":"M","n":"Couchbase\\ViewOptions::range","p":"Couchbase/ViewOptions.html#method_range","d":null},{"t":"M","n":"Couchbase\\ViewOptions::idRange","p":"Couchbase/ViewOptions.html#method_idRange","d":null},{"t":"M","n":"Couchbase\\ViewOptions::raw","p":"Couchbase/ViewOptions.html#method_raw","d":null},{"t":"M","n":"Couchbase\\ViewQuery::from","p":"Couchbase/ViewQuery.html#method_from","d":"

    Creates a new Couchbase ViewQuery instance for performing a view query.

    "},{"t":"M","n":"Couchbase\\ViewQuery::fromSpatial","p":"Couchbase/ViewQuery.html#method_fromSpatial","d":"

    Creates a new Couchbase ViewQuery instance for performing a spatial query.

    "},{"t":"M","n":"Couchbase\\ViewQuery::encode","p":"Couchbase/ViewQuery.html#method_encode","d":"

    Returns associative array, representing the View query.

    "},{"t":"M","n":"Couchbase\\ViewQuery::limit","p":"Couchbase/ViewQuery.html#method_limit","d":"

    Limits the result set to a specified number rows.

    "},{"t":"M","n":"Couchbase\\ViewQuery::skip","p":"Couchbase/ViewQuery.html#method_skip","d":"

    Skips a number o records rom the beginning of the result set

    "},{"t":"M","n":"Couchbase\\ViewQuery::consistency","p":"Couchbase/ViewQuery.html#method_consistency","d":"

    Specifies the mode of updating to perorm before and after executing the query

    "},{"t":"M","n":"Couchbase\\ViewQuery::order","p":"Couchbase/ViewQuery.html#method_order","d":"

    Orders the results by key as specified

    "},{"t":"M","n":"Couchbase\\ViewQuery::reduce","p":"Couchbase/ViewQuery.html#method_reduce","d":"

    Specifies whether the reduction function should be applied to results of the query.

    "},{"t":"M","n":"Couchbase\\ViewQuery::group","p":"Couchbase/ViewQuery.html#method_group","d":"

    Group the results using the reduce function to a group or single row.

    "},{"t":"M","n":"Couchbase\\ViewQuery::groupLevel","p":"Couchbase/ViewQuery.html#method_groupLevel","d":"

    Specify the group level to be used.

    "},{"t":"M","n":"Couchbase\\ViewQuery::key","p":"Couchbase/ViewQuery.html#method_key","d":"

    Restict results of the query to the specified key

    "},{"t":"M","n":"Couchbase\\ViewQuery::keys","p":"Couchbase/ViewQuery.html#method_keys","d":"

    Restict results of the query to the specified set of keys

    "},{"t":"M","n":"Couchbase\\ViewQuery::range","p":"Couchbase/ViewQuery.html#method_range","d":"

    Specifies a range of the keys to return from the index.

    "},{"t":"M","n":"Couchbase\\ViewQuery::idRange","p":"Couchbase/ViewQuery.html#method_idRange","d":"

    Specifies start and end document IDs in addition to range limits.

    "},{"t":"M","n":"Couchbase\\ViewQuery::custom","p":"Couchbase/ViewQuery.html#method_custom","d":"

    Specifies custom options to pass to the server.

    "},{"t":"M","n":"Couchbase\\ViewQueryEncodable::encode","p":"Couchbase/ViewQueryEncodable.html#method_encode","d":"

    Returns associative array, representing the View query.

    "},{"t":"M","n":"Couchbase\\ViewResult::metaData","p":"Couchbase/ViewResult.html#method_metaData","d":"

    Returns metadata generated during query execution

    "},{"t":"M","n":"Couchbase\\ViewResult::rows","p":"Couchbase/ViewResult.html#method_rows","d":"

    Returns any rows returned by the query

    "},{"t":"M","n":"Couchbase\\ViewRow::id","p":"Couchbase/ViewRow.html#method_id","d":"

    Returns the id of the row

    "},{"t":"M","n":"Couchbase\\ViewRow::key","p":"Couchbase/ViewRow.html#method_key","d":"

    Returns the key of the document

    "},{"t":"M","n":"Couchbase\\ViewRow::value","p":"Couchbase/ViewRow.html#method_value","d":"

    Returns the value of the row

    "},{"t":"M","n":"Couchbase\\ViewRow::document","p":"Couchbase/ViewRow.html#method_document","d":"

    Returns the corresponding document for the row, if enabled

    "},{"t":"M","n":"Couchbase\\WatchQueryIndexesOptions::watchPrimary","p":"Couchbase/WatchQueryIndexesOptions.html#method_watchPrimary","d":null},{"t":"M","n":"Couchbase\\WildcardSearchQuery::jsonSerialize","p":"Couchbase/WildcardSearchQuery.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Couchbase\\WildcardSearchQuery::__construct","p":"Couchbase/WildcardSearchQuery.html#method___construct","d":null},{"t":"M","n":"Couchbase\\WildcardSearchQuery::boost","p":"Couchbase/WildcardSearchQuery.html#method_boost","d":""},{"t":"M","n":"Couchbase\\WildcardSearchQuery::field","p":"Couchbase/WildcardSearchQuery.html#method_field","d":""},{"t":"M","n":"Countable::count","p":"Countable.html#method_count","d":"

    Count elements of an object

    "},{"t":"M","n":"Crypto\\Base64::encode","p":"Crypto/Base64.html#method_encode","d":"

    Encodes string $data to base64 encoding

    "},{"t":"M","n":"Crypto\\Base64::decode","p":"Crypto/Base64.html#method_decode","d":"

    Decodes base64 string $data to raw encoding

    "},{"t":"M","n":"Crypto\\Base64::__construct","p":"Crypto/Base64.html#method___construct","d":"

    Base64 constructor

    "},{"t":"M","n":"Crypto\\Base64::encodeUpdate","p":"Crypto/Base64.html#method_encodeUpdate","d":"

    Encodes block of characters from $data and saves the reminder of the last block\nto the encoding context

    "},{"t":"M","n":"Crypto\\Base64::encodeFinish","p":"Crypto/Base64.html#method_encodeFinish","d":"

    Encodes characters that left in the encoding context

    "},{"t":"M","n":"Crypto\\Base64::decodeUpdate","p":"Crypto/Base64.html#method_decodeUpdate","d":"

    Decodes block of characters from $data and saves the reminder of the last block\nto the encoding context

    "},{"t":"M","n":"Crypto\\Base64::decodeFinish","p":"Crypto/Base64.html#method_decodeFinish","d":"

    Decodes characters that left in the encoding context

    "},{"t":"M","n":"Crypto\\Cipher::getAlgorithms","p":"Crypto/Cipher.html#method_getAlgorithms","d":"

    Returns cipher algorithms

    "},{"t":"M","n":"Crypto\\Cipher::hasAlgorithm","p":"Crypto/Cipher.html#method_hasAlgorithm","d":"

    Finds out whether algorithm exists

    "},{"t":"M","n":"Crypto\\Cipher::hasMode","p":"Crypto/Cipher.html#method_hasMode","d":"

    Finds out whether the cipher mode is defined in the used OpenSSL library

    "},{"t":"M","n":"Crypto\\Cipher::__callStatic","p":"Crypto/Cipher.html#method___callStatic","d":"

    Cipher magic method for calling static methods

    "},{"t":"M","n":"Crypto\\Cipher::__construct","p":"Crypto/Cipher.html#method___construct","d":"

    Cipher constructor

    "},{"t":"M","n":"Crypto\\Cipher::getAlgorithmName","p":"Crypto/Cipher.html#method_getAlgorithmName","d":"

    Returns cipher algorithm string

    "},{"t":"M","n":"Crypto\\Cipher::encryptInit","p":"Crypto/Cipher.html#method_encryptInit","d":"

    Initializes cipher encryption

    "},{"t":"M","n":"Crypto\\Cipher::encryptUpdate","p":"Crypto/Cipher.html#method_encryptUpdate","d":"

    Updates cipher encryption

    "},{"t":"M","n":"Crypto\\Cipher::encryptFinish","p":"Crypto/Cipher.html#method_encryptFinish","d":"

    Finalizes cipher encryption

    "},{"t":"M","n":"Crypto\\Cipher::encrypt","p":"Crypto/Cipher.html#method_encrypt","d":"

    Encrypts text to ciphertext

    "},{"t":"M","n":"Crypto\\Cipher::decryptInit","p":"Crypto/Cipher.html#method_decryptInit","d":"

    Initializes cipher decryption

    "},{"t":"M","n":"Crypto\\Cipher::decryptUpdate","p":"Crypto/Cipher.html#method_decryptUpdate","d":"

    Updates cipher decryption

    "},{"t":"M","n":"Crypto\\Cipher::decryptFinish","p":"Crypto/Cipher.html#method_decryptFinish","d":"

    Finalizes cipher decryption

    "},{"t":"M","n":"Crypto\\Cipher::decrypt","p":"Crypto/Cipher.html#method_decrypt","d":"

    Decrypts ciphertext to decrypted text

    "},{"t":"M","n":"Crypto\\Cipher::getBlockSize","p":"Crypto/Cipher.html#method_getBlockSize","d":"

    Returns cipher block size

    "},{"t":"M","n":"Crypto\\Cipher::getKeyLength","p":"Crypto/Cipher.html#method_getKeyLength","d":"

    Returns cipher key length

    "},{"t":"M","n":"Crypto\\Cipher::getIVLength","p":"Crypto/Cipher.html#method_getIVLength","d":"

    Returns cipher IV length

    "},{"t":"M","n":"Crypto\\Cipher::getMode","p":"Crypto/Cipher.html#method_getMode","d":"

    Returns cipher mode

    "},{"t":"M","n":"Crypto\\Cipher::getTag","p":"Crypto/Cipher.html#method_getTag","d":"

    Returns authentication tag

    "},{"t":"M","n":"Crypto\\Cipher::setTag","p":"Crypto/Cipher.html#method_setTag","d":"

    Sets authentication tag

    "},{"t":"M","n":"Crypto\\Cipher::setTagLength","p":"Crypto/Cipher.html#method_setTagLength","d":"

    Set authentication tag length

    "},{"t":"M","n":"Crypto\\Cipher::setAAD","p":"Crypto/Cipher.html#method_setAAD","d":"

    Sets additional application data for authenticated encryption

    "},{"t":"M","n":"Crypto\\Hash::getAlgorithms","p":"Crypto/Hash.html#method_getAlgorithms","d":"

    Returns hash algorithms

    "},{"t":"M","n":"Crypto\\Hash::hasAlgorithm","p":"Crypto/Hash.html#method_hasAlgorithm","d":"

    Finds out whether algorithm exists

    "},{"t":"M","n":"Crypto\\Hash::__callStatic","p":"Crypto/Hash.html#method___callStatic","d":"

    Hash magic method for calling static methods

    "},{"t":"M","n":"Crypto\\Hash::__construct","p":"Crypto/Hash.html#method___construct","d":"

    Hash constructor

    "},{"t":"M","n":"Crypto\\Hash::getAlgorithmName","p":"Crypto/Hash.html#method_getAlgorithmName","d":"

    Returns hash algorithm string

    "},{"t":"M","n":"Crypto\\Hash::update","p":"Crypto/Hash.html#method_update","d":"

    Updates hash

    "},{"t":"M","n":"Crypto\\Hash::digest","p":"Crypto/Hash.html#method_digest","d":"

    Return hash digest in raw foramt

    "},{"t":"M","n":"Crypto\\Hash::hexdigest","p":"Crypto/Hash.html#method_hexdigest","d":"

    Return hash digest in hex format

    "},{"t":"M","n":"Crypto\\Hash::getBlockSize","p":"Crypto/Hash.html#method_getBlockSize","d":"

    Returns hash block size

    "},{"t":"M","n":"Crypto\\Hash::getSize","p":"Crypto/Hash.html#method_getSize","d":"

    Returns hash size

    "},{"t":"M","n":"Crypto\\KDF::__construct","p":"Crypto/KDF.html#method___construct","d":"

    KDF constructor

    "},{"t":"M","n":"Crypto\\KDF::getLength","p":"Crypto/KDF.html#method_getLength","d":"

    Get key length

    "},{"t":"M","n":"Crypto\\KDF::setLength","p":"Crypto/KDF.html#method_setLength","d":"

    Set key length

    "},{"t":"M","n":"Crypto\\KDF::getSalt","p":"Crypto/KDF.html#method_getSalt","d":"

    Get salt

    "},{"t":"M","n":"Crypto\\KDF::setSalt","p":"Crypto/KDF.html#method_setSalt","d":"

    Set salt

    "},{"t":"M","n":"Crypto\\MAC::__construct","p":"Crypto/MAC.html#method___construct","d":"

    Create a MAC (used by MAC subclasses - HMAC and CMAC)

    "},{"t":"M","n":"Crypto\\PBKDF2::__construct","p":"Crypto/PBKDF2.html#method___construct","d":"

    KDF constructor

    "},{"t":"M","n":"Crypto\\PBKDF2::derive","p":"Crypto/PBKDF2.html#method_derive","d":"

    Deriver hash for password

    "},{"t":"M","n":"Crypto\\PBKDF2::getIterations","p":"Crypto/PBKDF2.html#method_getIterations","d":"

    Get iterations

    "},{"t":"M","n":"Crypto\\PBKDF2::setIterations","p":"Crypto/PBKDF2.html#method_setIterations","d":"

    Set iterations

    "},{"t":"M","n":"Crypto\\PBKDF2::getHashAlgorithm","p":"Crypto/PBKDF2.html#method_getHashAlgorithm","d":"

    Get hash algorithm

    "},{"t":"M","n":"Crypto\\PBKDF2::setHashAlgorithm","p":"Crypto/PBKDF2.html#method_setHashAlgorithm","d":"

    Set hash algorithm

    "},{"t":"M","n":"Crypto\\Rand::generate","p":"Crypto/Rand.html#method_generate","d":"

    Generates pseudo random bytes

    "},{"t":"M","n":"Crypto\\Rand::seed","p":"Crypto/Rand.html#method_seed","d":"

    Mixes bytes in $buf into PRNG state

    "},{"t":"M","n":"Crypto\\Rand::cleanup","p":"Crypto/Rand.html#method_cleanup","d":"

    Cleans up PRNG state

    "},{"t":"M","n":"Crypto\\Rand::loadFile","p":"Crypto/Rand.html#method_loadFile","d":"

    Reads a number of bytes from file $filename and adds them to the PRNG. If\nmax_bytes is non-negative, up to to max_bytes are read; if $max_bytes is\nnegative, the complete file is read

    "},{"t":"M","n":"Crypto\\Rand::writeFile","p":"Crypto/Rand.html#method_writeFile","d":"

    Writes a number of random bytes (currently 1024) to file $filename which can be\nused to initializethe PRNG by calling Crypto\\Rand::loadFile() in a later session

    "},{"t":"M","n":"DOMAttr::isId","p":"DOMAttr.html#method_isId","d":"

    Checks if attribute is a defined ID

    "},{"t":"M","n":"DOMAttr::__construct","p":"DOMAttr.html#method___construct","d":"

    Creates a new {DOMAttr} object

    "},{"t":"M","n":"DOMCdataSection::__construct","p":"DOMCdataSection.html#method___construct","d":"

    The value of the CDATA node. If not supplied, an empty CDATA node is created.

    "},{"t":"M","n":"DOMCharacterData::substringData","p":"DOMCharacterData.html#method_substringData","d":"

    Extracts a range of data from the node

    "},{"t":"M","n":"DOMCharacterData::appendData","p":"DOMCharacterData.html#method_appendData","d":"

    Append the string to the end of the character data of the node

    "},{"t":"M","n":"DOMCharacterData::insertData","p":"DOMCharacterData.html#method_insertData","d":"

    Insert a string at the specified 16-bit unit offset

    "},{"t":"M","n":"DOMCharacterData::deleteData","p":"DOMCharacterData.html#method_deleteData","d":"

    Remove a range of characters from the node

    "},{"t":"M","n":"DOMCharacterData::replaceData","p":"DOMCharacterData.html#method_replaceData","d":"

    Replace a substring within the DOMCharacterData node

    "},{"t":"M","n":"DOMCharacterData::remove","p":"DOMCharacterData.html#method_remove","d":"

    Acts as a simpler version of {DOMNode::removeChild()}.

    "},{"t":"M","n":"DOMCharacterData::before","p":"DOMCharacterData.html#method_before","d":"

    Add passed node(s) before the current node

    "},{"t":"M","n":"DOMCharacterData::after","p":"DOMCharacterData.html#method_after","d":"

    Add passed node(s) after the current node

    "},{"t":"M","n":"DOMCharacterData::replaceWith","p":"DOMCharacterData.html#method_replaceWith","d":"

    Replace current node with new node(s), a combination\nof {DOMChildNode::remove()} + {DOMChildNode::append()}.

    "},{"t":"M","n":"DOMChildNode::remove","p":"DOMChildNode.html#method_remove","d":"

    Acts as a simpler version of {DOMNode::removeChild()}.

    "},{"t":"M","n":"DOMChildNode::before","p":"DOMChildNode.html#method_before","d":"

    Add passed node(s) before the current node

    "},{"t":"M","n":"DOMChildNode::after","p":"DOMChildNode.html#method_after","d":"

    Add passed node(s) after the current node

    "},{"t":"M","n":"DOMChildNode::replaceWith","p":"DOMChildNode.html#method_replaceWith","d":"

    Replace current node with new node(s), a combination\nof {DOMChildNode::remove()} + {DOMChildNode::append()}.

    "},{"t":"M","n":"DOMComment::__construct","p":"DOMComment.html#method___construct","d":"

    Creates a new DOMComment object

    "},{"t":"M","n":"DOMConfiguration::setParameter","p":"DOMConfiguration.html#method_setParameter","d":""},{"t":"M","n":"DOMConfiguration::getParameter","p":"DOMConfiguration.html#method_getParameter","d":""},{"t":"M","n":"DOMConfiguration::canSetParameter","p":"DOMConfiguration.html#method_canSetParameter","d":""},{"t":"M","n":"DOMDocument::createElement","p":"DOMDocument.html#method_createElement","d":"

    Create new element node

    "},{"t":"M","n":"DOMDocument::createDocumentFragment","p":"DOMDocument.html#method_createDocumentFragment","d":"

    Create new document fragment

    "},{"t":"M","n":"DOMDocument::createTextNode","p":"DOMDocument.html#method_createTextNode","d":"

    Create new text node

    "},{"t":"M","n":"DOMDocument::createComment","p":"DOMDocument.html#method_createComment","d":"

    Create new comment node

    "},{"t":"M","n":"DOMDocument::createCDATASection","p":"DOMDocument.html#method_createCDATASection","d":"

    Create new cdata node

    "},{"t":"M","n":"DOMDocument::createProcessingInstruction","p":"DOMDocument.html#method_createProcessingInstruction","d":"

    Creates new PI node

    "},{"t":"M","n":"DOMDocument::createAttribute","p":"DOMDocument.html#method_createAttribute","d":"

    Create new attribute

    "},{"t":"M","n":"DOMDocument::createEntityReference","p":"DOMDocument.html#method_createEntityReference","d":"

    Create new entity reference node

    "},{"t":"M","n":"DOMDocument::getElementsByTagName","p":"DOMDocument.html#method_getElementsByTagName","d":"

    Searches for all elements with given tag name

    "},{"t":"M","n":"DOMDocument::importNode","p":"DOMDocument.html#method_importNode","d":"

    Import node into current document

    "},{"t":"M","n":"DOMDocument::createElementNS","p":"DOMDocument.html#method_createElementNS","d":"

    Create new element node with an associated namespace

    "},{"t":"M","n":"DOMDocument::createAttributeNS","p":"DOMDocument.html#method_createAttributeNS","d":"

    Create new attribute node with an associated namespace

    "},{"t":"M","n":"DOMDocument::getElementsByTagNameNS","p":"DOMDocument.html#method_getElementsByTagNameNS","d":"

    Searches for all elements with given tag name in specified namespace

    "},{"t":"M","n":"DOMDocument::getElementById","p":"DOMDocument.html#method_getElementById","d":"

    Searches for an element with a certain id

    "},{"t":"M","n":"DOMDocument::adoptNode","p":"DOMDocument.html#method_adoptNode","d":null},{"t":"M","n":"DOMDocument::append","p":"DOMDocument.html#method_append","d":"

    Appends one or many nodes to the list of children behind the last\nchild node.

    "},{"t":"M","n":"DOMDocument::prepend","p":"DOMDocument.html#method_prepend","d":"

    Prepends one or many nodes to the list of children before the first\nchild node.

    "},{"t":"M","n":"DOMDocument::replaceChildren","p":"DOMDocument.html#method_replaceChildren","d":""},{"t":"M","n":"DOMDocument::normalizeDocument","p":"DOMDocument.html#method_normalizeDocument","d":"

    Normalizes the document

    "},{"t":"M","n":"DOMDocument::renameNode","p":"DOMDocument.html#method_renameNode","d":""},{"t":"M","n":"DOMDocument::load","p":"DOMDocument.html#method_load","d":"

    Load XML from a file

    "},{"t":"M","n":"DOMDocument::save","p":"DOMDocument.html#method_save","d":"

    Dumps the internal XML tree back into a file

    "},{"t":"M","n":"DOMDocument::loadXML","p":"DOMDocument.html#method_loadXML","d":"

    Load XML from a string

    "},{"t":"M","n":"DOMDocument::saveXML","p":"DOMDocument.html#method_saveXML","d":"

    Dumps the internal XML tree back into a string

    "},{"t":"M","n":"DOMDocument::__construct","p":"DOMDocument.html#method___construct","d":"

    Creates a new DOMDocument object

    "},{"t":"M","n":"DOMDocument::validate","p":"DOMDocument.html#method_validate","d":"

    Validates the document based on its DTD

    "},{"t":"M","n":"DOMDocument::xinclude","p":"DOMDocument.html#method_xinclude","d":"

    Substitutes XIncludes in a DOMDocument Object

    "},{"t":"M","n":"DOMDocument::loadHTML","p":"DOMDocument.html#method_loadHTML","d":"

    Load HTML from a string

    "},{"t":"M","n":"DOMDocument::loadHTMLFile","p":"DOMDocument.html#method_loadHTMLFile","d":"

    Load HTML from a file

    "},{"t":"M","n":"DOMDocument::saveHTML","p":"DOMDocument.html#method_saveHTML","d":"

    Dumps the internal document into a string using HTML formatting

    "},{"t":"M","n":"DOMDocument::saveHTMLFile","p":"DOMDocument.html#method_saveHTMLFile","d":"

    Dumps the internal document into a file using HTML formatting

    "},{"t":"M","n":"DOMDocument::schemaValidate","p":"DOMDocument.html#method_schemaValidate","d":"

    Validates a document based on a schema

    "},{"t":"M","n":"DOMDocument::schemaValidateSource","p":"DOMDocument.html#method_schemaValidateSource","d":"

    Validates a document based on a schema

    "},{"t":"M","n":"DOMDocument::relaxNGValidate","p":"DOMDocument.html#method_relaxNGValidate","d":"

    Performs relaxNG validation on the document

    "},{"t":"M","n":"DOMDocument::relaxNGValidateSource","p":"DOMDocument.html#method_relaxNGValidateSource","d":"

    Performs relaxNG validation on the document

    "},{"t":"M","n":"DOMDocument::registerNodeClass","p":"DOMDocument.html#method_registerNodeClass","d":"

    Register extended class used to create base node type

    "},{"t":"M","n":"DOMDocumentFragment::__construct","p":"DOMDocumentFragment.html#method___construct","d":null},{"t":"M","n":"DOMDocumentFragment::appendXML","p":"DOMDocumentFragment.html#method_appendXML","d":"

    Append raw XML data

    "},{"t":"M","n":"DOMDocumentFragment::append","p":"DOMDocumentFragment.html#method_append","d":"

    Appends one or many nodes to the list of children behind the last\nchild node.

    "},{"t":"M","n":"DOMDocumentFragment::prepend","p":"DOMDocumentFragment.html#method_prepend","d":"

    Prepends one or many nodes to the list of children before the first\nchild node.

    "},{"t":"M","n":"DOMDocumentFragment::replaceChildren","p":"DOMDocumentFragment.html#method_replaceChildren","d":""},{"t":"M","n":"DOMElement::getAttribute","p":"DOMElement.html#method_getAttribute","d":"

    Returns value of attribute

    "},{"t":"M","n":"DOMElement::setAttribute","p":"DOMElement.html#method_setAttribute","d":"

    Adds new attribute

    "},{"t":"M","n":"DOMElement::removeAttribute","p":"DOMElement.html#method_removeAttribute","d":"

    Removes attribute

    "},{"t":"M","n":"DOMElement::getAttributeNode","p":"DOMElement.html#method_getAttributeNode","d":"

    Returns attribute node

    "},{"t":"M","n":"DOMElement::setAttributeNode","p":"DOMElement.html#method_setAttributeNode","d":"

    Adds new attribute node to element

    "},{"t":"M","n":"DOMElement::removeAttributeNode","p":"DOMElement.html#method_removeAttributeNode","d":"

    Removes attribute

    "},{"t":"M","n":"DOMElement::getElementsByTagName","p":"DOMElement.html#method_getElementsByTagName","d":"

    Gets elements by tagname

    "},{"t":"M","n":"DOMElement::getAttributeNS","p":"DOMElement.html#method_getAttributeNS","d":"

    Returns value of attribute

    "},{"t":"M","n":"DOMElement::setAttributeNS","p":"DOMElement.html#method_setAttributeNS","d":"

    Adds new attribute

    "},{"t":"M","n":"DOMElement::removeAttributeNS","p":"DOMElement.html#method_removeAttributeNS","d":"

    Removes attribute

    "},{"t":"M","n":"DOMElement::getAttributeNodeNS","p":"DOMElement.html#method_getAttributeNodeNS","d":"

    Returns attribute node

    "},{"t":"M","n":"DOMElement::setAttributeNodeNS","p":"DOMElement.html#method_setAttributeNodeNS","d":"

    Adds new attribute node to element

    "},{"t":"M","n":"DOMElement::getElementsByTagNameNS","p":"DOMElement.html#method_getElementsByTagNameNS","d":"

    Get elements by namespaceURI and localName

    "},{"t":"M","n":"DOMElement::hasAttribute","p":"DOMElement.html#method_hasAttribute","d":"

    Checks to see if attribute exists

    "},{"t":"M","n":"DOMElement::hasAttributeNS","p":"DOMElement.html#method_hasAttributeNS","d":"

    Checks to see if attribute exists

    "},{"t":"M","n":"DOMElement::setIdAttribute","p":"DOMElement.html#method_setIdAttribute","d":"

    Declares the attribute specified by name to be of type ID

    "},{"t":"M","n":"DOMElement::setIdAttributeNS","p":"DOMElement.html#method_setIdAttributeNS","d":"

    Declares the attribute specified by local name and namespace URI to be of type ID

    "},{"t":"M","n":"DOMElement::setIdAttributeNode","p":"DOMElement.html#method_setIdAttributeNode","d":"

    Declares the attribute specified by node to be of type ID

    "},{"t":"M","n":"DOMElement::remove","p":"DOMElement.html#method_remove","d":"

    Acts as a simpler version of {DOMNode::removeChild()}.

    "},{"t":"M","n":"DOMElement::before","p":"DOMElement.html#method_before","d":"

    Add passed node(s) before the current node

    "},{"t":"M","n":"DOMElement::after","p":"DOMElement.html#method_after","d":"

    Add passed node(s) after the current node

    "},{"t":"M","n":"DOMElement::replaceWith","p":"DOMElement.html#method_replaceWith","d":"

    Replace current node with new node(s), a combination\nof {DOMChildNode::remove()} + {DOMChildNode::append()}.

    "},{"t":"M","n":"DOMElement::append","p":"DOMElement.html#method_append","d":"

    Appends one or many nodes to the list of children behind the last\nchild node.

    "},{"t":"M","n":"DOMElement::prepend","p":"DOMElement.html#method_prepend","d":"

    Prepends one or many nodes to the list of children before the first\nchild node.

    "},{"t":"M","n":"DOMElement::replaceChildren","p":"DOMElement.html#method_replaceChildren","d":""},{"t":"M","n":"DOMElement::__construct","p":"DOMElement.html#method___construct","d":"

    Creates a new DOMElement object

    "},{"t":"M","n":"DOMElement::getAttributeNames","p":"DOMElement.html#method_getAttributeNames","d":""},{"t":"M","n":"DOMElement::toggleAttribute","p":"DOMElement.html#method_toggleAttribute","d":""},{"t":"M","n":"DOMElement::insertAdjacentElement","p":"DOMElement.html#method_insertAdjacentElement","d":""},{"t":"M","n":"DOMElement::insertAdjacentText","p":"DOMElement.html#method_insertAdjacentText","d":""},{"t":"M","n":"DOMEntityReference::__construct","p":"DOMEntityReference.html#method___construct","d":"

    Creates a new DOMEntityReference object

    "},{"t":"M","n":"DOMErrorHandler::handleError","p":"DOMErrorHandler.html#method_handleError","d":""},{"t":"M","n":"DOMImplementation::getFeature","p":"DOMImplementation.html#method_getFeature","d":""},{"t":"M","n":"DOMImplementation::hasFeature","p":"DOMImplementation.html#method_hasFeature","d":"

    Test if the DOM implementation implements a specific feature

    "},{"t":"M","n":"DOMImplementation::createDocumentType","p":"DOMImplementation.html#method_createDocumentType","d":"

    Creates an empty DOMDocumentType object

    "},{"t":"M","n":"DOMImplementation::createDocument","p":"DOMImplementation.html#method_createDocument","d":"

    Creates a DOMDocument object of the specified type with its document element

    "},{"t":"M","n":"DOMImplementationList::item","p":"DOMImplementationList.html#method_item","d":""},{"t":"M","n":"DOMImplementationSource::getDomimplementation","p":"DOMImplementationSource.html#method_getDomimplementation","d":""},{"t":"M","n":"DOMImplementationSource::getDomimplementations","p":"DOMImplementationSource.html#method_getDomimplementations","d":""},{"t":"M","n":"DOMNameList::getName","p":"DOMNameList.html#method_getName","d":""},{"t":"M","n":"DOMNameList::getNamespaceURI","p":"DOMNameList.html#method_getNamespaceURI","d":""},{"t":"M","n":"DOMNameSpaceNode::__sleep","p":"DOMNameSpaceNode.html#method___sleep","d":""},{"t":"M","n":"DOMNameSpaceNode::__wakeup","p":"DOMNameSpaceNode.html#method___wakeup","d":""},{"t":"M","n":"DOMNamedNodeMap::getNamedItem","p":"DOMNamedNodeMap.html#method_getNamedItem","d":"

    Retrieves a node specified by name

    "},{"t":"M","n":"DOMNamedNodeMap::setNamedItem","p":"DOMNamedNodeMap.html#method_setNamedItem","d":""},{"t":"M","n":"DOMNamedNodeMap::removeNamedItem","p":"DOMNamedNodeMap.html#method_removeNamedItem","d":""},{"t":"M","n":"DOMNamedNodeMap::item","p":"DOMNamedNodeMap.html#method_item","d":"

    Retrieves a node specified by index

    "},{"t":"M","n":"DOMNamedNodeMap::getNamedItemNS","p":"DOMNamedNodeMap.html#method_getNamedItemNS","d":"

    Retrieves a node specified by local name and namespace URI

    "},{"t":"M","n":"DOMNamedNodeMap::setNamedItemNS","p":"DOMNamedNodeMap.html#method_setNamedItemNS","d":""},{"t":"M","n":"DOMNamedNodeMap::removeNamedItemNS","p":"DOMNamedNodeMap.html#method_removeNamedItemNS","d":""},{"t":"M","n":"DOMNamedNodeMap::count","p":"DOMNamedNodeMap.html#method_count","d":""},{"t":"M","n":"DOMNamedNodeMap::getIterator","p":"DOMNamedNodeMap.html#method_getIterator","d":""},{"t":"M","n":"DOMNode::insertBefore","p":"DOMNode.html#method_insertBefore","d":"

    Adds a new child before a reference node

    "},{"t":"M","n":"DOMNode::replaceChild","p":"DOMNode.html#method_replaceChild","d":"

    Replaces a child

    "},{"t":"M","n":"DOMNode::removeChild","p":"DOMNode.html#method_removeChild","d":"

    Removes child from list of children

    "},{"t":"M","n":"DOMNode::appendChild","p":"DOMNode.html#method_appendChild","d":"

    Adds new child at the end of the children

    "},{"t":"M","n":"DOMNode::hasChildNodes","p":"DOMNode.html#method_hasChildNodes","d":"

    Checks if node has children

    "},{"t":"M","n":"DOMNode::cloneNode","p":"DOMNode.html#method_cloneNode","d":"

    Clones a node

    "},{"t":"M","n":"DOMNode::normalize","p":"DOMNode.html#method_normalize","d":"

    Normalizes the node

    "},{"t":"M","n":"DOMNode::isSupported","p":"DOMNode.html#method_isSupported","d":"

    Checks if feature is supported for specified version

    "},{"t":"M","n":"DOMNode::hasAttributes","p":"DOMNode.html#method_hasAttributes","d":"

    Checks if node has attributes

    "},{"t":"M","n":"DOMNode::compareDocumentPosition","p":"DOMNode.html#method_compareDocumentPosition","d":""},{"t":"M","n":"DOMNode::isSameNode","p":"DOMNode.html#method_isSameNode","d":"

    Indicates if two nodes are the same node

    "},{"t":"M","n":"DOMNode::lookupPrefix","p":"DOMNode.html#method_lookupPrefix","d":"

    Gets the namespace prefix of the node based on the namespace URI

    "},{"t":"M","n":"DOMNode::isDefaultNamespace","p":"DOMNode.html#method_isDefaultNamespace","d":"

    Checks if the specified namespaceURI is the default namespace or not

    "},{"t":"M","n":"DOMNode::lookupNamespaceURI","p":"DOMNode.html#method_lookupNamespaceURI","d":"

    Gets the namespace URI of the node based on the prefix

    "},{"t":"M","n":"DOMNode::lookupNamespaceUri","p":"DOMNode.html#method_lookupNamespaceUri","d":"

    Gets the namespace URI of the node based on the prefix

    "},{"t":"M","n":"DOMNode::isEqualNode","p":"DOMNode.html#method_isEqualNode","d":""},{"t":"M","n":"DOMNode::getFeature","p":"DOMNode.html#method_getFeature","d":""},{"t":"M","n":"DOMNode::setUserData","p":"DOMNode.html#method_setUserData","d":""},{"t":"M","n":"DOMNode::getUserData","p":"DOMNode.html#method_getUserData","d":""},{"t":"M","n":"DOMNode::getNodePath","p":"DOMNode.html#method_getNodePath","d":"

    Gets an XPath location path for the node

    "},{"t":"M","n":"DOMNode::getLineNo","p":"DOMNode.html#method_getLineNo","d":"

    Get line number for a node

    "},{"t":"M","n":"DOMNode::C14N","p":"DOMNode.html#method_C14N","d":"

    Canonicalize nodes to a string

    "},{"t":"M","n":"DOMNode::C14NFile","p":"DOMNode.html#method_C14NFile","d":"

    Canonicalize nodes to a file.

    "},{"t":"M","n":"DOMNode::contains","p":"DOMNode.html#method_contains","d":""},{"t":"M","n":"DOMNode::getRootNode","p":"DOMNode.html#method_getRootNode","d":""},{"t":"M","n":"DOMNode::__sleep","p":"DOMNode.html#method___sleep","d":""},{"t":"M","n":"DOMNode::__wakeup","p":"DOMNode.html#method___wakeup","d":""},{"t":"M","n":"DOMNodeList::item","p":"DOMNodeList.html#method_item","d":"

    Retrieves a node specified by index

    "},{"t":"M","n":"DOMNodeList::count","p":"DOMNodeList.html#method_count","d":""},{"t":"M","n":"DOMNodeList::getIterator","p":"DOMNodeList.html#method_getIterator","d":""},{"t":"M","n":"DOMParentNode::append","p":"DOMParentNode.html#method_append","d":"

    Appends one or many nodes to the list of children behind the last\nchild node.

    "},{"t":"M","n":"DOMParentNode::prepend","p":"DOMParentNode.html#method_prepend","d":"

    Prepends one or many nodes to the list of children before the first\nchild node.

    "},{"t":"M","n":"DOMParentNode::replaceChildren","p":"DOMParentNode.html#method_replaceChildren","d":""},{"t":"M","n":"DOMProcessingInstruction::__construct","p":"DOMProcessingInstruction.html#method___construct","d":"

    Creates a new DOMProcessingInstruction object

    "},{"t":"M","n":"DOMStringExtend::findOffset16","p":"DOMStringExtend.html#method_findOffset16","d":""},{"t":"M","n":"DOMStringExtend::findOffset32","p":"DOMStringExtend.html#method_findOffset32","d":""},{"t":"M","n":"DOMStringList::item","p":"DOMStringList.html#method_item","d":""},{"t":"M","n":"DOMText::splitText","p":"DOMText.html#method_splitText","d":"

    Breaks this node into two nodes at the specified offset

    "},{"t":"M","n":"DOMText::isWhitespaceInElementContent","p":"DOMText.html#method_isWhitespaceInElementContent","d":"

    Indicates whether this text node contains whitespace

    "},{"t":"M","n":"DOMText::isElementContentWhitespace","p":"DOMText.html#method_isElementContentWhitespace","d":null},{"t":"M","n":"DOMText::replaceWholeText","p":"DOMText.html#method_replaceWholeText","d":""},{"t":"M","n":"DOMText::__construct","p":"DOMText.html#method___construct","d":"

    Creates a new DOMText object

    "},{"t":"M","n":"DOMUserDataHandler::handle","p":"DOMUserDataHandler.html#method_handle","d":null},{"t":"M","n":"DOMXPath::__construct","p":"DOMXPath.html#method___construct","d":"

    Creates a new DOMXPath object

    "},{"t":"M","n":"DOMXPath::registerNamespace","p":"DOMXPath.html#method_registerNamespace","d":"

    Registers the namespace with the DOMXPath object

    "},{"t":"M","n":"DOMXPath::query","p":"DOMXPath.html#method_query","d":"

    Evaluates the given XPath expression

    "},{"t":"M","n":"DOMXPath::evaluate","p":"DOMXPath.html#method_evaluate","d":"

    Evaluates the given XPath expression and returns a typed result if possible.

    "},{"t":"M","n":"DOMXPath::registerPhpFunctions","p":"DOMXPath.html#method_registerPhpFunctions","d":"

    Register PHP functions as XPath functions

    "},{"t":"M","n":"DOMXPath::registerPhpFunctionNS","p":"DOMXPath.html#method_registerPhpFunctionNS","d":""},{"t":"M","n":"DOMXPath::quote","p":"DOMXPath.html#method_quote","d":""},{"t":"M","n":"DOTNET::__construct","p":"DOTNET.html#method___construct","d":"

    (PHP 4 >= 4.1.0, PHP 5, PHP 7)
    \nCOM class constructor.

    "},{"t":"M","n":"DOTNET::__get","p":"DOTNET.html#method___get","d":null},{"t":"M","n":"DOTNET::__set","p":"DOTNET.html#method___set","d":null},{"t":"M","n":"DOTNET::__call","p":"DOTNET.html#method___call","d":null},{"t":"M","n":"DateInterval::__construct","p":"DateInterval.html#method___construct","d":""},{"t":"M","n":"DateInterval::format","p":"DateInterval.html#method_format","d":"

    Formats the interval

    "},{"t":"M","n":"DateInterval::createFromDateString","p":"DateInterval.html#method_createFromDateString","d":"

    Sets up a DateInterval from the relative parts of the string

    "},{"t":"M","n":"DateInterval::__wakeup","p":"DateInterval.html#method___wakeup","d":null},{"t":"M","n":"DateInterval::__set_state","p":"DateInterval.html#method___set_state","d":null},{"t":"M","n":"DateInterval::__serialize","p":"DateInterval.html#method___serialize","d":null},{"t":"M","n":"DateInterval::__unserialize","p":"DateInterval.html#method___unserialize","d":null},{"t":"M","n":"DatePeriod::__construct","p":"DatePeriod.html#method___construct","d":""},{"t":"M","n":"DatePeriod::getDateInterval","p":"DatePeriod.html#method_getDateInterval","d":"

    Gets the interval

    "},{"t":"M","n":"DatePeriod::getEndDate","p":"DatePeriod.html#method_getEndDate","d":"

    Gets the end date

    "},{"t":"M","n":"DatePeriod::getStartDate","p":"DatePeriod.html#method_getStartDate","d":"

    Gets the start date

    "},{"t":"M","n":"DatePeriod::__set_state","p":"DatePeriod.html#method___set_state","d":null},{"t":"M","n":"DatePeriod::__wakeup","p":"DatePeriod.html#method___wakeup","d":null},{"t":"M","n":"DatePeriod::getRecurrences","p":"DatePeriod.html#method_getRecurrences","d":"

    Get the number of recurrences

    "},{"t":"M","n":"DatePeriod::getIterator","p":"DatePeriod.html#method_getIterator","d":""},{"t":"M","n":"DatePeriod::__serialize","p":"DatePeriod.html#method___serialize","d":null},{"t":"M","n":"DatePeriod::__unserialize","p":"DatePeriod.html#method___unserialize","d":null},{"t":"M","n":"DatePeriod::createFromISO8601String","p":"DatePeriod.html#method_createFromISO8601String","d":""},{"t":"M","n":"DateTime::__construct","p":"DateTime.html#method___construct","d":"

    (PHP 5 >=5.2.0)

    "},{"t":"M","n":"DateTime::__wakeup","p":"DateTime.html#method___wakeup","d":""},{"t":"M","n":"DateTime::format","p":"DateTime.html#method_format","d":"

    Returns date formatted according to given format.

    "},{"t":"M","n":"DateTime::modify","p":"DateTime.html#method_modify","d":"

    Alter the timestamp of a DateTime object by incrementing or decrementing\nin a format accepted by strtotime().

    "},{"t":"M","n":"DateTime::add","p":"DateTime.html#method_add","d":"

    Adds an amount of days, months, years, hours, minutes and seconds to a DateTime object

    "},{"t":"M","n":"DateTime::createFromImmutable","p":"DateTime.html#method_createFromImmutable","d":""},{"t":"M","n":"DateTime::sub","p":"DateTime.html#method_sub","d":"

    Subtracts an amount of days, months, years, hours, minutes and seconds from a DateTime object

    "},{"t":"M","n":"DateTime::getTimezone","p":"DateTime.html#method_getTimezone","d":"

    Get the TimeZone associated with the DateTime

    "},{"t":"M","n":"DateTime::setTimezone","p":"DateTime.html#method_setTimezone","d":"

    Set the TimeZone associated with the DateTime

    "},{"t":"M","n":"DateTime::getOffset","p":"DateTime.html#method_getOffset","d":"

    Returns the timezone offset

    "},{"t":"M","n":"DateTime::setTime","p":"DateTime.html#method_setTime","d":"

    Sets the current time of the DateTime object to a different time.

    "},{"t":"M","n":"DateTime::setDate","p":"DateTime.html#method_setDate","d":"

    Sets the current date of the DateTime object to a different date.

    "},{"t":"M","n":"DateTime::setISODate","p":"DateTime.html#method_setISODate","d":"

    Set a date according to the ISO 8601 standard - using weeks and day offsets rather than specific dates.

    "},{"t":"M","n":"DateTime::setTimestamp","p":"DateTime.html#method_setTimestamp","d":"

    Sets the date and time based on a Unix timestamp.

    "},{"t":"M","n":"DateTime::getTimestamp","p":"DateTime.html#method_getTimestamp","d":"

    Gets the Unix timestamp.

    "},{"t":"M","n":"DateTime::diff","p":"DateTime.html#method_diff","d":"

    Returns the difference between two DateTime objects represented as a DateInterval.

    "},{"t":"M","n":"DateTime::createFromFormat","p":"DateTime.html#method_createFromFormat","d":"

    Parse a string into a new DateTime object according to the specified format

    "},{"t":"M","n":"DateTime::getLastErrors","p":"DateTime.html#method_getLastErrors","d":"

    Returns an array of warnings and errors found while parsing a date/time string

    "},{"t":"M","n":"DateTime::__set_state","p":"DateTime.html#method___set_state","d":"

    The __set_state handler

    "},{"t":"M","n":"DateTime::createFromInterface","p":"DateTime.html#method_createFromInterface","d":""},{"t":"M","n":"DateTime::__serialize","p":"DateTime.html#method___serialize","d":null},{"t":"M","n":"DateTime::__unserialize","p":"DateTime.html#method___unserialize","d":null},{"t":"M","n":"DateTime::createFromTimestamp","p":"DateTime.html#method_createFromTimestamp","d":""},{"t":"M","n":"DateTime::getMicrosecond","p":"DateTime.html#method_getMicrosecond","d":""},{"t":"M","n":"DateTime::setMicrosecond","p":"DateTime.html#method_setMicrosecond","d":""},{"t":"M","n":"DateTimeImmutable::__construct","p":"DateTimeImmutable.html#method___construct","d":"

    (PHP 5 >=5.5.0)

    "},{"t":"M","n":"DateTimeImmutable::add","p":"DateTimeImmutable.html#method_add","d":"

    (PHP 5 >=5.5.0)
    \nAdds an amount of days, months, years, hours, minutes and seconds

    "},{"t":"M","n":"DateTimeImmutable::createFromFormat","p":"DateTimeImmutable.html#method_createFromFormat","d":"

    (PHP 5 >=5.5.0)
    \nReturns new DateTimeImmutable object formatted according to the specified format

    "},{"t":"M","n":"DateTimeImmutable::createFromMutable","p":"DateTimeImmutable.html#method_createFromMutable","d":"

    (PHP 5 >=5.6.0)
    \nReturns new DateTimeImmutable object encapsulating the given DateTime object

    "},{"t":"M","n":"DateTimeImmutable::getLastErrors","p":"DateTimeImmutable.html#method_getLastErrors","d":"

    (PHP 5 >=5.5.0)
    \nReturns the warnings and errors

    "},{"t":"M","n":"DateTimeImmutable::modify","p":"DateTimeImmutable.html#method_modify","d":"

    (PHP 5 >=5.5.0)
    \nAlters the timestamp

    "},{"t":"M","n":"DateTimeImmutable::__set_state","p":"DateTimeImmutable.html#method___set_state","d":"

    (PHP 5 >=5.5.0)
    \nThe __set_state handler

    "},{"t":"M","n":"DateTimeImmutable::setDate","p":"DateTimeImmutable.html#method_setDate","d":"

    (PHP 5 >=5.5.0)
    \nSets the date

    "},{"t":"M","n":"DateTimeImmutable::setISODate","p":"DateTimeImmutable.html#method_setISODate","d":"

    (PHP 5 >=5.5.0)
    \nSets the ISO date

    "},{"t":"M","n":"DateTimeImmutable::setTime","p":"DateTimeImmutable.html#method_setTime","d":"

    (PHP 5 >=5.5.0)
    \nSets the time

    "},{"t":"M","n":"DateTimeImmutable::setTimestamp","p":"DateTimeImmutable.html#method_setTimestamp","d":"

    (PHP 5 >=5.5.0)
    \nSets the date and time based on an Unix timestamp

    "},{"t":"M","n":"DateTimeImmutable::setTimezone","p":"DateTimeImmutable.html#method_setTimezone","d":"

    (PHP 5 >=5.5.0)
    \nSets the time zone

    "},{"t":"M","n":"DateTimeImmutable::sub","p":"DateTimeImmutable.html#method_sub","d":"

    (PHP 5 >=5.5.0)
    \nSubtracts an amount of days, months, years, hours, minutes and seconds

    "},{"t":"M","n":"DateTimeImmutable::diff","p":"DateTimeImmutable.html#method_diff","d":"

    (PHP 5 >=5.5.0)
    \nReturns the difference between two DateTime objects

    "},{"t":"M","n":"DateTimeImmutable::format","p":"DateTimeImmutable.html#method_format","d":"

    (PHP 5 >=5.5.0)
    \nReturns date formatted according to given format

    "},{"t":"M","n":"DateTimeImmutable::getOffset","p":"DateTimeImmutable.html#method_getOffset","d":"

    (PHP 5 >=5.5.0)
    \nReturns the timezone offset

    "},{"t":"M","n":"DateTimeImmutable::getTimestamp","p":"DateTimeImmutable.html#method_getTimestamp","d":"

    (PHP 5 >=5.5.0)
    \nGets the Unix timestamp

    "},{"t":"M","n":"DateTimeImmutable::getTimezone","p":"DateTimeImmutable.html#method_getTimezone","d":"

    (PHP 5 >=5.5.0)
    \nReturn time zone relative to given DateTime

    "},{"t":"M","n":"DateTimeImmutable::__wakeup","p":"DateTimeImmutable.html#method___wakeup","d":"

    (PHP 5 >=5.5.0)
    \nThe __wakeup handler

    "},{"t":"M","n":"DateTimeImmutable::createFromInterface","p":"DateTimeImmutable.html#method_createFromInterface","d":""},{"t":"M","n":"DateTimeImmutable::__serialize","p":"DateTimeImmutable.html#method___serialize","d":null},{"t":"M","n":"DateTimeImmutable::__unserialize","p":"DateTimeImmutable.html#method___unserialize","d":null},{"t":"M","n":"DateTimeImmutable::createFromTimestamp","p":"DateTimeImmutable.html#method_createFromTimestamp","d":""},{"t":"M","n":"DateTimeImmutable::getMicrosecond","p":"DateTimeImmutable.html#method_getMicrosecond","d":""},{"t":"M","n":"DateTimeImmutable::setMicrosecond","p":"DateTimeImmutable.html#method_setMicrosecond","d":""},{"t":"M","n":"DateTimeInterface::diff","p":"DateTimeInterface.html#method_diff","d":"

    (PHP 5 >=5.5.0)
    \nReturns the difference between two DateTime objects

    "},{"t":"M","n":"DateTimeInterface::format","p":"DateTimeInterface.html#method_format","d":"

    (PHP 5 >=5.5.0)
    \nReturns date formatted according to given format

    "},{"t":"M","n":"DateTimeInterface::getOffset","p":"DateTimeInterface.html#method_getOffset","d":"

    (PHP 5 >=5.5.0)
    \nReturns the timezone offset

    "},{"t":"M","n":"DateTimeInterface::getTimestamp","p":"DateTimeInterface.html#method_getTimestamp","d":"

    (PHP 5 >=5.5.0)
    \nGets the Unix timestamp

    "},{"t":"M","n":"DateTimeInterface::getTimezone","p":"DateTimeInterface.html#method_getTimezone","d":"

    (PHP 5 >=5.5.0)
    \nReturn time zone relative to given DateTime

    "},{"t":"M","n":"DateTimeInterface::__wakeup","p":"DateTimeInterface.html#method___wakeup","d":"

    (PHP 5 >=5.5.0)
    \nThe __wakeup handler

    "},{"t":"M","n":"DateTimeInterface::__serialize","p":"DateTimeInterface.html#method___serialize","d":null},{"t":"M","n":"DateTimeInterface::__unserialize","p":"DateTimeInterface.html#method___unserialize","d":null},{"t":"M","n":"DateTimeInterface::getMicrosecond","p":"DateTimeInterface.html#method_getMicrosecond","d":""},{"t":"M","n":"DateTimeInterface::setMicrosecond","p":"DateTimeInterface.html#method_setMicrosecond","d":""},{"t":"M","n":"DateTimeZone::__construct","p":"DateTimeZone.html#method___construct","d":""},{"t":"M","n":"DateTimeZone::getName","p":"DateTimeZone.html#method_getName","d":"

    Returns the name of the timezone

    "},{"t":"M","n":"DateTimeZone::getLocation","p":"DateTimeZone.html#method_getLocation","d":"

    Returns location information for a timezone

    "},{"t":"M","n":"DateTimeZone::getOffset","p":"DateTimeZone.html#method_getOffset","d":"

    Returns the timezone offset from GMT

    "},{"t":"M","n":"DateTimeZone::getTransitions","p":"DateTimeZone.html#method_getTransitions","d":"

    Returns all transitions for the timezone

    "},{"t":"M","n":"DateTimeZone::listAbbreviations","p":"DateTimeZone.html#method_listAbbreviations","d":"

    Returns associative array containing dst, offset and the timezone name

    "},{"t":"M","n":"DateTimeZone::listIdentifiers","p":"DateTimeZone.html#method_listIdentifiers","d":"

    Returns a numerically indexed array with all timezone identifiers

    "},{"t":"M","n":"DateTimeZone::__wakeup","p":"DateTimeZone.html#method___wakeup","d":""},{"t":"M","n":"DateTimeZone::__set_state","p":"DateTimeZone.html#method___set_state","d":null},{"t":"M","n":"DateTimeZone::__serialize","p":"DateTimeZone.html#method___serialize","d":null},{"t":"M","n":"DateTimeZone::__unserialize","p":"DateTimeZone.html#method___unserialize","d":null},{"t":"M","n":"Decimal\\Decimal::__construct","p":"Decimal/Decimal.html#method___construct","d":"Constructor"},{"t":"M","n":"Decimal\\Decimal::sum","p":"Decimal/Decimal.html#method_sum","d":"Sum"},{"t":"M","n":"Decimal\\Decimal::avg","p":"Decimal/Decimal.html#method_avg","d":"Average"},{"t":"M","n":"Decimal\\Decimal::copy","p":"Decimal/Decimal.html#method_copy","d":"Copy"},{"t":"M","n":"Decimal\\Decimal::add","p":"Decimal/Decimal.html#method_add","d":"Add"},{"t":"M","n":"Decimal\\Decimal::sub","p":"Decimal/Decimal.html#method_sub","d":"Subtract"},{"t":"M","n":"Decimal\\Decimal::mul","p":"Decimal/Decimal.html#method_mul","d":"Multiply"},{"t":"M","n":"Decimal\\Decimal::div","p":"Decimal/Decimal.html#method_div","d":"Divide"},{"t":"M","n":"Decimal\\Decimal::mod","p":"Decimal/Decimal.html#method_mod","d":"

    Modulo (integer)

    "},{"t":"M","n":"Decimal\\Decimal::rem","p":"Decimal/Decimal.html#method_rem","d":"Remainder"},{"t":"M","n":"Decimal\\Decimal::pow","p":"Decimal/Decimal.html#method_pow","d":"Power"},{"t":"M","n":"Decimal\\Decimal::ln","p":"Decimal/Decimal.html#method_ln","d":"

    Natural logarithm

    "},{"t":"M","n":"Decimal\\Decimal::exp","p":"Decimal/Decimal.html#method_exp","d":"Exponent"},{"t":"M","n":"Decimal\\Decimal::log10","p":"Decimal/Decimal.html#method_log10","d":"

    Base-10 logarithm

    "},{"t":"M","n":"Decimal\\Decimal::sqrt","p":"Decimal/Decimal.html#method_sqrt","d":"

    Square root

    "},{"t":"M","n":"Decimal\\Decimal::floor","p":"Decimal/Decimal.html#method_floor","d":"Floor"},{"t":"M","n":"Decimal\\Decimal::ceil","p":"Decimal/Decimal.html#method_ceil","d":"Ceiling"},{"t":"M","n":"Decimal\\Decimal::truncate","p":"Decimal/Decimal.html#method_truncate","d":"Truncate"},{"t":"M","n":"Decimal\\Decimal::round","p":"Decimal/Decimal.html#method_round","d":"Round"},{"t":"M","n":"Decimal\\Decimal::shift","p":"Decimal/Decimal.html#method_shift","d":"

    Decimal point shift.

    "},{"t":"M","n":"Decimal\\Decimal::trim","p":"Decimal/Decimal.html#method_trim","d":"

    Trims trailing zeroes.

    "},{"t":"M","n":"Decimal\\Decimal::precision","p":"Decimal/Decimal.html#method_precision","d":"Precision"},{"t":"M","n":"Decimal\\Decimal::signum","p":"Decimal/Decimal.html#method_signum","d":"Signum"},{"t":"M","n":"Decimal\\Decimal::parity","p":"Decimal/Decimal.html#method_parity","d":"

    Parity (integer)

    "},{"t":"M","n":"Decimal\\Decimal::abs","p":"Decimal/Decimal.html#method_abs","d":"Absolute"},{"t":"M","n":"Decimal\\Decimal::negate","p":"Decimal/Decimal.html#method_negate","d":"Negate"},{"t":"M","n":"Decimal\\Decimal::isEven","p":"Decimal/Decimal.html#method_isEven","d":""},{"t":"M","n":"Decimal\\Decimal::isOdd","p":"Decimal/Decimal.html#method_isOdd","d":""},{"t":"M","n":"Decimal\\Decimal::isPositive","p":"Decimal/Decimal.html#method_isPositive","d":""},{"t":"M","n":"Decimal\\Decimal::isNegative","p":"Decimal/Decimal.html#method_isNegative","d":""},{"t":"M","n":"Decimal\\Decimal::isNaN","p":"Decimal/Decimal.html#method_isNaN","d":""},{"t":"M","n":"Decimal\\Decimal::isInf","p":"Decimal/Decimal.html#method_isInf","d":""},{"t":"M","n":"Decimal\\Decimal::isInteger","p":"Decimal/Decimal.html#method_isInteger","d":""},{"t":"M","n":"Decimal\\Decimal::isZero","p":"Decimal/Decimal.html#method_isZero","d":""},{"t":"M","n":"Decimal\\Decimal::toFixed","p":"Decimal/Decimal.html#method_toFixed","d":""},{"t":"M","n":"Decimal\\Decimal::toString","p":"Decimal/Decimal.html#method_toString","d":"

    String representation.

    "},{"t":"M","n":"Decimal\\Decimal::toInt","p":"Decimal/Decimal.html#method_toInt","d":"

    Integer representation.

    "},{"t":"M","n":"Decimal\\Decimal::toFloat","p":"Decimal/Decimal.html#method_toFloat","d":"

    Binary floating point representation.

    "},{"t":"M","n":"Decimal\\Decimal::equals","p":"Decimal/Decimal.html#method_equals","d":"Equality"},{"t":"M","n":"Decimal\\Decimal::compareTo","p":"Decimal/Decimal.html#method_compareTo","d":"Ordering"},{"t":"M","n":"Decimal\\Decimal::__toString","p":"Decimal/Decimal.html#method___toString","d":"

    String representation.

    "},{"t":"M","n":"Decimal\\Decimal::jsonSerialize","p":"Decimal/Decimal.html#method_jsonSerialize","d":"JSON"},{"t":"M","n":"Deprecated::__construct","p":"Deprecated.html#method___construct","d":null},{"t":"M","n":"Directory::close","p":"Directory.html#method_close","d":"

    Close directory handle.

    "},{"t":"M","n":"Directory::rewind","p":"Directory.html#method_rewind","d":"

    Rewind directory handle.

    "},{"t":"M","n":"Directory::read","p":"Directory.html#method_read","d":"

    Read entry from directory handle.

    "},{"t":"M","n":"DirectoryIterator::__construct","p":"DirectoryIterator.html#method___construct","d":"

    Constructs a new directory iterator from a path

    "},{"t":"M","n":"DirectoryIterator::isDot","p":"DirectoryIterator.html#method_isDot","d":"

    Determine if current DirectoryIterator item is '.' or '..'

    "},{"t":"M","n":"DirectoryIterator::rewind","p":"DirectoryIterator.html#method_rewind","d":"

    Rewind the DirectoryIterator back to the start

    "},{"t":"M","n":"DirectoryIterator::valid","p":"DirectoryIterator.html#method_valid","d":"

    Check whether current DirectoryIterator position is a valid file

    "},{"t":"M","n":"DirectoryIterator::key","p":"DirectoryIterator.html#method_key","d":"

    Return the key for the current DirectoryIterator item

    "},{"t":"M","n":"DirectoryIterator::current","p":"DirectoryIterator.html#method_current","d":"

    Return the current DirectoryIterator item.

    "},{"t":"M","n":"DirectoryIterator::next","p":"DirectoryIterator.html#method_next","d":"

    Move forward to next DirectoryIterator item

    "},{"t":"M","n":"DirectoryIterator::seek","p":"DirectoryIterator.html#method_seek","d":"

    Seek to a DirectoryIterator item

    "},{"t":"M","n":"Dom\\Attr::isId","p":"Dom/Attr.html#method_isId","d":null},{"t":"M","n":"Dom\\Attr::rename","p":"Dom/Attr.html#method_rename","d":null},{"t":"M","n":"Dom\\CharacterData::substringData","p":"Dom/CharacterData.html#method_substringData","d":null},{"t":"M","n":"Dom\\CharacterData::appendData","p":"Dom/CharacterData.html#method_appendData","d":null},{"t":"M","n":"Dom\\CharacterData::insertData","p":"Dom/CharacterData.html#method_insertData","d":null},{"t":"M","n":"Dom\\CharacterData::deleteData","p":"Dom/CharacterData.html#method_deleteData","d":null},{"t":"M","n":"Dom\\CharacterData::replaceData","p":"Dom/CharacterData.html#method_replaceData","d":null},{"t":"M","n":"Dom\\CharacterData::remove","p":"Dom/CharacterData.html#method_remove","d":null},{"t":"M","n":"Dom\\CharacterData::before","p":"Dom/CharacterData.html#method_before","d":null},{"t":"M","n":"Dom\\CharacterData::after","p":"Dom/CharacterData.html#method_after","d":null},{"t":"M","n":"Dom\\CharacterData::replaceWith","p":"Dom/CharacterData.html#method_replaceWith","d":null},{"t":"M","n":"Dom\\ChildNode::remove","p":"Dom/ChildNode.html#method_remove","d":null},{"t":"M","n":"Dom\\ChildNode::before","p":"Dom/ChildNode.html#method_before","d":null},{"t":"M","n":"Dom\\ChildNode::after","p":"Dom/ChildNode.html#method_after","d":null},{"t":"M","n":"Dom\\ChildNode::replaceWith","p":"Dom/ChildNode.html#method_replaceWith","d":null},{"t":"M","n":"Dom\\Document::getElementsByTagName","p":"Dom/Document.html#method_getElementsByTagName","d":null},{"t":"M","n":"Dom\\Document::getElementsByTagNameNS","p":"Dom/Document.html#method_getElementsByTagNameNS","d":null},{"t":"M","n":"Dom\\Document::createElement","p":"Dom/Document.html#method_createElement","d":null},{"t":"M","n":"Dom\\Document::createElementNS","p":"Dom/Document.html#method_createElementNS","d":null},{"t":"M","n":"Dom\\Document::createDocumentFragment","p":"Dom/Document.html#method_createDocumentFragment","d":null},{"t":"M","n":"Dom\\Document::createTextNode","p":"Dom/Document.html#method_createTextNode","d":null},{"t":"M","n":"Dom\\Document::createCDATASection","p":"Dom/Document.html#method_createCDATASection","d":null},{"t":"M","n":"Dom\\Document::createComment","p":"Dom/Document.html#method_createComment","d":null},{"t":"M","n":"Dom\\Document::createProcessingInstruction","p":"Dom/Document.html#method_createProcessingInstruction","d":null},{"t":"M","n":"Dom\\Document::importNode","p":"Dom/Document.html#method_importNode","d":null},{"t":"M","n":"Dom\\Document::adoptNode","p":"Dom/Document.html#method_adoptNode","d":null},{"t":"M","n":"Dom\\Document::createAttribute","p":"Dom/Document.html#method_createAttribute","d":null},{"t":"M","n":"Dom\\Document::createAttributeNS","p":"Dom/Document.html#method_createAttributeNS","d":null},{"t":"M","n":"Dom\\Document::getElementById","p":"Dom/Document.html#method_getElementById","d":null},{"t":"M","n":"Dom\\Document::registerNodeClass","p":"Dom/Document.html#method_registerNodeClass","d":null},{"t":"M","n":"Dom\\Document::schemaValidate","p":"Dom/Document.html#method_schemaValidate","d":null},{"t":"M","n":"Dom\\Document::schemaValidateSource","p":"Dom/Document.html#method_schemaValidateSource","d":null},{"t":"M","n":"Dom\\Document::relaxNgValidate","p":"Dom/Document.html#method_relaxNgValidate","d":null},{"t":"M","n":"Dom\\Document::relaxNgValidateSource","p":"Dom/Document.html#method_relaxNgValidateSource","d":null},{"t":"M","n":"Dom\\Document::append","p":"Dom/Document.html#method_append","d":null},{"t":"M","n":"Dom\\Document::prepend","p":"Dom/Document.html#method_prepend","d":null},{"t":"M","n":"Dom\\Document::replaceChildren","p":"Dom/Document.html#method_replaceChildren","d":null},{"t":"M","n":"Dom\\Document::importLegacyNode","p":"Dom/Document.html#method_importLegacyNode","d":null},{"t":"M","n":"Dom\\Document::querySelector","p":"Dom/Document.html#method_querySelector","d":null},{"t":"M","n":"Dom\\Document::querySelectorAll","p":"Dom/Document.html#method_querySelectorAll","d":""},{"t":"M","n":"Dom\\DocumentFragment::appendXml","p":"Dom/DocumentFragment.html#method_appendXml","d":null},{"t":"M","n":"Dom\\DocumentFragment::append","p":"Dom/DocumentFragment.html#method_append","d":null},{"t":"M","n":"Dom\\DocumentFragment::prepend","p":"Dom/DocumentFragment.html#method_prepend","d":null},{"t":"M","n":"Dom\\DocumentFragment::replaceChildren","p":"Dom/DocumentFragment.html#method_replaceChildren","d":null},{"t":"M","n":"Dom\\DocumentFragment::querySelector","p":"Dom/DocumentFragment.html#method_querySelector","d":null},{"t":"M","n":"Dom\\DocumentFragment::querySelectorAll","p":"Dom/DocumentFragment.html#method_querySelectorAll","d":""},{"t":"M","n":"Dom\\DocumentType::remove","p":"Dom/DocumentType.html#method_remove","d":null},{"t":"M","n":"Dom\\DocumentType::before","p":"Dom/DocumentType.html#method_before","d":null},{"t":"M","n":"Dom\\DocumentType::after","p":"Dom/DocumentType.html#method_after","d":null},{"t":"M","n":"Dom\\DocumentType::replaceWith","p":"Dom/DocumentType.html#method_replaceWith","d":null},{"t":"M","n":"Dom\\DtdNamedNodeMap::item","p":"Dom/DtdNamedNodeMap.html#method_item","d":""},{"t":"M","n":"Dom\\DtdNamedNodeMap::getNamedItem","p":"Dom/DtdNamedNodeMap.html#method_getNamedItem","d":""},{"t":"M","n":"Dom\\DtdNamedNodeMap::getNamedItemNS","p":"Dom/DtdNamedNodeMap.html#method_getNamedItemNS","d":""},{"t":"M","n":"Dom\\DtdNamedNodeMap::count","p":"Dom/DtdNamedNodeMap.html#method_count","d":"

    Count elements of an object

    "},{"t":"M","n":"Dom\\DtdNamedNodeMap::getIterator","p":"Dom/DtdNamedNodeMap.html#method_getIterator","d":""},{"t":"M","n":"Dom\\Element::hasAttributes","p":"Dom/Element.html#method_hasAttributes","d":null},{"t":"M","n":"Dom\\Element::getAttributeNames","p":"Dom/Element.html#method_getAttributeNames","d":null},{"t":"M","n":"Dom\\Element::getAttribute","p":"Dom/Element.html#method_getAttribute","d":null},{"t":"M","n":"Dom\\Element::getAttributeNS","p":"Dom/Element.html#method_getAttributeNS","d":null},{"t":"M","n":"Dom\\Element::setAttribute","p":"Dom/Element.html#method_setAttribute","d":null},{"t":"M","n":"Dom\\Element::setAttributeNS","p":"Dom/Element.html#method_setAttributeNS","d":null},{"t":"M","n":"Dom\\Element::removeAttribute","p":"Dom/Element.html#method_removeAttribute","d":null},{"t":"M","n":"Dom\\Element::removeAttributeNS","p":"Dom/Element.html#method_removeAttributeNS","d":null},{"t":"M","n":"Dom\\Element::toggleAttribute","p":"Dom/Element.html#method_toggleAttribute","d":null},{"t":"M","n":"Dom\\Element::hasAttribute","p":"Dom/Element.html#method_hasAttribute","d":null},{"t":"M","n":"Dom\\Element::hasAttributeNS","p":"Dom/Element.html#method_hasAttributeNS","d":null},{"t":"M","n":"Dom\\Element::getAttributeNode","p":"Dom/Element.html#method_getAttributeNode","d":null},{"t":"M","n":"Dom\\Element::getAttributeNodeNS","p":"Dom/Element.html#method_getAttributeNodeNS","d":null},{"t":"M","n":"Dom\\Element::setAttributeNode","p":"Dom/Element.html#method_setAttributeNode","d":null},{"t":"M","n":"Dom\\Element::setAttributeNodeNS","p":"Dom/Element.html#method_setAttributeNodeNS","d":null},{"t":"M","n":"Dom\\Element::removeAttributeNode","p":"Dom/Element.html#method_removeAttributeNode","d":null},{"t":"M","n":"Dom\\Element::getElementsByTagName","p":"Dom/Element.html#method_getElementsByTagName","d":null},{"t":"M","n":"Dom\\Element::getElementsByTagNameNS","p":"Dom/Element.html#method_getElementsByTagNameNS","d":null},{"t":"M","n":"Dom\\Element::insertAdjacentElement","p":"Dom/Element.html#method_insertAdjacentElement","d":null},{"t":"M","n":"Dom\\Element::insertAdjacentText","p":"Dom/Element.html#method_insertAdjacentText","d":null},{"t":"M","n":"Dom\\Element::setIdAttribute","p":"Dom/Element.html#method_setIdAttribute","d":null},{"t":"M","n":"Dom\\Element::setIdAttributeNS","p":"Dom/Element.html#method_setIdAttributeNS","d":null},{"t":"M","n":"Dom\\Element::setIdAttributeNode","p":"Dom/Element.html#method_setIdAttributeNode","d":null},{"t":"M","n":"Dom\\Element::remove","p":"Dom/Element.html#method_remove","d":null},{"t":"M","n":"Dom\\Element::before","p":"Dom/Element.html#method_before","d":null},{"t":"M","n":"Dom\\Element::after","p":"Dom/Element.html#method_after","d":null},{"t":"M","n":"Dom\\Element::replaceWith","p":"Dom/Element.html#method_replaceWith","d":null},{"t":"M","n":"Dom\\Element::append","p":"Dom/Element.html#method_append","d":null},{"t":"M","n":"Dom\\Element::prepend","p":"Dom/Element.html#method_prepend","d":null},{"t":"M","n":"Dom\\Element::replaceChildren","p":"Dom/Element.html#method_replaceChildren","d":null},{"t":"M","n":"Dom\\Element::querySelector","p":"Dom/Element.html#method_querySelector","d":null},{"t":"M","n":"Dom\\Element::querySelectorAll","p":"Dom/Element.html#method_querySelectorAll","d":""},{"t":"M","n":"Dom\\Element::closest","p":"Dom/Element.html#method_closest","d":null},{"t":"M","n":"Dom\\Element::matches","p":"Dom/Element.html#method_matches","d":null},{"t":"M","n":"Dom\\Element::getInScopeNamespaces","p":"Dom/Element.html#method_getInScopeNamespaces","d":""},{"t":"M","n":"Dom\\Element::getDescendantNamespaces","p":"Dom/Element.html#method_getDescendantNamespaces","d":""},{"t":"M","n":"Dom\\Element::rename","p":"Dom/Element.html#method_rename","d":null},{"t":"M","n":"Dom\\HTMLCollection::item","p":"Dom/HTMLCollection.html#method_item","d":null},{"t":"M","n":"Dom\\HTMLCollection::namedItem","p":"Dom/HTMLCollection.html#method_namedItem","d":null},{"t":"M","n":"Dom\\HTMLCollection::count","p":"Dom/HTMLCollection.html#method_count","d":"

    Count elements of an object

    "},{"t":"M","n":"Dom\\HTMLCollection::getIterator","p":"Dom/HTMLCollection.html#method_getIterator","d":""},{"t":"M","n":"Dom\\HTMLDocument::createEmpty","p":"Dom/HTMLDocument.html#method_createEmpty","d":null},{"t":"M","n":"Dom\\HTMLDocument::createFromFile","p":"Dom/HTMLDocument.html#method_createFromFile","d":null},{"t":"M","n":"Dom\\HTMLDocument::createFromString","p":"Dom/HTMLDocument.html#method_createFromString","d":null},{"t":"M","n":"Dom\\HTMLDocument::saveXml","p":"Dom/HTMLDocument.html#method_saveXml","d":null},{"t":"M","n":"Dom\\HTMLDocument::saveXmlFile","p":"Dom/HTMLDocument.html#method_saveXmlFile","d":null},{"t":"M","n":"Dom\\HTMLDocument::saveHtml","p":"Dom/HTMLDocument.html#method_saveHtml","d":null},{"t":"M","n":"Dom\\HTMLDocument::saveHtmlFile","p":"Dom/HTMLDocument.html#method_saveHtmlFile","d":null},{"t":"M","n":"Dom\\HTMLDocument::debugGetTemplateCount","p":"Dom/HTMLDocument.html#method_debugGetTemplateCount","d":null},{"t":"M","n":"Dom\\Implementation::createDocumentType","p":"Dom/Implementation.html#method_createDocumentType","d":null},{"t":"M","n":"Dom\\Implementation::createDocument","p":"Dom/Implementation.html#method_createDocument","d":null},{"t":"M","n":"Dom\\Implementation::createHTMLDocument","p":"Dom/Implementation.html#method_createHTMLDocument","d":null},{"t":"M","n":"Dom\\NamedNodeMap::item","p":"Dom/NamedNodeMap.html#method_item","d":null},{"t":"M","n":"Dom\\NamedNodeMap::getNamedItem","p":"Dom/NamedNodeMap.html#method_getNamedItem","d":null},{"t":"M","n":"Dom\\NamedNodeMap::getNamedItemNS","p":"Dom/NamedNodeMap.html#method_getNamedItemNS","d":null},{"t":"M","n":"Dom\\NamedNodeMap::count","p":"Dom/NamedNodeMap.html#method_count","d":"

    Count elements of an object

    "},{"t":"M","n":"Dom\\NamedNodeMap::getIterator","p":"Dom/NamedNodeMap.html#method_getIterator","d":""},{"t":"M","n":"Dom\\Node::getRootNode","p":"Dom/Node.html#method_getRootNode","d":null},{"t":"M","n":"Dom\\Node::hasChildNodes","p":"Dom/Node.html#method_hasChildNodes","d":null},{"t":"M","n":"Dom\\Node::normalize","p":"Dom/Node.html#method_normalize","d":null},{"t":"M","n":"Dom\\Node::cloneNode","p":"Dom/Node.html#method_cloneNode","d":null},{"t":"M","n":"Dom\\Node::isEqualNode","p":"Dom/Node.html#method_isEqualNode","d":null},{"t":"M","n":"Dom\\Node::isSameNode","p":"Dom/Node.html#method_isSameNode","d":null},{"t":"M","n":"Dom\\Node::compareDocumentPosition","p":"Dom/Node.html#method_compareDocumentPosition","d":null},{"t":"M","n":"Dom\\Node::contains","p":"Dom/Node.html#method_contains","d":null},{"t":"M","n":"Dom\\Node::lookupPrefix","p":"Dom/Node.html#method_lookupPrefix","d":null},{"t":"M","n":"Dom\\Node::lookupNamespaceURI","p":"Dom/Node.html#method_lookupNamespaceURI","d":null},{"t":"M","n":"Dom\\Node::isDefaultNamespace","p":"Dom/Node.html#method_isDefaultNamespace","d":null},{"t":"M","n":"Dom\\Node::insertBefore","p":"Dom/Node.html#method_insertBefore","d":null},{"t":"M","n":"Dom\\Node::appendChild","p":"Dom/Node.html#method_appendChild","d":null},{"t":"M","n":"Dom\\Node::replaceChild","p":"Dom/Node.html#method_replaceChild","d":null},{"t":"M","n":"Dom\\Node::removeChild","p":"Dom/Node.html#method_removeChild","d":null},{"t":"M","n":"Dom\\Node::getLineNo","p":"Dom/Node.html#method_getLineNo","d":null},{"t":"M","n":"Dom\\Node::getNodePath","p":"Dom/Node.html#method_getNodePath","d":null},{"t":"M","n":"Dom\\Node::C14N","p":"Dom/Node.html#method_C14N","d":null},{"t":"M","n":"Dom\\Node::C14NFile","p":"Dom/Node.html#method_C14NFile","d":null},{"t":"M","n":"Dom\\Node::__sleep","p":"Dom/Node.html#method___sleep","d":null},{"t":"M","n":"Dom\\Node::__wakeup","p":"Dom/Node.html#method___wakeup","d":null},{"t":"M","n":"Dom\\NodeList::count","p":"Dom/NodeList.html#method_count","d":"

    Count elements of an object

    "},{"t":"M","n":"Dom\\NodeList::getIterator","p":"Dom/NodeList.html#method_getIterator","d":""},{"t":"M","n":"Dom\\NodeList::item","p":"Dom/NodeList.html#method_item","d":""},{"t":"M","n":"Dom\\ParentNode::append","p":"Dom/ParentNode.html#method_append","d":null},{"t":"M","n":"Dom\\ParentNode::prepend","p":"Dom/ParentNode.html#method_prepend","d":null},{"t":"M","n":"Dom\\ParentNode::replaceChildren","p":"Dom/ParentNode.html#method_replaceChildren","d":null},{"t":"M","n":"Dom\\ParentNode::querySelector","p":"Dom/ParentNode.html#method_querySelector","d":null},{"t":"M","n":"Dom\\ParentNode::querySelectorAll","p":"Dom/ParentNode.html#method_querySelectorAll","d":""},{"t":"M","n":"Dom\\Text::splitText","p":"Dom/Text.html#method_splitText","d":null},{"t":"M","n":"Dom\\TokenList::item","p":"Dom/TokenList.html#method_item","d":null},{"t":"M","n":"Dom\\TokenList::contains","p":"Dom/TokenList.html#method_contains","d":null},{"t":"M","n":"Dom\\TokenList::add","p":"Dom/TokenList.html#method_add","d":null},{"t":"M","n":"Dom\\TokenList::remove","p":"Dom/TokenList.html#method_remove","d":null},{"t":"M","n":"Dom\\TokenList::toggle","p":"Dom/TokenList.html#method_toggle","d":null},{"t":"M","n":"Dom\\TokenList::replace","p":"Dom/TokenList.html#method_replace","d":null},{"t":"M","n":"Dom\\TokenList::supports","p":"Dom/TokenList.html#method_supports","d":null},{"t":"M","n":"Dom\\TokenList::count","p":"Dom/TokenList.html#method_count","d":"

    Count elements of an object

    "},{"t":"M","n":"Dom\\TokenList::getIterator","p":"Dom/TokenList.html#method_getIterator","d":"

    Retrieve an external iterator

    "},{"t":"M","n":"Dom\\XMLDocument::createEmpty","p":"Dom/XMLDocument.html#method_createEmpty","d":null},{"t":"M","n":"Dom\\XMLDocument::createFromFile","p":"Dom/XMLDocument.html#method_createFromFile","d":null},{"t":"M","n":"Dom\\XMLDocument::createFromString","p":"Dom/XMLDocument.html#method_createFromString","d":null},{"t":"M","n":"Dom\\XMLDocument::createEntityReference","p":"Dom/XMLDocument.html#method_createEntityReference","d":null},{"t":"M","n":"Dom\\XMLDocument::validate","p":"Dom/XMLDocument.html#method_validate","d":null},{"t":"M","n":"Dom\\XMLDocument::xinclude","p":"Dom/XMLDocument.html#method_xinclude","d":null},{"t":"M","n":"Dom\\XMLDocument::saveXml","p":"Dom/XMLDocument.html#method_saveXml","d":null},{"t":"M","n":"Dom\\XMLDocument::saveXmlFile","p":"Dom/XMLDocument.html#method_saveXmlFile","d":null},{"t":"M","n":"Dom\\XPath::__construct","p":"Dom/XPath.html#method___construct","d":null},{"t":"M","n":"Dom\\XPath::evaluate","p":"Dom/XPath.html#method_evaluate","d":""},{"t":"M","n":"Dom\\XPath::query","p":"Dom/XPath.html#method_query","d":""},{"t":"M","n":"Dom\\XPath::registerNamespace","p":"Dom/XPath.html#method_registerNamespace","d":null},{"t":"M","n":"Dom\\XPath::registerPhpFunctions","p":"Dom/XPath.html#method_registerPhpFunctions","d":null},{"t":"M","n":"Dom\\XPath::registerPhpFunctionNS","p":"Dom/XPath.html#method_registerPhpFunctionNS","d":null},{"t":"M","n":"Dom\\XPath::quote","p":"Dom/XPath.html#method_quote","d":null},{"t":"M","n":"Ds\\Collection::clear","p":"Ds/Collection.html#method_clear","d":"

    Removes all values from the collection.

    "},{"t":"M","n":"Ds\\Collection::copy","p":"Ds/Collection.html#method_copy","d":"

    Returns a shallow copy of the collection.

    "},{"t":"M","n":"Ds\\Collection::isEmpty","p":"Ds/Collection.html#method_isEmpty","d":"

    Returns whether the collection is empty.

    "},{"t":"M","n":"Ds\\Collection::toArray","p":"Ds/Collection.html#method_toArray","d":"

    Converts the collection to an array.

    "},{"t":"M","n":"Ds\\Deque::__construct","p":"Ds/Deque.html#method___construct","d":"

    Creates a new instance, using either a traversable object or an array for the initial values.

    "},{"t":"M","n":"Ds\\Deque::count","p":"Ds/Deque.html#method_count","d":"

    Count elements of an object

    "},{"t":"M","n":"Ds\\Deque::clear","p":"Ds/Deque.html#method_clear","d":"

    Removes all values from the deque.

    "},{"t":"M","n":"Ds\\Deque::copy","p":"Ds/Deque.html#method_copy","d":"

    Returns a shallow copy of the deque.

    "},{"t":"M","n":"Ds\\Deque::getIterator","p":"Ds/Deque.html#method_getIterator","d":""},{"t":"M","n":"Ds\\Deque::isEmpty","p":"Ds/Deque.html#method_isEmpty","d":"

    Returns whether the deque is empty.

    "},{"t":"M","n":"Ds\\Deque::toArray","p":"Ds/Deque.html#method_toArray","d":"

    Converts the deque to an array.

    "},{"t":"M","n":"Ds\\Deque::allocate","p":"Ds/Deque.html#method_allocate","d":"

    Ensures that enough memory is allocated for a required capacity.

    "},{"t":"M","n":"Ds\\Deque::apply","p":"Ds/Deque.html#method_apply","d":"

    Updates all values by applying a callback function to each value in\nthe deque.

    "},{"t":"M","n":"Ds\\Deque::capacity","p":"Ds/Deque.html#method_capacity","d":"

    Returns the current capacity.

    "},{"t":"M","n":"Ds\\Deque::contains","p":"Ds/Deque.html#method_contains","d":"

    Determines if the deque contains all values.

    "},{"t":"M","n":"Ds\\Deque::filter","p":"Ds/Deque.html#method_filter","d":"

    Creates a new deque using a callable to determine which values\nto include.

    "},{"t":"M","n":"Ds\\Deque::find","p":"Ds/Deque.html#method_find","d":"

    Returns the index of the value, or FALSE if not found.

    "},{"t":"M","n":"Ds\\Deque::first","p":"Ds/Deque.html#method_first","d":"

    Returns the first value in the deque.

    "},{"t":"M","n":"Ds\\Deque::get","p":"Ds/Deque.html#method_get","d":"

    Returns the value at a given index.

    "},{"t":"M","n":"Ds\\Deque::insert","p":"Ds/Deque.html#method_insert","d":"

    Inserts values into the deque at a given index.

    "},{"t":"M","n":"Ds\\Deque::join","p":"Ds/Deque.html#method_join","d":"

    Joins all values together as a string using an optional separator\nbetween each value.

    "},{"t":"M","n":"Ds\\Deque::last","p":"Ds/Deque.html#method_last","d":"

    Returns the last value in the deque.

    "},{"t":"M","n":"Ds\\Deque::map","p":"Ds/Deque.html#method_map","d":"

    Returns the result of applying a callback function to each value in\nthe deque.

    "},{"t":"M","n":"Ds\\Deque::merge","p":"Ds/Deque.html#method_merge","d":"

    Returns the result of adding all given values to the deque.

    "},{"t":"M","n":"Ds\\Deque::pop","p":"Ds/Deque.html#method_pop","d":"

    Removes and returns the last value.

    "},{"t":"M","n":"Ds\\Deque::push","p":"Ds/Deque.html#method_push","d":"

    Adds values to the end of the deque.

    "},{"t":"M","n":"Ds\\Deque::reduce","p":"Ds/Deque.html#method_reduce","d":"

    Reduces the deque to a single value using a callback function.

    "},{"t":"M","n":"Ds\\Deque::remove","p":"Ds/Deque.html#method_remove","d":"

    Removes and returns a value by index.

    "},{"t":"M","n":"Ds\\Deque::reverse","p":"Ds/Deque.html#method_reverse","d":"

    Reverses the deque in-place.

    "},{"t":"M","n":"Ds\\Deque::reversed","p":"Ds/Deque.html#method_reversed","d":"

    Returns a reversed copy of the deque.

    "},{"t":"M","n":"Ds\\Deque::rotate","p":"Ds/Deque.html#method_rotate","d":"

    Rotates the deque by a given number of rotations, which is\nequivalent to successively calling\n$deque->push($deque->shift()) if the number of rotations is\npositive, or $deque->unshift($deque->pop()) if negative.

    "},{"t":"M","n":"Ds\\Deque::set","p":"Ds/Deque.html#method_set","d":"

    Updates a value at a given index.

    "},{"t":"M","n":"Ds\\Deque::shift","p":"Ds/Deque.html#method_shift","d":"

    Removes and returns the first value.

    "},{"t":"M","n":"Ds\\Deque::slice","p":"Ds/Deque.html#method_slice","d":"

    Creates a sub-deque of a given range.

    "},{"t":"M","n":"Ds\\Deque::sort","p":"Ds/Deque.html#method_sort","d":"

    Sorts the deque in-place, using an optional comparator function.

    "},{"t":"M","n":"Ds\\Deque::sorted","p":"Ds/Deque.html#method_sorted","d":"

    Returns a sorted copy, using an optional comparator function.

    "},{"t":"M","n":"Ds\\Deque::sum","p":"Ds/Deque.html#method_sum","d":"

    Returns the sum of all values in the deque.

    "},{"t":"M","n":"Ds\\Deque::unshift","p":"Ds/Deque.html#method_unshift","d":"

    Adds values to the front of the deque, moving all the current\nvalues forward to make room for the new values.

    "},{"t":"M","n":"Ds\\Deque::jsonSerialize","p":"Ds/Deque.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Ds\\Deque::offsetExists","p":"Ds/Deque.html#method_offsetExists","d":""},{"t":"M","n":"Ds\\Deque::offsetGet","p":"Ds/Deque.html#method_offsetGet","d":""},{"t":"M","n":"Ds\\Deque::offsetSet","p":"Ds/Deque.html#method_offsetSet","d":""},{"t":"M","n":"Ds\\Deque::offsetUnset","p":"Ds/Deque.html#method_offsetUnset","d":""},{"t":"M","n":"Ds\\Hashable::equals","p":"Ds/Hashable.html#method_equals","d":"

    Determines whether another object is equal to the current instance.

    "},{"t":"M","n":"Ds\\Hashable::hash","p":"Ds/Hashable.html#method_hash","d":"

    Returns a scalar value to be used as the hash value of the objects.

    "},{"t":"M","n":"Ds\\Map::__construct","p":"Ds/Map.html#method___construct","d":"

    Creates a new instance, using either a traversable object or an array for the initial values.

    "},{"t":"M","n":"Ds\\Map::allocate","p":"Ds/Map.html#method_allocate","d":"

    Allocates enough memory for a required capacity.

    "},{"t":"M","n":"Ds\\Map::apply","p":"Ds/Map.html#method_apply","d":"

    Updates all values by applying a callback function to each value in the map.

    "},{"t":"M","n":"Ds\\Map::capacity","p":"Ds/Map.html#method_capacity","d":"

    Returns the current capacity.

    "},{"t":"M","n":"Ds\\Map::count","p":"Ds/Map.html#method_count","d":"

    Count elements of an object

    "},{"t":"M","n":"Ds\\Map::clear","p":"Ds/Map.html#method_clear","d":"

    Removes all values from the collection.

    "},{"t":"M","n":"Ds\\Map::copy","p":"Ds/Map.html#method_copy","d":"

    Returns a shallow copy of the collection.

    "},{"t":"M","n":"Ds\\Map::diff","p":"Ds/Map.html#method_diff","d":"

    Returns the result of removing all keys from the current instance that are present in a given map.

    "},{"t":"M","n":"Ds\\Map::filter","p":"Ds/Map.html#method_filter","d":"

    Creates a new map using a callable to determine which pairs to include

    "},{"t":"M","n":"Ds\\Map::first","p":"Ds/Map.html#method_first","d":"

    Returns the first pair in the map

    "},{"t":"M","n":"Ds\\Map::get","p":"Ds/Map.html#method_get","d":"

    Returns the value for a given key, or an optional default value if the key could not be found.

    "},{"t":"M","n":"Ds\\Map::getIterator","p":"Ds/Map.html#method_getIterator","d":""},{"t":"M","n":"Ds\\Map::hasKey","p":"Ds/Map.html#method_hasKey","d":"

    Determines whether the map contains a given key

    "},{"t":"M","n":"Ds\\Map::hasValue","p":"Ds/Map.html#method_hasValue","d":"

    Determines whether the map contains a given value

    "},{"t":"M","n":"Ds\\Map::intersect","p":"Ds/Map.html#method_intersect","d":"

    Creates a new map containing the pairs of the current instance whose\nkeys are also present in the given map. In other words, returns a\ncopy of the current instance with all keys removed that are not also\nin the other map.

    "},{"t":"M","n":"Ds\\Map::isEmpty","p":"Ds/Map.html#method_isEmpty","d":"

    Returns whether the collection is empty.

    "},{"t":"M","n":"Ds\\Map::toArray","p":"Ds/Map.html#method_toArray","d":"

    Converts the map to an array.

    "},{"t":"M","n":"Ds\\Map::jsonSerialize","p":"Ds/Map.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Ds\\Map::keys","p":"Ds/Map.html#method_keys","d":"

    Returns a set containing all the keys of the map, in the same order.

    "},{"t":"M","n":"Ds\\Map::ksort","p":"Ds/Map.html#method_ksort","d":"

    Sorts the map in-place by key, using an optional comparator function.

    "},{"t":"M","n":"Ds\\Map::ksorted","p":"Ds/Map.html#method_ksorted","d":"

    Returns a copy sorted by key, using an optional comparator function.

    "},{"t":"M","n":"Ds\\Map::last","p":"Ds/Map.html#method_last","d":"

    Returns the last pair of the map.

    "},{"t":"M","n":"Ds\\Map::map","p":"Ds/Map.html#method_map","d":"

    Returns the result of applying a callback function to each value of\nthe map.

    "},{"t":"M","n":"Ds\\Map::merge","p":"Ds/Map.html#method_merge","d":"

    Returns the result of associating all keys of a given traversable\nobject or array with their corresponding values, combined with the\ncurrent instance.

    "},{"t":"M","n":"Ds\\Map::pairs","p":"Ds/Map.html#method_pairs","d":"

    Returns a Ds\\Sequence containing all the pairs of the map.

    "},{"t":"M","n":"Ds\\Map::put","p":"Ds/Map.html#method_put","d":"

    Associates a key with a value, overwriting a previous association if\none exists.

    "},{"t":"M","n":"Ds\\Map::putAll","p":"Ds/Map.html#method_putAll","d":"

    Associates all key-value pairs of a traversable object or array.

    "},{"t":"M","n":"Ds\\Map::reduce","p":"Ds/Map.html#method_reduce","d":"

    Reduces the map to a single value using a callback function.

    "},{"t":"M","n":"Ds\\Map::remove","p":"Ds/Map.html#method_remove","d":"

    Removes and returns a value by key, or return an optional default\nvalue if the key could not be found.

    "},{"t":"M","n":"Ds\\Map::reverse","p":"Ds/Map.html#method_reverse","d":"

    Reverses the map in-place.

    "},{"t":"M","n":"Ds\\Map::reversed","p":"Ds/Map.html#method_reversed","d":"

    Returns a reversed copy of the map.

    "},{"t":"M","n":"Ds\\Map::skip","p":"Ds/Map.html#method_skip","d":"

    Returns the pair at a given zero-based position.

    "},{"t":"M","n":"Ds\\Map::slice","p":"Ds/Map.html#method_slice","d":"

    Returns a subset of the map defined by a starting index and length.

    "},{"t":"M","n":"Ds\\Map::sort","p":"Ds/Map.html#method_sort","d":"

    Sorts the map in-place by value, using an optional comparator\nfunction.

    "},{"t":"M","n":"Ds\\Map::sorted","p":"Ds/Map.html#method_sorted","d":"

    Returns a copy, sorted by value using an optional comparator function.

    "},{"t":"M","n":"Ds\\Map::sum","p":"Ds/Map.html#method_sum","d":"

    Returns the sum of all values in the map.

    "},{"t":"M","n":"Ds\\Map::union","p":"Ds/Map.html#method_union","d":"

    Creates a new map using values from the current instance and another\nmap.

    "},{"t":"M","n":"Ds\\Map::values","p":"Ds/Map.html#method_values","d":"

    Returns a sequence containing all the values of the map, in the same\norder.

    "},{"t":"M","n":"Ds\\Map::xor","p":"Ds/Map.html#method_xor","d":"

    Creates a new map containing keys of the current instance as well as\nanother map, but not of both.

    "},{"t":"M","n":"Ds\\Map::offsetExists","p":"Ds/Map.html#method_offsetExists","d":""},{"t":"M","n":"Ds\\Map::offsetGet","p":"Ds/Map.html#method_offsetGet","d":""},{"t":"M","n":"Ds\\Map::offsetSet","p":"Ds/Map.html#method_offsetSet","d":""},{"t":"M","n":"Ds\\Map::offsetUnset","p":"Ds/Map.html#method_offsetUnset","d":""},{"t":"M","n":"Ds\\Pair::__construct","p":"Ds/Pair.html#method___construct","d":"

    Creates a new instance using a given key and value.

    "},{"t":"M","n":"Ds\\Pair::clear","p":"Ds/Pair.html#method_clear","d":"

    Removes all values from the pair.

    "},{"t":"M","n":"Ds\\Pair::copy","p":"Ds/Pair.html#method_copy","d":"

    Returns a shallow copy of the pair.

    "},{"t":"M","n":"Ds\\Pair::isEmpty","p":"Ds/Pair.html#method_isEmpty","d":"

    Returns whether the pair is empty.

    "},{"t":"M","n":"Ds\\Pair::toArray","p":"Ds/Pair.html#method_toArray","d":"

    Converts the pair to an array.

    "},{"t":"M","n":"Ds\\Pair::jsonSerialize","p":"Ds/Pair.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Ds\\PriorityQueue::count","p":"Ds/PriorityQueue.html#method_count","d":"

    Count elements of an object

    "},{"t":"M","n":"Ds\\PriorityQueue::allocate","p":"Ds/PriorityQueue.html#method_allocate","d":"

    Allocates enough memory for a required capacity

    "},{"t":"M","n":"Ds\\PriorityQueue::capacity","p":"Ds/PriorityQueue.html#method_capacity","d":"

    Returns the current capacity

    "},{"t":"M","n":"Ds\\PriorityQueue::clear","p":"Ds/PriorityQueue.html#method_clear","d":"

    Removes all values from the collection.

    "},{"t":"M","n":"Ds\\PriorityQueue::copy","p":"Ds/PriorityQueue.html#method_copy","d":"

    Returns a shallow copy of the collection.

    "},{"t":"M","n":"Ds\\PriorityQueue::getIterator","p":"Ds/PriorityQueue.html#method_getIterator","d":""},{"t":"M","n":"Ds\\PriorityQueue::isEmpty","p":"Ds/PriorityQueue.html#method_isEmpty","d":"

    Returns whether the collection is empty.

    "},{"t":"M","n":"Ds\\PriorityQueue::peek","p":"Ds/PriorityQueue.html#method_peek","d":"

    Returns the value at the front of the queue, but does not remove it.

    "},{"t":"M","n":"Ds\\PriorityQueue::pop","p":"Ds/PriorityQueue.html#method_pop","d":"

    Removes and returns the value with the highest priority

    "},{"t":"M","n":"Ds\\PriorityQueue::push","p":"Ds/PriorityQueue.html#method_push","d":"

    Pushes a value with a given priority into the queue.

    "},{"t":"M","n":"Ds\\PriorityQueue::toArray","p":"Ds/PriorityQueue.html#method_toArray","d":"

    Converts the collection to an array.

    "},{"t":"M","n":"Ds\\PriorityQueue::jsonSerialize","p":"Ds/PriorityQueue.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Ds\\Queue::__construct","p":"Ds/Queue.html#method___construct","d":"

    Creates a new instance, using either a traversable object or an array\nfor the initial values.

    "},{"t":"M","n":"Ds\\Queue::allocate","p":"Ds/Queue.html#method_allocate","d":"

    Ensures that enough memory is allocated for a required capacity. This\nremoves the need to reallocate the internal as values are added.

    "},{"t":"M","n":"Ds\\Queue::capacity","p":"Ds/Queue.html#method_capacity","d":"

    Returns the current capacity.

    "},{"t":"M","n":"Ds\\Queue::clear","p":"Ds/Queue.html#method_clear","d":"

    Removes all values from the queue.

    "},{"t":"M","n":"Ds\\Queue::count","p":"Ds/Queue.html#method_count","d":"

    Count elements of an object

    "},{"t":"M","n":"Ds\\Queue::copy","p":"Ds/Queue.html#method_copy","d":"

    Returns a shallow copy of the collection.

    "},{"t":"M","n":"Ds\\Queue::getIterator","p":"Ds/Queue.html#method_getIterator","d":""},{"t":"M","n":"Ds\\Queue::isEmpty","p":"Ds/Queue.html#method_isEmpty","d":"

    Returns whether the collection is empty.

    "},{"t":"M","n":"Ds\\Queue::toArray","p":"Ds/Queue.html#method_toArray","d":"

    Converts the collection to an array.

    "},{"t":"M","n":"Ds\\Queue::jsonSerialize","p":"Ds/Queue.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Ds\\Queue::peek","p":"Ds/Queue.html#method_peek","d":"

    Returns the value at the top of the queue, but does not remove it.

    "},{"t":"M","n":"Ds\\Queue::pop","p":"Ds/Queue.html#method_pop","d":"

    Removes and returns the value at the top of the queue.

    "},{"t":"M","n":"Ds\\Queue::push","p":"Ds/Queue.html#method_push","d":"

    Pushes values onto the queue.

    "},{"t":"M","n":"Ds\\Queue::offsetExists","p":"Ds/Queue.html#method_offsetExists","d":""},{"t":"M","n":"Ds\\Queue::offsetGet","p":"Ds/Queue.html#method_offsetGet","d":""},{"t":"M","n":"Ds\\Queue::offsetSet","p":"Ds/Queue.html#method_offsetSet","d":""},{"t":"M","n":"Ds\\Queue::offsetUnset","p":"Ds/Queue.html#method_offsetUnset","d":""},{"t":"M","n":"Ds\\Sequence::allocate","p":"Ds/Sequence.html#method_allocate","d":"

    Ensures that enough memory is allocated for a required capacity.

    "},{"t":"M","n":"Ds\\Sequence::apply","p":"Ds/Sequence.html#method_apply","d":"

    Updates all values by applying a callback function to each value in\nthe sequence.

    "},{"t":"M","n":"Ds\\Sequence::capacity","p":"Ds/Sequence.html#method_capacity","d":"

    Returns the current capacity.

    "},{"t":"M","n":"Ds\\Sequence::contains","p":"Ds/Sequence.html#method_contains","d":"

    Determines if the sequence contains all values.

    "},{"t":"M","n":"Ds\\Sequence::filter","p":"Ds/Sequence.html#method_filter","d":"

    Creates a new sequence using a callable to determine which values\nto include.

    "},{"t":"M","n":"Ds\\Sequence::find","p":"Ds/Sequence.html#method_find","d":"

    Returns the index of the value, or FALSE if not found.

    "},{"t":"M","n":"Ds\\Sequence::first","p":"Ds/Sequence.html#method_first","d":"

    Returns the first value in the sequence.

    "},{"t":"M","n":"Ds\\Sequence::get","p":"Ds/Sequence.html#method_get","d":"

    Returns the value at a given index.

    "},{"t":"M","n":"Ds\\Sequence::insert","p":"Ds/Sequence.html#method_insert","d":"

    Inserts values into the sequence at a given index.

    "},{"t":"M","n":"Ds\\Sequence::join","p":"Ds/Sequence.html#method_join","d":"

    Joins all values together as a string using an optional separator\nbetween each value.

    "},{"t":"M","n":"Ds\\Sequence::last","p":"Ds/Sequence.html#method_last","d":"

    Returns the last value in the sequence.

    "},{"t":"M","n":"Ds\\Sequence::map","p":"Ds/Sequence.html#method_map","d":"

    Returns the result of applying a callback function to each value in\nthe sequence.

    "},{"t":"M","n":"Ds\\Sequence::merge","p":"Ds/Sequence.html#method_merge","d":"

    Returns the result of adding all given values to the sequence.

    "},{"t":"M","n":"Ds\\Sequence::pop","p":"Ds/Sequence.html#method_pop","d":"

    Removes and returns the last value.

    "},{"t":"M","n":"Ds\\Sequence::push","p":"Ds/Sequence.html#method_push","d":"

    Adds values to the end of the sequence.

    "},{"t":"M","n":"Ds\\Sequence::reduce","p":"Ds/Sequence.html#method_reduce","d":"

    Reduces the sequence to a single value using a callback function.

    "},{"t":"M","n":"Ds\\Sequence::remove","p":"Ds/Sequence.html#method_remove","d":"

    Removes and returns a value by index.

    "},{"t":"M","n":"Ds\\Sequence::reverse","p":"Ds/Sequence.html#method_reverse","d":"

    Reverses the sequence in-place.

    "},{"t":"M","n":"Ds\\Sequence::reversed","p":"Ds/Sequence.html#method_reversed","d":"

    Returns a reversed copy of the sequence.

    "},{"t":"M","n":"Ds\\Sequence::rotate","p":"Ds/Sequence.html#method_rotate","d":"

    Rotates the sequence by a given number of rotations, which is\nequivalent to successively calling\n$sequence->push($sequence->shift()) if the number of rotations is\npositive, or $sequence->unshift($sequence->pop()) if negative.

    "},{"t":"M","n":"Ds\\Sequence::set","p":"Ds/Sequence.html#method_set","d":"

    Updates a value at a given index.

    "},{"t":"M","n":"Ds\\Sequence::shift","p":"Ds/Sequence.html#method_shift","d":"

    Removes and returns the first value.

    "},{"t":"M","n":"Ds\\Sequence::slice","p":"Ds/Sequence.html#method_slice","d":"

    Creates a sub-sequence of a given range.

    "},{"t":"M","n":"Ds\\Sequence::sort","p":"Ds/Sequence.html#method_sort","d":"

    Sorts the sequence in-place, using an optional comparator function.

    "},{"t":"M","n":"Ds\\Sequence::sorted","p":"Ds/Sequence.html#method_sorted","d":"

    Returns a sorted copy, using an optional comparator function.

    "},{"t":"M","n":"Ds\\Sequence::sum","p":"Ds/Sequence.html#method_sum","d":"

    Returns the sum of all values in the sequence.

    "},{"t":"M","n":"Ds\\Sequence::unshift","p":"Ds/Sequence.html#method_unshift","d":"

    Adds values to the front of the sequence, moving all the current\nvalues forward to make room for the new values.

    "},{"t":"M","n":"Ds\\Set::__construct","p":"Ds/Set.html#method___construct","d":"

    Creates a new instance, using either a traversable object or an array\nfor the initial values.

    "},{"t":"M","n":"Ds\\Set::add","p":"Ds/Set.html#method_add","d":"

    Adds all given values to the set that haven't already been added.

    "},{"t":"M","n":"Ds\\Set::allocate","p":"Ds/Set.html#method_allocate","d":"

    Allocates enough memory for a required capacity.

    "},{"t":"M","n":"Ds\\Set::contains","p":"Ds/Set.html#method_contains","d":"

    Determines if the set contains all values.

    "},{"t":"M","n":"Ds\\Set::capacity","p":"Ds/Set.html#method_capacity","d":"

    Returns the current capacity.

    "},{"t":"M","n":"Ds\\Set::clear","p":"Ds/Set.html#method_clear","d":"

    Removes all values from the set.

    "},{"t":"M","n":"Ds\\Set::count","p":"Ds/Set.html#method_count","d":"

    Count elements of an object

    "},{"t":"M","n":"Ds\\Set::copy","p":"Ds/Set.html#method_copy","d":"

    Returns a shallow copy of the set.

    "},{"t":"M","n":"Ds\\Set::diff","p":"Ds/Set.html#method_diff","d":"

    Creates a new set using values that aren't in another set.

    "},{"t":"M","n":"Ds\\Set::filter","p":"Ds/Set.html#method_filter","d":"

    Creates a new set using a callable to determine which values to\ninclude

    "},{"t":"M","n":"Ds\\Set::first","p":"Ds/Set.html#method_first","d":"

    Returns the first value in the set.

    "},{"t":"M","n":"Ds\\Set::get","p":"Ds/Set.html#method_get","d":"

    Returns the value at a given index.

    "},{"t":"M","n":"Ds\\Set::getIterator","p":"Ds/Set.html#method_getIterator","d":""},{"t":"M","n":"Ds\\Set::intersect","p":"Ds/Set.html#method_intersect","d":"

    Creates a new set using values common to both the current instance\nand another set. In other words, returns a copy of the current\ninstance with all values removed that are not in the other set.

    "},{"t":"M","n":"Ds\\Set::isEmpty","p":"Ds/Set.html#method_isEmpty","d":"

    Returns whether the set is empty.

    "},{"t":"M","n":"Ds\\Set::join","p":"Ds/Set.html#method_join","d":"

    Joins all values together as a string using an optional separator\nbetween each value.

    "},{"t":"M","n":"Ds\\Set::map","p":"Ds/Set.html#method_map","d":"

    Returns the result of applying a callback function to each value in\nthe set.

    "},{"t":"M","n":"Ds\\Set::merge","p":"Ds/Set.html#method_merge","d":"

    Returns the result of adding all given values to the set.

    "},{"t":"M","n":"Ds\\Set::reduce","p":"Ds/Set.html#method_reduce","d":"

    Reduces the set to a single value using a callback function.

    "},{"t":"M","n":"Ds\\Set::remove","p":"Ds/Set.html#method_remove","d":"

    Removes all given values from the set, ignoring any that are not in\nthe set.

    "},{"t":"M","n":"Ds\\Set::reverse","p":"Ds/Set.html#method_reverse","d":"

    Reverses the set in-place.

    "},{"t":"M","n":"Ds\\Set::reversed","p":"Ds/Set.html#method_reversed","d":"

    Returns a reversed copy of the set.

    "},{"t":"M","n":"Ds\\Set::slice","p":"Ds/Set.html#method_slice","d":"

    Returns a sub-set of a given range

    "},{"t":"M","n":"Ds\\Set::last","p":"Ds/Set.html#method_last","d":"

    Returns the last value in the set.

    "},{"t":"M","n":"Ds\\Set::sort","p":"Ds/Set.html#method_sort","d":"

    Sorts the set in-place, using an optional comparator function.

    "},{"t":"M","n":"Ds\\Set::sorted","p":"Ds/Set.html#method_sorted","d":"

    Returns a sorted copy, using an optional comparator function.

    "},{"t":"M","n":"Ds\\Set::sum","p":"Ds/Set.html#method_sum","d":"

    Returns the sum of all values in the set.

    "},{"t":"M","n":"Ds\\Set::union","p":"Ds/Set.html#method_union","d":"

    Creates a new set that contains the values of the current instance as\nwell as the values of another set.

    "},{"t":"M","n":"Ds\\Set::xor","p":"Ds/Set.html#method_xor","d":"

    Creates a new set using values in either the current instance or in\nanother set, but not in both.

    "},{"t":"M","n":"Ds\\Set::toArray","p":"Ds/Set.html#method_toArray","d":"

    Converts the set to an array.

    "},{"t":"M","n":"Ds\\Set::jsonSerialize","p":"Ds/Set.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Ds\\Set::offsetExists","p":"Ds/Set.html#method_offsetExists","d":""},{"t":"M","n":"Ds\\Set::offsetGet","p":"Ds/Set.html#method_offsetGet","d":""},{"t":"M","n":"Ds\\Set::offsetSet","p":"Ds/Set.html#method_offsetSet","d":""},{"t":"M","n":"Ds\\Set::offsetUnset","p":"Ds/Set.html#method_offsetUnset","d":""},{"t":"M","n":"Ds\\Stack::__construct","p":"Ds/Stack.html#method___construct","d":"

    Creates a new instance, using either a traversable object or an array\nfor the initial values.

    "},{"t":"M","n":"Ds\\Stack::allocate","p":"Ds/Stack.html#method_allocate","d":"

    Ensures that enough memory is allocated for a required capacity. This\nremoves the need to reallocate the internal as values are added.

    "},{"t":"M","n":"Ds\\Stack::capacity","p":"Ds/Stack.html#method_capacity","d":"

    Returns the current capacity.

    "},{"t":"M","n":"Ds\\Stack::clear","p":"Ds/Stack.html#method_clear","d":"

    Removes all values from the stack.

    "},{"t":"M","n":"Ds\\Stack::count","p":"Ds/Stack.html#method_count","d":"

    Count elements of an object

    "},{"t":"M","n":"Ds\\Stack::copy","p":"Ds/Stack.html#method_copy","d":"

    Returns a shallow copy of the collection.

    "},{"t":"M","n":"Ds\\Stack::getIterator","p":"Ds/Stack.html#method_getIterator","d":""},{"t":"M","n":"Ds\\Stack::isEmpty","p":"Ds/Stack.html#method_isEmpty","d":"

    Returns whether the collection is empty.

    "},{"t":"M","n":"Ds\\Stack::toArray","p":"Ds/Stack.html#method_toArray","d":"

    Converts the collection to an array.

    "},{"t":"M","n":"Ds\\Stack::jsonSerialize","p":"Ds/Stack.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Ds\\Stack::peek","p":"Ds/Stack.html#method_peek","d":"

    Returns the value at the top of the stack, but does not remove it.

    "},{"t":"M","n":"Ds\\Stack::pop","p":"Ds/Stack.html#method_pop","d":"

    Removes and returns the value at the top of the stack.

    "},{"t":"M","n":"Ds\\Stack::push","p":"Ds/Stack.html#method_push","d":"

    Pushes values onto the stack.

    "},{"t":"M","n":"Ds\\Stack::offsetExists","p":"Ds/Stack.html#method_offsetExists","d":""},{"t":"M","n":"Ds\\Stack::offsetGet","p":"Ds/Stack.html#method_offsetGet","d":""},{"t":"M","n":"Ds\\Stack::offsetSet","p":"Ds/Stack.html#method_offsetSet","d":""},{"t":"M","n":"Ds\\Stack::offsetUnset","p":"Ds/Stack.html#method_offsetUnset","d":""},{"t":"M","n":"Ds\\Vector::__construct","p":"Ds/Vector.html#method___construct","d":"

    Creates a new instance, using either a traversable object or an array for the initial values.

    "},{"t":"M","n":"Ds\\Vector::allocate","p":"Ds/Vector.html#method_allocate","d":"

    Ensures that enough memory is allocated for a required capacity.

    "},{"t":"M","n":"Ds\\Vector::apply","p":"Ds/Vector.html#method_apply","d":"

    Updates all values by applying a callback function to each value in\nthe vector.

    "},{"t":"M","n":"Ds\\Vector::capacity","p":"Ds/Vector.html#method_capacity","d":"

    Returns the current capacity.

    "},{"t":"M","n":"Ds\\Vector::clear","p":"Ds/Vector.html#method_clear","d":"

    Removes all values from the vector.

    "},{"t":"M","n":"Ds\\Vector::contains","p":"Ds/Vector.html#method_contains","d":"

    Determines if the vector contains all values.

    "},{"t":"M","n":"Ds\\Vector::copy","p":"Ds/Vector.html#method_copy","d":"

    Returns a shallow copy of the vector.

    "},{"t":"M","n":"Ds\\Vector::filter","p":"Ds/Vector.html#method_filter","d":"

    Creates a new vector using a callable to determine which values to\ninclude.

    "},{"t":"M","n":"Ds\\Vector::find","p":"Ds/Vector.html#method_find","d":"

    Returns the index of the value, or FALSE if not found.

    "},{"t":"M","n":"Ds\\Vector::first","p":"Ds/Vector.html#method_first","d":"

    Returns the first value in the vector.

    "},{"t":"M","n":"Ds\\Vector::get","p":"Ds/Vector.html#method_get","d":"

    Returns the value at a given index.

    "},{"t":"M","n":"Ds\\Vector::getIterator","p":"Ds/Vector.html#method_getIterator","d":""},{"t":"M","n":"Ds\\Vector::insert","p":"Ds/Vector.html#method_insert","d":"

    Inserts values into the sequence at a given index.

    "},{"t":"M","n":"Ds\\Vector::join","p":"Ds/Vector.html#method_join","d":"

    Joins all values together as a string using an optional separator between each value.

    "},{"t":"M","n":"Ds\\Vector::last","p":"Ds/Vector.html#method_last","d":"

    Returns the last value in the sequence.

    "},{"t":"M","n":"Ds\\Vector::map","p":"Ds/Vector.html#method_map","d":"

    Returns the result of applying a callback function to each value in the sequence.

    "},{"t":"M","n":"Ds\\Vector::merge","p":"Ds/Vector.html#method_merge","d":"

    Returns the result of adding all given values to the sequence.

    "},{"t":"M","n":"Ds\\Vector::pop","p":"Ds/Vector.html#method_pop","d":"

    Removes and returns the last value.

    "},{"t":"M","n":"Ds\\Vector::push","p":"Ds/Vector.html#method_push","d":"

    Adds values to the end of the sequence.

    "},{"t":"M","n":"Ds\\Vector::reduce","p":"Ds/Vector.html#method_reduce","d":"

    Reduces the sequence to a single value using a callback function.

    "},{"t":"M","n":"Ds\\Vector::remove","p":"Ds/Vector.html#method_remove","d":"

    Removes and returns a value by index.

    "},{"t":"M","n":"Ds\\Vector::reverse","p":"Ds/Vector.html#method_reverse","d":"

    Reverses the sequence in-place.

    "},{"t":"M","n":"Ds\\Vector::reversed","p":"Ds/Vector.html#method_reversed","d":"

    Returns a reversed copy of the sequence.

    "},{"t":"M","n":"Ds\\Vector::rotate","p":"Ds/Vector.html#method_rotate","d":"

    Rotates the sequence by a given number of rotations, which is\nequivalent to successively calling $sequence->push($sequence->shift())\nif the number of rotations is positive, or $sequence->unshift($sequence->pop())\nif negative.

    "},{"t":"M","n":"Ds\\Vector::set","p":"Ds/Vector.html#method_set","d":"

    Updates a value at a given index.

    "},{"t":"M","n":"Ds\\Vector::shift","p":"Ds/Vector.html#method_shift","d":"

    Removes and returns the first value.

    "},{"t":"M","n":"Ds\\Vector::slice","p":"Ds/Vector.html#method_slice","d":"

    Creates a sub-sequence of a given range.

    "},{"t":"M","n":"Ds\\Vector::sort","p":"Ds/Vector.html#method_sort","d":"

    Sorts the sequence in-place, using an optional comparator function.

    "},{"t":"M","n":"Ds\\Vector::sorted","p":"Ds/Vector.html#method_sorted","d":"

    Returns a sorted copy, using an optional comparator function.

    "},{"t":"M","n":"Ds\\Vector::sum","p":"Ds/Vector.html#method_sum","d":"

    Returns the sum of all values in the sequence.
    \nNote: Arrays and objects are considered equal to zero when\ncalculating the sum.

    "},{"t":"M","n":"Ds\\Vector::unshift","p":"Ds/Vector.html#method_unshift","d":"

    Adds values to the front of the sequence, moving all the current\nvalues forward to make room for the new values.

    "},{"t":"M","n":"Ds\\Vector::count","p":"Ds/Vector.html#method_count","d":"

    Count elements of an object

    "},{"t":"M","n":"Ds\\Vector::isEmpty","p":"Ds/Vector.html#method_isEmpty","d":"

    Returns whether the collection is empty.

    "},{"t":"M","n":"Ds\\Vector::toArray","p":"Ds/Vector.html#method_toArray","d":"

    Converts the collection to an array.

    "},{"t":"M","n":"Ds\\Vector::jsonSerialize","p":"Ds/Vector.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Ds\\Vector::offsetExists","p":"Ds/Vector.html#method_offsetExists","d":""},{"t":"M","n":"Ds\\Vector::offsetGet","p":"Ds/Vector.html#method_offsetGet","d":""},{"t":"M","n":"Ds\\Vector::offsetSet","p":"Ds/Vector.html#method_offsetSet","d":""},{"t":"M","n":"Ds\\Vector::offsetUnset","p":"Ds/Vector.html#method_offsetUnset","d":""},{"t":"M","n":"Elastic\\Apm\\DistributedTracingData::serializeToString","p":"Elastic/Apm/DistributedTracingData.html#method_serializeToString","d":""},{"t":"M","n":"Elastic\\Apm\\DistributedTracingData::injectHeaders","p":"Elastic/Apm/DistributedTracingData.html#method_injectHeaders","d":"

    Gets distributed tracing data for the current span/transaction

    "},{"t":"M","n":"Elastic\\Apm\\ElasticApm::beginCurrentTransaction","p":"Elastic/Apm/ElasticApm.html#method_beginCurrentTransaction","d":"

    Begins a new transaction and sets it as the current transaction.

    "},{"t":"M","n":"Elastic\\Apm\\ElasticApm::captureCurrentTransaction","p":"Elastic/Apm/ElasticApm.html#method_captureCurrentTransaction","d":"

    Begins a new transaction, sets as the current transaction,\nruns the provided callback as the new transaction and automatically ends the new transaction.

    "},{"t":"M","n":"Elastic\\Apm\\ElasticApm::getCurrentTransaction","p":"Elastic/Apm/ElasticApm.html#method_getCurrentTransaction","d":"

    Returns the current transaction.

    "},{"t":"M","n":"Elastic\\Apm\\ElasticApm::getCurrentExecutionSegment","p":"Elastic/Apm/ElasticApm.html#method_getCurrentExecutionSegment","d":"

    If there is the current span then it returns the current span.

    "},{"t":"M","n":"Elastic\\Apm\\ElasticApm::beginTransaction","p":"Elastic/Apm/ElasticApm.html#method_beginTransaction","d":"

    Begins a new transaction.

    "},{"t":"M","n":"Elastic\\Apm\\ElasticApm::captureTransaction","p":"Elastic/Apm/ElasticApm.html#method_captureTransaction","d":"

    Begins a new transaction,\nruns the provided callback as the new transaction and automatically ends the new transaction.

    "},{"t":"M","n":"Elastic\\Apm\\ElasticApm::newTransaction","p":"Elastic/Apm/ElasticApm.html#method_newTransaction","d":"

    Advanced API to begin a new transaction

    "},{"t":"M","n":"Elastic\\Apm\\ElasticApm::createErrorFromThrowable","p":"Elastic/Apm/ElasticApm.html#method_createErrorFromThrowable","d":"

    Creates an error based on the given Throwable instance\nwith the current execution segment (if there is one) as the parent.

    "},{"t":"M","n":"Elastic\\Apm\\ElasticApm::createCustomError","p":"Elastic/Apm/ElasticApm.html#method_createCustomError","d":"

    Creates an error based on the given data\nwith the current execution segment (if there is one) as the parent.

    "},{"t":"M","n":"Elastic\\Apm\\ElasticApm::pauseRecording","p":"Elastic/Apm/ElasticApm.html#method_pauseRecording","d":"

    Pauses recording

    "},{"t":"M","n":"Elastic\\Apm\\ElasticApm::resumeRecording","p":"Elastic/Apm/ElasticApm.html#method_resumeRecording","d":"

    Resumes recording

    "},{"t":"M","n":"Elastic\\Apm\\ElasticApm::getSerializedCurrentDistributedTracingData","p":"Elastic/Apm/ElasticApm.html#method_getSerializedCurrentDistributedTracingData","d":""},{"t":"M","n":"Elastic\\Apm\\ExecutionSegmentContextInterface::setLabel","p":"Elastic/Apm/ExecutionSegmentContextInterface.html#method_setLabel","d":""},{"t":"M","n":"Elastic\\Apm\\ExecutionSegmentInterface::getId","p":"Elastic/Apm/ExecutionSegmentInterface.html#method_getId","d":"

    Hex encoded 64 random bits (== 8 bytes == 16 hex digits) ID.

    "},{"t":"M","n":"Elastic\\Apm\\ExecutionSegmentInterface::getTraceId","p":"Elastic/Apm/ExecutionSegmentInterface.html#method_getTraceId","d":"

    Hex encoded 128 random bits (== 16 bytes == 32 hex digits) ID of the correlated trace.

    "},{"t":"M","n":"Elastic\\Apm\\ExecutionSegmentInterface::getTimestamp","p":"Elastic/Apm/ExecutionSegmentInterface.html#method_getTimestamp","d":"

    Recorded time of the event.

    "},{"t":"M","n":"Elastic\\Apm\\ExecutionSegmentInterface::beginChildSpan","p":"Elastic/Apm/ExecutionSegmentInterface.html#method_beginChildSpan","d":"

    Begins a new span with this execution segment as the new span's parent.

    "},{"t":"M","n":"Elastic\\Apm\\ExecutionSegmentInterface::captureChildSpan","p":"Elastic/Apm/ExecutionSegmentInterface.html#method_captureChildSpan","d":"

    Begins a new span with this execution segment as the new span's parent,\nruns the provided callback as the new span and automatically ends the new span.

    "},{"t":"M","n":"Elastic\\Apm\\ExecutionSegmentInterface::setName","p":"Elastic/Apm/ExecutionSegmentInterface.html#method_setName","d":"
      \n
    • For transactions:\nThe name of this transaction.
    • \n
    "},{"t":"M","n":"Elastic\\Apm\\ExecutionSegmentInterface::setType","p":"Elastic/Apm/ExecutionSegmentInterface.html#method_setType","d":"

    Type is a keyword of specific relevance in the service's domain\ne.g.,

    \n
      \n
    • For transaction: 'db', 'external' for a span and 'request', 'backgroundjob' for a transaction, etc.
    • \n
    "},{"t":"M","n":"Elastic\\Apm\\ExecutionSegmentInterface::getDistributedTracingData","p":"Elastic/Apm/ExecutionSegmentInterface.html#method_getDistributedTracingData","d":""},{"t":"M","n":"Elastic\\Apm\\ExecutionSegmentInterface::injectDistributedTracingHeaders","p":"Elastic/Apm/ExecutionSegmentInterface.html#method_injectDistributedTracingHeaders","d":"

    Returns distributed tracing data for the current span/transaction

    "},{"t":"M","n":"Elastic\\Apm\\ExecutionSegmentInterface::end","p":"Elastic/Apm/ExecutionSegmentInterface.html#method_end","d":"

    Sets the end timestamp and finalizes this object's state.

    "},{"t":"M","n":"Elastic\\Apm\\ExecutionSegmentInterface::hasEnded","p":"Elastic/Apm/ExecutionSegmentInterface.html#method_hasEnded","d":"

    Returns true if this execution segment has already ended.

    "},{"t":"M","n":"Elastic\\Apm\\ExecutionSegmentInterface::createErrorFromThrowable","p":"Elastic/Apm/ExecutionSegmentInterface.html#method_createErrorFromThrowable","d":"

    Creates an error based on the given Throwable instance with this execution segment as the parent.

    "},{"t":"M","n":"Elastic\\Apm\\ExecutionSegmentInterface::createCustomError","p":"Elastic/Apm/ExecutionSegmentInterface.html#method_createCustomError","d":"

    Creates an error based on the given Throwable instance with this execution segment as the parent.

    "},{"t":"M","n":"Elastic\\Apm\\ExecutionSegmentInterface::setOutcome","p":"Elastic/Apm/ExecutionSegmentInterface.html#method_setOutcome","d":"

    The outcome of the transaction/span: success, failure, or unknown.

    "},{"t":"M","n":"Elastic\\Apm\\ExecutionSegmentInterface::getOutcome","p":"Elastic/Apm/ExecutionSegmentInterface.html#method_getOutcome","d":""},{"t":"M","n":"Elastic\\Apm\\ExecutionSegmentInterface::isNoop","p":"Elastic/Apm/ExecutionSegmentInterface.html#method_isNoop","d":"

    Returns true if this execution segment is a no-op (for example when recording is disabled).

    "},{"t":"M","n":"Elastic\\Apm\\ExecutionSegmentInterface::discard","p":"Elastic/Apm/ExecutionSegmentInterface.html#method_discard","d":"

    Discards this execution segment.

    "},{"t":"M","n":"Elastic\\Apm\\SpanContextDbInterface::setStatement","p":"Elastic/Apm/SpanContextDbInterface.html#method_setStatement","d":"

    A database statement (e.g. query) for the given database type

    "},{"t":"M","n":"Elastic\\Apm\\SpanContextDestinationInterface::setService","p":"Elastic/Apm/SpanContextDestinationInterface.html#method_setService","d":"

    Sets destination service context

    "},{"t":"M","n":"Elastic\\Apm\\SpanContextHttpInterface::setUrl","p":"Elastic/Apm/SpanContextHttpInterface.html#method_setUrl","d":"

    The raw url of the correlating http request

    "},{"t":"M","n":"Elastic\\Apm\\SpanContextHttpInterface::setStatusCode","p":"Elastic/Apm/SpanContextHttpInterface.html#method_setStatusCode","d":"

    The status code of the http request

    "},{"t":"M","n":"Elastic\\Apm\\SpanContextHttpInterface::setMethod","p":"Elastic/Apm/SpanContextHttpInterface.html#method_setMethod","d":"

    The method of the http request

    "},{"t":"M","n":"Elastic\\Apm\\SpanContextInterface::db","p":"Elastic/Apm/SpanContextInterface.html#method_db","d":"

    Returns an object containing contextual data for database spans

    "},{"t":"M","n":"Elastic\\Apm\\SpanContextInterface::http","p":"Elastic/Apm/SpanContextInterface.html#method_http","d":"

    Returns an object containing contextual data of the related http request

    "},{"t":"M","n":"Elastic\\Apm\\SpanContextInterface::destination","p":"Elastic/Apm/SpanContextInterface.html#method_destination","d":"

    Returns an object containing contextual data about the destination for spans

    "},{"t":"M","n":"Elastic\\Apm\\SpanInterface::getTransactionId","p":"Elastic/Apm/SpanInterface.html#method_getTransactionId","d":"

    Hex encoded 64 random bits ID of the correlated transaction.

    "},{"t":"M","n":"Elastic\\Apm\\SpanInterface::getParentId","p":"Elastic/Apm/SpanInterface.html#method_getParentId","d":"

    Hex encoded 64 random bits ID of the parent.

    "},{"t":"M","n":"Elastic\\Apm\\SpanInterface::setAction","p":"Elastic/Apm/SpanInterface.html#method_setAction","d":"

    The specific kind of event within the sub-type represented by the span\ne.g., 'query' for type/sub-type 'db'/'mysql', 'connect' for type/sub-type 'db'/'cassandra'

    "},{"t":"M","n":"Elastic\\Apm\\SpanInterface::setSubtype","p":"Elastic/Apm/SpanInterface.html#method_setSubtype","d":"

    A further sub-division of the type\ne.g., 'mysql', 'postgresql' or 'elasticsearch' for type 'db', 'http' for type 'external', etc.

    "},{"t":"M","n":"Elastic\\Apm\\SpanInterface::context","p":"Elastic/Apm/SpanInterface.html#method_context","d":"

    Returns context (context allows to set labels, etc.)

    "},{"t":"M","n":"Elastic\\Apm\\SpanInterface::endSpanEx","p":"Elastic/Apm/SpanInterface.html#method_endSpanEx","d":"

    Extended version of ExecutionSegmentInterface::end()

    "},{"t":"M","n":"Elastic\\Apm\\TransactionBuilderInterface::asCurrent","p":"Elastic/Apm/TransactionBuilderInterface.html#method_asCurrent","d":"

    New transaction will be set as the current one

    "},{"t":"M","n":"Elastic\\Apm\\TransactionBuilderInterface::timestamp","p":"Elastic/Apm/TransactionBuilderInterface.html#method_timestamp","d":"

    Set start time of the new transaction

    "},{"t":"M","n":"Elastic\\Apm\\TransactionBuilderInterface::distributedTracingHeaderExtractor","p":"Elastic/Apm/TransactionBuilderInterface.html#method_distributedTracingHeaderExtractor","d":""},{"t":"M","n":"Elastic\\Apm\\TransactionBuilderInterface::begin","p":"Elastic/Apm/TransactionBuilderInterface.html#method_begin","d":"

    Begins a new transaction.

    "},{"t":"M","n":"Elastic\\Apm\\TransactionBuilderInterface::capture","p":"Elastic/Apm/TransactionBuilderInterface.html#method_capture","d":"

    Begins a new transaction,\nruns the provided callback as the new transaction and automatically ends the new transaction.

    "},{"t":"M","n":"Elastic\\Apm\\TransactionContextInterface::request","p":"Elastic/Apm/TransactionContextInterface.html#method_request","d":"

    Returns an object that can be used to collect information about HTTP request

    "},{"t":"M","n":"Elastic\\Apm\\TransactionContextRequestInterface::setMethod","p":"Elastic/Apm/TransactionContextRequestInterface.html#method_setMethod","d":"

    HTTP method

    "},{"t":"M","n":"Elastic\\Apm\\TransactionContextRequestInterface::url","p":"Elastic/Apm/TransactionContextRequestInterface.html#method_url","d":"

    Returns an object that can be used to collect information about HTTP request's URL

    "},{"t":"M","n":"Elastic\\Apm\\TransactionContextRequestUrlInterface::setDomain","p":"Elastic/Apm/TransactionContextRequestUrlInterface.html#method_setDomain","d":"

    The domain of the request, e.g. 'example.com'

    "},{"t":"M","n":"Elastic\\Apm\\TransactionContextRequestUrlInterface::setFull","p":"Elastic/Apm/TransactionContextRequestUrlInterface.html#method_setFull","d":"

    The full, possibly agent-assembled URL of the request

    "},{"t":"M","n":"Elastic\\Apm\\TransactionContextRequestUrlInterface::setOriginal","p":"Elastic/Apm/TransactionContextRequestUrlInterface.html#method_setOriginal","d":"

    The raw, unparsed URL of the HTTP request line, e.g https://example.com:443/search?q=elasticsearch.

    "},{"t":"M","n":"Elastic\\Apm\\TransactionContextRequestUrlInterface::setPath","p":"Elastic/Apm/TransactionContextRequestUrlInterface.html#method_setPath","d":"

    The path of the request, e.g. '/search'

    "},{"t":"M","n":"Elastic\\Apm\\TransactionContextRequestUrlInterface::setPort","p":"Elastic/Apm/TransactionContextRequestUrlInterface.html#method_setPort","d":"

    The port of the request, e.g. 443

    "},{"t":"M","n":"Elastic\\Apm\\TransactionContextRequestUrlInterface::setProtocol","p":"Elastic/Apm/TransactionContextRequestUrlInterface.html#method_setProtocol","d":"

    The protocol of the request, e.g. 'http'

    "},{"t":"M","n":"Elastic\\Apm\\TransactionContextRequestUrlInterface::setQuery","p":"Elastic/Apm/TransactionContextRequestUrlInterface.html#method_setQuery","d":"

    Sets the query string information of the request.

    "},{"t":"M","n":"Elastic\\Apm\\TransactionInterface::isSampled","p":"Elastic/Apm/TransactionInterface.html#method_isSampled","d":"

    Transactions that are 'sampled' will include all available information\nTransactions that are not sampled will not have 'spans' or 'context'.

    "},{"t":"M","n":"Elastic\\Apm\\TransactionInterface::getParentId","p":"Elastic/Apm/TransactionInterface.html#method_getParentId","d":"

    Hex encoded 64 random bits ID of the parent transaction or span.

    "},{"t":"M","n":"Elastic\\Apm\\TransactionInterface::beginCurrentSpan","p":"Elastic/Apm/TransactionInterface.html#method_beginCurrentSpan","d":"

    Begins a new span with the current execution segment\nas the new span's parent and sets as the new span as the current span for this transaction.

    "},{"t":"M","n":"Elastic\\Apm\\TransactionInterface::captureCurrentSpan","p":"Elastic/Apm/TransactionInterface.html#method_captureCurrentSpan","d":"

    Begins a new span with the current execution segment as the new span's parent and\nsets the new span as the current span for this transaction.

    "},{"t":"M","n":"Elastic\\Apm\\TransactionInterface::getCurrentSpan","p":"Elastic/Apm/TransactionInterface.html#method_getCurrentSpan","d":"

    Returns the current span.

    "},{"t":"M","n":"Elastic\\Apm\\TransactionInterface::context","p":"Elastic/Apm/TransactionInterface.html#method_context","d":"

    Returns context (context allows to set labels, etc.)

    "},{"t":"M","n":"Elastic\\Apm\\TransactionInterface::setResult","p":"Elastic/Apm/TransactionInterface.html#method_setResult","d":"

    The result of the transaction.

    "},{"t":"M","n":"Elastic\\Apm\\TransactionInterface::getResult","p":"Elastic/Apm/TransactionInterface.html#method_getResult","d":""},{"t":"M","n":"Elastic\\Apm\\TransactionInterface::ensureParentId","p":"Elastic/Apm/TransactionInterface.html#method_ensureParentId","d":"

    If the transaction does not have a parent ID yet,\ncalling this method generates a new ID,\nsets it as the parent ID of this transaction, and returns it as a string.

    "},{"t":"M","n":"EmptyIterator::current","p":"EmptyIterator.html#method_current","d":"

    Return the current element

    "},{"t":"M","n":"EmptyIterator::next","p":"EmptyIterator.html#method_next","d":"

    Move forward to next element

    "},{"t":"M","n":"EmptyIterator::key","p":"EmptyIterator.html#method_key","d":"

    Return the key of the current element

    "},{"t":"M","n":"EmptyIterator::valid","p":"EmptyIterator.html#method_valid","d":"

    Checks if current position is valid

    "},{"t":"M","n":"EmptyIterator::rewind","p":"EmptyIterator.html#method_rewind","d":"

    Rewind the Iterator to the first element

    "},{"t":"M","n":"Error::__construct","p":"Error.html#method___construct","d":"

    Construct the error object.

    "},{"t":"M","n":"Error::getMessage","p":"Error.html#method_getMessage","d":"

    Gets the message

    "},{"t":"M","n":"Error::getCode","p":"Error.html#method_getCode","d":"

    Gets the exception code

    "},{"t":"M","n":"Error::getFile","p":"Error.html#method_getFile","d":"

    Gets the file in which the exception occurred

    "},{"t":"M","n":"Error::getLine","p":"Error.html#method_getLine","d":"

    Gets the line on which the object was instantiated

    "},{"t":"M","n":"Error::getTrace","p":"Error.html#method_getTrace","d":"

    Gets the stack trace

    "},{"t":"M","n":"Error::getTraceAsString","p":"Error.html#method_getTraceAsString","d":"

    Gets the stack trace as a string

    "},{"t":"M","n":"Error::getPrevious","p":"Error.html#method_getPrevious","d":"

    Returns the previous Throwable

    "},{"t":"M","n":"Error::__toString","p":"Error.html#method___toString","d":"

    Gets a string representation of the thrown object

    "},{"t":"M","n":"Error::__wakeup","p":"Error.html#method___wakeup","d":null},{"t":"M","n":"ErrorException::__construct","p":"ErrorException.html#method___construct","d":"

    Constructs the exception

    "},{"t":"M","n":"ErrorException::getSeverity","p":"ErrorException.html#method_getSeverity","d":"

    Gets the exception severity

    "},{"t":"M","n":"Ev::backend","p":"Ev.html#method_backend","d":"

    Returns an integer describing the backend used by libev.

    "},{"t":"M","n":"Ev::depth","p":"Ev.html#method_depth","d":"

    Returns recursion depth

    "},{"t":"M","n":"Ev::embeddableBackends","p":"Ev.html#method_embeddableBackends","d":"

    Returns the set of backends that are embeddable in other event loops.

    "},{"t":"M","n":"Ev::feedSignal","p":"Ev.html#method_feedSignal","d":"

    Feed signal event into Ev

    "},{"t":"M","n":"Ev::feedSignalEvent","p":"Ev.html#method_feedSignalEvent","d":"

    Feed signal event into the default loop

    "},{"t":"M","n":"Ev::iteration","p":"Ev.html#method_iteration","d":"

    Return the number of times the default event loop has polled for new events.

    "},{"t":"M","n":"Ev::now","p":"Ev.html#method_now","d":"

    Returns the time when the last iteration of the default event loop has started.

    "},{"t":"M","n":"Ev::nowUpdate","p":"Ev.html#method_nowUpdate","d":"

    Establishes the current time by querying the kernel, updating the time returned by Ev::now in the progress.

    "},{"t":"M","n":"Ev::recommendedBackends","p":"Ev.html#method_recommendedBackends","d":"

    Returns a bit mask of recommended backends for current platform.

    "},{"t":"M","n":"Ev::resume","p":"Ev.html#method_resume","d":"

    Resume previously suspended default event loop.

    "},{"t":"M","n":"Ev::run","p":"Ev.html#method_run","d":"

    Begin checking for events and calling callbacks for the default loop.

    "},{"t":"M","n":"Ev::sleep","p":"Ev.html#method_sleep","d":"

    Block the process for the given number of seconds.

    "},{"t":"M","n":"Ev::stop","p":"Ev.html#method_stop","d":"

    Stops the default event loop

    "},{"t":"M","n":"Ev::supportedBackends","p":"Ev.html#method_supportedBackends","d":"

    Returns the set of backends supported by current libev configuration.

    "},{"t":"M","n":"Ev::suspend","p":"Ev.html#method_suspend","d":"

    Suspend the default event loop.

    "},{"t":"M","n":"Ev::time","p":"Ev.html#method_time","d":"

    Returns the current time in fractional seconds since the epoch.

    "},{"t":"M","n":"Ev::verify","p":"Ev.html#method_verify","d":"

    Performs internal consistency checks (for debugging).

    "},{"t":"M","n":"EvCheck::__construct","p":"EvCheck.html#method___construct","d":""},{"t":"M","n":"EvCheck::createStopped","p":"EvCheck.html#method_createStopped","d":""},{"t":"M","n":"EvChild::__construct","p":"EvChild.html#method___construct","d":"

    Constructs the EvChild watcher object.

    "},{"t":"M","n":"EvChild::createStopped","p":"EvChild.html#method_createStopped","d":"

    Create instance of a stopped EvCheck watcher.

    "},{"t":"M","n":"EvChild::set","p":"EvChild.html#method_set","d":"

    Configures the watcher

    "},{"t":"M","n":"EvEmbed::__construct","p":"EvEmbed.html#method___construct","d":"

    Constructs the EvEmbed object.

    "},{"t":"M","n":"EvEmbed::set","p":"EvEmbed.html#method_set","d":"

    Configures the watcher.

    "},{"t":"M","n":"EvEmbed::sweep","p":"EvEmbed.html#method_sweep","d":"

    Make a single, non-blocking sweep over the embedded loop.

    "},{"t":"M","n":"EvEmbed::createStopped","p":"EvEmbed.html#method_createStopped","d":"

    Create stopped EvEmbed watcher object

    "},{"t":"M","n":"EvFork::__construct","p":"EvFork.html#method___construct","d":"

    Constructs an EvFork instance.

    "},{"t":"M","n":"EvFork::createStopped","p":"EvFork.html#method_createStopped","d":"

    Creates a stopped EvFork instance.

    "},{"t":"M","n":"EvIdle::__construct","p":"EvIdle.html#method___construct","d":"

    Constructs an EvIdle instance.

    "},{"t":"M","n":"EvIdle::createStopped","p":"EvIdle.html#method_createStopped","d":"

    Creates a stopped EvIdle instance.

    "},{"t":"M","n":"EvIo::__construct","p":"EvIo.html#method___construct","d":"

    Constructs EvIo watcher object.

    "},{"t":"M","n":"EvIo::set","p":"EvIo.html#method_set","d":"

    Configures the watcher.

    "},{"t":"M","n":"EvIo::createStopped","p":"EvIo.html#method_createStopped","d":"

    Create stopped EvIo watcher object.

    "},{"t":"M","n":"EvLoop::__construct","p":"EvLoop.html#method___construct","d":""},{"t":"M","n":"EvLoop::backend","p":"EvLoop.html#method_backend","d":"

    Returns an integer describing the backend used by libev.

    "},{"t":"M","n":"EvLoop::check","p":"EvLoop.html#method_check","d":"

    Creates EvCheck object associated with the current event loop instance.

    "},{"t":"M","n":"EvLoop::child","p":"EvLoop.html#method_child","d":"

    Creates EvChild object associated with the current event loop instance;

    "},{"t":"M","n":"EvLoop::embed","p":"EvLoop.html#method_embed","d":"

    Creates EvEmbed object associated with the current event loop instance.

    "},{"t":"M","n":"EvLoop::fork","p":"EvLoop.html#method_fork","d":"

    Creates EvFork object associated with the current event loop instance.

    "},{"t":"M","n":"EvLoop::idle","p":"EvLoop.html#method_idle","d":"

    Creates EvIdle object associated with the current event loop instance.

    "},{"t":"M","n":"EvLoop::invokePending","p":"EvLoop.html#method_invokePending","d":"

    Invoke all pending watchers while resetting their pending state.

    "},{"t":"M","n":"EvLoop::io","p":"EvLoop.html#method_io","d":"

    Creates EvIo object associated with the current event loop instance.

    "},{"t":"M","n":"EvLoop::loopFork","p":"EvLoop.html#method_loopFork","d":"

    Must be called after a fork.

    "},{"t":"M","n":"EvLoop::now","p":"EvLoop.html#method_now","d":"

    Returns the current "event loop time".

    "},{"t":"M","n":"EvLoop::nowUpdate","p":"EvLoop.html#method_nowUpdate","d":"

    Establishes the current time by querying the kernel, updating the time returned by Ev::now in the progress.

    "},{"t":"M","n":"EvLoop::periodic","p":"EvLoop.html#method_periodic","d":"

    Creates EvPeriodic object associated with the current event loop instance.

    "},{"t":"M","n":"EvLoop::prepare","p":"EvLoop.html#method_prepare","d":"

    Creates EvPrepare object associated with the current event loop instance.

    "},{"t":"M","n":"EvLoop::resume","p":"EvLoop.html#method_resume","d":"

    Resume previously suspended default event loop.

    "},{"t":"M","n":"EvLoop::run","p":"EvLoop.html#method_run","d":"

    Begin checking for events and calling callbacks for the loop.

    "},{"t":"M","n":"EvLoop::signal","p":"EvLoop.html#method_signal","d":"

    Creates EvSignal object associated with the current event loop instance.

    "},{"t":"M","n":"EvLoop::stat","p":"EvLoop.html#method_stat","d":"

    Creates EvStats object associated with the current event loop instance.

    "},{"t":"M","n":"EvLoop::stop","p":"EvLoop.html#method_stop","d":"

    Stops the event loop.

    "},{"t":"M","n":"EvLoop::suspend","p":"EvLoop.html#method_suspend","d":"

    Suspend the loop.

    "},{"t":"M","n":"EvLoop::timer","p":"EvLoop.html#method_timer","d":"

    Creates EvTimer object associated with the current event loop instance.

    "},{"t":"M","n":"EvLoop::verify","p":"EvLoop.html#method_verify","d":"

    Performs internal consistency checks (for debugging).

    "},{"t":"M","n":"EvLoop::defaultLoop","p":"EvLoop.html#method_defaultLoop","d":"

    Returns or creates the default event loop.

    "},{"t":"M","n":"EvPeriodic::__construct","p":"EvPeriodic.html#method___construct","d":"

    Constructs EvPeriodic watcher object.

    "},{"t":"M","n":"EvPeriodic::again","p":"EvPeriodic.html#method_again","d":"

    Simply stops and restarts the periodic watcher again.

    "},{"t":"M","n":"EvPeriodic::at","p":"EvPeriodic.html#method_at","d":"

    Returns the absolute time that this watcher is supposed to trigger next.

    "},{"t":"M","n":"EvPeriodic::createStopped","p":"EvPeriodic.html#method_createStopped","d":"

    Create a stopped EvPeriodic watcher

    "},{"t":"M","n":"EvPeriodic::set","p":"EvPeriodic.html#method_set","d":"

    Configures the watcher

    "},{"t":"M","n":"EvPrepare::__construct","p":"EvPrepare.html#method___construct","d":"

    Constructs EvPrepare watcher object.

    "},{"t":"M","n":"EvPrepare::createStopped","p":"EvPrepare.html#method_createStopped","d":"

    Creates a stopped instance of EvPrepare watcher.

    "},{"t":"M","n":"EvSignal::__construct","p":"EvSignal.html#method___construct","d":"

    Constructs EvSignal watcher object

    "},{"t":"M","n":"EvSignal::set","p":"EvSignal.html#method_set","d":"

    Configures the watcher.

    "},{"t":"M","n":"EvSignal::createStopped","p":"EvSignal.html#method_createStopped","d":"

    Creates a stopped instance of EvSignal watcher.

    "},{"t":"M","n":"EvStat::__construct","p":"EvStat.html#method___construct","d":"

    Constructs EvStat watcher object.

    "},{"t":"M","n":"EvStat::attr","p":"EvStat.html#method_attr","d":""},{"t":"M","n":"EvStat::prev","p":"EvStat.html#method_prev","d":""},{"t":"M","n":"EvStat::set","p":"EvStat.html#method_set","d":"

    Configures the watcher.

    "},{"t":"M","n":"EvStat::stat","p":"EvStat.html#method_stat","d":"

    Initiates the stat call.

    "},{"t":"M","n":"EvStat::createStopped","p":"EvStat.html#method_createStopped","d":"

    Create a stopped EvStat watcher object.

    "},{"t":"M","n":"EvTimer::__construct","p":"EvTimer.html#method___construct","d":"

    Constructs an EvTimer watcher object.

    "},{"t":"M","n":"EvTimer::again","p":"EvTimer.html#method_again","d":"

    Restarts the timer watcher.

    "},{"t":"M","n":"EvTimer::set","p":"EvTimer.html#method_set","d":"

    Configures the watcher.

    "},{"t":"M","n":"EvTimer::createStopped","p":"EvTimer.html#method_createStopped","d":"

    Creates a stopped EvTimer watcher object.

    "},{"t":"M","n":"EvWatcher::__construct","p":"EvWatcher.html#method___construct","d":"

    Abstract constructor of a watcher object

    "},{"t":"M","n":"EvWatcher::clear","p":"EvWatcher.html#method_clear","d":"

    Clear watcher pending status.

    "},{"t":"M","n":"EvWatcher::feed","p":"EvWatcher.html#method_feed","d":"

    Feeds the given revents set into the event loop.

    "},{"t":"M","n":"EvWatcher::getLoop","p":"EvWatcher.html#method_getLoop","d":"

    Returns the loop responsible for the watcher.

    "},{"t":"M","n":"EvWatcher::invoke","p":"EvWatcher.html#method_invoke","d":"

    Invokes the watcher callback with the given received events bit mask.

    "},{"t":"M","n":"EvWatcher::keepalive","p":"EvWatcher.html#method_keepalive","d":"

    Configures whether to keep the loop from returning.

    "},{"t":"M","n":"EvWatcher::setCallback","p":"EvWatcher.html#method_setCallback","d":"

    Sets new callback for the watcher.

    "},{"t":"M","n":"EvWatcher::start","p":"EvWatcher.html#method_start","d":"

    Starts the watcher.

    "},{"t":"M","n":"EvWatcher::stop","p":"EvWatcher.html#method_stop","d":"

    Stops the watcher.

    "},{"t":"M","n":"Event::__construct","p":"Event.html#method___construct","d":"__construct."},{"t":"M","n":"Event::add","p":"Event.html#method_add","d":"add."},{"t":"M","n":"Event::addSignal","p":"Event.html#method_addSignal","d":"addSignal."},{"t":"M","n":"Event::addTimer","p":"Event.html#method_addTimer","d":"addTimer."},{"t":"M","n":"Event::del","p":"Event.html#method_del","d":"del."},{"t":"M","n":"Event::delSignal","p":"Event.html#method_delSignal","d":"delSignal."},{"t":"M","n":"Event::delTimer","p":"Event.html#method_delTimer","d":"delTimer."},{"t":"M","n":"Event::free","p":"Event.html#method_free","d":"free."},{"t":"M","n":"Event::getSupportedMethods","p":"Event.html#method_getSupportedMethods","d":"getSupportedMethods."},{"t":"M","n":"Event::pending","p":"Event.html#method_pending","d":"pending."},{"t":"M","n":"Event::set","p":"Event.html#method_set","d":"set."},{"t":"M","n":"Event::setPriority","p":"Event.html#method_setPriority","d":"setPriority."},{"t":"M","n":"Event::setTimer","p":"Event.html#method_setTimer","d":"setTimer."},{"t":"M","n":"Event::signal","p":"Event.html#method_signal","d":"signal."},{"t":"M","n":"Event::timer","p":"Event.html#method_timer","d":"timer."},{"t":"M","n":"EventBase::__construct","p":"EventBase.html#method___construct","d":"__construct."},{"t":"M","n":"EventBase::dispatch","p":"EventBase.html#method_dispatch","d":"dispatch."},{"t":"M","n":"EventBase::exit","p":"EventBase.html#method_exit","d":"exit."},{"t":"M","n":"EventBase::free","p":"EventBase.html#method_free","d":"free."},{"t":"M","n":"EventBase::getFeatures","p":"EventBase.html#method_getFeatures","d":"getFeatures."},{"t":"M","n":"EventBase::getMethod","p":"EventBase.html#method_getMethod","d":"getMethod."},{"t":"M","n":"EventBase::getTimeOfDayCached","p":"EventBase.html#method_getTimeOfDayCached","d":"getTimeOfDayCached."},{"t":"M","n":"EventBase::gotExit","p":"EventBase.html#method_gotExit","d":"gotExit."},{"t":"M","n":"EventBase::gotStop","p":"EventBase.html#method_gotStop","d":"gotStop."},{"t":"M","n":"EventBase::loop","p":"EventBase.html#method_loop","d":"loop."},{"t":"M","n":"EventBase::priorityInit","p":"EventBase.html#method_priorityInit","d":"priorityInit."},{"t":"M","n":"EventBase::reInit","p":"EventBase.html#method_reInit","d":"reInit."},{"t":"M","n":"EventBase::resume","p":"EventBase.html#method_resume","d":"

    Tells event_base to resume previously stopped event

    "},{"t":"M","n":"EventBase::stop","p":"EventBase.html#method_stop","d":"stop."},{"t":"M","n":"EventBase::updateCacheTime","p":"EventBase.html#method_updateCacheTime","d":"

    Updates cache time

    "},{"t":"M","n":"EventBuffer::__construct","p":"EventBuffer.html#method___construct","d":"__construct."},{"t":"M","n":"EventBuffer::add","p":"EventBuffer.html#method_add","d":"add."},{"t":"M","n":"EventBuffer::addBuffer","p":"EventBuffer.html#method_addBuffer","d":"addBuffer."},{"t":"M","n":"EventBuffer::appendFrom","p":"EventBuffer.html#method_appendFrom","d":"appendFrom."},{"t":"M","n":"EventBuffer::copyout","p":"EventBuffer.html#method_copyout","d":"copyout."},{"t":"M","n":"EventBuffer::drain","p":"EventBuffer.html#method_drain","d":"drain."},{"t":"M","n":"EventBuffer::enableLocking","p":"EventBuffer.html#method_enableLocking","d":"enableLocking."},{"t":"M","n":"EventBuffer::expand","p":"EventBuffer.html#method_expand","d":"expand."},{"t":"M","n":"EventBuffer::freeze","p":"EventBuffer.html#method_freeze","d":"freeze."},{"t":"M","n":"EventBuffer::lock","p":"EventBuffer.html#method_lock","d":"lock."},{"t":"M","n":"EventBuffer::prepend","p":"EventBuffer.html#method_prepend","d":"prepend."},{"t":"M","n":"EventBuffer::prependBuffer","p":"EventBuffer.html#method_prependBuffer","d":"prependBuffer."},{"t":"M","n":"EventBuffer::pullup","p":"EventBuffer.html#method_pullup","d":"pullup."},{"t":"M","n":"EventBuffer::read","p":"EventBuffer.html#method_read","d":"read."},{"t":"M","n":"EventBuffer::readFrom","p":"EventBuffer.html#method_readFrom","d":"readFrom."},{"t":"M","n":"EventBuffer::readLine","p":"EventBuffer.html#method_readLine","d":"readLine."},{"t":"M","n":"EventBuffer::search","p":"EventBuffer.html#method_search","d":"search."},{"t":"M","n":"EventBuffer::searchEol","p":"EventBuffer.html#method_searchEol","d":"searchEol."},{"t":"M","n":"EventBuffer::substr","p":"EventBuffer.html#method_substr","d":"substr."},{"t":"M","n":"EventBuffer::unfreeze","p":"EventBuffer.html#method_unfreeze","d":"unfreeze."},{"t":"M","n":"EventBuffer::unlock","p":"EventBuffer.html#method_unlock","d":"unlock."},{"t":"M","n":"EventBuffer::write","p":"EventBuffer.html#method_write","d":"write."},{"t":"M","n":"EventBufferEvent::__construct","p":"EventBufferEvent.html#method___construct","d":"__construct."},{"t":"M","n":"EventBufferEvent::close","p":"EventBufferEvent.html#method_close","d":"close."},{"t":"M","n":"EventBufferEvent::connect","p":"EventBufferEvent.html#method_connect","d":"connect."},{"t":"M","n":"EventBufferEvent::connectHost","p":"EventBufferEvent.html#method_connectHost","d":"connectHost."},{"t":"M","n":"EventBufferEvent::createSslFilter","p":"EventBufferEvent.html#method_createSslFilter","d":"createSslFilter"},{"t":"M","n":"EventBufferEvent::createPair","p":"EventBufferEvent.html#method_createPair","d":"createPair."},{"t":"M","n":"EventBufferEvent::disable","p":"EventBufferEvent.html#method_disable","d":"disable."},{"t":"M","n":"EventBufferEvent::enable","p":"EventBufferEvent.html#method_enable","d":"enable."},{"t":"M","n":"EventBufferEvent::free","p":"EventBufferEvent.html#method_free","d":"free."},{"t":"M","n":"EventBufferEvent::getDnsErrorString","p":"EventBufferEvent.html#method_getDnsErrorString","d":"getDnsErrorString."},{"t":"M","n":"EventBufferEvent::getEnabled","p":"EventBufferEvent.html#method_getEnabled","d":"getEnabled."},{"t":"M","n":"EventBufferEvent::getInput","p":"EventBufferEvent.html#method_getInput","d":"getInput."},{"t":"M","n":"EventBufferEvent::getOutput","p":"EventBufferEvent.html#method_getOutput","d":"getOutput."},{"t":"M","n":"EventBufferEvent::read","p":"EventBufferEvent.html#method_read","d":"read."},{"t":"M","n":"EventBufferEvent::readBuffer","p":"EventBufferEvent.html#method_readBuffer","d":"readBuffer."},{"t":"M","n":"EventBufferEvent::setCallbacks","p":"EventBufferEvent.html#method_setCallbacks","d":"setCallbacks."},{"t":"M","n":"EventBufferEvent::setPriority","p":"EventBufferEvent.html#method_setPriority","d":"setPriority."},{"t":"M","n":"EventBufferEvent::setTimeouts","p":"EventBufferEvent.html#method_setTimeouts","d":"setTimeouts."},{"t":"M","n":"EventBufferEvent::setWatermark","p":"EventBufferEvent.html#method_setWatermark","d":"setWatermark."},{"t":"M","n":"EventBufferEvent::sslError","p":"EventBufferEvent.html#method_sslError","d":"sslError."},{"t":"M","n":"EventBufferEvent::sslFilter","p":"EventBufferEvent.html#method_sslFilter","d":"sslFilter."},{"t":"M","n":"EventBufferEvent::sslGetCipherInfo","p":"EventBufferEvent.html#method_sslGetCipherInfo","d":"sslGetCipherInfo."},{"t":"M","n":"EventBufferEvent::sslGetCipherName","p":"EventBufferEvent.html#method_sslGetCipherName","d":"sslGetCipherName."},{"t":"M","n":"EventBufferEvent::sslGetCipherVersion","p":"EventBufferEvent.html#method_sslGetCipherVersion","d":"sslGetCipherVersion."},{"t":"M","n":"EventBufferEvent::sslGetProtocol","p":"EventBufferEvent.html#method_sslGetProtocol","d":"sslGetProtocol."},{"t":"M","n":"EventBufferEvent::sslRenegotiate","p":"EventBufferEvent.html#method_sslRenegotiate","d":"sslRenegotiate."},{"t":"M","n":"EventBufferEvent::sslSocket","p":"EventBufferEvent.html#method_sslSocket","d":"sslSocket."},{"t":"M","n":"EventBufferEvent::write","p":"EventBufferEvent.html#method_write","d":"write."},{"t":"M","n":"EventBufferEvent::writeBuffer","p":"EventBufferEvent.html#method_writeBuffer","d":"writeBuffer."},{"t":"M","n":"EventConfig::__construct","p":"EventConfig.html#method___construct","d":"__construct."},{"t":"M","n":"EventConfig::avoidMethod","p":"EventConfig.html#method_avoidMethod","d":"avoidMethod."},{"t":"M","n":"EventConfig::requireFeatures","p":"EventConfig.html#method_requireFeatures","d":"requireFeatures."},{"t":"M","n":"EventConfig::setFlags","p":"EventConfig.html#method_setFlags","d":"

    Sets one or more flags to configure what parts of the eventual EventBase\nwill be initialized, and how they'll work

    "},{"t":"M","n":"EventConfig::setMaxDispatchInterval","p":"EventConfig.html#method_setMaxDispatchInterval","d":"setMaxDispatchInterval."},{"t":"M","n":"EventDnsBase::__construct","p":"EventDnsBase.html#method___construct","d":"__construct."},{"t":"M","n":"EventDnsBase::addNameserverIp","p":"EventDnsBase.html#method_addNameserverIp","d":"addNameserverIp."},{"t":"M","n":"EventDnsBase::addSearch","p":"EventDnsBase.html#method_addSearch","d":"addSearch."},{"t":"M","n":"EventDnsBase::clearSearch","p":"EventDnsBase.html#method_clearSearch","d":"clearSearch."},{"t":"M","n":"EventDnsBase::countNameservers","p":"EventDnsBase.html#method_countNameservers","d":"countNameservers."},{"t":"M","n":"EventDnsBase::loadHosts","p":"EventDnsBase.html#method_loadHosts","d":"loadHosts."},{"t":"M","n":"EventDnsBase::parseResolvConf","p":"EventDnsBase.html#method_parseResolvConf","d":"parseResolvConf."},{"t":"M","n":"EventDnsBase::setOption","p":"EventDnsBase.html#method_setOption","d":"setOption."},{"t":"M","n":"EventDnsBase::setSearchNdots","p":"EventDnsBase.html#method_setSearchNdots","d":"setSearchNdots."},{"t":"M","n":"EventHttp::__construct","p":"EventHttp.html#method___construct","d":"__construct."},{"t":"M","n":"EventHttp::accept","p":"EventHttp.html#method_accept","d":"accept."},{"t":"M","n":"EventHttp::addServerAlias","p":"EventHttp.html#method_addServerAlias","d":"addServerAlias."},{"t":"M","n":"EventHttp::bind","p":"EventHttp.html#method_bind","d":"bind."},{"t":"M","n":"EventHttp::removeServerAlias","p":"EventHttp.html#method_removeServerAlias","d":"removeServerAlias."},{"t":"M","n":"EventHttp::setAllowedMethods","p":"EventHttp.html#method_setAllowedMethods","d":"setAllowedMethods."},{"t":"M","n":"EventHttp::setCallback","p":"EventHttp.html#method_setCallback","d":"setCallback."},{"t":"M","n":"EventHttp::setDefaultCallback","p":"EventHttp.html#method_setDefaultCallback","d":"setDefaultCallback."},{"t":"M","n":"EventHttp::setMaxBodySize","p":"EventHttp.html#method_setMaxBodySize","d":"setMaxBodySize."},{"t":"M","n":"EventHttp::setMaxHeadersSize","p":"EventHttp.html#method_setMaxHeadersSize","d":"setMaxHeadersSize."},{"t":"M","n":"EventHttp::setTimeout","p":"EventHttp.html#method_setTimeout","d":"setTimeout."},{"t":"M","n":"EventHttpConnection::__construct","p":"EventHttpConnection.html#method___construct","d":"__construct."},{"t":"M","n":"EventHttpConnection::getBase","p":"EventHttpConnection.html#method_getBase","d":"getBase."},{"t":"M","n":"EventHttpConnection::getPeer","p":"EventHttpConnection.html#method_getPeer","d":"getPeer."},{"t":"M","n":"EventHttpConnection::makeRequest","p":"EventHttpConnection.html#method_makeRequest","d":"makeRequest."},{"t":"M","n":"EventHttpConnection::setCloseCallback","p":"EventHttpConnection.html#method_setCloseCallback","d":"setCloseCallback."},{"t":"M","n":"EventHttpConnection::setLocalAddress","p":"EventHttpConnection.html#method_setLocalAddress","d":"setLocalAddress."},{"t":"M","n":"EventHttpConnection::setLocalPort","p":"EventHttpConnection.html#method_setLocalPort","d":"setLocalPort."},{"t":"M","n":"EventHttpConnection::setMaxBodySize","p":"EventHttpConnection.html#method_setMaxBodySize","d":"setMaxBodySize."},{"t":"M","n":"EventHttpConnection::setMaxHeadersSize","p":"EventHttpConnection.html#method_setMaxHeadersSize","d":"setMaxHeadersSize."},{"t":"M","n":"EventHttpConnection::setRetries","p":"EventHttpConnection.html#method_setRetries","d":"setRetries."},{"t":"M","n":"EventHttpConnection::setTimeout","p":"EventHttpConnection.html#method_setTimeout","d":"setTimeout."},{"t":"M","n":"EventHttpRequest::__construct","p":"EventHttpRequest.html#method___construct","d":"

    EventHttpRequest constructor.

    "},{"t":"M","n":"EventHttpRequest::addHeader","p":"EventHttpRequest.html#method_addHeader","d":null},{"t":"M","n":"EventHttpRequest::cancel","p":"EventHttpRequest.html#method_cancel","d":null},{"t":"M","n":"EventHttpRequest::clearHeaders","p":"EventHttpRequest.html#method_clearHeaders","d":null},{"t":"M","n":"EventHttpRequest::closeConnection","p":"EventHttpRequest.html#method_closeConnection","d":null},{"t":"M","n":"EventHttpRequest::findHeader","p":"EventHttpRequest.html#method_findHeader","d":null},{"t":"M","n":"EventHttpRequest::free","p":"EventHttpRequest.html#method_free","d":null},{"t":"M","n":"EventHttpRequest::getCommand","p":"EventHttpRequest.html#method_getCommand","d":null},{"t":"M","n":"EventHttpRequest::getConnection","p":"EventHttpRequest.html#method_getConnection","d":null},{"t":"M","n":"EventHttpRequest::getHost","p":"EventHttpRequest.html#method_getHost","d":null},{"t":"M","n":"EventHttpRequest::getInputBuffer","p":"EventHttpRequest.html#method_getInputBuffer","d":null},{"t":"M","n":"EventHttpRequest::getInputHeaders","p":"EventHttpRequest.html#method_getInputHeaders","d":null},{"t":"M","n":"EventHttpRequest::getOutputBuffer","p":"EventHttpRequest.html#method_getOutputBuffer","d":null},{"t":"M","n":"EventHttpRequest::getOutputHeaders","p":"EventHttpRequest.html#method_getOutputHeaders","d":null},{"t":"M","n":"EventHttpRequest::getResponseCode","p":"EventHttpRequest.html#method_getResponseCode","d":null},{"t":"M","n":"EventHttpRequest::getUri","p":"EventHttpRequest.html#method_getUri","d":null},{"t":"M","n":"EventHttpRequest::removeHeader","p":"EventHttpRequest.html#method_removeHeader","d":null},{"t":"M","n":"EventHttpRequest::sendError","p":"EventHttpRequest.html#method_sendError","d":null},{"t":"M","n":"EventHttpRequest::sendReply","p":"EventHttpRequest.html#method_sendReply","d":null},{"t":"M","n":"EventHttpRequest::sendReplyChunk","p":"EventHttpRequest.html#method_sendReplyChunk","d":null},{"t":"M","n":"EventHttpRequest::sendReplyEnd","p":"EventHttpRequest.html#method_sendReplyEnd","d":null},{"t":"M","n":"EventHttpRequest::sendReplyStart","p":"EventHttpRequest.html#method_sendReplyStart","d":null},{"t":"M","n":"EventListener::__construct","p":"EventListener.html#method___construct","d":"__construct."},{"t":"M","n":"EventListener::disable","p":"EventListener.html#method_disable","d":"disable."},{"t":"M","n":"EventListener::enable","p":"EventListener.html#method_enable","d":"enable."},{"t":"M","n":"EventListener::free","p":"EventListener.html#method_free","d":null},{"t":"M","n":"EventListener::getBase","p":"EventListener.html#method_getBase","d":"getBase."},{"t":"M","n":"EventListener::getSocketName","p":"EventListener.html#method_getSocketName","d":"getSocketName."},{"t":"M","n":"EventListener::setCallback","p":"EventListener.html#method_setCallback","d":"setCallback."},{"t":"M","n":"EventListener::setErrorCallback","p":"EventListener.html#method_setErrorCallback","d":"setErrorCallback."},{"t":"M","n":"EventSslContext::__construct","p":"EventSslContext.html#method___construct","d":"__construct."},{"t":"M","n":"EventSslContext::setMinProtoVersion","p":"EventSslContext.html#method_setMinProtoVersion","d":"

    Sets minimum supported protocol version for the SSL context

    "},{"t":"M","n":"EventSslContext::setMaxProtoVersion","p":"EventSslContext.html#method_setMaxProtoVersion","d":"

    Sets max supported protocol version for the SSL context.

    "},{"t":"M","n":"EventUtil::__construct","p":"EventUtil.html#method___construct","d":"__construct."},{"t":"M","n":"EventUtil::createSocket","p":"EventUtil.html#method_createSocket","d":""},{"t":"M","n":"EventUtil::getLastSocketErrno","p":"EventUtil.html#method_getLastSocketErrno","d":"getLastSocketErrno."},{"t":"M","n":"EventUtil::getLastSocketError","p":"EventUtil.html#method_getLastSocketError","d":"getLastSocketError."},{"t":"M","n":"EventUtil::getSocketFd","p":"EventUtil.html#method_getSocketFd","d":"getSocketFd."},{"t":"M","n":"EventUtil::getSocketName","p":"EventUtil.html#method_getSocketName","d":"getSocketName."},{"t":"M","n":"EventUtil::setSocketOption","p":"EventUtil.html#method_setSocketOption","d":"setSocketOption."},{"t":"M","n":"EventUtil::sslRandPoll","p":"EventUtil.html#method_sslRandPoll","d":"sslRandPoll."},{"t":"M","n":"Exception::__construct","p":"Exception.html#method___construct","d":"

    Construct the exception. Note: The message is NOT binary safe.

    "},{"t":"M","n":"Exception::getMessage","p":"Exception.html#method_getMessage","d":"

    Gets the Exception message

    "},{"t":"M","n":"Exception::getCode","p":"Exception.html#method_getCode","d":"

    Gets the Exception code

    "},{"t":"M","n":"Exception::getFile","p":"Exception.html#method_getFile","d":"

    Gets the file in which the exception occurred

    "},{"t":"M","n":"Exception::getLine","p":"Exception.html#method_getLine","d":"

    Gets the line in which the exception occurred

    "},{"t":"M","n":"Exception::getTrace","p":"Exception.html#method_getTrace","d":"

    Gets the stack trace

    "},{"t":"M","n":"Exception::getPrevious","p":"Exception.html#method_getPrevious","d":"

    Returns previous Exception

    "},{"t":"M","n":"Exception::getTraceAsString","p":"Exception.html#method_getTraceAsString","d":"

    Gets the stack trace as a string

    "},{"t":"M","n":"Exception::__toString","p":"Exception.html#method___toString","d":"

    String representation of the exception

    "},{"t":"M","n":"Exception::__wakeup","p":"Exception.html#method___wakeup","d":null},{"t":"M","n":"FANNConnection::__construct","p":"FANNConnection.html#method___construct","d":"

    The connection constructor

    "},{"t":"M","n":"FANNConnection::getFromNeuron","p":"FANNConnection.html#method_getFromNeuron","d":"

    Returns the postions of starting neuron.

    "},{"t":"M","n":"FANNConnection::getToNeuron","p":"FANNConnection.html#method_getToNeuron","d":"

    Returns the postions of terminating neuron

    "},{"t":"M","n":"FANNConnection::getWeight","p":"FANNConnection.html#method_getWeight","d":"

    Returns the connection weight

    "},{"t":"M","n":"FANNConnection::setWeight","p":"FANNConnection.html#method_setWeight","d":"

    Sets the connections weight

    "},{"t":"M","n":"FFI::cdef","p":"FFI.html#method_cdef","d":"

    The method creates a binding on the existing C function.

    "},{"t":"M","n":"FFI::load","p":"FFI.html#method_load","d":"

    Instead of embedding of a long C definition into PHP string,\nand creating FFI through FFI::cdef(), it's possible to separate\nit into a C header file. Note, that C preprocessor directives\n(e.g. #define or #ifdef) are not supported. And only a couple of\nspecial macros may be used especially for FFI.

    "},{"t":"M","n":"FFI::scope","p":"FFI.html#method_scope","d":"

    FFI definition parsing and shared library loading may take\nsignificant time. It's not useful to do it on each HTTP request in\nWEB environment. However, it's possible to pre-load FFI definitions\nand libraries at php startup, and instantiate FFI objects when\nnecessary. Header files may be extended with FFI_SCOPE define\n(default pre-loading scope is "C"). This name is going to be\nused as FFI::scope() argument. It's possible to pre-load few\nfiles into a single scope.

    "},{"t":"M","n":"FFI::new","p":"FFI.html#method_new","d":"

    Method that creates an arbitrary C structure.

    "},{"t":"M","n":"FFI::free","p":"FFI.html#method_free","d":"

    Manually removes previously created "not-owned" data structure.

    "},{"t":"M","n":"FFI::cast","p":"FFI.html#method_cast","d":"

    Casts given $pointer to another C type, specified by C declaration\nstring or FFI\\CType object.

    "},{"t":"M","n":"FFI::type","p":"FFI.html#method_type","d":"

    This function creates and returns a FFI\\CType object, representng\ntype of the given C type declaration string.

    "},{"t":"M","n":"FFI::typeof","p":"FFI.html#method_typeof","d":"

    This function returns the FFI\\CType object, representing the type of\nthe given FFI\\CData object.

    "},{"t":"M","n":"FFI::arrayType","p":"FFI.html#method_arrayType","d":"

    Constructs a new C array type with elements of $type and\ndimensions specified by $dimensions.

    "},{"t":"M","n":"FFI::addr","p":"FFI.html#method_addr","d":"

    Returns C pointer to the given C data structure. The pointer is\nnot "owned" and won't be free. Anyway, this is a potentially\nunsafe operation, because the life-time of the returned pointer\nmay be longer than life-time of the source object, and this may\ncause dangling pointer dereference (like in regular C).

    "},{"t":"M","n":"FFI::sizeof","p":"FFI.html#method_sizeof","d":"

    Returns size of C data type of the given FFI\\CData or FFI\\CType.

    "},{"t":"M","n":"FFI::alignof","p":"FFI.html#method_alignof","d":"

    Returns size of C data type of the given FFI\\CData or FFI\\CType.

    "},{"t":"M","n":"FFI::memcpy","p":"FFI.html#method_memcpy","d":"

    Copies $size bytes from memory area $source to memory area $target.

    "},{"t":"M","n":"FFI::memcmp","p":"FFI.html#method_memcmp","d":"

    Compares $size bytes from memory area $ptr1 and $ptr2.

    "},{"t":"M","n":"FFI::memset","p":"FFI.html#method_memset","d":"

    Fills the $size bytes of the memory area pointed to by $target with\nthe constant byte $byte.

    "},{"t":"M","n":"FFI::string","p":"FFI.html#method_string","d":"

    Creates a PHP string from $size bytes of memory area pointed by\n$source. If size is omitted, $source must be zero terminated\narray of C chars.

    "},{"t":"M","n":"FFI::isNull","p":"FFI.html#method_isNull","d":"

    Checks whether the FFI\\CData is a null pointer.

    "},{"t":"M","n":"FFI\\CData::__get","p":"FFI/CData.html#method___get","d":""},{"t":"M","n":"FFI\\CData::__set","p":"FFI/CData.html#method___set","d":"

    In the case that CData is a wrapper over an array, it is an\nimplementation of the {\\Traversable}, {\\Countable},\nand {\\ArrayAccess}

    "},{"t":"M","n":"FFI\\CData::__invoke","p":"FFI/CData.html#method___invoke","d":""},{"t":"M","n":"FFI\\CType::getName","p":"FFI/CType.html#method_getName","d":"

    Returns the name of the type.

    "},{"t":"M","n":"FFI\\CType::getKind","p":"FFI/CType.html#method_getKind","d":"

    Returns the identifier of the root type.

    "},{"t":"M","n":"FFI\\CType::getSize","p":"FFI/CType.html#method_getSize","d":"

    Returns the size of the type in bytes.

    "},{"t":"M","n":"FFI\\CType::getAlignment","p":"FFI/CType.html#method_getAlignment","d":"

    Returns the alignment of the type in bytes.

    "},{"t":"M","n":"FFI\\CType::getAttributes","p":"FFI/CType.html#method_getAttributes","d":"

    Returns the bit-mask of type attributes.

    "},{"t":"M","n":"FFI\\CType::getEnumKind","p":"FFI/CType.html#method_getEnumKind","d":"

    Returns the identifier of the enum value type.

    "},{"t":"M","n":"FFI\\CType::getArrayElementType","p":"FFI/CType.html#method_getArrayElementType","d":"

    Returns the type of array elements.

    "},{"t":"M","n":"FFI\\CType::getArrayLength","p":"FFI/CType.html#method_getArrayLength","d":"

    Returns the size of an array.

    "},{"t":"M","n":"FFI\\CType::getPointerType","p":"FFI/CType.html#method_getPointerType","d":"

    Returns the original type of the pointer.

    "},{"t":"M","n":"FFI\\CType::getStructFieldNames","p":"FFI/CType.html#method_getStructFieldNames","d":"

    Returns the field string names of a structure or union.

    "},{"t":"M","n":"FFI\\CType::getStructFieldOffset","p":"FFI/CType.html#method_getStructFieldOffset","d":"

    Returns the offset of the structure by the name of this field. In\nthe case that the type is a union, then for each field of this type\nthe offset will be equal to 0.

    "},{"t":"M","n":"FFI\\CType::getStructFieldType","p":"FFI/CType.html#method_getStructFieldType","d":"

    Returns the field type of a structure or union.

    "},{"t":"M","n":"FFI\\CType::getFuncABI","p":"FFI/CType.html#method_getFuncABI","d":"

    Returns the application binary interface (ABI) identifier with which\nyou can call the function.

    "},{"t":"M","n":"FFI\\CType::getFuncReturnType","p":"FFI/CType.html#method_getFuncReturnType","d":"

    Returns the return type of the function.

    "},{"t":"M","n":"FFI\\CType::getFuncParameterCount","p":"FFI/CType.html#method_getFuncParameterCount","d":"

    Returns the number of arguments to the function.

    "},{"t":"M","n":"FFI\\CType::getFuncParameterType","p":"FFI/CType.html#method_getFuncParameterType","d":"

    Returns the type of the function argument by its numeric index.

    "},{"t":"M","n":"Fiber::__construct","p":"Fiber.html#method___construct","d":""},{"t":"M","n":"Fiber::start","p":"Fiber.html#method_start","d":"

    Starts execution of the fiber. Returns when the fiber suspends or terminates.

    "},{"t":"M","n":"Fiber::resume","p":"Fiber.html#method_resume","d":"

    Resumes the fiber, returning the given value from {Fiber::suspend()}.

    "},{"t":"M","n":"Fiber::throw","p":"Fiber.html#method_throw","d":"

    Throws the given exception into the fiber from {Fiber::suspend()}.

    "},{"t":"M","n":"Fiber::isStarted","p":"Fiber.html#method_isStarted","d":""},{"t":"M","n":"Fiber::isSuspended","p":"Fiber.html#method_isSuspended","d":""},{"t":"M","n":"Fiber::isRunning","p":"Fiber.html#method_isRunning","d":""},{"t":"M","n":"Fiber::isTerminated","p":"Fiber.html#method_isTerminated","d":""},{"t":"M","n":"Fiber::getReturn","p":"Fiber.html#method_getReturn","d":""},{"t":"M","n":"Fiber::getCurrent","p":"Fiber.html#method_getCurrent","d":""},{"t":"M","n":"Fiber::suspend","p":"Fiber.html#method_suspend","d":"

    Suspend execution of the fiber. The fiber may be resumed with {Fiber::resume()} or {Fiber::throw()}.

    "},{"t":"M","n":"FiberError::__construct","p":"FiberError.html#method___construct","d":"

    Construct the error object.

    "},{"t":"M","n":"FilesystemIterator::__construct","p":"FilesystemIterator.html#method___construct","d":"

    Constructs a new filesystem iterator

    "},{"t":"M","n":"FilesystemIterator::rewind","p":"FilesystemIterator.html#method_rewind","d":"

    Rewinds back to the beginning

    "},{"t":"M","n":"FilesystemIterator::next","p":"FilesystemIterator.html#method_next","d":"

    Move to the next file

    "},{"t":"M","n":"FilesystemIterator::key","p":"FilesystemIterator.html#method_key","d":"

    Retrieve the key for the current file

    "},{"t":"M","n":"FilesystemIterator::current","p":"FilesystemIterator.html#method_current","d":"

    The current file

    "},{"t":"M","n":"FilesystemIterator::getFlags","p":"FilesystemIterator.html#method_getFlags","d":"

    Get the handling flags

    "},{"t":"M","n":"FilesystemIterator::setFlags","p":"FilesystemIterator.html#method_setFlags","d":"

    Sets handling flags

    "},{"t":"M","n":"FilterIterator::accept","p":"FilterIterator.html#method_accept","d":"

    Check whether the current element of the iterator is acceptable

    "},{"t":"M","n":"FilterIterator::__construct","p":"FilterIterator.html#method___construct","d":"

    Construct a filterIterator

    "},{"t":"M","n":"FilterIterator::rewind","p":"FilterIterator.html#method_rewind","d":"

    Rewind the iterator

    "},{"t":"M","n":"FilterIterator::valid","p":"FilterIterator.html#method_valid","d":"

    Check whether the current element is valid

    "},{"t":"M","n":"FilterIterator::key","p":"FilterIterator.html#method_key","d":"

    Get the current key

    "},{"t":"M","n":"FilterIterator::current","p":"FilterIterator.html#method_current","d":"

    Get the current element value

    "},{"t":"M","n":"FilterIterator::next","p":"FilterIterator.html#method_next","d":"

    Move the iterator forward

    "},{"t":"M","n":"FilterIterator::getInnerIterator","p":"FilterIterator.html#method_getInnerIterator","d":"

    Get the inner iterator

    "},{"t":"M","n":"GEOSGeometry::__construct","p":"GEOSGeometry.html#method___construct","d":"

    GEOSGeometry constructor.

    "},{"t":"M","n":"GEOSGeometry::__toString","p":"GEOSGeometry.html#method___toString","d":""},{"t":"M","n":"GEOSGeometry::project","p":"GEOSGeometry.html#method_project","d":""},{"t":"M","n":"GEOSGeometry::interpolate","p":"GEOSGeometry.html#method_interpolate","d":""},{"t":"M","n":"GEOSGeometry::buffer","p":"GEOSGeometry.html#method_buffer","d":""},{"t":"M","n":"GEOSGeometry::offsetCurve","p":"GEOSGeometry.html#method_offsetCurve","d":""},{"t":"M","n":"GEOSGeometry::envelope","p":"GEOSGeometry.html#method_envelope","d":""},{"t":"M","n":"GEOSGeometry::intersection","p":"GEOSGeometry.html#method_intersection","d":""},{"t":"M","n":"GEOSGeometry::convexHull","p":"GEOSGeometry.html#method_convexHull","d":""},{"t":"M","n":"GEOSGeometry::difference","p":"GEOSGeometry.html#method_difference","d":""},{"t":"M","n":"GEOSGeometry::symDifference","p":"GEOSGeometry.html#method_symDifference","d":""},{"t":"M","n":"GEOSGeometry::boundary","p":"GEOSGeometry.html#method_boundary","d":""},{"t":"M","n":"GEOSGeometry::union","p":"GEOSGeometry.html#method_union","d":""},{"t":"M","n":"GEOSGeometry::pointOnSurface","p":"GEOSGeometry.html#method_pointOnSurface","d":""},{"t":"M","n":"GEOSGeometry::centroid","p":"GEOSGeometry.html#method_centroid","d":""},{"t":"M","n":"GEOSGeometry::relate","p":"GEOSGeometry.html#method_relate","d":""},{"t":"M","n":"GEOSGeometry::relateBoundaryNodeRule","p":"GEOSGeometry.html#method_relateBoundaryNodeRule","d":""},{"t":"M","n":"GEOSGeometry::simplify","p":"GEOSGeometry.html#method_simplify","d":""},{"t":"M","n":"GEOSGeometry::normalize","p":"GEOSGeometry.html#method_normalize","d":""},{"t":"M","n":"GEOSGeometry::setPrecision","p":"GEOSGeometry.html#method_setPrecision","d":""},{"t":"M","n":"GEOSGeometry::getPrecision","p":"GEOSGeometry.html#method_getPrecision","d":""},{"t":"M","n":"GEOSGeometry::extractUniquePoints","p":"GEOSGeometry.html#method_extractUniquePoints","d":""},{"t":"M","n":"GEOSGeometry::disjoint","p":"GEOSGeometry.html#method_disjoint","d":""},{"t":"M","n":"GEOSGeometry::touches","p":"GEOSGeometry.html#method_touches","d":""},{"t":"M","n":"GEOSGeometry::intersects","p":"GEOSGeometry.html#method_intersects","d":""},{"t":"M","n":"GEOSGeometry::crosses","p":"GEOSGeometry.html#method_crosses","d":""},{"t":"M","n":"GEOSGeometry::within","p":"GEOSGeometry.html#method_within","d":""},{"t":"M","n":"GEOSGeometry::contains","p":"GEOSGeometry.html#method_contains","d":""},{"t":"M","n":"GEOSGeometry::overlaps","p":"GEOSGeometry.html#method_overlaps","d":""},{"t":"M","n":"GEOSGeometry::covers","p":"GEOSGeometry.html#method_covers","d":""},{"t":"M","n":"GEOSGeometry::coveredBy","p":"GEOSGeometry.html#method_coveredBy","d":""},{"t":"M","n":"GEOSGeometry::equals","p":"GEOSGeometry.html#method_equals","d":""},{"t":"M","n":"GEOSGeometry::equalsExact","p":"GEOSGeometry.html#method_equalsExact","d":""},{"t":"M","n":"GEOSGeometry::isEmpty","p":"GEOSGeometry.html#method_isEmpty","d":""},{"t":"M","n":"GEOSGeometry::checkValidity","p":"GEOSGeometry.html#method_checkValidity","d":""},{"t":"M","n":"GEOSGeometry::isSimple","p":"GEOSGeometry.html#method_isSimple","d":""},{"t":"M","n":"GEOSGeometry::isRing","p":"GEOSGeometry.html#method_isRing","d":""},{"t":"M","n":"GEOSGeometry::hasZ","p":"GEOSGeometry.html#method_hasZ","d":""},{"t":"M","n":"GEOSGeometry::isClosed","p":"GEOSGeometry.html#method_isClosed","d":""},{"t":"M","n":"GEOSGeometry::typeName","p":"GEOSGeometry.html#method_typeName","d":""},{"t":"M","n":"GEOSGeometry::typeId","p":"GEOSGeometry.html#method_typeId","d":""},{"t":"M","n":"GEOSGeometry::getSRID","p":"GEOSGeometry.html#method_getSRID","d":""},{"t":"M","n":"GEOSGeometry::setSRID","p":"GEOSGeometry.html#method_setSRID","d":""},{"t":"M","n":"GEOSGeometry::numGeometries","p":"GEOSGeometry.html#method_numGeometries","d":""},{"t":"M","n":"GEOSGeometry::geometryN","p":"GEOSGeometry.html#method_geometryN","d":""},{"t":"M","n":"GEOSGeometry::numInteriorRings","p":"GEOSGeometry.html#method_numInteriorRings","d":""},{"t":"M","n":"GEOSGeometry::numPoints","p":"GEOSGeometry.html#method_numPoints","d":""},{"t":"M","n":"GEOSGeometry::getX","p":"GEOSGeometry.html#method_getX","d":""},{"t":"M","n":"GEOSGeometry::getY","p":"GEOSGeometry.html#method_getY","d":""},{"t":"M","n":"GEOSGeometry::interiorRingN","p":"GEOSGeometry.html#method_interiorRingN","d":""},{"t":"M","n":"GEOSGeometry::exteriorRing","p":"GEOSGeometry.html#method_exteriorRing","d":""},{"t":"M","n":"GEOSGeometry::numCoordinates","p":"GEOSGeometry.html#method_numCoordinates","d":""},{"t":"M","n":"GEOSGeometry::dimension","p":"GEOSGeometry.html#method_dimension","d":""},{"t":"M","n":"GEOSGeometry::coordinateDimension","p":"GEOSGeometry.html#method_coordinateDimension","d":""},{"t":"M","n":"GEOSGeometry::pointN","p":"GEOSGeometry.html#method_pointN","d":""},{"t":"M","n":"GEOSGeometry::startPoint","p":"GEOSGeometry.html#method_startPoint","d":""},{"t":"M","n":"GEOSGeometry::endPoint","p":"GEOSGeometry.html#method_endPoint","d":""},{"t":"M","n":"GEOSGeometry::area","p":"GEOSGeometry.html#method_area","d":""},{"t":"M","n":"GEOSGeometry::length","p":"GEOSGeometry.html#method_length","d":""},{"t":"M","n":"GEOSGeometry::distance","p":"GEOSGeometry.html#method_distance","d":""},{"t":"M","n":"GEOSGeometry::hausdorffDistance","p":"GEOSGeometry.html#method_hausdorffDistance","d":""},{"t":"M","n":"GEOSGeometry::snapTo","p":"GEOSGeometry.html#method_snapTo","d":""},{"t":"M","n":"GEOSGeometry::node","p":"GEOSGeometry.html#method_node","d":""},{"t":"M","n":"GEOSGeometry::delaunayTriangulation","p":"GEOSGeometry.html#method_delaunayTriangulation","d":""},{"t":"M","n":"GEOSGeometry::voronoiDiagram","p":"GEOSGeometry.html#method_voronoiDiagram","d":""},{"t":"M","n":"GEOSGeometry::clipByRect","p":"GEOSGeometry.html#method_clipByRect","d":""},{"t":"M","n":"GEOSWKBReader::__construct","p":"GEOSWKBReader.html#method___construct","d":"

    GEOSWKBReader constructor.

    "},{"t":"M","n":"GEOSWKBReader::read","p":"GEOSWKBReader.html#method_read","d":""},{"t":"M","n":"GEOSWKBReader::readHEX","p":"GEOSWKBReader.html#method_readHEX","d":""},{"t":"M","n":"GEOSWKBWriter::__construct","p":"GEOSWKBWriter.html#method___construct","d":"

    GEOSWKBWriter constructor.

    "},{"t":"M","n":"GEOSWKBWriter::getOutputDimension","p":"GEOSWKBWriter.html#method_getOutputDimension","d":""},{"t":"M","n":"GEOSWKBWriter::setOutputDimension","p":"GEOSWKBWriter.html#method_setOutputDimension","d":""},{"t":"M","n":"GEOSWKBWriter::getByteOrder","p":"GEOSWKBWriter.html#method_getByteOrder","d":""},{"t":"M","n":"GEOSWKBWriter::setByteOrder","p":"GEOSWKBWriter.html#method_setByteOrder","d":""},{"t":"M","n":"GEOSWKBWriter::getIncludeSRID","p":"GEOSWKBWriter.html#method_getIncludeSRID","d":""},{"t":"M","n":"GEOSWKBWriter::setIncludeSRID","p":"GEOSWKBWriter.html#method_setIncludeSRID","d":""},{"t":"M","n":"GEOSWKBWriter::write","p":"GEOSWKBWriter.html#method_write","d":""},{"t":"M","n":"GEOSWKBWriter::writeHEX","p":"GEOSWKBWriter.html#method_writeHEX","d":""},{"t":"M","n":"GEOSWKTReader::__construct","p":"GEOSWKTReader.html#method___construct","d":"

    GEOSWKTReader constructor.

    "},{"t":"M","n":"GEOSWKTReader::read","p":"GEOSWKTReader.html#method_read","d":""},{"t":"M","n":"GEOSWKTWriter::__construct","p":"GEOSWKTWriter.html#method___construct","d":"

    GEOSWKTWriter constructor.

    "},{"t":"M","n":"GEOSWKTWriter::write","p":"GEOSWKTWriter.html#method_write","d":""},{"t":"M","n":"GEOSWKTWriter::setTrim","p":"GEOSWKTWriter.html#method_setTrim","d":""},{"t":"M","n":"GEOSWKTWriter::setRoundingPrecision","p":"GEOSWKTWriter.html#method_setRoundingPrecision","d":""},{"t":"M","n":"GEOSWKTWriter::setOutputDimension","p":"GEOSWKTWriter.html#method_setOutputDimension","d":""},{"t":"M","n":"GEOSWKTWriter::getOutputDimension","p":"GEOSWKTWriter.html#method_getOutputDimension","d":""},{"t":"M","n":"GEOSWKTWriter::setOld3D","p":"GEOSWKTWriter.html#method_setOld3D","d":""},{"t":"M","n":"GMP::__construct","p":"GMP.html#method___construct","d":""},{"t":"M","n":"GMP::serialize","p":"GMP.html#method_serialize","d":"

    String representation of object

    "},{"t":"M","n":"GMP::__serialize","p":"GMP.html#method___serialize","d":null},{"t":"M","n":"GMP::unserialize","p":"GMP.html#method_unserialize","d":"

    Constructs the object

    "},{"t":"M","n":"GMP::__unserialize","p":"GMP.html#method___unserialize","d":null},{"t":"M","n":"GearmanClient::__construct","p":"GearmanClient.html#method___construct","d":"

    Creates a GearmanClient instance representing a client that connects to the job\nserver and submits tasks to complete.

    "},{"t":"M","n":"GearmanClient::returnCode","p":"GearmanClient.html#method_returnCode","d":"

    Returns the last Gearman return code.

    "},{"t":"M","n":"GearmanClient::error","p":"GearmanClient.html#method_error","d":"

    Returns an error string for the last error encountered.

    "},{"t":"M","n":"GearmanClient::getErrno","p":"GearmanClient.html#method_getErrno","d":"

    Value of errno in the case of a GEARMAN_ERRNO return value.

    "},{"t":"M","n":"GearmanClient::options","p":"GearmanClient.html#method_options","d":null},{"t":"M","n":"GearmanClient::setOptions","p":"GearmanClient.html#method_setOptions","d":"

    Sets one or more client options.

    "},{"t":"M","n":"GearmanClient::addOptions","p":"GearmanClient.html#method_addOptions","d":"

    Adds one or more options to those already set.

    "},{"t":"M","n":"GearmanClient::removeOptions","p":"GearmanClient.html#method_removeOptions","d":"

    Removes (unsets) one or more options.

    "},{"t":"M","n":"GearmanClient::timeout","p":"GearmanClient.html#method_timeout","d":"

    Returns the timeout in milliseconds to wait for I/O activity.

    "},{"t":"M","n":"GearmanClient::setTimeout","p":"GearmanClient.html#method_setTimeout","d":"

    Sets the timeout for socket I/O activity.

    "},{"t":"M","n":"GearmanClient::context","p":"GearmanClient.html#method_context","d":"

    Get the application context previously set with GearmanClient::setContext.

    "},{"t":"M","n":"GearmanClient::setContext","p":"GearmanClient.html#method_setContext","d":"

    Sets an arbitrary string to provide application context that can later be\nretrieved by GearmanClient::context.

    "},{"t":"M","n":"GearmanClient::addServer","p":"GearmanClient.html#method_addServer","d":"

    Adds a job server to a list of servers that can be used to run a task. No socket\nI/O happens here; the server is simply added to the list.

    "},{"t":"M","n":"GearmanClient::addServers","p":"GearmanClient.html#method_addServers","d":"

    Adds a list of job servers that can be used to run a task. No socket I/O happens\nhere; the servers are simply added to the full list of servers.

    "},{"t":"M","n":"GearmanClient::wait","p":"GearmanClient.html#method_wait","d":null},{"t":"M","n":"GearmanClient::doHigh","p":"GearmanClient.html#method_doHigh","d":"

    Runs a single high priority task and returns a string representation of the\nresult. It is up to the GearmanClient and GearmanWorker to agree on the format\nof the result. High priority tasks will get precedence over normal and low\npriority tasks in the job queue.

    "},{"t":"M","n":"GearmanClient::doNormal","p":"GearmanClient.html#method_doNormal","d":"

    Runs a single task and returns a string representation of the\nresult. It is up to the GearmanClient and GearmanWorker to agree on the format\nof the result. Normal and high priority tasks will get precedence over low\npriority tasks in the job queue.

    "},{"t":"M","n":"GearmanClient::doLow","p":"GearmanClient.html#method_doLow","d":"

    Runs a single low priority task and returns a string representation of the\nresult. It is up to the GearmanClient and GearmanWorker to agree on the format\nof the result. Normal and high priority tasks will get precedence over low\npriority tasks in the job queue.

    "},{"t":"M","n":"GearmanClient::doJobHandle","p":"GearmanClient.html#method_doJobHandle","d":"

    Gets that job handle for a running task. This should be used between repeated\nGearmanClient::do calls. The job handle can then be used to get information on\nthe task.

    "},{"t":"M","n":"GearmanClient::doStatus","p":"GearmanClient.html#method_doStatus","d":"

    Returns the status for the running task. This should be used between repeated\nGearmanClient::do calls.

    "},{"t":"M","n":"GearmanClient::doBackground","p":"GearmanClient.html#method_doBackground","d":"

    Runs a task in the background, returning a job handle which can be used to get\nthe status of the running task.

    "},{"t":"M","n":"GearmanClient::doHighBackground","p":"GearmanClient.html#method_doHighBackground","d":"

    Runs a high priority task in the background, returning a job handle which can be\nused to get the status of the running task. High priority tasks take precedence\nover normal and low priority tasks in the job queue.

    "},{"t":"M","n":"GearmanClient::doLowBackground","p":"GearmanClient.html#method_doLowBackground","d":"

    Runs a low priority task in the background, returning a job handle which can be\nused to get the status of the running task. Normal and high priority tasks take\nprecedence over low priority tasks in the job queue.

    "},{"t":"M","n":"GearmanClient::jobStatus","p":"GearmanClient.html#method_jobStatus","d":"

    Object oriented style (method):.

    "},{"t":"M","n":"GearmanClient::addTask","p":"GearmanClient.html#method_addTask","d":"

    Adds a task to be run in parallel with other tasks. Call this method for all the\ntasks to be run in parallel, then call GearmanClient::runTasks to perform the\nwork. Note that enough workers need to be available for the tasks to all run in\nparallel.

    "},{"t":"M","n":"GearmanClient::addTaskHigh","p":"GearmanClient.html#method_addTaskHigh","d":"

    Adds a high priority task to be run in parallel with other tasks. Call this\nmethod for all the high priority tasks to be run in parallel, then call\nGearmanClient::runTasks to perform the work. Tasks with a high priority will be\nselected from the queue before those of normal or low priority.

    "},{"t":"M","n":"GearmanClient::addTaskLow","p":"GearmanClient.html#method_addTaskLow","d":"

    Adds a low priority background task to be run in parallel with other tasks. Call\nthis method for all the tasks to be run in parallel, then call\nGearmanClient::runTasks to perform the work. Tasks with a low priority will be\nselected from the queue after those of normal or low priority.

    "},{"t":"M","n":"GearmanClient::addTaskBackground","p":"GearmanClient.html#method_addTaskBackground","d":"

    Adds a background task to be run in parallel with other tasks. Call this method\nfor all the tasks to be run in parallel, then call GearmanClient::runTasks to\nperform the work.

    "},{"t":"M","n":"GearmanClient::addTaskHighBackground","p":"GearmanClient.html#method_addTaskHighBackground","d":"

    Adds a high priority background task to be run in parallel with other tasks.

    "},{"t":"M","n":"GearmanClient::addTaskLowBackground","p":"GearmanClient.html#method_addTaskLowBackground","d":"

    Adds a low priority background task to be run in parallel with other tasks. Call\nthis method for all the tasks to be run in parallel, then call\nGearmanClient::runTasks to perform the work. Tasks with a low priority will be\nselected from the queue after those of normal or high priority.

    "},{"t":"M","n":"GearmanClient::addTaskStatus","p":"GearmanClient.html#method_addTaskStatus","d":"

    Used to request status information from the Gearman server, which will call the\nspecified status callback (set using GearmanClient::setStatusCallback).

    "},{"t":"M","n":"GearmanClient::setWorkloadCallback","p":"GearmanClient.html#method_setWorkloadCallback","d":"

    Sets a function to be called when a worker needs to send back data prior to job\ncompletion. A worker can do this when it needs to send updates, send partial\nresults, or flush data during long running jobs. The callback should accept a\nsingle argument, a GearmanTask object.

    "},{"t":"M","n":"GearmanClient::setCreatedCallback","p":"GearmanClient.html#method_setCreatedCallback","d":"

    Sets a function to be called when a task is received and queued by the Gearman\njob server. The callback should accept a single argument, a GearmanClient oject.

    "},{"t":"M","n":"GearmanClient::setDataCallback","p":"GearmanClient.html#method_setDataCallback","d":"

    Sets the callback function for accepting data packets for a task. The callback\nfunction should take a single argument, a GearmanTask object.

    "},{"t":"M","n":"GearmanClient::setWarningCallback","p":"GearmanClient.html#method_setWarningCallback","d":"

    Sets a function to be called when a worker sends a warning. The callback should\naccept a single argument, a GearmanTask object.

    "},{"t":"M","n":"GearmanClient::setStatusCallback","p":"GearmanClient.html#method_setStatusCallback","d":"

    Sets a callback function used for getting updated status information from a\nworker. The function should accept a single argument, a GearmanTask object.

    "},{"t":"M","n":"GearmanClient::setCompleteCallback","p":"GearmanClient.html#method_setCompleteCallback","d":"

    Use to set a function to be called when a task is completed. The callback\nfunction should accept a single argument, a GearmanTask oject.

    "},{"t":"M","n":"GearmanClient::setExceptionCallback","p":"GearmanClient.html#method_setExceptionCallback","d":"

    Specifies a function to call when a worker for a task sends an exception.

    "},{"t":"M","n":"GearmanClient::setFailCallback","p":"GearmanClient.html#method_setFailCallback","d":"

    Sets the callback function to be used when a task does not complete\nsuccessfully. The function should accept a single argument, a GearmanTask object.

    "},{"t":"M","n":"GearmanClient::clearCallbacks","p":"GearmanClient.html#method_clearCallbacks","d":"

    Clears all the task callback functions that have previously been set.

    "},{"t":"M","n":"GearmanClient::runTasks","p":"GearmanClient.html#method_runTasks","d":"

    For a set of tasks previously added with GearmanClient::addTask,\nGearmanClient::addTaskHigh, GearmanClient::addTaskLow,\nGearmanClient::addTaskBackground, GearmanClient::addTaskHighBackground, or\nGearmanClient::addTaskLowBackground, this call starts running the tasks in\nparallel.

    "},{"t":"M","n":"GearmanClient::ping","p":"GearmanClient.html#method_ping","d":"

    Sends some arbitrary data to all job servers to see if they echo it back.

    "},{"t":"M","n":"GearmanJob::returnCode","p":"GearmanJob.html#method_returnCode","d":"

    Returns the last return code issued by the job server.

    "},{"t":"M","n":"GearmanJob::setReturn","p":"GearmanJob.html#method_setReturn","d":"

    Sets the return value for this job, indicates how the job completed.

    "},{"t":"M","n":"GearmanJob::sendData","p":"GearmanJob.html#method_sendData","d":"

    Sends data to the job server (and any listening clients) for this job.

    "},{"t":"M","n":"GearmanJob::sendWarning","p":"GearmanJob.html#method_sendWarning","d":"

    Sends a warning for this job while it is running.

    "},{"t":"M","n":"GearmanJob::sendStatus","p":"GearmanJob.html#method_sendStatus","d":"

    Sends status information to the job server and any listening clients. Use this\nto specify what percentage of the job has been completed.

    "},{"t":"M","n":"GearmanJob::sendComplete","p":"GearmanJob.html#method_sendComplete","d":"

    Sends result data and the complete status update for this job.

    "},{"t":"M","n":"GearmanJob::sendException","p":"GearmanJob.html#method_sendException","d":"

    Sends the supplied exception when this job is running.

    "},{"t":"M","n":"GearmanJob::sendFail","p":"GearmanJob.html#method_sendFail","d":"

    Sends failure status for this job, indicating that the job failed in a known way\n(as opposed to failing due to a thrown exception).

    "},{"t":"M","n":"GearmanJob::handle","p":"GearmanJob.html#method_handle","d":"

    Returns the opaque job handle assigned by the job server.

    "},{"t":"M","n":"GearmanJob::functionName","p":"GearmanJob.html#method_functionName","d":"

    Returns the function name for this job. This is the function the work will\nexecute to perform the job.

    "},{"t":"M","n":"GearmanJob::unique","p":"GearmanJob.html#method_unique","d":"

    Returns the unique identifiter for this job. The identifier is assigned by the\nclient.

    "},{"t":"M","n":"GearmanJob::workload","p":"GearmanJob.html#method_workload","d":"

    Returns the workload for the job. This is serialized data that is to be\nprocessed by the worker.

    "},{"t":"M","n":"GearmanJob::workloadSize","p":"GearmanJob.html#method_workloadSize","d":"

    Returns the size of the job's work load (the data the worker is to process) in\nbytes.

    "},{"t":"M","n":"GearmanTask::returnCode","p":"GearmanTask.html#method_returnCode","d":"

    Returns the last Gearman return code for this task.

    "},{"t":"M","n":"GearmanTask::functionName","p":"GearmanTask.html#method_functionName","d":"

    Returns the name of the function this task is associated with, i.e., the\nfunction the Gearman worker calls.

    "},{"t":"M","n":"GearmanTask::unique","p":"GearmanTask.html#method_unique","d":"

    Returns the unique identifier for this task. This is assigned by the\nGearmanClient, as opposed to the job handle which is set by the Gearman job\nserver.

    "},{"t":"M","n":"GearmanTask::jobHandle","p":"GearmanTask.html#method_jobHandle","d":"

    Returns the job handle for this task.

    "},{"t":"M","n":"GearmanTask::isKnown","p":"GearmanTask.html#method_isKnown","d":"

    Gets the status information for whether or not this task is known to the job\nserver.

    "},{"t":"M","n":"GearmanTask::isRunning","p":"GearmanTask.html#method_isRunning","d":"

    Indicates whether or not this task is currently running.

    "},{"t":"M","n":"GearmanTask::taskNumerator","p":"GearmanTask.html#method_taskNumerator","d":"

    Returns the numerator of the percentage of the task that is complete expressed\nas a fraction.

    "},{"t":"M","n":"GearmanTask::taskDenominator","p":"GearmanTask.html#method_taskDenominator","d":"

    Returns the denominator of the percentage of the task that is complete expressed\nas a fraction.

    "},{"t":"M","n":"GearmanTask::sendWorkload","p":"GearmanTask.html#method_sendWorkload","d":""},{"t":"M","n":"GearmanTask::data","p":"GearmanTask.html#method_data","d":"

    Returns data being returned for a task by a worker.

    "},{"t":"M","n":"GearmanTask::dataSize","p":"GearmanTask.html#method_dataSize","d":"

    Returns the size of the data being returned for a task.

    "},{"t":"M","n":"GearmanTask::recvData","p":"GearmanTask.html#method_recvData","d":""},{"t":"M","n":"GearmanWorker::__construct","p":"GearmanWorker.html#method___construct","d":"

    Creates a GearmanWorker instance representing a worker that connects to the job\nserver and accepts tasks to run.

    "},{"t":"M","n":"GearmanWorker::returnCode","p":"GearmanWorker.html#method_returnCode","d":"

    Returns the last Gearman return code.

    "},{"t":"M","n":"GearmanWorker::error","p":"GearmanWorker.html#method_error","d":"

    Returns an error string for the last error encountered.

    "},{"t":"M","n":"GearmanWorker::getErrno","p":"GearmanWorker.html#method_getErrno","d":"

    Returns the value of errno in the case of a GEARMAN_ERRNO return value.

    "},{"t":"M","n":"GearmanWorker::options","p":"GearmanWorker.html#method_options","d":"

    Gets the options previously set for the worker.

    "},{"t":"M","n":"GearmanWorker::setOptions","p":"GearmanWorker.html#method_setOptions","d":"

    Sets one or more options to the supplied value.

    "},{"t":"M","n":"GearmanWorker::addOptions","p":"GearmanWorker.html#method_addOptions","d":"

    Adds one or more options to the options previously set.

    "},{"t":"M","n":"GearmanWorker::removeOptions","p":"GearmanWorker.html#method_removeOptions","d":"

    Removes (unsets) one or more worker options.

    "},{"t":"M","n":"GearmanWorker::timeout","p":"GearmanWorker.html#method_timeout","d":"

    Returns the current time to wait, in milliseconds, for socket I/O activity.

    "},{"t":"M","n":"GearmanWorker::setTimeout","p":"GearmanWorker.html#method_setTimeout","d":"

    Sets the interval of time to wait for socket I/O activity.

    "},{"t":"M","n":"GearmanWorker::setId","p":"GearmanWorker.html#method_setId","d":"

    Give the worker an identifier so it can be tracked when asking gearmand for\nthe list of available workers.

    "},{"t":"M","n":"GearmanWorker::addServer","p":"GearmanWorker.html#method_addServer","d":"

    Adds a job server to this worker. This goes into a list of servers than can be\nused to run jobs. No socket I/O happens here.

    "},{"t":"M","n":"GearmanWorker::addServers","p":"GearmanWorker.html#method_addServers","d":"

    Adds one or more job servers to this worker. These go into a list of servers\nthat can be used to run jobs. No socket I/O happens here.

    "},{"t":"M","n":"GearmanWorker::wait","p":"GearmanWorker.html#method_wait","d":"

    Causes the worker to wait for activity from one of the Gearman job servers when\noperating in non-blocking I/O mode. On failure, issues a E_WARNING with the last\nGearman error encountered.

    "},{"t":"M","n":"GearmanWorker::register","p":"GearmanWorker.html#method_register","d":"

    Registers a function name with the job server with an optional timeout. The\ntimeout specifies how many seconds the server will wait before marking a job as\nfailed. If the timeout is set to zero, there is no timeout.

    "},{"t":"M","n":"GearmanWorker::unregister","p":"GearmanWorker.html#method_unregister","d":"

    Unregisters a function name with the job servers ensuring that no more jobs (for\nthat function) are sent to this worker.

    "},{"t":"M","n":"GearmanWorker::unregisterAll","p":"GearmanWorker.html#method_unregisterAll","d":"

    Unregisters all previously registered functions, ensuring that no more jobs are\nsent to this worker.

    "},{"t":"M","n":"GearmanWorker::grabJob","p":"GearmanWorker.html#method_grabJob","d":null},{"t":"M","n":"GearmanWorker::addFunction","p":"GearmanWorker.html#method_addFunction","d":"

    Registers a function name with the job server and specifies a callback\ncorresponding to that function. Optionally specify extra application context\ndata to be used when the callback is called and a timeout.

    "},{"t":"M","n":"GearmanWorker::work","p":"GearmanWorker.html#method_work","d":"

    Waits for a job to be assigned and then calls the appropriate callback function.

    "},{"t":"M","n":"Generator::rewind","p":"Generator.html#method_rewind","d":"

    Throws an exception if the generator is currently after the first yield.

    "},{"t":"M","n":"Generator::valid","p":"Generator.html#method_valid","d":"

    Returns false if the generator has been closed, true otherwise.

    "},{"t":"M","n":"Generator::current","p":"Generator.html#method_current","d":"

    Returns whatever was passed to yield or null if nothing was passed or the generator is already closed.

    "},{"t":"M","n":"Generator::key","p":"Generator.html#method_key","d":"

    Returns the yielded key or, if none was specified, an auto-incrementing key or null if the generator is already closed.

    "},{"t":"M","n":"Generator::next","p":"Generator.html#method_next","d":"

    Resumes the generator (unless the generator is already closed).

    "},{"t":"M","n":"Generator::send","p":"Generator.html#method_send","d":"

    Sets the return value of the yield expression and resumes the generator (unless the generator is already closed).

    "},{"t":"M","n":"Generator::PS_UNRESERVE_PREFIX_throw","p":"Generator.html#method_PS_UNRESERVE_PREFIX_throw","d":"

    Throws an exception at the current suspension point in the generator.

    "},{"t":"M","n":"Generator::getReturn","p":"Generator.html#method_getReturn","d":"

    Returns whatever was passed to return or null if nothing.

    "},{"t":"M","n":"Generator::__wakeup","p":"Generator.html#method___wakeup","d":"

    Serialize callback\nThrows an exception as generators can't be serialized.

    "},{"t":"M","n":"Generator::__debugInfo","p":"Generator.html#method___debugInfo","d":""},{"t":"M","n":"GlobIterator::__construct","p":"GlobIterator.html#method___construct","d":"

    Construct a directory using glob

    "},{"t":"M","n":"GlobIterator::count","p":"GlobIterator.html#method_count","d":"

    Get the number of directories and files

    "},{"t":"M","n":"Gmagick::__construct","p":"Gmagick.html#method___construct","d":"

    The Gmagick constructor.

    "},{"t":"M","n":"Gmagick::addimage","p":"Gmagick.html#method_addimage","d":"

    Adds new image to Gmagick object from the current position of the source object.

    "},{"t":"M","n":"Gmagick::addnoiseimage","p":"Gmagick.html#method_addnoiseimage","d":"

    Adds random noise to the image.

    "},{"t":"M","n":"Gmagick::annotateimage","p":"Gmagick.html#method_annotateimage","d":"

    Annotates an image with text.

    "},{"t":"M","n":"Gmagick::blurimage","p":"Gmagick.html#method_blurimage","d":"

    Adds blur filter to image.

    "},{"t":"M","n":"Gmagick::borderimage","p":"Gmagick.html#method_borderimage","d":"

    Surrounds the image with a border of the color defined by the bordercolor GmagickPixel object or a color string.

    "},{"t":"M","n":"Gmagick::charcoalimage","p":"Gmagick.html#method_charcoalimage","d":"

    Simulates a charcoal drawing.

    "},{"t":"M","n":"Gmagick::chopimage","p":"Gmagick.html#method_chopimage","d":"

    Removes a region of an image and collapses the image to occupy the removed portion.

    "},{"t":"M","n":"Gmagick::clear","p":"Gmagick.html#method_clear","d":"

    Clears all resources associated to Gmagick object.

    "},{"t":"M","n":"Gmagick::commentimage","p":"Gmagick.html#method_commentimage","d":"

    Adds a comment to your image.

    "},{"t":"M","n":"Gmagick::compositeimage","p":"Gmagick.html#method_compositeimage","d":"

    Composite one image onto another at the specified offset.

    "},{"t":"M","n":"Gmagick::cropimage","p":"Gmagick.html#method_cropimage","d":"

    Extracts a region of the image.

    "},{"t":"M","n":"Gmagick::cropthumbnailimage","p":"Gmagick.html#method_cropthumbnailimage","d":"

    Creates a fixed size thumbnail by first scaling the image down and cropping a specified area from the center.

    "},{"t":"M","n":"Gmagick::current","p":"Gmagick.html#method_current","d":"

    Returns reference to the current gmagick object with image pointer at the correct sequence.

    "},{"t":"M","n":"Gmagick::cyclecolormapimage","p":"Gmagick.html#method_cyclecolormapimage","d":"

    Displaces an image's colormap by a given number of positions.

    "},{"t":"M","n":"Gmagick::deconstructimages","p":"Gmagick.html#method_deconstructimages","d":"

    Compares each image with the next in a sequence.

    "},{"t":"M","n":"Gmagick::despeckleimage","p":"Gmagick.html#method_despeckleimage","d":"

    Reduces the speckle noise in an image while preserving the edges of the original image.

    "},{"t":"M","n":"Gmagick::destroy","p":"Gmagick.html#method_destroy","d":"

    Destroys the Gmagick object and frees all resources associated with it.

    "},{"t":"M","n":"Gmagick::drawimage","p":"Gmagick.html#method_drawimage","d":"

    Renders the GmagickDraw object on the current image.

    "},{"t":"M","n":"Gmagick::edgeimage","p":"Gmagick.html#method_edgeimage","d":"

    Enhance edges within the image with a convolution filter of the given radius.

    "},{"t":"M","n":"Gmagick::embossimage","p":"Gmagick.html#method_embossimage","d":"

    Returns a grayscale image with a three-dimensional effect.

    "},{"t":"M","n":"Gmagick::enhanceimage","p":"Gmagick.html#method_enhanceimage","d":"

    Applies a digital filter that improves the quality of a noisy image.

    "},{"t":"M","n":"Gmagick::equalizeimage","p":"Gmagick.html#method_equalizeimage","d":"

    Equalizes the image histogram.

    "},{"t":"M","n":"Gmagick::flipimage","p":"Gmagick.html#method_flipimage","d":"

    Creates a vertical mirror image by reflecting the pixels around the central x-axis.

    "},{"t":"M","n":"Gmagick::flopimage","p":"Gmagick.html#method_flopimage","d":"

    Creates a horizontal mirror image by reflecting the pixels around the central y-axis.

    "},{"t":"M","n":"Gmagick::frameimage","p":"Gmagick.html#method_frameimage","d":"

    Adds a simulated three-dimensional border around the image.

    "},{"t":"M","n":"Gmagick::gammaimage","p":"Gmagick.html#method_gammaimage","d":"

    Gamma-corrects an image.

    "},{"t":"M","n":"Gmagick::getcopyright","p":"Gmagick.html#method_getcopyright","d":"

    Returns the GraphicsMagick API copyright as a string.

    "},{"t":"M","n":"Gmagick::getfilename","p":"Gmagick.html#method_getfilename","d":"

    Returns the filename associated with an image sequence.

    "},{"t":"M","n":"Gmagick::getimagebackgroundcolor","p":"Gmagick.html#method_getimagebackgroundcolor","d":"

    Returns the image background color.

    "},{"t":"M","n":"Gmagick::getimageblueprimary","p":"Gmagick.html#method_getimageblueprimary","d":"

    Returns the chromaticity blue primary point for the image.

    "},{"t":"M","n":"Gmagick::getimagebordercolor","p":"Gmagick.html#method_getimagebordercolor","d":"

    Returns the image border color.

    "},{"t":"M","n":"Gmagick::getimagechanneldepth","p":"Gmagick.html#method_getimagechanneldepth","d":"

    Gets the depth for a particular image channel.

    "},{"t":"M","n":"Gmagick::getimagecolors","p":"Gmagick.html#method_getimagecolors","d":"

    Returns the color of the specified colormap index.

    "},{"t":"M","n":"Gmagick::getimagecolorspace","p":"Gmagick.html#method_getimagecolorspace","d":"

    Gets the image colorspace.

    "},{"t":"M","n":"Gmagick::getimagecompose","p":"Gmagick.html#method_getimagecompose","d":"

    Returns the composite operator associated with the image.

    "},{"t":"M","n":"Gmagick::getimagedelay","p":"Gmagick.html#method_getimagedelay","d":"

    Gets the image delay.

    "},{"t":"M","n":"Gmagick::getimagedepth","p":"Gmagick.html#method_getimagedepth","d":"

    Gets the depth of the image.

    "},{"t":"M","n":"Gmagick::getimagedispose","p":"Gmagick.html#method_getimagedispose","d":"

    Gets the image disposal method.

    "},{"t":"M","n":"Gmagick::getimageextrema","p":"Gmagick.html#method_getimageextrema","d":"

    Gets the extrema for the image.

    "},{"t":"M","n":"Gmagick::getimagefilename","p":"Gmagick.html#method_getimagefilename","d":"

    Returns the filename of a particular image in a sequence.

    "},{"t":"M","n":"Gmagick::getimageformat","p":"Gmagick.html#method_getimageformat","d":"

    Returns the format of a particular image in a sequence.

    "},{"t":"M","n":"Gmagick::getimagegamma","p":"Gmagick.html#method_getimagegamma","d":"

    Gets the image gamma.

    "},{"t":"M","n":"Gmagick::getimagegreenprimary","p":"Gmagick.html#method_getimagegreenprimary","d":"

    Returns the chromaticy green primary point.

    "},{"t":"M","n":"Gmagick::getimageheight","p":"Gmagick.html#method_getimageheight","d":"

    Returns the image height.

    "},{"t":"M","n":"Gmagick::getimagehistogram","p":"Gmagick.html#method_getimagehistogram","d":"

    Gets the image histogram.

    "},{"t":"M","n":"Gmagick::getimageindex","p":"Gmagick.html#method_getimageindex","d":"

    Returns the index of the current active image within the Gmagick object.

    "},{"t":"M","n":"Gmagick::getimageinterlacescheme","p":"Gmagick.html#method_getimageinterlacescheme","d":"

    Gets the image interlace scheme.

    "},{"t":"M","n":"Gmagick::getimageiterations","p":"Gmagick.html#method_getimageiterations","d":"

    Gets the image iterations.

    "},{"t":"M","n":"Gmagick::getimagematte","p":"Gmagick.html#method_getimagematte","d":"

    Checks if the image has a matte channel.

    "},{"t":"M","n":"Gmagick::getimagemattecolor","p":"Gmagick.html#method_getimagemattecolor","d":"

    Returns the image matte color.

    "},{"t":"M","n":"Gmagick::getimageprofile","p":"Gmagick.html#method_getimageprofile","d":"

    Returns the named image profile.

    "},{"t":"M","n":"Gmagick::getimageredprimary","p":"Gmagick.html#method_getimageredprimary","d":"

    Returns the chromaticity red primary point.

    "},{"t":"M","n":"Gmagick::getimagerenderingintent","p":"Gmagick.html#method_getimagerenderingintent","d":"

    Gets the image rendering intent.

    "},{"t":"M","n":"Gmagick::getimageresolution","p":"Gmagick.html#method_getimageresolution","d":"

    Gets the image X and Y resolution.

    "},{"t":"M","n":"Gmagick::getimagescene","p":"Gmagick.html#method_getimagescene","d":"

    Gets the image scene.

    "},{"t":"M","n":"Gmagick::getimagesignature","p":"Gmagick.html#method_getimagesignature","d":"

    Generates an SHA-256 message digest for the image pixel stream.

    "},{"t":"M","n":"Gmagick::getimagetype","p":"Gmagick.html#method_getimagetype","d":"

    Gets the potential image type.

    "},{"t":"M","n":"Gmagick::getimageunits","p":"Gmagick.html#method_getimageunits","d":"

    Gets the image units of resolution.

    "},{"t":"M","n":"Gmagick::getimagewhitepoint","p":"Gmagick.html#method_getimagewhitepoint","d":"

    Returns the chromaticity white point.

    "},{"t":"M","n":"Gmagick::getimagewidth","p":"Gmagick.html#method_getimagewidth","d":"

    Returns the width of the image.

    "},{"t":"M","n":"Gmagick::getpackagename","p":"Gmagick.html#method_getpackagename","d":"

    Returns the GraphicsMagick package name.

    "},{"t":"M","n":"Gmagick::getquantumdepth","p":"Gmagick.html#method_getquantumdepth","d":"

    Returns the Gmagick quantum depth.

    "},{"t":"M","n":"Gmagick::getreleasedate","p":"Gmagick.html#method_getreleasedate","d":"

    Returns the GraphicsMagick release date as a string.

    "},{"t":"M","n":"Gmagick::getsamplingfactors","p":"Gmagick.html#method_getsamplingfactors","d":"

    Gets the horizontal and vertical sampling factor.

    "},{"t":"M","n":"Gmagick::getsize","p":"Gmagick.html#method_getsize","d":"

    Returns the size associated with the Gmagick object.

    "},{"t":"M","n":"Gmagick::getversion","p":"Gmagick.html#method_getversion","d":"

    Returns the GraphicsMagick API version.

    "},{"t":"M","n":"Gmagick::hasnextimage","p":"Gmagick.html#method_hasnextimage","d":"

    Checks if the object has more images.

    "},{"t":"M","n":"Gmagick::haspreviousimage","p":"Gmagick.html#method_haspreviousimage","d":"

    Checks if the object has a previous image.

    "},{"t":"M","n":"Gmagick::implodeimage","p":"Gmagick.html#method_implodeimage","d":"

    Creates a new image that is a copy of an existing one with the image pixels "imploded" by the specified percentage.

    "},{"t":"M","n":"Gmagick::labelimage","p":"Gmagick.html#method_labelimage","d":"

    Adds a label to an image.

    "},{"t":"M","n":"Gmagick::levelimage","p":"Gmagick.html#method_levelimage","d":"

    Adjusts the levels of an image.

    "},{"t":"M","n":"Gmagick::magnifyimage","p":"Gmagick.html#method_magnifyimage","d":"

    Scales an image proportionally 2x.

    "},{"t":"M","n":"Gmagick::mapimage","p":"Gmagick.html#method_mapimage","d":"

    Replaces the colors of an image with the closest color from a reference image.

    "},{"t":"M","n":"Gmagick::medianfilterimage","p":"Gmagick.html#method_medianfilterimage","d":"

    Applies a digital filter that improves the quality of a noisy image.

    "},{"t":"M","n":"Gmagick::minifyimage","p":"Gmagick.html#method_minifyimage","d":"

    Scales an image proportionally to half its size.

    "},{"t":"M","n":"Gmagick::modulateimage","p":"Gmagick.html#method_modulateimage","d":"

    Controls the brightness, saturation, and hue.

    "},{"t":"M","n":"Gmagick::motionblurimage","p":"Gmagick.html#method_motionblurimage","d":"

    Simulates motion blur.

    "},{"t":"M","n":"Gmagick::newimage","p":"Gmagick.html#method_newimage","d":"

    Creates a new image.

    "},{"t":"M","n":"Gmagick::nextimage","p":"Gmagick.html#method_nextimage","d":"

    Moves to the next image.

    "},{"t":"M","n":"Gmagick::normalizeimage","p":"Gmagick.html#method_normalizeimage","d":"

    Enhances the contrast of a color image.

    "},{"t":"M","n":"Gmagick::oilpaintimage","p":"Gmagick.html#method_oilpaintimage","d":"

    Simulates an oil painting.

    "},{"t":"M","n":"Gmagick::previousimage","p":"Gmagick.html#method_previousimage","d":"

    Move to the previous image in the object.

    "},{"t":"M","n":"Gmagick::profileimage","p":"Gmagick.html#method_profileimage","d":"

    Adds or removes a profile from an image.

    "},{"t":"M","n":"Gmagick::quantizeimage","p":"Gmagick.html#method_quantizeimage","d":"

    Analyzes the colors within a reference image.

    "},{"t":"M","n":"Gmagick::quantizeimages","p":"Gmagick.html#method_quantizeimages","d":"

    The quantizeimages purpose.

    "},{"t":"M","n":"Gmagick::queryfontmetrics","p":"Gmagick.html#method_queryfontmetrics","d":"

    Returns an array representing the font metrics.

    "},{"t":"M","n":"Gmagick::queryfonts","p":"Gmagick.html#method_queryfonts","d":"

    Returns fonts supported by Gmagick.

    "},{"t":"M","n":"Gmagick::queryformats","p":"Gmagick.html#method_queryformats","d":"

    Returns formats supported by Gmagick.

    "},{"t":"M","n":"Gmagick::radialblurimage","p":"Gmagick.html#method_radialblurimage","d":"

    Radial blurs an image.

    "},{"t":"M","n":"Gmagick::raiseimage","p":"Gmagick.html#method_raiseimage","d":"

    Creates a simulated 3d button-like effect.

    "},{"t":"M","n":"Gmagick::read","p":"Gmagick.html#method_read","d":"

    Reads image from filename.

    "},{"t":"M","n":"Gmagick::readimage","p":"Gmagick.html#method_readimage","d":"

    Reads image from filename.

    "},{"t":"M","n":"Gmagick::readimageblob","p":"Gmagick.html#method_readimageblob","d":"

    Reads image from a binary string.

    "},{"t":"M","n":"Gmagick::readimagefile","p":"Gmagick.html#method_readimagefile","d":"

    Reads an image or image sequence from an open file descriptor.

    "},{"t":"M","n":"Gmagick::reducenoiseimage","p":"Gmagick.html#method_reducenoiseimage","d":"

    Smooths the contours of an image.

    "},{"t":"M","n":"Gmagick::removeimage","p":"Gmagick.html#method_removeimage","d":"

    Removes an image from the image list.

    "},{"t":"M","n":"Gmagick::removeimageprofile","p":"Gmagick.html#method_removeimageprofile","d":"

    Removes the named image profile and returns it.

    "},{"t":"M","n":"Gmagick::resampleimage","p":"Gmagick.html#method_resampleimage","d":"

    Resample image to desired resolution.

    "},{"t":"M","n":"Gmagick::resizeimage","p":"Gmagick.html#method_resizeimage","d":"

    Scales an image to the desired dimensions with a filter.

    "},{"t":"M","n":"Gmagick::rollimage","p":"Gmagick.html#method_rollimage","d":"

    Offsets an image as defined by x and y.

    "},{"t":"M","n":"Gmagick::rotateimage","p":"Gmagick.html#method_rotateimage","d":"

    Rotates an image the specified number of degrees.

    "},{"t":"M","n":"Gmagick::scaleimage","p":"Gmagick.html#method_scaleimage","d":"

    Scales the size of an image to the given dimensions.

    "},{"t":"M","n":"Gmagick::separateimagechannel","p":"Gmagick.html#method_separateimagechannel","d":"

    Separates a channel from the image and returns a grayscale image.

    "},{"t":"M","n":"Gmagick::setCompressionQuality","p":"Gmagick.html#method_setCompressionQuality","d":"

    Sets the object's default compression quality.

    "},{"t":"M","n":"Gmagick::setfilename","p":"Gmagick.html#method_setfilename","d":"

    Sets the filename before you read or write the image.

    "},{"t":"M","n":"Gmagick::setimagebackgroundcolor","p":"Gmagick.html#method_setimagebackgroundcolor","d":"

    Sets the image background color.

    "},{"t":"M","n":"Gmagick::setimageblueprimary","p":"Gmagick.html#method_setimageblueprimary","d":"

    Sets the image chromaticity blue primary point.

    "},{"t":"M","n":"Gmagick::setimagebordercolor","p":"Gmagick.html#method_setimagebordercolor","d":"

    Sets the image border color.

    "},{"t":"M","n":"Gmagick::setimagechanneldepth","p":"Gmagick.html#method_setimagechanneldepth","d":"

    Sets the depth of a particular image channel.

    "},{"t":"M","n":"Gmagick::setimagecolorspace","p":"Gmagick.html#method_setimagecolorspace","d":"

    Sets the image colorspace.

    "},{"t":"M","n":"Gmagick::setimagecompose","p":"Gmagick.html#method_setimagecompose","d":"

    Sets the image composite operator.

    "},{"t":"M","n":"Gmagick::setimagedelay","p":"Gmagick.html#method_setimagedelay","d":"

    Sets the image delay.

    "},{"t":"M","n":"Gmagick::setimagedepth","p":"Gmagick.html#method_setimagedepth","d":"

    Sets the image depth.

    "},{"t":"M","n":"Gmagick::setimagedispose","p":"Gmagick.html#method_setimagedispose","d":"

    Sets the image disposal method.

    "},{"t":"M","n":"Gmagick::setimagefilename","p":"Gmagick.html#method_setimagefilename","d":"

    Sets the filename of a particular image in a sequence.

    "},{"t":"M","n":"Gmagick::setimageformat","p":"Gmagick.html#method_setimageformat","d":"

    Sets the format of a particular image in a sequence.

    "},{"t":"M","n":"Gmagick::setimagegamma","p":"Gmagick.html#method_setimagegamma","d":"

    Sets the image gamma.

    "},{"t":"M","n":"Gmagick::setimagegreenprimary","p":"Gmagick.html#method_setimagegreenprimary","d":"

    Sets the image chromaticity green primary point.

    "},{"t":"M","n":"Gmagick::setimageindex","p":"Gmagick.html#method_setimageindex","d":"

    Sets the iterator to the position in the image list specified with the index parameter.

    "},{"t":"M","n":"Gmagick::setimageinterlacescheme","p":"Gmagick.html#method_setimageinterlacescheme","d":"

    Sets the interlace scheme of the image.

    "},{"t":"M","n":"Gmagick::setimageiterations","p":"Gmagick.html#method_setimageiterations","d":"

    Sets the image iterations.

    "},{"t":"M","n":"Gmagick::setimageprofile","p":"Gmagick.html#method_setimageprofile","d":"

    Adds a named profile to the Gmagick object.

    "},{"t":"M","n":"Gmagick::setimageredprimary","p":"Gmagick.html#method_setimageredprimary","d":"

    Sets the image chromaticity red primary point.

    "},{"t":"M","n":"Gmagick::setimagerenderingintent","p":"Gmagick.html#method_setimagerenderingintent","d":"

    Sets the image rendering intent.

    "},{"t":"M","n":"Gmagick::setimageresolution","p":"Gmagick.html#method_setimageresolution","d":"

    Sets the image resolution.

    "},{"t":"M","n":"Gmagick::setimagescene","p":"Gmagick.html#method_setimagescene","d":"

    Sets the image scene.

    "},{"t":"M","n":"Gmagick::setimagetype","p":"Gmagick.html#method_setimagetype","d":"

    Sets the image type.

    "},{"t":"M","n":"Gmagick::setimageunits","p":"Gmagick.html#method_setimageunits","d":"

    Sets the image units of resolution.

    "},{"t":"M","n":"Gmagick::setimagewhitepoint","p":"Gmagick.html#method_setimagewhitepoint","d":"

    Sets the image chromaticity white point.

    "},{"t":"M","n":"Gmagick::setsamplingfactors","p":"Gmagick.html#method_setsamplingfactors","d":"

    Sets the image sampling factors.

    "},{"t":"M","n":"Gmagick::setsize","p":"Gmagick.html#method_setsize","d":"

    Sets the size of the Gmagick object.

    "},{"t":"M","n":"Gmagick::shearimage","p":"Gmagick.html#method_shearimage","d":"

    Slides one edge of an image along the X or Y axis, creating a parallelogram.

    "},{"t":"M","n":"Gmagick::solarizeimage","p":"Gmagick.html#method_solarizeimage","d":"

    Applies a solarizing effect to the image.

    "},{"t":"M","n":"Gmagick::spreadimage","p":"Gmagick.html#method_spreadimage","d":"

    Randomly displaces each pixel in a block.

    "},{"t":"M","n":"Gmagick::stripimage","p":"Gmagick.html#method_stripimage","d":"

    Strips an image of all profiles and comments.

    "},{"t":"M","n":"Gmagick::swirlimage","p":"Gmagick.html#method_swirlimage","d":"

    Swirls the pixels about the center of the image.

    "},{"t":"M","n":"Gmagick::thumbnailimage","p":"Gmagick.html#method_thumbnailimage","d":"

    Changes the size of an image to the given dimensions and removes any associated profiles.

    "},{"t":"M","n":"Gmagick::trimimage","p":"Gmagick.html#method_trimimage","d":"

    Remove edges that are the background color from the image.

    "},{"t":"M","n":"Gmagick::write","p":"Gmagick.html#method_write","d":"

    Writes an image to the specified filename.

    "},{"t":"M","n":"Gmagick::writeimage","p":"Gmagick.html#method_writeimage","d":"

    Writes an image to the specified filename.

    "},{"t":"M","n":"GmagickDraw::annotate","p":"GmagickDraw.html#method_annotate","d":"

    Draws text on the image.

    "},{"t":"M","n":"GmagickDraw::arc","p":"GmagickDraw.html#method_arc","d":"

    Draws an arc falling within a specified bounding rectangle on the image.

    "},{"t":"M","n":"GmagickDraw::bezier","p":"GmagickDraw.html#method_bezier","d":"

    Draws a bezier curve through a set of points on the image.

    "},{"t":"M","n":"GmagickDraw::ellipse","p":"GmagickDraw.html#method_ellipse","d":"

    Draws an ellipse on the image.

    "},{"t":"M","n":"GmagickDraw::getfillcolor","p":"GmagickDraw.html#method_getfillcolor","d":"

    Returns the fill color used for drawing filled objects.

    "},{"t":"M","n":"GmagickDraw::getfillopacity","p":"GmagickDraw.html#method_getfillopacity","d":"

    Returns the opacity used when drawing.

    "},{"t":"M","n":"GmagickDraw::getfont","p":"GmagickDraw.html#method_getfont","d":"

    Returns a string specifying the font used when annotating with text.

    "},{"t":"M","n":"GmagickDraw::getfontsize","p":"GmagickDraw.html#method_getfontsize","d":"

    Returns the font pointsize used when annotating with text.

    "},{"t":"M","n":"GmagickDraw::getfontstyle","p":"GmagickDraw.html#method_getfontstyle","d":"

    Returns the font style used when annotating with text.

    "},{"t":"M","n":"GmagickDraw::getfontweight","p":"GmagickDraw.html#method_getfontweight","d":"

    Returns the font weight used when annotating with text.

    "},{"t":"M","n":"GmagickDraw::getstrokecolor","p":"GmagickDraw.html#method_getstrokecolor","d":"

    Returns the color used for stroking object outlines.

    "},{"t":"M","n":"GmagickDraw::getstrokeopacity","p":"GmagickDraw.html#method_getstrokeopacity","d":"

    Returns the opacity of stroked object outlines.

    "},{"t":"M","n":"GmagickDraw::getstrokewidth","p":"GmagickDraw.html#method_getstrokewidth","d":"

    Returns the width of the stroke used to draw object outlines.

    "},{"t":"M","n":"GmagickDraw::gettextdecoration","p":"GmagickDraw.html#method_gettextdecoration","d":"

    Returns the decoration applied when annotating with text.

    "},{"t":"M","n":"GmagickDraw::gettextencoding","p":"GmagickDraw.html#method_gettextencoding","d":"

    Returns the code set used for text annotations.

    "},{"t":"M","n":"GmagickDraw::line","p":"GmagickDraw.html#method_line","d":"

    Draws a line on the image using the current stroke color, stroke opacity, and stroke width.

    "},{"t":"M","n":"GmagickDraw::point","p":"GmagickDraw.html#method_point","d":"

    Draws a point using the current stroke color and stroke thickness at the specified coordinates.

    "},{"t":"M","n":"GmagickDraw::polygon","p":"GmagickDraw.html#method_polygon","d":"

    Draws a polygon using the current stroke, stroke width, and fill color or texture, using the specified array of coordinates.

    "},{"t":"M","n":"GmagickDraw::polyline","p":"GmagickDraw.html#method_polyline","d":"

    Draws a polyline using the current stroke, stroke width, and fill color or texture, using the specified array of coordinates.

    "},{"t":"M","n":"GmagickDraw::rectangle","p":"GmagickDraw.html#method_rectangle","d":"

    Draws a rectangle given two coordinates and using the current stroke, stroke width, and fill settings.

    "},{"t":"M","n":"GmagickDraw::rotate","p":"GmagickDraw.html#method_rotate","d":"

    Applies the specified rotation to the current coordinate space.

    "},{"t":"M","n":"GmagickDraw::roundrectangle","p":"GmagickDraw.html#method_roundrectangle","d":"

    Draws a rounded rectangle given two coordinates, x and y corner radiuses and using the current stroke, stroke width, and fill settings.

    "},{"t":"M","n":"GmagickDraw::scale","p":"GmagickDraw.html#method_scale","d":"

    Adjusts the scaling factor to apply in the horizontal and vertical directions to the current coordinate space.

    "},{"t":"M","n":"GmagickDraw::setfillcolor","p":"GmagickDraw.html#method_setfillcolor","d":"

    Sets the fill color to be used for drawing filled objects.

    "},{"t":"M","n":"GmagickDraw::setfillopacity","p":"GmagickDraw.html#method_setfillopacity","d":"

    Sets the opacity to use when drawing using the fill color or fill texture. Setting it to 1.0 will make fill full opaque.

    "},{"t":"M","n":"GmagickDraw::setfont","p":"GmagickDraw.html#method_setfont","d":"

    Sets the fully-specified font to use when annotating with text.

    "},{"t":"M","n":"GmagickDraw::setfontsize","p":"GmagickDraw.html#method_setfontsize","d":"

    Sets the font pointsize to use when annotating with text.

    "},{"t":"M","n":"GmagickDraw::setfontstyle","p":"GmagickDraw.html#method_setfontstyle","d":"

    Sets the font style to use when annotating with text.

    "},{"t":"M","n":"GmagickDraw::setfontweight","p":"GmagickDraw.html#method_setfontweight","d":"

    Sets the font weight to use when annotating with text.

    "},{"t":"M","n":"GmagickDraw::setstrokecolor","p":"GmagickDraw.html#method_setstrokecolor","d":"

    Sets the color used for stroking object outlines.

    "},{"t":"M","n":"GmagickDraw::setstrokeopacity","p":"GmagickDraw.html#method_setstrokeopacity","d":"

    Specifies the opacity of stroked object outlines.

    "},{"t":"M","n":"GmagickDraw::setstrokewidth","p":"GmagickDraw.html#method_setstrokewidth","d":"

    Sets the width of the stroke used to draw object outlines.

    "},{"t":"M","n":"GmagickDraw::settextdecoration","p":"GmagickDraw.html#method_settextdecoration","d":"

    Specifies a decoration to be applied when annotating with text.

    "},{"t":"M","n":"GmagickDraw::settextencoding","p":"GmagickDraw.html#method_settextencoding","d":"

    Specifies the code set to use for text annotations.

    "},{"t":"M","n":"GmagickPixel::__construct","p":"GmagickPixel.html#method___construct","d":"

    The GmagickPixel constructor.

    "},{"t":"M","n":"GmagickPixel::getcolor","p":"GmagickPixel.html#method_getcolor","d":"

    Returns the color described by the GmagickPixel object.

    "},{"t":"M","n":"GmagickPixel::getcolorcount","p":"GmagickPixel.html#method_getcolorcount","d":"

    Returns the color count associated with this color.

    "},{"t":"M","n":"GmagickPixel::getcolorvalue","p":"GmagickPixel.html#method_getcolorvalue","d":"

    Gets the normalized value of the provided color channel.

    "},{"t":"M","n":"GmagickPixel::setcolor","p":"GmagickPixel.html#method_setcolor","d":"

    Sets the color.

    "},{"t":"M","n":"GmagickPixel::setcolorvalue","p":"GmagickPixel.html#method_setcolorvalue","d":"

    Sets the normalized value of one of the channels.

    "},{"t":"M","n":"Grpc\\Call::__construct","p":"Grpc/Call.html#method___construct","d":"

    Constructs a new instance of the Call class.

    "},{"t":"M","n":"Grpc\\Call::startBatch","p":"Grpc/Call.html#method_startBatch","d":"

    Start a batch of RPC actions.

    "},{"t":"M","n":"Grpc\\Call::setCredentials","p":"Grpc/Call.html#method_setCredentials","d":"

    Set the CallCredentials for this call.

    "},{"t":"M","n":"Grpc\\Call::getPeer","p":"Grpc/Call.html#method_getPeer","d":"

    Get the endpoint this call/stream is connected to

    "},{"t":"M","n":"Grpc\\Call::cancel","p":"Grpc/Call.html#method_cancel","d":"

    Cancel the call. This will cause the call to end with STATUS_CANCELLED if it\nhas not already ended with another status.

    "},{"t":"M","n":"Grpc\\CallCredentials::createComposite","p":"Grpc/CallCredentials.html#method_createComposite","d":"

    Create composite credentials from two existing credentials.

    "},{"t":"M","n":"Grpc\\CallCredentials::createFromPlugin","p":"Grpc/CallCredentials.html#method_createFromPlugin","d":"

    Create a call credentials object from the plugin API

    "},{"t":"M","n":"Grpc\\Channel::__construct","p":"Grpc/Channel.html#method___construct","d":"

    Construct an instance of the Channel class. If the $args array contains a\n"credentials" key mapping to a ChannelCredentials object, a secure channel\nwill be created with those credentials.

    "},{"t":"M","n":"Grpc\\Channel::getTarget","p":"Grpc/Channel.html#method_getTarget","d":"

    Get the endpoint this call/stream is connected to

    "},{"t":"M","n":"Grpc\\Channel::getConnectivityState","p":"Grpc/Channel.html#method_getConnectivityState","d":"

    Get the connectivity state of the channel

    "},{"t":"M","n":"Grpc\\Channel::watchConnectivityState","p":"Grpc/Channel.html#method_watchConnectivityState","d":"

    Watch the connectivity state of the channel until it changed

    "},{"t":"M","n":"Grpc\\Channel::close","p":"Grpc/Channel.html#method_close","d":"

    Close the channel

    "},{"t":"M","n":"Grpc\\ChannelCredentials::setDefaultRootsPem","p":"Grpc/ChannelCredentials.html#method_setDefaultRootsPem","d":"

    Set default roots pem.

    "},{"t":"M","n":"Grpc\\ChannelCredentials::createDefault","p":"Grpc/ChannelCredentials.html#method_createDefault","d":"

    Create a default channel credentials object.

    "},{"t":"M","n":"Grpc\\ChannelCredentials::createSsl","p":"Grpc/ChannelCredentials.html#method_createSsl","d":"

    Create SSL credentials.

    "},{"t":"M","n":"Grpc\\ChannelCredentials::createComposite","p":"Grpc/ChannelCredentials.html#method_createComposite","d":"

    Create composite credentials from two existing credentials.

    "},{"t":"M","n":"Grpc\\ChannelCredentials::createInsecure","p":"Grpc/ChannelCredentials.html#method_createInsecure","d":"

    Create insecure channel credentials

    "},{"t":"M","n":"Grpc\\Server::__construct","p":"Grpc/Server.html#method___construct","d":"

    Constructs a new instance of the Server class

    "},{"t":"M","n":"Grpc\\Server::requestCall","p":"Grpc/Server.html#method_requestCall","d":"

    Request a call on a server. Creates a single GRPC_SERVER_RPC_NEW event.

    "},{"t":"M","n":"Grpc\\Server::addHttp2Port","p":"Grpc/Server.html#method_addHttp2Port","d":"

    Add a http2 over tcp listener.

    "},{"t":"M","n":"Grpc\\Server::addSecureHttp2Port","p":"Grpc/Server.html#method_addSecureHttp2Port","d":"

    Add a secure http2 over tcp listener.

    "},{"t":"M","n":"Grpc\\Server::start","p":"Grpc/Server.html#method_start","d":"

    Start a server - tells all listeners to start listening

    "},{"t":"M","n":"Grpc\\ServerCredentials::createSsl","p":"Grpc/ServerCredentials.html#method_createSsl","d":"

    Create SSL credentials.

    "},{"t":"M","n":"Grpc\\Timeval::__construct","p":"Grpc/Timeval.html#method___construct","d":"

    Constructs a new instance of the Timeval class

    "},{"t":"M","n":"Grpc\\Timeval::add","p":"Grpc/Timeval.html#method_add","d":"

    Adds another Timeval to this one and returns the sum. Calculations saturate\nat infinities.

    "},{"t":"M","n":"Grpc\\Timeval::compare","p":"Grpc/Timeval.html#method_compare","d":"

    Return negative, 0, or positive according to whether a < b, a == b, or a > b\nrespectively.

    "},{"t":"M","n":"Grpc\\Timeval::infFuture","p":"Grpc/Timeval.html#method_infFuture","d":"

    Returns the infinite future time value as a timeval object

    "},{"t":"M","n":"Grpc\\Timeval::infPast","p":"Grpc/Timeval.html#method_infPast","d":"

    Returns the infinite past time value as a timeval object

    "},{"t":"M","n":"Grpc\\Timeval::now","p":"Grpc/Timeval.html#method_now","d":"

    Returns the current time as a timeval object

    "},{"t":"M","n":"Grpc\\Timeval::similar","p":"Grpc/Timeval.html#method_similar","d":"

    Checks whether the two times are within $threshold of each other

    "},{"t":"M","n":"Grpc\\Timeval::sleepUntil","p":"Grpc/Timeval.html#method_sleepUntil","d":"

    Sleep until this time, interpreted as an absolute timeout

    "},{"t":"M","n":"Grpc\\Timeval::subtract","p":"Grpc/Timeval.html#method_subtract","d":"

    Subtracts another Timeval from this one and returns the difference.

    "},{"t":"M","n":"Grpc\\Timeval::zero","p":"Grpc/Timeval.html#method_zero","d":"

    Returns the zero time interval as a timeval object

    "},{"t":"M","n":"HashContext::__serialize","p":"HashContext.html#method___serialize","d":null},{"t":"M","n":"HashContext::__unserialize","p":"HashContext.html#method___unserialize","d":""},{"t":"M","n":"HashContext::__debugInfo","p":"HashContext.html#method___debugInfo","d":""},{"t":"M","n":"HttpDeflateStream::__construct","p":"HttpDeflateStream.html#method___construct","d":"

    (PECL pecl_http >= 0.21.0)
    \nHttpDeflateStream class constructor

    "},{"t":"M","n":"HttpDeflateStream::update","p":"HttpDeflateStream.html#method_update","d":"

    (PECL pecl_http >= 0.21.0)
    \nUpdate deflate stream

    "},{"t":"M","n":"HttpDeflateStream::flush","p":"HttpDeflateStream.html#method_flush","d":"

    (PECL pecl_http >= 0.21.0)
    \nFlush deflate stream

    "},{"t":"M","n":"HttpDeflateStream::finish","p":"HttpDeflateStream.html#method_finish","d":"

    (PECL pecl_http >= 0.21.0)
    \nFinalize deflate stream

    "},{"t":"M","n":"HttpDeflateStream::factory","p":"HttpDeflateStream.html#method_factory","d":"

    (PECL pecl_http >= 1.4.0)
    \nHttpDeflateStream class factory

    "},{"t":"M","n":"HttpInflateStream::__construct","p":"HttpInflateStream.html#method___construct","d":"

    (PECL pecl_http >= 1.0.0)
    \nHttpInflateStream class constructor

    "},{"t":"M","n":"HttpInflateStream::update","p":"HttpInflateStream.html#method_update","d":"

    (PECL pecl_http >= 0.21.0)
    \nUpdate inflate stream

    "},{"t":"M","n":"HttpInflateStream::flush","p":"HttpInflateStream.html#method_flush","d":"

    (PECL pecl_http >= 0.21.0)
    \nFlush inflate stream

    "},{"t":"M","n":"HttpInflateStream::finish","p":"HttpInflateStream.html#method_finish","d":"

    (PECL pecl_http >= 0.21.0)
    \nFinalize inflate stream

    "},{"t":"M","n":"HttpInflateStream::factory","p":"HttpInflateStream.html#method_factory","d":"

    (PECL pecl_http >= 1.4.0)
    \nHttpInflateStream class factory

    "},{"t":"M","n":"HttpMessage::__construct","p":"HttpMessage.html#method___construct","d":"

    (PECL pecl_http >= 0.10.0)
    \nHttpMessage constructor

    "},{"t":"M","n":"HttpMessage::getBody","p":"HttpMessage.html#method_getBody","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet message body

    "},{"t":"M","n":"HttpMessage::setBody","p":"HttpMessage.html#method_setBody","d":"

    (PECL pecl_http >= 0.14.0)
    \nSet message body

    "},{"t":"M","n":"HttpMessage::getHeader","p":"HttpMessage.html#method_getHeader","d":"

    (PECL pecl_http >= 1.1.0)
    \nGet header

    "},{"t":"M","n":"HttpMessage::getHeaders","p":"HttpMessage.html#method_getHeaders","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet message headers

    "},{"t":"M","n":"HttpMessage::setHeaders","p":"HttpMessage.html#method_setHeaders","d":"

    (PECL pecl_http >= 0.10.0)
    \nSet headers

    "},{"t":"M","n":"HttpMessage::addHeaders","p":"HttpMessage.html#method_addHeaders","d":"

    (PECL pecl_http >= 0.10.0)
    \nAdd headers

    "},{"t":"M","n":"HttpMessage::getType","p":"HttpMessage.html#method_getType","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet message type

    "},{"t":"M","n":"HttpMessage::setType","p":"HttpMessage.html#method_setType","d":"

    (PECL pecl_http >= 0.10.0)
    \nSet message type

    "},{"t":"M","n":"HttpMessage::getInfo","p":"HttpMessage.html#method_getInfo","d":null},{"t":"M","n":"HttpMessage::setInfo","p":"HttpMessage.html#method_setInfo","d":""},{"t":"M","n":"HttpMessage::getResponseCode","p":"HttpMessage.html#method_getResponseCode","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet response code

    "},{"t":"M","n":"HttpMessage::setResponseCode","p":"HttpMessage.html#method_setResponseCode","d":"

    (PECL pecl_http >= 0.10.0)
    \nSet response code

    "},{"t":"M","n":"HttpMessage::getResponseStatus","p":"HttpMessage.html#method_getResponseStatus","d":"

    (PECL pecl_http >= 0.23.0)
    \nGet response status

    "},{"t":"M","n":"HttpMessage::setResponseStatus","p":"HttpMessage.html#method_setResponseStatus","d":"

    (PECL pecl_http >= 0.23.0)
    \nSet response status

    "},{"t":"M","n":"HttpMessage::getRequestMethod","p":"HttpMessage.html#method_getRequestMethod","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet request method

    "},{"t":"M","n":"HttpMessage::setRequestMethod","p":"HttpMessage.html#method_setRequestMethod","d":"

    (PECL pecl_http >= 0.10.0)
    \nSet request method

    "},{"t":"M","n":"HttpMessage::getRequestUrl","p":"HttpMessage.html#method_getRequestUrl","d":"

    (PECL pecl_http >= 0.21.0)
    \nGet request URL

    "},{"t":"M","n":"HttpMessage::setRequestUrl","p":"HttpMessage.html#method_setRequestUrl","d":"

    (PECL pecl_http >= 0.21.0)
    \nSet request URL

    "},{"t":"M","n":"HttpMessage::getHttpVersion","p":"HttpMessage.html#method_getHttpVersion","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet HTTP version

    "},{"t":"M","n":"HttpMessage::setHttpVersion","p":"HttpMessage.html#method_setHttpVersion","d":"

    (PECL pecl_http >= 0.10.0)
    \nSet HTTP version

    "},{"t":"M","n":"HttpMessage::guessContentType","p":"HttpMessage.html#method_guessContentType","d":"

    (PECL pecl_http >= 1.0.0)
    \nGuess content type

    "},{"t":"M","n":"HttpMessage::getParentMessage","p":"HttpMessage.html#method_getParentMessage","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet parent message

    "},{"t":"M","n":"HttpMessage::send","p":"HttpMessage.html#method_send","d":"

    (PECL pecl_http >= 0.10.0)
    \nSend message

    "},{"t":"M","n":"HttpMessage::toString","p":"HttpMessage.html#method_toString","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet string representation

    "},{"t":"M","n":"HttpMessage::toMessageTypeObject","p":"HttpMessage.html#method_toMessageTypeObject","d":"

    (PECL pecl_http >= 0.22.0)
    \nCreate HTTP object regarding message type

    "},{"t":"M","n":"HttpMessage::count","p":"HttpMessage.html#method_count","d":"

    Count elements of an object

    "},{"t":"M","n":"HttpMessage::serialize","p":"HttpMessage.html#method_serialize","d":"

    String representation of object.

    "},{"t":"M","n":"HttpMessage::unserialize","p":"HttpMessage.html#method_unserialize","d":""},{"t":"M","n":"HttpMessage::rewind","p":"HttpMessage.html#method_rewind","d":"

    Rewind the Iterator to the first element

    "},{"t":"M","n":"HttpMessage::valid","p":"HttpMessage.html#method_valid","d":"

    Checks if current position is valid

    "},{"t":"M","n":"HttpMessage::current","p":"HttpMessage.html#method_current","d":"

    Return the current element

    "},{"t":"M","n":"HttpMessage::key","p":"HttpMessage.html#method_key","d":"

    Return the key of the current element

    "},{"t":"M","n":"HttpMessage::next","p":"HttpMessage.html#method_next","d":"

    Move forward to next element

    "},{"t":"M","n":"HttpMessage::__toString","p":"HttpMessage.html#method___toString","d":""},{"t":"M","n":"HttpMessage::factory","p":"HttpMessage.html#method_factory","d":"

    (PECL pecl_http >= 1.4.0)
    \nCreate HttpMessage from string

    "},{"t":"M","n":"HttpMessage::fromString","p":"HttpMessage.html#method_fromString","d":"

    (PECL pecl_http 0.10.0-1.3.3)
    \nCreate HttpMessage from string

    "},{"t":"M","n":"HttpMessage::fromEnv","p":"HttpMessage.html#method_fromEnv","d":"

    (PECL pecl_http >= 1.5.0)
    \nCreate HttpMessage from environment

    "},{"t":"M","n":"HttpMessage::detach","p":"HttpMessage.html#method_detach","d":"

    (PECL pecl_http >= 0.22.0)
    \nDetach HttpMessage

    "},{"t":"M","n":"HttpMessage::prepend","p":"HttpMessage.html#method_prepend","d":"

    (PECL pecl_http >= 0.22.0)
    \nPrepend message(s)

    "},{"t":"M","n":"HttpMessage::reverse","p":"HttpMessage.html#method_reverse","d":"

    (PECL pecl_http >= 0.23.0)
    \nReverse message chain

    "},{"t":"M","n":"HttpQueryString::__construct","p":"HttpQueryString.html#method___construct","d":"

    (PECL pecl_http >= 0.22.0)
    \nHttpQueryString constructor

    "},{"t":"M","n":"HttpQueryString::toArray","p":"HttpQueryString.html#method_toArray","d":"

    (PECL pecl_http >= 0.22.0)
    \nGet query string as array

    "},{"t":"M","n":"HttpQueryString::toString","p":"HttpQueryString.html#method_toString","d":"

    (PECL pecl_http >= 0.22.0)
    \nGet query string

    "},{"t":"M","n":"HttpQueryString::__toString","p":"HttpQueryString.html#method___toString","d":""},{"t":"M","n":"HttpQueryString::get","p":"HttpQueryString.html#method_get","d":"

    (PECL pecl_http >= 0.22.0)
    \nGet (part of) query string

    "},{"t":"M","n":"HttpQueryString::set","p":"HttpQueryString.html#method_set","d":"

    (PECL pecl_http >= 0.22.0)
    \nSet query string params

    "},{"t":"M","n":"HttpQueryString::mod","p":"HttpQueryString.html#method_mod","d":"

    (PECL pecl_http >= 1.1.0)
    \nModifiy query string copy

    "},{"t":"M","n":"HttpQueryString::getBool","p":"HttpQueryString.html#method_getBool","d":""},{"t":"M","n":"HttpQueryString::getInt","p":"HttpQueryString.html#method_getInt","d":""},{"t":"M","n":"HttpQueryString::getFloat","p":"HttpQueryString.html#method_getFloat","d":""},{"t":"M","n":"HttpQueryString::getString","p":"HttpQueryString.html#method_getString","d":""},{"t":"M","n":"HttpQueryString::getArray","p":"HttpQueryString.html#method_getArray","d":""},{"t":"M","n":"HttpQueryString::getObject","p":"HttpQueryString.html#method_getObject","d":""},{"t":"M","n":"HttpQueryString::factory","p":"HttpQueryString.html#method_factory","d":""},{"t":"M","n":"HttpQueryString::singleton","p":"HttpQueryString.html#method_singleton","d":"

    (PECL pecl_http >= 0.25.0)
    \nHttpQueryString singleton

    "},{"t":"M","n":"HttpQueryString::xlate","p":"HttpQueryString.html#method_xlate","d":"

    (PECL pecl_http >= 0.25.0)
    \nChange query strings charset

    "},{"t":"M","n":"HttpQueryString::serialize","p":"HttpQueryString.html#method_serialize","d":"

    String representation of object

    "},{"t":"M","n":"HttpQueryString::offsetGet","p":"HttpQueryString.html#method_offsetGet","d":"

    Offset to retrieve

    "},{"t":"M","n":"HttpQueryString::unserialize","p":"HttpQueryString.html#method_unserialize","d":"

    Constructs the object

    "},{"t":"M","n":"HttpQueryString::offsetExists","p":"HttpQueryString.html#method_offsetExists","d":"

    Whether a offset exists

    "},{"t":"M","n":"HttpQueryString::offsetSet","p":"HttpQueryString.html#method_offsetSet","d":"

    Offset to set

    "},{"t":"M","n":"HttpQueryString::offsetUnset","p":"HttpQueryString.html#method_offsetUnset","d":"

    Offset to unset

    "},{"t":"M","n":"HttpRequest::__construct","p":"HttpRequest.html#method___construct","d":"

    (PECL pecl_http >= 0.10.0)
    \nHttpRequest constructor

    "},{"t":"M","n":"HttpRequest::setOptions","p":"HttpRequest.html#method_setOptions","d":"

    (PECL pecl_http >= 0.10.0)
    \nSet options

    "},{"t":"M","n":"HttpRequest::getOptions","p":"HttpRequest.html#method_getOptions","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet options

    "},{"t":"M","n":"HttpRequest::setSslOptions","p":"HttpRequest.html#method_setSslOptions","d":"

    (PECL pecl_http >= 0.10.0)
    \nSet ssl options

    "},{"t":"M","n":"HttpRequest::getSslOptions","p":"HttpRequest.html#method_getSslOptions","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet ssl options

    "},{"t":"M","n":"HttpRequest::addSslOptions","p":"HttpRequest.html#method_addSslOptions","d":"

    (PECL pecl_http >= 0.12.0)
    \nAdd ssl options

    "},{"t":"M","n":"HttpRequest::addHeaders","p":"HttpRequest.html#method_addHeaders","d":"

    (PECL pecl_http >= 0.10.0)
    \nAdd headers

    "},{"t":"M","n":"HttpRequest::getHeaders","p":"HttpRequest.html#method_getHeaders","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet headers

    "},{"t":"M","n":"HttpRequest::setHeaders","p":"HttpRequest.html#method_setHeaders","d":"

    (PECL pecl_http >= 0.12.0)
    \nSet headers

    "},{"t":"M","n":"HttpRequest::addCookies","p":"HttpRequest.html#method_addCookies","d":"

    (PECL pecl_http >= 0.10.0)
    \nAdd cookies

    "},{"t":"M","n":"HttpRequest::getCookies","p":"HttpRequest.html#method_getCookies","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet cookies

    "},{"t":"M","n":"HttpRequest::setCookies","p":"HttpRequest.html#method_setCookies","d":"

    (PECL pecl_http >= 0.12.0)
    \nSet cookies

    "},{"t":"M","n":"HttpRequest::enableCookies","p":"HttpRequest.html#method_enableCookies","d":"

    (PECL pecl_http >= 1.0.0)
    \nEnable cookies

    "},{"t":"M","n":"HttpRequest::resetCookies","p":"HttpRequest.html#method_resetCookies","d":"

    (PECL pecl_http >= 1.0.0)
    \nReset cookies

    "},{"t":"M","n":"HttpRequest::flushCookies","p":"HttpRequest.html#method_flushCookies","d":null},{"t":"M","n":"HttpRequest::setMethod","p":"HttpRequest.html#method_setMethod","d":"

    (PECL pecl_http >= 0.10.0)
    \nSet method

    "},{"t":"M","n":"HttpRequest::getMethod","p":"HttpRequest.html#method_getMethod","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet method

    "},{"t":"M","n":"HttpRequest::setUrl","p":"HttpRequest.html#method_setUrl","d":"

    (PECL pecl_http >= 0.10.0)
    \nSet URL

    "},{"t":"M","n":"HttpRequest::getUrl","p":"HttpRequest.html#method_getUrl","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet url

    "},{"t":"M","n":"HttpRequest::setContentType","p":"HttpRequest.html#method_setContentType","d":"

    (PECL pecl_http >= 0.10.0)
    \nSet content type

    "},{"t":"M","n":"HttpRequest::getContentType","p":"HttpRequest.html#method_getContentType","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet content type

    "},{"t":"M","n":"HttpRequest::setQueryData","p":"HttpRequest.html#method_setQueryData","d":"

    (PECL pecl_http >= 0.10.0)
    \nSet query data

    "},{"t":"M","n":"HttpRequest::getQueryData","p":"HttpRequest.html#method_getQueryData","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet query data

    "},{"t":"M","n":"HttpRequest::addQueryData","p":"HttpRequest.html#method_addQueryData","d":"

    (PECL pecl_http >= 0.10.0)
    \nAdd query data

    "},{"t":"M","n":"HttpRequest::setPostFields","p":"HttpRequest.html#method_setPostFields","d":"

    (PECL pecl_http >= 0.10.0)
    \nSet post fields

    "},{"t":"M","n":"HttpRequest::getPostFields","p":"HttpRequest.html#method_getPostFields","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet post fields

    "},{"t":"M","n":"HttpRequest::addPostFields","p":"HttpRequest.html#method_addPostFields","d":"

    (PECL pecl_http >= 0.10.0)
    \nAdd post fields

    "},{"t":"M","n":"HttpRequest::setBody","p":"HttpRequest.html#method_setBody","d":""},{"t":"M","n":"HttpRequest::getBody","p":"HttpRequest.html#method_getBody","d":null},{"t":"M","n":"HttpRequest::addBody","p":"HttpRequest.html#method_addBody","d":""},{"t":"M","n":"HttpRequest::setRawPostData","p":"HttpRequest.html#method_setRawPostData","d":"

    (PECL pecl_http 0.14.0-1.4.1)
    \nSet raw post data

    "},{"t":"M","n":"HttpRequest::getRawPostData","p":"HttpRequest.html#method_getRawPostData","d":"

    (PECL pecl_http 0.14.0-1.4.1)
    \nGet raw post data

    "},{"t":"M","n":"HttpRequest::addRawPostData","p":"HttpRequest.html#method_addRawPostData","d":"

    (PECL pecl_http 0.14.0-1.4.1)
    \nAdd raw post data

    "},{"t":"M","n":"HttpRequest::setPostFiles","p":"HttpRequest.html#method_setPostFiles","d":"

    (PECL pecl_http >= 0.10.0)
    \nSet post files

    "},{"t":"M","n":"HttpRequest::addPostFile","p":"HttpRequest.html#method_addPostFile","d":"

    (PECL pecl_http >= 0.10.0)
    \nAdd post file

    "},{"t":"M","n":"HttpRequest::getPostFiles","p":"HttpRequest.html#method_getPostFiles","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet post files

    "},{"t":"M","n":"HttpRequest::setPutFile","p":"HttpRequest.html#method_setPutFile","d":"

    (PECL pecl_http >= 0.10.0)
    \nSet put file

    "},{"t":"M","n":"HttpRequest::getPutFile","p":"HttpRequest.html#method_getPutFile","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet put file

    "},{"t":"M","n":"HttpRequest::setPutData","p":"HttpRequest.html#method_setPutData","d":"

    (PECL pecl_http >= 0.25.0)
    \nSet put data

    "},{"t":"M","n":"HttpRequest::getPutData","p":"HttpRequest.html#method_getPutData","d":"

    (PECL pecl_http >= 0.25.0)
    \nGet put data

    "},{"t":"M","n":"HttpRequest::addPutData","p":"HttpRequest.html#method_addPutData","d":"

    (PECL pecl_http >= 0.25.0)
    \nAdd put data

    "},{"t":"M","n":"HttpRequest::send","p":"HttpRequest.html#method_send","d":"

    (PECL pecl_http >= 0.10.0)
    \nSend request

    "},{"t":"M","n":"HttpRequest::getResponseData","p":"HttpRequest.html#method_getResponseData","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet response data

    "},{"t":"M","n":"HttpRequest::getResponseHeader","p":"HttpRequest.html#method_getResponseHeader","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet response header(s)

    "},{"t":"M","n":"HttpRequest::getResponseCookies","p":"HttpRequest.html#method_getResponseCookies","d":"

    (PECL pecl_http >= 0.23.0)
    \nGet response cookie(s)

    "},{"t":"M","n":"HttpRequest::getResponseCode","p":"HttpRequest.html#method_getResponseCode","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet response code

    "},{"t":"M","n":"HttpRequest::getResponseStatus","p":"HttpRequest.html#method_getResponseStatus","d":"

    (PECL pecl_http >= 0.23.0)
    \nGet response status

    "},{"t":"M","n":"HttpRequest::getResponseBody","p":"HttpRequest.html#method_getResponseBody","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet response body

    "},{"t":"M","n":"HttpRequest::getResponseInfo","p":"HttpRequest.html#method_getResponseInfo","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet response info

    "},{"t":"M","n":"HttpRequest::getResponseMessage","p":"HttpRequest.html#method_getResponseMessage","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet response message

    "},{"t":"M","n":"HttpRequest::getRawResponseMessage","p":"HttpRequest.html#method_getRawResponseMessage","d":"

    (PECL pecl_http >= 0.21.0)
    \nGet raw response message

    "},{"t":"M","n":"HttpRequest::getRequestMessage","p":"HttpRequest.html#method_getRequestMessage","d":"

    (PECL pecl_http >= 0.11.0)
    \nGet request message

    "},{"t":"M","n":"HttpRequest::getRawRequestMessage","p":"HttpRequest.html#method_getRawRequestMessage","d":"

    (PECL pecl_http >= 0.21.0)
    \nGet raw request message

    "},{"t":"M","n":"HttpRequest::getHistory","p":"HttpRequest.html#method_getHistory","d":"

    (PECL pecl_http >= 0.15.0)
    \nGet history

    "},{"t":"M","n":"HttpRequest::clearHistory","p":"HttpRequest.html#method_clearHistory","d":"

    (PECL pecl_http >= 0.15.0)
    \nClear history

    "},{"t":"M","n":"HttpRequest::factory","p":"HttpRequest.html#method_factory","d":""},{"t":"M","n":"HttpRequest::get","p":"HttpRequest.html#method_get","d":""},{"t":"M","n":"HttpRequest::head","p":"HttpRequest.html#method_head","d":""},{"t":"M","n":"HttpRequest::postData","p":"HttpRequest.html#method_postData","d":""},{"t":"M","n":"HttpRequest::postFields","p":"HttpRequest.html#method_postFields","d":""},{"t":"M","n":"HttpRequest::putData","p":"HttpRequest.html#method_putData","d":""},{"t":"M","n":"HttpRequest::putFile","p":"HttpRequest.html#method_putFile","d":""},{"t":"M","n":"HttpRequest::putStream","p":"HttpRequest.html#method_putStream","d":""},{"t":"M","n":"HttpRequest::methodRegister","p":"HttpRequest.html#method_methodRegister","d":""},{"t":"M","n":"HttpRequest::methodUnregister","p":"HttpRequest.html#method_methodUnregister","d":""},{"t":"M","n":"HttpRequest::methodName","p":"HttpRequest.html#method_methodName","d":""},{"t":"M","n":"HttpRequest::methodExists","p":"HttpRequest.html#method_methodExists","d":""},{"t":"M","n":"HttpRequest::encodeBody","p":"HttpRequest.html#method_encodeBody","d":""},{"t":"M","n":"HttpRequestDataShare::__destruct","p":"HttpRequestDataShare.html#method___destruct","d":null},{"t":"M","n":"HttpRequestDataShare::count","p":"HttpRequestDataShare.html#method_count","d":"

    Count elements of an object

    "},{"t":"M","n":"HttpRequestDataShare::attach","p":"HttpRequestDataShare.html#method_attach","d":""},{"t":"M","n":"HttpRequestDataShare::detach","p":"HttpRequestDataShare.html#method_detach","d":""},{"t":"M","n":"HttpRequestDataShare::reset","p":"HttpRequestDataShare.html#method_reset","d":null},{"t":"M","n":"HttpRequestDataShare::factory","p":"HttpRequestDataShare.html#method_factory","d":""},{"t":"M","n":"HttpRequestDataShare::singleton","p":"HttpRequestDataShare.html#method_singleton","d":""},{"t":"M","n":"HttpRequestPool::__construct","p":"HttpRequestPool.html#method___construct","d":"

    (PECL pecl_http >= 0.10.0)
    \nHttpRequestPool constructor

    "},{"t":"M","n":"HttpRequestPool::__destruct","p":"HttpRequestPool.html#method___destruct","d":"

    (PECL pecl_http >= 0.10.0)
    \nHttpRequestPool destructor

    "},{"t":"M","n":"HttpRequestPool::attach","p":"HttpRequestPool.html#method_attach","d":"

    (PECL pecl_http >= 0.10.0)
    \nAttach HttpRequest

    "},{"t":"M","n":"HttpRequestPool::detach","p":"HttpRequestPool.html#method_detach","d":"

    (PECL pecl_http >= 0.10.0)
    \nDetach HttpRequest

    "},{"t":"M","n":"HttpRequestPool::send","p":"HttpRequestPool.html#method_send","d":"

    (PECL pecl_http >= 0.10.0)
    \nSend all requests

    "},{"t":"M","n":"HttpRequestPool::reset","p":"HttpRequestPool.html#method_reset","d":"

    (PECL pecl_http >= 0.10.0)
    \nReset request pool

    "},{"t":"M","n":"HttpRequestPool::socketPerform","p":"HttpRequestPool.html#method_socketPerform","d":"

    (PECL pecl_http >= 0.15.0)
    \nPerform socket actions

    "},{"t":"M","n":"HttpRequestPool::socketSelect","p":"HttpRequestPool.html#method_socketSelect","d":"

    (PECL pecl_http >= 0.10.0)
    \nPerform socket select

    "},{"t":"M","n":"HttpRequestPool::valid","p":"HttpRequestPool.html#method_valid","d":"

    Checks if current position is valid

    "},{"t":"M","n":"HttpRequestPool::current","p":"HttpRequestPool.html#method_current","d":"

    Return the current element

    "},{"t":"M","n":"HttpRequestPool::key","p":"HttpRequestPool.html#method_key","d":"

    Return the key of the current element

    "},{"t":"M","n":"HttpRequestPool::next","p":"HttpRequestPool.html#method_next","d":"

    Move forward to next element

    "},{"t":"M","n":"HttpRequestPool::rewind","p":"HttpRequestPool.html#method_rewind","d":"

    Rewind the Iterator to the first element

    "},{"t":"M","n":"HttpRequestPool::count","p":"HttpRequestPool.html#method_count","d":"

    Count elements of an object

    "},{"t":"M","n":"HttpRequestPool::getAttachedRequests","p":"HttpRequestPool.html#method_getAttachedRequests","d":"

    (PECL pecl_http >= 0.16.0)
    \nGet attached requests

    "},{"t":"M","n":"HttpRequestPool::getFinishedRequests","p":"HttpRequestPool.html#method_getFinishedRequests","d":"

    (PECL pecl_http >= 0.16.0)
    \nGet finished requests

    "},{"t":"M","n":"HttpRequestPool::enablePipelining","p":"HttpRequestPool.html#method_enablePipelining","d":""},{"t":"M","n":"HttpRequestPool::enableEvents","p":"HttpRequestPool.html#method_enableEvents","d":""},{"t":"M","n":"HttpResponse::setHeader","p":"HttpResponse.html#method_setHeader","d":"

    (PECL pecl_http >= 0.12.0)
    \nSet header

    "},{"t":"M","n":"HttpResponse::getHeader","p":"HttpResponse.html#method_getHeader","d":"

    (PECL pecl_http >= 0.12.0)
    \nGet header

    "},{"t":"M","n":"HttpResponse::setETag","p":"HttpResponse.html#method_setETag","d":"

    (PECL pecl_http >= 0.10.0)
    \nSet ETag

    "},{"t":"M","n":"HttpResponse::getETag","p":"HttpResponse.html#method_getETag","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet ETag

    "},{"t":"M","n":"HttpResponse::setLastModified","p":"HttpResponse.html#method_setLastModified","d":"

    (PECL pecl_http >= 0.12.0)
    \nSet last modified

    "},{"t":"M","n":"HttpResponse::getLastModified","p":"HttpResponse.html#method_getLastModified","d":"

    (PECL pecl_http >= 0.12.0)
    \nGet last modified

    "},{"t":"M","n":"HttpResponse::setContentDisposition","p":"HttpResponse.html#method_setContentDisposition","d":"

    (PECL pecl_http >= 0.10.0)
    \nSet content disposition

    "},{"t":"M","n":"HttpResponse::getContentDisposition","p":"HttpResponse.html#method_getContentDisposition","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet content disposition

    "},{"t":"M","n":"HttpResponse::setContentType","p":"HttpResponse.html#method_setContentType","d":"

    (PECL pecl_http >= 0.10.0)
    \nSet content type

    "},{"t":"M","n":"HttpResponse::getContentType","p":"HttpResponse.html#method_getContentType","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet content type

    "},{"t":"M","n":"HttpResponse::guessContentType","p":"HttpResponse.html#method_guessContentType","d":"

    (PECL pecl_http >= 0.13.0)
    \nGuess content type

    "},{"t":"M","n":"HttpResponse::setCache","p":"HttpResponse.html#method_setCache","d":"

    (PECL pecl_http >= 0.10.0)
    \nSet cache

    "},{"t":"M","n":"HttpResponse::getCache","p":"HttpResponse.html#method_getCache","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet cache

    "},{"t":"M","n":"HttpResponse::setCacheControl","p":"HttpResponse.html#method_setCacheControl","d":"

    (PECL pecl_http >= 0.10.0)
    \nSet cache control

    "},{"t":"M","n":"HttpResponse::getCacheControl","p":"HttpResponse.html#method_getCacheControl","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet cache control

    "},{"t":"M","n":"HttpResponse::setGzip","p":"HttpResponse.html#method_setGzip","d":"

    (PECL pecl_http >= 0.10.0)
    \nSet gzip

    "},{"t":"M","n":"HttpResponse::getGzip","p":"HttpResponse.html#method_getGzip","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet gzip

    "},{"t":"M","n":"HttpResponse::setThrottleDelay","p":"HttpResponse.html#method_setThrottleDelay","d":"

    (PECL pecl_http >= 0.10.0)
    \nSet throttle delay

    "},{"t":"M","n":"HttpResponse::getThrottleDelay","p":"HttpResponse.html#method_getThrottleDelay","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet throttle delay

    "},{"t":"M","n":"HttpResponse::setBufferSize","p":"HttpResponse.html#method_setBufferSize","d":"

    (PECL pecl_http >= 0.10.0)
    \nSet buffer size

    "},{"t":"M","n":"HttpResponse::getBufferSize","p":"HttpResponse.html#method_getBufferSize","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet buffer size

    "},{"t":"M","n":"HttpResponse::setData","p":"HttpResponse.html#method_setData","d":"

    (PECL pecl_http >= 0.10.0)
    \nSet data

    "},{"t":"M","n":"HttpResponse::getData","p":"HttpResponse.html#method_getData","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet data

    "},{"t":"M","n":"HttpResponse::setFile","p":"HttpResponse.html#method_setFile","d":"

    (PECL pecl_http >= 0.10.0)
    \nSet file

    "},{"t":"M","n":"HttpResponse::getFile","p":"HttpResponse.html#method_getFile","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet file

    "},{"t":"M","n":"HttpResponse::setStream","p":"HttpResponse.html#method_setStream","d":"

    (PECL pecl_http >= 0.10.0)
    \nSet stream

    "},{"t":"M","n":"HttpResponse::getStream","p":"HttpResponse.html#method_getStream","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet Stream

    "},{"t":"M","n":"HttpResponse::send","p":"HttpResponse.html#method_send","d":"

    (PECL pecl_http >= 0.10.0)
    \nSend response

    "},{"t":"M","n":"HttpResponse::capture","p":"HttpResponse.html#method_capture","d":"

    (PECL pecl_http >= 0.10.0)
    \nCapture script output

    "},{"t":"M","n":"HttpResponse::redirect","p":"HttpResponse.html#method_redirect","d":"

    (PECL pecl_http >= 0.10.0)
    \nRedirect

    "},{"t":"M","n":"HttpResponse::status","p":"HttpResponse.html#method_status","d":"

    (PECL pecl_http >= 0.12.0)
    \nSend HTTP response status

    "},{"t":"M","n":"HttpResponse::getRequestHeaders","p":"HttpResponse.html#method_getRequestHeaders","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet request headers

    "},{"t":"M","n":"HttpResponse::getRequestBody","p":"HttpResponse.html#method_getRequestBody","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet request body

    "},{"t":"M","n":"HttpResponse::getRequestBodyStream","p":"HttpResponse.html#method_getRequestBodyStream","d":"

    (PECL pecl_http >= 0.10.0)
    \nGet request body stream

    "},{"t":"M","n":"HttpUtil::date","p":"HttpUtil.html#method_date","d":""},{"t":"M","n":"HttpUtil::buildUrl","p":"HttpUtil.html#method_buildUrl","d":""},{"t":"M","n":"HttpUtil::buildStr","p":"HttpUtil.html#method_buildStr","d":""},{"t":"M","n":"HttpUtil::negotiateLanguage","p":"HttpUtil.html#method_negotiateLanguage","d":""},{"t":"M","n":"HttpUtil::negotiateCharset","p":"HttpUtil.html#method_negotiateCharset","d":""},{"t":"M","n":"HttpUtil::negotiateContentType","p":"HttpUtil.html#method_negotiateContentType","d":""},{"t":"M","n":"HttpUtil::matchModified","p":"HttpUtil.html#method_matchModified","d":""},{"t":"M","n":"HttpUtil::matchEtag","p":"HttpUtil.html#method_matchEtag","d":""},{"t":"M","n":"HttpUtil::matchRequestHeader","p":"HttpUtil.html#method_matchRequestHeader","d":""},{"t":"M","n":"HttpUtil::parseMessage","p":"HttpUtil.html#method_parseMessage","d":""},{"t":"M","n":"HttpUtil::parseHeaders","p":"HttpUtil.html#method_parseHeaders","d":""},{"t":"M","n":"HttpUtil::parseCookie","p":"HttpUtil.html#method_parseCookie","d":""},{"t":"M","n":"HttpUtil::buildCookie","p":"HttpUtil.html#method_buildCookie","d":""},{"t":"M","n":"HttpUtil::parseParams","p":"HttpUtil.html#method_parseParams","d":""},{"t":"M","n":"HttpUtil::chunkedDecode","p":"HttpUtil.html#method_chunkedDecode","d":""},{"t":"M","n":"HttpUtil::deflate","p":"HttpUtil.html#method_deflate","d":""},{"t":"M","n":"HttpUtil::inflate","p":"HttpUtil.html#method_inflate","d":""},{"t":"M","n":"HttpUtil::support","p":"HttpUtil.html#method_support","d":""},{"t":"M","n":"Imagick::optimizeImageLayers","p":"Imagick.html#method_optimizeImageLayers","d":"

    (PECL imagick 2.0.0)
    \nRemoves repeated portions of images to optimize

    "},{"t":"M","n":"Imagick::compareImageLayers","p":"Imagick.html#method_compareImageLayers","d":"

    (PECL imagick 2.0.0)
    \nReturns the maximum bounding region between images

    "},{"t":"M","n":"Imagick::pingImageBlob","p":"Imagick.html#method_pingImageBlob","d":"

    (PECL imagick 2.0.0)
    \nQuickly fetch attributes

    "},{"t":"M","n":"Imagick::pingImageFile","p":"Imagick.html#method_pingImageFile","d":"

    (PECL imagick 2.0.0)
    \nGet basic image attributes in a lightweight manner

    "},{"t":"M","n":"Imagick::transposeImage","p":"Imagick.html#method_transposeImage","d":"

    (PECL imagick 2.0.0)
    \nCreates a vertical mirror image

    "},{"t":"M","n":"Imagick::transverseImage","p":"Imagick.html#method_transverseImage","d":"

    (PECL imagick 2.0.0)
    \nCreates a horizontal mirror image

    "},{"t":"M","n":"Imagick::trimImage","p":"Imagick.html#method_trimImage","d":"

    (PECL imagick 2.0.0)
    \nRemove edges from the image

    "},{"t":"M","n":"Imagick::waveImage","p":"Imagick.html#method_waveImage","d":"

    (PECL imagick 2.0.0)
    \nApplies wave filter to the image

    "},{"t":"M","n":"Imagick::vignetteImage","p":"Imagick.html#method_vignetteImage","d":"

    (PECL imagick 2.0.0)
    \nAdds vignette filter to the image

    "},{"t":"M","n":"Imagick::uniqueImageColors","p":"Imagick.html#method_uniqueImageColors","d":"

    (PECL imagick 2.0.0)
    \nDiscards all but one of any pixel color

    "},{"t":"M","n":"Imagick::getImageMatte","p":"Imagick.html#method_getImageMatte","d":"

    (PECL imagick 2.0.0)
    \nReturn if the image has a matte channel

    "},{"t":"M","n":"Imagick::setImageMatte","p":"Imagick.html#method_setImageMatte","d":"

    (PECL imagick 2.0.0)
    \nSets the image matte channel

    "},{"t":"M","n":"Imagick::adaptiveResizeImage","p":"Imagick.html#method_adaptiveResizeImage","d":"

    Adaptively resize image with data dependent triangulation

    "},{"t":"M","n":"Imagick::sketchImage","p":"Imagick.html#method_sketchImage","d":"

    (PECL imagick 2.0.0)
    \nSimulates a pencil sketch

    "},{"t":"M","n":"Imagick::shadeImage","p":"Imagick.html#method_shadeImage","d":"

    (PECL imagick 2.0.0)
    \nCreates a 3D effect

    "},{"t":"M","n":"Imagick::getSizeOffset","p":"Imagick.html#method_getSizeOffset","d":"

    (PECL imagick 2.0.0)
    \nReturns the size offset

    "},{"t":"M","n":"Imagick::setSizeOffset","p":"Imagick.html#method_setSizeOffset","d":"

    (PECL imagick 2.0.0)
    \nSets the size and offset of the Imagick object

    "},{"t":"M","n":"Imagick::adaptiveBlurImage","p":"Imagick.html#method_adaptiveBlurImage","d":"

    (PECL imagick 2.0.0)
    \nAdds adaptive blur filter to image

    "},{"t":"M","n":"Imagick::contrastStretchImage","p":"Imagick.html#method_contrastStretchImage","d":"

    (PECL imagick 2.0.0)
    \nEnhances the contrast of a color image

    "},{"t":"M","n":"Imagick::adaptiveSharpenImage","p":"Imagick.html#method_adaptiveSharpenImage","d":"

    (PECL imagick 2.0.0)
    \nAdaptively sharpen the image

    "},{"t":"M","n":"Imagick::randomThresholdImage","p":"Imagick.html#method_randomThresholdImage","d":"

    (PECL imagick 2.0.0)
    \nCreates a high-contrast, two-color image

    "},{"t":"M","n":"Imagick::roundCornersImage","p":"Imagick.html#method_roundCornersImage","d":""},{"t":"M","n":"Imagick::roundCorners","p":"Imagick.html#method_roundCorners","d":"

    (PECL imagick 2.0.0)
    \nRounds image corners\nAlias to {Imagick::roundCornersImage}

    "},{"t":"M","n":"Imagick::setIteratorIndex","p":"Imagick.html#method_setIteratorIndex","d":"

    (PECL imagick 2.0.0)
    \nSet the iterator position

    "},{"t":"M","n":"Imagick::getIteratorIndex","p":"Imagick.html#method_getIteratorIndex","d":"

    (PECL imagick 2.0.0)
    \nGets the index of the current active image

    "},{"t":"M","n":"Imagick::transformImage","p":"Imagick.html#method_transformImage","d":"

    (PECL imagick 2.0.0)
    \nConvenience method for setting crop size and the image geometry

    "},{"t":"M","n":"Imagick::setImageOpacity","p":"Imagick.html#method_setImageOpacity","d":"

    (PECL imagick 2.0.0)
    \nSets the image opacity level

    "},{"t":"M","n":"Imagick::orderedPosterizeImage","p":"Imagick.html#method_orderedPosterizeImage","d":"

    (PECL imagick 2.2.2)
    \nPerforms an ordered dither

    "},{"t":"M","n":"Imagick::polaroidImage","p":"Imagick.html#method_polaroidImage","d":"

    (PECL imagick 2.0.0)
    \nSimulates a Polaroid picture

    "},{"t":"M","n":"Imagick::getImageProperty","p":"Imagick.html#method_getImageProperty","d":"

    (PECL imagick 2.0.0)
    \nReturns the named image property

    "},{"t":"M","n":"Imagick::setImageProperty","p":"Imagick.html#method_setImageProperty","d":"

    (PECL imagick 2.0.0)
    \nSets an image property

    "},{"t":"M","n":"Imagick::setImageInterpolateMethod","p":"Imagick.html#method_setImageInterpolateMethod","d":"

    (PECL imagick 2.0.0)
    \nSets the image interpolate pixel method

    "},{"t":"M","n":"Imagick::getImageInterpolateMethod","p":"Imagick.html#method_getImageInterpolateMethod","d":"

    (PECL imagick 2.0.0)
    \nReturns the interpolation method

    "},{"t":"M","n":"Imagick::linearStretchImage","p":"Imagick.html#method_linearStretchImage","d":"

    (PECL imagick 2.0.0)
    \nStretches with saturation the image intensity

    "},{"t":"M","n":"Imagick::getImageLength","p":"Imagick.html#method_getImageLength","d":"

    (PECL imagick 2.0.0)
    \nReturns the image length in bytes

    "},{"t":"M","n":"Imagick::extentImage","p":"Imagick.html#method_extentImage","d":"

    (No version information available, might only be in SVN)
    \nSet image size

    "},{"t":"M","n":"Imagick::getImageOrientation","p":"Imagick.html#method_getImageOrientation","d":"

    (PECL imagick 2.0.0)
    \nGets the image orientation

    "},{"t":"M","n":"Imagick::setImageOrientation","p":"Imagick.html#method_setImageOrientation","d":"

    (PECL imagick 2.0.0)
    \nSets the image orientation

    "},{"t":"M","n":"Imagick::paintFloodfillImage","p":"Imagick.html#method_paintFloodfillImage","d":"

    (PECL imagick 2.1.0)
    \nChanges the color value of any pixel that matches target

    "},{"t":"M","n":"Imagick::clutImage","p":"Imagick.html#method_clutImage","d":"

    (PECL imagick 2.0.0)
    \nReplaces colors in the image from a color lookup table. Optional second parameter to replace colors in a specific channel. This method is available if Imagick has been compiled against ImageMagick version 6.3.6 or newer.

    "},{"t":"M","n":"Imagick::getImageProperties","p":"Imagick.html#method_getImageProperties","d":"

    (PECL imagick 2.0.0)
    \nReturns the image properties

    "},{"t":"M","n":"Imagick::getImageProfiles","p":"Imagick.html#method_getImageProfiles","d":"

    (PECL imagick 2.2.0)
    \nReturns the image profiles

    "},{"t":"M","n":"Imagick::distortImage","p":"Imagick.html#method_distortImage","d":"

    (PECL imagick 2.0.1)
    \nDistorts an image using various distortion methods

    "},{"t":"M","n":"Imagick::writeImageFile","p":"Imagick.html#method_writeImageFile","d":"

    (No version information available, might only be in SVN)
    \nWrites an image to a filehandle

    "},{"t":"M","n":"Imagick::writeImagesFile","p":"Imagick.html#method_writeImagesFile","d":"

    (No version information available, might only be in SVN)
    \nWrites frames to a filehandle

    "},{"t":"M","n":"Imagick::resetImagePage","p":"Imagick.html#method_resetImagePage","d":"

    (No version information available, might only be in SVN)
    \nReset image page

    "},{"t":"M","n":"Imagick::setImageClipMask","p":"Imagick.html#method_setImageClipMask","d":"

    (No version information available, might only be in SVN)
    \nSets image clip mask

    "},{"t":"M","n":"Imagick::getImageClipMask","p":"Imagick.html#method_getImageClipMask","d":"

    (No version information available, might only be in SVN)
    \nGets image clip mask

    "},{"t":"M","n":"Imagick::animateImages","p":"Imagick.html#method_animateImages","d":"

    (No version information available, might only be in SVN)
    \nAnimates an image or images

    "},{"t":"M","n":"Imagick::recolorImage","p":"Imagick.html#method_recolorImage","d":"

    (No version information available, might only be in SVN)
    \nRecolors image

    "},{"t":"M","n":"Imagick::setFont","p":"Imagick.html#method_setFont","d":"

    (PECL imagick 2.1.0)
    \nSets font

    "},{"t":"M","n":"Imagick::getFont","p":"Imagick.html#method_getFont","d":"

    (PECL imagick 2.1.0)
    \nGets font

    "},{"t":"M","n":"Imagick::setPointSize","p":"Imagick.html#method_setPointSize","d":"

    (PECL imagick 2.1.0)
    \nSets point size

    "},{"t":"M","n":"Imagick::getPointSize","p":"Imagick.html#method_getPointSize","d":"

    (No version information available, might only be in SVN)
    \nGets point size

    "},{"t":"M","n":"Imagick::mergeImageLayers","p":"Imagick.html#method_mergeImageLayers","d":"

    (PECL imagick 2.1.0)
    \nMerges image layers

    "},{"t":"M","n":"Imagick::setImageAlphaChannel","p":"Imagick.html#method_setImageAlphaChannel","d":"

    (No version information available, might only be in SVN)
    \nSets image alpha channel

    "},{"t":"M","n":"Imagick::floodFillPaintImage","p":"Imagick.html#method_floodFillPaintImage","d":"

    (No version information available, might only be in SVN)
    \nChanges the color value of any pixel that matches target

    "},{"t":"M","n":"Imagick::opaquePaintImage","p":"Imagick.html#method_opaquePaintImage","d":"

    (No version information available, might only be in SVN)
    \nChanges the color value of any pixel that matches target

    "},{"t":"M","n":"Imagick::transparentPaintImage","p":"Imagick.html#method_transparentPaintImage","d":"

    (No version information available, might only be in SVN)
    \nPaints pixels transparent

    "},{"t":"M","n":"Imagick::liquidRescaleImage","p":"Imagick.html#method_liquidRescaleImage","d":"

    (No version information available, might only be in SVN)
    \nAnimates an image or images

    "},{"t":"M","n":"Imagick::encipherImage","p":"Imagick.html#method_encipherImage","d":"

    (No version information available, might only be in SVN)
    \nEnciphers an image

    "},{"t":"M","n":"Imagick::decipherImage","p":"Imagick.html#method_decipherImage","d":"

    (No version information available, might only be in SVN)
    \nDeciphers an image

    "},{"t":"M","n":"Imagick::setGravity","p":"Imagick.html#method_setGravity","d":"

    (No version information available, might only be in SVN)
    \nSets the gravity

    "},{"t":"M","n":"Imagick::getGravity","p":"Imagick.html#method_getGravity","d":"

    (No version information available, might only be in SVN)
    \nGets the gravity

    "},{"t":"M","n":"Imagick::getImageChannelRange","p":"Imagick.html#method_getImageChannelRange","d":"

    (PECL imagick 2.2.1)
    \nGets channel range

    "},{"t":"M","n":"Imagick::getImageAlphaChannel","p":"Imagick.html#method_getImageAlphaChannel","d":"

    (No version information available, might only be in SVN)
    \nGets the image alpha channel

    "},{"t":"M","n":"Imagick::getImageChannelDistortions","p":"Imagick.html#method_getImageChannelDistortions","d":"

    (No version information available, might only be in SVN)
    \nGets channel distortions

    "},{"t":"M","n":"Imagick::setImageGravity","p":"Imagick.html#method_setImageGravity","d":"

    (No version information available, might only be in SVN)
    \nSets the image gravity

    "},{"t":"M","n":"Imagick::getImageGravity","p":"Imagick.html#method_getImageGravity","d":"

    (No version information available, might only be in SVN)
    \nGets the image gravity

    "},{"t":"M","n":"Imagick::importImagePixels","p":"Imagick.html#method_importImagePixels","d":"

    (No version information available, might only be in SVN)
    \nImports image pixels

    "},{"t":"M","n":"Imagick::deskewImage","p":"Imagick.html#method_deskewImage","d":"

    (No version information available, might only be in SVN)
    \nRemoves skew from the image

    "},{"t":"M","n":"Imagick::segmentImage","p":"Imagick.html#method_segmentImage","d":"

    (No version information available, might only be in SVN)
    \nSegments an image

    "},{"t":"M","n":"Imagick::sparseColorImage","p":"Imagick.html#method_sparseColorImage","d":"

    (No version information available, might only be in SVN)
    \nInterpolates colors

    "},{"t":"M","n":"Imagick::remapImage","p":"Imagick.html#method_remapImage","d":"

    (No version information available, might only be in SVN)
    \nRemaps image colors

    "},{"t":"M","n":"Imagick::exportImagePixels","p":"Imagick.html#method_exportImagePixels","d":"

    (No version information available, might only be in SVN)
    \nExports raw image pixels

    "},{"t":"M","n":"Imagick::getImageChannelKurtosis","p":"Imagick.html#method_getImageChannelKurtosis","d":"

    (No version information available, might only be in SVN)
    \nThe getImageChannelKurtosis purpose

    "},{"t":"M","n":"Imagick::functionImage","p":"Imagick.html#method_functionImage","d":"

    (No version information available, might only be in SVN)
    \nApplies a function on the image

    "},{"t":"M","n":"Imagick::transformImageColorspace","p":"Imagick.html#method_transformImageColorspace","d":"

    Transform image colorspace

    "},{"t":"M","n":"Imagick::haldClutImage","p":"Imagick.html#method_haldClutImage","d":"

    (No version information available, might only be in SVN)
    \nReplaces colors in the image

    "},{"t":"M","n":"Imagick::autoLevelImage","p":"Imagick.html#method_autoLevelImage","d":"

    Adjusts the levels of a particular image channel by scaling the minimum and maximum values to the full quantum range.

    "},{"t":"M","n":"Imagick::blueShiftImage","p":"Imagick.html#method_blueShiftImage","d":""},{"t":"M","n":"Imagick::getImageArtifact","p":"Imagick.html#method_getImageArtifact","d":"

    (No version information available, might only be in SVN)
    \nGet image artifact

    "},{"t":"M","n":"Imagick::setImageArtifact","p":"Imagick.html#method_setImageArtifact","d":"

    (No version information available, might only be in SVN)
    \nSet image artifact

    "},{"t":"M","n":"Imagick::deleteImageArtifact","p":"Imagick.html#method_deleteImageArtifact","d":"

    (No version information available, might only be in SVN)
    \nDelete image artifact

    "},{"t":"M","n":"Imagick::getColorspace","p":"Imagick.html#method_getColorspace","d":"

    (PECL imagick 0.9.10-0.9.9)
    \nGets the colorspace

    "},{"t":"M","n":"Imagick::setColorspace","p":"Imagick.html#method_setColorspace","d":"

    (No version information available, might only be in SVN)
    \nSet colorspace

    "},{"t":"M","n":"Imagick::clampImage","p":"Imagick.html#method_clampImage","d":""},{"t":"M","n":"Imagick::smushImages","p":"Imagick.html#method_smushImages","d":""},{"t":"M","n":"Imagick::__construct","p":"Imagick.html#method___construct","d":"

    (PECL imagick 2.0.0)
    \nThe Imagick constructor

    "},{"t":"M","n":"Imagick::__toString","p":"Imagick.html#method___toString","d":""},{"t":"M","n":"Imagick::count","p":"Imagick.html#method_count","d":"

    Count elements of an object

    "},{"t":"M","n":"Imagick::getPixelIterator","p":"Imagick.html#method_getPixelIterator","d":"

    (PECL imagick 2.0.0)
    \nReturns a MagickPixelIterator

    "},{"t":"M","n":"Imagick::getPixelRegionIterator","p":"Imagick.html#method_getPixelRegionIterator","d":"

    (PECL imagick 2.0.0)
    \nGet an ImagickPixelIterator for an image section

    "},{"t":"M","n":"Imagick::readImage","p":"Imagick.html#method_readImage","d":"

    (PECL imagick 0.9.0-0.9.9)
    \nReads image from filename

    "},{"t":"M","n":"Imagick::readImages","p":"Imagick.html#method_readImages","d":""},{"t":"M","n":"Imagick::readImageBlob","p":"Imagick.html#method_readImageBlob","d":"

    (PECL imagick 2.0.0)
    \nReads image from a binary string

    "},{"t":"M","n":"Imagick::setImageFormat","p":"Imagick.html#method_setImageFormat","d":"

    (PECL imagick 2.0.0)
    \nSets the format of a particular image

    "},{"t":"M","n":"Imagick::scaleImage","p":"Imagick.html#method_scaleImage","d":"

    Scales the size of an image to the given dimensions. Passing zero as either of the arguments will preserve dimension while scaling.
    \nIf legacy is true, the calculations are done with the small rounding bug that existed in Imagick before 3.4.0.
    \nIf false, the calculations should produce the same results as ImageMagick CLI does.

    "},{"t":"M","n":"Imagick::writeImage","p":"Imagick.html#method_writeImage","d":"

    (PECL imagick 0.9.0-0.9.9)
    \nWrites an image to the specified filename

    "},{"t":"M","n":"Imagick::writeImages","p":"Imagick.html#method_writeImages","d":"

    (PECL imagick 0.9.0-0.9.9)
    \nWrites an image or image sequence

    "},{"t":"M","n":"Imagick::blurImage","p":"Imagick.html#method_blurImage","d":"

    (PECL imagick 2.0.0)
    \nAdds blur filter to image

    "},{"t":"M","n":"Imagick::thumbnailImage","p":"Imagick.html#method_thumbnailImage","d":"

    Changes the size of an image to the given dimensions and removes any associated profiles.
    \nIf legacy is true, the calculations are done with the small rounding bug that existed in Imagick before 3.4.0.
    \nIf false, the calculations should produce the same results as ImageMagick CLI does.
    \n
    \nNote: The behavior of the parameter bestfit changed in Imagick 3.0.0. Before this version given dimensions 400x400 an image of dimensions 200x150 would be left untouched. In Imagick 3.0.0 and later the image would be scaled up to size 400x300 as this is the "best fit" for the given dimensions. If bestfit parameter is used both width and height must be given.

    "},{"t":"M","n":"Imagick::cropThumbnailImage","p":"Imagick.html#method_cropThumbnailImage","d":"

    Creates a cropped thumbnail at the requested size.

    "},{"t":"M","n":"Imagick::getImageFilename","p":"Imagick.html#method_getImageFilename","d":"

    (PECL imagick 2.0.0)
    \nReturns the filename of a particular image in a sequence

    "},{"t":"M","n":"Imagick::setImageFilename","p":"Imagick.html#method_setImageFilename","d":"

    (PECL imagick 2.0.0)
    \nSets the filename of a particular image

    "},{"t":"M","n":"Imagick::getImageFormat","p":"Imagick.html#method_getImageFormat","d":"

    (PECL imagick 2.0.0)
    \nReturns the format of a particular image in a sequence

    "},{"t":"M","n":"Imagick::getImageMimeType","p":"Imagick.html#method_getImageMimeType","d":""},{"t":"M","n":"Imagick::removeImage","p":"Imagick.html#method_removeImage","d":"

    (PECL imagick 2.0.0)
    \nRemoves an image from the image list

    "},{"t":"M","n":"Imagick::destroy","p":"Imagick.html#method_destroy","d":"

    (PECL imagick 2.0.0)
    \nDestroys the Imagick object

    "},{"t":"M","n":"Imagick::clear","p":"Imagick.html#method_clear","d":"

    (PECL imagick 2.0.0)
    \nClears all resources associated to Imagick object

    "},{"t":"M","n":"Imagick::getImageSize","p":"Imagick.html#method_getImageSize","d":"

    (PECL imagick 2.0.0)
    \nReturns the image length in bytes

    "},{"t":"M","n":"Imagick::getImageBlob","p":"Imagick.html#method_getImageBlob","d":"

    (PECL imagick 2.0.0)
    \nReturns the image sequence as a blob

    "},{"t":"M","n":"Imagick::getImagesBlob","p":"Imagick.html#method_getImagesBlob","d":"

    (PECL imagick 2.0.0)
    \nReturns all image sequences as a blob

    "},{"t":"M","n":"Imagick::setFirstIterator","p":"Imagick.html#method_setFirstIterator","d":"

    (PECL imagick 2.0.0)
    \nSets the Imagick iterator to the first image

    "},{"t":"M","n":"Imagick::setLastIterator","p":"Imagick.html#method_setLastIterator","d":"

    (PECL imagick 2.0.1)
    \nSets the Imagick iterator to the last image

    "},{"t":"M","n":"Imagick::resetIterator","p":"Imagick.html#method_resetIterator","d":null},{"t":"M","n":"Imagick::previousImage","p":"Imagick.html#method_previousImage","d":"

    (PECL imagick 2.0.0)
    \nMove to the previous image in the object

    "},{"t":"M","n":"Imagick::nextImage","p":"Imagick.html#method_nextImage","d":"

    (PECL imagick 2.0.0)
    \nMoves to the next image

    "},{"t":"M","n":"Imagick::hasPreviousImage","p":"Imagick.html#method_hasPreviousImage","d":"

    (PECL imagick 2.0.0)
    \nChecks if the object has a previous image

    "},{"t":"M","n":"Imagick::hasNextImage","p":"Imagick.html#method_hasNextImage","d":"

    (PECL imagick 2.0.0)
    \nChecks if the object has more images

    "},{"t":"M","n":"Imagick::setImageIndex","p":"Imagick.html#method_setImageIndex","d":"

    (PECL imagick 2.0.0)
    \nSet the iterator position

    "},{"t":"M","n":"Imagick::getImageIndex","p":"Imagick.html#method_getImageIndex","d":"

    (PECL imagick 2.0.0)
    \nGets the index of the current active image

    "},{"t":"M","n":"Imagick::commentImage","p":"Imagick.html#method_commentImage","d":"

    (PECL imagick 2.0.0)
    \nAdds a comment to your image

    "},{"t":"M","n":"Imagick::cropImage","p":"Imagick.html#method_cropImage","d":"

    (PECL imagick 2.0.0)
    \nExtracts a region of the image

    "},{"t":"M","n":"Imagick::labelImage","p":"Imagick.html#method_labelImage","d":"

    (PECL imagick 2.0.0)
    \nAdds a label to an image

    "},{"t":"M","n":"Imagick::getImageGeometry","p":"Imagick.html#method_getImageGeometry","d":"

    (PECL imagick 2.0.0)
    \nGets the width and height as an associative array

    "},{"t":"M","n":"Imagick::drawImage","p":"Imagick.html#method_drawImage","d":"

    (PECL imagick 2.0.0)
    \nRenders the ImagickDraw object on the current image

    "},{"t":"M","n":"Imagick::setImageCompressionQuality","p":"Imagick.html#method_setImageCompressionQuality","d":"

    (No version information available, might only be in SVN)
    \nSets the image compression quality

    "},{"t":"M","n":"Imagick::getImageCompressionQuality","p":"Imagick.html#method_getImageCompressionQuality","d":"

    (PECL imagick 2.2.2)
    \nGets the current image's compression quality

    "},{"t":"M","n":"Imagick::annotateImage","p":"Imagick.html#method_annotateImage","d":"

    (PECL imagick 2.0.0)
    \nAnnotates an image with text

    "},{"t":"M","n":"Imagick::compositeImage","p":"Imagick.html#method_compositeImage","d":"

    (PECL imagick 2.0.0)
    \nComposite one image onto another

    "},{"t":"M","n":"Imagick::modulateImage","p":"Imagick.html#method_modulateImage","d":"

    (PECL imagick 2.0.0)
    \nControl the brightness, saturation, and hue

    "},{"t":"M","n":"Imagick::getImageColors","p":"Imagick.html#method_getImageColors","d":"

    (PECL imagick 2.0.0)
    \nGets the number of unique colors in the image

    "},{"t":"M","n":"Imagick::montageImage","p":"Imagick.html#method_montageImage","d":"

    (PECL imagick 2.0.0)
    \nCreates a composite image

    "},{"t":"M","n":"Imagick::identifyImage","p":"Imagick.html#method_identifyImage","d":"

    (PECL imagick 2.0.0)
    \nIdentifies an image and fetches attributes

    "},{"t":"M","n":"Imagick::thresholdImage","p":"Imagick.html#method_thresholdImage","d":"

    (PECL imagick 2.0.0)
    \nChanges the value of individual pixels based on a threshold

    "},{"t":"M","n":"Imagick::adaptiveThresholdImage","p":"Imagick.html#method_adaptiveThresholdImage","d":"

    (PECL imagick 2.0.0)
    \nSelects a threshold for each pixel based on a range of intensity

    "},{"t":"M","n":"Imagick::blackThresholdImage","p":"Imagick.html#method_blackThresholdImage","d":"

    (PECL imagick 2.0.0)
    \nForces all pixels below the threshold into black

    "},{"t":"M","n":"Imagick::whiteThresholdImage","p":"Imagick.html#method_whiteThresholdImage","d":"

    (PECL imagick 2.0.0)
    \nForce all pixels above the threshold into white

    "},{"t":"M","n":"Imagick::appendImages","p":"Imagick.html#method_appendImages","d":"

    (PECL imagick 2.0.0)
    \nAppend a set of images

    "},{"t":"M","n":"Imagick::charcoalImage","p":"Imagick.html#method_charcoalImage","d":"

    (PECL imagick 2.0.0)
    \nSimulates a charcoal drawing

    "},{"t":"M","n":"Imagick::normalizeImage","p":"Imagick.html#method_normalizeImage","d":"

    (PECL imagick 2.0.0)
    \nEnhances the contrast of a color image

    "},{"t":"M","n":"Imagick::oilPaintImage","p":"Imagick.html#method_oilPaintImage","d":"

    (PECL imagick 2.0.0)
    \nSimulates an oil painting

    "},{"t":"M","n":"Imagick::posterizeImage","p":"Imagick.html#method_posterizeImage","d":"

    (PECL imagick 2.0.0)
    \nReduces the image to a limited number of color level

    "},{"t":"M","n":"Imagick::radialBlurImage","p":"Imagick.html#method_radialBlurImage","d":"

    (PECL imagick 2.0.0)
    \nRadial blurs an image

    "},{"t":"M","n":"Imagick::raiseImage","p":"Imagick.html#method_raiseImage","d":"

    (PECL imagick 2.0.0)
    \nCreates a simulated 3d button-like effect

    "},{"t":"M","n":"Imagick::resampleImage","p":"Imagick.html#method_resampleImage","d":"

    (PECL imagick 2.0.0)
    \nResample image to desired resolution

    "},{"t":"M","n":"Imagick::resizeImage","p":"Imagick.html#method_resizeImage","d":"

    Scales an image to the desired dimensions with one of these filters:
    \nIf legacy is true, the calculations are done with the small rounding bug that existed in Imagick before 3.4.0.
    \nIf false, the calculations should produce the same results as ImageMagick CLI does.
    \n
    \nNote: The behavior of the parameter bestfit changed in Imagick 3.0.0. Before this version given dimensions 400x400 an image of dimensions 200x150 would be left untouched.
    \nIn Imagick 3.0.0 and later the image would be scaled up to size 400x300 as this is the "best fit" for the given dimensions. If bestfit parameter is used both width and height must be given.

    "},{"t":"M","n":"Imagick::rollImage","p":"Imagick.html#method_rollImage","d":"

    (PECL imagick 2.0.0)
    \nOffsets an image

    "},{"t":"M","n":"Imagick::rotateImage","p":"Imagick.html#method_rotateImage","d":"

    (PECL imagick 2.0.0)
    \nRotates an image

    "},{"t":"M","n":"Imagick::sampleImage","p":"Imagick.html#method_sampleImage","d":"

    (PECL imagick 2.0.0)
    \nScales an image with pixel sampling

    "},{"t":"M","n":"Imagick::solarizeImage","p":"Imagick.html#method_solarizeImage","d":"

    (PECL imagick 2.0.0)
    \nApplies a solarizing effect to the image

    "},{"t":"M","n":"Imagick::shadowImage","p":"Imagick.html#method_shadowImage","d":"

    (PECL imagick 2.0.0)
    \nSimulates an image shadow

    "},{"t":"M","n":"Imagick::setImageAttribute","p":"Imagick.html#method_setImageAttribute","d":""},{"t":"M","n":"Imagick::setImageBackgroundColor","p":"Imagick.html#method_setImageBackgroundColor","d":"

    (PECL imagick 2.0.0)
    \nSets the image background color

    "},{"t":"M","n":"Imagick::setImageCompose","p":"Imagick.html#method_setImageCompose","d":"

    (PECL imagick 2.0.0)
    \nSets the image composite operator

    "},{"t":"M","n":"Imagick::setImageCompression","p":"Imagick.html#method_setImageCompression","d":"

    (PECL imagick 2.0.0)
    \nSets the image compression

    "},{"t":"M","n":"Imagick::setImageDelay","p":"Imagick.html#method_setImageDelay","d":"

    (PECL imagick 2.0.0)
    \nSets the image delay

    "},{"t":"M","n":"Imagick::setImageDepth","p":"Imagick.html#method_setImageDepth","d":"

    (PECL imagick 2.0.0)
    \nSets the image depth

    "},{"t":"M","n":"Imagick::setImageGamma","p":"Imagick.html#method_setImageGamma","d":"

    (PECL imagick 2.0.0)
    \nSets the image gamma

    "},{"t":"M","n":"Imagick::setImageIterations","p":"Imagick.html#method_setImageIterations","d":"

    (PECL imagick 2.0.0)
    \nSets the image iterations

    "},{"t":"M","n":"Imagick::setImageMatteColor","p":"Imagick.html#method_setImageMatteColor","d":"

    (PECL imagick 2.0.0)
    \nSets the image matte color

    "},{"t":"M","n":"Imagick::setImagePage","p":"Imagick.html#method_setImagePage","d":"

    (PECL imagick 2.0.0)
    \nSets the page geometry of the image

    "},{"t":"M","n":"Imagick::setImageProgressMonitor","p":"Imagick.html#method_setImageProgressMonitor","d":""},{"t":"M","n":"Imagick::setImageResolution","p":"Imagick.html#method_setImageResolution","d":"

    (PECL imagick 2.0.0)
    \nSets the image resolution

    "},{"t":"M","n":"Imagick::setImageScene","p":"Imagick.html#method_setImageScene","d":"

    (PECL imagick 2.0.0)
    \nSets the image scene

    "},{"t":"M","n":"Imagick::setImageTicksPerSecond","p":"Imagick.html#method_setImageTicksPerSecond","d":"

    (PECL imagick 2.0.0)
    \nSets the image ticks-per-second

    "},{"t":"M","n":"Imagick::setImageType","p":"Imagick.html#method_setImageType","d":"

    (PECL imagick 2.0.0)
    \nSets the image type

    "},{"t":"M","n":"Imagick::setImageUnits","p":"Imagick.html#method_setImageUnits","d":"

    (PECL imagick 2.0.0)
    \nSets the image units of resolution

    "},{"t":"M","n":"Imagick::sharpenImage","p":"Imagick.html#method_sharpenImage","d":"

    (PECL imagick 2.0.0)
    \nSharpens an image

    "},{"t":"M","n":"Imagick::shaveImage","p":"Imagick.html#method_shaveImage","d":"

    (PECL imagick 2.0.0)
    \nShaves pixels from the image edges

    "},{"t":"M","n":"Imagick::shearImage","p":"Imagick.html#method_shearImage","d":"

    (PECL imagick 2.0.0)
    \nCreating a parallelogram

    "},{"t":"M","n":"Imagick::spliceImage","p":"Imagick.html#method_spliceImage","d":"

    (PECL imagick 2.0.0)
    \nSplices a solid color into the image

    "},{"t":"M","n":"Imagick::pingImage","p":"Imagick.html#method_pingImage","d":"

    (PECL imagick 2.0.0)
    \nFetch basic attributes about the image

    "},{"t":"M","n":"Imagick::readImageFile","p":"Imagick.html#method_readImageFile","d":"

    (PECL imagick 2.0.0)
    \nReads image from open filehandle

    "},{"t":"M","n":"Imagick::displayImage","p":"Imagick.html#method_displayImage","d":"

    (PECL imagick 2.0.0)
    \nDisplays an image

    "},{"t":"M","n":"Imagick::displayImages","p":"Imagick.html#method_displayImages","d":"

    (PECL imagick 2.0.0)
    \nDisplays an image or image sequence

    "},{"t":"M","n":"Imagick::spreadImage","p":"Imagick.html#method_spreadImage","d":"

    (PECL imagick 2.0.0)
    \nRandomly displaces each pixel in a block

    "},{"t":"M","n":"Imagick::swirlImage","p":"Imagick.html#method_swirlImage","d":"

    (PECL imagick 2.0.0)
    \nSwirls the pixels about the center of the image

    "},{"t":"M","n":"Imagick::stripImage","p":"Imagick.html#method_stripImage","d":"

    (PECL imagick 2.0.0)
    \nStrips an image of all profiles and comments

    "},{"t":"M","n":"Imagick::queryFormats","p":"Imagick.html#method_queryFormats","d":"

    (PECL imagick 2.0.0)
    \nReturns formats supported by Imagick

    "},{"t":"M","n":"Imagick::queryFonts","p":"Imagick.html#method_queryFonts","d":"

    (PECL imagick 2.0.0)
    \nReturns the configured fonts

    "},{"t":"M","n":"Imagick::queryFontMetrics","p":"Imagick.html#method_queryFontMetrics","d":"

    (PECL imagick 2.0.0)
    \nReturns an array representing the font metrics

    "},{"t":"M","n":"Imagick::steganoImage","p":"Imagick.html#method_steganoImage","d":"

    (PECL imagick 2.0.0)
    \nHides a digital watermark within the image

    "},{"t":"M","n":"Imagick::addNoiseImage","p":"Imagick.html#method_addNoiseImage","d":"

    (PECL imagick 2.0.0)
    \nAdds random noise to the image

    "},{"t":"M","n":"Imagick::motionBlurImage","p":"Imagick.html#method_motionBlurImage","d":"

    (PECL imagick 2.0.0)
    \nSimulates motion blur

    "},{"t":"M","n":"Imagick::mosaicImages","p":"Imagick.html#method_mosaicImages","d":"

    (PECL imagick 2.0.0)
    \nForms a mosaic from images

    "},{"t":"M","n":"Imagick::morphImages","p":"Imagick.html#method_morphImages","d":"

    (PECL imagick 2.0.0)
    \nMethod morphs a set of images

    "},{"t":"M","n":"Imagick::minifyImage","p":"Imagick.html#method_minifyImage","d":"

    (PECL imagick 2.0.0)
    \nScales an image proportionally to half its size

    "},{"t":"M","n":"Imagick::affineTransformImage","p":"Imagick.html#method_affineTransformImage","d":"

    (PECL imagick 2.0.0)
    \nTransforms an image

    "},{"t":"M","n":"Imagick::averageImages","p":"Imagick.html#method_averageImages","d":"

    (PECL imagick 2.0.0)
    \nAverage a set of images

    "},{"t":"M","n":"Imagick::borderImage","p":"Imagick.html#method_borderImage","d":"

    (PECL imagick 2.0.0)
    \nSurrounds the image with a border

    "},{"t":"M","n":"Imagick::chopImage","p":"Imagick.html#method_chopImage","d":"

    (PECL imagick 2.0.0)
    \nRemoves a region of an image and trims

    "},{"t":"M","n":"Imagick::clipImage","p":"Imagick.html#method_clipImage","d":"

    (PECL imagick 2.0.0)
    \nClips along the first path from the 8BIM profile

    "},{"t":"M","n":"Imagick::clipPathImage","p":"Imagick.html#method_clipPathImage","d":"

    (PECL imagick 2.0.0)
    \nClips along the named paths from the 8BIM profile

    "},{"t":"M","n":"Imagick::clipImagePath","p":"Imagick.html#method_clipImagePath","d":"

    Alias to {Imagick::clipPathImage}

    "},{"t":"M","n":"Imagick::coalesceImages","p":"Imagick.html#method_coalesceImages","d":"

    (PECL imagick 2.0.0)
    \nComposites a set of images

    "},{"t":"M","n":"Imagick::colorFloodfillImage","p":"Imagick.html#method_colorFloodfillImage","d":"

    (PECL imagick 2.0.0)
    \nChanges the color value of any pixel that matches target

    "},{"t":"M","n":"Imagick::colorizeImage","p":"Imagick.html#method_colorizeImage","d":"

    Blends the fill color with each pixel in the image. The 'opacity' color is a per channel strength factor for how strongly the color should be applied.
    \nIf legacy is true, the behaviour of this function is incorrect, but consistent with how it behaved before Imagick version 3.4.0

    "},{"t":"M","n":"Imagick::compareImageChannels","p":"Imagick.html#method_compareImageChannels","d":"

    (PECL imagick 2.0.0)
    \nReturns the difference in one or more images

    "},{"t":"M","n":"Imagick::compareImages","p":"Imagick.html#method_compareImages","d":"

    (PECL imagick 2.0.0)
    \nCompares an image to a reconstructed image

    "},{"t":"M","n":"Imagick::contrastImage","p":"Imagick.html#method_contrastImage","d":"

    (PECL imagick 2.0.0)
    \nChange the contrast of the image

    "},{"t":"M","n":"Imagick::combineImages","p":"Imagick.html#method_combineImages","d":"

    (PECL imagick 2.0.0)
    \nCombines one or more images into a single image

    "},{"t":"M","n":"Imagick::convolveImage","p":"Imagick.html#method_convolveImage","d":"

    (PECL imagick 2.0.0)
    \nApplies a custom convolution kernel to the image

    "},{"t":"M","n":"Imagick::cycleColormapImage","p":"Imagick.html#method_cycleColormapImage","d":"

    (PECL imagick 2.0.0)
    \nDisplaces an image's colormap

    "},{"t":"M","n":"Imagick::deconstructImages","p":"Imagick.html#method_deconstructImages","d":"

    (PECL imagick 2.0.0)
    \nReturns certain pixel differences between images

    "},{"t":"M","n":"Imagick::despeckleImage","p":"Imagick.html#method_despeckleImage","d":"

    (PECL imagick 2.0.0)
    \nReduces the speckle noise in an image

    "},{"t":"M","n":"Imagick::edgeImage","p":"Imagick.html#method_edgeImage","d":"

    (PECL imagick 2.0.0)
    \nEnhance edges within the image

    "},{"t":"M","n":"Imagick::embossImage","p":"Imagick.html#method_embossImage","d":"

    (PECL imagick 2.0.0)
    \nReturns a grayscale image with a three-dimensional effect

    "},{"t":"M","n":"Imagick::enhanceImage","p":"Imagick.html#method_enhanceImage","d":"

    (PECL imagick 2.0.0)
    \nImproves the quality of a noisy image

    "},{"t":"M","n":"Imagick::equalizeImage","p":"Imagick.html#method_equalizeImage","d":"

    (PECL imagick 2.0.0)
    \nEqualizes the image histogram

    "},{"t":"M","n":"Imagick::evaluateImage","p":"Imagick.html#method_evaluateImage","d":"

    (PECL imagick 2.0.0)
    \nApplies an expression to an image

    "},{"t":"M","n":"Imagick::flattenImages","p":"Imagick.html#method_flattenImages","d":"

    Merges a sequence of images. This is useful for combining Photoshop layers into a single image.

    "},{"t":"M","n":"Imagick::flipImage","p":"Imagick.html#method_flipImage","d":"

    (PECL imagick 2.0.0)
    \nCreates a vertical mirror image

    "},{"t":"M","n":"Imagick::flopImage","p":"Imagick.html#method_flopImage","d":"

    (PECL imagick 2.0.0)
    \nCreates a horizontal mirror image

    "},{"t":"M","n":"Imagick::frameImage","p":"Imagick.html#method_frameImage","d":"

    (PECL imagick 2.0.0)
    \nAdds a simulated three-dimensional border

    "},{"t":"M","n":"Imagick::fxImage","p":"Imagick.html#method_fxImage","d":"

    (PECL imagick 2.0.0)
    \nEvaluate expression for each pixel in the image

    "},{"t":"M","n":"Imagick::gammaImage","p":"Imagick.html#method_gammaImage","d":"

    (PECL imagick 2.0.0)
    \nGamma-corrects an image

    "},{"t":"M","n":"Imagick::gaussianBlurImage","p":"Imagick.html#method_gaussianBlurImage","d":"

    (PECL imagick 2.0.0)
    \nBlurs an image

    "},{"t":"M","n":"Imagick::getImageAttribute","p":"Imagick.html#method_getImageAttribute","d":""},{"t":"M","n":"Imagick::getImageBackgroundColor","p":"Imagick.html#method_getImageBackgroundColor","d":"

    (PECL imagick 2.0.0)
    \nReturns the image background color

    "},{"t":"M","n":"Imagick::getImageBluePrimary","p":"Imagick.html#method_getImageBluePrimary","d":"

    (PECL imagick 2.0.0)
    \nReturns the chromaticy blue primary point

    "},{"t":"M","n":"Imagick::getImageBorderColor","p":"Imagick.html#method_getImageBorderColor","d":"

    (PECL imagick 2.0.0)
    \nReturns the image border color

    "},{"t":"M","n":"Imagick::getImageChannelDepth","p":"Imagick.html#method_getImageChannelDepth","d":"

    (PECL imagick 2.0.0)
    \nGets the depth for a particular image channel

    "},{"t":"M","n":"Imagick::getImageChannelDistortion","p":"Imagick.html#method_getImageChannelDistortion","d":"

    (PECL imagick 2.0.0)
    \nCompares image channels of an image to a reconstructed image

    "},{"t":"M","n":"Imagick::getImageChannelExtrema","p":"Imagick.html#method_getImageChannelExtrema","d":"

    (PECL imagick 2.0.0)
    \nGets the extrema for one or more image channels

    "},{"t":"M","n":"Imagick::getImageChannelMean","p":"Imagick.html#method_getImageChannelMean","d":"

    (PECL imagick 2.0.0)
    \nGets the mean and standard deviation

    "},{"t":"M","n":"Imagick::getImageChannelStatistics","p":"Imagick.html#method_getImageChannelStatistics","d":"

    (PECL imagick 2.0.0)
    \nReturns statistics for each channel in the image

    "},{"t":"M","n":"Imagick::getImageColormapColor","p":"Imagick.html#method_getImageColormapColor","d":"

    (PECL imagick 2.0.0)
    \nReturns the color of the specified colormap index

    "},{"t":"M","n":"Imagick::getImageColorspace","p":"Imagick.html#method_getImageColorspace","d":"

    (PECL imagick 2.0.0)
    \nGets the image colorspace

    "},{"t":"M","n":"Imagick::getImageCompose","p":"Imagick.html#method_getImageCompose","d":"

    (PECL imagick 2.0.0)
    \nReturns the composite operator associated with the image

    "},{"t":"M","n":"Imagick::getImageDelay","p":"Imagick.html#method_getImageDelay","d":"

    (PECL imagick 2.0.0)
    \nGets the image delay

    "},{"t":"M","n":"Imagick::getImageDepth","p":"Imagick.html#method_getImageDepth","d":"

    (PECL imagick 0.9.1-0.9.9)
    \nGets the image depth

    "},{"t":"M","n":"Imagick::getImageDistortion","p":"Imagick.html#method_getImageDistortion","d":"

    (PECL imagick 2.0.0)
    \nCompares an image to a reconstructed image

    "},{"t":"M","n":"Imagick::getImageExtrema","p":"Imagick.html#method_getImageExtrema","d":"

    (PECL imagick 2.0.0)
    \nGets the extrema for the image

    "},{"t":"M","n":"Imagick::getImageDispose","p":"Imagick.html#method_getImageDispose","d":"

    (PECL imagick 2.0.0)
    \nGets the image disposal method

    "},{"t":"M","n":"Imagick::getImageGamma","p":"Imagick.html#method_getImageGamma","d":"

    (PECL imagick 2.0.0)
    \nGets the image gamma

    "},{"t":"M","n":"Imagick::getImageGreenPrimary","p":"Imagick.html#method_getImageGreenPrimary","d":"

    (PECL imagick 2.0.0)
    \nReturns the chromaticy green primary point

    "},{"t":"M","n":"Imagick::getImageHeight","p":"Imagick.html#method_getImageHeight","d":"

    (PECL imagick 2.0.0)
    \nReturns the image height

    "},{"t":"M","n":"Imagick::getImageHistogram","p":"Imagick.html#method_getImageHistogram","d":"

    (PECL imagick 2.0.0)
    \nGets the image histogram

    "},{"t":"M","n":"Imagick::getImageInterlaceScheme","p":"Imagick.html#method_getImageInterlaceScheme","d":"

    (PECL imagick 2.0.0)
    \nGets the image interlace scheme

    "},{"t":"M","n":"Imagick::getImageIterations","p":"Imagick.html#method_getImageIterations","d":"

    (PECL imagick 2.0.0)
    \nGets the image iterations

    "},{"t":"M","n":"Imagick::getImageMatteColor","p":"Imagick.html#method_getImageMatteColor","d":"

    (PECL imagick 2.0.0)
    \nReturns the image matte color

    "},{"t":"M","n":"Imagick::getImagePage","p":"Imagick.html#method_getImagePage","d":"

    (PECL imagick 2.0.0)
    \nReturns the page geometry

    "},{"t":"M","n":"Imagick::getImagePixelColor","p":"Imagick.html#method_getImagePixelColor","d":"

    (PECL imagick 2.0.0)
    \nReturns the color of the specified pixel

    "},{"t":"M","n":"Imagick::getImageProfile","p":"Imagick.html#method_getImageProfile","d":"

    (PECL imagick 2.0.0)
    \nReturns the named image profile

    "},{"t":"M","n":"Imagick::getImageRedPrimary","p":"Imagick.html#method_getImageRedPrimary","d":"

    (PECL imagick 2.0.0)
    \nReturns the chromaticity red primary point

    "},{"t":"M","n":"Imagick::getImageRenderingIntent","p":"Imagick.html#method_getImageRenderingIntent","d":"

    (PECL imagick 2.0.0)
    \nGets the image rendering intent

    "},{"t":"M","n":"Imagick::getImageResolution","p":"Imagick.html#method_getImageResolution","d":"

    (PECL imagick 2.0.0)
    \nGets the image X and Y resolution

    "},{"t":"M","n":"Imagick::getImageScene","p":"Imagick.html#method_getImageScene","d":"

    (PECL imagick 2.0.0)
    \nGets the image scene

    "},{"t":"M","n":"Imagick::getImageSignature","p":"Imagick.html#method_getImageSignature","d":"

    (PECL imagick 2.0.0)
    \nGenerates an SHA-256 message digest

    "},{"t":"M","n":"Imagick::getImageTicksPerSecond","p":"Imagick.html#method_getImageTicksPerSecond","d":"

    (PECL imagick 2.0.0)
    \nGets the image ticks-per-second

    "},{"t":"M","n":"Imagick::getImageType","p":"Imagick.html#method_getImageType","d":"

    (PECL imagick 0.9.10-0.9.9)
    \nGets the potential image type

    "},{"t":"M","n":"Imagick::getImageUnits","p":"Imagick.html#method_getImageUnits","d":"

    (PECL imagick 2.0.0)
    \nGets the image units of resolution

    "},{"t":"M","n":"Imagick::getImageVirtualPixelMethod","p":"Imagick.html#method_getImageVirtualPixelMethod","d":"

    (PECL imagick 2.0.0)
    \nReturns the virtual pixel method

    "},{"t":"M","n":"Imagick::getImageWhitePoint","p":"Imagick.html#method_getImageWhitePoint","d":"

    (PECL imagick 2.0.0)
    \nReturns the chromaticity white point

    "},{"t":"M","n":"Imagick::getImageWidth","p":"Imagick.html#method_getImageWidth","d":"

    (PECL imagick 2.0.0)
    \nReturns the image width

    "},{"t":"M","n":"Imagick::getNumberImages","p":"Imagick.html#method_getNumberImages","d":"

    (PECL imagick 2.0.0)
    \nReturns the number of images in the object

    "},{"t":"M","n":"Imagick::getImageTotalInkDensity","p":"Imagick.html#method_getImageTotalInkDensity","d":"

    (PECL imagick 2.0.0)
    \nGets the image total ink density

    "},{"t":"M","n":"Imagick::getImageRegion","p":"Imagick.html#method_getImageRegion","d":"

    (PECL imagick 2.0.0)
    \nExtracts a region of the image

    "},{"t":"M","n":"Imagick::implodeImage","p":"Imagick.html#method_implodeImage","d":"

    (PECL imagick 2.0.0)
    \nCreates a new image as a copy

    "},{"t":"M","n":"Imagick::levelImage","p":"Imagick.html#method_levelImage","d":"

    (PECL imagick 2.0.0)
    \nAdjusts the levels of an image

    "},{"t":"M","n":"Imagick::magnifyImage","p":"Imagick.html#method_magnifyImage","d":"

    (PECL imagick 2.0.0)
    \nScales an image proportionally 2x

    "},{"t":"M","n":"Imagick::mapImage","p":"Imagick.html#method_mapImage","d":"

    (PECL imagick 2.0.0)
    \nReplaces the colors of an image with the closest color from a reference image.

    "},{"t":"M","n":"Imagick::matteFloodfillImage","p":"Imagick.html#method_matteFloodfillImage","d":"

    (PECL imagick 2.0.0)
    \nChanges the transparency value of a color

    "},{"t":"M","n":"Imagick::medianFilterImage","p":"Imagick.html#method_medianFilterImage","d":"

    (PECL imagick 2.0.0)
    \nApplies a digital filter

    "},{"t":"M","n":"Imagick::negateImage","p":"Imagick.html#method_negateImage","d":"

    (PECL imagick 2.0.0)
    \nNegates the colors in the reference image

    "},{"t":"M","n":"Imagick::paintOpaqueImage","p":"Imagick.html#method_paintOpaqueImage","d":"

    (PECL imagick 2.0.0)
    \nChange any pixel that matches color

    "},{"t":"M","n":"Imagick::paintTransparentImage","p":"Imagick.html#method_paintTransparentImage","d":"

    (PECL imagick 2.0.0)
    \nChanges any pixel that matches color with the color defined by fill

    "},{"t":"M","n":"Imagick::previewImages","p":"Imagick.html#method_previewImages","d":"

    (PECL imagick 2.0.0)
    \nQuickly pin-point appropriate parameters for image processing

    "},{"t":"M","n":"Imagick::profileImage","p":"Imagick.html#method_profileImage","d":"

    (PECL imagick 2.0.0)
    \nAdds or removes a profile from an image

    "},{"t":"M","n":"Imagick::quantizeImage","p":"Imagick.html#method_quantizeImage","d":"

    (PECL imagick 2.0.0)
    \nAnalyzes the colors within a reference image

    "},{"t":"M","n":"Imagick::quantizeImages","p":"Imagick.html#method_quantizeImages","d":"

    (PECL imagick 2.0.0)
    \nAnalyzes the colors within a sequence of images

    "},{"t":"M","n":"Imagick::reduceNoiseImage","p":"Imagick.html#method_reduceNoiseImage","d":"

    (PECL imagick 2.0.0)
    \nSmooths the contours of an image

    "},{"t":"M","n":"Imagick::removeImageProfile","p":"Imagick.html#method_removeImageProfile","d":"

    (PECL imagick 2.0.0)
    \nRemoves the named image profile and returns it

    "},{"t":"M","n":"Imagick::separateImageChannel","p":"Imagick.html#method_separateImageChannel","d":"

    (PECL imagick 2.0.0)
    \nSeparates a channel from the image

    "},{"t":"M","n":"Imagick::sepiaToneImage","p":"Imagick.html#method_sepiaToneImage","d":"

    (PECL imagick 2.0.0)
    \nSepia tones an image

    "},{"t":"M","n":"Imagick::setImageBias","p":"Imagick.html#method_setImageBias","d":"

    (PECL imagick 2.0.0)
    \nSets the image bias for any method that convolves an image

    "},{"t":"M","n":"Imagick::setImageBluePrimary","p":"Imagick.html#method_setImageBluePrimary","d":"

    (PECL imagick 2.0.0)
    \nSets the image chromaticity blue primary point

    "},{"t":"M","n":"Imagick::setImageBorderColor","p":"Imagick.html#method_setImageBorderColor","d":"

    (PECL imagick 2.0.0)
    \nSets the image border color

    "},{"t":"M","n":"Imagick::setImageChannelDepth","p":"Imagick.html#method_setImageChannelDepth","d":"

    (PECL imagick 2.0.0)
    \nSets the depth of a particular image channel

    "},{"t":"M","n":"Imagick::setImageColormapColor","p":"Imagick.html#method_setImageColormapColor","d":"

    (PECL imagick 2.0.0)
    \nSets the color of the specified colormap index

    "},{"t":"M","n":"Imagick::setImageColorspace","p":"Imagick.html#method_setImageColorspace","d":"

    (PECL imagick 2.0.0)
    \nSets the image colorspace

    "},{"t":"M","n":"Imagick::setImageDispose","p":"Imagick.html#method_setImageDispose","d":"

    (PECL imagick 2.0.0)
    \nSets the image disposal method

    "},{"t":"M","n":"Imagick::setImageExtent","p":"Imagick.html#method_setImageExtent","d":"

    (PECL imagick 2.0.0)
    \nSets the image size

    "},{"t":"M","n":"Imagick::setImageGreenPrimary","p":"Imagick.html#method_setImageGreenPrimary","d":"

    (PECL imagick 2.0.0)
    \nSets the image chromaticity green primary point

    "},{"t":"M","n":"Imagick::setImageInterlaceScheme","p":"Imagick.html#method_setImageInterlaceScheme","d":"

    (PECL imagick 2.0.0)
    \nSets the image compression

    "},{"t":"M","n":"Imagick::setImageProfile","p":"Imagick.html#method_setImageProfile","d":"

    (PECL imagick 2.0.0)
    \nAdds a named profile to the Imagick object

    "},{"t":"M","n":"Imagick::setImageRedPrimary","p":"Imagick.html#method_setImageRedPrimary","d":"

    (PECL imagick 2.0.0)
    \nSets the image chromaticity red primary point

    "},{"t":"M","n":"Imagick::setImageRenderingIntent","p":"Imagick.html#method_setImageRenderingIntent","d":"

    (PECL imagick 2.0.0)
    \nSets the image rendering intent

    "},{"t":"M","n":"Imagick::setImageVirtualPixelMethod","p":"Imagick.html#method_setImageVirtualPixelMethod","d":"

    (PECL imagick 2.0.0)
    \nSets the image virtual pixel method

    "},{"t":"M","n":"Imagick::setImageWhitePoint","p":"Imagick.html#method_setImageWhitePoint","d":"

    (PECL imagick 2.0.0)
    \nSets the image chromaticity white point

    "},{"t":"M","n":"Imagick::sigmoidalContrastImage","p":"Imagick.html#method_sigmoidalContrastImage","d":"

    (PECL imagick 2.0.0)
    \nAdjusts the contrast of an image

    "},{"t":"M","n":"Imagick::stereoImage","p":"Imagick.html#method_stereoImage","d":"

    (PECL imagick 2.0.0)
    \nComposites two images

    "},{"t":"M","n":"Imagick::textureImage","p":"Imagick.html#method_textureImage","d":"

    (PECL imagick 2.0.0)
    \nRepeatedly tiles the texture image

    "},{"t":"M","n":"Imagick::tintImage","p":"Imagick.html#method_tintImage","d":"

    pplies a color vector to each pixel in the image. The 'opacity' color is a per channel strength factor for how strongly the color should be applied.

    "},{"t":"M","n":"Imagick::unsharpMaskImage","p":"Imagick.html#method_unsharpMaskImage","d":"

    (PECL imagick 2.0.0)
    \nSharpens an image

    "},{"t":"M","n":"Imagick::getImage","p":"Imagick.html#method_getImage","d":"

    (PECL imagick 2.0.0)
    \nReturns a new Imagick object

    "},{"t":"M","n":"Imagick::addImage","p":"Imagick.html#method_addImage","d":"

    (PECL imagick 2.0.0)
    \nAdds new image to Imagick object image list

    "},{"t":"M","n":"Imagick::setImage","p":"Imagick.html#method_setImage","d":"

    (PECL imagick 2.0.0)
    \nReplaces image in the object

    "},{"t":"M","n":"Imagick::newImage","p":"Imagick.html#method_newImage","d":"

    (PECL imagick 2.0.0)
    \nCreates a new image

    "},{"t":"M","n":"Imagick::newPseudoImage","p":"Imagick.html#method_newPseudoImage","d":"

    (PECL imagick 2.0.0)
    \nCreates a new image

    "},{"t":"M","n":"Imagick::getCompression","p":"Imagick.html#method_getCompression","d":"

    (PECL imagick 2.0.0)
    \nGets the object compression type

    "},{"t":"M","n":"Imagick::getCompressionQuality","p":"Imagick.html#method_getCompressionQuality","d":"

    (PECL imagick 2.0.0)
    \nGets the object compression quality

    "},{"t":"M","n":"Imagick::getCopyright","p":"Imagick.html#method_getCopyright","d":"

    (PECL imagick 2.0.0)
    \nReturns the ImageMagick API copyright as a string

    "},{"t":"M","n":"Imagick::getFilename","p":"Imagick.html#method_getFilename","d":"

    (PECL imagick 2.0.0)
    \nThe filename associated with an image sequence

    "},{"t":"M","n":"Imagick::getFormat","p":"Imagick.html#method_getFormat","d":"

    (PECL imagick 2.0.0)
    \nReturns the format of the Imagick object

    "},{"t":"M","n":"Imagick::getHomeURL","p":"Imagick.html#method_getHomeURL","d":"

    (PECL imagick 2.0.0)
    \nReturns the ImageMagick home URL

    "},{"t":"M","n":"Imagick::getInterlaceScheme","p":"Imagick.html#method_getInterlaceScheme","d":"

    (PECL imagick 2.0.0)
    \nGets the object interlace scheme

    "},{"t":"M","n":"Imagick::getOption","p":"Imagick.html#method_getOption","d":"

    (PECL imagick 2.0.0)
    \nReturns a value associated with the specified key

    "},{"t":"M","n":"Imagick::getPackageName","p":"Imagick.html#method_getPackageName","d":"

    (PECL imagick 2.0.0)
    \nReturns the ImageMagick package name

    "},{"t":"M","n":"Imagick::getPage","p":"Imagick.html#method_getPage","d":"

    (PECL imagick 2.0.0)
    \nReturns the page geometry

    "},{"t":"M","n":"Imagick::getQuantumDepth","p":"Imagick.html#method_getQuantumDepth","d":"

    (PECL imagick 2.0.0)
    \nGets the quantum depth

    "},{"t":"M","n":"Imagick::getQuantumRange","p":"Imagick.html#method_getQuantumRange","d":"

    (PECL imagick 2.0.0)
    \nReturns the Imagick quantum range

    "},{"t":"M","n":"Imagick::getReleaseDate","p":"Imagick.html#method_getReleaseDate","d":"

    (PECL imagick 2.0.0)
    \nReturns the ImageMagick release date

    "},{"t":"M","n":"Imagick::getResource","p":"Imagick.html#method_getResource","d":"

    (PECL imagick 2.0.0)
    \nReturns the specified resource's memory usage

    "},{"t":"M","n":"Imagick::getResourceLimit","p":"Imagick.html#method_getResourceLimit","d":"

    (PECL imagick 2.0.0)
    \nReturns the specified resource limit

    "},{"t":"M","n":"Imagick::getSamplingFactors","p":"Imagick.html#method_getSamplingFactors","d":"

    (PECL imagick 2.0.0)
    \nGets the horizontal and vertical sampling factor

    "},{"t":"M","n":"Imagick::getSize","p":"Imagick.html#method_getSize","d":"

    (PECL imagick 2.0.0)
    \nReturns the size associated with the Imagick object

    "},{"t":"M","n":"Imagick::getVersion","p":"Imagick.html#method_getVersion","d":"

    (PECL imagick 2.0.0)
    \nReturns the ImageMagick API version

    "},{"t":"M","n":"Imagick::setBackgroundColor","p":"Imagick.html#method_setBackgroundColor","d":"

    (PECL imagick 2.0.0)
    \nSets the object's default background color

    "},{"t":"M","n":"Imagick::setCompression","p":"Imagick.html#method_setCompression","d":"

    (PECL imagick 2.0.0)
    \nSets the object's default compression type

    "},{"t":"M","n":"Imagick::setCompressionQuality","p":"Imagick.html#method_setCompressionQuality","d":"

    (PECL imagick 0.9.10-0.9.9)
    \nSets the object's default compression quality

    "},{"t":"M","n":"Imagick::setFilename","p":"Imagick.html#method_setFilename","d":"

    (PECL imagick 2.0.0)
    \nSets the filename before you read or write the image

    "},{"t":"M","n":"Imagick::setFormat","p":"Imagick.html#method_setFormat","d":"

    (PECL imagick 2.0.0)
    \nSets the format of the Imagick object

    "},{"t":"M","n":"Imagick::setInterlaceScheme","p":"Imagick.html#method_setInterlaceScheme","d":"

    (PECL imagick 2.0.0)
    \nSets the image compression

    "},{"t":"M","n":"Imagick::setOption","p":"Imagick.html#method_setOption","d":"

    (PECL imagick 2.0.0)
    \nSet an option

    "},{"t":"M","n":"Imagick::setPage","p":"Imagick.html#method_setPage","d":"

    (PECL imagick 2.0.0)
    \nSets the page geometry of the Imagick object

    "},{"t":"M","n":"Imagick::setResourceLimit","p":"Imagick.html#method_setResourceLimit","d":"

    (PECL imagick 2.0.0)
    \nSets the limit for a particular resource in megabytes

    "},{"t":"M","n":"Imagick::setResolution","p":"Imagick.html#method_setResolution","d":"

    (PECL imagick 2.0.0)
    \nSets the image resolution

    "},{"t":"M","n":"Imagick::setSamplingFactors","p":"Imagick.html#method_setSamplingFactors","d":"

    (PECL imagick 2.0.0)
    \nSets the image sampling factors

    "},{"t":"M","n":"Imagick::setSize","p":"Imagick.html#method_setSize","d":"

    (PECL imagick 2.0.0)
    \nSets the size of the Imagick object

    "},{"t":"M","n":"Imagick::setType","p":"Imagick.html#method_setType","d":"

    (PECL imagick 2.0.0)
    \nSets the image type attribute

    "},{"t":"M","n":"Imagick::key","p":"Imagick.html#method_key","d":"

    Return the key of the current element

    "},{"t":"M","n":"Imagick::next","p":"Imagick.html#method_next","d":"

    Move forward to next element

    "},{"t":"M","n":"Imagick::rewind","p":"Imagick.html#method_rewind","d":"

    Rewind the Iterator to the first element

    "},{"t":"M","n":"Imagick::valid","p":"Imagick.html#method_valid","d":"

    (PECL imagick 2.0.0)
    \nChecks if the current item is valid

    "},{"t":"M","n":"Imagick::current","p":"Imagick.html#method_current","d":"

    (PECL imagick 2.0.0)
    \nReturns a reference to the current Imagick object

    "},{"t":"M","n":"Imagick::brightnessContrastImage","p":"Imagick.html#method_brightnessContrastImage","d":"

    Change the brightness and/or contrast of an image. It converts the brightness and contrast parameters into slope and intercept and calls a polynomical function to apply to the image.

    "},{"t":"M","n":"Imagick::morphology","p":"Imagick.html#method_morphology","d":"

    Applies a user supplied kernel to the image according to the given morphology method.

    "},{"t":"M","n":"Imagick::filter","p":"Imagick.html#method_filter","d":"

    Applies a custom convolution kernel to the image.

    "},{"t":"M","n":"Imagick::colorMatrixImage","p":"Imagick.html#method_colorMatrixImage","d":"

    Apply color transformation to an image. The method permits saturation changes, hue rotation, luminance to alpha, and various other effects. Although variable-sized transformation matrices can be used, typically one uses a 5x5 matrix for an RGBA image and a 6x6 for CMYKA (or RGBA with offsets).

    "},{"t":"M","n":"Imagick::deleteImageProperty","p":"Imagick.html#method_deleteImageProperty","d":"

    Deletes an image property.

    "},{"t":"M","n":"Imagick::forwardFourierTransformimage","p":"Imagick.html#method_forwardFourierTransformimage","d":"

    Implements the discrete Fourier transform (DFT) of the image either as a magnitude / phase or real / imaginary image pair.

    "},{"t":"M","n":"Imagick::getImageCompression","p":"Imagick.html#method_getImageCompression","d":"

    Gets the current image's compression type.

    "},{"t":"M","n":"Imagick::getRegistry","p":"Imagick.html#method_getRegistry","d":"

    Get the StringRegistry entry for the named key or false if not set.

    "},{"t":"M","n":"Imagick::getQuantum","p":"Imagick.html#method_getQuantum","d":"

    Returns the ImageMagick quantum range as an integer.

    "},{"t":"M","n":"Imagick::identifyFormat","p":"Imagick.html#method_identifyFormat","d":"

    Replaces any embedded formatting characters with the appropriate image property and returns the interpreted text. See https://www.imagemagick.org/script/escape.php for escape sequences.

    "},{"t":"M","n":"Imagick::inverseFourierTransformImage","p":"Imagick.html#method_inverseFourierTransformImage","d":"

    Implements the inverse discrete Fourier transform (DFT) of the image either as a magnitude / phase or real / imaginary image pair.

    "},{"t":"M","n":"Imagick::listRegistry","p":"Imagick.html#method_listRegistry","d":"

    List all the registry settings. Returns an array of all the key/value pairs in the registry

    "},{"t":"M","n":"Imagick::rotationalBlurImage","p":"Imagick.html#method_rotationalBlurImage","d":"

    Rotational blurs an image.

    "},{"t":"M","n":"Imagick::selectiveBlurImage","p":"Imagick.html#method_selectiveBlurImage","d":"

    Selectively blur an image within a contrast threshold. It is similar to the unsharpen mask that sharpens everything with contrast above a certain threshold.

    "},{"t":"M","n":"Imagick::setAntiAlias","p":"Imagick.html#method_setAntiAlias","d":"

    Set whether antialiasing should be used for operations. On by default.

    "},{"t":"M","n":"Imagick::setImageBiasQuantum","p":"Imagick.html#method_setImageBiasQuantum","d":""},{"t":"M","n":"Imagick::setProgressMonitor","p":"Imagick.html#method_setProgressMonitor","d":"

    Set a callback that will be called during the processing of the Imagick image.

    "},{"t":"M","n":"Imagick::setRegistry","p":"Imagick.html#method_setRegistry","d":"

    Sets the ImageMagick registry entry named key to value. This is most useful for setting "temporary-path" which controls where ImageMagick creates temporary images e.g. while processing PDFs.

    "},{"t":"M","n":"Imagick::statisticImage","p":"Imagick.html#method_statisticImage","d":"

    Replace each pixel with corresponding statistic from the neighborhood of the specified width and height.

    "},{"t":"M","n":"Imagick::subImageMatch","p":"Imagick.html#method_subImageMatch","d":"

    Searches for a subimage in the current image and returns a similarity image such that an exact match location is\ncompletely white and if none of the pixels match, black, otherwise some gray level in-between.

    "},{"t":"M","n":"Imagick::similarityImage","p":"Imagick.html#method_similarityImage","d":"

    Is an alias of Imagick::subImageMatch

    "},{"t":"M","n":"Imagick::getConfigureOptions","p":"Imagick.html#method_getConfigureOptions","d":"

    Returns any ImageMagick configure options that match the specified pattern (e.g. "*" for all). Options include NAME, VERSION, LIB_VERSION, etc.

    "},{"t":"M","n":"Imagick::getFeatures","p":"Imagick.html#method_getFeatures","d":"

    GetFeatures() returns the ImageMagick features that have been compiled into the runtime.

    "},{"t":"M","n":"Imagick::getHDRIEnabled","p":"Imagick.html#method_getHDRIEnabled","d":""},{"t":"M","n":"Imagick::setImageChannelMask","p":"Imagick.html#method_setImageChannelMask","d":"

    Sets the image channel mask. Returns the previous set channel mask.

    "},{"t":"M","n":"Imagick::evaluateImages","p":"Imagick.html#method_evaluateImages","d":"

    Merge multiple images of the same size together with the selected operator. https://www.imagemagick.org/Usage/layers/#evaluate-sequence

    "},{"t":"M","n":"Imagick::autoGammaImage","p":"Imagick.html#method_autoGammaImage","d":"

    Extracts the 'mean' from the image and adjust the image to try make set its gamma appropriately.

    "},{"t":"M","n":"Imagick::autoOrient","p":"Imagick.html#method_autoOrient","d":"

    Adjusts an image so that its orientation is suitable $ for viewing (i.e. top-left orientation).

    "},{"t":"M","n":"Imagick::compositeImageGravity","p":"Imagick.html#method_compositeImageGravity","d":"

    Composite one image onto another using the specified gravity.

    "},{"t":"M","n":"Imagick::localContrastImage","p":"Imagick.html#method_localContrastImage","d":"

    Attempts to increase the appearance of large-scale light-dark transitions.

    "},{"t":"M","n":"Imagick::identifyImageType","p":"Imagick.html#method_identifyImageType","d":"

    Identifies the potential image type, returns one of the Imagick::IMGTYPE_* constants

    "},{"t":"M","n":"Imagick::setImageAlpha","p":"Imagick.html#method_setImageAlpha","d":"

    Sets the image to the specified alpha level. Will replace ImagickDraw::setOpacity()

    "},{"t":"M","n":"Imagick::clone","p":"Imagick.html#method_clone","d":"


    Makes an exact copy of the Imagick object

    "},{"t":"M","n":"ImagickDraw::resetVectorGraphics","p":"ImagickDraw.html#method_resetVectorGraphics","d":null},{"t":"M","n":"ImagickDraw::getTextKerning","p":"ImagickDraw.html#method_getTextKerning","d":null},{"t":"M","n":"ImagickDraw::setTextKerning","p":"ImagickDraw.html#method_setTextKerning","d":""},{"t":"M","n":"ImagickDraw::getTextInterWordSpacing","p":"ImagickDraw.html#method_getTextInterWordSpacing","d":null},{"t":"M","n":"ImagickDraw::setTextInterWordSpacing","p":"ImagickDraw.html#method_setTextInterWordSpacing","d":""},{"t":"M","n":"ImagickDraw::getTextInterLineSpacing","p":"ImagickDraw.html#method_getTextInterLineSpacing","d":null},{"t":"M","n":"ImagickDraw::setTextInterLineSpacing","p":"ImagickDraw.html#method_setTextInterLineSpacing","d":""},{"t":"M","n":"ImagickDraw::__construct","p":"ImagickDraw.html#method___construct","d":"

    (PECL imagick 2.0.0)
    \nThe ImagickDraw constructor

    "},{"t":"M","n":"ImagickDraw::setFillColor","p":"ImagickDraw.html#method_setFillColor","d":"

    (PECL imagick 2.0.0)
    \nSets the fill color to be used for drawing filled objects

    "},{"t":"M","n":"ImagickDraw::setFillAlpha","p":"ImagickDraw.html#method_setFillAlpha","d":"

    (PECL imagick 2.0.0)
    \nSets the opacity to use when drawing using the fill color or fill texture

    "},{"t":"M","n":"ImagickDraw::setResolution","p":"ImagickDraw.html#method_setResolution","d":"

    Sets the image resolution

    "},{"t":"M","n":"ImagickDraw::setStrokeColor","p":"ImagickDraw.html#method_setStrokeColor","d":"

    (PECL imagick 2.0.0)
    \nSets the color used for stroking object outlines

    "},{"t":"M","n":"ImagickDraw::setStrokeAlpha","p":"ImagickDraw.html#method_setStrokeAlpha","d":"

    (PECL imagick 2.0.0)
    \nSpecifies the opacity of stroked object outlines

    "},{"t":"M","n":"ImagickDraw::setStrokeWidth","p":"ImagickDraw.html#method_setStrokeWidth","d":"

    (PECL imagick 2.0.0)
    \nSets the width of the stroke used to draw object outlines

    "},{"t":"M","n":"ImagickDraw::clear","p":"ImagickDraw.html#method_clear","d":"

    (PECL imagick 2.0.0)
    \nClears the ImagickDraw

    "},{"t":"M","n":"ImagickDraw::circle","p":"ImagickDraw.html#method_circle","d":"

    (PECL imagick 2.0.0)
    \nDraws a circle

    "},{"t":"M","n":"ImagickDraw::annotation","p":"ImagickDraw.html#method_annotation","d":"

    (PECL imagick 2.0.0)
    \nDraws text on the image

    "},{"t":"M","n":"ImagickDraw::setTextAntialias","p":"ImagickDraw.html#method_setTextAntialias","d":"

    (PECL imagick 2.0.0)
    \nControls whether text is antialiased

    "},{"t":"M","n":"ImagickDraw::setTextEncoding","p":"ImagickDraw.html#method_setTextEncoding","d":"

    (PECL imagick 2.0.0)
    \nSpecifies specifies the text code set

    "},{"t":"M","n":"ImagickDraw::setFont","p":"ImagickDraw.html#method_setFont","d":"

    (PECL imagick 2.0.0)
    \nSets the fully-specified font to use when annotating with text

    "},{"t":"M","n":"ImagickDraw::setFontFamily","p":"ImagickDraw.html#method_setFontFamily","d":"

    (PECL imagick 2.0.0)
    \nSets the font family to use when annotating with text

    "},{"t":"M","n":"ImagickDraw::setFontSize","p":"ImagickDraw.html#method_setFontSize","d":"

    (PECL imagick 2.0.0)
    \nSets the font pointsize to use when annotating with text

    "},{"t":"M","n":"ImagickDraw::setFontStyle","p":"ImagickDraw.html#method_setFontStyle","d":"

    (PECL imagick 2.0.0)
    \nSets the font style to use when annotating with text

    "},{"t":"M","n":"ImagickDraw::setFontWeight","p":"ImagickDraw.html#method_setFontWeight","d":"

    (PECL imagick 2.0.0)
    \nSets the font weight

    "},{"t":"M","n":"ImagickDraw::getFont","p":"ImagickDraw.html#method_getFont","d":"

    (PECL imagick 2.0.0)
    \nReturns the font

    "},{"t":"M","n":"ImagickDraw::getFontFamily","p":"ImagickDraw.html#method_getFontFamily","d":"

    (PECL imagick 2.0.0)
    \nReturns the font family

    "},{"t":"M","n":"ImagickDraw::getFontSize","p":"ImagickDraw.html#method_getFontSize","d":"

    (PECL imagick 2.0.0)
    \nReturns the font pointsize

    "},{"t":"M","n":"ImagickDraw::getFontStyle","p":"ImagickDraw.html#method_getFontStyle","d":"

    (PECL imagick 2.0.0)
    \nReturns the font style

    "},{"t":"M","n":"ImagickDraw::getFontWeight","p":"ImagickDraw.html#method_getFontWeight","d":"

    (PECL imagick 2.0.0)
    \nReturns the font weight

    "},{"t":"M","n":"ImagickDraw::destroy","p":"ImagickDraw.html#method_destroy","d":"

    (PECL imagick 2.0.0)
    \nFrees all associated resources

    "},{"t":"M","n":"ImagickDraw::rectangle","p":"ImagickDraw.html#method_rectangle","d":"

    (PECL imagick 2.0.0)
    \nDraws a rectangle

    "},{"t":"M","n":"ImagickDraw::roundRectangle","p":"ImagickDraw.html#method_roundRectangle","d":"

    (PECL imagick 2.0.0)
    \nDraws a rounded rectangle

    "},{"t":"M","n":"ImagickDraw::ellipse","p":"ImagickDraw.html#method_ellipse","d":"

    (PECL imagick 2.0.0)
    \nDraws an ellipse on the image

    "},{"t":"M","n":"ImagickDraw::skewX","p":"ImagickDraw.html#method_skewX","d":"

    (PECL imagick 2.0.0)
    \nSkews the current coordinate system in the horizontal direction

    "},{"t":"M","n":"ImagickDraw::skewY","p":"ImagickDraw.html#method_skewY","d":"

    (PECL imagick 2.0.0)
    \nSkews the current coordinate system in the vertical direction

    "},{"t":"M","n":"ImagickDraw::translate","p":"ImagickDraw.html#method_translate","d":"

    (PECL imagick 2.0.0)
    \nApplies a translation to the current coordinate system

    "},{"t":"M","n":"ImagickDraw::line","p":"ImagickDraw.html#method_line","d":"

    (PECL imagick 2.0.0)
    \nDraws a line

    "},{"t":"M","n":"ImagickDraw::arc","p":"ImagickDraw.html#method_arc","d":"

    (PECL imagick 2.0.0)
    \nDraws an arc

    "},{"t":"M","n":"ImagickDraw::matte","p":"ImagickDraw.html#method_matte","d":"

    (PECL imagick 2.0.0)
    \nPaints on the image's opacity channel

    "},{"t":"M","n":"ImagickDraw::polygon","p":"ImagickDraw.html#method_polygon","d":"

    (PECL imagick 2.0.0)
    \nDraws a polygon

    "},{"t":"M","n":"ImagickDraw::point","p":"ImagickDraw.html#method_point","d":"

    (PECL imagick 2.0.0)
    \nDraws a point

    "},{"t":"M","n":"ImagickDraw::getTextDecoration","p":"ImagickDraw.html#method_getTextDecoration","d":"

    (PECL imagick 2.0.0)
    \nReturns the text decoration

    "},{"t":"M","n":"ImagickDraw::getTextEncoding","p":"ImagickDraw.html#method_getTextEncoding","d":"

    (PECL imagick 2.0.0)
    \nReturns the code set used for text annotations

    "},{"t":"M","n":"ImagickDraw::getFontStretch","p":"ImagickDraw.html#method_getFontStretch","d":null},{"t":"M","n":"ImagickDraw::setFontStretch","p":"ImagickDraw.html#method_setFontStretch","d":"

    (PECL imagick 2.0.0)
    \nSets the font stretch to use when annotating with text

    "},{"t":"M","n":"ImagickDraw::setStrokeAntialias","p":"ImagickDraw.html#method_setStrokeAntialias","d":"

    (PECL imagick 2.0.0)
    \nControls whether stroked outlines are antialiased

    "},{"t":"M","n":"ImagickDraw::setTextAlignment","p":"ImagickDraw.html#method_setTextAlignment","d":"

    (PECL imagick 2.0.0)
    \nSpecifies a text alignment

    "},{"t":"M","n":"ImagickDraw::setTextDecoration","p":"ImagickDraw.html#method_setTextDecoration","d":"

    (PECL imagick 2.0.0)
    \nSpecifies a decoration

    "},{"t":"M","n":"ImagickDraw::setTextUnderColor","p":"ImagickDraw.html#method_setTextUnderColor","d":"

    (PECL imagick 2.0.0)
    \nSpecifies the color of a background rectangle

    "},{"t":"M","n":"ImagickDraw::setViewbox","p":"ImagickDraw.html#method_setViewbox","d":"

    (PECL imagick 2.0.0)
    \nSets the overall canvas size

    "},{"t":"M","n":"ImagickDraw::affine","p":"ImagickDraw.html#method_affine","d":"

    (PECL imagick 2.0.0)
    \nAdjusts the current affine transformation matrix

    "},{"t":"M","n":"ImagickDraw::bezier","p":"ImagickDraw.html#method_bezier","d":"

    (PECL imagick 2.0.0)
    \nDraws a bezier curve

    "},{"t":"M","n":"ImagickDraw::composite","p":"ImagickDraw.html#method_composite","d":"

    (PECL imagick 2.0.0)
    \nComposites an image onto the current image

    "},{"t":"M","n":"ImagickDraw::color","p":"ImagickDraw.html#method_color","d":"

    (PECL imagick 2.0.0)
    \nDraws color on image

    "},{"t":"M","n":"ImagickDraw::comment","p":"ImagickDraw.html#method_comment","d":"

    (PECL imagick 2.0.0)
    \nAdds a comment

    "},{"t":"M","n":"ImagickDraw::getClipPath","p":"ImagickDraw.html#method_getClipPath","d":"

    (PECL imagick 2.0.0)
    \nObtains the current clipping path ID

    "},{"t":"M","n":"ImagickDraw::getClipRule","p":"ImagickDraw.html#method_getClipRule","d":"

    (PECL imagick 2.0.0)
    \nReturns the current polygon fill rule

    "},{"t":"M","n":"ImagickDraw::getClipUnits","p":"ImagickDraw.html#method_getClipUnits","d":"

    (PECL imagick 2.0.0)
    \nReturns the interpretation of clip path units

    "},{"t":"M","n":"ImagickDraw::getFillColor","p":"ImagickDraw.html#method_getFillColor","d":"

    (PECL imagick 2.0.0)
    \nReturns the fill color

    "},{"t":"M","n":"ImagickDraw::getFillOpacity","p":"ImagickDraw.html#method_getFillOpacity","d":"

    (PECL imagick 2.0.0)
    \nReturns the opacity used when drawing

    "},{"t":"M","n":"ImagickDraw::getFillRule","p":"ImagickDraw.html#method_getFillRule","d":"

    (PECL imagick 2.0.0)
    \nReturns the fill rule

    "},{"t":"M","n":"ImagickDraw::getGravity","p":"ImagickDraw.html#method_getGravity","d":"

    (PECL imagick 2.0.0)
    \nReturns the text placement gravity

    "},{"t":"M","n":"ImagickDraw::getStrokeAntialias","p":"ImagickDraw.html#method_getStrokeAntialias","d":"

    (PECL imagick 2.0.0)
    \nReturns the current stroke antialias setting

    "},{"t":"M","n":"ImagickDraw::getStrokeColor","p":"ImagickDraw.html#method_getStrokeColor","d":"

    (PECL imagick 2.0.0)
    \nReturns the color used for stroking object outlines

    "},{"t":"M","n":"ImagickDraw::getStrokeDashArray","p":"ImagickDraw.html#method_getStrokeDashArray","d":"

    (PECL imagick 2.0.0)
    \nReturns an array representing the pattern of dashes and gaps used to stroke paths

    "},{"t":"M","n":"ImagickDraw::getStrokeDashOffset","p":"ImagickDraw.html#method_getStrokeDashOffset","d":"

    (PECL imagick 2.0.0)
    \nReturns the offset into the dash pattern to start the dash

    "},{"t":"M","n":"ImagickDraw::getStrokeLineCap","p":"ImagickDraw.html#method_getStrokeLineCap","d":"

    (PECL imagick 2.0.0)
    \nReturns the shape to be used at the end of open subpaths when they are stroked

    "},{"t":"M","n":"ImagickDraw::getStrokeLineJoin","p":"ImagickDraw.html#method_getStrokeLineJoin","d":"

    (PECL imagick 2.0.0)
    \nReturns the shape to be used at the corners of paths when they are stroked

    "},{"t":"M","n":"ImagickDraw::getStrokeMiterLimit","p":"ImagickDraw.html#method_getStrokeMiterLimit","d":"

    (PECL imagick 2.0.0)
    \nReturns the stroke miter limit

    "},{"t":"M","n":"ImagickDraw::getStrokeOpacity","p":"ImagickDraw.html#method_getStrokeOpacity","d":"

    (PECL imagick 2.0.0)
    \nReturns the opacity of stroked object outlines

    "},{"t":"M","n":"ImagickDraw::getStrokeWidth","p":"ImagickDraw.html#method_getStrokeWidth","d":"

    (PECL imagick 2.0.0)
    \nReturns the width of the stroke used to draw object outlines

    "},{"t":"M","n":"ImagickDraw::getTextAlignment","p":"ImagickDraw.html#method_getTextAlignment","d":"

    (PECL imagick 2.0.0)
    \nReturns the text alignment

    "},{"t":"M","n":"ImagickDraw::getTextAntialias","p":"ImagickDraw.html#method_getTextAntialias","d":"

    (PECL imagick 2.0.0)
    \nReturns the current text antialias setting

    "},{"t":"M","n":"ImagickDraw::getVectorGraphics","p":"ImagickDraw.html#method_getVectorGraphics","d":"

    (PECL imagick 2.0.0)
    \nReturns a string containing vector graphics

    "},{"t":"M","n":"ImagickDraw::getTextUnderColor","p":"ImagickDraw.html#method_getTextUnderColor","d":"

    (PECL imagick 2.0.0)
    \nReturns the text under color

    "},{"t":"M","n":"ImagickDraw::pathClose","p":"ImagickDraw.html#method_pathClose","d":"

    (PECL imagick 2.0.0)
    \nAdds a path element to the current path

    "},{"t":"M","n":"ImagickDraw::pathCurveToAbsolute","p":"ImagickDraw.html#method_pathCurveToAbsolute","d":"

    (PECL imagick 2.0.0)
    \nDraws a cubic Bezier curve

    "},{"t":"M","n":"ImagickDraw::pathCurveToRelative","p":"ImagickDraw.html#method_pathCurveToRelative","d":"

    (PECL imagick 2.0.0)
    \nDraws a cubic Bezier curve

    "},{"t":"M","n":"ImagickDraw::pathCurveToQuadraticBezierAbsolute","p":"ImagickDraw.html#method_pathCurveToQuadraticBezierAbsolute","d":"

    (PECL imagick 2.0.0)
    \nDraws a quadratic Bezier curve

    "},{"t":"M","n":"ImagickDraw::pathCurveToQuadraticBezierRelative","p":"ImagickDraw.html#method_pathCurveToQuadraticBezierRelative","d":"

    (PECL imagick 2.0.0)
    \nDraws a quadratic Bezier curve

    "},{"t":"M","n":"ImagickDraw::pathCurveToQuadraticBezierSmoothAbsolute","p":"ImagickDraw.html#method_pathCurveToQuadraticBezierSmoothAbsolute","d":"

    (PECL imagick 2.0.0)
    \nDraws a quadratic Bezier curve

    "},{"t":"M","n":"ImagickDraw::pathCurveToQuadraticBezierSmoothRelative","p":"ImagickDraw.html#method_pathCurveToQuadraticBezierSmoothRelative","d":"

    (PECL imagick 2.0.0)
    \nDraws a quadratic Bezier curve

    "},{"t":"M","n":"ImagickDraw::pathCurveToSmoothAbsolute","p":"ImagickDraw.html#method_pathCurveToSmoothAbsolute","d":"

    (PECL imagick 2.0.0)
    \nDraws a cubic Bezier curve

    "},{"t":"M","n":"ImagickDraw::pathCurveToSmoothRelative","p":"ImagickDraw.html#method_pathCurveToSmoothRelative","d":"

    (PECL imagick 2.0.0)
    \nDraws a cubic Bezier curve

    "},{"t":"M","n":"ImagickDraw::pathEllipticArcAbsolute","p":"ImagickDraw.html#method_pathEllipticArcAbsolute","d":"

    (PECL imagick 2.0.0)
    \nDraws an elliptical arc

    "},{"t":"M","n":"ImagickDraw::pathEllipticArcRelative","p":"ImagickDraw.html#method_pathEllipticArcRelative","d":"

    (PECL imagick 2.0.0)
    \nDraws an elliptical arc

    "},{"t":"M","n":"ImagickDraw::pathFinish","p":"ImagickDraw.html#method_pathFinish","d":"

    (PECL imagick 2.0.0)
    \nTerminates the current path

    "},{"t":"M","n":"ImagickDraw::pathLineToAbsolute","p":"ImagickDraw.html#method_pathLineToAbsolute","d":"

    (PECL imagick 2.0.0)
    \nDraws a line path

    "},{"t":"M","n":"ImagickDraw::pathLineToRelative","p":"ImagickDraw.html#method_pathLineToRelative","d":"

    (PECL imagick 2.0.0)
    \nDraws a line path

    "},{"t":"M","n":"ImagickDraw::pathLineToHorizontalAbsolute","p":"ImagickDraw.html#method_pathLineToHorizontalAbsolute","d":"

    (PECL imagick 2.0.0)
    \nDraws a horizontal line path

    "},{"t":"M","n":"ImagickDraw::pathLineToHorizontalRelative","p":"ImagickDraw.html#method_pathLineToHorizontalRelative","d":"

    (PECL imagick 2.0.0)
    \nDraws a horizontal line

    "},{"t":"M","n":"ImagickDraw::pathLineToVerticalAbsolute","p":"ImagickDraw.html#method_pathLineToVerticalAbsolute","d":"

    (PECL imagick 2.0.0)
    \nDraws a vertical line

    "},{"t":"M","n":"ImagickDraw::pathLineToVerticalRelative","p":"ImagickDraw.html#method_pathLineToVerticalRelative","d":"

    (PECL imagick 2.0.0)
    \nDraws a vertical line path

    "},{"t":"M","n":"ImagickDraw::pathMoveToAbsolute","p":"ImagickDraw.html#method_pathMoveToAbsolute","d":"

    (PECL imagick 2.0.0)
    \nStarts a new sub-path

    "},{"t":"M","n":"ImagickDraw::pathMoveToRelative","p":"ImagickDraw.html#method_pathMoveToRelative","d":"

    (PECL imagick 2.0.0)
    \nStarts a new sub-path

    "},{"t":"M","n":"ImagickDraw::pathStart","p":"ImagickDraw.html#method_pathStart","d":"

    (PECL imagick 2.0.0)
    \nDeclares the start of a path drawing list

    "},{"t":"M","n":"ImagickDraw::polyline","p":"ImagickDraw.html#method_polyline","d":"

    (PECL imagick 2.0.0)
    \nDraws a polyline

    "},{"t":"M","n":"ImagickDraw::popClipPath","p":"ImagickDraw.html#method_popClipPath","d":"

    (PECL imagick 2.0.0)
    \nTerminates a clip path definition

    "},{"t":"M","n":"ImagickDraw::popDefs","p":"ImagickDraw.html#method_popDefs","d":"

    (PECL imagick 2.0.0)
    \nTerminates a definition list

    "},{"t":"M","n":"ImagickDraw::popPattern","p":"ImagickDraw.html#method_popPattern","d":"

    (PECL imagick 2.0.0)
    \nTerminates a pattern definition

    "},{"t":"M","n":"ImagickDraw::pushClipPath","p":"ImagickDraw.html#method_pushClipPath","d":"

    (PECL imagick 2.0.0)
    \nStarts a clip path definition

    "},{"t":"M","n":"ImagickDraw::pushDefs","p":"ImagickDraw.html#method_pushDefs","d":"

    (PECL imagick 2.0.0)
    \nIndicates that following commands create named elements for early processing

    "},{"t":"M","n":"ImagickDraw::pushPattern","p":"ImagickDraw.html#method_pushPattern","d":"

    (PECL imagick 2.0.0)
    \nIndicates that subsequent commands up to a ImagickDraw::opPattern() command comprise the definition of a named pattern

    "},{"t":"M","n":"ImagickDraw::render","p":"ImagickDraw.html#method_render","d":"

    (PECL imagick 2.0.0)
    \nRenders all preceding drawing commands onto the image

    "},{"t":"M","n":"ImagickDraw::rotate","p":"ImagickDraw.html#method_rotate","d":"

    (PECL imagick 2.0.0)
    \nApplies the specified rotation to the current coordinate space

    "},{"t":"M","n":"ImagickDraw::scale","p":"ImagickDraw.html#method_scale","d":"

    (PECL imagick 2.0.0)
    \nAdjusts the scaling factor

    "},{"t":"M","n":"ImagickDraw::setClipPath","p":"ImagickDraw.html#method_setClipPath","d":"

    (PECL imagick 2.0.0)
    \nAssociates a named clipping path with the image

    "},{"t":"M","n":"ImagickDraw::setClipRule","p":"ImagickDraw.html#method_setClipRule","d":"

    (PECL imagick 2.0.0)
    \nSet the polygon fill rule to be used by the clipping path

    "},{"t":"M","n":"ImagickDraw::setClipUnits","p":"ImagickDraw.html#method_setClipUnits","d":"

    (PECL imagick 2.0.0)
    \nSets the interpretation of clip path units

    "},{"t":"M","n":"ImagickDraw::setFillOpacity","p":"ImagickDraw.html#method_setFillOpacity","d":"

    (PECL imagick 2.0.0)
    \nSets the opacity to use when drawing using the fill color or fill texture

    "},{"t":"M","n":"ImagickDraw::setFillPatternURL","p":"ImagickDraw.html#method_setFillPatternURL","d":"

    (PECL imagick 2.0.0)
    \nSets the URL to use as a fill pattern for filling objects

    "},{"t":"M","n":"ImagickDraw::setFillRule","p":"ImagickDraw.html#method_setFillRule","d":"

    (PECL imagick 2.0.0)
    \nSets the fill rule to use while drawing polygons

    "},{"t":"M","n":"ImagickDraw::setGravity","p":"ImagickDraw.html#method_setGravity","d":"

    (PECL imagick 2.0.0)
    \nSets the text placement gravity

    "},{"t":"M","n":"ImagickDraw::setStrokePatternURL","p":"ImagickDraw.html#method_setStrokePatternURL","d":"

    (PECL imagick 2.0.0)
    \nSets the pattern used for stroking object outlines

    "},{"t":"M","n":"ImagickDraw::setStrokeDashOffset","p":"ImagickDraw.html#method_setStrokeDashOffset","d":"

    (PECL imagick 2.0.0)
    \nSpecifies the offset into the dash pattern to start the dash

    "},{"t":"M","n":"ImagickDraw::setStrokeLineCap","p":"ImagickDraw.html#method_setStrokeLineCap","d":"

    (PECL imagick 2.0.0)
    \nSpecifies the shape to be used at the end of open subpaths when they are stroked

    "},{"t":"M","n":"ImagickDraw::setStrokeLineJoin","p":"ImagickDraw.html#method_setStrokeLineJoin","d":"

    (PECL imagick 2.0.0)
    \nSpecifies the shape to be used at the corners of paths when they are stroked

    "},{"t":"M","n":"ImagickDraw::setStrokeMiterLimit","p":"ImagickDraw.html#method_setStrokeMiterLimit","d":"

    (PECL imagick 2.0.0)
    \nSpecifies the miter limit

    "},{"t":"M","n":"ImagickDraw::setStrokeOpacity","p":"ImagickDraw.html#method_setStrokeOpacity","d":"

    (PECL imagick 2.0.0)
    \nSpecifies the opacity of stroked object outlines

    "},{"t":"M","n":"ImagickDraw::setVectorGraphics","p":"ImagickDraw.html#method_setVectorGraphics","d":"

    (PECL imagick 2.0.0)
    \nSets the vector graphics

    "},{"t":"M","n":"ImagickDraw::pop","p":"ImagickDraw.html#method_pop","d":"

    (PECL imagick 2.0.0)
    \nDestroys the current ImagickDraw in the stack, and returns to the previously pushed ImagickDraw

    "},{"t":"M","n":"ImagickDraw::push","p":"ImagickDraw.html#method_push","d":"

    (PECL imagick 2.0.0)
    \nClones the current ImagickDraw and pushes it to the stack

    "},{"t":"M","n":"ImagickDraw::setStrokeDashArray","p":"ImagickDraw.html#method_setStrokeDashArray","d":"

    (PECL imagick 2.0.0)
    \nSpecifies the pattern of dashes and gaps used to stroke paths

    "},{"t":"M","n":"ImagickDraw::setOpacity","p":"ImagickDraw.html#method_setOpacity","d":"

    Sets the opacity to use when drawing using the fill or stroke color or texture. Fully opaque is 1.0.

    "},{"t":"M","n":"ImagickDraw::getOpacity","p":"ImagickDraw.html#method_getOpacity","d":"

    Returns the opacity used when drawing with the fill or stroke color or texture. Fully opaque is 1.0.

    "},{"t":"M","n":"ImagickDraw::setFontResolution","p":"ImagickDraw.html#method_setFontResolution","d":"

    Sets the image font resolution.

    "},{"t":"M","n":"ImagickDraw::getFontResolution","p":"ImagickDraw.html#method_getFontResolution","d":"

    Gets the image X and Y resolution.

    "},{"t":"M","n":"ImagickDraw::getTextDirection","p":"ImagickDraw.html#method_getTextDirection","d":"

    Returns the direction that will be used when annotating with text.

    "},{"t":"M","n":"ImagickDraw::setTextDirection","p":"ImagickDraw.html#method_setTextDirection","d":"

    Sets the font style to use when annotating with text. The AnyStyle enumeration acts as a wild-card "don't care" option.

    "},{"t":"M","n":"ImagickDraw::getBorderColor","p":"ImagickDraw.html#method_getBorderColor","d":"

    Returns the border color used for drawing bordered objects.

    "},{"t":"M","n":"ImagickDraw::setBorderColor","p":"ImagickDraw.html#method_setBorderColor","d":"

    Sets the border color to be used for drawing bordered objects.

    "},{"t":"M","n":"ImagickDraw::getDensity","p":"ImagickDraw.html#method_getDensity","d":"

    Obtains the vertical and horizontal resolution.

    "},{"t":"M","n":"ImagickDraw::setDensity","p":"ImagickDraw.html#method_setDensity","d":"

    Sets the vertical and horizontal resolution.

    "},{"t":"M","n":"ImagickDraw::clone","p":"ImagickDraw.html#method_clone","d":"


    Makes an exact copy of the specified ImagickDraw object

    "},{"t":"M","n":"ImagickKernel::addKernel","p":"ImagickKernel.html#method_addKernel","d":"

    Attach another kernel to this kernel to allow them to both be applied in a single morphology or filter function. Returns the new combined kernel.

    "},{"t":"M","n":"ImagickKernel::addUnityKernel","p":"ImagickKernel.html#method_addUnityKernel","d":"

    Adds a given amount of the 'Unity' Convolution Kernel to the given pre-scaled and normalized Kernel. This in effect adds that amount of the original image into the resulting convolution kernel. The resulting effect is to convert the defined kernels into blended soft-blurs, unsharp kernels or into sharpening kernels.

    "},{"t":"M","n":"ImagickKernel::fromBuiltin","p":"ImagickKernel.html#method_fromBuiltin","d":"

    Create a kernel from a builtin in kernel. See https://www.imagemagick.org/Usage/morphology/#kernel for examples.
    \nCurrently the 'rotation' symbols are not supported. Example: $diamondKernel = ImagickKernel::fromBuiltIn(\\Imagick::KERNEL_DIAMOND, "2");

    "},{"t":"M","n":"ImagickKernel::fromMatrix","p":"ImagickKernel.html#method_fromMatrix","d":"

    Create a kernel from a builtin in kernel. See https://www.imagemagick.org/Usage/morphology/#kernel for examples.
    \nCurrently the 'rotation' symbols are not supported. Example: $diamondKernel = ImagickKernel::fromBuiltIn(\\Imagick::KERNEL_DIAMOND, "2");

    "},{"t":"M","n":"ImagickKernel::getMatrix","p":"ImagickKernel.html#method_getMatrix","d":"

    Get the 2d matrix of values used in this kernel. The elements are either float for elements that are used or 'false' if the element should be skipped.

    "},{"t":"M","n":"ImagickKernel::scale","p":"ImagickKernel.html#method_scale","d":"

    ScaleKernelInfo() scales the given kernel list by the given amount, with or without normalization of the sum of the kernel values (as per given flags).
    \nThe exact behaviour of this function depends on the normalization type being used please see https://www.imagemagick.org/api/morphology.php#ScaleKernelInfo for details.
    \nFlag should be one of Imagick::NORMALIZE_KERNEL_VALUE, Imagick::NORMALIZE_KERNEL_CORRELATE, Imagick::NORMALIZE_KERNEL_PERCENT or not set.

    "},{"t":"M","n":"ImagickKernel::seperate","p":"ImagickKernel.html#method_seperate","d":"

    Separates a linked set of kernels and returns an array of ImagickKernels.

    "},{"t":"M","n":"ImagickPixel::getHSL","p":"ImagickPixel.html#method_getHSL","d":"

    (PECL imagick 2.0.0)
    \nReturns the normalized HSL color of the ImagickPixel object

    "},{"t":"M","n":"ImagickPixel::setHSL","p":"ImagickPixel.html#method_setHSL","d":"

    (PECL imagick 2.0.0)
    \nSets the normalized HSL color

    "},{"t":"M","n":"ImagickPixel::getColorValueQuantum","p":"ImagickPixel.html#method_getColorValueQuantum","d":""},{"t":"M","n":"ImagickPixel::setColorValueQuantum","p":"ImagickPixel.html#method_setColorValueQuantum","d":""},{"t":"M","n":"ImagickPixel::getIndex","p":"ImagickPixel.html#method_getIndex","d":"

    Gets the colormap index of the pixel wand.

    "},{"t":"M","n":"ImagickPixel::setIndex","p":"ImagickPixel.html#method_setIndex","d":""},{"t":"M","n":"ImagickPixel::__construct","p":"ImagickPixel.html#method___construct","d":"

    (PECL imagick 2.0.0)
    \nThe ImagickPixel constructor

    "},{"t":"M","n":"ImagickPixel::setColor","p":"ImagickPixel.html#method_setColor","d":"

    (PECL imagick 2.0.0)
    \nSets the color

    "},{"t":"M","n":"ImagickPixel::setColorValue","p":"ImagickPixel.html#method_setColorValue","d":"

    (PECL imagick 2.0.0)
    \nSets the normalized value of one of the channels

    "},{"t":"M","n":"ImagickPixel::getColorValue","p":"ImagickPixel.html#method_getColorValue","d":"

    (PECL imagick 2.0.0)
    \nGets the normalized value of the provided color channel

    "},{"t":"M","n":"ImagickPixel::clear","p":"ImagickPixel.html#method_clear","d":"

    (PECL imagick 2.0.0)
    \nClears resources associated with this object

    "},{"t":"M","n":"ImagickPixel::destroy","p":"ImagickPixel.html#method_destroy","d":"

    (PECL imagick 2.0.0)
    \nDeallocates resources associated with this object

    "},{"t":"M","n":"ImagickPixel::isSimilar","p":"ImagickPixel.html#method_isSimilar","d":"

    (PECL imagick 2.0.0)
    \nCheck the distance between this color and another

    "},{"t":"M","n":"ImagickPixel::isPixelSimilar","p":"ImagickPixel.html#method_isPixelSimilar","d":"

    (No version information available, might only be in SVN)
    \nCheck the distance between this color and another

    "},{"t":"M","n":"ImagickPixel::getColor","p":"ImagickPixel.html#method_getColor","d":"

    (PECL imagick 2.0.0)
    \nReturns the color

    "},{"t":"M","n":"ImagickPixel::getColorAsString","p":"ImagickPixel.html#method_getColorAsString","d":"

    (PECL imagick 2.1.0)
    \nReturns the color as a string

    "},{"t":"M","n":"ImagickPixel::getColorCount","p":"ImagickPixel.html#method_getColorCount","d":"

    (PECL imagick 2.0.0)
    \nReturns the color count associated with this color

    "},{"t":"M","n":"ImagickPixel::setColorCount","p":"ImagickPixel.html#method_setColorCount","d":""},{"t":"M","n":"ImagickPixel::isPixelSimilarQuantum","p":"ImagickPixel.html#method_isPixelSimilarQuantum","d":"

    Returns true if the distance between two colors is less than the specified distance. The fuzz value should be in the range 0-QuantumRange.
    \nThe maximum value represents the longest possible distance in the colorspace. e.g. from RGB(0, 0, 0) to RGB(255, 255, 255) for the RGB colorspace

    "},{"t":"M","n":"ImagickPixel::getColorQuantum","p":"ImagickPixel.html#method_getColorQuantum","d":"

    Returns the color of the pixel in an array as Quantum values. If ImageMagick was compiled as HDRI these will be floats, otherwise they will be integers.

    "},{"t":"M","n":"ImagickPixel::setColorFromPixel","p":"ImagickPixel.html#method_setColorFromPixel","d":"

    Sets the color count associated with this color from another ImagickPixel object.

    "},{"t":"M","n":"ImagickPixel::clone","p":"ImagickPixel.html#method_clone","d":""},{"t":"M","n":"ImagickPixelIterator::__construct","p":"ImagickPixelIterator.html#method___construct","d":"

    (PECL imagick 2.0.0)
    \nThe ImagickPixelIterator constructor

    "},{"t":"M","n":"ImagickPixelIterator::newPixelIterator","p":"ImagickPixelIterator.html#method_newPixelIterator","d":"

    (PECL imagick 2.0.0)
    \nReturns a new pixel iterator

    "},{"t":"M","n":"ImagickPixelIterator::newPixelRegionIterator","p":"ImagickPixelIterator.html#method_newPixelRegionIterator","d":"

    (PECL imagick 2.0.0)
    \nReturns a new pixel iterator

    "},{"t":"M","n":"ImagickPixelIterator::getIteratorRow","p":"ImagickPixelIterator.html#method_getIteratorRow","d":"

    (PECL imagick 2.0.0)
    \nReturns the current pixel iterator row

    "},{"t":"M","n":"ImagickPixelIterator::setIteratorRow","p":"ImagickPixelIterator.html#method_setIteratorRow","d":"

    (PECL imagick 2.0.0)
    \nSet the pixel iterator row

    "},{"t":"M","n":"ImagickPixelIterator::setIteratorFirstRow","p":"ImagickPixelIterator.html#method_setIteratorFirstRow","d":"

    (PECL imagick 2.0.0)
    \nSets the pixel iterator to the first pixel row

    "},{"t":"M","n":"ImagickPixelIterator::setIteratorLastRow","p":"ImagickPixelIterator.html#method_setIteratorLastRow","d":"

    (PECL imagick 2.0.0)
    \nSets the pixel iterator to the last pixel row

    "},{"t":"M","n":"ImagickPixelIterator::getPreviousIteratorRow","p":"ImagickPixelIterator.html#method_getPreviousIteratorRow","d":"

    (PECL imagick 2.0.0)
    \nReturns the previous row

    "},{"t":"M","n":"ImagickPixelIterator::getCurrentIteratorRow","p":"ImagickPixelIterator.html#method_getCurrentIteratorRow","d":"

    (PECL imagick 2.0.0)
    \nReturns the current row of ImagickPixel objects

    "},{"t":"M","n":"ImagickPixelIterator::getNextIteratorRow","p":"ImagickPixelIterator.html#method_getNextIteratorRow","d":"

    (PECL imagick 2.0.0)
    \nReturns the next row of the pixel iterator

    "},{"t":"M","n":"ImagickPixelIterator::resetIterator","p":"ImagickPixelIterator.html#method_resetIterator","d":"

    (PECL imagick 2.0.0)
    \nResets the pixel iterator

    "},{"t":"M","n":"ImagickPixelIterator::syncIterator","p":"ImagickPixelIterator.html#method_syncIterator","d":"

    (PECL imagick 2.0.0)
    \nSyncs the pixel iterator

    "},{"t":"M","n":"ImagickPixelIterator::destroy","p":"ImagickPixelIterator.html#method_destroy","d":"

    (PECL imagick 2.0.0)
    \nDeallocates resources associated with a PixelIterator

    "},{"t":"M","n":"ImagickPixelIterator::clear","p":"ImagickPixelIterator.html#method_clear","d":"

    (PECL imagick 2.0.0)
    \nClear resources associated with a PixelIterator

    "},{"t":"M","n":"ImagickPixelIterator::getpixeliterator","p":"ImagickPixelIterator.html#method_getpixeliterator","d":""},{"t":"M","n":"ImagickPixelIterator::getpixelregioniterator","p":"ImagickPixelIterator.html#method_getpixelregioniterator","d":""},{"t":"M","n":"ImagickPixelIterator::key","p":"ImagickPixelIterator.html#method_key","d":""},{"t":"M","n":"ImagickPixelIterator::next","p":"ImagickPixelIterator.html#method_next","d":""},{"t":"M","n":"ImagickPixelIterator::rewind","p":"ImagickPixelIterator.html#method_rewind","d":""},{"t":"M","n":"ImagickPixelIterator::current","p":"ImagickPixelIterator.html#method_current","d":""},{"t":"M","n":"ImagickPixelIterator::valid","p":"ImagickPixelIterator.html#method_valid","d":""},{"t":"M","n":"InfiniteIterator::__construct","p":"InfiniteIterator.html#method___construct","d":"

    Constructs an InfiniteIterator

    "},{"t":"M","n":"InfiniteIterator::next","p":"InfiniteIterator.html#method_next","d":"

    Moves the inner Iterator forward or rewinds it

    "},{"t":"M","n":"IntBackedEnum::from","p":"IntBackedEnum.html#method_from","d":""},{"t":"M","n":"IntBackedEnum::tryFrom","p":"IntBackedEnum.html#method_tryFrom","d":""},{"t":"M","n":"InternalIterator::current","p":"InternalIterator.html#method_current","d":"

    Return the current element

    "},{"t":"M","n":"InternalIterator::next","p":"InternalIterator.html#method_next","d":"

    Move forward to next element

    "},{"t":"M","n":"InternalIterator::key","p":"InternalIterator.html#method_key","d":"

    Return the key of the current element

    "},{"t":"M","n":"InternalIterator::valid","p":"InternalIterator.html#method_valid","d":"

    Checks if current position is valid

    "},{"t":"M","n":"InternalIterator::rewind","p":"InternalIterator.html#method_rewind","d":"

    Rewind the Iterator to the first element

    "},{"t":"M","n":"IntlBreakIterator::createCharacterInstance","p":"IntlBreakIterator.html#method_createCharacterInstance","d":"

    (PHP 5 >=5.5.0)
    \nCreate break iterator for boundaries of combining character sequences

    "},{"t":"M","n":"IntlBreakIterator::createCodePointInstance","p":"IntlBreakIterator.html#method_createCodePointInstance","d":"

    (PHP 5 >=5.5.0)
    \nCreate break iterator for boundaries of code points

    "},{"t":"M","n":"IntlBreakIterator::createLineInstance","p":"IntlBreakIterator.html#method_createLineInstance","d":"

    (PHP 5 >=5.5.0)
    \nCreate break iterator for logically possible line breaks

    "},{"t":"M","n":"IntlBreakIterator::createSentenceInstance","p":"IntlBreakIterator.html#method_createSentenceInstance","d":"

    (PHP 5 >=5.5.0)
    \nCreate break iterator for sentence breaks

    "},{"t":"M","n":"IntlBreakIterator::createTitleInstance","p":"IntlBreakIterator.html#method_createTitleInstance","d":"

    (PHP 5 >=5.5.0)
    \nCreate break iterator for title-casing breaks

    "},{"t":"M","n":"IntlBreakIterator::createWordInstance","p":"IntlBreakIterator.html#method_createWordInstance","d":"

    (PHP 5 >=5.5.0)
    \nCreate break iterator for word breaks

    "},{"t":"M","n":"IntlBreakIterator::current","p":"IntlBreakIterator.html#method_current","d":"

    (PHP 5 >=5.5.0)
    \nGet index of current position

    "},{"t":"M","n":"IntlBreakIterator::first","p":"IntlBreakIterator.html#method_first","d":"

    (PHP 5 >=5.5.0)
    \nSet position to the first character in the text

    "},{"t":"M","n":"IntlBreakIterator::following","p":"IntlBreakIterator.html#method_following","d":"

    (PHP 5 >=5.5.0)
    \nAdvance the iterator to the first boundary following specified offset

    "},{"t":"M","n":"IntlBreakIterator::getErrorCode","p":"IntlBreakIterator.html#method_getErrorCode","d":"

    (PHP 5 >=5.5.0)
    \nGet last error code on the object

    "},{"t":"M","n":"IntlBreakIterator::getErrorMessage","p":"IntlBreakIterator.html#method_getErrorMessage","d":"

    (PHP 5 >=5.5.0)
    \nGet last error message on the object

    "},{"t":"M","n":"IntlBreakIterator::getLocale","p":"IntlBreakIterator.html#method_getLocale","d":"

    (PHP 5 >=5.5.0)
    \nGet the locale associated with the object

    "},{"t":"M","n":"IntlBreakIterator::getPartsIterator","p":"IntlBreakIterator.html#method_getPartsIterator","d":"

    (PHP 5 >=5.5.0)
    \nCreate iterator for navigating fragments between boundaries

    "},{"t":"M","n":"IntlBreakIterator::getText","p":"IntlBreakIterator.html#method_getText","d":"

    (PHP 5 >=5.5.0)
    \nGet the text being scanned

    "},{"t":"M","n":"IntlBreakIterator::isBoundary","p":"IntlBreakIterator.html#method_isBoundary","d":"

    (PHP 5 >=5.5.0)
    \nTell whether an offset is a boundary's offset

    "},{"t":"M","n":"IntlBreakIterator::last","p":"IntlBreakIterator.html#method_last","d":"

    (PHP 5 >=5.5.0)
    \nSet the iterator position to index beyond the last character

    "},{"t":"M","n":"IntlBreakIterator::next","p":"IntlBreakIterator.html#method_next","d":"

    (PHP 5 >=5.5.0)

    "},{"t":"M","n":"IntlBreakIterator::preceding","p":"IntlBreakIterator.html#method_preceding","d":"

    (PHP 5 >=5.5.0)

    "},{"t":"M","n":"IntlBreakIterator::previous","p":"IntlBreakIterator.html#method_previous","d":"

    (PHP 5 >=5.5.0)
    \nSet the iterator position to the boundary immediately before the current

    "},{"t":"M","n":"IntlBreakIterator::setText","p":"IntlBreakIterator.html#method_setText","d":"

    (PHP 5 >=5.5.0)
    \nSet the text being scanned

    "},{"t":"M","n":"IntlBreakIterator::getIterator","p":"IntlBreakIterator.html#method_getIterator","d":""},{"t":"M","n":"IntlCalendar::add","p":"IntlCalendar.html#method_add","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nAdd a (signed) amount of time to a field

    "},{"t":"M","n":"IntlCalendar::after","p":"IntlCalendar.html#method_after","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nWhether this object's time is after that of the passed object\nhttps://secure.php.net/manual/en/intlcalendar.after.php

    "},{"t":"M","n":"IntlCalendar::before","p":"IntlCalendar.html#method_before","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nWhether this object's time is before that of the passed object

    "},{"t":"M","n":"IntlCalendar::clear","p":"IntlCalendar.html#method_clear","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nClear a field or all fields

    "},{"t":"M","n":"IntlCalendar::createInstance","p":"IntlCalendar.html#method_createInstance","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nCreate a new IntlCalendar

    "},{"t":"M","n":"IntlCalendar::equals","p":"IntlCalendar.html#method_equals","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nCompare time of two IntlCalendar objects for equality

    "},{"t":"M","n":"IntlCalendar::fieldDifference","p":"IntlCalendar.html#method_fieldDifference","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nCalculate difference between given time and this object's time

    "},{"t":"M","n":"IntlCalendar::fromDateTime","p":"IntlCalendar.html#method_fromDateTime","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a2)
    \nCreate an IntlCalendar from a DateTime object or string

    "},{"t":"M","n":"IntlCalendar::get","p":"IntlCalendar.html#method_get","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet the value for a field

    "},{"t":"M","n":"IntlCalendar::getActualMaximum","p":"IntlCalendar.html#method_getActualMaximum","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nThe maximum value for a field, considering the object's current time

    "},{"t":"M","n":"IntlCalendar::getActualMinimum","p":"IntlCalendar.html#method_getActualMinimum","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nThe minimum value for a field, considering the object's current time

    "},{"t":"M","n":"IntlCalendar::getAvailableLocales","p":"IntlCalendar.html#method_getAvailableLocales","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet array of locales for which there is data

    "},{"t":"M","n":"IntlCalendar::getDayOfWeekType","p":"IntlCalendar.html#method_getDayOfWeekType","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nTell whether a day is a weekday, weekend or a day that has a transition between the two

    "},{"t":"M","n":"IntlCalendar::getErrorCode","p":"IntlCalendar.html#method_getErrorCode","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet last error code on the object

    "},{"t":"M","n":"IntlCalendar::getErrorMessage","p":"IntlCalendar.html#method_getErrorMessage","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet last error message on the object

    "},{"t":"M","n":"IntlCalendar::getFirstDayOfWeek","p":"IntlCalendar.html#method_getFirstDayOfWeek","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet the first day of the week for the calendar's locale

    "},{"t":"M","n":"IntlCalendar::getGreatestMinimum","p":"IntlCalendar.html#method_getGreatestMinimum","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet the largest local minimum value for a field

    "},{"t":"M","n":"IntlCalendar::getKeywordValuesForLocale","p":"IntlCalendar.html#method_getKeywordValuesForLocale","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet set of locale keyword values

    "},{"t":"M","n":"IntlCalendar::getLeastMaximum","p":"IntlCalendar.html#method_getLeastMaximum","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet the smallest local maximum for a field

    "},{"t":"M","n":"IntlCalendar::getLocale","p":"IntlCalendar.html#method_getLocale","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet the locale associated with the object

    "},{"t":"M","n":"IntlCalendar::getMaximum","p":"IntlCalendar.html#method_getMaximum","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet the global maximum value for a field

    "},{"t":"M","n":"IntlCalendar::getMinimalDaysInFirstWeek","p":"IntlCalendar.html#method_getMinimalDaysInFirstWeek","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet minimal number of days the first week in a year or month can have

    "},{"t":"M","n":"IntlCalendar::getMinimum","p":"IntlCalendar.html#method_getMinimum","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet the global minimum value for a field

    "},{"t":"M","n":"IntlCalendar::getNow","p":"IntlCalendar.html#method_getNow","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet number representing the current time

    "},{"t":"M","n":"IntlCalendar::getRepeatedWallTimeOption","p":"IntlCalendar.html#method_getRepeatedWallTimeOption","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet behavior for handling repeating wall time

    "},{"t":"M","n":"IntlCalendar::getSkippedWallTimeOption","p":"IntlCalendar.html#method_getSkippedWallTimeOption","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet behavior for handling skipped wall time

    "},{"t":"M","n":"IntlCalendar::getTime","p":"IntlCalendar.html#method_getTime","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet time currently represented by the object

    "},{"t":"M","n":"IntlCalendar::getTimeZone","p":"IntlCalendar.html#method_getTimeZone","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet the object's timezone

    "},{"t":"M","n":"IntlCalendar::getType","p":"IntlCalendar.html#method_getType","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet the calendar type

    "},{"t":"M","n":"IntlCalendar::getWeekendTransition","p":"IntlCalendar.html#method_getWeekendTransition","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet time of the day at which weekend begins or ends

    "},{"t":"M","n":"IntlCalendar::inDaylightTime","p":"IntlCalendar.html#method_inDaylightTime","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nWhether the object's time is in Daylight Savings Time

    "},{"t":"M","n":"IntlCalendar::isEquivalentTo","p":"IntlCalendar.html#method_isEquivalentTo","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nWhether another calendar is equal but for a different time

    "},{"t":"M","n":"IntlCalendar::isLenient","p":"IntlCalendar.html#method_isLenient","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nWhether date/time interpretation is in lenient mode

    "},{"t":"M","n":"IntlCalendar::isWeekend","p":"IntlCalendar.html#method_isWeekend","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nWhether a certain date/time is in the weekend

    "},{"t":"M","n":"IntlCalendar::roll","p":"IntlCalendar.html#method_roll","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nAdd value to field without carrying into more significant fields

    "},{"t":"M","n":"IntlCalendar::PS_UNRESERVE_PREFIX_isSet","p":"IntlCalendar.html#method_PS_UNRESERVE_PREFIX_isSet","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nWhether a field is set

    "},{"t":"M","n":"IntlCalendar::set","p":"IntlCalendar.html#method_set","d":"

    (PHP 5 >= 5.5.0 PECL intl >= 3.0.0a1)
    \nSet a time field or several common fields at once

    "},{"t":"M","n":"IntlCalendar::setFirstDayOfWeek","p":"IntlCalendar.html#method_setFirstDayOfWeek","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nSet the day on which the week is deemed to start

    "},{"t":"M","n":"IntlCalendar::setLenient","p":"IntlCalendar.html#method_setLenient","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nSet whether date/time interpretation is to be lenient

    "},{"t":"M","n":"IntlCalendar::setRepeatedWallTimeOption","p":"IntlCalendar.html#method_setRepeatedWallTimeOption","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nSet behavior for handling repeating wall times at negative timezone offset transitions

    "},{"t":"M","n":"IntlCalendar::setSkippedWallTimeOption","p":"IntlCalendar.html#method_setSkippedWallTimeOption","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nSet behavior for handling skipped wall times at positive timezone offset transitions

    "},{"t":"M","n":"IntlCalendar::setTime","p":"IntlCalendar.html#method_setTime","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nSet the calendar time in milliseconds since the epoch

    "},{"t":"M","n":"IntlCalendar::setTimeZone","p":"IntlCalendar.html#method_setTimeZone","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nSet the timezone used by this calendar

    "},{"t":"M","n":"IntlCalendar::toDateTime","p":"IntlCalendar.html#method_toDateTime","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a2)
    \nConvert an IntlCalendar into a DateTime object

    "},{"t":"M","n":"IntlCalendar::setMinimalDaysInFirstWeek","p":"IntlCalendar.html#method_setMinimalDaysInFirstWeek","d":""},{"t":"M","n":"IntlCalendar::setDate","p":"IntlCalendar.html#method_setDate","d":""},{"t":"M","n":"IntlCalendar::setDateTime","p":"IntlCalendar.html#method_setDateTime","d":""},{"t":"M","n":"IntlChar::hasBinaryProperty","p":"IntlChar.html#method_hasBinaryProperty","d":"

    Check a binary Unicode property for a code point

    "},{"t":"M","n":"IntlChar::charAge","p":"IntlChar.html#method_charAge","d":""},{"t":"M","n":"IntlChar::charDigitValue","p":"IntlChar.html#method_charDigitValue","d":""},{"t":"M","n":"IntlChar::charDirection","p":"IntlChar.html#method_charDirection","d":"

    Get bidirectional category value for a code point

    "},{"t":"M","n":"IntlChar::charFromName","p":"IntlChar.html#method_charFromName","d":""},{"t":"M","n":"IntlChar::charMirror","p":"IntlChar.html#method_charMirror","d":""},{"t":"M","n":"IntlChar::charName","p":"IntlChar.html#method_charName","d":"

    Retrieve the name of a Unicode character

    "},{"t":"M","n":"IntlChar::charType","p":"IntlChar.html#method_charType","d":"

    Get the general category value for a code point

    "},{"t":"M","n":"IntlChar::chr","p":"IntlChar.html#method_chr","d":"

    Return Unicode character by code point value

    "},{"t":"M","n":"IntlChar::digit","p":"IntlChar.html#method_digit","d":"

    Get the decimal digit value of a code point for a given radix

    "},{"t":"M","n":"IntlChar::enumCharNames","p":"IntlChar.html#method_enumCharNames","d":"

    Enumerate all assigned Unicode characters within a range

    "},{"t":"M","n":"IntlChar::enumCharTypes","p":"IntlChar.html#method_enumCharTypes","d":"

    Enumerate all code points with their Unicode general categories

    "},{"t":"M","n":"IntlChar::foldCase","p":"IntlChar.html#method_foldCase","d":"

    Perform case folding on a code point

    "},{"t":"M","n":"IntlChar::forDigit","p":"IntlChar.html#method_forDigit","d":"

    Get character representation for a given digit and radix

    "},{"t":"M","n":"IntlChar::getBidiPairedBracket","p":"IntlChar.html#method_getBidiPairedBracket","d":"

    Get the paired bracket character for a code point

    "},{"t":"M","n":"IntlChar::getBlockCode","p":"IntlChar.html#method_getBlockCode","d":"

    Get the Unicode allocation block containing a code point

    "},{"t":"M","n":"IntlChar::getCombiningClass","p":"IntlChar.html#method_getCombiningClass","d":"

    Get the combining class of a code point

    "},{"t":"M","n":"IntlChar::getFC_NFKC_Closure","p":"IntlChar.html#method_getFC_NFKC_Closure","d":"

    Get the FC_NFKC_Closure property for a code point

    "},{"t":"M","n":"IntlChar::getIntPropertyMaxValue","p":"IntlChar.html#method_getIntPropertyMaxValue","d":"

    Get the max value for a Unicode property

    "},{"t":"M","n":"IntlChar::getIntPropertyMinValue","p":"IntlChar.html#method_getIntPropertyMinValue","d":"

    Get the min value for a Unicode property

    "},{"t":"M","n":"IntlChar::getIntPropertyValue","p":"IntlChar.html#method_getIntPropertyValue","d":"

    Get the value for a Unicode property for a code point

    "},{"t":"M","n":"IntlChar::getNumericValue","p":"IntlChar.html#method_getNumericValue","d":"

    Get the numeric value for a Unicode code point

    "},{"t":"M","n":"IntlChar::getPropertyEnum","p":"IntlChar.html#method_getPropertyEnum","d":"

    Get the property constant value for a given property name

    "},{"t":"M","n":"IntlChar::getPropertyName","p":"IntlChar.html#method_getPropertyName","d":"

    Get the Unicode name for a property

    "},{"t":"M","n":"IntlChar::getPropertyValueEnum","p":"IntlChar.html#method_getPropertyValueEnum","d":"

    Get the property value for a given value name

    "},{"t":"M","n":"IntlChar::getPropertyValueName","p":"IntlChar.html#method_getPropertyValueName","d":"

    Get the Unicode name for a property value

    "},{"t":"M","n":"IntlChar::getUnicodeVersion","p":"IntlChar.html#method_getUnicodeVersion","d":"

    Get the Unicode version

    "},{"t":"M","n":"IntlChar::isalnum","p":"IntlChar.html#method_isalnum","d":"

    Check if code point is an alphanumeric character

    "},{"t":"M","n":"IntlChar::isalpha","p":"IntlChar.html#method_isalpha","d":"

    Check if code point is a letter character

    "},{"t":"M","n":"IntlChar::isbase","p":"IntlChar.html#method_isbase","d":"

    Check if code point is a base character

    "},{"t":"M","n":"IntlChar::isblank","p":"IntlChar.html#method_isblank","d":"

    Check if code point is a "blank" or "horizontal space" character

    "},{"t":"M","n":"IntlChar::iscntrl","p":"IntlChar.html#method_iscntrl","d":"

    Check if code point is a control character

    "},{"t":"M","n":"IntlChar::isdefined","p":"IntlChar.html#method_isdefined","d":"

    Check whether the code point is defined

    "},{"t":"M","n":"IntlChar::isdigit","p":"IntlChar.html#method_isdigit","d":"

    Check if code point is a digit character

    "},{"t":"M","n":"IntlChar::isgraph","p":"IntlChar.html#method_isgraph","d":"

    Check if code point is a graphic character

    "},{"t":"M","n":"IntlChar::isIDIgnorable","p":"IntlChar.html#method_isIDIgnorable","d":"

    Check if code point is an ignorable character

    "},{"t":"M","n":"IntlChar::isIDPart","p":"IntlChar.html#method_isIDPart","d":"

    Check if code point is permissible in an identifier

    "},{"t":"M","n":"IntlChar::isIDStart","p":"IntlChar.html#method_isIDStart","d":"

    Check if code point is permissible as the first character in an identifier

    "},{"t":"M","n":"IntlChar::isISOControl","p":"IntlChar.html#method_isISOControl","d":"

    Check if code point is an ISO control code

    "},{"t":"M","n":"IntlChar::isJavaIDPart","p":"IntlChar.html#method_isJavaIDPart","d":"

    Check if code point is permissible in a Java identifier

    "},{"t":"M","n":"IntlChar::isJavaIDStart","p":"IntlChar.html#method_isJavaIDStart","d":"

    Check if code point is permissible as the first character in a Java identifier

    "},{"t":"M","n":"IntlChar::isJavaSpaceChar","p":"IntlChar.html#method_isJavaSpaceChar","d":"

    Check if code point is a space character according to Java

    "},{"t":"M","n":"IntlChar::islower","p":"IntlChar.html#method_islower","d":"

    Check if code point is a lowercase letter

    "},{"t":"M","n":"IntlChar::isMirrored","p":"IntlChar.html#method_isMirrored","d":"

    Check if code point has the Bidi_Mirrored property

    "},{"t":"M","n":"IntlChar::isprint","p":"IntlChar.html#method_isprint","d":"

    Check if code point is a printable character

    "},{"t":"M","n":"IntlChar::ispunct","p":"IntlChar.html#method_ispunct","d":"

    Check if code point is punctuation character

    "},{"t":"M","n":"IntlChar::isspace","p":"IntlChar.html#method_isspace","d":"

    Check if code point is a space character

    "},{"t":"M","n":"IntlChar::istitle","p":"IntlChar.html#method_istitle","d":"

    Check if code point is a titlecase letter

    "},{"t":"M","n":"IntlChar::isUAlphabetic","p":"IntlChar.html#method_isUAlphabetic","d":"

    Check if code point has the Alphabetic Unicode property

    "},{"t":"M","n":"IntlChar::isULowercase","p":"IntlChar.html#method_isULowercase","d":"

    Check if code point has the Lowercase Unicode property

    "},{"t":"M","n":"IntlChar::isupper","p":"IntlChar.html#method_isupper","d":"

    Check if code point has the general category "Lu" (uppercase letter)

    "},{"t":"M","n":"IntlChar::isUUppercase","p":"IntlChar.html#method_isUUppercase","d":"

    Check if code point has the Uppercase Unicode property

    "},{"t":"M","n":"IntlChar::isUWhiteSpace","p":"IntlChar.html#method_isUWhiteSpace","d":"

    Check if code point has the White_Space Unicode property

    "},{"t":"M","n":"IntlChar::isWhitespace","p":"IntlChar.html#method_isWhitespace","d":"

    Check if code point is a whitespace character according to ICU

    "},{"t":"M","n":"IntlChar::isxdigit","p":"IntlChar.html#method_isxdigit","d":"

    Check if code point is a hexadecimal digit

    "},{"t":"M","n":"IntlChar::ord","p":"IntlChar.html#method_ord","d":"

    Return Unicode code point value of character

    "},{"t":"M","n":"IntlChar::tolower","p":"IntlChar.html#method_tolower","d":"

    Make Unicode character lowercase

    "},{"t":"M","n":"IntlChar::totitle","p":"IntlChar.html#method_totitle","d":"

    Make Unicode character titlecase

    "},{"t":"M","n":"IntlChar::toupper","p":"IntlChar.html#method_toupper","d":"

    Make Unicode character uppercase

    "},{"t":"M","n":"IntlCodePointBreakIterator::getLastCodePoint","p":"IntlCodePointBreakIterator.html#method_getLastCodePoint","d":"

    (PHP 5 >=5.5.0)
    \nGet last code point passed over after advancing or receding the iterator

    "},{"t":"M","n":"IntlDateFormatter::__construct","p":"IntlDateFormatter.html#method___construct","d":""},{"t":"M","n":"IntlDateFormatter::create","p":"IntlDateFormatter.html#method_create","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nCreate a date formatter

    "},{"t":"M","n":"IntlDateFormatter::getDateType","p":"IntlDateFormatter.html#method_getDateType","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet the datetype used for the IntlDateFormatter

    "},{"t":"M","n":"IntlDateFormatter::getTimeType","p":"IntlDateFormatter.html#method_getTimeType","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet the timetype used for the IntlDateFormatter

    "},{"t":"M","n":"IntlDateFormatter::getCalendar","p":"IntlDateFormatter.html#method_getCalendar","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet the calendar used for the IntlDateFormatter

    "},{"t":"M","n":"IntlDateFormatter::setCalendar","p":"IntlDateFormatter.html#method_setCalendar","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nsets the calendar used to the appropriate calendar, which must be

    "},{"t":"M","n":"IntlDateFormatter::getTimeZoneId","p":"IntlDateFormatter.html#method_getTimeZoneId","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet the timezone-id used for the IntlDateFormatter

    "},{"t":"M","n":"IntlDateFormatter::getCalendarObject","p":"IntlDateFormatter.html#method_getCalendarObject","d":"

    (PHP 5 >= 5.5.0, PECL intl >= 3.0.0)
    \nGet copy of formatter's calendar object

    "},{"t":"M","n":"IntlDateFormatter::getTimeZone","p":"IntlDateFormatter.html#method_getTimeZone","d":"

    (PHP 5 >= 5.5.0, PECL intl >= 3.0.0)
    \nGet formatter's timezone

    "},{"t":"M","n":"IntlDateFormatter::setTimeZoneId","p":"IntlDateFormatter.html#method_setTimeZoneId","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nSets the time zone to use

    "},{"t":"M","n":"IntlDateFormatter::setTimeZone","p":"IntlDateFormatter.html#method_setTimeZone","d":"

    (PHP 5 >= 5.5.0, PECL intl >= 3.0.0)
    \nSets formatter's timezone

    "},{"t":"M","n":"IntlDateFormatter::setPattern","p":"IntlDateFormatter.html#method_setPattern","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nSet the pattern used for the IntlDateFormatter

    "},{"t":"M","n":"IntlDateFormatter::getPattern","p":"IntlDateFormatter.html#method_getPattern","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet the pattern used for the IntlDateFormatter

    "},{"t":"M","n":"IntlDateFormatter::getLocale","p":"IntlDateFormatter.html#method_getLocale","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet the locale used by formatter

    "},{"t":"M","n":"IntlDateFormatter::setLenient","p":"IntlDateFormatter.html#method_setLenient","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nSet the leniency of the parser

    "},{"t":"M","n":"IntlDateFormatter::isLenient","p":"IntlDateFormatter.html#method_isLenient","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet the lenient used for the IntlDateFormatter

    "},{"t":"M","n":"IntlDateFormatter::format","p":"IntlDateFormatter.html#method_format","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nFormat the date/time value as a string

    "},{"t":"M","n":"IntlDateFormatter::formatObject","p":"IntlDateFormatter.html#method_formatObject","d":"

    (PHP 5 >= 5.5.0, PECL intl >= 3.0.0)
    \nFormats an object

    "},{"t":"M","n":"IntlDateFormatter::parse","p":"IntlDateFormatter.html#method_parse","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nParse string to a timestamp value

    "},{"t":"M","n":"IntlDateFormatter::localtime","p":"IntlDateFormatter.html#method_localtime","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nParse string to a field-based time value

    "},{"t":"M","n":"IntlDateFormatter::getErrorCode","p":"IntlDateFormatter.html#method_getErrorCode","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet the error code from last operation

    "},{"t":"M","n":"IntlDateFormatter::getErrorMessage","p":"IntlDateFormatter.html#method_getErrorMessage","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet the error text from the last operation.

    "},{"t":"M","n":"IntlDateFormatter::parseToCalendar","p":"IntlDateFormatter.html#method_parseToCalendar","d":""},{"t":"M","n":"IntlDatePatternGenerator::__construct","p":"IntlDatePatternGenerator.html#method___construct","d":null},{"t":"M","n":"IntlDatePatternGenerator::create","p":"IntlDatePatternGenerator.html#method_create","d":null},{"t":"M","n":"IntlDatePatternGenerator::getBestPattern","p":"IntlDatePatternGenerator.html#method_getBestPattern","d":null},{"t":"M","n":"IntlGregorianCalendar::__construct","p":"IntlGregorianCalendar.html#method___construct","d":""},{"t":"M","n":"IntlGregorianCalendar::createInstance","p":"IntlGregorianCalendar.html#method_createInstance","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)

    "},{"t":"M","n":"IntlGregorianCalendar::setGregorianChange","p":"IntlGregorianCalendar.html#method_setGregorianChange","d":""},{"t":"M","n":"IntlGregorianCalendar::getGregorianChange","p":"IntlGregorianCalendar.html#method_getGregorianChange","d":""},{"t":"M","n":"IntlGregorianCalendar::isLeapYear","p":"IntlGregorianCalendar.html#method_isLeapYear","d":""},{"t":"M","n":"IntlGregorianCalendar::createFromDate","p":"IntlGregorianCalendar.html#method_createFromDate","d":""},{"t":"M","n":"IntlGregorianCalendar::createFromDateTime","p":"IntlGregorianCalendar.html#method_createFromDateTime","d":""},{"t":"M","n":"IntlIterator::current","p":"IntlIterator.html#method_current","d":"

    Return the current element

    "},{"t":"M","n":"IntlIterator::key","p":"IntlIterator.html#method_key","d":"

    Return the key of the current element

    "},{"t":"M","n":"IntlIterator::next","p":"IntlIterator.html#method_next","d":"

    Move forward to next element

    "},{"t":"M","n":"IntlIterator::rewind","p":"IntlIterator.html#method_rewind","d":"

    Rewind the Iterator to the first element

    "},{"t":"M","n":"IntlIterator::valid","p":"IntlIterator.html#method_valid","d":"

    Checks if current position is valid

    "},{"t":"M","n":"IntlPartsIterator::getBreakIterator","p":"IntlPartsIterator.html#method_getBreakIterator","d":""},{"t":"M","n":"IntlPartsIterator::getRuleStatus","p":"IntlPartsIterator.html#method_getRuleStatus","d":""},{"t":"M","n":"IntlRuleBasedBreakIterator::__construct","p":"IntlRuleBasedBreakIterator.html#method___construct","d":"

    (PHP 5 >=5.5.0)

    "},{"t":"M","n":"IntlRuleBasedBreakIterator::createCharacterInstance","p":"IntlRuleBasedBreakIterator.html#method_createCharacterInstance","d":"

    (PHP 5 >=5.5.0)
    \nCreate break iterator for boundaries of combining character sequences

    "},{"t":"M","n":"IntlRuleBasedBreakIterator::createCodePointInstance","p":"IntlRuleBasedBreakIterator.html#method_createCodePointInstance","d":"

    (PHP 5 >=5.5.0)
    \nCreate break iterator for boundaries of code points

    "},{"t":"M","n":"IntlRuleBasedBreakIterator::createLineInstance","p":"IntlRuleBasedBreakIterator.html#method_createLineInstance","d":"

    (PHP 5 >=5.5.0)
    \nCreate break iterator for logically possible line breaks

    "},{"t":"M","n":"IntlRuleBasedBreakIterator::createSentenceInstance","p":"IntlRuleBasedBreakIterator.html#method_createSentenceInstance","d":"

    (PHP 5 >=5.5.0)
    \nCreate break iterator for sentence breaks

    "},{"t":"M","n":"IntlRuleBasedBreakIterator::createTitleInstance","p":"IntlRuleBasedBreakIterator.html#method_createTitleInstance","d":"

    (PHP 5 >=5.5.0)
    \nCreate break iterator for title-casing breaks

    "},{"t":"M","n":"IntlRuleBasedBreakIterator::createWordInstance","p":"IntlRuleBasedBreakIterator.html#method_createWordInstance","d":"

    (PHP 5 >=5.5.0)
    \nCreate break iterator for word breaks

    "},{"t":"M","n":"IntlRuleBasedBreakIterator::getBinaryRules","p":"IntlRuleBasedBreakIterator.html#method_getBinaryRules","d":"

    (PHP 5 >=5.5.0)

    "},{"t":"M","n":"IntlRuleBasedBreakIterator::getRules","p":"IntlRuleBasedBreakIterator.html#method_getRules","d":"

    (PHP 5 >=5.5.0)

    "},{"t":"M","n":"IntlRuleBasedBreakIterator::getRuleStatus","p":"IntlRuleBasedBreakIterator.html#method_getRuleStatus","d":"

    (PHP 5 >=5.5.0)

    "},{"t":"M","n":"IntlRuleBasedBreakIterator::getRuleStatusVec","p":"IntlRuleBasedBreakIterator.html#method_getRuleStatusVec","d":"

    (PHP 5 >=5.5.0)

    "},{"t":"M","n":"IntlTimeZone::countEquivalentIDs","p":"IntlTimeZone.html#method_countEquivalentIDs","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet the number of IDs in the equivalency group that includes the given ID

    "},{"t":"M","n":"IntlTimeZone::createDefault","p":"IntlTimeZone.html#method_createDefault","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nCreate a new copy of the default timezone for this host

    "},{"t":"M","n":"IntlTimeZone::createEnumeration","p":"IntlTimeZone.html#method_createEnumeration","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet an enumeration over time zone IDs associated with the given country or offset

    "},{"t":"M","n":"IntlTimeZone::createTimeZone","p":"IntlTimeZone.html#method_createTimeZone","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nCreate a timezone object for the given ID

    "},{"t":"M","n":"IntlTimeZone::createTimeZoneIDEnumeration","p":"IntlTimeZone.html#method_createTimeZoneIDEnumeration","d":"

    (PHP 5 >=5.5.0)
    \nGet an enumeration over system time zone IDs with the given filter conditions

    "},{"t":"M","n":"IntlTimeZone::fromDateTimeZone","p":"IntlTimeZone.html#method_fromDateTimeZone","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nCreate a timezone object from DateTimeZone

    "},{"t":"M","n":"IntlTimeZone::getCanonicalID","p":"IntlTimeZone.html#method_getCanonicalID","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet the canonical system timezone ID or the normalized custom time zone ID for the given time zone ID

    "},{"t":"M","n":"IntlTimeZone::getDisplayName","p":"IntlTimeZone.html#method_getDisplayName","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet a name of this time zone suitable for presentation to the user

    "},{"t":"M","n":"IntlTimeZone::getDSTSavings","p":"IntlTimeZone.html#method_getDSTSavings","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet the amount of time to be added to local standard time to get local wall clock time

    "},{"t":"M","n":"IntlTimeZone::getEquivalentID","p":"IntlTimeZone.html#method_getEquivalentID","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet an ID in the equivalency group that includes the given ID

    "},{"t":"M","n":"IntlTimeZone::getErrorCode","p":"IntlTimeZone.html#method_getErrorCode","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet last error code on the object

    "},{"t":"M","n":"IntlTimeZone::getErrorMessage","p":"IntlTimeZone.html#method_getErrorMessage","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet last error message on the object

    "},{"t":"M","n":"IntlTimeZone::getGMT","p":"IntlTimeZone.html#method_getGMT","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nCreate GMT (UTC) timezone

    "},{"t":"M","n":"IntlTimeZone::getID","p":"IntlTimeZone.html#method_getID","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet timezone ID

    "},{"t":"M","n":"IntlTimeZone::getOffset","p":"IntlTimeZone.html#method_getOffset","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet the time zone raw and GMT offset for the given moment in time

    "},{"t":"M","n":"IntlTimeZone::getRawOffset","p":"IntlTimeZone.html#method_getRawOffset","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet the raw GMT offset (before taking daylight savings time into account

    "},{"t":"M","n":"IntlTimeZone::getRegion","p":"IntlTimeZone.html#method_getRegion","d":"

    (PHP 5 >=5.5.0)
    \nGet the region code associated with the given system time zone ID

    "},{"t":"M","n":"IntlTimeZone::getTZDataVersion","p":"IntlTimeZone.html#method_getTZDataVersion","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nGet the timezone data version currently used by ICU

    "},{"t":"M","n":"IntlTimeZone::getUnknown","p":"IntlTimeZone.html#method_getUnknown","d":"

    (PHP 5 >=5.5.0)
    \nGet the "unknown" time zone

    "},{"t":"M","n":"IntlTimeZone::getWindowsID","p":"IntlTimeZone.html#method_getWindowsID","d":"

    (PHP 7 >=7.1.0)
    \nTranslates a system timezone (e.g. "America/Los_Angeles") into a Windows\ntimezone (e.g. "Pacific Standard Time").

    "},{"t":"M","n":"IntlTimeZone::getIDForWindowsID","p":"IntlTimeZone.html#method_getIDForWindowsID","d":""},{"t":"M","n":"IntlTimeZone::hasSameRules","p":"IntlTimeZone.html#method_hasSameRules","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nCheck if this zone has the same rules and offset as another zone

    "},{"t":"M","n":"IntlTimeZone::toDateTimeZone","p":"IntlTimeZone.html#method_toDateTimeZone","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nConvert to DateTimeZone object

    "},{"t":"M","n":"IntlTimeZone::useDaylightTime","p":"IntlTimeZone.html#method_useDaylightTime","d":"

    (PHP 5 >=5.5.0 PECL intl >= 3.0.0a1)
    \nCheck if this time zone uses daylight savings time

    "},{"t":"M","n":"IntlTimeZone::getIanaID","p":"IntlTimeZone.html#method_getIanaID","d":""},{"t":"M","n":"Iterator::current","p":"Iterator.html#method_current","d":"

    Return the current element

    "},{"t":"M","n":"Iterator::next","p":"Iterator.html#method_next","d":"

    Move forward to next element

    "},{"t":"M","n":"Iterator::key","p":"Iterator.html#method_key","d":"

    Return the key of the current element

    "},{"t":"M","n":"Iterator::valid","p":"Iterator.html#method_valid","d":"

    Checks if current position is valid

    "},{"t":"M","n":"Iterator::rewind","p":"Iterator.html#method_rewind","d":"

    Rewind the Iterator to the first element

    "},{"t":"M","n":"IteratorAggregate::getIterator","p":"IteratorAggregate.html#method_getIterator","d":"

    Retrieve an external iterator

    "},{"t":"M","n":"IteratorIterator::__construct","p":"IteratorIterator.html#method___construct","d":"

    Create an iterator from anything that is traversable

    "},{"t":"M","n":"IteratorIterator::getInnerIterator","p":"IteratorIterator.html#method_getInnerIterator","d":"

    Get the inner iterator

    "},{"t":"M","n":"IteratorIterator::rewind","p":"IteratorIterator.html#method_rewind","d":"

    Rewind to the first element

    "},{"t":"M","n":"IteratorIterator::valid","p":"IteratorIterator.html#method_valid","d":"

    Checks if the iterator is valid

    "},{"t":"M","n":"IteratorIterator::key","p":"IteratorIterator.html#method_key","d":"

    Get the key of the current element

    "},{"t":"M","n":"IteratorIterator::current","p":"IteratorIterator.html#method_current","d":"

    Get the current value

    "},{"t":"M","n":"IteratorIterator::next","p":"IteratorIterator.html#method_next","d":"

    Forward to the next element

    "},{"t":"M","n":"JavaException::getCause","p":"JavaException.html#method_getCause","d":"

    Get Java exception that led to this exception

    "},{"t":"M","n":"JetBrains\\PhpStorm\\ArrayShape::__construct","p":"JetBrains/PhpStorm/ArrayShape.html#method___construct","d":null},{"t":"M","n":"JetBrains\\PhpStorm\\Deprecated::__construct","p":"JetBrains/PhpStorm/Deprecated.html#method___construct","d":"

    Mark element as deprecated

    "},{"t":"M","n":"JetBrains\\PhpStorm\\ExpectedValues::__construct","p":"JetBrains/PhpStorm/ExpectedValues.html#method___construct","d":null},{"t":"M","n":"JetBrains\\PhpStorm\\Immutable::__construct","p":"JetBrains/PhpStorm/Immutable.html#method___construct","d":null},{"t":"M","n":"JetBrains\\PhpStorm\\Internal\\LanguageLevelTypeAware::__construct","p":"JetBrains/PhpStorm/Internal/LanguageLevelTypeAware.html#method___construct","d":null},{"t":"M","n":"JetBrains\\PhpStorm\\Internal\\PhpStormStubsElementAvailable::__construct","p":"JetBrains/PhpStorm/Internal/PhpStormStubsElementAvailable.html#method___construct","d":null},{"t":"M","n":"JetBrains\\PhpStorm\\Internal\\ReturnTypeContract::__construct","p":"JetBrains/PhpStorm/Internal/ReturnTypeContract.html#method___construct","d":null},{"t":"M","n":"JetBrains\\PhpStorm\\Language::__construct","p":"JetBrains/PhpStorm/Language.html#method___construct","d":""},{"t":"M","n":"JetBrains\\PhpStorm\\NoReturn::__construct","p":"JetBrains/PhpStorm/NoReturn.html#method___construct","d":null},{"t":"M","n":"JetBrains\\PhpStorm\\ObjectShape::__construct","p":"JetBrains/PhpStorm/ObjectShape.html#method___construct","d":null},{"t":"M","n":"JetBrains\\PhpStorm\\Pure::__construct","p":"JetBrains/PhpStorm/Pure.html#method___construct","d":""},{"t":"M","n":"JsonIncrementalParser::__construct","p":"JsonIncrementalParser.html#method___construct","d":""},{"t":"M","n":"JsonIncrementalParser::getError","p":"JsonIncrementalParser.html#method_getError","d":null},{"t":"M","n":"JsonIncrementalParser::reset","p":"JsonIncrementalParser.html#method_reset","d":null},{"t":"M","n":"JsonIncrementalParser::parse","p":"JsonIncrementalParser.html#method_parse","d":""},{"t":"M","n":"JsonIncrementalParser::parseFile","p":"JsonIncrementalParser.html#method_parseFile","d":""},{"t":"M","n":"JsonIncrementalParser::get","p":"JsonIncrementalParser.html#method_get","d":""},{"t":"M","n":"JsonSerializable::jsonSerialize","p":"JsonSerializable.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"Judy::__construct","p":"Judy.html#method___construct","d":"

    (PECL judy >= 0.1.1)
    \nConstruct a new Judy object. A Judy object can be accessed like a PHP Array.

    "},{"t":"M","n":"Judy::__destruct","p":"Judy.html#method___destruct","d":"

    (PECL judy >= 0.1.1)
    \nDestruct a Judy object.

    "},{"t":"M","n":"Judy::byCount","p":"Judy.html#method_byCount","d":"

    (PECL judy >= 0.1.1)
    \nLocate the Nth index present in the Judy array.

    "},{"t":"M","n":"Judy::count","p":"Judy.html#method_count","d":"

    (PECL judy >= 0.1.1)
    \nCount the number of elements in the Judy array.

    "},{"t":"M","n":"Judy::first","p":"Judy.html#method_first","d":"

    (PECL judy >= 0.1.1)
    \nSearch (inclusive) for the first index present that is equal to or greater than the passed Index.

    "},{"t":"M","n":"Judy::firstEmpty","p":"Judy.html#method_firstEmpty","d":"

    (PECL judy >= 0.1.1)
    \nSearch (inclusive) for the first absent index that is equal to or greater than the passed Index.

    "},{"t":"M","n":"Judy::free","p":"Judy.html#method_free","d":"

    (PECL judy >= 0.1.1)
    \nFree the entire Judy array.

    "},{"t":"M","n":"Judy::getType","p":"Judy.html#method_getType","d":"

    (PECL judy >= 0.1.1)
    \nReturn an integer corresponding to the Judy type of the current object.

    "},{"t":"M","n":"Judy::last","p":"Judy.html#method_last","d":"

    (PECL judy >= 0.1.1)
    \nSearch (inclusive) for the last index present that is equal to or less than the passed Index.

    "},{"t":"M","n":"Judy::lastEmpty","p":"Judy.html#method_lastEmpty","d":"

    (PECL judy >= 0.1.1)
    \nSearch (inclusive) for the last absent index that is equal to or less than the passed Index.

    "},{"t":"M","n":"Judy::memoryUsage","p":"Judy.html#method_memoryUsage","d":"

    (PECL judy >= 0.1.1)
    \nReturn the memory used by the Judy array.

    "},{"t":"M","n":"Judy::next","p":"Judy.html#method_next","d":"

    (PECL judy >= 0.1.1)
    \nSearch (exclusive) for the next index present that is greater than the passed Index.

    "},{"t":"M","n":"Judy::nextEmpty","p":"Judy.html#method_nextEmpty","d":"

    (PECL judy >= 0.1.1)
    \nSearch (exclusive) for the next absent index that is greater than the passed Index.

    "},{"t":"M","n":"Judy::offsetExists","p":"Judy.html#method_offsetExists","d":"

    (PECL judy >= 0.1.1)
    \nWhether or not an offset exists.

    "},{"t":"M","n":"Judy::offsetGet","p":"Judy.html#method_offsetGet","d":"

    (PECL judy >= 0.1.1)
    \nReturns the value at specified offset.

    "},{"t":"M","n":"Judy::offsetSet","p":"Judy.html#method_offsetSet","d":"

    (PECL judy >= 0.1.1)
    \nAssigns a value to the specified offset.

    "},{"t":"M","n":"Judy::offsetUnset","p":"Judy.html#method_offsetUnset","d":"

    (PECL judy >= 0.1.1)
    \nUnsets an offset.

    "},{"t":"M","n":"Judy::prev","p":"Judy.html#method_prev","d":"

    (PECL judy >= 0.1.1)
    \nSearch (exclusive) for the previous index present that is less than the passed Index.

    "},{"t":"M","n":"Judy::prevEmpty","p":"Judy.html#method_prevEmpty","d":"

    (PECL judy >= 0.1.1)
    \nSearch (exclusive) for the previous index absent that is less than the passed Index.

    "},{"t":"M","n":"Judy::size","p":"Judy.html#method_size","d":"

    (PECL judy >= 0.1.1)
    \nCount the number of elements in the Judy array.
    \nThis method is an alias of const count.

    "},{"t":"M","n":"LevelDB::__construct","p":"LevelDB.html#method___construct","d":""},{"t":"M","n":"LevelDB::get","p":"LevelDB.html#method_get","d":""},{"t":"M","n":"LevelDB::set","p":"LevelDB.html#method_set","d":"

    Alias of LevelDB::put()

    "},{"t":"M","n":"LevelDB::put","p":"LevelDB.html#method_put","d":""},{"t":"M","n":"LevelDB::delete","p":"LevelDB.html#method_delete","d":""},{"t":"M","n":"LevelDB::write","p":"LevelDB.html#method_write","d":"

    Executes all of the operations added in the write batch.

    "},{"t":"M","n":"LevelDB::getProperty","p":"LevelDB.html#method_getProperty","d":"

    Valid properties:

    \n
      \n
    • leveldb.stats: returns the status of the entire db
    • \n
    • leveldb.num-files-at-level: returns the number of files for each level. For example, you can use leveldb.num-files-at-level0 the number of files for zero level.
    • \n
    "},{"t":"M","n":"LevelDB::getApproximateSizes","p":"LevelDB.html#method_getApproximateSizes","d":null},{"t":"M","n":"LevelDB::compactRange","p":"LevelDB.html#method_compactRange","d":null},{"t":"M","n":"LevelDB::close","p":"LevelDB.html#method_close","d":null},{"t":"M","n":"LevelDB::getIterator","p":"LevelDB.html#method_getIterator","d":""},{"t":"M","n":"LevelDB::getSnapshot","p":"LevelDB.html#method_getSnapshot","d":""},{"t":"M","n":"LevelDB::destroy","p":"LevelDB.html#method_destroy","d":null},{"t":"M","n":"LevelDB::repair","p":"LevelDB.html#method_repair","d":null},{"t":"M","n":"LevelDBIterator::__construct","p":"LevelDBIterator.html#method___construct","d":null},{"t":"M","n":"LevelDBIterator::valid","p":"LevelDBIterator.html#method_valid","d":"

    Checks if current position is valid

    "},{"t":"M","n":"LevelDBIterator::rewind","p":"LevelDBIterator.html#method_rewind","d":"

    Rewind the Iterator to the first element

    "},{"t":"M","n":"LevelDBIterator::last","p":"LevelDBIterator.html#method_last","d":null},{"t":"M","n":"LevelDBIterator::seek","p":"LevelDBIterator.html#method_seek","d":null},{"t":"M","n":"LevelDBIterator::next","p":"LevelDBIterator.html#method_next","d":"

    Move forward to next element

    "},{"t":"M","n":"LevelDBIterator::prev","p":"LevelDBIterator.html#method_prev","d":null},{"t":"M","n":"LevelDBIterator::key","p":"LevelDBIterator.html#method_key","d":"

    Return the key of the current element

    "},{"t":"M","n":"LevelDBIterator::current","p":"LevelDBIterator.html#method_current","d":"

    Return the current element

    "},{"t":"M","n":"LevelDBIterator::getError","p":"LevelDBIterator.html#method_getError","d":null},{"t":"M","n":"LevelDBIterator::destroy","p":"LevelDBIterator.html#method_destroy","d":null},{"t":"M","n":"LevelDBSnapshot::__construct","p":"LevelDBSnapshot.html#method___construct","d":null},{"t":"M","n":"LevelDBSnapshot::release","p":"LevelDBSnapshot.html#method_release","d":null},{"t":"M","n":"LevelDBWriteBatch::__construct","p":"LevelDBWriteBatch.html#method___construct","d":null},{"t":"M","n":"LevelDBWriteBatch::set","p":"LevelDBWriteBatch.html#method_set","d":null},{"t":"M","n":"LevelDBWriteBatch::put","p":"LevelDBWriteBatch.html#method_put","d":null},{"t":"M","n":"LevelDBWriteBatch::delete","p":"LevelDBWriteBatch.html#method_delete","d":null},{"t":"M","n":"LevelDBWriteBatch::clear","p":"LevelDBWriteBatch.html#method_clear","d":null},{"t":"M","n":"LimitIterator::__construct","p":"LimitIterator.html#method___construct","d":"

    Construct a LimitIterator

    "},{"t":"M","n":"LimitIterator::rewind","p":"LimitIterator.html#method_rewind","d":"

    Rewind the iterator to the specified starting offset

    "},{"t":"M","n":"LimitIterator::valid","p":"LimitIterator.html#method_valid","d":"

    Check whether the current element is valid

    "},{"t":"M","n":"LimitIterator::key","p":"LimitIterator.html#method_key","d":"

    Get current key

    "},{"t":"M","n":"LimitIterator::current","p":"LimitIterator.html#method_current","d":"

    Get current element

    "},{"t":"M","n":"LimitIterator::next","p":"LimitIterator.html#method_next","d":"

    Move the iterator forward

    "},{"t":"M","n":"LimitIterator::seek","p":"LimitIterator.html#method_seek","d":"

    Seek to the given position

    "},{"t":"M","n":"LimitIterator::getPosition","p":"LimitIterator.html#method_getPosition","d":"

    Return the current position

    "},{"t":"M","n":"LimitIterator::getInnerIterator","p":"LimitIterator.html#method_getInnerIterator","d":"

    Get inner iterator

    "},{"t":"M","n":"Locale::getDefault","p":"Locale.html#method_getDefault","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGets the default locale value from the INTL global 'default_locale'

    "},{"t":"M","n":"Locale::setDefault","p":"Locale.html#method_setDefault","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nsets the default runtime locale

    "},{"t":"M","n":"Locale::getPrimaryLanguage","p":"Locale.html#method_getPrimaryLanguage","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGets the primary language for the input locale

    "},{"t":"M","n":"Locale::getScript","p":"Locale.html#method_getScript","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGets the script for the input locale

    "},{"t":"M","n":"Locale::getRegion","p":"Locale.html#method_getRegion","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGets the region for the input locale

    "},{"t":"M","n":"Locale::getKeywords","p":"Locale.html#method_getKeywords","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGets the keywords for the input locale

    "},{"t":"M","n":"Locale::getDisplayScript","p":"Locale.html#method_getDisplayScript","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nReturns an appropriately localized display name for script of the input locale

    "},{"t":"M","n":"Locale::getDisplayRegion","p":"Locale.html#method_getDisplayRegion","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nReturns an appropriately localized display name for region of the input locale

    "},{"t":"M","n":"Locale::getDisplayName","p":"Locale.html#method_getDisplayName","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nReturns an appropriately localized display name for the input locale

    "},{"t":"M","n":"Locale::getDisplayLanguage","p":"Locale.html#method_getDisplayLanguage","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nReturns an appropriately localized display name for language of the inputlocale

    "},{"t":"M","n":"Locale::getDisplayVariant","p":"Locale.html#method_getDisplayVariant","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nReturns an appropriately localized display name for variants of the input locale

    "},{"t":"M","n":"Locale::composeLocale","p":"Locale.html#method_composeLocale","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nReturns a correctly ordered and delimited locale ID

    "},{"t":"M","n":"Locale::parseLocale","p":"Locale.html#method_parseLocale","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nReturns a key-value array of locale ID subtag elements.

    "},{"t":"M","n":"Locale::getAllVariants","p":"Locale.html#method_getAllVariants","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGets the variants for the input locale

    "},{"t":"M","n":"Locale::filterMatches","p":"Locale.html#method_filterMatches","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nChecks if a language tag filter matches with locale

    "},{"t":"M","n":"Locale::lookup","p":"Locale.html#method_lookup","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nSearches the language tag list for the best match to the language

    "},{"t":"M","n":"Locale::canonicalize","p":"Locale.html#method_canonicalize","d":""},{"t":"M","n":"Locale::acceptFromHttp","p":"Locale.html#method_acceptFromHttp","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nTries to find out best available locale based on HTTP "Accept-Language" header

    "},{"t":"M","n":"Lua::__construct","p":"Lua.html#method___construct","d":""},{"t":"M","n":"Lua::assign","p":"Lua.html#method_assign","d":""},{"t":"M","n":"Lua::call","p":"Lua.html#method_call","d":""},{"t":"M","n":"Lua::eval","p":"Lua.html#method_eval","d":""},{"t":"M","n":"Lua::include","p":"Lua.html#method_include","d":""},{"t":"M","n":"Lua::getVersion","p":"Lua.html#method_getVersion","d":""},{"t":"M","n":"Lua::registerCallback","p":"Lua.html#method_registerCallback","d":""},{"t":"M","n":"LuaSandbox::callFunction","p":"LuaSandbox.html#method_callFunction","d":"

    Call a function in a Lua global variable.

    "},{"t":"M","n":"LuaSandbox::disableProfiler","p":"LuaSandbox.html#method_disableProfiler","d":"

    Disable the profiler.

    "},{"t":"M","n":"LuaSandbox::enableProfiler","p":"LuaSandbox.html#method_enableProfiler","d":"

    Enable the profiler.

    "},{"t":"M","n":"LuaSandbox::getCPUUsage","p":"LuaSandbox.html#method_getCPUUsage","d":"

    Fetch the current CPU time usage of the Lua environment.

    "},{"t":"M","n":"LuaSandbox::getMemoryUsage","p":"LuaSandbox.html#method_getMemoryUsage","d":"

    Fetch the current memory usage of the Lua environment.

    "},{"t":"M","n":"LuaSandbox::getPeakMemoryUsage","p":"LuaSandbox.html#method_getPeakMemoryUsage","d":"

    Fetch the peak memory usage of the Lua environment.

    "},{"t":"M","n":"LuaSandbox::getProfilerFunctionReport","p":"LuaSandbox.html#method_getProfilerFunctionReport","d":"

    Fetch profiler data.

    "},{"t":"M","n":"LuaSandbox::getVersionInfo","p":"LuaSandbox.html#method_getVersionInfo","d":"

    Return the versions of LuaSandbox and Lua.

    "},{"t":"M","n":"LuaSandbox::loadBinary","p":"LuaSandbox.html#method_loadBinary","d":"

    Load a precompiled binary chunk into the Lua environment.

    "},{"t":"M","n":"LuaSandbox::loadString","p":"LuaSandbox.html#method_loadString","d":"

    Load Lua code into the Lua environment.

    "},{"t":"M","n":"LuaSandbox::pauseUsageTimer","p":"LuaSandbox.html#method_pauseUsageTimer","d":"

    Pause the CPU usage timer.

    "},{"t":"M","n":"LuaSandbox::registerLibrary","p":"LuaSandbox.html#method_registerLibrary","d":"

    Register a set of PHP functions as a Lua library.

    "},{"t":"M","n":"LuaSandbox::setCPULimit","p":"LuaSandbox.html#method_setCPULimit","d":"

    Set the CPU time limit for the Lua environment.

    "},{"t":"M","n":"LuaSandbox::setMemoryLimit","p":"LuaSandbox.html#method_setMemoryLimit","d":"

    Set the memory limit for the Lua environment.

    "},{"t":"M","n":"LuaSandbox::unpauseUsageTimer","p":"LuaSandbox.html#method_unpauseUsageTimer","d":"

    Unpause the timer paused by LuaSandbox::pauseUsageTimer().

    "},{"t":"M","n":"LuaSandbox::wrapPhpFunction","p":"LuaSandbox.html#method_wrapPhpFunction","d":"

    Wrap a PHP callable in a LuaSandboxFunction.

    "},{"t":"M","n":"LuaSandboxFunction::call","p":"LuaSandboxFunction.html#method_call","d":"

    Call a Lua function.

    "},{"t":"M","n":"LuaSandboxFunction::dump","p":"LuaSandboxFunction.html#method_dump","d":"

    Dump the function as a binary blob.

    "},{"t":"M","n":"Memcache::pconnect","p":"Memcache.html#method_pconnect","d":"

    (PECL memcache >= 0.4.0)
    \nOpen memcached server persistent connection

    "},{"t":"M","n":"MemcachePool::connect","p":"MemcachePool.html#method_connect","d":"

    (PECL memcache >= 0.2.0)
    \nOpen memcached server connection

    "},{"t":"M","n":"MemcachePool::addServer","p":"MemcachePool.html#method_addServer","d":"

    (PECL memcache >= 2.0.0)
    \nAdd a memcached server to connection pool

    "},{"t":"M","n":"MemcachePool::setServerParams","p":"MemcachePool.html#method_setServerParams","d":"

    (PECL memcache >= 2.1.0)
    \nChanges server parameters and status at runtime

    "},{"t":"M","n":"MemcachePool::setFailureCallback","p":"MemcachePool.html#method_setFailureCallback","d":null},{"t":"M","n":"MemcachePool::getServerStatus","p":"MemcachePool.html#method_getServerStatus","d":"

    (PECL memcache >= 2.1.0)
    \nReturns server status

    "},{"t":"M","n":"MemcachePool::findServer","p":"MemcachePool.html#method_findServer","d":null},{"t":"M","n":"MemcachePool::getVersion","p":"MemcachePool.html#method_getVersion","d":"

    (PECL memcache >= 0.2.0)
    \nReturn version of the server

    "},{"t":"M","n":"MemcachePool::add","p":"MemcachePool.html#method_add","d":"

    (PECL memcache >= 2.0.0)
    \nAdd an item to the server. If the key already exists, the value will not be added and FALSE will be returned.

    "},{"t":"M","n":"MemcachePool::set","p":"MemcachePool.html#method_set","d":"

    (PECL memcache >= 0.2.0)
    \nStores an item var with key on the memcached server. Parameter expire is expiration time in seconds.

    "},{"t":"M","n":"MemcachePool::replace","p":"MemcachePool.html#method_replace","d":"

    (PECL memcache >= 0.2.0)
    \nReplace value of the existing item

    "},{"t":"M","n":"MemcachePool::cas","p":"MemcachePool.html#method_cas","d":null},{"t":"M","n":"MemcachePool::append","p":"MemcachePool.html#method_append","d":null},{"t":"M","n":"MemcachePool::prepend","p":"MemcachePool.html#method_prepend","d":""},{"t":"M","n":"MemcachePool::get","p":"MemcachePool.html#method_get","d":"

    (PECL memcache >= 0.2.0)
    \nRetrieve item from the server

    "},{"t":"M","n":"MemcachePool::delete","p":"MemcachePool.html#method_delete","d":"

    (PECL memcache >= 0.2.0)
    \nDelete item from the server\nhttps://secure.php.net/manual/en/memcache.delete.php

    "},{"t":"M","n":"MemcachePool::getStats","p":"MemcachePool.html#method_getStats","d":"

    (PECL memcache >= 0.2.0)
    \nGet statistics of the server

    "},{"t":"M","n":"MemcachePool::getExtendedStats","p":"MemcachePool.html#method_getExtendedStats","d":"

    (PECL memcache >= 2.0.0)
    \nGet statistics from all servers in pool

    "},{"t":"M","n":"MemcachePool::setCompressThreshold","p":"MemcachePool.html#method_setCompressThreshold","d":"

    (PECL memcache >= 2.0.0)
    \nEnable automatic compression of large values

    "},{"t":"M","n":"MemcachePool::increment","p":"MemcachePool.html#method_increment","d":"

    (PECL memcache >= 0.2.0)
    \nIncrement item's value

    "},{"t":"M","n":"MemcachePool::decrement","p":"MemcachePool.html#method_decrement","d":"

    (PECL memcache >= 0.2.0)
    \nDecrement item's value

    "},{"t":"M","n":"MemcachePool::close","p":"MemcachePool.html#method_close","d":"

    (PECL memcache >= 0.4.0)
    \nClose memcached server connection

    "},{"t":"M","n":"MemcachePool::flush","p":"MemcachePool.html#method_flush","d":"

    (PECL memcache >= 1.0.0)
    \nFlush all existing items at the server

    "},{"t":"M","n":"Memcached::__construct","p":"Memcached.html#method___construct","d":"

    (PECL memcached >= 0.1.0)
    \nCreate a Memcached instance

    "},{"t":"M","n":"Memcached::getResultCode","p":"Memcached.html#method_getResultCode","d":"

    (PECL memcached >= 0.1.0)
    \nReturn the result code of the last operation

    "},{"t":"M","n":"Memcached::getResultMessage","p":"Memcached.html#method_getResultMessage","d":"

    (PECL memcached >= 1.0.0)
    \nReturn the message describing the result of the last operation

    "},{"t":"M","n":"Memcached::get","p":"Memcached.html#method_get","d":"

    (PECL memcached >= 0.1.0)
    \nRetrieve an item

    "},{"t":"M","n":"Memcached::getByKey","p":"Memcached.html#method_getByKey","d":"

    (PECL memcached >= 0.1.0)
    \nRetrieve an item from a specific server

    "},{"t":"M","n":"Memcached::getMulti","p":"Memcached.html#method_getMulti","d":"

    (PECL memcached >= 0.1.0)
    \nRetrieve multiple items

    "},{"t":"M","n":"Memcached::getMultiByKey","p":"Memcached.html#method_getMultiByKey","d":"

    (PECL memcached >= 0.1.0)
    \nRetrieve multiple items from a specific server

    "},{"t":"M","n":"Memcached::getDelayed","p":"Memcached.html#method_getDelayed","d":"

    (PECL memcached >= 0.1.0)
    \nRequest multiple items

    "},{"t":"M","n":"Memcached::getDelayedByKey","p":"Memcached.html#method_getDelayedByKey","d":"

    (PECL memcached >= 0.1.0)
    \nRequest multiple items from a specific server

    "},{"t":"M","n":"Memcached::fetch","p":"Memcached.html#method_fetch","d":"

    (PECL memcached >= 0.1.0)
    \nFetch the next result

    "},{"t":"M","n":"Memcached::fetchAll","p":"Memcached.html#method_fetchAll","d":"

    (PECL memcached >= 0.1.0)
    \nFetch all the remaining results

    "},{"t":"M","n":"Memcached::set","p":"Memcached.html#method_set","d":"

    (PECL memcached >= 0.1.0)
    \nStore an item

    "},{"t":"M","n":"Memcached::setByKey","p":"Memcached.html#method_setByKey","d":"

    (PECL memcached >= 0.1.0)
    \nStore an item on a specific server

    "},{"t":"M","n":"Memcached::touch","p":"Memcached.html#method_touch","d":"

    (PECL memcached >= 2.0.0)
    \nSet a new expiration on an item

    "},{"t":"M","n":"Memcached::touchByKey","p":"Memcached.html#method_touchByKey","d":"

    (PECL memcached >= 2.0.0)
    \nSet a new expiration on an item on a specific server

    "},{"t":"M","n":"Memcached::setMulti","p":"Memcached.html#method_setMulti","d":"

    (PECL memcached >= 0.1.0)
    \nStore multiple items

    "},{"t":"M","n":"Memcached::setMultiByKey","p":"Memcached.html#method_setMultiByKey","d":"

    (PECL memcached >= 0.1.0)
    \nStore multiple items on a specific server

    "},{"t":"M","n":"Memcached::cas","p":"Memcached.html#method_cas","d":"

    (PECL memcached >= 0.1.0)
    \nCompare and swap an item

    "},{"t":"M","n":"Memcached::casByKey","p":"Memcached.html#method_casByKey","d":"

    (PECL memcached >= 0.1.0)
    \nCompare and swap an item on a specific server

    "},{"t":"M","n":"Memcached::add","p":"Memcached.html#method_add","d":"

    (PECL memcached >= 0.1.0)
    \nAdd an item under a new key

    "},{"t":"M","n":"Memcached::addByKey","p":"Memcached.html#method_addByKey","d":"

    (PECL memcached >= 0.1.0)
    \nAdd an item under a new key on a specific server

    "},{"t":"M","n":"Memcached::append","p":"Memcached.html#method_append","d":"

    (PECL memcached >= 0.1.0)
    \nAppend data to an existing item

    "},{"t":"M","n":"Memcached::appendByKey","p":"Memcached.html#method_appendByKey","d":"

    (PECL memcached >= 0.1.0)
    \nAppend data to an existing item on a specific server

    "},{"t":"M","n":"Memcached::prepend","p":"Memcached.html#method_prepend","d":"

    (PECL memcached >= 0.1.0)
    \nPrepend data to an existing item

    "},{"t":"M","n":"Memcached::prependByKey","p":"Memcached.html#method_prependByKey","d":"

    (PECL memcached >= 0.1.0)
    \nPrepend data to an existing item on a specific server

    "},{"t":"M","n":"Memcached::replace","p":"Memcached.html#method_replace","d":"

    (PECL memcached >= 0.1.0)
    \nReplace the item under an existing key

    "},{"t":"M","n":"Memcached::replaceByKey","p":"Memcached.html#method_replaceByKey","d":"

    (PECL memcached >= 0.1.0)
    \nReplace the item under an existing key on a specific server

    "},{"t":"M","n":"Memcached::delete","p":"Memcached.html#method_delete","d":"

    (PECL memcached >= 0.1.0)
    \nDelete an item

    "},{"t":"M","n":"Memcached::deleteMulti","p":"Memcached.html#method_deleteMulti","d":"

    (PECL memcached >= 2.0.0)
    \nDelete multiple items

    "},{"t":"M","n":"Memcached::deleteByKey","p":"Memcached.html#method_deleteByKey","d":"

    (PECL memcached >= 0.1.0)
    \nDelete an item from a specific server

    "},{"t":"M","n":"Memcached::deleteMultiByKey","p":"Memcached.html#method_deleteMultiByKey","d":"

    (PECL memcached >= 2.0.0)
    \nDelete multiple items from a specific server

    "},{"t":"M","n":"Memcached::increment","p":"Memcached.html#method_increment","d":"

    (PECL memcached >= 0.1.0)
    \nIncrement numeric item's value

    "},{"t":"M","n":"Memcached::decrement","p":"Memcached.html#method_decrement","d":"

    (PECL memcached >= 0.1.0)
    \nDecrement numeric item's value

    "},{"t":"M","n":"Memcached::incrementByKey","p":"Memcached.html#method_incrementByKey","d":"

    (PECL memcached >= 2.0.0)
    \nIncrement numeric item's value, stored on a specific server

    "},{"t":"M","n":"Memcached::decrementByKey","p":"Memcached.html#method_decrementByKey","d":"

    (PECL memcached >= 2.0.0)
    \nDecrement numeric item's value, stored on a specific server

    "},{"t":"M","n":"Memcached::addServer","p":"Memcached.html#method_addServer","d":"

    (PECL memcached >= 0.1.0)
    \nAdd a server to the server pool

    "},{"t":"M","n":"Memcached::addServers","p":"Memcached.html#method_addServers","d":"

    (PECL memcached >= 0.1.1)
    \nAdd multiple servers to the server pool

    "},{"t":"M","n":"Memcached::getServerList","p":"Memcached.html#method_getServerList","d":"

    (PECL memcached >= 0.1.0)
    \nGet the list of the servers in the pool

    "},{"t":"M","n":"Memcached::getServerByKey","p":"Memcached.html#method_getServerByKey","d":"

    (PECL memcached >= 0.1.0)
    \nMap a key to a server

    "},{"t":"M","n":"Memcached::resetServerList","p":"Memcached.html#method_resetServerList","d":"

    (PECL memcached >= 2.0.0)
    \nClears all servers from the server list

    "},{"t":"M","n":"Memcached::quit","p":"Memcached.html#method_quit","d":"

    (PECL memcached >= 2.0.0)
    \nClose any open connections

    "},{"t":"M","n":"Memcached::getStats","p":"Memcached.html#method_getStats","d":"

    (PECL memcached >= 0.1.0)
    \nGet server pool statistics

    "},{"t":"M","n":"Memcached::getVersion","p":"Memcached.html#method_getVersion","d":"

    (PECL memcached >= 0.1.5)
    \nGet server pool version info

    "},{"t":"M","n":"Memcached::getAllKeys","p":"Memcached.html#method_getAllKeys","d":"

    (PECL memcached >= 2.0.0)
    \nGets the keys stored on all the servers

    "},{"t":"M","n":"Memcached::flush","p":"Memcached.html#method_flush","d":"

    (PECL memcached >= 0.1.0)
    \nInvalidate all items in the cache

    "},{"t":"M","n":"Memcached::getOption","p":"Memcached.html#method_getOption","d":"

    (PECL memcached >= 0.1.0)
    \nRetrieve a Memcached option value

    "},{"t":"M","n":"Memcached::setOption","p":"Memcached.html#method_setOption","d":"

    (PECL memcached >= 0.1.0)
    \nSet a Memcached option

    "},{"t":"M","n":"Memcached::setOptions","p":"Memcached.html#method_setOptions","d":"

    (PECL memcached >= 2.0.0)
    \nSet Memcached options

    "},{"t":"M","n":"Memcached::setSaslAuthData","p":"Memcached.html#method_setSaslAuthData","d":"

    (PECL memcached >= 2.0.0)
    \nSet the credentials to use for authentication

    "},{"t":"M","n":"Memcached::isPersistent","p":"Memcached.html#method_isPersistent","d":"

    (PECL memcached >= 2.0.0)
    \nCheck if a persitent connection to memcache is being used

    "},{"t":"M","n":"Memcached::isPristine","p":"Memcached.html#method_isPristine","d":"

    (PECL memcached >= 2.0.0)
    \nCheck if the instance was recently created

    "},{"t":"M","n":"Memcached::checkKey","p":"Memcached.html#method_checkKey","d":"

    (PECL memcached >= 3.2.0)
    \nCheck if the given key is valid.

    "},{"t":"M","n":"Memcached::flushBuffers","p":"Memcached.html#method_flushBuffers","d":"

    Flush and send buffered commands

    "},{"t":"M","n":"Memcached::setEncodingKey","p":"Memcached.html#method_setEncodingKey","d":"

    Sets AES encryption key (libmemcached 1.0.6 and higher)

    "},{"t":"M","n":"Memcached::getLastDisconnectedServer","p":"Memcached.html#method_getLastDisconnectedServer","d":"

    Returns the last disconnected server. Was added in 0.34 according to libmemcached's Changelog

    "},{"t":"M","n":"Memcached::getLastErrorErrno","p":"Memcached.html#method_getLastErrorErrno","d":"

    Returns the last error errno that occurred

    "},{"t":"M","n":"Memcached::getLastErrorCode","p":"Memcached.html#method_getLastErrorCode","d":"

    Returns the last error code that occurred

    "},{"t":"M","n":"Memcached::getLastErrorMessage","p":"Memcached.html#method_getLastErrorMessage","d":"

    Returns the last error message that occurred

    "},{"t":"M","n":"Memcached::setBucket","p":"Memcached.html#method_setBucket","d":"

    Sets the memcached virtual buckets

    "},{"t":"M","n":"MemcachedException::__construct","p":"MemcachedException.html#method___construct","d":"

    Construct the exception. Note: The message is NOT binary safe.

    "},{"t":"M","n":"MessageFormatter::__construct","p":"MessageFormatter.html#method___construct","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nConstructs a new Message Formatter

    "},{"t":"M","n":"MessageFormatter::create","p":"MessageFormatter.html#method_create","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nConstructs a new Message Formatter

    "},{"t":"M","n":"MessageFormatter::format","p":"MessageFormatter.html#method_format","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nFormat the message

    "},{"t":"M","n":"MessageFormatter::formatMessage","p":"MessageFormatter.html#method_formatMessage","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nQuick format message

    "},{"t":"M","n":"MessageFormatter::parse","p":"MessageFormatter.html#method_parse","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nParse input string according to pattern

    "},{"t":"M","n":"MessageFormatter::parseMessage","p":"MessageFormatter.html#method_parseMessage","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nQuick parse input string

    "},{"t":"M","n":"MessageFormatter::setPattern","p":"MessageFormatter.html#method_setPattern","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nSet the pattern used by the formatter

    "},{"t":"M","n":"MessageFormatter::getPattern","p":"MessageFormatter.html#method_getPattern","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet the pattern used by the formatter

    "},{"t":"M","n":"MessageFormatter::getLocale","p":"MessageFormatter.html#method_getLocale","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet the locale for which the formatter was created.

    "},{"t":"M","n":"MessageFormatter::getErrorCode","p":"MessageFormatter.html#method_getErrorCode","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet the error code from last operation

    "},{"t":"M","n":"MessageFormatter::getErrorMessage","p":"MessageFormatter.html#method_getErrorMessage","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet the error text from the last operation

    "},{"t":"M","n":"MessagePack::__construct","p":"MessagePack.html#method___construct","d":""},{"t":"M","n":"MessagePack::setOption","p":"MessagePack.html#method_setOption","d":null},{"t":"M","n":"MessagePack::pack","p":"MessagePack.html#method_pack","d":null},{"t":"M","n":"MessagePack::unpack","p":"MessagePack.html#method_unpack","d":""},{"t":"M","n":"MessagePack::unpacker","p":"MessagePack.html#method_unpacker","d":null},{"t":"M","n":"MessagePackUnpacker::__construct","p":"MessagePackUnpacker.html#method___construct","d":""},{"t":"M","n":"MessagePackUnpacker::__destruct","p":"MessagePackUnpacker.html#method___destruct","d":null},{"t":"M","n":"MessagePackUnpacker::setOption","p":"MessagePackUnpacker.html#method_setOption","d":null},{"t":"M","n":"MessagePackUnpacker::feed","p":"MessagePackUnpacker.html#method_feed","d":null},{"t":"M","n":"MessagePackUnpacker::execute","p":"MessagePackUnpacker.html#method_execute","d":""},{"t":"M","n":"MessagePackUnpacker::data","p":"MessagePackUnpacker.html#method_data","d":""},{"t":"M","n":"MessagePackUnpacker::reset","p":"MessagePackUnpacker.html#method_reset","d":null},{"t":"M","n":"Mongo::getPoolSize","p":"Mongo.html#method_getPoolSize","d":"

    (PECL mongo >= 1.2.0)
    \nGet pool size for connection pools

    "},{"t":"M","n":"Mongo::getSlave","p":"Mongo.html#method_getSlave","d":"

    (PECL mongo >= 1.1.0)
    \nReturns the address being used by this for slaveOkay reads

    "},{"t":"M","n":"Mongo::getSlaveOkay","p":"Mongo.html#method_getSlaveOkay","d":"

    (PECL mongo >= 1.1.0)
    \nGet slaveOkay setting for this connection

    "},{"t":"M","n":"Mongo::pairConnect","p":"Mongo.html#method_pairConnect","d":"

    Connects to paired database server

    "},{"t":"M","n":"Mongo::poolDebug","p":"Mongo.html#method_poolDebug","d":"

    (PECL mongo >= 1.2.0)
    \nReturns information about all connection pools.

    "},{"t":"M","n":"Mongo::setSlaveOkay","p":"Mongo.html#method_setSlaveOkay","d":"

    (PECL mongo >= 1.1.0)
    \nChange slaveOkay setting for this connection

    "},{"t":"M","n":"Mongo::setPoolSize","p":"Mongo.html#method_setPoolSize","d":"

    (PECL mongo >= 1.2.0)
    \nSet the size for future connection pools.

    "},{"t":"M","n":"Mongo::persistConnect","p":"Mongo.html#method_persistConnect","d":"

    Creates a persistent connection with a database server

    "},{"t":"M","n":"Mongo::pairPersistConnect","p":"Mongo.html#method_pairPersistConnect","d":"

    Creates a persistent connection with paired database servers

    "},{"t":"M","n":"Mongo::connectUtil","p":"Mongo.html#method_connectUtil","d":"

    Connects with a database server

    "},{"t":"M","n":"Mongo::lastError","p":"Mongo.html#method_lastError","d":"

    Check if there was an error on the most recent db operation performed

    "},{"t":"M","n":"Mongo::prevError","p":"Mongo.html#method_prevError","d":"

    Checks for the last error thrown during a database operation

    "},{"t":"M","n":"Mongo::resetError","p":"Mongo.html#method_resetError","d":"

    Clears any flagged errors on the connection

    "},{"t":"M","n":"Mongo::forceError","p":"Mongo.html#method_forceError","d":"

    Creates a database error on the database.

    "},{"t":"M","n":"MongoBinData::__construct","p":"MongoBinData.html#method___construct","d":"

    Creates a new binary data object.

    "},{"t":"M","n":"MongoBinData::__toString","p":"MongoBinData.html#method___toString","d":"

    Returns the string representation of this binary data object.

    "},{"t":"M","n":"MongoClient::__construct","p":"MongoClient.html#method___construct","d":"

    Creates a new database connection object

    "},{"t":"M","n":"MongoClient::close","p":"MongoClient.html#method_close","d":"

    (PECL mongo >= 1.3.0)
    \nCloses this database connection\nThis method does not need to be called, except in unusual circumstances.

    "},{"t":"M","n":"MongoClient::connect","p":"MongoClient.html#method_connect","d":"

    Connects to a database server

    "},{"t":"M","n":"MongoClient::dropDB","p":"MongoClient.html#method_dropDB","d":"

    Drops a database

    "},{"t":"M","n":"MongoClient::__get","p":"MongoClient.html#method___get","d":"

    (PECL mongo >= 1.3.0)
    \nGets a database

    "},{"t":"M","n":"MongoClient::getConnections","p":"MongoClient.html#method_getConnections","d":"

    Get connections\nReturns an array of all open connections, and information about each of the servers

    "},{"t":"M","n":"MongoClient::getHosts","p":"MongoClient.html#method_getHosts","d":"

    Get hosts\nThis method is only useful with a connection to a replica set. It returns the status of all of the hosts in the\nset. Without a replica set, it will just return an array with one element containing the host that you are\nconnected to.

    "},{"t":"M","n":"MongoClient::getReadPreference","p":"MongoClient.html#method_getReadPreference","d":"

    Get read preference\nGet the read preference for this connection

    "},{"t":"M","n":"MongoClient::getWriteConcern","p":"MongoClient.html#method_getWriteConcern","d":"

    (PECL mongo >= 1.5.0)
    \nGet the write concern for this connection

    "},{"t":"M","n":"MongoClient::killCursor","p":"MongoClient.html#method_killCursor","d":"

    Kills a specific cursor on the server

    "},{"t":"M","n":"MongoClient::listDBs","p":"MongoClient.html#method_listDBs","d":"

    (PECL mongo >= 1.3.0)
    \nLists all of the databases available

    "},{"t":"M","n":"MongoClient::selectCollection","p":"MongoClient.html#method_selectCollection","d":"

    (PECL mongo >= 1.3.0)
    \nGets a database collection

    "},{"t":"M","n":"MongoClient::selectDB","p":"MongoClient.html#method_selectDB","d":"

    (PECL mongo >= 1.3.0)
    \nGets a database

    "},{"t":"M","n":"MongoClient::setReadPreference","p":"MongoClient.html#method_setReadPreference","d":"

    (PECL mongo >= 1.3.0)
    \nSet read preference

    "},{"t":"M","n":"MongoClient::switchSlave","p":"MongoClient.html#method_switchSlave","d":"

    (PECL mongo >= 1.1.0)
    \nChoose a new secondary for slaveOkay reads

    "},{"t":"M","n":"MongoClient::__toString","p":"MongoClient.html#method___toString","d":"

    String representation of this connection

    "},{"t":"M","n":"MongoCode::__construct","p":"MongoCode.html#method___construct","d":""},{"t":"M","n":"MongoCode::__toString","p":"MongoCode.html#method___toString","d":"

    Returns this code as a string

    "},{"t":"M","n":"MongoCollection::__construct","p":"MongoCollection.html#method___construct","d":"

    Creates a new collection

    "},{"t":"M","n":"MongoCollection::__toString","p":"MongoCollection.html#method___toString","d":"

    String representation of this collection

    "},{"t":"M","n":"MongoCollection::__get","p":"MongoCollection.html#method___get","d":"

    Gets a collection

    "},{"t":"M","n":"MongoCollection::aggregate","p":"MongoCollection.html#method_aggregate","d":"

    (PECL mongo >= 1.3.0)

    \n

    \nThe MongoDB\nhttps://docs.mongodb.org/manual/applications/aggregation/ aggregation framework\nprovides a means to calculate aggregated values without having to use\nMapReduce. While MapReduce is powerful, it is often more difficult than\nnecessary for many simple aggregation tasks, such as totaling or averaging\nfield values."},{"t":"M","n":"MongoCollection::aggregateCursor","p":"MongoCollection.html#method_aggregateCursor","d":"

    (PECL mongo >= 1.5.0)

    "},{"t":"M","n":"MongoCollection::getName","p":"MongoCollection.html#method_getName","d":"

    Returns this collection's name

    "},{"t":"M","n":"MongoCollection::getSlaveOkay","p":"MongoCollection.html#method_getSlaveOkay","d":"

    (PECL mongo >= 1.1.0)

    \n

    \nSee https://secure.php.net/manual/en/mongo.queries.php the query section of this manual for\ninformation on distributing reads to secondaries."},{"t":"M","n":"MongoCollection::setSlaveOkay","p":"MongoCollection.html#method_setSlaveOkay","d":"

    (PECL mongo >= 1.1.0)

    \n

    \nSee https://secure.php.net/manual/en/mongo.queries.php the query section of this manual for\ninformation on distributing reads to secondaries."},{"t":"M","n":"MongoCollection::getReadPreference","p":"MongoCollection.html#method_getReadPreference","d":"

    (PECL mongo >= 1.3.0)

    "},{"t":"M","n":"MongoCollection::setReadPreference","p":"MongoCollection.html#method_setReadPreference","d":"

    (PECL mongo >= 1.3.0)

    "},{"t":"M","n":"MongoCollection::drop","p":"MongoCollection.html#method_drop","d":"

    Drops this collection

    "},{"t":"M","n":"MongoCollection::validate","p":"MongoCollection.html#method_validate","d":"

    Validates this collection

    "},{"t":"M","n":"MongoCollection::insert","p":"MongoCollection.html#method_insert","d":"

    Inserts an array into the collection

    "},{"t":"M","n":"MongoCollection::batchInsert","p":"MongoCollection.html#method_batchInsert","d":"

    Inserts multiple documents into this collection

    "},{"t":"M","n":"MongoCollection::update","p":"MongoCollection.html#method_update","d":"

    Update records based on a given criteria

    "},{"t":"M","n":"MongoCollection::remove","p":"MongoCollection.html#method_remove","d":"

    (PECL mongo >= 0.9.0)
    \nRemove records from this collection

    "},{"t":"M","n":"MongoCollection::find","p":"MongoCollection.html#method_find","d":"

    Querys this collection

    "},{"t":"M","n":"MongoCollection::distinct","p":"MongoCollection.html#method_distinct","d":"

    Retrieve a list of distinct values for the given key across a collection

    "},{"t":"M","n":"MongoCollection::findAndModify","p":"MongoCollection.html#method_findAndModify","d":"

    Update a document and return it

    "},{"t":"M","n":"MongoCollection::findOne","p":"MongoCollection.html#method_findOne","d":"

    Querys this collection, returning a single element

    "},{"t":"M","n":"MongoCollection::createIndex","p":"MongoCollection.html#method_createIndex","d":"

    Creates an index on the given field(s), or does nothing if the index already exists

    "},{"t":"M","n":"MongoCollection::ensureIndex","p":"MongoCollection.html#method_ensureIndex","d":"

    Creates an index on the given field(s), or does nothing if the index already exists

    "},{"t":"M","n":"MongoCollection::deleteIndex","p":"MongoCollection.html#method_deleteIndex","d":"

    Deletes an index from this collection

    "},{"t":"M","n":"MongoCollection::deleteIndexes","p":"MongoCollection.html#method_deleteIndexes","d":"

    Delete all indexes for this collection

    "},{"t":"M","n":"MongoCollection::getIndexInfo","p":"MongoCollection.html#method_getIndexInfo","d":"

    Returns an array of index names for this collection

    "},{"t":"M","n":"MongoCollection::count","p":"MongoCollection.html#method_count","d":"

    Counts the number of documents in this collection

    "},{"t":"M","n":"MongoCollection::save","p":"MongoCollection.html#method_save","d":"

    Saves an object to this collection

    "},{"t":"M","n":"MongoCollection::createDBRef","p":"MongoCollection.html#method_createDBRef","d":"

    Creates a database reference

    "},{"t":"M","n":"MongoCollection::getDBRef","p":"MongoCollection.html#method_getDBRef","d":"

    Fetches the document pointed to by a database reference

    "},{"t":"M","n":"MongoCollection::toIndexString","p":"MongoCollection.html#method_toIndexString","d":""},{"t":"M","n":"MongoCollection::group","p":"MongoCollection.html#method_group","d":"

    Performs an operation similar to SQL's GROUP BY command

    "},{"t":"M","n":"MongoCommandCursor::current","p":"MongoCommandCursor.html#method_current","d":"

    Return the current element

    "},{"t":"M","n":"MongoCommandCursor::next","p":"MongoCommandCursor.html#method_next","d":"

    Move forward to next element

    "},{"t":"M","n":"MongoCommandCursor::key","p":"MongoCommandCursor.html#method_key","d":"

    Return the key of the current element

    "},{"t":"M","n":"MongoCommandCursor::valid","p":"MongoCommandCursor.html#method_valid","d":"

    Checks if current position is valid

    "},{"t":"M","n":"MongoCommandCursor::rewind","p":"MongoCommandCursor.html#method_rewind","d":"

    Rewind the Iterator to the first element

    "},{"t":"M","n":"MongoCommandCursor::batchSize","p":"MongoCommandCursor.html#method_batchSize","d":null},{"t":"M","n":"MongoCommandCursor::dead","p":"MongoCommandCursor.html#method_dead","d":null},{"t":"M","n":"MongoCommandCursor::info","p":"MongoCommandCursor.html#method_info","d":null},{"t":"M","n":"MongoCommandCursor::getReadPreference","p":"MongoCommandCursor.html#method_getReadPreference","d":null},{"t":"M","n":"MongoCommandCursor::setReadPreference","p":"MongoCommandCursor.html#method_setReadPreference","d":null},{"t":"M","n":"MongoCommandCursor::timeout","p":"MongoCommandCursor.html#method_timeout","d":null},{"t":"M","n":"MongoCursor::__construct","p":"MongoCursor.html#method___construct","d":"

    Create a new cursor

    "},{"t":"M","n":"MongoCursor::awaitData","p":"MongoCursor.html#method_awaitData","d":"

    (PECL mongo >= 1.2.11)
    \nSets whether this cursor will wait for a while for a tailable cursor to return more data

    "},{"t":"M","n":"MongoCursor::hasNext","p":"MongoCursor.html#method_hasNext","d":"

    Checks if there are any more elements in this cursor

    "},{"t":"M","n":"MongoCursor::getNext","p":"MongoCursor.html#method_getNext","d":"

    Return the next object to which this cursor points, and advance the cursor

    "},{"t":"M","n":"MongoCursor::getReadPreference","p":"MongoCursor.html#method_getReadPreference","d":"

    (PECL mongo >= 1.3.3)

    "},{"t":"M","n":"MongoCursor::limit","p":"MongoCursor.html#method_limit","d":"

    Limits the number of results returned

    "},{"t":"M","n":"MongoCursor::partial","p":"MongoCursor.html#method_partial","d":"

    (PECL mongo >= 1.2.0)

    "},{"t":"M","n":"MongoCursor::setFlag","p":"MongoCursor.html#method_setFlag","d":"

    (PECL mongo >= 1.2.1)

    "},{"t":"M","n":"MongoCursor::setReadPreference","p":"MongoCursor.html#method_setReadPreference","d":"

    (PECL mongo >= 1.3.3)

    "},{"t":"M","n":"MongoCursor::skip","p":"MongoCursor.html#method_skip","d":"

    Skips a number of results

    "},{"t":"M","n":"MongoCursor::slaveOkay","p":"MongoCursor.html#method_slaveOkay","d":"

    Sets whether this query can be done on a slave\nThis method will override the static class variable slaveOkay.

    "},{"t":"M","n":"MongoCursor::tailable","p":"MongoCursor.html#method_tailable","d":"

    Sets whether this cursor will be left open after fetching the last results

    "},{"t":"M","n":"MongoCursor::immortal","p":"MongoCursor.html#method_immortal","d":"

    Sets whether this cursor will timeout

    "},{"t":"M","n":"MongoCursor::timeout","p":"MongoCursor.html#method_timeout","d":"

    Sets a client-side timeout for this query

    "},{"t":"M","n":"MongoCursor::dead","p":"MongoCursor.html#method_dead","d":"

    Checks if there are documents that have not been sent yet from the database for this cursor

    "},{"t":"M","n":"MongoCursor::snapshot","p":"MongoCursor.html#method_snapshot","d":"

    Use snapshot mode for the query

    "},{"t":"M","n":"MongoCursor::sort","p":"MongoCursor.html#method_sort","d":"

    Sorts the results by given fields

    "},{"t":"M","n":"MongoCursor::hint","p":"MongoCursor.html#method_hint","d":"

    Gives the database a hint about the query

    "},{"t":"M","n":"MongoCursor::addOption","p":"MongoCursor.html#method_addOption","d":"

    Adds a top-level key/value pair to a query

    "},{"t":"M","n":"MongoCursor::doQuery","p":"MongoCursor.html#method_doQuery","d":"

    Execute the query

    "},{"t":"M","n":"MongoCursor::current","p":"MongoCursor.html#method_current","d":"

    Returns the current element

    "},{"t":"M","n":"MongoCursor::key","p":"MongoCursor.html#method_key","d":"

    Returns the current result's _id

    "},{"t":"M","n":"MongoCursor::next","p":"MongoCursor.html#method_next","d":"

    Advances the cursor to the next result

    "},{"t":"M","n":"MongoCursor::rewind","p":"MongoCursor.html#method_rewind","d":"

    Returns the cursor to the beginning of the result set

    "},{"t":"M","n":"MongoCursor::valid","p":"MongoCursor.html#method_valid","d":"

    Checks if the cursor is reading a valid result.

    "},{"t":"M","n":"MongoCursor::reset","p":"MongoCursor.html#method_reset","d":"

    Clears the cursor

    "},{"t":"M","n":"MongoCursor::explain","p":"MongoCursor.html#method_explain","d":"

    Return an explanation of the query, often useful for optimization and debugging

    "},{"t":"M","n":"MongoCursor::count","p":"MongoCursor.html#method_count","d":"

    Counts the number of results for this query

    "},{"t":"M","n":"MongoCursor::fields","p":"MongoCursor.html#method_fields","d":"

    Sets the fields for a query

    "},{"t":"M","n":"MongoCursor::info","p":"MongoCursor.html#method_info","d":"

    Gets the query, fields, limit, and skip for this cursor

    "},{"t":"M","n":"MongoCursor::batchSize","p":"MongoCursor.html#method_batchSize","d":"

    PECL mongo >= 1.0.11\nLimits the number of elements returned in one batch.

    "},{"t":"M","n":"MongoCursor::maxTimeMS","p":"MongoCursor.html#method_maxTimeMS","d":"

    (PECL mongo >= 1.5.0)\nSets a server-side timeout for this query

    "},{"t":"M","n":"MongoCursorInterface::batchSize","p":"MongoCursorInterface.html#method_batchSize","d":null},{"t":"M","n":"MongoCursorInterface::dead","p":"MongoCursorInterface.html#method_dead","d":null},{"t":"M","n":"MongoCursorInterface::info","p":"MongoCursorInterface.html#method_info","d":null},{"t":"M","n":"MongoCursorInterface::getReadPreference","p":"MongoCursorInterface.html#method_getReadPreference","d":null},{"t":"M","n":"MongoCursorInterface::setReadPreference","p":"MongoCursorInterface.html#method_setReadPreference","d":null},{"t":"M","n":"MongoCursorInterface::timeout","p":"MongoCursorInterface.html#method_timeout","d":null},{"t":"M","n":"MongoDB::__construct","p":"MongoDB.html#method___construct","d":"

    (PECL mongo >= 0.9.0)
    \nCreates a new database\nThis method is not meant to be called directly. The preferred way to create an instance of MongoDB is through {Mongo::__get()} or {Mongo::selectDB()}.

    "},{"t":"M","n":"MongoDB::__toString","p":"MongoDB.html#method___toString","d":"

    The name of this database

    "},{"t":"M","n":"MongoDB::__get","p":"MongoDB.html#method___get","d":"

    (PECL mongo >= 1.0.2)
    \nGets a collection

    "},{"t":"M","n":"MongoDB::getCollectionNames","p":"MongoDB.html#method_getCollectionNames","d":"

    (PECL mongo >= 1.3.0)

    "},{"t":"M","n":"MongoDB::getGridFS","p":"MongoDB.html#method_getGridFS","d":"

    (PECL mongo >= 0.9.0)
    \nFetches toolkit for dealing with files stored in this database

    "},{"t":"M","n":"MongoDB::getProfilingLevel","p":"MongoDB.html#method_getProfilingLevel","d":"

    (PECL mongo >= 0.9.0)
    \nGets this database's profiling level

    "},{"t":"M","n":"MongoDB::getSlaveOkay","p":"MongoDB.html#method_getSlaveOkay","d":"

    (PECL mongo >= 1.1.0)
    \nGet slaveOkay setting for this database

    "},{"t":"M","n":"MongoDB::setProfilingLevel","p":"MongoDB.html#method_setProfilingLevel","d":"

    (PECL mongo >= 0.9.0)
    \nSets this database's profiling level

    "},{"t":"M","n":"MongoDB::drop","p":"MongoDB.html#method_drop","d":"

    (PECL mongo >= 0.9.0)
    \nDrops this database

    "},{"t":"M","n":"MongoDB::repair","p":"MongoDB.html#method_repair","d":"

    Repairs and compacts this database

    "},{"t":"M","n":"MongoDB::selectCollection","p":"MongoDB.html#method_selectCollection","d":"

    (PECL mongo >= 0.9.0)
    \nGets a collection

    "},{"t":"M","n":"MongoDB::setSlaveOkay","p":"MongoDB.html#method_setSlaveOkay","d":"

    (PECL mongo >= 1.1.0)
    \nChange slaveOkay setting for this database

    "},{"t":"M","n":"MongoDB::createCollection","p":"MongoDB.html#method_createCollection","d":"

    Creates a collection

    "},{"t":"M","n":"MongoDB::dropCollection","p":"MongoDB.html#method_dropCollection","d":"

    (PECL mongo >= 0.9.0)
    \nDrops a collection

    "},{"t":"M","n":"MongoDB::listCollections","p":"MongoDB.html#method_listCollections","d":"

    (PECL mongo >= 0.9.0)
    \nGet a list of collections in this database

    "},{"t":"M","n":"MongoDB::createDBRef","p":"MongoDB.html#method_createDBRef","d":"

    (PECL mongo >= 0.9.0)
    \nCreates a database reference

    "},{"t":"M","n":"MongoDB::getDBRef","p":"MongoDB.html#method_getDBRef","d":"

    (PECL mongo >= 0.9.0)
    \nFetches the document pointed to by a database reference

    "},{"t":"M","n":"MongoDB::getWriteConcern","p":"MongoDB.html#method_getWriteConcern","d":"

    (PECL mongo >= 1.5.0)
    \nGet the write concern for this database

    "},{"t":"M","n":"MongoDB::execute","p":"MongoDB.html#method_execute","d":"

    (PECL mongo >= 0.9.3)
    \nRuns JavaScript code on the database server.

    "},{"t":"M","n":"MongoDB::command","p":"MongoDB.html#method_command","d":"

    Execute a database command

    "},{"t":"M","n":"MongoDB::lastError","p":"MongoDB.html#method_lastError","d":"

    (PECL mongo >= 0.9.5)
    \nCheck if there was an error on the most recent db operation performed

    "},{"t":"M","n":"MongoDB::prevError","p":"MongoDB.html#method_prevError","d":"

    (PECL mongo >= 0.9.5)
    \nChecks for the last error thrown during a database operation

    "},{"t":"M","n":"MongoDB::resetError","p":"MongoDB.html#method_resetError","d":"

    (PECL mongo >= 0.9.5)
    \nClears any flagged errors on the database

    "},{"t":"M","n":"MongoDB::forceError","p":"MongoDB.html#method_forceError","d":"

    (PECL mongo >= 0.9.5)
    \nCreates a database error

    "},{"t":"M","n":"MongoDB::authenticate","p":"MongoDB.html#method_authenticate","d":"

    (PECL mongo >= 1.0.1)
    \nLog in to this database

    "},{"t":"M","n":"MongoDB::getReadPreference","p":"MongoDB.html#method_getReadPreference","d":"

    (PECL mongo >= 1.3.0)
    \nGet the read preference for this database

    "},{"t":"M","n":"MongoDB::setReadPreference","p":"MongoDB.html#method_setReadPreference","d":"

    (PECL mongo >= 1.3.0)
    \nSet the read preference for this database

    "},{"t":"M","n":"MongoDB::setWriteConcern","p":"MongoDB.html#method_setWriteConcern","d":"

    (PECL mongo >= 1.5.0)

    "},{"t":"M","n":"MongoDBRef::create","p":"MongoDBRef.html#method_create","d":"

    If no database is given, the current database is used.

    "},{"t":"M","n":"MongoDBRef::isRef","p":"MongoDBRef.html#method_isRef","d":"

    This not actually follow the reference, so it does not determine if it is broken or not.

    "},{"t":"M","n":"MongoDBRef::get","p":"MongoDBRef.html#method_get","d":"

    Fetches the object pointed to by a reference

    "},{"t":"M","n":"MongoDB\\BSON\\Binary::__construct","p":"MongoDB/BSON/Binary.html#method___construct","d":"

    Binary constructor.

    "},{"t":"M","n":"MongoDB\\BSON\\Binary::getData","p":"MongoDB/BSON/Binary.html#method_getData","d":"

    Returns the Binary's data

    "},{"t":"M","n":"MongoDB\\BSON\\Binary::getType","p":"MongoDB/BSON/Binary.html#method_getType","d":"

    Returns the Binary's type

    "},{"t":"M","n":"MongoDB\\BSON\\Binary::__set_state","p":"MongoDB/BSON/Binary.html#method___set_state","d":null},{"t":"M","n":"MongoDB\\BSON\\Binary::__toString","p":"MongoDB/BSON/Binary.html#method___toString","d":"

    Returns the Binary's data

    "},{"t":"M","n":"MongoDB\\BSON\\Binary::serialize","p":"MongoDB/BSON/Binary.html#method_serialize","d":"

    Serialize a Binary

    "},{"t":"M","n":"MongoDB\\BSON\\Binary::unserialize","p":"MongoDB/BSON/Binary.html#method_unserialize","d":"

    Unserialize a Binary

    "},{"t":"M","n":"MongoDB\\BSON\\Binary::jsonSerialize","p":"MongoDB/BSON/Binary.html#method_jsonSerialize","d":"

    Returns a representation that can be converted to JSON

    "},{"t":"M","n":"MongoDB\\BSON\\BinaryInterface::getData","p":"MongoDB/BSON/BinaryInterface.html#method_getData","d":""},{"t":"M","n":"MongoDB\\BSON\\BinaryInterface::getType","p":"MongoDB/BSON/BinaryInterface.html#method_getType","d":""},{"t":"M","n":"MongoDB\\BSON\\BinaryInterface::__toString","p":"MongoDB/BSON/BinaryInterface.html#method___toString","d":"

    This method is an alias of: MongoDB\\BSON\\BinaryInterface::getData().

    "},{"t":"M","n":"MongoDB\\BSON\\DBPointer::serialize","p":"MongoDB/BSON/DBPointer.html#method_serialize","d":"

    Serialize a DBPointer

    "},{"t":"M","n":"MongoDB\\BSON\\DBPointer::unserialize","p":"MongoDB/BSON/DBPointer.html#method_unserialize","d":"

    Unserialize a DBPointer

    "},{"t":"M","n":"MongoDB\\BSON\\DBPointer::jsonSerialize","p":"MongoDB/BSON/DBPointer.html#method_jsonSerialize","d":"

    Returns a representation that can be converted to JSON

    "},{"t":"M","n":"MongoDB\\BSON\\DBPointer::__toString","p":"MongoDB/BSON/DBPointer.html#method___toString","d":"

    Returns the Symbol as a string

    "},{"t":"M","n":"MongoDB\\BSON\\Decimal128::__construct","p":"MongoDB/BSON/Decimal128.html#method___construct","d":"

    Construct a new Decimal128

    "},{"t":"M","n":"MongoDB\\BSON\\Decimal128::__toString","p":"MongoDB/BSON/Decimal128.html#method___toString","d":"

    Returns the string representation of this Decimal128

    "},{"t":"M","n":"MongoDB\\BSON\\Decimal128::__set_state","p":"MongoDB/BSON/Decimal128.html#method___set_state","d":null},{"t":"M","n":"MongoDB\\BSON\\Decimal128::serialize","p":"MongoDB/BSON/Decimal128.html#method_serialize","d":"

    Serialize a Decimal128

    "},{"t":"M","n":"MongoDB\\BSON\\Decimal128::unserialize","p":"MongoDB/BSON/Decimal128.html#method_unserialize","d":"

    Unserialize a Decimal128

    "},{"t":"M","n":"MongoDB\\BSON\\Decimal128::jsonSerialize","p":"MongoDB/BSON/Decimal128.html#method_jsonSerialize","d":"

    Returns a representation that can be converted to JSON

    "},{"t":"M","n":"MongoDB\\BSON\\Decimal128Interface::__toString","p":"MongoDB/BSON/Decimal128Interface.html#method___toString","d":"

    Returns the string representation of this Decimal128Interface

    "},{"t":"M","n":"MongoDB\\BSON\\Document::fromBSON","p":"MongoDB/BSON/Document.html#method_fromBSON","d":null},{"t":"M","n":"MongoDB\\BSON\\Document::fromJSON","p":"MongoDB/BSON/Document.html#method_fromJSON","d":null},{"t":"M","n":"MongoDB\\BSON\\Document::fromPHP","p":"MongoDB/BSON/Document.html#method_fromPHP","d":null},{"t":"M","n":"MongoDB\\BSON\\Document::get","p":"MongoDB/BSON/Document.html#method_get","d":null},{"t":"M","n":"MongoDB\\BSON\\Document::getIterator","p":"MongoDB/BSON/Document.html#method_getIterator","d":"

    Retrieve an external iterator

    "},{"t":"M","n":"MongoDB\\BSON\\Document::has","p":"MongoDB/BSON/Document.html#method_has","d":null},{"t":"M","n":"MongoDB\\BSON\\Document::toPHP","p":"MongoDB/BSON/Document.html#method_toPHP","d":null},{"t":"M","n":"MongoDB\\BSON\\Document::toCanonicalExtendedJSON","p":"MongoDB/BSON/Document.html#method_toCanonicalExtendedJSON","d":null},{"t":"M","n":"MongoDB\\BSON\\Document::toRelaxedExtendedJSON","p":"MongoDB/BSON/Document.html#method_toRelaxedExtendedJSON","d":null},{"t":"M","n":"MongoDB\\BSON\\Document::offsetExists","p":"MongoDB/BSON/Document.html#method_offsetExists","d":""},{"t":"M","n":"MongoDB\\BSON\\Document::offsetGet","p":"MongoDB/BSON/Document.html#method_offsetGet","d":""},{"t":"M","n":"MongoDB\\BSON\\Document::offsetSet","p":"MongoDB/BSON/Document.html#method_offsetSet","d":""},{"t":"M","n":"MongoDB\\BSON\\Document::offsetUnset","p":"MongoDB/BSON/Document.html#method_offsetUnset","d":""},{"t":"M","n":"MongoDB\\BSON\\Document::__toString","p":"MongoDB/BSON/Document.html#method___toString","d":null},{"t":"M","n":"MongoDB\\BSON\\Document::__set_state","p":"MongoDB/BSON/Document.html#method___set_state","d":null},{"t":"M","n":"MongoDB\\BSON\\Document::serialize","p":"MongoDB/BSON/Document.html#method_serialize","d":"

    String representation of object.

    "},{"t":"M","n":"MongoDB\\BSON\\Document::unserialize","p":"MongoDB/BSON/Document.html#method_unserialize","d":"

    Constructs the object.

    "},{"t":"M","n":"MongoDB\\BSON\\Document::__unserialize","p":"MongoDB/BSON/Document.html#method___unserialize","d":null},{"t":"M","n":"MongoDB\\BSON\\Document::__serialize","p":"MongoDB/BSON/Document.html#method___serialize","d":null},{"t":"M","n":"MongoDB\\BSON\\Int64::__construct","p":"MongoDB/BSON/Int64.html#method___construct","d":""},{"t":"M","n":"MongoDB\\BSON\\Int64::serialize","p":"MongoDB/BSON/Int64.html#method_serialize","d":"

    Serialize an Int64

    "},{"t":"M","n":"MongoDB\\BSON\\Int64::__set_state","p":"MongoDB/BSON/Int64.html#method___set_state","d":null},{"t":"M","n":"MongoDB\\BSON\\Int64::unserialize","p":"MongoDB/BSON/Int64.html#method_unserialize","d":"

    Unserialize an Int64

    "},{"t":"M","n":"MongoDB\\BSON\\Int64::jsonSerialize","p":"MongoDB/BSON/Int64.html#method_jsonSerialize","d":"

    Returns a representation that can be converted to JSON

    "},{"t":"M","n":"MongoDB\\BSON\\Int64::__toString","p":"MongoDB/BSON/Int64.html#method___toString","d":"

    Returns the Symbol as a string

    "},{"t":"M","n":"MongoDB\\BSON\\Iterator::current","p":"MongoDB/BSON/Iterator.html#method_current","d":"

    Return the current element

    "},{"t":"M","n":"MongoDB\\BSON\\Iterator::key","p":"MongoDB/BSON/Iterator.html#method_key","d":"

    Return the key of the current element

    "},{"t":"M","n":"MongoDB\\BSON\\Iterator::next","p":"MongoDB/BSON/Iterator.html#method_next","d":"

    Move forward to next element

    "},{"t":"M","n":"MongoDB\\BSON\\Iterator::rewind","p":"MongoDB/BSON/Iterator.html#method_rewind","d":"

    Rewind the Iterator to the first element

    "},{"t":"M","n":"MongoDB\\BSON\\Iterator::valid","p":"MongoDB/BSON/Iterator.html#method_valid","d":"

    Checks if current position is valid

    "},{"t":"M","n":"MongoDB\\BSON\\Iterator::__wakeup","p":"MongoDB/BSON/Iterator.html#method___wakeup","d":null},{"t":"M","n":"MongoDB\\BSON\\Javascript::__construct","p":"MongoDB/BSON/Javascript.html#method___construct","d":"

    Construct a new Javascript

    "},{"t":"M","n":"MongoDB\\BSON\\Javascript::__set_state","p":"MongoDB/BSON/Javascript.html#method___set_state","d":null},{"t":"M","n":"MongoDB\\BSON\\Javascript::getCode","p":"MongoDB/BSON/Javascript.html#method_getCode","d":"

    Returns the Javascript's code

    "},{"t":"M","n":"MongoDB\\BSON\\Javascript::getScope","p":"MongoDB/BSON/Javascript.html#method_getScope","d":"

    Returns the Javascript's scope document

    "},{"t":"M","n":"MongoDB\\BSON\\Javascript::__toString","p":"MongoDB/BSON/Javascript.html#method___toString","d":"

    Returns the Javascript's code

    "},{"t":"M","n":"MongoDB\\BSON\\Javascript::serialize","p":"MongoDB/BSON/Javascript.html#method_serialize","d":"

    Serialize a Javascript

    "},{"t":"M","n":"MongoDB\\BSON\\Javascript::unserialize","p":"MongoDB/BSON/Javascript.html#method_unserialize","d":"

    Unserialize a Javascript

    "},{"t":"M","n":"MongoDB\\BSON\\Javascript::jsonSerialize","p":"MongoDB/BSON/Javascript.html#method_jsonSerialize","d":"

    Returns a representation that can be converted to JSON

    "},{"t":"M","n":"MongoDB\\BSON\\JavascriptInterface::getCode","p":"MongoDB/BSON/JavascriptInterface.html#method_getCode","d":"

    Returns the JavascriptInterface's code

    "},{"t":"M","n":"MongoDB\\BSON\\JavascriptInterface::getScope","p":"MongoDB/BSON/JavascriptInterface.html#method_getScope","d":"

    Returns the JavascriptInterface's scope document

    "},{"t":"M","n":"MongoDB\\BSON\\JavascriptInterface::__toString","p":"MongoDB/BSON/JavascriptInterface.html#method___toString","d":"

    Returns the JavascriptInterface's code

    "},{"t":"M","n":"MongoDB\\BSON\\MaxKey::__set_state","p":"MongoDB/BSON/MaxKey.html#method___set_state","d":null},{"t":"M","n":"MongoDB\\BSON\\MaxKey::serialize","p":"MongoDB/BSON/MaxKey.html#method_serialize","d":"

    Serialize a MaxKey

    "},{"t":"M","n":"MongoDB\\BSON\\MaxKey::unserialize","p":"MongoDB/BSON/MaxKey.html#method_unserialize","d":"

    Unserialize a MaxKey

    "},{"t":"M","n":"MongoDB\\BSON\\MaxKey::jsonSerialize","p":"MongoDB/BSON/MaxKey.html#method_jsonSerialize","d":"

    Returns a representation that can be converted to JSON

    "},{"t":"M","n":"MongoDB\\BSON\\MinKey::__set_state","p":"MongoDB/BSON/MinKey.html#method___set_state","d":null},{"t":"M","n":"MongoDB\\BSON\\MinKey::serialize","p":"MongoDB/BSON/MinKey.html#method_serialize","d":"

    Serialize a MinKey

    "},{"t":"M","n":"MongoDB\\BSON\\MinKey::unserialize","p":"MongoDB/BSON/MinKey.html#method_unserialize","d":"

    Unserialize a MinKey

    "},{"t":"M","n":"MongoDB\\BSON\\MinKey::jsonSerialize","p":"MongoDB/BSON/MinKey.html#method_jsonSerialize","d":"

    Returns a representation that can be converted to JSON

    "},{"t":"M","n":"MongoDB\\BSON\\ObjectId::__construct","p":"MongoDB/BSON/ObjectId.html#method___construct","d":"

    Construct a new ObjectId

    "},{"t":"M","n":"MongoDB\\BSON\\ObjectId::__toString","p":"MongoDB/BSON/ObjectId.html#method___toString","d":"

    Returns the hexadecimal representation of this ObjectId

    "},{"t":"M","n":"MongoDB\\BSON\\ObjectId::__set_state","p":"MongoDB/BSON/ObjectId.html#method___set_state","d":null},{"t":"M","n":"MongoDB\\BSON\\ObjectId::getTimestamp","p":"MongoDB/BSON/ObjectId.html#method_getTimestamp","d":"

    Returns the timestamp component of this ObjectId

    "},{"t":"M","n":"MongoDB\\BSON\\ObjectId::jsonSerialize","p":"MongoDB/BSON/ObjectId.html#method_jsonSerialize","d":"

    Returns a representation that can be converted to JSON

    "},{"t":"M","n":"MongoDB\\BSON\\ObjectId::serialize","p":"MongoDB/BSON/ObjectId.html#method_serialize","d":"

    Serialize an ObjectId

    "},{"t":"M","n":"MongoDB\\BSON\\ObjectId::unserialize","p":"MongoDB/BSON/ObjectId.html#method_unserialize","d":"

    Unserialize an ObjectId

    "},{"t":"M","n":"MongoDB\\BSON\\ObjectIdInterface::getTimestamp","p":"MongoDB/BSON/ObjectIdInterface.html#method_getTimestamp","d":""},{"t":"M","n":"MongoDB\\BSON\\ObjectIdInterface::__toString","p":"MongoDB/BSON/ObjectIdInterface.html#method___toString","d":"

    Returns the hexadecimal representation of this ObjectId

    "},{"t":"M","n":"MongoDB\\BSON\\PackedArray::fromJSON","p":"MongoDB/BSON/PackedArray.html#method_fromJSON","d":""},{"t":"M","n":"MongoDB\\BSON\\PackedArray::fromPHP","p":"MongoDB/BSON/PackedArray.html#method_fromPHP","d":null},{"t":"M","n":"MongoDB\\BSON\\PackedArray::get","p":"MongoDB/BSON/PackedArray.html#method_get","d":null},{"t":"M","n":"MongoDB\\BSON\\PackedArray::getIterator","p":"MongoDB/BSON/PackedArray.html#method_getIterator","d":"

    Retrieve an external iterator

    "},{"t":"M","n":"MongoDB\\BSON\\PackedArray::has","p":"MongoDB/BSON/PackedArray.html#method_has","d":null},{"t":"M","n":"MongoDB\\BSON\\PackedArray::toPHP","p":"MongoDB/BSON/PackedArray.html#method_toPHP","d":null},{"t":"M","n":"MongoDB\\BSON\\PackedArray::toCanonicalExtendedJSON","p":"MongoDB/BSON/PackedArray.html#method_toCanonicalExtendedJSON","d":""},{"t":"M","n":"MongoDB\\BSON\\PackedArray::toRelaxedExtendedJSON","p":"MongoDB/BSON/PackedArray.html#method_toRelaxedExtendedJSON","d":""},{"t":"M","n":"MongoDB\\BSON\\PackedArray::offsetExists","p":"MongoDB/BSON/PackedArray.html#method_offsetExists","d":""},{"t":"M","n":"MongoDB\\BSON\\PackedArray::offsetGet","p":"MongoDB/BSON/PackedArray.html#method_offsetGet","d":""},{"t":"M","n":"MongoDB\\BSON\\PackedArray::offsetSet","p":"MongoDB/BSON/PackedArray.html#method_offsetSet","d":""},{"t":"M","n":"MongoDB\\BSON\\PackedArray::offsetUnset","p":"MongoDB/BSON/PackedArray.html#method_offsetUnset","d":""},{"t":"M","n":"MongoDB\\BSON\\PackedArray::__toString","p":"MongoDB/BSON/PackedArray.html#method___toString","d":null},{"t":"M","n":"MongoDB\\BSON\\PackedArray::__set_state","p":"MongoDB/BSON/PackedArray.html#method___set_state","d":null},{"t":"M","n":"MongoDB\\BSON\\PackedArray::serialize","p":"MongoDB/BSON/PackedArray.html#method_serialize","d":"

    String representation of object.

    "},{"t":"M","n":"MongoDB\\BSON\\PackedArray::unserialize","p":"MongoDB/BSON/PackedArray.html#method_unserialize","d":"

    Constructs the object.

    "},{"t":"M","n":"MongoDB\\BSON\\PackedArray::__unserialize","p":"MongoDB/BSON/PackedArray.html#method___unserialize","d":null},{"t":"M","n":"MongoDB\\BSON\\PackedArray::__serialize","p":"MongoDB/BSON/PackedArray.html#method___serialize","d":null},{"t":"M","n":"MongoDB\\BSON\\Persistable::bsonSerialize","p":"MongoDB/BSON/Persistable.html#method_bsonSerialize","d":""},{"t":"M","n":"MongoDB\\BSON\\Regex::__construct","p":"MongoDB/BSON/Regex.html#method___construct","d":"

    Construct a new Regex

    "},{"t":"M","n":"MongoDB\\BSON\\Regex::getFlags","p":"MongoDB/BSON/Regex.html#method_getFlags","d":"

    Returns the Regex's flags

    "},{"t":"M","n":"MongoDB\\BSON\\Regex::getPattern","p":"MongoDB/BSON/Regex.html#method_getPattern","d":"

    Returns the Regex's pattern

    "},{"t":"M","n":"MongoDB\\BSON\\Regex::__toString","p":"MongoDB/BSON/Regex.html#method___toString","d":"

    Returns the string representation of this Regex

    "},{"t":"M","n":"MongoDB\\BSON\\Regex::__set_state","p":"MongoDB/BSON/Regex.html#method___set_state","d":null},{"t":"M","n":"MongoDB\\BSON\\Regex::serialize","p":"MongoDB/BSON/Regex.html#method_serialize","d":"

    Serialize a Regex

    "},{"t":"M","n":"MongoDB\\BSON\\Regex::unserialize","p":"MongoDB/BSON/Regex.html#method_unserialize","d":"

    Unserialize a Regex

    "},{"t":"M","n":"MongoDB\\BSON\\Regex::jsonSerialize","p":"MongoDB/BSON/Regex.html#method_jsonSerialize","d":"

    Returns a representation that can be converted to JSON

    "},{"t":"M","n":"MongoDB\\BSON\\RegexInterface::getFlags","p":"MongoDB/BSON/RegexInterface.html#method_getFlags","d":""},{"t":"M","n":"MongoDB\\BSON\\RegexInterface::getPattern","p":"MongoDB/BSON/RegexInterface.html#method_getPattern","d":""},{"t":"M","n":"MongoDB\\BSON\\RegexInterface::__toString","p":"MongoDB/BSON/RegexInterface.html#method___toString","d":"

    Returns the string representation of this RegexInterface

    "},{"t":"M","n":"MongoDB\\BSON\\Serializable::bsonSerialize","p":"MongoDB/BSON/Serializable.html#method_bsonSerialize","d":"

    Provides an array or document to serialize as BSON\nCalled during serialization of the object to BSON. The method must return an array or stdClass.

    "},{"t":"M","n":"MongoDB\\BSON\\Symbol::serialize","p":"MongoDB/BSON/Symbol.html#method_serialize","d":"

    Serialize a Symbol

    "},{"t":"M","n":"MongoDB\\BSON\\Symbol::unserialize","p":"MongoDB/BSON/Symbol.html#method_unserialize","d":"

    Unserialize a Symbol

    "},{"t":"M","n":"MongoDB\\BSON\\Symbol::jsonSerialize","p":"MongoDB/BSON/Symbol.html#method_jsonSerialize","d":"

    Returns a representation that can be converted to JSON

    "},{"t":"M","n":"MongoDB\\BSON\\Symbol::__toString","p":"MongoDB/BSON/Symbol.html#method___toString","d":"

    Returns the Symbol as a string

    "},{"t":"M","n":"MongoDB\\BSON\\Timestamp::__construct","p":"MongoDB/BSON/Timestamp.html#method___construct","d":"

    Construct a new Timestamp

    "},{"t":"M","n":"MongoDB\\BSON\\Timestamp::__toString","p":"MongoDB/BSON/Timestamp.html#method___toString","d":"

    Returns the string representation of this Timestamp

    "},{"t":"M","n":"MongoDB\\BSON\\Timestamp::__set_state","p":"MongoDB/BSON/Timestamp.html#method___set_state","d":null},{"t":"M","n":"MongoDB\\BSON\\Timestamp::getIncrement","p":"MongoDB/BSON/Timestamp.html#method_getIncrement","d":"

    Returns the increment component of this TimestampInterface

    "},{"t":"M","n":"MongoDB\\BSON\\Timestamp::getTimestamp","p":"MongoDB/BSON/Timestamp.html#method_getTimestamp","d":"

    Returns the timestamp component of this TimestampInterface

    "},{"t":"M","n":"MongoDB\\BSON\\Timestamp::serialize","p":"MongoDB/BSON/Timestamp.html#method_serialize","d":"

    Serialize a Timestamp

    "},{"t":"M","n":"MongoDB\\BSON\\Timestamp::unserialize","p":"MongoDB/BSON/Timestamp.html#method_unserialize","d":"

    Unserialize a Timestamp

    "},{"t":"M","n":"MongoDB\\BSON\\Timestamp::jsonSerialize","p":"MongoDB/BSON/Timestamp.html#method_jsonSerialize","d":"

    Returns a representation that can be converted to JSON

    "},{"t":"M","n":"MongoDB\\BSON\\TimestampInterface::getIncrement","p":"MongoDB/BSON/TimestampInterface.html#method_getIncrement","d":"

    Returns the increment component of this TimestampInterface

    "},{"t":"M","n":"MongoDB\\BSON\\TimestampInterface::getTimestamp","p":"MongoDB/BSON/TimestampInterface.html#method_getTimestamp","d":"

    Returns the timestamp component of this TimestampInterface

    "},{"t":"M","n":"MongoDB\\BSON\\TimestampInterface::__toString","p":"MongoDB/BSON/TimestampInterface.html#method___toString","d":"

    Returns the string representation of this TimestampInterface

    "},{"t":"M","n":"MongoDB\\BSON\\UTCDateTime::__construct","p":"MongoDB/BSON/UTCDateTime.html#method___construct","d":"

    Construct a new UTCDateTime

    "},{"t":"M","n":"MongoDB\\BSON\\UTCDateTime::__set_state","p":"MongoDB/BSON/UTCDateTime.html#method___set_state","d":null},{"t":"M","n":"MongoDB\\BSON\\UTCDateTime::toDateTime","p":"MongoDB/BSON/UTCDateTime.html#method_toDateTime","d":"

    Returns the DateTime representation of this UTCDateTime

    "},{"t":"M","n":"MongoDB\\BSON\\UTCDateTime::toDateTimeImmutable","p":"MongoDB/BSON/UTCDateTime.html#method_toDateTimeImmutable","d":"

    Returns the DateTimeImmutable representation of this UTCDateTime

    "},{"t":"M","n":"MongoDB\\BSON\\UTCDateTime::__toString","p":"MongoDB/BSON/UTCDateTime.html#method___toString","d":"

    Returns the string representation of this UTCDateTime

    "},{"t":"M","n":"MongoDB\\BSON\\UTCDateTime::serialize","p":"MongoDB/BSON/UTCDateTime.html#method_serialize","d":"

    Serialize a UTCDateTime

    "},{"t":"M","n":"MongoDB\\BSON\\UTCDateTime::unserialize","p":"MongoDB/BSON/UTCDateTime.html#method_unserialize","d":"

    Unserialize a UTCDateTime

    "},{"t":"M","n":"MongoDB\\BSON\\UTCDateTime::jsonSerialize","p":"MongoDB/BSON/UTCDateTime.html#method_jsonSerialize","d":"

    Returns a representation that can be converted to JSON

    "},{"t":"M","n":"MongoDB\\BSON\\UTCDateTimeInterface::toDateTime","p":"MongoDB/BSON/UTCDateTimeInterface.html#method_toDateTime","d":""},{"t":"M","n":"MongoDB\\BSON\\UTCDateTimeInterface::__toString","p":"MongoDB/BSON/UTCDateTimeInterface.html#method___toString","d":"

    Returns the string representation of this UTCDateTimeInterface

    "},{"t":"M","n":"MongoDB\\BSON\\Undefined::serialize","p":"MongoDB/BSON/Undefined.html#method_serialize","d":"

    Serialize an Undefined

    "},{"t":"M","n":"MongoDB\\BSON\\Undefined::unserialize","p":"MongoDB/BSON/Undefined.html#method_unserialize","d":"

    Unserialize an Undefined

    "},{"t":"M","n":"MongoDB\\BSON\\Undefined::jsonSerialize","p":"MongoDB/BSON/Undefined.html#method_jsonSerialize","d":"

    Returns a representation that can be converted to JSON

    "},{"t":"M","n":"MongoDB\\BSON\\Undefined::__toString","p":"MongoDB/BSON/Undefined.html#method___toString","d":"

    Returns the Undefined as a string

    "},{"t":"M","n":"MongoDB\\BSON\\Unserializable::bsonUnserialize","p":"MongoDB/BSON/Unserializable.html#method_bsonUnserialize","d":"

    Constructs the object from a BSON array or document\nCalled during unserialization of the object from BSON.

    "},{"t":"M","n":"MongoDB\\Driver\\BulkWrite::__construct","p":"MongoDB/Driver/BulkWrite.html#method___construct","d":"

    Create a new BulkWrite\nConstructs a new ordered (default) or unordered BulkWrite.

    "},{"t":"M","n":"MongoDB\\Driver\\BulkWrite::__wakeup","p":"MongoDB/Driver/BulkWrite.html#method___wakeup","d":null},{"t":"M","n":"MongoDB\\Driver\\BulkWrite::count","p":"MongoDB/Driver/BulkWrite.html#method_count","d":"

    Count expected roundtrips for executing the bulk\nReturns the expected number of client-to-server roundtrips required to execute all write operations in the BulkWrite.

    "},{"t":"M","n":"MongoDB\\Driver\\BulkWrite::delete","p":"MongoDB/Driver/BulkWrite.html#method_delete","d":"

    Add a delete operation to the bulk

    "},{"t":"M","n":"MongoDB\\Driver\\BulkWrite::insert","p":"MongoDB/Driver/BulkWrite.html#method_insert","d":"

    Add an insert operation to the bulk

    "},{"t":"M","n":"MongoDB\\Driver\\BulkWrite::update","p":"MongoDB/Driver/BulkWrite.html#method_update","d":"

    Add an update operation to the bulk

    "},{"t":"M","n":"MongoDB\\Driver\\ClientEncryption::__construct","p":"MongoDB/Driver/ClientEncryption.html#method___construct","d":""},{"t":"M","n":"MongoDB\\Driver\\ClientEncryption::__wakeup","p":"MongoDB/Driver/ClientEncryption.html#method___wakeup","d":null},{"t":"M","n":"MongoDB\\Driver\\ClientEncryption::addKeyAltName","p":"MongoDB/Driver/ClientEncryption.html#method_addKeyAltName","d":"

    Adds an alternate name to a key document

    "},{"t":"M","n":"MongoDB\\Driver\\ClientEncryption::createDataKey","p":"MongoDB/Driver/ClientEncryption.html#method_createDataKey","d":"

    Creates a new key document and inserts into the key vault collection.

    "},{"t":"M","n":"MongoDB\\Driver\\ClientEncryption::decrypt","p":"MongoDB/Driver/ClientEncryption.html#method_decrypt","d":"

    Decrypts an encrypted value (BSON binary of subtype 6).

    "},{"t":"M","n":"MongoDB\\Driver\\ClientEncryption::deleteKey","p":"MongoDB/Driver/ClientEncryption.html#method_deleteKey","d":"

    Deletes a key document

    "},{"t":"M","n":"MongoDB\\Driver\\ClientEncryption::encrypt","p":"MongoDB/Driver/ClientEncryption.html#method_encrypt","d":"

    Encrypts a value with a given key and algorithm.

    "},{"t":"M","n":"MongoDB\\Driver\\ClientEncryption::encryptExpression","p":"MongoDB/Driver/ClientEncryption.html#method_encryptExpression","d":"

    Encrypts a Match Expression or Aggregate Expression to query a range index

    "},{"t":"M","n":"MongoDB\\Driver\\ClientEncryption::getKey","p":"MongoDB/Driver/ClientEncryption.html#method_getKey","d":"

    Gets a key document

    "},{"t":"M","n":"MongoDB\\Driver\\ClientEncryption::getKeyByAltName","p":"MongoDB/Driver/ClientEncryption.html#method_getKeyByAltName","d":"

    Gets a key document by an alternate name

    "},{"t":"M","n":"MongoDB\\Driver\\ClientEncryption::getKeys","p":"MongoDB/Driver/ClientEncryption.html#method_getKeys","d":"

    Finds all key documents in the key vault collection.

    "},{"t":"M","n":"MongoDB\\Driver\\ClientEncryption::removeKeyAltName","p":"MongoDB/Driver/ClientEncryption.html#method_removeKeyAltName","d":"

    Removes an alternate name from a key document

    "},{"t":"M","n":"MongoDB\\Driver\\ClientEncryption::rewrapManyDataKey","p":"MongoDB/Driver/ClientEncryption.html#method_rewrapManyDataKey","d":"

    Rewraps data keys

    "},{"t":"M","n":"MongoDB\\Driver\\Command::__construct","p":"MongoDB/Driver/Command.html#method___construct","d":"

    Construct new Command

    "},{"t":"M","n":"MongoDB\\Driver\\Command::__wakeup","p":"MongoDB/Driver/Command.html#method___wakeup","d":null},{"t":"M","n":"MongoDB\\Driver\\Cursor::__wakeup","p":"MongoDB/Driver/Cursor.html#method___wakeup","d":null},{"t":"M","n":"MongoDB\\Driver\\Cursor::current","p":"MongoDB/Driver/Cursor.html#method_current","d":"

    Returns the current element.

    "},{"t":"M","n":"MongoDB\\Driver\\Cursor::getId","p":"MongoDB/Driver/Cursor.html#method_getId","d":"

    Returns the cursor ID associated with this cursor. A cursor ID cursor uniquely identifies the cursor on the server.

    "},{"t":"M","n":"MongoDB\\Driver\\Cursor::getServer","p":"MongoDB/Driver/Cursor.html#method_getServer","d":"

    Returns the MongoDB\\Driver\\Server associated with this cursor. This is the server that executed the query or command.

    "},{"t":"M","n":"MongoDB\\Driver\\Cursor::isDead","p":"MongoDB/Driver/Cursor.html#method_isDead","d":"

    Checks if a cursor is still alive

    "},{"t":"M","n":"MongoDB\\Driver\\Cursor::key","p":"MongoDB/Driver/Cursor.html#method_key","d":"

    Returns the current result's index within the cursor.

    "},{"t":"M","n":"MongoDB\\Driver\\Cursor::next","p":"MongoDB/Driver/Cursor.html#method_next","d":"

    Advances the cursor to the next result.

    "},{"t":"M","n":"MongoDB\\Driver\\Cursor::rewind","p":"MongoDB/Driver/Cursor.html#method_rewind","d":"

    Rewind the cursor to the first result.

    "},{"t":"M","n":"MongoDB\\Driver\\Cursor::setTypeMap","p":"MongoDB/Driver/Cursor.html#method_setTypeMap","d":"

    Sets a type map to use for BSON unserialization

    "},{"t":"M","n":"MongoDB\\Driver\\Cursor::toArray","p":"MongoDB/Driver/Cursor.html#method_toArray","d":"

    Returns an array of all result documents for this cursor

    "},{"t":"M","n":"MongoDB\\Driver\\Cursor::valid","p":"MongoDB/Driver/Cursor.html#method_valid","d":"

    Checks if the current position in the cursor is valid.

    "},{"t":"M","n":"MongoDB\\Driver\\CursorId::__toString","p":"MongoDB/Driver/CursorId.html#method___toString","d":"

    String representation of the cursor ID

    "},{"t":"M","n":"MongoDB\\Driver\\CursorId::__wakeup","p":"MongoDB/Driver/CursorId.html#method___wakeup","d":null},{"t":"M","n":"MongoDB\\Driver\\CursorId::__set_state","p":"MongoDB/Driver/CursorId.html#method___set_state","d":null},{"t":"M","n":"MongoDB\\Driver\\CursorId::serialize","p":"MongoDB/Driver/CursorId.html#method_serialize","d":"

    Serialize a CursorId

    "},{"t":"M","n":"MongoDB\\Driver\\CursorId::unserialize","p":"MongoDB/Driver/CursorId.html#method_unserialize","d":"

    Unserialize a CursorId

    "},{"t":"M","n":"MongoDB\\Driver\\CursorInterface::getId","p":"MongoDB/Driver/CursorInterface.html#method_getId","d":"

    Returns the cursor ID associated with this cursor. A cursor ID uniquely identifies the cursor on the server.

    "},{"t":"M","n":"MongoDB\\Driver\\CursorInterface::getServer","p":"MongoDB/Driver/CursorInterface.html#method_getServer","d":"

    Returns the MongoDB\\Driver\\Server associated with this cursor.

    "},{"t":"M","n":"MongoDB\\Driver\\CursorInterface::isDead","p":"MongoDB/Driver/CursorInterface.html#method_isDead","d":"

    Checks whether the cursor may have additional results available to read.

    "},{"t":"M","n":"MongoDB\\Driver\\CursorInterface::setTypeMap","p":"MongoDB/Driver/CursorInterface.html#method_setTypeMap","d":"

    Sets a type map to use for BSON unserialization

    "},{"t":"M","n":"MongoDB\\Driver\\CursorInterface::toArray","p":"MongoDB/Driver/CursorInterface.html#method_toArray","d":"

    Iterates the cursor and returns its results in an array.

    "},{"t":"M","n":"MongoDB\\Driver\\Exception\\CommandException::getResultDocument","p":"MongoDB/Driver/Exception/CommandException.html#method_getResultDocument","d":"

    Returns the result document for the failed command

    "},{"t":"M","n":"MongoDB\\Driver\\Exception\\RuntimeException::hasErrorLabel","p":"MongoDB/Driver/Exception/RuntimeException.html#method_hasErrorLabel","d":"

    Whether the given errorLabel is associated with this exception

    "},{"t":"M","n":"MongoDB\\Driver\\Exception\\WriteException::getWriteResult","p":"MongoDB/Driver/Exception/WriteException.html#method_getWriteResult","d":""},{"t":"M","n":"MongoDB\\Driver\\Manager::__construct","p":"MongoDB/Driver/Manager.html#method___construct","d":"

    Manager constructor.

    "},{"t":"M","n":"MongoDB\\Driver\\Manager::__wakeup","p":"MongoDB/Driver/Manager.html#method___wakeup","d":null},{"t":"M","n":"MongoDB\\Driver\\Manager::createClientEncryption","p":"MongoDB/Driver/Manager.html#method_createClientEncryption","d":"

    Return a ClientEncryption instance.

    "},{"t":"M","n":"MongoDB\\Driver\\Manager::executeBulkWrite","p":"MongoDB/Driver/Manager.html#method_executeBulkWrite","d":"

    Execute one or more write operations

    "},{"t":"M","n":"MongoDB\\Driver\\Manager::executeCommand","p":"MongoDB/Driver/Manager.html#method_executeCommand","d":""},{"t":"M","n":"MongoDB\\Driver\\Manager::executeQuery","p":"MongoDB/Driver/Manager.html#method_executeQuery","d":"

    Execute a MongoDB query

    "},{"t":"M","n":"MongoDB\\Driver\\Manager::executeReadCommand","p":"MongoDB/Driver/Manager.html#method_executeReadCommand","d":""},{"t":"M","n":"MongoDB\\Driver\\Manager::executeReadWriteCommand","p":"MongoDB/Driver/Manager.html#method_executeReadWriteCommand","d":""},{"t":"M","n":"MongoDB\\Driver\\Manager::executeWriteCommand","p":"MongoDB/Driver/Manager.html#method_executeWriteCommand","d":""},{"t":"M","n":"MongoDB\\Driver\\Manager::getEncryptedFieldsMap","p":"MongoDB/Driver/Manager.html#method_getEncryptedFieldsMap","d":"

    Return the encryptedFieldsMap auto encryption option for the Manager

    "},{"t":"M","n":"MongoDB\\Driver\\Manager::getReadConcern","p":"MongoDB/Driver/Manager.html#method_getReadConcern","d":"

    Return the ReadConcern for the Manager

    "},{"t":"M","n":"MongoDB\\Driver\\Manager::getReadPreference","p":"MongoDB/Driver/Manager.html#method_getReadPreference","d":"

    Return the ReadPreference for the Manager

    "},{"t":"M","n":"MongoDB\\Driver\\Manager::getServers","p":"MongoDB/Driver/Manager.html#method_getServers","d":"

    Return the servers to which this manager is connected

    "},{"t":"M","n":"MongoDB\\Driver\\Manager::getWriteConcern","p":"MongoDB/Driver/Manager.html#method_getWriteConcern","d":"

    Return the WriteConcern for the Manager

    "},{"t":"M","n":"MongoDB\\Driver\\Manager::selectServer","p":"MongoDB/Driver/Manager.html#method_selectServer","d":"

    Preselect a MongoDB node based on provided readPreference. This can be useful to guarantee a command runs on a specific server when operating in a mixed version cluster.

    "},{"t":"M","n":"MongoDB\\Driver\\Manager::startSession","p":"MongoDB/Driver/Manager.html#method_startSession","d":"

    Start a new client session for use with this client

    "},{"t":"M","n":"MongoDB\\Driver\\Manager::addSubscriber","p":"MongoDB/Driver/Manager.html#method_addSubscriber","d":"

    Registers a monitoring event subscriber with this Manager

    "},{"t":"M","n":"MongoDB\\Driver\\Manager::removeSubscriber","p":"MongoDB/Driver/Manager.html#method_removeSubscriber","d":"

    Unregisters a monitoring event subscriber with this Manager

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandFailedEvent::__wakeup","p":"MongoDB/Driver/Monitoring/CommandFailedEvent.html#method___wakeup","d":null},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandFailedEvent::getCommandName","p":"MongoDB/Driver/Monitoring/CommandFailedEvent.html#method_getCommandName","d":"

    Returns the command name.

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandFailedEvent::getDurationMicros","p":"MongoDB/Driver/Monitoring/CommandFailedEvent.html#method_getDurationMicros","d":"

    Returns the command's duration in microseconds\nThe command's duration is a calculated value that includes the time to send the message and receive the reply from the server.

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandFailedEvent::getHost","p":"MongoDB/Driver/Monitoring/CommandFailedEvent.html#method_getHost","d":"

    Returns the server hostname for the command

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandFailedEvent::getError","p":"MongoDB/Driver/Monitoring/CommandFailedEvent.html#method_getError","d":"

    Returns the Exception associated with the failed command

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandFailedEvent::getOperationId","p":"MongoDB/Driver/Monitoring/CommandFailedEvent.html#method_getOperationId","d":"

    Returns the command's operation ID.

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandFailedEvent::getPort","p":"MongoDB/Driver/Monitoring/CommandFailedEvent.html#method_getPort","d":"

    Returns the server port for the command

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandFailedEvent::getReply","p":"MongoDB/Driver/Monitoring/CommandFailedEvent.html#method_getReply","d":"

    Returns the command reply document.

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandFailedEvent::getRequestId","p":"MongoDB/Driver/Monitoring/CommandFailedEvent.html#method_getRequestId","d":"

    Returns the command's request ID.

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandFailedEvent::getServer","p":"MongoDB/Driver/Monitoring/CommandFailedEvent.html#method_getServer","d":"

    Returns the Server on which the command was executed.

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandFailedEvent::getServiceId","p":"MongoDB/Driver/Monitoring/CommandFailedEvent.html#method_getServiceId","d":"

    Returns the load balancer service ID for the command

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandFailedEvent::getServerConnectionId","p":"MongoDB/Driver/Monitoring/CommandFailedEvent.html#method_getServerConnectionId","d":"

    Returns the server connection ID for the command

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandStartedEvent::__wakeup","p":"MongoDB/Driver/Monitoring/CommandStartedEvent.html#method___wakeup","d":null},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandStartedEvent::getCommand","p":"MongoDB/Driver/Monitoring/CommandStartedEvent.html#method_getCommand","d":"

    Returns the command document\nThe reply document will be converted from BSON to PHP using the default deserialization rules (e.g. BSON documents will be converted to stdClass).

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandStartedEvent::getCommandName","p":"MongoDB/Driver/Monitoring/CommandStartedEvent.html#method_getCommandName","d":"

    Returns the command name.

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandStartedEvent::getDatabaseName","p":"MongoDB/Driver/Monitoring/CommandStartedEvent.html#method_getDatabaseName","d":"

    Returns the database on which the command was executed.

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandStartedEvent::getHost","p":"MongoDB/Driver/Monitoring/CommandStartedEvent.html#method_getHost","d":"

    Returns the server hostname for the command

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandStartedEvent::getOperationId","p":"MongoDB/Driver/Monitoring/CommandStartedEvent.html#method_getOperationId","d":"

    Returns the command's operation ID.

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandStartedEvent::getPort","p":"MongoDB/Driver/Monitoring/CommandStartedEvent.html#method_getPort","d":"

    Returns the server port for the command

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandStartedEvent::getRequestId","p":"MongoDB/Driver/Monitoring/CommandStartedEvent.html#method_getRequestId","d":"

    Returns the command's request ID.

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandStartedEvent::getServer","p":"MongoDB/Driver/Monitoring/CommandStartedEvent.html#method_getServer","d":"

    Returns the Server on which the command was executed.

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandStartedEvent::getServiceId","p":"MongoDB/Driver/Monitoring/CommandStartedEvent.html#method_getServiceId","d":"

    Returns the load balancer service ID for the command

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandStartedEvent::getServerConnectionId","p":"MongoDB/Driver/Monitoring/CommandStartedEvent.html#method_getServerConnectionId","d":"

    Returns the server connection ID for the command

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandSubscriber::commandFailed","p":"MongoDB/Driver/Monitoring/CommandSubscriber.html#method_commandFailed","d":"

    Notification method for a failed command.

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandSubscriber::commandStarted","p":"MongoDB/Driver/Monitoring/CommandSubscriber.html#method_commandStarted","d":"

    Notification method for a started command.

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandSubscriber::commandSucceeded","p":"MongoDB/Driver/Monitoring/CommandSubscriber.html#method_commandSucceeded","d":"

    Notification method for a successful command.

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandSucceededEvent::__wakeup","p":"MongoDB/Driver/Monitoring/CommandSucceededEvent.html#method___wakeup","d":null},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandSucceededEvent::getCommandName","p":"MongoDB/Driver/Monitoring/CommandSucceededEvent.html#method_getCommandName","d":"

    Returns the command name.

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandSucceededEvent::getDurationMicros","p":"MongoDB/Driver/Monitoring/CommandSucceededEvent.html#method_getDurationMicros","d":"

    Returns the command's duration in microseconds\nThe command's duration is a calculated value that includes the time to send the message and receive the reply from the server.

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandSucceededEvent::getHost","p":"MongoDB/Driver/Monitoring/CommandSucceededEvent.html#method_getHost","d":"

    Returns the server hostname for the command

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandSucceededEvent::getOperationId","p":"MongoDB/Driver/Monitoring/CommandSucceededEvent.html#method_getOperationId","d":"

    Returns the command's operation ID.

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandSucceededEvent::getPort","p":"MongoDB/Driver/Monitoring/CommandSucceededEvent.html#method_getPort","d":"

    Returns the server port for the command

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandSucceededEvent::getReply","p":"MongoDB/Driver/Monitoring/CommandSucceededEvent.html#method_getReply","d":"

    Returns the command reply document.

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandSucceededEvent::getRequestId","p":"MongoDB/Driver/Monitoring/CommandSucceededEvent.html#method_getRequestId","d":"

    Returns the command's request ID.

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandSucceededEvent::getServer","p":"MongoDB/Driver/Monitoring/CommandSucceededEvent.html#method_getServer","d":"

    Returns the Server on which the command was executed.

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandSucceededEvent::getServiceId","p":"MongoDB/Driver/Monitoring/CommandSucceededEvent.html#method_getServiceId","d":"

    Returns the load balancer service ID for the command

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandSucceededEvent::getServerConnectionId","p":"MongoDB/Driver/Monitoring/CommandSucceededEvent.html#method_getServerConnectionId","d":"

    Returns the server connection ID for the command

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\LogSubscriber::log","p":"MongoDB/Driver/Monitoring/LogSubscriber.html#method_log","d":null},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\SDAMSubscriber::serverChanged","p":"MongoDB/Driver/Monitoring/SDAMSubscriber.html#method_serverChanged","d":"

    Notification method for a server description change

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\SDAMSubscriber::serverClosed","p":"MongoDB/Driver/Monitoring/SDAMSubscriber.html#method_serverClosed","d":"

    Notification method for closing a server

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\SDAMSubscriber::serverOpening","p":"MongoDB/Driver/Monitoring/SDAMSubscriber.html#method_serverOpening","d":"

    Notification method for opening a server

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\SDAMSubscriber::serverHeartbeatFailed","p":"MongoDB/Driver/Monitoring/SDAMSubscriber.html#method_serverHeartbeatFailed","d":"

    Notification method for a failed server heartbeat

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\SDAMSubscriber::serverHeartbeatStarted","p":"MongoDB/Driver/Monitoring/SDAMSubscriber.html#method_serverHeartbeatStarted","d":"

    Notification method for a started server heartbeat

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\SDAMSubscriber::serverHeartbeatSucceeded","p":"MongoDB/Driver/Monitoring/SDAMSubscriber.html#method_serverHeartbeatSucceeded","d":"

    Notification method for a successful server heartbeat

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\SDAMSubscriber::topologyChanged","p":"MongoDB/Driver/Monitoring/SDAMSubscriber.html#method_topologyChanged","d":"

    Notification method for a topology description change

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\SDAMSubscriber::topologyClosed","p":"MongoDB/Driver/Monitoring/SDAMSubscriber.html#method_topologyClosed","d":"

    Notification method for closing the topology

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\SDAMSubscriber::topologyOpening","p":"MongoDB/Driver/Monitoring/SDAMSubscriber.html#method_topologyOpening","d":"

    Notification method for opening the topology

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\ServerChangedEvent::getPort","p":"MongoDB/Driver/Monitoring/ServerChangedEvent.html#method_getPort","d":"

    Returns the port on which this server is listening

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\ServerChangedEvent::getHost","p":"MongoDB/Driver/Monitoring/ServerChangedEvent.html#method_getHost","d":"

    Returns the hostname of the server

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\ServerChangedEvent::getNewDescription","p":"MongoDB/Driver/Monitoring/ServerChangedEvent.html#method_getNewDescription","d":"

    Returns the new description for the server

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\ServerChangedEvent::getPreviousDescription","p":"MongoDB/Driver/Monitoring/ServerChangedEvent.html#method_getPreviousDescription","d":"

    Returns the previous description for the server

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\ServerChangedEvent::getTopologyId","p":"MongoDB/Driver/Monitoring/ServerChangedEvent.html#method_getTopologyId","d":"

    Returns the topology ID associated with this server

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\ServerChangedEvent::__wakeup","p":"MongoDB/Driver/Monitoring/ServerChangedEvent.html#method___wakeup","d":null},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\ServerClosedEvent::getPort","p":"MongoDB/Driver/Monitoring/ServerClosedEvent.html#method_getPort","d":"

    Returns the port on which this server is listening

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\ServerClosedEvent::getHost","p":"MongoDB/Driver/Monitoring/ServerClosedEvent.html#method_getHost","d":"

    Returns the hostname of the server

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\ServerClosedEvent::getTopologyId","p":"MongoDB/Driver/Monitoring/ServerClosedEvent.html#method_getTopologyId","d":"

    Returns the topology ID associated with this server

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\ServerClosedEvent::__wakeup","p":"MongoDB/Driver/Monitoring/ServerClosedEvent.html#method___wakeup","d":null},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\ServerHeartbeatFailedEvent::getDurationMicros","p":"MongoDB/Driver/Monitoring/ServerHeartbeatFailedEvent.html#method_getDurationMicros","d":"

    Returns the heartbeat's duration in microseconds

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\ServerHeartbeatFailedEvent::getError","p":"MongoDB/Driver/Monitoring/ServerHeartbeatFailedEvent.html#method_getError","d":"

    Returns the Exception associated with the failed heartbeat

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\ServerHeartbeatFailedEvent::getPort","p":"MongoDB/Driver/Monitoring/ServerHeartbeatFailedEvent.html#method_getPort","d":"

    Returns the port on which this server is listening

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\ServerHeartbeatFailedEvent::getHost","p":"MongoDB/Driver/Monitoring/ServerHeartbeatFailedEvent.html#method_getHost","d":"

    Returns the hostname of the server

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\ServerHeartbeatFailedEvent::isAwaited","p":"MongoDB/Driver/Monitoring/ServerHeartbeatFailedEvent.html#method_isAwaited","d":"

    Returns whether the heartbeat used a streaming protocol

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\ServerHeartbeatFailedEvent::__wakeup","p":"MongoDB/Driver/Monitoring/ServerHeartbeatFailedEvent.html#method___wakeup","d":null},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\ServerHeartbeatStartedEvent::getPort","p":"MongoDB/Driver/Monitoring/ServerHeartbeatStartedEvent.html#method_getPort","d":"

    Returns the port on which this server is listening

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\ServerHeartbeatStartedEvent::getHost","p":"MongoDB/Driver/Monitoring/ServerHeartbeatStartedEvent.html#method_getHost","d":"

    Returns the hostname of the server

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\ServerHeartbeatStartedEvent::isAwaited","p":"MongoDB/Driver/Monitoring/ServerHeartbeatStartedEvent.html#method_isAwaited","d":"

    Returns whether the heartbeat used a streaming protocol

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\ServerHeartbeatStartedEvent::__wakeup","p":"MongoDB/Driver/Monitoring/ServerHeartbeatStartedEvent.html#method___wakeup","d":null},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\ServerHeartbeatSucceededEvent::getDurationMicros","p":"MongoDB/Driver/Monitoring/ServerHeartbeatSucceededEvent.html#method_getDurationMicros","d":"

    Returns the heartbeat's duration in microseconds

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\ServerHeartbeatSucceededEvent::getReply","p":"MongoDB/Driver/Monitoring/ServerHeartbeatSucceededEvent.html#method_getReply","d":"

    Returns the heartbeat reply document

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\ServerHeartbeatSucceededEvent::getPort","p":"MongoDB/Driver/Monitoring/ServerHeartbeatSucceededEvent.html#method_getPort","d":"

    Returns the port on which this server is listening

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\ServerHeartbeatSucceededEvent::getHost","p":"MongoDB/Driver/Monitoring/ServerHeartbeatSucceededEvent.html#method_getHost","d":"

    Returns the hostname of the server

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\ServerHeartbeatSucceededEvent::isAwaited","p":"MongoDB/Driver/Monitoring/ServerHeartbeatSucceededEvent.html#method_isAwaited","d":"

    Returns whether the heartbeat used a streaming protocol

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\ServerHeartbeatSucceededEvent::__wakeup","p":"MongoDB/Driver/Monitoring/ServerHeartbeatSucceededEvent.html#method___wakeup","d":null},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\ServerOpeningEvent::getPort","p":"MongoDB/Driver/Monitoring/ServerOpeningEvent.html#method_getPort","d":"

    Returns the port on which this server is listening

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\ServerOpeningEvent::getHost","p":"MongoDB/Driver/Monitoring/ServerOpeningEvent.html#method_getHost","d":"

    Returns the hostname of the server

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\ServerOpeningEvent::getTopologyId","p":"MongoDB/Driver/Monitoring/ServerOpeningEvent.html#method_getTopologyId","d":"

    Returns the topology ID associated with this server

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\ServerOpeningEvent::__wakeup","p":"MongoDB/Driver/Monitoring/ServerOpeningEvent.html#method___wakeup","d":null},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\TopologyChangedEvent::getNewDescription","p":"MongoDB/Driver/Monitoring/TopologyChangedEvent.html#method_getNewDescription","d":"

    Returns the new description for the topology

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\TopologyChangedEvent::getPreviousDescription","p":"MongoDB/Driver/Monitoring/TopologyChangedEvent.html#method_getPreviousDescription","d":"

    Returns the previous description for the topology

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\TopologyChangedEvent::getTopologyId","p":"MongoDB/Driver/Monitoring/TopologyChangedEvent.html#method_getTopologyId","d":"

    Returns the topology ID

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\TopologyChangedEvent::__wakeup","p":"MongoDB/Driver/Monitoring/TopologyChangedEvent.html#method___wakeup","d":null},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\TopologyClosedEvent::getTopologyId","p":"MongoDB/Driver/Monitoring/TopologyClosedEvent.html#method_getTopologyId","d":"

    Returns the topology ID

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\TopologyClosedEvent::__wakeup","p":"MongoDB/Driver/Monitoring/TopologyClosedEvent.html#method___wakeup","d":null},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\TopologyOpeningEvent::getTopologyId","p":"MongoDB/Driver/Monitoring/TopologyOpeningEvent.html#method_getTopologyId","d":"

    Returns the topology ID

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\TopologyOpeningEvent::__wakeup","p":"MongoDB/Driver/Monitoring/TopologyOpeningEvent.html#method___wakeup","d":null},{"t":"M","n":"MongoDB\\Driver\\Query::__construct","p":"MongoDB/Driver/Query.html#method___construct","d":"

    Construct new Query

    "},{"t":"M","n":"MongoDB\\Driver\\Query::__wakeup","p":"MongoDB/Driver/Query.html#method___wakeup","d":null},{"t":"M","n":"MongoDB\\Driver\\ReadConcern::__construct","p":"MongoDB/Driver/ReadConcern.html#method___construct","d":"

    Construct immutable ReadConcern

    "},{"t":"M","n":"MongoDB\\Driver\\ReadConcern::__set_state","p":"MongoDB/Driver/ReadConcern.html#method___set_state","d":null},{"t":"M","n":"MongoDB\\Driver\\ReadConcern::getLevel","p":"MongoDB/Driver/ReadConcern.html#method_getLevel","d":"

    Returns the ReadConcern's "level" option

    "},{"t":"M","n":"MongoDB\\Driver\\ReadConcern::bsonSerialize","p":"MongoDB/Driver/ReadConcern.html#method_bsonSerialize","d":"

    Returns an object for BSON serialization

    "},{"t":"M","n":"MongoDB\\Driver\\ReadConcern::isDefault","p":"MongoDB/Driver/ReadConcern.html#method_isDefault","d":"

    Checks if this is the default read concern

    "},{"t":"M","n":"MongoDB\\Driver\\ReadConcern::serialize","p":"MongoDB/Driver/ReadConcern.html#method_serialize","d":"

    Serialize a ReadConcern

    "},{"t":"M","n":"MongoDB\\Driver\\ReadConcern::unserialize","p":"MongoDB/Driver/ReadConcern.html#method_unserialize","d":"

    Unserialize a ReadConcern

    "},{"t":"M","n":"MongoDB\\Driver\\ReadPreference::__construct","p":"MongoDB/Driver/ReadPreference.html#method___construct","d":"

    Construct immutable ReadPreference

    "},{"t":"M","n":"MongoDB\\Driver\\ReadPreference::__set_state","p":"MongoDB/Driver/ReadPreference.html#method___set_state","d":null},{"t":"M","n":"MongoDB\\Driver\\ReadPreference::getHedge","p":"MongoDB/Driver/ReadPreference.html#method_getHedge","d":"

    Returns the ReadPreference's "hedge" option

    "},{"t":"M","n":"MongoDB\\Driver\\ReadPreference::getMode","p":"MongoDB/Driver/ReadPreference.html#method_getMode","d":"

    Returns the ReadPreference's "mode" option

    "},{"t":"M","n":"MongoDB\\Driver\\ReadPreference::getModeString","p":"MongoDB/Driver/ReadPreference.html#method_getModeString","d":"

    Returns the ReadPreference's "mode" option as a string

    "},{"t":"M","n":"MongoDB\\Driver\\ReadPreference::getTagSets","p":"MongoDB/Driver/ReadPreference.html#method_getTagSets","d":"

    Returns the ReadPreference's "tagSets" option

    "},{"t":"M","n":"MongoDB\\Driver\\ReadPreference::bsonSerialize","p":"MongoDB/Driver/ReadPreference.html#method_bsonSerialize","d":"

    Returns an object for BSON serialization

    "},{"t":"M","n":"MongoDB\\Driver\\ReadPreference::serialize","p":"MongoDB/Driver/ReadPreference.html#method_serialize","d":"

    Serialize a ReadPreference

    "},{"t":"M","n":"MongoDB\\Driver\\ReadPreference::unserialize","p":"MongoDB/Driver/ReadPreference.html#method_unserialize","d":"

    Unserialize a ReadPreference

    "},{"t":"M","n":"MongoDB\\Driver\\ReadPreference::getMaxStalenessSeconds","p":"MongoDB/Driver/ReadPreference.html#method_getMaxStalenessSeconds","d":null},{"t":"M","n":"MongoDB\\Driver\\Server::__wakeup","p":"MongoDB/Driver/Server.html#method___wakeup","d":null},{"t":"M","n":"MongoDB\\Driver\\Server::executeBulkWrite","p":"MongoDB/Driver/Server.html#method_executeBulkWrite","d":"

    Execute one or more write operations on this server

    "},{"t":"M","n":"MongoDB\\Driver\\Server::executeCommand","p":"MongoDB/Driver/Server.html#method_executeCommand","d":"

    Execute a database command on this server

    "},{"t":"M","n":"MongoDB\\Driver\\Server::executeReadCommand","p":"MongoDB/Driver/Server.html#method_executeReadCommand","d":"

    Execute a database command that reads on this server

    "},{"t":"M","n":"MongoDB\\Driver\\Server::executeReadWriteCommand","p":"MongoDB/Driver/Server.html#method_executeReadWriteCommand","d":"

    Execute a database command that reads and writes on this server

    "},{"t":"M","n":"MongoDB\\Driver\\Server::executeWriteCommand","p":"MongoDB/Driver/Server.html#method_executeWriteCommand","d":"

    Execute a database command that writes on this server

    "},{"t":"M","n":"MongoDB\\Driver\\Server::executeQuery","p":"MongoDB/Driver/Server.html#method_executeQuery","d":"

    Execute a database query on this server

    "},{"t":"M","n":"MongoDB\\Driver\\Server::getHost","p":"MongoDB/Driver/Server.html#method_getHost","d":"

    Returns the hostname of this server

    "},{"t":"M","n":"MongoDB\\Driver\\Server::getInfo","p":"MongoDB/Driver/Server.html#method_getInfo","d":"

    Returns an array of information about this server

    "},{"t":"M","n":"MongoDB\\Driver\\Server::getLatency","p":"MongoDB/Driver/Server.html#method_getLatency","d":"

    Returns the latency of this server

    "},{"t":"M","n":"MongoDB\\Driver\\Server::getPort","p":"MongoDB/Driver/Server.html#method_getPort","d":"

    Returns the port on which this server is listening

    "},{"t":"M","n":"MongoDB\\Driver\\Server::getServerDescription","p":"MongoDB/Driver/Server.html#method_getServerDescription","d":"

    Returns a ServerDescription for this server\nhttps://www.php.net/manual/en/mongodb-driver-server.getserverdescription.php

    "},{"t":"M","n":"MongoDB\\Driver\\Server::getTags","p":"MongoDB/Driver/Server.html#method_getTags","d":"

    Returns an array of tags describing this server in a replica set

    "},{"t":"M","n":"MongoDB\\Driver\\Server::getType","p":"MongoDB/Driver/Server.html#method_getType","d":"

    Returns an integer denoting the type of this server

    "},{"t":"M","n":"MongoDB\\Driver\\Server::isArbiter","p":"MongoDB/Driver/Server.html#method_isArbiter","d":"

    Checks if this server is an arbiter member of a replica set

    "},{"t":"M","n":"MongoDB\\Driver\\Server::isHidden","p":"MongoDB/Driver/Server.html#method_isHidden","d":"

    Checks if this server is a hidden member of a replica set

    "},{"t":"M","n":"MongoDB\\Driver\\Server::isPassive","p":"MongoDB/Driver/Server.html#method_isPassive","d":"

    Checks if this server is a passive member of a replica set

    "},{"t":"M","n":"MongoDB\\Driver\\Server::isPrimary","p":"MongoDB/Driver/Server.html#method_isPrimary","d":"

    Checks if this server is a primary member of a replica set

    "},{"t":"M","n":"MongoDB\\Driver\\Server::isSecondary","p":"MongoDB/Driver/Server.html#method_isSecondary","d":"

    Checks if this server is a secondary member of a replica set

    "},{"t":"M","n":"MongoDB\\Driver\\ServerApi::__construct","p":"MongoDB/Driver/ServerApi.html#method___construct","d":null},{"t":"M","n":"MongoDB\\Driver\\ServerApi::__set_state","p":"MongoDB/Driver/ServerApi.html#method___set_state","d":null},{"t":"M","n":"MongoDB\\Driver\\ServerApi::unserialize","p":"MongoDB/Driver/ServerApi.html#method_unserialize","d":"

    Constructs the object.

    "},{"t":"M","n":"MongoDB\\Driver\\ServerApi::serialize","p":"MongoDB/Driver/ServerApi.html#method_serialize","d":"

    String representation of object.

    "},{"t":"M","n":"MongoDB\\Driver\\ServerApi::bsonSerialize","p":"MongoDB/Driver/ServerApi.html#method_bsonSerialize","d":"

    Provides an array or document to serialize as BSON\nCalled during serialization of the object to BSON. The method must return an array or stdClass.

    "},{"t":"M","n":"MongoDB\\Driver\\ServerDescription::getHelloResponse","p":"MongoDB/Driver/ServerDescription.html#method_getHelloResponse","d":"

    Returns the server's most recent "hello" response

    "},{"t":"M","n":"MongoDB\\Driver\\ServerDescription::getHost","p":"MongoDB/Driver/ServerDescription.html#method_getHost","d":"

    Returns the hostname of this server

    "},{"t":"M","n":"MongoDB\\Driver\\ServerDescription::getLastUpdateTime","p":"MongoDB/Driver/ServerDescription.html#method_getLastUpdateTime","d":"

    Returns the server's last update time in microseconds

    "},{"t":"M","n":"MongoDB\\Driver\\ServerDescription::getPort","p":"MongoDB/Driver/ServerDescription.html#method_getPort","d":"

    Returns the port on which this server is listening

    "},{"t":"M","n":"MongoDB\\Driver\\ServerDescription::getRoundTripTime","p":"MongoDB/Driver/ServerDescription.html#method_getRoundTripTime","d":"

    Returns the server's round trip time in milliseconds

    "},{"t":"M","n":"MongoDB\\Driver\\ServerDescription::getType","p":"MongoDB/Driver/ServerDescription.html#method_getType","d":"

    Returns a string denoting the type of this server

    "},{"t":"M","n":"MongoDB\\Driver\\ServerDescription::__wakeup","p":"MongoDB/Driver/ServerDescription.html#method___wakeup","d":null},{"t":"M","n":"MongoDB\\Driver\\Session::__wakeup","p":"MongoDB/Driver/Session.html#method___wakeup","d":null},{"t":"M","n":"MongoDB\\Driver\\Session::abortTransaction","p":"MongoDB/Driver/Session.html#method_abortTransaction","d":"

    Aborts a transaction

    "},{"t":"M","n":"MongoDB\\Driver\\Session::advanceClusterTime","p":"MongoDB/Driver/Session.html#method_advanceClusterTime","d":"

    Advances the cluster time for this session

    "},{"t":"M","n":"MongoDB\\Driver\\Session::advanceOperationTime","p":"MongoDB/Driver/Session.html#method_advanceOperationTime","d":"

    Advances the operation time for this session

    "},{"t":"M","n":"MongoDB\\Driver\\Session::commitTransaction","p":"MongoDB/Driver/Session.html#method_commitTransaction","d":""},{"t":"M","n":"MongoDB\\Driver\\Session::endSession","p":"MongoDB/Driver/Session.html#method_endSession","d":"

    This method closes an existing session. If a transaction was associated with this session, this transaction is also aborted,\nand all its operations are rolled back.

    "},{"t":"M","n":"MongoDB\\Driver\\Session::getClusterTime","p":"MongoDB/Driver/Session.html#method_getClusterTime","d":"

    Returns the cluster time for this session

    "},{"t":"M","n":"MongoDB\\Driver\\Session::getLogicalSessionId","p":"MongoDB/Driver/Session.html#method_getLogicalSessionId","d":"

    Returns the logical session ID for this session

    "},{"t":"M","n":"MongoDB\\Driver\\Session::getOperationTime","p":"MongoDB/Driver/Session.html#method_getOperationTime","d":"

    Returns the operation time for this session, or NULL if the session has no operation time

    "},{"t":"M","n":"MongoDB\\Driver\\Session::getServer","p":"MongoDB/Driver/Session.html#method_getServer","d":"

    Returns the server to which this session is pinned, or NULL if the session is not pinned to any server.

    "},{"t":"M","n":"MongoDB\\Driver\\Session::getTransactionOptions","p":"MongoDB/Driver/Session.html#method_getTransactionOptions","d":"

    Returns options for the current transactions, or NULL if no transaction is running.

    "},{"t":"M","n":"MongoDB\\Driver\\Session::getTransactionState","p":"MongoDB/Driver/Session.html#method_getTransactionState","d":"

    Returns the current transaction state

    "},{"t":"M","n":"MongoDB\\Driver\\Session::isDirty","p":"MongoDB/Driver/Session.html#method_isDirty","d":"

    Returns whether the session has been marked as dirty

    "},{"t":"M","n":"MongoDB\\Driver\\Session::isInTransaction","p":"MongoDB/Driver/Session.html#method_isInTransaction","d":"

    Returns whether a multi-document transaction is in progress.

    "},{"t":"M","n":"MongoDB\\Driver\\Session::startTransaction","p":"MongoDB/Driver/Session.html#method_startTransaction","d":"

    Starts a transaction

    "},{"t":"M","n":"MongoDB\\Driver\\TopologyDescription::getServers","p":"MongoDB/Driver/TopologyDescription.html#method_getServers","d":"

    Returns the servers in the topology

    "},{"t":"M","n":"MongoDB\\Driver\\TopologyDescription::getType","p":"MongoDB/Driver/TopologyDescription.html#method_getType","d":"

    Returns a string denoting the type of this topology

    "},{"t":"M","n":"MongoDB\\Driver\\TopologyDescription::hasReadableServer","p":"MongoDB/Driver/TopologyDescription.html#method_hasReadableServer","d":"

    Returns whether the topology has a readable server

    "},{"t":"M","n":"MongoDB\\Driver\\TopologyDescription::hasWritableServer","p":"MongoDB/Driver/TopologyDescription.html#method_hasWritableServer","d":"

    Returns whether the topology has a writable server

    "},{"t":"M","n":"MongoDB\\Driver\\TopologyDescription::__wakeup","p":"MongoDB/Driver/TopologyDescription.html#method___wakeup","d":null},{"t":"M","n":"MongoDB\\Driver\\WriteConcern::__construct","p":"MongoDB/Driver/WriteConcern.html#method___construct","d":"

    Construct immutable WriteConcern

    "},{"t":"M","n":"MongoDB\\Driver\\WriteConcern::__set_state","p":"MongoDB/Driver/WriteConcern.html#method___set_state","d":null},{"t":"M","n":"MongoDB\\Driver\\WriteConcern::getJournal","p":"MongoDB/Driver/WriteConcern.html#method_getJournal","d":"

    Returns the WriteConcern's "journal" option

    "},{"t":"M","n":"MongoDB\\Driver\\WriteConcern::getW","p":"MongoDB/Driver/WriteConcern.html#method_getW","d":"

    Returns the WriteConcern's "w" option

    "},{"t":"M","n":"MongoDB\\Driver\\WriteConcern::getWtimeout","p":"MongoDB/Driver/WriteConcern.html#method_getWtimeout","d":"

    Returns the WriteConcern's "wtimeout" option

    "},{"t":"M","n":"MongoDB\\Driver\\WriteConcern::bsonSerialize","p":"MongoDB/Driver/WriteConcern.html#method_bsonSerialize","d":"

    Returns an object for BSON serialization

    "},{"t":"M","n":"MongoDB\\Driver\\WriteConcern::serialize","p":"MongoDB/Driver/WriteConcern.html#method_serialize","d":"

    Serialize a WriteConcern

    "},{"t":"M","n":"MongoDB\\Driver\\WriteConcern::unserialize","p":"MongoDB/Driver/WriteConcern.html#method_unserialize","d":"

    Unserialize a WriteConcern

    "},{"t":"M","n":"MongoDB\\Driver\\WriteConcern::isDefault","p":"MongoDB/Driver/WriteConcern.html#method_isDefault","d":null},{"t":"M","n":"MongoDB\\Driver\\WriteConcernError::__wakeup","p":"MongoDB/Driver/WriteConcernError.html#method___wakeup","d":null},{"t":"M","n":"MongoDB\\Driver\\WriteConcernError::getCode","p":"MongoDB/Driver/WriteConcernError.html#method_getCode","d":"

    Returns the WriteConcernError's error code

    "},{"t":"M","n":"MongoDB\\Driver\\WriteConcernError::getInfo","p":"MongoDB/Driver/WriteConcernError.html#method_getInfo","d":"

    Returns additional metadata for the WriteConcernError

    "},{"t":"M","n":"MongoDB\\Driver\\WriteConcernError::getMessage","p":"MongoDB/Driver/WriteConcernError.html#method_getMessage","d":"

    Returns the WriteConcernError's error message

    "},{"t":"M","n":"MongoDB\\Driver\\WriteError::__wakeup","p":"MongoDB/Driver/WriteError.html#method___wakeup","d":null},{"t":"M","n":"MongoDB\\Driver\\WriteError::getCode","p":"MongoDB/Driver/WriteError.html#method_getCode","d":"

    Returns the WriteError's error code

    "},{"t":"M","n":"MongoDB\\Driver\\WriteError::getIndex","p":"MongoDB/Driver/WriteError.html#method_getIndex","d":"

    Returns the index of the write operation corresponding to this WriteError

    "},{"t":"M","n":"MongoDB\\Driver\\WriteError::getInfo","p":"MongoDB/Driver/WriteError.html#method_getInfo","d":"

    Returns additional metadata for the WriteError

    "},{"t":"M","n":"MongoDB\\Driver\\WriteError::getMessage","p":"MongoDB/Driver/WriteError.html#method_getMessage","d":"

    Returns the WriteError's error message

    "},{"t":"M","n":"MongoDB\\Driver\\WriteResult::__wakeup","p":"MongoDB/Driver/WriteResult.html#method___wakeup","d":null},{"t":"M","n":"MongoDB\\Driver\\WriteResult::getDeletedCount","p":"MongoDB/Driver/WriteResult.html#method_getDeletedCount","d":"

    Returns the number of documents deleted

    "},{"t":"M","n":"MongoDB\\Driver\\WriteResult::getInsertedCount","p":"MongoDB/Driver/WriteResult.html#method_getInsertedCount","d":"

    Returns the number of documents inserted (excluding upserts)

    "},{"t":"M","n":"MongoDB\\Driver\\WriteResult::getMatchedCount","p":"MongoDB/Driver/WriteResult.html#method_getMatchedCount","d":"

    Returns the number of documents selected for update

    "},{"t":"M","n":"MongoDB\\Driver\\WriteResult::getModifiedCount","p":"MongoDB/Driver/WriteResult.html#method_getModifiedCount","d":"

    Returns the number of existing documents updated

    "},{"t":"M","n":"MongoDB\\Driver\\WriteResult::getServer","p":"MongoDB/Driver/WriteResult.html#method_getServer","d":"

    Returns the server associated with this write result

    "},{"t":"M","n":"MongoDB\\Driver\\WriteResult::getUpsertedCount","p":"MongoDB/Driver/WriteResult.html#method_getUpsertedCount","d":"

    Returns the number of documents inserted by an upsert

    "},{"t":"M","n":"MongoDB\\Driver\\WriteResult::getUpsertedIds","p":"MongoDB/Driver/WriteResult.html#method_getUpsertedIds","d":"

    Returns an array of identifiers for upserted documents

    "},{"t":"M","n":"MongoDB\\Driver\\WriteResult::getWriteConcernError","p":"MongoDB/Driver/WriteResult.html#method_getWriteConcernError","d":"

    Returns any write concern error that occurred

    "},{"t":"M","n":"MongoDB\\Driver\\WriteResult::getWriteErrors","p":"MongoDB/Driver/WriteResult.html#method_getWriteErrors","d":"

    Returns any write errors that occurred

    "},{"t":"M","n":"MongoDB\\Driver\\WriteResult::getErrorReplies","p":"MongoDB/Driver/WriteResult.html#method_getErrorReplies","d":""},{"t":"M","n":"MongoDB\\Driver\\WriteResult::isAcknowledged","p":"MongoDB/Driver/WriteResult.html#method_isAcknowledged","d":"

    Returns whether the write was acknowledged

    "},{"t":"M","n":"MongoDate::__construct","p":"MongoDate.html#method___construct","d":"

    Creates a new date. If no parameters are given, the current time is used.

    "},{"t":"M","n":"MongoDate::toDateTime","p":"MongoDate.html#method_toDateTime","d":"

    Returns a DateTime object representing this date

    "},{"t":"M","n":"MongoDate::__toString","p":"MongoDate.html#method___toString","d":"

    Returns a string representation of this date

    "},{"t":"M","n":"MongoGridFS::__construct","p":"MongoGridFS.html#method___construct","d":"

    Files as stored across two collections, the first containing file meta\ninformation, the second containing chunks of the actual file. By default,\nfs.files and fs.chunks are the collection names used.

    "},{"t":"M","n":"MongoGridFS::drop","p":"MongoGridFS.html#method_drop","d":"

    Drops the files and chunks collections

    "},{"t":"M","n":"MongoGridFS::find","p":"MongoGridFS.html#method_find","d":""},{"t":"M","n":"MongoGridFS::storeFile","p":"MongoGridFS.html#method_storeFile","d":"

    Stores a file in the database

    "},{"t":"M","n":"MongoGridFS::storeBytes","p":"MongoGridFS.html#method_storeBytes","d":"

    Chunkifies and stores bytes in the database

    "},{"t":"M","n":"MongoGridFS::findOne","p":"MongoGridFS.html#method_findOne","d":"

    Returns a single file matching the criteria

    "},{"t":"M","n":"MongoGridFS::remove","p":"MongoGridFS.html#method_remove","d":"

    Removes files from the collections

    "},{"t":"M","n":"MongoGridFS::delete","p":"MongoGridFS.html#method_delete","d":"

    Delete a file from the database

    "},{"t":"M","n":"MongoGridFS::storeUpload","p":"MongoGridFS.html#method_storeUpload","d":"

    Saves an uploaded file directly from a POST to the database

    "},{"t":"M","n":"MongoGridFS::get","p":"MongoGridFS.html#method_get","d":"

    Retrieve a file from the database

    "},{"t":"M","n":"MongoGridFS::put","p":"MongoGridFS.html#method_put","d":"

    Stores a file in the database

    "},{"t":"M","n":"MongoGridFSCursor::__construct","p":"MongoGridFSCursor.html#method___construct","d":"

    Create a new cursor

    "},{"t":"M","n":"MongoGridFSCursor::getNext","p":"MongoGridFSCursor.html#method_getNext","d":"

    Return the next file to which this cursor points, and advance the cursor

    "},{"t":"M","n":"MongoGridFSCursor::current","p":"MongoGridFSCursor.html#method_current","d":"

    Returns the current file

    "},{"t":"M","n":"MongoGridFSCursor::key","p":"MongoGridFSCursor.html#method_key","d":"

    Returns the current result's filename

    "},{"t":"M","n":"MongoGridFSFile::__construct","p":"MongoGridFSFile.html#method___construct","d":""},{"t":"M","n":"MongoGridFSFile::getFilename","p":"MongoGridFSFile.html#method_getFilename","d":"

    Returns this file's filename

    "},{"t":"M","n":"MongoGridFSFile::getSize","p":"MongoGridFSFile.html#method_getSize","d":"

    Returns this file's size

    "},{"t":"M","n":"MongoGridFSFile::write","p":"MongoGridFSFile.html#method_write","d":"

    Writes this file to the filesystem

    "},{"t":"M","n":"MongoGridFSFile::getBytes","p":"MongoGridFSFile.html#method_getBytes","d":"

    This will load the file into memory. If the file is bigger than your memory, this will cause problems!

    "},{"t":"M","n":"MongoGridFSFile::getResource","p":"MongoGridFSFile.html#method_getResource","d":"

    This method returns a stream resource that can be used to read the stored file with all file functions in PHP.

    "},{"t":"M","n":"MongoId::__construct","p":"MongoId.html#method___construct","d":"

    (PECL mongo >= 0.8.0)\nCreates a new id

    "},{"t":"M","n":"MongoId::isValid","p":"MongoId.html#method_isValid","d":"

    (PECL mongo >= 0.8.0)\nCheck if a value is a valid ObjectId

    "},{"t":"M","n":"MongoId::__toString","p":"MongoId.html#method___toString","d":"

    (PECL mongo >= 0.8.0)\nReturns a hexadecimal representation of this id

    "},{"t":"M","n":"MongoId::getInc","p":"MongoId.html#method_getInc","d":"

    (PECL mongo >= 1.0.11)\nGets the incremented value to create this id

    "},{"t":"M","n":"MongoId::getPID","p":"MongoId.html#method_getPID","d":"

    (PECL mongo >= 1.0.11)\nGets the process ID

    "},{"t":"M","n":"MongoId::getTimestamp","p":"MongoId.html#method_getTimestamp","d":"

    (PECL mongo >= 1.0.1)\nGets the number of seconds since the epoch that this id was created

    "},{"t":"M","n":"MongoId::getHostname","p":"MongoId.html#method_getHostname","d":"

    (PECL mongo >= 1.0.8)\nGets the hostname being used for this machine's ids

    "},{"t":"M","n":"MongoId::__set_state","p":"MongoId.html#method___set_state","d":"

    (PECL mongo >= 1.0.8)\nCreate a dummy MongoId

    "},{"t":"M","n":"MongoInt32::__construct","p":"MongoInt32.html#method___construct","d":"

    Creates a new 32-bit number with the given value.

    "},{"t":"M","n":"MongoInt32::__toString","p":"MongoInt32.html#method___toString","d":""},{"t":"M","n":"MongoInt64::__construct","p":"MongoInt64.html#method___construct","d":"

    Creates a new 64-bit number with the given value.

    "},{"t":"M","n":"MongoInt64::__toString","p":"MongoInt64.html#method___toString","d":""},{"t":"M","n":"MongoLog::setCallback","p":"MongoLog.html#method_setCallback","d":"

    (PECL mongo >= 1.3.0)

    \n

    \nThis function will set a callback function to be called for https://secure.php.net/manual/en/class.mongolog.php MongoLog events\ninstead of triggering warnings."},{"t":"M","n":"MongoLog::setLevel","p":"MongoLog.html#method_setLevel","d":"

    This function can be used to set how verbose logging should be and the types of\nactivities that should be logged. Use the constants described in the MongoLog\nsection with bitwise operators to specify levels.

    "},{"t":"M","n":"MongoLog::getLevel","p":"MongoLog.html#method_getLevel","d":"

    This can be used to see the log level. Use the constants described in the\nMongoLog section with bitwise operators to check the level.

    "},{"t":"M","n":"MongoLog::setModule","p":"MongoLog.html#method_setModule","d":"

    This function can be used to set which parts of the driver's functionality\nshould be logged. Use the constants described in the MongoLog section with\nbitwise operators to specify modules.

    "},{"t":"M","n":"MongoLog::getModule","p":"MongoLog.html#method_getModule","d":"

    This function can be used to see which parts of the driver's functionality are\nbeing logged. Use the constants described in the MongoLog section with bitwise\noperators to check if specific modules are being logged.

    "},{"t":"M","n":"MongoPool::info","p":"MongoPool.html#method_info","d":"

    Returns an array of information about all connection pools.

    "},{"t":"M","n":"MongoPool::setSize","p":"MongoPool.html#method_setSize","d":"

    Sets the max number of connections new pools will be able to create.

    "},{"t":"M","n":"MongoPool::getSize","p":"MongoPool.html#method_getSize","d":""},{"t":"M","n":"MongoRegex::__construct","p":"MongoRegex.html#method___construct","d":"

    Creates a new regular expression.

    "},{"t":"M","n":"MongoRegex::__toString","p":"MongoRegex.html#method___toString","d":"

    Returns a string representation of this regular expression.

    "},{"t":"M","n":"MongoResultException::getDocument","p":"MongoResultException.html#method_getDocument","d":"

    (PECL mongo >= 1.3.0)

    \n

    Retrieve the full result document\nhttps://secure.php.net/manual/en/mongoresultexception.getdocument.php

    "},{"t":"M","n":"MongoTimestamp::__construct","p":"MongoTimestamp.html#method___construct","d":"

    Creates a new timestamp. If no parameters are given, the current time is used\nand the increment is automatically provided. The increment is set to 0 when the\nmodule is loaded and is incremented every time this constructor is called\n(without the $inc parameter passed in).

    "},{"t":"M","n":"MongoTimestamp::__toString","p":"MongoTimestamp.html#method___toString","d":""},{"t":"M","n":"MongoUpdateBatch::__construct","p":"MongoUpdateBatch.html#method___construct","d":"

    (PECL mongo >= 1.5.0)

    \n

    MongoUpdateBatch constructor.

    "},{"t":"M","n":"MongoWriteBatch::__construct","p":"MongoWriteBatch.html#method___construct","d":"

    (PECL mongo >= 1.5.0)

    \n

    MongoWriteBatch constructor.

    "},{"t":"M","n":"MongoWriteBatch::add","p":"MongoWriteBatch.html#method_add","d":"

    (PECL mongo >= 1.5.0)

    \n

    Adds a write operation to a batch

    "},{"t":"M","n":"MongoWriteBatch::execute","p":"MongoWriteBatch.html#method_execute","d":"

    (PECL mongo >= 1.5.0)

    \n

    Executes a batch of write operations

    "},{"t":"M","n":"MongoWriteConcernException::getDocument","p":"MongoWriteConcernException.html#method_getDocument","d":"

    Get the error document

    "},{"t":"M","n":"Mosquitto\\Client::__construct","p":"Mosquitto/Client.html#method___construct","d":"

    Construct a new Client instance.

    "},{"t":"M","n":"Mosquitto\\Client::setCredentials","p":"Mosquitto/Client.html#method_setCredentials","d":"

    Set the username and password to use on connecting to the broker. Must be called before connect.

    "},{"t":"M","n":"Mosquitto\\Client::setTlsCertificates","p":"Mosquitto/Client.html#method_setTlsCertificates","d":"

    Configure the client for certificate based SSL/TLS support. Must be called before connect. Cannot be used in\nconjunction with setTlsPSK.

    "},{"t":"M","n":"Mosquitto\\Client::setTlsInsecure","p":"Mosquitto/Client.html#method_setTlsInsecure","d":"

    Configure verification of the server hostname in the server certificate. If $value is true, it is impossible\nto guarantee that the host you are connecting to is not impersonating your server. Do not use this function in a\nreal system. Must be called before connect.

    "},{"t":"M","n":"Mosquitto\\Client::setTlsOptions","p":"Mosquitto/Client.html#method_setTlsOptions","d":"

    Set advanced SSL/TLS options. Must be called before connect.

    "},{"t":"M","n":"Mosquitto\\Client::setTlsPSK","p":"Mosquitto/Client.html#method_setTlsPSK","d":"

    Configure the client for pre-shared-key based TLS support. Must be called before connect. Cannot be used in\nconjunction with setTlsCertificates.

    "},{"t":"M","n":"Mosquitto\\Client::setWill","p":"Mosquitto/Client.html#method_setWill","d":"

    Set the client \u201clast will and testament\u201d, which will be sent on an unclean disconnection from the broker.

    "},{"t":"M","n":"Mosquitto\\Client::clearWill","p":"Mosquitto/Client.html#method_clearWill","d":"

    Remove a previously-set will. No parameters.

    "},{"t":"M","n":"Mosquitto\\Client::setReconnectDelay","p":"Mosquitto/Client.html#method_setReconnectDelay","d":"

    Control the behaviour of the client when it has unexpectedly disconnected in Client::loopForever().

    "},{"t":"M","n":"Mosquitto\\Client::connect","p":"Mosquitto/Client.html#method_connect","d":"

    Connect to an MQTT broker.

    "},{"t":"M","n":"Mosquitto\\Client::disconnect","p":"Mosquitto/Client.html#method_disconnect","d":"

    Disconnect from the broker. No parameters.

    "},{"t":"M","n":"Mosquitto\\Client::onConnect","p":"Mosquitto/Client.html#method_onConnect","d":"

    Set the connect callback. This is called when the broker sends a CONNACK message in response to a connection.

    "},{"t":"M","n":"Mosquitto\\Client::onDisconnect","p":"Mosquitto/Client.html#method_onDisconnect","d":"

    Set the disconnect callback. This is called when the broker has received the DISCONNECT command and has\ndisconnected the client.

    "},{"t":"M","n":"Mosquitto\\Client::onLog","p":"Mosquitto/Client.html#method_onLog","d":"

    Set the logging callback.

    "},{"t":"M","n":"Mosquitto\\Client::onSubscribe","p":"Mosquitto/Client.html#method_onSubscribe","d":"

    Set the subscribe callback. This is called when the broker responds to a subscription request.

    "},{"t":"M","n":"Mosquitto\\Client::onUnsubscribe","p":"Mosquitto/Client.html#method_onUnsubscribe","d":"

    Set the unsubscribe callback. This is called when the broker responds to a unsubscribe request.

    "},{"t":"M","n":"Mosquitto\\Client::onMessage","p":"Mosquitto/Client.html#method_onMessage","d":"

    Set the message callback. This is called when a message is received from the broker.

    "},{"t":"M","n":"Mosquitto\\Client::onPublish","p":"Mosquitto/Client.html#method_onPublish","d":"

    Set the publish callback. This is called when a message is published by the client itself.

    "},{"t":"M","n":"Mosquitto\\Client::setMaxInFlightMessages","p":"Mosquitto/Client.html#method_setMaxInFlightMessages","d":"

    Set the number of QoS 1 and 2 messages that can be \u201cin flight\u201d at one time. An in flight message is part way\nthrough its delivery flow. Attempts to send further messages with publish will result in the messages\nbeing queued until the number of in flight messages reduces.

    "},{"t":"M","n":"Mosquitto\\Client::setMessageRetry","p":"Mosquitto/Client.html#method_setMessageRetry","d":"

    Set the number of seconds to wait before retrying messages. This applies to publishing messages with QoS > 0.

    "},{"t":"M","n":"Mosquitto\\Client::publish","p":"Mosquitto/Client.html#method_publish","d":"

    Publish a message on a given topic.

    "},{"t":"M","n":"Mosquitto\\Client::subscribe","p":"Mosquitto/Client.html#method_subscribe","d":"

    Subscribe to a topic.

    "},{"t":"M","n":"Mosquitto\\Client::unsubscribe","p":"Mosquitto/Client.html#method_unsubscribe","d":"

    Unsubscribe from a topic.

    "},{"t":"M","n":"Mosquitto\\Client::loop","p":"Mosquitto/Client.html#method_loop","d":"

    The main network loop for the client. You must call this frequently in order to keep communications between\nthe client and broker working. If incoming data is present it will then be processed. Outgoing commands,\nfrom e.g. publish, are normally sent immediately that their function is called, but this is not always possible.

    "},{"t":"M","n":"Mosquitto\\Client::loopForever","p":"Mosquitto/Client.html#method_loopForever","d":"

    Call loop() in an infinite blocking loop. Callbacks will be called as required. This will handle reconnecting\nif the connection is lost. Call disconnect in a callback to disconnect and return from the loop. Alternatively,\ncall exitLoop to exit the loop without disconnecting. You will need to re-enter the loop again afterwards\nto maintain the connection.

    "},{"t":"M","n":"Mosquitto\\Client::exitLoop","p":"Mosquitto/Client.html#method_exitLoop","d":"

    Exit the loopForever event loop without disconnecting. You will need to re-enter the loop afterwards\nin order to maintain the connection.

    "},{"t":"M","n":"Mosquitto\\Message::topicMatchesSub","p":"Mosquitto/Message.html#method_topicMatchesSub","d":"

    Returns true if the supplied topic matches the supplied description, and otherwise false.

    "},{"t":"M","n":"Mosquitto\\Message::tokeniseTopic","p":"Mosquitto/Message.html#method_tokeniseTopic","d":"

    Tokenise a topic or subscription string into an array of strings representing the topic hierarchy.

    "},{"t":"M","n":"MultipleIterator::__construct","p":"MultipleIterator.html#method___construct","d":"

    Constructs a new MultipleIterator

    "},{"t":"M","n":"MultipleIterator::getFlags","p":"MultipleIterator.html#method_getFlags","d":"

    Gets the flag information

    "},{"t":"M","n":"MultipleIterator::setFlags","p":"MultipleIterator.html#method_setFlags","d":"

    Sets flags

    "},{"t":"M","n":"MultipleIterator::attachIterator","p":"MultipleIterator.html#method_attachIterator","d":"

    Attaches iterator information

    "},{"t":"M","n":"MultipleIterator::detachIterator","p":"MultipleIterator.html#method_detachIterator","d":"

    Detaches an iterator

    "},{"t":"M","n":"MultipleIterator::containsIterator","p":"MultipleIterator.html#method_containsIterator","d":"

    Checks if an iterator is attached

    "},{"t":"M","n":"MultipleIterator::countIterators","p":"MultipleIterator.html#method_countIterators","d":"

    Gets the number of attached iterator instances

    "},{"t":"M","n":"MultipleIterator::rewind","p":"MultipleIterator.html#method_rewind","d":"

    Rewinds all attached iterator instances

    "},{"t":"M","n":"MultipleIterator::valid","p":"MultipleIterator.html#method_valid","d":"

    Checks the validity of sub iterators

    "},{"t":"M","n":"MultipleIterator::key","p":"MultipleIterator.html#method_key","d":"

    Gets the registered iterator instances

    "},{"t":"M","n":"MultipleIterator::current","p":"MultipleIterator.html#method_current","d":"

    Gets the registered iterator instances

    "},{"t":"M","n":"MultipleIterator::next","p":"MultipleIterator.html#method_next","d":"

    Moves all attached iterator instances forward

    "},{"t":"M","n":"MultipleIterator::__debugInfo","p":"MultipleIterator.html#method___debugInfo","d":""},{"t":"M","n":"NoRewindIterator::__construct","p":"NoRewindIterator.html#method___construct","d":"

    Construct a NoRewindIterator

    "},{"t":"M","n":"NoRewindIterator::rewind","p":"NoRewindIterator.html#method_rewind","d":"

    Prevents the rewind operation on the inner iterator.

    "},{"t":"M","n":"NoRewindIterator::valid","p":"NoRewindIterator.html#method_valid","d":"

    Validates the iterator

    "},{"t":"M","n":"NoRewindIterator::key","p":"NoRewindIterator.html#method_key","d":"

    Get the current key

    "},{"t":"M","n":"NoRewindIterator::current","p":"NoRewindIterator.html#method_current","d":"

    Get the current value

    "},{"t":"M","n":"NoRewindIterator::next","p":"NoRewindIterator.html#method_next","d":"

    Forward to the next element

    "},{"t":"M","n":"NoRewindIterator::getInnerIterator","p":"NoRewindIterator.html#method_getInnerIterator","d":"

    Get the inner iterator

    "},{"t":"M","n":"Normalizer::normalize","p":"Normalizer.html#method_normalize","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nNormalizes the input provided and returns the normalized string

    "},{"t":"M","n":"Normalizer::isNormalized","p":"Normalizer.html#method_isNormalized","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nChecks if the provided string is already in the specified normalization form.

    "},{"t":"M","n":"Normalizer::getRawDecomposition","p":"Normalizer.html#method_getRawDecomposition","d":""},{"t":"M","n":"NumberFormatter::__construct","p":"NumberFormatter.html#method___construct","d":""},{"t":"M","n":"NumberFormatter::create","p":"NumberFormatter.html#method_create","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nCreate a number formatter

    "},{"t":"M","n":"NumberFormatter::format","p":"NumberFormatter.html#method_format","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nFormat a number

    "},{"t":"M","n":"NumberFormatter::parse","p":"NumberFormatter.html#method_parse","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nParse a number

    "},{"t":"M","n":"NumberFormatter::formatCurrency","p":"NumberFormatter.html#method_formatCurrency","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nFormat a currency value

    "},{"t":"M","n":"NumberFormatter::parseCurrency","p":"NumberFormatter.html#method_parseCurrency","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nParse a currency number

    "},{"t":"M","n":"NumberFormatter::setAttribute","p":"NumberFormatter.html#method_setAttribute","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nSet an attribute

    "},{"t":"M","n":"NumberFormatter::getAttribute","p":"NumberFormatter.html#method_getAttribute","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet an attribute

    "},{"t":"M","n":"NumberFormatter::setTextAttribute","p":"NumberFormatter.html#method_setTextAttribute","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nSet a text attribute

    "},{"t":"M","n":"NumberFormatter::getTextAttribute","p":"NumberFormatter.html#method_getTextAttribute","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet a text attribute

    "},{"t":"M","n":"NumberFormatter::setSymbol","p":"NumberFormatter.html#method_setSymbol","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nSet a symbol value

    "},{"t":"M","n":"NumberFormatter::getSymbol","p":"NumberFormatter.html#method_getSymbol","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet a symbol value

    "},{"t":"M","n":"NumberFormatter::setPattern","p":"NumberFormatter.html#method_setPattern","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nSet formatter pattern

    "},{"t":"M","n":"NumberFormatter::getPattern","p":"NumberFormatter.html#method_getPattern","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet formatter pattern

    "},{"t":"M","n":"NumberFormatter::getLocale","p":"NumberFormatter.html#method_getLocale","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet formatter locale

    "},{"t":"M","n":"NumberFormatter::getErrorCode","p":"NumberFormatter.html#method_getErrorCode","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet formatter's last error code.

    "},{"t":"M","n":"NumberFormatter::getErrorMessage","p":"NumberFormatter.html#method_getErrorMessage","d":"

    (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
    \nGet formatter's last error message.

    "},{"t":"M","n":"OAuth::__construct","p":"OAuth.html#method___construct","d":"

    Create a new OAuth object

    "},{"t":"M","n":"OAuth::disableDebug","p":"OAuth.html#method_disableDebug","d":"

    Turn off verbose debugging

    "},{"t":"M","n":"OAuth::disableRedirects","p":"OAuth.html#method_disableRedirects","d":"

    Turn off redirects

    "},{"t":"M","n":"OAuth::disableSSLChecks","p":"OAuth.html#method_disableSSLChecks","d":"

    Turn off SSL checks

    "},{"t":"M","n":"OAuth::enableDebug","p":"OAuth.html#method_enableDebug","d":"

    Turn on verbose debugging

    "},{"t":"M","n":"OAuth::enableRedirects","p":"OAuth.html#method_enableRedirects","d":"

    Turn on redirects

    "},{"t":"M","n":"OAuth::enableSSLChecks","p":"OAuth.html#method_enableSSLChecks","d":"

    Turn on SSL checks

    "},{"t":"M","n":"OAuth::setTimeout","p":"OAuth.html#method_setTimeout","d":"

    Set the timeout

    "},{"t":"M","n":"OAuth::fetch","p":"OAuth.html#method_fetch","d":"

    Fetch an OAuth-protected resource

    "},{"t":"M","n":"OAuth::getAccessToken","p":"OAuth.html#method_getAccessToken","d":"

    Fetch an access token

    "},{"t":"M","n":"OAuth::getCAPath","p":"OAuth.html#method_getCAPath","d":"

    Get CA information

    "},{"t":"M","n":"OAuth::getLastResponse","p":"OAuth.html#method_getLastResponse","d":"

    Get the last response

    "},{"t":"M","n":"OAuth::getLastResponseHeaders","p":"OAuth.html#method_getLastResponseHeaders","d":"

    Get headers for last response

    "},{"t":"M","n":"OAuth::getLastResponseInfo","p":"OAuth.html#method_getLastResponseInfo","d":"

    Get HTTP information about the last response

    "},{"t":"M","n":"OAuth::getRequestHeader","p":"OAuth.html#method_getRequestHeader","d":"

    Generate OAuth header string signature

    "},{"t":"M","n":"OAuth::getRequestToken","p":"OAuth.html#method_getRequestToken","d":"

    Fetch a request token

    "},{"t":"M","n":"OAuth::setAuthType","p":"OAuth.html#method_setAuthType","d":"

    Set authorization type

    "},{"t":"M","n":"OAuth::setCAPath","p":"OAuth.html#method_setCAPath","d":"

    Set CA path and info

    "},{"t":"M","n":"OAuth::setNonce","p":"OAuth.html#method_setNonce","d":"

    Set the nonce for subsequent requests

    "},{"t":"M","n":"OAuth::setRequestEngine","p":"OAuth.html#method_setRequestEngine","d":""},{"t":"M","n":"OAuth::setRSACertificate","p":"OAuth.html#method_setRSACertificate","d":"

    Set the RSA certificate

    "},{"t":"M","n":"OAuth::setTimestamp","p":"OAuth.html#method_setTimestamp","d":"

    Set the timestamp

    "},{"t":"M","n":"OAuth::setToken","p":"OAuth.html#method_setToken","d":"

    Set the token and secret

    "},{"t":"M","n":"OAuth::setVersion","p":"OAuth.html#method_setVersion","d":"

    Set the OAuth version

    "},{"t":"M","n":"OAuthProvider::addRequiredParameter","p":"OAuthProvider.html#method_addRequiredParameter","d":""},{"t":"M","n":"OAuthProvider::callconsumerHandler","p":"OAuthProvider.html#method_callconsumerHandler","d":""},{"t":"M","n":"OAuthProvider::callTimestampNonceHandler","p":"OAuthProvider.html#method_callTimestampNonceHandler","d":""},{"t":"M","n":"OAuthProvider::calltokenHandler","p":"OAuthProvider.html#method_calltokenHandler","d":""},{"t":"M","n":"OAuthProvider::checkOAuthRequest","p":"OAuthProvider.html#method_checkOAuthRequest","d":""},{"t":"M","n":"OAuthProvider::__construct","p":"OAuthProvider.html#method___construct","d":""},{"t":"M","n":"OAuthProvider::consumerHandler","p":"OAuthProvider.html#method_consumerHandler","d":""},{"t":"M","n":"OAuthProvider::generateToken","p":"OAuthProvider.html#method_generateToken","d":""},{"t":"M","n":"OAuthProvider::is2LeggedEndpoint","p":"OAuthProvider.html#method_is2LeggedEndpoint","d":""},{"t":"M","n":"OAuthProvider::isRequestTokenEndpoint","p":"OAuthProvider.html#method_isRequestTokenEndpoint","d":""},{"t":"M","n":"OAuthProvider::removeRequiredParameter","p":"OAuthProvider.html#method_removeRequiredParameter","d":""},{"t":"M","n":"OAuthProvider::reportProblem","p":"OAuthProvider.html#method_reportProblem","d":""},{"t":"M","n":"OAuthProvider::setParam","p":"OAuthProvider.html#method_setParam","d":""},{"t":"M","n":"OAuthProvider::setRequestTokenPath","p":"OAuthProvider.html#method_setRequestTokenPath","d":""},{"t":"M","n":"OAuthProvider::timestampNonceHandler","p":"OAuthProvider.html#method_timestampNonceHandler","d":""},{"t":"M","n":"OAuthProvider::tokenHandler","p":"OAuthProvider.html#method_tokenHandler","d":""},{"t":"M","n":"OCICollection::append","p":"OCICollection.html#method_append","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nAppends element to the collection

    "},{"t":"M","n":"OCICollection::getelem","p":"OCICollection.html#method_getelem","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nReturns value of the element

    "},{"t":"M","n":"OCICollection::assignelem","p":"OCICollection.html#method_assignelem","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nAssigns a value to the element of the collection

    "},{"t":"M","n":"OCICollection::assign","p":"OCICollection.html#method_assign","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nAssigns a value to the collection from another existing collection

    "},{"t":"M","n":"OCICollection::size","p":"OCICollection.html#method_size","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nReturns size of the collection

    "},{"t":"M","n":"OCICollection::max","p":"OCICollection.html#method_max","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nReturns the maximum number of elements in the collection

    "},{"t":"M","n":"OCICollection::trim","p":"OCICollection.html#method_trim","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nTrims elements from the end of the collection

    "},{"t":"M","n":"OCICollection::free","p":"OCICollection.html#method_free","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nFrees the resources associated with the collection object

    "},{"t":"M","n":"OCILob::load","p":"OCILob.html#method_load","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nReturns large object's contents

    "},{"t":"M","n":"OCILob::tell","p":"OCILob.html#method_tell","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nReturns the current position of internal pointer of large object

    "},{"t":"M","n":"OCILob::truncate","p":"OCILob.html#method_truncate","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nTruncates large object

    "},{"t":"M","n":"OCILob::erase","p":"OCILob.html#method_erase","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nErases a specified portion of the internal LOB data

    "},{"t":"M","n":"OCILob::flush","p":"OCILob.html#method_flush","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nFlushes/writes buffer of the LOB to the server

    "},{"t":"M","n":"OCILob::setbuffering","p":"OCILob.html#method_setbuffering","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nChanges current state of buffering for the large object

    "},{"t":"M","n":"OCILob::getbuffering","p":"OCILob.html#method_getbuffering","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nReturns current state of buffering for the large object

    "},{"t":"M","n":"OCILob::rewind","p":"OCILob.html#method_rewind","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nMoves the internal pointer to the beginning of the large object

    "},{"t":"M","n":"OCILob::read","p":"OCILob.html#method_read","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nReads part of the large object

    "},{"t":"M","n":"OCILob::eof","p":"OCILob.html#method_eof","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nTests for end-of-file on a large object's descriptor

    "},{"t":"M","n":"OCILob::seek","p":"OCILob.html#method_seek","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nSets the internal pointer of the large object

    "},{"t":"M","n":"OCILob::write","p":"OCILob.html#method_write","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nWrites data to the large object

    "},{"t":"M","n":"OCILob::append","p":"OCILob.html#method_append","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nAppends data from the large object to another large object

    "},{"t":"M","n":"OCILob::size","p":"OCILob.html#method_size","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nReturns size of large object

    "},{"t":"M","n":"OCILob::writetofile","p":"OCILob.html#method_writetofile","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nAlias of {OCILob::export}

    "},{"t":"M","n":"OCILob::export","p":"OCILob.html#method_export","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nExports LOB's contents to a file

    "},{"t":"M","n":"OCILob::import","p":"OCILob.html#method_import","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nImports file data to the LOB

    "},{"t":"M","n":"OCILob::writeTemporary","p":"OCILob.html#method_writeTemporary","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nWrites a temporary large object

    "},{"t":"M","n":"OCILob::close","p":"OCILob.html#method_close","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nCloses LOB descriptor

    "},{"t":"M","n":"OCILob::save","p":"OCILob.html#method_save","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nSaves data to the large object

    "},{"t":"M","n":"OCILob::savefile","p":"OCILob.html#method_savefile","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nAlias of {OCILob::import}

    "},{"t":"M","n":"OCILob::free","p":"OCILob.html#method_free","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nFrees resources associated with the LOB descriptor

    "},{"t":"M","n":"OCI_Collection::append","p":"OCI_Collection.html#method_append","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nAppends element to the collection

    "},{"t":"M","n":"OCI_Collection::getelem","p":"OCI_Collection.html#method_getelem","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nReturns value of the element

    "},{"t":"M","n":"OCI_Collection::assignelem","p":"OCI_Collection.html#method_assignelem","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nAssigns a value to the element of the collection

    "},{"t":"M","n":"OCI_Collection::assign","p":"OCI_Collection.html#method_assign","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nAssigns a value to the collection from another existing collection

    "},{"t":"M","n":"OCI_Collection::size","p":"OCI_Collection.html#method_size","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nReturns size of the collection

    "},{"t":"M","n":"OCI_Collection::max","p":"OCI_Collection.html#method_max","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nReturns the maximum number of elements in the collection

    "},{"t":"M","n":"OCI_Collection::trim","p":"OCI_Collection.html#method_trim","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nTrims elements from the end of the collection

    "},{"t":"M","n":"OCI_Collection::free","p":"OCI_Collection.html#method_free","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nFrees the resources associated with the collection object

    "},{"t":"M","n":"OCI_Lob::load","p":"OCI_Lob.html#method_load","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nReturns large object's contents

    "},{"t":"M","n":"OCI_Lob::tell","p":"OCI_Lob.html#method_tell","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nReturns the current position of internal pointer of large object

    "},{"t":"M","n":"OCI_Lob::truncate","p":"OCI_Lob.html#method_truncate","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nTruncates large object

    "},{"t":"M","n":"OCI_Lob::erase","p":"OCI_Lob.html#method_erase","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nErases a specified portion of the internal LOB data

    "},{"t":"M","n":"OCI_Lob::flush","p":"OCI_Lob.html#method_flush","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nFlushes/writes buffer of the LOB to the server

    "},{"t":"M","n":"OCI_Lob::setbuffering","p":"OCI_Lob.html#method_setbuffering","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nChanges current state of buffering for the large object

    "},{"t":"M","n":"OCI_Lob::getbuffering","p":"OCI_Lob.html#method_getbuffering","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nReturns current state of buffering for the large object

    "},{"t":"M","n":"OCI_Lob::rewind","p":"OCI_Lob.html#method_rewind","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nMoves the internal pointer to the beginning of the large object

    "},{"t":"M","n":"OCI_Lob::read","p":"OCI_Lob.html#method_read","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nReads part of the large object

    "},{"t":"M","n":"OCI_Lob::eof","p":"OCI_Lob.html#method_eof","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nTests for end-of-file on a large object's descriptor

    "},{"t":"M","n":"OCI_Lob::seek","p":"OCI_Lob.html#method_seek","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nSets the internal pointer of the large object

    "},{"t":"M","n":"OCI_Lob::write","p":"OCI_Lob.html#method_write","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nWrites data to the large object

    "},{"t":"M","n":"OCI_Lob::append","p":"OCI_Lob.html#method_append","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nAppends data from the large object to another large object

    "},{"t":"M","n":"OCI_Lob::size","p":"OCI_Lob.html#method_size","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nReturns size of large object

    "},{"t":"M","n":"OCI_Lob::writetofile","p":"OCI_Lob.html#method_writetofile","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nAlias of {OCI_Lob::export}

    "},{"t":"M","n":"OCI_Lob::export","p":"OCI_Lob.html#method_export","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nExports LOB's contents to a file

    "},{"t":"M","n":"OCI_Lob::import","p":"OCI_Lob.html#method_import","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nImports file data to the LOB

    "},{"t":"M","n":"OCI_Lob::writeTemporary","p":"OCI_Lob.html#method_writeTemporary","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nWrites a temporary large object

    "},{"t":"M","n":"OCI_Lob::close","p":"OCI_Lob.html#method_close","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nCloses LOB descriptor

    "},{"t":"M","n":"OCI_Lob::save","p":"OCI_Lob.html#method_save","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nSaves data to the large object

    "},{"t":"M","n":"OCI_Lob::savefile","p":"OCI_Lob.html#method_savefile","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nAlias of {OCI_Lob::import}

    "},{"t":"M","n":"OCI_Lob::free","p":"OCI_Lob.html#method_free","d":"

    (PHP 5, PECL OCI8 >= 1.1.0)
    \nFrees resources associated with the LOB descriptor

    "},{"t":"M","n":"OuterIterator::getInnerIterator","p":"OuterIterator.html#method_getInnerIterator","d":"

    Returns the inner iterator for the current entry.

    "},{"t":"M","n":"Override::__construct","p":"Override.html#method___construct","d":null},{"t":"M","n":"OwsrequestObj::__construct","p":"OwsrequestObj.html#method___construct","d":"

    request = ms_newOwsrequestObj();\nCreate a new ows request object.

    "},{"t":"M","n":"OwsrequestObj::addParameter","p":"OwsrequestObj.html#method_addParameter","d":"

    Add a request parameter, even if the parameter key was previousely set.

    "},{"t":"M","n":"OwsrequestObj::getName","p":"OwsrequestObj.html#method_getName","d":"

    Return the name of the parameter at index in the request's array\nof parameter names.

    "},{"t":"M","n":"OwsrequestObj::getValue","p":"OwsrequestObj.html#method_getValue","d":"

    Return the value of the parameter at index in the request's array\nof parameter values.

    "},{"t":"M","n":"OwsrequestObj::getValueByName","p":"OwsrequestObj.html#method_getValueByName","d":"

    Return the value associated with the parameter name.

    "},{"t":"M","n":"OwsrequestObj::loadParams","p":"OwsrequestObj.html#method_loadParams","d":"

    Initializes the OWSRequest object from the cgi environment variables\nREQUEST_METHOD, QUERY_STRING and HTTP_COOKIE. Returns the number of\nname/value pairs collected.

    "},{"t":"M","n":"OwsrequestObj::setParameter","p":"OwsrequestObj.html#method_setParameter","d":"

    Set a request parameter. For example :\n.. code-block:: php\n$request->setparameter('REQUEST', 'GetMap');

    "},{"t":"M","n":"PDFlib::activate_item","p":"PDFlib.html#method_activate_item","d":"

    Activates a previously created structure element or other content item.

    "},{"t":"M","n":"PDFlib::add_launchlink","p":"PDFlib.html#method_add_launchlink","d":"

    Adds a link to a web resource.

    "},{"t":"M","n":"PDFlib::add_locallink","p":"PDFlib.html#method_add_locallink","d":"

    Add a link annotation to a target within the current PDF file.

    "},{"t":"M","n":"PDFlib::add_nameddest","p":"PDFlib.html#method_add_nameddest","d":"

    Creates a named destination on an arbitrary page in the current document.

    "},{"t":"M","n":"PDFlib::add_note","p":"PDFlib.html#method_add_note","d":"

    Sets an annotation for the current page.

    "},{"t":"M","n":"PDFlib::add_pdflink","p":"PDFlib.html#method_add_pdflink","d":"

    Add a file link annotation to a PDF target.

    "},{"t":"M","n":"PDFlib::add_table_cell","p":"PDFlib.html#method_add_table_cell","d":"

    Adds a cell to a new or existing table.

    "},{"t":"M","n":"PDFlib::add_textflow","p":"PDFlib.html#method_add_textflow","d":"

    Creates a Textflow object, or adds text and explicit options to an existing Textflow.

    "},{"t":"M","n":"PDFlib::add_thumbnail","p":"PDFlib.html#method_add_thumbnail","d":"

    Adds an existing image as thumbnail for the current page.

    "},{"t":"M","n":"PDFlib::add_weblink","p":"PDFlib.html#method_add_weblink","d":"

    Adds a weblink annotation to a target url on the Web.

    "},{"t":"M","n":"PDFlib::arc","p":"PDFlib.html#method_arc","d":"

    Adds a counterclockwise circular arc

    "},{"t":"M","n":"PDFlib::arcn","p":"PDFlib.html#method_arcn","d":"

    Except for the drawing direction, this function behaves exactly like PDF_arc().

    "},{"t":"M","n":"PDFlib::attach_file","p":"PDFlib.html#method_attach_file","d":"

    Adds a file attachment annotation.

    "},{"t":"M","n":"PDFlib::begin_document","p":"PDFlib.html#method_begin_document","d":"

    Creates a new PDF file subject to various options.

    "},{"t":"M","n":"PDFlib::begin_font","p":"PDFlib.html#method_begin_font","d":"

    Starts a Type 3 font definition.

    "},{"t":"M","n":"PDFlib::begin_glyph","p":"PDFlib.html#method_begin_glyph","d":"

    Starts a glyph definition for a Type 3 font.

    "},{"t":"M","n":"PDFlib::begin_item","p":"PDFlib.html#method_begin_item","d":"

    Opens a structure element or other content item with attributes supplied as options.

    "},{"t":"M","n":"PDFlib::begin_layer","p":"PDFlib.html#method_begin_layer","d":"

    Starts a layer for subsequent output on the page.

    "},{"t":"M","n":"PDFlib::begin_page_ext","p":"PDFlib.html#method_begin_page_ext","d":"

    Adds a new page to the document, and specifies various options. The parameters width and height are the dimensions of the new page in points.

    "},{"t":"M","n":"PDFlib::begin_page","p":"PDFlib.html#method_begin_page","d":"

    Adds a new page to the document.

    "},{"t":"M","n":"PDFlib::begin_pattern","p":"PDFlib.html#method_begin_pattern","d":"

    Starts a new pattern definition.

    "},{"t":"M","n":"PDFlib::begin_template_ext","p":"PDFlib.html#method_begin_template_ext","d":"

    Starts a new template definition.

    "},{"t":"M","n":"PDFlib::begin_template","p":"PDFlib.html#method_begin_template","d":""},{"t":"M","n":"PDFlib::circle","p":"PDFlib.html#method_circle","d":""},{"t":"M","n":"PDFlib::clip","p":"PDFlib.html#method_clip","d":""},{"t":"M","n":"PDFlib::close_image","p":"PDFlib.html#method_close_image","d":""},{"t":"M","n":"PDFlib::close_pdi_page","p":"PDFlib.html#method_close_pdi_page","d":"

    Closes the page handle, and frees all page-related resources

    "},{"t":"M","n":"PDFlib::close_pdi","p":"PDFlib.html#method_close_pdi","d":""},{"t":"M","n":"PDFlib::close_pdi_document","p":"PDFlib.html#method_close_pdi_document","d":""},{"t":"M","n":"PDFlib::close","p":"PDFlib.html#method_close","d":""},{"t":"M","n":"PDFlib::closepath_fill_stroke","p":"PDFlib.html#method_closepath_fill_stroke","d":""},{"t":"M","n":"PDFlib::closepath_stroke","p":"PDFlib.html#method_closepath_stroke","d":""},{"t":"M","n":"PDFlib::closepath","p":"PDFlib.html#method_closepath","d":""},{"t":"M","n":"PDFlib::concat","p":"PDFlib.html#method_concat","d":""},{"t":"M","n":"PDFlib::continue_text","p":"PDFlib.html#method_continue_text","d":""},{"t":"M","n":"PDFlib::create_3dview","p":"PDFlib.html#method_create_3dview","d":""},{"t":"M","n":"PDFlib::create_action","p":"PDFlib.html#method_create_action","d":""},{"t":"M","n":"PDFlib::create_annotation","p":"PDFlib.html#method_create_annotation","d":""},{"t":"M","n":"PDFlib::create_bookmark","p":"PDFlib.html#method_create_bookmark","d":""},{"t":"M","n":"PDFlib::create_field","p":"PDFlib.html#method_create_field","d":""},{"t":"M","n":"PDFlib::create_fieldgroup","p":"PDFlib.html#method_create_fieldgroup","d":""},{"t":"M","n":"PDFlib::create_gstate","p":"PDFlib.html#method_create_gstate","d":""},{"t":"M","n":"PDFlib::create_pvf","p":"PDFlib.html#method_create_pvf","d":""},{"t":"M","n":"PDFlib::create_textflow","p":"PDFlib.html#method_create_textflow","d":""},{"t":"M","n":"PDFlib::curveto","p":"PDFlib.html#method_curveto","d":""},{"t":"M","n":"PDFlib::define_layer","p":"PDFlib.html#method_define_layer","d":""},{"t":"M","n":"PDFlib::delete_pvf","p":"PDFlib.html#method_delete_pvf","d":""},{"t":"M","n":"PDFlib::delete_table","p":"PDFlib.html#method_delete_table","d":""},{"t":"M","n":"PDFlib::delete_textflow","p":"PDFlib.html#method_delete_textflow","d":""},{"t":"M","n":"PDFlib::delete","p":"PDFlib.html#method_delete","d":""},{"t":"M","n":"PDFlib::encoding_set_char","p":"PDFlib.html#method_encoding_set_char","d":""},{"t":"M","n":"PDFlib::end_document","p":"PDFlib.html#method_end_document","d":""},{"t":"M","n":"PDFlib::end_font","p":"PDFlib.html#method_end_font","d":""},{"t":"M","n":"PDFlib::end_glyph","p":"PDFlib.html#method_end_glyph","d":""},{"t":"M","n":"PDFlib::end_item","p":"PDFlib.html#method_end_item","d":""},{"t":"M","n":"PDFlib::end_layer","p":"PDFlib.html#method_end_layer","d":""},{"t":"M","n":"PDFlib::end_page_ext","p":"PDFlib.html#method_end_page_ext","d":""},{"t":"M","n":"PDFlib::end_page","p":"PDFlib.html#method_end_page","d":""},{"t":"M","n":"PDFlib::end_pattern","p":"PDFlib.html#method_end_pattern","d":""},{"t":"M","n":"PDFlib::end_template","p":"PDFlib.html#method_end_template","d":""},{"t":"M","n":"PDFlib::endpath","p":"PDFlib.html#method_endpath","d":""},{"t":"M","n":"PDFlib::fill_imageblock","p":"PDFlib.html#method_fill_imageblock","d":""},{"t":"M","n":"PDFlib::fill_pdfblock","p":"PDFlib.html#method_fill_pdfblock","d":""},{"t":"M","n":"PDFlib::fill_stroke","p":"PDFlib.html#method_fill_stroke","d":""},{"t":"M","n":"PDFlib::fill_textblock","p":"PDFlib.html#method_fill_textblock","d":""},{"t":"M","n":"PDFlib::fill","p":"PDFlib.html#method_fill","d":""},{"t":"M","n":"PDFlib::findfont","p":"PDFlib.html#method_findfont","d":""},{"t":"M","n":"PDFlib::fit_image","p":"PDFlib.html#method_fit_image","d":""},{"t":"M","n":"PDFlib::fit_pdi_page","p":"PDFlib.html#method_fit_pdi_page","d":""},{"t":"M","n":"PDFlib::fit_table","p":"PDFlib.html#method_fit_table","d":""},{"t":"M","n":"PDFlib::fit_textflow","p":"PDFlib.html#method_fit_textflow","d":""},{"t":"M","n":"PDFlib::fit_textline","p":"PDFlib.html#method_fit_textline","d":""},{"t":"M","n":"PDFlib::get_apiname","p":"PDFlib.html#method_get_apiname","d":""},{"t":"M","n":"PDFlib::get_buffer","p":"PDFlib.html#method_get_buffer","d":""},{"t":"M","n":"PDFlib::get_errmsg","p":"PDFlib.html#method_get_errmsg","d":""},{"t":"M","n":"PDFlib::get_errnum","p":"PDFlib.html#method_get_errnum","d":""},{"t":"M","n":"PDFlib::get_majorversion","p":"PDFlib.html#method_get_majorversion","d":""},{"t":"M","n":"PDFlib::get_minorversion","p":"PDFlib.html#method_get_minorversion","d":""},{"t":"M","n":"PDFlib::get_option","p":"PDFlib.html#method_get_option","d":""},{"t":"M","n":"PDFlib::get_parameter","p":"PDFlib.html#method_get_parameter","d":""},{"t":"M","n":"PDFlib::get_pdi_parameter","p":"PDFlib.html#method_get_pdi_parameter","d":""},{"t":"M","n":"PDFlib::get_pdi_value","p":"PDFlib.html#method_get_pdi_value","d":""},{"t":"M","n":"PDFlib::get_string","p":"PDFlib.html#method_get_string","d":""},{"t":"M","n":"PDFlib::get_value","p":"PDFlib.html#method_get_value","d":""},{"t":"M","n":"PDFlib::info_font","p":"PDFlib.html#method_info_font","d":""},{"t":"M","n":"PDFlib::info_image","p":"PDFlib.html#method_info_image","d":""},{"t":"M","n":"PDFlib::info_matchbox","p":"PDFlib.html#method_info_matchbox","d":""},{"t":"M","n":"PDFlib::info_graphics","p":"PDFlib.html#method_info_graphics","d":""},{"t":"M","n":"PDFlib::info_path","p":"PDFlib.html#method_info_path","d":""},{"t":"M","n":"PDFlib::info_pdi_page","p":"PDFlib.html#method_info_pdi_page","d":""},{"t":"M","n":"PDFlib::info_pvf","p":"PDFlib.html#method_info_pvf","d":""},{"t":"M","n":"PDFlib::info_table","p":"PDFlib.html#method_info_table","d":""},{"t":"M","n":"PDFlib::info_textflow","p":"PDFlib.html#method_info_textflow","d":""},{"t":"M","n":"PDFlib::info_textline","p":"PDFlib.html#method_info_textline","d":""},{"t":"M","n":"PDFlib::initgraphics","p":"PDFlib.html#method_initgraphics","d":""},{"t":"M","n":"PDFlib::lineto","p":"PDFlib.html#method_lineto","d":""},{"t":"M","n":"PDFlib::load_3ddata","p":"PDFlib.html#method_load_3ddata","d":""},{"t":"M","n":"PDFlib::load_font","p":"PDFlib.html#method_load_font","d":""},{"t":"M","n":"PDFlib::load_iccprofile","p":"PDFlib.html#method_load_iccprofile","d":""},{"t":"M","n":"PDFlib::load_image","p":"PDFlib.html#method_load_image","d":""},{"t":"M","n":"PDFlib::makespotcolor","p":"PDFlib.html#method_makespotcolor","d":""},{"t":"M","n":"PDFlib::moveto","p":"PDFlib.html#method_moveto","d":""},{"t":"M","n":"PDFlib::open_ccitt","p":"PDFlib.html#method_open_ccitt","d":""},{"t":"M","n":"PDFlib::open_file","p":"PDFlib.html#method_open_file","d":""},{"t":"M","n":"PDFlib::open_image_file","p":"PDFlib.html#method_open_image_file","d":""},{"t":"M","n":"PDFlib::open_image","p":"PDFlib.html#method_open_image","d":""},{"t":"M","n":"PDFlib::open_memory_image","p":"PDFlib.html#method_open_memory_image","d":""},{"t":"M","n":"PDFlib::open_pdi_document","p":"PDFlib.html#method_open_pdi_document","d":""},{"t":"M","n":"PDFlib::open_pdi_page","p":"PDFlib.html#method_open_pdi_page","d":""},{"t":"M","n":"PDFlib::open_pdi","p":"PDFlib.html#method_open_pdi","d":""},{"t":"M","n":"PDFlib::pcos_get_number","p":"PDFlib.html#method_pcos_get_number","d":""},{"t":"M","n":"PDFlib::pcos_get_stream","p":"PDFlib.html#method_pcos_get_stream","d":""},{"t":"M","n":"PDFlib::pcos_get_string","p":"PDFlib.html#method_pcos_get_string","d":""},{"t":"M","n":"PDFlib::place_image","p":"PDFlib.html#method_place_image","d":""},{"t":"M","n":"PDFlib::place_pdi_page","p":"PDFlib.html#method_place_pdi_page","d":""},{"t":"M","n":"PDFlib::set_option","p":"PDFlib.html#method_set_option","d":""},{"t":"M","n":"PDFlib::process_pdi","p":"PDFlib.html#method_process_pdi","d":""},{"t":"M","n":"PDFlib::rect","p":"PDFlib.html#method_rect","d":""},{"t":"M","n":"PDFlib::restore","p":"PDFlib.html#method_restore","d":""},{"t":"M","n":"PDFlib::resume_page","p":"PDFlib.html#method_resume_page","d":""},{"t":"M","n":"PDFlib::rotate","p":"PDFlib.html#method_rotate","d":""},{"t":"M","n":"PDFlib::save","p":"PDFlib.html#method_save","d":""},{"t":"M","n":"PDFlib::scale","p":"PDFlib.html#method_scale","d":""},{"t":"M","n":"PDFlib::set_border_color","p":"PDFlib.html#method_set_border_color","d":""},{"t":"M","n":"PDFlib::set_border_dash","p":"PDFlib.html#method_set_border_dash","d":""},{"t":"M","n":"PDFlib::set_border_style","p":"PDFlib.html#method_set_border_style","d":""},{"t":"M","n":"PDFlib::set_gstate","p":"PDFlib.html#method_set_gstate","d":""},{"t":"M","n":"PDFlib::set_info","p":"PDFlib.html#method_set_info","d":""},{"t":"M","n":"PDFlib::set_layer_dependency","p":"PDFlib.html#method_set_layer_dependency","d":""},{"t":"M","n":"PDFlib::set_parameter","p":"PDFlib.html#method_set_parameter","d":""},{"t":"M","n":"PDFlib::set_text_pos","p":"PDFlib.html#method_set_text_pos","d":""},{"t":"M","n":"PDFlib::set_value","p":"PDFlib.html#method_set_value","d":""},{"t":"M","n":"PDFlib::setcolor","p":"PDFlib.html#method_setcolor","d":""},{"t":"M","n":"PDFlib::setdash","p":"PDFlib.html#method_setdash","d":""},{"t":"M","n":"PDFlib::setdashpattern","p":"PDFlib.html#method_setdashpattern","d":""},{"t":"M","n":"PDFlib::setflat","p":"PDFlib.html#method_setflat","d":""},{"t":"M","n":"PDFlib::setfont","p":"PDFlib.html#method_setfont","d":""},{"t":"M","n":"PDFlib::setgray_fill","p":"PDFlib.html#method_setgray_fill","d":""},{"t":"M","n":"PDFlib::setgray_stroke","p":"PDFlib.html#method_setgray_stroke","d":""},{"t":"M","n":"PDFlib::setgray","p":"PDFlib.html#method_setgray","d":""},{"t":"M","n":"PDFlib::setlinecap","p":"PDFlib.html#method_setlinecap","d":""},{"t":"M","n":"PDFlib::setlinejoin","p":"PDFlib.html#method_setlinejoin","d":""},{"t":"M","n":"PDFlib::setlinewidth","p":"PDFlib.html#method_setlinewidth","d":""},{"t":"M","n":"PDFlib::setmatrix","p":"PDFlib.html#method_setmatrix","d":""},{"t":"M","n":"PDFlib::setmiterlimit","p":"PDFlib.html#method_setmiterlimit","d":""},{"t":"M","n":"PDFlib::setrgbcolor_fill","p":"PDFlib.html#method_setrgbcolor_fill","d":""},{"t":"M","n":"PDFlib::setrgbcolor_stroke","p":"PDFlib.html#method_setrgbcolor_stroke","d":""},{"t":"M","n":"PDFlib::setrgbcolor","p":"PDFlib.html#method_setrgbcolor","d":""},{"t":"M","n":"PDFlib::shading_pattern","p":"PDFlib.html#method_shading_pattern","d":""},{"t":"M","n":"PDFlib::shading","p":"PDFlib.html#method_shading","d":""},{"t":"M","n":"PDFlib::shfill","p":"PDFlib.html#method_shfill","d":""},{"t":"M","n":"PDFlib::show_boxed","p":"PDFlib.html#method_show_boxed","d":""},{"t":"M","n":"PDFlib::show_xy","p":"PDFlib.html#method_show_xy","d":""},{"t":"M","n":"PDFlib::show","p":"PDFlib.html#method_show","d":""},{"t":"M","n":"PDFlib::skew","p":"PDFlib.html#method_skew","d":""},{"t":"M","n":"PDFlib::stringwidth","p":"PDFlib.html#method_stringwidth","d":""},{"t":"M","n":"PDFlib::stroke","p":"PDFlib.html#method_stroke","d":""},{"t":"M","n":"PDFlib::suspend_page","p":"PDFlib.html#method_suspend_page","d":""},{"t":"M","n":"PDFlib::translate","p":"PDFlib.html#method_translate","d":""},{"t":"M","n":"PDFlib::utf16_to_utf8","p":"PDFlib.html#method_utf16_to_utf8","d":""},{"t":"M","n":"PDFlib::utf32_to_utf16","p":"PDFlib.html#method_utf32_to_utf16","d":""},{"t":"M","n":"PDFlib::utf8_to_utf16","p":"PDFlib.html#method_utf8_to_utf16","d":""},{"t":"M","n":"PDO::__construct","p":"PDO.html#method___construct","d":"

    (PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.1.0)
    \nCreates a PDO instance representing a connection to a database

    "},{"t":"M","n":"PDO::prepare","p":"PDO.html#method_prepare","d":"

    (PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.1.0)
    \nPrepares a statement for execution and returns a statement object

    "},{"t":"M","n":"PDO::beginTransaction","p":"PDO.html#method_beginTransaction","d":"

    (PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.1.0)
    \nInitiates a transaction

    \n

    \nTurns off autocommit mode. While autocommit mode is turned off,\nchanges made to the database via the PDO object instance are not committed\nuntil you end the transaction by calling PDO::commit()."},{"t":"M","n":"PDO::commit","p":"PDO.html#method_commit","d":"

    (PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.1.0)
    \nCommits a transaction

    "},{"t":"M","n":"PDO::rollBack","p":"PDO.html#method_rollBack","d":"

    (PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.1.0)
    \nRolls back a transaction

    "},{"t":"M","n":"PDO::inTransaction","p":"PDO.html#method_inTransaction","d":"

    (PHP 5 >= 5.3.3, Bundled pdo_pgsql, PHP 7)
    \nChecks if inside a transaction

    "},{"t":"M","n":"PDO::setAttribute","p":"PDO.html#method_setAttribute","d":"

    (PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.1.0)
    \nSet an attribute

    "},{"t":"M","n":"PDO::exec","p":"PDO.html#method_exec","d":"

    (PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.1.0)
    \nExecute an SQL statement and return the number of affected rows

    "},{"t":"M","n":"PDO::query","p":"PDO.html#method_query","d":"

    (PHP 5 >= 5.1.0, PHP 7, PHP 8, PECL pdo >= 0.2.0)
    \nExecutes an SQL statement, returning a result set as a PDOStatement object

    "},{"t":"M","n":"PDO::lastInsertId","p":"PDO.html#method_lastInsertId","d":"

    (PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.1.0)
    \nReturns the ID of the last inserted row or sequence value

    "},{"t":"M","n":"PDO::errorCode","p":"PDO.html#method_errorCode","d":"

    (PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.1.0)
    \nFetch the SQLSTATE associated with the last operation on the database handle

    "},{"t":"M","n":"PDO::errorInfo","p":"PDO.html#method_errorInfo","d":"

    (PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.1.0)
    \nFetch extended error information associated with the last operation on the database handle

    "},{"t":"M","n":"PDO::getAttribute","p":"PDO.html#method_getAttribute","d":"

    (PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.2.0)
    \nRetrieve a database connection attribute

    "},{"t":"M","n":"PDO::quote","p":"PDO.html#method_quote","d":"

    (PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.2.1)
    \nQuotes a string for use in a query.

    "},{"t":"M","n":"PDO::__wakeup","p":"PDO.html#method___wakeup","d":null},{"t":"M","n":"PDO::__sleep","p":"PDO.html#method___sleep","d":null},{"t":"M","n":"PDO::getAvailableDrivers","p":"PDO.html#method_getAvailableDrivers","d":"

    (PHP 5 >= 5.1.3, PHP 7, PECL pdo >= 1.0.3)
    \nReturn an array of available PDO drivers

    "},{"t":"M","n":"PDO::sqliteCreateAggregate","p":"PDO.html#method_sqliteCreateAggregate","d":"

    (PHP 5 >= 5.1.0, PHP 7, PECL pdo_sqlite >= 1.0.0)
    \nRegisters an aggregating User Defined Function for use in SQL statements

    "},{"t":"M","n":"PDO::sqliteCreateCollation","p":"PDO.html#method_sqliteCreateCollation","d":"

    (PHP 5 >= 5.3.11, PHP 7)
    \nRegisters a User Defined Function for use as a collating function in SQL statements

    "},{"t":"M","n":"PDO::sqliteCreateFunction","p":"PDO.html#method_sqliteCreateFunction","d":"

    (PHP 5 >= 5.1.0, PHP 7, PECL pdo_sqlite >= 1.0.0)
    \nRegisters a User Defined Function for use in SQL statements

    "},{"t":"M","n":"PDO::pgsqlCopyFromArray","p":"PDO.html#method_pgsqlCopyFromArray","d":"

    (PHP 5 >= 5.3.3, PHP 7, PHP 8)
    \nCopy data from PHP array into table

    "},{"t":"M","n":"PDO::pgsqlCopyFromFile","p":"PDO.html#method_pgsqlCopyFromFile","d":"

    (PHP 5 >= 5.3.3, PHP 7, PHP 8)
    \nCopy data from file into table

    "},{"t":"M","n":"PDO::pgsqlCopyToArray","p":"PDO.html#method_pgsqlCopyToArray","d":"

    (PHP 5 >= 5.3.3, PHP 7, PHP 8)
    \nCopy data from database table into PHP array

    "},{"t":"M","n":"PDO::pgsqlCopyToFile","p":"PDO.html#method_pgsqlCopyToFile","d":"

    (PHP 5 >= 5.3.3, PHP 7, PHP 8)
    \nCopy data from table into file

    "},{"t":"M","n":"PDO::pgsqlLOBCreate","p":"PDO.html#method_pgsqlLOBCreate","d":"

    (PHP 5 >= 5.1.2, PHP 7, PHP 8, PECL pdo_pgsql >= 1.0.2)
    \nCreates a new large object

    "},{"t":"M","n":"PDO::pgsqlLOBOpen","p":"PDO.html#method_pgsqlLOBOpen","d":"

    (PHP 5 >= 5.1.2, PHP 7, PHP 8, PECL pdo_pgsql >= 1.0.2)
    \nOpens an existing large object stream

    "},{"t":"M","n":"PDO::pgsqlLOBUnlink","p":"PDO.html#method_pgsqlLOBUnlink","d":"

    (PHP 5 >= 5.1.2, PHP 7, PHP 8, PECL pdo_pgsql >= 1.0.2)
    \nDeletes the large object

    "},{"t":"M","n":"PDO::pgsqlGetNotify","p":"PDO.html#method_pgsqlGetNotify","d":"

    (PHP 5 >= 5.6.0, PHP 7, PHP 8)
    \nGet asynchronous notification

    "},{"t":"M","n":"PDO::pgsqlGetPid","p":"PDO.html#method_pgsqlGetPid","d":"

    (PHP 5 >= 5.6.0, PHP 7, PHP 8)
    \nGet the server PID

    "},{"t":"M","n":"PDO::connect","p":"PDO.html#method_connect","d":""},{"t":"M","n":"PDOStatement::execute","p":"PDOStatement.html#method_execute","d":"

    (PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.1.0)
    \nExecutes a prepared statement

    "},{"t":"M","n":"PDOStatement::fetch","p":"PDOStatement.html#method_fetch","d":"

    (PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.1.0)
    \nFetches the next row from a result set

    "},{"t":"M","n":"PDOStatement::bindParam","p":"PDOStatement.html#method_bindParam","d":"

    (PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.1.0)
    \nBinds a parameter to the specified variable name

    "},{"t":"M","n":"PDOStatement::bindColumn","p":"PDOStatement.html#method_bindColumn","d":"

    (PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.1.0)
    \nBind a column to a PHP variable

    "},{"t":"M","n":"PDOStatement::bindValue","p":"PDOStatement.html#method_bindValue","d":"

    (PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 1.0.0)
    \nBinds a value to a parameter

    "},{"t":"M","n":"PDOStatement::rowCount","p":"PDOStatement.html#method_rowCount","d":"

    (PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.1.0)
    \nReturns the number of rows affected by the last SQL statement

    "},{"t":"M","n":"PDOStatement::fetchColumn","p":"PDOStatement.html#method_fetchColumn","d":"

    (PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.9.0)
    \nReturns a single column from the next row of a result set

    "},{"t":"M","n":"PDOStatement::fetchAll","p":"PDOStatement.html#method_fetchAll","d":"

    (PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.1.0)
    \nReturns an array containing all of the result set rows

    "},{"t":"M","n":"PDOStatement::fetchObject","p":"PDOStatement.html#method_fetchObject","d":""},{"t":"M","n":"PDOStatement::errorCode","p":"PDOStatement.html#method_errorCode","d":"

    (PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.1.0)
    \nFetch the SQLSTATE associated with the last operation on the statement handle

    "},{"t":"M","n":"PDOStatement::errorInfo","p":"PDOStatement.html#method_errorInfo","d":"

    (PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.1.0)
    \nFetch extended error information associated with the last operation on the statement handle

    "},{"t":"M","n":"PDOStatement::setAttribute","p":"PDOStatement.html#method_setAttribute","d":"

    (PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.2.0)
    \nSet a statement attribute

    "},{"t":"M","n":"PDOStatement::getAttribute","p":"PDOStatement.html#method_getAttribute","d":"

    (PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.2.0)
    \nRetrieve a statement attribute

    "},{"t":"M","n":"PDOStatement::columnCount","p":"PDOStatement.html#method_columnCount","d":"

    (PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.2.0)
    \nReturns the number of columns in the result set

    "},{"t":"M","n":"PDOStatement::getColumnMeta","p":"PDOStatement.html#method_getColumnMeta","d":"

    (PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.2.0)
    \nReturns metadata for a column in a result set

    "},{"t":"M","n":"PDOStatement::setFetchMode","p":"PDOStatement.html#method_setFetchMode","d":"

    (PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.2.0)
    \nSet the default fetch mode for this statement

    "},{"t":"M","n":"PDOStatement::nextRowset","p":"PDOStatement.html#method_nextRowset","d":"

    (PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.2.0)
    \nAdvances to the next rowset in a multi-rowset statement handle

    "},{"t":"M","n":"PDOStatement::closeCursor","p":"PDOStatement.html#method_closeCursor","d":"

    (PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.9.0)
    \nCloses the cursor, enabling the statement to be executed again.

    "},{"t":"M","n":"PDOStatement::debugDumpParams","p":"PDOStatement.html#method_debugDumpParams","d":"

    (PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.9.0)
    \nDump an SQL prepared command

    "},{"t":"M","n":"PDOStatement::__wakeup","p":"PDOStatement.html#method___wakeup","d":null},{"t":"M","n":"PDOStatement::__sleep","p":"PDOStatement.html#method___sleep","d":null},{"t":"M","n":"PDOStatement::getIterator","p":"PDOStatement.html#method_getIterator","d":""},{"t":"M","n":"PDOStatement::connect","p":"PDOStatement.html#method_connect","d":null},{"t":"M","n":"ParentIterator::accept","p":"ParentIterator.html#method_accept","d":"

    Determines acceptability

    "},{"t":"M","n":"ParentIterator::__construct","p":"ParentIterator.html#method___construct","d":"

    Constructs a ParentIterator

    "},{"t":"M","n":"ParentIterator::hasChildren","p":"ParentIterator.html#method_hasChildren","d":"

    Check whether the inner iterator's current element has children

    "},{"t":"M","n":"ParentIterator::getChildren","p":"ParentIterator.html#method_getChildren","d":"

    Return the inner iterator's children contained in a RecursiveFilterIterator

    "},{"t":"M","n":"Parle\\Lexer::advance","p":"Parle/Lexer.html#method_advance","d":"

    Processes the next rule and prepares the resulting token data.

    "},{"t":"M","n":"Parle\\Lexer::build","p":"Parle/Lexer.html#method_build","d":"

    Finalize the lexer rule set

    "},{"t":"M","n":"Parle\\Lexer::callout","p":"Parle/Lexer.html#method_callout","d":"

    Define token callback

    "},{"t":"M","n":"Parle\\Lexer::consume","p":"Parle/Lexer.html#method_consume","d":"

    Consume the data for lexing.

    "},{"t":"M","n":"Parle\\Lexer::dump","p":"Parle/Lexer.html#method_dump","d":"

    Dump the current state machine to stdout.

    "},{"t":"M","n":"Parle\\Lexer::getToken","p":"Parle/Lexer.html#method_getToken","d":"

    Retrieve the current token.

    "},{"t":"M","n":"Parle\\Lexer::insertMacro","p":"Parle/Lexer.html#method_insertMacro","d":"

    Insert a regex macro, that can be later used as a shortcut and included in other regular expressions.

    "},{"t":"M","n":"Parle\\Lexer::push","p":"Parle/Lexer.html#method_push","d":"

    Push a pattern for lexeme recognition.

    "},{"t":"M","n":"Parle\\Lexer::reset","p":"Parle/Lexer.html#method_reset","d":"

    Reset lexing optionally supplying the desired offset.

    "},{"t":"M","n":"Parle\\Parser::advance","p":"Parle/Parser.html#method_advance","d":"

    Process next parser rule.

    "},{"t":"M","n":"Parle\\Parser::build","p":"Parle/Parser.html#method_build","d":"

    Finalize the grammar rules

    "},{"t":"M","n":"Parle\\Parser::consume","p":"Parle/Parser.html#method_consume","d":"

    Consume the data for parsing.

    "},{"t":"M","n":"Parle\\Parser::dump","p":"Parle/Parser.html#method_dump","d":"

    Dump the current grammar to stdout.

    "},{"t":"M","n":"Parle\\Parser::errorInfo","p":"Parle/Parser.html#method_errorInfo","d":"

    Retrieve the error information in case Parle\\Parser::action() returned the error action.

    "},{"t":"M","n":"Parle\\Parser::left","p":"Parle/Parser.html#method_left","d":"

    Declare a terminal with left associativity.

    "},{"t":"M","n":"Parle\\Parser::nonassoc","p":"Parle/Parser.html#method_nonassoc","d":"

    Declare a terminal, that cannot appear more than once in the row.

    "},{"t":"M","n":"Parle\\Parser::precedence","p":"Parle/Parser.html#method_precedence","d":"

    Declares a precedence rule for a fictitious terminal symbol.

    "},{"t":"M","n":"Parle\\Parser::push","p":"Parle/Parser.html#method_push","d":"

    Push a grammar rule.

    "},{"t":"M","n":"Parle\\Parser::reset","p":"Parle/Parser.html#method_reset","d":"

    Reset parser state using the given token id.

    "},{"t":"M","n":"Parle\\Parser::right","p":"Parle/Parser.html#method_right","d":"

    Declare a token with right-associativity

    "},{"t":"M","n":"Parle\\Parser::sigil","p":"Parle/Parser.html#method_sigil","d":"

    Retrieve a part of the match by a rule.

    "},{"t":"M","n":"Parle\\Parser::token","p":"Parle/Parser.html#method_token","d":"

    Declare a terminal to be used in the grammar.

    "},{"t":"M","n":"Parle\\Parser::tokenId","p":"Parle/Parser.html#method_tokenId","d":"

    Retrieve the id of the named token.

    "},{"t":"M","n":"Parle\\Parser::trace","p":"Parle/Parser.html#method_trace","d":"

    Retrieve the current parser operation description.

    "},{"t":"M","n":"Parle\\Parser::validate","p":"Parle/Parser.html#method_validate","d":"

    Validate an input string.

    "},{"t":"M","n":"Parle\\RLexer::advance","p":"Parle/RLexer.html#method_advance","d":"

    Processes the next rule and prepares the resulting token data.

    "},{"t":"M","n":"Parle\\RLexer::build","p":"Parle/RLexer.html#method_build","d":"

    Finalize the lexer rule set

    "},{"t":"M","n":"Parle\\RLexer::callout","p":"Parle/RLexer.html#method_callout","d":"

    Define token callback

    "},{"t":"M","n":"Parle\\RLexer::consume","p":"Parle/RLexer.html#method_consume","d":"

    Pass the data for processing

    "},{"t":"M","n":"Parle\\RLexer::dump","p":"Parle/RLexer.html#method_dump","d":"

    Dump the state machine

    "},{"t":"M","n":"Parle\\RLexer::getToken","p":"Parle/RLexer.html#method_getToken","d":"

    Retrieve the current token.

    "},{"t":"M","n":"Parle\\RLexer::push","p":"Parle/RLexer.html#method_push","d":"

    Add a lexer rule

    "},{"t":"M","n":"Parle\\RLexer::pushState","p":"Parle/RLexer.html#method_pushState","d":"

    Push a new start state\nThis lexer type can have more than one state machine.

    "},{"t":"M","n":"Parle\\RLexer::reset","p":"Parle/RLexer.html#method_reset","d":"

    Reset lexer

    "},{"t":"M","n":"Parle\\RParser::advance","p":"Parle/RParser.html#method_advance","d":"

    Process next parser rule.

    "},{"t":"M","n":"Parle\\RParser::build","p":"Parle/RParser.html#method_build","d":"

    Finalize the grammar rules

    "},{"t":"M","n":"Parle\\RParser::consume","p":"Parle/RParser.html#method_consume","d":"

    Consume the data for parsing.

    "},{"t":"M","n":"Parle\\RParser::dump","p":"Parle/RParser.html#method_dump","d":"

    Dump the current grammar to stdout.

    "},{"t":"M","n":"Parle\\RParser::errorInfo","p":"Parle/RParser.html#method_errorInfo","d":"

    Retrieve the error information in case Parle\\RParser::action() returned the error action.

    "},{"t":"M","n":"Parle\\RParser::left","p":"Parle/RParser.html#method_left","d":"

    Declare a terminal with left associativity.

    "},{"t":"M","n":"Parle\\RParser::nonassoc","p":"Parle/RParser.html#method_nonassoc","d":"

    Declare a token with no associativity

    "},{"t":"M","n":"Parle\\RParser::precedence","p":"Parle/RParser.html#method_precedence","d":"

    Declare a precedence rule

    "},{"t":"M","n":"Parle\\RParser::push","p":"Parle/RParser.html#method_push","d":"

    Push a grammar rule.

    "},{"t":"M","n":"Parle\\RParser::reset","p":"Parle/RParser.html#method_reset","d":"

    Reset parser state using the given token id.

    "},{"t":"M","n":"Parle\\RParser::right","p":"Parle/RParser.html#method_right","d":"

    Declare a token with right-associativity

    "},{"t":"M","n":"Parle\\RParser::sigil","p":"Parle/RParser.html#method_sigil","d":"

    Retrieve a matching part of a rule

    "},{"t":"M","n":"Parle\\RParser::token","p":"Parle/RParser.html#method_token","d":"

    Declare a token

    "},{"t":"M","n":"Parle\\RParser::tokenId","p":"Parle/RParser.html#method_tokenId","d":"

    Get token id

    "},{"t":"M","n":"Parle\\RParser::trace","p":"Parle/RParser.html#method_trace","d":"

    Trace the parser operation

    "},{"t":"M","n":"Parle\\RParser::validate","p":"Parle/RParser.html#method_validate","d":"

    Validate an input string.

    "},{"t":"M","n":"Parle\\Stack::pop","p":"Parle/Stack.html#method_pop","d":"

    Pop an item from the stack

    "},{"t":"M","n":"Parle\\Stack::push","p":"Parle/Stack.html#method_push","d":"

    Push an item into the stack

    "},{"t":"M","n":"Pdo\\Mysql::getWarningCount","p":"Pdo/Mysql.html#method_getWarningCount","d":null},{"t":"M","n":"Pdo\\Sqlite::createAggregate","p":"Pdo/Sqlite.html#method_createAggregate","d":null},{"t":"M","n":"Pdo\\Sqlite::createCollation","p":"Pdo/Sqlite.html#method_createCollation","d":null},{"t":"M","n":"Pdo\\Sqlite::createFunction","p":"Pdo/Sqlite.html#method_createFunction","d":null},{"t":"M","n":"Pdo\\Sqlite::loadExtension","p":"Pdo/Sqlite.html#method_loadExtension","d":null},{"t":"M","n":"Pdo\\Sqlite::openBlob","p":"Pdo/Sqlite.html#method_openBlob","d":""},{"t":"M","n":"Phar::__construct","p":"Phar.html#method___construct","d":"

    (PHP >= 5.3.0, PECL phar >= 1.0.0)
    \nConstruct a Phar archive object

    "},{"t":"M","n":"Phar::__destruct","p":"Phar.html#method___destruct","d":null},{"t":"M","n":"Phar::addEmptyDir","p":"Phar.html#method_addEmptyDir","d":"

    (Unknown)
    \nAdd an empty directory to the phar archive

    "},{"t":"M","n":"Phar::addFile","p":"Phar.html#method_addFile","d":"

    (Unknown)
    \nAdd a file from the filesystem to the phar archive

    "},{"t":"M","n":"Phar::addFromString","p":"Phar.html#method_addFromString","d":"

    (Unknown)
    \nAdd a file from the filesystem to the phar archive

    "},{"t":"M","n":"Phar::buildFromDirectory","p":"Phar.html#method_buildFromDirectory","d":"

    (PHP >= 5.3.0, PECL phar >= 2.0.0)
    \nConstruct a phar archive from the files within a directory.

    "},{"t":"M","n":"Phar::buildFromIterator","p":"Phar.html#method_buildFromIterator","d":"

    (PHP >= 5.3.0, PECL phar >= 2.0.0)
    \nConstruct a phar archive from an iterator.

    "},{"t":"M","n":"Phar::compressFiles","p":"Phar.html#method_compressFiles","d":"

    (PHP >= 5.3.0, PECL phar >= 2.0.0)
    \nCompresses all files in the current Phar archive

    "},{"t":"M","n":"Phar::decompressFiles","p":"Phar.html#method_decompressFiles","d":"

    (PHP >= 5.3.0, PECL phar >= 2.0.0)
    \nDecompresses all files in the current Phar archive

    "},{"t":"M","n":"Phar::compress","p":"Phar.html#method_compress","d":"

    (PHP >= 5.3.0, PECL phar >= 2.0.0)
    \nCompresses the entire Phar archive using Gzip or Bzip2 compression

    "},{"t":"M","n":"Phar::decompress","p":"Phar.html#method_decompress","d":"

    (PHP >= 5.3.0, PECL phar >= 2.0.0)
    \nDecompresses the entire Phar archive

    "},{"t":"M","n":"Phar::convertToExecutable","p":"Phar.html#method_convertToExecutable","d":"

    (PHP >= 5.3.0, PECL phar >= 2.0.0)
    \nConvert a phar archive to another executable phar archive file format

    "},{"t":"M","n":"Phar::convertToData","p":"Phar.html#method_convertToData","d":"

    (PHP >= 5.3.0, PECL phar >= 2.0.0)
    \nConvert a phar archive to a non-executable tar or zip file

    "},{"t":"M","n":"Phar::copy","p":"Phar.html#method_copy","d":"

    (PHP >= 5.3.0, PECL phar >= 2.0.0)
    \nCopy a file internal to the phar archive to another new file within the phar

    "},{"t":"M","n":"Phar::count","p":"Phar.html#method_count","d":"

    (PHP >= 5.3.0, PECL phar >= 1.0.0)
    \nReturns the number of entries (files) in the Phar archive

    "},{"t":"M","n":"Phar::delete","p":"Phar.html#method_delete","d":"

    (PHP >= 5.3.0, PECL phar >= 2.0.0)
    \nDelete a file within a phar archive

    "},{"t":"M","n":"Phar::delMetadata","p":"Phar.html#method_delMetadata","d":"

    (PHP >= 5.3.0, PECL phar >= 1.2.0)
    \nDeletes the global metadata of the phar

    "},{"t":"M","n":"Phar::extractTo","p":"Phar.html#method_extractTo","d":"

    (Unknown)
    \nExtract the contents of a phar archive to a directory

    "},{"t":"M","n":"Phar::getAlias","p":"Phar.html#method_getAlias","d":""},{"t":"M","n":"Phar::getMetadata","p":"Phar.html#method_getMetadata","d":"

    (PHP >= 5.3.0, PECL phar >= 1.0.0)
    \nReturns phar archive meta-data

    "},{"t":"M","n":"Phar::getModified","p":"Phar.html#method_getModified","d":"

    (PHP >= 5.3.0, PECL phar >= 1.0.0)
    \nReturn whether phar was modified

    "},{"t":"M","n":"Phar::getSignature","p":"Phar.html#method_getSignature","d":"

    (PHP >= 5.3.0, PECL phar >= 1.0.0)
    \nReturn MD5/SHA1/SHA256/SHA512/OpenSSL signature of a Phar archive

    "},{"t":"M","n":"Phar::getStub","p":"Phar.html#method_getStub","d":"

    (PHP >= 5.3.0, PECL phar >= 1.0.0)
    \nReturn the PHP loader or bootstrap stub of a Phar archive

    "},{"t":"M","n":"Phar::getVersion","p":"Phar.html#method_getVersion","d":"

    (PHP >= 5.3.0, PECL phar >= 1.0.0)
    \nReturn version info of Phar archive

    "},{"t":"M","n":"Phar::hasMetadata","p":"Phar.html#method_hasMetadata","d":"

    (PHP >= 5.3.0, PECL phar >= 1.2.0)
    \nReturns whether phar has global meta-data

    "},{"t":"M","n":"Phar::isBuffering","p":"Phar.html#method_isBuffering","d":"

    (PHP >= 5.3.0, PECL phar >= 1.0.0)
    \nUsed to determine whether Phar write operations are being buffered, or are flushing directly to disk

    "},{"t":"M","n":"Phar::isCompressed","p":"Phar.html#method_isCompressed","d":"

    (PHP >= 5.3.0, PECL phar >= 2.0.0)
    \nReturns Phar::GZ or PHAR::BZ2 if the entire phar archive is compressed (.tar.gz/tar.bz and so on)

    "},{"t":"M","n":"Phar::isFileFormat","p":"Phar.html#method_isFileFormat","d":"

    (PHP >= 5.3.0, PECL phar >= 2.0.0)
    \nReturns true if the phar archive is based on the tar/phar/zip file format depending on the parameter

    "},{"t":"M","n":"Phar::isWritable","p":"Phar.html#method_isWritable","d":"

    (Unknown)
    \nReturns true if the phar archive can be modified

    "},{"t":"M","n":"Phar::offsetExists","p":"Phar.html#method_offsetExists","d":"

    (PHP >= 5.3.0, PECL phar >= 1.0.0)
    \ndetermines whether a file exists in the phar

    "},{"t":"M","n":"Phar::offsetGet","p":"Phar.html#method_offsetGet","d":"

    (PHP >= 5.3.0, PECL phar >= 1.0.0)
    \nGets a PharFileInfo object for a specific file

    "},{"t":"M","n":"Phar::offsetSet","p":"Phar.html#method_offsetSet","d":"

    (PHP >= 5.3.0, PECL phar >= 1.0.0)
    \nset the contents of an internal file to those of an external file

    "},{"t":"M","n":"Phar::offsetUnset","p":"Phar.html#method_offsetUnset","d":"

    (PHP >= 5.3.0, PECL phar >= 1.0.0)
    \nremove a file from a phar

    "},{"t":"M","n":"Phar::setAlias","p":"Phar.html#method_setAlias","d":"

    (PHP >= 5.3.0, PECL phar >= 1.2.1)
    \nSet the alias for the Phar archive

    "},{"t":"M","n":"Phar::setDefaultStub","p":"Phar.html#method_setDefaultStub","d":"

    (Unknown)
    \nUsed to set the PHP loader or bootstrap stub of a Phar archive to the default loader

    "},{"t":"M","n":"Phar::setMetadata","p":"Phar.html#method_setMetadata","d":"

    (PHP >= 5.3.0, PECL phar >= 1.0.0)
    \nSets phar archive meta-data

    "},{"t":"M","n":"Phar::setSignatureAlgorithm","p":"Phar.html#method_setSignatureAlgorithm","d":"

    (PHP >= 5.3.0, PECL phar >= 1.1.0)
    \nset the signature algorithm for a phar and apply it.

    "},{"t":"M","n":"Phar::setStub","p":"Phar.html#method_setStub","d":"

    (PHP >= 5.3.0, PECL phar >= 1.0.0)
    \nUsed to set the PHP loader or bootstrap stub of a Phar archive

    "},{"t":"M","n":"Phar::startBuffering","p":"Phar.html#method_startBuffering","d":"

    (PHP >= 5.3.0, PECL phar >= 1.0.0)
    \nStart buffering Phar write operations, do not modify the Phar object on disk

    "},{"t":"M","n":"Phar::stopBuffering","p":"Phar.html#method_stopBuffering","d":"

    (PHP >= 5.3.0, PECL phar >= 1.0.0)
    \nStop buffering write requests to the Phar archive, and save changes to disk

    "},{"t":"M","n":"Phar::apiVersion","p":"Phar.html#method_apiVersion","d":"

    (PHP >= 5.3.0, PECL phar >= 1.0.0)
    \nReturns the api version

    "},{"t":"M","n":"Phar::canCompress","p":"Phar.html#method_canCompress","d":"

    (PHP >= 5.3.0, PECL phar >= 1.0.0)
    \nReturns whether phar extension supports compression using either zlib or bzip2

    "},{"t":"M","n":"Phar::canWrite","p":"Phar.html#method_canWrite","d":"

    (PHP >= 5.3.0, PECL phar >= 1.0.0)
    \nReturns whether phar extension supports writing and creating phars

    "},{"t":"M","n":"Phar::createDefaultStub","p":"Phar.html#method_createDefaultStub","d":"

    (Unknown)
    \nCreate a phar-file format specific stub

    "},{"t":"M","n":"Phar::getSupportedCompression","p":"Phar.html#method_getSupportedCompression","d":"

    (PHP >= 5.3.0, PECL phar >= 1.2.0)
    \nReturn array of supported compression algorithms

    "},{"t":"M","n":"Phar::getSupportedSignatures","p":"Phar.html#method_getSupportedSignatures","d":"

    (PHP >= 5.3.0, PECL phar >= 1.1.0)
    \nReturn array of supported signature types

    "},{"t":"M","n":"Phar::interceptFileFuncs","p":"Phar.html#method_interceptFileFuncs","d":"

    (PHP >= 5.3.0, PECL phar >= 2.0.0)
    \ninstructs phar to intercept fopen, file_get_contents, opendir, and all of the stat-related functions

    "},{"t":"M","n":"Phar::isValidPharFilename","p":"Phar.html#method_isValidPharFilename","d":"

    (PHP >= 5.3.0, PECL phar >= 1.2.0)
    \nReturns whether the given filename is a valid phar filename

    "},{"t":"M","n":"Phar::loadPhar","p":"Phar.html#method_loadPhar","d":"

    (PHP >= 5.3.0, PECL phar >= 1.0.0)
    \nLoads any phar archive with an alias

    "},{"t":"M","n":"Phar::mapPhar","p":"Phar.html#method_mapPhar","d":"

    (PHP >= 5.3.0, PECL phar >= 1.0.0)
    \nReads the currently executed file (a phar) and registers its manifest

    "},{"t":"M","n":"Phar::running","p":"Phar.html#method_running","d":"

    (PHP >= 5.3.0, PECL phar >= 2.0.0)
    \nReturns the full path on disk or full phar URL to the currently executing Phar archive

    "},{"t":"M","n":"Phar::mount","p":"Phar.html#method_mount","d":"

    (PHP >= 5.3.0, PECL phar >= 2.0.0)
    \nMount an external path or file to a virtual location within the phar archive

    "},{"t":"M","n":"Phar::mungServer","p":"Phar.html#method_mungServer","d":"

    (Unknown)
    \nDefines a list of up to 4 $_SERVER variables that should be modified for execution

    "},{"t":"M","n":"Phar::unlinkArchive","p":"Phar.html#method_unlinkArchive","d":"

    (PHP >= 5.3.0, PECL phar >= 2.0.0)
    \nCompletely remove a phar archive from disk and from memory

    "},{"t":"M","n":"Phar::webPhar","p":"Phar.html#method_webPhar","d":"

    (PHP >= 5.3.0, PECL phar >= 2.0.0)
    \nmapPhar for web-based phars. front controller for web applications

    "},{"t":"M","n":"Phar::hasChildren","p":"Phar.html#method_hasChildren","d":"

    Returns whether current entry is a directory and not '.' or '..'

    "},{"t":"M","n":"Phar::getChildren","p":"Phar.html#method_getChildren","d":"

    Returns an iterator for the current entry if it is a directory

    "},{"t":"M","n":"Phar::rewind","p":"Phar.html#method_rewind","d":"

    Rewinds back to the beginning

    "},{"t":"M","n":"Phar::next","p":"Phar.html#method_next","d":"

    Move to the next file

    "},{"t":"M","n":"Phar::key","p":"Phar.html#method_key","d":"

    Retrieve the key for the current file

    "},{"t":"M","n":"Phar::current","p":"Phar.html#method_current","d":"

    The current file

    "},{"t":"M","n":"Phar::valid","p":"Phar.html#method_valid","d":"

    Check whether current DirectoryIterator position is a valid file

    "},{"t":"M","n":"Phar::seek","p":"Phar.html#method_seek","d":"

    Seek to a DirectoryIterator item

    "},{"t":"M","n":"Phar::_bad_state_ex","p":"Phar.html#method__bad_state_ex","d":null},{"t":"M","n":"PharData::__construct","p":"PharData.html#method___construct","d":"

    (PHP >= 5.3.0, PECL phar >= 2.0.0)
    \nConstruct a non-executable tar or zip archive object

    "},{"t":"M","n":"PharData::offsetExists","p":"PharData.html#method_offsetExists","d":""},{"t":"M","n":"PharData::offsetGet","p":"PharData.html#method_offsetGet","d":""},{"t":"M","n":"PharData::offsetSet","p":"PharData.html#method_offsetSet","d":"

    (PHP >= 5.3.0, PECL phar >= 2.0.0)
    \nset the contents of a file within the tar/zip to those of an external file or string

    "},{"t":"M","n":"PharData::offsetUnset","p":"PharData.html#method_offsetUnset","d":"

    (PHP >= 5.3.0, PECL phar >= 2.0.0)
    \nremove a file from a tar/zip archive

    "},{"t":"M","n":"PharData::hasChildren","p":"PharData.html#method_hasChildren","d":"

    Returns whether current entry is a directory and not '.' or '..'

    "},{"t":"M","n":"PharData::getChildren","p":"PharData.html#method_getChildren","d":"

    Returns an iterator for the current entry if it is a directory

    "},{"t":"M","n":"PharData::rewind","p":"PharData.html#method_rewind","d":"

    Rewinds back to the beginning

    "},{"t":"M","n":"PharData::next","p":"PharData.html#method_next","d":"

    Move to the next file

    "},{"t":"M","n":"PharData::key","p":"PharData.html#method_key","d":"

    Retrieve the key for the current file

    "},{"t":"M","n":"PharData::current","p":"PharData.html#method_current","d":"

    The current file

    "},{"t":"M","n":"PharData::valid","p":"PharData.html#method_valid","d":"

    Check whether current DirectoryIterator position is a valid file

    "},{"t":"M","n":"PharData::seek","p":"PharData.html#method_seek","d":"

    Seek to a DirectoryIterator item

    "},{"t":"M","n":"PharFileInfo::__construct","p":"PharFileInfo.html#method___construct","d":"

    (PHP >= 5.3.0, PECL phar >= 1.0.0)
    \nConstruct a Phar entry object

    "},{"t":"M","n":"PharFileInfo::__destruct","p":"PharFileInfo.html#method___destruct","d":null},{"t":"M","n":"PharFileInfo::chmod","p":"PharFileInfo.html#method_chmod","d":"

    (PHP >= 5.3.0, PECL phar >= 1.0.0)
    \nSets file-specific permission bits

    "},{"t":"M","n":"PharFileInfo::compress","p":"PharFileInfo.html#method_compress","d":"

    (PHP >= 5.3.0, PECL phar >= 2.0.0)
    \nCompresses the current Phar entry with either zlib or bzip2 compression

    "},{"t":"M","n":"PharFileInfo::decompress","p":"PharFileInfo.html#method_decompress","d":"

    (PHP >= 5.3.0, PECL phar >= 2.0.0)
    \nDecompresses the current Phar entry within the phar

    "},{"t":"M","n":"PharFileInfo::delMetadata","p":"PharFileInfo.html#method_delMetadata","d":"

    (PHP >= 5.3.0, PECL phar >= 1.2.0)
    \nDeletes the metadata of the entry

    "},{"t":"M","n":"PharFileInfo::getCompressedSize","p":"PharFileInfo.html#method_getCompressedSize","d":"

    (PHP >= 5.3.0, PECL phar >= 1.0.0)
    \nReturns the actual size of the file (with compression) inside the Phar archive

    "},{"t":"M","n":"PharFileInfo::getCRC32","p":"PharFileInfo.html#method_getCRC32","d":"

    (PHP >= 5.3.0, PECL phar >= 1.0.0)
    \nReturns CRC32 code or throws an exception if CRC has not been verified

    "},{"t":"M","n":"PharFileInfo::getContent","p":"PharFileInfo.html#method_getContent","d":null},{"t":"M","n":"PharFileInfo::getMetadata","p":"PharFileInfo.html#method_getMetadata","d":"

    (PHP >= 5.3.0, PECL phar >= 1.0.0)
    \nReturns file-specific meta-data saved with a file

    "},{"t":"M","n":"PharFileInfo::getPharFlags","p":"PharFileInfo.html#method_getPharFlags","d":"

    (PHP >= 5.3.0, PECL phar >= 1.0.0)
    \nReturns the Phar file entry flags

    "},{"t":"M","n":"PharFileInfo::hasMetadata","p":"PharFileInfo.html#method_hasMetadata","d":"

    (PHP >= 5.3.0, PECL phar >= 1.2.0)
    \nReturns the metadata of the entry

    "},{"t":"M","n":"PharFileInfo::isCompressed","p":"PharFileInfo.html#method_isCompressed","d":"

    (PHP >= 5.3.0, PECL phar >= 1.0.0)
    \nReturns whether the entry is compressed

    "},{"t":"M","n":"PharFileInfo::isCRCChecked","p":"PharFileInfo.html#method_isCRCChecked","d":"

    (PHP >= 5.3.0, PECL phar >= 1.0.0)
    \nReturns whether file entry has had its CRC verified

    "},{"t":"M","n":"PharFileInfo::setMetadata","p":"PharFileInfo.html#method_setMetadata","d":"

    (PHP >= 5.3.0, PECL phar >= 1.0.0)
    \nSets file-specific meta-data saved with a file

    "},{"t":"M","n":"PhpToken::__construct","p":"PhpToken.html#method___construct","d":""},{"t":"M","n":"PhpToken::getTokenName","p":"PhpToken.html#method_getTokenName","d":"

    Get the name of the token.

    "},{"t":"M","n":"PhpToken::tokenize","p":"PhpToken.html#method_tokenize","d":"

    Same as {token_get_all()}, but returning array of {PhpToken}\nor an instance of a child class.

    "},{"t":"M","n":"PhpToken::is","p":"PhpToken.html#method_is","d":"

    Whether the token has the given ID, the given text, or has an ID/text\npart of the given array.

    "},{"t":"M","n":"PhpToken::isIgnorable","p":"PhpToken.html#method_isIgnorable","d":"

    Whether this token would be ignored by the PHP parser.

    "},{"t":"M","n":"PhpToken::__toString","p":"PhpToken.html#method___toString","d":"

    Magic method {https://www.php.net/manual/en/language.oop5.magic.php#object.tostring}\nallows a class to decide how it will react when it is treated like a string.

    "},{"t":"M","n":"Pool::__construct","p":"Pool.html#method___construct","d":"

    (PECL pthreads >= 2.0.0)
    \nConstruct a new pool of workers. Pools lazily create their threads, which means\nnew threads will only be spawned when they are required to execute tasks.

    "},{"t":"M","n":"Pool::collect","p":"Pool.html#method_collect","d":"

    (PECL pthreads >= 2.0.0)
    \nAllows the pool to collect references determined to be garbage by the\noptionally given collector

    "},{"t":"M","n":"Pool::resize","p":"Pool.html#method_resize","d":"

    (PECL pthreads >= 2.0.0)
    \nResize the Pool

    "},{"t":"M","n":"Pool::shutdown","p":"Pool.html#method_shutdown","d":"

    (PECL pthreads >= 2.0.0)
    \nShuts down all of the workers in the pool. This will block until all submitted\ntasks have been executed.

    "},{"t":"M","n":"Pool::submit","p":"Pool.html#method_submit","d":"

    (PECL pthreads >= 2.0.0)
    \nSubmit the task to the next Worker in the Pool

    "},{"t":"M","n":"Pool::submitTo","p":"Pool.html#method_submitTo","d":"

    (PECL pthreads >= 2.0.0)
    \nSubmit a task to the specified worker in the pool. The workers are indexed\nfrom 0, and will only exist if the pool has needed to create them (since\nthreads are lazily spawned).

    "},{"t":"M","n":"RRDCreator::addArchive","p":"RRDCreator.html#method_addArchive","d":"

    Adds RRA - archive of data values for each data source.

    \nArchive consists of a number of data values or statistics for each of the defined data-sources (DS). Data sources are defined by method RRDCreator::addDataSource(). You need call this method for each requested archive.

    "},{"t":"M","n":"RRDCreator::addDataSource","p":"RRDCreator.html#method_addDataSource","d":"

    Adds data source definition for RRD database.

    \nRRD can accept input from several data sources (DS), e.g incoming and outgoing traffic. This method adds data source by description. You need call this method for each data source.

    "},{"t":"M","n":"RRDCreator::__construct","p":"RRDCreator.html#method___construct","d":"

    Creates new RRDCreator instance.

    "},{"t":"M","n":"RRDCreator::save","p":"RRDCreator.html#method_save","d":"

    Saves the RRD database into file, which name is defined by RRDCreator::__construct()

    "},{"t":"M","n":"RRDGraph::__construct","p":"RRDGraph.html#method___construct","d":"

    Creates new RRDGraph instance. This instance is responsible for rendering the result of RRD database query into image.

    "},{"t":"M","n":"RRDGraph::save","p":"RRDGraph.html#method_save","d":"

    Saves the result of RRD database query into image defined by RRDGraph::__construct().

    "},{"t":"M","n":"RRDGraph::saveVerbose","p":"RRDGraph.html#method_saveVerbose","d":"

    Saves the RRD database query into image and returns the verbose information about generated graph.

    \nIf "-" is used as image filename, image data are also returned in result array.

    "},{"t":"M","n":"RRDGraph::setOptions","p":"RRDGraph.html#method_setOptions","d":"

    Sets the options for rrd graph export

    "},{"t":"M","n":"RRDUpdater::__construct","p":"RRDUpdater.html#method___construct","d":"

    Creates new RRDUpdater instance. This instance is responsible for updating the RRD database file.

    "},{"t":"M","n":"RRDUpdater::update","p":"RRDUpdater.html#method_update","d":"

    Update the RRD file defined via RRDUpdater::__construct(). The file is updated with a specific values.

    "},{"t":"M","n":"Random\\Engine::generate","p":"Random/Engine.html#method_generate","d":null},{"t":"M","n":"Random\\Engine\\Mt19937::__construct","p":"Random/Engine/Mt19937.html#method___construct","d":null},{"t":"M","n":"Random\\Engine\\Mt19937::generate","p":"Random/Engine/Mt19937.html#method_generate","d":null},{"t":"M","n":"Random\\Engine\\Mt19937::__serialize","p":"Random/Engine/Mt19937.html#method___serialize","d":null},{"t":"M","n":"Random\\Engine\\Mt19937::__unserialize","p":"Random/Engine/Mt19937.html#method___unserialize","d":null},{"t":"M","n":"Random\\Engine\\Mt19937::__debugInfo","p":"Random/Engine/Mt19937.html#method___debugInfo","d":null},{"t":"M","n":"Random\\Engine\\PcgOneseq128XslRr64::__construct","p":"Random/Engine/PcgOneseq128XslRr64.html#method___construct","d":null},{"t":"M","n":"Random\\Engine\\PcgOneseq128XslRr64::generate","p":"Random/Engine/PcgOneseq128XslRr64.html#method_generate","d":null},{"t":"M","n":"Random\\Engine\\PcgOneseq128XslRr64::jump","p":"Random/Engine/PcgOneseq128XslRr64.html#method_jump","d":null},{"t":"M","n":"Random\\Engine\\PcgOneseq128XslRr64::__serialize","p":"Random/Engine/PcgOneseq128XslRr64.html#method___serialize","d":null},{"t":"M","n":"Random\\Engine\\PcgOneseq128XslRr64::__unserialize","p":"Random/Engine/PcgOneseq128XslRr64.html#method___unserialize","d":null},{"t":"M","n":"Random\\Engine\\PcgOneseq128XslRr64::__debugInfo","p":"Random/Engine/PcgOneseq128XslRr64.html#method___debugInfo","d":null},{"t":"M","n":"Random\\Engine\\Secure::generate","p":"Random/Engine/Secure.html#method_generate","d":null},{"t":"M","n":"Random\\Engine\\Xoshiro256StarStar::__construct","p":"Random/Engine/Xoshiro256StarStar.html#method___construct","d":null},{"t":"M","n":"Random\\Engine\\Xoshiro256StarStar::generate","p":"Random/Engine/Xoshiro256StarStar.html#method_generate","d":null},{"t":"M","n":"Random\\Engine\\Xoshiro256StarStar::jump","p":"Random/Engine/Xoshiro256StarStar.html#method_jump","d":null},{"t":"M","n":"Random\\Engine\\Xoshiro256StarStar::jumpLong","p":"Random/Engine/Xoshiro256StarStar.html#method_jumpLong","d":null},{"t":"M","n":"Random\\Engine\\Xoshiro256StarStar::__serialize","p":"Random/Engine/Xoshiro256StarStar.html#method___serialize","d":null},{"t":"M","n":"Random\\Engine\\Xoshiro256StarStar::__unserialize","p":"Random/Engine/Xoshiro256StarStar.html#method___unserialize","d":null},{"t":"M","n":"Random\\Engine\\Xoshiro256StarStar::__debugInfo","p":"Random/Engine/Xoshiro256StarStar.html#method___debugInfo","d":null},{"t":"M","n":"Random\\Randomizer::__construct","p":"Random/Randomizer.html#method___construct","d":null},{"t":"M","n":"Random\\Randomizer::nextInt","p":"Random/Randomizer.html#method_nextInt","d":null},{"t":"M","n":"Random\\Randomizer::getInt","p":"Random/Randomizer.html#method_getInt","d":null},{"t":"M","n":"Random\\Randomizer::getBytes","p":"Random/Randomizer.html#method_getBytes","d":null},{"t":"M","n":"Random\\Randomizer::shuffleArray","p":"Random/Randomizer.html#method_shuffleArray","d":null},{"t":"M","n":"Random\\Randomizer::shuffleBytes","p":"Random/Randomizer.html#method_shuffleBytes","d":null},{"t":"M","n":"Random\\Randomizer::pickArrayKeys","p":"Random/Randomizer.html#method_pickArrayKeys","d":null},{"t":"M","n":"Random\\Randomizer::__serialize","p":"Random/Randomizer.html#method___serialize","d":null},{"t":"M","n":"Random\\Randomizer::__unserialize","p":"Random/Randomizer.html#method___unserialize","d":null},{"t":"M","n":"Random\\Randomizer::nextFloat","p":"Random/Randomizer.html#method_nextFloat","d":""},{"t":"M","n":"Random\\Randomizer::getFloat","p":"Random/Randomizer.html#method_getFloat","d":""},{"t":"M","n":"Random\\Randomizer::getBytesFromString","p":"Random/Randomizer.html#method_getBytesFromString","d":""},{"t":"M","n":"RarArchive::open","p":"RarArchive.html#method_open","d":"

    Open RAR archive

    "},{"t":"M","n":"RarArchive::close","p":"RarArchive.html#method_close","d":"

    Close RAR archive and free all resources

    "},{"t":"M","n":"RarArchive::getComment","p":"RarArchive.html#method_getComment","d":"

    Get comment text from the RAR archive

    "},{"t":"M","n":"RarArchive::getEntries","p":"RarArchive.html#method_getEntries","d":"

    Get full list of entries from the RAR archive

    "},{"t":"M","n":"RarArchive::getEntry","p":"RarArchive.html#method_getEntry","d":"

    Get entry object from the RAR archive

    "},{"t":"M","n":"RarArchive::isBroken","p":"RarArchive.html#method_isBroken","d":"

    Test whether an archive is broken (incomplete)

    "},{"t":"M","n":"RarArchive::isSolid","p":"RarArchive.html#method_isSolid","d":"

    Check whether the RAR archive is solid

    "},{"t":"M","n":"RarArchive::setAllowBroken","p":"RarArchive.html#method_setAllowBroken","d":"

    Whether opening broken archives is allowed

    "},{"t":"M","n":"RarArchive::__toString","p":"RarArchive.html#method___toString","d":"

    Get text representation

    "},{"t":"M","n":"RarEntry::extract","p":"RarEntry.html#method_extract","d":"

    Extract entry from the archive

    "},{"t":"M","n":"RarEntry::getAttr","p":"RarEntry.html#method_getAttr","d":"

    Get attributes of the entry

    "},{"t":"M","n":"RarEntry::getCrc","p":"RarEntry.html#method_getCrc","d":"

    Get CRC of the entry

    "},{"t":"M","n":"RarEntry::getFileTime","p":"RarEntry.html#method_getFileTime","d":"

    Get entry last modification time

    "},{"t":"M","n":"RarEntry::getHostOs","p":"RarEntry.html#method_getHostOs","d":"

    Get entry host OS

    "},{"t":"M","n":"RarEntry::getMethod","p":"RarEntry.html#method_getMethod","d":"

    Get pack method of the entry

    "},{"t":"M","n":"RarEntry::getName","p":"RarEntry.html#method_getName","d":"

    Get name of the entry

    "},{"t":"M","n":"RarEntry::getPackedSize","p":"RarEntry.html#method_getPackedSize","d":"

    Get packed size of the entry

    "},{"t":"M","n":"RarEntry::getStream","p":"RarEntry.html#method_getStream","d":"

    Get file handler for entry

    "},{"t":"M","n":"RarEntry::getUnpackedSize","p":"RarEntry.html#method_getUnpackedSize","d":"

    Get unpacked size of the entry

    "},{"t":"M","n":"RarEntry::getVersion","p":"RarEntry.html#method_getVersion","d":"

    Get minimum version of RAR program required to unpack the entry

    "},{"t":"M","n":"RarEntry::isDirectory","p":"RarEntry.html#method_isDirectory","d":"

    Test whether an entry represents a directory

    "},{"t":"M","n":"RarEntry::isEncrypted","p":"RarEntry.html#method_isEncrypted","d":"

    Test whether an entry is encrypted

    "},{"t":"M","n":"RarEntry::__toString","p":"RarEntry.html#method___toString","d":"

    Get text representation of entry

    "},{"t":"M","n":"RarException::isUsingExceptions","p":"RarException.html#method_isUsingExceptions","d":"

    Check whether error handling with exceptions is in use

    "},{"t":"M","n":"RarException::setUsingExceptions","p":"RarException.html#method_setUsingExceptions","d":"

    Activate and deactivate error handling with exceptions

    "},{"t":"M","n":"RdKafka::addBrokers","p":"RdKafka.html#method_addBrokers","d":""},{"t":"M","n":"RdKafka::getMetadata","p":"RdKafka.html#method_getMetadata","d":""},{"t":"M","n":"RdKafka::getOutQLen","p":"RdKafka.html#method_getOutQLen","d":""},{"t":"M","n":"RdKafka::newTopic","p":"RdKafka.html#method_newTopic","d":""},{"t":"M","n":"RdKafka::poll","p":"RdKafka.html#method_poll","d":""},{"t":"M","n":"RdKafka::setLogLevel","p":"RdKafka.html#method_setLogLevel","d":""},{"t":"M","n":"RdKafka::offsetsForTimes","p":"RdKafka.html#method_offsetsForTimes","d":""},{"t":"M","n":"RdKafka::queryWatermarkOffsets","p":"RdKafka.html#method_queryWatermarkOffsets","d":""},{"t":"M","n":"RdKafka::purge","p":"RdKafka.html#method_purge","d":""},{"t":"M","n":"RdKafka::flush","p":"RdKafka.html#method_flush","d":""},{"t":"M","n":"RdKafka::metadata","p":"RdKafka.html#method_metadata","d":null},{"t":"M","n":"RdKafka::setLogger","p":"RdKafka.html#method_setLogger","d":null},{"t":"M","n":"RdKafka::outqLen","p":"RdKafka.html#method_outqLen","d":null},{"t":"M","n":"RdKafka\\Conf::__construct","p":"RdKafka/Conf.html#method___construct","d":null},{"t":"M","n":"RdKafka\\Conf::dump","p":"RdKafka/Conf.html#method_dump","d":""},{"t":"M","n":"RdKafka\\Conf::set","p":"RdKafka/Conf.html#method_set","d":""},{"t":"M","n":"RdKafka\\Conf::setDefaultTopicConf","p":"RdKafka/Conf.html#method_setDefaultTopicConf","d":""},{"t":"M","n":"RdKafka\\Conf::setDrMsgCb","p":"RdKafka/Conf.html#method_setDrMsgCb","d":""},{"t":"M","n":"RdKafka\\Conf::setErrorCb","p":"RdKafka/Conf.html#method_setErrorCb","d":""},{"t":"M","n":"RdKafka\\Conf::setRebalanceCb","p":"RdKafka/Conf.html#method_setRebalanceCb","d":""},{"t":"M","n":"RdKafka\\Conf::setStatsCb","p":"RdKafka/Conf.html#method_setStatsCb","d":""},{"t":"M","n":"RdKafka\\Conf::setOffsetCommitCb","p":"RdKafka/Conf.html#method_setOffsetCommitCb","d":""},{"t":"M","n":"RdKafka\\Conf::setConsumeCb","p":"RdKafka/Conf.html#method_setConsumeCb","d":""},{"t":"M","n":"RdKafka\\Conf::setLogCb","p":"RdKafka/Conf.html#method_setLogCb","d":""},{"t":"M","n":"RdKafka\\Consumer::__construct","p":"RdKafka/Consumer.html#method___construct","d":""},{"t":"M","n":"RdKafka\\Consumer::newTopic","p":"RdKafka/Consumer.html#method_newTopic","d":""},{"t":"M","n":"RdKafka\\Consumer::newQueue","p":"RdKafka/Consumer.html#method_newQueue","d":""},{"t":"M","n":"RdKafka\\ConsumerTopic::consume","p":"RdKafka/ConsumerTopic.html#method_consume","d":""},{"t":"M","n":"RdKafka\\ConsumerTopic::consumeQueueStart","p":"RdKafka/ConsumerTopic.html#method_consumeQueueStart","d":""},{"t":"M","n":"RdKafka\\ConsumerTopic::consumeStart","p":"RdKafka/ConsumerTopic.html#method_consumeStart","d":""},{"t":"M","n":"RdKafka\\ConsumerTopic::consumeStop","p":"RdKafka/ConsumerTopic.html#method_consumeStop","d":""},{"t":"M","n":"RdKafka\\ConsumerTopic::offsetStore","p":"RdKafka/ConsumerTopic.html#method_offsetStore","d":""},{"t":"M","n":"RdKafka\\ConsumerTopic::consumeCallback","p":"RdKafka/ConsumerTopic.html#method_consumeCallback","d":null},{"t":"M","n":"RdKafka\\ConsumerTopic::consumeBatch","p":"RdKafka/ConsumerTopic.html#method_consumeBatch","d":null},{"t":"M","n":"RdKafka\\KafkaConsumer::__construct","p":"RdKafka/KafkaConsumer.html#method___construct","d":""},{"t":"M","n":"RdKafka\\KafkaConsumer::assign","p":"RdKafka/KafkaConsumer.html#method_assign","d":""},{"t":"M","n":"RdKafka\\KafkaConsumer::commit","p":"RdKafka/KafkaConsumer.html#method_commit","d":""},{"t":"M","n":"RdKafka\\KafkaConsumer::commitAsync","p":"RdKafka/KafkaConsumer.html#method_commitAsync","d":""},{"t":"M","n":"RdKafka\\KafkaConsumer::consume","p":"RdKafka/KafkaConsumer.html#method_consume","d":""},{"t":"M","n":"RdKafka\\KafkaConsumer::getAssignment","p":"RdKafka/KafkaConsumer.html#method_getAssignment","d":""},{"t":"M","n":"RdKafka\\KafkaConsumer::getMetadata","p":"RdKafka/KafkaConsumer.html#method_getMetadata","d":""},{"t":"M","n":"RdKafka\\KafkaConsumer::getSubscription","p":"RdKafka/KafkaConsumer.html#method_getSubscription","d":""},{"t":"M","n":"RdKafka\\KafkaConsumer::subscribe","p":"RdKafka/KafkaConsumer.html#method_subscribe","d":""},{"t":"M","n":"RdKafka\\KafkaConsumer::unsubscribe","p":"RdKafka/KafkaConsumer.html#method_unsubscribe","d":""},{"t":"M","n":"RdKafka\\KafkaConsumer::getCommittedOffsets","p":"RdKafka/KafkaConsumer.html#method_getCommittedOffsets","d":""},{"t":"M","n":"RdKafka\\KafkaConsumer::offsetsForTimes","p":"RdKafka/KafkaConsumer.html#method_offsetsForTimes","d":""},{"t":"M","n":"RdKafka\\KafkaConsumer::queryWatermarkOffsets","p":"RdKafka/KafkaConsumer.html#method_queryWatermarkOffsets","d":""},{"t":"M","n":"RdKafka\\KafkaConsumer::getOffsetPositions","p":"RdKafka/KafkaConsumer.html#method_getOffsetPositions","d":""},{"t":"M","n":"RdKafka\\KafkaConsumer::newTopic","p":"RdKafka/KafkaConsumer.html#method_newTopic","d":""},{"t":"M","n":"RdKafka\\KafkaConsumer::close","p":"RdKafka/KafkaConsumer.html#method_close","d":""},{"t":"M","n":"RdKafka\\KafkaConsumerTopic::offsetStore","p":"RdKafka/KafkaConsumerTopic.html#method_offsetStore","d":""},{"t":"M","n":"RdKafka\\KafkaErrorException::__construct","p":"RdKafka/KafkaErrorException.html#method___construct","d":""},{"t":"M","n":"RdKafka\\KafkaErrorException::getErrorString","p":"RdKafka/KafkaErrorException.html#method_getErrorString","d":""},{"t":"M","n":"RdKafka\\KafkaErrorException::isFatal","p":"RdKafka/KafkaErrorException.html#method_isFatal","d":""},{"t":"M","n":"RdKafka\\KafkaErrorException::isRetriable","p":"RdKafka/KafkaErrorException.html#method_isRetriable","d":""},{"t":"M","n":"RdKafka\\KafkaErrorException::transactionRequiresAbort","p":"RdKafka/KafkaErrorException.html#method_transactionRequiresAbort","d":""},{"t":"M","n":"RdKafka\\Message::errstr","p":"RdKafka/Message.html#method_errstr","d":""},{"t":"M","n":"RdKafka\\Metadata::getBrokers","p":"RdKafka/Metadata.html#method_getBrokers","d":""},{"t":"M","n":"RdKafka\\Metadata::getTopics","p":"RdKafka/Metadata.html#method_getTopics","d":""},{"t":"M","n":"RdKafka\\Metadata::getOrigBrokerId","p":"RdKafka/Metadata.html#method_getOrigBrokerId","d":""},{"t":"M","n":"RdKafka\\Metadata::getOrigBrokerName","p":"RdKafka/Metadata.html#method_getOrigBrokerName","d":""},{"t":"M","n":"RdKafka\\Metadata\\Broker::getId","p":"RdKafka/Metadata/Broker.html#method_getId","d":null},{"t":"M","n":"RdKafka\\Metadata\\Broker::getHost","p":"RdKafka/Metadata/Broker.html#method_getHost","d":null},{"t":"M","n":"RdKafka\\Metadata\\Broker::getPort","p":"RdKafka/Metadata/Broker.html#method_getPort","d":null},{"t":"M","n":"RdKafka\\Metadata\\Collection::current","p":"RdKafka/Metadata/Collection.html#method_current","d":""},{"t":"M","n":"RdKafka\\Metadata\\Collection::next","p":"RdKafka/Metadata/Collection.html#method_next","d":""},{"t":"M","n":"RdKafka\\Metadata\\Collection::key","p":"RdKafka/Metadata/Collection.html#method_key","d":""},{"t":"M","n":"RdKafka\\Metadata\\Collection::valid","p":"RdKafka/Metadata/Collection.html#method_valid","d":""},{"t":"M","n":"RdKafka\\Metadata\\Collection::rewind","p":"RdKafka/Metadata/Collection.html#method_rewind","d":""},{"t":"M","n":"RdKafka\\Metadata\\Collection::count","p":"RdKafka/Metadata/Collection.html#method_count","d":""},{"t":"M","n":"RdKafka\\Metadata\\Partition::getId","p":"RdKafka/Metadata/Partition.html#method_getId","d":""},{"t":"M","n":"RdKafka\\Metadata\\Partition::getErr","p":"RdKafka/Metadata/Partition.html#method_getErr","d":""},{"t":"M","n":"RdKafka\\Metadata\\Partition::getLeader","p":"RdKafka/Metadata/Partition.html#method_getLeader","d":""},{"t":"M","n":"RdKafka\\Metadata\\Partition::getReplicas","p":"RdKafka/Metadata/Partition.html#method_getReplicas","d":""},{"t":"M","n":"RdKafka\\Metadata\\Partition::getIsrs","p":"RdKafka/Metadata/Partition.html#method_getIsrs","d":""},{"t":"M","n":"RdKafka\\Metadata\\Topic::getTopic","p":"RdKafka/Metadata/Topic.html#method_getTopic","d":""},{"t":"M","n":"RdKafka\\Metadata\\Topic::getPartitions","p":"RdKafka/Metadata/Topic.html#method_getPartitions","d":""},{"t":"M","n":"RdKafka\\Metadata\\Topic::getErr","p":"RdKafka/Metadata/Topic.html#method_getErr","d":""},{"t":"M","n":"RdKafka\\Producer::__construct","p":"RdKafka/Producer.html#method___construct","d":""},{"t":"M","n":"RdKafka\\Producer::newTopic","p":"RdKafka/Producer.html#method_newTopic","d":""},{"t":"M","n":"RdKafka\\Producer::initTransactions","p":"RdKafka/Producer.html#method_initTransactions","d":""},{"t":"M","n":"RdKafka\\Producer::beginTransaction","p":"RdKafka/Producer.html#method_beginTransaction","d":""},{"t":"M","n":"RdKafka\\Producer::commitTransaction","p":"RdKafka/Producer.html#method_commitTransaction","d":""},{"t":"M","n":"RdKafka\\Producer::abortTransaction","p":"RdKafka/Producer.html#method_abortTransaction","d":""},{"t":"M","n":"RdKafka\\ProducerTopic::produce","p":"RdKafka/ProducerTopic.html#method_produce","d":""},{"t":"M","n":"RdKafka\\ProducerTopic::producev","p":"RdKafka/ProducerTopic.html#method_producev","d":""},{"t":"M","n":"RdKafka\\Queue::consume","p":"RdKafka/Queue.html#method_consume","d":""},{"t":"M","n":"RdKafka\\Topic::getName","p":"RdKafka/Topic.html#method_getName","d":""},{"t":"M","n":"RdKafka\\TopicConf::__construct","p":"RdKafka/TopicConf.html#method___construct","d":null},{"t":"M","n":"RdKafka\\TopicConf::dump","p":"RdKafka/TopicConf.html#method_dump","d":""},{"t":"M","n":"RdKafka\\TopicConf::set","p":"RdKafka/TopicConf.html#method_set","d":""},{"t":"M","n":"RdKafka\\TopicConf::setPartitioner","p":"RdKafka/TopicConf.html#method_setPartitioner","d":""},{"t":"M","n":"RdKafka\\TopicPartition::__construct","p":"RdKafka/TopicPartition.html#method___construct","d":""},{"t":"M","n":"RdKafka\\TopicPartition::getOffset","p":"RdKafka/TopicPartition.html#method_getOffset","d":""},{"t":"M","n":"RdKafka\\TopicPartition::getPartition","p":"RdKafka/TopicPartition.html#method_getPartition","d":""},{"t":"M","n":"RdKafka\\TopicPartition::getTopic","p":"RdKafka/TopicPartition.html#method_getTopic","d":""},{"t":"M","n":"RdKafka\\TopicPartition::setOffset","p":"RdKafka/TopicPartition.html#method_setOffset","d":""},{"t":"M","n":"RdKafka\\TopicPartition::setPartition","p":"RdKafka/TopicPartition.html#method_setPartition","d":""},{"t":"M","n":"RdKafka\\TopicPartition::setTopic","p":"RdKafka/TopicPartition.html#method_setTopic","d":""},{"t":"M","n":"RecursiveArrayIterator::hasChildren","p":"RecursiveArrayIterator.html#method_hasChildren","d":"

    Returns whether current entry is an array or an object.

    "},{"t":"M","n":"RecursiveArrayIterator::getChildren","p":"RecursiveArrayIterator.html#method_getChildren","d":"

    Returns an iterator for the current entry if it is an array or an object.

    "},{"t":"M","n":"RecursiveCachingIterator::__construct","p":"RecursiveCachingIterator.html#method___construct","d":"

    Constructs a new RecursiveCachingIterator.

    "},{"t":"M","n":"RecursiveCachingIterator::hasChildren","p":"RecursiveCachingIterator.html#method_hasChildren","d":"

    Check whether the current element of the inner iterator has children

    "},{"t":"M","n":"RecursiveCachingIterator::getChildren","p":"RecursiveCachingIterator.html#method_getChildren","d":"

    Return the inner iterator's children as a RecursiveCachingIterator

    "},{"t":"M","n":"RecursiveCallbackFilterIterator::__construct","p":"RecursiveCallbackFilterIterator.html#method___construct","d":"

    Create a RecursiveCallbackFilterIterator from a RecursiveIterator

    "},{"t":"M","n":"RecursiveCallbackFilterIterator::hasChildren","p":"RecursiveCallbackFilterIterator.html#method_hasChildren","d":"

    Check whether the inner iterator's current element has children

    "},{"t":"M","n":"RecursiveCallbackFilterIterator::getChildren","p":"RecursiveCallbackFilterIterator.html#method_getChildren","d":"

    Returns an iterator for the current entry.

    "},{"t":"M","n":"RecursiveDirectoryIterator::__construct","p":"RecursiveDirectoryIterator.html#method___construct","d":"

    Constructs a RecursiveDirectoryIterator

    "},{"t":"M","n":"RecursiveDirectoryIterator::hasChildren","p":"RecursiveDirectoryIterator.html#method_hasChildren","d":"

    Returns whether current entry is a directory and not '.' or '..'

    "},{"t":"M","n":"RecursiveDirectoryIterator::getChildren","p":"RecursiveDirectoryIterator.html#method_getChildren","d":"

    Returns an iterator for the current entry if it is a directory

    "},{"t":"M","n":"RecursiveDirectoryIterator::getSubPath","p":"RecursiveDirectoryIterator.html#method_getSubPath","d":"

    Get sub path

    "},{"t":"M","n":"RecursiveDirectoryIterator::getSubPathname","p":"RecursiveDirectoryIterator.html#method_getSubPathname","d":"

    Get sub path and name

    "},{"t":"M","n":"RecursiveDirectoryIterator::rewind","p":"RecursiveDirectoryIterator.html#method_rewind","d":"

    Rewinds back to the beginning

    "},{"t":"M","n":"RecursiveDirectoryIterator::next","p":"RecursiveDirectoryIterator.html#method_next","d":"

    Move to the next file

    "},{"t":"M","n":"RecursiveDirectoryIterator::key","p":"RecursiveDirectoryIterator.html#method_key","d":"

    Retrieve the key for the current file

    "},{"t":"M","n":"RecursiveDirectoryIterator::current","p":"RecursiveDirectoryIterator.html#method_current","d":"

    The current file

    "},{"t":"M","n":"RecursiveFilterIterator::__construct","p":"RecursiveFilterIterator.html#method___construct","d":"

    Create a RecursiveFilterIterator from a RecursiveIterator

    "},{"t":"M","n":"RecursiveFilterIterator::hasChildren","p":"RecursiveFilterIterator.html#method_hasChildren","d":"

    Check whether the inner iterator's current element has children

    "},{"t":"M","n":"RecursiveFilterIterator::getChildren","p":"RecursiveFilterIterator.html#method_getChildren","d":"

    Return the inner iterator's children contained in a RecursiveFilterIterator

    "},{"t":"M","n":"RecursiveIterator::hasChildren","p":"RecursiveIterator.html#method_hasChildren","d":"

    Returns if an iterator can be created for the current entry.

    "},{"t":"M","n":"RecursiveIterator::getChildren","p":"RecursiveIterator.html#method_getChildren","d":"

    Returns an iterator for the current entry.

    "},{"t":"M","n":"RecursiveIteratorIterator::__construct","p":"RecursiveIteratorIterator.html#method___construct","d":"

    Construct a RecursiveIteratorIterator

    "},{"t":"M","n":"RecursiveIteratorIterator::rewind","p":"RecursiveIteratorIterator.html#method_rewind","d":"

    Rewind the iterator to the first element of the top level inner iterator

    "},{"t":"M","n":"RecursiveIteratorIterator::valid","p":"RecursiveIteratorIterator.html#method_valid","d":"

    Check whether the current position is valid

    "},{"t":"M","n":"RecursiveIteratorIterator::key","p":"RecursiveIteratorIterator.html#method_key","d":"

    Access the current key

    "},{"t":"M","n":"RecursiveIteratorIterator::current","p":"RecursiveIteratorIterator.html#method_current","d":"

    Access the current element value

    "},{"t":"M","n":"RecursiveIteratorIterator::next","p":"RecursiveIteratorIterator.html#method_next","d":"

    Move forward to the next element

    "},{"t":"M","n":"RecursiveIteratorIterator::getDepth","p":"RecursiveIteratorIterator.html#method_getDepth","d":"

    Get the current depth of the recursive iteration

    "},{"t":"M","n":"RecursiveIteratorIterator::getSubIterator","p":"RecursiveIteratorIterator.html#method_getSubIterator","d":"

    The current active sub iterator

    "},{"t":"M","n":"RecursiveIteratorIterator::getInnerIterator","p":"RecursiveIteratorIterator.html#method_getInnerIterator","d":"

    Get inner iterator

    "},{"t":"M","n":"RecursiveIteratorIterator::beginIteration","p":"RecursiveIteratorIterator.html#method_beginIteration","d":"

    Begin Iteration

    "},{"t":"M","n":"RecursiveIteratorIterator::endIteration","p":"RecursiveIteratorIterator.html#method_endIteration","d":"

    End Iteration

    "},{"t":"M","n":"RecursiveIteratorIterator::callHasChildren","p":"RecursiveIteratorIterator.html#method_callHasChildren","d":"

    Has children

    "},{"t":"M","n":"RecursiveIteratorIterator::callGetChildren","p":"RecursiveIteratorIterator.html#method_callGetChildren","d":"

    Get children

    "},{"t":"M","n":"RecursiveIteratorIterator::beginChildren","p":"RecursiveIteratorIterator.html#method_beginChildren","d":"

    Begin children

    "},{"t":"M","n":"RecursiveIteratorIterator::endChildren","p":"RecursiveIteratorIterator.html#method_endChildren","d":"

    End children

    "},{"t":"M","n":"RecursiveIteratorIterator::nextElement","p":"RecursiveIteratorIterator.html#method_nextElement","d":"

    Next element

    "},{"t":"M","n":"RecursiveIteratorIterator::setMaxDepth","p":"RecursiveIteratorIterator.html#method_setMaxDepth","d":"

    Set max depth

    "},{"t":"M","n":"RecursiveIteratorIterator::getMaxDepth","p":"RecursiveIteratorIterator.html#method_getMaxDepth","d":"

    Get max depth

    "},{"t":"M","n":"RecursiveRegexIterator::__construct","p":"RecursiveRegexIterator.html#method___construct","d":"

    Creates a new RecursiveRegexIterator.

    "},{"t":"M","n":"RecursiveRegexIterator::hasChildren","p":"RecursiveRegexIterator.html#method_hasChildren","d":"

    Returns whether an iterator can be obtained for the current entry.

    "},{"t":"M","n":"RecursiveRegexIterator::getChildren","p":"RecursiveRegexIterator.html#method_getChildren","d":"

    Returns an iterator for the current entry.

    "},{"t":"M","n":"RecursiveTreeIterator::__construct","p":"RecursiveTreeIterator.html#method___construct","d":"

    Construct a RecursiveTreeIterator

    "},{"t":"M","n":"RecursiveTreeIterator::rewind","p":"RecursiveTreeIterator.html#method_rewind","d":"

    Rewind iterator

    "},{"t":"M","n":"RecursiveTreeIterator::valid","p":"RecursiveTreeIterator.html#method_valid","d":"

    Check validity

    "},{"t":"M","n":"RecursiveTreeIterator::key","p":"RecursiveTreeIterator.html#method_key","d":"

    Get the key of the current element

    "},{"t":"M","n":"RecursiveTreeIterator::current","p":"RecursiveTreeIterator.html#method_current","d":"

    Get current element

    "},{"t":"M","n":"RecursiveTreeIterator::next","p":"RecursiveTreeIterator.html#method_next","d":"

    Move to next element

    "},{"t":"M","n":"RecursiveTreeIterator::beginIteration","p":"RecursiveTreeIterator.html#method_beginIteration","d":"

    Begin iteration

    "},{"t":"M","n":"RecursiveTreeIterator::endIteration","p":"RecursiveTreeIterator.html#method_endIteration","d":"

    End iteration

    "},{"t":"M","n":"RecursiveTreeIterator::callHasChildren","p":"RecursiveTreeIterator.html#method_callHasChildren","d":"

    Has children

    "},{"t":"M","n":"RecursiveTreeIterator::callGetChildren","p":"RecursiveTreeIterator.html#method_callGetChildren","d":"

    Get children

    "},{"t":"M","n":"RecursiveTreeIterator::beginChildren","p":"RecursiveTreeIterator.html#method_beginChildren","d":"

    Begin children

    "},{"t":"M","n":"RecursiveTreeIterator::endChildren","p":"RecursiveTreeIterator.html#method_endChildren","d":"

    End children

    "},{"t":"M","n":"RecursiveTreeIterator::nextElement","p":"RecursiveTreeIterator.html#method_nextElement","d":"

    Next element

    "},{"t":"M","n":"RecursiveTreeIterator::getPrefix","p":"RecursiveTreeIterator.html#method_getPrefix","d":"

    Get the prefix

    "},{"t":"M","n":"RecursiveTreeIterator::setPostfix","p":"RecursiveTreeIterator.html#method_setPostfix","d":""},{"t":"M","n":"RecursiveTreeIterator::setPrefixPart","p":"RecursiveTreeIterator.html#method_setPrefixPart","d":"

    Set a part of the prefix

    "},{"t":"M","n":"RecursiveTreeIterator::getEntry","p":"RecursiveTreeIterator.html#method_getEntry","d":"

    Get current entry

    "},{"t":"M","n":"RecursiveTreeIterator::getPostfix","p":"RecursiveTreeIterator.html#method_getPostfix","d":"

    Get the postfix

    "},{"t":"M","n":"Redis::__construct","p":"Redis.html#method___construct","d":"

    Create a new Redis instance. If passed sufficient information in the\noptions array it is also possible to connect to an instance at the same\ntime.

    "},{"t":"M","n":"Redis::__destruct","p":"Redis.html#method___destruct","d":null},{"t":"M","n":"Redis::_compress","p":"Redis.html#method__compress","d":"

    Compress a value with the currently configured compressor as set with\nRedis::setOption().

    "},{"t":"M","n":"Redis::_uncompress","p":"Redis.html#method__uncompress","d":"

    Uncompress the provided argument that has been compressed with the\ncurrently configured compressor as set with Redis::setOption().

    "},{"t":"M","n":"Redis::_prefix","p":"Redis.html#method__prefix","d":"

    Prefix the passed argument with the currently set key prefix as set\nwith Redis::setOption().

    "},{"t":"M","n":"Redis::_serialize","p":"Redis.html#method__serialize","d":"

    Serialize the provided value with the currently set serializer as set\nwith Redis::setOption().

    "},{"t":"M","n":"Redis::_unserialize","p":"Redis.html#method__unserialize","d":"

    Unserialize the passed argument with the currently set serializer as set\nwith Redis::setOption().

    "},{"t":"M","n":"Redis::_pack","p":"Redis.html#method__pack","d":"

    Pack the provided value with the configured serializer and compressor\nas set with Redis::setOption().

    "},{"t":"M","n":"Redis::_unpack","p":"Redis.html#method__unpack","d":"

    Unpack the provided value with the configured compressor and serializer\nas set with Redis::setOption().

    "},{"t":"M","n":"Redis::acl","p":"Redis.html#method_acl","d":null},{"t":"M","n":"Redis::append","p":"Redis.html#method_append","d":"

    Append data to a Redis STRING key.

    "},{"t":"M","n":"Redis::auth","p":"Redis.html#method_auth","d":"

    Authenticate a Redis connection after its been established.

    "},{"t":"M","n":"Redis::bgSave","p":"Redis.html#method_bgSave","d":"

    Execute a save of the Redis database in the background.

    "},{"t":"M","n":"Redis::bgrewriteaof","p":"Redis.html#method_bgrewriteaof","d":"

    Asynchronously rewrite Redis' append-only file

    "},{"t":"M","n":"Redis::bitcount","p":"Redis.html#method_bitcount","d":"

    Count the number of set bits in a Redis string.

    "},{"t":"M","n":"Redis::bitop","p":"Redis.html#method_bitop","d":null},{"t":"M","n":"Redis::bitpos","p":"Redis.html#method_bitpos","d":"

    Return the position of the first bit set to 0 or 1 in a string.

    "},{"t":"M","n":"Redis::blPop","p":"Redis.html#method_blPop","d":"

    Pop an element off the beginning of a Redis list or lists, potentially blocking up to a specified\ntimeout. This method may be called in two distinct ways, of which examples are provided below.

    "},{"t":"M","n":"Redis::brPop","p":"Redis.html#method_brPop","d":"

    Pop an element off of the end of a Redis list or lists, potentially blocking up to a specified timeout.

    "},{"t":"M","n":"Redis::brpoplpush","p":"Redis.html#method_brpoplpush","d":"

    Pop an element from the end of a Redis list, pushing it to the beginning of another Redis list,\noptionally blocking up to a specified timeout.

    "},{"t":"M","n":"Redis::bzPopMax","p":"Redis.html#method_bzPopMax","d":"

    POP the maximum scoring element off of one or more sorted sets, blocking up to a specified\ntimeout if no elements are available.

    "},{"t":"M","n":"Redis::bzPopMin","p":"Redis.html#method_bzPopMin","d":"

    POP the minimum scoring element off of one or more sorted sets, blocking up to a specified timeout\nif no elements are available\nThis command is identical in semantics to bzPopMax so please see that method for more information.

    "},{"t":"M","n":"Redis::bzmpop","p":"Redis.html#method_bzmpop","d":"

    POP one or more elements from one or more sorted sets, blocking up to a specified amount of time\nwhen no elements are available.

    "},{"t":"M","n":"Redis::zmpop","p":"Redis.html#method_zmpop","d":"

    POP one or more of the highest or lowest scoring elements from one or more sorted sets.

    "},{"t":"M","n":"Redis::blmpop","p":"Redis.html#method_blmpop","d":"

    Pop one or more elements from one or more Redis LISTs, blocking up to a specified timeout when\nno elements are available.

    "},{"t":"M","n":"Redis::lmpop","p":"Redis.html#method_lmpop","d":"

    Pop one or more elements off of one or more Redis LISTs.

    "},{"t":"M","n":"Redis::clearLastError","p":"Redis.html#method_clearLastError","d":"

    Reset any last error on the connection to NULL

    "},{"t":"M","n":"Redis::client","p":"Redis.html#method_client","d":null},{"t":"M","n":"Redis::close","p":"Redis.html#method_close","d":null},{"t":"M","n":"Redis::command","p":"Redis.html#method_command","d":null},{"t":"M","n":"Redis::config","p":"Redis.html#method_config","d":"

    Execute the Redis CONFIG command in a variety of ways.

    "},{"t":"M","n":"Redis::connect","p":"Redis.html#method_connect","d":null},{"t":"M","n":"Redis::copy","p":"Redis.html#method_copy","d":"

    Make a copy of a key.

    "},{"t":"M","n":"Redis::dbSize","p":"Redis.html#method_dbSize","d":"

    Return the number of keys in the currently selected Redis database.

    "},{"t":"M","n":"Redis::debug","p":"Redis.html#method_debug","d":null},{"t":"M","n":"Redis::decr","p":"Redis.html#method_decr","d":"

    Decrement a Redis integer by 1 or a provided value.

    "},{"t":"M","n":"Redis::decrBy","p":"Redis.html#method_decrBy","d":"

    Decrement a redis integer by a value

    "},{"t":"M","n":"Redis::del","p":"Redis.html#method_del","d":"

    Delete one or more keys from Redis.

    "},{"t":"M","n":"Redis::delete","p":"Redis.html#method_delete","d":""},{"t":"M","n":"Redis::discard","p":"Redis.html#method_discard","d":"

    Discard a transaction currently in progress.

    "},{"t":"M","n":"Redis::dump","p":"Redis.html#method_dump","d":"

    Dump Redis' internal binary representation of a key.

    "},{"t":"M","n":"Redis::echo","p":"Redis.html#method_echo","d":"

    Have Redis repeat back an arbitrary string to the client.

    "},{"t":"M","n":"Redis::eval","p":"Redis.html#method_eval","d":"

    Execute a LUA script on the redis server.

    "},{"t":"M","n":"Redis::eval_ro","p":"Redis.html#method_eval_ro","d":"

    This is simply the read-only variant of eval, meaning the underlying script\nmay not modify data in redis.

    "},{"t":"M","n":"Redis::evalsha","p":"Redis.html#method_evalsha","d":"

    Execute a LUA script on the server but instead of sending the script, send\nthe SHA1 hash of the script.

    "},{"t":"M","n":"Redis::evalsha_ro","p":"Redis.html#method_evalsha_ro","d":"

    This is simply the read-only variant of evalsha, meaning the underlying script\nmay not modify data in redis.

    "},{"t":"M","n":"Redis::exec","p":"Redis.html#method_exec","d":"

    Execute either a MULTI or PIPELINE block and return the array of replies.

    "},{"t":"M","n":"Redis::exists","p":"Redis.html#method_exists","d":"

    Test if one or more keys exist.

    "},{"t":"M","n":"Redis::expire","p":"Redis.html#method_expire","d":"

    Sets an expiration in seconds on the key in question. If connected to\nredis-server >= 7.0.0 you may send an additional "mode" argument which\nmodifies how the command will execute.

    "},{"t":"M","n":"Redis::expireAt","p":"Redis.html#method_expireAt","d":"

    Set a key to expire at an exact unix timestamp.

    "},{"t":"M","n":"Redis::failover","p":"Redis.html#method_failover","d":null},{"t":"M","n":"Redis::expiretime","p":"Redis.html#method_expiretime","d":"

    Get the expiration of a given key as a unix timestamp

    "},{"t":"M","n":"Redis::pexpiretime","p":"Redis.html#method_pexpiretime","d":"

    Get the expriation timestamp of a given Redis key but in milliseconds.

    "},{"t":"M","n":"Redis::fcall","p":"Redis.html#method_fcall","d":"

    Invoke a function.

    "},{"t":"M","n":"Redis::fcall_ro","p":"Redis.html#method_fcall_ro","d":"

    This is a read-only variant of the FCALL command that cannot execute commands that modify data.

    "},{"t":"M","n":"Redis::flushAll","p":"Redis.html#method_flushAll","d":"

    Deletes every key in all Redis databases

    "},{"t":"M","n":"Redis::flushDB","p":"Redis.html#method_flushDB","d":"

    Deletes all the keys of the currently selected database.

    "},{"t":"M","n":"Redis::function","p":"Redis.html#method_function","d":"

    Functions is an API for managing code to be executed on the server.

    "},{"t":"M","n":"Redis::geoadd","p":"Redis.html#method_geoadd","d":"

    Add one or more members to a geospacial sorted set

    "},{"t":"M","n":"Redis::geodist","p":"Redis.html#method_geodist","d":"

    Get the distance between two members of a geospacially encoded sorted set.

    "},{"t":"M","n":"Redis::geohash","p":"Redis.html#method_geohash","d":"

    Retrieve one or more GeoHash encoded strings for members of the set.

    "},{"t":"M","n":"Redis::geopos","p":"Redis.html#method_geopos","d":"

    Return the longitude and lattitude for one or more members of a geospacially encoded sorted set.

    "},{"t":"M","n":"Redis::georadius","p":"Redis.html#method_georadius","d":"

    Retrieve members of a geospacially sorted set that are within a certain radius of a location.

    "},{"t":"M","n":"Redis::georadius_ro","p":"Redis.html#method_georadius_ro","d":"

    A readonly variant of GEORADIUS that may be executed on replicas.

    "},{"t":"M","n":"Redis::georadiusbymember","p":"Redis.html#method_georadiusbymember","d":"

    Similar to GEORADIUS except it uses a member as the center of the query.

    "},{"t":"M","n":"Redis::georadiusbymember_ro","p":"Redis.html#method_georadiusbymember_ro","d":"

    This is the read-only variant of GEORADIUSBYMEMBER that can be run on replicas.

    "},{"t":"M","n":"Redis::geosearch","p":"Redis.html#method_geosearch","d":"

    Search a geospacial sorted set for members in various ways.

    "},{"t":"M","n":"Redis::geosearchstore","p":"Redis.html#method_geosearchstore","d":"

    Search a geospacial sorted set for members within a given area or range, storing the results into\na new set.

    "},{"t":"M","n":"Redis::get","p":"Redis.html#method_get","d":"

    Retrieve a string keys value.

    "},{"t":"M","n":"Redis::getAuth","p":"Redis.html#method_getAuth","d":"

    Get the authentication information on the connection, if any.

    "},{"t":"M","n":"Redis::getBit","p":"Redis.html#method_getBit","d":"

    Get the bit at a given index in a string key.

    "},{"t":"M","n":"Redis::getEx","p":"Redis.html#method_getEx","d":"

    Get the value of a key and optionally set it's expiration.

    "},{"t":"M","n":"Redis::getDBNum","p":"Redis.html#method_getDBNum","d":"

    Get the database number PhpRedis thinks we're connected to.

    "},{"t":"M","n":"Redis::getDel","p":"Redis.html#method_getDel","d":"

    Get a key from Redis and delete it in an atomic operation.

    "},{"t":"M","n":"Redis::getHost","p":"Redis.html#method_getHost","d":"

    Return the host or Unix socket we are connected to.

    "},{"t":"M","n":"Redis::getLastError","p":"Redis.html#method_getLastError","d":"

    Get the last error returned to us from Redis, if any.

    "},{"t":"M","n":"Redis::getMode","p":"Redis.html#method_getMode","d":"

    Returns whether the connection is in ATOMIC, MULTI, or PIPELINE mode

    "},{"t":"M","n":"Redis::getOption","p":"Redis.html#method_getOption","d":"

    Retrieve the value of a configuration setting as set by Redis::setOption()

    "},{"t":"M","n":"Redis::getPersistentID","p":"Redis.html#method_getPersistentID","d":"

    Get the persistent connection ID, if there is one.

    "},{"t":"M","n":"Redis::getPort","p":"Redis.html#method_getPort","d":"

    Get the port we are connected to. This number will be zero if we are connected to a unix socket.

    "},{"t":"M","n":"Redis::getRange","p":"Redis.html#method_getRange","d":"

    Retrieve a substring of a string by index.

    "},{"t":"M","n":"Redis::lcs","p":"Redis.html#method_lcs","d":"

    Get the longest common subsequence between two string keys.

    "},{"t":"M","n":"Redis::getReadTimeout","p":"Redis.html#method_getReadTimeout","d":"

    Get the currently set read timeout on the connection.

    "},{"t":"M","n":"Redis::getset","p":"Redis.html#method_getset","d":"

    Sets a key and returns any previously set value, if the key already existed.

    "},{"t":"M","n":"Redis::getTimeout","p":"Redis.html#method_getTimeout","d":"

    Retrieve any set connection timeout

    "},{"t":"M","n":"Redis::getTransferredBytes","p":"Redis.html#method_getTransferredBytes","d":"

    Get the number of bytes sent and received on the socket.

    "},{"t":"M","n":"Redis::clearTransferredBytes","p":"Redis.html#method_clearTransferredBytes","d":"

    Reset the number of bytes sent and received on the socket.

    "},{"t":"M","n":"Redis::hDel","p":"Redis.html#method_hDel","d":"

    Remove one or more fields from a hash.

    "},{"t":"M","n":"Redis::hExists","p":"Redis.html#method_hExists","d":"

    Checks whether a field exists in a hash.

    "},{"t":"M","n":"Redis::hGet","p":"Redis.html#method_hGet","d":null},{"t":"M","n":"Redis::hGetAll","p":"Redis.html#method_hGetAll","d":"

    Read every field and value from a hash.

    "},{"t":"M","n":"Redis::hIncrBy","p":"Redis.html#method_hIncrBy","d":"

    Increment a hash field's value by an integer

    "},{"t":"M","n":"Redis::hIncrByFloat","p":"Redis.html#method_hIncrByFloat","d":"

    Increment a hash field by a floating point value

    "},{"t":"M","n":"Redis::hKeys","p":"Redis.html#method_hKeys","d":"

    Retrieve all of the fields of a hash.

    "},{"t":"M","n":"Redis::hLen","p":"Redis.html#method_hLen","d":"

    Get the number of fields in a hash.

    "},{"t":"M","n":"Redis::hMget","p":"Redis.html#method_hMget","d":"

    Get one or more fields from a hash.

    "},{"t":"M","n":"Redis::hMset","p":"Redis.html#method_hMset","d":"

    Add or update one or more hash fields and values

    "},{"t":"M","n":"Redis::hRandField","p":"Redis.html#method_hRandField","d":"

    Get one or more random field from a hash.

    "},{"t":"M","n":"Redis::hSet","p":"Redis.html#method_hSet","d":null},{"t":"M","n":"Redis::hSetNx","p":"Redis.html#method_hSetNx","d":"

    Set a hash field and value, but only if that field does not exist

    "},{"t":"M","n":"Redis::hStrLen","p":"Redis.html#method_hStrLen","d":"

    Get the string length of a hash field

    "},{"t":"M","n":"Redis::hVals","p":"Redis.html#method_hVals","d":"

    Get all of the values from a hash.

    "},{"t":"M","n":"Redis::hscan","p":"Redis.html#method_hscan","d":"

    Iterate over the fields and values of a hash in an incremental fashion.

    "},{"t":"M","n":"Redis::incr","p":"Redis.html#method_incr","d":"

    Increment a key's value, optionally by a specifc amount.

    "},{"t":"M","n":"Redis::incrBy","p":"Redis.html#method_incrBy","d":"

    Increment a key by a specific integer value

    "},{"t":"M","n":"Redis::incrByFloat","p":"Redis.html#method_incrByFloat","d":"

    Increment a numeric key by a floating point value.

    "},{"t":"M","n":"Redis::info","p":"Redis.html#method_info","d":"

    Retrieve information about the connected redis-server. If no arguments are passed to\nthis function, redis will return every info field. Alternatively you may pass a specific\nsection you want returned (e.g. 'server', or 'memory') to receive only information pertaining\nto that section.

    "},{"t":"M","n":"Redis::isConnected","p":"Redis.html#method_isConnected","d":"

    Check if we are currently connected to a Redis instance.

    "},{"t":"M","n":"Redis::keys","p":"Redis.html#method_keys","d":""},{"t":"M","n":"Redis::lInsert","p":"Redis.html#method_lInsert","d":null},{"t":"M","n":"Redis::lLen","p":"Redis.html#method_lLen","d":"

    Retrieve the lenght of a list.

    "},{"t":"M","n":"Redis::lMove","p":"Redis.html#method_lMove","d":"

    Move an element from one list into another.

    "},{"t":"M","n":"Redis::blmove","p":"Redis.html#method_blmove","d":"

    Move an element from one list to another, blocking up to a timeout until an element is available.

    "},{"t":"M","n":"Redis::lPop","p":"Redis.html#method_lPop","d":"

    Pop one or more elements off a list.

    "},{"t":"M","n":"Redis::lPos","p":"Redis.html#method_lPos","d":"

    Retrieve the index of an element in a list.

    "},{"t":"M","n":"Redis::lPush","p":"Redis.html#method_lPush","d":"

    Prepend one or more elements to a list.

    "},{"t":"M","n":"Redis::rPush","p":"Redis.html#method_rPush","d":"

    Append one or more elements to a list.

    "},{"t":"M","n":"Redis::lPushx","p":"Redis.html#method_lPushx","d":"

    Prepend an element to a list but only if the list exists

    "},{"t":"M","n":"Redis::rPushx","p":"Redis.html#method_rPushx","d":"

    Append an element to a list but only if the list exists

    "},{"t":"M","n":"Redis::lSet","p":"Redis.html#method_lSet","d":"

    Set a list element at an index to a specific value.

    "},{"t":"M","n":"Redis::lastSave","p":"Redis.html#method_lastSave","d":"

    Retrieve the last time Redis' database was persisted to disk.

    "},{"t":"M","n":"Redis::lindex","p":"Redis.html#method_lindex","d":"

    Get the element of a list by its index.

    "},{"t":"M","n":"Redis::lrange","p":"Redis.html#method_lrange","d":"

    Retrieve elements from a list.

    "},{"t":"M","n":"Redis::lrem","p":"Redis.html#method_lrem","d":"

    Remove one or more matching elements from a list.

    "},{"t":"M","n":"Redis::ltrim","p":"Redis.html#method_ltrim","d":"

    Trim a list to a subrange of elements.

    "},{"t":"M","n":"Redis::mget","p":"Redis.html#method_mget","d":"

    Get one ore more string keys.

    "},{"t":"M","n":"Redis::migrate","p":"Redis.html#method_migrate","d":null},{"t":"M","n":"Redis::move","p":"Redis.html#method_move","d":"

    Move a key to a different database on the same redis instance.

    "},{"t":"M","n":"Redis::mset","p":"Redis.html#method_mset","d":"

    Set one ore more string keys.

    "},{"t":"M","n":"Redis::msetnx","p":"Redis.html#method_msetnx","d":"

    Set one ore more string keys but only if none of the key exist.

    "},{"t":"M","n":"Redis::multi","p":"Redis.html#method_multi","d":"

    Begin a transaction.

    "},{"t":"M","n":"Redis::object","p":"Redis.html#method_object","d":null},{"t":"M","n":"Redis::open","p":"Redis.html#method_open","d":""},{"t":"M","n":"Redis::pconnect","p":"Redis.html#method_pconnect","d":null},{"t":"M","n":"Redis::persist","p":"Redis.html#method_persist","d":"

    Remove the expiration from a key.

    "},{"t":"M","n":"Redis::pexpire","p":"Redis.html#method_pexpire","d":"

    Sets an expiration in milliseconds on a given key. If connected to Redis >= 7.0.0\nyou can pass an optional mode argument that modifies how the command will execute.

    "},{"t":"M","n":"Redis::pexpireAt","p":"Redis.html#method_pexpireAt","d":"

    Set a key's expiration to a specific Unix Timestamp in milliseconds. If connected to\nRedis >= 7.0.0 you can pass an optional 'mode' argument.

    "},{"t":"M","n":"Redis::pfadd","p":"Redis.html#method_pfadd","d":"

    Add one or more elements to a Redis HyperLogLog key

    "},{"t":"M","n":"Redis::pfcount","p":"Redis.html#method_pfcount","d":"

    Retrieve the cardinality of a Redis HyperLogLog key.

    "},{"t":"M","n":"Redis::pfmerge","p":"Redis.html#method_pfmerge","d":"

    Merge one or more source HyperLogLog sets into a destination set.

    "},{"t":"M","n":"Redis::ping","p":"Redis.html#method_ping","d":"

    PING the redis server with an optional string argument.

    "},{"t":"M","n":"Redis::pipeline","p":"Redis.html#method_pipeline","d":"

    Enter into pipeline mode.

    "},{"t":"M","n":"Redis::popen","p":"Redis.html#method_popen","d":""},{"t":"M","n":"Redis::psetex","p":"Redis.html#method_psetex","d":"

    Set a key with an expiration time in milliseconds

    "},{"t":"M","n":"Redis::psubscribe","p":"Redis.html#method_psubscribe","d":"

    Subscribe to one or more glob-style patterns

    "},{"t":"M","n":"Redis::pttl","p":"Redis.html#method_pttl","d":"

    Get a keys time to live in milliseconds.

    "},{"t":"M","n":"Redis::publish","p":"Redis.html#method_publish","d":"

    Publish a message to a pubsub channel

    "},{"t":"M","n":"Redis::pubsub","p":"Redis.html#method_pubsub","d":null},{"t":"M","n":"Redis::punsubscribe","p":"Redis.html#method_punsubscribe","d":"

    Unsubscribe from one or more channels by pattern

    "},{"t":"M","n":"Redis::rPop","p":"Redis.html#method_rPop","d":"

    Pop one or more elements from the end of a list.

    "},{"t":"M","n":"Redis::randomKey","p":"Redis.html#method_randomKey","d":"

    Return a random key from the current database

    "},{"t":"M","n":"Redis::rawcommand","p":"Redis.html#method_rawcommand","d":"

    Execute any arbitrary Redis command by name.

    "},{"t":"M","n":"Redis::rename","p":"Redis.html#method_rename","d":"

    Unconditionally rename a key from $old_name to $new_name

    "},{"t":"M","n":"Redis::renameNx","p":"Redis.html#method_renameNx","d":"

    Renames $key_src to $key_dst but only if newkey does not exist.

    "},{"t":"M","n":"Redis::reset","p":"Redis.html#method_reset","d":"

    Reset the state of the connection.

    "},{"t":"M","n":"Redis::restore","p":"Redis.html#method_restore","d":"

    Restore a key by the binary payload generated by the DUMP command.

    "},{"t":"M","n":"Redis::role","p":"Redis.html#method_role","d":"

    Query whether the connected instance is a primary or replica

    "},{"t":"M","n":"Redis::rpoplpush","p":"Redis.html#method_rpoplpush","d":"

    Atomically pop an element off the end of a Redis LIST and push it to the beginning of\nanother.

    "},{"t":"M","n":"Redis::sAdd","p":"Redis.html#method_sAdd","d":"

    Add one or more values to a Redis SET key.

    "},{"t":"M","n":"Redis::sAddArray","p":"Redis.html#method_sAddArray","d":"

    Add one ore more values to a Redis SET key. This is an alternative to Redis::sadd() but\ninstead of being variadic, takes a single array of values.

    "},{"t":"M","n":"Redis::sDiff","p":"Redis.html#method_sDiff","d":"

    Given one or more Redis SETS, this command returns all of the members from the first\nset that are not in any subsequent set.

    "},{"t":"M","n":"Redis::sDiffStore","p":"Redis.html#method_sDiffStore","d":"

    This method performs the same operation as SDIFF except it stores the resulting diff\nvalues in a specified destination key.

    "},{"t":"M","n":"Redis::sInter","p":"Redis.html#method_sInter","d":"

    Given one or more Redis SET keys, this command will return all of the elements that are\nin every one.

    "},{"t":"M","n":"Redis::sintercard","p":"Redis.html#method_sintercard","d":"

    Compute the intersection of one or more sets and return the cardinality of the result.

    "},{"t":"M","n":"Redis::sInterStore","p":"Redis.html#method_sInterStore","d":"

    Perform the intersection of one or more Redis SETs, storing the result in a destination\nkey, rather than returning them.

    "},{"t":"M","n":"Redis::sMembers","p":"Redis.html#method_sMembers","d":"

    Retrieve every member from a set key.

    "},{"t":"M","n":"Redis::sMisMember","p":"Redis.html#method_sMisMember","d":"

    Check if one or more values are members of a set.

    "},{"t":"M","n":"Redis::sMove","p":"Redis.html#method_sMove","d":"

    Pop a member from one set and push it onto another. This command will create the\ndestination set if it does not currently exist.

    "},{"t":"M","n":"Redis::sPop","p":"Redis.html#method_sPop","d":"

    Remove one or more elements from a set.

    "},{"t":"M","n":"Redis::sRandMember","p":"Redis.html#method_sRandMember","d":"

    Retrieve one or more random members of a set.

    "},{"t":"M","n":"Redis::sUnion","p":"Redis.html#method_sUnion","d":"

    Returns the union of one or more Redis SET keys.

    "},{"t":"M","n":"Redis::sUnionStore","p":"Redis.html#method_sUnionStore","d":"

    Perform a union of one or more Redis SET keys and store the result in a new set

    "},{"t":"M","n":"Redis::save","p":"Redis.html#method_save","d":"

    Persist the Redis database to disk. This command will block the server until the save is\ncompleted. For a nonblocking alternative, see Redis::bgsave().

    "},{"t":"M","n":"Redis::scan","p":"Redis.html#method_scan","d":"

    Incrementally scan the Redis keyspace, with optional pattern and type matching.

    "},{"t":"M","n":"Redis::scard","p":"Redis.html#method_scard","d":"

    Retrieve the number of members in a Redis set.

    "},{"t":"M","n":"Redis::script","p":"Redis.html#method_script","d":"

    An administrative command used to interact with LUA scripts stored on the server.

    "},{"t":"M","n":"Redis::select","p":"Redis.html#method_select","d":"

    Select a specific Redis database.

    "},{"t":"M","n":"Redis::set","p":"Redis.html#method_set","d":"

    Create or set a Redis STRING key to a value.

    "},{"t":"M","n":"Redis::setBit","p":"Redis.html#method_setBit","d":"

    Set a specific bit in a Redis string to zero or one

    "},{"t":"M","n":"Redis::setRange","p":"Redis.html#method_setRange","d":"

    Update or append to a Redis string at a specific starting index

    "},{"t":"M","n":"Redis::setOption","p":"Redis.html#method_setOption","d":"

    Set a configurable option on the Redis object.

    "},{"t":"M","n":"Redis::setex","p":"Redis.html#method_setex","d":"

    Set a Redis STRING key with a specific expiration in seconds.

    "},{"t":"M","n":"Redis::setnx","p":"Redis.html#method_setnx","d":"

    Set a key to a value, but only if that key does not already exist.

    "},{"t":"M","n":"Redis::sismember","p":"Redis.html#method_sismember","d":"

    Check whether a given value is the member of a Redis SET.

    "},{"t":"M","n":"Redis::slaveof","p":"Redis.html#method_slaveof","d":"

    Turn a redis instance into a replica of another or promote a replica\nto a primary.

    "},{"t":"M","n":"Redis::replicaof","p":"Redis.html#method_replicaof","d":"

    Used to turn a Redis instance into a replica of another, or to remove\nreplica status promoting the instance to a primary.

    "},{"t":"M","n":"Redis::touch","p":"Redis.html#method_touch","d":"

    Update one or more keys last modified metadata.

    "},{"t":"M","n":"Redis::slowlog","p":"Redis.html#method_slowlog","d":"

    Interact with Redis' slowlog functionality in various ways, depending\non the value of 'operation'.

    "},{"t":"M","n":"Redis::sort","p":"Redis.html#method_sort","d":"

    Sort the contents of a Redis key in various ways.

    "},{"t":"M","n":"Redis::sort_ro","p":"Redis.html#method_sort_ro","d":"

    This is simply a read-only variant of the sort command

    "},{"t":"M","n":"Redis::sortAsc","p":"Redis.html#method_sortAsc","d":""},{"t":"M","n":"Redis::sortAscAlpha","p":"Redis.html#method_sortAscAlpha","d":""},{"t":"M","n":"Redis::sortDesc","p":"Redis.html#method_sortDesc","d":""},{"t":"M","n":"Redis::sortDescAlpha","p":"Redis.html#method_sortDescAlpha","d":""},{"t":"M","n":"Redis::srem","p":"Redis.html#method_srem","d":"

    Remove one or more values from a Redis SET key.

    "},{"t":"M","n":"Redis::sscan","p":"Redis.html#method_sscan","d":"

    Scan the members of a redis SET key.

    "},{"t":"M","n":"Redis::ssubscribe","p":"Redis.html#method_ssubscribe","d":"

    Subscribes the client to the specified shard channels.

    "},{"t":"M","n":"Redis::strlen","p":"Redis.html#method_strlen","d":"

    Retrieve the length of a Redis STRING key.

    "},{"t":"M","n":"Redis::subscribe","p":"Redis.html#method_subscribe","d":"

    Subscribe to one or more Redis pubsub channels.

    "},{"t":"M","n":"Redis::sunsubscribe","p":"Redis.html#method_sunsubscribe","d":"

    Unsubscribes the client from the given shard channels,\nor from all of them if none is given.

    "},{"t":"M","n":"Redis::swapdb","p":"Redis.html#method_swapdb","d":"

    Atomically swap two Redis databases so that all of the keys in the source database will\nnow be in the destination database and vice-versa.

    "},{"t":"M","n":"Redis::time","p":"Redis.html#method_time","d":"

    Retrieve the server time from the connected Redis instance.

    "},{"t":"M","n":"Redis::ttl","p":"Redis.html#method_ttl","d":"

    Get the amount of time a Redis key has before it will expire, in seconds.

    "},{"t":"M","n":"Redis::type","p":"Redis.html#method_type","d":"

    Get the type of a given Redis key.

    "},{"t":"M","n":"Redis::unlink","p":"Redis.html#method_unlink","d":"

    Delete one or more keys from the Redis database. Unlike this operation, the actual\ndeletion is asynchronous, meaning it is safe to delete large keys without fear of\nRedis blocking for a long period of time.

    "},{"t":"M","n":"Redis::unsubscribe","p":"Redis.html#method_unsubscribe","d":"

    Unsubscribe from one or more subscribed channels.

    "},{"t":"M","n":"Redis::unwatch","p":"Redis.html#method_unwatch","d":"

    Remove any previously WATCH'ed keys in a transaction.

    "},{"t":"M","n":"Redis::watch","p":"Redis.html#method_watch","d":"

    Watch one or more keys for conditional execution of a transaction.

    "},{"t":"M","n":"Redis::wait","p":"Redis.html#method_wait","d":"

    Block the client up to the provided timeout until a certain number of replicas have confirmed\nrecieving them.

    "},{"t":"M","n":"Redis::xack","p":"Redis.html#method_xack","d":"

    Acknowledge one ore more messages that are pending (have been consumed using XREADGROUP but\nnot yet acknowledged by XACK.)

    "},{"t":"M","n":"Redis::xadd","p":"Redis.html#method_xadd","d":"

    Append a message to a stream.

    "},{"t":"M","n":"Redis::xautoclaim","p":"Redis.html#method_xautoclaim","d":"

    This command allows a consumer to claim pending messages that have been idle for a specified period of time.

    "},{"t":"M","n":"Redis::xclaim","p":"Redis.html#method_xclaim","d":"

    This method allows a consumer to take ownership of pending stream entries, by ID. Another\ncommand that does much the same thing but does not require passing specific IDs is Redis::xAutoClaim.

    "},{"t":"M","n":"Redis::xdel","p":"Redis.html#method_xdel","d":"

    Remove one or more specific IDs from a stream.

    "},{"t":"M","n":"Redis::xgroup","p":"Redis.html#method_xgroup","d":"

    XGROUP\nPerform various operation on consumer groups for a particular Redis STREAM. What the command does\nis primarily based on which operation is passed.

    "},{"t":"M","n":"Redis::xinfo","p":"Redis.html#method_xinfo","d":"

    Retrieve information about a stream key.

    "},{"t":"M","n":"Redis::xlen","p":"Redis.html#method_xlen","d":"

    Get the number of messages in a Redis STREAM key.

    "},{"t":"M","n":"Redis::xpending","p":"Redis.html#method_xpending","d":"

    Interact with stream messages that have been consumed by a consumer group but not yet\nacknowledged with XACK.

    "},{"t":"M","n":"Redis::xrange","p":"Redis.html#method_xrange","d":"

    Get a range of entries from a STREAM key.

    "},{"t":"M","n":"Redis::xread","p":"Redis.html#method_xread","d":"

    Consume one or more unconsumed elements in one or more streams.

    "},{"t":"M","n":"Redis::xreadgroup","p":"Redis.html#method_xreadgroup","d":"

    Read one or more messages using a consumer group.

    "},{"t":"M","n":"Redis::xrevrange","p":"Redis.html#method_xrevrange","d":"

    Get a range of entries from a STREAM ke in reverse cronological order.

    "},{"t":"M","n":"Redis::xtrim","p":"Redis.html#method_xtrim","d":"

    Truncate a STREAM key in various ways.

    "},{"t":"M","n":"Redis::zAdd","p":"Redis.html#method_zAdd","d":"

    Add one or more elements and scores to a Redis sorted set.

    "},{"t":"M","n":"Redis::zCard","p":"Redis.html#method_zCard","d":"

    Return the number of elements in a sorted set.

    "},{"t":"M","n":"Redis::zCount","p":"Redis.html#method_zCount","d":"

    Count the number of members in a sorted set with scores inside a provided range.

    "},{"t":"M","n":"Redis::zIncrBy","p":"Redis.html#method_zIncrBy","d":"

    Create or increment the score of a member in a Redis sorted set

    "},{"t":"M","n":"Redis::zLexCount","p":"Redis.html#method_zLexCount","d":"

    Count the number of elements in a sorted set whos members fall within the provided\nlexographical range.

    "},{"t":"M","n":"Redis::zMscore","p":"Redis.html#method_zMscore","d":"

    Retrieve the score of one or more members in a sorted set.

    "},{"t":"M","n":"Redis::zPopMax","p":"Redis.html#method_zPopMax","d":"

    Pop one or more of the highest scoring elements from a sorted set.

    "},{"t":"M","n":"Redis::zPopMin","p":"Redis.html#method_zPopMin","d":"

    Pop one or more of the lowest scoring elements from a sorted set.

    "},{"t":"M","n":"Redis::zRange","p":"Redis.html#method_zRange","d":"

    Retrieve a range of elements of a sorted set between a start and end point.

    "},{"t":"M","n":"Redis::zRangeByLex","p":"Redis.html#method_zRangeByLex","d":"

    Retrieve a range of elements from a sorted set by legographical range.

    "},{"t":"M","n":"Redis::zRangeByScore","p":"Redis.html#method_zRangeByScore","d":"

    Retrieve a range of members from a sorted set by their score.

    "},{"t":"M","n":"Redis::zrangestore","p":"Redis.html#method_zrangestore","d":"

    This command is similar to ZRANGE except that instead of returning the values directly\nit will store them in a destination key provided by the user

    "},{"t":"M","n":"Redis::zRandMember","p":"Redis.html#method_zRandMember","d":"

    Retrieve one or more random members from a Redis sorted set.

    "},{"t":"M","n":"Redis::zRank","p":"Redis.html#method_zRank","d":"

    Get the rank of a member of a sorted set, by score.

    "},{"t":"M","n":"Redis::zRem","p":"Redis.html#method_zRem","d":"

    Remove one or more members from a Redis sorted set.

    "},{"t":"M","n":"Redis::zRemRangeByLex","p":"Redis.html#method_zRemRangeByLex","d":"

    Remove zero or more elements from a Redis sorted set by legographical range.

    "},{"t":"M","n":"Redis::zRemRangeByRank","p":"Redis.html#method_zRemRangeByRank","d":"

    Remove one or more members of a sorted set by their rank.

    "},{"t":"M","n":"Redis::zRemRangeByScore","p":"Redis.html#method_zRemRangeByScore","d":"

    Remove one or more members of a sorted set by their score.

    "},{"t":"M","n":"Redis::zRevRange","p":"Redis.html#method_zRevRange","d":"

    List the members of a Redis sorted set in reverse order

    "},{"t":"M","n":"Redis::zRevRangeByLex","p":"Redis.html#method_zRevRangeByLex","d":"

    List members of a Redis sorted set within a legographical range, in reverse order.

    "},{"t":"M","n":"Redis::zRevRangeByScore","p":"Redis.html#method_zRevRangeByScore","d":"

    List elements from a Redis sorted set by score, highest to lowest

    "},{"t":"M","n":"Redis::zRevRank","p":"Redis.html#method_zRevRank","d":"

    Retrieve a member of a sorted set by reverse rank.

    "},{"t":"M","n":"Redis::zScore","p":"Redis.html#method_zScore","d":"

    Get the score of a member of a sorted set.

    "},{"t":"M","n":"Redis::zdiff","p":"Redis.html#method_zdiff","d":"

    Given one or more sorted set key names, return every element that is in the first\nset but not any of the others.

    "},{"t":"M","n":"Redis::zdiffstore","p":"Redis.html#method_zdiffstore","d":"

    Store the difference of one or more sorted sets in a destination sorted set.

    "},{"t":"M","n":"Redis::zinter","p":"Redis.html#method_zinter","d":"

    Compute the intersection of one or more sorted sets and return the members

    "},{"t":"M","n":"Redis::zintercard","p":"Redis.html#method_zintercard","d":"

    Similar to ZINTER but instead of returning the intersected values, this command returns the\ncardinality of the intersected set.

    "},{"t":"M","n":"Redis::zinterstore","p":"Redis.html#method_zinterstore","d":"

    Compute the intersection of one ore more sorted sets storing the result in a new sorted set.

    "},{"t":"M","n":"Redis::zscan","p":"Redis.html#method_zscan","d":"

    Scan the members of a sorted set incrementally, using a cursor

    "},{"t":"M","n":"Redis::zunion","p":"Redis.html#method_zunion","d":"

    Retrieve the union of one or more sorted sets

    "},{"t":"M","n":"Redis::zunionstore","p":"Redis.html#method_zunionstore","d":"

    Perform a union on one or more Redis sets and store the result in a destination sorted set.

    "},{"t":"M","n":"RedisArray::__construct","p":"RedisArray.html#method___construct","d":"Constructor"},{"t":"M","n":"RedisArray::_continuum","p":"RedisArray.html#method__continuum","d":""},{"t":"M","n":"RedisArray::_distributor","p":"RedisArray.html#method__distributor","d":""},{"t":"M","n":"RedisArray::_function","p":"RedisArray.html#method__function","d":""},{"t":"M","n":"RedisArray::_hosts","p":"RedisArray.html#method__hosts","d":""},{"t":"M","n":"RedisArray::_instance","p":"RedisArray.html#method__instance","d":""},{"t":"M","n":"RedisArray::_rehash","p":"RedisArray.html#method__rehash","d":"

    Use this function when a new node is added and keys need to be rehashed.

    "},{"t":"M","n":"RedisArray::_target","p":"RedisArray.html#method__target","d":""},{"t":"M","n":"RedisArray::multi","p":"RedisArray.html#method_multi","d":""},{"t":"M","n":"RedisArray::info","p":"RedisArray.html#method_info","d":"

    Returns a hosts array of associative array of strings and integers, with the following keys:

    \n
      \n
    • redis_version
    • \n
    • redis_git_sha1
    • \n
    • redis_git_dirty
    • \n
    • redis_build_id
    • \n
    • redis_mode
    • \n
    • os
    • \n
    • arch_bits
    • \n
    • multiplexing_api
    • \n
    • atomicvar_api
    • \n
    • gcc_version
    • \n
    • process_id
    • \n
    • run_id
    • \n
    • tcp_port
    • \n
    • uptime_in_seconds
    • \n
    • uptime_in_days
    • \n
    • hz
    • \n
    • lru_clock
    • \n
    • executable
    • \n
    • config_file
    • \n
    • connected_clients
    • \n
    • client_longest_output_list
    • \n
    • client_biggest_input_buf
    • \n
    • blocked_clients
    • \n
    • used_memory
    • \n
    • used_memory_human
    • \n
    • used_memory_rss
    • \n
    • used_memory_rss_human
    • \n
    • used_memory_peak
    • \n
    • used_memory_peak_human
    • \n
    • used_memory_peak_perc
    • \n
    • used_memory_peak
    • \n
    • used_memory_overhead
    • \n
    • used_memory_startup
    • \n
    • used_memory_dataset
    • \n
    • used_memory_dataset_perc
    • \n
    • total_system_memory
    • \n
    • total_system_memory_human
    • \n
    • used_memory_lua
    • \n
    • used_memory_lua_human
    • \n
    • maxmemory
    • \n
    • maxmemory_human
    • \n
    • maxmemory_policy
    • \n
    • mem_fragmentation_ratio
    • \n
    • mem_allocator
    • \n
    • active_defrag_running
    • \n
    • lazyfree_pending_objects
    • \n
    • mem_fragmentation_ratio
    • \n
    • loading
    • \n
    • rdb_changes_since_last_save
    • \n
    • rdb_bgsave_in_progress
    • \n
    • rdb_last_save_time
    • \n
    • rdb_last_bgsave_status
    • \n
    • rdb_last_bgsave_time_sec
    • \n
    • rdb_current_bgsave_time_sec
    • \n
    • rdb_last_cow_size
    • \n
    • aof_enabled
    • \n
    • aof_rewrite_in_progress
    • \n
    • aof_rewrite_scheduled
    • \n
    • aof_last_rewrite_time_sec
    • \n
    • aof_current_rewrite_time_sec
    • \n
    • aof_last_bgrewrite_status
    • \n
    • aof_last_write_status
    • \n
    • aof_last_cow_size
    • \n
    • changes_since_last_save
    • \n
    • aof_current_size
    • \n
    • aof_base_size
    • \n
    • aof_pending_rewrite
    • \n
    • aof_buffer_length
    • \n
    • aof_rewrite_buffer_length
    • \n
    • aof_pending_bio_fsync
    • \n
    • aof_delayed_fsync
    • \n
    • loading_start_time
    • \n
    • loading_total_bytes
    • \n
    • loading_loaded_bytes
    • \n
    • loading_loaded_perc
    • \n
    • loading_eta_seconds
    • \n
    • total_connections_received
    • \n
    • total_commands_processed
    • \n
    • instantaneous_ops_per_sec
    • \n
    • total_net_input_bytes
    • \n
    • total_net_output_bytes
    • \n
    • instantaneous_input_kbps
    • \n
    • instantaneous_output_kbps
    • \n
    • rejected_connections
    • \n
    • maxclients
    • \n
    • sync_full
    • \n
    • sync_partial_ok
    • \n
    • sync_partial_err
    • \n
    • expired_keys
    • \n
    • evicted_keys
    • \n
    • keyspace_hits
    • \n
    • keyspace_misses
    • \n
    • pubsub_channels
    • \n
    • pubsub_patterns
    • \n
    • latest_fork_usec
    • \n
    • migrate_cached_sockets
    • \n
    • slave_expires_tracked_keys
    • \n
    • active_defrag_hits
    • \n
    • active_defrag_misses
    • \n
    • active_defrag_key_hits
    • \n
    • active_defrag_key_misses
    • \n
    • role
    • \n
    • master_replid
    • \n
    • master_replid2
    • \n
    • master_repl_offset
    • \n
    • second_repl_offset
    • \n
    • repl_backlog_active
    • \n
    • repl_backlog_size
    • \n
    • repl_backlog_first_byte_offset
    • \n
    • repl_backlog_histlen
    • \n
    • master_host
    • \n
    • master_port
    • \n
    • master_link_status
    • \n
    • master_last_io_seconds_ago
    • \n
    • master_sync_in_progress
    • \n
    • slave_repl_offset
    • \n
    • slave_priority
    • \n
    • slave_read_only
    • \n
    • master_sync_left_bytes
    • \n
    • master_sync_last_io_seconds_ago
    • \n
    • master_link_down_since_seconds
    • \n
    • connected_slaves
    • \n
    • min-slaves-to-write
    • \n
    • min-replicas-to-write
    • \n
    • min_slaves_good_slaves
    • \n
    • used_cpu_sys
    • \n
    • used_cpu_user
    • \n
    • used_cpu_sys_children
    • \n
    • used_cpu_user_children
    • \n
    • cluster_enabled
    • \n
    "},{"t":"M","n":"RedisCluster::__construct","p":"RedisCluster.html#method___construct","d":"

    Creates a Redis Cluster client

    "},{"t":"M","n":"RedisCluster::close","p":"RedisCluster.html#method_close","d":"

    Disconnects from the RedisCluster instance, except when pconnect is used.

    "},{"t":"M","n":"RedisCluster::get","p":"RedisCluster.html#method_get","d":"

    Get the value related to the specified key

    "},{"t":"M","n":"RedisCluster::set","p":"RedisCluster.html#method_set","d":"

    Set the string value in argument as value of the key.

    "},{"t":"M","n":"RedisCluster::mget","p":"RedisCluster.html#method_mget","d":"

    Returns the values of all specified keys.

    "},{"t":"M","n":"RedisCluster::mset","p":"RedisCluster.html#method_mset","d":"

    Sets multiple key-value pairs in one atomic command.

    "},{"t":"M","n":"RedisCluster::msetnx","p":"RedisCluster.html#method_msetnx","d":""},{"t":"M","n":"RedisCluster::del","p":"RedisCluster.html#method_del","d":"

    Remove specified keys.

    "},{"t":"M","n":"RedisCluster::setex","p":"RedisCluster.html#method_setex","d":"

    Set the string value in argument as value of the key, with a time to live.

    "},{"t":"M","n":"RedisCluster::psetex","p":"RedisCluster.html#method_psetex","d":"

    PSETEX works exactly like SETEX with the sole difference that the expire time is specified in milliseconds\ninstead of seconds.

    "},{"t":"M","n":"RedisCluster::setnx","p":"RedisCluster.html#method_setnx","d":"

    Set the string value in argument as value of the key if the key doesn't already exist in the database.

    "},{"t":"M","n":"RedisCluster::getSet","p":"RedisCluster.html#method_getSet","d":"

    Sets a value and returns the previous entry at that key.

    "},{"t":"M","n":"RedisCluster::exists","p":"RedisCluster.html#method_exists","d":"

    Verify if the specified key exists.

    "},{"t":"M","n":"RedisCluster::keys","p":"RedisCluster.html#method_keys","d":"

    Returns the keys that match a certain pattern.

    "},{"t":"M","n":"RedisCluster::type","p":"RedisCluster.html#method_type","d":"

    Returns the type of data pointed by a given key.

    "},{"t":"M","n":"RedisCluster::lPop","p":"RedisCluster.html#method_lPop","d":"

    Returns and removes the first element of the list.

    "},{"t":"M","n":"RedisCluster::rPop","p":"RedisCluster.html#method_rPop","d":"

    Returns and removes the last element of the list.

    "},{"t":"M","n":"RedisCluster::lSet","p":"RedisCluster.html#method_lSet","d":"

    Set the list at index with the new value.

    "},{"t":"M","n":"RedisCluster::sPop","p":"RedisCluster.html#method_sPop","d":"

    Removes and returns a random element from the set value at Key.

    "},{"t":"M","n":"RedisCluster::lPush","p":"RedisCluster.html#method_lPush","d":"

    Adds the string values to the head (left) of the list. Creates the list if the key didn't exist.

    "},{"t":"M","n":"RedisCluster::rPush","p":"RedisCluster.html#method_rPush","d":"

    Adds the string values to the tail (right) of the list. Creates the list if the key didn't exist.

    "},{"t":"M","n":"RedisCluster::blPop","p":"RedisCluster.html#method_blPop","d":"

    BLPOP is a blocking list pop primitive.

    "},{"t":"M","n":"RedisCluster::brPop","p":"RedisCluster.html#method_brPop","d":"

    BRPOP is a blocking list pop primitive.

    "},{"t":"M","n":"RedisCluster::rPushx","p":"RedisCluster.html#method_rPushx","d":"

    Adds the string value to the tail (right) of the list if the ist exists. FALSE in case of Failure.

    "},{"t":"M","n":"RedisCluster::lPushx","p":"RedisCluster.html#method_lPushx","d":"

    Adds the string value to the head (left) of the list if the list exists.

    "},{"t":"M","n":"RedisCluster::lInsert","p":"RedisCluster.html#method_lInsert","d":"

    Insert value in the list before or after the pivot value. the parameter options\nspecify the position of the insert (before or after). If the list didn't exists,\nor the pivot didn't exists, the value is not inserted.

    "},{"t":"M","n":"RedisCluster::lIndex","p":"RedisCluster.html#method_lIndex","d":"

    Return the specified element of the list stored at the specified key.

    "},{"t":"M","n":"RedisCluster::lRem","p":"RedisCluster.html#method_lRem","d":"

    Removes the first count occurrences of the value element from the list.

    "},{"t":"M","n":"RedisCluster::brpoplpush","p":"RedisCluster.html#method_brpoplpush","d":"

    A blocking version of rpoplpush, with an integral timeout in the third parameter.

    "},{"t":"M","n":"RedisCluster::rpoplpush","p":"RedisCluster.html#method_rpoplpush","d":"

    Pops a value from the tail of a list, and pushes it to the front of another list.

    "},{"t":"M","n":"RedisCluster::lLen","p":"RedisCluster.html#method_lLen","d":"

    Returns the size of a list identified by Key. If the list didn't exist or is empty,\nthe command returns 0. If the data type identified by Key is not a list, the command return FALSE.

    "},{"t":"M","n":"RedisCluster::sCard","p":"RedisCluster.html#method_sCard","d":"

    Returns the set cardinality (number of elements) of the set stored at key.

    "},{"t":"M","n":"RedisCluster::sMembers","p":"RedisCluster.html#method_sMembers","d":"

    Returns all the members of the set value stored at key.

    "},{"t":"M","n":"RedisCluster::sIsMember","p":"RedisCluster.html#method_sIsMember","d":"

    Returns if member is a member of the set stored at key.

    "},{"t":"M","n":"RedisCluster::sAdd","p":"RedisCluster.html#method_sAdd","d":"

    Adds a values to the set value stored at key.

    "},{"t":"M","n":"RedisCluster::sAddArray","p":"RedisCluster.html#method_sAddArray","d":"

    Adds a values to the set value stored at key.

    "},{"t":"M","n":"RedisCluster::sRem","p":"RedisCluster.html#method_sRem","d":"

    Removes the specified members from the set value stored at key.

    "},{"t":"M","n":"RedisCluster::sUnion","p":"RedisCluster.html#method_sUnion","d":"

    Performs the union between N sets and returns it.

    "},{"t":"M","n":"RedisCluster::sUnionStore","p":"RedisCluster.html#method_sUnionStore","d":"

    Performs the same action as sUnion, but stores the result in the first key

    "},{"t":"M","n":"RedisCluster::sInter","p":"RedisCluster.html#method_sInter","d":"

    Returns the members of a set resulting from the intersection of all the sets\nheld at the specified keys. If just a single key is specified, then this command\nproduces the members of this set. If one of the keys is missing, FALSE is returned.

    "},{"t":"M","n":"RedisCluster::sInterStore","p":"RedisCluster.html#method_sInterStore","d":"

    Performs a sInter command and stores the result in a new set.

    "},{"t":"M","n":"RedisCluster::sDiff","p":"RedisCluster.html#method_sDiff","d":"

    Performs the difference between N sets and returns it.

    "},{"t":"M","n":"RedisCluster::sDiffStore","p":"RedisCluster.html#method_sDiffStore","d":"

    Performs the same action as sDiff, but stores the result in the first key

    "},{"t":"M","n":"RedisCluster::sRandMember","p":"RedisCluster.html#method_sRandMember","d":"

    Returns a random element(s) from the set value at Key, without removing it.

    "},{"t":"M","n":"RedisCluster::strlen","p":"RedisCluster.html#method_strlen","d":"

    Get the length of a string value.

    "},{"t":"M","n":"RedisCluster::persist","p":"RedisCluster.html#method_persist","d":"

    Remove the expiration timer from a key.

    "},{"t":"M","n":"RedisCluster::ttl","p":"RedisCluster.html#method_ttl","d":"

    Returns the remaining time to live of a key that has a timeout.

    "},{"t":"M","n":"RedisCluster::pttl","p":"RedisCluster.html#method_pttl","d":"

    Returns the remaining time to live of a key that has an expire set,\nwith the sole difference that TTL returns the amount of remaining time in seconds while PTTL returns it in\nmilliseconds. In Redis 2.6 or older the command returns -1 if the key does not exist or if the key exist but has\nno associated expire. Starting with Redis 2.8 the return value in case of error changed: Returns -2 if the key\ndoes not exist. Returns -1 if the key exists but has no associated expire.

    "},{"t":"M","n":"RedisCluster::zCard","p":"RedisCluster.html#method_zCard","d":"

    Returns the cardinality of an ordered set.

    "},{"t":"M","n":"RedisCluster::zCount","p":"RedisCluster.html#method_zCount","d":"

    Returns the number of elements of the sorted set stored at the specified key which have\nscores in the range [start,end]. Adding a parenthesis before start or end excludes it\nfrom the range. +inf and -inf are also valid limits.

    "},{"t":"M","n":"RedisCluster::zRemRangeByScore","p":"RedisCluster.html#method_zRemRangeByScore","d":"

    Deletes the elements of the sorted set stored at the specified key which have scores in the range [start,end].

    "},{"t":"M","n":"RedisCluster::zScore","p":"RedisCluster.html#method_zScore","d":"

    Returns the score of a given member in the specified sorted set.

    "},{"t":"M","n":"RedisCluster::zAdd","p":"RedisCluster.html#method_zAdd","d":"

    Adds the specified member with a given score to the sorted set stored at key.

    "},{"t":"M","n":"RedisCluster::zIncrBy","p":"RedisCluster.html#method_zIncrBy","d":"

    Increments the score of a member from a sorted set by a given amount.

    "},{"t":"M","n":"RedisCluster::hLen","p":"RedisCluster.html#method_hLen","d":"

    Returns the length of a hash, in number of items

    "},{"t":"M","n":"RedisCluster::hKeys","p":"RedisCluster.html#method_hKeys","d":"

    Returns the keys in a hash, as an array of strings.

    "},{"t":"M","n":"RedisCluster::hVals","p":"RedisCluster.html#method_hVals","d":"

    Returns the values in a hash, as an array of strings.

    "},{"t":"M","n":"RedisCluster::hGet","p":"RedisCluster.html#method_hGet","d":"

    Gets a value from the hash stored at key.

    "},{"t":"M","n":"RedisCluster::hGetAll","p":"RedisCluster.html#method_hGetAll","d":"

    Returns the whole hash, as an array of strings indexed by strings.

    "},{"t":"M","n":"RedisCluster::hExists","p":"RedisCluster.html#method_hExists","d":"

    Verify if the specified member exists in a key.

    "},{"t":"M","n":"RedisCluster::hIncrBy","p":"RedisCluster.html#method_hIncrBy","d":"

    Increments the value of a member from a hash by a given amount.

    "},{"t":"M","n":"RedisCluster::hSet","p":"RedisCluster.html#method_hSet","d":"

    Adds a value to the hash stored at key. If this value is already in the hash, FALSE is returned.

    "},{"t":"M","n":"RedisCluster::hSetNx","p":"RedisCluster.html#method_hSetNx","d":"

    Adds a value to the hash stored at key only if this field isn't already in the hash.

    "},{"t":"M","n":"RedisCluster::hMGet","p":"RedisCluster.html#method_hMGet","d":"

    Retrieve the values associated to the specified fields in the hash.

    "},{"t":"M","n":"RedisCluster::hMSet","p":"RedisCluster.html#method_hMSet","d":"

    Fills in a whole hash. Non-string values are converted to string, using the standard (string) cast.

    "},{"t":"M","n":"RedisCluster::hDel","p":"RedisCluster.html#method_hDel","d":"

    Removes a values from the hash stored at key.

    "},{"t":"M","n":"RedisCluster::hIncrByFloat","p":"RedisCluster.html#method_hIncrByFloat","d":"

    Increment the float value of a hash field by the given amount

    "},{"t":"M","n":"RedisCluster::dump","p":"RedisCluster.html#method_dump","d":"

    Dump a key out of a redis database, the value of which can later be passed into redis using the RESTORE command.

    "},{"t":"M","n":"RedisCluster::zRank","p":"RedisCluster.html#method_zRank","d":"

    Returns the rank of a given member in the specified sorted set, starting at 0 for the item\nwith the smallest score. zRevRank starts at 0 for the item with the largest score.

    "},{"t":"M","n":"RedisCluster::zRevRank","p":"RedisCluster.html#method_zRevRank","d":""},{"t":"M","n":"RedisCluster::incr","p":"RedisCluster.html#method_incr","d":"

    Increment the number stored at key by one.

    "},{"t":"M","n":"RedisCluster::decr","p":"RedisCluster.html#method_decr","d":"

    Decrement the number stored at key by one.

    "},{"t":"M","n":"RedisCluster::incrBy","p":"RedisCluster.html#method_incrBy","d":"

    Increment the number stored at key by one. If the second argument is filled, it will be used as the integer\nvalue of the increment.

    "},{"t":"M","n":"RedisCluster::decrBy","p":"RedisCluster.html#method_decrBy","d":"

    Decrement the number stored at key by one. If the second argument is filled, it will be used as the integer\nvalue of the decrement.

    "},{"t":"M","n":"RedisCluster::incrByFloat","p":"RedisCluster.html#method_incrByFloat","d":"

    Increment the float value of a key by the given amount

    "},{"t":"M","n":"RedisCluster::expire","p":"RedisCluster.html#method_expire","d":"

    Sets an expiration date (a timeout) on an item.

    "},{"t":"M","n":"RedisCluster::pExpire","p":"RedisCluster.html#method_pExpire","d":"

    Sets an expiration date (a timeout in milliseconds) on an item.

    "},{"t":"M","n":"RedisCluster::expireAt","p":"RedisCluster.html#method_expireAt","d":"

    Sets an expiration date (a timestamp) on an item.

    "},{"t":"M","n":"RedisCluster::pExpireAt","p":"RedisCluster.html#method_pExpireAt","d":"

    Sets an expiration date (a timestamp) on an item. Requires a timestamp in milliseconds

    "},{"t":"M","n":"RedisCluster::append","p":"RedisCluster.html#method_append","d":"

    Append specified string to the string stored in specified key.

    "},{"t":"M","n":"RedisCluster::getBit","p":"RedisCluster.html#method_getBit","d":"

    Return a single bit out of a larger string

    "},{"t":"M","n":"RedisCluster::setBit","p":"RedisCluster.html#method_setBit","d":"

    Changes a single bit of a string.

    "},{"t":"M","n":"RedisCluster::bitOp","p":"RedisCluster.html#method_bitOp","d":"

    Bitwise operation on multiple keys.

    "},{"t":"M","n":"RedisCluster::bitpos","p":"RedisCluster.html#method_bitpos","d":"

    Return the position of the first bit set to 1 or 0 in a string. The position is returned, thinking of the\nstring as an array of bits from left to right, where the first byte's most significant bit is at position 0,\nthe second byte's most significant bit is at position 8, and so forth.

    "},{"t":"M","n":"RedisCluster::bitCount","p":"RedisCluster.html#method_bitCount","d":"

    Count bits in a string.

    "},{"t":"M","n":"RedisCluster::lGet","p":"RedisCluster.html#method_lGet","d":""},{"t":"M","n":"RedisCluster::getRange","p":"RedisCluster.html#method_getRange","d":"

    Return a substring of a larger string

    "},{"t":"M","n":"RedisCluster::lTrim","p":"RedisCluster.html#method_lTrim","d":"

    Trims an existing list so that it will contain only a specified range of elements.

    "},{"t":"M","n":"RedisCluster::lRange","p":"RedisCluster.html#method_lRange","d":"

    Returns the specified elements of the list stored at the specified key in\nthe range [start, end]. start and stop are interpretated as indices: 0 the first element,\n1 the second ... -1 the last element, -2 the penultimate .

    "},{"t":"M","n":"RedisCluster::zRemRangeByRank","p":"RedisCluster.html#method_zRemRangeByRank","d":"

    Deletes the elements of the sorted set stored at the specified key which have rank in the range [start,end].

    "},{"t":"M","n":"RedisCluster::publish","p":"RedisCluster.html#method_publish","d":"

    Publish messages to channels. Warning: this function will probably change in the future.

    "},{"t":"M","n":"RedisCluster::rename","p":"RedisCluster.html#method_rename","d":"

    Renames a key.

    "},{"t":"M","n":"RedisCluster::renameNx","p":"RedisCluster.html#method_renameNx","d":"

    Renames a key.

    "},{"t":"M","n":"RedisCluster::pfCount","p":"RedisCluster.html#method_pfCount","d":"

    When called with a single key, returns the approximated cardinality computed by the HyperLogLog data\nstructure stored at the specified variable, which is 0 if the variable does not exist.

    "},{"t":"M","n":"RedisCluster::pfAdd","p":"RedisCluster.html#method_pfAdd","d":"

    Adds all the element arguments to the HyperLogLog data structure stored at the key.

    "},{"t":"M","n":"RedisCluster::pfMerge","p":"RedisCluster.html#method_pfMerge","d":"

    Merge multiple HyperLogLog values into an unique value that will approximate the cardinality\nof the union of the observed Sets of the source HyperLogLog structures.

    "},{"t":"M","n":"RedisCluster::setRange","p":"RedisCluster.html#method_setRange","d":"

    Changes a substring of a larger string.

    "},{"t":"M","n":"RedisCluster::restore","p":"RedisCluster.html#method_restore","d":"

    Restore a key from the result of a DUMP operation.

    "},{"t":"M","n":"RedisCluster::sMove","p":"RedisCluster.html#method_sMove","d":"

    Moves the specified member from the set at srcKey to the set at dstKey.

    "},{"t":"M","n":"RedisCluster::zRange","p":"RedisCluster.html#method_zRange","d":"

    Returns a range of elements from the ordered set stored at the specified key,\nwith values in the range [start, end]. start and stop are interpreted as zero-based indices:\n0 the first element,\n1 the second ...\n-1 the last element,\n-2 the penultimate .

    "},{"t":"M","n":"RedisCluster::zRevRange","p":"RedisCluster.html#method_zRevRange","d":"

    Returns the elements of the sorted set stored at the specified key in the range [start, end]\nin reverse order. start and stop are interpretated as zero-based indices:\n0 the first element,\n1 the second ...\n-1 the last element,\n-2 the penultimate .

    "},{"t":"M","n":"RedisCluster::zRangeByScore","p":"RedisCluster.html#method_zRangeByScore","d":"

    Returns the elements of the sorted set stored at the specified key which have scores in the\nrange [start,end]. Adding a parenthesis before start or end excludes it from the range.

    "},{"t":"M","n":"RedisCluster::zRevRangeByScore","p":"RedisCluster.html#method_zRevRangeByScore","d":""},{"t":"M","n":"RedisCluster::zRangeByLex","p":"RedisCluster.html#method_zRangeByLex","d":"

    Returns a range of members in a sorted set, by lexicographical range

    "},{"t":"M","n":"RedisCluster::zRevRangeByLex","p":"RedisCluster.html#method_zRevRangeByLex","d":""},{"t":"M","n":"RedisCluster::zLexCount","p":"RedisCluster.html#method_zLexCount","d":"

    Count the number of members in a sorted set between a given lexicographical range.

    "},{"t":"M","n":"RedisCluster::zRemRangeByLex","p":"RedisCluster.html#method_zRemRangeByLex","d":"

    Remove all members in a sorted set between the given lexicographical range.

    "},{"t":"M","n":"RedisCluster::zUnionStore","p":"RedisCluster.html#method_zUnionStore","d":"

    Add multiple sorted sets and store the resulting sorted set in a new key

    "},{"t":"M","n":"RedisCluster::zInterStore","p":"RedisCluster.html#method_zInterStore","d":"

    Intersect multiple sorted sets and store the resulting sorted set in a new key

    "},{"t":"M","n":"RedisCluster::zRem","p":"RedisCluster.html#method_zRem","d":"

    Deletes a specified member from the ordered set.

    "},{"t":"M","n":"RedisCluster::sort","p":"RedisCluster.html#method_sort","d":"Sort"},{"t":"M","n":"RedisCluster::object","p":"RedisCluster.html#method_object","d":"

    Describes the object pointed to by a key.

    "},{"t":"M","n":"RedisCluster::subscribe","p":"RedisCluster.html#method_subscribe","d":"

    Subscribe to channels. Warning: this function will probably change in the future.

    "},{"t":"M","n":"RedisCluster::psubscribe","p":"RedisCluster.html#method_psubscribe","d":"

    Subscribe to channels by pattern

    "},{"t":"M","n":"RedisCluster::unSubscribe","p":"RedisCluster.html#method_unSubscribe","d":"

    Unsubscribes the client from the given channels, or from all of them if none is given.

    "},{"t":"M","n":"RedisCluster::punSubscribe","p":"RedisCluster.html#method_punSubscribe","d":"

    Unsubscribes the client from the given patterns, or from all of them if none is given.

    "},{"t":"M","n":"RedisCluster::evalSha","p":"RedisCluster.html#method_evalSha","d":"

    Evaluate a LUA script serverside, from the SHA1 hash of the script instead of the script itself.

    "},{"t":"M","n":"RedisCluster::scan","p":"RedisCluster.html#method_scan","d":"

    Scan the keyspace for keys.

    "},{"t":"M","n":"RedisCluster::sScan","p":"RedisCluster.html#method_sScan","d":"

    Scan a set for members.

    "},{"t":"M","n":"RedisCluster::zScan","p":"RedisCluster.html#method_zScan","d":"

    Scan a sorted set for members, with optional pattern and count.

    "},{"t":"M","n":"RedisCluster::hScan","p":"RedisCluster.html#method_hScan","d":"

    Scan a HASH value for members, with an optional pattern and count.

    "},{"t":"M","n":"RedisCluster::getMode","p":"RedisCluster.html#method_getMode","d":"

    Detect whether we're in ATOMIC/MULTI/PIPELINE mode.

    "},{"t":"M","n":"RedisCluster::getLastError","p":"RedisCluster.html#method_getLastError","d":"

    The last error message (if any)

    "},{"t":"M","n":"RedisCluster::clearLastError","p":"RedisCluster.html#method_clearLastError","d":"

    Clear the last error message

    "},{"t":"M","n":"RedisCluster::getOption","p":"RedisCluster.html#method_getOption","d":"

    Get client option

    "},{"t":"M","n":"RedisCluster::setOption","p":"RedisCluster.html#method_setOption","d":"

    Set client option.

    "},{"t":"M","n":"RedisCluster::_prefix","p":"RedisCluster.html#method__prefix","d":"

    A utility method to prefix the value with the prefix setting for phpredis.

    "},{"t":"M","n":"RedisCluster::_serialize","p":"RedisCluster.html#method__serialize","d":"

    A utility method to serialize values manually. This method allows you to serialize a value with whatever\nserializer is configured, manually. This can be useful for serialization/unserialization of data going in\nand out of EVAL commands as phpredis can't automatically do this itself. Note that if no serializer is\nset, phpredis will change Array values to 'Array', and Objects to 'Object'.

    "},{"t":"M","n":"RedisCluster::_unserialize","p":"RedisCluster.html#method__unserialize","d":"

    A utility method to unserialize data with whatever serializer is set up. If there is no serializer set, the\nvalue will be returned unchanged. If there is a serializer set up, and the data passed in is malformed, an\nexception will be thrown. This can be useful if phpredis is serializing values, and you return something from\nredis in a LUA script that is serialized.

    "},{"t":"M","n":"RedisCluster::_masters","p":"RedisCluster.html#method__masters","d":"

    Return all redis master nodes

    "},{"t":"M","n":"RedisCluster::multi","p":"RedisCluster.html#method_multi","d":"

    Enter and exit transactional mode.

    "},{"t":"M","n":"RedisCluster::exec","p":"RedisCluster.html#method_exec","d":""},{"t":"M","n":"RedisCluster::discard","p":"RedisCluster.html#method_discard","d":""},{"t":"M","n":"RedisCluster::watch","p":"RedisCluster.html#method_watch","d":"

    Watches a key for modifications by another client. If the key is modified between WATCH and EXEC,\nthe MULTI/EXEC transaction will fail (return FALSE). unwatch cancels all the watching of all keys by this client.

    "},{"t":"M","n":"RedisCluster::unwatch","p":"RedisCluster.html#method_unwatch","d":""},{"t":"M","n":"RedisCluster::save","p":"RedisCluster.html#method_save","d":"

    Performs a synchronous save at a specific node.

    "},{"t":"M","n":"RedisCluster::bgsave","p":"RedisCluster.html#method_bgsave","d":"

    Performs a background save at a specific node.

    "},{"t":"M","n":"RedisCluster::flushDB","p":"RedisCluster.html#method_flushDB","d":"

    Removes all entries from the current database at a specific node.

    "},{"t":"M","n":"RedisCluster::flushAll","p":"RedisCluster.html#method_flushAll","d":"

    Removes all entries from all databases at a specific node.

    "},{"t":"M","n":"RedisCluster::dbSize","p":"RedisCluster.html#method_dbSize","d":"

    Returns the current database's size at a specific node.

    "},{"t":"M","n":"RedisCluster::bgrewriteaof","p":"RedisCluster.html#method_bgrewriteaof","d":"

    Starts the background rewrite of AOF (Append-Only File) at a specific node.

    "},{"t":"M","n":"RedisCluster::lastSave","p":"RedisCluster.html#method_lastSave","d":"

    Returns the timestamp of the last disk save at a specific node.

    "},{"t":"M","n":"RedisCluster::info","p":"RedisCluster.html#method_info","d":"

    Returns an associative array of strings and integers

    "},{"t":"M","n":"RedisCluster::role","p":"RedisCluster.html#method_role","d":""},{"t":"M","n":"RedisCluster::randomKey","p":"RedisCluster.html#method_randomKey","d":"

    Returns a random key at the specified node

    "},{"t":"M","n":"RedisCluster::time","p":"RedisCluster.html#method_time","d":"

    Return the specified node server time.

    "},{"t":"M","n":"RedisCluster::ping","p":"RedisCluster.html#method_ping","d":"

    Check the specified node status

    "},{"t":"M","n":"RedisCluster::echo","p":"RedisCluster.html#method_echo","d":"

    Returns message.

    "},{"t":"M","n":"RedisCluster::command","p":"RedisCluster.html#method_command","d":"

    Returns Array reply of details about all Redis Cluster commands.

    "},{"t":"M","n":"RedisCluster::rawCommand","p":"RedisCluster.html#method_rawCommand","d":"

    Send arbitrary things to the redis server at the specified node

    "},{"t":"M","n":"RedisCluster::cluster","p":"RedisCluster.html#method_cluster","d":""},{"t":"M","n":"RedisCluster::client","p":"RedisCluster.html#method_client","d":"

    Allows you to get information of the cluster client

    "},{"t":"M","n":"RedisCluster::config","p":"RedisCluster.html#method_config","d":"

    Get or Set the redis config keys.

    "},{"t":"M","n":"RedisCluster::pubsub","p":"RedisCluster.html#method_pubsub","d":"

    A command allowing you to get information on the Redis pub/sub system.

    "},{"t":"M","n":"RedisCluster::script","p":"RedisCluster.html#method_script","d":"

    Execute the Redis SCRIPT command to perform various operations on the scripting subsystem.

    "},{"t":"M","n":"RedisCluster::slowLog","p":"RedisCluster.html#method_slowLog","d":"

    This function is used in order to read and reset the Redis slow queries log.

    "},{"t":"M","n":"RedisCluster::geoAdd","p":"RedisCluster.html#method_geoAdd","d":"

    Add one or more geospatial items in the geospatial index represented using a sorted set

    "},{"t":"M","n":"RedisCluster::geohash","p":"RedisCluster.html#method_geohash","d":"

    Returns members of a geospatial index as standard geohash strings

    "},{"t":"M","n":"RedisCluster::geopos","p":"RedisCluster.html#method_geopos","d":"

    Returns longitude and latitude of members of a geospatial index

    "},{"t":"M","n":"RedisCluster::geoDist","p":"RedisCluster.html#method_geoDist","d":"

    Returns the distance between two members of a geospatial index

    "},{"t":"M","n":"RedisCluster::geoRadius","p":"RedisCluster.html#method_geoRadius","d":"

    Query a sorted set representing a geospatial index to fetch members matching a given maximum distance from a point

    "},{"t":"M","n":"RedisCluster::geoRadiusByMember","p":"RedisCluster.html#method_geoRadiusByMember","d":"

    Query a sorted set representing a geospatial index to fetch members matching a given maximum distance from a member

    "},{"t":"M","n":"RedisCluster::eval","p":"RedisCluster.html#method_eval","d":""},{"t":"M","n":"RedisSentinel::__construct","p":"RedisSentinel.html#method___construct","d":"

    Creates a Redis Sentinel

    "},{"t":"M","n":"RedisSentinel::ckquorum","p":"RedisSentinel.html#method_ckquorum","d":"

    Check if the current Sentinel configuration is able to reach the quorum needed to failover a master, and the\nmajority needed to authorize the failover. This command should be used in monitoring systems to check if a\nSentinel deployment is ok.

    "},{"t":"M","n":"RedisSentinel::failover","p":"RedisSentinel.html#method_failover","d":"

    Force a failover as if the master was not reachable, and without asking for agreement to other Sentinels\n(however a new version of the configuration will be published so that the other Sentinels will update\ntheir configurations).

    "},{"t":"M","n":"RedisSentinel::flushconfig","p":"RedisSentinel.html#method_flushconfig","d":"

    Force Sentinel to rewrite its configuration on disk, including the current Sentinel state.

    "},{"t":"M","n":"RedisSentinel::getMasterAddrByName","p":"RedisSentinel.html#method_getMasterAddrByName","d":"

    Return the ip and port number of the master with that name. If a failover is in progress or terminated\nsuccessfully for this master it returns the address and port of the promoted replica.

    "},{"t":"M","n":"RedisSentinel::master","p":"RedisSentinel.html#method_master","d":"

    Return the state and info of the specified master

    "},{"t":"M","n":"RedisSentinel::masters","p":"RedisSentinel.html#method_masters","d":"

    Return a list of monitored masters and their state

    "},{"t":"M","n":"RedisSentinel::ping","p":"RedisSentinel.html#method_ping","d":"

    Ping the sentinel

    "},{"t":"M","n":"RedisSentinel::reset","p":"RedisSentinel.html#method_reset","d":"

    Reset all the masters with matching name. The pattern argument is a glob-style pattern.

    "},{"t":"M","n":"RedisSentinel::sentinels","p":"RedisSentinel.html#method_sentinels","d":"

    Return a list of sentinel instances for this master, and their state

    "},{"t":"M","n":"RedisSentinel::slaves","p":"RedisSentinel.html#method_slaves","d":"

    Return a list of sentinel instances for this master, and their state

    "},{"t":"M","n":"Reflection::getModifierNames","p":"Reflection.html#method_getModifierNames","d":"

    Gets modifier names

    "},{"t":"M","n":"Reflection::export","p":"Reflection.html#method_export","d":"Exports"},{"t":"M","n":"ReflectionAttribute::getName","p":"ReflectionAttribute.html#method_getName","d":"

    Gets attribute name

    "},{"t":"M","n":"ReflectionAttribute::getTarget","p":"ReflectionAttribute.html#method_getTarget","d":"

    Returns the target of the attribute as a bit mask format.

    "},{"t":"M","n":"ReflectionAttribute::isRepeated","p":"ReflectionAttribute.html#method_isRepeated","d":"

    Returns {true} if the attribute is repeated.

    "},{"t":"M","n":"ReflectionAttribute::getArguments","p":"ReflectionAttribute.html#method_getArguments","d":"

    Gets list of passed attribute's arguments.

    "},{"t":"M","n":"ReflectionAttribute::newInstance","p":"ReflectionAttribute.html#method_newInstance","d":"

    Creates a new instance of the attribute with passed arguments

    "},{"t":"M","n":"ReflectionAttribute::__toString","p":"ReflectionAttribute.html#method___toString","d":"

    Returns the string representation of any Reflection object.

    "},{"t":"M","n":"ReflectionAttribute::export","p":"ReflectionAttribute.html#method_export","d":"

    Exports a class.

    "},{"t":"M","n":"ReflectionClass::__construct","p":"ReflectionClass.html#method___construct","d":"

    Constructs a ReflectionClass

    "},{"t":"M","n":"ReflectionClass::export","p":"ReflectionClass.html#method_export","d":"

    Exports a reflected class

    "},{"t":"M","n":"ReflectionClass::__toString","p":"ReflectionClass.html#method___toString","d":"

    Returns the string representation of the ReflectionClass object.

    "},{"t":"M","n":"ReflectionClass::getName","p":"ReflectionClass.html#method_getName","d":"

    Gets class name

    "},{"t":"M","n":"ReflectionClass::isInternal","p":"ReflectionClass.html#method_isInternal","d":"

    Checks if class is defined internally by an extension, or the core

    "},{"t":"M","n":"ReflectionClass::isUserDefined","p":"ReflectionClass.html#method_isUserDefined","d":"

    Checks if user defined

    "},{"t":"M","n":"ReflectionClass::isInstantiable","p":"ReflectionClass.html#method_isInstantiable","d":"

    Checks if the class is instantiable

    "},{"t":"M","n":"ReflectionClass::isCloneable","p":"ReflectionClass.html#method_isCloneable","d":"

    Returns whether this class is cloneable

    "},{"t":"M","n":"ReflectionClass::getFileName","p":"ReflectionClass.html#method_getFileName","d":"

    Gets the filename of the file in which the class has been defined

    "},{"t":"M","n":"ReflectionClass::getStartLine","p":"ReflectionClass.html#method_getStartLine","d":"

    Gets starting line number

    "},{"t":"M","n":"ReflectionClass::getEndLine","p":"ReflectionClass.html#method_getEndLine","d":"

    Gets end line

    "},{"t":"M","n":"ReflectionClass::getDocComment","p":"ReflectionClass.html#method_getDocComment","d":"

    Gets doc comments

    "},{"t":"M","n":"ReflectionClass::getConstructor","p":"ReflectionClass.html#method_getConstructor","d":"

    Gets the constructor of the class

    "},{"t":"M","n":"ReflectionClass::hasMethod","p":"ReflectionClass.html#method_hasMethod","d":"

    Checks if method is defined

    "},{"t":"M","n":"ReflectionClass::getMethod","p":"ReflectionClass.html#method_getMethod","d":"

    Gets a ReflectionMethod for a class method.

    "},{"t":"M","n":"ReflectionClass::getMethods","p":"ReflectionClass.html#method_getMethods","d":"

    Gets an array of methods for the class.

    "},{"t":"M","n":"ReflectionClass::hasProperty","p":"ReflectionClass.html#method_hasProperty","d":"

    Checks if property is defined

    "},{"t":"M","n":"ReflectionClass::getProperty","p":"ReflectionClass.html#method_getProperty","d":"

    Gets a ReflectionProperty for a class's property

    "},{"t":"M","n":"ReflectionClass::getProperties","p":"ReflectionClass.html#method_getProperties","d":"

    Gets properties

    "},{"t":"M","n":"ReflectionClass::getReflectionConstant","p":"ReflectionClass.html#method_getReflectionConstant","d":"

    Gets a ReflectionClassConstant for a class's property

    "},{"t":"M","n":"ReflectionClass::getReflectionConstants","p":"ReflectionClass.html#method_getReflectionConstants","d":"

    Gets class constants

    "},{"t":"M","n":"ReflectionClass::hasConstant","p":"ReflectionClass.html#method_hasConstant","d":"

    Checks if constant is defined

    "},{"t":"M","n":"ReflectionClass::getConstants","p":"ReflectionClass.html#method_getConstants","d":"

    Gets constants

    "},{"t":"M","n":"ReflectionClass::getConstant","p":"ReflectionClass.html#method_getConstant","d":"

    Gets defined constant

    "},{"t":"M","n":"ReflectionClass::getInterfaces","p":"ReflectionClass.html#method_getInterfaces","d":"

    Gets the interfaces

    "},{"t":"M","n":"ReflectionClass::getInterfaceNames","p":"ReflectionClass.html#method_getInterfaceNames","d":"

    Gets the interface names

    "},{"t":"M","n":"ReflectionClass::isAnonymous","p":"ReflectionClass.html#method_isAnonymous","d":"

    Checks if the class is anonymous

    "},{"t":"M","n":"ReflectionClass::isInterface","p":"ReflectionClass.html#method_isInterface","d":"

    Checks if the class is an interface

    "},{"t":"M","n":"ReflectionClass::getTraits","p":"ReflectionClass.html#method_getTraits","d":"

    Returns an array of traits used by this class

    "},{"t":"M","n":"ReflectionClass::getTraitNames","p":"ReflectionClass.html#method_getTraitNames","d":"

    Returns an array of names of traits used by this class

    "},{"t":"M","n":"ReflectionClass::getTraitAliases","p":"ReflectionClass.html#method_getTraitAliases","d":"

    Returns an array of trait aliases

    "},{"t":"M","n":"ReflectionClass::isTrait","p":"ReflectionClass.html#method_isTrait","d":"

    Returns whether this is a trait

    "},{"t":"M","n":"ReflectionClass::isAbstract","p":"ReflectionClass.html#method_isAbstract","d":"

    Checks if class is abstract

    "},{"t":"M","n":"ReflectionClass::isFinal","p":"ReflectionClass.html#method_isFinal","d":"

    Checks if class is final

    "},{"t":"M","n":"ReflectionClass::isReadOnly","p":"ReflectionClass.html#method_isReadOnly","d":""},{"t":"M","n":"ReflectionClass::getModifiers","p":"ReflectionClass.html#method_getModifiers","d":"

    Gets modifiers

    "},{"t":"M","n":"ReflectionClass::isInstance","p":"ReflectionClass.html#method_isInstance","d":"

    Checks class for instance

    "},{"t":"M","n":"ReflectionClass::newInstance","p":"ReflectionClass.html#method_newInstance","d":"

    Creates a new class instance from given arguments.

    "},{"t":"M","n":"ReflectionClass::newInstanceWithoutConstructor","p":"ReflectionClass.html#method_newInstanceWithoutConstructor","d":"

    Creates a new class instance without invoking the constructor.

    "},{"t":"M","n":"ReflectionClass::newInstanceArgs","p":"ReflectionClass.html#method_newInstanceArgs","d":"

    Creates a new class instance from given arguments.

    "},{"t":"M","n":"ReflectionClass::getParentClass","p":"ReflectionClass.html#method_getParentClass","d":"

    Gets parent class

    "},{"t":"M","n":"ReflectionClass::isSubclassOf","p":"ReflectionClass.html#method_isSubclassOf","d":"

    Checks if a subclass

    "},{"t":"M","n":"ReflectionClass::getStaticProperties","p":"ReflectionClass.html#method_getStaticProperties","d":"

    Gets static properties

    "},{"t":"M","n":"ReflectionClass::getStaticPropertyValue","p":"ReflectionClass.html#method_getStaticPropertyValue","d":"

    Gets static property value

    "},{"t":"M","n":"ReflectionClass::setStaticPropertyValue","p":"ReflectionClass.html#method_setStaticPropertyValue","d":"

    Sets static property value

    "},{"t":"M","n":"ReflectionClass::getDefaultProperties","p":"ReflectionClass.html#method_getDefaultProperties","d":"

    Gets default properties

    "},{"t":"M","n":"ReflectionClass::isIterateable","p":"ReflectionClass.html#method_isIterateable","d":"

    An alias of {ReflectionClass::isIterable} method.

    "},{"t":"M","n":"ReflectionClass::isIterable","p":"ReflectionClass.html#method_isIterable","d":"

    Check whether this class is iterable

    "},{"t":"M","n":"ReflectionClass::implementsInterface","p":"ReflectionClass.html#method_implementsInterface","d":"

    Checks whether it implements an interface.

    "},{"t":"M","n":"ReflectionClass::getExtension","p":"ReflectionClass.html#method_getExtension","d":"

    Gets a ReflectionExtension object for the extension which defined the class

    "},{"t":"M","n":"ReflectionClass::getExtensionName","p":"ReflectionClass.html#method_getExtensionName","d":"

    Gets the name of the extension which defined the class

    "},{"t":"M","n":"ReflectionClass::inNamespace","p":"ReflectionClass.html#method_inNamespace","d":"

    Checks if in namespace

    "},{"t":"M","n":"ReflectionClass::getNamespaceName","p":"ReflectionClass.html#method_getNamespaceName","d":"

    Gets namespace name

    "},{"t":"M","n":"ReflectionClass::getShortName","p":"ReflectionClass.html#method_getShortName","d":"

    Gets short name

    "},{"t":"M","n":"ReflectionClass::getAttributes","p":"ReflectionClass.html#method_getAttributes","d":""},{"t":"M","n":"ReflectionClass::isEnum","p":"ReflectionClass.html#method_isEnum","d":null},{"t":"M","n":"ReflectionClass::newLazyGhost","p":"ReflectionClass.html#method_newLazyGhost","d":""},{"t":"M","n":"ReflectionClass::newLazyProxy","p":"ReflectionClass.html#method_newLazyProxy","d":""},{"t":"M","n":"ReflectionClass::resetAsLazyGhost","p":"ReflectionClass.html#method_resetAsLazyGhost","d":""},{"t":"M","n":"ReflectionClass::resetAsLazyProxy","p":"ReflectionClass.html#method_resetAsLazyProxy","d":""},{"t":"M","n":"ReflectionClass::initializeLazyObject","p":"ReflectionClass.html#method_initializeLazyObject","d":""},{"t":"M","n":"ReflectionClass::isUninitializedLazyObject","p":"ReflectionClass.html#method_isUninitializedLazyObject","d":""},{"t":"M","n":"ReflectionClass::markLazyObjectAsInitialized","p":"ReflectionClass.html#method_markLazyObjectAsInitialized","d":""},{"t":"M","n":"ReflectionClass::getLazyInitializer","p":"ReflectionClass.html#method_getLazyInitializer","d":""},{"t":"M","n":"ReflectionClassConstant::__construct","p":"ReflectionClassConstant.html#method___construct","d":"

    ReflectionClassConstant constructor.

    "},{"t":"M","n":"ReflectionClassConstant::export","p":"ReflectionClassConstant.html#method_export","d":""},{"t":"M","n":"ReflectionClassConstant::getDeclaringClass","p":"ReflectionClassConstant.html#method_getDeclaringClass","d":"

    Gets declaring class

    "},{"t":"M","n":"ReflectionClassConstant::getDocComment","p":"ReflectionClassConstant.html#method_getDocComment","d":"

    Gets doc comments

    "},{"t":"M","n":"ReflectionClassConstant::getModifiers","p":"ReflectionClassConstant.html#method_getModifiers","d":"

    Gets the class constant modifiers

    "},{"t":"M","n":"ReflectionClassConstant::getName","p":"ReflectionClassConstant.html#method_getName","d":"

    Get name of the constant

    "},{"t":"M","n":"ReflectionClassConstant::getValue","p":"ReflectionClassConstant.html#method_getValue","d":"

    Gets value

    "},{"t":"M","n":"ReflectionClassConstant::isPrivate","p":"ReflectionClassConstant.html#method_isPrivate","d":"

    Checks if class constant is private

    "},{"t":"M","n":"ReflectionClassConstant::isProtected","p":"ReflectionClassConstant.html#method_isProtected","d":"

    Checks if class constant is protected

    "},{"t":"M","n":"ReflectionClassConstant::isPublic","p":"ReflectionClassConstant.html#method_isPublic","d":"

    Checks if class constant is public

    "},{"t":"M","n":"ReflectionClassConstant::__toString","p":"ReflectionClassConstant.html#method___toString","d":"

    Returns the string representation of the ReflectionClassConstant object.

    "},{"t":"M","n":"ReflectionClassConstant::getAttributes","p":"ReflectionClassConstant.html#method_getAttributes","d":""},{"t":"M","n":"ReflectionClassConstant::isEnumCase","p":"ReflectionClassConstant.html#method_isEnumCase","d":null},{"t":"M","n":"ReflectionClassConstant::isFinal","p":"ReflectionClassConstant.html#method_isFinal","d":""},{"t":"M","n":"ReflectionClassConstant::hasType","p":"ReflectionClassConstant.html#method_hasType","d":""},{"t":"M","n":"ReflectionClassConstant::getType","p":"ReflectionClassConstant.html#method_getType","d":""},{"t":"M","n":"ReflectionClassConstant::isDeprecated","p":"ReflectionClassConstant.html#method_isDeprecated","d":""},{"t":"M","n":"ReflectionConstant::__construct","p":"ReflectionConstant.html#method___construct","d":null},{"t":"M","n":"ReflectionConstant::getName","p":"ReflectionConstant.html#method_getName","d":null},{"t":"M","n":"ReflectionConstant::getNamespaceName","p":"ReflectionConstant.html#method_getNamespaceName","d":null},{"t":"M","n":"ReflectionConstant::getShortName","p":"ReflectionConstant.html#method_getShortName","d":null},{"t":"M","n":"ReflectionConstant::getValue","p":"ReflectionConstant.html#method_getValue","d":null},{"t":"M","n":"ReflectionConstant::isDeprecated","p":"ReflectionConstant.html#method_isDeprecated","d":null},{"t":"M","n":"ReflectionConstant::__toString","p":"ReflectionConstant.html#method___toString","d":"

    Returns the string representation of any Reflection object.

    "},{"t":"M","n":"ReflectionEnum::__construct","p":"ReflectionEnum.html#method___construct","d":"

    Constructs a ReflectionClass

    "},{"t":"M","n":"ReflectionEnum::hasCase","p":"ReflectionEnum.html#method_hasCase","d":""},{"t":"M","n":"ReflectionEnum::getCases","p":"ReflectionEnum.html#method_getCases","d":""},{"t":"M","n":"ReflectionEnum::getCase","p":"ReflectionEnum.html#method_getCase","d":""},{"t":"M","n":"ReflectionEnum::isBacked","p":"ReflectionEnum.html#method_isBacked","d":""},{"t":"M","n":"ReflectionEnum::getBackingType","p":"ReflectionEnum.html#method_getBackingType","d":""},{"t":"M","n":"ReflectionEnumBackedCase::__construct","p":"ReflectionEnumBackedCase.html#method___construct","d":"

    ReflectionClassConstant constructor.

    "},{"t":"M","n":"ReflectionEnumBackedCase::getBackingValue","p":"ReflectionEnumBackedCase.html#method_getBackingValue","d":null},{"t":"M","n":"ReflectionEnumUnitCase::__construct","p":"ReflectionEnumUnitCase.html#method___construct","d":"

    ReflectionClassConstant constructor.

    "},{"t":"M","n":"ReflectionEnumUnitCase::getValue","p":"ReflectionEnumUnitCase.html#method_getValue","d":"

    Gets value

    "},{"t":"M","n":"ReflectionEnumUnitCase::getEnum","p":"ReflectionEnumUnitCase.html#method_getEnum","d":""},{"t":"M","n":"ReflectionExtension::__construct","p":"ReflectionExtension.html#method___construct","d":"

    Constructs a ReflectionExtension

    "},{"t":"M","n":"ReflectionExtension::export","p":"ReflectionExtension.html#method_export","d":"

    Exports a reflected extension.

    "},{"t":"M","n":"ReflectionExtension::__toString","p":"ReflectionExtension.html#method___toString","d":"

    To string

    "},{"t":"M","n":"ReflectionExtension::getName","p":"ReflectionExtension.html#method_getName","d":"

    Gets extension name

    "},{"t":"M","n":"ReflectionExtension::getVersion","p":"ReflectionExtension.html#method_getVersion","d":"

    Gets extension version

    "},{"t":"M","n":"ReflectionExtension::getFunctions","p":"ReflectionExtension.html#method_getFunctions","d":"

    Gets extension functions

    "},{"t":"M","n":"ReflectionExtension::getConstants","p":"ReflectionExtension.html#method_getConstants","d":"

    Gets constants

    "},{"t":"M","n":"ReflectionExtension::getINIEntries","p":"ReflectionExtension.html#method_getINIEntries","d":"

    Gets extension ini entries

    "},{"t":"M","n":"ReflectionExtension::getClasses","p":"ReflectionExtension.html#method_getClasses","d":"

    Gets classes

    "},{"t":"M","n":"ReflectionExtension::getClassNames","p":"ReflectionExtension.html#method_getClassNames","d":"

    Gets class names

    "},{"t":"M","n":"ReflectionExtension::getDependencies","p":"ReflectionExtension.html#method_getDependencies","d":"

    Gets dependencies

    "},{"t":"M","n":"ReflectionExtension::info","p":"ReflectionExtension.html#method_info","d":"

    Print extension info

    "},{"t":"M","n":"ReflectionExtension::isPersistent","p":"ReflectionExtension.html#method_isPersistent","d":"

    Returns whether this extension is persistent

    "},{"t":"M","n":"ReflectionExtension::isTemporary","p":"ReflectionExtension.html#method_isTemporary","d":"

    Returns whether this extension is temporary

    "},{"t":"M","n":"ReflectionFiber::__construct","p":"ReflectionFiber.html#method___construct","d":null},{"t":"M","n":"ReflectionFiber::getFiber","p":"ReflectionFiber.html#method_getFiber","d":null},{"t":"M","n":"ReflectionFiber::getExecutingFile","p":"ReflectionFiber.html#method_getExecutingFile","d":null},{"t":"M","n":"ReflectionFiber::getExecutingLine","p":"ReflectionFiber.html#method_getExecutingLine","d":null},{"t":"M","n":"ReflectionFiber::getCallable","p":"ReflectionFiber.html#method_getCallable","d":null},{"t":"M","n":"ReflectionFiber::getTrace","p":"ReflectionFiber.html#method_getTrace","d":null},{"t":"M","n":"ReflectionFunction::__construct","p":"ReflectionFunction.html#method___construct","d":"

    Constructs a ReflectionFunction object

    "},{"t":"M","n":"ReflectionFunction::__toString","p":"ReflectionFunction.html#method___toString","d":"

    Returns the string representation of the ReflectionFunction object.

    "},{"t":"M","n":"ReflectionFunction::export","p":"ReflectionFunction.html#method_export","d":"

    Exports function

    "},{"t":"M","n":"ReflectionFunction::isDisabled","p":"ReflectionFunction.html#method_isDisabled","d":"

    Checks if function is disabled

    "},{"t":"M","n":"ReflectionFunction::invoke","p":"ReflectionFunction.html#method_invoke","d":"

    Invokes function

    "},{"t":"M","n":"ReflectionFunction::invokeArgs","p":"ReflectionFunction.html#method_invokeArgs","d":"

    Invokes function args

    "},{"t":"M","n":"ReflectionFunction::getClosure","p":"ReflectionFunction.html#method_getClosure","d":"

    Returns a dynamically created closure for the function

    "},{"t":"M","n":"ReflectionFunction::isAnonymous","p":"ReflectionFunction.html#method_isAnonymous","d":null},{"t":"M","n":"ReflectionFunctionAbstract::inNamespace","p":"ReflectionFunctionAbstract.html#method_inNamespace","d":"

    Checks if function in namespace

    "},{"t":"M","n":"ReflectionFunctionAbstract::isClosure","p":"ReflectionFunctionAbstract.html#method_isClosure","d":"

    Checks if closure

    "},{"t":"M","n":"ReflectionFunctionAbstract::isDeprecated","p":"ReflectionFunctionAbstract.html#method_isDeprecated","d":"

    Checks if deprecated

    "},{"t":"M","n":"ReflectionFunctionAbstract::isInternal","p":"ReflectionFunctionAbstract.html#method_isInternal","d":"

    Checks if is internal

    "},{"t":"M","n":"ReflectionFunctionAbstract::isUserDefined","p":"ReflectionFunctionAbstract.html#method_isUserDefined","d":"

    Checks if user defined

    "},{"t":"M","n":"ReflectionFunctionAbstract::isGenerator","p":"ReflectionFunctionAbstract.html#method_isGenerator","d":"

    Returns whether this function is a generator

    "},{"t":"M","n":"ReflectionFunctionAbstract::isVariadic","p":"ReflectionFunctionAbstract.html#method_isVariadic","d":"

    Returns whether this function is variadic

    "},{"t":"M","n":"ReflectionFunctionAbstract::getClosureThis","p":"ReflectionFunctionAbstract.html#method_getClosureThis","d":"

    Returns this pointer bound to closure

    "},{"t":"M","n":"ReflectionFunctionAbstract::getClosureScopeClass","p":"ReflectionFunctionAbstract.html#method_getClosureScopeClass","d":"

    Returns the scope associated to the closure

    "},{"t":"M","n":"ReflectionFunctionAbstract::getClosureCalledClass","p":"ReflectionFunctionAbstract.html#method_getClosureCalledClass","d":""},{"t":"M","n":"ReflectionFunctionAbstract::getDocComment","p":"ReflectionFunctionAbstract.html#method_getDocComment","d":"

    Gets doc comment

    "},{"t":"M","n":"ReflectionFunctionAbstract::getEndLine","p":"ReflectionFunctionAbstract.html#method_getEndLine","d":"

    Gets end line number

    "},{"t":"M","n":"ReflectionFunctionAbstract::getExtension","p":"ReflectionFunctionAbstract.html#method_getExtension","d":"

    Gets extension info

    "},{"t":"M","n":"ReflectionFunctionAbstract::getExtensionName","p":"ReflectionFunctionAbstract.html#method_getExtensionName","d":"

    Gets extension name

    "},{"t":"M","n":"ReflectionFunctionAbstract::getFileName","p":"ReflectionFunctionAbstract.html#method_getFileName","d":"

    Gets file name

    "},{"t":"M","n":"ReflectionFunctionAbstract::getName","p":"ReflectionFunctionAbstract.html#method_getName","d":"

    Gets function name

    "},{"t":"M","n":"ReflectionFunctionAbstract::getNamespaceName","p":"ReflectionFunctionAbstract.html#method_getNamespaceName","d":"

    Gets namespace name

    "},{"t":"M","n":"ReflectionFunctionAbstract::getNumberOfParameters","p":"ReflectionFunctionAbstract.html#method_getNumberOfParameters","d":"

    Gets number of parameters

    "},{"t":"M","n":"ReflectionFunctionAbstract::getNumberOfRequiredParameters","p":"ReflectionFunctionAbstract.html#method_getNumberOfRequiredParameters","d":"

    Gets number of required parameters

    "},{"t":"M","n":"ReflectionFunctionAbstract::getParameters","p":"ReflectionFunctionAbstract.html#method_getParameters","d":"

    Gets parameters

    "},{"t":"M","n":"ReflectionFunctionAbstract::getReturnType","p":"ReflectionFunctionAbstract.html#method_getReturnType","d":"

    Gets the specified return type of a function

    "},{"t":"M","n":"ReflectionFunctionAbstract::getShortName","p":"ReflectionFunctionAbstract.html#method_getShortName","d":"

    Gets function short name

    "},{"t":"M","n":"ReflectionFunctionAbstract::getStartLine","p":"ReflectionFunctionAbstract.html#method_getStartLine","d":"

    Gets starting line number

    "},{"t":"M","n":"ReflectionFunctionAbstract::getStaticVariables","p":"ReflectionFunctionAbstract.html#method_getStaticVariables","d":"

    Gets static variables

    "},{"t":"M","n":"ReflectionFunctionAbstract::returnsReference","p":"ReflectionFunctionAbstract.html#method_returnsReference","d":"

    Checks if returns reference

    "},{"t":"M","n":"ReflectionFunctionAbstract::hasReturnType","p":"ReflectionFunctionAbstract.html#method_hasReturnType","d":"

    Checks if the function has a specified return type

    "},{"t":"M","n":"ReflectionFunctionAbstract::getAttributes","p":"ReflectionFunctionAbstract.html#method_getAttributes","d":""},{"t":"M","n":"ReflectionFunctionAbstract::getClosureUsedVariables","p":"ReflectionFunctionAbstract.html#method_getClosureUsedVariables","d":null},{"t":"M","n":"ReflectionFunctionAbstract::hasTentativeReturnType","p":"ReflectionFunctionAbstract.html#method_hasTentativeReturnType","d":null},{"t":"M","n":"ReflectionFunctionAbstract::getTentativeReturnType","p":"ReflectionFunctionAbstract.html#method_getTentativeReturnType","d":null},{"t":"M","n":"ReflectionFunctionAbstract::isStatic","p":"ReflectionFunctionAbstract.html#method_isStatic","d":null},{"t":"M","n":"ReflectionFunctionAbstract::__toString","p":"ReflectionFunctionAbstract.html#method___toString","d":"

    Returns the string representation of any Reflection object.

    "},{"t":"M","n":"ReflectionGenerator::__construct","p":"ReflectionGenerator.html#method___construct","d":"

    Constructs a ReflectionGenerator object

    "},{"t":"M","n":"ReflectionGenerator::getExecutingLine","p":"ReflectionGenerator.html#method_getExecutingLine","d":"

    Gets the currently executing line of the generator

    "},{"t":"M","n":"ReflectionGenerator::getExecutingFile","p":"ReflectionGenerator.html#method_getExecutingFile","d":"

    Gets the file name of the currently executing generator

    "},{"t":"M","n":"ReflectionGenerator::getTrace","p":"ReflectionGenerator.html#method_getTrace","d":"

    Gets the trace of the executing generator

    "},{"t":"M","n":"ReflectionGenerator::getFunction","p":"ReflectionGenerator.html#method_getFunction","d":"

    Gets the function name of the generator

    "},{"t":"M","n":"ReflectionGenerator::getThis","p":"ReflectionGenerator.html#method_getThis","d":"

    Gets the function name of the generator

    "},{"t":"M","n":"ReflectionGenerator::getExecutingGenerator","p":"ReflectionGenerator.html#method_getExecutingGenerator","d":"

    Gets the executing Generator object

    "},{"t":"M","n":"ReflectionGenerator::isClosed","p":"ReflectionGenerator.html#method_isClosed","d":""},{"t":"M","n":"ReflectionIntersectionType::getTypes","p":"ReflectionIntersectionType.html#method_getTypes","d":""},{"t":"M","n":"ReflectionMethod::__construct","p":"ReflectionMethod.html#method___construct","d":"

    Constructs a ReflectionMethod

    "},{"t":"M","n":"ReflectionMethod::export","p":"ReflectionMethod.html#method_export","d":"

    Export a reflection method.

    "},{"t":"M","n":"ReflectionMethod::__toString","p":"ReflectionMethod.html#method___toString","d":"

    Returns the string representation of the ReflectionMethod object.

    "},{"t":"M","n":"ReflectionMethod::isPublic","p":"ReflectionMethod.html#method_isPublic","d":"

    Checks if method is public

    "},{"t":"M","n":"ReflectionMethod::isPrivate","p":"ReflectionMethod.html#method_isPrivate","d":"

    Checks if method is private

    "},{"t":"M","n":"ReflectionMethod::isProtected","p":"ReflectionMethod.html#method_isProtected","d":"

    Checks if method is protected

    "},{"t":"M","n":"ReflectionMethod::isAbstract","p":"ReflectionMethod.html#method_isAbstract","d":"

    Checks if method is abstract

    "},{"t":"M","n":"ReflectionMethod::isFinal","p":"ReflectionMethod.html#method_isFinal","d":"

    Checks if method is final

    "},{"t":"M","n":"ReflectionMethod::isStatic","p":"ReflectionMethod.html#method_isStatic","d":"

    Checks if method is static

    "},{"t":"M","n":"ReflectionMethod::isConstructor","p":"ReflectionMethod.html#method_isConstructor","d":"

    Checks if method is a constructor

    "},{"t":"M","n":"ReflectionMethod::isDestructor","p":"ReflectionMethod.html#method_isDestructor","d":"

    Checks if method is a destructor

    "},{"t":"M","n":"ReflectionMethod::getClosure","p":"ReflectionMethod.html#method_getClosure","d":"

    Returns a dynamically created closure for the method

    "},{"t":"M","n":"ReflectionMethod::getModifiers","p":"ReflectionMethod.html#method_getModifiers","d":"

    Gets the method modifiers

    "},{"t":"M","n":"ReflectionMethod::invoke","p":"ReflectionMethod.html#method_invoke","d":"

    Invokes a reflected method.

    "},{"t":"M","n":"ReflectionMethod::invokeArgs","p":"ReflectionMethod.html#method_invokeArgs","d":"

    Invokes the reflected method and pass its arguments as array.

    "},{"t":"M","n":"ReflectionMethod::getDeclaringClass","p":"ReflectionMethod.html#method_getDeclaringClass","d":"

    Gets declaring class for the reflected method.

    "},{"t":"M","n":"ReflectionMethod::getPrototype","p":"ReflectionMethod.html#method_getPrototype","d":"

    Gets the method prototype (if there is one).

    "},{"t":"M","n":"ReflectionMethod::setAccessible","p":"ReflectionMethod.html#method_setAccessible","d":"

    Set method accessibility\nThis method is no-op starting from PHP 8.1

    "},{"t":"M","n":"ReflectionMethod::hasPrototype","p":"ReflectionMethod.html#method_hasPrototype","d":null},{"t":"M","n":"ReflectionMethod::createFromMethodName","p":"ReflectionMethod.html#method_createFromMethodName","d":""},{"t":"M","n":"ReflectionNamedType::getName","p":"ReflectionNamedType.html#method_getName","d":"

    Get the text of the type hint.

    "},{"t":"M","n":"ReflectionNamedType::isBuiltin","p":"ReflectionNamedType.html#method_isBuiltin","d":"

    Checks if it is a built-in type

    "},{"t":"M","n":"ReflectionObject::__construct","p":"ReflectionObject.html#method___construct","d":"

    Constructs a ReflectionObject

    "},{"t":"M","n":"ReflectionObject::export","p":"ReflectionObject.html#method_export","d":"Export"},{"t":"M","n":"ReflectionParameter::__construct","p":"ReflectionParameter.html#method___construct","d":"Construct"},{"t":"M","n":"ReflectionParameter::export","p":"ReflectionParameter.html#method_export","d":"Exports"},{"t":"M","n":"ReflectionParameter::__toString","p":"ReflectionParameter.html#method___toString","d":"

    Returns the string representation of the ReflectionParameter object.

    "},{"t":"M","n":"ReflectionParameter::getName","p":"ReflectionParameter.html#method_getName","d":"

    Gets parameter name

    "},{"t":"M","n":"ReflectionParameter::isPassedByReference","p":"ReflectionParameter.html#method_isPassedByReference","d":"

    Checks if passed by reference

    "},{"t":"M","n":"ReflectionParameter::canBePassedByValue","p":"ReflectionParameter.html#method_canBePassedByValue","d":"

    Returns whether this parameter can be passed by value

    "},{"t":"M","n":"ReflectionParameter::getDeclaringFunction","p":"ReflectionParameter.html#method_getDeclaringFunction","d":"

    Gets declaring function

    "},{"t":"M","n":"ReflectionParameter::getDeclaringClass","p":"ReflectionParameter.html#method_getDeclaringClass","d":"

    Gets declaring class

    "},{"t":"M","n":"ReflectionParameter::getClass","p":"ReflectionParameter.html#method_getClass","d":"

    Gets the class type hinted for the parameter as a ReflectionClass object.

    "},{"t":"M","n":"ReflectionParameter::hasType","p":"ReflectionParameter.html#method_hasType","d":"

    Checks if the parameter has a type associated with it.

    "},{"t":"M","n":"ReflectionParameter::getType","p":"ReflectionParameter.html#method_getType","d":"

    Gets a parameter's type

    "},{"t":"M","n":"ReflectionParameter::isArray","p":"ReflectionParameter.html#method_isArray","d":"

    Checks if parameter expects an array

    "},{"t":"M","n":"ReflectionParameter::isCallable","p":"ReflectionParameter.html#method_isCallable","d":"

    Returns whether parameter MUST be callable

    "},{"t":"M","n":"ReflectionParameter::allowsNull","p":"ReflectionParameter.html#method_allowsNull","d":"

    Checks if null is allowed

    "},{"t":"M","n":"ReflectionParameter::getPosition","p":"ReflectionParameter.html#method_getPosition","d":"

    Gets parameter position

    "},{"t":"M","n":"ReflectionParameter::isOptional","p":"ReflectionParameter.html#method_isOptional","d":"

    Checks if optional

    "},{"t":"M","n":"ReflectionParameter::isDefaultValueAvailable","p":"ReflectionParameter.html#method_isDefaultValueAvailable","d":"

    Checks if a default value is available

    "},{"t":"M","n":"ReflectionParameter::getDefaultValue","p":"ReflectionParameter.html#method_getDefaultValue","d":"

    Gets default parameter value

    "},{"t":"M","n":"ReflectionParameter::isDefaultValueConstant","p":"ReflectionParameter.html#method_isDefaultValueConstant","d":"

    Returns whether the default value of this parameter is constant

    "},{"t":"M","n":"ReflectionParameter::getDefaultValueConstantName","p":"ReflectionParameter.html#method_getDefaultValueConstantName","d":"

    Returns the default value's constant name if default value is constant or null

    "},{"t":"M","n":"ReflectionParameter::isVariadic","p":"ReflectionParameter.html#method_isVariadic","d":"

    Returns whether this function is variadic

    "},{"t":"M","n":"ReflectionParameter::isPromoted","p":"ReflectionParameter.html#method_isPromoted","d":"

    Returns information about whether the parameter is a promoted.

    "},{"t":"M","n":"ReflectionParameter::getAttributes","p":"ReflectionParameter.html#method_getAttributes","d":""},{"t":"M","n":"ReflectionProperty::__construct","p":"ReflectionProperty.html#method___construct","d":"

    Construct a ReflectionProperty object

    "},{"t":"M","n":"ReflectionProperty::export","p":"ReflectionProperty.html#method_export","d":"Export"},{"t":"M","n":"ReflectionProperty::__toString","p":"ReflectionProperty.html#method___toString","d":"

    To string

    "},{"t":"M","n":"ReflectionProperty::getName","p":"ReflectionProperty.html#method_getName","d":"

    Gets property name

    "},{"t":"M","n":"ReflectionProperty::getValue","p":"ReflectionProperty.html#method_getValue","d":"

    Gets value

    "},{"t":"M","n":"ReflectionProperty::setValue","p":"ReflectionProperty.html#method_setValue","d":"

    Set property value

    "},{"t":"M","n":"ReflectionProperty::isPublic","p":"ReflectionProperty.html#method_isPublic","d":"

    Checks if property is public

    "},{"t":"M","n":"ReflectionProperty::isPrivate","p":"ReflectionProperty.html#method_isPrivate","d":"

    Checks if property is private

    "},{"t":"M","n":"ReflectionProperty::isProtected","p":"ReflectionProperty.html#method_isProtected","d":"

    Checks if property is protected

    "},{"t":"M","n":"ReflectionProperty::isStatic","p":"ReflectionProperty.html#method_isStatic","d":"

    Checks if property is static

    "},{"t":"M","n":"ReflectionProperty::isDefault","p":"ReflectionProperty.html#method_isDefault","d":"

    Checks if default value

    "},{"t":"M","n":"ReflectionProperty::getModifiers","p":"ReflectionProperty.html#method_getModifiers","d":"

    Gets modifiers

    "},{"t":"M","n":"ReflectionProperty::getDeclaringClass","p":"ReflectionProperty.html#method_getDeclaringClass","d":"

    Gets declaring class

    "},{"t":"M","n":"ReflectionProperty::getDocComment","p":"ReflectionProperty.html#method_getDocComment","d":"

    Gets doc comment

    "},{"t":"M","n":"ReflectionProperty::setAccessible","p":"ReflectionProperty.html#method_setAccessible","d":"

    Set property accessibility\nThis method is no-op starting from PHP 8.1

    "},{"t":"M","n":"ReflectionProperty::getType","p":"ReflectionProperty.html#method_getType","d":"

    Gets property type

    "},{"t":"M","n":"ReflectionProperty::hasType","p":"ReflectionProperty.html#method_hasType","d":"

    Checks if property has type

    "},{"t":"M","n":"ReflectionProperty::isInitialized","p":"ReflectionProperty.html#method_isInitialized","d":"

    Checks if property is initialized

    "},{"t":"M","n":"ReflectionProperty::isPromoted","p":"ReflectionProperty.html#method_isPromoted","d":"

    Returns information about whether the property was promoted.

    "},{"t":"M","n":"ReflectionProperty::hasDefaultValue","p":"ReflectionProperty.html#method_hasDefaultValue","d":""},{"t":"M","n":"ReflectionProperty::getDefaultValue","p":"ReflectionProperty.html#method_getDefaultValue","d":""},{"t":"M","n":"ReflectionProperty::getAttributes","p":"ReflectionProperty.html#method_getAttributes","d":""},{"t":"M","n":"ReflectionProperty::isReadOnly","p":"ReflectionProperty.html#method_isReadOnly","d":""},{"t":"M","n":"ReflectionProperty::getRawValue","p":"ReflectionProperty.html#method_getRawValue","d":""},{"t":"M","n":"ReflectionProperty::setRawValue","p":"ReflectionProperty.html#method_setRawValue","d":""},{"t":"M","n":"ReflectionProperty::isAbstract","p":"ReflectionProperty.html#method_isAbstract","d":""},{"t":"M","n":"ReflectionProperty::isVirtual","p":"ReflectionProperty.html#method_isVirtual","d":""},{"t":"M","n":"ReflectionProperty::getSettableType","p":"ReflectionProperty.html#method_getSettableType","d":""},{"t":"M","n":"ReflectionProperty::hasHooks","p":"ReflectionProperty.html#method_hasHooks","d":""},{"t":"M","n":"ReflectionProperty::getHooks","p":"ReflectionProperty.html#method_getHooks","d":""},{"t":"M","n":"ReflectionProperty::hasHook","p":"ReflectionProperty.html#method_hasHook","d":""},{"t":"M","n":"ReflectionProperty::getHook","p":"ReflectionProperty.html#method_getHook","d":""},{"t":"M","n":"ReflectionProperty::isPrivateSet","p":"ReflectionProperty.html#method_isPrivateSet","d":""},{"t":"M","n":"ReflectionProperty::isProtectedSet","p":"ReflectionProperty.html#method_isProtectedSet","d":""},{"t":"M","n":"ReflectionProperty::setRawValueWithoutLazyInitialization","p":"ReflectionProperty.html#method_setRawValueWithoutLazyInitialization","d":""},{"t":"M","n":"ReflectionProperty::skipLazyInitialization","p":"ReflectionProperty.html#method_skipLazyInitialization","d":""},{"t":"M","n":"ReflectionProperty::isDynamic","p":"ReflectionProperty.html#method_isDynamic","d":""},{"t":"M","n":"ReflectionProperty::isFinal","p":"ReflectionProperty.html#method_isFinal","d":""},{"t":"M","n":"ReflectionProperty::isLazy","p":"ReflectionProperty.html#method_isLazy","d":""},{"t":"M","n":"ReflectionReference::fromArrayElement","p":"ReflectionReference.html#method_fromArrayElement","d":"

    Returns ReflectionReference if array element is a reference, {null} otherwise

    "},{"t":"M","n":"ReflectionReference::getId","p":"ReflectionReference.html#method_getId","d":"

    Returns unique identifier for the reference. The return value format is unspecified

    "},{"t":"M","n":"ReflectionType::allowsNull","p":"ReflectionType.html#method_allowsNull","d":"

    Checks if null is allowed

    "},{"t":"M","n":"ReflectionType::isBuiltin","p":"ReflectionType.html#method_isBuiltin","d":"

    Checks if it is a built-in type

    "},{"t":"M","n":"ReflectionType::__toString","p":"ReflectionType.html#method___toString","d":"

    To string

    "},{"t":"M","n":"ReflectionUnionType::getTypes","p":"ReflectionUnionType.html#method_getTypes","d":"

    Get list of types of union type

    "},{"t":"M","n":"ReflectionZendExtension::__construct","p":"ReflectionZendExtension.html#method___construct","d":"

    Constructs a ReflectionZendExtension object

    "},{"t":"M","n":"ReflectionZendExtension::export","p":"ReflectionZendExtension.html#method_export","d":"

    Exports a reflected zend extension.

    "},{"t":"M","n":"ReflectionZendExtension::__toString","p":"ReflectionZendExtension.html#method___toString","d":"

    To string handler

    "},{"t":"M","n":"ReflectionZendExtension::getName","p":"ReflectionZendExtension.html#method_getName","d":"

    Gets name

    "},{"t":"M","n":"ReflectionZendExtension::getVersion","p":"ReflectionZendExtension.html#method_getVersion","d":"

    Gets version

    "},{"t":"M","n":"ReflectionZendExtension::getAuthor","p":"ReflectionZendExtension.html#method_getAuthor","d":"

    Gets author

    "},{"t":"M","n":"ReflectionZendExtension::getURL","p":"ReflectionZendExtension.html#method_getURL","d":"

    Gets URL

    "},{"t":"M","n":"ReflectionZendExtension::getCopyright","p":"ReflectionZendExtension.html#method_getCopyright","d":"

    Gets copyright

    "},{"t":"M","n":"Reflector::export","p":"Reflector.html#method_export","d":"

    Exports a class.

    "},{"t":"M","n":"Reflector::__toString","p":"Reflector.html#method___toString","d":"

    Returns the string representation of any Reflection object.

    "},{"t":"M","n":"RegexIterator::__construct","p":"RegexIterator.html#method___construct","d":"

    Create a new RegexIterator

    "},{"t":"M","n":"RegexIterator::accept","p":"RegexIterator.html#method_accept","d":"

    Get accept status

    "},{"t":"M","n":"RegexIterator::getMode","p":"RegexIterator.html#method_getMode","d":"

    Returns operation mode.

    "},{"t":"M","n":"RegexIterator::setMode","p":"RegexIterator.html#method_setMode","d":"

    Sets the operation mode.

    "},{"t":"M","n":"RegexIterator::getFlags","p":"RegexIterator.html#method_getFlags","d":"

    Get flags

    "},{"t":"M","n":"RegexIterator::setFlags","p":"RegexIterator.html#method_setFlags","d":"

    Sets the flags.

    "},{"t":"M","n":"RegexIterator::getRegex","p":"RegexIterator.html#method_getRegex","d":"

    Returns current regular expression

    "},{"t":"M","n":"RegexIterator::getPregFlags","p":"RegexIterator.html#method_getPregFlags","d":"

    Returns the regular expression flags.

    "},{"t":"M","n":"RegexIterator::setPregFlags","p":"RegexIterator.html#method_setPregFlags","d":"

    Sets the regular expression flags.

    "},{"t":"M","n":"Relay\\Cluster::__construct","p":"Relay/Cluster.html#method___construct","d":"

    Create a cluster object.

    "},{"t":"M","n":"Relay\\Cluster::_compress","p":"Relay/Cluster.html#method__compress","d":"

    Compress data with Relay's currently configured compression algorithm.

    "},{"t":"M","n":"Relay\\Cluster::idleTime","p":"Relay/Cluster.html#method_idleTime","d":"

    Returns the number of milliseoconds since Relay has received a reply from the cluster.

    "},{"t":"M","n":"Relay\\Cluster::_getKeys","p":"Relay/Cluster.html#method__getKeys","d":"

    Returns an array of endpoints along with each of their keys cached in runtime memory.

    "},{"t":"M","n":"Relay\\Cluster::_masters","p":"Relay/Cluster.html#method__masters","d":"

    Return a list of master nodes

    "},{"t":"M","n":"Relay\\Cluster::_pack","p":"Relay/Cluster.html#method__pack","d":"

    Returns the serialized and compressed value.

    "},{"t":"M","n":"Relay\\Cluster::_prefix","p":"Relay/Cluster.html#method__prefix","d":"

    Returns the value with the prefix.

    "},{"t":"M","n":"Relay\\Cluster::_serialize","p":"Relay/Cluster.html#method__serialize","d":"

    Returns the serialized value.

    "},{"t":"M","n":"Relay\\Cluster::_uncompress","p":"Relay/Cluster.html#method__uncompress","d":"

    Uncompress data with Relay's currently configured compression algorithm.

    "},{"t":"M","n":"Relay\\Cluster::_unpack","p":"Relay/Cluster.html#method__unpack","d":"

    Returns the unserialized and decompressed value.

    "},{"t":"M","n":"Relay\\Cluster::_unserialize","p":"Relay/Cluster.html#method__unserialize","d":"

    Returns the unserialized value.

    "},{"t":"M","n":"Relay\\Cluster::acl","p":"Relay/Cluster.html#method_acl","d":"

    Interact with Redis' ACLs

    "},{"t":"M","n":"Relay\\Cluster::addAllowPatterns","p":"Relay/Cluster.html#method_addAllowPatterns","d":"

    Adds allow pattern(s). Only matching keys will be cached in memory.

    "},{"t":"M","n":"Relay\\Cluster::addIgnorePatterns","p":"Relay/Cluster.html#method_addIgnorePatterns","d":"

    Adds ignore pattern(s). Matching keys will not be cached in memory.

    "},{"t":"M","n":"Relay\\Cluster::append","p":"Relay/Cluster.html#method_append","d":"

    If key already exists and is a string, this command appends\nthe value at the end of the string. If key does not exist\nit is created and set as an empty string, so APPEND will\nbe similar to SET in this special case.

    "},{"t":"M","n":"Relay\\Cluster::bgrewriteaof","p":"Relay/Cluster.html#method_bgrewriteaof","d":"

    Asynchronously rewrite the append-only file.

    "},{"t":"M","n":"Relay\\Cluster::waitaof","p":"Relay/Cluster.html#method_waitaof","d":"

    Paus the client until sufficient local and/or remote AOF data has been flushed to disk.

    "},{"t":"M","n":"Relay\\Cluster::bgsave","p":"Relay/Cluster.html#method_bgsave","d":"

    Asynchronously save the dataset to disk.

    "},{"t":"M","n":"Relay\\Cluster::bitcount","p":"Relay/Cluster.html#method_bitcount","d":"

    Count the number of set bits (population counting) in a string.

    "},{"t":"M","n":"Relay\\Cluster::bitop","p":"Relay/Cluster.html#method_bitop","d":"

    Perform a bitwise operation on one or more keys, storing the result in a new key.

    "},{"t":"M","n":"Relay\\Cluster::bitpos","p":"Relay/Cluster.html#method_bitpos","d":"

    Return the position of the first bit set to 1 or 0 in a string.

    "},{"t":"M","n":"Relay\\Cluster::blmove","p":"Relay/Cluster.html#method_blmove","d":"

    BLMOVE is the blocking variant of LMOVE. When source contains elements,\nthis command behaves exactly like LMOVE. When used inside a\nMULTI/EXEC block, this command behaves exactly like LMOVE.

    "},{"t":"M","n":"Relay\\Cluster::blmpop","p":"Relay/Cluster.html#method_blmpop","d":"

    Pop elements from a list, or block until one is available

    "},{"t":"M","n":"Relay\\Cluster::blpop","p":"Relay/Cluster.html#method_blpop","d":"

    BLPOP is a blocking list pop primitive. It is the blocking version of LPOP because\nit blocks the connection when there are no elements to pop from any of the given lists.

    "},{"t":"M","n":"Relay\\Cluster::brpop","p":"Relay/Cluster.html#method_brpop","d":"

    BRPOP is a blocking list pop primitive. It is the blocking version of RPOP because\nit blocks the connection when there are no elements to pop from any of the given lists.

    "},{"t":"M","n":"Relay\\Cluster::brpoplpush","p":"Relay/Cluster.html#method_brpoplpush","d":"

    Atomically returns and removes the last element (tail) of the list stored at source,\nand pushes the element at the first element (head) of the list stored at destination.

    "},{"t":"M","n":"Relay\\Cluster::bzmpop","p":"Relay/Cluster.html#method_bzmpop","d":"

    Remove and return members with scores in a sorted set or block until one is available

    "},{"t":"M","n":"Relay\\Cluster::bzpopmax","p":"Relay/Cluster.html#method_bzpopmax","d":"

    BZPOPMAX is the blocking variant of the sorted set ZPOPMAX primitive.

    "},{"t":"M","n":"Relay\\Cluster::bzpopmin","p":"Relay/Cluster.html#method_bzpopmin","d":"

    BZPOPMIN is the blocking variant of the sorted set ZPOPMIN primitive.

    "},{"t":"M","n":"Relay\\Cluster::clearLastError","p":"Relay/Cluster.html#method_clearLastError","d":"

    Clears the last error that is set, if any.

    "},{"t":"M","n":"Relay\\Cluster::clearTransferredBytes","p":"Relay/Cluster.html#method_clearTransferredBytes","d":""},{"t":"M","n":"Relay\\Cluster::client","p":"Relay/Cluster.html#method_client","d":"

    Executes CLIENT command operations.

    "},{"t":"M","n":"Relay\\Cluster::close","p":"Relay/Cluster.html#method_close","d":"

    Closes the current connection, if it's persistent.

    "},{"t":"M","n":"Relay\\Cluster::cluster","p":"Relay/Cluster.html#method_cluster","d":"

    Executes CLUSTER command operations.

    "},{"t":"M","n":"Relay\\Cluster::config","p":"Relay/Cluster.html#method_config","d":"

    This is a container command for runtime configuration commands.

    "},{"t":"M","n":"Relay\\Cluster::command","p":"Relay/Cluster.html#method_command","d":"

    Return an array with details about every Redis command.

    "},{"t":"M","n":"Relay\\Cluster::copy","p":"Relay/Cluster.html#method_copy","d":"

    This command copies the value stored at the source key to the destination key.

    "},{"t":"M","n":"Relay\\Cluster::dbsize","p":"Relay/Cluster.html#method_dbsize","d":"

    Returns the number of keys in the currently-selected database.

    "},{"t":"M","n":"Relay\\Cluster::decr","p":"Relay/Cluster.html#method_decr","d":"

    Decrements the number stored at key by one.

    "},{"t":"M","n":"Relay\\Cluster::decrby","p":"Relay/Cluster.html#method_decrby","d":"

    Decrements the number stored at key by decrement.

    "},{"t":"M","n":"Relay\\Cluster::del","p":"Relay/Cluster.html#method_del","d":"

    Removes the specified keys.

    "},{"t":"M","n":"Relay\\Cluster::discard","p":"Relay/Cluster.html#method_discard","d":"

    Flushes all previously queued commands in a transaction and restores the connection state to normal.

    "},{"t":"M","n":"Relay\\Cluster::dispatchEvents","p":"Relay/Cluster.html#method_dispatchEvents","d":"

    Dispatches all pending events.

    "},{"t":"M","n":"Relay\\Cluster::dump","p":"Relay/Cluster.html#method_dump","d":"

    Serialize and return the value stored at key in a Redis-specific format.

    "},{"t":"M","n":"Relay\\Cluster::echo","p":"Relay/Cluster.html#method_echo","d":"

    Asks Redis to echo back the provided string.

    "},{"t":"M","n":"Relay\\Cluster::endpointId","p":"Relay/Cluster.html#method_endpointId","d":"

    Returns the connection's endpoint identifier.

    "},{"t":"M","n":"Relay\\Cluster::eval","p":"Relay/Cluster.html#method_eval","d":"

    Evaluate script using the Lua interpreter.

    "},{"t":"M","n":"Relay\\Cluster::eval_ro","p":"Relay/Cluster.html#method_eval_ro","d":"

    Evaluate script using the Lua interpreter. This is just the "read-only" variant of EVAL\nmeaning it can be run on read-only replicas.

    "},{"t":"M","n":"Relay\\Cluster::evalsha","p":"Relay/Cluster.html#method_evalsha","d":"

    Evaluates a script cached on the server-side by its SHA1 digest.

    "},{"t":"M","n":"Relay\\Cluster::evalsha_ro","p":"Relay/Cluster.html#method_evalsha_ro","d":"

    Evaluates a script cached on the server-side by its SHA1 digest. This is just the "read-only" variant\nof EVALSHA meaning it can be run on read-only replicas.

    "},{"t":"M","n":"Relay\\Cluster::exec","p":"Relay/Cluster.html#method_exec","d":"

    Executes all previously queued commands in a transaction and restores the connection state to normal.

    "},{"t":"M","n":"Relay\\Cluster::exists","p":"Relay/Cluster.html#method_exists","d":"

    Returns if key(s) exists.

    "},{"t":"M","n":"Relay\\Cluster::expire","p":"Relay/Cluster.html#method_expire","d":"

    Set a timeout on key.

    "},{"t":"M","n":"Relay\\Cluster::expireat","p":"Relay/Cluster.html#method_expireat","d":"

    Set a timeout on key using a unix timestamp.

    "},{"t":"M","n":"Relay\\Cluster::expiretime","p":"Relay/Cluster.html#method_expiretime","d":"

    Returns the absolute Unix timestamp in seconds at which the given key will expire.

    "},{"t":"M","n":"Relay\\Cluster::flushMemory","p":"Relay/Cluster.html#method_flushMemory","d":""},{"t":"M","n":"Relay\\Cluster::flushall","p":"Relay/Cluster.html#method_flushall","d":"

    Deletes all the keys of all the existing databases, not just the currently selected one.

    "},{"t":"M","n":"Relay\\Cluster::flushdb","p":"Relay/Cluster.html#method_flushdb","d":"

    Deletes all the keys of the currently selected database.

    "},{"t":"M","n":"Relay\\Cluster::geoadd","p":"Relay/Cluster.html#method_geoadd","d":"

    Add one or more members to a geospacial sorted set

    "},{"t":"M","n":"Relay\\Cluster::geodist","p":"Relay/Cluster.html#method_geodist","d":"

    Get the distance between two members of a geospacially encoded sorted set.

    "},{"t":"M","n":"Relay\\Cluster::geohash","p":"Relay/Cluster.html#method_geohash","d":"

    Retrieve one or more GeoHash encoded strings for members of the set.

    "},{"t":"M","n":"Relay\\Cluster::geopos","p":"Relay/Cluster.html#method_geopos","d":"

    Return the positions (longitude,latitude) of all the specified members\nof the geospatial index represented by the sorted set at key.

    "},{"t":"M","n":"Relay\\Cluster::georadius","p":"Relay/Cluster.html#method_georadius","d":"

    Retrieve members of a geospacially sorted set that are within a certain radius of a location.

    "},{"t":"M","n":"Relay\\Cluster::georadius_ro","p":"Relay/Cluster.html#method_georadius_ro","d":"

    Retrieve members of a geospacially sorted set that are within a certain radius of a location.

    "},{"t":"M","n":"Relay\\Cluster::georadiusbymember","p":"Relay/Cluster.html#method_georadiusbymember","d":"

    Similar to GEORADIUS except it uses a member as the center of the query.

    "},{"t":"M","n":"Relay\\Cluster::georadiusbymember_ro","p":"Relay/Cluster.html#method_georadiusbymember_ro","d":"

    Similar to GEORADIUS except it uses a member as the center of the query.

    "},{"t":"M","n":"Relay\\Cluster::geosearch","p":"Relay/Cluster.html#method_geosearch","d":"

    Search a geospacial sorted set for members in various ways.

    "},{"t":"M","n":"Relay\\Cluster::geosearchstore","p":"Relay/Cluster.html#method_geosearchstore","d":"

    Search a geospacial sorted set for members within a given area or range, storing the results into\na new set.

    "},{"t":"M","n":"Relay\\Cluster::get","p":"Relay/Cluster.html#method_get","d":"

    Get the value of key.

    "},{"t":"M","n":"Relay\\Cluster::getbit","p":"Relay/Cluster.html#method_getbit","d":"

    Returns the bit value at offset in the string value stored at key.

    "},{"t":"M","n":"Relay\\Cluster::getex","p":"Relay/Cluster.html#method_getex","d":"

    Get the value of key and optionally set its expiration.

    "},{"t":"M","n":"Relay\\Cluster::getLastError","p":"Relay/Cluster.html#method_getLastError","d":"

    Returns the last error message, if any.

    "},{"t":"M","n":"Relay\\Cluster::getMode","p":"Relay/Cluster.html#method_getMode","d":"

    Get the mode Relay is currently in.

    "},{"t":"M","n":"Relay\\Cluster::getOption","p":"Relay/Cluster.html#method_getOption","d":"

    Returns a client option.

    "},{"t":"M","n":"Relay\\Cluster::getTransferredBytes","p":"Relay/Cluster.html#method_getTransferredBytes","d":""},{"t":"M","n":"Relay\\Cluster::getrange","p":"Relay/Cluster.html#method_getrange","d":"

    Returns the substring of the string value stored at key,\ndetermined by the offsets start and end (both are inclusive).

    "},{"t":"M","n":"Relay\\Cluster::getset","p":"Relay/Cluster.html#method_getset","d":"

    Atomically sets key to value and returns the old value stored at key.

    "},{"t":"M","n":"Relay\\Cluster::hdel","p":"Relay/Cluster.html#method_hdel","d":"

    Removes the specified fields from the hash stored at key.

    "},{"t":"M","n":"Relay\\Cluster::hexists","p":"Relay/Cluster.html#method_hexists","d":"

    Returns if field is an existing field in the hash stored at key.

    "},{"t":"M","n":"Relay\\Cluster::hget","p":"Relay/Cluster.html#method_hget","d":"

    Returns the value associated with field in the hash stored at key.

    "},{"t":"M","n":"Relay\\Cluster::hgetall","p":"Relay/Cluster.html#method_hgetall","d":"

    Returns all fields and values of the hash stored at key.

    "},{"t":"M","n":"Relay\\Cluster::hincrby","p":"Relay/Cluster.html#method_hincrby","d":"

    Increments the number stored at field in the hash stored at key by increment.

    "},{"t":"M","n":"Relay\\Cluster::hincrbyfloat","p":"Relay/Cluster.html#method_hincrbyfloat","d":"

    Increment the specified field of a hash stored at key, and representing\na floating point number, by the specified increment.

    "},{"t":"M","n":"Relay\\Cluster::hkeys","p":"Relay/Cluster.html#method_hkeys","d":"

    Returns all field names in the hash stored at key.

    "},{"t":"M","n":"Relay\\Cluster::hlen","p":"Relay/Cluster.html#method_hlen","d":"

    Returns the number of fields contained in the hash stored at $key.

    "},{"t":"M","n":"Relay\\Cluster::hmget","p":"Relay/Cluster.html#method_hmget","d":"

    Returns the values associated with the specified fields in the hash stored at key.

    "},{"t":"M","n":"Relay\\Cluster::hmset","p":"Relay/Cluster.html#method_hmset","d":"

    Sets the specified fields to their respective values in the hash stored at key.

    "},{"t":"M","n":"Relay\\Cluster::hrandfield","p":"Relay/Cluster.html#method_hrandfield","d":"

    When called with just the key argument, return a random field from the hash value stored at key.

    "},{"t":"M","n":"Relay\\Cluster::hscan","p":"Relay/Cluster.html#method_hscan","d":"

    Iterates fields of Hash types and their associated values.

    "},{"t":"M","n":"Relay\\Cluster::hset","p":"Relay/Cluster.html#method_hset","d":"

    Sets field in the hash stored at key to value.

    "},{"t":"M","n":"Relay\\Cluster::hsetnx","p":"Relay/Cluster.html#method_hsetnx","d":"

    Sets field in the hash stored at key to value, only if field does not yet exist.

    "},{"t":"M","n":"Relay\\Cluster::hstrlen","p":"Relay/Cluster.html#method_hstrlen","d":"

    Returns the string length of the value associated with field in the hash stored at key.

    "},{"t":"M","n":"Relay\\Cluster::hvals","p":"Relay/Cluster.html#method_hvals","d":"

    Returns all values in the hash stored at key.

    "},{"t":"M","n":"Relay\\Cluster::incr","p":"Relay/Cluster.html#method_incr","d":"

    Increments the number stored at key by one.

    "},{"t":"M","n":"Relay\\Cluster::incrby","p":"Relay/Cluster.html#method_incrby","d":"

    Increments the number stored at key by increment.

    "},{"t":"M","n":"Relay\\Cluster::incrbyfloat","p":"Relay/Cluster.html#method_incrbyfloat","d":"

    Increment the string representing a floating point number stored at key by the specified increment.

    "},{"t":"M","n":"Relay\\Cluster::info","p":"Relay/Cluster.html#method_info","d":"

    The INFO command returns information and statistics about Redis in a format\nthat is simple to parse by computers and easy to read by humans.

    "},{"t":"M","n":"Relay\\Cluster::keys","p":"Relay/Cluster.html#method_keys","d":"

    Returns all keys matching pattern.

    "},{"t":"M","n":"Relay\\Cluster::lastsave","p":"Relay/Cluster.html#method_lastsave","d":"

    Returns the UNIX time stamp of the last successful save to disk.

    "},{"t":"M","n":"Relay\\Cluster::lcs","p":"Relay/Cluster.html#method_lcs","d":"

    Get the longest common subsequence between two string keys.

    "},{"t":"M","n":"Relay\\Cluster::lindex","p":"Relay/Cluster.html#method_lindex","d":"

    Returns the element at index index in the list stored at key.

    "},{"t":"M","n":"Relay\\Cluster::linsert","p":"Relay/Cluster.html#method_linsert","d":"

    Inserts element in the list stored at key either before or after the reference value pivot.

    "},{"t":"M","n":"Relay\\Cluster::listen","p":"Relay/Cluster.html#method_listen","d":"

    Registers a new event listener.

    "},{"t":"M","n":"Relay\\Cluster::llen","p":"Relay/Cluster.html#method_llen","d":"

    Returns the length of the list stored at $key.

    "},{"t":"M","n":"Relay\\Cluster::lmove","p":"Relay/Cluster.html#method_lmove","d":"

    Atomically returns and removes the first/last element of the list\nstored at source, and pushes the element at the first/last\nelement of the list stored at destination.

    "},{"t":"M","n":"Relay\\Cluster::lmpop","p":"Relay/Cluster.html#method_lmpop","d":"

    Pops one or more elements from the first non-empty list key from the list of provided key names.

    "},{"t":"M","n":"Relay\\Cluster::lpop","p":"Relay/Cluster.html#method_lpop","d":"

    Removes and returns the first elements of the list stored at key.

    "},{"t":"M","n":"Relay\\Cluster::lpos","p":"Relay/Cluster.html#method_lpos","d":"

    The command returns the index of matching elements inside a Redis list.

    "},{"t":"M","n":"Relay\\Cluster::lpush","p":"Relay/Cluster.html#method_lpush","d":"

    Insert all the specified values at the head of the list stored at key.

    "},{"t":"M","n":"Relay\\Cluster::lpushx","p":"Relay/Cluster.html#method_lpushx","d":"

    Inserts specified values at the head of the list stored at key,\nonly if key already exists and holds a list.

    "},{"t":"M","n":"Relay\\Cluster::lrange","p":"Relay/Cluster.html#method_lrange","d":"

    Returns the specified elements of the list stored at key.

    "},{"t":"M","n":"Relay\\Cluster::lrem","p":"Relay/Cluster.html#method_lrem","d":"

    Removes the first count occurrences of elements equal to element from the list stored at key.

    "},{"t":"M","n":"Relay\\Cluster::lset","p":"Relay/Cluster.html#method_lset","d":"

    Sets the list element at index to element.

    "},{"t":"M","n":"Relay\\Cluster::ltrim","p":"Relay/Cluster.html#method_ltrim","d":"

    Trim an existing list so that it will contain only the specified range of elements specified.

    "},{"t":"M","n":"Relay\\Cluster::maxMemory","p":"Relay/Cluster.html#method_maxMemory","d":"

    Returns the number of bytes allocated, or 0 in client-only mode.

    "},{"t":"M","n":"Relay\\Cluster::mget","p":"Relay/Cluster.html#method_mget","d":"

    Returns the values of all specified keys.

    "},{"t":"M","n":"Relay\\Cluster::mset","p":"Relay/Cluster.html#method_mset","d":"

    Sets the given keys to their respective values.

    "},{"t":"M","n":"Relay\\Cluster::msetnx","p":"Relay/Cluster.html#method_msetnx","d":"

    Sets the given keys to their respective values.

    "},{"t":"M","n":"Relay\\Cluster::multi","p":"Relay/Cluster.html#method_multi","d":"

    Marks the start of a transaction block. Subsequent commands will be queued for atomic execution using EXEC.

    "},{"t":"M","n":"Relay\\Cluster::object","p":"Relay/Cluster.html#method_object","d":"

    This is a container command for object introspection commands.

    "},{"t":"M","n":"Relay\\Cluster::onFlushed","p":"Relay/Cluster.html#method_onFlushed","d":"

    Registers a new flushed event listener.

    "},{"t":"M","n":"Relay\\Cluster::onInvalidated","p":"Relay/Cluster.html#method_onInvalidated","d":"

    Registers a new invalidated event listener.

    "},{"t":"M","n":"Relay\\Cluster::persist","p":"Relay/Cluster.html#method_persist","d":"

    Remove the existing timeout on key, turning the key from volatile to persistent.

    "},{"t":"M","n":"Relay\\Cluster::pexpire","p":"Relay/Cluster.html#method_pexpire","d":"

    Set a key's time to live in milliseconds.

    "},{"t":"M","n":"Relay\\Cluster::pexpireat","p":"Relay/Cluster.html#method_pexpireat","d":"

    Set the expiration for a key as a UNIX timestamp specified in milliseconds.

    "},{"t":"M","n":"Relay\\Cluster::pexpiretime","p":"Relay/Cluster.html#method_pexpiretime","d":"

    Semantic the same as EXPIRETIME, but returns the absolute Unix expiration\ntimestamp in milliseconds instead of seconds.

    "},{"t":"M","n":"Relay\\Cluster::pfadd","p":"Relay/Cluster.html#method_pfadd","d":"

    Adds the specified elements to the specified HyperLogLog.

    "},{"t":"M","n":"Relay\\Cluster::pfcount","p":"Relay/Cluster.html#method_pfcount","d":"

    Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).

    "},{"t":"M","n":"Relay\\Cluster::pfmerge","p":"Relay/Cluster.html#method_pfmerge","d":"

    Merge given HyperLogLogs into a single one.

    "},{"t":"M","n":"Relay\\Cluster::ping","p":"Relay/Cluster.html#method_ping","d":"

    Returns PONG if no argument is provided, otherwise return a copy of the argument as a bulk.

    "},{"t":"M","n":"Relay\\Cluster::psetex","p":"Relay/Cluster.html#method_psetex","d":"

    Set key to hold the string value and set key to timeout after a given number of milliseconds.

    "},{"t":"M","n":"Relay\\Cluster::psubscribe","p":"Relay/Cluster.html#method_psubscribe","d":"

    Subscribes to the given patterns.

    "},{"t":"M","n":"Relay\\Cluster::pttl","p":"Relay/Cluster.html#method_pttl","d":"

    Returns the remaining time to live of a key that has a timeout in milliseconds.

    "},{"t":"M","n":"Relay\\Cluster::publish","p":"Relay/Cluster.html#method_publish","d":"

    Posts a message to the given channel.

    "},{"t":"M","n":"Relay\\Cluster::pubsub","p":"Relay/Cluster.html#method_pubsub","d":"

    A container command for Pub/Sub introspection commands.

    "},{"t":"M","n":"Relay\\Cluster::punsubscribe","p":"Relay/Cluster.html#method_punsubscribe","d":"

    Unsubscribes from the given patterns, or from all of them if none is given.

    "},{"t":"M","n":"Relay\\Cluster::randomkey","p":"Relay/Cluster.html#method_randomkey","d":"

    Returns a random key from Redis.

    "},{"t":"M","n":"Relay\\Cluster::rawCommand","p":"Relay/Cluster.html#method_rawCommand","d":"

    Execute any command against Redis, without applying\nthe prefix, compression and serialization.

    "},{"t":"M","n":"Relay\\Cluster::rename","p":"Relay/Cluster.html#method_rename","d":"

    Renames key.

    "},{"t":"M","n":"Relay\\Cluster::renamenx","p":"Relay/Cluster.html#method_renamenx","d":"

    Renames key if the new key does not yet exist.

    "},{"t":"M","n":"Relay\\Cluster::restore","p":"Relay/Cluster.html#method_restore","d":"

    Create a key associated with a value that is obtained by deserializing the provided serialized value.

    "},{"t":"M","n":"Relay\\Cluster::role","p":"Relay/Cluster.html#method_role","d":"

    Returns the role of the instance in the context of replication.

    "},{"t":"M","n":"Relay\\Cluster::rpop","p":"Relay/Cluster.html#method_rpop","d":"

    Removes and returns the last elements of the list stored at key.

    "},{"t":"M","n":"Relay\\Cluster::rpoplpush","p":"Relay/Cluster.html#method_rpoplpush","d":"

    Atomically returns and removes the last element (tail) of the list stored at source,\nand pushes the element at the first element (head) of the list stored at destination.

    "},{"t":"M","n":"Relay\\Cluster::rpush","p":"Relay/Cluster.html#method_rpush","d":"

    Insert all the specified values at the tail of the list stored at key.

    "},{"t":"M","n":"Relay\\Cluster::rpushx","p":"Relay/Cluster.html#method_rpushx","d":"

    Inserts specified values at the tail of the list stored at key,\nonly if key already exists and holds a list.

    "},{"t":"M","n":"Relay\\Cluster::sadd","p":"Relay/Cluster.html#method_sadd","d":"

    Add the specified members to the set stored at $key.

    "},{"t":"M","n":"Relay\\Cluster::save","p":"Relay/Cluster.html#method_save","d":"

    Synchronously save the dataset to disk.

    "},{"t":"M","n":"Relay\\Cluster::scan","p":"Relay/Cluster.html#method_scan","d":"

    Scan the keyspace for matching keys.

    "},{"t":"M","n":"Relay\\Cluster::scard","p":"Relay/Cluster.html#method_scard","d":"

    Returns the set cardinality (number of elements) of the set stored at $key.

    "},{"t":"M","n":"Relay\\Cluster::script","p":"Relay/Cluster.html#method_script","d":"

    Execute a script management command.

    "},{"t":"M","n":"Relay\\Cluster::sdiff","p":"Relay/Cluster.html#method_sdiff","d":"

    Returns the members of the set resulting from the difference between the first set and all the successive sets.

    "},{"t":"M","n":"Relay\\Cluster::sdiffstore","p":"Relay/Cluster.html#method_sdiffstore","d":"

    This command is equal to SDIFF, but instead of returning the resulting set, it is stored in destination.

    "},{"t":"M","n":"Relay\\Cluster::set","p":"Relay/Cluster.html#method_set","d":"

    Set key to hold the string value. If key already holds\na value, it is overwritten, regardless of its type.

    "},{"t":"M","n":"Relay\\Cluster::setOption","p":"Relay/Cluster.html#method_setOption","d":"

    Sets a client option.

    "},{"t":"M","n":"Relay\\Cluster::setbit","p":"Relay/Cluster.html#method_setbit","d":"

    Sets or clears the bit at offset in the string value stored at key.

    "},{"t":"M","n":"Relay\\Cluster::setex","p":"Relay/Cluster.html#method_setex","d":"

    Set key to hold the string value and set key to timeout after a given number of seconds.

    "},{"t":"M","n":"Relay\\Cluster::setnx","p":"Relay/Cluster.html#method_setnx","d":"

    Set key to hold string value if key does not exist. In that case, it is equal to SET.

    "},{"t":"M","n":"Relay\\Cluster::setrange","p":"Relay/Cluster.html#method_setrange","d":"

    Overwrites part of the string stored at key, starting at\nthe specified offset, for the entire length of value.

    "},{"t":"M","n":"Relay\\Cluster::sinter","p":"Relay/Cluster.html#method_sinter","d":"

    Returns the members of the set resulting from the intersection of all the given sets.

    "},{"t":"M","n":"Relay\\Cluster::sintercard","p":"Relay/Cluster.html#method_sintercard","d":"

    Intersect multiple sets and return the cardinality of the result.

    "},{"t":"M","n":"Relay\\Cluster::sinterstore","p":"Relay/Cluster.html#method_sinterstore","d":"

    This command is equal to SINTER, but instead of returning the resulting set, it is stored in destination.

    "},{"t":"M","n":"Relay\\Cluster::sismember","p":"Relay/Cluster.html#method_sismember","d":"

    Returns if $member is a member of the set stored at $key.

    "},{"t":"M","n":"Relay\\Cluster::slowlog","p":"Relay/Cluster.html#method_slowlog","d":"

    Interact with the Redis slowlog.

    "},{"t":"M","n":"Relay\\Cluster::smembers","p":"Relay/Cluster.html#method_smembers","d":"

    Returns all the members of the set value stored at $key.

    "},{"t":"M","n":"Relay\\Cluster::smismember","p":"Relay/Cluster.html#method_smismember","d":"

    Returns whether each member is a member of the set stored at $key.

    "},{"t":"M","n":"Relay\\Cluster::smove","p":"Relay/Cluster.html#method_smove","d":"

    Move member from the set at source to the set at destination.

    "},{"t":"M","n":"Relay\\Cluster::sort","p":"Relay/Cluster.html#method_sort","d":"

    Sort the elements in a list, set or sorted set.

    "},{"t":"M","n":"Relay\\Cluster::sort_ro","p":"Relay/Cluster.html#method_sort_ro","d":"

    Sort the elements in a list, set or sorted set. Read-only variant of SORT.

    "},{"t":"M","n":"Relay\\Cluster::spop","p":"Relay/Cluster.html#method_spop","d":"

    Removes and returns one or more random members from the set value store at $key.

    "},{"t":"M","n":"Relay\\Cluster::srandmember","p":"Relay/Cluster.html#method_srandmember","d":"

    Returns one or multiple random members from a set.

    "},{"t":"M","n":"Relay\\Cluster::srem","p":"Relay/Cluster.html#method_srem","d":"

    Remove the specified members from the set stored at $key.

    "},{"t":"M","n":"Relay\\Cluster::sscan","p":"Relay/Cluster.html#method_sscan","d":"

    Iterates elements of Sets types.

    "},{"t":"M","n":"Relay\\Cluster::ssubscribe","p":"Relay/Cluster.html#method_ssubscribe","d":"

    Subscribes to the specified shard channels.

    "},{"t":"M","n":"Relay\\Cluster::stats","p":"Relay/Cluster.html#method_stats","d":"

    Returns statistics about Relay.

    "},{"t":"M","n":"Relay\\Cluster::strlen","p":"Relay/Cluster.html#method_strlen","d":"

    Returns the length of the string value stored at $key.

    "},{"t":"M","n":"Relay\\Cluster::subscribe","p":"Relay/Cluster.html#method_subscribe","d":"

    Subscribes to the specified channels.

    "},{"t":"M","n":"Relay\\Cluster::sunion","p":"Relay/Cluster.html#method_sunion","d":"

    Returns the members of the set resulting from the union of all the given sets.

    "},{"t":"M","n":"Relay\\Cluster::sunionstore","p":"Relay/Cluster.html#method_sunionstore","d":"

    This command is equal to SUNION, but instead of returning the resulting set, it is stored in destination.

    "},{"t":"M","n":"Relay\\Cluster::sunsubscribe","p":"Relay/Cluster.html#method_sunsubscribe","d":"

    Unsubscribes from the given shard channels, or from all of them if none is given.

    "},{"t":"M","n":"Relay\\Cluster::time","p":"Relay/Cluster.html#method_time","d":"

    Returns the current time from Redis.

    "},{"t":"M","n":"Relay\\Cluster::touch","p":"Relay/Cluster.html#method_touch","d":"

    Alters the last access time of a key(s).

    "},{"t":"M","n":"Relay\\Cluster::ttl","p":"Relay/Cluster.html#method_ttl","d":"

    Returns the remaining time to live of a key that has a timeout in seconds.

    "},{"t":"M","n":"Relay\\Cluster::type","p":"Relay/Cluster.html#method_type","d":"

    Returns the type of a given key.

    "},{"t":"M","n":"Relay\\Cluster::unlink","p":"Relay/Cluster.html#method_unlink","d":"

    Removes the specified keys without blocking Redis.

    "},{"t":"M","n":"Relay\\Cluster::unsubscribe","p":"Relay/Cluster.html#method_unsubscribe","d":"

    Unsubscribes from the given channels, or from all of them if none is given.

    "},{"t":"M","n":"Relay\\Cluster::unwatch","p":"Relay/Cluster.html#method_unwatch","d":"

    Flushes all the previously watched keys for a transaction.

    "},{"t":"M","n":"Relay\\Cluster::watch","p":"Relay/Cluster.html#method_watch","d":"

    Marks the given keys to be watched for conditional execution of a transaction.

    "},{"t":"M","n":"Relay\\Cluster::xack","p":"Relay/Cluster.html#method_xack","d":"

    Acknowledge one or more IDs as having been processed by the consumer group.

    "},{"t":"M","n":"Relay\\Cluster::xadd","p":"Relay/Cluster.html#method_xadd","d":"

    Append a message to a stream.

    "},{"t":"M","n":"Relay\\Cluster::xautoclaim","p":"Relay/Cluster.html#method_xautoclaim","d":"

    Automatically take ownership of stream message(s) by metrics

    "},{"t":"M","n":"Relay\\Cluster::xclaim","p":"Relay/Cluster.html#method_xclaim","d":"

    Claim ownership of stream message(s).

    "},{"t":"M","n":"Relay\\Cluster::xdel","p":"Relay/Cluster.html#method_xdel","d":"

    Remove one or more specific IDs from a stream.

    "},{"t":"M","n":"Relay\\Cluster::xgroup","p":"Relay/Cluster.html#method_xgroup","d":"

    Perform utility operations having to do with consumer groups

    "},{"t":"M","n":"Relay\\Cluster::xinfo","p":"Relay/Cluster.html#method_xinfo","d":"

    Retrieve information about a stream key.

    "},{"t":"M","n":"Relay\\Cluster::xlen","p":"Relay/Cluster.html#method_xlen","d":"

    Get the length of a stream.

    "},{"t":"M","n":"Relay\\Cluster::xpending","p":"Relay/Cluster.html#method_xpending","d":"

    Query pending entries in a stream.

    "},{"t":"M","n":"Relay\\Cluster::xrange","p":"Relay/Cluster.html#method_xrange","d":"

    Lists elements in a stream.

    "},{"t":"M","n":"Relay\\Cluster::xread","p":"Relay/Cluster.html#method_xread","d":"

    Read messages from a stream.

    "},{"t":"M","n":"Relay\\Cluster::xreadgroup","p":"Relay/Cluster.html#method_xreadgroup","d":"

    Read messages from a stream using a consumer group.

    "},{"t":"M","n":"Relay\\Cluster::xrevrange","p":"Relay/Cluster.html#method_xrevrange","d":"

    Get a range of entries from a STREAM ke in reverse chronological order.

    "},{"t":"M","n":"Relay\\Cluster::xtrim","p":"Relay/Cluster.html#method_xtrim","d":"

    Truncate a STREAM key in various ways.

    "},{"t":"M","n":"Relay\\Cluster::zadd","p":"Relay/Cluster.html#method_zadd","d":"

    Adds all the specified members with the specified scores to the sorted set stored at key.

    "},{"t":"M","n":"Relay\\Cluster::zcard","p":"Relay/Cluster.html#method_zcard","d":"

    Returns the sorted set cardinality (number of elements) of the sorted set stored at key.

    "},{"t":"M","n":"Relay\\Cluster::zcount","p":"Relay/Cluster.html#method_zcount","d":"

    Returns the number of elements in the sorted set at key with a score between min and max.

    "},{"t":"M","n":"Relay\\Cluster::zdiff","p":"Relay/Cluster.html#method_zdiff","d":"

    This command is similar to ZDIFFSTORE, but instead of storing the\nresulting sorted set, it is returned to the client.

    "},{"t":"M","n":"Relay\\Cluster::zdiffstore","p":"Relay/Cluster.html#method_zdiffstore","d":"

    Computes the difference between the first and all successive\ninput sorted sets and stores the result in destination.

    "},{"t":"M","n":"Relay\\Cluster::zincrby","p":"Relay/Cluster.html#method_zincrby","d":"

    Increments the score of member in the sorted set stored at key by increment.

    "},{"t":"M","n":"Relay\\Cluster::zinter","p":"Relay/Cluster.html#method_zinter","d":"

    This command is similar to ZINTERSTORE, but instead of storing\nthe resulting sorted set, it is returned to the client.

    "},{"t":"M","n":"Relay\\Cluster::zintercard","p":"Relay/Cluster.html#method_zintercard","d":"

    Intersect multiple sorted sets and return the cardinality of the result.

    "},{"t":"M","n":"Relay\\Cluster::zinterstore","p":"Relay/Cluster.html#method_zinterstore","d":"

    Computes the intersection of numkeys sorted sets given by the\nspecified keys, and stores the result in destination.

    "},{"t":"M","n":"Relay\\Cluster::zlexcount","p":"Relay/Cluster.html#method_zlexcount","d":"

    When all the elements in a sorted set are inserted with the same score,\nin order to force lexicographical ordering, this command returns the\nnumber of elements in the sorted set at key with a value between min and max.

    "},{"t":"M","n":"Relay\\Cluster::zmpop","p":"Relay/Cluster.html#method_zmpop","d":"

    Pops one or more elements, that are member-score pairs, from the\nfirst non-empty sorted set in the provided list of key names.

    "},{"t":"M","n":"Relay\\Cluster::zmscore","p":"Relay/Cluster.html#method_zmscore","d":"

    Returns the scores associated with the specified members in the sorted set stored at key.

    "},{"t":"M","n":"Relay\\Cluster::zpopmax","p":"Relay/Cluster.html#method_zpopmax","d":"

    Removes and returns up to count members with the highest\nscores in the sorted set stored at key.

    "},{"t":"M","n":"Relay\\Cluster::zpopmin","p":"Relay/Cluster.html#method_zpopmin","d":"

    Removes and returns up to count members with the lowest\nscores in the sorted set stored at key.

    "},{"t":"M","n":"Relay\\Cluster::zrandmember","p":"Relay/Cluster.html#method_zrandmember","d":"

    When called with just the key argument, return a random element from the sorted set value stored at key.

    "},{"t":"M","n":"Relay\\Cluster::zrange","p":"Relay/Cluster.html#method_zrange","d":"

    Returns the specified range of elements in the sorted set stored at key.

    "},{"t":"M","n":"Relay\\Cluster::zrangebylex","p":"Relay/Cluster.html#method_zrangebylex","d":"

    When all the elements in a sorted set are inserted with the same score,\nin order to force lexicographical ordering, this command returns all\nthe elements in the sorted set at key with a value between min and max.

    "},{"t":"M","n":"Relay\\Cluster::zrangebyscore","p":"Relay/Cluster.html#method_zrangebyscore","d":"

    Returns all the elements in the sorted set at key with a score between\nmin and max (including elements with score equal to min or max).

    "},{"t":"M","n":"Relay\\Cluster::zrangestore","p":"Relay/Cluster.html#method_zrangestore","d":"

    Returns all the elements in the sorted set at key with a score between\nmax and min (including elements with score equal to max or min).

    "},{"t":"M","n":"Relay\\Cluster::zrank","p":"Relay/Cluster.html#method_zrank","d":"

    Returns the rank of member in the sorted set stored at key, with the scores\nordered from low to high. The rank (or index) is 0-based, which means\nthat the member with the lowest score has rank 0.

    "},{"t":"M","n":"Relay\\Cluster::zrem","p":"Relay/Cluster.html#method_zrem","d":"

    Removes the specified members from the sorted set stored at key.

    "},{"t":"M","n":"Relay\\Cluster::zremrangebylex","p":"Relay/Cluster.html#method_zremrangebylex","d":"

    When all the elements in a sorted set are inserted with the same score,\nin order to force lexicographical ordering, this command removes all\nelements in the sorted set stored at key between the\nlexicographical range specified by min and max.

    "},{"t":"M","n":"Relay\\Cluster::zremrangebyrank","p":"Relay/Cluster.html#method_zremrangebyrank","d":"

    Removes all elements in the sorted set stored at key with rank between\nstart and stop. Both start and stop are 0 -based indexes with 0 being\nthe element with the lowest score.

    "},{"t":"M","n":"Relay\\Cluster::zremrangebyscore","p":"Relay/Cluster.html#method_zremrangebyscore","d":"

    Removes all elements in the sorted set stored at key with\na score between min and max (inclusive).

    "},{"t":"M","n":"Relay\\Cluster::zrevrange","p":"Relay/Cluster.html#method_zrevrange","d":"

    Returns the specified range of elements in the sorted set stored at key.

    "},{"t":"M","n":"Relay\\Cluster::zrevrangebylex","p":"Relay/Cluster.html#method_zrevrangebylex","d":"

    When all the elements in a sorted set are inserted with the same score,\nin order to force lexicographical ordering, this command returns all\nthe elements in the sorted set at key with a value between max and min.

    "},{"t":"M","n":"Relay\\Cluster::zrevrangebyscore","p":"Relay/Cluster.html#method_zrevrangebyscore","d":"

    Returns all the elements in the sorted set at key with a score between\nmax and min (including elements with score equal to max or min).

    "},{"t":"M","n":"Relay\\Cluster::zrevrank","p":"Relay/Cluster.html#method_zrevrank","d":"

    Returns the rank of member in the sorted set stored at key, with the scores\nordered from high to low. The rank (or index) is 0-based, which means\nthat the member with the highest score has rank 0.

    "},{"t":"M","n":"Relay\\Cluster::zscan","p":"Relay/Cluster.html#method_zscan","d":"

    Iterates elements of Sorted Set types and their associated scores.

    "},{"t":"M","n":"Relay\\Cluster::zscore","p":"Relay/Cluster.html#method_zscore","d":"

    Returns the score of member in the sorted set at key.

    "},{"t":"M","n":"Relay\\Cluster::zunion","p":"Relay/Cluster.html#method_zunion","d":"

    This command is similar to ZUNIONSTORE, but instead of storing\nthe resulting sorted set, it is returned to the client.

    "},{"t":"M","n":"Relay\\Cluster::zunionstore","p":"Relay/Cluster.html#method_zunionstore","d":"

    Computes the union of numkeys sorted sets given by the\nspecified keys, and stores the result in destination.

    "},{"t":"M","n":"Relay\\Relay::__construct","p":"Relay/Relay.html#method___construct","d":"

    Establishes a new connection to Redis, or re-uses already opened connection.

    "},{"t":"M","n":"Relay\\Relay::connect","p":"Relay/Relay.html#method_connect","d":"

    Establishes a new connection to Redis.

    "},{"t":"M","n":"Relay\\Relay::pconnect","p":"Relay/Relay.html#method_pconnect","d":"

    Establishes a persistent connection to Redis.

    "},{"t":"M","n":"Relay\\Relay::close","p":"Relay/Relay.html#method_close","d":"

    Closes the current connection, unless it's persistent.

    "},{"t":"M","n":"Relay\\Relay::pclose","p":"Relay/Relay.html#method_pclose","d":"

    Closes the current connection, if it's persistent.

    "},{"t":"M","n":"Relay\\Relay::listen","p":"Relay/Relay.html#method_listen","d":"

    Registers a new event listener.

    "},{"t":"M","n":"Relay\\Relay::onFlushed","p":"Relay/Relay.html#method_onFlushed","d":"

    Registers a new flushed event listener.

    "},{"t":"M","n":"Relay\\Relay::onInvalidated","p":"Relay/Relay.html#method_onInvalidated","d":"

    Registers a new invalidated event listener.

    "},{"t":"M","n":"Relay\\Relay::dispatchEvents","p":"Relay/Relay.html#method_dispatchEvents","d":"

    Dispatches all pending events.

    "},{"t":"M","n":"Relay\\Relay::getOption","p":"Relay/Relay.html#method_getOption","d":"

    Returns a client option.

    "},{"t":"M","n":"Relay\\Relay::option","p":"Relay/Relay.html#method_option","d":"

    Returns or sets a client option.

    "},{"t":"M","n":"Relay\\Relay::setOption","p":"Relay/Relay.html#method_setOption","d":"

    Sets a client option.

    "},{"t":"M","n":"Relay\\Relay::addIgnorePatterns","p":"Relay/Relay.html#method_addIgnorePatterns","d":"

    Adds ignore pattern(s). Matching keys will not be cached in memory.

    "},{"t":"M","n":"Relay\\Relay::addAllowPatterns","p":"Relay/Relay.html#method_addAllowPatterns","d":"

    Adds allow pattern(s). Only matching keys will be cached in memory.

    "},{"t":"M","n":"Relay\\Relay::getTimeout","p":"Relay/Relay.html#method_getTimeout","d":"

    Returns the connection timeout.

    "},{"t":"M","n":"Relay\\Relay::timeout","p":"Relay/Relay.html#method_timeout","d":""},{"t":"M","n":"Relay\\Relay::getReadTimeout","p":"Relay/Relay.html#method_getReadTimeout","d":"

    Returns the read timeout.

    "},{"t":"M","n":"Relay\\Relay::readTimeout","p":"Relay/Relay.html#method_readTimeout","d":""},{"t":"M","n":"Relay\\Relay::getBytes","p":"Relay/Relay.html#method_getBytes","d":"

    Returns the number of bytes sent and received over the network during the Relay object's\nlifetime, or since the last time Relay::clearBytes() was called.

    "},{"t":"M","n":"Relay\\Relay::bytes","p":"Relay/Relay.html#method_bytes","d":""},{"t":"M","n":"Relay\\Relay::getHost","p":"Relay/Relay.html#method_getHost","d":"

    Returns the host or unix socket.

    "},{"t":"M","n":"Relay\\Relay::isConnected","p":"Relay/Relay.html#method_isConnected","d":"

    Whether Relay is connected to Redis.

    "},{"t":"M","n":"Relay\\Relay::getPort","p":"Relay/Relay.html#method_getPort","d":"

    Returns the port.

    "},{"t":"M","n":"Relay\\Relay::getAuth","p":"Relay/Relay.html#method_getAuth","d":"

    Returns the authentication information.

    "},{"t":"M","n":"Relay\\Relay::getDbNum","p":"Relay/Relay.html#method_getDbNum","d":"

    Returns the currently selected DB

    "},{"t":"M","n":"Relay\\Relay::_serialize","p":"Relay/Relay.html#method__serialize","d":"

    Returns the serialized value.

    "},{"t":"M","n":"Relay\\Relay::_unserialize","p":"Relay/Relay.html#method__unserialize","d":"

    Returns the unserialized value.

    "},{"t":"M","n":"Relay\\Relay::_compress","p":"Relay/Relay.html#method__compress","d":"

    Compress data with Relay's currently configured compression algorithm.

    "},{"t":"M","n":"Relay\\Relay::_uncompress","p":"Relay/Relay.html#method__uncompress","d":"

    Uncompress data with Relay's currently configured compression algorithm.

    "},{"t":"M","n":"Relay\\Relay::_pack","p":"Relay/Relay.html#method__pack","d":"

    Returns the serialized and compressed value.

    "},{"t":"M","n":"Relay\\Relay::_unpack","p":"Relay/Relay.html#method__unpack","d":"

    Returns the unserialized and decompressed value.

    "},{"t":"M","n":"Relay\\Relay::_prefix","p":"Relay/Relay.html#method__prefix","d":"

    Returns the value with the prefix.

    "},{"t":"M","n":"Relay\\Relay::getLastError","p":"Relay/Relay.html#method_getLastError","d":"

    Returns the last error message, if any.

    "},{"t":"M","n":"Relay\\Relay::clearLastError","p":"Relay/Relay.html#method_clearLastError","d":"

    Clears the last error that is set, if any.

    "},{"t":"M","n":"Relay\\Relay::endpointId","p":"Relay/Relay.html#method_endpointId","d":"

    Returns the connection's endpoint identifier.

    "},{"t":"M","n":"Relay\\Relay::getPersistentID","p":"Relay/Relay.html#method_getPersistentID","d":""},{"t":"M","n":"Relay\\Relay::socketId","p":"Relay/Relay.html#method_socketId","d":"

    Returns a unique representation of the underlying socket connection identifier.

    "},{"t":"M","n":"Relay\\Relay::stats","p":"Relay/Relay.html#method_stats","d":"

    Returns statistics about Relay.

    "},{"t":"M","n":"Relay\\Relay::maxMemory","p":"Relay/Relay.html#method_maxMemory","d":"

    Returns the number of bytes allocated, or 0 in client-only mode.

    "},{"t":"M","n":"Relay\\Relay::memory","p":"Relay/Relay.html#method_memory","d":"

    Returns the number of bytes allocated, or 0 in client-only mode.

    "},{"t":"M","n":"Relay\\Relay::rawCommand","p":"Relay/Relay.html#method_rawCommand","d":"

    Execute any command against Redis, without applying\nthe prefix, compression and serialization.

    "},{"t":"M","n":"Relay\\Relay::select","p":"Relay/Relay.html#method_select","d":"

    Select the Redis logical database having the specified zero-based numeric index.

    "},{"t":"M","n":"Relay\\Relay::auth","p":"Relay/Relay.html#method_auth","d":"

    Authenticate the connection using a password or an ACL username and password.

    "},{"t":"M","n":"Relay\\Relay::info","p":"Relay/Relay.html#method_info","d":"

    The INFO command returns information and statistics about Redis in a format\nthat is simple to parse by computers and easy to read by humans.

    "},{"t":"M","n":"Relay\\Relay::flushdb","p":"Relay/Relay.html#method_flushdb","d":"

    Deletes all the keys of the currently selected database.

    "},{"t":"M","n":"Relay\\Relay::flushall","p":"Relay/Relay.html#method_flushall","d":"

    Deletes all the keys of all the existing databases, not just the currently selected one.

    "},{"t":"M","n":"Relay\\Relay::fcall","p":"Relay/Relay.html#method_fcall","d":"

    Invokes a Redis function.

    "},{"t":"M","n":"Relay\\Relay::fcall_ro","p":"Relay/Relay.html#method_fcall_ro","d":"

    Invokes a read-only Redis function.

    "},{"t":"M","n":"Relay\\Relay::function","p":"Relay/Relay.html#method_function","d":"

    Calls FUNCTION sub-command.

    "},{"t":"M","n":"Relay\\Relay::flushMemory","p":"Relay/Relay.html#method_flushMemory","d":"

    Flushes Relay's in-memory cache of all databases.

    "},{"t":"M","n":"Relay\\Relay::ftAggregate","p":"Relay/Relay.html#method_ftAggregate","d":"

    Run a search query on an index, and perform aggregate\ntransformations on the results, extracting statistics etc from them.

    "},{"t":"M","n":"Relay\\Relay::ftAliasAdd","p":"Relay/Relay.html#method_ftAliasAdd","d":"

    Add an alias to an index.

    "},{"t":"M","n":"Relay\\Relay::ftAliasDel","p":"Relay/Relay.html#method_ftAliasDel","d":"

    Remove an alias from an index.

    "},{"t":"M","n":"Relay\\Relay::ftAliasUpdate","p":"Relay/Relay.html#method_ftAliasUpdate","d":"

    Add an alias to an index.

    "},{"t":"M","n":"Relay\\Relay::ftAlter","p":"Relay/Relay.html#method_ftAlter","d":"

    Add a new attribute to the index.

    "},{"t":"M","n":"Relay\\Relay::ftConfig","p":"Relay/Relay.html#method_ftConfig","d":"

    Container command for get/set RediSearch configuration parameter.

    "},{"t":"M","n":"Relay\\Relay::ftCreate","p":"Relay/Relay.html#method_ftCreate","d":"

    Create an index with the given specification.

    "},{"t":"M","n":"Relay\\Relay::ftCursor","p":"Relay/Relay.html#method_ftCursor","d":"

    Container command for del/read existing cursor.

    "},{"t":"M","n":"Relay\\Relay::ftDictAdd","p":"Relay/Relay.html#method_ftDictAdd","d":"

    Add terms to a dictionary.

    "},{"t":"M","n":"Relay\\Relay::ftDictDel","p":"Relay/Relay.html#method_ftDictDel","d":"

    Delete terms from a dictionary.

    "},{"t":"M","n":"Relay\\Relay::ftDictDump","p":"Relay/Relay.html#method_ftDictDump","d":"

    Dump all terms in the given dictionary.

    "},{"t":"M","n":"Relay\\Relay::ftDropIndex","p":"Relay/Relay.html#method_ftDropIndex","d":"

    Delete an index.

    "},{"t":"M","n":"Relay\\Relay::ftExplain","p":"Relay/Relay.html#method_ftExplain","d":"

    Return the execution plan for a complex query.

    "},{"t":"M","n":"Relay\\Relay::ftExplainCli","p":"Relay/Relay.html#method_ftExplainCli","d":"

    Return the execution plan for a complex query but formatted for easier reading from CLI.

    "},{"t":"M","n":"Relay\\Relay::ftInfo","p":"Relay/Relay.html#method_ftInfo","d":"

    Returns information and statistics about a given index.

    "},{"t":"M","n":"Relay\\Relay::ftProfile","p":"Relay/Relay.html#method_ftProfile","d":"

    Apply FT.SEARCH or FT.AGGREGATE command to collect performance details.

    "},{"t":"M","n":"Relay\\Relay::ftSearch","p":"Relay/Relay.html#method_ftSearch","d":"

    Search the index with a textual query, returning either documents or just ids.

    "},{"t":"M","n":"Relay\\Relay::ftSpellCheck","p":"Relay/Relay.html#method_ftSpellCheck","d":"

    Perform spelling correction on a query, returning suggestions for misspelled terms.

    "},{"t":"M","n":"Relay\\Relay::ftSynDump","p":"Relay/Relay.html#method_ftSynDump","d":"

    Dump the contents of a synonym group.

    "},{"t":"M","n":"Relay\\Relay::ftSynUpdate","p":"Relay/Relay.html#method_ftSynUpdate","d":"

    Update a synonym group.

    "},{"t":"M","n":"Relay\\Relay::ftTagVals","p":"Relay/Relay.html#method_ftTagVals","d":"

    Return a distinct set of values indexed in a Tag field.

    "},{"t":"M","n":"Relay\\Relay::dbsize","p":"Relay/Relay.html#method_dbsize","d":"

    Returns the number of keys in the currently-selected database.

    "},{"t":"M","n":"Relay\\Relay::dump","p":"Relay/Relay.html#method_dump","d":"

    Serialize and return the value stored at key in a Redis-specific format.

    "},{"t":"M","n":"Relay\\Relay::replicaof","p":"Relay/Relay.html#method_replicaof","d":"

    Attach or detach the instance as a replica of another instance.

    "},{"t":"M","n":"Relay\\Relay::waitaof","p":"Relay/Relay.html#method_waitaof","d":"

    Pause the client until sufficient local and/or remote AOF data has been flushed to disk.

    "},{"t":"M","n":"Relay\\Relay::restore","p":"Relay/Relay.html#method_restore","d":"

    Create a key associated with a value that is obtained by deserializing the provided serialized value.

    "},{"t":"M","n":"Relay\\Relay::migrate","p":"Relay/Relay.html#method_migrate","d":"

    Atomically transfer a key from a Redis instance to another one.

    "},{"t":"M","n":"Relay\\Relay::copy","p":"Relay/Relay.html#method_copy","d":"

    This command copies the value stored at the source key to the destination key.

    "},{"t":"M","n":"Relay\\Relay::echo","p":"Relay/Relay.html#method_echo","d":"

    Asks Redis to echo back the provided string.

    "},{"t":"M","n":"Relay\\Relay::ping","p":"Relay/Relay.html#method_ping","d":"

    Returns PONG if no argument is provided, otherwise return a copy of the argument as a bulk.

    "},{"t":"M","n":"Relay\\Relay::idleTime","p":"Relay/Relay.html#method_idleTime","d":"

    Returns the number of milliseoconds since Relay has seen activity from the server.

    "},{"t":"M","n":"Relay\\Relay::randomkey","p":"Relay/Relay.html#method_randomkey","d":"

    Returns a random key from Redis.

    "},{"t":"M","n":"Relay\\Relay::time","p":"Relay/Relay.html#method_time","d":"

    Returns the current time from Redis.

    "},{"t":"M","n":"Relay\\Relay::bgrewriteaof","p":"Relay/Relay.html#method_bgrewriteaof","d":"

    Asynchronously rewrite the append-only file.

    "},{"t":"M","n":"Relay\\Relay::lastsave","p":"Relay/Relay.html#method_lastsave","d":"

    Returns the UNIX time stamp of the last successful save to disk.

    "},{"t":"M","n":"Relay\\Relay::lcs","p":"Relay/Relay.html#method_lcs","d":"

    Get the longest common subsequence between two string keys.

    "},{"t":"M","n":"Relay\\Relay::bgsave","p":"Relay/Relay.html#method_bgsave","d":"

    Asynchronously save the dataset to disk.

    "},{"t":"M","n":"Relay\\Relay::save","p":"Relay/Relay.html#method_save","d":"

    Synchronously save the dataset to disk.

    "},{"t":"M","n":"Relay\\Relay::role","p":"Relay/Relay.html#method_role","d":"

    Returns the role of the instance in the context of replication.

    "},{"t":"M","n":"Relay\\Relay::ttl","p":"Relay/Relay.html#method_ttl","d":"

    Returns the remaining time to live of a key that has a timeout in seconds.

    "},{"t":"M","n":"Relay\\Relay::pttl","p":"Relay/Relay.html#method_pttl","d":"

    Returns the remaining time to live of a key that has a timeout in milliseconds.

    "},{"t":"M","n":"Relay\\Relay::exists","p":"Relay/Relay.html#method_exists","d":"

    Returns if key(s) exists.

    "},{"t":"M","n":"Relay\\Relay::eval","p":"Relay/Relay.html#method_eval","d":"

    Evaluate script using the Lua interpreter.

    "},{"t":"M","n":"Relay\\Relay::eval_ro","p":"Relay/Relay.html#method_eval_ro","d":"

    Evaluate script using the Lua interpreter. This is just the "read-only" variant of EVAL\nmeaning it can be run on read-only replicas.

    "},{"t":"M","n":"Relay\\Relay::evalsha","p":"Relay/Relay.html#method_evalsha","d":"

    Evaluates a script cached on the server-side by its SHA1 digest.

    "},{"t":"M","n":"Relay\\Relay::evalsha_ro","p":"Relay/Relay.html#method_evalsha_ro","d":"

    Evaluates a script cached on the server-side by its SHA1 digest. This is just the "read-only" variant\nof EVALSHA meaning it can be run on read-only replicas.

    "},{"t":"M","n":"Relay\\Relay::client","p":"Relay/Relay.html#method_client","d":"

    Executes CLIENT command operations.

    "},{"t":"M","n":"Relay\\Relay::geoadd","p":"Relay/Relay.html#method_geoadd","d":"

    Add one or more members to a geospacial sorted set

    "},{"t":"M","n":"Relay\\Relay::geodist","p":"Relay/Relay.html#method_geodist","d":"

    Get the distance between two members of a geospacially encoded sorted set.

    "},{"t":"M","n":"Relay\\Relay::geohash","p":"Relay/Relay.html#method_geohash","d":"

    Retrieve one or more GeoHash encoded strings for members of the set.

    "},{"t":"M","n":"Relay\\Relay::georadius","p":"Relay/Relay.html#method_georadius","d":"

    Retrieve members of a geospacially sorted set that are within a certain radius of a location.

    "},{"t":"M","n":"Relay\\Relay::georadiusbymember","p":"Relay/Relay.html#method_georadiusbymember","d":"

    Similar to GEORADIUS except it uses a member as the center of the query.

    "},{"t":"M","n":"Relay\\Relay::georadiusbymember_ro","p":"Relay/Relay.html#method_georadiusbymember_ro","d":"

    Similar to GEORADIUS except it uses a member as the center of the query.

    "},{"t":"M","n":"Relay\\Relay::georadius_ro","p":"Relay/Relay.html#method_georadius_ro","d":"

    Retrieve members of a geospacially sorted set that are within a certain radius of a location.

    "},{"t":"M","n":"Relay\\Relay::geosearch","p":"Relay/Relay.html#method_geosearch","d":"

    Search a geospacial sorted set for members in various ways.

    "},{"t":"M","n":"Relay\\Relay::geosearchstore","p":"Relay/Relay.html#method_geosearchstore","d":"

    Search a geospacial sorted set for members within a given area or range, storing the results into\na new set.

    "},{"t":"M","n":"Relay\\Relay::get","p":"Relay/Relay.html#method_get","d":"

    Get the value of key.

    "},{"t":"M","n":"Relay\\Relay::getset","p":"Relay/Relay.html#method_getset","d":"

    Atomically sets key to value and returns the old value stored at key.

    "},{"t":"M","n":"Relay\\Relay::getrange","p":"Relay/Relay.html#method_getrange","d":"

    Returns the substring of the string value stored at key,\ndetermined by the offsets start and end (both are inclusive).

    "},{"t":"M","n":"Relay\\Relay::setrange","p":"Relay/Relay.html#method_setrange","d":"

    Overwrites part of the string stored at key, starting at\nthe specified offset, for the entire length of value.

    "},{"t":"M","n":"Relay\\Relay::getbit","p":"Relay/Relay.html#method_getbit","d":"

    Returns the bit value at offset in the string value stored at key.

    "},{"t":"M","n":"Relay\\Relay::bitcount","p":"Relay/Relay.html#method_bitcount","d":"

    Count the number of set bits (population counting) in a string.

    "},{"t":"M","n":"Relay\\Relay::bitfield","p":"Relay/Relay.html#method_bitfield","d":"

    Perform various bitfield operations on a string key, such as getting/setting bit ranges,\nincrementing, etc.

    "},{"t":"M","n":"Relay\\Relay::config","p":"Relay/Relay.html#method_config","d":"

    This is a container command for runtime configuration commands.

    "},{"t":"M","n":"Relay\\Relay::command","p":"Relay/Relay.html#method_command","d":"

    Return an array with details about every Redis command.

    "},{"t":"M","n":"Relay\\Relay::bitop","p":"Relay/Relay.html#method_bitop","d":"

    Perform a bitwise operation on one or more keys, storing the result in a new key.

    "},{"t":"M","n":"Relay\\Relay::bitpos","p":"Relay/Relay.html#method_bitpos","d":"

    Return the position of the first bit set to 1 or 0 in a string.

    "},{"t":"M","n":"Relay\\Relay::setbit","p":"Relay/Relay.html#method_setbit","d":"

    Sets or clears the bit at offset in the string value stored at key.

    "},{"t":"M","n":"Relay\\Relay::acl","p":"Relay/Relay.html#method_acl","d":"

    Interact with Redis' ACLs

    "},{"t":"M","n":"Relay\\Relay::append","p":"Relay/Relay.html#method_append","d":"

    If key already exists and is a string, this command appends\nthe value at the end of the string. If key does not exist\nit is created and set as an empty string, so APPEND will\nbe similar to SET in this special case.

    "},{"t":"M","n":"Relay\\Relay::set","p":"Relay/Relay.html#method_set","d":"

    Set key to hold the string value. If key already holds\na value, it is overwritten, regardless of its type.

    "},{"t":"M","n":"Relay\\Relay::getex","p":"Relay/Relay.html#method_getex","d":"

    Get the value of key and optionally set its expiration.

    "},{"t":"M","n":"Relay\\Relay::getdel","p":"Relay/Relay.html#method_getdel","d":"

    Get the value of key and delete the key. This command is similar to GET,\nexcept for the fact that it also deletes the key on success\n(if and only if the key's value type is a string).

    "},{"t":"M","n":"Relay\\Relay::setex","p":"Relay/Relay.html#method_setex","d":"

    Set key to hold the string value and set key to timeout after a given number of seconds.

    "},{"t":"M","n":"Relay\\Relay::pfadd","p":"Relay/Relay.html#method_pfadd","d":"

    Adds the specified elements to the specified HyperLogLog.

    "},{"t":"M","n":"Relay\\Relay::pfcount","p":"Relay/Relay.html#method_pfcount","d":"

    Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).

    "},{"t":"M","n":"Relay\\Relay::pfmerge","p":"Relay/Relay.html#method_pfmerge","d":"

    Merge given HyperLogLogs into a single one.

    "},{"t":"M","n":"Relay\\Relay::psetex","p":"Relay/Relay.html#method_psetex","d":"

    Set key to hold the string value and set key to timeout after a given number of milliseconds.

    "},{"t":"M","n":"Relay\\Relay::publish","p":"Relay/Relay.html#method_publish","d":"

    Posts a message to the given channel.

    "},{"t":"M","n":"Relay\\Relay::pubsub","p":"Relay/Relay.html#method_pubsub","d":"

    A container command for Pub/Sub introspection commands.

    "},{"t":"M","n":"Relay\\Relay::spublish","p":"Relay/Relay.html#method_spublish","d":"

    Posts a message to the given shard channel.

    "},{"t":"M","n":"Relay\\Relay::setnx","p":"Relay/Relay.html#method_setnx","d":"

    Set key to hold string value if key does not exist. In that case, it is equal to SET.

    "},{"t":"M","n":"Relay\\Relay::mget","p":"Relay/Relay.html#method_mget","d":"

    Returns the values of all specified keys.

    "},{"t":"M","n":"Relay\\Relay::move","p":"Relay/Relay.html#method_move","d":"

    Move key from the currently selected database to the specified destination database.

    "},{"t":"M","n":"Relay\\Relay::mset","p":"Relay/Relay.html#method_mset","d":"

    Sets the given keys to their respective values.

    "},{"t":"M","n":"Relay\\Relay::msetnx","p":"Relay/Relay.html#method_msetnx","d":"

    Sets the given keys to their respective values.

    "},{"t":"M","n":"Relay\\Relay::rename","p":"Relay/Relay.html#method_rename","d":"

    Renames key.

    "},{"t":"M","n":"Relay\\Relay::renamenx","p":"Relay/Relay.html#method_renamenx","d":"

    Renames key if the new key does not yet exist.

    "},{"t":"M","n":"Relay\\Relay::del","p":"Relay/Relay.html#method_del","d":"

    Removes the specified keys.

    "},{"t":"M","n":"Relay\\Relay::unlink","p":"Relay/Relay.html#method_unlink","d":"

    Removes the specified keys without blocking Redis.

    "},{"t":"M","n":"Relay\\Relay::expire","p":"Relay/Relay.html#method_expire","d":"

    Set a timeout on key.

    "},{"t":"M","n":"Relay\\Relay::pexpire","p":"Relay/Relay.html#method_pexpire","d":"

    Set a key's time to live in milliseconds.

    "},{"t":"M","n":"Relay\\Relay::expireat","p":"Relay/Relay.html#method_expireat","d":"

    Set a timeout on key using a unix timestamp.

    "},{"t":"M","n":"Relay\\Relay::expiretime","p":"Relay/Relay.html#method_expiretime","d":"

    Returns the absolute Unix timestamp in seconds at which the given key will expire.

    "},{"t":"M","n":"Relay\\Relay::pexpireat","p":"Relay/Relay.html#method_pexpireat","d":"

    Set the expiration for a key as a UNIX timestamp specified in milliseconds.

    "},{"t":"M","n":"Relay\\Relay::pexpiretime","p":"Relay/Relay.html#method_pexpiretime","d":"

    Semantic the same as EXPIRETIME, but returns the absolute Unix expiration\ntimestamp in milliseconds instead of seconds.

    "},{"t":"M","n":"Relay\\Relay::persist","p":"Relay/Relay.html#method_persist","d":"

    Remove the existing timeout on key, turning the key from volatile to persistent.

    "},{"t":"M","n":"Relay\\Relay::type","p":"Relay/Relay.html#method_type","d":"

    Returns the type of a given key.

    "},{"t":"M","n":"Relay\\Relay::lmove","p":"Relay/Relay.html#method_lmove","d":"

    Atomically returns and removes the first/last element of the list\nstored at source, and pushes the element at the first/last\nelement of the list stored at destination.

    "},{"t":"M","n":"Relay\\Relay::blmove","p":"Relay/Relay.html#method_blmove","d":"

    BLMOVE is the blocking variant of LMOVE. When source contains elements,\nthis command behaves exactly like LMOVE. When used inside a\nMULTI/EXEC block, this command behaves exactly like LMOVE.

    "},{"t":"M","n":"Relay\\Relay::lrange","p":"Relay/Relay.html#method_lrange","d":"

    Returns the specified elements of the list stored at key.

    "},{"t":"M","n":"Relay\\Relay::lpush","p":"Relay/Relay.html#method_lpush","d":"

    Insert all the specified values at the head of the list stored at key.

    "},{"t":"M","n":"Relay\\Relay::rpush","p":"Relay/Relay.html#method_rpush","d":"

    Insert all the specified values at the tail of the list stored at key.

    "},{"t":"M","n":"Relay\\Relay::lpushx","p":"Relay/Relay.html#method_lpushx","d":"

    Inserts specified values at the head of the list stored at key,\nonly if key already exists and holds a list.

    "},{"t":"M","n":"Relay\\Relay::rpushx","p":"Relay/Relay.html#method_rpushx","d":"

    Inserts specified values at the tail of the list stored at key,\nonly if key already exists and holds a list.

    "},{"t":"M","n":"Relay\\Relay::lset","p":"Relay/Relay.html#method_lset","d":"

    Sets the list element at index to element.

    "},{"t":"M","n":"Relay\\Relay::lpop","p":"Relay/Relay.html#method_lpop","d":"

    Removes and returns the first elements of the list stored at key.

    "},{"t":"M","n":"Relay\\Relay::lpos","p":"Relay/Relay.html#method_lpos","d":"

    The command returns the index of matching elements inside a Redis list.

    "},{"t":"M","n":"Relay\\Relay::rpop","p":"Relay/Relay.html#method_rpop","d":"

    Removes and returns the last elements of the list stored at key.

    "},{"t":"M","n":"Relay\\Relay::rpoplpush","p":"Relay/Relay.html#method_rpoplpush","d":"

    Atomically returns and removes the last element (tail) of the list stored at source,\nand pushes the element at the first element (head) of the list stored at destination.

    "},{"t":"M","n":"Relay\\Relay::brpoplpush","p":"Relay/Relay.html#method_brpoplpush","d":"

    Atomically returns and removes the last element (tail) of the list stored at source,\nand pushes the element at the first element (head) of the list stored at destination.

    "},{"t":"M","n":"Relay\\Relay::blpop","p":"Relay/Relay.html#method_blpop","d":"

    BLPOP is a blocking list pop primitive. It is the blocking version of LPOP because\nit blocks the connection when there are no elements to pop from any of the given lists.

    "},{"t":"M","n":"Relay\\Relay::blmpop","p":"Relay/Relay.html#method_blmpop","d":"

    Pop elements from a list, or block until one is available

    "},{"t":"M","n":"Relay\\Relay::bzmpop","p":"Relay/Relay.html#method_bzmpop","d":"

    Remove and return members with scores in a sorted set or block until one is available

    "},{"t":"M","n":"Relay\\Relay::lmpop","p":"Relay/Relay.html#method_lmpop","d":"

    Pops one or more elements from the first non-empty list key from the list of provided key names.

    "},{"t":"M","n":"Relay\\Relay::zmpop","p":"Relay/Relay.html#method_zmpop","d":"

    Pops one or more elements, that are member-score pairs, from the\nfirst non-empty sorted set in the provided list of key names.

    "},{"t":"M","n":"Relay\\Relay::brpop","p":"Relay/Relay.html#method_brpop","d":"

    BRPOP is a blocking list pop primitive. It is the blocking version of RPOP because\nit blocks the connection when there are no elements to pop from any of the given lists.

    "},{"t":"M","n":"Relay\\Relay::bzpopmax","p":"Relay/Relay.html#method_bzpopmax","d":"

    BZPOPMAX is the blocking variant of the sorted set ZPOPMAX primitive.

    "},{"t":"M","n":"Relay\\Relay::bzpopmin","p":"Relay/Relay.html#method_bzpopmin","d":"

    BZPOPMIN is the blocking variant of the sorted set ZPOPMIN primitive.

    "},{"t":"M","n":"Relay\\Relay::object","p":"Relay/Relay.html#method_object","d":"

    This is a container command for object introspection commands.

    "},{"t":"M","n":"Relay\\Relay::geopos","p":"Relay/Relay.html#method_geopos","d":"

    Return the positions (longitude,latitude) of all the specified members\nof the geospatial index represented by the sorted set at key.

    "},{"t":"M","n":"Relay\\Relay::lrem","p":"Relay/Relay.html#method_lrem","d":"

    Removes the first count occurrences of elements equal to element from the list stored at key.

    "},{"t":"M","n":"Relay\\Relay::lindex","p":"Relay/Relay.html#method_lindex","d":"

    Returns the element at index index in the list stored at key.

    "},{"t":"M","n":"Relay\\Relay::linsert","p":"Relay/Relay.html#method_linsert","d":"

    Inserts element in the list stored at key either before or after the reference value pivot.

    "},{"t":"M","n":"Relay\\Relay::ltrim","p":"Relay/Relay.html#method_ltrim","d":"

    Trim an existing list so that it will contain only the specified range of elements specified.

    "},{"t":"M","n":"Relay\\Relay::hget","p":"Relay/Relay.html#method_hget","d":"

    Returns the value associated with field in the hash stored at key.

    "},{"t":"M","n":"Relay\\Relay::hstrlen","p":"Relay/Relay.html#method_hstrlen","d":"

    Returns the string length of the value associated with field in the hash stored at key.

    "},{"t":"M","n":"Relay\\Relay::hgetall","p":"Relay/Relay.html#method_hgetall","d":"

    Returns all fields and values of the hash stored at key.

    "},{"t":"M","n":"Relay\\Relay::hkeys","p":"Relay/Relay.html#method_hkeys","d":"

    Returns all field names in the hash stored at key.

    "},{"t":"M","n":"Relay\\Relay::hvals","p":"Relay/Relay.html#method_hvals","d":"

    Returns all values in the hash stored at key.

    "},{"t":"M","n":"Relay\\Relay::hmget","p":"Relay/Relay.html#method_hmget","d":"

    Returns the values associated with the specified fields in the hash stored at key.

    "},{"t":"M","n":"Relay\\Relay::hrandfield","p":"Relay/Relay.html#method_hrandfield","d":"

    When called with just the key argument, return a random field from the hash value stored at key.

    "},{"t":"M","n":"Relay\\Relay::hmset","p":"Relay/Relay.html#method_hmset","d":"

    Sets the specified fields to their respective values in the hash stored at key.

    "},{"t":"M","n":"Relay\\Relay::hexists","p":"Relay/Relay.html#method_hexists","d":"

    Returns if field is an existing field in the hash stored at key.

    "},{"t":"M","n":"Relay\\Relay::hsetnx","p":"Relay/Relay.html#method_hsetnx","d":"

    Sets field in the hash stored at key to value, only if field does not yet exist.

    "},{"t":"M","n":"Relay\\Relay::hset","p":"Relay/Relay.html#method_hset","d":"

    Sets field in the hash stored at key to value.

    "},{"t":"M","n":"Relay\\Relay::hdel","p":"Relay/Relay.html#method_hdel","d":"

    Removes the specified fields from the hash stored at key.

    "},{"t":"M","n":"Relay\\Relay::hincrby","p":"Relay/Relay.html#method_hincrby","d":"

    Increments the number stored at field in the hash stored at key by increment.

    "},{"t":"M","n":"Relay\\Relay::hincrbyfloat","p":"Relay/Relay.html#method_hincrbyfloat","d":"

    Increment the specified field of a hash stored at key, and representing\na floating point number, by the specified increment.

    "},{"t":"M","n":"Relay\\Relay::incr","p":"Relay/Relay.html#method_incr","d":"

    Increments the number stored at key by one.

    "},{"t":"M","n":"Relay\\Relay::decr","p":"Relay/Relay.html#method_decr","d":"

    Decrements the number stored at key by one.

    "},{"t":"M","n":"Relay\\Relay::incrby","p":"Relay/Relay.html#method_incrby","d":"

    Increments the number stored at key by increment.

    "},{"t":"M","n":"Relay\\Relay::decrby","p":"Relay/Relay.html#method_decrby","d":"

    Decrements the number stored at key by decrement.

    "},{"t":"M","n":"Relay\\Relay::incrbyfloat","p":"Relay/Relay.html#method_incrbyfloat","d":"

    Increment the string representing a floating point number stored at key by the specified increment.

    "},{"t":"M","n":"Relay\\Relay::jsonArrAppend","p":"Relay/Relay.html#method_jsonArrAppend","d":"

    Append the json values into the array at path after the last element in it.

    "},{"t":"M","n":"Relay\\Relay::jsonArrIndex","p":"Relay/Relay.html#method_jsonArrIndex","d":"

    Search for the first occurrence of a JSON value in an array.

    "},{"t":"M","n":"Relay\\Relay::jsonArrInsert","p":"Relay/Relay.html#method_jsonArrInsert","d":"

    Insert the json values into the array at path before the index (shifts to the right).

    "},{"t":"M","n":"Relay\\Relay::jsonArrLen","p":"Relay/Relay.html#method_jsonArrLen","d":"

    Report the length of the JSON array at path in key.

    "},{"t":"M","n":"Relay\\Relay::jsonArrPop","p":"Relay/Relay.html#method_jsonArrPop","d":"

    Remove and return an element from the index in the array.

    "},{"t":"M","n":"Relay\\Relay::jsonArrTrim","p":"Relay/Relay.html#method_jsonArrTrim","d":"

    Trim an array so that it contains only the specified inclusive range of elements.

    "},{"t":"M","n":"Relay\\Relay::jsonClear","p":"Relay/Relay.html#method_jsonClear","d":"

    Clear container values (arrays/objects) and set numeric values to 0.

    "},{"t":"M","n":"Relay\\Relay::jsonDebug","p":"Relay/Relay.html#method_jsonDebug","d":"

    Container command for JSON debugging related tasks.

    "},{"t":"M","n":"Relay\\Relay::jsonDel","p":"Relay/Relay.html#method_jsonDel","d":"

    Delete a value.

    "},{"t":"M","n":"Relay\\Relay::jsonForget","p":"Relay/Relay.html#method_jsonForget","d":""},{"t":"M","n":"Relay\\Relay::jsonGet","p":"Relay/Relay.html#method_jsonGet","d":"

    Return the value at path in JSON serialized form.

    "},{"t":"M","n":"Relay\\Relay::jsonMerge","p":"Relay/Relay.html#method_jsonMerge","d":"

    Merge a given JSON value into matching paths. Consequently, JSON values\nat matching paths are updated, deleted, or expanded with new children.

    "},{"t":"M","n":"Relay\\Relay::jsonMget","p":"Relay/Relay.html#method_jsonMget","d":"

    Return the values at path from multiple key arguments.

    "},{"t":"M","n":"Relay\\Relay::jsonMset","p":"Relay/Relay.html#method_jsonMset","d":"

    Set or update one or more JSON values according to the specified key-path-value triplets.

    "},{"t":"M","n":"Relay\\Relay::jsonNumIncrBy","p":"Relay/Relay.html#method_jsonNumIncrBy","d":"

    Increment the number value stored at path by number.

    "},{"t":"M","n":"Relay\\Relay::jsonNumMultBy","p":"Relay/Relay.html#method_jsonNumMultBy","d":"

    Multiply the number value stored at path by number.

    "},{"t":"M","n":"Relay\\Relay::jsonObjKeys","p":"Relay/Relay.html#method_jsonObjKeys","d":"

    Return the keys in the object that's referenced by path.

    "},{"t":"M","n":"Relay\\Relay::jsonObjLen","p":"Relay/Relay.html#method_jsonObjLen","d":"

    Report the number of keys in the JSON object at path in key.

    "},{"t":"M","n":"Relay\\Relay::jsonResp","p":"Relay/Relay.html#method_jsonResp","d":"

    Return the JSON in key in RESP specification form.

    "},{"t":"M","n":"Relay\\Relay::jsonSet","p":"Relay/Relay.html#method_jsonSet","d":"

    Set the JSON value at path in key.

    "},{"t":"M","n":"Relay\\Relay::jsonStrAppend","p":"Relay/Relay.html#method_jsonStrAppend","d":"

    Append the json-string values to the string at path.

    "},{"t":"M","n":"Relay\\Relay::jsonStrLen","p":"Relay/Relay.html#method_jsonStrLen","d":"

    Report the length of the JSON String at path in key.

    "},{"t":"M","n":"Relay\\Relay::jsonToggle","p":"Relay/Relay.html#method_jsonToggle","d":"

    Toggle a Boolean value stored at path.

    "},{"t":"M","n":"Relay\\Relay::jsonType","p":"Relay/Relay.html#method_jsonType","d":"

    Report the type of JSON value at path.

    "},{"t":"M","n":"Relay\\Relay::sdiff","p":"Relay/Relay.html#method_sdiff","d":"

    Returns the members of the set resulting from the difference\nbetween the first set and all the successive sets.

    "},{"t":"M","n":"Relay\\Relay::sdiffstore","p":"Relay/Relay.html#method_sdiffstore","d":"

    This command is equal to SDIFF, but instead of returning the resulting set,\nit is stored in destination. If destination already exists, it is overwritten.

    "},{"t":"M","n":"Relay\\Relay::sinter","p":"Relay/Relay.html#method_sinter","d":"

    Returns the members of the set resulting from the intersection of all the given sets.

    "},{"t":"M","n":"Relay\\Relay::sintercard","p":"Relay/Relay.html#method_sintercard","d":"

    Intersect multiple sets and return the cardinality of the result.

    "},{"t":"M","n":"Relay\\Relay::sinterstore","p":"Relay/Relay.html#method_sinterstore","d":"

    This command is equal to SINTER, but instead of returning the resulting set,\nit is stored in destination. If destination already exists, it is overwritten.

    "},{"t":"M","n":"Relay\\Relay::sunion","p":"Relay/Relay.html#method_sunion","d":"

    Returns the members of the set resulting from the union of all the given sets.

    "},{"t":"M","n":"Relay\\Relay::sunionstore","p":"Relay/Relay.html#method_sunionstore","d":"

    This command is equal to SUNION, but instead of returning the resulting set,\nit is stored in destination. If destination already exists, it is overwritten.

    "},{"t":"M","n":"Relay\\Relay::subscribe","p":"Relay/Relay.html#method_subscribe","d":"

    Subscribes to the specified channels.

    "},{"t":"M","n":"Relay\\Relay::unsubscribe","p":"Relay/Relay.html#method_unsubscribe","d":"

    Unsubscribes from the given channels, or from all of them if none is given.

    "},{"t":"M","n":"Relay\\Relay::psubscribe","p":"Relay/Relay.html#method_psubscribe","d":"

    Subscribes to the given patterns.

    "},{"t":"M","n":"Relay\\Relay::punsubscribe","p":"Relay/Relay.html#method_punsubscribe","d":"

    Unsubscribes from the given patterns, or from all of them if none is given.

    "},{"t":"M","n":"Relay\\Relay::ssubscribe","p":"Relay/Relay.html#method_ssubscribe","d":"

    Subscribes to the specified shard channels.

    "},{"t":"M","n":"Relay\\Relay::sunsubscribe","p":"Relay/Relay.html#method_sunsubscribe","d":"

    Unsubscribes from the given shard channels, or from all of them if none is given.

    "},{"t":"M","n":"Relay\\Relay::touch","p":"Relay/Relay.html#method_touch","d":"

    Alters the last access time of a key(s).

    "},{"t":"M","n":"Relay\\Relay::pipeline","p":"Relay/Relay.html#method_pipeline","d":"

    A pipeline block is simply transmitted faster to the server (like MULTI), but without any guarantee of atomicity.

    "},{"t":"M","n":"Relay\\Relay::multi","p":"Relay/Relay.html#method_multi","d":"

    Marks the start of a transaction block. Subsequent commands will be queued for atomic execution using EXEC.

    "},{"t":"M","n":"Relay\\Relay::exec","p":"Relay/Relay.html#method_exec","d":"

    Executes all previously queued commands in a transaction and restores the connection state to normal.

    "},{"t":"M","n":"Relay\\Relay::wait","p":"Relay/Relay.html#method_wait","d":"

    Wait for the synchronous replication of all the write\ncommands sent in the context of the current connection.

    "},{"t":"M","n":"Relay\\Relay::watch","p":"Relay/Relay.html#method_watch","d":"

    Marks the given keys to be watched for conditional execution of a transaction.

    "},{"t":"M","n":"Relay\\Relay::unwatch","p":"Relay/Relay.html#method_unwatch","d":"

    Flushes all the previously watched keys for a transaction.

    "},{"t":"M","n":"Relay\\Relay::discard","p":"Relay/Relay.html#method_discard","d":"

    Flushes all previously queued commands in a transaction and restores the connection state to normal.

    "},{"t":"M","n":"Relay\\Relay::getMode","p":"Relay/Relay.html#method_getMode","d":"

    Get the mode Relay is currently in.

    "},{"t":"M","n":"Relay\\Relay::clearBytes","p":"Relay/Relay.html#method_clearBytes","d":"

    Clear the accumulated sent and received bytes.

    "},{"t":"M","n":"Relay\\Relay::scan","p":"Relay/Relay.html#method_scan","d":"

    Scan the keyspace for matching keys.

    "},{"t":"M","n":"Relay\\Relay::hscan","p":"Relay/Relay.html#method_hscan","d":"

    Iterates fields of Hash types and their associated values.

    "},{"t":"M","n":"Relay\\Relay::sscan","p":"Relay/Relay.html#method_sscan","d":"

    Iterates elements of Sets types.

    "},{"t":"M","n":"Relay\\Relay::zscan","p":"Relay/Relay.html#method_zscan","d":"

    Iterates elements of Sorted Set types and their associated scores.

    "},{"t":"M","n":"Relay\\Relay::keys","p":"Relay/Relay.html#method_keys","d":"

    Returns all keys matching pattern.

    "},{"t":"M","n":"Relay\\Relay::slowlog","p":"Relay/Relay.html#method_slowlog","d":"

    Interact with the Redis slowlog.

    "},{"t":"M","n":"Relay\\Relay::smembers","p":"Relay/Relay.html#method_smembers","d":"

    Returns all the members of the set value stored at $key.

    "},{"t":"M","n":"Relay\\Relay::sismember","p":"Relay/Relay.html#method_sismember","d":"

    Returns if $member is a member of the set stored at $key.

    "},{"t":"M","n":"Relay\\Relay::smismember","p":"Relay/Relay.html#method_smismember","d":"

    Returns whether each member is a member of the set stored at $key.

    "},{"t":"M","n":"Relay\\Relay::srem","p":"Relay/Relay.html#method_srem","d":"

    Remove the specified members from the set stored at $key.

    "},{"t":"M","n":"Relay\\Relay::sadd","p":"Relay/Relay.html#method_sadd","d":"

    Add the specified members to the set stored at $key.

    "},{"t":"M","n":"Relay\\Relay::sort","p":"Relay/Relay.html#method_sort","d":"

    Sort the elements in a list, set or sorted set.

    "},{"t":"M","n":"Relay\\Relay::sort_ro","p":"Relay/Relay.html#method_sort_ro","d":"

    Sort the elements in a list, set or sorted set. Read-only variant of SORT.

    "},{"t":"M","n":"Relay\\Relay::smove","p":"Relay/Relay.html#method_smove","d":"

    Move member from the set at source to the set at destination.

    "},{"t":"M","n":"Relay\\Relay::spop","p":"Relay/Relay.html#method_spop","d":"

    Removes and returns one or more random members from the set value store at $key.

    "},{"t":"M","n":"Relay\\Relay::srandmember","p":"Relay/Relay.html#method_srandmember","d":"

    Returns one or multiple random members from a set.

    "},{"t":"M","n":"Relay\\Relay::scard","p":"Relay/Relay.html#method_scard","d":"

    Returns the set cardinality (number of elements) of the set stored at $key.

    "},{"t":"M","n":"Relay\\Relay::script","p":"Relay/Relay.html#method_script","d":"

    Execute a script management command.

    "},{"t":"M","n":"Relay\\Relay::strlen","p":"Relay/Relay.html#method_strlen","d":"

    Returns the length of the string value stored at $key.

    "},{"t":"M","n":"Relay\\Relay::swapdb","p":"Relay/Relay.html#method_swapdb","d":"

    This command swaps two Redis databases,\nso that immediately all the clients connected to a given database\nwill see the data of the other database, and the other way around.

    "},{"t":"M","n":"Relay\\Relay::hlen","p":"Relay/Relay.html#method_hlen","d":"

    Returns the number of fields contained in the hash stored at $key.

    "},{"t":"M","n":"Relay\\Relay::llen","p":"Relay/Relay.html#method_llen","d":"

    Returns the length of the list stored at $key.

    "},{"t":"M","n":"Relay\\Relay::xack","p":"Relay/Relay.html#method_xack","d":"

    Acknowledge one or more IDs as having been processed by the consumer group.

    "},{"t":"M","n":"Relay\\Relay::xadd","p":"Relay/Relay.html#method_xadd","d":"

    Append a message to a stream.

    "},{"t":"M","n":"Relay\\Relay::xclaim","p":"Relay/Relay.html#method_xclaim","d":"

    Claim ownership of stream message(s).

    "},{"t":"M","n":"Relay\\Relay::xautoclaim","p":"Relay/Relay.html#method_xautoclaim","d":"

    Automatically take ownership of stream message(s) by metrics

    "},{"t":"M","n":"Relay\\Relay::xlen","p":"Relay/Relay.html#method_xlen","d":"

    Get the length of a stream.

    "},{"t":"M","n":"Relay\\Relay::xgroup","p":"Relay/Relay.html#method_xgroup","d":"

    Perform utility operations having to do with consumer groups

    "},{"t":"M","n":"Relay\\Relay::xdel","p":"Relay/Relay.html#method_xdel","d":"

    Remove one or more specific IDs from a stream.

    "},{"t":"M","n":"Relay\\Relay::xinfo","p":"Relay/Relay.html#method_xinfo","d":"

    Retrieve information about a stream key.

    "},{"t":"M","n":"Relay\\Relay::xpending","p":"Relay/Relay.html#method_xpending","d":"

    Query pending entries in a stream.

    "},{"t":"M","n":"Relay\\Relay::xrange","p":"Relay/Relay.html#method_xrange","d":"

    Lists elements in a stream.

    "},{"t":"M","n":"Relay\\Relay::xrevrange","p":"Relay/Relay.html#method_xrevrange","d":"

    Get a range of entries from a STREAM ke in reverse chronological order.

    "},{"t":"M","n":"Relay\\Relay::xread","p":"Relay/Relay.html#method_xread","d":"

    Read messages from a stream.

    "},{"t":"M","n":"Relay\\Relay::xreadgroup","p":"Relay/Relay.html#method_xreadgroup","d":"

    Read messages from a stream using a consumer group.

    "},{"t":"M","n":"Relay\\Relay::xtrim","p":"Relay/Relay.html#method_xtrim","d":"

    Truncate a STREAM key in various ways.

    "},{"t":"M","n":"Relay\\Relay::zadd","p":"Relay/Relay.html#method_zadd","d":"

    Adds all the specified members with the specified scores to the sorted set stored at key.

    "},{"t":"M","n":"Relay\\Relay::zrandmember","p":"Relay/Relay.html#method_zrandmember","d":"

    When called with just the key argument, return a random element from the sorted set value stored at key.

    "},{"t":"M","n":"Relay\\Relay::zrange","p":"Relay/Relay.html#method_zrange","d":"

    Returns the specified range of elements in the sorted set stored at key.

    "},{"t":"M","n":"Relay\\Relay::zrevrange","p":"Relay/Relay.html#method_zrevrange","d":"

    Returns the specified range of elements in the sorted set stored at key.

    "},{"t":"M","n":"Relay\\Relay::zrangebyscore","p":"Relay/Relay.html#method_zrangebyscore","d":"

    Returns all the elements in the sorted set at key with a score between\nmin and max (including elements with score equal to min or max).

    "},{"t":"M","n":"Relay\\Relay::zrevrangebyscore","p":"Relay/Relay.html#method_zrevrangebyscore","d":"

    Returns all the elements in the sorted set at key with a score between\nmax and min (including elements with score equal to max or min).

    "},{"t":"M","n":"Relay\\Relay::zrangestore","p":"Relay/Relay.html#method_zrangestore","d":"

    Returns all the elements in the sorted set at key with a score between\nmax and min (including elements with score equal to max or min).

    "},{"t":"M","n":"Relay\\Relay::zrangebylex","p":"Relay/Relay.html#method_zrangebylex","d":"

    When all the elements in a sorted set are inserted with the same score,\nin order to force lexicographical ordering, this command returns all\nthe elements in the sorted set at key with a value between min and max.

    "},{"t":"M","n":"Relay\\Relay::zrevrangebylex","p":"Relay/Relay.html#method_zrevrangebylex","d":"

    When all the elements in a sorted set are inserted with the same score,\nin order to force lexicographical ordering, this command returns all\nthe elements in the sorted set at key with a value between max and min.

    "},{"t":"M","n":"Relay\\Relay::zrank","p":"Relay/Relay.html#method_zrank","d":"

    Returns the rank of member in the sorted set stored at key, with the scores\nordered from low to high. The rank (or index) is 0-based, which means\nthat the member with the lowest score has rank 0.

    "},{"t":"M","n":"Relay\\Relay::zrevrank","p":"Relay/Relay.html#method_zrevrank","d":"

    Returns the rank of member in the sorted set stored at key, with the scores\nordered from high to low. The rank (or index) is 0-based, which means\nthat the member with the highest score has rank 0.

    "},{"t":"M","n":"Relay\\Relay::zrem","p":"Relay/Relay.html#method_zrem","d":"

    Removes the specified members from the sorted set stored at key.

    "},{"t":"M","n":"Relay\\Relay::zremrangebylex","p":"Relay/Relay.html#method_zremrangebylex","d":"

    When all the elements in a sorted set are inserted with the same score,\nin order to force lexicographical ordering, this command removes all\nelements in the sorted set stored at key between the\nlexicographical range specified by min and max.

    "},{"t":"M","n":"Relay\\Relay::zremrangebyrank","p":"Relay/Relay.html#method_zremrangebyrank","d":"

    Removes all elements in the sorted set stored at key with rank between\nstart and stop. Both start and stop are 0 -based indexes with 0 being\nthe element with the lowest score.

    "},{"t":"M","n":"Relay\\Relay::zremrangebyscore","p":"Relay/Relay.html#method_zremrangebyscore","d":"

    Removes all elements in the sorted set stored at key with\na score between min and max (inclusive).

    "},{"t":"M","n":"Relay\\Relay::zcard","p":"Relay/Relay.html#method_zcard","d":"

    Returns the sorted set cardinality (number of elements) of the sorted set stored at key.

    "},{"t":"M","n":"Relay\\Relay::zcount","p":"Relay/Relay.html#method_zcount","d":"

    Returns the number of elements in the sorted set at key with a score between min and max.

    "},{"t":"M","n":"Relay\\Relay::zdiff","p":"Relay/Relay.html#method_zdiff","d":"

    This command is similar to ZDIFFSTORE, but instead of storing the\nresulting sorted set, it is returned to the client.

    "},{"t":"M","n":"Relay\\Relay::zdiffstore","p":"Relay/Relay.html#method_zdiffstore","d":"

    Computes the difference between the first and all successive\ninput sorted sets and stores the result in destination.

    "},{"t":"M","n":"Relay\\Relay::zincrby","p":"Relay/Relay.html#method_zincrby","d":"

    Increments the score of member in the sorted set stored at key by increment.

    "},{"t":"M","n":"Relay\\Relay::zlexcount","p":"Relay/Relay.html#method_zlexcount","d":"

    When all the elements in a sorted set are inserted with the same score,\nin order to force lexicographical ordering, this command returns the\nnumber of elements in the sorted set at key with a value between min and max.

    "},{"t":"M","n":"Relay\\Relay::zmscore","p":"Relay/Relay.html#method_zmscore","d":"

    Returns the scores associated with the specified members in the sorted set stored at key.

    "},{"t":"M","n":"Relay\\Relay::zscore","p":"Relay/Relay.html#method_zscore","d":"

    Returns the score of member in the sorted set at key.

    "},{"t":"M","n":"Relay\\Relay::zinter","p":"Relay/Relay.html#method_zinter","d":"

    This command is similar to ZINTERSTORE, but instead of storing\nthe resulting sorted set, it is returned to the client.

    "},{"t":"M","n":"Relay\\Relay::zintercard","p":"Relay/Relay.html#method_zintercard","d":"

    Intersect multiple sorted sets and return the cardinality of the result.

    "},{"t":"M","n":"Relay\\Relay::zinterstore","p":"Relay/Relay.html#method_zinterstore","d":"

    Computes the intersection of numkeys sorted sets given by the\nspecified keys, and stores the result in destination.

    "},{"t":"M","n":"Relay\\Relay::zunion","p":"Relay/Relay.html#method_zunion","d":"

    This command is similar to ZUNIONSTORE, but instead of storing\nthe resulting sorted set, it is returned to the client.

    "},{"t":"M","n":"Relay\\Relay::zunionstore","p":"Relay/Relay.html#method_zunionstore","d":"

    Computes the union of numkeys sorted sets given by the\nspecified keys, and stores the result in destination.

    "},{"t":"M","n":"Relay\\Relay::zpopmin","p":"Relay/Relay.html#method_zpopmin","d":"

    Removes and returns up to count members with the lowest\nscores in the sorted set stored at key.

    "},{"t":"M","n":"Relay\\Relay::zpopmax","p":"Relay/Relay.html#method_zpopmax","d":"

    Removes and returns up to count members with the highest\nscores in the sorted set stored at key.

    "},{"t":"M","n":"Relay\\Relay::_getKeys","p":"Relay/Relay.html#method__getKeys","d":"

    Returns keys cached in runtime memory.

    "},{"t":"M","n":"Relay\\Relay::license","p":"Relay/Relay.html#method_license","d":"

    Returns information about the license.

    "},{"t":"M","n":"Relay\\Sentinel::__construct","p":"Relay/Sentinel.html#method___construct","d":"

    Establishes a new connection to a Sentinel instance.

    "},{"t":"M","n":"Relay\\Sentinel::ckquorum","p":"Relay/Sentinel.html#method_ckquorum","d":"

    Check if the current Sentinel configuration is able to reach the quorum needed\nto failover a master, and the majority needed to authorize the failover.

    "},{"t":"M","n":"Relay\\Sentinel::failover","p":"Relay/Sentinel.html#method_failover","d":"

    Force a failover as if the master was not reachable,\nand without asking for agreement to other Sentinels.

    "},{"t":"M","n":"Relay\\Sentinel::flushconfig","p":"Relay/Sentinel.html#method_flushconfig","d":"

    Force Sentinel to rewrite its configuration on disk,\nincluding the current Sentinel state.

    "},{"t":"M","n":"Relay\\Sentinel::getMasterAddrByName","p":"Relay/Sentinel.html#method_getMasterAddrByName","d":"

    Returns the ip and port number of the master with that name.

    "},{"t":"M","n":"Relay\\Sentinel::master","p":"Relay/Sentinel.html#method_master","d":"

    Returns the state and info of the specified master.

    "},{"t":"M","n":"Relay\\Sentinel::masters","p":"Relay/Sentinel.html#method_masters","d":"

    Returns a list of monitored masters and their state.

    "},{"t":"M","n":"Relay\\Sentinel::myid","p":"Relay/Sentinel.html#method_myid","d":"

    Returns the ID of the Sentinel instance.

    "},{"t":"M","n":"Relay\\Sentinel::ping","p":"Relay/Sentinel.html#method_ping","d":"

    Returns PONG if no message is provided, otherwise returns the message.

    "},{"t":"M","n":"Relay\\Sentinel::reset","p":"Relay/Sentinel.html#method_reset","d":"

    Will reset all the masters with matching name.

    "},{"t":"M","n":"Relay\\Sentinel::sentinels","p":"Relay/Sentinel.html#method_sentinels","d":"

    Returns a list of sentinel instances for this master, and their state.

    "},{"t":"M","n":"Relay\\Sentinel::slaves","p":"Relay/Sentinel.html#method_slaves","d":"

    Show a list of replicas for this master, and their state.

    "},{"t":"M","n":"Relay\\Sentinel::getLastError","p":"Relay/Sentinel.html#method_getLastError","d":"

    Returns the last error message, if any.

    "},{"t":"M","n":"Relay\\Sentinel::setOption","p":"Relay/Sentinel.html#method_setOption","d":"

    Sets a client option.

    "},{"t":"M","n":"Relay\\Sentinel::getOption","p":"Relay/Sentinel.html#method_getOption","d":"

    Returns a client option.

    "},{"t":"M","n":"Relay\\Table::__construct","p":"Relay/Table.html#method___construct","d":"

    Create a Relay table instance.

    "},{"t":"M","n":"Relay\\Table::get","p":"Relay/Table.html#method_get","d":"

    Returns a key, or null if key doesn't exist.

    "},{"t":"M","n":"Relay\\Table::pluck","p":"Relay/Table.html#method_pluck","d":"

    Pluck a key from a cached key.

    "},{"t":"M","n":"Relay\\Table::set","p":"Relay/Table.html#method_set","d":"

    Set a key and its value.

    "},{"t":"M","n":"Relay\\Table::exists","p":"Relay/Table.html#method_exists","d":"

    Check if a key exists in the table.

    "},{"t":"M","n":"Relay\\Table::delete","p":"Relay/Table.html#method_delete","d":"

    Remove a key from the table.

    "},{"t":"M","n":"Relay\\Table::count","p":"Relay/Table.html#method_count","d":"

    The number of keys stored in the table.

    "},{"t":"M","n":"Relay\\Table::namespace","p":"Relay/Table.html#method_namespace","d":"

    Get the table's namespace.

    "},{"t":"M","n":"Relay\\Table::namespaces","p":"Relay/Table.html#method_namespaces","d":"

    Returns all table namespaces.

    "},{"t":"M","n":"Relay\\Table::clear","p":"Relay/Table.html#method_clear","d":"

    Removes all keys from the table.

    "},{"t":"M","n":"Relay\\Table::clearAll","p":"Relay/Table.html#method_clearAll","d":"

    Removes all keys from all tables.

    "},{"t":"M","n":"ResourceBundle::__construct","p":"ResourceBundle.html#method___construct","d":""},{"t":"M","n":"ResourceBundle::create","p":"ResourceBundle.html#method_create","d":"

    (PHP >= 5.3.2, PECL intl >= 2.0.0)
    \nCreate a resource bundle

    "},{"t":"M","n":"ResourceBundle::get","p":"ResourceBundle.html#method_get","d":"

    (PHP >= 5.3.2, PECL intl >= 2.0.0)
    \nGet data from the bundle

    "},{"t":"M","n":"ResourceBundle::count","p":"ResourceBundle.html#method_count","d":"

    (PHP >= 5.3.2, PECL intl >= 2.0.0)
    \nGet number of elements in the bundle

    "},{"t":"M","n":"ResourceBundle::getLocales","p":"ResourceBundle.html#method_getLocales","d":"

    (PHP >= 5.3.2, PECL intl >= 2.0.0)
    \nGet supported locales

    "},{"t":"M","n":"ResourceBundle::getErrorCode","p":"ResourceBundle.html#method_getErrorCode","d":"

    (PHP >= 5.3.2, PECL intl >= 2.0.0)
    \nGet bundle's last error code.

    "},{"t":"M","n":"ResourceBundle::getErrorMessage","p":"ResourceBundle.html#method_getErrorMessage","d":"

    (PHP >= 5.3.2, PECL intl >= 2.0.0)
    \nGet bundle's last error message.

    "},{"t":"M","n":"ResourceBundle::getIterator","p":"ResourceBundle.html#method_getIterator","d":""},{"t":"M","n":"ReturnTypeWillChange::__construct","p":"ReturnTypeWillChange.html#method___construct","d":null},{"t":"M","n":"SNMP::__construct","p":"SNMP.html#method___construct","d":"

    Creates SNMP instance representing session to remote SNMP agent

    "},{"t":"M","n":"SNMP::close","p":"SNMP.html#method_close","d":"

    Close SNMP session

    "},{"t":"M","n":"SNMP::setSecurity","p":"SNMP.html#method_setSecurity","d":"

    Configures security-related SNMPv3 session parameters

    "},{"t":"M","n":"SNMP::get","p":"SNMP.html#method_get","d":"

    Fetch an SNMP object

    "},{"t":"M","n":"SNMP::getnext","p":"SNMP.html#method_getnext","d":"

    Fetch an SNMP object which\nfollows the given object id

    "},{"t":"M","n":"SNMP::walk","p":"SNMP.html#method_walk","d":"

    Fetch SNMP object subtree

    "},{"t":"M","n":"SNMP::set","p":"SNMP.html#method_set","d":"

    Set the value of an SNMP object

    "},{"t":"M","n":"SNMP::getErrno","p":"SNMP.html#method_getErrno","d":"

    Get last error code

    "},{"t":"M","n":"SNMP::getError","p":"SNMP.html#method_getError","d":"

    Get last error message

    "},{"t":"M","n":"SQLite3::open","p":"SQLite3.html#method_open","d":"

    Opens an SQLite database

    "},{"t":"M","n":"SQLite3::close","p":"SQLite3.html#method_close","d":"

    Closes the database connection

    "},{"t":"M","n":"SQLite3::exec","p":"SQLite3.html#method_exec","d":"

    Executes a result-less query against a given database

    "},{"t":"M","n":"SQLite3::version","p":"SQLite3.html#method_version","d":"

    Returns the SQLite3 library version as a string constant and as a number

    "},{"t":"M","n":"SQLite3::lastInsertRowID","p":"SQLite3.html#method_lastInsertRowID","d":"

    Returns the row ID of the most recent INSERT into the database

    "},{"t":"M","n":"SQLite3::lastErrorCode","p":"SQLite3.html#method_lastErrorCode","d":"

    Returns the numeric result code of the most recent failed SQLite request

    "},{"t":"M","n":"SQLite3::lastErrorMsg","p":"SQLite3.html#method_lastErrorMsg","d":"

    Returns English text describing the most recent failed SQLite request

    "},{"t":"M","n":"SQLite3::busyTimeout","p":"SQLite3.html#method_busyTimeout","d":"

    Sets the busy connection handler

    "},{"t":"M","n":"SQLite3::loadExtension","p":"SQLite3.html#method_loadExtension","d":"

    Attempts to load an SQLite extension library

    "},{"t":"M","n":"SQLite3::changes","p":"SQLite3.html#method_changes","d":"

    Returns the number of database rows that were changed (or inserted or\ndeleted) by the most recent SQL statement

    "},{"t":"M","n":"SQLite3::escapeString","p":"SQLite3.html#method_escapeString","d":"

    Returns a string that has been properly escaped

    "},{"t":"M","n":"SQLite3::prepare","p":"SQLite3.html#method_prepare","d":"

    Prepares an SQL statement for execution

    "},{"t":"M","n":"SQLite3::query","p":"SQLite3.html#method_query","d":"

    Executes an SQL query

    "},{"t":"M","n":"SQLite3::querySingle","p":"SQLite3.html#method_querySingle","d":"

    Executes a query and returns a single result

    "},{"t":"M","n":"SQLite3::createFunction","p":"SQLite3.html#method_createFunction","d":"

    Registers a PHP function for use as an SQL scalar function

    "},{"t":"M","n":"SQLite3::createAggregate","p":"SQLite3.html#method_createAggregate","d":"

    Registers a PHP function for use as an SQL aggregate function

    "},{"t":"M","n":"SQLite3::createCollation","p":"SQLite3.html#method_createCollation","d":"

    Registers a PHP function for use as an SQL collating function

    "},{"t":"M","n":"SQLite3::openBlob","p":"SQLite3.html#method_openBlob","d":"

    Opens a stream resource to read a BLOB

    "},{"t":"M","n":"SQLite3::enableExceptions","p":"SQLite3.html#method_enableExceptions","d":"

    Enable throwing exceptions

    "},{"t":"M","n":"SQLite3::__construct","p":"SQLite3.html#method___construct","d":"

    Instantiates an SQLite3 object and opens an SQLite 3 database

    "},{"t":"M","n":"SQLite3::lastExtendedErrorCode","p":"SQLite3.html#method_lastExtendedErrorCode","d":""},{"t":"M","n":"SQLite3::enableExtendedResultCodes","p":"SQLite3.html#method_enableExtendedResultCodes","d":""},{"t":"M","n":"SQLite3::backup","p":"SQLite3.html#method_backup","d":""},{"t":"M","n":"SQLite3::setAuthorizer","p":"SQLite3.html#method_setAuthorizer","d":""},{"t":"M","n":"SQLite3Result::numColumns","p":"SQLite3Result.html#method_numColumns","d":"

    Returns the number of columns in the result set

    "},{"t":"M","n":"SQLite3Result::columnName","p":"SQLite3Result.html#method_columnName","d":"

    Returns the name of the nth column

    "},{"t":"M","n":"SQLite3Result::columnType","p":"SQLite3Result.html#method_columnType","d":"

    Returns the type of the nth column

    "},{"t":"M","n":"SQLite3Result::fetchArray","p":"SQLite3Result.html#method_fetchArray","d":"

    Fetches a result row as an associative or numerically indexed array or both

    "},{"t":"M","n":"SQLite3Result::reset","p":"SQLite3Result.html#method_reset","d":"

    Resets the result set back to the first row

    "},{"t":"M","n":"SQLite3Result::finalize","p":"SQLite3Result.html#method_finalize","d":"

    Closes the result set

    "},{"t":"M","n":"SQLite3Stmt::paramCount","p":"SQLite3Stmt.html#method_paramCount","d":"

    Returns the number of parameters within the prepared statement

    "},{"t":"M","n":"SQLite3Stmt::close","p":"SQLite3Stmt.html#method_close","d":"

    Closes the prepared statement

    "},{"t":"M","n":"SQLite3Stmt::reset","p":"SQLite3Stmt.html#method_reset","d":"

    Resets the prepared statement

    "},{"t":"M","n":"SQLite3Stmt::clear","p":"SQLite3Stmt.html#method_clear","d":"

    Clears all current bound parameters

    "},{"t":"M","n":"SQLite3Stmt::execute","p":"SQLite3Stmt.html#method_execute","d":"

    Executes a prepared statement and returns a result set object

    "},{"t":"M","n":"SQLite3Stmt::bindParam","p":"SQLite3Stmt.html#method_bindParam","d":"

    Binds a parameter to a statement variable

    "},{"t":"M","n":"SQLite3Stmt::bindValue","p":"SQLite3Stmt.html#method_bindValue","d":"

    Binds the value of a parameter to a statement variable

    "},{"t":"M","n":"SQLite3Stmt::readOnly","p":"SQLite3Stmt.html#method_readOnly","d":null},{"t":"M","n":"SQLite3Stmt::getSQL","p":"SQLite3Stmt.html#method_getSQL","d":"

    Retrieves the SQL of the prepared statement. If expanded is FALSE, the unmodified SQL is retrieved.

    "},{"t":"M","n":"SQLiteDatabase::__construct","p":"SQLiteDatabase.html#method___construct","d":"

    (PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)

    "},{"t":"M","n":"SQLiteDatabase::query","p":"SQLiteDatabase.html#method_query","d":"

    (PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)

    "},{"t":"M","n":"SQLiteDatabase::queryExec","p":"SQLiteDatabase.html#method_queryExec","d":"

    (PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)

    "},{"t":"M","n":"SQLiteDatabase::arrayQuery","p":"SQLiteDatabase.html#method_arrayQuery","d":"

    (PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)\nExecute a query against a given database and returns an array

    "},{"t":"M","n":"SQLiteDatabase::singleQuery","p":"SQLiteDatabase.html#method_singleQuery","d":"

    (PHP 5 < 5.4.0, PECL sqlite >= 1.0.1)\nExecutes a query and returns either an array for one single column or the value of the first row

    "},{"t":"M","n":"SQLiteDatabase::unbufferedQuery","p":"SQLiteDatabase.html#method_unbufferedQuery","d":"

    (PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)\nExecute a query that does not prefetch and buffer all data

    "},{"t":"M","n":"SQLiteDatabase::lastInsertRowid","p":"SQLiteDatabase.html#method_lastInsertRowid","d":"

    (PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)\nReturns the rowid of the most recently inserted row

    "},{"t":"M","n":"SQLiteDatabase::changes","p":"SQLiteDatabase.html#method_changes","d":"

    (PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)\nReturns the number of rows that were changed by the most recent SQL statement

    "},{"t":"M","n":"SQLiteDatabase::createAggregate","p":"SQLiteDatabase.html#method_createAggregate","d":"

    (PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)\nRegister an aggregating UDF for use in SQL statements

    "},{"t":"M","n":"SQLiteDatabase::createFunction","p":"SQLiteDatabase.html#method_createFunction","d":"

    (PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)\nRegisters a "regular" User Defined Function for use in SQL statements

    "},{"t":"M","n":"SQLiteDatabase::busyTimeout","p":"SQLiteDatabase.html#method_busyTimeout","d":"

    (PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)\nSet busy timeout duration, or disable busy handlers

    "},{"t":"M","n":"SQLiteDatabase::lastError","p":"SQLiteDatabase.html#method_lastError","d":"

    (PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)\nReturns the error code of the last error for a database

    "},{"t":"M","n":"SQLiteDatabase::fetchColumnTypes","p":"SQLiteDatabase.html#method_fetchColumnTypes","d":"

    (PHP 5 < 5.4.0)\nReturn an array of column types from a particular table

    "},{"t":"M","n":"SQLiteException::__construct","p":"SQLiteException.html#method___construct","d":"

    Construct the exception

    "},{"t":"M","n":"SQLiteException::__toString","p":"SQLiteException.html#method___toString","d":"

    String representation of the exception

    "},{"t":"M","n":"SQLiteResult::fetch","p":"SQLiteResult.html#method_fetch","d":"

    (PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)\nFetches the next row from a result set as an array

    "},{"t":"M","n":"SQLiteResult::fetchObject","p":"SQLiteResult.html#method_fetchObject","d":"

    (PHP 5 < 5.4.0)\nFetches the next row from a result set as an object

    "},{"t":"M","n":"SQLiteResult::fetchSingle","p":"SQLiteResult.html#method_fetchSingle","d":"

    (PHP 5 < 5.4.0, PECL sqlite >= 1.0.1)\nFetches the first column of a result set as a string

    "},{"t":"M","n":"SQLiteResult::fetchAll","p":"SQLiteResult.html#method_fetchAll","d":"

    (PHP 5 < 5.4.0)\nFetches the next row from a result set as an object

    "},{"t":"M","n":"SQLiteResult::column","p":"SQLiteResult.html#method_column","d":"

    (PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)\nFetches a column from the current row of a result set

    "},{"t":"M","n":"SQLiteResult::numFields","p":"SQLiteResult.html#method_numFields","d":"

    (PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)\nReturns the number of fields in a result set

    "},{"t":"M","n":"SQLiteResult::fieldName","p":"SQLiteResult.html#method_fieldName","d":"

    (PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)\nReturns the name of a particular field

    "},{"t":"M","n":"SQLiteResult::current","p":"SQLiteResult.html#method_current","d":"

    (PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)\nFetches the current row from a result set as an array

    "},{"t":"M","n":"SQLiteResult::key","p":"SQLiteResult.html#method_key","d":"

    Return the key of the current element

    "},{"t":"M","n":"SQLiteResult::next","p":"SQLiteResult.html#method_next","d":"

    Seek to the next row number

    "},{"t":"M","n":"SQLiteResult::valid","p":"SQLiteResult.html#method_valid","d":"

    Checks if current position is valid

    "},{"t":"M","n":"SQLiteResult::rewind","p":"SQLiteResult.html#method_rewind","d":"

    Rewind the Iterator to the first element

    "},{"t":"M","n":"SQLiteResult::count","p":"SQLiteResult.html#method_count","d":"

    Count elements of an object

    "},{"t":"M","n":"SQLiteResult::prev","p":"SQLiteResult.html#method_prev","d":"

    Seek to the previous row number of a result set

    "},{"t":"M","n":"SQLiteResult::hasPrev","p":"SQLiteResult.html#method_hasPrev","d":""},{"t":"M","n":"SQLiteResult::numRows","p":"SQLiteResult.html#method_numRows","d":"

    (PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)\nReturns the number of rows in a buffered result set

    "},{"t":"M","n":"SQLiteResult::seek","p":"SQLiteResult.html#method_seek","d":"

    (PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)\nSeek to a particular row number of a buffered result set

    "},{"t":"M","n":"SQLiteUnbuffered::fetch","p":"SQLiteUnbuffered.html#method_fetch","d":""},{"t":"M","n":"SQLiteUnbuffered::fetchObject","p":"SQLiteUnbuffered.html#method_fetchObject","d":""},{"t":"M","n":"SQLiteUnbuffered::fetchSingle","p":"SQLiteUnbuffered.html#method_fetchSingle","d":""},{"t":"M","n":"SQLiteUnbuffered::fetchAll","p":"SQLiteUnbuffered.html#method_fetchAll","d":""},{"t":"M","n":"SQLiteUnbuffered::column","p":"SQLiteUnbuffered.html#method_column","d":""},{"t":"M","n":"SQLiteUnbuffered::numFields","p":"SQLiteUnbuffered.html#method_numFields","d":null},{"t":"M","n":"SQLiteUnbuffered::fieldName","p":"SQLiteUnbuffered.html#method_fieldName","d":""},{"t":"M","n":"SQLiteUnbuffered::current","p":"SQLiteUnbuffered.html#method_current","d":""},{"t":"M","n":"SQLiteUnbuffered::next","p":"SQLiteUnbuffered.html#method_next","d":null},{"t":"M","n":"SQLiteUnbuffered::valid","p":"SQLiteUnbuffered.html#method_valid","d":null},{"t":"M","n":"SVM::__construct","p":"SVM.html#method___construct","d":"

    Construct a new SVM object

    "},{"t":"M","n":"SVM::crossvalidate","p":"SVM.html#method_crossvalidate","d":"

    Test training params on subsets of the training data

    "},{"t":"M","n":"SVM::getOptions","p":"SVM.html#method_getOptions","d":"

    Return the current training parameters

    "},{"t":"M","n":"SVM::setOptions","p":"SVM.html#method_setOptions","d":"

    Set training parameters

    "},{"t":"M","n":"SVM::train","p":"SVM.html#method_train","d":"

    Create a SVMModel based on training data

    "},{"t":"M","n":"SVMModel::checkProbabilityModel","p":"SVMModel.html#method_checkProbabilityModel","d":"

    Returns true if the model has probability information

    "},{"t":"M","n":"SVMModel::__construct","p":"SVMModel.html#method___construct","d":"

    Construct a new SVMModel

    "},{"t":"M","n":"SVMModel::getLabels","p":"SVMModel.html#method_getLabels","d":"

    Get the labels the model was trained on

    "},{"t":"M","n":"SVMModel::getNrClass","p":"SVMModel.html#method_getNrClass","d":"

    Returns the number of classes the model was trained with

    "},{"t":"M","n":"SVMModel::getSvmType","p":"SVMModel.html#method_getSvmType","d":"

    Get the SVM type the model was trained with

    "},{"t":"M","n":"SVMModel::getSvrProbability","p":"SVMModel.html#method_getSvrProbability","d":"

    Get the sigma value for regression types

    "},{"t":"M","n":"SVMModel::load","p":"SVMModel.html#method_load","d":"

    Load a saved SVM Model

    "},{"t":"M","n":"SVMModel::predict_probability","p":"SVMModel.html#method_predict_probability","d":"

    Return class probabilities for previous unseen data

    "},{"t":"M","n":"SVMModel::predict","p":"SVMModel.html#method_predict","d":"

    Predict a value for previously unseen data

    "},{"t":"M","n":"SVMModel::save","p":"SVMModel.html#method_save","d":"

    Save a model to a file, for later use

    "},{"t":"M","n":"SWFAction::__construct","p":"SWFAction.html#method___construct","d":null},{"t":"M","n":"SWFBitmap::__construct","p":"SWFBitmap.html#method___construct","d":null},{"t":"M","n":"SWFBitmap::getWidth","p":"SWFBitmap.html#method_getWidth","d":null},{"t":"M","n":"SWFBitmap::getHeight","p":"SWFBitmap.html#method_getHeight","d":null},{"t":"M","n":"SWFButton::__construct","p":"SWFButton.html#method___construct","d":null},{"t":"M","n":"SWFButton::setHit","p":"SWFButton.html#method_setHit","d":null},{"t":"M","n":"SWFButton::setOver","p":"SWFButton.html#method_setOver","d":null},{"t":"M","n":"SWFButton::setUp","p":"SWFButton.html#method_setUp","d":null},{"t":"M","n":"SWFButton::setDown","p":"SWFButton.html#method_setDown","d":null},{"t":"M","n":"SWFButton::setAction","p":"SWFButton.html#method_setAction","d":null},{"t":"M","n":"SWFButton::addShape","p":"SWFButton.html#method_addShape","d":null},{"t":"M","n":"SWFButton::setMenu","p":"SWFButton.html#method_setMenu","d":null},{"t":"M","n":"SWFButton::addAction","p":"SWFButton.html#method_addAction","d":null},{"t":"M","n":"SWFButton::addSound","p":"SWFButton.html#method_addSound","d":null},{"t":"M","n":"SWFDisplayItem::moveTo","p":"SWFDisplayItem.html#method_moveTo","d":null},{"t":"M","n":"SWFDisplayItem::move","p":"SWFDisplayItem.html#method_move","d":null},{"t":"M","n":"SWFDisplayItem::scaleTo","p":"SWFDisplayItem.html#method_scaleTo","d":null},{"t":"M","n":"SWFDisplayItem::scale","p":"SWFDisplayItem.html#method_scale","d":null},{"t":"M","n":"SWFDisplayItem::rotateTo","p":"SWFDisplayItem.html#method_rotateTo","d":null},{"t":"M","n":"SWFDisplayItem::rotate","p":"SWFDisplayItem.html#method_rotate","d":null},{"t":"M","n":"SWFDisplayItem::skewXTo","p":"SWFDisplayItem.html#method_skewXTo","d":null},{"t":"M","n":"SWFDisplayItem::skewX","p":"SWFDisplayItem.html#method_skewX","d":null},{"t":"M","n":"SWFDisplayItem::skewYTo","p":"SWFDisplayItem.html#method_skewYTo","d":null},{"t":"M","n":"SWFDisplayItem::skewY","p":"SWFDisplayItem.html#method_skewY","d":null},{"t":"M","n":"SWFDisplayItem::setMatrix","p":"SWFDisplayItem.html#method_setMatrix","d":null},{"t":"M","n":"SWFDisplayItem::setDepth","p":"SWFDisplayItem.html#method_setDepth","d":null},{"t":"M","n":"SWFDisplayItem::setRatio","p":"SWFDisplayItem.html#method_setRatio","d":null},{"t":"M","n":"SWFDisplayItem::addColor","p":"SWFDisplayItem.html#method_addColor","d":null},{"t":"M","n":"SWFDisplayItem::multColor","p":"SWFDisplayItem.html#method_multColor","d":null},{"t":"M","n":"SWFDisplayItem::setName","p":"SWFDisplayItem.html#method_setName","d":null},{"t":"M","n":"SWFDisplayItem::addAction","p":"SWFDisplayItem.html#method_addAction","d":null},{"t":"M","n":"SWFDisplayItem::remove","p":"SWFDisplayItem.html#method_remove","d":null},{"t":"M","n":"SWFDisplayItem::setMaskLevel","p":"SWFDisplayItem.html#method_setMaskLevel","d":null},{"t":"M","n":"SWFDisplayItem::endMask","p":"SWFDisplayItem.html#method_endMask","d":null},{"t":"M","n":"SWFDisplayItem::getX","p":"SWFDisplayItem.html#method_getX","d":null},{"t":"M","n":"SWFDisplayItem::getY","p":"SWFDisplayItem.html#method_getY","d":null},{"t":"M","n":"SWFDisplayItem::getXScale","p":"SWFDisplayItem.html#method_getXScale","d":null},{"t":"M","n":"SWFDisplayItem::getYScale","p":"SWFDisplayItem.html#method_getYScale","d":null},{"t":"M","n":"SWFDisplayItem::getXSkew","p":"SWFDisplayItem.html#method_getXSkew","d":null},{"t":"M","n":"SWFDisplayItem::getYSkew","p":"SWFDisplayItem.html#method_getYSkew","d":null},{"t":"M","n":"SWFDisplayItem::getRot","p":"SWFDisplayItem.html#method_getRot","d":null},{"t":"M","n":"SWFFill::__construct","p":"SWFFill.html#method___construct","d":null},{"t":"M","n":"SWFFill::moveTo","p":"SWFFill.html#method_moveTo","d":null},{"t":"M","n":"SWFFill::scaleTo","p":"SWFFill.html#method_scaleTo","d":null},{"t":"M","n":"SWFFill::rotateTo","p":"SWFFill.html#method_rotateTo","d":null},{"t":"M","n":"SWFFill::skewXTo","p":"SWFFill.html#method_skewXTo","d":null},{"t":"M","n":"SWFFill::skewYTo","p":"SWFFill.html#method_skewYTo","d":null},{"t":"M","n":"SWFFont::__construct","p":"SWFFont.html#method___construct","d":null},{"t":"M","n":"SWFFont::getWidth","p":"SWFFont.html#method_getWidth","d":null},{"t":"M","n":"SWFFont::getUTF8Width","p":"SWFFont.html#method_getUTF8Width","d":null},{"t":"M","n":"SWFFont::getAscent","p":"SWFFont.html#method_getAscent","d":null},{"t":"M","n":"SWFFont::getDescent","p":"SWFFont.html#method_getDescent","d":null},{"t":"M","n":"SWFFont::getLeading","p":"SWFFont.html#method_getLeading","d":null},{"t":"M","n":"SWFFont::getShape","p":"SWFFont.html#method_getShape","d":null},{"t":"M","n":"SWFFontChar::addChars","p":"SWFFontChar.html#method_addChars","d":null},{"t":"M","n":"SWFFontChar::addUTF8Chars","p":"SWFFontChar.html#method_addUTF8Chars","d":null},{"t":"M","n":"SWFGradient::__construct","p":"SWFGradient.html#method___construct","d":null},{"t":"M","n":"SWFGradient::addEntry","p":"SWFGradient.html#method_addEntry","d":null},{"t":"M","n":"SWFMorph::__construct","p":"SWFMorph.html#method___construct","d":null},{"t":"M","n":"SWFMorph::getShape1","p":"SWFMorph.html#method_getShape1","d":null},{"t":"M","n":"SWFMorph::getShape2","p":"SWFMorph.html#method_getShape2","d":null},{"t":"M","n":"SWFMovie::__construct","p":"SWFMovie.html#method___construct","d":null},{"t":"M","n":"SWFMovie::nextFrame","p":"SWFMovie.html#method_nextFrame","d":null},{"t":"M","n":"SWFMovie::labelFrame","p":"SWFMovie.html#method_labelFrame","d":null},{"t":"M","n":"SWFMovie::add","p":"SWFMovie.html#method_add","d":null},{"t":"M","n":"SWFMovie::remove","p":"SWFMovie.html#method_remove","d":null},{"t":"M","n":"SWFMovie::output","p":"SWFMovie.html#method_output","d":null},{"t":"M","n":"SWFMovie::save","p":"SWFMovie.html#method_save","d":null},{"t":"M","n":"SWFMovie::saveToFile","p":"SWFMovie.html#method_saveToFile","d":null},{"t":"M","n":"SWFMovie::setBackground","p":"SWFMovie.html#method_setBackground","d":null},{"t":"M","n":"SWFMovie::setRate","p":"SWFMovie.html#method_setRate","d":null},{"t":"M","n":"SWFMovie::setDimension","p":"SWFMovie.html#method_setDimension","d":null},{"t":"M","n":"SWFMovie::setFrames","p":"SWFMovie.html#method_setFrames","d":null},{"t":"M","n":"SWFMovie::streamMP3","p":"SWFMovie.html#method_streamMP3","d":null},{"t":"M","n":"SWFMovie::addExport","p":"SWFMovie.html#method_addExport","d":null},{"t":"M","n":"SWFMovie::writeExports","p":"SWFMovie.html#method_writeExports","d":null},{"t":"M","n":"SWFMovie::startSound","p":"SWFMovie.html#method_startSound","d":null},{"t":"M","n":"SWFMovie::stopSound","p":"SWFMovie.html#method_stopSound","d":null},{"t":"M","n":"SWFMovie::importChar","p":"SWFMovie.html#method_importChar","d":null},{"t":"M","n":"SWFMovie::importFont","p":"SWFMovie.html#method_importFont","d":null},{"t":"M","n":"SWFMovie::addFont","p":"SWFMovie.html#method_addFont","d":null},{"t":"M","n":"SWFMovie::protect","p":"SWFMovie.html#method_protect","d":null},{"t":"M","n":"SWFMovie::namedAnchor","p":"SWFMovie.html#method_namedAnchor","d":null},{"t":"M","n":"SWFShape::__construct","p":"SWFShape.html#method___construct","d":null},{"t":"M","n":"SWFShape::setLine","p":"SWFShape.html#method_setLine","d":null},{"t":"M","n":"SWFShape::addFill","p":"SWFShape.html#method_addFill","d":null},{"t":"M","n":"SWFShape::setLeftFill","p":"SWFShape.html#method_setLeftFill","d":null},{"t":"M","n":"SWFShape::setRightFill","p":"SWFShape.html#method_setRightFill","d":null},{"t":"M","n":"SWFShape::movePenTo","p":"SWFShape.html#method_movePenTo","d":null},{"t":"M","n":"SWFShape::movePen","p":"SWFShape.html#method_movePen","d":null},{"t":"M","n":"SWFShape::drawLineTo","p":"SWFShape.html#method_drawLineTo","d":null},{"t":"M","n":"SWFShape::drawLine","p":"SWFShape.html#method_drawLine","d":null},{"t":"M","n":"SWFShape::drawCurveTo","p":"SWFShape.html#method_drawCurveTo","d":null},{"t":"M","n":"SWFShape::drawCurve","p":"SWFShape.html#method_drawCurve","d":null},{"t":"M","n":"SWFShape::drawGlyph","p":"SWFShape.html#method_drawGlyph","d":null},{"t":"M","n":"SWFShape::drawCircle","p":"SWFShape.html#method_drawCircle","d":null},{"t":"M","n":"SWFShape::drawArc","p":"SWFShape.html#method_drawArc","d":null},{"t":"M","n":"SWFShape::drawCubic","p":"SWFShape.html#method_drawCubic","d":null},{"t":"M","n":"SWFShape::drawCubicTo","p":"SWFShape.html#method_drawCubicTo","d":null},{"t":"M","n":"SWFSound::__construct","p":"SWFSound.html#method___construct","d":null},{"t":"M","n":"SWFSoundInstance::noMultiple","p":"SWFSoundInstance.html#method_noMultiple","d":null},{"t":"M","n":"SWFSoundInstance::loopInPoint","p":"SWFSoundInstance.html#method_loopInPoint","d":null},{"t":"M","n":"SWFSoundInstance::loopOutPoint","p":"SWFSoundInstance.html#method_loopOutPoint","d":null},{"t":"M","n":"SWFSoundInstance::loopCount","p":"SWFSoundInstance.html#method_loopCount","d":null},{"t":"M","n":"SWFSprite::__construct","p":"SWFSprite.html#method___construct","d":null},{"t":"M","n":"SWFSprite::add","p":"SWFSprite.html#method_add","d":null},{"t":"M","n":"SWFSprite::remove","p":"SWFSprite.html#method_remove","d":null},{"t":"M","n":"SWFSprite::nextFrame","p":"SWFSprite.html#method_nextFrame","d":null},{"t":"M","n":"SWFSprite::labelFrame","p":"SWFSprite.html#method_labelFrame","d":null},{"t":"M","n":"SWFSprite::setFrames","p":"SWFSprite.html#method_setFrames","d":null},{"t":"M","n":"SWFSprite::startSound","p":"SWFSprite.html#method_startSound","d":null},{"t":"M","n":"SWFSprite::stopSound","p":"SWFSprite.html#method_stopSound","d":null},{"t":"M","n":"SWFText::__construct","p":"SWFText.html#method___construct","d":null},{"t":"M","n":"SWFText::setFont","p":"SWFText.html#method_setFont","d":null},{"t":"M","n":"SWFText::setHeight","p":"SWFText.html#method_setHeight","d":null},{"t":"M","n":"SWFText::setSpacing","p":"SWFText.html#method_setSpacing","d":null},{"t":"M","n":"SWFText::setColor","p":"SWFText.html#method_setColor","d":null},{"t":"M","n":"SWFText::moveTo","p":"SWFText.html#method_moveTo","d":null},{"t":"M","n":"SWFText::addString","p":"SWFText.html#method_addString","d":null},{"t":"M","n":"SWFText::addUTF8String","p":"SWFText.html#method_addUTF8String","d":null},{"t":"M","n":"SWFText::getWidth","p":"SWFText.html#method_getWidth","d":null},{"t":"M","n":"SWFText::getUTF8Width","p":"SWFText.html#method_getUTF8Width","d":null},{"t":"M","n":"SWFText::getAscent","p":"SWFText.html#method_getAscent","d":null},{"t":"M","n":"SWFText::getDescent","p":"SWFText.html#method_getDescent","d":null},{"t":"M","n":"SWFText::getLeading","p":"SWFText.html#method_getLeading","d":null},{"t":"M","n":"SWFTextField::__construct","p":"SWFTextField.html#method___construct","d":null},{"t":"M","n":"SWFTextField::setFont","p":"SWFTextField.html#method_setFont","d":null},{"t":"M","n":"SWFTextField::setBounds","p":"SWFTextField.html#method_setBounds","d":null},{"t":"M","n":"SWFTextField::align","p":"SWFTextField.html#method_align","d":null},{"t":"M","n":"SWFTextField::setHeight","p":"SWFTextField.html#method_setHeight","d":null},{"t":"M","n":"SWFTextField::setLeftMargin","p":"SWFTextField.html#method_setLeftMargin","d":null},{"t":"M","n":"SWFTextField::setRightMargin","p":"SWFTextField.html#method_setRightMargin","d":null},{"t":"M","n":"SWFTextField::setMargins","p":"SWFTextField.html#method_setMargins","d":null},{"t":"M","n":"SWFTextField::setIndentation","p":"SWFTextField.html#method_setIndentation","d":null},{"t":"M","n":"SWFTextField::setLineSpacing","p":"SWFTextField.html#method_setLineSpacing","d":null},{"t":"M","n":"SWFTextField::setColor","p":"SWFTextField.html#method_setColor","d":null},{"t":"M","n":"SWFTextField::setName","p":"SWFTextField.html#method_setName","d":null},{"t":"M","n":"SWFTextField::addString","p":"SWFTextField.html#method_addString","d":null},{"t":"M","n":"SWFTextField::setPadding","p":"SWFTextField.html#method_setPadding","d":null},{"t":"M","n":"SWFTextField::addChars","p":"SWFTextField.html#method_addChars","d":null},{"t":"M","n":"SWFVideoStream::__construct","p":"SWFVideoStream.html#method___construct","d":null},{"t":"M","n":"SWFVideoStream::setdimension","p":"SWFVideoStream.html#method_setdimension","d":null},{"t":"M","n":"SWFVideoStream::getnumframes","p":"SWFVideoStream.html#method_getnumframes","d":null},{"t":"M","n":"Saxon\\SaxonProcessor::__construct","p":"Saxon/SaxonProcessor.html#method___construct","d":"Constructor"},{"t":"M","n":"Saxon\\SaxonProcessor::createAtomicValue","p":"Saxon/SaxonProcessor.html#method_createAtomicValue","d":"

    Create an Xdm Atomic value from any of the main primitive types (i.e. bool, int, float, string)

    "},{"t":"M","n":"Saxon\\SaxonProcessor::parseXmlFromString","p":"Saxon/SaxonProcessor.html#method_parseXmlFromString","d":"

    Create an XdmNode object.

    "},{"t":"M","n":"Saxon\\SaxonProcessor::parseXmlFromFile","p":"Saxon/SaxonProcessor.html#method_parseXmlFromFile","d":"

    Create an XdmNode object.

    "},{"t":"M","n":"Saxon\\SaxonProcessor::setcwd","p":"Saxon/SaxonProcessor.html#method_setcwd","d":"

    Set the current working directory used to resolve against files

    "},{"t":"M","n":"Saxon\\SaxonProcessor::setResourceDirectory","p":"Saxon/SaxonProcessor.html#method_setResourceDirectory","d":"

    Set the resources directory of where Saxon can locate data folder

    "},{"t":"M","n":"Saxon\\SaxonProcessor::setConfigurationProperty","p":"Saxon/SaxonProcessor.html#method_setConfigurationProperty","d":"

    Set a configuration property specific to the processor in use. Properties specified here are common across all the processors.

    "},{"t":"M","n":"Saxon\\SaxonProcessor::newXsltProcessor","p":"Saxon/SaxonProcessor.html#method_newXsltProcessor","d":"

    Create an XsltProcessor} in the PHP environment. An {@link XsltProcessor is used to compile and execute XSLT sytlesheets

    "},{"t":"M","n":"Saxon\\SaxonProcessor::newXslt30Processor","p":"Saxon/SaxonProcessor.html#method_newXslt30Processor","d":"

    Create an Xslt30Processor} in the PHP environment. An {@link Xslt30Processor} is used to compile and execute XSLT 3.0 stylesheets, but can also be used for XSLT 2.0 or 1.0 stylesheets. Use an {@link Xslt30Processor} instead of {@link XsltProcessor for XSLT 3.0 processing.

    "},{"t":"M","n":"Saxon\\SaxonProcessor::newXQueryProcessor","p":"Saxon/SaxonProcessor.html#method_newXQueryProcessor","d":"

    Create an XQueryProcessor} in the PHP environment. An {@link XQueryProcessor is used to compile and execute XQuery queries

    "},{"t":"M","n":"Saxon\\SaxonProcessor::newXPathProcessor","p":"Saxon/SaxonProcessor.html#method_newXPathProcessor","d":"

    Create an XPathProcessor} in the PHP environment. An {@link XPathProcessor is used to compile and execute XPath queries

    "},{"t":"M","n":"Saxon\\SaxonProcessor::newSchemaValidator","p":"Saxon/SaxonProcessor.html#method_newSchemaValidator","d":"

    Create a SchemaValidator} in the PHP environment. A {@link SchemaValidator provides capabilities to load and cache XML schema definitions. You can also validate source documents with registered XML schema definitions

    "},{"t":"M","n":"Saxon\\SaxonProcessor::version","p":"Saxon/SaxonProcessor.html#method_version","d":"

    Report the Java Saxon version

    "},{"t":"M","n":"Saxon\\SaxonProcessor::registerPHPFunctions","p":"Saxon/SaxonProcessor.html#method_registerPHPFunctions","d":"

    Enables the ability to use PHP functions as XSLT functions. Accepts as parameter the full path of the Saxon/C PHP Extension library. This is needed to do the callbacks.

    "},{"t":"M","n":"Saxon\\SchemaValidator::setSourceNode","p":"Saxon/SchemaValidator.html#method_setSourceNode","d":"

    The instance document to be validated. Supplied as an Xdm Node

    "},{"t":"M","n":"Saxon\\SchemaValidator::setOutputFile","p":"Saxon/SchemaValidator.html#method_setOutputFile","d":"

    The instance document to be validated. Supplied file name is resolved and accessed

    "},{"t":"M","n":"Saxon\\SchemaValidator::registerSchemaFromFile","p":"Saxon/SchemaValidator.html#method_registerSchemaFromFile","d":"

    Register the Schema which is given as file name.

    "},{"t":"M","n":"Saxon\\SchemaValidator::registerSchemaFromString","p":"Saxon/SchemaValidator.html#method_registerSchemaFromString","d":"

    Register the Schema which is given as a string representation.

    "},{"t":"M","n":"Saxon\\SchemaValidator::validate","p":"Saxon/SchemaValidator.html#method_validate","d":"

    Validate an instance document supplied as a Source object. Assume source document has already been supplied through accessor methods

    "},{"t":"M","n":"Saxon\\SchemaValidator::validateToNode","p":"Saxon/SchemaValidator.html#method_validateToNode","d":"

    Validate an instance document supplied as a Source object with the validated document returned to the calling program.

    "},{"t":"M","n":"Saxon\\SchemaValidator::getValidationReport","p":"Saxon/SchemaValidator.html#method_getValidationReport","d":"

    Get the validation report produced after validating the source document. The reporting feature is switched on via setting the property on the {@link SchemaValidator): $validator->setProperty('report', 'true').

    "},{"t":"M","n":"Saxon\\SchemaValidator::setParameter","p":"Saxon/SchemaValidator.html#method_setParameter","d":"

    Set the parameters required for XQuery Processor

    "},{"t":"M","n":"Saxon\\SchemaValidator::setProperty","p":"Saxon/SchemaValidator.html#method_setProperty","d":"

    Set properties for Schema Validator.

    "},{"t":"M","n":"Saxon\\SchemaValidator::clearParameters","p":"Saxon/SchemaValidator.html#method_clearParameters","d":"

    Clear parameter values set

    "},{"t":"M","n":"Saxon\\SchemaValidator::clearProperties","p":"Saxon/SchemaValidator.html#method_clearProperties","d":"

    Clear property values set

    "},{"t":"M","n":"Saxon\\SchemaValidator::exceptionClear","p":"Saxon/SchemaValidator.html#method_exceptionClear","d":"

    Clear any exception thrown

    "},{"t":"M","n":"Saxon\\SchemaValidator::getErrorCode","p":"Saxon/SchemaValidator.html#method_getErrorCode","d":"

    Get the $i'th error code if there are any errors

    "},{"t":"M","n":"Saxon\\SchemaValidator::getErrorMessage","p":"Saxon/SchemaValidator.html#method_getErrorMessage","d":"

    Get the $i'th error message if there are any errors

    "},{"t":"M","n":"Saxon\\SchemaValidator::getExceptionCount","p":"Saxon/SchemaValidator.html#method_getExceptionCount","d":"

    Get number of error during execution of the validator

    "},{"t":"M","n":"Saxon\\XPathProcessor::setContextItem","p":"Saxon/XPathProcessor.html#method_setContextItem","d":"

    Set the context item from a XdmItem

    "},{"t":"M","n":"Saxon\\XPathProcessor::setContextFile","p":"Saxon/XPathProcessor.html#method_setContextFile","d":"

    Set the context item from file

    "},{"t":"M","n":"Saxon\\XPathProcessor::effectiveBooleanValue","p":"Saxon/XPathProcessor.html#method_effectiveBooleanValue","d":"

    Evaluate the XPath expression, returning the effective boolean value of the result.

    "},{"t":"M","n":"Saxon\\XPathProcessor::evaluate","p":"Saxon/XPathProcessor.html#method_evaluate","d":"

    Compile and evaluate an XPath expression, supplied as a character string. Result is an XdmValue

    "},{"t":"M","n":"Saxon\\XPathProcessor::evaluateSingle","p":"Saxon/XPathProcessor.html#method_evaluateSingle","d":"

    Compile and evaluate an XPath expression whose result is expected to be a single item, with a given context item. The expression is supplied as a character string, and the result returned as an XdmItem. Return NULL if the expression returns an empty sequence. If the expression returns a sequence of more than one item, any items after the first are ignored.

    "},{"t":"M","n":"Saxon\\XPathProcessor::declareNamespace","p":"Saxon/XPathProcessor.html#method_declareNamespace","d":"

    Declare a namespace binding as part of the static context for XPath expressions compiled using this XPathProcessor

    "},{"t":"M","n":"Saxon\\XPathProcessor::setBaseURI","p":"Saxon/XPathProcessor.html#method_setBaseURI","d":"

    Set the static base URI for XPath expressions compiled using this XQuery Processor. The base URI is part of the static context, and is used to resolve any relative URIS appearing within a query

    "},{"t":"M","n":"Saxon\\XPathProcessor::setParameter","p":"Saxon/XPathProcessor.html#method_setParameter","d":"

    Set the parameters required for XQuery Processor

    "},{"t":"M","n":"Saxon\\XPathProcessor::setProperty","p":"Saxon/XPathProcessor.html#method_setProperty","d":"

    Set properties for Query.

    "},{"t":"M","n":"Saxon\\XPathProcessor::clearParameters","p":"Saxon/XPathProcessor.html#method_clearParameters","d":"

    Clear parameter values set

    "},{"t":"M","n":"Saxon\\XPathProcessor::clearProperties","p":"Saxon/XPathProcessor.html#method_clearProperties","d":"

    Clear property values set

    "},{"t":"M","n":"Saxon\\XPathProcessor::exceptionClear","p":"Saxon/XPathProcessor.html#method_exceptionClear","d":"

    Clear any exception thrown

    "},{"t":"M","n":"Saxon\\XPathProcessor::getErrorCode","p":"Saxon/XPathProcessor.html#method_getErrorCode","d":"

    Get the $i'th error code if there are any errors

    "},{"t":"M","n":"Saxon\\XPathProcessor::getErrorMessage","p":"Saxon/XPathProcessor.html#method_getErrorMessage","d":"

    Get the $i'th error message if there are any errors

    "},{"t":"M","n":"Saxon\\XPathProcessor::getExceptionCount","p":"Saxon/XPathProcessor.html#method_getExceptionCount","d":"

    Get number of error during execution or evaluate of stylesheet and query, respectively

    "},{"t":"M","n":"Saxon\\XQueryProcessor::runQueryToValue","p":"Saxon/XQueryProcessor.html#method_runQueryToValue","d":"

    Compile and evaluate the query. Result returned as an XdmValue object. If there are failures then a null is returned

    "},{"t":"M","n":"Saxon\\XQueryProcessor::runQueryToString","p":"Saxon/XQueryProcessor.html#method_runQueryToString","d":"

    Compile and evaluate the query. Result returned as string. If there are failures then a null is returned

    "},{"t":"M","n":"Saxon\\XQueryProcessor::runQueryToFile","p":"Saxon/XQueryProcessor.html#method_runQueryToFile","d":"

    Compile and evaluate the query. Save the result to file

    "},{"t":"M","n":"Saxon\\XQueryProcessor::setQueryContent","p":"Saxon/XQueryProcessor.html#method_setQueryContent","d":"

    query supplied as a string

    "},{"t":"M","n":"Saxon\\XQueryProcessor::setQueryItem","p":"Saxon/XQueryProcessor.html#method_setQueryItem","d":""},{"t":"M","n":"Saxon\\XQueryProcessor::setQueryFile","p":"Saxon/XQueryProcessor.html#method_setQueryFile","d":"

    query supplied as a file

    "},{"t":"M","n":"Saxon\\XQueryProcessor::setContextItemFromFile","p":"Saxon/XQueryProcessor.html#method_setContextItemFromFile","d":"

    Set the initial context item for the query. Supplied as filename

    "},{"t":"M","n":"Saxon\\XQueryProcessor::setContextItem","p":"Saxon/XQueryProcessor.html#method_setContextItem","d":"

    Set the initial context item for the query.

    "},{"t":"M","n":"Saxon\\XQueryProcessor::setQueryBaseURI","p":"Saxon/XQueryProcessor.html#method_setQueryBaseURI","d":"

    Set the static base URI for a query expressions compiled using this XQuery Processor. The base URI is part of the static context, and is used to resolve any relative URIS appearing within a query

    "},{"t":"M","n":"Saxon\\XQueryProcessor::declareNamespace","p":"Saxon/XQueryProcessor.html#method_declareNamespace","d":"

    Declare a namespace binding as part of the static context for XPath expressions compiled using this XQuery processor

    "},{"t":"M","n":"Saxon\\XQueryProcessor::setParameter","p":"Saxon/XQueryProcessor.html#method_setParameter","d":"

    Set the parameters required for XQuery Processor

    "},{"t":"M","n":"Saxon\\XQueryProcessor::setProperty","p":"Saxon/XQueryProcessor.html#method_setProperty","d":"

    Set properties for Query.

    "},{"t":"M","n":"Saxon\\XQueryProcessor::clearParameters","p":"Saxon/XQueryProcessor.html#method_clearParameters","d":"

    Clear parameter values set

    "},{"t":"M","n":"Saxon\\XQueryProcessor::clearProperties","p":"Saxon/XQueryProcessor.html#method_clearProperties","d":"

    Clear property values set

    "},{"t":"M","n":"Saxon\\XQueryProcessor::exceptionClear","p":"Saxon/XQueryProcessor.html#method_exceptionClear","d":"

    Clear any exception thrown

    "},{"t":"M","n":"Saxon\\XQueryProcessor::getErrorCode","p":"Saxon/XQueryProcessor.html#method_getErrorCode","d":"

    Get the $i'th error code if there are any errors

    "},{"t":"M","n":"Saxon\\XQueryProcessor::getErrorMessage","p":"Saxon/XQueryProcessor.html#method_getErrorMessage","d":"

    Get the $i'th error message if there are any errors

    "},{"t":"M","n":"Saxon\\XQueryProcessor::getExceptionCount","p":"Saxon/XQueryProcessor.html#method_getExceptionCount","d":"

    Get number of error during execution or evaluate of query

    "},{"t":"M","n":"Saxon\\XdmAtomicValue::getStringValue","p":"Saxon/XdmAtomicValue.html#method_getStringValue","d":"

    Get the string value of the item. For an atomic value, it has the same effect as casting the value to a string. In all cases the result is the same as applying the XPath string() function.

    "},{"t":"M","n":"Saxon\\XdmAtomicValue::getBooleanValue","p":"Saxon/XdmAtomicValue.html#method_getBooleanValue","d":"

    Get the value converted to a boolean using the XPath casting rules

    "},{"t":"M","n":"Saxon\\XdmAtomicValue::getDoubleValue","p":"Saxon/XdmAtomicValue.html#method_getDoubleValue","d":"

    Get the value converted to a float using the XPath casting rules. If the value is a string, the XSD 1.1 rules are used, which means that the string "+INF" is recognised

    "},{"t":"M","n":"Saxon\\XdmAtomicValue::getLongValue","p":"Saxon/XdmAtomicValue.html#method_getLongValue","d":"

    Get the value converted to an integer using the XPath casting rules

    "},{"t":"M","n":"Saxon\\XdmAtomicValue::isAtomic","p":"Saxon/XdmAtomicValue.html#method_isAtomic","d":"

    Determine whether the item is an atomic value or a node. Return TRUE if the item is an atomic value

    "},{"t":"M","n":"Saxon\\XdmItem::getStringValue","p":"Saxon/XdmItem.html#method_getStringValue","d":"

    Get the string value of the item. For a node, this gets the string value of the node. For an atomic value, it has the same effect as casting the value to a string. In all cases the result is the same as applying the XPath string() function.

    "},{"t":"M","n":"Saxon\\XdmItem::isNode","p":"Saxon/XdmItem.html#method_isNode","d":"

    Determine whether the item is a node value or not.

    "},{"t":"M","n":"Saxon\\XdmItem::isAtomic","p":"Saxon/XdmItem.html#method_isAtomic","d":"

    Determine whether the item is an atomic value or not.

    "},{"t":"M","n":"Saxon\\XdmItem::getAtomicValue","p":"Saxon/XdmItem.html#method_getAtomicValue","d":"

    Provided the item is an atomic value we return the XdmAtomicValue otherwise return null

    "},{"t":"M","n":"Saxon\\XdmItem::getNodeValue","p":"Saxon/XdmItem.html#method_getNodeValue","d":"

    Provided the item is a node value we return the XdmNode otherwise return null

    "},{"t":"M","n":"Saxon\\XdmNode::getStringValue","p":"Saxon/XdmNode.html#method_getStringValue","d":"

    Get the string value of the item. For a node, this gets the string value of the node.

    "},{"t":"M","n":"Saxon\\XdmNode::getNodeKind","p":"Saxon/XdmNode.html#method_getNodeKind","d":"

    Get the kind of node

    "},{"t":"M","n":"Saxon\\XdmNode::getNodeName","p":"Saxon/XdmNode.html#method_getNodeName","d":"

    Get the name of the node, as a EQName

    "},{"t":"M","n":"Saxon\\XdmNode::isAtomic","p":"Saxon/XdmNode.html#method_isAtomic","d":"

    Determine whether the item is an atomic value or a node. This method will return FALSE as the item is not atomic

    "},{"t":"M","n":"Saxon\\XdmNode::getChildCount","p":"Saxon/XdmNode.html#method_getChildCount","d":"

    Get the count of child node at this current node

    "},{"t":"M","n":"Saxon\\XdmNode::getAttributeCount","p":"Saxon/XdmNode.html#method_getAttributeCount","d":"

    Get the count of attribute nodes at this node

    "},{"t":"M","n":"Saxon\\XdmNode::getChildNode","p":"Saxon/XdmNode.html#method_getChildNode","d":"

    Get the n'th child node at this node. If the child node selected does not exist then return null

    "},{"t":"M","n":"Saxon\\XdmNode::getParent","p":"Saxon/XdmNode.html#method_getParent","d":"

    Get the parent of this node. If parent node does not exist then return null

    "},{"t":"M","n":"Saxon\\XdmNode::getAttributeNode","p":"Saxon/XdmNode.html#method_getAttributeNode","d":"

    Get the n'th attribute node at this node. If the attribute node selected does not exist then return null

    "},{"t":"M","n":"Saxon\\XdmNode::getAttributeValue","p":"Saxon/XdmNode.html#method_getAttributeValue","d":"

    Get the n'th attribute node value at this node. If the attribute node selected does not exist then return null

    "},{"t":"M","n":"Saxon\\XdmValue::getHead","p":"Saxon/XdmValue.html#method_getHead","d":"

    Get the first item in the sequence

    "},{"t":"M","n":"Saxon\\XdmValue::itemAt","p":"Saxon/XdmValue.html#method_itemAt","d":"

    Get the n'th item in the value, counting from zero

    "},{"t":"M","n":"Saxon\\XdmValue::size","p":"Saxon/XdmValue.html#method_size","d":"

    Get the number of items in the sequence

    "},{"t":"M","n":"Saxon\\XdmValue::addXdmItem","p":"Saxon/XdmValue.html#method_addXdmItem","d":"

    Add item to the sequence at the end.

    "},{"t":"M","n":"Saxon\\Xslt30Processor::addPackages","p":"Saxon/Xslt30Processor.html#method_addPackages","d":"

    File names to XSLT packages stored on filestore are added to a set of packages, which will be imported later for use when compiling.

    "},{"t":"M","n":"Saxon\\Xslt30Processor::applyTemplatesReturningFile","p":"Saxon/Xslt30Processor.html#method_applyTemplatesReturningFile","d":"

    Invoke the most recently compiled stylsheet by applying templates to a supplied input sequence (the initial match selection), saving the results to the file specified in the $fileName argument.

    "},{"t":"M","n":"Saxon\\Xslt30Processor::applyTemplatesReturningString","p":"Saxon/Xslt30Processor.html#method_applyTemplatesReturningString","d":"

    Invoke a stylesheet by applying templates to a supplied input sequence (the initial match selection). The result is returned as a serialized string. The stylesheet file name can be supplied as an argument here. If null then the most recently compiled stylsheet is used.

    "},{"t":"M","n":"Saxon\\Xslt30Processor::applyTemplatesReturningValue","p":"Saxon/Xslt30Processor.html#method_applyTemplatesReturningValue","d":"

    Invoke a stylesheet by applying templates to a supplied input sequence (the initial match selection). The result is returned as an XdmValue object. The stylesheet file name can be supplied as an argument here. If null then the most recently compiled stylsheet is used.

    "},{"t":"M","n":"Saxon\\Xslt30Processor::compileFromAssociatedFile","p":"Saxon/Xslt30Processor.html#method_compileFromAssociatedFile","d":"

    Get the stylesheet associated via the xml-stylesheet processing instruction (@link http://www.w3.org/TR/xml-stylesheet/) in the document specified in the $xmlFileName argument, and that match the given criteria. If there are several suitable xml-stylesheet processing instructions, then the returned source will identify a synthesized stylesheet module that imports all the referenced stylesheet modules.

    "},{"t":"M","n":"Saxon\\Xslt30Processor::compileFromFile","p":"Saxon/Xslt30Processor.html#method_compileFromFile","d":"

    Compile a stylesheet supplied as a file as specified by the $fileName argument.

    "},{"t":"M","n":"Saxon\\Xslt30Processor::compileFromString","p":"Saxon/Xslt30Processor.html#method_compileFromString","d":"

    Compile a stylesheet received as a string.

    "},{"t":"M","n":"Saxon\\Xslt30Processor::compileFromValue","p":"Saxon/Xslt30Processor.html#method_compileFromValue","d":"

    Compile a stylesheet received as an XdmValue.

    "},{"t":"M","n":"Saxon\\Xslt30Processor::compileFromFileAndSave","p":"Saxon/Xslt30Processor.html#method_compileFromFileAndSave","d":"

    Compile a stylesheet supplied as a file as specified by the $fileName argument, and save as an exported file (SEF).

    "},{"t":"M","n":"Saxon\\Xslt30Processor::compileFromStringAndSave","p":"Saxon/Xslt30Processor.html#method_compileFromStringAndSave","d":"

    Compile a stylesheet received as a string and save as an exported file (SEF).

    "},{"t":"M","n":"Saxon\\Xslt30Processor::compileFromValueAndSave","p":"Saxon/Xslt30Processor.html#method_compileFromValueAndSave","d":"

    Compile a stylesheet received as an XdmNode and save as an exported file (SEF).

    "},{"t":"M","n":"Saxon\\Xslt30Processor::callFunctionReturningFile","p":"Saxon/Xslt30Processor.html#method_callFunctionReturningFile","d":"

    Call a public user-defined function in the stylesheet. Here we wrap the result in an XML document, and send this document to a specified file. The function name is supplied as a string, and the values of the arguments to be supplied to the function are supplied as an array of XdmValue objects. These will be converted if necessary to the type as defined in the function signature, using the function conversion rules.

    "},{"t":"M","n":"Saxon\\Xslt30Processor::callFunctionReturningString","p":"Saxon/Xslt30Processor.html#method_callFunctionReturningString","d":"

    Call a public user-defined function in the stylesheet. Here we wrap the result in an XML document, and serialize this document to a string value. The function name is supplied as a string, and the values of the arguments to be supplied to the function are supplied as an array of XdmValue objects. These will be converted if necessary to the type as defined in the function signature, using the function conversion rules.

    "},{"t":"M","n":"Saxon\\Xslt30Processor::callFunctionReturningValue","p":"Saxon/Xslt30Processor.html#method_callFunctionReturningValue","d":"

    Call a public user-defined function in the stylesheet. Here we wrap the result in an XML document, and return the document as an XdmValue}. The function name is supplied as a string, and the values of the arguments to be supplied to the function are supplied as an array of {@link XdmValue objects. These will be converted if necessary to the type as defined in the function signature, using the function conversion rules.

    "},{"t":"M","n":"Saxon\\Xslt30Processor::callTemplateReturningFile","p":"Saxon/Xslt30Processor.html#method_callTemplateReturningFile","d":"

    Invoke a transformation by calling a named template, saving the results to the file specified in the $outputFileName argument. If the $templateName argument is null then the xsl:initial-template is used. Parameters supplied using setInitialTemplateParameters() are made available to the called template.

    "},{"t":"M","n":"Saxon\\Xslt30Processor::callTemplateReturningString","p":"Saxon/Xslt30Processor.html#method_callTemplateReturningString","d":"

    Invoke a transformation by calling a named template, and return the result as a string. If the $templateName argument is null then the xsl:initial-template is used. Parameters supplied using setInitialTemplateParameters() are made available to the called template.

    "},{"t":"M","n":"Saxon\\Xslt30Processor::callTemplateReturningValue","p":"Saxon/Xslt30Processor.html#method_callTemplateReturningValue","d":"

    Invoke a transformation by calling a named template, and return the result as an XdmValue}. If the $templateName argument is null then the xsl:initial-template is used. Parameters supplied using {@link setInitialTemplateParameters() are made available to the called template.

    "},{"t":"M","n":"Saxon\\Xslt30Processor::transformFileToFile","p":"Saxon/Xslt30Processor.html#method_transformFileToFile","d":"

    Perform a one shot transformation, saving the results to the file specified in the $outputFileName argument.

    "},{"t":"M","n":"Saxon\\Xslt30Processor::transformFileToValue","p":"Saxon/Xslt30Processor.html#method_transformFileToValue","d":"

    Perform a one shot transformation. The result is returned as an XdmValue.

    "},{"t":"M","n":"Saxon\\Xslt30Processor::transformFileToString","p":"Saxon/Xslt30Processor.html#method_transformFileToString","d":"

    Perform a one shot transformation. The result is returned as a string.

    "},{"t":"M","n":"Saxon\\Xslt30Processor::transformToFile","p":"Saxon/Xslt30Processor.html#method_transformToFile","d":"

    Perform a one shot transformation, saving the results to the file as previously set (e.g. using setOutputFile()). The global context item may be supplied in the $context argument.

    "},{"t":"M","n":"Saxon\\Xslt30Processor::transformToString","p":"Saxon/Xslt30Processor.html#method_transformToString","d":"

    Perform a one shot transformation. The result is returned as a serialized string. The global context item may be supplied in the $context argument.

    "},{"t":"M","n":"Saxon\\Xslt30Processor::transformToValue","p":"Saxon/Xslt30Processor.html#method_transformToValue","d":"

    Perform a one shot transformation. The result is returned as an XdmValue object. If there are failures then a null is returned. The global context item may be supplied in the $context argument.

    "},{"t":"M","n":"Saxon\\Xslt30Processor::setInitialTemplateParameters","p":"Saxon/Xslt30Processor.html#method_setInitialTemplateParameters","d":"

    Set parameters to be passed to the initial template. These are used whether the transformation is invoked by applying templates to an initial context item, or by invoking a named template. The parameters in question are the xsl:param elements appearing as children of the xsl:template element. The $tunnel argument should be set to true if these values are to be used for setting tunnel parameters.

    "},{"t":"M","n":"Saxon\\Xslt30Processor::setInitialMatchSelection","p":"Saxon/Xslt30Processor.html#method_setInitialMatchSelection","d":"

    Set the initial value to which templates are to be applied (equivalent to the 'select' attribute of xsl:apply-templates).

    "},{"t":"M","n":"Saxon\\Xslt30Processor::setInitialMatchSelectionAsFile","p":"Saxon/Xslt30Processor.html#method_setInitialMatchSelectionAsFile","d":"

    Set the initial value to which templates are to be applied (equivalent to the 'select' attribute of xsl:apply-templates). This initial match selection is supplied as a file as specified by the $fileName argument.

    "},{"t":"M","n":"Saxon\\Xslt30Processor::setGlobalContextItem","p":"Saxon/Xslt30Processor.html#method_setGlobalContextItem","d":"

    Supply the context item to be used when evaluating global variables and parameters.

    "},{"t":"M","n":"Saxon\\Xslt30Processor::setGlobalContextFromFile","p":"Saxon/Xslt30Processor.html#method_setGlobalContextFromFile","d":"

    Supply the context item to be used when evaluating global variables and parameters, as a file as specified by the $fileName argument.

    "},{"t":"M","n":"Saxon\\Xslt30Processor::setOutputFile","p":"Saxon/Xslt30Processor.html#method_setOutputFile","d":"

    Set the output file to which the transformation result will be sent.

    "},{"t":"M","n":"Saxon\\Xslt30Processor::setParameter","p":"Saxon/Xslt30Processor.html#method_setParameter","d":"

    Set the parameters required for the XSLT stylesheet.

    "},{"t":"M","n":"Saxon\\Xslt30Processor::setProperty","p":"Saxon/Xslt30Processor.html#method_setProperty","d":"

    Set properties for the XSLT processor.

    "},{"t":"M","n":"Saxon\\Xslt30Processor::setJustInTimeCompilation","p":"Saxon/Xslt30Processor.html#method_setJustInTimeCompilation","d":"

    Say whether just-in-time compilation of template rules should be used.

    "},{"t":"M","n":"Saxon\\Xslt30Processor::setResultAsRawValue","p":"Saxon/Xslt30Processor.html#method_setResultAsRawValue","d":"

    Set true if the result of a transformation should be returned as a raw XdmValue} result, rather than as a result tree (an {@link XdmNode object with a Document node as its root).

    "},{"t":"M","n":"Saxon\\Xslt30Processor::clearParameters","p":"Saxon/Xslt30Processor.html#method_clearParameters","d":"

    Clear parameter values set.

    "},{"t":"M","n":"Saxon\\Xslt30Processor::clearProperties","p":"Saxon/Xslt30Processor.html#method_clearProperties","d":"

    Clear property values set.

    "},{"t":"M","n":"Saxon\\Xslt30Processor::exceptionClear","p":"Saxon/Xslt30Processor.html#method_exceptionClear","d":"

    Clear any exceptions thrown.

    "},{"t":"M","n":"Saxon\\Xslt30Processor::getErrorCode","p":"Saxon/Xslt30Processor.html#method_getErrorCode","d":"

    Get the i'th error code if there are any errors.

    "},{"t":"M","n":"Saxon\\Xslt30Processor::getErrorMessage","p":"Saxon/Xslt30Processor.html#method_getErrorMessage","d":"

    Get the i'th error message if there are any errors.

    "},{"t":"M","n":"Saxon\\Xslt30Processor::getExceptionCount","p":"Saxon/Xslt30Processor.html#method_getExceptionCount","d":"

    Get the number of errors during execution or evaluation of a stylesheet.

    "},{"t":"M","n":"Saxon\\XsltProcessor::transformFileToFile","p":"Saxon/XsltProcessor.html#method_transformFileToFile","d":"

    Perform a one shot transformation. The result is stored in the supplied outputfile name.

    "},{"t":"M","n":"Saxon\\XsltProcessor::transformFileToString","p":"Saxon/XsltProcessor.html#method_transformFileToString","d":"

    Perform a one shot transformation. The result is returned as a string. If there are failures then a null is returned.

    "},{"t":"M","n":"Saxon\\XsltProcessor::transformFileToValue","p":"Saxon/XsltProcessor.html#method_transformFileToValue","d":"

    Perform a one shot transformation. The result is returned as an XdmValue.

    "},{"t":"M","n":"Saxon\\XsltProcessor::transformToFile","p":"Saxon/XsltProcessor.html#method_transformToFile","d":"

    Perform the transformation based upon cached stylesheet and source document.

    "},{"t":"M","n":"Saxon\\XsltProcessor::transformToString","p":"Saxon/XsltProcessor.html#method_transformToString","d":""},{"t":"M","n":"Saxon\\XsltProcessor::transformToValue","p":"Saxon/XsltProcessor.html#method_transformToValue","d":"

    Perform the transformation based upon cached stylesheet and any source document. Result returned as an XdmValue object. If there are failures then a null is returned

    "},{"t":"M","n":"Saxon\\XsltProcessor::compileFromFile","p":"Saxon/XsltProcessor.html#method_compileFromFile","d":"

    Compile a stylesheet supplied by file name

    "},{"t":"M","n":"Saxon\\XsltProcessor::compileFromString","p":"Saxon/XsltProcessor.html#method_compileFromString","d":"

    Compile a stylesheet received as a string.

    "},{"t":"M","n":"Saxon\\XsltProcessor::compileFromValue","p":"Saxon/XsltProcessor.html#method_compileFromValue","d":"

    Compile a stylesheet received as an XdmNode.

    "},{"t":"M","n":"Saxon\\XsltProcessor::setOutputFile","p":"Saxon/XsltProcessor.html#method_setOutputFile","d":"

    Set the output file name of where the transformation result is sent

    "},{"t":"M","n":"Saxon\\XsltProcessor::setSourceFromXdmValue","p":"Saxon/XsltProcessor.html#method_setSourceFromXdmValue","d":"

    The source used for a query or stylesheet. Requires an XdmValue object

    "},{"t":"M","n":"Saxon\\XsltProcessor::setSourceFromFile","p":"Saxon/XsltProcessor.html#method_setSourceFromFile","d":"

    The source used for a query or stylesheet. Requires a file name as string

    "},{"t":"M","n":"Saxon\\XsltProcessor::setParameter","p":"Saxon/XsltProcessor.html#method_setParameter","d":"

    Set the parameters required for XSLT stylesheet

    "},{"t":"M","n":"Saxon\\XsltProcessor::setProperty","p":"Saxon/XsltProcessor.html#method_setProperty","d":"

    Set properties for the stylesheet.

    "},{"t":"M","n":"Saxon\\XsltProcessor::clearParameters","p":"Saxon/XsltProcessor.html#method_clearParameters","d":"

    Clear parameter values set

    "},{"t":"M","n":"Saxon\\XsltProcessor::clearProperties","p":"Saxon/XsltProcessor.html#method_clearProperties","d":"

    Clear property values set

    "},{"t":"M","n":"Saxon\\XsltProcessor::exceptionClear","p":"Saxon/XsltProcessor.html#method_exceptionClear","d":"

    Clear any exception thrown

    "},{"t":"M","n":"Saxon\\XsltProcessor::getErrorCode","p":"Saxon/XsltProcessor.html#method_getErrorCode","d":"

    Get the $i'th error code if there are any errors

    "},{"t":"M","n":"Saxon\\XsltProcessor::getErrorMessage","p":"Saxon/XsltProcessor.html#method_getErrorMessage","d":"

    Get the $i'th error message if there are any errors

    "},{"t":"M","n":"Saxon\\XsltProcessor::getExceptionCount","p":"Saxon/XsltProcessor.html#method_getExceptionCount","d":"

    Get number of error during execution or evaluate of stylesheet

    "},{"t":"M","n":"SeekableIterator::seek","p":"SeekableIterator.html#method_seek","d":"

    Seeks to a position

    "},{"t":"M","n":"SensitiveParameter::__construct","p":"SensitiveParameter.html#method___construct","d":null},{"t":"M","n":"SensitiveParameterValue::__construct","p":"SensitiveParameterValue.html#method___construct","d":null},{"t":"M","n":"SensitiveParameterValue::getValue","p":"SensitiveParameterValue.html#method_getValue","d":null},{"t":"M","n":"SensitiveParameterValue::__debugInfo","p":"SensitiveParameterValue.html#method___debugInfo","d":null},{"t":"M","n":"Serializable::serialize","p":"Serializable.html#method_serialize","d":"

    String representation of object.

    "},{"t":"M","n":"Serializable::unserialize","p":"Serializable.html#method_unserialize","d":"

    Constructs the object.

    "},{"t":"M","n":"SessionHandler::close","p":"SessionHandler.html#method_close","d":"

    Close the session

    "},{"t":"M","n":"SessionHandler::create_sid","p":"SessionHandler.html#method_create_sid","d":"

    Return a new session ID

    "},{"t":"M","n":"SessionHandler::destroy","p":"SessionHandler.html#method_destroy","d":"

    Destroy a session

    "},{"t":"M","n":"SessionHandler::gc","p":"SessionHandler.html#method_gc","d":"

    Cleanup old sessions

    "},{"t":"M","n":"SessionHandler::open","p":"SessionHandler.html#method_open","d":"

    Initialize session

    "},{"t":"M","n":"SessionHandler::read","p":"SessionHandler.html#method_read","d":"

    Read session data

    "},{"t":"M","n":"SessionHandler::write","p":"SessionHandler.html#method_write","d":"

    Write session data

    "},{"t":"M","n":"SessionHandlerInterface::close","p":"SessionHandlerInterface.html#method_close","d":"

    Close the session

    "},{"t":"M","n":"SessionHandlerInterface::destroy","p":"SessionHandlerInterface.html#method_destroy","d":"

    Destroy a session

    "},{"t":"M","n":"SessionHandlerInterface::gc","p":"SessionHandlerInterface.html#method_gc","d":"

    Cleanup old sessions

    "},{"t":"M","n":"SessionHandlerInterface::open","p":"SessionHandlerInterface.html#method_open","d":"

    Initialize session

    "},{"t":"M","n":"SessionHandlerInterface::read","p":"SessionHandlerInterface.html#method_read","d":"

    Read session data

    "},{"t":"M","n":"SessionHandlerInterface::write","p":"SessionHandlerInterface.html#method_write","d":"

    Write session data

    "},{"t":"M","n":"SessionIdInterface::create_sid","p":"SessionIdInterface.html#method_create_sid","d":"

    Create session ID

    "},{"t":"M","n":"SessionUpdateTimestampHandlerInterface::validateId","p":"SessionUpdateTimestampHandlerInterface.html#method_validateId","d":"

    Validate session id

    "},{"t":"M","n":"SessionUpdateTimestampHandlerInterface::updateTimestamp","p":"SessionUpdateTimestampHandlerInterface.html#method_updateTimestamp","d":"

    Update timestamp of a session

    "},{"t":"M","n":"SimpleKafkaClient::getMetadata","p":"SimpleKafkaClient.html#method_getMetadata","d":""},{"t":"M","n":"SimpleKafkaClient::getOutQLen","p":"SimpleKafkaClient.html#method_getOutQLen","d":""},{"t":"M","n":"SimpleKafkaClient::poll","p":"SimpleKafkaClient.html#method_poll","d":""},{"t":"M","n":"SimpleKafkaClient::queryWatermarkOffsets","p":"SimpleKafkaClient.html#method_queryWatermarkOffsets","d":""},{"t":"M","n":"SimpleKafkaClient::offsetsForTimes","p":"SimpleKafkaClient.html#method_offsetsForTimes","d":""},{"t":"M","n":"SimpleKafkaClient::setOAuthBearerTokenFailure","p":"SimpleKafkaClient.html#method_setOAuthBearerTokenFailure","d":""},{"t":"M","n":"SimpleKafkaClient::setOAuthBearerToken","p":"SimpleKafkaClient.html#method_setOAuthBearerToken","d":""},{"t":"M","n":"SimpleKafkaClient\\Configuration::__construct","p":"SimpleKafkaClient/Configuration.html#method___construct","d":null},{"t":"M","n":"SimpleKafkaClient\\Configuration::dump","p":"SimpleKafkaClient/Configuration.html#method_dump","d":""},{"t":"M","n":"SimpleKafkaClient\\Configuration::set","p":"SimpleKafkaClient/Configuration.html#method_set","d":""},{"t":"M","n":"SimpleKafkaClient\\Configuration::setErrorCb","p":"SimpleKafkaClient/Configuration.html#method_setErrorCb","d":""},{"t":"M","n":"SimpleKafkaClient\\Configuration::setDrMsgCb","p":"SimpleKafkaClient/Configuration.html#method_setDrMsgCb","d":""},{"t":"M","n":"SimpleKafkaClient\\Configuration::setStatsCb","p":"SimpleKafkaClient/Configuration.html#method_setStatsCb","d":""},{"t":"M","n":"SimpleKafkaClient\\Configuration::setRebalanceCb","p":"SimpleKafkaClient/Configuration.html#method_setRebalanceCb","d":""},{"t":"M","n":"SimpleKafkaClient\\Configuration::setOffsetCommitCb","p":"SimpleKafkaClient/Configuration.html#method_setOffsetCommitCb","d":""},{"t":"M","n":"SimpleKafkaClient\\Configuration::setLogCb","p":"SimpleKafkaClient/Configuration.html#method_setLogCb","d":""},{"t":"M","n":"SimpleKafkaClient\\Configuration::setOAuthBearerTokenRefreshCb","p":"SimpleKafkaClient/Configuration.html#method_setOAuthBearerTokenRefreshCb","d":""},{"t":"M","n":"SimpleKafkaClient\\Consumer::__construct","p":"SimpleKafkaClient/Consumer.html#method___construct","d":"

    Consumer constructor.

    "},{"t":"M","n":"SimpleKafkaClient\\Consumer::assign","p":"SimpleKafkaClient/Consumer.html#method_assign","d":""},{"t":"M","n":"SimpleKafkaClient\\Consumer::getAssignment","p":"SimpleKafkaClient/Consumer.html#method_getAssignment","d":""},{"t":"M","n":"SimpleKafkaClient\\Consumer::subscribe","p":"SimpleKafkaClient/Consumer.html#method_subscribe","d":""},{"t":"M","n":"SimpleKafkaClient\\Consumer::getSubscription","p":"SimpleKafkaClient/Consumer.html#method_getSubscription","d":""},{"t":"M","n":"SimpleKafkaClient\\Consumer::unsubscribe","p":"SimpleKafkaClient/Consumer.html#method_unsubscribe","d":""},{"t":"M","n":"SimpleKafkaClient\\Consumer::consume","p":"SimpleKafkaClient/Consumer.html#method_consume","d":""},{"t":"M","n":"SimpleKafkaClient\\Consumer::commit","p":"SimpleKafkaClient/Consumer.html#method_commit","d":""},{"t":"M","n":"SimpleKafkaClient\\Consumer::commitAsync","p":"SimpleKafkaClient/Consumer.html#method_commitAsync","d":""},{"t":"M","n":"SimpleKafkaClient\\Consumer::close","p":"SimpleKafkaClient/Consumer.html#method_close","d":""},{"t":"M","n":"SimpleKafkaClient\\Consumer::getCommittedOffsets","p":"SimpleKafkaClient/Consumer.html#method_getCommittedOffsets","d":""},{"t":"M","n":"SimpleKafkaClient\\Consumer::getOffsetPositions","p":"SimpleKafkaClient/Consumer.html#method_getOffsetPositions","d":""},{"t":"M","n":"SimpleKafkaClient\\KafkaErrorException::__construct","p":"SimpleKafkaClient/KafkaErrorException.html#method___construct","d":"

    KafkaErrorException constructor.

    "},{"t":"M","n":"SimpleKafkaClient\\KafkaErrorException::getErrorString","p":"SimpleKafkaClient/KafkaErrorException.html#method_getErrorString","d":null},{"t":"M","n":"SimpleKafkaClient\\KafkaErrorException::isFatal","p":"SimpleKafkaClient/KafkaErrorException.html#method_isFatal","d":null},{"t":"M","n":"SimpleKafkaClient\\KafkaErrorException::isRetriable","p":"SimpleKafkaClient/KafkaErrorException.html#method_isRetriable","d":null},{"t":"M","n":"SimpleKafkaClient\\KafkaErrorException::transactionRequiresAbort","p":"SimpleKafkaClient/KafkaErrorException.html#method_transactionRequiresAbort","d":null},{"t":"M","n":"SimpleKafkaClient\\Message::getErrorString","p":"SimpleKafkaClient/Message.html#method_getErrorString","d":""},{"t":"M","n":"SimpleKafkaClient\\Metadata::getOrigBrokerId","p":"SimpleKafkaClient/Metadata.html#method_getOrigBrokerId","d":""},{"t":"M","n":"SimpleKafkaClient\\Metadata::getOrigBrokerName","p":"SimpleKafkaClient/Metadata.html#method_getOrigBrokerName","d":""},{"t":"M","n":"SimpleKafkaClient\\Metadata::getBrokers","p":"SimpleKafkaClient/Metadata.html#method_getBrokers","d":""},{"t":"M","n":"SimpleKafkaClient\\Metadata::getTopics","p":"SimpleKafkaClient/Metadata.html#method_getTopics","d":""},{"t":"M","n":"SimpleKafkaClient\\Metadata\\Broker::getId","p":"SimpleKafkaClient/Metadata/Broker.html#method_getId","d":""},{"t":"M","n":"SimpleKafkaClient\\Metadata\\Broker::getHost","p":"SimpleKafkaClient/Metadata/Broker.html#method_getHost","d":""},{"t":"M","n":"SimpleKafkaClient\\Metadata\\Broker::getPort","p":"SimpleKafkaClient/Metadata/Broker.html#method_getPort","d":""},{"t":"M","n":"SimpleKafkaClient\\Metadata\\Collection::count","p":"SimpleKafkaClient/Metadata/Collection.html#method_count","d":""},{"t":"M","n":"SimpleKafkaClient\\Metadata\\Collection::rewind","p":"SimpleKafkaClient/Metadata/Collection.html#method_rewind","d":""},{"t":"M","n":"SimpleKafkaClient\\Metadata\\Collection::current","p":"SimpleKafkaClient/Metadata/Collection.html#method_current","d":""},{"t":"M","n":"SimpleKafkaClient\\Metadata\\Collection::key","p":"SimpleKafkaClient/Metadata/Collection.html#method_key","d":""},{"t":"M","n":"SimpleKafkaClient\\Metadata\\Collection::next","p":"SimpleKafkaClient/Metadata/Collection.html#method_next","d":""},{"t":"M","n":"SimpleKafkaClient\\Metadata\\Collection::valid","p":"SimpleKafkaClient/Metadata/Collection.html#method_valid","d":""},{"t":"M","n":"SimpleKafkaClient\\Metadata\\Partition::getId","p":"SimpleKafkaClient/Metadata/Partition.html#method_getId","d":""},{"t":"M","n":"SimpleKafkaClient\\Metadata\\Partition::getErrorCode","p":"SimpleKafkaClient/Metadata/Partition.html#method_getErrorCode","d":""},{"t":"M","n":"SimpleKafkaClient\\Metadata\\Partition::getLeader","p":"SimpleKafkaClient/Metadata/Partition.html#method_getLeader","d":""},{"t":"M","n":"SimpleKafkaClient\\Metadata\\Partition::getReplicas","p":"SimpleKafkaClient/Metadata/Partition.html#method_getReplicas","d":""},{"t":"M","n":"SimpleKafkaClient\\Metadata\\Partition::getIsrs","p":"SimpleKafkaClient/Metadata/Partition.html#method_getIsrs","d":""},{"t":"M","n":"SimpleKafkaClient\\Metadata\\Topic::getName","p":"SimpleKafkaClient/Metadata/Topic.html#method_getName","d":""},{"t":"M","n":"SimpleKafkaClient\\Metadata\\Topic::getErrorCode","p":"SimpleKafkaClient/Metadata/Topic.html#method_getErrorCode","d":""},{"t":"M","n":"SimpleKafkaClient\\Metadata\\Topic::getPartitions","p":"SimpleKafkaClient/Metadata/Topic.html#method_getPartitions","d":""},{"t":"M","n":"SimpleKafkaClient\\Producer::__construct","p":"SimpleKafkaClient/Producer.html#method___construct","d":"

    Producer constructor.

    "},{"t":"M","n":"SimpleKafkaClient\\Producer::initTransactions","p":"SimpleKafkaClient/Producer.html#method_initTransactions","d":""},{"t":"M","n":"SimpleKafkaClient\\Producer::beginTransaction","p":"SimpleKafkaClient/Producer.html#method_beginTransaction","d":""},{"t":"M","n":"SimpleKafkaClient\\Producer::commitTransaction","p":"SimpleKafkaClient/Producer.html#method_commitTransaction","d":""},{"t":"M","n":"SimpleKafkaClient\\Producer::abortTransaction","p":"SimpleKafkaClient/Producer.html#method_abortTransaction","d":""},{"t":"M","n":"SimpleKafkaClient\\Producer::flush","p":"SimpleKafkaClient/Producer.html#method_flush","d":""},{"t":"M","n":"SimpleKafkaClient\\Producer::purge","p":"SimpleKafkaClient/Producer.html#method_purge","d":""},{"t":"M","n":"SimpleKafkaClient\\Producer::getTopicHandle","p":"SimpleKafkaClient/Producer.html#method_getTopicHandle","d":""},{"t":"M","n":"SimpleKafkaClient\\ProducerTopic::produce","p":"SimpleKafkaClient/ProducerTopic.html#method_produce","d":""},{"t":"M","n":"SimpleKafkaClient\\ProducerTopic::producev","p":"SimpleKafkaClient/ProducerTopic.html#method_producev","d":""},{"t":"M","n":"SimpleKafkaClient\\Topic::getName","p":"SimpleKafkaClient/Topic.html#method_getName","d":""},{"t":"M","n":"SimpleKafkaClient\\TopicPartition::__construct","p":"SimpleKafkaClient/TopicPartition.html#method___construct","d":"

    TopicPartition constructor.

    "},{"t":"M","n":"SimpleKafkaClient\\TopicPartition::getTopicName","p":"SimpleKafkaClient/TopicPartition.html#method_getTopicName","d":""},{"t":"M","n":"SimpleKafkaClient\\TopicPartition::setTopicName","p":"SimpleKafkaClient/TopicPartition.html#method_setTopicName","d":""},{"t":"M","n":"SimpleKafkaClient\\TopicPartition::getPartition","p":"SimpleKafkaClient/TopicPartition.html#method_getPartition","d":""},{"t":"M","n":"SimpleKafkaClient\\TopicPartition::setPartition","p":"SimpleKafkaClient/TopicPartition.html#method_setPartition","d":""},{"t":"M","n":"SimpleKafkaClient\\TopicPartition::getOffset","p":"SimpleKafkaClient/TopicPartition.html#method_getOffset","d":""},{"t":"M","n":"SimpleKafkaClient\\TopicPartition::setOffset","p":"SimpleKafkaClient/TopicPartition.html#method_setOffset","d":""},{"t":"M","n":"SimpleXMLElement::__construct","p":"SimpleXMLElement.html#method___construct","d":"

    Creates a new SimpleXMLElement object

    "},{"t":"M","n":"SimpleXMLElement::asXML","p":"SimpleXMLElement.html#method_asXML","d":"

    Return a well-formed XML string based on SimpleXML element

    "},{"t":"M","n":"SimpleXMLElement::saveXML","p":"SimpleXMLElement.html#method_saveXML","d":"

    Alias of SimpleXMLElement::asXML\nReturn a well-formed XML string based on SimpleXML element

    "},{"t":"M","n":"SimpleXMLElement::xpath","p":"SimpleXMLElement.html#method_xpath","d":"

    Runs XPath query on XML data

    "},{"t":"M","n":"SimpleXMLElement::registerXPathNamespace","p":"SimpleXMLElement.html#method_registerXPathNamespace","d":"

    Creates a prefix/ns context for the next XPath query

    "},{"t":"M","n":"SimpleXMLElement::attributes","p":"SimpleXMLElement.html#method_attributes","d":"

    Identifies an element's attributes

    "},{"t":"M","n":"SimpleXMLElement::children","p":"SimpleXMLElement.html#method_children","d":"

    Finds children of given node

    "},{"t":"M","n":"SimpleXMLElement::getNamespaces","p":"SimpleXMLElement.html#method_getNamespaces","d":"

    Returns namespaces used in document

    "},{"t":"M","n":"SimpleXMLElement::getDocNamespaces","p":"SimpleXMLElement.html#method_getDocNamespaces","d":"

    Returns namespaces declared in document

    "},{"t":"M","n":"SimpleXMLElement::getName","p":"SimpleXMLElement.html#method_getName","d":"

    Gets the name of the XML element

    "},{"t":"M","n":"SimpleXMLElement::addChild","p":"SimpleXMLElement.html#method_addChild","d":"

    Adds a child element to the XML node

    "},{"t":"M","n":"SimpleXMLElement::addAttribute","p":"SimpleXMLElement.html#method_addAttribute","d":"

    Adds an attribute to the SimpleXML element

    "},{"t":"M","n":"SimpleXMLElement::__toString","p":"SimpleXMLElement.html#method___toString","d":"

    Returns the string content

    "},{"t":"M","n":"SimpleXMLElement::count","p":"SimpleXMLElement.html#method_count","d":"

    Counts the children of an element

    "},{"t":"M","n":"SimpleXMLElement::offsetExists","p":"SimpleXMLElement.html#method_offsetExists","d":"

    Class provides access to children by position, and attributes by name\nprivate Method not callable directly, stub exists for typehint only

    "},{"t":"M","n":"SimpleXMLElement::offsetGet","p":"SimpleXMLElement.html#method_offsetGet","d":"

    Class provides access to children by position, and attributes by name\nprivate Method not callable directly, stub exists for typehint only

    "},{"t":"M","n":"SimpleXMLElement::offsetSet","p":"SimpleXMLElement.html#method_offsetSet","d":"

    Class provides access to children by position, and attributes by name\nprivate Method not callable directly, stub exists for typehint only

    "},{"t":"M","n":"SimpleXMLElement::offsetUnset","p":"SimpleXMLElement.html#method_offsetUnset","d":"

    Class provides access to children by position, and attributes by name\nprivate Method not callable directly, stub exists for typehint only

    "},{"t":"M","n":"SimpleXMLElement::rewind","p":"SimpleXMLElement.html#method_rewind","d":"

    Rewind to the first element

    "},{"t":"M","n":"SimpleXMLElement::valid","p":"SimpleXMLElement.html#method_valid","d":"

    Check whether the current element is valid

    "},{"t":"M","n":"SimpleXMLElement::current","p":"SimpleXMLElement.html#method_current","d":"

    Returns the current element

    "},{"t":"M","n":"SimpleXMLElement::key","p":"SimpleXMLElement.html#method_key","d":"

    Return current key

    "},{"t":"M","n":"SimpleXMLElement::next","p":"SimpleXMLElement.html#method_next","d":"

    Move to next element

    "},{"t":"M","n":"SimpleXMLElement::hasChildren","p":"SimpleXMLElement.html#method_hasChildren","d":""},{"t":"M","n":"SimpleXMLElement::getChildren","p":"SimpleXMLElement.html#method_getChildren","d":""},{"t":"M","n":"SimpleXMLIterator::rewind","p":"SimpleXMLIterator.html#method_rewind","d":"

    Rewind to the first element

    "},{"t":"M","n":"SimpleXMLIterator::valid","p":"SimpleXMLIterator.html#method_valid","d":"

    Check whether the current element is valid

    "},{"t":"M","n":"SimpleXMLIterator::current","p":"SimpleXMLIterator.html#method_current","d":"

    Returns the current element

    "},{"t":"M","n":"SimpleXMLIterator::key","p":"SimpleXMLIterator.html#method_key","d":"

    Return current key

    "},{"t":"M","n":"SimpleXMLIterator::next","p":"SimpleXMLIterator.html#method_next","d":"

    Move to next element

    "},{"t":"M","n":"SimpleXMLIterator::hasChildren","p":"SimpleXMLIterator.html#method_hasChildren","d":"

    Checks whether the current element has sub elements.

    "},{"t":"M","n":"SimpleXMLIterator::getChildren","p":"SimpleXMLIterator.html#method_getChildren","d":"

    Returns the sub-elements of the current element

    "},{"t":"M","n":"SimpleXMLIterator::__toString","p":"SimpleXMLIterator.html#method___toString","d":"

    Returns the string content

    "},{"t":"M","n":"SimpleXMLIterator::count","p":"SimpleXMLIterator.html#method_count","d":"

    Counts the children of an element

    "},{"t":"M","n":"SoapClient::SoapClient","p":"SoapClient.html#method_SoapClient","d":"

    SoapClient constructor

    "},{"t":"M","n":"SoapClient::__construct","p":"SoapClient.html#method___construct","d":"

    SoapClient constructor

    "},{"t":"M","n":"SoapClient::__call","p":"SoapClient.html#method___call","d":""},{"t":"M","n":"SoapClient::__soapCall","p":"SoapClient.html#method___soapCall","d":"

    Calls a SOAP function

    "},{"t":"M","n":"SoapClient::__getLastRequest","p":"SoapClient.html#method___getLastRequest","d":"

    Returns last SOAP request

    "},{"t":"M","n":"SoapClient::__getLastResponse","p":"SoapClient.html#method___getLastResponse","d":"

    Returns last SOAP response

    "},{"t":"M","n":"SoapClient::__getLastRequestHeaders","p":"SoapClient.html#method___getLastRequestHeaders","d":"

    Returns the SOAP headers from the last request

    "},{"t":"M","n":"SoapClient::__getLastResponseHeaders","p":"SoapClient.html#method___getLastResponseHeaders","d":"

    Returns the SOAP headers from the last response

    "},{"t":"M","n":"SoapClient::__getFunctions","p":"SoapClient.html#method___getFunctions","d":"

    Returns list of available SOAP functions

    "},{"t":"M","n":"SoapClient::__getTypes","p":"SoapClient.html#method___getTypes","d":"

    Returns a list of SOAP types

    "},{"t":"M","n":"SoapClient::__getCookies","p":"SoapClient.html#method___getCookies","d":"

    Returns a list of all cookies

    "},{"t":"M","n":"SoapClient::__doRequest","p":"SoapClient.html#method___doRequest","d":"

    Performs a SOAP request

    "},{"t":"M","n":"SoapClient::__setCookie","p":"SoapClient.html#method___setCookie","d":"

    The __setCookie purpose

    "},{"t":"M","n":"SoapClient::__setLocation","p":"SoapClient.html#method___setLocation","d":"

    Sets the location of the Web service to use

    "},{"t":"M","n":"SoapClient::__setSoapHeaders","p":"SoapClient.html#method___setSoapHeaders","d":"

    Sets SOAP headers for subsequent calls

    "},{"t":"M","n":"SoapFault::__construct","p":"SoapFault.html#method___construct","d":"

    SoapFault constructor

    "},{"t":"M","n":"SoapFault::SoapFault","p":"SoapFault.html#method_SoapFault","d":"

    SoapFault constructor

    "},{"t":"M","n":"SoapFault::__toString","p":"SoapFault.html#method___toString","d":"

    Obtain a string representation of a SoapFault

    "},{"t":"M","n":"SoapHeader::__construct","p":"SoapHeader.html#method___construct","d":"

    SoapHeader constructor

    "},{"t":"M","n":"SoapHeader::SoapHeader","p":"SoapHeader.html#method_SoapHeader","d":"

    SoapHeader constructor

    "},{"t":"M","n":"SoapParam::__construct","p":"SoapParam.html#method___construct","d":"

    SoapParam constructor

    "},{"t":"M","n":"SoapParam::SoapParam","p":"SoapParam.html#method_SoapParam","d":"

    SoapParam constructor

    "},{"t":"M","n":"SoapServer::__construct","p":"SoapServer.html#method___construct","d":"

    SoapServer constructor

    "},{"t":"M","n":"SoapServer::SoapServer","p":"SoapServer.html#method_SoapServer","d":"

    SoapServer constructor

    "},{"t":"M","n":"SoapServer::setPersistence","p":"SoapServer.html#method_setPersistence","d":"

    Sets SoapServer persistence mode

    "},{"t":"M","n":"SoapServer::setClass","p":"SoapServer.html#method_setClass","d":"

    Sets the class which handles SOAP requests

    "},{"t":"M","n":"SoapServer::setObject","p":"SoapServer.html#method_setObject","d":"

    Sets the object which will be used to handle SOAP requests

    "},{"t":"M","n":"SoapServer::addFunction","p":"SoapServer.html#method_addFunction","d":"

    Adds one or more functions to handle SOAP requests

    "},{"t":"M","n":"SoapServer::getFunctions","p":"SoapServer.html#method_getFunctions","d":"

    Returns list of defined functions

    "},{"t":"M","n":"SoapServer::handle","p":"SoapServer.html#method_handle","d":"

    Handles a SOAP request

    "},{"t":"M","n":"SoapServer::fault","p":"SoapServer.html#method_fault","d":"

    Issue SoapServer fault indicating an error

    "},{"t":"M","n":"SoapServer::addSoapHeader","p":"SoapServer.html#method_addSoapHeader","d":"

    Add a SOAP header to the response

    "},{"t":"M","n":"SoapServer::__getLastResponse","p":"SoapServer.html#method___getLastResponse","d":""},{"t":"M","n":"SoapVar::__construct","p":"SoapVar.html#method___construct","d":"

    SoapVar constructor

    "},{"t":"M","n":"SoapVar::SoapVar","p":"SoapVar.html#method_SoapVar","d":"

    SoapVar constructor

    "},{"t":"M","n":"SolrClient::addDocument","p":"SolrClient.html#method_addDocument","d":"

    (PECL solr >= 0.9.2)
    \nAdds a document to the index

    "},{"t":"M","n":"SolrClient::addDocuments","p":"SolrClient.html#method_addDocuments","d":"

    (PECL solr >= 0.9.2)
    \nAdds a collection of SolrInputDocument instances to the index

    "},{"t":"M","n":"SolrClient::commit","p":"SolrClient.html#method_commit","d":"

    (PECL solr >= 0.9.2)
    \nFinalizes all add/deletes made to the index

    "},{"t":"M","n":"SolrClient::__construct","p":"SolrClient.html#method___construct","d":"

    (PECL solr >= 0.9.2)
    \nSolrClient constructor.

    "},{"t":"M","n":"SolrClient::deleteById","p":"SolrClient.html#method_deleteById","d":"

    (PECL solr >= 0.9.2)
    \nDelete by Id

    "},{"t":"M","n":"SolrClient::deleteByIds","p":"SolrClient.html#method_deleteByIds","d":"

    (PECL solr >= 0.9.2)
    \nDeletes by Ids

    "},{"t":"M","n":"SolrClient::deleteByQueries","p":"SolrClient.html#method_deleteByQueries","d":"

    (PECL solr >= 0.9.2)
    \nRemoves all documents matching any of the queries

    "},{"t":"M","n":"SolrClient::deleteByQuery","p":"SolrClient.html#method_deleteByQuery","d":"

    (PECL solr >= 0.9.2)
    \nDeletes all documents matching the given query

    "},{"t":"M","n":"SolrClient::__destruct","p":"SolrClient.html#method___destruct","d":"

    (PECL solr >= 0.9.2)
    \nDestructor for SolrClient

    "},{"t":"M","n":"SolrClient::getById","p":"SolrClient.html#method_getById","d":"

    (PECL solr >= 2.2.0)
    \nGet Document By Id. Utilizes Solr Realtime Get (RTG).

    "},{"t":"M","n":"SolrClient::getByIds","p":"SolrClient.html#method_getByIds","d":"

    (PECL solr >= 2.2.0)
    \nGet Documents by their Ids. Utilizes Solr Realtime Get (RTG).

    "},{"t":"M","n":"SolrClient::getDebug","p":"SolrClient.html#method_getDebug","d":"

    (PECL solr >= 0.9.7)
    \nReturns the debug data for the last connection attempt

    "},{"t":"M","n":"SolrClient::getOptions","p":"SolrClient.html#method_getOptions","d":"

    (PECL solr >= 0.9.6)
    \nReturns the client options set internally

    "},{"t":"M","n":"SolrClient::optimize","p":"SolrClient.html#method_optimize","d":"

    (PECL solr >= 0.9.2)
    \nDefragments the index

    "},{"t":"M","n":"SolrClient::ping","p":"SolrClient.html#method_ping","d":"

    (PECL solr >= 0.9.2)
    \nChecks if Solr server is still up

    "},{"t":"M","n":"SolrClient::query","p":"SolrClient.html#method_query","d":"

    (PECL solr >= 0.9.2)
    \nSends a query to the server

    "},{"t":"M","n":"SolrClient::request","p":"SolrClient.html#method_request","d":"

    (PECL solr >= 0.9.2)
    \nSends a raw update request

    "},{"t":"M","n":"SolrClient::rollback","p":"SolrClient.html#method_rollback","d":"

    (PECL solr >= 0.9.2)
    \nRollbacks all add/deletes made to the index since the last commit

    "},{"t":"M","n":"SolrClient::setResponseWriter","p":"SolrClient.html#method_setResponseWriter","d":"

    (PECL solr >= 0.9.11)
    \nSets the response writer used to prepare the response from Solr

    "},{"t":"M","n":"SolrClient::setServlet","p":"SolrClient.html#method_setServlet","d":"

    (PECL solr >= 0.9.2)
    \nChanges the specified servlet type to a new value

    "},{"t":"M","n":"SolrClient::system","p":"SolrClient.html#method_system","d":"

    (PECL solr >= 2.0.0)
    \nRetrieve Solr Server information

    "},{"t":"M","n":"SolrClient::threads","p":"SolrClient.html#method_threads","d":"

    (PECL solr >= 0.9.2)
    \nChecks the threads status

    "},{"t":"M","n":"SolrClientException::getInternalInfo","p":"SolrClientException.html#method_getInternalInfo","d":"

    (PECL solr >= 0.9.2)
    \nReturns internal information where the Exception was thrown

    "},{"t":"M","n":"SolrCollapseFunction::__construct","p":"SolrCollapseFunction.html#method___construct","d":"

    (PECL solr >= 2.2.0)
    \nSolrCollapseFunction constructor.

    "},{"t":"M","n":"SolrCollapseFunction::getField","p":"SolrCollapseFunction.html#method_getField","d":"

    (PECL solr >= 2.2.0)
    \nReturns the field that is being collapsed on.

    "},{"t":"M","n":"SolrCollapseFunction::getHint","p":"SolrCollapseFunction.html#method_getHint","d":"

    (PECL solr >= 2.2.0)
    \nReturns collapse hint

    "},{"t":"M","n":"SolrCollapseFunction::getMax","p":"SolrCollapseFunction.html#method_getMax","d":"

    (PECL solr >= 2.2.0)
    \nReturns max parameter

    "},{"t":"M","n":"SolrCollapseFunction::getMin","p":"SolrCollapseFunction.html#method_getMin","d":"

    (PECL solr >= 2.2.0)
    \nReturns min parameter

    "},{"t":"M","n":"SolrCollapseFunction::getNullPolicy","p":"SolrCollapseFunction.html#method_getNullPolicy","d":"

    (PECL solr >= 2.2.0)
    \nReturns null policy

    "},{"t":"M","n":"SolrCollapseFunction::getSize","p":"SolrCollapseFunction.html#method_getSize","d":"

    (PECL solr >= 2.2.0)
    \nReturns size parameter

    "},{"t":"M","n":"SolrCollapseFunction::setField","p":"SolrCollapseFunction.html#method_setField","d":"

    (PECL solr >= 2.2.0)
    \nSets the field to collapse on

    "},{"t":"M","n":"SolrCollapseFunction::setHint","p":"SolrCollapseFunction.html#method_setHint","d":"

    (PECL solr >= 2.2.0)
    \nSets collapse hint

    "},{"t":"M","n":"SolrCollapseFunction::setMax","p":"SolrCollapseFunction.html#method_setMax","d":"

    (PECL solr >= 2.2.0)
    \nSelects the group heads by the max value of a numeric field or function query.

    "},{"t":"M","n":"SolrCollapseFunction::setMin","p":"SolrCollapseFunction.html#method_setMin","d":"

    (PECL solr >= 2.2.0)
    \nSets the initial size of the collapse data structures when collapsing on a numeric field only

    "},{"t":"M","n":"SolrCollapseFunction::setNullPolicy","p":"SolrCollapseFunction.html#method_setNullPolicy","d":"

    (PECL solr >= 2.2.0)
    \nSets the NULL Policy

    "},{"t":"M","n":"SolrCollapseFunction::setSize","p":"SolrCollapseFunction.html#method_setSize","d":"

    (PECL solr >= 2.2.0)
    \nSets the initial size of the collapse data structures when collapsing on a numeric field only.

    "},{"t":"M","n":"SolrCollapseFunction::__toString","p":"SolrCollapseFunction.html#method___toString","d":"

    (PECL solr >= 2.2.0)
    \nReturns a string representing the constructed collapse function

    "},{"t":"M","n":"SolrDisMaxQuery::addBigramPhraseField","p":"SolrDisMaxQuery.html#method_addBigramPhraseField","d":"

    (PECL solr >= 2.1.0)
    \nAdds a Phrase Bigram Field (pf2 parameter)

    "},{"t":"M","n":"SolrDisMaxQuery::addBoostQuery","p":"SolrDisMaxQuery.html#method_addBoostQuery","d":"

    (PECL solr >= 2.1.0)
    \nAdds a boost query field with value and optional boost (bq parameter)

    "},{"t":"M","n":"SolrDisMaxQuery::addPhraseField","p":"SolrDisMaxQuery.html#method_addPhraseField","d":"

    (PECL solr >= 2.1.0)
    \nAdds a Phrase Field (pf parameter)

    "},{"t":"M","n":"SolrDisMaxQuery::addQueryField","p":"SolrDisMaxQuery.html#method_addQueryField","d":"

    (PECL solr >= 2.1.0)
    \nAdd a query field with optional boost (qf parameter)

    "},{"t":"M","n":"SolrDisMaxQuery::addTrigramPhraseField","p":"SolrDisMaxQuery.html#method_addTrigramPhraseField","d":"

    (PECL solr >= 2.1.0)
    \nAdds a Trigram Phrase Field (pf3 parameter)

    "},{"t":"M","n":"SolrDisMaxQuery::addUserField","p":"SolrDisMaxQuery.html#method_addUserField","d":"

    (PECL solr >= 2.1.0)
    \nAdds a field to User Fields Parameter (uf)

    "},{"t":"M","n":"SolrDisMaxQuery::removeBigramPhraseField","p":"SolrDisMaxQuery.html#method_removeBigramPhraseField","d":"

    (PECL solr >= 2.1.0)
    \nRemoves phrase bigram field (pf2 parameter)

    "},{"t":"M","n":"SolrDisMaxQuery::removeBoostQuery","p":"SolrDisMaxQuery.html#method_removeBoostQuery","d":"

    (PECL solr >= 2.1.0)
    \nRemoves a boost query partial by field name (bq)

    "},{"t":"M","n":"SolrDisMaxQuery::removePhraseField","p":"SolrDisMaxQuery.html#method_removePhraseField","d":"

    (PECL solr >= 2.1.0)
    \nRemoves a Phrase Field (pf parameter)

    "},{"t":"M","n":"SolrDisMaxQuery::removeQueryField","p":"SolrDisMaxQuery.html#method_removeQueryField","d":"

    (PECL solr >= 2.1.0)
    \nRemoves a Query Field (qf parameter)

    "},{"t":"M","n":"SolrDisMaxQuery::removeTrigramPhraseField","p":"SolrDisMaxQuery.html#method_removeTrigramPhraseField","d":"

    (PECL solr >= 2.1.0)
    \nRemoves a Trigram Phrase Field (pf3 parameter)

    "},{"t":"M","n":"SolrDisMaxQuery::removeUserField","p":"SolrDisMaxQuery.html#method_removeUserField","d":"

    (PECL solr >= 2.1.0)
    \nRemoves a field from The User Fields Parameter (uf)

    \n
    \nWarning
    \nThis function is currently not documented; only its argument list is available."},{"t":"M","n":"SolrDisMaxQuery::setBigramPhraseFields","p":"SolrDisMaxQuery.html#method_setBigramPhraseFields","d":"

    (PECL solr >= 2.1.0)
    \nSets Bigram Phrase Fields and their boosts (and slops) using pf2 parameter

    "},{"t":"M","n":"SolrDisMaxQuery::setBigramPhraseSlop","p":"SolrDisMaxQuery.html#method_setBigramPhraseSlop","d":"

    (PECL solr >= 2.1.0)
    \nSets Bigram Phrase Slop (ps2 parameter)

    "},{"t":"M","n":"SolrDisMaxQuery::setBoostFunction","p":"SolrDisMaxQuery.html#method_setBoostFunction","d":"

    (PECL solr >= 2.1.0)
    \nSets a Boost Function (bf parameter).

    "},{"t":"M","n":"SolrDisMaxQuery::setBoostQuery","p":"SolrDisMaxQuery.html#method_setBoostQuery","d":"

    (PECL solr >= 2.1.0)
    \nDirectly Sets Boost Query Parameter (bq)

    "},{"t":"M","n":"SolrDisMaxQuery::setMinimumMatch","p":"SolrDisMaxQuery.html#method_setMinimumMatch","d":"

    (PECL solr >= 2.1.0)
    \nSet Minimum "Should" Match (mm)

    "},{"t":"M","n":"SolrDisMaxQuery::setPhraseFields","p":"SolrDisMaxQuery.html#method_setPhraseFields","d":"

    (PECL solr >= 2.1.0)
    \nSets Phrase Fields and their boosts (and slops) using pf2 parameter

    "},{"t":"M","n":"SolrDisMaxQuery::setPhraseSlop","p":"SolrDisMaxQuery.html#method_setPhraseSlop","d":"

    (PECL solr >= 2.1.0)
    \nSets the default slop on phrase queries (ps parameter)

    "},{"t":"M","n":"SolrDisMaxQuery::setQueryAlt","p":"SolrDisMaxQuery.html#method_setQueryAlt","d":"

    (PECL solr >= 2.1.0)
    \nSet Query Alternate (q.alt parameter)

    "},{"t":"M","n":"SolrDisMaxQuery::setQueryPhraseSlop","p":"SolrDisMaxQuery.html#method_setQueryPhraseSlop","d":"

    (PECL solr >= 2.1.0)
    \nSpecifies the amount of slop permitted on phrase queries explicitly included in the user's query string (qf\nparameter)

    "},{"t":"M","n":"SolrDisMaxQuery::setTieBreaker","p":"SolrDisMaxQuery.html#method_setTieBreaker","d":"

    (PECL solr >= 2.1.0)
    \nSets Tie Breaker parameter (tie parameter)

    "},{"t":"M","n":"SolrDisMaxQuery::setTrigramPhraseFields","p":"SolrDisMaxQuery.html#method_setTrigramPhraseFields","d":"

    (PECL solr >= 2.1.0)
    \nDirectly Sets Trigram Phrase Fields (pf3 parameter)

    "},{"t":"M","n":"SolrDisMaxQuery::setTrigramPhraseSlop","p":"SolrDisMaxQuery.html#method_setTrigramPhraseSlop","d":"

    (PECL solr >= 2.1.0)
    \nSets Trigram Phrase Slop (ps3 parameter)

    "},{"t":"M","n":"SolrDisMaxQuery::setUserFields","p":"SolrDisMaxQuery.html#method_setUserFields","d":"

    (PECL solr >= 2.1.0)
    \nSets User Fields parameter (uf)

    "},{"t":"M","n":"SolrDisMaxQuery::useDisMaxQueryParser","p":"SolrDisMaxQuery.html#method_useDisMaxQueryParser","d":"

    (PECL solr >= 2.1.0)
    \nSwitch QueryParser to be DisMax Query Parser

    "},{"t":"M","n":"SolrDisMaxQuery::useEDisMaxQueryParser","p":"SolrDisMaxQuery.html#method_useEDisMaxQueryParser","d":"

    (PECL solr >= 2.1.0)
    \nSwitch QueryParser to be EDisMax
    \nBy default the query builder uses edismax, if it was switched using\nSolrDisMaxQuery::useDisMaxQueryParser(), it can be switched back using this method.

    "},{"t":"M","n":"SolrDocument::addField","p":"SolrDocument.html#method_addField","d":"

    (PECL solr >= 0.9.2)
    \nAdds a field to the document

    "},{"t":"M","n":"SolrDocument::clear","p":"SolrDocument.html#method_clear","d":"

    (PECL solr >= 0.9.2)
    \nDrops all the fields in the document

    "},{"t":"M","n":"SolrDocument::__clone","p":"SolrDocument.html#method___clone","d":"

    (PECL solr >= 0.9.2)
    \nCreates a copy of a SolrDocument object

    "},{"t":"M","n":"SolrDocument::__construct","p":"SolrDocument.html#method___construct","d":"

    (PECL solr >= 0.9.2)
    \nSolrDocument constructor.

    "},{"t":"M","n":"SolrDocument::current","p":"SolrDocument.html#method_current","d":"

    (PECL solr >= 0.9.2)
    \nRetrieves the current field

    "},{"t":"M","n":"SolrDocument::deleteField","p":"SolrDocument.html#method_deleteField","d":"

    (PECL solr >= 0.9.2)
    \nRemoves a field from the document

    "},{"t":"M","n":"SolrDocument::__destruct","p":"SolrDocument.html#method___destruct","d":"

    (PECL solr >= 0.9.2)
    \nDestructor

    "},{"t":"M","n":"SolrDocument::fieldExists","p":"SolrDocument.html#method_fieldExists","d":"

    (PECL solr >= 0.9.2)
    \nChecks if a field exists in the document

    "},{"t":"M","n":"SolrDocument::__get","p":"SolrDocument.html#method___get","d":"

    (PECL solr >= 0.9.2)
    \nAccess the field as a property

    "},{"t":"M","n":"SolrDocument::getChildDocuments","p":"SolrDocument.html#method_getChildDocuments","d":"

    (PECL solr >= 2.3.0)
    \nReturns an array of child documents (SolrInputDocument)

    "},{"t":"M","n":"SolrDocument::getChildDocumentsCount","p":"SolrDocument.html#method_getChildDocumentsCount","d":"

    (PECL solr >= 2.3.0)
    \nReturns the number of child documents

    "},{"t":"M","n":"SolrDocument::getField","p":"SolrDocument.html#method_getField","d":"

    (PECL solr >= 0.9.2)
    \nRetrieves a field by name

    "},{"t":"M","n":"SolrDocument::getFieldCount","p":"SolrDocument.html#method_getFieldCount","d":"

    (PECL solr >= 0.9.2)
    \nReturns the number of fields in this document

    "},{"t":"M","n":"SolrDocument::getFieldNames","p":"SolrDocument.html#method_getFieldNames","d":"

    (PECL solr >= 0.9.2)
    \nReturns an array containing all the fields in the document

    "},{"t":"M","n":"SolrDocument::getInputDocument","p":"SolrDocument.html#method_getInputDocument","d":"

    (PECL solr >= 0.9.2)
    \nReturns a SolrInputDocument equivalent of the object

    "},{"t":"M","n":"SolrDocument::hasChildDocuments","p":"SolrDocument.html#method_hasChildDocuments","d":"

    (PECL solr >= 2.3.0)
    \nChecks whether the document has any child documents

    "},{"t":"M","n":"SolrDocument::__isset","p":"SolrDocument.html#method___isset","d":"

    (PECL solr >= 0.9.2)
    \nChecks if a field exists

    "},{"t":"M","n":"SolrDocument::key","p":"SolrDocument.html#method_key","d":"

    (PECL solr >= 0.9.2)
    \nRetrieves the current key

    "},{"t":"M","n":"SolrDocument::merge","p":"SolrDocument.html#method_merge","d":"

    (PECL solr >= 0.9.2)
    \nMerges one input document into another

    "},{"t":"M","n":"SolrDocument::next","p":"SolrDocument.html#method_next","d":"

    (PECL solr >= 0.9.2)
    \nMoves the internal pointer to the next field

    "},{"t":"M","n":"SolrDocument::offsetExists","p":"SolrDocument.html#method_offsetExists","d":"

    (PECL solr >= 0.9.2)
    \nChecks if a particular field exists

    "},{"t":"M","n":"SolrDocument::offsetGet","p":"SolrDocument.html#method_offsetGet","d":"

    (PECL solr >= 0.9.2)
    \nRetrieves a field

    "},{"t":"M","n":"SolrDocument::offsetSet","p":"SolrDocument.html#method_offsetSet","d":"

    (PECL solr >= 0.9.2)
    \nAdds a field to the document

    "},{"t":"M","n":"SolrDocument::offsetUnset","p":"SolrDocument.html#method_offsetUnset","d":"

    (PECL solr >= 0.9.2)
    \nRemoves a field

    "},{"t":"M","n":"SolrDocument::reset","p":"SolrDocument.html#method_reset","d":"

    (PECL solr >= 0.9.2)
    \nThis is an alias of SolrDocument::clear

    "},{"t":"M","n":"SolrDocument::rewind","p":"SolrDocument.html#method_rewind","d":"

    (PECL solr >= 0.9.2)
    \nResets the internal pointer to the beginning

    "},{"t":"M","n":"SolrDocument::serialize","p":"SolrDocument.html#method_serialize","d":"

    (PECL solr >= 0.9.2)
    \nUsed for custom serialization

    "},{"t":"M","n":"SolrDocument::__set","p":"SolrDocument.html#method___set","d":"

    (PECL solr >= 0.9.2)
    \nAdds another field to the document

    "},{"t":"M","n":"SolrDocument::sort","p":"SolrDocument.html#method_sort","d":"

    (PECL solr >= 0.9.2)
    \nSorts the fields within the document

    "},{"t":"M","n":"SolrDocument::toArray","p":"SolrDocument.html#method_toArray","d":"

    (PECL solr >= 0.9.2)
    \nReturns an array representation of the document

    "},{"t":"M","n":"SolrDocument::unserialize","p":"SolrDocument.html#method_unserialize","d":"

    (PECL solr >= 0.9.2)
    \nCustom serialization of SolrDocument objects

    "},{"t":"M","n":"SolrDocument::__unset","p":"SolrDocument.html#method___unset","d":"

    (PECL solr >= 0.9.2)
    \nRemoves a field from the document

    "},{"t":"M","n":"SolrDocument::valid","p":"SolrDocument.html#method_valid","d":"

    (PECL solr >= 0.9.2)
    \nChecks if the current position internally is still valid

    "},{"t":"M","n":"SolrDocumentField::__construct","p":"SolrDocumentField.html#method___construct","d":"

    (PECL solr >= 0.9.2)
    \nSolrDocument constructor.

    "},{"t":"M","n":"SolrDocumentField::__destruct","p":"SolrDocumentField.html#method___destruct","d":"

    (PECL solr >= 0.9.2)
    \nDestructor

    "},{"t":"M","n":"SolrException::getInternalInfo","p":"SolrException.html#method_getInternalInfo","d":"

    (PECL solr >= 0.9.2)
    \nReturns internal information where the Exception was thrown

    "},{"t":"M","n":"SolrGenericResponse::__construct","p":"SolrGenericResponse.html#method___construct","d":"

    (PECL solr >= 0.9.2)
    \nSolrGenericResponse constructor.

    "},{"t":"M","n":"SolrGenericResponse::__destruct","p":"SolrGenericResponse.html#method___destruct","d":"

    (PECL solr >= 0.9.2)
    \nDestructor

    "},{"t":"M","n":"SolrIllegalArgumentException::getInternalInfo","p":"SolrIllegalArgumentException.html#method_getInternalInfo","d":"

    (PECL solr >= 0.9.2)
    \nReturns internal information where the Exception was thrown

    "},{"t":"M","n":"SolrIllegalOperationException::getInternalInfo","p":"SolrIllegalOperationException.html#method_getInternalInfo","d":"

    (PECL solr >= 0.9.2)
    \nReturns internal information where the Exception was thrown

    "},{"t":"M","n":"SolrInputDocument::addChildDocument","p":"SolrInputDocument.html#method_addChildDocument","d":"

    (PECL solr >= 2.3.0)
    \nAdds a child document for block indexing

    "},{"t":"M","n":"SolrInputDocument::addChildDocuments","p":"SolrInputDocument.html#method_addChildDocuments","d":"

    (PECL solr >= 2.3.0)
    \nAdds an array of child documents

    "},{"t":"M","n":"SolrInputDocument::addField","p":"SolrInputDocument.html#method_addField","d":"

    (PECL solr >= 0.9.2)
    \nAdds a field to the document

    "},{"t":"M","n":"SolrInputDocument::clear","p":"SolrInputDocument.html#method_clear","d":"

    (PECL solr >= 0.9.2)
    \nResets the input document

    "},{"t":"M","n":"SolrInputDocument::__clone","p":"SolrInputDocument.html#method___clone","d":"

    (PECL solr >= 0.9.2)
    \nCreates a copy of a SolrDocument

    "},{"t":"M","n":"SolrInputDocument::__construct","p":"SolrInputDocument.html#method___construct","d":"

    (PECL solr >= 0.9.2)
    \nSolrInputDocument constructor.

    "},{"t":"M","n":"SolrInputDocument::deleteField","p":"SolrInputDocument.html#method_deleteField","d":"

    (PECL solr >= 0.9.2)
    \nRemoves a field from the document

    "},{"t":"M","n":"SolrInputDocument::__destruct","p":"SolrInputDocument.html#method___destruct","d":"

    (PECL solr >= 0.9.2)
    \nDestructor

    "},{"t":"M","n":"SolrInputDocument::fieldExists","p":"SolrInputDocument.html#method_fieldExists","d":"

    (PECL solr >= 0.9.2)
    \nChecks if a field exists

    "},{"t":"M","n":"SolrInputDocument::getBoost","p":"SolrInputDocument.html#method_getBoost","d":"

    (PECL solr >= 0.9.2)
    \nRetrieves the current boost value for the document

    "},{"t":"M","n":"SolrInputDocument::getChildDocuments","p":"SolrInputDocument.html#method_getChildDocuments","d":"

    (PECL solr >= 2.3.0)
    \nReturns an array of child documents (SolrInputDocument)

    "},{"t":"M","n":"SolrInputDocument::getChildDocumentsCount","p":"SolrInputDocument.html#method_getChildDocumentsCount","d":"

    (PECL solr >= 2.3.0)
    \nReturns the number of child documents

    "},{"t":"M","n":"SolrInputDocument::getField","p":"SolrInputDocument.html#method_getField","d":"

    (PECL solr >= 0.9.2)
    \nRetrieves a field by name

    "},{"t":"M","n":"SolrInputDocument::getFieldBoost","p":"SolrInputDocument.html#method_getFieldBoost","d":"

    (PECL solr >= 0.9.2)
    \nRetrieves the boost value for a particular field

    "},{"t":"M","n":"SolrInputDocument::getFieldCount","p":"SolrInputDocument.html#method_getFieldCount","d":"

    (PECL solr >= 0.9.2)
    \nReturns the number of fields in the document

    "},{"t":"M","n":"SolrInputDocument::getFieldNames","p":"SolrInputDocument.html#method_getFieldNames","d":"

    (PECL solr >= 0.9.2)
    \nReturns an array containing all the fields in the document

    "},{"t":"M","n":"SolrInputDocument::hasChildDocuments","p":"SolrInputDocument.html#method_hasChildDocuments","d":"

    (PECL solr >= 2.3.0)
    \nChecks whether the document has any child documents

    "},{"t":"M","n":"SolrInputDocument::merge","p":"SolrInputDocument.html#method_merge","d":"

    (PECL solr >= 0.9.2)
    \nMerges one input document into another

    "},{"t":"M","n":"SolrInputDocument::reset","p":"SolrInputDocument.html#method_reset","d":"

    (PECL solr >= 0.9.2)
    \nThis is an alias of SolrInputDocument::clear

    "},{"t":"M","n":"SolrInputDocument::setBoost","p":"SolrInputDocument.html#method_setBoost","d":"

    (PECL solr >= 0.9.2)
    \nSets the boost value for this document

    "},{"t":"M","n":"SolrInputDocument::setFieldBoost","p":"SolrInputDocument.html#method_setFieldBoost","d":"

    (PECL solr >= 0.9.2)
    \nSets the index-time boost value for a field\nhttps://php.net/manual/en/solrinputdocument.setfieldboost.php

    "},{"t":"M","n":"SolrInputDocument::sort","p":"SolrInputDocument.html#method_sort","d":"

    (PECL solr >= 0.9.2)
    \nSorts the fields within the document

    "},{"t":"M","n":"SolrInputDocument::toArray","p":"SolrInputDocument.html#method_toArray","d":"

    (PECL solr >= 0.9.2)
    \nReturns an array representation of the input document

    "},{"t":"M","n":"SolrModifiableParams::__construct","p":"SolrModifiableParams.html#method___construct","d":"

    (PECL solr >= 0.9.2)
    \nSolrModifiableParams constructor.

    "},{"t":"M","n":"SolrModifiableParams::__destruct","p":"SolrModifiableParams.html#method___destruct","d":"

    (PECL solr >= 0.9.2)
    \nDestructor

    "},{"t":"M","n":"SolrObject::__construct","p":"SolrObject.html#method___construct","d":"

    (PECL solr >= 0.9.2)
    \nSolrObject constructor.

    "},{"t":"M","n":"SolrObject::__destruct","p":"SolrObject.html#method___destruct","d":"

    (PECL solr >= 0.9.2)
    \nDestructor

    "},{"t":"M","n":"SolrObject::getPropertyNames","p":"SolrObject.html#method_getPropertyNames","d":"

    (PECL solr >= 0.9.2)
    \nReturns an array of all the names of the properties

    "},{"t":"M","n":"SolrObject::offsetExists","p":"SolrObject.html#method_offsetExists","d":"

    (PECL solr >= 0.9.2)
    \nChecks if the property exists

    "},{"t":"M","n":"SolrObject::offsetGet","p":"SolrObject.html#method_offsetGet","d":"

    (PECL solr >= 0.9.2)
    \nUsed to retrieve a property

    "},{"t":"M","n":"SolrObject::offsetSet","p":"SolrObject.html#method_offsetSet","d":"

    (PECL solr >= 0.9.2)
    \nSets the value for a property

    "},{"t":"M","n":"SolrObject::offsetUnset","p":"SolrObject.html#method_offsetUnset","d":"

    (PECL solr >= 0.9.2)
    \nUnsets the value for the property

    "},{"t":"M","n":"SolrParams::add","p":"SolrParams.html#method_add","d":"

    (PECL solr >= 0.9.2)
    \nThis is an alias for SolrParams::addParam

    "},{"t":"M","n":"SolrParams::addParam","p":"SolrParams.html#method_addParam","d":"

    (PECL solr >= 0.9.2)
    \nAdds a parameter to the object

    "},{"t":"M","n":"SolrParams::get","p":"SolrParams.html#method_get","d":"

    (PECL solr >= 0.9.2)
    \nThis is an alias for SolrParams::getParam

    "},{"t":"M","n":"SolrParams::getParam","p":"SolrParams.html#method_getParam","d":"

    (PECL solr >= 0.9.2)
    \nReturns a parameter value

    "},{"t":"M","n":"SolrParams::getParams","p":"SolrParams.html#method_getParams","d":"

    (PECL solr >= 0.9.2)
    \nReturns an array of non URL-encoded parameters

    "},{"t":"M","n":"SolrParams::getPreparedParams","p":"SolrParams.html#method_getPreparedParams","d":"

    (PECL solr >= 0.9.2)
    \nReturns an array of URL-encoded parameters

    "},{"t":"M","n":"SolrParams::serialize","p":"SolrParams.html#method_serialize","d":"

    (PECL solr >= 0.9.2)
    \nUsed for custom serialization

    "},{"t":"M","n":"SolrParams::set","p":"SolrParams.html#method_set","d":"

    (PECL solr >= 0.9.2)
    \nAn alias of SolrParams::setParam

    "},{"t":"M","n":"SolrParams::setParam","p":"SolrParams.html#method_setParam","d":"

    (PECL solr >= 0.9.2)
    \nSets the parameter to the specified value

    "},{"t":"M","n":"SolrParams::toString","p":"SolrParams.html#method_toString","d":"

    (PECL solr >= 0.9.2)
    \nReturns all the name-value pair parameters in the object

    "},{"t":"M","n":"SolrParams::unserialize","p":"SolrParams.html#method_unserialize","d":"

    (PECL solr >= 0.9.2)
    \nUsed for custom serialization

    "},{"t":"M","n":"SolrPingResponse::__construct","p":"SolrPingResponse.html#method___construct","d":"

    (PECL solr >= 0.9.2)
    \nSolrPingResponse constructor.

    "},{"t":"M","n":"SolrPingResponse::__destruct","p":"SolrPingResponse.html#method___destruct","d":"

    (PECL solr >= 0.9.2)
    \nDestructor

    "},{"t":"M","n":"SolrPingResponse::getResponse","p":"SolrPingResponse.html#method_getResponse","d":"

    (PECL solr >= 0.9.2)
    \nReturns the response from the server

    "},{"t":"M","n":"SolrQuery::addExpandFilterQuery","p":"SolrQuery.html#method_addExpandFilterQuery","d":"

    (PECL solr >= 2.2.0)
    \nOverrides main filter query, determines which documents to include in the main group.

    "},{"t":"M","n":"SolrQuery::addExpandSortField","p":"SolrQuery.html#method_addExpandSortField","d":"

    (PECL solr >= 2.2.0)
    \nOrders the documents within the expanded groups (expand.sort parameter).

    "},{"t":"M","n":"SolrQuery::addFacetDateField","p":"SolrQuery.html#method_addFacetDateField","d":"

    (PECL solr >= 0.9.2)
    \nMaps to facet.date

    "},{"t":"M","n":"SolrQuery::addFacetDateOther","p":"SolrQuery.html#method_addFacetDateOther","d":"

    (PECL solr >= 0.9.2)
    \nAdds another facet.date.other parameter

    "},{"t":"M","n":"SolrQuery::addFacetField","p":"SolrQuery.html#method_addFacetField","d":"

    (PECL solr >= 0.9.2)
    \nAdds another field to the facet

    "},{"t":"M","n":"SolrQuery::addFacetQuery","p":"SolrQuery.html#method_addFacetQuery","d":"

    (PECL solr >= 0.9.2)
    \nAdds a facet query

    "},{"t":"M","n":"SolrQuery::addField","p":"SolrQuery.html#method_addField","d":"

    (PECL solr >= 0.9.2)
    \nSpecifies which fields to return in the result

    "},{"t":"M","n":"SolrQuery::addFilterQuery","p":"SolrQuery.html#method_addFilterQuery","d":"

    (PECL solr >= 0.9.2)
    \nSpecifies a filter query

    "},{"t":"M","n":"SolrQuery::addGroupField","p":"SolrQuery.html#method_addGroupField","d":"

    (PECL solr >= 2.2.0)
    \nAdd a field to be used to group results.

    "},{"t":"M","n":"SolrQuery::addGroupFunction","p":"SolrQuery.html#method_addGroupFunction","d":"

    (PECL solr >= 2.2.0)
    \nAllows grouping results based on the unique values of a function query (group.func parameter).

    "},{"t":"M","n":"SolrQuery::addGroupQuery","p":"SolrQuery.html#method_addGroupQuery","d":"

    (PECL solr >= 2.2.0)
    \nAllows grouping of documents that match the given query.

    "},{"t":"M","n":"SolrQuery::addGroupSortField","p":"SolrQuery.html#method_addGroupSortField","d":"

    (PECL solr >= 2.2.0)
    \nAdd a group sort field (group.sort parameter).

    "},{"t":"M","n":"SolrQuery::addHighlightField","p":"SolrQuery.html#method_addHighlightField","d":"

    (PECL solr >= 0.9.2)
    \nMaps to hl.fl

    "},{"t":"M","n":"SolrQuery::addMltField","p":"SolrQuery.html#method_addMltField","d":"

    (PECL solr >= 0.9.2)
    \nSets a field to use for similarity

    "},{"t":"M","n":"SolrQuery::addMltQueryField","p":"SolrQuery.html#method_addMltQueryField","d":"

    (PECL solr >= 0.9.2)
    \nMaps to mlt.qf

    "},{"t":"M","n":"SolrQuery::addSortField","p":"SolrQuery.html#method_addSortField","d":"

    (PECL solr >= 0.9.2)
    \nUsed to control how the results should be sorted

    "},{"t":"M","n":"SolrQuery::addStatsFacet","p":"SolrQuery.html#method_addStatsFacet","d":"

    (PECL solr >= 0.9.2)
    \nRequests a return of sub results for values within the given facet

    "},{"t":"M","n":"SolrQuery::addStatsField","p":"SolrQuery.html#method_addStatsField","d":"

    (PECL solr >= 0.9.2)
    \nMaps to stats.field parameter

    "},{"t":"M","n":"SolrQuery::collapse","p":"SolrQuery.html#method_collapse","d":"

    (No version information available, might only be in Git)
    \nCollapses the result set to a single document per group

    "},{"t":"M","n":"SolrQuery::__construct","p":"SolrQuery.html#method___construct","d":"

    (PECL solr >= 0.9.2)
    \nSolrQuery constructor.

    "},{"t":"M","n":"SolrQuery::__destruct","p":"SolrQuery.html#method___destruct","d":"

    (PECL solr >= 0.9.2)
    \nDestructor

    "},{"t":"M","n":"SolrQuery::getExpand","p":"SolrQuery.html#method_getExpand","d":"

    (PECL solr >= 2.2.0)
    \nReturns true if group expanding is enabled

    "},{"t":"M","n":"SolrQuery::getExpandFilterQueries","p":"SolrQuery.html#method_getExpandFilterQueries","d":"

    (PECL solr >= 2.2.0)
    \nReturns the expand filter queries

    "},{"t":"M","n":"SolrQuery::getExpandQuery","p":"SolrQuery.html#method_getExpandQuery","d":"

    (PECL solr >= 2.2.0)
    \nReturns the expand query expand.q parameter

    "},{"t":"M","n":"SolrQuery::getExpandRows","p":"SolrQuery.html#method_getExpandRows","d":"

    (PECL solr >= 2.2.0)
    \nReturns The number of rows to display in each group (expand.rows)

    "},{"t":"M","n":"SolrQuery::getExpandSortFields","p":"SolrQuery.html#method_getExpandSortFields","d":"

    (PECL solr >= 2.2.0)
    \nReturns an array of fields

    "},{"t":"M","n":"SolrQuery::getFacet","p":"SolrQuery.html#method_getFacet","d":"

    (PECL solr >= 0.9.2)
    \nReturns the value of the facet parameter

    "},{"t":"M","n":"SolrQuery::getFacetDateEnd","p":"SolrQuery.html#method_getFacetDateEnd","d":"

    (PECL solr >= 0.9.2)
    \nReturns the value for the facet.date.end parameter

    "},{"t":"M","n":"SolrQuery::getFacetDateFields","p":"SolrQuery.html#method_getFacetDateFields","d":"

    (PECL solr >= 0.9.2)
    \nReturns all the facet.date fields

    "},{"t":"M","n":"SolrQuery::getFacetDateGap","p":"SolrQuery.html#method_getFacetDateGap","d":"

    (PECL solr >= 0.9.2)
    \nReturns the value of the facet.date.gap parameter

    "},{"t":"M","n":"SolrQuery::getFacetDateHardEnd","p":"SolrQuery.html#method_getFacetDateHardEnd","d":"

    (PECL solr >= 0.9.2)
    \nReturns the value of the facet.date.hardend parameter

    "},{"t":"M","n":"SolrQuery::getFacetDateOther","p":"SolrQuery.html#method_getFacetDateOther","d":"

    (PECL solr >= 0.9.2)
    \nReturns the value for the facet.date.other parameter

    "},{"t":"M","n":"SolrQuery::getFacetDateStart","p":"SolrQuery.html#method_getFacetDateStart","d":"

    (PECL solr >= 0.9.2)
    \nReturns the lower bound for the first date range for all date faceting on this field

    "},{"t":"M","n":"SolrQuery::getFacetFields","p":"SolrQuery.html#method_getFacetFields","d":"

    (PECL solr >= 0.9.2)
    \nReturns all the facet fields

    "},{"t":"M","n":"SolrQuery::getFacetLimit","p":"SolrQuery.html#method_getFacetLimit","d":"

    (PECL solr >= 0.9.2)
    \nReturns the maximum number of constraint counts that should be returned for the facet fields

    "},{"t":"M","n":"SolrQuery::getFacetMethod","p":"SolrQuery.html#method_getFacetMethod","d":"

    (PECL solr >= 0.9.2)
    \nReturns the value of the facet.method parameter

    "},{"t":"M","n":"SolrQuery::getFacetMinCount","p":"SolrQuery.html#method_getFacetMinCount","d":"

    (PECL solr >= 0.9.2)
    \nReturns the minimum counts for facet fields should be included in the response

    "},{"t":"M","n":"SolrQuery::getFacetMissing","p":"SolrQuery.html#method_getFacetMissing","d":"

    (PECL solr >= 0.9.2)
    \nReturns the current state of the facet.missing parameter

    "},{"t":"M","n":"SolrQuery::getFacetOffset","p":"SolrQuery.html#method_getFacetOffset","d":"

    (PECL solr >= 0.9.2)
    \nReturns an offset into the list of constraints to be used for pagination

    "},{"t":"M","n":"SolrQuery::getFacetPrefix","p":"SolrQuery.html#method_getFacetPrefix","d":"

    (PECL solr >= 0.9.2)
    \nReturns the facet prefix

    "},{"t":"M","n":"SolrQuery::getFacetQueries","p":"SolrQuery.html#method_getFacetQueries","d":"

    (PECL solr >= 0.9.2)
    \nReturns all the facet queries

    "},{"t":"M","n":"SolrQuery::getFacetSort","p":"SolrQuery.html#method_getFacetSort","d":"

    (PECL solr >= 0.9.2)
    \nReturns the facet sort type

    "},{"t":"M","n":"SolrQuery::getFields","p":"SolrQuery.html#method_getFields","d":"

    (PECL solr >= 0.9.2)
    \nReturns the list of fields that will be returned in the response

    "},{"t":"M","n":"SolrQuery::getFilterQueries","p":"SolrQuery.html#method_getFilterQueries","d":"

    (PECL solr >= 0.9.2)
    \nReturns an array of filter queries

    "},{"t":"M","n":"SolrQuery::getGroup","p":"SolrQuery.html#method_getGroup","d":"

    (PECL solr >= 2.2.0)
    \nReturns true if grouping is enabled\nhttps://secure.php.net/manual/en/solrquery.getgroup.php

    "},{"t":"M","n":"SolrQuery::getGroupCachePercent","p":"SolrQuery.html#method_getGroupCachePercent","d":"

    (PECL solr >= 2.2.0)
    \nReturns group cache percent value

    "},{"t":"M","n":"SolrQuery::getGroupFacet","p":"SolrQuery.html#method_getGroupFacet","d":"

    (PECL solr >= 2.2.0)
    \nReturns the group.facet parameter value

    "},{"t":"M","n":"SolrQuery::getGroupFields","p":"SolrQuery.html#method_getGroupFields","d":"

    (PECL solr >= 2.2.0)
    \nReturns group fields (group.field parameter values)

    "},{"t":"M","n":"SolrQuery::getGroupFormat","p":"SolrQuery.html#method_getGroupFormat","d":"

    (PECL solr >= 2.2.0)
    \nReturns the group.format value

    "},{"t":"M","n":"SolrQuery::getGroupFunctions","p":"SolrQuery.html#method_getGroupFunctions","d":"

    (PECL solr >= 2.2.0)
    \nReturns group functions (group.func parameter values)

    "},{"t":"M","n":"SolrQuery::getGroupLimit","p":"SolrQuery.html#method_getGroupLimit","d":"

    (PECL solr >= 2.2.0)
    \nReturns the group.limit value

    "},{"t":"M","n":"SolrQuery::getGroupMain","p":"SolrQuery.html#method_getGroupMain","d":"

    (PECL solr >= 2.2.0)
    \nReturns the group.main value

    "},{"t":"M","n":"SolrQuery::getGroupNGroups","p":"SolrQuery.html#method_getGroupNGroups","d":"

    (PECL solr >= 2.2.0)
    \nReturns the group.ngroups value

    "},{"t":"M","n":"SolrQuery::getGroupOffset","p":"SolrQuery.html#method_getGroupOffset","d":"

    (PECL solr >= 2.2.0)
    \nReturns the group.offset value

    "},{"t":"M","n":"SolrQuery::getGroupQueries","p":"SolrQuery.html#method_getGroupQueries","d":"

    (PECL solr >= 2.2.0)
    \nReturns all the group.query parameter values

    "},{"t":"M","n":"SolrQuery::getGroupSortFields","p":"SolrQuery.html#method_getGroupSortFields","d":"

    (PECL solr >= 2.2.0)
    \nReturns the group.sort value

    "},{"t":"M","n":"SolrQuery::getGroupTruncate","p":"SolrQuery.html#method_getGroupTruncate","d":"

    (PECL solr >= 2.2.0)
    \nReturns the group.truncate value

    "},{"t":"M","n":"SolrQuery::getHighlight","p":"SolrQuery.html#method_getHighlight","d":"

    (PECL solr >= 0.9.2)
    \nReturns the state of the hl parameter

    "},{"t":"M","n":"SolrQuery::getHighlightAlternateField","p":"SolrQuery.html#method_getHighlightAlternateField","d":"

    (PECL solr >= 0.9.2)
    \nReturns the highlight field to use as backup or default

    "},{"t":"M","n":"SolrQuery::getHighlightFields","p":"SolrQuery.html#method_getHighlightFields","d":"

    (PECL solr >= 0.9.2)
    \nReturns all the fields that Solr should generate highlighted snippets for

    "},{"t":"M","n":"SolrQuery::getHighlightFormatter","p":"SolrQuery.html#method_getHighlightFormatter","d":"

    (PECL solr >= 0.9.2)
    \nReturns the formatter for the highlighted output

    "},{"t":"M","n":"SolrQuery::getHighlightFragmenter","p":"SolrQuery.html#method_getHighlightFragmenter","d":"

    (PECL solr >= 0.9.2)
    \nReturns the text snippet generator for highlighted text

    "},{"t":"M","n":"SolrQuery::getHighlightFragsize","p":"SolrQuery.html#method_getHighlightFragsize","d":"

    (PECL solr >= 0.9.2)
    \nReturns the number of characters of fragments to consider for highlighting

    "},{"t":"M","n":"SolrQuery::getHighlightHighlightMultiTerm","p":"SolrQuery.html#method_getHighlightHighlightMultiTerm","d":"

    (PECL solr >= 0.9.2)
    \nReturns whether or not to enable highlighting for range/wildcard/fuzzy/prefix queries

    "},{"t":"M","n":"SolrQuery::getHighlightMaxAlternateFieldLength","p":"SolrQuery.html#method_getHighlightMaxAlternateFieldLength","d":"

    (PECL solr >= 0.9.2)
    \nReturns the maximum number of characters of the field to return

    "},{"t":"M","n":"SolrQuery::getHighlightMaxAnalyzedChars","p":"SolrQuery.html#method_getHighlightMaxAnalyzedChars","d":"

    (PECL solr >= 0.9.2)
    \nReturns the maximum number of characters into a document to look for suitable snippets

    "},{"t":"M","n":"SolrQuery::getHighlightMergeContiguous","p":"SolrQuery.html#method_getHighlightMergeContiguous","d":"

    (PECL solr >= 0.9.2)
    \nReturns whether or not the collapse contiguous fragments into a single fragment

    "},{"t":"M","n":"SolrQuery::getHighlightRegexMaxAnalyzedChars","p":"SolrQuery.html#method_getHighlightRegexMaxAnalyzedChars","d":"

    (PECL solr >= 0.9.2)
    \nReturns the maximum number of characters from a field when using the regex fragmenter

    "},{"t":"M","n":"SolrQuery::getHighlightRegexPattern","p":"SolrQuery.html#method_getHighlightRegexPattern","d":"

    (PECL solr >= 0.9.2)
    \nReturns the regular expression for fragmenting

    "},{"t":"M","n":"SolrQuery::getHighlightRegexSlop","p":"SolrQuery.html#method_getHighlightRegexSlop","d":"

    (PECL solr >= 0.9.2)
    \nReturns the deviation factor from the ideal fragment size

    "},{"t":"M","n":"SolrQuery::getHighlightRequireFieldMatch","p":"SolrQuery.html#method_getHighlightRequireFieldMatch","d":"

    (PECL solr >= 0.9.2)
    \nReturns if a field will only be highlighted if the query matched in this particular field

    "},{"t":"M","n":"SolrQuery::getHighlightSimplePost","p":"SolrQuery.html#method_getHighlightSimplePost","d":"

    (PECL solr >= 0.9.2)
    \nReturns the text which appears after a highlighted term

    "},{"t":"M","n":"SolrQuery::getHighlightSimplePre","p":"SolrQuery.html#method_getHighlightSimplePre","d":"

    (PECL solr >= 0.9.2)
    \nReturns the text which appears before a highlighted term

    "},{"t":"M","n":"SolrQuery::getHighlightSnippets","p":"SolrQuery.html#method_getHighlightSnippets","d":"

    (PECL solr >= 0.9.2)
    \nReturns the maximum number of highlighted snippets to generate per field

    "},{"t":"M","n":"SolrQuery::getHighlightUsePhraseHighlighter","p":"SolrQuery.html#method_getHighlightUsePhraseHighlighter","d":"

    (PECL solr >= 0.9.2)
    \nReturns the state of the hl.usePhraseHighlighter parameter

    "},{"t":"M","n":"SolrQuery::getMlt","p":"SolrQuery.html#method_getMlt","d":"

    (PECL solr >= 0.9.2)
    \nReturns whether or not MoreLikeThis results should be enabled

    "},{"t":"M","n":"SolrQuery::getMltBoost","p":"SolrQuery.html#method_getMltBoost","d":"

    (PECL solr >= 0.9.2)
    \nReturns whether or not the query will be boosted by the interesting term relevance

    "},{"t":"M","n":"SolrQuery::getMltCount","p":"SolrQuery.html#method_getMltCount","d":"

    (PECL solr >= 0.9.2)
    \nReturns the number of similar documents to return for each result

    "},{"t":"M","n":"SolrQuery::getMltFields","p":"SolrQuery.html#method_getMltFields","d":"

    (PECL solr >= 0.9.2)
    \nReturns all the fields to use for similarity

    "},{"t":"M","n":"SolrQuery::getMltMaxNumQueryTerms","p":"SolrQuery.html#method_getMltMaxNumQueryTerms","d":"

    (PECL solr >= 0.9.2)
    \nReturns the maximum number of query terms that will be included in any generated query

    "},{"t":"M","n":"SolrQuery::getMltMaxNumTokens","p":"SolrQuery.html#method_getMltMaxNumTokens","d":"

    (PECL solr >= 0.9.2)
    \nReturns the maximum number of tokens to parse in each document field that is not stored with TermVector support

    "},{"t":"M","n":"SolrQuery::getMltMaxWordLength","p":"SolrQuery.html#method_getMltMaxWordLength","d":"

    (PECL solr >= 0.9.2)
    \nReturns the maximum word length above which words will be ignored

    "},{"t":"M","n":"SolrQuery::getMltMinDocFrequency","p":"SolrQuery.html#method_getMltMinDocFrequency","d":"

    (PECL solr >= 0.9.2)
    \nReturns the threshold frequency at which words will be ignored which do not occur in at least this many docs

    "},{"t":"M","n":"SolrQuery::getMltMinTermFrequency","p":"SolrQuery.html#method_getMltMinTermFrequency","d":"

    (PECL solr >= 0.9.2)
    \nReturns the frequency below which terms will be ignored in the source document

    "},{"t":"M","n":"SolrQuery::getMltMinWordLength","p":"SolrQuery.html#method_getMltMinWordLength","d":"

    (PECL solr >= 0.9.2)
    \nReturns the minimum word length below which words will be ignored

    "},{"t":"M","n":"SolrQuery::getMltQueryFields","p":"SolrQuery.html#method_getMltQueryFields","d":"

    (PECL solr >= 0.9.2)
    \nReturns the query fields and their boosts

    "},{"t":"M","n":"SolrQuery::getQuery","p":"SolrQuery.html#method_getQuery","d":"

    (PECL solr >= 0.9.2)
    \nReturns the main query

    "},{"t":"M","n":"SolrQuery::getRows","p":"SolrQuery.html#method_getRows","d":"

    (PECL solr >= 0.9.2)
    \nReturns the maximum number of documents

    "},{"t":"M","n":"SolrQuery::getSortFields","p":"SolrQuery.html#method_getSortFields","d":"

    (PECL solr >= 0.9.2)
    \nReturns all the sort fields

    "},{"t":"M","n":"SolrQuery::getStart","p":"SolrQuery.html#method_getStart","d":"

    (PECL solr >= 0.9.2)
    \nReturns the offset in the complete result set

    "},{"t":"M","n":"SolrQuery::getStats","p":"SolrQuery.html#method_getStats","d":"

    (PECL solr >= 0.9.2)
    \nReturns whether or not stats is enabled

    "},{"t":"M","n":"SolrQuery::getStatsFacets","p":"SolrQuery.html#method_getStatsFacets","d":"

    (PECL solr >= 0.9.2)
    \nReturns all the stats facets that were set

    "},{"t":"M","n":"SolrQuery::getStatsFields","p":"SolrQuery.html#method_getStatsFields","d":"

    (PECL solr >= 0.9.2)
    \nReturns all the statistics fields

    "},{"t":"M","n":"SolrQuery::getTerms","p":"SolrQuery.html#method_getTerms","d":"

    (PECL solr >= 0.9.2)
    \nReturns whether or not the TermsComponent is enabled

    "},{"t":"M","n":"SolrQuery::getTermsField","p":"SolrQuery.html#method_getTermsField","d":"

    (PECL solr >= 0.9.2)
    \nReturns the field from which the terms are retrieved

    "},{"t":"M","n":"SolrQuery::getTermsIncludeLowerBound","p":"SolrQuery.html#method_getTermsIncludeLowerBound","d":"

    (PECL solr >= 0.9.2)
    \nReturns whether or not to include the lower bound in the result set

    "},{"t":"M","n":"SolrQuery::getTermsIncludeUpperBound","p":"SolrQuery.html#method_getTermsIncludeUpperBound","d":"

    (PECL solr >= 0.9.2)
    \nReturns whether or not to include the upper bound term in the result set

    "},{"t":"M","n":"SolrQuery::getTermsLimit","p":"SolrQuery.html#method_getTermsLimit","d":"

    (PECL solr >= 0.9.2)
    \nReturns the maximum number of terms Solr should return

    "},{"t":"M","n":"SolrQuery::getTermsLowerBound","p":"SolrQuery.html#method_getTermsLowerBound","d":"

    (PECL solr >= 0.9.2)
    \nReturns the term to start at

    "},{"t":"M","n":"SolrQuery::getTermsMaxCount","p":"SolrQuery.html#method_getTermsMaxCount","d":"

    (PECL solr >= 0.9.2)
    \nReturns the maximum document frequency

    "},{"t":"M","n":"SolrQuery::getTermsMinCount","p":"SolrQuery.html#method_getTermsMinCount","d":"

    (PECL solr >= 0.9.2)
    \nReturns the minimum document frequency to return in order to be included

    "},{"t":"M","n":"SolrQuery::getTermsPrefix","p":"SolrQuery.html#method_getTermsPrefix","d":"

    (PECL solr >= 0.9.2)
    \nReturns the term prefix

    "},{"t":"M","n":"SolrQuery::getTermsReturnRaw","p":"SolrQuery.html#method_getTermsReturnRaw","d":"

    (PECL solr >= 0.9.2)
    \nWhether or not to return raw characters

    "},{"t":"M","n":"SolrQuery::getTermsSort","p":"SolrQuery.html#method_getTermsSort","d":"

    (PECL solr >= 0.9.2)
    \nReturns an integer indicating how terms are sorted

    "},{"t":"M","n":"SolrQuery::getTermsUpperBound","p":"SolrQuery.html#method_getTermsUpperBound","d":"

    (PECL solr >= 0.9.2)
    \nReturns the term to stop at

    "},{"t":"M","n":"SolrQuery::getTimeAllowed","p":"SolrQuery.html#method_getTimeAllowed","d":"

    (PECL solr >= 0.9.2)
    \nReturns the time in milliseconds allowed for the query to finish

    "},{"t":"M","n":"SolrQuery::removeExpandFilterQuery","p":"SolrQuery.html#method_removeExpandFilterQuery","d":"

    (PECL solr >= 2.2.0)
    \nRemoves an expand filter query

    "},{"t":"M","n":"SolrQuery::removeExpandSortField","p":"SolrQuery.html#method_removeExpandSortField","d":"

    (PECL solr >= 2.2.0)
    \nRemoves an expand sort field from the expand.sort parameter.

    "},{"t":"M","n":"SolrQuery::removeFacetDateField","p":"SolrQuery.html#method_removeFacetDateField","d":"

    (PECL solr >= 0.9.2)
    \nRemoves one of the facet date fields

    "},{"t":"M","n":"SolrQuery::removeFacetDateOther","p":"SolrQuery.html#method_removeFacetDateOther","d":"

    (PECL solr >= 0.9.2)
    \nRemoves one of the facet.date.other parameters

    "},{"t":"M","n":"SolrQuery::removeFacetField","p":"SolrQuery.html#method_removeFacetField","d":"

    (PECL solr >= 0.9.2)
    \nRemoves one of the facet.date parameters

    "},{"t":"M","n":"SolrQuery::removeFacetQuery","p":"SolrQuery.html#method_removeFacetQuery","d":"

    (PECL solr >= 0.9.2)
    \nRemoves one of the facet.query parameters

    "},{"t":"M","n":"SolrQuery::removeField","p":"SolrQuery.html#method_removeField","d":"

    (PECL solr >= 0.9.2)
    \nRemoves a field from the list of fields

    "},{"t":"M","n":"SolrQuery::removeFilterQuery","p":"SolrQuery.html#method_removeFilterQuery","d":"

    (PECL solr >= 0.9.2)
    \nRemoves a filter query

    "},{"t":"M","n":"SolrQuery::removeHighlightField","p":"SolrQuery.html#method_removeHighlightField","d":"

    (PECL solr >= 0.9.2)
    \nRemoves one of the fields used for highlighting

    "},{"t":"M","n":"SolrQuery::removeMltField","p":"SolrQuery.html#method_removeMltField","d":"

    (PECL solr >= 0.9.2)
    \nRemoves one of the moreLikeThis fields

    "},{"t":"M","n":"SolrQuery::removeMltQueryField","p":"SolrQuery.html#method_removeMltQueryField","d":"

    (PECL solr >= 0.9.2)
    \nRemoves one of the moreLikeThis query fields

    "},{"t":"M","n":"SolrQuery::removeSortField","p":"SolrQuery.html#method_removeSortField","d":"

    (PECL solr >= 0.9.2)
    \nRemoves one of the sort fields

    "},{"t":"M","n":"SolrQuery::removeStatsFacet","p":"SolrQuery.html#method_removeStatsFacet","d":"

    (PECL solr >= 0.9.2)
    \nRemoves one of the stats.facet parameters

    "},{"t":"M","n":"SolrQuery::removeStatsField","p":"SolrQuery.html#method_removeStatsField","d":"

    (PECL solr >= 0.9.2)
    \nRemoves one of the stats.field parameters

    "},{"t":"M","n":"SolrQuery::setEchoHandler","p":"SolrQuery.html#method_setEchoHandler","d":"

    (PECL solr >= 0.9.2)
    \nToggles the echoHandler parameter

    "},{"t":"M","n":"SolrQuery::setEchoParams","p":"SolrQuery.html#method_setEchoParams","d":"

    (PECL solr >= 0.9.2)
    \nDetermines what kind of parameters to include in the response

    "},{"t":"M","n":"SolrQuery::setExpand","p":"SolrQuery.html#method_setExpand","d":"

    (PECL solr >= 2.2.0)
    \nEnables/Disables the Expand Component

    "},{"t":"M","n":"SolrQuery::setExpandQuery","p":"SolrQuery.html#method_setExpandQuery","d":"

    (PECL solr >= 2.2.0)
    \nSets the expand.q parameter

    "},{"t":"M","n":"SolrQuery::setExpandRows","p":"SolrQuery.html#method_setExpandRows","d":"

    (PECL solr >= 2.2.0)
    \nSets the number of rows to display in each group (expand.rows). Server Default 5

    "},{"t":"M","n":"SolrQuery::setExplainOther","p":"SolrQuery.html#method_setExplainOther","d":"

    (PECL solr >= 0.9.2)
    \nSets the explainOther common query parameter

    "},{"t":"M","n":"SolrQuery::setFacet","p":"SolrQuery.html#method_setFacet","d":"

    (PECL solr >= 0.9.2)
    \nMaps to the facet parameter. Enables or disables facetting

    "},{"t":"M","n":"SolrQuery::setFacetDateEnd","p":"SolrQuery.html#method_setFacetDateEnd","d":"

    (PECL solr >= 0.9.2)
    \nMaps to facet.date.end

    "},{"t":"M","n":"SolrQuery::setFacetDateGap","p":"SolrQuery.html#method_setFacetDateGap","d":"

    (PECL solr >= 0.9.2)
    \nMaps to facet.date.gap

    "},{"t":"M","n":"SolrQuery::setFacetDateHardEnd","p":"SolrQuery.html#method_setFacetDateHardEnd","d":"

    (PECL solr >= 0.9.2)
    \nMaps to facet.date.hardend

    "},{"t":"M","n":"SolrQuery::setFacetDateStart","p":"SolrQuery.html#method_setFacetDateStart","d":"

    (PECL solr >= 0.9.2)
    \nMaps to facet.date.start

    "},{"t":"M","n":"SolrQuery::setFacetEnumCacheMinDefaultFrequency","p":"SolrQuery.html#method_setFacetEnumCacheMinDefaultFrequency","d":"

    (PECL solr >= 0.9.2)
    \nSets the minimum document frequency used for determining term count

    "},{"t":"M","n":"SolrQuery::setFacetLimit","p":"SolrQuery.html#method_setFacetLimit","d":"

    (PECL solr >= 0.9.2)
    \nMaps to facet.limit

    "},{"t":"M","n":"SolrQuery::setFacetMethod","p":"SolrQuery.html#method_setFacetMethod","d":"

    (PECL solr >= 0.9.2)
    \nSpecifies the type of algorithm to use when faceting a field

    "},{"t":"M","n":"SolrQuery::setFacetMinCount","p":"SolrQuery.html#method_setFacetMinCount","d":"

    (PECL solr >= 0.9.2)
    \nMaps to facet.mincount

    "},{"t":"M","n":"SolrQuery::setFacetMissing","p":"SolrQuery.html#method_setFacetMissing","d":"

    (PECL solr >= 0.9.2)
    \nMaps to facet.missing

    "},{"t":"M","n":"SolrQuery::setFacetOffset","p":"SolrQuery.html#method_setFacetOffset","d":"

    (PECL solr >= 0.9.2)
    \nSets the offset into the list of constraints to allow for pagination

    "},{"t":"M","n":"SolrQuery::setFacetPrefix","p":"SolrQuery.html#method_setFacetPrefix","d":"

    (PECL solr >= 0.9.2)
    \nSpecifies a string prefix with which to limits the terms on which to facet

    "},{"t":"M","n":"SolrQuery::setFacetSort","p":"SolrQuery.html#method_setFacetSort","d":"

    (PECL solr >= 0.9.2)
    \nDetermines the ordering of the facet field constraints

    "},{"t":"M","n":"SolrQuery::setGroup","p":"SolrQuery.html#method_setGroup","d":"

    (PECL solr >= 2.2.0)
    \nEnable/Disable result grouping (group parameter)

    "},{"t":"M","n":"SolrQuery::setGroupCachePercent","p":"SolrQuery.html#method_setGroupCachePercent","d":"

    (PECL solr >= 2.2.0)
    \nEnables caching for result grouping

    "},{"t":"M","n":"SolrQuery::setGroupFacet","p":"SolrQuery.html#method_setGroupFacet","d":"

    (PECL solr >= 2.2.0)
    \nSets group.facet parameter

    "},{"t":"M","n":"SolrQuery::setGroupFormat","p":"SolrQuery.html#method_setGroupFormat","d":"

    (PECL solr >= 2.2.0)
    \nSets the group format, result structure (group.format parameter).

    "},{"t":"M","n":"SolrQuery::setGroupLimit","p":"SolrQuery.html#method_setGroupLimit","d":"

    (PECL solr >= 2.2.0)
    \nSpecifies the number of results to return for each group. The server default value is 1.

    "},{"t":"M","n":"SolrQuery::setGroupMain","p":"SolrQuery.html#method_setGroupMain","d":"

    (PECL solr >= 2.2.0)
    \nIf true, the result of the first field grouping command is used as the main result list in the response, using\ngroup.format=simple.

    "},{"t":"M","n":"SolrQuery::setGroupNGroups","p":"SolrQuery.html#method_setGroupNGroups","d":"

    (PECL solr >= 2.2.0)
    \nIf true, Solr includes the number of groups that have matched the query in the results.

    "},{"t":"M","n":"SolrQuery::setGroupOffset","p":"SolrQuery.html#method_setGroupOffset","d":"

    (PECL solr >= 2.2.0)
    \nSets the group.offset parameter.

    "},{"t":"M","n":"SolrQuery::setGroupTruncate","p":"SolrQuery.html#method_setGroupTruncate","d":"

    (PECL solr >= 2.2.0)
    \nIf true, facet counts are based on the most relevant document of each group matching the query.

    "},{"t":"M","n":"SolrQuery::setHighlight","p":"SolrQuery.html#method_setHighlight","d":"

    (PECL solr >= 0.9.2)
    \nEnables or disables highlighting

    "},{"t":"M","n":"SolrQuery::setHighlightAlternateField","p":"SolrQuery.html#method_setHighlightAlternateField","d":"

    (PECL solr >= 0.9.2)
    \nSpecifies the backup field to use

    "},{"t":"M","n":"SolrQuery::setHighlightFormatter","p":"SolrQuery.html#method_setHighlightFormatter","d":"

    (PECL solr >= 0.9.2)
    \nSpecify a formatter for the highlight output

    "},{"t":"M","n":"SolrQuery::setHighlightFragmenter","p":"SolrQuery.html#method_setHighlightFragmenter","d":"

    (PECL solr >= 0.9.2)
    \nSets a text snippet generator for highlighted text

    "},{"t":"M","n":"SolrQuery::setHighlightFragsize","p":"SolrQuery.html#method_setHighlightFragsize","d":"

    (PECL solr >= 0.9.2)
    \nThe size of fragments to consider for highlighting

    "},{"t":"M","n":"SolrQuery::setHighlightHighlightMultiTerm","p":"SolrQuery.html#method_setHighlightHighlightMultiTerm","d":"

    (PECL solr >= 0.9.2)
    \nUse SpanScorer to highlight phrase terms

    "},{"t":"M","n":"SolrQuery::setHighlightMaxAlternateFieldLength","p":"SolrQuery.html#method_setHighlightMaxAlternateFieldLength","d":"

    (PECL solr >= 0.9.2)
    \nSets the maximum number of characters of the field to return

    "},{"t":"M","n":"SolrQuery::setHighlightMaxAnalyzedChars","p":"SolrQuery.html#method_setHighlightMaxAnalyzedChars","d":"

    (PECL solr >= 0.9.2)
    \nSpecifies the number of characters into a document to look for suitable snippets

    "},{"t":"M","n":"SolrQuery::setHighlightMergeContiguous","p":"SolrQuery.html#method_setHighlightMergeContiguous","d":"

    (PECL solr >= 0.9.2)
    \nWhether or not to collapse contiguous fragments into a single fragment

    "},{"t":"M","n":"SolrQuery::setHighlightRegexMaxAnalyzedChars","p":"SolrQuery.html#method_setHighlightRegexMaxAnalyzedChars","d":"

    (PECL solr >= 0.9.2)
    \nSpecify the maximum number of characters to analyze

    "},{"t":"M","n":"SolrQuery::setHighlightRegexPattern","p":"SolrQuery.html#method_setHighlightRegexPattern","d":"

    (PECL solr >= 0.9.2)
    \nSpecify the regular expression for fragmenting

    "},{"t":"M","n":"SolrQuery::setHighlightRegexSlop","p":"SolrQuery.html#method_setHighlightRegexSlop","d":"

    (PECL solr >= 0.9.2)
    \nSets the factor by which the regex fragmenter can stray from the ideal fragment size

    "},{"t":"M","n":"SolrQuery::setHighlightRequireFieldMatch","p":"SolrQuery.html#method_setHighlightRequireFieldMatch","d":"

    (PECL solr >= 0.9.2)
    \nRequire field matching during highlighting

    "},{"t":"M","n":"SolrQuery::setHighlightSimplePost","p":"SolrQuery.html#method_setHighlightSimplePost","d":"

    (PECL solr >= 0.9.2)
    \nSets the text which appears after a highlighted term

    "},{"t":"M","n":"SolrQuery::setHighlightSimplePre","p":"SolrQuery.html#method_setHighlightSimplePre","d":"

    (PECL solr >= 0.9.2)
    \nSets the text which appears before a highlighted term

    "},{"t":"M","n":"SolrQuery::setHighlightSnippets","p":"SolrQuery.html#method_setHighlightSnippets","d":"

    (PECL solr >= 0.9.2)
    \nSets the maximum number of highlighted snippets to generate per field

    "},{"t":"M","n":"SolrQuery::setHighlightUsePhraseHighlighter","p":"SolrQuery.html#method_setHighlightUsePhraseHighlighter","d":"

    (PECL solr >= 0.9.2)
    \nWhether to highlight phrase terms only when they appear within the query phrase

    "},{"t":"M","n":"SolrQuery::setMlt","p":"SolrQuery.html#method_setMlt","d":"

    (PECL solr >= 0.9.2)
    \nEnables or disables moreLikeThis

    "},{"t":"M","n":"SolrQuery::setMltBoost","p":"SolrQuery.html#method_setMltBoost","d":"

    (PECL solr >= 0.9.2)
    \nSet if the query will be boosted by the interesting term relevance

    "},{"t":"M","n":"SolrQuery::setMltCount","p":"SolrQuery.html#method_setMltCount","d":"

    (PECL solr >= 0.9.2)
    \nSet the number of similar documents to return for each result

    "},{"t":"M","n":"SolrQuery::setMltMaxNumQueryTerms","p":"SolrQuery.html#method_setMltMaxNumQueryTerms","d":"

    (PECL solr >= 0.9.2)
    \nSets the maximum number of query terms included

    "},{"t":"M","n":"SolrQuery::setMltMaxNumTokens","p":"SolrQuery.html#method_setMltMaxNumTokens","d":"

    (PECL solr >= 0.9.2)
    \nSpecifies the maximum number of tokens to parse

    "},{"t":"M","n":"SolrQuery::setMltMaxWordLength","p":"SolrQuery.html#method_setMltMaxWordLength","d":"

    (PECL solr >= 0.9.2)
    \nSets the maximum word length

    "},{"t":"M","n":"SolrQuery::setMltMinDocFrequency","p":"SolrQuery.html#method_setMltMinDocFrequency","d":"

    (PECL solr >= 0.9.2)
    \nSets the mltMinDoc frequency

    "},{"t":"M","n":"SolrQuery::setMltMinTermFrequency","p":"SolrQuery.html#method_setMltMinTermFrequency","d":"

    (PECL solr >= 0.9.2)
    \nSets the frequency below which terms will be ignored in the source docs

    "},{"t":"M","n":"SolrQuery::setMltMinWordLength","p":"SolrQuery.html#method_setMltMinWordLength","d":"

    (PECL solr >= 0.9.2)
    \nSets the minimum word length

    "},{"t":"M","n":"SolrQuery::setOmitHeader","p":"SolrQuery.html#method_setOmitHeader","d":"

    (PECL solr >= 0.9.2)
    \nExclude the header from the returned results

    "},{"t":"M","n":"SolrQuery::setQuery","p":"SolrQuery.html#method_setQuery","d":"

    (PECL solr >= 0.9.2)
    \nSets the search query

    "},{"t":"M","n":"SolrQuery::setRows","p":"SolrQuery.html#method_setRows","d":"

    (PECL solr >= 0.9.2)
    \nSpecifies the maximum number of rows to return in the result

    "},{"t":"M","n":"SolrQuery::setShowDebugInfo","p":"SolrQuery.html#method_setShowDebugInfo","d":"

    (PECL solr >= 0.9.2)
    \nFlag to show debug information

    "},{"t":"M","n":"SolrQuery::setStart","p":"SolrQuery.html#method_setStart","d":"

    (PECL solr >= 0.9.2)
    \nSpecifies the number of rows to skip

    "},{"t":"M","n":"SolrQuery::setStats","p":"SolrQuery.html#method_setStats","d":"

    (PECL solr >= 0.9.2)
    \nEnables or disables the Stats component

    "},{"t":"M","n":"SolrQuery::setTerms","p":"SolrQuery.html#method_setTerms","d":"

    (PECL solr >= 0.9.2)
    \nEnables or disables the TermsComponent

    "},{"t":"M","n":"SolrQuery::setTermsField","p":"SolrQuery.html#method_setTermsField","d":"

    (PECL solr >= 0.9.2)
    \nSets the name of the field to get the Terms from

    "},{"t":"M","n":"SolrQuery::setTermsIncludeLowerBound","p":"SolrQuery.html#method_setTermsIncludeLowerBound","d":"

    (PECL solr >= 0.9.2)
    \nInclude the lower bound term in the result set

    "},{"t":"M","n":"SolrQuery::setTermsIncludeUpperBound","p":"SolrQuery.html#method_setTermsIncludeUpperBound","d":"

    (PECL solr >= 0.9.2)
    \nInclude the upper bound term in the result set

    "},{"t":"M","n":"SolrQuery::setTermsLimit","p":"SolrQuery.html#method_setTermsLimit","d":"

    (PECL solr >= 0.9.2)
    \nSets the maximum number of terms to return

    "},{"t":"M","n":"SolrQuery::setTermsLowerBound","p":"SolrQuery.html#method_setTermsLowerBound","d":"

    (PECL solr >= 0.9.2)
    \nSpecifies the Term to start from

    "},{"t":"M","n":"SolrQuery::setTermsMaxCount","p":"SolrQuery.html#method_setTermsMaxCount","d":"

    (PECL solr >= 0.9.2)
    \nSets the maximum document frequency

    "},{"t":"M","n":"SolrQuery::setTermsMinCount","p":"SolrQuery.html#method_setTermsMinCount","d":"

    (PECL solr >= 0.9.2)
    \nSets the minimum document frequency

    "},{"t":"M","n":"SolrQuery::setTermsPrefix","p":"SolrQuery.html#method_setTermsPrefix","d":"

    (PECL solr >= 0.9.2)
    \nRestrict matches to terms that start with the prefix

    "},{"t":"M","n":"SolrQuery::setTermsReturnRaw","p":"SolrQuery.html#method_setTermsReturnRaw","d":"

    (PECL solr >= 0.9.2)
    \nReturn the raw characters of the indexed term

    "},{"t":"M","n":"SolrQuery::setTermsSort","p":"SolrQuery.html#method_setTermsSort","d":"

    (PECL solr >= 0.9.2)
    \nSpecifies how to sort the returned terms

    "},{"t":"M","n":"SolrQuery::setTermsUpperBound","p":"SolrQuery.html#method_setTermsUpperBound","d":"

    (PECL solr >= 0.9.2)
    \nSets the term to stop at

    "},{"t":"M","n":"SolrQuery::setTimeAllowed","p":"SolrQuery.html#method_setTimeAllowed","d":"

    (PECL solr >= 0.9.2)
    \nThe time allowed for search to finish

    "},{"t":"M","n":"SolrQueryResponse::__construct","p":"SolrQueryResponse.html#method___construct","d":"

    (PECL solr >= 0.9.2)
    \nSolrQueryResponse constructor.

    "},{"t":"M","n":"SolrQueryResponse::__destruct","p":"SolrQueryResponse.html#method___destruct","d":"

    (PECL solr >= 0.9.2)
    \nDestructor

    "},{"t":"M","n":"SolrResponse::getDigestedResponse","p":"SolrResponse.html#method_getDigestedResponse","d":"

    (PECL solr >= 0.9.2)
    \nReturns the XML response as serialized PHP data

    "},{"t":"M","n":"SolrResponse::getHttpStatus","p":"SolrResponse.html#method_getHttpStatus","d":"

    (PECL solr >= 0.9.2)
    \nReturns the HTTP status of the response

    "},{"t":"M","n":"SolrResponse::getHttpStatusMessage","p":"SolrResponse.html#method_getHttpStatusMessage","d":"

    (PECL solr >= 0.9.2)
    \nReturns more details on the HTTP status

    "},{"t":"M","n":"SolrResponse::getRawRequest","p":"SolrResponse.html#method_getRawRequest","d":"

    (PECL solr >= 0.9.2)
    \nReturns the raw request sent to the Solr server

    "},{"t":"M","n":"SolrResponse::getRawRequestHeaders","p":"SolrResponse.html#method_getRawRequestHeaders","d":"

    (PECL solr >= 0.9.2)
    \nReturns the raw request headers sent to the Solr server

    "},{"t":"M","n":"SolrResponse::getRawResponse","p":"SolrResponse.html#method_getRawResponse","d":"

    (PECL solr >= 0.9.2)
    \nReturns the raw response from the server

    "},{"t":"M","n":"SolrResponse::getRawResponseHeaders","p":"SolrResponse.html#method_getRawResponseHeaders","d":"

    (PECL solr >= 0.9.2)
    \nReturns the raw response headers from the server

    "},{"t":"M","n":"SolrResponse::getRequestUrl","p":"SolrResponse.html#method_getRequestUrl","d":"

    (PECL solr >= 0.9.2)
    \nReturns the full URL the request was sent to

    "},{"t":"M","n":"SolrResponse::getResponse","p":"SolrResponse.html#method_getResponse","d":"

    (PECL solr >= 0.9.2)
    \nReturns a SolrObject representing the XML response from the server

    "},{"t":"M","n":"SolrResponse::setParseMode","p":"SolrResponse.html#method_setParseMode","d":"

    (PECL solr >= 0.9.2)
    \nSets the parse mode

    "},{"t":"M","n":"SolrResponse::success","p":"SolrResponse.html#method_success","d":"

    (PECL solr >= 0.9.2)
    \nWas the request a success

    "},{"t":"M","n":"SolrServerException::getInternalInfo","p":"SolrServerException.html#method_getInternalInfo","d":"

    (PECL solr >= 1.1.0, >=2.0.0)
    \nReturns internal information where the Exception was thrown

    "},{"t":"M","n":"SolrUpdateResponse::__construct","p":"SolrUpdateResponse.html#method___construct","d":"

    (PECL solr >= 0.9.2)
    \nSolrUpdateResponse constructor.

    "},{"t":"M","n":"SolrUpdateResponse::__destruct","p":"SolrUpdateResponse.html#method___destruct","d":"

    (PECL solr >= 0.9.2)
    \nDestructor

    "},{"t":"M","n":"SolrUtils::digestXmlResponse","p":"SolrUtils.html#method_digestXmlResponse","d":"

    (PECL solr >= 0.9.2)
    \nParses an response XML string into a SolrObject

    "},{"t":"M","n":"SolrUtils::escapeQueryChars","p":"SolrUtils.html#method_escapeQueryChars","d":"

    (PECL solr >= 0.9.2)
    \nEscapes a lucene query string

    "},{"t":"M","n":"SolrUtils::getSolrVersion","p":"SolrUtils.html#method_getSolrVersion","d":"

    (PECL solr >= 0.9.2)
    \nReturns the current version of the Solr extension

    "},{"t":"M","n":"SolrUtils::queryPhrase","p":"SolrUtils.html#method_queryPhrase","d":"

    (PECL solr >= 0.9.2)
    \nPrepares a phrase from an unescaped lucene string

    "},{"t":"M","n":"SplDoublyLinkedList::add","p":"SplDoublyLinkedList.html#method_add","d":"

    Add/insert a new value at the specified index

    "},{"t":"M","n":"SplDoublyLinkedList::pop","p":"SplDoublyLinkedList.html#method_pop","d":"

    Pops a node from the end of the doubly linked list

    "},{"t":"M","n":"SplDoublyLinkedList::shift","p":"SplDoublyLinkedList.html#method_shift","d":"

    Shifts a node from the beginning of the doubly linked list

    "},{"t":"M","n":"SplDoublyLinkedList::push","p":"SplDoublyLinkedList.html#method_push","d":"

    Pushes an element at the end of the doubly linked list

    "},{"t":"M","n":"SplDoublyLinkedList::unshift","p":"SplDoublyLinkedList.html#method_unshift","d":"

    Prepends the doubly linked list with an element

    "},{"t":"M","n":"SplDoublyLinkedList::top","p":"SplDoublyLinkedList.html#method_top","d":"

    Peeks at the node from the end of the doubly linked list

    "},{"t":"M","n":"SplDoublyLinkedList::bottom","p":"SplDoublyLinkedList.html#method_bottom","d":"

    Peeks at the node from the beginning of the doubly linked list

    "},{"t":"M","n":"SplDoublyLinkedList::count","p":"SplDoublyLinkedList.html#method_count","d":"

    Counts the number of elements in the doubly linked list.

    "},{"t":"M","n":"SplDoublyLinkedList::isEmpty","p":"SplDoublyLinkedList.html#method_isEmpty","d":"

    Checks whether the doubly linked list is empty.

    "},{"t":"M","n":"SplDoublyLinkedList::setIteratorMode","p":"SplDoublyLinkedList.html#method_setIteratorMode","d":"

    Sets the mode of iteration

    "},{"t":"M","n":"SplDoublyLinkedList::getIteratorMode","p":"SplDoublyLinkedList.html#method_getIteratorMode","d":"

    Returns the mode of iteration

    "},{"t":"M","n":"SplDoublyLinkedList::offsetExists","p":"SplDoublyLinkedList.html#method_offsetExists","d":"

    Returns whether the requested $index exists

    "},{"t":"M","n":"SplDoublyLinkedList::offsetGet","p":"SplDoublyLinkedList.html#method_offsetGet","d":"

    Returns the value at the specified $index

    "},{"t":"M","n":"SplDoublyLinkedList::offsetSet","p":"SplDoublyLinkedList.html#method_offsetSet","d":"

    Sets the value at the specified $index to $newval

    "},{"t":"M","n":"SplDoublyLinkedList::offsetUnset","p":"SplDoublyLinkedList.html#method_offsetUnset","d":"

    Unsets the value at the specified $index

    "},{"t":"M","n":"SplDoublyLinkedList::rewind","p":"SplDoublyLinkedList.html#method_rewind","d":"

    Rewind iterator back to the start

    "},{"t":"M","n":"SplDoublyLinkedList::current","p":"SplDoublyLinkedList.html#method_current","d":"

    Return current array entry

    "},{"t":"M","n":"SplDoublyLinkedList::key","p":"SplDoublyLinkedList.html#method_key","d":"

    Return current node index

    "},{"t":"M","n":"SplDoublyLinkedList::next","p":"SplDoublyLinkedList.html#method_next","d":"

    Move to next entry

    "},{"t":"M","n":"SplDoublyLinkedList::prev","p":"SplDoublyLinkedList.html#method_prev","d":"

    Move to previous entry

    "},{"t":"M","n":"SplDoublyLinkedList::valid","p":"SplDoublyLinkedList.html#method_valid","d":"

    Check whether the doubly linked list contains more nodes

    "},{"t":"M","n":"SplDoublyLinkedList::unserialize","p":"SplDoublyLinkedList.html#method_unserialize","d":"

    Unserializes the storage

    "},{"t":"M","n":"SplDoublyLinkedList::serialize","p":"SplDoublyLinkedList.html#method_serialize","d":"

    Serializes the storage

    "},{"t":"M","n":"SplDoublyLinkedList::__debugInfo","p":"SplDoublyLinkedList.html#method___debugInfo","d":""},{"t":"M","n":"SplDoublyLinkedList::__serialize","p":"SplDoublyLinkedList.html#method___serialize","d":""},{"t":"M","n":"SplDoublyLinkedList::__unserialize","p":"SplDoublyLinkedList.html#method___unserialize","d":""},{"t":"M","n":"SplEnum::getConstList","p":"SplEnum.html#method_getConstList","d":"

    Returns all consts (possible values) as an array.

    "},{"t":"M","n":"SplFileInfo::__construct","p":"SplFileInfo.html#method___construct","d":"

    Construct a new SplFileInfo object

    "},{"t":"M","n":"SplFileInfo::getPath","p":"SplFileInfo.html#method_getPath","d":"

    Gets the path without filename

    "},{"t":"M","n":"SplFileInfo::getFilename","p":"SplFileInfo.html#method_getFilename","d":"

    Gets the filename

    "},{"t":"M","n":"SplFileInfo::getExtension","p":"SplFileInfo.html#method_getExtension","d":"

    Gets the file extension

    "},{"t":"M","n":"SplFileInfo::getBasename","p":"SplFileInfo.html#method_getBasename","d":"

    Gets the base name of the file

    "},{"t":"M","n":"SplFileInfo::getPathname","p":"SplFileInfo.html#method_getPathname","d":"

    Gets the path to the file

    "},{"t":"M","n":"SplFileInfo::getPerms","p":"SplFileInfo.html#method_getPerms","d":"

    Gets file permissions

    "},{"t":"M","n":"SplFileInfo::getInode","p":"SplFileInfo.html#method_getInode","d":"

    Gets the inode for the file

    "},{"t":"M","n":"SplFileInfo::getSize","p":"SplFileInfo.html#method_getSize","d":"

    Gets file size

    "},{"t":"M","n":"SplFileInfo::getOwner","p":"SplFileInfo.html#method_getOwner","d":"

    Gets the owner of the file

    "},{"t":"M","n":"SplFileInfo::getGroup","p":"SplFileInfo.html#method_getGroup","d":"

    Gets the file group

    "},{"t":"M","n":"SplFileInfo::getATime","p":"SplFileInfo.html#method_getATime","d":"

    Gets last access time of the file

    "},{"t":"M","n":"SplFileInfo::getMTime","p":"SplFileInfo.html#method_getMTime","d":"

    Gets the last modified time

    "},{"t":"M","n":"SplFileInfo::getCTime","p":"SplFileInfo.html#method_getCTime","d":"

    Gets the inode change time

    "},{"t":"M","n":"SplFileInfo::getType","p":"SplFileInfo.html#method_getType","d":"

    Gets file type

    "},{"t":"M","n":"SplFileInfo::isWritable","p":"SplFileInfo.html#method_isWritable","d":"

    Tells if the entry is writable

    "},{"t":"M","n":"SplFileInfo::isReadable","p":"SplFileInfo.html#method_isReadable","d":"

    Tells if file is readable

    "},{"t":"M","n":"SplFileInfo::isExecutable","p":"SplFileInfo.html#method_isExecutable","d":"

    Tells if the file is executable

    "},{"t":"M","n":"SplFileInfo::isFile","p":"SplFileInfo.html#method_isFile","d":"

    Tells if the object references a regular file

    "},{"t":"M","n":"SplFileInfo::isDir","p":"SplFileInfo.html#method_isDir","d":"

    Tells if the file is a directory

    "},{"t":"M","n":"SplFileInfo::isLink","p":"SplFileInfo.html#method_isLink","d":"

    Tells if the file is a link

    "},{"t":"M","n":"SplFileInfo::getLinkTarget","p":"SplFileInfo.html#method_getLinkTarget","d":"

    Gets the target of a link

    "},{"t":"M","n":"SplFileInfo::getRealPath","p":"SplFileInfo.html#method_getRealPath","d":"

    Gets absolute path to file

    "},{"t":"M","n":"SplFileInfo::getFileInfo","p":"SplFileInfo.html#method_getFileInfo","d":"

    Gets an SplFileInfo object for the file

    "},{"t":"M","n":"SplFileInfo::getPathInfo","p":"SplFileInfo.html#method_getPathInfo","d":"

    Gets an SplFileInfo object for the path

    "},{"t":"M","n":"SplFileInfo::openFile","p":"SplFileInfo.html#method_openFile","d":"

    Gets an SplFileObject object for the file

    "},{"t":"M","n":"SplFileInfo::setFileClass","p":"SplFileInfo.html#method_setFileClass","d":"

    Sets the class name used with SplFileInfo::openFile

    "},{"t":"M","n":"SplFileInfo::setInfoClass","p":"SplFileInfo.html#method_setInfoClass","d":"

    Sets the class used with getFileInfo and getPathInfo

    "},{"t":"M","n":"SplFileInfo::__toString","p":"SplFileInfo.html#method___toString","d":"

    Returns the path to the file as a string

    "},{"t":"M","n":"SplFileInfo::_bad_state_ex","p":"SplFileInfo.html#method__bad_state_ex","d":null},{"t":"M","n":"SplFileInfo::__wakeup","p":"SplFileInfo.html#method___wakeup","d":null},{"t":"M","n":"SplFileInfo::__debugInfo","p":"SplFileInfo.html#method___debugInfo","d":""},{"t":"M","n":"SplFileObject::__construct","p":"SplFileObject.html#method___construct","d":"

    Construct a new file object.

    "},{"t":"M","n":"SplFileObject::rewind","p":"SplFileObject.html#method_rewind","d":"

    Rewind the file to the first line

    "},{"t":"M","n":"SplFileObject::eof","p":"SplFileObject.html#method_eof","d":"

    Reached end of file

    "},{"t":"M","n":"SplFileObject::valid","p":"SplFileObject.html#method_valid","d":"

    Not at EOF

    "},{"t":"M","n":"SplFileObject::fgets","p":"SplFileObject.html#method_fgets","d":"

    Gets line from file

    "},{"t":"M","n":"SplFileObject::fread","p":"SplFileObject.html#method_fread","d":"

    Read from file

    "},{"t":"M","n":"SplFileObject::fgetcsv","p":"SplFileObject.html#method_fgetcsv","d":"

    Gets line from file and parse as CSV fields

    "},{"t":"M","n":"SplFileObject::fputcsv","p":"SplFileObject.html#method_fputcsv","d":"

    Write a field array as a CSV line

    "},{"t":"M","n":"SplFileObject::setCsvControl","p":"SplFileObject.html#method_setCsvControl","d":"

    Set the delimiter and enclosure character for CSV

    "},{"t":"M","n":"SplFileObject::getCsvControl","p":"SplFileObject.html#method_getCsvControl","d":"

    Get the delimiter and enclosure character for CSV

    "},{"t":"M","n":"SplFileObject::flock","p":"SplFileObject.html#method_flock","d":"

    Portable file locking

    "},{"t":"M","n":"SplFileObject::fflush","p":"SplFileObject.html#method_fflush","d":"

    Flushes the output to the file

    "},{"t":"M","n":"SplFileObject::ftell","p":"SplFileObject.html#method_ftell","d":"

    Return current file position

    "},{"t":"M","n":"SplFileObject::fseek","p":"SplFileObject.html#method_fseek","d":"

    Seek to a position

    "},{"t":"M","n":"SplFileObject::fgetc","p":"SplFileObject.html#method_fgetc","d":"

    Gets character from file

    "},{"t":"M","n":"SplFileObject::fpassthru","p":"SplFileObject.html#method_fpassthru","d":"

    Output all remaining data on a file pointer

    "},{"t":"M","n":"SplFileObject::fgetss","p":"SplFileObject.html#method_fgetss","d":"

    Gets line from file and strip HTML tags

    "},{"t":"M","n":"SplFileObject::fscanf","p":"SplFileObject.html#method_fscanf","d":"

    Parses input from file according to a format

    "},{"t":"M","n":"SplFileObject::fwrite","p":"SplFileObject.html#method_fwrite","d":"

    Write to file

    "},{"t":"M","n":"SplFileObject::fstat","p":"SplFileObject.html#method_fstat","d":"

    Gets information about the file

    "},{"t":"M","n":"SplFileObject::ftruncate","p":"SplFileObject.html#method_ftruncate","d":"

    Truncates the file to a given length

    "},{"t":"M","n":"SplFileObject::current","p":"SplFileObject.html#method_current","d":"

    Retrieve current line of file

    "},{"t":"M","n":"SplFileObject::key","p":"SplFileObject.html#method_key","d":"

    Get line number

    "},{"t":"M","n":"SplFileObject::next","p":"SplFileObject.html#method_next","d":"

    Read next line

    "},{"t":"M","n":"SplFileObject::setFlags","p":"SplFileObject.html#method_setFlags","d":"

    Sets flags for the SplFileObject

    "},{"t":"M","n":"SplFileObject::getFlags","p":"SplFileObject.html#method_getFlags","d":"

    Gets flags for the SplFileObject

    "},{"t":"M","n":"SplFileObject::setMaxLineLen","p":"SplFileObject.html#method_setMaxLineLen","d":"

    Set maximum line length

    "},{"t":"M","n":"SplFileObject::getMaxLineLen","p":"SplFileObject.html#method_getMaxLineLen","d":"

    Get maximum line length

    "},{"t":"M","n":"SplFileObject::hasChildren","p":"SplFileObject.html#method_hasChildren","d":"

    SplFileObject does not have children

    "},{"t":"M","n":"SplFileObject::getChildren","p":"SplFileObject.html#method_getChildren","d":"

    No purpose

    "},{"t":"M","n":"SplFileObject::seek","p":"SplFileObject.html#method_seek","d":"

    Seek to specified line

    "},{"t":"M","n":"SplFileObject::getCurrentLine","p":"SplFileObject.html#method_getCurrentLine","d":"

    Alias of SplFileObject::fgets

    "},{"t":"M","n":"SplFileObject::__toString","p":"SplFileObject.html#method___toString","d":"

    Alias of SplFileObject::current

    "},{"t":"M","n":"SplFixedArray::__construct","p":"SplFixedArray.html#method___construct","d":"

    Constructs a new fixed array

    "},{"t":"M","n":"SplFixedArray::count","p":"SplFixedArray.html#method_count","d":"

    Returns the size of the array

    "},{"t":"M","n":"SplFixedArray::toArray","p":"SplFixedArray.html#method_toArray","d":"

    Returns a PHP array from the fixed array

    "},{"t":"M","n":"SplFixedArray::fromArray","p":"SplFixedArray.html#method_fromArray","d":"

    Import a PHP array in a SplFixedArray instance

    "},{"t":"M","n":"SplFixedArray::getSize","p":"SplFixedArray.html#method_getSize","d":"

    Gets the size of the array

    "},{"t":"M","n":"SplFixedArray::setSize","p":"SplFixedArray.html#method_setSize","d":"

    Change the size of an array

    "},{"t":"M","n":"SplFixedArray::offsetExists","p":"SplFixedArray.html#method_offsetExists","d":"

    Returns whether the requested index exists

    "},{"t":"M","n":"SplFixedArray::offsetGet","p":"SplFixedArray.html#method_offsetGet","d":"

    Returns the value at the specified index

    "},{"t":"M","n":"SplFixedArray::offsetSet","p":"SplFixedArray.html#method_offsetSet","d":"

    Sets a new value at a specified index

    "},{"t":"M","n":"SplFixedArray::offsetUnset","p":"SplFixedArray.html#method_offsetUnset","d":"

    Unsets the value at the specified $index

    "},{"t":"M","n":"SplFixedArray::rewind","p":"SplFixedArray.html#method_rewind","d":"

    Rewind iterator back to the start

    "},{"t":"M","n":"SplFixedArray::current","p":"SplFixedArray.html#method_current","d":"

    Return current array entry

    "},{"t":"M","n":"SplFixedArray::key","p":"SplFixedArray.html#method_key","d":"

    Return current array index

    "},{"t":"M","n":"SplFixedArray::next","p":"SplFixedArray.html#method_next","d":"

    Move to next entry

    "},{"t":"M","n":"SplFixedArray::valid","p":"SplFixedArray.html#method_valid","d":"

    Check whether the array contains more elements

    "},{"t":"M","n":"SplFixedArray::__wakeup","p":"SplFixedArray.html#method___wakeup","d":null},{"t":"M","n":"SplFixedArray::__serialize","p":"SplFixedArray.html#method___serialize","d":null},{"t":"M","n":"SplFixedArray::__unserialize","p":"SplFixedArray.html#method___unserialize","d":null},{"t":"M","n":"SplFixedArray::getIterator","p":"SplFixedArray.html#method_getIterator","d":""},{"t":"M","n":"SplFixedArray::jsonSerialize","p":"SplFixedArray.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"SplHeap::extract","p":"SplHeap.html#method_extract","d":"

    Extracts a node from top of the heap and sift up.

    "},{"t":"M","n":"SplHeap::insert","p":"SplHeap.html#method_insert","d":"

    Inserts an element in the heap by sifting it up.

    "},{"t":"M","n":"SplHeap::top","p":"SplHeap.html#method_top","d":"

    Peeks at the node from the top of the heap

    "},{"t":"M","n":"SplHeap::count","p":"SplHeap.html#method_count","d":"

    Counts the number of elements in the heap.

    "},{"t":"M","n":"SplHeap::isEmpty","p":"SplHeap.html#method_isEmpty","d":"

    Checks whether the heap is empty.

    "},{"t":"M","n":"SplHeap::rewind","p":"SplHeap.html#method_rewind","d":"

    Rewind iterator back to the start (no-op)

    "},{"t":"M","n":"SplHeap::current","p":"SplHeap.html#method_current","d":"

    Return current node pointed by the iterator

    "},{"t":"M","n":"SplHeap::key","p":"SplHeap.html#method_key","d":"

    Return current node index

    "},{"t":"M","n":"SplHeap::next","p":"SplHeap.html#method_next","d":"

    Move to the next node

    "},{"t":"M","n":"SplHeap::valid","p":"SplHeap.html#method_valid","d":"

    Check whether the heap contains more nodes

    "},{"t":"M","n":"SplHeap::recoverFromCorruption","p":"SplHeap.html#method_recoverFromCorruption","d":"

    Recover from the corrupted state and allow further actions on the heap.

    "},{"t":"M","n":"SplHeap::compare","p":"SplHeap.html#method_compare","d":"

    Compare elements in order to place them correctly in the heap while sifting up.

    "},{"t":"M","n":"SplHeap::isCorrupted","p":"SplHeap.html#method_isCorrupted","d":""},{"t":"M","n":"SplHeap::__debugInfo","p":"SplHeap.html#method___debugInfo","d":""},{"t":"M","n":"SplMaxHeap::compare","p":"SplMaxHeap.html#method_compare","d":"

    Compare elements in order to place them correctly in the heap while sifting up.

    "},{"t":"M","n":"SplMinHeap::compare","p":"SplMinHeap.html#method_compare","d":"

    Compare elements in order to place them correctly in the heap while sifting up.

    "},{"t":"M","n":"SplMinHeap::extract","p":"SplMinHeap.html#method_extract","d":"

    Extracts a node from top of the heap and sift up.

    "},{"t":"M","n":"SplMinHeap::insert","p":"SplMinHeap.html#method_insert","d":"

    Inserts an element in the heap by sifting it up.

    "},{"t":"M","n":"SplMinHeap::top","p":"SplMinHeap.html#method_top","d":"

    Peeks at the node from the top of the heap

    "},{"t":"M","n":"SplMinHeap::count","p":"SplMinHeap.html#method_count","d":"

    Counts the number of elements in the heap.

    "},{"t":"M","n":"SplMinHeap::isEmpty","p":"SplMinHeap.html#method_isEmpty","d":"

    Checks whether the heap is empty.

    "},{"t":"M","n":"SplMinHeap::rewind","p":"SplMinHeap.html#method_rewind","d":"

    Rewind iterator back to the start (no-op)

    "},{"t":"M","n":"SplMinHeap::current","p":"SplMinHeap.html#method_current","d":"

    Return current node pointed by the iterator

    "},{"t":"M","n":"SplMinHeap::key","p":"SplMinHeap.html#method_key","d":"

    Return current node index

    "},{"t":"M","n":"SplMinHeap::next","p":"SplMinHeap.html#method_next","d":"

    Move to the next node

    "},{"t":"M","n":"SplMinHeap::valid","p":"SplMinHeap.html#method_valid","d":"

    Check whether the heap contains more nodes

    "},{"t":"M","n":"SplMinHeap::recoverFromCorruption","p":"SplMinHeap.html#method_recoverFromCorruption","d":"

    Recover from the corrupted state and allow further actions on the heap.

    "},{"t":"M","n":"SplObjectStorage::attach","p":"SplObjectStorage.html#method_attach","d":"

    Adds an object in the storage

    "},{"t":"M","n":"SplObjectStorage::detach","p":"SplObjectStorage.html#method_detach","d":"

    Removes an object from the storage

    "},{"t":"M","n":"SplObjectStorage::contains","p":"SplObjectStorage.html#method_contains","d":"

    Checks if the storage contains a specific object

    "},{"t":"M","n":"SplObjectStorage::addAll","p":"SplObjectStorage.html#method_addAll","d":"

    Adds all objects from another storage

    "},{"t":"M","n":"SplObjectStorage::removeAll","p":"SplObjectStorage.html#method_removeAll","d":"

    Removes objects contained in another storage from the current storage

    "},{"t":"M","n":"SplObjectStorage::removeAllExcept","p":"SplObjectStorage.html#method_removeAllExcept","d":"

    Removes all objects except for those contained in another storage from the current storage

    "},{"t":"M","n":"SplObjectStorage::getInfo","p":"SplObjectStorage.html#method_getInfo","d":"

    Returns the data associated with the current iterator entry

    "},{"t":"M","n":"SplObjectStorage::setInfo","p":"SplObjectStorage.html#method_setInfo","d":"

    Sets the data associated with the current iterator entry

    "},{"t":"M","n":"SplObjectStorage::count","p":"SplObjectStorage.html#method_count","d":"

    Returns the number of objects in the storage

    "},{"t":"M","n":"SplObjectStorage::rewind","p":"SplObjectStorage.html#method_rewind","d":"

    Rewind the iterator to the first storage element

    "},{"t":"M","n":"SplObjectStorage::valid","p":"SplObjectStorage.html#method_valid","d":"

    Returns if the current iterator entry is valid

    "},{"t":"M","n":"SplObjectStorage::key","p":"SplObjectStorage.html#method_key","d":"

    Returns the index at which the iterator currently is

    "},{"t":"M","n":"SplObjectStorage::current","p":"SplObjectStorage.html#method_current","d":"

    Returns the current storage entry

    "},{"t":"M","n":"SplObjectStorage::next","p":"SplObjectStorage.html#method_next","d":"

    Move to the next entry

    "},{"t":"M","n":"SplObjectStorage::unserialize","p":"SplObjectStorage.html#method_unserialize","d":"

    Unserializes a storage from its string representation

    "},{"t":"M","n":"SplObjectStorage::serialize","p":"SplObjectStorage.html#method_serialize","d":"

    Serializes the storage

    "},{"t":"M","n":"SplObjectStorage::offsetExists","p":"SplObjectStorage.html#method_offsetExists","d":"

    Checks whether an object exists in the storage

    "},{"t":"M","n":"SplObjectStorage::offsetSet","p":"SplObjectStorage.html#method_offsetSet","d":"

    Associates data to an object in the storage

    "},{"t":"M","n":"SplObjectStorage::offsetUnset","p":"SplObjectStorage.html#method_offsetUnset","d":"

    Removes an object from the storage

    "},{"t":"M","n":"SplObjectStorage::offsetGet","p":"SplObjectStorage.html#method_offsetGet","d":"

    Returns the data associated with an object

    "},{"t":"M","n":"SplObjectStorage::getHash","p":"SplObjectStorage.html#method_getHash","d":"

    Calculate a unique identifier for the contained objects

    "},{"t":"M","n":"SplObjectStorage::__serialize","p":"SplObjectStorage.html#method___serialize","d":""},{"t":"M","n":"SplObjectStorage::__unserialize","p":"SplObjectStorage.html#method___unserialize","d":""},{"t":"M","n":"SplObjectStorage::__debugInfo","p":"SplObjectStorage.html#method___debugInfo","d":""},{"t":"M","n":"SplObjectStorage::seek","p":"SplObjectStorage.html#method_seek","d":""},{"t":"M","n":"SplObserver::update","p":"SplObserver.html#method_update","d":"

    Receive update from subject

    "},{"t":"M","n":"SplPriorityQueue::compare","p":"SplPriorityQueue.html#method_compare","d":"

    Compare priorities in order to place elements correctly in the heap while sifting up.

    "},{"t":"M","n":"SplPriorityQueue::insert","p":"SplPriorityQueue.html#method_insert","d":"

    Inserts an element in the queue by sifting it up.

    "},{"t":"M","n":"SplPriorityQueue::setExtractFlags","p":"SplPriorityQueue.html#method_setExtractFlags","d":"

    Sets the mode of extraction

    "},{"t":"M","n":"SplPriorityQueue::top","p":"SplPriorityQueue.html#method_top","d":"

    Peeks at the node from the top of the queue

    "},{"t":"M","n":"SplPriorityQueue::extract","p":"SplPriorityQueue.html#method_extract","d":"

    Extracts a node from top of the heap and sift up.

    "},{"t":"M","n":"SplPriorityQueue::count","p":"SplPriorityQueue.html#method_count","d":"

    Counts the number of elements in the queue.

    "},{"t":"M","n":"SplPriorityQueue::isEmpty","p":"SplPriorityQueue.html#method_isEmpty","d":"

    Checks whether the queue is empty.

    "},{"t":"M","n":"SplPriorityQueue::rewind","p":"SplPriorityQueue.html#method_rewind","d":"

    Rewind iterator back to the start (no-op)

    "},{"t":"M","n":"SplPriorityQueue::current","p":"SplPriorityQueue.html#method_current","d":"

    Return current node pointed by the iterator

    "},{"t":"M","n":"SplPriorityQueue::key","p":"SplPriorityQueue.html#method_key","d":"

    Return current node index

    "},{"t":"M","n":"SplPriorityQueue::next","p":"SplPriorityQueue.html#method_next","d":"

    Move to the next node

    "},{"t":"M","n":"SplPriorityQueue::valid","p":"SplPriorityQueue.html#method_valid","d":"

    Check whether the queue contains more nodes

    "},{"t":"M","n":"SplPriorityQueue::recoverFromCorruption","p":"SplPriorityQueue.html#method_recoverFromCorruption","d":"

    Recover from the corrupted state and allow further actions on the queue.

    "},{"t":"M","n":"SplPriorityQueue::isCorrupted","p":"SplPriorityQueue.html#method_isCorrupted","d":""},{"t":"M","n":"SplPriorityQueue::getExtractFlags","p":"SplPriorityQueue.html#method_getExtractFlags","d":""},{"t":"M","n":"SplPriorityQueue::__debugInfo","p":"SplPriorityQueue.html#method___debugInfo","d":""},{"t":"M","n":"SplQueue::enqueue","p":"SplQueue.html#method_enqueue","d":"

    Adds an element to the queue.

    "},{"t":"M","n":"SplQueue::dequeue","p":"SplQueue.html#method_dequeue","d":"

    Dequeues a node from the queue

    "},{"t":"M","n":"SplQueue::setIteratorMode","p":"SplQueue.html#method_setIteratorMode","d":"

    Sets the mode of iteration

    "},{"t":"M","n":"SplStack::setIteratorMode","p":"SplStack.html#method_setIteratorMode","d":"

    Sets the mode of iteration

    "},{"t":"M","n":"SplSubject::attach","p":"SplSubject.html#method_attach","d":"

    Attach an SplObserver

    "},{"t":"M","n":"SplSubject::detach","p":"SplSubject.html#method_detach","d":"

    Detach an observer

    "},{"t":"M","n":"SplSubject::notify","p":"SplSubject.html#method_notify","d":"

    Notify an observer

    "},{"t":"M","n":"SplTempFileObject::__construct","p":"SplTempFileObject.html#method___construct","d":"

    Construct a new temporary file object

    "},{"t":"M","n":"SplType::__construct","p":"SplType.html#method___construct","d":"

    Creates a new value of some type

    "},{"t":"M","n":"Spoofchecker::__construct","p":"Spoofchecker.html#method___construct","d":"

    (PHP >= 5.4.0, PECL intl >= 2.0.0)
    \nConstructor

    "},{"t":"M","n":"Spoofchecker::isSuspicious","p":"Spoofchecker.html#method_isSuspicious","d":"

    (PHP >= 5.4.0, PECL intl >= 2.0.0)
    \nChecks if a given text contains any suspicious characters

    "},{"t":"M","n":"Spoofchecker::areConfusable","p":"Spoofchecker.html#method_areConfusable","d":"

    (PHP >= 5.4.0, PECL intl >= 2.0.0)
    \nChecks if a given text contains any confusable characters

    "},{"t":"M","n":"Spoofchecker::setAllowedLocales","p":"Spoofchecker.html#method_setAllowedLocales","d":"

    (PHP >= 5.4.0, PECL intl >= 2.0.0)
    \nLocales to use when running checks

    "},{"t":"M","n":"Spoofchecker::setChecks","p":"Spoofchecker.html#method_setChecks","d":"

    (PHP >= 5.4.0, PECL intl >= 2.0.0)
    \nSet the checks to run

    "},{"t":"M","n":"Spoofchecker::setRestrictionLevel","p":"Spoofchecker.html#method_setRestrictionLevel","d":""},{"t":"M","n":"Spoofchecker::setAllowedChars","p":"Spoofchecker.html#method_setAllowedChars","d":""},{"t":"M","n":"Stomp::__construct","p":"Stomp.html#method___construct","d":"

    Connect to server

    "},{"t":"M","n":"Stomp::getSessionId","p":"Stomp.html#method_getSessionId","d":"

    Get the current stomp session ID

    "},{"t":"M","n":"Stomp::disconnect","p":"Stomp.html#method_disconnect","d":"

    Close stomp connection

    "},{"t":"M","n":"Stomp::send","p":"Stomp.html#method_send","d":"

    Sends a message to a destination in the messaging system

    "},{"t":"M","n":"Stomp::subscribe","p":"Stomp.html#method_subscribe","d":"

    Register to listen to a given destination

    "},{"t":"M","n":"Stomp::unsubscribe","p":"Stomp.html#method_unsubscribe","d":"

    Remove an existing subscription

    "},{"t":"M","n":"Stomp::hasFrame","p":"Stomp.html#method_hasFrame","d":"

    Indicate whether or not there is a frame ready to read

    "},{"t":"M","n":"Stomp::readFrame","p":"Stomp.html#method_readFrame","d":"

    Read the next frame

    "},{"t":"M","n":"Stomp::begin","p":"Stomp.html#method_begin","d":"

    Start a transaction

    "},{"t":"M","n":"Stomp::commit","p":"Stomp.html#method_commit","d":"

    Commit a transaction in progress

    "},{"t":"M","n":"Stomp::abort","p":"Stomp.html#method_abort","d":"

    Roll back a transaction in progress

    "},{"t":"M","n":"Stomp::ack","p":"Stomp.html#method_ack","d":"

    Acknowledge consumption of a message from a subscription using client acknowledgment

    "},{"t":"M","n":"Stomp::error","p":"Stomp.html#method_error","d":"

    Get the last stomp error

    "},{"t":"M","n":"Stomp::setTimeout","p":"Stomp.html#method_setTimeout","d":"

    Set timeout

    "},{"t":"M","n":"Stomp::getTimeout","p":"Stomp.html#method_getTimeout","d":"

    Get timeout

    "},{"t":"M","n":"StompException::getDetails","p":"StompException.html#method_getDetails","d":"

    Get the stomp server error details

    "},{"t":"M","n":"StringBackedEnum::from","p":"StringBackedEnum.html#method_from","d":"

    Translates a string or int into the corresponding Enum\ncase, if any. If there is no matching case defined, it will throw a\nValueError.

    "},{"t":"M","n":"StringBackedEnum::tryFrom","p":"StringBackedEnum.html#method_tryFrom","d":"

    Translates a string or int into the corresponding Enum\ncase, if any. If there is no matching case defined, it will return null.

    "},{"t":"M","n":"Stringable::__toString","p":"Stringable.html#method___toString","d":"

    Magic method {https://www.php.net/manual/en/language.oop5.magic.php#object.tostring}\nallows a class to decide how it will react when it is treated like a string.

    "},{"t":"M","n":"StubTests\\AbstractBaseStubsTestCase::getStringRepresentationOfDefaultParameterValue","p":"StubTests/AbstractBaseStubsTestCase.html#method_getStringRepresentationOfDefaultParameterValue","d":null},{"t":"M","n":"StubTests\\AbstractBaseStubsTestCase::getParameterRepresentation","p":"StubTests/AbstractBaseStubsTestCase.html#method_getParameterRepresentation","d":null},{"t":"M","n":"StubTests\\AbstractBaseStubsTestCase::getDuplicatedFunctions","p":"StubTests/AbstractBaseStubsTestCase.html#method_getDuplicatedFunctions","d":""},{"t":"M","n":"StubTests\\AbstractBaseStubsTestCase::getAllDuplicatesOfFunction","p":"StubTests/AbstractBaseStubsTestCase.html#method_getAllDuplicatesOfFunction","d":""},{"t":"M","n":"StubTests\\AbstractBaseStubsTestCase::isReflectionTypesMatchSignature","p":"StubTests/AbstractBaseStubsTestCase.html#method_isReflectionTypesMatchSignature","d":""},{"t":"M","n":"StubTests\\AbstractBaseStubsTestCase::isReflectionTypesExistInAttributes","p":"StubTests/AbstractBaseStubsTestCase.html#method_isReflectionTypesExistInAttributes","d":""},{"t":"M","n":"StubTests\\AbstractBaseStubsTestCase::getStringRepresentationOfTypeHintsFromAttributes","p":"StubTests/AbstractBaseStubsTestCase.html#method_getStringRepresentationOfTypeHintsFromAttributes","d":""},{"t":"M","n":"StubTests\\AbstractBaseStubsTestCase::convertNullableTypesToUnion","p":"StubTests/AbstractBaseStubsTestCase.html#method_convertNullableTypesToUnion","d":""},{"t":"M","n":"StubTests\\AbstractBaseStubsTestCase::getClassLikeFromStubs","p":"StubTests/AbstractBaseStubsTestCase.html#method_getClassLikeFromStubs","d":null},{"t":"M","n":"StubTests\\BaseClassesTest::setUpBeforeClass","p":"StubTests/BaseClassesTest.html#method_setUpBeforeClass","d":null},{"t":"M","n":"StubTests\\BaseClassesTest::testClassesParent","p":"StubTests/BaseClassesTest.html#method_testClassesParent","d":null},{"t":"M","n":"StubTests\\BaseClassesTest::testClassesMethodsExist","p":"StubTests/BaseClassesTest.html#method_testClassesMethodsExist","d":null},{"t":"M","n":"StubTests\\BaseClassesTest::testClassesFinalMethods","p":"StubTests/BaseClassesTest.html#method_testClassesFinalMethods","d":null},{"t":"M","n":"StubTests\\BaseClassesTest::testClassesStaticMethods","p":"StubTests/BaseClassesTest.html#method_testClassesStaticMethods","d":null},{"t":"M","n":"StubTests\\BaseClassesTest::testClassesMethodsVisibility","p":"StubTests/BaseClassesTest.html#method_testClassesMethodsVisibility","d":null},{"t":"M","n":"StubTests\\BaseClassesTest::testClassMethodsParametersCount","p":"StubTests/BaseClassesTest.html#method_testClassMethodsParametersCount","d":null},{"t":"M","n":"StubTests\\BaseClassesTest::testClassInterfaces","p":"StubTests/BaseClassesTest.html#method_testClassInterfaces","d":null},{"t":"M","n":"StubTests\\BaseClassesTest::testClassProperties","p":"StubTests/BaseClassesTest.html#method_testClassProperties","d":null},{"t":"M","n":"StubTests\\BaseClassesTest::testClassStaticProperties","p":"StubTests/BaseClassesTest.html#method_testClassStaticProperties","d":null},{"t":"M","n":"StubTests\\BaseClassesTest::testClassPropertiesVisibility","p":"StubTests/BaseClassesTest.html#method_testClassPropertiesVisibility","d":null},{"t":"M","n":"StubTests\\BaseClassesTest::testClassPropertiesType","p":"StubTests/BaseClassesTest.html#method_testClassPropertiesType","d":null},{"t":"M","n":"StubTests\\BaseClassesTest::testClassesExist","p":"StubTests/BaseClassesTest.html#method_testClassesExist","d":null},{"t":"M","n":"StubTests\\BaseClassesTest::testClassesFinal","p":"StubTests/BaseClassesTest.html#method_testClassesFinal","d":null},{"t":"M","n":"StubTests\\BaseClassesTest::testClassesReadonly","p":"StubTests/BaseClassesTest.html#method_testClassesReadonly","d":null},{"t":"M","n":"StubTests\\BaseClassesTest::testClassesNamespace","p":"StubTests/BaseClassesTest.html#method_testClassesNamespace","d":null},{"t":"M","n":"StubTests\\BaseConstantsTest::setUpBeforeClass","p":"StubTests/BaseConstantsTest.html#method_setUpBeforeClass","d":null},{"t":"M","n":"StubTests\\BaseConstantsTest::testConstants","p":"StubTests/BaseConstantsTest.html#method_testConstants","d":null},{"t":"M","n":"StubTests\\BaseConstantsTest::testClassConstants","p":"StubTests/BaseConstantsTest.html#method_testClassConstants","d":null},{"t":"M","n":"StubTests\\BaseConstantsTest::testInterfaceConstants","p":"StubTests/BaseConstantsTest.html#method_testInterfaceConstants","d":null},{"t":"M","n":"StubTests\\BaseConstantsTest::testClassConstantsVisibility","p":"StubTests/BaseConstantsTest.html#method_testClassConstantsVisibility","d":null},{"t":"M","n":"StubTests\\BaseConstantsTest::testInterfaceConstantsVisibility","p":"StubTests/BaseConstantsTest.html#method_testInterfaceConstantsVisibility","d":null},{"t":"M","n":"StubTests\\BaseConstantsTest::testEnumConstantsVisibility","p":"StubTests/BaseConstantsTest.html#method_testEnumConstantsVisibility","d":null},{"t":"M","n":"StubTests\\BaseEnumsTest::testEnumsParent","p":"StubTests/BaseEnumsTest.html#method_testEnumsParent","d":null},{"t":"M","n":"StubTests\\BaseEnumsTest::testEnumsMethodsExist","p":"StubTests/BaseEnumsTest.html#method_testEnumsMethodsExist","d":null},{"t":"M","n":"StubTests\\BaseEnumsTest::testEnumsFinalMethods","p":"StubTests/BaseEnumsTest.html#method_testEnumsFinalMethods","d":null},{"t":"M","n":"StubTests\\BaseEnumsTest::testEnumsStaticMethods","p":"StubTests/BaseEnumsTest.html#method_testEnumsStaticMethods","d":null},{"t":"M","n":"StubTests\\BaseEnumsTest::testEnumsMethodsVisibility","p":"StubTests/BaseEnumsTest.html#method_testEnumsMethodsVisibility","d":null},{"t":"M","n":"StubTests\\BaseEnumsTest::testEnumMethodsParametersCount","p":"StubTests/BaseEnumsTest.html#method_testEnumMethodsParametersCount","d":null},{"t":"M","n":"StubTests\\BaseEnumsTest::testEnumsInterfaces","p":"StubTests/BaseEnumsTest.html#method_testEnumsInterfaces","d":null},{"t":"M","n":"StubTests\\BaseEnumsTest::testEnumsExist","p":"StubTests/BaseEnumsTest.html#method_testEnumsExist","d":null},{"t":"M","n":"StubTests\\BaseEnumsTest::testEnumsFinal","p":"StubTests/BaseEnumsTest.html#method_testEnumsFinal","d":null},{"t":"M","n":"StubTests\\BaseEnumsTest::testEnumsNamespace","p":"StubTests/BaseEnumsTest.html#method_testEnumsNamespace","d":null},{"t":"M","n":"StubTests\\BaseFunctionsTest::setUpBeforeClass","p":"StubTests/BaseFunctionsTest.html#method_setUpBeforeClass","d":null},{"t":"M","n":"StubTests\\BaseFunctionsTest::testFunctionsExist","p":"StubTests/BaseFunctionsTest.html#method_testFunctionsExist","d":null},{"t":"M","n":"StubTests\\BaseFunctionsTest::testFunctionsDeprecation","p":"StubTests/BaseFunctionsTest.html#method_testFunctionsDeprecation","d":null},{"t":"M","n":"StubTests\\BaseFunctionsTest::testFunctionsParametersAmount","p":"StubTests/BaseFunctionsTest.html#method_testFunctionsParametersAmount","d":null},{"t":"M","n":"StubTests\\BaseFunctionsTest::testFunctionsDuplicates","p":"StubTests/BaseFunctionsTest.html#method_testFunctionsDuplicates","d":null},{"t":"M","n":"StubTests\\BaseFunctionsTest::testFunctionsOptionalParameters","p":"StubTests/BaseFunctionsTest.html#method_testFunctionsOptionalParameters","d":null},{"t":"M","n":"StubTests\\BaseFunctionsTest::testClassMethodsOptionalParameters","p":"StubTests/BaseFunctionsTest.html#method_testClassMethodsOptionalParameters","d":null},{"t":"M","n":"StubTests\\BaseFunctionsTest::testInterfaceMethodsOptionalParameters","p":"StubTests/BaseFunctionsTest.html#method_testInterfaceMethodsOptionalParameters","d":null},{"t":"M","n":"StubTests\\BaseFunctionsTest::testEnumMethodsOptionalParameters","p":"StubTests/BaseFunctionsTest.html#method_testEnumMethodsOptionalParameters","d":null},{"t":"M","n":"StubTests\\BaseFunctionsTest::testImplodeFunctionIsCorrect","p":"StubTests/BaseFunctionsTest.html#method_testImplodeFunctionIsCorrect","d":null},{"t":"M","n":"StubTests\\BaseInterfacesTest::setUpBeforeClass","p":"StubTests/BaseInterfacesTest.html#method_setUpBeforeClass","d":null},{"t":"M","n":"StubTests\\BaseInterfacesTest::testInterfacesParent","p":"StubTests/BaseInterfacesTest.html#method_testInterfacesParent","d":null},{"t":"M","n":"StubTests\\BaseInterfacesTest::testInterfacesMethodsExist","p":"StubTests/BaseInterfacesTest.html#method_testInterfacesMethodsExist","d":null},{"t":"M","n":"StubTests\\BaseInterfacesTest::testInterfacesFinalMethods","p":"StubTests/BaseInterfacesTest.html#method_testInterfacesFinalMethods","d":null},{"t":"M","n":"StubTests\\BaseInterfacesTest::testInterfacesStaticMethods","p":"StubTests/BaseInterfacesTest.html#method_testInterfacesStaticMethods","d":null},{"t":"M","n":"StubTests\\BaseInterfacesTest::testInterfacesMethodsVisibility","p":"StubTests/BaseInterfacesTest.html#method_testInterfacesMethodsVisibility","d":null},{"t":"M","n":"StubTests\\BaseInterfacesTest::testInterfaceMethodsParametersCount","p":"StubTests/BaseInterfacesTest.html#method_testInterfaceMethodsParametersCount","d":null},{"t":"M","n":"StubTests\\BaseInterfacesTest::testInterfacesExist","p":"StubTests/BaseInterfacesTest.html#method_testInterfacesExist","d":null},{"t":"M","n":"StubTests\\BaseInterfacesTest::testInterfacesFinal","p":"StubTests/BaseInterfacesTest.html#method_testInterfacesFinal","d":null},{"t":"M","n":"StubTests\\BaseInterfacesTest::testInterfacesNamespace","p":"StubTests/BaseInterfacesTest.html#method_testInterfacesNamespace","d":null},{"t":"M","n":"StubTests\\CheckStubMapTest::testStubMapIsUpToDate","p":"StubTests/CheckStubMapTest.html#method_testStubMapIsUpToDate","d":null},{"t":"M","n":"StubTests\\CheckStubMapTest::setUp","p":"StubTests/CheckStubMapTest.html#method_setUp","d":null},{"t":"M","n":"StubTests\\CheckStubMapTest::tearDown","p":"StubTests/CheckStubMapTest.html#method_tearDown","d":null},{"t":"M","n":"StubTests\\CodeStyle\\BracesOneLineFixer::isCandidate","p":"StubTests/CodeStyle/BracesOneLineFixer.html#method_isCandidate","d":null},{"t":"M","n":"StubTests\\CodeStyle\\BracesOneLineFixer::isRisky","p":"StubTests/CodeStyle/BracesOneLineFixer.html#method_isRisky","d":null},{"t":"M","n":"StubTests\\CodeStyle\\BracesOneLineFixer::fix","p":"StubTests/CodeStyle/BracesOneLineFixer.html#method_fix","d":null},{"t":"M","n":"StubTests\\CodeStyle\\BracesOneLineFixer::getName","p":"StubTests/CodeStyle/BracesOneLineFixer.html#method_getName","d":null},{"t":"M","n":"StubTests\\CodeStyle\\BracesOneLineFixer::getPriority","p":"StubTests/CodeStyle/BracesOneLineFixer.html#method_getPriority","d":null},{"t":"M","n":"StubTests\\CodeStyle\\BracesOneLineFixer::supports","p":"StubTests/CodeStyle/BracesOneLineFixer.html#method_supports","d":null},{"t":"M","n":"StubTests\\CodeStyle\\BracesOneLineFixer::getDefinition","p":"StubTests/CodeStyle/BracesOneLineFixer.html#method_getDefinition","d":null},{"t":"M","n":"StubTests\\Model\\BasePHPClass::addConstant","p":"StubTests/Model/BasePHPClass.html#method_addConstant","d":null},{"t":"M","n":"StubTests\\Model\\BasePHPClass::getConstant","p":"StubTests/Model/BasePHPClass.html#method_getConstant","d":""},{"t":"M","n":"StubTests\\Model\\BasePHPClass::addMethod","p":"StubTests/Model/BasePHPClass.html#method_addMethod","d":null},{"t":"M","n":"StubTests\\Model\\BasePHPClass::getMethod","p":"StubTests/Model/BasePHPClass.html#method_getMethod","d":""},{"t":"M","n":"StubTests\\Model\\BasePHPClass::getMethodByHash","p":"StubTests/Model/BasePHPClass.html#method_getMethodByHash","d":""},{"t":"M","n":"StubTests\\Model\\BasePHPElement::readObjectFromReflection","p":"StubTests/Model/BasePHPElement.html#method_readObjectFromReflection","d":""},{"t":"M","n":"StubTests\\Model\\BasePHPElement::readObjectFromStubNode","p":"StubTests/Model/BasePHPElement.html#method_readObjectFromStubNode","d":""},{"t":"M","n":"StubTests\\Model\\BasePHPElement::readMutedProblems","p":"StubTests/Model/BasePHPElement.html#method_readMutedProblems","d":""},{"t":"M","n":"StubTests\\Model\\BasePHPElement::getFQN","p":"StubTests/Model/BasePHPElement.html#method_getFQN","d":""},{"t":"M","n":"StubTests\\Model\\BasePHPElement::getShortName","p":"StubTests/Model/BasePHPElement.html#method_getShortName","d":""},{"t":"M","n":"StubTests\\Model\\BasePHPElement::getReflectionTypeAsArray","p":"StubTests/Model/BasePHPElement.html#method_getReflectionTypeAsArray","d":""},{"t":"M","n":"StubTests\\Model\\BasePHPElement::convertParsedTypeToArray","p":"StubTests/Model/BasePHPElement.html#method_convertParsedTypeToArray","d":""},{"t":"M","n":"StubTests\\Model\\BasePHPElement::getTypeNameFromNode","p":"StubTests/Model/BasePHPElement.html#method_getTypeNameFromNode","d":""},{"t":"M","n":"StubTests\\Model\\BasePHPElement::findTypesFromAttribute","p":"StubTests/Model/BasePHPElement.html#method_findTypesFromAttribute","d":""},{"t":"M","n":"StubTests\\Model\\BasePHPElement::findAvailableVersionsRangeFromAttribute","p":"StubTests/Model/BasePHPElement.html#method_findAvailableVersionsRangeFromAttribute","d":""},{"t":"M","n":"StubTests\\Model\\BasePHPElement::hasTentativeTypeAttribute","p":"StubTests/Model/BasePHPElement.html#method_hasTentativeTypeAttribute","d":""},{"t":"M","n":"StubTests\\Model\\BasePHPElement::hasMutedProblem","p":"StubTests/Model/BasePHPElement.html#method_hasMutedProblem","d":""},{"t":"M","n":"StubTests\\Model\\BasePHPElement::checkDeprecationTag","p":"StubTests/Model/BasePHPElement.html#method_checkDeprecationTag","d":null},{"t":"M","n":"StubTests\\Model\\CommonUtils::flattenArray","p":"StubTests/Model/CommonUtils.html#method_flattenArray","d":""},{"t":"M","n":"StubTests\\Model\\CommonUtils::array_flat_map","p":"StubTests/Model/CommonUtils.html#method_array_flat_map","d":""},{"t":"M","n":"StubTests\\Model\\PHPClass::readObjectFromReflection","p":"StubTests/Model/PHPClass.html#method_readObjectFromReflection","d":""},{"t":"M","n":"StubTests\\Model\\PHPClass::readObjectFromStubNode","p":"StubTests/Model/PHPClass.html#method_readObjectFromStubNode","d":""},{"t":"M","n":"StubTests\\Model\\PHPClass::readMutedProblems","p":"StubTests/Model/PHPClass.html#method_readMutedProblems","d":""},{"t":"M","n":"StubTests\\Model\\PHPClass::addProperty","p":"StubTests/Model/PHPClass.html#method_addProperty","d":null},{"t":"M","n":"StubTests\\Model\\PHPClass::getProperty","p":"StubTests/Model/PHPClass.html#method_getProperty","d":""},{"t":"M","n":"StubTests\\Model\\PHPClassConstant::readObjectFromReflection","p":"StubTests/Model/PHPClassConstant.html#method_readObjectFromReflection","d":null},{"t":"M","n":"StubTests\\Model\\PHPClassConstant::readObjectFromStubNode","p":"StubTests/Model/PHPClassConstant.html#method_readObjectFromStubNode","d":""},{"t":"M","n":"StubTests\\Model\\PHPClassConstant::readMutedProblems","p":"StubTests/Model/PHPClassConstant.html#method_readMutedProblems","d":null},{"t":"M","n":"StubTests\\Model\\PHPConstant::readObjectFromReflection","p":"StubTests/Model/PHPConstant.html#method_readObjectFromReflection","d":""},{"t":"M","n":"StubTests\\Model\\PHPConstant::readObjectFromStubNode","p":"StubTests/Model/PHPConstant.html#method_readObjectFromStubNode","d":""},{"t":"M","n":"StubTests\\Model\\PHPConstant::readMutedProblems","p":"StubTests/Model/PHPConstant.html#method_readMutedProblems","d":""},{"t":"M","n":"StubTests\\Model\\PHPConstantDeclaration::readObjectFromReflection","p":"StubTests/Model/PHPConstantDeclaration.html#method_readObjectFromReflection","d":null},{"t":"M","n":"StubTests\\Model\\PHPConstantDeclaration::readObjectFromStubNode","p":"StubTests/Model/PHPConstantDeclaration.html#method_readObjectFromStubNode","d":null},{"t":"M","n":"StubTests\\Model\\PHPConstantDeclaration::getConstValue","p":"StubTests/Model/PHPConstantDeclaration.html#method_getConstValue","d":null},{"t":"M","n":"StubTests\\Model\\PHPConstantDeclaration::readMutedProblems","p":"StubTests/Model/PHPConstantDeclaration.html#method_readMutedProblems","d":null},{"t":"M","n":"StubTests\\Model\\PHPDefineConstant::readObjectFromReflection","p":"StubTests/Model/PHPDefineConstant.html#method_readObjectFromReflection","d":""},{"t":"M","n":"StubTests\\Model\\PHPDefineConstant::readObjectFromStubNode","p":"StubTests/Model/PHPDefineConstant.html#method_readObjectFromStubNode","d":""},{"t":"M","n":"StubTests\\Model\\PHPDefineConstant::readMutedProblems","p":"StubTests/Model/PHPDefineConstant.html#method_readMutedProblems","d":null},{"t":"M","n":"StubTests\\Model\\PHPDefineConstant::getConstValue","p":"StubTests/Model/PHPDefineConstant.html#method_getConstValue","d":""},{"t":"M","n":"StubTests\\Model\\PHPDocElement::collectTags","p":"StubTests/Model/PHPDocElement.html#method_collectTags","d":null},{"t":"M","n":"StubTests\\Model\\PHPEnum::readObjectFromReflection","p":"StubTests/Model/PHPEnum.html#method_readObjectFromReflection","d":""},{"t":"M","n":"StubTests\\Model\\PHPEnum::readObjectFromStubNode","p":"StubTests/Model/PHPEnum.html#method_readObjectFromStubNode","d":""},{"t":"M","n":"StubTests\\Model\\PHPEnum::readMutedProblems","p":"StubTests/Model/PHPEnum.html#method_readMutedProblems","d":null},{"t":"M","n":"StubTests\\Model\\PHPEnum::addEnumCase","p":"StubTests/Model/PHPEnum.html#method_addEnumCase","d":null},{"t":"M","n":"StubTests\\Model\\PHPEnum::getCase","p":"StubTests/Model/PHPEnum.html#method_getCase","d":""},{"t":"M","n":"StubTests\\Model\\PHPEnumCase::readObjectFromReflection","p":"StubTests/Model/PHPEnumCase.html#method_readObjectFromReflection","d":""},{"t":"M","n":"StubTests\\Model\\PHPEnumCase::readObjectFromStubNode","p":"StubTests/Model/PHPEnumCase.html#method_readObjectFromStubNode","d":""},{"t":"M","n":"StubTests\\Model\\PHPEnumCase::readMutedProblems","p":"StubTests/Model/PHPEnumCase.html#method_readMutedProblems","d":null},{"t":"M","n":"StubTests\\Model\\PHPEnumCase::getEnumCaseValue","p":"StubTests/Model/PHPEnumCase.html#method_getEnumCaseValue","d":null},{"t":"M","n":"StubTests\\Model\\PHPFunction::readObjectFromReflection","p":"StubTests/Model/PHPFunction.html#method_readObjectFromReflection","d":""},{"t":"M","n":"StubTests\\Model\\PHPFunction::readObjectFromStubNode","p":"StubTests/Model/PHPFunction.html#method_readObjectFromStubNode","d":""},{"t":"M","n":"StubTests\\Model\\PHPFunction::checkIfReturnTypeIsTentative","p":"StubTests/Model/PHPFunction.html#method_checkIfReturnTypeIsTentative","d":null},{"t":"M","n":"StubTests\\Model\\PHPFunction::checkReturnTag","p":"StubTests/Model/PHPFunction.html#method_checkReturnTag","d":null},{"t":"M","n":"StubTests\\Model\\PHPFunction::handleType","p":"StubTests/Model/PHPFunction.html#method_handleType","d":""},{"t":"M","n":"StubTests\\Model\\PHPFunction::readMutedProblems","p":"StubTests/Model/PHPFunction.html#method_readMutedProblems","d":""},{"t":"M","n":"StubTests\\Model\\PHPFunction::hasTentativeReturnTypeAttribute","p":"StubTests/Model/PHPFunction.html#method_hasTentativeReturnTypeAttribute","d":""},{"t":"M","n":"StubTests\\Model\\PHPFunction::getParameter","p":"StubTests/Model/PHPFunction.html#method_getParameter","d":null},{"t":"M","n":"StubTests\\Model\\PHPInterface::readObjectFromReflection","p":"StubTests/Model/PHPInterface.html#method_readObjectFromReflection","d":""},{"t":"M","n":"StubTests\\Model\\PHPInterface::readObjectFromStubNode","p":"StubTests/Model/PHPInterface.html#method_readObjectFromStubNode","d":""},{"t":"M","n":"StubTests\\Model\\PHPInterface::readMutedProblems","p":"StubTests/Model/PHPInterface.html#method_readMutedProblems","d":""},{"t":"M","n":"StubTests\\Model\\PHPMethod::readObjectFromReflection","p":"StubTests/Model/PHPMethod.html#method_readObjectFromReflection","d":""},{"t":"M","n":"StubTests\\Model\\PHPMethod::readObjectFromStubNode","p":"StubTests/Model/PHPMethod.html#method_readObjectFromStubNode","d":""},{"t":"M","n":"StubTests\\Model\\PHPMethod::readMutedProblems","p":"StubTests/Model/PHPMethod.html#method_readMutedProblems","d":""},{"t":"M","n":"StubTests\\Model\\PHPParameter::readObjectFromReflection","p":"StubTests/Model/PHPParameter.html#method_readObjectFromReflection","d":""},{"t":"M","n":"StubTests\\Model\\PHPParameter::readObjectFromStubNode","p":"StubTests/Model/PHPParameter.html#method_readObjectFromStubNode","d":""},{"t":"M","n":"StubTests\\Model\\PHPParameter::readMutedProblems","p":"StubTests/Model/PHPParameter.html#method_readMutedProblems","d":""},{"t":"M","n":"StubTests\\Model\\PHPProperty::__construct","p":"StubTests/Model/PHPProperty.html#method___construct","d":""},{"t":"M","n":"StubTests\\Model\\PHPProperty::readObjectFromReflection","p":"StubTests/Model/PHPProperty.html#method_readObjectFromReflection","d":""},{"t":"M","n":"StubTests\\Model\\PHPProperty::readObjectFromStubNode","p":"StubTests/Model/PHPProperty.html#method_readObjectFromStubNode","d":""},{"t":"M","n":"StubTests\\Model\\PHPProperty::readMutedProblems","p":"StubTests/Model/PHPProperty.html#method_readMutedProblems","d":""},{"t":"M","n":"StubTests\\Model\\PhpVersions::getLatest","p":"StubTests/Model/PhpVersions.html#method_getLatest","d":null},{"t":"M","n":"StubTests\\Model\\PhpVersions::getFirst","p":"StubTests/Model/PhpVersions.html#method_getFirst","d":""},{"t":"M","n":"StubTests\\Model\\PhpVersions::offsetExists","p":"StubTests/Model/PhpVersions.html#method_offsetExists","d":""},{"t":"M","n":"StubTests\\Model\\PhpVersions::offsetGet","p":"StubTests/Model/PhpVersions.html#method_offsetGet","d":"

    Offset to retrieve

    "},{"t":"M","n":"StubTests\\Model\\PhpVersions::offsetSet","p":"StubTests/Model/PhpVersions.html#method_offsetSet","d":"

    Offset to set

    "},{"t":"M","n":"StubTests\\Model\\PhpVersions::offsetUnset","p":"StubTests/Model/PhpVersions.html#method_offsetUnset","d":"

    Offset to unset

    "},{"t":"M","n":"StubTests\\Model\\PhpVersions::getIterator","p":"StubTests/Model/PhpVersions.html#method_getIterator","d":""},{"t":"M","n":"StubTests\\Model\\StubsContainer::getConstants","p":"StubTests/Model/StubsContainer.html#method_getConstants","d":""},{"t":"M","n":"StubTests\\Model\\StubsContainer::getConstant","p":"StubTests/Model/StubsContainer.html#method_getConstant","d":""},{"t":"M","n":"StubTests\\Model\\StubsContainer::addConstant","p":"StubTests/Model/StubsContainer.html#method_addConstant","d":null},{"t":"M","n":"StubTests\\Model\\StubsContainer::getFunctions","p":"StubTests/Model/StubsContainer.html#method_getFunctions","d":""},{"t":"M","n":"StubTests\\Model\\StubsContainer::getFunction","p":"StubTests/Model/StubsContainer.html#method_getFunction","d":""},{"t":"M","n":"StubTests\\Model\\StubsContainer::addFunction","p":"StubTests/Model/StubsContainer.html#method_addFunction","d":null},{"t":"M","n":"StubTests\\Model\\StubsContainer::getClasses","p":"StubTests/Model/StubsContainer.html#method_getClasses","d":""},{"t":"M","n":"StubTests\\Model\\StubsContainer::getClass","p":"StubTests/Model/StubsContainer.html#method_getClass","d":""},{"t":"M","n":"StubTests\\Model\\StubsContainer::getClassByHash","p":"StubTests/Model/StubsContainer.html#method_getClassByHash","d":null},{"t":"M","n":"StubTests\\Model\\StubsContainer::getEnum","p":"StubTests/Model/StubsContainer.html#method_getEnum","d":""},{"t":"M","n":"StubTests\\Model\\StubsContainer::getEnumByHash","p":"StubTests/Model/StubsContainer.html#method_getEnumByHash","d":null},{"t":"M","n":"StubTests\\Model\\StubsContainer::getCoreClasses","p":"StubTests/Model/StubsContainer.html#method_getCoreClasses","d":""},{"t":"M","n":"StubTests\\Model\\StubsContainer::addClass","p":"StubTests/Model/StubsContainer.html#method_addClass","d":null},{"t":"M","n":"StubTests\\Model\\StubsContainer::getInterface","p":"StubTests/Model/StubsContainer.html#method_getInterface","d":""},{"t":"M","n":"StubTests\\Model\\StubsContainer::getInterfaceByHash","p":"StubTests/Model/StubsContainer.html#method_getInterfaceByHash","d":null},{"t":"M","n":"StubTests\\Model\\StubsContainer::getInterfaces","p":"StubTests/Model/StubsContainer.html#method_getInterfaces","d":""},{"t":"M","n":"StubTests\\Model\\StubsContainer::getEnums","p":"StubTests/Model/StubsContainer.html#method_getEnums","d":""},{"t":"M","n":"StubTests\\Model\\StubsContainer::getCoreInterfaces","p":"StubTests/Model/StubsContainer.html#method_getCoreInterfaces","d":""},{"t":"M","n":"StubTests\\Model\\StubsContainer::getCoreEnums","p":"StubTests/Model/StubsContainer.html#method_getCoreEnums","d":null},{"t":"M","n":"StubTests\\Model\\StubsContainer::addInterface","p":"StubTests/Model/StubsContainer.html#method_addInterface","d":null},{"t":"M","n":"StubTests\\Model\\StubsContainer::addEnum","p":"StubTests/Model/StubsContainer.html#method_addEnum","d":null},{"t":"M","n":"StubTests\\Model\\Tags\\RemovedTag::__construct","p":"StubTests/Model/Tags/RemovedTag.html#method___construct","d":null},{"t":"M","n":"StubTests\\Model\\Tags\\RemovedTag::create","p":"StubTests/Model/Tags/RemovedTag.html#method_create","d":null},{"t":"M","n":"StubTests\\Model\\Tags\\RemovedTag::getVersion","p":"StubTests/Model/Tags/RemovedTag.html#method_getVersion","d":null},{"t":"M","n":"StubTests\\Model\\Tags\\RemovedTag::__toString","p":"StubTests/Model/Tags/RemovedTag.html#method___toString","d":null},{"t":"M","n":"StubTests\\Parsers\\DocFactoryProvider::getDocFactory","p":"StubTests/Parsers/DocFactoryProvider.html#method_getDocFactory","d":null},{"t":"M","n":"StubTests\\Parsers\\ExpectedFunctionArgumentsInfo::__construct","p":"StubTests/Parsers/ExpectedFunctionArgumentsInfo.html#method___construct","d":"

    ExpectedFunctionArgumentsInfo constructor.

    "},{"t":"M","n":"StubTests\\Parsers\\ExpectedFunctionArgumentsInfo::getFunctionReference","p":"StubTests/Parsers/ExpectedFunctionArgumentsInfo.html#method_getFunctionReference","d":null},{"t":"M","n":"StubTests\\Parsers\\ExpectedFunctionArgumentsInfo::setFunctionReference","p":"StubTests/Parsers/ExpectedFunctionArgumentsInfo.html#method_setFunctionReference","d":null},{"t":"M","n":"StubTests\\Parsers\\ExpectedFunctionArgumentsInfo::getExpectedArguments","p":"StubTests/Parsers/ExpectedFunctionArgumentsInfo.html#method_getExpectedArguments","d":""},{"t":"M","n":"StubTests\\Parsers\\ExpectedFunctionArgumentsInfo::setExpectedArguments","p":"StubTests/Parsers/ExpectedFunctionArgumentsInfo.html#method_setExpectedArguments","d":""},{"t":"M","n":"StubTests\\Parsers\\ExpectedFunctionArgumentsInfo::getIndex","p":"StubTests/Parsers/ExpectedFunctionArgumentsInfo.html#method_getIndex","d":null},{"t":"M","n":"StubTests\\Parsers\\ExpectedFunctionArgumentsInfo::__toString","p":"StubTests/Parsers/ExpectedFunctionArgumentsInfo.html#method___toString","d":null},{"t":"M","n":"StubTests\\Parsers\\MetaExpectedArgumentsCollector::__construct","p":"StubTests/Parsers/MetaExpectedArgumentsCollector.html#method___construct","d":""},{"t":"M","n":"StubTests\\Parsers\\MetaExpectedArgumentsCollector::enterNode","p":"StubTests/Parsers/MetaExpectedArgumentsCollector.html#method_enterNode","d":null},{"t":"M","n":"StubTests\\Parsers\\MetaExpectedArgumentsCollector::getExpectedArgumentsInfos","p":"StubTests/Parsers/MetaExpectedArgumentsCollector.html#method_getExpectedArgumentsInfos","d":""},{"t":"M","n":"StubTests\\Parsers\\MetaExpectedArgumentsCollector::getRegisteredArgumentsSet","p":"StubTests/Parsers/MetaExpectedArgumentsCollector.html#method_getRegisteredArgumentsSet","d":""},{"t":"M","n":"StubTests\\Parsers\\PHPReflectionParser::getStubs","p":"StubTests/Parsers/PHPReflectionParser.html#method_getStubs","d":""},{"t":"M","n":"StubTests\\Parsers\\ParserUtils::tagDoesNotHaveZeroPatchVersion","p":"StubTests/Parsers/ParserUtils.html#method_tagDoesNotHaveZeroPatchVersion","d":null},{"t":"M","n":"StubTests\\Parsers\\ParserUtils::getDeclaredSinceVersion","p":"StubTests/Parsers/ParserUtils.html#method_getDeclaredSinceVersion","d":null},{"t":"M","n":"StubTests\\Parsers\\ParserUtils::getLatestAvailableVersion","p":"StubTests/Parsers/ParserUtils.html#method_getLatestAvailableVersion","d":null},{"t":"M","n":"StubTests\\Parsers\\ParserUtils::getAvailableInVersions","p":"StubTests/Parsers/ParserUtils.html#method_getAvailableInVersions","d":null},{"t":"M","n":"StubTests\\Parsers\\ParserUtils::getLatestAvailableVersionsFromParentClass","p":"StubTests/Parsers/ParserUtils.html#method_getLatestAvailableVersionsFromParentClass","d":""},{"t":"M","n":"StubTests\\Parsers\\ParserUtils::getSinceVersionsFromAttribute","p":"StubTests/Parsers/ParserUtils.html#method_getSinceVersionsFromAttribute","d":""},{"t":"M","n":"StubTests\\Parsers\\ParserUtils::getLatestAvailableVersionsFromAttribute","p":"StubTests/Parsers/ParserUtils.html#method_getLatestAvailableVersionsFromAttribute","d":""},{"t":"M","n":"StubTests\\Parsers\\ParserUtils::entitySuitsCurrentPhpVersion","p":"StubTests/Parsers/ParserUtils.html#method_entitySuitsCurrentPhpVersion","d":null},{"t":"M","n":"StubTests\\Parsers\\StubsParserErrorHandler::handleError","p":"StubTests/Parsers/StubsParserErrorHandler.html#method_handleError","d":null},{"t":"M","n":"StubTests\\Parsers\\Visitors\\CoreStubASTVisitor::__construct","p":"StubTests/Parsers/Visitors/CoreStubASTVisitor.html#method___construct","d":null},{"t":"M","n":"StubTests\\Parsers\\Visitors\\MetaOverrideFunctionsParser::__construct","p":"StubTests/Parsers/Visitors/MetaOverrideFunctionsParser.html#method___construct","d":""},{"t":"M","n":"StubTests\\Parsers\\Visitors\\MetaOverrideFunctionsParser::enterNode","p":"StubTests/Parsers/Visitors/MetaOverrideFunctionsParser.html#method_enterNode","d":null},{"t":"M","n":"StubTests\\Parsers\\Visitors\\ParentConnector::beforeTraverse","p":"StubTests/Parsers/Visitors/ParentConnector.html#method_beforeTraverse","d":null},{"t":"M","n":"StubTests\\Parsers\\Visitors\\ParentConnector::enterNode","p":"StubTests/Parsers/Visitors/ParentConnector.html#method_enterNode","d":null},{"t":"M","n":"StubTests\\Parsers\\Visitors\\ParentConnector::leaveNode","p":"StubTests/Parsers/Visitors/ParentConnector.html#method_leaveNode","d":null},{"t":"M","n":"StubTests\\StubsCompositeMixedReturnTypeTest::setUpBeforeClass","p":"StubTests/StubsCompositeMixedReturnTypeTest.html#method_setUpBeforeClass","d":null},{"t":"M","n":"StubTests\\StubsCompositeMixedReturnTypeTest::testPhpDocContainsMixedFalseReturnType","p":"StubTests/StubsCompositeMixedReturnTypeTest.html#method_testPhpDocContainsMixedFalseReturnType","d":null},{"t":"M","n":"StubTests\\StubsCompositeMixedReturnTypeTest::testPhpDocContainsMixedNullReturnType","p":"StubTests/StubsCompositeMixedReturnTypeTest.html#method_testPhpDocContainsMixedNullReturnType","d":null},{"t":"M","n":"StubTests\\StubsConstantsAndParametersValuesTest::setUpBeforeClass","p":"StubTests/StubsConstantsAndParametersValuesTest.html#method_setUpBeforeClass","d":null},{"t":"M","n":"StubTests\\StubsConstantsAndParametersValuesTest::testFunctionsDefaultParametersValue","p":"StubTests/StubsConstantsAndParametersValuesTest.html#method_testFunctionsDefaultParametersValue","d":null},{"t":"M","n":"StubTests\\StubsConstantsAndParametersValuesTest::testFunctionsWithoutOptionalDefaultParametersValue","p":"StubTests/StubsConstantsAndParametersValuesTest.html#method_testFunctionsWithoutOptionalDefaultParametersValue","d":null},{"t":"M","n":"StubTests\\StubsConstantsAndParametersValuesTest::testClassMethodsDefaultParametersValue","p":"StubTests/StubsConstantsAndParametersValuesTest.html#method_testClassMethodsDefaultParametersValue","d":null},{"t":"M","n":"StubTests\\StubsConstantsAndParametersValuesTest::testInterfaceMethodsDefaultParametersValue","p":"StubTests/StubsConstantsAndParametersValuesTest.html#method_testInterfaceMethodsDefaultParametersValue","d":null},{"t":"M","n":"StubTests\\StubsConstantsAndParametersValuesTest::testClassMethodsWithoutOptionalDefaultParametersValue","p":"StubTests/StubsConstantsAndParametersValuesTest.html#method_testClassMethodsWithoutOptionalDefaultParametersValue","d":null},{"t":"M","n":"StubTests\\StubsConstantsAndParametersValuesTest::testInterfaceMethodsWithoutOptionalDefaultParametersValue","p":"StubTests/StubsConstantsAndParametersValuesTest.html#method_testInterfaceMethodsWithoutOptionalDefaultParametersValue","d":null},{"t":"M","n":"StubTests\\StubsForbiddenTypeHintsTest::setUpBeforeClass","p":"StubTests/StubsForbiddenTypeHintsTest.html#method_setUpBeforeClass","d":null},{"t":"M","n":"StubTests\\StubsForbiddenTypeHintsTest::testClassMethodDoesNotHaveNullableReturnTypeHint","p":"StubTests/StubsForbiddenTypeHintsTest.html#method_testClassMethodDoesNotHaveNullableReturnTypeHint","d":null},{"t":"M","n":"StubTests\\StubsForbiddenTypeHintsTest::testInterfaceMethodDoesNotHaveNullableReturnTypeHint","p":"StubTests/StubsForbiddenTypeHintsTest.html#method_testInterfaceMethodDoesNotHaveNullableReturnTypeHint","d":null},{"t":"M","n":"StubTests\\StubsForbiddenTypeHintsTest::testEnumMethodDoesNotHaveNullableReturnTypeHint","p":"StubTests/StubsForbiddenTypeHintsTest.html#method_testEnumMethodDoesNotHaveNullableReturnTypeHint","d":null},{"t":"M","n":"StubTests\\StubsForbiddenTypeHintsTest::testClassMethodDoesNotHaveUnionTypeHintsInParameters","p":"StubTests/StubsForbiddenTypeHintsTest.html#method_testClassMethodDoesNotHaveUnionTypeHintsInParameters","d":null},{"t":"M","n":"StubTests\\StubsForbiddenTypeHintsTest::testInterfaceMethodDoesNotHaveUnionTypeHintsInParameters","p":"StubTests/StubsForbiddenTypeHintsTest.html#method_testInterfaceMethodDoesNotHaveUnionTypeHintsInParameters","d":null},{"t":"M","n":"StubTests\\StubsForbiddenTypeHintsTest::testEnumMethodDoesNotHaveUnionTypeHintsInParameters","p":"StubTests/StubsForbiddenTypeHintsTest.html#method_testEnumMethodDoesNotHaveUnionTypeHintsInParameters","d":null},{"t":"M","n":"StubTests\\StubsForbiddenTypeHintsTest::testClassMethodDoesNotHaveNullableTypeHintsInParameters","p":"StubTests/StubsForbiddenTypeHintsTest.html#method_testClassMethodDoesNotHaveNullableTypeHintsInParameters","d":null},{"t":"M","n":"StubTests\\StubsForbiddenTypeHintsTest::testInterfaceMethodDoesNotHaveNullableTypeHintsInParameters","p":"StubTests/StubsForbiddenTypeHintsTest.html#method_testInterfaceMethodDoesNotHaveNullableTypeHintsInParameters","d":null},{"t":"M","n":"StubTests\\StubsForbiddenTypeHintsTest::testEnumMethodDoesNotHaveNullableTypeHintsInParameters","p":"StubTests/StubsForbiddenTypeHintsTest.html#method_testEnumMethodDoesNotHaveNullableTypeHintsInParameters","d":null},{"t":"M","n":"StubTests\\StubsForbiddenTypeHintsTest::testClassMethodDoesNotHaveUnionReturnTypeHint","p":"StubTests/StubsForbiddenTypeHintsTest.html#method_testClassMethodDoesNotHaveUnionReturnTypeHint","d":null},{"t":"M","n":"StubTests\\StubsForbiddenTypeHintsTest::testInterfaceMethodDoesNotHaveUnionReturnTypeHint","p":"StubTests/StubsForbiddenTypeHintsTest.html#method_testInterfaceMethodDoesNotHaveUnionReturnTypeHint","d":null},{"t":"M","n":"StubTests\\StubsForbiddenTypeHintsTest::testEnumMethodDoesNotHaveUnionReturnTypeHint","p":"StubTests/StubsForbiddenTypeHintsTest.html#method_testEnumMethodDoesNotHaveUnionReturnTypeHint","d":null},{"t":"M","n":"StubTests\\StubsForbiddenTypeHintsTest::testClassMethodDoesNotHaveScalarTypeHintsInParameters","p":"StubTests/StubsForbiddenTypeHintsTest.html#method_testClassMethodDoesNotHaveScalarTypeHintsInParameters","d":null},{"t":"M","n":"StubTests\\StubsForbiddenTypeHintsTest::testInterfaceMethodDoesNotHaveScalarTypeHintsInParameters","p":"StubTests/StubsForbiddenTypeHintsTest.html#method_testInterfaceMethodDoesNotHaveScalarTypeHintsInParameters","d":null},{"t":"M","n":"StubTests\\StubsForbiddenTypeHintsTest::testEnumMethodDoesNotHaveScalarTypeHintsInParameters","p":"StubTests/StubsForbiddenTypeHintsTest.html#method_testEnumMethodDoesNotHaveScalarTypeHintsInParameters","d":null},{"t":"M","n":"StubTests\\StubsForbiddenTypeHintsTest::testClassMethodDoesNotHaveReturnTypeHint","p":"StubTests/StubsForbiddenTypeHintsTest.html#method_testClassMethodDoesNotHaveReturnTypeHint","d":null},{"t":"M","n":"StubTests\\StubsForbiddenTypeHintsTest::testInterfaceMethodDoesNotHaveReturnTypeHint","p":"StubTests/StubsForbiddenTypeHintsTest.html#method_testInterfaceMethodDoesNotHaveReturnTypeHint","d":null},{"t":"M","n":"StubTests\\StubsForbiddenTypeHintsTest::testEnumMethodDoesNotHaveReturnTypeHint","p":"StubTests/StubsForbiddenTypeHintsTest.html#method_testEnumMethodDoesNotHaveReturnTypeHint","d":null},{"t":"M","n":"StubTests\\StubsMetaExpectedArgumentsTest::setUpBeforeClass","p":"StubTests/StubsMetaExpectedArgumentsTest.html#method_setUpBeforeClass","d":null},{"t":"M","n":"StubTests\\StubsMetaExpectedArgumentsTest::getConstantsFqns","p":"StubTests/StubsMetaExpectedArgumentsTest.html#method_getConstantsFqns","d":null},{"t":"M","n":"StubTests\\StubsMetaExpectedArgumentsTest::getMethodsFqns","p":"StubTests/StubsMetaExpectedArgumentsTest.html#method_getMethodsFqns","d":null},{"t":"M","n":"StubTests\\StubsMetaExpectedArgumentsTest::testFunctionReferencesExists","p":"StubTests/StubsMetaExpectedArgumentsTest.html#method_testFunctionReferencesExists","d":null},{"t":"M","n":"StubTests\\StubsMetaExpectedArgumentsTest::testConstantsExists","p":"StubTests/StubsMetaExpectedArgumentsTest.html#method_testConstantsExists","d":null},{"t":"M","n":"StubTests\\StubsMetaExpectedArgumentsTest::testRegisteredArgumentsSetExists","p":"StubTests/StubsMetaExpectedArgumentsTest.html#method_testRegisteredArgumentsSetExists","d":null},{"t":"M","n":"StubTests\\StubsMetaExpectedArgumentsTest::testStringLiteralsSingleQuoted","p":"StubTests/StubsMetaExpectedArgumentsTest.html#method_testStringLiteralsSingleQuoted","d":null},{"t":"M","n":"StubTests\\StubsMetaExpectedArgumentsTest::testExpectedArgumentsAreUnique","p":"StubTests/StubsMetaExpectedArgumentsTest.html#method_testExpectedArgumentsAreUnique","d":null},{"t":"M","n":"StubTests\\StubsMetaExpectedArgumentsTest::testExpectedReturnValuesAreUnique","p":"StubTests/StubsMetaExpectedArgumentsTest.html#method_testExpectedReturnValuesAreUnique","d":null},{"t":"M","n":"StubTests\\StubsMetaExpectedArgumentsTest::testRegisteredArgumentsSetAreUnique","p":"StubTests/StubsMetaExpectedArgumentsTest.html#method_testRegisteredArgumentsSetAreUnique","d":null},{"t":"M","n":"StubTests\\StubsMetaExpectedArgumentsTest::testReferencesAreAbsolute","p":"StubTests/StubsMetaExpectedArgumentsTest.html#method_testReferencesAreAbsolute","d":null},{"t":"M","n":"StubTests\\StubsMetaInternalTagTest::setUpBeforeClass","p":"StubTests/StubsMetaInternalTagTest.html#method_setUpBeforeClass","d":null},{"t":"M","n":"StubTests\\StubsMetaInternalTagTest::testFunctionInternalMetaTag","p":"StubTests/StubsMetaInternalTagTest.html#method_testFunctionInternalMetaTag","d":null},{"t":"M","n":"StubTests\\StubsMetaInternalTagTest::testMethodsInternalMetaTag","p":"StubTests/StubsMetaInternalTagTest.html#method_testMethodsInternalMetaTag","d":null},{"t":"M","n":"StubTests\\StubsParameterNamesTest::setUpBeforeClass","p":"StubTests/StubsParameterNamesTest.html#method_setUpBeforeClass","d":null},{"t":"M","n":"StubTests\\StubsParameterNamesTest::testFunctionsParameterNames","p":"StubTests/StubsParameterNamesTest.html#method_testFunctionsParameterNames","d":null},{"t":"M","n":"StubTests\\StubsParameterNamesTest::testClassMethodsParameterNames","p":"StubTests/StubsParameterNamesTest.html#method_testClassMethodsParameterNames","d":null},{"t":"M","n":"StubTests\\StubsParameterNamesTest::testInterfaceMethodsParameterNames","p":"StubTests/StubsParameterNamesTest.html#method_testInterfaceMethodsParameterNames","d":null},{"t":"M","n":"StubTests\\StubsParameterNamesTest::testEnumMethodsParameterNames","p":"StubTests/StubsParameterNamesTest.html#method_testEnumMethodsParameterNames","d":null},{"t":"M","n":"StubTests\\StubsParameterNamesTest::printParameters","p":"StubTests/StubsParameterNamesTest.html#method_printParameters","d":""},{"t":"M","n":"StubTests\\StubsPhp81Tests::setUpBeforeClass","p":"StubTests/StubsPhp81Tests.html#method_setUpBeforeClass","d":null},{"t":"M","n":"StubTests\\StubsPhp81Tests::testPropertyReadonly","p":"StubTests/StubsPhp81Tests.html#method_testPropertyReadonly","d":null},{"t":"M","n":"StubTests\\StubsPhp81Tests::testClassMethodTentativeReturnTypeHints","p":"StubTests/StubsPhp81Tests.html#method_testClassMethodTentativeReturnTypeHints","d":null},{"t":"M","n":"StubTests\\StubsPhp81Tests::testInterfaceMethodTentativeReturnTypeHints","p":"StubTests/StubsPhp81Tests.html#method_testInterfaceMethodTentativeReturnTypeHints","d":null},{"t":"M","n":"StubTests\\StubsPhp81Tests::testEnumMethodTentativeReturnTypeHints","p":"StubTests/StubsPhp81Tests.html#method_testEnumMethodTentativeReturnTypeHints","d":null},{"t":"M","n":"StubTests\\StubsPhp81Tests::testEnumConstants","p":"StubTests/StubsPhp81Tests.html#method_testEnumConstants","d":null},{"t":"M","n":"StubTests\\StubsPhp81Tests::testEnumCases","p":"StubTests/StubsPhp81Tests.html#method_testEnumCases","d":null},{"t":"M","n":"StubTests\\StubsPhp81Tests::testEnumMethodsDefaultParametersValue","p":"StubTests/StubsPhp81Tests.html#method_testEnumMethodsDefaultParametersValue","d":null},{"t":"M","n":"StubTests\\StubsPhp81Tests::testEnumMethodsWithoutOptionalDefaultParametersValue","p":"StubTests/StubsPhp81Tests.html#method_testEnumMethodsWithoutOptionalDefaultParametersValue","d":null},{"t":"M","n":"StubTests\\StubsPhpDocTest::setUpBeforeClass","p":"StubTests/StubsPhpDocTest.html#method_setUpBeforeClass","d":null},{"t":"M","n":"StubTests\\StubsPhpDocTest::testClassConstantsPHPDocs","p":"StubTests/StubsPhpDocTest.html#method_testClassConstantsPHPDocs","d":null},{"t":"M","n":"StubTests\\StubsPhpDocTest::testInterfaceConstantsPHPDocs","p":"StubTests/StubsPhpDocTest.html#method_testInterfaceConstantsPHPDocs","d":null},{"t":"M","n":"StubTests\\StubsPhpDocTest::testEnumConstantsPHPDocs","p":"StubTests/StubsPhpDocTest.html#method_testEnumConstantsPHPDocs","d":null},{"t":"M","n":"StubTests\\StubsPhpDocTest::testConstantsPHPDocs","p":"StubTests/StubsPhpDocTest.html#method_testConstantsPHPDocs","d":null},{"t":"M","n":"StubTests\\StubsPhpDocTest::testFunctionPHPDocs","p":"StubTests/StubsPhpDocTest.html#method_testFunctionPHPDocs","d":null},{"t":"M","n":"StubTests\\StubsPhpDocTest::testClassesPHPDocs","p":"StubTests/StubsPhpDocTest.html#method_testClassesPHPDocs","d":null},{"t":"M","n":"StubTests\\StubsPhpDocTest::testInterfacesPHPDocs","p":"StubTests/StubsPhpDocTest.html#method_testInterfacesPHPDocs","d":null},{"t":"M","n":"StubTests\\StubsPhpDocTest::testEumsPHPDocs","p":"StubTests/StubsPhpDocTest.html#method_testEumsPHPDocs","d":null},{"t":"M","n":"StubTests\\StubsPhpDocTest::testClassMethodsPHPDocs","p":"StubTests/StubsPhpDocTest.html#method_testClassMethodsPHPDocs","d":null},{"t":"M","n":"StubTests\\StubsPhpDocTest::testInterfaceMethodsPHPDocs","p":"StubTests/StubsPhpDocTest.html#method_testInterfaceMethodsPHPDocs","d":null},{"t":"M","n":"StubTests\\StubsPhpDocTest::testEnumMethodsPHPDocs","p":"StubTests/StubsPhpDocTest.html#method_testEnumMethodsPHPDocs","d":null},{"t":"M","n":"StubTests\\StubsReflectionClassesTest::setUpBeforeClass","p":"StubTests/StubsReflectionClassesTest.html#method_setUpBeforeClass","d":null},{"t":"M","n":"StubTests\\StubsReflectionClassesTest::testReflectionFunctionAbstractGetReturnTypeMethod","p":"StubTests/StubsReflectionClassesTest.html#method_testReflectionFunctionAbstractGetReturnTypeMethod","d":null},{"t":"M","n":"StubTests\\StubsReflectionClassesTest::testReflectionPropertyGetTypeMethod","p":"StubTests/StubsReflectionClassesTest.html#method_testReflectionPropertyGetTypeMethod","d":null},{"t":"M","n":"StubTests\\StubsReflectionClassesTest::testReflectionParameterGetTypeMethod","p":"StubTests/StubsReflectionClassesTest.html#method_testReflectionParameterGetTypeMethod","d":null},{"t":"M","n":"StubTests\\StubsStructureTest::setUpBeforeClass","p":"StubTests/StubsStructureTest.html#method_setUpBeforeClass","d":null},{"t":"M","n":"StubTests\\StubsStructureTest::testStubsDirectoryExistInMap","p":"StubTests/StubsStructureTest.html#method_testStubsDirectoryExistInMap","d":null},{"t":"M","n":"StubTests\\StubsTypeHintsTest::setUpBeforeClass","p":"StubTests/StubsTypeHintsTest.html#method_setUpBeforeClass","d":null},{"t":"M","n":"StubTests\\StubsTypeHintsTest::testFunctionsReturnTypeHints","p":"StubTests/StubsTypeHintsTest.html#method_testFunctionsReturnTypeHints","d":null},{"t":"M","n":"StubTests\\StubsTypeHintsTest::testFunctionsParametersTypeHints","p":"StubTests/StubsTypeHintsTest.html#method_testFunctionsParametersTypeHints","d":null},{"t":"M","n":"StubTests\\StubsTypeHintsTest::testClassMethodsReturnTypeHints","p":"StubTests/StubsTypeHintsTest.html#method_testClassMethodsReturnTypeHints","d":null},{"t":"M","n":"StubTests\\StubsTypeHintsTest::testInterfaceMethodsReturnTypeHints","p":"StubTests/StubsTypeHintsTest.html#method_testInterfaceMethodsReturnTypeHints","d":null},{"t":"M","n":"StubTests\\StubsTypeHintsTest::testEnumMethodsReturnTypeHints","p":"StubTests/StubsTypeHintsTest.html#method_testEnumMethodsReturnTypeHints","d":null},{"t":"M","n":"StubTests\\StubsTypeHintsTest::testClassMethodsParametersTypeHints","p":"StubTests/StubsTypeHintsTest.html#method_testClassMethodsParametersTypeHints","d":null},{"t":"M","n":"StubTests\\StubsTypeHintsTest::testInterfaceMethodsParametersTypeHints","p":"StubTests/StubsTypeHintsTest.html#method_testInterfaceMethodsParametersTypeHints","d":null},{"t":"M","n":"StubTests\\StubsTypeHintsTest::testEnumMethodsParametersTypeHints","p":"StubTests/StubsTypeHintsTest.html#method_testEnumMethodsParametersTypeHints","d":null},{"t":"M","n":"StubTests\\StubsTypeHintsTest::testClassMethodScalarTypeHintsInParametersMatchReflection","p":"StubTests/StubsTypeHintsTest.html#method_testClassMethodScalarTypeHintsInParametersMatchReflection","d":null},{"t":"M","n":"StubTests\\StubsTypeHintsTest::testInterfaceMethodScalarTypeHintsInParametersMatchReflection","p":"StubTests/StubsTypeHintsTest.html#method_testInterfaceMethodScalarTypeHintsInParametersMatchReflection","d":null},{"t":"M","n":"StubTests\\StubsTypeHintsTest::testEnumMethodScalarTypeHintsInParametersMatchReflection","p":"StubTests/StubsTypeHintsTest.html#method_testEnumMethodScalarTypeHintsInParametersMatchReflection","d":null},{"t":"M","n":"StubTests\\StubsTypeHintsTest::testClassMethodNullableTypeHintsInParametersMatchReflection","p":"StubTests/StubsTypeHintsTest.html#method_testClassMethodNullableTypeHintsInParametersMatchReflection","d":null},{"t":"M","n":"StubTests\\StubsTypeHintsTest::testInterfaceMethodNullableTypeHintsInParametersMatchReflection","p":"StubTests/StubsTypeHintsTest.html#method_testInterfaceMethodNullableTypeHintsInParametersMatchReflection","d":null},{"t":"M","n":"StubTests\\StubsTypeHintsTest::testEnumMethodNullableTypeHintsInParametersMatchReflection","p":"StubTests/StubsTypeHintsTest.html#method_testEnumMethodNullableTypeHintsInParametersMatchReflection","d":null},{"t":"M","n":"StubTests\\StubsTypeHintsTest::testClassMethodUnionTypeHintsInParametersMatchReflection","p":"StubTests/StubsTypeHintsTest.html#method_testClassMethodUnionTypeHintsInParametersMatchReflection","d":null},{"t":"M","n":"StubTests\\StubsTypeHintsTest::testInterfaceMethodUnionTypeHintsInParametersMatchReflection","p":"StubTests/StubsTypeHintsTest.html#method_testInterfaceMethodUnionTypeHintsInParametersMatchReflection","d":null},{"t":"M","n":"StubTests\\StubsTypeHintsTest::testEnumMethodUnionTypeHintsInParametersMatchReflection","p":"StubTests/StubsTypeHintsTest.html#method_testEnumMethodUnionTypeHintsInParametersMatchReflection","d":null},{"t":"M","n":"StubTests\\StubsTypeHintsTest::testSignatureTypeHintsConformPhpDocInFunctions","p":"StubTests/StubsTypeHintsTest.html#method_testSignatureTypeHintsConformPhpDocInFunctions","d":null},{"t":"M","n":"StubTests\\StubsTypeHintsTest::testClassesMethodsSignatureTypeHintsConformPhpDocInMethods","p":"StubTests/StubsTypeHintsTest.html#method_testClassesMethodsSignatureTypeHintsConformPhpDocInMethods","d":null},{"t":"M","n":"StubTests\\StubsTypeHintsTest::testInterfacesMethodsSignatureTypeHintsConformPhpDocInMethods","p":"StubTests/StubsTypeHintsTest.html#method_testInterfacesMethodsSignatureTypeHintsConformPhpDocInMethods","d":null},{"t":"M","n":"StubTests\\StubsTypeHintsTest::testEnumsMethodsSignatureTypeHintsConformPhpDocInMethods","p":"StubTests/StubsTypeHintsTest.html#method_testEnumsMethodsSignatureTypeHintsConformPhpDocInMethods","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\EntitiesFilter::getFiltered","p":"StubTests/TestData/Providers/EntitiesFilter.html#method_getFiltered","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\EntitiesFilter::getFilteredStubsFunctions","p":"StubTests/TestData/Providers/EntitiesFilter.html#method_getFilteredStubsFunctions","d":""},{"t":"M","n":"StubTests\\TestData\\Providers\\EntitiesFilter::getFilteredReflectionFunctions","p":"StubTests/TestData/Providers/EntitiesFilter.html#method_getFilteredReflectionFunctions","d":""},{"t":"M","n":"StubTests\\TestData\\Providers\\EntitiesFilter::getFilteredReflectionMethods","p":"StubTests/TestData/Providers/EntitiesFilter.html#method_getFilteredReflectionMethods","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\EntitiesFilter::getFilteredStubsMethods","p":"StubTests/TestData/Providers/EntitiesFilter.html#method_getFilteredStubsMethods","d":""},{"t":"M","n":"StubTests\\TestData\\Providers\\EntitiesFilter::getFilteredParameters","p":"StubTests/TestData/Providers/EntitiesFilter.html#method_getFilteredParameters","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\EntitiesFilter::getFilterFunctionForAllowedTypeHintsInLanguageLevel","p":"StubTests/TestData/Providers/EntitiesFilter.html#method_getFilterFunctionForAllowedTypeHintsInLanguageLevel","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\PhpStormStubsSingleton::getPhpStormStubs","p":"StubTests/TestData/Providers/PhpStormStubsSingleton.html#method_getPhpStormStubs","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\ReflectionStubsSingleton::getReflectionStubs","p":"StubTests/TestData/Providers/ReflectionStubsSingleton.html#method_getReflectionStubs","d":""},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionClassesTestDataProviders::allClassesProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionClassesTestDataProviders.html#method_allClassesProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionClassesTestDataProviders::allInterfacesProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionClassesTestDataProviders.html#method_allInterfacesProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionClassesTestDataProviders::allEnumsProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionClassesTestDataProviders.html#method_allEnumsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionClassesTestDataProviders::classesWithInterfacesProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionClassesTestDataProviders.html#method_classesWithInterfacesProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionClassesTestDataProviders::enumsWithInterfacesProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionClassesTestDataProviders.html#method_enumsWithInterfacesProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionClassesTestDataProviders::classWithParentProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionClassesTestDataProviders.html#method_classWithParentProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionClassesTestDataProviders::interfaceWithParentProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionClassesTestDataProviders.html#method_interfaceWithParentProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionClassesTestDataProviders::enumWithParentProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionClassesTestDataProviders.html#method_enumWithParentProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionClassesTestDataProviders::finalClassesProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionClassesTestDataProviders.html#method_finalClassesProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionClassesTestDataProviders::finalInterfacesProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionClassesTestDataProviders.html#method_finalInterfacesProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionClassesTestDataProviders::finalEnumsProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionClassesTestDataProviders.html#method_finalEnumsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionClassesTestDataProviders::readonlyClassesProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionClassesTestDataProviders.html#method_readonlyClassesProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionClassesTestDataProviders::classWithNamespaceProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionClassesTestDataProviders.html#method_classWithNamespaceProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionClassesTestDataProviders::interfaceWithNamespaceProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionClassesTestDataProviders.html#method_interfaceWithNamespaceProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionClassesTestDataProviders::enumsWithNamespaceProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionClassesTestDataProviders.html#method_enumsWithNamespaceProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionConstantsProvider::constantProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionConstantsProvider.html#method_constantProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionConstantsProvider::constantValuesProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionConstantsProvider.html#method_constantValuesProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionConstantsProvider::classConstantProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionConstantsProvider.html#method_classConstantProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionConstantsProvider::interfaceConstantProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionConstantsProvider.html#method_interfaceConstantProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionConstantsProvider::enumConstantProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionConstantsProvider.html#method_enumConstantProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionConstantsProvider::enumCaseProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionConstantsProvider.html#method_enumCaseProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionConstantsProvider::classConstantValuesProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionConstantsProvider.html#method_classConstantValuesProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionConstantsProvider::getFilteredConstants","p":"StubTests/TestData/Providers/Reflection/ReflectionConstantsProvider.html#method_getFilteredConstants","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionFunctionsProvider::allFunctionsProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionFunctionsProvider.html#method_allFunctionsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionFunctionsProvider::functionsForReturnTypeHintsTestProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionFunctionsProvider.html#method_functionsForReturnTypeHintsTestProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionFunctionsProvider::functionsForDeprecationTestsProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionFunctionsProvider.html#method_functionsForDeprecationTestsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionFunctionsProvider::functionsForParamsAmountTestsProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionFunctionsProvider.html#method_functionsForParamsAmountTestsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionMethodsProvider::classMethodsProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionMethodsProvider.html#method_classMethodsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionMethodsProvider::interfaceMethodsProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionMethodsProvider.html#method_interfaceMethodsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionMethodsProvider::enumMethodsProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionMethodsProvider.html#method_enumMethodsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionMethodsProvider::classMethodsWithReturnTypeHintProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionMethodsProvider.html#method_classMethodsWithReturnTypeHintProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionMethodsProvider::classMethodsWithAccessProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionMethodsProvider.html#method_classMethodsWithAccessProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionMethodsProvider::interfaceMethodsWithAccessProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionMethodsProvider.html#method_interfaceMethodsWithAccessProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionMethodsProvider::enumMethodsWithAccessProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionMethodsProvider.html#method_enumMethodsWithAccessProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionMethodsProvider::classFinalMethodsProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionMethodsProvider.html#method_classFinalMethodsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionMethodsProvider::interfaceFinalMethodsProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionMethodsProvider.html#method_interfaceFinalMethodsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionMethodsProvider::enumFinalMethodsProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionMethodsProvider.html#method_enumFinalMethodsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionMethodsProvider::classStaticMethodsProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionMethodsProvider.html#method_classStaticMethodsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionMethodsProvider::interfaceStaticMethodsProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionMethodsProvider.html#method_interfaceStaticMethodsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionMethodsProvider::enumStaticMethodsProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionMethodsProvider.html#method_enumStaticMethodsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionMethodsProvider::classMethodsWithParametersProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionMethodsProvider.html#method_classMethodsWithParametersProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionMethodsProvider::interfaceMethodsWithParametersProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionMethodsProvider.html#method_interfaceMethodsWithParametersProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionMethodsProvider::enumMethodsWithParametersProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionMethodsProvider.html#method_enumMethodsWithParametersProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionMethodsProvider::classMethodsWithoutTentitiveReturnTypeProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionMethodsProvider.html#method_classMethodsWithoutTentitiveReturnTypeProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionMethodsProvider::interfaceMethodsWithoutTentitiveReturnTypeProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionMethodsProvider.html#method_interfaceMethodsWithoutTentitiveReturnTypeProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionMethodsProvider::enumMethodsWithoutTentitiveReturnTypeProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionMethodsProvider.html#method_enumMethodsWithoutTentitiveReturnTypeProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionMethodsProvider::classMethodsWithTentitiveReturnTypeProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionMethodsProvider.html#method_classMethodsWithTentitiveReturnTypeProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionMethodsProvider::interfaceMethodsWithTentitiveReturnTypeProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionMethodsProvider.html#method_interfaceMethodsWithTentitiveReturnTypeProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionMethodsProvider::enumMethodsWithTentitiveReturnTypeProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionMethodsProvider.html#method_enumMethodsWithTentitiveReturnTypeProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionParametersProvider::functionParametersProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionParametersProvider.html#method_functionParametersProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionParametersProvider::functionParametersWithTypeProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionParametersProvider.html#method_functionParametersWithTypeProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionParametersProvider::functionOptionalParametersProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionParametersProvider.html#method_functionOptionalParametersProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionParametersProvider::functionOptionalParametersWithDefaultValueProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionParametersProvider.html#method_functionOptionalParametersWithDefaultValueProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionParametersProvider::functionOptionalParametersWithoutDefaultValueProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionParametersProvider.html#method_functionOptionalParametersWithoutDefaultValueProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionParametersProvider::classMethodsParametersProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionParametersProvider.html#method_classMethodsParametersProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionParametersProvider::interfaceMethodsParametersProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionParametersProvider.html#method_interfaceMethodsParametersProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionParametersProvider::enumMethodsParametersProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionParametersProvider.html#method_enumMethodsParametersProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionParametersProvider::classMethodParametersWithTypeHintProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionParametersProvider.html#method_classMethodParametersWithTypeHintProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionParametersProvider::interfaceMethodParametersWithTypeHintProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionParametersProvider.html#method_interfaceMethodParametersWithTypeHintProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionParametersProvider::enumMethodParametersWithTypeHintProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionParametersProvider.html#method_enumMethodParametersWithTypeHintProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionParametersProvider::classMethodOptionalParametersProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionParametersProvider.html#method_classMethodOptionalParametersProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionParametersProvider::interfaceMethodOptionalParametersProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionParametersProvider.html#method_interfaceMethodOptionalParametersProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionParametersProvider::enumMethodOptionalParametersProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionParametersProvider.html#method_enumMethodOptionalParametersProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionParametersProvider::classMethodOptionalParametersWithDefaultValueProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionParametersProvider.html#method_classMethodOptionalParametersWithDefaultValueProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionParametersProvider::interfaceMethodOptionalParametersWithDefaultValueProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionParametersProvider.html#method_interfaceMethodOptionalParametersWithDefaultValueProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionParametersProvider::enumMethodOptionalParametersWithDefaultValueProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionParametersProvider.html#method_enumMethodOptionalParametersWithDefaultValueProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionParametersProvider::classMethodOptionalParametersWithoutDefaultValueProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionParametersProvider.html#method_classMethodOptionalParametersWithoutDefaultValueProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionParametersProvider::interfaceMethodOptionalParametersWithoutDefaultValueProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionParametersProvider.html#method_interfaceMethodOptionalParametersWithoutDefaultValueProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionParametersProvider::enumMethodOptionalParametersWithoutDefaultValueProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionParametersProvider.html#method_enumMethodOptionalParametersWithoutDefaultValueProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionPropertiesProvider::classPropertiesProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionPropertiesProvider.html#method_classPropertiesProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionPropertiesProvider::classStaticPropertiesProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionPropertiesProvider.html#method_classStaticPropertiesProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionPropertiesProvider::classPropertiesWithAccessProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionPropertiesProvider.html#method_classPropertiesWithAccessProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionPropertiesProvider::classPropertiesWithTypeProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionPropertiesProvider.html#method_classPropertiesWithTypeProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Reflection\\ReflectionPropertiesProvider::classReadonlyPropertiesProvider","p":"StubTests/TestData/Providers/Reflection/ReflectionPropertiesProvider.html#method_classReadonlyPropertiesProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\PhpCoreStubsProvider::getCoreStubsDirectories","p":"StubTests/TestData/Providers/Stubs/PhpCoreStubsProvider.html#method_getCoreStubsDirectories","d":""},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\PhpCoreStubsProvider::getNonCoreStubsDirectories","p":"StubTests/TestData/Providers/Stubs/PhpCoreStubsProvider.html#method_getNonCoreStubsDirectories","d":""},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubConstantsProvider::classConstantProvider","p":"StubTests/TestData/Providers/Stubs/StubConstantsProvider.html#method_classConstantProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubConstantsProvider::interfaceConstantProvider","p":"StubTests/TestData/Providers/Stubs/StubConstantsProvider.html#method_interfaceConstantProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubConstantsProvider::enumConstantProvider","p":"StubTests/TestData/Providers/Stubs/StubConstantsProvider.html#method_enumConstantProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubConstantsProvider::globalConstantProvider","p":"StubTests/TestData/Providers/Stubs/StubConstantsProvider.html#method_globalConstantProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubMethodsProvider::allClassMethodsProvider","p":"StubTests/TestData/Providers/Stubs/StubMethodsProvider.html#method_allClassMethodsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubMethodsProvider::allInterfaceMethodsProvider","p":"StubTests/TestData/Providers/Stubs/StubMethodsProvider.html#method_allInterfaceMethodsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubMethodsProvider::allEnumsMethodsProvider","p":"StubTests/TestData/Providers/Stubs/StubMethodsProvider.html#method_allEnumsMethodsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubMethodsProvider::allFunctionWithReturnTypeHintsProvider","p":"StubTests/TestData/Providers/Stubs/StubMethodsProvider.html#method_allFunctionWithReturnTypeHintsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubMethodsProvider::allClassesMethodsWithReturnTypeHintsProvider","p":"StubTests/TestData/Providers/Stubs/StubMethodsProvider.html#method_allClassesMethodsWithReturnTypeHintsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubMethodsProvider::allInterfacesMethodsWithReturnTypeHintsProvider","p":"StubTests/TestData/Providers/Stubs/StubMethodsProvider.html#method_allInterfacesMethodsWithReturnTypeHintsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubMethodsProvider::allEnumsMethodsWithReturnTypeHintsProvider","p":"StubTests/TestData/Providers/Stubs/StubMethodsProvider.html#method_allEnumsMethodsWithReturnTypeHintsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubMethodsProvider::classMethodsForReturnTypeHintTestsProvider","p":"StubTests/TestData/Providers/Stubs/StubMethodsProvider.html#method_classMethodsForReturnTypeHintTestsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubMethodsProvider::interfaceMethodsForReturnTypeHintTestsProvider","p":"StubTests/TestData/Providers/Stubs/StubMethodsProvider.html#method_interfaceMethodsForReturnTypeHintTestsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubMethodsProvider::enumMethodsForReturnTypeHintTestsProvider","p":"StubTests/TestData/Providers/Stubs/StubMethodsProvider.html#method_enumMethodsForReturnTypeHintTestsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubMethodsProvider::classMethodsForNullableReturnTypeHintTestsProvider","p":"StubTests/TestData/Providers/Stubs/StubMethodsProvider.html#method_classMethodsForNullableReturnTypeHintTestsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubMethodsProvider::interfaceMethodsForNullableReturnTypeHintTestsProvider","p":"StubTests/TestData/Providers/Stubs/StubMethodsProvider.html#method_interfaceMethodsForNullableReturnTypeHintTestsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubMethodsProvider::enumMethodsForNullableReturnTypeHintTestsProvider","p":"StubTests/TestData/Providers/Stubs/StubMethodsProvider.html#method_enumMethodsForNullableReturnTypeHintTestsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubMethodsProvider::classMethodsForUnionReturnTypeHintTestsProvider","p":"StubTests/TestData/Providers/Stubs/StubMethodsProvider.html#method_classMethodsForUnionReturnTypeHintTestsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubMethodsProvider::interfaceMethodsForUnionReturnTypeHintTestsProvider","p":"StubTests/TestData/Providers/Stubs/StubMethodsProvider.html#method_interfaceMethodsForUnionReturnTypeHintTestsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubMethodsProvider::enumMethodsForUnionReturnTypeHintTestsProvider","p":"StubTests/TestData/Providers/Stubs/StubMethodsProvider.html#method_enumMethodsForUnionReturnTypeHintTestsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubsCompositeMixedProvider::expectedFunctionsMixedFalseReturnProvider","p":"StubTests/TestData/Providers/Stubs/StubsCompositeMixedProvider.html#method_expectedFunctionsMixedFalseReturnProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubsCompositeMixedProvider::expectedFunctionsMixedNullReturnProvider","p":"StubTests/TestData/Providers/Stubs/StubsCompositeMixedProvider.html#method_expectedFunctionsMixedNullReturnProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubsParametersProvider::classMethodsParametersForScalarTypeHintTestsProvider","p":"StubTests/TestData/Providers/Stubs/StubsParametersProvider.html#method_classMethodsParametersForScalarTypeHintTestsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubsParametersProvider::interfaceMethodsParametersForScalarTypeHintTestsProvider","p":"StubTests/TestData/Providers/Stubs/StubsParametersProvider.html#method_interfaceMethodsParametersForScalarTypeHintTestsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubsParametersProvider::enumMethodsParametersForScalarTypeHintTestsProvider","p":"StubTests/TestData/Providers/Stubs/StubsParametersProvider.html#method_enumMethodsParametersForScalarTypeHintTestsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubsParametersProvider::classMethodsParametersForNullableTypeHintTestsProvider","p":"StubTests/TestData/Providers/Stubs/StubsParametersProvider.html#method_classMethodsParametersForNullableTypeHintTestsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubsParametersProvider::interfaceMethodsParametersForNullableTypeHintTestsProvider","p":"StubTests/TestData/Providers/Stubs/StubsParametersProvider.html#method_interfaceMethodsParametersForNullableTypeHintTestsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubsParametersProvider::enumMethodsParametersForNullableTypeHintTestsProvider","p":"StubTests/TestData/Providers/Stubs/StubsParametersProvider.html#method_enumMethodsParametersForNullableTypeHintTestsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubsParametersProvider::classMethodsParametersForUnionTypeHintTestsProvider","p":"StubTests/TestData/Providers/Stubs/StubsParametersProvider.html#method_classMethodsParametersForUnionTypeHintTestsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubsParametersProvider::interfaceMethodsParametersForUnionTypeHintTestsProvider","p":"StubTests/TestData/Providers/Stubs/StubsParametersProvider.html#method_interfaceMethodsParametersForUnionTypeHintTestsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubsParametersProvider::enumMethodsParametersForUnionTypeHintTestsProvider","p":"StubTests/TestData/Providers/Stubs/StubsParametersProvider.html#method_enumMethodsParametersForUnionTypeHintTestsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubsParametersProvider::classMethodsParametersForAllowedScalarTypeHintTestsProvider","p":"StubTests/TestData/Providers/Stubs/StubsParametersProvider.html#method_classMethodsParametersForAllowedScalarTypeHintTestsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubsParametersProvider::interfaceMethodsParametersForAllowedScalarTypeHintTestsProvider","p":"StubTests/TestData/Providers/Stubs/StubsParametersProvider.html#method_interfaceMethodsParametersForAllowedScalarTypeHintTestsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubsParametersProvider::enumMethodsParametersForAllowedScalarTypeHintTestsProvider","p":"StubTests/TestData/Providers/Stubs/StubsParametersProvider.html#method_enumMethodsParametersForAllowedScalarTypeHintTestsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubsParametersProvider::classMethodsParametersForAllowedNullableTypeHintTestsProvider","p":"StubTests/TestData/Providers/Stubs/StubsParametersProvider.html#method_classMethodsParametersForAllowedNullableTypeHintTestsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubsParametersProvider::interfaceMethodsParametersForAllowedNullableTypeHintTestsProvider","p":"StubTests/TestData/Providers/Stubs/StubsParametersProvider.html#method_interfaceMethodsParametersForAllowedNullableTypeHintTestsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubsParametersProvider::enumMethodsParametersForAllowedNullableTypeHintTestsProvider","p":"StubTests/TestData/Providers/Stubs/StubsParametersProvider.html#method_enumMethodsParametersForAllowedNullableTypeHintTestsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubsParametersProvider::classMethodsParametersForAllowedUnionTypeHintTestsProvider","p":"StubTests/TestData/Providers/Stubs/StubsParametersProvider.html#method_classMethodsParametersForAllowedUnionTypeHintTestsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubsParametersProvider::interfaceMethodsParametersForAllowedUnionTypeHintTestsProvider","p":"StubTests/TestData/Providers/Stubs/StubsParametersProvider.html#method_interfaceMethodsParametersForAllowedUnionTypeHintTestsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubsParametersProvider::enumMethodsParametersForAllowedUnionTypeHintTestsProvider","p":"StubTests/TestData/Providers/Stubs/StubsParametersProvider.html#method_enumMethodsParametersForAllowedUnionTypeHintTestsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubsTestDataProviders::allFunctionsProvider","p":"StubTests/TestData/Providers/Stubs/StubsTestDataProviders.html#method_allFunctionsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubsTestDataProviders::allClassesProvider","p":"StubTests/TestData/Providers/Stubs/StubsTestDataProviders.html#method_allClassesProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubsTestDataProviders::allInterfacesProvider","p":"StubTests/TestData/Providers/Stubs/StubsTestDataProviders.html#method_allInterfacesProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubsTestDataProviders::allEnumsProvider","p":"StubTests/TestData/Providers/Stubs/StubsTestDataProviders.html#method_allEnumsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubsTestDataProviders::coreFunctionsProvider","p":"StubTests/TestData/Providers/Stubs/StubsTestDataProviders.html#method_coreFunctionsProvider","d":null},{"t":"M","n":"StubTests\\TestData\\Providers\\Stubs\\StubsTestDataProviders::stubsDirectoriesProvider","p":"StubTests/TestData/Providers/Stubs/StubsTestDataProviders.html#method_stubsDirectoriesProvider","d":null},{"t":"M","n":"StubTests\\Tools\\ModelAutoloader::register","p":"StubTests/Tools/ModelAutoloader.html#method_register","d":null},{"t":"M","n":"Svn::checkout","p":"Svn.html#method_checkout","d":null},{"t":"M","n":"Svn::cat","p":"Svn.html#method_cat","d":null},{"t":"M","n":"Svn::ls","p":"Svn.html#method_ls","d":null},{"t":"M","n":"Svn::log","p":"Svn.html#method_log","d":null},{"t":"M","n":"Svn::auth_set_parameter","p":"Svn.html#method_auth_set_parameter","d":null},{"t":"M","n":"Svn::auth_get_parameter","p":"Svn.html#method_auth_get_parameter","d":null},{"t":"M","n":"Svn::client_version","p":"Svn.html#method_client_version","d":null},{"t":"M","n":"Svn::config_ensure","p":"Svn.html#method_config_ensure","d":null},{"t":"M","n":"Svn::diff","p":"Svn.html#method_diff","d":null},{"t":"M","n":"Svn::cleanup","p":"Svn.html#method_cleanup","d":null},{"t":"M","n":"Svn::revert","p":"Svn.html#method_revert","d":null},{"t":"M","n":"Svn::resolved","p":"Svn.html#method_resolved","d":null},{"t":"M","n":"Svn::commit","p":"Svn.html#method_commit","d":null},{"t":"M","n":"Svn::lock","p":"Svn.html#method_lock","d":null},{"t":"M","n":"Svn::unlock","p":"Svn.html#method_unlock","d":null},{"t":"M","n":"Svn::add","p":"Svn.html#method_add","d":null},{"t":"M","n":"Svn::status","p":"Svn.html#method_status","d":null},{"t":"M","n":"Svn::update","p":"Svn.html#method_update","d":null},{"t":"M","n":"Svn::update2","p":"Svn.html#method_update2","d":null},{"t":"M","n":"Svn::import","p":"Svn.html#method_import","d":null},{"t":"M","n":"Svn::info","p":"Svn.html#method_info","d":null},{"t":"M","n":"Svn::export","p":"Svn.html#method_export","d":null},{"t":"M","n":"Svn::copy","p":"Svn.html#method_copy","d":null},{"t":"M","n":"Svn::switch","p":"Svn.html#method_switch","d":null},{"t":"M","n":"Svn::blame","p":"Svn.html#method_blame","d":null},{"t":"M","n":"Svn::delete","p":"Svn.html#method_delete","d":null},{"t":"M","n":"Svn::mkdir","p":"Svn.html#method_mkdir","d":null},{"t":"M","n":"Svn::move","p":"Svn.html#method_move","d":null},{"t":"M","n":"Svn::proplist","p":"Svn.html#method_proplist","d":null},{"t":"M","n":"Svn::propget","p":"Svn.html#method_propget","d":null},{"t":"M","n":"Svn::propset","p":"Svn.html#method_propset","d":null},{"t":"M","n":"Svn::prop_delete","p":"Svn.html#method_prop_delete","d":null},{"t":"M","n":"Svn::revprop_get","p":"Svn.html#method_revprop_get","d":null},{"t":"M","n":"Svn::revprop_set","p":"Svn.html#method_revprop_set","d":null},{"t":"M","n":"Svn::revprop_delete","p":"Svn.html#method_revprop_delete","d":null},{"t":"M","n":"Svn::repos_create","p":"Svn.html#method_repos_create","d":null},{"t":"M","n":"Svn::repos_recover","p":"Svn.html#method_repos_recover","d":null},{"t":"M","n":"Svn::repos_hotcopy","p":"Svn.html#method_repos_hotcopy","d":null},{"t":"M","n":"Svn::repos_open","p":"Svn.html#method_repos_open","d":null},{"t":"M","n":"Svn::repos_fs","p":"Svn.html#method_repos_fs","d":null},{"t":"M","n":"Svn::repos_fs_begin_txn_for_commit","p":"Svn.html#method_repos_fs_begin_txn_for_commit","d":null},{"t":"M","n":"Svn::repos_fs_commit_txn","p":"Svn.html#method_repos_fs_commit_txn","d":null},{"t":"M","n":"Swoole\\Atomic::__construct","p":"Swoole/Atomic.html#method___construct","d":null},{"t":"M","n":"Swoole\\Atomic::add","p":"Swoole/Atomic.html#method_add","d":""},{"t":"M","n":"Swoole\\Atomic::sub","p":"Swoole/Atomic.html#method_sub","d":""},{"t":"M","n":"Swoole\\Atomic::get","p":"Swoole/Atomic.html#method_get","d":""},{"t":"M","n":"Swoole\\Atomic::set","p":"Swoole/Atomic.html#method_set","d":null},{"t":"M","n":"Swoole\\Atomic::wait","p":"Swoole/Atomic.html#method_wait","d":""},{"t":"M","n":"Swoole\\Atomic::wakeup","p":"Swoole/Atomic.html#method_wakeup","d":""},{"t":"M","n":"Swoole\\Atomic::cmpset","p":"Swoole/Atomic.html#method_cmpset","d":""},{"t":"M","n":"Swoole\\Atomic\\Long::__construct","p":"Swoole/Atomic/Long.html#method___construct","d":null},{"t":"M","n":"Swoole\\Atomic\\Long::add","p":"Swoole/Atomic/Long.html#method_add","d":""},{"t":"M","n":"Swoole\\Atomic\\Long::sub","p":"Swoole/Atomic/Long.html#method_sub","d":""},{"t":"M","n":"Swoole\\Atomic\\Long::get","p":"Swoole/Atomic/Long.html#method_get","d":""},{"t":"M","n":"Swoole\\Atomic\\Long::set","p":"Swoole/Atomic/Long.html#method_set","d":null},{"t":"M","n":"Swoole\\Atomic\\Long::cmpset","p":"Swoole/Atomic/Long.html#method_cmpset","d":""},{"t":"M","n":"Swoole\\Client::__construct","p":"Swoole/Client.html#method___construct","d":null},{"t":"M","n":"Swoole\\Client::__destruct","p":"Swoole/Client.html#method___destruct","d":null},{"t":"M","n":"Swoole\\Client::set","p":"Swoole/Client.html#method_set","d":""},{"t":"M","n":"Swoole\\Client::connect","p":"Swoole/Client.html#method_connect","d":""},{"t":"M","n":"Swoole\\Client::recv","p":"Swoole/Client.html#method_recv","d":""},{"t":"M","n":"Swoole\\Client::send","p":"Swoole/Client.html#method_send","d":""},{"t":"M","n":"Swoole\\Client::sendfile","p":"Swoole/Client.html#method_sendfile","d":""},{"t":"M","n":"Swoole\\Client::sendto","p":"Swoole/Client.html#method_sendto","d":""},{"t":"M","n":"Swoole\\Client::shutdown","p":"Swoole/Client.html#method_shutdown","d":""},{"t":"M","n":"Swoole\\Client::enableSSL","p":"Swoole/Client.html#method_enableSSL","d":""},{"t":"M","n":"Swoole\\Client::getPeerCert","p":"Swoole/Client.html#method_getPeerCert","d":""},{"t":"M","n":"Swoole\\Client::verifyPeerCert","p":"Swoole/Client.html#method_verifyPeerCert","d":""},{"t":"M","n":"Swoole\\Client::isConnected","p":"Swoole/Client.html#method_isConnected","d":""},{"t":"M","n":"Swoole\\Client::getsockname","p":"Swoole/Client.html#method_getsockname","d":""},{"t":"M","n":"Swoole\\Client::getpeername","p":"Swoole/Client.html#method_getpeername","d":""},{"t":"M","n":"Swoole\\Client::close","p":"Swoole/Client.html#method_close","d":""},{"t":"M","n":"Swoole\\Client::getSocket","p":"Swoole/Client.html#method_getSocket","d":""},{"t":"M","n":"Swoole\\Connection\\Iterator::__construct","p":"Swoole/Connection/Iterator.html#method___construct","d":null},{"t":"M","n":"Swoole\\Connection\\Iterator::__destruct","p":"Swoole/Connection/Iterator.html#method___destruct","d":null},{"t":"M","n":"Swoole\\Connection\\Iterator::rewind","p":"Swoole/Connection/Iterator.html#method_rewind","d":"

    Rewind the Iterator to the first element

    "},{"t":"M","n":"Swoole\\Connection\\Iterator::next","p":"Swoole/Connection/Iterator.html#method_next","d":"

    Move forward to next element

    "},{"t":"M","n":"Swoole\\Connection\\Iterator::current","p":"Swoole/Connection/Iterator.html#method_current","d":""},{"t":"M","n":"Swoole\\Connection\\Iterator::key","p":"Swoole/Connection/Iterator.html#method_key","d":""},{"t":"M","n":"Swoole\\Connection\\Iterator::valid","p":"Swoole/Connection/Iterator.html#method_valid","d":"

    Checks if current position is valid

    "},{"t":"M","n":"Swoole\\Connection\\Iterator::count","p":"Swoole/Connection/Iterator.html#method_count","d":"

    Count elements of an object

    "},{"t":"M","n":"Swoole\\Connection\\Iterator::offsetExists","p":"Swoole/Connection/Iterator.html#method_offsetExists","d":"

    Whether a offset exists

    "},{"t":"M","n":"Swoole\\Connection\\Iterator::offsetGet","p":"Swoole/Connection/Iterator.html#method_offsetGet","d":""},{"t":"M","n":"Swoole\\Connection\\Iterator::offsetSet","p":"Swoole/Connection/Iterator.html#method_offsetSet","d":"

    Offset to set

    "},{"t":"M","n":"Swoole\\Connection\\Iterator::offsetUnset","p":"Swoole/Connection/Iterator.html#method_offsetUnset","d":"

    Offset to unset

    "},{"t":"M","n":"Swoole\\Coroutine::create","p":"Swoole/Coroutine.html#method_create","d":""},{"t":"M","n":"Swoole\\Coroutine::defer","p":"Swoole/Coroutine.html#method_defer","d":""},{"t":"M","n":"Swoole\\Coroutine::set","p":"Swoole/Coroutine.html#method_set","d":"

    To set runtime configurations of coroutines.

    "},{"t":"M","n":"Swoole\\Coroutine::getOptions","p":"Swoole/Coroutine.html#method_getOptions","d":"

    To get runtime configurations of coroutines.

    "},{"t":"M","n":"Swoole\\Coroutine::exists","p":"Swoole/Coroutine.html#method_exists","d":""},{"t":"M","n":"Swoole\\Coroutine::yield","p":"Swoole/Coroutine.html#method_yield","d":""},{"t":"M","n":"Swoole\\Coroutine::cancel","p":"Swoole/Coroutine.html#method_cancel","d":""},{"t":"M","n":"Swoole\\Coroutine::join","p":"Swoole/Coroutine.html#method_join","d":"

    Waits for a list of coroutines to finish.

    "},{"t":"M","n":"Swoole\\Coroutine::isCanceled","p":"Swoole/Coroutine.html#method_isCanceled","d":""},{"t":"M","n":"Swoole\\Coroutine::suspend","p":"Swoole/Coroutine.html#method_suspend","d":""},{"t":"M","n":"Swoole\\Coroutine::resume","p":"Swoole/Coroutine.html#method_resume","d":""},{"t":"M","n":"Swoole\\Coroutine::stats","p":"Swoole/Coroutine.html#method_stats","d":""},{"t":"M","n":"Swoole\\Coroutine::getCid","p":"Swoole/Coroutine.html#method_getCid","d":""},{"t":"M","n":"Swoole\\Coroutine::getuid","p":"Swoole/Coroutine.html#method_getuid","d":""},{"t":"M","n":"Swoole\\Coroutine::getPcid","p":"Swoole/Coroutine.html#method_getPcid","d":""},{"t":"M","n":"Swoole\\Coroutine::getContext","p":"Swoole/Coroutine.html#method_getContext","d":""},{"t":"M","n":"Swoole\\Coroutine::getBackTrace","p":"Swoole/Coroutine.html#method_getBackTrace","d":""},{"t":"M","n":"Swoole\\Coroutine::printBackTrace","p":"Swoole/Coroutine.html#method_printBackTrace","d":""},{"t":"M","n":"Swoole\\Coroutine::getElapsed","p":"Swoole/Coroutine.html#method_getElapsed","d":""},{"t":"M","n":"Swoole\\Coroutine::getStackUsage","p":"Swoole/Coroutine.html#method_getStackUsage","d":"

    Get memory usage of a coroutine.

    "},{"t":"M","n":"Swoole\\Coroutine::list","p":"Swoole/Coroutine.html#method_list","d":""},{"t":"M","n":"Swoole\\Coroutine::listCoroutines","p":"Swoole/Coroutine.html#method_listCoroutines","d":""},{"t":"M","n":"Swoole\\Coroutine::enableScheduler","p":"Swoole/Coroutine.html#method_enableScheduler","d":""},{"t":"M","n":"Swoole\\Coroutine::disableScheduler","p":"Swoole/Coroutine.html#method_disableScheduler","d":""},{"t":"M","n":"Swoole\\Coroutine::gethostbyname","p":"Swoole/Coroutine.html#method_gethostbyname","d":""},{"t":"M","n":"Swoole\\Coroutine::dnsLookup","p":"Swoole/Coroutine.html#method_dnsLookup","d":""},{"t":"M","n":"Swoole\\Coroutine::exec","p":"Swoole/Coroutine.html#method_exec","d":""},{"t":"M","n":"Swoole\\Coroutine::sleep","p":"Swoole/Coroutine.html#method_sleep","d":""},{"t":"M","n":"Swoole\\Coroutine::getaddrinfo","p":"Swoole/Coroutine.html#method_getaddrinfo","d":""},{"t":"M","n":"Swoole\\Coroutine::statvfs","p":"Swoole/Coroutine.html#method_statvfs","d":""},{"t":"M","n":"Swoole\\Coroutine::readFile","p":"Swoole/Coroutine.html#method_readFile","d":""},{"t":"M","n":"Swoole\\Coroutine::writeFile","p":"Swoole/Coroutine.html#method_writeFile","d":""},{"t":"M","n":"Swoole\\Coroutine::wait","p":"Swoole/Coroutine.html#method_wait","d":""},{"t":"M","n":"Swoole\\Coroutine::waitPid","p":"Swoole/Coroutine.html#method_waitPid","d":""},{"t":"M","n":"Swoole\\Coroutine::waitSignal","p":"Swoole/Coroutine.html#method_waitSignal","d":""},{"t":"M","n":"Swoole\\Coroutine::waitEvent","p":"Swoole/Coroutine.html#method_waitEvent","d":""},{"t":"M","n":"Swoole\\Coroutine::fread","p":"Swoole/Coroutine.html#method_fread","d":""},{"t":"M","n":"Swoole\\Coroutine::fgets","p":"Swoole/Coroutine.html#method_fgets","d":""},{"t":"M","n":"Swoole\\Coroutine::fwrite","p":"Swoole/Coroutine.html#method_fwrite","d":""},{"t":"M","n":"Swoole\\Coroutine\\Channel::__construct","p":"Swoole/Coroutine/Channel.html#method___construct","d":null},{"t":"M","n":"Swoole\\Coroutine\\Channel::push","p":"Swoole/Coroutine/Channel.html#method_push","d":""},{"t":"M","n":"Swoole\\Coroutine\\Channel::pop","p":"Swoole/Coroutine/Channel.html#method_pop","d":""},{"t":"M","n":"Swoole\\Coroutine\\Channel::isEmpty","p":"Swoole/Coroutine/Channel.html#method_isEmpty","d":""},{"t":"M","n":"Swoole\\Coroutine\\Channel::isFull","p":"Swoole/Coroutine/Channel.html#method_isFull","d":""},{"t":"M","n":"Swoole\\Coroutine\\Channel::close","p":"Swoole/Coroutine/Channel.html#method_close","d":""},{"t":"M","n":"Swoole\\Coroutine\\Channel::stats","p":"Swoole/Coroutine/Channel.html#method_stats","d":""},{"t":"M","n":"Swoole\\Coroutine\\Channel::length","p":"Swoole/Coroutine/Channel.html#method_length","d":""},{"t":"M","n":"Swoole\\Coroutine\\Client::__construct","p":"Swoole/Coroutine/Client.html#method___construct","d":null},{"t":"M","n":"Swoole\\Coroutine\\Client::__destruct","p":"Swoole/Coroutine/Client.html#method___destruct","d":null},{"t":"M","n":"Swoole\\Coroutine\\Client::set","p":"Swoole/Coroutine/Client.html#method_set","d":""},{"t":"M","n":"Swoole\\Coroutine\\Client::connect","p":"Swoole/Coroutine/Client.html#method_connect","d":""},{"t":"M","n":"Swoole\\Coroutine\\Client::recv","p":"Swoole/Coroutine/Client.html#method_recv","d":""},{"t":"M","n":"Swoole\\Coroutine\\Client::peek","p":"Swoole/Coroutine/Client.html#method_peek","d":""},{"t":"M","n":"Swoole\\Coroutine\\Client::send","p":"Swoole/Coroutine/Client.html#method_send","d":""},{"t":"M","n":"Swoole\\Coroutine\\Client::sendfile","p":"Swoole/Coroutine/Client.html#method_sendfile","d":""},{"t":"M","n":"Swoole\\Coroutine\\Client::sendto","p":"Swoole/Coroutine/Client.html#method_sendto","d":""},{"t":"M","n":"Swoole\\Coroutine\\Client::recvfrom","p":"Swoole/Coroutine/Client.html#method_recvfrom","d":""},{"t":"M","n":"Swoole\\Coroutine\\Client::enableSSL","p":"Swoole/Coroutine/Client.html#method_enableSSL","d":""},{"t":"M","n":"Swoole\\Coroutine\\Client::getPeerCert","p":"Swoole/Coroutine/Client.html#method_getPeerCert","d":""},{"t":"M","n":"Swoole\\Coroutine\\Client::verifyPeerCert","p":"Swoole/Coroutine/Client.html#method_verifyPeerCert","d":""},{"t":"M","n":"Swoole\\Coroutine\\Client::isConnected","p":"Swoole/Coroutine/Client.html#method_isConnected","d":""},{"t":"M","n":"Swoole\\Coroutine\\Client::getsockname","p":"Swoole/Coroutine/Client.html#method_getsockname","d":""},{"t":"M","n":"Swoole\\Coroutine\\Client::getpeername","p":"Swoole/Coroutine/Client.html#method_getpeername","d":""},{"t":"M","n":"Swoole\\Coroutine\\Client::close","p":"Swoole/Coroutine/Client.html#method_close","d":""},{"t":"M","n":"Swoole\\Coroutine\\Client::exportSocket","p":"Swoole/Coroutine/Client.html#method_exportSocket","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http2\\Client::__construct","p":"Swoole/Coroutine/Http2/Client.html#method___construct","d":null},{"t":"M","n":"Swoole\\Coroutine\\Http2\\Client::__destruct","p":"Swoole/Coroutine/Http2/Client.html#method___destruct","d":null},{"t":"M","n":"Swoole\\Coroutine\\Http2\\Client::set","p":"Swoole/Coroutine/Http2/Client.html#method_set","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http2\\Client::connect","p":"Swoole/Coroutine/Http2/Client.html#method_connect","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http2\\Client::stats","p":"Swoole/Coroutine/Http2/Client.html#method_stats","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http2\\Client::isStreamExist","p":"Swoole/Coroutine/Http2/Client.html#method_isStreamExist","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http2\\Client::send","p":"Swoole/Coroutine/Http2/Client.html#method_send","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http2\\Client::write","p":"Swoole/Coroutine/Http2/Client.html#method_write","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http2\\Client::recv","p":"Swoole/Coroutine/Http2/Client.html#method_recv","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http2\\Client::read","p":"Swoole/Coroutine/Http2/Client.html#method_read","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http2\\Client::goaway","p":"Swoole/Coroutine/Http2/Client.html#method_goaway","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http2\\Client::ping","p":"Swoole/Coroutine/Http2/Client.html#method_ping","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http2\\Client::close","p":"Swoole/Coroutine/Http2/Client.html#method_close","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http\\Client::__construct","p":"Swoole/Coroutine/Http/Client.html#method___construct","d":null},{"t":"M","n":"Swoole\\Coroutine\\Http\\Client::__destruct","p":"Swoole/Coroutine/Http/Client.html#method___destruct","d":null},{"t":"M","n":"Swoole\\Coroutine\\Http\\Client::set","p":"Swoole/Coroutine/Http/Client.html#method_set","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http\\Client::getDefer","p":"Swoole/Coroutine/Http/Client.html#method_getDefer","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http\\Client::setDefer","p":"Swoole/Coroutine/Http/Client.html#method_setDefer","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http\\Client::setMethod","p":"Swoole/Coroutine/Http/Client.html#method_setMethod","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http\\Client::setHeaders","p":"Swoole/Coroutine/Http/Client.html#method_setHeaders","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http\\Client::setBasicAuth","p":"Swoole/Coroutine/Http/Client.html#method_setBasicAuth","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http\\Client::setCookies","p":"Swoole/Coroutine/Http/Client.html#method_setCookies","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http\\Client::setData","p":"Swoole/Coroutine/Http/Client.html#method_setData","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http\\Client::addFile","p":"Swoole/Coroutine/Http/Client.html#method_addFile","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http\\Client::addData","p":"Swoole/Coroutine/Http/Client.html#method_addData","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http\\Client::execute","p":"Swoole/Coroutine/Http/Client.html#method_execute","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http\\Client::getpeername","p":"Swoole/Coroutine/Http/Client.html#method_getpeername","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http\\Client::getsockname","p":"Swoole/Coroutine/Http/Client.html#method_getsockname","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http\\Client::get","p":"Swoole/Coroutine/Http/Client.html#method_get","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http\\Client::post","p":"Swoole/Coroutine/Http/Client.html#method_post","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http\\Client::download","p":"Swoole/Coroutine/Http/Client.html#method_download","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http\\Client::getBody","p":"Swoole/Coroutine/Http/Client.html#method_getBody","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http\\Client::getHeaders","p":"Swoole/Coroutine/Http/Client.html#method_getHeaders","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http\\Client::getCookies","p":"Swoole/Coroutine/Http/Client.html#method_getCookies","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http\\Client::getStatusCode","p":"Swoole/Coroutine/Http/Client.html#method_getStatusCode","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http\\Client::getHeaderOut","p":"Swoole/Coroutine/Http/Client.html#method_getHeaderOut","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http\\Client::getPeerCert","p":"Swoole/Coroutine/Http/Client.html#method_getPeerCert","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http\\Client::upgrade","p":"Swoole/Coroutine/Http/Client.html#method_upgrade","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http\\Client::push","p":"Swoole/Coroutine/Http/Client.html#method_push","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http\\Client::recv","p":"Swoole/Coroutine/Http/Client.html#method_recv","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http\\Client::close","p":"Swoole/Coroutine/Http/Client.html#method_close","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http\\Server::__construct","p":"Swoole/Coroutine/Http/Server.html#method___construct","d":null},{"t":"M","n":"Swoole\\Coroutine\\Http\\Server::__destruct","p":"Swoole/Coroutine/Http/Server.html#method___destruct","d":null},{"t":"M","n":"Swoole\\Coroutine\\Http\\Server::set","p":"Swoole/Coroutine/Http/Server.html#method_set","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http\\Server::handle","p":"Swoole/Coroutine/Http/Server.html#method_handle","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http\\Server::start","p":"Swoole/Coroutine/Http/Server.html#method_start","d":""},{"t":"M","n":"Swoole\\Coroutine\\Http\\Server::shutdown","p":"Swoole/Coroutine/Http/Server.html#method_shutdown","d":""},{"t":"M","n":"Swoole\\Coroutine\\MySQL::__construct","p":"Swoole/Coroutine/MySQL.html#method___construct","d":null},{"t":"M","n":"Swoole\\Coroutine\\MySQL::__destruct","p":"Swoole/Coroutine/MySQL.html#method___destruct","d":null},{"t":"M","n":"Swoole\\Coroutine\\MySQL::getDefer","p":"Swoole/Coroutine/MySQL.html#method_getDefer","d":""},{"t":"M","n":"Swoole\\Coroutine\\MySQL::setDefer","p":"Swoole/Coroutine/MySQL.html#method_setDefer","d":""},{"t":"M","n":"Swoole\\Coroutine\\MySQL::connect","p":"Swoole/Coroutine/MySQL.html#method_connect","d":""},{"t":"M","n":"Swoole\\Coroutine\\MySQL::query","p":"Swoole/Coroutine/MySQL.html#method_query","d":""},{"t":"M","n":"Swoole\\Coroutine\\MySQL::fetch","p":"Swoole/Coroutine/MySQL.html#method_fetch","d":""},{"t":"M","n":"Swoole\\Coroutine\\MySQL::fetchAll","p":"Swoole/Coroutine/MySQL.html#method_fetchAll","d":""},{"t":"M","n":"Swoole\\Coroutine\\MySQL::nextResult","p":"Swoole/Coroutine/MySQL.html#method_nextResult","d":""},{"t":"M","n":"Swoole\\Coroutine\\MySQL::prepare","p":"Swoole/Coroutine/MySQL.html#method_prepare","d":""},{"t":"M","n":"Swoole\\Coroutine\\MySQL::recv","p":"Swoole/Coroutine/MySQL.html#method_recv","d":""},{"t":"M","n":"Swoole\\Coroutine\\MySQL::begin","p":"Swoole/Coroutine/MySQL.html#method_begin","d":""},{"t":"M","n":"Swoole\\Coroutine\\MySQL::commit","p":"Swoole/Coroutine/MySQL.html#method_commit","d":""},{"t":"M","n":"Swoole\\Coroutine\\MySQL::rollback","p":"Swoole/Coroutine/MySQL.html#method_rollback","d":""},{"t":"M","n":"Swoole\\Coroutine\\MySQL::escape","p":"Swoole/Coroutine/MySQL.html#method_escape","d":""},{"t":"M","n":"Swoole\\Coroutine\\MySQL::close","p":"Swoole/Coroutine/MySQL.html#method_close","d":""},{"t":"M","n":"Swoole\\Coroutine\\MySQL\\Statement::execute","p":"Swoole/Coroutine/MySQL/Statement.html#method_execute","d":""},{"t":"M","n":"Swoole\\Coroutine\\MySQL\\Statement::fetch","p":"Swoole/Coroutine/MySQL/Statement.html#method_fetch","d":""},{"t":"M","n":"Swoole\\Coroutine\\MySQL\\Statement::fetchAll","p":"Swoole/Coroutine/MySQL/Statement.html#method_fetchAll","d":""},{"t":"M","n":"Swoole\\Coroutine\\MySQL\\Statement::nextResult","p":"Swoole/Coroutine/MySQL/Statement.html#method_nextResult","d":""},{"t":"M","n":"Swoole\\Coroutine\\MySQL\\Statement::recv","p":"Swoole/Coroutine/MySQL/Statement.html#method_recv","d":""},{"t":"M","n":"Swoole\\Coroutine\\MySQL\\Statement::close","p":"Swoole/Coroutine/MySQL/Statement.html#method_close","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::__construct","p":"Swoole/Coroutine/Redis.html#method___construct","d":null},{"t":"M","n":"Swoole\\Coroutine\\Redis::__destruct","p":"Swoole/Coroutine/Redis.html#method___destruct","d":null},{"t":"M","n":"Swoole\\Coroutine\\Redis::connect","p":"Swoole/Coroutine/Redis.html#method_connect","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::getAuth","p":"Swoole/Coroutine/Redis.html#method_getAuth","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::getDBNum","p":"Swoole/Coroutine/Redis.html#method_getDBNum","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::getOptions","p":"Swoole/Coroutine/Redis.html#method_getOptions","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::setOptions","p":"Swoole/Coroutine/Redis.html#method_setOptions","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::getDefer","p":"Swoole/Coroutine/Redis.html#method_getDefer","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::setDefer","p":"Swoole/Coroutine/Redis.html#method_setDefer","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::recv","p":"Swoole/Coroutine/Redis.html#method_recv","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::request","p":"Swoole/Coroutine/Redis.html#method_request","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::close","p":"Swoole/Coroutine/Redis.html#method_close","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::set","p":"Swoole/Coroutine/Redis.html#method_set","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::setBit","p":"Swoole/Coroutine/Redis.html#method_setBit","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::setEx","p":"Swoole/Coroutine/Redis.html#method_setEx","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::psetEx","p":"Swoole/Coroutine/Redis.html#method_psetEx","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::lSet","p":"Swoole/Coroutine/Redis.html#method_lSet","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::get","p":"Swoole/Coroutine/Redis.html#method_get","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::mGet","p":"Swoole/Coroutine/Redis.html#method_mGet","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::del","p":"Swoole/Coroutine/Redis.html#method_del","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::hDel","p":"Swoole/Coroutine/Redis.html#method_hDel","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::hSet","p":"Swoole/Coroutine/Redis.html#method_hSet","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::hMSet","p":"Swoole/Coroutine/Redis.html#method_hMSet","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::hSetNx","p":"Swoole/Coroutine/Redis.html#method_hSetNx","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::delete","p":"Swoole/Coroutine/Redis.html#method_delete","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::mSet","p":"Swoole/Coroutine/Redis.html#method_mSet","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::mSetNx","p":"Swoole/Coroutine/Redis.html#method_mSetNx","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::getKeys","p":"Swoole/Coroutine/Redis.html#method_getKeys","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::keys","p":"Swoole/Coroutine/Redis.html#method_keys","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::exists","p":"Swoole/Coroutine/Redis.html#method_exists","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::type","p":"Swoole/Coroutine/Redis.html#method_type","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::strLen","p":"Swoole/Coroutine/Redis.html#method_strLen","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::lPop","p":"Swoole/Coroutine/Redis.html#method_lPop","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::blPop","p":"Swoole/Coroutine/Redis.html#method_blPop","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::rPop","p":"Swoole/Coroutine/Redis.html#method_rPop","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::brPop","p":"Swoole/Coroutine/Redis.html#method_brPop","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::bRPopLPush","p":"Swoole/Coroutine/Redis.html#method_bRPopLPush","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::lSize","p":"Swoole/Coroutine/Redis.html#method_lSize","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::lLen","p":"Swoole/Coroutine/Redis.html#method_lLen","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::sSize","p":"Swoole/Coroutine/Redis.html#method_sSize","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::scard","p":"Swoole/Coroutine/Redis.html#method_scard","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::sPop","p":"Swoole/Coroutine/Redis.html#method_sPop","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::sMembers","p":"Swoole/Coroutine/Redis.html#method_sMembers","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::sGetMembers","p":"Swoole/Coroutine/Redis.html#method_sGetMembers","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::sRandMember","p":"Swoole/Coroutine/Redis.html#method_sRandMember","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::persist","p":"Swoole/Coroutine/Redis.html#method_persist","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::ttl","p":"Swoole/Coroutine/Redis.html#method_ttl","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::pttl","p":"Swoole/Coroutine/Redis.html#method_pttl","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::zCard","p":"Swoole/Coroutine/Redis.html#method_zCard","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::zSize","p":"Swoole/Coroutine/Redis.html#method_zSize","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::hLen","p":"Swoole/Coroutine/Redis.html#method_hLen","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::hKeys","p":"Swoole/Coroutine/Redis.html#method_hKeys","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::hVals","p":"Swoole/Coroutine/Redis.html#method_hVals","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::hGetAll","p":"Swoole/Coroutine/Redis.html#method_hGetAll","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::debug","p":"Swoole/Coroutine/Redis.html#method_debug","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::restore","p":"Swoole/Coroutine/Redis.html#method_restore","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::dump","p":"Swoole/Coroutine/Redis.html#method_dump","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::renameKey","p":"Swoole/Coroutine/Redis.html#method_renameKey","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::rename","p":"Swoole/Coroutine/Redis.html#method_rename","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::renameNx","p":"Swoole/Coroutine/Redis.html#method_renameNx","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::rpoplpush","p":"Swoole/Coroutine/Redis.html#method_rpoplpush","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::randomKey","p":"Swoole/Coroutine/Redis.html#method_randomKey","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::pfadd","p":"Swoole/Coroutine/Redis.html#method_pfadd","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::pfcount","p":"Swoole/Coroutine/Redis.html#method_pfcount","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::pfmerge","p":"Swoole/Coroutine/Redis.html#method_pfmerge","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::ping","p":"Swoole/Coroutine/Redis.html#method_ping","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::auth","p":"Swoole/Coroutine/Redis.html#method_auth","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::unwatch","p":"Swoole/Coroutine/Redis.html#method_unwatch","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::watch","p":"Swoole/Coroutine/Redis.html#method_watch","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::save","p":"Swoole/Coroutine/Redis.html#method_save","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::bgSave","p":"Swoole/Coroutine/Redis.html#method_bgSave","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::lastSave","p":"Swoole/Coroutine/Redis.html#method_lastSave","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::flushDB","p":"Swoole/Coroutine/Redis.html#method_flushDB","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::flushAll","p":"Swoole/Coroutine/Redis.html#method_flushAll","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::dbSize","p":"Swoole/Coroutine/Redis.html#method_dbSize","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::bgrewriteaof","p":"Swoole/Coroutine/Redis.html#method_bgrewriteaof","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::time","p":"Swoole/Coroutine/Redis.html#method_time","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::role","p":"Swoole/Coroutine/Redis.html#method_role","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::setRange","p":"Swoole/Coroutine/Redis.html#method_setRange","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::setNx","p":"Swoole/Coroutine/Redis.html#method_setNx","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::getSet","p":"Swoole/Coroutine/Redis.html#method_getSet","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::append","p":"Swoole/Coroutine/Redis.html#method_append","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::lPushx","p":"Swoole/Coroutine/Redis.html#method_lPushx","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::lPush","p":"Swoole/Coroutine/Redis.html#method_lPush","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::rPush","p":"Swoole/Coroutine/Redis.html#method_rPush","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::rPushx","p":"Swoole/Coroutine/Redis.html#method_rPushx","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::sContains","p":"Swoole/Coroutine/Redis.html#method_sContains","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::sismember","p":"Swoole/Coroutine/Redis.html#method_sismember","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::zScore","p":"Swoole/Coroutine/Redis.html#method_zScore","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::zRank","p":"Swoole/Coroutine/Redis.html#method_zRank","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::zRevRank","p":"Swoole/Coroutine/Redis.html#method_zRevRank","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::hGet","p":"Swoole/Coroutine/Redis.html#method_hGet","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::hMGet","p":"Swoole/Coroutine/Redis.html#method_hMGet","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::hExists","p":"Swoole/Coroutine/Redis.html#method_hExists","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::publish","p":"Swoole/Coroutine/Redis.html#method_publish","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::zIncrBy","p":"Swoole/Coroutine/Redis.html#method_zIncrBy","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::zAdd","p":"Swoole/Coroutine/Redis.html#method_zAdd","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::zPopMin","p":"Swoole/Coroutine/Redis.html#method_zPopMin","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::zPopMax","p":"Swoole/Coroutine/Redis.html#method_zPopMax","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::bzPopMin","p":"Swoole/Coroutine/Redis.html#method_bzPopMin","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::bzPopMax","p":"Swoole/Coroutine/Redis.html#method_bzPopMax","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::zDeleteRangeByScore","p":"Swoole/Coroutine/Redis.html#method_zDeleteRangeByScore","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::zRemRangeByScore","p":"Swoole/Coroutine/Redis.html#method_zRemRangeByScore","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::zCount","p":"Swoole/Coroutine/Redis.html#method_zCount","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::zRange","p":"Swoole/Coroutine/Redis.html#method_zRange","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::zRevRange","p":"Swoole/Coroutine/Redis.html#method_zRevRange","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::zRangeByScore","p":"Swoole/Coroutine/Redis.html#method_zRangeByScore","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::zRevRangeByScore","p":"Swoole/Coroutine/Redis.html#method_zRevRangeByScore","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::zRangeByLex","p":"Swoole/Coroutine/Redis.html#method_zRangeByLex","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::zRevRangeByLex","p":"Swoole/Coroutine/Redis.html#method_zRevRangeByLex","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::zInter","p":"Swoole/Coroutine/Redis.html#method_zInter","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::zinterstore","p":"Swoole/Coroutine/Redis.html#method_zinterstore","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::zUnion","p":"Swoole/Coroutine/Redis.html#method_zUnion","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::zunionstore","p":"Swoole/Coroutine/Redis.html#method_zunionstore","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::incrBy","p":"Swoole/Coroutine/Redis.html#method_incrBy","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::hIncrBy","p":"Swoole/Coroutine/Redis.html#method_hIncrBy","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::incr","p":"Swoole/Coroutine/Redis.html#method_incr","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::decrBy","p":"Swoole/Coroutine/Redis.html#method_decrBy","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::decr","p":"Swoole/Coroutine/Redis.html#method_decr","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::getBit","p":"Swoole/Coroutine/Redis.html#method_getBit","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::lInsert","p":"Swoole/Coroutine/Redis.html#method_lInsert","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::lGet","p":"Swoole/Coroutine/Redis.html#method_lGet","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::lIndex","p":"Swoole/Coroutine/Redis.html#method_lIndex","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::setTimeout","p":"Swoole/Coroutine/Redis.html#method_setTimeout","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::expire","p":"Swoole/Coroutine/Redis.html#method_expire","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::pexpire","p":"Swoole/Coroutine/Redis.html#method_pexpire","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::expireAt","p":"Swoole/Coroutine/Redis.html#method_expireAt","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::pexpireAt","p":"Swoole/Coroutine/Redis.html#method_pexpireAt","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::move","p":"Swoole/Coroutine/Redis.html#method_move","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::select","p":"Swoole/Coroutine/Redis.html#method_select","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::getRange","p":"Swoole/Coroutine/Redis.html#method_getRange","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::listTrim","p":"Swoole/Coroutine/Redis.html#method_listTrim","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::ltrim","p":"Swoole/Coroutine/Redis.html#method_ltrim","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::lGetRange","p":"Swoole/Coroutine/Redis.html#method_lGetRange","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::lRange","p":"Swoole/Coroutine/Redis.html#method_lRange","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::lRem","p":"Swoole/Coroutine/Redis.html#method_lRem","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::lRemove","p":"Swoole/Coroutine/Redis.html#method_lRemove","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::zDeleteRangeByRank","p":"Swoole/Coroutine/Redis.html#method_zDeleteRangeByRank","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::zRemRangeByRank","p":"Swoole/Coroutine/Redis.html#method_zRemRangeByRank","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::incrByFloat","p":"Swoole/Coroutine/Redis.html#method_incrByFloat","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::hIncrByFloat","p":"Swoole/Coroutine/Redis.html#method_hIncrByFloat","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::bitCount","p":"Swoole/Coroutine/Redis.html#method_bitCount","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::bitOp","p":"Swoole/Coroutine/Redis.html#method_bitOp","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::sAdd","p":"Swoole/Coroutine/Redis.html#method_sAdd","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::sMove","p":"Swoole/Coroutine/Redis.html#method_sMove","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::sDiff","p":"Swoole/Coroutine/Redis.html#method_sDiff","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::sDiffStore","p":"Swoole/Coroutine/Redis.html#method_sDiffStore","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::sUnion","p":"Swoole/Coroutine/Redis.html#method_sUnion","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::sUnionStore","p":"Swoole/Coroutine/Redis.html#method_sUnionStore","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::sInter","p":"Swoole/Coroutine/Redis.html#method_sInter","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::sInterStore","p":"Swoole/Coroutine/Redis.html#method_sInterStore","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::sRemove","p":"Swoole/Coroutine/Redis.html#method_sRemove","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::srem","p":"Swoole/Coroutine/Redis.html#method_srem","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::zDelete","p":"Swoole/Coroutine/Redis.html#method_zDelete","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::zRemove","p":"Swoole/Coroutine/Redis.html#method_zRemove","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::zRem","p":"Swoole/Coroutine/Redis.html#method_zRem","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::pSubscribe","p":"Swoole/Coroutine/Redis.html#method_pSubscribe","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::subscribe","p":"Swoole/Coroutine/Redis.html#method_subscribe","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::unsubscribe","p":"Swoole/Coroutine/Redis.html#method_unsubscribe","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::pUnSubscribe","p":"Swoole/Coroutine/Redis.html#method_pUnSubscribe","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::multi","p":"Swoole/Coroutine/Redis.html#method_multi","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::exec","p":"Swoole/Coroutine/Redis.html#method_exec","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::eval","p":"Swoole/Coroutine/Redis.html#method_eval","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::evalSha","p":"Swoole/Coroutine/Redis.html#method_evalSha","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::script","p":"Swoole/Coroutine/Redis.html#method_script","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::xLen","p":"Swoole/Coroutine/Redis.html#method_xLen","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::xAdd","p":"Swoole/Coroutine/Redis.html#method_xAdd","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::xRead","p":"Swoole/Coroutine/Redis.html#method_xRead","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::xDel","p":"Swoole/Coroutine/Redis.html#method_xDel","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::xRange","p":"Swoole/Coroutine/Redis.html#method_xRange","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::xRevRange","p":"Swoole/Coroutine/Redis.html#method_xRevRange","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::xTrim","p":"Swoole/Coroutine/Redis.html#method_xTrim","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::xGroupCreate","p":"Swoole/Coroutine/Redis.html#method_xGroupCreate","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::xGroupSetId","p":"Swoole/Coroutine/Redis.html#method_xGroupSetId","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::xGroupDestroy","p":"Swoole/Coroutine/Redis.html#method_xGroupDestroy","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::xGroupCreateConsumer","p":"Swoole/Coroutine/Redis.html#method_xGroupCreateConsumer","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::xGroupDelConsumer","p":"Swoole/Coroutine/Redis.html#method_xGroupDelConsumer","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::xReadGroup","p":"Swoole/Coroutine/Redis.html#method_xReadGroup","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::xPending","p":"Swoole/Coroutine/Redis.html#method_xPending","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::xAck","p":"Swoole/Coroutine/Redis.html#method_xAck","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::xClaim","p":"Swoole/Coroutine/Redis.html#method_xClaim","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::xAutoClaim","p":"Swoole/Coroutine/Redis.html#method_xAutoClaim","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::xInfoConsumers","p":"Swoole/Coroutine/Redis.html#method_xInfoConsumers","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::xInfoGroups","p":"Swoole/Coroutine/Redis.html#method_xInfoGroups","d":""},{"t":"M","n":"Swoole\\Coroutine\\Redis::xInfoStream","p":"Swoole/Coroutine/Redis.html#method_xInfoStream","d":""},{"t":"M","n":"Swoole\\Coroutine\\Scheduler::add","p":"Swoole/Coroutine/Scheduler.html#method_add","d":"

    Add a task (implemented in a callback).

    "},{"t":"M","n":"Swoole\\Coroutine\\Scheduler::parallel","p":"Swoole/Coroutine/Scheduler.html#method_parallel","d":"

    Add a list of tasks (implemented in callbacks).

    "},{"t":"M","n":"Swoole\\Coroutine\\Scheduler::set","p":"Swoole/Coroutine/Scheduler.html#method_set","d":"

    To set runtime configurations of coroutines.

    "},{"t":"M","n":"Swoole\\Coroutine\\Scheduler::getOptions","p":"Swoole/Coroutine/Scheduler.html#method_getOptions","d":"

    To get runtime configurations of coroutines.

    "},{"t":"M","n":"Swoole\\Coroutine\\Scheduler::start","p":"Swoole/Coroutine/Scheduler.html#method_start","d":"

    Start running the list of tasks (callbacks) added through method add() and parallel().

    "},{"t":"M","n":"Swoole\\Coroutine\\Socket::__construct","p":"Swoole/Coroutine/Socket.html#method___construct","d":null},{"t":"M","n":"Swoole\\Coroutine\\Socket::bind","p":"Swoole/Coroutine/Socket.html#method_bind","d":""},{"t":"M","n":"Swoole\\Coroutine\\Socket::listen","p":"Swoole/Coroutine/Socket.html#method_listen","d":""},{"t":"M","n":"Swoole\\Coroutine\\Socket::accept","p":"Swoole/Coroutine/Socket.html#method_accept","d":""},{"t":"M","n":"Swoole\\Coroutine\\Socket::connect","p":"Swoole/Coroutine/Socket.html#method_connect","d":""},{"t":"M","n":"Swoole\\Coroutine\\Socket::checkLiveness","p":"Swoole/Coroutine/Socket.html#method_checkLiveness","d":""},{"t":"M","n":"Swoole\\Coroutine\\Socket::peek","p":"Swoole/Coroutine/Socket.html#method_peek","d":""},{"t":"M","n":"Swoole\\Coroutine\\Socket::recv","p":"Swoole/Coroutine/Socket.html#method_recv","d":""},{"t":"M","n":"Swoole\\Coroutine\\Socket::recvAll","p":"Swoole/Coroutine/Socket.html#method_recvAll","d":""},{"t":"M","n":"Swoole\\Coroutine\\Socket::recvLine","p":"Swoole/Coroutine/Socket.html#method_recvLine","d":""},{"t":"M","n":"Swoole\\Coroutine\\Socket::recvWithBuffer","p":"Swoole/Coroutine/Socket.html#method_recvWithBuffer","d":""},{"t":"M","n":"Swoole\\Coroutine\\Socket::recvPacket","p":"Swoole/Coroutine/Socket.html#method_recvPacket","d":""},{"t":"M","n":"Swoole\\Coroutine\\Socket::send","p":"Swoole/Coroutine/Socket.html#method_send","d":""},{"t":"M","n":"Swoole\\Coroutine\\Socket::readVector","p":"Swoole/Coroutine/Socket.html#method_readVector","d":""},{"t":"M","n":"Swoole\\Coroutine\\Socket::readVectorAll","p":"Swoole/Coroutine/Socket.html#method_readVectorAll","d":""},{"t":"M","n":"Swoole\\Coroutine\\Socket::writeVector","p":"Swoole/Coroutine/Socket.html#method_writeVector","d":""},{"t":"M","n":"Swoole\\Coroutine\\Socket::writeVectorAll","p":"Swoole/Coroutine/Socket.html#method_writeVectorAll","d":""},{"t":"M","n":"Swoole\\Coroutine\\Socket::sendFile","p":"Swoole/Coroutine/Socket.html#method_sendFile","d":""},{"t":"M","n":"Swoole\\Coroutine\\Socket::sendAll","p":"Swoole/Coroutine/Socket.html#method_sendAll","d":""},{"t":"M","n":"Swoole\\Coroutine\\Socket::recvfrom","p":"Swoole/Coroutine/Socket.html#method_recvfrom","d":""},{"t":"M","n":"Swoole\\Coroutine\\Socket::sendto","p":"Swoole/Coroutine/Socket.html#method_sendto","d":""},{"t":"M","n":"Swoole\\Coroutine\\Socket::getOption","p":"Swoole/Coroutine/Socket.html#method_getOption","d":""},{"t":"M","n":"Swoole\\Coroutine\\Socket::setProtocol","p":"Swoole/Coroutine/Socket.html#method_setProtocol","d":""},{"t":"M","n":"Swoole\\Coroutine\\Socket::setOption","p":"Swoole/Coroutine/Socket.html#method_setOption","d":""},{"t":"M","n":"Swoole\\Coroutine\\Socket::sslHandshake","p":"Swoole/Coroutine/Socket.html#method_sslHandshake","d":null},{"t":"M","n":"Swoole\\Coroutine\\Socket::shutdown","p":"Swoole/Coroutine/Socket.html#method_shutdown","d":""},{"t":"M","n":"Swoole\\Coroutine\\Socket::cancel","p":"Swoole/Coroutine/Socket.html#method_cancel","d":""},{"t":"M","n":"Swoole\\Coroutine\\Socket::close","p":"Swoole/Coroutine/Socket.html#method_close","d":null},{"t":"M","n":"Swoole\\Coroutine\\Socket::getpeername","p":"Swoole/Coroutine/Socket.html#method_getpeername","d":""},{"t":"M","n":"Swoole\\Coroutine\\Socket::getsockname","p":"Swoole/Coroutine/Socket.html#method_getsockname","d":""},{"t":"M","n":"Swoole\\Coroutine\\Socket::isClosed","p":"Swoole/Coroutine/Socket.html#method_isClosed","d":""},{"t":"M","n":"Swoole\\Coroutine\\System::gethostbyname","p":"Swoole/Coroutine/System.html#method_gethostbyname","d":""},{"t":"M","n":"Swoole\\Coroutine\\System::dnsLookup","p":"Swoole/Coroutine/System.html#method_dnsLookup","d":""},{"t":"M","n":"Swoole\\Coroutine\\System::exec","p":"Swoole/Coroutine/System.html#method_exec","d":""},{"t":"M","n":"Swoole\\Coroutine\\System::sleep","p":"Swoole/Coroutine/System.html#method_sleep","d":""},{"t":"M","n":"Swoole\\Coroutine\\System::getaddrinfo","p":"Swoole/Coroutine/System.html#method_getaddrinfo","d":""},{"t":"M","n":"Swoole\\Coroutine\\System::statvfs","p":"Swoole/Coroutine/System.html#method_statvfs","d":""},{"t":"M","n":"Swoole\\Coroutine\\System::readFile","p":"Swoole/Coroutine/System.html#method_readFile","d":""},{"t":"M","n":"Swoole\\Coroutine\\System::writeFile","p":"Swoole/Coroutine/System.html#method_writeFile","d":""},{"t":"M","n":"Swoole\\Coroutine\\System::wait","p":"Swoole/Coroutine/System.html#method_wait","d":""},{"t":"M","n":"Swoole\\Coroutine\\System::waitPid","p":"Swoole/Coroutine/System.html#method_waitPid","d":""},{"t":"M","n":"Swoole\\Coroutine\\System::waitSignal","p":"Swoole/Coroutine/System.html#method_waitSignal","d":""},{"t":"M","n":"Swoole\\Coroutine\\System::waitEvent","p":"Swoole/Coroutine/System.html#method_waitEvent","d":""},{"t":"M","n":"Swoole\\Coroutine\\System::fread","p":"Swoole/Coroutine/System.html#method_fread","d":""},{"t":"M","n":"Swoole\\Coroutine\\System::fwrite","p":"Swoole/Coroutine/System.html#method_fwrite","d":""},{"t":"M","n":"Swoole\\Coroutine\\System::fgets","p":"Swoole/Coroutine/System.html#method_fgets","d":""},{"t":"M","n":"Swoole\\Event::add","p":"Swoole/Event.html#method_add","d":""},{"t":"M","n":"Swoole\\Event::del","p":"Swoole/Event.html#method_del","d":""},{"t":"M","n":"Swoole\\Event::set","p":"Swoole/Event.html#method_set","d":""},{"t":"M","n":"Swoole\\Event::isset","p":"Swoole/Event.html#method_isset","d":""},{"t":"M","n":"Swoole\\Event::dispatch","p":"Swoole/Event.html#method_dispatch","d":""},{"t":"M","n":"Swoole\\Event::defer","p":"Swoole/Event.html#method_defer","d":""},{"t":"M","n":"Swoole\\Event::cycle","p":"Swoole/Event.html#method_cycle","d":""},{"t":"M","n":"Swoole\\Event::write","p":"Swoole/Event.html#method_write","d":""},{"t":"M","n":"Swoole\\Event::wait","p":"Swoole/Event.html#method_wait","d":""},{"t":"M","n":"Swoole\\Event::rshutdown","p":"Swoole/Event.html#method_rshutdown","d":""},{"t":"M","n":"Swoole\\Event::exit","p":"Swoole/Event.html#method_exit","d":""},{"t":"M","n":"Swoole\\ExitException::getFlags","p":"Swoole/ExitException.html#method_getFlags","d":""},{"t":"M","n":"Swoole\\ExitException::getStatus","p":"Swoole/ExitException.html#method_getStatus","d":""},{"t":"M","n":"Swoole\\Http\\Request::__destruct","p":"Swoole/Http/Request.html#method___destruct","d":null},{"t":"M","n":"Swoole\\Http\\Request::getContent","p":"Swoole/Http/Request.html#method_getContent","d":"

    Get the request content, kind of like function call fopen('php://input').

    "},{"t":"M","n":"Swoole\\Http\\Request::rawContent","p":"Swoole/Http/Request.html#method_rawContent","d":"

    Get the request content, kind of like function call fopen('php://input').

    "},{"t":"M","n":"Swoole\\Http\\Request::getData","p":"Swoole/Http/Request.html#method_getData","d":""},{"t":"M","n":"Swoole\\Http\\Request::create","p":"Swoole/Http/Request.html#method_create","d":""},{"t":"M","n":"Swoole\\Http\\Request::parse","p":"Swoole/Http/Request.html#method_parse","d":""},{"t":"M","n":"Swoole\\Http\\Request::isCompleted","p":"Swoole/Http/Request.html#method_isCompleted","d":""},{"t":"M","n":"Swoole\\Http\\Request::getMethod","p":"Swoole/Http/Request.html#method_getMethod","d":""},{"t":"M","n":"Swoole\\Http\\Response::__destruct","p":"Swoole/Http/Response.html#method___destruct","d":null},{"t":"M","n":"Swoole\\Http\\Response::initHeader","p":"Swoole/Http/Response.html#method_initHeader","d":""},{"t":"M","n":"Swoole\\Http\\Response::isWritable","p":"Swoole/Http/Response.html#method_isWritable","d":""},{"t":"M","n":"Swoole\\Http\\Response::cookie","p":"Swoole/Http/Response.html#method_cookie","d":""},{"t":"M","n":"Swoole\\Http\\Response::setCookie","p":"Swoole/Http/Response.html#method_setCookie","d":""},{"t":"M","n":"Swoole\\Http\\Response::rawcookie","p":"Swoole/Http/Response.html#method_rawcookie","d":""},{"t":"M","n":"Swoole\\Http\\Response::status","p":"Swoole/Http/Response.html#method_status","d":""},{"t":"M","n":"Swoole\\Http\\Response::setStatusCode","p":"Swoole/Http/Response.html#method_setStatusCode","d":""},{"t":"M","n":"Swoole\\Http\\Response::header","p":"Swoole/Http/Response.html#method_header","d":""},{"t":"M","n":"Swoole\\Http\\Response::setHeader","p":"Swoole/Http/Response.html#method_setHeader","d":""},{"t":"M","n":"Swoole\\Http\\Response::trailer","p":"Swoole/Http/Response.html#method_trailer","d":""},{"t":"M","n":"Swoole\\Http\\Response::ping","p":"Swoole/Http/Response.html#method_ping","d":""},{"t":"M","n":"Swoole\\Http\\Response::goaway","p":"Swoole/Http/Response.html#method_goaway","d":""},{"t":"M","n":"Swoole\\Http\\Response::write","p":"Swoole/Http/Response.html#method_write","d":""},{"t":"M","n":"Swoole\\Http\\Response::end","p":"Swoole/Http/Response.html#method_end","d":""},{"t":"M","n":"Swoole\\Http\\Response::sendfile","p":"Swoole/Http/Response.html#method_sendfile","d":""},{"t":"M","n":"Swoole\\Http\\Response::redirect","p":"Swoole/Http/Response.html#method_redirect","d":""},{"t":"M","n":"Swoole\\Http\\Response::detach","p":"Swoole/Http/Response.html#method_detach","d":""},{"t":"M","n":"Swoole\\Http\\Response::create","p":"Swoole/Http/Response.html#method_create","d":""},{"t":"M","n":"Swoole\\Http\\Response::upgrade","p":"Swoole/Http/Response.html#method_upgrade","d":""},{"t":"M","n":"Swoole\\Http\\Response::push","p":"Swoole/Http/Response.html#method_push","d":""},{"t":"M","n":"Swoole\\Http\\Response::recv","p":"Swoole/Http/Response.html#method_recv","d":""},{"t":"M","n":"Swoole\\Http\\Response::close","p":"Swoole/Http/Response.html#method_close","d":""},{"t":"M","n":"Swoole\\Lock::__construct","p":"Swoole/Lock.html#method___construct","d":null},{"t":"M","n":"Swoole\\Lock::lock","p":"Swoole/Lock.html#method_lock","d":""},{"t":"M","n":"Swoole\\Lock::lockwait","p":"Swoole/Lock.html#method_lockwait","d":""},{"t":"M","n":"Swoole\\Lock::trylock","p":"Swoole/Lock.html#method_trylock","d":""},{"t":"M","n":"Swoole\\Lock::lock_read","p":"Swoole/Lock.html#method_lock_read","d":""},{"t":"M","n":"Swoole\\Lock::trylock_read","p":"Swoole/Lock.html#method_trylock_read","d":""},{"t":"M","n":"Swoole\\Lock::unlock","p":"Swoole/Lock.html#method_unlock","d":""},{"t":"M","n":"Swoole\\Lock::destroy","p":"Swoole/Lock.html#method_destroy","d":null},{"t":"M","n":"Swoole\\Process::__construct","p":"Swoole/Process.html#method___construct","d":null},{"t":"M","n":"Swoole\\Process::__destruct","p":"Swoole/Process.html#method___destruct","d":null},{"t":"M","n":"Swoole\\Process::wait","p":"Swoole/Process.html#method_wait","d":""},{"t":"M","n":"Swoole\\Process::signal","p":"Swoole/Process.html#method_signal","d":""},{"t":"M","n":"Swoole\\Process::alarm","p":"Swoole/Process.html#method_alarm","d":""},{"t":"M","n":"Swoole\\Process::kill","p":"Swoole/Process.html#method_kill","d":""},{"t":"M","n":"Swoole\\Process::daemon","p":"Swoole/Process.html#method_daemon","d":""},{"t":"M","n":"Swoole\\Process::setPriority","p":"Swoole/Process.html#method_setPriority","d":""},{"t":"M","n":"Swoole\\Process::getPriority","p":"Swoole/Process.html#method_getPriority","d":""},{"t":"M","n":"Swoole\\Process::set","p":"Swoole/Process.html#method_set","d":""},{"t":"M","n":"Swoole\\Process::setTimeout","p":"Swoole/Process.html#method_setTimeout","d":""},{"t":"M","n":"Swoole\\Process::setBlocking","p":"Swoole/Process.html#method_setBlocking","d":""},{"t":"M","n":"Swoole\\Process::useQueue","p":"Swoole/Process.html#method_useQueue","d":""},{"t":"M","n":"Swoole\\Process::statQueue","p":"Swoole/Process.html#method_statQueue","d":""},{"t":"M","n":"Swoole\\Process::freeQueue","p":"Swoole/Process.html#method_freeQueue","d":""},{"t":"M","n":"Swoole\\Process::start","p":"Swoole/Process.html#method_start","d":""},{"t":"M","n":"Swoole\\Process::write","p":"Swoole/Process.html#method_write","d":""},{"t":"M","n":"Swoole\\Process::close","p":"Swoole/Process.html#method_close","d":""},{"t":"M","n":"Swoole\\Process::read","p":"Swoole/Process.html#method_read","d":""},{"t":"M","n":"Swoole\\Process::push","p":"Swoole/Process.html#method_push","d":""},{"t":"M","n":"Swoole\\Process::pop","p":"Swoole/Process.html#method_pop","d":""},{"t":"M","n":"Swoole\\Process::exit","p":"Swoole/Process.html#method_exit","d":""},{"t":"M","n":"Swoole\\Process::exec","p":"Swoole/Process.html#method_exec","d":""},{"t":"M","n":"Swoole\\Process::exportSocket","p":"Swoole/Process.html#method_exportSocket","d":""},{"t":"M","n":"Swoole\\Process::name","p":"Swoole/Process.html#method_name","d":""},{"t":"M","n":"Swoole\\Process\\Pool::__construct","p":"Swoole/Process/Pool.html#method___construct","d":null},{"t":"M","n":"Swoole\\Process\\Pool::__destruct","p":"Swoole/Process/Pool.html#method___destruct","d":null},{"t":"M","n":"Swoole\\Process\\Pool::set","p":"Swoole/Process/Pool.html#method_set","d":""},{"t":"M","n":"Swoole\\Process\\Pool::on","p":"Swoole/Process/Pool.html#method_on","d":""},{"t":"M","n":"Swoole\\Process\\Pool::getProcess","p":"Swoole/Process/Pool.html#method_getProcess","d":""},{"t":"M","n":"Swoole\\Process\\Pool::listen","p":"Swoole/Process/Pool.html#method_listen","d":""},{"t":"M","n":"Swoole\\Process\\Pool::write","p":"Swoole/Process/Pool.html#method_write","d":""},{"t":"M","n":"Swoole\\Process\\Pool::detach","p":"Swoole/Process/Pool.html#method_detach","d":""},{"t":"M","n":"Swoole\\Process\\Pool::start","p":"Swoole/Process/Pool.html#method_start","d":""},{"t":"M","n":"Swoole\\Process\\Pool::stop","p":"Swoole/Process/Pool.html#method_stop","d":""},{"t":"M","n":"Swoole\\Process\\Pool::shutdown","p":"Swoole/Process/Pool.html#method_shutdown","d":""},{"t":"M","n":"Swoole\\Redis\\Server::setHandler","p":"Swoole/Redis/Server.html#method_setHandler","d":"

    Set a handler (a callback function) to process a given Redis command.

    "},{"t":"M","n":"Swoole\\Redis\\Server::getHandler","p":"Swoole/Redis/Server.html#method_getHandler","d":""},{"t":"M","n":"Swoole\\Redis\\Server::format","p":"Swoole/Redis/Server.html#method_format","d":"

    Format a reply.

    "},{"t":"M","n":"Swoole\\Runtime::enableCoroutine","p":"Swoole/Runtime.html#method_enableCoroutine","d":"

    To enable/disable runtime hooks in coroutines.

    "},{"t":"M","n":"Swoole\\Runtime::getHookFlags","p":"Swoole/Runtime.html#method_getHookFlags","d":""},{"t":"M","n":"Swoole\\Runtime::setHookFlags","p":"Swoole/Runtime.html#method_setHookFlags","d":""},{"t":"M","n":"Swoole\\Server::__construct","p":"Swoole/Server.html#method___construct","d":null},{"t":"M","n":"Swoole\\Server::__destruct","p":"Swoole/Server.html#method___destruct","d":null},{"t":"M","n":"Swoole\\Server::listen","p":"Swoole/Server.html#method_listen","d":""},{"t":"M","n":"Swoole\\Server::addlistener","p":"Swoole/Server.html#method_addlistener","d":""},{"t":"M","n":"Swoole\\Server::on","p":"Swoole/Server.html#method_on","d":""},{"t":"M","n":"Swoole\\Server::getCallback","p":"Swoole/Server.html#method_getCallback","d":""},{"t":"M","n":"Swoole\\Server::set","p":"Swoole/Server.html#method_set","d":""},{"t":"M","n":"Swoole\\Server::start","p":"Swoole/Server.html#method_start","d":""},{"t":"M","n":"Swoole\\Server::send","p":"Swoole/Server.html#method_send","d":""},{"t":"M","n":"Swoole\\Server::sendto","p":"Swoole/Server.html#method_sendto","d":""},{"t":"M","n":"Swoole\\Server::sendwait","p":"Swoole/Server.html#method_sendwait","d":""},{"t":"M","n":"Swoole\\Server::exists","p":"Swoole/Server.html#method_exists","d":""},{"t":"M","n":"Swoole\\Server::exist","p":"Swoole/Server.html#method_exist","d":""},{"t":"M","n":"Swoole\\Server::protect","p":"Swoole/Server.html#method_protect","d":""},{"t":"M","n":"Swoole\\Server::sendfile","p":"Swoole/Server.html#method_sendfile","d":""},{"t":"M","n":"Swoole\\Server::close","p":"Swoole/Server.html#method_close","d":""},{"t":"M","n":"Swoole\\Server::confirm","p":"Swoole/Server.html#method_confirm","d":""},{"t":"M","n":"Swoole\\Server::pause","p":"Swoole/Server.html#method_pause","d":""},{"t":"M","n":"Swoole\\Server::resume","p":"Swoole/Server.html#method_resume","d":""},{"t":"M","n":"Swoole\\Server::task","p":"Swoole/Server.html#method_task","d":""},{"t":"M","n":"Swoole\\Server::taskwait","p":"Swoole/Server.html#method_taskwait","d":""},{"t":"M","n":"Swoole\\Server::taskWaitMulti","p":"Swoole/Server.html#method_taskWaitMulti","d":""},{"t":"M","n":"Swoole\\Server::taskCo","p":"Swoole/Server.html#method_taskCo","d":""},{"t":"M","n":"Swoole\\Server::finish","p":"Swoole/Server.html#method_finish","d":""},{"t":"M","n":"Swoole\\Server::reload","p":"Swoole/Server.html#method_reload","d":""},{"t":"M","n":"Swoole\\Server::shutdown","p":"Swoole/Server.html#method_shutdown","d":""},{"t":"M","n":"Swoole\\Server::stop","p":"Swoole/Server.html#method_stop","d":""},{"t":"M","n":"Swoole\\Server::getLastError","p":"Swoole/Server.html#method_getLastError","d":""},{"t":"M","n":"Swoole\\Server::heartbeat","p":"Swoole/Server.html#method_heartbeat","d":""},{"t":"M","n":"Swoole\\Server::getClientInfo","p":"Swoole/Server.html#method_getClientInfo","d":""},{"t":"M","n":"Swoole\\Server::getClientList","p":"Swoole/Server.html#method_getClientList","d":""},{"t":"M","n":"Swoole\\Server::getWorkerId","p":"Swoole/Server.html#method_getWorkerId","d":"

    Get the ID of current worker (either an event worker or a task worker).

    "},{"t":"M","n":"Swoole\\Server::getWorkerPid","p":"Swoole/Server.html#method_getWorkerPid","d":"

    Get the process ID of a given worker process (specified by a worker ID).

    "},{"t":"M","n":"Swoole\\Server::getWorkerStatus","p":"Swoole/Server.html#method_getWorkerStatus","d":""},{"t":"M","n":"Swoole\\Server::command","p":"Swoole/Server.html#method_command","d":"

    Run a customized command in a specified process of Swoole.

    "},{"t":"M","n":"Swoole\\Server::addCommand","p":"Swoole/Server.html#method_addCommand","d":"

    Add a customized command.

    "},{"t":"M","n":"Swoole\\Server::getManagerPid","p":"Swoole/Server.html#method_getManagerPid","d":""},{"t":"M","n":"Swoole\\Server::getMasterPid","p":"Swoole/Server.html#method_getMasterPid","d":""},{"t":"M","n":"Swoole\\Server::connection_info","p":"Swoole/Server.html#method_connection_info","d":""},{"t":"M","n":"Swoole\\Server::connection_list","p":"Swoole/Server.html#method_connection_list","d":""},{"t":"M","n":"Swoole\\Server::sendMessage","p":"Swoole/Server.html#method_sendMessage","d":""},{"t":"M","n":"Swoole\\Server::addProcess","p":"Swoole/Server.html#method_addProcess","d":""},{"t":"M","n":"Swoole\\Server::stats","p":"Swoole/Server.html#method_stats","d":""},{"t":"M","n":"Swoole\\Server::getSocket","p":"Swoole/Server.html#method_getSocket","d":""},{"t":"M","n":"Swoole\\Server::bind","p":"Swoole/Server.html#method_bind","d":""},{"t":"M","n":"Swoole\\Server::after","p":"Swoole/Server.html#method_after","d":"

    Alias of method \\Swoole\\Timer::after().

    "},{"t":"M","n":"Swoole\\Server::tick","p":"Swoole/Server.html#method_tick","d":"

    Alias of method \\Swoole\\Timer::tick().

    "},{"t":"M","n":"Swoole\\Server::clearTimer","p":"Swoole/Server.html#method_clearTimer","d":"

    Alias of method \\Swoole\\Timer::clear().

    "},{"t":"M","n":"Swoole\\Server::defer","p":"Swoole/Server.html#method_defer","d":"

    Alias of method \\Swoole\\Event::defer().

    "},{"t":"M","n":"Swoole\\Server\\Port::__destruct","p":"Swoole/Server/Port.html#method___destruct","d":null},{"t":"M","n":"Swoole\\Server\\Port::set","p":"Swoole/Server/Port.html#method_set","d":""},{"t":"M","n":"Swoole\\Server\\Port::on","p":"Swoole/Server/Port.html#method_on","d":""},{"t":"M","n":"Swoole\\Server\\Port::getCallback","p":"Swoole/Server/Port.html#method_getCallback","d":""},{"t":"M","n":"Swoole\\Server\\Port::getSocket","p":"Swoole/Server/Port.html#method_getSocket","d":""},{"t":"M","n":"Swoole\\Server\\Task::finish","p":"Swoole/Server/Task.html#method_finish","d":""},{"t":"M","n":"Swoole\\Server\\Task::pack","p":"Swoole/Server/Task.html#method_pack","d":""},{"t":"M","n":"Swoole\\Table::__construct","p":"Swoole/Table.html#method___construct","d":null},{"t":"M","n":"Swoole\\Table::column","p":"Swoole/Table.html#method_column","d":""},{"t":"M","n":"Swoole\\Table::create","p":"Swoole/Table.html#method_create","d":""},{"t":"M","n":"Swoole\\Table::destroy","p":"Swoole/Table.html#method_destroy","d":""},{"t":"M","n":"Swoole\\Table::set","p":"Swoole/Table.html#method_set","d":""},{"t":"M","n":"Swoole\\Table::stats","p":"Swoole/Table.html#method_stats","d":""},{"t":"M","n":"Swoole\\Table::get","p":"Swoole/Table.html#method_get","d":""},{"t":"M","n":"Swoole\\Table::del","p":"Swoole/Table.html#method_del","d":"

    This method has an alias of \\Swoole\\Table::delete().

    "},{"t":"M","n":"Swoole\\Table::delete","p":"Swoole/Table.html#method_delete","d":"

    Alias of method \\Swoole\\Table::del().

    "},{"t":"M","n":"Swoole\\Table::exists","p":"Swoole/Table.html#method_exists","d":"

    This method has an alias of \\Swoole\\Table::exist().

    "},{"t":"M","n":"Swoole\\Table::exist","p":"Swoole/Table.html#method_exist","d":"

    Alias of method \\Swoole\\Table::exists().

    "},{"t":"M","n":"Swoole\\Table::incr","p":"Swoole/Table.html#method_incr","d":""},{"t":"M","n":"Swoole\\Table::decr","p":"Swoole/Table.html#method_decr","d":""},{"t":"M","n":"Swoole\\Table::getSize","p":"Swoole/Table.html#method_getSize","d":""},{"t":"M","n":"Swoole\\Table::getMemorySize","p":"Swoole/Table.html#method_getMemorySize","d":""},{"t":"M","n":"Swoole\\Table::current","p":"Swoole/Table.html#method_current","d":""},{"t":"M","n":"Swoole\\Table::key","p":"Swoole/Table.html#method_key","d":""},{"t":"M","n":"Swoole\\Table::next","p":"Swoole/Table.html#method_next","d":""},{"t":"M","n":"Swoole\\Table::rewind","p":"Swoole/Table.html#method_rewind","d":""},{"t":"M","n":"Swoole\\Table::valid","p":"Swoole/Table.html#method_valid","d":""},{"t":"M","n":"Swoole\\Table::offsetExists","p":"Swoole/Table.html#method_offsetExists","d":"

    Whether or not an offset exists.

    "},{"t":"M","n":"Swoole\\Table::offsetGet","p":"Swoole/Table.html#method_offsetGet","d":"

    Returns the value at specified offset.

    "},{"t":"M","n":"Swoole\\Table::offsetSet","p":"Swoole/Table.html#method_offsetSet","d":"

    Assigns a value to the specified offset.

    "},{"t":"M","n":"Swoole\\Table::offsetUnset","p":"Swoole/Table.html#method_offsetUnset","d":"

    Unsets an offset.

    "},{"t":"M","n":"Swoole\\Table::count","p":"Swoole/Table.html#method_count","d":""},{"t":"M","n":"Swoole\\Timer::set","p":"Swoole/Timer.html#method_set","d":""},{"t":"M","n":"Swoole\\Timer::tick","p":"Swoole/Timer.html#method_tick","d":""},{"t":"M","n":"Swoole\\Timer::after","p":"Swoole/Timer.html#method_after","d":""},{"t":"M","n":"Swoole\\Timer::exists","p":"Swoole/Timer.html#method_exists","d":""},{"t":"M","n":"Swoole\\Timer::info","p":"Swoole/Timer.html#method_info","d":""},{"t":"M","n":"Swoole\\Timer::stats","p":"Swoole/Timer.html#method_stats","d":""},{"t":"M","n":"Swoole\\Timer::list","p":"Swoole/Timer.html#method_list","d":""},{"t":"M","n":"Swoole\\Timer::clear","p":"Swoole/Timer.html#method_clear","d":""},{"t":"M","n":"Swoole\\Timer::clearAll","p":"Swoole/Timer.html#method_clearAll","d":""},{"t":"M","n":"Swoole\\WebSocket\\Frame::__toString","p":"Swoole/WebSocket/Frame.html#method___toString","d":null},{"t":"M","n":"Swoole\\WebSocket\\Frame::pack","p":"Swoole/WebSocket/Frame.html#method_pack","d":""},{"t":"M","n":"Swoole\\WebSocket\\Frame::unpack","p":"Swoole/WebSocket/Frame.html#method_unpack","d":""},{"t":"M","n":"Swoole\\WebSocket\\Server::push","p":"Swoole/WebSocket/Server.html#method_push","d":""},{"t":"M","n":"Swoole\\WebSocket\\Server::disconnect","p":"Swoole/WebSocket/Server.html#method_disconnect","d":""},{"t":"M","n":"Swoole\\WebSocket\\Server::isEstablished","p":"Swoole/WebSocket/Server.html#method_isEstablished","d":""},{"t":"M","n":"Swoole\\WebSocket\\Server::pack","p":"Swoole/WebSocket/Server.html#method_pack","d":""},{"t":"M","n":"Swoole\\WebSocket\\Server::unpack","p":"Swoole/WebSocket/Server.html#method_unpack","d":""},{"t":"M","n":"SyncEvent::__construct","p":"SyncEvent.html#method___construct","d":"

    SyncEvent constructor.

    "},{"t":"M","n":"SyncEvent::fire","p":"SyncEvent.html#method_fire","d":"

    Fires/sets the event

    "},{"t":"M","n":"SyncEvent::reset","p":"SyncEvent.html#method_reset","d":"

    Resets a manual event

    "},{"t":"M","n":"SyncEvent::wait","p":"SyncEvent.html#method_wait","d":"

    Waits for the event to be fired/set

    "},{"t":"M","n":"SyncMutex::__construct","p":"SyncMutex.html#method___construct","d":"

    Constructs a new SyncMutex object

    "},{"t":"M","n":"SyncMutex::lock","p":"SyncMutex.html#method_lock","d":"

    Waits for an exclusive lock

    "},{"t":"M","n":"SyncMutex::unlock","p":"SyncMutex.html#method_unlock","d":"

    Unlocks the mutex

    "},{"t":"M","n":"SyncReaderWriter::__construct","p":"SyncReaderWriter.html#method___construct","d":"

    Constructs a new SyncReaderWriter object

    "},{"t":"M","n":"SyncReaderWriter::readlock","p":"SyncReaderWriter.html#method_readlock","d":"

    Waits for a read lock

    "},{"t":"M","n":"SyncReaderWriter::readunlock","p":"SyncReaderWriter.html#method_readunlock","d":"

    Releases a read lock

    "},{"t":"M","n":"SyncReaderWriter::writelock","p":"SyncReaderWriter.html#method_writelock","d":"

    Waits for an exclusive write lock

    "},{"t":"M","n":"SyncReaderWriter::writeunlock","p":"SyncReaderWriter.html#method_writeunlock","d":"

    Releases a write lock

    "},{"t":"M","n":"SyncSemaphore::__construct","p":"SyncSemaphore.html#method___construct","d":"

    Constructs a new SyncSemaphore object

    "},{"t":"M","n":"SyncSemaphore::lock","p":"SyncSemaphore.html#method_lock","d":"

    Decreases the count of the semaphore or waits

    "},{"t":"M","n":"SyncSemaphore::unlock","p":"SyncSemaphore.html#method_unlock","d":"

    Increases the count of the semaphore

    "},{"t":"M","n":"SyncSharedMemory::__construct","p":"SyncSharedMemory.html#method___construct","d":"

    Constructs a new SyncSharedMemory object

    "},{"t":"M","n":"SyncSharedMemory::first","p":"SyncSharedMemory.html#method_first","d":"

    Check to see if the object is the first instance system-wide of named shared memory

    "},{"t":"M","n":"SyncSharedMemory::read","p":"SyncSharedMemory.html#method_read","d":"

    Copy data from named shared memory

    "},{"t":"M","n":"SyncSharedMemory::size","p":"SyncSharedMemory.html#method_size","d":"

    Returns the size of the named shared memory

    "},{"t":"M","n":"SyncSharedMemory::write","p":"SyncSharedMemory.html#method_write","d":"

    Copy data to named shared memory

    "},{"t":"M","n":"Thread::getCreatorId","p":"Thread.html#method_getCreatorId","d":"

    (PECL pthreads >= 2.0.0)
    \nWill return the identity of the Thread that created the referenced Thread

    "},{"t":"M","n":"Thread::getCurrentThread","p":"Thread.html#method_getCurrentThread","d":"

    (PECL pthreads >= 2.0.0)
    \nReturn a reference to the currently executing Thread

    "},{"t":"M","n":"Thread::getCurrentThreadId","p":"Thread.html#method_getCurrentThreadId","d":"

    (PECL pthreads >= 2.0.0)
    \nWill return the identity of the currently executing Thread

    "},{"t":"M","n":"Thread::getThreadId","p":"Thread.html#method_getThreadId","d":"

    (PECL pthreads >= 2.0.0)
    \nWill return the identity of the referenced Thread

    "},{"t":"M","n":"Thread::isJoined","p":"Thread.html#method_isJoined","d":"

    (PECL pthreads >= 2.0.0)
    \nTell if the referenced Thread has been joined

    "},{"t":"M","n":"Thread::isStarted","p":"Thread.html#method_isStarted","d":"

    (PECL pthreads >= 2.0.0)
    \nTell if the referenced Thread was started

    "},{"t":"M","n":"Thread::join","p":"Thread.html#method_join","d":"

    (PECL pthreads >= 2.0.0)
    \nCauses the calling context to wait for the referenced Thread to finish executing

    "},{"t":"M","n":"Thread::start","p":"Thread.html#method_start","d":"

    (PECL pthreads >= 2.0.0)
    \nWill start a new Thread to execute the implemented run method

    "},{"t":"M","n":"Threaded::addRef","p":"Threaded.html#method_addRef","d":"

    (PECL pthreads >= 3.0.0)
    \nIncrements the internal number of references to a Threaded object

    "},{"t":"M","n":"Threaded::chunk","p":"Threaded.html#method_chunk","d":"

    (PECL pthreads >= 2.0.0)
    \nFetches a chunk of the objects property table of the given size,\noptionally preserving keys

    "},{"t":"M","n":"Threaded::count","p":"Threaded.html#method_count","d":"

    (PECL pthreads >= 2.0.0)
    \nReturns the number of properties for this object

    "},{"t":"M","n":"Threaded::delRef","p":"Threaded.html#method_delRef","d":"

    (PECL pthreads >= 3.0.0)
    \nDecrements the internal number of references to a Threaded object

    "},{"t":"M","n":"Threaded::extend","p":"Threaded.html#method_extend","d":"

    (PECL pthreads >= 2.0.8)
    \nMakes thread safe standard class at runtime

    "},{"t":"M","n":"Threaded::getRefCount","p":"Threaded.html#method_getRefCount","d":"

    (PECL pthreads >= 3.0.0)
    \nRetrieves the internal number of references to a Threaded object

    "},{"t":"M","n":"Threaded::isRunning","p":"Threaded.html#method_isRunning","d":"

    (PECL pthreads >= 2.0.0)
    \nTell if the referenced object is executing

    "},{"t":"M","n":"Threaded::isGarbage","p":"Threaded.html#method_isGarbage","d":"

    (PECL pthreads >= 3.1.0)

    "},{"t":"M","n":"Threaded::isTerminated","p":"Threaded.html#method_isTerminated","d":"

    (PECL pthreads >= 2.0.0)
    \nTell if the referenced object was terminated during execution; suffered\nfatal errors, or threw uncaught exceptions

    "},{"t":"M","n":"Threaded::merge","p":"Threaded.html#method_merge","d":"

    (PECL pthreads >= 2.0.0)
    \nMerges data into the current object

    "},{"t":"M","n":"Threaded::notify","p":"Threaded.html#method_notify","d":"

    (PECL pthreads >= 2.0.0)
    \nSend notification to the referenced object

    "},{"t":"M","n":"Threaded::notifyOne","p":"Threaded.html#method_notifyOne","d":"

    (PECL pthreads >= 3.0.0)
    \nSend notification to the referenced object. This unblocks at least one\nof the blocked threads (as opposed to unblocking all of them, as seen with\nThreaded::notify()).

    "},{"t":"M","n":"Threaded::pop","p":"Threaded.html#method_pop","d":"

    (PECL pthreads >= 2.0.0)
    \nPops an item from the objects property table

    "},{"t":"M","n":"Threaded::run","p":"Threaded.html#method_run","d":"

    (PECL pthreads >= 2.0.0)
    \nThe programmer should always implement the run method for objects\nthat are intended for execution.

    "},{"t":"M","n":"Threaded::shift","p":"Threaded.html#method_shift","d":"

    (PECL pthreads >= 2.0.0)
    \nShifts an item from the objects property table

    "},{"t":"M","n":"Threaded::synchronized","p":"Threaded.html#method_synchronized","d":"

    (PECL pthreads >= 2.0.0)
    \nExecutes the block while retaining the referenced objects\nsynchronization lock for the calling context

    "},{"t":"M","n":"Threaded::wait","p":"Threaded.html#method_wait","d":"

    (PECL pthreads >= 2.0.0)
    \nWill cause the calling context to wait for notification from the\nreferenced object

    "},{"t":"M","n":"Threaded::offsetExists","p":"Threaded.html#method_offsetExists","d":""},{"t":"M","n":"Threaded::offsetGet","p":"Threaded.html#method_offsetGet","d":""},{"t":"M","n":"Threaded::offsetSet","p":"Threaded.html#method_offsetSet","d":""},{"t":"M","n":"Threaded::offsetUnset","p":"Threaded.html#method_offsetUnset","d":""},{"t":"M","n":"Throwable::getMessage","p":"Throwable.html#method_getMessage","d":"

    Gets the message

    "},{"t":"M","n":"Throwable::getCode","p":"Throwable.html#method_getCode","d":"

    Gets the exception code

    "},{"t":"M","n":"Throwable::getFile","p":"Throwable.html#method_getFile","d":"

    Gets the file in which the exception occurred

    "},{"t":"M","n":"Throwable::getLine","p":"Throwable.html#method_getLine","d":"

    Gets the line on which the object was instantiated

    "},{"t":"M","n":"Throwable::getTrace","p":"Throwable.html#method_getTrace","d":"

    Gets the stack trace

    "},{"t":"M","n":"Throwable::getTraceAsString","p":"Throwable.html#method_getTraceAsString","d":"

    Gets the stack trace as a string

    "},{"t":"M","n":"Throwable::getPrevious","p":"Throwable.html#method_getPrevious","d":"

    Returns the previous Throwable

    "},{"t":"M","n":"Throwable::__toString","p":"Throwable.html#method___toString","d":"

    Gets a string representation of the thrown object

    "},{"t":"M","n":"Transliterator::create","p":"Transliterator.html#method_create","d":"

    (PHP >= 5.4.0, PECL intl >= 2.0.0)
    \nCreate a transliterator

    "},{"t":"M","n":"Transliterator::createFromRules","p":"Transliterator.html#method_createFromRules","d":"

    (PHP >= 5.4.0, PECL intl >= 2.0.0)
    \nCreate transliterator from rules

    "},{"t":"M","n":"Transliterator::createInverse","p":"Transliterator.html#method_createInverse","d":"

    (PHP >= 5.4.0, PECL intl >= 2.0.0)
    \nCreate an inverse transliterator

    "},{"t":"M","n":"Transliterator::listIDs","p":"Transliterator.html#method_listIDs","d":"

    (PHP >= 5.4.0, PECL intl >= 2.0.0)
    \nGet transliterator IDs

    "},{"t":"M","n":"Transliterator::transliterate","p":"Transliterator.html#method_transliterate","d":"

    (PHP >= 5.4.0, PECL intl >= 2.0.0)
    \nTransliterate a string

    "},{"t":"M","n":"Transliterator::getErrorCode","p":"Transliterator.html#method_getErrorCode","d":"

    (PHP >= 5.4.0, PECL intl >= 2.0.0)
    \nGet last error code

    "},{"t":"M","n":"Transliterator::getErrorMessage","p":"Transliterator.html#method_getErrorMessage","d":"

    (PHP >= 5.4.0, PECL intl >= 2.0.0)
    \nGet last error message

    "},{"t":"M","n":"UConverter::__construct","p":"UConverter.html#method___construct","d":"

    (PHP 5 >=5.5.0)
    \nCreate UConverter object

    "},{"t":"M","n":"UConverter::convert","p":"UConverter.html#method_convert","d":"

    (PHP 5 >=5.5.0)
    \nConvert string from one charset to anothe

    "},{"t":"M","n":"UConverter::fromUCallback","p":"UConverter.html#method_fromUCallback","d":"

    (PHP 5 >=5.5.0)
    \nDefault "from" callback function

    "},{"t":"M","n":"UConverter::getAliases","p":"UConverter.html#method_getAliases","d":"

    (PHP 5 >=5.5.0)
    \nGet the aliases of the given name

    "},{"t":"M","n":"UConverter::getAvailable","p":"UConverter.html#method_getAvailable","d":"

    (PHP 5 >=5.5.0)
    \nGet the available canonical converter names

    "},{"t":"M","n":"UConverter::getDestinationEncoding","p":"UConverter.html#method_getDestinationEncoding","d":"

    (PHP 5 >=5.5.0)
    \nGet the destination encoding

    "},{"t":"M","n":"UConverter::getDestinationType","p":"UConverter.html#method_getDestinationType","d":"

    (PHP 5 >=5.5.0)
    \nGet the destination converter type

    "},{"t":"M","n":"UConverter::getErrorCode","p":"UConverter.html#method_getErrorCode","d":"

    (PHP 5 >=5.5.0)
    \nGet last error code on the object

    "},{"t":"M","n":"UConverter::getErrorMessage","p":"UConverter.html#method_getErrorMessage","d":"

    (PHP 5 >=5.5.0)
    \nGet last error message on the object

    "},{"t":"M","n":"UConverter::getSourceEncoding","p":"UConverter.html#method_getSourceEncoding","d":"

    (PHP 5 >=5.5.0)
    \nGet the source encoding

    "},{"t":"M","n":"UConverter::getSourceType","p":"UConverter.html#method_getSourceType","d":"

    (PHP 5 >=5.5.0)
    \nGet the source convertor type

    "},{"t":"M","n":"UConverter::getStandards","p":"UConverter.html#method_getStandards","d":"

    (PHP 5 >=5.5.0)
    \nGet standards associated to converter names

    "},{"t":"M","n":"UConverter::getSubstChars","p":"UConverter.html#method_getSubstChars","d":"

    (PHP 5 >=5.5.0)
    \nGet substitution chars

    "},{"t":"M","n":"UConverter::reasonText","p":"UConverter.html#method_reasonText","d":"

    (PHP 5 >=5.5.0)
    \nGet string representation of the callback reason

    "},{"t":"M","n":"UConverter::setDestinationEncoding","p":"UConverter.html#method_setDestinationEncoding","d":"

    (PHP 5 >=5.5.0)
    \nSet the destination encoding

    "},{"t":"M","n":"UConverter::setSourceEncoding","p":"UConverter.html#method_setSourceEncoding","d":"

    (PHP 5 >=5.5.0)
    \nSet the source encoding

    "},{"t":"M","n":"UConverter::setSubstChars","p":"UConverter.html#method_setSubstChars","d":"

    (PHP 5 >=5.5.0)
    \nSet the substitution chars

    "},{"t":"M","n":"UConverter::toUCallback","p":"UConverter.html#method_toUCallback","d":"

    (PHP 5 >=5.5.0)
    \nDefault "to" callback function

    "},{"t":"M","n":"UConverter::transcode","p":"UConverter.html#method_transcode","d":"

    (PHP 5 >=5.5.0)
    \nConvert string from one charset to another

    "},{"t":"M","n":"UnitEnum::cases","p":"UnitEnum.html#method_cases","d":""},{"t":"M","n":"V8Js::__construct","p":"V8Js.html#method___construct","d":"

    Initializes and starts V8 engine and returns new V8Js object with it's own V8 context.

    "},{"t":"M","n":"V8Js::setModuleLoader","p":"V8Js.html#method_setModuleLoader","d":"

    Provide a function or method to be used to load required modules. This can be any valid PHP callable.

    "},{"t":"M","n":"V8Js::setModuleNormaliser","p":"V8Js.html#method_setModuleNormaliser","d":"

    Provide a function or method to be used to normalise module paths. This can be any valid PHP callable.

    "},{"t":"M","n":"V8Js::executeString","p":"V8Js.html#method_executeString","d":"

    Compiles and executes script in object's context with optional identifier string.

    "},{"t":"M","n":"V8Js::compileString","p":"V8Js.html#method_compileString","d":"

    Compiles a script in object's context with optional identifier string.

    "},{"t":"M","n":"V8Js::executeScript","p":"V8Js.html#method_executeScript","d":"

    Executes a precompiled script in object's context.

    "},{"t":"M","n":"V8Js::setTimeLimit","p":"V8Js.html#method_setTimeLimit","d":"

    Set the time limit (in milliseconds) for this V8Js object\nworks similar to the set_time_limit php

    "},{"t":"M","n":"V8Js::setMemoryLimit","p":"V8Js.html#method_setMemoryLimit","d":"

    Set the memory limit (in bytes) for this V8Js object

    "},{"t":"M","n":"V8Js::setAverageObjectSize","p":"V8Js.html#method_setAverageObjectSize","d":"

    Set the average object size (in bytes) for this V8Js object.

    "},{"t":"M","n":"V8Js::getPendingException","p":"V8Js.html#method_getPendingException","d":"

    Returns uncaught pending exception or null if there is no pending exception.

    "},{"t":"M","n":"V8Js::clearPendingException","p":"V8Js.html#method_clearPendingException","d":"

    Clears the uncaught pending exception

    "},{"t":"M","n":"V8Js::registerExtension","p":"V8Js.html#method_registerExtension","d":"

    Registers persistent context independent global Javascript extension.

    "},{"t":"M","n":"V8Js::getExtensions","p":"V8Js.html#method_getExtensions","d":"

    Returns extensions successfully registered with V8Js::registerExtension().

    "},{"t":"M","n":"V8Js::createSnapshot","p":"V8Js.html#method_createSnapshot","d":"

    Creates a custom V8 heap snapshot with the provided JavaScript source embedded.

    "},{"t":"M","n":"V8JsScriptException::getJsFileName","p":"V8JsScriptException.html#method_getJsFileName","d":""},{"t":"M","n":"V8JsScriptException::getJsLineNumber","p":"V8JsScriptException.html#method_getJsLineNumber","d":""},{"t":"M","n":"V8JsScriptException::getJsStartColumn","p":"V8JsScriptException.html#method_getJsStartColumn","d":""},{"t":"M","n":"V8JsScriptException::getJsEndColumn","p":"V8JsScriptException.html#method_getJsEndColumn","d":""},{"t":"M","n":"V8JsScriptException::getJsSourceLine","p":"V8JsScriptException.html#method_getJsSourceLine","d":""},{"t":"M","n":"V8JsScriptException::getJsTrace","p":"V8JsScriptException.html#method_getJsTrace","d":""},{"t":"M","n":"VARIANT::__construct","p":"VARIANT.html#method___construct","d":"

    (PHP 4 >= 4.1.0, PHP 5, PHP 7)
    \nCOM class constructor.

    "},{"t":"M","n":"VARIANT::__get","p":"VARIANT.html#method___get","d":null},{"t":"M","n":"VARIANT::__set","p":"VARIANT.html#method___set","d":null},{"t":"M","n":"VARIANT::__call","p":"VARIANT.html#method___call","d":null},{"t":"M","n":"Vtiful\\Kernel\\Excel::__construct","p":"Vtiful/Kernel/Excel.html#method___construct","d":"

    Excel constructor.

    "},{"t":"M","n":"Vtiful\\Kernel\\Excel::fileName","p":"Vtiful/Kernel/Excel.html#method_fileName","d":"

    File Name

    "},{"t":"M","n":"Vtiful\\Kernel\\Excel::constMemory","p":"Vtiful/Kernel/Excel.html#method_constMemory","d":"

    Const memory model

    "},{"t":"M","n":"Vtiful\\Kernel\\Excel::addSheet","p":"Vtiful/Kernel/Excel.html#method_addSheet","d":"

    Add a new worksheet to a workbook.

    "},{"t":"M","n":"Vtiful\\Kernel\\Excel::checkoutSheet","p":"Vtiful/Kernel/Excel.html#method_checkoutSheet","d":"

    Checkout worksheet

    "},{"t":"M","n":"Vtiful\\Kernel\\Excel::header","p":"Vtiful/Kernel/Excel.html#method_header","d":"

    Insert data on the first line of the worksheet

    "},{"t":"M","n":"Vtiful\\Kernel\\Excel::data","p":"Vtiful/Kernel/Excel.html#method_data","d":"

    Insert data on the worksheet

    "},{"t":"M","n":"Vtiful\\Kernel\\Excel::output","p":"Vtiful/Kernel/Excel.html#method_output","d":"

    Generate file

    "},{"t":"M","n":"Vtiful\\Kernel\\Excel::getHandle","p":"Vtiful/Kernel/Excel.html#method_getHandle","d":"

    Get file resource

    "},{"t":"M","n":"Vtiful\\Kernel\\Excel::autoFilter","p":"Vtiful/Kernel/Excel.html#method_autoFilter","d":"

    Auto filter on the worksheet

    "},{"t":"M","n":"Vtiful\\Kernel\\Excel::insertText","p":"Vtiful/Kernel/Excel.html#method_insertText","d":"

    Insert data on the cell

    "},{"t":"M","n":"Vtiful\\Kernel\\Excel::insertDate","p":"Vtiful/Kernel/Excel.html#method_insertDate","d":"

    Insert date on the cell

    "},{"t":"M","n":"Vtiful\\Kernel\\Excel::insertChart","p":"Vtiful/Kernel/Excel.html#method_insertChart","d":"

    Insert chart on the cell

    "},{"t":"M","n":"Vtiful\\Kernel\\Excel::insertUrl","p":"Vtiful/Kernel/Excel.html#method_insertUrl","d":"

    Insert url on the cell

    "},{"t":"M","n":"Vtiful\\Kernel\\Excel::insertImage","p":"Vtiful/Kernel/Excel.html#method_insertImage","d":"

    Insert image on the cell

    "},{"t":"M","n":"Vtiful\\Kernel\\Excel::insertFormula","p":"Vtiful/Kernel/Excel.html#method_insertFormula","d":"

    Insert Formula on the cell

    "},{"t":"M","n":"Vtiful\\Kernel\\Excel::MergeCells","p":"Vtiful/Kernel/Excel.html#method_MergeCells","d":"

    Merge cells

    "},{"t":"M","n":"Vtiful\\Kernel\\Excel::setColumn","p":"Vtiful/Kernel/Excel.html#method_setColumn","d":"

    Set column cells width or format

    "},{"t":"M","n":"Vtiful\\Kernel\\Excel::setRow","p":"Vtiful/Kernel/Excel.html#method_setRow","d":"

    Set row cells height or format

    "},{"t":"M","n":"Vtiful\\Kernel\\Excel::openFile","p":"Vtiful/Kernel/Excel.html#method_openFile","d":"

    Open xlsx file

    "},{"t":"M","n":"Vtiful\\Kernel\\Excel::openSheet","p":"Vtiful/Kernel/Excel.html#method_openSheet","d":"

    Open sheet

    "},{"t":"M","n":"Vtiful\\Kernel\\Excel::setType","p":"Vtiful/Kernel/Excel.html#method_setType","d":"

    Set row cell data type

    "},{"t":"M","n":"Vtiful\\Kernel\\Excel::getSheetData","p":"Vtiful/Kernel/Excel.html#method_getSheetData","d":"

    Read values from the sheet

    "},{"t":"M","n":"Vtiful\\Kernel\\Excel::nextRow","p":"Vtiful/Kernel/Excel.html#method_nextRow","d":"

    Read values from the sheet

    "},{"t":"M","n":"Vtiful\\Kernel\\Excel::nextCellCallback","p":"Vtiful/Kernel/Excel.html#method_nextCellCallback","d":"

    Next Cell In Callback

    "},{"t":"M","n":"Vtiful\\Kernel\\Excel::freezePanes","p":"Vtiful/Kernel/Excel.html#method_freezePanes","d":"

    Freeze panes

    "},{"t":"M","n":"Vtiful\\Kernel\\Excel::gridline","p":"Vtiful/Kernel/Excel.html#method_gridline","d":"Gridline"},{"t":"M","n":"Vtiful\\Kernel\\Excel::zoom","p":"Vtiful/Kernel/Excel.html#method_zoom","d":"

    Worksheet zoom

    "},{"t":"M","n":"Vtiful\\Kernel\\Format::__construct","p":"Vtiful/Kernel/Format.html#method___construct","d":"

    Format constructor.

    "},{"t":"M","n":"Vtiful\\Kernel\\Format::wrap","p":"Vtiful/Kernel/Format.html#method_wrap","d":"Wrap"},{"t":"M","n":"Vtiful\\Kernel\\Format::bold","p":"Vtiful/Kernel/Format.html#method_bold","d":"Bold"},{"t":"M","n":"Vtiful\\Kernel\\Format::italic","p":"Vtiful/Kernel/Format.html#method_italic","d":"Italic"},{"t":"M","n":"Vtiful\\Kernel\\Format::border","p":"Vtiful/Kernel/Format.html#method_border","d":"

    Cells border

    "},{"t":"M","n":"Vtiful\\Kernel\\Format::align","p":"Vtiful/Kernel/Format.html#method_align","d":"Align"},{"t":"M","n":"Vtiful\\Kernel\\Format::number","p":"Vtiful/Kernel/Format.html#method_number","d":"

    Number format

    "},{"t":"M","n":"Vtiful\\Kernel\\Format::fontColor","p":"Vtiful/Kernel/Format.html#method_fontColor","d":"

    Font color

    "},{"t":"M","n":"Vtiful\\Kernel\\Format::font","p":"Vtiful/Kernel/Format.html#method_font","d":"Font"},{"t":"M","n":"Vtiful\\Kernel\\Format::fontSize","p":"Vtiful/Kernel/Format.html#method_fontSize","d":"

    Font size

    "},{"t":"M","n":"Vtiful\\Kernel\\Format::strikeout","p":"Vtiful/Kernel/Format.html#method_strikeout","d":"

    String strikeout

    "},{"t":"M","n":"Vtiful\\Kernel\\Format::underline","p":"Vtiful/Kernel/Format.html#method_underline","d":"Underline"},{"t":"M","n":"Vtiful\\Kernel\\Format::background","p":"Vtiful/Kernel/Format.html#method_background","d":"

    Cell background

    "},{"t":"M","n":"Vtiful\\Kernel\\Format::toResource","p":"Vtiful/Kernel/Format.html#method_toResource","d":"

    Format to resource

    "},{"t":"M","n":"WeakMap::offsetExists","p":"WeakMap.html#method_offsetExists","d":"

    Returns {true} if the value for the object is contained in\nthe {WeakMap} and {false} instead.

    "},{"t":"M","n":"WeakMap::offsetGet","p":"WeakMap.html#method_offsetGet","d":"

    Returns the existsing value by an object.

    "},{"t":"M","n":"WeakMap::offsetSet","p":"WeakMap.html#method_offsetSet","d":"

    Sets a new value for an object.

    "},{"t":"M","n":"WeakMap::offsetUnset","p":"WeakMap.html#method_offsetUnset","d":"

    Force removes an object value from the {WeakMap} instance.

    "},{"t":"M","n":"WeakMap::getIterator","p":"WeakMap.html#method_getIterator","d":"

    Returns an iterator in the "[object => mixed]" format.

    "},{"t":"M","n":"WeakMap::count","p":"WeakMap.html#method_count","d":"

    Returns the number of items in the {WeakMap} instance.

    "},{"t":"M","n":"WeakReference::__construct","p":"WeakReference.html#method___construct","d":"

    This method exists only to disallow instantiation of the WeakReference\nclass. Weak references are to be instantiated with the factory method\nWeakReference::create().

    "},{"t":"M","n":"WeakReference::create","p":"WeakReference.html#method_create","d":"

    Create a new weak reference.

    "},{"t":"M","n":"WeakReference::get","p":"WeakReference.html#method_get","d":"

    Gets a weakly referenced object. If the object has already been\ndestroyed, NULL is returned.

    "},{"t":"M","n":"Worker::collect","p":"Worker.html#method_collect","d":"

    (PECL pthreads >= 3.0.0)
    \nAllows the worker to collect references determined to be garbage by the\noptionally given collector

    "},{"t":"M","n":"Worker::getStacked","p":"Worker.html#method_getStacked","d":"

    (PECL pthreads >= 2.0.0)
    \nReturns the number of tasks left on the stack

    "},{"t":"M","n":"Worker::isShutdown","p":"Worker.html#method_isShutdown","d":"

    (PECL pthreads >= 2.0.0)
    \nWhether the worker has been shutdown or not

    "},{"t":"M","n":"Worker::shutdown","p":"Worker.html#method_shutdown","d":"

    (PECL pthreads >= 2.0.0)
    \nShuts down the Worker after executing all of the stacked tasks

    "},{"t":"M","n":"Worker::stack","p":"Worker.html#method_stack","d":"

    (PECL pthreads >= 2.0.0)
    \nAppends the new work to the stack of the referenced worker

    "},{"t":"M","n":"Worker::unstack","p":"Worker.html#method_unstack","d":"

    (PECL pthreads >= 2.0.0)
    \nRemoves the first task (the oldest one) in the stack

    "},{"t":"M","n":"XMLReader::close","p":"XMLReader.html#method_close","d":"

    Close the XMLReader input

    "},{"t":"M","n":"XMLReader::getAttribute","p":"XMLReader.html#method_getAttribute","d":"

    Get the value of a named attribute

    "},{"t":"M","n":"XMLReader::getAttributeNo","p":"XMLReader.html#method_getAttributeNo","d":"

    Get the value of an attribute by index

    "},{"t":"M","n":"XMLReader::getAttributeNs","p":"XMLReader.html#method_getAttributeNs","d":"

    Get the value of an attribute by localname and URI

    "},{"t":"M","n":"XMLReader::getParserProperty","p":"XMLReader.html#method_getParserProperty","d":"

    Indicates if specified property has been set

    "},{"t":"M","n":"XMLReader::isValid","p":"XMLReader.html#method_isValid","d":"

    Indicates if the parsed document is valid

    "},{"t":"M","n":"XMLReader::lookupNamespace","p":"XMLReader.html#method_lookupNamespace","d":"

    Lookup namespace for a prefix

    "},{"t":"M","n":"XMLReader::moveToAttributeNo","p":"XMLReader.html#method_moveToAttributeNo","d":"

    Move cursor to an attribute by index

    "},{"t":"M","n":"XMLReader::moveToAttribute","p":"XMLReader.html#method_moveToAttribute","d":"

    Move cursor to a named attribute

    "},{"t":"M","n":"XMLReader::moveToAttributeNs","p":"XMLReader.html#method_moveToAttributeNs","d":"

    Move cursor to a named attribute

    "},{"t":"M","n":"XMLReader::moveToElement","p":"XMLReader.html#method_moveToElement","d":"

    Position cursor on the parent Element of current Attribute

    "},{"t":"M","n":"XMLReader::moveToFirstAttribute","p":"XMLReader.html#method_moveToFirstAttribute","d":"

    Position cursor on the first Attribute

    "},{"t":"M","n":"XMLReader::moveToNextAttribute","p":"XMLReader.html#method_moveToNextAttribute","d":"

    Position cursor on the next Attribute

    "},{"t":"M","n":"XMLReader::open","p":"XMLReader.html#method_open","d":"

    Set the URI containing the XML to parse

    "},{"t":"M","n":"XMLReader::read","p":"XMLReader.html#method_read","d":"

    Move to next node in document

    "},{"t":"M","n":"XMLReader::next","p":"XMLReader.html#method_next","d":"

    Move cursor to next node skipping all subtrees

    "},{"t":"M","n":"XMLReader::readInnerXml","p":"XMLReader.html#method_readInnerXml","d":"

    Retrieve XML from current node

    "},{"t":"M","n":"XMLReader::readOuterXml","p":"XMLReader.html#method_readOuterXml","d":"

    Retrieve XML from current node, including it self

    "},{"t":"M","n":"XMLReader::readString","p":"XMLReader.html#method_readString","d":"

    Reads the contents of the current node as a string

    "},{"t":"M","n":"XMLReader::setSchema","p":"XMLReader.html#method_setSchema","d":"

    Validate document against XSD

    "},{"t":"M","n":"XMLReader::setParserProperty","p":"XMLReader.html#method_setParserProperty","d":"

    Set parser options

    "},{"t":"M","n":"XMLReader::setRelaxNGSchema","p":"XMLReader.html#method_setRelaxNGSchema","d":"

    Set the filename or URI for a RelaxNG Schema

    "},{"t":"M","n":"XMLReader::setRelaxNGSchemaSource","p":"XMLReader.html#method_setRelaxNGSchemaSource","d":"

    Set the data containing a RelaxNG Schema

    "},{"t":"M","n":"XMLReader::XML","p":"XMLReader.html#method_XML","d":"

    Set the data containing the XML to parse

    "},{"t":"M","n":"XMLReader::expand","p":"XMLReader.html#method_expand","d":"

    Returns a copy of the current node as a DOM object

    "},{"t":"M","n":"XMLReader::fromUri","p":"XMLReader.html#method_fromUri","d":""},{"t":"M","n":"XMLReader::fromStream","p":"XMLReader.html#method_fromStream","d":""},{"t":"M","n":"XMLReader::fromString","p":"XMLReader.html#method_fromString","d":""},{"t":"M","n":"XMLWriter::openUri","p":"XMLWriter.html#method_openUri","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nCreate new xmlwriter using source uri for output

    "},{"t":"M","n":"XMLWriter::openMemory","p":"XMLWriter.html#method_openMemory","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nCreate new xmlwriter using memory for string output

    "},{"t":"M","n":"XMLWriter::setIndent","p":"XMLWriter.html#method_setIndent","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nToggle indentation on/off.

    "},{"t":"M","n":"XMLWriter::setIndentString","p":"XMLWriter.html#method_setIndentString","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nSet string used for indenting.

    "},{"t":"M","n":"XMLWriter::startComment","p":"XMLWriter.html#method_startComment","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 1.0.0)
    \nCreate start comment

    "},{"t":"M","n":"XMLWriter::endComment","p":"XMLWriter.html#method_endComment","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 1.0.0)
    \nCreate end comment

    "},{"t":"M","n":"XMLWriter::startAttribute","p":"XMLWriter.html#method_startAttribute","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nCreate start attribute

    "},{"t":"M","n":"XMLWriter::endAttribute","p":"XMLWriter.html#method_endAttribute","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nEnd attribute

    "},{"t":"M","n":"XMLWriter::writeAttribute","p":"XMLWriter.html#method_writeAttribute","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nWrite full attribute

    "},{"t":"M","n":"XMLWriter::startAttributeNs","p":"XMLWriter.html#method_startAttributeNs","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nCreate start namespaced attribute

    "},{"t":"M","n":"XMLWriter::writeAttributeNs","p":"XMLWriter.html#method_writeAttributeNs","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nWrite full namespaced attribute

    "},{"t":"M","n":"XMLWriter::startElement","p":"XMLWriter.html#method_startElement","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nCreate start element tag

    "},{"t":"M","n":"XMLWriter::endElement","p":"XMLWriter.html#method_endElement","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nEnd current element

    "},{"t":"M","n":"XMLWriter::fullEndElement","p":"XMLWriter.html#method_fullEndElement","d":"

    (PHP 5 >= 5.2.0, PECL xmlwriter >= 2.0.4)
    \nEnd current element

    "},{"t":"M","n":"XMLWriter::startElementNs","p":"XMLWriter.html#method_startElementNs","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nCreate start namespaced element tag

    "},{"t":"M","n":"XMLWriter::writeElement","p":"XMLWriter.html#method_writeElement","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nWrite full element tag

    "},{"t":"M","n":"XMLWriter::writeElementNs","p":"XMLWriter.html#method_writeElementNs","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nWrite full namespaced element tag

    "},{"t":"M","n":"XMLWriter::startPi","p":"XMLWriter.html#method_startPi","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nCreate start PI tag

    "},{"t":"M","n":"XMLWriter::endPi","p":"XMLWriter.html#method_endPi","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nEnd current PI

    "},{"t":"M","n":"XMLWriter::writePi","p":"XMLWriter.html#method_writePi","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nWrites a PI

    "},{"t":"M","n":"XMLWriter::startCdata","p":"XMLWriter.html#method_startCdata","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nCreate start CDATA tag

    "},{"t":"M","n":"XMLWriter::endCdata","p":"XMLWriter.html#method_endCdata","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nEnd current CDATA

    "},{"t":"M","n":"XMLWriter::writeCdata","p":"XMLWriter.html#method_writeCdata","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nWrite full CDATA tag

    "},{"t":"M","n":"XMLWriter::text","p":"XMLWriter.html#method_text","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nWrite text

    "},{"t":"M","n":"XMLWriter::writeRaw","p":"XMLWriter.html#method_writeRaw","d":"

    (PHP 5 >= 5.2.0, PECL xmlwriter >= 2.0.4)
    \nWrite a raw XML text

    "},{"t":"M","n":"XMLWriter::startDocument","p":"XMLWriter.html#method_startDocument","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nCreate document tag

    "},{"t":"M","n":"XMLWriter::endDocument","p":"XMLWriter.html#method_endDocument","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nEnd current document

    "},{"t":"M","n":"XMLWriter::writeComment","p":"XMLWriter.html#method_writeComment","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nWrite full comment tag

    "},{"t":"M","n":"XMLWriter::startDtd","p":"XMLWriter.html#method_startDtd","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nCreate start DTD tag

    "},{"t":"M","n":"XMLWriter::endDtd","p":"XMLWriter.html#method_endDtd","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nEnd current DTD

    "},{"t":"M","n":"XMLWriter::writeDtd","p":"XMLWriter.html#method_writeDtd","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nWrite full DTD tag

    "},{"t":"M","n":"XMLWriter::startDtdElement","p":"XMLWriter.html#method_startDtdElement","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nCreate start DTD element

    "},{"t":"M","n":"XMLWriter::endDtdElement","p":"XMLWriter.html#method_endDtdElement","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nEnd current DTD element

    "},{"t":"M","n":"XMLWriter::writeDtdElement","p":"XMLWriter.html#method_writeDtdElement","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nWrite full DTD element tag

    "},{"t":"M","n":"XMLWriter::startDtdAttlist","p":"XMLWriter.html#method_startDtdAttlist","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nCreate start DTD AttList

    "},{"t":"M","n":"XMLWriter::endDtdAttlist","p":"XMLWriter.html#method_endDtdAttlist","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nEnd current DTD AttList

    "},{"t":"M","n":"XMLWriter::writeDtdAttlist","p":"XMLWriter.html#method_writeDtdAttlist","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nWrite full DTD AttList tag

    "},{"t":"M","n":"XMLWriter::startDtdEntity","p":"XMLWriter.html#method_startDtdEntity","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nCreate start DTD Entity

    "},{"t":"M","n":"XMLWriter::endDtdEntity","p":"XMLWriter.html#method_endDtdEntity","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nEnd current DTD Entity

    "},{"t":"M","n":"XMLWriter::writeDtdEntity","p":"XMLWriter.html#method_writeDtdEntity","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nWrite full DTD Entity tag

    "},{"t":"M","n":"XMLWriter::outputMemory","p":"XMLWriter.html#method_outputMemory","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
    \nReturns current buffer

    "},{"t":"M","n":"XMLWriter::flush","p":"XMLWriter.html#method_flush","d":"

    (PHP 5 >= 5.1.2, PECL xmlwriter >= 1.0.0)
    \nFlush current buffer

    "},{"t":"M","n":"XMLWriter::toUri","p":"XMLWriter.html#method_toUri","d":""},{"t":"M","n":"XMLWriter::toMemory","p":"XMLWriter.html#method_toMemory","d":""},{"t":"M","n":"XMLWriter::toStream","p":"XMLWriter.html#method_toStream","d":""},{"t":"M","n":"XSLTProcessor::importStylesheet","p":"XSLTProcessor.html#method_importStylesheet","d":"

    Import stylesheet

    "},{"t":"M","n":"XSLTProcessor::transformToDoc","p":"XSLTProcessor.html#method_transformToDoc","d":"

    Transform to a DOMDocument

    "},{"t":"M","n":"XSLTProcessor::transformToUri","p":"XSLTProcessor.html#method_transformToUri","d":"

    Transform to URI

    "},{"t":"M","n":"XSLTProcessor::transformToXml","p":"XSLTProcessor.html#method_transformToXml","d":"

    Transform to XML

    "},{"t":"M","n":"XSLTProcessor::setParameter","p":"XSLTProcessor.html#method_setParameter","d":"

    Set value for a parameter

    "},{"t":"M","n":"XSLTProcessor::getParameter","p":"XSLTProcessor.html#method_getParameter","d":"

    Get value of a parameter

    "},{"t":"M","n":"XSLTProcessor::removeParameter","p":"XSLTProcessor.html#method_removeParameter","d":"

    Remove parameter

    "},{"t":"M","n":"XSLTProcessor::hasExsltSupport","p":"XSLTProcessor.html#method_hasExsltSupport","d":"

    Determine if PHP has EXSLT support

    "},{"t":"M","n":"XSLTProcessor::registerPHPFunctions","p":"XSLTProcessor.html#method_registerPHPFunctions","d":"

    Enables the ability to use PHP functions as XSLT functions

    "},{"t":"M","n":"XSLTProcessor::setProfiling","p":"XSLTProcessor.html#method_setProfiling","d":"

    Sets profiling output file

    "},{"t":"M","n":"XSLTProcessor::setSecurityPrefs","p":"XSLTProcessor.html#method_setSecurityPrefs","d":"

    Set security preferences

    "},{"t":"M","n":"XSLTProcessor::getSecurityPrefs","p":"XSLTProcessor.html#method_getSecurityPrefs","d":"

    Get security preferences

    "},{"t":"M","n":"XXTEA::encrypt","p":"XXTEA.html#method_encrypt","d":"

    Encrypts data.

    "},{"t":"M","n":"XXTEA::decrypt","p":"XXTEA.html#method_decrypt","d":"

    Decrypts data.

    "},{"t":"M","n":"Yaf\\Action_Abstract::execute","p":"Yaf/Action_Abstract.html#method_execute","d":"

    user should always define this method for a action, this is the entry point of an action. \\Yaf\\Action_Abstract::execute() may have arguments.

    \n


    \nNote:

    \n

    The value retrieved from the request is not safe. you should do some filtering work before you use it.

    "},{"t":"M","n":"Yaf\\Action_Abstract::getController","p":"Yaf/Action_Abstract.html#method_getController","d":"

    retrieve current controller object.

    "},{"t":"M","n":"Yaf\\Application::__construct","p":"Yaf/Application.html#method___construct","d":""},{"t":"M","n":"Yaf\\Application::run","p":"Yaf/Application.html#method_run","d":"

    Run a \\Yaf\\Application, let the \\Yaf\\Application accept a request, and route the request, dispatch to controller/action, and render response.

    "},{"t":"M","n":"Yaf\\Application::execute","p":"Yaf/Application.html#method_execute","d":"

    This method is typically used to run \\Yaf\\Application in a crontab work.

    "},{"t":"M","n":"Yaf\\Application::app","p":"Yaf/Application.html#method_app","d":"

    Retrieve the \\Yaf\\Application instance, alternatively, we also could use \\Yaf\\Dispatcher::getApplication().

    "},{"t":"M","n":"Yaf\\Application::environ","p":"Yaf/Application.html#method_environ","d":"

    Retrieve environ which was defined in yaf.environ which has a default value "product".

    "},{"t":"M","n":"Yaf\\Application::bootstrap","p":"Yaf/Application.html#method_bootstrap","d":"

    Run a Bootstrap, all the methods defined in the Bootstrap and named with prefix "_init" will be called according to their declaration order, if the parameter bootstrap is not supplied, Yaf will look for a Bootstrap under application.directory.

    "},{"t":"M","n":"Yaf\\Application::getConfig","p":"Yaf/Application.html#method_getConfig","d":""},{"t":"M","n":"Yaf\\Application::getModules","p":"Yaf/Application.html#method_getModules","d":"

    Get the modules list defined in config, if no one defined, there will always be a module named "Index".

    "},{"t":"M","n":"Yaf\\Application::getDispatcher","p":"Yaf/Application.html#method_getDispatcher","d":""},{"t":"M","n":"Yaf\\Application::setAppDirectory","p":"Yaf/Application.html#method_setAppDirectory","d":"

    Change the application directory

    "},{"t":"M","n":"Yaf\\Application::getAppDirectory","p":"Yaf/Application.html#method_getAppDirectory","d":""},{"t":"M","n":"Yaf\\Application::getLastErrorNo","p":"Yaf/Application.html#method_getLastErrorNo","d":""},{"t":"M","n":"Yaf\\Application::getLastErrorMsg","p":"Yaf/Application.html#method_getLastErrorMsg","d":""},{"t":"M","n":"Yaf\\Application::clearLastError","p":"Yaf/Application.html#method_clearLastError","d":""},{"t":"M","n":"Yaf\\Application::__destruct","p":"Yaf/Application.html#method___destruct","d":""},{"t":"M","n":"Yaf\\Config\\Ini::__get","p":"Yaf/Config/Ini.html#method___get","d":""},{"t":"M","n":"Yaf\\Config\\Ini::__set","p":"Yaf/Config/Ini.html#method___set","d":""},{"t":"M","n":"Yaf\\Config\\Ini::get","p":"Yaf/Config/Ini.html#method_get","d":""},{"t":"M","n":"Yaf\\Config\\Ini::set","p":"Yaf/Config/Ini.html#method_set","d":""},{"t":"M","n":"Yaf\\Config\\Ini::toArray","p":"Yaf/Config/Ini.html#method_toArray","d":""},{"t":"M","n":"Yaf\\Config\\Ini::readonly","p":"Yaf/Config/Ini.html#method_readonly","d":""},{"t":"M","n":"Yaf\\Config\\Ini::__construct","p":"Yaf/Config/Ini.html#method___construct","d":""},{"t":"M","n":"Yaf\\Config\\Ini::__isset","p":"Yaf/Config/Ini.html#method___isset","d":""},{"t":"M","n":"Yaf\\Config\\Ini::count","p":"Yaf/Config/Ini.html#method_count","d":""},{"t":"M","n":"Yaf\\Config\\Ini::rewind","p":"Yaf/Config/Ini.html#method_rewind","d":""},{"t":"M","n":"Yaf\\Config\\Ini::current","p":"Yaf/Config/Ini.html#method_current","d":""},{"t":"M","n":"Yaf\\Config\\Ini::next","p":"Yaf/Config/Ini.html#method_next","d":""},{"t":"M","n":"Yaf\\Config\\Ini::valid","p":"Yaf/Config/Ini.html#method_valid","d":""},{"t":"M","n":"Yaf\\Config\\Ini::key","p":"Yaf/Config/Ini.html#method_key","d":""},{"t":"M","n":"Yaf\\Config\\Ini::offsetUnset","p":"Yaf/Config/Ini.html#method_offsetUnset","d":""},{"t":"M","n":"Yaf\\Config\\Ini::offsetGet","p":"Yaf/Config/Ini.html#method_offsetGet","d":""},{"t":"M","n":"Yaf\\Config\\Ini::offsetExists","p":"Yaf/Config/Ini.html#method_offsetExists","d":""},{"t":"M","n":"Yaf\\Config\\Ini::offsetSet","p":"Yaf/Config/Ini.html#method_offsetSet","d":""},{"t":"M","n":"Yaf\\Config\\Simple::__get","p":"Yaf/Config/Simple.html#method___get","d":""},{"t":"M","n":"Yaf\\Config\\Simple::__set","p":"Yaf/Config/Simple.html#method___set","d":""},{"t":"M","n":"Yaf\\Config\\Simple::get","p":"Yaf/Config/Simple.html#method_get","d":""},{"t":"M","n":"Yaf\\Config\\Simple::set","p":"Yaf/Config/Simple.html#method_set","d":""},{"t":"M","n":"Yaf\\Config\\Simple::toArray","p":"Yaf/Config/Simple.html#method_toArray","d":""},{"t":"M","n":"Yaf\\Config\\Simple::readonly","p":"Yaf/Config/Simple.html#method_readonly","d":""},{"t":"M","n":"Yaf\\Config\\Simple::__construct","p":"Yaf/Config/Simple.html#method___construct","d":""},{"t":"M","n":"Yaf\\Config\\Simple::__isset","p":"Yaf/Config/Simple.html#method___isset","d":""},{"t":"M","n":"Yaf\\Config\\Simple::count","p":"Yaf/Config/Simple.html#method_count","d":""},{"t":"M","n":"Yaf\\Config\\Simple::rewind","p":"Yaf/Config/Simple.html#method_rewind","d":""},{"t":"M","n":"Yaf\\Config\\Simple::current","p":"Yaf/Config/Simple.html#method_current","d":""},{"t":"M","n":"Yaf\\Config\\Simple::next","p":"Yaf/Config/Simple.html#method_next","d":""},{"t":"M","n":"Yaf\\Config\\Simple::valid","p":"Yaf/Config/Simple.html#method_valid","d":""},{"t":"M","n":"Yaf\\Config\\Simple::key","p":"Yaf/Config/Simple.html#method_key","d":""},{"t":"M","n":"Yaf\\Config\\Simple::offsetUnset","p":"Yaf/Config/Simple.html#method_offsetUnset","d":""},{"t":"M","n":"Yaf\\Config\\Simple::offsetGet","p":"Yaf/Config/Simple.html#method_offsetGet","d":""},{"t":"M","n":"Yaf\\Config\\Simple::offsetExists","p":"Yaf/Config/Simple.html#method_offsetExists","d":""},{"t":"M","n":"Yaf\\Config\\Simple::offsetSet","p":"Yaf/Config/Simple.html#method_offsetSet","d":""},{"t":"M","n":"Yaf\\Config_Abstract::get","p":"Yaf/Config_Abstract.html#method_get","d":""},{"t":"M","n":"Yaf\\Config_Abstract::set","p":"Yaf/Config_Abstract.html#method_set","d":""},{"t":"M","n":"Yaf\\Config_Abstract::readonly","p":"Yaf/Config_Abstract.html#method_readonly","d":""},{"t":"M","n":"Yaf\\Config_Abstract::toArray","p":"Yaf/Config_Abstract.html#method_toArray","d":""},{"t":"M","n":"Yaf\\Controller_Abstract::render","p":"Yaf/Controller_Abstract.html#method_render","d":""},{"t":"M","n":"Yaf\\Controller_Abstract::display","p":"Yaf/Controller_Abstract.html#method_display","d":""},{"t":"M","n":"Yaf\\Controller_Abstract::getRequest","p":"Yaf/Controller_Abstract.html#method_getRequest","d":"

    retrieve current request object

    "},{"t":"M","n":"Yaf\\Controller_Abstract::getResponse","p":"Yaf/Controller_Abstract.html#method_getResponse","d":"

    retrieve current response object

    "},{"t":"M","n":"Yaf\\Controller_Abstract::getModuleName","p":"Yaf/Controller_Abstract.html#method_getModuleName","d":"

    get the controller's module name

    "},{"t":"M","n":"Yaf\\Controller_Abstract::getView","p":"Yaf/Controller_Abstract.html#method_getView","d":"

    retrieve view engine

    "},{"t":"M","n":"Yaf\\Controller_Abstract::initView","p":"Yaf/Controller_Abstract.html#method_initView","d":""},{"t":"M","n":"Yaf\\Controller_Abstract::setViewpath","p":"Yaf/Controller_Abstract.html#method_setViewpath","d":""},{"t":"M","n":"Yaf\\Controller_Abstract::getViewpath","p":"Yaf/Controller_Abstract.html#method_getViewpath","d":""},{"t":"M","n":"Yaf\\Controller_Abstract::forward","p":"Yaf/Controller_Abstract.html#method_forward","d":"

    forward current execution process to other action.

    \n


    \nNote:

    \n

    this method doesn't switch to the destination action immediately, it will take place after current flow finish.

    \n


    \nNotice, there are 3 available method signatures:

    \n

    \\Yaf\\Controller_Abstract::forward ( string $module , string $controller , string $action [, array $parameters ] )

    \n

    \\Yaf\\Controller_Abstract::forward ( string $controller , string $action [, array $parameters ] )

    \n

    \\Yaf\\Controller_Abstract::forward ( string $action [, array $parameters ] )

    "},{"t":"M","n":"Yaf\\Controller_Abstract::redirect","p":"Yaf/Controller_Abstract.html#method_redirect","d":"

    redirect to a URL by sending a 302 header

    "},{"t":"M","n":"Yaf\\Controller_Abstract::getInvokeArgs","p":"Yaf/Controller_Abstract.html#method_getInvokeArgs","d":""},{"t":"M","n":"Yaf\\Controller_Abstract::getInvokeArg","p":"Yaf/Controller_Abstract.html#method_getInvokeArg","d":""},{"t":"M","n":"Yaf\\Controller_Abstract::init","p":"Yaf/Controller_Abstract.html#method_init","d":"

    \\Yaf\\Controller_Abstract::__construct() is final, which means users can not override it. but users can define \\Yaf\\Controller_Abstract::init(), which will be called after controller object is instantiated.

    "},{"t":"M","n":"Yaf\\Controller_Abstract::__construct","p":"Yaf/Controller_Abstract.html#method___construct","d":"

    \\Yaf\\Controller_Abstract::__construct() is final, which means it can not be overridden. You may want to see \\Yaf\\Controller_Abstract::init() instead.

    "},{"t":"M","n":"Yaf\\Dispatcher::enableView","p":"Yaf/Dispatcher.html#method_enableView","d":"

    enable view rendering

    "},{"t":"M","n":"Yaf\\Dispatcher::disableView","p":"Yaf/Dispatcher.html#method_disableView","d":"

    disable view engine, used in some app that user will output by himself


    \nNote:\n

    you can simply return FALSE in a action to prevent the auto-rendering of that action

    "},{"t":"M","n":"Yaf\\Dispatcher::initView","p":"Yaf/Dispatcher.html#method_initView","d":"

    Initialize view and return it

    "},{"t":"M","n":"Yaf\\Dispatcher::setView","p":"Yaf/Dispatcher.html#method_setView","d":"

    This method provides a solution for that if you want use a custom view engine instead of \\Yaf\\View\\Simple

    "},{"t":"M","n":"Yaf\\Dispatcher::setRequest","p":"Yaf/Dispatcher.html#method_setRequest","d":""},{"t":"M","n":"Yaf\\Dispatcher::getApplication","p":"Yaf/Dispatcher.html#method_getApplication","d":"

    Retrieve the \\Yaf\\Application instance. same as \\Yaf\\Application::app().

    "},{"t":"M","n":"Yaf\\Dispatcher::getRouter","p":"Yaf/Dispatcher.html#method_getRouter","d":""},{"t":"M","n":"Yaf\\Dispatcher::getRequest","p":"Yaf/Dispatcher.html#method_getRequest","d":""},{"t":"M","n":"Yaf\\Dispatcher::setErrorHandler","p":"Yaf/Dispatcher.html#method_setErrorHandler","d":"

    Set error handler for Yaf. when application.dispatcher.throwException is off, Yaf will trigger catch-able error while unexpected errors occurred.


    \n

    Thus, this error handler will be called while the error raise.

    "},{"t":"M","n":"Yaf\\Dispatcher::setDefaultModule","p":"Yaf/Dispatcher.html#method_setDefaultModule","d":"

    Change default module name

    "},{"t":"M","n":"Yaf\\Dispatcher::setDefaultController","p":"Yaf/Dispatcher.html#method_setDefaultController","d":"

    Change default controller name

    "},{"t":"M","n":"Yaf\\Dispatcher::setDefaultAction","p":"Yaf/Dispatcher.html#method_setDefaultAction","d":"

    Change default action name

    "},{"t":"M","n":"Yaf\\Dispatcher::returnResponse","p":"Yaf/Dispatcher.html#method_returnResponse","d":""},{"t":"M","n":"Yaf\\Dispatcher::autoRender","p":"Yaf/Dispatcher.html#method_autoRender","d":"

    \\Yaf\\Dispatcher will render automatically after dispatches an incoming request, you can prevent the rendering by calling this method with $flag TRUE


    \nNote:\n

    you can simply return FALSE in a action to prevent the auto-rendering of that action

    "},{"t":"M","n":"Yaf\\Dispatcher::flushInstantly","p":"Yaf/Dispatcher.html#method_flushInstantly","d":"

    Switch on/off the instant flushing

    "},{"t":"M","n":"Yaf\\Dispatcher::getInstance","p":"Yaf/Dispatcher.html#method_getInstance","d":""},{"t":"M","n":"Yaf\\Dispatcher::dispatch","p":"Yaf/Dispatcher.html#method_dispatch","d":"

    This method does the heavy work of the \\Yaf\\Dispatcher. It take a request object.


    \n

    The dispatch process has three distinct events:

    \n
      \n
    • Routing
    • \n
    • Dispatching
    • \n
    • Response
    • \n
    \n

    Routing takes place exactly once, using the values in the request object when dispatch() is called. Dispatching takes place in a loop; a request may either indicate multiple actions to dispatch, or the controller or a plugin may reset the request object to force additional actions to dispatch(see \\Yaf\\Plugin_Abstract. When all is done, the \\Yaf\\Dispatcher returns a response.

    "},{"t":"M","n":"Yaf\\Dispatcher::throwException","p":"Yaf/Dispatcher.html#method_throwException","d":"

    Switch on/off exception throwing while unexpected error occurring. When this is on, Yaf will throwing exceptions instead of triggering catchable errors.


    \n

    You can also use application.dispatcher.throwException to achieve the same purpose.

    "},{"t":"M","n":"Yaf\\Dispatcher::catchException","p":"Yaf/Dispatcher.html#method_catchException","d":"

    While the application.dispatcher.throwException is On(you can also calling to \\Yaf\\Dispatcher::throwException(TRUE) to enable it), Yaf will throw \\Exception whe error occurs instead of trigger error.


    \n

    then if you enable \\Yaf\\Dispatcher::catchException()(also can enabled by set application.dispatcher.catchException), all uncaught \\Exceptions will be caught by ErrorController::error if you have defined one.

    "},{"t":"M","n":"Yaf\\Dispatcher::registerPlugin","p":"Yaf/Dispatcher.html#method_registerPlugin","d":"

    Register a plugin(see \\Yaf\\Plugin_Abstract). Generally, we register plugins in Bootstrap(see \\Yaf\\Bootstrap_Abstract).

    "},{"t":"M","n":"Yaf\\Loader::autoload","p":"Yaf/Loader.html#method_autoload","d":""},{"t":"M","n":"Yaf\\Loader::getInstance","p":"Yaf/Loader.html#method_getInstance","d":""},{"t":"M","n":"Yaf\\Loader::registerLocalNamespace","p":"Yaf/Loader.html#method_registerLocalNamespace","d":"

    Register local class prefix name, \\Yaf\\Loader search classes in two library directories, the one is configured via application.library.directory(in application.ini) which is called local library directory; the other is configured via yaf.library (in php.ini) which is called global library directory, since it can be shared by many applications in the same server.

    \n


    \n

    When an autoloading is triggered, \\Yaf\\Loader will determine which library directory should be searched in by examining the prefix name of the missed classname. If the prefix name is registered as a local namespace then look for it in local library directory, otherwise look for it in global library directory.

    \n


    \nNote:

    \n

    If yaf.library is not configured, then the global library directory is assumed to be the local library directory. in that case, all autoloading will look for local library directory. But if you want your Yaf application be strong, then always register your own classes as local classes.

    "},{"t":"M","n":"Yaf\\Loader::getLocalNamespace","p":"Yaf/Loader.html#method_getLocalNamespace","d":""},{"t":"M","n":"Yaf\\Loader::clearLocalNamespace","p":"Yaf/Loader.html#method_clearLocalNamespace","d":""},{"t":"M","n":"Yaf\\Loader::isLocalName","p":"Yaf/Loader.html#method_isLocalName","d":""},{"t":"M","n":"Yaf\\Loader::import","p":"Yaf/Loader.html#method_import","d":""},{"t":"M","n":"Yaf\\Loader::setLibraryPath","p":"Yaf/Loader.html#method_setLibraryPath","d":""},{"t":"M","n":"Yaf\\Loader::getLibraryPath","p":"Yaf/Loader.html#method_getLibraryPath","d":""},{"t":"M","n":"Yaf\\Plugin_Abstract::routerStartup","p":"Yaf/Plugin_Abstract.html#method_routerStartup","d":"

    This is the earliest hook in Yaf plugin hook system, if a custom plugin implement this method, then it will be called before routing a request.

    "},{"t":"M","n":"Yaf\\Plugin_Abstract::routerShutdown","p":"Yaf/Plugin_Abstract.html#method_routerShutdown","d":"

    This hook will be trigged after the route process finished, this hook is usually used for login check.

    "},{"t":"M","n":"Yaf\\Plugin_Abstract::dispatchLoopStartup","p":"Yaf/Plugin_Abstract.html#method_dispatchLoopStartup","d":""},{"t":"M","n":"Yaf\\Plugin_Abstract::dispatchLoopShutdown","p":"Yaf/Plugin_Abstract.html#method_dispatchLoopShutdown","d":"

    This is the latest hook in Yaf plugin hook system, if a custom plugin implement this method, then it will be called after the dispatch loop finished.

    "},{"t":"M","n":"Yaf\\Plugin_Abstract::preDispatch","p":"Yaf/Plugin_Abstract.html#method_preDispatch","d":""},{"t":"M","n":"Yaf\\Plugin_Abstract::postDispatch","p":"Yaf/Plugin_Abstract.html#method_postDispatch","d":""},{"t":"M","n":"Yaf\\Plugin_Abstract::preResponse","p":"Yaf/Plugin_Abstract.html#method_preResponse","d":""},{"t":"M","n":"Yaf\\Registry::get","p":"Yaf/Registry.html#method_get","d":"

    Retrieve an item from registry

    "},{"t":"M","n":"Yaf\\Registry::has","p":"Yaf/Registry.html#method_has","d":"

    Check whether an item exists

    "},{"t":"M","n":"Yaf\\Registry::set","p":"Yaf/Registry.html#method_set","d":""},{"t":"M","n":"Yaf\\Registry::del","p":"Yaf/Registry.html#method_del","d":""},{"t":"M","n":"Yaf\\Request\\Http::getQuery","p":"Yaf/Request/Http.html#method_getQuery","d":"

    Retrieve $_GET variable

    "},{"t":"M","n":"Yaf\\Request\\Http::getRequest","p":"Yaf/Request/Http.html#method_getRequest","d":"

    Retrieve $_REQUEST variable

    "},{"t":"M","n":"Yaf\\Request\\Http::getPost","p":"Yaf/Request/Http.html#method_getPost","d":"

    Retrieve $_POST variable

    "},{"t":"M","n":"Yaf\\Request\\Http::getCookie","p":"Yaf/Request/Http.html#method_getCookie","d":"

    Retrieve $_COOKIE variable

    "},{"t":"M","n":"Yaf\\Request\\Http::getFiles","p":"Yaf/Request/Http.html#method_getFiles","d":"

    Retrieve $_FILES variable

    "},{"t":"M","n":"Yaf\\Request\\Http::get","p":"Yaf/Request/Http.html#method_get","d":"

    Retrieve variable from client, this method will search the name in $_REQUEST params, if the name is not found, then will search in $_POST, $_GET, $_COOKIE, $_SERVER

    "},{"t":"M","n":"Yaf\\Request\\Http::isXmlHttpRequest","p":"Yaf/Request/Http.html#method_isXmlHttpRequest","d":"

    Check the request whether it is a Ajax Request

    "},{"t":"M","n":"Yaf\\Request\\Http::__construct","p":"Yaf/Request/Http.html#method___construct","d":""},{"t":"M","n":"Yaf\\Request\\Simple::getQuery","p":"Yaf/Request/Simple.html#method_getQuery","d":"

    Retrieve $_GET variable

    "},{"t":"M","n":"Yaf\\Request\\Simple::getRequest","p":"Yaf/Request/Simple.html#method_getRequest","d":"

    Retrieve $_REQUEST variable

    "},{"t":"M","n":"Yaf\\Request\\Simple::getPost","p":"Yaf/Request/Simple.html#method_getPost","d":"

    Retrieve $_POST variable

    "},{"t":"M","n":"Yaf\\Request\\Simple::getCookie","p":"Yaf/Request/Simple.html#method_getCookie","d":"

    Retrieve $_Cookie variable

    "},{"t":"M","n":"Yaf\\Request\\Simple::getFiles","p":"Yaf/Request/Simple.html#method_getFiles","d":""},{"t":"M","n":"Yaf\\Request\\Simple::get","p":"Yaf/Request/Simple.html#method_get","d":"

    Retrieve variable from client, this method will search the name in $_REQUEST params, if the name is not found, then will search in $_POST, $_GET, $_COOKIE, $_SERVER

    "},{"t":"M","n":"Yaf\\Request\\Simple::isXmlHttpRequest","p":"Yaf/Request/Simple.html#method_isXmlHttpRequest","d":"

    Check the request whether it is a Ajax Request

    "},{"t":"M","n":"Yaf\\Request\\Simple::__construct","p":"Yaf/Request/Simple.html#method___construct","d":""},{"t":"M","n":"Yaf\\Request_Abstract::isGet","p":"Yaf/Request_Abstract.html#method_isGet","d":""},{"t":"M","n":"Yaf\\Request_Abstract::isPost","p":"Yaf/Request_Abstract.html#method_isPost","d":""},{"t":"M","n":"Yaf\\Request_Abstract::isPut","p":"Yaf/Request_Abstract.html#method_isPut","d":""},{"t":"M","n":"Yaf\\Request_Abstract::isHead","p":"Yaf/Request_Abstract.html#method_isHead","d":""},{"t":"M","n":"Yaf\\Request_Abstract::isOptions","p":"Yaf/Request_Abstract.html#method_isOptions","d":""},{"t":"M","n":"Yaf\\Request_Abstract::isCli","p":"Yaf/Request_Abstract.html#method_isCli","d":""},{"t":"M","n":"Yaf\\Request_Abstract::isDispatched","p":"Yaf/Request_Abstract.html#method_isDispatched","d":""},{"t":"M","n":"Yaf\\Request_Abstract::isRouted","p":"Yaf/Request_Abstract.html#method_isRouted","d":""},{"t":"M","n":"Yaf\\Request_Abstract::isXmlHttpRequest","p":"Yaf/Request_Abstract.html#method_isXmlHttpRequest","d":""},{"t":"M","n":"Yaf\\Request_Abstract::getServer","p":"Yaf/Request_Abstract.html#method_getServer","d":"

    Retrieve $_SERVER variable

    "},{"t":"M","n":"Yaf\\Request_Abstract::getEnv","p":"Yaf/Request_Abstract.html#method_getEnv","d":"

    Retrieve $_ENV variable

    "},{"t":"M","n":"Yaf\\Request_Abstract::getParam","p":"Yaf/Request_Abstract.html#method_getParam","d":""},{"t":"M","n":"Yaf\\Request_Abstract::getParams","p":"Yaf/Request_Abstract.html#method_getParams","d":""},{"t":"M","n":"Yaf\\Request_Abstract::getException","p":"Yaf/Request_Abstract.html#method_getException","d":""},{"t":"M","n":"Yaf\\Request_Abstract::getModuleName","p":"Yaf/Request_Abstract.html#method_getModuleName","d":""},{"t":"M","n":"Yaf\\Request_Abstract::getControllerName","p":"Yaf/Request_Abstract.html#method_getControllerName","d":""},{"t":"M","n":"Yaf\\Request_Abstract::getActionName","p":"Yaf/Request_Abstract.html#method_getActionName","d":""},{"t":"M","n":"Yaf\\Request_Abstract::setParam","p":"Yaf/Request_Abstract.html#method_setParam","d":""},{"t":"M","n":"Yaf\\Request_Abstract::setModuleName","p":"Yaf/Request_Abstract.html#method_setModuleName","d":""},{"t":"M","n":"Yaf\\Request_Abstract::setControllerName","p":"Yaf/Request_Abstract.html#method_setControllerName","d":""},{"t":"M","n":"Yaf\\Request_Abstract::setActionName","p":"Yaf/Request_Abstract.html#method_setActionName","d":""},{"t":"M","n":"Yaf\\Request_Abstract::getMethod","p":"Yaf/Request_Abstract.html#method_getMethod","d":""},{"t":"M","n":"Yaf\\Request_Abstract::getLanguage","p":"Yaf/Request_Abstract.html#method_getLanguage","d":""},{"t":"M","n":"Yaf\\Request_Abstract::setBaseUri","p":"Yaf/Request_Abstract.html#method_setBaseUri","d":"

    Set base URI, base URI is used when doing routing, in routing phase request URI is used to route a request, while base URI is used to skip the leading part(base URI) of request URI. That is, if comes a request with request URI a/b/c, then if you set base URI to \"a/b\", only \"/c\" will be used in routing phase.

    \n


    \nNote:

    \n

    generally, you don't need to set this, Yaf will determine it automatically.

    "},{"t":"M","n":"Yaf\\Request_Abstract::getBaseUri","p":"Yaf/Request_Abstract.html#method_getBaseUri","d":""},{"t":"M","n":"Yaf\\Request_Abstract::getRequestUri","p":"Yaf/Request_Abstract.html#method_getRequestUri","d":""},{"t":"M","n":"Yaf\\Request_Abstract::setRequestUri","p":"Yaf/Request_Abstract.html#method_setRequestUri","d":""},{"t":"M","n":"Yaf\\Request_Abstract::setDispatched","p":"Yaf/Request_Abstract.html#method_setDispatched","d":"

    Set request as dispatched

    "},{"t":"M","n":"Yaf\\Request_Abstract::setRouted","p":"Yaf/Request_Abstract.html#method_setRouted","d":"

    Set request as routed

    "},{"t":"M","n":"Yaf\\Response\\Http::setHeader","p":"Yaf/Response/Http.html#method_setHeader","d":""},{"t":"M","n":"Yaf\\Response\\Http::setAllHeaders","p":"Yaf/Response/Http.html#method_setAllHeaders","d":""},{"t":"M","n":"Yaf\\Response\\Http::getHeader","p":"Yaf/Response/Http.html#method_getHeader","d":""},{"t":"M","n":"Yaf\\Response\\Http::clearHeaders","p":"Yaf/Response/Http.html#method_clearHeaders","d":""},{"t":"M","n":"Yaf\\Response\\Http::setRedirect","p":"Yaf/Response/Http.html#method_setRedirect","d":""},{"t":"M","n":"Yaf\\Response\\Http::response","p":"Yaf/Response/Http.html#method_response","d":"

    send response

    "},{"t":"M","n":"Yaf\\Response_Abstract::__construct","p":"Yaf/Response_Abstract.html#method___construct","d":""},{"t":"M","n":"Yaf\\Response_Abstract::__destruct","p":"Yaf/Response_Abstract.html#method___destruct","d":""},{"t":"M","n":"Yaf\\Response_Abstract::__toString","p":"Yaf/Response_Abstract.html#method___toString","d":""},{"t":"M","n":"Yaf\\Response_Abstract::setBody","p":"Yaf/Response_Abstract.html#method_setBody","d":"

    Set content to response

    "},{"t":"M","n":"Yaf\\Response_Abstract::appendBody","p":"Yaf/Response_Abstract.html#method_appendBody","d":"

    append a content to a exists content block

    "},{"t":"M","n":"Yaf\\Response_Abstract::prependBody","p":"Yaf/Response_Abstract.html#method_prependBody","d":"

    prepend a content to a exists content block

    "},{"t":"M","n":"Yaf\\Response_Abstract::clearBody","p":"Yaf/Response_Abstract.html#method_clearBody","d":"

    Clear existing content

    "},{"t":"M","n":"Yaf\\Response_Abstract::getBody","p":"Yaf/Response_Abstract.html#method_getBody","d":"

    Retrieve an existing content

    "},{"t":"M","n":"Yaf\\Route\\Map::__construct","p":"Yaf/Route/Map.html#method___construct","d":""},{"t":"M","n":"Yaf\\Route\\Map::route","p":"Yaf/Route/Map.html#method_route","d":""},{"t":"M","n":"Yaf\\Route\\Map::assemble","p":"Yaf/Route/Map.html#method_assemble","d":"

    \\Yaf\\Route\\Map::assemble() - Assemble a url

    "},{"t":"M","n":"Yaf\\Route\\Regex::__construct","p":"Yaf/Route/Regex.html#method___construct","d":""},{"t":"M","n":"Yaf\\Route\\Regex::route","p":"Yaf/Route/Regex.html#method_route","d":"

    Route a incoming request.

    "},{"t":"M","n":"Yaf\\Route\\Regex::assemble","p":"Yaf/Route/Regex.html#method_assemble","d":"

    \\Yaf\\Route\\Regex::assemble() - Assemble a url

    "},{"t":"M","n":"Yaf\\Route\\Rewrite::__construct","p":"Yaf/Route/Rewrite.html#method___construct","d":""},{"t":"M","n":"Yaf\\Route\\Rewrite::route","p":"Yaf/Route/Rewrite.html#method_route","d":""},{"t":"M","n":"Yaf\\Route\\Rewrite::assemble","p":"Yaf/Route/Rewrite.html#method_assemble","d":"

    \\Yaf\\Route\\Rewrite::assemble() - Assemble a url

    "},{"t":"M","n":"Yaf\\Route\\Simple::__construct","p":"Yaf/Route/Simple.html#method___construct","d":"

    \\Yaf\\Route\\Simple will get route info from query string. and the parameters of this constructor will used as keys while searching for the route info in $_GET.

    "},{"t":"M","n":"Yaf\\Route\\Simple::route","p":"Yaf/Route/Simple.html#method_route","d":"

    see \\Yaf\\Route\\Simple::__construct()

    "},{"t":"M","n":"Yaf\\Route\\Simple::assemble","p":"Yaf/Route/Simple.html#method_assemble","d":"

    \\Yaf\\Route\\Simple::assemble() - Assemble a url

    "},{"t":"M","n":"Yaf\\Route\\Supervar::__construct","p":"Yaf/Route/Supervar.html#method___construct","d":"

    \\Yaf\\Route\\Supervar is similar to \\Yaf\\Route_Static, the difference is that \\Yaf\\Route\\Supervar will look for path info in query string, and the parameter supervar_name is the key.

    "},{"t":"M","n":"Yaf\\Route\\Supervar::route","p":"Yaf/Route/Supervar.html#method_route","d":""},{"t":"M","n":"Yaf\\Route\\Supervar::assemble","p":"Yaf/Route/Supervar.html#method_assemble","d":"

    \\Yaf\\Route\\Supervar::assemble() - Assemble a url

    "},{"t":"M","n":"Yaf\\Route_Interface::route","p":"Yaf/Route_Interface.html#method_route","d":"

    \\Yaf\\Route_Interface::route() is the only method that a custom route should implement.


    \n

    if this method return TRUE, then the route process will be end. otherwise, \\Yaf\\Router will call next route in the route stack to route request.


    \n

    This method would set the route result to the parameter request, by calling \\Yaf\\Request_Abstract::setControllerName(), \\Yaf\\Request_Abstract::setActionName() and \\Yaf\\Request_Abstract::setModuleName().


    \n

    This method should also call \\Yaf\\Request_Abstract::setRouted() to make the request routed at last.

    "},{"t":"M","n":"Yaf\\Route_Interface::assemble","p":"Yaf/Route_Interface.html#method_assemble","d":"

    \\Yaf\\Route_Interface::assemble() - assemble a request


    \n

    this method returns a url according to the argument info, and append query strings to the url according to the argument query.

    \n

    a route should implement this method according to its own route rules, and do a reverse progress.

    "},{"t":"M","n":"Yaf\\Route_Static::match","p":"Yaf/Route_Static.html#method_match","d":""},{"t":"M","n":"Yaf\\Route_Static::route","p":"Yaf/Route_Static.html#method_route","d":""},{"t":"M","n":"Yaf\\Route_Static::assemble","p":"Yaf/Route_Static.html#method_assemble","d":"

    \\Yaf\\Route_Static::assemble() - Assemble a url

    "},{"t":"M","n":"Yaf\\Router::__construct","p":"Yaf/Router.html#method___construct","d":""},{"t":"M","n":"Yaf\\Router::addRoute","p":"Yaf/Router.html#method_addRoute","d":"

    by default, \\Yaf\\Router using a \\Yaf\\Route_Static as its default route. you can add new routes into router's route stack by calling this method.

    \n


    \n

    the newer route will be called before the older(route stack), and if the newer router return TRUE, the router process will be end. otherwise, the older one will be called.

    "},{"t":"M","n":"Yaf\\Router::addConfig","p":"Yaf/Router.html#method_addConfig","d":"

    Add routes defined by configs into \\Yaf\\Router's route stack

    "},{"t":"M","n":"Yaf\\Router::route","p":"Yaf/Router.html#method_route","d":""},{"t":"M","n":"Yaf\\Router::getRoute","p":"Yaf/Router.html#method_getRoute","d":"

    Retrieve a route by name, see also \\Yaf\\Router::getCurrentRoute()

    "},{"t":"M","n":"Yaf\\Router::getRoutes","p":"Yaf/Router.html#method_getRoutes","d":""},{"t":"M","n":"Yaf\\Router::getCurrentRoute","p":"Yaf/Router.html#method_getCurrentRoute","d":"

    Get the name of the route which is effective in the route process.

    \n


    \nNote:

    \n

    You should call this method after the route process finished, since before that, this method will always return NULL.

    "},{"t":"M","n":"Yaf\\Session::getInstance","p":"Yaf/Session.html#method_getInstance","d":""},{"t":"M","n":"Yaf\\Session::start","p":"Yaf/Session.html#method_start","d":""},{"t":"M","n":"Yaf\\Session::get","p":"Yaf/Session.html#method_get","d":""},{"t":"M","n":"Yaf\\Session::has","p":"Yaf/Session.html#method_has","d":""},{"t":"M","n":"Yaf\\Session::set","p":"Yaf/Session.html#method_set","d":""},{"t":"M","n":"Yaf\\Session::del","p":"Yaf/Session.html#method_del","d":""},{"t":"M","n":"Yaf\\Session::count","p":"Yaf/Session.html#method_count","d":""},{"t":"M","n":"Yaf\\Session::rewind","p":"Yaf/Session.html#method_rewind","d":""},{"t":"M","n":"Yaf\\Session::current","p":"Yaf/Session.html#method_current","d":""},{"t":"M","n":"Yaf\\Session::next","p":"Yaf/Session.html#method_next","d":""},{"t":"M","n":"Yaf\\Session::valid","p":"Yaf/Session.html#method_valid","d":""},{"t":"M","n":"Yaf\\Session::key","p":"Yaf/Session.html#method_key","d":""},{"t":"M","n":"Yaf\\Session::offsetUnset","p":"Yaf/Session.html#method_offsetUnset","d":""},{"t":"M","n":"Yaf\\Session::offsetGet","p":"Yaf/Session.html#method_offsetGet","d":""},{"t":"M","n":"Yaf\\Session::offsetExists","p":"Yaf/Session.html#method_offsetExists","d":""},{"t":"M","n":"Yaf\\Session::offsetSet","p":"Yaf/Session.html#method_offsetSet","d":""},{"t":"M","n":"Yaf\\Session::__get","p":"Yaf/Session.html#method___get","d":""},{"t":"M","n":"Yaf\\Session::__isset","p":"Yaf/Session.html#method___isset","d":""},{"t":"M","n":"Yaf\\Session::__set","p":"Yaf/Session.html#method___set","d":""},{"t":"M","n":"Yaf\\Session::__unset","p":"Yaf/Session.html#method___unset","d":""},{"t":"M","n":"Yaf\\View\\Simple::__construct","p":"Yaf/View/Simple.html#method___construct","d":""},{"t":"M","n":"Yaf\\View\\Simple::__isset","p":"Yaf/View/Simple.html#method___isset","d":""},{"t":"M","n":"Yaf\\View\\Simple::assign","p":"Yaf/View/Simple.html#method_assign","d":"

    assign variable to view engine

    "},{"t":"M","n":"Yaf\\View\\Simple::render","p":"Yaf/View/Simple.html#method_render","d":""},{"t":"M","n":"Yaf\\View\\Simple::display","p":"Yaf/View/Simple.html#method_display","d":"

    Render a template and display the result instantly.

    "},{"t":"M","n":"Yaf\\View\\Simple::assignRef","p":"Yaf/View/Simple.html#method_assignRef","d":"

    unlike \\Yaf\\View\\Simple::assign(), this method assign a ref value to engine.

    "},{"t":"M","n":"Yaf\\View\\Simple::clear","p":"Yaf/View/Simple.html#method_clear","d":"

    clear assigned variable

    "},{"t":"M","n":"Yaf\\View\\Simple::setScriptPath","p":"Yaf/View/Simple.html#method_setScriptPath","d":""},{"t":"M","n":"Yaf\\View\\Simple::getScriptPath","p":"Yaf/View/Simple.html#method_getScriptPath","d":""},{"t":"M","n":"Yaf\\View\\Simple::__get","p":"Yaf/View/Simple.html#method___get","d":"

    Retrieve assigned variable

    \n


    \nNote:

    \n

    $name parameter can be empty since 2.1.11

    "},{"t":"M","n":"Yaf\\View\\Simple::__set","p":"Yaf/View/Simple.html#method___set","d":"

    This is a alternative and easier way to \\Yaf\\View\\Simple::assign().

    "},{"t":"M","n":"Yaf\\View\\Simple::eval","p":"Yaf/View/Simple.html#method_eval","d":"

    Render a string template and return the result.

    "},{"t":"M","n":"Yaf\\View_Interface::assign","p":"Yaf/View_Interface.html#method_assign","d":"

    Assign values to View engine, then the value can access directly by name in template.

    "},{"t":"M","n":"Yaf\\View_Interface::display","p":"Yaf/View_Interface.html#method_display","d":"

    Render a template and output the result immediately.

    "},{"t":"M","n":"Yaf\\View_Interface::getScriptPath","p":"Yaf/View_Interface.html#method_getScriptPath","d":""},{"t":"M","n":"Yaf\\View_Interface::render","p":"Yaf/View_Interface.html#method_render","d":"

    Render a template and return the result.

    "},{"t":"M","n":"Yaf\\View_Interface::setScriptPath","p":"Yaf/View_Interface.html#method_setScriptPath","d":"

    Set the templates base directory, this is usually called by \\Yaf\\Dispatcher

    "},{"t":"M","n":"Yaf_Action_Abstract::execute","p":"Yaf_Action_Abstract.html#method_execute","d":"

    user should always define this method for a action, this is the entry point of an action. Yaf_Action_Abstract::execute() may have arguments.

    \n


    \nNote:

    \n

    The value retrieved from the request is not safe. you should do some filtering work before you use it.

    "},{"t":"M","n":"Yaf_Action_Abstract::getController","p":"Yaf_Action_Abstract.html#method_getController","d":"

    retrieve current controller object.

    "},{"t":"M","n":"Yaf_Action_Abstract::getControllerName","p":"Yaf_Action_Abstract.html#method_getControllerName","d":""},{"t":"M","n":"Yaf_Application::__construct","p":"Yaf_Application.html#method___construct","d":""},{"t":"M","n":"Yaf_Application::getInstance","p":"Yaf_Application.html#method_getInstance","d":""},{"t":"M","n":"Yaf_Application::run","p":"Yaf_Application.html#method_run","d":"

    Run a Yaf_Application, let the Yaf_Application accept a request, and route the request, dispatch to controller/action, and render response.

    "},{"t":"M","n":"Yaf_Application::execute","p":"Yaf_Application.html#method_execute","d":"

    This method is typically used to run Yaf_Application in a crontab work.

    "},{"t":"M","n":"Yaf_Application::app","p":"Yaf_Application.html#method_app","d":"

    Retrieve the Yaf_Application instance, alternatively, we also could use Yaf_Dispatcher::getApplication().

    "},{"t":"M","n":"Yaf_Application::environ","p":"Yaf_Application.html#method_environ","d":"

    Retrieve environ which was defined in yaf.environ which has a default value "product".

    "},{"t":"M","n":"Yaf_Application::bootstrap","p":"Yaf_Application.html#method_bootstrap","d":"

    Run a Bootstrap, all the methods defined in the Bootstrap and named with prefix "_init" will be called according to their declaration order, if the parameter bootstrap is not supplied, Yaf will look for a Bootstrap under application.directory.

    "},{"t":"M","n":"Yaf_Application::getConfig","p":"Yaf_Application.html#method_getConfig","d":""},{"t":"M","n":"Yaf_Application::getModules","p":"Yaf_Application.html#method_getModules","d":"

    Get the modules list defined in config, if no one defined, there will always be a module named "Index".

    "},{"t":"M","n":"Yaf_Application::getDispatcher","p":"Yaf_Application.html#method_getDispatcher","d":""},{"t":"M","n":"Yaf_Application::setAppDirectory","p":"Yaf_Application.html#method_setAppDirectory","d":"

    Change the application directory

    "},{"t":"M","n":"Yaf_Application::getAppDirectory","p":"Yaf_Application.html#method_getAppDirectory","d":""},{"t":"M","n":"Yaf_Application::getLastErrorNo","p":"Yaf_Application.html#method_getLastErrorNo","d":""},{"t":"M","n":"Yaf_Application::getLastErrorMsg","p":"Yaf_Application.html#method_getLastErrorMsg","d":""},{"t":"M","n":"Yaf_Application::clearLastError","p":"Yaf_Application.html#method_clearLastError","d":""},{"t":"M","n":"Yaf_Application::__destruct","p":"Yaf_Application.html#method___destruct","d":""},{"t":"M","n":"Yaf_Config_Abstract::get","p":"Yaf_Config_Abstract.html#method_get","d":""},{"t":"M","n":"Yaf_Config_Abstract::set","p":"Yaf_Config_Abstract.html#method_set","d":""},{"t":"M","n":"Yaf_Config_Abstract::count","p":"Yaf_Config_Abstract.html#method_count","d":""},{"t":"M","n":"Yaf_Config_Abstract::rewind","p":"Yaf_Config_Abstract.html#method_rewind","d":""},{"t":"M","n":"Yaf_Config_Abstract::current","p":"Yaf_Config_Abstract.html#method_current","d":""},{"t":"M","n":"Yaf_Config_Abstract::key","p":"Yaf_Config_Abstract.html#method_key","d":""},{"t":"M","n":"Yaf_Config_Abstract::next","p":"Yaf_Config_Abstract.html#method_next","d":""},{"t":"M","n":"Yaf_Config_Abstract::valid","p":"Yaf_Config_Abstract.html#method_valid","d":""},{"t":"M","n":"Yaf_Config_Abstract::readonly","p":"Yaf_Config_Abstract.html#method_readonly","d":""},{"t":"M","n":"Yaf_Config_Abstract::toArray","p":"Yaf_Config_Abstract.html#method_toArray","d":""},{"t":"M","n":"Yaf_Config_Abstract::offsetSet","p":"Yaf_Config_Abstract.html#method_offsetSet","d":""},{"t":"M","n":"Yaf_Config_Abstract::offsetUnset","p":"Yaf_Config_Abstract.html#method_offsetUnset","d":""},{"t":"M","n":"Yaf_Config_Abstract::offsetExists","p":"Yaf_Config_Abstract.html#method_offsetExists","d":""},{"t":"M","n":"Yaf_Config_Abstract::offsetGet","p":"Yaf_Config_Abstract.html#method_offsetGet","d":""},{"t":"M","n":"Yaf_Config_Abstract::__get","p":"Yaf_Config_Abstract.html#method___get","d":""},{"t":"M","n":"Yaf_Config_Abstract::__isset","p":"Yaf_Config_Abstract.html#method___isset","d":""},{"t":"M","n":"Yaf_Config_Ini::__construct","p":"Yaf_Config_Ini.html#method___construct","d":""},{"t":"M","n":"Yaf_Config_Ini::__get","p":"Yaf_Config_Ini.html#method___get","d":""},{"t":"M","n":"Yaf_Config_Ini::__set","p":"Yaf_Config_Ini.html#method___set","d":""},{"t":"M","n":"Yaf_Config_Ini::get","p":"Yaf_Config_Ini.html#method_get","d":""},{"t":"M","n":"Yaf_Config_Ini::set","p":"Yaf_Config_Ini.html#method_set","d":""},{"t":"M","n":"Yaf_Config_Ini::toArray","p":"Yaf_Config_Ini.html#method_toArray","d":""},{"t":"M","n":"Yaf_Config_Ini::readonly","p":"Yaf_Config_Ini.html#method_readonly","d":""},{"t":"M","n":"Yaf_Config_Ini::__isset","p":"Yaf_Config_Ini.html#method___isset","d":""},{"t":"M","n":"Yaf_Config_Ini::count","p":"Yaf_Config_Ini.html#method_count","d":""},{"t":"M","n":"Yaf_Config_Ini::rewind","p":"Yaf_Config_Ini.html#method_rewind","d":""},{"t":"M","n":"Yaf_Config_Ini::current","p":"Yaf_Config_Ini.html#method_current","d":""},{"t":"M","n":"Yaf_Config_Ini::next","p":"Yaf_Config_Ini.html#method_next","d":""},{"t":"M","n":"Yaf_Config_Ini::valid","p":"Yaf_Config_Ini.html#method_valid","d":""},{"t":"M","n":"Yaf_Config_Ini::key","p":"Yaf_Config_Ini.html#method_key","d":""},{"t":"M","n":"Yaf_Config_Ini::offsetUnset","p":"Yaf_Config_Ini.html#method_offsetUnset","d":""},{"t":"M","n":"Yaf_Config_Ini::offsetGet","p":"Yaf_Config_Ini.html#method_offsetGet","d":""},{"t":"M","n":"Yaf_Config_Ini::offsetExists","p":"Yaf_Config_Ini.html#method_offsetExists","d":""},{"t":"M","n":"Yaf_Config_Ini::offsetSet","p":"Yaf_Config_Ini.html#method_offsetSet","d":""},{"t":"M","n":"Yaf_Config_Simple::__construct","p":"Yaf_Config_Simple.html#method___construct","d":""},{"t":"M","n":"Yaf_Config_Simple::__get","p":"Yaf_Config_Simple.html#method___get","d":""},{"t":"M","n":"Yaf_Config_Simple::__set","p":"Yaf_Config_Simple.html#method___set","d":""},{"t":"M","n":"Yaf_Config_Simple::get","p":"Yaf_Config_Simple.html#method_get","d":""},{"t":"M","n":"Yaf_Config_Simple::set","p":"Yaf_Config_Simple.html#method_set","d":""},{"t":"M","n":"Yaf_Config_Simple::toArray","p":"Yaf_Config_Simple.html#method_toArray","d":""},{"t":"M","n":"Yaf_Config_Simple::readonly","p":"Yaf_Config_Simple.html#method_readonly","d":""},{"t":"M","n":"Yaf_Config_Simple::__isset","p":"Yaf_Config_Simple.html#method___isset","d":""},{"t":"M","n":"Yaf_Config_Simple::count","p":"Yaf_Config_Simple.html#method_count","d":""},{"t":"M","n":"Yaf_Config_Simple::rewind","p":"Yaf_Config_Simple.html#method_rewind","d":""},{"t":"M","n":"Yaf_Config_Simple::current","p":"Yaf_Config_Simple.html#method_current","d":""},{"t":"M","n":"Yaf_Config_Simple::next","p":"Yaf_Config_Simple.html#method_next","d":""},{"t":"M","n":"Yaf_Config_Simple::valid","p":"Yaf_Config_Simple.html#method_valid","d":""},{"t":"M","n":"Yaf_Config_Simple::key","p":"Yaf_Config_Simple.html#method_key","d":""},{"t":"M","n":"Yaf_Config_Simple::offsetUnset","p":"Yaf_Config_Simple.html#method_offsetUnset","d":""},{"t":"M","n":"Yaf_Config_Simple::offsetGet","p":"Yaf_Config_Simple.html#method_offsetGet","d":""},{"t":"M","n":"Yaf_Config_Simple::offsetExists","p":"Yaf_Config_Simple.html#method_offsetExists","d":""},{"t":"M","n":"Yaf_Config_Simple::offsetSet","p":"Yaf_Config_Simple.html#method_offsetSet","d":""},{"t":"M","n":"Yaf_Controller_Abstract::render","p":"Yaf_Controller_Abstract.html#method_render","d":""},{"t":"M","n":"Yaf_Controller_Abstract::display","p":"Yaf_Controller_Abstract.html#method_display","d":""},{"t":"M","n":"Yaf_Controller_Abstract::getRequest","p":"Yaf_Controller_Abstract.html#method_getRequest","d":"

    retrieve current request object

    "},{"t":"M","n":"Yaf_Controller_Abstract::getResponse","p":"Yaf_Controller_Abstract.html#method_getResponse","d":"

    retrieve current response object

    "},{"t":"M","n":"Yaf_Controller_Abstract::getModuleName","p":"Yaf_Controller_Abstract.html#method_getModuleName","d":"

    get the controller's module name

    "},{"t":"M","n":"Yaf_Controller_Abstract::getView","p":"Yaf_Controller_Abstract.html#method_getView","d":"

    retrieve view engine

    "},{"t":"M","n":"Yaf_Controller_Abstract::getName","p":"Yaf_Controller_Abstract.html#method_getName","d":""},{"t":"M","n":"Yaf_Controller_Abstract::initView","p":"Yaf_Controller_Abstract.html#method_initView","d":""},{"t":"M","n":"Yaf_Controller_Abstract::setViewpath","p":"Yaf_Controller_Abstract.html#method_setViewpath","d":""},{"t":"M","n":"Yaf_Controller_Abstract::getViewpath","p":"Yaf_Controller_Abstract.html#method_getViewpath","d":""},{"t":"M","n":"Yaf_Controller_Abstract::forward","p":"Yaf_Controller_Abstract.html#method_forward","d":"

    forward current execution process to other action.

    \n


    \nNote:

    \n

    this method doesn't switch to the destination action immediately, it will take place after current flow finish.

    \n


    \nNotice, there are 3 available method signatures:

    \n

    Yaf_Controller_Abstract::forward ( string $module , string $controller , string $action [, array $parameters ] )

    \n

    Yaf_Controller_Abstract::forward ( string $controller , string $action [, array $parameters ] )

    \n

    Yaf_Controller_Abstract::forward ( string $action [, array $parameters ] )

    "},{"t":"M","n":"Yaf_Controller_Abstract::redirect","p":"Yaf_Controller_Abstract.html#method_redirect","d":"

    redirect to a URL by sending a 302 header

    "},{"t":"M","n":"Yaf_Controller_Abstract::getInvokeArgs","p":"Yaf_Controller_Abstract.html#method_getInvokeArgs","d":""},{"t":"M","n":"Yaf_Controller_Abstract::getInvokeArg","p":"Yaf_Controller_Abstract.html#method_getInvokeArg","d":""},{"t":"M","n":"Yaf_Controller_Abstract::init","p":"Yaf_Controller_Abstract.html#method_init","d":"

    Yaf_Controller_Abstract::__construct() is final, which means users can not override it. but users can define Yaf_Controller_Abstract::init(), which will be called after controller object is instantiated.

    "},{"t":"M","n":"Yaf_Controller_Abstract::__construct","p":"Yaf_Controller_Abstract.html#method___construct","d":"

    Yaf_Controller_Abstract::__construct() is final, which means it can not be overridden. You may want to see Yaf_Controller_Abstract::init() instead.

    "},{"t":"M","n":"Yaf_Dispatcher::enableView","p":"Yaf_Dispatcher.html#method_enableView","d":"

    enable view rendering

    "},{"t":"M","n":"Yaf_Dispatcher::getResponse","p":"Yaf_Dispatcher.html#method_getResponse","d":""},{"t":"M","n":"Yaf_Dispatcher::getDefaultModule","p":"Yaf_Dispatcher.html#method_getDefaultModule","d":""},{"t":"M","n":"Yaf_Dispatcher::getDefaultController","p":"Yaf_Dispatcher.html#method_getDefaultController","d":""},{"t":"M","n":"Yaf_Dispatcher::getDefaultAction","p":"Yaf_Dispatcher.html#method_getDefaultAction","d":""},{"t":"M","n":"Yaf_Dispatcher::disableView","p":"Yaf_Dispatcher.html#method_disableView","d":"

    disable view engine, used in some app that user will output by himself


    \nNote:\n

    you can simply return FALSE in a action to prevent the auto-rendering of that action

    "},{"t":"M","n":"Yaf_Dispatcher::initView","p":"Yaf_Dispatcher.html#method_initView","d":"

    Initialize view and return it

    "},{"t":"M","n":"Yaf_Dispatcher::setView","p":"Yaf_Dispatcher.html#method_setView","d":"

    This method provides a solution for that if you want use a custom view engine instead of Yaf_View_Simple

    "},{"t":"M","n":"Yaf_Dispatcher::setRequest","p":"Yaf_Dispatcher.html#method_setRequest","d":""},{"t":"M","n":"Yaf_Dispatcher::getApplication","p":"Yaf_Dispatcher.html#method_getApplication","d":"

    Retrieve the Yaf_Application instance. same as Yaf_Application::app().

    "},{"t":"M","n":"Yaf_Dispatcher::getRouter","p":"Yaf_Dispatcher.html#method_getRouter","d":""},{"t":"M","n":"Yaf_Dispatcher::getRequest","p":"Yaf_Dispatcher.html#method_getRequest","d":""},{"t":"M","n":"Yaf_Dispatcher::setErrorHandler","p":"Yaf_Dispatcher.html#method_setErrorHandler","d":"

    Set error handler for Yaf. when application.dispatcher.throwException is off, Yaf will trigger catch-able error while unexpected errors occurred.


    \n

    Thus, this error handler will be called while the error raise.

    "},{"t":"M","n":"Yaf_Dispatcher::setDefaultModule","p":"Yaf_Dispatcher.html#method_setDefaultModule","d":"

    Change default module name

    "},{"t":"M","n":"Yaf_Dispatcher::setDefaultController","p":"Yaf_Dispatcher.html#method_setDefaultController","d":"

    Change default controller name

    "},{"t":"M","n":"Yaf_Dispatcher::setDefaultAction","p":"Yaf_Dispatcher.html#method_setDefaultAction","d":"

    Change default action name

    "},{"t":"M","n":"Yaf_Dispatcher::returnResponse","p":"Yaf_Dispatcher.html#method_returnResponse","d":""},{"t":"M","n":"Yaf_Dispatcher::autoRender","p":"Yaf_Dispatcher.html#method_autoRender","d":"

    Yaf_Dispatcher will render automatically after dispatches an incoming request, you can prevent the rendering by calling this method with $flag TRUE


    \nNote:\n

    you can simply return FALSE in a action to prevent the auto-rendering of that action

    "},{"t":"M","n":"Yaf_Dispatcher::flushInstantly","p":"Yaf_Dispatcher.html#method_flushInstantly","d":"

    Switch on/off the instant flushing

    "},{"t":"M","n":"Yaf_Dispatcher::getInstance","p":"Yaf_Dispatcher.html#method_getInstance","d":""},{"t":"M","n":"Yaf_Dispatcher::dispatch","p":"Yaf_Dispatcher.html#method_dispatch","d":"

    This method does the heavy work of the Yaf_Dispatcher. It take a request object.


    \n

    The dispatch process has three distinct events:

    \n
      \n
    • Routing
    • \n
    • Dispatching
    • \n
    • Response
    • \n
    \n

    Routing takes place exactly once, using the values in the request object when dispatch() is called. Dispatching takes place in a loop; a request may either indicate multiple actions to dispatch, or the controller or a plugin may reset the request object to force additional actions to dispatch(see Yaf_Plugin_Abstract. When all is done, the Yaf_Dispatcher returns a response.

    "},{"t":"M","n":"Yaf_Dispatcher::throwException","p":"Yaf_Dispatcher.html#method_throwException","d":"

    Switch on/off exception throwing while unexpected error occurring. When this is on, Yaf will throwing exceptions instead of triggering catchable errors.


    \n

    You can also use application.dispatcher.throwException to achieve the same purpose.

    "},{"t":"M","n":"Yaf_Dispatcher::catchException","p":"Yaf_Dispatcher.html#method_catchException","d":"

    While the application.dispatcher.throwException is On(you can also calling to Yaf_Dispatcher::throwException(TRUE) to enable it), Yaf will throw Exception whe error occurs instead of trigger error.


    \n

    then if you enable Yaf_Dispatcher::catchException()(also can enabled by set application.dispatcher.catchException), all uncaught Exceptions will be caught by ErrorController::error if you have defined one.

    "},{"t":"M","n":"Yaf_Dispatcher::registerPlugin","p":"Yaf_Dispatcher.html#method_registerPlugin","d":"

    Register a plugin(see Yaf_Plugin_Abstract). Generally, we register plugins in Bootstrap(see Yaf_Bootstrap_Abstract).

    "},{"t":"M","n":"Yaf_Dispatcher::setResponse","p":"Yaf_Dispatcher.html#method_setResponse","d":""},{"t":"M","n":"Yaf_Loader::autoload","p":"Yaf_Loader.html#method_autoload","d":""},{"t":"M","n":"Yaf_Loader::getInstance","p":"Yaf_Loader.html#method_getInstance","d":""},{"t":"M","n":"Yaf_Loader::registerLocalNamespace","p":"Yaf_Loader.html#method_registerLocalNamespace","d":"

    Register local class prefix name, Yaf_Loader search classes in two library directories, the one is configured via application.library.directory(in application.ini) which is called local library directory; the other is configured via yaf.library (in php.ini) which is called global library directory, since it can be shared by many applications in the same server.

    \n


    \n

    When an autoloading is triggered, Yaf_Loader will determine which library directory should be searched in by examining the prefix name of the missed classname. If the prefix name is registered as a local namespace then look for it in local library directory, otherwise look for it in global library directory.

    \n


    \nNote:

    \n

    If yaf.library is not configured, then the global library directory is assumed to be the local library directory. in that case, all autoloading will look for local library directory. But if you want your Yaf application be strong, then always register your own classes as local classes.

    "},{"t":"M","n":"Yaf_Loader::getLocalNamespace","p":"Yaf_Loader.html#method_getLocalNamespace","d":""},{"t":"M","n":"Yaf_Loader::getNamespaces","p":"Yaf_Loader.html#method_getNamespaces","d":""},{"t":"M","n":"Yaf_Loader::clearLocalNamespace","p":"Yaf_Loader.html#method_clearLocalNamespace","d":""},{"t":"M","n":"Yaf_Loader::isLocalName","p":"Yaf_Loader.html#method_isLocalName","d":""},{"t":"M","n":"Yaf_Loader::import","p":"Yaf_Loader.html#method_import","d":""},{"t":"M","n":"Yaf_Loader::setLibraryPath","p":"Yaf_Loader.html#method_setLibraryPath","d":""},{"t":"M","n":"Yaf_Loader::getLibraryPath","p":"Yaf_Loader.html#method_getLibraryPath","d":""},{"t":"M","n":"Yaf_Loader::registerNamespace","p":"Yaf_Loader.html#method_registerNamespace","d":""},{"t":"M","n":"Yaf_Loader::getNamespacePath","p":"Yaf_Loader.html#method_getNamespacePath","d":""},{"t":"M","n":"Yaf_Plugin_Abstract::routerStartup","p":"Yaf_Plugin_Abstract.html#method_routerStartup","d":"

    This is the earliest hook in Yaf plugin hook system, if a custom plugin implement this method, then it will be called before routing a request.

    "},{"t":"M","n":"Yaf_Plugin_Abstract::routerShutdown","p":"Yaf_Plugin_Abstract.html#method_routerShutdown","d":"

    This hook will be trigged after the route process finished, this hook is usually used for login check.

    "},{"t":"M","n":"Yaf_Plugin_Abstract::dispatchLoopStartup","p":"Yaf_Plugin_Abstract.html#method_dispatchLoopStartup","d":""},{"t":"M","n":"Yaf_Plugin_Abstract::dispatchLoopShutdown","p":"Yaf_Plugin_Abstract.html#method_dispatchLoopShutdown","d":"

    This is the latest hook in Yaf plugin hook system, if a custom plugin implement this method, then it will be called after the dispatch loop finished.

    "},{"t":"M","n":"Yaf_Plugin_Abstract::preDispatch","p":"Yaf_Plugin_Abstract.html#method_preDispatch","d":""},{"t":"M","n":"Yaf_Plugin_Abstract::postDispatch","p":"Yaf_Plugin_Abstract.html#method_postDispatch","d":""},{"t":"M","n":"Yaf_Plugin_Abstract::preResponse","p":"Yaf_Plugin_Abstract.html#method_preResponse","d":""},{"t":"M","n":"Yaf_Registry::get","p":"Yaf_Registry.html#method_get","d":"

    Retrieve an item from registry

    "},{"t":"M","n":"Yaf_Registry::has","p":"Yaf_Registry.html#method_has","d":"

    Check whether an item exists

    "},{"t":"M","n":"Yaf_Registry::set","p":"Yaf_Registry.html#method_set","d":""},{"t":"M","n":"Yaf_Registry::del","p":"Yaf_Registry.html#method_del","d":""},{"t":"M","n":"Yaf_Request_Abstract::isGet","p":"Yaf_Request_Abstract.html#method_isGet","d":""},{"t":"M","n":"Yaf_Request_Abstract::isDelete","p":"Yaf_Request_Abstract.html#method_isDelete","d":""},{"t":"M","n":"Yaf_Request_Abstract::isPatch","p":"Yaf_Request_Abstract.html#method_isPatch","d":""},{"t":"M","n":"Yaf_Request_Abstract::getRaw","p":"Yaf_Request_Abstract.html#method_getRaw","d":""},{"t":"M","n":"Yaf_Request_Abstract::clearParams","p":"Yaf_Request_Abstract.html#method_clearParams","d":""},{"t":"M","n":"Yaf_Request_Abstract::isPost","p":"Yaf_Request_Abstract.html#method_isPost","d":""},{"t":"M","n":"Yaf_Request_Abstract::isPut","p":"Yaf_Request_Abstract.html#method_isPut","d":""},{"t":"M","n":"Yaf_Request_Abstract::isHead","p":"Yaf_Request_Abstract.html#method_isHead","d":""},{"t":"M","n":"Yaf_Request_Abstract::isOptions","p":"Yaf_Request_Abstract.html#method_isOptions","d":""},{"t":"M","n":"Yaf_Request_Abstract::isCli","p":"Yaf_Request_Abstract.html#method_isCli","d":""},{"t":"M","n":"Yaf_Request_Abstract::isDispatched","p":"Yaf_Request_Abstract.html#method_isDispatched","d":""},{"t":"M","n":"Yaf_Request_Abstract::isRouted","p":"Yaf_Request_Abstract.html#method_isRouted","d":""},{"t":"M","n":"Yaf_Request_Abstract::isXmlHttpRequest","p":"Yaf_Request_Abstract.html#method_isXmlHttpRequest","d":""},{"t":"M","n":"Yaf_Request_Abstract::getServer","p":"Yaf_Request_Abstract.html#method_getServer","d":"

    Retrieve $_SERVER variable

    "},{"t":"M","n":"Yaf_Request_Abstract::getEnv","p":"Yaf_Request_Abstract.html#method_getEnv","d":"

    Retrieve $_ENV variable

    "},{"t":"M","n":"Yaf_Request_Abstract::getParam","p":"Yaf_Request_Abstract.html#method_getParam","d":""},{"t":"M","n":"Yaf_Request_Abstract::getParams","p":"Yaf_Request_Abstract.html#method_getParams","d":""},{"t":"M","n":"Yaf_Request_Abstract::getException","p":"Yaf_Request_Abstract.html#method_getException","d":""},{"t":"M","n":"Yaf_Request_Abstract::getModuleName","p":"Yaf_Request_Abstract.html#method_getModuleName","d":""},{"t":"M","n":"Yaf_Request_Abstract::getControllerName","p":"Yaf_Request_Abstract.html#method_getControllerName","d":""},{"t":"M","n":"Yaf_Request_Abstract::getActionName","p":"Yaf_Request_Abstract.html#method_getActionName","d":""},{"t":"M","n":"Yaf_Request_Abstract::setParam","p":"Yaf_Request_Abstract.html#method_setParam","d":""},{"t":"M","n":"Yaf_Request_Abstract::setModuleName","p":"Yaf_Request_Abstract.html#method_setModuleName","d":""},{"t":"M","n":"Yaf_Request_Abstract::setControllerName","p":"Yaf_Request_Abstract.html#method_setControllerName","d":""},{"t":"M","n":"Yaf_Request_Abstract::setActionName","p":"Yaf_Request_Abstract.html#method_setActionName","d":""},{"t":"M","n":"Yaf_Request_Abstract::getMethod","p":"Yaf_Request_Abstract.html#method_getMethod","d":""},{"t":"M","n":"Yaf_Request_Abstract::getLanguage","p":"Yaf_Request_Abstract.html#method_getLanguage","d":""},{"t":"M","n":"Yaf_Request_Abstract::setBaseUri","p":"Yaf_Request_Abstract.html#method_setBaseUri","d":"

    Set base URI, base URI is used when doing routing, in routing phase request URI is used to route a request, while base URI is used to skip the leading part(base URI) of request URI. That is, if comes a request with request URI a/b/c, then if you set base URI to \"a/b\", only \"/c\" will be used in routing phase.

    \n


    \nNote:

    \n

    generally, you don't need to set this, Yaf will determine it automatically.

    "},{"t":"M","n":"Yaf_Request_Abstract::getBaseUri","p":"Yaf_Request_Abstract.html#method_getBaseUri","d":""},{"t":"M","n":"Yaf_Request_Abstract::getRequestUri","p":"Yaf_Request_Abstract.html#method_getRequestUri","d":""},{"t":"M","n":"Yaf_Request_Abstract::setRequestUri","p":"Yaf_Request_Abstract.html#method_setRequestUri","d":""},{"t":"M","n":"Yaf_Request_Abstract::setDispatched","p":"Yaf_Request_Abstract.html#method_setDispatched","d":"

    Set request as dispatched

    "},{"t":"M","n":"Yaf_Request_Abstract::setRouted","p":"Yaf_Request_Abstract.html#method_setRouted","d":"

    Set request as routed

    "},{"t":"M","n":"Yaf_Request_Abstract::get","p":"Yaf_Request_Abstract.html#method_get","d":""},{"t":"M","n":"Yaf_Request_Abstract::getFiles","p":"Yaf_Request_Abstract.html#method_getFiles","d":""},{"t":"M","n":"Yaf_Request_Abstract::getCookie","p":"Yaf_Request_Abstract.html#method_getCookie","d":""},{"t":"M","n":"Yaf_Request_Abstract::getPost","p":"Yaf_Request_Abstract.html#method_getPost","d":""},{"t":"M","n":"Yaf_Request_Abstract::getRequest","p":"Yaf_Request_Abstract.html#method_getRequest","d":""},{"t":"M","n":"Yaf_Request_Abstract::getQuery","p":"Yaf_Request_Abstract.html#method_getQuery","d":""},{"t":"M","n":"Yaf_Request_Http::__construct","p":"Yaf_Request_Http.html#method___construct","d":""},{"t":"M","n":"Yaf_Request_Simple::isXmlHttpRequest","p":"Yaf_Request_Simple.html#method_isXmlHttpRequest","d":"

    Check the request whether it is a Ajax Request

    "},{"t":"M","n":"Yaf_Request_Simple::__construct","p":"Yaf_Request_Simple.html#method___construct","d":""},{"t":"M","n":"Yaf_Response_Abstract::__construct","p":"Yaf_Response_Abstract.html#method___construct","d":""},{"t":"M","n":"Yaf_Response_Abstract::__destruct","p":"Yaf_Response_Abstract.html#method___destruct","d":""},{"t":"M","n":"Yaf_Response_Abstract::__toString","p":"Yaf_Response_Abstract.html#method___toString","d":""},{"t":"M","n":"Yaf_Response_Abstract::response","p":"Yaf_Response_Abstract.html#method_response","d":"

    Send response

    "},{"t":"M","n":"Yaf_Response_Abstract::setHeader","p":"Yaf_Response_Abstract.html#method_setHeader","d":"

    Set response header

    "},{"t":"M","n":"Yaf_Response_Abstract::setBody","p":"Yaf_Response_Abstract.html#method_setBody","d":"

    Set content to response

    "},{"t":"M","n":"Yaf_Response_Abstract::appendBody","p":"Yaf_Response_Abstract.html#method_appendBody","d":"

    append a content to a exists content block

    "},{"t":"M","n":"Yaf_Response_Abstract::prependBody","p":"Yaf_Response_Abstract.html#method_prependBody","d":"

    prepend a content to a exists content block

    "},{"t":"M","n":"Yaf_Response_Abstract::clearBody","p":"Yaf_Response_Abstract.html#method_clearBody","d":"

    Clear existing content

    "},{"t":"M","n":"Yaf_Response_Abstract::getBody","p":"Yaf_Response_Abstract.html#method_getBody","d":"

    Retrieve an existing content

    "},{"t":"M","n":"Yaf_Response_Cli::__toString","p":"Yaf_Response_Cli.html#method___toString","d":""},{"t":"M","n":"Yaf_Response_Http::__toString","p":"Yaf_Response_Http.html#method___toString","d":""},{"t":"M","n":"Yaf_Response_Http::setHeader","p":"Yaf_Response_Http.html#method_setHeader","d":""},{"t":"M","n":"Yaf_Response_Http::setAllHeaders","p":"Yaf_Response_Http.html#method_setAllHeaders","d":""},{"t":"M","n":"Yaf_Response_Http::getHeader","p":"Yaf_Response_Http.html#method_getHeader","d":""},{"t":"M","n":"Yaf_Response_Http::clearHeaders","p":"Yaf_Response_Http.html#method_clearHeaders","d":""},{"t":"M","n":"Yaf_Response_Http::setRedirect","p":"Yaf_Response_Http.html#method_setRedirect","d":""},{"t":"M","n":"Yaf_Response_Http::response","p":"Yaf_Response_Http.html#method_response","d":"

    send response

    "},{"t":"M","n":"Yaf_Route_Interface::route","p":"Yaf_Route_Interface.html#method_route","d":"

    Yaf_Route_Interface::route() is the only method that a custom route should implement.


    \n

    if this method return TRUE, then the route process will be end. otherwise, Yaf_Router will call next route in the route stack to route request.


    \n

    This method would set the route result to the parameter request, by calling Yaf_Request_Abstract::setControllerName(), Yaf_Request_Abstract::setActionName() and Yaf_Request_Abstract::setModuleName().


    \n

    This method should also call Yaf_Request_Abstract::setRouted() to make the request routed at last.

    "},{"t":"M","n":"Yaf_Route_Interface::assemble","p":"Yaf_Route_Interface.html#method_assemble","d":"

    Yaf_Route_Interface::assemble() - assemble a request


    \n

    this method returns a url according to the argument info, and append query strings to the url according to the argument query.

    \n

    a route should implement this method according to its own route rules, and do a reverse progress.

    "},{"t":"M","n":"Yaf_Route_Map::__construct","p":"Yaf_Route_Map.html#method___construct","d":""},{"t":"M","n":"Yaf_Route_Map::route","p":"Yaf_Route_Map.html#method_route","d":""},{"t":"M","n":"Yaf_Route_Map::assemble","p":"Yaf_Route_Map.html#method_assemble","d":"

    Yaf_Route_Map::assemble() - Assemble a url

    "},{"t":"M","n":"Yaf_Route_Regex::__construct","p":"Yaf_Route_Regex.html#method___construct","d":""},{"t":"M","n":"Yaf_Route_Regex::route","p":"Yaf_Route_Regex.html#method_route","d":"

    Route a incoming request.

    "},{"t":"M","n":"Yaf_Route_Regex::assemble","p":"Yaf_Route_Regex.html#method_assemble","d":"

    Yaf_Route_Regex::assemble() - Assemble a url

    "},{"t":"M","n":"Yaf_Route_Regex::match","p":"Yaf_Route_Regex.html#method_match","d":""},{"t":"M","n":"Yaf_Route_Rewrite::__construct","p":"Yaf_Route_Rewrite.html#method___construct","d":""},{"t":"M","n":"Yaf_Route_Rewrite::route","p":"Yaf_Route_Rewrite.html#method_route","d":""},{"t":"M","n":"Yaf_Route_Rewrite::assemble","p":"Yaf_Route_Rewrite.html#method_assemble","d":"

    Yaf_Route_Rewrite::assemble() - Assemble a url

    "},{"t":"M","n":"Yaf_Route_Rewrite::match","p":"Yaf_Route_Rewrite.html#method_match","d":""},{"t":"M","n":"Yaf_Route_Simple::__construct","p":"Yaf_Route_Simple.html#method___construct","d":"

    Yaf_Route_Simple will get route info from query string. and the parameters of this constructor will used as keys while searching for the route info in $_GET.

    "},{"t":"M","n":"Yaf_Route_Simple::route","p":"Yaf_Route_Simple.html#method_route","d":"

    see Yaf_Route_Simple::__construct()

    "},{"t":"M","n":"Yaf_Route_Simple::assemble","p":"Yaf_Route_Simple.html#method_assemble","d":"

    Yaf_Route_Simple::assemble() - Assemble a url

    "},{"t":"M","n":"Yaf_Route_Static::match","p":"Yaf_Route_Static.html#method_match","d":""},{"t":"M","n":"Yaf_Route_Static::route","p":"Yaf_Route_Static.html#method_route","d":""},{"t":"M","n":"Yaf_Route_Static::assemble","p":"Yaf_Route_Static.html#method_assemble","d":"

    Yaf_Route_Static::assemble() - Assemble a url

    "},{"t":"M","n":"Yaf_Route_Supervar::__construct","p":"Yaf_Route_Supervar.html#method___construct","d":"

    Yaf_Route_Supervar is similar to Yaf_Route_Static, the difference is that Yaf_Route_Supervar will look for path info in query string, and the parameter supervar_name is the key.

    "},{"t":"M","n":"Yaf_Route_Supervar::route","p":"Yaf_Route_Supervar.html#method_route","d":""},{"t":"M","n":"Yaf_Route_Supervar::assemble","p":"Yaf_Route_Supervar.html#method_assemble","d":"

    Yaf_Route_Supervar::assemble() - Assemble a url

    "},{"t":"M","n":"Yaf_Router::__construct","p":"Yaf_Router.html#method___construct","d":""},{"t":"M","n":"Yaf_Router::addRoute","p":"Yaf_Router.html#method_addRoute","d":"

    by default, Yaf_Router using a Yaf_Route_Static as its default route. you can add new routes into router's route stack by calling this method.

    \n


    \n

    the newer route will be called before the older(route stack), and if the newer router return TRUE, the router process will be end. otherwise, the older one will be called.

    "},{"t":"M","n":"Yaf_Router::addConfig","p":"Yaf_Router.html#method_addConfig","d":"

    Add routes defined by configs into Yaf_Router's route stack

    "},{"t":"M","n":"Yaf_Router::route","p":"Yaf_Router.html#method_route","d":""},{"t":"M","n":"Yaf_Router::getRoute","p":"Yaf_Router.html#method_getRoute","d":"

    Retrieve a route by name, see also Yaf_Router::getCurrentRoute()

    "},{"t":"M","n":"Yaf_Router::getRoutes","p":"Yaf_Router.html#method_getRoutes","d":""},{"t":"M","n":"Yaf_Router::getCurrentRoute","p":"Yaf_Router.html#method_getCurrentRoute","d":"

    Get the name of the route which is effective in the route process.

    \n


    \nNote:

    \n

    You should call this method after the route process finished, since before that, this method will always return NULL.

    "},{"t":"M","n":"Yaf_Session::getInstance","p":"Yaf_Session.html#method_getInstance","d":""},{"t":"M","n":"Yaf_Session::start","p":"Yaf_Session.html#method_start","d":""},{"t":"M","n":"Yaf_Session::get","p":"Yaf_Session.html#method_get","d":""},{"t":"M","n":"Yaf_Session::has","p":"Yaf_Session.html#method_has","d":""},{"t":"M","n":"Yaf_Session::set","p":"Yaf_Session.html#method_set","d":""},{"t":"M","n":"Yaf_Session::del","p":"Yaf_Session.html#method_del","d":""},{"t":"M","n":"Yaf_Session::count","p":"Yaf_Session.html#method_count","d":""},{"t":"M","n":"Yaf_Session::rewind","p":"Yaf_Session.html#method_rewind","d":""},{"t":"M","n":"Yaf_Session::current","p":"Yaf_Session.html#method_current","d":""},{"t":"M","n":"Yaf_Session::next","p":"Yaf_Session.html#method_next","d":""},{"t":"M","n":"Yaf_Session::valid","p":"Yaf_Session.html#method_valid","d":""},{"t":"M","n":"Yaf_Session::key","p":"Yaf_Session.html#method_key","d":""},{"t":"M","n":"Yaf_Session::offsetUnset","p":"Yaf_Session.html#method_offsetUnset","d":""},{"t":"M","n":"Yaf_Session::offsetGet","p":"Yaf_Session.html#method_offsetGet","d":""},{"t":"M","n":"Yaf_Session::offsetExists","p":"Yaf_Session.html#method_offsetExists","d":""},{"t":"M","n":"Yaf_Session::offsetSet","p":"Yaf_Session.html#method_offsetSet","d":""},{"t":"M","n":"Yaf_Session::__get","p":"Yaf_Session.html#method___get","d":""},{"t":"M","n":"Yaf_Session::__isset","p":"Yaf_Session.html#method___isset","d":""},{"t":"M","n":"Yaf_Session::__set","p":"Yaf_Session.html#method___set","d":""},{"t":"M","n":"Yaf_Session::__unset","p":"Yaf_Session.html#method___unset","d":""},{"t":"M","n":"Yaf_Session::clear","p":"Yaf_Session.html#method_clear","d":""},{"t":"M","n":"Yaf_View_Interface::assign","p":"Yaf_View_Interface.html#method_assign","d":"

    Assign values to View engine, then the value can access directly by name in template.

    "},{"t":"M","n":"Yaf_View_Interface::display","p":"Yaf_View_Interface.html#method_display","d":"

    Render a template and output the result immediately.

    "},{"t":"M","n":"Yaf_View_Interface::getScriptPath","p":"Yaf_View_Interface.html#method_getScriptPath","d":""},{"t":"M","n":"Yaf_View_Interface::render","p":"Yaf_View_Interface.html#method_render","d":"

    Render a template and return the result.

    "},{"t":"M","n":"Yaf_View_Interface::setScriptPath","p":"Yaf_View_Interface.html#method_setScriptPath","d":"

    Set the templates base directory, this is usually called by Yaf_Dispatcher

    "},{"t":"M","n":"Yaf_View_Simple::__construct","p":"Yaf_View_Simple.html#method___construct","d":""},{"t":"M","n":"Yaf_View_Simple::__isset","p":"Yaf_View_Simple.html#method___isset","d":""},{"t":"M","n":"Yaf_View_Simple::assign","p":"Yaf_View_Simple.html#method_assign","d":"

    assign variable to view engine

    "},{"t":"M","n":"Yaf_View_Simple::render","p":"Yaf_View_Simple.html#method_render","d":""},{"t":"M","n":"Yaf_View_Simple::display","p":"Yaf_View_Simple.html#method_display","d":"

    Render a template and display the result instantly.

    "},{"t":"M","n":"Yaf_View_Simple::assignRef","p":"Yaf_View_Simple.html#method_assignRef","d":"

    unlike Yaf_View_Simple::assign(), this method assign a ref value to engine.

    "},{"t":"M","n":"Yaf_View_Simple::clear","p":"Yaf_View_Simple.html#method_clear","d":"

    clear assigned variable

    "},{"t":"M","n":"Yaf_View_Simple::setScriptPath","p":"Yaf_View_Simple.html#method_setScriptPath","d":"

    Set the templates base directory, this is usually called by Yaf_Dispatcher

    "},{"t":"M","n":"Yaf_View_Simple::getScriptPath","p":"Yaf_View_Simple.html#method_getScriptPath","d":""},{"t":"M","n":"Yaf_View_Simple::__get","p":"Yaf_View_Simple.html#method___get","d":"

    Retrieve assigned variable

    \n


    \nNote:

    \n

    $name parameter can be empty since 2.1.11

    "},{"t":"M","n":"Yaf_View_Simple::__set","p":"Yaf_View_Simple.html#method___set","d":"

    This is a alternative and easier way to Yaf_View_Simple::assign().

    "},{"t":"M","n":"Yaf_View_Simple::eval","p":"Yaf_View_Simple.html#method_eval","d":"

    Render a string template and return the result.

    "},{"t":"M","n":"Yaf_View_Simple::get","p":"Yaf_View_Simple.html#method_get","d":""},{"t":"M","n":"Yar_Client::__call","p":"Yar_Client.html#method___call","d":"

    Call service\nIssue a call to remote RPC method.

    "},{"t":"M","n":"Yar_Client::__construct","p":"Yar_Client.html#method___construct","d":"

    Create a client\nYar_Client constructor.

    "},{"t":"M","n":"Yar_Client::call","p":"Yar_Client.html#method_call","d":null},{"t":"M","n":"Yar_Client::setOpt","p":"Yar_Client.html#method_setOpt","d":"

    Set calling contexts

    "},{"t":"M","n":"Yar_Client::getOpt","p":"Yar_Client.html#method_getOpt","d":null},{"t":"M","n":"Yar_Client_Exception::getType","p":"Yar_Client_Exception.html#method_getType","d":"

    Retrieve exception's type

    "},{"t":"M","n":"Yar_Concurrent_Client::call","p":"Yar_Concurrent_Client.html#method_call","d":"

    Register a concurrent call

    "},{"t":"M","n":"Yar_Concurrent_Client::loop","p":"Yar_Concurrent_Client.html#method_loop","d":"

    Send all calls

    "},{"t":"M","n":"Yar_Concurrent_Client::reset","p":"Yar_Concurrent_Client.html#method_reset","d":"

    Clean all registered calls\nClean all registered calls

    "},{"t":"M","n":"Yar_Server::__construct","p":"Yar_Server.html#method___construct","d":"

    Register a server\nSet up a Yar HTTP RPC Server, All the public methods of $obj will be register as a RPC service.

    "},{"t":"M","n":"Yar_Server::handle","p":"Yar_Server.html#method_handle","d":"

    Start RPC Server\nStart a RPC HTTP server, and ready for accpet RPC requests.

    "},{"t":"M","n":"Yar_Server_Exception::getType","p":"Yar_Server_Exception.html#method_getType","d":"

    Retrieve exception's type\nGet the exception original type threw by server

    "},{"t":"M","n":"ZMQContext::__construct","p":"ZMQContext.html#method___construct","d":"

    Constructs a new ZMQ context. The context is used to initialize sockets.

    "},{"t":"M","n":"ZMQContext::getOpt","p":"ZMQContext.html#method_getOpt","d":"

    (PECL zmq >= 1.0.4)\nReturns the value of a context option.

    "},{"t":"M","n":"ZMQContext::getSocket","p":"ZMQContext.html#method_getSocket","d":"

    (PECL zmq >= 0.5.0)\nShortcut for creating new sockets from the context.

    "},{"t":"M","n":"ZMQContext::isPersistent","p":"ZMQContext.html#method_isPersistent","d":"

    (PECL zmq >= 0.5.0)\nWhether the context is persistent.

    "},{"t":"M","n":"ZMQContext::setOpt","p":"ZMQContext.html#method_setOpt","d":"

    (PECL zmq >= 1.0.4)\nSets a ZMQ context option. The type of the value depends on the key.

    "},{"t":"M","n":"ZMQDevice::__construct","p":"ZMQDevice.html#method___construct","d":"

    (PECL zmq >= 1.0.4)\nConstruct a new device.

    "},{"t":"M","n":"ZMQDevice::getIdleTimeout","p":"ZMQDevice.html#method_getIdleTimeout","d":"

    Gets the idle callback timeout value.

    "},{"t":"M","n":"ZMQDevice::getTimerTimeout","p":"ZMQDevice.html#method_getTimerTimeout","d":"

    Gets the timer callback timeout value.

    "},{"t":"M","n":"ZMQDevice::run","p":"ZMQDevice.html#method_run","d":"

    Runs the device.

    "},{"t":"M","n":"ZMQDevice::setIdleCallback","p":"ZMQDevice.html#method_setIdleCallback","d":"

    Sets the idle callback function.

    "},{"t":"M","n":"ZMQDevice::setIdleTimeout","p":"ZMQDevice.html#method_setIdleTimeout","d":"

    Sets the idle callback timeout value. The idle callback is invoked periodically when the device is idle.

    "},{"t":"M","n":"ZMQDevice::setTimerCallback","p":"ZMQDevice.html#method_setTimerCallback","d":"

    Sets the timer callback function. The timer callback will be invoked after timeout has passed.

    "},{"t":"M","n":"ZMQDevice::setTimerTimeout","p":"ZMQDevice.html#method_setTimerTimeout","d":"

    Sets the timer callback timeout value. The timer callback is invoked periodically if it's set.

    "},{"t":"M","n":"ZMQPoll::add","p":"ZMQPoll.html#method_add","d":"

    (PECL zmq >= 0.5.0)\nAdds a new item to the poll set and returns the internal id of the added item.

    "},{"t":"M","n":"ZMQPoll::clear","p":"ZMQPoll.html#method_clear","d":"

    (PECL zmq >= 1.0.4)\nClears all elements from the poll set.

    "},{"t":"M","n":"ZMQPoll::count","p":"ZMQPoll.html#method_count","d":"

    (PECL zmq >= 0.5.0)\nCount the items in the poll set.

    "},{"t":"M","n":"ZMQPoll::getLastErrors","p":"ZMQPoll.html#method_getLastErrors","d":"

    (PECL zmq >= 0.5.0)\nReturns the ids of the objects that had errors in the last poll.

    "},{"t":"M","n":"ZMQPoll::poll","p":"ZMQPoll.html#method_poll","d":"

    (PECL zmq >= 0.5.0)\nPolls the items in the current poll set.

    "},{"t":"M","n":"ZMQPoll::remove","p":"ZMQPoll.html#method_remove","d":"

    (PECL zmq >= 0.5.0)\nRemove item from the poll set.

    "},{"t":"M","n":"ZMQSocket::__construct","p":"ZMQSocket.html#method___construct","d":"

    (PECL zmq >= 0.5.0)\nConstructs a ZMQSocket object.

    "},{"t":"M","n":"ZMQSocket::bind","p":"ZMQSocket.html#method_bind","d":"

    (PECL zmq >= 0.5.0)\nBind the socket to an endpoint.

    "},{"t":"M","n":"ZMQSocket::connect","p":"ZMQSocket.html#method_connect","d":"

    (PECL zmq >= 0.5.0)\nConnect the socket to a remote endpoint.

    "},{"t":"M","n":"ZMQSocket::disconnect","p":"ZMQSocket.html#method_disconnect","d":"

    (PECL zmq >= 1.0.4)\nDisconnect the socket from a previously connected remote endpoint.

    "},{"t":"M","n":"ZMQSocket::getEndpoints","p":"ZMQSocket.html#method_getEndpoints","d":"

    Returns a list of endpoints where the socket is connected or bound to.

    "},{"t":"M","n":"ZMQSocket::getPersistentId","p":"ZMQSocket.html#method_getPersistentId","d":"

    Returns the persistent id string assigned of the object and NULL if socket is not persistent.

    "},{"t":"M","n":"ZMQSocket::getSockOpt","p":"ZMQSocket.html#method_getSockOpt","d":"

    Returns the value of a socket option.

    "},{"t":"M","n":"ZMQSocket::getSocketType","p":"ZMQSocket.html#method_getSocketType","d":"

    Return the socket type.

    "},{"t":"M","n":"ZMQSocket::isPersistent","p":"ZMQSocket.html#method_isPersistent","d":"

    Check whether the socket is persistent.

    "},{"t":"M","n":"ZMQSocket::recv","p":"ZMQSocket.html#method_recv","d":"

    Receive a message from a socket.

    "},{"t":"M","n":"ZMQSocket::recvMulti","p":"ZMQSocket.html#method_recvMulti","d":"

    Receive an array multipart message from a socket.

    "},{"t":"M","n":"ZMQSocket::send","p":"ZMQSocket.html#method_send","d":"

    Send a message using the socket. The operation can block unless ZMQ::MODE_NOBLOCK is used.

    "},{"t":"M","n":"ZMQSocket::sendmulti","p":"ZMQSocket.html#method_sendmulti","d":"

    Send a multipart message using the socket. The operation can block unless ZMQ::MODE_NOBLOCK is used.

    "},{"t":"M","n":"ZMQSocket::setSockOpt","p":"ZMQSocket.html#method_setSockOpt","d":"

    Sets a ZMQ socket option. The type of the value depends on the key.

    "},{"t":"M","n":"ZMQSocket::unbind","p":"ZMQSocket.html#method_unbind","d":"

    Unbind the socket from an endpoint.

    "},{"t":"M","n":"ZendAPI_Job::ZendAPI_Job","p":"ZendAPI_Job.html#method_ZendAPI_Job","d":"

    Instantiate a Job object, describe all the information and properties of a job

    "},{"t":"M","n":"ZendAPI_Job::addJobToQueue","p":"ZendAPI_Job.html#method_addJobToQueue","d":"

    Add the job the the specified queue (without instantiating a JobQueue object)\nThis function should be used for extreme simplicity of the user when adding a single job,\nwhen the user want to insert more than one job and/or manipulating other jobs (or job tasks)\nhe should create and use the JobQueue object\nActually what this function do is to create a new JobQueue, login to it (with the given parameters),\nadd this job to it and logout

    "},{"t":"M","n":"ZendAPI_Job::setJobPriority","p":"ZendAPI_Job.html#method_setJobPriority","d":"

    Set a new priority to the job

    "},{"t":"M","n":"ZendAPI_Job::setJobName","p":"ZendAPI_Job.html#method_setJobName","d":null},{"t":"M","n":"ZendAPI_Job::setScript","p":"ZendAPI_Job.html#method_setScript","d":null},{"t":"M","n":"ZendAPI_Job::setApplicationID","p":"ZendAPI_Job.html#method_setApplicationID","d":null},{"t":"M","n":"ZendAPI_Job::setUserVariables","p":"ZendAPI_Job.html#method_setUserVariables","d":null},{"t":"M","n":"ZendAPI_Job::setGlobalVariables","p":"ZendAPI_Job.html#method_setGlobalVariables","d":null},{"t":"M","n":"ZendAPI_Job::setJobDependency","p":"ZendAPI_Job.html#method_setJobDependency","d":null},{"t":"M","n":"ZendAPI_Job::setScheduledTime","p":"ZendAPI_Job.html#method_setScheduledTime","d":null},{"t":"M","n":"ZendAPI_Job::setRecurrenceData","p":"ZendAPI_Job.html#method_setRecurrenceData","d":null},{"t":"M","n":"ZendAPI_Job::setPreserved","p":"ZendAPI_Job.html#method_setPreserved","d":null},{"t":"M","n":"ZendAPI_Job::getProperties","p":"ZendAPI_Job.html#method_getProperties","d":"

    Get the job properties

    "},{"t":"M","n":"ZendAPI_Job::getOutput","p":"ZendAPI_Job.html#method_getOutput","d":"

    Get the job output

    "},{"t":"M","n":"ZendAPI_Job::getID","p":"ZendAPI_Job.html#method_getID","d":null},{"t":"M","n":"ZendAPI_Job::getHost","p":"ZendAPI_Job.html#method_getHost","d":null},{"t":"M","n":"ZendAPI_Job::getScript","p":"ZendAPI_Job.html#method_getScript","d":null},{"t":"M","n":"ZendAPI_Job::getJobPriority","p":"ZendAPI_Job.html#method_getJobPriority","d":null},{"t":"M","n":"ZendAPI_Job::getJobName","p":"ZendAPI_Job.html#method_getJobName","d":null},{"t":"M","n":"ZendAPI_Job::getApplicationID","p":"ZendAPI_Job.html#method_getApplicationID","d":null},{"t":"M","n":"ZendAPI_Job::getUserVariables","p":"ZendAPI_Job.html#method_getUserVariables","d":null},{"t":"M","n":"ZendAPI_Job::getGlobalVariables","p":"ZendAPI_Job.html#method_getGlobalVariables","d":null},{"t":"M","n":"ZendAPI_Job::getJobDependency","p":"ZendAPI_Job.html#method_getJobDependency","d":null},{"t":"M","n":"ZendAPI_Job::getScheduledTime","p":"ZendAPI_Job.html#method_getScheduledTime","d":null},{"t":"M","n":"ZendAPI_Job::getInterval","p":"ZendAPI_Job.html#method_getInterval","d":null},{"t":"M","n":"ZendAPI_Job::getEndTime","p":"ZendAPI_Job.html#method_getEndTime","d":null},{"t":"M","n":"ZendAPI_Job::getPreserved","p":"ZendAPI_Job.html#method_getPreserved","d":null},{"t":"M","n":"ZendAPI_Job::getJobStatus","p":"ZendAPI_Job.html#method_getJobStatus","d":"

    Get the current status of the job\nIf this job was created and not returned from a queue (using the JobQueue::GetJob() function),\nthe function will return false\nThe status is one of the constants with the "JOB_QUEUESTATUS" prefix.

    "},{"t":"M","n":"ZendAPI_Job::getTimeToNextRepeat","p":"ZendAPI_Job.html#method_getTimeToNextRepeat","d":"

    Get how much seconds there are until the next time the job will run.

    "},{"t":"M","n":"ZendAPI_Job::getLastPerformedStatus","p":"ZendAPI_Job.html#method_getLastPerformedStatus","d":"

    For recurring job get the status of the last execution. For simple job,\ngetLastPerformedStatus is equivalent to getJobStatus.

    "},{"t":"M","n":"ZendAPI_Queue::zendapi_queue","p":"ZendAPI_Queue.html#method_zendapi_queue","d":"

    Constructor for a job queue connection

    "},{"t":"M","n":"ZendAPI_Queue::login","p":"ZendAPI_Queue.html#method_login","d":"

    Open a connection to a job queue

    "},{"t":"M","n":"ZendAPI_Queue::addJob","p":"ZendAPI_Queue.html#method_addJob","d":"

    Insert a new job to the queue, the Job is passed by reference because\nits new job ID and status will be set in the Job object\nIf the returned job id is 0 it means the job could be added to the queue

    "},{"t":"M","n":"ZendAPI_Queue::getJob","p":"ZendAPI_Queue.html#method_getJob","d":"

    Return a Job object that describing a job in the queue

    "},{"t":"M","n":"ZendAPI_Queue::updateJob","p":"ZendAPI_Queue.html#method_updateJob","d":"

    Update an existing job in the queue with it's new properties. If job doesn't exists,\na new job will be added. Job is passed by reference and it's updated from the queue.

    "},{"t":"M","n":"ZendAPI_Queue::removeJob","p":"ZendAPI_Queue.html#method_removeJob","d":"

    Remove a job from the queue

    "},{"t":"M","n":"ZendAPI_Queue::suspendJob","p":"ZendAPI_Queue.html#method_suspendJob","d":"

    Suspend a job in the queue (without removing it)

    "},{"t":"M","n":"ZendAPI_Queue::resumeJob","p":"ZendAPI_Queue.html#method_resumeJob","d":"

    Resume a suspended job in the queue

    "},{"t":"M","n":"ZendAPI_Queue::requeueJob","p":"ZendAPI_Queue.html#method_requeueJob","d":"

    Requeue failed job back to the queue.

    "},{"t":"M","n":"ZendAPI_Queue::getStatistics","p":"ZendAPI_Queue.html#method_getStatistics","d":"

    returns job statistics

    "},{"t":"M","n":"ZendAPI_Queue::isScriptExists","p":"ZendAPI_Queue.html#method_isScriptExists","d":"

    Returns whether a script exists in the document root

    "},{"t":"M","n":"ZendAPI_Queue::isSuspend","p":"ZendAPI_Queue.html#method_isSuspend","d":"

    Returns whether the queue is suspended

    "},{"t":"M","n":"ZendAPI_Queue::getJobsInQueue","p":"ZendAPI_Queue.html#method_getJobsInQueue","d":"

    Return a list of jobs in the queue according to the options given in the filter_options parameter, doesn't return jobs in "final states" (failed, complete)\nIf application id is set for this queue, only jobs with this application id will be returned

    "},{"t":"M","n":"ZendAPI_Queue::getNumOfJobsInQueue","p":"ZendAPI_Queue.html#method_getNumOfJobsInQueue","d":"

    Return the number of jobs in the queue according to the options given in the filter_options parameter

    "},{"t":"M","n":"ZendAPI_Queue::getAllhosts","p":"ZendAPI_Queue.html#method_getAllhosts","d":"

    Return all the hosts that jobs were submitted from.

    "},{"t":"M","n":"ZendAPI_Queue::getAllApplicationIDs","p":"ZendAPI_Queue.html#method_getAllApplicationIDs","d":"

    Return all the application ids exists in queue.

    "},{"t":"M","n":"ZendAPI_Queue::getHistoricJobs","p":"ZendAPI_Queue.html#method_getHistoricJobs","d":"

    Return finished jobs (either failed or successed) between time range allowing paging.

    "},{"t":"M","n":"ZendAPI_Queue::suspendQueue","p":"ZendAPI_Queue.html#method_suspendQueue","d":"

    Suspends queue operation

    "},{"t":"M","n":"ZendAPI_Queue::resumeQueue","p":"ZendAPI_Queue.html#method_resumeQueue","d":"

    Resumes queue operation

    "},{"t":"M","n":"ZendAPI_Queue::getLastError","p":"ZendAPI_Queue.html#method_getLastError","d":"

    Return description of the last error occurred in the queue object. After every\nmethod invoked an error string describing the error is store in the queue object.

    "},{"t":"M","n":"ZendAPI_Queue::setMaxHistoryTime","p":"ZendAPI_Queue.html#method_setMaxHistoryTime","d":"

    Sets a new maximum time for keeping historic jobs

    "},{"t":"M","n":"ZipArchive::open","p":"ZipArchive.html#method_open","d":"

    (PHP 5 >= 5.2.0, PECL zip >= 1.1.0)
    \nOpen a ZIP file archive

    "},{"t":"M","n":"ZipArchive::close","p":"ZipArchive.html#method_close","d":"

    (PHP 5 >= 5.2.0, PECL zip >= 1.1.0)
    \nClose the active archive (opened or newly created)

    "},{"t":"M","n":"ZipArchive::count","p":"ZipArchive.html#method_count","d":"

    (PHP 7 >= 7.2.0, PECL zip >= 1.15.0)
    \nCounts the number of files in the archive.

    "},{"t":"M","n":"ZipArchive::getStatusString","p":"ZipArchive.html#method_getStatusString","d":"

    Returns the status error message, system and/or zip messages

    "},{"t":"M","n":"ZipArchive::addEmptyDir","p":"ZipArchive.html#method_addEmptyDir","d":"

    (PHP 5 >= 5.2.0, PECL zip >= 1.8.0)
    \nAdd a new directory

    "},{"t":"M","n":"ZipArchive::addFromString","p":"ZipArchive.html#method_addFromString","d":"

    (PHP 5 >= 5.2.0, PECL zip >= 1.1.0)
    \nAdd a file to a ZIP archive using its contents

    "},{"t":"M","n":"ZipArchive::addFile","p":"ZipArchive.html#method_addFile","d":"

    (PHP 5 >= 5.2.0, PECL zip >= 1.1.0)
    \nAdds a file to a ZIP archive from the given path

    "},{"t":"M","n":"ZipArchive::addGlob","p":"ZipArchive.html#method_addGlob","d":"

    (PHP 5 >= 5.3.0, PECL zip >= 1.9.0)
    \nAdd files from a directory by glob pattern

    "},{"t":"M","n":"ZipArchive::addPattern","p":"ZipArchive.html#method_addPattern","d":"

    (PHP 5 >= 5.3.0, PECL zip >= 1.9.0)
    \nAdd files from a directory by PCRE pattern

    "},{"t":"M","n":"ZipArchive::renameIndex","p":"ZipArchive.html#method_renameIndex","d":"

    (PHP 5 >= 5.2.0, PECL zip >= 1.5.0)
    \nRenames an entry defined by its index

    "},{"t":"M","n":"ZipArchive::renameName","p":"ZipArchive.html#method_renameName","d":"

    (PHP 5 >= 5.2.0, PECL zip >= 1.5.0)
    \nRenames an entry defined by its name

    "},{"t":"M","n":"ZipArchive::setArchiveComment","p":"ZipArchive.html#method_setArchiveComment","d":"

    (PHP 5 >= 5.2.0, PECL zip >= 1.4.0)
    \nSet the comment of a ZIP archive

    "},{"t":"M","n":"ZipArchive::getArchiveComment","p":"ZipArchive.html#method_getArchiveComment","d":"

    (PHP 5 >= 5.2.0, PECL zip >= 1.1.0)
    \nReturns the Zip archive comment

    "},{"t":"M","n":"ZipArchive::setCommentIndex","p":"ZipArchive.html#method_setCommentIndex","d":"

    (PHP 5 >= 5.2.0, PECL zip >= 1.4.0)
    \nSet the comment of an entry defined by its index

    "},{"t":"M","n":"ZipArchive::setCommentName","p":"ZipArchive.html#method_setCommentName","d":"

    (PHP 5 >= 5.2.0, PECL zip >= 1.4.0)
    \nSet the comment of an entry defined by its name

    "},{"t":"M","n":"ZipArchive::setCompressionIndex","p":"ZipArchive.html#method_setCompressionIndex","d":"

    Set the compression method of an entry defined by its index

    "},{"t":"M","n":"ZipArchive::setCompressionName","p":"ZipArchive.html#method_setCompressionName","d":"

    Set the compression method of an entry defined by its name\nhttps://secure.php.net/manual/en/ziparchive.setcompressionname.php

    "},{"t":"M","n":"ZipArchive::setEncryptionIndex","p":"ZipArchive.html#method_setEncryptionIndex","d":"

    Set the encryption method of an entry defined by its index

    "},{"t":"M","n":"ZipArchive::setEncryptionName","p":"ZipArchive.html#method_setEncryptionName","d":"

    Set the encryption method of an entry defined by its name

    "},{"t":"M","n":"ZipArchive::setPassword","p":"ZipArchive.html#method_setPassword","d":"

    (PHP 5 >= 5.6.0, PECL zip >= 1.12.0)

    "},{"t":"M","n":"ZipArchive::getCommentIndex","p":"ZipArchive.html#method_getCommentIndex","d":"

    (PHP 5 >= 5.2.0, PECL zip >= 1.4.0)
    \nReturns the comment of an entry using the entry index

    "},{"t":"M","n":"ZipArchive::getCommentName","p":"ZipArchive.html#method_getCommentName","d":"

    (PHP 5 >= 5.2.0, PECL zip >= 1.4.0)
    \nReturns the comment of an entry using the entry name

    "},{"t":"M","n":"ZipArchive::deleteIndex","p":"ZipArchive.html#method_deleteIndex","d":"

    (PHP 5 >= 5.2.0, PECL zip >= 1.5.0)
    \ndelete an entry in the archive using its index

    "},{"t":"M","n":"ZipArchive::deleteName","p":"ZipArchive.html#method_deleteName","d":"

    (PHP 5 >= 5.2.0, PECL zip >= 1.5.0)
    \ndelete an entry in the archive using its name

    "},{"t":"M","n":"ZipArchive::statName","p":"ZipArchive.html#method_statName","d":"

    (PHP 5 >= 5.2.0, PECL zip >= 1.5.0)
    \nGet the details of an entry defined by its name.

    "},{"t":"M","n":"ZipArchive::statIndex","p":"ZipArchive.html#method_statIndex","d":"

    (PHP 5 >= 5.2.0, PECL zip >= 1.1.0)
    \nGet the details of an entry defined by its index.

    "},{"t":"M","n":"ZipArchive::locateName","p":"ZipArchive.html#method_locateName","d":"

    (PHP 5 >= 5.2.0, PECL zip >= 1.5.0)
    \nReturns the index of the entry in the archive

    "},{"t":"M","n":"ZipArchive::getNameIndex","p":"ZipArchive.html#method_getNameIndex","d":"

    (PHP 5 >= 5.2.0, PECL zip >= 1.5.0)
    \nReturns the name of an entry using its index

    "},{"t":"M","n":"ZipArchive::unchangeArchive","p":"ZipArchive.html#method_unchangeArchive","d":"

    (PHP 5 >= 5.2.0, PECL zip >= 1.1.0)
    \nRevert all global changes done in the archive.

    "},{"t":"M","n":"ZipArchive::unchangeAll","p":"ZipArchive.html#method_unchangeAll","d":"

    (PHP 5 >= 5.2.0, PECL zip >= 1.1.0)
    \nUndo all changes done in the archive

    "},{"t":"M","n":"ZipArchive::unchangeIndex","p":"ZipArchive.html#method_unchangeIndex","d":"

    (PHP 5 >= 5.2.0, PECL zip >= 1.1.0)
    \nRevert all changes done to an entry at the given index

    "},{"t":"M","n":"ZipArchive::unchangeName","p":"ZipArchive.html#method_unchangeName","d":"

    (PHP 5 >= 5.2.0, PECL zip >= 1.5.0)
    \nRevert all changes done to an entry with the given name.

    "},{"t":"M","n":"ZipArchive::extractTo","p":"ZipArchive.html#method_extractTo","d":"

    (PHP 5 >= 5.2.0, PECL zip >= 1.1.0)
    \nExtract the archive contents

    "},{"t":"M","n":"ZipArchive::getFromName","p":"ZipArchive.html#method_getFromName","d":"

    (PHP 5 >= 5.2.0, PECL zip >= 1.1.0)
    \nReturns the entry contents using its name

    "},{"t":"M","n":"ZipArchive::getFromIndex","p":"ZipArchive.html#method_getFromIndex","d":"

    (PHP 5 >= 5.2.0, PECL zip >= 1.3.0)
    \nReturns the entry contents using its index

    "},{"t":"M","n":"ZipArchive::getStream","p":"ZipArchive.html#method_getStream","d":"

    (PHP 5 >= 5.2.0, PECL zip >= 1.1.0)
    \nGet a file handler to the entry defined by its name (read only).

    "},{"t":"M","n":"ZipArchive::getStreamIndex","p":"ZipArchive.html#method_getStreamIndex","d":"

    (PHP 8 >= 8.2.0, PECL zip >= 1.20.0)
    \nGet a file handler to the entry defined by its index (read only)

    "},{"t":"M","n":"ZipArchive::setExternalAttributesName","p":"ZipArchive.html#method_setExternalAttributesName","d":"

    Set the external attributes of an entry defined by its name

    "},{"t":"M","n":"ZipArchive::getExternalAttributesName","p":"ZipArchive.html#method_getExternalAttributesName","d":"

    Retrieve the external attributes of an entry defined by its name

    "},{"t":"M","n":"ZipArchive::setExternalAttributesIndex","p":"ZipArchive.html#method_setExternalAttributesIndex","d":"

    Set the external attributes of an entry defined by its index

    "},{"t":"M","n":"ZipArchive::getExternalAttributesIndex","p":"ZipArchive.html#method_getExternalAttributesIndex","d":"

    Retrieve the external attributes of an entry defined by its index

    "},{"t":"M","n":"ZipArchive::isEncryptionMethodSupported","p":"ZipArchive.html#method_isEncryptionMethodSupported","d":null},{"t":"M","n":"ZipArchive::isCompressionMethodSupported","p":"ZipArchive.html#method_isCompressionMethodSupported","d":null},{"t":"M","n":"ZipArchive::registerCancelCallback","p":"ZipArchive.html#method_registerCancelCallback","d":null},{"t":"M","n":"ZipArchive::registerProgressCallback","p":"ZipArchive.html#method_registerProgressCallback","d":null},{"t":"M","n":"ZipArchive::setMtimeName","p":"ZipArchive.html#method_setMtimeName","d":null},{"t":"M","n":"ZipArchive::setMtimeIndex","p":"ZipArchive.html#method_setMtimeIndex","d":null},{"t":"M","n":"ZipArchive::replaceFile","p":"ZipArchive.html#method_replaceFile","d":null},{"t":"M","n":"ZipArchive::clearError","p":"ZipArchive.html#method_clearError","d":null},{"t":"M","n":"ZipArchive::setArchiveFlag","p":"ZipArchive.html#method_setArchiveFlag","d":""},{"t":"M","n":"ZipArchive::getArchiveFlag","p":"ZipArchive.html#method_getArchiveFlag","d":""},{"t":"M","n":"ZipArchive::getStreamName","p":"ZipArchive.html#method_getStreamName","d":""},{"t":"M","n":"Zookeeper::__construct","p":"Zookeeper.html#method___construct","d":"

    Create a handle to used communicate with zookeeper.

    "},{"t":"M","n":"Zookeeper::connect","p":"Zookeeper.html#method_connect","d":"

    Create a handle to used communicate with zookeeper.

    "},{"t":"M","n":"Zookeeper::close","p":"Zookeeper.html#method_close","d":"

    Close the zookeeper handle and free up any resources.

    "},{"t":"M","n":"Zookeeper::create","p":"Zookeeper.html#method_create","d":"

    Create a node synchronously.

    "},{"t":"M","n":"Zookeeper::delete","p":"Zookeeper.html#method_delete","d":"

    Delete a node in zookeeper synchronously.

    "},{"t":"M","n":"Zookeeper::set","p":"Zookeeper.html#method_set","d":"

    Sets the data associated with a node.

    "},{"t":"M","n":"Zookeeper::get","p":"Zookeeper.html#method_get","d":"

    Gets the data associated with a node synchronously.

    "},{"t":"M","n":"Zookeeper::getChildren","p":"Zookeeper.html#method_getChildren","d":"

    Get children data of a path.

    "},{"t":"M","n":"Zookeeper::exists","p":"Zookeeper.html#method_exists","d":"

    Checks the existence of a node in zookeeper synchronously.

    "},{"t":"M","n":"Zookeeper::getAcl","p":"Zookeeper.html#method_getAcl","d":"

    Gets the acl associated with a node synchronously.

    "},{"t":"M","n":"Zookeeper::setAcl","p":"Zookeeper.html#method_setAcl","d":"

    Sets the acl associated with a node synchronously.

    "},{"t":"M","n":"Zookeeper::getClientId","p":"Zookeeper.html#method_getClientId","d":"

    return the client session id, only valid if the connections is currently connected\n(ie. last watcher state is ZOO_CONNECTED_STATE).

    "},{"t":"M","n":"Zookeeper::setWatcher","p":"Zookeeper.html#method_setWatcher","d":"

    Set a watcher function.

    "},{"t":"M","n":"Zookeeper::getState","p":"Zookeeper.html#method_getState","d":"

    Get the state of the zookeeper connection.

    "},{"t":"M","n":"Zookeeper::getRecvTimeout","p":"Zookeeper.html#method_getRecvTimeout","d":"

    Return the timeout for this session, only valid if the connections is currently connected\n(ie. last watcher state is ZOO_CONNECTED_STATE). This value may change after a server reconnect.

    "},{"t":"M","n":"Zookeeper::addAuth","p":"Zookeeper.html#method_addAuth","d":"

    Specify application credentials.

    "},{"t":"M","n":"Zookeeper::isRecoverable","p":"Zookeeper.html#method_isRecoverable","d":"

    Checks if the current zookeeper connection state can be recovered.

    "},{"t":"M","n":"Zookeeper::setLogStream","p":"Zookeeper.html#method_setLogStream","d":"

    Sets the stream to be used by the library for logging.

    "},{"t":"M","n":"Zookeeper::setDebugLevel","p":"Zookeeper.html#method_setDebugLevel","d":"

    Sets the debugging level for the library.

    "},{"t":"M","n":"Zookeeper::setDeterministicConnOrder","p":"Zookeeper.html#method_setDeterministicConnOrder","d":"

    Enable/disable quorum endpoint order randomization.

    "},{"t":"M","n":"___PHPSTORM_HELPERS\\object::__construct","p":"___PHPSTORM_HELPERS/object.html#method___construct","d":"

    PHP 5 allows developers to declare constructor methods for classes.

    "},{"t":"M","n":"___PHPSTORM_HELPERS\\object::__destruct","p":"___PHPSTORM_HELPERS/object.html#method___destruct","d":"

    PHP 5 introduces a destructor concept similar to that of other object-oriented languages, such as C++.

    "},{"t":"M","n":"___PHPSTORM_HELPERS\\object::__call","p":"___PHPSTORM_HELPERS/object.html#method___call","d":"

    is triggered when invoking inaccessible methods in an object context.

    "},{"t":"M","n":"___PHPSTORM_HELPERS\\object::__callStatic","p":"___PHPSTORM_HELPERS/object.html#method___callStatic","d":"

    is triggered when invoking inaccessible methods in a static context.

    "},{"t":"M","n":"___PHPSTORM_HELPERS\\object::__get","p":"___PHPSTORM_HELPERS/object.html#method___get","d":"

    is utilized for reading data from inaccessible members.

    "},{"t":"M","n":"___PHPSTORM_HELPERS\\object::__set","p":"___PHPSTORM_HELPERS/object.html#method___set","d":"

    run when writing data to inaccessible members.

    "},{"t":"M","n":"___PHPSTORM_HELPERS\\object::__isset","p":"___PHPSTORM_HELPERS/object.html#method___isset","d":"

    is triggered by calling isset() or empty() on inaccessible members.

    "},{"t":"M","n":"___PHPSTORM_HELPERS\\object::__unset","p":"___PHPSTORM_HELPERS/object.html#method___unset","d":"

    is invoked when unset() is used on inaccessible members.

    "},{"t":"M","n":"___PHPSTORM_HELPERS\\object::__sleep","p":"___PHPSTORM_HELPERS/object.html#method___sleep","d":"

    serialize() checks if your class has a function with the magic name __sleep.

    "},{"t":"M","n":"___PHPSTORM_HELPERS\\object::__wakeup","p":"___PHPSTORM_HELPERS/object.html#method___wakeup","d":"

    unserialize() checks for the presence of a function with the magic name __wakeup.

    "},{"t":"M","n":"___PHPSTORM_HELPERS\\object::__toString","p":"___PHPSTORM_HELPERS/object.html#method___toString","d":"

    The __toString method allows a class to decide how it will react when it is converted to a string.

    "},{"t":"M","n":"___PHPSTORM_HELPERS\\object::__invoke","p":"___PHPSTORM_HELPERS/object.html#method___invoke","d":"

    The __invoke method is called when a script tries to call an object as a function.

    "},{"t":"M","n":"___PHPSTORM_HELPERS\\object::__debugInfo","p":"___PHPSTORM_HELPERS/object.html#method___debugInfo","d":"

    This method is called by var_dump() when dumping an object to get the properties that should be shown.

    "},{"t":"M","n":"___PHPSTORM_HELPERS\\object::__set_state","p":"___PHPSTORM_HELPERS/object.html#method___set_state","d":"

    This static method is called for classes exported by var_export() since PHP 5.1.0.

    "},{"t":"M","n":"___PHPSTORM_HELPERS\\object::__clone","p":"___PHPSTORM_HELPERS/object.html#method___clone","d":"

    When an object is cloned, PHP 5 will perform a shallow copy of all of the object's properties.

    "},{"t":"M","n":"___PHPSTORM_HELPERS\\object::__serialize","p":"___PHPSTORM_HELPERS/object.html#method___serialize","d":"

    Returns array containing all the necessary state of the object.

    "},{"t":"M","n":"___PHPSTORM_HELPERS\\object::__unserialize","p":"___PHPSTORM_HELPERS/object.html#method___unserialize","d":"

    Restores the object state from the given data array.

    "},{"t":"M","n":"ast\\Node::__construct","p":"ast/Node.html#method___construct","d":"

    A constructor which accepts any types for the properties.

    "},{"t":"M","n":"classObj::__construct","p":"classObj.html#method___construct","d":"

    The second argument class is optional. If given, the new class\ncreated will be a copy of this class.

    "},{"t":"M","n":"classObj::ms_newClassObj","p":"classObj.html#method_ms_newClassObj","d":"

    Old style constructor

    "},{"t":"M","n":"classObj::addLabel","p":"classObj.html#method_addLabel","d":"

    Add a labelObj to the classObj and return its index in the labels\narray.

    "},{"t":"M","n":"classObj::convertToString","p":"classObj.html#method_convertToString","d":"

    Saves the object to a string. Provides the inverse option for\nupdateFromString.

    "},{"t":"M","n":"classObj::createLegendIcon","p":"classObj.html#method_createLegendIcon","d":"

    Draw the legend icon and return a new imageObj.

    "},{"t":"M","n":"classObj::deletestyle","p":"classObj.html#method_deletestyle","d":"

    Delete the style specified by the style index. If there are any\nstyle that follow the deleted style, their index will decrease by 1.

    "},{"t":"M","n":"classObj::drawLegendIcon","p":"classObj.html#method_drawLegendIcon","d":"

    Draw the legend icon on im object at dstX, dstY.

    "},{"t":"M","n":"classObj::free","p":"classObj.html#method_free","d":"

    Free the object properties and break the internal references.

    "},{"t":"M","n":"classObj::getExpressionString","p":"classObj.html#method_getExpressionString","d":"

    Returns the :ref:expression <expressions> string for the class\nobject.

    "},{"t":"M","n":"classObj::getLabel","p":"classObj.html#method_getLabel","d":"

    Return a reference to the labelObj at index in the labels array.

    "},{"t":"M","n":"classObj::getMetaData","p":"classObj.html#method_getMetaData","d":"

    Fetch class metadata entry by name. Returns "" if no entry\nmatches the name. Note that the search is case sensitive.

    "},{"t":"M","n":"classObj::getStyle","p":"classObj.html#method_getStyle","d":"

    Return the style object using an index. index >= 0 &&\nindex < class->numstyles.

    "},{"t":"M","n":"classObj::getTextString","p":"classObj.html#method_getTextString","d":"

    Returns the text string for the class object.

    "},{"t":"M","n":"classObj::movestyledown","p":"classObj.html#method_movestyledown","d":"

    The style specified by the style index will be moved down into\nthe array of classes. Returns MS_SUCCESS or MS_FAILURE.

    "},{"t":"M","n":"classObj::movestyleup","p":"classObj.html#method_movestyleup","d":"

    The style specified by the style index will be moved up into\nthe array of classes. Returns MS_SUCCESS or MS_FAILURE.

    "},{"t":"M","n":"classObj::removeLabel","p":"classObj.html#method_removeLabel","d":"

    Remove the labelObj at index from the labels array and return a\nreference to the labelObj. numlabels is decremented, and the\narray is updated.

    "},{"t":"M","n":"classObj::removeMetaData","p":"classObj.html#method_removeMetaData","d":"

    Remove a metadata entry for the class. Returns MS_SUCCESS/MS_FAILURE.

    "},{"t":"M","n":"classObj::set","p":"classObj.html#method_set","d":"

    Set object property to a new value.

    "},{"t":"M","n":"classObj::setExpression","p":"classObj.html#method_setExpression","d":"

    Set the :ref:expression <expressions> string for the class\nobject.

    "},{"t":"M","n":"classObj::setMetaData","p":"classObj.html#method_setMetaData","d":"

    Set a metadata entry for the class. Returns MS_SUCCESS/MS_FAILURE.

    "},{"t":"M","n":"classObj::settext","p":"classObj.html#method_settext","d":"

    Set the text string for the class object.

    "},{"t":"M","n":"classObj::updateFromString","p":"classObj.html#method_updateFromString","d":"

    Update a class from a string snippet. Returns MS_SUCCESS/MS_FAILURE.

    "},{"t":"M","n":"clusterObj::convertToString","p":"clusterObj.html#method_convertToString","d":"

    Saves the object to a string. Provides the inverse option for\nupdateFromString.

    "},{"t":"M","n":"clusterObj::getFilterString","p":"clusterObj.html#method_getFilterString","d":"

    Returns the :ref:expression <expressions> for this cluster\nfilter or NULL on error.

    "},{"t":"M","n":"clusterObj::getGroupString","p":"clusterObj.html#method_getGroupString","d":"

    Returns the :ref:expression <expressions> for this cluster group\nor NULL on error.

    "},{"t":"M","n":"clusterObj::setFilter","p":"clusterObj.html#method_setFilter","d":"

    Set layer filter :ref:expression <expressions>.

    "},{"t":"M","n":"clusterObj::setGroup","p":"clusterObj.html#method_setGroup","d":"

    Set layer group :ref:expression <expressions>.

    "},{"t":"M","n":"colorObj::toHex","p":"colorObj.html#method_toHex","d":"

    Get the color as a hex string "#rrggbb" or (if alpha is not 255)\n"#rrggbbaa".

    "},{"t":"M","n":"colorObj::setHex","p":"colorObj.html#method_setHex","d":"

    Set red, green, blue and alpha values. The hex string should have the form\n"#rrggbb" (alpha will be set to 255) or "#rrggbbaa". Returns MS_SUCCESS.

    "},{"t":"M","n":"ffmpeg_animated_gif::__construct","p":"ffmpeg_animated_gif.html#method___construct","d":""},{"t":"M","n":"ffmpeg_animated_gif::addFrame","p":"ffmpeg_animated_gif.html#method_addFrame","d":"

    Add a frame to the end of the animated gif.

    "},{"t":"M","n":"ffmpeg_frame::__construct","p":"ffmpeg_frame.html#method___construct","d":"

    NOTE: This function will not be available if GD is not enabled.

    "},{"t":"M","n":"ffmpeg_frame::getWidth","p":"ffmpeg_frame.html#method_getWidth","d":"

    Return the width of the frame.

    "},{"t":"M","n":"ffmpeg_frame::getHeight","p":"ffmpeg_frame.html#method_getHeight","d":"

    Return the height of the frame.

    "},{"t":"M","n":"ffmpeg_frame::getPTS","p":"ffmpeg_frame.html#method_getPTS","d":"

    Return the presentation time stamp of the frame.

    "},{"t":"M","n":"ffmpeg_frame::getPresentationTimestamp","p":"ffmpeg_frame.html#method_getPresentationTimestamp","d":"

    Return the presentation time stamp of the frame.

    "},{"t":"M","n":"ffmpeg_frame::resize","p":"ffmpeg_frame.html#method_resize","d":"

    Resize and optionally crop the frame. (Cropping is built into ffmpeg resizing so I'm providing it here for completeness.)

    "},{"t":"M","n":"ffmpeg_frame::crop","p":"ffmpeg_frame.html#method_crop","d":"

    Crop the frame.

    "},{"t":"M","n":"ffmpeg_frame::toGDImage","p":"ffmpeg_frame.html#method_toGDImage","d":"

    Returns a truecolor GD image of the frame.

    "},{"t":"M","n":"ffmpeg_movie::__construct","p":"ffmpeg_movie.html#method___construct","d":"

    Open a video or audio file and return it as an object.

    "},{"t":"M","n":"ffmpeg_movie::getDuration","p":"ffmpeg_movie.html#method_getDuration","d":"

    Return the duration of a movie or audio file in seconds.

    "},{"t":"M","n":"ffmpeg_movie::getFrameCount","p":"ffmpeg_movie.html#method_getFrameCount","d":"

    Return the number of frames in a movie or audio file.

    "},{"t":"M","n":"ffmpeg_movie::getFrameRate","p":"ffmpeg_movie.html#method_getFrameRate","d":"

    Return the frame rate of a movie in fps.

    "},{"t":"M","n":"ffmpeg_movie::getFilename","p":"ffmpeg_movie.html#method_getFilename","d":"

    Return the path and name of the movie file or audio file.

    "},{"t":"M","n":"ffmpeg_movie::getComment","p":"ffmpeg_movie.html#method_getComment","d":"

    Return the comment field from the movie or audio file.

    "},{"t":"M","n":"ffmpeg_movie::getTitle","p":"ffmpeg_movie.html#method_getTitle","d":"

    Return the title field from the movie or audio file.

    "},{"t":"M","n":"ffmpeg_movie::getAuthor","p":"ffmpeg_movie.html#method_getAuthor","d":"

    Return the author field from the movie or the artist ID3 field from an mp3 file.

    "},{"t":"M","n":"ffmpeg_movie::getArtist","p":"ffmpeg_movie.html#method_getArtist","d":"

    Return the author field from the movie or the artist ID3 field from an mp3 file.

    "},{"t":"M","n":"ffmpeg_movie::getCopyright","p":"ffmpeg_movie.html#method_getCopyright","d":"

    Return the copyright field from the movie or audio file.

    "},{"t":"M","n":"ffmpeg_movie::getGenre","p":"ffmpeg_movie.html#method_getGenre","d":"

    Return the genre ID3 field from an mp3 file.

    "},{"t":"M","n":"ffmpeg_movie::getTrackNumber","p":"ffmpeg_movie.html#method_getTrackNumber","d":"

    Return the track ID3 field from an mp3 file.

    "},{"t":"M","n":"ffmpeg_movie::getYear","p":"ffmpeg_movie.html#method_getYear","d":"

    Return the year ID3 field from an mp3 file.

    "},{"t":"M","n":"ffmpeg_movie::getFrameHeight","p":"ffmpeg_movie.html#method_getFrameHeight","d":"

    Return the height of the movie in pixels.

    "},{"t":"M","n":"ffmpeg_movie::getFrameWidth","p":"ffmpeg_movie.html#method_getFrameWidth","d":"

    Return the width of the movie in pixels.

    "},{"t":"M","n":"ffmpeg_movie::getPixelFormat","p":"ffmpeg_movie.html#method_getPixelFormat","d":"

    Return the pixel format of the movie.

    "},{"t":"M","n":"ffmpeg_movie::getBitRate","p":"ffmpeg_movie.html#method_getBitRate","d":"

    Return the bit rate of the movie or audio file in bits per second.

    "},{"t":"M","n":"ffmpeg_movie::getVideoBitRate","p":"ffmpeg_movie.html#method_getVideoBitRate","d":"

    Return the bit rate of the video in bits per second.

    "},{"t":"M","n":"ffmpeg_movie::getAudioBitRate","p":"ffmpeg_movie.html#method_getAudioBitRate","d":"

    Return the audio bit rate of the media file in bits per second.

    "},{"t":"M","n":"ffmpeg_movie::getAudioSampleRate","p":"ffmpeg_movie.html#method_getAudioSampleRate","d":"

    Return the audio sample rate of the media file in bits per second.

    "},{"t":"M","n":"ffmpeg_movie::getFrameNumber","p":"ffmpeg_movie.html#method_getFrameNumber","d":"

    Return the current frame index.

    "},{"t":"M","n":"ffmpeg_movie::getVideoCodec","p":"ffmpeg_movie.html#method_getVideoCodec","d":"

    Return the name of the video codec used to encode this movie as a string.

    "},{"t":"M","n":"ffmpeg_movie::getAudioCodec","p":"ffmpeg_movie.html#method_getAudioCodec","d":"

    Return the name of the audio codec used to encode this movie as a string.

    "},{"t":"M","n":"ffmpeg_movie::getAudioChannels","p":"ffmpeg_movie.html#method_getAudioChannels","d":"

    Return the number of audio channels in this movie as an integer.

    "},{"t":"M","n":"ffmpeg_movie::hasAudio","p":"ffmpeg_movie.html#method_hasAudio","d":"

    Return boolean value indicating whether the movie has an audio stream.

    "},{"t":"M","n":"ffmpeg_movie::hasVideo","p":"ffmpeg_movie.html#method_hasVideo","d":"

    Return boolean value indicating whether the movie has a video stream.

    "},{"t":"M","n":"ffmpeg_movie::getFrame","p":"ffmpeg_movie.html#method_getFrame","d":"

    Returns a frame from the movie as an ffmpeg_frame object. Returns false if the frame was not found.

    "},{"t":"M","n":"ffmpeg_movie::getNextKeyFrame","p":"ffmpeg_movie.html#method_getNextKeyFrame","d":"

    Returns the next key frame from the movie as an ffmpeg_frame object. Returns false if the frame was not found.

    "},{"t":"M","n":"finfo::__construct","p":"finfo.html#method___construct","d":""},{"t":"M","n":"finfo::finfo","p":"finfo.html#method_finfo","d":""},{"t":"M","n":"finfo::set_flags","p":"finfo.html#method_set_flags","d":"

    (PHP >= 5.3.0, PECL fileinfo >= 0.1.0)
    \nSet libmagic configuration options

    "},{"t":"M","n":"finfo::file","p":"finfo.html#method_file","d":"

    (PHP >= 5.3.0, PECL fileinfo >= 0.1.0)
    \nReturn information about a file

    "},{"t":"M","n":"finfo::buffer","p":"finfo.html#method_buffer","d":"

    (PHP 5 >= 5.3.0, PECL fileinfo >= 0.1.0)
    \nReturn information about a string buffer

    "},{"t":"M","n":"gnupg::__construct","p":"gnupg.html#method___construct","d":null},{"t":"M","n":"gnupg::adddecryptkey","p":"gnupg.html#method_adddecryptkey","d":"

    Add a key for decryption

    "},{"t":"M","n":"gnupg::verify","p":"gnupg.html#method_verify","d":"

    Verifies a signed text

    "},{"t":"M","n":"gnupg::addencryptkey","p":"gnupg.html#method_addencryptkey","d":"

    Add a key for encryption

    "},{"t":"M","n":"gnupg::addsignkey","p":"gnupg.html#method_addsignkey","d":"

    Add a key for signing

    "},{"t":"M","n":"gnupg::deletekey","p":"gnupg.html#method_deletekey","d":null},{"t":"M","n":"gnupg::gettrustlist","p":"gnupg.html#method_gettrustlist","d":null},{"t":"M","n":"gnupg::listsignatures","p":"gnupg.html#method_listsignatures","d":null},{"t":"M","n":"gnupg::cleardecryptkeys","p":"gnupg.html#method_cleardecryptkeys","d":"

    Removes all keys which were set for decryption before

    "},{"t":"M","n":"gnupg::clearencryptkeys","p":"gnupg.html#method_clearencryptkeys","d":"

    Removes all keys which were set for encryption before

    "},{"t":"M","n":"gnupg::clearsignkeys","p":"gnupg.html#method_clearsignkeys","d":"

    Removes all keys which were set for signing before

    "},{"t":"M","n":"gnupg::decrypt","p":"gnupg.html#method_decrypt","d":"

    Decrypts a given text

    "},{"t":"M","n":"gnupg::decryptverify","p":"gnupg.html#method_decryptverify","d":"

    Decrypts and verifies a given text

    "},{"t":"M","n":"gnupg::encrypt","p":"gnupg.html#method_encrypt","d":"

    Encrypts a given text

    "},{"t":"M","n":"gnupg::encryptsign","p":"gnupg.html#method_encryptsign","d":"

    Encrypts and signs a given text

    "},{"t":"M","n":"gnupg::export","p":"gnupg.html#method_export","d":"

    Exports a key

    "},{"t":"M","n":"gnupg::geterror","p":"gnupg.html#method_geterror","d":"

    Returns the errortext, if a function fails

    "},{"t":"M","n":"gnupg::getprotocol","p":"gnupg.html#method_getprotocol","d":"

    Returns the currently active protocol for all operations

    "},{"t":"M","n":"gnupg::import","p":"gnupg.html#method_import","d":"

    Imports a key

    "},{"t":"M","n":"gnupg::keyinfo","p":"gnupg.html#method_keyinfo","d":"

    Returns an array with information about all keys that matches the given pattern

    "},{"t":"M","n":"gnupg::setarmor","p":"gnupg.html#method_setarmor","d":"

    Toggle armored output

    "},{"t":"M","n":"gnupg::seterrormode","p":"gnupg.html#method_seterrormode","d":"

    Sets the mode for error_reporting

    "},{"t":"M","n":"gnupg::setsignmode","p":"gnupg.html#method_setsignmode","d":"

    Sets the mode for signing

    "},{"t":"M","n":"gnupg::sign","p":"gnupg.html#method_sign","d":"

    Signs a given text

    "},{"t":"M","n":"gnupg::getengineinfo","p":"gnupg.html#method_getengineinfo","d":"

    Returns the engine info

    "},{"t":"M","n":"gnupg::geterrorinfo","p":"gnupg.html#method_geterrorinfo","d":"

    Returns the error info

    "},{"t":"M","n":"gnupg_keylistiterator::__construct","p":"gnupg_keylistiterator.html#method___construct","d":null},{"t":"M","n":"gnupg_keylistiterator::current","p":"gnupg_keylistiterator.html#method_current","d":"

    Return the current element

    "},{"t":"M","n":"gnupg_keylistiterator::key","p":"gnupg_keylistiterator.html#method_key","d":"

    Return the key of the current element

    "},{"t":"M","n":"gnupg_keylistiterator::next","p":"gnupg_keylistiterator.html#method_next","d":"

    Move forward to next element

    "},{"t":"M","n":"gnupg_keylistiterator::rewind","p":"gnupg_keylistiterator.html#method_rewind","d":"

    Rewind the Iterator to the first element

    "},{"t":"M","n":"gnupg_keylistiterator::valid","p":"gnupg_keylistiterator.html#method_valid","d":"

    Checks if current position is valid

    "},{"t":"M","n":"gridObj::set","p":"gridObj.html#method_set","d":"

    Set object property to a new value.

    "},{"t":"M","n":"hashTableObj::clear","p":"hashTableObj.html#method_clear","d":"

    Clear all items in the hashTable (To NULL).

    "},{"t":"M","n":"hashTableObj::get","p":"hashTableObj.html#method_get","d":"

    Fetch class metadata entry by name. Returns "" if no entry\nmatches the name. Note that the search is case sensitive.

    "},{"t":"M","n":"hashTableObj::nextkey","p":"hashTableObj.html#method_nextkey","d":"

    Return the next key or first key if previousKey = NULL.

    "},{"t":"M","n":"hashTableObj::remove","p":"hashTableObj.html#method_remove","d":"

    Remove a metadata entry in the hashTable. Returns MS_SUCCESS/MS_FAILURE.

    "},{"t":"M","n":"hashTableObj::set","p":"hashTableObj.html#method_set","d":"

    Set a metadata entry in the hashTable. Returns MS_SUCCESS/MS_FAILURE.

    "},{"t":"M","n":"http\\Client::__construct","p":"http/Client.html#method___construct","d":"

    Create a new HTTP client.

    "},{"t":"M","n":"http\\Client::addCookies","p":"http/Client.html#method_addCookies","d":"

    Add custom cookies.

    "},{"t":"M","n":"http\\Client::addSslOptions","p":"http/Client.html#method_addSslOptions","d":"

    Add specific SSL options.

    "},{"t":"M","n":"http\\Client::attach","p":"http/Client.html#method_attach","d":"

    Implements SplSubject. Attach another observer.

    "},{"t":"M","n":"http\\Client::configure","p":"http/Client.html#method_configure","d":"

    Configure the client's low level options.

    "},{"t":"M","n":"http\\Client::count","p":"http/Client.html#method_count","d":"

    Implements Countable. Retrieve the number of enqueued requests.

    "},{"t":"M","n":"http\\Client::dequeue","p":"http/Client.html#method_dequeue","d":"

    Dequeue the http\\Client\\Request $request.

    "},{"t":"M","n":"http\\Client::detach","p":"http/Client.html#method_detach","d":"

    Implements SplSubject. Detach $observer, which has been previously attached.

    "},{"t":"M","n":"http\\Client::enableEvents","p":"http/Client.html#method_enableEvents","d":"

    Enable usage of an event library like libevent, which might improve performance with big socket sets.

    "},{"t":"M","n":"http\\Client::enablePipelining","p":"http/Client.html#method_enablePipelining","d":"

    Enable sending pipelined requests to the same host if the driver supports it.

    "},{"t":"M","n":"http\\Client::enqueue","p":"http/Client.html#method_enqueue","d":"

    Add another http\\Client\\Request to the request queue.

    "},{"t":"M","n":"http\\Client::getAvailableConfiguration","p":"http/Client.html#method_getAvailableConfiguration","d":"

    Get a list of available configuration options and their default values.

    "},{"t":"M","n":"http\\Client::getAvailableDrivers","p":"http/Client.html#method_getAvailableDrivers","d":"

    List available drivers.

    "},{"t":"M","n":"http\\Client::getAvailableOptions","p":"http/Client.html#method_getAvailableOptions","d":"

    Retrieve a list of available request options and their default values.

    "},{"t":"M","n":"http\\Client::getCookies","p":"http/Client.html#method_getCookies","d":"

    Get priorly set custom cookies.

    "},{"t":"M","n":"http\\Client::getHistory","p":"http/Client.html#method_getHistory","d":"

    Simply returns the http\\Message chain representing the request/response history.

    "},{"t":"M","n":"http\\Client::getObservers","p":"http/Client.html#method_getObservers","d":"

    Returns the SplObjectStorage holding attached observers.

    "},{"t":"M","n":"http\\Client::getOptions","p":"http/Client.html#method_getOptions","d":"

    Get priorly set options.

    "},{"t":"M","n":"http\\Client::getProgressInfo","p":"http/Client.html#method_getProgressInfo","d":"

    Retrieve the progress information for $request.

    "},{"t":"M","n":"http\\Client::getResponse","p":"http/Client.html#method_getResponse","d":"

    Retrieve the corresponding response of an already finished request, or the last received response if $request is not set.

    "},{"t":"M","n":"http\\Client::getSslOptions","p":"http/Client.html#method_getSslOptions","d":"

    Retrieve priorly set SSL options.

    "},{"t":"M","n":"http\\Client::getTransferInfo","p":"http/Client.html#method_getTransferInfo","d":"

    Get transfer related information for a running or finished request.

    "},{"t":"M","n":"http\\Client::notify","p":"http/Client.html#method_notify","d":"

    Implements SplSubject. Notify attached observers about progress with $request.

    "},{"t":"M","n":"http\\Client::once","p":"http/Client.html#method_once","d":"

    Perform outstanding transfer actions.

    "},{"t":"M","n":"http\\Client::requeue","p":"http/Client.html#method_requeue","d":"

    Requeue an http\\Client\\Request.

    "},{"t":"M","n":"http\\Client::reset","p":"http/Client.html#method_reset","d":"

    Reset the client to the initial state.

    "},{"t":"M","n":"http\\Client::send","p":"http/Client.html#method_send","d":"

    Send all enqueued requests.

    "},{"t":"M","n":"http\\Client::setCookies","p":"http/Client.html#method_setCookies","d":"

    Set custom cookies.

    "},{"t":"M","n":"http\\Client::setDebug","p":"http/Client.html#method_setDebug","d":"

    Set client debugging callback.

    "},{"t":"M","n":"http\\Client::setOptions","p":"http/Client.html#method_setOptions","d":"

    Set client options.

    "},{"t":"M","n":"http\\Client::setSslOptions","p":"http/Client.html#method_setSslOptions","d":"

    Specifically set SSL options.

    "},{"t":"M","n":"http\\Client::wait","p":"http/Client.html#method_wait","d":"

    Wait for $timeout seconds for transfers to provide data.

    "},{"t":"M","n":"http\\Client\\Curl\\User::init","p":"http/Client/Curl/User.html#method_init","d":"

    Initialize the event loop.

    "},{"t":"M","n":"http\\Client\\Curl\\User::once","p":"http/Client/Curl/User.html#method_once","d":"

    Run the loop as long as it does not block.

    "},{"t":"M","n":"http\\Client\\Curl\\User::send","p":"http/Client/Curl/User.html#method_send","d":"

    Run the loop.

    "},{"t":"M","n":"http\\Client\\Curl\\User::socket","p":"http/Client/Curl/User.html#method_socket","d":"

    Register (or deregister) a socket watcher.

    "},{"t":"M","n":"http\\Client\\Curl\\User::timer","p":"http/Client/Curl/User.html#method_timer","d":"

    Register a timeout watcher.

    "},{"t":"M","n":"http\\Client\\Curl\\User::wait","p":"http/Client/Curl/User.html#method_wait","d":"

    Wait/poll/select (block the loop) until events fire.

    "},{"t":"M","n":"http\\Client\\Request::__construct","p":"http/Client/Request.html#method___construct","d":"

    Create a new client request message to be enqueued and sent by http\\Client.

    "},{"t":"M","n":"http\\Client\\Request::addQuery","p":"http/Client/Request.html#method_addQuery","d":"

    Add querystring data.

    "},{"t":"M","n":"http\\Client\\Request::addSslOptions","p":"http/Client/Request.html#method_addSslOptions","d":"

    Add specific SSL options.

    "},{"t":"M","n":"http\\Client\\Request::getContentType","p":"http/Client/Request.html#method_getContentType","d":"

    Extract the currently set "Content-Type" header.

    "},{"t":"M","n":"http\\Client\\Request::getOptions","p":"http/Client/Request.html#method_getOptions","d":"

    Get priorly set options.

    "},{"t":"M","n":"http\\Client\\Request::getQuery","p":"http/Client/Request.html#method_getQuery","d":"

    Retrieve the currently set querystring.

    "},{"t":"M","n":"http\\Client\\Request::getSslOptions","p":"http/Client/Request.html#method_getSslOptions","d":"

    Retrieve priorly set SSL options.

    "},{"t":"M","n":"http\\Client\\Request::setContentType","p":"http/Client/Request.html#method_setContentType","d":"

    Set the MIME content type of the request message.

    "},{"t":"M","n":"http\\Client\\Request::setOptions","p":"http/Client/Request.html#method_setOptions","d":"

    Set client options.

    "},{"t":"M","n":"http\\Client\\Request::setQuery","p":"http/Client/Request.html#method_setQuery","d":"

    (Re)set the querystring.

    "},{"t":"M","n":"http\\Client\\Request::setSslOptions","p":"http/Client/Request.html#method_setSslOptions","d":"

    Specifically set SSL options.

    "},{"t":"M","n":"http\\Client\\Response::getCookies","p":"http/Client/Response.html#method_getCookies","d":"

    Extract response cookies.

    "},{"t":"M","n":"http\\Client\\Response::getTransferInfo","p":"http/Client/Response.html#method_getTransferInfo","d":"

    Retrieve transfer related information after the request has completed.

    "},{"t":"M","n":"http\\Cookie::__construct","p":"http/Cookie.html#method___construct","d":"

    Create a new cookie list.

    "},{"t":"M","n":"http\\Cookie::__toString","p":"http/Cookie.html#method___toString","d":"

    String cast handler. Alias of http\\Cookie::toString().

    "},{"t":"M","n":"http\\Cookie::addCookie","p":"http/Cookie.html#method_addCookie","d":"

    Add a cookie.

    "},{"t":"M","n":"http\\Cookie::addCookies","p":"http/Cookie.html#method_addCookies","d":"

    (Re)set the cookies.

    "},{"t":"M","n":"http\\Cookie::addExtra","p":"http/Cookie.html#method_addExtra","d":"

    Add an extra attribute to the cookie list.

    "},{"t":"M","n":"http\\Cookie::addExtras","p":"http/Cookie.html#method_addExtras","d":"

    Add several extra attributes.

    "},{"t":"M","n":"http\\Cookie::getCookie","p":"http/Cookie.html#method_getCookie","d":"

    Retrieve a specific cookie value.

    "},{"t":"M","n":"http\\Cookie::getCookies","p":"http/Cookie.html#method_getCookies","d":"

    Get the list of cookies.

    "},{"t":"M","n":"http\\Cookie::getDomain","p":"http/Cookie.html#method_getDomain","d":"

    Retrieve the effective domain of the cookie list.

    "},{"t":"M","n":"http\\Cookie::getExpires","p":"http/Cookie.html#method_getExpires","d":"

    Get the currently set expires attribute.

    "},{"t":"M","n":"http\\Cookie::getExtra","p":"http/Cookie.html#method_getExtra","d":"

    Retrieve an extra attribute.

    "},{"t":"M","n":"http\\Cookie::getExtras","p":"http/Cookie.html#method_getExtras","d":"

    Retrieve the list of extra attributes.

    "},{"t":"M","n":"http\\Cookie::getFlags","p":"http/Cookie.html#method_getFlags","d":"

    Get the currently set flags.

    "},{"t":"M","n":"http\\Cookie::getMaxAge","p":"http/Cookie.html#method_getMaxAge","d":"

    Get the currently set max-age attribute of the cookie list.

    "},{"t":"M","n":"http\\Cookie::getPath","p":"http/Cookie.html#method_getPath","d":"

    Retrieve the path the cookie(s) of this cookie list are effective at.

    "},{"t":"M","n":"http\\Cookie::setCookie","p":"http/Cookie.html#method_setCookie","d":"

    (Re)set a cookie.

    "},{"t":"M","n":"http\\Cookie::setCookies","p":"http/Cookie.html#method_setCookies","d":"

    (Re)set the cookies.

    "},{"t":"M","n":"http\\Cookie::setDomain","p":"http/Cookie.html#method_setDomain","d":"

    Set the effective domain of the cookie list.

    "},{"t":"M","n":"http\\Cookie::setExpires","p":"http/Cookie.html#method_setExpires","d":"

    Set the traditional expires timestamp.

    "},{"t":"M","n":"http\\Cookie::setExtra","p":"http/Cookie.html#method_setExtra","d":"

    (Re)set an extra attribute.

    "},{"t":"M","n":"http\\Cookie::setExtras","p":"http/Cookie.html#method_setExtras","d":"

    (Re)set the extra attributes.

    "},{"t":"M","n":"http\\Cookie::setFlags","p":"http/Cookie.html#method_setFlags","d":"

    Set the flags to specified $value.

    "},{"t":"M","n":"http\\Cookie::setMaxAge","p":"http/Cookie.html#method_setMaxAge","d":"

    Set the maximum age the cookie may have on the client side.

    "},{"t":"M","n":"http\\Cookie::setPath","p":"http/Cookie.html#method_setPath","d":"

    Set the path the cookie(s) of this cookie list should be effective at.

    "},{"t":"M","n":"http\\Cookie::toArray","p":"http/Cookie.html#method_toArray","d":"

    Get the cookie list as array.

    "},{"t":"M","n":"http\\Cookie::toString","p":"http/Cookie.html#method_toString","d":"

    Retrieve the string representation of the cookie list.

    "},{"t":"M","n":"http\\Encoding\\Stream::__construct","p":"http/Encoding/Stream.html#method___construct","d":"

    Base constructor for encoding stream implementations.

    "},{"t":"M","n":"http\\Encoding\\Stream::done","p":"http/Encoding/Stream.html#method_done","d":"

    Check whether the encoding stream is already done.

    "},{"t":"M","n":"http\\Encoding\\Stream::finish","p":"http/Encoding/Stream.html#method_finish","d":"

    Finish and reset the encoding stream.

    "},{"t":"M","n":"http\\Encoding\\Stream::flush","p":"http/Encoding/Stream.html#method_flush","d":"

    Flush the encoding stream.

    "},{"t":"M","n":"http\\Encoding\\Stream::update","p":"http/Encoding/Stream.html#method_update","d":"

    Update the encoding stream with more input.

    "},{"t":"M","n":"http\\Encoding\\Stream\\Debrotli::decode","p":"http/Encoding/Stream/Debrotli.html#method_decode","d":"

    Decode brotli encoded data.

    "},{"t":"M","n":"http\\Encoding\\Stream\\Dechunk::decode","p":"http/Encoding/Stream/Dechunk.html#method_decode","d":"

    Decode chunked encoded data.

    "},{"t":"M","n":"http\\Encoding\\Stream\\Deflate::encode","p":"http/Encoding/Stream/Deflate.html#method_encode","d":"

    Encode data with deflate/zlib/gzip encoding.

    "},{"t":"M","n":"http\\Encoding\\Stream\\Enbrotli::encode","p":"http/Encoding/Stream/Enbrotli.html#method_encode","d":"

    Encode data with brotli encoding.

    "},{"t":"M","n":"http\\Encoding\\Stream\\Inflate::decode","p":"http/Encoding/Stream/Inflate.html#method_decode","d":"

    Decode deflate/zlib/gzip encoded data.

    "},{"t":"M","n":"http\\Env::getRequestBody","p":"http/Env.html#method_getRequestBody","d":"

    Retrieve the current HTTP request's body.

    "},{"t":"M","n":"http\\Env::getRequestHeader","p":"http/Env.html#method_getRequestHeader","d":"

    Retrieve one or all headers of the current HTTP request.

    "},{"t":"M","n":"http\\Env::getResponseCode","p":"http/Env.html#method_getResponseCode","d":"

    Get the HTTP response code to send.

    "},{"t":"M","n":"http\\Env::getResponseHeader","p":"http/Env.html#method_getResponseHeader","d":"

    Get one or all HTTP response headers to be sent.

    "},{"t":"M","n":"http\\Env::getResponseStatusForAllCodes","p":"http/Env.html#method_getResponseStatusForAllCodes","d":"

    Retrieve a list of all known HTTP response status.

    "},{"t":"M","n":"http\\Env::getResponseStatusForCode","p":"http/Env.html#method_getResponseStatusForCode","d":"

    Retrieve the string representation of specified HTTP response code.

    "},{"t":"M","n":"http\\Env::negotiate","p":"http/Env.html#method_negotiate","d":"

    Generic negotiator. For specific client negotiation see http\\Env::negotiateContentType() and related methods.

    "},{"t":"M","n":"http\\Env::negotiateCharset","p":"http/Env.html#method_negotiateCharset","d":"

    Negotiate the client's preferred character set.

    "},{"t":"M","n":"http\\Env::negotiateContentType","p":"http/Env.html#method_negotiateContentType","d":"

    Negotiate the client's preferred MIME content type.

    "},{"t":"M","n":"http\\Env::negotiateEncoding","p":"http/Env.html#method_negotiateEncoding","d":"

    Negotiate the client's preferred encoding.

    "},{"t":"M","n":"http\\Env::negotiateLanguage","p":"http/Env.html#method_negotiateLanguage","d":"

    Negotiate the client's preferred language.

    "},{"t":"M","n":"http\\Env::setResponseCode","p":"http/Env.html#method_setResponseCode","d":"

    Set the HTTP response code to send.

    "},{"t":"M","n":"http\\Env::setResponseHeader","p":"http/Env.html#method_setResponseHeader","d":"

    Set a response header, either replacing a prior set header, or appending the new header value, depending on $replace.

    "},{"t":"M","n":"http\\Env\\Request::__construct","p":"http/Env/Request.html#method___construct","d":"

    Create an instance of the server's current HTTP request.

    "},{"t":"M","n":"http\\Env\\Request::getCookie","p":"http/Env/Request.html#method_getCookie","d":"

    Retrieve an URL query value ($_GET).

    "},{"t":"M","n":"http\\Env\\Request::getFiles","p":"http/Env/Request.html#method_getFiles","d":"

    Retrieve the uploaded files list ($_FILES).

    "},{"t":"M","n":"http\\Env\\Request::getForm","p":"http/Env/Request.html#method_getForm","d":"

    Retrieve a form value ($_POST).

    "},{"t":"M","n":"http\\Env\\Request::getQuery","p":"http/Env/Request.html#method_getQuery","d":"

    Retrieve an URL query value ($_GET).

    "},{"t":"M","n":"http\\Env\\Response::__construct","p":"http/Env/Response.html#method___construct","d":"

    Create a new env response message instance.

    "},{"t":"M","n":"http\\Env\\Response::__invoke","p":"http/Env/Response.html#method___invoke","d":"

    Output buffer handler.

    "},{"t":"M","n":"http\\Env\\Response::isCachedByEtag","p":"http/Env/Response.html#method_isCachedByEtag","d":"

    Manually test the header $header_name of the environment's request for a cache hit.

    "},{"t":"M","n":"http\\Env\\Response::isCachedByLastModified","p":"http/Env/Response.html#method_isCachedByLastModified","d":"

    Manually test the header $header_name of the environment's request for a cache hit.

    "},{"t":"M","n":"http\\Env\\Response::send","p":"http/Env/Response.html#method_send","d":"

    Send the response through the SAPI or $stream.

    "},{"t":"M","n":"http\\Env\\Response::setCacheControl","p":"http/Env/Response.html#method_setCacheControl","d":"

    Make suggestions to the client how it should cache the response.

    "},{"t":"M","n":"http\\Env\\Response::setContentDisposition","p":"http/Env/Response.html#method_setContentDisposition","d":"

    Set the response's content disposition parameters.

    "},{"t":"M","n":"http\\Env\\Response::setContentEncoding","p":"http/Env/Response.html#method_setContentEncoding","d":"

    Enable support for "Accept-Encoding" requests with deflate or gzip.

    "},{"t":"M","n":"http\\Env\\Response::setContentType","p":"http/Env/Response.html#method_setContentType","d":"

    Set the MIME content type of the response.

    "},{"t":"M","n":"http\\Env\\Response::setCookie","p":"http/Env/Response.html#method_setCookie","d":"

    Add cookies to the response to send.

    "},{"t":"M","n":"http\\Env\\Response::setEnvRequest","p":"http/Env/Response.html#method_setEnvRequest","d":"

    Override the environment's request.

    "},{"t":"M","n":"http\\Env\\Response::setEtag","p":"http/Env/Response.html#method_setEtag","d":"

    Set a custom ETag.

    "},{"t":"M","n":"http\\Env\\Response::setLastModified","p":"http/Env/Response.html#method_setLastModified","d":"

    Set a custom last modified time stamp.

    "},{"t":"M","n":"http\\Env\\Response::setThrottleRate","p":"http/Env/Response.html#method_setThrottleRate","d":"

    Enable throttling.

    "},{"t":"M","n":"http\\Header::__construct","p":"http/Header.html#method___construct","d":"

    Create an http\\Header instance for use of simple matching or negotiation. If the value of the header is an array it may be compounded to a single comma separated string.

    "},{"t":"M","n":"http\\Header::__toString","p":"http/Header.html#method___toString","d":"

    String cast handler. Alias of http\\Header::serialize().

    "},{"t":"M","n":"http\\Header::getParams","p":"http/Header.html#method_getParams","d":"

    Create a parameter list out of the HTTP header value.

    "},{"t":"M","n":"http\\Header::match","p":"http/Header.html#method_match","d":"

    Match the HTTP header's value against provided $value according to $flags.

    "},{"t":"M","n":"http\\Header::negotiate","p":"http/Header.html#method_negotiate","d":"

    Negotiate the header's value against a list of supported values in $supported.

    "},{"t":"M","n":"http\\Header::parse","p":"http/Header.html#method_parse","d":"

    Parse HTTP headers.

    "},{"t":"M","n":"http\\Header::serialize","p":"http/Header.html#method_serialize","d":"

    Implements Serializable.

    "},{"t":"M","n":"http\\Header::toString","p":"http/Header.html#method_toString","d":"

    Convenience method. Alias of http\\Header::serialize().

    "},{"t":"M","n":"http\\Header::unserialize","p":"http/Header.html#method_unserialize","d":"

    Implements Serializable.

    "},{"t":"M","n":"http\\Header\\Parser::getState","p":"http/Header/Parser.html#method_getState","d":"

    Retrieve the current state of the parser.

    "},{"t":"M","n":"http\\Header\\Parser::parse","p":"http/Header/Parser.html#method_parse","d":"

    Parse a string.

    "},{"t":"M","n":"http\\Header\\Parser::stream","p":"http/Header/Parser.html#method_stream","d":"

    Parse a stream.

    "},{"t":"M","n":"http\\Message::__construct","p":"http/Message.html#method___construct","d":"

    Create a new HTTP message.

    "},{"t":"M","n":"http\\Message::__toString","p":"http/Message.html#method___toString","d":"

    Retrieve the message serialized to a string.

    "},{"t":"M","n":"http\\Message::addBody","p":"http/Message.html#method_addBody","d":"

    Append the data of $body to the message's body.

    "},{"t":"M","n":"http\\Message::addHeader","p":"http/Message.html#method_addHeader","d":"

    Add an header, appending to already existing headers.

    "},{"t":"M","n":"http\\Message::addHeaders","p":"http/Message.html#method_addHeaders","d":"

    Add headers, optionally appending values, if header keys already exist.

    "},{"t":"M","n":"http\\Message::count","p":"http/Message.html#method_count","d":"

    Implements Countable.

    "},{"t":"M","n":"http\\Message::current","p":"http/Message.html#method_current","d":"

    Implements iterator.

    "},{"t":"M","n":"http\\Message::detach","p":"http/Message.html#method_detach","d":"

    Detach a clone of this message from any message chain.

    "},{"t":"M","n":"http\\Message::getBody","p":"http/Message.html#method_getBody","d":"

    Retrieve the message's body.

    "},{"t":"M","n":"http\\Message::getHeader","p":"http/Message.html#method_getHeader","d":"

    Retrieve a single header, optionally hydrated into a http\\Header extending class.

    "},{"t":"M","n":"http\\Message::getHeaders","p":"http/Message.html#method_getHeaders","d":"

    Retrieve all message headers.

    "},{"t":"M","n":"http\\Message::getHttpVersion","p":"http/Message.html#method_getHttpVersion","d":"

    Retrieve the HTTP protocol version of the message.

    "},{"t":"M","n":"http\\Message::getInfo","p":"http/Message.html#method_getInfo","d":"

    Retrieve the first line of a request or response message.

    "},{"t":"M","n":"http\\Message::getParentMessage","p":"http/Message.html#method_getParentMessage","d":"

    Retrieve any parent message.

    "},{"t":"M","n":"http\\Message::getRequestMethod","p":"http/Message.html#method_getRequestMethod","d":"

    Retrieve the request method of the message.

    "},{"t":"M","n":"http\\Message::getRequestUrl","p":"http/Message.html#method_getRequestUrl","d":"

    Retrieve the request URL of the message.

    "},{"t":"M","n":"http\\Message::getResponseCode","p":"http/Message.html#method_getResponseCode","d":"

    Retrieve the response code of the message.

    "},{"t":"M","n":"http\\Message::getResponseStatus","p":"http/Message.html#method_getResponseStatus","d":"

    Retrieve the response status of the message.

    "},{"t":"M","n":"http\\Message::getType","p":"http/Message.html#method_getType","d":"

    Retrieve the type of the message.

    "},{"t":"M","n":"http\\Message::isMultipart","p":"http/Message.html#method_isMultipart","d":"

    Check whether this message is a multipart message based on it's content type.

    "},{"t":"M","n":"http\\Message::key","p":"http/Message.html#method_key","d":"

    Implements Iterator.

    "},{"t":"M","n":"http\\Message::next","p":"http/Message.html#method_next","d":"

    Implements Iterator.

    "},{"t":"M","n":"http\\Message::prepend","p":"http/Message.html#method_prepend","d":"

    Prepend message(s) $message to this message, or the top most message of this message chain.

    "},{"t":"M","n":"http\\Message::reverse","p":"http/Message.html#method_reverse","d":"

    Reverse the message chain and return the former top-most message.

    "},{"t":"M","n":"http\\Message::rewind","p":"http/Message.html#method_rewind","d":"

    Implements Iterator.

    "},{"t":"M","n":"http\\Message::serialize","p":"http/Message.html#method_serialize","d":"

    Implements Serializable.

    "},{"t":"M","n":"http\\Message::setBody","p":"http/Message.html#method_setBody","d":"

    Set the message's body.

    "},{"t":"M","n":"http\\Message::setHeader","p":"http/Message.html#method_setHeader","d":"

    Set a single header.

    "},{"t":"M","n":"http\\Message::setHeaders","p":"http/Message.html#method_setHeaders","d":"

    Set the message headers.

    "},{"t":"M","n":"http\\Message::setHttpVersion","p":"http/Message.html#method_setHttpVersion","d":"

    Set the HTTP protocol version of the message.

    "},{"t":"M","n":"http\\Message::setInfo","p":"http/Message.html#method_setInfo","d":"

    Set the complete message info, i.e. type and response resp. request information, at once.

    "},{"t":"M","n":"http\\Message::setRequestMethod","p":"http/Message.html#method_setRequestMethod","d":"

    Set the request method of the message.

    "},{"t":"M","n":"http\\Message::setRequestUrl","p":"http/Message.html#method_setRequestUrl","d":"

    Set the request URL of the message.

    "},{"t":"M","n":"http\\Message::setResponseCode","p":"http/Message.html#method_setResponseCode","d":"

    Set the response status code.

    "},{"t":"M","n":"http\\Message::setResponseStatus","p":"http/Message.html#method_setResponseStatus","d":"

    Set the response status phrase.

    "},{"t":"M","n":"http\\Message::setType","p":"http/Message.html#method_setType","d":"

    Set the message type and reset the message info.

    "},{"t":"M","n":"http\\Message::splitMultipartBody","p":"http/Message.html#method_splitMultipartBody","d":"

    Splits the body of a multipart message.

    "},{"t":"M","n":"http\\Message::toCallback","p":"http/Message.html#method_toCallback","d":"

    Stream the message through a callback.

    "},{"t":"M","n":"http\\Message::toStream","p":"http/Message.html#method_toStream","d":"

    Stream the message into stream $stream, starting from $offset, streaming $maxlen at most.

    "},{"t":"M","n":"http\\Message::toString","p":"http/Message.html#method_toString","d":"

    Retrieve the message serialized to a string.

    "},{"t":"M","n":"http\\Message::unserialize","p":"http/Message.html#method_unserialize","d":"

    Implements Serializable.

    "},{"t":"M","n":"http\\Message::valid","p":"http/Message.html#method_valid","d":"

    Implements Iterator.

    "},{"t":"M","n":"http\\Message\\Body::__construct","p":"http/Message/Body.html#method___construct","d":"

    Create a new message body, optionally referencing $stream.

    "},{"t":"M","n":"http\\Message\\Body::__toString","p":"http/Message/Body.html#method___toString","d":"

    String cast handler.

    "},{"t":"M","n":"http\\Message\\Body::addForm","p":"http/Message/Body.html#method_addForm","d":"

    Add form fields and files to the message body.

    "},{"t":"M","n":"http\\Message\\Body::addPart","p":"http/Message/Body.html#method_addPart","d":"

    Add a part to a multipart body.

    "},{"t":"M","n":"http\\Message\\Body::append","p":"http/Message/Body.html#method_append","d":"

    Append plain bytes to the message body.

    "},{"t":"M","n":"http\\Message\\Body::etag","p":"http/Message/Body.html#method_etag","d":"

    Retrieve the ETag of the body.

    "},{"t":"M","n":"http\\Message\\Body::getBoundary","p":"http/Message/Body.html#method_getBoundary","d":"

    Retrieve any boundary of the message body.

    "},{"t":"M","n":"http\\Message\\Body::getResource","p":"http/Message/Body.html#method_getResource","d":"

    Retrieve the underlying stream resource.

    "},{"t":"M","n":"http\\Message\\Body::serialize","p":"http/Message/Body.html#method_serialize","d":"

    Implements Serializable.

    "},{"t":"M","n":"http\\Message\\Body::stat","p":"http/Message/Body.html#method_stat","d":"

    Stat size, atime, mtime and/or ctime.

    "},{"t":"M","n":"http\\Message\\Body::toCallback","p":"http/Message/Body.html#method_toCallback","d":"

    Stream the message body through a callback.

    "},{"t":"M","n":"http\\Message\\Body::toStream","p":"http/Message/Body.html#method_toStream","d":"

    Stream the message body into another stream $stream, starting from $offset, streaming $maxlen at most.

    "},{"t":"M","n":"http\\Message\\Body::toString","p":"http/Message/Body.html#method_toString","d":"

    Retrieve the message body serialized to a string.

    "},{"t":"M","n":"http\\Message\\Body::unserialize","p":"http/Message/Body.html#method_unserialize","d":"

    Implements Serializable.

    "},{"t":"M","n":"http\\Message\\Parser::getState","p":"http/Message/Parser.html#method_getState","d":"

    Retrieve the current state of the parser.

    "},{"t":"M","n":"http\\Message\\Parser::parse","p":"http/Message/Parser.html#method_parse","d":"

    Parse a string.

    "},{"t":"M","n":"http\\Message\\Parser::stream","p":"http/Message/Parser.html#method_stream","d":"

    Parse a stream.

    "},{"t":"M","n":"http\\Params::__construct","p":"http/Params.html#method___construct","d":"

    Instantiate a new HTTP (header) parameter set.

    "},{"t":"M","n":"http\\Params::__toString","p":"http/Params.html#method___toString","d":"

    String cast handler. Alias of http\\Params::toString().

    "},{"t":"M","n":"http\\Params::offsetExists","p":"http/Params.html#method_offsetExists","d":"

    Implements ArrayAccess.

    "},{"t":"M","n":"http\\Params::offsetGet","p":"http/Params.html#method_offsetGet","d":"

    Implements ArrayAccess.

    "},{"t":"M","n":"http\\Params::offsetSet","p":"http/Params.html#method_offsetSet","d":"

    Implements ArrayAccess.

    "},{"t":"M","n":"http\\Params::offsetUnset","p":"http/Params.html#method_offsetUnset","d":"

    Implements ArrayAccess.

    "},{"t":"M","n":"http\\Params::toArray","p":"http/Params.html#method_toArray","d":"

    Convenience method that simply returns http\\Params::$params.

    "},{"t":"M","n":"http\\Params::toString","p":"http/Params.html#method_toString","d":"

    Returns a stringified version of the parameters.

    "},{"t":"M","n":"http\\QueryString::__construct","p":"http/QueryString.html#method___construct","d":"

    Create an independent querystring instance.

    "},{"t":"M","n":"http\\QueryString::__toString","p":"http/QueryString.html#method___toString","d":"

    Get the string representation of the querystring (x-www-form-urlencoded).

    "},{"t":"M","n":"http\\QueryString::get","p":"http/QueryString.html#method_get","d":"

    Retrieve an querystring value.

    "},{"t":"M","n":"http\\QueryString::getArray","p":"http/QueryString.html#method_getArray","d":"

    Retrieve an array value with at offset $name.

    "},{"t":"M","n":"http\\QueryString::getBool","p":"http/QueryString.html#method_getBool","d":"

    Retrieve a boolean value at offset $name.

    "},{"t":"M","n":"http\\QueryString::getFloat","p":"http/QueryString.html#method_getFloat","d":"

    Retrieve a float value at offset $name.

    "},{"t":"M","n":"http\\QueryString::getGlobalInstance","p":"http/QueryString.html#method_getGlobalInstance","d":"

    Retrieve the global querystring instance referencing $_GET.

    "},{"t":"M","n":"http\\QueryString::getInt","p":"http/QueryString.html#method_getInt","d":"

    Retrieve a int value at offset $name.

    "},{"t":"M","n":"http\\QueryString::getIterator","p":"http/QueryString.html#method_getIterator","d":"

    Implements IteratorAggregate.

    "},{"t":"M","n":"http\\QueryString::getObject","p":"http/QueryString.html#method_getObject","d":"

    Retrieve a object value with at offset $name.

    "},{"t":"M","n":"http\\QueryString::getString","p":"http/QueryString.html#method_getString","d":"

    Retrieve a string value with at offset $name.

    "},{"t":"M","n":"http\\QueryString::mod","p":"http/QueryString.html#method_mod","d":"

    Set additional $params to a clone of this instance.

    "},{"t":"M","n":"http\\QueryString::offsetExists","p":"http/QueryString.html#method_offsetExists","d":"

    Implements ArrayAccess.

    "},{"t":"M","n":"http\\QueryString::offsetGet","p":"http/QueryString.html#method_offsetGet","d":"

    Implements ArrayAccess.

    "},{"t":"M","n":"http\\QueryString::offsetSet","p":"http/QueryString.html#method_offsetSet","d":"

    Implements ArrayAccess.

    "},{"t":"M","n":"http\\QueryString::offsetUnset","p":"http/QueryString.html#method_offsetUnset","d":"

    Implements ArrayAccess.

    "},{"t":"M","n":"http\\QueryString::serialize","p":"http/QueryString.html#method_serialize","d":"

    Implements Serializable.

    "},{"t":"M","n":"http\\QueryString::set","p":"http/QueryString.html#method_set","d":"

    Set additional querystring entries.

    "},{"t":"M","n":"http\\QueryString::toArray","p":"http/QueryString.html#method_toArray","d":"

    Simply returns http\\QueryString::$queryArray.

    "},{"t":"M","n":"http\\QueryString::toString","p":"http/QueryString.html#method_toString","d":"

    Get the string representation of the querystring (x-www-form-urlencoded).

    "},{"t":"M","n":"http\\QueryString::unserialize","p":"http/QueryString.html#method_unserialize","d":"

    Implements Serializable.

    "},{"t":"M","n":"http\\QueryString::xlate","p":"http/QueryString.html#method_xlate","d":"

    Translate character encodings of the querystring with ext/iconv.

    "},{"t":"M","n":"http\\Url::__construct","p":"http/Url.html#method___construct","d":"

    Create an instance of an http\\Url.

    "},{"t":"M","n":"http\\Url::__toString","p":"http/Url.html#method___toString","d":"

    String cast handler. Alias of http\\Url::toString().

    "},{"t":"M","n":"http\\Url::mod","p":"http/Url.html#method_mod","d":"

    Clone this URL and apply $parts to the cloned URL.

    "},{"t":"M","n":"http\\Url::toArray","p":"http/Url.html#method_toArray","d":"

    Retrieve the URL parts as array.

    "},{"t":"M","n":"http\\Url::toString","p":"http/Url.html#method_toString","d":"

    Get the string prepresentation of the URL.

    "},{"t":"M","n":"imageObj::pasteImage","p":"imageObj.html#method_pasteImage","d":"

    Copy srcImg on top of the current imageObj.

    "},{"t":"M","n":"imageObj::saveImage","p":"imageObj.html#method_saveImage","d":"

    Writes image object to specified filename.

    "},{"t":"M","n":"imageObj::saveWebImage","p":"imageObj.html#method_saveWebImage","d":"

    Writes image to temp directory. Returns image URL.

    "},{"t":"M","n":"java::java","p":"java.html#method_java","d":"

    Create Java object

    "},{"t":"M","n":"labelObj::__construct","p":"labelObj.html#method___construct","d":null},{"t":"M","n":"labelObj::convertToString","p":"labelObj.html#method_convertToString","d":"

    Saves the object to a string. Provides the inverse option for\nupdateFromString.

    "},{"t":"M","n":"labelObj::deleteStyle","p":"labelObj.html#method_deleteStyle","d":"

    Delete the style specified by the style index. If there are any\nstyle that follow the deleted style, their index will decrease by 1.

    "},{"t":"M","n":"labelObj::free","p":"labelObj.html#method_free","d":"

    Free the object properties and break the internal references.

    "},{"t":"M","n":"labelObj::getBinding","p":"labelObj.html#method_getBinding","d":"

    Get the attribute binding for a specified label property. Returns\nNULL if there is no binding for this property.

    "},{"t":"M","n":"labelObj::getExpressionString","p":"labelObj.html#method_getExpressionString","d":"

    Returns the label expression string.

    "},{"t":"M","n":"labelObj::getStyle","p":"labelObj.html#method_getStyle","d":"

    Return the style object using an index. index >= 0 &&\nindex < label->numstyles.

    "},{"t":"M","n":"labelObj::getTextString","p":"labelObj.html#method_getTextString","d":"

    Returns the label text string.

    "},{"t":"M","n":"labelObj::moveStyleDown","p":"labelObj.html#method_moveStyleDown","d":"

    The style specified by the style index will be moved down into\nthe array of classes. Returns MS_SUCCESS or MS_FAILURE.

    "},{"t":"M","n":"labelObj::moveStyleUp","p":"labelObj.html#method_moveStyleUp","d":"

    The style specified by the style index will be moved up into\nthe array of classes. Returns MS_SUCCESS or MS_FAILURE.

    "},{"t":"M","n":"labelObj::removeBinding","p":"labelObj.html#method_removeBinding","d":"

    Remove the attribute binding for a specfiled style property.

    "},{"t":"M","n":"labelObj::set","p":"labelObj.html#method_set","d":"

    Set object property to a new value.

    "},{"t":"M","n":"labelObj::setBinding","p":"labelObj.html#method_setBinding","d":"

    Set the attribute binding for a specified label property.

    "},{"t":"M","n":"labelObj::setExpression","p":"labelObj.html#method_setExpression","d":"

    Set the label expression.

    "},{"t":"M","n":"labelObj::setText","p":"labelObj.html#method_setText","d":"

    Set the label text.

    "},{"t":"M","n":"labelObj::updateFromString","p":"labelObj.html#method_updateFromString","d":"

    Update a label from a string snippet. Returns MS_SUCCESS/MS_FAILURE.

    "},{"t":"M","n":"labelcacheObj::freeCache","p":"labelcacheObj.html#method_freeCache","d":"

    Free the label cache. Always returns MS_SUCCESS.

    "},{"t":"M","n":"layerObj::ms_newLayerObj","p":"layerObj.html#method_ms_newLayerObj","d":"

    Old style constructor

    "},{"t":"M","n":"layerObj::addFeature","p":"layerObj.html#method_addFeature","d":"

    Add a new feature in a layer. Returns MS_SUCCESS or MS_FAILURE on\nerror.

    "},{"t":"M","n":"layerObj::applySLD","p":"layerObj.html#method_applySLD","d":"

    Apply the :ref:SLD <sld> document to the layer object.

    "},{"t":"M","n":"layerObj::applySLDURL","p":"layerObj.html#method_applySLDURL","d":"

    Apply the :ref:SLD <sld> document pointed by the URL to the\nlayer object. The matching between the sld document and the layer\nwill be done using the layer's name. If a namedlayer argument is\npassed (argument is optional), the NamedLayer in the sld that\nmatchs it will be used to style the layer. See :ref:SLD HowTo <sld>\nfor more information on the SLD support.

    "},{"t":"M","n":"layerObj::clearProcessing","p":"layerObj.html#method_clearProcessing","d":"

    Clears all the processing strings.

    "},{"t":"M","n":"layerObj::close","p":"layerObj.html#method_close","d":"

    Close layer previously opened with open().

    "},{"t":"M","n":"layerObj::convertToString","p":"layerObj.html#method_convertToString","d":"

    Saves the object to a string. Provides the inverse option for\nupdateFromString.

    "},{"t":"M","n":"layerObj::draw","p":"layerObj.html#method_draw","d":"

    Draw a single layer, add labels to cache if required.

    "},{"t":"M","n":"layerObj::drawQuery","p":"layerObj.html#method_drawQuery","d":"

    Draw query map for a single layer.

    "},{"t":"M","n":"layerObj::free","p":"layerObj.html#method_free","d":"

    Free the object properties and break the internal references.

    "},{"t":"M","n":"layerObj::generateSLD","p":"layerObj.html#method_generateSLD","d":"

    Returns an SLD XML string based on all the classes found in the\nlayer (the layer must have STATUS on).

    "},{"t":"M","n":"layerObj::getClass","p":"layerObj.html#method_getClass","d":"

    Returns a classObj from the layer given an index value (0=first class)

    "},{"t":"M","n":"layerObj::getClassIndex","p":"layerObj.html#method_getClassIndex","d":"

    Get the class index of a shape for a given scale. Returns -1 if no\nclass matches. classgroup is an array of class ids to check\n(Optional). numclasses is the number of classes that the classgroup\narray contains. By default, all the layer classes will be checked.

    "},{"t":"M","n":"layerObj::getExtent","p":"layerObj.html#method_getExtent","d":"

    Returns the layer's data extents or NULL on error.

    "},{"t":"M","n":"layerObj::getFilterString","p":"layerObj.html#method_getFilterString","d":"

    Returns the :ref:expression <expressions> for this layer or NULL\non error.

    "},{"t":"M","n":"layerObj::getGridIntersectionCoordinates","p":"layerObj.html#method_getGridIntersectionCoordinates","d":"

    Returns an array containing the grid intersection coordinates. If\nthere are no coordinates, it returns an empty array.

    "},{"t":"M","n":"layerObj::getItems","p":"layerObj.html#method_getItems","d":"

    Returns an array containing the items. Must call open function first.

    "},{"t":"M","n":"layerObj::getMetaData","p":"layerObj.html#method_getMetaData","d":"

    Fetch layer metadata entry by name. Returns "" if no entry\nmatches the name. Note that the search is case sensitive.

    "},{"t":"M","n":"layerObj::getNumResults","p":"layerObj.html#method_getNumResults","d":"

    Returns the number of results in the last query.

    "},{"t":"M","n":"layerObj::getProcessing","p":"layerObj.html#method_getProcessing","d":"

    Returns an array containing the processing strings.

    "},{"t":"M","n":"layerObj::getProjection","p":"layerObj.html#method_getProjection","d":"

    Returns a string representation of the :ref:projection <projection>.

    "},{"t":"M","n":"layerObj::getResult","p":"layerObj.html#method_getResult","d":"

    Returns a resultObj by index from a layer object with\nindex in the range 0 to numresults-1.

    "},{"t":"M","n":"layerObj::getResultsBounds","p":"layerObj.html#method_getResultsBounds","d":"

    Returns the bounding box of the latest result.

    "},{"t":"M","n":"layerObj::getShape","p":"layerObj.html#method_getShape","d":"

    If the resultObj passed has a valid resultindex, retrieve shapeObj from\na layer's resultset. (You get it from the resultObj returned by\ngetResult() for instance). Otherwise, it will do a single query on\nthe layer to fetch the shapeindex\n.. code-block:: php\n$map = new mapObj("gmap75.map");\n$l = $map->getLayerByName("popplace");\n$l->queryByRect($map->extent);\nfor ($i = 0; $i < $l->getNumResults(); $i++) {\n$s = $l->getShape($l->getResult($i));\necho $s->getValue($l,"Name");\necho "\\n";\n}

    "},{"t":"M","n":"layerObj::getWMSFeatureInfoURL","p":"layerObj.html#method_getWMSFeatureInfoURL","d":"

    Returns a WMS GetFeatureInfo URL (works only for WMS layers)\nclickX, clickY is the location of to query in pixel coordinates\nwith (0,0) at the top left of the image.

    "},{"t":"M","n":"layerObj::isVisible","p":"layerObj.html#method_isVisible","d":"

    Returns MS_TRUE/MS_FALSE depending on whether the layer is\ncurrently visible in the map (i.e. turned on, in scale, etc.).

    "},{"t":"M","n":"layerObj::moveclassdown","p":"layerObj.html#method_moveclassdown","d":"

    The class specified by the class index will be moved down into\nthe array of layers. Returns MS_SUCCESS or MS_FAILURE.

    "},{"t":"M","n":"layerObj::moveclassup","p":"layerObj.html#method_moveclassup","d":"

    The class specified by the class index will be moved up into\nthe array of layers. Returns MS_SUCCESS or MS_FAILURE.

    "},{"t":"M","n":"layerObj::open","p":"layerObj.html#method_open","d":"

    Open the layer for use with getShape().

    "},{"t":"M","n":"layerObj::nextShape","p":"layerObj.html#method_nextShape","d":"

    Called after msWhichShapes has been called to actually retrieve\nshapes within a given area. Returns a shape object or NULL on\nerror.

    "},{"t":"M","n":"layerObj::queryByAttributes","p":"layerObj.html#method_queryByAttributes","d":"

    Query layer for shapes that intersect current map extents. qitem\nis the item (attribute) on which the query is performed, and\nqstring is the expression to match. The query is performed on all\nthe shapes that are part of a :ref:CLASS that contains a\n:ref:TEMPLATE <template> value or that match any class in a\nlayer that contains a :ref:LAYER :ref:TEMPLATE <template>\nvalue. Note that the layer's FILTER/FILTERITEM are ignored by\nthis function. Mode is MS_SINGLE or MS_MULTIPLE depending on\nnumber of results you want. Returns MS_SUCCESS if shapes were\nfound or MS_FAILURE if nothing was found or if some other error\nhappened (note that the error message in case nothing was found\ncan be avoided in PHP using the '@' control operator).

    "},{"t":"M","n":"layerObj::queryByFeatures","p":"layerObj.html#method_queryByFeatures","d":"

    Perform a query set based on a previous set of results from\nanother layer. At present the results MUST be based on a polygon\nlayer.

    "},{"t":"M","n":"layerObj::queryByPoint","p":"layerObj.html#method_queryByPoint","d":"

    Query layer at point location specified in georeferenced map\ncoordinates (i.e. not pixels).

    "},{"t":"M","n":"layerObj::queryByRect","p":"layerObj.html#method_queryByRect","d":"

    Query layer using a rectangle specified in georeferenced map\ncoordinates (i.e. not pixels).

    "},{"t":"M","n":"layerObj::queryByShape","p":"layerObj.html#method_queryByShape","d":"

    Query layer based on a single shape, the shape has to be a polygon\nat this point.

    "},{"t":"M","n":"layerObj::removeClass","p":"layerObj.html#method_removeClass","d":"

    Removes the class indicated and returns a copy, or NULL in the case\nof a failure. Note that subsequent classes will be renumbered by\nthis operation. The numclasses field contains the number of classes\navailable.

    "},{"t":"M","n":"layerObj::removeMetaData","p":"layerObj.html#method_removeMetaData","d":"

    Remove a metadata entry for the layer. Returns MS_SUCCESS/MS_FAILURE.

    "},{"t":"M","n":"layerObj::set","p":"layerObj.html#method_set","d":"

    Set object property to a new value.

    "},{"t":"M","n":"layerObj::setConnectionType","p":"layerObj.html#method_setConnectionType","d":"

    Changes the connectiontype of the layer and recreates the vtable\naccording to the new connection type. This method should be used\ninstead of setting the connectiontype parameter directly.

    "},{"t":"M","n":"layerObj::setFilter","p":"layerObj.html#method_setFilter","d":"

    Set layer filter :ref:expression <expressions>.

    "},{"t":"M","n":"layerObj::setMetaData","p":"layerObj.html#method_setMetaData","d":"

    Set a metadata entry for the layer. Returns MS_SUCCESS/MS_FAILURE.

    "},{"t":"M","n":"layerObj::setProjection","p":"layerObj.html#method_setProjection","d":"

    Set layer :ref:projection <projection> and coordinate system.

    "},{"t":"M","n":"layerObj::setWKTProjection","p":"layerObj.html#method_setWKTProjection","d":"

    Same as setProjection(), but takes an OGC WKT projection\ndefinition string as input.

    "},{"t":"M","n":"layerObj::updateFromString","p":"layerObj.html#method_updateFromString","d":"

    Update a layer from a string snippet. Returns MS_SUCCESS/MS_FAILURE.

    "},{"t":"M","n":"legendObj::convertToString","p":"legendObj.html#method_convertToString","d":"

    Saves the object to a string. Provides the inverse option for\nupdateFromString.

    "},{"t":"M","n":"legendObj::free","p":"legendObj.html#method_free","d":"

    Free the object properties and break the internal references.

    "},{"t":"M","n":"legendObj::set","p":"legendObj.html#method_set","d":"

    Set object property to a new value.

    "},{"t":"M","n":"legendObj::updateFromString","p":"legendObj.html#method_updateFromString","d":"

    Update a legend from a string snippet. Returns MS_SUCCESS/MS_FAILURE.

    "},{"t":"M","n":"lineObj::__construct","p":"lineObj.html#method___construct","d":null},{"t":"M","n":"lineObj::ms_newLineObj","p":"lineObj.html#method_ms_newLineObj","d":"

    Old style constructor

    "},{"t":"M","n":"lineObj::add","p":"lineObj.html#method_add","d":"

    Add a point to the end of line. Returns MS_SUCCESS/MS_FAILURE.

    "},{"t":"M","n":"lineObj::addXY","p":"lineObj.html#method_addXY","d":"

    Add a point to the end of line. Returns MS_SUCCESS/MS_FAILURE.

    "},{"t":"M","n":"lineObj::addXYZ","p":"lineObj.html#method_addXYZ","d":"

    Add a point to the end of line. Returns MS_SUCCESS/MS_FAILURE.

    "},{"t":"M","n":"lineObj::point","p":"lineObj.html#method_point","d":"

    Returns a reference to point number i.

    "},{"t":"M","n":"lineObj::project","p":"lineObj.html#method_project","d":"

    Project the line from "in" projection (1st argument) to "out"\nprojection (2nd argument). Returns MS_SUCCESS/MS_FAILURE.

    "},{"t":"M","n":"mapObj::__construct","p":"mapObj.html#method___construct","d":"

    Returns a new object to deal with a MapServer map file.

    "},{"t":"M","n":"mapObj::ms_newMapObjFromString","p":"mapObj.html#method_ms_newMapObjFromString","d":"

    Old style constructor

    "},{"t":"M","n":"mapObj::applyconfigoptions","p":"mapObj.html#method_applyconfigoptions","d":"

    Applies the config options set in the map file. For example\nsetting the PROJ_LIB using the setconfigoption only modifies\nthe value in the map object. applyconfigoptions will actually\nchange the PROJ_LIB value that will be used when dealing with\nprojection.

    "},{"t":"M","n":"mapObj::applySLD","p":"mapObj.html#method_applySLD","d":"

    Apply the :ref:SLD document to the map file. The matching between the\nsld document and the map file will be done using the layer's name.

    "},{"t":"M","n":"mapObj::applySLDURL","p":"mapObj.html#method_applySLDURL","d":"

    Apply the SLD document pointed by the URL to the map file. The\nmatching between the sld document and the map file will be done\nusing the layer's name.

    "},{"t":"M","n":"mapObj::convertToString","p":"mapObj.html#method_convertToString","d":"

    Saves the object to a string.

    "},{"t":"M","n":"mapObj::draw","p":"mapObj.html#method_draw","d":"

    Render map and return an image object or NULL on error.

    "},{"t":"M","n":"mapObj::drawLabelCache","p":"mapObj.html#method_drawLabelCache","d":"

    Renders the labels for a map. Returns MS_SUCCESS or MS_FAILURE on error.

    "},{"t":"M","n":"mapObj::drawLegend","p":"mapObj.html#method_drawLegend","d":"

    Render legend and return an image object.

    "},{"t":"M","n":"mapObj::drawQuery","p":"mapObj.html#method_drawQuery","d":"

    Render a query map and return an image object or NULL on error.

    "},{"t":"M","n":"mapObj::drawReferenceMap","p":"mapObj.html#method_drawReferenceMap","d":"

    Render reference map and return an image object.

    "},{"t":"M","n":"mapObj::drawScaleBar","p":"mapObj.html#method_drawScaleBar","d":"

    Render scale bar and return an image object.

    "},{"t":"M","n":"mapObj::embedLegend","p":"mapObj.html#method_embedLegend","d":"

    embeds a legend. Actually the legend is just added to the label\ncache so you must invoke drawLabelCache() to actually do the\nrendering (unless postlabelcache is set in which case it is\ndrawn right away). Returns MS_SUCCESS or MS_FAILURE on error.

    "},{"t":"M","n":"mapObj::embedScalebar","p":"mapObj.html#method_embedScalebar","d":"

    embeds a scalebar. Actually the scalebar is just added to the label\ncache so you must invoke drawLabelCache() to actually do the rendering\n(unless postlabelcache is set in which case it is drawn right away).

    "},{"t":"M","n":"mapObj::free","p":"mapObj.html#method_free","d":"

    Free the object properties and break the internal references.

    "},{"t":"M","n":"mapObj::generateSLD","p":"mapObj.html#method_generateSLD","d":"

    Returns an SLD XML string based on all the classes found in all\nthe layers that have STATUS on.

    "},{"t":"M","n":"mapObj::getAllGroupNames","p":"mapObj.html#method_getAllGroupNames","d":"

    Return an array containing all the group names used in the\nlayers. If there are no groups, it returns an empty array.

    "},{"t":"M","n":"mapObj::getAllLayerNames","p":"mapObj.html#method_getAllLayerNames","d":"

    Return an array containing all the layer names.

    "},{"t":"M","n":"mapObj::getColorbyIndex","p":"mapObj.html#method_getColorbyIndex","d":"

    Returns a colorObj corresponding to the color index in the\npalette.

    "},{"t":"M","n":"mapObj::getConfigOption","p":"mapObj.html#method_getConfigOption","d":"

    Returns the config value associated with the key.

    "},{"t":"M","n":"mapObj::getLabel","p":"mapObj.html#method_getLabel","d":"

    Returns a labelcacheMemberObj from the map given an index value\n(0=first label). Labelcache has to be enabled.

    "},{"t":"M","n":"mapObj::getLayer","p":"mapObj.html#method_getLayer","d":"

    Returns a layerObj from the map given an index value (0=first layer)

    "},{"t":"M","n":"mapObj::getLayerByName","p":"mapObj.html#method_getLayerByName","d":"

    Returns a layerObj from the map given a layer name.

    "},{"t":"M","n":"mapObj::getLayersDrawingOrder","p":"mapObj.html#method_getLayersDrawingOrder","d":"

    Return an array containing layer's index in the order which they\nare drawn. If there are no layers, it returns an empty array.

    "},{"t":"M","n":"mapObj::getLayersIndexByGroup","p":"mapObj.html#method_getLayersIndexByGroup","d":"

    Return an array containing all the layer's indexes given\na group name. If there are no layers, it returns an empty array.

    "},{"t":"M","n":"mapObj::getMetaData","p":"mapObj.html#method_getMetaData","d":"

    Fetch metadata entry by name (stored in the :ref:WEB object in\nthe map file). Returns "" if no entry matches the name.

    "},{"t":"M","n":"mapObj::getNumSymbols","p":"mapObj.html#method_getNumSymbols","d":"

    Return the number of symbols in map.

    "},{"t":"M","n":"mapObj::getProjection","p":"mapObj.html#method_getProjection","d":"

    Returns a string representation of the projection.

    "},{"t":"M","n":"mapObj::getSymbolByName","p":"mapObj.html#method_getSymbolByName","d":"

    Returns the symbol index using the name.

    "},{"t":"M","n":"mapObj::getSymbolObjectById","p":"mapObj.html#method_getSymbolObjectById","d":"

    Returns the symbol object using a symbol id. Refer to\nthe symbol object reference section for more details.

    "},{"t":"M","n":"mapObj::loadMapContext","p":"mapObj.html#method_loadMapContext","d":"

    Available only if WMS support is enabled. Load a :ref:WMS Map Context <map_context>\nXML file into the current mapObj. If the\nmap already contains some layers then the layers defined in the\nWMS Map context document are added to the current map. The 2nd\nargument unique_layer_name is optional and if set to MS_TRUE\nlayers created will have a unique name (unique prefix added to the\nname). If set to MS_FALSE the layer name will be the the same name\nas in the context. The default value is MS_FALSE. Returns\nMS_SUCCESS/MS_FAILURE.

    "},{"t":"M","n":"mapObj::loadOWSParameters","p":"mapObj.html#method_loadOWSParameters","d":"

    Load OWS request parameters (BBOX, LAYERS, &c.) into map. Returns\nMS_SUCCESS or MS_FAILURE. 2nd argument version is not mandatory.

    "},{"t":"M","n":"mapObj::moveLayerDown","p":"mapObj.html#method_moveLayerDown","d":"

    Move layer down in the hierarchy of drawing.

    "},{"t":"M","n":"mapObj::moveLayerUp","p":"mapObj.html#method_moveLayerUp","d":"

    Move layer up in the hierarchy of drawing.

    "},{"t":"M","n":"mapObj::offsetExtent","p":"mapObj.html#method_offsetExtent","d":"

    Offset the map extent based on the given distances in map coordinates.

    "},{"t":"M","n":"mapObj::owsDispatch","p":"mapObj.html#method_owsDispatch","d":"

    Processes and executes the passed OpenGIS Web Services request on\nthe map. Returns MS_DONE (2) if there is no valid OWS request in\nthe req object, MS_SUCCESS (0) if an OWS request was successfully\nprocessed and MS_FAILURE (1) if an OWS request was not\nsuccessfully processed. OWS requests include :ref:WMS <wms_server>,\n:ref:WFS <wfs_server>, :ref:WCS <wcs_server>\nand :ref:SOS <sos_server> requests supported by MapServer.

    "},{"t":"M","n":"mapObj::prepareImage","p":"mapObj.html#method_prepareImage","d":"

    Return a blank image object.

    "},{"t":"M","n":"mapObj::prepareQuery","p":"mapObj.html#method_prepareQuery","d":"

    Calculate the scale of the map and set map->scaledenom.

    "},{"t":"M","n":"mapObj::processLegendTemplate","p":"mapObj.html#method_processLegendTemplate","d":"

    Process legend template files and return the result in a buffer.

    "},{"t":"M","n":"mapObj::processQueryTemplate","p":"mapObj.html#method_processQueryTemplate","d":"

    Process query template files and return the result in a buffer.

    "},{"t":"M","n":"mapObj::processTemplate","p":"mapObj.html#method_processTemplate","d":"

    Process the template file specified in the web object and return the\nresult in a buffer. The processing consists of opening the template\nfile and replace all the tags found in it. Only tags that have an\nequivalent element in the map object are replaced (ex [scaledenom]).

    "},{"t":"M","n":"mapObj::queryByFeatures","p":"mapObj.html#method_queryByFeatures","d":"

    Perform a query based on a previous set of results from\na layer. At present the results MUST be based on a polygon layer.

    "},{"t":"M","n":"mapObj::queryByIndex","p":"mapObj.html#method_queryByIndex","d":"

    Add a specific shape on a given layer to the query result.

    "},{"t":"M","n":"mapObj::queryByPoint","p":"mapObj.html#method_queryByPoint","d":"

    Query all selected layers in map at point location specified in\ngeoreferenced map coordinates (i.e. not pixels).

    "},{"t":"M","n":"mapObj::queryByRect","p":"mapObj.html#method_queryByRect","d":"

    Query all selected layers in map using a rectangle specified in\ngeoreferenced map coordinates (i.e. not pixels). The query is\nperformed on all the shapes that are part of a :ref:CLASS that\ncontains a :ref:TEMPLATE value or that match any class in a\nlayer that contains a :ref:LAYER :ref:TEMPLATE <template>\nvalue. Returns MS_SUCCESS if shapes were found or MS_FAILURE if\nnothing was found or if some other error happened (note that the\nerror message in case nothing was found can be avoided in PHP\nusing the '@' control operator).

    "},{"t":"M","n":"mapObj::queryByShape","p":"mapObj.html#method_queryByShape","d":"

    Query all selected layers in map based on a single shape, the\nshape has to be a polygon at this point.

    "},{"t":"M","n":"mapObj::removeLayer","p":"mapObj.html#method_removeLayer","d":"

    Remove a layer from the mapObj. The argument is the index of the\nlayer to be removed. Returns the removed layerObj on success, else\nnull.

    "},{"t":"M","n":"mapObj::removeMetaData","p":"mapObj.html#method_removeMetaData","d":"

    Remove a metadata entry for the map (stored in the WEB object in the map\nfile). Returns MS_SUCCESS/MS_FAILURE.

    "},{"t":"M","n":"mapObj::save","p":"mapObj.html#method_save","d":"

    Save current map object state to a file. Returns -1 on error.

    "},{"t":"M","n":"mapObj::saveMapContext","p":"mapObj.html#method_saveMapContext","d":"

    Available only if WMS support is enabled. Save current map object\nstate in :ref:WMS Map Context <map_context> format. Only WMS\nlayers are saved in the WMS Map Context XML file. Returns\nMS_SUCCESS/MS_FAILURE.

    "},{"t":"M","n":"mapObj::saveQuery","p":"mapObj.html#method_saveQuery","d":"

    Save the current query in a file. Results determines the save format -\nMS_TRUE (or 1/true) saves the query results (tile index and shape index),\nMS_FALSE (or 0/false) the query parameters (and the query will be re-run\nin loadquery). Returns MS_SUCCESS or MS_FAILURE. Either save format can be\nused with loadquery. See RFC 65 and ticket #3647 for details of different\nsave formats.

    "},{"t":"M","n":"mapObj::scaleExtent","p":"mapObj.html#method_scaleExtent","d":"

    Scale the map extent using the zoomfactor and ensure the extent\nwithin the minscaledenom and maxscaledenom domain. If\nminscaledenom and/or maxscaledenom is 0 then the parameter is not\ntaken into account. Returns MS_SUCCESS or MS_FAILURE.

    "},{"t":"M","n":"mapObj::selectOutputFormat","p":"mapObj.html#method_selectOutputFormat","d":"

    Selects the output format to be used in the map.

    "},{"t":"M","n":"mapObj::appendOutputFormat","p":"mapObj.html#method_appendOutputFormat","d":"

    Appends outputformat object in the map object.

    "},{"t":"M","n":"mapObj::removeOutputFormat","p":"mapObj.html#method_removeOutputFormat","d":"

    Remove outputformat from the map.

    "},{"t":"M","n":"mapObj::getOutputFormat","p":"mapObj.html#method_getOutputFormat","d":"

    Returns the outputformat at index position.

    "},{"t":"M","n":"mapObj::set","p":"mapObj.html#method_set","d":"

    Set map object property to new value.

    "},{"t":"M","n":"mapObj::setCenter","p":"mapObj.html#method_setCenter","d":"

    Set the map center to the given map point.

    "},{"t":"M","n":"mapObj::setConfigOption","p":"mapObj.html#method_setConfigOption","d":"

    Sets a config parameter using the key and the value passed

    "},{"t":"M","n":"mapObj::setExtent","p":"mapObj.html#method_setExtent","d":"

    Set the map extents using the georef extents passed in argument.

    "},{"t":"M","n":"mapObj::setFontSet","p":"mapObj.html#method_setFontSet","d":"

    Load and set a new :ref:fontset.

    "},{"t":"M","n":"mapObj::setMetaData","p":"mapObj.html#method_setMetaData","d":"

    Set a metadata entry for the map (stored in the WEB object in the map\nfile). Returns MS_SUCCESS/MS_FAILURE.

    "},{"t":"M","n":"mapObj::setProjection","p":"mapObj.html#method_setProjection","d":"

    Set map projection and coordinate system. Returns MS_SUCCESS or\nMS_FAILURE on error.

    "},{"t":"M","n":"mapObj::setRotation","p":"mapObj.html#method_setRotation","d":"

    Set map rotation angle. The map view rectangle (specified in\nEXTENTS) will be rotated by the indicated angle in the counter-\nclockwise direction. Note that this implies the rendered map\nwill be rotated by the angle in the clockwise direction.

    "},{"t":"M","n":"mapObj::setSize","p":"mapObj.html#method_setSize","d":"

    Set the map width and height. This method updates the internal\ngeotransform and other data structures required for map rotation\nso it should be used instead of setting the width and height members\ndirectly.

    "},{"t":"M","n":"mapObj::setSymbolSet","p":"mapObj.html#method_setSymbolSet","d":"

    Load and set a symbol file dynamically.

    "},{"t":"M","n":"mapObj::setWKTProjection","p":"mapObj.html#method_setWKTProjection","d":"

    Same as setProjection(), but takes an OGC WKT projection\ndefinition string as input. Returns MS_SUCCESS or MS_FAILURE on error.

    "},{"t":"M","n":"mapObj::zoomPoint","p":"mapObj.html#method_zoomPoint","d":"

    Zoom to a given XY position. Returns MS_SUCCESS or MS_FAILURE on error.

    "},{"t":"M","n":"mapObj::zoomRectangle","p":"mapObj.html#method_zoomRectangle","d":"

    Set the map extents to a given extents. Returns MS_SUCCESS or\nMS_FAILURE on error.

    "},{"t":"M","n":"mapObj::zoomScale","p":"mapObj.html#method_zoomScale","d":"

    Zoom in or out to a given XY position so that the map is\ndisplayed at specified scale. Returns MS_SUCCESS or MS_FAILURE on error.

    "},{"t":"M","n":"mysql_xdevapi\\BaseResult::getWarnings","p":"mysql_xdevapi/BaseResult.html#method_getWarnings","d":"

    Fetch warnings from last operation

    "},{"t":"M","n":"mysql_xdevapi\\BaseResult::getWarningsCount","p":"mysql_xdevapi/BaseResult.html#method_getWarningsCount","d":"

    Fetch warning count from last operation

    "},{"t":"M","n":"mysql_xdevapi\\Collection::__construct","p":"mysql_xdevapi/Collection.html#method___construct","d":"

    Collection constructor

    "},{"t":"M","n":"mysql_xdevapi\\Collection::add","p":"mysql_xdevapi/Collection.html#method_add","d":"

    Add collection document

    "},{"t":"M","n":"mysql_xdevapi\\Collection::addOrReplaceOne","p":"mysql_xdevapi/Collection.html#method_addOrReplaceOne","d":"

    Add or replace collection document

    "},{"t":"M","n":"mysql_xdevapi\\Collection::count","p":"mysql_xdevapi/Collection.html#method_count","d":"

    Get document count

    "},{"t":"M","n":"mysql_xdevapi\\Collection::createIndex","p":"mysql_xdevapi/Collection.html#method_createIndex","d":"

    Create collection index

    "},{"t":"M","n":"mysql_xdevapi\\Collection::dropIndex","p":"mysql_xdevapi/Collection.html#method_dropIndex","d":"

    Drop collection index

    "},{"t":"M","n":"mysql_xdevapi\\Collection::existsInDatabase","p":"mysql_xdevapi/Collection.html#method_existsInDatabase","d":"

    Check if collection exists in database

    "},{"t":"M","n":"mysql_xdevapi\\Collection::find","p":"mysql_xdevapi/Collection.html#method_find","d":""},{"t":"M","n":"mysql_xdevapi\\Collection::getName","p":"mysql_xdevapi/Collection.html#method_getName","d":"

    Get collection name

    "},{"t":"M","n":"mysql_xdevapi\\Collection::getOne","p":"mysql_xdevapi/Collection.html#method_getOne","d":"

    Get one document\nThis is a shortcut for Collection.find("_id = :id").bind("id", id).execute().fetchOne();.

    "},{"t":"M","n":"mysql_xdevapi\\Collection::getSchema","p":"mysql_xdevapi/Collection.html#method_getSchema","d":"

    Retrieve the schema object that contains the collection.

    "},{"t":"M","n":"mysql_xdevapi\\Collection::getSession","p":"mysql_xdevapi/Collection.html#method_getSession","d":"

    Get a new Session object from the Collection object.

    "},{"t":"M","n":"mysql_xdevapi\\Collection::modify","p":"mysql_xdevapi/Collection.html#method_modify","d":"

    Modify collections that meet specific search conditions. Multiple operations are allowed, and parameter binding is supported.

    "},{"t":"M","n":"mysql_xdevapi\\Collection::remove","p":"mysql_xdevapi/Collection.html#method_remove","d":"

    Remove collections that meet specific search conditions. Multiple operations are allowed, and parameter binding is supported.

    "},{"t":"M","n":"mysql_xdevapi\\Collection::removeOne","p":"mysql_xdevapi/Collection.html#method_removeOne","d":"

    Remove one collection document\nRemove one document from the collection with the corresponding ID. This is a shortcut for Collection.remove("_id = :id").bind("id", id).execute().

    "},{"t":"M","n":"mysql_xdevapi\\Collection::replaceOne","p":"mysql_xdevapi/Collection.html#method_replaceOne","d":"

    Updates (or replaces) the document identified by ID, if it exists.

    "},{"t":"M","n":"mysql_xdevapi\\CollectionAdd::execute","p":"mysql_xdevapi/CollectionAdd.html#method_execute","d":""},{"t":"M","n":"mysql_xdevapi\\CollectionFind::bind","p":"mysql_xdevapi/CollectionFind.html#method_bind","d":"

    Bind value to query placeholder\nIt allows the user to bind a parameter to the placeholder in the search condition of the find operation. The placeholder has the form of :NAME where ':' is a common prefix that must always exists before any NAME, NAME is the actual name of the placeholder. The bind function accepts a list of placeholders if multiple entities have to be substituted in the search condition.

    "},{"t":"M","n":"mysql_xdevapi\\CollectionFind::execute","p":"mysql_xdevapi/CollectionFind.html#method_execute","d":"

    Execute the find operation; this functionality allows for method chaining.

    "},{"t":"M","n":"mysql_xdevapi\\CollectionFind::fields","p":"mysql_xdevapi/CollectionFind.html#method_fields","d":"

    Defined the columns for the query to return. If not defined then all columns are used.

    "},{"t":"M","n":"mysql_xdevapi\\CollectionFind::groupBy","p":"mysql_xdevapi/CollectionFind.html#method_groupBy","d":"

    This function can be used to group the result-set by one more columns, frequently this is used with aggregate functions like COUNT,MAX,MIN,SUM etc.

    "},{"t":"M","n":"mysql_xdevapi\\CollectionFind::having","p":"mysql_xdevapi/CollectionFind.html#method_having","d":"

    This function can be used after the 'field' operation in order to make a selection on the documents to extract.

    "},{"t":"M","n":"mysql_xdevapi\\CollectionFind::limit","p":"mysql_xdevapi/CollectionFind.html#method_limit","d":"

    Set the maximum number of documents to return.

    "},{"t":"M","n":"mysql_xdevapi\\CollectionFind::lockExclusive","p":"mysql_xdevapi/CollectionFind.html#method_lockExclusive","d":"

    Execute operation with EXCLUSIVE LOCK

    "},{"t":"M","n":"mysql_xdevapi\\CollectionFind::lockShared","p":"mysql_xdevapi/CollectionFind.html#method_lockShared","d":"

    Execute operation with SHARED LOCK

    "},{"t":"M","n":"mysql_xdevapi\\CollectionFind::offset","p":"mysql_xdevapi/CollectionFind.html#method_offset","d":"

    Skip given number of elements to be returned

    "},{"t":"M","n":"mysql_xdevapi\\CollectionFind::sort","p":"mysql_xdevapi/CollectionFind.html#method_sort","d":"

    Set the sorting criteria

    "},{"t":"M","n":"mysql_xdevapi\\CollectionModify::arrayAppend","p":"mysql_xdevapi/CollectionModify.html#method_arrayAppend","d":"

    Add an element to a document's field, as multiple elements of a field are represented as an array. Unlike arrayInsert(), arrayAppend() always appends the new element at the end of the array, whereas arrayInsert() can define the location.

    "},{"t":"M","n":"mysql_xdevapi\\CollectionModify::arrayInsert","p":"mysql_xdevapi/CollectionModify.html#method_arrayInsert","d":"

    Add an element to a document's field, as multiple elements of a field are represented as an array. Unlike arrayAppend(), arrayInsert() allows you to specify where the new element is inserted by defining which item it is after, whereas arrayAppend() always appends the new element at the end of the array.

    "},{"t":"M","n":"mysql_xdevapi\\CollectionModify::bind","p":"mysql_xdevapi/CollectionModify.html#method_bind","d":"

    Bind a parameter to the placeholder in the search condition of the modify operation.

    "},{"t":"M","n":"mysql_xdevapi\\CollectionModify::execute","p":"mysql_xdevapi/CollectionModify.html#method_execute","d":"

    The execute method is required to send the CRUD operation request to the MySQL server.

    "},{"t":"M","n":"mysql_xdevapi\\CollectionModify::limit","p":"mysql_xdevapi/CollectionModify.html#method_limit","d":"

    Limit the number of documents modified by this operation. Optionally combine with skip() to define an offset value.

    "},{"t":"M","n":"mysql_xdevapi\\CollectionModify::patch","p":"mysql_xdevapi/CollectionModify.html#method_patch","d":"

    Takes a patch object and applies it on one or more documents, and can update multiple document properties.

    "},{"t":"M","n":"mysql_xdevapi\\CollectionModify::replace","p":"mysql_xdevapi/CollectionModify.html#method_replace","d":"

    Replace (update) a given field value with a new one.

    "},{"t":"M","n":"mysql_xdevapi\\CollectionModify::set","p":"mysql_xdevapi/CollectionModify.html#method_set","d":"

    Sets or updates attributes on documents in a collection.

    "},{"t":"M","n":"mysql_xdevapi\\CollectionModify::skip","p":"mysql_xdevapi/CollectionModify.html#method_skip","d":"

    Skip the first N elements that would otherwise be returned by a find operation. If the number of elements skipped is larger than the size of the result set, then the find operation returns an empty set.

    "},{"t":"M","n":"mysql_xdevapi\\CollectionModify::sort","p":"mysql_xdevapi/CollectionModify.html#method_sort","d":"

    Sort the result set by the field selected in the sort_expr argument. The allowed orders are ASC (Ascending) or DESC (Descending). This operation is equivalent to the 'ORDER BY' SQL operation and it follows the same set of rules.

    "},{"t":"M","n":"mysql_xdevapi\\CollectionModify::unset","p":"mysql_xdevapi/CollectionModify.html#method_unset","d":"

    Removes attributes from documents in a collection.

    "},{"t":"M","n":"mysql_xdevapi\\CollectionRemove::bind","p":"mysql_xdevapi/CollectionRemove.html#method_bind","d":"

    Bind a parameter to the placeholder in the search condition of the remove operation.

    "},{"t":"M","n":"mysql_xdevapi\\CollectionRemove::execute","p":"mysql_xdevapi/CollectionRemove.html#method_execute","d":"

    The execute function needs to be invoked in order to trigger the client to send the CRUD operation request to the server.

    "},{"t":"M","n":"mysql_xdevapi\\CollectionRemove::limit","p":"mysql_xdevapi/CollectionRemove.html#method_limit","d":"

    Sets the maximum number of documents to remove.

    "},{"t":"M","n":"mysql_xdevapi\\CollectionRemove::sort","p":"mysql_xdevapi/CollectionRemove.html#method_sort","d":"

    Sort the result set by the field selected in the sort_expr argument. The allowed orders are ASC (Ascending) or DESC (Descending). This operation is equivalent to the 'ORDER BY' SQL operation and it follows the same set of rules.

    "},{"t":"M","n":"mysql_xdevapi\\ColumnResult::getCharacterSetName","p":"mysql_xdevapi/ColumnResult.html#method_getCharacterSetName","d":"

    Get character set

    "},{"t":"M","n":"mysql_xdevapi\\ColumnResult::getCollationName","p":"mysql_xdevapi/ColumnResult.html#method_getCollationName","d":"

    Get collation name

    "},{"t":"M","n":"mysql_xdevapi\\ColumnResult::getColumnLabel","p":"mysql_xdevapi/ColumnResult.html#method_getColumnLabel","d":"

    Get column label

    "},{"t":"M","n":"mysql_xdevapi\\ColumnResult::getColumnName","p":"mysql_xdevapi/ColumnResult.html#method_getColumnName","d":"

    Get column name

    "},{"t":"M","n":"mysql_xdevapi\\ColumnResult::getFractionalDigits","p":"mysql_xdevapi/ColumnResult.html#method_getFractionalDigits","d":"

    Get fractional digit length

    "},{"t":"M","n":"mysql_xdevapi\\ColumnResult::getLength","p":"mysql_xdevapi/ColumnResult.html#method_getLength","d":"

    Get column field length

    "},{"t":"M","n":"mysql_xdevapi\\ColumnResult::getSchemaName","p":"mysql_xdevapi/ColumnResult.html#method_getSchemaName","d":"

    Get schema name

    "},{"t":"M","n":"mysql_xdevapi\\ColumnResult::getTableLabel","p":"mysql_xdevapi/ColumnResult.html#method_getTableLabel","d":"

    Get table label

    "},{"t":"M","n":"mysql_xdevapi\\ColumnResult::getTableName","p":"mysql_xdevapi/ColumnResult.html#method_getTableName","d":"

    Get table name

    "},{"t":"M","n":"mysql_xdevapi\\ColumnResult::getType","p":"mysql_xdevapi/ColumnResult.html#method_getType","d":"

    Get column type

    "},{"t":"M","n":"mysql_xdevapi\\ColumnResult::isNumberSigned","p":"mysql_xdevapi/ColumnResult.html#method_isNumberSigned","d":"

    Check if signed type

    "},{"t":"M","n":"mysql_xdevapi\\ColumnResult::isPadded","p":"mysql_xdevapi/ColumnResult.html#method_isPadded","d":"

    Check if padded

    "},{"t":"M","n":"mysql_xdevapi\\CrudOperationBindable::bind","p":"mysql_xdevapi/CrudOperationBindable.html#method_bind","d":"

    Binds a value to a specific placeholder.

    "},{"t":"M","n":"mysql_xdevapi\\CrudOperationLimitable::limit","p":"mysql_xdevapi/CrudOperationLimitable.html#method_limit","d":"

    Set result limit

    "},{"t":"M","n":"mysql_xdevapi\\CrudOperationSkippable::skip","p":"mysql_xdevapi/CrudOperationSkippable.html#method_skip","d":"

    Number of operations to skip

    "},{"t":"M","n":"mysql_xdevapi\\CrudOperationSortable::sort","p":"mysql_xdevapi/CrudOperationSortable.html#method_sort","d":"

    Sort results

    "},{"t":"M","n":"mysql_xdevapi\\DatabaseObject::existsInDatabase","p":"mysql_xdevapi/DatabaseObject.html#method_existsInDatabase","d":"

    Check if object exists in database

    "},{"t":"M","n":"mysql_xdevapi\\DatabaseObject::getName","p":"mysql_xdevapi/DatabaseObject.html#method_getName","d":"

    Get object name

    "},{"t":"M","n":"mysql_xdevapi\\DatabaseObject::getSession","p":"mysql_xdevapi/DatabaseObject.html#method_getSession","d":"

    Get session name

    "},{"t":"M","n":"mysql_xdevapi\\DocResult::fetchAll","p":"mysql_xdevapi/DocResult.html#method_fetchAll","d":"

    Get all rows

    "},{"t":"M","n":"mysql_xdevapi\\DocResult::fetchOne","p":"mysql_xdevapi/DocResult.html#method_fetchOne","d":"

    Fetch one result from a result set.

    "},{"t":"M","n":"mysql_xdevapi\\DocResult::getWarnings","p":"mysql_xdevapi/DocResult.html#method_getWarnings","d":"

    Fetches warnings generated by MySQL server's last operation.

    "},{"t":"M","n":"mysql_xdevapi\\DocResult::getWarningsCount","p":"mysql_xdevapi/DocResult.html#method_getWarningsCount","d":"

    Returns the number of warnings raised by the last operation. Specifically, these warnings are raised by the MySQL server.

    "},{"t":"M","n":"mysql_xdevapi\\Executable::execute","p":"mysql_xdevapi/Executable.html#method_execute","d":"

    Execute statement

    "},{"t":"M","n":"mysql_xdevapi\\Expression::__construct","p":"mysql_xdevapi/Expression.html#method___construct","d":null},{"t":"M","n":"mysql_xdevapi\\Result::getAutoIncrementValue","p":"mysql_xdevapi/Result.html#method_getAutoIncrementValue","d":"

    Get the last AUTO_INCREMENT value (last insert id).

    "},{"t":"M","n":"mysql_xdevapi\\Result::getGeneratedIds","p":"mysql_xdevapi/Result.html#method_getGeneratedIds","d":"

    Fetch the generated _id values from the last operation. The unique _id field is generated by the MySQL server.

    "},{"t":"M","n":"mysql_xdevapi\\Result::getWarnings","p":"mysql_xdevapi/Result.html#method_getWarnings","d":"

    Retrieve warnings from the last Result operation.

    "},{"t":"M","n":"mysql_xdevapi\\Result::getWarningsCount","p":"mysql_xdevapi/Result.html#method_getWarningsCount","d":"

    Retrieve the number of warnings from the last Result operation.

    "},{"t":"M","n":"mysql_xdevapi\\RowResult::fetchAll","p":"mysql_xdevapi/RowResult.html#method_fetchAll","d":"

    Fetch all the rows from the result set.

    "},{"t":"M","n":"mysql_xdevapi\\RowResult::fetchOne","p":"mysql_xdevapi/RowResult.html#method_fetchOne","d":"

    Fetch one result from the result set.

    "},{"t":"M","n":"mysql_xdevapi\\RowResult::getColumnsCount","p":"mysql_xdevapi/RowResult.html#method_getColumnsCount","d":"

    Retrieve the column count for columns present in the result set.

    "},{"t":"M","n":"mysql_xdevapi\\RowResult::getColumnNames","p":"mysql_xdevapi/RowResult.html#method_getColumnNames","d":"

    Retrieve column names for columns present in the result set.

    "},{"t":"M","n":"mysql_xdevapi\\RowResult::getColumns","p":"mysql_xdevapi/RowResult.html#method_getColumns","d":"

    Retrieve column metadata for columns present in the result set.

    "},{"t":"M","n":"mysql_xdevapi\\RowResult::getWarnings","p":"mysql_xdevapi/RowResult.html#method_getWarnings","d":"

    Retrieve warnings from the last RowResult operation.

    "},{"t":"M","n":"mysql_xdevapi\\RowResult::getWarningsCount","p":"mysql_xdevapi/RowResult.html#method_getWarningsCount","d":"

    Retrieve the number of warnings from the last RowResult operation.

    "},{"t":"M","n":"mysql_xdevapi\\Schema::createCollection","p":"mysql_xdevapi/Schema.html#method_createCollection","d":"

    Create a collection within the schema.

    "},{"t":"M","n":"mysql_xdevapi\\Schema::dropCollection","p":"mysql_xdevapi/Schema.html#method_dropCollection","d":"

    Drop collection from schema

    "},{"t":"M","n":"mysql_xdevapi\\Schema::existsInDatabase","p":"mysql_xdevapi/Schema.html#method_existsInDatabase","d":"

    Check if exists in database\nChecks if the current object (schema, table, collection, or view) exists in the schema object.

    "},{"t":"M","n":"mysql_xdevapi\\Schema::getCollection","p":"mysql_xdevapi/Schema.html#method_getCollection","d":"

    Get a collection from the schema.

    "},{"t":"M","n":"mysql_xdevapi\\Schema::getCollectionAsTable","p":"mysql_xdevapi/Schema.html#method_getCollectionAsTable","d":"

    Get a collection, but as a Table object instead of a Collection object.

    "},{"t":"M","n":"mysql_xdevapi\\Schema::getCollections","p":"mysql_xdevapi/Schema.html#method_getCollections","d":"

    Fetch a list of collections for this schema.

    "},{"t":"M","n":"mysql_xdevapi\\Schema::getName","p":"mysql_xdevapi/Schema.html#method_getName","d":"

    Get the name of the schema.

    "},{"t":"M","n":"mysql_xdevapi\\Schema::getSession","p":"mysql_xdevapi/Schema.html#method_getSession","d":"

    Get a new Session object from the Schema object.

    "},{"t":"M","n":"mysql_xdevapi\\Schema::getTable","p":"mysql_xdevapi/Schema.html#method_getTable","d":"

    Fetch a Table object for the provided table in the schema.

    "},{"t":"M","n":"mysql_xdevapi\\Schema::getTables","p":"mysql_xdevapi/Schema.html#method_getTables","d":"

    Get schema tables

    "},{"t":"M","n":"mysql_xdevapi\\SchemaObject::getSchema","p":"mysql_xdevapi/SchemaObject.html#method_getSchema","d":null},{"t":"M","n":"mysql_xdevapi\\Session::close","p":"mysql_xdevapi/Session.html#method_close","d":"

    Close the session with the server.

    "},{"t":"M","n":"mysql_xdevapi\\Session::commit","p":"mysql_xdevapi/Session.html#method_commit","d":"

    Commit the transaction.

    "},{"t":"M","n":"mysql_xdevapi\\Session::createSchema","p":"mysql_xdevapi/Session.html#method_createSchema","d":"

    Creates a new schema.

    "},{"t":"M","n":"mysql_xdevapi\\Session::dropSchema","p":"mysql_xdevapi/Session.html#method_dropSchema","d":"

    Drop a schema (database).

    "},{"t":"M","n":"mysql_xdevapi\\Session::generateUUID","p":"mysql_xdevapi/Session.html#method_generateUUID","d":"

    Generate a Universal Unique IDentifier (UUID) generated according to \u00bb RFC 4122.

    "},{"t":"M","n":"mysql_xdevapi\\Session::getSchema","p":"mysql_xdevapi/Session.html#method_getSchema","d":"

    Get a new schema object

    "},{"t":"M","n":"mysql_xdevapi\\Session::getSchemas","p":"mysql_xdevapi/Session.html#method_getSchemas","d":"

    Get schema objects for all schemas available to the session.

    "},{"t":"M","n":"mysql_xdevapi\\Session::getServerVersion","p":"mysql_xdevapi/Session.html#method_getServerVersion","d":"

    Retrieve the MySQL server version for the session.

    "},{"t":"M","n":"mysql_xdevapi\\Session::listClients","p":"mysql_xdevapi/Session.html#method_listClients","d":"

    Get a list of client connections to the session's MySQL server.

    "},{"t":"M","n":"mysql_xdevapi\\Session::quoteName","p":"mysql_xdevapi/Session.html#method_quoteName","d":"

    Add quotes\nA quoting function to escape SQL names and identifiers. It escapes the identifier given in accordance to the settings of the current connection. This escape function should not be used to escape values.

    "},{"t":"M","n":"mysql_xdevapi\\Session::releaseSavepoint","p":"mysql_xdevapi/Session.html#method_releaseSavepoint","d":"

    Release a previously set savepoint.

    "},{"t":"M","n":"mysql_xdevapi\\Session::rollback","p":"mysql_xdevapi/Session.html#method_rollback","d":"

    Rollback the transaction.

    "},{"t":"M","n":"mysql_xdevapi\\Session::rollbackTo","p":"mysql_xdevapi/Session.html#method_rollbackTo","d":"

    Rollback transaction to savepoint

    "},{"t":"M","n":"mysql_xdevapi\\Session::setSavepoint","p":"mysql_xdevapi/Session.html#method_setSavepoint","d":"

    Create a new savepoint for the transaction.

    "},{"t":"M","n":"mysql_xdevapi\\Session::sql","p":"mysql_xdevapi/Session.html#method_sql","d":"

    Create a native SQL statement. Placeholders are supported using the native "?" syntax. Use the execute method to execute the SQL statement.

    "},{"t":"M","n":"mysql_xdevapi\\Session::startTransaction","p":"mysql_xdevapi/Session.html#method_startTransaction","d":"

    Start a new transaction.

    "},{"t":"M","n":"mysql_xdevapi\\SqlStatement::bind","p":"mysql_xdevapi/SqlStatement.html#method_bind","d":"

    Bind statement parameters

    "},{"t":"M","n":"mysql_xdevapi\\SqlStatement::execute","p":"mysql_xdevapi/SqlStatement.html#method_execute","d":"

    Execute the operation

    "},{"t":"M","n":"mysql_xdevapi\\SqlStatement::getNextResult","p":"mysql_xdevapi/SqlStatement.html#method_getNextResult","d":"

    Get next result

    "},{"t":"M","n":"mysql_xdevapi\\SqlStatement::getResult","p":"mysql_xdevapi/SqlStatement.html#method_getResult","d":"

    Get result

    "},{"t":"M","n":"mysql_xdevapi\\SqlStatement::hasMoreResults","p":"mysql_xdevapi/SqlStatement.html#method_hasMoreResults","d":"

    Check for more results

    "},{"t":"M","n":"mysql_xdevapi\\SqlStatementResult::fetchAll","p":"mysql_xdevapi/SqlStatementResult.html#method_fetchAll","d":"

    Fetch all the rows from the result set.

    "},{"t":"M","n":"mysql_xdevapi\\SqlStatementResult::fetchOne","p":"mysql_xdevapi/SqlStatementResult.html#method_fetchOne","d":"

    Fetch one row from the result set.

    "},{"t":"M","n":"mysql_xdevapi\\SqlStatementResult::getAffectedItemsCount","p":"mysql_xdevapi/SqlStatementResult.html#method_getAffectedItemsCount","d":"

    Get affected row count

    "},{"t":"M","n":"mysql_xdevapi\\SqlStatementResult::getColumnsCount","p":"mysql_xdevapi/SqlStatementResult.html#method_getColumnsCount","d":"

    Get column count

    "},{"t":"M","n":"mysql_xdevapi\\SqlStatementResult::getColumnNames","p":"mysql_xdevapi/SqlStatementResult.html#method_getColumnNames","d":"

    Get column names

    "},{"t":"M","n":"mysql_xdevapi\\SqlStatementResult::getColumns","p":"mysql_xdevapi/SqlStatementResult.html#method_getColumns","d":"

    Get columns

    "},{"t":"M","n":"mysql_xdevapi\\SqlStatementResult::getGeneratedIds","p":"mysql_xdevapi/SqlStatementResult.html#method_getGeneratedIds","d":"

    Get generated ids

    "},{"t":"M","n":"mysql_xdevapi\\SqlStatementResult::getLastInsertId","p":"mysql_xdevapi/SqlStatementResult.html#method_getLastInsertId","d":"

    Get last insert id

    "},{"t":"M","n":"mysql_xdevapi\\SqlStatementResult::getWarnings","p":"mysql_xdevapi/SqlStatementResult.html#method_getWarnings","d":"

    Get warnings from last operation

    "},{"t":"M","n":"mysql_xdevapi\\SqlStatementResult::getWarningCounts","p":"mysql_xdevapi/SqlStatementResult.html#method_getWarningCounts","d":"

    Get warning count from last operation

    "},{"t":"M","n":"mysql_xdevapi\\SqlStatementResult::hasData","p":"mysql_xdevapi/SqlStatementResult.html#method_hasData","d":"

    Check if result has data

    "},{"t":"M","n":"mysql_xdevapi\\SqlStatementResult::nextResult","p":"mysql_xdevapi/SqlStatementResult.html#method_nextResult","d":"

    Get next result

    "},{"t":"M","n":"mysql_xdevapi\\Statement::getNextResult","p":"mysql_xdevapi/Statement.html#method_getNextResult","d":"

    Get next result

    "},{"t":"M","n":"mysql_xdevapi\\Statement::getResult","p":"mysql_xdevapi/Statement.html#method_getResult","d":"

    Get result

    "},{"t":"M","n":"mysql_xdevapi\\Statement::hasMoreResults","p":"mysql_xdevapi/Statement.html#method_hasMoreResults","d":"

    Check if more results

    "},{"t":"M","n":"mysql_xdevapi\\Table::count","p":"mysql_xdevapi/Table.html#method_count","d":"

    Fetch the number of rows in the table.

    "},{"t":"M","n":"mysql_xdevapi\\Table::delete","p":"mysql_xdevapi/Table.html#method_delete","d":"

    Deletes rows from a table.

    "},{"t":"M","n":"mysql_xdevapi\\Table::existsInDatabase","p":"mysql_xdevapi/Table.html#method_existsInDatabase","d":"

    Verifies if this table exists in the database.

    "},{"t":"M","n":"mysql_xdevapi\\Table::getName","p":"mysql_xdevapi/Table.html#method_getName","d":"

    Returns the name of this database object.

    "},{"t":"M","n":"mysql_xdevapi\\Table::getSchema","p":"mysql_xdevapi/Table.html#method_getSchema","d":"

    Fetch the schema associated with the table.

    "},{"t":"M","n":"mysql_xdevapi\\Table::getSession","p":"mysql_xdevapi/Table.html#method_getSession","d":"

    Get session associated with the table.

    "},{"t":"M","n":"mysql_xdevapi\\Table::insert","p":"mysql_xdevapi/Table.html#method_insert","d":"

    Inserts rows into a table.

    "},{"t":"M","n":"mysql_xdevapi\\Table::isView","p":"mysql_xdevapi/Table.html#method_isView","d":"

    Determine if the underlying object is a view or not.

    "},{"t":"M","n":"mysql_xdevapi\\Table::select","p":"mysql_xdevapi/Table.html#method_select","d":"

    Fetches data from a table.

    "},{"t":"M","n":"mysql_xdevapi\\Table::update","p":"mysql_xdevapi/Table.html#method_update","d":"

    Updates columns in a table.

    "},{"t":"M","n":"mysql_xdevapi\\TableDelete::bind","p":"mysql_xdevapi/TableDelete.html#method_bind","d":"

    Binds a value to a specific placeholder.

    "},{"t":"M","n":"mysql_xdevapi\\TableDelete::execute","p":"mysql_xdevapi/TableDelete.html#method_execute","d":"

    Execute the delete query.

    "},{"t":"M","n":"mysql_xdevapi\\TableDelete::limit","p":"mysql_xdevapi/TableDelete.html#method_limit","d":"

    Sets the maximum number of records or documents to delete.

    "},{"t":"M","n":"mysql_xdevapi\\TableDelete::orderby","p":"mysql_xdevapi/TableDelete.html#method_orderby","d":"

    Set the order options for a result set.

    "},{"t":"M","n":"mysql_xdevapi\\TableDelete::where","p":"mysql_xdevapi/TableDelete.html#method_where","d":"

    Sets the search condition to filter.

    "},{"t":"M","n":"mysql_xdevapi\\TableInsert::execute","p":"mysql_xdevapi/TableInsert.html#method_execute","d":"

    Execute the statement.

    "},{"t":"M","n":"mysql_xdevapi\\TableInsert::values","p":"mysql_xdevapi/TableInsert.html#method_values","d":"

    Set the values to be inserted.

    "},{"t":"M","n":"mysql_xdevapi\\TableSelect::bind","p":"mysql_xdevapi/TableSelect.html#method_bind","d":"

    Binds a value to a specific placeholder.

    "},{"t":"M","n":"mysql_xdevapi\\TableSelect::execute","p":"mysql_xdevapi/TableSelect.html#method_execute","d":"

    Execute the select statement by chaining it with the execute() method.

    "},{"t":"M","n":"mysql_xdevapi\\TableSelect::groupBy","p":"mysql_xdevapi/TableSelect.html#method_groupBy","d":"

    Sets a grouping criteria for the result set.

    "},{"t":"M","n":"mysql_xdevapi\\TableSelect::having","p":"mysql_xdevapi/TableSelect.html#method_having","d":"

    Sets a condition for records to consider in aggregate function operations.

    "},{"t":"M","n":"mysql_xdevapi\\TableSelect::limit","p":"mysql_xdevapi/TableSelect.html#method_limit","d":"

    Sets the maximum number of records or documents to return.

    "},{"t":"M","n":"mysql_xdevapi\\TableSelect::lockExclusive","p":"mysql_xdevapi/TableSelect.html#method_lockExclusive","d":"

    Execute a read operation with EXCLUSIVE LOCK. Only one lock can be active at a time.

    "},{"t":"M","n":"mysql_xdevapi\\TableSelect::lockShared","p":"mysql_xdevapi/TableSelect.html#method_lockShared","d":"

    Execute a read operation with SHARED LOCK. Only one lock can be active at a time.

    "},{"t":"M","n":"mysql_xdevapi\\TableSelect::offset","p":"mysql_xdevapi/TableSelect.html#method_offset","d":"

    Skip given number of rows in result.

    "},{"t":"M","n":"mysql_xdevapi\\TableSelect::orderby","p":"mysql_xdevapi/TableSelect.html#method_orderby","d":"

    Sets the order by criteria.

    "},{"t":"M","n":"mysql_xdevapi\\TableSelect::where","p":"mysql_xdevapi/TableSelect.html#method_where","d":"

    Sets the search condition to filter.

    "},{"t":"M","n":"mysql_xdevapi\\TableUpdate::bind","p":"mysql_xdevapi/TableUpdate.html#method_bind","d":"

    Bind update query parameters

    "},{"t":"M","n":"mysql_xdevapi\\TableUpdate::execute","p":"mysql_xdevapi/TableUpdate.html#method_execute","d":"

    Executes the update statement.

    "},{"t":"M","n":"mysql_xdevapi\\TableUpdate::limit","p":"mysql_xdevapi/TableUpdate.html#method_limit","d":"

    Set the maximum number of records or documents update.

    "},{"t":"M","n":"mysql_xdevapi\\TableUpdate::orderby","p":"mysql_xdevapi/TableUpdate.html#method_orderby","d":"

    Sets the sorting criteria.

    "},{"t":"M","n":"mysql_xdevapi\\TableUpdate::set","p":"mysql_xdevapi/TableUpdate.html#method_set","d":"

    Updates the column value on records in a table.

    "},{"t":"M","n":"mysql_xdevapi\\TableUpdate::where","p":"mysql_xdevapi/TableUpdate.html#method_where","d":"

    Set the search condition to filter.

    "},{"t":"M","n":"mysqli::__construct","p":"mysqli.html#method___construct","d":"

    Open a new connection to the MySQL server

    "},{"t":"M","n":"mysqli::autocommit","p":"mysqli.html#method_autocommit","d":"

    Turns on or off auto-committing database modifications

    "},{"t":"M","n":"mysqli::begin_transaction","p":"mysqli.html#method_begin_transaction","d":"

    Starts a transaction

    "},{"t":"M","n":"mysqli::change_user","p":"mysqli.html#method_change_user","d":"

    Changes the user of the specified database connection

    "},{"t":"M","n":"mysqli::character_set_name","p":"mysqli.html#method_character_set_name","d":"

    Returns the current character set of the database connection

    "},{"t":"M","n":"mysqli::client_encoding","p":"mysqli.html#method_client_encoding","d":""},{"t":"M","n":"mysqli::close","p":"mysqli.html#method_close","d":"

    Closes a previously opened database connection

    "},{"t":"M","n":"mysqli::commit","p":"mysqli.html#method_commit","d":"

    Commits the current transaction

    "},{"t":"M","n":"mysqli::connect","p":"mysqli.html#method_connect","d":""},{"t":"M","n":"mysqli::dump_debug_info","p":"mysqli.html#method_dump_debug_info","d":"

    Dump debugging information into the log

    "},{"t":"M","n":"mysqli::debug","p":"mysqli.html#method_debug","d":"

    Performs debugging operations

    "},{"t":"M","n":"mysqli::get_charset","p":"mysqli.html#method_get_charset","d":"

    Returns a character set object

    "},{"t":"M","n":"mysqli::execute_query","p":"mysqli.html#method_execute_query","d":"

    Prepares the SQL query, binds parameters, and executes it. The\nmysqli::execute_query() method is a shortcut for mysqli::prepare(),\nmysqli_stmt::bind_param(), mysqli_stmt::execute(), and\nmysqli_stmt::get_result().

    \n

    The statement template can contain zero or more question mark (?)\nparameter markers\u2060\u2014also called placeholders. The parameter values must be\nprovided as an array using params parameter.

    \n

    A prepared statement is created under the hood but it's never exposed\noutside of the function. It's impossible to access properties of the\nstatement as one would do with the mysqli_stmt object. Due to this\nlimitation, the status information is copied to the mysqli object and is\navailable using its methods, e.g. mysqli_affected_rows() or\nmysqli_error().

    "},{"t":"M","n":"mysqli::get_client_info","p":"mysqli.html#method_get_client_info","d":"

    Returns the MySQL client version as a string

    "},{"t":"M","n":"mysqli::get_connection_stats","p":"mysqli.html#method_get_connection_stats","d":"

    Returns statistics about the client connection

    "},{"t":"M","n":"mysqli::get_server_info","p":"mysqli.html#method_get_server_info","d":"

    Returns the version of the MySQL server

    "},{"t":"M","n":"mysqli::get_warnings","p":"mysqli.html#method_get_warnings","d":"

    Get result of SHOW WARNINGS

    "},{"t":"M","n":"mysqli::init","p":"mysqli.html#method_init","d":"

    Initializes MySQLi object

    "},{"t":"M","n":"mysqli::kill","p":"mysqli.html#method_kill","d":"

    Asks the server to kill a MySQL thread

    "},{"t":"M","n":"mysqli::multi_query","p":"mysqli.html#method_multi_query","d":"

    Performs one or more queries on the database

    "},{"t":"M","n":"mysqli::mysqli","p":"mysqli.html#method_mysqli","d":""},{"t":"M","n":"mysqli::more_results","p":"mysqli.html#method_more_results","d":"

    Check if there are any more query results from a multi query

    "},{"t":"M","n":"mysqli::next_result","p":"mysqli.html#method_next_result","d":"

    Prepare next result from multi_query

    "},{"t":"M","n":"mysqli::options","p":"mysqli.html#method_options","d":"

    Set options

    "},{"t":"M","n":"mysqli::ping","p":"mysqli.html#method_ping","d":"

    Pings a server connection, or tries to reconnect if the connection has gone down

    "},{"t":"M","n":"mysqli::prepare","p":"mysqli.html#method_prepare","d":"

    Prepares an SQL statement for execution

    "},{"t":"M","n":"mysqli::query","p":"mysqli.html#method_query","d":"

    Performs a query on the database

    "},{"t":"M","n":"mysqli::real_connect","p":"mysqli.html#method_real_connect","d":"

    Opens a connection to a mysql server

    "},{"t":"M","n":"mysqli::real_escape_string","p":"mysqli.html#method_real_escape_string","d":"

    Escapes special characters in a string for use in an SQL statement, taking into account the current charset of the connection

    "},{"t":"M","n":"mysqli::poll","p":"mysqli.html#method_poll","d":"

    Poll connections

    "},{"t":"M","n":"mysqli::reap_async_query","p":"mysqli.html#method_reap_async_query","d":"

    Get result from async query

    "},{"t":"M","n":"mysqli::escape_string","p":"mysqli.html#method_escape_string","d":"

    Escapes special characters in a string for use in an SQL statement, taking into account the current charset of the connection

    "},{"t":"M","n":"mysqli::real_query","p":"mysqli.html#method_real_query","d":"

    Execute an SQL query

    "},{"t":"M","n":"mysqli::release_savepoint","p":"mysqli.html#method_release_savepoint","d":"

    Removes the named savepoint from the set of savepoints of the current transaction

    "},{"t":"M","n":"mysqli::rollback","p":"mysqli.html#method_rollback","d":"

    Rolls back current transaction

    "},{"t":"M","n":"mysqli::savepoint","p":"mysqli.html#method_savepoint","d":"

    Set a named transaction savepoint

    "},{"t":"M","n":"mysqli::select_db","p":"mysqli.html#method_select_db","d":"

    Selects the default database for database queries

    "},{"t":"M","n":"mysqli::set_charset","p":"mysqli.html#method_set_charset","d":"

    Sets the client character set

    "},{"t":"M","n":"mysqli::set_opt","p":"mysqli.html#method_set_opt","d":""},{"t":"M","n":"mysqli::ssl_set","p":"mysqli.html#method_ssl_set","d":"

    Used for establishing secure connections using SSL

    "},{"t":"M","n":"mysqli::stat","p":"mysqli.html#method_stat","d":"

    Gets the current system status

    "},{"t":"M","n":"mysqli::stmt_init","p":"mysqli.html#method_stmt_init","d":"

    Initializes a statement and returns an object for use with mysqli_stmt_prepare

    "},{"t":"M","n":"mysqli::store_result","p":"mysqli.html#method_store_result","d":"

    Transfers a result set from the last query

    "},{"t":"M","n":"mysqli::thread_safe","p":"mysqli.html#method_thread_safe","d":"

    Returns whether thread safety is given or not

    "},{"t":"M","n":"mysqli::use_result","p":"mysqli.html#method_use_result","d":"

    Initiate a result set retrieval

    "},{"t":"M","n":"mysqli::refresh","p":"mysqli.html#method_refresh","d":""},{"t":"M","n":"mysqli_result::__construct","p":"mysqli_result.html#method___construct","d":"

    Constructor (no docs available)

    "},{"t":"M","n":"mysqli_result::close","p":"mysqli_result.html#method_close","d":"

    Frees the memory associated with a result

    "},{"t":"M","n":"mysqli_result::free","p":"mysqli_result.html#method_free","d":"

    Frees the memory associated with a result

    "},{"t":"M","n":"mysqli_result::data_seek","p":"mysqli_result.html#method_data_seek","d":"

    Adjusts the result pointer to an arbitrary row in the result

    "},{"t":"M","n":"mysqli_result::fetch_field","p":"mysqli_result.html#method_fetch_field","d":"

    Returns the next field in the result set

    "},{"t":"M","n":"mysqli_result::fetch_fields","p":"mysqli_result.html#method_fetch_fields","d":"

    Returns an array of objects representing the fields in a result set

    "},{"t":"M","n":"mysqli_result::fetch_field_direct","p":"mysqli_result.html#method_fetch_field_direct","d":"

    Fetch meta-data for a single field

    "},{"t":"M","n":"mysqli_result::fetch_all","p":"mysqli_result.html#method_fetch_all","d":"

    Fetches all result rows as an associative array, a numeric array, or both

    "},{"t":"M","n":"mysqli_result::fetch_array","p":"mysqli_result.html#method_fetch_array","d":"

    Fetch the next row of a result set as an associative, a numeric array, or both

    "},{"t":"M","n":"mysqli_result::fetch_assoc","p":"mysqli_result.html#method_fetch_assoc","d":"

    Fetch the next row of a result set as an associative array

    "},{"t":"M","n":"mysqli_result::fetch_object","p":"mysqli_result.html#method_fetch_object","d":""},{"t":"M","n":"mysqli_result::fetch_row","p":"mysqli_result.html#method_fetch_row","d":"

    Fetch the next row of a result set as an enumerated array

    "},{"t":"M","n":"mysqli_result::fetch_column","p":"mysqli_result.html#method_fetch_column","d":"

    Fetch a single column from the next row of a result set

    "},{"t":"M","n":"mysqli_result::field_seek","p":"mysqli_result.html#method_field_seek","d":"

    Set result pointer to a specified field offset

    "},{"t":"M","n":"mysqli_result::free_result","p":"mysqli_result.html#method_free_result","d":"

    Frees the memory associated with a result

    "},{"t":"M","n":"mysqli_result::getIterator","p":"mysqli_result.html#method_getIterator","d":""},{"t":"M","n":"mysqli_sql_exception::getSqlState","p":"mysqli_sql_exception.html#method_getSqlState","d":""},{"t":"M","n":"mysqli_stmt::__construct","p":"mysqli_stmt.html#method___construct","d":"

    mysqli_stmt constructor

    "},{"t":"M","n":"mysqli_stmt::attr_get","p":"mysqli_stmt.html#method_attr_get","d":"

    Used to get the current value of a statement attribute

    "},{"t":"M","n":"mysqli_stmt::attr_set","p":"mysqli_stmt.html#method_attr_set","d":"

    Used to modify the behavior of a prepared statement

    "},{"t":"M","n":"mysqli_stmt::bind_param","p":"mysqli_stmt.html#method_bind_param","d":"

    Binds variables to a prepared statement as parameters

    "},{"t":"M","n":"mysqli_stmt::bind_result","p":"mysqli_stmt.html#method_bind_result","d":"

    Binds variables to a prepared statement for result storage

    "},{"t":"M","n":"mysqli_stmt::close","p":"mysqli_stmt.html#method_close","d":"

    Closes a prepared statement

    "},{"t":"M","n":"mysqli_stmt::data_seek","p":"mysqli_stmt.html#method_data_seek","d":"

    Seeks to an arbitrary row in statement result set

    "},{"t":"M","n":"mysqli_stmt::execute","p":"mysqli_stmt.html#method_execute","d":"

    Executes a prepared statement

    "},{"t":"M","n":"mysqli_stmt::fetch","p":"mysqli_stmt.html#method_fetch","d":"

    Fetch results from a prepared statement into the bound variables

    "},{"t":"M","n":"mysqli_stmt::get_warnings","p":"mysqli_stmt.html#method_get_warnings","d":"

    Get result of SHOW WARNINGS

    "},{"t":"M","n":"mysqli_stmt::result_metadata","p":"mysqli_stmt.html#method_result_metadata","d":"

    Returns result set metadata from a prepared statement

    "},{"t":"M","n":"mysqli_stmt::more_results","p":"mysqli_stmt.html#method_more_results","d":"

    Check if there are more query results from a multiple query

    "},{"t":"M","n":"mysqli_stmt::next_result","p":"mysqli_stmt.html#method_next_result","d":"

    Reads the next result from a multiple query

    "},{"t":"M","n":"mysqli_stmt::num_rows","p":"mysqli_stmt.html#method_num_rows","d":"

    Return the number of rows in statements result set

    "},{"t":"M","n":"mysqli_stmt::send_long_data","p":"mysqli_stmt.html#method_send_long_data","d":"

    Send data in blocks

    "},{"t":"M","n":"mysqli_stmt::stmt","p":"mysqli_stmt.html#method_stmt","d":"

    No documentation available

    "},{"t":"M","n":"mysqli_stmt::free_result","p":"mysqli_stmt.html#method_free_result","d":"

    Frees stored result memory for the given statement handle

    "},{"t":"M","n":"mysqli_stmt::reset","p":"mysqli_stmt.html#method_reset","d":"

    Resets a prepared statement

    "},{"t":"M","n":"mysqli_stmt::prepare","p":"mysqli_stmt.html#method_prepare","d":"

    Prepare an SQL statement for execution

    "},{"t":"M","n":"mysqli_stmt::store_result","p":"mysqli_stmt.html#method_store_result","d":"

    Stores a result set in an internal buffer

    "},{"t":"M","n":"mysqli_stmt::get_result","p":"mysqli_stmt.html#method_get_result","d":"

    Gets a result set from a prepared statement as a mysqli_result object

    "},{"t":"M","n":"mysqli_warning::__construct","p":"mysqli_warning.html#method___construct","d":"

    The __construct purpose

    "},{"t":"M","n":"mysqli_warning::next","p":"mysqli_warning.html#method_next","d":"

    Move to the next warning

    "},{"t":"M","n":"newrelic\\DistributedTracePayload::text","p":"newrelic/DistributedTracePayload.html#method_text","d":"

    Renders the payload as a JSON string

    "},{"t":"M","n":"newrelic\\DistributedTracePayload::httpSafe","p":"newrelic/DistributedTracePayload.html#method_httpSafe","d":"

    Renders the payload as an string suitable for transport via HTTP (query string, POST param, HTTP headers, etc.)

    "},{"t":"M","n":"outputformatObj::getOption","p":"outputformatObj.html#method_getOption","d":"

    Returns the associated value for the format option property passed\nas argument. Returns an empty string if property not found.

    "},{"t":"M","n":"outputformatObj::set","p":"outputformatObj.html#method_set","d":"

    Set object property to a new value.

    "},{"t":"M","n":"outputformatObj::setOption","p":"outputformatObj.html#method_setOption","d":"

    Add or Modify the format option list. return true on success.

    "},{"t":"M","n":"outputformatObj::validate","p":"outputformatObj.html#method_validate","d":"

    Checks some internal consistency issues, Returns MS_SUCCESS or\nMS_FAILURE. Some problems are fixed up internally. May produce debug\noutput if issues encountered.

    "},{"t":"M","n":"parallel\\Channel::__construct","p":"parallel/Channel.html#method___construct","d":"

    Shall make an anonymous unbuffered channel\nShall make an anonymous buffered channel with the given capacity

    "},{"t":"M","n":"parallel\\Channel::make","p":"parallel/Channel.html#method_make","d":"

    Shall make an unbuffered channel with the given name\nShall make a buffered channel with the given name and capacity

    "},{"t":"M","n":"parallel\\Channel::open","p":"parallel/Channel.html#method_open","d":"

    Shall open the channel with the given name

    "},{"t":"M","n":"parallel\\Channel::send","p":"parallel/Channel.html#method_send","d":"

    Shall send the given value on this channel

    "},{"t":"M","n":"parallel\\Channel::recv","p":"parallel/Channel.html#method_recv","d":"

    Shall recv a value from this channel

    "},{"t":"M","n":"parallel\\Channel::close","p":"parallel/Channel.html#method_close","d":"

    Shall close this channel

    "},{"t":"M","n":"parallel\\Channel::__toString","p":"parallel/Channel.html#method___toString","d":"

    Returns name of channel

    "},{"t":"M","n":"parallel\\Events::setInput","p":"parallel/Events.html#method_setInput","d":"

    Shall set input for this event loop

    "},{"t":"M","n":"parallel\\Events::addChannel","p":"parallel/Events.html#method_addChannel","d":"

    Shall watch for events on the given channel

    "},{"t":"M","n":"parallel\\Events::addFuture","p":"parallel/Events.html#method_addFuture","d":"

    Shall watch for events on the given future

    "},{"t":"M","n":"parallel\\Events::remove","p":"parallel/Events.html#method_remove","d":"

    Shall remove the given target

    "},{"t":"M","n":"parallel\\Events::setBlocking","p":"parallel/Events.html#method_setBlocking","d":"

    Shall set blocking mode

    "},{"t":"M","n":"parallel\\Events::setTimeout","p":"parallel/Events.html#method_setTimeout","d":"

    Shall set the timeout in microseconds

    "},{"t":"M","n":"parallel\\Events::poll","p":"parallel/Events.html#method_poll","d":"

    Shall poll for the next event

    "},{"t":"M","n":"parallel\\Events::count","p":"parallel/Events.html#method_count","d":""},{"t":"M","n":"parallel\\Events\\Input::add","p":"parallel/Events/Input.html#method_add","d":"

    Shall set input for the given target

    "},{"t":"M","n":"parallel\\Events\\Input::remove","p":"parallel/Events/Input.html#method_remove","d":"

    Shall remove input for the given target

    "},{"t":"M","n":"parallel\\Events\\Input::clear","p":"parallel/Events/Input.html#method_clear","d":"

    Shall remove input for all targets

    "},{"t":"M","n":"parallel\\Future::value","p":"parallel/Future.html#method_value","d":"

    Shall return (and if necessary wait for) return from task

    "},{"t":"M","n":"parallel\\Future::done","p":"parallel/Future.html#method_done","d":"

    Shall indicate if the task is completed

    "},{"t":"M","n":"parallel\\Future::cancelled","p":"parallel/Future.html#method_cancelled","d":"

    Shall indicate if the task was cancelled

    "},{"t":"M","n":"parallel\\Future::cancel","p":"parallel/Future.html#method_cancel","d":"

    Shall try to cancel the task\nNote: If task is running, it will be interrupted.

    "},{"t":"M","n":"parallel\\Runtime::__construct","p":"parallel/Runtime.html#method___construct","d":"

    Shall construct a new runtime without bootstrapping.

    "},{"t":"M","n":"parallel\\Runtime::run","p":"parallel/Runtime.html#method_run","d":"

    Shall schedule task for execution in parallel, passing argv at execution time.

    "},{"t":"M","n":"parallel\\Runtime::close","p":"parallel/Runtime.html#method_close","d":"

    Shall request that the runtime shutsdown.

    "},{"t":"M","n":"parallel\\Runtime::kill","p":"parallel/Runtime.html#method_kill","d":"

    Shall attempt to force the runtime to shutdown.

    "},{"t":"M","n":"parallel\\Sync::__construct","p":"parallel/Sync.html#method___construct","d":"

    Shall construct a new synchronization object with no value\nShall construct a new synchronization object containing the given scalar value

    "},{"t":"M","n":"parallel\\Sync::get","p":"parallel/Sync.html#method_get","d":"

    Shall atomically return the synchronization objects value

    "},{"t":"M","n":"parallel\\Sync::set","p":"parallel/Sync.html#method_set","d":"

    Shall atomically set the value of the synchronization object

    "},{"t":"M","n":"parallel\\Sync::wait","p":"parallel/Sync.html#method_wait","d":"

    Shall wait for notification on this synchronization object

    "},{"t":"M","n":"parallel\\Sync::notify","p":"parallel/Sync.html#method_notify","d":"

    Shall notify one (by default) or all threads waiting on the synchronization object

    "},{"t":"M","n":"parallel\\Sync::__invoke","p":"parallel/Sync.html#method___invoke","d":"

    Shall exclusively enter into the critical code

    "},{"t":"M","n":"php_user_filter::filter","p":"php_user_filter.html#method_filter","d":""},{"t":"M","n":"php_user_filter::onCreate","p":"php_user_filter.html#method_onCreate","d":""},{"t":"M","n":"php_user_filter::onClose","p":"php_user_filter.html#method_onClose","d":""},{"t":"M","n":"pointObj::__construct","p":"pointObj.html#method___construct","d":null},{"t":"M","n":"pointObj::ms_newPointObj","p":"pointObj.html#method_ms_newPointObj","d":"

    Old style constructor

    "},{"t":"M","n":"pointObj::distanceToLine","p":"pointObj.html#method_distanceToLine","d":"

    Calculates distance between a point ad a lined defined by the\ntwo points passed in argument.

    "},{"t":"M","n":"pointObj::distanceToPoint","p":"pointObj.html#method_distanceToPoint","d":"

    Calculates distance between two points.

    "},{"t":"M","n":"pointObj::distanceToShape","p":"pointObj.html#method_distanceToShape","d":"

    Calculates the minimum distance between a point and a shape.

    "},{"t":"M","n":"pointObj::draw","p":"pointObj.html#method_draw","d":"

    Draws the individual point using layer. The class_index is used\nto classify the point based on the classes defined for the layer.

    "},{"t":"M","n":"pointObj::project","p":"pointObj.html#method_project","d":"

    Project the point from "in" projection (1st argument) to "out"\nprojection (2nd argument). Returns MS_SUCCESS/MS_FAILURE.

    "},{"t":"M","n":"pointObj::setXY","p":"pointObj.html#method_setXY","d":"

    Set X,Y coordinate values.

    "},{"t":"M","n":"pointObj::setXYZ","p":"pointObj.html#method_setXYZ","d":"

    Set X,Y,Z coordinate values.

    "},{"t":"M","n":"pq\\COPY::__construct","p":"pq/COPY.html#method___construct","d":"

    Start a COPY operation.

    "},{"t":"M","n":"pq\\COPY::end","p":"pq/COPY.html#method_end","d":"

    End the COPY operation to the server during pq\\Result::COPY_IN state.

    "},{"t":"M","n":"pq\\COPY::get","p":"pq/COPY.html#method_get","d":"

    Receive data from the server during pq\\Result::COPY_OUT state.

    "},{"t":"M","n":"pq\\COPY::put","p":"pq/COPY.html#method_put","d":"

    Send data to the server during pq\\Result::COPY_IN state.

    "},{"t":"M","n":"pq\\Cancel::__construct","p":"pq/Cancel.html#method___construct","d":"

    Create a new cancellation request for an [asynchronous](pq/Connection/: Asynchronous Usage) query.

    "},{"t":"M","n":"pq\\Cancel::cancel","p":"pq/Cancel.html#method_cancel","d":"

    Perform the cancellation request.

    "},{"t":"M","n":"pq\\Connection::__construct","p":"pq/Connection.html#method___construct","d":"

    Create a new PostgreSQL connection.

    "},{"t":"M","n":"pq\\Connection::declare","p":"pq/Connection.html#method_declare","d":"

    Declare a cursor for a query.

    "},{"t":"M","n":"pq\\Connection::declareAsync","p":"pq/Connection.html#method_declareAsync","d":"

    [Asynchronously](pq/Connection/: Asynchronous Usage) declare a cursor for a query.

    "},{"t":"M","n":"pq\\Connection::escapeBytea","p":"pq/Connection.html#method_escapeBytea","d":"

    Escape binary data for use within a query with the type bytea.

    "},{"t":"M","n":"pq\\Connection::exec","p":"pq/Connection.html#method_exec","d":"

    [Execute one or multiple SQL queries](pq/Connection/: Executing Queries) on the connection.

    "},{"t":"M","n":"pq\\Connection::execAsync","p":"pq/Connection.html#method_execAsync","d":"

    [Asynchronously](pq/Connection/: Asynchronous Usage) [execute an SQL query](pq/Connection: Executing Queries) on the connection.

    "},{"t":"M","n":"pq\\Connection::execParams","p":"pq/Connection.html#method_execParams","d":"

    [Execute an SQL query](pq/Connection: Executing Queries) with properly escaped parameters substituted.

    "},{"t":"M","n":"pq\\Connection::execParamsAsync","p":"pq/Connection.html#method_execParamsAsync","d":"

    [Asynchronously](pq/Connection/: Asynchronous Usage) [execute an SQL query](pq/Connection: Executing Queries) with properly escaped parameters substituted.

    "},{"t":"M","n":"pq\\Connection::flush","p":"pq/Connection.html#method_flush","d":"

    Flush pending writes on the connection.

    "},{"t":"M","n":"pq\\Connection::getResult","p":"pq/Connection.html#method_getResult","d":"

    Fetch the result of an [asynchronous](pq/Connection/: Asynchronous Usage) query.

    "},{"t":"M","n":"pq\\Connection::listen","p":"pq/Connection.html#method_listen","d":"

    Listen on $channel for notifications.

    "},{"t":"M","n":"pq\\Connection::listenAsync","p":"pq/Connection.html#method_listenAsync","d":"

    [Asynchronously](pq/Connection/: Asynchronous Usage) start listening on $channel for notifications.

    "},{"t":"M","n":"pq\\Connection::notify","p":"pq/Connection.html#method_notify","d":"

    Notify all listeners on $channel with $message.

    "},{"t":"M","n":"pq\\Connection::notifyAsync","p":"pq/Connection.html#method_notifyAsync","d":"

    [Asynchronously](pq/Connection/: Asynchronous Usage) start notifying all listeners on $channel with $message.

    "},{"t":"M","n":"pq\\Connection::off","p":"pq/Connection.html#method_off","d":"

    Stops listening for an event type.

    "},{"t":"M","n":"pq\\Connection::on","p":"pq/Connection.html#method_on","d":"

    Listen for an event.

    "},{"t":"M","n":"pq\\Connection::poll","p":"pq/Connection.html#method_poll","d":"

    Poll an [asynchronously](pq/Connection/: Asynchronous Usage) operating connection.

    "},{"t":"M","n":"pq\\Connection::prepare","p":"pq/Connection.html#method_prepare","d":"

    Prepare a named statement for later execution with pq\\Statement::execute().

    "},{"t":"M","n":"pq\\Connection::prepareAsync","p":"pq/Connection.html#method_prepareAsync","d":"

    [Asynchronously](pq/Connection/: Asynchronous Usage) prepare a named statement for later execution with pq\\Statement::exec().

    "},{"t":"M","n":"pq\\Connection::quote","p":"pq/Connection.html#method_quote","d":"

    Quote a string for safe use in a query.

    "},{"t":"M","n":"pq\\Connection::quoteName","p":"pq/Connection.html#method_quoteName","d":"

    Quote an identifier for safe usage as name.

    "},{"t":"M","n":"pq\\Connection::reset","p":"pq/Connection.html#method_reset","d":"

    Attempt to reset a possibly broken connection to a working state.

    "},{"t":"M","n":"pq\\Connection::resetAsync","p":"pq/Connection.html#method_resetAsync","d":"

    [Asynchronously](pq/Connection/: Asynchronous Usage) reset a possibly broken connection to a working state.

    "},{"t":"M","n":"pq\\Connection::setConverter","p":"pq/Connection.html#method_setConverter","d":"

    Set a data type converter.

    "},{"t":"M","n":"pq\\Connection::startTransaction","p":"pq/Connection.html#method_startTransaction","d":"

    Begin a transaction.

    "},{"t":"M","n":"pq\\Connection::startTransactionAsync","p":"pq/Connection.html#method_startTransactionAsync","d":"

    [Asynchronously](pq/Connection/: Asynchronous Usage) begin a transaction.

    "},{"t":"M","n":"pq\\Connection::trace","p":"pq/Connection.html#method_trace","d":"

    Trace protocol communication with the server.

    "},{"t":"M","n":"pq\\Connection::unescapeBytea","p":"pq/Connection.html#method_unescapeBytea","d":"

    Unescape bytea data retrieved from the server.

    "},{"t":"M","n":"pq\\Connection::unlisten","p":"pq/Connection.html#method_unlisten","d":"

    Stop listening for notifications on channel $channel.

    "},{"t":"M","n":"pq\\Connection::unlistenAsync","p":"pq/Connection.html#method_unlistenAsync","d":"

    [Asynchronously](pq/Connection/: Asynchronous Usage) stop listening for notifications on channel $channel.

    "},{"t":"M","n":"pq\\Connection::unsetConverter","p":"pq/Connection.html#method_unsetConverter","d":"

    Stop applying a data type converter.

    "},{"t":"M","n":"pq\\Converter::convertFromString","p":"pq/Converter.html#method_convertFromString","d":"

    Convert a string received from the PostgreSQL server back to a PHP type.

    "},{"t":"M","n":"pq\\Converter::convertToString","p":"pq/Converter.html#method_convertToString","d":"

    Convert a value to a string for use in a query.

    "},{"t":"M","n":"pq\\Converter::convertTypes","p":"pq/Converter.html#method_convertTypes","d":"

    Announce which types the implementing converter can handle.

    "},{"t":"M","n":"pq\\Cursor::__construct","p":"pq/Cursor.html#method___construct","d":"

    Declare a cursor.

    "},{"t":"M","n":"pq\\Cursor::close","p":"pq/Cursor.html#method_close","d":"

    Close an open cursor.

    "},{"t":"M","n":"pq\\Cursor::closeAsync","p":"pq/Cursor.html#method_closeAsync","d":"

    [Asynchronously](pq/Connection/: Asynchronous Usage) close an open cursor.

    "},{"t":"M","n":"pq\\Cursor::fetch","p":"pq/Cursor.html#method_fetch","d":"

    Fetch rows from the cursor.

    "},{"t":"M","n":"pq\\Cursor::fetchAsync","p":"pq/Cursor.html#method_fetchAsync","d":"

    [Asynchronously](pq/Connection/: Asynchronous Usage) fetch rows from the cursor.

    "},{"t":"M","n":"pq\\Cursor::move","p":"pq/Cursor.html#method_move","d":"

    Move the cursor.

    "},{"t":"M","n":"pq\\Cursor::moveAsync","p":"pq/Cursor.html#method_moveAsync","d":"

    [Asynchronously](pq/Connection/: Asynchronous Usage) move the cursor.

    "},{"t":"M","n":"pq\\Cursor::open","p":"pq/Cursor.html#method_open","d":"

    Reopen a cursor.

    "},{"t":"M","n":"pq\\Cursor::openAsync","p":"pq/Cursor.html#method_openAsync","d":"

    [Asynchronously](pq/Connection/: Asynchronous Usage) reopen a cursor.

    "},{"t":"M","n":"pq\\DateTime::__toString","p":"pq/DateTime.html#method___toString","d":"

    Stringify the DateTime instance according to pq\\DateTime::$format.

    "},{"t":"M","n":"pq\\DateTime::jsonSerialize","p":"pq/DateTime.html#method_jsonSerialize","d":"

    Serialize to JSON.

    "},{"t":"M","n":"pq\\LOB::__construct","p":"pq/LOB.html#method___construct","d":"

    Open or create a large object.

    "},{"t":"M","n":"pq\\LOB::read","p":"pq/LOB.html#method_read","d":"

    Read a string of data from the current position of the large object.

    "},{"t":"M","n":"pq\\LOB::seek","p":"pq/LOB.html#method_seek","d":"

    Seek to a position within the large object.

    "},{"t":"M","n":"pq\\LOB::tell","p":"pq/LOB.html#method_tell","d":"

    Retrieve the current position within the large object.

    "},{"t":"M","n":"pq\\LOB::truncate","p":"pq/LOB.html#method_truncate","d":"

    Truncate the large object.

    "},{"t":"M","n":"pq\\LOB::write","p":"pq/LOB.html#method_write","d":"

    Write data to the large object.

    "},{"t":"M","n":"pq\\Result::bind","p":"pq/Result.html#method_bind","d":"

    Bind a variable to a result column.

    "},{"t":"M","n":"pq\\Result::count","p":"pq/Result.html#method_count","d":"

    Count number of rows in this result set.

    "},{"t":"M","n":"pq\\Result::desc","p":"pq/Result.html#method_desc","d":"

    Describe a prepared statement.

    "},{"t":"M","n":"pq\\Result::fetchAll","p":"pq/Result.html#method_fetchAll","d":"

    Fetch all rows at once.

    "},{"t":"M","n":"pq\\Result::fetchAllCols","p":"pq/Result.html#method_fetchAllCols","d":"

    Fetch all rows of a single column.

    "},{"t":"M","n":"pq\\Result::fetchBound","p":"pq/Result.html#method_fetchBound","d":"

    Iteratively fetch a row into bound variables.

    "},{"t":"M","n":"pq\\Result::fetchCol","p":"pq/Result.html#method_fetchCol","d":"

    Iteratively fetch a single column.

    "},{"t":"M","n":"pq\\Result::fetchRow","p":"pq/Result.html#method_fetchRow","d":"

    Iteratively fetch a row.

    "},{"t":"M","n":"pq\\Result::map","p":"pq/Result.html#method_map","d":"

    Fetch the complete result set as a simple map, a multi dimensional array, each dimension indexed by a column.

    "},{"t":"M","n":"pq\\Statement::__construct","p":"pq/Statement.html#method___construct","d":"

    Prepare a new statement.

    "},{"t":"M","n":"pq\\Statement::bind","p":"pq/Statement.html#method_bind","d":"

    Bind a variable to an input parameter.

    "},{"t":"M","n":"pq\\Statement::deallocate","p":"pq/Statement.html#method_deallocate","d":"

    Free the server resources used by the prepared statement, so it can no longer be executed.

    "},{"t":"M","n":"pq\\Statement::deallocateAsync","p":"pq/Statement.html#method_deallocateAsync","d":"

    [Asynchronously](pq/Connection/: Asynchronous Usage) free the server resources used by the\nprepared statement, so it can no longer be executed.

    "},{"t":"M","n":"pq\\Statement::desc","p":"pq/Statement.html#method_desc","d":"

    Describe the parameters of the prepared statement.

    "},{"t":"M","n":"pq\\Statement::descAsync","p":"pq/Statement.html#method_descAsync","d":"

    [Asynchronously](pq/Connection/: Asynchronous Usage) describe the parameters of the prepared statement.

    "},{"t":"M","n":"pq\\Statement::exec","p":"pq/Statement.html#method_exec","d":"

    Execute the prepared statement.

    "},{"t":"M","n":"pq\\Statement::execAsync","p":"pq/Statement.html#method_execAsync","d":"

    [Asynchronously](pq/Connection/: Asynchronous Usage) execute the prepared statement.

    "},{"t":"M","n":"pq\\Statement::prepare","p":"pq/Statement.html#method_prepare","d":"

    Re-prepare a statement that has been deallocated. This is a no-op on already open statements.

    "},{"t":"M","n":"pq\\Statement::prepareAsync","p":"pq/Statement.html#method_prepareAsync","d":"

    [Asynchronously](pq/Connection/: Asynchronous Usage) re-prepare a statement that has been\ndeallocated. This is a no-op on already open statements.

    "},{"t":"M","n":"pq\\Transaction::__construct","p":"pq/Transaction.html#method___construct","d":"

    Start a transaction.

    "},{"t":"M","n":"pq\\Transaction::commit","p":"pq/Transaction.html#method_commit","d":"

    Commit the transaction or release the previous savepoint.

    "},{"t":"M","n":"pq\\Transaction::commitAsync","p":"pq/Transaction.html#method_commitAsync","d":"

    [Asynchronously](pq/Connection/: Asynchronous Usage) commit the transaction or release the previous savepoint.

    "},{"t":"M","n":"pq\\Transaction::createLOB","p":"pq/Transaction.html#method_createLOB","d":"

    Create a new large object and open it.

    "},{"t":"M","n":"pq\\Transaction::exportLOB","p":"pq/Transaction.html#method_exportLOB","d":"

    Export a large object to a local file.

    "},{"t":"M","n":"pq\\Transaction::exportSnapshot","p":"pq/Transaction.html#method_exportSnapshot","d":"

    Export a snapshot for transaction synchronization.

    "},{"t":"M","n":"pq\\Transaction::exportSnapshotAsync","p":"pq/Transaction.html#method_exportSnapshotAsync","d":"

    [Asynchronously](pq/Connection/: Asynchronous Usage) export a snapshot for transaction synchronization.

    "},{"t":"M","n":"pq\\Transaction::importLOB","p":"pq/Transaction.html#method_importLOB","d":"

    Import a local file into a large object.

    "},{"t":"M","n":"pq\\Transaction::importSnapshot","p":"pq/Transaction.html#method_importSnapshot","d":"

    Import a snapshot from another transaction to synchronize with.

    "},{"t":"M","n":"pq\\Transaction::importSnapshotAsync","p":"pq/Transaction.html#method_importSnapshotAsync","d":"

    [Asynchronously](pq/Connection/: Asynchronous Usage) import a snapshot from another transaction to synchronize with.

    "},{"t":"M","n":"pq\\Transaction::openLOB","p":"pq/Transaction.html#method_openLOB","d":"

    Open a large object.

    "},{"t":"M","n":"pq\\Transaction::rollback","p":"pq/Transaction.html#method_rollback","d":"

    Rollback the transaction or to the previous savepoint within this transaction.

    "},{"t":"M","n":"pq\\Transaction::rollbackAsync","p":"pq/Transaction.html#method_rollbackAsync","d":"

    [Asynchronously](pq/Connection/: Asynchronous Usage) rollback the transaction or to the previous savepoint within this transaction.

    "},{"t":"M","n":"pq\\Transaction::savepoint","p":"pq/Transaction.html#method_savepoint","d":"

    Create a SAVEPOINT within this transaction.

    "},{"t":"M","n":"pq\\Transaction::savepointAsync","p":"pq/Transaction.html#method_savepointAsync","d":"

    [Asynchronously](pq/Connection/: Asynchronous Usage) create a SAVEPOINT within this transaction.

    "},{"t":"M","n":"pq\\Transaction::unlinkLOB","p":"pq/Transaction.html#method_unlinkLOB","d":"

    Unlink a large object.

    "},{"t":"M","n":"pq\\Types::__construct","p":"pq/Types.html#method___construct","d":"

    Create a new instance populated with information obtained from the pg_type relation.

    "},{"t":"M","n":"pq\\Types::refresh","p":"pq/Types.html#method_refresh","d":"

    Refresh type information from pg_type.

    "},{"t":"M","n":"projectionObj::__construct","p":"projectionObj.html#method___construct","d":"

    Creates a projection object based on the projection string passed\nas argument.

    "},{"t":"M","n":"projectionObj::ms_newProjectionObj","p":"projectionObj.html#method_ms_newProjectionObj","d":"

    Old style constructor

    "},{"t":"M","n":"projectionObj::getUnits","p":"projectionObj.html#method_getUnits","d":"

    Returns the units of a projection object. Returns -1 on error.

    "},{"t":"M","n":"querymapObj::convertToString","p":"querymapObj.html#method_convertToString","d":"

    Saves the object to a string. Provides the inverse option for\nupdateFromString.

    "},{"t":"M","n":"querymapObj::free","p":"querymapObj.html#method_free","d":"

    Free the object properties and break the internal references.

    "},{"t":"M","n":"querymapObj::set","p":"querymapObj.html#method_set","d":"

    Set object property to a new value.

    "},{"t":"M","n":"querymapObj::updateFromString","p":"querymapObj.html#method_updateFromString","d":"

    Update a queryMap object from a string snippet. Returns\nMS_SUCCESS/MS_FAILURE.

    "},{"t":"M","n":"rectObj::__construct","p":"rectObj.html#method___construct","d":""},{"t":"M","n":"rectObj::ms_newRectObj","p":"rectObj.html#method_ms_newRectObj","d":"

    Old style constructor

    "},{"t":"M","n":"rectObj::draw","p":"rectObj.html#method_draw","d":"

    Draws the individual rectangle using layer. The class_index is used\nto classify the rectangle based on the classes defined for the layer.

    "},{"t":"M","n":"rectObj::fit","p":"rectObj.html#method_fit","d":"

    Adjust extents of the rectangle to fit the width/height specified.

    "},{"t":"M","n":"rectObj::project","p":"rectObj.html#method_project","d":"

    Project the rectangle from "in" projection (1st argument) to "out"\nprojection (2nd argument). Returns MS_SUCCESS/MS_FAILURE.

    "},{"t":"M","n":"rectObj::set","p":"rectObj.html#method_set","d":"

    Set object property to a new value.

    "},{"t":"M","n":"rectObj::setextent","p":"rectObj.html#method_setextent","d":"

    Set the rectangle extents.

    "},{"t":"M","n":"referenceMapObj::convertToString","p":"referenceMapObj.html#method_convertToString","d":"

    Saves the object to a string. Provides the inverse option for\nupdateFromString.

    "},{"t":"M","n":"referenceMapObj::free","p":"referenceMapObj.html#method_free","d":"

    Free the object properties and break the internal references.

    "},{"t":"M","n":"referenceMapObj::set","p":"referenceMapObj.html#method_set","d":"

    Set object property to a new value.

    "},{"t":"M","n":"referenceMapObj::updateFromString","p":"referenceMapObj.html#method_updateFromString","d":"

    Update a referenceMap object from a string snippet.

    "},{"t":"M","n":"resultObj::__construct","p":"resultObj.html#method___construct","d":"

    or using the layerObj_'s getResult() method.

    "},{"t":"M","n":"scalebarObj::convertToString","p":"scalebarObj.html#method_convertToString","d":"

    Saves the object to a string. Provides the inverse option for\nupdateFromString.

    "},{"t":"M","n":"scalebarObj::free","p":"scalebarObj.html#method_free","d":"

    Free the object properties and break the internal references.

    "},{"t":"M","n":"scalebarObj::set","p":"scalebarObj.html#method_set","d":"

    Set object property to a new value.

    "},{"t":"M","n":"scalebarObj::setImageColor","p":"scalebarObj.html#method_setImageColor","d":"

    Sets the imagecolor property (baclground) of the object.

    "},{"t":"M","n":"scalebarObj::updateFromString","p":"scalebarObj.html#method_updateFromString","d":"

    Update a scalebar from a string snippet. Returns MS_SUCCESS/MS_FAILURE.

    "},{"t":"M","n":"shapeObj::__construct","p":"shapeObj.html#method___construct","d":"

    'type' is one of MS_SHAPE_POINT, MS_SHAPE_LINE, MS_SHAPE_POLYGON or\nMS_SHAPE_NULL\nCreates new shape object from WKT string.

    "},{"t":"M","n":"shapeObj::ms_shapeObjFromWkt","p":"shapeObj.html#method_ms_shapeObjFromWkt","d":"

    Old style constructor

    "},{"t":"M","n":"shapeObj::add","p":"shapeObj.html#method_add","d":"

    Add a line (i.e. a part) to the shape.

    "},{"t":"M","n":"shapeObj::boundary","p":"shapeObj.html#method_boundary","d":"

    Returns the boundary of the shape.

    "},{"t":"M","n":"shapeObj::containsShape","p":"shapeObj.html#method_containsShape","d":"

    Returns true if shape2 passed as argument is entirely within the shape.

    "},{"t":"M","n":"shapeObj::convexhull","p":"shapeObj.html#method_convexhull","d":"

    Returns a shape object representing the convex hull of shape.

    "},{"t":"M","n":"shapeObj::contains","p":"shapeObj.html#method_contains","d":"

    Returns MS_TRUE if the point is inside the shape, MS_FALSE otherwise.

    "},{"t":"M","n":"shapeObj::crosses","p":"shapeObj.html#method_crosses","d":"

    Returns true if the shape passed as argument crosses the shape.

    "},{"t":"M","n":"shapeObj::difference","p":"shapeObj.html#method_difference","d":"

    Returns a shape object representing the difference of the\nshape object with the one passed as parameter.

    "},{"t":"M","n":"shapeObj::disjoint","p":"shapeObj.html#method_disjoint","d":"

    Returns true if the shape passed as argument is disjoint to the\nshape. Else return false.

    "},{"t":"M","n":"shapeObj::draw","p":"shapeObj.html#method_draw","d":"

    Draws the individual shape using layer.

    "},{"t":"M","n":"shapeObj::equals","p":"shapeObj.html#method_equals","d":"

    Returns true if the shape passed as argument is equal to the\nshape (geometry only). Else return false.

    "},{"t":"M","n":"shapeObj::free","p":"shapeObj.html#method_free","d":"

    Free the object properties and break the internal references.

    "},{"t":"M","n":"shapeObj::getArea","p":"shapeObj.html#method_getArea","d":"

    Returns the area of the shape (if applicable).

    "},{"t":"M","n":"shapeObj::getCentroid","p":"shapeObj.html#method_getCentroid","d":"

    Returns a point object representing the centroid of the shape.

    "},{"t":"M","n":"shapeObj::getLabelPoint","p":"shapeObj.html#method_getLabelPoint","d":"

    Returns a point object with coordinates suitable for labelling\nthe shape.

    "},{"t":"M","n":"shapeObj::getLength","p":"shapeObj.html#method_getLength","d":"

    Returns the length (or perimeter) of the shape.

    "},{"t":"M","n":"shapeObj::getPointUsingMeasure","p":"shapeObj.html#method_getPointUsingMeasure","d":"

    Apply only on Measured shape files. Given a measure m, retun the\ncorresponding XY location on the shapeobject.

    "},{"t":"M","n":"shapeObj::getValue","p":"shapeObj.html#method_getValue","d":"

    Returns the value for a given field name.

    "},{"t":"M","n":"shapeObj::intersection","p":"shapeObj.html#method_intersection","d":"

    Returns a shape object representing the intersection of the shape\nobject with the one passed as parameter.

    "},{"t":"M","n":"shapeObj::intersects","p":"shapeObj.html#method_intersects","d":"

    Returns MS_TRUE if the two shapes intersect, MS_FALSE otherwise.

    "},{"t":"M","n":"shapeObj::line","p":"shapeObj.html#method_line","d":"

    Returns a reference to line number i.

    "},{"t":"M","n":"shapeObj::overlaps","p":"shapeObj.html#method_overlaps","d":"

    Returns true if the shape passed as argument overlaps the shape.

    "},{"t":"M","n":"shapeObj::project","p":"shapeObj.html#method_project","d":"

    Project the shape from "in" projection (1st argument) to "out"\nprojection (2nd argument). Returns MS_SUCCESS/MS_FAILURE.

    "},{"t":"M","n":"shapeObj::set","p":"shapeObj.html#method_set","d":"

    Set object property to a new value.

    "},{"t":"M","n":"shapeObj::setBounds","p":"shapeObj.html#method_setBounds","d":"

    Updates the bounds property of the shape.

    "},{"t":"M","n":"shapeObj::simplify","p":"shapeObj.html#method_simplify","d":"

    Given a tolerance, returns a simplified shape object or NULL on\nerror. Only available if php/mapscript is built with GEOS library\n(>=3.0).

    "},{"t":"M","n":"shapeObj::symdifference","p":"shapeObj.html#method_symdifference","d":"

    Returns the computed symmetric difference of the supplied and\nexisting shape.

    "},{"t":"M","n":"shapeObj::topologyPreservingSimplify","p":"shapeObj.html#method_topologyPreservingSimplify","d":"

    Given a tolerance, returns a simplified shape object or NULL on\nerror. Only available if php/mapscript is built with GEOS library\n(>=3.0).

    "},{"t":"M","n":"shapeObj::touches","p":"shapeObj.html#method_touches","d":"

    Returns true if the shape passed as argument touches the shape.

    "},{"t":"M","n":"shapeObj::toWkt","p":"shapeObj.html#method_toWkt","d":"

    Returns WKT representation of the shape's geometry.

    "},{"t":"M","n":"shapeObj::union","p":"shapeObj.html#method_union","d":"

    Returns a shape object representing the union of the shape object\nwith the one passed as parameter.

    "},{"t":"M","n":"shapeObj::within","p":"shapeObj.html#method_within","d":"

    Returns true if the shape is entirely within the shape2 passed as\nargument.

    "},{"t":"M","n":"shapefileObj::__construct","p":"shapefileObj.html#method___construct","d":"

    Opens a shapefile and returns a new object to deal with it. Filename\nshould be passed with no extension. To create a new file (or\noverwrite an existing one), type should be one of MS_SHP_POINT,\nMS_SHP_ARC, MS_SHP_POLYGON or MS_SHP_MULTIPOINT. Pass type as -1 to\nopen an existing file for read-only access, and type=-2 to open an\nexisting file for update (append).

    "},{"t":"M","n":"shapefileObj::ms_newShapefileObj","p":"shapefileObj.html#method_ms_newShapefileObj","d":"

    Old style constructor

    "},{"t":"M","n":"shapefileObj::addPoint","p":"shapefileObj.html#method_addPoint","d":"

    Appends a point to an open shapefile.

    "},{"t":"M","n":"shapefileObj::addShape","p":"shapefileObj.html#method_addShape","d":"

    Appends a shape to an open shapefile.

    "},{"t":"M","n":"shapefileObj::free","p":"shapefileObj.html#method_free","d":"

    Free the object properties and break the internal references.

    "},{"t":"M","n":"shapefileObj::getExtent","p":"shapefileObj.html#method_getExtent","d":"

    Retrieve a shape's bounding box by index.

    "},{"t":"M","n":"shapefileObj::getPoint","p":"shapefileObj.html#method_getPoint","d":"

    Retrieve point by index.

    "},{"t":"M","n":"shapefileObj::getShape","p":"shapefileObj.html#method_getShape","d":"

    Retrieve shape by index.

    "},{"t":"M","n":"shapefileObj::getTransformed","p":"shapefileObj.html#method_getTransformed","d":"

    Retrieve shape by index.

    "},{"t":"M","n":"styleObj::__construct","p":"styleObj.html#method___construct","d":"

    The second argument 'style' is optional. If given, the new style\ncreated will be a copy of the style passed as argument.

    "},{"t":"M","n":"styleObj::ms_newStyleObj","p":"styleObj.html#method_ms_newStyleObj","d":"

    Old style constructor

    "},{"t":"M","n":"styleObj::convertToString","p":"styleObj.html#method_convertToString","d":"

    Saves the object to a string. Provides the inverse option for\nupdateFromString.

    "},{"t":"M","n":"styleObj::free","p":"styleObj.html#method_free","d":"

    Free the object properties and break the internal references.

    "},{"t":"M","n":"styleObj::getBinding","p":"styleObj.html#method_getBinding","d":"

    Get the attribute binding for a specfiled style property. Returns\nNULL if there is no binding for this property.

    "},{"t":"M","n":"styleObj::getGeomTransform","p":"styleObj.html#method_getGeomTransform","d":""},{"t":"M","n":"styleObj::removeBinding","p":"styleObj.html#method_removeBinding","d":"

    Remove the attribute binding for a specfiled style property.

    "},{"t":"M","n":"styleObj::set","p":"styleObj.html#method_set","d":"

    Set object property to a new value.

    "},{"t":"M","n":"styleObj::setBinding","p":"styleObj.html#method_setBinding","d":"

    Set the attribute binding for a specfiled style property.

    "},{"t":"M","n":"styleObj::setGeomTransform","p":"styleObj.html#method_setGeomTransform","d":""},{"t":"M","n":"styleObj::updateFromString","p":"styleObj.html#method_updateFromString","d":"

    Update a style from a string snippet. Returns MS_SUCCESS/MS_FAILURE.

    "},{"t":"M","n":"symbolObj::__construct","p":"symbolObj.html#method___construct","d":"

    Creates a new symbol with default values in the symbolist.

    "},{"t":"M","n":"symbolObj::ms_newSymbolObj","p":"symbolObj.html#method_ms_newSymbolObj","d":"

    Old style constructor

    "},{"t":"M","n":"symbolObj::free","p":"symbolObj.html#method_free","d":"

    Free the object properties and break the internal references.

    "},{"t":"M","n":"symbolObj::getPatternArray","p":"symbolObj.html#method_getPatternArray","d":"

    Returns an array containing the pattern. If there is no pattern, it\nreturns an empty array.

    "},{"t":"M","n":"symbolObj::getPointsArray","p":"symbolObj.html#method_getPointsArray","d":"

    Returns an array containing the points of the symbol. Refer to\nsetpoints to see how the array should be interpreted. If there are no\npoints, it returns an empty array.

    "},{"t":"M","n":"symbolObj::set","p":"symbolObj.html#method_set","d":"

    Set object property to a new value.

    "},{"t":"M","n":"symbolObj::setImagePath","p":"symbolObj.html#method_setImagePath","d":"

    Loads a pixmap symbol specified by the filename.

    "},{"t":"M","n":"symbolObj::setPattern","p":"symbolObj.html#method_setPattern","d":"

    Set the pattern of the symbol (used for dash patterns).

    "},{"t":"M","n":"symbolObj::setPoints","p":"symbolObj.html#method_setPoints","d":"

    Set the points of the symbol. Note that the values passed is an\narray containing the x and y values of the points. Returns\nMS_SUCCESS/MS_FAILURE.

    "},{"t":"M","n":"tidy::getOpt","p":"tidy.html#method_getOpt","d":"

    (PHP 5, PECL tidy >= 0.5.2)
    \nReturns the value of the specified configuration option for the tidy document

    "},{"t":"M","n":"tidy::cleanRepair","p":"tidy.html#method_cleanRepair","d":"

    (PHP 5, PECL tidy >= 0.5.2)
    \nExecute configured cleanup and repair operations on parsed markup

    "},{"t":"M","n":"tidy::parseFile","p":"tidy.html#method_parseFile","d":"

    (PHP 5, PECL tidy >= 0.5.2)
    \nParse markup in file or URI

    "},{"t":"M","n":"tidy::parseString","p":"tidy.html#method_parseString","d":"

    (PHP 5, PECL tidy >= 0.5.2)
    \nParse a document stored in a string

    "},{"t":"M","n":"tidy::repairString","p":"tidy.html#method_repairString","d":"

    (PHP 5, PECL tidy >= 0.7.0)
    \nRepair a string using an optionally provided configuration file

    "},{"t":"M","n":"tidy::repairFile","p":"tidy.html#method_repairFile","d":"

    (PHP 5, PECL tidy >= 0.7.0)
    \nRepair a file and return it as a string

    "},{"t":"M","n":"tidy::diagnose","p":"tidy.html#method_diagnose","d":"

    (PHP 5, PECL tidy >= 0.5.2)
    \nRun configured diagnostics on parsed and repaired markup

    "},{"t":"M","n":"tidy::getRelease","p":"tidy.html#method_getRelease","d":"

    (PHP 5, PECL tidy >= 0.5.2)
    \nGet release date (version) for Tidy library

    "},{"t":"M","n":"tidy::getConfig","p":"tidy.html#method_getConfig","d":"

    (PHP 5, PECL tidy >= 0.7.0)
    \nGet current Tidy configuration

    "},{"t":"M","n":"tidy::getStatus","p":"tidy.html#method_getStatus","d":"

    (PHP 5, PECL tidy >= 0.5.2)
    \nGet status of specified document

    "},{"t":"M","n":"tidy::getHtmlVer","p":"tidy.html#method_getHtmlVer","d":"

    (PHP 5, PECL tidy >= 0.5.2)
    \nGet the Detected HTML version for the specified document

    "},{"t":"M","n":"tidy::getOptDoc","p":"tidy.html#method_getOptDoc","d":"

    Returns the documentation for the given option name

    "},{"t":"M","n":"tidy::isXhtml","p":"tidy.html#method_isXhtml","d":"

    (PHP 5, PECL tidy >= 0.5.2)
    \nIndicates if the document is a XHTML document

    "},{"t":"M","n":"tidy::isXml","p":"tidy.html#method_isXml","d":"

    (PHP 5, PECL tidy >= 0.5.2)
    \nIndicates if the document is a generic (non HTML/XHTML) XML document

    "},{"t":"M","n":"tidy::root","p":"tidy.html#method_root","d":"

    (PHP 5, PECL tidy 0.5.2-1.0.0)
    \nReturns a tidyNode object representing the root of the tidy parse tree

    "},{"t":"M","n":"tidy::head","p":"tidy.html#method_head","d":"

    (PHP 5, PECL tidy 0.5.2-1.0.0)
    \nReturns a tidyNode object starting from the <head> tag of the tidy parse tree

    "},{"t":"M","n":"tidy::html","p":"tidy.html#method_html","d":"

    (PHP 5, PECL tidy 0.5.2-1.0.0)
    \nReturns a tidyNode object starting from the <html> tag of the tidy parse tree

    "},{"t":"M","n":"tidy::body","p":"tidy.html#method_body","d":"

    (PHP 5, PECL tidy 0.5.2-1.0)
    \nReturns a tidyNode object starting from the <body> tag of the tidy parse tree

    "},{"t":"M","n":"tidy::__construct","p":"tidy.html#method___construct","d":"

    (PHP 5, PECL tidy >= 0.5.2)
    \nConstructs a new tidy object

    "},{"t":"M","n":"tidyNode::hasChildren","p":"tidyNode.html#method_hasChildren","d":"

    Checks if a node has children

    "},{"t":"M","n":"tidyNode::hasSiblings","p":"tidyNode.html#method_hasSiblings","d":"

    Checks if a node has siblings

    "},{"t":"M","n":"tidyNode::isComment","p":"tidyNode.html#method_isComment","d":"

    Checks if a node represents a comment

    "},{"t":"M","n":"tidyNode::isHtml","p":"tidyNode.html#method_isHtml","d":"

    Checks if a node is part of a HTML document

    "},{"t":"M","n":"tidyNode::isText","p":"tidyNode.html#method_isText","d":"

    Checks if a node represents text (no markup)

    "},{"t":"M","n":"tidyNode::isJste","p":"tidyNode.html#method_isJste","d":"

    Checks if this node is JSTE

    "},{"t":"M","n":"tidyNode::isAsp","p":"tidyNode.html#method_isAsp","d":"

    Checks if this node is ASP

    "},{"t":"M","n":"tidyNode::isPhp","p":"tidyNode.html#method_isPhp","d":"

    Checks if a node is PHP

    "},{"t":"M","n":"tidyNode::getParent","p":"tidyNode.html#method_getParent","d":"

    Returns the parent node of the current node

    "},{"t":"M","n":"webObj::convertToString","p":"webObj.html#method_convertToString","d":"

    Saves the object to a string. Provides the inverse option for\nupdateFromString.

    "},{"t":"M","n":"webObj::free","p":"webObj.html#method_free","d":"

    Free the object properties and break the internal references.

    "},{"t":"M","n":"webObj::set","p":"webObj.html#method_set","d":"

    Set object property to a new value.

    "},{"t":"M","n":"webObj::updateFromString","p":"webObj.html#method_updateFromString","d":"

    Update a web object from a string snippet. Returns\nMS_SUCCESS/MS_FAILURE.

    "},{"t":"M","n":"AMQPValue::toAmqpValue","p":"AMQPValue.html#method_toAmqpValue","d":null},{"t":"M","n":"ArrayAccess::offsetExists","p":"ArrayAccess.html#method_offsetExists","d":"

    Whether a offset exists

    "},{"t":"M","n":"ArrayAccess::offsetGet","p":"ArrayAccess.html#method_offsetGet","d":"

    Offset to retrieve

    "},{"t":"M","n":"ArrayAccess::offsetSet","p":"ArrayAccess.html#method_offsetSet","d":"

    Offset to set

    "},{"t":"M","n":"ArrayAccess::offsetUnset","p":"ArrayAccess.html#method_offsetUnset","d":"

    Offset to unset

    "},{"t":"M","n":"BackedEnum::from","p":"BackedEnum.html#method_from","d":"

    Translates a string or int into the corresponding Enum\ncase, if any. If there is no matching case defined, it will throw a\nValueError.

    "},{"t":"M","n":"BackedEnum::tryFrom","p":"BackedEnum.html#method_tryFrom","d":"

    Translates a string or int into the corresponding Enum\ncase, if any. If there is no matching case defined, it will return null.

    "},{"t":"M","n":"Cassandra\\Aggregate::name","p":"Cassandra/Aggregate.html#method_name","d":"

    Returns the full name of the aggregate

    "},{"t":"M","n":"Cassandra\\Aggregate::simpleName","p":"Cassandra/Aggregate.html#method_simpleName","d":"

    Returns the simple name of the aggregate

    "},{"t":"M","n":"Cassandra\\Aggregate::argumentTypes","p":"Cassandra/Aggregate.html#method_argumentTypes","d":"

    Returns the argument types of the aggregate

    "},{"t":"M","n":"Cassandra\\Aggregate::finalFunction","p":"Cassandra/Aggregate.html#method_finalFunction","d":"

    Returns the final function of the aggregate

    "},{"t":"M","n":"Cassandra\\Aggregate::stateFunction","p":"Cassandra/Aggregate.html#method_stateFunction","d":"

    Returns the state function of the aggregate

    "},{"t":"M","n":"Cassandra\\Aggregate::initialCondition","p":"Cassandra/Aggregate.html#method_initialCondition","d":"

    Returns the initial condition of the aggregate

    "},{"t":"M","n":"Cassandra\\Aggregate::returnType","p":"Cassandra/Aggregate.html#method_returnType","d":"

    Returns the return type of the aggregate

    "},{"t":"M","n":"Cassandra\\Aggregate::stateType","p":"Cassandra/Aggregate.html#method_stateType","d":"

    Returns the state type of the aggregate

    "},{"t":"M","n":"Cassandra\\Aggregate::signature","p":"Cassandra/Aggregate.html#method_signature","d":"

    Returns the signature of the aggregate

    "},{"t":"M","n":"Cassandra\\Cluster::connect","p":"Cassandra/Cluster.html#method_connect","d":"

    Creates a new Session instance.

    "},{"t":"M","n":"Cassandra\\Cluster::connectAsync","p":"Cassandra/Cluster.html#method_connectAsync","d":"

    Creates a new Session instance.

    "},{"t":"M","n":"Cassandra\\Column::name","p":"Cassandra/Column.html#method_name","d":"

    Returns the name of the column.

    "},{"t":"M","n":"Cassandra\\Column::type","p":"Cassandra/Column.html#method_type","d":"

    Returns the type of the column.

    "},{"t":"M","n":"Cassandra\\Column::isReversed","p":"Cassandra/Column.html#method_isReversed","d":"

    Returns whether the column is in descending or ascending order.

    "},{"t":"M","n":"Cassandra\\Column::isStatic","p":"Cassandra/Column.html#method_isStatic","d":"

    Returns true for static columns.

    "},{"t":"M","n":"Cassandra\\Column::isFrozen","p":"Cassandra/Column.html#method_isFrozen","d":"

    Returns true for frozen columns.

    "},{"t":"M","n":"Cassandra\\Column::indexName","p":"Cassandra/Column.html#method_indexName","d":"

    Returns name of the index if defined.

    "},{"t":"M","n":"Cassandra\\Column::indexOptions","p":"Cassandra/Column.html#method_indexOptions","d":"

    Returns index options if present.

    "},{"t":"M","n":"Cassandra\\Function_::name","p":"Cassandra/Function_.html#method_name","d":"

    Returns the full name of the function

    "},{"t":"M","n":"Cassandra\\Function_::simpleName","p":"Cassandra/Function_.html#method_simpleName","d":"

    Returns the simple name of the function

    "},{"t":"M","n":"Cassandra\\Function_::arguments","p":"Cassandra/Function_.html#method_arguments","d":"

    Returns the arguments of the function

    "},{"t":"M","n":"Cassandra\\Function_::returnType","p":"Cassandra/Function_.html#method_returnType","d":"

    Returns the return type of the function

    "},{"t":"M","n":"Cassandra\\Function_::signature","p":"Cassandra/Function_.html#method_signature","d":"

    Returns the signature of the function

    "},{"t":"M","n":"Cassandra\\Function_::language","p":"Cassandra/Function_.html#method_language","d":"

    Returns the lanuage of the function

    "},{"t":"M","n":"Cassandra\\Function_::body","p":"Cassandra/Function_.html#method_body","d":"

    Returns the body of the function

    "},{"t":"M","n":"Cassandra\\Function_::isCalledOnNullInput","p":"Cassandra/Function_.html#method_isCalledOnNullInput","d":"

    Determines if a function is called when the value is null.

    "},{"t":"M","n":"Cassandra\\Future::get","p":"Cassandra/Future.html#method_get","d":"

    Waits for a given future resource to resolve and throws errors if any.

    "},{"t":"M","n":"Cassandra\\Index::name","p":"Cassandra/Index.html#method_name","d":"

    Returns the name of the index

    "},{"t":"M","n":"Cassandra\\Index::kind","p":"Cassandra/Index.html#method_kind","d":"

    Returns the kind of index

    "},{"t":"M","n":"Cassandra\\Index::target","p":"Cassandra/Index.html#method_target","d":"

    Returns the target column of the index

    "},{"t":"M","n":"Cassandra\\Index::option","p":"Cassandra/Index.html#method_option","d":"

    Return a column's option by name

    "},{"t":"M","n":"Cassandra\\Index::options","p":"Cassandra/Index.html#method_options","d":"

    Returns all the index's options

    "},{"t":"M","n":"Cassandra\\Index::className","p":"Cassandra/Index.html#method_className","d":"

    Returns the class name of the index

    "},{"t":"M","n":"Cassandra\\Index::isCustom","p":"Cassandra/Index.html#method_isCustom","d":"

    Determines if the index is a custom index.

    "},{"t":"M","n":"Cassandra\\Keyspace::name","p":"Cassandra/Keyspace.html#method_name","d":"

    Returns keyspace name

    "},{"t":"M","n":"Cassandra\\Keyspace::replicationClassName","p":"Cassandra/Keyspace.html#method_replicationClassName","d":"

    Returns replication class name

    "},{"t":"M","n":"Cassandra\\Keyspace::replicationOptions","p":"Cassandra/Keyspace.html#method_replicationOptions","d":"

    Returns replication options

    "},{"t":"M","n":"Cassandra\\Keyspace::hasDurableWrites","p":"Cassandra/Keyspace.html#method_hasDurableWrites","d":"

    Returns whether the keyspace has durable writes enabled

    "},{"t":"M","n":"Cassandra\\Keyspace::table","p":"Cassandra/Keyspace.html#method_table","d":"

    Returns a table by name

    "},{"t":"M","n":"Cassandra\\Keyspace::tables","p":"Cassandra/Keyspace.html#method_tables","d":"

    Returns all tables defined in this keyspace

    "},{"t":"M","n":"Cassandra\\Keyspace::userType","p":"Cassandra/Keyspace.html#method_userType","d":"

    Get user type by name

    "},{"t":"M","n":"Cassandra\\Keyspace::userTypes","p":"Cassandra/Keyspace.html#method_userTypes","d":"

    Get all user types

    "},{"t":"M","n":"Cassandra\\Keyspace::materializedView","p":"Cassandra/Keyspace.html#method_materializedView","d":"

    Get materialized view by name

    "},{"t":"M","n":"Cassandra\\Keyspace::materializedViews","p":"Cassandra/Keyspace.html#method_materializedViews","d":"

    Gets all materialized views

    "},{"t":"M","n":"Cassandra\\Keyspace::function_","p":"Cassandra/Keyspace.html#method_function_","d":"

    Get a function by name and signature

    "},{"t":"M","n":"Cassandra\\Keyspace::functions","p":"Cassandra/Keyspace.html#method_functions","d":"

    Get all functions

    "},{"t":"M","n":"Cassandra\\Keyspace::aggregate","p":"Cassandra/Keyspace.html#method_aggregate","d":"

    Get an aggregate by name and signature

    "},{"t":"M","n":"Cassandra\\Keyspace::aggregates","p":"Cassandra/Keyspace.html#method_aggregates","d":"

    Get all aggregates

    "},{"t":"M","n":"Cassandra\\Numeric::add","p":"Cassandra/Numeric.html#method_add","d":""},{"t":"M","n":"Cassandra\\Numeric::sub","p":"Cassandra/Numeric.html#method_sub","d":""},{"t":"M","n":"Cassandra\\Numeric::mul","p":"Cassandra/Numeric.html#method_mul","d":""},{"t":"M","n":"Cassandra\\Numeric::div","p":"Cassandra/Numeric.html#method_div","d":""},{"t":"M","n":"Cassandra\\Numeric::mod","p":"Cassandra/Numeric.html#method_mod","d":""},{"t":"M","n":"Cassandra\\Numeric::abs","p":"Cassandra/Numeric.html#method_abs","d":""},{"t":"M","n":"Cassandra\\Numeric::neg","p":"Cassandra/Numeric.html#method_neg","d":""},{"t":"M","n":"Cassandra\\Numeric::sqrt","p":"Cassandra/Numeric.html#method_sqrt","d":""},{"t":"M","n":"Cassandra\\Numeric::toInt","p":"Cassandra/Numeric.html#method_toInt","d":""},{"t":"M","n":"Cassandra\\Numeric::toDouble","p":"Cassandra/Numeric.html#method_toDouble","d":""},{"t":"M","n":"Cassandra\\Schema::keyspace","p":"Cassandra/Schema.html#method_keyspace","d":"

    Returns a Keyspace instance by name.

    "},{"t":"M","n":"Cassandra\\Schema::keyspaces","p":"Cassandra/Schema.html#method_keyspaces","d":"

    Returns all keyspaces defined in the schema.

    "},{"t":"M","n":"Cassandra\\Session::execute","p":"Cassandra/Session.html#method_execute","d":"

    Execute a query.

    "},{"t":"M","n":"Cassandra\\Session::executeAsync","p":"Cassandra/Session.html#method_executeAsync","d":"

    Execute a query asynchronously. This method returns immediately, but\nthe query continues execution in the background.

    "},{"t":"M","n":"Cassandra\\Session::prepare","p":"Cassandra/Session.html#method_prepare","d":"

    Prepare a query for execution.

    "},{"t":"M","n":"Cassandra\\Session::prepareAsync","p":"Cassandra/Session.html#method_prepareAsync","d":"

    Asynchronously prepare a query for execution.

    "},{"t":"M","n":"Cassandra\\Session::close","p":"Cassandra/Session.html#method_close","d":"

    Close the session and all its connections.

    "},{"t":"M","n":"Cassandra\\Session::closeAsync","p":"Cassandra/Session.html#method_closeAsync","d":"

    Asynchronously close the session and all its connections.

    "},{"t":"M","n":"Cassandra\\Session::metrics","p":"Cassandra/Session.html#method_metrics","d":"

    Get performance and diagnostic metrics.

    "},{"t":"M","n":"Cassandra\\Session::schema","p":"Cassandra/Session.html#method_schema","d":"

    Get a snapshot of the cluster's current schema.

    "},{"t":"M","n":"Cassandra\\Table::name","p":"Cassandra/Table.html#method_name","d":"

    Returns the name of this table

    "},{"t":"M","n":"Cassandra\\Table::option","p":"Cassandra/Table.html#method_option","d":"

    Return a table's option by name

    "},{"t":"M","n":"Cassandra\\Table::options","p":"Cassandra/Table.html#method_options","d":"

    Returns all the table's options

    "},{"t":"M","n":"Cassandra\\Table::comment","p":"Cassandra/Table.html#method_comment","d":"

    Description of the table, if any

    "},{"t":"M","n":"Cassandra\\Table::readRepairChance","p":"Cassandra/Table.html#method_readRepairChance","d":"

    Returns read repair chance

    "},{"t":"M","n":"Cassandra\\Table::localReadRepairChance","p":"Cassandra/Table.html#method_localReadRepairChance","d":"

    Returns local read repair chance

    "},{"t":"M","n":"Cassandra\\Table::gcGraceSeconds","p":"Cassandra/Table.html#method_gcGraceSeconds","d":"

    Returns GC grace seconds

    "},{"t":"M","n":"Cassandra\\Table::caching","p":"Cassandra/Table.html#method_caching","d":"

    Returns caching options

    "},{"t":"M","n":"Cassandra\\Table::bloomFilterFPChance","p":"Cassandra/Table.html#method_bloomFilterFPChance","d":"

    Returns bloom filter FP chance

    "},{"t":"M","n":"Cassandra\\Table::memtableFlushPeriodMs","p":"Cassandra/Table.html#method_memtableFlushPeriodMs","d":"

    Returns memtable flush period in milliseconds

    "},{"t":"M","n":"Cassandra\\Table::defaultTTL","p":"Cassandra/Table.html#method_defaultTTL","d":"

    Returns default TTL.

    "},{"t":"M","n":"Cassandra\\Table::speculativeRetry","p":"Cassandra/Table.html#method_speculativeRetry","d":"

    Returns speculative retry.

    "},{"t":"M","n":"Cassandra\\Table::indexInterval","p":"Cassandra/Table.html#method_indexInterval","d":"

    Returns index interval

    "},{"t":"M","n":"Cassandra\\Table::compactionStrategyClassName","p":"Cassandra/Table.html#method_compactionStrategyClassName","d":"

    Returns compaction strategy class name

    "},{"t":"M","n":"Cassandra\\Table::compactionStrategyOptions","p":"Cassandra/Table.html#method_compactionStrategyOptions","d":"

    Returns compaction strategy options

    "},{"t":"M","n":"Cassandra\\Table::compressionParameters","p":"Cassandra/Table.html#method_compressionParameters","d":"

    Returns compression parameters

    "},{"t":"M","n":"Cassandra\\Table::populateIOCacheOnFlush","p":"Cassandra/Table.html#method_populateIOCacheOnFlush","d":"

    Returns whether or not the populate_io_cache_on_flush is true

    "},{"t":"M","n":"Cassandra\\Table::replicateOnWrite","p":"Cassandra/Table.html#method_replicateOnWrite","d":"

    Returns whether or not the replicate_on_write is true

    "},{"t":"M","n":"Cassandra\\Table::maxIndexInterval","p":"Cassandra/Table.html#method_maxIndexInterval","d":"

    Returns the value of max_index_interval

    "},{"t":"M","n":"Cassandra\\Table::minIndexInterval","p":"Cassandra/Table.html#method_minIndexInterval","d":"

    Returns the value of min_index_interval

    "},{"t":"M","n":"Cassandra\\Table::column","p":"Cassandra/Table.html#method_column","d":"

    Returns column by name

    "},{"t":"M","n":"Cassandra\\Table::columns","p":"Cassandra/Table.html#method_columns","d":"

    Returns all columns in this table

    "},{"t":"M","n":"Cassandra\\Table::partitionKey","p":"Cassandra/Table.html#method_partitionKey","d":"

    Returns the partition key columns of the table

    "},{"t":"M","n":"Cassandra\\Table::primaryKey","p":"Cassandra/Table.html#method_primaryKey","d":"

    Returns both the partition and clustering key columns of the table

    "},{"t":"M","n":"Cassandra\\Table::clusteringKey","p":"Cassandra/Table.html#method_clusteringKey","d":"

    Returns the clustering key columns of the table

    "},{"t":"M","n":"Cassandra\\Table::clusteringOrder","p":"Cassandra/Table.html#method_clusteringOrder","d":""},{"t":"M","n":"Cassandra\\UuidInterface::uuid","p":"Cassandra/UuidInterface.html#method_uuid","d":"

    Returns this uuid as string.

    "},{"t":"M","n":"Cassandra\\UuidInterface::version","p":"Cassandra/UuidInterface.html#method_version","d":"

    Returns the version of this uuid.

    "},{"t":"M","n":"Cassandra\\Value::type","p":"Cassandra/Value.html#method_type","d":"

    The type of represented by the value.

    "},{"t":"M","n":"Collectable::isGarbage","p":"Collectable.html#method_isGarbage","d":"

    (PECL pthreads >= 2.0.8)
    \nCan be called in Pool::collect() to determine if this object is garbage

    "},{"t":"M","n":"Couchbase\\AnalyticsResult::metaData","p":"Couchbase/AnalyticsResult.html#method_metaData","d":"

    Returns metadata generated during query execution

    "},{"t":"M","n":"Couchbase\\AnalyticsResult::rows","p":"Couchbase/AnalyticsResult.html#method_rows","d":"

    Returns the rows returned during query execution

    "},{"t":"M","n":"Couchbase\\CounterResult::content","p":"Couchbase/CounterResult.html#method_content","d":"

    Returns the new value of the counter

    "},{"t":"M","n":"Couchbase\\DateRangeFacetResult::name","p":"Couchbase/DateRangeFacetResult.html#method_name","d":""},{"t":"M","n":"Couchbase\\DateRangeFacetResult::start","p":"Couchbase/DateRangeFacetResult.html#method_start","d":""},{"t":"M","n":"Couchbase\\DateRangeFacetResult::end","p":"Couchbase/DateRangeFacetResult.html#method_end","d":""},{"t":"M","n":"Couchbase\\DateRangeFacetResult::count","p":"Couchbase/DateRangeFacetResult.html#method_count","d":""},{"t":"M","n":"Couchbase\\ExistsResult::exists","p":"Couchbase/ExistsResult.html#method_exists","d":"

    Returns whether or not the document exists

    "},{"t":"M","n":"Couchbase\\GetReplicaResult::content","p":"Couchbase/GetReplicaResult.html#method_content","d":"

    Returns the content of the document fetched

    "},{"t":"M","n":"Couchbase\\GetReplicaResult::isReplica","p":"Couchbase/GetReplicaResult.html#method_isReplica","d":"

    Returns whether or not the document came from a replica server

    "},{"t":"M","n":"Couchbase\\GetResult::content","p":"Couchbase/GetResult.html#method_content","d":"

    Returns the content of the document fetched

    "},{"t":"M","n":"Couchbase\\GetResult::expiryTime","p":"Couchbase/GetResult.html#method_expiryTime","d":"

    Returns the document expiration time or null if the document does not expire.

    "},{"t":"M","n":"Couchbase\\LookupInResult::content","p":"Couchbase/LookupInResult.html#method_content","d":"

    Returns the value located at the index specified

    "},{"t":"M","n":"Couchbase\\LookupInResult::exists","p":"Couchbase/LookupInResult.html#method_exists","d":"

    Returns whether or not the path at the index specified exists

    "},{"t":"M","n":"Couchbase\\LookupInResult::status","p":"Couchbase/LookupInResult.html#method_status","d":"

    Returns any error code for the path at the index specified

    "},{"t":"M","n":"Couchbase\\LookupInResult::expiryTime","p":"Couchbase/LookupInResult.html#method_expiryTime","d":"

    Returns the document expiration time or null if the document does not expire.

    "},{"t":"M","n":"Couchbase\\Meter::valueRecorder","p":"Couchbase/Meter.html#method_valueRecorder","d":"

    Creates a new value recorder for a metric with the specified tags.

    "},{"t":"M","n":"Couchbase\\MutateInResult::content","p":"Couchbase/MutateInResult.html#method_content","d":"

    Returns any value located at the index specified

    "},{"t":"M","n":"Couchbase\\MutationResult::mutationToken","p":"Couchbase/MutationResult.html#method_mutationToken","d":"

    Returns the mutation token generated during the mutation

    "},{"t":"M","n":"Couchbase\\MutationToken::bucketName","p":"Couchbase/MutationToken.html#method_bucketName","d":"

    Returns bucket name

    "},{"t":"M","n":"Couchbase\\MutationToken::partitionId","p":"Couchbase/MutationToken.html#method_partitionId","d":"

    Returns partition number

    "},{"t":"M","n":"Couchbase\\MutationToken::partitionUuid","p":"Couchbase/MutationToken.html#method_partitionUuid","d":"

    Returns UUID of the partition

    "},{"t":"M","n":"Couchbase\\MutationToken::sequenceNumber","p":"Couchbase/MutationToken.html#method_sequenceNumber","d":"

    Returns the sequence number inside partition

    "},{"t":"M","n":"Couchbase\\NumericRangeFacetResult::name","p":"Couchbase/NumericRangeFacetResult.html#method_name","d":""},{"t":"M","n":"Couchbase\\NumericRangeFacetResult::min","p":"Couchbase/NumericRangeFacetResult.html#method_min","d":""},{"t":"M","n":"Couchbase\\NumericRangeFacetResult::max","p":"Couchbase/NumericRangeFacetResult.html#method_max","d":""},{"t":"M","n":"Couchbase\\NumericRangeFacetResult::count","p":"Couchbase/NumericRangeFacetResult.html#method_count","d":""},{"t":"M","n":"Couchbase\\QueryMetaData::status","p":"Couchbase/QueryMetaData.html#method_status","d":"

    Returns the query execution status

    "},{"t":"M","n":"Couchbase\\QueryMetaData::requestId","p":"Couchbase/QueryMetaData.html#method_requestId","d":"

    Returns the identifier associated with the query

    "},{"t":"M","n":"Couchbase\\QueryMetaData::clientContextId","p":"Couchbase/QueryMetaData.html#method_clientContextId","d":"

    Returns the client context id associated with the query

    "},{"t":"M","n":"Couchbase\\QueryMetaData::signature","p":"Couchbase/QueryMetaData.html#method_signature","d":"

    Returns the signature of the query

    "},{"t":"M","n":"Couchbase\\QueryMetaData::warnings","p":"Couchbase/QueryMetaData.html#method_warnings","d":"

    Returns any warnings generated during query execution

    "},{"t":"M","n":"Couchbase\\QueryMetaData::errors","p":"Couchbase/QueryMetaData.html#method_errors","d":"

    Returns any errors generated during query execution

    "},{"t":"M","n":"Couchbase\\QueryMetaData::metrics","p":"Couchbase/QueryMetaData.html#method_metrics","d":"

    Returns metrics generated during query execution such as timings and counts

    "},{"t":"M","n":"Couchbase\\QueryMetaData::profile","p":"Couchbase/QueryMetaData.html#method_profile","d":"

    Returns the profile of the query if enabled

    "},{"t":"M","n":"Couchbase\\QueryResult::metaData","p":"Couchbase/QueryResult.html#method_metaData","d":"

    Returns metadata generated during query execution such as errors and metrics

    "},{"t":"M","n":"Couchbase\\QueryResult::rows","p":"Couchbase/QueryResult.html#method_rows","d":"

    Returns the rows returns during query execution

    "},{"t":"M","n":"Couchbase\\RequestSpan::addTag","p":"Couchbase/RequestSpan.html#method_addTag","d":"

    Adds an tag to this span.

    "},{"t":"M","n":"Couchbase\\RequestSpan::end","p":"Couchbase/RequestSpan.html#method_end","d":"

    Ends this span.

    "},{"t":"M","n":"Couchbase\\RequestTracer::requestSpan","p":"Couchbase/RequestTracer.html#method_requestSpan","d":"

    Creates a new request span.

    "},{"t":"M","n":"Couchbase\\Result::cas","p":"Couchbase/Result.html#method_cas","d":"

    Returns the CAS value for the document

    "},{"t":"M","n":"Couchbase\\SearchFacetResult::field","p":"Couchbase/SearchFacetResult.html#method_field","d":"

    The field the SearchFacet was targeting.

    "},{"t":"M","n":"Couchbase\\SearchFacetResult::total","p":"Couchbase/SearchFacetResult.html#method_total","d":"

    The total number of valued facet results. Total = other() + terms (but doesn't include * missing()).

    "},{"t":"M","n":"Couchbase\\SearchFacetResult::missing","p":"Couchbase/SearchFacetResult.html#method_missing","d":"

    The number of results that couldn't be faceted, missing the adequate value. Not matter how many more\nbuckets are added to the original facet, these result won't ever be included in one.

    "},{"t":"M","n":"Couchbase\\SearchFacetResult::other","p":"Couchbase/SearchFacetResult.html#method_other","d":"

    The number of results that could have been faceted (because they have a value for the facet's field) but\nweren't, due to not having a bucket in which they belong. Adding a bucket can result in these results being\nfaceted.

    "},{"t":"M","n":"Couchbase\\SearchFacetResult::terms","p":"Couchbase/SearchFacetResult.html#method_terms","d":""},{"t":"M","n":"Couchbase\\SearchFacetResult::numericRanges","p":"Couchbase/SearchFacetResult.html#method_numericRanges","d":""},{"t":"M","n":"Couchbase\\SearchFacetResult::dateRanges","p":"Couchbase/SearchFacetResult.html#method_dateRanges","d":""},{"t":"M","n":"Couchbase\\SearchMetaData::successCount","p":"Couchbase/SearchMetaData.html#method_successCount","d":"

    Returns the number of pindexes successfully queried

    "},{"t":"M","n":"Couchbase\\SearchMetaData::errorCount","p":"Couchbase/SearchMetaData.html#method_errorCount","d":"

    Returns the number of errors messages reported by individual pindexes

    "},{"t":"M","n":"Couchbase\\SearchMetaData::took","p":"Couchbase/SearchMetaData.html#method_took","d":"

    Returns the time taken to complete the query

    "},{"t":"M","n":"Couchbase\\SearchMetaData::totalHits","p":"Couchbase/SearchMetaData.html#method_totalHits","d":"

    Returns the total number of matches for this result

    "},{"t":"M","n":"Couchbase\\SearchMetaData::maxScore","p":"Couchbase/SearchMetaData.html#method_maxScore","d":"

    Returns the highest score of all documents for this search query.

    "},{"t":"M","n":"Couchbase\\SearchMetaData::metrics","p":"Couchbase/SearchMetaData.html#method_metrics","d":"

    Returns the metrics generated during execution of this search query.

    "},{"t":"M","n":"Couchbase\\SearchResult::metaData","p":"Couchbase/SearchResult.html#method_metaData","d":"

    Returns metadata generated during query execution

    "},{"t":"M","n":"Couchbase\\SearchResult::facets","p":"Couchbase/SearchResult.html#method_facets","d":"

    Returns any facets returned by the query

    "},{"t":"M","n":"Couchbase\\SearchResult::rows","p":"Couchbase/SearchResult.html#method_rows","d":"

    Returns any rows returned by the query

    "},{"t":"M","n":"Couchbase\\TermFacetResult::term","p":"Couchbase/TermFacetResult.html#method_term","d":""},{"t":"M","n":"Couchbase\\TermFacetResult::count","p":"Couchbase/TermFacetResult.html#method_count","d":""},{"t":"M","n":"Couchbase\\ValueRecorder::recordValue","p":"Couchbase/ValueRecorder.html#method_recordValue","d":"

    Records a new value.

    "},{"t":"M","n":"Couchbase\\ViewMetaData::totalRows","p":"Couchbase/ViewMetaData.html#method_totalRows","d":"

    Returns the total number of rows returned by this view query

    "},{"t":"M","n":"Couchbase\\ViewMetaData::debug","p":"Couchbase/ViewMetaData.html#method_debug","d":"

    Returns debug information for this view query if enabled

    "},{"t":"M","n":"Couchbase\\ViewQueryEncodable::encode","p":"Couchbase/ViewQueryEncodable.html#method_encode","d":"

    Returns associative array, representing the View query.

    "},{"t":"M","n":"Couchbase\\ViewResult::metaData","p":"Couchbase/ViewResult.html#method_metaData","d":"

    Returns metadata generated during query execution

    "},{"t":"M","n":"Couchbase\\ViewResult::rows","p":"Couchbase/ViewResult.html#method_rows","d":"

    Returns any rows returned by the query

    "},{"t":"M","n":"Countable::count","p":"Countable.html#method_count","d":"

    Count elements of an object

    "},{"t":"M","n":"DOMChildNode::remove","p":"DOMChildNode.html#method_remove","d":"

    Acts as a simpler version of {DOMNode::removeChild()}.

    "},{"t":"M","n":"DOMChildNode::before","p":"DOMChildNode.html#method_before","d":"

    Add passed node(s) before the current node

    "},{"t":"M","n":"DOMChildNode::after","p":"DOMChildNode.html#method_after","d":"

    Add passed node(s) after the current node

    "},{"t":"M","n":"DOMChildNode::replaceWith","p":"DOMChildNode.html#method_replaceWith","d":"

    Replace current node with new node(s), a combination\nof {DOMChildNode::remove()} + {DOMChildNode::append()}.

    "},{"t":"M","n":"DOMParentNode::append","p":"DOMParentNode.html#method_append","d":"

    Appends one or many nodes to the list of children behind the last\nchild node.

    "},{"t":"M","n":"DOMParentNode::prepend","p":"DOMParentNode.html#method_prepend","d":"

    Prepends one or many nodes to the list of children before the first\nchild node.

    "},{"t":"M","n":"DOMParentNode::replaceChildren","p":"DOMParentNode.html#method_replaceChildren","d":""},{"t":"M","n":"DateTimeInterface::diff","p":"DateTimeInterface.html#method_diff","d":"

    (PHP 5 >=5.5.0)
    \nReturns the difference between two DateTime objects

    "},{"t":"M","n":"DateTimeInterface::format","p":"DateTimeInterface.html#method_format","d":"

    (PHP 5 >=5.5.0)
    \nReturns date formatted according to given format

    "},{"t":"M","n":"DateTimeInterface::getOffset","p":"DateTimeInterface.html#method_getOffset","d":"

    (PHP 5 >=5.5.0)
    \nReturns the timezone offset

    "},{"t":"M","n":"DateTimeInterface::getTimestamp","p":"DateTimeInterface.html#method_getTimestamp","d":"

    (PHP 5 >=5.5.0)
    \nGets the Unix timestamp

    "},{"t":"M","n":"DateTimeInterface::getTimezone","p":"DateTimeInterface.html#method_getTimezone","d":"

    (PHP 5 >=5.5.0)
    \nReturn time zone relative to given DateTime

    "},{"t":"M","n":"DateTimeInterface::__wakeup","p":"DateTimeInterface.html#method___wakeup","d":"

    (PHP 5 >=5.5.0)
    \nThe __wakeup handler

    "},{"t":"M","n":"DateTimeInterface::__serialize","p":"DateTimeInterface.html#method___serialize","d":null},{"t":"M","n":"DateTimeInterface::__unserialize","p":"DateTimeInterface.html#method___unserialize","d":null},{"t":"M","n":"DateTimeInterface::getMicrosecond","p":"DateTimeInterface.html#method_getMicrosecond","d":""},{"t":"M","n":"DateTimeInterface::setMicrosecond","p":"DateTimeInterface.html#method_setMicrosecond","d":""},{"t":"M","n":"Dom\\ChildNode::remove","p":"Dom/ChildNode.html#method_remove","d":null},{"t":"M","n":"Dom\\ChildNode::before","p":"Dom/ChildNode.html#method_before","d":null},{"t":"M","n":"Dom\\ChildNode::after","p":"Dom/ChildNode.html#method_after","d":null},{"t":"M","n":"Dom\\ChildNode::replaceWith","p":"Dom/ChildNode.html#method_replaceWith","d":null},{"t":"M","n":"Dom\\ParentNode::append","p":"Dom/ParentNode.html#method_append","d":null},{"t":"M","n":"Dom\\ParentNode::prepend","p":"Dom/ParentNode.html#method_prepend","d":null},{"t":"M","n":"Dom\\ParentNode::replaceChildren","p":"Dom/ParentNode.html#method_replaceChildren","d":null},{"t":"M","n":"Dom\\ParentNode::querySelector","p":"Dom/ParentNode.html#method_querySelector","d":null},{"t":"M","n":"Dom\\ParentNode::querySelectorAll","p":"Dom/ParentNode.html#method_querySelectorAll","d":""},{"t":"M","n":"Ds\\Collection::clear","p":"Ds/Collection.html#method_clear","d":"

    Removes all values from the collection.

    "},{"t":"M","n":"Ds\\Collection::copy","p":"Ds/Collection.html#method_copy","d":"

    Returns a shallow copy of the collection.

    "},{"t":"M","n":"Ds\\Collection::isEmpty","p":"Ds/Collection.html#method_isEmpty","d":"

    Returns whether the collection is empty.

    "},{"t":"M","n":"Ds\\Collection::toArray","p":"Ds/Collection.html#method_toArray","d":"

    Converts the collection to an array.

    "},{"t":"M","n":"Ds\\Hashable::equals","p":"Ds/Hashable.html#method_equals","d":"

    Determines whether another object is equal to the current instance.

    "},{"t":"M","n":"Ds\\Hashable::hash","p":"Ds/Hashable.html#method_hash","d":"

    Returns a scalar value to be used as the hash value of the objects.

    "},{"t":"M","n":"Ds\\Sequence::allocate","p":"Ds/Sequence.html#method_allocate","d":"

    Ensures that enough memory is allocated for a required capacity.

    "},{"t":"M","n":"Ds\\Sequence::apply","p":"Ds/Sequence.html#method_apply","d":"

    Updates all values by applying a callback function to each value in\nthe sequence.

    "},{"t":"M","n":"Ds\\Sequence::capacity","p":"Ds/Sequence.html#method_capacity","d":"

    Returns the current capacity.

    "},{"t":"M","n":"Ds\\Sequence::contains","p":"Ds/Sequence.html#method_contains","d":"

    Determines if the sequence contains all values.

    "},{"t":"M","n":"Ds\\Sequence::filter","p":"Ds/Sequence.html#method_filter","d":"

    Creates a new sequence using a callable to determine which values\nto include.

    "},{"t":"M","n":"Ds\\Sequence::find","p":"Ds/Sequence.html#method_find","d":"

    Returns the index of the value, or FALSE if not found.

    "},{"t":"M","n":"Ds\\Sequence::first","p":"Ds/Sequence.html#method_first","d":"

    Returns the first value in the sequence.

    "},{"t":"M","n":"Ds\\Sequence::get","p":"Ds/Sequence.html#method_get","d":"

    Returns the value at a given index.

    "},{"t":"M","n":"Ds\\Sequence::insert","p":"Ds/Sequence.html#method_insert","d":"

    Inserts values into the sequence at a given index.

    "},{"t":"M","n":"Ds\\Sequence::join","p":"Ds/Sequence.html#method_join","d":"

    Joins all values together as a string using an optional separator\nbetween each value.

    "},{"t":"M","n":"Ds\\Sequence::last","p":"Ds/Sequence.html#method_last","d":"

    Returns the last value in the sequence.

    "},{"t":"M","n":"Ds\\Sequence::map","p":"Ds/Sequence.html#method_map","d":"

    Returns the result of applying a callback function to each value in\nthe sequence.

    "},{"t":"M","n":"Ds\\Sequence::merge","p":"Ds/Sequence.html#method_merge","d":"

    Returns the result of adding all given values to the sequence.

    "},{"t":"M","n":"Ds\\Sequence::pop","p":"Ds/Sequence.html#method_pop","d":"

    Removes and returns the last value.

    "},{"t":"M","n":"Ds\\Sequence::push","p":"Ds/Sequence.html#method_push","d":"

    Adds values to the end of the sequence.

    "},{"t":"M","n":"Ds\\Sequence::reduce","p":"Ds/Sequence.html#method_reduce","d":"

    Reduces the sequence to a single value using a callback function.

    "},{"t":"M","n":"Ds\\Sequence::remove","p":"Ds/Sequence.html#method_remove","d":"

    Removes and returns a value by index.

    "},{"t":"M","n":"Ds\\Sequence::reverse","p":"Ds/Sequence.html#method_reverse","d":"

    Reverses the sequence in-place.

    "},{"t":"M","n":"Ds\\Sequence::reversed","p":"Ds/Sequence.html#method_reversed","d":"

    Returns a reversed copy of the sequence.

    "},{"t":"M","n":"Ds\\Sequence::rotate","p":"Ds/Sequence.html#method_rotate","d":"

    Rotates the sequence by a given number of rotations, which is\nequivalent to successively calling\n$sequence->push($sequence->shift()) if the number of rotations is\npositive, or $sequence->unshift($sequence->pop()) if negative.

    "},{"t":"M","n":"Ds\\Sequence::set","p":"Ds/Sequence.html#method_set","d":"

    Updates a value at a given index.

    "},{"t":"M","n":"Ds\\Sequence::shift","p":"Ds/Sequence.html#method_shift","d":"

    Removes and returns the first value.

    "},{"t":"M","n":"Ds\\Sequence::slice","p":"Ds/Sequence.html#method_slice","d":"

    Creates a sub-sequence of a given range.

    "},{"t":"M","n":"Ds\\Sequence::sort","p":"Ds/Sequence.html#method_sort","d":"

    Sorts the sequence in-place, using an optional comparator function.

    "},{"t":"M","n":"Ds\\Sequence::sorted","p":"Ds/Sequence.html#method_sorted","d":"

    Returns a sorted copy, using an optional comparator function.

    "},{"t":"M","n":"Ds\\Sequence::sum","p":"Ds/Sequence.html#method_sum","d":"

    Returns the sum of all values in the sequence.

    "},{"t":"M","n":"Ds\\Sequence::unshift","p":"Ds/Sequence.html#method_unshift","d":"

    Adds values to the front of the sequence, moving all the current\nvalues forward to make room for the new values.

    "},{"t":"M","n":"Elastic\\Apm\\ExecutionSegmentContextInterface::setLabel","p":"Elastic/Apm/ExecutionSegmentContextInterface.html#method_setLabel","d":""},{"t":"M","n":"Elastic\\Apm\\ExecutionSegmentInterface::getId","p":"Elastic/Apm/ExecutionSegmentInterface.html#method_getId","d":"

    Hex encoded 64 random bits (== 8 bytes == 16 hex digits) ID.

    "},{"t":"M","n":"Elastic\\Apm\\ExecutionSegmentInterface::getTraceId","p":"Elastic/Apm/ExecutionSegmentInterface.html#method_getTraceId","d":"

    Hex encoded 128 random bits (== 16 bytes == 32 hex digits) ID of the correlated trace.

    "},{"t":"M","n":"Elastic\\Apm\\ExecutionSegmentInterface::getTimestamp","p":"Elastic/Apm/ExecutionSegmentInterface.html#method_getTimestamp","d":"

    Recorded time of the event.

    "},{"t":"M","n":"Elastic\\Apm\\ExecutionSegmentInterface::beginChildSpan","p":"Elastic/Apm/ExecutionSegmentInterface.html#method_beginChildSpan","d":"

    Begins a new span with this execution segment as the new span's parent.

    "},{"t":"M","n":"Elastic\\Apm\\ExecutionSegmentInterface::captureChildSpan","p":"Elastic/Apm/ExecutionSegmentInterface.html#method_captureChildSpan","d":"

    Begins a new span with this execution segment as the new span's parent,\nruns the provided callback as the new span and automatically ends the new span.

    "},{"t":"M","n":"Elastic\\Apm\\ExecutionSegmentInterface::setName","p":"Elastic/Apm/ExecutionSegmentInterface.html#method_setName","d":"
      \n
    • For transactions:\nThe name of this transaction.
    • \n
    "},{"t":"M","n":"Elastic\\Apm\\ExecutionSegmentInterface::setType","p":"Elastic/Apm/ExecutionSegmentInterface.html#method_setType","d":"

    Type is a keyword of specific relevance in the service's domain\ne.g.,

    \n
      \n
    • For transaction: 'db', 'external' for a span and 'request', 'backgroundjob' for a transaction, etc.
    • \n
    "},{"t":"M","n":"Elastic\\Apm\\ExecutionSegmentInterface::getDistributedTracingData","p":"Elastic/Apm/ExecutionSegmentInterface.html#method_getDistributedTracingData","d":""},{"t":"M","n":"Elastic\\Apm\\ExecutionSegmentInterface::injectDistributedTracingHeaders","p":"Elastic/Apm/ExecutionSegmentInterface.html#method_injectDistributedTracingHeaders","d":"

    Returns distributed tracing data for the current span/transaction

    "},{"t":"M","n":"Elastic\\Apm\\ExecutionSegmentInterface::end","p":"Elastic/Apm/ExecutionSegmentInterface.html#method_end","d":"

    Sets the end timestamp and finalizes this object's state.

    "},{"t":"M","n":"Elastic\\Apm\\ExecutionSegmentInterface::hasEnded","p":"Elastic/Apm/ExecutionSegmentInterface.html#method_hasEnded","d":"

    Returns true if this execution segment has already ended.

    "},{"t":"M","n":"Elastic\\Apm\\ExecutionSegmentInterface::createErrorFromThrowable","p":"Elastic/Apm/ExecutionSegmentInterface.html#method_createErrorFromThrowable","d":"

    Creates an error based on the given Throwable instance with this execution segment as the parent.

    "},{"t":"M","n":"Elastic\\Apm\\ExecutionSegmentInterface::createCustomError","p":"Elastic/Apm/ExecutionSegmentInterface.html#method_createCustomError","d":"

    Creates an error based on the given Throwable instance with this execution segment as the parent.

    "},{"t":"M","n":"Elastic\\Apm\\ExecutionSegmentInterface::setOutcome","p":"Elastic/Apm/ExecutionSegmentInterface.html#method_setOutcome","d":"

    The outcome of the transaction/span: success, failure, or unknown.

    "},{"t":"M","n":"Elastic\\Apm\\ExecutionSegmentInterface::getOutcome","p":"Elastic/Apm/ExecutionSegmentInterface.html#method_getOutcome","d":""},{"t":"M","n":"Elastic\\Apm\\ExecutionSegmentInterface::isNoop","p":"Elastic/Apm/ExecutionSegmentInterface.html#method_isNoop","d":"

    Returns true if this execution segment is a no-op (for example when recording is disabled).

    "},{"t":"M","n":"Elastic\\Apm\\ExecutionSegmentInterface::discard","p":"Elastic/Apm/ExecutionSegmentInterface.html#method_discard","d":"

    Discards this execution segment.

    "},{"t":"M","n":"Elastic\\Apm\\SpanContextDbInterface::setStatement","p":"Elastic/Apm/SpanContextDbInterface.html#method_setStatement","d":"

    A database statement (e.g. query) for the given database type

    "},{"t":"M","n":"Elastic\\Apm\\SpanContextDestinationInterface::setService","p":"Elastic/Apm/SpanContextDestinationInterface.html#method_setService","d":"

    Sets destination service context

    "},{"t":"M","n":"Elastic\\Apm\\SpanContextHttpInterface::setUrl","p":"Elastic/Apm/SpanContextHttpInterface.html#method_setUrl","d":"

    The raw url of the correlating http request

    "},{"t":"M","n":"Elastic\\Apm\\SpanContextHttpInterface::setStatusCode","p":"Elastic/Apm/SpanContextHttpInterface.html#method_setStatusCode","d":"

    The status code of the http request

    "},{"t":"M","n":"Elastic\\Apm\\SpanContextHttpInterface::setMethod","p":"Elastic/Apm/SpanContextHttpInterface.html#method_setMethod","d":"

    The method of the http request

    "},{"t":"M","n":"Elastic\\Apm\\SpanContextInterface::db","p":"Elastic/Apm/SpanContextInterface.html#method_db","d":"

    Returns an object containing contextual data for database spans

    "},{"t":"M","n":"Elastic\\Apm\\SpanContextInterface::http","p":"Elastic/Apm/SpanContextInterface.html#method_http","d":"

    Returns an object containing contextual data of the related http request

    "},{"t":"M","n":"Elastic\\Apm\\SpanContextInterface::destination","p":"Elastic/Apm/SpanContextInterface.html#method_destination","d":"

    Returns an object containing contextual data about the destination for spans

    "},{"t":"M","n":"Elastic\\Apm\\SpanInterface::getTransactionId","p":"Elastic/Apm/SpanInterface.html#method_getTransactionId","d":"

    Hex encoded 64 random bits ID of the correlated transaction.

    "},{"t":"M","n":"Elastic\\Apm\\SpanInterface::getParentId","p":"Elastic/Apm/SpanInterface.html#method_getParentId","d":"

    Hex encoded 64 random bits ID of the parent.

    "},{"t":"M","n":"Elastic\\Apm\\SpanInterface::setAction","p":"Elastic/Apm/SpanInterface.html#method_setAction","d":"

    The specific kind of event within the sub-type represented by the span\ne.g., 'query' for type/sub-type 'db'/'mysql', 'connect' for type/sub-type 'db'/'cassandra'

    "},{"t":"M","n":"Elastic\\Apm\\SpanInterface::setSubtype","p":"Elastic/Apm/SpanInterface.html#method_setSubtype","d":"

    A further sub-division of the type\ne.g., 'mysql', 'postgresql' or 'elasticsearch' for type 'db', 'http' for type 'external', etc.

    "},{"t":"M","n":"Elastic\\Apm\\SpanInterface::context","p":"Elastic/Apm/SpanInterface.html#method_context","d":"

    Returns context (context allows to set labels, etc.)

    "},{"t":"M","n":"Elastic\\Apm\\SpanInterface::endSpanEx","p":"Elastic/Apm/SpanInterface.html#method_endSpanEx","d":"

    Extended version of ExecutionSegmentInterface::end()

    "},{"t":"M","n":"Elastic\\Apm\\TransactionBuilderInterface::asCurrent","p":"Elastic/Apm/TransactionBuilderInterface.html#method_asCurrent","d":"

    New transaction will be set as the current one

    "},{"t":"M","n":"Elastic\\Apm\\TransactionBuilderInterface::timestamp","p":"Elastic/Apm/TransactionBuilderInterface.html#method_timestamp","d":"

    Set start time of the new transaction

    "},{"t":"M","n":"Elastic\\Apm\\TransactionBuilderInterface::distributedTracingHeaderExtractor","p":"Elastic/Apm/TransactionBuilderInterface.html#method_distributedTracingHeaderExtractor","d":""},{"t":"M","n":"Elastic\\Apm\\TransactionBuilderInterface::begin","p":"Elastic/Apm/TransactionBuilderInterface.html#method_begin","d":"

    Begins a new transaction.

    "},{"t":"M","n":"Elastic\\Apm\\TransactionBuilderInterface::capture","p":"Elastic/Apm/TransactionBuilderInterface.html#method_capture","d":"

    Begins a new transaction,\nruns the provided callback as the new transaction and automatically ends the new transaction.

    "},{"t":"M","n":"Elastic\\Apm\\TransactionContextInterface::request","p":"Elastic/Apm/TransactionContextInterface.html#method_request","d":"

    Returns an object that can be used to collect information about HTTP request

    "},{"t":"M","n":"Elastic\\Apm\\TransactionContextRequestInterface::setMethod","p":"Elastic/Apm/TransactionContextRequestInterface.html#method_setMethod","d":"

    HTTP method

    "},{"t":"M","n":"Elastic\\Apm\\TransactionContextRequestInterface::url","p":"Elastic/Apm/TransactionContextRequestInterface.html#method_url","d":"

    Returns an object that can be used to collect information about HTTP request's URL

    "},{"t":"M","n":"Elastic\\Apm\\TransactionContextRequestUrlInterface::setDomain","p":"Elastic/Apm/TransactionContextRequestUrlInterface.html#method_setDomain","d":"

    The domain of the request, e.g. 'example.com'

    "},{"t":"M","n":"Elastic\\Apm\\TransactionContextRequestUrlInterface::setFull","p":"Elastic/Apm/TransactionContextRequestUrlInterface.html#method_setFull","d":"

    The full, possibly agent-assembled URL of the request

    "},{"t":"M","n":"Elastic\\Apm\\TransactionContextRequestUrlInterface::setOriginal","p":"Elastic/Apm/TransactionContextRequestUrlInterface.html#method_setOriginal","d":"

    The raw, unparsed URL of the HTTP request line, e.g https://example.com:443/search?q=elasticsearch.

    "},{"t":"M","n":"Elastic\\Apm\\TransactionContextRequestUrlInterface::setPath","p":"Elastic/Apm/TransactionContextRequestUrlInterface.html#method_setPath","d":"

    The path of the request, e.g. '/search'

    "},{"t":"M","n":"Elastic\\Apm\\TransactionContextRequestUrlInterface::setPort","p":"Elastic/Apm/TransactionContextRequestUrlInterface.html#method_setPort","d":"

    The port of the request, e.g. 443

    "},{"t":"M","n":"Elastic\\Apm\\TransactionContextRequestUrlInterface::setProtocol","p":"Elastic/Apm/TransactionContextRequestUrlInterface.html#method_setProtocol","d":"

    The protocol of the request, e.g. 'http'

    "},{"t":"M","n":"Elastic\\Apm\\TransactionContextRequestUrlInterface::setQuery","p":"Elastic/Apm/TransactionContextRequestUrlInterface.html#method_setQuery","d":"

    Sets the query string information of the request.

    "},{"t":"M","n":"Elastic\\Apm\\TransactionInterface::isSampled","p":"Elastic/Apm/TransactionInterface.html#method_isSampled","d":"

    Transactions that are 'sampled' will include all available information\nTransactions that are not sampled will not have 'spans' or 'context'.

    "},{"t":"M","n":"Elastic\\Apm\\TransactionInterface::getParentId","p":"Elastic/Apm/TransactionInterface.html#method_getParentId","d":"

    Hex encoded 64 random bits ID of the parent transaction or span.

    "},{"t":"M","n":"Elastic\\Apm\\TransactionInterface::beginCurrentSpan","p":"Elastic/Apm/TransactionInterface.html#method_beginCurrentSpan","d":"

    Begins a new span with the current execution segment\nas the new span's parent and sets as the new span as the current span for this transaction.

    "},{"t":"M","n":"Elastic\\Apm\\TransactionInterface::captureCurrentSpan","p":"Elastic/Apm/TransactionInterface.html#method_captureCurrentSpan","d":"

    Begins a new span with the current execution segment as the new span's parent and\nsets the new span as the current span for this transaction.

    "},{"t":"M","n":"Elastic\\Apm\\TransactionInterface::getCurrentSpan","p":"Elastic/Apm/TransactionInterface.html#method_getCurrentSpan","d":"

    Returns the current span.

    "},{"t":"M","n":"Elastic\\Apm\\TransactionInterface::context","p":"Elastic/Apm/TransactionInterface.html#method_context","d":"

    Returns context (context allows to set labels, etc.)

    "},{"t":"M","n":"Elastic\\Apm\\TransactionInterface::setResult","p":"Elastic/Apm/TransactionInterface.html#method_setResult","d":"

    The result of the transaction.

    "},{"t":"M","n":"Elastic\\Apm\\TransactionInterface::getResult","p":"Elastic/Apm/TransactionInterface.html#method_getResult","d":""},{"t":"M","n":"Elastic\\Apm\\TransactionInterface::ensureParentId","p":"Elastic/Apm/TransactionInterface.html#method_ensureParentId","d":"

    If the transaction does not have a parent ID yet,\ncalling this method generates a new ID,\nsets it as the parent ID of this transaction, and returns it as a string.

    "},{"t":"M","n":"IntBackedEnum::from","p":"IntBackedEnum.html#method_from","d":""},{"t":"M","n":"IntBackedEnum::tryFrom","p":"IntBackedEnum.html#method_tryFrom","d":""},{"t":"M","n":"Iterator::current","p":"Iterator.html#method_current","d":"

    Return the current element

    "},{"t":"M","n":"Iterator::next","p":"Iterator.html#method_next","d":"

    Move forward to next element

    "},{"t":"M","n":"Iterator::key","p":"Iterator.html#method_key","d":"

    Return the key of the current element

    "},{"t":"M","n":"Iterator::valid","p":"Iterator.html#method_valid","d":"

    Checks if current position is valid

    "},{"t":"M","n":"Iterator::rewind","p":"Iterator.html#method_rewind","d":"

    Rewind the Iterator to the first element

    "},{"t":"M","n":"IteratorAggregate::getIterator","p":"IteratorAggregate.html#method_getIterator","d":"

    Retrieve an external iterator

    "},{"t":"M","n":"JsonSerializable::jsonSerialize","p":"JsonSerializable.html#method_jsonSerialize","d":"

    Specify data which should be serialized to JSON

    "},{"t":"M","n":"MongoCursorInterface::batchSize","p":"MongoCursorInterface.html#method_batchSize","d":null},{"t":"M","n":"MongoCursorInterface::dead","p":"MongoCursorInterface.html#method_dead","d":null},{"t":"M","n":"MongoCursorInterface::info","p":"MongoCursorInterface.html#method_info","d":null},{"t":"M","n":"MongoCursorInterface::getReadPreference","p":"MongoCursorInterface.html#method_getReadPreference","d":null},{"t":"M","n":"MongoCursorInterface::setReadPreference","p":"MongoCursorInterface.html#method_setReadPreference","d":null},{"t":"M","n":"MongoCursorInterface::timeout","p":"MongoCursorInterface.html#method_timeout","d":null},{"t":"M","n":"MongoDB\\BSON\\BinaryInterface::getData","p":"MongoDB/BSON/BinaryInterface.html#method_getData","d":""},{"t":"M","n":"MongoDB\\BSON\\BinaryInterface::getType","p":"MongoDB/BSON/BinaryInterface.html#method_getType","d":""},{"t":"M","n":"MongoDB\\BSON\\BinaryInterface::__toString","p":"MongoDB/BSON/BinaryInterface.html#method___toString","d":"

    This method is an alias of: MongoDB\\BSON\\BinaryInterface::getData().

    "},{"t":"M","n":"MongoDB\\BSON\\Decimal128Interface::__toString","p":"MongoDB/BSON/Decimal128Interface.html#method___toString","d":"

    Returns the string representation of this Decimal128Interface

    "},{"t":"M","n":"MongoDB\\BSON\\JavascriptInterface::getCode","p":"MongoDB/BSON/JavascriptInterface.html#method_getCode","d":"

    Returns the JavascriptInterface's code

    "},{"t":"M","n":"MongoDB\\BSON\\JavascriptInterface::getScope","p":"MongoDB/BSON/JavascriptInterface.html#method_getScope","d":"

    Returns the JavascriptInterface's scope document

    "},{"t":"M","n":"MongoDB\\BSON\\JavascriptInterface::__toString","p":"MongoDB/BSON/JavascriptInterface.html#method___toString","d":"

    Returns the JavascriptInterface's code

    "},{"t":"M","n":"MongoDB\\BSON\\ObjectIdInterface::getTimestamp","p":"MongoDB/BSON/ObjectIdInterface.html#method_getTimestamp","d":""},{"t":"M","n":"MongoDB\\BSON\\ObjectIdInterface::__toString","p":"MongoDB/BSON/ObjectIdInterface.html#method___toString","d":"

    Returns the hexadecimal representation of this ObjectId

    "},{"t":"M","n":"MongoDB\\BSON\\Persistable::bsonSerialize","p":"MongoDB/BSON/Persistable.html#method_bsonSerialize","d":""},{"t":"M","n":"MongoDB\\BSON\\RegexInterface::getFlags","p":"MongoDB/BSON/RegexInterface.html#method_getFlags","d":""},{"t":"M","n":"MongoDB\\BSON\\RegexInterface::getPattern","p":"MongoDB/BSON/RegexInterface.html#method_getPattern","d":""},{"t":"M","n":"MongoDB\\BSON\\RegexInterface::__toString","p":"MongoDB/BSON/RegexInterface.html#method___toString","d":"

    Returns the string representation of this RegexInterface

    "},{"t":"M","n":"MongoDB\\BSON\\Serializable::bsonSerialize","p":"MongoDB/BSON/Serializable.html#method_bsonSerialize","d":"

    Provides an array or document to serialize as BSON\nCalled during serialization of the object to BSON. The method must return an array or stdClass.

    "},{"t":"M","n":"MongoDB\\BSON\\TimestampInterface::getIncrement","p":"MongoDB/BSON/TimestampInterface.html#method_getIncrement","d":"

    Returns the increment component of this TimestampInterface

    "},{"t":"M","n":"MongoDB\\BSON\\TimestampInterface::getTimestamp","p":"MongoDB/BSON/TimestampInterface.html#method_getTimestamp","d":"

    Returns the timestamp component of this TimestampInterface

    "},{"t":"M","n":"MongoDB\\BSON\\TimestampInterface::__toString","p":"MongoDB/BSON/TimestampInterface.html#method___toString","d":"

    Returns the string representation of this TimestampInterface

    "},{"t":"M","n":"MongoDB\\BSON\\UTCDateTimeInterface::toDateTime","p":"MongoDB/BSON/UTCDateTimeInterface.html#method_toDateTime","d":""},{"t":"M","n":"MongoDB\\BSON\\UTCDateTimeInterface::__toString","p":"MongoDB/BSON/UTCDateTimeInterface.html#method___toString","d":"

    Returns the string representation of this UTCDateTimeInterface

    "},{"t":"M","n":"MongoDB\\BSON\\Unserializable::bsonUnserialize","p":"MongoDB/BSON/Unserializable.html#method_bsonUnserialize","d":"

    Constructs the object from a BSON array or document\nCalled during unserialization of the object from BSON.

    "},{"t":"M","n":"MongoDB\\Driver\\CursorInterface::getId","p":"MongoDB/Driver/CursorInterface.html#method_getId","d":"

    Returns the cursor ID associated with this cursor. A cursor ID uniquely identifies the cursor on the server.

    "},{"t":"M","n":"MongoDB\\Driver\\CursorInterface::getServer","p":"MongoDB/Driver/CursorInterface.html#method_getServer","d":"

    Returns the MongoDB\\Driver\\Server associated with this cursor.

    "},{"t":"M","n":"MongoDB\\Driver\\CursorInterface::isDead","p":"MongoDB/Driver/CursorInterface.html#method_isDead","d":"

    Checks whether the cursor may have additional results available to read.

    "},{"t":"M","n":"MongoDB\\Driver\\CursorInterface::setTypeMap","p":"MongoDB/Driver/CursorInterface.html#method_setTypeMap","d":"

    Sets a type map to use for BSON unserialization

    "},{"t":"M","n":"MongoDB\\Driver\\CursorInterface::toArray","p":"MongoDB/Driver/CursorInterface.html#method_toArray","d":"

    Iterates the cursor and returns its results in an array.

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandSubscriber::commandFailed","p":"MongoDB/Driver/Monitoring/CommandSubscriber.html#method_commandFailed","d":"

    Notification method for a failed command.

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandSubscriber::commandStarted","p":"MongoDB/Driver/Monitoring/CommandSubscriber.html#method_commandStarted","d":"

    Notification method for a started command.

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\CommandSubscriber::commandSucceeded","p":"MongoDB/Driver/Monitoring/CommandSubscriber.html#method_commandSucceeded","d":"

    Notification method for a successful command.

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\LogSubscriber::log","p":"MongoDB/Driver/Monitoring/LogSubscriber.html#method_log","d":null},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\SDAMSubscriber::serverChanged","p":"MongoDB/Driver/Monitoring/SDAMSubscriber.html#method_serverChanged","d":"

    Notification method for a server description change

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\SDAMSubscriber::serverClosed","p":"MongoDB/Driver/Monitoring/SDAMSubscriber.html#method_serverClosed","d":"

    Notification method for closing a server

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\SDAMSubscriber::serverOpening","p":"MongoDB/Driver/Monitoring/SDAMSubscriber.html#method_serverOpening","d":"

    Notification method for opening a server

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\SDAMSubscriber::serverHeartbeatFailed","p":"MongoDB/Driver/Monitoring/SDAMSubscriber.html#method_serverHeartbeatFailed","d":"

    Notification method for a failed server heartbeat

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\SDAMSubscriber::serverHeartbeatStarted","p":"MongoDB/Driver/Monitoring/SDAMSubscriber.html#method_serverHeartbeatStarted","d":"

    Notification method for a started server heartbeat

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\SDAMSubscriber::serverHeartbeatSucceeded","p":"MongoDB/Driver/Monitoring/SDAMSubscriber.html#method_serverHeartbeatSucceeded","d":"

    Notification method for a successful server heartbeat

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\SDAMSubscriber::topologyChanged","p":"MongoDB/Driver/Monitoring/SDAMSubscriber.html#method_topologyChanged","d":"

    Notification method for a topology description change

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\SDAMSubscriber::topologyClosed","p":"MongoDB/Driver/Monitoring/SDAMSubscriber.html#method_topologyClosed","d":"

    Notification method for closing the topology

    "},{"t":"M","n":"MongoDB\\Driver\\Monitoring\\SDAMSubscriber::topologyOpening","p":"MongoDB/Driver/Monitoring/SDAMSubscriber.html#method_topologyOpening","d":"

    Notification method for opening the topology

    "},{"t":"M","n":"OuterIterator::getInnerIterator","p":"OuterIterator.html#method_getInnerIterator","d":"

    Returns the inner iterator for the current entry.

    "},{"t":"M","n":"Random\\Engine::generate","p":"Random/Engine.html#method_generate","d":null},{"t":"M","n":"RecursiveIterator::hasChildren","p":"RecursiveIterator.html#method_hasChildren","d":"

    Returns if an iterator can be created for the current entry.

    "},{"t":"M","n":"RecursiveIterator::getChildren","p":"RecursiveIterator.html#method_getChildren","d":"

    Returns an iterator for the current entry.

    "},{"t":"M","n":"Reflector::export","p":"Reflector.html#method_export","d":"

    Exports a class.

    "},{"t":"M","n":"Reflector::__toString","p":"Reflector.html#method___toString","d":"

    Returns the string representation of any Reflection object.

    "},{"t":"M","n":"SeekableIterator::seek","p":"SeekableIterator.html#method_seek","d":"

    Seeks to a position

    "},{"t":"M","n":"Serializable::serialize","p":"Serializable.html#method_serialize","d":"

    String representation of object.

    "},{"t":"M","n":"Serializable::unserialize","p":"Serializable.html#method_unserialize","d":"

    Constructs the object.

    "},{"t":"M","n":"SessionHandlerInterface::close","p":"SessionHandlerInterface.html#method_close","d":"

    Close the session

    "},{"t":"M","n":"SessionHandlerInterface::destroy","p":"SessionHandlerInterface.html#method_destroy","d":"

    Destroy a session

    "},{"t":"M","n":"SessionHandlerInterface::gc","p":"SessionHandlerInterface.html#method_gc","d":"

    Cleanup old sessions

    "},{"t":"M","n":"SessionHandlerInterface::open","p":"SessionHandlerInterface.html#method_open","d":"

    Initialize session

    "},{"t":"M","n":"SessionHandlerInterface::read","p":"SessionHandlerInterface.html#method_read","d":"

    Read session data

    "},{"t":"M","n":"SessionHandlerInterface::write","p":"SessionHandlerInterface.html#method_write","d":"

    Write session data

    "},{"t":"M","n":"SessionIdInterface::create_sid","p":"SessionIdInterface.html#method_create_sid","d":"

    Create session ID

    "},{"t":"M","n":"SessionUpdateTimestampHandlerInterface::validateId","p":"SessionUpdateTimestampHandlerInterface.html#method_validateId","d":"

    Validate session id

    "},{"t":"M","n":"SessionUpdateTimestampHandlerInterface::updateTimestamp","p":"SessionUpdateTimestampHandlerInterface.html#method_updateTimestamp","d":"

    Update timestamp of a session

    "},{"t":"M","n":"SplObserver::update","p":"SplObserver.html#method_update","d":"

    Receive update from subject

    "},{"t":"M","n":"SplSubject::attach","p":"SplSubject.html#method_attach","d":"

    Attach an SplObserver

    "},{"t":"M","n":"SplSubject::detach","p":"SplSubject.html#method_detach","d":"

    Detach an observer

    "},{"t":"M","n":"SplSubject::notify","p":"SplSubject.html#method_notify","d":"

    Notify an observer

    "},{"t":"M","n":"StringBackedEnum::from","p":"StringBackedEnum.html#method_from","d":"

    Translates a string or int into the corresponding Enum\ncase, if any. If there is no matching case defined, it will throw a\nValueError.

    "},{"t":"M","n":"StringBackedEnum::tryFrom","p":"StringBackedEnum.html#method_tryFrom","d":"

    Translates a string or int into the corresponding Enum\ncase, if any. If there is no matching case defined, it will return null.

    "},{"t":"M","n":"Stringable::__toString","p":"Stringable.html#method___toString","d":"

    Magic method {https://www.php.net/manual/en/language.oop5.magic.php#object.tostring}\nallows a class to decide how it will react when it is treated like a string.

    "},{"t":"M","n":"Throwable::getMessage","p":"Throwable.html#method_getMessage","d":"

    Gets the message

    "},{"t":"M","n":"Throwable::getCode","p":"Throwable.html#method_getCode","d":"

    Gets the exception code

    "},{"t":"M","n":"Throwable::getFile","p":"Throwable.html#method_getFile","d":"

    Gets the file in which the exception occurred

    "},{"t":"M","n":"Throwable::getLine","p":"Throwable.html#method_getLine","d":"

    Gets the line on which the object was instantiated

    "},{"t":"M","n":"Throwable::getTrace","p":"Throwable.html#method_getTrace","d":"

    Gets the stack trace

    "},{"t":"M","n":"Throwable::getTraceAsString","p":"Throwable.html#method_getTraceAsString","d":"

    Gets the stack trace as a string

    "},{"t":"M","n":"Throwable::getPrevious","p":"Throwable.html#method_getPrevious","d":"

    Returns the previous Throwable

    "},{"t":"M","n":"Throwable::__toString","p":"Throwable.html#method___toString","d":"

    Gets a string representation of the thrown object

    "},{"t":"M","n":"UnitEnum::cases","p":"UnitEnum.html#method_cases","d":""},{"t":"M","n":"Yaf\\Route_Interface::route","p":"Yaf/Route_Interface.html#method_route","d":"

    \\Yaf\\Route_Interface::route() is the only method that a custom route should implement.


    \n

    if this method return TRUE, then the route process will be end. otherwise, \\Yaf\\Router will call next route in the route stack to route request.


    \n

    This method would set the route result to the parameter request, by calling \\Yaf\\Request_Abstract::setControllerName(), \\Yaf\\Request_Abstract::setActionName() and \\Yaf\\Request_Abstract::setModuleName().


    \n

    This method should also call \\Yaf\\Request_Abstract::setRouted() to make the request routed at last.

    "},{"t":"M","n":"Yaf\\Route_Interface::assemble","p":"Yaf/Route_Interface.html#method_assemble","d":"

    \\Yaf\\Route_Interface::assemble() - assemble a request


    \n

    this method returns a url according to the argument info, and append query strings to the url according to the argument query.

    \n

    a route should implement this method according to its own route rules, and do a reverse progress.

    "},{"t":"M","n":"Yaf\\View_Interface::assign","p":"Yaf/View_Interface.html#method_assign","d":"

    Assign values to View engine, then the value can access directly by name in template.

    "},{"t":"M","n":"Yaf\\View_Interface::display","p":"Yaf/View_Interface.html#method_display","d":"

    Render a template and output the result immediately.

    "},{"t":"M","n":"Yaf\\View_Interface::getScriptPath","p":"Yaf/View_Interface.html#method_getScriptPath","d":""},{"t":"M","n":"Yaf\\View_Interface::render","p":"Yaf/View_Interface.html#method_render","d":"

    Render a template and return the result.

    "},{"t":"M","n":"Yaf\\View_Interface::setScriptPath","p":"Yaf/View_Interface.html#method_setScriptPath","d":"

    Set the templates base directory, this is usually called by \\Yaf\\Dispatcher

    "},{"t":"M","n":"Yaf_Route_Interface::route","p":"Yaf_Route_Interface.html#method_route","d":"

    Yaf_Route_Interface::route() is the only method that a custom route should implement.


    \n

    if this method return TRUE, then the route process will be end. otherwise, Yaf_Router will call next route in the route stack to route request.


    \n

    This method would set the route result to the parameter request, by calling Yaf_Request_Abstract::setControllerName(), Yaf_Request_Abstract::setActionName() and Yaf_Request_Abstract::setModuleName().


    \n

    This method should also call Yaf_Request_Abstract::setRouted() to make the request routed at last.

    "},{"t":"M","n":"Yaf_Route_Interface::assemble","p":"Yaf_Route_Interface.html#method_assemble","d":"

    Yaf_Route_Interface::assemble() - assemble a request


    \n

    this method returns a url according to the argument info, and append query strings to the url according to the argument query.

    \n

    a route should implement this method according to its own route rules, and do a reverse progress.

    "},{"t":"M","n":"Yaf_View_Interface::assign","p":"Yaf_View_Interface.html#method_assign","d":"

    Assign values to View engine, then the value can access directly by name in template.

    "},{"t":"M","n":"Yaf_View_Interface::display","p":"Yaf_View_Interface.html#method_display","d":"

    Render a template and output the result immediately.

    "},{"t":"M","n":"Yaf_View_Interface::getScriptPath","p":"Yaf_View_Interface.html#method_getScriptPath","d":""},{"t":"M","n":"Yaf_View_Interface::render","p":"Yaf_View_Interface.html#method_render","d":"

    Render a template and return the result.

    "},{"t":"M","n":"Yaf_View_Interface::setScriptPath","p":"Yaf_View_Interface.html#method_setScriptPath","d":"

    Set the templates base directory, this is usually called by Yaf_Dispatcher

    "},{"t":"M","n":"http\\Client\\Curl\\User::init","p":"http/Client/Curl/User.html#method_init","d":"

    Initialize the event loop.

    "},{"t":"M","n":"http\\Client\\Curl\\User::once","p":"http/Client/Curl/User.html#method_once","d":"

    Run the loop as long as it does not block.

    "},{"t":"M","n":"http\\Client\\Curl\\User::send","p":"http/Client/Curl/User.html#method_send","d":"

    Run the loop.

    "},{"t":"M","n":"http\\Client\\Curl\\User::socket","p":"http/Client/Curl/User.html#method_socket","d":"

    Register (or deregister) a socket watcher.

    "},{"t":"M","n":"http\\Client\\Curl\\User::timer","p":"http/Client/Curl/User.html#method_timer","d":"

    Register a timeout watcher.

    "},{"t":"M","n":"http\\Client\\Curl\\User::wait","p":"http/Client/Curl/User.html#method_wait","d":"

    Wait/poll/select (block the loop) until events fire.

    "},{"t":"M","n":"mysql_xdevapi\\BaseResult::getWarnings","p":"mysql_xdevapi/BaseResult.html#method_getWarnings","d":"

    Fetch warnings from last operation

    "},{"t":"M","n":"mysql_xdevapi\\BaseResult::getWarningsCount","p":"mysql_xdevapi/BaseResult.html#method_getWarningsCount","d":"

    Fetch warning count from last operation

    "},{"t":"M","n":"mysql_xdevapi\\CrudOperationBindable::bind","p":"mysql_xdevapi/CrudOperationBindable.html#method_bind","d":"

    Binds a value to a specific placeholder.

    "},{"t":"M","n":"mysql_xdevapi\\CrudOperationLimitable::limit","p":"mysql_xdevapi/CrudOperationLimitable.html#method_limit","d":"

    Set result limit

    "},{"t":"M","n":"mysql_xdevapi\\CrudOperationSkippable::skip","p":"mysql_xdevapi/CrudOperationSkippable.html#method_skip","d":"

    Number of operations to skip

    "},{"t":"M","n":"mysql_xdevapi\\CrudOperationSortable::sort","p":"mysql_xdevapi/CrudOperationSortable.html#method_sort","d":"

    Sort results

    "},{"t":"M","n":"mysql_xdevapi\\DatabaseObject::existsInDatabase","p":"mysql_xdevapi/DatabaseObject.html#method_existsInDatabase","d":"

    Check if object exists in database

    "},{"t":"M","n":"mysql_xdevapi\\DatabaseObject::getName","p":"mysql_xdevapi/DatabaseObject.html#method_getName","d":"

    Get object name

    "},{"t":"M","n":"mysql_xdevapi\\DatabaseObject::getSession","p":"mysql_xdevapi/DatabaseObject.html#method_getSession","d":"

    Get session name

    "},{"t":"M","n":"mysql_xdevapi\\Executable::execute","p":"mysql_xdevapi/Executable.html#method_execute","d":"

    Execute statement

    "},{"t":"M","n":"mysql_xdevapi\\SchemaObject::getSchema","p":"mysql_xdevapi/SchemaObject.html#method_getSchema","d":null},{"t":"M","n":"pq\\Converter::convertFromString","p":"pq/Converter.html#method_convertFromString","d":"

    Convert a string received from the PostgreSQL server back to a PHP type.

    "},{"t":"M","n":"pq\\Converter::convertToString","p":"pq/Converter.html#method_convertToString","d":"

    Convert a value to a string for use in a query.

    "},{"t":"M","n":"pq\\Converter::convertTypes","p":"pq/Converter.html#method_convertTypes","d":"

    Announce which types the implementing converter can handle.

    "},{"t":"N","n":"","p":"[Global_Namespace].html"},{"t":"N","n":"Aerospike","p":"Aerospike.html"},{"t":"N","n":"BcMath","p":"BcMath.html"},{"t":"N","n":"Brotli","p":"Brotli.html"},{"t":"N","n":"Cassandra","p":"Cassandra.html"},{"t":"N","n":"Cassandra\\Cluster","p":"Cassandra/Cluster.html"},{"t":"N","n":"Cassandra\\Exception","p":"Cassandra/Exception.html"},{"t":"N","n":"Cassandra\\RetryPolicy","p":"Cassandra/RetryPolicy.html"},{"t":"N","n":"Cassandra\\SSLOptions","p":"Cassandra/SSLOptions.html"},{"t":"N","n":"Cassandra\\TimestampGenerator","p":"Cassandra/TimestampGenerator.html"},{"t":"N","n":"Cassandra\\Type","p":"Cassandra/Type.html"},{"t":"N","n":"Couchbase","p":"Couchbase.html"},{"t":"N","n":"Crypto","p":"Crypto.html"},{"t":"N","n":"Dba","p":"Dba.html"},{"t":"N","n":"Decimal","p":"Decimal.html"},{"t":"N","n":"Dom","p":"Dom.html"},{"t":"N","n":"Ds","p":"Ds.html"},{"t":"N","n":"Elastic","p":"Elastic.html"},{"t":"N","n":"Elastic\\Apm","p":"Elastic/Apm.html"},{"t":"N","n":"FFI","p":"FFI.html"},{"t":"N","n":"FTP","p":"FTP.html"},{"t":"N","n":"Grpc","p":"Grpc.html"},{"t":"N","n":"IMAP","p":"IMAP.html"},{"t":"N","n":"JetBrains","p":"JetBrains.html"},{"t":"N","n":"JetBrains\\PHPStormStub","p":"JetBrains/PHPStormStub.html"},{"t":"N","n":"JetBrains\\PhpStorm","p":"JetBrains/PhpStorm.html"},{"t":"N","n":"JetBrains\\PhpStorm\\Internal","p":"JetBrains/PhpStorm/Internal.html"},{"t":"N","n":"LDAP","p":"LDAP.html"},{"t":"N","n":"MongoDB","p":"MongoDB.html"},{"t":"N","n":"MongoDB\\BSON","p":"MongoDB/BSON.html"},{"t":"N","n":"MongoDB\\Driver","p":"MongoDB/Driver.html"},{"t":"N","n":"MongoDB\\Driver\\Exception","p":"MongoDB/Driver/Exception.html"},{"t":"N","n":"MongoDB\\Driver\\Monitoring","p":"MongoDB/Driver/Monitoring.html"},{"t":"N","n":"Mosquitto","p":"Mosquitto.html"},{"t":"N","n":"OpenTelemetry","p":"OpenTelemetry.html"},{"t":"N","n":"OpenTelemetry\\Instrumentation","p":"OpenTelemetry/Instrumentation.html"},{"t":"N","n":"PSpell","p":"PSpell.html"},{"t":"N","n":"Parle","p":"Parle.html"},{"t":"N","n":"Pdo","p":"Pdo.html"},{"t":"N","n":"PgSql","p":"PgSql.html"},{"t":"N","n":"Random","p":"Random.html"},{"t":"N","n":"Random\\Engine","p":"Random/Engine.html"},{"t":"N","n":"RdKafka","p":"RdKafka.html"},{"t":"N","n":"RdKafka\\Metadata","p":"RdKafka/Metadata.html"},{"t":"N","n":"Relay","p":"Relay.html"},{"t":"N","n":"Relay\\Event","p":"Relay/Event.html"},{"t":"N","n":"Saxon","p":"Saxon.html"},{"t":"N","n":"SimpleKafkaClient","p":"SimpleKafkaClient.html"},{"t":"N","n":"SimpleKafkaClient\\Metadata","p":"SimpleKafkaClient/Metadata.html"},{"t":"N","n":"Soap","p":"Soap.html"},{"t":"N","n":"Sodium","p":"Sodium.html"},{"t":"N","n":"StubTests","p":"StubTests.html"},{"t":"N","n":"StubTests\\CodeStyle","p":"StubTests/CodeStyle.html"},{"t":"N","n":"StubTests\\Model","p":"StubTests/Model.html"},{"t":"N","n":"StubTests\\Model\\Tags","p":"StubTests/Model/Tags.html"},{"t":"N","n":"StubTests\\Parsers","p":"StubTests/Parsers.html"},{"t":"N","n":"StubTests\\Parsers\\Visitors","p":"StubTests/Parsers/Visitors.html"},{"t":"N","n":"StubTests\\TestData","p":"StubTests/TestData.html"},{"t":"N","n":"StubTests\\TestData\\Providers","p":"StubTests/TestData/Providers.html"},{"t":"N","n":"StubTests\\TestData\\Providers\\Reflection","p":"StubTests/TestData/Providers/Reflection.html"},{"t":"N","n":"StubTests\\TestData\\Providers\\Stubs","p":"StubTests/TestData/Providers/Stubs.html"},{"t":"N","n":"StubTests\\Tools","p":"StubTests/Tools.html"},{"t":"N","n":"Swoole","p":"Swoole.html"},{"t":"N","n":"Swoole\\Atomic","p":"Swoole/Atomic.html"},{"t":"N","n":"Swoole\\Client","p":"Swoole/Client.html"},{"t":"N","n":"Swoole\\Connection","p":"Swoole/Connection.html"},{"t":"N","n":"Swoole\\Coroutine","p":"Swoole/Coroutine.html"},{"t":"N","n":"Swoole\\Coroutine\\Curl","p":"Swoole/Coroutine/Curl.html"},{"t":"N","n":"Swoole\\Coroutine\\Http","p":"Swoole/Coroutine/Http.html"},{"t":"N","n":"Swoole\\Coroutine\\Http2","p":"Swoole/Coroutine/Http2.html"},{"t":"N","n":"Swoole\\Coroutine\\Http2\\Client","p":"Swoole/Coroutine/Http2/Client.html"},{"t":"N","n":"Swoole\\Coroutine\\Http\\Client","p":"Swoole/Coroutine/Http/Client.html"},{"t":"N","n":"Swoole\\Coroutine\\MySQL","p":"Swoole/Coroutine/MySQL.html"},{"t":"N","n":"Swoole\\Coroutine\\Socket","p":"Swoole/Coroutine/Socket.html"},{"t":"N","n":"Swoole\\Http","p":"Swoole/Http.html"},{"t":"N","n":"Swoole\\Http2","p":"Swoole/Http2.html"},{"t":"N","n":"Swoole\\Process","p":"Swoole/Process.html"},{"t":"N","n":"Swoole\\Redis","p":"Swoole/Redis.html"},{"t":"N","n":"Swoole\\Server","p":"Swoole/Server.html"},{"t":"N","n":"Swoole\\Timer","p":"Swoole/Timer.html"},{"t":"N","n":"Swoole\\WebSocket","p":"Swoole/WebSocket.html"},{"t":"N","n":"Vtiful","p":"Vtiful.html"},{"t":"N","n":"Vtiful\\Kernel","p":"Vtiful/Kernel.html"},{"t":"N","n":"Yaf","p":"Yaf.html"},{"t":"N","n":"Yaf\\Config","p":"Yaf/Config.html"},{"t":"N","n":"Yaf\\Exception","p":"Yaf/Exception.html"},{"t":"N","n":"Yaf\\Exception\\LoadFailed","p":"Yaf/Exception/LoadFailed.html"},{"t":"N","n":"Yaf\\Request","p":"Yaf/Request.html"},{"t":"N","n":"Yaf\\Response","p":"Yaf/Response.html"},{"t":"N","n":"Yaf\\Route","p":"Yaf/Route.html"},{"t":"N","n":"Yaf\\View","p":"Yaf/View.html"},{"t":"N","n":"Zstd","p":"Zstd.html"},{"t":"N","n":"___PHPSTORM_HELPERS","p":"___PHPSTORM_HELPERS.html"},{"t":"N","n":"ast","p":"ast.html"},{"t":"N","n":"http","p":"http.html"},{"t":"N","n":"http\\Client","p":"http/Client.html"},{"t":"N","n":"http\\Client\\Curl","p":"http/Client/Curl.html"},{"t":"N","n":"http\\Encoding","p":"http/Encoding.html"},{"t":"N","n":"http\\Encoding\\Stream","p":"http/Encoding/Stream.html"},{"t":"N","n":"http\\Env","p":"http/Env.html"},{"t":"N","n":"http\\Exception","p":"http/Exception.html"},{"t":"N","n":"http\\Header","p":"http/Header.html"},{"t":"N","n":"http\\Message","p":"http/Message.html"},{"t":"N","n":"mysql_xdevapi","p":"mysql_xdevapi.html"},{"t":"N","n":"newrelic","p":"newrelic.html"},{"t":"N","n":"parallel","p":"parallel.html"},{"t":"N","n":"parallel\\Channel","p":"parallel/Channel.html"},{"t":"N","n":"parallel\\Channel\\Error","p":"parallel/Channel/Error.html"},{"t":"N","n":"parallel\\Events","p":"parallel/Events.html"},{"t":"N","n":"parallel\\Events\\Error","p":"parallel/Events/Error.html"},{"t":"N","n":"parallel\\Events\\Event","p":"parallel/Events/Event.html"},{"t":"N","n":"parallel\\Events\\Input","p":"parallel/Events/Input.html"},{"t":"N","n":"parallel\\Events\\Input\\Error","p":"parallel/Events/Input/Error.html"},{"t":"N","n":"parallel\\Future","p":"parallel/Future.html"},{"t":"N","n":"parallel\\Future\\Error","p":"parallel/Future/Error.html"},{"t":"N","n":"parallel\\Runtime","p":"parallel/Runtime.html"},{"t":"N","n":"parallel\\Runtime\\Error","p":"parallel/Runtime/Error.html"},{"t":"N","n":"parallel\\Runtime\\Object","p":"parallel/Runtime/Object.html"},{"t":"N","n":"parallel\\Runtime\\Type","p":"parallel/Runtime/Type.html"},{"t":"N","n":"parallel\\Sync","p":"parallel/Sync.html"},{"t":"N","n":"parallel\\Sync\\Error","p":"parallel/Sync/Error.html"},{"t":"N","n":"pcov","p":"pcov.html"},{"t":"N","n":"pq","p":"pq.html"},{"t":"N","n":"pq\\Exception","p":"pq/Exception.html"}]} diff --git a/api-docs/phpstorm-stubs/renderer.index b/api-docs/phpstorm-stubs/renderer.index index 976c850b..6f5a3ba5 100644 --- a/api-docs/phpstorm-stubs/renderer.index +++ b/api-docs/phpstorm-stubs/renderer.index @@ -1 +1 @@ -O:21:"Doctum\Renderer\Index":3:{i:0;a:1527:{s:19:"AMQPBasicProperties";s:40:"3c7793761d660ae4f83626d79d412ef49fc2086a";s:11:"AMQPChannel";s:40:"3c7793761d660ae4f83626d79d412ef49fc2086a";s:20:"AMQPChannelException";s:40:"3c7793761d660ae4f83626d79d412ef49fc2086a";s:14:"AMQPConnection";s:40:"3c7793761d660ae4f83626d79d412ef49fc2086a";s:23:"AMQPConnectionException";s:40:"3c7793761d660ae4f83626d79d412ef49fc2086a";s:11:"AMQPDecimal";s:40:"3c7793761d660ae4f83626d79d412ef49fc2086a";s:12:"AMQPEnvelope";s:40:"3c7793761d660ae4f83626d79d412ef49fc2086a";s:21:"AMQPEnvelopeException";s:40:"3c7793761d660ae4f83626d79d412ef49fc2086a";s:13:"AMQPException";s:40:"3c7793761d660ae4f83626d79d412ef49fc2086a";s:12:"AMQPExchange";s:40:"3c7793761d660ae4f83626d79d412ef49fc2086a";s:21:"AMQPExchangeException";s:40:"3c7793761d660ae4f83626d79d412ef49fc2086a";s:17:"AMQPExchangeValue";s:40:"3c7793761d660ae4f83626d79d412ef49fc2086a";s:9:"AMQPQueue";s:40:"3c7793761d660ae4f83626d79d412ef49fc2086a";s:18:"AMQPQueueException";s:40:"3c7793761d660ae4f83626d79d412ef49fc2086a";s:13:"AMQPTimestamp";s:40:"3c7793761d660ae4f83626d79d412ef49fc2086a";s:9:"AMQPValue";s:40:"3c7793761d660ae4f83626d79d412ef49fc2086a";s:18:"AMQPValueException";s:40:"3c7793761d660ae4f83626d79d412ef49fc2086a";s:11:"APCIterator";s:40:"8fec8a1051ba2fc815f5d57de343a0d023a22d5d";s:12:"APCUIterator";s:40:"8fec8a1051ba2fc815f5d57de343a0d023a22d5d";s:11:"AddressInfo";s:40:"1977b0d929a124dc760727a2c5db152247bbf0c9";s:9:"Aerospike";s:40:"6db8a1c0b0b4f04def3896074c1b9c8b020b38f3";s:15:"Aerospike\Bytes";s:40:"6d45972b4d5300c23b08ded61606cb271fcea40b";s:22:"AllowDynamicProperties";s:40:"97713db220652b648459337accd45972d86a9b4b";s:14:"AppendIterator";s:40:"4ba35c11534759798cf9d990500acadb6429ccbd";s:18:"ArgumentCountError";s:40:"97713db220652b648459337accd45972d86a9b4b";s:15:"ArithmeticError";s:40:"97713db220652b648459337accd45972d86a9b4b";s:11:"ArrayAccess";s:40:"97713db220652b648459337accd45972d86a9b4b";s:13:"ArrayIterator";s:40:"4ba35c11534759798cf9d990500acadb6429ccbd";s:11:"ArrayObject";s:40:"4ba35c11534759798cf9d990500acadb6429ccbd";s:14:"AssertionError";s:40:"a12d25c98feb85a0e48d1aa5be5faef4b2823651";s:9:"Attribute";s:40:"97713db220652b648459337accd45972d86a9b4b";s:10:"BackedEnum";s:40:"97713db220652b648459337accd45972d86a9b4b";s:24:"BadFunctionCallException";s:40:"4ba35c11534759798cf9d990500acadb6429ccbd";s:22:"BadMethodCallException";s:40:"4ba35c11534759798cf9d990500acadb6429ccbd";s:13:"BcMath\Number";s:40:"29f4e7f211a1097ea3808514845c3ac1a9445fae";s:14:"BlackfireProbe";s:40:"a573070a496a2c6cbe66d8bf217557834cf750d8";s:3:"COM";s:40:"d10349bd25142026d4a08358ff1d830749f32869";s:8:"CURLFile";s:40:"f8bbba2178b258ac7f0a446be06a0be3ec683bb6";s:14:"CURLStringFile";s:40:"5a55bfb5322360769473ecb0c583dd0a159d3f3e";s:15:"CachingIterator";s:40:"4ba35c11534759798cf9d990500acadb6429ccbd";s:22:"CallbackFilterIterator";s:40:"4ba35c11534759798cf9d990500acadb6429ccbd";s:9:"Cassandra";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:19:"Cassandra\Aggregate";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:24:"Cassandra\BatchStatement";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:16:"Cassandra\Bigint";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:14:"Cassandra\Blob";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:17:"Cassandra\Cluster";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:25:"Cassandra\Cluster\Builder";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:20:"Cassandra\Collection";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:16:"Cassandra\Column";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:16:"Cassandra\Custom";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:14:"Cassandra\Date";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:17:"Cassandra\Decimal";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:26:"Cassandra\DefaultAggregate";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:24:"Cassandra\DefaultCluster";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:23:"Cassandra\DefaultColumn";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:25:"Cassandra\DefaultFunction";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:22:"Cassandra\DefaultIndex";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:25:"Cassandra\DefaultKeyspace";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:33:"Cassandra\DefaultMaterializedView";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:23:"Cassandra\DefaultSchema";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:24:"Cassandra\DefaultSession";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:22:"Cassandra\DefaultTable";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:18:"Cassandra\Duration";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:19:"Cassandra\Exception";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:42:"Cassandra\Exception\AlreadyExistsException";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:43:"Cassandra\Exception\AuthenticationException";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:42:"Cassandra\Exception\ConfigurationException";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:41:"Cassandra\Exception\DivideByZeroException";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:35:"Cassandra\Exception\DomainException";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:38:"Cassandra\Exception\ExecutionException";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:44:"Cassandra\Exception\InvalidArgumentException";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:41:"Cassandra\Exception\InvalidQueryException";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:42:"Cassandra\Exception\InvalidSyntaxException";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:44:"Cassandra\Exception\IsBootstrappingException";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:34:"Cassandra\Exception\LogicException";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:39:"Cassandra\Exception\OverloadedException";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:37:"Cassandra\Exception\ProtocolException";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:34:"Cassandra\Exception\RangeException";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:40:"Cassandra\Exception\ReadTimeoutException";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:36:"Cassandra\Exception\RuntimeException";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:35:"Cassandra\Exception\ServerException";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:36:"Cassandra\Exception\TimeoutException";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:37:"Cassandra\Exception\TruncateException";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:41:"Cassandra\Exception\UnauthorizedException";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:40:"Cassandra\Exception\UnavailableException";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:39:"Cassandra\Exception\UnpreparedException";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:39:"Cassandra\Exception\ValidationException";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:41:"Cassandra\Exception\WriteTimeoutException";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:26:"Cassandra\ExecutionOptions";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:16:"Cassandra\Float_";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:19:"Cassandra\Function_";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:16:"Cassandra\Future";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:21:"Cassandra\FutureClose";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:33:"Cassandra\FuturePreparedStatement";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:20:"Cassandra\FutureRows";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:23:"Cassandra\FutureSession";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:21:"Cassandra\FutureValue";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:15:"Cassandra\Index";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:14:"Cassandra\Inet";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:18:"Cassandra\Keyspace";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:13:"Cassandra\Map";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:26:"Cassandra\MaterializedView";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:17:"Cassandra\Numeric";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:27:"Cassandra\PreparedStatement";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:21:"Cassandra\RetryPolicy";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:35:"Cassandra\RetryPolicy\DefaultPolicy";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:44:"Cassandra\RetryPolicy\DowngradingConsistency";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:33:"Cassandra\RetryPolicy\Fallthrough";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:29:"Cassandra\RetryPolicy\Logging";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:14:"Cassandra\Rows";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:20:"Cassandra\SSLOptions";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:28:"Cassandra\SSLOptions\Builder";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:16:"Cassandra\Schema";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:17:"Cassandra\Session";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:13:"Cassandra\Set";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:25:"Cassandra\SimpleStatement";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:18:"Cassandra\Smallint";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:19:"Cassandra\Statement";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:15:"Cassandra\Table";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:14:"Cassandra\Time";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:19:"Cassandra\Timestamp";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:28:"Cassandra\TimestampGenerator";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:38:"Cassandra\TimestampGenerator\Monotonic";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:39:"Cassandra\TimestampGenerator\ServerSide";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:18:"Cassandra\Timeuuid";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:17:"Cassandra\Tinyint";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:15:"Cassandra\Tuple";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:14:"Cassandra\Type";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:25:"Cassandra\Type\Collection";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:21:"Cassandra\Type\Custom";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:18:"Cassandra\Type\Map";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:21:"Cassandra\Type\Scalar";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:18:"Cassandra\Type\Set";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:20:"Cassandra\Type\Tuple";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:23:"Cassandra\Type\UserType";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:23:"Cassandra\UserTypeValue";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:14:"Cassandra\Uuid";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:23:"Cassandra\UuidInterface";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:15:"Cassandra\Value";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:16:"Cassandra\Varint";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:24:"ClosedGeneratorException";s:40:"ae7b36806d57cbd71deccc72594c9008ba743543";s:7:"Closure";s:40:"97713db220652b648459337accd45972d86a9b4b";s:8:"Collator";s:40:"74babb61e12eab025bddb92088abb3971936125c";s:11:"Collectable";s:40:"baccd65f9b66b79274b3c81720f69d1180499c69";s:12:"CompileError";s:40:"97713db220652b648459337accd45972d86a9b4b";s:34:"Couchbase\AnalyticsEncryptionLevel";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:28:"Couchbase\AnalyticsException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:31:"Couchbase\AnalyticsIndexManager";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:23:"Couchbase\AnalyticsLink";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:27:"Couchbase\AnalyticsLinkType";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:26:"Couchbase\AnalyticsOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:24:"Couchbase\AnalyticsQuery";s:40:"11507ee274b47fb4055505497c21bcd3cb9bd96a";s:25:"Couchbase\AnalyticsResult";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:23:"Couchbase\AppendOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:33:"Couchbase\AuthenticationException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:23:"Couchbase\Authenticator";s:40:"11507ee274b47fb4055505497c21bcd3cb9bd96a";s:40:"Couchbase\AzureBlobExternalAnalyticsLink";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:27:"Couchbase\BadInputException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:23:"Couchbase\BaseException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:26:"Couchbase\BinaryCollection";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:27:"Couchbase\BindingsException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:33:"Couchbase\BooleanFieldSearchQuery";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:28:"Couchbase\BooleanSearchQuery";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:16:"Couchbase\Bucket";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:23:"Couchbase\BucketManager";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:32:"Couchbase\BucketMissingException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:24:"Couchbase\BucketSettings";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:30:"Couchbase\CasMismatchException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:30:"Couchbase\ClassicAuthenticator";s:40:"11507ee274b47fb4055505497c21bcd3cb9bd96a";s:17:"Couchbase\Cluster";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:24:"Couchbase\ClusterManager";s:40:"11507ee274b47fb4055505497c21bcd3cb9bd96a";s:24:"Couchbase\ClusterOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:20:"Couchbase\Collection";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:27:"Couchbase\CollectionManager";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:36:"Couchbase\CollectionMissingException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:24:"Couchbase\CollectionSpec";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:32:"Couchbase\ConjunctionSearchQuery";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:37:"Couchbase\ConnectAnalyticsLinkOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:20:"Couchbase\Coordinate";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:38:"Couchbase\CouchbaseRemoteAnalyticsLink";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:23:"Couchbase\CounterResult";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:39:"Couchbase\CreateAnalyticsDatasetOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:41:"Couchbase\CreateAnalyticsDataverseOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:37:"Couchbase\CreateAnalyticsIndexOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:36:"Couchbase\CreateAnalyticsLinkOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:33:"Couchbase\CreateQueryIndexOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:40:"Couchbase\CreateQueryPrimaryIndexOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:30:"Couchbase\DateRangeFacetResult";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:30:"Couchbase\DateRangeSearchFacet";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:30:"Couchbase\DateRangeSearchQuery";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:26:"Couchbase\DecrementOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:24:"Couchbase\DesignDocument";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:40:"Couchbase\DisconnectAnalyticsLinkOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:32:"Couchbase\DisjunctionSearchQuery";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:29:"Couchbase\DmlFailureException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:26:"Couchbase\DocIdSearchQuery";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:18:"Couchbase\Document";s:40:"11507ee274b47fb4055505497c21bcd3cb9bd96a";s:26:"Couchbase\DocumentFragment";s:40:"11507ee274b47fb4055505497c21bcd3cb9bd96a";s:35:"Couchbase\DocumentNotFoundException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:37:"Couchbase\DropAnalyticsDatasetOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:39:"Couchbase\DropAnalyticsDataverseOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:35:"Couchbase\DropAnalyticsIndexOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:34:"Couchbase\DropAnalyticsLinkOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:31:"Couchbase\DropQueryIndexOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:38:"Couchbase\DropQueryPrimaryIndexOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:25:"Couchbase\DropUserOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:29:"Couchbase\DurabilityException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:25:"Couchbase\DurabilityLevel";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:28:"Couchbase\EncryptionSettings";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:24:"Couchbase\EvictionPolicy";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:19:"Couchbase\Exception";s:40:"11507ee274b47fb4055505497c21bcd3cb9bd96a";s:23:"Couchbase\ExistsOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:22:"Couchbase\ExistsResult";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:35:"Couchbase\GeoBoundingBoxSearchQuery";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:32:"Couchbase\GeoDistanceSearchQuery";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:25:"Couchbase\GeoPolygonQuery";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:31:"Couchbase\GetAllReplicasOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:28:"Couchbase\GetAllUsersOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:34:"Couchbase\GetAnalyticsLinksOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:27:"Couchbase\GetAndLockOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:28:"Couchbase\GetAndTouchOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:30:"Couchbase\GetAnyReplicaOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:20:"Couchbase\GetOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:26:"Couchbase\GetReplicaResult";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:19:"Couchbase\GetResult";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:24:"Couchbase\GetUserOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:15:"Couchbase\Group";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:23:"Couchbase\HttpException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:26:"Couchbase\IncrementOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:31:"Couchbase\IndexFailureException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:32:"Couchbase\IndexNotFoundException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:23:"Couchbase\InsertOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:39:"Couchbase\InvalidConfigurationException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:31:"Couchbase\InvalidRangeException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:31:"Couchbase\InvalidStateException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:29:"Couchbase\KeyDeletedException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:28:"Couchbase\KeyExistsException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:28:"Couchbase\KeyLockedException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:27:"Couchbase\KeyValueException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:35:"Couchbase\KeyspaceNotFoundException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:22:"Couchbase\LoggingMeter";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:25:"Couchbase\LookupCountSpec";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:26:"Couchbase\LookupExistsSpec";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:27:"Couchbase\LookupGetFullSpec";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:23:"Couchbase\LookupGetSpec";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:25:"Couchbase\LookupInBuilder";s:40:"11507ee274b47fb4055505497c21bcd3cb9bd96a";s:25:"Couchbase\LookupInOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:24:"Couchbase\LookupInResult";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:22:"Couchbase\LookupInSpec";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:29:"Couchbase\MatchAllSearchQuery";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:30:"Couchbase\MatchNoneSearchQuery";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:32:"Couchbase\MatchPhraseSearchQuery";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:26:"Couchbase\MatchSearchQuery";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:15:"Couchbase\Meter";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:34:"Couchbase\MutateArrayAddUniqueSpec";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:31:"Couchbase\MutateArrayAppendSpec";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:31:"Couchbase\MutateArrayInsertSpec";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:32:"Couchbase\MutateArrayPrependSpec";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:27:"Couchbase\MutateCounterSpec";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:25:"Couchbase\MutateInBuilder";s:40:"11507ee274b47fb4055505497c21bcd3cb9bd96a";s:25:"Couchbase\MutateInOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:24:"Couchbase\MutateInResult";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:22:"Couchbase\MutateInSpec";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:26:"Couchbase\MutateInsertSpec";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:26:"Couchbase\MutateRemoveSpec";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:27:"Couchbase\MutateReplaceSpec";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:26:"Couchbase\MutateUpsertSpec";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:24:"Couchbase\MutationResult";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:23:"Couchbase\MutationState";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:23:"Couchbase\MutationToken";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:19:"Couchbase\N1qlIndex";s:40:"11507ee274b47fb4055505497c21bcd3cb9bd96a";s:19:"Couchbase\N1qlQuery";s:40:"11507ee274b47fb4055505497c21bcd3cb9bd96a";s:26:"Couchbase\NetworkException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:19:"Couchbase\NoopMeter";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:20:"Couchbase\NoopTracer";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:33:"Couchbase\NumericRangeFacetResult";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:33:"Couchbase\NumericRangeSearchFacet";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:33:"Couchbase\NumericRangeSearchQuery";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:16:"Couchbase\Origin";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:33:"Couchbase\ParsingFailureException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:30:"Couchbase\PartialViewException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:31:"Couchbase\PasswordAuthenticator";s:40:"11507ee274b47fb4055505497c21bcd3cb9bd96a";s:29:"Couchbase\PathExistsException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:31:"Couchbase\PathNotFoundException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:27:"Couchbase\PhraseSearchQuery";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:34:"Couchbase\PlanningFailureException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:27:"Couchbase\PrefixSearchQuery";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:36:"Couchbase\PreparedStatementException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:24:"Couchbase\PrependOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:29:"Couchbase\QueryErrorException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:24:"Couchbase\QueryException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:20:"Couchbase\QueryIndex";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:27:"Couchbase\QueryIndexManager";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:23:"Couchbase\QueryMetaData";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:22:"Couchbase\QueryOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:22:"Couchbase\QueryProfile";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:21:"Couchbase\QueryResult";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:30:"Couchbase\QueryScanConsistency";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:31:"Couchbase\QueryServiceException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:32:"Couchbase\QueryStringSearchQuery";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:31:"Couchbase\QuotaLimitedException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:30:"Couchbase\RateLimitedException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:27:"Couchbase\RegexpSearchQuery";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:23:"Couchbase\RemoveOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:37:"Couchbase\ReplaceAnalyticsLinkOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:24:"Couchbase\ReplaceOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:34:"Couchbase\RequestCanceledException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:21:"Couchbase\RequestSpan";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:23:"Couchbase\RequestTracer";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:16:"Couchbase\Result";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:14:"Couchbase\Role";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:28:"Couchbase\RoleAndDescription";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:23:"Couchbase\RoleAndOrigin";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:33:"Couchbase\S3ExternalAnalyticsLink";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:15:"Couchbase\Scope";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:31:"Couchbase\ScopeMissingException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:19:"Couchbase\ScopeSpec";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:25:"Couchbase\SearchException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:21:"Couchbase\SearchFacet";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:27:"Couchbase\SearchFacetResult";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:29:"Couchbase\SearchHighlightMode";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:21:"Couchbase\SearchIndex";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:28:"Couchbase\SearchIndexManager";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:24:"Couchbase\SearchMetaData";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:23:"Couchbase\SearchOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:21:"Couchbase\SearchQuery";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:25:"Couchbase\SearchQueryPart";s:40:"11507ee274b47fb4055505497c21bcd3cb9bd96a";s:22:"Couchbase\SearchResult";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:20:"Couchbase\SearchSort";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:25:"Couchbase\SearchSortField";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:31:"Couchbase\SearchSortGeoDistance";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:22:"Couchbase\SearchSortId";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:27:"Couchbase\SearchSortMissing";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:24:"Couchbase\SearchSortMode";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:25:"Couchbase\SearchSortScore";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:24:"Couchbase\SearchSortType";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:33:"Couchbase\ServiceMissingException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:26:"Couchbase\SpatialViewQuery";s:40:"11507ee274b47fb4055505497c21bcd3cb9bd96a";s:24:"Couchbase\StorageBackend";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:24:"Couchbase\StoreSemantics";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:30:"Couchbase\SubdocumentException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:27:"Couchbase\TempFailException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:25:"Couchbase\TermFacetResult";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:30:"Couchbase\TermRangeSearchQuery";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:25:"Couchbase\TermSearchFacet";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:25:"Couchbase\TermSearchQuery";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:32:"Couchbase\ThresholdLoggingTracer";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:26:"Couchbase\TimeoutException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:22:"Couchbase\TouchOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:23:"Couchbase\UnlockOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:23:"Couchbase\UpsertOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:27:"Couchbase\UpsertUserOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:14:"Couchbase\User";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:25:"Couchbase\UserAndMetadata";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:21:"Couchbase\UserManager";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:22:"Couchbase\UserSettings";s:40:"11507ee274b47fb4055505497c21bcd3cb9bd96a";s:23:"Couchbase\ValueRecorder";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:30:"Couchbase\ValueTooBigException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:14:"Couchbase\View";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:25:"Couchbase\ViewConsistency";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:23:"Couchbase\ViewException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:26:"Couchbase\ViewIndexManager";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:22:"Couchbase\ViewMetaData";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:21:"Couchbase\ViewOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:22:"Couchbase\ViewOrdering";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:19:"Couchbase\ViewQuery";s:40:"11507ee274b47fb4055505497c21bcd3cb9bd96a";s:28:"Couchbase\ViewQueryEncodable";s:40:"11507ee274b47fb4055505497c21bcd3cb9bd96a";s:20:"Couchbase\ViewResult";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:17:"Couchbase\ViewRow";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:34:"Couchbase\WatchQueryIndexesOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:29:"Couchbase\WildcardSearchQuery";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:9:"Countable";s:40:"97713db220652b648459337accd45972d86a9b4b";s:13:"Crypto\Base64";s:40:"5c6970b5750a18c351bdac4c8ad5aa32c25b8fbb";s:22:"Crypto\Base64Exception";s:40:"5c6970b5750a18c351bdac4c8ad5aa32c25b8fbb";s:11:"Crypto\CMAC";s:40:"5c6970b5750a18c351bdac4c8ad5aa32c25b8fbb";s:13:"Crypto\Cipher";s:40:"5c6970b5750a18c351bdac4c8ad5aa32c25b8fbb";s:22:"Crypto\CipherException";s:40:"5c6970b5750a18c351bdac4c8ad5aa32c25b8fbb";s:11:"Crypto\HMAC";s:40:"5c6970b5750a18c351bdac4c8ad5aa32c25b8fbb";s:11:"Crypto\Hash";s:40:"5c6970b5750a18c351bdac4c8ad5aa32c25b8fbb";s:20:"Crypto\HashException";s:40:"5c6970b5750a18c351bdac4c8ad5aa32c25b8fbb";s:10:"Crypto\KDF";s:40:"5c6970b5750a18c351bdac4c8ad5aa32c25b8fbb";s:19:"Crypto\KDFException";s:40:"5c6970b5750a18c351bdac4c8ad5aa32c25b8fbb";s:10:"Crypto\MAC";s:40:"5c6970b5750a18c351bdac4c8ad5aa32c25b8fbb";s:19:"Crypto\MACException";s:40:"5c6970b5750a18c351bdac4c8ad5aa32c25b8fbb";s:13:"Crypto\PBKDF2";s:40:"5c6970b5750a18c351bdac4c8ad5aa32c25b8fbb";s:22:"Crypto\PBKDF2Exception";s:40:"5c6970b5750a18c351bdac4c8ad5aa32c25b8fbb";s:11:"Crypto\Rand";s:40:"5c6970b5750a18c351bdac4c8ad5aa32c25b8fbb";s:20:"Crypto\RandException";s:40:"5c6970b5750a18c351bdac4c8ad5aa32c25b8fbb";s:10:"CurlHandle";s:40:"f8bbba2178b258ac7f0a446be06a0be3ec683bb6";s:15:"CurlMultiHandle";s:40:"f8bbba2178b258ac7f0a446be06a0be3ec683bb6";s:15:"CurlShareHandle";s:40:"f8bbba2178b258ac7f0a446be06a0be3ec683bb6";s:7:"DOMAttr";s:40:"0d0863e9b3f3c700f791ee50a8fddbe7f69478b3";s:15:"DOMCdataSection";s:40:"0d0863e9b3f3c700f791ee50a8fddbe7f69478b3";s:16:"DOMCharacterData";s:40:"0d0863e9b3f3c700f791ee50a8fddbe7f69478b3";s:12:"DOMChildNode";s:40:"0d0863e9b3f3c700f791ee50a8fddbe7f69478b3";s:10:"DOMComment";s:40:"0d0863e9b3f3c700f791ee50a8fddbe7f69478b3";s:16:"DOMConfiguration";s:40:"0d0863e9b3f3c700f791ee50a8fddbe7f69478b3";s:11:"DOMDocument";s:40:"0d0863e9b3f3c700f791ee50a8fddbe7f69478b3";s:19:"DOMDocumentFragment";s:40:"0d0863e9b3f3c700f791ee50a8fddbe7f69478b3";s:15:"DOMDocumentType";s:40:"0d0863e9b3f3c700f791ee50a8fddbe7f69478b3";s:11:"DOMDomError";s:40:"0d0863e9b3f3c700f791ee50a8fddbe7f69478b3";s:10:"DOMElement";s:40:"0d0863e9b3f3c700f791ee50a8fddbe7f69478b3";s:9:"DOMEntity";s:40:"0d0863e9b3f3c700f791ee50a8fddbe7f69478b3";s:18:"DOMEntityReference";s:40:"0d0863e9b3f3c700f791ee50a8fddbe7f69478b3";s:15:"DOMErrorHandler";s:40:"0d0863e9b3f3c700f791ee50a8fddbe7f69478b3";s:12:"DOMException";s:40:"0d0863e9b3f3c700f791ee50a8fddbe7f69478b3";s:17:"DOMImplementation";s:40:"0d0863e9b3f3c700f791ee50a8fddbe7f69478b3";s:21:"DOMImplementationList";s:40:"0d0863e9b3f3c700f791ee50a8fddbe7f69478b3";s:23:"DOMImplementationSource";s:40:"0d0863e9b3f3c700f791ee50a8fddbe7f69478b3";s:10:"DOMLocator";s:40:"0d0863e9b3f3c700f791ee50a8fddbe7f69478b3";s:11:"DOMNameList";s:40:"0d0863e9b3f3c700f791ee50a8fddbe7f69478b3";s:16:"DOMNameSpaceNode";s:40:"0d0863e9b3f3c700f791ee50a8fddbe7f69478b3";s:15:"DOMNamedNodeMap";s:40:"0d0863e9b3f3c700f791ee50a8fddbe7f69478b3";s:7:"DOMNode";s:40:"0d0863e9b3f3c700f791ee50a8fddbe7f69478b3";s:11:"DOMNodeList";s:40:"0d0863e9b3f3c700f791ee50a8fddbe7f69478b3";s:11:"DOMNotation";s:40:"0d0863e9b3f3c700f791ee50a8fddbe7f69478b3";s:13:"DOMParentNode";s:40:"0d0863e9b3f3c700f791ee50a8fddbe7f69478b3";s:24:"DOMProcessingInstruction";s:40:"0d0863e9b3f3c700f791ee50a8fddbe7f69478b3";s:15:"DOMStringExtend";s:40:"0d0863e9b3f3c700f791ee50a8fddbe7f69478b3";s:13:"DOMStringList";s:40:"0d0863e9b3f3c700f791ee50a8fddbe7f69478b3";s:7:"DOMText";s:40:"0d0863e9b3f3c700f791ee50a8fddbe7f69478b3";s:11:"DOMTypeinfo";s:40:"0d0863e9b3f3c700f791ee50a8fddbe7f69478b3";s:18:"DOMUserDataHandler";s:40:"0d0863e9b3f3c700f791ee50a8fddbe7f69478b3";s:8:"DOMXPath";s:40:"0d0863e9b3f3c700f791ee50a8fddbe7f69478b3";s:6:"DOTNET";s:40:"d10349bd25142026d4a08358ff1d830749f32869";s:9:"DateError";s:40:"547b0bec9fe82e52c7a4090da554e7527b3a0a64";s:13:"DateException";s:40:"547b0bec9fe82e52c7a4090da554e7527b3a0a64";s:12:"DateInterval";s:40:"547b0bec9fe82e52c7a4090da554e7527b3a0a64";s:29:"DateInvalidOperationException";s:40:"547b0bec9fe82e52c7a4090da554e7527b3a0a64";s:28:"DateInvalidTimeZoneException";s:40:"547b0bec9fe82e52c7a4090da554e7527b3a0a64";s:36:"DateMalformedIntervalStringException";s:40:"547b0bec9fe82e52c7a4090da554e7527b3a0a64";s:34:"DateMalformedPeriodStringException";s:40:"547b0bec9fe82e52c7a4090da554e7527b3a0a64";s:28:"DateMalformedStringException";s:40:"547b0bec9fe82e52c7a4090da554e7527b3a0a64";s:15:"DateObjectError";s:40:"547b0bec9fe82e52c7a4090da554e7527b3a0a64";s:10:"DatePeriod";s:40:"547b0bec9fe82e52c7a4090da554e7527b3a0a64";s:14:"DateRangeError";s:40:"547b0bec9fe82e52c7a4090da554e7527b3a0a64";s:8:"DateTime";s:40:"547b0bec9fe82e52c7a4090da554e7527b3a0a64";s:17:"DateTimeImmutable";s:40:"547b0bec9fe82e52c7a4090da554e7527b3a0a64";s:17:"DateTimeInterface";s:40:"547b0bec9fe82e52c7a4090da554e7527b3a0a64";s:12:"DateTimeZone";s:40:"547b0bec9fe82e52c7a4090da554e7527b3a0a64";s:14:"Dba\Connection";s:40:"70606b7476132aa6e39f36aadfedd4e98f39f42c";s:15:"Decimal\Decimal";s:40:"7329359a289e93d77c7003d38720ac29b039fa11";s:14:"DeflateContext";s:40:"5dfb0c1610a7560dd046447ff3d1337909e30d56";s:10:"Deprecated";s:40:"97713db220652b648459337accd45972d86a9b4b";s:9:"Directory";s:40:"d95c7b9075e0c91362d8cda9abd965342644b753";s:17:"DirectoryIterator";s:40:"fd2e2d6272a63d5c390c22925f63d62961b97c97";s:19:"DivisionByZeroError";s:40:"97713db220652b648459337accd45972d86a9b4b";s:8:"Dom\Attr";s:40:"0a1902fa4933245b410219d40c9bc39c2bd8f944";s:27:"Dom\BrokenRandomEngineError";s:40:"0a1902fa4933245b410219d40c9bc39c2bd8f944";s:16:"Dom\CDATASection";s:40:"0a1902fa4933245b410219d40c9bc39c2bd8f944";s:17:"Dom\CharacterData";s:40:"0a1902fa4933245b410219d40c9bc39c2bd8f944";s:13:"Dom\ChildNode";s:40:"0a1902fa4933245b410219d40c9bc39c2bd8f944";s:11:"Dom\Comment";s:40:"0a1902fa4933245b410219d40c9bc39c2bd8f944";s:12:"Dom\Document";s:40:"0a1902fa4933245b410219d40c9bc39c2bd8f944";s:20:"Dom\DocumentFragment";s:40:"0a1902fa4933245b410219d40c9bc39c2bd8f944";s:16:"Dom\DocumentType";s:40:"0a1902fa4933245b410219d40c9bc39c2bd8f944";s:19:"Dom\DtdNamedNodeMap";s:40:"0a1902fa4933245b410219d40c9bc39c2bd8f944";s:11:"Dom\Element";s:40:"0a1902fa4933245b410219d40c9bc39c2bd8f944";s:10:"Dom\Entity";s:40:"0a1902fa4933245b410219d40c9bc39c2bd8f944";s:19:"Dom\EntityReference";s:40:"0a1902fa4933245b410219d40c9bc39c2bd8f944";s:18:"Dom\HTMLCollection";s:40:"0a1902fa4933245b410219d40c9bc39c2bd8f944";s:16:"Dom\HTMLDocument";s:40:"0a1902fa4933245b410219d40c9bc39c2bd8f944";s:15:"Dom\HTMLElement";s:40:"0a1902fa4933245b410219d40c9bc39c2bd8f944";s:18:"Dom\Implementation";s:40:"0a1902fa4933245b410219d40c9bc39c2bd8f944";s:9:"Dom\Mysql";s:40:"0a1902fa4933245b410219d40c9bc39c2bd8f944";s:16:"Dom\NamedNodeMap";s:40:"0a1902fa4933245b410219d40c9bc39c2bd8f944";s:17:"Dom\NamespaceInfo";s:40:"0a1902fa4933245b410219d40c9bc39c2bd8f944";s:8:"Dom\Node";s:40:"0a1902fa4933245b410219d40c9bc39c2bd8f944";s:12:"Dom\NodeList";s:40:"0a1902fa4933245b410219d40c9bc39c2bd8f944";s:12:"Dom\Notation";s:40:"0a1902fa4933245b410219d40c9bc39c2bd8f944";s:14:"Dom\ParentNode";s:40:"0a1902fa4933245b410219d40c9bc39c2bd8f944";s:25:"Dom\ProcessingInstruction";s:40:"0a1902fa4933245b410219d40c9bc39c2bd8f944";s:15:"Dom\RandomError";s:40:"0a1902fa4933245b410219d40c9bc39c2bd8f944";s:19:"Dom\RandomException";s:40:"0a1902fa4933245b410219d40c9bc39c2bd8f944";s:10:"Dom\Sqlite";s:40:"0a1902fa4933245b410219d40c9bc39c2bd8f944";s:8:"Dom\Text";s:40:"0a1902fa4933245b410219d40c9bc39c2bd8f944";s:13:"Dom\TokenList";s:40:"0a1902fa4933245b410219d40c9bc39c2bd8f944";s:15:"Dom\XMLDocument";s:40:"0a1902fa4933245b410219d40c9bc39c2bd8f944";s:9:"Dom\XPath";s:40:"0a1902fa4933245b410219d40c9bc39c2bd8f944";s:15:"DomainException";s:40:"4ba35c11534759798cf9d990500acadb6429ccbd";s:13:"Ds\Collection";s:40:"a6cd8a7eb881aeeda5a02671436ebe007f12cc93";s:8:"Ds\Deque";s:40:"a6cd8a7eb881aeeda5a02671436ebe007f12cc93";s:11:"Ds\Hashable";s:40:"a6cd8a7eb881aeeda5a02671436ebe007f12cc93";s:6:"Ds\Map";s:40:"a6cd8a7eb881aeeda5a02671436ebe007f12cc93";s:7:"Ds\Pair";s:40:"a6cd8a7eb881aeeda5a02671436ebe007f12cc93";s:16:"Ds\PriorityQueue";s:40:"a6cd8a7eb881aeeda5a02671436ebe007f12cc93";s:8:"Ds\Queue";s:40:"a6cd8a7eb881aeeda5a02671436ebe007f12cc93";s:11:"Ds\Sequence";s:40:"a6cd8a7eb881aeeda5a02671436ebe007f12cc93";s:6:"Ds\Set";s:40:"a6cd8a7eb881aeeda5a02671436ebe007f12cc93";s:8:"Ds\Stack";s:40:"a6cd8a7eb881aeeda5a02671436ebe007f12cc93";s:9:"Ds\Vector";s:40:"a6cd8a7eb881aeeda5a02671436ebe007f12cc93";s:27:"Elastic\Apm\CustomErrorData";s:40:"8c087b9e2f5abfb150b7b9204cb824f68c77212b";s:34:"Elastic\Apm\DistributedTracingData";s:40:"8c087b9e2f5abfb150b7b9204cb824f68c77212b";s:22:"Elastic\Apm\ElasticApm";s:40:"8c087b9e2f5abfb150b7b9204cb824f68c77212b";s:44:"Elastic\Apm\ExecutionSegmentContextInterface";s:40:"8c087b9e2f5abfb150b7b9204cb824f68c77212b";s:37:"Elastic\Apm\ExecutionSegmentInterface";s:40:"8c087b9e2f5abfb150b7b9204cb824f68c77212b";s:34:"Elastic\Apm\SpanContextDbInterface";s:40:"8c087b9e2f5abfb150b7b9204cb824f68c77212b";s:43:"Elastic\Apm\SpanContextDestinationInterface";s:40:"8c087b9e2f5abfb150b7b9204cb824f68c77212b";s:36:"Elastic\Apm\SpanContextHttpInterface";s:40:"8c087b9e2f5abfb150b7b9204cb824f68c77212b";s:32:"Elastic\Apm\SpanContextInterface";s:40:"8c087b9e2f5abfb150b7b9204cb824f68c77212b";s:25:"Elastic\Apm\SpanInterface";s:40:"8c087b9e2f5abfb150b7b9204cb824f68c77212b";s:39:"Elastic\Apm\TransactionBuilderInterface";s:40:"8c087b9e2f5abfb150b7b9204cb824f68c77212b";s:39:"Elastic\Apm\TransactionContextInterface";s:40:"8c087b9e2f5abfb150b7b9204cb824f68c77212b";s:46:"Elastic\Apm\TransactionContextRequestInterface";s:40:"8c087b9e2f5abfb150b7b9204cb824f68c77212b";s:49:"Elastic\Apm\TransactionContextRequestUrlInterface";s:40:"8c087b9e2f5abfb150b7b9204cb824f68c77212b";s:32:"Elastic\Apm\TransactionInterface";s:40:"8c087b9e2f5abfb150b7b9204cb824f68c77212b";s:13:"EmptyIterator";s:40:"4ba35c11534759798cf9d990500acadb6429ccbd";s:13:"EnchantBroker";s:40:"b86c75eaea872006cdf017f47fa9476f8b538946";s:17:"EnchantDictionary";s:40:"b86c75eaea872006cdf017f47fa9476f8b538946";s:5:"Error";s:40:"97713db220652b648459337accd45972d86a9b4b";s:14:"ErrorException";s:40:"97713db220652b648459337accd45972d86a9b4b";s:2:"Ev";s:40:"66d6e8634dd5b18b15d1f7e40645eba5812c865c";s:7:"EvCheck";s:40:"66d6e8634dd5b18b15d1f7e40645eba5812c865c";s:7:"EvChild";s:40:"66d6e8634dd5b18b15d1f7e40645eba5812c865c";s:7:"EvEmbed";s:40:"66d6e8634dd5b18b15d1f7e40645eba5812c865c";s:6:"EvFork";s:40:"66d6e8634dd5b18b15d1f7e40645eba5812c865c";s:6:"EvIdle";s:40:"66d6e8634dd5b18b15d1f7e40645eba5812c865c";s:4:"EvIo";s:40:"66d6e8634dd5b18b15d1f7e40645eba5812c865c";s:6:"EvLoop";s:40:"66d6e8634dd5b18b15d1f7e40645eba5812c865c";s:10:"EvPeriodic";s:40:"66d6e8634dd5b18b15d1f7e40645eba5812c865c";s:9:"EvPrepare";s:40:"66d6e8634dd5b18b15d1f7e40645eba5812c865c";s:8:"EvSignal";s:40:"66d6e8634dd5b18b15d1f7e40645eba5812c865c";s:6:"EvStat";s:40:"66d6e8634dd5b18b15d1f7e40645eba5812c865c";s:7:"EvTimer";s:40:"66d6e8634dd5b18b15d1f7e40645eba5812c865c";s:9:"EvWatcher";s:40:"66d6e8634dd5b18b15d1f7e40645eba5812c865c";s:5:"Event";s:40:"bfcb950dc9510e9cd98b599b2100b942146f6935";s:9:"EventBase";s:40:"bfcb950dc9510e9cd98b599b2100b942146f6935";s:11:"EventBuffer";s:40:"bfcb950dc9510e9cd98b599b2100b942146f6935";s:16:"EventBufferEvent";s:40:"bfcb950dc9510e9cd98b599b2100b942146f6935";s:11:"EventConfig";s:40:"bfcb950dc9510e9cd98b599b2100b942146f6935";s:12:"EventDnsBase";s:40:"bfcb950dc9510e9cd98b599b2100b942146f6935";s:9:"EventHttp";s:40:"bfcb950dc9510e9cd98b599b2100b942146f6935";s:19:"EventHttpConnection";s:40:"bfcb950dc9510e9cd98b599b2100b942146f6935";s:16:"EventHttpRequest";s:40:"bfcb950dc9510e9cd98b599b2100b942146f6935";s:13:"EventListener";s:40:"bfcb950dc9510e9cd98b599b2100b942146f6935";s:15:"EventSslContext";s:40:"bfcb950dc9510e9cd98b599b2100b942146f6935";s:9:"EventUtil";s:40:"bfcb950dc9510e9cd98b599b2100b942146f6935";s:9:"Exception";s:40:"97713db220652b648459337accd45972d86a9b4b";s:14:"FANNConnection";s:40:"778d5c95b30c3d91e80ab3c084466e76a26a9927";s:3:"FFI";s:40:"a6929575cc5e430f965bdca2692cdf5b60dc97df";s:9:"FFI\CData";s:40:"a6929575cc5e430f965bdca2692cdf5b60dc97df";s:9:"FFI\CType";s:40:"a6929575cc5e430f965bdca2692cdf5b60dc97df";s:13:"FFI\Exception";s:40:"a6929575cc5e430f965bdca2692cdf5b60dc97df";s:19:"FFI\ParserException";s:40:"a6929575cc5e430f965bdca2692cdf5b60dc97df";s:14:"FTP\Connection";s:40:"0801163ea33e76cd623e4b402c3fc849062097b2";s:5:"Fiber";s:40:"97713db220652b648459337accd45972d86a9b4b";s:10:"FiberError";s:40:"97713db220652b648459337accd45972d86a9b4b";s:18:"FilesystemIterator";s:40:"fd2e2d6272a63d5c390c22925f63d62961b97c97";s:14:"FilterIterator";s:40:"4ba35c11534759798cf9d990500acadb6429ccbd";s:12:"GEOSGeometry";s:40:"5a061467f368d5b1aefcfcdb9d87b3a2d6d7eb97";s:13:"GEOSWKBReader";s:40:"5a061467f368d5b1aefcfcdb9d87b3a2d6d7eb97";s:13:"GEOSWKBWriter";s:40:"5a061467f368d5b1aefcfcdb9d87b3a2d6d7eb97";s:13:"GEOSWKTReader";s:40:"5a061467f368d5b1aefcfcdb9d87b3a2d6d7eb97";s:13:"GEOSWKTWriter";s:40:"5a061467f368d5b1aefcfcdb9d87b3a2d6d7eb97";s:3:"GMP";s:40:"9b254d30a80a605a4a32778b4b4f4b4bd6b99f74";s:6:"GdFont";s:40:"f28b43742fd3c7728073d6aebfb3716b367024cd";s:7:"GdImage";s:40:"0703cfc458fa6e94dc393b2bfd4d745397cf2348";s:13:"GearmanClient";s:40:"aa5a39a2b39a3aeee0ccdd566f4775bd3a6cd250";s:16:"GearmanException";s:40:"aa5a39a2b39a3aeee0ccdd566f4775bd3a6cd250";s:10:"GearmanJob";s:40:"aa5a39a2b39a3aeee0ccdd566f4775bd3a6cd250";s:11:"GearmanTask";s:40:"aa5a39a2b39a3aeee0ccdd566f4775bd3a6cd250";s:13:"GearmanWorker";s:40:"aa5a39a2b39a3aeee0ccdd566f4775bd3a6cd250";s:9:"Generator";s:40:"ae7b36806d57cbd71deccc72594c9008ba743543";s:12:"GlobIterator";s:40:"fd2e2d6272a63d5c390c22925f63d62961b97c97";s:7:"Gmagick";s:40:"1ddfe8bd3ea3d9e06c4835856e680e3c50c1ec9b";s:11:"GmagickDraw";s:40:"1ddfe8bd3ea3d9e06c4835856e680e3c50c1ec9b";s:16:"GmagickException";s:40:"1ddfe8bd3ea3d9e06c4835856e680e3c50c1ec9b";s:12:"GmagickPixel";s:40:"1ddfe8bd3ea3d9e06c4835856e680e3c50c1ec9b";s:21:"GmagickPixelException";s:40:"1ddfe8bd3ea3d9e06c4835856e680e3c50c1ec9b";s:9:"Grpc\Call";s:40:"63fe612a0de1025ce09b313bd312dae7a4fe8611";s:20:"Grpc\CallCredentials";s:40:"63fe612a0de1025ce09b313bd312dae7a4fe8611";s:12:"Grpc\Channel";s:40:"63fe612a0de1025ce09b313bd312dae7a4fe8611";s:23:"Grpc\ChannelCredentials";s:40:"63fe612a0de1025ce09b313bd312dae7a4fe8611";s:11:"Grpc\Server";s:40:"63fe612a0de1025ce09b313bd312dae7a4fe8611";s:22:"Grpc\ServerCredentials";s:40:"63fe612a0de1025ce09b313bd312dae7a4fe8611";s:12:"Grpc\Timeval";s:40:"63fe612a0de1025ce09b313bd312dae7a4fe8611";s:11:"HashContext";s:40:"3c40e7b9c9c6748a9e714c5357abd2864d1c3dac";s:17:"HttpDeflateStream";s:40:"909e40091c9ffaea771d30bacffeef982073c12d";s:21:"HttpEncodingException";s:40:"909e40091c9ffaea771d30bacffeef982073c12d";s:13:"HttpException";s:40:"909e40091c9ffaea771d30bacffeef982073c12d";s:19:"HttpHeaderException";s:40:"909e40091c9ffaea771d30bacffeef982073c12d";s:17:"HttpInflateStream";s:40:"909e40091c9ffaea771d30bacffeef982073c12d";s:25:"HttpInvalidParamException";s:40:"909e40091c9ffaea771d30bacffeef982073c12d";s:29:"HttpMalformedHeadersException";s:40:"909e40091c9ffaea771d30bacffeef982073c12d";s:11:"HttpMessage";s:40:"909e40091c9ffaea771d30bacffeef982073c12d";s:24:"HttpMessageTypeException";s:40:"909e40091c9ffaea771d30bacffeef982073c12d";s:15:"HttpQueryString";s:40:"909e40091c9ffaea771d30bacffeef982073c12d";s:24:"HttpQueryStringException";s:40:"909e40091c9ffaea771d30bacffeef982073c12d";s:11:"HttpRequest";s:40:"909e40091c9ffaea771d30bacffeef982073c12d";s:20:"HttpRequestDataShare";s:40:"909e40091c9ffaea771d30bacffeef982073c12d";s:20:"HttpRequestException";s:40:"909e40091c9ffaea771d30bacffeef982073c12d";s:26:"HttpRequestMethodException";s:40:"909e40091c9ffaea771d30bacffeef982073c12d";s:15:"HttpRequestPool";s:40:"909e40091c9ffaea771d30bacffeef982073c12d";s:24:"HttpRequestPoolException";s:40:"909e40091c9ffaea771d30bacffeef982073c12d";s:12:"HttpResponse";s:40:"909e40091c9ffaea771d30bacffeef982073c12d";s:21:"HttpResponseException";s:40:"909e40091c9ffaea771d30bacffeef982073c12d";s:20:"HttpRuntimeException";s:40:"909e40091c9ffaea771d30bacffeef982073c12d";s:19:"HttpSocketException";s:40:"909e40091c9ffaea771d30bacffeef982073c12d";s:16:"HttpUrlException";s:40:"909e40091c9ffaea771d30bacffeef982073c12d";s:8:"HttpUtil";s:40:"909e40091c9ffaea771d30bacffeef982073c12d";s:15:"IMAP\Connection";s:40:"61d39288046b50874a966ac472080ce2862c2a34";s:7:"Imagick";s:40:"b0a7093d9a89c7646142e54d2725989f1736d526";s:11:"ImagickDraw";s:40:"b0a7093d9a89c7646142e54d2725989f1736d526";s:20:"ImagickDrawException";s:40:"b0a7093d9a89c7646142e54d2725989f1736d526";s:16:"ImagickException";s:40:"b0a7093d9a89c7646142e54d2725989f1736d526";s:13:"ImagickKernel";s:40:"b0a7093d9a89c7646142e54d2725989f1736d526";s:22:"ImagickKernelException";s:40:"b0a7093d9a89c7646142e54d2725989f1736d526";s:12:"ImagickPixel";s:40:"b0a7093d9a89c7646142e54d2725989f1736d526";s:21:"ImagickPixelException";s:40:"b0a7093d9a89c7646142e54d2725989f1736d526";s:20:"ImagickPixelIterator";s:40:"b0a7093d9a89c7646142e54d2725989f1736d526";s:29:"ImagickPixelIteratorException";s:40:"b0a7093d9a89c7646142e54d2725989f1736d526";s:16:"InfiniteIterator";s:40:"4ba35c11534759798cf9d990500acadb6429ccbd";s:14:"InflateContext";s:40:"5dfb0c1610a7560dd046447ff3d1337909e30d56";s:13:"IntBackedEnum";s:40:"97713db220652b648459337accd45972d86a9b4b";s:16:"InternalIterator";s:40:"97713db220652b648459337accd45972d86a9b4b";s:17:"IntlBreakIterator";s:40:"74babb61e12eab025bddb92088abb3971936125c";s:12:"IntlCalendar";s:40:"74babb61e12eab025bddb92088abb3971936125c";s:8:"IntlChar";s:40:"026abd8d75f61d883d0fbb6c2e8777b6368c3fa3";s:26:"IntlCodePointBreakIterator";s:40:"74babb61e12eab025bddb92088abb3971936125c";s:17:"IntlDateFormatter";s:40:"74babb61e12eab025bddb92088abb3971936125c";s:24:"IntlDatePatternGenerator";s:40:"0f6b5bbdd6d9133afae4ccbf5f57ae50c3dd7714";s:13:"IntlException";s:40:"74babb61e12eab025bddb92088abb3971936125c";s:21:"IntlGregorianCalendar";s:40:"74babb61e12eab025bddb92088abb3971936125c";s:12:"IntlIterator";s:40:"74babb61e12eab025bddb92088abb3971936125c";s:17:"IntlPartsIterator";s:40:"74babb61e12eab025bddb92088abb3971936125c";s:26:"IntlRuleBasedBreakIterator";s:40:"74babb61e12eab025bddb92088abb3971936125c";s:12:"IntlTimeZone";s:40:"74babb61e12eab025bddb92088abb3971936125c";s:24:"InvalidArgumentException";s:40:"4ba35c11534759798cf9d990500acadb6429ccbd";s:8:"Iterator";s:40:"97713db220652b648459337accd45972d86a9b4b";s:17:"IteratorAggregate";s:40:"97713db220652b648459337accd45972d86a9b4b";s:16:"IteratorIterator";s:40:"4ba35c11534759798cf9d990500acadb6429ccbd";s:13:"JavaException";s:40:"87559772afb542e99490c37e4c9e85f6aa864238";s:39:"JetBrains\PHPStormStub\PhpStormStubsMap";s:40:"3ce724ffc678f291befc7ade09b95a7b69b72b22";s:29:"JetBrains\PhpStorm\ArrayShape";s:40:"ce7d88ddf4561d614f8e6adb8abb088c4ac6968b";s:29:"JetBrains\PhpStorm\Deprecated";s:40:"75a604621021204ef63f6811e173b70145c3e6bf";s:33:"JetBrains\PhpStorm\ExpectedValues";s:40:"71618019653b4ae17943068ef6a406539a3061f2";s:28:"JetBrains\PhpStorm\Immutable";s:40:"7bea5bf47c303cf683705e09c77c04d7709220b4";s:50:"JetBrains\PhpStorm\Internal\LanguageLevelTypeAware";s:40:"b23c95e596bb0ed49a72705d3b4988c90efd52a9";s:57:"JetBrains\PhpStorm\Internal\PhpStormStubsElementAvailable";s:40:"b918e39020a4172383924bb116772899338550dd";s:46:"JetBrains\PhpStorm\Internal\ReturnTypeContract";s:40:"a1589690a170d9321ca19f369b759493e3d248f5";s:41:"JetBrains\PhpStorm\Internal\TentativeType";s:40:"253ff0f1b9b4b0c5d54a4c771aa50be5eba88d43";s:27:"JetBrains\PhpStorm\Language";s:40:"394f60afc028bdb4437a6f9648d533242cf454b6";s:27:"JetBrains\PhpStorm\NoReturn";s:40:"626b63778fce31fa84bf0839f37bed0dfc03ddcc";s:30:"JetBrains\PhpStorm\ObjectShape";s:40:"385cecb4ddb33c642b9b6ab6c970348b1a2315c4";s:23:"JetBrains\PhpStorm\Pure";s:40:"31390b1da3ea722de4cdc2d12a73a45575bc4cc2";s:13:"JsonException";s:40:"6f51a63993006965059bbb8af899c2bdb1c1a517";s:21:"JsonIncrementalParser";s:40:"6f51a63993006965059bbb8af899c2bdb1c1a517";s:16:"JsonSerializable";s:40:"6f51a63993006965059bbb8af899c2bdb1c1a517";s:4:"Judy";s:40:"619f9ea170ec8d0bf48c213c5425b1e3ef947aa4";s:15:"LDAP\Connection";s:40:"bc04607fee88baf91ec4626b04baba0235fe4eff";s:11:"LDAP\Result";s:40:"cfd8548c9f811b52ac6f3a02a86969ca51cd529f";s:16:"LDAP\ResultEntry";s:40:"25706bc7c4a23494136ff320e07cea96d92fd238";s:15:"LengthException";s:40:"4ba35c11534759798cf9d990500acadb6429ccbd";s:7:"LevelDB";s:40:"343e1bc6e4b90b32d47801dc1c5f6f7bc641f77f";s:16:"LevelDBException";s:40:"343e1bc6e4b90b32d47801dc1c5f6f7bc641f77f";s:15:"LevelDBIterator";s:40:"343e1bc6e4b90b32d47801dc1c5f6f7bc641f77f";s:15:"LevelDBSnapshot";s:40:"343e1bc6e4b90b32d47801dc1c5f6f7bc641f77f";s:17:"LevelDBWriteBatch";s:40:"343e1bc6e4b90b32d47801dc1c5f6f7bc641f77f";s:11:"LibXMLError";s:40:"d02874cbbec3c7448e3f92a41e0ba5a662ad7d3f";s:13:"LimitIterator";s:40:"4ba35c11534759798cf9d990500acadb6429ccbd";s:6:"Locale";s:40:"74babb61e12eab025bddb92088abb3971936125c";s:14:"LogicException";s:40:"4ba35c11534759798cf9d990500acadb6429ccbd";s:3:"Lua";s:40:"2125a089d33d9b9ceeab7d0df1233e048934b028";s:10:"LuaSandbox";s:40:"04fd8c57eea9fb6f66e2c8b9048c80fd80b77674";s:15:"LuaSandboxError";s:40:"04fd8c57eea9fb6f66e2c8b9048c80fd80b77674";s:20:"LuaSandboxErrorError";s:40:"04fd8c57eea9fb6f66e2c8b9048c80fd80b77674";s:20:"LuaSandboxFatalError";s:40:"04fd8c57eea9fb6f66e2c8b9048c80fd80b77674";s:18:"LuaSandboxFunction";s:40:"04fd8c57eea9fb6f66e2c8b9048c80fd80b77674";s:21:"LuaSandboxMemoryError";s:40:"04fd8c57eea9fb6f66e2c8b9048c80fd80b77674";s:22:"LuaSandboxRuntimeError";s:40:"04fd8c57eea9fb6f66e2c8b9048c80fd80b77674";s:21:"LuaSandboxSyntaxError";s:40:"04fd8c57eea9fb6f66e2c8b9048c80fd80b77674";s:22:"LuaSandboxTimeoutError";s:40:"04fd8c57eea9fb6f66e2c8b9048c80fd80b77674";s:8:"Memcache";s:40:"297be201fc869b4a5339c0b16745b43db232edd1";s:12:"MemcachePool";s:40:"297be201fc869b4a5339c0b16745b43db232edd1";s:9:"Memcached";s:40:"be812ba80be511003a67e89945484b06994a0bc6";s:18:"MemcachedException";s:40:"be812ba80be511003a67e89945484b06994a0bc6";s:16:"MessageFormatter";s:40:"74babb61e12eab025bddb92088abb3971936125c";s:11:"MessagePack";s:40:"77557c713c22fda20097d03cb487ac5e370638f1";s:19:"MessagePackUnpacker";s:40:"77557c713c22fda20097d03cb487ac5e370638f1";s:5:"Mongo";s:40:"b7a6965ad0376fc794c2b000ff79e8c6d037c769";s:12:"MongoBinData";s:40:"b7a6965ad0376fc794c2b000ff79e8c6d037c769";s:11:"MongoClient";s:40:"b7a6965ad0376fc794c2b000ff79e8c6d037c769";s:9:"MongoCode";s:40:"b7a6965ad0376fc794c2b000ff79e8c6d037c769";s:15:"MongoCollection";s:40:"b7a6965ad0376fc794c2b000ff79e8c6d037c769";s:18:"MongoCommandCursor";s:40:"b7a6965ad0376fc794c2b000ff79e8c6d037c769";s:24:"MongoConnectionException";s:40:"b7a6965ad0376fc794c2b000ff79e8c6d037c769";s:11:"MongoCursor";s:40:"b7a6965ad0376fc794c2b000ff79e8c6d037c769";s:20:"MongoCursorException";s:40:"b7a6965ad0376fc794c2b000ff79e8c6d037c769";s:20:"MongoCursorInterface";s:40:"b7a6965ad0376fc794c2b000ff79e8c6d037c769";s:27:"MongoCursorTimeoutException";s:40:"b7a6965ad0376fc794c2b000ff79e8c6d037c769";s:7:"MongoDB";s:40:"b7a6965ad0376fc794c2b000ff79e8c6d037c769";s:10:"MongoDBRef";s:40:"b7a6965ad0376fc794c2b000ff79e8c6d037c769";s:19:"MongoDB\BSON\Binary";s:40:"64af828c3fcdcaba8ed96e97f6b4bceb560c51be";s:28:"MongoDB\BSON\BinaryInterface";s:40:"5f4c96aaedadf685269b258b6644dd9e7d776778";s:22:"MongoDB\BSON\DBPointer";s:40:"140e429dc2fc3cd7d1ad184563ad3eb91a1c4dba";s:23:"MongoDB\BSON\Decimal128";s:40:"7a2d3994915837f395743e275870a4b0bd7bc36b";s:32:"MongoDB\BSON\Decimal128Interface";s:40:"e97025625393b90bff510bf304203e091f3f861d";s:21:"MongoDB\BSON\Document";s:40:"0bf85eb54fab3fc3351047fa2e4f3e48ef329698";s:18:"MongoDB\BSON\Int64";s:40:"23c7e9350e5be0aef2f450349169accf71ec31aa";s:21:"MongoDB\BSON\Iterator";s:40:"192049c945958474077680ad85cc0d60b6c169cd";s:23:"MongoDB\BSON\Javascript";s:40:"b3d93e4dbfbb51cf9090c5c1799b3289f81950ec";s:32:"MongoDB\BSON\JavascriptInterface";s:40:"b5cc2f3286c83bfc6749a8dccee173122173e17b";s:19:"MongoDB\BSON\MaxKey";s:40:"620d7ae8c59d4f4c84f9936d1ed839436f5162c5";s:28:"MongoDB\BSON\MaxKeyInterface";s:40:"cb1312953f2fa3e8189b7d1f3f32a7970f7aa2ab";s:19:"MongoDB\BSON\MinKey";s:40:"a5d9bd85b067607da6043d008de19c261e2fa1c1";s:28:"MongoDB\BSON\MinKeyInterface";s:40:"bb4ab05fff9fd1f85faec3fca00d2048778c963b";s:21:"MongoDB\BSON\ObjectId";s:40:"eb706f87bb5d4b5171e2746a0eaa51a729871da9";s:30:"MongoDB\BSON\ObjectIdInterface";s:40:"9326f44aa75b73e848e5ad84055b513235616950";s:24:"MongoDB\BSON\PackedArray";s:40:"81cda0fd9fe7f344af87b063f909045603445679";s:24:"MongoDB\BSON\Persistable";s:40:"f33725cb9c823f09f93038446ab88954c8110862";s:18:"MongoDB\BSON\Regex";s:40:"2d47251ea0188e72f821f3f6c8d0fd00d077b35c";s:27:"MongoDB\BSON\RegexInterface";s:40:"5525a48b80b955e57e39636ce48449b7873ef6bd";s:25:"MongoDB\BSON\Serializable";s:40:"9804d3d396bee4edd5cac8b097ffdcc00014175c";s:19:"MongoDB\BSON\Symbol";s:40:"e500a40d25ca171fecc1815ec941863f3597342e";s:22:"MongoDB\BSON\Timestamp";s:40:"8a4a30797c74afd6afabf7d3c112dad863f53dcb";s:31:"MongoDB\BSON\TimestampInterface";s:40:"979985240f25cea74ebacc5f1b4549c8c3cb5539";s:17:"MongoDB\BSON\Type";s:40:"ba40b017f5e96dd861ed8af1dcc42040c65e3fd5";s:24:"MongoDB\BSON\UTCDateTime";s:40:"9e9748e0b4142d6ec6131c4a562e7a623f842215";s:33:"MongoDB\BSON\UTCDateTimeInterface";s:40:"521cf382dad5f190f9e1f30a5f1bf61f05d1f62d";s:22:"MongoDB\BSON\Undefined";s:40:"05ca32703823dff92b0dc572ef9b3671b07dbd03";s:27:"MongoDB\BSON\Unserializable";s:40:"aaa433eac7dd756f7803fe75fe8a578481f5006b";s:24:"MongoDB\Driver\BulkWrite";s:40:"2927627e660982fdeb5af225726e9eb9797b4449";s:31:"MongoDB\Driver\ClientEncryption";s:40:"6ec6e3cbe42f75594b77b88718981321527b6dd3";s:22:"MongoDB\Driver\Command";s:40:"4d1833026875affa89ecc8107d8d4bdafac99324";s:21:"MongoDB\Driver\Cursor";s:40:"d37cca8074526574e7770c702e34925f293657ed";s:23:"MongoDB\Driver\CursorId";s:40:"2eed5dbaae1edce06035f93b278a044c3112f078";s:30:"MongoDB\Driver\CursorInterface";s:40:"bf57faa01b963abca2525d1ba4b70194028de959";s:48:"MongoDB\Driver\Exception\AuthenticationException";s:40:"2c9517ae49d02f2cac2b52956bc6e7979c93a83a";s:43:"MongoDB\Driver\Exception\BulkWriteException";s:40:"dbad1a137d62d091d9333f8a531fc0535355adf6";s:41:"MongoDB\Driver\Exception\CommandException";s:40:"96a7ee37d740d3af409ca788dac3eda02df0bed3";s:44:"MongoDB\Driver\Exception\ConnectionException";s:40:"216c9305814d91cbc19212da53c8cc61b13c04a2";s:51:"MongoDB\Driver\Exception\ConnectionTimeoutException";s:40:"c07a285485280b6bbbf043918b27935b046d2f3e";s:44:"MongoDB\Driver\Exception\EncryptionException";s:40:"17139ca8fa4c03f9ce68f2e44d6cf8fb598e3e3d";s:34:"MongoDB\Driver\Exception\Exception";s:40:"b6883f67bc798c9301de22339200dcbd070b50bd";s:50:"MongoDB\Driver\Exception\ExecutionTimeoutException";s:40:"d01e26e41330a9a30fbe3195bc145d9e1feb265e";s:49:"MongoDB\Driver\Exception\InvalidArgumentException";s:40:"89cd2ed989cff7846b4816f36f196d79cf5d18a1";s:39:"MongoDB\Driver\Exception\LogicException";s:40:"ef315fd37746c0245636d2a1c71cabc38acb9baa";s:41:"MongoDB\Driver\Exception\RuntimeException";s:40:"43d3e8bcb5d2dcdc476b2d1038f976953e16622e";s:47:"MongoDB\Driver\Exception\SSLConnectionException";s:40:"5db1b4bc65d3cce1c605ecbb38b7d9956bcef83e";s:40:"MongoDB\Driver\Exception\ServerException";s:40:"b96ff480cab3443434f4be4806b4ea559b0d555d";s:49:"MongoDB\Driver\Exception\UnexpectedValueException";s:40:"b0982555aa9a2c196ed2438fc7f42ab907e85697";s:46:"MongoDB\Driver\Exception\WriteConcernException";s:40:"fc236f7bbd7b119e21c4d789a9a067ddd531507d";s:39:"MongoDB\Driver\Exception\WriteException";s:40:"f0d5b8e2b9825b33f0862d2176b0576162812ed0";s:22:"MongoDB\Driver\Manager";s:40:"5c7b2c4dc0d20c995b526e82a11f2c8ca05e576a";s:44:"MongoDB\Driver\Monitoring\CommandFailedEvent";s:40:"3e1001ea39930b70169d9475423b0b27f16925f8";s:45:"MongoDB\Driver\Monitoring\CommandStartedEvent";s:40:"76d9bc31dd605735e8636740ae926adefc3303da";s:43:"MongoDB\Driver\Monitoring\CommandSubscriber";s:40:"872665f634e44c0b6011bb0497811d6edf199f68";s:47:"MongoDB\Driver\Monitoring\CommandSucceededEvent";s:40:"1936116af8e077f27d73bb93049f0aadb620e147";s:39:"MongoDB\Driver\Monitoring\LogSubscriber";s:40:"98dbf01bfb1b73db4b91314686a440ab1a7f1374";s:40:"MongoDB\Driver\Monitoring\SDAMSubscriber";s:40:"a525dcd14bb53373f9a135742a05c99caa876ab4";s:44:"MongoDB\Driver\Monitoring\ServerChangedEvent";s:40:"94929460b18e550bdb43e1695b329b2250f01bcc";s:43:"MongoDB\Driver\Monitoring\ServerClosedEvent";s:40:"6f4c4ac35e37877d65b00b5c1593d39239a9b275";s:52:"MongoDB\Driver\Monitoring\ServerHeartbeatFailedEvent";s:40:"d0a3ab0cea0a6590d46bdab5e157abf8f01fddf9";s:53:"MongoDB\Driver\Monitoring\ServerHeartbeatStartedEvent";s:40:"9daca36342a028e1d844274617ed7ab617f44f84";s:55:"MongoDB\Driver\Monitoring\ServerHeartbeatSucceededEvent";s:40:"2882d367060ced894bbef31e7ad2cffae3ded560";s:44:"MongoDB\Driver\Monitoring\ServerOpeningEvent";s:40:"864ea3b36c2bad23120963eab5189d6ef31ed4e8";s:36:"MongoDB\Driver\Monitoring\Subscriber";s:40:"846f44ceea7f95ef971bcf0eabc218c145007c6e";s:46:"MongoDB\Driver\Monitoring\TopologyChangedEvent";s:40:"28a7859d08d82db9989b183fa40d492e7b3b5d55";s:45:"MongoDB\Driver\Monitoring\TopologyClosedEvent";s:40:"35834793c6a6e3b3ff560652ccfd4f4aca4e4260";s:46:"MongoDB\Driver\Monitoring\TopologyOpeningEvent";s:40:"e11e5187fab4b0bdb47a2ad9869468acc01cd331";s:20:"MongoDB\Driver\Query";s:40:"be2bda7c2e8ffdb77879cbc711b225eb0ecc5e72";s:26:"MongoDB\Driver\ReadConcern";s:40:"4f6df4644695e008c44938283bbb41b6a7868d79";s:29:"MongoDB\Driver\ReadPreference";s:40:"588d9c2cfa039212abde18f35731dc0b5ac4f648";s:21:"MongoDB\Driver\Server";s:40:"13a4374bbd7f54da4e82811f5d49f51793e29c3e";s:24:"MongoDB\Driver\ServerApi";s:40:"8b74f0ff3370ab453c53485774ae0ccbd5ca6a7b";s:32:"MongoDB\Driver\ServerDescription";s:40:"63d6491a2c4f8d340abd23ba3e498ddc6b4b79db";s:22:"MongoDB\Driver\Session";s:40:"c3c6ac523a768145192ecaea6a632bb0fb970e2f";s:34:"MongoDB\Driver\TopologyDescription";s:40:"0391d803130727589865018d2249bacb9c09adf4";s:27:"MongoDB\Driver\WriteConcern";s:40:"6069fc976b2b3f78048ae3775e6bd14ef5da574d";s:32:"MongoDB\Driver\WriteConcernError";s:40:"588fff535b58f661b97a8c6fe1efb17e5e59b59d";s:25:"MongoDB\Driver\WriteError";s:40:"f6677396b9f112489f220f3dd79cd0638ee42fc6";s:26:"MongoDB\Driver\WriteResult";s:40:"ff8e643af61418bfc4951d6df3f78e0684cbb8f5";s:9:"MongoDate";s:40:"b7a6965ad0376fc794c2b000ff79e8c6d037c769";s:26:"MongoDuplicateKeyException";s:40:"b7a6965ad0376fc794c2b000ff79e8c6d037c769";s:14:"MongoException";s:40:"b7a6965ad0376fc794c2b000ff79e8c6d037c769";s:30:"MongoExecutionTimeoutException";s:40:"b7a6965ad0376fc794c2b000ff79e8c6d037c769";s:11:"MongoGridFS";s:40:"b7a6965ad0376fc794c2b000ff79e8c6d037c769";s:17:"MongoGridFSCursor";s:40:"b7a6965ad0376fc794c2b000ff79e8c6d037c769";s:20:"MongoGridFSException";s:40:"b7a6965ad0376fc794c2b000ff79e8c6d037c769";s:15:"MongoGridFSFile";s:40:"b7a6965ad0376fc794c2b000ff79e8c6d037c769";s:7:"MongoId";s:40:"b7a6965ad0376fc794c2b000ff79e8c6d037c769";s:10:"MongoInt32";s:40:"b7a6965ad0376fc794c2b000ff79e8c6d037c769";s:10:"MongoInt64";s:40:"b7a6965ad0376fc794c2b000ff79e8c6d037c769";s:8:"MongoLog";s:40:"b7a6965ad0376fc794c2b000ff79e8c6d037c769";s:11:"MongoMaxKey";s:40:"b7a6965ad0376fc794c2b000ff79e8c6d037c769";s:11:"MongoMinKey";s:40:"b7a6965ad0376fc794c2b000ff79e8c6d037c769";s:9:"MongoPool";s:40:"b7a6965ad0376fc794c2b000ff79e8c6d037c769";s:22:"MongoProtocolException";s:40:"b7a6965ad0376fc794c2b000ff79e8c6d037c769";s:10:"MongoRegex";s:40:"b7a6965ad0376fc794c2b000ff79e8c6d037c769";s:20:"MongoResultException";s:40:"b7a6965ad0376fc794c2b000ff79e8c6d037c769";s:14:"MongoTimestamp";s:40:"b7a6965ad0376fc794c2b000ff79e8c6d037c769";s:16:"MongoUpdateBatch";s:40:"b7a6965ad0376fc794c2b000ff79e8c6d037c769";s:15:"MongoWriteBatch";s:40:"b7a6965ad0376fc794c2b000ff79e8c6d037c769";s:26:"MongoWriteConcernException";s:40:"b7a6965ad0376fc794c2b000ff79e8c6d037c769";s:16:"Mosquitto\Client";s:40:"b65b049bd7f909f421af6fd9f78ec4bc75eaf3c7";s:19:"Mosquitto\Exception";s:40:"b65b049bd7f909f421af6fd9f78ec4bc75eaf3c7";s:17:"Mosquitto\Message";s:40:"b65b049bd7f909f421af6fd9f78ec4bc75eaf3c7";s:16:"MultipleIterator";s:40:"fd2e2d6272a63d5c390c22925f63d62961b97c97";s:16:"NoRewindIterator";s:40:"4ba35c11534759798cf9d990500acadb6429ccbd";s:10:"Normalizer";s:40:"74babb61e12eab025bddb92088abb3971936125c";s:15:"NumberFormatter";s:40:"74babb61e12eab025bddb92088abb3971936125c";s:5:"OAuth";s:40:"f2e7cc7dd805d3cdf2596599c560440c2bb20ed1";s:14:"OAuthException";s:40:"f2e7cc7dd805d3cdf2596599c560440c2bb20ed1";s:13:"OAuthProvider";s:40:"f2e7cc7dd805d3cdf2596599c560440c2bb20ed1";s:13:"OCICollection";s:40:"ff8202397199196b5dab84315777b00c92b12e4b";s:6:"OCILob";s:40:"ff8202397199196b5dab84315777b00c92b12e4b";s:14:"OCI_Collection";s:40:"904aac0ed594c621895a81707b9bbcd4e9d0aa48";s:7:"OCI_Lob";s:40:"904aac0ed594c621895a81707b9bbcd4e9d0aa48";s:20:"OpenSSLAsymmetricKey";s:40:"90b954da9f9d42bf707e6736ab1f2085c1a4fa2b";s:18:"OpenSSLCertificate";s:40:"90b954da9f9d42bf707e6736ab1f2085c1a4fa2b";s:32:"OpenSSLCertificateSigningRequest";s:40:"90b954da9f9d42bf707e6736ab1f2085c1a4fa2b";s:20:"OutOfBoundsException";s:40:"4ba35c11534759798cf9d990500acadb6429ccbd";s:19:"OutOfRangeException";s:40:"4ba35c11534759798cf9d990500acadb6429ccbd";s:13:"OuterIterator";s:40:"4ba35c11534759798cf9d990500acadb6429ccbd";s:17:"OverflowException";s:40:"4ba35c11534759798cf9d990500acadb6429ccbd";s:8:"Override";s:40:"97713db220652b648459337accd45972d86a9b4b";s:13:"OwsrequestObj";s:40:"7c378f39cd9e3817c7fd54f2c938cbbcc5a4cb60";s:6:"PDFlib";s:40:"0f097a16b966f8b198f37943dd267c2573178b33";s:15:"PDFlibException";s:40:"0f097a16b966f8b198f37943dd267c2573178b33";s:3:"PDO";s:40:"356e6d3a2e6f46789a0300725b29d7d06f0380a1";s:12:"PDOException";s:40:"356e6d3a2e6f46789a0300725b29d7d06f0380a1";s:6:"PDORow";s:40:"356e6d3a2e6f46789a0300725b29d7d06f0380a1";s:12:"PDOStatement";s:40:"356e6d3a2e6f46789a0300725b29d7d06f0380a1";s:13:"PSpell\Config";s:40:"747cd45d57ed02634f97a3cfedaa1981da2c695a";s:17:"PSpell\Dictionary";s:40:"747cd45d57ed02634f97a3cfedaa1981da2c695a";s:14:"ParentIterator";s:40:"4ba35c11534759798cf9d990500acadb6429ccbd";s:15:"Parle\ErrorInfo";s:40:"f65330818d3cc2264c34f7a2e6f5ccba9d6a32b2";s:11:"Parle\Lexer";s:40:"0b46e1ed08d7c2ae09edd73c7015a4172d4c273c";s:20:"Parle\LexerException";s:40:"279ea83a16b8a81aeff22ed1e928137f3e825482";s:12:"Parle\Parser";s:40:"be42c7dc0810c420aac3a57211b36d1d23547404";s:21:"Parle\ParserException";s:40:"af601f3739e7b7e19fd5097aca62c233aa561a27";s:12:"Parle\RLexer";s:40:"701a6c0c2c3cb44767c4530e7c4dda58ffdfb46c";s:13:"Parle\RParser";s:40:"149efc0c119a445d423c1335893f14be6141c2e2";s:11:"Parle\Stack";s:40:"1d622d1db3ca81602df30b08930fb5b78f2050bf";s:11:"Parle\Token";s:40:"b80ca5975e97e853d1b2c3cc1305cc3a5ece7fd4";s:10:"ParseError";s:40:"97713db220652b648459337accd45972d86a9b4b";s:9:"Pdo\Mysql";s:40:"356e6d3a2e6f46789a0300725b29d7d06f0380a1";s:10:"Pdo\Sqlite";s:40:"356e6d3a2e6f46789a0300725b29d7d06f0380a1";s:16:"PgSql\Connection";s:40:"9047c0a55261d7c34e9074941b76a9b3d7a0033f";s:9:"PgSql\Lob";s:40:"9047c0a55261d7c34e9074941b76a9b3d7a0033f";s:12:"PgSql\Result";s:40:"9047c0a55261d7c34e9074941b76a9b3d7a0033f";s:4:"Phar";s:40:"086f276d4fd65d5b8562c490313bebb3623b7711";s:8:"PharData";s:40:"086f276d4fd65d5b8562c490313bebb3623b7711";s:13:"PharException";s:40:"086f276d4fd65d5b8562c490313bebb3623b7711";s:12:"PharFileInfo";s:40:"086f276d4fd65d5b8562c490313bebb3623b7711";s:8:"PhpToken";s:40:"36fe928e2b87c6ef8d5cacce8e1d1bd8cfde8cc3";s:4:"Pool";s:40:"baccd65f9b66b79274b3c81720f69d1180499c69";s:10:"RRDCreator";s:40:"3f17427ba3b5576941711856028d129a486c0481";s:8:"RRDGraph";s:40:"3f17427ba3b5576941711856028d129a486c0481";s:10:"RRDUpdater";s:40:"3f17427ba3b5576941711856028d129a486c0481";s:30:"Random\BrokenRandomEngineError";s:40:"b995e8334fbd1af4ff3d5e25567143016a2f91cd";s:23:"Random\CryptoSafeEngine";s:40:"b995e8334fbd1af4ff3d5e25567143016a2f91cd";s:13:"Random\Engine";s:40:"b995e8334fbd1af4ff3d5e25567143016a2f91cd";s:21:"Random\Engine\Mt19937";s:40:"b995e8334fbd1af4ff3d5e25567143016a2f91cd";s:33:"Random\Engine\PcgOneseq128XslRr64";s:40:"b995e8334fbd1af4ff3d5e25567143016a2f91cd";s:20:"Random\Engine\Secure";s:40:"b995e8334fbd1af4ff3d5e25567143016a2f91cd";s:32:"Random\Engine\Xoshiro256StarStar";s:40:"b995e8334fbd1af4ff3d5e25567143016a2f91cd";s:18:"Random\RandomError";s:40:"b995e8334fbd1af4ff3d5e25567143016a2f91cd";s:22:"Random\RandomException";s:40:"b995e8334fbd1af4ff3d5e25567143016a2f91cd";s:17:"Random\Randomizer";s:40:"b995e8334fbd1af4ff3d5e25567143016a2f91cd";s:14:"RangeException";s:40:"4ba35c11534759798cf9d990500acadb6429ccbd";s:10:"RarArchive";s:40:"f7c4b98d5c537b527d6a1223adcd54199154fcf5";s:8:"RarEntry";s:40:"f7c4b98d5c537b527d6a1223adcd54199154fcf5";s:12:"RarException";s:40:"f7c4b98d5c537b527d6a1223adcd54199154fcf5";s:7:"RdKafka";s:40:"c4b5f1aa4835f109890beb68c59141cf8b3a0c22";s:12:"RdKafka\Conf";s:40:"225bc3c7c762a574d40261e6baa1e322275b4904";s:16:"RdKafka\Consumer";s:40:"3bf534cd6e2292a0177f0417c01a1896ad462ae3";s:21:"RdKafka\ConsumerTopic";s:40:"a12dde225dc9c48d30c9729f795e51b13d990bd0";s:17:"RdKafka\Exception";s:40:"080165565d14f8125c770e1e518497fb6ffee581";s:21:"RdKafka\KafkaConsumer";s:40:"43a229774fbaee08ada0829c33b8b929e8830068";s:26:"RdKafka\KafkaConsumerTopic";s:40:"2a404252aef35de0cf5849ace3c8ffcf37182f4c";s:27:"RdKafka\KafkaErrorException";s:40:"eb189a69283fae1147930f48f5c7b341263abee5";s:15:"RdKafka\Message";s:40:"2e8f37a8b57681614cb52fbfad9c60c7fefc4d18";s:16:"RdKafka\Metadata";s:40:"906671cb74491b7bfca6910030cb806c85d1183a";s:23:"RdKafka\Metadata\Broker";s:40:"7665bd29a28c60ddb9aaf7c4fa3419f866cf092e";s:27:"RdKafka\Metadata\Collection";s:40:"231fcf339af4aff4061a7f20c08066c0964ffef0";s:26:"RdKafka\Metadata\Partition";s:40:"c1e5f71c1edf08bad5ee067fa6402c9af489fb2e";s:22:"RdKafka\Metadata\Topic";s:40:"f9c99dc25c2816a6a4d5a56d73390ff888623f0c";s:16:"RdKafka\Producer";s:40:"c213c074305d77ad17b57c26564415edc54f84a3";s:21:"RdKafka\ProducerTopic";s:40:"f11932f47422d8ea762ad3b5937714889e4406c4";s:13:"RdKafka\Queue";s:40:"193d6ded30b57e8b3d02430acf0e6ddaf2a6b6df";s:13:"RdKafka\Topic";s:40:"603675731c734b4946b217a283cbc3b5f910d340";s:17:"RdKafka\TopicConf";s:40:"8922650154cef6ebe185715ef28a5b2e9ee8aaeb";s:22:"RdKafka\TopicPartition";s:40:"e0845e1a3293858e936e7b65bdeed89594e42a11";s:22:"RecursiveArrayIterator";s:40:"4ba35c11534759798cf9d990500acadb6429ccbd";s:24:"RecursiveCachingIterator";s:40:"4ba35c11534759798cf9d990500acadb6429ccbd";s:31:"RecursiveCallbackFilterIterator";s:40:"4ba35c11534759798cf9d990500acadb6429ccbd";s:26:"RecursiveDirectoryIterator";s:40:"fd2e2d6272a63d5c390c22925f63d62961b97c97";s:23:"RecursiveFilterIterator";s:40:"4ba35c11534759798cf9d990500acadb6429ccbd";s:17:"RecursiveIterator";s:40:"4ba35c11534759798cf9d990500acadb6429ccbd";s:25:"RecursiveIteratorIterator";s:40:"4ba35c11534759798cf9d990500acadb6429ccbd";s:22:"RecursiveRegexIterator";s:40:"4ba35c11534759798cf9d990500acadb6429ccbd";s:21:"RecursiveTreeIterator";s:40:"4ba35c11534759798cf9d990500acadb6429ccbd";s:5:"Redis";s:40:"d6eadb53d5f13880eacad37ebaadbef4e7607254";s:10:"RedisArray";s:40:"36699deddbc21878f87a50a2d7ea13737cc8d198";s:12:"RedisCluster";s:40:"0a4ab065afa5729348b1a079fe6333391ec68c9c";s:21:"RedisClusterException";s:40:"0a4ab065afa5729348b1a079fe6333391ec68c9c";s:14:"RedisException";s:40:"d6eadb53d5f13880eacad37ebaadbef4e7607254";s:13:"RedisSentinel";s:40:"0d8a24997e59f6a37994cfbfa20158b19280a1db";s:10:"Reflection";s:40:"68077b536af4aa5196eac273f434e47658aaf94e";s:19:"ReflectionAttribute";s:40:"b709d53f6e670f2b46d3e336e7b880e76a16e859";s:15:"ReflectionClass";s:40:"1d83be4106d35b77be28cb9d2941e9e373877d14";s:23:"ReflectionClassConstant";s:40:"843497d3607843b4571ec2820267690de83ce6c3";s:18:"ReflectionConstant";s:40:"ab3ee01b5c18532e5b4e65d0e0b6799926656474";s:14:"ReflectionEnum";s:40:"ce831e32fb29ad577e50f3906306eec1b0594718";s:24:"ReflectionEnumBackedCase";s:40:"82c56b51b0586daf11004801d80bd8f315469e24";s:22:"ReflectionEnumUnitCase";s:40:"f5bdd977a6a076722dd42fbf4b8493aefe0fb934";s:19:"ReflectionException";s:40:"a51232970cc25ba8247f00c969b3e35d081ff6b0";s:19:"ReflectionExtension";s:40:"f2223cf573a006f92b2e9ad90b23c533eef8ac71";s:15:"ReflectionFiber";s:40:"b82a6bb1d731c6890b573e19a9908faf6d1d09cd";s:18:"ReflectionFunction";s:40:"ef6e7044057b4665d58dc2dae26e5f50f5bbd1e8";s:26:"ReflectionFunctionAbstract";s:40:"7bcbc7529b09af82a733bd05a6ed03bf2589a6de";s:19:"ReflectionGenerator";s:40:"833d8fd9031de7758482535e953db1b15818ced3";s:26:"ReflectionIntersectionType";s:40:"eeb0498f5f261a86763d3538d904a0c20dc84ccd";s:16:"ReflectionMethod";s:40:"88f38ec53eceff38a784b66d5d7e739a4f129b34";s:19:"ReflectionNamedType";s:40:"0ac2214f1b03d0241e6d2c74cf773d179d0c915b";s:16:"ReflectionObject";s:40:"85127e33bb1f13c4a3bd47328f9b857f797d501c";s:19:"ReflectionParameter";s:40:"433865ed4e207d8281b9eabffdd663fd2db6d54e";s:18:"ReflectionProperty";s:40:"e19cc2601077a484d411067b95bceb40aaeb1e6a";s:19:"ReflectionReference";s:40:"d7875977382696c1101bcb33f444a7ee0c467856";s:14:"ReflectionType";s:40:"7e984eb11e19033c0d91fe81ab82cbf9aaea48da";s:19:"ReflectionUnionType";s:40:"b56d84febf17ceaccfb93349c097858229acf128";s:23:"ReflectionZendExtension";s:40:"939f3dd46465bed1865df5ec0ed78d4b3f40a762";s:9:"Reflector";s:40:"174d7369ba68d58c2021a00cdddb427fdfcfb49f";s:13:"RegexIterator";s:40:"4ba35c11534759798cf9d990500acadb6429ccbd";s:13:"Relay\Cluster";s:40:"c4ed49be59d6f4f0328c3b6856e6c84afc2f1d00";s:11:"Relay\Event";s:40:"03d137cde9aec3cae829d8e1e35aab545462672b";s:19:"Relay\Event\Flushed";s:40:"8b91ed38ee80885d121b416956fe147f1555e8b2";s:23:"Relay\Event\Invalidated";s:40:"8b91ed38ee80885d121b416956fe147f1555e8b2";s:15:"Relay\Exception";s:40:"d1371477d125eda23b6a8d9d19c537f09fefde6a";s:11:"Relay\Relay";s:40:"51aa8b656a35aeed6adcc58cb2c6a9938e2a352c";s:14:"Relay\Sentinel";s:40:"b9c7bb6ad9a5cb450ce480ae58374ea6f8dfe323";s:11:"Relay\Table";s:40:"21ec3bccaa8ee1f75f189945365bee59bd30f719";s:25:"RequestParseBodyException";s:40:"97713db220652b648459337accd45972d86a9b4b";s:14:"ResourceBundle";s:40:"74babb61e12eab025bddb92088abb3971936125c";s:20:"ReturnTypeWillChange";s:40:"97713db220652b648459337accd45972d86a9b4b";s:16:"RuntimeException";s:40:"4ba35c11534759798cf9d990500acadb6429ccbd";s:4:"SNMP";s:40:"19b974f2a15083fec8a85f1c252fadd872f5cd33";s:13:"SNMPException";s:40:"19b974f2a15083fec8a85f1c252fadd872f5cd33";s:7:"SQLite3";s:40:"7da9944e9f6c6c55f4304caaba5f93e89af1815b";s:16:"SQLite3Exception";s:40:"7da9944e9f6c6c55f4304caaba5f93e89af1815b";s:13:"SQLite3Result";s:40:"7da9944e9f6c6c55f4304caaba5f93e89af1815b";s:11:"SQLite3Stmt";s:40:"7da9944e9f6c6c55f4304caaba5f93e89af1815b";s:14:"SQLiteDatabase";s:40:"b2519c6d4604ce5a8e8d16e88f6cddcb7e18b498";s:15:"SQLiteException";s:40:"b2519c6d4604ce5a8e8d16e88f6cddcb7e18b498";s:12:"SQLiteResult";s:40:"b2519c6d4604ce5a8e8d16e88f6cddcb7e18b498";s:16:"SQLiteUnbuffered";s:40:"b2519c6d4604ce5a8e8d16e88f6cddcb7e18b498";s:3:"SVM";s:40:"01880b07a3f386d9391ba8fec848d9f1da723098";s:8:"SVMModel";s:40:"89059ec65b9011b26069e0efaa56224e2618f338";s:9:"SWFAction";s:40:"685b0ae800ad85698151471e992d8aa8f1e8b23d";s:9:"SWFBitmap";s:40:"685b0ae800ad85698151471e992d8aa8f1e8b23d";s:9:"SWFButton";s:40:"685b0ae800ad85698151471e992d8aa8f1e8b23d";s:14:"SWFDisplayItem";s:40:"685b0ae800ad85698151471e992d8aa8f1e8b23d";s:7:"SWFFill";s:40:"685b0ae800ad85698151471e992d8aa8f1e8b23d";s:7:"SWFFont";s:40:"685b0ae800ad85698151471e992d8aa8f1e8b23d";s:11:"SWFFontChar";s:40:"685b0ae800ad85698151471e992d8aa8f1e8b23d";s:11:"SWFGradient";s:40:"685b0ae800ad85698151471e992d8aa8f1e8b23d";s:8:"SWFMorph";s:40:"685b0ae800ad85698151471e992d8aa8f1e8b23d";s:8:"SWFMovie";s:40:"685b0ae800ad85698151471e992d8aa8f1e8b23d";s:8:"SWFShape";s:40:"685b0ae800ad85698151471e992d8aa8f1e8b23d";s:8:"SWFSound";s:40:"685b0ae800ad85698151471e992d8aa8f1e8b23d";s:16:"SWFSoundInstance";s:40:"685b0ae800ad85698151471e992d8aa8f1e8b23d";s:9:"SWFSprite";s:40:"685b0ae800ad85698151471e992d8aa8f1e8b23d";s:7:"SWFText";s:40:"685b0ae800ad85698151471e992d8aa8f1e8b23d";s:12:"SWFTextField";s:40:"685b0ae800ad85698151471e992d8aa8f1e8b23d";s:14:"SWFVideoStream";s:40:"685b0ae800ad85698151471e992d8aa8f1e8b23d";s:20:"Saxon\SaxonProcessor";s:40:"9a157cdb8aecc584dcc5b4952499efa1c415ca09";s:21:"Saxon\SchemaValidator";s:40:"9a157cdb8aecc584dcc5b4952499efa1c415ca09";s:20:"Saxon\XPathProcessor";s:40:"9a157cdb8aecc584dcc5b4952499efa1c415ca09";s:21:"Saxon\XQueryProcessor";s:40:"9a157cdb8aecc584dcc5b4952499efa1c415ca09";s:20:"Saxon\XdmAtomicValue";s:40:"9a157cdb8aecc584dcc5b4952499efa1c415ca09";s:13:"Saxon\XdmItem";s:40:"9a157cdb8aecc584dcc5b4952499efa1c415ca09";s:13:"Saxon\XdmNode";s:40:"9a157cdb8aecc584dcc5b4952499efa1c415ca09";s:14:"Saxon\XdmValue";s:40:"9a157cdb8aecc584dcc5b4952499efa1c415ca09";s:21:"Saxon\Xslt30Processor";s:40:"9a157cdb8aecc584dcc5b4952499efa1c415ca09";s:19:"Saxon\XsltProcessor";s:40:"9a157cdb8aecc584dcc5b4952499efa1c415ca09";s:16:"SeekableIterator";s:40:"4ba35c11534759798cf9d990500acadb6429ccbd";s:18:"SensitiveParameter";s:40:"97713db220652b648459337accd45972d86a9b4b";s:23:"SensitiveParameterValue";s:40:"97713db220652b648459337accd45972d86a9b4b";s:12:"Serializable";s:40:"97713db220652b648459337accd45972d86a9b4b";s:14:"SessionHandler";s:40:"2a47b0e8d8baf873069866b422b787c8878a769d";s:23:"SessionHandlerInterface";s:40:"2a47b0e8d8baf873069866b422b787c8878a769d";s:18:"SessionIdInterface";s:40:"2a47b0e8d8baf873069866b422b787c8878a769d";s:38:"SessionUpdateTimestampHandlerInterface";s:40:"2a47b0e8d8baf873069866b422b787c8878a769d";s:5:"Shmop";s:40:"13e3e5cc0ea2a0b37f559971e2e4ae0bf4934d82";s:17:"SimdJsonException";s:40:"b390d9c2950df0669e6789946d6f70a6a2df2593";s:18:"SimdJsonValueError";s:40:"b390d9c2950df0669e6789946d6f70a6a2df2593";s:17:"SimpleKafkaClient";s:40:"9a67e2f8ffbcf6c556ef334d1e2e752bbc2bc41f";s:31:"SimpleKafkaClient\Configuration";s:40:"57f1fed79c84445b87909dd484b16245d9f39fe6";s:26:"SimpleKafkaClient\Consumer";s:40:"ee8961b7d9f98041dd8a78948ed682ccdf000927";s:31:"SimpleKafkaClient\ConsumerTopic";s:40:"a19871e7a08ea1aeac6eebcd453266a24321ff31";s:27:"SimpleKafkaClient\Exception";s:40:"5be1275a25e800c856c1c284c34641988d763241";s:37:"SimpleKafkaClient\KafkaErrorException";s:40:"b8a871357cdf12d4732298574f871624fe31e8e3";s:25:"SimpleKafkaClient\Message";s:40:"b35855e8e5c00ff563de7c827c106ce4c272d098";s:26:"SimpleKafkaClient\Metadata";s:40:"61166f696da3c7f031169efa1386dc306975205e";s:33:"SimpleKafkaClient\Metadata\Broker";s:40:"a0486ff060bce89e35331a2978a9d9ef08e19867";s:37:"SimpleKafkaClient\Metadata\Collection";s:40:"f6223fca099c9754ab40288285c7b5185aefbc4a";s:36:"SimpleKafkaClient\Metadata\Partition";s:40:"b72dccaa9badce04c50910bbe40064bc2a4cb14e";s:32:"SimpleKafkaClient\Metadata\Topic";s:40:"c8e4b689b5f3d563c9c789baca208d28c5d0dc68";s:26:"SimpleKafkaClient\Producer";s:40:"76e1835f4617301adda88b803f9331990463a549";s:31:"SimpleKafkaClient\ProducerTopic";s:40:"a19871e7a08ea1aeac6eebcd453266a24321ff31";s:23:"SimpleKafkaClient\Topic";s:40:"a19871e7a08ea1aeac6eebcd453266a24321ff31";s:32:"SimpleKafkaClient\TopicPartition";s:40:"a3beb197fc9d6064ad7a54ea7c438b29c45fb3b5";s:16:"SimpleXMLElement";s:40:"4e0e8e1406dffd31b3233a50d5533c9a5386b431";s:17:"SimpleXMLIterator";s:40:"4e0e8e1406dffd31b3233a50d5533c9a5386b431";s:10:"SoapClient";s:40:"0d07e4db5d5059c8ba6b0d6f96b26b43a27fb41f";s:9:"SoapFault";s:40:"0d07e4db5d5059c8ba6b0d6f96b26b43a27fb41f";s:10:"SoapHeader";s:40:"0d07e4db5d5059c8ba6b0d6f96b26b43a27fb41f";s:9:"SoapParam";s:40:"0d07e4db5d5059c8ba6b0d6f96b26b43a27fb41f";s:10:"SoapServer";s:40:"0d07e4db5d5059c8ba6b0d6f96b26b43a27fb41f";s:7:"SoapVar";s:40:"0d07e4db5d5059c8ba6b0d6f96b26b43a27fb41f";s:8:"Soap\Sdl";s:40:"780dcdd04be1f3365294aec2ed83689876f00293";s:8:"Soap\Url";s:40:"780dcdd04be1f3365294aec2ed83689876f00293";s:6:"Socket";s:40:"1977b0d929a124dc760727a2c5db152247bbf0c9";s:15:"SodiumException";s:40:"af8ac6e3352d95aa481408b5680cc3733f054992";s:10:"SolrClient";s:40:"50fe7292392f99eae8975a9b8103d5b3423b28df";s:19:"SolrClientException";s:40:"79039326b5a79e3d235364a62f5b5735ce82cf93";s:20:"SolrCollapseFunction";s:40:"7597530e72146960dbe8fe406faa4bd2d4e69cd4";s:15:"SolrDisMaxQuery";s:40:"fa02afc52decaabf495d92936030723b78e691a4";s:12:"SolrDocument";s:40:"376e1cfe83cad33e96bf08ce74102a8c6af4d817";s:17:"SolrDocumentField";s:40:"c2b09ece03d17bc41fa621fd8d6a4f1a60b809d6";s:13:"SolrException";s:40:"c0c8e1903fe3898224702274dd894af6368d4017";s:19:"SolrGenericResponse";s:40:"16f01b49d14b95d982e7baaff73f3a1372188f08";s:28:"SolrIllegalArgumentException";s:40:"69d8c988376a6cdb2e5aae22b8abfd4f7d1e0502";s:29:"SolrIllegalOperationException";s:40:"e0798a841a993af0949d84a7dac834b4aeec9cd1";s:17:"SolrInputDocument";s:40:"d4f4710d161bc20229f910e518c0f90e2541e469";s:38:"SolrMissingMandatoryParameterException";s:40:"f5fa1dcfd7755546522f83112107bc334230729c";s:20:"SolrModifiableParams";s:40:"1200f34810b539edf11a5cb475bfac15317b6fee";s:10:"SolrObject";s:40:"84eeaec646e7f6206b161787612813a276295272";s:10:"SolrParams";s:40:"689ae5eea1271db0f77f0e5cfb67a56441875fc2";s:16:"SolrPingResponse";s:40:"cee9e00a3331e9f565ba6d2e964131ed7f361395";s:9:"SolrQuery";s:40:"c37663b964ded3c0490ead5e0a238cc5531ebf4e";s:17:"SolrQueryResponse";s:40:"4b090223f5c3978d598be7d6b0691292ee675942";s:12:"SolrResponse";s:40:"fb57ecf51e84c7b50f42f3cf09236af2f30f04ed";s:19:"SolrServerException";s:40:"ecd1aee9e0c1997f086f439a4790ac2d1d030a0a";s:18:"SolrUpdateResponse";s:40:"0ca7d4db301994807dd0a26ebb0944dcdd90f7aa";s:9:"SolrUtils";s:40:"1812bb4b16c8a2d2067e1177c998a2a176e4840f";s:7:"SplBool";s:40:"b6df95776f81ca8e7be871b9247c59a2f36ce54b";s:19:"SplDoublyLinkedList";s:40:"fd2e2d6272a63d5c390c22925f63d62961b97c97";s:7:"SplEnum";s:40:"b6df95776f81ca8e7be871b9247c59a2f36ce54b";s:11:"SplFileInfo";s:40:"fd2e2d6272a63d5c390c22925f63d62961b97c97";s:13:"SplFileObject";s:40:"fd2e2d6272a63d5c390c22925f63d62961b97c97";s:13:"SplFixedArray";s:40:"fd2e2d6272a63d5c390c22925f63d62961b97c97";s:8:"SplFloat";s:40:"b6df95776f81ca8e7be871b9247c59a2f36ce54b";s:7:"SplHeap";s:40:"fd2e2d6272a63d5c390c22925f63d62961b97c97";s:6:"SplInt";s:40:"b6df95776f81ca8e7be871b9247c59a2f36ce54b";s:10:"SplMaxHeap";s:40:"fd2e2d6272a63d5c390c22925f63d62961b97c97";s:10:"SplMinHeap";s:40:"fd2e2d6272a63d5c390c22925f63d62961b97c97";s:16:"SplObjectStorage";s:40:"fd2e2d6272a63d5c390c22925f63d62961b97c97";s:11:"SplObserver";s:40:"fd2e2d6272a63d5c390c22925f63d62961b97c97";s:16:"SplPriorityQueue";s:40:"fd2e2d6272a63d5c390c22925f63d62961b97c97";s:8:"SplQueue";s:40:"fd2e2d6272a63d5c390c22925f63d62961b97c97";s:8:"SplStack";s:40:"fd2e2d6272a63d5c390c22925f63d62961b97c97";s:9:"SplString";s:40:"b6df95776f81ca8e7be871b9247c59a2f36ce54b";s:10:"SplSubject";s:40:"fd2e2d6272a63d5c390c22925f63d62961b97c97";s:17:"SplTempFileObject";s:40:"fd2e2d6272a63d5c390c22925f63d62961b97c97";s:7:"SplType";s:40:"b6df95776f81ca8e7be871b9247c59a2f36ce54b";s:12:"Spoofchecker";s:40:"74babb61e12eab025bddb92088abb3971936125c";s:5:"Stomp";s:40:"41a4aaf8e987f937b31c34c7ec01b4a5c00adc14";s:14:"StompException";s:40:"41a4aaf8e987f937b31c34c7ec01b4a5c00adc14";s:10:"StompFrame";s:40:"41a4aaf8e987f937b31c34c7ec01b4a5c00adc14";s:12:"StreamBucket";s:40:"d95c7b9075e0c91362d8cda9abd965342644b753";s:16:"StringBackedEnum";s:40:"97713db220652b648459337accd45972d86a9b4b";s:10:"Stringable";s:40:"97713db220652b648459337accd45972d86a9b4b";s:35:"StubTests\AbstractBaseStubsTestCase";s:40:"7992eff11aaafcc935c55237512e31a36afc6eb8";s:25:"StubTests\BaseClassesTest";s:40:"94d9d965ea37be6e57ec17ccabfa455eb161ae07";s:27:"StubTests\BaseConstantsTest";s:40:"1015749e68695ec005f1efd7e2d3cd612858abb6";s:23:"StubTests\BaseEnumsTest";s:40:"8267a1350ed636969cd8c811ee77745c132902af";s:27:"StubTests\BaseFunctionsTest";s:40:"b9a2a5611081746107b4b7c2948351f7a684239d";s:28:"StubTests\BaseInterfacesTest";s:40:"ca91c3c883f4c2199ab63282d125ff844cdae9af";s:26:"StubTests\CheckStubMapTest";s:40:"5a59078225fadf0837a9d2fcadcce430cdfa1982";s:38:"StubTests\CodeStyle\BracesOneLineFixer";s:40:"faa85862a70e0f0b1e49f5ea96e7e3421724fc63";s:28:"StubTests\Model\BasePHPClass";s:40:"49ece768b655e60f84f8225e374a5f815945ba59";s:30:"StubTests\Model\BasePHPElement";s:40:"6b420ba3752b94287b85f5a2f9913cab33f32934";s:27:"StubTests\Model\CommonUtils";s:40:"d6ef7116a594a9aff2f455e257b304b223b9956c";s:24:"StubTests\Model\PHPClass";s:40:"8dc1b57e4c415c55bab1c31b1ed06b52408220ee";s:32:"StubTests\Model\PHPClassConstant";s:40:"6bed7b73b9c3bfa9f9a19b7bbe22b55b21de9164";s:27:"StubTests\Model\PHPConstant";s:40:"766e4520a3f3e2fc6dc5e31cac1688652e45ab08";s:38:"StubTests\Model\PHPConstantDeclaration";s:40:"054f54a267093e4e5a4823a8d1c1e8a46aaf1399";s:33:"StubTests\Model\PHPDefineConstant";s:40:"2b219164e6380a79a4b876748ce550a76e1d8431";s:29:"StubTests\Model\PHPDocElement";s:40:"e94c6b5c4d0f7b19aa5c608718aee7668af98c0e";s:23:"StubTests\Model\PHPEnum";s:40:"f708f95631a20369d3c78497dafa8ae9390ac8f3";s:27:"StubTests\Model\PHPEnumCase";s:40:"c5ac11587552aebf75732a192d3e1050b16f22f0";s:27:"StubTests\Model\PHPFunction";s:40:"31d2af8baa03087c02d7576b7da0c4590e79172b";s:28:"StubTests\Model\PHPInterface";s:40:"6c8831d5ae8bf84005d65d59bff3e73e7e6ab0e1";s:25:"StubTests\Model\PHPMethod";s:40:"41a8b875447b812ca3c146e4714519687a4a979b";s:36:"StubTests\Model\PHPNamespacedElement";s:40:"a2845211d3645c56ab691c610b5b9d61b2464d6b";s:28:"StubTests\Model\PHPParameter";s:40:"0c13bce4a6d069c6d98732bf4f5266376c1b6dde";s:27:"StubTests\Model\PHPProperty";s:40:"9c096b9f92414b64df02e120a52007e59d09dd87";s:27:"StubTests\Model\PhpVersions";s:40:"375f0caaeea3c61f581bd9e9986eb040306a0c62";s:31:"StubTests\Model\StubProblemType";s:40:"8234c8ace425667ed09ab4587a8c4d3a5597968e";s:30:"StubTests\Model\StubsContainer";s:40:"7b8376edb54f8b92df14dda0b9d67dc4a92308d1";s:31:"StubTests\Model\Tags\RemovedTag";s:40:"4c6987698b98c47c04c7a7080d95a6aa8a47cb61";s:36:"StubTests\Parsers\DocFactoryProvider";s:40:"2c79573e14f129f5d96a8f739c0d5681782f98ad";s:47:"StubTests\Parsers\ExpectedFunctionArgumentsInfo";s:40:"39c8471720c0bf586734e4409d81151c23cee221";s:48:"StubTests\Parsers\MetaExpectedArgumentsCollector";s:40:"948a56b029bc817897b47efb3009478c5cb59ab0";s:37:"StubTests\Parsers\PHPReflectionParser";s:40:"eaa129300aab83cdc09c2d9a5ae3e08704720a1b";s:29:"StubTests\Parsers\ParserUtils";s:40:"bfc9d5f80a973803e79d99cc084f7dd6f66d85fb";s:41:"StubTests\Parsers\StubsParserErrorHandler";s:40:"28b69621685c3c1b53ff79125db1d29e176bf90a";s:45:"StubTests\Parsers\Visitors\CoreStubASTVisitor";s:40:"8ffd1a522bc3d0c9748fe43dcd6d1cda89b24d0d";s:54:"StubTests\Parsers\Visitors\MetaOverrideFunctionsParser";s:40:"71871adc841518eb660d1e812d16ca5a3444c096";s:42:"StubTests\Parsers\Visitors\ParentConnector";s:40:"9fb9e32cd751d057f6737b127e7e21e18d2ca07d";s:43:"StubTests\StubsCompositeMixedReturnTypeTest";s:40:"890f1e2921da67a9ce216e182d9b62658aae5e95";s:47:"StubTests\StubsConstantsAndParametersValuesTest";s:40:"52f405294b6bc1db92e5d31d92cb7f6eb50c87b7";s:37:"StubTests\StubsForbiddenTypeHintsTest";s:40:"a5e631c61513125882c3f63b2f1422c6fddb6aa5";s:40:"StubTests\StubsMetaExpectedArgumentsTest";s:40:"cbc22f1aef48350aca6178fcaf96e78c3b51c5b4";s:34:"StubTests\StubsMetaInternalTagTest";s:40:"c04c59c2bac7a246b0d6719fbc974aab4a48cffe";s:33:"StubTests\StubsParameterNamesTest";s:40:"38006311fb15f50b9d59508c900529316432acf9";s:25:"StubTests\StubsPhp81Tests";s:40:"4afcd8e09d26dddba80d8b9753e1c197e2c8ecfd";s:25:"StubTests\StubsPhpDocTest";s:40:"adc73c97c3cb391cd3fe199be9da3405d4294308";s:36:"StubTests\StubsReflectionClassesTest";s:40:"6b509b1e95a844ea18defca69c8abdb4923cb596";s:28:"StubTests\StubsStructureTest";s:40:"885831c8853abb604a94f909c3aeabb0b514e621";s:28:"StubTests\StubsTypeHintsTest";s:40:"a07eddd897cc2c0256f5671179cc7f8b6703b659";s:43:"StubTests\TestData\Providers\EntitiesFilter";s:40:"b0a9a87d38f4687c60d47cfcd4f26e298712cec6";s:51:"StubTests\TestData\Providers\PhpStormStubsSingleton";s:40:"b2dea15325f49705d3e2656e5bd87fd9976cce12";s:53:"StubTests\TestData\Providers\ReflectionStubsSingleton";s:40:"cac7a0f318a928792fdd9bc9de08f70983f87498";s:74:"StubTests\TestData\Providers\Reflection\ReflectionClassesTestDataProviders";s:40:"4514d1f1637189e6d17943e1b83934d672e2238b";s:67:"StubTests\TestData\Providers\Reflection\ReflectionConstantsProvider";s:40:"d6100657b93d340f4294666a5db0b0c98d05d93b";s:67:"StubTests\TestData\Providers\Reflection\ReflectionFunctionsProvider";s:40:"9750c3619e325f32580ae7e8d062e34c4055ba1e";s:65:"StubTests\TestData\Providers\Reflection\ReflectionMethodsProvider";s:40:"d6336a9cb3404cb1c219e513f63e058e124ec9aa";s:68:"StubTests\TestData\Providers\Reflection\ReflectionParametersProvider";s:40:"d85ec33e7ba7896b2305c2f507bcd92877bc1d27";s:68:"StubTests\TestData\Providers\Reflection\ReflectionPropertiesProvider";s:40:"0e5d8eaf7d6ae171db35e061e303a492de8430c6";s:55:"StubTests\TestData\Providers\Stubs\PhpCoreStubsProvider";s:40:"a987a92ae5571c405417bdde2b523fbd3f89cf26";s:56:"StubTests\TestData\Providers\Stubs\StubConstantsProvider";s:40:"c8c5ca751071fc7e3fed47721987dbd9bc85334b";s:54:"StubTests\TestData\Providers\Stubs\StubMethodsProvider";s:40:"d837bbc84cb8e75c78e5b316db03df3f156df9b8";s:62:"StubTests\TestData\Providers\Stubs\StubsCompositeMixedProvider";s:40:"e65aeb2e3a65729bafd991b4d442c85eac9d8cfa";s:58:"StubTests\TestData\Providers\Stubs\StubsParametersProvider";s:40:"63665b5b988596320fe871158960940cfb6eb375";s:57:"StubTests\TestData\Providers\Stubs\StubsTestDataProviders";s:40:"d13847dd8b508ecf33e9199016bb36fa54d5e51f";s:31:"StubTests\Tools\ModelAutoloader";s:40:"b182ed3e51d924dd6fae8b31a110e028bdeeefd6";s:3:"Svn";s:40:"f45d3e7516e57c6d440f940064ba614d26920e21";s:7:"SvnNode";s:40:"f45d3e7516e57c6d440f940064ba614d26920e21";s:5:"SvnWc";s:40:"f45d3e7516e57c6d440f940064ba614d26920e21";s:13:"SvnWcSchedule";s:40:"f45d3e7516e57c6d440f940064ba614d26920e21";s:13:"Swoole\Atomic";s:40:"fe682a0e27580525b3a64a7e7ab2a76f63273084";s:18:"Swoole\Atomic\Long";s:40:"60949502068e949f01e6177a170c883a357159e4";s:13:"Swoole\Client";s:40:"94629d1ef704f331f0edbc28255124b1aa50d367";s:23:"Swoole\Client\Exception";s:40:"99fd9bcd509d62ade1d5a914a0abb433166f3a1c";s:26:"Swoole\Connection\Iterator";s:40:"92f2112c8b50e4b1d03ed70e2fb75ac714b3ebeb";s:16:"Swoole\Coroutine";s:40:"db6e58ebe5ff4ff6307cb6e073fce54d31b8b6fd";s:24:"Swoole\Coroutine\Channel";s:40:"b77e7ad1e4dfc72c218da42140797abf33fd13e5";s:23:"Swoole\Coroutine\Client";s:40:"cb981c603367abe2268ff96444ac0568272b718e";s:24:"Swoole\Coroutine\Context";s:40:"5ae09dce52f68a66b1c301fb9574848d0a576726";s:31:"Swoole\Coroutine\Curl\Exception";s:40:"73a4ac295c81506b5b244eb00d5c974a719ffddf";s:29:"Swoole\Coroutine\Http2\Client";s:40:"c1a5391ac922fac9782387808323115106c7d09d";s:39:"Swoole\Coroutine\Http2\Client\Exception";s:40:"7fcc25a0464846f1e0c9b00d1299d7a409cd6b12";s:28:"Swoole\Coroutine\Http\Client";s:40:"a0da6c6b33eeea7be40291117796c9be2efa5c45";s:38:"Swoole\Coroutine\Http\Client\Exception";s:40:"e458add7131a5ee1651c2f51b9d9d2e1289e7bf7";s:28:"Swoole\Coroutine\Http\Server";s:40:"0dcc3c4a071c8db0395c0e79a5fffe81051c9fe7";s:25:"Swoole\Coroutine\Iterator";s:40:"a3c6cb232122b786703f434a25ee30deeb06a8b0";s:22:"Swoole\Coroutine\MySQL";s:40:"081311efdd7a4d7f69575efb01a6132b6c01c95a";s:32:"Swoole\Coroutine\MySQL\Exception";s:40:"67d01cc8465ab5c8d91f32fccc62b2da65f3c122";s:32:"Swoole\Coroutine\MySQL\Statement";s:40:"e7ba5351aa7ad1e4b2e2a3eda1e3cbad8ee124be";s:22:"Swoole\Coroutine\Redis";s:40:"41256713927847662d81405dab6697c2bbc784fa";s:26:"Swoole\Coroutine\Scheduler";s:40:"bd2d2e6f5ed7532f5d494dbc3f6065aca2fa4b0c";s:23:"Swoole\Coroutine\Socket";s:40:"8d6473f93cf606ec5d727663e4a9ead60589ec42";s:33:"Swoole\Coroutine\Socket\Exception";s:40:"a170e883f4abffe19ef64914333cd3686f0558bf";s:23:"Swoole\Coroutine\System";s:40:"7e63b3cbf2278c1eab5745041e5c97ff1adb8599";s:12:"Swoole\Error";s:40:"cc5ea556b2d97fcc035fa4f1bd2d61f191deeea9";s:12:"Swoole\Event";s:40:"4132bd08aa08c1ee28c83273c31da6622d12036f";s:16:"Swoole\Exception";s:40:"f0fecd42b5a0293d4e2d6961fea4ddbc94b42a97";s:20:"Swoole\ExitException";s:40:"1733473eadfe63984c5f96e4a5e936b04d4132dc";s:20:"Swoole\Http2\Request";s:40:"d2cd3cd05129829ed404e4028dc6ab5462d587bb";s:21:"Swoole\Http2\Response";s:40:"b9bddddba7c3c4a47496a8b4bbf8b9b7dd4851c4";s:19:"Swoole\Http\Request";s:40:"21ca7939f17153442ced0fe774944f953ed24095";s:20:"Swoole\Http\Response";s:40:"adcdd6d70fe8fefca3b2bd394f7325da0400202d";s:18:"Swoole\Http\Server";s:40:"3680f96b65fbe9607bf0a7aedc44b69257531678";s:11:"Swoole\Lock";s:40:"1eced8fdce3de727cce542dfe95e8fca2006d71d";s:14:"Swoole\Process";s:40:"a97d54936b7515911a9aed2090bbf5f3e42c7a87";s:19:"Swoole\Process\Pool";s:40:"84acddaebcb87668e62e1936480bf1a96928d448";s:19:"Swoole\Redis\Server";s:40:"d3218464c2c4f9552496ce5b003f1af8d2ee9852";s:14:"Swoole\Runtime";s:40:"d21cea711c7d15d840c1a190e5730feb2a69654e";s:13:"Swoole\Server";s:40:"2f0a27b05c80a5dd4b2da1a7c41375d8fb31ca61";s:19:"Swoole\Server\Event";s:40:"43d8d2612bb05ac287f37ae0a036694e5d589bd2";s:20:"Swoole\Server\Packet";s:40:"7a336830eb846fee71864c1260aa40fa191005d5";s:25:"Swoole\Server\PipeMessage";s:40:"70538cb2c170ca6ef091ef8428f5fcb63f9d6f80";s:18:"Swoole\Server\Port";s:40:"1c5e392702dc3320b9ec7bb6a8563570f05afce2";s:24:"Swoole\Server\StatusInfo";s:40:"16e071d9a4d0768411012b6acd1b7c871a3cd2b2";s:18:"Swoole\Server\Task";s:40:"2cbe6055fe511e2d36983abdbf601f2931514676";s:24:"Swoole\Server\TaskResult";s:40:"c916f4b84e42b717fd94fb535605d3866aec81c3";s:12:"Swoole\Table";s:40:"f9e3d68265244fc38cf9958a24c94483e7208864";s:12:"Swoole\Timer";s:40:"507fa3871460f824b6d9fd7e47be52ac77de488b";s:21:"Swoole\Timer\Iterator";s:40:"007096b956b7e5c5f408d9b71a4a6d6bed0cdd1d";s:27:"Swoole\WebSocket\CloseFrame";s:40:"459ff3d7b70c2ac142617695e8bb633cc725f2e3";s:22:"Swoole\WebSocket\Frame";s:40:"69b071bf3f8918d926e8bf133431a4bdb7f8632d";s:23:"Swoole\WebSocket\Server";s:40:"437d9c484f13d7751aaffa23410a59f35edf7b8b";s:9:"SyncEvent";s:40:"dfa82443b332fa9c38d508ab51a7c990a4f31fcb";s:9:"SyncMutex";s:40:"dfa82443b332fa9c38d508ab51a7c990a4f31fcb";s:16:"SyncReaderWriter";s:40:"dfa82443b332fa9c38d508ab51a7c990a4f31fcb";s:13:"SyncSemaphore";s:40:"dfa82443b332fa9c38d508ab51a7c990a4f31fcb";s:16:"SyncSharedMemory";s:40:"dfa82443b332fa9c38d508ab51a7c990a4f31fcb";s:16:"SysvMessageQueue";s:40:"36dfa2efbb776229a0d5908fc4868e2d7d8e3f88";s:13:"SysvSemaphore";s:40:"de3a9e1866fa7ac1aa70aa6d25d4e94a4f71fad5";s:16:"SysvSharedMemory";s:40:"6815b8dc6dcfa908b4615d709056daf7d1923d9d";s:6:"Thread";s:40:"baccd65f9b66b79274b3c81720f69d1180499c69";s:8:"Threaded";s:40:"baccd65f9b66b79274b3c81720f69d1180499c69";s:9:"Throwable";s:40:"97713db220652b648459337accd45972d86a9b4b";s:14:"Transliterator";s:40:"74babb61e12eab025bddb92088abb3971936125c";s:11:"Traversable";s:40:"97713db220652b648459337accd45972d86a9b4b";s:9:"TypeError";s:40:"97713db220652b648459337accd45972d86a9b4b";s:10:"UConverter";s:40:"74babb61e12eab025bddb92088abb3971936125c";s:2:"UV";s:40:"e7a17b417cd26b3d2333dccaafad6ff6596cc4a6";s:10:"UVAddrinfo";s:40:"e7a17b417cd26b3d2333dccaafad6ff6596cc4a6";s:7:"UVAsync";s:40:"e7a17b417cd26b3d2333dccaafad6ff6596cc4a6";s:7:"UVCheck";s:40:"e7a17b417cd26b3d2333dccaafad6ff6596cc4a6";s:4:"UVFs";s:40:"e7a17b417cd26b3d2333dccaafad6ff6596cc4a6";s:9:"UVFsEvent";s:40:"e7a17b417cd26b3d2333dccaafad6ff6596cc4a6";s:8:"UVFsPoll";s:40:"e7a17b417cd26b3d2333dccaafad6ff6596cc4a6";s:6:"UVIdle";s:40:"e7a17b417cd26b3d2333dccaafad6ff6596cc4a6";s:6:"UVLock";s:40:"e7a17b417cd26b3d2333dccaafad6ff6596cc4a6";s:6:"UVLoop";s:40:"e7a17b417cd26b3d2333dccaafad6ff6596cc4a6";s:6:"UVPipe";s:40:"e7a17b417cd26b3d2333dccaafad6ff6596cc4a6";s:6:"UVPoll";s:40:"e7a17b417cd26b3d2333dccaafad6ff6596cc4a6";s:9:"UVPrepare";s:40:"e7a17b417cd26b3d2333dccaafad6ff6596cc4a6";s:9:"UVProcess";s:40:"e7a17b417cd26b3d2333dccaafad6ff6596cc4a6";s:8:"UVSignal";s:40:"e7a17b417cd26b3d2333dccaafad6ff6596cc4a6";s:10:"UVSockAddr";s:40:"e7a17b417cd26b3d2333dccaafad6ff6596cc4a6";s:14:"UVSockAddrIPv4";s:40:"e7a17b417cd26b3d2333dccaafad6ff6596cc4a6";s:14:"UVSockAddrIPv6";s:40:"e7a17b417cd26b3d2333dccaafad6ff6596cc4a6";s:7:"UVStdio";s:40:"e7a17b417cd26b3d2333dccaafad6ff6596cc4a6";s:8:"UVStream";s:40:"e7a17b417cd26b3d2333dccaafad6ff6596cc4a6";s:5:"UVTcp";s:40:"e7a17b417cd26b3d2333dccaafad6ff6596cc4a6";s:7:"UVTimer";s:40:"e7a17b417cd26b3d2333dccaafad6ff6596cc4a6";s:5:"UVTty";s:40:"e7a17b417cd26b3d2333dccaafad6ff6596cc4a6";s:5:"UVUdp";s:40:"e7a17b417cd26b3d2333dccaafad6ff6596cc4a6";s:6:"UVWork";s:40:"e7a17b417cd26b3d2333dccaafad6ff6596cc4a6";s:18:"UnderflowException";s:40:"4ba35c11534759798cf9d990500acadb6429ccbd";s:24:"UnexpectedValueException";s:40:"4ba35c11534759798cf9d990500acadb6429ccbd";s:19:"UnhandledMatchError";s:40:"97713db220652b648459337accd45972d86a9b4b";s:8:"UnitEnum";s:40:"97713db220652b648459337accd45972d86a9b4b";s:4:"V8Js";s:40:"bcd9e3b39974b9d977936a734c96cd6e23ad573e";s:24:"V8JsMemoryLimitException";s:40:"bcd9e3b39974b9d977936a734c96cd6e23ad573e";s:19:"V8JsScriptException";s:40:"bcd9e3b39974b9d977936a734c96cd6e23ad573e";s:22:"V8JsTimeLimitException";s:40:"bcd9e3b39974b9d977936a734c96cd6e23ad573e";s:7:"VARIANT";s:40:"d10349bd25142026d4a08358ff1d830749f32869";s:10:"ValueError";s:40:"97713db220652b648459337accd45972d86a9b4b";s:8:"Volatile";s:40:"baccd65f9b66b79274b3c81720f69d1180499c69";s:19:"Vtiful\Kernel\Excel";s:40:"2b74235eb6ea546700eeb26319ab2ec7389c52e2";s:20:"Vtiful\Kernel\Format";s:40:"2b74235eb6ea546700eeb26319ab2ec7389c52e2";s:7:"WeakMap";s:40:"97713db220652b648459337accd45972d86a9b4b";s:13:"WeakReference";s:40:"97713db220652b648459337accd45972d86a9b4b";s:6:"Worker";s:40:"baccd65f9b66b79274b3c81720f69d1180499c69";s:9:"XMLParser";s:40:"03200037a52282fceaaeaf78e3abc26a942597ef";s:9:"XMLReader";s:40:"36e379ae3ebaba2c6b61b67df17b35f4728dcc5d";s:9:"XMLWriter";s:40:"12bafce0c28114ddc01d1947675ac3338ead5b90";s:13:"XSLTProcessor";s:40:"a09dd998a657d2bacddd096be2b13d0e1102db88";s:5:"XXTEA";s:40:"d6ed4a4ba5471cba6aa938e513806b233e820fe4";s:19:"Yaf\Action_Abstract";s:40:"1550910f65045fe8b8e25af509ca5aa88347751d";s:15:"Yaf\Application";s:40:"1550910f65045fe8b8e25af509ca5aa88347751d";s:22:"Yaf\Bootstrap_Abstract";s:40:"1550910f65045fe8b8e25af509ca5aa88347751d";s:14:"Yaf\Config\Ini";s:40:"1550910f65045fe8b8e25af509ca5aa88347751d";s:17:"Yaf\Config\Simple";s:40:"1550910f65045fe8b8e25af509ca5aa88347751d";s:19:"Yaf\Config_Abstract";s:40:"1550910f65045fe8b8e25af509ca5aa88347751d";s:23:"Yaf\Controller_Abstract";s:40:"1550910f65045fe8b8e25af509ca5aa88347751d";s:14:"Yaf\Dispatcher";s:40:"1550910f65045fe8b8e25af509ca5aa88347751d";s:13:"Yaf\Exception";s:40:"1550910f65045fe8b8e25af509ca5aa88347751d";s:28:"Yaf\Exception\DispatchFailed";s:40:"1550910f65045fe8b8e25af509ca5aa88347751d";s:24:"Yaf\Exception\LoadFailed";s:40:"1550910f65045fe8b8e25af509ca5aa88347751d";s:31:"Yaf\Exception\LoadFailed\Action";s:40:"1550910f65045fe8b8e25af509ca5aa88347751d";s:35:"Yaf\Exception\LoadFailed\Controller";s:40:"1550910f65045fe8b8e25af509ca5aa88347751d";s:31:"Yaf\Exception\LoadFailed\Module";s:40:"1550910f65045fe8b8e25af509ca5aa88347751d";s:29:"Yaf\Exception\LoadFailed\View";s:40:"1550910f65045fe8b8e25af509ca5aa88347751d";s:26:"Yaf\Exception\RouterFailed";s:40:"1550910f65045fe8b8e25af509ca5aa88347751d";s:26:"Yaf\Exception\StartupError";s:40:"1550910f65045fe8b8e25af509ca5aa88347751d";s:23:"Yaf\Exception\TypeError";s:40:"1550910f65045fe8b8e25af509ca5aa88347751d";s:10:"Yaf\Loader";s:40:"1550910f65045fe8b8e25af509ca5aa88347751d";s:19:"Yaf\Plugin_Abstract";s:40:"1550910f65045fe8b8e25af509ca5aa88347751d";s:12:"Yaf\Registry";s:40:"1550910f65045fe8b8e25af509ca5aa88347751d";s:16:"Yaf\Request\Http";s:40:"1550910f65045fe8b8e25af509ca5aa88347751d";s:18:"Yaf\Request\Simple";s:40:"1550910f65045fe8b8e25af509ca5aa88347751d";s:20:"Yaf\Request_Abstract";s:40:"1550910f65045fe8b8e25af509ca5aa88347751d";s:16:"Yaf\Response\Cli";s:40:"1550910f65045fe8b8e25af509ca5aa88347751d";s:17:"Yaf\Response\Http";s:40:"1550910f65045fe8b8e25af509ca5aa88347751d";s:21:"Yaf\Response_Abstract";s:40:"1550910f65045fe8b8e25af509ca5aa88347751d";s:13:"Yaf\Route\Map";s:40:"1550910f65045fe8b8e25af509ca5aa88347751d";s:15:"Yaf\Route\Regex";s:40:"1550910f65045fe8b8e25af509ca5aa88347751d";s:17:"Yaf\Route\Rewrite";s:40:"1550910f65045fe8b8e25af509ca5aa88347751d";s:16:"Yaf\Route\Simple";s:40:"1550910f65045fe8b8e25af509ca5aa88347751d";s:18:"Yaf\Route\Supervar";s:40:"1550910f65045fe8b8e25af509ca5aa88347751d";s:19:"Yaf\Route_Interface";s:40:"1550910f65045fe8b8e25af509ca5aa88347751d";s:16:"Yaf\Route_Static";s:40:"1550910f65045fe8b8e25af509ca5aa88347751d";s:10:"Yaf\Router";s:40:"1550910f65045fe8b8e25af509ca5aa88347751d";s:11:"Yaf\Session";s:40:"1550910f65045fe8b8e25af509ca5aa88347751d";s:15:"Yaf\View\Simple";s:40:"1550910f65045fe8b8e25af509ca5aa88347751d";s:18:"Yaf\View_Interface";s:40:"1550910f65045fe8b8e25af509ca5aa88347751d";s:19:"Yaf_Action_Abstract";s:40:"2b755b30b759eae2abbee84943f0cda505b02621";s:15:"Yaf_Application";s:40:"2b755b30b759eae2abbee84943f0cda505b02621";s:22:"Yaf_Bootstrap_Abstract";s:40:"2b755b30b759eae2abbee84943f0cda505b02621";s:19:"Yaf_Config_Abstract";s:40:"2b755b30b759eae2abbee84943f0cda505b02621";s:14:"Yaf_Config_Ini";s:40:"2b755b30b759eae2abbee84943f0cda505b02621";s:17:"Yaf_Config_Simple";s:40:"2b755b30b759eae2abbee84943f0cda505b02621";s:23:"Yaf_Controller_Abstract";s:40:"2b755b30b759eae2abbee84943f0cda505b02621";s:14:"Yaf_Dispatcher";s:40:"2b755b30b759eae2abbee84943f0cda505b02621";s:13:"Yaf_Exception";s:40:"2b755b30b759eae2abbee84943f0cda505b02621";s:28:"Yaf_Exception_DispatchFailed";s:40:"2b755b30b759eae2abbee84943f0cda505b02621";s:24:"Yaf_Exception_LoadFailed";s:40:"2b755b30b759eae2abbee84943f0cda505b02621";s:31:"Yaf_Exception_LoadFailed_Action";s:40:"2b755b30b759eae2abbee84943f0cda505b02621";s:35:"Yaf_Exception_LoadFailed_Controller";s:40:"2b755b30b759eae2abbee84943f0cda505b02621";s:31:"Yaf_Exception_LoadFailed_Module";s:40:"2b755b30b759eae2abbee84943f0cda505b02621";s:29:"Yaf_Exception_LoadFailed_View";s:40:"2b755b30b759eae2abbee84943f0cda505b02621";s:26:"Yaf_Exception_RouterFailed";s:40:"2b755b30b759eae2abbee84943f0cda505b02621";s:26:"Yaf_Exception_StartupError";s:40:"2b755b30b759eae2abbee84943f0cda505b02621";s:23:"Yaf_Exception_TypeError";s:40:"2b755b30b759eae2abbee84943f0cda505b02621";s:10:"Yaf_Loader";s:40:"2b755b30b759eae2abbee84943f0cda505b02621";s:19:"Yaf_Plugin_Abstract";s:40:"2b755b30b759eae2abbee84943f0cda505b02621";s:12:"Yaf_Registry";s:40:"2b755b30b759eae2abbee84943f0cda505b02621";s:20:"Yaf_Request_Abstract";s:40:"2b755b30b759eae2abbee84943f0cda505b02621";s:16:"Yaf_Request_Http";s:40:"2b755b30b759eae2abbee84943f0cda505b02621";s:18:"Yaf_Request_Simple";s:40:"2b755b30b759eae2abbee84943f0cda505b02621";s:21:"Yaf_Response_Abstract";s:40:"2b755b30b759eae2abbee84943f0cda505b02621";s:16:"Yaf_Response_Cli";s:40:"2b755b30b759eae2abbee84943f0cda505b02621";s:17:"Yaf_Response_Http";s:40:"2b755b30b759eae2abbee84943f0cda505b02621";s:19:"Yaf_Route_Interface";s:40:"2b755b30b759eae2abbee84943f0cda505b02621";s:13:"Yaf_Route_Map";s:40:"2b755b30b759eae2abbee84943f0cda505b02621";s:15:"Yaf_Route_Regex";s:40:"2b755b30b759eae2abbee84943f0cda505b02621";s:17:"Yaf_Route_Rewrite";s:40:"2b755b30b759eae2abbee84943f0cda505b02621";s:16:"Yaf_Route_Simple";s:40:"2b755b30b759eae2abbee84943f0cda505b02621";s:16:"Yaf_Route_Static";s:40:"2b755b30b759eae2abbee84943f0cda505b02621";s:18:"Yaf_Route_Supervar";s:40:"2b755b30b759eae2abbee84943f0cda505b02621";s:10:"Yaf_Router";s:40:"2b755b30b759eae2abbee84943f0cda505b02621";s:11:"Yaf_Session";s:40:"2b755b30b759eae2abbee84943f0cda505b02621";s:18:"Yaf_View_Interface";s:40:"2b755b30b759eae2abbee84943f0cda505b02621";s:15:"Yaf_View_Simple";s:40:"2b755b30b759eae2abbee84943f0cda505b02621";s:10:"Yar_Client";s:40:"874afabc317829e582df5f40863ab654ae471844";s:20:"Yar_Client_Exception";s:40:"874afabc317829e582df5f40863ab654ae471844";s:29:"Yar_Client_Packager_Exception";s:40:"874afabc317829e582df5f40863ab654ae471844";s:29:"Yar_Client_Protocol_Exception";s:40:"874afabc317829e582df5f40863ab654ae471844";s:30:"Yar_Client_Transport_Exception";s:40:"874afabc317829e582df5f40863ab654ae471844";s:21:"Yar_Concurrent_Client";s:40:"874afabc317829e582df5f40863ab654ae471844";s:10:"Yar_Server";s:40:"874afabc317829e582df5f40863ab654ae471844";s:20:"Yar_Server_Exception";s:40:"874afabc317829e582df5f40863ab654ae471844";s:27:"Yar_Server_Output_Exception";s:40:"874afabc317829e582df5f40863ab654ae471844";s:29:"Yar_Server_Packager_Exception";s:40:"874afabc317829e582df5f40863ab654ae471844";s:29:"Yar_Server_Protocol_Exception";s:40:"874afabc317829e582df5f40863ab654ae471844";s:28:"Yar_Server_Request_Exception";s:40:"874afabc317829e582df5f40863ab654ae471844";s:3:"ZMQ";s:40:"981c22d217dff19f60a08cdab2fa1ae4f1abe296";s:10:"ZMQContext";s:40:"981c22d217dff19f60a08cdab2fa1ae4f1abe296";s:19:"ZMQContextException";s:40:"981c22d217dff19f60a08cdab2fa1ae4f1abe296";s:9:"ZMQDevice";s:40:"981c22d217dff19f60a08cdab2fa1ae4f1abe296";s:18:"ZMQDeviceException";s:40:"981c22d217dff19f60a08cdab2fa1ae4f1abe296";s:12:"ZMQException";s:40:"981c22d217dff19f60a08cdab2fa1ae4f1abe296";s:7:"ZMQPoll";s:40:"981c22d217dff19f60a08cdab2fa1ae4f1abe296";s:16:"ZMQPollException";s:40:"981c22d217dff19f60a08cdab2fa1ae4f1abe296";s:9:"ZMQSocket";s:40:"981c22d217dff19f60a08cdab2fa1ae4f1abe296";s:18:"ZMQSocketException";s:40:"981c22d217dff19f60a08cdab2fa1ae4f1abe296";s:11:"ZendAPI_Job";s:40:"87559772afb542e99490c37e4c9e85f6aa864238";s:13:"ZendAPI_Queue";s:40:"87559772afb542e99490c37e4c9e85f6aa864238";s:10:"ZipArchive";s:40:"fda326ee523ebe51714374126fcf9e25220edbe9";s:9:"Zookeeper";s:40:"e8b368b6f87d378be5bf941bff6e87426dc12f01";s:32:"ZookeeperAuthenticationException";s:40:"e8b368b6f87d378be5bf941bff6e87426dc12f01";s:28:"ZookeeperConnectionException";s:40:"e8b368b6f87d378be5bf941bff6e87426dc12f01";s:18:"ZookeeperException";s:40:"e8b368b6f87d378be5bf941bff6e87426dc12f01";s:29:"ZookeeperMarshallingException";s:40:"e8b368b6f87d378be5bf941bff6e87426dc12f01";s:24:"ZookeeperNoNodeException";s:40:"e8b368b6f87d378be5bf941bff6e87426dc12f01";s:34:"ZookeeperOperationTimeoutException";s:40:"e8b368b6f87d378be5bf941bff6e87426dc12f01";s:25:"ZookeeperSessionException";s:40:"e8b368b6f87d378be5bf941bff6e87426dc12f01";s:22:"__PHP_Incomplete_Class";s:40:"d95c7b9075e0c91362d8cda9abd965342644b753";s:46:"___PHPSTORM_HELPERS\PS_UNRESERVE_PREFIX_static";s:40:"ae7b36806d57cbd71deccc72594c9008ba743543";s:44:"___PHPSTORM_HELPERS\PS_UNRESERVE_PREFIX_this";s:40:"ae7b36806d57cbd71deccc72594c9008ba743543";s:26:"___PHPSTORM_HELPERS\object";s:40:"ae7b36806d57cbd71deccc72594c9008ba743543";s:12:"ast\Metadata";s:40:"bcd6748531866fcf6c2c3c8028a903bfa3328b3b";s:8:"ast\Node";s:40:"bcd6748531866fcf6c2c3c8028a903bfa3328b3b";s:8:"classObj";s:40:"7c378f39cd9e3817c7fd54f2c938cbbcc5a4cb60";s:10:"clusterObj";s:40:"7c378f39cd9e3817c7fd54f2c938cbbcc5a4cb60";s:8:"colorObj";s:40:"7c378f39cd9e3817c7fd54f2c938cbbcc5a4cb60";s:13:"com_exception";s:40:"d10349bd25142026d4a08358ff1d830749f32869";s:8:"errorObj";s:40:"7c378f39cd9e3817c7fd54f2c938cbbcc5a4cb60";s:19:"ffmpeg_animated_gif";s:40:"f54b5eb465e5550fcf737c8af3ff946467177794";s:12:"ffmpeg_frame";s:40:"f54b5eb465e5550fcf737c8af3ff946467177794";s:12:"ffmpeg_movie";s:40:"f54b5eb465e5550fcf737c8af3ff946467177794";s:5:"finfo";s:40:"f0e71ad2eefdb2f8eef9295792b9fadc06ce10ec";s:5:"gnupg";s:40:"95cf8547123d3a59bc49608eaf724a4a0b62da6d";s:21:"gnupg_keylistiterator";s:40:"95cf8547123d3a59bc49608eaf724a4a0b62da6d";s:7:"gridObj";s:40:"7c378f39cd9e3817c7fd54f2c938cbbcc5a4cb60";s:12:"hashTableObj";s:40:"7c378f39cd9e3817c7fd54f2c938cbbcc5a4cb60";s:11:"http\Client";s:40:"f85b1a24b825437e37e6af59271c6b5efc5da659";s:21:"http\Client\Curl\User";s:40:"f85b1a24b825437e37e6af59271c6b5efc5da659";s:19:"http\Client\Request";s:40:"f85b1a24b825437e37e6af59271c6b5efc5da659";s:20:"http\Client\Response";s:40:"f85b1a24b825437e37e6af59271c6b5efc5da659";s:11:"http\Cookie";s:40:"f85b1a24b825437e37e6af59271c6b5efc5da659";s:20:"http\Encoding\Stream";s:40:"f85b1a24b825437e37e6af59271c6b5efc5da659";s:29:"http\Encoding\Stream\Debrotli";s:40:"f85b1a24b825437e37e6af59271c6b5efc5da659";s:28:"http\Encoding\Stream\Dechunk";s:40:"f85b1a24b825437e37e6af59271c6b5efc5da659";s:28:"http\Encoding\Stream\Deflate";s:40:"f85b1a24b825437e37e6af59271c6b5efc5da659";s:29:"http\Encoding\Stream\Enbrotli";s:40:"f85b1a24b825437e37e6af59271c6b5efc5da659";s:28:"http\Encoding\Stream\Inflate";s:40:"f85b1a24b825437e37e6af59271c6b5efc5da659";s:8:"http\Env";s:40:"f85b1a24b825437e37e6af59271c6b5efc5da659";s:16:"http\Env\Request";s:40:"f85b1a24b825437e37e6af59271c6b5efc5da659";s:17:"http\Env\Response";s:40:"f85b1a24b825437e37e6af59271c6b5efc5da659";s:12:"http\Env\Url";s:40:"f85b1a24b825437e37e6af59271c6b5efc5da659";s:14:"http\Exception";s:40:"f85b1a24b825437e37e6af59271c6b5efc5da659";s:37:"http\Exception\BadConversionException";s:40:"f85b1a24b825437e37e6af59271c6b5efc5da659";s:33:"http\Exception\BadHeaderException";s:40:"f85b1a24b825437e37e6af59271c6b5efc5da659";s:34:"http\Exception\BadMessageException";s:40:"f85b1a24b825437e37e6af59271c6b5efc5da659";s:37:"http\Exception\BadMethodCallException";s:40:"f85b1a24b825437e37e6af59271c6b5efc5da659";s:38:"http\Exception\BadQueryStringException";s:40:"f85b1a24b825437e37e6af59271c6b5efc5da659";s:30:"http\Exception\BadUrlException";s:40:"f85b1a24b825437e37e6af59271c6b5efc5da659";s:39:"http\Exception\InvalidArgumentException";s:40:"f85b1a24b825437e37e6af59271c6b5efc5da659";s:31:"http\Exception\RuntimeException";s:40:"f85b1a24b825437e37e6af59271c6b5efc5da659";s:39:"http\Exception\UnexpectedValueException";s:40:"f85b1a24b825437e37e6af59271c6b5efc5da659";s:11:"http\Header";s:40:"f85b1a24b825437e37e6af59271c6b5efc5da659";s:18:"http\Header\Parser";s:40:"f85b1a24b825437e37e6af59271c6b5efc5da659";s:12:"http\Message";s:40:"f85b1a24b825437e37e6af59271c6b5efc5da659";s:17:"http\Message\Body";s:40:"f85b1a24b825437e37e6af59271c6b5efc5da659";s:19:"http\Message\Parser";s:40:"f85b1a24b825437e37e6af59271c6b5efc5da659";s:11:"http\Params";s:40:"f85b1a24b825437e37e6af59271c6b5efc5da659";s:16:"http\QueryString";s:40:"f85b1a24b825437e37e6af59271c6b5efc5da659";s:8:"http\Url";s:40:"f85b1a24b825437e37e6af59271c6b5efc5da659";s:8:"imageObj";s:40:"7c378f39cd9e3817c7fd54f2c938cbbcc5a4cb60";s:8:"iterable";s:40:"97713db220652b648459337accd45972d86a9b4b";s:4:"java";s:40:"87559772afb542e99490c37e4c9e85f6aa864238";s:8:"labelObj";s:40:"7c378f39cd9e3817c7fd54f2c938cbbcc5a4cb60";s:19:"labelcacheMemberObj";s:40:"7c378f39cd9e3817c7fd54f2c938cbbcc5a4cb60";s:13:"labelcacheObj";s:40:"7c378f39cd9e3817c7fd54f2c938cbbcc5a4cb60";s:8:"layerObj";s:40:"7c378f39cd9e3817c7fd54f2c938cbbcc5a4cb60";s:9:"legendObj";s:40:"7c378f39cd9e3817c7fd54f2c938cbbcc5a4cb60";s:7:"lineObj";s:40:"7c378f39cd9e3817c7fd54f2c938cbbcc5a4cb60";s:6:"mapObj";s:40:"7c378f39cd9e3817c7fd54f2c938cbbcc5a4cb60";s:24:"mysql_xdevapi\BaseResult";s:40:"e21be5527b200a6258483761f2f2319bbee94fee";s:24:"mysql_xdevapi\Collection";s:40:"e21be5527b200a6258483761f2f2319bbee94fee";s:27:"mysql_xdevapi\CollectionAdd";s:40:"e21be5527b200a6258483761f2f2319bbee94fee";s:28:"mysql_xdevapi\CollectionFind";s:40:"e21be5527b200a6258483761f2f2319bbee94fee";s:30:"mysql_xdevapi\CollectionModify";s:40:"e21be5527b200a6258483761f2f2319bbee94fee";s:30:"mysql_xdevapi\CollectionRemove";s:40:"e21be5527b200a6258483761f2f2319bbee94fee";s:26:"mysql_xdevapi\ColumnResult";s:40:"e21be5527b200a6258483761f2f2319bbee94fee";s:35:"mysql_xdevapi\CrudOperationBindable";s:40:"e21be5527b200a6258483761f2f2319bbee94fee";s:36:"mysql_xdevapi\CrudOperationLimitable";s:40:"e21be5527b200a6258483761f2f2319bbee94fee";s:36:"mysql_xdevapi\CrudOperationSkippable";s:40:"e21be5527b200a6258483761f2f2319bbee94fee";s:35:"mysql_xdevapi\CrudOperationSortable";s:40:"e21be5527b200a6258483761f2f2319bbee94fee";s:28:"mysql_xdevapi\DatabaseObject";s:40:"e21be5527b200a6258483761f2f2319bbee94fee";s:23:"mysql_xdevapi\DocResult";s:40:"e21be5527b200a6258483761f2f2319bbee94fee";s:23:"mysql_xdevapi\Exception";s:40:"e21be5527b200a6258483761f2f2319bbee94fee";s:24:"mysql_xdevapi\Executable";s:40:"e21be5527b200a6258483761f2f2319bbee94fee";s:29:"mysql_xdevapi\ExecutionStatus";s:40:"e21be5527b200a6258483761f2f2319bbee94fee";s:24:"mysql_xdevapi\Expression";s:40:"e21be5527b200a6258483761f2f2319bbee94fee";s:20:"mysql_xdevapi\Result";s:40:"e21be5527b200a6258483761f2f2319bbee94fee";s:23:"mysql_xdevapi\RowResult";s:40:"e21be5527b200a6258483761f2f2319bbee94fee";s:20:"mysql_xdevapi\Schema";s:40:"e21be5527b200a6258483761f2f2319bbee94fee";s:26:"mysql_xdevapi\SchemaObject";s:40:"e21be5527b200a6258483761f2f2319bbee94fee";s:21:"mysql_xdevapi\Session";s:40:"e21be5527b200a6258483761f2f2319bbee94fee";s:26:"mysql_xdevapi\SqlStatement";s:40:"e21be5527b200a6258483761f2f2319bbee94fee";s:32:"mysql_xdevapi\SqlStatementResult";s:40:"e21be5527b200a6258483761f2f2319bbee94fee";s:23:"mysql_xdevapi\Statement";s:40:"e21be5527b200a6258483761f2f2319bbee94fee";s:19:"mysql_xdevapi\Table";s:40:"e21be5527b200a6258483761f2f2319bbee94fee";s:25:"mysql_xdevapi\TableDelete";s:40:"e21be5527b200a6258483761f2f2319bbee94fee";s:25:"mysql_xdevapi\TableInsert";s:40:"e21be5527b200a6258483761f2f2319bbee94fee";s:25:"mysql_xdevapi\TableSelect";s:40:"e21be5527b200a6258483761f2f2319bbee94fee";s:25:"mysql_xdevapi\TableUpdate";s:40:"e21be5527b200a6258483761f2f2319bbee94fee";s:21:"mysql_xdevapi\Warning";s:40:"e21be5527b200a6258483761f2f2319bbee94fee";s:22:"mysql_xdevapi\XSession";s:40:"e21be5527b200a6258483761f2f2319bbee94fee";s:6:"mysqli";s:40:"c59ac2cafd46b667d793e89b21ab6e8c68fe7561";s:13:"mysqli_driver";s:40:"c59ac2cafd46b667d793e89b21ab6e8c68fe7561";s:13:"mysqli_result";s:40:"c59ac2cafd46b667d793e89b21ab6e8c68fe7561";s:20:"mysqli_sql_exception";s:40:"c59ac2cafd46b667d793e89b21ab6e8c68fe7561";s:11:"mysqli_stmt";s:40:"c59ac2cafd46b667d793e89b21ab6e8c68fe7561";s:14:"mysqli_warning";s:40:"c59ac2cafd46b667d793e89b21ab6e8c68fe7561";s:32:"newrelic\DistributedTracePayload";s:40:"aabd26a3b9fc1b54a513f58d4c8a36122c9bebfb";s:15:"outputformatObj";s:40:"7c378f39cd9e3817c7fd54f2c938cbbcc5a4cb60";s:16:"parallel\Channel";s:40:"17385c2f451f0e278c93f210b887df09135e6a4f";s:22:"parallel\Channel\Error";s:40:"1a96b45b188131e69a8b6d0466b5b1af79affd41";s:29:"parallel\Channel\Error\Closed";s:40:"f6aa2b987fcebaf782f8dc5eef6f139c1f88d3e1";s:32:"parallel\Channel\Error\Existence";s:40:"6861afd74213686890d6dbc3b4977a2aaf1cf124";s:35:"parallel\Channel\Error\IllegalValue";s:40:"62cd31f995aec80b7ff3e7625a2eb2d08b0c6bcc";s:14:"parallel\Error";s:40:"50dd694085df9acecd17876bdbccad1673449ce7";s:15:"parallel\Events";s:40:"60ab634df22b9d1e7cb2f5da8402b6ebae11e24a";s:21:"parallel\Events\Error";s:40:"84a4b3ffc90da9355956f8de7fb37a6f1511192e";s:31:"parallel\Events\Error\Existence";s:40:"f4ae9e55ed2db55c8106c43b68408cb7fc801769";s:29:"parallel\Events\Error\Timeout";s:40:"3495631862e89e8b9247849d3f0d5a813e852b27";s:21:"parallel\Events\Event";s:40:"e179878a74055fbbefbe1f29649b7e29b6496e9e";s:27:"parallel\Events\Event\Error";s:40:"2a06cd32cdb5d60d611bc7de5822d1e37f3e7ab0";s:26:"parallel\Events\Event\Type";s:40:"ef49536678053ef4691f1c84e4c17d6053e08083";s:21:"parallel\Events\Input";s:40:"cc45745059474595af382bf25dbb45499f1120b2";s:27:"parallel\Events\Input\Error";s:40:"31b6232fb68f9987badb17660be72073551a2a42";s:37:"parallel\Events\Input\Error\Existence";s:40:"dd4121fb08e29da3b1ebcafeeed7c9e628e938e4";s:40:"parallel\Events\Input\Error\IllegalValue";s:40:"464f21cccd225d9cbcdab3d2fef0420da80ab106";s:15:"parallel\Future";s:40:"41348666c6d6d93bb15095ec7a4f308b088964bb";s:21:"parallel\Future\Error";s:40:"a47c07544ef7da06fa1146114b6a2422e0b0540d";s:31:"parallel\Future\Error\Cancelled";s:40:"32a37e8273f22fc285efa8152a286d4e5b80ff20";s:29:"parallel\Future\Error\Foreign";s:40:"2996fd38aa78b87b68c1a2dc92a44b1b53da9254";s:28:"parallel\Future\Error\Killed";s:40:"0ea0532e158abe0b050d2c7a7a9dda6725ad6f5a";s:16:"parallel\Runtime";s:40:"58a78528fea5629017fe02d64d8bf78e39ba408a";s:22:"parallel\Runtime\Error";s:40:"ca1a67bd29ab9e49a7b4818c56c511b2d136c9f1";s:32:"parallel\Runtime\Error\Bootstrap";s:40:"47994b3d6df9ab625f0459c2fca858819c938ee9";s:29:"parallel\Runtime\Error\Closed";s:40:"d39f30ecbf487a20054e921cbb4011c30cc0d3c1";s:38:"parallel\Runtime\Error\IllegalFunction";s:40:"56bba0732770b0be2b6aad8eb18fbbdb4583ae1c";s:41:"parallel\Runtime\Error\IllegalInstruction";s:40:"dc5cd9ea81ec9f451422b9e68912740769900188";s:39:"parallel\Runtime\Error\IllegalParameter";s:40:"9c3765926da47c2e1f26df6c335874582c2dd507";s:36:"parallel\Runtime\Error\IllegalReturn";s:40:"646b23825c04b1553dc3db930e9719fc679d8d46";s:38:"parallel\Runtime\Error\IllegalVariable";s:40:"e767514784ee667afe5dfa1e045fc754f99e080e";s:29:"parallel\Runtime\Error\Killed";s:40:"0f69e2a2ad98631ec23cf45891a98eba3cc405f2";s:35:"parallel\Runtime\Object\Unavailable";s:40:"9da159a4c1a339613b817e8c9743ed83491f7ac7";s:33:"parallel\Runtime\Type\Unavailable";s:40:"5aa55bdc50b143b4a83bd8d676432b092b021af6";s:13:"parallel\Sync";s:40:"9387bbc0b0ee9f553d04090b0d806345287d9b3f";s:19:"parallel\Sync\Error";s:40:"ee4014c000b13a3184c218c73ca898e257c36bb7";s:32:"parallel\Sync\Error\IllegalValue";s:40:"5b52bcb7623682077e18f10128d800601a66a876";s:15:"php_user_filter";s:40:"d95c7b9075e0c91362d8cda9abd965342644b753";s:8:"pointObj";s:40:"7c378f39cd9e3817c7fd54f2c938cbbcc5a4cb60";s:7:"pq\COPY";s:40:"0318a6bac992c1abcf142ad809282f688cbcc740";s:9:"pq\Cancel";s:40:"0318a6bac992c1abcf142ad809282f688cbcc740";s:13:"pq\Connection";s:40:"0318a6bac992c1abcf142ad809282f688cbcc740";s:12:"pq\Converter";s:40:"0318a6bac992c1abcf142ad809282f688cbcc740";s:9:"pq\Cursor";s:40:"0318a6bac992c1abcf142ad809282f688cbcc740";s:11:"pq\DateTime";s:40:"0318a6bac992c1abcf142ad809282f688cbcc740";s:12:"pq\Exception";s:40:"0318a6bac992c1abcf142ad809282f688cbcc740";s:35:"pq\Exception\BadMethodCallException";s:40:"0318a6bac992c1abcf142ad809282f688cbcc740";s:28:"pq\Exception\DomainException";s:40:"0318a6bac992c1abcf142ad809282f688cbcc740";s:37:"pq\Exception\InvalidArgumentException";s:40:"0318a6bac992c1abcf142ad809282f688cbcc740";s:29:"pq\Exception\RuntimeException";s:40:"0318a6bac992c1abcf142ad809282f688cbcc740";s:6:"pq\LOB";s:40:"0318a6bac992c1abcf142ad809282f688cbcc740";s:9:"pq\Result";s:40:"0318a6bac992c1abcf142ad809282f688cbcc740";s:12:"pq\Statement";s:40:"0318a6bac992c1abcf142ad809282f688cbcc740";s:14:"pq\Transaction";s:40:"0318a6bac992c1abcf142ad809282f688cbcc740";s:8:"pq\Types";s:40:"0318a6bac992c1abcf142ad809282f688cbcc740";s:13:"projectionObj";s:40:"7c378f39cd9e3817c7fd54f2c938cbbcc5a4cb60";s:11:"querymapObj";s:40:"7c378f39cd9e3817c7fd54f2c938cbbcc5a4cb60";s:7:"rectObj";s:40:"7c378f39cd9e3817c7fd54f2c938cbbcc5a4cb60";s:15:"referenceMapObj";s:40:"7c378f39cd9e3817c7fd54f2c938cbbcc5a4cb60";s:9:"resultObj";s:40:"7c378f39cd9e3817c7fd54f2c938cbbcc5a4cb60";s:11:"scalebarObj";s:40:"7c378f39cd9e3817c7fd54f2c938cbbcc5a4cb60";s:8:"shapeObj";s:40:"7c378f39cd9e3817c7fd54f2c938cbbcc5a4cb60";s:12:"shapefileObj";s:40:"7c378f39cd9e3817c7fd54f2c938cbbcc5a4cb60";s:8:"stdClass";s:40:"97713db220652b648459337accd45972d86a9b4b";s:8:"styleObj";s:40:"7c378f39cd9e3817c7fd54f2c938cbbcc5a4cb60";s:9:"symbolObj";s:40:"7c378f39cd9e3817c7fd54f2c938cbbcc5a4cb60";s:4:"tidy";s:40:"de871b561d065b48f8ac8325cfb44f5c549eaf10";s:8:"tidyNode";s:40:"de871b561d065b48f8ac8325cfb44f5c549eaf10";s:6:"webObj";s:40:"7c378f39cd9e3817c7fd54f2c938cbbcc5a4cb60";}i:1;a:1:{i:0;s:6:"master";}i:2;a:124:{i:0;s:0:"";i:1;s:9:"Aerospike";i:2;s:6:"BcMath";i:3;s:6:"Brotli";i:4;s:9:"Cassandra";i:5;s:17:"Cassandra\Cluster";i:6;s:19:"Cassandra\Exception";i:7;s:21:"Cassandra\RetryPolicy";i:8;s:20:"Cassandra\SSLOptions";i:9;s:28:"Cassandra\TimestampGenerator";i:10;s:14:"Cassandra\Type";i:11;s:9:"Couchbase";i:12;s:6:"Crypto";i:13;s:3:"Dba";i:14;s:7:"Decimal";i:15;s:3:"Dom";i:16;s:2:"Ds";i:17;s:7:"Elastic";i:18;s:11:"Elastic\Apm";i:19;s:3:"FFI";i:20;s:3:"FTP";i:21;s:4:"Grpc";i:22;s:4:"IMAP";i:23;s:9:"JetBrains";i:24;s:22:"JetBrains\PHPStormStub";i:25;s:18:"JetBrains\PhpStorm";i:26;s:27:"JetBrains\PhpStorm\Internal";i:27;s:4:"LDAP";i:28;s:7:"MongoDB";i:29;s:12:"MongoDB\BSON";i:30;s:14:"MongoDB\Driver";i:31;s:24:"MongoDB\Driver\Exception";i:32;s:25:"MongoDB\Driver\Monitoring";i:33;s:9:"Mosquitto";i:34;s:13:"OpenTelemetry";i:35;s:29:"OpenTelemetry\Instrumentation";i:36;s:6:"PSpell";i:37;s:5:"Parle";i:38;s:3:"Pdo";i:39;s:5:"PgSql";i:40;s:6:"Random";i:41;s:13:"Random\Engine";i:42;s:7:"RdKafka";i:43;s:16:"RdKafka\Metadata";i:44;s:5:"Relay";i:45;s:11:"Relay\Event";i:46;s:5:"Saxon";i:47;s:17:"SimpleKafkaClient";i:48;s:26:"SimpleKafkaClient\Metadata";i:49;s:4:"Soap";i:50;s:6:"Sodium";i:51;s:9:"StubTests";i:52;s:19:"StubTests\CodeStyle";i:53;s:15:"StubTests\Model";i:54;s:20:"StubTests\Model\Tags";i:55;s:17:"StubTests\Parsers";i:56;s:26:"StubTests\Parsers\Visitors";i:57;s:18:"StubTests\TestData";i:58;s:28:"StubTests\TestData\Providers";i:59;s:39:"StubTests\TestData\Providers\Reflection";i:60;s:34:"StubTests\TestData\Providers\Stubs";i:61;s:15:"StubTests\Tools";i:62;s:6:"Swoole";i:63;s:13:"Swoole\Atomic";i:64;s:13:"Swoole\Client";i:65;s:17:"Swoole\Connection";i:66;s:16:"Swoole\Coroutine";i:67;s:21:"Swoole\Coroutine\Curl";i:68;s:21:"Swoole\Coroutine\Http";i:69;s:22:"Swoole\Coroutine\Http2";i:70;s:29:"Swoole\Coroutine\Http2\Client";i:71;s:28:"Swoole\Coroutine\Http\Client";i:72;s:22:"Swoole\Coroutine\MySQL";i:73;s:23:"Swoole\Coroutine\Socket";i:74;s:11:"Swoole\Http";i:75;s:12:"Swoole\Http2";i:76;s:14:"Swoole\Process";i:77;s:12:"Swoole\Redis";i:78;s:13:"Swoole\Server";i:79;s:12:"Swoole\Timer";i:80;s:16:"Swoole\WebSocket";i:81;s:6:"Vtiful";i:82;s:13:"Vtiful\Kernel";i:83;s:3:"Yaf";i:84;s:10:"Yaf\Config";i:85;s:13:"Yaf\Exception";i:86;s:24:"Yaf\Exception\LoadFailed";i:87;s:11:"Yaf\Request";i:88;s:12:"Yaf\Response";i:89;s:9:"Yaf\Route";i:90;s:8:"Yaf\View";i:91;s:4:"Zstd";i:92;s:19:"___PHPSTORM_HELPERS";i:93;s:3:"ast";i:94;s:4:"http";i:95;s:11:"http\Client";i:96;s:16:"http\Client\Curl";i:97;s:13:"http\Encoding";i:98;s:20:"http\Encoding\Stream";i:99;s:8:"http\Env";i:100;s:14:"http\Exception";i:101;s:11:"http\Header";i:102;s:12:"http\Message";i:103;s:13:"mysql_xdevapi";i:104;s:8:"newrelic";i:105;s:8:"parallel";i:106;s:16:"parallel\Channel";i:107;s:22:"parallel\Channel\Error";i:108;s:15:"parallel\Events";i:109;s:21:"parallel\Events\Error";i:110;s:21:"parallel\Events\Event";i:111;s:21:"parallel\Events\Input";i:112;s:27:"parallel\Events\Input\Error";i:113;s:15:"parallel\Future";i:114;s:21:"parallel\Future\Error";i:115;s:16:"parallel\Runtime";i:116;s:22:"parallel\Runtime\Error";i:117;s:23:"parallel\Runtime\Object";i:118;s:21:"parallel\Runtime\Type";i:119;s:13:"parallel\Sync";i:120;s:19:"parallel\Sync\Error";i:121;s:4:"pcov";i:122;s:2:"pq";i:123;s:12:"pq\Exception";}} \ No newline at end of file +O:21:"Doctum\Renderer\Index":3:{i:0;a:1527:{s:19:"AMQPBasicProperties";s:40:"3c7793761d660ae4f83626d79d412ef49fc2086a";s:11:"AMQPChannel";s:40:"3c7793761d660ae4f83626d79d412ef49fc2086a";s:20:"AMQPChannelException";s:40:"3c7793761d660ae4f83626d79d412ef49fc2086a";s:14:"AMQPConnection";s:40:"3c7793761d660ae4f83626d79d412ef49fc2086a";s:23:"AMQPConnectionException";s:40:"3c7793761d660ae4f83626d79d412ef49fc2086a";s:11:"AMQPDecimal";s:40:"3c7793761d660ae4f83626d79d412ef49fc2086a";s:12:"AMQPEnvelope";s:40:"3c7793761d660ae4f83626d79d412ef49fc2086a";s:21:"AMQPEnvelopeException";s:40:"3c7793761d660ae4f83626d79d412ef49fc2086a";s:13:"AMQPException";s:40:"3c7793761d660ae4f83626d79d412ef49fc2086a";s:12:"AMQPExchange";s:40:"3c7793761d660ae4f83626d79d412ef49fc2086a";s:21:"AMQPExchangeException";s:40:"3c7793761d660ae4f83626d79d412ef49fc2086a";s:17:"AMQPExchangeValue";s:40:"3c7793761d660ae4f83626d79d412ef49fc2086a";s:9:"AMQPQueue";s:40:"3c7793761d660ae4f83626d79d412ef49fc2086a";s:18:"AMQPQueueException";s:40:"3c7793761d660ae4f83626d79d412ef49fc2086a";s:13:"AMQPTimestamp";s:40:"3c7793761d660ae4f83626d79d412ef49fc2086a";s:9:"AMQPValue";s:40:"3c7793761d660ae4f83626d79d412ef49fc2086a";s:18:"AMQPValueException";s:40:"3c7793761d660ae4f83626d79d412ef49fc2086a";s:11:"APCIterator";s:40:"8fec8a1051ba2fc815f5d57de343a0d023a22d5d";s:12:"APCUIterator";s:40:"8fec8a1051ba2fc815f5d57de343a0d023a22d5d";s:11:"AddressInfo";s:40:"1977b0d929a124dc760727a2c5db152247bbf0c9";s:9:"Aerospike";s:40:"6db8a1c0b0b4f04def3896074c1b9c8b020b38f3";s:15:"Aerospike\Bytes";s:40:"6d45972b4d5300c23b08ded61606cb271fcea40b";s:22:"AllowDynamicProperties";s:40:"97713db220652b648459337accd45972d86a9b4b";s:14:"AppendIterator";s:40:"4ba35c11534759798cf9d990500acadb6429ccbd";s:18:"ArgumentCountError";s:40:"97713db220652b648459337accd45972d86a9b4b";s:15:"ArithmeticError";s:40:"97713db220652b648459337accd45972d86a9b4b";s:11:"ArrayAccess";s:40:"97713db220652b648459337accd45972d86a9b4b";s:13:"ArrayIterator";s:40:"4ba35c11534759798cf9d990500acadb6429ccbd";s:11:"ArrayObject";s:40:"4ba35c11534759798cf9d990500acadb6429ccbd";s:14:"AssertionError";s:40:"a12d25c98feb85a0e48d1aa5be5faef4b2823651";s:9:"Attribute";s:40:"97713db220652b648459337accd45972d86a9b4b";s:10:"BackedEnum";s:40:"97713db220652b648459337accd45972d86a9b4b";s:24:"BadFunctionCallException";s:40:"4ba35c11534759798cf9d990500acadb6429ccbd";s:22:"BadMethodCallException";s:40:"4ba35c11534759798cf9d990500acadb6429ccbd";s:13:"BcMath\Number";s:40:"71d1eb7bf9932338f47222357d5eb84d1ed5f517";s:14:"BlackfireProbe";s:40:"a573070a496a2c6cbe66d8bf217557834cf750d8";s:3:"COM";s:40:"d10349bd25142026d4a08358ff1d830749f32869";s:8:"CURLFile";s:40:"f8bbba2178b258ac7f0a446be06a0be3ec683bb6";s:14:"CURLStringFile";s:40:"5a55bfb5322360769473ecb0c583dd0a159d3f3e";s:15:"CachingIterator";s:40:"4ba35c11534759798cf9d990500acadb6429ccbd";s:22:"CallbackFilterIterator";s:40:"4ba35c11534759798cf9d990500acadb6429ccbd";s:9:"Cassandra";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:19:"Cassandra\Aggregate";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:24:"Cassandra\BatchStatement";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:16:"Cassandra\Bigint";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:14:"Cassandra\Blob";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:17:"Cassandra\Cluster";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:25:"Cassandra\Cluster\Builder";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:20:"Cassandra\Collection";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:16:"Cassandra\Column";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:16:"Cassandra\Custom";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:14:"Cassandra\Date";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:17:"Cassandra\Decimal";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:26:"Cassandra\DefaultAggregate";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:24:"Cassandra\DefaultCluster";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:23:"Cassandra\DefaultColumn";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:25:"Cassandra\DefaultFunction";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:22:"Cassandra\DefaultIndex";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:25:"Cassandra\DefaultKeyspace";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:33:"Cassandra\DefaultMaterializedView";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:23:"Cassandra\DefaultSchema";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:24:"Cassandra\DefaultSession";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:22:"Cassandra\DefaultTable";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:18:"Cassandra\Duration";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:19:"Cassandra\Exception";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:42:"Cassandra\Exception\AlreadyExistsException";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:43:"Cassandra\Exception\AuthenticationException";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:42:"Cassandra\Exception\ConfigurationException";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:41:"Cassandra\Exception\DivideByZeroException";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:35:"Cassandra\Exception\DomainException";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:38:"Cassandra\Exception\ExecutionException";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:44:"Cassandra\Exception\InvalidArgumentException";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:41:"Cassandra\Exception\InvalidQueryException";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:42:"Cassandra\Exception\InvalidSyntaxException";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:44:"Cassandra\Exception\IsBootstrappingException";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:34:"Cassandra\Exception\LogicException";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:39:"Cassandra\Exception\OverloadedException";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:37:"Cassandra\Exception\ProtocolException";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:34:"Cassandra\Exception\RangeException";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:40:"Cassandra\Exception\ReadTimeoutException";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:36:"Cassandra\Exception\RuntimeException";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:35:"Cassandra\Exception\ServerException";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:36:"Cassandra\Exception\TimeoutException";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:37:"Cassandra\Exception\TruncateException";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:41:"Cassandra\Exception\UnauthorizedException";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:40:"Cassandra\Exception\UnavailableException";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:39:"Cassandra\Exception\UnpreparedException";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:39:"Cassandra\Exception\ValidationException";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:41:"Cassandra\Exception\WriteTimeoutException";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:26:"Cassandra\ExecutionOptions";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:16:"Cassandra\Float_";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:19:"Cassandra\Function_";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:16:"Cassandra\Future";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:21:"Cassandra\FutureClose";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:33:"Cassandra\FuturePreparedStatement";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:20:"Cassandra\FutureRows";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:23:"Cassandra\FutureSession";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:21:"Cassandra\FutureValue";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:15:"Cassandra\Index";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:14:"Cassandra\Inet";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:18:"Cassandra\Keyspace";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:13:"Cassandra\Map";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:26:"Cassandra\MaterializedView";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:17:"Cassandra\Numeric";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:27:"Cassandra\PreparedStatement";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:21:"Cassandra\RetryPolicy";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:35:"Cassandra\RetryPolicy\DefaultPolicy";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:44:"Cassandra\RetryPolicy\DowngradingConsistency";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:33:"Cassandra\RetryPolicy\Fallthrough";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:29:"Cassandra\RetryPolicy\Logging";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:14:"Cassandra\Rows";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:20:"Cassandra\SSLOptions";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:28:"Cassandra\SSLOptions\Builder";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:16:"Cassandra\Schema";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:17:"Cassandra\Session";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:13:"Cassandra\Set";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:25:"Cassandra\SimpleStatement";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:18:"Cassandra\Smallint";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:19:"Cassandra\Statement";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:15:"Cassandra\Table";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:14:"Cassandra\Time";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:19:"Cassandra\Timestamp";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:28:"Cassandra\TimestampGenerator";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:38:"Cassandra\TimestampGenerator\Monotonic";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:39:"Cassandra\TimestampGenerator\ServerSide";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:18:"Cassandra\Timeuuid";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:17:"Cassandra\Tinyint";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:15:"Cassandra\Tuple";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:14:"Cassandra\Type";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:25:"Cassandra\Type\Collection";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:21:"Cassandra\Type\Custom";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:18:"Cassandra\Type\Map";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:21:"Cassandra\Type\Scalar";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:18:"Cassandra\Type\Set";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:20:"Cassandra\Type\Tuple";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:23:"Cassandra\Type\UserType";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:23:"Cassandra\UserTypeValue";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:14:"Cassandra\Uuid";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:23:"Cassandra\UuidInterface";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:15:"Cassandra\Value";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:16:"Cassandra\Varint";s:40:"b554367b63bced29ea0f8d3a0355db3c3ce07f35";s:24:"ClosedGeneratorException";s:40:"ae7b36806d57cbd71deccc72594c9008ba743543";s:7:"Closure";s:40:"97713db220652b648459337accd45972d86a9b4b";s:8:"Collator";s:40:"74babb61e12eab025bddb92088abb3971936125c";s:11:"Collectable";s:40:"baccd65f9b66b79274b3c81720f69d1180499c69";s:12:"CompileError";s:40:"97713db220652b648459337accd45972d86a9b4b";s:34:"Couchbase\AnalyticsEncryptionLevel";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:28:"Couchbase\AnalyticsException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:31:"Couchbase\AnalyticsIndexManager";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:23:"Couchbase\AnalyticsLink";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:27:"Couchbase\AnalyticsLinkType";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:26:"Couchbase\AnalyticsOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:24:"Couchbase\AnalyticsQuery";s:40:"11507ee274b47fb4055505497c21bcd3cb9bd96a";s:25:"Couchbase\AnalyticsResult";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:23:"Couchbase\AppendOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:33:"Couchbase\AuthenticationException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:23:"Couchbase\Authenticator";s:40:"11507ee274b47fb4055505497c21bcd3cb9bd96a";s:40:"Couchbase\AzureBlobExternalAnalyticsLink";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:27:"Couchbase\BadInputException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:23:"Couchbase\BaseException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:26:"Couchbase\BinaryCollection";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:27:"Couchbase\BindingsException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:33:"Couchbase\BooleanFieldSearchQuery";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:28:"Couchbase\BooleanSearchQuery";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:16:"Couchbase\Bucket";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:23:"Couchbase\BucketManager";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:32:"Couchbase\BucketMissingException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:24:"Couchbase\BucketSettings";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:30:"Couchbase\CasMismatchException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:30:"Couchbase\ClassicAuthenticator";s:40:"11507ee274b47fb4055505497c21bcd3cb9bd96a";s:17:"Couchbase\Cluster";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:24:"Couchbase\ClusterManager";s:40:"11507ee274b47fb4055505497c21bcd3cb9bd96a";s:24:"Couchbase\ClusterOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:20:"Couchbase\Collection";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:27:"Couchbase\CollectionManager";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:36:"Couchbase\CollectionMissingException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:24:"Couchbase\CollectionSpec";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:32:"Couchbase\ConjunctionSearchQuery";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:37:"Couchbase\ConnectAnalyticsLinkOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:20:"Couchbase\Coordinate";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:38:"Couchbase\CouchbaseRemoteAnalyticsLink";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:23:"Couchbase\CounterResult";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:39:"Couchbase\CreateAnalyticsDatasetOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:41:"Couchbase\CreateAnalyticsDataverseOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:37:"Couchbase\CreateAnalyticsIndexOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:36:"Couchbase\CreateAnalyticsLinkOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:33:"Couchbase\CreateQueryIndexOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:40:"Couchbase\CreateQueryPrimaryIndexOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:30:"Couchbase\DateRangeFacetResult";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:30:"Couchbase\DateRangeSearchFacet";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:30:"Couchbase\DateRangeSearchQuery";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:26:"Couchbase\DecrementOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:24:"Couchbase\DesignDocument";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:40:"Couchbase\DisconnectAnalyticsLinkOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:32:"Couchbase\DisjunctionSearchQuery";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:29:"Couchbase\DmlFailureException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:26:"Couchbase\DocIdSearchQuery";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:18:"Couchbase\Document";s:40:"11507ee274b47fb4055505497c21bcd3cb9bd96a";s:26:"Couchbase\DocumentFragment";s:40:"11507ee274b47fb4055505497c21bcd3cb9bd96a";s:35:"Couchbase\DocumentNotFoundException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:37:"Couchbase\DropAnalyticsDatasetOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:39:"Couchbase\DropAnalyticsDataverseOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:35:"Couchbase\DropAnalyticsIndexOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:34:"Couchbase\DropAnalyticsLinkOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:31:"Couchbase\DropQueryIndexOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:38:"Couchbase\DropQueryPrimaryIndexOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:25:"Couchbase\DropUserOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:29:"Couchbase\DurabilityException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:25:"Couchbase\DurabilityLevel";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:28:"Couchbase\EncryptionSettings";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:24:"Couchbase\EvictionPolicy";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:19:"Couchbase\Exception";s:40:"11507ee274b47fb4055505497c21bcd3cb9bd96a";s:23:"Couchbase\ExistsOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:22:"Couchbase\ExistsResult";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:35:"Couchbase\GeoBoundingBoxSearchQuery";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:32:"Couchbase\GeoDistanceSearchQuery";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:25:"Couchbase\GeoPolygonQuery";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:31:"Couchbase\GetAllReplicasOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:28:"Couchbase\GetAllUsersOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:34:"Couchbase\GetAnalyticsLinksOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:27:"Couchbase\GetAndLockOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:28:"Couchbase\GetAndTouchOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:30:"Couchbase\GetAnyReplicaOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:20:"Couchbase\GetOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:26:"Couchbase\GetReplicaResult";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:19:"Couchbase\GetResult";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:24:"Couchbase\GetUserOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:15:"Couchbase\Group";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:23:"Couchbase\HttpException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:26:"Couchbase\IncrementOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:31:"Couchbase\IndexFailureException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:32:"Couchbase\IndexNotFoundException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:23:"Couchbase\InsertOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:39:"Couchbase\InvalidConfigurationException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:31:"Couchbase\InvalidRangeException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:31:"Couchbase\InvalidStateException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:29:"Couchbase\KeyDeletedException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:28:"Couchbase\KeyExistsException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:28:"Couchbase\KeyLockedException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:27:"Couchbase\KeyValueException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:35:"Couchbase\KeyspaceNotFoundException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:22:"Couchbase\LoggingMeter";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:25:"Couchbase\LookupCountSpec";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:26:"Couchbase\LookupExistsSpec";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:27:"Couchbase\LookupGetFullSpec";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:23:"Couchbase\LookupGetSpec";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:25:"Couchbase\LookupInBuilder";s:40:"11507ee274b47fb4055505497c21bcd3cb9bd96a";s:25:"Couchbase\LookupInOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:24:"Couchbase\LookupInResult";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:22:"Couchbase\LookupInSpec";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:29:"Couchbase\MatchAllSearchQuery";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:30:"Couchbase\MatchNoneSearchQuery";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:32:"Couchbase\MatchPhraseSearchQuery";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:26:"Couchbase\MatchSearchQuery";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:15:"Couchbase\Meter";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:34:"Couchbase\MutateArrayAddUniqueSpec";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:31:"Couchbase\MutateArrayAppendSpec";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:31:"Couchbase\MutateArrayInsertSpec";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:32:"Couchbase\MutateArrayPrependSpec";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:27:"Couchbase\MutateCounterSpec";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:25:"Couchbase\MutateInBuilder";s:40:"11507ee274b47fb4055505497c21bcd3cb9bd96a";s:25:"Couchbase\MutateInOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:24:"Couchbase\MutateInResult";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:22:"Couchbase\MutateInSpec";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:26:"Couchbase\MutateInsertSpec";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:26:"Couchbase\MutateRemoveSpec";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:27:"Couchbase\MutateReplaceSpec";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:26:"Couchbase\MutateUpsertSpec";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:24:"Couchbase\MutationResult";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:23:"Couchbase\MutationState";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:23:"Couchbase\MutationToken";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:19:"Couchbase\N1qlIndex";s:40:"11507ee274b47fb4055505497c21bcd3cb9bd96a";s:19:"Couchbase\N1qlQuery";s:40:"11507ee274b47fb4055505497c21bcd3cb9bd96a";s:26:"Couchbase\NetworkException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:19:"Couchbase\NoopMeter";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:20:"Couchbase\NoopTracer";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:33:"Couchbase\NumericRangeFacetResult";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:33:"Couchbase\NumericRangeSearchFacet";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:33:"Couchbase\NumericRangeSearchQuery";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:16:"Couchbase\Origin";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:33:"Couchbase\ParsingFailureException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:30:"Couchbase\PartialViewException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:31:"Couchbase\PasswordAuthenticator";s:40:"11507ee274b47fb4055505497c21bcd3cb9bd96a";s:29:"Couchbase\PathExistsException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:31:"Couchbase\PathNotFoundException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:27:"Couchbase\PhraseSearchQuery";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:34:"Couchbase\PlanningFailureException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:27:"Couchbase\PrefixSearchQuery";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:36:"Couchbase\PreparedStatementException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:24:"Couchbase\PrependOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:29:"Couchbase\QueryErrorException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:24:"Couchbase\QueryException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:20:"Couchbase\QueryIndex";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:27:"Couchbase\QueryIndexManager";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:23:"Couchbase\QueryMetaData";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:22:"Couchbase\QueryOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:22:"Couchbase\QueryProfile";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:21:"Couchbase\QueryResult";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:30:"Couchbase\QueryScanConsistency";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:31:"Couchbase\QueryServiceException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:32:"Couchbase\QueryStringSearchQuery";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:31:"Couchbase\QuotaLimitedException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:30:"Couchbase\RateLimitedException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:27:"Couchbase\RegexpSearchQuery";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:23:"Couchbase\RemoveOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:37:"Couchbase\ReplaceAnalyticsLinkOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:24:"Couchbase\ReplaceOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:34:"Couchbase\RequestCanceledException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:21:"Couchbase\RequestSpan";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:23:"Couchbase\RequestTracer";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:16:"Couchbase\Result";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:14:"Couchbase\Role";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:28:"Couchbase\RoleAndDescription";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:23:"Couchbase\RoleAndOrigin";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:33:"Couchbase\S3ExternalAnalyticsLink";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:15:"Couchbase\Scope";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:31:"Couchbase\ScopeMissingException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:19:"Couchbase\ScopeSpec";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:25:"Couchbase\SearchException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:21:"Couchbase\SearchFacet";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:27:"Couchbase\SearchFacetResult";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:29:"Couchbase\SearchHighlightMode";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:21:"Couchbase\SearchIndex";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:28:"Couchbase\SearchIndexManager";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:24:"Couchbase\SearchMetaData";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:23:"Couchbase\SearchOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:21:"Couchbase\SearchQuery";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:25:"Couchbase\SearchQueryPart";s:40:"11507ee274b47fb4055505497c21bcd3cb9bd96a";s:22:"Couchbase\SearchResult";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:20:"Couchbase\SearchSort";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:25:"Couchbase\SearchSortField";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:31:"Couchbase\SearchSortGeoDistance";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:22:"Couchbase\SearchSortId";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:27:"Couchbase\SearchSortMissing";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:24:"Couchbase\SearchSortMode";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:25:"Couchbase\SearchSortScore";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:24:"Couchbase\SearchSortType";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:33:"Couchbase\ServiceMissingException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:26:"Couchbase\SpatialViewQuery";s:40:"11507ee274b47fb4055505497c21bcd3cb9bd96a";s:24:"Couchbase\StorageBackend";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:24:"Couchbase\StoreSemantics";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:30:"Couchbase\SubdocumentException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:27:"Couchbase\TempFailException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:25:"Couchbase\TermFacetResult";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:30:"Couchbase\TermRangeSearchQuery";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:25:"Couchbase\TermSearchFacet";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:25:"Couchbase\TermSearchQuery";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:32:"Couchbase\ThresholdLoggingTracer";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:26:"Couchbase\TimeoutException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:22:"Couchbase\TouchOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:23:"Couchbase\UnlockOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:23:"Couchbase\UpsertOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:27:"Couchbase\UpsertUserOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:14:"Couchbase\User";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:25:"Couchbase\UserAndMetadata";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:21:"Couchbase\UserManager";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:22:"Couchbase\UserSettings";s:40:"11507ee274b47fb4055505497c21bcd3cb9bd96a";s:23:"Couchbase\ValueRecorder";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:30:"Couchbase\ValueTooBigException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:14:"Couchbase\View";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:25:"Couchbase\ViewConsistency";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:23:"Couchbase\ViewException";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:26:"Couchbase\ViewIndexManager";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:22:"Couchbase\ViewMetaData";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:21:"Couchbase\ViewOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:22:"Couchbase\ViewOrdering";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:19:"Couchbase\ViewQuery";s:40:"11507ee274b47fb4055505497c21bcd3cb9bd96a";s:28:"Couchbase\ViewQueryEncodable";s:40:"11507ee274b47fb4055505497c21bcd3cb9bd96a";s:20:"Couchbase\ViewResult";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:17:"Couchbase\ViewRow";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:34:"Couchbase\WatchQueryIndexesOptions";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:29:"Couchbase\WildcardSearchQuery";s:40:"050e32160b0248d427f47e61b46933419a7d361f";s:9:"Countable";s:40:"97713db220652b648459337accd45972d86a9b4b";s:13:"Crypto\Base64";s:40:"5c6970b5750a18c351bdac4c8ad5aa32c25b8fbb";s:22:"Crypto\Base64Exception";s:40:"5c6970b5750a18c351bdac4c8ad5aa32c25b8fbb";s:11:"Crypto\CMAC";s:40:"5c6970b5750a18c351bdac4c8ad5aa32c25b8fbb";s:13:"Crypto\Cipher";s:40:"5c6970b5750a18c351bdac4c8ad5aa32c25b8fbb";s:22:"Crypto\CipherException";s:40:"5c6970b5750a18c351bdac4c8ad5aa32c25b8fbb";s:11:"Crypto\HMAC";s:40:"5c6970b5750a18c351bdac4c8ad5aa32c25b8fbb";s:11:"Crypto\Hash";s:40:"5c6970b5750a18c351bdac4c8ad5aa32c25b8fbb";s:20:"Crypto\HashException";s:40:"5c6970b5750a18c351bdac4c8ad5aa32c25b8fbb";s:10:"Crypto\KDF";s:40:"5c6970b5750a18c351bdac4c8ad5aa32c25b8fbb";s:19:"Crypto\KDFException";s:40:"5c6970b5750a18c351bdac4c8ad5aa32c25b8fbb";s:10:"Crypto\MAC";s:40:"5c6970b5750a18c351bdac4c8ad5aa32c25b8fbb";s:19:"Crypto\MACException";s:40:"5c6970b5750a18c351bdac4c8ad5aa32c25b8fbb";s:13:"Crypto\PBKDF2";s:40:"5c6970b5750a18c351bdac4c8ad5aa32c25b8fbb";s:22:"Crypto\PBKDF2Exception";s:40:"5c6970b5750a18c351bdac4c8ad5aa32c25b8fbb";s:11:"Crypto\Rand";s:40:"5c6970b5750a18c351bdac4c8ad5aa32c25b8fbb";s:20:"Crypto\RandException";s:40:"5c6970b5750a18c351bdac4c8ad5aa32c25b8fbb";s:10:"CurlHandle";s:40:"f8bbba2178b258ac7f0a446be06a0be3ec683bb6";s:15:"CurlMultiHandle";s:40:"f8bbba2178b258ac7f0a446be06a0be3ec683bb6";s:15:"CurlShareHandle";s:40:"f8bbba2178b258ac7f0a446be06a0be3ec683bb6";s:7:"DOMAttr";s:40:"7473841b71b2dfa52ec73169fe19c14c4a05235b";s:15:"DOMCdataSection";s:40:"7473841b71b2dfa52ec73169fe19c14c4a05235b";s:16:"DOMCharacterData";s:40:"7473841b71b2dfa52ec73169fe19c14c4a05235b";s:12:"DOMChildNode";s:40:"7473841b71b2dfa52ec73169fe19c14c4a05235b";s:10:"DOMComment";s:40:"7473841b71b2dfa52ec73169fe19c14c4a05235b";s:16:"DOMConfiguration";s:40:"7473841b71b2dfa52ec73169fe19c14c4a05235b";s:11:"DOMDocument";s:40:"7473841b71b2dfa52ec73169fe19c14c4a05235b";s:19:"DOMDocumentFragment";s:40:"7473841b71b2dfa52ec73169fe19c14c4a05235b";s:15:"DOMDocumentType";s:40:"7473841b71b2dfa52ec73169fe19c14c4a05235b";s:11:"DOMDomError";s:40:"7473841b71b2dfa52ec73169fe19c14c4a05235b";s:10:"DOMElement";s:40:"7473841b71b2dfa52ec73169fe19c14c4a05235b";s:9:"DOMEntity";s:40:"7473841b71b2dfa52ec73169fe19c14c4a05235b";s:18:"DOMEntityReference";s:40:"7473841b71b2dfa52ec73169fe19c14c4a05235b";s:15:"DOMErrorHandler";s:40:"7473841b71b2dfa52ec73169fe19c14c4a05235b";s:12:"DOMException";s:40:"7473841b71b2dfa52ec73169fe19c14c4a05235b";s:17:"DOMImplementation";s:40:"7473841b71b2dfa52ec73169fe19c14c4a05235b";s:21:"DOMImplementationList";s:40:"7473841b71b2dfa52ec73169fe19c14c4a05235b";s:23:"DOMImplementationSource";s:40:"7473841b71b2dfa52ec73169fe19c14c4a05235b";s:10:"DOMLocator";s:40:"7473841b71b2dfa52ec73169fe19c14c4a05235b";s:11:"DOMNameList";s:40:"7473841b71b2dfa52ec73169fe19c14c4a05235b";s:16:"DOMNameSpaceNode";s:40:"7473841b71b2dfa52ec73169fe19c14c4a05235b";s:15:"DOMNamedNodeMap";s:40:"7473841b71b2dfa52ec73169fe19c14c4a05235b";s:7:"DOMNode";s:40:"7473841b71b2dfa52ec73169fe19c14c4a05235b";s:11:"DOMNodeList";s:40:"7473841b71b2dfa52ec73169fe19c14c4a05235b";s:11:"DOMNotation";s:40:"7473841b71b2dfa52ec73169fe19c14c4a05235b";s:13:"DOMParentNode";s:40:"7473841b71b2dfa52ec73169fe19c14c4a05235b";s:24:"DOMProcessingInstruction";s:40:"7473841b71b2dfa52ec73169fe19c14c4a05235b";s:15:"DOMStringExtend";s:40:"7473841b71b2dfa52ec73169fe19c14c4a05235b";s:13:"DOMStringList";s:40:"7473841b71b2dfa52ec73169fe19c14c4a05235b";s:7:"DOMText";s:40:"7473841b71b2dfa52ec73169fe19c14c4a05235b";s:11:"DOMTypeinfo";s:40:"7473841b71b2dfa52ec73169fe19c14c4a05235b";s:18:"DOMUserDataHandler";s:40:"7473841b71b2dfa52ec73169fe19c14c4a05235b";s:8:"DOMXPath";s:40:"7473841b71b2dfa52ec73169fe19c14c4a05235b";s:6:"DOTNET";s:40:"d10349bd25142026d4a08358ff1d830749f32869";s:9:"DateError";s:40:"547b0bec9fe82e52c7a4090da554e7527b3a0a64";s:13:"DateException";s:40:"547b0bec9fe82e52c7a4090da554e7527b3a0a64";s:12:"DateInterval";s:40:"547b0bec9fe82e52c7a4090da554e7527b3a0a64";s:29:"DateInvalidOperationException";s:40:"547b0bec9fe82e52c7a4090da554e7527b3a0a64";s:28:"DateInvalidTimeZoneException";s:40:"547b0bec9fe82e52c7a4090da554e7527b3a0a64";s:36:"DateMalformedIntervalStringException";s:40:"547b0bec9fe82e52c7a4090da554e7527b3a0a64";s:34:"DateMalformedPeriodStringException";s:40:"547b0bec9fe82e52c7a4090da554e7527b3a0a64";s:28:"DateMalformedStringException";s:40:"547b0bec9fe82e52c7a4090da554e7527b3a0a64";s:15:"DateObjectError";s:40:"547b0bec9fe82e52c7a4090da554e7527b3a0a64";s:10:"DatePeriod";s:40:"547b0bec9fe82e52c7a4090da554e7527b3a0a64";s:14:"DateRangeError";s:40:"547b0bec9fe82e52c7a4090da554e7527b3a0a64";s:8:"DateTime";s:40:"547b0bec9fe82e52c7a4090da554e7527b3a0a64";s:17:"DateTimeImmutable";s:40:"547b0bec9fe82e52c7a4090da554e7527b3a0a64";s:17:"DateTimeInterface";s:40:"547b0bec9fe82e52c7a4090da554e7527b3a0a64";s:12:"DateTimeZone";s:40:"547b0bec9fe82e52c7a4090da554e7527b3a0a64";s:14:"Dba\Connection";s:40:"70606b7476132aa6e39f36aadfedd4e98f39f42c";s:15:"Decimal\Decimal";s:40:"7329359a289e93d77c7003d38720ac29b039fa11";s:14:"DeflateContext";s:40:"5dfb0c1610a7560dd046447ff3d1337909e30d56";s:10:"Deprecated";s:40:"97713db220652b648459337accd45972d86a9b4b";s:9:"Directory";s:40:"d95c7b9075e0c91362d8cda9abd965342644b753";s:17:"DirectoryIterator";s:40:"fd2e2d6272a63d5c390c22925f63d62961b97c97";s:19:"DivisionByZeroError";s:40:"97713db220652b648459337accd45972d86a9b4b";s:8:"Dom\Attr";s:40:"b59bbc89d3d9cf94ecb61702615ba98827fe5e4e";s:27:"Dom\BrokenRandomEngineError";s:40:"b59bbc89d3d9cf94ecb61702615ba98827fe5e4e";s:16:"Dom\CDATASection";s:40:"b59bbc89d3d9cf94ecb61702615ba98827fe5e4e";s:17:"Dom\CharacterData";s:40:"b59bbc89d3d9cf94ecb61702615ba98827fe5e4e";s:13:"Dom\ChildNode";s:40:"b59bbc89d3d9cf94ecb61702615ba98827fe5e4e";s:11:"Dom\Comment";s:40:"b59bbc89d3d9cf94ecb61702615ba98827fe5e4e";s:12:"Dom\Document";s:40:"b59bbc89d3d9cf94ecb61702615ba98827fe5e4e";s:20:"Dom\DocumentFragment";s:40:"b59bbc89d3d9cf94ecb61702615ba98827fe5e4e";s:16:"Dom\DocumentType";s:40:"b59bbc89d3d9cf94ecb61702615ba98827fe5e4e";s:19:"Dom\DtdNamedNodeMap";s:40:"b59bbc89d3d9cf94ecb61702615ba98827fe5e4e";s:11:"Dom\Element";s:40:"b59bbc89d3d9cf94ecb61702615ba98827fe5e4e";s:10:"Dom\Entity";s:40:"b59bbc89d3d9cf94ecb61702615ba98827fe5e4e";s:19:"Dom\EntityReference";s:40:"b59bbc89d3d9cf94ecb61702615ba98827fe5e4e";s:18:"Dom\HTMLCollection";s:40:"b59bbc89d3d9cf94ecb61702615ba98827fe5e4e";s:16:"Dom\HTMLDocument";s:40:"b59bbc89d3d9cf94ecb61702615ba98827fe5e4e";s:15:"Dom\HTMLElement";s:40:"b59bbc89d3d9cf94ecb61702615ba98827fe5e4e";s:18:"Dom\Implementation";s:40:"b59bbc89d3d9cf94ecb61702615ba98827fe5e4e";s:9:"Dom\Mysql";s:40:"b59bbc89d3d9cf94ecb61702615ba98827fe5e4e";s:16:"Dom\NamedNodeMap";s:40:"b59bbc89d3d9cf94ecb61702615ba98827fe5e4e";s:17:"Dom\NamespaceInfo";s:40:"b59bbc89d3d9cf94ecb61702615ba98827fe5e4e";s:8:"Dom\Node";s:40:"b59bbc89d3d9cf94ecb61702615ba98827fe5e4e";s:12:"Dom\NodeList";s:40:"b59bbc89d3d9cf94ecb61702615ba98827fe5e4e";s:12:"Dom\Notation";s:40:"b59bbc89d3d9cf94ecb61702615ba98827fe5e4e";s:14:"Dom\ParentNode";s:40:"b59bbc89d3d9cf94ecb61702615ba98827fe5e4e";s:25:"Dom\ProcessingInstruction";s:40:"b59bbc89d3d9cf94ecb61702615ba98827fe5e4e";s:15:"Dom\RandomError";s:40:"b59bbc89d3d9cf94ecb61702615ba98827fe5e4e";s:19:"Dom\RandomException";s:40:"b59bbc89d3d9cf94ecb61702615ba98827fe5e4e";s:10:"Dom\Sqlite";s:40:"b59bbc89d3d9cf94ecb61702615ba98827fe5e4e";s:8:"Dom\Text";s:40:"b59bbc89d3d9cf94ecb61702615ba98827fe5e4e";s:13:"Dom\TokenList";s:40:"b59bbc89d3d9cf94ecb61702615ba98827fe5e4e";s:15:"Dom\XMLDocument";s:40:"b59bbc89d3d9cf94ecb61702615ba98827fe5e4e";s:9:"Dom\XPath";s:40:"b59bbc89d3d9cf94ecb61702615ba98827fe5e4e";s:15:"DomainException";s:40:"4ba35c11534759798cf9d990500acadb6429ccbd";s:13:"Ds\Collection";s:40:"a6cd8a7eb881aeeda5a02671436ebe007f12cc93";s:8:"Ds\Deque";s:40:"a6cd8a7eb881aeeda5a02671436ebe007f12cc93";s:11:"Ds\Hashable";s:40:"a6cd8a7eb881aeeda5a02671436ebe007f12cc93";s:6:"Ds\Map";s:40:"a6cd8a7eb881aeeda5a02671436ebe007f12cc93";s:7:"Ds\Pair";s:40:"a6cd8a7eb881aeeda5a02671436ebe007f12cc93";s:16:"Ds\PriorityQueue";s:40:"a6cd8a7eb881aeeda5a02671436ebe007f12cc93";s:8:"Ds\Queue";s:40:"a6cd8a7eb881aeeda5a02671436ebe007f12cc93";s:11:"Ds\Sequence";s:40:"a6cd8a7eb881aeeda5a02671436ebe007f12cc93";s:6:"Ds\Set";s:40:"a6cd8a7eb881aeeda5a02671436ebe007f12cc93";s:8:"Ds\Stack";s:40:"a6cd8a7eb881aeeda5a02671436ebe007f12cc93";s:9:"Ds\Vector";s:40:"a6cd8a7eb881aeeda5a02671436ebe007f12cc93";s:27:"Elastic\Apm\CustomErrorData";s:40:"8c087b9e2f5abfb150b7b9204cb824f68c77212b";s:34:"Elastic\Apm\DistributedTracingData";s:40:"8c087b9e2f5abfb150b7b9204cb824f68c77212b";s:22:"Elastic\Apm\ElasticApm";s:40:"8c087b9e2f5abfb150b7b9204cb824f68c77212b";s:44:"Elastic\Apm\ExecutionSegmentContextInterface";s:40:"8c087b9e2f5abfb150b7b9204cb824f68c77212b";s:37:"Elastic\Apm\ExecutionSegmentInterface";s:40:"8c087b9e2f5abfb150b7b9204cb824f68c77212b";s:34:"Elastic\Apm\SpanContextDbInterface";s:40:"8c087b9e2f5abfb150b7b9204cb824f68c77212b";s:43:"Elastic\Apm\SpanContextDestinationInterface";s:40:"8c087b9e2f5abfb150b7b9204cb824f68c77212b";s:36:"Elastic\Apm\SpanContextHttpInterface";s:40:"8c087b9e2f5abfb150b7b9204cb824f68c77212b";s:32:"Elastic\Apm\SpanContextInterface";s:40:"8c087b9e2f5abfb150b7b9204cb824f68c77212b";s:25:"Elastic\Apm\SpanInterface";s:40:"8c087b9e2f5abfb150b7b9204cb824f68c77212b";s:39:"Elastic\Apm\TransactionBuilderInterface";s:40:"8c087b9e2f5abfb150b7b9204cb824f68c77212b";s:39:"Elastic\Apm\TransactionContextInterface";s:40:"8c087b9e2f5abfb150b7b9204cb824f68c77212b";s:46:"Elastic\Apm\TransactionContextRequestInterface";s:40:"8c087b9e2f5abfb150b7b9204cb824f68c77212b";s:49:"Elastic\Apm\TransactionContextRequestUrlInterface";s:40:"8c087b9e2f5abfb150b7b9204cb824f68c77212b";s:32:"Elastic\Apm\TransactionInterface";s:40:"8c087b9e2f5abfb150b7b9204cb824f68c77212b";s:13:"EmptyIterator";s:40:"4ba35c11534759798cf9d990500acadb6429ccbd";s:13:"EnchantBroker";s:40:"b86c75eaea872006cdf017f47fa9476f8b538946";s:17:"EnchantDictionary";s:40:"b86c75eaea872006cdf017f47fa9476f8b538946";s:5:"Error";s:40:"97713db220652b648459337accd45972d86a9b4b";s:14:"ErrorException";s:40:"97713db220652b648459337accd45972d86a9b4b";s:2:"Ev";s:40:"66d6e8634dd5b18b15d1f7e40645eba5812c865c";s:7:"EvCheck";s:40:"66d6e8634dd5b18b15d1f7e40645eba5812c865c";s:7:"EvChild";s:40:"66d6e8634dd5b18b15d1f7e40645eba5812c865c";s:7:"EvEmbed";s:40:"66d6e8634dd5b18b15d1f7e40645eba5812c865c";s:6:"EvFork";s:40:"66d6e8634dd5b18b15d1f7e40645eba5812c865c";s:6:"EvIdle";s:40:"66d6e8634dd5b18b15d1f7e40645eba5812c865c";s:4:"EvIo";s:40:"66d6e8634dd5b18b15d1f7e40645eba5812c865c";s:6:"EvLoop";s:40:"66d6e8634dd5b18b15d1f7e40645eba5812c865c";s:10:"EvPeriodic";s:40:"66d6e8634dd5b18b15d1f7e40645eba5812c865c";s:9:"EvPrepare";s:40:"66d6e8634dd5b18b15d1f7e40645eba5812c865c";s:8:"EvSignal";s:40:"66d6e8634dd5b18b15d1f7e40645eba5812c865c";s:6:"EvStat";s:40:"66d6e8634dd5b18b15d1f7e40645eba5812c865c";s:7:"EvTimer";s:40:"66d6e8634dd5b18b15d1f7e40645eba5812c865c";s:9:"EvWatcher";s:40:"66d6e8634dd5b18b15d1f7e40645eba5812c865c";s:5:"Event";s:40:"bfcb950dc9510e9cd98b599b2100b942146f6935";s:9:"EventBase";s:40:"bfcb950dc9510e9cd98b599b2100b942146f6935";s:11:"EventBuffer";s:40:"bfcb950dc9510e9cd98b599b2100b942146f6935";s:16:"EventBufferEvent";s:40:"bfcb950dc9510e9cd98b599b2100b942146f6935";s:11:"EventConfig";s:40:"bfcb950dc9510e9cd98b599b2100b942146f6935";s:12:"EventDnsBase";s:40:"bfcb950dc9510e9cd98b599b2100b942146f6935";s:9:"EventHttp";s:40:"bfcb950dc9510e9cd98b599b2100b942146f6935";s:19:"EventHttpConnection";s:40:"bfcb950dc9510e9cd98b599b2100b942146f6935";s:16:"EventHttpRequest";s:40:"bfcb950dc9510e9cd98b599b2100b942146f6935";s:13:"EventListener";s:40:"bfcb950dc9510e9cd98b599b2100b942146f6935";s:15:"EventSslContext";s:40:"bfcb950dc9510e9cd98b599b2100b942146f6935";s:9:"EventUtil";s:40:"bfcb950dc9510e9cd98b599b2100b942146f6935";s:9:"Exception";s:40:"97713db220652b648459337accd45972d86a9b4b";s:14:"FANNConnection";s:40:"778d5c95b30c3d91e80ab3c084466e76a26a9927";s:3:"FFI";s:40:"a6929575cc5e430f965bdca2692cdf5b60dc97df";s:9:"FFI\CData";s:40:"a6929575cc5e430f965bdca2692cdf5b60dc97df";s:9:"FFI\CType";s:40:"a6929575cc5e430f965bdca2692cdf5b60dc97df";s:13:"FFI\Exception";s:40:"a6929575cc5e430f965bdca2692cdf5b60dc97df";s:19:"FFI\ParserException";s:40:"a6929575cc5e430f965bdca2692cdf5b60dc97df";s:14:"FTP\Connection";s:40:"0801163ea33e76cd623e4b402c3fc849062097b2";s:5:"Fiber";s:40:"97713db220652b648459337accd45972d86a9b4b";s:10:"FiberError";s:40:"97713db220652b648459337accd45972d86a9b4b";s:18:"FilesystemIterator";s:40:"fd2e2d6272a63d5c390c22925f63d62961b97c97";s:14:"FilterIterator";s:40:"4ba35c11534759798cf9d990500acadb6429ccbd";s:12:"GEOSGeometry";s:40:"5a061467f368d5b1aefcfcdb9d87b3a2d6d7eb97";s:13:"GEOSWKBReader";s:40:"5a061467f368d5b1aefcfcdb9d87b3a2d6d7eb97";s:13:"GEOSWKBWriter";s:40:"5a061467f368d5b1aefcfcdb9d87b3a2d6d7eb97";s:13:"GEOSWKTReader";s:40:"5a061467f368d5b1aefcfcdb9d87b3a2d6d7eb97";s:13:"GEOSWKTWriter";s:40:"5a061467f368d5b1aefcfcdb9d87b3a2d6d7eb97";s:3:"GMP";s:40:"9b254d30a80a605a4a32778b4b4f4b4bd6b99f74";s:6:"GdFont";s:40:"f28b43742fd3c7728073d6aebfb3716b367024cd";s:7:"GdImage";s:40:"0703cfc458fa6e94dc393b2bfd4d745397cf2348";s:13:"GearmanClient";s:40:"aa5a39a2b39a3aeee0ccdd566f4775bd3a6cd250";s:16:"GearmanException";s:40:"aa5a39a2b39a3aeee0ccdd566f4775bd3a6cd250";s:10:"GearmanJob";s:40:"aa5a39a2b39a3aeee0ccdd566f4775bd3a6cd250";s:11:"GearmanTask";s:40:"aa5a39a2b39a3aeee0ccdd566f4775bd3a6cd250";s:13:"GearmanWorker";s:40:"aa5a39a2b39a3aeee0ccdd566f4775bd3a6cd250";s:9:"Generator";s:40:"ae7b36806d57cbd71deccc72594c9008ba743543";s:12:"GlobIterator";s:40:"fd2e2d6272a63d5c390c22925f63d62961b97c97";s:7:"Gmagick";s:40:"1ddfe8bd3ea3d9e06c4835856e680e3c50c1ec9b";s:11:"GmagickDraw";s:40:"1ddfe8bd3ea3d9e06c4835856e680e3c50c1ec9b";s:16:"GmagickException";s:40:"1ddfe8bd3ea3d9e06c4835856e680e3c50c1ec9b";s:12:"GmagickPixel";s:40:"1ddfe8bd3ea3d9e06c4835856e680e3c50c1ec9b";s:21:"GmagickPixelException";s:40:"1ddfe8bd3ea3d9e06c4835856e680e3c50c1ec9b";s:9:"Grpc\Call";s:40:"63fe612a0de1025ce09b313bd312dae7a4fe8611";s:20:"Grpc\CallCredentials";s:40:"63fe612a0de1025ce09b313bd312dae7a4fe8611";s:12:"Grpc\Channel";s:40:"63fe612a0de1025ce09b313bd312dae7a4fe8611";s:23:"Grpc\ChannelCredentials";s:40:"63fe612a0de1025ce09b313bd312dae7a4fe8611";s:11:"Grpc\Server";s:40:"63fe612a0de1025ce09b313bd312dae7a4fe8611";s:22:"Grpc\ServerCredentials";s:40:"63fe612a0de1025ce09b313bd312dae7a4fe8611";s:12:"Grpc\Timeval";s:40:"63fe612a0de1025ce09b313bd312dae7a4fe8611";s:11:"HashContext";s:40:"3c40e7b9c9c6748a9e714c5357abd2864d1c3dac";s:17:"HttpDeflateStream";s:40:"909e40091c9ffaea771d30bacffeef982073c12d";s:21:"HttpEncodingException";s:40:"909e40091c9ffaea771d30bacffeef982073c12d";s:13:"HttpException";s:40:"909e40091c9ffaea771d30bacffeef982073c12d";s:19:"HttpHeaderException";s:40:"909e40091c9ffaea771d30bacffeef982073c12d";s:17:"HttpInflateStream";s:40:"909e40091c9ffaea771d30bacffeef982073c12d";s:25:"HttpInvalidParamException";s:40:"909e40091c9ffaea771d30bacffeef982073c12d";s:29:"HttpMalformedHeadersException";s:40:"909e40091c9ffaea771d30bacffeef982073c12d";s:11:"HttpMessage";s:40:"909e40091c9ffaea771d30bacffeef982073c12d";s:24:"HttpMessageTypeException";s:40:"909e40091c9ffaea771d30bacffeef982073c12d";s:15:"HttpQueryString";s:40:"909e40091c9ffaea771d30bacffeef982073c12d";s:24:"HttpQueryStringException";s:40:"909e40091c9ffaea771d30bacffeef982073c12d";s:11:"HttpRequest";s:40:"909e40091c9ffaea771d30bacffeef982073c12d";s:20:"HttpRequestDataShare";s:40:"909e40091c9ffaea771d30bacffeef982073c12d";s:20:"HttpRequestException";s:40:"909e40091c9ffaea771d30bacffeef982073c12d";s:26:"HttpRequestMethodException";s:40:"909e40091c9ffaea771d30bacffeef982073c12d";s:15:"HttpRequestPool";s:40:"909e40091c9ffaea771d30bacffeef982073c12d";s:24:"HttpRequestPoolException";s:40:"909e40091c9ffaea771d30bacffeef982073c12d";s:12:"HttpResponse";s:40:"909e40091c9ffaea771d30bacffeef982073c12d";s:21:"HttpResponseException";s:40:"909e40091c9ffaea771d30bacffeef982073c12d";s:20:"HttpRuntimeException";s:40:"909e40091c9ffaea771d30bacffeef982073c12d";s:19:"HttpSocketException";s:40:"909e40091c9ffaea771d30bacffeef982073c12d";s:16:"HttpUrlException";s:40:"909e40091c9ffaea771d30bacffeef982073c12d";s:8:"HttpUtil";s:40:"909e40091c9ffaea771d30bacffeef982073c12d";s:15:"IMAP\Connection";s:40:"61d39288046b50874a966ac472080ce2862c2a34";s:7:"Imagick";s:40:"b0a7093d9a89c7646142e54d2725989f1736d526";s:11:"ImagickDraw";s:40:"b0a7093d9a89c7646142e54d2725989f1736d526";s:20:"ImagickDrawException";s:40:"b0a7093d9a89c7646142e54d2725989f1736d526";s:16:"ImagickException";s:40:"b0a7093d9a89c7646142e54d2725989f1736d526";s:13:"ImagickKernel";s:40:"b0a7093d9a89c7646142e54d2725989f1736d526";s:22:"ImagickKernelException";s:40:"b0a7093d9a89c7646142e54d2725989f1736d526";s:12:"ImagickPixel";s:40:"b0a7093d9a89c7646142e54d2725989f1736d526";s:21:"ImagickPixelException";s:40:"b0a7093d9a89c7646142e54d2725989f1736d526";s:20:"ImagickPixelIterator";s:40:"b0a7093d9a89c7646142e54d2725989f1736d526";s:29:"ImagickPixelIteratorException";s:40:"b0a7093d9a89c7646142e54d2725989f1736d526";s:16:"InfiniteIterator";s:40:"4ba35c11534759798cf9d990500acadb6429ccbd";s:14:"InflateContext";s:40:"5dfb0c1610a7560dd046447ff3d1337909e30d56";s:13:"IntBackedEnum";s:40:"97713db220652b648459337accd45972d86a9b4b";s:16:"InternalIterator";s:40:"97713db220652b648459337accd45972d86a9b4b";s:17:"IntlBreakIterator";s:40:"74babb61e12eab025bddb92088abb3971936125c";s:12:"IntlCalendar";s:40:"74babb61e12eab025bddb92088abb3971936125c";s:8:"IntlChar";s:40:"026abd8d75f61d883d0fbb6c2e8777b6368c3fa3";s:26:"IntlCodePointBreakIterator";s:40:"74babb61e12eab025bddb92088abb3971936125c";s:17:"IntlDateFormatter";s:40:"74babb61e12eab025bddb92088abb3971936125c";s:24:"IntlDatePatternGenerator";s:40:"0f6b5bbdd6d9133afae4ccbf5f57ae50c3dd7714";s:13:"IntlException";s:40:"74babb61e12eab025bddb92088abb3971936125c";s:21:"IntlGregorianCalendar";s:40:"74babb61e12eab025bddb92088abb3971936125c";s:12:"IntlIterator";s:40:"74babb61e12eab025bddb92088abb3971936125c";s:17:"IntlPartsIterator";s:40:"74babb61e12eab025bddb92088abb3971936125c";s:26:"IntlRuleBasedBreakIterator";s:40:"74babb61e12eab025bddb92088abb3971936125c";s:12:"IntlTimeZone";s:40:"74babb61e12eab025bddb92088abb3971936125c";s:24:"InvalidArgumentException";s:40:"4ba35c11534759798cf9d990500acadb6429ccbd";s:8:"Iterator";s:40:"97713db220652b648459337accd45972d86a9b4b";s:17:"IteratorAggregate";s:40:"97713db220652b648459337accd45972d86a9b4b";s:16:"IteratorIterator";s:40:"4ba35c11534759798cf9d990500acadb6429ccbd";s:13:"JavaException";s:40:"87559772afb542e99490c37e4c9e85f6aa864238";s:39:"JetBrains\PHPStormStub\PhpStormStubsMap";s:40:"c3abf3fecebb020ba6d03681d7ffa75ec8c42b1d";s:29:"JetBrains\PhpStorm\ArrayShape";s:40:"ce7d88ddf4561d614f8e6adb8abb088c4ac6968b";s:29:"JetBrains\PhpStorm\Deprecated";s:40:"75a604621021204ef63f6811e173b70145c3e6bf";s:33:"JetBrains\PhpStorm\ExpectedValues";s:40:"71618019653b4ae17943068ef6a406539a3061f2";s:28:"JetBrains\PhpStorm\Immutable";s:40:"7bea5bf47c303cf683705e09c77c04d7709220b4";s:50:"JetBrains\PhpStorm\Internal\LanguageLevelTypeAware";s:40:"b23c95e596bb0ed49a72705d3b4988c90efd52a9";s:57:"JetBrains\PhpStorm\Internal\PhpStormStubsElementAvailable";s:40:"b918e39020a4172383924bb116772899338550dd";s:46:"JetBrains\PhpStorm\Internal\ReturnTypeContract";s:40:"a1589690a170d9321ca19f369b759493e3d248f5";s:41:"JetBrains\PhpStorm\Internal\TentativeType";s:40:"253ff0f1b9b4b0c5d54a4c771aa50be5eba88d43";s:27:"JetBrains\PhpStorm\Language";s:40:"394f60afc028bdb4437a6f9648d533242cf454b6";s:27:"JetBrains\PhpStorm\NoReturn";s:40:"626b63778fce31fa84bf0839f37bed0dfc03ddcc";s:30:"JetBrains\PhpStorm\ObjectShape";s:40:"385cecb4ddb33c642b9b6ab6c970348b1a2315c4";s:23:"JetBrains\PhpStorm\Pure";s:40:"31390b1da3ea722de4cdc2d12a73a45575bc4cc2";s:13:"JsonException";s:40:"6f51a63993006965059bbb8af899c2bdb1c1a517";s:21:"JsonIncrementalParser";s:40:"6f51a63993006965059bbb8af899c2bdb1c1a517";s:16:"JsonSerializable";s:40:"6f51a63993006965059bbb8af899c2bdb1c1a517";s:4:"Judy";s:40:"619f9ea170ec8d0bf48c213c5425b1e3ef947aa4";s:15:"LDAP\Connection";s:40:"bc04607fee88baf91ec4626b04baba0235fe4eff";s:11:"LDAP\Result";s:40:"cfd8548c9f811b52ac6f3a02a86969ca51cd529f";s:16:"LDAP\ResultEntry";s:40:"25706bc7c4a23494136ff320e07cea96d92fd238";s:15:"LengthException";s:40:"4ba35c11534759798cf9d990500acadb6429ccbd";s:7:"LevelDB";s:40:"343e1bc6e4b90b32d47801dc1c5f6f7bc641f77f";s:16:"LevelDBException";s:40:"343e1bc6e4b90b32d47801dc1c5f6f7bc641f77f";s:15:"LevelDBIterator";s:40:"343e1bc6e4b90b32d47801dc1c5f6f7bc641f77f";s:15:"LevelDBSnapshot";s:40:"343e1bc6e4b90b32d47801dc1c5f6f7bc641f77f";s:17:"LevelDBWriteBatch";s:40:"343e1bc6e4b90b32d47801dc1c5f6f7bc641f77f";s:11:"LibXMLError";s:40:"99746320f79ec6fcf724f103f545bbd3550a56b6";s:13:"LimitIterator";s:40:"4ba35c11534759798cf9d990500acadb6429ccbd";s:6:"Locale";s:40:"74babb61e12eab025bddb92088abb3971936125c";s:14:"LogicException";s:40:"4ba35c11534759798cf9d990500acadb6429ccbd";s:3:"Lua";s:40:"2125a089d33d9b9ceeab7d0df1233e048934b028";s:10:"LuaSandbox";s:40:"04fd8c57eea9fb6f66e2c8b9048c80fd80b77674";s:15:"LuaSandboxError";s:40:"04fd8c57eea9fb6f66e2c8b9048c80fd80b77674";s:20:"LuaSandboxErrorError";s:40:"04fd8c57eea9fb6f66e2c8b9048c80fd80b77674";s:20:"LuaSandboxFatalError";s:40:"04fd8c57eea9fb6f66e2c8b9048c80fd80b77674";s:18:"LuaSandboxFunction";s:40:"04fd8c57eea9fb6f66e2c8b9048c80fd80b77674";s:21:"LuaSandboxMemoryError";s:40:"04fd8c57eea9fb6f66e2c8b9048c80fd80b77674";s:22:"LuaSandboxRuntimeError";s:40:"04fd8c57eea9fb6f66e2c8b9048c80fd80b77674";s:21:"LuaSandboxSyntaxError";s:40:"04fd8c57eea9fb6f66e2c8b9048c80fd80b77674";s:22:"LuaSandboxTimeoutError";s:40:"04fd8c57eea9fb6f66e2c8b9048c80fd80b77674";s:8:"Memcache";s:40:"297be201fc869b4a5339c0b16745b43db232edd1";s:12:"MemcachePool";s:40:"297be201fc869b4a5339c0b16745b43db232edd1";s:9:"Memcached";s:40:"be812ba80be511003a67e89945484b06994a0bc6";s:18:"MemcachedException";s:40:"be812ba80be511003a67e89945484b06994a0bc6";s:16:"MessageFormatter";s:40:"74babb61e12eab025bddb92088abb3971936125c";s:11:"MessagePack";s:40:"77557c713c22fda20097d03cb487ac5e370638f1";s:19:"MessagePackUnpacker";s:40:"77557c713c22fda20097d03cb487ac5e370638f1";s:5:"Mongo";s:40:"b7a6965ad0376fc794c2b000ff79e8c6d037c769";s:12:"MongoBinData";s:40:"b7a6965ad0376fc794c2b000ff79e8c6d037c769";s:11:"MongoClient";s:40:"b7a6965ad0376fc794c2b000ff79e8c6d037c769";s:9:"MongoCode";s:40:"b7a6965ad0376fc794c2b000ff79e8c6d037c769";s:15:"MongoCollection";s:40:"b7a6965ad0376fc794c2b000ff79e8c6d037c769";s:18:"MongoCommandCursor";s:40:"b7a6965ad0376fc794c2b000ff79e8c6d037c769";s:24:"MongoConnectionException";s:40:"b7a6965ad0376fc794c2b000ff79e8c6d037c769";s:11:"MongoCursor";s:40:"b7a6965ad0376fc794c2b000ff79e8c6d037c769";s:20:"MongoCursorException";s:40:"b7a6965ad0376fc794c2b000ff79e8c6d037c769";s:20:"MongoCursorInterface";s:40:"b7a6965ad0376fc794c2b000ff79e8c6d037c769";s:27:"MongoCursorTimeoutException";s:40:"b7a6965ad0376fc794c2b000ff79e8c6d037c769";s:7:"MongoDB";s:40:"b7a6965ad0376fc794c2b000ff79e8c6d037c769";s:10:"MongoDBRef";s:40:"b7a6965ad0376fc794c2b000ff79e8c6d037c769";s:19:"MongoDB\BSON\Binary";s:40:"64af828c3fcdcaba8ed96e97f6b4bceb560c51be";s:28:"MongoDB\BSON\BinaryInterface";s:40:"5f4c96aaedadf685269b258b6644dd9e7d776778";s:22:"MongoDB\BSON\DBPointer";s:40:"140e429dc2fc3cd7d1ad184563ad3eb91a1c4dba";s:23:"MongoDB\BSON\Decimal128";s:40:"7a2d3994915837f395743e275870a4b0bd7bc36b";s:32:"MongoDB\BSON\Decimal128Interface";s:40:"e97025625393b90bff510bf304203e091f3f861d";s:21:"MongoDB\BSON\Document";s:40:"0bf85eb54fab3fc3351047fa2e4f3e48ef329698";s:18:"MongoDB\BSON\Int64";s:40:"23c7e9350e5be0aef2f450349169accf71ec31aa";s:21:"MongoDB\BSON\Iterator";s:40:"192049c945958474077680ad85cc0d60b6c169cd";s:23:"MongoDB\BSON\Javascript";s:40:"b3d93e4dbfbb51cf9090c5c1799b3289f81950ec";s:32:"MongoDB\BSON\JavascriptInterface";s:40:"b5cc2f3286c83bfc6749a8dccee173122173e17b";s:19:"MongoDB\BSON\MaxKey";s:40:"620d7ae8c59d4f4c84f9936d1ed839436f5162c5";s:28:"MongoDB\BSON\MaxKeyInterface";s:40:"cb1312953f2fa3e8189b7d1f3f32a7970f7aa2ab";s:19:"MongoDB\BSON\MinKey";s:40:"a5d9bd85b067607da6043d008de19c261e2fa1c1";s:28:"MongoDB\BSON\MinKeyInterface";s:40:"bb4ab05fff9fd1f85faec3fca00d2048778c963b";s:21:"MongoDB\BSON\ObjectId";s:40:"eb706f87bb5d4b5171e2746a0eaa51a729871da9";s:30:"MongoDB\BSON\ObjectIdInterface";s:40:"9326f44aa75b73e848e5ad84055b513235616950";s:24:"MongoDB\BSON\PackedArray";s:40:"81cda0fd9fe7f344af87b063f909045603445679";s:24:"MongoDB\BSON\Persistable";s:40:"f33725cb9c823f09f93038446ab88954c8110862";s:18:"MongoDB\BSON\Regex";s:40:"2d47251ea0188e72f821f3f6c8d0fd00d077b35c";s:27:"MongoDB\BSON\RegexInterface";s:40:"5525a48b80b955e57e39636ce48449b7873ef6bd";s:25:"MongoDB\BSON\Serializable";s:40:"9804d3d396bee4edd5cac8b097ffdcc00014175c";s:19:"MongoDB\BSON\Symbol";s:40:"e500a40d25ca171fecc1815ec941863f3597342e";s:22:"MongoDB\BSON\Timestamp";s:40:"8a4a30797c74afd6afabf7d3c112dad863f53dcb";s:31:"MongoDB\BSON\TimestampInterface";s:40:"979985240f25cea74ebacc5f1b4549c8c3cb5539";s:17:"MongoDB\BSON\Type";s:40:"ba40b017f5e96dd861ed8af1dcc42040c65e3fd5";s:24:"MongoDB\BSON\UTCDateTime";s:40:"9e9748e0b4142d6ec6131c4a562e7a623f842215";s:33:"MongoDB\BSON\UTCDateTimeInterface";s:40:"521cf382dad5f190f9e1f30a5f1bf61f05d1f62d";s:22:"MongoDB\BSON\Undefined";s:40:"05ca32703823dff92b0dc572ef9b3671b07dbd03";s:27:"MongoDB\BSON\Unserializable";s:40:"aaa433eac7dd756f7803fe75fe8a578481f5006b";s:24:"MongoDB\Driver\BulkWrite";s:40:"2927627e660982fdeb5af225726e9eb9797b4449";s:31:"MongoDB\Driver\ClientEncryption";s:40:"6ec6e3cbe42f75594b77b88718981321527b6dd3";s:22:"MongoDB\Driver\Command";s:40:"4d1833026875affa89ecc8107d8d4bdafac99324";s:21:"MongoDB\Driver\Cursor";s:40:"d37cca8074526574e7770c702e34925f293657ed";s:23:"MongoDB\Driver\CursorId";s:40:"2eed5dbaae1edce06035f93b278a044c3112f078";s:30:"MongoDB\Driver\CursorInterface";s:40:"bf57faa01b963abca2525d1ba4b70194028de959";s:48:"MongoDB\Driver\Exception\AuthenticationException";s:40:"2c9517ae49d02f2cac2b52956bc6e7979c93a83a";s:43:"MongoDB\Driver\Exception\BulkWriteException";s:40:"dbad1a137d62d091d9333f8a531fc0535355adf6";s:41:"MongoDB\Driver\Exception\CommandException";s:40:"96a7ee37d740d3af409ca788dac3eda02df0bed3";s:44:"MongoDB\Driver\Exception\ConnectionException";s:40:"216c9305814d91cbc19212da53c8cc61b13c04a2";s:51:"MongoDB\Driver\Exception\ConnectionTimeoutException";s:40:"c07a285485280b6bbbf043918b27935b046d2f3e";s:44:"MongoDB\Driver\Exception\EncryptionException";s:40:"17139ca8fa4c03f9ce68f2e44d6cf8fb598e3e3d";s:34:"MongoDB\Driver\Exception\Exception";s:40:"b6883f67bc798c9301de22339200dcbd070b50bd";s:50:"MongoDB\Driver\Exception\ExecutionTimeoutException";s:40:"d01e26e41330a9a30fbe3195bc145d9e1feb265e";s:49:"MongoDB\Driver\Exception\InvalidArgumentException";s:40:"89cd2ed989cff7846b4816f36f196d79cf5d18a1";s:39:"MongoDB\Driver\Exception\LogicException";s:40:"ef315fd37746c0245636d2a1c71cabc38acb9baa";s:41:"MongoDB\Driver\Exception\RuntimeException";s:40:"43d3e8bcb5d2dcdc476b2d1038f976953e16622e";s:47:"MongoDB\Driver\Exception\SSLConnectionException";s:40:"5db1b4bc65d3cce1c605ecbb38b7d9956bcef83e";s:40:"MongoDB\Driver\Exception\ServerException";s:40:"b96ff480cab3443434f4be4806b4ea559b0d555d";s:49:"MongoDB\Driver\Exception\UnexpectedValueException";s:40:"b0982555aa9a2c196ed2438fc7f42ab907e85697";s:46:"MongoDB\Driver\Exception\WriteConcernException";s:40:"fc236f7bbd7b119e21c4d789a9a067ddd531507d";s:39:"MongoDB\Driver\Exception\WriteException";s:40:"f0d5b8e2b9825b33f0862d2176b0576162812ed0";s:22:"MongoDB\Driver\Manager";s:40:"5c7b2c4dc0d20c995b526e82a11f2c8ca05e576a";s:44:"MongoDB\Driver\Monitoring\CommandFailedEvent";s:40:"3e1001ea39930b70169d9475423b0b27f16925f8";s:45:"MongoDB\Driver\Monitoring\CommandStartedEvent";s:40:"76d9bc31dd605735e8636740ae926adefc3303da";s:43:"MongoDB\Driver\Monitoring\CommandSubscriber";s:40:"872665f634e44c0b6011bb0497811d6edf199f68";s:47:"MongoDB\Driver\Monitoring\CommandSucceededEvent";s:40:"1936116af8e077f27d73bb93049f0aadb620e147";s:39:"MongoDB\Driver\Monitoring\LogSubscriber";s:40:"98dbf01bfb1b73db4b91314686a440ab1a7f1374";s:40:"MongoDB\Driver\Monitoring\SDAMSubscriber";s:40:"a525dcd14bb53373f9a135742a05c99caa876ab4";s:44:"MongoDB\Driver\Monitoring\ServerChangedEvent";s:40:"94929460b18e550bdb43e1695b329b2250f01bcc";s:43:"MongoDB\Driver\Monitoring\ServerClosedEvent";s:40:"6f4c4ac35e37877d65b00b5c1593d39239a9b275";s:52:"MongoDB\Driver\Monitoring\ServerHeartbeatFailedEvent";s:40:"d0a3ab0cea0a6590d46bdab5e157abf8f01fddf9";s:53:"MongoDB\Driver\Monitoring\ServerHeartbeatStartedEvent";s:40:"9daca36342a028e1d844274617ed7ab617f44f84";s:55:"MongoDB\Driver\Monitoring\ServerHeartbeatSucceededEvent";s:40:"2882d367060ced894bbef31e7ad2cffae3ded560";s:44:"MongoDB\Driver\Monitoring\ServerOpeningEvent";s:40:"864ea3b36c2bad23120963eab5189d6ef31ed4e8";s:36:"MongoDB\Driver\Monitoring\Subscriber";s:40:"846f44ceea7f95ef971bcf0eabc218c145007c6e";s:46:"MongoDB\Driver\Monitoring\TopologyChangedEvent";s:40:"28a7859d08d82db9989b183fa40d492e7b3b5d55";s:45:"MongoDB\Driver\Monitoring\TopologyClosedEvent";s:40:"35834793c6a6e3b3ff560652ccfd4f4aca4e4260";s:46:"MongoDB\Driver\Monitoring\TopologyOpeningEvent";s:40:"e11e5187fab4b0bdb47a2ad9869468acc01cd331";s:20:"MongoDB\Driver\Query";s:40:"be2bda7c2e8ffdb77879cbc711b225eb0ecc5e72";s:26:"MongoDB\Driver\ReadConcern";s:40:"4f6df4644695e008c44938283bbb41b6a7868d79";s:29:"MongoDB\Driver\ReadPreference";s:40:"588d9c2cfa039212abde18f35731dc0b5ac4f648";s:21:"MongoDB\Driver\Server";s:40:"13a4374bbd7f54da4e82811f5d49f51793e29c3e";s:24:"MongoDB\Driver\ServerApi";s:40:"8b74f0ff3370ab453c53485774ae0ccbd5ca6a7b";s:32:"MongoDB\Driver\ServerDescription";s:40:"63d6491a2c4f8d340abd23ba3e498ddc6b4b79db";s:22:"MongoDB\Driver\Session";s:40:"c3c6ac523a768145192ecaea6a632bb0fb970e2f";s:34:"MongoDB\Driver\TopologyDescription";s:40:"0391d803130727589865018d2249bacb9c09adf4";s:27:"MongoDB\Driver\WriteConcern";s:40:"6069fc976b2b3f78048ae3775e6bd14ef5da574d";s:32:"MongoDB\Driver\WriteConcernError";s:40:"588fff535b58f661b97a8c6fe1efb17e5e59b59d";s:25:"MongoDB\Driver\WriteError";s:40:"f6677396b9f112489f220f3dd79cd0638ee42fc6";s:26:"MongoDB\Driver\WriteResult";s:40:"ff8e643af61418bfc4951d6df3f78e0684cbb8f5";s:9:"MongoDate";s:40:"b7a6965ad0376fc794c2b000ff79e8c6d037c769";s:26:"MongoDuplicateKeyException";s:40:"b7a6965ad0376fc794c2b000ff79e8c6d037c769";s:14:"MongoException";s:40:"b7a6965ad0376fc794c2b000ff79e8c6d037c769";s:30:"MongoExecutionTimeoutException";s:40:"b7a6965ad0376fc794c2b000ff79e8c6d037c769";s:11:"MongoGridFS";s:40:"b7a6965ad0376fc794c2b000ff79e8c6d037c769";s:17:"MongoGridFSCursor";s:40:"b7a6965ad0376fc794c2b000ff79e8c6d037c769";s:20:"MongoGridFSException";s:40:"b7a6965ad0376fc794c2b000ff79e8c6d037c769";s:15:"MongoGridFSFile";s:40:"b7a6965ad0376fc794c2b000ff79e8c6d037c769";s:7:"MongoId";s:40:"b7a6965ad0376fc794c2b000ff79e8c6d037c769";s:10:"MongoInt32";s:40:"b7a6965ad0376fc794c2b000ff79e8c6d037c769";s:10:"MongoInt64";s:40:"b7a6965ad0376fc794c2b000ff79e8c6d037c769";s:8:"MongoLog";s:40:"b7a6965ad0376fc794c2b000ff79e8c6d037c769";s:11:"MongoMaxKey";s:40:"b7a6965ad0376fc794c2b000ff79e8c6d037c769";s:11:"MongoMinKey";s:40:"b7a6965ad0376fc794c2b000ff79e8c6d037c769";s:9:"MongoPool";s:40:"b7a6965ad0376fc794c2b000ff79e8c6d037c769";s:22:"MongoProtocolException";s:40:"b7a6965ad0376fc794c2b000ff79e8c6d037c769";s:10:"MongoRegex";s:40:"b7a6965ad0376fc794c2b000ff79e8c6d037c769";s:20:"MongoResultException";s:40:"b7a6965ad0376fc794c2b000ff79e8c6d037c769";s:14:"MongoTimestamp";s:40:"b7a6965ad0376fc794c2b000ff79e8c6d037c769";s:16:"MongoUpdateBatch";s:40:"b7a6965ad0376fc794c2b000ff79e8c6d037c769";s:15:"MongoWriteBatch";s:40:"b7a6965ad0376fc794c2b000ff79e8c6d037c769";s:26:"MongoWriteConcernException";s:40:"b7a6965ad0376fc794c2b000ff79e8c6d037c769";s:16:"Mosquitto\Client";s:40:"b65b049bd7f909f421af6fd9f78ec4bc75eaf3c7";s:19:"Mosquitto\Exception";s:40:"b65b049bd7f909f421af6fd9f78ec4bc75eaf3c7";s:17:"Mosquitto\Message";s:40:"b65b049bd7f909f421af6fd9f78ec4bc75eaf3c7";s:16:"MultipleIterator";s:40:"fd2e2d6272a63d5c390c22925f63d62961b97c97";s:16:"NoRewindIterator";s:40:"4ba35c11534759798cf9d990500acadb6429ccbd";s:10:"Normalizer";s:40:"74babb61e12eab025bddb92088abb3971936125c";s:15:"NumberFormatter";s:40:"74babb61e12eab025bddb92088abb3971936125c";s:5:"OAuth";s:40:"f2e7cc7dd805d3cdf2596599c560440c2bb20ed1";s:14:"OAuthException";s:40:"f2e7cc7dd805d3cdf2596599c560440c2bb20ed1";s:13:"OAuthProvider";s:40:"f2e7cc7dd805d3cdf2596599c560440c2bb20ed1";s:13:"OCICollection";s:40:"ff8202397199196b5dab84315777b00c92b12e4b";s:6:"OCILob";s:40:"ff8202397199196b5dab84315777b00c92b12e4b";s:14:"OCI_Collection";s:40:"904aac0ed594c621895a81707b9bbcd4e9d0aa48";s:7:"OCI_Lob";s:40:"904aac0ed594c621895a81707b9bbcd4e9d0aa48";s:20:"OpenSSLAsymmetricKey";s:40:"90b954da9f9d42bf707e6736ab1f2085c1a4fa2b";s:18:"OpenSSLCertificate";s:40:"90b954da9f9d42bf707e6736ab1f2085c1a4fa2b";s:32:"OpenSSLCertificateSigningRequest";s:40:"90b954da9f9d42bf707e6736ab1f2085c1a4fa2b";s:20:"OutOfBoundsException";s:40:"4ba35c11534759798cf9d990500acadb6429ccbd";s:19:"OutOfRangeException";s:40:"4ba35c11534759798cf9d990500acadb6429ccbd";s:13:"OuterIterator";s:40:"4ba35c11534759798cf9d990500acadb6429ccbd";s:17:"OverflowException";s:40:"4ba35c11534759798cf9d990500acadb6429ccbd";s:8:"Override";s:40:"97713db220652b648459337accd45972d86a9b4b";s:13:"OwsrequestObj";s:40:"7c378f39cd9e3817c7fd54f2c938cbbcc5a4cb60";s:6:"PDFlib";s:40:"0f097a16b966f8b198f37943dd267c2573178b33";s:15:"PDFlibException";s:40:"0f097a16b966f8b198f37943dd267c2573178b33";s:3:"PDO";s:40:"356e6d3a2e6f46789a0300725b29d7d06f0380a1";s:12:"PDOException";s:40:"356e6d3a2e6f46789a0300725b29d7d06f0380a1";s:6:"PDORow";s:40:"356e6d3a2e6f46789a0300725b29d7d06f0380a1";s:12:"PDOStatement";s:40:"356e6d3a2e6f46789a0300725b29d7d06f0380a1";s:13:"PSpell\Config";s:40:"747cd45d57ed02634f97a3cfedaa1981da2c695a";s:17:"PSpell\Dictionary";s:40:"747cd45d57ed02634f97a3cfedaa1981da2c695a";s:14:"ParentIterator";s:40:"4ba35c11534759798cf9d990500acadb6429ccbd";s:15:"Parle\ErrorInfo";s:40:"f65330818d3cc2264c34f7a2e6f5ccba9d6a32b2";s:11:"Parle\Lexer";s:40:"0b46e1ed08d7c2ae09edd73c7015a4172d4c273c";s:20:"Parle\LexerException";s:40:"279ea83a16b8a81aeff22ed1e928137f3e825482";s:12:"Parle\Parser";s:40:"be42c7dc0810c420aac3a57211b36d1d23547404";s:21:"Parle\ParserException";s:40:"af601f3739e7b7e19fd5097aca62c233aa561a27";s:12:"Parle\RLexer";s:40:"701a6c0c2c3cb44767c4530e7c4dda58ffdfb46c";s:13:"Parle\RParser";s:40:"149efc0c119a445d423c1335893f14be6141c2e2";s:11:"Parle\Stack";s:40:"1d622d1db3ca81602df30b08930fb5b78f2050bf";s:11:"Parle\Token";s:40:"b80ca5975e97e853d1b2c3cc1305cc3a5ece7fd4";s:10:"ParseError";s:40:"97713db220652b648459337accd45972d86a9b4b";s:9:"Pdo\Mysql";s:40:"356e6d3a2e6f46789a0300725b29d7d06f0380a1";s:10:"Pdo\Sqlite";s:40:"356e6d3a2e6f46789a0300725b29d7d06f0380a1";s:16:"PgSql\Connection";s:40:"9047c0a55261d7c34e9074941b76a9b3d7a0033f";s:9:"PgSql\Lob";s:40:"9047c0a55261d7c34e9074941b76a9b3d7a0033f";s:12:"PgSql\Result";s:40:"9047c0a55261d7c34e9074941b76a9b3d7a0033f";s:4:"Phar";s:40:"086f276d4fd65d5b8562c490313bebb3623b7711";s:8:"PharData";s:40:"086f276d4fd65d5b8562c490313bebb3623b7711";s:13:"PharException";s:40:"086f276d4fd65d5b8562c490313bebb3623b7711";s:12:"PharFileInfo";s:40:"086f276d4fd65d5b8562c490313bebb3623b7711";s:8:"PhpToken";s:40:"36fe928e2b87c6ef8d5cacce8e1d1bd8cfde8cc3";s:4:"Pool";s:40:"baccd65f9b66b79274b3c81720f69d1180499c69";s:10:"RRDCreator";s:40:"3f17427ba3b5576941711856028d129a486c0481";s:8:"RRDGraph";s:40:"3f17427ba3b5576941711856028d129a486c0481";s:10:"RRDUpdater";s:40:"3f17427ba3b5576941711856028d129a486c0481";s:30:"Random\BrokenRandomEngineError";s:40:"d4281d020c5d40b4790f71678ca6b05051019b91";s:23:"Random\CryptoSafeEngine";s:40:"d4281d020c5d40b4790f71678ca6b05051019b91";s:13:"Random\Engine";s:40:"d4281d020c5d40b4790f71678ca6b05051019b91";s:21:"Random\Engine\Mt19937";s:40:"d4281d020c5d40b4790f71678ca6b05051019b91";s:33:"Random\Engine\PcgOneseq128XslRr64";s:40:"d4281d020c5d40b4790f71678ca6b05051019b91";s:20:"Random\Engine\Secure";s:40:"d4281d020c5d40b4790f71678ca6b05051019b91";s:32:"Random\Engine\Xoshiro256StarStar";s:40:"d4281d020c5d40b4790f71678ca6b05051019b91";s:18:"Random\RandomError";s:40:"d4281d020c5d40b4790f71678ca6b05051019b91";s:22:"Random\RandomException";s:40:"d4281d020c5d40b4790f71678ca6b05051019b91";s:17:"Random\Randomizer";s:40:"d4281d020c5d40b4790f71678ca6b05051019b91";s:14:"RangeException";s:40:"4ba35c11534759798cf9d990500acadb6429ccbd";s:10:"RarArchive";s:40:"f7c4b98d5c537b527d6a1223adcd54199154fcf5";s:8:"RarEntry";s:40:"f7c4b98d5c537b527d6a1223adcd54199154fcf5";s:12:"RarException";s:40:"f7c4b98d5c537b527d6a1223adcd54199154fcf5";s:7:"RdKafka";s:40:"c4b5f1aa4835f109890beb68c59141cf8b3a0c22";s:12:"RdKafka\Conf";s:40:"225bc3c7c762a574d40261e6baa1e322275b4904";s:16:"RdKafka\Consumer";s:40:"3bf534cd6e2292a0177f0417c01a1896ad462ae3";s:21:"RdKafka\ConsumerTopic";s:40:"a12dde225dc9c48d30c9729f795e51b13d990bd0";s:17:"RdKafka\Exception";s:40:"080165565d14f8125c770e1e518497fb6ffee581";s:21:"RdKafka\KafkaConsumer";s:40:"43a229774fbaee08ada0829c33b8b929e8830068";s:26:"RdKafka\KafkaConsumerTopic";s:40:"2a404252aef35de0cf5849ace3c8ffcf37182f4c";s:27:"RdKafka\KafkaErrorException";s:40:"eb189a69283fae1147930f48f5c7b341263abee5";s:15:"RdKafka\Message";s:40:"2e8f37a8b57681614cb52fbfad9c60c7fefc4d18";s:16:"RdKafka\Metadata";s:40:"906671cb74491b7bfca6910030cb806c85d1183a";s:23:"RdKafka\Metadata\Broker";s:40:"7665bd29a28c60ddb9aaf7c4fa3419f866cf092e";s:27:"RdKafka\Metadata\Collection";s:40:"231fcf339af4aff4061a7f20c08066c0964ffef0";s:26:"RdKafka\Metadata\Partition";s:40:"c1e5f71c1edf08bad5ee067fa6402c9af489fb2e";s:22:"RdKafka\Metadata\Topic";s:40:"f9c99dc25c2816a6a4d5a56d73390ff888623f0c";s:16:"RdKafka\Producer";s:40:"c213c074305d77ad17b57c26564415edc54f84a3";s:21:"RdKafka\ProducerTopic";s:40:"f11932f47422d8ea762ad3b5937714889e4406c4";s:13:"RdKafka\Queue";s:40:"193d6ded30b57e8b3d02430acf0e6ddaf2a6b6df";s:13:"RdKafka\Topic";s:40:"603675731c734b4946b217a283cbc3b5f910d340";s:17:"RdKafka\TopicConf";s:40:"8922650154cef6ebe185715ef28a5b2e9ee8aaeb";s:22:"RdKafka\TopicPartition";s:40:"e0845e1a3293858e936e7b65bdeed89594e42a11";s:22:"RecursiveArrayIterator";s:40:"4ba35c11534759798cf9d990500acadb6429ccbd";s:24:"RecursiveCachingIterator";s:40:"4ba35c11534759798cf9d990500acadb6429ccbd";s:31:"RecursiveCallbackFilterIterator";s:40:"4ba35c11534759798cf9d990500acadb6429ccbd";s:26:"RecursiveDirectoryIterator";s:40:"fd2e2d6272a63d5c390c22925f63d62961b97c97";s:23:"RecursiveFilterIterator";s:40:"4ba35c11534759798cf9d990500acadb6429ccbd";s:17:"RecursiveIterator";s:40:"4ba35c11534759798cf9d990500acadb6429ccbd";s:25:"RecursiveIteratorIterator";s:40:"4ba35c11534759798cf9d990500acadb6429ccbd";s:22:"RecursiveRegexIterator";s:40:"4ba35c11534759798cf9d990500acadb6429ccbd";s:21:"RecursiveTreeIterator";s:40:"4ba35c11534759798cf9d990500acadb6429ccbd";s:5:"Redis";s:40:"d6eadb53d5f13880eacad37ebaadbef4e7607254";s:10:"RedisArray";s:40:"36699deddbc21878f87a50a2d7ea13737cc8d198";s:12:"RedisCluster";s:40:"0a4ab065afa5729348b1a079fe6333391ec68c9c";s:21:"RedisClusterException";s:40:"0a4ab065afa5729348b1a079fe6333391ec68c9c";s:14:"RedisException";s:40:"d6eadb53d5f13880eacad37ebaadbef4e7607254";s:13:"RedisSentinel";s:40:"0d8a24997e59f6a37994cfbfa20158b19280a1db";s:10:"Reflection";s:40:"68077b536af4aa5196eac273f434e47658aaf94e";s:19:"ReflectionAttribute";s:40:"b709d53f6e670f2b46d3e336e7b880e76a16e859";s:15:"ReflectionClass";s:40:"1d83be4106d35b77be28cb9d2941e9e373877d14";s:23:"ReflectionClassConstant";s:40:"843497d3607843b4571ec2820267690de83ce6c3";s:18:"ReflectionConstant";s:40:"ab3ee01b5c18532e5b4e65d0e0b6799926656474";s:14:"ReflectionEnum";s:40:"ce831e32fb29ad577e50f3906306eec1b0594718";s:24:"ReflectionEnumBackedCase";s:40:"82c56b51b0586daf11004801d80bd8f315469e24";s:22:"ReflectionEnumUnitCase";s:40:"f5bdd977a6a076722dd42fbf4b8493aefe0fb934";s:19:"ReflectionException";s:40:"a51232970cc25ba8247f00c969b3e35d081ff6b0";s:19:"ReflectionExtension";s:40:"f2223cf573a006f92b2e9ad90b23c533eef8ac71";s:15:"ReflectionFiber";s:40:"b82a6bb1d731c6890b573e19a9908faf6d1d09cd";s:18:"ReflectionFunction";s:40:"ef6e7044057b4665d58dc2dae26e5f50f5bbd1e8";s:26:"ReflectionFunctionAbstract";s:40:"7bcbc7529b09af82a733bd05a6ed03bf2589a6de";s:19:"ReflectionGenerator";s:40:"833d8fd9031de7758482535e953db1b15818ced3";s:26:"ReflectionIntersectionType";s:40:"eeb0498f5f261a86763d3538d904a0c20dc84ccd";s:16:"ReflectionMethod";s:40:"88f38ec53eceff38a784b66d5d7e739a4f129b34";s:19:"ReflectionNamedType";s:40:"0ac2214f1b03d0241e6d2c74cf773d179d0c915b";s:16:"ReflectionObject";s:40:"85127e33bb1f13c4a3bd47328f9b857f797d501c";s:19:"ReflectionParameter";s:40:"433865ed4e207d8281b9eabffdd663fd2db6d54e";s:18:"ReflectionProperty";s:40:"e19cc2601077a484d411067b95bceb40aaeb1e6a";s:19:"ReflectionReference";s:40:"d7875977382696c1101bcb33f444a7ee0c467856";s:14:"ReflectionType";s:40:"7e984eb11e19033c0d91fe81ab82cbf9aaea48da";s:19:"ReflectionUnionType";s:40:"b56d84febf17ceaccfb93349c097858229acf128";s:23:"ReflectionZendExtension";s:40:"939f3dd46465bed1865df5ec0ed78d4b3f40a762";s:9:"Reflector";s:40:"174d7369ba68d58c2021a00cdddb427fdfcfb49f";s:13:"RegexIterator";s:40:"4ba35c11534759798cf9d990500acadb6429ccbd";s:13:"Relay\Cluster";s:40:"c4ed49be59d6f4f0328c3b6856e6c84afc2f1d00";s:11:"Relay\Event";s:40:"03d137cde9aec3cae829d8e1e35aab545462672b";s:19:"Relay\Event\Flushed";s:40:"8b91ed38ee80885d121b416956fe147f1555e8b2";s:23:"Relay\Event\Invalidated";s:40:"8b91ed38ee80885d121b416956fe147f1555e8b2";s:15:"Relay\Exception";s:40:"d1371477d125eda23b6a8d9d19c537f09fefde6a";s:11:"Relay\Relay";s:40:"51aa8b656a35aeed6adcc58cb2c6a9938e2a352c";s:14:"Relay\Sentinel";s:40:"b9c7bb6ad9a5cb450ce480ae58374ea6f8dfe323";s:11:"Relay\Table";s:40:"21ec3bccaa8ee1f75f189945365bee59bd30f719";s:25:"RequestParseBodyException";s:40:"97713db220652b648459337accd45972d86a9b4b";s:14:"ResourceBundle";s:40:"74babb61e12eab025bddb92088abb3971936125c";s:20:"ReturnTypeWillChange";s:40:"97713db220652b648459337accd45972d86a9b4b";s:16:"RuntimeException";s:40:"4ba35c11534759798cf9d990500acadb6429ccbd";s:4:"SNMP";s:40:"19b974f2a15083fec8a85f1c252fadd872f5cd33";s:13:"SNMPException";s:40:"19b974f2a15083fec8a85f1c252fadd872f5cd33";s:7:"SQLite3";s:40:"7da9944e9f6c6c55f4304caaba5f93e89af1815b";s:16:"SQLite3Exception";s:40:"7da9944e9f6c6c55f4304caaba5f93e89af1815b";s:13:"SQLite3Result";s:40:"7da9944e9f6c6c55f4304caaba5f93e89af1815b";s:11:"SQLite3Stmt";s:40:"7da9944e9f6c6c55f4304caaba5f93e89af1815b";s:14:"SQLiteDatabase";s:40:"b2519c6d4604ce5a8e8d16e88f6cddcb7e18b498";s:15:"SQLiteException";s:40:"b2519c6d4604ce5a8e8d16e88f6cddcb7e18b498";s:12:"SQLiteResult";s:40:"b2519c6d4604ce5a8e8d16e88f6cddcb7e18b498";s:16:"SQLiteUnbuffered";s:40:"b2519c6d4604ce5a8e8d16e88f6cddcb7e18b498";s:3:"SVM";s:40:"01880b07a3f386d9391ba8fec848d9f1da723098";s:8:"SVMModel";s:40:"89059ec65b9011b26069e0efaa56224e2618f338";s:9:"SWFAction";s:40:"685b0ae800ad85698151471e992d8aa8f1e8b23d";s:9:"SWFBitmap";s:40:"685b0ae800ad85698151471e992d8aa8f1e8b23d";s:9:"SWFButton";s:40:"685b0ae800ad85698151471e992d8aa8f1e8b23d";s:14:"SWFDisplayItem";s:40:"685b0ae800ad85698151471e992d8aa8f1e8b23d";s:7:"SWFFill";s:40:"685b0ae800ad85698151471e992d8aa8f1e8b23d";s:7:"SWFFont";s:40:"685b0ae800ad85698151471e992d8aa8f1e8b23d";s:11:"SWFFontChar";s:40:"685b0ae800ad85698151471e992d8aa8f1e8b23d";s:11:"SWFGradient";s:40:"685b0ae800ad85698151471e992d8aa8f1e8b23d";s:8:"SWFMorph";s:40:"685b0ae800ad85698151471e992d8aa8f1e8b23d";s:8:"SWFMovie";s:40:"685b0ae800ad85698151471e992d8aa8f1e8b23d";s:8:"SWFShape";s:40:"685b0ae800ad85698151471e992d8aa8f1e8b23d";s:8:"SWFSound";s:40:"685b0ae800ad85698151471e992d8aa8f1e8b23d";s:16:"SWFSoundInstance";s:40:"685b0ae800ad85698151471e992d8aa8f1e8b23d";s:9:"SWFSprite";s:40:"685b0ae800ad85698151471e992d8aa8f1e8b23d";s:7:"SWFText";s:40:"685b0ae800ad85698151471e992d8aa8f1e8b23d";s:12:"SWFTextField";s:40:"685b0ae800ad85698151471e992d8aa8f1e8b23d";s:14:"SWFVideoStream";s:40:"685b0ae800ad85698151471e992d8aa8f1e8b23d";s:20:"Saxon\SaxonProcessor";s:40:"9a157cdb8aecc584dcc5b4952499efa1c415ca09";s:21:"Saxon\SchemaValidator";s:40:"9a157cdb8aecc584dcc5b4952499efa1c415ca09";s:20:"Saxon\XPathProcessor";s:40:"9a157cdb8aecc584dcc5b4952499efa1c415ca09";s:21:"Saxon\XQueryProcessor";s:40:"9a157cdb8aecc584dcc5b4952499efa1c415ca09";s:20:"Saxon\XdmAtomicValue";s:40:"9a157cdb8aecc584dcc5b4952499efa1c415ca09";s:13:"Saxon\XdmItem";s:40:"9a157cdb8aecc584dcc5b4952499efa1c415ca09";s:13:"Saxon\XdmNode";s:40:"9a157cdb8aecc584dcc5b4952499efa1c415ca09";s:14:"Saxon\XdmValue";s:40:"9a157cdb8aecc584dcc5b4952499efa1c415ca09";s:21:"Saxon\Xslt30Processor";s:40:"9a157cdb8aecc584dcc5b4952499efa1c415ca09";s:19:"Saxon\XsltProcessor";s:40:"9a157cdb8aecc584dcc5b4952499efa1c415ca09";s:16:"SeekableIterator";s:40:"4ba35c11534759798cf9d990500acadb6429ccbd";s:18:"SensitiveParameter";s:40:"97713db220652b648459337accd45972d86a9b4b";s:23:"SensitiveParameterValue";s:40:"97713db220652b648459337accd45972d86a9b4b";s:12:"Serializable";s:40:"97713db220652b648459337accd45972d86a9b4b";s:14:"SessionHandler";s:40:"2a47b0e8d8baf873069866b422b787c8878a769d";s:23:"SessionHandlerInterface";s:40:"2a47b0e8d8baf873069866b422b787c8878a769d";s:18:"SessionIdInterface";s:40:"2a47b0e8d8baf873069866b422b787c8878a769d";s:38:"SessionUpdateTimestampHandlerInterface";s:40:"2a47b0e8d8baf873069866b422b787c8878a769d";s:5:"Shmop";s:40:"13e3e5cc0ea2a0b37f559971e2e4ae0bf4934d82";s:17:"SimdJsonException";s:40:"b390d9c2950df0669e6789946d6f70a6a2df2593";s:18:"SimdJsonValueError";s:40:"b390d9c2950df0669e6789946d6f70a6a2df2593";s:17:"SimpleKafkaClient";s:40:"9a67e2f8ffbcf6c556ef334d1e2e752bbc2bc41f";s:31:"SimpleKafkaClient\Configuration";s:40:"57f1fed79c84445b87909dd484b16245d9f39fe6";s:26:"SimpleKafkaClient\Consumer";s:40:"ee8961b7d9f98041dd8a78948ed682ccdf000927";s:31:"SimpleKafkaClient\ConsumerTopic";s:40:"a19871e7a08ea1aeac6eebcd453266a24321ff31";s:27:"SimpleKafkaClient\Exception";s:40:"5be1275a25e800c856c1c284c34641988d763241";s:37:"SimpleKafkaClient\KafkaErrorException";s:40:"b8a871357cdf12d4732298574f871624fe31e8e3";s:25:"SimpleKafkaClient\Message";s:40:"b35855e8e5c00ff563de7c827c106ce4c272d098";s:26:"SimpleKafkaClient\Metadata";s:40:"61166f696da3c7f031169efa1386dc306975205e";s:33:"SimpleKafkaClient\Metadata\Broker";s:40:"a0486ff060bce89e35331a2978a9d9ef08e19867";s:37:"SimpleKafkaClient\Metadata\Collection";s:40:"f6223fca099c9754ab40288285c7b5185aefbc4a";s:36:"SimpleKafkaClient\Metadata\Partition";s:40:"b72dccaa9badce04c50910bbe40064bc2a4cb14e";s:32:"SimpleKafkaClient\Metadata\Topic";s:40:"c8e4b689b5f3d563c9c789baca208d28c5d0dc68";s:26:"SimpleKafkaClient\Producer";s:40:"76e1835f4617301adda88b803f9331990463a549";s:31:"SimpleKafkaClient\ProducerTopic";s:40:"a19871e7a08ea1aeac6eebcd453266a24321ff31";s:23:"SimpleKafkaClient\Topic";s:40:"a19871e7a08ea1aeac6eebcd453266a24321ff31";s:32:"SimpleKafkaClient\TopicPartition";s:40:"a3beb197fc9d6064ad7a54ea7c438b29c45fb3b5";s:16:"SimpleXMLElement";s:40:"4e0e8e1406dffd31b3233a50d5533c9a5386b431";s:17:"SimpleXMLIterator";s:40:"4e0e8e1406dffd31b3233a50d5533c9a5386b431";s:10:"SoapClient";s:40:"0d07e4db5d5059c8ba6b0d6f96b26b43a27fb41f";s:9:"SoapFault";s:40:"0d07e4db5d5059c8ba6b0d6f96b26b43a27fb41f";s:10:"SoapHeader";s:40:"0d07e4db5d5059c8ba6b0d6f96b26b43a27fb41f";s:9:"SoapParam";s:40:"0d07e4db5d5059c8ba6b0d6f96b26b43a27fb41f";s:10:"SoapServer";s:40:"0d07e4db5d5059c8ba6b0d6f96b26b43a27fb41f";s:7:"SoapVar";s:40:"0d07e4db5d5059c8ba6b0d6f96b26b43a27fb41f";s:8:"Soap\Sdl";s:40:"780dcdd04be1f3365294aec2ed83689876f00293";s:8:"Soap\Url";s:40:"780dcdd04be1f3365294aec2ed83689876f00293";s:6:"Socket";s:40:"1977b0d929a124dc760727a2c5db152247bbf0c9";s:15:"SodiumException";s:40:"af8ac6e3352d95aa481408b5680cc3733f054992";s:10:"SolrClient";s:40:"50fe7292392f99eae8975a9b8103d5b3423b28df";s:19:"SolrClientException";s:40:"79039326b5a79e3d235364a62f5b5735ce82cf93";s:20:"SolrCollapseFunction";s:40:"7597530e72146960dbe8fe406faa4bd2d4e69cd4";s:15:"SolrDisMaxQuery";s:40:"fa02afc52decaabf495d92936030723b78e691a4";s:12:"SolrDocument";s:40:"376e1cfe83cad33e96bf08ce74102a8c6af4d817";s:17:"SolrDocumentField";s:40:"c2b09ece03d17bc41fa621fd8d6a4f1a60b809d6";s:13:"SolrException";s:40:"c0c8e1903fe3898224702274dd894af6368d4017";s:19:"SolrGenericResponse";s:40:"16f01b49d14b95d982e7baaff73f3a1372188f08";s:28:"SolrIllegalArgumentException";s:40:"69d8c988376a6cdb2e5aae22b8abfd4f7d1e0502";s:29:"SolrIllegalOperationException";s:40:"e0798a841a993af0949d84a7dac834b4aeec9cd1";s:17:"SolrInputDocument";s:40:"d4f4710d161bc20229f910e518c0f90e2541e469";s:38:"SolrMissingMandatoryParameterException";s:40:"f5fa1dcfd7755546522f83112107bc334230729c";s:20:"SolrModifiableParams";s:40:"1200f34810b539edf11a5cb475bfac15317b6fee";s:10:"SolrObject";s:40:"84eeaec646e7f6206b161787612813a276295272";s:10:"SolrParams";s:40:"689ae5eea1271db0f77f0e5cfb67a56441875fc2";s:16:"SolrPingResponse";s:40:"cee9e00a3331e9f565ba6d2e964131ed7f361395";s:9:"SolrQuery";s:40:"c37663b964ded3c0490ead5e0a238cc5531ebf4e";s:17:"SolrQueryResponse";s:40:"4b090223f5c3978d598be7d6b0691292ee675942";s:12:"SolrResponse";s:40:"fb57ecf51e84c7b50f42f3cf09236af2f30f04ed";s:19:"SolrServerException";s:40:"ecd1aee9e0c1997f086f439a4790ac2d1d030a0a";s:18:"SolrUpdateResponse";s:40:"0ca7d4db301994807dd0a26ebb0944dcdd90f7aa";s:9:"SolrUtils";s:40:"1812bb4b16c8a2d2067e1177c998a2a176e4840f";s:7:"SplBool";s:40:"b6df95776f81ca8e7be871b9247c59a2f36ce54b";s:19:"SplDoublyLinkedList";s:40:"fd2e2d6272a63d5c390c22925f63d62961b97c97";s:7:"SplEnum";s:40:"b6df95776f81ca8e7be871b9247c59a2f36ce54b";s:11:"SplFileInfo";s:40:"fd2e2d6272a63d5c390c22925f63d62961b97c97";s:13:"SplFileObject";s:40:"fd2e2d6272a63d5c390c22925f63d62961b97c97";s:13:"SplFixedArray";s:40:"fd2e2d6272a63d5c390c22925f63d62961b97c97";s:8:"SplFloat";s:40:"b6df95776f81ca8e7be871b9247c59a2f36ce54b";s:7:"SplHeap";s:40:"fd2e2d6272a63d5c390c22925f63d62961b97c97";s:6:"SplInt";s:40:"b6df95776f81ca8e7be871b9247c59a2f36ce54b";s:10:"SplMaxHeap";s:40:"fd2e2d6272a63d5c390c22925f63d62961b97c97";s:10:"SplMinHeap";s:40:"fd2e2d6272a63d5c390c22925f63d62961b97c97";s:16:"SplObjectStorage";s:40:"fd2e2d6272a63d5c390c22925f63d62961b97c97";s:11:"SplObserver";s:40:"fd2e2d6272a63d5c390c22925f63d62961b97c97";s:16:"SplPriorityQueue";s:40:"fd2e2d6272a63d5c390c22925f63d62961b97c97";s:8:"SplQueue";s:40:"fd2e2d6272a63d5c390c22925f63d62961b97c97";s:8:"SplStack";s:40:"fd2e2d6272a63d5c390c22925f63d62961b97c97";s:9:"SplString";s:40:"b6df95776f81ca8e7be871b9247c59a2f36ce54b";s:10:"SplSubject";s:40:"fd2e2d6272a63d5c390c22925f63d62961b97c97";s:17:"SplTempFileObject";s:40:"fd2e2d6272a63d5c390c22925f63d62961b97c97";s:7:"SplType";s:40:"b6df95776f81ca8e7be871b9247c59a2f36ce54b";s:12:"Spoofchecker";s:40:"74babb61e12eab025bddb92088abb3971936125c";s:5:"Stomp";s:40:"41a4aaf8e987f937b31c34c7ec01b4a5c00adc14";s:14:"StompException";s:40:"41a4aaf8e987f937b31c34c7ec01b4a5c00adc14";s:10:"StompFrame";s:40:"41a4aaf8e987f937b31c34c7ec01b4a5c00adc14";s:12:"StreamBucket";s:40:"d95c7b9075e0c91362d8cda9abd965342644b753";s:16:"StringBackedEnum";s:40:"97713db220652b648459337accd45972d86a9b4b";s:10:"Stringable";s:40:"97713db220652b648459337accd45972d86a9b4b";s:35:"StubTests\AbstractBaseStubsTestCase";s:40:"7992eff11aaafcc935c55237512e31a36afc6eb8";s:25:"StubTests\BaseClassesTest";s:40:"94d9d965ea37be6e57ec17ccabfa455eb161ae07";s:27:"StubTests\BaseConstantsTest";s:40:"1015749e68695ec005f1efd7e2d3cd612858abb6";s:23:"StubTests\BaseEnumsTest";s:40:"8267a1350ed636969cd8c811ee77745c132902af";s:27:"StubTests\BaseFunctionsTest";s:40:"b9a2a5611081746107b4b7c2948351f7a684239d";s:28:"StubTests\BaseInterfacesTest";s:40:"ca91c3c883f4c2199ab63282d125ff844cdae9af";s:26:"StubTests\CheckStubMapTest";s:40:"5a59078225fadf0837a9d2fcadcce430cdfa1982";s:38:"StubTests\CodeStyle\BracesOneLineFixer";s:40:"faa85862a70e0f0b1e49f5ea96e7e3421724fc63";s:28:"StubTests\Model\BasePHPClass";s:40:"49ece768b655e60f84f8225e374a5f815945ba59";s:30:"StubTests\Model\BasePHPElement";s:40:"6b420ba3752b94287b85f5a2f9913cab33f32934";s:27:"StubTests\Model\CommonUtils";s:40:"db405570162112b1ec1c6a829b08d7e5c0ee89ef";s:24:"StubTests\Model\PHPClass";s:40:"8dc1b57e4c415c55bab1c31b1ed06b52408220ee";s:32:"StubTests\Model\PHPClassConstant";s:40:"6bed7b73b9c3bfa9f9a19b7bbe22b55b21de9164";s:27:"StubTests\Model\PHPConstant";s:40:"766e4520a3f3e2fc6dc5e31cac1688652e45ab08";s:38:"StubTests\Model\PHPConstantDeclaration";s:40:"054f54a267093e4e5a4823a8d1c1e8a46aaf1399";s:33:"StubTests\Model\PHPDefineConstant";s:40:"2b219164e6380a79a4b876748ce550a76e1d8431";s:29:"StubTests\Model\PHPDocElement";s:40:"730568f4a175c1fa7ea2b1101ba552412675478f";s:23:"StubTests\Model\PHPEnum";s:40:"f708f95631a20369d3c78497dafa8ae9390ac8f3";s:27:"StubTests\Model\PHPEnumCase";s:40:"c5ac11587552aebf75732a192d3e1050b16f22f0";s:27:"StubTests\Model\PHPFunction";s:40:"cf1fdcdc6bf3c4a1d55f2778776bdad50f93c582";s:28:"StubTests\Model\PHPInterface";s:40:"6c8831d5ae8bf84005d65d59bff3e73e7e6ab0e1";s:25:"StubTests\Model\PHPMethod";s:40:"41a8b875447b812ca3c146e4714519687a4a979b";s:36:"StubTests\Model\PHPNamespacedElement";s:40:"a2845211d3645c56ab691c610b5b9d61b2464d6b";s:28:"StubTests\Model\PHPParameter";s:40:"0c13bce4a6d069c6d98732bf4f5266376c1b6dde";s:27:"StubTests\Model\PHPProperty";s:40:"9c096b9f92414b64df02e120a52007e59d09dd87";s:27:"StubTests\Model\PhpVersions";s:40:"375f0caaeea3c61f581bd9e9986eb040306a0c62";s:31:"StubTests\Model\StubProblemType";s:40:"8234c8ace425667ed09ab4587a8c4d3a5597968e";s:30:"StubTests\Model\StubsContainer";s:40:"7b8376edb54f8b92df14dda0b9d67dc4a92308d1";s:31:"StubTests\Model\Tags\RemovedTag";s:40:"4c6987698b98c47c04c7a7080d95a6aa8a47cb61";s:36:"StubTests\Parsers\DocFactoryProvider";s:40:"2c79573e14f129f5d96a8f739c0d5681782f98ad";s:47:"StubTests\Parsers\ExpectedFunctionArgumentsInfo";s:40:"39c8471720c0bf586734e4409d81151c23cee221";s:48:"StubTests\Parsers\MetaExpectedArgumentsCollector";s:40:"948a56b029bc817897b47efb3009478c5cb59ab0";s:37:"StubTests\Parsers\PHPReflectionParser";s:40:"eaa129300aab83cdc09c2d9a5ae3e08704720a1b";s:29:"StubTests\Parsers\ParserUtils";s:40:"bfc9d5f80a973803e79d99cc084f7dd6f66d85fb";s:41:"StubTests\Parsers\StubsParserErrorHandler";s:40:"28b69621685c3c1b53ff79125db1d29e176bf90a";s:45:"StubTests\Parsers\Visitors\CoreStubASTVisitor";s:40:"8ffd1a522bc3d0c9748fe43dcd6d1cda89b24d0d";s:54:"StubTests\Parsers\Visitors\MetaOverrideFunctionsParser";s:40:"71871adc841518eb660d1e812d16ca5a3444c096";s:42:"StubTests\Parsers\Visitors\ParentConnector";s:40:"9fb9e32cd751d057f6737b127e7e21e18d2ca07d";s:43:"StubTests\StubsCompositeMixedReturnTypeTest";s:40:"890f1e2921da67a9ce216e182d9b62658aae5e95";s:47:"StubTests\StubsConstantsAndParametersValuesTest";s:40:"52f405294b6bc1db92e5d31d92cb7f6eb50c87b7";s:37:"StubTests\StubsForbiddenTypeHintsTest";s:40:"a5e631c61513125882c3f63b2f1422c6fddb6aa5";s:40:"StubTests\StubsMetaExpectedArgumentsTest";s:40:"cbc22f1aef48350aca6178fcaf96e78c3b51c5b4";s:34:"StubTests\StubsMetaInternalTagTest";s:40:"c04c59c2bac7a246b0d6719fbc974aab4a48cffe";s:33:"StubTests\StubsParameterNamesTest";s:40:"38006311fb15f50b9d59508c900529316432acf9";s:25:"StubTests\StubsPhp81Tests";s:40:"4afcd8e09d26dddba80d8b9753e1c197e2c8ecfd";s:25:"StubTests\StubsPhpDocTest";s:40:"adc73c97c3cb391cd3fe199be9da3405d4294308";s:36:"StubTests\StubsReflectionClassesTest";s:40:"6b509b1e95a844ea18defca69c8abdb4923cb596";s:28:"StubTests\StubsStructureTest";s:40:"885831c8853abb604a94f909c3aeabb0b514e621";s:28:"StubTests\StubsTypeHintsTest";s:40:"60374854e4943259cae7a0da4e644482f94e9798";s:43:"StubTests\TestData\Providers\EntitiesFilter";s:40:"b0a9a87d38f4687c60d47cfcd4f26e298712cec6";s:51:"StubTests\TestData\Providers\PhpStormStubsSingleton";s:40:"b2dea15325f49705d3e2656e5bd87fd9976cce12";s:53:"StubTests\TestData\Providers\ReflectionStubsSingleton";s:40:"cac7a0f318a928792fdd9bc9de08f70983f87498";s:74:"StubTests\TestData\Providers\Reflection\ReflectionClassesTestDataProviders";s:40:"4514d1f1637189e6d17943e1b83934d672e2238b";s:67:"StubTests\TestData\Providers\Reflection\ReflectionConstantsProvider";s:40:"d6100657b93d340f4294666a5db0b0c98d05d93b";s:67:"StubTests\TestData\Providers\Reflection\ReflectionFunctionsProvider";s:40:"9750c3619e325f32580ae7e8d062e34c4055ba1e";s:65:"StubTests\TestData\Providers\Reflection\ReflectionMethodsProvider";s:40:"d6336a9cb3404cb1c219e513f63e058e124ec9aa";s:68:"StubTests\TestData\Providers\Reflection\ReflectionParametersProvider";s:40:"d85ec33e7ba7896b2305c2f507bcd92877bc1d27";s:68:"StubTests\TestData\Providers\Reflection\ReflectionPropertiesProvider";s:40:"0e5d8eaf7d6ae171db35e061e303a492de8430c6";s:55:"StubTests\TestData\Providers\Stubs\PhpCoreStubsProvider";s:40:"a987a92ae5571c405417bdde2b523fbd3f89cf26";s:56:"StubTests\TestData\Providers\Stubs\StubConstantsProvider";s:40:"c8c5ca751071fc7e3fed47721987dbd9bc85334b";s:54:"StubTests\TestData\Providers\Stubs\StubMethodsProvider";s:40:"d837bbc84cb8e75c78e5b316db03df3f156df9b8";s:62:"StubTests\TestData\Providers\Stubs\StubsCompositeMixedProvider";s:40:"e65aeb2e3a65729bafd991b4d442c85eac9d8cfa";s:58:"StubTests\TestData\Providers\Stubs\StubsParametersProvider";s:40:"51d45e07947655dd50edbe2fd3f5a6951f5244df";s:57:"StubTests\TestData\Providers\Stubs\StubsTestDataProviders";s:40:"d13847dd8b508ecf33e9199016bb36fa54d5e51f";s:31:"StubTests\Tools\ModelAutoloader";s:40:"b182ed3e51d924dd6fae8b31a110e028bdeeefd6";s:3:"Svn";s:40:"f45d3e7516e57c6d440f940064ba614d26920e21";s:7:"SvnNode";s:40:"f45d3e7516e57c6d440f940064ba614d26920e21";s:5:"SvnWc";s:40:"f45d3e7516e57c6d440f940064ba614d26920e21";s:13:"SvnWcSchedule";s:40:"f45d3e7516e57c6d440f940064ba614d26920e21";s:13:"Swoole\Atomic";s:40:"fe682a0e27580525b3a64a7e7ab2a76f63273084";s:18:"Swoole\Atomic\Long";s:40:"60949502068e949f01e6177a170c883a357159e4";s:13:"Swoole\Client";s:40:"94629d1ef704f331f0edbc28255124b1aa50d367";s:23:"Swoole\Client\Exception";s:40:"99fd9bcd509d62ade1d5a914a0abb433166f3a1c";s:26:"Swoole\Connection\Iterator";s:40:"92f2112c8b50e4b1d03ed70e2fb75ac714b3ebeb";s:16:"Swoole\Coroutine";s:40:"db6e58ebe5ff4ff6307cb6e073fce54d31b8b6fd";s:24:"Swoole\Coroutine\Channel";s:40:"b77e7ad1e4dfc72c218da42140797abf33fd13e5";s:23:"Swoole\Coroutine\Client";s:40:"cb981c603367abe2268ff96444ac0568272b718e";s:24:"Swoole\Coroutine\Context";s:40:"5ae09dce52f68a66b1c301fb9574848d0a576726";s:31:"Swoole\Coroutine\Curl\Exception";s:40:"73a4ac295c81506b5b244eb00d5c974a719ffddf";s:29:"Swoole\Coroutine\Http2\Client";s:40:"c1a5391ac922fac9782387808323115106c7d09d";s:39:"Swoole\Coroutine\Http2\Client\Exception";s:40:"7fcc25a0464846f1e0c9b00d1299d7a409cd6b12";s:28:"Swoole\Coroutine\Http\Client";s:40:"a0da6c6b33eeea7be40291117796c9be2efa5c45";s:38:"Swoole\Coroutine\Http\Client\Exception";s:40:"e458add7131a5ee1651c2f51b9d9d2e1289e7bf7";s:28:"Swoole\Coroutine\Http\Server";s:40:"0dcc3c4a071c8db0395c0e79a5fffe81051c9fe7";s:25:"Swoole\Coroutine\Iterator";s:40:"a3c6cb232122b786703f434a25ee30deeb06a8b0";s:22:"Swoole\Coroutine\MySQL";s:40:"081311efdd7a4d7f69575efb01a6132b6c01c95a";s:32:"Swoole\Coroutine\MySQL\Exception";s:40:"67d01cc8465ab5c8d91f32fccc62b2da65f3c122";s:32:"Swoole\Coroutine\MySQL\Statement";s:40:"e7ba5351aa7ad1e4b2e2a3eda1e3cbad8ee124be";s:22:"Swoole\Coroutine\Redis";s:40:"41256713927847662d81405dab6697c2bbc784fa";s:26:"Swoole\Coroutine\Scheduler";s:40:"bd2d2e6f5ed7532f5d494dbc3f6065aca2fa4b0c";s:23:"Swoole\Coroutine\Socket";s:40:"8d6473f93cf606ec5d727663e4a9ead60589ec42";s:33:"Swoole\Coroutine\Socket\Exception";s:40:"a170e883f4abffe19ef64914333cd3686f0558bf";s:23:"Swoole\Coroutine\System";s:40:"7e63b3cbf2278c1eab5745041e5c97ff1adb8599";s:12:"Swoole\Error";s:40:"cc5ea556b2d97fcc035fa4f1bd2d61f191deeea9";s:12:"Swoole\Event";s:40:"4132bd08aa08c1ee28c83273c31da6622d12036f";s:16:"Swoole\Exception";s:40:"f0fecd42b5a0293d4e2d6961fea4ddbc94b42a97";s:20:"Swoole\ExitException";s:40:"1733473eadfe63984c5f96e4a5e936b04d4132dc";s:20:"Swoole\Http2\Request";s:40:"d2cd3cd05129829ed404e4028dc6ab5462d587bb";s:21:"Swoole\Http2\Response";s:40:"b9bddddba7c3c4a47496a8b4bbf8b9b7dd4851c4";s:19:"Swoole\Http\Request";s:40:"21ca7939f17153442ced0fe774944f953ed24095";s:20:"Swoole\Http\Response";s:40:"adcdd6d70fe8fefca3b2bd394f7325da0400202d";s:18:"Swoole\Http\Server";s:40:"3680f96b65fbe9607bf0a7aedc44b69257531678";s:11:"Swoole\Lock";s:40:"1eced8fdce3de727cce542dfe95e8fca2006d71d";s:14:"Swoole\Process";s:40:"a97d54936b7515911a9aed2090bbf5f3e42c7a87";s:19:"Swoole\Process\Pool";s:40:"84acddaebcb87668e62e1936480bf1a96928d448";s:19:"Swoole\Redis\Server";s:40:"d3218464c2c4f9552496ce5b003f1af8d2ee9852";s:14:"Swoole\Runtime";s:40:"d21cea711c7d15d840c1a190e5730feb2a69654e";s:13:"Swoole\Server";s:40:"2f0a27b05c80a5dd4b2da1a7c41375d8fb31ca61";s:19:"Swoole\Server\Event";s:40:"43d8d2612bb05ac287f37ae0a036694e5d589bd2";s:20:"Swoole\Server\Packet";s:40:"7a336830eb846fee71864c1260aa40fa191005d5";s:25:"Swoole\Server\PipeMessage";s:40:"70538cb2c170ca6ef091ef8428f5fcb63f9d6f80";s:18:"Swoole\Server\Port";s:40:"1c5e392702dc3320b9ec7bb6a8563570f05afce2";s:24:"Swoole\Server\StatusInfo";s:40:"16e071d9a4d0768411012b6acd1b7c871a3cd2b2";s:18:"Swoole\Server\Task";s:40:"2cbe6055fe511e2d36983abdbf601f2931514676";s:24:"Swoole\Server\TaskResult";s:40:"c916f4b84e42b717fd94fb535605d3866aec81c3";s:12:"Swoole\Table";s:40:"f9e3d68265244fc38cf9958a24c94483e7208864";s:12:"Swoole\Timer";s:40:"507fa3871460f824b6d9fd7e47be52ac77de488b";s:21:"Swoole\Timer\Iterator";s:40:"007096b956b7e5c5f408d9b71a4a6d6bed0cdd1d";s:27:"Swoole\WebSocket\CloseFrame";s:40:"459ff3d7b70c2ac142617695e8bb633cc725f2e3";s:22:"Swoole\WebSocket\Frame";s:40:"69b071bf3f8918d926e8bf133431a4bdb7f8632d";s:23:"Swoole\WebSocket\Server";s:40:"437d9c484f13d7751aaffa23410a59f35edf7b8b";s:9:"SyncEvent";s:40:"dfa82443b332fa9c38d508ab51a7c990a4f31fcb";s:9:"SyncMutex";s:40:"dfa82443b332fa9c38d508ab51a7c990a4f31fcb";s:16:"SyncReaderWriter";s:40:"dfa82443b332fa9c38d508ab51a7c990a4f31fcb";s:13:"SyncSemaphore";s:40:"dfa82443b332fa9c38d508ab51a7c990a4f31fcb";s:16:"SyncSharedMemory";s:40:"dfa82443b332fa9c38d508ab51a7c990a4f31fcb";s:16:"SysvMessageQueue";s:40:"36dfa2efbb776229a0d5908fc4868e2d7d8e3f88";s:13:"SysvSemaphore";s:40:"de3a9e1866fa7ac1aa70aa6d25d4e94a4f71fad5";s:16:"SysvSharedMemory";s:40:"6815b8dc6dcfa908b4615d709056daf7d1923d9d";s:6:"Thread";s:40:"baccd65f9b66b79274b3c81720f69d1180499c69";s:8:"Threaded";s:40:"baccd65f9b66b79274b3c81720f69d1180499c69";s:9:"Throwable";s:40:"97713db220652b648459337accd45972d86a9b4b";s:14:"Transliterator";s:40:"74babb61e12eab025bddb92088abb3971936125c";s:11:"Traversable";s:40:"97713db220652b648459337accd45972d86a9b4b";s:9:"TypeError";s:40:"97713db220652b648459337accd45972d86a9b4b";s:10:"UConverter";s:40:"74babb61e12eab025bddb92088abb3971936125c";s:2:"UV";s:40:"e7a17b417cd26b3d2333dccaafad6ff6596cc4a6";s:10:"UVAddrinfo";s:40:"e7a17b417cd26b3d2333dccaafad6ff6596cc4a6";s:7:"UVAsync";s:40:"e7a17b417cd26b3d2333dccaafad6ff6596cc4a6";s:7:"UVCheck";s:40:"e7a17b417cd26b3d2333dccaafad6ff6596cc4a6";s:4:"UVFs";s:40:"e7a17b417cd26b3d2333dccaafad6ff6596cc4a6";s:9:"UVFsEvent";s:40:"e7a17b417cd26b3d2333dccaafad6ff6596cc4a6";s:8:"UVFsPoll";s:40:"e7a17b417cd26b3d2333dccaafad6ff6596cc4a6";s:6:"UVIdle";s:40:"e7a17b417cd26b3d2333dccaafad6ff6596cc4a6";s:6:"UVLock";s:40:"e7a17b417cd26b3d2333dccaafad6ff6596cc4a6";s:6:"UVLoop";s:40:"e7a17b417cd26b3d2333dccaafad6ff6596cc4a6";s:6:"UVPipe";s:40:"e7a17b417cd26b3d2333dccaafad6ff6596cc4a6";s:6:"UVPoll";s:40:"e7a17b417cd26b3d2333dccaafad6ff6596cc4a6";s:9:"UVPrepare";s:40:"e7a17b417cd26b3d2333dccaafad6ff6596cc4a6";s:9:"UVProcess";s:40:"e7a17b417cd26b3d2333dccaafad6ff6596cc4a6";s:8:"UVSignal";s:40:"e7a17b417cd26b3d2333dccaafad6ff6596cc4a6";s:10:"UVSockAddr";s:40:"e7a17b417cd26b3d2333dccaafad6ff6596cc4a6";s:14:"UVSockAddrIPv4";s:40:"e7a17b417cd26b3d2333dccaafad6ff6596cc4a6";s:14:"UVSockAddrIPv6";s:40:"e7a17b417cd26b3d2333dccaafad6ff6596cc4a6";s:7:"UVStdio";s:40:"e7a17b417cd26b3d2333dccaafad6ff6596cc4a6";s:8:"UVStream";s:40:"e7a17b417cd26b3d2333dccaafad6ff6596cc4a6";s:5:"UVTcp";s:40:"e7a17b417cd26b3d2333dccaafad6ff6596cc4a6";s:7:"UVTimer";s:40:"e7a17b417cd26b3d2333dccaafad6ff6596cc4a6";s:5:"UVTty";s:40:"e7a17b417cd26b3d2333dccaafad6ff6596cc4a6";s:5:"UVUdp";s:40:"e7a17b417cd26b3d2333dccaafad6ff6596cc4a6";s:6:"UVWork";s:40:"e7a17b417cd26b3d2333dccaafad6ff6596cc4a6";s:18:"UnderflowException";s:40:"4ba35c11534759798cf9d990500acadb6429ccbd";s:24:"UnexpectedValueException";s:40:"4ba35c11534759798cf9d990500acadb6429ccbd";s:19:"UnhandledMatchError";s:40:"97713db220652b648459337accd45972d86a9b4b";s:8:"UnitEnum";s:40:"97713db220652b648459337accd45972d86a9b4b";s:4:"V8Js";s:40:"bcd9e3b39974b9d977936a734c96cd6e23ad573e";s:24:"V8JsMemoryLimitException";s:40:"bcd9e3b39974b9d977936a734c96cd6e23ad573e";s:19:"V8JsScriptException";s:40:"bcd9e3b39974b9d977936a734c96cd6e23ad573e";s:22:"V8JsTimeLimitException";s:40:"bcd9e3b39974b9d977936a734c96cd6e23ad573e";s:7:"VARIANT";s:40:"d10349bd25142026d4a08358ff1d830749f32869";s:10:"ValueError";s:40:"97713db220652b648459337accd45972d86a9b4b";s:8:"Volatile";s:40:"baccd65f9b66b79274b3c81720f69d1180499c69";s:19:"Vtiful\Kernel\Excel";s:40:"2b74235eb6ea546700eeb26319ab2ec7389c52e2";s:20:"Vtiful\Kernel\Format";s:40:"2b74235eb6ea546700eeb26319ab2ec7389c52e2";s:7:"WeakMap";s:40:"97713db220652b648459337accd45972d86a9b4b";s:13:"WeakReference";s:40:"97713db220652b648459337accd45972d86a9b4b";s:6:"Worker";s:40:"baccd65f9b66b79274b3c81720f69d1180499c69";s:9:"XMLParser";s:40:"03200037a52282fceaaeaf78e3abc26a942597ef";s:9:"XMLReader";s:40:"36e379ae3ebaba2c6b61b67df17b35f4728dcc5d";s:9:"XMLWriter";s:40:"12bafce0c28114ddc01d1947675ac3338ead5b90";s:13:"XSLTProcessor";s:40:"a09dd998a657d2bacddd096be2b13d0e1102db88";s:5:"XXTEA";s:40:"d6ed4a4ba5471cba6aa938e513806b233e820fe4";s:19:"Yaf\Action_Abstract";s:40:"1550910f65045fe8b8e25af509ca5aa88347751d";s:15:"Yaf\Application";s:40:"1550910f65045fe8b8e25af509ca5aa88347751d";s:22:"Yaf\Bootstrap_Abstract";s:40:"1550910f65045fe8b8e25af509ca5aa88347751d";s:14:"Yaf\Config\Ini";s:40:"1550910f65045fe8b8e25af509ca5aa88347751d";s:17:"Yaf\Config\Simple";s:40:"1550910f65045fe8b8e25af509ca5aa88347751d";s:19:"Yaf\Config_Abstract";s:40:"1550910f65045fe8b8e25af509ca5aa88347751d";s:23:"Yaf\Controller_Abstract";s:40:"1550910f65045fe8b8e25af509ca5aa88347751d";s:14:"Yaf\Dispatcher";s:40:"1550910f65045fe8b8e25af509ca5aa88347751d";s:13:"Yaf\Exception";s:40:"1550910f65045fe8b8e25af509ca5aa88347751d";s:28:"Yaf\Exception\DispatchFailed";s:40:"1550910f65045fe8b8e25af509ca5aa88347751d";s:24:"Yaf\Exception\LoadFailed";s:40:"1550910f65045fe8b8e25af509ca5aa88347751d";s:31:"Yaf\Exception\LoadFailed\Action";s:40:"1550910f65045fe8b8e25af509ca5aa88347751d";s:35:"Yaf\Exception\LoadFailed\Controller";s:40:"1550910f65045fe8b8e25af509ca5aa88347751d";s:31:"Yaf\Exception\LoadFailed\Module";s:40:"1550910f65045fe8b8e25af509ca5aa88347751d";s:29:"Yaf\Exception\LoadFailed\View";s:40:"1550910f65045fe8b8e25af509ca5aa88347751d";s:26:"Yaf\Exception\RouterFailed";s:40:"1550910f65045fe8b8e25af509ca5aa88347751d";s:26:"Yaf\Exception\StartupError";s:40:"1550910f65045fe8b8e25af509ca5aa88347751d";s:23:"Yaf\Exception\TypeError";s:40:"1550910f65045fe8b8e25af509ca5aa88347751d";s:10:"Yaf\Loader";s:40:"1550910f65045fe8b8e25af509ca5aa88347751d";s:19:"Yaf\Plugin_Abstract";s:40:"1550910f65045fe8b8e25af509ca5aa88347751d";s:12:"Yaf\Registry";s:40:"1550910f65045fe8b8e25af509ca5aa88347751d";s:16:"Yaf\Request\Http";s:40:"1550910f65045fe8b8e25af509ca5aa88347751d";s:18:"Yaf\Request\Simple";s:40:"1550910f65045fe8b8e25af509ca5aa88347751d";s:20:"Yaf\Request_Abstract";s:40:"1550910f65045fe8b8e25af509ca5aa88347751d";s:16:"Yaf\Response\Cli";s:40:"1550910f65045fe8b8e25af509ca5aa88347751d";s:17:"Yaf\Response\Http";s:40:"1550910f65045fe8b8e25af509ca5aa88347751d";s:21:"Yaf\Response_Abstract";s:40:"1550910f65045fe8b8e25af509ca5aa88347751d";s:13:"Yaf\Route\Map";s:40:"1550910f65045fe8b8e25af509ca5aa88347751d";s:15:"Yaf\Route\Regex";s:40:"1550910f65045fe8b8e25af509ca5aa88347751d";s:17:"Yaf\Route\Rewrite";s:40:"1550910f65045fe8b8e25af509ca5aa88347751d";s:16:"Yaf\Route\Simple";s:40:"1550910f65045fe8b8e25af509ca5aa88347751d";s:18:"Yaf\Route\Supervar";s:40:"1550910f65045fe8b8e25af509ca5aa88347751d";s:19:"Yaf\Route_Interface";s:40:"1550910f65045fe8b8e25af509ca5aa88347751d";s:16:"Yaf\Route_Static";s:40:"1550910f65045fe8b8e25af509ca5aa88347751d";s:10:"Yaf\Router";s:40:"1550910f65045fe8b8e25af509ca5aa88347751d";s:11:"Yaf\Session";s:40:"1550910f65045fe8b8e25af509ca5aa88347751d";s:15:"Yaf\View\Simple";s:40:"1550910f65045fe8b8e25af509ca5aa88347751d";s:18:"Yaf\View_Interface";s:40:"1550910f65045fe8b8e25af509ca5aa88347751d";s:19:"Yaf_Action_Abstract";s:40:"2b755b30b759eae2abbee84943f0cda505b02621";s:15:"Yaf_Application";s:40:"2b755b30b759eae2abbee84943f0cda505b02621";s:22:"Yaf_Bootstrap_Abstract";s:40:"2b755b30b759eae2abbee84943f0cda505b02621";s:19:"Yaf_Config_Abstract";s:40:"2b755b30b759eae2abbee84943f0cda505b02621";s:14:"Yaf_Config_Ini";s:40:"2b755b30b759eae2abbee84943f0cda505b02621";s:17:"Yaf_Config_Simple";s:40:"2b755b30b759eae2abbee84943f0cda505b02621";s:23:"Yaf_Controller_Abstract";s:40:"2b755b30b759eae2abbee84943f0cda505b02621";s:14:"Yaf_Dispatcher";s:40:"2b755b30b759eae2abbee84943f0cda505b02621";s:13:"Yaf_Exception";s:40:"2b755b30b759eae2abbee84943f0cda505b02621";s:28:"Yaf_Exception_DispatchFailed";s:40:"2b755b30b759eae2abbee84943f0cda505b02621";s:24:"Yaf_Exception_LoadFailed";s:40:"2b755b30b759eae2abbee84943f0cda505b02621";s:31:"Yaf_Exception_LoadFailed_Action";s:40:"2b755b30b759eae2abbee84943f0cda505b02621";s:35:"Yaf_Exception_LoadFailed_Controller";s:40:"2b755b30b759eae2abbee84943f0cda505b02621";s:31:"Yaf_Exception_LoadFailed_Module";s:40:"2b755b30b759eae2abbee84943f0cda505b02621";s:29:"Yaf_Exception_LoadFailed_View";s:40:"2b755b30b759eae2abbee84943f0cda505b02621";s:26:"Yaf_Exception_RouterFailed";s:40:"2b755b30b759eae2abbee84943f0cda505b02621";s:26:"Yaf_Exception_StartupError";s:40:"2b755b30b759eae2abbee84943f0cda505b02621";s:23:"Yaf_Exception_TypeError";s:40:"2b755b30b759eae2abbee84943f0cda505b02621";s:10:"Yaf_Loader";s:40:"2b755b30b759eae2abbee84943f0cda505b02621";s:19:"Yaf_Plugin_Abstract";s:40:"2b755b30b759eae2abbee84943f0cda505b02621";s:12:"Yaf_Registry";s:40:"2b755b30b759eae2abbee84943f0cda505b02621";s:20:"Yaf_Request_Abstract";s:40:"2b755b30b759eae2abbee84943f0cda505b02621";s:16:"Yaf_Request_Http";s:40:"2b755b30b759eae2abbee84943f0cda505b02621";s:18:"Yaf_Request_Simple";s:40:"2b755b30b759eae2abbee84943f0cda505b02621";s:21:"Yaf_Response_Abstract";s:40:"2b755b30b759eae2abbee84943f0cda505b02621";s:16:"Yaf_Response_Cli";s:40:"2b755b30b759eae2abbee84943f0cda505b02621";s:17:"Yaf_Response_Http";s:40:"2b755b30b759eae2abbee84943f0cda505b02621";s:19:"Yaf_Route_Interface";s:40:"2b755b30b759eae2abbee84943f0cda505b02621";s:13:"Yaf_Route_Map";s:40:"2b755b30b759eae2abbee84943f0cda505b02621";s:15:"Yaf_Route_Regex";s:40:"2b755b30b759eae2abbee84943f0cda505b02621";s:17:"Yaf_Route_Rewrite";s:40:"2b755b30b759eae2abbee84943f0cda505b02621";s:16:"Yaf_Route_Simple";s:40:"2b755b30b759eae2abbee84943f0cda505b02621";s:16:"Yaf_Route_Static";s:40:"2b755b30b759eae2abbee84943f0cda505b02621";s:18:"Yaf_Route_Supervar";s:40:"2b755b30b759eae2abbee84943f0cda505b02621";s:10:"Yaf_Router";s:40:"2b755b30b759eae2abbee84943f0cda505b02621";s:11:"Yaf_Session";s:40:"2b755b30b759eae2abbee84943f0cda505b02621";s:18:"Yaf_View_Interface";s:40:"2b755b30b759eae2abbee84943f0cda505b02621";s:15:"Yaf_View_Simple";s:40:"2b755b30b759eae2abbee84943f0cda505b02621";s:10:"Yar_Client";s:40:"874afabc317829e582df5f40863ab654ae471844";s:20:"Yar_Client_Exception";s:40:"874afabc317829e582df5f40863ab654ae471844";s:29:"Yar_Client_Packager_Exception";s:40:"874afabc317829e582df5f40863ab654ae471844";s:29:"Yar_Client_Protocol_Exception";s:40:"874afabc317829e582df5f40863ab654ae471844";s:30:"Yar_Client_Transport_Exception";s:40:"874afabc317829e582df5f40863ab654ae471844";s:21:"Yar_Concurrent_Client";s:40:"874afabc317829e582df5f40863ab654ae471844";s:10:"Yar_Server";s:40:"874afabc317829e582df5f40863ab654ae471844";s:20:"Yar_Server_Exception";s:40:"874afabc317829e582df5f40863ab654ae471844";s:27:"Yar_Server_Output_Exception";s:40:"874afabc317829e582df5f40863ab654ae471844";s:29:"Yar_Server_Packager_Exception";s:40:"874afabc317829e582df5f40863ab654ae471844";s:29:"Yar_Server_Protocol_Exception";s:40:"874afabc317829e582df5f40863ab654ae471844";s:28:"Yar_Server_Request_Exception";s:40:"874afabc317829e582df5f40863ab654ae471844";s:3:"ZMQ";s:40:"981c22d217dff19f60a08cdab2fa1ae4f1abe296";s:10:"ZMQContext";s:40:"981c22d217dff19f60a08cdab2fa1ae4f1abe296";s:19:"ZMQContextException";s:40:"981c22d217dff19f60a08cdab2fa1ae4f1abe296";s:9:"ZMQDevice";s:40:"981c22d217dff19f60a08cdab2fa1ae4f1abe296";s:18:"ZMQDeviceException";s:40:"981c22d217dff19f60a08cdab2fa1ae4f1abe296";s:12:"ZMQException";s:40:"981c22d217dff19f60a08cdab2fa1ae4f1abe296";s:7:"ZMQPoll";s:40:"981c22d217dff19f60a08cdab2fa1ae4f1abe296";s:16:"ZMQPollException";s:40:"981c22d217dff19f60a08cdab2fa1ae4f1abe296";s:9:"ZMQSocket";s:40:"981c22d217dff19f60a08cdab2fa1ae4f1abe296";s:18:"ZMQSocketException";s:40:"981c22d217dff19f60a08cdab2fa1ae4f1abe296";s:11:"ZendAPI_Job";s:40:"87559772afb542e99490c37e4c9e85f6aa864238";s:13:"ZendAPI_Queue";s:40:"87559772afb542e99490c37e4c9e85f6aa864238";s:10:"ZipArchive";s:40:"fda326ee523ebe51714374126fcf9e25220edbe9";s:9:"Zookeeper";s:40:"e8b368b6f87d378be5bf941bff6e87426dc12f01";s:32:"ZookeeperAuthenticationException";s:40:"e8b368b6f87d378be5bf941bff6e87426dc12f01";s:28:"ZookeeperConnectionException";s:40:"e8b368b6f87d378be5bf941bff6e87426dc12f01";s:18:"ZookeeperException";s:40:"e8b368b6f87d378be5bf941bff6e87426dc12f01";s:29:"ZookeeperMarshallingException";s:40:"e8b368b6f87d378be5bf941bff6e87426dc12f01";s:24:"ZookeeperNoNodeException";s:40:"e8b368b6f87d378be5bf941bff6e87426dc12f01";s:34:"ZookeeperOperationTimeoutException";s:40:"e8b368b6f87d378be5bf941bff6e87426dc12f01";s:25:"ZookeeperSessionException";s:40:"e8b368b6f87d378be5bf941bff6e87426dc12f01";s:22:"__PHP_Incomplete_Class";s:40:"d95c7b9075e0c91362d8cda9abd965342644b753";s:46:"___PHPSTORM_HELPERS\PS_UNRESERVE_PREFIX_static";s:40:"ae7b36806d57cbd71deccc72594c9008ba743543";s:44:"___PHPSTORM_HELPERS\PS_UNRESERVE_PREFIX_this";s:40:"ae7b36806d57cbd71deccc72594c9008ba743543";s:26:"___PHPSTORM_HELPERS\object";s:40:"ae7b36806d57cbd71deccc72594c9008ba743543";s:12:"ast\Metadata";s:40:"bcd6748531866fcf6c2c3c8028a903bfa3328b3b";s:8:"ast\Node";s:40:"bcd6748531866fcf6c2c3c8028a903bfa3328b3b";s:8:"classObj";s:40:"7c378f39cd9e3817c7fd54f2c938cbbcc5a4cb60";s:10:"clusterObj";s:40:"7c378f39cd9e3817c7fd54f2c938cbbcc5a4cb60";s:8:"colorObj";s:40:"7c378f39cd9e3817c7fd54f2c938cbbcc5a4cb60";s:13:"com_exception";s:40:"d10349bd25142026d4a08358ff1d830749f32869";s:8:"errorObj";s:40:"7c378f39cd9e3817c7fd54f2c938cbbcc5a4cb60";s:19:"ffmpeg_animated_gif";s:40:"f54b5eb465e5550fcf737c8af3ff946467177794";s:12:"ffmpeg_frame";s:40:"f54b5eb465e5550fcf737c8af3ff946467177794";s:12:"ffmpeg_movie";s:40:"f54b5eb465e5550fcf737c8af3ff946467177794";s:5:"finfo";s:40:"f0e71ad2eefdb2f8eef9295792b9fadc06ce10ec";s:5:"gnupg";s:40:"95cf8547123d3a59bc49608eaf724a4a0b62da6d";s:21:"gnupg_keylistiterator";s:40:"95cf8547123d3a59bc49608eaf724a4a0b62da6d";s:7:"gridObj";s:40:"7c378f39cd9e3817c7fd54f2c938cbbcc5a4cb60";s:12:"hashTableObj";s:40:"7c378f39cd9e3817c7fd54f2c938cbbcc5a4cb60";s:11:"http\Client";s:40:"f85b1a24b825437e37e6af59271c6b5efc5da659";s:21:"http\Client\Curl\User";s:40:"f85b1a24b825437e37e6af59271c6b5efc5da659";s:19:"http\Client\Request";s:40:"f85b1a24b825437e37e6af59271c6b5efc5da659";s:20:"http\Client\Response";s:40:"f85b1a24b825437e37e6af59271c6b5efc5da659";s:11:"http\Cookie";s:40:"f85b1a24b825437e37e6af59271c6b5efc5da659";s:20:"http\Encoding\Stream";s:40:"f85b1a24b825437e37e6af59271c6b5efc5da659";s:29:"http\Encoding\Stream\Debrotli";s:40:"f85b1a24b825437e37e6af59271c6b5efc5da659";s:28:"http\Encoding\Stream\Dechunk";s:40:"f85b1a24b825437e37e6af59271c6b5efc5da659";s:28:"http\Encoding\Stream\Deflate";s:40:"f85b1a24b825437e37e6af59271c6b5efc5da659";s:29:"http\Encoding\Stream\Enbrotli";s:40:"f85b1a24b825437e37e6af59271c6b5efc5da659";s:28:"http\Encoding\Stream\Inflate";s:40:"f85b1a24b825437e37e6af59271c6b5efc5da659";s:8:"http\Env";s:40:"f85b1a24b825437e37e6af59271c6b5efc5da659";s:16:"http\Env\Request";s:40:"f85b1a24b825437e37e6af59271c6b5efc5da659";s:17:"http\Env\Response";s:40:"f85b1a24b825437e37e6af59271c6b5efc5da659";s:12:"http\Env\Url";s:40:"f85b1a24b825437e37e6af59271c6b5efc5da659";s:14:"http\Exception";s:40:"f85b1a24b825437e37e6af59271c6b5efc5da659";s:37:"http\Exception\BadConversionException";s:40:"f85b1a24b825437e37e6af59271c6b5efc5da659";s:33:"http\Exception\BadHeaderException";s:40:"f85b1a24b825437e37e6af59271c6b5efc5da659";s:34:"http\Exception\BadMessageException";s:40:"f85b1a24b825437e37e6af59271c6b5efc5da659";s:37:"http\Exception\BadMethodCallException";s:40:"f85b1a24b825437e37e6af59271c6b5efc5da659";s:38:"http\Exception\BadQueryStringException";s:40:"f85b1a24b825437e37e6af59271c6b5efc5da659";s:30:"http\Exception\BadUrlException";s:40:"f85b1a24b825437e37e6af59271c6b5efc5da659";s:39:"http\Exception\InvalidArgumentException";s:40:"f85b1a24b825437e37e6af59271c6b5efc5da659";s:31:"http\Exception\RuntimeException";s:40:"f85b1a24b825437e37e6af59271c6b5efc5da659";s:39:"http\Exception\UnexpectedValueException";s:40:"f85b1a24b825437e37e6af59271c6b5efc5da659";s:11:"http\Header";s:40:"f85b1a24b825437e37e6af59271c6b5efc5da659";s:18:"http\Header\Parser";s:40:"f85b1a24b825437e37e6af59271c6b5efc5da659";s:12:"http\Message";s:40:"f85b1a24b825437e37e6af59271c6b5efc5da659";s:17:"http\Message\Body";s:40:"f85b1a24b825437e37e6af59271c6b5efc5da659";s:19:"http\Message\Parser";s:40:"f85b1a24b825437e37e6af59271c6b5efc5da659";s:11:"http\Params";s:40:"f85b1a24b825437e37e6af59271c6b5efc5da659";s:16:"http\QueryString";s:40:"f85b1a24b825437e37e6af59271c6b5efc5da659";s:8:"http\Url";s:40:"f85b1a24b825437e37e6af59271c6b5efc5da659";s:8:"imageObj";s:40:"7c378f39cd9e3817c7fd54f2c938cbbcc5a4cb60";s:8:"iterable";s:40:"97713db220652b648459337accd45972d86a9b4b";s:4:"java";s:40:"87559772afb542e99490c37e4c9e85f6aa864238";s:8:"labelObj";s:40:"7c378f39cd9e3817c7fd54f2c938cbbcc5a4cb60";s:19:"labelcacheMemberObj";s:40:"7c378f39cd9e3817c7fd54f2c938cbbcc5a4cb60";s:13:"labelcacheObj";s:40:"7c378f39cd9e3817c7fd54f2c938cbbcc5a4cb60";s:8:"layerObj";s:40:"7c378f39cd9e3817c7fd54f2c938cbbcc5a4cb60";s:9:"legendObj";s:40:"7c378f39cd9e3817c7fd54f2c938cbbcc5a4cb60";s:7:"lineObj";s:40:"7c378f39cd9e3817c7fd54f2c938cbbcc5a4cb60";s:6:"mapObj";s:40:"7c378f39cd9e3817c7fd54f2c938cbbcc5a4cb60";s:24:"mysql_xdevapi\BaseResult";s:40:"e21be5527b200a6258483761f2f2319bbee94fee";s:24:"mysql_xdevapi\Collection";s:40:"e21be5527b200a6258483761f2f2319bbee94fee";s:27:"mysql_xdevapi\CollectionAdd";s:40:"e21be5527b200a6258483761f2f2319bbee94fee";s:28:"mysql_xdevapi\CollectionFind";s:40:"e21be5527b200a6258483761f2f2319bbee94fee";s:30:"mysql_xdevapi\CollectionModify";s:40:"e21be5527b200a6258483761f2f2319bbee94fee";s:30:"mysql_xdevapi\CollectionRemove";s:40:"e21be5527b200a6258483761f2f2319bbee94fee";s:26:"mysql_xdevapi\ColumnResult";s:40:"e21be5527b200a6258483761f2f2319bbee94fee";s:35:"mysql_xdevapi\CrudOperationBindable";s:40:"e21be5527b200a6258483761f2f2319bbee94fee";s:36:"mysql_xdevapi\CrudOperationLimitable";s:40:"e21be5527b200a6258483761f2f2319bbee94fee";s:36:"mysql_xdevapi\CrudOperationSkippable";s:40:"e21be5527b200a6258483761f2f2319bbee94fee";s:35:"mysql_xdevapi\CrudOperationSortable";s:40:"e21be5527b200a6258483761f2f2319bbee94fee";s:28:"mysql_xdevapi\DatabaseObject";s:40:"e21be5527b200a6258483761f2f2319bbee94fee";s:23:"mysql_xdevapi\DocResult";s:40:"e21be5527b200a6258483761f2f2319bbee94fee";s:23:"mysql_xdevapi\Exception";s:40:"e21be5527b200a6258483761f2f2319bbee94fee";s:24:"mysql_xdevapi\Executable";s:40:"e21be5527b200a6258483761f2f2319bbee94fee";s:29:"mysql_xdevapi\ExecutionStatus";s:40:"e21be5527b200a6258483761f2f2319bbee94fee";s:24:"mysql_xdevapi\Expression";s:40:"e21be5527b200a6258483761f2f2319bbee94fee";s:20:"mysql_xdevapi\Result";s:40:"e21be5527b200a6258483761f2f2319bbee94fee";s:23:"mysql_xdevapi\RowResult";s:40:"e21be5527b200a6258483761f2f2319bbee94fee";s:20:"mysql_xdevapi\Schema";s:40:"e21be5527b200a6258483761f2f2319bbee94fee";s:26:"mysql_xdevapi\SchemaObject";s:40:"e21be5527b200a6258483761f2f2319bbee94fee";s:21:"mysql_xdevapi\Session";s:40:"e21be5527b200a6258483761f2f2319bbee94fee";s:26:"mysql_xdevapi\SqlStatement";s:40:"e21be5527b200a6258483761f2f2319bbee94fee";s:32:"mysql_xdevapi\SqlStatementResult";s:40:"e21be5527b200a6258483761f2f2319bbee94fee";s:23:"mysql_xdevapi\Statement";s:40:"e21be5527b200a6258483761f2f2319bbee94fee";s:19:"mysql_xdevapi\Table";s:40:"e21be5527b200a6258483761f2f2319bbee94fee";s:25:"mysql_xdevapi\TableDelete";s:40:"e21be5527b200a6258483761f2f2319bbee94fee";s:25:"mysql_xdevapi\TableInsert";s:40:"e21be5527b200a6258483761f2f2319bbee94fee";s:25:"mysql_xdevapi\TableSelect";s:40:"e21be5527b200a6258483761f2f2319bbee94fee";s:25:"mysql_xdevapi\TableUpdate";s:40:"e21be5527b200a6258483761f2f2319bbee94fee";s:21:"mysql_xdevapi\Warning";s:40:"e21be5527b200a6258483761f2f2319bbee94fee";s:22:"mysql_xdevapi\XSession";s:40:"e21be5527b200a6258483761f2f2319bbee94fee";s:6:"mysqli";s:40:"3ae75dbff482342a2a08f543b651774e91431530";s:13:"mysqli_driver";s:40:"3ae75dbff482342a2a08f543b651774e91431530";s:13:"mysqli_result";s:40:"3ae75dbff482342a2a08f543b651774e91431530";s:20:"mysqli_sql_exception";s:40:"3ae75dbff482342a2a08f543b651774e91431530";s:11:"mysqli_stmt";s:40:"3ae75dbff482342a2a08f543b651774e91431530";s:14:"mysqli_warning";s:40:"3ae75dbff482342a2a08f543b651774e91431530";s:32:"newrelic\DistributedTracePayload";s:40:"aabd26a3b9fc1b54a513f58d4c8a36122c9bebfb";s:15:"outputformatObj";s:40:"7c378f39cd9e3817c7fd54f2c938cbbcc5a4cb60";s:16:"parallel\Channel";s:40:"17385c2f451f0e278c93f210b887df09135e6a4f";s:22:"parallel\Channel\Error";s:40:"1a96b45b188131e69a8b6d0466b5b1af79affd41";s:29:"parallel\Channel\Error\Closed";s:40:"f6aa2b987fcebaf782f8dc5eef6f139c1f88d3e1";s:32:"parallel\Channel\Error\Existence";s:40:"6861afd74213686890d6dbc3b4977a2aaf1cf124";s:35:"parallel\Channel\Error\IllegalValue";s:40:"62cd31f995aec80b7ff3e7625a2eb2d08b0c6bcc";s:14:"parallel\Error";s:40:"50dd694085df9acecd17876bdbccad1673449ce7";s:15:"parallel\Events";s:40:"60ab634df22b9d1e7cb2f5da8402b6ebae11e24a";s:21:"parallel\Events\Error";s:40:"84a4b3ffc90da9355956f8de7fb37a6f1511192e";s:31:"parallel\Events\Error\Existence";s:40:"f4ae9e55ed2db55c8106c43b68408cb7fc801769";s:29:"parallel\Events\Error\Timeout";s:40:"3495631862e89e8b9247849d3f0d5a813e852b27";s:21:"parallel\Events\Event";s:40:"e179878a74055fbbefbe1f29649b7e29b6496e9e";s:27:"parallel\Events\Event\Error";s:40:"2a06cd32cdb5d60d611bc7de5822d1e37f3e7ab0";s:26:"parallel\Events\Event\Type";s:40:"ef49536678053ef4691f1c84e4c17d6053e08083";s:21:"parallel\Events\Input";s:40:"cc45745059474595af382bf25dbb45499f1120b2";s:27:"parallel\Events\Input\Error";s:40:"31b6232fb68f9987badb17660be72073551a2a42";s:37:"parallel\Events\Input\Error\Existence";s:40:"dd4121fb08e29da3b1ebcafeeed7c9e628e938e4";s:40:"parallel\Events\Input\Error\IllegalValue";s:40:"464f21cccd225d9cbcdab3d2fef0420da80ab106";s:15:"parallel\Future";s:40:"41348666c6d6d93bb15095ec7a4f308b088964bb";s:21:"parallel\Future\Error";s:40:"a47c07544ef7da06fa1146114b6a2422e0b0540d";s:31:"parallel\Future\Error\Cancelled";s:40:"32a37e8273f22fc285efa8152a286d4e5b80ff20";s:29:"parallel\Future\Error\Foreign";s:40:"2996fd38aa78b87b68c1a2dc92a44b1b53da9254";s:28:"parallel\Future\Error\Killed";s:40:"0ea0532e158abe0b050d2c7a7a9dda6725ad6f5a";s:16:"parallel\Runtime";s:40:"58a78528fea5629017fe02d64d8bf78e39ba408a";s:22:"parallel\Runtime\Error";s:40:"ca1a67bd29ab9e49a7b4818c56c511b2d136c9f1";s:32:"parallel\Runtime\Error\Bootstrap";s:40:"47994b3d6df9ab625f0459c2fca858819c938ee9";s:29:"parallel\Runtime\Error\Closed";s:40:"d39f30ecbf487a20054e921cbb4011c30cc0d3c1";s:38:"parallel\Runtime\Error\IllegalFunction";s:40:"56bba0732770b0be2b6aad8eb18fbbdb4583ae1c";s:41:"parallel\Runtime\Error\IllegalInstruction";s:40:"dc5cd9ea81ec9f451422b9e68912740769900188";s:39:"parallel\Runtime\Error\IllegalParameter";s:40:"9c3765926da47c2e1f26df6c335874582c2dd507";s:36:"parallel\Runtime\Error\IllegalReturn";s:40:"646b23825c04b1553dc3db930e9719fc679d8d46";s:38:"parallel\Runtime\Error\IllegalVariable";s:40:"e767514784ee667afe5dfa1e045fc754f99e080e";s:29:"parallel\Runtime\Error\Killed";s:40:"0f69e2a2ad98631ec23cf45891a98eba3cc405f2";s:35:"parallel\Runtime\Object\Unavailable";s:40:"9da159a4c1a339613b817e8c9743ed83491f7ac7";s:33:"parallel\Runtime\Type\Unavailable";s:40:"5aa55bdc50b143b4a83bd8d676432b092b021af6";s:13:"parallel\Sync";s:40:"9387bbc0b0ee9f553d04090b0d806345287d9b3f";s:19:"parallel\Sync\Error";s:40:"ee4014c000b13a3184c218c73ca898e257c36bb7";s:32:"parallel\Sync\Error\IllegalValue";s:40:"5b52bcb7623682077e18f10128d800601a66a876";s:15:"php_user_filter";s:40:"d95c7b9075e0c91362d8cda9abd965342644b753";s:8:"pointObj";s:40:"7c378f39cd9e3817c7fd54f2c938cbbcc5a4cb60";s:7:"pq\COPY";s:40:"0318a6bac992c1abcf142ad809282f688cbcc740";s:9:"pq\Cancel";s:40:"0318a6bac992c1abcf142ad809282f688cbcc740";s:13:"pq\Connection";s:40:"0318a6bac992c1abcf142ad809282f688cbcc740";s:12:"pq\Converter";s:40:"0318a6bac992c1abcf142ad809282f688cbcc740";s:9:"pq\Cursor";s:40:"0318a6bac992c1abcf142ad809282f688cbcc740";s:11:"pq\DateTime";s:40:"0318a6bac992c1abcf142ad809282f688cbcc740";s:12:"pq\Exception";s:40:"0318a6bac992c1abcf142ad809282f688cbcc740";s:35:"pq\Exception\BadMethodCallException";s:40:"0318a6bac992c1abcf142ad809282f688cbcc740";s:28:"pq\Exception\DomainException";s:40:"0318a6bac992c1abcf142ad809282f688cbcc740";s:37:"pq\Exception\InvalidArgumentException";s:40:"0318a6bac992c1abcf142ad809282f688cbcc740";s:29:"pq\Exception\RuntimeException";s:40:"0318a6bac992c1abcf142ad809282f688cbcc740";s:6:"pq\LOB";s:40:"0318a6bac992c1abcf142ad809282f688cbcc740";s:9:"pq\Result";s:40:"0318a6bac992c1abcf142ad809282f688cbcc740";s:12:"pq\Statement";s:40:"0318a6bac992c1abcf142ad809282f688cbcc740";s:14:"pq\Transaction";s:40:"0318a6bac992c1abcf142ad809282f688cbcc740";s:8:"pq\Types";s:40:"0318a6bac992c1abcf142ad809282f688cbcc740";s:13:"projectionObj";s:40:"7c378f39cd9e3817c7fd54f2c938cbbcc5a4cb60";s:11:"querymapObj";s:40:"7c378f39cd9e3817c7fd54f2c938cbbcc5a4cb60";s:7:"rectObj";s:40:"7c378f39cd9e3817c7fd54f2c938cbbcc5a4cb60";s:15:"referenceMapObj";s:40:"7c378f39cd9e3817c7fd54f2c938cbbcc5a4cb60";s:9:"resultObj";s:40:"7c378f39cd9e3817c7fd54f2c938cbbcc5a4cb60";s:11:"scalebarObj";s:40:"7c378f39cd9e3817c7fd54f2c938cbbcc5a4cb60";s:8:"shapeObj";s:40:"7c378f39cd9e3817c7fd54f2c938cbbcc5a4cb60";s:12:"shapefileObj";s:40:"7c378f39cd9e3817c7fd54f2c938cbbcc5a4cb60";s:8:"stdClass";s:40:"97713db220652b648459337accd45972d86a9b4b";s:8:"styleObj";s:40:"7c378f39cd9e3817c7fd54f2c938cbbcc5a4cb60";s:9:"symbolObj";s:40:"7c378f39cd9e3817c7fd54f2c938cbbcc5a4cb60";s:4:"tidy";s:40:"de871b561d065b48f8ac8325cfb44f5c549eaf10";s:8:"tidyNode";s:40:"de871b561d065b48f8ac8325cfb44f5c549eaf10";s:6:"webObj";s:40:"7c378f39cd9e3817c7fd54f2c938cbbcc5a4cb60";}i:1;a:1:{i:0;s:6:"master";}i:2;a:124:{i:0;s:0:"";i:1;s:9:"Aerospike";i:2;s:6:"BcMath";i:3;s:6:"Brotli";i:4;s:9:"Cassandra";i:5;s:17:"Cassandra\Cluster";i:6;s:19:"Cassandra\Exception";i:7;s:21:"Cassandra\RetryPolicy";i:8;s:20:"Cassandra\SSLOptions";i:9;s:28:"Cassandra\TimestampGenerator";i:10;s:14:"Cassandra\Type";i:11;s:9:"Couchbase";i:12;s:6:"Crypto";i:13;s:3:"Dba";i:14;s:7:"Decimal";i:15;s:3:"Dom";i:16;s:2:"Ds";i:17;s:7:"Elastic";i:18;s:11:"Elastic\Apm";i:19;s:3:"FFI";i:20;s:3:"FTP";i:21;s:4:"Grpc";i:22;s:4:"IMAP";i:23;s:9:"JetBrains";i:24;s:22:"JetBrains\PHPStormStub";i:25;s:18:"JetBrains\PhpStorm";i:26;s:27:"JetBrains\PhpStorm\Internal";i:27;s:4:"LDAP";i:28;s:7:"MongoDB";i:29;s:12:"MongoDB\BSON";i:30;s:14:"MongoDB\Driver";i:31;s:24:"MongoDB\Driver\Exception";i:32;s:25:"MongoDB\Driver\Monitoring";i:33;s:9:"Mosquitto";i:34;s:13:"OpenTelemetry";i:35;s:29:"OpenTelemetry\Instrumentation";i:36;s:6:"PSpell";i:37;s:5:"Parle";i:38;s:3:"Pdo";i:39;s:5:"PgSql";i:40;s:6:"Random";i:41;s:13:"Random\Engine";i:42;s:7:"RdKafka";i:43;s:16:"RdKafka\Metadata";i:44;s:5:"Relay";i:45;s:11:"Relay\Event";i:46;s:5:"Saxon";i:47;s:17:"SimpleKafkaClient";i:48;s:26:"SimpleKafkaClient\Metadata";i:49;s:4:"Soap";i:50;s:6:"Sodium";i:51;s:9:"StubTests";i:52;s:19:"StubTests\CodeStyle";i:53;s:15:"StubTests\Model";i:54;s:20:"StubTests\Model\Tags";i:55;s:17:"StubTests\Parsers";i:56;s:26:"StubTests\Parsers\Visitors";i:57;s:18:"StubTests\TestData";i:58;s:28:"StubTests\TestData\Providers";i:59;s:39:"StubTests\TestData\Providers\Reflection";i:60;s:34:"StubTests\TestData\Providers\Stubs";i:61;s:15:"StubTests\Tools";i:62;s:6:"Swoole";i:63;s:13:"Swoole\Atomic";i:64;s:13:"Swoole\Client";i:65;s:17:"Swoole\Connection";i:66;s:16:"Swoole\Coroutine";i:67;s:21:"Swoole\Coroutine\Curl";i:68;s:21:"Swoole\Coroutine\Http";i:69;s:22:"Swoole\Coroutine\Http2";i:70;s:29:"Swoole\Coroutine\Http2\Client";i:71;s:28:"Swoole\Coroutine\Http\Client";i:72;s:22:"Swoole\Coroutine\MySQL";i:73;s:23:"Swoole\Coroutine\Socket";i:74;s:11:"Swoole\Http";i:75;s:12:"Swoole\Http2";i:76;s:14:"Swoole\Process";i:77;s:12:"Swoole\Redis";i:78;s:13:"Swoole\Server";i:79;s:12:"Swoole\Timer";i:80;s:16:"Swoole\WebSocket";i:81;s:6:"Vtiful";i:82;s:13:"Vtiful\Kernel";i:83;s:3:"Yaf";i:84;s:10:"Yaf\Config";i:85;s:13:"Yaf\Exception";i:86;s:24:"Yaf\Exception\LoadFailed";i:87;s:11:"Yaf\Request";i:88;s:12:"Yaf\Response";i:89;s:9:"Yaf\Route";i:90;s:8:"Yaf\View";i:91;s:4:"Zstd";i:92;s:19:"___PHPSTORM_HELPERS";i:93;s:3:"ast";i:94;s:4:"http";i:95;s:11:"http\Client";i:96;s:16:"http\Client\Curl";i:97;s:13:"http\Encoding";i:98;s:20:"http\Encoding\Stream";i:99;s:8:"http\Env";i:100;s:14:"http\Exception";i:101;s:11:"http\Header";i:102;s:12:"http\Message";i:103;s:13:"mysql_xdevapi";i:104;s:8:"newrelic";i:105;s:8:"parallel";i:106;s:16:"parallel\Channel";i:107;s:22:"parallel\Channel\Error";i:108;s:15:"parallel\Events";i:109;s:21:"parallel\Events\Error";i:110;s:21:"parallel\Events\Event";i:111;s:21:"parallel\Events\Input";i:112;s:27:"parallel\Events\Input\Error";i:113;s:15:"parallel\Future";i:114;s:21:"parallel\Future\Error";i:115;s:16:"parallel\Runtime";i:116;s:22:"parallel\Runtime\Error";i:117;s:23:"parallel\Runtime\Object";i:118;s:21:"parallel\Runtime\Type";i:119;s:13:"parallel\Sync";i:120;s:19:"parallel\Sync\Error";i:121;s:4:"pcov";i:122;s:2:"pq";i:123;s:12:"pq\Exception";}} \ No newline at end of file