vpopmail_alias_get_all

(PHP 4 >= 4.0.7, PECL vpopmail >= 0.2) Get all lines of an alias for a domain array vpopmail_alias_get_all ( string $domain ) This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at your own risk. This function is cu

imageftbbox

(PHP 4 >= 4.0.7, PHP 5, PHP 7) Give the bounding box of a text using fonts via freetype2 array imageftbbox ( float $size, float $angle, string $fontfile, string $text [, array $extrainfo ] ) This function calculates and returns the bounding box in pixels for a FreeType text. Parameters: size The font size. Depending on your version of GD, this should be specified as the

hw_api::dcstat

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Returns statistics about document cache server hw_api_object hw_api::dcstat ( array $parameter ) Returns statistics about document cache server. Parameters: parameter Returns statistics about document cache server. Returns: See also:

openal_source_set

(PECL openal >= 0.1.0) Set source property bool openal_source_set ( resource $source, int $property, mixed $setting ) Parameters: source An Open AL(Source) resource (previously created by openal_source_create()). property Property to set, one of: AL_BUFFER (OpenAL(Source)), AL_LOOPING (bool), AL_SOURCE_RELATIVE (int), AL_SOURCE_STATE

SolrDisMaxQuery::setQueryAlt

(No version information available, might only be in Git) Set Query Alternate (q.alt parameter) public SolrDisMaxQuery SolrDisMaxQuery::setQueryAlt ( string $q ) Set Query Alternate (q.alt parameter) When the main q parameter is not specified or is blank. The q.alt parameter is used Parameters: q Query String Returns: SolrDisMaxQuery

IntlChar::isdigit

(PHP 7) Check if code point is a digit character public static bool IntlChar::isdigit ( mixed $codepoint ) Determines whether the specified code point is a digit character. TRUE for characters with general category "Nd" (decimal digit numbers). Beginning with Unicode 4, this is the same as testing for the Numeric_Type of Decimal. Parameters: codepoint The integer codepoi

ingres_result_seek

(PECL ingres >= 2.1.0) Set the row position before fetching data bool ingres_result_seek ( resource $result, int $position ) This function is used to position the cursor associated with the result resource before issuing a fetch. If ingres.array_index_start is set to 0 then the first row is 0 else it is 1. ingres_result_seek() can be used only with queries that make use of scrollable cursors. It cannot be used with ingres

HaruImage::getColorSpace

(PECL haru >= 0.0.1) Get the name of the color space string HaruImage::getColorSpace ( void ) Get the name of the color space. Returns: Returns the name of the color space of the image. The name is one of the following values: "DeviceGray" "DeviceRGB" "DeviceCMYK" "Indexed" Exception: Throws a HaruException on error.

Yaf_Application::getLastErrorNo

(Yaf >=2.1.2) Get code of last occurred error public int Yaf_Application::getLastErrorNo ( void ) Returns: Examples: Yaf_Application::getLastErrorNo() example <?php function error_handler($errno, $errstr, $errfile, $errline) {    var_dump(Yaf_Application::app()->getLastErrorNo());    var_dump(Yaf_Application::app()-&

register_shutdown_function

(PHP 4, PHP 5, PHP 7) Register a function for execution on shutdown void register_shutdown_function ( callable $callback [, mixed $parameter [, mixed $... ]] ) Registers a callback to be executed after script execution finishes or exit() is called. Multiple calls to register_shutdown_function() can be made, and each will be called in the same order as they were registered. If you call exit() within one registered shutdown