stats_dens_f

(PECL stats >= 1.0.0) float stats_dens_f ( float $x, float $dfr1, float $dfr2 ) Parameters: x dfr1 dfr2 Returns: This function is currently not documented; only its argument list is available.

radius_config

(PECL radius >= 1.1.0) Causes the library to read the given configuration file bool radius_config ( resource $radius_handle, string $file ) Before issuing any Radius requests, the library must be made aware of the servers it can contact. The easiest way to configure the library is to call radius_config(). radius_config() causes the library to read a configuration file whose format is described in » radius.conf.

MongoCursor::timeout

(PECL mongo >=1.0.3) Sets a client-side timeout for this query public MongoCursor MongoCursor::timeout ( int $ms ) A timeout can be set at any time and will affect subsequent queries on the cursor, including fetching more results from the database. Parameters: ms The number of milliseconds for the cursor to wait for a response. Use -1 to wait forever. By default, the c

sqlsrv_num_fields

(No version information available, might only be in Git) Retrieves the number of fields (columns) on a statement mixed sqlsrv_num_fields ( resource $stmt ) Retrieves the number of fields (columns) on a statement. Parameters: stmt The statment for which the number of fields is returned. sqlsrv_num_fields() can be called on a statement before or after statement execution.

SQLite3Result::fetchArray

(PHP 5 >= 5.3.0, PHP 7) Fetches a result row as an associative or numerically indexed array or both public array SQLite3Result::fetchArray ([ int $mode = SQLITE3_BOTH ] ) Fetches a result row as an associative or numerically indexed array or both. By default, fetches as both. Parameters: mode Controls how the next row will be returned to the caller. This value must

eio_sendfile

(PECL eio >= 0.0.1dev) Transfer data between file descriptors resource eio_sendfile ( mixed $out_fd, mixed $in_fd, int $offset, int $length [, int $pri [, callable $callback [, string $data ]]] ) eio_sendfile() copies data between one file descriptor and another. See SENDFILE(2) man page for details. Parameters: out_fd Output stream, Socket resource, or file descriptor

recode_file

(PHP 4, PHP 5, PHP 7) Recode from file to file according to recode request bool recode_file ( string $request, resource $input, resource $output ) Recode the file referenced by file handle input into the file referenced by file handle output according to the recode request. Parameters: request The desired recode request type input A loc

Booleans

Examples: To specify a boolean literal, use the constants TRUE or FALSE. Both are case-insensitive. <?php $foo = True; // assign the value TRUE to $foo ?> Typically, the result of an operator which returns a boolean value is passed on to a control structure. <?php // == is an operator which tests // equality and returns a boolean if ($action == "show_version") {     echo "The version is 1.23"; } // this is not necessary... i

enchant_dict_get_error

(PHP 5 >= 5.3.0, PHP 7, PECL enchant >= 0.1.0 ) Returns the last error of the current spelling-session string enchant_dict_get_error ( resource $dict ) Returns the last error of the current spelling-session Parameters: dict Dictinaray resource Returns: Returns the error message as string or FALSE if no error occurred.

dbplus_resolve

(PHP 4 <= 4.1.0, PECL dbplus >= 0.9) Resolve host information for relation array dbplus_resolve ( string $relation_name ) dbplus_resolve() will try to resolve the given relation_name and find out internal server id, real hostname and the database path on this host. Parameters: relation_name The relation name. Returns: Returns an array conta