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.

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

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.

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

SplFixedArray::key

(PHP 5 >= 5.3.0, PHP 7) Return current array index public int SplFixedArray::key ( void ) Returns the current array index. Returns: The current array index.

curl_multi_info_read

(PHP 5, PHP 7) Get information about the current transfers array curl_multi_info_read ( resource $mh [, int &$msgs_in_queue = NULL ] ) Ask the multi handle if there are any messages or information from the individual transfers. Messages may include information such as an error code from the transfer or just the fact that a transfer is completed. Repeated calls to this function will return a new result each time, until