fdf_get_attachment

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Extracts uploaded file embedded in the FDF array fdf_get_attachment ( resource $fdf_document, string $fieldname, string $savepath ) Extracts a file uploaded by means of the "file selection" field fieldname and stores it under savepath. Parameters: fdf_document The FDF document handle, returned by fdf_create(), fdf_open() or fdf_open_strin

newt_listbox_clear

(PECL newt >= 0.1) void newt_listbox_clear ( resource $listobx ) Parameters: listobx Returns: No value is returned. This function is currently not documented; only its argument list is available.

SplHeap::valid

(PHP 5 >= 5.3.0, PHP 7) Check whether the heap contains more nodes public bool SplHeap::valid ( void ) Checks if the heap contains any more nodes. Returns: Returns TRUE if the heap contains any more nodes, FALSE otherwise.

gupnp_service_action_set

(PECL gupnp >= 0.1.0) Sets the specified action return values bool gupnp_service_action_set ( resource $action, string $name, int $type, mixed $value ) Sets the specified action return values. Parameters: action A service action identifier. name The name of the variable to retrieve. type The type o

Imagick::rotateImage

(PECL imagick 2.0.0) Rotates an image bool Imagick::rotateImage ( mixed $background, float $degrees ) Rotates an image the specified number of degrees. Empty triangles left over from rotating the image are filled with the background color. Parameters: background The background color degrees Rotation angle, in degrees. The rotation angle

OAuthProvider::is2LeggedEndpoint

(PECL OAuth >= 1.0.0) is2LeggedEndpoint public void OAuthProvider::is2LeggedEndpoint ( mixed $params_array ) The 2-legged flow, or request signing. It does not require a token. Parameters: params_array The 2-legged flow, or request signing. It does not require a token. Returns: An OAuthProvider object. Thi

IntlIterator::rewind

(No version information available, might only be in Git) Rewind the iterator to the first element public ReturnType IntlIterator::rewind ( void ) Returns: This function is currently not documented; only its argument list is available.

msession_create

(PHP 4 >= 4.2.0, PHP 5 <= 5.1.2) Create a session bool msession_create ( string $session [, string $classname [, string $data ]] ) This function is currently not documented; only its argument list is available.

trader_mfi

(PECL trader >= 0.2.0) Money Flow Index array trader_mfi ( array $high, array $low, array $close, array $volume [, integer $timePeriod ] ) Parameters: high High price, array of real values. low Low price, array of real values. close Closing price, array of real values. volume

trader_stoch

(PECL trader >= 0.2.0) Stochastic array trader_stoch ( array $high, array $low, array $close [, integer $fastK_Period [, integer $slowK_Period [, integer $slowK_MAType [, integer $slowD_Period [, integer $slowD_MAType ]]]]] ) Parameters: high High price, array of real values. low Low price, array of real values.