odbc_result

(PHP 4, PHP 5, PHP 7) Get result data mixed odbc_result ( resource $result_id, mixed $field ) Get result data Parameters: result_id The ODBC resource. field The field name being retrieved. It can either be an integer containing the column number of the field you want; or it can be a string containing the name of the field.

newt_listbox_set_data

(PECL newt >= 0.1) void newt_listbox_set_data ( resource $listbox, int $num, mixed $data ) Parameters: listbox num data Returns: No value is returned. This function is currently not documented; only its argument list is available.

fbsql_connect

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Open a connection to a FrontBase Server resource fbsql_connect ([ string $hostname = ini_get("fbsql.default_host") [, string $username = ini_get("fbsql.default_user") [, string $password = ini_get("fbsql.default_password") ]]] ) fbsql_connect() establishes a connection to a FrontBase server. If a second call is made to fbsql_connect() with the same arguments, no new link will be establi

ReflectionClass::getName

(PHP 5, PHP 7) Gets class name public string ReflectionClass::getName ( void ) Gets the class name. Returns: The class name. This function is currently not documented; only its argument list is available. Examples: ReflectionClass::getName() example <?php namespace A\B; clas

MongoCollection::aggregateCursor

(PECL mongo >=1.5.0) Execute an aggregation pipeline command and retrieve results through a cursor public MongoCommandCursor MongoCollection::aggregateCursor ( array $command [, array $options ] ) With this method you can execute Aggregation Framework pipelines and retrieve the results through a cursor, instead of getting just one document back as you would with MongoCollection::aggregate(). This method returns a MongoCom

Mongo::setPoolSize

(PECL mongo >=1.2.0) Set the size for future connection pools. public static bool Mongo::setPoolSize ( int $size ) Sets the max number of connections new pools will be able to create. Parameters: size The max number of connections future pools will be able to create. Negative numbers mean that the pool will spawn an infinite number of connections. R

ibase_pconnect

(PHP 5, PHP 7) Open a persistent connection to an InterBase database resource ibase_pconnect ([ string $database [, string $username [, string $password [, string $charset [, int $buffers [, int $dialect [, string $role [, int $sync ]]]]]]]] ) Opens a persistent connection to an InterBase database. ibase_pconnect() acts very much like ibase_connect() with two major differences. First, when connecting, the function will f

SplFileInfo::getRealPath

(PHP 5 >= 5.2.2, PHP 7) Gets absolute path to file public string SplFileInfo::getRealPath ( void ) This method expands all symbolic links, resolves relative references and returns the real path to the file. Returns: Returns the path to the file, or FALSE if the file does not exist. Examples: SplFileInfo::getRealPath() example

ibase_query

(PHP 5, PHP 7) Execute a query on an InterBase database resource ibase_query ([ resource $link_identifier ], string $query [, int $bind_args ] ) Performs a query on an InterBase database. Parameters: link_identifier An InterBase link identifier. If omitted, the last opened link is assumed. query An InterBase query.

HaruEncoder::getByteType

(PECL haru >= 0.0.1) Get the type of the byte in the text int HaruEncoder::getByteType ( string $text, int $index ) Get the type of the byte in the text. Parameters: text The text. index The position in the text. Returns: Returns the type of the byte in the text on the specified position. The result is one o