My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
setAuth  
public function setAuth($user,$pass)
Function-Reference, Deprecated
Updated Feb 4, 2010 by deadpan...@gmail.com

setAuth

This method is for user authentication settings

for SVN access using a user name and password.

  • @param string $user Username
  • @param string $pass Password

Note: This function is depreciated, use the method described in phpsvnclient instead.

Usage

setAuth($user,$pass);

Example

$user = 'myUserName';
$pass = 'myPassword';

require_once("phpsvnclient.php");
$phpsvnclient = new phpsvnclient();

$phpsvnclient->setAuth($user,$pass);

Sign in to add a comment
Powered by Google Project Hosting