imagesetthickness

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Set the thickness for line drawing bool imagesetthickness ( resource $image, int $thickness ) imagesetthickness() sets the thickness of the lines drawn when drawing rectangles, polygons, ellipses etc. etc. to thickness pixels. Parameters: image An image resource, returned by one of the image creation functions, such as imagecreatetruecolor

timezone_identifiers_list

(PHP 5 >= 5.2.0, PHP 7) Alias of DateTimeZone::listIdentifiers() This function is an alias of: DateTimeZone::listIdentifiers()

OCI-Lob::writeTemporary

(PHP 5, PHP 7, PECL OCI8 >= 1.1.0) Writes a temporary large object bool OCI-Lob::writeTemporary ( string $data [, int $lob_type = OCI_TEMP_CLOB ] ) Creates a temporary large object and writes data to it. You should use OCI-Lob::close when you are done with this object. Parameters: data The data to write. lob_type Can be one of the

str_repeat

(PHP 4, PHP 5, PHP 7) Repeat a string string str_repeat ( string $input, int $multiplier ) Returns input repeated multiplier times. Parameters: input The string to be repeated. multiplier Number of time the input string should be repeated. multiplier has to be greater than or equal to 0. If the multiplier is set to 0, the function wil

ming_setscale

(PHP 4 >= 4.0.5, PHP 5, PHP 7, PECL ming SVN) Set the global scaling factor. void ming_setscale ( float $scale ) Sets the scale of the output SWF. Inside the SWF file, coordinates are measured in TWIPS, rather than PIXELS. There are 20 TWIPS in 1 pixel. Parameters: scale The scale to be set. Returns: No value is returned.

maxdb_fetch_object

(PECL maxdb >= 1.0) Returns the current row of a result set as an object object maxdb_fetch_object ( object $result ) Procedural style Object oriented style object maxdb_result::fetch_object ( void ) The maxdb_fetch_object() will return the current row result set as an object where the attributes of the object represent the names of the fields found within the result set. If no more rows exist in the current result set,

ocifetch

(PHP 4, PHP 5, PHP 7, PECL OCI8 >= 1.0.0) Alias of oci_fetch() Alias of oci_fetch() This alias has been DEPRECATED as of PHP 5.4.0. Relying on this alias is highly discouraged.

pg_result_seek

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Set internal row offset in result resource bool pg_result_seek ( resource $result, int $offset ) pg_result_seek() sets the internal row offset in a result resource. Parameters: result PostgreSQL query result resource, returned by pg_query(), pg_query_params() or pg_execute() (among others). offset Row t

Phar::setAlias

(PHP >= 5.3.0, PECL phar >= 1.2.1) Set the alias for the Phar archive public bool Phar::setAlias ( string $alias ) Note: This method requires the php.ini setting phar.readonly to be set to 0 in order to work for Phar objects. Otherwise, a PharException will be thrown. Set the alias for the Phar archive, and write it as the permanent alias for this phar archive. An alias can be used internally to a phar archive to en

SolrQuery::setFacetPrefix

(PECL solr >= 0.9.2) Specifies a string prefix with which to limits the terms on which to facet public SolrQuery SolrQuery::setFacetPrefix ( string $prefix [, string $field_override ] ) Specifies a string prefix with which to limits the terms on which to facet. Parameters: prefix The prefix string field_override The name of the field