ingres_fetch_assoc

(PECL ingres >= 2.2.2) Fetch a row of result into an associative array array ingres_fetch_assoc ( resource $result ) This function is stores the data fetched from a query executed using ingres_query() in an associative array, using the field names as keys. With regard to speed, the function is identical to ingres_fetch_object(), and almost as quick as ingres_fetch_row() (the difference is insignificant). By default, a

maxdb_prepare

(PECL maxdb >= 1.0) Prepare an SQL statement for execution resource maxdb_prepare ( resource $link, string $query ) Procedural style Object oriented style maxdb_stmt maxdb::prepare ( string $query ) maxdb_prepare() prepares the SQL query pointed to by the null-terminated string query, and returns a statement handle to be used for further operations on the statement. The query must consist of a single SQL statement. Not

rpm_is_valid

(PECL rpmreader >= 0.1.0) Tests a filename for validity as an RPM file bool rpm_is_valid ( string $filename ) rpm_is_valid() will test an RPM file for validity as an RPM file. This is not the same as rpm_open() as it only checks the file for validity but does not return a file pointer to be used by further functions. Parameters: filename The filename of the RPM file yo

ifx_byteasvarchar

(PHP 4, PHP <=5.2.0) Set the default byte mode bool ifx_byteasvarchar ( int $mode ) Sets the default byte mode for all select-queries. Parameters: mode Mode "0" will return a blob id, and mode "1" will return a varchar with text content. Returns: Returns TRUE on success or FALSE on failure.

bcompiler_write_functions_from_file

(PECL bcompiler >= 0.5) Writes all functions defined in a file as bytecodes bool bcompiler_write_functions_from_file ( resource $filehandle, string $fileName ) Searches for all functions declared in the given file, and writes their correspondent bytecodes to the open file handle. Parameters: filehandle A file handle as returned by fopen(). fileNa

bcmod

(PHP 4, PHP 5, PHP 7) Get modulus of an arbitrary precision number string bcmod ( string $left_operand, string $modulus ) Get the modulus of the left_operand using modulus. Parameters: left_operand The left operand, as a string. modulus The modulus, as a string. Returns: Returns the modulus as a string, or NULL

cubrid_connect

(PECL CUBRID >= 8.3.1) Open a connection to a CUBRID Server resource cubrid_connect ( string $host, int $port, string $dbname [, string $userid [, string $passwd [, bool $new_link = false ]]] ) The cubrid_connect() function is used to establish the environment for connecting to your server by using your server address, port number, database name, user name, and password. If the user name and password is not given, then t

stats_cdf_exponential

(PECL stats >= 1.0.0) Not documented float stats_cdf_exponential ( float $par1, float $par2, int $which ) Parameters: par1 par2 which Returns: This function is currently not documented; only its argument list is available.

eio_mkdir

(PECL eio >= 0.0.1dev) Create directory resource eio_mkdir ( string $path, int $mode [, int $pri = EIO_PRI_DEFAULT [, callable $callback = NULL [, mixed $data = NULL ]]] ) eio_mkdir() creates directory with specified access mode. Parameters: path Path for the new directory. mode Access mode, e.g. 0755 pri

ming_setswfcompression

(PHP 5.2.1-5.3.0, PHP 7, PECL ming SVN) Sets the SWF output compression void ming_setswfcompression ( int $level ) Sets the SWF output compression level. Parameters: level The new compression level. Should be a value between 1 and 9 inclusive. Returns: No value is returned.