socket_recvmsg

(PHP 5 >= 5.5.0, PHP 7) Read a message int socket_recvmsg ( resource $socket, string $message [, int $flags ] ) Parameters: socket message flags Returns: This function is currently not documented; only its argument list is available.

mssql_guid_string

(PHP 4 >= 4.0.7, PHP 5, PECL odbtp >= 1.1.1) Converts a 16 byte binary GUID to a string string mssql_guid_string ( string $binary [, bool $short_format = false ] ) Converts a 16 byte binary GUID to a string. Parameters: binary A 16 byte binary GUID. short_format Whenever to use short format. Returns: Ret

MessageFormatter::getErrorCode

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Get the error code from last operation public int MessageFormatter::getErrorCode ( void ) Object oriented style Procedural style int msgfmt_get_error_code ( MessageFormatter $fmt ) Get the error code from last operation. Parameters: fmt The message formatter Returns: The error code, one of UE

PDF_set_text_rise

(PHP 4, PECL pdflib >= 1.0.0) Set text rise [deprecated] This function is deprecated since PDFlib version 3, use PDF_set_value() with the textrise parameter instead.

svn_checkout

(PECL svn >= 0.1.0) Checks out a working copy from the repository bool svn_checkout ( string $repos, string $targetpath [, int $revision [, int $flags = 0 ]] ) Checks out a working copy from the repository at repos to targetpath at revision revision. Parameters: repos String URL path to directory in repository to check out. targetpath

maxdb_fetch_lengths

(PECL maxdb >= 1.0) Returns the lengths of the columns of the current row in the result set array maxdb_fetch_lengths ( resource $result ) Procedural style Object oriented style array $maxdb_result->lengths; The maxdb_fetch_lengths() function returns an array containing the lengths of every column of the current row within the result set represented by the result parameter. If successful, a numerically indexed array r

cairo_matrix_rotate

(PECL cairo >= 0.1.0) Description void cairo_matrix_rotate ( CairoMatrix $matrix, float $radians ) The function description goes here. Parameters: matrix Description... radians Description... Returns: What is returned on success and failure This function is currently not

maxdb_query

(PECL maxdb >= 1.0) Performs a query on the database mixed maxdb_query ( resource $link, string $query [, int $resultmode ] ) Procedural style Object oriented style mixed maxdb::query ( string $query ) The maxdb_query() function is used to simplify the act of performing a query against the database represented by the link parameter. Returns: Returns TRUE on success or FALSE on failure. For SEL

MongoCommandCursor::batchSize

(PECL mongo >=1.5.0) Limits the number of elements returned in one batch. public MongoCommandCursor MongoCommandCursor::batchSize ( int $batchSize ) A cursor typically fetches a batch of result objects and store them locally. This method sets the batchSize value to configure the amount of documents retrieved from the server in one round trip. Parameters: batchSize The

ibase_fetch_object

(PHP 5, PHP 7) Get an object from a InterBase database object ibase_fetch_object ( resource $result_id [, int $fetch_flag = 0 ] ) Fetches a row as a pseudo-object from a given result identifier. Subsequent calls to ibase_fetch_object() return the next row in the result set. Parameters: result_id An InterBase result identifier obtained either by ibase_query() or ibase_e