SplFileInfo::getPathInfo

(PHP 5 >= 5.1.2, PHP 7) Gets an SplFileInfo object for the path public SplFileInfo SplFileInfo::getPathInfo ([ string $class_name ] ) Gets an SplFileInfo object for the parent of the current file. Parameters: class_name Name of an SplFileInfo derived class to use. Returns: Returns an SplFileInfo object for the parent path of the file.

shmop_delete

(PHP 4 >= 4.0.4, PHP 5, PHP 7) Delete shared memory block bool shmop_delete ( int $shmid ) shmop_delete() is used to delete a shared memory block. Parameters: shmid The shared memory block identifier created by shmop_open() Returns: Returns TRUE on success or FALSE on failure. Examples:

HaruImage::setColorMask

(PECL haru >= 0.0.1) Set the color mask of the image bool HaruImage::setColorMask ( int $rmin, int $rmax, int $gmin, int $gmax, int $bmin, int $bmax ) Defines the transparent color of the image using the RGB range values. The color within the range is displayed as a transparent color. The color space of the image must be RGB. Parameters: rmin The lower limit of red. Mu

CachingIterator::current

(PHP 5, PHP 7) Return the current element public void CachingIterator::current ( void ) May return the current element in the iteration. Returns: Mixed This function is currently not documented; only its argument list is available. See also: Iterator::current() -

__autoload

(PHP 5, PHP 7) Attempt to load undefined class void __autoload ( string $class ) You can define this function to enable classes autoloading. Parameters: class Name of the class to load Returns: No value is returned. See also: spl_autoload_register() -

cubrid_fetch_field

(PECL CUBRID >= 8.3.1) Get column information from a result and return as an object object cubrid_fetch_field ( resource $result [, int $field_offset = 0 ] ) This function returns an object with certain properties of the specific column. The properties of the object are: name column name table name of the table that the column belongs to def default value of the column max_length maximum length of the col

dgettext

(PHP 4, PHP 5, PHP 7) Override the current domain string dgettext ( string $domain, string $message ) The dgettext() function allows you to override the current domain for a single message lookup. Parameters: domain The domain message The message Returns: A string on success.

trader_cdl3blackcrows

(PECL trader >= 0.2.0) Three Black Crows array trader_cdl3blackcrows ( array $open, array $high, array $low, array $close ) Parameters: open Opening price, array of real values. high High price, array of real values. low Low price, array of real values. close Closi

CairoFontOptions::setHintMetrics

(PECL cairo >= 0.1.0) The setHintMetrics purpose public void CairoFontOptions::setHintMetrics ( string $hint_metrics ) The method description goes here. Parameters: hint_metrics Description... Returns: Description... This function is currently not documented; only its argument list is available.

odbc_num_fields

(PHP 4, PHP 5, PHP 7) Number of columns in a result int odbc_num_fields ( resource $result_id ) Gets the number of fields (columns) in an ODBC result. Parameters: result_id The result identifier returned by odbc_exec(). Returns: Returns the number of fields, or -1 on error.