cairo_pattern_create_for_surface

(PECL cairo >= 0.1.0) Description CairoPattern cairo_pattern_create_for_surface ( CairoSurface $surface ) The function description goes here. Parameters: surface Description... Returns: What is returned on success and failure This function is currently not documented; only its argument list is available.

Yaf_Controller_Abstract::getViewpath

(Yaf >=1.0.0) The getViewpath purpose public void Yaf_Controller_Abstract::getViewpath ( void ) Returns:

ps_place_image

(PECL ps >= 1.1.0) Places image on the page bool ps_place_image ( resource $psdoc, int $imageid, float $x, float $y, float $scale ) Places a formerly loaded image on the page. The image can be scaled. If the image shall be rotated as well, you will have to rotate the coordinate system before with ps_rotate(). Parameters: psdoc Resource identifier of the postscript file

DOMDocument::normalizeDocument

(PHP 5, PHP 7) Normalizes the document public void DOMDocument::normalizeDocument ( void ) This method acts as if you saved and then loaded the document, putting the document in a "normal" form. Returns: No value is returned. See also: » The DOM Specification - DOMNode::normalize() -

PDOStatement::setAttribute

(PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.2.0) Set a statement attribute public bool PDOStatement::setAttribute ( int $attribute, mixed $value ) Sets an attribute on the statement. Currently, no generic attributes are set but only driver specific: PDO::ATTR_CURSOR_NAME (Firebird and ODBC specific): Set the name of cursor for UPDATE ... WHERE CURRENT OF. Returns: Returns TRUE on success or FALSE on failure.

Reflector::export

(PHP 5, PHP 7) Exports public static string Reflector::export ( void ) Exports. Returns: This function is currently not documented; only its argument list is available.

SolrObject::offsetSet

(PECL solr >= 0.9.2) Sets the value for a property public void SolrObject::offsetSet ( string $property_name, string $property_value ) Sets the value for a property. This is used when the object is treated as an array. This object is read-only. This should never be attempted. Parameters: property_name The name of the property. property_value

PDF_resume_page

(PECL pdflib >= 2.0.0) Resume page bool PDF_resume_page ( resource $pdfdoc, string $optlist ) Resumes a page to add more content to it.

extension_loaded

(PHP 4, PHP 5, PHP 7) Find out whether an extension is loaded bool extension_loaded ( string $name ) Finds out whether the extension is loaded. Parameters: name The extension name. This parameter is case-insensitive. You can see the names of various extensions by using phpinfo() or if you're using the CGI or CLI version of PHP you can use the -m switch to list all avail

ps_shfill

(PECL ps >= 1.3.0) Fills an area with a shading bool ps_shfill ( resource $psdoc, int $shadingid ) Fills an area with a shading, which has to be created before with ps_shading(). This is an alternative way to creating a pattern from a shading ps_shading_pattern() and using the pattern as the filling color. Parameters: psdoc Resource identifier of the postscript file as