classkit_method_copy

(PECL classkit >= 0.2) Copies a method from class to another bool classkit_method_copy ( string $dClass, string $dMethod, string $sClass [, string $sMethod ] ) Parameters: dClass Destination class for copied method dMethod Destination method name sClass Source class of the method to copy

ncurses_hline

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Draw a horizontal line at current position using an attributed character and max. n characters long int ncurses_hline ( int $charattr, int $n ) Parameters: charattr n This function is EXPERIMENTAL. The behaviour of this function, its

EvLoop::backend

(PECL ev >= 0.2.0) Returns an integer describing the backend used by libev. public int EvLoop::backend ( void ) The same as Ev::backend() , but for the loop instance. Returns: Returns an integer describing the backend used by libev. See Ev::backend() . See also: Ev::backend() -

TokyoTyrantTable::add

(PECL tokyo_tyrant >= 0.1.0) Adds a record public void TokyoTyrantTable::add ( string $key, mixed $increment [, string $type ] ) This method is not supported with table databases. Parameters: key The string key increment The amount to increment type TokyoTyrant::RDB_RECINT or TokyoTyrant::RDB_RECD

GmagickPixel::setcolorvalue

(PECL gmagick >= Unknown) Sets the normalized value of one of the channels public GmagickPixel GmagickPixel::setcolorvalue ( int $color, float $value ) Sets the value of the specified channel of this object to the provided value, which should be between 0 and 1. This function can be used to provide an opacity channel to a GmagickPixel object. Parameters: color One of t

fann_create_shortcut_array

(PECL fann >= 1.0.0) Creates a standard backpropagation neural network which is not fully connectected and has shortcut connections resource fann_create_shortcut_array ( int $num_layers, array $layers ) Creates a standard backpropagation neural network which is not fully connectected and has shortcut connections using an array of layers sizes. Parameters: num_layers Th

svn_mkdir

(PECL svn >= 0.4.0) Creates a directory in a working copy or repository bool svn_mkdir ( string $path [, string $log_message ] ) Creates a directory in a working copy or repository. Parameters: path The path to the working copy or repository. Returns: Returns TRUE on success or FALSE on failure.

MultipleIterator::valid

(PHP 5 >= 5.3.0, PHP 7) Checks the validity of sub iterators public bool MultipleIterator::valid ( void ) Checks the validity of sub iterators. Returns: Returns TRUE if one or all sub iterators are valid depending on flags, otherwise FALSE This function is currently not documented; only its argument list is available.

dba_key_split

(PHP 5, PHP 7) Splits a key in string representation into array representation mixed dba_key_split ( mixed $key ) dba_key_split() splits a key (string representation) into an array representation. Parameters: key The key in string representation. Returns: Returns an array of the form array(0 => group, 1 => value_name). This function will

trader_cdlkickingbylength

(PECL trader >= 0.2.0) Kicking - bull/bear determined by the longer marubozu array trader_cdlkickingbylength ( 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.