検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 22 for Revision (0.002 sec.)
Returns list of directory contents in repository URL, optionally at revision num... 13669
« svn_log svn_mkdir » PHP Manual SVN 関数 Returns list of directory contents in repository URL, ... optionally at revision number svn_ls (PECL svn >= 0.1.0) svn_ls — Returns ... irectory contents in repository URL, optionally at revision number 説明 svn_ls ( string $repos_url , int $revi ... sion_no = SVN_REVISION_HEAD , bool $recurse = false , bool $peg = false ) ... files and directories, optionally from a specific revision. This is equivalent to svn list $repos_url[@$revis ...
https://man.plustar.jp/php/function.svn-ls.html - [similar]
指定したリポジトリ URL のコミットログメッセージを返す 10959
« svn_import svn_ls » PHP Manual SVN 関数 指定したリポジトリ URL のコミットログメッセージを返す ... を返す 説明 svn_log ( string $repos_url , int $start_revision = ? , int $end_revision = ? , int $limit = 0 , int ... URL repos_url の中身の完全な履歴を返します。 start_revision を指定した場合は、そのリビジョンの履歴を返します。 ... この関数は、 svn log --verbose -r $start_revision $repos_url と同等です。 パラメータ repos_url 履歴を ... 取得したいアイテムのリポジトリ URL。 start_revision ログを取得したい最初のリビジョン番号。直近のリビジ ...
https://man.plustar.jp/php/function.svn-log.html - [similar]
Update working copy 10033
« svn_status TCP » PHP Manual SVN 関数 Update working copy svn_update (PECL svn >= 0.1.0) svn_up ... 説明 svn_update ( string $path , int $revno = SVN_REVISION_HEAD , bool $recurse = true ): int Update working ... copy at path to revision revno . If recurse is true, directories will be re ... るいは dirname(__FILE__) を使用してください。 revno Revision number to update to, default is SVN_REVISION_HEAD ... recursively update directories. 戻り値 Returns new revision number on success, returns false on failure. 例 例 ...
https://man.plustar.jp/php/function.svn-update.html - [similar]
利用可能なハンドラの一覧を得る 9797
« dba_firstkey dba_insert » PHP Manual DBA 関数 利用可能なハンドラの一覧を得る dba_handlers (PHP ... うになります。 Available DBA handlers: - cdb: 0.75, Revision: 1.3.2.3 - cdb_make: 0.75, Revision: 1.2.2.4 - db2 ... are: Berkeley DB 2.7.7: (08/20/99) - inifile: 1.0, Revision: 1.6.2.3 - flatfile: 1.0, Revision: 1.5.2.4 関連キ ... ーワード: ハンドラ , 利用 , dba , handlers , 一覧 , Revision , full , info , 配列 , DBA ...
https://man.plustar.jp/php/function.dba-handlers.html - [similar]
指定したプロパティの値を取得する 9730
« svn_fs_props_changed svn_fs_revision_root » PHP Manual SVN 関数 指定したプロパティの値を取得す ... る svn_fs_revision_prop (PECL svn >= 0.1.0) svn_fs_revision_prop — 指 ... 定したプロパティの値を取得する 説明 svn_fs_revision_prop ( resource $fs , int $revnum , string $propna ...
https://man.plustar.jp/php/function.svn-fs-revision-prop.html - [similar]
リポジトリのルートの指定したバージョンのハンドルを取得する 9494
« svn_fs_revision_prop svn_fs_txn_root » PHP Manual SVN 関数 リポジトリのルートの指定したバージョ ... ンのハンドルを取得する svn_fs_revision_root (PECL svn >= 0.1.0) svn_fs_revision_root — リ ... の指定したバージョンのハンドルを取得する 説明 svn_fs_revision_root ( resource $fs , int $revnum ): resource 警告 ...
https://man.plustar.jp/php/function.svn-fs-revision-root.html - [similar]
定義済み定数 8720
« リソース型 SVN 関数 » PHP Manual SVN 定義済み定数 定義済み定数 以下の定数が定義されています。 ... 時に動的にロードされている場合のみ使用可能です。 SVN_REVISION_HEAD ( int ) HEAD リビジョンを指すマジックナンバー ... ステムです。 予約されているプロパティの定数 SVN_PROP_REVISION_DATE ( string ) svn:date SVN_PROP_REVISION_ORIG_DA ... TE ( string ) svn:original-date SVN_PROP_REVISION_AUTHOR ( string ) svn:author SVN_PROP_REVISION_LOG ...
https://man.plustar.jp/php/svn.constants.html - [similar]
ファイルの SVN blame を取得する 8568
« svn_auth_set_parameter svn_cat » PHP Manual SVN 関数 ファイルの SVN blame を取得する svn_blame ... する 説明 svn_blame ( string $repository_url , int $revision_no = SVN_REVISION_HEAD ): array リポジトリの URL を ... ます。 パラメータ repository_url リポジトリの URL。 revision_no リビジョン番号。 戻り値 SVN blame 情報を配列で返 ...
https://man.plustar.jp/php/function.svn-blame.html - [similar]
Returns the status of working copy files and directories 8568
« svn_revert svn_update » PHP Manual SVN 関数 Returns the status of working copy files and direc ... item in repository. repos Base URL of repository. revision Integer revision of item in working copy. kind Typ ... ed Whether or not the item was deleted, but parent revision lags behind. (Only set if true .) absent Whether o ... mit date. (Unaffected by update .) cmt_rev Integer revision of last commit. (Unaffected by update .) cmt_autho ... ch.txt [repos] => http://www.example.com/svnroot/ [revision] => 123 [kind] => 1 // file [schedule] => 0 // no ...
https://man.plustar.jp/php/function.svn-status.html - [similar]
ふたつのパスの差分を再帰的に取得する 8484
« svn_delete svn_export » PHP Manual SVN 関数 ふたつのパスの差分を再帰的に取得する svn_diff (PEC ... ビジョン番号。最新のリビジョンを指定したい場合は SVN_REVISION_HEAD を使用します。 path2 もうひとつのパス。詳細は ... ( 'http://www.example.com/svnroot/trunk/foo' , SVN_REVISION_HEAD , 'http://www.example.com/svnroot/branches/de ... v/foo' , SVN_REVISION_HEAD ); if (! $diff ) exit; $contents = '' ; while ... ttp://www.example.com/svnroot/trunk/foo (.../foo) (revision 23) +++ http://www.example.com/svnroot/branches/de ...
https://man.plustar.jp/php/function.svn-diff.html - [similar]
PREV 1 2 3 NEXT