int OCIPLogon
(int conn);OCIPLogon() Creates a persistent connection to an Oracle 8 database and logs on. If the optional third parameter is not specified, PHP uses the environment variable ORACLE_SID to determine which database to connect to.
See also OCILogon() and OCINLogon().