PDF_initgraphics

(PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0) Reset graphic state bool PDF_initgraphics ( resource $p ) Reset all color and graphics state parameters to their defaults. Returns TRUE on success or FALSE on failure.

apc_clear_cache

(PECL apc >= 2.0.0) Clears the APC cache bool apc_clear_cache ([ string $cache_type = "" ] ) Clears the user/system cache. Parameters: cache_type If cache_type is "user", the user cache will be cleared; otherwise, the system cache (cached files) will be cleared. Returns: Returns TRUE always

IntlChar::isxdigit

(PHP 7) Check if code point is a hexadecimal digit public static bool IntlChar::isxdigit ( mixed $codepoint ) Determines whether the specified code point is a hexadecimal digit. TRUE for characters with general category "Nd" (decimal digit numbers) as well as Latin letters a-f and A-F in both ASCII and Fullwidth ASCII. (That is, for letters with code points 0041..0046, 0061..0066, FF21..FF26, FF41..FF46.) This is equival

gnupg_import

(PECL gnupg >= 0.3) Imports a key array gnupg_import ( resource $identifier, string $keydata ) Imports the key keydata and returns an array with information about the importprocess. Parameters: identifier The gnupg identifier, from a call to gnupg_init() or gnupg. keydata The data key that is being imported. Returns

SDO_Model_Property::getDefault

(^) Get the default value for the property mixed SDO_Model_Property::getDefault ( void ) Returns the default value for the property. Only primitive data type properties can have default values. Returns: Returns the default value for the property. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change

Yaf_Config_Abstract::set

(Yaf >=1.0.0) Setter abstract public Yaf_Config_Abstract Yaf_Config_Abstract::set ( void ) Returns: This function is currently not documented; only its argument list is available.

SplPriorityQueue::extract

(PHP 5 >= 5.3.0, PHP 7) Extracts a node from top of the heap and sift up. public mixed SplPriorityQueue::extract ( void ) Returns: The value or priority (or both) of the extracted node, depending on the extract flag.

IntlCalendar::getGreatestMinimum

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get the largest local minimum value for a field public int IntlCalendar::getGreatestMinimum ( int $field ) Object oriented style Procedural style int intlcal_get_greatest_minimum ( IntlCalendar $cal , int $field ) Returns the largest local minimum for a field. This should be a value larger or equal to that returned by IntlCalendar::getActualMinimum(), which is in its turn larger or

cubrid_lob2_export

(PECL CUBRID >= 8.4.1) Export the lob object to a file. bool cubrid_lob2_export ( resource $lob_identifier, string $file_name ) The cubrid_lob2_export() function is used to save the contents of BLOB/CLOB data to a file. To use this function, you must use cubrid_lob2_new() or fetch a lob object from CUBRID database first. If the file already exists, the operation will fail. This function will not influence the cursor posit

ReflectionFunction::invoke

(PHP 5, PHP 7) Invokes function public mixed ReflectionFunction::invoke ([ mixed $parameter [, mixed $... ]] ) Invokes a reflected function. Parameters: args The passed in argument list. It accepts a variable number of arguments which are passed to the function much like call_user_func() is. Returns: Returns the result of the invoked function cal