| [ Index ] |
|
Code source de PHPonTrax 2.6.6-svn |
[Code source] [Imprimer] [Statistiques]
Create Trax application work area (PHP 5)
| Author: | Walt Haas <haas@xmission.com> |
| Copyright: | (c) Walter O. Haas 2006 |
| License: | http://opensource.org/licenses/gpl-license.php GNU Public License |
| Version: | $Id: trax.php 227 2006-07-09 20:53:36Z john $ |
| Poids: | 290 lignes (9 kb) |
| Inclus ou requis: | 2 fois |
| Référencé: | 0 fois |
| Nécessite: | 0 fichiers |
| trax() X-Ref |
| Pas de description |
| copy_dir($src_path,$dst_path) X-Ref |
| Copy a directory with all its contents When a file whose filename ends '.log' is created, its permissions are set to be world writable. param: string $src_path Path to source directory param: string $dst_path Path to destination directory return: boolean true=>success, false=>failure. |
| create_dir($dst_dir) X-Ref |
| Create a directory if it doesn't exist param: string $dst_dir Path of directory to create return: boolean true=>success, false=>failed |
| copy_file($src_path, $dst_path) X-Ref |
| Copy a Trax file into user's work area, substituting @TRAX-...@ param: string $src_path Path to source file param: string $dst_path Path to destination file return: boolean true=>success, false=>failure. |
| usage() X-Ref |
| Output a Usage message and exit |
| Généré le : Sun Feb 25 20:04:38 2007 | par Balluche grâce à PHPXref 0.7 |