PharData::offsetSet

(PHP >= 5.3.0, PECL phar >= 2.0.0) set the contents of a file within the tar/zip to those of an external file or string void PharData::offsetSet ( string $offset, string $value ) This is an implementation of the ArrayAccess interface allowing direct manipulation of the contents of a tar/zip archive using array access brackets. offsetSet is used for modifying an existing file, or adding a new file to a tar/zip archive.

DateTimeImmutable::modify

(PHP 5 >= 5.5.0, PHP 7) Creates a new object with modified timestamp public DateTimeImmutable DateTimeImmutable::modify ( string $modify ) Creates a new DateTimeImmutable object with modified timestamp. The original object is not modified. Parameters: object Procedural style only: A DateTime object returned by date_create(). The function modifies this object.

enchant_broker_set_dict_path

(PHP 5 >= 5.3.1, PHP 7, PECL enchant >= 1.0.1) Set the directory path for a given backend bool enchant_broker_set_dict_path ( resource $broker, int $dict_type, string $value ) Set the directory path for a given backend. Parameters: broker Broker resource. dict_type The type of the dictionaries, i.e. ENCHANT_MYSPELL or ENCHANT_ISPE

oci_error

(PHP 5, PHP 7, PECL OCI8 >= 1.1.0) Returns the last error found array oci_error ([ resource $resource ] ) Returns the last error found. The function should be called immediately after an error occurs. Errors are cleared by a successful statement. Parameters: resource For most errors, resource is the resource handle that was passed to the failing function call. For co

ReflectionExtension::__toString

(PHP 5, PHP 7) To string public string ReflectionExtension::__toString ( void ) Exports a reflected extension and returns it as a string. This is the same as the ReflectionExtension::export() with the return set to TRUE. Returns: Returns the exported extension as a string, in the same way as the ReflectionExtension::export(). See al

SplObjectStorage::contains

(PHP 5 >= 5.1.0, PHP 7) Checks if the storage contains a specific object public bool SplObjectStorage::contains ( object $object ) Checks if the storage contains the object provided. Parameters: object The object to look for. Returns: Returns TRUE if the object is in the storage, FALSE otherwise.

SolrQuery::addFacetDateOther

(PECL solr >= 0.9.2) Adds another facet.date.other parameter public SolrQuery SolrQuery::addFacetDateOther ( string $value [, string $field_override ] ) Sets the facet.date.other parameter. Accepts an optional field override Parameters: value The value to use. field_override The field name for the override. Return

ReflectionMethod::getDeclaringClass

(PHP 5, PHP 7) Gets declaring class for the reflected method. public ReflectionClass ReflectionMethod::getDeclaringClass ( void ) Gets the declaring class for the reflected method. Returns: A ReflectionClass object of the class that the reflected method is part of. Examples: ReflectionMethod::getDeclaringClass() example &

ssdeep_fuzzy_compare

(PECL ssdeep >= 1.0.0) Calculates the match score between two fuzzy hash signatures int ssdeep_fuzzy_compare ( string $signature1, string $signature2 ) Calculates the match score between signature1 and signature2 using » context-triggered piecewise hashing, and returns the match score. Parameters: signature1 The first fuzzy hash signature string.

GearmanClient::doHighBackground

(PECL gearman >= 0.5.0) Run a high priority task in the background public string GearmanClient::doHighBackground ( string $function_name, string $workload [, string $unique ] ) Runs a high priority task in the background, returning a job handle which can be used to get the status of the running task. High priority tasks take precedence over normal and low priority tasks in the job queue. Parameters: