ImagickDraw::getTextInterlineSpacing

(No version information available, might only be in Git) Description public float ImagickDraw::getTextInterlineSpacing ( void ) Gets the text interword spacing. Returns:

IntlDateFormatter::getDateType

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Get the datetype used for the IntlDateFormatter public int IntlDateFormatter::getDateType ( void ) Object oriented style Procedural style int datefmt_get_datetype ( IntlDateFormatter $fmt ) Returns date type used by the formatter. Parameters: fmt The formatter resource. Returns: The current d

GearmanClient::setStatusCallback

(PECL gearman >= 0.5.0) Set a callback for collecting task status public bool GearmanClient::setStatusCallback ( callable $callback ) Sets a callback function used for getting updated status information from a worker. The function should accept a single argument, a GearmanTask object. Parameters: callback A function to call Returns: Returns TR

HRTime\PerformanceCounter::isRunning

(PECL hrtime >= 0.4.3) Whether the measurement is running. public bool HRTime\PerformanceCounter::isRunning ( void ) Reveals whether the measurement was started. Returns: Returns boolean indicating whetehr the measurement is running.

IntlChar::enumCharTypes

(PHP 7) Enumerate all code points with their Unicode general categories public static void IntlChar::enumCharTypes ( callable $callback ) Enumerates efficiently all code points with their Unicode general categories. This is useful for building data structures, for enumerating all assigned code points, etc. For each contiguous range of code points with a given general category ("character type"), the callback function is c

IntlChar::getNumericValue

(PHP 7) Get the numeric value for a Unicode code point public static float IntlChar::getNumericValue ( mixed $codepoint ) Gets the numeric value for a Unicode code point as defined in the Unicode Character Database. For characters without any numeric values in the Unicode Character Database, this function will return float(-123456789). Parameters: codepoint The integer c

posix_setsid

(PHP 4, PHP 5, PHP 7) Make the current process a session leader int posix_setsid ( void ) Make the current process a session leader. Returns: Returns the session id, or -1 on errors.

ifx_update_blob

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

IntlCalendar::getLocale

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get the locale associated with the object public string IntlCalendar::getLocale ( int $localeType ) Object oriented style Procedural style string intlcal_get_locale ( IntlCalendar $cal , int $localeType ) Returns the locale used by this calendar object. Parameters: cal The IntlCalendar resource. localeType

ImagickPixelIterator::destroy

(PECL imagick 2.0.0) Deallocates resources associated with a PixelIterator bool ImagickPixelIterator::destroy ( void ) Deallocates resources associated with a PixelIterator. Returns: Returns TRUE on success. This function is currently not documented; only its argument list is available.