ps_setoverprintmode

(PECL ps >= 1.3.0) Sets overprint mode bool ps_setoverprintmode ( resource $psdoc, int $mode ) Parameters: psdoc Resource identifier of the postscript file as returned by ps_new(). mode Resource identifier of the postscript file as returned by ps_new(). Returns: Returns TRUE on success or FALSE on failure.

ps_show2

(PECL ps >= 1.1.0) Output a text at current position bool ps_show2 ( resource $psdoc, string $text, int $len ) Output text at the current position. Do not print more than len characters. Parameters: psdoc Resource identifier of the postscript file as returned by ps_new(). text The text to be output. len

imagewebp

(PHP 5 >= 5.5.0, PHP 7) Output a WebP image to browser or file bool imagewebp ( resource $image, string $filename ) Outputs or save an WebP version of the given image. Parameters: image An image resource, returned by one of the image creation functions, such as imagecreatetruecolor(). filename The path to save the file to. If not set or

iis_start_server

(PECL iisfunc SVN) Starts the virtual web server int iis_start_server ( int $server_instance ) This function is currently not documented; only its argument list is available.

streamWrapper::unlink

(PHP 5, PHP 7) Delete a file public bool streamWrapper::unlink ( string $path ) This method is called in response to unlink(). Note: In order for the appropriate error message to be returned this method should not be defined if the wrapper does not support removing files. Parameters: path The file URL which should be deleted. Returns: Return

trader_cdlclosingmarubozu

(PECL trader >= 0.2.0) Closing Marubozu array trader_cdlclosingmarubozu ( array $open, array $high, array $low, array $close ) Parameters: open Opening price, array of real values. high High price, array of real values. low Low price, array of real values. close Cl

SplHeap::current

(PHP 5 >= 5.3.0, PHP 7) Return current node pointed by the iterator public mixed SplHeap::current ( void ) Get the current datastructure node. Returns: The current node value.

cyrus_connect

(PHP 4 >= 4.1.0, PECL cyrus 1.0) Connect to a Cyrus IMAP server resource cyrus_connect ([ string $host [, string $port [, int $flags ]]] ) Connects to a Cyrus IMAP server. Parameters: host The Cyrus IMAP host name. port The port number. flags The port number. Returns: Retu

mb_ereg

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Regular expression match with multibyte support int mb_ereg ( string $pattern, string $string [, array &$regs ] ) Executes the regular expression match with multibyte support. Parameters: pattern The search pattern. string The search string. regs Contains a substr

radius_acct_open

(PECL radius >= 1.1.0) Creates a Radius handle for accounting resource radius_acct_open ( void ) Returns: Returns a handle on success, FALSE on error. This function only fails if insufficient memory is available. Examples: radius_acct_open() example <?php $res = radius_acct_open ()     or die ("Could not create handle