hw_api::unlock

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Unlocks a locked object bool hw_api::unlock ( array $parameter ) Unlocks a locked object. Only the user who has locked the object and the system user may unlock an object. Parameters: parameter The parameter array contains the required element 'objectIdentifier' and the optional parameters 'mode' and 'objectquery'. The meaning of

pg_result_seek

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Set internal row offset in result resource bool pg_result_seek ( resource $result, int $offset ) pg_result_seek() sets the internal row offset in a result resource. Parameters: result PostgreSQL query result resource, returned by pg_query(), pg_query_params() or pg_execute() (among others). offset Row t

ps_save

(PECL ps >= 1.1.0) Save current context bool ps_save ( resource $psdoc ) Saves the current graphics context, containing colors, translation and rotation settings and some more. A saved context can be restored with ps_restore(). Parameters: psdoc Resource identifier of the postscript file as returned by ps_new(). Returns: Returns TRUE on succes

gmp_random_range

(PHP 5, PHP 7 >= 5.6.3) Random number GMP gmp_random_range ( GMP $min, GMP $max ) Generate a random number. The number will be between min and max. min and max can both be negative but min must always be less than max. Parameters: min A GMP number representing the lower bound for the random number max A GMP number representing the

xdiff_string_bdiff_size

(PECL xdiff >= 1.5.0) Read a size of file created by applying a binary diff int xdiff_string_bdiff_size ( string $patch ) Returns a size of a result file that would be created after applying binary patch to the original file. Parameters: patch The binary patch created by xdiff_string_bdiff() or xdiff_string_rabdiff() function. Returns: Returns

SolrInputDocument::getFieldNames

(PECL solr >= 0.9.2) Returns an array containing all the fields in the document public array SolrInputDocument::getFieldNames ( void ) Returns an array containing all the fields in the document. Returns: Returns an array on success and FALSE on failure.

EventHttpRequest::sendReplyStart

(PECL event >= 1.4.0-beta) Initiate a chunked reply public void EventHttpRequest::sendReplyStart ( int $code , string $reason ) Initiate a reply that uses Transfer-Encoding chunked . This allows the caller to stream the reply back to the client and is useful when either not all of the reply data is immediately available or when sending very large replies. The caller needs to supply data chunks with EventHttpRequest:

SDO_DAS_XML::saveFile

(^) Saves the SDO_DAS_XML_Document object to a file void SDO_DAS_XML::saveFile ( SDO_XMLDocument $xdoc, string $xml_file [, int $indent ] ) Saves the SDO_DAS_XML_Document object to a file. Parameters: xdoc SDO_DAS_XML_Document object. xml_file xml file. indent Optional argument to specify that the

PDF_open_ccitt

(PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0) Open raw CCITT image [deprecated] int PDF_open_ccitt ( resource $pdfdoc, string $filename, int $width, int $height, int $BitReverse, int $k, int $Blackls1 ) Opens a raw CCITT image. This function is deprecated since PDFlib version 5, use PDF_load_image() instead.

cubrid_lob2_tell64

(PECL CUBRID >= 8.4.1) Tell the cursor position of the LOB object. string cubrid_lob2_tell64 ( resource $lob_identifier ) The cubrid_lob2_tell64() function is used to tell the cursor position of the LOB object. If the size of a lob object is larger than an integer data can be stored, you can use this function and it will return the position information as a string. Parameters: lob_