ingres_field_length

(PHP 4 >= 4.0.2, PHP 5 <= 5.0.5, PECL ingres >= 1.0.0) Get the length of a field int ingres_field_length ( resource $result, int $index ) ingres_field_length() returns the length of a field. This is the number of bytes the server uses to store the field. For detailed information, see the Ingres OpenAPI User Guide, Appendix "Data Types" in the Ingres documentation. Note: Related Configurations See ingres.array_ind

imap_8bit

(PHP 4, PHP 5, PHP 7) Convert an 8bit string to a quoted-printable string string imap_8bit ( string $string ) Convert an 8bit string to a quoted-printable string (according to » RFC2045, section 6.7). Parameters: string The 8bit string to convert Returns: Returns a quoted-printable string.

wincache_rplist_fileinfo

(PECL wincache >= 1.0.0) Retrieves information about resolve file path cache array wincache_rplist_fileinfo ([ bool $summaryonly = false ] ) Retrieves information about cached mappings between relative file paths and corresponding absolute file paths. Returns: Array of meta data about the resolve file path cache or FALSE on failure The array returned by this function contains the following

fann_set_training_algorithm

(PECL fann >= 1.0.0) Sets the training algorithm bool fann_set_training_algorithm ( resource $ann, int $training_algorithm ) Sets the training algorithm. More info available in fann_get_training_algorithm(). Parameters: ann Neural network resource. training_algorithm Training algorithm constant Returns: Retur

Integers

Examples: Integer literals Integers can be specified in decimal (base 10), hexadecimal (base 16), octal (base 8) or binary (base 2) notation, optionally preceded by a sign (- or +). Binary integer literals are available since PHP 5.4.0. To use octal notation, precede the number with a 0 (zero). To use hexadecimal notation precede the number with 0x. To use binary notation precede the number with 0b. <?php $a = 1234; // decimal number $a = -123; // a negative 

SwishResults::getRemovedStopwords

(PECL swish >= 0.1.0) Get an array of stopwords removed from the query array SwishResults::getRemovedStopwords ( string $index_name ) Parameters: index_name The name of the index used to initialize Swish object. Returns: Returns array of stopwords removed from the query. This function is EXPERIMENTAL. The beh

disk_total_space

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Returns the total size of a filesystem or disk partition float disk_total_space ( string $directory ) Given a string containing a directory, this function will return the total number of bytes on the corresponding filesystem or disk partition. Parameters: directory A directory of the filesystem or disk partition. Retur

trader_plus_di

(PECL trader >= 0.2.0) Plus Directional Indicator array trader_plus_di ( array $high, array $low, array $close [, integer $timePeriod ] ) Parameters: high High price, array of real values. low Low price, array of real values. close Closing price, array of real values. timePerio

CairoSurface::__construct

(PECL cairo >= 0.1.0) The __construct purpose public CairoSurface::__construct ( void ) CairoSurface is an abstract type and, as such, should not be instantiated in your PHP scripts. Returns: No return value Notes: If you're using a PHP version before 5.3, you must destroy the CairoContext associated with a CairoSurface after you destroy th

session_get_cookie_params

(PHP 4, PHP 5, PHP 7) Get the session cookie parameters array session_get_cookie_params ( void ) Gets the session cookie parameters. Returns: Returns an array with the current session cookie information, the array contains the following items: "lifetime" - The lifetime of the cookie in seconds. "path" - The path where information is stored. "domain" - The domain of the cookie. "secu