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

ReflectionParameter::isArray

(PHP 5 >= 5.1.0, PHP 7) Checks if parameter expects an array public bool ReflectionParameter::isArray ( void ) Checks if the parameter expects an array. Returns: TRUE if an array is expected, FALSE otherwise. See also: ReflectionParameter::isOptional() -

HRTime\PerformanceCounter::getFrequency

(PECL hrtime >= 0.4.3) Timer frequency in ticks per second public int HRTime\PerformanceCounter::getFrequency ( void ) Returns the timer frequency in ticks per second. This value is constant after the system start on almost any operating system. Returns: Returns integer indicating the timer frequency.

RecursiveTreeIterator::next

(PHP 5 >= 5.3.0, PHP 7) Move to next element public void RecursiveTreeIterator::next ( void ) Moves forward to the next element. Returns: No value is returned. This function is currently not documented; only its argument list is available.