stream_context_get_options

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Retrieve options for a stream/wrapper/context array stream_context_get_options ( resource $stream_or_context ) Returns an array of options on the specified stream or context. Parameters: stream_or_context The stream or context to get options from Returns: Returns an associative array with the options.

stream_copy_to_stream

(PHP 5, PHP 7) Copies data from one stream to another int stream_copy_to_stream ( resource $source, resource $dest [, int $maxlength = -1 [, int $offset = 0 ]] ) Makes a copy of up to maxlength bytes of data from the current position (or from the offset position, if specified) in source to dest. If maxlength is not specified, all remaining content in source will be copied. Parameters:

TokyoTyrantQuery::search

(PECL tokyo_tyrant >= 0.1.0) Searches records public array TokyoTyrantQuery::search ( void ) Executes a search on the table database. Returns an array of arrays containing the matching records. In the returned array the first level is the primary key of the data and the second level is the row data. Returns: Returns the matching rows and throws TokyoTyrantException on error

SWFFill::skewYTo

(PHP 5 <= 5.3.0, PECL ming SVN) Sets fill y-skew void SWFFill::skewYTo ( float $y ) Sets the fill y-skew to y. Parameters: y When y is 1.0, it is a 45-degree upward slant. More is more upward, less is more downward. Returns: No value is returned. This function is EXPERIMENTAL. The behaviour of this functio

oci_num_fields

(PHP 5, PHP 7, PECL OCI8 >= 1.1.0) Returns the number of result columns in a statement int oci_num_fields ( resource $statement ) Gets the number of columns in the given statement. Parameters: statement A valid OCI statement identifier. Returns: Returns the number of columns as an integer, or FALSE on errors.

pg_result_seek

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Set internal row offset in result resource bool pg_result_seek ( resource $result, int $offset ) pg_result_seek() sets the internal row offset in a result resource. Parameters: result PostgreSQL query result resource, returned by pg_query(), pg_query_params() or pg_execute() (among others). offset Row t

Yaf_Dispatcher::setView

(Yaf >=1.0.0) Set a custom view engine public Yaf_Dispatcher Yaf_Dispatcher::setView ( Yaf_View_Interface $view ) This method proviods a solution for that if you want use a custom view engine instead of Yaf_View_Simple Parameters: view A Yaf_View_Interface instance Returns: Examples:

ps_hyphenate

(PECL ps >= 1.1.1) Hyphenates a word array ps_hyphenate ( resource $psdoc, string $text ) Hyphenates the passed word. ps_hyphenate() evaluates the value hyphenminchars (set by ps_set_value()) and the parameter hyphendict (set by ps_set_parameter()). hyphendict must be set before calling this function. This function requires the locale category LC_CTYPE to be set properly. This is done when the extension is initialized b

ncurses_slk_attron

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Turn on the given attributes for soft function-key labels int ncurses_slk_attron ( int $intarg ) Parameters: intarg This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of P

ncurses_getmaxyx

(PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Returns the size of a window void ncurses_getmaxyx ( resource $window, int &$y, int &$x ) Gets the horizontal and vertical size of the given window into the given variables. Variables must be passed as reference, so they are updated when the user changes the terminal size. Parameters: window The me