fdf_get_version

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Gets version number for FDF API or file string fdf_get_version ([ resource $fdf_document ] ) Return the FDF version for the given document, or the toolkit API version number if no parameter is given. Parameters: fdf_document The FDF document handle, returned by fdf_create(), fdf_open() or fdf_open_string(). Returns:

ociloadlob

(PHP 4, PHP 5, PHP 7, PECL OCI8 >= 1.0.0) Alias of OCI-Lob::load() Alias of OCI-Lob::load() This alias has been DEPRECATED as of PHP 5.4.0. Relying on this alias is highly discouraged.

Yaf_Request_Abstract::isCli

(Yaf >=1.0.0) The isCli purpose public void Yaf_Request_Abstract::isCli ( void ) Returns: This function is currently not documented; only its argument list is available.

newt_cursor_on

(PECL newt >= 0.1) void newt_cursor_on ( void ) Returns: No value is returned. This function is currently not documented; only its argument list is available.

dbx_query

(PHP 4 >= 4.0.6, PHP 5 <= 5.0.5, PECL dbx >= 1.1.0) Send a query and fetch all results (if any) mixed dbx_query ( object $link_identifier, string $sql_statement [, int $flags ] ) Sends a query and fetch all results. Parameters: link_identifier The DBX link object returned by dbx_connect() sql_statement SQL statement. Data ins

ocilogoff

(PHP 4, PHP 5, PHP 7, PECL OCI8 >= 1.0.0) Alias of oci_close() Alias of oci_close() This alias has been DEPRECATED as of PHP 5.4.0. Relying on this alias is highly discouraged.

Error::__construct

(No version information available, might only be in Git) Construct the error object public Error::__construct ([ string $message = "" [, int $code = 0 [, Throwable $previous = NULL ]]] ) Constructs the Error. Parameters: message The error message. code The error code. previous The previous throwable used for the excep

dbplus_getlock

(PHP 4 <= 4.1.0, PECL dbplus >= 0.9) Get a write lock on a tuple int dbplus_getlock ( resource $relation, string $tuple ) Requests a write lock on the specified tuple. Parameters: relation A relation opened by dbplus_open(). tuple A relation opened by dbplus_open(). Returns: Returns zero on success or a n

VarnishAdmin::setPort

(PECL varnish >= 0.8) Set the class port configuration param public void VarnishAdmin::setPort ( int $port ) Parameters: port Connection port configuration parameter. Returns:

db2_execute

(PECL ibm_db2 >= 1.0.0) Executes a prepared SQL statement bool db2_execute ( resource $stmt [, array $parameters ] ) db2_execute() executes an SQL statement that was prepared by db2_prepare(). If the SQL statement returns a result set, for example, a SELECT statement or a CALL to a stored procedure that returns one or more result sets, you can retrieve a row as an array from the stmt resource using db2_fetch_assoc(),