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

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

EventBufferEvent::read

(PECL event >= 1.2.6-beta) Read buffer's data public string EventBufferEvent::read ( int $size ) Removes up to size bytes from the input buffer. Returns a string of data read from the input buffer. Parameters: size Maximum number of bytes to read Returns: Returns string of data read from the input buffer.

Runkit_Sandbox

(PECL runkit >= 0.7.0) Runkit Sandbox Class -- PHP Virtual Machine Instantiating the Runkit_Sandbox class creates a new thread with its own scope and program stack. Using a set of options passed to the constructor, this environment may be restricted to a subset of what the primary interpreter can do and provide a safer environment for executing user supplied code. Note: Sandbox support (required for runkit_lint(), runkit_lint_file(), an

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.

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.

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

gmp_invert

(PHP 4 >= 4.0.4, PHP 5, PHP 7) Inverse by modulo GMP gmp_invert ( GMP $a, GMP $b ) Computes the inverse of a modulo b. Parameters: a Either a GMP number resource in PHP 5.5 and earlier, a GMP object in PHP 5.6 and later, or a numeric string provided that it is possible to convert the latter to a number. b Either a GMP number resource in