SolrUpdateResponse::__destruct

(PECL solr >= 0.9.2) Destructor public void SolrUpdateResponse::__destruct ( void ) Destructor Returns: None

tidy::getConfig

(PHP 5, PHP 7, PECL tidy >= 0.7.0) Get current Tidy configuration array tidy::getConfig ( void ) Object oriented style Procedural style array tidy_get_config ( tidy $object ) Gets the list of the configuration options in use by the given tidy object. Parameters: object The Tidy object. Returns: Returns an array of configuration options. For

EventHttp::__construct

(PECL event >= 1.2.6-beta) Constructs EventHttp object(the HTTP server) public EventHttp::__construct ( EventBase $base [, EventSslContext $ctx = NULL ] ) Constructs the HTTP server object. Parameters: base Associated event base. ctx EventSslContext class object. Turns plain HTTP server into HTTPS server. It means that if ctx is co

IntlChar::getPropertyEnum

(PHP 7) Get the property constant value for a given property name public static int IntlChar::getPropertyEnum ( string $alias ) Returns the property constant value for a given property name, as specified in the Unicode database file PropertyAliases.txt. Short, long, and any other variants are recognized. In addition, this function maps the synthetic names "gcm" / "General_Category_Mask" to the property IntlChar::PROPERTY_G

Traits

Examples: Trait example As of PHP 5.4.0, PHP implements a method of code reuse called Traits. Traits are a mechanism for code reuse in single inheritance languages such as PHP. A Trait is intended to reduce some limitations of single inheritance by enabling a developer to reuse sets of methods freely in several independent classes living in different class hierarchies. The semantics of the combination of Traits and classes is defined in a way which reduces complexity

Imagick::convolveImage

(PECL imagick 2.0.0) Applies a custom convolution kernel to the image bool Imagick::convolveImage ( array $kernel [, int $channel = Imagick::CHANNEL_ALL ] ) Applies a custom convolution kernel to the image. Parameters: kernel The convolution kernel channel Provide any channel constant that is valid for your channel mode. To apply to mo

Yaf_Loader::import

(Yaf >=1.0.0) The import purpose public static void Yaf_Loader::import ( void ) Returns: This function is currently not documented; only its argument list is available.

PDF_closepath_stroke

(PHP 4, PECL pdflib >= 1.0.0) Close and stroke path bool PDF_closepath_stroke ( resource $p ) Closes the path, and strokes it. Returns TRUE on success or FALSE on failure.

SolrClient::addDocument

(PECL solr >= 0.9.2) Adds a document to the index public SolrUpdateResponse SolrClient::addDocument ( SolrInputDocument $doc [, bool $overwrite = true [, int $commitWithin = 0 ]] ) This method adds a document to the index. Parameters: doc The SolrInputDocument instance. overwrite Whether to overwrite existing document or not. If FA

ifx_update_char

(PHP 4, PHP <=5.2.0) Updates the content of the char object bool ifx_update_char ( int $bid, string $content ) Updates the content of the char object for the given char object bid. Parameters: bid A char object identifier. content The new data, as a string. Returns: Returns TRUE on success or FALSE on failur