imagegammacorrect

(PHP 4, PHP 5, PHP 7) Apply a gamma correction to a GD image bool imagegammacorrect ( resource $image, float $inputgamma, float $outputgamma ) Applies gamma correction to the given gd image given an input and an output gamma. Parameters: image An image resource, returned by one of the image creation functions, such as imagecreatetruecolor(). inputgamm

ps_show_xy2

(PECL ps >= 1.1.0) Output text at position bool ps_show_xy2 ( resource $psdoc, string $text, int $len, float $xcoor, float $ycoor ) Returns: Returns TRUE on success or FALSE on failure. This function is currently not documented; only its argument list is available.

Yaf_View_Simple::__set

(Yaf >=1.0.0) Set value to engine public void Yaf_View_Simple::__set ( string $name, mixed $value ) This is a alternative and easier way to Yaf_View_Simple::assign(). Parameters: name A string value name. value Mixed value. Returns: Examples: Yaf_

GmagickDraw::polygon

(PECL gmagick >= Unknown) Draws a polygon public GmagickDraw GmagickDraw::polygon ( array $coordinates ) Draws a polygon using the current stroke, stroke width, and fill color or texture, using the specified array of coordinates. Parameters: coordinates coordinate array Returns: The GmagickDraw object on success

pg_lo_create

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Create a large object int pg_lo_create ([ resource $connection [, mixed $object_id ]] ) int pg_lo_create ( mixed $object_id ) pg_lo_create() creates a large object and returns the OID of the large object. PostgreSQL access modes INV_READ, INV_WRITE, and INV_ARCHIVE are not supported, the object is created always with both read and write access. INV_ARCHIVE has been removed from PostgreSQL i

SplFileObject::hasChildren

(PHP 5 >= 5.1.2, PHP 7) SplFileObject does not have children public bool SplFileObject::hasChildren ( void ) An SplFileObject does not have children so this method always return FALSE. Returns: Returns FALSE See also: RecursiveIterator::hasChildren() -

odbc_exec

(PHP 4, PHP 5, PHP 7) Prepare and execute an SQL statement resource odbc_exec ( resource $connection_id, string $query_string [, int $flags ] ) Sends an SQL statement to the database server. Parameters: connection_id The ODBC connection identifier, see odbc_connect() for details. query_string The SQL statement. flag

ZMQPoll::remove

(PECL zmq >= 0.5.0) Remove item from poll set public boolean ZMQPoll::remove ( mixed $item ) Remove item from the poll set. The item parameter can be ZMQSocket object, a stream resource or the id returned from ZMQPoll::add() method. Parameters: item The ZMQSocket object, PHP stream or string id of the item. Returns: Returns true if the item wa

fann_duplicate_train_data

(PECL fann >= 1.0.0) Returns an exact copy of a fann train data resource fann_duplicate_train_data ( resource $data ) Returns an exact copy of a fann train data resource. Parameters: data Neural network training data resource. Returns: Returns a train data resource on success, or FALSE on error.

radius_strerror

(PECL radius >= 1.1.0) Returns an error message string radius_strerror ( resource $radius_handle ) If Radius-functions fail then they record an error message. This error message can be retrieved with this function. Returns: Returns error messages as string from failed radius functions.