ArrayObject::getIteratorClass

(PHP 5 >= 5.1.0, PHP 7) Gets the iterator classname for the ArrayObject. public string ArrayObject::getIteratorClass ( void ) Gets the class name of the array iterator that is used by ArrayObject::getIterator(). Returns: Returns the iterator class name that is used to iterate over this object. Examples: ArrayObject::getIteratorClass

settype

(PHP 4, PHP 5, PHP 7) Set the type of a variable bool settype ( mixed &$var, string $type ) Set the type of variable var to type. Parameters: var The variable being converted. type Possibles values of type are: "boolean" (or, since PHP 4.2.0, "bool") "integer" (or, since PHP 4.2.0, "int") "float" (only possible since PHP

SolrCollapseFunction::setNullPolicy

(PECL solr >= 2.2.0) Sets the NULL Policy public SolrCollapseFunction SolrCollapseFunction::setNullPolicy ( string $nullPolicy ) Sets the NULL Policy. One of the 3 policies defined as class constants shall be passed. Accepts ignore, expand, or collapse policies. Parameters: nullPolicy Sets the NULL Policy. One of the 3 policies defined as class constants shall be passe

OAuth::enableSSLChecks

(PECL OAuth >= 0.99.5) Turn on SSL checks public bool OAuth::enableSSLChecks ( void ) Turns on the usual SSL peer certificate and host checks (enabled by default). Alternatively, the sslChecks member can be set to a non-FALSE value to turn SSL checks off. Returns: TRUE Changelog: 0.99.8 The sslChecks member was added

enchant_broker_free

(PHP 5 >= 5.3.0, PHP 7, PECL enchant >= 0.1.0 ) Free the broker resource and its dictionnaries bool enchant_broker_free ( resource $broker ) Free a broker resource with all its dictionaries. Parameters: broker Broker resource Returns: Returns TRUE on success or FALSE on failure.

IntlDateFormatter::getCalendarObject

(PHP 5 >= 5.5.0, PHP 7, PECL intl >= 3.0.0) Get copy of formatterʼs calendar object public IntlCalendar IntlDateFormatter::getCalendarObject ( void ) Object oriented style Procedural style IntlCalendar datefmt_get_calendar_object ( void ) Obtain a copy of the calendar object used internally by this formatter. This calendar will have a type (as in gregorian, japanese, buddhist, roc, persian, islamic, etc.) and a ti

openssl_seal

(PHP 4 >= 4.0.4, PHP 5, PHP 7) Seal (encrypt) data int openssl_seal ( string $data, string &$sealed_data, array &$env_keys, array $pub_key_ids [, string $method = "RC4" ] ) openssl_seal() seals (encrypts) data by using the given method with a randomly generated secret key. The key is encrypted with each of the public keys associated with the identifiers in pub_key_ids and each encrypted key is returned in env_key

SDO_Model_Type::getBaseType

(^) Get the base type for this type SDO_Model_Type SDO_Model_Type::getBaseType ( void ) Get the base type for this type. Returns the SDO_Model_Type for the base type if this type inherits from another, otherwise returns NULL. An example of when base types occur is when a type defined in XML schema inherits from another type by using <extension base="..."> Returns: Returns the SDO_Model_T

MongoCursor::key

(PECL mongo >=0.9.0) Returns the current result's _id, or its index within the result set public string|int MongoCursor::key ( void ) Returns: The current result's _id as a string. If the result has no _id, its numeric index within the result set will be returned as an integer. See also: Iterator::key() -

OAuth::disableSSLChecks

(PECL OAuth >= 0.99.5) Turn off SSL checks public bool OAuth::disableSSLChecks ( void ) Turns off the usual SSL peer certificate and host checks, this is not for production environments. Alternatively, the sslChecks member can be set to FALSE to turn SSL checks off. Returns: TRUE Changelog: 0.99.8 The sslChecks member was added