fann_set_sarprop_step_error_threshold_factor

(PECL fann >= 1.0.0) Sets the sarprop step error threshold factor bool fann_set_sarprop_step_error_threshold_factor ( resource $ann, float $sarprop_step_error_threshold_factor ) Sets the sarprop step error threshold factor. Parameters: ann Neural network resource. sarprop_step_error_threshold_factor The sarprop step error threshold fac

hw_api::srcsofdst

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Returns source of a destination object array hw_api::srcsofdst ( array $parameter ) Retrieves all the source anchors pointing to the specified destination. The destination object can either be a destination anchor or a whole document. Parameters: parameter The parameters array contains the required element 'objectIdentifier' and t

Gmagick::getimagewidth

(PECL gmagick >= Unknown) Returns the width of the image public int Gmagick::getimagewidth ( void ) Returns the width of the image. Returns: Returns the image width. Exception: Throws an GmagickException on error.

udm_hash32

(PHP 4 >= 4.3.3, PHP 5 <= 5.0.5, PECL mnogosearch >= 1.0.0) Return Hash32 checksum of given string int udm_hash32 ( resource $agent, string $str ) udm_hash32() will take a string str and return a quite unique 32-bit hash number from it. Parameters: agent A link to Agent, received after call to udm_alloc_agent(). str The input s

SolrDocument::sort

(PECL solr >= 0.9.2) Sorts the fields in the document public bool SolrDocument::sort ( int $sortOrderBy [, int $sortDirection = SolrDocument::SORT_ASC ] ) The fields are rearranged according to the specified criteria and sort direction Fields can be sorted by boost values, field names and number of values. The sortOrderBy parameter must be one of : * SolrDocument::SORT_FIELD_NAME * SolrDocument::S

SoapClient::__getLastRequestHeaders

(PHP 5 >= 5.0.1, PHP 7) Returns the SOAP headers from the last request public string SoapClient::__getLastRequestHeaders ( void ) Returns the SOAP headers from the last request. Note: This function only works if the SoapClient object was created with the trace option set to TRUE. Returns: The last SOAP request headers. Examples:

variant_set_type

(PHP 5, PHP 7) Convert a variant into another type "in-place" void variant_set_type ( variant $variant, int $type ) This function is similar to variant_cast() except that the variant is modified "in-place"; no new variant is created. The parameters for this function have identical meaning to those of variant_cast(). Parameters: variant The variant.

svn_export

(PECL svn >= 0.3.0) Export the contents of a SVN directory bool svn_export ( string $frompath, string $topath [, bool $working_copy = true [, int $revision_no = -1 ]] ) Export the contents of either a working copy or repository into a 'clean' directory. Parameters: frompath The path to the current repository. topath The path to the

rar_wrapper_cache_stats

(PECL rar >= 3.0.0) Cache hits and misses for the URL wrapper string rar_wrapper_cache_stats ( void ) Returns: This function is currently not documented; only its argument list is available.

maxdb_multi_query

(PECL maxdb >= 1.0) Performs a query on the database bool maxdb_multi_query ( resource $link, string $query ) Procedural style Object oriented style bool maxdb::multi_query ( string $query ) The maxdb_multi_query() works like the function maxdb_query(). Multiple queries are not yet supported. Returns: Returns TRUE on success or FALSE on failure.