CakeFest 2024: The Official CakePHP Conference

svn_auth_get_parameter

(PECL svn >= 0.1.0)

svn_auth_get_parameterRetrieves authentication parameter

Açıklama

svn_auth_get_parameter(string $key): string

Retrieves authentication parameter at key. For a list of valid keys and their meanings, consult the authentication constants list.

Bağımsız Değişkenler

key

String key name. Use the authentication constants defined by this extension to specify a key.

Dönen Değerler

Returns the string value of the parameter at key; returns null if parameter does not exist.

Notlar

Uyarı

Bu işlev DENEYSELDİR. Bu işlevin davranışı, ismi ve belgeleri PHP'nin sonraki sürümlerinde hiçbir duyuru yapılmaksızın değiştirilebilir. Bu risk göze alınamayacaksa bu işlev kullanılmamalıdır.

Ayrıca Bakınız

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top