MongoTimestamp::__construct

(PECL mongo >= 1.0.1) Creates a new timestamp. public MongoTimestamp::__construct ([ int $sec = time() [, int $inc ]] ) Creates a new timestamp. If no parameters are given, the current time is used and the increment is automatically provided. The increment is set to 0 when the module is loaded and is incremented every time this constructor is called (without the $inc parameter passed in). Parameters:

SDO_DAS_ChangeSummary::getOldContainer

(^) Get the old container for a deleted SDO_DataObject SDO_DataObject SDO_DAS_ChangeSummary::getOldContainer ( SDO_DataObject $data_object ) Get the old container (SDO_DataObject) for a deleted SDO_DataObject. Parameters: data_object The SDO_DataObject which has been deleted and whose container we wish to identify. Returns: The old containing d

variant_cast

(PHP 5, PHP 7) Convert a variant into a new variant object of another type variant variant_cast ( variant $variant, int $type ) This function makes a copy of variant and then performs a variant cast operation to force the copy to have the type given by type. This function wraps VariantChangeType() in the COM library; consult MSDN for more information. Parameters: variant

TokyoTyrant::fwmKeys

(PECL tokyo_tyrant >= 0.1.0) Returns the forward matching keys public array TokyoTyrant::fwmKeys ( string $prefix, int $max_recs ) Returns the forward matching keys from the database Parameters: prefix Prefix of the keys max_recs Maximum records to return Returns: Returns an array of matching keys. The value

SAMConnection::subscribe

(PECL sam >= 0.1.0) Create a subscription to a specified topic. string SAMConnection::subscribe ( string $targetTopic ) The "subscribe" method is used to create a new subscription to a specified topic. Parameters: targetTopic The identity of the topic (topic://topicname) to subscribe to. Returns: A subscription identifier that can be used in

Stomp::abort

(PECL stomp >= 0.1.0) Rolls back a transaction in progress public bool Stomp::abort ( string $transaction_id [, array $headers ] ) Object oriented style (method): Procedural style: bool stomp_abort ( resource $link , string $transaction_id [, array $headers ] ) Rolls back a transaction in progress. Parameters: link Procedural style only: The stomp link identifier retur

Imagick::cropThumbnailImage

(PECL imagick 2.0.0) Creates a crop thumbnail bool Imagick::cropThumbnailImage ( int $width, int $height ) Creates a fixed size thumbnail by first scaling the image up or down and cropping a specified area from the center. Parameters: width The width of the thumbnail height The Height of the thumbnail Returns:

SplFileObject::fflush

(PHP 5 >= 5.1.0, PHP 7) Flushes the output to the file public bool SplFileObject::fflush ( void ) Forces a write of all buffered output to the file. Returns: Returns TRUE on success or FALSE on failure. Examples: SplFileObject::fflush() example <?php $file = new SplFileObject('misc.txt', 'r+'); $file->rewind(); $

SplObjectStorage::setInfo

(PHP 5 >= 5.3.0, PHP 7) Sets the data associated with the current iterator entry public void SplObjectStorage::setInfo ( mixed $data ) Associates data, or info, with the object currently pointed to by the iterator. Parameters: data The data to associate with the current iterator entry. Returns: No value is returned.

EventBufferEvent::connectHost

(PECL event >= 1.2.6-beta) Connects to a hostname with optionally asyncronous DNS resolving public bool EventBufferEvent::connectHost ( EventDnsBase $dns_base , string $hostname , int $port [, int $family = EventUtil::AF_UNSPEC ] ) Resolves the DNS name hostname, looking for addresses of type family ( EventUtil::AF_* constants). If the name resolution fails, it invokes the event callback with an error event. If it succe