gnupg_keyinfo

(PECL gnupg >= 0.1) Returns an array with information about all keys that matches the given pattern array gnupg_keyinfo ( resource $identifier, string $pattern ) Parameters: identifier The gnupg identifier, from a call to gnupg_init() or gnupg. pattern The pattern being checked against the keys. Returns: Returns

posix_isatty

(PHP 4, PHP 5, PHP 7) Determine if a file descriptor is an interactive terminal bool posix_isatty ( mixed $fd ) Determines if the file descriptor fd refers to a valid terminal type device. Parameters: fd The file descriptor, which is expected to be either a file resource or an integer. An integer will be assumed to be a file descriptor that can be passed directly to the u

HaruImage::getSize

(PECL haru >= 0.0.1) Get size of the image array HaruImage::getSize ( void ) Get the size of the image. Returns: Returns an array with two elements: width and height, which contain appropriate dimensions of the image. Exception: Throws a HaruException on error.

sqlsrv_get_field

(No version information available, might only be in Git) Gets field data from the currently selected row mixed sqlsrv_get_field ( resource $stmt, int $fieldIndex [, int $getAsType ] ) Gets field data from the currently selected row. Fields must be accessed in order. Field indices start at 0. Parameters: stmt A statement resource returned by sqlsrv_query() or sqlsrv_execut

cal_to_jd

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Converts from a supported calendar to Julian Day Count int cal_to_jd ( int $calendar, int $month, int $day, int $year ) cal_to_jd() calculates the Julian day count for a date in the specified calendar. Supported calendars are CAL_GREGORIAN, CAL_JULIAN, CAL_JEWISH and CAL_FRENCH. Parameters: calendar Calendar to convert from, one of CAL_GR

db2_stmt_errormsg

(PECL ibm_db2 >= 1.0.0) Returns a string containing the last SQL statement error message string db2_stmt_errormsg ([ resource $stmt ] ) Returns a string containing the last SQL statement error message. If you do not pass a statement resource as an argument to db2_stmt_errormsg(), the driver returns the error message associated with the last attempt to return a statement resource, for example, from db2_prepare() or db2

SolrQuery::setFacetDateStart

(PECL solr >= 0.9.2) Maps to facet.date.start public SolrQuery SolrQuery::setFacetDateStart ( string $value [, string $field_override ] ) Maps to facet.date.start Parameters: value See facet.date.start field_override The name of the field. Returns: Returns the current SolrQuery object, if the return value is

Locale::getAllVariants

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Gets the variants for the input locale public static array Locale::getAllVariants ( string $locale ) Object oriented style Procedural style array locale_get_all_variants ( string $locale ) Gets the variants for the input locale Parameters: locale The locale to extract the variants from Returns:

Imagick::setPointSize

(PECL imagick 2.1.0) Sets point size bool Imagick::setPointSize ( float $point_size ) Sets object's point size property. This method can be used for example to set font size for caption: pseudo-format. This method is available if Imagick has been compiled against ImageMagick version 6.3.7 or newer. Parameters: point_size Point size Returns: Retur

fstat

(PHP 4, PHP 5, PHP 7) Gets information about a file using an open file pointer array fstat ( resource $handle ) Gathers the statistics of the file opened by the file pointer handle. This function is similar to the stat() function except that it operates on an open file pointer instead of a filename. Parameters: handle A file system pointer resource that is typically create