msession_get_data

(PHP 4 >= 4.2.0, PHP 5 <= 5.1.2) Get data session unstructured data string msession_get_data ( string $session ) This function is currently not documented; only its argument list is available.

IntlTimeZone::getErrorMessage

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get last error message on the object public string IntlTimeZone::getErrorMessage ( void ) Object oriented style (method): Procedural style: string intltz_get_error_message ( void ) Returns: This function is currently not documented; only its argument list is available.

gupnp_root_device_set_available

(PECL gupnp >= 0.1.0) Set whether or not root_device is available bool gupnp_root_device_set_available ( resource $root_device, bool $available ) Controls whether or not root_device is available (announcing its presence). Parameters: root_device A root device identifier, returned by gupnp_root_device_new(). available Set TRUE if root

ncurses_meta

(PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Enables/Disable 8-bit meta key information int ncurses_meta ( resource $window, bool $8bit ) Parameters: window 8bit This function is currently not documented; only its argument list is available.

ingres_fetch_array

( PHP 5 <= 5.0.5, PECL ingres >= 1.0.0) Fetch a row of result into an array array ingres_fetch_array ( resource $result [, int $result_type ] ) This function is an extended version of ingres_fetch_row(). In addition to storing the data in the numeric indices of the result array, it also stores the data in associative indices, using the field names as keys. If two or more columns of the result have the same field name

Imagick::setFormat

(PECL imagick 2.0.0) Sets the format of the Imagick object bool Imagick::setFormat ( string $format ) Sets the format of the Imagick object. Parameters: format Sets the format of the Imagick object. Returns: Returns TRUE on success.

ArrayIterator::rewind

(PHP 5 >= 5.0.0, PHP 7) Rewind array back to the start public void ArrayIterator::rewind ( void ) This rewinds the iterator to the beginning. Returns: No value is returned. Examples: ArrayIterator::rewind() example <?php $arrayobject = new ArrayObject(); $arrayobject[] = 'zero'; $arrayobject[] = 'one'; $arrayobjec

ssh2_sftp_stat

(PECL ssh2 >= 0.9.0) Stat a file on a remote filesystem array ssh2_sftp_stat ( resource $sftp, string $path ) Stats a file on the remote filesystem following any symbolic links. This function is similar to using the stat() function with the ssh2.sftp:// wrapper in PHP 5 and returns the same values. Parameters: sftp An SSH2 SFTP resource opened by ssh2_sftp().

ssh2_sftp_chmod

(PECL ssh2 >= 0.12) Changes file mode bool ssh2_sftp_chmod ( resource $sftp, string $filename, int $mode ) Attempts to change the mode of the specified file to that given in mode. Parameters: sftp An SSH2 SFTP resource opened by ssh2_sftp(). filename Path to the file. mode Permissions on the file.

Yaf_Controller_Abstract::getModuleName

(Yaf >=1.0.0) Get module name public string Yaf_Controller_Abstract::getModuleName ( void ) get the controller's module name Returns: