|
svn_auth_set_parameterSets an authentication parameter Description
void svn_auth_set_parameter
( string
$key
, string $value
)
Sets authentication parameter at Parameters
Return ValuesNo value is returned. NotesWarning
This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at your own risk. Examples
Example #1 Default authentication example This example configures SVN so that the default username to use is 'Bob' and the default password is 'abc123':
<?php |