IntlChar::forDigit

(PHP 7) Get character representation for a given digit and radix public static int IntlChar::forDigit ( int $digit [, int $radix = 10 ] ) Determines the character representation for a specific digit in the specified radix. If the value of radix is not a valid radix, or the value of digit is not a valid digit in the specified radix, the null character (U+0000) is returned. The radix argument is valid if it is greater tha

inotify_read

(PECL inotify >= 0.1.2) Read events from an inotify instance array inotify_read ( resource $inotify_instance ) Read inotify events from an inotify instance. Parameters: inotify_instance Resource returned by inotify_init() Returns: An array of inotify events or FALSE if no events was pending and inotify_instance is non-blocking. Each event is a

MongoCursorInterface::timeout

(PECL mongo >=1.5.0) Sets a client-side timeout for this query abstract public MongoCursorInterface MongoCursorInterface::timeout ( int $ms ) A timeout can be set at any time and will affect subsequent data retrieval associated with this cursor, including fetching more results from the database. Parameters: ms The number of milliseconds for the cursor to wait for a res

ImagickPixel::getColorAsString

(PECL imagick 2.1.0) Returns the color as a string string ImagickPixel::getColorAsString ( void ) Returns the color of the ImagickPixel object as a string. Returns: Returns the color of the ImagickPixel object as a string. Notes: Alpha not returned This function does not return the alpha value of the color in the string.

px_numrecords

(PECL paradox >= 1.0.0) Returns number of records in a database int px_numrecords ( resource $pxdoc ) Get the number of records in a database file. Parameters: pxdoc Resource identifier of the paradox database as returned by px_new(). Returns: Returns the number of records in a database file. The return value of this function is identical to t

SyncSemaphore::__construct

(PECL sync >= 1.0.0) Constructs a new SyncSemaphore object public SyncSemaphore::__construct ([ string $name [, integer $initialval [, bool $autounlock ]]] ) Constructs a named or unnamed semaphore. Parameters: name The name of the semaphore if this is a named semaphore object. Note: If the name already exists, it must be able to be opened by the current user that

cairo_format_stride_for_width

(PECL cairo >= 0.1.0) Description int cairo_format_stride_for_width ( int $format, int $width ) The function description goes here. Parameters: format Description... width Description... Returns: What is returned on success and failure This function is currently not docum

ini_set

(PHP 4, PHP 5, PHP 7) Sets the value of a configuration option string ini_set ( string $varname, string $newvalue ) Sets the value of the given configuration option. The configuration option will keep this new value during the script's execution, and will be restored at the script's ending. Parameters: varname Not all the available options can be changed using ini_set().

variant_get_type

(PHP 5, PHP 7) Returns the type of a variant object int variant_get_type ( variant $variant ) Returns the type of a variant object. Parameters: variant The variant object. Returns: This function returns an integer value that indicates the type of variant, which can be an instance of COM, DOTNET or VARIANT classes. The return value can be compared

CairoContext::setScaledFont

(PECL cairo >= 0.1.0) The setScaledFont purpose public void CairoContext::setScaledFont ( string $scaledfont ) Object oriented style (method): Procedural style: void cairo_set_scaled_font ( CairoContext $context , CairoScaledFont $scaledfont ) Description here. Parameters: context Description... scaledfont Description...