HaruPage::setCharSpace

(PECL haru >= 0.0.1) Set character spacing for the page bool HaruPage::setCharSpace ( float $char_space ) Defines character spacing for the page. Parameters: char_space The new character spacing for the page. Returns: Returns TRUE on success. Exception: Throws a HaruException on error.

PDO::rollBack

(PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.1.0) Rolls back a transaction public bool PDO::rollBack ( void ) Rolls back the current transaction, as initiated by PDO::beginTransaction(). A PDOException will be thrown if no transaction is active. If the database was set to autocommit mode, this function will restore autocommit mode after it has rolled back the transaction. Some databases, including MySQL, automatically i

fann_get_connection_rate

(PECL fann >= 1.0.0) Get the connection rate used when the network was created float fann_get_connection_rate ( resource $ann ) Get the connection rate used when the network was created. Parameters: ann Neural network resource. Returns: The connection rate used when the network was created, or FALSE on error.

ReflectionExtension::getName

(PHP 5, PHP 7) Gets extension name public string ReflectionExtension::getName ( void ) Gets the extensions name. Returns: The extensions name. Examples: ReflectionExtension::getName() example <?php $ext = new ReflectionExtension('mysqli'); var_dump($ext->getName()); ?> The above example will output something s

Collator::setAttribute

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Set collation attribute public bool Collator::setAttribute ( int $attr, int $val ) Object oriented style Procedural style bool collator_set_attribute ( Collator $coll , int $attr , int $val ) Parameters: coll Collator object. attr Attribute. val Attri

EvLoop::child

(PECL ev >= 0.2.0) Creates EvChild object associated with the current event loop final public EvChild EvLoop::child ( string $pid , string $trace , string $callback [, string $data [, string $priority ]] ) Creates EvChild object associated with the current event loop. Returns: Returns EvChild object on success. See also:

gmp_div_r

(PHP 4 >= 4.0.4, PHP 5, PHP 7) Remainder of the division of numbers GMP gmp_div_r ( GMP $n, GMP $d [, int $round = GMP_ROUND_ZERO ] ) Calculates remainder of the integer division of n by d. The remainder has the sign of the n argument, if not zero. Parameters: n The number being divided. Either a GMP number resource in PHP 5.5 and earlier, a GMP object in PHP 5.6 and

fclose

(PHP 4, PHP 5, PHP 7) Closes an open file pointer bool fclose ( resource $handle ) The file pointed to by handle is closed. Parameters: handle The file pointer must be valid, and must point to a file successfully opened by fopen() or fsockopen(). Returns: Returns TRUE on success or FALSE on failure.

Yaf_Registry::set

(Yaf >=1.0.0) Add an item into registry public static bool Yaf_Registry::set ( string $name, string $value ) Add an item into registry Parameters: name Add an item into registry value Add an item into registry Returns:

PDF_findfont

(PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0) Prepare font for later use [deprecated] int PDF_findfont ( resource $p, string $fontname, string $encoding, int $embed ) Search for a font and prepare it for later use with PDF_setfont(). The metrics will be loaded, and if embed is nonzero, the font file will be checked, but not yet used. encoding is one of builtin, macroman, winansi, host, a user-defined encoding name or the name