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 |
---|---|---|---|---|---|---|---|
#[Deprecated(replacement: "oci_fetch", since: "5.4")]
function ocifetch($statement_resource)
{
}
|
(PHP 4, PHP 5, PECL OCI8 >= 1.0.0)<br/>
Alias of {@see oci_fetch}
@link https://php.net/manual/en/function.ocifetch.php
@param resource $statement_resource
@return bool Returns TRUE on success or FALSE if there are no more rows in the statement.
|
ocifetch
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/oci8/oci8.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/oci8/oci8.php
|
MIT
|
#[Deprecated(replacement: "oci_fetch_all", since: "5.4")]
function ocifetchstatement($statement_resource, &$output, $skip, $maximum_rows, $flags)
{
}
|
(PHP 4, PHP 5, PECL OCI8 >= 1.0.0)<br/>
Alias of {@see oci_fetch_all}
@link https://php.net/manual/en/function.ocifetchstatement.php
@param resource $statement_resource
@param array &$output
@param int $skip [optional]
@param int $maximum_rows [optional]
@param int $flags [optional]
@return int|false Returns the number of rows in output, which may be 0 or more, or FALSE on failure.
|
ocifetchstatement
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/oci8/oci8.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/oci8/oci8.php
|
MIT
|
#[Deprecated(replacement: "oci_free_statement", since: "5.4")]
function ocifreestatement($statement_resource)
{
}
|
(PHP 4, PHP 5, PECL OCI8 >= 1.0.0)<br/>
Alias of {@see oci_free_statement}
@link https://php.net/manual/en/function.ocifreestatement.php
@param resource $statement_resource
@return bool Returns TRUE on success or FALSE on failure.
|
ocifreestatement
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/oci8/oci8.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/oci8/oci8.php
|
MIT
|
#[Deprecated(replacement: "oci_internal_debug", since: "5.4")]
function ociinternaldebug($mode)
{
}
|
(PHP 4, PHP 5, PECL OCI8 >= 1.0.0)<br/>
Alias of {@see oci_internal_debug}
@link https://php.net/manual/en/function.ociinternaldebug.php
@param bool $mode
@removed 8.0
|
ociinternaldebug
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/oci8/oci8.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/oci8/oci8.php
|
MIT
|
#[Deprecated(replacement: "oci_num_fields", since: "5.4")]
function ocinumcols($statement_resource)
{
}
|
(PHP 4, PHP 5, PECL OCI8 >= 1.0.0)<br/>
Alias of {@see oci_num_fields}
@link https://php.net/manual/en/function.ocinumcols.php
@param resource $statement_resource
@return int|false Returns the number of columns as an integer, or FALSE on errors.
|
ocinumcols
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/oci8/oci8.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/oci8/oci8.php
|
MIT
|
#[Deprecated(replacement: "oci_parse", since: "5.4")]
function ociparse($connection_resource, $sql_text)
{
}
|
(PHP 4, PHP 5, PECL OCI8 >= 1.0.0)<br/>
Alias of {@see oci_parse}
@link https://php.net/manual/en/function.ociparse.php
@param resource $connection_resource
@param string $sql_text
@return resource|false Returns a statement handle on success, or FALSE on error.
|
ociparse
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/oci8/oci8.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/oci8/oci8.php
|
MIT
|
#[Deprecated(replacement: "oci_new_cursor", since: "5.4")]
function ocinewcursor($connection_resource)
{
}
|
(PHP 4, PHP 5, PECL OCI8 >= 1.0.0)<br/>
Alias of {@see oci_new_cursor}
@link https://php.net/manual/en/function.ocinewcursor.php
@param resource $connection_resource
@return resource|false Returns a new statement handle, or FALSE on error.
|
ocinewcursor
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/oci8/oci8.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/oci8/oci8.php
|
MIT
|
#[Deprecated(replacement: "oci_result", since: "5.4")]
function ociresult($statement_resource, $column_number_or_name)
{
}
|
(PHP 4, PHP 5, PECL OCI8 >= 1.0.0)<br/>
Alias of {@see oci_result}
@link https://php.net/manual/en/function.ociresult.php
@param resource $statement_resource
@param $column_number_or_name
@return false|mixed Returns everything as strings except for abstract types (ROWIDs, LOBs and FILEs). Returns FALSE on error.
|
ociresult
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/oci8/oci8.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/oci8/oci8.php
|
MIT
|
#[Deprecated(replacement: "oci_server_version", since: "5.4")]
function ociserverversion($connection_resource)
{
}
|
(PHP 4, PHP 5, PECL OCI8 >= 1.0.0)<br/>
Alias of {@see oci_server_version}
@link https://php.net/manual/en/function.ociserverversion.php
@param $connection_resource
@return string|false Returns the version information as a string or FALSE on error.
|
ociserverversion
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/oci8/oci8.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/oci8/oci8.php
|
MIT
|
#[Deprecated(replacement: "oci_statement_type", since: "5.4")]
function ocistatementtype($statement_resource)
{
}
|
(PHP 4, PHP 5, PECL OCI8 >= 1.0.0)<br/>
Alias of {@see oci_statement_type}
@link https://php.net/manual/en/function.ocistatementtype.php
@param resource $statement_resource
@return string|false Returns everything as strings except for abstract types (ROWIDs, LOBs and FILEs). Returns FALSE on error.
|
ocistatementtype
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/oci8/oci8.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/oci8/oci8.php
|
MIT
|
#[Deprecated(replacement: "oci_num_rows", since: "5.4")]
function ocirowcount($statement_resource)
{
}
|
(PHP 4, PHP 5, PECL OCI8 >= 1.0.0)<br/>
Alias of {@see oci_num_rows}
@link https://php.net/manual/en/function.ocirowcount.php
@param resource $statement_resource
@return int|false Returns the number of rows affected as an integer, or FALSE on errors.
|
ocirowcount
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/oci8/oci8.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/oci8/oci8.php
|
MIT
|
#[Deprecated(replacement: "oci_close", since: "5.4")]
function ocilogoff($connection_resource)
{
}
|
(PHP 4, PHP 5, PECL OCI8 >= 1.0.0)<br/>
Alias of {@see oci_close}
@link https://php.net/manual/en/function.ocilogoff.php
@param resource $connection_resource
@return bool Returns TRUE on success or FALSE on failure.
|
ocilogoff
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/oci8/oci8.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/oci8/oci8.php
|
MIT
|
#[Deprecated(replacement: "oci_connect", since: "5.4")]
function ocilogon($username, $password, $connection_string, $character_set, $session_mode)
{
}
|
(PHP 4, PHP 5, PECL OCI8 >= 1.0.0)<br/>
Alias of {@see oci_connect}
@link https://php.net/manual/en/function.ocilogon.php
@param string $username
@param string $password
@param string $connection_string [optional]
@param string $character_set [optional]
@param int $session_mode [optional]
@return resource|false Returns a connection identifier or FALSE on error.
|
ocilogon
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/oci8/oci8.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/oci8/oci8.php
|
MIT
|
#[Deprecated(replacement: "oci_new_connect", since: "5.4")]
function ocinlogon($username, $password, $connection_string, $character_set, $session_mode)
{
}
|
(PHP 4, PHP 5, PECL OCI8 >= 1.0.0)<br/>
Alias of
{@see oci_new_connect}
@link https://php.net/manual/en/function.ocinlogon.php
@param $username
@param $password
@param $connection_string [optional]
@param $character_set [optional]
@param $session_mode [optional]
@return resource|false <p>Returns a connection identifier or <b>FALSE</b> on error.</p>
|
ocinlogon
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/oci8/oci8.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/oci8/oci8.php
|
MIT
|
#[Deprecated(replacement: "oci_pconnect", since: "5.4")]
function ociplogon($username, $password, $connection_string, $character_set, $session_mode)
{
}
|
(PHP 4, PHP 5, PECL OCI8 >= 1.0.0)<br/>
Alias of
{@see oci_pconnect}
@link https://php.net/manual/en/function.ociplogon.php
@param string $username <p>The Oracle user name.</p>
@param string $password <p> The password for username</p>
@param $connection_string [optional]
@param $character_set [optional]
@param $session_mode [optional]
@return resource|false <p>Returns a connection identifier or <b>FALSE</b> on error.</p>
|
ociplogon
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/oci8/oci8.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/oci8/oci8.php
|
MIT
|
#[Deprecated(replacement: "oci_error", since: "5.4")]
function ocierror($connection_or_statement_resource)
{
}
|
(PHP 4, PHP 5, PECL OCI8 >= 1.0.0)<br/>
Alias of
{@see oci_error}
@link https://php.net/manual/en/function.ocierror.php
@param resource $connection_or_statement_resource [optional] For most errors, resource is the resource handle that was passed to the failing function call.
For connection errors with oci_connect(), oci_new_connect() or oci_pconnect() do not pass resource.
@return array|false If no error is found, oci_error() returns FALSE. Otherwise, oci_error() returns the error information as an associative array.
|
ocierror
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/oci8/oci8.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/oci8/oci8.php
|
MIT
|
#[Deprecated(replacement: "OCI-Lob::free", since: "5.4")]
function ocifreedesc($lob_descriptor)
{
}
|
(PHP 4, PHP 5, PECL OCI8 >= 1.0.0)<br/>
Alias of
{@see OCI-Lob::free}
@link https://php.net/manual/en/function.ocifreedesc.php
@param $lob_descriptor
@return bool <p>Returns <b>TRUE</b> on success or <b>FALSE</b> on failure.</p>
|
ocifreedesc
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/oci8/oci8.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/oci8/oci8.php
|
MIT
|
#[Deprecated(replacement: "OCI-Lob::save", since: "5.4")]
function ocisavelob(#[LanguageLevelTypeAware(['8.0' => 'OCILob'], default: 'OCI_Lob')] $lob_descriptor, $data, $offset)
{
}
|
(PHP 4, PHP 5, PECL OCI8 >= 1.0.0)<br/>
Alias of
{@see OCI-Lob::save}
@link https://php.net/manual/en/function.ocisavelob.php
@param OCI_Lob|OCILob $lob_descriptor
@param string $data
@param int $offset [optional]
@return bool
|
ocisavelob
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/oci8/oci8.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/oci8/oci8.php
|
MIT
|
#[Deprecated(replacement: "OCI_Lob::import", since: "5.4")]
function ocisavelobfile(#[LanguageLevelTypeAware(['8.0' => 'OCILob'], default: 'OCI_Lob')] $lob_descriptor, $filename)
{
}
|
(PHP 4, PHP 5, PECL OCI8 >= 1.0.0)<br/>
Alias of
{@see OCI_Lob::import}
@link https://php.net/manual/en/function.ocisavelobfile.php
@param OCI_Lob|OCILob $lob_descriptor
@param string $filename
@return bool
|
ocisavelobfile
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/oci8/oci8.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/oci8/oci8.php
|
MIT
|
#[Deprecated(replacement: "OCI_Lob::export", since: "5.4")]
function ociwritelobtofile(#[LanguageLevelTypeAware(['8.0' => 'OCILob'], default: 'OCI_Lob')] $lob_descriptor, $filename, $start, $length)
{
}
|
(PHP 4, PHP 5, PECL OCI8 >= 1.0.0)<br/>
Alias of
{@see OCI_Lob::export}
@link https://php.net/manual/en/function.ociwritelobtofile.php
@param OCI_Lob|OCILob $lob_descriptor
@param string $filename <p>Path to the file.</p>
@param int $start [optional] <p>Indicates from where to start exporting.</p>
@param int $length [optional] <p>Indicates the length of data to be exported.</p>
@return bool Returns <b>TRUE</b> on success or <b>FALSE</b> on failure.
|
ociwritelobtofile
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/oci8/oci8.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/oci8/oci8.php
|
MIT
|
#[Deprecated(replacement: "OCI_Lob::load", since: "5.4")]
function ociloadlob(#[LanguageLevelTypeAware(['8.0' => 'OCILob'], default: 'OCI_Lob')] $lob_descriptor)
{
}
|
(PHP 4, PHP 5, PECL OCI8 >= 1.0.0)<br/>
Alias of
{@see OCI_Lob::load}
@link https://php.net/manual/en/function.ociloadlob.php
@param OCI_Lob|OCILob $lob_descriptor
@return string|false <p>Returns the contents of the object, or <b>FALSE</b> on errors.</p>
|
ociloadlob
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/oci8/oci8.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/oci8/oci8.php
|
MIT
|
#[Deprecated(replacement: "oci_rollback", since: "5.4")]
function ocirollback($connection_resource)
{
}
|
(PHP 4, PHP 5, PECL OCI8 >= 1.0.0)<br/>
Alias of
{@see oci_rollback}
@link https://php.net/manual/en/function.ocirollback.php
@param resource $connection_resource
@return bool <p>Returns <b>TRUE</b> on success or <b>FALSE</b> on failure.</p>
|
ocirollback
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/oci8/oci8.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/oci8/oci8.php
|
MIT
|
#[Deprecated(replacement: "oci_new_descriptor", since: "5.4")]
#[LanguageLevelTypeAware(['8.0' => 'OCILob|false'], default: 'OCI_Lob|false')]
function ocinewdescriptor($connection_resource, $type = \OCI_DTYPE_LOB)
{
}
|
(PHP 4, PHP 5, PECL OCI8 >= 1.0.0)<br/>
Alias of
{@see oci_new_descriptor}
@link https://php.net/manual/en/function.ocinewdescriptor.php
@param resource $connection_resource <p>
An Oracle connection identifier, returned by
{@see oci_connect()} or {@see oci_pconnect()}.
</p>
@param $type [optional] <p>Valid values for type are: <b>OCI_DTYPE_FILE</b>, <b>OCI_DTYPE_LOB</b> and <b>OCI_DTYPE_ROWID</b>.</p>
@return OCI_LOB|false Returns a new LOB or FILE descriptor on success, FALSE on error.
|
ocinewdescriptor
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/oci8/oci8.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/oci8/oci8.php
|
MIT
|
#[Deprecated(replacement: "oci_set_prefetch", since: "5.4")]
function ocisetprefetch($statement_resource, $number_of_rows)
{
}
|
(PHP 4, PHP 5, PECL OCI8 >= 1.0.0)<br/>
Alias of {@see oci_set_prefetch}
@link https://php.net/manual/en/function.ocisetprefetch.php
@param resource $statement_resource <p>A valid OCI8 statement
identifier created by
{@see oci_parse()} and executed
by
{@see oci_execute()}, or a <em>REF CURSOR</em> statement identifier.</p>
@param $number_of_rows
@return bool <p>Returns <b>TRUE</b> on success or <b>FALSE</b> on failure.</p>
|
ocisetprefetch
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/oci8/oci8.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/oci8/oci8.php
|
MIT
|
#[Deprecated(replacement: "OCI_Collection::free", since: "5.4")]
function ocifreecollection(#[LanguageLevelTypeAware(['8.0' => 'OCICollection'], default: 'OCI_Collection')] $collection)
{
}
|
(PHP 4 >= 4.0.7, PHP 5, PECL OCI8 >= 1.0.0)<br/>
Alias of {@see OCI_Collection::free}
@link https://php.net/manual/en/function.ocifreecollection.php
@param OCI_Collection|OCICollection $collection
@return bool Returns <b>TRUE</b> on success or <b>FALSE</b> on failure.
|
ocifreecollection
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/oci8/oci8.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/oci8/oci8.php
|
MIT
|
#[Deprecated(replacement: "oci_new_collection", since: "5.4")]
#[LanguageLevelTypeAware(['8.0' => 'OCICollection|false'], default: 'OCI_Collection|false')]
function ocinewcollection($connection_resource, $tdo, $schema = null)
{
}
|
(PHP 4 >= 4.0.6, PHP 5, PECL OCI8 >= 1.0.0)<br/>
Alias of
{@see oci_new_collection}
@link https://php.net/manual/en/function.ocinewcollection.php
@param $connection_resource <p>
An Oracle connection identifier, returned by
{@see oci_connect()} or
{@see oci_pconnect()}.
@param $tdo <p>Should be a valid named type (uppercase).</p>
@param $schema <p>Should point to the scheme, where the named type was created. The name of the current user is the default value.</p>
</p>
@return OCI_Collection|false <p>Returns a new OCI_Collection object or FALSE on error.</p>
|
ocinewcollection
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/oci8/oci8.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/oci8/oci8.php
|
MIT
|
#[Deprecated(replacement: "OCI_Collection::append", since: "5.4")]
function ocicollappend(#[LanguageLevelTypeAware(['8.0' => 'OCICollection'], default: 'OCI_Collection')] $collection, $value)
{
}
|
(PHP 4 >= 4.0.6, PHP 5, PECL OCI8 >= 1.0.0)<br/>
Alias of
(@see OCI_Collection::append)
@link https://php.net/manual/en/function.ocicollappend.php
@param OCI_Collection $collection
@param mixed $value <p>The value to be added to the collection. Can be a string or a number.</p>
@return bool <p>Returns <b>TRUE</b> on success or <b>FALSE</b> on failure.</p>
|
ocicollappend
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/oci8/oci8.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/oci8/oci8.php
|
MIT
|
#[Deprecated(replacement: "OCI_COLLection::getElem", since: "5.4")]
function ocicollgetelem(#[LanguageLevelTypeAware(['8.0' => 'OCICollection'], default: 'OCI_Collection')] $collection, $index)
{
}
|
(PHP 4 >= 4.0.6, PHP 5, PECL OCI8 >= 1.0.0)<br/>
Alias of
{@see OCI_COLLection::getElem}
@link https://php.net/manual/en/function.ocicollgetelem.php
@param OCI_Collection $collection
@param int $index <p>The element index. First index is 0.</p>
@return mixed <p>Returns <b>FALSE</b> if such element doesn't exist; <b>NULL</b> if element is <b>NULL</b>; string if element is column of a string datatype or number if element is numeric field.</p>
|
ocicollgetelem
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/oci8/oci8.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/oci8/oci8.php
|
MIT
|
#[Deprecated(replacement: "OCI_Collection::assignElem", since: "5.4")]
function ocicollassignelem(#[LanguageLevelTypeAware(['8.0' => 'OCICollection'], default: 'OCI_Collection')] $collection, $index, $value)
{
}
|
(PHP 4 >= 4.0.6, PHP 5, PECL OCI8 >= 1.0.0)<br/>
Alias of {@see OCI_Collection::assignElem}
@link https://php.net/manual/en/function.ocicollassignelem.php
@param OCI_Collection $collection
@param $index <p>The element index. First index is 0.</p>
@param $value <p>Can be a string or a number.</p>
@return bool <p>Returns TRUE on success or FALSE on failure.</p>
|
ocicollassignelem
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/oci8/oci8.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/oci8/oci8.php
|
MIT
|
#[Deprecated(replacement: "OCI_COLLection::size", since: "5.4")]
function ocicollsize(#[LanguageLevelTypeAware(['8.0' => 'OCICollection'], default: 'OCI_Collection')] $collection)
{
}
|
(PHP 4 >= 4.0.6, PHP 5, PECL OCI8 >= 1.0.0)<br/>
Alias of
{@see OCI_COLLection::size}
@link https://php.net/manual/en/function.ocicollsize.php
@param OCI_Collection $collection
@return int|false <p>Returns the number of elements in the collection or <b>FALSE</b> on error.</p>
|
ocicollsize
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/oci8/oci8.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/oci8/oci8.php
|
MIT
|
#[Deprecated(replacement: "OCI_Collection::trim", since: "5.4")]
function ocicolltrim(#[LanguageLevelTypeAware(['8.0' => 'OCICollection'], default: 'OCI_Collection')] $collection, $number)
{
}
|
(PHP 4 >= 4.0.6, PHP 5, PECL OCI8 >= 1.0.0)<br/>
Alias of
{@see OCI_Collection::trim}
@link https://php.net/manual/en/function.ocicolltrim.php
@param OCI_Collection $collection
@param int|float $number
@return bool Returns <b>TRUE</b> or <b>FALSE</b> on failure.
|
ocicolltrim
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/oci8/oci8.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/oci8/oci8.php
|
MIT
|
#[Deprecated(replacement: "OCI-Lob::writeTemporary", since: "5.4")]
function ociwritetemporarylob(#[LanguageLevelTypeAware(['8.0' => 'OCILob'], default: 'OCI_Lob')] $lob_descriptor, $data, $lob_type = \OCI_TEMP_CLOB)
{
}
|
(PHP 4 >= 4.0.6, PECL OCI8 1.0)
Writes a temporary large object
Alias of {@see OCI-Lob::writeTemporary()}
@link https://php.net/manual/en/function.ociwritetemporarylob.php
@param OCI_Lob|OCILob $lob_descriptor
@param string $data <p>The data to write.</p>
@param int $lob_type <p>
Can be one of the following:
</p><ul>
<li>
<b>OCI_TEMP_BLOB</b> is used to create temporary BLOBs
</li>
<li>
<b>OCI_TEMP_CLOB</b> is used to create
temporary CLOBs
</li>
</ul>
@return bool <p>Returns TRUE on success or FALSE on failure.</p>
|
ociwritetemporarylob
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/oci8/oci8.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/oci8/oci8.php
|
MIT
|
#[Deprecated(replacement: "OCI-Lob::close()", since: "5.4")]
function ocicloselob(#[LanguageLevelTypeAware(['8.0' => 'OCILob'], default: 'OCI_Lob')] $lob_descriptor)
{
}
|
(PHP 4 >= 4.0.6, PECL OCI8 1.0)
Alias of {@see OCI-Lob::close()}
@link https://php.net/manual/en/function.ocicloselob.php
@param OCI_Lob|OCILob $lob_descriptor
@return bool <p>Returns TRUE on success or FALSE on failure.</p>
|
ocicloselob
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/oci8/oci8.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/oci8/oci8.php
|
MIT
|
#[Deprecated(replacement: "OCI-Collection::assign", since: "5.4")]
function ocicollassign(#[LanguageLevelTypeAware(['8.0' => 'OCICollection'], default: 'OCI_Collection')] $to, #[LanguageLevelTypeAware(['8.0' => 'OCICollection'], default: 'OCI_Collection')] $from)
{
}
|
(PHP 4 >= 4.0.6, PECL OCI8 1.0)
Alias of {@see OCI-Collection::assign()}
Assigns a value to the collection from another existing collection
@link https://php.net/manual/en/function.ocicollassign.php
@param OCI_Collection $to
@param OCI_Collection $from An instance of OCI-Collection.
@return bool <p>Returns TRUE on success or FALSE on failure.</p>
|
ocicollassign
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/oci8/oci8.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/oci8/oci8.php
|
MIT
|
#[ArrayShape(["server" => "string", "description" => "string"])]
function odbc_data_source($connection_id, $fetch_type)
{
}
|
Returns information about a current connection
@link https://php.net/manual/en/function.odbc-data-source.php
@param resource $connection_id <p>The ODBC connection identifier,
see <b>odbc_connect</b> for details.</p>
@param int $fetch_type <p>
The <i>fetch_type</i> can be one of two constant types:
<b>SQL_FETCH_FIRST</b>, <b>SQL_FETCH_NEXT</b>.
Use <b>SQL_FETCH_FIRST</b> the first time this function is
called, thereafter use the <b>SQL_FETCH_NEXT</b>.
</p>
@return array|false <b>FALSE</b> on error, and an array upon success.
|
odbc_data_source
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/odbc/odbc.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/odbc/odbc.php
|
MIT
|
#[Deprecated(since: '8.0')]
function openssl_pkey_free(#[LanguageLevelTypeAware(["8.0" => "OpenSSLAsymmetricKey"], default: "resource")] $key) : void
{
}
|
Frees a private key
@link https://php.net/manual/en/function.openssl-pkey-free.php
@param OpenSSLAsymmetricKey|resource $key <p>
Resource holding the key.
</p>
@return void
|
openssl_pkey_free
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/openssl/openssl.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/openssl/openssl.php
|
MIT
|
#[LanguageLevelTypeAware(["8.0" => "OpenSSLAsymmetricKey|false"], default: "resource|false")]
function openssl_pkey_new(?array $options)
{
}
|
Generates a new private key
@link https://php.net/manual/en/function.openssl-pkey-new.php
@param array|null $options [optional] <p>
You can finetune the key generation (such as specifying the number of
bits) using <i>configargs</i>. See
<b>openssl_csr_new</b> for more information about
<i>configargs</i>.
</p>
@return OpenSSLAsymmetricKey|resource|false a resource identifier for the pkey on success, or false on
error.
|
openssl_pkey_new
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/openssl/openssl.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/openssl/openssl.php
|
MIT
|
#[LanguageLevelTypeAware(["8.0" => "OpenSSLAsymmetricKey|false"], default: "resource|false")]
function openssl_pkey_get_private(#[LanguageLevelTypeAware(['8.0' => 'OpenSSLAsymmetricKey|OpenSSLCertificate|array|string'], default: 'resource|array|string')] $private_key, ?string $passphrase = null)
{
}
|
Get a private key
@link https://php.net/manual/en/function.openssl-pkey-get-private.php
@param OpenSSLAsymmetricKey|OpenSSLCertificate|array|string $private_key
<p>
<b><em>key</em></b> can be one of the following:
<ol>
<li>a string having the format
<var>file://path/to/file.pem</var>. The named file must
contain a PEM encoded certificate/private key (it may contain both).
</li>
<li>A PEM formatted private key.</li>
</ol></p>
@param string|null $passphrase <p>
The optional parameter <b><em>passphrase</em></b> must be used
if the specified key is encrypted (protected by a passphrase).
</p>
@return OpenSSLAsymmetricKey|resource|false Returns a positive key resource identifier on success, or <b>FALSE</b> on error.
|
openssl_pkey_get_private
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/openssl/openssl.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/openssl/openssl.php
|
MIT
|
#[LanguageLevelTypeAware(["8.0" => "OpenSSLAsymmetricKey|false"], default: "resource|false")]
function openssl_pkey_get_public(#[LanguageLevelTypeAware(['8.0' => 'OpenSSLAsymmetricKey|OpenSSLCertificate|array|string'], default: 'resource|array|string')] $public_key)
{
}
|
Extract public key from certificate and prepare it for use
@link https://php.net/manual/en/function.openssl-pkey-get-public.php
@param OpenSSLAsymmetricKey|OpenSSLCertificate|array|string $public_key <p><em><b>certificate</b></em> can be one of the following:
<ol>
<li>an X.509 certificate resource</li>
<li>a string having the format
<var>file://path/to/file.pem</var>. The named file must
contain a PEM encoded certificate/public key (it may contain both).
</li>
<li>A PEM formatted public key.</li>
</ol></p>
@return OpenSSLAsymmetricKey|resource|false a positive key resource identifier on success, or false on error.
|
openssl_pkey_get_public
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/openssl/openssl.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/openssl/openssl.php
|
MIT
|
#[ArrayShape(["bits" => "int", "key" => "string", "rsa" => "array", "dsa" => "array", "dh" => "array", "ec" => "array", "type" => "int"])]
function openssl_pkey_get_details(#[LanguageLevelTypeAware(["8.0" => "OpenSSLAsymmetricKey"], default: "resource")] $key) : array|false
{
}
|
Returns an array with the key details
@link https://php.net/manual/en/function.openssl-pkey-get-details.php
@param OpenSSLAsymmetricKey|resource $key <p>
Resource holding the key.
</p>
@return array|false an array with the key details in success or false in failure.
Returned array has indexes bits (number of bits),
key (string representation of the public key) and
type (type of the key which is one of
<b>OPENSSL_KEYTYPE_RSA</b>,
<b>OPENSSL_KEYTYPE_DSA</b>,
<b>OPENSSL_KEYTYPE_DH</b>,
<b>OPENSSL_KEYTYPE_EC</b> or -1 meaning unknown).
</p>
<p>
Depending on the key type used, additional details may be returned. Note that
some elements may not always be available.
|
openssl_pkey_get_details
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/openssl/openssl.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/openssl/openssl.php
|
MIT
|
#[Deprecated(since: '8.0')]
function openssl_free_key(#[LanguageLevelTypeAware(["8.0" => "OpenSSLAsymmetricKey"], default: "resource")] $key) : void
{
}
|
Free key resource
@link https://php.net/manual/en/function.openssl-free-key.php
@param OpenSSLAsymmetricKey|resource $key
@return void
|
openssl_free_key
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/openssl/openssl.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/openssl/openssl.php
|
MIT
|
#[LanguageLevelTypeAware(["8.0" => "OpenSSLAsymmetricKey|false"], default: "resource|false")]
function openssl_get_privatekey(#[LanguageLevelTypeAware(['8.0' => 'OpenSSLAsymmetricKey|OpenSSLCertificate|array|string'], default: 'resource|array|string')] $private_key, ?string $passphrase)
{
}
|
Alias of <b>openssl_pkey_get_private</b>
@link https://php.net/manual/en/function.openssl-get-privatekey.php
@param OpenSSLAsymmetricKey|OpenSSLCertificate|array|string $private_key
<p>
<b><em>key</em></b> can be one of the following:
<ol>
<li>a string having the format
<var>file://path/to/file.pem</var>. The named file must
contain a PEM encoded certificate/private key (it may contain both).
</li>
<li>A PEM formatted private key.</li>
</ol></p>
@param string|null $passphrase [optional] <p>
The optional parameter <b><em>passphrase</em></b> must be used
if the specified key is encrypted (protected by a passphrase).
</p>
@return OpenSSLAsymmetricKey|resource|false Returns a positive key resource identifier on success, or <b>FALSE</b> on error.
|
openssl_get_privatekey
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/openssl/openssl.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/openssl/openssl.php
|
MIT
|
#[LanguageLevelTypeAware(["8.0" => "OpenSSLAsymmetricKey|false"], default: "resource|false")]
function openssl_get_publickey(#[LanguageLevelTypeAware(['8.0' => 'OpenSSLAsymmetricKey|OpenSSLCertificate|array|string'], default: 'resource|array|string')] $public_key)
{
}
|
Alias of <b>openssl_pkey_get_public</b>
@link https://php.net/manual/en/function.openssl-get-publickey.php
@param OpenSSLAsymmetricKey|OpenSSLCertificate|array|string $public_key <p>
<em><b>certificate</b></em> can be one of the following:
<ol>
<li>an X.509 certificate resource</li>
<li>a string having the format
<var>file://path/to/file.pem</var>. The named file must
contain a PEM encoded certificate/public key (it may contain both).
</li>
<li>A PEM formatted public key.</li>
</ol></p>
@return OpenSSLAsymmetricKey|false a positive key resource identifier on success, or FALSE on error.
|
openssl_get_publickey
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/openssl/openssl.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/openssl/openssl.php
|
MIT
|
#[LanguageLevelTypeAware(["8.0" => "OpenSSLCertificate|false"], default: "resource|false")]
function openssl_x509_read(#[LanguageLevelTypeAware(["8.0" => "OpenSSLCertificate|string"], default: "resource|string")] $certificate)
{
}
|
Parse an X.509 certificate and return a resource identifier for
it
@link https://php.net/manual/en/function.openssl-x509-read.php
@param OpenSSLCertificate|string|resource $certificate
@return OpenSSLCertificate|resource|false a resource identifier on success or false on failure.
|
openssl_x509_read
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/openssl/openssl.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/openssl/openssl.php
|
MIT
|
#[Deprecated(since: '8.0')]
function openssl_x509_free(#[LanguageLevelTypeAware(["8.0" => "OpenSSLCertificate"], default: "resource|string")] $certificate) : void
{
}
|
Free certificate resource
@link https://php.net/manual/en/function.openssl-x509-free.php
@param OpenSSLCertificate|resource|string $certificate
@return void
|
openssl_x509_free
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/openssl/openssl.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/openssl/openssl.php
|
MIT
|
#[ArrayShape(['name' => 'string', 'subject' => 'string', 'hash' => 'string', 'issuer' => 'string', 'version' => 'int', 'serialNumber' => 'string', 'serialNumberHex' => 'string', 'validFrom' => 'string', 'validTo' => 'string', 'validFrom_time_t' => 'int', 'validTo_time_t' => 'int', 'alias' => 'string', 'signatureTypeSN' => 'string', 'signatureTypeLN' => 'string', 'signatureTypeNID' => 'int', 'purposes' => 'array', 'extensions' => 'array'])]
function openssl_x509_parse(#[LanguageLevelTypeAware(["8.0" => "OpenSSLCertificate|string"], default: "resource|string")] $certificate, #[PhpStormStubsElementAvailable(from: '5.3', to: '7.0')] bool $shortname, #[PhpStormStubsElementAvailable(from: '7.1')] bool $short_names = \true) : array|false
{
}
|
Parse an X509 certificate and return the information as an array
@link https://php.net/manual/en/function.openssl-x509-parse.php
@param OpenSSLCertificate|string|resource $certificate
@param bool $short_names [optional] <p>
<i>shortnames</i> controls how the data is indexed in the
array - if <i>shortnames</i> is true (the default) then
fields will be indexed with the short name form, otherwise, the long name
form will be used - e.g.: CN is the shortname form of commonName.
</p>
@return array|false The structure of the returned data is (deliberately) not
yet documented, as it is still subject to change.
|
openssl_x509_parse
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/openssl/openssl.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/openssl/openssl.php
|
MIT
|
#[LanguageLevelTypeAware(["8.0" => "OpenSSLCertificateSigningRequest|false"], default: "resource|false")]
function openssl_csr_new(array $distinguished_names, #[LanguageLevelTypeAware(['8.0' => 'OpenSSLAsymmetricKey'], default: 'resource')] &$private_key, ?array $options, ?array $extra_attributes)
{
}
|
Generates a CSR
@link https://php.net/manual/en/function.openssl-csr-new.php
@param array $distinguished_names <p>
The Distinguished Name to be used in the certificate.
</p>
@param OpenSSLAsymmetricKey &$private_key <p>
<i>privkey</i> should be set to a private key that was
previously generated by <b>openssl_pkey_new</b> (or
otherwise obtained from the other openssl_pkey family of functions).
The corresponding public portion of the key will be used to sign the
CSR.
</p>
@param array|null $options [optional] <p>
By default, the information in your system openssl.conf
is used to initialize the request; you can specify a configuration file
section by setting the config_section_section key of
<i>configargs</i>. You can also specify an alternative
openssl configuration file by setting the value of the
config key to the path of the file you want to use.
The following keys, if present in <i>configargs</i>
behave as their equivalents in the openssl.conf, as
listed in the table below.
<table>
Configuration overrides
<tr valign="top">
<td><i>configargs</i> key</td>
<td>type</td>
<td>openssl.conf equivalent</td>
<td>description</td>
</tr>
<tr valign="top">
<td>digest_alg</td>
<td>string</td>
<td>default_md</td>
<td>Selects which digest method to use</td>
</tr>
<tr valign="top">
<td>x509_extensions</td>
<td>string</td>
<td>x509_extensions</td>
<td>Selects which extensions should be used when creating an x509
certificate</td>
</tr>
<tr valign="top">
<td>req_extensions</td>
<td>string</td>
<td>req_extensions</td>
<td>Selects which extensions should be used when creating a CSR</td>
</tr>
<tr valign="top">
<td>private_key_bits</td>
<td>integer</td>
<td>default_bits</td>
<td>Specifies how many bits should be used to generate a private
key</td>
</tr>
<tr valign="top">
<td>private_key_type</td>
<td>integer</td>
<td>none</td>
<td>Specifies the type of private key to create. This can be one
of <b>OPENSSL_KEYTYPE_DSA</b>,
<b>OPENSSL_KEYTYPE_DH</b> or
<b>OPENSSL_KEYTYPE_RSA</b>.
The default value is <b>OPENSSL_KEYTYPE_RSA</b> which
is currently the only supported key type.
</td>
</tr>
<tr valign="top">
<td>encrypt_key</td>
<td>boolean</td>
<td>encrypt_key</td>
<td>Should an exported key (with passphrase) be encrypted?</td>
</tr>
<tr valign="top">
<td>encrypt_key_cipher</td>
<td>integer</td>
<td>none</td>
<td>
One of cipher constants.
</td>
</tr>
</table>
</p>
@param array|null $extra_attributes [optional] <p>
<i>extraattribs</i> is used to specify additional
configuration options for the CSR. Both <i>dn</i> and
<i>extraattribs</i> are associative arrays whose keys are
converted to OIDs and applied to the relevant part of the request.
</p>
@return OpenSSLCertificateSigningRequest|resource|false the CSR.
|
openssl_csr_new
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/openssl/openssl.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/openssl/openssl.php
|
MIT
|
#[LanguageLevelTypeAware(["8.0" => "OpenSSLCertificate|false"], default: "resource|false")]
function openssl_csr_sign(#[LanguageLevelTypeAware(["8.0" => "OpenSSLCertificateSigningRequest|string"], default: "resource|string")] $csr, #[LanguageLevelTypeAware(["8.0" => "OpenSSLCertificate|string|null"], default: "resource|string|null")] $ca_certificate, #[LanguageLevelTypeAware(["8.0" => "OpenSSLAsymmetricKey|OpenSSLCertificate|array|string"], default: "resource|array|string")] $private_key, int $days, ?array $options, int $serial = 0)
{
}
|
Sign a CSR with another certificate (or itself) and generate a certificate
@link https://php.net/manual/en/function.openssl-csr-sign.php
@param OpenSSLCertificateSigningRequest|string|resource $csr <p>
A CSR previously generated by <b>openssl_csr_new</b>.
It can also be the path to a PEM encoded CSR when specified as
file://path/to/csr or an exported string generated
by <b>openssl_csr_export</b>.
</p>
@param OpenSSLCertificate|resource|string|null $ca_certificate <p>
The generated certificate will be signed by <i>cacert</i>.
If <i>cacert</i> is null, the generated certificate
will be a self-signed certificate.
</p>
@param OpenSSLAsymmetricKey|OpenSSLCertificate|array|string $private_key <p>
<i>priv_key</i> is the private key that corresponds to
<i>cacert</i>.
</p>
@param int $days <p>
<i>days</i> specifies the length of time for which the
generated certificate will be valid, in days.
</p>
@param array|null $options [optional] <p>
You can finetune the CSR signing by <i>configargs</i>.
See <b>openssl_csr_new</b> for more information about
<i>configargs</i>.
</p>
@param int $serial [optional] <p>
An optional the serial number of issued certificate. If not specified
it will default to 0.
</p>
@return OpenSSLCertificate|resource|false an x509 certificate resource on success, false on failure.
|
openssl_csr_sign
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/openssl/openssl.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/openssl/openssl.php
|
MIT
|
#[LanguageLevelTypeAware(["8.0" => "OpenSSLAsymmetricKey|false"], default: "resource|false")]
function openssl_csr_get_public_key(#[LanguageLevelTypeAware(["8.0" => "OpenSSLCertificateSigningRequest|string"], default: "resource|string")] $csr, #[PhpStormStubsElementAvailable(from: '7.1')] bool $short_names = \true)
{
}
|
Returns the public key of a CERT
@link https://php.net/manual/en/function.openssl-csr-get-public-key.php
@param OpenSSLCertificateSigningRequest|string|resource $csr
@param bool $short_names [optional]
@return OpenSSLAsymmetricKey|resource|false
|
openssl_csr_get_public_key
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/openssl/openssl.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/openssl/openssl.php
|
MIT
|
#[LanguageLevelTypeAware(["7.4" => "string"], default: "string|false")]
function openssl_random_pseudo_bytes(int $length, &$strong_result)
{
}
|
Generates a string of pseudo-random bytes, with the number of bytes determined by the length parameter.
<p>It also indicates if a cryptographically strong algorithm was used to produce the pseudo-random bytes,
and does this via the optional crypto_strong parameter. It's rare for this to be FALSE, but some systems may be broken or old.</p>
@link https://php.net/manual/en/function.openssl-random-pseudo-bytes.php
@param positive-int $length <p>
The length of the desired string of bytes. Must be a positive integer. PHP will
try to cast this parameter to a non-null integer to use it.
</p>
@param bool &$strong_result [optional]<p>
If passed into the function, this will hold a boolean value that determines
if the algorithm used was "cryptographically strong", e.g., safe for usage with GPG,
passwords, etc. true if it did, otherwise false
</p>
@return string|false the generated string of bytes on success, or false on failure.
|
openssl_random_pseudo_bytes
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/openssl/openssl.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/openssl/openssl.php
|
MIT
|
#[ArrayShape(['default_cert_file' => 'string', 'default_cert_file_env' => 'string', 'default_cert_dir' => 'string', 'default_cert_dir_env' => 'string', 'default_private_dir' => 'string', 'default_default_cert_area' => 'string', 'ini_cafile' => 'string', 'ini_capath' => 'string'])]
function openssl_get_cert_locations() : array
{
}
|
Retrieve the available certificate locations
@link https://php.net/manual/en/function.openssl-get-cert-locations.php
@return array an array with the available certificate locations
@since 5.6
|
openssl_get_cert_locations
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/openssl/openssl.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/openssl/openssl.php
|
MIT
|
#[Pure]
function pam_auth(string $username, string $password, string $error, bool $check_account_management = \true, string $service_name = 'php')
{
}
|
Authorize against a PAM unix database.
@param string $username <p>
The username to check.
</p>
@param string $password <p>
The user-supplied password to check.
</p>
@param string $error <p>
Output parameter to put any error messages in.
</p>
@param bool $check_account_management <p>
Call <b>pam_acct_mgmt()</b> to check account expiration and access. (Requires root access!)
</p>
@param string $service_name <p>
PAM service name to use. (Defaults to "php")
</p>
@return bool Returns a bool when complete. If false, <b>$error</b> contains any error messages generated.
|
pam_auth
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/pam/pam.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/pam/pam.php
|
MIT
|
#[Pure]
function pam_chpass(string $username, string $old_password, string $new_password, string $error, string $service_name = 'php')
{
}
|
Change a password for a PAM unix account.
@param string $username <p>
The username to check.
</p>
@param string $old_password <p>
The current password for the account.
</p>
@param string $new_password <p>
The new password for the account.
</p>
@param string $error <p>
Output parameter to put any error messages in.
</p>
@param string $service_name <p>
PAM service name to use. (Defaults to "php")
</p>
@return bool Returns a bool when complete. If false, <b>$error</b> contains any error messages generated.
|
pam_chpass
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/pam/pam.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/pam/pam.php
|
MIT
|
#[Pure]
function pcntl_wifexited(int $status) : bool
{
}
|
Checks if status code represents a normal exit
@link https://php.net/manual/en/function.pcntl-wifexited.php
@param int $status <p>The <i>status</i>
parameter is the status parameter supplied to a successful
call to <b>pcntl_waitpid</b>.</p>
@return bool <b>TRUE</b> if the child status code represents a normal exit, <b>FALSE</b>
otherwise.
|
pcntl_wifexited
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/pcntl/pcntl.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/pcntl/pcntl.php
|
MIT
|
#[Pure]
function pcntl_wifstopped(int $status) : bool
{
}
|
Checks whether the child process is currently stopped
@link https://php.net/manual/en/function.pcntl-wifstopped.php
@param int $status <p>The <i>status</i>
parameter is the status parameter supplied to a successful
call to <b>pcntl_waitpid</b>.</p>
@return bool <b>TRUE</b> if the child process which caused the return is
currently stopped, <b>FALSE</b> otherwise.
|
pcntl_wifstopped
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/pcntl/pcntl.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/pcntl/pcntl.php
|
MIT
|
#[Pure]
function pcntl_wifsignaled(int $status) : bool
{
}
|
Checks whether the status code represents a termination due to a signal
@link https://php.net/manual/en/function.pcntl-wifsignaled.php
@param int $status <p>The <i>status</i>
parameter is the status parameter supplied to a successful
call to <b>pcntl_waitpid</b>.</p>
@return bool <b>TRUE</b> if the child process exited because of a signal which was
not caught, <b>FALSE</b> otherwise.
|
pcntl_wifsignaled
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/pcntl/pcntl.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/pcntl/pcntl.php
|
MIT
|
#[Pure]
function pcntl_wexitstatus(int $status) : int|false
{
}
|
Returns the return code of a terminated child
@link https://php.net/manual/en/function.pcntl-wexitstatus.php
@param int $status <p>The <i>status</i>
parameter is the status parameter supplied to a successful
call to <b>pcntl_waitpid</b>.</p>
@return int|false the return code, as an integer.
|
pcntl_wexitstatus
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/pcntl/pcntl.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/pcntl/pcntl.php
|
MIT
|
#[Pure]
function pcntl_wtermsig(int $status) : int|false
{
}
|
Returns the signal which caused the child to terminate
@link https://php.net/manual/en/function.pcntl-wtermsig.php
@param int $status <p>The <i>status</i>
parameter is the status parameter supplied to a successful
call to <b>pcntl_waitpid</b>.</p>
@return int|false the signal number, as an integer.
|
pcntl_wtermsig
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/pcntl/pcntl.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/pcntl/pcntl.php
|
MIT
|
#[Pure]
function pcntl_wstopsig(int $status) : int|false
{
}
|
Returns the signal which caused the child to stop
@link https://php.net/manual/en/function.pcntl-wstopsig.php
@param int $status <p>The <i>status</i>
parameter is the status parameter supplied to a successful
call to <b>pcntl_waitpid</b>.</p>
@return int|false the signal number.
|
pcntl_wstopsig
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/pcntl/pcntl.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/pcntl/pcntl.php
|
MIT
|
#[Pure(\true)]
function pcntl_get_last_error() : int
{
}
|
Retrieve the error number set by the last pcntl function which failed
@link https://php.net/manual/en/function.pcntl-get-last-error.php
@return int error code.
@since 5.3.4
|
pcntl_get_last_error
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/pcntl/pcntl.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/pcntl/pcntl.php
|
MIT
|
#[Pure(\true)]
function pcntl_errno() : int
{
}
|
Alias of <b>pcntl_get_last_error</b>
@link https://php.net/manual/en/function.pcntl-errno.php
@return int error code.
@since 5.3.4
|
pcntl_errno
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/pcntl/pcntl.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/pcntl/pcntl.php
|
MIT
|
#[Pure]
#[LanguageLevelTypeAware(["8.0" => "string"], default: "string|false")]
function pcntl_strerror(int $error_code) : false|string
{
}
|
Retrieve the system error message associated with the given errno
@link https://php.net/manual/en/function.pcntl-strerror.php
@param int $error_code <p>
</p>
@return string|false error description on success or <b>FALSE</b> on failure.
@since 5.3.4
|
pcntl_strerror
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/pcntl/pcntl.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/pcntl/pcntl.php
|
MIT
|
#[Pure]
function pcntl_getpriority(?int $process_id, int $mode = \PRIO_PROCESS) : int|false
{
}
|
Get the priority of any process
@link https://php.net/manual/en/function.pcntl-getpriority.php
@param int|null $process_id [optional] <p>
If not specified, the pid of the current process (getmypid()) is used.
</p>
@param int $mode [optional] <p>
One of <b>PRIO_PGRP</b>, <b>PRIO_USER</b>
or <b>PRIO_PROCESS</b>.
</p>
@return int|false <b>pcntl_getpriority</b> returns the priority of the process
or <b>FALSE</b> on error. A lower numerical value causes more favorable
scheduling.
|
pcntl_getpriority
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/pcntl/pcntl.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/pcntl/pcntl.php
|
MIT
|
#[LanguageLevelTypeAware(['8.0' => 'int|false'], default: 'int|false|null')]
function preg_match_all(string $pattern, string $subject, &$matches, int $flags = 0, int $offset = 0)
{
}
|
Perform a global regular expression match
@link https://php.net/manual/en/function.preg-match-all.php
@param string $pattern <p>
The pattern to search for, as a string.
</p>
@param string $subject <p>
The input string.
</p>
@param string[][] &$matches [optional] <p>
Array of all matches in multi-dimensional array ordered according to flags.
</p>
@param int $flags <p>
Can be a combination of the following flags (note that it doesn't make
sense to use <b>PREG_PATTERN_ORDER</b> together with
<b>PREG_SET_ORDER</b>):
<b>PREG_PATTERN_ORDER</b>
<br>
Orders results so that $matches[0] is an array of full
pattern matches, $matches[1] is an array of strings matched by
the first parenthesized subpattern, and so on.
</p>
@param int $offset [optional] <p>
Normally, the search starts from the beginning of the subject string.
The optional parameter <i>offset</i> can be used to
specify the alternate place from which to start the search (in bytes).
</p>
<p>
Using <i>offset</i> is not equivalent to passing
substr($subject, $offset) to
<b>preg_match_all</b> in place of the subject string,
because <i>pattern</i> can contain assertions such as
^, $ or
(?<=x). See <b>preg_match</b>
for examples.
</p>
<p>
<code>
preg_match_all("|]+>(.*)]+>|U",
"example: this is a test",
$out, PREG_PATTERN_ORDER);
echo $out[0][0] . ", " . $out[0][1] . "\n";
echo $out[1][0] . ", " . $out[1][1] . "\n";
</code>
The above example will output:</p>
<pre>
example: , this is a test
example: , this is a test
</pre>
<p>
So, $out[0] contains array of strings that matched full pattern,
and $out[1] contains array of strings enclosed by tags.
</p>
@return int|false|null the number of full pattern matches (which might be zero),
or <b>FALSE</b> if an error occurred.
|
preg_match_all
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/pcre/pcre.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/pcre/pcre.php
|
MIT
|
#[Pure]
function preg_grep(string $pattern, array $array, int $flags = 0) : array|false
{
}
|
Return array entries that match the pattern
@link https://php.net/manual/en/function.preg-grep.php
@param string $pattern <p>
The pattern to search for, as a string.
</p>
@param array $array <p>
The input array.
</p>
@param int $flags [optional] <p>
If set to <b>PREG_GREP_INVERT</b>, this function returns
the elements of the input array that do not match
the given <i>pattern</i>.
</p>
@return array|false an array indexed using the keys from the
<i>input</i> array or false when pattern cannot be compiled.
|
preg_grep
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/pcre/pcre.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/pcre/pcre.php
|
MIT
|
#[Pure(\true)]
function preg_last_error_msg() : string
{
}
|
Returns the error message of the last PCRE regex execution
@return string one of the error messages or "No error" if there is no error.
@since 8.0
|
preg_last_error_msg
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/pcre/pcre.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/pcre/pcre.php
|
MIT
|
#[Deprecated(" This function is deprecated since PDFlib version 6, use PDF_create_action() with type=Launch and PDF_create_annotation() with type=Link instead.")]
public function add_launchlink($llx, $lly, $urx, $ury, $filename)
{
}
|
Adds a link to a web resource.
@param float $llx
@param float $lly
@param float $urx
@param float $ury
@param string $filename
@return bool
@link https://secure.php.net/manual/en/function.pdf-add-launchlink.php
@see PDF_create_action()
|
add_launchlink
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/pdflib/PDFlib.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/pdflib/PDFlib.php
|
MIT
|
#[Deprecated('This function is deprecated since PDFlib version 6, use PDF_create_action() with type=GoTo and PDF_create_annotation() with type=Link instead.')]
public function add_locallink($lowerleftx, $lowerlefty, $upperrightx, $upperrighty, $page, $dest)
{
}
|
Add a link annotation to a target within the current PDF file.
@param float $lowerleftx
@param float $lowerlefty
@param float $upperrightx
@param float $upperrighty
@param int $page
@param string $dest
@return bool
@link https://secure.php.net/manual/en/function.pdf-add-locallink.php
@see PDF_create_action()
|
add_locallink
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/pdflib/PDFlib.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/pdflib/PDFlib.php
|
MIT
|
#[Deprecated('This function is deprecated since PDFlib version 6, use PDF_create_annotation() with type=Text instead.')]
public function add_note($llx, $lly, $urx, $ury, $contents, $title, $icon, $open)
{
}
|
Sets an annotation for the current page.
@param float $llx
@param float $lly
@param float $urx
@param float $ury
@param string $contents
@param string $title
@param string $icon
@param int $open
@return bool
@link https://secure.php.net/manual/en/function.pdf-add-note.php
@see PDF_create_annotation()
|
add_note
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/pdflib/PDFlib.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/pdflib/PDFlib.php
|
MIT
|
#[Deprecated('This function is deprecated since PDFlib version 6, use PDF_create_action() with type=GoToR and PDF_create_annotation() with type=Link instead.')]
public function add_pdflink($bottom_left_x, $bottom_left_y, $up_right_x, $up_right_y, $filename, $page, $dest)
{
}
|
Add a file link annotation to a PDF target.
@param float $bottom_left_x
@param float $bottom_left_y
@param float $up_right_x
@param float $up_right_y
@param string $filename
@param int $page
@param string $dest
@return bool
@link https://secure.php.net/manual/en/function.pdf-add-pdflink.php
@see PDF_create_action
|
add_pdflink
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/pdflib/PDFlib.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/pdflib/PDFlib.php
|
MIT
|
#[Deprecated('This function is deprecated since PDFlib version 6, use PDF_create_action() with type=URI and PDF_create_annotation() with type=Link instead.')]
public function add_weblink($lowerleftx, $lowerlefty, $upperrightx, $upperrighty, $url)
{
}
|
Adds a weblink annotation to a target url on the Web.
@param float $lowerleftx
@param float $lowerlefty
@param float $upperrightx
@param float $upperrighty
@param string $url
@return bool
@link https://secure.php.net/manual/en/function.pdf-add-weblink.php
@see PDF_create_action()
|
add_weblink
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/pdflib/PDFlib.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/pdflib/PDFlib.php
|
MIT
|
#[Deprecated('This function is deprecated since PDFlib version 6, use PDF_create_annotation() with type=FileAttachment instead.')]
public function attach_file($llx, $lly, $urx, $ury, $filename, $description, $author, $mimetype, $icon)
{
}
|
Adds a file attachment annotation.
@param float $llx
@param float $lly
@param float $urx
@param float $ury
@param string $filename
@param string $description
@param string $author
@param string $mimetype
@param string $icon
@return bool
@link https://secure.php.net/manual/en/function.pdf-attach-file.php
@see PDF_create_annotation()
|
attach_file
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/pdflib/PDFlib.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/pdflib/PDFlib.php
|
MIT
|
#[Deprecated('This function is deprecated since PDFlib version 6, use PDF_begin_page_ext() instead.')]
public function begin_page($width, $height)
{
}
|
Adds a new page to the document.
@param float $width
@param float $height
@return bool
@link https://secure.php.net/manual/en/function.pdf-begin-page.php
@see PDF_begin_page_ext()
|
begin_page
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/pdflib/PDFlib.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/pdflib/PDFlib.php
|
MIT
|
#[Deprecated('This function is deprecated since PDFlib version 7, use PDF_begin_template_ext() instead.')]
public function begin_template($width, $height)
{
}
|
@param float $width
@param float $height
@return int
@link https://secure.php.net/manual/en/function.pdf-begin-template.php
@see PDF_begin_template_ext
|
begin_template
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/pdflib/PDFlib.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/pdflib/PDFlib.php
|
MIT
|
#[Deprecated('This function is deprecated since PDFlib version 7, use PDF_close_pdi_document() instead.')]
public function close_pdi($doc)
{
}
|
@param int $doc
@return bool
@link https://secure.php.net/manual/en/function.pdf-close-pdi.php
@see PDF_close_pdi_document()
|
close_pdi
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/pdflib/PDFlib.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/pdflib/PDFlib.php
|
MIT
|
#[Deprecated('This function is deprecated since PDFlib version 6, use PDF_end_document() instead.')]
public function close()
{
}
|
@return bool
@link https://secure.php.net/manual/en/function.pdf-close.php
@see PDF_end_document
|
close
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/pdflib/PDFlib.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/pdflib/PDFlib.php
|
MIT
|
#[Deprecated('This function is deprecated since PDFlib version 6, use PDF_create_action() with type=Launch and PDF_create_annotation() with type=Link instead.')]
function PDF_add_launchlink($pdf, $llx, $lly, $urx, $ury, $filename)
{
}
|
Add launch annotation for current page [deprecated].
@param resource $pdf
@param float $llx
@param float $lly
@param float $urx
@param float $ury
@param string $filename
@return bool
@link https://secure.php.net/manual/en/function.pdf-add-launchlink.php
@see PDF_create_action
|
PDF_add_launchlink
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/pdflib/PDFlib.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/pdflib/PDFlib.php
|
MIT
|
#[Deprecated('This function is deprecated since PDFlib version 6, use PDF_create_action() with type=GoTo and PDF_create_annotation() with type=Link instead.')]
function PDF_add_locallink($pdf, $lowerleftx, $lowerlefty, $upperrightx, $upperrighty, $page, $dest)
{
}
|
Add a link annotation to a target within the current PDF file.
@param resource $pdf
@param float $lowerleftx
@param float $lowerlefty
@param float $upperrightx
@param float $upperrighty
@param int $page
@param string $dest
@return bool
@link https://secure.php.net/manual/en/function.pdf-add-locallink.php
@see PDF_create_action
|
PDF_add_locallink
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/pdflib/PDFlib.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/pdflib/PDFlib.php
|
MIT
|
#[Deprecated('This function is deprecated since PDFlib version 6, use PDF_create_annotation() with type=Text instead.')]
function PDF_add_note($pdf, $llx, $lly, $urx, $ury, $contents, $title, $icon, $open)
{
}
|
Sets an annotation for the current page.
@param resource $pdf
@param float $llx
@param float $lly
@param float $urx
@param float $ury
@param string $contents
@param string $title
@param string $icon
@param int $open
@return bool
@link https://secure.php.net/manual/en/function.pdf-add-note.php
@see PDF_create_annotation
|
PDF_add_note
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/pdflib/PDFlib.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/pdflib/PDFlib.php
|
MIT
|
#[Deprecated('This function is deprecated since PDFlib version 6, use PDF_create_action() with type=GoToR and PDF_create_annotation() with type=Link instead.')]
function PDF_add_pdflink($pdf, $bottom_left_x, $bottom_left_y, $up_right_x, $up_right_y, $filename, $page, $dest)
{
}
|
Add a file link annotation to a PDF target.
@param resource $pdf
@param float $bottom_left_x
@param float $bottom_left_y
@param float $up_right_x
@param float $up_right_y
@param string $filename
@param int $page
@param string $dest
@return bool
@link https://secure.php.net/manual/en/function.pdf-add-pdflink.php
@see PDF_create_action
|
PDF_add_pdflink
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/pdflib/PDFlib.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/pdflib/PDFlib.php
|
MIT
|
#[Deprecated('This function is deprecated since PDFlib version 6, use PDF_create_action() with type=URI and PDF_create_annotation() with type=Link instead.')]
function PDF_add_weblink($pdf, $lowerleftx, $lowerlefty, $upperrightx, $upperrighty, $url)
{
}
|
Adds a weblink annotation to a target url on the Web.
@param resource $pdf
@param float $lowerleftx
@param float $lowerlefty
@param float $upperrightx
@param float $upperrighty
@param string $url
@return bool
@link https://secure.php.net/manual/en/function.pdf-add-weblink.php
@see PDF_create_action
|
PDF_add_weblink
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/pdflib/PDFlib.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/pdflib/PDFlib.php
|
MIT
|
#[Deprecated('This function is deprecated since PDFlib version 6, use PDF_create_annotation() with type=FileAttachment instead.')]
function PDF_attach_file($pdf, $llx, $lly, $urx, $ury, $filename, $description, $author, $mimetype, $icon)
{
}
|
Adds a file attachment annotation.
@param resource $pdf
@param float $llx
@param float $lly
@param float $urx
@param float $ury
@param string $filename
@param string $description
@param string $author
@param string $mimetype
@param string $icon
@return bool
@link https://secure.php.net/manual/en/function.pdf-attach-file.php
@see PDF_create_annotation
|
PDF_attach_file
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/pdflib/PDFlib.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/pdflib/PDFlib.php
|
MIT
|
#[Deprecated('This function is deprecated since PDFlib version 6, use PDF_begin_page_ext() instead.')]
function PDF_begin_page($pdf, $width, $height)
{
}
|
Adds a new page to the document.
@param resource $pdf
@param float $width
@param float $height
@return bool
@link https://secure.php.net/manual/en/function.pdf-begin-page.php
@see PDF_begin_page_ext
|
PDF_begin_page
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/pdflib/PDFlib.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/pdflib/PDFlib.php
|
MIT
|
#[Deprecated('This function is deprecated since PDFlib version 7, use PDF_begin_template_ext() instead.')]
function PDF_begin_template($pdf, $width, $height)
{
}
|
Start template definition [deprecated]
@param resource $pdf
@param float $width
@param float $height
@return int
@link https://secure.php.net/manual/en/function.pdf-begin-template.php
@see PDF_begin_template_ext
|
PDF_begin_template
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/pdflib/PDFlib.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/pdflib/PDFlib.php
|
MIT
|
#[Deprecated('This function is deprecated since PDFlib version 7, use PDF_close_pdi_document() instead.')]
function PDF_close_pdi($pdf, $doc)
{
}
|
Close the input pdf document [deprecated]
@param resource $pdf
@param int $doc
@return bool
@link https://secure.php.net/manual/en/function.pdf-close-pdi.php
@see PDF_close_pdi_document
|
PDF_close_pdi
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/pdflib/PDFlib.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/pdflib/PDFlib.php
|
MIT
|
#[Deprecated('This function is deprecated since PDFlib version 6, use PDF_end_document() instead.')]
function PDF_close($pdf)
{
}
|
Close pdf resource [deprecated]
@param resource $pdf
@return bool
@link https://secure.php.net/manual/en/function.pdf-close.php
@see PDF_end_document
|
PDF_close
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/pdflib/PDFlib.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/pdflib/PDFlib.php
|
MIT
|
#[TentativeType]
public function rollBack() : bool
{
}
|
(PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.1.0)<br/>
Rolls back a transaction
@link https://php.net/manual/en/pdo.rollback.php
@return bool <b>TRUE</b> on success or <b>FALSE</b> on failure.
@throws PDOException if there is no active transaction.
|
rollBack
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/PDO/PDO.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/PDO/PDO.php
|
MIT
|
#[TentativeType]
public function inTransaction() : bool
{
}
|
(PHP 5 >= 5.3.3, Bundled pdo_pgsql, PHP 7)<br/>
Checks if inside a transaction
@link https://php.net/manual/en/pdo.intransaction.php
@return bool <b>TRUE</b> if a transaction is currently active, and <b>FALSE</b> if not.
|
inTransaction
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/PDO/PDO.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/PDO/PDO.php
|
MIT
|
#[TentativeType]
public function setAttribute(#[LanguageLevelTypeAware(['8.0' => 'int'], default: '')] $attribute, #[LanguageLevelTypeAware(['8.0' => 'mixed'], default: '')] $value) : bool
{
}
|
(PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.1.0)<br/>
Set an attribute
@link https://php.net/manual/en/pdo.setattribute.php
@param int $attribute
@param mixed $value
@return bool <b>TRUE</b> on success or <b>FALSE</b> on failure.
|
setAttribute
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/PDO/PDO.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/PDO/PDO.php
|
MIT
|
#[TentativeType]
public function exec(#[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $statement) : int|false
{
}
|
(PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.1.0)<br/>
Execute an SQL statement and return the number of affected rows
@link https://php.net/manual/en/pdo.exec.php
@param string $statement <p>
The SQL statement to prepare and execute.
</p>
<p>
Data inside the query should be properly escaped.
</p>
@return int|false <b>PDO::exec</b> returns the number of rows that were modified
or deleted by the SQL statement you issued. If no rows were affected,
<b>PDO::exec</b> returns 0.
</p>
This function may
return Boolean <b>FALSE</b>, but may also return a non-Boolean value which
evaluates to <b>FALSE</b>. Please read the section on Booleans for more
information. Use the ===
operator for testing the return value of this
function.
<p>
The following example incorrectly relies on the return value of
<b>PDO::exec</b>, wherein a statement that affected 0 rows
results in a call to <b>die</b>:
<code>
$db->exec() or die(print_r($db->errorInfo(), true));
</code>
|
exec
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/PDO/PDO.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/PDO/PDO.php
|
MIT
|
#[PhpStormStubsElementAvailable(to: '7.4')]
public function query($query, $fetchMode = \PDO::ATTR_DEFAULT_FETCH_MODE, $arg3 = null, $ctorargs = [])
{
}
|
(PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.2.0)<br/>
Executes an SQL statement, returning a result set as a PDOStatement object
@link https://php.net/manual/en/pdo.query.php
@param string $query <p>
The SQL statement to prepare and execute.
</p>
<p>
Data inside the query should be properly escaped.
</p>
@param int $fetchMode <p>
The fetch mode must be one of the PDO::FETCH_* constants.
</p>
@param mixed $arg3 <p>
The second and following parameters are the same as the parameters for PDOStatement::setFetchMode.
</p>
@param array $ctorargs [optional] <p>
Arguments of custom class constructor when the <i>mode</i>
parameter is set to <b>PDO::FETCH_CLASS</b>.
</p>
@return PDOStatement|false <b>PDO::query</b> returns a PDOStatement object, or <b>FALSE</b>
on failure.
@see PDOStatement::setFetchMode For a full description of the second and following parameters.
|
query
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/PDO/PDO.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/PDO/PDO.php
|
MIT
|
#[PhpStormStubsElementAvailable('8.0')]
public function query(#[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $query, #[LanguageLevelTypeAware(['8.0' => 'int|null'], default: '')] $fetchMode = null, #[LanguageLevelTypeAware(['8.0' => 'mixed'], default: '')] ...$fetch_mode_args)
{
}
|
(PHP 5 >= 5.1.0, PHP 7, PHP 8, PECL pdo >= 0.2.0)<br/>
Executes an SQL statement, returning a result set as a PDOStatement object
@link https://php.net/manual/en/pdo.query.php
@param string $query <p>
The SQL statement to prepare and execute.
</p>
<p>
Data inside the query should be properly escaped.
</p>
@param int|null $fetchMode <p>
The fetch mode must be one of the PDO::FETCH_* constants.
</p>
@param mixed ...$fetch_mode_args <p>
Arguments of custom class constructor when the <i>mode</i>
parameter is set to <b>PDO::FETCH_CLASS</b>.
</p>
@return PDOStatement|false <b>PDO::query</b> returns a PDOStatement object, or <b>FALSE</b>
on failure.
@see PDOStatement::setFetchMode For a full description of the second and following parameters.
|
query
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/PDO/PDO.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/PDO/PDO.php
|
MIT
|
#[TentativeType]
public function lastInsertId(#[LanguageLevelTypeAware(['8.0' => 'string|null'], default: '')] $name = null) : string|false
{
}
|
(PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.1.0)<br/>
Returns the ID of the last inserted row or sequence value
@link https://php.net/manual/en/pdo.lastinsertid.php
@param string $name [optional] <p>
Name of the sequence object from which the ID should be returned.
</p>
@return string|false If a sequence name was not specified for the <i>name</i>
parameter, <b>PDO::lastInsertId</b> returns a
string representing the row ID of the last row that was inserted into
the database.
</p>
<p>
If a sequence name was specified for the <i>name</i>
parameter, <b>PDO::lastInsertId</b> returns a
string representing the last value retrieved from the specified sequence
object.
</p>
<p>
If the PDO driver does not support this capability,
<b>PDO::lastInsertId</b> triggers an
IM001 SQLSTATE.
@throws PDOException On error if PDO::ERRMODE_EXCEPTION option is true.
|
lastInsertId
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/PDO/PDO.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/PDO/PDO.php
|
MIT
|
#[TentativeType]
public function errorCode() : ?string
{
}
|
(PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.1.0)<br/>
Fetch the SQLSTATE associated with the last operation on the database handle
@link https://php.net/manual/en/pdo.errorcode.php
@return mixed an SQLSTATE, a five characters alphanumeric identifier defined in
the ANSI SQL-92 standard. Briefly, an SQLSTATE consists of a
two characters class value followed by a three characters subclass value. A
class value of 01 indicates a warning and is accompanied by a return code
of SQL_SUCCESS_WITH_INFO. Class values other than '01', except for the
class 'IM', indicate an error. The class 'IM' is specific to warnings
and errors that derive from the implementation of PDO (or perhaps ODBC,
if you're using the ODBC driver) itself. The subclass value '000' in any
class indicates that there is no subclass for that SQLSTATE.
</p>
<p>
<b>PDO::errorCode</b> only retrieves error codes for operations
performed directly on the database handle. If you create a PDOStatement
object through <b>PDO::prepare</b> or
<b>PDO::query</b> and invoke an error on the statement
handle, <b>PDO::errorCode</b> will not reflect that error.
You must call <b>PDOStatement::errorCode</b> to return the error
code for an operation performed on a particular statement handle.
</p>
<p>
Returns <b>NULL</b> if no operation has been run on the database handle.
|
errorCode
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/PDO/PDO.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/PDO/PDO.php
|
MIT
|
#[ArrayShape([0 => "string", 1 => "int", 2 => "string"])]
#[TentativeType]
public function errorInfo() : array
{
}
|
(PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.1.0)<br/>
Fetch extended error information associated with the last operation on the database handle
@link https://php.net/manual/en/pdo.errorinfo.php
@return array <b>PDO::errorInfo</b> returns an array of error information
about the last operation performed by this database handle. The array
consists of the following fields:
<tr valign="top">
<td>Element</td>
<td>Information</td>
</tr>
<tr valign="top">
<td>0</td>
<td>SQLSTATE error code (a five characters alphanumeric identifier defined
in the ANSI SQL standard).</td>
</tr>
<tr valign="top">
<td>1</td>
<td>Driver-specific error code.</td>
</tr>
<tr valign="top">
<td>2</td>
<td>Driver-specific error message.</td>
</tr>
</p>
<p>
If the SQLSTATE error code is not set or there is no driver-specific
error, the elements following element 0 will be set to <b>NULL</b>.
</p>
<p>
<b>PDO::errorInfo</b> only retrieves error information for
operations performed directly on the database handle. If you create a
PDOStatement object through <b>PDO::prepare</b> or
<b>PDO::query</b> and invoke an error on the statement
handle, <b>PDO::errorInfo</b> will not reflect the error
from the statement handle. You must call
<b>PDOStatement::errorInfo</b> to return the error
information for an operation performed on a particular statement handle.
|
errorInfo
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/PDO/PDO.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/PDO/PDO.php
|
MIT
|
#[TentativeType]
public function quote(#[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $string, #[LanguageLevelTypeAware(['8.0' => 'int'], default: '')] $type = \PDO::PARAM_STR) : string|false
{
}
|
(PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.2.1)<br/>
Quotes a string for use in a query.
@link https://php.net/manual/en/pdo.quote.php
@param string $string <p>
The string to be quoted.
</p>
@param int $type [optional] <p>
Provides a data type hint for drivers that have alternate quoting styles.
</p>
@return string|false a quoted string that is theoretically safe to pass into an
SQL statement. Returns <b>FALSE</b> if the driver does not support quoting in
this way.
|
quote
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/PDO/PDO.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/PDO/PDO.php
|
MIT
|
#[TentativeType]
public static function getAvailableDrivers() : array
{
}
|
(PHP 5 >= 5.1.3, PHP 7, PECL pdo >= 1.0.3)<br/>
Return an array of available PDO drivers
@link https://php.net/manual/en/pdo.getavailabledrivers.php
@return array <b>PDO::getAvailableDrivers</b> returns an array of PDO driver names. If
no drivers are available, it returns an empty array.
|
getAvailableDrivers
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/PDO/PDO.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/PDO/PDO.php
|
MIT
|
#[TentativeType]
public function fetch(#[LanguageLevelTypeAware(['8.0' => 'int'], default: '')] $mode = \PDO::FETCH_DEFAULT, #[LanguageLevelTypeAware(['8.0' => 'int'], default: '')] $cursorOrientation = \PDO::FETCH_ORI_NEXT, #[LanguageLevelTypeAware(['8.0' => 'int'], default: '')] $cursorOffset = 0) : mixed
{
}
|
(PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.1.0)<br/>
Fetches the next row from a result set
@link https://php.net/manual/en/pdostatement.fetch.php
@param int $mode [optional] <p>
Controls how the next row will be returned to the caller. This value
must be one of the PDO::FETCH_* constants,
defaulting to value of PDO::ATTR_DEFAULT_FETCH_MODE
(which defaults to PDO::FETCH_BOTH).
</p>
<p>
PDO::FETCH_ASSOC: returns an array indexed by column
name as returned in your result set
</p>
@param int $cursorOrientation [optional] <p>
For a PDOStatement object representing a scrollable cursor, this
value determines which row will be returned to the caller. This value
must be one of the PDO::FETCH_ORI_* constants,
defaulting to PDO::FETCH_ORI_NEXT. To request a
scrollable cursor for your PDOStatement object, you must set the
PDO::ATTR_CURSOR attribute to
PDO::CURSOR_SCROLL when you prepare the SQL
statement with <b>PDO::prepare</b>.
</p>
@param int $cursorOffset [optional]
@return mixed The return value of this function on success depends on the fetch type. In
all cases, <b>FALSE</b> is returned on failure.
|
fetch
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/PDO/PDO.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/PDO/PDO.php
|
MIT
|
#[TentativeType]
public function bindParam(#[LanguageLevelTypeAware(['8.0' => 'int|string'], default: '')] $param, #[LanguageLevelTypeAware(['8.0' => 'mixed'], default: '')] &$var, #[LanguageLevelTypeAware(['8.0' => 'int'], default: '')] $type = \PDO::PARAM_STR, #[LanguageLevelTypeAware(['8.0' => 'int'], default: '')] $maxLength = 0, #[LanguageLevelTypeAware(['8.0' => 'mixed'], default: '')] $driverOptions = null) : bool
{
}
|
(PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.1.0)<br/>
Binds a parameter to the specified variable name
@link https://php.net/manual/en/pdostatement.bindparam.php
@param mixed $param <p>
Parameter identifier. For a prepared statement using named
placeholders, this will be a parameter name of the form
:name. For a prepared statement using
question mark placeholders, this will be the 1-indexed position of
the parameter.
</p>
@param mixed &$var <p>
Name of the PHP variable to bind to the SQL statement parameter.
</p>
@param int $type [optional] <p>
Explicit data type for the parameter using the PDO::PARAM_*
constants.
To return an INOUT parameter from a stored procedure,
use the bitwise OR operator to set the PDO::PARAM_INPUT_OUTPUT bits
for the <i>data_type</i> parameter.
</p>
@param int $maxLength [optional] <p>
Length of the data type. To indicate that a parameter is an OUT
parameter from a stored procedure, you must explicitly set the
length.
</p>
@param mixed $driverOptions [optional] <p>
</p>
@return bool <b>TRUE</b> on success or <b>FALSE</b> on failure.
|
bindParam
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/PDO/PDO.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/PDO/PDO.php
|
MIT
|
#[TentativeType]
public function bindColumn(#[LanguageLevelTypeAware(['8.0' => 'int|string'], default: '')] $column, #[LanguageLevelTypeAware(['8.0' => 'mixed'], default: '')] &$var, #[LanguageLevelTypeAware(['8.0' => 'int'], default: '')] $type = \PDO::PARAM_STR, #[LanguageLevelTypeAware(['8.0' => 'int'], default: '')] $maxLength = 0, #[LanguageLevelTypeAware(['8.0' => 'mixed'], default: '')] $driverOptions = null) : bool
{
}
|
(PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.1.0)<br/>
Bind a column to a PHP variable
@link https://php.net/manual/en/pdostatement.bindcolumn.php
@param mixed $column <p>
Number of the column (1-indexed) or name of the column in the result set.
If using the column name, be aware that the name should match the
case of the column, as returned by the driver.
</p>
@param mixed &$var <p>
Name of the PHP variable to which the column will be bound.
</p>
@param int $type [optional] <p>
Data type of the parameter, specified by the PDO::PARAM_* constants.
</p>
@param int $maxLength [optional] <p>
A hint for pre-allocation.
</p>
@param mixed $driverOptions [optional] <p>
Optional parameter(s) for the driver.
</p>
@return bool <b>TRUE</b> on success or <b>FALSE</b> on failure.
|
bindColumn
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/PDO/PDO.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/PDO/PDO.php
|
MIT
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.