|
PHP5中文手册
sesam_connect(No version information available, might be only in CVS) sesam_connect — Open SESAM database connection 说明
bool sesam_connect
( string $catalog
, string $schema
, string $user
)
Establishes a connection to a SESAM database handler task. The connection is always "persistent" in the sense that only the very first invocation will actually load the driver from the configured SESAM OML PLAM library. Subsequent calls will reuse the driver and will immediately use the given catalog, schema, and user. 参数
返回值如果成功则返回 TRUE,失败则返回 FALSE。 范例
Example#1 Connect to a SESAM database
<?php |