db2_pclose

(PECL ibm_db2 >= 1.8.0) Closes a persistent database connection bool db2_pclose ( resource $resource ) This function closes a DB2 client connection created with db2_pconnect() and returns the corresponding resources to the database server. Note: This function is only available on i5/OS in response to i5/OS system administration requests. If you have a persistent DB2 client connection created with db2_pconnect(), yo

SDO_Model_Type::getProperty

(^) Get an SDO_Model_Property of the type SDO_Model_Property SDO_Model_Type::getProperty ( mixed $identifier ) Get an SDO_Model_Property of the type, identified by its property index or property name. Parameters: identifier The property index or property name. Returns: Returns the SDO_Model_Property. This fu

MongoCursorInterface::getReadPreference

(PECL mongo >=1.6.0) Get the read preference for this query abstract public array MongoCursorInterface::getReadPreference ( void ) Returns: This function returns an array describing the read preference. The array contains the values type for the string read preference mode (corresponding to the MongoClient constants), and tagsets containing a list of all tag set criteria. If no tag sets were speci

OCI-Lob::load

(PHP 5, PHP 7, PECL OCI8 >= 1.1.0) Returns large object's contents string OCI-Lob::load ( void ) Returns large object's contents. As script execution is terminated when the memory_limit is reached, ensure that the LOB does not exceed this limit. In most cases it's recommended to use OCI-Lob::read instead. Returns: Returns the contents of the object, or FALSE on errors.

PharFileInfo::getPharFlags

(PHP >= 5.3.0, PECL phar >= 1.0.0) Returns the Phar file entry flags public int PharFileInfo::getPharFlags ( void ) This returns the flags set in the manifest for a Phar. This will always return 0 in the current implementation. Returns: The Phar flags (always 0 in the current implementation) Examples: A PharFileInfo::getPharFlags

MessageFormatter::getPattern

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Get the pattern used by the formatter public string MessageFormatter::getPattern ( void ) Object oriented style Procedural style string msgfmt_get_pattern ( MessageFormatter $fmt ) Get the pattern used by the formatter Parameters: fmt The message formatter Returns: The pattern string for this

imap_getsubscribed

(PHP 4, PHP 5, PHP 7) List all the subscribed mailboxes array imap_getsubscribed ( resource $imap_stream, string $ref, string $pattern ) Gets information about the subscribed mailboxes. Identical to imap_getmailboxes(), except that it only returns mailboxes that the user is subscribed to. Parameters: imap_stream An IMAP stream returned by imap_open().

ReflectionParameter::getType

(PHP 7) Gets a parameter's type public ReflectionType ReflectionParameter::getType ( void ) Gets the associated type of a parameter. Returns: Returns a ReflectionType object if a parameter type is specified, NULL otherwise. Examples: ReflectionParameter::getType() example <?php function someFunction(int $param, $param2

DOMNode::removeChild

(PHP 5, PHP 7) Removes child from list of children public DOMNode DOMNode::removeChild ( DOMNode $oldnode ) This functions removes a child from a list of children. Parameters: oldnode The removed child. Returns: If the child could be removed the function returns the old child. Exception: Raised if this node is

ps_add_pdflink

(PECL ps >= 1.1.0) Adds link to a page in a second pdf document bool ps_add_pdflink ( resource $psdoc, float $llx, float $lly, float $urx, float $ury, string $filename, int $page, string $dest ) Places a hyperlink at the given position pointing to a second pdf document. Clicking on the link will branch to the document at the given page. The first page in a document has number 1. The hyperlink's source position is a rect