Yaf_Response_Abstract::__destruct

(Yaf >=1.0.0) The __destruct purpose public void Yaf_Response_Abstract::__destruct ( void ) Returns: This function is currently not documented; only its argument list is available.

fdf_set_submit_form_action

(PHP 4 >= 4.0.2, PHP 5, PHP 7) Sets a submit form action of a field bool fdf_set_submit_form_action ( resource $fdf_document, string $fieldname, int $trigger, string $script, int $flags ) Sets a submit form action for the given field. Parameters: fdf_document The FDF document handle, returned by fdf_create(), fdf_open() or fdf_open_string(). fiel

ssh2_methods_negotiated

(PECL ssh2 >= 0.9.0) Return list of negotiated methods array ssh2_methods_negotiated ( resource $session ) Returns list of negotiated methods. Parameters: session An SSH connection link identifier, obtained from a call to ssh2_connect(). Returns: Examples: Determining what methods we

ssh2_auth_password

(PECL ssh2 >= 0.9.0) Authenticate over SSH using a plain password bool ssh2_auth_password ( resource $session, string $username, string $password ) Authenticate over SSH using a plain password. Since version 0.12 this function also supports keyboard_interactive method. Parameters: session An SSH connection link identifier, obtained from a call to ssh2_connect().

IntlBreakIterator::createLineInstance

(No version information available, might only be in Git) Create break iterator for logically possible line breaks public static ReturnType IntlBreakIterator::createLineInstance ([ string $"locale" ] ) Parameters: "locale" Returns: This function is currently not documented; only its argument list is available.

KTaglib_ID3v2_AttachedPictureFrame::setMimeType

(0.2.0) Set's the mime type of the picture public string KTaglib_ID3v2_AttachedPictureFrame::getMimeType ( string $type ) Sets the mime type of the image. This should in most cases be "image/png" or "image/jpeg".

maxdb_change_user

(PECL maxdb >= 1.0) Changes the user of the specified database connection bool maxdb_change_user ( resource $link, string $user, string $password, string $database ) Procedural style Object oriented style bool maxdb::change_user ( string $user , string $password , string $database ) maxdb_change_user() is used to change the user of the specified database connection as given by the link parameter and to set the current da

KTaglib_Tag::getTitle

(0.0.1) Returns the title string from a ID3 tag public string KTaglib_Tag::getTitle ( void ) Returns the title string of an ID3 tag. This method is implemented in ID3v1 and ID3v2 tags. Returns: Returns the title string

openssl_dh_compute_key

(PHP 5 >= 5.3.11, PHP 7) Computes shared secret for public value of remote DH key and local DH key string openssl_dh_compute_key ( string $pub_key, resource $dh_key ) Parameters: pub_key Public key dh_key DH key Returns: Returns computed key on success or FALSE on failure.

posix_times

(PHP 4, PHP 5, PHP 7) Get process times array posix_times ( void ) Gets information about the current CPU usage. Returns: Returns a hash of strings with information about the current process CPU usage. The indices of the hash are: ticks - the number of clock ticks that have elapsed since reboot. utime - user time used by the current process. stime - system time used by the current proce