DB++ Funções
PHP Manual

dbplus_chdir

(PHP 4 <= 4.1.0, PECL dbplus >= 0.9)

dbplus_chdirGet/Set database virtual current directory

Descrição

string dbplus_chdir ([ string $newdir ] )

Changes the virtual current directory where relation files will be looked for by dbplus_open().

Parâmetros

newdir

The new directory for relation files. You can omit this parameter to query the current working directory.

Valor Retornado

Returns the absolute path of the current directory.

Notas

Aviso

Esta função é EXPERIMENTAL. O comportamento desta função, seu nome, incluindo toda documentação pode ser modificado sem aviso em futuras versões do PHP. Esta função deve ser usada por sua própria conta e risco.


DB++ Funções
PHP Manual