Imagick::compositeImage

(PECL imagick 2.0.0) Composite one image onto another bool Imagick::compositeImage ( Imagick $composite_object, int $composite, int $x, int $y [, int $channel = Imagick::CHANNEL_ALL ] ) Composite one image onto another at the specified offset. Any extra arguments needed for the compose algorithm should passed to setImageArtifact with 'compose:args' as the first parameter and the data as the second parameter.

timezone_abbreviations_list

(PHP 5 >= 5.2.0, PHP 7) Alias of DateTimeZone::listAbbreviations() This function is an alias of: DateTimeZone::listAbbreviations()

Imagick::setImageBorderColor

(PECL imagick 2.0.0) Sets the image border color bool Imagick::setImageBorderColor ( mixed $border ) Sets the image border color. Parameters: border The border color Returns: Returns TRUE on success. Exception: Throws ImagickException on error. Changelog: 2.1.0 Now allows

odbc_pconnect

(PHP 4, PHP 5, PHP 7) Open a persistent database connection resource odbc_pconnect ( string $dsn, string $user, string $password [, int $cursor_type ] ) Opens a persistent database connection. This function is much like odbc_connect(), except that the connection is not really closed when the script has finished. Future requests for a connection with the same dsn, user, password combination (via odbc_connect() and odbc_pcon

ifxus_open_slob

(PHP 4, PHP <=5.2.0) Opens an slob object int ifxus_open_slob ( int $bid, int $mode ) Opens an slob object. bid should be an existing slob id. Parameters: bid An existing slob id. mode A combination of IFX_LO_RDONLY, IFX_LO_WRONLY, IFX_LO_APPEND IFX_LO_RDWR, IFX_LO_BUFFER, IFX_LO_NOBUFFER. Returns: Returns t

hw_api::insertanchor

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Inserts a new object of type anchor hw_api_object hw_api::insertanchor ( array $parameter ) This function is a shortcut for hwapi_insert(). It inserts an object of type anchor and sets some of the attributes required for an anchor. Parameters: parameter The parameter array contains the required elements 'object' and 'documentIden

stream_socket_pair

(PHP 5 >= 5.1.0, PHP 7) Creates a pair of connected, indistinguishable socket streams array stream_socket_pair ( int $domain, int $type, int $protocol ) stream_socket_pair() creates a pair of connected, indistinguishable socket streams. This function is commonly used in IPC (Inter-Process Communication). Parameters: domain The protocol family to be used: STREAM_PF_IN

PDF_get_fontsize

(PHP 4, PECL pdflib >= 1.0.0) Font handling [deprecated] This function is deprecated since PDFlib version 3, use PDF_get_value() with the parameter fontsizeinstead.

IntlChar::isspace

(PHP 7) Check if code point is a space character public static bool IntlChar::isspace ( mixed $codepoint ) Determines if the specified character is a space character or not. Parameters: codepoint The integer codepoint value (e.g. 0x2603 for U+2603 SNOWMAN), or the character encoded as a UTF-8 string (e.g. "\u{2603}") Returns: Returns TRUE if codepo

tcpwrap_check

(PECL tcpwrap >= 0.1.0) Performs a tcpwrap check bool tcpwrap_check ( string $daemon, string $address [, string $user [, bool $nodns = false ]] ) This function consults the /etc/hosts.allow and /etc/hosts.deny files to check if access to service daemon should be granted or denied for a client. Parameters: daemon The service name. address