ftp_exec

(PHP 4 >= 4.0.3, PHP 5, PHP 7) Requests execution of a command on the FTP server bool ftp_exec ( resource $ftp_stream, string $command ) Sends a SITE EXEC command request to the FTP server. Parameters: ftp_stream The link identifier of the FTP connection. command The command to execute. Returns: Returns TRUE

mqseries_begin

(PECL mqseries >= 0.10.0) MQseries MQBEGIN void mqseries_begin ( resource $hconn, array $beginOptions, resource &$compCode, resource &$reason ) The mqseries_begin() (MQBEGIN) call begins a unit of work that is coordinated by the queue manager, and that may involve external resource managers. Using mqseries_begin() starts the unit of work. Either mqseries_back() or mqseries_cmit() ends the unit of work.

SolrDisMaxQuery::setBigramPhraseFields

(No version information available, might only be in Git) Sets Bigram Phrase Fields and their boosts (and slops) using pf2 parameter public SolrDisMaxQuery SolrDisMaxQuery::setBigramPhraseFields ( string $fields ) Sets Bigram Phrase Fields (pf2) and their boosts (and slops) Parameters: fields Fields boosts (slops) Returns: SolrDisMaxQuery

KTaglib_ID3v2_AttachedPictureFrame::savePicture

(0.0.1) Saves the picture to a file public bool KTaglib_ID3v2_AttachedPictureFrame::savePicture ( string $filename ) Saves the attached picture to the given filename. Returns: Returns true on success, otherwise false

gnupg_adddecryptkey

(PECL gnupg >= 0.5) Add a key for decryption bool gnupg_adddecryptkey ( resource $identifier, string $fingerprint, string $passphrase ) Parameters: identifier The gnupg identifier, from a call to gnupg_init() or gnupg. fingerprint The fingerprint key. passphrase The pass phrase. Retur

fdf_get_file

(PHP 4, PHP 5, PHP 7) Get the value of the /F key string fdf_get_file ( resource $fdf_document ) Gets the value of the /F key. Parameters: fdf_document The FDF document handle, returned by fdf_create(), fdf_open() or fdf_open_string(). Returns: Returns the key value, as a string. S

Memcache::get

(PECL memcache >= 0.2.0) Retrieve item from the server string Memcache::get ( string $key [, int &$flags ] ) array Memcache::get ( array $keys [, array &$flags ] ) Memcache::get() returns previously stored data if an item with such key exists on the server at this moment. You can pass array of keys to Memcache::get() to get array of values. The result array will contain only found key-value pairs.

PDF_add_launchlink

(PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0) Add launch annotation for current page [deprecated] bool PDF_add_launchlink ( resource $pdfdoc, float $llx, float $lly, float $urx, float $ury, string $filename ) Adds a link to a web resource. This function is deprecated since PDFlib version 6, use PDF_create_action() with type=Launch and PDF_create_annotation() with type=Link instead.

imap_lsub

(PHP 4, PHP 5, PHP 7) List all the subscribed mailboxes array imap_lsub ( resource $imap_stream, string $ref, string $pattern ) Gets an array of all the mailboxes that you have subscribed. Parameters: imap_stream An IMAP stream returned by imap_open(). ref ref should normally be just the server specification as described in imap_open()

EvPeriodic::set

(PECL ev >= 0.2.0) Configures the watcher public void EvPeriodic::set ( double $offset , double $interval ) (Re-)Configures EvPeriodic watcher Parameters: offset The same meaning as for EvPeriodic::__construct() . See Periodic watcher operation modes interval The same meaning as for EvPeriodic::__construct() . See Periodic watcher