code
stringlengths
31
1.39M
docstring
stringlengths
23
16.8k
func_name
stringlengths
1
126
language
stringclasses
1 value
repo
stringlengths
7
63
path
stringlengths
7
166
url
stringlengths
50
220
license
stringclasses
7 values
#[TentativeType] public function moveToAttributeNo(#[LanguageLevelTypeAware(['8.0' => 'int'], default: '')] $index) : bool { }
Move cursor to an attribute by index @link https://php.net/manual/en/xmlreader.movetoattributeno.php @param int $index <p> The position of the attribute. </p> @return bool <b>TRUE</b> on success or <b>FALSE</b> on failure. @since 5.1.2
moveToAttributeNo
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/xmlreader/xmlreader.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/xmlreader/xmlreader.php
MIT
#[TentativeType] public function moveToAttribute(#[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $name) : bool { }
Move cursor to a named attribute @link https://php.net/manual/en/xmlreader.movetoattribute.php @param string $name <p> The name of the attribute. </p> @return bool <b>TRUE</b> on success or <b>FALSE</b> on failure. @since 5.1.2
moveToAttribute
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/xmlreader/xmlreader.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/xmlreader/xmlreader.php
MIT
#[TentativeType] public function moveToAttributeNs(#[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $name, #[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $namespace) : bool { }
Move cursor to a named attribute @link https://php.net/manual/en/xmlreader.movetoattributens.php @param string $name <p> The local name. </p> @param string $namespace <p> The namespace URI. </p> @return bool <b>TRUE</b> on success or <b>FALSE</b> on failure. @since 5.1.2
moveToAttributeNs
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/xmlreader/xmlreader.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/xmlreader/xmlreader.php
MIT
#[TentativeType] public function moveToElement() : bool { }
Position cursor on the parent Element of current Attribute @link https://php.net/manual/en/xmlreader.movetoelement.php @return bool <b>TRUE</b> if successful and <b>FALSE</b> if it fails or not positioned on Attribute when this method is called. @since 5.1.2
moveToElement
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/xmlreader/xmlreader.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/xmlreader/xmlreader.php
MIT
#[TentativeType] public function moveToFirstAttribute() : bool { }
Position cursor on the first Attribute @link https://php.net/manual/en/xmlreader.movetofirstattribute.php @return bool <b>TRUE</b> on success or <b>FALSE</b> on failure. @since 5.1.2
moveToFirstAttribute
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/xmlreader/xmlreader.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/xmlreader/xmlreader.php
MIT
#[TentativeType] public function moveToNextAttribute() : bool { }
Position cursor on the next Attribute @link https://php.net/manual/en/xmlreader.movetonextattribute.php @return bool <b>TRUE</b> on success or <b>FALSE</b> on failure. @since 5.1.2
moveToNextAttribute
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/xmlreader/xmlreader.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/xmlreader/xmlreader.php
MIT
#[TentativeType] public function read() : bool { }
Move to next node in document @link https://php.net/manual/en/xmlreader.read.php @return bool <b>TRUE</b> on success or <b>FALSE</b> on failure. @since 5.1.2
read
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/xmlreader/xmlreader.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/xmlreader/xmlreader.php
MIT
#[TentativeType] public function next(#[LanguageLevelTypeAware(['8.0' => 'string|null'], default: '')] $name = null) : bool { }
Move cursor to next node skipping all subtrees @link https://php.net/manual/en/xmlreader.next.php @param string $name [optional] <p> The name of the next node to move to. </p> @return bool <b>TRUE</b> on success or <b>FALSE</b> on failure. @since 5.1.2
next
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/xmlreader/xmlreader.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/xmlreader/xmlreader.php
MIT
#[TentativeType] public function readInnerXml() : string { }
Retrieve XML from current node @link https://php.net/manual/en/xmlreader.readinnerxml.php @return string the contents of the current node as a string. Empty string on failure.
readInnerXml
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/xmlreader/xmlreader.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/xmlreader/xmlreader.php
MIT
#[TentativeType] public function readOuterXml() : string { }
Retrieve XML from current node, including it self @link https://php.net/manual/en/xmlreader.readouterxml.php @return string the contents of current node, including itself, as a string. Empty string on failure.
readOuterXml
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/xmlreader/xmlreader.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/xmlreader/xmlreader.php
MIT
#[TentativeType] public function readString() : string { }
Reads the contents of the current node as a string @link https://php.net/manual/en/xmlreader.readstring.php @return string the content of the current node as a string. Empty string on failure.
readString
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/xmlreader/xmlreader.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/xmlreader/xmlreader.php
MIT
#[TentativeType] public function setSchema(#[LanguageLevelTypeAware(['8.0' => 'string|null'], default: '')] $filename) : bool { }
Validate document against XSD @link https://php.net/manual/en/xmlreader.setschema.php @param string $filename <p> The filename of the XSD schema. </p> @return bool <b>TRUE</b> on success or <b>FALSE</b> on failure.
setSchema
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/xmlreader/xmlreader.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/xmlreader/xmlreader.php
MIT
#[TentativeType] public function setParserProperty(#[LanguageLevelTypeAware(['8.0' => 'int'], default: '')] $property, #[LanguageLevelTypeAware(['8.0' => 'bool'], default: '')] $value) : bool { }
Set parser options @link https://php.net/manual/en/xmlreader.setparserproperty.php @param int $property <p> One of the parser option constants. </p> @param bool $value <p> If set to <b>TRUE</b> the option will be enabled otherwise will be disabled. </p> @return bool <b>TRUE</b> on success or <b>FALSE</b> on failure. @since 5.1.2
setParserProperty
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/xmlreader/xmlreader.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/xmlreader/xmlreader.php
MIT
#[TentativeType] public function setRelaxNGSchema(#[LanguageLevelTypeAware(['8.0' => 'string|null'], default: '')] $filename) : bool { }
Set the filename or URI for a RelaxNG Schema @link https://php.net/manual/en/xmlreader.setrelaxngschema.php @param string $filename <p> filename or URI pointing to a RelaxNG Schema. </p> @return bool <b>TRUE</b> on success or <b>FALSE</b> on failure.
setRelaxNGSchema
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/xmlreader/xmlreader.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/xmlreader/xmlreader.php
MIT
#[TentativeType] public function setRelaxNGSchemaSource(#[LanguageLevelTypeAware(['8.0' => 'string|null'], default: '')] $source) : bool { }
Set the data containing a RelaxNG Schema @link https://php.net/manual/en/xmlreader.setrelaxngschemasource.php @param string $source <p> String containing the RelaxNG Schema. </p> @return bool <b>TRUE</b> on success or <b>FALSE</b> on failure. @since 5.1.2
setRelaxNGSchemaSource
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/xmlreader/xmlreader.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/xmlreader/xmlreader.php
MIT
#[TentativeType] public function expand(#[PhpStormStubsElementAvailable(from: '7.0')] #[LanguageLevelTypeAware(['8.0' => 'DOMNode|null'], default: '')] $baseNode = null) : \DOMNode|false { }
Returns a copy of the current node as a DOM object @link https://php.net/manual/en/xmlreader.expand.php @param null|DOMNode $baseNode [optional] @return DOMNode|false The resulting <b>DOMNode</b> or <b>FALSE</b> on error. @since 5.1.2
expand
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/xmlreader/xmlreader.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/xmlreader/xmlreader.php
MIT
#[TentativeType] public function openUri(#[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $uri) : bool { }
(PHP 5 &gt;= 5.1.2, PECL xmlwriter &gt;= 0.1.0)<br/> Create new xmlwriter using source uri for output @link https://php.net/manual/en/function.xmlwriter-openuri.php @param string $uri <p> The URI of the resource for the output. </p> @return bool Object oriented style: Returns <b>TRUE</b> on success or <b>FALSE</b> on failure. </p> <p> Procedural style: Returns a new xmlwriter resource for later use with the xmlwriter functions on success, <b>FALSE</b> on error.
openUri
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
MIT
#[TentativeType] public function openMemory() : bool { }
(PHP 5 &gt;= 5.1.2, PECL xmlwriter &gt;= 0.1.0)<br/> Create new xmlwriter using memory for string output @link https://php.net/manual/en/function.xmlwriter-openmemory.php @return bool Object oriented style: Returns <b>TRUE</b> on success or <b>FALSE</b> on failure. </p> <p> Procedural style: Returns a new xmlwriter resource for later use with the xmlwriter functions on success, <b>FALSE</b> on error.
openMemory
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
MIT
#[TentativeType] public function setIndent(#[LanguageLevelTypeAware(['8.0' => 'bool'], default: '')] $enable) : bool { }
(PHP 5 &gt;= 5.1.2, PECL xmlwriter &gt;= 0.1.0)<br/> Toggle indentation on/off. @link https://www.php.net/manual/en/xmlwriter.setindent.php @param bool|int $enable <p> Whether indentation is enabled or number of indent strings </p> @return bool <b>TRUE</b> on success or <b>FALSE</b> on failure.
setIndent
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
MIT
#[TentativeType] public function setIndentString(#[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $indentation) : bool { }
(PHP 5 &gt;= 5.1.2, PECL xmlwriter &gt;= 0.1.0)<br/> Set string used for indenting. @link https://www.php.net/manual/en/xmlwriter.setindentstring.php @param string $indentation <p> The indentation string. </p> @return bool <b>TRUE</b> on success or <b>FALSE</b> on failure.
setIndentString
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
MIT
#[TentativeType] public function startComment() : bool { }
(PHP 5 &gt;= 5.1.2, PECL xmlwriter &gt;= 1.0.0)<br/> Create start comment @link https://php.net/manual/en/function.xmlwriter-startcomment.php @return bool <b>TRUE</b> on success or <b>FALSE</b> on failure.
startComment
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
MIT
#[TentativeType] public function endComment() : bool { }
(PHP 5 &gt;= 5.1.2, PECL xmlwriter &gt;= 1.0.0)<br/> Create end comment @link https://php.net/manual/en/function.xmlwriter-endcomment.php @return bool <b>TRUE</b> on success or <b>FALSE</b> on failure.
endComment
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
MIT
#[TentativeType] public function startAttribute(#[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $name) : bool { }
(PHP 5 &gt;= 5.1.2, PECL xmlwriter &gt;= 0.1.0)<br/> Create start attribute @link https://php.net/manual/en/function.xmlwriter-startattribute.php @param string $name <p> The attribute name. </p> @return bool <b>TRUE</b> on success or <b>FALSE</b> on failure.
startAttribute
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
MIT
#[TentativeType] public function endAttribute() : bool { }
(PHP 5 &gt;= 5.1.2, PECL xmlwriter &gt;= 0.1.0)<br/> End attribute @link https://php.net/manual/en/function.xmlwriter-endattribute.php @return bool <b>TRUE</b> on success or <b>FALSE</b> on failure.
endAttribute
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
MIT
#[TentativeType] public function writeAttribute(#[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $name, #[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $value) : bool { }
(PHP 5 &gt;= 5.1.2, PECL xmlwriter &gt;= 0.1.0)<br/> Write full attribute @link https://php.net/manual/en/function.xmlwriter-writeattribute.php @param string $name <p> The name of the attribute. </p> @param string $value <p> The value of the attribute. </p> @return bool <b>TRUE</b> on success or <b>FALSE</b> on failure.
writeAttribute
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
MIT
#[TentativeType] public function startAttributeNs(#[LanguageLevelTypeAware(['8.0' => 'string|null'], default: '')] $prefix, #[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $name, #[LanguageLevelTypeAware(['8.0' => 'string|null'], default: '')] $namespace) : bool { }
(PHP 5 &gt;= 5.1.2, PECL xmlwriter &gt;= 0.1.0)<br/> Create start namespaced attribute @link https://php.net/manual/en/function.xmlwriter-startattributens.php @param string|null $prefix <p> The namespace prefix. </p> @param string $name <p> The attribute name. </p> @param string $namespace <p> The namespace URI. </p> @return bool <b>TRUE</b> on success or <b>FALSE</b> on failure.
startAttributeNs
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
MIT
#[TentativeType] public function writeAttributeNs(#[LanguageLevelTypeAware(['8.0' => 'string|null'], default: '')] $prefix, #[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $name, #[LanguageLevelTypeAware(['8.0' => 'string|null'], default: '')] $namespace, #[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $value) : bool { }
(PHP 5 &gt;= 5.1.2, PECL xmlwriter &gt;= 0.1.0)<br/> Write full namespaced attribute @link https://php.net/manual/en/function.xmlwriter-writeattributens.php @param string|null $prefix <p> The namespace prefix. </p> @param string $name <p> The attribute name. </p> @param string $namespace <p> The namespace URI. </p> @param string $value <p> The attribute value. </p> @return bool <b>TRUE</b> on success or <b>FALSE</b> on failure.
writeAttributeNs
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
MIT
#[TentativeType] public function startElement(#[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $name) : bool { }
(PHP 5 &gt;= 5.1.2, PECL xmlwriter &gt;= 0.1.0)<br/> Create start element tag @link https://php.net/manual/en/function.xmlwriter-startelement.php @param string $name <p> The element name. </p> @return bool <b>TRUE</b> on success or <b>FALSE</b> on failure.
startElement
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
MIT
#[TentativeType] public function endElement() : bool { }
(PHP 5 &gt;= 5.1.2, PECL xmlwriter &gt;= 0.1.0)<br/> End current element @link https://php.net/manual/en/function.xmlwriter-endelement.php @return bool <b>TRUE</b> on success or <b>FALSE</b> on failure.
endElement
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
MIT
#[TentativeType] public function fullEndElement() : bool { }
(PHP 5 &gt;= 5.2.0, PECL xmlwriter &gt;= 2.0.4)<br/> End current element @link https://php.net/manual/en/function.xmlwriter-fullendelement.php @return bool <b>TRUE</b> on success or <b>FALSE</b> on failure.
fullEndElement
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
MIT
#[TentativeType] public function startElementNs(#[LanguageLevelTypeAware(['8.0' => 'string|null'], default: '')] $prefix, #[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $name, #[LanguageLevelTypeAware(['8.0' => 'string|null'], default: '')] $namespace) : bool { }
(PHP 5 &gt;= 5.1.2, PECL xmlwriter &gt;= 0.1.0)<br/> Create start namespaced element tag @link https://php.net/manual/en/function.xmlwriter-startelementns.php @param string|null $prefix <p> The namespace prefix. </p> @param string $name <p> The element name. </p> @param string $namespace <p> The namespace URI. </p> @return bool <b>TRUE</b> on success or <b>FALSE</b> on failure.
startElementNs
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
MIT
#[TentativeType] public function writeElement(#[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $name, #[LanguageLevelTypeAware(['8.0' => 'string|null'], default: '')] $content = null) : bool { }
(PHP 5 &gt;= 5.1.2, PECL xmlwriter &gt;= 0.1.0)<br/> Write full element tag @link https://php.net/manual/en/function.xmlwriter-writeelement.php @param string $name <p> The element name. </p> @param string $content [optional] <p> The element contents. </p> @return bool <b>TRUE</b> on success or <b>FALSE</b> on failure.
writeElement
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
MIT
#[TentativeType] public function writeElementNs(#[LanguageLevelTypeAware(['8.0' => 'string|null'], default: '')] $prefix, #[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $name, #[LanguageLevelTypeAware(['8.0' => 'string|null'], default: '')] $namespace, #[LanguageLevelTypeAware(['8.0' => 'string|null'], default: '')] $content = null) : bool { }
(PHP 5 &gt;= 5.1.2, PECL xmlwriter &gt;= 0.1.0)<br/> Write full namespaced element tag @link https://php.net/manual/en/function.xmlwriter-writeelementns.php @param string|null $prefix <p> The namespace prefix. </p> @param string $name <p> The element name. </p> @param string $namespace <p> The namespace URI. </p> @param string $content [optional] <p> The element contents. </p> @return bool <b>TRUE</b> on success or <b>FALSE</b> on failure.
writeElementNs
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
MIT
#[TentativeType] public function startPi(#[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $target) : bool { }
(PHP 5 &gt;= 5.1.2, PECL xmlwriter &gt;= 0.1.0)<br/> Create start PI tag @link https://php.net/manual/en/function.xmlwriter-startpi.php @param string $target <p> The target of the processing instruction. </p> @return bool <b>TRUE</b> on success or <b>FALSE</b> on failure.
startPi
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
MIT
#[TentativeType] public function endPi() : bool { }
(PHP 5 &gt;= 5.1.2, PECL xmlwriter &gt;= 0.1.0)<br/> End current PI @link https://php.net/manual/en/function.xmlwriter-endpi.php @return bool <b>TRUE</b> on success or <b>FALSE</b> on failure.
endPi
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
MIT
#[TentativeType] public function writePi(#[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $target, #[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $content) : bool { }
(PHP 5 &gt;= 5.1.2, PECL xmlwriter &gt;= 0.1.0)<br/> Writes a PI @link https://php.net/manual/en/function.xmlwriter-writepi.php @param string $target <p> The target of the processing instruction. </p> @param string $content <p> The content of the processing instruction. </p> @return bool <b>TRUE</b> on success or <b>FALSE</b> on failure.
writePi
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
MIT
#[TentativeType] public function startCdata() : bool { }
(PHP 5 &gt;= 5.1.2, PECL xmlwriter &gt;= 0.1.0)<br/> Create start CDATA tag @link https://php.net/manual/en/function.xmlwriter-startcdata.php @return bool <b>TRUE</b> on success or <b>FALSE</b> on failure.
startCdata
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
MIT
#[TentativeType] public function endCdata() : bool { }
(PHP 5 &gt;= 5.1.2, PECL xmlwriter &gt;= 0.1.0)<br/> End current CDATA @link https://php.net/manual/en/function.xmlwriter-endcdata.php @return bool <b>TRUE</b> on success or <b>FALSE</b> on failure.
endCdata
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
MIT
#[TentativeType] public function writeCdata(#[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $content) : bool { }
(PHP 5 &gt;= 5.1.2, PECL xmlwriter &gt;= 0.1.0)<br/> Write full CDATA tag @link https://php.net/manual/en/function.xmlwriter-writecdata.php @param string $content <p> The contents of the CDATA. </p> @return bool <b>TRUE</b> on success or <b>FALSE</b> on failure.
writeCdata
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
MIT
#[TentativeType] public function text(#[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $content) : bool { }
(PHP 5 &gt;= 5.1.2, PECL xmlwriter &gt;= 0.1.0)<br/> Write text @link https://php.net/manual/en/function.xmlwriter-text.php @param string $content <p> The contents of the text. </p> @return bool <b>TRUE</b> on success or <b>FALSE</b> on failure.
text
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
MIT
#[TentativeType] public function writeRaw(#[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $content) : bool { }
(PHP 5 &gt;= 5.2.0, PECL xmlwriter &gt;= 2.0.4)<br/> Write a raw XML text @link https://php.net/manual/en/function.xmlwriter-writeraw.php @param string $content <p> The text string to write. </p> @return bool <b>TRUE</b> on success or <b>FALSE</b> on failure.
writeRaw
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
MIT
#[TentativeType] public function startDocument(#[LanguageLevelTypeAware(['8.0' => 'string|null'], default: '')] $version = '1.0', #[LanguageLevelTypeAware(['8.0' => 'string|null'], default: '')] $encoding = null, #[LanguageLevelTypeAware(['8.0' => 'string|null'], default: '')] $standalone = null) : bool { }
(PHP 5 &gt;= 5.1.2, PECL xmlwriter &gt;= 0.1.0)<br/> Create document tag @link https://php.net/manual/en/function.xmlwriter-startdocument.php @param string $version [optional] <p> The version number of the document as part of the XML declaration. </p> @param string $encoding [optional] <p> The encoding of the document as part of the XML declaration. </p> @param string $standalone [optional] <p> yes or no. </p> @return bool <b>TRUE</b> on success or <b>FALSE</b> on failure.
startDocument
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
MIT
#[TentativeType] public function endDocument() : bool { }
(PHP 5 &gt;= 5.1.2, PECL xmlwriter &gt;= 0.1.0)<br/> End current document @link https://php.net/manual/en/function.xmlwriter-enddocument.php @return bool <b>TRUE</b> on success or <b>FALSE</b> on failure.
endDocument
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
MIT
#[TentativeType] public function writeComment(#[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $content) : bool { }
(PHP 5 &gt;= 5.1.2, PECL xmlwriter &gt;= 0.1.0)<br/> Write full comment tag @link https://php.net/manual/en/function.xmlwriter-writecomment.php @param string $content <p> The contents of the comment. </p> @return bool <b>TRUE</b> on success or <b>FALSE</b> on failure.
writeComment
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
MIT
#[TentativeType] public function startDtd(#[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $qualifiedName, #[LanguageLevelTypeAware(['8.0' => 'string|null'], default: '')] $publicId = null, #[LanguageLevelTypeAware(['8.0' => 'string|null'], default: '')] $systemId = null) : bool { }
(PHP 5 &gt;= 5.1.2, PECL xmlwriter &gt;= 0.1.0)<br/> Create start DTD tag @link https://php.net/manual/en/function.xmlwriter-startdtd.php @param string $qualifiedName <p> The qualified name of the document type to create. </p> @param string $publicId [optional] <p> The external subset public identifier. </p> @param string $systemId [optional] <p> The external subset system identifier. </p> @return bool <b>TRUE</b> on success or <b>FALSE</b> on failure.
startDtd
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
MIT
#[TentativeType] public function endDtd() : bool { }
(PHP 5 &gt;= 5.1.2, PECL xmlwriter &gt;= 0.1.0)<br/> End current DTD @link https://php.net/manual/en/function.xmlwriter-enddtd.php @return bool <b>TRUE</b> on success or <b>FALSE</b> on failure.
endDtd
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
MIT
#[TentativeType] public function writeDtd(#[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $name, #[LanguageLevelTypeAware(['8.0' => 'string|null'], default: '')] $publicId = null, #[LanguageLevelTypeAware(['8.0' => 'string|null'], default: '')] $systemId = null, #[LanguageLevelTypeAware(['8.0' => 'string|null'], default: '')] $content = null) : bool { }
(PHP 5 &gt;= 5.1.2, PECL xmlwriter &gt;= 0.1.0)<br/> Write full DTD tag @link https://php.net/manual/en/function.xmlwriter-writedtd.php @param string $name <p> The DTD name. </p> @param string $publicId [optional] <p> The external subset public identifier. </p> @param string $systemId [optional] <p> The external subset system identifier. </p> @param string $content [optional] <p> The content of the DTD. </p> @return bool <b>TRUE</b> on success or <b>FALSE</b> on failure.
writeDtd
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
MIT
#[TentativeType] public function startDtdElement(#[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $qualifiedName) : bool { }
(PHP 5 &gt;= 5.1.2, PECL xmlwriter &gt;= 0.1.0)<br/> Create start DTD element @link https://php.net/manual/en/function.xmlwriter-startdtdelement.php @param string $qualifiedName <p> The qualified name of the document type to create. </p> @return bool <b>TRUE</b> on success or <b>FALSE</b> on failure.
startDtdElement
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
MIT
#[TentativeType] public function endDtdElement() : bool { }
(PHP 5 &gt;= 5.1.2, PECL xmlwriter &gt;= 0.1.0)<br/> End current DTD element @link https://php.net/manual/en/function.xmlwriter-enddtdelement.php @return bool <b>TRUE</b> on success or <b>FALSE</b> on failure.
endDtdElement
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
MIT
#[TentativeType] public function writeDtdElement(#[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $name, #[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $content) : bool { }
(PHP 5 &gt;= 5.1.2, PECL xmlwriter &gt;= 0.1.0)<br/> Write full DTD element tag @link https://php.net/manual/en/function.xmlwriter-writedtdelement.php @param string $name <p> The name of the DTD element. </p> @param string $content <p> The content of the element. </p> @return bool <b>TRUE</b> on success or <b>FALSE</b> on failure.
writeDtdElement
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
MIT
#[TentativeType] public function startDtdAttlist(#[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $name) : bool { }
(PHP 5 &gt;= 5.1.2, PECL xmlwriter &gt;= 0.1.0)<br/> Create start DTD AttList @link https://php.net/manual/en/function.xmlwriter-startdtdattlist.php @param string $name <p> The attribute list name. </p> @return bool <b>TRUE</b> on success or <b>FALSE</b> on failure.
startDtdAttlist
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
MIT
#[TentativeType] public function endDtdAttlist() : bool { }
(PHP 5 &gt;= 5.1.2, PECL xmlwriter &gt;= 0.1.0)<br/> End current DTD AttList @link https://php.net/manual/en/function.xmlwriter-enddtdattlist.php @return bool <b>TRUE</b> on success or <b>FALSE</b> on failure.
endDtdAttlist
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
MIT
#[TentativeType] public function writeDtdAttlist(#[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $name, #[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $content) : bool { }
(PHP 5 &gt;= 5.1.2, PECL xmlwriter &gt;= 0.1.0)<br/> Write full DTD AttList tag @link https://php.net/manual/en/function.xmlwriter-writedtdattlist.php @param string $name <p> The name of the DTD attribute list. </p> @param string $content <p> The content of the DTD attribute list. </p> @return bool <b>TRUE</b> on success or <b>FALSE</b> on failure.
writeDtdAttlist
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
MIT
#[TentativeType] public function startDtdEntity(#[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $name, #[LanguageLevelTypeAware(['8.0' => 'bool'], default: '')] $isParam) : bool { }
(PHP 5 &gt;= 5.1.2, PECL xmlwriter &gt;= 0.1.0)<br/> Create start DTD Entity @link https://php.net/manual/en/function.xmlwriter-startdtdentity.php @param string $name <p> The name of the entity. </p> @param bool $isParam @return bool <b>TRUE</b> on success or <b>FALSE</b> on failure.
startDtdEntity
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
MIT
#[TentativeType] public function endDtdEntity() : bool { }
(PHP 5 &gt;= 5.1.2, PECL xmlwriter &gt;= 0.1.0)<br/> End current DTD Entity @link https://php.net/manual/en/function.xmlwriter-enddtdentity.php @return bool <b>TRUE</b> on success or <b>FALSE</b> on failure.
endDtdEntity
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
MIT
#[TentativeType] public function outputMemory(#[LanguageLevelTypeAware(['8.0' => 'bool'], default: '')] $flush = \true) : string { }
(PHP 5 &gt;= 5.1.2, PECL xmlwriter &gt;= 0.1.0)<br/> Returns current buffer @link https://php.net/manual/en/function.xmlwriter-outputmemory.php @param bool $flush [optional] <p> Whether to flush the output buffer or not. Default is <b>TRUE</b>. </p> @return string the current buffer as a string.
outputMemory
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
MIT
#[TentativeType] public function flush(#[LanguageLevelTypeAware(['8.0' => 'bool'], default: '')] $empty = \true) : string|int { }
(PHP 5 &gt;= 5.1.2, PECL xmlwriter &gt;= 1.0.0)<br/> Flush current buffer @link https://php.net/manual/en/function.xmlwriter-flush.php @param bool $empty [optional] <p> Whether to empty the buffer or not. Default is <b>TRUE</b>. </p> @return string|int If you opened the writer in memory, this function returns the generated XML buffer, Else, if using URI, this function will write the buffer and return the number of written bytes.
flush
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
MIT
#[LanguageLevelTypeAware(["8.0" => "XMLWriter|false"], default: "resource|false")] function xmlwriter_open_uri(string $uri) { }
(PHP 5 &gt;= 5.1.2, PECL xmlwriter &gt;= 0.1.0)<br/> Create new xmlwriter using source uri for output @link https://php.net/manual/en/function.xmlwriter-openuri.php @param string $uri <p> The URI of the resource for the output. </p> @return false|resource|XMLWriter Object oriented style: Returns <b>TRUE</b> on success or <b>FALSE</b> on failure. <p> Procedural style: Returns a new xmlwriter resource for later use with the xmlwriter functions on success, <b>FALSE</b> on error. </p>
xmlwriter_open_uri
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
MIT
#[LanguageLevelTypeAware(["8.0" => "XMLWriter|false"], default: "resource|false")] function xmlwriter_open_memory() { }
(PHP 5 &gt;= 5.1.2, PECL xmlwriter &gt;= 0.1.0)<br/> Create new xmlwriter using memory for string output @link https://php.net/manual/en/function.xmlwriter-openmemory.php @return XMLWriter|false|resource Object oriented style: Returns <b>TRUE</b> on success or <b>FALSE</b> on failure. <p> Procedural style: Returns a new xmlwriter resource for later use with the xmlwriter functions on success, <b>FALSE</b> on error. </p>
xmlwriter_open_memory
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/xmlwriter/xmlwriter.php
MIT
#[ArrayShape(['opcache_enabled' => 'bool', 'file_cache' => 'string', 'file_cache_only' => 'bool', 'cache_full' => 'bool', 'restart_pending' => 'bool', 'restart_in_progress' => 'bool', 'memory_usage' => 'array', 'interned_strings_usage' => 'array', 'opcache_statistics' => 'array', 'preload_statistics' => 'array', 'scripts' => 'array', 'jit' => 'array'])] function opcache_get_status(bool $include_scripts = \true) : array|false { }
(PHP 5 &gt;= 5.5.5, PECL ZendOpcache &gt;= 7.0.2 )<br/> Get status information about the cache @link https://php.net/manual/en/function.opcache-get-status.php @param bool $include_scripts <p>Include script specific state information</p> @return array|false <p>Returns an array of information, optionally containing script specific state information</p> @since 5.5
opcache_get_status
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/Zend OPcache/OPcache.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/Zend OPcache/OPcache.php
MIT
#[ArrayShape(["directives" => "array", "version" => "string[]", "blacklist" => "array"])] function opcache_get_configuration() : array|false { }
(PHP 5 &gt;= 5.5.5, PECL ZendOpcache &gt;= 7.0.2 )<br/> Get configuration information about the cache @link https://php.net/manual/en/function.opcache-get-configuration.php @return array|false <p>Returns an array of information, including ini, blacklist and version</p> @since 5.5
opcache_get_configuration
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/Zend OPcache/OPcache.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/Zend OPcache/OPcache.php
MIT
#[Deprecated(reason: 'This function is deprecated in favor of the Object API', since: "8.0")] function zip_entry_open($zip_dp, $zip_entry, string $mode = 'rb') : bool { }
(PHP 4 &gt;= 4.1.0, PHP 5 &gt;= 5.2.0, PECL zip &gt;= 1.0.0)<br/> Open a directory entry for reading @link https://php.net/manual/en/function.zip-entry-open.php @param resource $zip_dp <p> A valid resource handle returned by <b>zip_open</b>. </p> @param resource $zip_entry <p> A directory entry returned by <b>zip_read</b>. </p> @param string $mode [optional] <p> Any of the modes specified in the documentation of <b>fopen</b>. </p> <p> Currently, <i>mode</i> is ignored and is always "rb". This is due to the fact that zip support in PHP is read only access. </p> @return bool <b>TRUE</b> on success or <b>FALSE</b> on failure. <p> Unlike <b>fopen</b> and other similar functions, the return value of <b>zip_entry_open</b> only indicates the result of the operation and is not needed for reading or closing the directory entry. </p>
zip_entry_open
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/zip/zip.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/zip/zip.php
MIT
#[Deprecated(since: "7.3")] function gzgetss($zp, int $length, $allowable_tags) { }
Get line from gz-file pointer and strip HTML tags @link https://php.net/manual/en/function.gzgetss.php @param resource $zp <p> The gz-file pointer. It must be valid, and must point to a file successfully opened by <b>gzopen</b>. </p> @param int $length [optional] <p> The length of data to get. </p> @param string $allowable_tags [optional] <p> You can use this optional parameter to specify tags which should not be stripped. </p> @return string|false The uncompressed and striped string, or <b>FALSE</b> on error. @removed 8.0
gzgetss
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/zlib/zlib.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/zlib/zlib.php
MIT
#[Pure] function gzcompress(string $data, int $level = -1, int $encoding = \ZLIB_ENCODING_DEFLATE) : string|false { }
Compress a string @link https://php.net/manual/en/function.gzcompress.php @param string $data <p> The data to compress. </p> @param int $level [optional] <p> The level of compression. Can be given as 0 for no compression up to 9 for maximum compression. </p> <p> If -1 is used, the default compression of the zlib library is used which is 6. </p> @param int $encoding [optional] <p> One of <b>ZLIB_ENCODING_*</b> constants. </p> @return string|false The compressed string or <b>FALSE</b> if an error occurred.
gzcompress
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/zlib/zlib.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/zlib/zlib.php
MIT
#[Pure] function gzuncompress(string $data, int $max_length = 0) : string|false { }
Uncompress a compressed string @link https://php.net/manual/en/function.gzuncompress.php @param string $data <p> The data compressed by <b>gzcompress</b>. </p> @param int $max_length [optional] <p> The maximum length of data to decode. </p> @return string|false The original uncompressed data or <b>FALSE</b> on error. <p> The function will return an error if the uncompressed data is more than 32768 times the length of the compressed input <i>data</i> or more than the optional parameter <i>length</i>. </p>
gzuncompress
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/zlib/zlib.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/zlib/zlib.php
MIT
#[Pure] function gzdeflate(string $data, int $level = -1, int $encoding = \ZLIB_ENCODING_RAW) : string|false { }
Deflate a string @link https://php.net/manual/en/function.gzdeflate.php @param string $data <p> The data to deflate. </p> @param int $level [optional] <p> The level of compression. Can be given as 0 for no compression up to 9 for maximum compression. If not given, the default compression level will be the default compression level of the zlib library. </p> @param int $encoding [optional] <p> One of <b>ZLIB_ENCODING_*</b> constants. </p> @return string|false The deflated string or <b>FALSE</b> if an error occurred.
gzdeflate
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/zlib/zlib.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/zlib/zlib.php
MIT
#[Pure] function gzinflate(string $data, int $max_length = 0) : string|false { }
Inflate a deflated string @link https://php.net/manual/en/function.gzinflate.php @param string $data <p> The data compressed by <b>gzdeflate</b>. </p> @param int $max_length [optional] <p> The maximum length of data to decode. </p> @return string|false The original uncompressed data or <b>FALSE</b> on error. <p> The function will return an error if the uncompressed data is more than 32768 times the length of the compressed input <i>data</i> or more than the optional parameter <i>length</i>. </p>
gzinflate
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/zlib/zlib.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/zlib/zlib.php
MIT
#[Pure] function gzencode(string $data, int $level = -1, int $encoding = \FORCE_GZIP) : string|false { }
Create a gzip compressed string @link https://php.net/manual/en/function.gzencode.php @param string $data <p> The data to encode. </p> @param int $level [optional] <p> The level of compression. Can be given as 0 for no compression up to 9 for maximum compression. If not given, the default compression level will be the default compression level of the zlib library. </p> @param int $encoding [optional] <p> The encoding mode. Can be <b>FORCE_GZIP</b> (the default) or <b>FORCE_DEFLATE</b>. </p> <p> Prior to PHP 5.4.0, using <b>FORCE_DEFLATE</b> results in a standard zlib deflated string (inclusive zlib headers) after a gzip file header but without the trailing crc32 checksum. </p> <p> In PHP 5.4.0 and later, <b>FORCE_DEFLATE</b> generates RFC 1950 compliant output, consisting of a zlib header, the deflated data, and an Adler checksum. </p> @return string|false The encoded string, or <b>FALSE</b> if an error occurred.
gzencode
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/zlib/zlib.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/zlib/zlib.php
MIT
#[Pure] function gzdecode(string $data, int $max_length = 0) : string|false { }
Decodes a gzip compressed string @link https://php.net/manual/en/function.gzdecode.php @param string $data <p> The data to decode, encoded by <b>gzencode</b>. </p> @param int $max_length <p> The maximum length of data to decode. </p> @return string|false The decoded string, or <b>FALSE</b> if an error occurred. @since 5.4
gzdecode
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/zlib/zlib.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/zlib/zlib.php
MIT
#[Pure] function zlib_encode(string $data, int $encoding, int $level = -1) : string|false { }
Compress data with the specified encoding @link https://php.net/manual/en/function.zlib-encode.php @param string $data <p> </p> @param int $encoding <p> </p> @param int $level [optional] default -1 <p> </p> @return string|false @since 5.4
zlib_encode
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/zlib/zlib.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/zlib/zlib.php
MIT
#[Pure] function zlib_decode(string $data, int $max_length = 0) : string|false { }
Uncompress any raw/gzip/zlib encoded data @link https://php.net/manual/en/function.zlib-decode.php @param string $data <p> </p> @param int $max_length <p> </p> @return string|false @since 5.4
zlib_decode
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/zlib/zlib.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/zlib/zlib.php
MIT
#[Pure] function zlib_get_coding_type() : string|false { }
Returns the coding type used for output compression @link https://php.net/manual/en/function.zlib-get-coding-type.php @return string|false Possible return values are gzip, deflate, or <b>FALSE</b>.
zlib_get_coding_type
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/zlib/zlib.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/zlib/zlib.php
MIT
#[Pure] #[LanguageLevelTypeAware(["8.0" => "DeflateContext|false"], default: "resource|false")] function deflate_init(int $encoding, array $options = []) { }
Initialize an incremental deflate context @link https://php.net/manual/en/function.deflate-init.php @param int $encoding <p> One of the <b>ZLIB_ENCODING_*</b> constants. </p> @param array $options <p> An associative array which may contain the following elements: <b>level</b>The compression level in range -1..9; defaults to -1. <b>memory</b>The compression memory level in range 1..9; defaults to 8. <b>window</b>The zlib window size (logarithmic) in range 8..15; defaults to 15. <b>strategy</b>One of <b>ZLIB_FILTERED</b>, <b>ZLIB_HUFFMAN_ONLY</b>, <b>ZLIB_RLE</b>, <b>ZLIB_FIXED</b> or <b>ZLIB_DEFAULT_STRATEGY</b> (the default). <b>dictionary</b>A string or an array of strings of the preset dictionary (default: no preset dictionary).</p> @return resource|false|DeflateContext <p> Returns a deflate context resource (zlib.deflate) on success, or <b>FALSE</b> on failure. </p> @since 7.0
deflate_init
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/zlib/zlib.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/zlib/zlib.php
MIT
#[Pure] #[LanguageLevelTypeAware(["8.0" => "InflateContext|false"], default: "resource|false")] function inflate_init(int $encoding, array $options = []) { }
Initialize an incremental inflate context @link https://php.net/manual/en/function.inflate-init.php @param int $encoding <p> One of the ZLIB_ENCODING_* constants. </p> @param array $options [optional] <p> An associative array which may contain the following elements: <b>level</b>The compression level in range -1..9; defaults to -1. <b>memory</b>The compression memory level in range 1..9; defaults to 8. <b>window</b>The zlib window size (logarithmic) in range 8..15; defaults to 15. <b>strategy</b>One of <b>ZLIB_FILTERED</b>, <b>ZLIB_HUFFMAN_ONLY</b>, <b>ZLIB_RLE</b>, <b>ZLIB_FIXED</b> or <b>ZLIB_DEFAULT_STRATEGY</b> (the default). <b>dictionary</b>A string or an array of strings of the preset dictionary (default: no preset dictionary).</p> @return resource|false|InflateContext <p> Returns an inflate context resource (zlib.inflate) on success, or <b>FALSE</b> on failure. </p> @since 7.0
inflate_init
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/zlib/zlib.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/zlib/zlib.php
MIT
#[Pure] function inflate_get_read_len(#[LanguageLevelTypeAware(["8.0" => "InflateContext"], default: "resource")] $context) : int { }
Get number of bytes read so far @param InflateContext|resource $context @return int @since 7.2
inflate_get_read_len
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/zlib/zlib.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/zlib/zlib.php
MIT
#[Pure] function inflate_get_status(#[LanguageLevelTypeAware(["8.0" => "InflateContext"], default: "resource")] $context) : int { }
Get decompression status @param InflateContext|resource $context @return int @since 7.2
inflate_get_status
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/zlib/zlib.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/zlib/zlib.php
MIT
#[Pure] public function getChildren($path, $watcher_cb = null) { }
Get children data of a path. @param string $path @param callable $watcher_cb @return array|false @link https://www.php.net/manual/en/zookeeper.getchildren.php @throws ZookeeperException when connection not in connected status @throws ZookeeperNoNodeException when path does not exist
getChildren
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/zookeeper/zookeeper.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/zookeeper/zookeeper.php
MIT
#[Pure] public function getAcl($path) { }
Gets the acl associated with a node synchronously. @param string $path @return array @link https://www.php.net/manual/en/zookeeper.getacl.php @throws ZookeeperException when connection not in connected status
getAcl
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/zookeeper/zookeeper.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/zookeeper/zookeeper.php
MIT
#[Pure] public function getClientId() { }
return the client session id, only valid if the connections is currently connected (ie. last watcher state is ZOO_CONNECTED_STATE). @return int @link https://www.php.net/manual/en/zookeeper.getclientid.php @throws ZookeeperException @throws ZookeeperConnectionException when connection not in connected status
getClientId
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/zookeeper/zookeeper.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/zookeeper/zookeeper.php
MIT
#[Pure] public function getState() { }
Get the state of the zookeeper connection. @return int @link https://www.php.net/manual/en/zookeeper.getstate.php @throws ZookeeperException @throws ZookeeperConnectionException when connection not in connected status
getState
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/zookeeper/zookeeper.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/zookeeper/zookeeper.php
MIT
#[Pure] public function getRecvTimeout() { }
Return the timeout for this session, only valid if the connections is currently connected (ie. last watcher state is ZOO_CONNECTED_STATE). This value may change after a server reconnect. @return int @link https://www.php.net/manual/en/zookeeper.getrecvtimeout.php @throws ZookeeperException @throws ZookeeperConnectionException when connection not in connected status
getRecvTimeout
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/zookeeper/zookeeper.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/zookeeper/zookeeper.php
MIT
public function attribute($name, array $args = []) : Node\Attribute { return new Node\Attribute(BuilderHelpers::normalizeName($name), $this->args($args)); }
Creates an attribute node. @param string|Name $name Name of the attribute @param array $args Attribute named arguments
attribute
php
deptrac/deptrac
vendor/nikic/php-parser/lib/PhpParser/BuilderFactory.php
https://github.com/deptrac/deptrac/blob/master/vendor/nikic/php-parser/lib/PhpParser/BuilderFactory.php
MIT
public function namespace($name) : Builder\Namespace_ { return new Builder\Namespace_($name); }
Creates a namespace builder. @param null|string|Node\Name $name Name of the namespace @return Builder\Namespace_ The created namespace builder
namespace
php
deptrac/deptrac
vendor/nikic/php-parser/lib/PhpParser/BuilderFactory.php
https://github.com/deptrac/deptrac/blob/master/vendor/nikic/php-parser/lib/PhpParser/BuilderFactory.php
MIT
public function class(string $name) : Builder\Class_ { return new Builder\Class_($name); }
Creates a class builder. @param string $name Name of the class @return Builder\Class_ The created class builder
class
php
deptrac/deptrac
vendor/nikic/php-parser/lib/PhpParser/BuilderFactory.php
https://github.com/deptrac/deptrac/blob/master/vendor/nikic/php-parser/lib/PhpParser/BuilderFactory.php
MIT
public function interface(string $name) : Builder\Interface_ { return new Builder\Interface_($name); }
Creates an interface builder. @param string $name Name of the interface @return Builder\Interface_ The created interface builder
interface
php
deptrac/deptrac
vendor/nikic/php-parser/lib/PhpParser/BuilderFactory.php
https://github.com/deptrac/deptrac/blob/master/vendor/nikic/php-parser/lib/PhpParser/BuilderFactory.php
MIT
public function trait(string $name) : Builder\Trait_ { return new Builder\Trait_($name); }
Creates a trait builder. @param string $name Name of the trait @return Builder\Trait_ The created trait builder
trait
php
deptrac/deptrac
vendor/nikic/php-parser/lib/PhpParser/BuilderFactory.php
https://github.com/deptrac/deptrac/blob/master/vendor/nikic/php-parser/lib/PhpParser/BuilderFactory.php
MIT
public function enum(string $name) : Builder\Enum_ { return new Builder\Enum_($name); }
Creates an enum builder. @param string $name Name of the enum @return Builder\Enum_ The created enum builder
enum
php
deptrac/deptrac
vendor/nikic/php-parser/lib/PhpParser/BuilderFactory.php
https://github.com/deptrac/deptrac/blob/master/vendor/nikic/php-parser/lib/PhpParser/BuilderFactory.php
MIT
public function useTrait(...$traits) : Builder\TraitUse { return new Builder\TraitUse(...$traits); }
Creates a trait use builder. @param Node\Name|string ...$traits Trait names @return Builder\TraitUse The created trait use builder
useTrait
php
deptrac/deptrac
vendor/nikic/php-parser/lib/PhpParser/BuilderFactory.php
https://github.com/deptrac/deptrac/blob/master/vendor/nikic/php-parser/lib/PhpParser/BuilderFactory.php
MIT
public function traitUseAdaptation($trait, $method = null) : Builder\TraitUseAdaptation { if ($method === null) { $method = $trait; $trait = null; } return new Builder\TraitUseAdaptation($trait, $method); }
Creates a trait use adaptation builder. @param Node\Name|string|null $trait Trait name @param Node\Identifier|string $method Method name @return Builder\TraitUseAdaptation The created trait use adaptation builder
traitUseAdaptation
php
deptrac/deptrac
vendor/nikic/php-parser/lib/PhpParser/BuilderFactory.php
https://github.com/deptrac/deptrac/blob/master/vendor/nikic/php-parser/lib/PhpParser/BuilderFactory.php
MIT
public function method(string $name) : Builder\Method { return new Builder\Method($name); }
Creates a method builder. @param string $name Name of the method @return Builder\Method The created method builder
method
php
deptrac/deptrac
vendor/nikic/php-parser/lib/PhpParser/BuilderFactory.php
https://github.com/deptrac/deptrac/blob/master/vendor/nikic/php-parser/lib/PhpParser/BuilderFactory.php
MIT
public function param(string $name) : Builder\Param { return new Builder\Param($name); }
Creates a parameter builder. @param string $name Name of the parameter @return Builder\Param The created parameter builder
param
php
deptrac/deptrac
vendor/nikic/php-parser/lib/PhpParser/BuilderFactory.php
https://github.com/deptrac/deptrac/blob/master/vendor/nikic/php-parser/lib/PhpParser/BuilderFactory.php
MIT
public function property(string $name) : Builder\Property { return new Builder\Property($name); }
Creates a property builder. @param string $name Name of the property @return Builder\Property The created property builder
property
php
deptrac/deptrac
vendor/nikic/php-parser/lib/PhpParser/BuilderFactory.php
https://github.com/deptrac/deptrac/blob/master/vendor/nikic/php-parser/lib/PhpParser/BuilderFactory.php
MIT
public function function(string $name) : Builder\Function_ { return new Builder\Function_($name); }
Creates a function builder. @param string $name Name of the function @return Builder\Function_ The created function builder
function
php
deptrac/deptrac
vendor/nikic/php-parser/lib/PhpParser/BuilderFactory.php
https://github.com/deptrac/deptrac/blob/master/vendor/nikic/php-parser/lib/PhpParser/BuilderFactory.php
MIT
public function use($name) : Builder\Use_ { return new Builder\Use_($name, Use_::TYPE_NORMAL); }
Creates a namespace/class use builder. @param Node\Name|string $name Name of the entity (namespace or class) to alias @return Builder\Use_ The created use builder
use
php
deptrac/deptrac
vendor/nikic/php-parser/lib/PhpParser/BuilderFactory.php
https://github.com/deptrac/deptrac/blob/master/vendor/nikic/php-parser/lib/PhpParser/BuilderFactory.php
MIT
public function useFunction($name) : Builder\Use_ { return new Builder\Use_($name, Use_::TYPE_FUNCTION); }
Creates a function use builder. @param Node\Name|string $name Name of the function to alias @return Builder\Use_ The created use function builder
useFunction
php
deptrac/deptrac
vendor/nikic/php-parser/lib/PhpParser/BuilderFactory.php
https://github.com/deptrac/deptrac/blob/master/vendor/nikic/php-parser/lib/PhpParser/BuilderFactory.php
MIT
public function useConst($name) : Builder\Use_ { return new Builder\Use_($name, Use_::TYPE_CONSTANT); }
Creates a constant use builder. @param Node\Name|string $name Name of the const to alias @return Builder\Use_ The created use const builder
useConst
php
deptrac/deptrac
vendor/nikic/php-parser/lib/PhpParser/BuilderFactory.php
https://github.com/deptrac/deptrac/blob/master/vendor/nikic/php-parser/lib/PhpParser/BuilderFactory.php
MIT
public function classConst($name, $value) : Builder\ClassConst { return new Builder\ClassConst($name, $value); }
Creates a class constant builder. @param string|Identifier $name Name @param Node\Expr|bool|null|int|float|string|array $value Value @return Builder\ClassConst The created use const builder
classConst
php
deptrac/deptrac
vendor/nikic/php-parser/lib/PhpParser/BuilderFactory.php
https://github.com/deptrac/deptrac/blob/master/vendor/nikic/php-parser/lib/PhpParser/BuilderFactory.php
MIT
public function enumCase($name) : Builder\EnumCase { return new Builder\EnumCase($name); }
Creates an enum case builder. @param string|Identifier $name Name @return Builder\EnumCase The created use const builder
enumCase
php
deptrac/deptrac
vendor/nikic/php-parser/lib/PhpParser/BuilderFactory.php
https://github.com/deptrac/deptrac/blob/master/vendor/nikic/php-parser/lib/PhpParser/BuilderFactory.php
MIT
public function val($value) : Expr { return BuilderHelpers::normalizeValue($value); }
Creates node a for a literal value. @param Expr|bool|null|int|float|string|array|\UnitEnum $value $value
val
php
deptrac/deptrac
vendor/nikic/php-parser/lib/PhpParser/BuilderFactory.php
https://github.com/deptrac/deptrac/blob/master/vendor/nikic/php-parser/lib/PhpParser/BuilderFactory.php
MIT
public function var($name) : Expr\Variable { if (!\is_string($name) && !$name instanceof Expr) { throw new \LogicException('Variable name must be string or Expr'); } return new Expr\Variable($name); }
Creates variable node. @param string|Expr $name Name
var
php
deptrac/deptrac
vendor/nikic/php-parser/lib/PhpParser/BuilderFactory.php
https://github.com/deptrac/deptrac/blob/master/vendor/nikic/php-parser/lib/PhpParser/BuilderFactory.php
MIT