SDO_DAS_ChangeSummary::isLogging

(^) Test to see whether change logging is switched on bool SDO_DAS_ChangeSummary::isLogging ( void ) Test to see whether change logging is switched on. Returns: Returns TRUE if change logging is on, otherwise returns FALSE. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a fut

cairo_scaled_font_get_font_options

(PECL cairo >= 0.1.0) Description CairoFontOptions cairo_scaled_font_get_font_options ( CairoScaledFont $scaledfont ) The function description goes here. Parameters: scaledfont Description... Returns: What is returned on success and failure This function is currently not documented; only its argument list i

CairoContext::rectangle

(PECL cairo >= 0.1.0) The rectangle purpose public void CairoContext::rectangle ( string $x, string $y, string $width, string $height ) Object oriented style (method): Procedural style: void cairo_rectangle ( CairoContext $context , string $x , string $y , string $width , string $height ) Description here. Parameters: context Description... x

Judy::byCount

(PECL judy >= 0.1.1) Locate the Nth index present in the Judy array public int Judy::byCount ( int $nth_index ) Locate the Nth index present in the Judy array. Parameters: nth_index Nth index to return. If nth_index equal 1, then it will return the first index in the array. Returns: Return the index at the given Nth position.

IntlBreakIterator::__construct

(No version information available, might only be in Git) Private constructor for disallowing instantiation private IntlBreakIterator::__construct ( void ) Returns: This function is currently not documented; only its argument list is available.

array_unique

(PHP 4 >= 4.0.1, PHP 5, PHP 7) Removes duplicate values from an array array array_unique ( array $array [, int $sort_flags = SORT_STRING ] ) Takes an input array and returns a new array without duplicate values. Note that keys are preserved. array_unique() sorts the values treated as string at first, then will keep the first key encountered for every value, and ignore all following keys. It does not mean that the key o

stream_filter_register

(PHP 5, PHP 7) Register a user defined stream filter bool stream_filter_register ( string $filtername, string $classname ) stream_filter_register() allows you to implement your own filter on any registered stream used with all the other filesystem functions (such as fopen(), fread() etc.). Parameters: filtername The filter name to be registered. cla

Yaf_Registry::__clone

(Yaf >=1.0.0) The __clone purpose private void Yaf_Registry::__clone ( void ) Returns:

oci_rollback

(PHP 5, PHP 7, PECL OCI8 >= 1.1.0) Rolls back the outstanding database transaction bool oci_rollback ( resource $connection ) Reverts all uncommitted changes for the Oracle connection and ends the transaction. It releases all locks held. All Oracle SAVEPOINTS are erased. A transaction begins when the first SQL statement that changes data is executed with oci_execute() using the OCI_NO_AUTO_COMMIT flag. Further data chan

ps_begin_page

(PECL ps >= 1.1.0) Start a new page bool ps_begin_page ( resource $psdoc, float $width, float $height ) Starts a new page. Although the parameters width and height imply a different page size for each page, this is not possible in PostScript. The first call of ps_begin_page() will set the page size for the whole document. Consecutive calls will have no effect, except for creating a new page. The situation is different if