gmp_xor

(PHP 4 >= 4.0.4, PHP 5, PHP 7) Bitwise XOR GMP gmp_xor ( GMP $a, GMP $b ) Calculates bitwise exclusive OR (XOR) of two GMP numbers. 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. b Either a GMP numbe

maxdb_close_long_data

(PECL maxdb >= 1.0) Alias of maxdb_stmt_close_long_data() This function is an alias of: maxdb_stmt_close_long_data(). This function alias is deprecated and only exists for backwards compatibility reasons. The use of this function is not recommended, as it may be removed from PHP in the future.

xhprof_sample_disable

(PECL xhprof >= 0.9.0) Stops xhprof sample profiler array xhprof_sample_disable ( void ) Stops the sample mode xhprof profiler, and Returns: An array of xhprof sample data, from the run. Examples: xhprof_sample_disable() example <?php xhprof_sample_enable(); for ($i = 0; $i <= 10000; $i++) {     $a = strlen($i);

session_id

(PHP 4, PHP 5, PHP 7) Get and/or set the current session id string session_id ([ string $id ] ) session_id() is used to get or set the session id for the current session. The constant SID can also be used to retrieve the current name and session id as a string suitable for adding to URLs. See also Session handling. Parameters: id If id is specified, it will replace the

eio_link

(PECL eio >= 0.0.1dev) Create a hardlink for file resource eio_link ( string $path, string $new_path [, int $pri = EIO_PRI_DEFAULT [, callable $callback = NULL [, mixed $data = NULL ]]] ) eio_link() creates a hardlink new_path for a file specified by path. Parameters: path Source file path. new_path Target file path.

HaruPage::setRotate

(PECL haru >= 0.0.1) Set rotation angle of the page bool HaruPage::setRotate ( int $angle ) Defines rotation angle of the page. Parameters: angle Must be a multiple of 90 degrees. Returns: Returns TRUE on success. Exception: Throws a HaruException on error.

Yaf_Application::__destruct

(Yaf >=1.0.0) The __destruct purpose public void Yaf_Application::__destruct ( void ) Returns:

uopz_undefine

(PECL uopz >= 1.0.0) Undefine a constant void uopz_undefine ( string $class, string $constant ) void uopz_undefine ( string $constant ) Removes the constant at runtime Parameters: class The name of the class containing constant constant The name of an existing constant Returns:

ming_setscale

(PHP 4 >= 4.0.5, PHP 5, PHP 7, PECL ming SVN) Set the global scaling factor. void ming_setscale ( float $scale ) Sets the scale of the output SWF. Inside the SWF file, coordinates are measured in TWIPS, rather than PIXELS. There are 20 TWIPS in 1 pixel. Parameters: scale The scale to be set. Returns: No value is returned.

ncurses_killchar

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Returns current line kill character string ncurses_killchar ( void ) Returns the current line kill character. Returns: Returns the kill character, as a string. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a futu