default
[ class tree: default ] [ index: default ] [ all elements ]

Procedural File: MY_directory_helper.php

Source Location: /helpers/MY_directory_helper.php



Page Details:









create_dir [line 16]

boolean create_dir( string $path, string $dir_name, [integer $permission = 0777])

Create Dir

Create a dir in path with permission path must be server path, etc. ./upload




Tags:

access:  public


Parameters

string   $path  
string   $dir_name  
integer   $permission  
[ Top ]



is_dir_writable [line 60]

boolean is_dir_writable( string $path)

Is Dir Writable

Check if dir is writable




Tags:

access:  public


Parameters

string   $path  
[ Top ]



rename_dir [line 41]

boolean rename_dir( string $path, string $old_dir_name, string $dir_name)

Rename Dir

Rename a dir in path with permission path must be server path, etc. ./upload




Tags:

access:  public


Parameters

string   $path  
string   $old_dir_name  
string   $dir_name  
[ Top ]



Documentation generated on Sun, 11 Jan 2009 04:21:10 +0100 by phpDocumentor 1.4.1