hw_api::checkin

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Checks in an object bool hw_api::checkin ( array $parameter ) This function checks in an object or a whole hierarchy of objects. The parameters array contains the required element 'objectIdentifier' and the optional element 'version', 'comment', 'mode' and 'objectQuery'. 'version' sets the version of the object. It consists of the major and minor version separated by a period. If the

stats_rand_gen_funiform

(PECL stats >= 1.0.0) Generates uniform float between low (exclusive) and high (exclusive) float stats_rand_gen_funiform ( float $low, float $high ) Parameters: low high Returns: This function is currently not documented; only its argument list is available.

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

socket_recv

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Receives data from a connected socket int socket_recv ( resource $socket, string &$buf, int $len, int $flags ) The socket_recv() function receives len bytes of data in buf from socket. socket_recv() can be used to gather data from connected sockets. Additionally, one or more flags can be specified to modify the behaviour of the function. buf is passed by reference, so it must be speci

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