SolrDocument::addField

(PECL solr >= 0.9.2) Adds a field to the document public bool SolrDocument::addField ( string $fieldName, string $fieldValue ) This method adds a field to the SolrDocument instance. Parameters: fieldName The name of the field fieldValue The value of the field. Returns: Returns TRUE on success or FALSE on fai

ocicollassignelem

(PHP 4 >= 4.0.6, PHP 5, PHP 7, PECL OCI8 >= 1.0.0) Alias of OCI-Collection::assignElem() Alias of OCI-Collection::assignElem() This alias has been DEPRECATED as of PHP 5.4.0. Relying on this alias is highly discouraged.

XMLWriter::flush

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 1.0.0) Flush current buffer mixed XMLWriter::flush ([ bool $empty = true ] ) Object oriented style Procedural style mixed xmlwriter_flush ( resource $xmlwriter [, bool $empty = true ] ) Flushes the current buffer. Parameters: xmlwriter Only for procedural calls. The XMLWriter resource that is being modified. This resource c

strnatcmp

(PHP 4, PHP 5, PHP 7) String comparisons using a "natural order" algorithm int strnatcmp ( string $str1, string $str2 ) This function implements a comparison algorithm that orders alphanumeric strings in the way a human being would, this is described as a "natural ordering". Note that this comparison is case sensitive. Parameters: str1 The first string.

xdiff_file_bdiff

(PECL xdiff >= 1.5.0) Make binary diff of two files bool xdiff_file_bdiff ( string $old_file, string $new_file, string $dest ) Makes a binary diff of two files and stores the result in a patch file. This function works with both text and binary files. Resulting patch file can be later applied using xdiff_file_bpatch()/xdiff_string_bpatch(). Parameters: old_file Path to

EventHttp::setTimeout

(PECL event >= 1.4.0-beta) Sets the timeout for an HTTP request public void EventHttp::setTimeout ( int $value ) Sets the timeout for an HTTP request. Parameters: value The timeout in seconds. Returns: No value is returned.

EventDnsBase::__construct

(PECL event >= 1.2.6-beta) Constructs EventDnsBase object public EventDnsBase::__construct ( EventBase $base , bool $initialize ) Constructs EventDnsBase object. Parameters: base Event base. initialize If the initialize argument is TRUE, it tries to configure the DNS base sensibly given your operating system’s default. Otherwise, it

CairoPsSurface::__construct

(PECL cairo >= 0.1.0) The __construct purpose public CairoPsSurface::__construct ( string $file, float $width, float $height ) The method description goes here. Parameters: file Description... width Description... height Description... Returns: Description...

pcntl_getpriority

(PHP 5, PHP 7) Get the priority of any process int pcntl_getpriority ([ int $pid = getmypid() [, int $process_identifier = PRIO_PROCESS ]] ) pcntl_getpriority() gets the priority of pid. Because priority levels can differ between system types and kernel versions, please see your system's getpriority(2) man page for specific details. Parameters: pid If not specified, the

bzread

(PHP 4 >= 4.0.4, PHP 5, PHP 7) Binary safe bzip2 file read string bzread ( resource $bz [, int $length = 1024 ] ) bzread() reads from the given bzip2 file pointer. Reading stops when length (uncompressed) bytes have been read or EOF is reached, whichever comes first. Parameters: bz The file pointer. It must be valid and must point to a file successfully opened by bz