SWFShape::drawLineTo

(PHP 5 <= 5.3.0, PECL ming SVN) Draws a line void SWFShape::drawLineTo ( float $x, float $y ) swfshape::setrightfill() draws a line (using the current line style, set by swfshape::setline()) from the current pen position to point (x,y) in the shape's coordinate space. Returns: No value is returned. This function is EXPERIMENTAL. The behaviour of this functi

Gmagick::setimageredprimary

(PECL gmagick >= Unknown) Sets the image chromaticity red primary point. public Gmagick Gmagick::setimageredprimary ( float $x, float $y ) Sets the image chromaticity red primary point. Parameters: x The red primary x-point. y The red primary y-point. Returns: The Gmagick object on success.

shell_exec

(PHP 4, PHP 5, PHP 7) Execute command via shell and return the complete output as a string string shell_exec ( string $cmd ) This function is identical to the backtick operator. Parameters: cmd The command that will be executed. Returns: The output from the executed command or NULL if an error occurred or the command produces no output. Note:

maxdb_param_count

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

CairoContext::pushGroupWithContent

(PECL cairo >= 0.1.0) The pushGroupWithContent purpose public void CairoContext::pushGroupWithContent ( string $content ) Object oriented style (method): Procedural style: void cairo_push_group_with_content ( CairoContext $context , string $content ) Description here. Parameters: context Description... content Description...

mhash

(PHP 4, PHP 5, PHP 7) Computes hash string mhash ( int $hash, string $data [, string $key ] ) mhash() applies a hash function specified by hash to the data. Parameters: hash The hash ID. One of the MHASH_hashname constants. data The user input, as a string. key If specified, the function will return t

Swish::getMetaList

(PECL swish >= 0.1.0) Get the list of meta entries for the index array Swish::getMetaList ( string $index_name ) Parameters: index_name The name of the index file. Returns: Returns an array of meta entries for the given index. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrou

hw_api::copy

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Copies physically hw_api_content hw_api::copy ( array $parameter ) This function will make a physical copy including the content if it exists and returns the new object or an error object. Parameters: parameter The parameter array contains the required elements 'objectIdentifier' and 'destinationParentIdentifier'. The optional pa

SplFileInfo::getBasename

(PHP 5 >= 5.2.2, PHP 7) Gets the base name of the file public string SplFileInfo::getBasename ([ string $suffix ] ) This method returns the base name of the file, directory, or link without path info. Parameters: suffix Optional suffix to omit from the base name returned. Returns: Returns the base name without path information.

HaruPage::arc

(PECL haru >= 0.0.1) Append an arc to the current path bool HaruPage::arc ( float $x, float $y, float $ray, float $ang1, float $ang2 ) Appends an arc to the current path. Parameters: x Horizontal coordinate of the center. y Vertical coordinate of the center. ray The ray of the arc.