svn_log(PECL svn:0.1-0.2) svn_log — Returns the commit log messages of a repository URL Описание
array svn_log
( string $repos_url
[, int $revision_no
] )
svn_log() returns the complete history of the item at the repository URL
repos_url
, or the history of a specific revision
if revision_no
is set. This function is equivalent
to Внимание
For repositories with large histories, the output may
be quite large (one array item for every revision of the item).
This function does not support the
Список параметров
Возвращаемые значенияOn success, this function returns an array file listing in the format of:
The value of action is a subset of the » status output in the first column, where possible values are:
If no changes were made to the item, an empty array is returned. ПримечанияВнимание
Эта функция является ЭКСПЕРИМЕНТАЛЬНОЙ. Поведение этой функции, ее имя и относящаяся к ней документация могут измениться в последующих версиях PHP без уведомления. Используйте эту функцию на свой страх и риск. Примеры
Пример #1 svn_log() example
<?phpРезультатом выполнения данного примера будет что-то подобное:
Пример #2 Simulating
This sample function simulates the
<?php |
|
|
| © 2009 Тест скорости интернета | Boont.Ru |