SDO_Model_ReflectionDataObject::getType

(^) Get the SDO_Model_Type for the SDO_DataObject SDO_Model_Type SDO_Model_ReflectionDataObject::getType ( void ) Returns the SDO_Model_Type for the SDO_DataObject. The SDO_Model_Type holds all the information about the data object's type, such as namespace URI, type name, whether it is a primitive data type, and so on. Returns: Returns the SDO_Model_Type for the SDO_DataObject.

Imagick::setGravity

(No version information available, might only be in Git) Sets the gravity bool Imagick::setGravity ( int $gravity ) Sets the global gravity property for the Imagick object. This method is available if Imagick has been compiled against ImageMagick version 6.4.0 or newer. Parameters: gravity The gravity property. Refer to the list of gravity constants. R

CairoContext::clipPreserve

(PECL cairo >= 0.1.0) Establishes a new clip region from the current clip public void CairoContext::clipPreserve ( void ) Object oriented style (method): Procedural style: void cairo_clip_preserve ( CairoContext $context ) Establishes a new clip region by intersecting the current clip region with the current path as it would be filled by Context.fill() and according to the current FILL RULE (see CairoContext::setFillRul

RecursiveTreeIterator::valid

(PHP 5 >= 5.3.0, PHP 7) Check validity public bool RecursiveTreeIterator::valid ( void ) Check whether the current position is valid. Returns: TRUE if the current position is valid, otherwise FALSE This function is currently not documented; only its argument list is available.

SyncEvent::wait

(PECL sync >= 1.0.0) Waits for the event to be fired/set public bool SyncEvent::wait ([ integer $wait ] ) Waits for the SyncEvent object to be fired. Parameters: wait The number of milliseconds to wait for the event to be fired. A value of -1 is infinite. Returns: A boolean of TRUE if the event was fired, FALSE otherwise.

mysqli_stmt::$field_count

(PHP 5, PHP 7) Returns the number of field in the given statement int mysqli_stmt_field_count ( mysqli_stmt $stmt ) Object oriented style int $mysqli_stmt->field_count; Procedural style This function is currently not documented; only its argument list is available.

hw_api::srcsofdst

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Returns source of a destination object array hw_api::srcsofdst ( array $parameter ) Retrieves all the source anchors pointing to the specified destination. The destination object can either be a destination anchor or a whole document. Parameters: parameter The parameters array contains the required element 'objectIdentifier' and t

mb_strrpos

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Find position of last occurrence of a string in a string int mb_strrpos ( string $haystack, string $needle [, int $offset = 0 [, string $encoding = mb_internal_encoding() ]] ) Performs a multibyte safe strrpos() operation based on the number of characters. needle position is counted from the beginning of haystack. First character's position is 0. Second character position is 1.

ReflectionFunctionAbstract::getClosureScopeClass

(PHP >= 5.4.0) Returns the scope associated to the closure public ReflectionClass ReflectionFunctionAbstract::getClosureScopeClass ( void ) Returns: Returns the class on success or NULL on failure. This function is currently not documented; only its argument list is available.

SoapServer::addFunction

(PHP 5 >= 5.0.1, PHP 7) Adds one or more functions to handle SOAP requests public void SoapServer::addFunction ( mixed $functions ) Exports one or more functions for remote clients Parameters: functions To export one function, pass the function name into this parameter as a string. To export several functions, pass an array of function names. To export all the fun