msql_fetch_array

(PHP 4, PHP 5, PHP 7) Fetch row as array array msql_fetch_array ( resource $result [, int $result_type ] ) msql_fetch_array() is an extended version of msql_fetch_row(). In addition to storing the data in the numeric indices of the result array, it also stores the data in associative indices, using the field names as keys. An important thing to note is that using msql_fetch_array() is NOT significantly slower than using ms

fann_scale_train

(PECL fann >= 1.0.0) Scale input and output data based on previously calculated parameters bool fann_scale_train ( resource $ann, resource $train_data ) Scale input and output data based on previously calculated parameters. Parameters: ann Neural network resource. train_data Neural network training data resource. Retu

virtual

(PHP 4, PHP 5, PHP 7) Perform an Apache sub-request bool virtual ( string $filename ) virtual() is an Apache-specific function which is similar to <!--#include virtual...--> in mod_include. It performs an Apache sub-request. It is useful for including CGI scripts or .shtml files, or anything else that you would parse through Apache. Note that for a CGI script, the script must generate valid CGI headers. At the minimum

SolrQuery::setFacetLimit

(PECL solr >= 0.9.2) Maps to facet.limit public SolrQuery SolrQuery::setFacetLimit ( int $limit [, string $field_override ] ) Maps to facet.limit. Sets the maximum number of constraint counts that should be returned for the facet fields. Parameters: limit The maximum number of constraint counts field_override The name of the field.

mt_rand

(PHP 4, PHP 5, PHP 7) Generate a better random value int mt_rand ( void ) int mt_rand ( int $min , int $max ) Many random number generators of older libcs have dubious or unknown characteristics and are slow. By default, PHP uses the libc random number generator with the rand() function. The mt_rand() function is a drop-in replacement for this. It uses a random number generator with known characteristics using the » Mersenn

ReflectionObject::export

(PHP 5, PHP 7) Export public static string ReflectionObject::export ( string $argument [, bool $return ] ) Exports a reflection. Parameters: argument The reflection to export. return Setting to TRUE will return the export, as opposed to emitting it. Setting to FALSE (the default) will do the opposite. Returns:

Yaf_Controller_Abstract::render

(Yaf >=1.0.0) Render view template protected string Yaf_Controller_Abstract::render ( string $tpl [, array $parameters ] ) Parameters: tpl parameters Returns:

Yaf_Action_Abstract::getController

(Yaf >=1.0.0) Retrieve controller object public Yaf_Controller_Abstract Yaf_Action_Abstract::getController ( void ) retrieve current controller object. Returns: Yaf_Controller_Abstract instance

SWFShape::drawLineTo

(PHP 5 <= 5.3.0, PECL ming SVN) Draws a line void SWFShape::drawLineTo ( float $x, float $y ) swfshape::setrightfill() draws a line (using the current line style, set by swfshape::setline()) from the current pen position to point (x,y) in the shape's coordinate space. Returns: No value is returned. This function is EXPERIMENTAL. The behaviour of this functi

svn_import

(PECL svn >= 0.2.0) Imports an unversioned path into a repository bool svn_import ( string $path, string $url, bool $nonrecursive ) Commits unversioned path into repository at url. If path is a directory and nonrecursive is FALSE, the directory will be imported recursively. Parameters: path Path of file or directory to import. Note: Relative paths will be resolved as