Judy::count

(PECL judy >= 0.1.1) Count the number of elements in the Judy array public int Judy::count ([ int $index_start = 0 [, int $index_end = -1 ]] ) Count the number of elements in the Judy array. Parameters: index_start Start counting from the given index. Default is first index. index_end Stop counting when reaching this index. Default

newt_grid_h_stacked

(PECL newt >= 0.1) resource newt_grid_h_stacked ( int $element1_type, resource $element1 [, int $... [, resource $... ]] ) Parameters: element1_type element1 Returns: This function is currently not documented; only its argument list is available.

SDO_Sequence::getProperty

(^) Return the property for the specified sequence index. SDO_Model_Property SDO_Sequence::getProperty ( int $sequence_index ) Return the property for the specified sequence index. Parameters: sequence_index The position of the element in the sequence. Returns: An SDO_Model_Property. A return value of NULL means the sequence element does not be

ctype_xdigit

(PHP 4 >= 4.0.4, PHP 5, PHP 7) Check for character(s) representing a hexadecimal digit bool ctype_xdigit ( string $text ) Checks if all of the characters in the provided string, text, are hexadecimal 'digits'. Parameters: text The tested string. Returns: Returns TRUE if every character in text is a hexadecimal 'digit', that is a decimal digi

imagecreate

(PHP 4, PHP 5, PHP 7) Create a new palette based image resource imagecreate ( int $width, int $height ) imagecreate() returns an image identifier representing a blank image of specified size. In general, we recommend the use of imagecreatetruecolor() instead of imagecreate() so that image processing occurs on the highest quality image possible. If you want to output a palette image, then imagetruecolortopalette() should be

cairo_font_options_create

(PECL cairo >= 0.1.0) Description CairoFontOptions cairo_font_options_create ( void ) The function description goes here. Returns: What is returned on success and failure This function is currently not documented; only its argument list is available. Exception: When does this function issue E_* level errors, and/or th

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

trader_avgprice

(PECL trader >= 0.2.0) Average Price array trader_avgprice ( array $open, array $high, array $low, array $close ) Parameters: open Opening price, array of real values. high High price, array of real values. low Low price, array of real values. close Closing price,

SolrInputDocument::merge

(PECL solr >= 0.9.2) Merges one input document into another public bool SolrInputDocument::merge ( SolrInputDocument $sourceDoc [, bool $overwrite = true ] ) Merges one input document into another. Parameters: sourceDoc The source document. overwrite If this is TRUE it will replace matching fields in the destination document.

db2_free_result

(PECL ibm_db2 >= 1.0.0) Frees resources associated with a result set bool db2_free_result ( resource $stmt ) Frees the system and database resources that are associated with a result set. These resources are freed implicitly when a script finishes, but you can call db2_free_result() to explicitly free the result set resources before the end of the script. Parameters: stmt