Imagick::setImageInterlaceScheme

(PECL imagick 2.0.0) Sets the image compression bool Imagick::setImageInterlaceScheme ( int $interlace_scheme ) Sets the image compression. Parameters: interlace_scheme Sets the image compression. Returns: Returns TRUE on success. Exception: Throws ImagickException on error.

VarnishAdmin::clearPanic

(PECL varnish >= 0.4) Clear varnish instance panic messages public int VarnishAdmin::clearPanic ( void ) Returns: Returns the varnish command status.

bcadd

(PHP 4, PHP 5, PHP 7) Add two arbitrary precision numbers string bcadd ( string $left_operand, string $right_operand [, int $scale = 0 ] ) Sums left_operand and right_operand. Parameters: left_operand The left operand, as a string. right_operand The right operand, as a string. scale This optional para

IntlChar::isUAlphabetic

(PHP 7) Check if code point has the Alphabetic Unicode property public static bool IntlChar::isUAlphabetic ( mixed $codepoint ) Check if a code point has the Alphabetic Unicode property. This is the same as IntlChar::hasBinaryProperty($codepoint, IntlChar::PROPERTY_ALPHABETIC) Parameters: codepoint The integer codepoint value (e.g. 0x2603 for U+2603 SNOWMAN), or the char

CairoLinearGradient::getPoints

(PECL cairo >= 0.1.0) The getPoints purpose public array CairoLinearGradient::getPoints ( void ) The method description goes here. Returns: Description... This function is currently not documented; only its argument list is available. Examples: CairoLinearGradient::getPoints() example

rawurlencode

(PHP 4, PHP 5, PHP 7) URL-encode according to RFC 3986 string rawurlencode ( string $str ) Encodes the given string according to » RFC 3986. Parameters: str The URL to be encoded. Returns: Returns a string in which all non-alphanumeric characters except -_.~ have been replaced with a percent (%) sign followed by two hex digits. This is the encodi

vpopmail_add_user

(PHP 4 >= 4.0.5, PECL vpopmail >= 0.2) Add a new user to the specified virtual domain bool vpopmail_add_user ( string $user, string $domain, string $password [, string $gecos [, bool $apop ]] ) This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be us

PDOStatement::getAttribute

(PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.2.0) Retrieve a statement attribute public mixed PDOStatement::getAttribute ( int $attribute ) Gets an attribute of the statement. Currently, no generic attributes exist but only driver specific: PDO::ATTR_CURSOR_NAME (Firebird and ODBC specific): Get the name of cursor for UPDATE ... WHERE CURRENT OF. Returns: Returns the attribute value.

spl_autoload_extensions

(PHP 5 >= 5.1.2, PHP 7) Register and return default file extensions for spl_autoload string spl_autoload_extensions ([ string $file_extensions ] ) This function can modify and check the file extensions that the built in __autoload() fallback function spl_autoload() will be using. Parameters: file_extensions When calling without an argument, it simply returns the curren

imap_unsubscribe

(PHP 4, PHP 5, PHP 7) Unsubscribe from a mailbox bool imap_unsubscribe ( resource $imap_stream, string $mailbox ) Unsubscribe from the specified mailbox. Parameters: imap_stream An IMAP stream returned by imap_open(). mailbox The mailbox name, see imap_open() for more information Returns: Returns TRUE on success