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] #[ArrayShape(['country_code' => 'string', 'latitude' => 'double', 'longitude' => 'double', 'comments' => 'string'])] public function getLocation() : array|false { }
Returns location information for a timezone @return array|false @link https://php.net/manual/en/datetimezone.getlocation.php
getLocation
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/date/date_c.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/date/date_c.php
MIT
#[TentativeType] public function getOffset(\DateTimeInterface $datetime) : int { }
Returns the timezone offset from GMT @param DateTimeInterface $datetime @return int @link https://php.net/manual/en/datetimezone.getoffset.php
getOffset
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/date/date_c.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/date/date_c.php
MIT
#[TentativeType] public function getTransitions(#[PhpStormStubsElementAvailable(from: '5.3', to: '5.6')] $timestampBegin, #[PhpStormStubsElementAvailable(from: '5.3', to: '5.6')] $timestampEnd, #[PhpStormStubsElementAvailable(from: '7.0')] #[LanguageLevelTypeAware(['8.0' => 'int'], default: '')] $timestampBegin = \PHP_INT_MIN, #[PhpStormStubsElementAvailable(from: '7.0')] #[LanguageLevelTypeAware(['8.0' => 'int'], default: '')] $timestampEnd = \PHP_INT_MAX) : array|false { }
Returns all transitions for the timezone @param int $timestampBegin @param int $timestampEnd @return array|false @link https://php.net/manual/en/datetimezone.gettransitions.php
getTransitions
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/date/date_c.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/date/date_c.php
MIT
#[TentativeType] public static function listAbbreviations() : array { }
Returns associative array containing dst, offset and the timezone name @return array<string, list<array{dst: bool, offset: int, timezone_id: string|null}>> @link https://php.net/manual/en/datetimezone.listabbreviations.php
listAbbreviations
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/date/date_c.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/date/date_c.php
MIT
#[LanguageLevelTypeAware(["8.0" => "array"], default: "array|false")] #[TentativeType] public static function listIdentifiers(#[LanguageLevelTypeAware(['8.0' => 'int'], default: '')] $timezoneGroup = \DateTimeZone::ALL, #[LanguageLevelTypeAware(['8.0' => 'string|null'], default: '')] $countryCode = null) : array { }
Returns a numerically indexed array with all timezone identifiers @param int $timezoneGroup @param string $countryCode @return array|false Returns the array of timezone identifiers, or <b>FALSE</b> on failure. Since PHP8, always returns <b>array</b>. @link https://php.net/manual/en/datetimezone.listidentifiers.php
listIdentifiers
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/date/date_c.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/date/date_c.php
MIT
#[TentativeType] public function __wakeup() : void { }
@link https://php.net/manual/en/datetime.wakeup.php
__wakeup
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/date/date_c.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/date/date_c.php
MIT
#[TentativeType] public function format(#[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $format) : string { }
Formats the interval @param string $format @return string @link https://php.net/manual/en/dateinterval.format.php
format
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/date/date_c.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/date/date_c.php
MIT
#[TentativeType] public static function createFromDateString(#[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $datetime) : \DateInterval|false { }
Sets up a DateInterval from the relative parts of the string @param string $datetime @return DateInterval|false Returns a new {@link https://www.php.net/manual/en/class.dateinterval.php DateInterval} instance on success, or <b>FALSE</b> on failure. @link https://php.net/manual/en/dateinterval.createfromdatestring.php
createFromDateString
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/date/date_c.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/date/date_c.php
MIT
#[TentativeType] public function getDateInterval() : \DateInterval { }
Gets the interval @return DateInterval @link https://php.net/manual/en/dateperiod.getdateinterval.php @since 5.6.5
getDateInterval
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/date/date_c.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/date/date_c.php
MIT
#[TentativeType] public function getEndDate() : ?\DateTimeInterface { }
Gets the end date @return DateTimeInterface|null @link https://php.net/manual/en/dateperiod.getenddate.php @since 5.6.5 @return TEnd
getEndDate
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/date/date_c.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/date/date_c.php
MIT
#[TentativeType] public function getStartDate() : \DateTimeInterface { }
Gets the start date @return DateTimeInterface @link https://php.net/manual/en/dateperiod.getstartdate.php @since 5.6.5 @return TDate
getStartDate
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/date/date_c.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/date/date_c.php
MIT
#[TentativeType] public function getRecurrences() : ?int { }
Get the number of recurrences @return int|null @link https://php.net/manual/en/dateperiod.getrecurrences.php @since 7.2.17
getRecurrences
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/date/date_c.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/date/date_c.php
MIT
#[PhpStormStubsElementAvailable(from: '5.3', to: '8.1')] function dba_open($path, $mode, $handler, ...$handler_params) { }
Open database @link https://php.net/manual/en/function.dba-open.php @param string $path <p> Commonly a regular path in your filesystem. </p> @param string $mode <p> It is r for read access, w for read/write access to an already existing database, c for read/write access and database creation if it doesn't currently exist, and n for create, truncate and read/write access. The database is created in BTree mode, other modes (like Hash or Queue) are not supported. </p> <p> Additionally you can set the database lock method with the next char. Use l to lock the database with a .lck file or d to lock the databasefile itself. It is important that all of your applications do this consistently. </p> <p> If you want to test the access and do not want to wait for the lock you can add t as third character. When you are absolutely sure that you do not require database locking you can do so by using - instead of l or d. When none of d, l or - is used, dba will lock on the database file as it would with d. </p> <p> There can only be one writer for one database file. When you use dba on a web server and more than one request requires write operations they can only be done one after another. Also read during write is not allowed. The dba extension uses locks to prevent this. See the following table: <table> DBA locking <tr valign="top"> <td>already open</td> <td><i>mode</i> = "rl"</td> <td><i>mode</i> = "rlt"</td> <td><i>mode</i> = "wl"</td> <td><i>mode</i> = "wlt"</td> <td><i>mode</i> = "rd"</td> <td><i>mode</i> = "rdt"</td> <td><i>mode</i> = "wd"</td> <td><i>mode</i> = "wdt"</td> </tr> <tr valign="top"> <td>not open</td> <td>ok</td> <td>ok</td> <td>ok</td> <td>ok</td> <td>ok</td> <td>ok</td> <td>ok</td> <td>ok</td> </tr> <tr valign="top"> <td><i>mode</i> = "rl"</td> <td>ok</td> <td>ok</td> <td>wait</td> <td>false</td> <td>illegal</td> <td>illegal</td> <td>illegal</td> <td>illegal</td> </tr> <tr valign="top"> <td><i>mode</i> = "wl"</td> <td>wait</td> <td>false</td> <td>wait</td> <td>false</td> <td>illegal</td> <td>illegal</td> <td>illegal</td> <td>illegal</td> </tr> <tr valign="top"> <td><i>mode</i> = "rd"</td> <td>illegal</td> <td>illegal</td> <td>illegal</td> <td>illegal</td> <td>ok</td> <td>ok</td> <td>wait</td> <td>false</td> </tr> <tr valign="top"> <td><i>mode</i> = "wd"</td> <td>illegal</td> <td>illegal</td> <td>illegal</td> <td>illegal</td> <td>wait</td> <td>false</td> <td>wait</td> <td>false</td> </tr> </table> ok: the second call will be successful. wait: the second call waits until <b>dba_close</b> is called for the first. false: the second call returns false. illegal: you must not mix "l" and "d" modifiers for <i>mode</i> parameter. </p> @param string $handler [optional] <p> The name of the handler which shall be used for accessing <i>path</i>. It is passed all optional parameters given to <b>dba_open</b> and can act on behalf of them. </p> @param mixed ...$handler_params [optional] @return resource|false a positive handle on success or <b>FALSE</b> on failure.
dba_open
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/dba/dba.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/dba/dba.php
MIT
#[PhpStormStubsElementAvailable(from: '5.3', to: '8.1')] function dba_popen($path, $mode, $handler, ...$handler_params) { }
Open database persistently @link https://php.net/manual/en/function.dba-popen.php @param string $path <p> Commonly a regular path in your filesystem. </p> @param string $mode <p> It is r for read access, w for read/write access to an already existing database, c for read/write access and database creation if it doesn't currently exist, and n for create, truncate and read/write access. </p> @param string $handler [optional] <p> The name of the handler which shall be used for accessing <i>path</i>. It is passed all optional parameters given to <b>dba_popen</b> and can act on behalf of them. </p> @param mixed ...$handler_params [optional] @return resource|false a positive handle on success or <b>FALSE</b> on failure.
dba_popen
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/dba/dba.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/dba/dba.php
MIT
#[Deprecated(since: 8.300000000000001)] function dba_fetch($key, $skip, $dba) : string|false { }
Fetch data specified by key @link https://php.net/manual/en/function.dba-fetch.php @param string $key <p> The key the data is specified by. </p> <p> When working with inifiles this function accepts arrays as keys where index 0 is the group and index 1 is the value name. See: <b>dba_key_split</b>. </p> @param int $skip The number of key-value pairs to ignore when using cdb databases. This value is ignored for all other databases which do not support multiple keys with the same name. @param resource $dba <p> The database handler, returned by <b>dba_open</b> or <b>dba_popen</b>. </p> @return string|false the associated string if the key/data pair is found, <b>FALSE</b> otherwise.
dba_fetch
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/dba/dba.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/dba/dba.php
MIT
#[LanguageLevelTypeAware(['8.0' => 'DOMElement'], default: 'DOMElement|null')] function dom_import_simplexml(object $node) { }
Gets a <b>DOMElement</b> object from a <b>SimpleXMLElement</b> object @link https://php.net/manual/en/function.dom-import-simplexml.php @param SimpleXMLElement $node <p> The <b>SimpleXMLElement</b> node. </p> @return DOMElement|null The <b>DOMElement</b> node added or <b>NULL</b> if any errors occur.
dom_import_simplexml
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/dom/dom.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/dom/dom.php
MIT
#[TentativeType] public function hasChildNodes() : bool { }
Checks if node has children @link https://php.net/manual/en/domnode.haschildnodes.php @return bool true on success or false on failure.
hasChildNodes
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
MIT
#[TentativeType] public function normalize() : void { }
Normalizes the node @link https://php.net/manual/en/domnode.normalize.php @return void
normalize
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
MIT
#[TentativeType] public function isSupported(#[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $feature, #[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $version) : bool { }
Checks if feature is supported for specified version @link https://php.net/manual/en/domnode.issupported.php @param string $feature <p> The feature to test. See the example of DOMImplementation::hasFeature for a list of features. </p> @param string $version <p> The version number of the feature to test. </p> @return bool true on success or false on failure.
isSupported
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
MIT
#[TentativeType] public function hasAttributes() : bool { }
Checks if node has attributes @link https://php.net/manual/en/domnode.hasattributes.php @return bool true on success or false on failure.
hasAttributes
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
MIT
#[TentativeType] public function isSameNode(\DOMNode $otherNode) : bool { }
Indicates if two nodes are the same node @link https://php.net/manual/en/domnode.issamenode.php @param DOMNode $otherNode <p> The compared node. </p> @return bool true on success or false on failure.
isSameNode
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
MIT
#[TentativeType] public function lookupPrefix(#[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $namespace) : ?string { }
Gets the namespace prefix of the node based on the namespace URI @link https://php.net/manual/en/domnode.lookupprefix.php @param string $namespace <p> The namespace URI. </p> @return string The prefix of the namespace.
lookupPrefix
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
MIT
#[TentativeType] public function isDefaultNamespace(#[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $namespace) : bool { }
Checks if the specified namespaceURI is the default namespace or not @link https://php.net/manual/en/domnode.isdefaultnamespace.php @param string $namespace <p> The namespace URI to look for. </p> @return bool Return true if namespaceURI is the default namespace, false otherwise.
isDefaultNamespace
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
MIT
#[PhpStormStubsElementAvailable(from: '8.0')] #[TentativeType] public function lookupNamespaceURI(?string $prefix) : ?string { }
Gets the namespace URI of the node based on the prefix @link https://php.net/manual/en/domnode.lookupnamespaceuri.php @param string|null $prefix <p> The prefix of the namespace. </p> @return string|null The namespace URI of the node.
lookupNamespaceURI
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
MIT
#[PhpStormStubsElementAvailable(from: '5.3', to: '7.4')] public function lookupNamespaceUri($prefix) { }
Gets the namespace URI of the node based on the prefix @link https://php.net/manual/en/domnode.lookupnamespaceuri.php @param string|null $prefix <p> The prefix of the namespace. </p> @return string|null The namespace URI of the node.
lookupNamespaceUri
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
MIT
#[LanguageLevelTypeAware(['8.3' => 'bool'], default: '')] public function isEqualNode(#[LanguageLevelTypeAware(['8.3' => 'DOMNode|null'], default: 'DOMNode')] $otherNode) { }
@param DOMNode|null $arg @return bool
isEqualNode
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
MIT
#[TentativeType] public function getNodePath() : ?string { }
Gets an XPath location path for the node @return string|null the XPath, or NULL in case of an error. @link https://secure.php.net/manual/en/domnode.getnodepath.php
getNodePath
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
MIT
#[TentativeType] public function getLineNo() : int { }
Get line number for a node @link https://php.net/manual/en/domnode.getlineno.php @return int Always returns the line number where the node was defined in.
getLineNo
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
MIT
#[TentativeType] public function C14N(#[LanguageLevelTypeAware(['8.0' => 'bool'], default: '')] $exclusive = \false, #[LanguageLevelTypeAware(['8.0' => 'bool'], default: '')] $withComments = \false, #[LanguageLevelTypeAware(['8.0' => 'array|null'], default: 'array')] $xpath = null, #[LanguageLevelTypeAware(['8.0' => 'array|null'], default: 'array')] $nsPrefixes = null) : string|false { }
Canonicalize nodes to a string @param bool $exclusive [optional] Enable exclusive parsing of only the nodes matched by the provided xpath or namespace prefixes. @param bool $withComments [optional] Retain comments in output. @param null|array $xpath [optional] An array of xpaths to filter the nodes by. @param null|array $nsPrefixes [optional] An array of namespace prefixes to filter the nodes by. @return string|false Canonicalized nodes as a string or FALSE on failure
C14N
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
MIT
#[TentativeType] public function C14NFile(#[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $uri, #[LanguageLevelTypeAware(['8.0' => 'bool'], default: '')] $exclusive = \false, #[LanguageLevelTypeAware(['8.0' => 'bool'], default: '')] $withComments = \false, #[LanguageLevelTypeAware(['8.0' => 'array|null'], default: 'array')] $xpath = null, #[LanguageLevelTypeAware(['8.0' => 'array|null'], default: 'array')] $nsPrefixes = null) : int|false { }
Canonicalize nodes to a file. @link https://www.php.net/manual/en/domnode.c14nfile @param string $uri Number of bytes written or FALSE on failure @param bool $exclusive [optional] Enable exclusive parsing of only the nodes matched by the provided xpath or namespace prefixes. @param bool $withComments [optional] Retain comments in output. @param null|array $xpath [optional] An array of xpaths to filter the nodes by. @param null|array $nsPrefixes [optional] An array of namespace prefixes to filter the nodes by. @return int|false Number of bytes written or FALSE on failure
C14NFile
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
MIT
#[TentativeType] public function getFeature(#[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $feature, #[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $version) : never { }
@param string $feature @param string $version @return mixed
getFeature
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
MIT
#[TentativeType] public function appendXML(#[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $data) : bool { }
Append raw XML data @link https://php.net/manual/en/domdocumentfragment.appendxml.php @param string $data <p> XML to append. </p> @return bool true on success or false on failure.
appendXML
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
MIT
#[TentativeType] public function createDocumentFragment() : \DOMDocumentFragment { }
Create new document fragment @link https://php.net/manual/en/domdocument.createdocumentfragment.php @return DOMDocumentFragment|false The new DOMDocumentFragment or false if an error occurred.
createDocumentFragment
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
MIT
#[TentativeType] public function createTextNode(#[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $data) : \DOMText { }
Create new text node @link https://php.net/manual/en/domdocument.createtextnode.php @param string $data <p> The content of the text. </p> @return DOMText|false The new DOMText or false if an error occurred.
createTextNode
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
MIT
#[TentativeType] public function createComment(#[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $data) : \DOMComment { }
Create new comment node @link https://php.net/manual/en/domdocument.createcomment.php @param string $data <p> The content of the comment. </p> @return DOMComment|false The new DOMComment or false if an error occurred.
createComment
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
MIT
#[TentativeType] public function getElementsByTagName(#[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $qualifiedName) : \DOMNodeList { }
Searches for all elements with given tag name @link https://php.net/manual/en/domdocument.getelementsbytagname.php @param string $qualifiedName <p> The name of the tag to match on. The special value * matches all tags. </p> @return DOMNodeList A new DOMNodeList object containing all the matched elements.
getElementsByTagName
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
MIT
#[TentativeType] public function getElementsByTagNameNS(#[LanguageLevelTypeAware(['8.0' => 'string|null'], default: '')] $namespace, #[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $localName) : \DOMNodeList { }
Searches for all elements with given tag name in specified namespace @link https://php.net/manual/en/domdocument.getelementsbytagnamens.php @param string $namespace <p> The namespace URI of the elements to match on. The special value * matches all namespaces. </p> @param string $localName <p> The local name of the elements to match on. The special value * matches all local names. </p> @return DOMNodeList A new DOMNodeList object containing all the matched elements.
getElementsByTagNameNS
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
MIT
#[TentativeType] public function getElementById(#[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $elementId) : ?\DOMElement { }
Searches for an element with a certain id @link https://php.net/manual/en/domdocument.getelementbyid.php @param string $elementId <p> The unique id value for an element. </p> @return DOMElement|null The DOMElement or null if the element is not found.
getElementById
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
MIT
#[TentativeType] public function normalizeDocument() : void { }
Normalizes the document @link https://php.net/manual/en/domdocument.normalizedocument.php @return void
normalizeDocument
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
MIT
#[TentativeType] #[LanguageLevelTypeAware(['8.3' => 'bool'], default: 'DOMDocument|bool')] public function load(#[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $filename, #[LanguageLevelTypeAware(['8.0' => 'int'], default: '')] $options = 0) { }
Load XML from a file @link https://php.net/manual/en/domdocument.load.php @param string $filename <p> The path to the XML document. </p> @param int $options [optional] <p> Bitwise OR of the libxml option constants. </p> @return DOMDocument|bool true on success or false on failure. Prior to PHP 8.3 if called statically, returns a DOMDocument and issues E_STRICT warning.
load
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
MIT
#[TentativeType] #[LanguageLevelTypeAware(['8.3' => 'bool'], default: 'DOMDocument|bool')] public function loadXML(#[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $source, #[LanguageLevelTypeAware(['8.0' => 'int'], default: '')] $options = 0) { }
Load XML from a string @link https://php.net/manual/en/domdocument.loadxml.php @param string $source <p> The string containing the XML. </p> @param int $options [optional] <p> Bitwise OR of the libxml option constants. </p> @return DOMDocument|bool true on success or false on failure. Prior to PHP 8.3 if called statically, returns a DOMDocument and issues E_STRICT warning.
loadXML
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
MIT
#[TentativeType] public function saveXML(?\DOMNode $node = null, #[PhpStormStubsElementAvailable(from: '7.0')] #[LanguageLevelTypeAware(['8.0' => 'int'], default: '')] $options = 0) : string|false { }
Dumps the internal XML tree back into a string @link https://php.net/manual/en/domdocument.savexml.php @param null|DOMNode $node [optional] <p> Use this parameter to output only a specific node without XML declaration rather than the entire document. </p> @param int $options [optional] <p> Additional Options. Currently only LIBXML_NOEMPTYTAG is supported. </p> @return string|false the XML, or false if an error occurred.
saveXML
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
MIT
#[TentativeType] public function validate() : bool { }
Validates the document based on its DTD @link https://php.net/manual/en/domdocument.validate.php @return bool true on success or false on failure. If the document have no DTD attached, this method will return false.
validate
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
MIT
#[TentativeType] public function xinclude(#[LanguageLevelTypeAware(['8.0' => 'int'], default: '')] $options = 0) : int|false { }
Substitutes XIncludes in a DOMDocument Object @link https://php.net/manual/en/domdocument.xinclude.php @param int $options [optional] <p> libxml parameters. Available since PHP 5.1.0 and Libxml 2.6.7. </p> @return int|false the number of XIncludes in the document.
xinclude
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
MIT
#[TentativeType] #[LanguageLevelTypeAware(['8.3' => 'bool'], default: 'DOMDocument|bool')] public function loadHTML(#[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $source, #[LanguageLevelTypeAware(['8.0' => 'int'], default: '')] $options = 0) { }
Load HTML from a string @link https://php.net/manual/en/domdocument.loadhtml.php @param string $source <p> The HTML string. </p> @param int $options [optional] <p> Since PHP 5.4.0 and Libxml 2.6.0, you may also use the options parameter to specify additional Libxml parameters. </p> @return DOMDocument|bool true on success or false on failure. Prior to PHP 8.3 if called statically, returns a DOMDocument and issues E_STRICT warning.
loadHTML
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
MIT
#[TentativeType] #[LanguageLevelTypeAware(['8.3' => 'bool'], default: 'DOMDocument|bool')] public function loadHTMLFile(#[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $filename, #[LanguageLevelTypeAware(['8.0' => 'int'], default: '')] $options = 0) { }
Load HTML from a file @link https://php.net/manual/en/domdocument.loadhtmlfile.php @param string $filename <p> The path to the HTML file. </p> @param int $options [optional] <p> Since PHP 5.4.0 and Libxml 2.6.0, you may also use the options parameter to specify additional Libxml parameters. </p> @return DOMDocument|bool true on success or false on failure. Prior to PHP 8.3 if called statically, returns a DOMDocument and issues E_STRICT warning.
loadHTMLFile
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
MIT
#[TentativeType] public function saveHTMLFile(#[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $filename) : int|false { }
Dumps the internal document into a file using HTML formatting @link https://php.net/manual/en/domdocument.savehtmlfile.php @param string $filename <p> The path to the saved HTML document. </p> @return int|false the number of bytes written or false if an error occurred.
saveHTMLFile
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
MIT
#[TentativeType] public function relaxNGValidate(#[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $filename) : bool { }
Performs relaxNG validation on the document @link https://php.net/manual/en/domdocument.relaxngvalidate.php @param string $filename <p> The RNG file. </p> @return bool true on success or false on failure.
relaxNGValidate
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
MIT
#[TentativeType] public function relaxNGValidateSource(#[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $source) : bool { }
Performs relaxNG validation on the document @link https://php.net/manual/en/domdocument.relaxngvalidatesource.php @param string $source <p> A string containing the RNG schema. </p> @return bool true on success or false on failure.
relaxNGValidateSource
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
MIT
#[TentativeType] public function registerNodeClass(#[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $baseClass, #[LanguageLevelTypeAware(['8.0' => 'string|null'], default: '')] $extendedClass) : bool { }
Register extended class used to create base node type @link https://php.net/manual/en/domdocument.registernodeclass.php @param string $baseClass <p> The DOM class that you want to extend. You can find a list of these classes in the chapter introduction. </p> @param string $extendedClass <p> Your extended class name. If null is provided, any previously registered class extending baseclass will be removed. </p> @return bool true on success or false on failure.
registerNodeClass
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
MIT
#[TentativeType] public function getNamedItem(#[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $qualifiedName) : ?\DOMNode { }
Retrieves a node specified by name @link https://php.net/manual/en/domnamednodemap.getnameditem.php @param string $qualifiedName <p> The nodeName of the node to retrieve. </p> @return DOMNode|null A node (of any type) with the specified nodeName, or null if no node is found.
getNamedItem
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
MIT
#[TentativeType] public function item(#[PhpStormStubsElementAvailable(from: '5.3', to: '7.0')] $index = 0, #[PhpStormStubsElementAvailable(from: '7.1')] #[LanguageLevelTypeAware(['8.0' => 'int'], default: '')] $index) : ?\DOMNode { }
Retrieves a node specified by index @link https://php.net/manual/en/domnamednodemap.item.php @param int $index <p> Index into this map. </p> @return DOMNode|null The node at the indexth position in the map, or null if that is not a valid index (greater than or equal to the number of nodes in this map).
item
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
MIT
#[TentativeType] public function getNamedItemNS(#[PhpStormStubsElementAvailable(from: '5.3', to: '7.4')] $namespaceURI = '', #[PhpStormStubsElementAvailable(from: '8.0')] ?string $namespace, #[PhpStormStubsElementAvailable(from: '5.3', to: '7.4')] $localName = '', #[PhpStormStubsElementAvailable(from: '8.0')] string $localName) : ?\DOMNode { }
Retrieves a node specified by local name and namespace URI @link https://php.net/manual/en/domnamednodemap.getnameditemns.php @param string $namespace <p> The namespace URI of the node to retrieve. </p> @param string $localName <p> The local name of the node to retrieve. </p> @return DOMNode|null A node (of any type) with the specified local name and namespace URI, or null if no node is found.
getNamedItemNS
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
MIT
#[TentativeType] #[LanguageLevelTypeAware(['8.3' => 'true'], default: 'bool')] public function appendData(#[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $data) { }
Append the string to the end of the character data of the node @link https://php.net/manual/en/domcharacterdata.appenddata.php @param string $data <p> The string to append. </p>
appendData
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
MIT
#[TentativeType] public function insertData(#[LanguageLevelTypeAware(['8.0' => 'int'], default: '')] $offset, #[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $data) : bool { }
Insert a string at the specified 16-bit unit offset @link https://php.net/manual/en/domcharacterdata.insertdata.php @param int $offset <p> The character offset at which to insert. </p> @param string $data <p> The string to insert. </p> @return bool
insertData
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
MIT
#[TentativeType] public function deleteData(#[LanguageLevelTypeAware(['8.0' => 'int'], default: '')] $offset, #[LanguageLevelTypeAware(['8.0' => 'int'], default: '')] $count) : bool { }
Remove a range of characters from the node @link https://php.net/manual/en/domcharacterdata.deletedata.php @param int $offset <p> The offset from which to start removing. </p> @param int $count <p> The number of characters to delete. If the sum of offset and count exceeds the length, then all characters to the end of the data are deleted. </p> @return void
deleteData
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
MIT
#[TentativeType] public function replaceData(#[LanguageLevelTypeAware(['8.0' => 'int'], default: '')] $offset, #[LanguageLevelTypeAware(['8.0' => 'int'], default: '')] $count, #[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $data) : bool { }
Replace a substring within the DOMCharacterData node @link https://php.net/manual/en/domcharacterdata.replacedata.php @param int $offset <p> The offset from which to start replacing. </p> @param int $count <p> The number of characters to replace. If the sum of offset and count exceeds the length, then all characters to the end of the data are replaced. </p> @param string $data <p> The string with which the range must be replaced. </p> @return bool
replaceData
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
MIT
#[TentativeType] public function isId() : bool { }
Checks if attribute is a defined ID @link https://php.net/manual/en/domattr.isid.php @return bool true on success or false on failure.
isId
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
MIT
#[TentativeType] public function getAttribute(#[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $qualifiedName) : string { }
Returns value of attribute @link https://php.net/manual/en/domelement.getattribute.php @param string $qualifiedName <p> The name of the attribute. </p> @return string The value of the attribute, or an empty string if no attribute with the given name is found.
getAttribute
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
MIT
#[TentativeType] public function removeAttribute(#[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $qualifiedName) : bool { }
Removes attribute @link https://php.net/manual/en/domelement.removeattribute.php @param string $qualifiedName <p> The name of the attribute. </p> @return bool true on success or false on failure.
removeAttribute
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
MIT
#[TentativeType] public function getElementsByTagName(#[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $qualifiedName) : \DOMNodeList { }
Gets elements by tagname @link https://php.net/manual/en/domelement.getelementsbytagname.php @param string $qualifiedName <p> The tag name. Use * to return all elements within the element tree. </p> @return DOMNodeList This function returns a new instance of the class DOMNodeList of all matched elements.
getElementsByTagName
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
MIT
#[TentativeType] public function getAttributeNS(#[LanguageLevelTypeAware(['8.0' => 'string|null'], default: '')] $namespace, #[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $localName) : string { }
Returns value of attribute @link https://php.net/manual/en/domelement.getattributens.php @param string $namespace <p> The namespace URI. </p> @param string $localName <p> The local name. </p> @return string The value of the attribute, or an empty string if no attribute with the given localName and namespaceURI is found.
getAttributeNS
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
MIT
#[TentativeType] public function setAttributeNS(#[LanguageLevelTypeAware(['8.0' => 'string|null'], default: '')] $namespace, #[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $qualifiedName, #[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $value) : void { }
Adds new attribute @link https://php.net/manual/en/domelement.setattributens.php @param string $namespace <p> The namespace URI. </p> @param string $qualifiedName <p> The qualified name of the attribute, as prefix:tagname. </p> @param string $value <p> The value of the attribute. </p> @return void
setAttributeNS
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
MIT
#[TentativeType] public function removeAttributeNS(#[LanguageLevelTypeAware(['8.0' => 'string|null'], default: '')] $namespace, #[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $localName) : void { }
Removes attribute @link https://php.net/manual/en/domelement.removeattributens.php @param string $namespace <p> The namespace URI. </p> @param string $localName <p> The local name. </p> @return bool true on success or false on failure.
removeAttributeNS
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
MIT
#[TentativeType] public function getElementsByTagNameNS(#[LanguageLevelTypeAware(['8.0' => 'string|null'], default: '')] $namespace, #[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $localName) : \DOMNodeList { }
Get elements by namespaceURI and localName @link https://php.net/manual/en/domelement.getelementsbytagnamens.php @param string $namespace <p> The namespace URI. </p> @param string $localName <p> The local name. Use * to return all elements within the element tree. </p> @return DOMNodeList This function returns a new instance of the class DOMNodeList of all matched elements in the order in which they are encountered in a preorder traversal of this element tree.
getElementsByTagNameNS
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
MIT
#[TentativeType] public function hasAttribute(#[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $qualifiedName) : bool { }
Checks to see if attribute exists @link https://php.net/manual/en/domelement.hasattribute.php @param string $qualifiedName <p> The attribute name. </p> @return bool true on success or false on failure.
hasAttribute
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
MIT
#[TentativeType] public function hasAttributeNS(#[LanguageLevelTypeAware(['8.0' => 'string|null'], default: '')] $namespace, #[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $localName) : bool { }
Checks to see if attribute exists @link https://php.net/manual/en/domelement.hasattributens.php @param string $namespace <p> The namespace URI. </p> @param string $localName <p> The local name. </p> @return bool true on success or false on failure.
hasAttributeNS
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
MIT
#[TentativeType] public function setIdAttribute(#[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $qualifiedName, #[LanguageLevelTypeAware(['8.0' => 'bool'], default: '')] $isId) : void { }
Declares the attribute specified by name to be of type ID @link https://php.net/manual/en/domelement.setidattribute.php @param string $qualifiedName <p> The name of the attribute. </p> @param bool $isId <p> Set it to true if you want name to be of type ID, false otherwise. </p> @return void
setIdAttribute
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
MIT
#[TentativeType] public function setIdAttributeNS(#[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $namespace, #[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $qualifiedName, #[LanguageLevelTypeAware(['8.0' => 'bool'], default: '')] $isId) : void { }
Declares the attribute specified by local name and namespace URI to be of type ID @link https://php.net/manual/en/domelement.setidattributens.php @param string $namespace <p> The namespace URI of the attribute. </p> @param string $qualifiedName <p> The local name of the attribute, as prefix:tagname. </p> @param bool $isId <p> Set it to true if you want name to be of type ID, false otherwise. </p> @return void
setIdAttributeNS
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
MIT
#[TentativeType] public function setIdAttributeNode(\DOMAttr $attr, #[LanguageLevelTypeAware(['8.0' => 'bool'], default: '')] $isId) : void { }
Declares the attribute specified by node to be of type ID @link https://php.net/manual/en/domelement.setidattributenode.php @param DOMAttr $attr <p> The attribute node. </p> @param bool $isId <p> Set it to true if you want name to be of type ID, false otherwise. </p> @return void
setIdAttributeNode
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
MIT
#[TentativeType] public function isWhitespaceInElementContent() : bool { }
Indicates whether this text node contains whitespace @link https://php.net/manual/en/domtext.iswhitespaceinelementcontent.php @return bool true on success or false on failure.
isWhitespaceInElementContent
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
MIT
#[TentativeType] public function registerNamespace(#[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $prefix, #[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $namespace) : bool { }
Registers the namespace with the <classname>DOMXPath</classname> object @link https://php.net/manual/en/domxpath.registernamespace.php @param string $prefix <p> The prefix. </p> @param string $namespace <p> The URI of the namespace. </p> @return bool true on success or false on failure.
registerNamespace
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
MIT
#[TentativeType] public function query(#[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] #[Language('XPath')] $expression, #[LanguageLevelTypeAware(['8.0' => 'DOMNode|null'], default: '')] $contextNode = null, #[LanguageLevelTypeAware(['8.0' => 'bool'], default: '')] $registerNodeNS = \true) : mixed { }
Evaluates the given XPath expression @link https://php.net/manual/en/domxpath.query.php @param string $expression <p> The XPath expression to execute. </p> @param DOMNode $contextNode [optional] <p> The optional contextnode can be specified for doing relative XPath queries. By default, the queries are relative to the root element. </p> @param bool $registerNodeNS [optional] <p>The optional registerNodeNS can be specified to disable automatic registration of the context node.</p> @return DOMNodeList|false a DOMNodeList containing all nodes matching the given XPath expression. Any expression which does not return nodes will return an empty DOMNodeList. The return is false if the expression is malformed or the contextnode is invalid.
query
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
MIT
#[TentativeType] public function evaluate(#[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] #[Language('XPath')] $expression, #[LanguageLevelTypeAware(['8.0' => 'DOMNode|null'], default: '')] $contextNode = null, #[LanguageLevelTypeAware(['8.0' => 'bool'], default: '')] $registerNodeNS = \true) : mixed { }
Evaluates the given XPath expression and returns a typed result if possible. @link https://php.net/manual/en/domxpath.evaluate.php @param string $expression <p> The XPath expression to execute. </p> @param DOMNode $contextNode [optional] <p> The optional contextnode can be specified for doing relative XPath queries. By default, the queries are relative to the root element. </p> @param bool $registerNodeNS [optional] <p> The optional registerNodeNS can be specified to disable automatic registration of the context node. </p> @return mixed a typed result if possible or a DOMNodeList containing all nodes matching the given XPath expression.
evaluate
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/dom/dom_c.php
MIT
#[Deprecated(reason: "Unset the object instead", since: '8.0')] function enchant_broker_free($broker) { }
Free the broker resource and its dictionaries @link https://php.net/manual/en/function.enchant-broker-free.php @param resource|EnchantBroker $broker <p> Broker resource </p> @return bool <b>TRUE</b> on success or <b>FALSE</b> on failure. @since 5.3
enchant_broker_free
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/enchant/enchant.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/enchant/enchant.php
MIT
#[Deprecated(since: '8.0', reason: 'Relying on this function is highly discouraged.')] function enchant_broker_set_dict_path($broker, int $dict_type, string $value) { }
Set the directory path for a given backend @link https://www.php.net/manual/en/function.enchant-broker-set-dict-path.php @param resource|EnchantBroker $broker @param int $dict_type @param string $value @return bool <b>TRUE</b> on success or <b>FALSE</b> on failure.
enchant_broker_set_dict_path
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/enchant/enchant.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/enchant/enchant.php
MIT
#[Deprecated(since: '8.0', reason: 'Relying on this function is highly discouraged.')] function enchant_broker_get_dict_path($broker, $dict_type) { }
Get the directory path for a given backend @link https://www.php.net/manual/en/function.enchant-broker-get-dict-path.php @param resource|EnchantBroker $broker @param int $dict_type @return string|false
enchant_broker_get_dict_path
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/enchant/enchant.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/enchant/enchant.php
MIT
#[Deprecated("Unset the object instead", since: '8.0')] function enchant_broker_free_dict($dict) { }
(PHP 5 &gt;= 5.3.0, PECL enchant &gt;= 0.1.0 )<br/> Free a dictionary resource @link https://php.net/manual/en/function.enchant-broker-free-dict.php @param resource|EnchantDictionary $dict <p> Dictionary resource. </p> @return bool <b>TRUE</b> on success or <b>FALSE</b> on failure.
enchant_broker_free_dict
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/enchant/enchant.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/enchant/enchant.php
MIT
#[Deprecated(reason: 'Use enchant_dict_add instead', replacement: 'enchant_dict_add(%parameter0%, %parameter1%)', since: '8.0')] function enchant_dict_add_to_personal($dict, $word) { }
(PHP 5 &gt;= 5.3.0, PECL enchant &gt;= 0.1.0 )<br/> add a word to personal word list @link https://php.net/manual/en/function.enchant-dict-add-to-personal.php @param resource $dict <p> Dictionary resource </p> @param string $word <p> The word to add </p> @return void @see enchant_dict_add()
enchant_dict_add_to_personal
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/enchant/enchant.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/enchant/enchant.php
MIT
#[Deprecated(reason: 'Use enchant_dict_is_added instead', replacement: 'enchant_dict_is_added(%parameter0%, %parameter1%)', since: '8.0')] function enchant_dict_is_in_session($dict, $word) { }
(PHP 5 &gt;= 5.3.0, PECL enchant &gt;= 0.1.0 )<br/> whether or not 'word' exists in this spelling-session @link https://php.net/manual/en/function.enchant-dict-is-in-session.php @param resource $dict <p> Dictionary resource </p> @param string $word <p> The word to lookup </p> @return bool <b>TRUE</b> if the word exists or <b>FALSE</b> @see enchant_dict_is_added
enchant_dict_is_in_session
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/enchant/enchant.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/enchant/enchant.php
MIT
#[Pure] public function __construct(\EventBase $base, $fd, int $what, callable $cb, $arg = null) { }
__construct. Constructs Event object. @param EventBase $base @param mixed $fd @param int $what @param callable $cb @param mixed $arg = null @see https://php.net/manual/en/event.construct.php
__construct
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/event/event.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/event/event.php
MIT
#[Pure] public function getFeatures() : int { }
getFeatures. Returns bitmask of features supported. @return int @see https://php.net/manual/en/eventbase.getfeatures.php
getFeatures
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/event/event.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/event/event.php
MIT
#[Pure] public function getMethod() : string { }
getMethod. Returns event method in use. @return string @see https://php.net/manual/en/eventbase.getmethod.php
getMethod
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/event/event.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/event/event.php
MIT
#[Pure] public function getTimeOfDayCached() : float { }
getTimeOfDayCached. Returns the current event base time. @return float @see https://php.net/manual/en/eventbase.gettimeofdaycached.php
getTimeOfDayCached
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/event/event.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/event/event.php
MIT
#[Pure] public function gotExit() : bool { }
gotExit. Checks if the event loop was told to exit. @return bool @see https://php.net/manual/en/eventbase.gotexit.php
gotExit
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/event/event.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/event/event.php
MIT
#[Pure] public function gotStop() : bool { }
gotStop. Checks if the event loop was told to exit. @return bool @see https://php.net/manual/en/eventbase.gotstop.php
gotStop
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/event/event.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/event/event.php
MIT
#[Pure] public function __construct() { }
__construct. Constructs EventBuffer object. @see https://php.net/manual/en/eventbuffer.construct.php
__construct
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/event/event.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/event/event.php
MIT
#[Pure] public function __construct(\EventBase $base, $socket = null, int $options = 0, ?callable $readcb = null, ?callable $writecb = null, ?callable $eventcb = null) { }
__construct. Constructs EventBufferEvent object. @param EventBase $base @param mixed $socket = null @param int $options = 0 @param null|callable $readcb = null @param null|callable $writecb = null @param null|callable $eventcb = null @see https://php.net/manual/en/eventbufferevent.construct.php
__construct
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/event/event.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/event/event.php
MIT
#[Pure] public function getDnsErrorString() : string { }
getDnsErrorString. Returns string describing the last failed DNS lookup attempt. @return string @see https://php.net/manual/en/eventbufferevent.getdnserrorstring.php
getDnsErrorString
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/event/event.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/event/event.php
MIT
#[Pure] public function getEnabled() : int { }
getEnabled. Returns bitmask of events currently enabled on the buffer event. @return int @see https://php.net/manual/en/eventbufferevent.getenabled.php
getEnabled
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/event/event.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/event/event.php
MIT
#[Pure] public function getInput() : \EventBuffer { }
getInput. Returns underlying input buffer associated with current buffer event. @return EventBuffer @see https://php.net/manual/en/eventbufferevent.getinput.php
getInput
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/event/event.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/event/event.php
MIT
#[Pure] public function getOutput() : \EventBuffer { }
getOutput. Returns underlying output buffer associated with current buffer event. @return EventBuffer @see https://php.net/manual/en/eventbufferevent.getoutput.php
getOutput
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/event/event.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/event/event.php
MIT
#[Pure] public function __construct() { }
__construct. Constructs EventConfig object. @see https://secure.php.net/manual/en/eventconfig.construct.php
__construct
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/event/event.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/event/event.php
MIT
#[Pure] public function __construct(\EventBase $base, bool $initialize) { }
__construct. Constructs EventDnsBase object. @param EventBase $base @param bool $initialize @see https://secure.php.net/manual/en/eventdnsbase.construct.php
__construct
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/event/event.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/event/event.php
MIT
#[Pure] public function __construct(\EventBase $base, \EventDnsBase $dns_base, string $address, int $port, ?\EventSslContext $ctx = null) { }
__construct. Constructs EventHttpConnection object. @param EventBase $base @param EventDnsBase $dns_base @param string $address @param int $port @param null|EventSslContext $ctx @see https://secure.php.net/manual/en/eventhttpconnection.construct.php
__construct
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/event/event.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/event/event.php
MIT
#[Pure] public function __construct(callable $callback, $data = null) { }
EventHttpRequest constructor. @param callable $callback @param mixed $data
__construct
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/event/event.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/event/event.php
MIT
#[Pure] public function __construct(int $method, array $options) { }
__construct. Constructs an OpenSSL context for use with Event classes. @param int $method @param array $options @see https://secure.php.net/manual/en/eventsslcontext.construct.php
__construct
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/event/event.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/event/event.php
MIT
#[Deprecated(replacement: "exif_read_data(%parametersList%)", since: "7.2")] function read_exif_data($filename, $sections = null, $arrays = \false, $thumbnail = \false) { }
Alias of <b>exif_read_data</b> @link https://php.net/manual/en/function.read-exif-data.php @param $filename @param $sections [optional] @param $arrays [optional] @param $thumbnail [optional] @removed 8.0
read_exif_data
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/exif/exif.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/exif/exif.php
MIT
function expect_popen(string $command) { unset($command); return \false; }
Execute command via Bourne shell, and open the PTY stream to the process @param string $command Command to execute. @return resource|false Returns an open PTY stream to the processes stdio, stdout, and stderr. On failure this function returns FALSE. @since PECL expect >= 0.1.0 @link https://www.php.net/manual/en/function.expect-popen.php
expect_popen
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/expect/expect.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/expect/expect.php
MIT
#[PhpStormStubsElementAvailable(from: '5.3', to: '7.4')] public function finfo($options, $arg) { }
@param $options [optional] @param $arg [optional]
finfo
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/fileinfo/fileinfo.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/fileinfo/fileinfo.php
MIT