[ Index ] |
|
Code source de Horde 3.1.3 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
Poids: | 235 lignes (7 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
ci($filepath, $message, $user = null, $newBinary = false) X-Ref |
Checks an RCS file in with a specified change log. param: string $filepath Location of file to check in. param: string $message Log of changes since last version. param: string $user The user name to use for the check in. param: boolean $newBinary Does the change involve binary data? return: string|object The new revision number on success, or a |
isLocked($filepath, &$locked_by) X-Ref |
Checks the locks on a CVS/RCS file. param: string $filepath Location of file. param: string &$locked_by Returns the username holding the lock. return: boolean|object True on success, or a PEAR_Error on failure. |
lock($filepath, $user = null) X-Ref |
Locks a CVS/RCS file. param: string $filepath Location of file. param: string $user User name to lock the file with return: boolean|object True on success, or a PEAR_Error on failure. |
unlock($filepath, $user = null) X-Ref |
Unlocks a CVS/RCS file. param: string $filepath Location of file. param: string $user User name to unlock the file with return: boolean|object True on success, or a PEAR_Error on failure. |
Généré le : Sun Feb 25 18:01:28 2007 | par Balluche grâce à PHPXref 0.7 |