cubrid_field_type

(PECL CUBRID >= 8.3.0) Return the type of the column corresponding to the given field offset string cubrid_field_type ( resource $result, int $field_offset ) This function returns the type of the column corresponding to the given field offset. The returned field type could be one of the following: "int", "real", "string", etc. Parameters: result Array type of the fetche

TokyoTyrant::add

(PECL tokyo_tyrant >= 0.1.0) Adds to a numeric key public number TokyoTyrant::add ( string $key, number $increment [, int $type = 0 ] ) Adds to an int or double value. This increments the value by the given amount and returns the new value. If the key does not exist a new key is created with initial value of the increment parameter. Parameters: key The string key

SolrDocument::toArray

(PECL solr >= 0.9.2) Returns an array representation of the document public array SolrDocument::toArray ( void ) Returns an array representation of the document. Returns: Returns an array representation of the document. Examples: SolrDocument::toArray() example <?php $doc = new SolrDocument(); $doc->addField('i

SolrQuery::getGroupFormat

(PECL solr >= 2.2.0) Returns the group.format value public string SolrQuery::getGroupFormat ( void ) Returns the group.format value Returns: See also: SolrQuery::setGroupFormat() -

PDF_setgray_fill

(PHP 4, PECL pdflib >= 1.0.0) Set fill color to gray [deprecated] bool PDF_setgray_fill ( resource $p, float $g ) Sets the current fill color to a gray value between 0 and 1 inclusive. Returns TRUE on success or FALSE on failure. This function is deprecated since PDFlib version 4, use PDF_setcolor() instead.

iis_add_server

(PECL iisfunc SVN) Creates a new virtual web server int iis_add_server ( string $path, string $comment, string $server_ip, int $port, string $host_name, int $rights, int $start_server ) This function is currently not documented; only its argument list is available.

ParentIterator::hasChildren

(PHP 5 >= 5.1.0, PHP 7) Check whether the inner iterator's current element has children public bool ParentIterator::hasChildren ( void ) Check whether the inner iterator's current element has children. Returns: Returns TRUE on success or FALSE on failure. This function is currently not documented; only its argument list is available.

SolrInputDocument::toArray

(PECL solr >= 0.9.2) Returns an array representation of the input document public array SolrInputDocument::toArray ( void ) Returns an array representation of the input document. Returns: Returns an array containing the fields. It returns FALSE on failure.

xdiff_string_bpatch

(PECL xdiff >= 1.5.0) Patch a string with a binary diff string xdiff_string_bpatch ( string $str, string $patch ) Patches a string str with a binary patch. This function accepts patches created both via xdiff_string_bdiff() and xdiff_string_rabdiff() functions or their file counterparts. Parameters: str The original binary string. patch

ArrayIterator::seek

(PHP 5 >= 5.0.0, PHP 7) Seek to position public void ArrayIterator::seek ( int $position ) Parameters: position The position to seek to. Returns: No value is returned. This function is currently not documented; only its argument list is available.