Lua::__construct

(PECL lua >=0.9.0) Lua constructor public Lua::__construct ( string $lua_script_file = NULL ) Parameters: lua_script_file Returns: This function is currently not documented; only its argument list is available.

SVMModel::getSvmType

(PECL svm >= 0.1.5) Get the SVM type the model was trained with public int SVMModel::getSvmType ( void ) Returns an integer value representing the type of the SVM model used, e.g SVM::C_SVC. Returns: Return an integer SVM type

sybase_unbuffered_query

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Send a Sybase query and do not block resource sybase_unbuffered_query ( string $query, resource $link_identifier [, bool $store_result ] ) sybase_unbuffered_query() sends a query to the currently active database on the server that's associated with the specified link identifier. If the link identifier isn't specified, the last opened link is assumed. If no link is open, the function tries to

ImagickDraw::getTextDecoration

(PECL imagick 2.0.0) Returns the text decoration int ImagickDraw::getTextDecoration ( void ) Returns the decoration applied when annotating with text. Returns: Returns one of the DECORATION_ constants and 0 if no decoration is set. This function is currently not documented; only its argument list is available.

stats_stat_powersum

(PECL stats >= 1.0.0) Not documented float stats_stat_powersum ( array $arr, float $power ) Parameters: arr power Returns: This function is currently not documented; only its argument list is available.

stats_stat_gennch

(PECL stats >= 1.0.0) Not documented float stats_stat_gennch ( int $n ) Parameters: n Returns: This function is currently not documented; only its argument list is available.

RecursiveIteratorIterator::rewind

(PHP 5, PHP 7) Rewind the iterator to the first element of the top level inner iterator public void RecursiveIteratorIterator::rewind ( void ) Returns: No value is returned. This function is currently not documented; only its argument list is available.

newt_component_takes_focus

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

SplDoublyLinkedList::bottom

(PHP 5 >= 5.3.0, PHP 7) Peeks at the node from the beginning of the doubly linked list public mixed SplDoublyLinkedList::bottom ( void ) Returns: The value of the first node. Exception: Throws RuntimeException when the data-structure is empty.

RecursiveDirectoryIterator::next

(PHP 5, PHP 7) Move to next entry public void RecursiveDirectoryIterator::next ( void ) Returns: No value is returned. This function is currently not documented; only its argument list is available.