ReflectionClass::isIterateable

(PHP 5, PHP 7) Checks if iterateable public bool ReflectionClass::isIterateable ( void ) Checks whether the class is iterateable. Returns: Returns TRUE on success or FALSE on failure. Examples: ReflectionClass::isIterateable() example <?php class IteratorClass implements Iterator {     public function __construct() { 

MongoGridFSFile::write

(PECL mongo >=0.9.0) Writes this file to the filesystem public int MongoGridFSFile::write ([ string $filename = NULL ] ) Parameters: filename The location to which to write the file. If none is given, the stored filename will be used. Returns: Returns the number of bytes written. Examples:

SolrQuery::setShowDebugInfo

(PECL solr >= 0.9.2) Flag to show debug information public SolrQuery SolrQuery::setShowDebugInfo ( bool $flag ) Whether to show debug info Parameters: flag Whether to show debug info. TRUE or FALSE Returns: Returns the current SolrQuery object, if the return value is used.

cubrid_num_fields

(PECL CUBRID >= 8.3.0) Return the number of columns in the result set int cubrid_num_fields ( resource $result ) This function returns the number of columns in the result set, on success, or it returns FALSE on failure. Parameters: result result comes from a call to cubrid_execute(), cubrid_query() and cubrid_prepare() Returns: Number of columns

ps_translate

(PECL ps >= 1.1.0) Sets translation bool ps_translate ( resource $psdoc, float $x, float $y ) Sets a new initial point of the coordinate system. Parameters: psdoc Resource identifier of the postscript file as returned by ps_new(). x x-coordinate of the origin of the translated coordinate system. y

ArrayIterator::serialize

(PHP 5 >= 5.3.0, PHP 7) Serialize public string ArrayIterator::serialize ( void ) Serialize. Returns: The serialized ArrayIterator. This function is currently not documented; only its argument list is available. See also: ArrayIterator::unserialize() -

array_reverse

(PHP 4, PHP 5, PHP 7) Return an array with elements in reverse order array array_reverse ( array $array [, bool $preserve_keys = false ] ) Takes an input array and returns a new array with the order of the elements reversed. Parameters: array The input array. preserve_keys If set to TRUE numeric keys are preserved. Non-numeric keys are

ming_useconstants

(PHP 5 <= 5.3.0, PECL ming SVN) Use constant pool void ming_useconstants ( int $use ) Returns: No value is returned. This function is currently not documented; only its argument list is available.

ibase_num_fields

(PHP 5, PHP 7) Get the number of fields in a result set int ibase_num_fields ( resource $result_id ) Get the number of fields in a result set. Parameters: result_id An InterBase result identifier. Returns: Returns the number of fields as an integer. Examples: ibase_num_fields() exampl

dbx_close

(PHP 4 >= 4.0.6, PHP 5 <= 5.0.5, PECL dbx >= 1.1.0) Close an open connection/database int dbx_close ( object $link_identifier ) Parameters: link_identifier The DBX link object to close. Returns: Returns 1 on success and 0 on errors. Notes: Always refer to the module-specific documentat