svn_auth_get_parameter
(PECL svn >= 0.1.0)
svn_auth_get_parameter — Retrieves authentication parameter
Descrierea
string svn_auth_get_parameter
( string
$key
)
Retrieves authentication parameter at key.
For a list of valid keys and their meanings, consult the
authentication constants list.
Parametri
-
key -
String key name. Use the authentication constants defined by this extension to specify a key.
Valorile întoarse
Returns the string value of the parameter at key;
returns NULL if parameter does not exist.
Note
Avertizare
Această funcție este EXPERIMENTALĂ. Comportamentul acestei funcții, denumirea sa și orice alte aspecte documentate în privința acestei funcții pot să fie modificate fără preaviz într-o versiune viitoare a PHP. Utilizați această funcție la propriul risc.
Vedeți de asemenea
- svn_auth_set_parameter() - Sets an authentication parameter
- Authentication constants
There are no user contributed notes for this page.
