ncurses_werase

(PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Erase window contents int ncurses_werase ( resource $window ) Parameters: window This function is currently not documented; only its argument list is available.

newt_vertical_scrollbar

(PECL newt >= 0.1) resource newt_vertical_scrollbar ( int $left, int $top, int $height [, int $normal_colorset [, int $thumb_colorset ]] ) Parameters: left top height normal_colorset thumb_colorset Returns:

Memcached::replace

(PECL memcached >= 0.1.0) Replace the item under an existing key public bool Memcached::replace ( string $key, mixed $value [, int $expiration ] ) Memcached::replace() is similar to Memcached::set(), but the operation fails if the key does not exist on the server. Parameters: key The key under which to store the value. value The valu

Imagick::importImagePixels

(No version information available, might only be in Git) Imports image pixels public bool Imagick::importImagePixels ( int $x, int $y, int $width, int $height, string $map, int $storage, array $pixels ) Imports pixels from an array into an image. The map is usually 'RGB'. This method imposes the following constraints for the parameters: amount of pixels in the array must match width x height x length of the map. This method

ReflectionGenerator::getExecutingFile

(PHP 7) Gets the file name of the currently executing generator public string ReflectionGenerator::getExecutingFile ( void ) Get the full path and file name of the currently executing generator. Returns: Returns the full path and file name of the currently executing generator. Examples: ReflectionGenerator::getExecutingFile() example

SplHeap::extract

(PHP 5 >= 5.3.0, PHP 7) Extracts a node from top of the heap and sift up. public mixed SplHeap::extract ( void ) Returns: The value of the extracted node. Exception: Throws RuntimeException when the data-structure is empty.

Perl Differences

DirectoryIterator::getATime

(PHP 5, PHP 7) Get last access time of the current DirectoryIterator item public int DirectoryIterator::getATime ( void ) Get the last access time of the current DirectoryIterator item. Returns: Returns the time the file was last accessed, as a Unix timestamp. Examples: A DirectoryIterator::getATime() example Displays a li

imagepstext

(PHP 4, PHP 5) Draws a text over an image using PostScript Type1 fonts array imagepstext ( resource $image, string $text, resource $font_index, int $size, int $foreground, int $background, int $x, int $y [, int $space = 0 [, int $tightness = 0 [, float $angle = 0.0 [, int $antialias_steps = 4 ]]]] ) Draws a text on an image using PostScript Type1 fonts. Refer to PostScript documentation about fonts and their measuring

gupnp_service_info_get

(PECL gupnp >= 0.1.0) Get full info of service array gupnp_service_info_get ( resource $proxy ) Get full info of service. Parameters: proxy A service proxy identifier. Returns: Return array wich contains the information of the service (like location, url, udn and etc).