enchant_dict_is_in_session

(PHP 5 >= 5.3.0, PHP 7, PECL enchant >= 0.1.0 ) whether or not 'word' exists in this spelling-session bool enchant_dict_is_in_session ( resource $dict, string $word ) Tells whether or not a word already exists in the current session. Parameters: dict Dictionary resource word The word to lookup Returns: Re

apd_dump_persistent_resources

(PECL apd 0.2-0.4) Return all persistent resources as an array array apd_dump_persistent_resources ( void ) Return all persistent resources as an array. Returns: An array containing the current call stack. Examples: apd_dump_persistent_resources() example <?php print_r(apd_dump_persistent_resources()); ?>

SWFDisplayItem::addColor

(PHP 5 <= 5.3.0, PECL ming SVN) Adds the given color to this item's color transform void SWFDisplayItem::addColor ( int $red, int $green, int $blue [, int $a ] ) swfdisplayitem::addcolor() adds the color to this item's color transform. The color is given in its RGB form. The object may be a swfshape(), a swfbutton(), a swftext() or a swfsprite() object. It must have been added using the swfmovie::add().

px_get_field

(PECL paradox >= 1.0.0) Returns the specification of a single field array px_get_field ( resource $pxdoc, int $fieldno ) Parameters: pxdoc Resource identifier of the paradox database as returned by px_new(). fieldno Number of the field. The first field has number 0. Specifying a field number less than 0 and greater or equal the number

fann_set_weight_array

(PECL fann >= 1.0.0) Set connections in the network bool fann_set_weight_array ( resource $ann, array $connections ) Set connections in the network. Only the weights can be changed, connections and weights are ignored if they do not already exist in the network. Parameters: ann Neural network resource. connections An array of FANNCon

openal_listener_get

(PECL openal >= 0.1.0) Retrieve a listener property mixed openal_listener_get ( int $property ) Parameters: property Property to retrieve, one of: AL_GAIN (float), AL_POSITION (array(float,float,float)), AL_VELOCITY (array(float,float,float)) and AL_ORIENTATION (array(float,float,float)). Returns: Returns a float or array of floats (as appropr

xml_parser_set_option

(PHP 4, PHP 5, PHP 7) Set options in an XML parser bool xml_parser_set_option ( resource $parser, int $option, mixed $value ) Sets an option in an XML parser. Parameters: parser A reference to the XML parser to set an option in. option Which option to set. See below. The following options are available: XML parser options Option cons

Imagick::newPseudoImage

(PECL imagick 2.0.0) Creates a new image bool Imagick::newPseudoImage ( int $columns, int $rows, string $pseudoString ) Creates a new image using ImageMagick pseudo-formats. Parameters: columns columns in the new image rows rows in the new image pseudoString string containing pseudo image definition.

popen

(PHP 4, PHP 5, PHP 7) Opens process file pointer resource popen ( string $command, string $mode ) Opens a pipe to a process executed by forking the command given by command. Parameters: command The command mode The mode Returns: Returns a file pointer identical to that returned by fopen(), except that it is uni

Imagick::getImageColormapColor

(PECL imagick 2.0.0) Returns the color of the specified colormap index ImagickPixel Imagick::getImageColormapColor ( int $index ) Returns the color of the specified colormap index. Parameters: index The offset into the image colormap. Returns: Returns TRUE on success. Exception: Throws ImagickException on error.