QuickHashStringIntHash::loadFromString

(No version information available, might only be in Git) This factory method creates a hash from a string public static QuickHashStringIntHash QuickHashStringIntHash::loadFromString ( string $contents [, int $size = 0 [, int $options = 0 ]] ) This factory method creates a new hash from a definition in a string. The format is the same as the one used in "loadFromFile". Parameters: co

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

Locale::getScript

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Gets the script for the input locale public static string Locale::getScript ( string $locale ) Object oriented style Procedural style string locale_get_script ( string $locale ) Gets the script for the input locale. Parameters: locale The locale to extract the script code from Returns: The sc

Exception::getPrevious

(PHP 5 >= 5.3.0, PHP 7) Returns previous Exception final public Exception Exception::getPrevious ( void ) Returns previous Exception (the third parameter of Exception::__construct()). Returns: Returns the previous Exception if available or NULL otherwise. Examples: Exception::getPrevious() example Looping over, and prin

SDO_Model_Type::isInstance

(^) Test for an SDO_DataObject being an instance of this SDO_Model_Type bool SDO_Model_Type::isInstance ( SDO_DataObject $data_object ) Test for an SDO_DataObject being an instance of this SDO_Model_Type. Returns TRUE if the SDO_DataObject provided is an instance of this SDO_Model_Type, or a derived type, otherwise returns FALSE. Parameters: data_object The SDO_DataObje

MongoCursor::skip

(PECL mongo >=0.9.0) Skips a number of results public MongoCursor MongoCursor::skip ( int $num ) Parameters: num The number of results to skip. Returns: Returns this cursor. Exception: Throws MongoCursorException if this cursor has started iterating. See also:

http_response_code

(PHP 5 >= 5.4.0, PHP 7) Get or Set the HTTP response code int http_response_code ([ int $response_code ] ) If you pass no parameters then http_response_code will get the current status code. If you pass a parameter it will set the response code. Parameters: response_code The optional response_code will set the response code. <?php http_response_code(404); ?>

Phar::offsetUnset

(PHP >= 5.3.0, PECL phar >= 1.0.0) remove a file from a phar public bool Phar::offsetUnset ( string $offset ) Note: This method requires the php.ini setting phar.readonly to be set to 0 in order to work for Phar objects. Otherwise, a PharException will be thrown. This is an implementation of the ArrayAccess interface allowing direct manipulation of the contents of a Phar archive using array access brackets. offsetUn

Yaf_Response_Abstract::appendBody

(Yaf >=1.0.0) append to body public bool Yaf_Response_Abstract::appendBody ( string $content [, string $key ] ) append a content to a exists content block Parameters: body content string key the content key, you can set a content with a key, if you don't specific, then Yaf_Response_Abstract::DEFAULT_BODY will be used Note: this p

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