dbplus_rcrtlike
(PHP 4 <= 4.1.0, PECL dbplus >= 0.9)
dbplus_rcrtlike — Creates an empty copy of a relation with default indices
Descrição
dbplus_rcrtexact() will create an empty copy
of the given relation under a new
name, but with default indices.
Parâmetros
-
name -
-
relation -
The copied relation, opened by dbplus_open().
-
overwrite -
An existing relation by the same
namewill only be overwritten if this parameter is set toTRUEand no other process is currently using the relation.
Valor Retornado
Returns resource on success or DBPLUS_ERR_UNKNOWN on
failure.
Notas
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.