ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:session:reference:host

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
v5:session:reference:host [2016/05/21 17:42] – created mnewnhamv5:session:reference:host [2018/07/01 21:59] (current) – typo in class name peterdd
Line 4: Line 4:
 ==Syntax== ==Syntax==
   string ADOdb_Session::host(   string ADOdb_Session::host(
-    optional string $hosrName+    optional string $hostName
     )     )
 </WRAP> </WRAP>
Line 21: Line 21:
 include_once "adodb/session/adodb-session2.php"; include_once "adodb/session/adodb-session2.php";
  
-ADOdb_session::driver('oci8'); +ADOdb_Session::driver('oci8'); 
-ADOdb_session::host('127.0.0.1'); +ADOdb_Session::host('127.0.0.1'); 
-ADOdb_session::config('','',$user,$pass,$database);+ADOdb_Session::config('','',$user,$pass,$database);
 </code> </code>
v5/session/reference/host.1463845370.txt.gz · Last modified: 2017/04/21 11:38 (external edit)