TokyoTyrantIterator::next

(PECL tokyo_tyrant >= 0.2.0) Move to next key public mixed TokyoTyrantIterator::next ( void ) Move to next key during iteration and return it's value. Returns: Returns the next value on success and false on failure. See also: TokyoTyrantIterator::valid() - TokyoTyrantIterator::key()

gupnp_control_point_browse_stop

(PECL gupnp >= 0.1.0) Stop browsing bool gupnp_control_point_browse_stop ( resource $cpoint ) Stop the search and calls user-defined callback. Parameters: cpoint A control point identifier, returned by gupnp_control_point_new(). Returns: Returns TRUE on success or FALSE on failure.

PDF_get_buffer

(PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0) Get PDF output buffer string PDF_get_buffer ( resource $p ) Fetches the buffer containing the generated PDF data.

openssl_open

(PHP 4 >= 4.0.4, PHP 5, PHP 7) Open sealed data bool openssl_open ( string $sealed_data, string &$open_data, string $env_key, mixed $priv_key_id [, string $method ] ) openssl_open() opens (decrypts) sealed_data using the private key associated with the key identifier priv_key_id and the envelope key env_key, and fills open_data with the decrypted data. The envelope key is generated when the data are sealed and can onl

SWFMovie::streamMP3

(PHP 5 <= 5.3.0, PECL ming SVN) Streams a MP3 file int SWFMovie::streamMP3 ( mixed $mp3file [, float $skip = 0 ] ) Streams the given MP3 file mp3file. This method is not very robust in dealing with oddities (can skip over an initial ID3 tag, but that's about it). Note that the movie isn't smart enough to put enough frames in to contain the entire mp3 stream- you'll have to add (length of song * frames per second) fra

SWFDisplayItem::scale

(PHP 5 <= 5.3.0, PECL ming SVN) Scales the object in relative coordinates void SWFDisplayItem::scale ( float $dx, float $dy ) swfdisplayitem::scale() scales the current object by (dx,dy) from its current size. The object may be a swfshape(), a swfbutton(), a swftext() or a swfsprite() object. It must have been added using the swfmovie::add(). Returns: No value is returned.

ncurses_slk_restore

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Restores soft label keys int ncurses_slk_restore ( void ) Restores the soft label keys after ncurses_slk_clear() has been performed. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be use

kadm5_get_principals

(PECL kadm5 >= 0.2.3) Gets all principals from the Kerberos database array kadm5_get_principals ( resource $handle ) kadm5_get_principals() returns an array containing the principals's names. Parameters: handle A KADM5 handle. Returns: Returns array of principals on success or FALSE on failure.

CairoContext::status

(PECL cairo >= 0.1.0) The status purpose public int CairoContext::status ( void ) Object oriented style (method): Procedural style: int cairo_status ( CairoContext $context ) Description here. Parameters: context Description... Returns: Description... This function is currently not documented; only its arg

var_dump

(PHP 4, PHP 5, PHP 7) Dumps information about a variable void var_dump ( mixed $expression [, mixed $... ] ) This function displays structured information about one or more expressions that includes its type and value. Arrays and objects are explored recursively with values indented to show structure. All public, private and protected properties of objects will be returned in the output unless the object implements a __de