[ Index ]

PHP Cross Reference of Mambo 4.6.5

[ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/installation/ -> common.php (summary)

Install instructions

Author: Mambo Foundation Inc see README.php
Copyright: (C) 2000 - 2009 Mambo Foundation Inc.
License: GNU/GPL Version 2, see LICENSE.php
File Size: 96 lines (3 kb)
Included or required: 7 times
Referenced: 0 times
Includes or requires: 1 file
 includes/phpgettext/phpgettext.class.php

Defines 3 functions


Functions that are not part of a class:

mosGetParam( &$arr, $name, $def=null, $mask=0 )   X-Ref
Utility function to return a value from a named array or a specified default


mosMakePassword($length)   X-Ref
No description

mosChmodRecursive($path, $filemode=NULL, $dirmode=NULL)   X-Ref
Chmods files and directories recursivel to given permissions

param: path The starting file or directory (no trailing slash)
param: filemode Integer value to chmod files. NULL = dont chmod files.
param: dirmode Integer value to chmod directories. NULL = dont chmod directories.
return: TRUE=all succeeded FALSE=one or more chmods failed