ssh2_exec

(PECL ssh2 >= 0.9.0) Execute a command on a remote server resource ssh2_exec ( resource $session, string $command [, string $pty [, array $env [, int $width = 80 [, int $height = 25 [, int $width_height_type = SSH2_TERM_UNIT_CHARS ]]]]] ) Execute a command at the remote end and allocate a channel for it. Parameters: session An SSH connection link identifier, obtaine

CairoScaledFont::getScaleMatrix

(PECL cairo >= 0.1.0) The getScaleMatrix purpose public void CairoScaledFont::getScaleMatrix ( void ) The method description goes here. Returns: Description... This function is currently not documented; only its argument list is available. Examples: CairoScaledFont::getScaleMatrix() examp

ResourceBundle::getLocales

(PHP >= 5.3.2, PECL intl >= 2.0.0) Get supported locales public array ResourceBundle::getLocales ( string $bundlename ) Object oriented style Procedural style array resourcebundle_locales ( string $bundlename ) Get available locales from ResourceBundle name. Parameters: bundlename Path of ResourceBundle for which to get available locales, or empty string for de

maxdb_fetch_fields

(PECL maxdb >= 1.0) Returns an array of resources representing the fields in a result set mixed maxdb_fetch_fields ( resource $result ) Procedural style Object oriented style mixed maxdb_result::fetch_fields ( void ) This function serves an identical purpose to the maxdb_fetch_field() function with the single difference that, instead of returning one resource at a time for each field, the columns are returned as an array

newt_label_set_text

(PECL newt >= 0.1) void newt_label_set_text ( resource $label, string $text ) Parameters: label text Returns: No value is returned. This function is currently not documented; only its argument list is available.

ps_arc

(PECL ps >= 1.1.0) Draws an arc counterclockwise bool ps_arc ( resource $psdoc, float $x, float $y, float $radius, float $alpha, float $beta ) Draws a portion of a circle with at middle point at (x, y). The arc starts at an angle of alpha and ends at an angle of beta. It is drawn counterclockwise (use ps_arcn() to draw clockwise). The subpath added to the current path starts on the arc at angle alpha and ends on the arc a

IntlTimeZone::getCanonicalID

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get the canonical system timezone ID or the normalized custom time zone ID for the given time zone ID public static string IntlTimeZone::getCanonicalID ( string $zoneId [, bool &$isSystemID ] ) Parameters: zoneId isSystemID Returns: This fu

ArrayIterator::append

(PHP 5 >= 5.0.0, PHP 7) Append an element public void ArrayIterator::append ( mixed $value ) Appends value as the last element. Parameters: value The value to append. Returns: No value is returned. This function is currently not documented; only its argument list is available.

openal_device_open

(PECL openal >= 0.1.0) Initialize the OpenAL audio layer resource openal_device_open ([ string $device_desc ] ) Parameters: device_desc Open an audio device optionally specified by device_desc. If device_desc is not specified the first available audio device will be used. Returns: Returns an Open AL(Device) resource on success or FALSE on fail

posix_getegid

(PHP 4, PHP 5, PHP 7) Return the effective group ID of the current process int posix_getegid ( void ) Return the numeric effective group ID of the current process. Returns: Returns an integer of the effective group ID. Examples: posix_getegid() example This example will print out the effective group id, once it is changed