openssl_csr_get_public_key

(PHP 5 >= 5.2.0, PHP 7) Returns the public key of a CERT resource openssl_csr_get_public_key ( mixed $csr [, bool $use_shortnames = true ] ) This function is currently not documented; only its argument list is available.

shmop_size

(PHP 4 >= 4.0.4, PHP 5, PHP 7) Get size of shared memory block int shmop_size ( int $shmid ) shmop_size() is used to get the size, in bytes of the shared memory block. Parameters: shmid The shared memory block identifier created by shmop_open() Returns: Returns an int, which represents the number of bytes the shared memory block occupies.

EvLoop::idle

(PECL ev >= 0.2.0) Creates EvIdle watcher object associated with the current event loop instance final public EvIdle EvLoop::idle ( callable $callback [, mixed $data = NULL [, int $priority = 0 ]] ) Creates EvIdle watcher object associated with the current event loop instance Returns: Returns EvIdle object on success. See also

SWFDisplayItem::getRot

(PHP 5 <= 5.3.0, PECL ming SVN) float SWFDisplayItem::getRot ( void ) This function is currently not documented; only its argument list is available.

SimpleXMLIterator::rewind

(PHP 5 >= 5.1.0, PHP 7) Rewind to the first element public void SimpleXMLIterator::rewind ( void ) This method rewinds the SimpleXMLIterator to the first element. Returns: No value is returned. Examples: Rewind to the first element <?php $xmlIterator = new SimpleXMLIterator('<books><book>PHP Basics</

Yaf_Loader::__construct

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

ncurses_termname

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Returns terminals (short)-name string ncurses_termname ( void ) Returns terminals shortname. Returns: Returns the shortname of the terminal, truncated to 14 characters. On errors, returns NULL. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation ma

XMLWriter::setIndent

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0) Toggle indentation on/off bool XMLWriter::setIndent ( bool $indent ) Object oriented style Procedural style bool xmlwriter_set_indent ( resource $xmlwriter , bool $indent ) Toggles indentation on or off. Parameters: xmlwriter Only for procedural calls. The XMLWriter resource that is being modified. This resource comes

eio_dup2

(PECL eio >= 0.0.1dev) Duplicate a file descriptor resource eio_dup2 ( mixed $fd, mixed $fd2 [, int $pri = EIO_PRI_DEFAULT [, callable $callback = NULL [, mixed $data = NULL ]]] ) eio_dup2() duplicates file descriptor. Parameters: fd Source stream, Socket resource, or numeric file descriptor fd2 Target stream, Socket resource, or

IntlTimeZone::getID

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get timezone ID public string IntlTimeZone::getID ( void ) Returns: This function is currently not documented; only its argument list is available.