m_setip

(PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0) Set the connection method to IP int m_setip ( resource $conn, string $host, int $port ) Parameters: conn An MCVE_CONN resource returned by m_initengine(). host An MCVE_CONN resource returned by m_initengine(). port An MCVE_CONN resource returned b

maxdb_real_escape_string

(PECL maxdb >= 1.0) Escapes special characters in a string for use in an SQL statement, taking into account the current charset of the connection string maxdb_real_escape_string ( resource $link, string $escapestr ) Procedural style Object oriented style string maxdb::real_escape_string ( string $escapestr ) This function is used to create a legal SQL string that you can use in an SQL statement. The string escapestr is e

IteratorAggregate::getIterator

(PHP 5 >= 5.0.0, PHP 7) Retrieve an external iterator abstract public Traversable IteratorAggregate::getIterator ( void ) Returns an external iterator. Returns: An instance of an object implementing Iterator or Traversable Exception: Throws an Exception on failure.

pg_consume_input

(PHP 5 >= 5.6.0, PHP 7) Reads input on the connection bool pg_consume_input ( resource $connection ) pg_consume_input() consumes any input waiting to be read from the database server. Parameters: connection PostgreSQL database connection resource. Returns: TRUE if no error occurred, or FALSE if there was an error. Note that TRUE does not neces

HaruPage::setHorizontalScaling

(PECL haru >= 0.0.1) Set horizontal scaling for the page bool HaruPage::setHorizontalScaling ( float $scaling ) Set the horizontal scaling for the page. Parameters: scaling The horizontal scaling for text showing on the page. The initial value is 100. Returns: Returns TRUE on success. Exception: Throws a HaruEx

imagecolorexact

(PHP 4, PHP 5, PHP 7) Get the index of the specified color int imagecolorexact ( resource $image, int $red, int $green, int $blue ) Returns the index of the specified color in the palette of the image. If you created the image from a file, only colors used in the image are resolved. Colors present only in the palette are not resolved. Parameters: image An image resource, r

Imagick::queryFonts

(PECL imagick 2.0.0) Returns the configured fonts array Imagick::queryFonts ([ string $pattern = "*" ] ) Returns the configured fonts. Parameters: pattern The query pattern Returns: Returns an array containing the configured fonts. Exception: Throws ImagickException on error. Ex

xmlrpc_decode

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Decodes XML into native PHP types mixed xmlrpc_decode ( string $xml [, string $encoding = "iso-8859-1" ] ) Parameters: xml XML response returned by XMLRPC method. encoding Input encoding supported by iconv. Returns: Returns either an array, or an integer, or a string, or a boole

XMLReader::getAttribute

(PHP 5 >= 5.1.0, PHP 7) Get the value of a named attribute public string XMLReader::getAttribute ( string $name ) Returns the value of a named attribute or NULL if the attribute does not exist or not positioned on an element node. Parameters: name The name of the attribute. Returns: The value of the attribute, or NULL if no attribute with the

fbsql_rollback

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Rollback a transaction to the database bool fbsql_rollback ([ resource $link_identifier ] ) Ends the current transaction by rolling back all statements issued since last commit. This command is only needed if autocommit is set to false. Parameters: link_identifier A FrontBase link identifier returned by fbsql_connect() or fbsql_pconnect(