jdtojewish

(PHP 4, PHP 5, PHP 7) Converts a Julian day count to a Jewish calendar date string jdtojewish ( int $juliandaycount [, bool $hebrew = false [, int $fl = 0 ]] ) Converts a Julian Day Count to the Jewish Calendar. Parameters: julianday A julian day number as integer hebrew If the hebrew parameter is set to TRUE, the fl parameter is used

udm_get_doc_count

(PHP 4 >= 4.0.5, PHP 5 <= 5.0.5, PECL mnogosearch >= 1.0.0) Get total number of documents in database int udm_get_doc_count ( resource $agent ) udm_get_doc_count() returns the number of documents in the database. Parameters: agent A link to Agent, received after call to udm_alloc_agent(). Returns: Returns the number of documents.

ibase_affected_rows

(PHP 5, PHP 7) Return the number of rows that were affected by the previous query int ibase_affected_rows ([ resource $link_identifier ] ) This function returns the number of rows that were affected by the previous query (INSERT, UPDATE or DELETE) that was executed from within the specified transaction context. Parameters: link_identifier A transaction context. If link_id

win32_create_service

(PECL win32service SVN) Creates a new service entry in the SCM database mixed win32_create_service ( array $details [, string $machine ] ) Parameters: details An array of service details: machine The optional machine name on which you want to create a service. If omitted, it will use the local machine. Returns: R

EventDnsBase::countNameservers

(PECL event >= 1.2.6-beta) Gets the number of configured nameservers public int EventDnsBase::countNameservers ( void ) Gets the number of configured nameservers Returns: Returns the number of configured nameservers(not necessarily the number of running nameservers). This is useful for double-checking whether our calls to the various nameserver configuration functions have been successful.

Threaded::merge

(PECL pthreads >= 2.0.0) Manipulation public boolean Threaded::merge ( mixed $from [, bool $overwrite ] ) Merges data into the current object Parameters: from The data to merge overwrite Overwrite existing keys, by default true Returns: A boolean indication of success

EvWatcher::clear

(PECL ev >= 0.2.0) Clear watcher pending status public int EvWatcher::clear ( void ) If the watcher is pending, this method clears its pending status and returns its revents bitset(as if its callback was invoked). If the watcher isn't pending it does nothing and returns 0 . Sometimes it can be useful to "poll" a watcher instead of waiting for its callback to be invoked, which can be accomplished with this function.

SAMConnection::rollback

(PECL sam >= 0.1.0) Cancels (rolls back) an in-flight unit of work. bool SAMConnection::rollback ( void ) Rolls back an in-flight unit of work. Returns: This method returns FALSE if an error occurs. Examples: Cancelling an in-flight unit of work <?php if (!$conn->rollback()) {   // The rollback failed!   echo "

XMLReader::moveToFirstAttribute

(PHP 5 >= 5.1.0, PHP 7) Position cursor on the first Attribute public bool XMLReader::moveToFirstAttribute ( void ) Moves cursor to the first Attribute. Returns: Returns TRUE on success or FALSE on failure. See also: XMLReader::moveToElement() - XMLReader::moveToAttribute() -

xml_set_external_entity_ref_handler

(PHP 4, PHP 5, PHP 7) Set up external entity reference handler bool xml_set_external_entity_ref_handler ( resource $parser, callable $handler ) Sets the external entity reference handler function for the XML parser parser. Parameters: parser A reference to the XML parser to set up external entity reference handler function. handler hand