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
#[Pure] public function getpackagename() { }
Returns the GraphicsMagick package name. @link https://php.net/manual/en/gmagick.getpackagename.php @return string Returns the GraphicsMagick package name as a string. @throws GmagickException On error.
getpackagename
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/gmagick/gmagick.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/gmagick/gmagick.php
MIT
#[Pure] public function getquantumdepth() { }
Returns the Gmagick quantum depth. @link https://php.net/manual/en/gmagick.getquantumdepth.php @return array Returns the Gmagick quantum depth. @throws GmagickException On error.
getquantumdepth
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/gmagick/gmagick.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/gmagick/gmagick.php
MIT
#[Pure] public function getreleasedate() { }
Returns the GraphicsMagick release date as a string. @link https://php.net/manual/en/gmagick.getreleasedate.php @return string Returns the GraphicsMagick release date as a string. @throws GmagickException On error.
getreleasedate
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/gmagick/gmagick.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/gmagick/gmagick.php
MIT
#[Pure] public function getsamplingfactors() { }
Gets the horizontal and vertical sampling factor. @link https://php.net/manual/en/gmagick.getsamplingfactors.php @return array Returns an associative array with the horizontal and vertical sampling factors of the image. @throws GmagickException On error.
getsamplingfactors
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/gmagick/gmagick.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/gmagick/gmagick.php
MIT
#[Pure] public function getsize() { }
Returns the size associated with the Gmagick object. @link https://php.net/manual/en/gmagick.getsize.php @return array Returns the size associated with the Gmagick object as an array with the keys "columns" and "rows". @throws GmagickException On error.
getsize
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/gmagick/gmagick.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/gmagick/gmagick.php
MIT
#[Pure] public function getversion() { }
Returns the GraphicsMagick API version. @link https://php.net/manual/en/gmagick.getversion.php @return array Returns the GraphicsMagick API version as a string and as a number. @throws GmagickException On error.
getversion
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/gmagick/gmagick.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/gmagick/gmagick.php
MIT
#[Pure] public function getfillcolor() { }
Returns the fill color used for drawing filled objects. @link https://php.net/manual/en/gmagickdraw.getfillcolor.php @return GmagickPixel The GmagickPixel fill color used for drawing filled objects.
getfillcolor
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/gmagick/gmagick.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/gmagick/gmagick.php
MIT
#[Pure] public function getfillopacity() { }
Returns the opacity used when drawing. @link https://php.net/manual/en/gmagickdraw.getfillopacity.php @return float The opacity used when drawing using the fill color or fill texture. Fully opaque is 1.0.
getfillopacity
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/gmagick/gmagick.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/gmagick/gmagick.php
MIT
#[Pure] public function getfont() { }
Returns a string specifying the font used when annotating with text. @link https://php.net/manual/en/gmagickdraw.getfont.php @return string|false A string on success and false if no font is set.
getfont
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/gmagick/gmagick.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/gmagick/gmagick.php
MIT
#[Pure] public function getfontsize() { }
Returns the font pointsize used when annotating with text. @link https://php.net/manual/en/gmagickdraw.getfontsize.php @return float The font size associated with the current GmagickDraw object.
getfontsize
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/gmagick/gmagick.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/gmagick/gmagick.php
MIT
#[Pure] public function getfontstyle() { }
Returns the font style used when annotating with text. @link https://php.net/manual/en/gmagickdraw.getfontstyle.php @return int The font style constant (STYLE_) associated with the GmagickDraw object or 0 if no style is set.
getfontstyle
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/gmagick/gmagick.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/gmagick/gmagick.php
MIT
#[Pure] public function getfontweight() { }
Returns the font weight used when annotating with text. @link https://php.net/manual/en/gmagickdraw.getfontweight.php @return int An int on success and 0 if no weight is set.
getfontweight
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/gmagick/gmagick.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/gmagick/gmagick.php
MIT
#[Pure] public function getstrokecolor() { }
Returns the color used for stroking object outlines. @link https://php.net/manual/en/gmagickdraw.getstrokecolor.php @return GmagickPixel Returns an GmagickPixel object which describes the color.
getstrokecolor
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/gmagick/gmagick.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/gmagick/gmagick.php
MIT
#[Pure] public function getstrokeopacity() { }
Returns the opacity of stroked object outlines. @link https://php.net/manual/en/gmagickdraw.getstrokeopacity.php @return float Returns a float describing the opacity.
getstrokeopacity
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/gmagick/gmagick.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/gmagick/gmagick.php
MIT
#[Pure] public function getstrokewidth() { }
Returns the width of the stroke used to draw object outlines. @link https://php.net/manual/en/gmagickdraw.getstrokewidth.php @return float Returns a float describing the stroke width.
getstrokewidth
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/gmagick/gmagick.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/gmagick/gmagick.php
MIT
#[Pure] public function gettextdecoration() { }
Returns the decoration applied when annotating with text. @link https://php.net/manual/en/gmagickdraw.gettextdecoration.php @return int Returns one of the DECORATION_ constants and 0 if no decoration is set.
gettextdecoration
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/gmagick/gmagick.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/gmagick/gmagick.php
MIT
#[Pure] public function gettextencoding() { }
Returns the code set used for text annotations. @link https://php.net/manual/en/gmagickdraw.gettextencoding.php @return string|false Returns a string specifying the code set or false if text encoding is not set.
gettextencoding
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/gmagick/gmagick.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/gmagick/gmagick.php
MIT
#[Pure] public function getcolor($as_array = null, $normalize_array = null) { }
Returns the color described by the GmagickPixel object. If the color has an opacity channel set, this is provided as a fourth value in the list. @link https://php.net/manual/en/gmagickpixel.getcolor.php @param bool $as_array [optional] True to indicate return of array instead of string. @param bool $normalize_array [optional] Normalize the color values. @return mixed A string or array of channel values, each normalized if TRUE is given as param. @throws GmagickPixelException On error.
getcolor
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/gmagick/gmagick.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/gmagick/gmagick.php
MIT
#[Pure] public function getcolorcount() { }
Returns the color count associated with this color. @link https://php.net/manual/en/gmagickpixel.getcolorcount.php @return int The color count as an integer. @throws GmagickPixelException On failure.
getcolorcount
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/gmagick/gmagick.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/gmagick/gmagick.php
MIT
#[Pure] public function getcolorvalue($color) { }
Gets the normalized value of the provided color channel. @link https://php.net/manual/en/gmagickpixel.getcolorvalue.php @param int $color The channel to check, specified as one of the Gmagick channel constants. @return float The value of the color channel specified, as a floating-point number between 0 and 1. @throws GmagickPixelException On error.
getcolorvalue
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/gmagick/gmagick.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/gmagick/gmagick.php
MIT
#[Pure] function gmp_init(string|int $num, int $base = 0) : \GMP { }
Create GMP number @link https://php.net/manual/en/function.gmp-init.php @param mixed $num <p> An integer or a string. The string representation can be decimal, hexadecimal or octal. </p> @param int $base [optional] <p> The base. </p> <p> The base may vary from 2 to 36. If base is 0 (default value), the actual base is determined from the leading characters: if the first two characters are 0x or 0X, hexadecimal is assumed, otherwise if the first character is "0", octal is assumed, otherwise decimal is assumed. </p> @return resource|GMP A GMP number resource.
gmp_init
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
MIT
#[Pure] function gmp_intval(\GMP|string|int $num) : int { }
Convert GMP number to integer @link https://php.net/manual/en/function.gmp-intval.php @param resource|int|string|GMP $num <p> A GMP number. </p> @return int An integer value of <i>gmpnumber</i>.
gmp_intval
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
MIT
#[Pure] function gmp_strval(\GMP|string|int $num, int $base = 10) : string { }
Convert GMP number to string @link https://php.net/manual/en/function.gmp-strval.php @param resource|int|string|GMP $num <p> The GMP number that will be converted to a string. </p> <p>It can be either a GMP number resource, or a numeric string given that it is possible to convert the latter to a number.</p> @param int $base [optional] <p> The base of the returned number. The default base is 10. Allowed values for the base are from 2 to 62 and -2 to -36. </p> @return string The number, as a string.
gmp_strval
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
MIT
#[Pure] function gmp_add(\GMP|string|int $num1, \GMP|string|int $num2) : \GMP { }
Add numbers @link https://php.net/manual/en/function.gmp-add.php @param resource|int|string|GMP $num1 <p> A number that will be added. </p> <p>It can be either a GMP number resource, or a numeric string given that it is possible to convert the latter to a number.</p> @param resource|string|GMP $num2 <p> A number that will be added. </p> <p>It can be either a GMP number resource, or a numeric string given that it is possible to convert the latter to a number.</p> @return resource|GMP A GMP number representing the sum of the arguments.
gmp_add
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
MIT
#[Pure] function gmp_sub(\GMP|string|int $num1, \GMP|string|int $num2) : \GMP { }
Subtract numbers @link https://php.net/manual/en/function.gmp-sub.php @param resource|string|GMP $num1 <p> The number being subtracted from. </p> <p>It can be either a GMP number resource, or a numeric string given that it is possible to convert the latter to a number.</p> @param resource|string|GMP $num2 <p> The number subtracted from <i>a</i>. </p> <p>It can be either a GMP number resource, or a numeric string given that it is possible to convert the latter to a number.</p> @return resource|GMP A GMP number resource.
gmp_sub
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
MIT
#[Pure] function gmp_mul(\GMP|string|int $num1, \GMP|string|int $num2) : \GMP { }
Multiply numbers @link https://php.net/manual/en/function.gmp-mul.php @param resource|string|GMP $num1 <p> A number that will be multiplied by <i>b</i>. </p> <p>It can be either a GMP number resource, or a numeric string given that it is possible to convert the latter to a number.</p> @param resource|string|GMP $num2 <p> A number that will be multiplied by <i>a</i>. </p> <p>It can be either a GMP number resource, or a numeric string given that it is possible to convert the latter to a number.</p> @return resource|GMP A GMP number resource.
gmp_mul
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
MIT
#[Pure] function gmp_div_qr(\GMP|string|int $num1, \GMP|string|int $num2, int $rounding_mode = \GMP_ROUND_ZERO) : array { }
Divide numbers and get quotient and remainder @link https://php.net/manual/en/function.gmp-div-qr.php @param resource|string|GMP $num1 <p> The number being divided. </p> <p>It can be either a GMP number resource, or a numeric string given that it is possible to convert the latter to a number.</p> @param resource|string|GMP $num2 <p> The number that <i>n</i> is being divided by. </p> <p>It can be either a GMP number resource, or a numeric string given that it is possible to convert the latter to a number.</p> @param int $rounding_mode [optional] <p> See the <b>gmp_div_q</b> function for description of the <i>round</i> argument. </p> @return array an array, with the first element being [n/d] (the integer result of the division) and the second being (n - [n/d] * d) (the remainder of the division).
gmp_div_qr
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
MIT
#[Pure] function gmp_div_q(\GMP|string|int $num1, \GMP|string|int $num2, int $rounding_mode = \GMP_ROUND_ZERO) : \GMP { }
Divide numbers @link https://php.net/manual/en/function.gmp-div-q.php @param resource|string|GMP $num1 <p> The number being divided. </p> <p>It can be either a GMP number resource, or a numeric string given that it is possible to convert the latter to a number.</p> @param resource|string|GMP $num2 <p> The number that <i>a</i> is being divided by. </p> <p>It can be either a GMP number resource, or a numeric string given that it is possible to convert the latter to a number.</p> @param int $rounding_mode [optional] <p> The result rounding is defined by the <i>round</i>, which can have the following values: <b>GMP_ROUND_ZERO</b>: The result is truncated towards 0.</p> @return resource|GMP A GMP number resource.
gmp_div_q
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
MIT
#[Pure] function gmp_div_r(\GMP|string|int $num1, \GMP|string|int $num2, int $rounding_mode = \GMP_ROUND_ZERO) : \GMP { }
Remainder of the division of numbers @link https://php.net/manual/en/function.gmp-div-r.php @param resource|string|GMP $num1 <p> The number being divided. </p> <p>It can be either a GMP number resource, or a numeric string given that it is possible to convert the latter to a number.</p> @param resource|string|GMP $num2 <p> The number that <i>n</i> is being divided by. </p> <p>It can be either a GMP number resource, or a numeric string given that it is possible to convert the latter to a number.</p> @param int $rounding_mode [optional] <p> See the <b>gmp_div_q</b> function for description of the <i>round</i> argument. </p> @return resource|GMP The remainder, as a GMP number.
gmp_div_r
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
MIT
#[Pure] function gmp_div(\GMP|string|int $num1, \GMP|string|int $num2, int $rounding_mode = \GMP_ROUND_ZERO) : \GMP { }
Divide numbers @link https://php.net/manual/en/function.gmp-div-q.php @param resource|string|GMP $num1 <p> The number being divided. </p> <p>It can be either a GMP number resource, or a numeric string given that it is possible to convert the latter to a number.</p> @param resource|string|GMP $num2 <p> The number that <i>a</i> is being divided by. </p> <p>It can be either a GMP number resource, or a numeric string given that it is possible to convert the latter to a number.</p> @param int $rounding_mode [optional] <p> The result rounding is defined by the <i>round</i>, which can have the following values: <b>GMP_ROUND_ZERO</b>: The result is truncated towards 0.</p> @return resource|GMP A GMP number resource.
gmp_div
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
MIT
#[Pure] function gmp_mod(\GMP|string|int $num1, \GMP|string|int $num2) : \GMP { }
Modulo operation @link https://php.net/manual/en/function.gmp-mod.php @param resource|string|GMP $num1 <p>It can be either a GMP number resource, or a numeric string given that it is possible to convert the latter to a number.</p> @param resource|string|GMP $num2 <p> The modulo that is being evaluated. </p> <p>It can be either a GMP number resource, or a numeric string given that it is possible to convert the latter to a number.</p> @return resource|GMP A GMP number resource.
gmp_mod
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
MIT
#[Pure] function gmp_divexact(\GMP|string|int $num1, \GMP|string|int $num2) : \GMP { }
Exact division of numbers @link https://php.net/manual/en/function.gmp-divexact.php @param resource|string|GMP $num1 <p> The number being divided. </p> <p>It can be either a GMP number resource, or a numeric string given that it is possible to convert the latter to a number.</p> @param resource|string|GMP $num2 <p> The number that <i>a</i> is being divided by. </p> <p>It can be either a GMP number resource, or a numeric string given that it is possible to convert the latter to a number.</p> @return resource|GMP A GMP number resource.
gmp_divexact
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
MIT
#[Pure] function gmp_neg(\GMP|string|int $num) : \GMP { }
Negate number @link https://php.net/manual/en/function.gmp-neg.php @param resource|string|GMP $num <p>It can be either a GMP number resource, or a numeric string given that it is possible to convert the latter to a number.</p> @return resource|GMP -<i>a</i>, as a GMP number.
gmp_neg
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
MIT
#[Pure] function gmp_abs(\GMP|string|int $num) : \GMP { }
Absolute value @link https://php.net/manual/en/function.gmp-abs.php @param resource|string|GMP $num <p>It can be either a GMP number resource, or a numeric string given that it is possible to convert the latter to a number.</p> @return resource|GMP the absolute value of <i>a</i>, as a GMP number.
gmp_abs
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
MIT
#[Pure] function gmp_fact(\GMP|string|int $num) : \GMP { }
Factorial @link https://php.net/manual/en/function.gmp-fact.php @param resource|string|GMP $num <p> The factorial number. </p> <p>It can be either a GMP number resource, or a numeric string given that it is possible to convert the latter to a number.</p> @return resource|GMP A GMP number resource.
gmp_fact
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
MIT
#[Pure] function gmp_sqrt(\GMP|string|int $num) : \GMP { }
Calculate square root @link https://php.net/manual/en/function.gmp-sqrt.php @param resource|string|GMP $num <p>It can be either a GMP number resource, or a numeric string given that it is possible to convert the latter to a number.</p> @return resource|GMP The integer portion of the square root, as a GMP number.
gmp_sqrt
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
MIT
#[Pure] function gmp_sqrtrem(\GMP|string|int $num) : array { }
Square root with remainder @link https://php.net/manual/en/function.gmp-sqrtrem.php @param resource|string|GMP $num <p> The number being square rooted. </p> <p>It can be either a GMP number resource, or a numeric string given that it is possible to convert the latter to a number.</p> @return array array where first element is the integer square root of <i>a</i> and the second is the remainder (i.e., the difference between <i>a</i> and the first element squared).
gmp_sqrtrem
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
MIT
#[Pure] function gmp_pow(\GMP|string|int $num, int $exponent) : \GMP { }
Raise number into power @link https://php.net/manual/en/function.gmp-pow.php @param resource|string|GMP $num <p> The base number. </p> <p>It can be either a GMP number resource, or a numeric string given that it is possible to convert the latter to a number.</p> @param positive-int $exponent <p> The positive power to raise the <i>base</i>. </p> @return resource|GMP The new (raised) number, as a GMP number. The case of 0^0 yields 1.
gmp_pow
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
MIT
#[Pure] function gmp_powm(\GMP|string|int $num, \GMP|string|int $exponent, \GMP|string|int $modulus) : \GMP { }
Raise number into power with modulo @link https://php.net/manual/en/function.gmp-powm.php @param resource|string|GMP $num <p> The base number. </p> <p>It can be either a GMP number resource, or a numeric string given that it is possible to convert the latter to a number.</p> @param resource|string|GMP $exponent <p> The positive power to raise the <i>base</i>. </p> <p>It can be either a GMP number resource, or a numeric string given that it is possible to convert the latter to a number.</p> @param resource|string|GMP $modulus <p> The modulo. </p> <p>It can be either a GMP number resource, or a numeric string given that it is possible to convert the latter to a number.</p> @return resource|GMP The new (raised) number, as a GMP number.
gmp_powm
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
MIT
#[Pure] function gmp_perfect_square(\GMP|string|int $num) : bool { }
Perfect square check @link https://php.net/manual/en/function.gmp-perfect-square.php @param resource|string|GMP $num <p> The number being checked as a perfect square. </p> <p>It can be either a GMP number resource, or a numeric string given that it is possible to convert the latter to a number.</p> @return bool <b>TRUE</b> if <i>a</i> is a perfect square, <b>FALSE</b> otherwise.
gmp_perfect_square
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
MIT
#[Pure] function gmp_prob_prime(\GMP|string|int $num, int $repetitions = 10) : int { }
Check if number is "probably prime" @link https://php.net/manual/en/function.gmp-prob-prime.php @param resource|string|GMP $num <p> The number being checked as a prime. </p> <p>It can be either a GMP number resource, or a numeric string given that it is possible to convert the latter to a number.</p> @param int $repetitions [optional] <p> Reasonable values of <i>reps</i> vary from 5 to 10 (default being 10); a higher value lowers the probability for a non-prime to pass as a "probable" prime. </p> <p>It can be either a GMP number resource, or a numeric string given that it is possible to convert the latter to a number.</p> @return int If this function returns 0, <i>a</i> is definitely not prime. If it returns 1, then <i>a</i> is "probably" prime. If it returns 2, then <i>a</i> is surely prime.
gmp_prob_prime
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
MIT
#[Pure] function gmp_gcd(\GMP|string|int $num1, \GMP|string|int $num2) : \GMP { }
Calculate GCD @link https://php.net/manual/en/function.gmp-gcd.php @param resource|string|GMP $num1 <p>It can be either a GMP number resource, or a numeric string given that it is possible to convert the latter to a number.</p> @param resource|string|GMP $num2 <p>It can be either a GMP number resource, or a numeric string given that it is possible to convert the latter to a number.</p> @return resource|GMP A positive GMP number that divides into both <i>a</i> and <i>b</i>.
gmp_gcd
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
MIT
#[Pure] #[ArrayShape(["g" => "mixed", "s" => "mixed", "t" => "mixed"])] function gmp_gcdext(\GMP|string|int $num1, \GMP|string|int $num2) : array { }
Calculate GCD and multipliers @link https://php.net/manual/en/function.gmp-gcdext.php @param resource|string|GMP $num1 <p>It can be either a GMP number resource, or a numeric string given that it is possible to convert the latter to a number.</p> @param resource|string|GMP $num2 <p>It can be either a GMP number resource, or a numeric string given that it is possible to convert the latter to a number.</p> @return array An array of GMP numbers.
gmp_gcdext
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
MIT
#[Pure] function gmp_invert(\GMP|string|int $num1, \GMP|string|int $num2) : \GMP|false { }
Inverse by modulo @link https://php.net/manual/en/function.gmp-invert.php @param resource|string|GMP $num1 <p>It can be either a GMP number resource, or a numeric string given that it is possible to convert the latter to a number.</p> @param resource|string|GMP $num2 <p>It can be either a GMP number resource, or a numeric string given that it is possible to convert the latter to a number.</p> @return resource|GMP|false A GMP number on success or <b>FALSE</b> if an inverse does not exist.
gmp_invert
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
MIT
#[Pure] function gmp_jacobi(\GMP|string|int $num1, \GMP|string|int $num2) : int { }
Jacobi symbol @link https://php.net/manual/en/function.gmp-jacobi.php @param resource|string|GMP $num1 <p>It can be either a GMP number resource, or a numeric string given that it is possible to convert the latter to a number.</p> @param resource|string|GMP $num2 <p>It can be either a GMP number resource, or a numeric string given that it is possible to convert the latter to a number.</p> <p> Should be odd and must be positive. </p> @return int A GMP number resource.
gmp_jacobi
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
MIT
#[Pure] function gmp_legendre(\GMP|string|int $num1, \GMP|string|int $num2) : int { }
Legendre symbol @link https://php.net/manual/en/function.gmp-legendre.php @param resource|string|GMP $num1 <p>It can be either a GMP number resource, or a numeric string given that it is possible to convert the latter to a number.</p> @param resource|string|GMP $num2 <p>It can be either a GMP number resource, or a numeric string given that it is possible to convert the latter to a number.</p> <p> Should be odd and must be positive. </p> @return int A GMP number resource.
gmp_legendre
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
MIT
#[Pure] function gmp_cmp(\GMP|string|int $num1, \GMP|string|int $num2) : int { }
Compare numbers @link https://php.net/manual/en/function.gmp-cmp.php @param resource|string|GMP $num1 <p>It can be either a GMP number resource, or a numeric string given that it is possible to convert the latter to a number.</p> @param resource|string|GMP $num2 <p>It can be either a GMP number resource, or a numeric string given that it is possible to convert the latter to a number.</p> @return int a positive value if a &gt; b, zero if a = b and a negative value if a &lt; b.
gmp_cmp
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
MIT
#[Pure] function gmp_sign(\GMP|string|int $num) : int { }
Sign of number @link https://php.net/manual/en/function.gmp-sign.php @param resource|string|GMP $num <p>It can be either a GMP number resource, or a numeric string given that it is possible to convert the latter to a number.</p> @return int 1 if <i>a</i> is positive, -1 if <i>a</i> is negative, and 0 if <i>a</i> is zero.
gmp_sign
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
MIT
#[Pure] function gmp_and(\GMP|string|int $num1, \GMP|string|int $num2) : \GMP { }
Bitwise AND @link https://php.net/manual/en/function.gmp-and.php @param resource|string|GMP $num1 <p>It can be either a GMP number resource, or a numeric string given that it is possible to convert the latter to a number.</p> @param resource|string|GMP $num2 <p>It can be either a GMP number resource, or a numeric string given that it is possible to convert the latter to a number.</p> @return resource|GMP A GMP number representing the bitwise AND comparison.
gmp_and
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
MIT
#[Pure] function gmp_or(\GMP|string|int $num1, \GMP|string|int $num2) : \GMP { }
Bitwise OR @link https://php.net/manual/en/function.gmp-or.php @param resource|string|GMP $num1 <p>It can be either a GMP number resource, or a numeric string given that it is possible to convert the latter to a number.</p> @param resource|string|GMP $num2 <p>It can be either a GMP number resource, or a numeric string given that it is possible to convert the latter to a number.</p> @return resource|GMP A GMP number resource.
gmp_or
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
MIT
#[Pure] function gmp_com(\GMP|string|int $num) : \GMP { }
Calculates one's complement @link https://php.net/manual/en/function.gmp-com.php @param resource|string|GMP $num <p>It can be either a GMP number resource, or a numeric string given that it is possible to convert the latter to a number.</p> @return resource|GMP the one's complement of <i>a</i>, as a GMP number.
gmp_com
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
MIT
#[Pure] function gmp_xor(\GMP|string|int $num1, \GMP|string|int $num2) : \GMP { }
Bitwise XOR @link https://php.net/manual/en/function.gmp-xor.php @param resource|string|GMP $num1 <p>It can be either a GMP number resource, or a numeric string given that it is possible to convert the latter to a number.</p> @param resource|string|GMP $num2 <p>It can be either a GMP number resource, or a numeric string given that it is possible to convert the latter to a number.</p> @return resource|GMP A GMP number resource.
gmp_xor
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
MIT
#[Pure] function gmp_scan0(\GMP|string|int $num1, int $start) : int { }
Scan for 0 @link https://php.net/manual/en/function.gmp-scan0.php @param resource|string|GMP $num1 <p> The number to scan. </p> <p>It can be either a GMP number resource, or a numeric string given that it is possible to convert the latter to a number.</p> @param int $start <p> The starting bit. </p> @return int the index of the found bit, as an integer. The index starts from 0.
gmp_scan0
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
MIT
#[Pure] function gmp_scan1(\GMP|string|int $num1, int $start) : int { }
Scan for 1 @link https://php.net/manual/en/function.gmp-scan1.php @param resource|string|GMP $num1 <p> The number to scan. </p> <p>It can be either a GMP number resource, or a numeric string given that it is possible to convert the latter to a number.</p> @param int $start <p> The starting bit. </p> @return int the index of the found bit, as an integer. If no set bit is found, -1 is returned.
gmp_scan1
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
MIT
#[Pure] function gmp_testbit(\GMP|string|int $num, int $index) : bool { }
Tests if a bit is set @link https://php.net/manual/en/function.gmp-testbit.php @param resource|string|GMP $num <p>It can be either a GMP number resource, or a numeric string given that it is possible to convert the latter to a number.</p> @param int $index <p> The bit to test </p> @return bool <b>TRUE</b> on success or <b>FALSE</b> on failure.
gmp_testbit
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
MIT
#[Pure] function gmp_popcount(\GMP|string|int $num) : int { }
Population count @link https://php.net/manual/en/function.gmp-popcount.php @param resource|string|GMP $num <p>It can be either a GMP number resource, or a numeric string given that it is possible to convert the latter to a number.</p> @return int The population count of <i>a</i>, as an integer.
gmp_popcount
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
MIT
#[Pure] function gmp_hamdist(\GMP|string|int $num1, \GMP|string|int $num2) : int { }
Hamming distance @link https://php.net/manual/en/function.gmp-hamdist.php @param resource|string|GMP $num1 <p>It can be either a GMP number resource, or a numeric string given that it is possible to convert the latter to a number.</p> <p> It should be positive. </p> @param resource|string|GMP $num2 <p>It can be either a GMP number resource, or a numeric string given that it is possible to convert the latter to a number.</p> <p> It should be positive. </p> @return int A GMP number resource.
gmp_hamdist
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
MIT
#[Pure] function gmp_import(string $data, int $word_size = 1, int $flags = \GMP_MSW_FIRST | \GMP_NATIVE_ENDIAN) : \GMP { }
Import from a binary string @link https://php.net/manual/en/function.gmp-import.php @param string $data The binary string being imported @param int $word_size <p>Default value is 1. The number of bytes in each chunk of binary data. This is mainly used in conjunction with the options parameter.</p> @param int $flags Default value is GMP_MSW_FIRST | GMP_NATIVE_ENDIAN. @return GMP|false Returns a GMP number or FALSE on failure. @since 5.6.1
gmp_import
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
MIT
#[Pure] function gmp_export(\GMP|string|int $num, int $word_size = 1, int $flags = \GMP_MSW_FIRST | \GMP_NATIVE_ENDIAN) : string { }
Export to a binary string @link https://php.net/manual/en/function.gmp-export.php @param GMP|string|int $num The GMP number being exported @param int $word_size <p>Default value is 1. The number of bytes in each chunk of binary data. This is mainly used in conjunction with the options parameter.</p> @param int $flags Default value is GMP_MSW_FIRST | GMP_NATIVE_ENDIAN. @return string|false Returns a string or FALSE on failure. @since 5.6.1
gmp_export
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
MIT
#[Pure] function gmp_root(\GMP|string|int $num, int $nth) : \GMP { }
Takes the nth root of a and returns the integer component of the result. @link https://php.net/manual/en/function.gmp-root.php @param GMP|string|int $num <p>Either a GMP number resource in PHP 5.5 and earlier, a GMP object in PHP 5.6 and later, or a numeric string provided that it is possible to convert the latter to a number.</p> @param positive-int $nth The positive root to take of a <b>num</b>. @return GMP The integer component of the resultant root, as a GMP number. @since 5.6
gmp_root
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
MIT
#[Pure] function gmp_rootrem(\GMP|string|int $num, int $nth) : array { }
Takes the nth root of a and returns the integer component and remainder of the result. @link https://php.net/manual/en/function.gmp-rootrem.php @param GMP|string|int $num <p>Either a GMP number resource in PHP 5.5 and earlier, a GMP object in PHP 5.6 and later, or a numeric string provided that it is possible to convert the latter to a number.</p> @param positive-int $nth The positive root to take of a <b>num</b>. @return array|GMP[] <p>A two element array, where the first element is the integer component of the root, and the second element is the remainder, both represented as GMP numbers.</p> @since 5.6
gmp_rootrem
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
MIT
#[Pure] function gmp_nextprime(\GMP|string|int $num) : \GMP { }
Find next prime number @link https://php.net/manual/en/function.gmp-nextprime.php @param int|resource|string|GMP $num <p>It can be either a GMP number resource, or a numeric string given that it is possible to convert the latter to a number.</p> @return resource|GMP Return the next prime number greater than <i>a</i>, as a GMP number.
gmp_nextprime
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
MIT
#[Pure] function gmp_binomial(\GMP|string|int $n, int $k) : \GMP { }
Calculates binomial coefficient @link https://www.php.net/manual/en/function.gmp-binomial.php @param GMP|string|float|int $n @param int $k @return GMP|false @since 7.3
gmp_binomial
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
MIT
#[Pure] function gmp_kronecker(\GMP|string|int $num1, \GMP|string|int $num2) : int { }
Computes the Kronecker symbol @link https://www.php.net/manual/en/function.gmp-kronecker.php @param GMP|string|float|int $num1 @param GMP|string|float|int $num2 @return int @since 7.3
gmp_kronecker
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
MIT
#[Pure] function gmp_lcm(\GMP|string|int $num1, \GMP|string|int $num2) : \GMP { }
Computes the least common multiple of A and B @link https://www.php.net/manual/en/function.gmp-lcm.php @param GMP|string|float|int $num1 @param GMP|string|float|int $num2 @return GMP @since 7.3
gmp_lcm
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
MIT
#[Pure] function gmp_perfect_power(\GMP|string|int $num) : bool { }
Perfect power check @link https://www.php.net/manual/en/function.gmp-perfect-power.php @param GMP|string|float|int $num @return bool @since 7.3
gmp_perfect_power
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/gmp/gmp.php
MIT
#[Pure] function hash(string $algo, string $data, bool $binary = \false, #[PhpStormStubsElementAvailable('8.1')] array $options = []) : string { }
(PHP 5 &gt;= 5.1.2, PECL hash &gt;= 1.1)<br/> Generate a hash value (message digest) @link https://php.net/manual/en/function.hash.php @param string $algo <p> Name of selected hashing algorithm (i.e. "md5", "sha256", "haval160,4", etc..) </p> @param string $data <p> Message to be hashed. </p> @param bool $binary [optional] <p> When set to <b>TRUE</b>, outputs raw binary data. <b>FALSE</b> outputs lowercase hexits. </p> @return string a string containing the calculated message digest as lowercase hexits unless <i>raw_output</i> is set to true in which case the raw binary representation of the message digest is returned.
hash
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/hash/hash.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/hash/hash.php
MIT
#[Pure] function hash_equals(string $known_string, string $user_string) : bool { }
Timing attack safe string comparison @link https://php.net/manual/en/function.hash-equals.php @param string $known_string <p>The string of known length to compare against</p> @param string $user_string <p>The user-supplied string</p> @return bool <p>Returns <b>TRUE</b> when the two strings are equal, <b>FALSE</b> otherwise.</p> @since 5.6
hash_equals
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/hash/hash.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/hash/hash.php
MIT
#[Pure] function hash_file(string $algo, string $filename, bool $binary = \false, #[PhpStormStubsElementAvailable('8.1')] array $options = []) : string|false { }
(PHP 5 &gt;= 5.1.2, PECL hash &gt;= 1.1)<br/> Generate a hash value using the contents of a given file @link https://php.net/manual/en/function.hash-file.php @param string $algo <p> Name of selected hashing algorithm (i.e. "md5", "sha256", "haval160,4", etc..) </p> @param string $filename <p> URL describing location of file to be hashed; Supports fopen wrappers. </p> @param bool $binary [optional] <p> When set to <b>TRUE</b>, outputs raw binary data. <b>FALSE</b> outputs lowercase hexits. </p> @return string|false a string containing the calculated message digest as lowercase hexits unless <i>raw_output</i> is set to true in which case the raw binary representation of the message digest is returned.
hash_file
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/hash/hash.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/hash/hash.php
MIT
#[Pure] function hash_hmac(string $algo, string $data, string $key, bool $binary = \false) : string { }
(PHP 5 &gt;= 5.1.2, PECL hash &gt;= 1.1)<br/> Generate a keyed hash value using the HMAC method @link https://php.net/manual/en/function.hash-hmac.php @param string $algo <p> Name of selected hashing algorithm (i.e. "md5", "sha256", "haval160,4", etc..) See <b>hash_algos</b> for a list of supported algorithms.<br/> Since 7.2.0 usage of non-cryptographic hash functions (adler32, crc32, crc32b, fnv132, fnv1a32, fnv164, fnv1a64, joaat) was disabled. </p> @param string $data <p> Message to be hashed. </p> @param string $key <p> Shared secret key used for generating the HMAC variant of the message digest. </p> @param bool $binary [optional] <p> When set to <b>TRUE</b>, outputs raw binary data. <b>FALSE</b> outputs lowercase hexits. </p> @return string a string containing the calculated message digest as lowercase hexits unless <i>raw_output</i> is set to true in which case the raw binary representation of the message digest is returned.
hash_hmac
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/hash/hash.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/hash/hash.php
MIT
#[Pure] function hash_hmac_file(string $algo, string $filename, string $key, bool $binary = \false) : string|false { }
(PHP 5 &gt;= 5.1.2, PECL hash &gt;= 1.1)<br/> Generate a keyed hash value using the HMAC method and the contents of a given file @link https://php.net/manual/en/function.hash-hmac-file.php @param string $algo <p> Name of selected hashing algorithm (i.e. "md5", "sha256", "haval160,4", etc..) See <b>hash_algos</b> for a list of supported algorithms.<br/> Since 7.2.0 usage of non-cryptographic hash functions (adler32, crc32, crc32b, fnv132, fnv1a32, fnv164, fnv1a64, joaat) was disabled. </p> @param string $filename <p> URL describing location of file to be hashed; Supports fopen wrappers. </p> @param string $key <p> Shared secret key used for generating the HMAC variant of the message digest. </p> @param bool $binary [optional] <p> When set to <b>TRUE</b>, outputs raw binary data. <b>FALSE</b> outputs lowercase hexits. </p> @return string|false a string containing the calculated message digest as lowercase hexits unless <i>raw_output</i> is set to true in which case the raw binary representation of the message digest is returned.
hash_hmac_file
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/hash/hash.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/hash/hash.php
MIT
#[Pure] #[LanguageLevelTypeAware(["7.2" => "HashContext"], default: "resource")] function hash_init(string $algo, int $flags = 0, string $key = "", #[PhpStormStubsElementAvailable('8.1')] array $options = []) { }
(PHP 5 &gt;= 5.1.2, PECL hash &gt;= 1.1)<br/> Initialize an incremental hashing context @link https://php.net/manual/en/function.hash-init.php @param string $algo <p> Name of selected hashing algorithm (i.e. "md5", "sha256", "haval160,4", etc..). For a list of supported algorithms see <b>hash_algos</b>.<br/> Since 7.2.0 usage of non-cryptographic hash functions (adler32, crc32, crc32b, fnv132, fnv1a32, fnv164, fnv1a64, joaat) was disabled. </p> @param int $flags [optional] <p> Optional settings for hash generation, currently supports only one option: <b>HASH_HMAC</b>. When specified, the <i>key</i> must be specified. </p> @param string $key <p> When <b>HASH_HMAC</b> is specified for <i>options</i>, a shared secret key to be used with the HMAC hashing method must be supplied in this parameter. </p> @return HashContext|resource a Hashing Context resource for use with <b>hash_update</b>, <b>hash_update_stream</b>, <b>hash_update_file</b>, and <b>hash_final</b>.
hash_init
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/hash/hash.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/hash/hash.php
MIT
#[Pure] #[LanguageLevelTypeAware(["7.2" => "HashContext"], default: "resource")] function hash_copy(#[LanguageLevelTypeAware(["7.2" => "HashContext"], default: "resource")] $context) { }
Copy hashing context @link https://php.net/manual/en/function.hash-copy.php @param HashContext|resource $context <p> Hashing context returned by {@see hash_init}. </p> @return HashContext|resource a copy of Hashing Context resource.
hash_copy
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/hash/hash.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/hash/hash.php
MIT
#[Pure] function hash_algos() : array { }
(PHP 5 &gt;= 5.1.2, PECL hash &gt;= 1.1)<br/> Return a list of registered hashing algorithms @link https://php.net/manual/en/function.hash-algos.php @return array a numerically indexed array containing the list of supported hashing algorithms.
hash_algos
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/hash/hash.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/hash/hash.php
MIT
#[Pure] #[LanguageLevelTypeAware(["8.0" => "string"], default: "string|false")] function hash_hkdf(string $algo, string $key, int $length = 0, string $info = '', string $salt = '') { }
Generate a hkdf key derivation of a supplied key input @param string $algo Name of selected hashing algorithm (i.e. "sha256", "sha512", "haval160,4", etc..) See {@see hash_algos()} for a list of supported algorithms. <blockquote> <p><strong>Note</strong></p> <p> Non-cryptographic hash functions are not allowed. </p> </blockquote> @param string $key <p>Input keying material (raw binary). Cannot be empty.</p> @param int $length [optional] <p>Desired output length in bytes. Cannot be greater than 255 times the chosen hash function size. If <b>length</b> is 0, the output length will default to the chosen hash function size.</p> @param string $info [optional] <p>Application/context-specific info string.</p> @param string $salt [optional] <p>Salt to use during derivation. While optional, adding random salt significantly improves the strength of HKDF.</p> @return string|false <p>Returns a string containing a raw binary representation of the derived key (also known as output keying material - OKM); or <b>FALSE</b> on failure.</p> @since 7.1.2 Generate a HKDF key derivation of a supplied key input @link https://php.net/manual/en/function.hash-hkdf.php
hash_hkdf
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/hash/hash.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/hash/hash.php
MIT
#[Pure] function hash_hmac_algos() : array { }
Return a list of registered hashing algorithms suitable for hash_hmac @since 7.2 Return a list of registered hashing algorithms suitable for hash_hmac @return string[] Returns a numerically indexed array containing the list of supported hashing algorithms suitable for {@see hash_hmac()}.
hash_hmac_algos
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/hash/hash.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/hash/hash.php
MIT
#[Pure] function hash_pbkdf2(string $algo, string $password, string $salt, int $iterations, int $length = 0, bool $binary = \false, #[PhpStormStubsElementAvailable(from: '8.1')] array $options = []) : string { }
Generate a PBKDF2 key derivation of a supplied password @link https://php.net/manual/en/function.hash-pbkdf2.php @param string $algo <p> Name of selected hashing algorithm (i.e. "md5", "sha256", "haval160,4", etc..) See <b>hash_algos</b> for a list of supported algorithms.<br/> Since 7.2.0 usage of non-cryptographic hash functions (adler32, crc32, crc32b, fnv132, fnv1a32, fnv164, fnv1a64, joaat) was disabled. </p> @param string $password <p> The password to use for the derivation. </p> @param string $salt <p> The salt to use for the derivation. This value should be generated randomly. </p> @param int $iterations <p> The number of internal iterations to perform for the derivation. </p> @param int $length [optional] <p> The length of the output string. If raw_output is TRUE this corresponds to the byte-length of the derived key, if raw_output is FALSE this corresponds to twice the byte-length of the derived key (as every byte of the key is returned as two hexits). <br/> If 0 is passed, the entire output of the supplied algorithm is used. </p> @param bool $binary [optional] <p> When set to TRUE, outputs raw binary data. FALSE outputs lowercase hexits. </p> @param array $options [optional] <p> Additional options. This parameter was added for PHP 8.1 only. </p> @return string a string containing the derived key as lowercase hexits unless <i>raw_output</i> is set to <b>TRUE</b> in which case the raw binary representation of the derived key is returned. @since 5.5
hash_pbkdf2
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/hash/hash.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/hash/hash.php
MIT
#[Pure] #[Deprecated(since: '8.1')] function mhash_keygen_s2k(int $algo, string $password, string $salt, int $length) : string|false { }
Generates a key @link https://php.net/manual/en/function.mhash-keygen-s2k.php @param int $algo <p> The hash ID used to create the key. One of the <b>MHASH_hashname</b> constants. </p> @param string $password <p> An user supplied password. </p> @param string $salt <p> Must be different and random enough for every key you generate in order to create different keys. Because <i>salt</i> must be known when you check the keys, it is a good idea to append the key to it. Salt has a fixed length of 8 bytes and will be padded with zeros if you supply less bytes. </p> @param int $length <p> The key length, in bytes. </p> @return string|false the generated key as a string, or <b>FALSE</b> on error. @deprecated 8.1
mhash_keygen_s2k
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/hash/hash.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/hash/hash.php
MIT
#[Pure] #[Deprecated(since: '8.1')] function mhash_get_block_size(int $algo) : int|false { }
Gets the block size of the specified hash @link https://php.net/manual/en/function.mhash-get-block-size.php @param int $algo <p> The hash ID. One of the <b>MHASH_hashname</b> constants. </p> @return int|false the size in bytes or <b>FALSE</b>, if the <i>hash</i> does not exist. @deprecated 8.1
mhash_get_block_size
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/hash/hash.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/hash/hash.php
MIT
#[Pure] #[Deprecated(since: '8.1')] function mhash_get_hash_name(int $algo) : string|false { }
Gets the name of the specified hash @link https://php.net/manual/en/function.mhash-get-hash-name.php @param int $algo <p> The hash ID. One of the <b>MHASH_hashname</b> constants. </p> @return string|false the name of the hash or <b>FALSE</b>, if the hash does not exist. @deprecated 8.1
mhash_get_hash_name
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/hash/hash.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/hash/hash.php
MIT
#[Pure] #[Deprecated(since: '8.1')] function mhash_count() : int { }
Gets the highest available hash ID @link https://php.net/manual/en/function.mhash-count.php @return int<0, max> the highest available hash ID. Hashes are numbered from 0 to this hash ID. @deprecated 8.1
mhash_count
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/hash/hash.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/hash/hash.php
MIT
#[Pure] #[Deprecated(since: '8.1')] function mhash(int $algo, string $data, ?string $key) : string|false { }
Computes hash @link https://php.net/manual/en/function.mhash.php @param int $algo <p> The hash ID. One of the <b>MHASH_hashname</b> constants. </p> @param string $data <p> The user input, as a string. </p> @param string|null $key [optional] <p> If specified, the function will return the resulting HMAC instead. HMAC is keyed hashing for message authentication, or simply a message digest that depends on the specified key. Not all algorithms supported in mhash can be used in HMAC mode. </p> @return string|false the resulting hash (also called digest) or HMAC as a string, or <b>FALSE</b> on error. @deprecated 8.1
mhash
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/hash/hash.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/hash/hash.php
MIT
#[Pure] public function getBody() { }
(PECL pecl_http &gt;= 0.10.0)<br/> Get message body @link https://php.net/manual/en/function.httpmessage-getbody.php @return string the message body as string.
getBody
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/http/http.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/http/http.php
MIT
#[Pure] public function getHeader($header) { }
(PECL pecl_http &gt;= 1.1.0)<br/> Get header @link https://php.net/manual/en/function.httpmessage-getheader.php @param string $header <p> header name </p> @return string|null the header value on success or NULL if the header does not exist.
getHeader
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/http/http.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/http/http.php
MIT
#[Pure] public function getHeaders() { }
(PECL pecl_http &gt;= 0.10.0)<br/> Get message headers @link https://php.net/manual/en/function.httpmessage-getheaders.php @return array an associative array containing the messages HTTP headers.
getHeaders
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/http/http.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/http/http.php
MIT
#[Pure] public function getType() { }
(PECL pecl_http &gt;= 0.10.0)<br/> Get message type @link https://php.net/manual/en/function.httpmessage-gettype.php @return int the HttpMessage::TYPE.
getType
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/http/http.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/http/http.php
MIT
#[Pure] public function getResponseCode() { }
(PECL pecl_http &gt;= 0.10.0)<br/> Get response code @link https://php.net/manual/en/function.httpmessage-getresponsecode.php @return int|false the HTTP response code if the message is of type HttpMessage::TYPE_RESPONSE, else FALSE.
getResponseCode
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/http/http.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/http/http.php
MIT
#[Pure] public function getResponseStatus() { }
(PECL pecl_http &gt;= 0.23.0)<br/> Get response status @link https://php.net/manual/en/function.httpmessage-getresponsestatus.php @return string the HTTP response status string if the message is of type HttpMessage::TYPE_RESPONSE, else FALSE.
getResponseStatus
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/http/http.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/http/http.php
MIT
#[Pure] public function getRequestMethod() { }
(PECL pecl_http &gt;= 0.10.0)<br/> Get request method @link https://php.net/manual/en/function.httpmessage-getrequestmethod.php @return string|false the request method name on success, or FALSE if the message is not of type HttpMessage::TYPE_REQUEST.
getRequestMethod
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/http/http.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/http/http.php
MIT
#[Pure] public function getRequestUrl() { }
(PECL pecl_http &gt;= 0.21.0)<br/> Get request URL @link https://php.net/manual/en/function.httpmessage-getrequesturl.php @return string|false the request URL as string on success, or FALSE if the message is not of type HttpMessage::TYPE_REQUEST.
getRequestUrl
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/http/http.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/http/http.php
MIT
#[Pure] public function getHttpVersion() { }
(PECL pecl_http &gt;= 0.10.0)<br/> Get HTTP version @link https://php.net/manual/en/function.httpmessage-gethttpversion.php @return string the HTTP protocol version as string.
getHttpVersion
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/http/http.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/http/http.php
MIT
#[Pure] public function getParentMessage() { }
(PECL pecl_http &gt;= 0.10.0)<br/> Get parent message @link https://php.net/manual/en/function.httpmessage-getparentmessage.php @return HttpMessage the parent HttpMessage object.
getParentMessage
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/http/http.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/http/http.php
MIT
#[Pure] public function get($key = null, $type = null, $defval = null, $delete = null) { }
(PECL pecl_http &gt;= 0.22.0)<br/> Get (part of) query string @link https://php.net/manual/en/function.httpquerystring-get.php @param string $key [optional] <p> key of the query string param to retrieve </p> @param mixed $type [optional] <p> which variable type to enforce </p> @param mixed $defval [optional] <p> default value if key does not exist </p> @param bool $delete [optional] <p> whether to remove the key/value pair from the query string </p> @return mixed the value of the query string param or the whole query string if no key was specified on success or defval if key does not exist.
get
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/http/http.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/http/http.php
MIT
#[Pure] public function getBool($name, $defval, $delete) { }
@param $name @param $defval [optional] @param $delete [optional]
getBool
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/http/http.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/http/http.php
MIT
#[Pure] public function getInt($name, $defval, $delete) { }
@param $name @param $defval [optional] @param $delete [optional]
getInt
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/http/http.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/http/http.php
MIT
#[Pure] public function getFloat($name, $defval, $delete) { }
@param $name @param $defval [optional] @param $delete [optional]
getFloat
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/http/http.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/http/http.php
MIT
#[Pure] public function getString($name, $defval, $delete) { }
@param $name @param $defval [optional] @param $delete [optional]
getString
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/http/http.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/http/http.php
MIT
#[Pure] public function getArray($name, $defval, $delete) { }
@param $name @param $defval [optional] @param $delete [optional]
getArray
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/http/http.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/http/http.php
MIT
#[Pure] public function getObject($name, $defval, $delete) { }
@param $name @param $defval [optional] @param $delete [optional]
getObject
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/http/http.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/http/http.php
MIT
#[Pure] public function getOptions() { }
(PECL pecl_http &gt;= 0.10.0)<br/> Get options @link https://php.net/manual/en/function.httprequest-getoptions.php @return array an associative array containing currently set options.
getOptions
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/http/http.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/http/http.php
MIT