Imagick::steganoImage

(PECL imagick 2.0.0) Hides a digital watermark within the image Imagick Imagick::steganoImage ( Imagick $watermark_wand, int $offset ) Hides a digital watermark within the image. Recover the hidden watermark later to prove that the authenticity of an image. Offset defines the start position within the image to hide the watermark. Parameters: watermark_wand Hides a digital

newt_entry_set

(PECL newt >= 0.1) void newt_entry_set ( resource $entry, string $value [, bool $cursor_at_end ] ) Parameters: entry value cursor_at_end Returns: No value is returned. This function is currently not documented; only its argument list is available.

HaruPage::getLineWidth

(PECL haru >= 0.0.1) Get the current line width float HaruPage::getLineWidth ( void ) Get the current line width. Returns: Returns the current line width. Exception: Throws a HaruException on error. See also: HaruPage::setLineWidth() -

ncurses_has_ic

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Check for insert- and delete-capabilities bool ncurses_has_ic ( void ) Checks whether the terminal has insert and delete capabilities. Returns: Returns TRUE if the terminal has insert/delete-capabilities, FALSE otherwise. This function is EXPERIMENTAL. The behaviour of this function, its name, and

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.

mysqli_send_long_data

(PHP 5 < 5.4.0) Alias for mysqli_stmt_send_long_data() This function is an alias of mysqli_stmt_send_long_data(). This function has been DEPRECATED as of PHP 5.3.0 and REMOVED as of PHP 5.4.0. See also: mysqli_stmt_send_long_data() -

strcspn

(PHP 4, PHP 5, PHP 7) Find length of initial segment not matching mask int strcspn ( string $subject, string $mask [, int $start [, int $length ]] ) Returns the length of the initial segment of subject which does not contain any of the characters in mask. If start and length are omitted, then all of subject will be examined. If they are included, then the effect will be the same as calling strcspn(substr($subject, $start,

maxdb_send_long_data

(PECL maxdb >= 1.0) Alias of maxdb_stmt_send_long_data() This function is an alias of: maxdb_stmt_send_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.

yaz_database

(PHP 4 >= 4.0.6, PECL yaz >= 0.9.0) Specifies the databases within a session bool yaz_database ( resource $id, string $databases ) This function allows you to change databases within a session by specifying one or more databases to be used in search, retrieval, etc. - overriding databases specified in call to yaz_connect(). Parameters: id The connection resource r

EventHttpConnection::setLocalPort

(PECL event >= 1.2.6-beta) Sets the local port from which connections are made public void EventHttpConnection::setLocalPort ( int $port ) Sets the local port from which connections are made. Parameters: port The port number. Returns: See also: EventHttpConn