SolrInputDocument::sort

(PECL solr >= 0.9.2) Sorts the fields within the document public bool SolrInputDocument::sort ( int $sortOrderBy [, int $sortDirection = SolrInputDocument::SORT_ASC ] ) The fields are rearranged according to the specified criteria and sort direction Fields can be sorted by boost values, field names and number of values. The $order_by parameter must be one of : * SolrInputDocument::SORT_FIELD_NAME

msql_fetch_array

(PHP 4, PHP 5, PHP 7) Fetch row as array array msql_fetch_array ( resource $result [, int $result_type ] ) msql_fetch_array() is an extended version of msql_fetch_row(). In addition to storing the data in the numeric indices of the result array, it also stores the data in associative indices, using the field names as keys. An important thing to note is that using msql_fetch_array() is NOT significantly slower than using ms

win32_set_service_status

(PECL win32service SVN) Update the service status bool win32_set_service_status ( int $status [, int $checkpoint = 0 ] ) Informs the SCM of the current status of a running service. This call is only valid for a running service process. Parameters: status The service status code, one of WIN32_SERVICE_RUNNING, WIN32_SERVICE_STOPPED, WIN32_SERVICE_STOP_PENDING, WIN32_SERVIC

oci_lob_copy

(PHP 5, PHP 7, PECL OCI8 >= 1.1.0) Copies large object bool oci_lob_copy ( OCI-Lob $lob_to, OCI-Lob $lob_from [, int $length = 0 ] ) Copies a large object or a part of a large object to another large object. Old LOB-recipient data will be overwritten. If you need to copy a particular part of a LOB to a particular position of a LOB, use OCI-Lob::seek() to move LOB internal pointers. Parameters:

MongoPool::setSize

(PECL mongo >= 1.2.3) Set the size for future connection pools. public static bool MongoPool::setSize ( int $size ) Sets the max number of connections new pools will be able to create. Parameters: size The max number of connections future pools will be able to create. Negative numbers mean that the pool will spawn an infinite number of connections.

class_parents

(PHP 5 >= 5.1.0, PHP 7) Return the parent classes of the given class array class_parents ( mixed $class [, bool $autoload = true ] ) This function returns an array with the name of the parent classes of the given class. Parameters: class An object (class instance) or a string (class name). autoload Whether to allow this function t

fribidi_log2vis

(PHP 4 >= 4.0.4 and PHP 4 <= 4.1.0, PECL fribidi >= 1.0) Convert a logical string to a visual one string fribidi_log2vis ( string $str, string $direction, int $charset ) Converts a logical string to a visual one. Parameters: str The logical string. direction One of FRIBIDI_RTL, FRIBIDI_LTR or FRIBIDI_AUTO.

mysqli_stmt::next_result

(PHP 5 >= 5.3.0, PHP 7) Reads the next result from a multiple query public bool mysqli_stmt::next_result ( void ) Object oriented style (method): Procedural style: bool mysqli_stmt_next_result ( mysql_stmt $stmt ) Reads the next result from a multiple query. Parameters: stmt Procedural style only: A statement identifier returned by mysqli_stmt_init().

PDF_open_pdi

(PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0) Open PDF file [deprecated] int PDF_open_pdi ( resource $pdfdoc, string $filename, string $optlist, int $len ) Opens a disk-based or virtual PDF document and prepares it for later use. This function is deprecated since PDFlib version 7, use PDF_open_pdi_document() instead.

ReflectionFunctionAbstract::__toString

(PHP 5, PHP 7) To string abstract public void ReflectionFunctionAbstract::__toString ( void ) To string. Returns: The string. This function is currently not documented; only its argument list is available. See also: __toString() -