GmagickDraw::getstrokeopacity

(PECL gmagick >= Unknown) Returns the opacity of stroked object outlines public float GmagickDraw::getstrokeopacity ( void ) Returns the opacity of stroked object outlines. Returns: Returns a double describing the opacity.

EvEmbed::set

(PECL ev >= 0.2.0) Configures the watcher public void EvEmbed::set ( object $other ) Configures the watcher to use other event loop object. Parameters: other The same as for EvEmbed::__construct() Returns: No value is returned.

parsekit_compile_string

(PECL parsekit >= 0.2.0) Compile a string of PHP code and return the resulting op array array parsekit_compile_string ( string $phpcode [, array &$errors [, int $options = PARSEKIT_QUIET ]] ) Parameters: phpcode A string containing phpcode. Similar to the argument to eval(). errors A 2D hash of errors (including fatal errors) enco

Yaf_Request_Simple::getPost

(Yaf >=1.0.0) The getPost purpose public void Yaf_Request_Simple::getPost ( void ) Returns: This function is currently not documented; only its argument list is available.

Imagick::setImageCompression

(PECL imagick 2.0.0) Sets the image compression bool Imagick::setImageCompression ( int $compression ) Parameters: compression One of the COMPRESSION constants Returns: Returns TRUE on success. Exception: Throws ImagickException on error.

SolrGenericResponse::__construct

(PECL solr >= 0.9.2) Constructor public SolrGenericResponse::__construct ( void ) Constructor Returns: None

stats_stat_paired_t

(PECL stats >= 1.0.0) Not documented float stats_stat_paired_t ( array $arr1, array $arr2 ) Parameters: arr1 arr2 Returns: This function is currently not documented; only its argument list is available.

cubrid_prepare

(PECL CUBRID >= 8.3.0) Prepare a SQL statement for execution resource cubrid_prepare ( resource $conn_identifier, string $prepare_stmt [, int $option = 0 ] ) The cubrid_prepare() function is a sort of API which represents SQL statements compiled previously to a given connection handle. This pre-compiled SQL statement will be included in the cubrid_prepare(). Accordingly, you can use this statement effectively to execut

PDF_process_pdi

(PECL pdflib >= 2.0.0) Process imported PDF document int PDF_process_pdi ( resource $pdfdoc, int $doc, int $page, string $optlist ) Processes certain elements of an imported PDF document.

pg_connect

(PHP 4, PHP 5, PHP 7) Open a PostgreSQL connection resource pg_connect ( string $connection_string [, int $connect_type ] ) pg_connect() opens a connection to a PostgreSQL database specified by the connection_string. If a second call is made to pg_connect() with the same connection_string as an existing connection, the existing connection will be returned unless you pass PGSQL_CONNECT_FORCE_NEW as connect_type. The old s