PHP Velho Oeste 2024

dbplus_chdir

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

dbplus_chdirGet/Set database virtual current directory

Descrição

dbplus_chdir ([ string $newdir ] ) : string

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, seu nome e documentação podem mudar sem aviso em futuras versões do PHP. Utilize por sua própria conta e risco.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top