gmp_jacobi

(PHP 4 >= 4.0.4, PHP 5, PHP 7) Jacobi symbol int gmp_jacobi ( GMP $a, GMP $p ) Computes » Jacobi symbol of a and p. p should be odd and must be positive. Parameters: a 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

ReflectionFunctionAbstract::getStartLine

(PHP 5, PHP 7) Gets starting line number public int ReflectionFunctionAbstract::getStartLine ( void ) Gets the starting line number of the function. Returns: The starting line number. This function is currently not documented; only its argument list is available. See also:

radius_strerror

(PECL radius >= 1.1.0) Returns an error message string radius_strerror ( resource $radius_handle ) If Radius-functions fail then they record an error message. This error message can be retrieved with this function. Returns: Returns error messages as string from failed radius functions.

maxdb_warning_count

(PECL maxdb >= 1.0) Returns the number of warnings from the last query for the given link int maxdb_warning_count ( resource $link ) Procedural style Object oriented style int $maxdb->warning_count; maxdb_warning_count() returns the number of warnings from the last query in the connection represented by the link parameter. Returns: Number of warnings or zero if there are no warnings.

MultipleIterator::current

(PHP 5 >= 5.3.0, PHP 7) Gets the registered iterator instances public array MultipleIterator::current ( void ) Get the registered iterator instances current() result. Returns: An array containing the current values of each attached iterator, or FALSE if no iterators are attached. This function is currently not documented; only its argument list is available.

dns_get_record

(PHP 5, PHP 7) Fetch DNS Resource Records associated with a hostname array dns_get_record ( string $hostname [, int $type = DNS_ANY [, array &$authns [, array &$addtl [, bool &$raw = false ]]]] ) Fetch DNS Resource Records associated with the given hostname. Parameters: hostname hostname should be a valid DNS hostname such as "www.example.com". Reverse looku

ociexecute

(PHP 4, PHP 5, PHP 7, PECL OCI8 >= 1.0.0) Alias of oci_execute() Alias of oci_execute() This alias has been DEPRECATED as of PHP 5.4.0. Relying on this alias is highly discouraged.

CairoContext::setFontFace

(PECL cairo >= 0.1.0) The setFontFace purpose public void CairoContext::setFontFace ( CairoFontFace $fontface ) Object oriented style (method): Procedural style: void cairo_set_font_face ( CairoContext $context , CairoFontFace $fontface ) Sets the font-face for a given context. Parameters: context A CairoContext object to change the font-face for.

apc_bin_dumpfile

(PECL apc >= 3.1.4) Output a binary dump of cached files and user variables to a file int apc_bin_dumpfile ( array $files, array $user_vars, string $filename [, int $flags = 0 [, resource $context = NULL ]] ) Outputs a binary dump of the given files and user variables from the APC cache to the named file. Parameters: files The file names being dumped.

crc32

(PHP 4 >= 4.0.1, PHP 5, PHP 7) Calculates the crc32 polynomial of a string int crc32 ( string $str ) Generates the cyclic redundancy checksum polynomial of 32-bit lengths of the str. This is usually used to validate the integrity of data being transmitted. Parameters: str The data. Returns: Returns the crc32 checksum of str as an integer.