sqlsrv_free_stmt

(No version information available, might only be in Git) Frees all resources for the specified statement bool sqlsrv_free_stmt ( resource $stmt ) Frees all resources for the specified statement. The statement cannot be used after sqlsrv_free_stmt() has been called on it. If sqlsrv_free_stmt() is called on an in-progress statement that alters server state, statement execution is terminated and the statement is rolled back.

HaruPage::getGrayStroke

(PECL haru >= 0.0.1) Get the current stroking color float HaruPage::getGrayStroke ( void ) Get the current stroking color. Returns: Returns the current stroking color. Exception: Throws a HaruException on error. See also: HaruPage::setGrayStroke() -

variant_cmp

(PHP 5, PHP 7) Compares two variants int variant_cmp ( mixed $left, mixed $right [, int $lcid [, int $flags ]] ) Compares left with right. This function will only compare scalar values, not arrays or variant records. Parameters: left The left operand. right The right operand. lcid A valid Locale Ide

SoapVar::SoapVar

(PHP 5 >= 5.0.1, PHP 7) SoapVar constructor SoapVar::SoapVar ( mixed $data, string $encoding [, string $type_name [, string $type_namespace [, string $node_name [, string $node_namespace ]]]] ) Constructs a new SoapVar object. Parameters: data The data to pass or return. encoding The encoding ID, one of the XSD_... constants.

ingres_prepare

(PECL ingres >= 1.1.0) Prepare a query for later execution mixed ingres_prepare ( resource $link, string $query ) Prepares a query for execution by ingres_execute(). The query becomes part of the currently open transaction. If there is no open transaction, ingres_query() opens a new transaction. To close the transaction, you can call either ingres_commit() to commit the changes made to the database or ingres_rollback()

xmlrpc_server_add_introspection_data

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Adds introspection documentation int xmlrpc_server_add_introspection_data ( resource $server, array $desc ) This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at your own risk. This func

GearmanClient::addTaskHighBackground

(PECL gearman >= 0.5.0) Add a high priority background task to be run in parallel public GearmanTask GearmanClient::addTaskHighBackground ( string $function_name, string $workload [, mixed &$context [, string $unique ]] ) Adds a high priority background task to be run in parallel with other tasks. Call this method for all the tasks to be run in parallel, then call GearmanClient::runTasks() to perform the work. Tasks w

EvLoop::timer

(PECL ev >= 0.2.0) Creates EvTimer watcher object associated with the current event loop instance final public EvTimer EvLoop::timer ( double $after , double $repeat , callable $callback [, mixed $data = NULL [, int $priority = 0 ]] ) Creates EvTimer watcher object associated with the current event loop instance Returns: Returns EvTimer object on success

geoip_db_avail

(PECL geoip >= 1.0.1) Determine if GeoIP Database is available bool geoip_db_avail ( int $database ) The geoip_db_avail() function returns if the corresponding GeoIP Database is available and can be opened on disk. It does not indicate if the file is a proper database, only if it is readable. Parameters: database The database type as an integer. You can use the vario

SWFDisplayItem::setName

(PHP 5 <= 5.3.0, PECL ming SVN) Sets the object's name void SWFDisplayItem::setName ( string $name ) swfdisplayitem::setname() sets the object's name to name, for targetting with action script. Only useful on sprites. The object may be a swfshape(), a swfbutton(), a swftext() or a swfsprite() object. It must have been added using the swfmovie::add(). Returns: No value is returned.