php man page for dba_popen

Query: dba_popen

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

DBA_POPEN(3)								 1							      DBA_POPEN(3)

dba_popen - Open database persistently

SYNOPSIS
resource dba_popen (string $path, string $mode, [string $handler], [mixed $...])
DESCRIPTION
dba_popen(3) establishes a persistent database instance for $path with $mode using $handler.
PARAMETERS
o $path - Commonly a regular path in your filesystem. o $mode - It is r for read access, w for read/write access to an already existing database, c for read/write access and database creation if it doesn't currently exist, and n for create, truncate and read/write access. o $handler - The name of the handler which shall be used for accessing $path. It is passed all optional parameters given to dba_popen(3) and can act on behalf of them.
RETURN VALUES
Returns a positive handle on success or FALSE on failure.
SEE ALSO
dba_open(3), dba_close(3). PHP Documentation Group DBA_POPEN(3)
Related Man Pages
dba_open(3) - php
fbsql_db_status(3) - php
pg_lo_create(3) - php
xml_set_character_data_handler(3) - php
xml_set_start_namespace_decl_handler(3) - php
Similar Topics in the Unix Linux Community
UNIX.COM 2017 Year End Summary
New Code Tags (Syntax Highlighting)
Status of UNIX.COM Forum Transformation
Please Welcome Ravinder Singh to the Moderation Team
Denial Of Service Attack Update